@baloise/ds-angular-module 17.3.0 → 17.4.0-snapshot.1609-d2bcc38d3
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/{esm2020 → esm2022}/directives/error.component.mjs +6 -6
- package/{esm2020 → esm2022}/directives/focus.directive.mjs +4 -4
- package/esm2022/generated/boolean-value-accessor.mjs +39 -0
- package/esm2022/generated/number-value-accessor.mjs +40 -0
- package/esm2022/generated/proxies.mjs +3342 -0
- package/esm2022/generated/select-value-accessor.mjs +35 -0
- package/esm2022/generated/text-value-accessor.mjs +35 -0
- package/{esm2020 → esm2022}/generated/value-accessor.mjs +5 -5
- package/{esm2020 → esm2022}/module.mjs +29 -29
- package/{fesm2020 → fesm2022}/baloise-ds-angular-module.mjs +688 -572
- package/fesm2022/baloise-ds-angular-module.mjs.map +1 -0
- package/generated/proxies.d.ts +99 -99
- package/package.json +9 -15
- package/esm2020/generated/boolean-value-accessor.mjs +0 -39
- package/esm2020/generated/number-value-accessor.mjs +0 -40
- package/esm2020/generated/proxies.mjs +0 -3226
- package/esm2020/generated/select-value-accessor.mjs +0 -35
- package/esm2020/generated/text-value-accessor.mjs +0 -35
- package/fesm2015/baloise-ds-angular-module.mjs +0 -3753
- package/fesm2015/baloise-ds-angular-module.mjs.map +0 -1
- package/fesm2020/baloise-ds-angular-module.mjs.map +0 -1
- /package/{esm2020 → esm2022}/app-initialize.mjs +0 -0
- /package/{esm2020 → esm2022}/baloise-ds-angular-module.mjs +0 -0
- /package/{esm2020 → esm2022}/generated/angular-component-lib/utils.mjs +0 -0
- /package/{esm2020 → esm2022}/generated/proxies-list.mjs +0 -0
- /package/{esm2020 → esm2022}/index.mjs +0 -0
|
@@ -2,7 +2,7 @@ import { raf, BalTokenUserConfig, BalNgErrorComponent as BalNgErrorComponent$1,
|
|
|
2
2
|
export { AngularDelegate, BalBreakpointsService, BalConfigService, BalModalService, BalOrientationService, BalSnackbarService, BalToastService, BalTokenBreakpointSubject, BalTokenBreakpoints, BalTokenConfig, BalTokenDevice, BalTokenModal, BalTokenOrientationSubject, BalTokenSnackbar, BalTokenToast, BalTokenUserConfig, element, parseCustomEvent, raf } from '@baloise/ds-angular-common';
|
|
3
3
|
import { __decorate, __metadata } from 'tslib';
|
|
4
4
|
import * as i0 from '@angular/core';
|
|
5
|
-
import { EventEmitter, ChangeDetectorRef, ElementRef, NgZone, Component,
|
|
5
|
+
import { EventEmitter, ChangeDetectorRef, ElementRef, NgZone, ChangeDetectionStrategy, Component, HostListener, Directive, forwardRef, Injector, Inject, APP_INITIALIZER, NgModule } from '@angular/core';
|
|
6
6
|
import { defineCustomElement as defineCustomElement$1 } from '@baloise/ds-core/components/bal-accordion';
|
|
7
7
|
import { defineCustomElement as defineCustomElement$2 } from '@baloise/ds-core/components/bal-accordion-details';
|
|
8
8
|
import { defineCustomElement as defineCustomElement$3 } from '@baloise/ds-core/components/bal-accordion-summary';
|
|
@@ -122,7 +122,7 @@ import { defineCustomElement as defineCustomElement$1Q } from '@baloise/ds-core/
|
|
|
122
122
|
import { NgControl, NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
123
123
|
import * as i1 from '@angular/common';
|
|
124
124
|
import { DOCUMENT, CommonModule } from '@angular/common';
|
|
125
|
-
import { initializeBaloiseDesignSystem,
|
|
125
|
+
import { initializeBaloiseDesignSystem, updateBalRegion, updateBalLanguage, updateBalIcons, updateBalAnimated, updateBalAllowedLanguages, detachFromConfig, defaultConfig, attachToConfig, balToastController, balSnackbarController, balModalController, balBreakpoints, balBreakpointSubject, balDevice, balOrientationSubject } from '@baloise/ds-core/components';
|
|
126
126
|
|
|
127
127
|
/* eslint-disable */
|
|
128
128
|
/* tslint:disable */
|
|
@@ -191,9 +191,9 @@ let BalAccordion = class BalAccordion {
|
|
|
191
191
|
this.el = r.nativeElement;
|
|
192
192
|
proxyOutputs(this, this.el, ['balChange', 'balWillAnimate', 'balDidAnimate']);
|
|
193
193
|
}
|
|
194
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
195
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalAccordion, selector: "bal-accordion", inputs: { active: "active", card: "card", closeIcon: "closeIcon", closeLabel: "closeLabel", debounce: "debounce", openIcon: "openIcon", openLabel: "openLabel" }, outputs: { balChange: "balChange", balWillAnimate: "balWillAnimate", balDidAnimate: "balDidAnimate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
194
196
|
};
|
|
195
|
-
BalAccordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
196
|
-
BalAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalAccordion, selector: "bal-accordion", inputs: { active: "active", card: "card", closeIcon: "closeIcon", closeLabel: "closeLabel", debounce: "debounce", openIcon: "openIcon", openLabel: "openLabel" }, outputs: { balChange: "balChange", balWillAnimate: "balWillAnimate", balDidAnimate: "balDidAnimate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
197
197
|
BalAccordion = __decorate([
|
|
198
198
|
ProxyCmp({
|
|
199
199
|
inputs: ['active', 'card', 'closeIcon', 'closeLabel', 'debounce', 'openIcon', 'openLabel'],
|
|
@@ -202,48 +202,50 @@ BalAccordion = __decorate([
|
|
|
202
202
|
}),
|
|
203
203
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
204
204
|
], BalAccordion);
|
|
205
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
205
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalAccordion, decorators: [{
|
|
206
206
|
type: Component,
|
|
207
207
|
args: [{
|
|
208
208
|
selector: 'bal-accordion',
|
|
209
209
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
210
210
|
template: '<ng-content></ng-content>',
|
|
211
|
+
standalone: false,
|
|
211
212
|
inputs: ['active', 'card', 'closeIcon', 'closeLabel', 'debounce', 'openIcon', 'openLabel'],
|
|
212
213
|
outputs: ['balChange', 'balWillAnimate', 'balDidAnimate']
|
|
213
214
|
}]
|
|
214
|
-
}], ctorParameters:
|
|
215
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
215
216
|
let BalAccordionDetails = class BalAccordionDetails {
|
|
216
217
|
constructor(c, r, z) {
|
|
217
218
|
this.z = z;
|
|
218
219
|
c.detach();
|
|
219
220
|
this.el = r.nativeElement;
|
|
220
221
|
}
|
|
222
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalAccordionDetails, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
223
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalAccordionDetails, selector: "bal-accordion-details", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
221
224
|
};
|
|
222
|
-
BalAccordionDetails.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalAccordionDetails, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
223
|
-
BalAccordionDetails.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalAccordionDetails, selector: "bal-accordion-details", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
224
225
|
BalAccordionDetails = __decorate([
|
|
225
226
|
ProxyCmp({
|
|
226
227
|
defineCustomElementFn: defineCustomElement$2
|
|
227
228
|
}),
|
|
228
229
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
229
230
|
], BalAccordionDetails);
|
|
230
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
231
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalAccordionDetails, decorators: [{
|
|
231
232
|
type: Component,
|
|
232
233
|
args: [{
|
|
233
234
|
selector: 'bal-accordion-details',
|
|
234
235
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
235
|
-
template: '<ng-content></ng-content>'
|
|
236
|
+
template: '<ng-content></ng-content>',
|
|
237
|
+
standalone: false
|
|
236
238
|
}]
|
|
237
|
-
}], ctorParameters:
|
|
239
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
238
240
|
let BalAccordionSummary = class BalAccordionSummary {
|
|
239
241
|
constructor(c, r, z) {
|
|
240
242
|
this.z = z;
|
|
241
243
|
c.detach();
|
|
242
244
|
this.el = r.nativeElement;
|
|
243
245
|
}
|
|
246
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalAccordionSummary, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
247
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalAccordionSummary, selector: "bal-accordion-summary", inputs: { trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
244
248
|
};
|
|
245
|
-
BalAccordionSummary.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalAccordionSummary, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
246
|
-
BalAccordionSummary.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalAccordionSummary, selector: "bal-accordion-summary", inputs: { trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
247
249
|
BalAccordionSummary = __decorate([
|
|
248
250
|
ProxyCmp({
|
|
249
251
|
inputs: ['trigger'],
|
|
@@ -251,24 +253,25 @@ BalAccordionSummary = __decorate([
|
|
|
251
253
|
}),
|
|
252
254
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
253
255
|
], BalAccordionSummary);
|
|
254
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
256
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalAccordionSummary, decorators: [{
|
|
255
257
|
type: Component,
|
|
256
258
|
args: [{
|
|
257
259
|
selector: 'bal-accordion-summary',
|
|
258
260
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
259
261
|
template: '<ng-content></ng-content>',
|
|
262
|
+
standalone: false,
|
|
260
263
|
inputs: ['trigger']
|
|
261
264
|
}]
|
|
262
|
-
}], ctorParameters:
|
|
265
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
263
266
|
let BalAccordionTrigger = class BalAccordionTrigger {
|
|
264
267
|
constructor(c, r, z) {
|
|
265
268
|
this.z = z;
|
|
266
269
|
c.detach();
|
|
267
270
|
this.el = r.nativeElement;
|
|
268
271
|
}
|
|
272
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalAccordionTrigger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
273
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalAccordionTrigger, selector: "bal-accordion-trigger", inputs: { button: "button", closeIcon: "closeIcon", closeLabel: "closeLabel", color: "color", expanded: "expanded", openIcon: "openIcon", openLabel: "openLabel", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
269
274
|
};
|
|
270
|
-
BalAccordionTrigger.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalAccordionTrigger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
271
|
-
BalAccordionTrigger.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalAccordionTrigger, selector: "bal-accordion-trigger", inputs: { button: "button", closeIcon: "closeIcon", closeLabel: "closeLabel", color: "color", expanded: "expanded", openIcon: "openIcon", openLabel: "openLabel", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
272
275
|
BalAccordionTrigger = __decorate([
|
|
273
276
|
ProxyCmp({
|
|
274
277
|
inputs: ['button', 'closeIcon', 'closeLabel', 'color', 'expanded', 'openIcon', 'openLabel', 'size'],
|
|
@@ -276,24 +279,25 @@ BalAccordionTrigger = __decorate([
|
|
|
276
279
|
}),
|
|
277
280
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
278
281
|
], BalAccordionTrigger);
|
|
279
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
282
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalAccordionTrigger, decorators: [{
|
|
280
283
|
type: Component,
|
|
281
284
|
args: [{
|
|
282
285
|
selector: 'bal-accordion-trigger',
|
|
283
286
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
284
287
|
template: '<ng-content></ng-content>',
|
|
288
|
+
standalone: false,
|
|
285
289
|
inputs: ['button', 'closeIcon', 'closeLabel', 'color', 'expanded', 'openIcon', 'openLabel', 'size']
|
|
286
290
|
}]
|
|
287
|
-
}], ctorParameters:
|
|
291
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
288
292
|
let BalApp = class BalApp {
|
|
289
293
|
constructor(c, r, z) {
|
|
290
294
|
this.z = z;
|
|
291
295
|
c.detach();
|
|
292
296
|
this.el = r.nativeElement;
|
|
293
297
|
}
|
|
298
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalApp, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
299
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalApp, selector: "bal-app", inputs: { animated: "animated" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
294
300
|
};
|
|
295
|
-
BalApp.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalApp, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
296
|
-
BalApp.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalApp, selector: "bal-app", inputs: { animated: "animated" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
297
301
|
BalApp = __decorate([
|
|
298
302
|
ProxyCmp({
|
|
299
303
|
inputs: ['animated'],
|
|
@@ -302,24 +306,25 @@ BalApp = __decorate([
|
|
|
302
306
|
}),
|
|
303
307
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
304
308
|
], BalApp);
|
|
305
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
309
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalApp, decorators: [{
|
|
306
310
|
type: Component,
|
|
307
311
|
args: [{
|
|
308
312
|
selector: 'bal-app',
|
|
309
313
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
310
314
|
template: '<ng-content></ng-content>',
|
|
315
|
+
standalone: false,
|
|
311
316
|
inputs: ['animated']
|
|
312
317
|
}]
|
|
313
|
-
}], ctorParameters:
|
|
318
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
314
319
|
let BalBadge = class BalBadge {
|
|
315
320
|
constructor(c, r, z) {
|
|
316
321
|
this.z = z;
|
|
317
322
|
c.detach();
|
|
318
323
|
this.el = r.nativeElement;
|
|
319
324
|
}
|
|
325
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalBadge, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
326
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalBadge, selector: "bal-badge", inputs: { color: "color", icon: "icon", position: "position", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
320
327
|
};
|
|
321
|
-
BalBadge.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalBadge, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
322
|
-
BalBadge.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalBadge, selector: "bal-badge", inputs: { color: "color", icon: "icon", position: "position", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
323
328
|
BalBadge = __decorate([
|
|
324
329
|
ProxyCmp({
|
|
325
330
|
inputs: ['color', 'icon', 'position', 'size'],
|
|
@@ -327,15 +332,16 @@ BalBadge = __decorate([
|
|
|
327
332
|
}),
|
|
328
333
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
329
334
|
], BalBadge);
|
|
330
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
335
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalBadge, decorators: [{
|
|
331
336
|
type: Component,
|
|
332
337
|
args: [{
|
|
333
338
|
selector: 'bal-badge',
|
|
334
339
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
335
340
|
template: '<ng-content></ng-content>',
|
|
341
|
+
standalone: false,
|
|
336
342
|
inputs: ['color', 'icon', 'position', 'size']
|
|
337
343
|
}]
|
|
338
|
-
}], ctorParameters:
|
|
344
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
339
345
|
let BalButton = class BalButton {
|
|
340
346
|
constructor(c, r, z) {
|
|
341
347
|
this.z = z;
|
|
@@ -343,35 +349,36 @@ let BalButton = class BalButton {
|
|
|
343
349
|
this.el = r.nativeElement;
|
|
344
350
|
proxyOutputs(this, this.el, ['balNavigate', 'balFocus', 'balBlur', 'balDidRender']);
|
|
345
351
|
}
|
|
352
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
353
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalButton, selector: "bal-button", inputs: { aria: "aria", balPopup: "balPopup", color: "color", disabled: "disabled", download: "download", elementType: "elementType", expanded: "expanded", flat: "flat", href: "href", icon: "icon", iconRight: "iconRight", iconTurn: "iconTurn", inverted: "inverted", isActive: "isActive", loading: "loading", name: "name", noWrap: "noWrap", outlined: "outlined", rel: "rel", rounded: "rounded", shadow: "shadow", size: "size", square: "square", target: "target", value: "value" }, outputs: { balNavigate: "balNavigate", balFocus: "balFocus", balBlur: "balBlur", balDidRender: "balDidRender" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
346
354
|
};
|
|
347
|
-
BalButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
348
|
-
BalButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalButton, selector: "bal-button", inputs: { aria: "aria", color: "color", disabled: "disabled", download: "download", elementType: "elementType", expanded: "expanded", flat: "flat", href: "href", icon: "icon", iconRight: "iconRight", iconTurn: "iconTurn", inverted: "inverted", isActive: "isActive", loading: "loading", name: "name", noWrap: "noWrap", outlined: "outlined", rel: "rel", rounded: "rounded", shadow: "shadow", size: "size", square: "square", target: "target", value: "value" }, outputs: { balNavigate: "balNavigate", balFocus: "balFocus", balBlur: "balBlur", balDidRender: "balDidRender" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
349
355
|
BalButton = __decorate([
|
|
350
356
|
ProxyCmp({
|
|
351
|
-
inputs: ['aria', 'color', 'disabled', 'download', 'elementType', 'expanded', 'flat', 'href', 'icon', 'iconRight', 'iconTurn', 'inverted', 'isActive', 'loading', 'name', 'noWrap', 'outlined', 'rel', 'rounded', 'shadow', 'size', 'square', 'target', 'value'],
|
|
357
|
+
inputs: ['aria', 'balPopup', 'color', 'disabled', 'download', 'elementType', 'expanded', 'flat', 'href', 'icon', 'iconRight', 'iconTurn', 'inverted', 'isActive', 'loading', 'name', 'noWrap', 'outlined', 'rel', 'rounded', 'shadow', 'size', 'square', 'target', 'value'],
|
|
352
358
|
defineCustomElementFn: defineCustomElement$7
|
|
353
359
|
}),
|
|
354
360
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
355
361
|
], BalButton);
|
|
356
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
362
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalButton, decorators: [{
|
|
357
363
|
type: Component,
|
|
358
364
|
args: [{
|
|
359
365
|
selector: 'bal-button',
|
|
360
366
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
361
367
|
template: '<ng-content></ng-content>',
|
|
362
|
-
|
|
368
|
+
standalone: false,
|
|
369
|
+
inputs: ['aria', 'balPopup', 'color', 'disabled', 'download', 'elementType', 'expanded', 'flat', 'href', 'icon', 'iconRight', 'iconTurn', 'inverted', 'isActive', 'loading', 'name', 'noWrap', 'outlined', 'rel', 'rounded', 'shadow', 'size', 'square', 'target', 'value'],
|
|
363
370
|
outputs: ['balNavigate', 'balFocus', 'balBlur', 'balDidRender']
|
|
364
371
|
}]
|
|
365
|
-
}], ctorParameters:
|
|
372
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
366
373
|
let BalButtonGroup = class BalButtonGroup {
|
|
367
374
|
constructor(c, r, z) {
|
|
368
375
|
this.z = z;
|
|
369
376
|
c.detach();
|
|
370
377
|
this.el = r.nativeElement;
|
|
371
378
|
}
|
|
379
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalButtonGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
380
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalButtonGroup, selector: "bal-button-group", inputs: { direction: "direction", position: "position", reverse: "reverse" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
372
381
|
};
|
|
373
|
-
BalButtonGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalButtonGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
374
|
-
BalButtonGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalButtonGroup, selector: "bal-button-group", inputs: { direction: "direction", position: "position", reverse: "reverse" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
375
382
|
BalButtonGroup = __decorate([
|
|
376
383
|
ProxyCmp({
|
|
377
384
|
inputs: ['direction', 'position', 'reverse'],
|
|
@@ -379,24 +386,25 @@ BalButtonGroup = __decorate([
|
|
|
379
386
|
}),
|
|
380
387
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
381
388
|
], BalButtonGroup);
|
|
382
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
389
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalButtonGroup, decorators: [{
|
|
383
390
|
type: Component,
|
|
384
391
|
args: [{
|
|
385
392
|
selector: 'bal-button-group',
|
|
386
393
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
387
394
|
template: '<ng-content></ng-content>',
|
|
395
|
+
standalone: false,
|
|
388
396
|
inputs: ['direction', 'position', 'reverse']
|
|
389
397
|
}]
|
|
390
|
-
}], ctorParameters:
|
|
398
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
391
399
|
let BalCard = class BalCard {
|
|
392
400
|
constructor(c, r, z) {
|
|
393
401
|
this.z = z;
|
|
394
402
|
c.detach();
|
|
395
403
|
this.el = r.nativeElement;
|
|
396
404
|
}
|
|
405
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
406
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalCard, selector: "bal-card", inputs: { border: "border", clickable: "clickable", color: "color", flat: "flat", fullheight: "fullheight", inverted: "inverted", selected: "selected", space: "space", square: "square" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
397
407
|
};
|
|
398
|
-
BalCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
399
|
-
BalCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCard, selector: "bal-card", inputs: { border: "border", clickable: "clickable", color: "color", flat: "flat", fullheight: "fullheight", inverted: "inverted", selected: "selected", space: "space", square: "square" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
400
408
|
BalCard = __decorate([
|
|
401
409
|
ProxyCmp({
|
|
402
410
|
inputs: ['border', 'clickable', 'color', 'flat', 'fullheight', 'inverted', 'selected', 'space', 'square'],
|
|
@@ -404,24 +412,25 @@ BalCard = __decorate([
|
|
|
404
412
|
}),
|
|
405
413
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
406
414
|
], BalCard);
|
|
407
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
415
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalCard, decorators: [{
|
|
408
416
|
type: Component,
|
|
409
417
|
args: [{
|
|
410
418
|
selector: 'bal-card',
|
|
411
419
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
412
420
|
template: '<ng-content></ng-content>',
|
|
421
|
+
standalone: false,
|
|
413
422
|
inputs: ['border', 'clickable', 'color', 'flat', 'fullheight', 'inverted', 'selected', 'space', 'square']
|
|
414
423
|
}]
|
|
415
|
-
}], ctorParameters:
|
|
424
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
416
425
|
let BalCardActions = class BalCardActions {
|
|
417
426
|
constructor(c, r, z) {
|
|
418
427
|
this.z = z;
|
|
419
428
|
c.detach();
|
|
420
429
|
this.el = r.nativeElement;
|
|
421
430
|
}
|
|
431
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalCardActions, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
432
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalCardActions, selector: "bal-card-actions", inputs: { position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
422
433
|
};
|
|
423
|
-
BalCardActions.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCardActions, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
424
|
-
BalCardActions.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCardActions, selector: "bal-card-actions", inputs: { position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
425
434
|
BalCardActions = __decorate([
|
|
426
435
|
ProxyCmp({
|
|
427
436
|
inputs: ['position'],
|
|
@@ -429,24 +438,25 @@ BalCardActions = __decorate([
|
|
|
429
438
|
}),
|
|
430
439
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
431
440
|
], BalCardActions);
|
|
432
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
441
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalCardActions, decorators: [{
|
|
433
442
|
type: Component,
|
|
434
443
|
args: [{
|
|
435
444
|
selector: 'bal-card-actions',
|
|
436
445
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
437
446
|
template: '<ng-content></ng-content>',
|
|
447
|
+
standalone: false,
|
|
438
448
|
inputs: ['position']
|
|
439
449
|
}]
|
|
440
|
-
}], ctorParameters:
|
|
450
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
441
451
|
let BalCardButton = class BalCardButton {
|
|
442
452
|
constructor(c, r, z) {
|
|
443
453
|
this.z = z;
|
|
444
454
|
c.detach();
|
|
445
455
|
this.el = r.nativeElement;
|
|
446
456
|
}
|
|
457
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalCardButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
458
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalCardButton, selector: "bal-card-button", inputs: { disabled: "disabled", elementType: "elementType", href: "href", icon: "icon", iconRight: "iconRight", loading: "loading", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
447
459
|
};
|
|
448
|
-
BalCardButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCardButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
449
|
-
BalCardButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCardButton, selector: "bal-card-button", inputs: { disabled: "disabled", elementType: "elementType", href: "href", icon: "icon", iconRight: "iconRight", loading: "loading", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
450
460
|
BalCardButton = __decorate([
|
|
451
461
|
ProxyCmp({
|
|
452
462
|
inputs: ['disabled', 'elementType', 'href', 'icon', 'iconRight', 'loading', 'target'],
|
|
@@ -454,47 +464,49 @@ BalCardButton = __decorate([
|
|
|
454
464
|
}),
|
|
455
465
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
456
466
|
], BalCardButton);
|
|
457
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
467
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalCardButton, decorators: [{
|
|
458
468
|
type: Component,
|
|
459
469
|
args: [{
|
|
460
470
|
selector: 'bal-card-button',
|
|
461
471
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
462
472
|
template: '<ng-content></ng-content>',
|
|
473
|
+
standalone: false,
|
|
463
474
|
inputs: ['disabled', 'elementType', 'href', 'icon', 'iconRight', 'loading', 'target']
|
|
464
475
|
}]
|
|
465
|
-
}], ctorParameters:
|
|
476
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
466
477
|
let BalCardContent = class BalCardContent {
|
|
467
478
|
constructor(c, r, z) {
|
|
468
479
|
this.z = z;
|
|
469
480
|
c.detach();
|
|
470
481
|
this.el = r.nativeElement;
|
|
471
482
|
}
|
|
483
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalCardContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
484
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalCardContent, selector: "bal-card-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
472
485
|
};
|
|
473
|
-
BalCardContent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCardContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
474
|
-
BalCardContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCardContent, selector: "bal-card-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
475
486
|
BalCardContent = __decorate([
|
|
476
487
|
ProxyCmp({
|
|
477
488
|
defineCustomElementFn: defineCustomElement$c
|
|
478
489
|
}),
|
|
479
490
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
480
491
|
], BalCardContent);
|
|
481
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
492
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalCardContent, decorators: [{
|
|
482
493
|
type: Component,
|
|
483
494
|
args: [{
|
|
484
495
|
selector: 'bal-card-content',
|
|
485
496
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
486
|
-
template: '<ng-content></ng-content>'
|
|
497
|
+
template: '<ng-content></ng-content>',
|
|
498
|
+
standalone: false
|
|
487
499
|
}]
|
|
488
|
-
}], ctorParameters:
|
|
500
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
489
501
|
let BalCardSubtitle = class BalCardSubtitle {
|
|
490
502
|
constructor(c, r, z) {
|
|
491
503
|
this.z = z;
|
|
492
504
|
c.detach();
|
|
493
505
|
this.el = r.nativeElement;
|
|
494
506
|
}
|
|
507
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalCardSubtitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
508
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalCardSubtitle, selector: "bal-card-subtitle", inputs: { bold: "bold", color: "color", inverted: "inverted" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
495
509
|
};
|
|
496
|
-
BalCardSubtitle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCardSubtitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
497
|
-
BalCardSubtitle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCardSubtitle, selector: "bal-card-subtitle", inputs: { bold: "bold", color: "color", inverted: "inverted" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
498
510
|
BalCardSubtitle = __decorate([
|
|
499
511
|
ProxyCmp({
|
|
500
512
|
inputs: ['bold', 'color', 'inverted'],
|
|
@@ -502,24 +514,25 @@ BalCardSubtitle = __decorate([
|
|
|
502
514
|
}),
|
|
503
515
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
504
516
|
], BalCardSubtitle);
|
|
505
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
517
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalCardSubtitle, decorators: [{
|
|
506
518
|
type: Component,
|
|
507
519
|
args: [{
|
|
508
520
|
selector: 'bal-card-subtitle',
|
|
509
521
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
510
522
|
template: '<ng-content></ng-content>',
|
|
523
|
+
standalone: false,
|
|
511
524
|
inputs: ['bold', 'color', 'inverted']
|
|
512
525
|
}]
|
|
513
|
-
}], ctorParameters:
|
|
526
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
514
527
|
let BalCardTitle = class BalCardTitle {
|
|
515
528
|
constructor(c, r, z) {
|
|
516
529
|
this.z = z;
|
|
517
530
|
c.detach();
|
|
518
531
|
this.el = r.nativeElement;
|
|
519
532
|
}
|
|
533
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalCardTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
534
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalCardTitle, selector: "bal-card-title", inputs: { inverted: "inverted" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
520
535
|
};
|
|
521
|
-
BalCardTitle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCardTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
522
|
-
BalCardTitle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCardTitle, selector: "bal-card-title", inputs: { inverted: "inverted" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
523
536
|
BalCardTitle = __decorate([
|
|
524
537
|
ProxyCmp({
|
|
525
538
|
inputs: ['inverted'],
|
|
@@ -527,15 +540,16 @@ BalCardTitle = __decorate([
|
|
|
527
540
|
}),
|
|
528
541
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
529
542
|
], BalCardTitle);
|
|
530
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
543
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalCardTitle, decorators: [{
|
|
531
544
|
type: Component,
|
|
532
545
|
args: [{
|
|
533
546
|
selector: 'bal-card-title',
|
|
534
547
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
535
548
|
template: '<ng-content></ng-content>',
|
|
549
|
+
standalone: false,
|
|
536
550
|
inputs: ['inverted']
|
|
537
551
|
}]
|
|
538
|
-
}], ctorParameters:
|
|
552
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
539
553
|
let BalCarousel = class BalCarousel {
|
|
540
554
|
constructor(c, r, z) {
|
|
541
555
|
this.z = z;
|
|
@@ -543,27 +557,28 @@ let BalCarousel = class BalCarousel {
|
|
|
543
557
|
this.el = r.nativeElement;
|
|
544
558
|
proxyOutputs(this, this.el, ['balChange']);
|
|
545
559
|
}
|
|
560
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalCarousel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
561
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalCarousel, selector: "bal-carousel", inputs: { aspectRatio: "aspectRatio", border: "border", controls: "controls", controlsOverflow: "controlsOverflow", controlsSticky: "controlsSticky", fullHeight: "fullHeight", htmlRole: "htmlRole", interface: "interface", inverted: "inverted", itemsPerView: "itemsPerView", scrollY: "scrollY", space: "space", steps: "steps", value: "value" }, outputs: { balChange: "balChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
546
562
|
};
|
|
547
|
-
BalCarousel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCarousel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
548
|
-
BalCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCarousel, selector: "bal-carousel", inputs: { aspectRatio: "aspectRatio", border: "border", controls: "controls", controlsOverflow: "controlsOverflow", controlsSticky: "controlsSticky", fullHeight: "fullHeight", htmlRole: "htmlRole", interface: "interface", inverted: "inverted", itemsPerView: "itemsPerView", scrollY: "scrollY", steps: "steps", value: "value" }, outputs: { balChange: "balChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
549
563
|
BalCarousel = __decorate([
|
|
550
564
|
ProxyCmp({
|
|
551
|
-
inputs: ['aspectRatio', 'border', 'controls', 'controlsOverflow', 'controlsSticky', 'fullHeight', 'htmlRole', 'interface', 'inverted', 'itemsPerView', 'scrollY', 'steps', 'value'],
|
|
565
|
+
inputs: ['aspectRatio', 'border', 'controls', 'controlsOverflow', 'controlsSticky', 'fullHeight', 'htmlRole', 'interface', 'inverted', 'itemsPerView', 'scrollY', 'space', 'steps', 'value'],
|
|
552
566
|
methods: ['previous', 'next'],
|
|
553
567
|
defineCustomElementFn: defineCustomElement$f
|
|
554
568
|
}),
|
|
555
569
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
556
570
|
], BalCarousel);
|
|
557
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
571
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalCarousel, decorators: [{
|
|
558
572
|
type: Component,
|
|
559
573
|
args: [{
|
|
560
574
|
selector: 'bal-carousel',
|
|
561
575
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
562
576
|
template: '<ng-content></ng-content>',
|
|
563
|
-
|
|
577
|
+
standalone: false,
|
|
578
|
+
inputs: ['aspectRatio', 'border', 'controls', 'controlsOverflow', 'controlsSticky', 'fullHeight', 'htmlRole', 'interface', 'inverted', 'itemsPerView', 'scrollY', 'space', 'steps', 'value'],
|
|
564
579
|
outputs: ['balChange']
|
|
565
580
|
}]
|
|
566
|
-
}], ctorParameters:
|
|
581
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
567
582
|
let BalCarouselItem = class BalCarouselItem {
|
|
568
583
|
constructor(c, r, z) {
|
|
569
584
|
this.z = z;
|
|
@@ -571,9 +586,9 @@ let BalCarouselItem = class BalCarouselItem {
|
|
|
571
586
|
this.el = r.nativeElement;
|
|
572
587
|
proxyOutputs(this, this.el, ['balNavigate', 'balFocus', 'balBlur']);
|
|
573
588
|
}
|
|
589
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalCarouselItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
590
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalCarouselItem, selector: "bal-carousel-item", inputs: { color: "color", download: "download", elementType: "elementType", href: "href", htmlRole: "htmlRole", label: "label", name: "name", rel: "rel", src: "src", target: "target", value: "value" }, outputs: { balNavigate: "balNavigate", balFocus: "balFocus", balBlur: "balBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
574
591
|
};
|
|
575
|
-
BalCarouselItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCarouselItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
576
|
-
BalCarouselItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCarouselItem, selector: "bal-carousel-item", inputs: { color: "color", download: "download", elementType: "elementType", href: "href", htmlRole: "htmlRole", label: "label", name: "name", rel: "rel", src: "src", target: "target", value: "value" }, outputs: { balNavigate: "balNavigate", balFocus: "balFocus", balBlur: "balBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
577
592
|
BalCarouselItem = __decorate([
|
|
578
593
|
ProxyCmp({
|
|
579
594
|
inputs: ['color', 'download', 'elementType', 'href', 'htmlRole', 'label', 'name', 'rel', 'src', 'target', 'value'],
|
|
@@ -582,16 +597,17 @@ BalCarouselItem = __decorate([
|
|
|
582
597
|
}),
|
|
583
598
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
584
599
|
], BalCarouselItem);
|
|
585
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
600
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalCarouselItem, decorators: [{
|
|
586
601
|
type: Component,
|
|
587
602
|
args: [{
|
|
588
603
|
selector: 'bal-carousel-item',
|
|
589
604
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
590
605
|
template: '<ng-content></ng-content>',
|
|
606
|
+
standalone: false,
|
|
591
607
|
inputs: ['color', 'download', 'elementType', 'href', 'htmlRole', 'label', 'name', 'rel', 'src', 'target', 'value'],
|
|
592
608
|
outputs: ['balNavigate', 'balFocus', 'balBlur']
|
|
593
609
|
}]
|
|
594
|
-
}], ctorParameters:
|
|
610
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
595
611
|
let BalCheckbox = class BalCheckbox {
|
|
596
612
|
constructor(c, r, z) {
|
|
597
613
|
this.z = z;
|
|
@@ -599,9 +615,9 @@ let BalCheckbox = class BalCheckbox {
|
|
|
599
615
|
this.el = r.nativeElement;
|
|
600
616
|
proxyOutputs(this, this.el, ['balFocus', 'balBlur', 'balChange']);
|
|
601
617
|
}
|
|
618
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
619
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalCheckbox, selector: "bal-checkbox", inputs: { autoInvalidOff: "autoInvalidOff", checked: "checked", disabled: "disabled", flat: "flat", inline: "inline", interface: "interface", invalid: "invalid", invisible: "invisible", label: "label", labelHidden: "labelHidden", name: "name", nonSubmit: "nonSubmit", readonly: "readonly", required: "required", value: "value" }, outputs: { balFocus: "balFocus", balBlur: "balBlur", balChange: "balChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
602
620
|
};
|
|
603
|
-
BalCheckbox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
604
|
-
BalCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCheckbox, selector: "bal-checkbox", inputs: { autoInvalidOff: "autoInvalidOff", checked: "checked", disabled: "disabled", flat: "flat", inline: "inline", interface: "interface", invalid: "invalid", invisible: "invisible", label: "label", labelHidden: "labelHidden", name: "name", nonSubmit: "nonSubmit", readonly: "readonly", required: "required", value: "value" }, outputs: { balFocus: "balFocus", balBlur: "balBlur", balChange: "balChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
605
621
|
BalCheckbox = __decorate([
|
|
606
622
|
ProxyCmp({
|
|
607
623
|
inputs: ['autoInvalidOff', 'checked', 'disabled', 'flat', 'inline', 'interface', 'invalid', 'invisible', 'label', 'labelHidden', 'name', 'nonSubmit', 'readonly', 'required', 'value'],
|
|
@@ -610,16 +626,17 @@ BalCheckbox = __decorate([
|
|
|
610
626
|
}),
|
|
611
627
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
612
628
|
], BalCheckbox);
|
|
613
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
629
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalCheckbox, decorators: [{
|
|
614
630
|
type: Component,
|
|
615
631
|
args: [{
|
|
616
632
|
selector: 'bal-checkbox',
|
|
617
633
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
618
634
|
template: '<ng-content></ng-content>',
|
|
635
|
+
standalone: false,
|
|
619
636
|
inputs: ['autoInvalidOff', 'checked', 'disabled', 'flat', 'inline', 'interface', 'invalid', 'invisible', 'label', 'labelHidden', 'name', 'nonSubmit', 'readonly', 'required', 'value'],
|
|
620
637
|
outputs: ['balFocus', 'balBlur', 'balChange']
|
|
621
638
|
}]
|
|
622
|
-
}], ctorParameters:
|
|
639
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
623
640
|
let BalCheckboxButton = class BalCheckboxButton {
|
|
624
641
|
constructor(c, r, z) {
|
|
625
642
|
this.z = z;
|
|
@@ -627,9 +644,9 @@ let BalCheckboxButton = class BalCheckboxButton {
|
|
|
627
644
|
this.el = r.nativeElement;
|
|
628
645
|
proxyOutputs(this, this.el, ['balFocus', 'balBlur']);
|
|
629
646
|
}
|
|
647
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalCheckboxButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
648
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalCheckboxButton, selector: "bal-checkbox-button", inputs: { color: "color", disabled: "disabled", invalid: "invalid", readonly: "readonly" }, outputs: { balFocus: "balFocus", balBlur: "balBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
630
649
|
};
|
|
631
|
-
BalCheckboxButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCheckboxButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
632
|
-
BalCheckboxButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCheckboxButton, selector: "bal-checkbox-button", inputs: { color: "color", disabled: "disabled", invalid: "invalid", readonly: "readonly" }, outputs: { balFocus: "balFocus", balBlur: "balBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
633
650
|
BalCheckboxButton = __decorate([
|
|
634
651
|
ProxyCmp({
|
|
635
652
|
inputs: ['color', 'disabled', 'invalid', 'readonly'],
|
|
@@ -637,16 +654,17 @@ BalCheckboxButton = __decorate([
|
|
|
637
654
|
}),
|
|
638
655
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
639
656
|
], BalCheckboxButton);
|
|
640
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
657
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalCheckboxButton, decorators: [{
|
|
641
658
|
type: Component,
|
|
642
659
|
args: [{
|
|
643
660
|
selector: 'bal-checkbox-button',
|
|
644
661
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
645
662
|
template: '<ng-content></ng-content>',
|
|
663
|
+
standalone: false,
|
|
646
664
|
inputs: ['color', 'disabled', 'invalid', 'readonly'],
|
|
647
665
|
outputs: ['balFocus', 'balBlur']
|
|
648
666
|
}]
|
|
649
|
-
}], ctorParameters:
|
|
667
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
650
668
|
let BalCheckboxGroup = class BalCheckboxGroup {
|
|
651
669
|
constructor(c, r, z) {
|
|
652
670
|
this.z = z;
|
|
@@ -654,9 +672,9 @@ let BalCheckboxGroup = class BalCheckboxGroup {
|
|
|
654
672
|
this.el = r.nativeElement;
|
|
655
673
|
proxyOutputs(this, this.el, ['balChange', 'balFocus', 'balBlur']);
|
|
656
674
|
}
|
|
675
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalCheckboxGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
676
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalCheckboxGroup, selector: "bal-checkbox-group", inputs: { autoInvalidOff: "autoInvalidOff", columns: "columns", columnsMobile: "columnsMobile", columnsTablet: "columnsTablet", control: "control", disabled: "disabled", expanded: "expanded", interface: "interface", invalid: "invalid", name: "name", options: "options", readonly: "readonly", value: "value", vertical: "vertical", verticalOnMobile: "verticalOnMobile" }, outputs: { balChange: "balChange", balFocus: "balFocus", balBlur: "balBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
657
677
|
};
|
|
658
|
-
BalCheckboxGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCheckboxGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
659
|
-
BalCheckboxGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCheckboxGroup, selector: "bal-checkbox-group", inputs: { autoInvalidOff: "autoInvalidOff", columns: "columns", columnsMobile: "columnsMobile", columnsTablet: "columnsTablet", control: "control", disabled: "disabled", expanded: "expanded", interface: "interface", invalid: "invalid", name: "name", options: "options", readonly: "readonly", value: "value", vertical: "vertical", verticalOnMobile: "verticalOnMobile" }, outputs: { balChange: "balChange", balFocus: "balFocus", balBlur: "balBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
660
678
|
BalCheckboxGroup = __decorate([
|
|
661
679
|
ProxyCmp({
|
|
662
680
|
inputs: ['autoInvalidOff', 'columns', 'columnsMobile', 'columnsTablet', 'control', 'disabled', 'expanded', 'interface', 'invalid', 'name', 'options', 'readonly', 'value', 'vertical', 'verticalOnMobile'],
|
|
@@ -665,25 +683,26 @@ BalCheckboxGroup = __decorate([
|
|
|
665
683
|
}),
|
|
666
684
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
667
685
|
], BalCheckboxGroup);
|
|
668
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
686
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalCheckboxGroup, decorators: [{
|
|
669
687
|
type: Component,
|
|
670
688
|
args: [{
|
|
671
689
|
selector: 'bal-checkbox-group',
|
|
672
690
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
673
691
|
template: '<ng-content></ng-content>',
|
|
692
|
+
standalone: false,
|
|
674
693
|
inputs: ['autoInvalidOff', 'columns', 'columnsMobile', 'columnsTablet', 'control', 'disabled', 'expanded', 'interface', 'invalid', 'name', 'options', 'readonly', 'value', 'vertical', 'verticalOnMobile'],
|
|
675
694
|
outputs: ['balChange', 'balFocus', 'balBlur']
|
|
676
695
|
}]
|
|
677
|
-
}], ctorParameters:
|
|
696
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
678
697
|
let BalClose = class BalClose {
|
|
679
698
|
constructor(c, r, z) {
|
|
680
699
|
this.z = z;
|
|
681
700
|
c.detach();
|
|
682
701
|
this.el = r.nativeElement;
|
|
683
702
|
}
|
|
703
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalClose, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
704
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalClose, selector: "bal-close", inputs: { inverted: "inverted", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
684
705
|
};
|
|
685
|
-
BalClose.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalClose, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
686
|
-
BalClose.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalClose, selector: "bal-close", inputs: { inverted: "inverted", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
687
706
|
BalClose = __decorate([
|
|
688
707
|
ProxyCmp({
|
|
689
708
|
inputs: ['inverted', 'size'],
|
|
@@ -691,24 +710,25 @@ BalClose = __decorate([
|
|
|
691
710
|
}),
|
|
692
711
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
693
712
|
], BalClose);
|
|
694
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
713
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalClose, decorators: [{
|
|
695
714
|
type: Component,
|
|
696
715
|
args: [{
|
|
697
716
|
selector: 'bal-close',
|
|
698
717
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
699
718
|
template: '<ng-content></ng-content>',
|
|
719
|
+
standalone: false,
|
|
700
720
|
inputs: ['inverted', 'size']
|
|
701
721
|
}]
|
|
702
|
-
}], ctorParameters:
|
|
722
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
703
723
|
let BalContent = class BalContent {
|
|
704
724
|
constructor(c, r, z) {
|
|
705
725
|
this.z = z;
|
|
706
726
|
c.detach();
|
|
707
727
|
this.el = r.nativeElement;
|
|
708
728
|
}
|
|
729
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
730
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalContent, selector: "bal-content", inputs: { align: "align", layout: "layout", space: "space" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
709
731
|
};
|
|
710
|
-
BalContent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
711
|
-
BalContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalContent, selector: "bal-content", inputs: { align: "align", layout: "layout", space: "space" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
712
732
|
BalContent = __decorate([
|
|
713
733
|
ProxyCmp({
|
|
714
734
|
inputs: ['align', 'layout', 'space'],
|
|
@@ -716,24 +736,25 @@ BalContent = __decorate([
|
|
|
716
736
|
}),
|
|
717
737
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
718
738
|
], BalContent);
|
|
719
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
739
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalContent, decorators: [{
|
|
720
740
|
type: Component,
|
|
721
741
|
args: [{
|
|
722
742
|
selector: 'bal-content',
|
|
723
743
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
724
744
|
template: '<ng-content></ng-content>',
|
|
745
|
+
standalone: false,
|
|
725
746
|
inputs: ['align', 'layout', 'space']
|
|
726
747
|
}]
|
|
727
|
-
}], ctorParameters:
|
|
748
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
728
749
|
let BalData = class BalData {
|
|
729
750
|
constructor(c, r, z) {
|
|
730
751
|
this.z = z;
|
|
731
752
|
c.detach();
|
|
732
753
|
this.el = r.nativeElement;
|
|
733
754
|
}
|
|
755
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalData, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
756
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalData, selector: "bal-data", inputs: { border: "border", horizontal: "horizontal" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
734
757
|
};
|
|
735
|
-
BalData.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalData, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
736
|
-
BalData.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalData, selector: "bal-data", inputs: { border: "border", horizontal: "horizontal" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
737
758
|
BalData = __decorate([
|
|
738
759
|
ProxyCmp({
|
|
739
760
|
inputs: ['border', 'horizontal'],
|
|
@@ -741,24 +762,25 @@ BalData = __decorate([
|
|
|
741
762
|
}),
|
|
742
763
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
743
764
|
], BalData);
|
|
744
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
765
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalData, decorators: [{
|
|
745
766
|
type: Component,
|
|
746
767
|
args: [{
|
|
747
768
|
selector: 'bal-data',
|
|
748
769
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
749
770
|
template: '<ng-content></ng-content>',
|
|
771
|
+
standalone: false,
|
|
750
772
|
inputs: ['border', 'horizontal']
|
|
751
773
|
}]
|
|
752
|
-
}], ctorParameters:
|
|
774
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
753
775
|
let BalDataItem = class BalDataItem {
|
|
754
776
|
constructor(c, r, z) {
|
|
755
777
|
this.z = z;
|
|
756
778
|
c.detach();
|
|
757
779
|
this.el = r.nativeElement;
|
|
758
780
|
}
|
|
781
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalDataItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
782
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalDataItem, selector: "bal-data-item", inputs: { border: "border", disabled: "disabled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
759
783
|
};
|
|
760
|
-
BalDataItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalDataItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
761
|
-
BalDataItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalDataItem, selector: "bal-data-item", inputs: { border: "border", disabled: "disabled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
762
784
|
BalDataItem = __decorate([
|
|
763
785
|
ProxyCmp({
|
|
764
786
|
inputs: ['border', 'disabled'],
|
|
@@ -766,24 +788,25 @@ BalDataItem = __decorate([
|
|
|
766
788
|
}),
|
|
767
789
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
768
790
|
], BalDataItem);
|
|
769
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
791
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalDataItem, decorators: [{
|
|
770
792
|
type: Component,
|
|
771
793
|
args: [{
|
|
772
794
|
selector: 'bal-data-item',
|
|
773
795
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
774
796
|
template: '<ng-content></ng-content>',
|
|
797
|
+
standalone: false,
|
|
775
798
|
inputs: ['border', 'disabled']
|
|
776
799
|
}]
|
|
777
|
-
}], ctorParameters:
|
|
800
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
778
801
|
let BalDataLabel = class BalDataLabel {
|
|
779
802
|
constructor(c, r, z) {
|
|
780
803
|
this.z = z;
|
|
781
804
|
c.detach();
|
|
782
805
|
this.el = r.nativeElement;
|
|
783
806
|
}
|
|
807
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalDataLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
808
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalDataLabel, selector: "bal-data-label", inputs: { required: "required" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
784
809
|
};
|
|
785
|
-
BalDataLabel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalDataLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
786
|
-
BalDataLabel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalDataLabel, selector: "bal-data-label", inputs: { required: "required" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
787
810
|
BalDataLabel = __decorate([
|
|
788
811
|
ProxyCmp({
|
|
789
812
|
inputs: ['required'],
|
|
@@ -791,15 +814,16 @@ BalDataLabel = __decorate([
|
|
|
791
814
|
}),
|
|
792
815
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
793
816
|
], BalDataLabel);
|
|
794
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
817
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalDataLabel, decorators: [{
|
|
795
818
|
type: Component,
|
|
796
819
|
args: [{
|
|
797
820
|
selector: 'bal-data-label',
|
|
798
821
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
799
822
|
template: '<ng-content></ng-content>',
|
|
823
|
+
standalone: false,
|
|
800
824
|
inputs: ['required']
|
|
801
825
|
}]
|
|
802
|
-
}], ctorParameters:
|
|
826
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
803
827
|
let BalDataValue = class BalDataValue {
|
|
804
828
|
constructor(c, r, z) {
|
|
805
829
|
this.z = z;
|
|
@@ -807,9 +831,9 @@ let BalDataValue = class BalDataValue {
|
|
|
807
831
|
this.el = r.nativeElement;
|
|
808
832
|
proxyOutputs(this, this.el, ['balClick', 'balFocus', 'balBlur']);
|
|
809
833
|
}
|
|
834
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalDataValue, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
835
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalDataValue, selector: "bal-data-value", inputs: { disabled: "disabled", editable: "editable", multiline: "multiline" }, outputs: { balClick: "balClick", balFocus: "balFocus", balBlur: "balBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
810
836
|
};
|
|
811
|
-
BalDataValue.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalDataValue, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
812
|
-
BalDataValue.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalDataValue, selector: "bal-data-value", inputs: { disabled: "disabled", editable: "editable", multiline: "multiline" }, outputs: { balClick: "balClick", balFocus: "balFocus", balBlur: "balBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
813
837
|
BalDataValue = __decorate([
|
|
814
838
|
ProxyCmp({
|
|
815
839
|
inputs: ['disabled', 'editable', 'multiline'],
|
|
@@ -817,16 +841,17 @@ BalDataValue = __decorate([
|
|
|
817
841
|
}),
|
|
818
842
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
819
843
|
], BalDataValue);
|
|
820
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
844
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalDataValue, decorators: [{
|
|
821
845
|
type: Component,
|
|
822
846
|
args: [{
|
|
823
847
|
selector: 'bal-data-value',
|
|
824
848
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
825
849
|
template: '<ng-content></ng-content>',
|
|
850
|
+
standalone: false,
|
|
826
851
|
inputs: ['disabled', 'editable', 'multiline'],
|
|
827
852
|
outputs: ['balClick', 'balFocus', 'balBlur']
|
|
828
853
|
}]
|
|
829
|
-
}], ctorParameters:
|
|
854
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
830
855
|
let BalDate = class BalDate {
|
|
831
856
|
constructor(c, r, z) {
|
|
832
857
|
this.z = z;
|
|
@@ -834,9 +859,9 @@ let BalDate = class BalDate {
|
|
|
834
859
|
this.el = r.nativeElement;
|
|
835
860
|
proxyOutputs(this, this.el, ['balInput', 'balChange', 'balWillAnimate', 'balDidAnimate', 'balBlur', 'balFocus', 'balInputClick', 'balIconClick']);
|
|
836
861
|
}
|
|
862
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalDate, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
863
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalDate, selector: "bal-date", inputs: { allowInvalidValue: "allowInvalidValue", allowedDates: "allowedDates", autoInvalidOff: "autoInvalidOff", autocomplete: "autocomplete", closeOnSelect: "closeOnSelect", debounce: "debounce", defaultDate: "defaultDate", disabled: "disabled", freeSolo: "freeSolo", invalid: "invalid", max: "max", maxYearProp: "maxYearProp", min: "min", minYearProp: "minYearProp", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", triggerIcon: "triggerIcon", value: "value" }, outputs: { balInput: "balInput", balChange: "balChange", balWillAnimate: "balWillAnimate", balDidAnimate: "balDidAnimate", balBlur: "balBlur", balFocus: "balFocus", balInputClick: "balInputClick", balIconClick: "balIconClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
837
864
|
};
|
|
838
|
-
BalDate.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalDate, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
839
|
-
BalDate.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalDate, selector: "bal-date", inputs: { allowInvalidValue: "allowInvalidValue", allowedDates: "allowedDates", autoInvalidOff: "autoInvalidOff", autocomplete: "autocomplete", closeOnSelect: "closeOnSelect", debounce: "debounce", defaultDate: "defaultDate", disabled: "disabled", freeSolo: "freeSolo", invalid: "invalid", max: "max", maxYearProp: "maxYearProp", min: "min", minYearProp: "minYearProp", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", triggerIcon: "triggerIcon", value: "value" }, outputs: { balInput: "balInput", balChange: "balChange", balWillAnimate: "balWillAnimate", balDidAnimate: "balDidAnimate", balBlur: "balBlur", balFocus: "balFocus", balInputClick: "balInputClick", balIconClick: "balIconClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
840
865
|
BalDate = __decorate([
|
|
841
866
|
ProxyCmp({
|
|
842
867
|
inputs: ['allowInvalidValue', 'allowedDates', 'autoInvalidOff', 'autocomplete', 'closeOnSelect', 'debounce', 'defaultDate', 'disabled', 'freeSolo', 'invalid', 'max', 'maxYearProp', 'min', 'minYearProp', 'name', 'placeholder', 'readonly', 'required', 'triggerIcon', 'value'],
|
|
@@ -845,16 +870,17 @@ BalDate = __decorate([
|
|
|
845
870
|
}),
|
|
846
871
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
847
872
|
], BalDate);
|
|
848
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
873
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalDate, decorators: [{
|
|
849
874
|
type: Component,
|
|
850
875
|
args: [{
|
|
851
876
|
selector: 'bal-date',
|
|
852
877
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
853
878
|
template: '<ng-content></ng-content>',
|
|
879
|
+
standalone: false,
|
|
854
880
|
inputs: ['allowInvalidValue', 'allowedDates', 'autoInvalidOff', 'autocomplete', 'closeOnSelect', 'debounce', 'defaultDate', 'disabled', 'freeSolo', 'invalid', 'max', 'maxYearProp', 'min', 'minYearProp', 'name', 'placeholder', 'readonly', 'required', 'triggerIcon', 'value'],
|
|
855
881
|
outputs: ['balInput', 'balChange', 'balWillAnimate', 'balDidAnimate', 'balBlur', 'balFocus', 'balInputClick', 'balIconClick']
|
|
856
882
|
}]
|
|
857
|
-
}], ctorParameters:
|
|
883
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
858
884
|
let BalDateCalendar = class BalDateCalendar {
|
|
859
885
|
constructor(c, r, z) {
|
|
860
886
|
this.z = z;
|
|
@@ -862,9 +888,9 @@ let BalDateCalendar = class BalDateCalendar {
|
|
|
862
888
|
this.el = r.nativeElement;
|
|
863
889
|
proxyOutputs(this, this.el, ['balChange']);
|
|
864
890
|
}
|
|
891
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalDateCalendar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
892
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalDateCalendar, selector: "bal-date-calendar", inputs: { allowedDates: "allowedDates", defaultDate: "defaultDate", max: "max", maxYearProp: "maxYearProp", min: "min", minYearProp: "minYearProp", value: "value" }, outputs: { balChange: "balChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
865
893
|
};
|
|
866
|
-
BalDateCalendar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalDateCalendar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
867
|
-
BalDateCalendar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalDateCalendar, selector: "bal-date-calendar", inputs: { allowedDates: "allowedDates", defaultDate: "defaultDate", max: "max", maxYearProp: "maxYearProp", min: "min", minYearProp: "minYearProp", value: "value" }, outputs: { balChange: "balChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
868
894
|
BalDateCalendar = __decorate([
|
|
869
895
|
ProxyCmp({
|
|
870
896
|
inputs: ['allowedDates', 'defaultDate', 'max', 'maxYearProp', 'min', 'minYearProp', 'value'],
|
|
@@ -872,16 +898,17 @@ BalDateCalendar = __decorate([
|
|
|
872
898
|
}),
|
|
873
899
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
874
900
|
], BalDateCalendar);
|
|
875
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
901
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalDateCalendar, decorators: [{
|
|
876
902
|
type: Component,
|
|
877
903
|
args: [{
|
|
878
904
|
selector: 'bal-date-calendar',
|
|
879
905
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
880
906
|
template: '<ng-content></ng-content>',
|
|
907
|
+
standalone: false,
|
|
881
908
|
inputs: ['allowedDates', 'defaultDate', 'max', 'maxYearProp', 'min', 'minYearProp', 'value'],
|
|
882
909
|
outputs: ['balChange']
|
|
883
910
|
}]
|
|
884
|
-
}], ctorParameters:
|
|
911
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
885
912
|
let BalDateCalendarCell = class BalDateCalendarCell {
|
|
886
913
|
constructor(c, r, z) {
|
|
887
914
|
this.z = z;
|
|
@@ -889,9 +916,9 @@ let BalDateCalendarCell = class BalDateCalendarCell {
|
|
|
889
916
|
this.el = r.nativeElement;
|
|
890
917
|
proxyOutputs(this, this.el, ['balSelectDay']);
|
|
891
918
|
}
|
|
919
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalDateCalendarCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
920
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalDateCalendarCell, selector: "bal-date-calendar-cell", inputs: { day: "day", disabled: "disabled", fullDate: "fullDate", isoDate: "isoDate", month: "month", selected: "selected", today: "today", year: "year" }, outputs: { balSelectDay: "balSelectDay" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
892
921
|
};
|
|
893
|
-
BalDateCalendarCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalDateCalendarCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
894
|
-
BalDateCalendarCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalDateCalendarCell, selector: "bal-date-calendar-cell", inputs: { day: "day", disabled: "disabled", fullDate: "fullDate", isoDate: "isoDate", month: "month", selected: "selected", today: "today", year: "year" }, outputs: { balSelectDay: "balSelectDay" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
895
922
|
BalDateCalendarCell = __decorate([
|
|
896
923
|
ProxyCmp({
|
|
897
924
|
inputs: ['day', 'disabled', 'fullDate', 'isoDate', 'month', 'selected', 'today', 'year'],
|
|
@@ -899,25 +926,26 @@ BalDateCalendarCell = __decorate([
|
|
|
899
926
|
}),
|
|
900
927
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
901
928
|
], BalDateCalendarCell);
|
|
902
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
929
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalDateCalendarCell, decorators: [{
|
|
903
930
|
type: Component,
|
|
904
931
|
args: [{
|
|
905
932
|
selector: 'bal-date-calendar-cell',
|
|
906
933
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
907
934
|
template: '<ng-content></ng-content>',
|
|
935
|
+
standalone: false,
|
|
908
936
|
inputs: ['day', 'disabled', 'fullDate', 'isoDate', 'month', 'selected', 'today', 'year'],
|
|
909
937
|
outputs: ['balSelectDay']
|
|
910
938
|
}]
|
|
911
|
-
}], ctorParameters:
|
|
939
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
912
940
|
let BalDivider = class BalDivider {
|
|
913
941
|
constructor(c, r, z) {
|
|
914
942
|
this.z = z;
|
|
915
943
|
c.detach();
|
|
916
944
|
this.el = r.nativeElement;
|
|
917
945
|
}
|
|
946
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
947
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalDivider, selector: "bal-divider", inputs: { borderStyle: "borderStyle", color: "color", layout: "layout", space: "space" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
918
948
|
};
|
|
919
|
-
BalDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
920
|
-
BalDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalDivider, selector: "bal-divider", inputs: { borderStyle: "borderStyle", color: "color", layout: "layout", space: "space" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
921
949
|
BalDivider = __decorate([
|
|
922
950
|
ProxyCmp({
|
|
923
951
|
inputs: ['borderStyle', 'color', 'layout', 'space'],
|
|
@@ -925,15 +953,16 @@ BalDivider = __decorate([
|
|
|
925
953
|
}),
|
|
926
954
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
927
955
|
], BalDivider);
|
|
928
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
956
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalDivider, decorators: [{
|
|
929
957
|
type: Component,
|
|
930
958
|
args: [{
|
|
931
959
|
selector: 'bal-divider',
|
|
932
960
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
933
961
|
template: '<ng-content></ng-content>',
|
|
962
|
+
standalone: false,
|
|
934
963
|
inputs: ['borderStyle', 'color', 'layout', 'space']
|
|
935
964
|
}]
|
|
936
|
-
}], ctorParameters:
|
|
965
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
937
966
|
let BalDropdown = class BalDropdown {
|
|
938
967
|
constructor(c, r, z) {
|
|
939
968
|
this.z = z;
|
|
@@ -941,9 +970,9 @@ let BalDropdown = class BalDropdown {
|
|
|
941
970
|
this.el = r.nativeElement;
|
|
942
971
|
proxyOutputs(this, this.el, ['balChange', 'balFocus', 'balBlur']);
|
|
943
972
|
}
|
|
973
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
974
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalDropdown, selector: "bal-dropdown", inputs: { autocomplete: "autocomplete", chips: "chips", clearable: "clearable", contentHeight: "contentHeight", disabled: "disabled", filter: "filter", icon: "icon", inlineLabel: "inlineLabel", invalid: "invalid", loading: "loading", multiple: "multiple", name: "name", options: "options", placeholder: "placeholder", readonly: "readonly", required: "required", size: "size", theme: "theme", value: "value" }, outputs: { balChange: "balChange", balFocus: "balFocus", balBlur: "balBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
944
975
|
};
|
|
945
|
-
BalDropdown.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
946
|
-
BalDropdown.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalDropdown, selector: "bal-dropdown", inputs: { autocomplete: "autocomplete", chips: "chips", clearable: "clearable", contentHeight: "contentHeight", disabled: "disabled", filter: "filter", icon: "icon", inlineLabel: "inlineLabel", invalid: "invalid", loading: "loading", multiple: "multiple", name: "name", options: "options", placeholder: "placeholder", readonly: "readonly", required: "required", size: "size", theme: "theme", value: "value" }, outputs: { balChange: "balChange", balFocus: "balFocus", balBlur: "balBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
947
976
|
BalDropdown = __decorate([
|
|
948
977
|
ProxyCmp({
|
|
949
978
|
inputs: ['autocomplete', 'chips', 'clearable', 'contentHeight', 'disabled', 'filter', 'icon', 'inlineLabel', 'invalid', 'loading', 'multiple', 'name', 'options', 'placeholder', 'readonly', 'required', 'size', 'theme', 'value'],
|
|
@@ -952,16 +981,17 @@ BalDropdown = __decorate([
|
|
|
952
981
|
}),
|
|
953
982
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
954
983
|
], BalDropdown);
|
|
955
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
984
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalDropdown, decorators: [{
|
|
956
985
|
type: Component,
|
|
957
986
|
args: [{
|
|
958
987
|
selector: 'bal-dropdown',
|
|
959
988
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
960
989
|
template: '<ng-content></ng-content>',
|
|
990
|
+
standalone: false,
|
|
961
991
|
inputs: ['autocomplete', 'chips', 'clearable', 'contentHeight', 'disabled', 'filter', 'icon', 'inlineLabel', 'invalid', 'loading', 'multiple', 'name', 'options', 'placeholder', 'readonly', 'required', 'size', 'theme', 'value'],
|
|
962
992
|
outputs: ['balChange', 'balFocus', 'balBlur']
|
|
963
993
|
}]
|
|
964
|
-
}], ctorParameters:
|
|
994
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
965
995
|
let BalField = class BalField {
|
|
966
996
|
constructor(c, r, z) {
|
|
967
997
|
this.z = z;
|
|
@@ -969,9 +999,9 @@ let BalField = class BalField {
|
|
|
969
999
|
this.el = r.nativeElement;
|
|
970
1000
|
proxyOutputs(this, this.el, ['balFormControlDidLoad']);
|
|
971
1001
|
}
|
|
1002
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalField, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1003
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalField, selector: "bal-field", inputs: { disabled: "disabled", horizontal: "horizontal", invalid: "invalid", loading: "loading", readonly: "readonly", required: "required", valid: "valid" }, outputs: { balFormControlDidLoad: "balFormControlDidLoad" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
972
1004
|
};
|
|
973
|
-
BalField.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalField, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
974
|
-
BalField.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalField, selector: "bal-field", inputs: { disabled: "disabled", horizontal: "horizontal", invalid: "invalid", loading: "loading", readonly: "readonly", required: "required", valid: "valid" }, outputs: { balFormControlDidLoad: "balFormControlDidLoad" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
975
1005
|
BalField = __decorate([
|
|
976
1006
|
ProxyCmp({
|
|
977
1007
|
inputs: ['disabled', 'horizontal', 'invalid', 'loading', 'readonly', 'required', 'valid'],
|
|
@@ -979,25 +1009,26 @@ BalField = __decorate([
|
|
|
979
1009
|
}),
|
|
980
1010
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
981
1011
|
], BalField);
|
|
982
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1012
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalField, decorators: [{
|
|
983
1013
|
type: Component,
|
|
984
1014
|
args: [{
|
|
985
1015
|
selector: 'bal-field',
|
|
986
1016
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
987
1017
|
template: '<ng-content></ng-content>',
|
|
1018
|
+
standalone: false,
|
|
988
1019
|
inputs: ['disabled', 'horizontal', 'invalid', 'loading', 'readonly', 'required', 'valid'],
|
|
989
1020
|
outputs: ['balFormControlDidLoad']
|
|
990
1021
|
}]
|
|
991
|
-
}], ctorParameters:
|
|
1022
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
992
1023
|
let BalFieldControl = class BalFieldControl {
|
|
993
1024
|
constructor(c, r, z) {
|
|
994
1025
|
this.z = z;
|
|
995
1026
|
c.detach();
|
|
996
1027
|
this.el = r.nativeElement;
|
|
997
1028
|
}
|
|
1029
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalFieldControl, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1030
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalFieldControl, selector: "bal-field-control", inputs: { expandedOnMobile: "expandedOnMobile", iconLeft: "iconLeft", iconRight: "iconRight", loading: "loading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
998
1031
|
};
|
|
999
|
-
BalFieldControl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalFieldControl, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1000
|
-
BalFieldControl.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalFieldControl, selector: "bal-field-control", inputs: { expandedOnMobile: "expandedOnMobile", iconLeft: "iconLeft", iconRight: "iconRight", loading: "loading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1001
1032
|
BalFieldControl = __decorate([
|
|
1002
1033
|
ProxyCmp({
|
|
1003
1034
|
inputs: ['expandedOnMobile', 'iconLeft', 'iconRight', 'loading'],
|
|
@@ -1005,24 +1036,25 @@ BalFieldControl = __decorate([
|
|
|
1005
1036
|
}),
|
|
1006
1037
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1007
1038
|
], BalFieldControl);
|
|
1008
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1039
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalFieldControl, decorators: [{
|
|
1009
1040
|
type: Component,
|
|
1010
1041
|
args: [{
|
|
1011
1042
|
selector: 'bal-field-control',
|
|
1012
1043
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1013
1044
|
template: '<ng-content></ng-content>',
|
|
1045
|
+
standalone: false,
|
|
1014
1046
|
inputs: ['expandedOnMobile', 'iconLeft', 'iconRight', 'loading']
|
|
1015
1047
|
}]
|
|
1016
|
-
}], ctorParameters:
|
|
1048
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1017
1049
|
let BalFieldHint = class BalFieldHint {
|
|
1018
1050
|
constructor(c, r, z) {
|
|
1019
1051
|
this.z = z;
|
|
1020
1052
|
c.detach();
|
|
1021
1053
|
this.el = r.nativeElement;
|
|
1022
1054
|
}
|
|
1055
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalFieldHint, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1056
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalFieldHint, selector: "bal-field-hint", inputs: { closeLabel: "closeLabel", small: "small", subject: "subject" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1023
1057
|
};
|
|
1024
|
-
BalFieldHint.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalFieldHint, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1025
|
-
BalFieldHint.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalFieldHint, selector: "bal-field-hint", inputs: { closeLabel: "closeLabel", small: "small", subject: "subject" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1026
1058
|
BalFieldHint = __decorate([
|
|
1027
1059
|
ProxyCmp({
|
|
1028
1060
|
inputs: ['closeLabel', 'small', 'subject'],
|
|
@@ -1030,24 +1062,25 @@ BalFieldHint = __decorate([
|
|
|
1030
1062
|
}),
|
|
1031
1063
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1032
1064
|
], BalFieldHint);
|
|
1033
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1065
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalFieldHint, decorators: [{
|
|
1034
1066
|
type: Component,
|
|
1035
1067
|
args: [{
|
|
1036
1068
|
selector: 'bal-field-hint',
|
|
1037
1069
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1038
1070
|
template: '<ng-content></ng-content>',
|
|
1071
|
+
standalone: false,
|
|
1039
1072
|
inputs: ['closeLabel', 'small', 'subject']
|
|
1040
1073
|
}]
|
|
1041
|
-
}], ctorParameters:
|
|
1074
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1042
1075
|
let BalFieldLabel = class BalFieldLabel {
|
|
1043
1076
|
constructor(c, r, z) {
|
|
1044
1077
|
this.z = z;
|
|
1045
1078
|
c.detach();
|
|
1046
1079
|
this.el = r.nativeElement;
|
|
1047
1080
|
}
|
|
1081
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalFieldLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1082
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalFieldLabel, selector: "bal-field-label", inputs: { disabled: "disabled", htmlFor: "htmlFor", invalid: "invalid", readonly: "readonly", required: "required", size: "size", valid: "valid", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1048
1083
|
};
|
|
1049
|
-
BalFieldLabel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalFieldLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1050
|
-
BalFieldLabel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalFieldLabel, selector: "bal-field-label", inputs: { disabled: "disabled", htmlFor: "htmlFor", invalid: "invalid", readonly: "readonly", required: "required", size: "size", valid: "valid", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1051
1084
|
BalFieldLabel = __decorate([
|
|
1052
1085
|
ProxyCmp({
|
|
1053
1086
|
inputs: ['disabled', 'htmlFor', 'invalid', 'readonly', 'required', 'size', 'valid', 'weight'],
|
|
@@ -1055,24 +1088,25 @@ BalFieldLabel = __decorate([
|
|
|
1055
1088
|
}),
|
|
1056
1089
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1057
1090
|
], BalFieldLabel);
|
|
1058
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1091
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalFieldLabel, decorators: [{
|
|
1059
1092
|
type: Component,
|
|
1060
1093
|
args: [{
|
|
1061
1094
|
selector: 'bal-field-label',
|
|
1062
1095
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1063
1096
|
template: '<ng-content></ng-content>',
|
|
1097
|
+
standalone: false,
|
|
1064
1098
|
inputs: ['disabled', 'htmlFor', 'invalid', 'readonly', 'required', 'size', 'valid', 'weight']
|
|
1065
1099
|
}]
|
|
1066
|
-
}], ctorParameters:
|
|
1100
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1067
1101
|
let BalFieldMessage = class BalFieldMessage {
|
|
1068
1102
|
constructor(c, r, z) {
|
|
1069
1103
|
this.z = z;
|
|
1070
1104
|
c.detach();
|
|
1071
1105
|
this.el = r.nativeElement;
|
|
1072
1106
|
}
|
|
1107
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalFieldMessage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1108
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalFieldMessage, selector: "bal-field-message", inputs: { color: "color", disabled: "disabled", invalid: "invalid", readonly: "readonly", valid: "valid" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1073
1109
|
};
|
|
1074
|
-
BalFieldMessage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalFieldMessage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1075
|
-
BalFieldMessage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalFieldMessage, selector: "bal-field-message", inputs: { color: "color", disabled: "disabled", invalid: "invalid", readonly: "readonly", valid: "valid" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1076
1110
|
BalFieldMessage = __decorate([
|
|
1077
1111
|
ProxyCmp({
|
|
1078
1112
|
inputs: ['color', 'disabled', 'invalid', 'readonly', 'valid'],
|
|
@@ -1080,15 +1114,16 @@ BalFieldMessage = __decorate([
|
|
|
1080
1114
|
}),
|
|
1081
1115
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1082
1116
|
], BalFieldMessage);
|
|
1083
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1117
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalFieldMessage, decorators: [{
|
|
1084
1118
|
type: Component,
|
|
1085
1119
|
args: [{
|
|
1086
1120
|
selector: 'bal-field-message',
|
|
1087
1121
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1088
1122
|
template: '<ng-content></ng-content>',
|
|
1123
|
+
standalone: false,
|
|
1089
1124
|
inputs: ['color', 'disabled', 'invalid', 'readonly', 'valid']
|
|
1090
1125
|
}]
|
|
1091
|
-
}], ctorParameters:
|
|
1126
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1092
1127
|
let BalFileUpload = class BalFileUpload {
|
|
1093
1128
|
constructor(c, r, z) {
|
|
1094
1129
|
this.z = z;
|
|
@@ -1096,9 +1131,9 @@ let BalFileUpload = class BalFileUpload {
|
|
|
1096
1131
|
this.el = r.nativeElement;
|
|
1097
1132
|
proxyOutputs(this, this.el, ['balChange', 'balFilesAdded', 'balFilesRemoved', 'balRejectedFile', 'balInputClick', 'balBlur', 'balFocus']);
|
|
1098
1133
|
}
|
|
1134
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalFileUpload, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1135
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalFileUpload, selector: "bal-file-upload", inputs: { accept: "accept", autoInvalidOff: "autoInvalidOff", disabled: "disabled", hasFileList: "hasFileList", invalid: "invalid", label: "label", loading: "loading", maxBundleSize: "maxBundleSize", maxFileSize: "maxFileSize", maxFiles: "maxFiles", multiple: "multiple", name: "name", readonly: "readonly", required: "required", subTitle: "subTitle", value: "value" }, outputs: { balChange: "balChange", balFilesAdded: "balFilesAdded", balFilesRemoved: "balFilesRemoved", balRejectedFile: "balRejectedFile", balInputClick: "balInputClick", balBlur: "balBlur", balFocus: "balFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1099
1136
|
};
|
|
1100
|
-
BalFileUpload.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalFileUpload, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1101
|
-
BalFileUpload.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalFileUpload, selector: "bal-file-upload", inputs: { accept: "accept", autoInvalidOff: "autoInvalidOff", disabled: "disabled", hasFileList: "hasFileList", invalid: "invalid", label: "label", loading: "loading", maxBundleSize: "maxBundleSize", maxFileSize: "maxFileSize", maxFiles: "maxFiles", multiple: "multiple", name: "name", readonly: "readonly", required: "required", subTitle: "subTitle", value: "value" }, outputs: { balChange: "balChange", balFilesAdded: "balFilesAdded", balFilesRemoved: "balFilesRemoved", balRejectedFile: "balRejectedFile", balInputClick: "balInputClick", balBlur: "balBlur", balFocus: "balFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1102
1137
|
BalFileUpload = __decorate([
|
|
1103
1138
|
ProxyCmp({
|
|
1104
1139
|
inputs: ['accept', 'autoInvalidOff', 'disabled', 'hasFileList', 'invalid', 'label', 'loading', 'maxBundleSize', 'maxFileSize', 'maxFiles', 'multiple', 'name', 'readonly', 'required', 'subTitle', 'value'],
|
|
@@ -1107,25 +1142,26 @@ BalFileUpload = __decorate([
|
|
|
1107
1142
|
}),
|
|
1108
1143
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1109
1144
|
], BalFileUpload);
|
|
1110
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1145
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalFileUpload, decorators: [{
|
|
1111
1146
|
type: Component,
|
|
1112
1147
|
args: [{
|
|
1113
1148
|
selector: 'bal-file-upload',
|
|
1114
1149
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1115
1150
|
template: '<ng-content></ng-content>',
|
|
1151
|
+
standalone: false,
|
|
1116
1152
|
inputs: ['accept', 'autoInvalidOff', 'disabled', 'hasFileList', 'invalid', 'label', 'loading', 'maxBundleSize', 'maxFileSize', 'maxFiles', 'multiple', 'name', 'readonly', 'required', 'subTitle', 'value'],
|
|
1117
1153
|
outputs: ['balChange', 'balFilesAdded', 'balFilesRemoved', 'balRejectedFile', 'balInputClick', 'balBlur', 'balFocus']
|
|
1118
1154
|
}]
|
|
1119
|
-
}], ctorParameters:
|
|
1155
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1120
1156
|
let BalFooter = class BalFooter {
|
|
1121
1157
|
constructor(c, r, z) {
|
|
1122
1158
|
this.z = z;
|
|
1123
1159
|
c.detach();
|
|
1124
1160
|
this.el = r.nativeElement;
|
|
1125
1161
|
}
|
|
1162
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1163
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalFooter, selector: "bal-footer", inputs: { hideLanguageSelection: "hideLanguageSelection", hideLinks: "hideLinks", overrideLinks: "overrideLinks", showSocialMedia: "showSocialMedia" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1126
1164
|
};
|
|
1127
|
-
BalFooter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1128
|
-
BalFooter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalFooter, selector: "bal-footer", inputs: { hideLanguageSelection: "hideLanguageSelection", hideLinks: "hideLinks", overrideLinks: "overrideLinks", showSocialMedia: "showSocialMedia" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1129
1165
|
BalFooter = __decorate([
|
|
1130
1166
|
ProxyCmp({
|
|
1131
1167
|
inputs: ['hideLanguageSelection', 'hideLinks', 'overrideLinks', 'showSocialMedia'],
|
|
@@ -1133,24 +1169,25 @@ BalFooter = __decorate([
|
|
|
1133
1169
|
}),
|
|
1134
1170
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1135
1171
|
], BalFooter);
|
|
1136
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1172
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalFooter, decorators: [{
|
|
1137
1173
|
type: Component,
|
|
1138
1174
|
args: [{
|
|
1139
1175
|
selector: 'bal-footer',
|
|
1140
1176
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1141
1177
|
template: '<ng-content></ng-content>',
|
|
1178
|
+
standalone: false,
|
|
1142
1179
|
inputs: ['hideLanguageSelection', 'hideLinks', 'overrideLinks', 'showSocialMedia']
|
|
1143
1180
|
}]
|
|
1144
|
-
}], ctorParameters:
|
|
1181
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1145
1182
|
let BalForm = class BalForm {
|
|
1146
1183
|
constructor(c, r, z) {
|
|
1147
1184
|
this.z = z;
|
|
1148
1185
|
c.detach();
|
|
1149
1186
|
this.el = r.nativeElement;
|
|
1150
1187
|
}
|
|
1188
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalForm, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1189
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalForm, selector: "bal-form", inputs: { formClass: "formClass", native: "native", novalidate: "novalidate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1151
1190
|
};
|
|
1152
|
-
BalForm.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalForm, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1153
|
-
BalForm.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalForm, selector: "bal-form", inputs: { formClass: "formClass", native: "native", novalidate: "novalidate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1154
1191
|
BalForm = __decorate([
|
|
1155
1192
|
ProxyCmp({
|
|
1156
1193
|
inputs: ['formClass', 'native', 'novalidate'],
|
|
@@ -1159,24 +1196,25 @@ BalForm = __decorate([
|
|
|
1159
1196
|
}),
|
|
1160
1197
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1161
1198
|
], BalForm);
|
|
1162
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1199
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalForm, decorators: [{
|
|
1163
1200
|
type: Component,
|
|
1164
1201
|
args: [{
|
|
1165
1202
|
selector: 'bal-form',
|
|
1166
1203
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1167
1204
|
template: '<ng-content></ng-content>',
|
|
1205
|
+
standalone: false,
|
|
1168
1206
|
inputs: ['formClass', 'native', 'novalidate']
|
|
1169
1207
|
}]
|
|
1170
|
-
}], ctorParameters:
|
|
1208
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1171
1209
|
let BalFormCol = class BalFormCol {
|
|
1172
1210
|
constructor(c, r, z) {
|
|
1173
1211
|
this.z = z;
|
|
1174
1212
|
c.detach();
|
|
1175
1213
|
this.el = r.nativeElement;
|
|
1176
1214
|
}
|
|
1215
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalFormCol, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1216
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalFormCol, selector: "bal-form-col", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1177
1217
|
};
|
|
1178
|
-
BalFormCol.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalFormCol, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1179
|
-
BalFormCol.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalFormCol, selector: "bal-form-col", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1180
1218
|
BalFormCol = __decorate([
|
|
1181
1219
|
ProxyCmp({
|
|
1182
1220
|
inputs: ['size'],
|
|
@@ -1184,47 +1222,49 @@ BalFormCol = __decorate([
|
|
|
1184
1222
|
}),
|
|
1185
1223
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1186
1224
|
], BalFormCol);
|
|
1187
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1225
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalFormCol, decorators: [{
|
|
1188
1226
|
type: Component,
|
|
1189
1227
|
args: [{
|
|
1190
1228
|
selector: 'bal-form-col',
|
|
1191
1229
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1192
1230
|
template: '<ng-content></ng-content>',
|
|
1231
|
+
standalone: false,
|
|
1193
1232
|
inputs: ['size']
|
|
1194
1233
|
}]
|
|
1195
|
-
}], ctorParameters:
|
|
1234
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1196
1235
|
let BalFormGrid = class BalFormGrid {
|
|
1197
1236
|
constructor(c, r, z) {
|
|
1198
1237
|
this.z = z;
|
|
1199
1238
|
c.detach();
|
|
1200
1239
|
this.el = r.nativeElement;
|
|
1201
1240
|
}
|
|
1241
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalFormGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1242
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalFormGrid, selector: "bal-form-grid", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1202
1243
|
};
|
|
1203
|
-
BalFormGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalFormGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1204
|
-
BalFormGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalFormGrid, selector: "bal-form-grid", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1205
1244
|
BalFormGrid = __decorate([
|
|
1206
1245
|
ProxyCmp({
|
|
1207
1246
|
defineCustomElementFn: defineCustomElement$E
|
|
1208
1247
|
}),
|
|
1209
1248
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1210
1249
|
], BalFormGrid);
|
|
1211
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1250
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalFormGrid, decorators: [{
|
|
1212
1251
|
type: Component,
|
|
1213
1252
|
args: [{
|
|
1214
1253
|
selector: 'bal-form-grid',
|
|
1215
1254
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1216
|
-
template: '<ng-content></ng-content>'
|
|
1255
|
+
template: '<ng-content></ng-content>',
|
|
1256
|
+
standalone: false
|
|
1217
1257
|
}]
|
|
1218
|
-
}], ctorParameters:
|
|
1258
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1219
1259
|
let BalHeading = class BalHeading {
|
|
1220
1260
|
constructor(c, r, z) {
|
|
1221
1261
|
this.z = z;
|
|
1222
1262
|
c.detach();
|
|
1223
1263
|
this.el = r.nativeElement;
|
|
1224
1264
|
}
|
|
1265
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalHeading, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1266
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalHeading, selector: "bal-heading", inputs: { autoLevel: "autoLevel", color: "color", inverted: "inverted", level: "level", noWrap: "noWrap", shadow: "shadow", space: "space", subtitle: "subtitle", visualLevel: "visualLevel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1225
1267
|
};
|
|
1226
|
-
BalHeading.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalHeading, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1227
|
-
BalHeading.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalHeading, selector: "bal-heading", inputs: { autoLevel: "autoLevel", color: "color", inverted: "inverted", level: "level", noWrap: "noWrap", shadow: "shadow", space: "space", subtitle: "subtitle", visualLevel: "visualLevel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1228
1268
|
BalHeading = __decorate([
|
|
1229
1269
|
ProxyCmp({
|
|
1230
1270
|
inputs: ['autoLevel', 'color', 'inverted', 'level', 'noWrap', 'shadow', 'space', 'subtitle', 'visualLevel'],
|
|
@@ -1232,24 +1272,25 @@ BalHeading = __decorate([
|
|
|
1232
1272
|
}),
|
|
1233
1273
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1234
1274
|
], BalHeading);
|
|
1235
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1275
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalHeading, decorators: [{
|
|
1236
1276
|
type: Component,
|
|
1237
1277
|
args: [{
|
|
1238
1278
|
selector: 'bal-heading',
|
|
1239
1279
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1240
1280
|
template: '<ng-content></ng-content>',
|
|
1281
|
+
standalone: false,
|
|
1241
1282
|
inputs: ['autoLevel', 'color', 'inverted', 'level', 'noWrap', 'shadow', 'space', 'subtitle', 'visualLevel']
|
|
1242
1283
|
}]
|
|
1243
|
-
}], ctorParameters:
|
|
1284
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1244
1285
|
let BalHint = class BalHint {
|
|
1245
1286
|
constructor(c, r, z) {
|
|
1246
1287
|
this.z = z;
|
|
1247
1288
|
c.detach();
|
|
1248
1289
|
this.el = r.nativeElement;
|
|
1249
1290
|
}
|
|
1291
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalHint, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1292
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalHint, selector: "bal-hint", inputs: { closeLabel: "closeLabel", small: "small" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1250
1293
|
};
|
|
1251
|
-
BalHint.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalHint, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1252
|
-
BalHint.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalHint, selector: "bal-hint", inputs: { closeLabel: "closeLabel", small: "small" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1253
1294
|
BalHint = __decorate([
|
|
1254
1295
|
ProxyCmp({
|
|
1255
1296
|
inputs: ['closeLabel', 'small'],
|
|
@@ -1258,70 +1299,73 @@ BalHint = __decorate([
|
|
|
1258
1299
|
}),
|
|
1259
1300
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1260
1301
|
], BalHint);
|
|
1261
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1302
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalHint, decorators: [{
|
|
1262
1303
|
type: Component,
|
|
1263
1304
|
args: [{
|
|
1264
1305
|
selector: 'bal-hint',
|
|
1265
1306
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1266
1307
|
template: '<ng-content></ng-content>',
|
|
1308
|
+
standalone: false,
|
|
1267
1309
|
inputs: ['closeLabel', 'small']
|
|
1268
1310
|
}]
|
|
1269
|
-
}], ctorParameters:
|
|
1311
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1270
1312
|
let BalHintText = class BalHintText {
|
|
1271
1313
|
constructor(c, r, z) {
|
|
1272
1314
|
this.z = z;
|
|
1273
1315
|
c.detach();
|
|
1274
1316
|
this.el = r.nativeElement;
|
|
1275
1317
|
}
|
|
1318
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalHintText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1319
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalHintText, selector: "bal-hint-text", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1276
1320
|
};
|
|
1277
|
-
BalHintText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalHintText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1278
|
-
BalHintText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalHintText, selector: "bal-hint-text", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1279
1321
|
BalHintText = __decorate([
|
|
1280
1322
|
ProxyCmp({
|
|
1281
1323
|
defineCustomElementFn: defineCustomElement$H
|
|
1282
1324
|
}),
|
|
1283
1325
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1284
1326
|
], BalHintText);
|
|
1285
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1327
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalHintText, decorators: [{
|
|
1286
1328
|
type: Component,
|
|
1287
1329
|
args: [{
|
|
1288
1330
|
selector: 'bal-hint-text',
|
|
1289
1331
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1290
|
-
template: '<ng-content></ng-content>'
|
|
1332
|
+
template: '<ng-content></ng-content>',
|
|
1333
|
+
standalone: false
|
|
1291
1334
|
}]
|
|
1292
|
-
}], ctorParameters:
|
|
1335
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1293
1336
|
let BalHintTitle = class BalHintTitle {
|
|
1294
1337
|
constructor(c, r, z) {
|
|
1295
1338
|
this.z = z;
|
|
1296
1339
|
c.detach();
|
|
1297
1340
|
this.el = r.nativeElement;
|
|
1298
1341
|
}
|
|
1342
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalHintTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1343
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalHintTitle, selector: "bal-hint-title", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1299
1344
|
};
|
|
1300
|
-
BalHintTitle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalHintTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1301
|
-
BalHintTitle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalHintTitle, selector: "bal-hint-title", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1302
1345
|
BalHintTitle = __decorate([
|
|
1303
1346
|
ProxyCmp({
|
|
1304
1347
|
defineCustomElementFn: defineCustomElement$I
|
|
1305
1348
|
}),
|
|
1306
1349
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1307
1350
|
], BalHintTitle);
|
|
1308
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1351
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalHintTitle, decorators: [{
|
|
1309
1352
|
type: Component,
|
|
1310
1353
|
args: [{
|
|
1311
1354
|
selector: 'bal-hint-title',
|
|
1312
1355
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1313
|
-
template: '<ng-content></ng-content>'
|
|
1356
|
+
template: '<ng-content></ng-content>',
|
|
1357
|
+
standalone: false
|
|
1314
1358
|
}]
|
|
1315
|
-
}], ctorParameters:
|
|
1359
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1316
1360
|
let BalIcon = class BalIcon {
|
|
1317
1361
|
constructor(c, r, z) {
|
|
1318
1362
|
this.z = z;
|
|
1319
1363
|
c.detach();
|
|
1320
1364
|
this.el = r.nativeElement;
|
|
1321
1365
|
}
|
|
1366
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1367
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalIcon, selector: "bal-icon", inputs: { color: "color", disabled: "disabled", inline: "inline", invalid: "invalid", inverted: "inverted", name: "name", shadow: "shadow", size: "size", svg: "svg", turn: "turn" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1322
1368
|
};
|
|
1323
|
-
BalIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1324
|
-
BalIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalIcon, selector: "bal-icon", inputs: { color: "color", disabled: "disabled", inline: "inline", invalid: "invalid", inverted: "inverted", name: "name", shadow: "shadow", size: "size", svg: "svg", turn: "turn" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1325
1369
|
BalIcon = __decorate([
|
|
1326
1370
|
ProxyCmp({
|
|
1327
1371
|
inputs: ['color', 'disabled', 'inline', 'invalid', 'inverted', 'name', 'shadow', 'size', 'svg', 'turn'],
|
|
@@ -1329,15 +1373,16 @@ BalIcon = __decorate([
|
|
|
1329
1373
|
}),
|
|
1330
1374
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1331
1375
|
], BalIcon);
|
|
1332
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1376
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalIcon, decorators: [{
|
|
1333
1377
|
type: Component,
|
|
1334
1378
|
args: [{
|
|
1335
1379
|
selector: 'bal-icon',
|
|
1336
1380
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1337
1381
|
template: '<ng-content></ng-content>',
|
|
1382
|
+
standalone: false,
|
|
1338
1383
|
inputs: ['color', 'disabled', 'inline', 'invalid', 'inverted', 'name', 'shadow', 'size', 'svg', 'turn']
|
|
1339
1384
|
}]
|
|
1340
|
-
}], ctorParameters:
|
|
1385
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1341
1386
|
let BalInput = class BalInput {
|
|
1342
1387
|
constructor(c, r, z) {
|
|
1343
1388
|
this.z = z;
|
|
@@ -1345,9 +1390,9 @@ let BalInput = class BalInput {
|
|
|
1345
1390
|
this.el = r.nativeElement;
|
|
1346
1391
|
proxyOutputs(this, this.el, ['balInput', 'balBlur', 'balKeyPress', 'balFocus', 'balChange']);
|
|
1347
1392
|
}
|
|
1393
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1394
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalInput, selector: "bal-input", inputs: { accept: "accept", allowedKeyPress: "allowedKeyPress", autoInvalidOff: "autoInvalidOff", autocapitalize: "autocapitalize", autocomplete: "autocomplete", autocorrect: "autocorrect", autofocus: "autofocus", clickable: "clickable", debounce: "debounce", disabled: "disabled", inputmode: "inputmode", invalid: "invalid", mask: "mask", max: "max", maxLength: "maxLength", min: "min", minLength: "minLength", multiple: "multiple", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", spellcheck: "spellcheck", suffix: "suffix", textAlign: "textAlign", type: "type", value: "value" }, outputs: { balInput: "balInput", balBlur: "balBlur", balKeyPress: "balKeyPress", balFocus: "balFocus", balChange: "balChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1348
1395
|
};
|
|
1349
|
-
BalInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1350
|
-
BalInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalInput, selector: "bal-input", inputs: { accept: "accept", allowedKeyPress: "allowedKeyPress", autoInvalidOff: "autoInvalidOff", autocapitalize: "autocapitalize", autocomplete: "autocomplete", autocorrect: "autocorrect", autofocus: "autofocus", clickable: "clickable", debounce: "debounce", disabled: "disabled", inputmode: "inputmode", invalid: "invalid", mask: "mask", max: "max", maxLength: "maxLength", min: "min", minLength: "minLength", multiple: "multiple", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", spellcheck: "spellcheck", suffix: "suffix", textAlign: "textAlign", type: "type", value: "value" }, outputs: { balInput: "balInput", balBlur: "balBlur", balKeyPress: "balKeyPress", balFocus: "balFocus", balChange: "balChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1351
1396
|
BalInput = __decorate([
|
|
1352
1397
|
ProxyCmp({
|
|
1353
1398
|
inputs: ['accept', 'allowedKeyPress', 'autoInvalidOff', 'autocapitalize', 'autocomplete', 'autocorrect', 'autofocus', 'clickable', 'debounce', 'disabled', 'inputmode', 'invalid', 'mask', 'max', 'maxLength', 'min', 'minLength', 'multiple', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'spellcheck', 'suffix', 'textAlign', 'type', 'value'],
|
|
@@ -1356,16 +1401,17 @@ BalInput = __decorate([
|
|
|
1356
1401
|
}),
|
|
1357
1402
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1358
1403
|
], BalInput);
|
|
1359
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1404
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalInput, decorators: [{
|
|
1360
1405
|
type: Component,
|
|
1361
1406
|
args: [{
|
|
1362
1407
|
selector: 'bal-input',
|
|
1363
1408
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1364
1409
|
template: '<ng-content></ng-content>',
|
|
1410
|
+
standalone: false,
|
|
1365
1411
|
inputs: ['accept', 'allowedKeyPress', 'autoInvalidOff', 'autocapitalize', 'autocomplete', 'autocorrect', 'autofocus', 'clickable', 'debounce', 'disabled', 'inputmode', 'invalid', 'mask', 'max', 'maxLength', 'min', 'minLength', 'multiple', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'spellcheck', 'suffix', 'textAlign', 'type', 'value'],
|
|
1366
1412
|
outputs: ['balInput', 'balBlur', 'balKeyPress', 'balFocus', 'balChange']
|
|
1367
1413
|
}]
|
|
1368
|
-
}], ctorParameters:
|
|
1414
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1369
1415
|
let BalInputDate = class BalInputDate {
|
|
1370
1416
|
constructor(c, r, z) {
|
|
1371
1417
|
this.z = z;
|
|
@@ -1373,9 +1419,9 @@ let BalInputDate = class BalInputDate {
|
|
|
1373
1419
|
this.el = r.nativeElement;
|
|
1374
1420
|
proxyOutputs(this, this.el, ['balKeyPress', 'balChange', 'balInput', 'balBlur', 'balFocus']);
|
|
1375
1421
|
}
|
|
1422
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalInputDate, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1423
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalInputDate, selector: "bal-input-date", inputs: { allowInvalidValue: "allowInvalidValue", autoInvalidOff: "autoInvalidOff", autocomplete: "autocomplete", clickable: "clickable", disabled: "disabled", invalid: "invalid", max: "max", min: "min", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", value: "value" }, outputs: { balKeyPress: "balKeyPress", balChange: "balChange", balInput: "balInput", balBlur: "balBlur", balFocus: "balFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1376
1424
|
};
|
|
1377
|
-
BalInputDate.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalInputDate, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1378
|
-
BalInputDate.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalInputDate, selector: "bal-input-date", inputs: { allowInvalidValue: "allowInvalidValue", autoInvalidOff: "autoInvalidOff", autocomplete: "autocomplete", clickable: "clickable", disabled: "disabled", invalid: "invalid", max: "max", min: "min", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", value: "value" }, outputs: { balKeyPress: "balKeyPress", balChange: "balChange", balInput: "balInput", balBlur: "balBlur", balFocus: "balFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1379
1425
|
BalInputDate = __decorate([
|
|
1380
1426
|
ProxyCmp({
|
|
1381
1427
|
inputs: ['allowInvalidValue', 'autoInvalidOff', 'autocomplete', 'clickable', 'disabled', 'invalid', 'max', 'min', 'name', 'placeholder', 'readonly', 'required', 'value'],
|
|
@@ -1384,25 +1430,26 @@ BalInputDate = __decorate([
|
|
|
1384
1430
|
}),
|
|
1385
1431
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1386
1432
|
], BalInputDate);
|
|
1387
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1433
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalInputDate, decorators: [{
|
|
1388
1434
|
type: Component,
|
|
1389
1435
|
args: [{
|
|
1390
1436
|
selector: 'bal-input-date',
|
|
1391
1437
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1392
1438
|
template: '<ng-content></ng-content>',
|
|
1439
|
+
standalone: false,
|
|
1393
1440
|
inputs: ['allowInvalidValue', 'autoInvalidOff', 'autocomplete', 'clickable', 'disabled', 'invalid', 'max', 'min', 'name', 'placeholder', 'readonly', 'required', 'value'],
|
|
1394
1441
|
outputs: ['balKeyPress', 'balChange', 'balInput', 'balBlur', 'balFocus']
|
|
1395
1442
|
}]
|
|
1396
|
-
}], ctorParameters:
|
|
1443
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1397
1444
|
let BalInputGroup = class BalInputGroup {
|
|
1398
1445
|
constructor(c, r, z) {
|
|
1399
1446
|
this.z = z;
|
|
1400
1447
|
c.detach();
|
|
1401
1448
|
this.el = r.nativeElement;
|
|
1402
1449
|
}
|
|
1450
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalInputGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1451
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalInputGroup, selector: "bal-input-group", inputs: { disabled: "disabled", invalid: "invalid", readonly: "readonly" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1403
1452
|
};
|
|
1404
|
-
BalInputGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalInputGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1405
|
-
BalInputGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalInputGroup, selector: "bal-input-group", inputs: { disabled: "disabled", invalid: "invalid", readonly: "readonly" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1406
1453
|
BalInputGroup = __decorate([
|
|
1407
1454
|
ProxyCmp({
|
|
1408
1455
|
inputs: ['disabled', 'invalid', 'readonly'],
|
|
@@ -1410,15 +1457,16 @@ BalInputGroup = __decorate([
|
|
|
1410
1457
|
}),
|
|
1411
1458
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1412
1459
|
], BalInputGroup);
|
|
1413
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1460
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalInputGroup, decorators: [{
|
|
1414
1461
|
type: Component,
|
|
1415
1462
|
args: [{
|
|
1416
1463
|
selector: 'bal-input-group',
|
|
1417
1464
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1418
1465
|
template: '<ng-content></ng-content>',
|
|
1466
|
+
standalone: false,
|
|
1419
1467
|
inputs: ['disabled', 'invalid', 'readonly']
|
|
1420
1468
|
}]
|
|
1421
|
-
}], ctorParameters:
|
|
1469
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1422
1470
|
let BalInputSlider = class BalInputSlider {
|
|
1423
1471
|
constructor(c, r, z) {
|
|
1424
1472
|
this.z = z;
|
|
@@ -1426,9 +1474,9 @@ let BalInputSlider = class BalInputSlider {
|
|
|
1426
1474
|
this.el = r.nativeElement;
|
|
1427
1475
|
proxyOutputs(this, this.el, ['balInput', 'balBlur', 'balKeyPress', 'balFocus', 'balChange']);
|
|
1428
1476
|
}
|
|
1477
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalInputSlider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1478
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalInputSlider, selector: "bal-input-slider", inputs: { autoInvalidOff: "autoInvalidOff", balTabindex: "balTabindex", debounce: "debounce", disabled: "disabled", hasTicks: "hasTicks", invalid: "invalid", max: "max", min: "min", name: "name", readonly: "readonly", required: "required", step: "step", value: "value" }, outputs: { balInput: "balInput", balBlur: "balBlur", balKeyPress: "balKeyPress", balFocus: "balFocus", balChange: "balChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1429
1479
|
};
|
|
1430
|
-
BalInputSlider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalInputSlider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1431
|
-
BalInputSlider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalInputSlider, selector: "bal-input-slider", inputs: { autoInvalidOff: "autoInvalidOff", balTabindex: "balTabindex", debounce: "debounce", disabled: "disabled", hasTicks: "hasTicks", invalid: "invalid", max: "max", min: "min", name: "name", readonly: "readonly", required: "required", step: "step", value: "value" }, outputs: { balInput: "balInput", balBlur: "balBlur", balKeyPress: "balKeyPress", balFocus: "balFocus", balChange: "balChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1432
1480
|
BalInputSlider = __decorate([
|
|
1433
1481
|
ProxyCmp({
|
|
1434
1482
|
inputs: ['autoInvalidOff', 'balTabindex', 'debounce', 'disabled', 'hasTicks', 'invalid', 'max', 'min', 'name', 'readonly', 'required', 'step', 'value'],
|
|
@@ -1437,16 +1485,17 @@ BalInputSlider = __decorate([
|
|
|
1437
1485
|
}),
|
|
1438
1486
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1439
1487
|
], BalInputSlider);
|
|
1440
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1488
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalInputSlider, decorators: [{
|
|
1441
1489
|
type: Component,
|
|
1442
1490
|
args: [{
|
|
1443
1491
|
selector: 'bal-input-slider',
|
|
1444
1492
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1445
1493
|
template: '<ng-content></ng-content>',
|
|
1494
|
+
standalone: false,
|
|
1446
1495
|
inputs: ['autoInvalidOff', 'balTabindex', 'debounce', 'disabled', 'hasTicks', 'invalid', 'max', 'min', 'name', 'readonly', 'required', 'step', 'value'],
|
|
1447
1496
|
outputs: ['balInput', 'balBlur', 'balKeyPress', 'balFocus', 'balChange']
|
|
1448
1497
|
}]
|
|
1449
|
-
}], ctorParameters:
|
|
1498
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1450
1499
|
let BalInputStepper = class BalInputStepper {
|
|
1451
1500
|
constructor(c, r, z) {
|
|
1452
1501
|
this.z = z;
|
|
@@ -1454,9 +1503,9 @@ let BalInputStepper = class BalInputStepper {
|
|
|
1454
1503
|
this.el = r.nativeElement;
|
|
1455
1504
|
proxyOutputs(this, this.el, ['balChange', 'balInput', 'balIncrease', 'balDecrease', 'balFocus', 'balBlur']);
|
|
1456
1505
|
}
|
|
1506
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalInputStepper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1507
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalInputStepper, selector: "bal-input-stepper", inputs: { autoInvalidOff: "autoInvalidOff", debounce: "debounce", disabled: "disabled", invalid: "invalid", max: "max", min: "min", name: "name", readonly: "readonly", steps: "steps", value: "value" }, outputs: { balChange: "balChange", balInput: "balInput", balIncrease: "balIncrease", balDecrease: "balDecrease", balFocus: "balFocus", balBlur: "balBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1457
1508
|
};
|
|
1458
|
-
BalInputStepper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalInputStepper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1459
|
-
BalInputStepper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalInputStepper, selector: "bal-input-stepper", inputs: { autoInvalidOff: "autoInvalidOff", debounce: "debounce", disabled: "disabled", invalid: "invalid", max: "max", min: "min", name: "name", readonly: "readonly", steps: "steps", value: "value" }, outputs: { balChange: "balChange", balInput: "balInput", balIncrease: "balIncrease", balDecrease: "balDecrease", balFocus: "balFocus", balBlur: "balBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1460
1509
|
BalInputStepper = __decorate([
|
|
1461
1510
|
ProxyCmp({
|
|
1462
1511
|
inputs: ['autoInvalidOff', 'debounce', 'disabled', 'invalid', 'max', 'min', 'name', 'readonly', 'steps', 'value'],
|
|
@@ -1465,25 +1514,26 @@ BalInputStepper = __decorate([
|
|
|
1465
1514
|
}),
|
|
1466
1515
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1467
1516
|
], BalInputStepper);
|
|
1468
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1517
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalInputStepper, decorators: [{
|
|
1469
1518
|
type: Component,
|
|
1470
1519
|
args: [{
|
|
1471
1520
|
selector: 'bal-input-stepper',
|
|
1472
1521
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1473
1522
|
template: '<ng-content></ng-content>',
|
|
1523
|
+
standalone: false,
|
|
1474
1524
|
inputs: ['autoInvalidOff', 'debounce', 'disabled', 'invalid', 'max', 'min', 'name', 'readonly', 'steps', 'value'],
|
|
1475
1525
|
outputs: ['balChange', 'balInput', 'balIncrease', 'balDecrease', 'balFocus', 'balBlur']
|
|
1476
1526
|
}]
|
|
1477
|
-
}], ctorParameters:
|
|
1527
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1478
1528
|
let BalLabel = class BalLabel {
|
|
1479
1529
|
constructor(c, r, z) {
|
|
1480
1530
|
this.z = z;
|
|
1481
1531
|
c.detach();
|
|
1482
1532
|
this.el = r.nativeElement;
|
|
1483
1533
|
}
|
|
1534
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1535
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalLabel, selector: "bal-label", inputs: { disabled: "disabled", htmlFor: "htmlFor", htmlId: "htmlId", invalid: "invalid", multiline: "multiline", noWrap: "noWrap", readonly: "readonly", required: "required", size: "size", valid: "valid", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1484
1536
|
};
|
|
1485
|
-
BalLabel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1486
|
-
BalLabel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalLabel, selector: "bal-label", inputs: { disabled: "disabled", htmlFor: "htmlFor", htmlId: "htmlId", invalid: "invalid", multiline: "multiline", noWrap: "noWrap", readonly: "readonly", required: "required", size: "size", valid: "valid", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1487
1537
|
BalLabel = __decorate([
|
|
1488
1538
|
ProxyCmp({
|
|
1489
1539
|
inputs: ['disabled', 'htmlFor', 'htmlId', 'invalid', 'multiline', 'noWrap', 'readonly', 'required', 'size', 'valid', 'weight'],
|
|
@@ -1491,24 +1541,25 @@ BalLabel = __decorate([
|
|
|
1491
1541
|
}),
|
|
1492
1542
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1493
1543
|
], BalLabel);
|
|
1494
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1544
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalLabel, decorators: [{
|
|
1495
1545
|
type: Component,
|
|
1496
1546
|
args: [{
|
|
1497
1547
|
selector: 'bal-label',
|
|
1498
1548
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1499
1549
|
template: '<ng-content></ng-content>',
|
|
1550
|
+
standalone: false,
|
|
1500
1551
|
inputs: ['disabled', 'htmlFor', 'htmlId', 'invalid', 'multiline', 'noWrap', 'readonly', 'required', 'size', 'valid', 'weight']
|
|
1501
1552
|
}]
|
|
1502
|
-
}], ctorParameters:
|
|
1553
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1503
1554
|
let BalList = class BalList {
|
|
1504
1555
|
constructor(c, r, z) {
|
|
1505
1556
|
this.z = z;
|
|
1506
1557
|
c.detach();
|
|
1507
1558
|
this.el = r.nativeElement;
|
|
1508
1559
|
}
|
|
1560
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1561
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalList, selector: "bal-list", inputs: { accordionOneLevel: "accordionOneLevel", background: "background", border: "border", disabled: "disabled", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1509
1562
|
};
|
|
1510
|
-
BalList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1511
|
-
BalList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalList, selector: "bal-list", inputs: { accordionOneLevel: "accordionOneLevel", background: "background", border: "border", disabled: "disabled", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1512
1563
|
BalList = __decorate([
|
|
1513
1564
|
ProxyCmp({
|
|
1514
1565
|
inputs: ['accordionOneLevel', 'background', 'border', 'disabled', 'size'],
|
|
@@ -1516,15 +1567,16 @@ BalList = __decorate([
|
|
|
1516
1567
|
}),
|
|
1517
1568
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1518
1569
|
], BalList);
|
|
1519
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1570
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalList, decorators: [{
|
|
1520
1571
|
type: Component,
|
|
1521
1572
|
args: [{
|
|
1522
1573
|
selector: 'bal-list',
|
|
1523
1574
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1524
1575
|
template: '<ng-content></ng-content>',
|
|
1576
|
+
standalone: false,
|
|
1525
1577
|
inputs: ['accordionOneLevel', 'background', 'border', 'disabled', 'size']
|
|
1526
1578
|
}]
|
|
1527
|
-
}], ctorParameters:
|
|
1579
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1528
1580
|
let BalListItem = class BalListItem {
|
|
1529
1581
|
constructor(c, r, z) {
|
|
1530
1582
|
this.z = z;
|
|
@@ -1532,9 +1584,9 @@ let BalListItem = class BalListItem {
|
|
|
1532
1584
|
this.el = r.nativeElement;
|
|
1533
1585
|
proxyOutputs(this, this.el, ['balNavigate', 'balGroupStateChanged', 'balWillAnimate', 'balDidAnimate']);
|
|
1534
1586
|
}
|
|
1587
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1588
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalListItem, selector: "bal-list-item", inputs: { accordion: "accordion", clickable: "clickable", disabled: "disabled", download: "download", href: "href", selected: "selected", subAccordionItem: "subAccordionItem", target: "target" }, outputs: { balNavigate: "balNavigate", balGroupStateChanged: "balGroupStateChanged", balWillAnimate: "balWillAnimate", balDidAnimate: "balDidAnimate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1535
1589
|
};
|
|
1536
|
-
BalListItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1537
|
-
BalListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalListItem, selector: "bal-list-item", inputs: { accordion: "accordion", clickable: "clickable", disabled: "disabled", download: "download", href: "href", selected: "selected", subAccordionItem: "subAccordionItem", target: "target" }, outputs: { balNavigate: "balNavigate", balGroupStateChanged: "balGroupStateChanged", balWillAnimate: "balWillAnimate", balDidAnimate: "balDidAnimate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1538
1590
|
BalListItem = __decorate([
|
|
1539
1591
|
ProxyCmp({
|
|
1540
1592
|
inputs: ['accordion', 'clickable', 'disabled', 'download', 'href', 'selected', 'subAccordionItem', 'target'],
|
|
@@ -1543,25 +1595,26 @@ BalListItem = __decorate([
|
|
|
1543
1595
|
}),
|
|
1544
1596
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1545
1597
|
], BalListItem);
|
|
1546
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1598
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalListItem, decorators: [{
|
|
1547
1599
|
type: Component,
|
|
1548
1600
|
args: [{
|
|
1549
1601
|
selector: 'bal-list-item',
|
|
1550
1602
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1551
1603
|
template: '<ng-content></ng-content>',
|
|
1604
|
+
standalone: false,
|
|
1552
1605
|
inputs: ['accordion', 'clickable', 'disabled', 'download', 'href', 'selected', 'subAccordionItem', 'target'],
|
|
1553
1606
|
outputs: ['balNavigate', 'balGroupStateChanged', 'balWillAnimate', 'balDidAnimate']
|
|
1554
1607
|
}]
|
|
1555
|
-
}], ctorParameters:
|
|
1608
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1556
1609
|
let BalListItemAccordionBody = class BalListItemAccordionBody {
|
|
1557
1610
|
constructor(c, r, z) {
|
|
1558
1611
|
this.z = z;
|
|
1559
1612
|
c.detach();
|
|
1560
1613
|
this.el = r.nativeElement;
|
|
1561
1614
|
}
|
|
1615
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalListItemAccordionBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1616
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalListItemAccordionBody, selector: "bal-list-item-accordion-body", inputs: { accordionGroup: "accordionGroup", contentAlignment: "contentAlignment", contentSpace: "contentSpace" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1562
1617
|
};
|
|
1563
|
-
BalListItemAccordionBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalListItemAccordionBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1564
|
-
BalListItemAccordionBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalListItemAccordionBody, selector: "bal-list-item-accordion-body", inputs: { accordionGroup: "accordionGroup", contentAlignment: "contentAlignment", contentSpace: "contentSpace" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1565
1618
|
BalListItemAccordionBody = __decorate([
|
|
1566
1619
|
ProxyCmp({
|
|
1567
1620
|
inputs: ['accordionGroup', 'contentAlignment', 'contentSpace'],
|
|
@@ -1569,15 +1622,16 @@ BalListItemAccordionBody = __decorate([
|
|
|
1569
1622
|
}),
|
|
1570
1623
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1571
1624
|
], BalListItemAccordionBody);
|
|
1572
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1625
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalListItemAccordionBody, decorators: [{
|
|
1573
1626
|
type: Component,
|
|
1574
1627
|
args: [{
|
|
1575
1628
|
selector: 'bal-list-item-accordion-body',
|
|
1576
1629
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1577
1630
|
template: '<ng-content></ng-content>',
|
|
1631
|
+
standalone: false,
|
|
1578
1632
|
inputs: ['accordionGroup', 'contentAlignment', 'contentSpace']
|
|
1579
1633
|
}]
|
|
1580
|
-
}], ctorParameters:
|
|
1634
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1581
1635
|
let BalListItemAccordionHead = class BalListItemAccordionHead {
|
|
1582
1636
|
constructor(c, r, z) {
|
|
1583
1637
|
this.z = z;
|
|
@@ -1585,9 +1639,9 @@ let BalListItemAccordionHead = class BalListItemAccordionHead {
|
|
|
1585
1639
|
this.el = r.nativeElement;
|
|
1586
1640
|
proxyOutputs(this, this.el, ['balAccordionChange']);
|
|
1587
1641
|
}
|
|
1642
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalListItemAccordionHead, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1643
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalListItemAccordionHead, selector: "bal-list-item-accordion-head", inputs: { accordionOpen: "accordionOpen", icon: "icon" }, outputs: { balAccordionChange: "balAccordionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1588
1644
|
};
|
|
1589
|
-
BalListItemAccordionHead.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalListItemAccordionHead, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1590
|
-
BalListItemAccordionHead.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalListItemAccordionHead, selector: "bal-list-item-accordion-head", inputs: { accordionOpen: "accordionOpen", icon: "icon" }, outputs: { balAccordionChange: "balAccordionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1591
1645
|
BalListItemAccordionHead = __decorate([
|
|
1592
1646
|
ProxyCmp({
|
|
1593
1647
|
inputs: ['accordionOpen', 'icon'],
|
|
@@ -1595,25 +1649,26 @@ BalListItemAccordionHead = __decorate([
|
|
|
1595
1649
|
}),
|
|
1596
1650
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1597
1651
|
], BalListItemAccordionHead);
|
|
1598
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1652
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalListItemAccordionHead, decorators: [{
|
|
1599
1653
|
type: Component,
|
|
1600
1654
|
args: [{
|
|
1601
1655
|
selector: 'bal-list-item-accordion-head',
|
|
1602
1656
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1603
1657
|
template: '<ng-content></ng-content>',
|
|
1658
|
+
standalone: false,
|
|
1604
1659
|
inputs: ['accordionOpen', 'icon'],
|
|
1605
1660
|
outputs: ['balAccordionChange']
|
|
1606
1661
|
}]
|
|
1607
|
-
}], ctorParameters:
|
|
1662
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1608
1663
|
let BalListItemContent = class BalListItemContent {
|
|
1609
1664
|
constructor(c, r, z) {
|
|
1610
1665
|
this.z = z;
|
|
1611
1666
|
c.detach();
|
|
1612
1667
|
this.el = r.nativeElement;
|
|
1613
1668
|
}
|
|
1669
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalListItemContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1670
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalListItemContent, selector: "bal-list-item-content", inputs: { contentAlignment: "contentAlignment" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1614
1671
|
};
|
|
1615
|
-
BalListItemContent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalListItemContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1616
|
-
BalListItemContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalListItemContent, selector: "bal-list-item-content", inputs: { contentAlignment: "contentAlignment" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1617
1672
|
BalListItemContent = __decorate([
|
|
1618
1673
|
ProxyCmp({
|
|
1619
1674
|
inputs: ['contentAlignment'],
|
|
@@ -1621,24 +1676,25 @@ BalListItemContent = __decorate([
|
|
|
1621
1676
|
}),
|
|
1622
1677
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1623
1678
|
], BalListItemContent);
|
|
1624
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1679
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalListItemContent, decorators: [{
|
|
1625
1680
|
type: Component,
|
|
1626
1681
|
args: [{
|
|
1627
1682
|
selector: 'bal-list-item-content',
|
|
1628
1683
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1629
1684
|
template: '<ng-content></ng-content>',
|
|
1685
|
+
standalone: false,
|
|
1630
1686
|
inputs: ['contentAlignment']
|
|
1631
1687
|
}]
|
|
1632
|
-
}], ctorParameters:
|
|
1688
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1633
1689
|
let BalListItemIcon = class BalListItemIcon {
|
|
1634
1690
|
constructor(c, r, z) {
|
|
1635
1691
|
this.z = z;
|
|
1636
1692
|
c.detach();
|
|
1637
1693
|
this.el = r.nativeElement;
|
|
1638
1694
|
}
|
|
1695
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalListItemIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1696
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalListItemIcon, selector: "bal-list-item-icon", inputs: { right: "right" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1639
1697
|
};
|
|
1640
|
-
BalListItemIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalListItemIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1641
|
-
BalListItemIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalListItemIcon, selector: "bal-list-item-icon", inputs: { right: "right" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1642
1698
|
BalListItemIcon = __decorate([
|
|
1643
1699
|
ProxyCmp({
|
|
1644
1700
|
inputs: ['right'],
|
|
@@ -1646,47 +1702,49 @@ BalListItemIcon = __decorate([
|
|
|
1646
1702
|
}),
|
|
1647
1703
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1648
1704
|
], BalListItemIcon);
|
|
1649
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1705
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalListItemIcon, decorators: [{
|
|
1650
1706
|
type: Component,
|
|
1651
1707
|
args: [{
|
|
1652
1708
|
selector: 'bal-list-item-icon',
|
|
1653
1709
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1654
1710
|
template: '<ng-content></ng-content>',
|
|
1711
|
+
standalone: false,
|
|
1655
1712
|
inputs: ['right']
|
|
1656
1713
|
}]
|
|
1657
|
-
}], ctorParameters:
|
|
1714
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1658
1715
|
let BalListItemSubtitle = class BalListItemSubtitle {
|
|
1659
1716
|
constructor(c, r, z) {
|
|
1660
1717
|
this.z = z;
|
|
1661
1718
|
c.detach();
|
|
1662
1719
|
this.el = r.nativeElement;
|
|
1663
1720
|
}
|
|
1721
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalListItemSubtitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1722
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalListItemSubtitle, selector: "bal-list-item-subtitle", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1664
1723
|
};
|
|
1665
|
-
BalListItemSubtitle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalListItemSubtitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1666
|
-
BalListItemSubtitle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalListItemSubtitle, selector: "bal-list-item-subtitle", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1667
1724
|
BalListItemSubtitle = __decorate([
|
|
1668
1725
|
ProxyCmp({
|
|
1669
1726
|
defineCustomElementFn: defineCustomElement$W
|
|
1670
1727
|
}),
|
|
1671
1728
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1672
1729
|
], BalListItemSubtitle);
|
|
1673
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1730
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalListItemSubtitle, decorators: [{
|
|
1674
1731
|
type: Component,
|
|
1675
1732
|
args: [{
|
|
1676
1733
|
selector: 'bal-list-item-subtitle',
|
|
1677
1734
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1678
|
-
template: '<ng-content></ng-content>'
|
|
1735
|
+
template: '<ng-content></ng-content>',
|
|
1736
|
+
standalone: false
|
|
1679
1737
|
}]
|
|
1680
|
-
}], ctorParameters:
|
|
1738
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1681
1739
|
let BalListItemTitle = class BalListItemTitle {
|
|
1682
1740
|
constructor(c, r, z) {
|
|
1683
1741
|
this.z = z;
|
|
1684
1742
|
c.detach();
|
|
1685
1743
|
this.el = r.nativeElement;
|
|
1686
1744
|
}
|
|
1745
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalListItemTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1746
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalListItemTitle, selector: "bal-list-item-title", inputs: { level: "level", visualLevel: "visualLevel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1687
1747
|
};
|
|
1688
|
-
BalListItemTitle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalListItemTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1689
|
-
BalListItemTitle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalListItemTitle, selector: "bal-list-item-title", inputs: { level: "level", visualLevel: "visualLevel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1690
1748
|
BalListItemTitle = __decorate([
|
|
1691
1749
|
ProxyCmp({
|
|
1692
1750
|
inputs: ['level', 'visualLevel'],
|
|
@@ -1694,24 +1752,25 @@ BalListItemTitle = __decorate([
|
|
|
1694
1752
|
}),
|
|
1695
1753
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1696
1754
|
], BalListItemTitle);
|
|
1697
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1755
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalListItemTitle, decorators: [{
|
|
1698
1756
|
type: Component,
|
|
1699
1757
|
args: [{
|
|
1700
1758
|
selector: 'bal-list-item-title',
|
|
1701
1759
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1702
1760
|
template: '<ng-content></ng-content>',
|
|
1761
|
+
standalone: false,
|
|
1703
1762
|
inputs: ['level', 'visualLevel']
|
|
1704
1763
|
}]
|
|
1705
|
-
}], ctorParameters:
|
|
1764
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1706
1765
|
let BalLogo = class BalLogo {
|
|
1707
1766
|
constructor(c, r, z) {
|
|
1708
1767
|
this.z = z;
|
|
1709
1768
|
c.detach();
|
|
1710
1769
|
this.el = r.nativeElement;
|
|
1711
1770
|
}
|
|
1771
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalLogo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1772
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalLogo, selector: "bal-logo", inputs: { animated: "animated", color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1712
1773
|
};
|
|
1713
|
-
BalLogo.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalLogo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1714
|
-
BalLogo.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalLogo, selector: "bal-logo", inputs: { animated: "animated", color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1715
1774
|
BalLogo = __decorate([
|
|
1716
1775
|
ProxyCmp({
|
|
1717
1776
|
inputs: ['animated', 'color', 'size'],
|
|
@@ -1719,15 +1778,16 @@ BalLogo = __decorate([
|
|
|
1719
1778
|
}),
|
|
1720
1779
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1721
1780
|
], BalLogo);
|
|
1722
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1781
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalLogo, decorators: [{
|
|
1723
1782
|
type: Component,
|
|
1724
1783
|
args: [{
|
|
1725
1784
|
selector: 'bal-logo',
|
|
1726
1785
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1727
1786
|
template: '<ng-content></ng-content>',
|
|
1787
|
+
standalone: false,
|
|
1728
1788
|
inputs: ['animated', 'color', 'size']
|
|
1729
1789
|
}]
|
|
1730
|
-
}], ctorParameters:
|
|
1790
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1731
1791
|
let BalModal = class BalModal {
|
|
1732
1792
|
constructor(c, r, z) {
|
|
1733
1793
|
this.z = z;
|
|
@@ -1735,73 +1795,76 @@ let BalModal = class BalModal {
|
|
|
1735
1795
|
this.el = r.nativeElement;
|
|
1736
1796
|
proxyOutputs(this, this.el, ['balModalDidPresent', 'balModalWillPresent', 'balModalWillDismiss', 'balModalDidDismiss']);
|
|
1737
1797
|
}
|
|
1798
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1799
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalModal, selector: "bal-modal", inputs: { backdropDismiss: "backdropDismiss", component: "component", componentProps: "componentProps", cssClass: "cssClass", focusTrap: "focusTrap", hasBackdrop: "hasBackdrop", isClosable: "isClosable", modalWidth: "modalWidth", space: "space" }, outputs: { balModalDidPresent: "balModalDidPresent", balModalWillPresent: "balModalWillPresent", balModalWillDismiss: "balModalWillDismiss", balModalDidDismiss: "balModalDidDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1738
1800
|
};
|
|
1739
|
-
BalModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1740
|
-
BalModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalModal, selector: "bal-modal", inputs: { backdropDismiss: "backdropDismiss", component: "component", componentProps: "componentProps", cssClass: "cssClass", hasBackdrop: "hasBackdrop", isClosable: "isClosable", modalWidth: "modalWidth", space: "space" }, outputs: { balModalDidPresent: "balModalDidPresent", balModalWillPresent: "balModalWillPresent", balModalWillDismiss: "balModalWillDismiss", balModalDidDismiss: "balModalDidDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1741
1801
|
BalModal = __decorate([
|
|
1742
1802
|
ProxyCmp({
|
|
1743
|
-
inputs: ['backdropDismiss', 'component', 'componentProps', 'cssClass', 'hasBackdrop', 'isClosable', 'modalWidth', 'space'],
|
|
1803
|
+
inputs: ['backdropDismiss', 'component', 'componentProps', 'cssClass', 'focusTrap', 'hasBackdrop', 'isClosable', 'modalWidth', 'space'],
|
|
1744
1804
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss'],
|
|
1745
1805
|
defineCustomElementFn: defineCustomElement$Z
|
|
1746
1806
|
}),
|
|
1747
1807
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1748
1808
|
], BalModal);
|
|
1749
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1809
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalModal, decorators: [{
|
|
1750
1810
|
type: Component,
|
|
1751
1811
|
args: [{
|
|
1752
1812
|
selector: 'bal-modal',
|
|
1753
1813
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1754
1814
|
template: '<ng-content></ng-content>',
|
|
1755
|
-
|
|
1815
|
+
standalone: false,
|
|
1816
|
+
inputs: ['backdropDismiss', 'component', 'componentProps', 'cssClass', 'focusTrap', 'hasBackdrop', 'isClosable', 'modalWidth', 'space'],
|
|
1756
1817
|
outputs: ['balModalDidPresent', 'balModalWillPresent', 'balModalWillDismiss', 'balModalDidDismiss']
|
|
1757
1818
|
}]
|
|
1758
|
-
}], ctorParameters:
|
|
1819
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1759
1820
|
let BalModalBody = class BalModalBody {
|
|
1760
1821
|
constructor(c, r, z) {
|
|
1761
1822
|
this.z = z;
|
|
1762
1823
|
c.detach();
|
|
1763
1824
|
this.el = r.nativeElement;
|
|
1764
1825
|
}
|
|
1826
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalModalBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1827
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalModalBody, selector: "bal-modal-body", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1765
1828
|
};
|
|
1766
|
-
BalModalBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalModalBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1767
|
-
BalModalBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalModalBody, selector: "bal-modal-body", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1768
1829
|
BalModalBody = __decorate([
|
|
1769
1830
|
ProxyCmp({
|
|
1770
1831
|
defineCustomElementFn: defineCustomElement$_
|
|
1771
1832
|
}),
|
|
1772
1833
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1773
1834
|
], BalModalBody);
|
|
1774
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1835
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalModalBody, decorators: [{
|
|
1775
1836
|
type: Component,
|
|
1776
1837
|
args: [{
|
|
1777
1838
|
selector: 'bal-modal-body',
|
|
1778
1839
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1779
|
-
template: '<ng-content></ng-content>'
|
|
1840
|
+
template: '<ng-content></ng-content>',
|
|
1841
|
+
standalone: false
|
|
1780
1842
|
}]
|
|
1781
|
-
}], ctorParameters:
|
|
1843
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1782
1844
|
let BalModalHeader = class BalModalHeader {
|
|
1783
1845
|
constructor(c, r, z) {
|
|
1784
1846
|
this.z = z;
|
|
1785
1847
|
c.detach();
|
|
1786
1848
|
this.el = r.nativeElement;
|
|
1787
1849
|
}
|
|
1850
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalModalHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1851
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalModalHeader, selector: "bal-modal-header", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1788
1852
|
};
|
|
1789
|
-
BalModalHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalModalHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1790
|
-
BalModalHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalModalHeader, selector: "bal-modal-header", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1791
1853
|
BalModalHeader = __decorate([
|
|
1792
1854
|
ProxyCmp({
|
|
1793
1855
|
defineCustomElementFn: defineCustomElement$$
|
|
1794
1856
|
}),
|
|
1795
1857
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1796
1858
|
], BalModalHeader);
|
|
1797
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1859
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalModalHeader, decorators: [{
|
|
1798
1860
|
type: Component,
|
|
1799
1861
|
args: [{
|
|
1800
1862
|
selector: 'bal-modal-header',
|
|
1801
1863
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1802
|
-
template: '<ng-content></ng-content>'
|
|
1864
|
+
template: '<ng-content></ng-content>',
|
|
1865
|
+
standalone: false
|
|
1803
1866
|
}]
|
|
1804
|
-
}], ctorParameters:
|
|
1867
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1805
1868
|
let BalNav = class BalNav {
|
|
1806
1869
|
constructor(c, r, z) {
|
|
1807
1870
|
this.z = z;
|
|
@@ -1809,9 +1872,9 @@ let BalNav = class BalNav {
|
|
|
1809
1872
|
this.el = r.nativeElement;
|
|
1810
1873
|
proxyOutputs(this, this.el, ['balNavItemClick']);
|
|
1811
1874
|
}
|
|
1875
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNav, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1876
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNav, selector: "bal-nav", inputs: { buttons: "buttons", logo: "logo", options: "options" }, outputs: { balNavItemClick: "balNavItemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1812
1877
|
};
|
|
1813
|
-
BalNav.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNav, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1814
|
-
BalNav.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNav, selector: "bal-nav", inputs: { buttons: "buttons", logo: "logo", options: "options" }, outputs: { balNavItemClick: "balNavItemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1815
1878
|
BalNav = __decorate([
|
|
1816
1879
|
ProxyCmp({
|
|
1817
1880
|
inputs: ['buttons', 'logo', 'options'],
|
|
@@ -1819,25 +1882,26 @@ BalNav = __decorate([
|
|
|
1819
1882
|
}),
|
|
1820
1883
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1821
1884
|
], BalNav);
|
|
1822
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1885
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNav, decorators: [{
|
|
1823
1886
|
type: Component,
|
|
1824
1887
|
args: [{
|
|
1825
1888
|
selector: 'bal-nav',
|
|
1826
1889
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1827
1890
|
template: '<ng-content></ng-content>',
|
|
1891
|
+
standalone: false,
|
|
1828
1892
|
inputs: ['buttons', 'logo', 'options'],
|
|
1829
1893
|
outputs: ['balNavItemClick']
|
|
1830
1894
|
}]
|
|
1831
|
-
}], ctorParameters:
|
|
1895
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1832
1896
|
let BalNavLink = class BalNavLink {
|
|
1833
1897
|
constructor(c, r, z) {
|
|
1834
1898
|
this.z = z;
|
|
1835
1899
|
c.detach();
|
|
1836
1900
|
this.el = r.nativeElement;
|
|
1837
1901
|
}
|
|
1902
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNavLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1903
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNavLink, selector: "bal-nav-link", inputs: { clickable: "clickable", href: "href", selected: "selected", target: "target", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1838
1904
|
};
|
|
1839
|
-
BalNavLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1840
|
-
BalNavLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNavLink, selector: "bal-nav-link", inputs: { clickable: "clickable", href: "href", selected: "selected", target: "target", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1841
1905
|
BalNavLink = __decorate([
|
|
1842
1906
|
ProxyCmp({
|
|
1843
1907
|
inputs: ['clickable', 'href', 'selected', 'target', 'variant'],
|
|
@@ -1845,47 +1909,49 @@ BalNavLink = __decorate([
|
|
|
1845
1909
|
}),
|
|
1846
1910
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1847
1911
|
], BalNavLink);
|
|
1848
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1912
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNavLink, decorators: [{
|
|
1849
1913
|
type: Component,
|
|
1850
1914
|
args: [{
|
|
1851
1915
|
selector: 'bal-nav-link',
|
|
1852
1916
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1853
1917
|
template: '<ng-content></ng-content>',
|
|
1918
|
+
standalone: false,
|
|
1854
1919
|
inputs: ['clickable', 'href', 'selected', 'target', 'variant']
|
|
1855
1920
|
}]
|
|
1856
|
-
}], ctorParameters:
|
|
1921
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1857
1922
|
let BalNavLinkGrid = class BalNavLinkGrid {
|
|
1858
1923
|
constructor(c, r, z) {
|
|
1859
1924
|
this.z = z;
|
|
1860
1925
|
c.detach();
|
|
1861
1926
|
this.el = r.nativeElement;
|
|
1862
1927
|
}
|
|
1928
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNavLinkGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1929
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNavLinkGrid, selector: "bal-nav-link-grid", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1863
1930
|
};
|
|
1864
|
-
BalNavLinkGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavLinkGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1865
|
-
BalNavLinkGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNavLinkGrid, selector: "bal-nav-link-grid", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1866
1931
|
BalNavLinkGrid = __decorate([
|
|
1867
1932
|
ProxyCmp({
|
|
1868
1933
|
defineCustomElementFn: defineCustomElement$12
|
|
1869
1934
|
}),
|
|
1870
1935
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1871
1936
|
], BalNavLinkGrid);
|
|
1872
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1937
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNavLinkGrid, decorators: [{
|
|
1873
1938
|
type: Component,
|
|
1874
1939
|
args: [{
|
|
1875
1940
|
selector: 'bal-nav-link-grid',
|
|
1876
1941
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1877
|
-
template: '<ng-content></ng-content>'
|
|
1942
|
+
template: '<ng-content></ng-content>',
|
|
1943
|
+
standalone: false
|
|
1878
1944
|
}]
|
|
1879
|
-
}], ctorParameters:
|
|
1945
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1880
1946
|
let BalNavLinkGridCol = class BalNavLinkGridCol {
|
|
1881
1947
|
constructor(c, r, z) {
|
|
1882
1948
|
this.z = z;
|
|
1883
1949
|
c.detach();
|
|
1884
1950
|
this.el = r.nativeElement;
|
|
1885
1951
|
}
|
|
1952
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNavLinkGridCol, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1953
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNavLinkGridCol, selector: "bal-nav-link-grid-col", inputs: { staticCol: "staticCol" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1886
1954
|
};
|
|
1887
|
-
BalNavLinkGridCol.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavLinkGridCol, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1888
|
-
BalNavLinkGridCol.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNavLinkGridCol, selector: "bal-nav-link-grid-col", inputs: { staticCol: "staticCol" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1889
1955
|
BalNavLinkGridCol = __decorate([
|
|
1890
1956
|
ProxyCmp({
|
|
1891
1957
|
inputs: ['staticCol'],
|
|
@@ -1893,24 +1959,25 @@ BalNavLinkGridCol = __decorate([
|
|
|
1893
1959
|
}),
|
|
1894
1960
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1895
1961
|
], BalNavLinkGridCol);
|
|
1896
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1962
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNavLinkGridCol, decorators: [{
|
|
1897
1963
|
type: Component,
|
|
1898
1964
|
args: [{
|
|
1899
1965
|
selector: 'bal-nav-link-grid-col',
|
|
1900
1966
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1901
1967
|
template: '<ng-content></ng-content>',
|
|
1968
|
+
standalone: false,
|
|
1902
1969
|
inputs: ['staticCol']
|
|
1903
1970
|
}]
|
|
1904
|
-
}], ctorParameters:
|
|
1971
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1905
1972
|
let BalNavLinkGroup = class BalNavLinkGroup {
|
|
1906
1973
|
constructor(c, r, z) {
|
|
1907
1974
|
this.z = z;
|
|
1908
1975
|
c.detach();
|
|
1909
1976
|
this.el = r.nativeElement;
|
|
1910
1977
|
}
|
|
1978
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNavLinkGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1979
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNavLinkGroup, selector: "bal-nav-link-group", inputs: { color: "color" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1911
1980
|
};
|
|
1912
|
-
BalNavLinkGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavLinkGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1913
|
-
BalNavLinkGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNavLinkGroup, selector: "bal-nav-link-group", inputs: { color: "color" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1914
1981
|
BalNavLinkGroup = __decorate([
|
|
1915
1982
|
ProxyCmp({
|
|
1916
1983
|
inputs: ['color'],
|
|
@@ -1918,24 +1985,25 @@ BalNavLinkGroup = __decorate([
|
|
|
1918
1985
|
}),
|
|
1919
1986
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1920
1987
|
], BalNavLinkGroup);
|
|
1921
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1988
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNavLinkGroup, decorators: [{
|
|
1922
1989
|
type: Component,
|
|
1923
1990
|
args: [{
|
|
1924
1991
|
selector: 'bal-nav-link-group',
|
|
1925
1992
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1926
1993
|
template: '<ng-content></ng-content>',
|
|
1994
|
+
standalone: false,
|
|
1927
1995
|
inputs: ['color']
|
|
1928
1996
|
}]
|
|
1929
|
-
}], ctorParameters:
|
|
1997
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1930
1998
|
let BalNavMenuBar = class BalNavMenuBar {
|
|
1931
1999
|
constructor(c, r, z) {
|
|
1932
2000
|
this.z = z;
|
|
1933
2001
|
c.detach();
|
|
1934
2002
|
this.el = r.nativeElement;
|
|
1935
2003
|
}
|
|
2004
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNavMenuBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2005
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNavMenuBar, selector: "bal-nav-menu-bar", inputs: { invisible: "invisible", position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1936
2006
|
};
|
|
1937
|
-
BalNavMenuBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavMenuBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1938
|
-
BalNavMenuBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNavMenuBar, selector: "bal-nav-menu-bar", inputs: { invisible: "invisible", position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1939
2007
|
BalNavMenuBar = __decorate([
|
|
1940
2008
|
ProxyCmp({
|
|
1941
2009
|
inputs: ['invisible', 'position'],
|
|
@@ -1943,24 +2011,25 @@ BalNavMenuBar = __decorate([
|
|
|
1943
2011
|
}),
|
|
1944
2012
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1945
2013
|
], BalNavMenuBar);
|
|
1946
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2014
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNavMenuBar, decorators: [{
|
|
1947
2015
|
type: Component,
|
|
1948
2016
|
args: [{
|
|
1949
2017
|
selector: 'bal-nav-menu-bar',
|
|
1950
2018
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1951
2019
|
template: '<ng-content></ng-content>',
|
|
2020
|
+
standalone: false,
|
|
1952
2021
|
inputs: ['invisible', 'position']
|
|
1953
2022
|
}]
|
|
1954
|
-
}], ctorParameters:
|
|
2023
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1955
2024
|
let BalNavMenuFlyout = class BalNavMenuFlyout {
|
|
1956
2025
|
constructor(c, r, z) {
|
|
1957
2026
|
this.z = z;
|
|
1958
2027
|
c.detach();
|
|
1959
2028
|
this.el = r.nativeElement;
|
|
1960
2029
|
}
|
|
2030
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNavMenuFlyout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2031
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNavMenuFlyout, selector: "bal-nav-menu-flyout", inputs: { navId: "navId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1961
2032
|
};
|
|
1962
|
-
BalNavMenuFlyout.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavMenuFlyout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1963
|
-
BalNavMenuFlyout.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNavMenuFlyout, selector: "bal-nav-menu-flyout", inputs: { navId: "navId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1964
2033
|
BalNavMenuFlyout = __decorate([
|
|
1965
2034
|
ProxyCmp({
|
|
1966
2035
|
inputs: ['navId'],
|
|
@@ -1968,24 +2037,25 @@ BalNavMenuFlyout = __decorate([
|
|
|
1968
2037
|
}),
|
|
1969
2038
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1970
2039
|
], BalNavMenuFlyout);
|
|
1971
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2040
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNavMenuFlyout, decorators: [{
|
|
1972
2041
|
type: Component,
|
|
1973
2042
|
args: [{
|
|
1974
2043
|
selector: 'bal-nav-menu-flyout',
|
|
1975
2044
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1976
2045
|
template: '<ng-content></ng-content>',
|
|
2046
|
+
standalone: false,
|
|
1977
2047
|
inputs: ['navId']
|
|
1978
2048
|
}]
|
|
1979
|
-
}], ctorParameters:
|
|
2049
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1980
2050
|
let BalNavMetaBar = class BalNavMetaBar {
|
|
1981
2051
|
constructor(c, r, z) {
|
|
1982
2052
|
this.z = z;
|
|
1983
2053
|
c.detach();
|
|
1984
2054
|
this.el = r.nativeElement;
|
|
1985
2055
|
}
|
|
2056
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNavMetaBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2057
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNavMetaBar, selector: "bal-nav-meta-bar", inputs: { invisible: "invisible", position: "position", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1986
2058
|
};
|
|
1987
|
-
BalNavMetaBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavMetaBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1988
|
-
BalNavMetaBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNavMetaBar, selector: "bal-nav-meta-bar", inputs: { invisible: "invisible", position: "position", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1989
2059
|
BalNavMetaBar = __decorate([
|
|
1990
2060
|
ProxyCmp({
|
|
1991
2061
|
inputs: ['invisible', 'position', 'size', 'variant'],
|
|
@@ -1993,24 +2063,25 @@ BalNavMetaBar = __decorate([
|
|
|
1993
2063
|
}),
|
|
1994
2064
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1995
2065
|
], BalNavMetaBar);
|
|
1996
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2066
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNavMetaBar, decorators: [{
|
|
1997
2067
|
type: Component,
|
|
1998
2068
|
args: [{
|
|
1999
2069
|
selector: 'bal-nav-meta-bar',
|
|
2000
2070
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2001
2071
|
template: '<ng-content></ng-content>',
|
|
2072
|
+
standalone: false,
|
|
2002
2073
|
inputs: ['invisible', 'position', 'size', 'variant']
|
|
2003
2074
|
}]
|
|
2004
|
-
}], ctorParameters:
|
|
2075
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2005
2076
|
let BalNavbar = class BalNavbar {
|
|
2006
2077
|
constructor(c, r, z) {
|
|
2007
2078
|
this.z = z;
|
|
2008
2079
|
c.detach();
|
|
2009
2080
|
this.el = r.nativeElement;
|
|
2010
2081
|
}
|
|
2082
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNavbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2083
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNavbar, selector: "bal-navbar", inputs: { container: "container", interface: "interface", light: "light" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2011
2084
|
};
|
|
2012
|
-
BalNavbar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2013
|
-
BalNavbar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNavbar, selector: "bal-navbar", inputs: { container: "container", interface: "interface", light: "light" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2014
2085
|
BalNavbar = __decorate([
|
|
2015
2086
|
ProxyCmp({
|
|
2016
2087
|
inputs: ['container', 'interface', 'light'],
|
|
@@ -2018,15 +2089,16 @@ BalNavbar = __decorate([
|
|
|
2018
2089
|
}),
|
|
2019
2090
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2020
2091
|
], BalNavbar);
|
|
2021
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2092
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNavbar, decorators: [{
|
|
2022
2093
|
type: Component,
|
|
2023
2094
|
args: [{
|
|
2024
2095
|
selector: 'bal-navbar',
|
|
2025
2096
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2026
2097
|
template: '<ng-content></ng-content>',
|
|
2098
|
+
standalone: false,
|
|
2027
2099
|
inputs: ['container', 'interface', 'light']
|
|
2028
2100
|
}]
|
|
2029
|
-
}], ctorParameters:
|
|
2101
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2030
2102
|
let BalNavbarBrand = class BalNavbarBrand {
|
|
2031
2103
|
constructor(c, r, z) {
|
|
2032
2104
|
this.z = z;
|
|
@@ -2034,127 +2106,132 @@ let BalNavbarBrand = class BalNavbarBrand {
|
|
|
2034
2106
|
this.el = r.nativeElement;
|
|
2035
2107
|
proxyOutputs(this, this.el, ['balNavigate', 'balWillAnimate', 'balDidAnimate']);
|
|
2036
2108
|
}
|
|
2109
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNavbarBrand, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2110
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNavbarBrand, selector: "bal-navbar-brand", inputs: { animated: "animated", href: "href", logo: "logo", logoClickable: "logoClickable", logoLabel: "logoLabel", logoSize: "logoSize", simple: "simple", target: "target" }, outputs: { balNavigate: "balNavigate", balWillAnimate: "balWillAnimate", balDidAnimate: "balDidAnimate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2037
2111
|
};
|
|
2038
|
-
BalNavbarBrand.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavbarBrand, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2039
|
-
BalNavbarBrand.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNavbarBrand, selector: "bal-navbar-brand", inputs: { animated: "animated", href: "href", logo: "logo", logoSize: "logoSize", simple: "simple", target: "target" }, outputs: { balNavigate: "balNavigate", balWillAnimate: "balWillAnimate", balDidAnimate: "balDidAnimate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2040
2112
|
BalNavbarBrand = __decorate([
|
|
2041
2113
|
ProxyCmp({
|
|
2042
|
-
inputs: ['animated', 'href', 'logo', 'logoSize', 'simple', 'target'],
|
|
2114
|
+
inputs: ['animated', 'href', 'logo', 'logoClickable', 'logoLabel', 'logoSize', 'simple', 'target'],
|
|
2043
2115
|
defineCustomElementFn: defineCustomElement$19
|
|
2044
2116
|
}),
|
|
2045
2117
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2046
2118
|
], BalNavbarBrand);
|
|
2047
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2119
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNavbarBrand, decorators: [{
|
|
2048
2120
|
type: Component,
|
|
2049
2121
|
args: [{
|
|
2050
2122
|
selector: 'bal-navbar-brand',
|
|
2051
2123
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2052
2124
|
template: '<ng-content></ng-content>',
|
|
2053
|
-
|
|
2125
|
+
standalone: false,
|
|
2126
|
+
inputs: ['animated', 'href', 'logo', 'logoClickable', 'logoLabel', 'logoSize', 'simple', 'target'],
|
|
2054
2127
|
outputs: ['balNavigate', 'balWillAnimate', 'balDidAnimate']
|
|
2055
2128
|
}]
|
|
2056
|
-
}], ctorParameters:
|
|
2129
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2057
2130
|
let BalNavbarMenu = class BalNavbarMenu {
|
|
2058
2131
|
constructor(c, r, z) {
|
|
2059
2132
|
this.z = z;
|
|
2060
2133
|
c.detach();
|
|
2061
2134
|
this.el = r.nativeElement;
|
|
2062
2135
|
}
|
|
2136
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNavbarMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2137
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNavbarMenu, selector: "bal-navbar-menu", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2063
2138
|
};
|
|
2064
|
-
BalNavbarMenu.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavbarMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2065
|
-
BalNavbarMenu.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNavbarMenu, selector: "bal-navbar-menu", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2066
2139
|
BalNavbarMenu = __decorate([
|
|
2067
2140
|
ProxyCmp({
|
|
2068
2141
|
defineCustomElementFn: defineCustomElement$1a
|
|
2069
2142
|
}),
|
|
2070
2143
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2071
2144
|
], BalNavbarMenu);
|
|
2072
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2145
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNavbarMenu, decorators: [{
|
|
2073
2146
|
type: Component,
|
|
2074
2147
|
args: [{
|
|
2075
2148
|
selector: 'bal-navbar-menu',
|
|
2076
2149
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2077
|
-
template: '<ng-content></ng-content>'
|
|
2150
|
+
template: '<ng-content></ng-content>',
|
|
2151
|
+
standalone: false
|
|
2078
2152
|
}]
|
|
2079
|
-
}], ctorParameters:
|
|
2153
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2080
2154
|
let BalNavbarMenuEnd = class BalNavbarMenuEnd {
|
|
2081
2155
|
constructor(c, r, z) {
|
|
2082
2156
|
this.z = z;
|
|
2083
2157
|
c.detach();
|
|
2084
2158
|
this.el = r.nativeElement;
|
|
2085
2159
|
}
|
|
2160
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNavbarMenuEnd, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2161
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNavbarMenuEnd, selector: "bal-navbar-menu-end", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2086
2162
|
};
|
|
2087
|
-
BalNavbarMenuEnd.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavbarMenuEnd, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2088
|
-
BalNavbarMenuEnd.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNavbarMenuEnd, selector: "bal-navbar-menu-end", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2089
2163
|
BalNavbarMenuEnd = __decorate([
|
|
2090
2164
|
ProxyCmp({
|
|
2091
2165
|
defineCustomElementFn: defineCustomElement$1b
|
|
2092
2166
|
}),
|
|
2093
2167
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2094
2168
|
], BalNavbarMenuEnd);
|
|
2095
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2169
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNavbarMenuEnd, decorators: [{
|
|
2096
2170
|
type: Component,
|
|
2097
2171
|
args: [{
|
|
2098
2172
|
selector: 'bal-navbar-menu-end',
|
|
2099
2173
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2100
|
-
template: '<ng-content></ng-content>'
|
|
2174
|
+
template: '<ng-content></ng-content>',
|
|
2175
|
+
standalone: false
|
|
2101
2176
|
}]
|
|
2102
|
-
}], ctorParameters:
|
|
2177
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2103
2178
|
let BalNavbarMenuStart = class BalNavbarMenuStart {
|
|
2104
2179
|
constructor(c, r, z) {
|
|
2105
2180
|
this.z = z;
|
|
2106
2181
|
c.detach();
|
|
2107
2182
|
this.el = r.nativeElement;
|
|
2108
2183
|
}
|
|
2184
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNavbarMenuStart, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2185
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNavbarMenuStart, selector: "bal-navbar-menu-start", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2109
2186
|
};
|
|
2110
|
-
BalNavbarMenuStart.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavbarMenuStart, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2111
|
-
BalNavbarMenuStart.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNavbarMenuStart, selector: "bal-navbar-menu-start", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2112
2187
|
BalNavbarMenuStart = __decorate([
|
|
2113
2188
|
ProxyCmp({
|
|
2114
2189
|
defineCustomElementFn: defineCustomElement$1c
|
|
2115
2190
|
}),
|
|
2116
2191
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2117
2192
|
], BalNavbarMenuStart);
|
|
2118
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2193
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNavbarMenuStart, decorators: [{
|
|
2119
2194
|
type: Component,
|
|
2120
2195
|
args: [{
|
|
2121
2196
|
selector: 'bal-navbar-menu-start',
|
|
2122
2197
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2123
|
-
template: '<ng-content></ng-content>'
|
|
2198
|
+
template: '<ng-content></ng-content>',
|
|
2199
|
+
standalone: false
|
|
2124
2200
|
}]
|
|
2125
|
-
}], ctorParameters:
|
|
2201
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2126
2202
|
let BalNotices = class BalNotices {
|
|
2127
2203
|
constructor(c, r, z) {
|
|
2128
2204
|
this.z = z;
|
|
2129
2205
|
c.detach();
|
|
2130
2206
|
this.el = r.nativeElement;
|
|
2131
2207
|
}
|
|
2208
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNotices, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2209
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNotices, selector: "bal-notices", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2132
2210
|
};
|
|
2133
|
-
BalNotices.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNotices, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2134
|
-
BalNotices.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNotices, selector: "bal-notices", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2135
2211
|
BalNotices = __decorate([
|
|
2136
2212
|
ProxyCmp({
|
|
2137
2213
|
defineCustomElementFn: defineCustomElement$1d
|
|
2138
2214
|
}),
|
|
2139
2215
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2140
2216
|
], BalNotices);
|
|
2141
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2217
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNotices, decorators: [{
|
|
2142
2218
|
type: Component,
|
|
2143
2219
|
args: [{
|
|
2144
2220
|
selector: 'bal-notices',
|
|
2145
2221
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2146
|
-
template: '<ng-content></ng-content>'
|
|
2222
|
+
template: '<ng-content></ng-content>',
|
|
2223
|
+
standalone: false
|
|
2147
2224
|
}]
|
|
2148
|
-
}], ctorParameters:
|
|
2225
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2149
2226
|
let BalNotification = class BalNotification {
|
|
2150
2227
|
constructor(c, r, z) {
|
|
2151
2228
|
this.z = z;
|
|
2152
2229
|
c.detach();
|
|
2153
2230
|
this.el = r.nativeElement;
|
|
2154
2231
|
}
|
|
2232
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2233
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNotification, selector: "bal-notification", inputs: { color: "color", light: "light", noIcon: "noIcon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2155
2234
|
};
|
|
2156
|
-
BalNotification.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2157
|
-
BalNotification.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNotification, selector: "bal-notification", inputs: { color: "color", light: "light", noIcon: "noIcon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2158
2235
|
BalNotification = __decorate([
|
|
2159
2236
|
ProxyCmp({
|
|
2160
2237
|
inputs: ['color', 'light', 'noIcon'],
|
|
@@ -2162,15 +2239,16 @@ BalNotification = __decorate([
|
|
|
2162
2239
|
}),
|
|
2163
2240
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2164
2241
|
], BalNotification);
|
|
2165
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2242
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNotification, decorators: [{
|
|
2166
2243
|
type: Component,
|
|
2167
2244
|
args: [{
|
|
2168
2245
|
selector: 'bal-notification',
|
|
2169
2246
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2170
2247
|
template: '<ng-content></ng-content>',
|
|
2248
|
+
standalone: false,
|
|
2171
2249
|
inputs: ['color', 'light', 'noIcon']
|
|
2172
2250
|
}]
|
|
2173
|
-
}], ctorParameters:
|
|
2251
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2174
2252
|
let BalNumberInput = class BalNumberInput {
|
|
2175
2253
|
constructor(c, r, z) {
|
|
2176
2254
|
this.z = z;
|
|
@@ -2178,9 +2256,9 @@ let BalNumberInput = class BalNumberInput {
|
|
|
2178
2256
|
this.el = r.nativeElement;
|
|
2179
2257
|
proxyOutputs(this, this.el, ['balInput', 'balChange', 'balBlur', 'balFocus', 'balKeyPress']);
|
|
2180
2258
|
}
|
|
2259
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNumberInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2260
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNumberInput, selector: "bal-number-input", inputs: { autoInvalidOff: "autoInvalidOff", debounce: "debounce", decimal: "decimal", disabled: "disabled", exactNumber: "exactNumber", invalid: "invalid", max: "max", min: "min", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", suffix: "suffix", value: "value" }, outputs: { balInput: "balInput", balChange: "balChange", balBlur: "balBlur", balFocus: "balFocus", balKeyPress: "balKeyPress" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2181
2261
|
};
|
|
2182
|
-
BalNumberInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNumberInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2183
|
-
BalNumberInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNumberInput, selector: "bal-number-input", inputs: { autoInvalidOff: "autoInvalidOff", debounce: "debounce", decimal: "decimal", disabled: "disabled", exactNumber: "exactNumber", invalid: "invalid", max: "max", min: "min", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", suffix: "suffix", value: "value" }, outputs: { balInput: "balInput", balChange: "balChange", balBlur: "balBlur", balFocus: "balFocus", balKeyPress: "balKeyPress" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2184
2262
|
BalNumberInput = __decorate([
|
|
2185
2263
|
ProxyCmp({
|
|
2186
2264
|
inputs: ['autoInvalidOff', 'debounce', 'decimal', 'disabled', 'exactNumber', 'invalid', 'max', 'min', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'suffix', 'value'],
|
|
@@ -2189,16 +2267,17 @@ BalNumberInput = __decorate([
|
|
|
2189
2267
|
}),
|
|
2190
2268
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2191
2269
|
], BalNumberInput);
|
|
2192
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2270
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNumberInput, decorators: [{
|
|
2193
2271
|
type: Component,
|
|
2194
2272
|
args: [{
|
|
2195
2273
|
selector: 'bal-number-input',
|
|
2196
2274
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2197
2275
|
template: '<ng-content></ng-content>',
|
|
2276
|
+
standalone: false,
|
|
2198
2277
|
inputs: ['autoInvalidOff', 'debounce', 'decimal', 'disabled', 'exactNumber', 'invalid', 'max', 'min', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'suffix', 'value'],
|
|
2199
2278
|
outputs: ['balInput', 'balChange', 'balBlur', 'balFocus', 'balKeyPress']
|
|
2200
2279
|
}]
|
|
2201
|
-
}], ctorParameters:
|
|
2280
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2202
2281
|
let BalOption = class BalOption {
|
|
2203
2282
|
constructor(c, r, z) {
|
|
2204
2283
|
this.z = z;
|
|
@@ -2206,9 +2285,9 @@ let BalOption = class BalOption {
|
|
|
2206
2285
|
this.el = r.nativeElement;
|
|
2207
2286
|
proxyOutputs(this, this.el, ['balOptionChange']);
|
|
2208
2287
|
}
|
|
2288
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2289
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalOption, selector: "bal-option", inputs: { disabled: "disabled", focused: "focused", hidden: "hidden", invalid: "invalid", label: "label", multiline: "multiline", selected: "selected", value: "value" }, outputs: { balOptionChange: "balOptionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2209
2290
|
};
|
|
2210
|
-
BalOption.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2211
|
-
BalOption.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalOption, selector: "bal-option", inputs: { disabled: "disabled", focused: "focused", hidden: "hidden", invalid: "invalid", label: "label", multiline: "multiline", selected: "selected", value: "value" }, outputs: { balOptionChange: "balOptionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2212
2291
|
BalOption = __decorate([
|
|
2213
2292
|
ProxyCmp({
|
|
2214
2293
|
inputs: ['disabled', 'focused', 'hidden', 'invalid', 'label', 'multiline', 'selected', 'value'],
|
|
@@ -2217,25 +2296,26 @@ BalOption = __decorate([
|
|
|
2217
2296
|
}),
|
|
2218
2297
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2219
2298
|
], BalOption);
|
|
2220
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2299
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalOption, decorators: [{
|
|
2221
2300
|
type: Component,
|
|
2222
2301
|
args: [{
|
|
2223
2302
|
selector: 'bal-option',
|
|
2224
2303
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2225
2304
|
template: '<ng-content></ng-content>',
|
|
2305
|
+
standalone: false,
|
|
2226
2306
|
inputs: ['disabled', 'focused', 'hidden', 'invalid', 'label', 'multiline', 'selected', 'value'],
|
|
2227
2307
|
outputs: ['balOptionChange']
|
|
2228
2308
|
}]
|
|
2229
|
-
}], ctorParameters:
|
|
2309
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2230
2310
|
let BalOptionList = class BalOptionList {
|
|
2231
2311
|
constructor(c, r, z) {
|
|
2232
2312
|
this.z = z;
|
|
2233
2313
|
c.detach();
|
|
2234
2314
|
this.el = r.nativeElement;
|
|
2235
2315
|
}
|
|
2316
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalOptionList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2317
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalOptionList, selector: "bal-option-list", inputs: { contentHeight: "contentHeight", disabled: "disabled", filter: "filter", focusIndex: "focusIndex", labelledby: "labelledby", multiple: "multiple", required: "required" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2236
2318
|
};
|
|
2237
|
-
BalOptionList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalOptionList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2238
|
-
BalOptionList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalOptionList, selector: "bal-option-list", inputs: { contentHeight: "contentHeight", disabled: "disabled", filter: "filter", focusIndex: "focusIndex", labelledby: "labelledby", multiple: "multiple", required: "required" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2239
2319
|
BalOptionList = __decorate([
|
|
2240
2320
|
ProxyCmp({
|
|
2241
2321
|
inputs: ['contentHeight', 'disabled', 'filter', 'focusIndex', 'labelledby', 'multiple', 'required'],
|
|
@@ -2244,15 +2324,16 @@ BalOptionList = __decorate([
|
|
|
2244
2324
|
}),
|
|
2245
2325
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2246
2326
|
], BalOptionList);
|
|
2247
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2327
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalOptionList, decorators: [{
|
|
2248
2328
|
type: Component,
|
|
2249
2329
|
args: [{
|
|
2250
2330
|
selector: 'bal-option-list',
|
|
2251
2331
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2252
2332
|
template: '<ng-content></ng-content>',
|
|
2333
|
+
standalone: false,
|
|
2253
2334
|
inputs: ['contentHeight', 'disabled', 'filter', 'focusIndex', 'labelledby', 'multiple', 'required']
|
|
2254
2335
|
}]
|
|
2255
|
-
}], ctorParameters:
|
|
2336
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2256
2337
|
let BalPagination = class BalPagination {
|
|
2257
2338
|
constructor(c, r, z) {
|
|
2258
2339
|
this.z = z;
|
|
@@ -2260,9 +2341,9 @@ let BalPagination = class BalPagination {
|
|
|
2260
2341
|
this.el = r.nativeElement;
|
|
2261
2342
|
proxyOutputs(this, this.el, ['balChange']);
|
|
2262
2343
|
}
|
|
2344
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2345
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalPagination, selector: "bal-pagination", inputs: { align: "align", disabled: "disabled", interface: "interface", pageRange: "pageRange", size: "size", sticky: "sticky", top: "top", totalPages: "totalPages", value: "value" }, outputs: { balChange: "balChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2263
2346
|
};
|
|
2264
|
-
BalPagination.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2265
|
-
BalPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalPagination, selector: "bal-pagination", inputs: { align: "align", disabled: "disabled", interface: "interface", pageRange: "pageRange", size: "size", sticky: "sticky", top: "top", totalPages: "totalPages", value: "value" }, outputs: { balChange: "balChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2266
2347
|
BalPagination = __decorate([
|
|
2267
2348
|
ProxyCmp({
|
|
2268
2349
|
inputs: ['align', 'disabled', 'interface', 'pageRange', 'size', 'sticky', 'top', 'totalPages', 'value'],
|
|
@@ -2271,16 +2352,17 @@ BalPagination = __decorate([
|
|
|
2271
2352
|
}),
|
|
2272
2353
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2273
2354
|
], BalPagination);
|
|
2274
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2355
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalPagination, decorators: [{
|
|
2275
2356
|
type: Component,
|
|
2276
2357
|
args: [{
|
|
2277
2358
|
selector: 'bal-pagination',
|
|
2278
2359
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2279
2360
|
template: '<ng-content></ng-content>',
|
|
2361
|
+
standalone: false,
|
|
2280
2362
|
inputs: ['align', 'disabled', 'interface', 'pageRange', 'size', 'sticky', 'top', 'totalPages', 'value'],
|
|
2281
2363
|
outputs: ['balChange']
|
|
2282
2364
|
}]
|
|
2283
|
-
}], ctorParameters:
|
|
2365
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2284
2366
|
let BalPopover = class BalPopover {
|
|
2285
2367
|
constructor(c, r, z) {
|
|
2286
2368
|
this.z = z;
|
|
@@ -2288,9 +2370,9 @@ let BalPopover = class BalPopover {
|
|
|
2288
2370
|
this.el = r.nativeElement;
|
|
2289
2371
|
proxyOutputs(this, this.el, ['balChange', 'balWillAnimate', 'balDidAnimate']);
|
|
2290
2372
|
}
|
|
2373
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2374
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalPopover, selector: "bal-popover", inputs: { active: "active", arrow: "arrow", autoTrigger: "autoTrigger", backdrop: "backdrop", hint: "hint", hover: "hover", mobileTop: "mobileTop", offsetX: "offsetX", offsetY: "offsetY", padding: "padding", position: "position", tooltip: "tooltip" }, outputs: { balChange: "balChange", balWillAnimate: "balWillAnimate", balDidAnimate: "balDidAnimate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2291
2375
|
};
|
|
2292
|
-
BalPopover.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2293
|
-
BalPopover.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalPopover, selector: "bal-popover", inputs: { active: "active", arrow: "arrow", autoTrigger: "autoTrigger", backdrop: "backdrop", hint: "hint", hover: "hover", mobileTop: "mobileTop", offsetX: "offsetX", offsetY: "offsetY", padding: "padding", position: "position", tooltip: "tooltip" }, outputs: { balChange: "balChange", balWillAnimate: "balWillAnimate", balDidAnimate: "balDidAnimate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2294
2376
|
BalPopover = __decorate([
|
|
2295
2377
|
ProxyCmp({
|
|
2296
2378
|
inputs: ['active', 'arrow', 'autoTrigger', 'backdrop', 'hint', 'hover', 'mobileTop', 'offsetX', 'offsetY', 'padding', 'position', 'tooltip'],
|
|
@@ -2299,25 +2381,26 @@ BalPopover = __decorate([
|
|
|
2299
2381
|
}),
|
|
2300
2382
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2301
2383
|
], BalPopover);
|
|
2302
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2384
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalPopover, decorators: [{
|
|
2303
2385
|
type: Component,
|
|
2304
2386
|
args: [{
|
|
2305
2387
|
selector: 'bal-popover',
|
|
2306
2388
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2307
2389
|
template: '<ng-content></ng-content>',
|
|
2390
|
+
standalone: false,
|
|
2308
2391
|
inputs: ['active', 'arrow', 'autoTrigger', 'backdrop', 'hint', 'hover', 'mobileTop', 'offsetX', 'offsetY', 'padding', 'position', 'tooltip'],
|
|
2309
2392
|
outputs: ['balChange', 'balWillAnimate', 'balDidAnimate']
|
|
2310
2393
|
}]
|
|
2311
|
-
}], ctorParameters:
|
|
2394
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2312
2395
|
let BalPopoverContent = class BalPopoverContent {
|
|
2313
2396
|
constructor(c, r, z) {
|
|
2314
2397
|
this.z = z;
|
|
2315
2398
|
c.detach();
|
|
2316
2399
|
this.el = r.nativeElement;
|
|
2317
2400
|
}
|
|
2401
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalPopoverContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2402
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalPopoverContent, selector: "bal-popover-content", inputs: { color: "color", contentMinWidth: "contentMinWidth", contentWidth: "contentWidth", expanded: "expanded", mobileTop: "mobileTop", noShadow: "noShadow", radius: "radius", scrollable: "scrollable", spaceless: "spaceless" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2318
2403
|
};
|
|
2319
|
-
BalPopoverContent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalPopoverContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2320
|
-
BalPopoverContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalPopoverContent, selector: "bal-popover-content", inputs: { color: "color", contentMinWidth: "contentMinWidth", contentWidth: "contentWidth", expanded: "expanded", mobileTop: "mobileTop", noShadow: "noShadow", radius: "radius", scrollable: "scrollable", spaceless: "spaceless" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2321
2404
|
BalPopoverContent = __decorate([
|
|
2322
2405
|
ProxyCmp({
|
|
2323
2406
|
inputs: ['color', 'contentMinWidth', 'contentWidth', 'expanded', 'mobileTop', 'noShadow', 'radius', 'scrollable', 'spaceless'],
|
|
@@ -2325,15 +2408,16 @@ BalPopoverContent = __decorate([
|
|
|
2325
2408
|
}),
|
|
2326
2409
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2327
2410
|
], BalPopoverContent);
|
|
2328
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2411
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalPopoverContent, decorators: [{
|
|
2329
2412
|
type: Component,
|
|
2330
2413
|
args: [{
|
|
2331
2414
|
selector: 'bal-popover-content',
|
|
2332
2415
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2333
2416
|
template: '<ng-content></ng-content>',
|
|
2417
|
+
standalone: false,
|
|
2334
2418
|
inputs: ['color', 'contentMinWidth', 'contentWidth', 'expanded', 'mobileTop', 'noShadow', 'radius', 'scrollable', 'spaceless']
|
|
2335
2419
|
}]
|
|
2336
|
-
}], ctorParameters:
|
|
2420
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2337
2421
|
let BalPopup = class BalPopup {
|
|
2338
2422
|
constructor(c, r, z) {
|
|
2339
2423
|
this.z = z;
|
|
@@ -2341,9 +2425,9 @@ let BalPopup = class BalPopup {
|
|
|
2341
2425
|
this.el = r.nativeElement;
|
|
2342
2426
|
proxyOutputs(this, this.el, ['balChange', 'balWillAnimate', 'balDidAnimate']);
|
|
2343
2427
|
}
|
|
2428
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalPopup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2429
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalPopup, selector: "bal-popup", inputs: { active: "active", arrow: "arrow", backdrop: "backdrop", backdropDismiss: "backdropDismiss", closable: "closable", contentWidth: "contentWidth", label: "label", offset: "offset", placement: "placement", reference: "reference", variant: "variant" }, outputs: { balChange: "balChange", balWillAnimate: "balWillAnimate", balDidAnimate: "balDidAnimate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2344
2430
|
};
|
|
2345
|
-
BalPopup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalPopup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2346
|
-
BalPopup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalPopup, selector: "bal-popup", inputs: { active: "active", arrow: "arrow", backdrop: "backdrop", backdropDismiss: "backdropDismiss", closable: "closable", contentWidth: "contentWidth", label: "label", offset: "offset", placement: "placement", reference: "reference", variant: "variant" }, outputs: { balChange: "balChange", balWillAnimate: "balWillAnimate", balDidAnimate: "balDidAnimate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2347
2431
|
BalPopup = __decorate([
|
|
2348
2432
|
ProxyCmp({
|
|
2349
2433
|
inputs: ['active', 'arrow', 'backdrop', 'backdropDismiss', 'closable', 'contentWidth', 'label', 'offset', 'placement', 'reference', 'variant'],
|
|
@@ -2352,25 +2436,26 @@ BalPopup = __decorate([
|
|
|
2352
2436
|
}),
|
|
2353
2437
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2354
2438
|
], BalPopup);
|
|
2355
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2439
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalPopup, decorators: [{
|
|
2356
2440
|
type: Component,
|
|
2357
2441
|
args: [{
|
|
2358
2442
|
selector: 'bal-popup',
|
|
2359
2443
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2360
2444
|
template: '<ng-content></ng-content>',
|
|
2445
|
+
standalone: false,
|
|
2361
2446
|
inputs: ['active', 'arrow', 'backdrop', 'backdropDismiss', 'closable', 'contentWidth', 'label', 'offset', 'placement', 'reference', 'variant'],
|
|
2362
2447
|
outputs: ['balChange', 'balWillAnimate', 'balDidAnimate']
|
|
2363
2448
|
}]
|
|
2364
|
-
}], ctorParameters:
|
|
2449
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2365
2450
|
let BalProgressBar = class BalProgressBar {
|
|
2366
2451
|
constructor(c, r, z) {
|
|
2367
2452
|
this.z = z;
|
|
2368
2453
|
c.detach();
|
|
2369
2454
|
this.el = r.nativeElement;
|
|
2370
2455
|
}
|
|
2456
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2457
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalProgressBar, selector: "bal-progress-bar", inputs: { background: "background", color: "color", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2371
2458
|
};
|
|
2372
|
-
BalProgressBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2373
|
-
BalProgressBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalProgressBar, selector: "bal-progress-bar", inputs: { background: "background", color: "color", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2374
2459
|
BalProgressBar = __decorate([
|
|
2375
2460
|
ProxyCmp({
|
|
2376
2461
|
inputs: ['background', 'color', 'value'],
|
|
@@ -2379,15 +2464,16 @@ BalProgressBar = __decorate([
|
|
|
2379
2464
|
}),
|
|
2380
2465
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2381
2466
|
], BalProgressBar);
|
|
2382
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2467
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalProgressBar, decorators: [{
|
|
2383
2468
|
type: Component,
|
|
2384
2469
|
args: [{
|
|
2385
2470
|
selector: 'bal-progress-bar',
|
|
2386
2471
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2387
2472
|
template: '<ng-content></ng-content>',
|
|
2473
|
+
standalone: false,
|
|
2388
2474
|
inputs: ['background', 'color', 'value']
|
|
2389
2475
|
}]
|
|
2390
|
-
}], ctorParameters:
|
|
2476
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2391
2477
|
let BalRadio = class BalRadio {
|
|
2392
2478
|
constructor(c, r, z) {
|
|
2393
2479
|
this.z = z;
|
|
@@ -2395,9 +2481,9 @@ let BalRadio = class BalRadio {
|
|
|
2395
2481
|
this.el = r.nativeElement;
|
|
2396
2482
|
proxyOutputs(this, this.el, ['balFocus', 'balBlur', 'balChange']);
|
|
2397
2483
|
}
|
|
2484
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2485
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalRadio, selector: "bal-radio", inputs: { disabled: "disabled", flat: "flat", interface: "interface", invalid: "invalid", invisible: "invisible", label: "label", labelHidden: "labelHidden", name: "name", nonSubmit: "nonSubmit", readonly: "readonly", required: "required", value: "value" }, outputs: { balFocus: "balFocus", balBlur: "balBlur", balChange: "balChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2398
2486
|
};
|
|
2399
|
-
BalRadio.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2400
|
-
BalRadio.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalRadio, selector: "bal-radio", inputs: { disabled: "disabled", flat: "flat", interface: "interface", invalid: "invalid", invisible: "invisible", label: "label", labelHidden: "labelHidden", name: "name", nonSubmit: "nonSubmit", readonly: "readonly", required: "required", value: "value" }, outputs: { balFocus: "balFocus", balBlur: "balBlur", balChange: "balChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2401
2487
|
BalRadio = __decorate([
|
|
2402
2488
|
ProxyCmp({
|
|
2403
2489
|
inputs: ['disabled', 'flat', 'interface', 'invalid', 'invisible', 'label', 'labelHidden', 'name', 'nonSubmit', 'readonly', 'required', 'value'],
|
|
@@ -2406,16 +2492,17 @@ BalRadio = __decorate([
|
|
|
2406
2492
|
}),
|
|
2407
2493
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2408
2494
|
], BalRadio);
|
|
2409
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2495
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalRadio, decorators: [{
|
|
2410
2496
|
type: Component,
|
|
2411
2497
|
args: [{
|
|
2412
2498
|
selector: 'bal-radio',
|
|
2413
2499
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2414
2500
|
template: '<ng-content></ng-content>',
|
|
2501
|
+
standalone: false,
|
|
2415
2502
|
inputs: ['disabled', 'flat', 'interface', 'invalid', 'invisible', 'label', 'labelHidden', 'name', 'nonSubmit', 'readonly', 'required', 'value'],
|
|
2416
2503
|
outputs: ['balFocus', 'balBlur', 'balChange']
|
|
2417
2504
|
}]
|
|
2418
|
-
}], ctorParameters:
|
|
2505
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2419
2506
|
let BalRadioButton = class BalRadioButton {
|
|
2420
2507
|
constructor(c, r, z) {
|
|
2421
2508
|
this.z = z;
|
|
@@ -2423,9 +2510,9 @@ let BalRadioButton = class BalRadioButton {
|
|
|
2423
2510
|
this.el = r.nativeElement;
|
|
2424
2511
|
proxyOutputs(this, this.el, ['balFocus', 'balBlur', 'balFormControlDidLoad']);
|
|
2425
2512
|
}
|
|
2513
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalRadioButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2514
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalRadioButton, selector: "bal-radio-button", inputs: { color: "color", disabled: "disabled", invalid: "invalid", readonly: "readonly" }, outputs: { balFocus: "balFocus", balBlur: "balBlur", balFormControlDidLoad: "balFormControlDidLoad" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2426
2515
|
};
|
|
2427
|
-
BalRadioButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalRadioButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2428
|
-
BalRadioButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalRadioButton, selector: "bal-radio-button", inputs: { color: "color", disabled: "disabled", invalid: "invalid", readonly: "readonly" }, outputs: { balFocus: "balFocus", balBlur: "balBlur", balFormControlDidLoad: "balFormControlDidLoad" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2429
2516
|
BalRadioButton = __decorate([
|
|
2430
2517
|
ProxyCmp({
|
|
2431
2518
|
inputs: ['color', 'disabled', 'invalid', 'readonly'],
|
|
@@ -2433,16 +2520,17 @@ BalRadioButton = __decorate([
|
|
|
2433
2520
|
}),
|
|
2434
2521
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2435
2522
|
], BalRadioButton);
|
|
2436
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2523
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalRadioButton, decorators: [{
|
|
2437
2524
|
type: Component,
|
|
2438
2525
|
args: [{
|
|
2439
2526
|
selector: 'bal-radio-button',
|
|
2440
2527
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2441
2528
|
template: '<ng-content></ng-content>',
|
|
2529
|
+
standalone: false,
|
|
2442
2530
|
inputs: ['color', 'disabled', 'invalid', 'readonly'],
|
|
2443
2531
|
outputs: ['balFocus', 'balBlur', 'balFormControlDidLoad']
|
|
2444
2532
|
}]
|
|
2445
|
-
}], ctorParameters:
|
|
2533
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2446
2534
|
let BalRadioGroup = class BalRadioGroup {
|
|
2447
2535
|
constructor(c, r, z) {
|
|
2448
2536
|
this.z = z;
|
|
@@ -2450,9 +2538,9 @@ let BalRadioGroup = class BalRadioGroup {
|
|
|
2450
2538
|
this.el = r.nativeElement;
|
|
2451
2539
|
proxyOutputs(this, this.el, ['balChange', 'balFocus', 'balBlur']);
|
|
2452
2540
|
}
|
|
2541
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalRadioGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2542
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalRadioGroup, selector: "bal-radio-group", inputs: { allowEmptySelection: "allowEmptySelection", autoInvalidOff: "autoInvalidOff", columnsMobile: "columnsMobile", columnsTablet: "columnsTablet", disabled: "disabled", expanded: "expanded", grid: "grid", interface: "interface", invalid: "invalid", name: "name", options: "options", readonly: "readonly", value: "value", vertical: "vertical", verticalOnMobile: "verticalOnMobile" }, outputs: { balChange: "balChange", balFocus: "balFocus", balBlur: "balBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2453
2543
|
};
|
|
2454
|
-
BalRadioGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalRadioGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2455
|
-
BalRadioGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalRadioGroup, selector: "bal-radio-group", inputs: { allowEmptySelection: "allowEmptySelection", autoInvalidOff: "autoInvalidOff", columnsMobile: "columnsMobile", columnsTablet: "columnsTablet", disabled: "disabled", expanded: "expanded", grid: "grid", interface: "interface", invalid: "invalid", name: "name", options: "options", readonly: "readonly", value: "value", vertical: "vertical", verticalOnMobile: "verticalOnMobile" }, outputs: { balChange: "balChange", balFocus: "balFocus", balBlur: "balBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2456
2544
|
BalRadioGroup = __decorate([
|
|
2457
2545
|
ProxyCmp({
|
|
2458
2546
|
inputs: ['allowEmptySelection', 'autoInvalidOff', 'columnsMobile', 'columnsTablet', 'disabled', 'expanded', 'grid', 'interface', 'invalid', 'name', 'options', 'readonly', 'value', 'vertical', 'verticalOnMobile'],
|
|
@@ -2461,16 +2549,17 @@ BalRadioGroup = __decorate([
|
|
|
2461
2549
|
}),
|
|
2462
2550
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2463
2551
|
], BalRadioGroup);
|
|
2464
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2552
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalRadioGroup, decorators: [{
|
|
2465
2553
|
type: Component,
|
|
2466
2554
|
args: [{
|
|
2467
2555
|
selector: 'bal-radio-group',
|
|
2468
2556
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2469
2557
|
template: '<ng-content></ng-content>',
|
|
2558
|
+
standalone: false,
|
|
2470
2559
|
inputs: ['allowEmptySelection', 'autoInvalidOff', 'columnsMobile', 'columnsTablet', 'disabled', 'expanded', 'grid', 'interface', 'invalid', 'name', 'options', 'readonly', 'value', 'vertical', 'verticalOnMobile'],
|
|
2471
2560
|
outputs: ['balChange', 'balFocus', 'balBlur']
|
|
2472
2561
|
}]
|
|
2473
|
-
}], ctorParameters:
|
|
2562
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2474
2563
|
let BalSegment = class BalSegment {
|
|
2475
2564
|
constructor(c, r, z) {
|
|
2476
2565
|
this.z = z;
|
|
@@ -2478,9 +2567,9 @@ let BalSegment = class BalSegment {
|
|
|
2478
2567
|
this.el = r.nativeElement;
|
|
2479
2568
|
proxyOutputs(this, this.el, ['balFocus', 'balBlur', 'balChange']);
|
|
2480
2569
|
}
|
|
2570
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalSegment, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2571
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalSegment, selector: "bal-segment", inputs: { disabled: "disabled", expanded: "expanded", invalid: "invalid", scrollable: "scrollable", value: "value", vertical: "vertical" }, outputs: { balFocus: "balFocus", balBlur: "balBlur", balChange: "balChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2481
2572
|
};
|
|
2482
|
-
BalSegment.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSegment, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2483
|
-
BalSegment.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalSegment, selector: "bal-segment", inputs: { disabled: "disabled", expanded: "expanded", invalid: "invalid", scrollable: "scrollable", value: "value", vertical: "vertical" }, outputs: { balFocus: "balFocus", balBlur: "balBlur", balChange: "balChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2484
2573
|
BalSegment = __decorate([
|
|
2485
2574
|
ProxyCmp({
|
|
2486
2575
|
inputs: ['disabled', 'expanded', 'invalid', 'scrollable', 'value', 'vertical'],
|
|
@@ -2488,25 +2577,26 @@ BalSegment = __decorate([
|
|
|
2488
2577
|
}),
|
|
2489
2578
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2490
2579
|
], BalSegment);
|
|
2491
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2580
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalSegment, decorators: [{
|
|
2492
2581
|
type: Component,
|
|
2493
2582
|
args: [{
|
|
2494
2583
|
selector: 'bal-segment',
|
|
2495
2584
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2496
2585
|
template: '<ng-content></ng-content>',
|
|
2586
|
+
standalone: false,
|
|
2497
2587
|
inputs: ['disabled', 'expanded', 'invalid', 'scrollable', 'value', 'vertical'],
|
|
2498
2588
|
outputs: ['balFocus', 'balBlur', 'balChange']
|
|
2499
2589
|
}]
|
|
2500
|
-
}], ctorParameters:
|
|
2590
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2501
2591
|
let BalSegmentItem = class BalSegmentItem {
|
|
2502
2592
|
constructor(c, r, z) {
|
|
2503
2593
|
this.z = z;
|
|
2504
2594
|
c.detach();
|
|
2505
2595
|
this.el = r.nativeElement;
|
|
2506
2596
|
}
|
|
2597
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalSegmentItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2598
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalSegmentItem, selector: "bal-segment-item", inputs: { disabled: "disabled", invalid: "invalid", label: "label", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2507
2599
|
};
|
|
2508
|
-
BalSegmentItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSegmentItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2509
|
-
BalSegmentItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalSegmentItem, selector: "bal-segment-item", inputs: { disabled: "disabled", invalid: "invalid", label: "label", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2510
2600
|
BalSegmentItem = __decorate([
|
|
2511
2601
|
ProxyCmp({
|
|
2512
2602
|
inputs: ['disabled', 'invalid', 'label', 'value'],
|
|
@@ -2514,15 +2604,16 @@ BalSegmentItem = __decorate([
|
|
|
2514
2604
|
}),
|
|
2515
2605
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2516
2606
|
], BalSegmentItem);
|
|
2517
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2607
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalSegmentItem, decorators: [{
|
|
2518
2608
|
type: Component,
|
|
2519
2609
|
args: [{
|
|
2520
2610
|
selector: 'bal-segment-item',
|
|
2521
2611
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2522
2612
|
template: '<ng-content></ng-content>',
|
|
2613
|
+
standalone: false,
|
|
2523
2614
|
inputs: ['disabled', 'invalid', 'label', 'value']
|
|
2524
2615
|
}]
|
|
2525
|
-
}], ctorParameters:
|
|
2616
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2526
2617
|
let BalSelect = class BalSelect {
|
|
2527
2618
|
constructor(c, r, z) {
|
|
2528
2619
|
this.z = z;
|
|
@@ -2530,9 +2621,9 @@ let BalSelect = class BalSelect {
|
|
|
2530
2621
|
this.el = r.nativeElement;
|
|
2531
2622
|
proxyOutputs(this, this.el, ['balChange', 'balInputClick', 'balInput', 'balBlur', 'balFocus', 'balCancel', 'balKeyPress']);
|
|
2532
2623
|
}
|
|
2624
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2625
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalSelect, selector: "bal-select", inputs: { autoInvalidOff: "autoInvalidOff", autocomplete: "autocomplete", balTabindex: "balTabindex", disabled: "disabled", filter: "filter", freeSolo: "freeSolo", invalid: "invalid", loading: "loading", maxLength: "maxLength", multiple: "multiple", name: "name", noDataLabel: "noDataLabel", placeholder: "placeholder", readonly: "readonly", remote: "remote", required: "required", scrollable: "scrollable", selectionOptional: "selectionOptional", typeahead: "typeahead", value: "value" }, outputs: { balChange: "balChange", balInputClick: "balInputClick", balInput: "balInput", balBlur: "balBlur", balFocus: "balFocus", balCancel: "balCancel", balKeyPress: "balKeyPress" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2533
2626
|
};
|
|
2534
|
-
BalSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2535
|
-
BalSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalSelect, selector: "bal-select", inputs: { autoInvalidOff: "autoInvalidOff", autocomplete: "autocomplete", balTabindex: "balTabindex", disabled: "disabled", filter: "filter", freeSolo: "freeSolo", invalid: "invalid", loading: "loading", maxLength: "maxLength", multiple: "multiple", name: "name", noDataLabel: "noDataLabel", placeholder: "placeholder", readonly: "readonly", remote: "remote", required: "required", scrollable: "scrollable", selectionOptional: "selectionOptional", typeahead: "typeahead", value: "value" }, outputs: { balChange: "balChange", balInputClick: "balInputClick", balInput: "balInput", balBlur: "balBlur", balFocus: "balFocus", balCancel: "balCancel", balKeyPress: "balKeyPress" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2536
2627
|
BalSelect = __decorate([
|
|
2537
2628
|
ProxyCmp({
|
|
2538
2629
|
inputs: ['autoInvalidOff', 'autocomplete', 'balTabindex', 'disabled', 'filter', 'freeSolo', 'invalid', 'loading', 'maxLength', 'multiple', 'name', 'noDataLabel', 'placeholder', 'readonly', 'remote', 'required', 'scrollable', 'selectionOptional', 'typeahead', 'value'],
|
|
@@ -2541,25 +2632,26 @@ BalSelect = __decorate([
|
|
|
2541
2632
|
}),
|
|
2542
2633
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2543
2634
|
], BalSelect);
|
|
2544
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2635
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalSelect, decorators: [{
|
|
2545
2636
|
type: Component,
|
|
2546
2637
|
args: [{
|
|
2547
2638
|
selector: 'bal-select',
|
|
2548
2639
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2549
2640
|
template: '<ng-content></ng-content>',
|
|
2641
|
+
standalone: false,
|
|
2550
2642
|
inputs: ['autoInvalidOff', 'autocomplete', 'balTabindex', 'disabled', 'filter', 'freeSolo', 'invalid', 'loading', 'maxLength', 'multiple', 'name', 'noDataLabel', 'placeholder', 'readonly', 'remote', 'required', 'scrollable', 'selectionOptional', 'typeahead', 'value'],
|
|
2551
2643
|
outputs: ['balChange', 'balInputClick', 'balInput', 'balBlur', 'balFocus', 'balCancel', 'balKeyPress']
|
|
2552
2644
|
}]
|
|
2553
|
-
}], ctorParameters:
|
|
2645
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2554
2646
|
let BalSelectOption = class BalSelectOption {
|
|
2555
2647
|
constructor(c, r, z) {
|
|
2556
2648
|
this.z = z;
|
|
2557
2649
|
c.detach();
|
|
2558
2650
|
this.el = r.nativeElement;
|
|
2559
2651
|
}
|
|
2652
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalSelectOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2653
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalSelectOption, selector: "bal-select-option", inputs: { disabled: "disabled", label: "label", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2560
2654
|
};
|
|
2561
|
-
BalSelectOption.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSelectOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2562
|
-
BalSelectOption.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalSelectOption, selector: "bal-select-option", inputs: { disabled: "disabled", label: "label", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2563
2655
|
BalSelectOption = __decorate([
|
|
2564
2656
|
ProxyCmp({
|
|
2565
2657
|
inputs: ['disabled', 'label', 'value'],
|
|
@@ -2567,24 +2659,25 @@ BalSelectOption = __decorate([
|
|
|
2567
2659
|
}),
|
|
2568
2660
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2569
2661
|
], BalSelectOption);
|
|
2570
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2662
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalSelectOption, decorators: [{
|
|
2571
2663
|
type: Component,
|
|
2572
2664
|
args: [{
|
|
2573
2665
|
selector: 'bal-select-option',
|
|
2574
2666
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2575
2667
|
template: '<ng-content></ng-content>',
|
|
2668
|
+
standalone: false,
|
|
2576
2669
|
inputs: ['disabled', 'label', 'value']
|
|
2577
2670
|
}]
|
|
2578
|
-
}], ctorParameters:
|
|
2671
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2579
2672
|
let BalShape = class BalShape {
|
|
2580
2673
|
constructor(c, r, z) {
|
|
2581
2674
|
this.z = z;
|
|
2582
2675
|
c.detach();
|
|
2583
2676
|
this.el = r.nativeElement;
|
|
2584
2677
|
}
|
|
2678
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalShape, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2679
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalShape, selector: "bal-shape", inputs: { color: "color", rotation: "rotation", variation: "variation" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2585
2680
|
};
|
|
2586
|
-
BalShape.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalShape, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2587
|
-
BalShape.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalShape, selector: "bal-shape", inputs: { color: "color", rotation: "rotation", variation: "variation" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2588
2681
|
BalShape = __decorate([
|
|
2589
2682
|
ProxyCmp({
|
|
2590
2683
|
inputs: ['color', 'rotation', 'variation'],
|
|
@@ -2592,24 +2685,25 @@ BalShape = __decorate([
|
|
|
2592
2685
|
}),
|
|
2593
2686
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2594
2687
|
], BalShape);
|
|
2595
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2688
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalShape, decorators: [{
|
|
2596
2689
|
type: Component,
|
|
2597
2690
|
args: [{
|
|
2598
2691
|
selector: 'bal-shape',
|
|
2599
2692
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2600
2693
|
template: '<ng-content></ng-content>',
|
|
2694
|
+
standalone: false,
|
|
2601
2695
|
inputs: ['color', 'rotation', 'variation']
|
|
2602
2696
|
}]
|
|
2603
|
-
}], ctorParameters:
|
|
2697
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2604
2698
|
let BalSheet = class BalSheet {
|
|
2605
2699
|
constructor(c, r, z) {
|
|
2606
2700
|
this.z = z;
|
|
2607
2701
|
c.detach();
|
|
2608
2702
|
this.el = r.nativeElement;
|
|
2609
2703
|
}
|
|
2704
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalSheet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2705
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalSheet, selector: "bal-sheet", inputs: { containerSize: "containerSize" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2610
2706
|
};
|
|
2611
|
-
BalSheet.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSheet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2612
|
-
BalSheet.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalSheet, selector: "bal-sheet", inputs: { containerSize: "containerSize" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2613
2707
|
BalSheet = __decorate([
|
|
2614
2708
|
ProxyCmp({
|
|
2615
2709
|
inputs: ['containerSize'],
|
|
@@ -2617,15 +2711,16 @@ BalSheet = __decorate([
|
|
|
2617
2711
|
}),
|
|
2618
2712
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2619
2713
|
], BalSheet);
|
|
2620
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2714
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalSheet, decorators: [{
|
|
2621
2715
|
type: Component,
|
|
2622
2716
|
args: [{
|
|
2623
2717
|
selector: 'bal-sheet',
|
|
2624
2718
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2625
2719
|
template: '<ng-content></ng-content>',
|
|
2720
|
+
standalone: false,
|
|
2626
2721
|
inputs: ['containerSize']
|
|
2627
2722
|
}]
|
|
2628
|
-
}], ctorParameters:
|
|
2723
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2629
2724
|
let BalSnackbar = class BalSnackbar {
|
|
2630
2725
|
constructor(c, r, z) {
|
|
2631
2726
|
this.z = z;
|
|
@@ -2633,9 +2728,9 @@ let BalSnackbar = class BalSnackbar {
|
|
|
2633
2728
|
this.el = r.nativeElement;
|
|
2634
2729
|
proxyOutputs(this, this.el, ['balClose', 'balAction']);
|
|
2635
2730
|
}
|
|
2731
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalSnackbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2732
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalSnackbar, selector: "bal-snackbar", inputs: { action: "action", color: "color", duration: "duration", href: "href", icon: "icon", message: "message", subject: "subject", target: "target" }, outputs: { balClose: "balClose", balAction: "balAction" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2636
2733
|
};
|
|
2637
|
-
BalSnackbar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSnackbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2638
|
-
BalSnackbar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalSnackbar, selector: "bal-snackbar", inputs: { action: "action", color: "color", duration: "duration", href: "href", icon: "icon", message: "message", subject: "subject", target: "target" }, outputs: { balClose: "balClose", balAction: "balAction" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2639
2734
|
BalSnackbar = __decorate([
|
|
2640
2735
|
ProxyCmp({
|
|
2641
2736
|
inputs: ['action', 'color', 'duration', 'href', 'icon', 'message', 'subject', 'target'],
|
|
@@ -2644,25 +2739,26 @@ BalSnackbar = __decorate([
|
|
|
2644
2739
|
}),
|
|
2645
2740
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2646
2741
|
], BalSnackbar);
|
|
2647
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2742
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalSnackbar, decorators: [{
|
|
2648
2743
|
type: Component,
|
|
2649
2744
|
args: [{
|
|
2650
2745
|
selector: 'bal-snackbar',
|
|
2651
2746
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2652
2747
|
template: '<ng-content></ng-content>',
|
|
2748
|
+
standalone: false,
|
|
2653
2749
|
inputs: ['action', 'color', 'duration', 'href', 'icon', 'message', 'subject', 'target'],
|
|
2654
2750
|
outputs: ['balClose', 'balAction']
|
|
2655
2751
|
}]
|
|
2656
|
-
}], ctorParameters:
|
|
2752
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2657
2753
|
let BalSpinner = class BalSpinner {
|
|
2658
2754
|
constructor(c, r, z) {
|
|
2659
2755
|
this.z = z;
|
|
2660
2756
|
c.detach();
|
|
2661
2757
|
this.el = r.nativeElement;
|
|
2662
2758
|
}
|
|
2759
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2760
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalSpinner, selector: "bal-spinner", inputs: { color: "color", deactivated: "deactivated", inverted: "inverted", small: "small", variation: "variation" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2663
2761
|
};
|
|
2664
|
-
BalSpinner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2665
|
-
BalSpinner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalSpinner, selector: "bal-spinner", inputs: { color: "color", deactivated: "deactivated", inverted: "inverted", small: "small", variation: "variation" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2666
2762
|
BalSpinner = __decorate([
|
|
2667
2763
|
ProxyCmp({
|
|
2668
2764
|
inputs: ['color', 'deactivated', 'inverted', 'small', 'variation'],
|
|
@@ -2670,24 +2766,25 @@ BalSpinner = __decorate([
|
|
|
2670
2766
|
}),
|
|
2671
2767
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2672
2768
|
], BalSpinner);
|
|
2673
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2769
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalSpinner, decorators: [{
|
|
2674
2770
|
type: Component,
|
|
2675
2771
|
args: [{
|
|
2676
2772
|
selector: 'bal-spinner',
|
|
2677
2773
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2678
2774
|
template: '<ng-content></ng-content>',
|
|
2775
|
+
standalone: false,
|
|
2679
2776
|
inputs: ['color', 'deactivated', 'inverted', 'small', 'variation']
|
|
2680
2777
|
}]
|
|
2681
|
-
}], ctorParameters:
|
|
2778
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2682
2779
|
let BalStack = class BalStack {
|
|
2683
2780
|
constructor(c, r, z) {
|
|
2684
2781
|
this.z = z;
|
|
2685
2782
|
c.detach();
|
|
2686
2783
|
this.el = r.nativeElement;
|
|
2687
2784
|
}
|
|
2785
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalStack, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2786
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalStack, selector: "bal-stack", inputs: { align: "align", fitContent: "fitContent", layout: "layout", px: "px", py: "py", space: "space", spaceColumn: "spaceColumn", spaceRow: "spaceRow", useWrap: "useWrap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2688
2787
|
};
|
|
2689
|
-
BalStack.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalStack, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2690
|
-
BalStack.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalStack, selector: "bal-stack", inputs: { align: "align", fitContent: "fitContent", layout: "layout", px: "px", py: "py", space: "space", spaceColumn: "spaceColumn", spaceRow: "spaceRow", useWrap: "useWrap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2691
2788
|
BalStack = __decorate([
|
|
2692
2789
|
ProxyCmp({
|
|
2693
2790
|
inputs: ['align', 'fitContent', 'layout', 'px', 'py', 'space', 'spaceColumn', 'spaceRow', 'useWrap'],
|
|
@@ -2695,24 +2792,25 @@ BalStack = __decorate([
|
|
|
2695
2792
|
}),
|
|
2696
2793
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2697
2794
|
], BalStack);
|
|
2698
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2795
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalStack, decorators: [{
|
|
2699
2796
|
type: Component,
|
|
2700
2797
|
args: [{
|
|
2701
2798
|
selector: 'bal-stack',
|
|
2702
2799
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2703
2800
|
template: '<ng-content></ng-content>',
|
|
2801
|
+
standalone: false,
|
|
2704
2802
|
inputs: ['align', 'fitContent', 'layout', 'px', 'py', 'space', 'spaceColumn', 'spaceRow', 'useWrap']
|
|
2705
2803
|
}]
|
|
2706
|
-
}], ctorParameters:
|
|
2804
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2707
2805
|
let BalStage = class BalStage {
|
|
2708
2806
|
constructor(c, r, z) {
|
|
2709
2807
|
this.z = z;
|
|
2710
2808
|
c.detach();
|
|
2711
2809
|
this.el = r.nativeElement;
|
|
2712
2810
|
}
|
|
2811
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalStage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2812
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalStage, selector: "bal-stage", inputs: { color: "color", containerSize: "containerSize", shape: "shape", shapeRotation: "shapeRotation", shapeVariation: "shapeVariation", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2713
2813
|
};
|
|
2714
|
-
BalStage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalStage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2715
|
-
BalStage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalStage, selector: "bal-stage", inputs: { color: "color", containerSize: "containerSize", shape: "shape", shapeRotation: "shapeRotation", shapeVariation: "shapeVariation", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2716
2814
|
BalStage = __decorate([
|
|
2717
2815
|
ProxyCmp({
|
|
2718
2816
|
inputs: ['color', 'containerSize', 'shape', 'shapeRotation', 'shapeVariation', 'size'],
|
|
@@ -2720,24 +2818,25 @@ BalStage = __decorate([
|
|
|
2720
2818
|
}),
|
|
2721
2819
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2722
2820
|
], BalStage);
|
|
2723
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2821
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalStage, decorators: [{
|
|
2724
2822
|
type: Component,
|
|
2725
2823
|
args: [{
|
|
2726
2824
|
selector: 'bal-stage',
|
|
2727
2825
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2728
2826
|
template: '<ng-content></ng-content>',
|
|
2827
|
+
standalone: false,
|
|
2729
2828
|
inputs: ['color', 'containerSize', 'shape', 'shapeRotation', 'shapeVariation', 'size']
|
|
2730
2829
|
}]
|
|
2731
|
-
}], ctorParameters:
|
|
2830
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2732
2831
|
let BalStageBackLink = class BalStageBackLink {
|
|
2733
2832
|
constructor(c, r, z) {
|
|
2734
2833
|
this.z = z;
|
|
2735
2834
|
c.detach();
|
|
2736
2835
|
this.el = r.nativeElement;
|
|
2737
2836
|
}
|
|
2837
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalStageBackLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2838
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalStageBackLink, selector: "bal-stage-back-link", inputs: { href: "href", inverted: "inverted", shadow: "shadow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2738
2839
|
};
|
|
2739
|
-
BalStageBackLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalStageBackLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2740
|
-
BalStageBackLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalStageBackLink, selector: "bal-stage-back-link", inputs: { href: "href", inverted: "inverted", shadow: "shadow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2741
2840
|
BalStageBackLink = __decorate([
|
|
2742
2841
|
ProxyCmp({
|
|
2743
2842
|
inputs: ['href', 'inverted', 'shadow'],
|
|
@@ -2745,93 +2844,97 @@ BalStageBackLink = __decorate([
|
|
|
2745
2844
|
}),
|
|
2746
2845
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2747
2846
|
], BalStageBackLink);
|
|
2748
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2847
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalStageBackLink, decorators: [{
|
|
2749
2848
|
type: Component,
|
|
2750
2849
|
args: [{
|
|
2751
2850
|
selector: 'bal-stage-back-link',
|
|
2752
2851
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2753
2852
|
template: '<ng-content></ng-content>',
|
|
2853
|
+
standalone: false,
|
|
2754
2854
|
inputs: ['href', 'inverted', 'shadow']
|
|
2755
2855
|
}]
|
|
2756
|
-
}], ctorParameters:
|
|
2856
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2757
2857
|
let BalStageBody = class BalStageBody {
|
|
2758
2858
|
constructor(c, r, z) {
|
|
2759
2859
|
this.z = z;
|
|
2760
2860
|
c.detach();
|
|
2761
2861
|
this.el = r.nativeElement;
|
|
2762
2862
|
}
|
|
2863
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalStageBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2864
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalStageBody, selector: "bal-stage-body", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2763
2865
|
};
|
|
2764
|
-
BalStageBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalStageBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2765
|
-
BalStageBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalStageBody, selector: "bal-stage-body", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2766
2866
|
BalStageBody = __decorate([
|
|
2767
2867
|
ProxyCmp({
|
|
2768
2868
|
defineCustomElementFn: defineCustomElement$1B
|
|
2769
2869
|
}),
|
|
2770
2870
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2771
2871
|
], BalStageBody);
|
|
2772
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2872
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalStageBody, decorators: [{
|
|
2773
2873
|
type: Component,
|
|
2774
2874
|
args: [{
|
|
2775
2875
|
selector: 'bal-stage-body',
|
|
2776
2876
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2777
|
-
template: '<ng-content></ng-content>'
|
|
2877
|
+
template: '<ng-content></ng-content>',
|
|
2878
|
+
standalone: false
|
|
2778
2879
|
}]
|
|
2779
|
-
}], ctorParameters:
|
|
2880
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2780
2881
|
let BalStageFoot = class BalStageFoot {
|
|
2781
2882
|
constructor(c, r, z) {
|
|
2782
2883
|
this.z = z;
|
|
2783
2884
|
c.detach();
|
|
2784
2885
|
this.el = r.nativeElement;
|
|
2785
2886
|
}
|
|
2887
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalStageFoot, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2888
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalStageFoot, selector: "bal-stage-foot", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2786
2889
|
};
|
|
2787
|
-
BalStageFoot.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalStageFoot, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2788
|
-
BalStageFoot.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalStageFoot, selector: "bal-stage-foot", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2789
2890
|
BalStageFoot = __decorate([
|
|
2790
2891
|
ProxyCmp({
|
|
2791
2892
|
defineCustomElementFn: defineCustomElement$1C
|
|
2792
2893
|
}),
|
|
2793
2894
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2794
2895
|
], BalStageFoot);
|
|
2795
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2896
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalStageFoot, decorators: [{
|
|
2796
2897
|
type: Component,
|
|
2797
2898
|
args: [{
|
|
2798
2899
|
selector: 'bal-stage-foot',
|
|
2799
2900
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2800
|
-
template: '<ng-content></ng-content>'
|
|
2901
|
+
template: '<ng-content></ng-content>',
|
|
2902
|
+
standalone: false
|
|
2801
2903
|
}]
|
|
2802
|
-
}], ctorParameters:
|
|
2904
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2803
2905
|
let BalStageHead = class BalStageHead {
|
|
2804
2906
|
constructor(c, r, z) {
|
|
2805
2907
|
this.z = z;
|
|
2806
2908
|
c.detach();
|
|
2807
2909
|
this.el = r.nativeElement;
|
|
2808
2910
|
}
|
|
2911
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalStageHead, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2912
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalStageHead, selector: "bal-stage-head", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2809
2913
|
};
|
|
2810
|
-
BalStageHead.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalStageHead, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2811
|
-
BalStageHead.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalStageHead, selector: "bal-stage-head", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2812
2914
|
BalStageHead = __decorate([
|
|
2813
2915
|
ProxyCmp({
|
|
2814
2916
|
defineCustomElementFn: defineCustomElement$1D
|
|
2815
2917
|
}),
|
|
2816
2918
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2817
2919
|
], BalStageHead);
|
|
2818
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2920
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalStageHead, decorators: [{
|
|
2819
2921
|
type: Component,
|
|
2820
2922
|
args: [{
|
|
2821
2923
|
selector: 'bal-stage-head',
|
|
2822
2924
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2823
|
-
template: '<ng-content></ng-content>'
|
|
2925
|
+
template: '<ng-content></ng-content>',
|
|
2926
|
+
standalone: false
|
|
2824
2927
|
}]
|
|
2825
|
-
}], ctorParameters:
|
|
2928
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2826
2929
|
let BalStageImage = class BalStageImage {
|
|
2827
2930
|
constructor(c, r, z) {
|
|
2828
2931
|
this.z = z;
|
|
2829
2932
|
c.detach();
|
|
2830
2933
|
this.el = r.nativeElement;
|
|
2831
2934
|
}
|
|
2935
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalStageImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2936
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalStageImage, selector: "bal-stage-image", inputs: { fallback: "fallback", srcSet: "srcSet" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2832
2937
|
};
|
|
2833
|
-
BalStageImage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalStageImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2834
|
-
BalStageImage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalStageImage, selector: "bal-stage-image", inputs: { fallback: "fallback", srcSet: "srcSet" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2835
2938
|
BalStageImage = __decorate([
|
|
2836
2939
|
ProxyCmp({
|
|
2837
2940
|
inputs: ['fallback', 'srcSet'],
|
|
@@ -2839,15 +2942,16 @@ BalStageImage = __decorate([
|
|
|
2839
2942
|
}),
|
|
2840
2943
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2841
2944
|
], BalStageImage);
|
|
2842
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2945
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalStageImage, decorators: [{
|
|
2843
2946
|
type: Component,
|
|
2844
2947
|
args: [{
|
|
2845
2948
|
selector: 'bal-stage-image',
|
|
2846
2949
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2847
2950
|
template: '<ng-content></ng-content>',
|
|
2951
|
+
standalone: false,
|
|
2848
2952
|
inputs: ['fallback', 'srcSet']
|
|
2849
2953
|
}]
|
|
2850
|
-
}], ctorParameters:
|
|
2954
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2851
2955
|
let BalStepItem = class BalStepItem {
|
|
2852
2956
|
constructor(c, r, z) {
|
|
2853
2957
|
this.z = z;
|
|
@@ -2855,9 +2959,9 @@ let BalStepItem = class BalStepItem {
|
|
|
2855
2959
|
this.el = r.nativeElement;
|
|
2856
2960
|
proxyOutputs(this, this.el, ['balNavigate']);
|
|
2857
2961
|
}
|
|
2962
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalStepItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2963
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalStepItem, selector: "bal-step-item", inputs: { active: "active", disabled: "disabled", done: "done", failed: "failed", href: "href", invisible: "invisible", label: "label", prevent: "prevent", target: "target", value: "value" }, outputs: { balNavigate: "balNavigate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2858
2964
|
};
|
|
2859
|
-
BalStepItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalStepItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2860
|
-
BalStepItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalStepItem, selector: "bal-step-item", inputs: { active: "active", disabled: "disabled", done: "done", failed: "failed", href: "href", invisible: "invisible", label: "label", prevent: "prevent", target: "target", value: "value" }, outputs: { balNavigate: "balNavigate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2861
2965
|
BalStepItem = __decorate([
|
|
2862
2966
|
ProxyCmp({
|
|
2863
2967
|
inputs: ['active', 'disabled', 'done', 'failed', 'href', 'invisible', 'label', 'prevent', 'target', 'value'],
|
|
@@ -2866,16 +2970,17 @@ BalStepItem = __decorate([
|
|
|
2866
2970
|
}),
|
|
2867
2971
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2868
2972
|
], BalStepItem);
|
|
2869
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2973
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalStepItem, decorators: [{
|
|
2870
2974
|
type: Component,
|
|
2871
2975
|
args: [{
|
|
2872
2976
|
selector: 'bal-step-item',
|
|
2873
2977
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2874
2978
|
template: '<ng-content></ng-content>',
|
|
2979
|
+
standalone: false,
|
|
2875
2980
|
inputs: ['active', 'disabled', 'done', 'failed', 'href', 'invisible', 'label', 'prevent', 'target', 'value'],
|
|
2876
2981
|
outputs: ['balNavigate']
|
|
2877
2982
|
}]
|
|
2878
|
-
}], ctorParameters:
|
|
2983
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2879
2984
|
let BalSteps = class BalSteps {
|
|
2880
2985
|
constructor(c, r, z) {
|
|
2881
2986
|
this.z = z;
|
|
@@ -2883,9 +2988,9 @@ let BalSteps = class BalSteps {
|
|
|
2883
2988
|
this.el = r.nativeElement;
|
|
2884
2989
|
proxyOutputs(this, this.el, ['balChange']);
|
|
2885
2990
|
}
|
|
2991
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalSteps, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2992
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalSteps, selector: "bal-steps", inputs: { clickable: "clickable", color: "color", debounce: "debounce", options: "options", value: "value" }, outputs: { balChange: "balChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2886
2993
|
};
|
|
2887
|
-
BalSteps.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSteps, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2888
|
-
BalSteps.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalSteps, selector: "bal-steps", inputs: { clickable: "clickable", color: "color", debounce: "debounce", options: "options", value: "value" }, outputs: { balChange: "balChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2889
2994
|
BalSteps = __decorate([
|
|
2890
2995
|
ProxyCmp({
|
|
2891
2996
|
inputs: ['clickable', 'color', 'debounce', 'options', 'value'],
|
|
@@ -2894,16 +2999,17 @@ BalSteps = __decorate([
|
|
|
2894
2999
|
}),
|
|
2895
3000
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2896
3001
|
], BalSteps);
|
|
2897
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3002
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalSteps, decorators: [{
|
|
2898
3003
|
type: Component,
|
|
2899
3004
|
args: [{
|
|
2900
3005
|
selector: 'bal-steps',
|
|
2901
3006
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2902
3007
|
template: '<ng-content></ng-content>',
|
|
3008
|
+
standalone: false,
|
|
2903
3009
|
inputs: ['clickable', 'color', 'debounce', 'options', 'value'],
|
|
2904
3010
|
outputs: ['balChange']
|
|
2905
3011
|
}]
|
|
2906
|
-
}], ctorParameters:
|
|
3012
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2907
3013
|
let BalTabItem = class BalTabItem {
|
|
2908
3014
|
constructor(c, r, z) {
|
|
2909
3015
|
this.z = z;
|
|
@@ -2911,9 +3017,9 @@ let BalTabItem = class BalTabItem {
|
|
|
2911
3017
|
this.el = r.nativeElement;
|
|
2912
3018
|
proxyOutputs(this, this.el, ['balNavigate']);
|
|
2913
3019
|
}
|
|
3020
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalTabItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3021
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalTabItem, selector: "bal-tab-item", inputs: { active: "active", aria: "aria", bubble: "bubble", disabled: "disabled", href: "href", icon: "icon", invisible: "invisible", label: "label", noPanel: "noPanel", prevent: "prevent", subLabel: "subLabel", svg: "svg", target: "target", value: "value" }, outputs: { balNavigate: "balNavigate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2914
3022
|
};
|
|
2915
|
-
BalTabItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalTabItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2916
|
-
BalTabItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalTabItem, selector: "bal-tab-item", inputs: { active: "active", aria: "aria", bubble: "bubble", disabled: "disabled", href: "href", icon: "icon", invisible: "invisible", label: "label", noPanel: "noPanel", prevent: "prevent", subLabel: "subLabel", svg: "svg", target: "target", value: "value" }, outputs: { balNavigate: "balNavigate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2917
3023
|
BalTabItem = __decorate([
|
|
2918
3024
|
ProxyCmp({
|
|
2919
3025
|
inputs: ['active', 'aria', 'bubble', 'disabled', 'href', 'icon', 'invisible', 'label', 'noPanel', 'prevent', 'subLabel', 'svg', 'target', 'value'],
|
|
@@ -2922,25 +3028,26 @@ BalTabItem = __decorate([
|
|
|
2922
3028
|
}),
|
|
2923
3029
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2924
3030
|
], BalTabItem);
|
|
2925
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3031
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalTabItem, decorators: [{
|
|
2926
3032
|
type: Component,
|
|
2927
3033
|
args: [{
|
|
2928
3034
|
selector: 'bal-tab-item',
|
|
2929
3035
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2930
3036
|
template: '<ng-content></ng-content>',
|
|
3037
|
+
standalone: false,
|
|
2931
3038
|
inputs: ['active', 'aria', 'bubble', 'disabled', 'href', 'icon', 'invisible', 'label', 'noPanel', 'prevent', 'subLabel', 'svg', 'target', 'value'],
|
|
2932
3039
|
outputs: ['balNavigate']
|
|
2933
3040
|
}]
|
|
2934
|
-
}], ctorParameters:
|
|
3041
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2935
3042
|
let BalTable = class BalTable {
|
|
2936
3043
|
constructor(c, r, z) {
|
|
2937
3044
|
this.z = z;
|
|
2938
3045
|
c.detach();
|
|
2939
3046
|
this.el = r.nativeElement;
|
|
2940
3047
|
}
|
|
3048
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3049
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalTable, selector: "bal-table", inputs: { expanded: "expanded" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2941
3050
|
};
|
|
2942
|
-
BalTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2943
|
-
BalTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalTable, selector: "bal-table", inputs: { expanded: "expanded" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2944
3051
|
BalTable = __decorate([
|
|
2945
3052
|
ProxyCmp({
|
|
2946
3053
|
inputs: ['expanded'],
|
|
@@ -2948,15 +3055,16 @@ BalTable = __decorate([
|
|
|
2948
3055
|
}),
|
|
2949
3056
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2950
3057
|
], BalTable);
|
|
2951
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3058
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalTable, decorators: [{
|
|
2952
3059
|
type: Component,
|
|
2953
3060
|
args: [{
|
|
2954
3061
|
selector: 'bal-table',
|
|
2955
3062
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2956
3063
|
template: '<ng-content></ng-content>',
|
|
3064
|
+
standalone: false,
|
|
2957
3065
|
inputs: ['expanded']
|
|
2958
3066
|
}]
|
|
2959
|
-
}], ctorParameters:
|
|
3067
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2960
3068
|
let BalTabs = class BalTabs {
|
|
2961
3069
|
constructor(c, r, z) {
|
|
2962
3070
|
this.z = z;
|
|
@@ -2964,9 +3072,9 @@ let BalTabs = class BalTabs {
|
|
|
2964
3072
|
this.el = r.nativeElement;
|
|
2965
3073
|
proxyOutputs(this, this.el, ['balChange', 'balWillAnimate', 'balDidAnimate']);
|
|
2966
3074
|
}
|
|
3075
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3076
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalTabs, selector: "bal-tabs", inputs: { accordion: "accordion", border: "border", clickable: "clickable", context: "context", debounce: "debounce", dimInactiveElements: "dimInactiveElements", expanded: "expanded", float: "float", fullwidth: "fullwidth", iconPosition: "iconPosition", inverted: "inverted", optionalTabSelection: "optionalTabSelection", options: "options", overflow: "overflow", selectOnMobile: "selectOnMobile", spaceless: "spaceless", value: "value", vertical: "vertical", verticalColSize: "verticalColSize" }, outputs: { balChange: "balChange", balWillAnimate: "balWillAnimate", balDidAnimate: "balDidAnimate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2967
3077
|
};
|
|
2968
|
-
BalTabs.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2969
|
-
BalTabs.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalTabs, selector: "bal-tabs", inputs: { accordion: "accordion", border: "border", clickable: "clickable", context: "context", debounce: "debounce", dimInactiveElements: "dimInactiveElements", expanded: "expanded", float: "float", fullwidth: "fullwidth", iconPosition: "iconPosition", inverted: "inverted", optionalTabSelection: "optionalTabSelection", options: "options", overflow: "overflow", selectOnMobile: "selectOnMobile", spaceless: "spaceless", value: "value", vertical: "vertical", verticalColSize: "verticalColSize" }, outputs: { balChange: "balChange", balWillAnimate: "balWillAnimate", balDidAnimate: "balDidAnimate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2970
3078
|
BalTabs = __decorate([
|
|
2971
3079
|
ProxyCmp({
|
|
2972
3080
|
inputs: ['accordion', 'border', 'clickable', 'context', 'debounce', 'dimInactiveElements', 'expanded', 'float', 'fullwidth', 'iconPosition', 'inverted', 'optionalTabSelection', 'options', 'overflow', 'selectOnMobile', 'spaceless', 'value', 'vertical', 'verticalColSize'],
|
|
@@ -2975,16 +3083,17 @@ BalTabs = __decorate([
|
|
|
2975
3083
|
}),
|
|
2976
3084
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2977
3085
|
], BalTabs);
|
|
2978
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3086
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalTabs, decorators: [{
|
|
2979
3087
|
type: Component,
|
|
2980
3088
|
args: [{
|
|
2981
3089
|
selector: 'bal-tabs',
|
|
2982
3090
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2983
3091
|
template: '<ng-content></ng-content>',
|
|
3092
|
+
standalone: false,
|
|
2984
3093
|
inputs: ['accordion', 'border', 'clickable', 'context', 'debounce', 'dimInactiveElements', 'expanded', 'float', 'fullwidth', 'iconPosition', 'inverted', 'optionalTabSelection', 'options', 'overflow', 'selectOnMobile', 'spaceless', 'value', 'vertical', 'verticalColSize'],
|
|
2985
3094
|
outputs: ['balChange', 'balWillAnimate', 'balDidAnimate']
|
|
2986
3095
|
}]
|
|
2987
|
-
}], ctorParameters:
|
|
3096
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2988
3097
|
let BalTag = class BalTag {
|
|
2989
3098
|
constructor(c, r, z) {
|
|
2990
3099
|
this.z = z;
|
|
@@ -2992,9 +3101,9 @@ let BalTag = class BalTag {
|
|
|
2992
3101
|
this.el = r.nativeElement;
|
|
2993
3102
|
proxyOutputs(this, this.el, ['balCloseClick']);
|
|
2994
3103
|
}
|
|
3104
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3105
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalTag, selector: "bal-tag", inputs: { closable: "closable", color: "color", disabled: "disabled", invalid: "invalid", light: "light", position: "position", size: "size" }, outputs: { balCloseClick: "balCloseClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2995
3106
|
};
|
|
2996
|
-
BalTag.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2997
|
-
BalTag.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalTag, selector: "bal-tag", inputs: { closable: "closable", color: "color", disabled: "disabled", invalid: "invalid", light: "light", position: "position", size: "size" }, outputs: { balCloseClick: "balCloseClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2998
3107
|
BalTag = __decorate([
|
|
2999
3108
|
ProxyCmp({
|
|
3000
3109
|
inputs: ['closable', 'color', 'disabled', 'invalid', 'light', 'position', 'size'],
|
|
@@ -3002,48 +3111,50 @@ BalTag = __decorate([
|
|
|
3002
3111
|
}),
|
|
3003
3112
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
3004
3113
|
], BalTag);
|
|
3005
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3114
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalTag, decorators: [{
|
|
3006
3115
|
type: Component,
|
|
3007
3116
|
args: [{
|
|
3008
3117
|
selector: 'bal-tag',
|
|
3009
3118
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3010
3119
|
template: '<ng-content></ng-content>',
|
|
3120
|
+
standalone: false,
|
|
3011
3121
|
inputs: ['closable', 'color', 'disabled', 'invalid', 'light', 'position', 'size'],
|
|
3012
3122
|
outputs: ['balCloseClick']
|
|
3013
3123
|
}]
|
|
3014
|
-
}], ctorParameters:
|
|
3124
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
3015
3125
|
let BalTagGroup = class BalTagGroup {
|
|
3016
3126
|
constructor(c, r, z) {
|
|
3017
3127
|
this.z = z;
|
|
3018
3128
|
c.detach();
|
|
3019
3129
|
this.el = r.nativeElement;
|
|
3020
3130
|
}
|
|
3131
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalTagGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3132
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalTagGroup, selector: "bal-tag-group", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3021
3133
|
};
|
|
3022
|
-
BalTagGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalTagGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3023
|
-
BalTagGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalTagGroup, selector: "bal-tag-group", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3024
3134
|
BalTagGroup = __decorate([
|
|
3025
3135
|
ProxyCmp({
|
|
3026
3136
|
defineCustomElementFn: defineCustomElement$1L
|
|
3027
3137
|
}),
|
|
3028
3138
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
3029
3139
|
], BalTagGroup);
|
|
3030
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3140
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalTagGroup, decorators: [{
|
|
3031
3141
|
type: Component,
|
|
3032
3142
|
args: [{
|
|
3033
3143
|
selector: 'bal-tag-group',
|
|
3034
3144
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3035
|
-
template: '<ng-content></ng-content>'
|
|
3145
|
+
template: '<ng-content></ng-content>',
|
|
3146
|
+
standalone: false
|
|
3036
3147
|
}]
|
|
3037
|
-
}], ctorParameters:
|
|
3148
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
3038
3149
|
let BalText = class BalText {
|
|
3039
3150
|
constructor(c, r, z) {
|
|
3040
3151
|
this.z = z;
|
|
3041
3152
|
c.detach();
|
|
3042
3153
|
this.el = r.nativeElement;
|
|
3043
3154
|
}
|
|
3155
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3156
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalText, selector: "bal-text", inputs: { bold: "bold", color: "color", disabled: "disabled", heading: "heading", inline: "inline", invalid: "invalid", inverted: "inverted", noWrap: "noWrap", shadow: "shadow", size: "size", space: "space" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3044
3157
|
};
|
|
3045
|
-
BalText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3046
|
-
BalText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalText, selector: "bal-text", inputs: { bold: "bold", color: "color", disabled: "disabled", heading: "heading", inline: "inline", invalid: "invalid", inverted: "inverted", noWrap: "noWrap", shadow: "shadow", size: "size", space: "space" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3047
3158
|
BalText = __decorate([
|
|
3048
3159
|
ProxyCmp({
|
|
3049
3160
|
inputs: ['bold', 'color', 'disabled', 'heading', 'inline', 'invalid', 'inverted', 'noWrap', 'shadow', 'size', 'space'],
|
|
@@ -3051,15 +3162,16 @@ BalText = __decorate([
|
|
|
3051
3162
|
}),
|
|
3052
3163
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
3053
3164
|
], BalText);
|
|
3054
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3165
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalText, decorators: [{
|
|
3055
3166
|
type: Component,
|
|
3056
3167
|
args: [{
|
|
3057
3168
|
selector: 'bal-text',
|
|
3058
3169
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3059
3170
|
template: '<ng-content></ng-content>',
|
|
3171
|
+
standalone: false,
|
|
3060
3172
|
inputs: ['bold', 'color', 'disabled', 'heading', 'inline', 'invalid', 'inverted', 'noWrap', 'shadow', 'size', 'space']
|
|
3061
3173
|
}]
|
|
3062
|
-
}], ctorParameters:
|
|
3174
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
3063
3175
|
let BalTextarea = class BalTextarea {
|
|
3064
3176
|
constructor(c, r, z) {
|
|
3065
3177
|
this.z = z;
|
|
@@ -3067,9 +3179,9 @@ let BalTextarea = class BalTextarea {
|
|
|
3067
3179
|
this.el = r.nativeElement;
|
|
3068
3180
|
proxyOutputs(this, this.el, ['balChange', 'balInput', 'balBlur', 'balKeyPress', 'balFocus']);
|
|
3069
3181
|
}
|
|
3182
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3183
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalTextarea, selector: "bal-textarea", inputs: { autoInvalidOff: "autoInvalidOff", autocapitalize: "autocapitalize", autocomplete: "autocomplete", autofocus: "autofocus", clickable: "clickable", cols: "cols", debounce: "debounce", disabled: "disabled", inputmode: "inputmode", invalid: "invalid", maxLength: "maxLength", minLength: "minLength", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", rows: "rows", value: "value", wrap: "wrap" }, outputs: { balChange: "balChange", balInput: "balInput", balBlur: "balBlur", balKeyPress: "balKeyPress", balFocus: "balFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3070
3184
|
};
|
|
3071
|
-
BalTextarea.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3072
|
-
BalTextarea.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalTextarea, selector: "bal-textarea", inputs: { autoInvalidOff: "autoInvalidOff", autocapitalize: "autocapitalize", autocomplete: "autocomplete", autofocus: "autofocus", clickable: "clickable", cols: "cols", debounce: "debounce", disabled: "disabled", inputmode: "inputmode", invalid: "invalid", maxLength: "maxLength", minLength: "minLength", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", rows: "rows", value: "value", wrap: "wrap" }, outputs: { balChange: "balChange", balInput: "balInput", balBlur: "balBlur", balKeyPress: "balKeyPress", balFocus: "balFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3073
3185
|
BalTextarea = __decorate([
|
|
3074
3186
|
ProxyCmp({
|
|
3075
3187
|
inputs: ['autoInvalidOff', 'autocapitalize', 'autocomplete', 'autofocus', 'clickable', 'cols', 'debounce', 'disabled', 'inputmode', 'invalid', 'maxLength', 'minLength', 'name', 'placeholder', 'readonly', 'required', 'rows', 'value', 'wrap'],
|
|
@@ -3078,16 +3190,17 @@ BalTextarea = __decorate([
|
|
|
3078
3190
|
}),
|
|
3079
3191
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
3080
3192
|
], BalTextarea);
|
|
3081
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3193
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalTextarea, decorators: [{
|
|
3082
3194
|
type: Component,
|
|
3083
3195
|
args: [{
|
|
3084
3196
|
selector: 'bal-textarea',
|
|
3085
3197
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3086
3198
|
template: '<ng-content></ng-content>',
|
|
3199
|
+
standalone: false,
|
|
3087
3200
|
inputs: ['autoInvalidOff', 'autocapitalize', 'autocomplete', 'autofocus', 'clickable', 'cols', 'debounce', 'disabled', 'inputmode', 'invalid', 'maxLength', 'minLength', 'name', 'placeholder', 'readonly', 'required', 'rows', 'value', 'wrap'],
|
|
3088
3201
|
outputs: ['balChange', 'balInput', 'balBlur', 'balKeyPress', 'balFocus']
|
|
3089
3202
|
}]
|
|
3090
|
-
}], ctorParameters:
|
|
3203
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
3091
3204
|
let BalTimeInput = class BalTimeInput {
|
|
3092
3205
|
constructor(c, r, z) {
|
|
3093
3206
|
this.z = z;
|
|
@@ -3095,9 +3208,9 @@ let BalTimeInput = class BalTimeInput {
|
|
|
3095
3208
|
this.el = r.nativeElement;
|
|
3096
3209
|
proxyOutputs(this, this.el, ['balInput', 'balChange', 'balBlur', 'balFocus', 'balKeyPress', 'balClick']);
|
|
3097
3210
|
}
|
|
3211
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalTimeInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3212
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalTimeInput, selector: "bal-time-input", inputs: { autoInvalidOff: "autoInvalidOff", debounce: "debounce", disabled: "disabled", invalid: "invalid", name: "name", readonly: "readonly", required: "required", value: "value" }, outputs: { balInput: "balInput", balChange: "balChange", balBlur: "balBlur", balFocus: "balFocus", balKeyPress: "balKeyPress", balClick: "balClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3098
3213
|
};
|
|
3099
|
-
BalTimeInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalTimeInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3100
|
-
BalTimeInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalTimeInput, selector: "bal-time-input", inputs: { autoInvalidOff: "autoInvalidOff", debounce: "debounce", disabled: "disabled", invalid: "invalid", name: "name", readonly: "readonly", required: "required", value: "value" }, outputs: { balInput: "balInput", balChange: "balChange", balBlur: "balBlur", balFocus: "balFocus", balKeyPress: "balKeyPress", balClick: "balClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3101
3214
|
BalTimeInput = __decorate([
|
|
3102
3215
|
ProxyCmp({
|
|
3103
3216
|
inputs: ['autoInvalidOff', 'debounce', 'disabled', 'invalid', 'name', 'readonly', 'required', 'value'],
|
|
@@ -3106,16 +3219,17 @@ BalTimeInput = __decorate([
|
|
|
3106
3219
|
}),
|
|
3107
3220
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
3108
3221
|
], BalTimeInput);
|
|
3109
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3222
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalTimeInput, decorators: [{
|
|
3110
3223
|
type: Component,
|
|
3111
3224
|
args: [{
|
|
3112
3225
|
selector: 'bal-time-input',
|
|
3113
3226
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3114
3227
|
template: '<ng-content></ng-content>',
|
|
3228
|
+
standalone: false,
|
|
3115
3229
|
inputs: ['autoInvalidOff', 'debounce', 'disabled', 'invalid', 'name', 'readonly', 'required', 'value'],
|
|
3116
3230
|
outputs: ['balInput', 'balChange', 'balBlur', 'balFocus', 'balKeyPress', 'balClick']
|
|
3117
3231
|
}]
|
|
3118
|
-
}], ctorParameters:
|
|
3232
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
3119
3233
|
let BalToast = class BalToast {
|
|
3120
3234
|
constructor(c, r, z) {
|
|
3121
3235
|
this.z = z;
|
|
@@ -3123,9 +3237,9 @@ let BalToast = class BalToast {
|
|
|
3123
3237
|
this.el = r.nativeElement;
|
|
3124
3238
|
proxyOutputs(this, this.el, ['balClose']);
|
|
3125
3239
|
}
|
|
3240
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3241
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalToast, selector: "bal-toast", inputs: { closable: "closable", color: "color", duration: "duration", message: "message" }, outputs: { balClose: "balClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3126
3242
|
};
|
|
3127
|
-
BalToast.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3128
|
-
BalToast.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalToast, selector: "bal-toast", inputs: { closable: "closable", color: "color", duration: "duration", message: "message" }, outputs: { balClose: "balClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3129
3243
|
BalToast = __decorate([
|
|
3130
3244
|
ProxyCmp({
|
|
3131
3245
|
inputs: ['closable', 'color', 'duration', 'message'],
|
|
@@ -3134,16 +3248,17 @@ BalToast = __decorate([
|
|
|
3134
3248
|
}),
|
|
3135
3249
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
3136
3250
|
], BalToast);
|
|
3137
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3251
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalToast, decorators: [{
|
|
3138
3252
|
type: Component,
|
|
3139
3253
|
args: [{
|
|
3140
3254
|
selector: 'bal-toast',
|
|
3141
3255
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3142
3256
|
template: '<ng-content></ng-content>',
|
|
3257
|
+
standalone: false,
|
|
3143
3258
|
inputs: ['closable', 'color', 'duration', 'message'],
|
|
3144
3259
|
outputs: ['balClose']
|
|
3145
3260
|
}]
|
|
3146
|
-
}], ctorParameters:
|
|
3261
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
3147
3262
|
let BalTooltip = class BalTooltip {
|
|
3148
3263
|
constructor(c, r, z) {
|
|
3149
3264
|
this.z = z;
|
|
@@ -3151,9 +3266,9 @@ let BalTooltip = class BalTooltip {
|
|
|
3151
3266
|
this.el = r.nativeElement;
|
|
3152
3267
|
proxyOutputs(this, this.el, ['balWillAnimate', 'balDidAnimate']);
|
|
3153
3268
|
}
|
|
3269
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3270
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalTooltip, selector: "bal-tooltip", inputs: { contentWidth: "contentWidth", offset: "offset", placement: "placement", reference: "reference" }, outputs: { balWillAnimate: "balWillAnimate", balDidAnimate: "balDidAnimate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3154
3271
|
};
|
|
3155
|
-
BalTooltip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3156
|
-
BalTooltip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalTooltip, selector: "bal-tooltip", inputs: { contentWidth: "contentWidth", offset: "offset", placement: "placement", reference: "reference" }, outputs: { balWillAnimate: "balWillAnimate", balDidAnimate: "balDidAnimate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3157
3272
|
BalTooltip = __decorate([
|
|
3158
3273
|
ProxyCmp({
|
|
3159
3274
|
inputs: ['contentWidth', 'offset', 'placement', 'reference'],
|
|
@@ -3161,16 +3276,17 @@ BalTooltip = __decorate([
|
|
|
3161
3276
|
}),
|
|
3162
3277
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
3163
3278
|
], BalTooltip);
|
|
3164
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3279
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalTooltip, decorators: [{
|
|
3165
3280
|
type: Component,
|
|
3166
3281
|
args: [{
|
|
3167
3282
|
selector: 'bal-tooltip',
|
|
3168
3283
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3169
3284
|
template: '<ng-content></ng-content>',
|
|
3285
|
+
standalone: false,
|
|
3170
3286
|
inputs: ['contentWidth', 'offset', 'placement', 'reference'],
|
|
3171
3287
|
outputs: ['balWillAnimate', 'balDidAnimate']
|
|
3172
3288
|
}]
|
|
3173
|
-
}], ctorParameters:
|
|
3289
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
3174
3290
|
|
|
3175
3291
|
class ValueAccessor {
|
|
3176
3292
|
constructor(injector, elementRef) {
|
|
@@ -3301,12 +3417,12 @@ class ValueAccessor {
|
|
|
3301
3417
|
});
|
|
3302
3418
|
}
|
|
3303
3419
|
}
|
|
3420
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: ValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3421
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.9", type: ValueAccessor, host: { listeners: { "balBlur": "_handleBlurEvent($event.target)" } }, ngImport: i0 }); }
|
|
3304
3422
|
}
|
|
3305
|
-
|
|
3306
|
-
ValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: ValueAccessor, host: { listeners: { "balBlur": "_handleBlurEvent($event.target)" } }, ngImport: i0 });
|
|
3307
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ValueAccessor, decorators: [{
|
|
3423
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: ValueAccessor, decorators: [{
|
|
3308
3424
|
type: Directive
|
|
3309
|
-
}], ctorParameters:
|
|
3425
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { _handleBlurEvent: [{
|
|
3310
3426
|
type: HostListener,
|
|
3311
3427
|
args: ['balBlur', ['$event.target']]
|
|
3312
3428
|
}] } });
|
|
@@ -3325,16 +3441,16 @@ class BooleanValueAccessor extends ValueAccessor {
|
|
|
3325
3441
|
this.elementRef.nativeElement.checked = this.lastValue = value == null ? false : value;
|
|
3326
3442
|
this.onStatusChange();
|
|
3327
3443
|
}
|
|
3444
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BooleanValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3445
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.9", type: BooleanValueAccessor, selector: "bal-checkbox", host: { listeners: { "balChange": "handleValueChange($event)" } }, providers: [
|
|
3446
|
+
{
|
|
3447
|
+
provide: NG_VALUE_ACCESSOR,
|
|
3448
|
+
useExisting: forwardRef(() => BooleanValueAccessor),
|
|
3449
|
+
multi: true,
|
|
3450
|
+
},
|
|
3451
|
+
], usesInheritance: true, ngImport: i0 }); }
|
|
3328
3452
|
}
|
|
3329
|
-
|
|
3330
|
-
BooleanValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: BooleanValueAccessor, selector: "bal-checkbox", host: { listeners: { "balChange": "handleValueChange($event)" } }, providers: [
|
|
3331
|
-
{
|
|
3332
|
-
provide: NG_VALUE_ACCESSOR,
|
|
3333
|
-
useExisting: forwardRef(() => BooleanValueAccessor),
|
|
3334
|
-
multi: true,
|
|
3335
|
-
},
|
|
3336
|
-
], usesInheritance: true, ngImport: i0 });
|
|
3337
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BooleanValueAccessor, decorators: [{
|
|
3453
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BooleanValueAccessor, decorators: [{
|
|
3338
3454
|
type: Directive,
|
|
3339
3455
|
args: [{
|
|
3340
3456
|
/* tslint:disable-next-line:directive-selector */
|
|
@@ -3350,7 +3466,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
3350
3466
|
},
|
|
3351
3467
|
],
|
|
3352
3468
|
}]
|
|
3353
|
-
}], ctorParameters:
|
|
3469
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }] });
|
|
3354
3470
|
|
|
3355
3471
|
class NumericValueAccessor extends ValueAccessor {
|
|
3356
3472
|
constructor(injector, el) {
|
|
@@ -3358,19 +3474,19 @@ class NumericValueAccessor extends ValueAccessor {
|
|
|
3358
3474
|
}
|
|
3359
3475
|
registerOnChange(fn) {
|
|
3360
3476
|
super.registerOnChange(value => {
|
|
3361
|
-
fn(value === '' ? null : parseFloat(value));
|
|
3477
|
+
fn(value === null || value === '' || value === undefined ? null : parseFloat(value));
|
|
3362
3478
|
});
|
|
3363
3479
|
}
|
|
3480
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: NumericValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3481
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.9", type: NumericValueAccessor, selector: "bal-number-input, bal-input-stepper", host: { listeners: { "balInput": "handleValueChange($event)" } }, providers: [
|
|
3482
|
+
{
|
|
3483
|
+
provide: NG_VALUE_ACCESSOR,
|
|
3484
|
+
useExisting: forwardRef(() => NumericValueAccessor),
|
|
3485
|
+
multi: true,
|
|
3486
|
+
},
|
|
3487
|
+
], usesInheritance: true, ngImport: i0 }); }
|
|
3364
3488
|
}
|
|
3365
|
-
|
|
3366
|
-
NumericValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: NumericValueAccessor, selector: "bal-number-input, bal-input-stepper", host: { listeners: { "balInput": "handleValueChange($event)" } }, providers: [
|
|
3367
|
-
{
|
|
3368
|
-
provide: NG_VALUE_ACCESSOR,
|
|
3369
|
-
useExisting: forwardRef(() => NumericValueAccessor),
|
|
3370
|
-
multi: true,
|
|
3371
|
-
},
|
|
3372
|
-
], usesInheritance: true, ngImport: i0 });
|
|
3373
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NumericValueAccessor, decorators: [{
|
|
3489
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: NumericValueAccessor, decorators: [{
|
|
3374
3490
|
type: Directive,
|
|
3375
3491
|
args: [{
|
|
3376
3492
|
/* tslint:disable-next-line:directive-selector */
|
|
@@ -3386,22 +3502,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
3386
3502
|
},
|
|
3387
3503
|
],
|
|
3388
3504
|
}]
|
|
3389
|
-
}], ctorParameters:
|
|
3505
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }] });
|
|
3390
3506
|
|
|
3391
3507
|
class SelectValueAccessor extends ValueAccessor {
|
|
3392
3508
|
constructor(injector, el) {
|
|
3393
3509
|
super(injector, el);
|
|
3394
3510
|
}
|
|
3511
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: SelectValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3512
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.9", type: SelectValueAccessor, selector: "bal-radio-group, bal-segment, bal-checkbox-group, bal-select, bal-dropdown, bal-date, bal-input-date, bal-file-upload", host: { listeners: { "balChange": "handleValueChange($event)" } }, providers: [
|
|
3513
|
+
{
|
|
3514
|
+
provide: NG_VALUE_ACCESSOR,
|
|
3515
|
+
useExisting: forwardRef(() => SelectValueAccessor),
|
|
3516
|
+
multi: true,
|
|
3517
|
+
},
|
|
3518
|
+
], usesInheritance: true, ngImport: i0 }); }
|
|
3395
3519
|
}
|
|
3396
|
-
|
|
3397
|
-
SelectValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: SelectValueAccessor, selector: "bal-radio-group, bal-segment, bal-checkbox-group, bal-select, bal-dropdown, bal-date, bal-input-date, bal-file-upload", host: { listeners: { "balChange": "handleValueChange($event)" } }, providers: [
|
|
3398
|
-
{
|
|
3399
|
-
provide: NG_VALUE_ACCESSOR,
|
|
3400
|
-
useExisting: forwardRef(() => SelectValueAccessor),
|
|
3401
|
-
multi: true,
|
|
3402
|
-
},
|
|
3403
|
-
], usesInheritance: true, ngImport: i0 });
|
|
3404
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SelectValueAccessor, decorators: [{
|
|
3520
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: SelectValueAccessor, decorators: [{
|
|
3405
3521
|
type: Directive,
|
|
3406
3522
|
args: [{
|
|
3407
3523
|
/* tslint:disable-next-line:directive-selector */
|
|
@@ -3417,22 +3533,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
3417
3533
|
},
|
|
3418
3534
|
],
|
|
3419
3535
|
}]
|
|
3420
|
-
}], ctorParameters:
|
|
3536
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }] });
|
|
3421
3537
|
|
|
3422
3538
|
class TextValueAccessor extends ValueAccessor {
|
|
3423
3539
|
constructor(injector, el) {
|
|
3424
3540
|
super(injector, el);
|
|
3425
3541
|
}
|
|
3542
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: TextValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3543
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.9", type: TextValueAccessor, selector: "bal-input, bal-textarea, bal-input-slider, bal-time-input", host: { listeners: { "balInput": "handleValueChange($event)" } }, providers: [
|
|
3544
|
+
{
|
|
3545
|
+
provide: NG_VALUE_ACCESSOR,
|
|
3546
|
+
useExisting: forwardRef(() => TextValueAccessor),
|
|
3547
|
+
multi: true,
|
|
3548
|
+
},
|
|
3549
|
+
], usesInheritance: true, ngImport: i0 }); }
|
|
3426
3550
|
}
|
|
3427
|
-
|
|
3428
|
-
TextValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: TextValueAccessor, selector: "bal-input, bal-textarea, bal-input-slider, bal-time-input", host: { listeners: { "balInput": "handleValueChange($event)" } }, providers: [
|
|
3429
|
-
{
|
|
3430
|
-
provide: NG_VALUE_ACCESSOR,
|
|
3431
|
-
useExisting: forwardRef(() => TextValueAccessor),
|
|
3432
|
-
multi: true,
|
|
3433
|
-
},
|
|
3434
|
-
], usesInheritance: true, ngImport: i0 });
|
|
3435
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TextValueAccessor, decorators: [{
|
|
3551
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: TextValueAccessor, decorators: [{
|
|
3436
3552
|
type: Directive,
|
|
3437
3553
|
args: [{
|
|
3438
3554
|
/* tslint:disable-next-line:directive-selector */
|
|
@@ -3448,32 +3564,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
3448
3564
|
},
|
|
3449
3565
|
],
|
|
3450
3566
|
}]
|
|
3451
|
-
}], ctorParameters:
|
|
3567
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }] });
|
|
3452
3568
|
|
|
3453
3569
|
class BalNgErrorComponent extends BalNgErrorComponent$1 {
|
|
3454
3570
|
constructor(injector, cd) {
|
|
3455
3571
|
super(injector, cd);
|
|
3456
3572
|
}
|
|
3573
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNgErrorComponent, deps: [{ token: Injector }, { token: ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3574
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNgErrorComponent, selector: "bal-ng-error", usesInheritance: true, ngImport: i0, template: `<ng-content *ngIf="(ready | async) && hasError"></ng-content>`, isInline: true, styles: [":host{display:inline-block}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] }); }
|
|
3457
3575
|
}
|
|
3458
|
-
|
|
3459
|
-
BalNgErrorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNgErrorComponent, selector: "bal-ng-error", usesInheritance: true, ngImport: i0, template: `<ng-content *ngIf="(ready | async) && hasError"></ng-content>`, isInline: true, styles: [":host{display:inline-block}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
3460
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNgErrorComponent, decorators: [{
|
|
3576
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNgErrorComponent, decorators: [{
|
|
3461
3577
|
type: Component,
|
|
3462
3578
|
args: [{ selector: 'bal-ng-error', template: `<ng-content *ngIf="(ready | async) && hasError"></ng-content>`, styles: [":host{display:inline-block}\n"] }]
|
|
3463
|
-
}], ctorParameters:
|
|
3579
|
+
}], ctorParameters: () => [{ type: i0.Injector, decorators: [{
|
|
3464
3580
|
type: Inject,
|
|
3465
3581
|
args: [Injector]
|
|
3466
3582
|
}] }, { type: i0.ChangeDetectorRef, decorators: [{
|
|
3467
3583
|
type: Inject,
|
|
3468
3584
|
args: [ChangeDetectorRef]
|
|
3469
|
-
}] }]
|
|
3585
|
+
}] }] });
|
|
3470
3586
|
|
|
3471
3587
|
/* eslint-disable @angular-eslint/directive-class-suffix */
|
|
3472
3588
|
class BalAutoFocus extends BalAutoFocus$1 {
|
|
3589
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalAutoFocus, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3590
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.9", type: BalAutoFocus, selector: "[balAutoFocus]", usesInheritance: true, ngImport: i0 }); }
|
|
3473
3591
|
}
|
|
3474
|
-
|
|
3475
|
-
BalAutoFocus.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: BalAutoFocus, selector: "[balAutoFocus]", usesInheritance: true, ngImport: i0 });
|
|
3476
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalAutoFocus, decorators: [{
|
|
3592
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalAutoFocus, decorators: [{
|
|
3477
3593
|
type: Directive,
|
|
3478
3594
|
args: [{
|
|
3479
3595
|
selector: '[balAutoFocus]',
|
|
@@ -3699,35 +3815,35 @@ class BaloiseDesignSystemModule {
|
|
|
3699
3815
|
],
|
|
3700
3816
|
};
|
|
3701
3817
|
}
|
|
3818
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BaloiseDesignSystemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3819
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.9", ngImport: i0, type: BaloiseDesignSystemModule, declarations: [BalAccordion, BalAccordionDetails, BalAccordionSummary, BalAccordionTrigger, BalApp, BalBadge, BalButton, BalButtonGroup, BalCard, BalCardActions, BalCardButton, BalCardContent, BalCardSubtitle, BalCardTitle, BalCarousel, BalCarouselItem, BalCheckbox, BalCheckboxButton, BalCheckboxGroup, BalClose, BalContent, BalData, BalDataItem, BalDataLabel, BalDataValue, BalDate, BalDateCalendar, BalDateCalendarCell, BalDivider, BalDropdown, BalField, BalFieldControl, BalFieldHint, BalFieldLabel, BalFieldMessage, BalFileUpload, BalFooter, BalForm, BalFormCol, BalFormGrid, BalHeading, BalHint, BalHintText, BalHintTitle, BalIcon, BalInput, BalInputDate, BalInputGroup, BalInputSlider, BalInputStepper, BalLabel, BalList, BalListItem, BalListItemAccordionBody, BalListItemAccordionHead, BalListItemContent, BalListItemIcon, BalListItemSubtitle, BalListItemTitle, BalLogo, BalModal, BalModalBody, BalModalHeader, BalNav, BalNavLink, BalNavLinkGrid, BalNavLinkGridCol, BalNavLinkGroup, BalNavMenuBar, BalNavMenuFlyout, BalNavMetaBar, BalNavbar, BalNavbarBrand, BalNavbarMenu, BalNavbarMenuEnd, BalNavbarMenuStart, BalNotices, BalNotification, BalNumberInput, BalOption, BalOptionList, BalPagination, BalPopover, BalPopoverContent, BalPopup, BalProgressBar, BalRadio, BalRadioButton, BalRadioGroup, BalSegment, BalSegmentItem, BalSelect, BalSelectOption, BalShape, BalSheet, BalSnackbar, BalSpinner, BalStack, BalStage, BalStageBackLink, BalStageBody, BalStageFoot, BalStageHead, BalStageImage, BalStepItem, BalSteps, BalTabItem, BalTable, BalTabs, BalTag, BalTagGroup, BalText, BalTextarea, BalTimeInput, BalToast, BalTooltip,
|
|
3820
|
+
// ngModel accessors
|
|
3821
|
+
BooleanValueAccessor,
|
|
3822
|
+
NumericValueAccessor,
|
|
3823
|
+
SelectValueAccessor,
|
|
3824
|
+
TextValueAccessor,
|
|
3825
|
+
// custom directives
|
|
3826
|
+
BalAutoFocus,
|
|
3827
|
+
BalNgErrorComponent], imports: [CommonModule], exports: [BalAccordion, BalAccordionDetails, BalAccordionSummary, BalAccordionTrigger, BalApp, BalBadge, BalButton, BalButtonGroup, BalCard, BalCardActions, BalCardButton, BalCardContent, BalCardSubtitle, BalCardTitle, BalCarousel, BalCarouselItem, BalCheckbox, BalCheckboxButton, BalCheckboxGroup, BalClose, BalContent, BalData, BalDataItem, BalDataLabel, BalDataValue, BalDate, BalDateCalendar, BalDateCalendarCell, BalDivider, BalDropdown, BalField, BalFieldControl, BalFieldHint, BalFieldLabel, BalFieldMessage, BalFileUpload, BalFooter, BalForm, BalFormCol, BalFormGrid, BalHeading, BalHint, BalHintText, BalHintTitle, BalIcon, BalInput, BalInputDate, BalInputGroup, BalInputSlider, BalInputStepper, BalLabel, BalList, BalListItem, BalListItemAccordionBody, BalListItemAccordionHead, BalListItemContent, BalListItemIcon, BalListItemSubtitle, BalListItemTitle, BalLogo, BalModal, BalModalBody, BalModalHeader, BalNav, BalNavLink, BalNavLinkGrid, BalNavLinkGridCol, BalNavLinkGroup, BalNavMenuBar, BalNavMenuFlyout, BalNavMetaBar, BalNavbar, BalNavbarBrand, BalNavbarMenu, BalNavbarMenuEnd, BalNavbarMenuStart, BalNotices, BalNotification, BalNumberInput, BalOption, BalOptionList, BalPagination, BalPopover, BalPopoverContent, BalPopup, BalProgressBar, BalRadio, BalRadioButton, BalRadioGroup, BalSegment, BalSegmentItem, BalSelect, BalSelectOption, BalShape, BalSheet, BalSnackbar, BalSpinner, BalStack, BalStage, BalStageBackLink, BalStageBody, BalStageFoot, BalStageHead, BalStageImage, BalStepItem, BalSteps, BalTabItem, BalTable, BalTabs, BalTag, BalTagGroup, BalText, BalTextarea, BalTimeInput, BalToast, BalTooltip,
|
|
3828
|
+
// ngModel accessors
|
|
3829
|
+
BooleanValueAccessor,
|
|
3830
|
+
NumericValueAccessor,
|
|
3831
|
+
SelectValueAccessor,
|
|
3832
|
+
TextValueAccessor,
|
|
3833
|
+
// custom directives
|
|
3834
|
+
BalAutoFocus,
|
|
3835
|
+
BalNgErrorComponent] }); }
|
|
3836
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BaloiseDesignSystemModule, providers: [
|
|
3837
|
+
AngularDelegate,
|
|
3838
|
+
BalModalService,
|
|
3839
|
+
BalToastService,
|
|
3840
|
+
BalSnackbarService,
|
|
3841
|
+
BalBreakpointsService,
|
|
3842
|
+
BalOrientationService,
|
|
3843
|
+
BalConfigService,
|
|
3844
|
+
], imports: [CommonModule] }); }
|
|
3702
3845
|
}
|
|
3703
|
-
|
|
3704
|
-
BaloiseDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: BaloiseDesignSystemModule, declarations: [BalAccordion, BalAccordionDetails, BalAccordionSummary, BalAccordionTrigger, BalApp, BalBadge, BalButton, BalButtonGroup, BalCard, BalCardActions, BalCardButton, BalCardContent, BalCardSubtitle, BalCardTitle, BalCarousel, BalCarouselItem, BalCheckbox, BalCheckboxButton, BalCheckboxGroup, BalClose, BalContent, BalData, BalDataItem, BalDataLabel, BalDataValue, BalDate, BalDateCalendar, BalDateCalendarCell, BalDivider, BalDropdown, BalField, BalFieldControl, BalFieldHint, BalFieldLabel, BalFieldMessage, BalFileUpload, BalFooter, BalForm, BalFormCol, BalFormGrid, BalHeading, BalHint, BalHintText, BalHintTitle, BalIcon, BalInput, BalInputDate, BalInputGroup, BalInputSlider, BalInputStepper, BalLabel, BalList, BalListItem, BalListItemAccordionBody, BalListItemAccordionHead, BalListItemContent, BalListItemIcon, BalListItemSubtitle, BalListItemTitle, BalLogo, BalModal, BalModalBody, BalModalHeader, BalNav, BalNavLink, BalNavLinkGrid, BalNavLinkGridCol, BalNavLinkGroup, BalNavMenuBar, BalNavMenuFlyout, BalNavMetaBar, BalNavbar, BalNavbarBrand, BalNavbarMenu, BalNavbarMenuEnd, BalNavbarMenuStart, BalNotices, BalNotification, BalNumberInput, BalOption, BalOptionList, BalPagination, BalPopover, BalPopoverContent, BalPopup, BalProgressBar, BalRadio, BalRadioButton, BalRadioGroup, BalSegment, BalSegmentItem, BalSelect, BalSelectOption, BalShape, BalSheet, BalSnackbar, BalSpinner, BalStack, BalStage, BalStageBackLink, BalStageBody, BalStageFoot, BalStageHead, BalStageImage, BalStepItem, BalSteps, BalTabItem, BalTable, BalTabs, BalTag, BalTagGroup, BalText, BalTextarea, BalTimeInput, BalToast, BalTooltip,
|
|
3705
|
-
// ngModel accessors
|
|
3706
|
-
BooleanValueAccessor,
|
|
3707
|
-
NumericValueAccessor,
|
|
3708
|
-
SelectValueAccessor,
|
|
3709
|
-
TextValueAccessor,
|
|
3710
|
-
// custom directives
|
|
3711
|
-
BalAutoFocus,
|
|
3712
|
-
BalNgErrorComponent], imports: [CommonModule], exports: [BalAccordion, BalAccordionDetails, BalAccordionSummary, BalAccordionTrigger, BalApp, BalBadge, BalButton, BalButtonGroup, BalCard, BalCardActions, BalCardButton, BalCardContent, BalCardSubtitle, BalCardTitle, BalCarousel, BalCarouselItem, BalCheckbox, BalCheckboxButton, BalCheckboxGroup, BalClose, BalContent, BalData, BalDataItem, BalDataLabel, BalDataValue, BalDate, BalDateCalendar, BalDateCalendarCell, BalDivider, BalDropdown, BalField, BalFieldControl, BalFieldHint, BalFieldLabel, BalFieldMessage, BalFileUpload, BalFooter, BalForm, BalFormCol, BalFormGrid, BalHeading, BalHint, BalHintText, BalHintTitle, BalIcon, BalInput, BalInputDate, BalInputGroup, BalInputSlider, BalInputStepper, BalLabel, BalList, BalListItem, BalListItemAccordionBody, BalListItemAccordionHead, BalListItemContent, BalListItemIcon, BalListItemSubtitle, BalListItemTitle, BalLogo, BalModal, BalModalBody, BalModalHeader, BalNav, BalNavLink, BalNavLinkGrid, BalNavLinkGridCol, BalNavLinkGroup, BalNavMenuBar, BalNavMenuFlyout, BalNavMetaBar, BalNavbar, BalNavbarBrand, BalNavbarMenu, BalNavbarMenuEnd, BalNavbarMenuStart, BalNotices, BalNotification, BalNumberInput, BalOption, BalOptionList, BalPagination, BalPopover, BalPopoverContent, BalPopup, BalProgressBar, BalRadio, BalRadioButton, BalRadioGroup, BalSegment, BalSegmentItem, BalSelect, BalSelectOption, BalShape, BalSheet, BalSnackbar, BalSpinner, BalStack, BalStage, BalStageBackLink, BalStageBody, BalStageFoot, BalStageHead, BalStageImage, BalStepItem, BalSteps, BalTabItem, BalTable, BalTabs, BalTag, BalTagGroup, BalText, BalTextarea, BalTimeInput, BalToast, BalTooltip,
|
|
3713
|
-
// ngModel accessors
|
|
3714
|
-
BooleanValueAccessor,
|
|
3715
|
-
NumericValueAccessor,
|
|
3716
|
-
SelectValueAccessor,
|
|
3717
|
-
TextValueAccessor,
|
|
3718
|
-
// custom directives
|
|
3719
|
-
BalAutoFocus,
|
|
3720
|
-
BalNgErrorComponent] });
|
|
3721
|
-
BaloiseDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BaloiseDesignSystemModule, providers: [
|
|
3722
|
-
AngularDelegate,
|
|
3723
|
-
BalModalService,
|
|
3724
|
-
BalToastService,
|
|
3725
|
-
BalSnackbarService,
|
|
3726
|
-
BalBreakpointsService,
|
|
3727
|
-
BalOrientationService,
|
|
3728
|
-
BalConfigService,
|
|
3729
|
-
], imports: [CommonModule] });
|
|
3730
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BaloiseDesignSystemModule, decorators: [{
|
|
3846
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BaloiseDesignSystemModule, decorators: [{
|
|
3731
3847
|
type: NgModule,
|
|
3732
3848
|
args: [{
|
|
3733
3849
|
declarations: DECLARATIONS,
|