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