@beeq/angular 1.1.0 → 1.3.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 +56 -9
- package/directives/index.d.ts +1 -1
- package/esm2022/beeq.module.mjs +5 -5
- package/esm2022/directives/angular-component-lib/utils.mjs +1 -1
- package/esm2022/directives/boolean-value-accessor.mjs +3 -3
- package/esm2022/directives/components.mjs +182 -124
- package/esm2022/directives/index.mjs +3 -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 +3 -3
- package/esm2022/directives/value-accessor.mjs +4 -4
- package/esm2022/standalone/directives/angular-component-lib/utils.mjs +1 -1
- package/esm2022/standalone/directives/components.mjs +188 -124
- package/fesm2022/beeq-angular-standalone.mjs +238 -176
- package/fesm2022/beeq-angular-standalone.mjs.map +1 -1
- package/fesm2022/beeq-angular.mjs +205 -147
- package/fesm2022/beeq-angular.mjs.map +1 -1
- package/package.json +2 -3
- package/standalone/directives/components.d.ts +56 -9
|
@@ -14,32 +14,34 @@ import { defineCustomElement as defineCustomElement$9 } from '@beeq/core/dist/co
|
|
|
14
14
|
import { defineCustomElement as defineCustomElement$a } from '@beeq/core/dist/components/bq-checkbox.js';
|
|
15
15
|
import { defineCustomElement as defineCustomElement$b } from '@beeq/core/dist/components/bq-dialog.js';
|
|
16
16
|
import { defineCustomElement as defineCustomElement$c } from '@beeq/core/dist/components/bq-divider.js';
|
|
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-option
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
41
|
-
import { defineCustomElement as defineCustomElement$B } from '@beeq/core/dist/components/bq-
|
|
42
|
-
import { defineCustomElement as defineCustomElement$C } from '@beeq/core/dist/components/bq-
|
|
17
|
+
import { defineCustomElement as defineCustomElement$d } from '@beeq/core/dist/components/bq-drawer.js';
|
|
18
|
+
import { defineCustomElement as defineCustomElement$e } from '@beeq/core/dist/components/bq-dropdown.js';
|
|
19
|
+
import { defineCustomElement as defineCustomElement$f } from '@beeq/core/dist/components/bq-empty-state.js';
|
|
20
|
+
import { defineCustomElement as defineCustomElement$g } from '@beeq/core/dist/components/bq-icon.js';
|
|
21
|
+
import { defineCustomElement as defineCustomElement$h } from '@beeq/core/dist/components/bq-input.js';
|
|
22
|
+
import { defineCustomElement as defineCustomElement$i } from '@beeq/core/dist/components/bq-notification.js';
|
|
23
|
+
import { defineCustomElement as defineCustomElement$j } from '@beeq/core/dist/components/bq-option.js';
|
|
24
|
+
import { defineCustomElement as defineCustomElement$k } from '@beeq/core/dist/components/bq-option-group.js';
|
|
25
|
+
import { defineCustomElement as defineCustomElement$l } from '@beeq/core/dist/components/bq-option-list.js';
|
|
26
|
+
import { defineCustomElement as defineCustomElement$m } from '@beeq/core/dist/components/bq-panel.js';
|
|
27
|
+
import { defineCustomElement as defineCustomElement$n } from '@beeq/core/dist/components/bq-progress.js';
|
|
28
|
+
import { defineCustomElement as defineCustomElement$o } from '@beeq/core/dist/components/bq-radio.js';
|
|
29
|
+
import { defineCustomElement as defineCustomElement$p } from '@beeq/core/dist/components/bq-radio-group.js';
|
|
30
|
+
import { defineCustomElement as defineCustomElement$q } from '@beeq/core/dist/components/bq-select.js';
|
|
31
|
+
import { defineCustomElement as defineCustomElement$r } from '@beeq/core/dist/components/bq-side-menu.js';
|
|
32
|
+
import { defineCustomElement as defineCustomElement$s } from '@beeq/core/dist/components/bq-side-menu-item.js';
|
|
33
|
+
import { defineCustomElement as defineCustomElement$t } from '@beeq/core/dist/components/bq-slider.js';
|
|
34
|
+
import { defineCustomElement as defineCustomElement$u } from '@beeq/core/dist/components/bq-spinner.js';
|
|
35
|
+
import { defineCustomElement as defineCustomElement$v } from '@beeq/core/dist/components/bq-status.js';
|
|
36
|
+
import { defineCustomElement as defineCustomElement$w } from '@beeq/core/dist/components/bq-step-item.js';
|
|
37
|
+
import { defineCustomElement as defineCustomElement$x } from '@beeq/core/dist/components/bq-steps.js';
|
|
38
|
+
import { defineCustomElement as defineCustomElement$y } from '@beeq/core/dist/components/bq-switch.js';
|
|
39
|
+
import { defineCustomElement as defineCustomElement$z } from '@beeq/core/dist/components/bq-tab.js';
|
|
40
|
+
import { defineCustomElement as defineCustomElement$A } from '@beeq/core/dist/components/bq-tab-group.js';
|
|
41
|
+
import { defineCustomElement as defineCustomElement$B } from '@beeq/core/dist/components/bq-tag.js';
|
|
42
|
+
import { defineCustomElement as defineCustomElement$C } from '@beeq/core/dist/components/bq-textarea.js';
|
|
43
|
+
import { defineCustomElement as defineCustomElement$D } from '@beeq/core/dist/components/bq-toast.js';
|
|
44
|
+
import { defineCustomElement as defineCustomElement$E } from '@beeq/core/dist/components/bq-tooltip.js';
|
|
43
45
|
|
|
44
46
|
/* eslint-disable */
|
|
45
47
|
/* tslint:disable */
|
|
@@ -106,10 +108,10 @@ let BqAccordion = class BqAccordion {
|
|
|
106
108
|
this.z = z;
|
|
107
109
|
c.detach();
|
|
108
110
|
this.el = r.nativeElement;
|
|
109
|
-
proxyOutputs(this, this.el, ['
|
|
111
|
+
proxyOutputs(this, this.el, ['bqBlur', 'bqFocus', 'bqOpen', 'bqAfterOpen', 'bqClose', 'bqAfterClose']);
|
|
110
112
|
}
|
|
111
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
112
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
113
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
114
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", 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 });
|
|
113
115
|
};
|
|
114
116
|
BqAccordion = __decorate([
|
|
115
117
|
ProxyCmp({
|
|
@@ -118,7 +120,7 @@ BqAccordion = __decorate([
|
|
|
118
120
|
}),
|
|
119
121
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
120
122
|
], BqAccordion);
|
|
121
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
123
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqAccordion, decorators: [{
|
|
122
124
|
type: Component,
|
|
123
125
|
args: [{
|
|
124
126
|
selector: 'bq-accordion',
|
|
@@ -137,8 +139,8 @@ let BqAccordionGroup = class BqAccordionGroup {
|
|
|
137
139
|
c.detach();
|
|
138
140
|
this.el = r.nativeElement;
|
|
139
141
|
}
|
|
140
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
141
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
142
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqAccordionGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
143
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", 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 });
|
|
142
144
|
};
|
|
143
145
|
BqAccordionGroup = __decorate([
|
|
144
146
|
ProxyCmp({
|
|
@@ -147,7 +149,7 @@ BqAccordionGroup = __decorate([
|
|
|
147
149
|
}),
|
|
148
150
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
149
151
|
], BqAccordionGroup);
|
|
150
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
152
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqAccordionGroup, decorators: [{
|
|
151
153
|
type: Component,
|
|
152
154
|
args: [{
|
|
153
155
|
selector: 'bq-accordion-group',
|
|
@@ -167,8 +169,8 @@ let BqAlert = class BqAlert {
|
|
|
167
169
|
this.el = r.nativeElement;
|
|
168
170
|
proxyOutputs(this, this.el, ['bqHide', 'bqShow', 'bqAfterOpen', 'bqAfterClose']);
|
|
169
171
|
}
|
|
170
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
171
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
172
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
173
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", 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 });
|
|
172
174
|
};
|
|
173
175
|
BqAlert = __decorate([
|
|
174
176
|
ProxyCmp({
|
|
@@ -178,7 +180,7 @@ BqAlert = __decorate([
|
|
|
178
180
|
}),
|
|
179
181
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
180
182
|
], BqAlert);
|
|
181
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
183
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqAlert, decorators: [{
|
|
182
184
|
type: Component,
|
|
183
185
|
args: [{
|
|
184
186
|
selector: 'bq-alert',
|
|
@@ -197,8 +199,8 @@ let BqAvatar = class BqAvatar {
|
|
|
197
199
|
c.detach();
|
|
198
200
|
this.el = r.nativeElement;
|
|
199
201
|
}
|
|
200
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
201
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
202
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
203
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", 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 });
|
|
202
204
|
};
|
|
203
205
|
BqAvatar = __decorate([
|
|
204
206
|
ProxyCmp({
|
|
@@ -207,7 +209,7 @@ BqAvatar = __decorate([
|
|
|
207
209
|
}),
|
|
208
210
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
209
211
|
], BqAvatar);
|
|
210
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
212
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqAvatar, decorators: [{
|
|
211
213
|
type: Component,
|
|
212
214
|
args: [{
|
|
213
215
|
selector: 'bq-avatar',
|
|
@@ -226,8 +228,8 @@ let BqBadge = class BqBadge {
|
|
|
226
228
|
c.detach();
|
|
227
229
|
this.el = r.nativeElement;
|
|
228
230
|
}
|
|
229
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
230
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
231
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqBadge, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
232
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", 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 });
|
|
231
233
|
};
|
|
232
234
|
BqBadge = __decorate([
|
|
233
235
|
ProxyCmp({
|
|
@@ -236,7 +238,7 @@ BqBadge = __decorate([
|
|
|
236
238
|
}),
|
|
237
239
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
238
240
|
], BqBadge);
|
|
239
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
241
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqBadge, decorators: [{
|
|
240
242
|
type: Component,
|
|
241
243
|
args: [{
|
|
242
244
|
selector: 'bq-badge',
|
|
@@ -256,8 +258,8 @@ let BqBreadcrumb = class BqBreadcrumb {
|
|
|
256
258
|
this.el = r.nativeElement;
|
|
257
259
|
proxyOutputs(this, this.el, ['bqBreadcrumbBlur', 'bqBreadcrumbFocus', 'bqBreadcrumbClick']);
|
|
258
260
|
}
|
|
259
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
260
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
261
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
262
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", type: BqBreadcrumb, isStandalone: true, selector: "bq-breadcrumb", inputs: { ariaLabel: "ariaLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
261
263
|
};
|
|
262
264
|
BqBreadcrumb = __decorate([
|
|
263
265
|
ProxyCmp({
|
|
@@ -266,7 +268,7 @@ BqBreadcrumb = __decorate([
|
|
|
266
268
|
}),
|
|
267
269
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
268
270
|
], BqBreadcrumb);
|
|
269
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
271
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqBreadcrumb, decorators: [{
|
|
270
272
|
type: Component,
|
|
271
273
|
args: [{
|
|
272
274
|
selector: 'bq-breadcrumb',
|
|
@@ -286,8 +288,8 @@ let BqBreadcrumbItem = class BqBreadcrumbItem {
|
|
|
286
288
|
this.el = r.nativeElement;
|
|
287
289
|
proxyOutputs(this, this.el, ['bqBlur', 'bqFocus', 'bqClick']);
|
|
288
290
|
}
|
|
289
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
290
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
291
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqBreadcrumbItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
292
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", 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 });
|
|
291
293
|
};
|
|
292
294
|
BqBreadcrumbItem = __decorate([
|
|
293
295
|
ProxyCmp({
|
|
@@ -296,7 +298,7 @@ BqBreadcrumbItem = __decorate([
|
|
|
296
298
|
}),
|
|
297
299
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
298
300
|
], BqBreadcrumbItem);
|
|
299
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
301
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqBreadcrumbItem, decorators: [{
|
|
300
302
|
type: Component,
|
|
301
303
|
args: [{
|
|
302
304
|
selector: 'bq-breadcrumb-item',
|
|
@@ -316,8 +318,8 @@ let BqButton = class BqButton {
|
|
|
316
318
|
this.el = r.nativeElement;
|
|
317
319
|
proxyOutputs(this, this.el, ['bqBlur', 'bqFocus', 'bqClick']);
|
|
318
320
|
}
|
|
319
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
320
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
321
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
322
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", 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 });
|
|
321
323
|
};
|
|
322
324
|
BqButton = __decorate([
|
|
323
325
|
ProxyCmp({
|
|
@@ -326,7 +328,7 @@ BqButton = __decorate([
|
|
|
326
328
|
}),
|
|
327
329
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
328
330
|
], BqButton);
|
|
329
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
331
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqButton, decorators: [{
|
|
330
332
|
type: Component,
|
|
331
333
|
args: [{
|
|
332
334
|
selector: 'bq-button',
|
|
@@ -345,8 +347,8 @@ let BqCard = class BqCard {
|
|
|
345
347
|
c.detach();
|
|
346
348
|
this.el = r.nativeElement;
|
|
347
349
|
}
|
|
348
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
349
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
350
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
351
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", 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 });
|
|
350
352
|
};
|
|
351
353
|
BqCard = __decorate([
|
|
352
354
|
ProxyCmp({
|
|
@@ -355,7 +357,7 @@ BqCard = __decorate([
|
|
|
355
357
|
}),
|
|
356
358
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
357
359
|
], BqCard);
|
|
358
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
360
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqCard, decorators: [{
|
|
359
361
|
type: Component,
|
|
360
362
|
args: [{
|
|
361
363
|
selector: 'bq-card',
|
|
@@ -375,8 +377,8 @@ let BqCheckbox = class BqCheckbox {
|
|
|
375
377
|
this.el = r.nativeElement;
|
|
376
378
|
proxyOutputs(this, this.el, ['bqChange', 'bqFocus', 'bqBlur']);
|
|
377
379
|
}
|
|
378
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
379
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
380
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
381
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", 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 });
|
|
380
382
|
};
|
|
381
383
|
BqCheckbox = __decorate([
|
|
382
384
|
ProxyCmp({
|
|
@@ -386,7 +388,7 @@ BqCheckbox = __decorate([
|
|
|
386
388
|
}),
|
|
387
389
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
388
390
|
], BqCheckbox);
|
|
389
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
391
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqCheckbox, decorators: [{
|
|
390
392
|
type: Component,
|
|
391
393
|
args: [{
|
|
392
394
|
selector: 'bq-checkbox',
|
|
@@ -406,8 +408,8 @@ let BqDialog = class BqDialog {
|
|
|
406
408
|
this.el = r.nativeElement;
|
|
407
409
|
proxyOutputs(this, this.el, ['bqCancel', 'bqClose', 'bqOpen', 'bqAfterOpen', 'bqAfterClose']);
|
|
408
410
|
}
|
|
409
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
410
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
411
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqDialog, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
412
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", 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 });
|
|
411
413
|
};
|
|
412
414
|
BqDialog = __decorate([
|
|
413
415
|
ProxyCmp({
|
|
@@ -417,7 +419,7 @@ BqDialog = __decorate([
|
|
|
417
419
|
}),
|
|
418
420
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
419
421
|
], BqDialog);
|
|
420
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
422
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqDialog, decorators: [{
|
|
421
423
|
type: Component,
|
|
422
424
|
args: [{
|
|
423
425
|
selector: 'bq-dialog',
|
|
@@ -436,8 +438,8 @@ let BqDivider = class BqDivider {
|
|
|
436
438
|
c.detach();
|
|
437
439
|
this.el = r.nativeElement;
|
|
438
440
|
}
|
|
439
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
440
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
441
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
442
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", 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 });
|
|
441
443
|
};
|
|
442
444
|
BqDivider = __decorate([
|
|
443
445
|
ProxyCmp({
|
|
@@ -446,7 +448,7 @@ BqDivider = __decorate([
|
|
|
446
448
|
}),
|
|
447
449
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
448
450
|
], BqDivider);
|
|
449
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
451
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqDivider, decorators: [{
|
|
450
452
|
type: Component,
|
|
451
453
|
args: [{
|
|
452
454
|
selector: 'bq-divider',
|
|
@@ -457,6 +459,37 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImpor
|
|
|
457
459
|
standalone: true
|
|
458
460
|
}]
|
|
459
461
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
462
|
+
let BqDrawer = class BqDrawer {
|
|
463
|
+
z;
|
|
464
|
+
el;
|
|
465
|
+
constructor(c, r, z) {
|
|
466
|
+
this.z = z;
|
|
467
|
+
c.detach();
|
|
468
|
+
this.el = r.nativeElement;
|
|
469
|
+
proxyOutputs(this, this.el, ['bqClose', 'bqOpen', 'bqAfterOpen', 'bqAfterClose']);
|
|
470
|
+
}
|
|
471
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqDrawer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
472
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", 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
|
+
};
|
|
474
|
+
BqDrawer = __decorate([
|
|
475
|
+
ProxyCmp({
|
|
476
|
+
defineCustomElementFn: defineCustomElement$d,
|
|
477
|
+
inputs: ['closeOnClickOutside', 'closeOnEsc', 'enableBackdrop', 'open', 'placement'],
|
|
478
|
+
methods: ['hide', 'show']
|
|
479
|
+
}),
|
|
480
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
481
|
+
], BqDrawer);
|
|
482
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqDrawer, decorators: [{
|
|
483
|
+
type: Component,
|
|
484
|
+
args: [{
|
|
485
|
+
selector: 'bq-drawer',
|
|
486
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
487
|
+
template: '<ng-content></ng-content>',
|
|
488
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
489
|
+
inputs: ['closeOnClickOutside', 'closeOnEsc', 'enableBackdrop', 'open', 'placement'],
|
|
490
|
+
standalone: true
|
|
491
|
+
}]
|
|
492
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
460
493
|
let BqDropdown = class BqDropdown {
|
|
461
494
|
z;
|
|
462
495
|
el;
|
|
@@ -466,17 +499,17 @@ let BqDropdown = class BqDropdown {
|
|
|
466
499
|
this.el = r.nativeElement;
|
|
467
500
|
proxyOutputs(this, this.el, ['bqOpen']);
|
|
468
501
|
}
|
|
469
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
470
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
502
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
503
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", 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 });
|
|
471
504
|
};
|
|
472
505
|
BqDropdown = __decorate([
|
|
473
506
|
ProxyCmp({
|
|
474
|
-
defineCustomElementFn: defineCustomElement$
|
|
507
|
+
defineCustomElementFn: defineCustomElement$e,
|
|
475
508
|
inputs: ['disabled', 'distance', 'keepOpenOnSelect', 'open', 'panelHeight', 'placement', 'sameWidth', 'skidding', 'strategy']
|
|
476
509
|
}),
|
|
477
510
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
478
511
|
], BqDropdown);
|
|
479
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
512
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqDropdown, decorators: [{
|
|
480
513
|
type: Component,
|
|
481
514
|
args: [{
|
|
482
515
|
selector: 'bq-dropdown',
|
|
@@ -495,17 +528,17 @@ let BqEmptyState = class BqEmptyState {
|
|
|
495
528
|
c.detach();
|
|
496
529
|
this.el = r.nativeElement;
|
|
497
530
|
}
|
|
498
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
499
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
531
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqEmptyState, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
532
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", type: BqEmptyState, isStandalone: true, selector: "bq-empty-state", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
500
533
|
};
|
|
501
534
|
BqEmptyState = __decorate([
|
|
502
535
|
ProxyCmp({
|
|
503
|
-
defineCustomElementFn: defineCustomElement$
|
|
536
|
+
defineCustomElementFn: defineCustomElement$f,
|
|
504
537
|
inputs: ['size']
|
|
505
538
|
}),
|
|
506
539
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
507
540
|
], BqEmptyState);
|
|
508
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
541
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqEmptyState, decorators: [{
|
|
509
542
|
type: Component,
|
|
510
543
|
args: [{
|
|
511
544
|
selector: 'bq-empty-state',
|
|
@@ -525,17 +558,17 @@ let BqIcon = class BqIcon {
|
|
|
525
558
|
this.el = r.nativeElement;
|
|
526
559
|
proxyOutputs(this, this.el, ['svgLoaded']);
|
|
527
560
|
}
|
|
528
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
529
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
561
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
562
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", 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 });
|
|
530
563
|
};
|
|
531
564
|
BqIcon = __decorate([
|
|
532
565
|
ProxyCmp({
|
|
533
|
-
defineCustomElementFn: defineCustomElement$
|
|
566
|
+
defineCustomElementFn: defineCustomElement$g,
|
|
534
567
|
inputs: ['color', 'label', 'name', 'size', 'src', 'weight']
|
|
535
568
|
}),
|
|
536
569
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
537
570
|
], BqIcon);
|
|
538
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
571
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqIcon, decorators: [{
|
|
539
572
|
type: Component,
|
|
540
573
|
args: [{
|
|
541
574
|
selector: 'bq-icon',
|
|
@@ -555,17 +588,17 @@ let BqInput = class BqInput {
|
|
|
555
588
|
this.el = r.nativeElement;
|
|
556
589
|
proxyOutputs(this, this.el, ['bqBlur', 'bqChange', 'bqClear', 'bqFocus', 'bqInput']);
|
|
557
590
|
}
|
|
558
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
559
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
591
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
592
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", 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 });
|
|
560
593
|
};
|
|
561
594
|
BqInput = __decorate([
|
|
562
595
|
ProxyCmp({
|
|
563
|
-
defineCustomElementFn: defineCustomElement$
|
|
596
|
+
defineCustomElementFn: defineCustomElement$h,
|
|
564
597
|
inputs: ['autocapitalize', 'autocomplete', 'autocorrect', 'autofocus', 'clearButtonLabel', 'debounceTime', 'disableClear', 'disabled', 'form', 'inputmode', 'max', 'maxlength', 'min', 'minlength', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'step', 'type', 'validationStatus', 'value']
|
|
565
598
|
}),
|
|
566
599
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
567
600
|
], BqInput);
|
|
568
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
601
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqInput, decorators: [{
|
|
569
602
|
type: Component,
|
|
570
603
|
args: [{
|
|
571
604
|
selector: 'bq-input',
|
|
@@ -585,18 +618,18 @@ let BqNotification = class BqNotification {
|
|
|
585
618
|
this.el = r.nativeElement;
|
|
586
619
|
proxyOutputs(this, this.el, ['bqHide', 'bqShow', 'bqAfterOpen', 'bqAfterClose']);
|
|
587
620
|
}
|
|
588
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
589
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
621
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
622
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", 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 });
|
|
590
623
|
};
|
|
591
624
|
BqNotification = __decorate([
|
|
592
625
|
ProxyCmp({
|
|
593
|
-
defineCustomElementFn: defineCustomElement$
|
|
626
|
+
defineCustomElementFn: defineCustomElement$i,
|
|
594
627
|
inputs: ['autoDismiss', 'border', 'disableClose', 'hideIcon', 'open', 'time', 'type'],
|
|
595
628
|
methods: ['hide', 'show', 'toast']
|
|
596
629
|
}),
|
|
597
630
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
598
631
|
], BqNotification);
|
|
599
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
632
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqNotification, decorators: [{
|
|
600
633
|
type: Component,
|
|
601
634
|
args: [{
|
|
602
635
|
selector: 'bq-notification',
|
|
@@ -616,24 +649,24 @@ let BqOption = class BqOption {
|
|
|
616
649
|
this.el = r.nativeElement;
|
|
617
650
|
proxyOutputs(this, this.el, ['bqBlur', 'bqFocus', 'bqClick', 'bqEnter']);
|
|
618
651
|
}
|
|
619
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
620
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
652
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
653
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", 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 });
|
|
621
654
|
};
|
|
622
655
|
BqOption = __decorate([
|
|
623
656
|
ProxyCmp({
|
|
624
|
-
defineCustomElementFn: defineCustomElement$
|
|
625
|
-
inputs: ['disabled', 'selected', 'value']
|
|
657
|
+
defineCustomElementFn: defineCustomElement$j,
|
|
658
|
+
inputs: ['disabled', 'hidden', 'selected', 'value']
|
|
626
659
|
}),
|
|
627
660
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
628
661
|
], BqOption);
|
|
629
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
662
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqOption, decorators: [{
|
|
630
663
|
type: Component,
|
|
631
664
|
args: [{
|
|
632
665
|
selector: 'bq-option',
|
|
633
666
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
634
667
|
template: '<ng-content></ng-content>',
|
|
635
668
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
636
|
-
inputs: ['disabled', 'selected', 'value'],
|
|
669
|
+
inputs: ['disabled', 'hidden', 'selected', 'value'],
|
|
637
670
|
standalone: true
|
|
638
671
|
}]
|
|
639
672
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -645,16 +678,16 @@ let BqOptionGroup = class BqOptionGroup {
|
|
|
645
678
|
c.detach();
|
|
646
679
|
this.el = r.nativeElement;
|
|
647
680
|
}
|
|
648
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
649
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
681
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqOptionGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
682
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", type: BqOptionGroup, isStandalone: true, selector: "bq-option-group", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
650
683
|
};
|
|
651
684
|
BqOptionGroup = __decorate([
|
|
652
685
|
ProxyCmp({
|
|
653
|
-
defineCustomElementFn: defineCustomElement$
|
|
686
|
+
defineCustomElementFn: defineCustomElement$k
|
|
654
687
|
}),
|
|
655
688
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
656
689
|
], BqOptionGroup);
|
|
657
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
690
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqOptionGroup, decorators: [{
|
|
658
691
|
type: Component,
|
|
659
692
|
args: [{
|
|
660
693
|
selector: 'bq-option-group',
|
|
@@ -674,17 +707,17 @@ let BqOptionList = class BqOptionList {
|
|
|
674
707
|
this.el = r.nativeElement;
|
|
675
708
|
proxyOutputs(this, this.el, ['bqSelect']);
|
|
676
709
|
}
|
|
677
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
678
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
710
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqOptionList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
711
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", type: BqOptionList, isStandalone: true, selector: "bq-option-list", inputs: { ariaLabel: "ariaLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
679
712
|
};
|
|
680
713
|
BqOptionList = __decorate([
|
|
681
714
|
ProxyCmp({
|
|
682
|
-
defineCustomElementFn: defineCustomElement$
|
|
715
|
+
defineCustomElementFn: defineCustomElement$l,
|
|
683
716
|
inputs: ['ariaLabel']
|
|
684
717
|
}),
|
|
685
718
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
686
719
|
], BqOptionList);
|
|
687
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
720
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqOptionList, decorators: [{
|
|
688
721
|
type: Component,
|
|
689
722
|
args: [{
|
|
690
723
|
selector: 'bq-option-list',
|
|
@@ -703,17 +736,17 @@ let BqPanel = class BqPanel {
|
|
|
703
736
|
c.detach();
|
|
704
737
|
this.el = r.nativeElement;
|
|
705
738
|
}
|
|
706
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
707
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
739
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
740
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", 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 });
|
|
708
741
|
};
|
|
709
742
|
BqPanel = __decorate([
|
|
710
743
|
ProxyCmp({
|
|
711
|
-
defineCustomElementFn: defineCustomElement$
|
|
744
|
+
defineCustomElementFn: defineCustomElement$m,
|
|
712
745
|
inputs: ['distance', 'open', 'placement', 'sameWidth', 'skidding', 'strategy']
|
|
713
746
|
}),
|
|
714
747
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
715
748
|
], BqPanel);
|
|
716
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
749
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqPanel, decorators: [{
|
|
717
750
|
type: Component,
|
|
718
751
|
args: [{
|
|
719
752
|
selector: 'bq-panel',
|
|
@@ -724,6 +757,35 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImpor
|
|
|
724
757
|
standalone: true
|
|
725
758
|
}]
|
|
726
759
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
760
|
+
let BqProgress = class BqProgress {
|
|
761
|
+
z;
|
|
762
|
+
el;
|
|
763
|
+
constructor(c, r, z) {
|
|
764
|
+
this.z = z;
|
|
765
|
+
c.detach();
|
|
766
|
+
this.el = r.nativeElement;
|
|
767
|
+
}
|
|
768
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqProgress, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
769
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", 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
|
+
};
|
|
771
|
+
BqProgress = __decorate([
|
|
772
|
+
ProxyCmp({
|
|
773
|
+
defineCustomElementFn: defineCustomElement$n,
|
|
774
|
+
inputs: ['borderShape', 'enableTooltip', 'indeterminate', 'label', 'thickness', 'type', 'value']
|
|
775
|
+
}),
|
|
776
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
777
|
+
], BqProgress);
|
|
778
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqProgress, decorators: [{
|
|
779
|
+
type: Component,
|
|
780
|
+
args: [{
|
|
781
|
+
selector: 'bq-progress',
|
|
782
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
783
|
+
template: '<ng-content></ng-content>',
|
|
784
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
785
|
+
inputs: ['borderShape', 'enableTooltip', 'indeterminate', 'label', 'thickness', 'type', 'value'],
|
|
786
|
+
standalone: true
|
|
787
|
+
}]
|
|
788
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
727
789
|
let BqRadio = class BqRadio {
|
|
728
790
|
z;
|
|
729
791
|
el;
|
|
@@ -733,18 +795,18 @@ let BqRadio = class BqRadio {
|
|
|
733
795
|
this.el = r.nativeElement;
|
|
734
796
|
proxyOutputs(this, this.el, ['bqClick', 'bqFocus', 'bqBlur', 'bqKeyDown']);
|
|
735
797
|
}
|
|
736
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
737
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
798
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
799
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", 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 });
|
|
738
800
|
};
|
|
739
801
|
BqRadio = __decorate([
|
|
740
802
|
ProxyCmp({
|
|
741
|
-
defineCustomElementFn: defineCustomElement$
|
|
803
|
+
defineCustomElementFn: defineCustomElement$o,
|
|
742
804
|
inputs: ['backgroundOnHover', 'checked', 'disabled', 'formId', 'name', 'required', 'value'],
|
|
743
805
|
methods: ['vClick', 'vFocus', 'vBlur']
|
|
744
806
|
}),
|
|
745
807
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
746
808
|
], BqRadio);
|
|
747
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
809
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqRadio, decorators: [{
|
|
748
810
|
type: Component,
|
|
749
811
|
args: [{
|
|
750
812
|
selector: 'bq-radio',
|
|
@@ -764,17 +826,17 @@ let BqRadioGroup = class BqRadioGroup {
|
|
|
764
826
|
this.el = r.nativeElement;
|
|
765
827
|
proxyOutputs(this, this.el, ['bqChange']);
|
|
766
828
|
}
|
|
767
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
768
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
829
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqRadioGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
830
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", 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 });
|
|
769
831
|
};
|
|
770
832
|
BqRadioGroup = __decorate([
|
|
771
833
|
ProxyCmp({
|
|
772
|
-
defineCustomElementFn: defineCustomElement$
|
|
834
|
+
defineCustomElementFn: defineCustomElement$p,
|
|
773
835
|
inputs: ['backgroundOnHover', 'debounceTime', 'disabled', 'fieldset', 'name', 'orientation', 'value']
|
|
774
836
|
}),
|
|
775
837
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
776
838
|
], BqRadioGroup);
|
|
777
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
839
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqRadioGroup, decorators: [{
|
|
778
840
|
type: Component,
|
|
779
841
|
args: [{
|
|
780
842
|
selector: 'bq-radio-group',
|
|
@@ -794,25 +856,25 @@ let BqSelect = class BqSelect {
|
|
|
794
856
|
this.el = r.nativeElement;
|
|
795
857
|
proxyOutputs(this, this.el, ['bqBlur', 'bqClear', 'bqFocus', 'bqSelect']);
|
|
796
858
|
}
|
|
797
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
798
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
859
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqSelect, 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.5", 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 });
|
|
799
861
|
};
|
|
800
862
|
BqSelect = __decorate([
|
|
801
863
|
ProxyCmp({
|
|
802
|
-
defineCustomElementFn: defineCustomElement$
|
|
803
|
-
inputs: ['autofocus', 'clearButtonLabel', 'disableClear', 'disabled', 'distance', 'form', 'keepOpenOnSelect', 'name', 'open', 'panelHeight', 'placeholder', 'placement', 'readonly', 'required', 'sameWidth', 'skidding', 'strategy', 'validationStatus', 'value'],
|
|
864
|
+
defineCustomElementFn: defineCustomElement$q,
|
|
865
|
+
inputs: ['autofocus', 'clearButtonLabel', 'debounceTime', 'disableClear', 'disabled', 'distance', 'form', 'keepOpenOnSelect', 'maxTagsVisible', 'multiple', 'name', 'open', 'panelHeight', 'placeholder', 'placement', 'readonly', 'required', 'sameWidth', 'skidding', 'strategy', 'validationStatus', 'value'],
|
|
804
866
|
methods: ['clear']
|
|
805
867
|
}),
|
|
806
868
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
807
869
|
], BqSelect);
|
|
808
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
870
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqSelect, decorators: [{
|
|
809
871
|
type: Component,
|
|
810
872
|
args: [{
|
|
811
873
|
selector: 'bq-select',
|
|
812
874
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
813
875
|
template: '<ng-content></ng-content>',
|
|
814
876
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
815
|
-
inputs: ['autofocus', 'clearButtonLabel', 'disableClear', 'disabled', 'distance', 'form', 'keepOpenOnSelect', 'name', 'open', 'panelHeight', 'placeholder', 'placement', 'readonly', 'required', 'sameWidth', 'skidding', 'strategy', 'validationStatus', 'value'],
|
|
877
|
+
inputs: ['autofocus', 'clearButtonLabel', 'debounceTime', 'disableClear', 'disabled', 'distance', 'form', 'keepOpenOnSelect', 'maxTagsVisible', 'multiple', 'name', 'open', 'panelHeight', 'placeholder', 'placement', 'readonly', 'required', 'sameWidth', 'skidding', 'strategy', 'validationStatus', 'value'],
|
|
816
878
|
standalone: true
|
|
817
879
|
}]
|
|
818
880
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -825,18 +887,18 @@ let BqSideMenu = class BqSideMenu {
|
|
|
825
887
|
this.el = r.nativeElement;
|
|
826
888
|
proxyOutputs(this, this.el, ['bqCollapse', 'bqSelect']);
|
|
827
889
|
}
|
|
828
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
829
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
890
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqSideMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
891
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", 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 });
|
|
830
892
|
};
|
|
831
893
|
BqSideMenu = __decorate([
|
|
832
894
|
ProxyCmp({
|
|
833
|
-
defineCustomElementFn: defineCustomElement$
|
|
895
|
+
defineCustomElementFn: defineCustomElement$r,
|
|
834
896
|
inputs: ['appearance', 'collapse', 'size'],
|
|
835
897
|
methods: ['toggleCollapse']
|
|
836
898
|
}),
|
|
837
899
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
838
900
|
], BqSideMenu);
|
|
839
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
901
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqSideMenu, decorators: [{
|
|
840
902
|
type: Component,
|
|
841
903
|
args: [{
|
|
842
904
|
selector: 'bq-side-menu',
|
|
@@ -856,17 +918,17 @@ let BqSideMenuItem = class BqSideMenuItem {
|
|
|
856
918
|
this.el = r.nativeElement;
|
|
857
919
|
proxyOutputs(this, this.el, ['bqBlur', 'bqFocus', 'bqClick']);
|
|
858
920
|
}
|
|
859
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
860
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
921
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqSideMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
922
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", 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 });
|
|
861
923
|
};
|
|
862
924
|
BqSideMenuItem = __decorate([
|
|
863
925
|
ProxyCmp({
|
|
864
|
-
defineCustomElementFn: defineCustomElement$
|
|
926
|
+
defineCustomElementFn: defineCustomElement$s,
|
|
865
927
|
inputs: ['active', 'collapse', 'disabled']
|
|
866
928
|
}),
|
|
867
929
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
868
930
|
], BqSideMenuItem);
|
|
869
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
931
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqSideMenuItem, decorators: [{
|
|
870
932
|
type: Component,
|
|
871
933
|
args: [{
|
|
872
934
|
selector: 'bq-side-menu-item',
|
|
@@ -886,24 +948,24 @@ let BqSlider = class BqSlider {
|
|
|
886
948
|
this.el = r.nativeElement;
|
|
887
949
|
proxyOutputs(this, this.el, ['bqChange', 'bqBlur', 'bqFocus']);
|
|
888
950
|
}
|
|
889
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
890
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
951
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqSlider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
952
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", 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 });
|
|
891
953
|
};
|
|
892
954
|
BqSlider = __decorate([
|
|
893
955
|
ProxyCmp({
|
|
894
|
-
defineCustomElementFn: defineCustomElement$
|
|
895
|
-
inputs: ['debounceTime', 'disabled', 'gap', 'max', 'min', 'step', '
|
|
956
|
+
defineCustomElementFn: defineCustomElement$t,
|
|
957
|
+
inputs: ['debounceTime', 'disabled', 'enableTooltip', 'enableValueIndicator', 'gap', 'max', 'min', 'step', 'tooltipAlwaysVisible', 'type', 'value']
|
|
896
958
|
}),
|
|
897
959
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
898
960
|
], BqSlider);
|
|
899
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
961
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqSlider, decorators: [{
|
|
900
962
|
type: Component,
|
|
901
963
|
args: [{
|
|
902
964
|
selector: 'bq-slider',
|
|
903
965
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
904
966
|
template: '<ng-content></ng-content>',
|
|
905
967
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
906
|
-
inputs: ['debounceTime', 'disabled', 'gap', 'max', 'min', 'step', '
|
|
968
|
+
inputs: ['debounceTime', 'disabled', 'enableTooltip', 'enableValueIndicator', 'gap', 'max', 'min', 'step', 'tooltipAlwaysVisible', 'type', 'value'],
|
|
907
969
|
standalone: true
|
|
908
970
|
}]
|
|
909
971
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -915,17 +977,17 @@ let BqSpinner = class BqSpinner {
|
|
|
915
977
|
c.detach();
|
|
916
978
|
this.el = r.nativeElement;
|
|
917
979
|
}
|
|
918
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
919
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
980
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
981
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", 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 });
|
|
920
982
|
};
|
|
921
983
|
BqSpinner = __decorate([
|
|
922
984
|
ProxyCmp({
|
|
923
|
-
defineCustomElementFn: defineCustomElement$
|
|
985
|
+
defineCustomElementFn: defineCustomElement$u,
|
|
924
986
|
inputs: ['animation', 'size', 'textPosition']
|
|
925
987
|
}),
|
|
926
988
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
927
989
|
], BqSpinner);
|
|
928
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
990
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqSpinner, decorators: [{
|
|
929
991
|
type: Component,
|
|
930
992
|
args: [{
|
|
931
993
|
selector: 'bq-spinner',
|
|
@@ -944,17 +1006,17 @@ let BqStatus = class BqStatus {
|
|
|
944
1006
|
c.detach();
|
|
945
1007
|
this.el = r.nativeElement;
|
|
946
1008
|
}
|
|
947
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
948
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
1009
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqStatus, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1010
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", type: BqStatus, isStandalone: true, selector: "bq-status", inputs: { type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
949
1011
|
};
|
|
950
1012
|
BqStatus = __decorate([
|
|
951
1013
|
ProxyCmp({
|
|
952
|
-
defineCustomElementFn: defineCustomElement$
|
|
1014
|
+
defineCustomElementFn: defineCustomElement$v,
|
|
953
1015
|
inputs: ['type']
|
|
954
1016
|
}),
|
|
955
1017
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
956
1018
|
], BqStatus);
|
|
957
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1019
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqStatus, decorators: [{
|
|
958
1020
|
type: Component,
|
|
959
1021
|
args: [{
|
|
960
1022
|
selector: 'bq-status',
|
|
@@ -974,17 +1036,17 @@ let BqStepItem = class BqStepItem {
|
|
|
974
1036
|
this.el = r.nativeElement;
|
|
975
1037
|
proxyOutputs(this, this.el, ['bqClick']);
|
|
976
1038
|
}
|
|
977
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
978
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
1039
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqStepItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1040
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", 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 });
|
|
979
1041
|
};
|
|
980
1042
|
BqStepItem = __decorate([
|
|
981
1043
|
ProxyCmp({
|
|
982
|
-
defineCustomElementFn: defineCustomElement$
|
|
1044
|
+
defineCustomElementFn: defineCustomElement$w,
|
|
983
1045
|
inputs: ['size', 'status', 'type']
|
|
984
1046
|
}),
|
|
985
1047
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
986
1048
|
], BqStepItem);
|
|
987
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1049
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqStepItem, decorators: [{
|
|
988
1050
|
type: Component,
|
|
989
1051
|
args: [{
|
|
990
1052
|
selector: 'bq-step-item',
|
|
@@ -1003,17 +1065,17 @@ let BqSteps = class BqSteps {
|
|
|
1003
1065
|
c.detach();
|
|
1004
1066
|
this.el = r.nativeElement;
|
|
1005
1067
|
}
|
|
1006
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1007
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
1068
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqSteps, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1069
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", 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 });
|
|
1008
1070
|
};
|
|
1009
1071
|
BqSteps = __decorate([
|
|
1010
1072
|
ProxyCmp({
|
|
1011
|
-
defineCustomElementFn: defineCustomElement$
|
|
1073
|
+
defineCustomElementFn: defineCustomElement$x,
|
|
1012
1074
|
inputs: ['dividerColor', 'size', 'type']
|
|
1013
1075
|
}),
|
|
1014
1076
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1015
1077
|
], BqSteps);
|
|
1016
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1078
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqSteps, decorators: [{
|
|
1017
1079
|
type: Component,
|
|
1018
1080
|
args: [{
|
|
1019
1081
|
selector: 'bq-steps',
|
|
@@ -1033,18 +1095,18 @@ let BqSwitch = class BqSwitch {
|
|
|
1033
1095
|
this.el = r.nativeElement;
|
|
1034
1096
|
proxyOutputs(this, this.el, ['bqChange', 'bqFocus', 'bqBlur']);
|
|
1035
1097
|
}
|
|
1036
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1037
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
1098
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1099
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", 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 });
|
|
1038
1100
|
};
|
|
1039
1101
|
BqSwitch = __decorate([
|
|
1040
1102
|
ProxyCmp({
|
|
1041
|
-
defineCustomElementFn: defineCustomElement$
|
|
1103
|
+
defineCustomElementFn: defineCustomElement$y,
|
|
1042
1104
|
inputs: ['backgroundOnHover', 'checked', 'disabled', 'fullWidth', 'innerLabel', 'justifyContent', 'name', 'required', 'reverseOrder', 'value'],
|
|
1043
1105
|
methods: ['vClick', 'vFocus', 'vBlur']
|
|
1044
1106
|
}),
|
|
1045
1107
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1046
1108
|
], BqSwitch);
|
|
1047
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1109
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqSwitch, decorators: [{
|
|
1048
1110
|
type: Component,
|
|
1049
1111
|
args: [{
|
|
1050
1112
|
selector: 'bq-switch',
|
|
@@ -1064,18 +1126,18 @@ let BqTab = class BqTab {
|
|
|
1064
1126
|
this.el = r.nativeElement;
|
|
1065
1127
|
proxyOutputs(this, this.el, ['bqClick', 'bqFocus', 'bqBlur', 'bqKeyDown']);
|
|
1066
1128
|
}
|
|
1067
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1068
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
1129
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1130
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", 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 });
|
|
1069
1131
|
};
|
|
1070
1132
|
BqTab = __decorate([
|
|
1071
1133
|
ProxyCmp({
|
|
1072
|
-
defineCustomElementFn: defineCustomElement$
|
|
1134
|
+
defineCustomElementFn: defineCustomElement$z,
|
|
1073
1135
|
inputs: ['active', 'controls', 'disabled', 'size', 'tabId'],
|
|
1074
1136
|
methods: ['vClick', 'vFocus', 'vBlur', 'enableFocus']
|
|
1075
1137
|
}),
|
|
1076
1138
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1077
1139
|
], BqTab);
|
|
1078
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1140
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqTab, decorators: [{
|
|
1079
1141
|
type: Component,
|
|
1080
1142
|
args: [{
|
|
1081
1143
|
selector: 'bq-tab',
|
|
@@ -1095,17 +1157,17 @@ let BqTabGroup = class BqTabGroup {
|
|
|
1095
1157
|
this.el = r.nativeElement;
|
|
1096
1158
|
proxyOutputs(this, this.el, ['bqChange']);
|
|
1097
1159
|
}
|
|
1098
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1099
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
1160
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqTabGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1161
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", 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 });
|
|
1100
1162
|
};
|
|
1101
1163
|
BqTabGroup = __decorate([
|
|
1102
1164
|
ProxyCmp({
|
|
1103
|
-
defineCustomElementFn: defineCustomElement$
|
|
1165
|
+
defineCustomElementFn: defineCustomElement$A,
|
|
1104
1166
|
inputs: ['debounceTime', 'disableDivider', 'size', 'value']
|
|
1105
1167
|
}),
|
|
1106
1168
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1107
1169
|
], BqTabGroup);
|
|
1108
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1170
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqTabGroup, decorators: [{
|
|
1109
1171
|
type: Component,
|
|
1110
1172
|
args: [{
|
|
1111
1173
|
selector: 'bq-tab-group',
|
|
@@ -1125,18 +1187,18 @@ let BqTag = class BqTag {
|
|
|
1125
1187
|
this.el = r.nativeElement;
|
|
1126
1188
|
proxyOutputs(this, this.el, ['bqClose', 'bqOpen', 'bqBlur', 'bqClick', 'bqFocus']);
|
|
1127
1189
|
}
|
|
1128
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1129
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
1190
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1191
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", 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 });
|
|
1130
1192
|
};
|
|
1131
1193
|
BqTag = __decorate([
|
|
1132
1194
|
ProxyCmp({
|
|
1133
|
-
defineCustomElementFn: defineCustomElement$
|
|
1195
|
+
defineCustomElementFn: defineCustomElement$B,
|
|
1134
1196
|
inputs: ['border', 'clickable', 'color', 'disabled', 'hidden', 'removable', 'selected', 'size', 'variant'],
|
|
1135
1197
|
methods: ['hide', 'show']
|
|
1136
1198
|
}),
|
|
1137
1199
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1138
1200
|
], BqTag);
|
|
1139
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1201
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqTag, decorators: [{
|
|
1140
1202
|
type: Component,
|
|
1141
1203
|
args: [{
|
|
1142
1204
|
selector: 'bq-tag',
|
|
@@ -1156,17 +1218,17 @@ let BqTextarea = class BqTextarea {
|
|
|
1156
1218
|
this.el = r.nativeElement;
|
|
1157
1219
|
proxyOutputs(this, this.el, ['bqBlur', 'bqChange', 'bqClear', 'bqFocus', 'bqInput']);
|
|
1158
1220
|
}
|
|
1159
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1160
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
1221
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1222
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", 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 });
|
|
1161
1223
|
};
|
|
1162
1224
|
BqTextarea = __decorate([
|
|
1163
1225
|
ProxyCmp({
|
|
1164
|
-
defineCustomElementFn: defineCustomElement$
|
|
1226
|
+
defineCustomElementFn: defineCustomElement$C,
|
|
1165
1227
|
inputs: ['autoGrow', 'autocapitalize', 'autocomplete', 'autocorrect', 'autofocus', 'debounceTime', 'disableResize', 'disabled', 'form', 'maxlength', 'name', 'placeholder', 'readonly', 'required', 'rows', 'spellcheck', 'validationStatus', 'value', 'wrap']
|
|
1166
1228
|
}),
|
|
1167
1229
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1168
1230
|
], BqTextarea);
|
|
1169
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1231
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqTextarea, decorators: [{
|
|
1170
1232
|
type: Component,
|
|
1171
1233
|
args: [{
|
|
1172
1234
|
selector: 'bq-textarea',
|
|
@@ -1186,18 +1248,18 @@ let BqToast = class BqToast {
|
|
|
1186
1248
|
this.el = r.nativeElement;
|
|
1187
1249
|
proxyOutputs(this, this.el, ['bqHide', 'bqShow']);
|
|
1188
1250
|
}
|
|
1189
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1190
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
1251
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1252
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", 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 });
|
|
1191
1253
|
};
|
|
1192
1254
|
BqToast = __decorate([
|
|
1193
1255
|
ProxyCmp({
|
|
1194
|
-
defineCustomElementFn: defineCustomElement$
|
|
1256
|
+
defineCustomElementFn: defineCustomElement$D,
|
|
1195
1257
|
inputs: ['border', 'hideIcon', 'open', 'placement', 'time', 'type'],
|
|
1196
1258
|
methods: ['show', 'hide', 'toast']
|
|
1197
1259
|
}),
|
|
1198
1260
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1199
1261
|
], BqToast);
|
|
1200
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1262
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqToast, decorators: [{
|
|
1201
1263
|
type: Component,
|
|
1202
1264
|
args: [{
|
|
1203
1265
|
selector: 'bq-toast',
|
|
@@ -1216,25 +1278,25 @@ let BqTooltip = class BqTooltip {
|
|
|
1216
1278
|
c.detach();
|
|
1217
1279
|
this.el = r.nativeElement;
|
|
1218
1280
|
}
|
|
1219
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1220
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
1281
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1282
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", 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 });
|
|
1221
1283
|
};
|
|
1222
1284
|
BqTooltip = __decorate([
|
|
1223
1285
|
ProxyCmp({
|
|
1224
|
-
defineCustomElementFn: defineCustomElement$
|
|
1225
|
-
inputs: ['displayOn', 'distance', 'hideArrow', 'placement', 'sameWidth', 'visible'],
|
|
1286
|
+
defineCustomElementFn: defineCustomElement$E,
|
|
1287
|
+
inputs: ['alwaysVisible', 'displayOn', 'distance', 'hideArrow', 'placement', 'sameWidth', 'visible'],
|
|
1226
1288
|
methods: ['show', 'hide']
|
|
1227
1289
|
}),
|
|
1228
1290
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1229
1291
|
], BqTooltip);
|
|
1230
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1292
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BqTooltip, decorators: [{
|
|
1231
1293
|
type: Component,
|
|
1232
1294
|
args: [{
|
|
1233
1295
|
selector: 'bq-tooltip',
|
|
1234
1296
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1235
1297
|
template: '<ng-content></ng-content>',
|
|
1236
1298
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1237
|
-
inputs: ['displayOn', 'distance', 'hideArrow', 'placement', 'sameWidth', 'visible'],
|
|
1299
|
+
inputs: ['alwaysVisible', 'displayOn', 'distance', 'hideArrow', 'placement', 'sameWidth', 'visible'],
|
|
1238
1300
|
standalone: true
|
|
1239
1301
|
}]
|
|
1240
1302
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -1248,5 +1310,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImpor
|
|
|
1248
1310
|
* Generated bundle index. Do not edit.
|
|
1249
1311
|
*/
|
|
1250
1312
|
|
|
1251
|
-
export { BqAccordion, BqAccordionGroup, BqAlert, BqAvatar, BqBadge, BqBreadcrumb, BqBreadcrumbItem, BqButton, BqCard, BqCheckbox, BqDialog, BqDivider, BqDropdown, BqEmptyState, BqIcon, BqInput, BqNotification, BqOption, BqOptionGroup, BqOptionList, BqPanel, BqRadio, BqRadioGroup, BqSelect, BqSideMenu, BqSideMenuItem, BqSlider, BqSpinner, BqStatus, BqStepItem, BqSteps, BqSwitch, BqTab, BqTabGroup, BqTag, BqTextarea, BqToast, BqTooltip };
|
|
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 };
|
|
1252
1314
|
//# sourceMappingURL=beeq-angular-standalone.mjs.map
|