@beeq/angular 1.3.0 → 1.3.2
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/number-value-accessor.d.ts +1 -1
- 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 +120 -120
- package/esm2022/directives/number-value-accessor.mjs +5 -5
- 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 +120 -120
- package/fesm2022/beeq-angular-standalone.mjs +120 -120
- package/fesm2022/beeq-angular.mjs +144 -144
- package/fesm2022/beeq-angular.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -53,8 +53,8 @@ let BqAccordion = class BqAccordion {
|
|
|
53
53
|
this.el = r.nativeElement;
|
|
54
54
|
proxyOutputs(this, this.el, ['bqBlur', 'bqFocus', 'bqOpen', 'bqAfterOpen', 'bqClose', 'bqAfterClose']);
|
|
55
55
|
}
|
|
56
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
57
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
56
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
57
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqAccordion, isStandalone: true, 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 });
|
|
58
58
|
};
|
|
59
59
|
BqAccordion = __decorate([
|
|
60
60
|
ProxyCmp({
|
|
@@ -64,7 +64,7 @@ BqAccordion = __decorate([
|
|
|
64
64
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
65
65
|
], BqAccordion);
|
|
66
66
|
export { BqAccordion };
|
|
67
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
67
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqAccordion, decorators: [{
|
|
68
68
|
type: Component,
|
|
69
69
|
args: [{
|
|
70
70
|
selector: 'bq-accordion',
|
|
@@ -83,8 +83,8 @@ let BqAccordionGroup = class BqAccordionGroup {
|
|
|
83
83
|
c.detach();
|
|
84
84
|
this.el = r.nativeElement;
|
|
85
85
|
}
|
|
86
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
87
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
86
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqAccordionGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
87
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqAccordionGroup, isStandalone: true, 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 });
|
|
88
88
|
};
|
|
89
89
|
BqAccordionGroup = __decorate([
|
|
90
90
|
ProxyCmp({
|
|
@@ -94,7 +94,7 @@ BqAccordionGroup = __decorate([
|
|
|
94
94
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
95
95
|
], BqAccordionGroup);
|
|
96
96
|
export { BqAccordionGroup };
|
|
97
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
97
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqAccordionGroup, decorators: [{
|
|
98
98
|
type: Component,
|
|
99
99
|
args: [{
|
|
100
100
|
selector: 'bq-accordion-group',
|
|
@@ -114,8 +114,8 @@ let BqAlert = class BqAlert {
|
|
|
114
114
|
this.el = r.nativeElement;
|
|
115
115
|
proxyOutputs(this, this.el, ['bqHide', 'bqShow', 'bqAfterOpen', 'bqAfterClose']);
|
|
116
116
|
}
|
|
117
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
118
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
117
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
118
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqAlert, isStandalone: true, 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 });
|
|
119
119
|
};
|
|
120
120
|
BqAlert = __decorate([
|
|
121
121
|
ProxyCmp({
|
|
@@ -126,7 +126,7 @@ BqAlert = __decorate([
|
|
|
126
126
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
127
127
|
], BqAlert);
|
|
128
128
|
export { BqAlert };
|
|
129
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
129
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqAlert, decorators: [{
|
|
130
130
|
type: Component,
|
|
131
131
|
args: [{
|
|
132
132
|
selector: 'bq-alert',
|
|
@@ -145,8 +145,8 @@ let BqAvatar = class BqAvatar {
|
|
|
145
145
|
c.detach();
|
|
146
146
|
this.el = r.nativeElement;
|
|
147
147
|
}
|
|
148
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
149
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
148
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
149
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqAvatar, isStandalone: true, 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 });
|
|
150
150
|
};
|
|
151
151
|
BqAvatar = __decorate([
|
|
152
152
|
ProxyCmp({
|
|
@@ -156,7 +156,7 @@ BqAvatar = __decorate([
|
|
|
156
156
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
157
157
|
], BqAvatar);
|
|
158
158
|
export { BqAvatar };
|
|
159
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
159
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqAvatar, decorators: [{
|
|
160
160
|
type: Component,
|
|
161
161
|
args: [{
|
|
162
162
|
selector: 'bq-avatar',
|
|
@@ -175,8 +175,8 @@ let BqBadge = class BqBadge {
|
|
|
175
175
|
c.detach();
|
|
176
176
|
this.el = r.nativeElement;
|
|
177
177
|
}
|
|
178
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
179
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
178
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqBadge, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
179
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqBadge, isStandalone: true, selector: "bq-badge", inputs: { backgroundColor: "backgroundColor", size: "size", textColor: "textColor" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
180
180
|
};
|
|
181
181
|
BqBadge = __decorate([
|
|
182
182
|
ProxyCmp({
|
|
@@ -186,7 +186,7 @@ BqBadge = __decorate([
|
|
|
186
186
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
187
187
|
], BqBadge);
|
|
188
188
|
export { BqBadge };
|
|
189
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
189
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqBadge, decorators: [{
|
|
190
190
|
type: Component,
|
|
191
191
|
args: [{
|
|
192
192
|
selector: 'bq-badge',
|
|
@@ -206,8 +206,8 @@ let BqBreadcrumb = class BqBreadcrumb {
|
|
|
206
206
|
this.el = r.nativeElement;
|
|
207
207
|
proxyOutputs(this, this.el, ['bqBreadcrumbBlur', 'bqBreadcrumbFocus', 'bqBreadcrumbClick']);
|
|
208
208
|
}
|
|
209
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
210
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
209
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
210
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqBreadcrumb, isStandalone: true, selector: "bq-breadcrumb", inputs: { ariaLabel: "ariaLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
211
211
|
};
|
|
212
212
|
BqBreadcrumb = __decorate([
|
|
213
213
|
ProxyCmp({
|
|
@@ -217,7 +217,7 @@ BqBreadcrumb = __decorate([
|
|
|
217
217
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
218
218
|
], BqBreadcrumb);
|
|
219
219
|
export { BqBreadcrumb };
|
|
220
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
220
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqBreadcrumb, decorators: [{
|
|
221
221
|
type: Component,
|
|
222
222
|
args: [{
|
|
223
223
|
selector: 'bq-breadcrumb',
|
|
@@ -237,8 +237,8 @@ let BqBreadcrumbItem = class BqBreadcrumbItem {
|
|
|
237
237
|
this.el = r.nativeElement;
|
|
238
238
|
proxyOutputs(this, this.el, ['bqBlur', 'bqFocus', 'bqClick']);
|
|
239
239
|
}
|
|
240
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
241
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
240
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqBreadcrumbItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
241
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqBreadcrumbItem, isStandalone: true, 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 });
|
|
242
242
|
};
|
|
243
243
|
BqBreadcrumbItem = __decorate([
|
|
244
244
|
ProxyCmp({
|
|
@@ -248,7 +248,7 @@ BqBreadcrumbItem = __decorate([
|
|
|
248
248
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
249
249
|
], BqBreadcrumbItem);
|
|
250
250
|
export { BqBreadcrumbItem };
|
|
251
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
251
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqBreadcrumbItem, decorators: [{
|
|
252
252
|
type: Component,
|
|
253
253
|
args: [{
|
|
254
254
|
selector: 'bq-breadcrumb-item',
|
|
@@ -268,8 +268,8 @@ let BqButton = class BqButton {
|
|
|
268
268
|
this.el = r.nativeElement;
|
|
269
269
|
proxyOutputs(this, this.el, ['bqBlur', 'bqFocus', 'bqClick']);
|
|
270
270
|
}
|
|
271
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
272
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
271
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
272
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqButton, isStandalone: true, 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 });
|
|
273
273
|
};
|
|
274
274
|
BqButton = __decorate([
|
|
275
275
|
ProxyCmp({
|
|
@@ -279,7 +279,7 @@ BqButton = __decorate([
|
|
|
279
279
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
280
280
|
], BqButton);
|
|
281
281
|
export { BqButton };
|
|
282
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
282
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqButton, decorators: [{
|
|
283
283
|
type: Component,
|
|
284
284
|
args: [{
|
|
285
285
|
selector: 'bq-button',
|
|
@@ -298,8 +298,8 @@ let BqCard = class BqCard {
|
|
|
298
298
|
c.detach();
|
|
299
299
|
this.el = r.nativeElement;
|
|
300
300
|
}
|
|
301
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
302
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
301
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
302
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqCard, isStandalone: true, selector: "bq-card", inputs: { border: "border", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
303
303
|
};
|
|
304
304
|
BqCard = __decorate([
|
|
305
305
|
ProxyCmp({
|
|
@@ -309,7 +309,7 @@ BqCard = __decorate([
|
|
|
309
309
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
310
310
|
], BqCard);
|
|
311
311
|
export { BqCard };
|
|
312
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
312
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqCard, decorators: [{
|
|
313
313
|
type: Component,
|
|
314
314
|
args: [{
|
|
315
315
|
selector: 'bq-card',
|
|
@@ -329,8 +329,8 @@ let BqCheckbox = class BqCheckbox {
|
|
|
329
329
|
this.el = r.nativeElement;
|
|
330
330
|
proxyOutputs(this, this.el, ['bqChange', 'bqFocus', 'bqBlur']);
|
|
331
331
|
}
|
|
332
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
333
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
332
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
333
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqCheckbox, isStandalone: true, 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 });
|
|
334
334
|
};
|
|
335
335
|
BqCheckbox = __decorate([
|
|
336
336
|
ProxyCmp({
|
|
@@ -341,7 +341,7 @@ BqCheckbox = __decorate([
|
|
|
341
341
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
342
342
|
], BqCheckbox);
|
|
343
343
|
export { BqCheckbox };
|
|
344
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
344
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqCheckbox, decorators: [{
|
|
345
345
|
type: Component,
|
|
346
346
|
args: [{
|
|
347
347
|
selector: 'bq-checkbox',
|
|
@@ -361,8 +361,8 @@ let BqDialog = class BqDialog {
|
|
|
361
361
|
this.el = r.nativeElement;
|
|
362
362
|
proxyOutputs(this, this.el, ['bqCancel', 'bqClose', 'bqOpen', 'bqAfterOpen', 'bqAfterClose']);
|
|
363
363
|
}
|
|
364
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
365
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
364
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqDialog, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
365
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqDialog, isStandalone: true, 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 });
|
|
366
366
|
};
|
|
367
367
|
BqDialog = __decorate([
|
|
368
368
|
ProxyCmp({
|
|
@@ -373,7 +373,7 @@ BqDialog = __decorate([
|
|
|
373
373
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
374
374
|
], BqDialog);
|
|
375
375
|
export { BqDialog };
|
|
376
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
376
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqDialog, decorators: [{
|
|
377
377
|
type: Component,
|
|
378
378
|
args: [{
|
|
379
379
|
selector: 'bq-dialog',
|
|
@@ -392,8 +392,8 @@ let BqDivider = class BqDivider {
|
|
|
392
392
|
c.detach();
|
|
393
393
|
this.el = r.nativeElement;
|
|
394
394
|
}
|
|
395
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
396
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
395
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
396
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqDivider, isStandalone: true, 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 });
|
|
397
397
|
};
|
|
398
398
|
BqDivider = __decorate([
|
|
399
399
|
ProxyCmp({
|
|
@@ -403,7 +403,7 @@ BqDivider = __decorate([
|
|
|
403
403
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
404
404
|
], BqDivider);
|
|
405
405
|
export { BqDivider };
|
|
406
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
406
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqDivider, decorators: [{
|
|
407
407
|
type: Component,
|
|
408
408
|
args: [{
|
|
409
409
|
selector: 'bq-divider',
|
|
@@ -423,8 +423,8 @@ let BqDrawer = class BqDrawer {
|
|
|
423
423
|
this.el = r.nativeElement;
|
|
424
424
|
proxyOutputs(this, this.el, ['bqClose', 'bqOpen', 'bqAfterOpen', 'bqAfterClose']);
|
|
425
425
|
}
|
|
426
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
427
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
426
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqDrawer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
427
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqDrawer, isStandalone: true, 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 });
|
|
428
428
|
};
|
|
429
429
|
BqDrawer = __decorate([
|
|
430
430
|
ProxyCmp({
|
|
@@ -435,7 +435,7 @@ BqDrawer = __decorate([
|
|
|
435
435
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
436
436
|
], BqDrawer);
|
|
437
437
|
export { BqDrawer };
|
|
438
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
438
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqDrawer, decorators: [{
|
|
439
439
|
type: Component,
|
|
440
440
|
args: [{
|
|
441
441
|
selector: 'bq-drawer',
|
|
@@ -455,8 +455,8 @@ let BqDropdown = class BqDropdown {
|
|
|
455
455
|
this.el = r.nativeElement;
|
|
456
456
|
proxyOutputs(this, this.el, ['bqOpen']);
|
|
457
457
|
}
|
|
458
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
459
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
458
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
459
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqDropdown, isStandalone: true, 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 });
|
|
460
460
|
};
|
|
461
461
|
BqDropdown = __decorate([
|
|
462
462
|
ProxyCmp({
|
|
@@ -466,7 +466,7 @@ BqDropdown = __decorate([
|
|
|
466
466
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
467
467
|
], BqDropdown);
|
|
468
468
|
export { BqDropdown };
|
|
469
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
469
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqDropdown, decorators: [{
|
|
470
470
|
type: Component,
|
|
471
471
|
args: [{
|
|
472
472
|
selector: 'bq-dropdown',
|
|
@@ -485,8 +485,8 @@ let BqEmptyState = class BqEmptyState {
|
|
|
485
485
|
c.detach();
|
|
486
486
|
this.el = r.nativeElement;
|
|
487
487
|
}
|
|
488
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
489
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
488
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqEmptyState, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
489
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqEmptyState, isStandalone: true, selector: "bq-empty-state", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
490
490
|
};
|
|
491
491
|
BqEmptyState = __decorate([
|
|
492
492
|
ProxyCmp({
|
|
@@ -496,7 +496,7 @@ BqEmptyState = __decorate([
|
|
|
496
496
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
497
497
|
], BqEmptyState);
|
|
498
498
|
export { BqEmptyState };
|
|
499
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
499
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqEmptyState, decorators: [{
|
|
500
500
|
type: Component,
|
|
501
501
|
args: [{
|
|
502
502
|
selector: 'bq-empty-state',
|
|
@@ -516,8 +516,8 @@ let BqIcon = class BqIcon {
|
|
|
516
516
|
this.el = r.nativeElement;
|
|
517
517
|
proxyOutputs(this, this.el, ['svgLoaded']);
|
|
518
518
|
}
|
|
519
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
520
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
519
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
520
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqIcon, isStandalone: true, 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 });
|
|
521
521
|
};
|
|
522
522
|
BqIcon = __decorate([
|
|
523
523
|
ProxyCmp({
|
|
@@ -527,7 +527,7 @@ BqIcon = __decorate([
|
|
|
527
527
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
528
528
|
], BqIcon);
|
|
529
529
|
export { BqIcon };
|
|
530
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
530
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqIcon, decorators: [{
|
|
531
531
|
type: Component,
|
|
532
532
|
args: [{
|
|
533
533
|
selector: 'bq-icon',
|
|
@@ -547,8 +547,8 @@ let BqInput = class BqInput {
|
|
|
547
547
|
this.el = r.nativeElement;
|
|
548
548
|
proxyOutputs(this, this.el, ['bqBlur', 'bqChange', 'bqClear', 'bqFocus', 'bqInput']);
|
|
549
549
|
}
|
|
550
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
551
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
550
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
551
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqInput, isStandalone: true, 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 });
|
|
552
552
|
};
|
|
553
553
|
BqInput = __decorate([
|
|
554
554
|
ProxyCmp({
|
|
@@ -558,7 +558,7 @@ BqInput = __decorate([
|
|
|
558
558
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
559
559
|
], BqInput);
|
|
560
560
|
export { BqInput };
|
|
561
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
561
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqInput, decorators: [{
|
|
562
562
|
type: Component,
|
|
563
563
|
args: [{
|
|
564
564
|
selector: 'bq-input',
|
|
@@ -578,8 +578,8 @@ let BqNotification = class BqNotification {
|
|
|
578
578
|
this.el = r.nativeElement;
|
|
579
579
|
proxyOutputs(this, this.el, ['bqHide', 'bqShow', 'bqAfterOpen', 'bqAfterClose']);
|
|
580
580
|
}
|
|
581
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
582
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
581
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
582
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqNotification, isStandalone: true, 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 });
|
|
583
583
|
};
|
|
584
584
|
BqNotification = __decorate([
|
|
585
585
|
ProxyCmp({
|
|
@@ -590,7 +590,7 @@ BqNotification = __decorate([
|
|
|
590
590
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
591
591
|
], BqNotification);
|
|
592
592
|
export { BqNotification };
|
|
593
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
593
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqNotification, decorators: [{
|
|
594
594
|
type: Component,
|
|
595
595
|
args: [{
|
|
596
596
|
selector: 'bq-notification',
|
|
@@ -610,8 +610,8 @@ let BqOption = class BqOption {
|
|
|
610
610
|
this.el = r.nativeElement;
|
|
611
611
|
proxyOutputs(this, this.el, ['bqBlur', 'bqFocus', 'bqClick', 'bqEnter']);
|
|
612
612
|
}
|
|
613
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
614
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
613
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
614
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqOption, isStandalone: true, 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 });
|
|
615
615
|
};
|
|
616
616
|
BqOption = __decorate([
|
|
617
617
|
ProxyCmp({
|
|
@@ -621,7 +621,7 @@ BqOption = __decorate([
|
|
|
621
621
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
622
622
|
], BqOption);
|
|
623
623
|
export { BqOption };
|
|
624
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
624
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqOption, decorators: [{
|
|
625
625
|
type: Component,
|
|
626
626
|
args: [{
|
|
627
627
|
selector: 'bq-option',
|
|
@@ -640,8 +640,8 @@ let BqOptionGroup = class BqOptionGroup {
|
|
|
640
640
|
c.detach();
|
|
641
641
|
this.el = r.nativeElement;
|
|
642
642
|
}
|
|
643
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
644
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
643
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqOptionGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
644
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqOptionGroup, isStandalone: true, selector: "bq-option-group", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
645
645
|
};
|
|
646
646
|
BqOptionGroup = __decorate([
|
|
647
647
|
ProxyCmp({
|
|
@@ -650,7 +650,7 @@ BqOptionGroup = __decorate([
|
|
|
650
650
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
651
651
|
], BqOptionGroup);
|
|
652
652
|
export { BqOptionGroup };
|
|
653
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
653
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqOptionGroup, decorators: [{
|
|
654
654
|
type: Component,
|
|
655
655
|
args: [{
|
|
656
656
|
selector: 'bq-option-group',
|
|
@@ -670,8 +670,8 @@ let BqOptionList = class BqOptionList {
|
|
|
670
670
|
this.el = r.nativeElement;
|
|
671
671
|
proxyOutputs(this, this.el, ['bqSelect']);
|
|
672
672
|
}
|
|
673
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
674
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
673
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqOptionList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
674
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqOptionList, isStandalone: true, selector: "bq-option-list", inputs: { ariaLabel: "ariaLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
675
675
|
};
|
|
676
676
|
BqOptionList = __decorate([
|
|
677
677
|
ProxyCmp({
|
|
@@ -681,7 +681,7 @@ BqOptionList = __decorate([
|
|
|
681
681
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
682
682
|
], BqOptionList);
|
|
683
683
|
export { BqOptionList };
|
|
684
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
684
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqOptionList, decorators: [{
|
|
685
685
|
type: Component,
|
|
686
686
|
args: [{
|
|
687
687
|
selector: 'bq-option-list',
|
|
@@ -700,8 +700,8 @@ let BqPanel = class BqPanel {
|
|
|
700
700
|
c.detach();
|
|
701
701
|
this.el = r.nativeElement;
|
|
702
702
|
}
|
|
703
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
704
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
703
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
704
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqPanel, isStandalone: true, 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 });
|
|
705
705
|
};
|
|
706
706
|
BqPanel = __decorate([
|
|
707
707
|
ProxyCmp({
|
|
@@ -711,7 +711,7 @@ BqPanel = __decorate([
|
|
|
711
711
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
712
712
|
], BqPanel);
|
|
713
713
|
export { BqPanel };
|
|
714
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
714
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqPanel, decorators: [{
|
|
715
715
|
type: Component,
|
|
716
716
|
args: [{
|
|
717
717
|
selector: 'bq-panel',
|
|
@@ -730,8 +730,8 @@ let BqProgress = class BqProgress {
|
|
|
730
730
|
c.detach();
|
|
731
731
|
this.el = r.nativeElement;
|
|
732
732
|
}
|
|
733
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
734
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
733
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqProgress, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
734
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqProgress, isStandalone: true, 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 });
|
|
735
735
|
};
|
|
736
736
|
BqProgress = __decorate([
|
|
737
737
|
ProxyCmp({
|
|
@@ -741,7 +741,7 @@ BqProgress = __decorate([
|
|
|
741
741
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
742
742
|
], BqProgress);
|
|
743
743
|
export { BqProgress };
|
|
744
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
744
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqProgress, decorators: [{
|
|
745
745
|
type: Component,
|
|
746
746
|
args: [{
|
|
747
747
|
selector: 'bq-progress',
|
|
@@ -761,8 +761,8 @@ let BqRadio = class BqRadio {
|
|
|
761
761
|
this.el = r.nativeElement;
|
|
762
762
|
proxyOutputs(this, this.el, ['bqClick', 'bqFocus', 'bqBlur', 'bqKeyDown']);
|
|
763
763
|
}
|
|
764
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
765
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
764
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
765
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqRadio, isStandalone: true, 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 });
|
|
766
766
|
};
|
|
767
767
|
BqRadio = __decorate([
|
|
768
768
|
ProxyCmp({
|
|
@@ -773,7 +773,7 @@ BqRadio = __decorate([
|
|
|
773
773
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
774
774
|
], BqRadio);
|
|
775
775
|
export { BqRadio };
|
|
776
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
776
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqRadio, decorators: [{
|
|
777
777
|
type: Component,
|
|
778
778
|
args: [{
|
|
779
779
|
selector: 'bq-radio',
|
|
@@ -793,8 +793,8 @@ let BqRadioGroup = class BqRadioGroup {
|
|
|
793
793
|
this.el = r.nativeElement;
|
|
794
794
|
proxyOutputs(this, this.el, ['bqChange']);
|
|
795
795
|
}
|
|
796
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
797
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
796
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqRadioGroup, 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: "17.3.8", type: BqRadioGroup, isStandalone: true, 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 });
|
|
798
798
|
};
|
|
799
799
|
BqRadioGroup = __decorate([
|
|
800
800
|
ProxyCmp({
|
|
@@ -804,7 +804,7 @@ BqRadioGroup = __decorate([
|
|
|
804
804
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
805
805
|
], BqRadioGroup);
|
|
806
806
|
export { BqRadioGroup };
|
|
807
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
807
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqRadioGroup, decorators: [{
|
|
808
808
|
type: Component,
|
|
809
809
|
args: [{
|
|
810
810
|
selector: 'bq-radio-group',
|
|
@@ -824,8 +824,8 @@ let BqSelect = class BqSelect {
|
|
|
824
824
|
this.el = r.nativeElement;
|
|
825
825
|
proxyOutputs(this, this.el, ['bqBlur', 'bqClear', 'bqFocus', 'bqSelect']);
|
|
826
826
|
}
|
|
827
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
828
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
827
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
828
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqSelect, isStandalone: true, 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 });
|
|
829
829
|
};
|
|
830
830
|
BqSelect = __decorate([
|
|
831
831
|
ProxyCmp({
|
|
@@ -836,7 +836,7 @@ BqSelect = __decorate([
|
|
|
836
836
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
837
837
|
], BqSelect);
|
|
838
838
|
export { BqSelect };
|
|
839
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
839
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqSelect, decorators: [{
|
|
840
840
|
type: Component,
|
|
841
841
|
args: [{
|
|
842
842
|
selector: 'bq-select',
|
|
@@ -856,8 +856,8 @@ let BqSideMenu = class BqSideMenu {
|
|
|
856
856
|
this.el = r.nativeElement;
|
|
857
857
|
proxyOutputs(this, this.el, ['bqCollapse', 'bqSelect']);
|
|
858
858
|
}
|
|
859
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
860
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
859
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqSideMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
860
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqSideMenu, isStandalone: true, selector: "bq-side-menu", inputs: { appearance: "appearance", collapse: "collapse", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
861
861
|
};
|
|
862
862
|
BqSideMenu = __decorate([
|
|
863
863
|
ProxyCmp({
|
|
@@ -868,7 +868,7 @@ BqSideMenu = __decorate([
|
|
|
868
868
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
869
869
|
], BqSideMenu);
|
|
870
870
|
export { BqSideMenu };
|
|
871
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
871
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqSideMenu, decorators: [{
|
|
872
872
|
type: Component,
|
|
873
873
|
args: [{
|
|
874
874
|
selector: 'bq-side-menu',
|
|
@@ -888,8 +888,8 @@ let BqSideMenuItem = class BqSideMenuItem {
|
|
|
888
888
|
this.el = r.nativeElement;
|
|
889
889
|
proxyOutputs(this, this.el, ['bqBlur', 'bqFocus', 'bqClick']);
|
|
890
890
|
}
|
|
891
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
892
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
891
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqSideMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
892
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqSideMenuItem, isStandalone: true, 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 });
|
|
893
893
|
};
|
|
894
894
|
BqSideMenuItem = __decorate([
|
|
895
895
|
ProxyCmp({
|
|
@@ -899,7 +899,7 @@ BqSideMenuItem = __decorate([
|
|
|
899
899
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
900
900
|
], BqSideMenuItem);
|
|
901
901
|
export { BqSideMenuItem };
|
|
902
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
902
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqSideMenuItem, decorators: [{
|
|
903
903
|
type: Component,
|
|
904
904
|
args: [{
|
|
905
905
|
selector: 'bq-side-menu-item',
|
|
@@ -919,8 +919,8 @@ let BqSlider = class BqSlider {
|
|
|
919
919
|
this.el = r.nativeElement;
|
|
920
920
|
proxyOutputs(this, this.el, ['bqChange', 'bqBlur', 'bqFocus']);
|
|
921
921
|
}
|
|
922
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
923
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
922
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqSlider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
923
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqSlider, isStandalone: true, 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 });
|
|
924
924
|
};
|
|
925
925
|
BqSlider = __decorate([
|
|
926
926
|
ProxyCmp({
|
|
@@ -930,7 +930,7 @@ BqSlider = __decorate([
|
|
|
930
930
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
931
931
|
], BqSlider);
|
|
932
932
|
export { BqSlider };
|
|
933
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
933
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqSlider, decorators: [{
|
|
934
934
|
type: Component,
|
|
935
935
|
args: [{
|
|
936
936
|
selector: 'bq-slider',
|
|
@@ -949,8 +949,8 @@ let BqSpinner = class BqSpinner {
|
|
|
949
949
|
c.detach();
|
|
950
950
|
this.el = r.nativeElement;
|
|
951
951
|
}
|
|
952
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
953
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
952
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
953
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqSpinner, isStandalone: true, selector: "bq-spinner", inputs: { animation: "animation", size: "size", textPosition: "textPosition" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
954
954
|
};
|
|
955
955
|
BqSpinner = __decorate([
|
|
956
956
|
ProxyCmp({
|
|
@@ -960,7 +960,7 @@ BqSpinner = __decorate([
|
|
|
960
960
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
961
961
|
], BqSpinner);
|
|
962
962
|
export { BqSpinner };
|
|
963
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
963
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqSpinner, decorators: [{
|
|
964
964
|
type: Component,
|
|
965
965
|
args: [{
|
|
966
966
|
selector: 'bq-spinner',
|
|
@@ -979,8 +979,8 @@ let BqStatus = class BqStatus {
|
|
|
979
979
|
c.detach();
|
|
980
980
|
this.el = r.nativeElement;
|
|
981
981
|
}
|
|
982
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
983
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
982
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqStatus, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
983
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqStatus, isStandalone: true, selector: "bq-status", inputs: { type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
984
984
|
};
|
|
985
985
|
BqStatus = __decorate([
|
|
986
986
|
ProxyCmp({
|
|
@@ -990,7 +990,7 @@ BqStatus = __decorate([
|
|
|
990
990
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
991
991
|
], BqStatus);
|
|
992
992
|
export { BqStatus };
|
|
993
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
993
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqStatus, decorators: [{
|
|
994
994
|
type: Component,
|
|
995
995
|
args: [{
|
|
996
996
|
selector: 'bq-status',
|
|
@@ -1010,8 +1010,8 @@ let BqStepItem = class BqStepItem {
|
|
|
1010
1010
|
this.el = r.nativeElement;
|
|
1011
1011
|
proxyOutputs(this, this.el, ['bqClick']);
|
|
1012
1012
|
}
|
|
1013
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1014
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1013
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqStepItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1014
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqStepItem, isStandalone: true, selector: "bq-step-item", inputs: { size: "size", status: "status", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1015
1015
|
};
|
|
1016
1016
|
BqStepItem = __decorate([
|
|
1017
1017
|
ProxyCmp({
|
|
@@ -1021,7 +1021,7 @@ BqStepItem = __decorate([
|
|
|
1021
1021
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1022
1022
|
], BqStepItem);
|
|
1023
1023
|
export { BqStepItem };
|
|
1024
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1024
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqStepItem, decorators: [{
|
|
1025
1025
|
type: Component,
|
|
1026
1026
|
args: [{
|
|
1027
1027
|
selector: 'bq-step-item',
|
|
@@ -1040,8 +1040,8 @@ let BqSteps = class BqSteps {
|
|
|
1040
1040
|
c.detach();
|
|
1041
1041
|
this.el = r.nativeElement;
|
|
1042
1042
|
}
|
|
1043
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1044
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1043
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqSteps, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1044
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqSteps, isStandalone: true, selector: "bq-steps", inputs: { dividerColor: "dividerColor", size: "size", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1045
1045
|
};
|
|
1046
1046
|
BqSteps = __decorate([
|
|
1047
1047
|
ProxyCmp({
|
|
@@ -1051,7 +1051,7 @@ BqSteps = __decorate([
|
|
|
1051
1051
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1052
1052
|
], BqSteps);
|
|
1053
1053
|
export { BqSteps };
|
|
1054
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1054
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqSteps, decorators: [{
|
|
1055
1055
|
type: Component,
|
|
1056
1056
|
args: [{
|
|
1057
1057
|
selector: 'bq-steps',
|
|
@@ -1071,8 +1071,8 @@ let BqSwitch = class BqSwitch {
|
|
|
1071
1071
|
this.el = r.nativeElement;
|
|
1072
1072
|
proxyOutputs(this, this.el, ['bqChange', 'bqFocus', 'bqBlur']);
|
|
1073
1073
|
}
|
|
1074
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1075
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1074
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1075
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqSwitch, isStandalone: true, 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 });
|
|
1076
1076
|
};
|
|
1077
1077
|
BqSwitch = __decorate([
|
|
1078
1078
|
ProxyCmp({
|
|
@@ -1083,7 +1083,7 @@ BqSwitch = __decorate([
|
|
|
1083
1083
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1084
1084
|
], BqSwitch);
|
|
1085
1085
|
export { BqSwitch };
|
|
1086
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1086
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqSwitch, decorators: [{
|
|
1087
1087
|
type: Component,
|
|
1088
1088
|
args: [{
|
|
1089
1089
|
selector: 'bq-switch',
|
|
@@ -1103,8 +1103,8 @@ let BqTab = class BqTab {
|
|
|
1103
1103
|
this.el = r.nativeElement;
|
|
1104
1104
|
proxyOutputs(this, this.el, ['bqClick', 'bqFocus', 'bqBlur', 'bqKeyDown']);
|
|
1105
1105
|
}
|
|
1106
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1107
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1106
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1107
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqTab, isStandalone: true, 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 });
|
|
1108
1108
|
};
|
|
1109
1109
|
BqTab = __decorate([
|
|
1110
1110
|
ProxyCmp({
|
|
@@ -1115,7 +1115,7 @@ BqTab = __decorate([
|
|
|
1115
1115
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1116
1116
|
], BqTab);
|
|
1117
1117
|
export { BqTab };
|
|
1118
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1118
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqTab, decorators: [{
|
|
1119
1119
|
type: Component,
|
|
1120
1120
|
args: [{
|
|
1121
1121
|
selector: 'bq-tab',
|
|
@@ -1135,8 +1135,8 @@ let BqTabGroup = class BqTabGroup {
|
|
|
1135
1135
|
this.el = r.nativeElement;
|
|
1136
1136
|
proxyOutputs(this, this.el, ['bqChange']);
|
|
1137
1137
|
}
|
|
1138
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1139
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1138
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqTabGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1139
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqTabGroup, isStandalone: true, 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 });
|
|
1140
1140
|
};
|
|
1141
1141
|
BqTabGroup = __decorate([
|
|
1142
1142
|
ProxyCmp({
|
|
@@ -1146,7 +1146,7 @@ BqTabGroup = __decorate([
|
|
|
1146
1146
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1147
1147
|
], BqTabGroup);
|
|
1148
1148
|
export { BqTabGroup };
|
|
1149
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1149
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqTabGroup, decorators: [{
|
|
1150
1150
|
type: Component,
|
|
1151
1151
|
args: [{
|
|
1152
1152
|
selector: 'bq-tab-group',
|
|
@@ -1166,8 +1166,8 @@ let BqTag = class BqTag {
|
|
|
1166
1166
|
this.el = r.nativeElement;
|
|
1167
1167
|
proxyOutputs(this, this.el, ['bqClose', 'bqOpen', 'bqBlur', 'bqClick', 'bqFocus']);
|
|
1168
1168
|
}
|
|
1169
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1170
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1169
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1170
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqTag, isStandalone: true, 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 });
|
|
1171
1171
|
};
|
|
1172
1172
|
BqTag = __decorate([
|
|
1173
1173
|
ProxyCmp({
|
|
@@ -1178,7 +1178,7 @@ BqTag = __decorate([
|
|
|
1178
1178
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1179
1179
|
], BqTag);
|
|
1180
1180
|
export { BqTag };
|
|
1181
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1181
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqTag, decorators: [{
|
|
1182
1182
|
type: Component,
|
|
1183
1183
|
args: [{
|
|
1184
1184
|
selector: 'bq-tag',
|
|
@@ -1198,8 +1198,8 @@ let BqTextarea = class BqTextarea {
|
|
|
1198
1198
|
this.el = r.nativeElement;
|
|
1199
1199
|
proxyOutputs(this, this.el, ['bqBlur', 'bqChange', 'bqClear', 'bqFocus', 'bqInput']);
|
|
1200
1200
|
}
|
|
1201
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1202
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1201
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1202
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqTextarea, isStandalone: true, 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 });
|
|
1203
1203
|
};
|
|
1204
1204
|
BqTextarea = __decorate([
|
|
1205
1205
|
ProxyCmp({
|
|
@@ -1209,7 +1209,7 @@ BqTextarea = __decorate([
|
|
|
1209
1209
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1210
1210
|
], BqTextarea);
|
|
1211
1211
|
export { BqTextarea };
|
|
1212
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1212
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqTextarea, decorators: [{
|
|
1213
1213
|
type: Component,
|
|
1214
1214
|
args: [{
|
|
1215
1215
|
selector: 'bq-textarea',
|
|
@@ -1229,8 +1229,8 @@ let BqToast = class BqToast {
|
|
|
1229
1229
|
this.el = r.nativeElement;
|
|
1230
1230
|
proxyOutputs(this, this.el, ['bqHide', 'bqShow']);
|
|
1231
1231
|
}
|
|
1232
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1233
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1232
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1233
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqToast, isStandalone: true, 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 });
|
|
1234
1234
|
};
|
|
1235
1235
|
BqToast = __decorate([
|
|
1236
1236
|
ProxyCmp({
|
|
@@ -1241,7 +1241,7 @@ BqToast = __decorate([
|
|
|
1241
1241
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1242
1242
|
], BqToast);
|
|
1243
1243
|
export { BqToast };
|
|
1244
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1244
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqToast, decorators: [{
|
|
1245
1245
|
type: Component,
|
|
1246
1246
|
args: [{
|
|
1247
1247
|
selector: 'bq-toast',
|
|
@@ -1260,8 +1260,8 @@ let BqTooltip = class BqTooltip {
|
|
|
1260
1260
|
c.detach();
|
|
1261
1261
|
this.el = r.nativeElement;
|
|
1262
1262
|
}
|
|
1263
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1264
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1263
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1264
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: BqTooltip, isStandalone: true, 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 });
|
|
1265
1265
|
};
|
|
1266
1266
|
BqTooltip = __decorate([
|
|
1267
1267
|
ProxyCmp({
|
|
@@ -1272,7 +1272,7 @@ BqTooltip = __decorate([
|
|
|
1272
1272
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1273
1273
|
], BqTooltip);
|
|
1274
1274
|
export { BqTooltip };
|
|
1275
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1275
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: BqTooltip, decorators: [{
|
|
1276
1276
|
type: Component,
|
|
1277
1277
|
args: [{
|
|
1278
1278
|
selector: 'bq-tooltip',
|