@beeq/angular 1.3.3 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/beeq.module.d.ts +1 -1
- package/directives/components.d.ts +29 -0
- package/directives/index.d.ts +1 -1
- package/directives/text-value-accessor.d.ts +1 -1
- package/esm2022/beeq.module.mjs +5 -5
- package/esm2022/directives/boolean-value-accessor.mjs +3 -3
- package/esm2022/directives/components.mjs +151 -121
- package/esm2022/directives/index.mjs +2 -1
- 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 +154 -121
- package/fesm2022/beeq-angular-standalone.mjs +213 -181
- package/fesm2022/beeq-angular-standalone.mjs.map +1 -1
- package/fesm2022/beeq-angular.mjs +175 -145
- package/fesm2022/beeq-angular.mjs.map +1 -1
- package/package.json +2 -6
- package/standalone/directives/components.d.ts +29 -0
|
@@ -12,36 +12,37 @@ import { defineCustomElement as defineCustomElement$7 } from '@beeq/core/dist/co
|
|
|
12
12
|
import { defineCustomElement as defineCustomElement$8 } from '@beeq/core/dist/components/bq-button.js';
|
|
13
13
|
import { defineCustomElement as defineCustomElement$9 } from '@beeq/core/dist/components/bq-card.js';
|
|
14
14
|
import { defineCustomElement as defineCustomElement$a } from '@beeq/core/dist/components/bq-checkbox.js';
|
|
15
|
-
import { defineCustomElement as defineCustomElement$b } from '@beeq/core/dist/components/bq-
|
|
16
|
-
import { defineCustomElement as defineCustomElement$c } from '@beeq/core/dist/components/bq-
|
|
17
|
-
import { defineCustomElement as defineCustomElement$d } from '@beeq/core/dist/components/bq-
|
|
18
|
-
import { defineCustomElement as defineCustomElement$e } from '@beeq/core/dist/components/bq-
|
|
19
|
-
import { defineCustomElement as defineCustomElement$f } from '@beeq/core/dist/components/bq-
|
|
20
|
-
import { defineCustomElement as defineCustomElement$g } from '@beeq/core/dist/components/bq-
|
|
21
|
-
import { defineCustomElement as defineCustomElement$h } from '@beeq/core/dist/components/bq-
|
|
22
|
-
import { defineCustomElement as defineCustomElement$i } from '@beeq/core/dist/components/bq-
|
|
23
|
-
import { defineCustomElement as defineCustomElement$j } from '@beeq/core/dist/components/bq-
|
|
24
|
-
import { defineCustomElement as defineCustomElement$k } from '@beeq/core/dist/components/bq-option
|
|
25
|
-
import { defineCustomElement as defineCustomElement$l } from '@beeq/core/dist/components/bq-option-
|
|
26
|
-
import { defineCustomElement as defineCustomElement$m } from '@beeq/core/dist/components/bq-
|
|
27
|
-
import { defineCustomElement as defineCustomElement$n } from '@beeq/core/dist/components/bq-
|
|
28
|
-
import { defineCustomElement as defineCustomElement$o } from '@beeq/core/dist/components/bq-
|
|
29
|
-
import { defineCustomElement as defineCustomElement$p } from '@beeq/core/dist/components/bq-radio
|
|
30
|
-
import { defineCustomElement as defineCustomElement$q } from '@beeq/core/dist/components/bq-
|
|
31
|
-
import { defineCustomElement as defineCustomElement$r } from '@beeq/core/dist/components/bq-
|
|
32
|
-
import { defineCustomElement as defineCustomElement$s } from '@beeq/core/dist/components/bq-side-menu
|
|
33
|
-
import { defineCustomElement as defineCustomElement$t } from '@beeq/core/dist/components/bq-
|
|
34
|
-
import { defineCustomElement as defineCustomElement$u } from '@beeq/core/dist/components/bq-
|
|
35
|
-
import { defineCustomElement as defineCustomElement$v } from '@beeq/core/dist/components/bq-
|
|
36
|
-
import { defineCustomElement as defineCustomElement$w } from '@beeq/core/dist/components/bq-
|
|
37
|
-
import { defineCustomElement as defineCustomElement$x } from '@beeq/core/dist/components/bq-
|
|
38
|
-
import { defineCustomElement as defineCustomElement$y } from '@beeq/core/dist/components/bq-
|
|
39
|
-
import { defineCustomElement as defineCustomElement$z } from '@beeq/core/dist/components/bq-
|
|
40
|
-
import { defineCustomElement as defineCustomElement$A } from '@beeq/core/dist/components/bq-tab
|
|
41
|
-
import { defineCustomElement as defineCustomElement$B } from '@beeq/core/dist/components/bq-
|
|
42
|
-
import { defineCustomElement as defineCustomElement$C } from '@beeq/core/dist/components/bq-
|
|
43
|
-
import { defineCustomElement as defineCustomElement$D } from '@beeq/core/dist/components/bq-
|
|
44
|
-
import { defineCustomElement as defineCustomElement$E } from '@beeq/core/dist/components/bq-
|
|
15
|
+
import { defineCustomElement as defineCustomElement$b } from '@beeq/core/dist/components/bq-date-picker.js';
|
|
16
|
+
import { defineCustomElement as defineCustomElement$c } from '@beeq/core/dist/components/bq-dialog.js';
|
|
17
|
+
import { defineCustomElement as defineCustomElement$d } from '@beeq/core/dist/components/bq-divider.js';
|
|
18
|
+
import { defineCustomElement as defineCustomElement$e } from '@beeq/core/dist/components/bq-drawer.js';
|
|
19
|
+
import { defineCustomElement as defineCustomElement$f } from '@beeq/core/dist/components/bq-dropdown.js';
|
|
20
|
+
import { defineCustomElement as defineCustomElement$g } from '@beeq/core/dist/components/bq-empty-state.js';
|
|
21
|
+
import { defineCustomElement as defineCustomElement$h } from '@beeq/core/dist/components/bq-icon.js';
|
|
22
|
+
import { defineCustomElement as defineCustomElement$i } from '@beeq/core/dist/components/bq-input.js';
|
|
23
|
+
import { defineCustomElement as defineCustomElement$j } from '@beeq/core/dist/components/bq-notification.js';
|
|
24
|
+
import { defineCustomElement as defineCustomElement$k } from '@beeq/core/dist/components/bq-option.js';
|
|
25
|
+
import { defineCustomElement as defineCustomElement$l } from '@beeq/core/dist/components/bq-option-group.js';
|
|
26
|
+
import { defineCustomElement as defineCustomElement$m } from '@beeq/core/dist/components/bq-option-list.js';
|
|
27
|
+
import { defineCustomElement as defineCustomElement$n } from '@beeq/core/dist/components/bq-panel.js';
|
|
28
|
+
import { defineCustomElement as defineCustomElement$o } from '@beeq/core/dist/components/bq-progress.js';
|
|
29
|
+
import { defineCustomElement as defineCustomElement$p } from '@beeq/core/dist/components/bq-radio.js';
|
|
30
|
+
import { defineCustomElement as defineCustomElement$q } from '@beeq/core/dist/components/bq-radio-group.js';
|
|
31
|
+
import { defineCustomElement as defineCustomElement$r } from '@beeq/core/dist/components/bq-select.js';
|
|
32
|
+
import { defineCustomElement as defineCustomElement$s } from '@beeq/core/dist/components/bq-side-menu.js';
|
|
33
|
+
import { defineCustomElement as defineCustomElement$t } from '@beeq/core/dist/components/bq-side-menu-item.js';
|
|
34
|
+
import { defineCustomElement as defineCustomElement$u } from '@beeq/core/dist/components/bq-slider.js';
|
|
35
|
+
import { defineCustomElement as defineCustomElement$v } from '@beeq/core/dist/components/bq-spinner.js';
|
|
36
|
+
import { defineCustomElement as defineCustomElement$w } from '@beeq/core/dist/components/bq-status.js';
|
|
37
|
+
import { defineCustomElement as defineCustomElement$x } from '@beeq/core/dist/components/bq-step-item.js';
|
|
38
|
+
import { defineCustomElement as defineCustomElement$y } from '@beeq/core/dist/components/bq-steps.js';
|
|
39
|
+
import { defineCustomElement as defineCustomElement$z } from '@beeq/core/dist/components/bq-switch.js';
|
|
40
|
+
import { defineCustomElement as defineCustomElement$A } from '@beeq/core/dist/components/bq-tab.js';
|
|
41
|
+
import { defineCustomElement as defineCustomElement$B } from '@beeq/core/dist/components/bq-tab-group.js';
|
|
42
|
+
import { defineCustomElement as defineCustomElement$C } from '@beeq/core/dist/components/bq-tag.js';
|
|
43
|
+
import { defineCustomElement as defineCustomElement$D } from '@beeq/core/dist/components/bq-textarea.js';
|
|
44
|
+
import { defineCustomElement as defineCustomElement$E } from '@beeq/core/dist/components/bq-toast.js';
|
|
45
|
+
import { defineCustomElement as defineCustomElement$F } from '@beeq/core/dist/components/bq-tooltip.js';
|
|
45
46
|
|
|
46
47
|
/* eslint-disable */
|
|
47
48
|
/* tslint:disable */
|
|
@@ -110,8 +111,8 @@ let BqAccordion = class BqAccordion {
|
|
|
110
111
|
this.el = r.nativeElement;
|
|
111
112
|
proxyOutputs(this, this.el, ['bqBlur', 'bqFocus', 'bqOpen', 'bqAfterOpen', 'bqClose', 'bqAfterClose']);
|
|
112
113
|
}
|
|
113
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
114
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
114
|
+
/** @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 });
|
|
115
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", 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 });
|
|
115
116
|
};
|
|
116
117
|
BqAccordion = __decorate([
|
|
117
118
|
ProxyCmp({
|
|
@@ -120,7 +121,7 @@ BqAccordion = __decorate([
|
|
|
120
121
|
}),
|
|
121
122
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
122
123
|
], BqAccordion);
|
|
123
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
124
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqAccordion, decorators: [{
|
|
124
125
|
type: Component,
|
|
125
126
|
args: [{
|
|
126
127
|
selector: 'bq-accordion',
|
|
@@ -139,8 +140,8 @@ let BqAccordionGroup = class BqAccordionGroup {
|
|
|
139
140
|
c.detach();
|
|
140
141
|
this.el = r.nativeElement;
|
|
141
142
|
}
|
|
142
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
143
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
143
|
+
/** @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 });
|
|
144
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", 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 });
|
|
144
145
|
};
|
|
145
146
|
BqAccordionGroup = __decorate([
|
|
146
147
|
ProxyCmp({
|
|
@@ -149,7 +150,7 @@ BqAccordionGroup = __decorate([
|
|
|
149
150
|
}),
|
|
150
151
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
151
152
|
], BqAccordionGroup);
|
|
152
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
153
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqAccordionGroup, decorators: [{
|
|
153
154
|
type: Component,
|
|
154
155
|
args: [{
|
|
155
156
|
selector: 'bq-accordion-group',
|
|
@@ -169,8 +170,8 @@ let BqAlert = class BqAlert {
|
|
|
169
170
|
this.el = r.nativeElement;
|
|
170
171
|
proxyOutputs(this, this.el, ['bqHide', 'bqShow', 'bqAfterOpen', 'bqAfterClose']);
|
|
171
172
|
}
|
|
172
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
173
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
173
|
+
/** @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 });
|
|
174
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", 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 });
|
|
174
175
|
};
|
|
175
176
|
BqAlert = __decorate([
|
|
176
177
|
ProxyCmp({
|
|
@@ -180,7 +181,7 @@ BqAlert = __decorate([
|
|
|
180
181
|
}),
|
|
181
182
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
182
183
|
], BqAlert);
|
|
183
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
184
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqAlert, decorators: [{
|
|
184
185
|
type: Component,
|
|
185
186
|
args: [{
|
|
186
187
|
selector: 'bq-alert',
|
|
@@ -199,8 +200,8 @@ let BqAvatar = class BqAvatar {
|
|
|
199
200
|
c.detach();
|
|
200
201
|
this.el = r.nativeElement;
|
|
201
202
|
}
|
|
202
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
203
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
203
|
+
/** @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 });
|
|
204
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", 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 });
|
|
204
205
|
};
|
|
205
206
|
BqAvatar = __decorate([
|
|
206
207
|
ProxyCmp({
|
|
@@ -209,7 +210,7 @@ BqAvatar = __decorate([
|
|
|
209
210
|
}),
|
|
210
211
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
211
212
|
], BqAvatar);
|
|
212
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
213
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqAvatar, decorators: [{
|
|
213
214
|
type: Component,
|
|
214
215
|
args: [{
|
|
215
216
|
selector: 'bq-avatar',
|
|
@@ -228,8 +229,8 @@ let BqBadge = class BqBadge {
|
|
|
228
229
|
c.detach();
|
|
229
230
|
this.el = r.nativeElement;
|
|
230
231
|
}
|
|
231
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
232
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
232
|
+
/** @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 });
|
|
233
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", 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 });
|
|
233
234
|
};
|
|
234
235
|
BqBadge = __decorate([
|
|
235
236
|
ProxyCmp({
|
|
@@ -238,7 +239,7 @@ BqBadge = __decorate([
|
|
|
238
239
|
}),
|
|
239
240
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
240
241
|
], BqBadge);
|
|
241
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
242
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqBadge, decorators: [{
|
|
242
243
|
type: Component,
|
|
243
244
|
args: [{
|
|
244
245
|
selector: 'bq-badge',
|
|
@@ -258,8 +259,8 @@ let BqBreadcrumb = class BqBreadcrumb {
|
|
|
258
259
|
this.el = r.nativeElement;
|
|
259
260
|
proxyOutputs(this, this.el, ['bqBreadcrumbBlur', 'bqBreadcrumbFocus', 'bqBreadcrumbClick']);
|
|
260
261
|
}
|
|
261
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
262
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
262
|
+
/** @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 });
|
|
263
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqBreadcrumb, isStandalone: true, selector: "bq-breadcrumb", inputs: { ariaLabel: "ariaLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
263
264
|
};
|
|
264
265
|
BqBreadcrumb = __decorate([
|
|
265
266
|
ProxyCmp({
|
|
@@ -268,7 +269,7 @@ BqBreadcrumb = __decorate([
|
|
|
268
269
|
}),
|
|
269
270
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
270
271
|
], BqBreadcrumb);
|
|
271
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
272
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqBreadcrumb, decorators: [{
|
|
272
273
|
type: Component,
|
|
273
274
|
args: [{
|
|
274
275
|
selector: 'bq-breadcrumb',
|
|
@@ -288,8 +289,8 @@ let BqBreadcrumbItem = class BqBreadcrumbItem {
|
|
|
288
289
|
this.el = r.nativeElement;
|
|
289
290
|
proxyOutputs(this, this.el, ['bqBlur', 'bqFocus', 'bqClick']);
|
|
290
291
|
}
|
|
291
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
292
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
292
|
+
/** @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 });
|
|
293
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", 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 });
|
|
293
294
|
};
|
|
294
295
|
BqBreadcrumbItem = __decorate([
|
|
295
296
|
ProxyCmp({
|
|
@@ -298,7 +299,7 @@ BqBreadcrumbItem = __decorate([
|
|
|
298
299
|
}),
|
|
299
300
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
300
301
|
], BqBreadcrumbItem);
|
|
301
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
302
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqBreadcrumbItem, decorators: [{
|
|
302
303
|
type: Component,
|
|
303
304
|
args: [{
|
|
304
305
|
selector: 'bq-breadcrumb-item',
|
|
@@ -318,8 +319,8 @@ let BqButton = class BqButton {
|
|
|
318
319
|
this.el = r.nativeElement;
|
|
319
320
|
proxyOutputs(this, this.el, ['bqBlur', 'bqFocus', 'bqClick']);
|
|
320
321
|
}
|
|
321
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
322
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
322
|
+
/** @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 });
|
|
323
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", 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 });
|
|
323
324
|
};
|
|
324
325
|
BqButton = __decorate([
|
|
325
326
|
ProxyCmp({
|
|
@@ -328,7 +329,7 @@ BqButton = __decorate([
|
|
|
328
329
|
}),
|
|
329
330
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
330
331
|
], BqButton);
|
|
331
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
332
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqButton, decorators: [{
|
|
332
333
|
type: Component,
|
|
333
334
|
args: [{
|
|
334
335
|
selector: 'bq-button',
|
|
@@ -347,8 +348,8 @@ let BqCard = class BqCard {
|
|
|
347
348
|
c.detach();
|
|
348
349
|
this.el = r.nativeElement;
|
|
349
350
|
}
|
|
350
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
351
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
351
|
+
/** @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 });
|
|
352
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", 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 });
|
|
352
353
|
};
|
|
353
354
|
BqCard = __decorate([
|
|
354
355
|
ProxyCmp({
|
|
@@ -357,7 +358,7 @@ BqCard = __decorate([
|
|
|
357
358
|
}),
|
|
358
359
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
359
360
|
], BqCard);
|
|
360
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
361
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqCard, decorators: [{
|
|
361
362
|
type: Component,
|
|
362
363
|
args: [{
|
|
363
364
|
selector: 'bq-card',
|
|
@@ -377,8 +378,8 @@ let BqCheckbox = class BqCheckbox {
|
|
|
377
378
|
this.el = r.nativeElement;
|
|
378
379
|
proxyOutputs(this, this.el, ['bqChange', 'bqFocus', 'bqBlur']);
|
|
379
380
|
}
|
|
380
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
381
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
381
|
+
/** @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 });
|
|
382
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", 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 });
|
|
382
383
|
};
|
|
383
384
|
BqCheckbox = __decorate([
|
|
384
385
|
ProxyCmp({
|
|
@@ -388,7 +389,7 @@ BqCheckbox = __decorate([
|
|
|
388
389
|
}),
|
|
389
390
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
390
391
|
], BqCheckbox);
|
|
391
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
392
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqCheckbox, decorators: [{
|
|
392
393
|
type: Component,
|
|
393
394
|
args: [{
|
|
394
395
|
selector: 'bq-checkbox',
|
|
@@ -399,6 +400,37 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImpor
|
|
|
399
400
|
standalone: true
|
|
400
401
|
}]
|
|
401
402
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
403
|
+
let BqDatePicker = class BqDatePicker {
|
|
404
|
+
z;
|
|
405
|
+
el;
|
|
406
|
+
constructor(c, r, z) {
|
|
407
|
+
this.z = z;
|
|
408
|
+
c.detach();
|
|
409
|
+
this.el = r.nativeElement;
|
|
410
|
+
proxyOutputs(this, this.el, ['bqBlur', 'bqChange', 'bqClear', 'bqFocus']);
|
|
411
|
+
}
|
|
412
|
+
/** @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 });
|
|
413
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqDatePicker, isStandalone: true, 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 });
|
|
414
|
+
};
|
|
415
|
+
BqDatePicker = __decorate([
|
|
416
|
+
ProxyCmp({
|
|
417
|
+
defineCustomElementFn: defineCustomElement$b,
|
|
418
|
+
inputs: ['autofocus', 'clearButtonLabel', 'disableClear', 'disabled', 'distance', 'firstDayOfWeek', 'form', 'formatOptions', 'isDateDisallowed', 'locale', 'max', 'min', 'months', 'monthsPerView', 'name', 'open', 'panelHeight', 'placeholder', 'placement', 'required', 'showOutsideDays', 'skidding', 'strategy', 'type', 'validationStatus', 'value'],
|
|
419
|
+
methods: ['clear']
|
|
420
|
+
}),
|
|
421
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
422
|
+
], BqDatePicker);
|
|
423
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqDatePicker, decorators: [{
|
|
424
|
+
type: Component,
|
|
425
|
+
args: [{
|
|
426
|
+
selector: 'bq-date-picker',
|
|
427
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
428
|
+
template: '<ng-content></ng-content>',
|
|
429
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
430
|
+
inputs: ['autofocus', 'clearButtonLabel', 'disableClear', 'disabled', 'distance', 'firstDayOfWeek', 'form', 'formatOptions', 'isDateDisallowed', 'locale', 'max', 'min', 'months', 'monthsPerView', 'name', 'open', 'panelHeight', 'placeholder', 'placement', 'required', 'showOutsideDays', 'skidding', 'strategy', 'type', 'validationStatus', 'value'],
|
|
431
|
+
standalone: true
|
|
432
|
+
}]
|
|
433
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
402
434
|
let BqDialog = class BqDialog {
|
|
403
435
|
z;
|
|
404
436
|
el;
|
|
@@ -408,18 +440,18 @@ let BqDialog = class BqDialog {
|
|
|
408
440
|
this.el = r.nativeElement;
|
|
409
441
|
proxyOutputs(this, this.el, ['bqCancel', 'bqClose', 'bqOpen', 'bqAfterOpen', 'bqAfterClose']);
|
|
410
442
|
}
|
|
411
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
412
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
443
|
+
/** @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 });
|
|
444
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", 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 });
|
|
413
445
|
};
|
|
414
446
|
BqDialog = __decorate([
|
|
415
447
|
ProxyCmp({
|
|
416
|
-
defineCustomElementFn: defineCustomElement$
|
|
448
|
+
defineCustomElementFn: defineCustomElement$c,
|
|
417
449
|
inputs: ['border', 'disableBackdrop', 'disableCloseClickOutside', 'disableCloseEscKeydown', 'footerAppearance', 'hideCloseButton', 'open', 'size'],
|
|
418
450
|
methods: ['show', 'hide', 'cancel']
|
|
419
451
|
}),
|
|
420
452
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
421
453
|
], BqDialog);
|
|
422
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
454
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqDialog, decorators: [{
|
|
423
455
|
type: Component,
|
|
424
456
|
args: [{
|
|
425
457
|
selector: 'bq-dialog',
|
|
@@ -438,17 +470,17 @@ let BqDivider = class BqDivider {
|
|
|
438
470
|
c.detach();
|
|
439
471
|
this.el = r.nativeElement;
|
|
440
472
|
}
|
|
441
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
442
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
473
|
+
/** @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 });
|
|
474
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", 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 });
|
|
443
475
|
};
|
|
444
476
|
BqDivider = __decorate([
|
|
445
477
|
ProxyCmp({
|
|
446
|
-
defineCustomElementFn: defineCustomElement$
|
|
478
|
+
defineCustomElementFn: defineCustomElement$d,
|
|
447
479
|
inputs: ['dashed', 'orientation', 'strokeBasis', 'strokeColor', 'strokeDashGap', 'strokeDashWidth', 'strokeLinecap', 'strokeThickness', 'titleAlignment']
|
|
448
480
|
}),
|
|
449
481
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
450
482
|
], BqDivider);
|
|
451
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
483
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqDivider, decorators: [{
|
|
452
484
|
type: Component,
|
|
453
485
|
args: [{
|
|
454
486
|
selector: 'bq-divider',
|
|
@@ -468,18 +500,18 @@ let BqDrawer = class BqDrawer {
|
|
|
468
500
|
this.el = r.nativeElement;
|
|
469
501
|
proxyOutputs(this, this.el, ['bqClose', 'bqOpen', 'bqAfterOpen', 'bqAfterClose']);
|
|
470
502
|
}
|
|
471
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
472
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
503
|
+
/** @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 });
|
|
504
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", 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 });
|
|
473
505
|
};
|
|
474
506
|
BqDrawer = __decorate([
|
|
475
507
|
ProxyCmp({
|
|
476
|
-
defineCustomElementFn: defineCustomElement$
|
|
508
|
+
defineCustomElementFn: defineCustomElement$e,
|
|
477
509
|
inputs: ['closeOnClickOutside', 'closeOnEsc', 'enableBackdrop', 'open', 'placement'],
|
|
478
510
|
methods: ['hide', 'show']
|
|
479
511
|
}),
|
|
480
512
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
481
513
|
], BqDrawer);
|
|
482
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
514
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqDrawer, decorators: [{
|
|
483
515
|
type: Component,
|
|
484
516
|
args: [{
|
|
485
517
|
selector: 'bq-drawer',
|
|
@@ -499,17 +531,17 @@ let BqDropdown = class BqDropdown {
|
|
|
499
531
|
this.el = r.nativeElement;
|
|
500
532
|
proxyOutputs(this, this.el, ['bqOpen']);
|
|
501
533
|
}
|
|
502
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
503
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
534
|
+
/** @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 });
|
|
535
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", 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 });
|
|
504
536
|
};
|
|
505
537
|
BqDropdown = __decorate([
|
|
506
538
|
ProxyCmp({
|
|
507
|
-
defineCustomElementFn: defineCustomElement$
|
|
539
|
+
defineCustomElementFn: defineCustomElement$f,
|
|
508
540
|
inputs: ['disabled', 'distance', 'keepOpenOnSelect', 'open', 'panelHeight', 'placement', 'sameWidth', 'skidding', 'strategy']
|
|
509
541
|
}),
|
|
510
542
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
511
543
|
], BqDropdown);
|
|
512
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
544
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqDropdown, decorators: [{
|
|
513
545
|
type: Component,
|
|
514
546
|
args: [{
|
|
515
547
|
selector: 'bq-dropdown',
|
|
@@ -528,17 +560,17 @@ let BqEmptyState = class BqEmptyState {
|
|
|
528
560
|
c.detach();
|
|
529
561
|
this.el = r.nativeElement;
|
|
530
562
|
}
|
|
531
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
532
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
563
|
+
/** @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 });
|
|
564
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqEmptyState, isStandalone: true, selector: "bq-empty-state", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
533
565
|
};
|
|
534
566
|
BqEmptyState = __decorate([
|
|
535
567
|
ProxyCmp({
|
|
536
|
-
defineCustomElementFn: defineCustomElement$
|
|
568
|
+
defineCustomElementFn: defineCustomElement$g,
|
|
537
569
|
inputs: ['size']
|
|
538
570
|
}),
|
|
539
571
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
540
572
|
], BqEmptyState);
|
|
541
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
573
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqEmptyState, decorators: [{
|
|
542
574
|
type: Component,
|
|
543
575
|
args: [{
|
|
544
576
|
selector: 'bq-empty-state',
|
|
@@ -558,17 +590,17 @@ let BqIcon = class BqIcon {
|
|
|
558
590
|
this.el = r.nativeElement;
|
|
559
591
|
proxyOutputs(this, this.el, ['svgLoaded']);
|
|
560
592
|
}
|
|
561
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
562
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
593
|
+
/** @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 });
|
|
594
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", 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 });
|
|
563
595
|
};
|
|
564
596
|
BqIcon = __decorate([
|
|
565
597
|
ProxyCmp({
|
|
566
|
-
defineCustomElementFn: defineCustomElement$
|
|
598
|
+
defineCustomElementFn: defineCustomElement$h,
|
|
567
599
|
inputs: ['color', 'label', 'name', 'size', 'src', 'weight']
|
|
568
600
|
}),
|
|
569
601
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
570
602
|
], BqIcon);
|
|
571
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
603
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqIcon, decorators: [{
|
|
572
604
|
type: Component,
|
|
573
605
|
args: [{
|
|
574
606
|
selector: 'bq-icon',
|
|
@@ -588,17 +620,17 @@ let BqInput = class BqInput {
|
|
|
588
620
|
this.el = r.nativeElement;
|
|
589
621
|
proxyOutputs(this, this.el, ['bqBlur', 'bqChange', 'bqClear', 'bqFocus', 'bqInput']);
|
|
590
622
|
}
|
|
591
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
592
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
623
|
+
/** @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 });
|
|
624
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", 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 });
|
|
593
625
|
};
|
|
594
626
|
BqInput = __decorate([
|
|
595
627
|
ProxyCmp({
|
|
596
|
-
defineCustomElementFn: defineCustomElement$
|
|
628
|
+
defineCustomElementFn: defineCustomElement$i,
|
|
597
629
|
inputs: ['autocapitalize', 'autocomplete', 'autocorrect', 'autofocus', 'clearButtonLabel', 'debounceTime', 'disableClear', 'disabled', 'form', 'inputmode', 'max', 'maxlength', 'min', 'minlength', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'step', 'type', 'validationStatus', 'value']
|
|
598
630
|
}),
|
|
599
631
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
600
632
|
], BqInput);
|
|
601
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
633
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqInput, decorators: [{
|
|
602
634
|
type: Component,
|
|
603
635
|
args: [{
|
|
604
636
|
selector: 'bq-input',
|
|
@@ -618,18 +650,18 @@ let BqNotification = class BqNotification {
|
|
|
618
650
|
this.el = r.nativeElement;
|
|
619
651
|
proxyOutputs(this, this.el, ['bqHide', 'bqShow', 'bqAfterOpen', 'bqAfterClose']);
|
|
620
652
|
}
|
|
621
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
622
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
653
|
+
/** @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 });
|
|
654
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", 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 });
|
|
623
655
|
};
|
|
624
656
|
BqNotification = __decorate([
|
|
625
657
|
ProxyCmp({
|
|
626
|
-
defineCustomElementFn: defineCustomElement$
|
|
658
|
+
defineCustomElementFn: defineCustomElement$j,
|
|
627
659
|
inputs: ['autoDismiss', 'border', 'disableClose', 'hideIcon', 'open', 'time', 'type'],
|
|
628
660
|
methods: ['hide', 'show', 'toast']
|
|
629
661
|
}),
|
|
630
662
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
631
663
|
], BqNotification);
|
|
632
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
664
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqNotification, decorators: [{
|
|
633
665
|
type: Component,
|
|
634
666
|
args: [{
|
|
635
667
|
selector: 'bq-notification',
|
|
@@ -649,17 +681,17 @@ let BqOption = class BqOption {
|
|
|
649
681
|
this.el = r.nativeElement;
|
|
650
682
|
proxyOutputs(this, this.el, ['bqBlur', 'bqFocus', 'bqClick', 'bqEnter']);
|
|
651
683
|
}
|
|
652
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
653
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
684
|
+
/** @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 });
|
|
685
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", 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 });
|
|
654
686
|
};
|
|
655
687
|
BqOption = __decorate([
|
|
656
688
|
ProxyCmp({
|
|
657
|
-
defineCustomElementFn: defineCustomElement$
|
|
689
|
+
defineCustomElementFn: defineCustomElement$k,
|
|
658
690
|
inputs: ['disabled', 'hidden', 'selected', 'value']
|
|
659
691
|
}),
|
|
660
692
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
661
693
|
], BqOption);
|
|
662
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
694
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqOption, decorators: [{
|
|
663
695
|
type: Component,
|
|
664
696
|
args: [{
|
|
665
697
|
selector: 'bq-option',
|
|
@@ -678,16 +710,16 @@ let BqOptionGroup = class BqOptionGroup {
|
|
|
678
710
|
c.detach();
|
|
679
711
|
this.el = r.nativeElement;
|
|
680
712
|
}
|
|
681
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
682
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
713
|
+
/** @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 });
|
|
714
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqOptionGroup, isStandalone: true, selector: "bq-option-group", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
683
715
|
};
|
|
684
716
|
BqOptionGroup = __decorate([
|
|
685
717
|
ProxyCmp({
|
|
686
|
-
defineCustomElementFn: defineCustomElement$
|
|
718
|
+
defineCustomElementFn: defineCustomElement$l
|
|
687
719
|
}),
|
|
688
720
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
689
721
|
], BqOptionGroup);
|
|
690
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
722
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqOptionGroup, decorators: [{
|
|
691
723
|
type: Component,
|
|
692
724
|
args: [{
|
|
693
725
|
selector: 'bq-option-group',
|
|
@@ -707,17 +739,17 @@ let BqOptionList = class BqOptionList {
|
|
|
707
739
|
this.el = r.nativeElement;
|
|
708
740
|
proxyOutputs(this, this.el, ['bqSelect']);
|
|
709
741
|
}
|
|
710
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
711
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
742
|
+
/** @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 });
|
|
743
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqOptionList, isStandalone: true, selector: "bq-option-list", inputs: { ariaLabel: "ariaLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
712
744
|
};
|
|
713
745
|
BqOptionList = __decorate([
|
|
714
746
|
ProxyCmp({
|
|
715
|
-
defineCustomElementFn: defineCustomElement$
|
|
747
|
+
defineCustomElementFn: defineCustomElement$m,
|
|
716
748
|
inputs: ['ariaLabel']
|
|
717
749
|
}),
|
|
718
750
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
719
751
|
], BqOptionList);
|
|
720
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
752
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqOptionList, decorators: [{
|
|
721
753
|
type: Component,
|
|
722
754
|
args: [{
|
|
723
755
|
selector: 'bq-option-list',
|
|
@@ -736,17 +768,17 @@ let BqPanel = class BqPanel {
|
|
|
736
768
|
c.detach();
|
|
737
769
|
this.el = r.nativeElement;
|
|
738
770
|
}
|
|
739
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
740
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
771
|
+
/** @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 });
|
|
772
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", 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 });
|
|
741
773
|
};
|
|
742
774
|
BqPanel = __decorate([
|
|
743
775
|
ProxyCmp({
|
|
744
|
-
defineCustomElementFn: defineCustomElement$
|
|
776
|
+
defineCustomElementFn: defineCustomElement$n,
|
|
745
777
|
inputs: ['distance', 'open', 'placement', 'sameWidth', 'skidding', 'strategy']
|
|
746
778
|
}),
|
|
747
779
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
748
780
|
], BqPanel);
|
|
749
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
781
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqPanel, decorators: [{
|
|
750
782
|
type: Component,
|
|
751
783
|
args: [{
|
|
752
784
|
selector: 'bq-panel',
|
|
@@ -765,17 +797,17 @@ let BqProgress = class BqProgress {
|
|
|
765
797
|
c.detach();
|
|
766
798
|
this.el = r.nativeElement;
|
|
767
799
|
}
|
|
768
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
769
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
800
|
+
/** @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 });
|
|
801
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", 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 });
|
|
770
802
|
};
|
|
771
803
|
BqProgress = __decorate([
|
|
772
804
|
ProxyCmp({
|
|
773
|
-
defineCustomElementFn: defineCustomElement$
|
|
805
|
+
defineCustomElementFn: defineCustomElement$o,
|
|
774
806
|
inputs: ['borderShape', 'enableTooltip', 'indeterminate', 'label', 'thickness', 'type', 'value']
|
|
775
807
|
}),
|
|
776
808
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
777
809
|
], BqProgress);
|
|
778
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
810
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqProgress, decorators: [{
|
|
779
811
|
type: Component,
|
|
780
812
|
args: [{
|
|
781
813
|
selector: 'bq-progress',
|
|
@@ -795,18 +827,18 @@ let BqRadio = class BqRadio {
|
|
|
795
827
|
this.el = r.nativeElement;
|
|
796
828
|
proxyOutputs(this, this.el, ['bqClick', 'bqFocus', 'bqBlur', 'bqKeyDown']);
|
|
797
829
|
}
|
|
798
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
799
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
830
|
+
/** @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 });
|
|
831
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", 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 });
|
|
800
832
|
};
|
|
801
833
|
BqRadio = __decorate([
|
|
802
834
|
ProxyCmp({
|
|
803
|
-
defineCustomElementFn: defineCustomElement$
|
|
835
|
+
defineCustomElementFn: defineCustomElement$p,
|
|
804
836
|
inputs: ['backgroundOnHover', 'checked', 'disabled', 'formId', 'name', 'required', 'value'],
|
|
805
837
|
methods: ['vClick', 'vFocus', 'vBlur']
|
|
806
838
|
}),
|
|
807
839
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
808
840
|
], BqRadio);
|
|
809
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
841
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqRadio, decorators: [{
|
|
810
842
|
type: Component,
|
|
811
843
|
args: [{
|
|
812
844
|
selector: 'bq-radio',
|
|
@@ -826,17 +858,17 @@ let BqRadioGroup = class BqRadioGroup {
|
|
|
826
858
|
this.el = r.nativeElement;
|
|
827
859
|
proxyOutputs(this, this.el, ['bqChange']);
|
|
828
860
|
}
|
|
829
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
830
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
861
|
+
/** @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 });
|
|
862
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", 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 });
|
|
831
863
|
};
|
|
832
864
|
BqRadioGroup = __decorate([
|
|
833
865
|
ProxyCmp({
|
|
834
|
-
defineCustomElementFn: defineCustomElement$
|
|
866
|
+
defineCustomElementFn: defineCustomElement$q,
|
|
835
867
|
inputs: ['backgroundOnHover', 'debounceTime', 'disabled', 'fieldset', 'name', 'orientation', 'value']
|
|
836
868
|
}),
|
|
837
869
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
838
870
|
], BqRadioGroup);
|
|
839
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
871
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqRadioGroup, decorators: [{
|
|
840
872
|
type: Component,
|
|
841
873
|
args: [{
|
|
842
874
|
selector: 'bq-radio-group',
|
|
@@ -856,18 +888,18 @@ let BqSelect = class BqSelect {
|
|
|
856
888
|
this.el = r.nativeElement;
|
|
857
889
|
proxyOutputs(this, this.el, ['bqBlur', 'bqClear', 'bqFocus', 'bqSelect']);
|
|
858
890
|
}
|
|
859
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
860
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
891
|
+
/** @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 });
|
|
892
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", 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 });
|
|
861
893
|
};
|
|
862
894
|
BqSelect = __decorate([
|
|
863
895
|
ProxyCmp({
|
|
864
|
-
defineCustomElementFn: defineCustomElement$
|
|
896
|
+
defineCustomElementFn: defineCustomElement$r,
|
|
865
897
|
inputs: ['autofocus', 'clearButtonLabel', 'debounceTime', 'disableClear', 'disabled', 'distance', 'form', 'keepOpenOnSelect', 'maxTagsVisible', 'multiple', 'name', 'open', 'panelHeight', 'placeholder', 'placement', 'readonly', 'required', 'sameWidth', 'skidding', 'strategy', 'validationStatus', 'value'],
|
|
866
898
|
methods: ['clear']
|
|
867
899
|
}),
|
|
868
900
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
869
901
|
], BqSelect);
|
|
870
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
902
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqSelect, decorators: [{
|
|
871
903
|
type: Component,
|
|
872
904
|
args: [{
|
|
873
905
|
selector: 'bq-select',
|
|
@@ -887,18 +919,18 @@ let BqSideMenu = class BqSideMenu {
|
|
|
887
919
|
this.el = r.nativeElement;
|
|
888
920
|
proxyOutputs(this, this.el, ['bqCollapse', 'bqSelect']);
|
|
889
921
|
}
|
|
890
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
891
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
922
|
+
/** @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 });
|
|
923
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", 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 });
|
|
892
924
|
};
|
|
893
925
|
BqSideMenu = __decorate([
|
|
894
926
|
ProxyCmp({
|
|
895
|
-
defineCustomElementFn: defineCustomElement$
|
|
927
|
+
defineCustomElementFn: defineCustomElement$s,
|
|
896
928
|
inputs: ['appearance', 'collapse', 'size'],
|
|
897
929
|
methods: ['toggleCollapse']
|
|
898
930
|
}),
|
|
899
931
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
900
932
|
], BqSideMenu);
|
|
901
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
933
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqSideMenu, decorators: [{
|
|
902
934
|
type: Component,
|
|
903
935
|
args: [{
|
|
904
936
|
selector: 'bq-side-menu',
|
|
@@ -918,17 +950,17 @@ let BqSideMenuItem = class BqSideMenuItem {
|
|
|
918
950
|
this.el = r.nativeElement;
|
|
919
951
|
proxyOutputs(this, this.el, ['bqBlur', 'bqFocus', 'bqClick']);
|
|
920
952
|
}
|
|
921
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
922
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
953
|
+
/** @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 });
|
|
954
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", 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 });
|
|
923
955
|
};
|
|
924
956
|
BqSideMenuItem = __decorate([
|
|
925
957
|
ProxyCmp({
|
|
926
|
-
defineCustomElementFn: defineCustomElement$
|
|
958
|
+
defineCustomElementFn: defineCustomElement$t,
|
|
927
959
|
inputs: ['active', 'collapse', 'disabled']
|
|
928
960
|
}),
|
|
929
961
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
930
962
|
], BqSideMenuItem);
|
|
931
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
963
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqSideMenuItem, decorators: [{
|
|
932
964
|
type: Component,
|
|
933
965
|
args: [{
|
|
934
966
|
selector: 'bq-side-menu-item',
|
|
@@ -948,17 +980,17 @@ let BqSlider = class BqSlider {
|
|
|
948
980
|
this.el = r.nativeElement;
|
|
949
981
|
proxyOutputs(this, this.el, ['bqChange', 'bqBlur', 'bqFocus']);
|
|
950
982
|
}
|
|
951
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
952
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
983
|
+
/** @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 });
|
|
984
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", 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 });
|
|
953
985
|
};
|
|
954
986
|
BqSlider = __decorate([
|
|
955
987
|
ProxyCmp({
|
|
956
|
-
defineCustomElementFn: defineCustomElement$
|
|
988
|
+
defineCustomElementFn: defineCustomElement$u,
|
|
957
989
|
inputs: ['debounceTime', 'disabled', 'enableTooltip', 'enableValueIndicator', 'gap', 'max', 'min', 'step', 'tooltipAlwaysVisible', 'type', 'value']
|
|
958
990
|
}),
|
|
959
991
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
960
992
|
], BqSlider);
|
|
961
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
993
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqSlider, decorators: [{
|
|
962
994
|
type: Component,
|
|
963
995
|
args: [{
|
|
964
996
|
selector: 'bq-slider',
|
|
@@ -977,17 +1009,17 @@ let BqSpinner = class BqSpinner {
|
|
|
977
1009
|
c.detach();
|
|
978
1010
|
this.el = r.nativeElement;
|
|
979
1011
|
}
|
|
980
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
981
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1012
|
+
/** @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 });
|
|
1013
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", 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 });
|
|
982
1014
|
};
|
|
983
1015
|
BqSpinner = __decorate([
|
|
984
1016
|
ProxyCmp({
|
|
985
|
-
defineCustomElementFn: defineCustomElement$
|
|
1017
|
+
defineCustomElementFn: defineCustomElement$v,
|
|
986
1018
|
inputs: ['animation', 'size', 'textPosition']
|
|
987
1019
|
}),
|
|
988
1020
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
989
1021
|
], BqSpinner);
|
|
990
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1022
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqSpinner, decorators: [{
|
|
991
1023
|
type: Component,
|
|
992
1024
|
args: [{
|
|
993
1025
|
selector: 'bq-spinner',
|
|
@@ -1006,17 +1038,17 @@ let BqStatus = class BqStatus {
|
|
|
1006
1038
|
c.detach();
|
|
1007
1039
|
this.el = r.nativeElement;
|
|
1008
1040
|
}
|
|
1009
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1010
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1041
|
+
/** @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 });
|
|
1042
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqStatus, isStandalone: true, selector: "bq-status", inputs: { type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1011
1043
|
};
|
|
1012
1044
|
BqStatus = __decorate([
|
|
1013
1045
|
ProxyCmp({
|
|
1014
|
-
defineCustomElementFn: defineCustomElement$
|
|
1046
|
+
defineCustomElementFn: defineCustomElement$w,
|
|
1015
1047
|
inputs: ['type']
|
|
1016
1048
|
}),
|
|
1017
1049
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1018
1050
|
], BqStatus);
|
|
1019
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1051
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqStatus, decorators: [{
|
|
1020
1052
|
type: Component,
|
|
1021
1053
|
args: [{
|
|
1022
1054
|
selector: 'bq-status',
|
|
@@ -1036,17 +1068,17 @@ let BqStepItem = class BqStepItem {
|
|
|
1036
1068
|
this.el = r.nativeElement;
|
|
1037
1069
|
proxyOutputs(this, this.el, ['bqClick']);
|
|
1038
1070
|
}
|
|
1039
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1040
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1071
|
+
/** @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 });
|
|
1072
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", 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 });
|
|
1041
1073
|
};
|
|
1042
1074
|
BqStepItem = __decorate([
|
|
1043
1075
|
ProxyCmp({
|
|
1044
|
-
defineCustomElementFn: defineCustomElement$
|
|
1076
|
+
defineCustomElementFn: defineCustomElement$x,
|
|
1045
1077
|
inputs: ['size', 'status', 'type']
|
|
1046
1078
|
}),
|
|
1047
1079
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1048
1080
|
], BqStepItem);
|
|
1049
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1081
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqStepItem, decorators: [{
|
|
1050
1082
|
type: Component,
|
|
1051
1083
|
args: [{
|
|
1052
1084
|
selector: 'bq-step-item',
|
|
@@ -1065,17 +1097,17 @@ let BqSteps = class BqSteps {
|
|
|
1065
1097
|
c.detach();
|
|
1066
1098
|
this.el = r.nativeElement;
|
|
1067
1099
|
}
|
|
1068
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1069
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1100
|
+
/** @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 });
|
|
1101
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", 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 });
|
|
1070
1102
|
};
|
|
1071
1103
|
BqSteps = __decorate([
|
|
1072
1104
|
ProxyCmp({
|
|
1073
|
-
defineCustomElementFn: defineCustomElement$
|
|
1105
|
+
defineCustomElementFn: defineCustomElement$y,
|
|
1074
1106
|
inputs: ['dividerColor', 'size', 'type']
|
|
1075
1107
|
}),
|
|
1076
1108
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1077
1109
|
], BqSteps);
|
|
1078
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1110
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqSteps, decorators: [{
|
|
1079
1111
|
type: Component,
|
|
1080
1112
|
args: [{
|
|
1081
1113
|
selector: 'bq-steps',
|
|
@@ -1095,18 +1127,18 @@ let BqSwitch = class BqSwitch {
|
|
|
1095
1127
|
this.el = r.nativeElement;
|
|
1096
1128
|
proxyOutputs(this, this.el, ['bqChange', 'bqFocus', 'bqBlur']);
|
|
1097
1129
|
}
|
|
1098
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1099
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1130
|
+
/** @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 });
|
|
1131
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", 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 });
|
|
1100
1132
|
};
|
|
1101
1133
|
BqSwitch = __decorate([
|
|
1102
1134
|
ProxyCmp({
|
|
1103
|
-
defineCustomElementFn: defineCustomElement$
|
|
1135
|
+
defineCustomElementFn: defineCustomElement$z,
|
|
1104
1136
|
inputs: ['backgroundOnHover', 'checked', 'disabled', 'fullWidth', 'innerLabel', 'justifyContent', 'name', 'required', 'reverseOrder', 'value'],
|
|
1105
1137
|
methods: ['vClick', 'vFocus', 'vBlur']
|
|
1106
1138
|
}),
|
|
1107
1139
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1108
1140
|
], BqSwitch);
|
|
1109
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1141
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqSwitch, decorators: [{
|
|
1110
1142
|
type: Component,
|
|
1111
1143
|
args: [{
|
|
1112
1144
|
selector: 'bq-switch',
|
|
@@ -1126,18 +1158,18 @@ let BqTab = class BqTab {
|
|
|
1126
1158
|
this.el = r.nativeElement;
|
|
1127
1159
|
proxyOutputs(this, this.el, ['bqClick', 'bqFocus', 'bqBlur', 'bqKeyDown']);
|
|
1128
1160
|
}
|
|
1129
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1130
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1161
|
+
/** @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 });
|
|
1162
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", 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 });
|
|
1131
1163
|
};
|
|
1132
1164
|
BqTab = __decorate([
|
|
1133
1165
|
ProxyCmp({
|
|
1134
|
-
defineCustomElementFn: defineCustomElement$
|
|
1166
|
+
defineCustomElementFn: defineCustomElement$A,
|
|
1135
1167
|
inputs: ['active', 'controls', 'disabled', 'size', 'tabId'],
|
|
1136
1168
|
methods: ['vClick', 'vFocus', 'vBlur', 'enableFocus']
|
|
1137
1169
|
}),
|
|
1138
1170
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1139
1171
|
], BqTab);
|
|
1140
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1172
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqTab, decorators: [{
|
|
1141
1173
|
type: Component,
|
|
1142
1174
|
args: [{
|
|
1143
1175
|
selector: 'bq-tab',
|
|
@@ -1157,17 +1189,17 @@ let BqTabGroup = class BqTabGroup {
|
|
|
1157
1189
|
this.el = r.nativeElement;
|
|
1158
1190
|
proxyOutputs(this, this.el, ['bqChange']);
|
|
1159
1191
|
}
|
|
1160
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1161
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1192
|
+
/** @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 });
|
|
1193
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", 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 });
|
|
1162
1194
|
};
|
|
1163
1195
|
BqTabGroup = __decorate([
|
|
1164
1196
|
ProxyCmp({
|
|
1165
|
-
defineCustomElementFn: defineCustomElement$
|
|
1197
|
+
defineCustomElementFn: defineCustomElement$B,
|
|
1166
1198
|
inputs: ['debounceTime', 'disableDivider', 'size', 'value']
|
|
1167
1199
|
}),
|
|
1168
1200
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1169
1201
|
], BqTabGroup);
|
|
1170
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1202
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqTabGroup, decorators: [{
|
|
1171
1203
|
type: Component,
|
|
1172
1204
|
args: [{
|
|
1173
1205
|
selector: 'bq-tab-group',
|
|
@@ -1187,18 +1219,18 @@ let BqTag = class BqTag {
|
|
|
1187
1219
|
this.el = r.nativeElement;
|
|
1188
1220
|
proxyOutputs(this, this.el, ['bqClose', 'bqOpen', 'bqBlur', 'bqClick', 'bqFocus']);
|
|
1189
1221
|
}
|
|
1190
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1191
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1222
|
+
/** @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 });
|
|
1223
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", 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 });
|
|
1192
1224
|
};
|
|
1193
1225
|
BqTag = __decorate([
|
|
1194
1226
|
ProxyCmp({
|
|
1195
|
-
defineCustomElementFn: defineCustomElement$
|
|
1227
|
+
defineCustomElementFn: defineCustomElement$C,
|
|
1196
1228
|
inputs: ['border', 'clickable', 'color', 'disabled', 'hidden', 'removable', 'selected', 'size', 'variant'],
|
|
1197
1229
|
methods: ['hide', 'show']
|
|
1198
1230
|
}),
|
|
1199
1231
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1200
1232
|
], BqTag);
|
|
1201
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1233
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqTag, decorators: [{
|
|
1202
1234
|
type: Component,
|
|
1203
1235
|
args: [{
|
|
1204
1236
|
selector: 'bq-tag',
|
|
@@ -1218,17 +1250,17 @@ let BqTextarea = class BqTextarea {
|
|
|
1218
1250
|
this.el = r.nativeElement;
|
|
1219
1251
|
proxyOutputs(this, this.el, ['bqBlur', 'bqChange', 'bqClear', 'bqFocus', 'bqInput']);
|
|
1220
1252
|
}
|
|
1221
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1222
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1253
|
+
/** @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 });
|
|
1254
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", 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 });
|
|
1223
1255
|
};
|
|
1224
1256
|
BqTextarea = __decorate([
|
|
1225
1257
|
ProxyCmp({
|
|
1226
|
-
defineCustomElementFn: defineCustomElement$
|
|
1258
|
+
defineCustomElementFn: defineCustomElement$D,
|
|
1227
1259
|
inputs: ['autoGrow', 'autocapitalize', 'autocomplete', 'autocorrect', 'autofocus', 'debounceTime', 'disableResize', 'disabled', 'form', 'maxlength', 'name', 'placeholder', 'readonly', 'required', 'rows', 'spellcheck', 'validationStatus', 'value', 'wrap']
|
|
1228
1260
|
}),
|
|
1229
1261
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1230
1262
|
], BqTextarea);
|
|
1231
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1263
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqTextarea, decorators: [{
|
|
1232
1264
|
type: Component,
|
|
1233
1265
|
args: [{
|
|
1234
1266
|
selector: 'bq-textarea',
|
|
@@ -1248,18 +1280,18 @@ let BqToast = class BqToast {
|
|
|
1248
1280
|
this.el = r.nativeElement;
|
|
1249
1281
|
proxyOutputs(this, this.el, ['bqHide', 'bqShow']);
|
|
1250
1282
|
}
|
|
1251
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1252
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1283
|
+
/** @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 });
|
|
1284
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", 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 });
|
|
1253
1285
|
};
|
|
1254
1286
|
BqToast = __decorate([
|
|
1255
1287
|
ProxyCmp({
|
|
1256
|
-
defineCustomElementFn: defineCustomElement$
|
|
1288
|
+
defineCustomElementFn: defineCustomElement$E,
|
|
1257
1289
|
inputs: ['border', 'hideIcon', 'open', 'placement', 'time', 'type'],
|
|
1258
1290
|
methods: ['show', 'hide', 'toast']
|
|
1259
1291
|
}),
|
|
1260
1292
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1261
1293
|
], BqToast);
|
|
1262
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1294
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqToast, decorators: [{
|
|
1263
1295
|
type: Component,
|
|
1264
1296
|
args: [{
|
|
1265
1297
|
selector: 'bq-toast',
|
|
@@ -1278,18 +1310,18 @@ let BqTooltip = class BqTooltip {
|
|
|
1278
1310
|
c.detach();
|
|
1279
1311
|
this.el = r.nativeElement;
|
|
1280
1312
|
}
|
|
1281
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1282
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1313
|
+
/** @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 });
|
|
1314
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", 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 });
|
|
1283
1315
|
};
|
|
1284
1316
|
BqTooltip = __decorate([
|
|
1285
1317
|
ProxyCmp({
|
|
1286
|
-
defineCustomElementFn: defineCustomElement$
|
|
1318
|
+
defineCustomElementFn: defineCustomElement$F,
|
|
1287
1319
|
inputs: ['alwaysVisible', 'displayOn', 'distance', 'hideArrow', 'placement', 'sameWidth', 'visible'],
|
|
1288
1320
|
methods: ['show', 'hide']
|
|
1289
1321
|
}),
|
|
1290
1322
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1291
1323
|
], BqTooltip);
|
|
1292
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1324
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqTooltip, decorators: [{
|
|
1293
1325
|
type: Component,
|
|
1294
1326
|
args: [{
|
|
1295
1327
|
selector: 'bq-tooltip',
|
|
@@ -1310,5 +1342,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImpor
|
|
|
1310
1342
|
* Generated bundle index. Do not edit.
|
|
1311
1343
|
*/
|
|
1312
1344
|
|
|
1313
|
-
export { BqAccordion, BqAccordionGroup, BqAlert, BqAvatar, BqBadge, BqBreadcrumb, BqBreadcrumbItem, BqButton, BqCard, BqCheckbox, BqDialog, BqDivider, BqDrawer, BqDropdown, BqEmptyState, BqIcon, BqInput, BqNotification, BqOption, BqOptionGroup, BqOptionList, BqPanel, BqProgress, BqRadio, BqRadioGroup, BqSelect, BqSideMenu, BqSideMenuItem, BqSlider, BqSpinner, BqStatus, BqStepItem, BqSteps, BqSwitch, BqTab, BqTabGroup, BqTag, BqTextarea, BqToast, BqTooltip };
|
|
1345
|
+
export { BqAccordion, BqAccordionGroup, BqAlert, BqAvatar, BqBadge, BqBreadcrumb, BqBreadcrumbItem, BqButton, BqCard, BqCheckbox, BqDatePicker, BqDialog, BqDivider, BqDrawer, BqDropdown, BqEmptyState, BqIcon, BqInput, BqNotification, BqOption, BqOptionGroup, BqOptionList, BqPanel, BqProgress, BqRadio, BqRadioGroup, BqSelect, BqSideMenu, BqSideMenuItem, BqSlider, BqSpinner, BqStatus, BqStepItem, BqSteps, BqSwitch, BqTab, BqTabGroup, BqTag, BqTextarea, BqToast, BqTooltip };
|
|
1314
1346
|
//# sourceMappingURL=beeq-angular-standalone.mjs.map
|