@baloise/ds-angular-module 17.4.0-snapshot.1609-d2bcc38d3 → 17.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{esm2022 → esm2020}/directives/error.component.mjs +6 -6
- package/{esm2022 → esm2020}/directives/focus.directive.mjs +4 -4
- package/esm2020/generated/boolean-value-accessor.mjs +39 -0
- package/esm2020/generated/number-value-accessor.mjs +40 -0
- package/esm2020/generated/proxies.mjs +3226 -0
- package/esm2020/generated/select-value-accessor.mjs +35 -0
- package/esm2020/generated/text-value-accessor.mjs +35 -0
- package/{esm2022 → esm2020}/generated/value-accessor.mjs +5 -5
- package/{esm2022 → esm2020}/module.mjs +29 -29
- package/fesm2015/baloise-ds-angular-module.mjs +3753 -0
- package/fesm2015/baloise-ds-angular-module.mjs.map +1 -0
- package/{fesm2022 → fesm2020}/baloise-ds-angular-module.mjs +563 -679
- package/fesm2020/baloise-ds-angular-module.mjs.map +1 -0
- package/generated/proxies.d.ts +99 -99
- package/package.json +15 -9
- package/esm2022/generated/boolean-value-accessor.mjs +0 -39
- package/esm2022/generated/number-value-accessor.mjs +0 -40
- package/esm2022/generated/proxies.mjs +0 -3342
- package/esm2022/generated/select-value-accessor.mjs +0 -35
- package/esm2022/generated/text-value-accessor.mjs +0 -35
- package/fesm2022/baloise-ds-angular-module.mjs.map +0 -1
- /package/{esm2022 → esm2020}/app-initialize.mjs +0 -0
- /package/{esm2022 → esm2020}/baloise-ds-angular-module.mjs +0 -0
- /package/{esm2022 → esm2020}/generated/angular-component-lib/utils.mjs +0 -0
- /package/{esm2022 → esm2020}/generated/proxies-list.mjs +0 -0
- /package/{esm2022 → esm2020}/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, ChangeDetectionStrategy,
|
|
5
|
+
import { EventEmitter, ChangeDetectorRef, ElementRef, NgZone, Component, ChangeDetectionStrategy, Directive, HostListener, 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, attachToConfig, defaultConfig, detachFromConfig, updateBalAllowedLanguages, updateBalAnimated, updateBalIcons, updateBalLanguage, updateBalRegion, 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 }); }
|
|
196
194
|
};
|
|
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,50 +202,48 @@ 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: "15.0.4", 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,
|
|
212
211
|
inputs: ['active', 'card', 'closeIcon', 'closeLabel', 'debounce', 'openIcon', 'openLabel'],
|
|
213
212
|
outputs: ['balChange', 'balWillAnimate', 'balDidAnimate']
|
|
214
213
|
}]
|
|
215
|
-
}], ctorParameters: ()
|
|
214
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
216
215
|
let BalAccordionDetails = class BalAccordionDetails {
|
|
217
216
|
constructor(c, r, z) {
|
|
218
217
|
this.z = z;
|
|
219
218
|
c.detach();
|
|
220
219
|
this.el = r.nativeElement;
|
|
221
220
|
}
|
|
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 }); }
|
|
224
221
|
};
|
|
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 });
|
|
225
224
|
BalAccordionDetails = __decorate([
|
|
226
225
|
ProxyCmp({
|
|
227
226
|
defineCustomElementFn: defineCustomElement$2
|
|
228
227
|
}),
|
|
229
228
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
230
229
|
], BalAccordionDetails);
|
|
231
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
230
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalAccordionDetails, decorators: [{
|
|
232
231
|
type: Component,
|
|
233
232
|
args: [{
|
|
234
233
|
selector: 'bal-accordion-details',
|
|
235
234
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
236
|
-
template: '<ng-content></ng-content>'
|
|
237
|
-
standalone: false
|
|
235
|
+
template: '<ng-content></ng-content>'
|
|
238
236
|
}]
|
|
239
|
-
}], ctorParameters: ()
|
|
237
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
240
238
|
let BalAccordionSummary = class BalAccordionSummary {
|
|
241
239
|
constructor(c, r, z) {
|
|
242
240
|
this.z = z;
|
|
243
241
|
c.detach();
|
|
244
242
|
this.el = r.nativeElement;
|
|
245
243
|
}
|
|
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 }); }
|
|
248
244
|
};
|
|
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 });
|
|
249
247
|
BalAccordionSummary = __decorate([
|
|
250
248
|
ProxyCmp({
|
|
251
249
|
inputs: ['trigger'],
|
|
@@ -253,25 +251,24 @@ BalAccordionSummary = __decorate([
|
|
|
253
251
|
}),
|
|
254
252
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
255
253
|
], BalAccordionSummary);
|
|
256
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
254
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalAccordionSummary, decorators: [{
|
|
257
255
|
type: Component,
|
|
258
256
|
args: [{
|
|
259
257
|
selector: 'bal-accordion-summary',
|
|
260
258
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
261
259
|
template: '<ng-content></ng-content>',
|
|
262
|
-
standalone: false,
|
|
263
260
|
inputs: ['trigger']
|
|
264
261
|
}]
|
|
265
|
-
}], ctorParameters: ()
|
|
262
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
266
263
|
let BalAccordionTrigger = class BalAccordionTrigger {
|
|
267
264
|
constructor(c, r, z) {
|
|
268
265
|
this.z = z;
|
|
269
266
|
c.detach();
|
|
270
267
|
this.el = r.nativeElement;
|
|
271
268
|
}
|
|
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 }); }
|
|
274
269
|
};
|
|
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 });
|
|
275
272
|
BalAccordionTrigger = __decorate([
|
|
276
273
|
ProxyCmp({
|
|
277
274
|
inputs: ['button', 'closeIcon', 'closeLabel', 'color', 'expanded', 'openIcon', 'openLabel', 'size'],
|
|
@@ -279,25 +276,24 @@ BalAccordionTrigger = __decorate([
|
|
|
279
276
|
}),
|
|
280
277
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
281
278
|
], BalAccordionTrigger);
|
|
282
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
279
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalAccordionTrigger, decorators: [{
|
|
283
280
|
type: Component,
|
|
284
281
|
args: [{
|
|
285
282
|
selector: 'bal-accordion-trigger',
|
|
286
283
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
287
284
|
template: '<ng-content></ng-content>',
|
|
288
|
-
standalone: false,
|
|
289
285
|
inputs: ['button', 'closeIcon', 'closeLabel', 'color', 'expanded', 'openIcon', 'openLabel', 'size']
|
|
290
286
|
}]
|
|
291
|
-
}], ctorParameters: ()
|
|
287
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
292
288
|
let BalApp = class BalApp {
|
|
293
289
|
constructor(c, r, z) {
|
|
294
290
|
this.z = z;
|
|
295
291
|
c.detach();
|
|
296
292
|
this.el = r.nativeElement;
|
|
297
293
|
}
|
|
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 }); }
|
|
300
294
|
};
|
|
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 });
|
|
301
297
|
BalApp = __decorate([
|
|
302
298
|
ProxyCmp({
|
|
303
299
|
inputs: ['animated'],
|
|
@@ -306,25 +302,24 @@ BalApp = __decorate([
|
|
|
306
302
|
}),
|
|
307
303
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
308
304
|
], BalApp);
|
|
309
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
305
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalApp, decorators: [{
|
|
310
306
|
type: Component,
|
|
311
307
|
args: [{
|
|
312
308
|
selector: 'bal-app',
|
|
313
309
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
314
310
|
template: '<ng-content></ng-content>',
|
|
315
|
-
standalone: false,
|
|
316
311
|
inputs: ['animated']
|
|
317
312
|
}]
|
|
318
|
-
}], ctorParameters: ()
|
|
313
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
319
314
|
let BalBadge = class BalBadge {
|
|
320
315
|
constructor(c, r, z) {
|
|
321
316
|
this.z = z;
|
|
322
317
|
c.detach();
|
|
323
318
|
this.el = r.nativeElement;
|
|
324
319
|
}
|
|
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 }); }
|
|
327
320
|
};
|
|
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 });
|
|
328
323
|
BalBadge = __decorate([
|
|
329
324
|
ProxyCmp({
|
|
330
325
|
inputs: ['color', 'icon', 'position', 'size'],
|
|
@@ -332,16 +327,15 @@ BalBadge = __decorate([
|
|
|
332
327
|
}),
|
|
333
328
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
334
329
|
], BalBadge);
|
|
335
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
330
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalBadge, decorators: [{
|
|
336
331
|
type: Component,
|
|
337
332
|
args: [{
|
|
338
333
|
selector: 'bal-badge',
|
|
339
334
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
340
335
|
template: '<ng-content></ng-content>',
|
|
341
|
-
standalone: false,
|
|
342
336
|
inputs: ['color', 'icon', 'position', 'size']
|
|
343
337
|
}]
|
|
344
|
-
}], ctorParameters: ()
|
|
338
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
345
339
|
let BalButton = class BalButton {
|
|
346
340
|
constructor(c, r, z) {
|
|
347
341
|
this.z = z;
|
|
@@ -349,9 +343,9 @@ let BalButton = class BalButton {
|
|
|
349
343
|
this.el = r.nativeElement;
|
|
350
344
|
proxyOutputs(this, this.el, ['balNavigate', 'balFocus', 'balBlur', 'balDidRender']);
|
|
351
345
|
}
|
|
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 }); }
|
|
354
346
|
};
|
|
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", 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 });
|
|
355
349
|
BalButton = __decorate([
|
|
356
350
|
ProxyCmp({
|
|
357
351
|
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'],
|
|
@@ -359,26 +353,25 @@ BalButton = __decorate([
|
|
|
359
353
|
}),
|
|
360
354
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
361
355
|
], BalButton);
|
|
362
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
356
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalButton, decorators: [{
|
|
363
357
|
type: Component,
|
|
364
358
|
args: [{
|
|
365
359
|
selector: 'bal-button',
|
|
366
360
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
367
361
|
template: '<ng-content></ng-content>',
|
|
368
|
-
standalone: false,
|
|
369
362
|
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'],
|
|
370
363
|
outputs: ['balNavigate', 'balFocus', 'balBlur', 'balDidRender']
|
|
371
364
|
}]
|
|
372
|
-
}], ctorParameters: ()
|
|
365
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
373
366
|
let BalButtonGroup = class BalButtonGroup {
|
|
374
367
|
constructor(c, r, z) {
|
|
375
368
|
this.z = z;
|
|
376
369
|
c.detach();
|
|
377
370
|
this.el = r.nativeElement;
|
|
378
371
|
}
|
|
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 }); }
|
|
381
372
|
};
|
|
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 });
|
|
382
375
|
BalButtonGroup = __decorate([
|
|
383
376
|
ProxyCmp({
|
|
384
377
|
inputs: ['direction', 'position', 'reverse'],
|
|
@@ -386,25 +379,24 @@ BalButtonGroup = __decorate([
|
|
|
386
379
|
}),
|
|
387
380
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
388
381
|
], BalButtonGroup);
|
|
389
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
382
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalButtonGroup, decorators: [{
|
|
390
383
|
type: Component,
|
|
391
384
|
args: [{
|
|
392
385
|
selector: 'bal-button-group',
|
|
393
386
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
394
387
|
template: '<ng-content></ng-content>',
|
|
395
|
-
standalone: false,
|
|
396
388
|
inputs: ['direction', 'position', 'reverse']
|
|
397
389
|
}]
|
|
398
|
-
}], ctorParameters: ()
|
|
390
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
399
391
|
let BalCard = class BalCard {
|
|
400
392
|
constructor(c, r, z) {
|
|
401
393
|
this.z = z;
|
|
402
394
|
c.detach();
|
|
403
395
|
this.el = r.nativeElement;
|
|
404
396
|
}
|
|
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 }); }
|
|
407
397
|
};
|
|
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 });
|
|
408
400
|
BalCard = __decorate([
|
|
409
401
|
ProxyCmp({
|
|
410
402
|
inputs: ['border', 'clickable', 'color', 'flat', 'fullheight', 'inverted', 'selected', 'space', 'square'],
|
|
@@ -412,25 +404,24 @@ BalCard = __decorate([
|
|
|
412
404
|
}),
|
|
413
405
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
414
406
|
], BalCard);
|
|
415
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
407
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCard, decorators: [{
|
|
416
408
|
type: Component,
|
|
417
409
|
args: [{
|
|
418
410
|
selector: 'bal-card',
|
|
419
411
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
420
412
|
template: '<ng-content></ng-content>',
|
|
421
|
-
standalone: false,
|
|
422
413
|
inputs: ['border', 'clickable', 'color', 'flat', 'fullheight', 'inverted', 'selected', 'space', 'square']
|
|
423
414
|
}]
|
|
424
|
-
}], ctorParameters: ()
|
|
415
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
425
416
|
let BalCardActions = class BalCardActions {
|
|
426
417
|
constructor(c, r, z) {
|
|
427
418
|
this.z = z;
|
|
428
419
|
c.detach();
|
|
429
420
|
this.el = r.nativeElement;
|
|
430
421
|
}
|
|
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 }); }
|
|
433
422
|
};
|
|
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 });
|
|
434
425
|
BalCardActions = __decorate([
|
|
435
426
|
ProxyCmp({
|
|
436
427
|
inputs: ['position'],
|
|
@@ -438,25 +429,24 @@ BalCardActions = __decorate([
|
|
|
438
429
|
}),
|
|
439
430
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
440
431
|
], BalCardActions);
|
|
441
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
432
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCardActions, decorators: [{
|
|
442
433
|
type: Component,
|
|
443
434
|
args: [{
|
|
444
435
|
selector: 'bal-card-actions',
|
|
445
436
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
446
437
|
template: '<ng-content></ng-content>',
|
|
447
|
-
standalone: false,
|
|
448
438
|
inputs: ['position']
|
|
449
439
|
}]
|
|
450
|
-
}], ctorParameters: ()
|
|
440
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
451
441
|
let BalCardButton = class BalCardButton {
|
|
452
442
|
constructor(c, r, z) {
|
|
453
443
|
this.z = z;
|
|
454
444
|
c.detach();
|
|
455
445
|
this.el = r.nativeElement;
|
|
456
446
|
}
|
|
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 }); }
|
|
459
447
|
};
|
|
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 });
|
|
460
450
|
BalCardButton = __decorate([
|
|
461
451
|
ProxyCmp({
|
|
462
452
|
inputs: ['disabled', 'elementType', 'href', 'icon', 'iconRight', 'loading', 'target'],
|
|
@@ -464,49 +454,47 @@ BalCardButton = __decorate([
|
|
|
464
454
|
}),
|
|
465
455
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
466
456
|
], BalCardButton);
|
|
467
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
457
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCardButton, decorators: [{
|
|
468
458
|
type: Component,
|
|
469
459
|
args: [{
|
|
470
460
|
selector: 'bal-card-button',
|
|
471
461
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
472
462
|
template: '<ng-content></ng-content>',
|
|
473
|
-
standalone: false,
|
|
474
463
|
inputs: ['disabled', 'elementType', 'href', 'icon', 'iconRight', 'loading', 'target']
|
|
475
464
|
}]
|
|
476
|
-
}], ctorParameters: ()
|
|
465
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
477
466
|
let BalCardContent = class BalCardContent {
|
|
478
467
|
constructor(c, r, z) {
|
|
479
468
|
this.z = z;
|
|
480
469
|
c.detach();
|
|
481
470
|
this.el = r.nativeElement;
|
|
482
471
|
}
|
|
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 }); }
|
|
485
472
|
};
|
|
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 });
|
|
486
475
|
BalCardContent = __decorate([
|
|
487
476
|
ProxyCmp({
|
|
488
477
|
defineCustomElementFn: defineCustomElement$c
|
|
489
478
|
}),
|
|
490
479
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
491
480
|
], BalCardContent);
|
|
492
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
481
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCardContent, decorators: [{
|
|
493
482
|
type: Component,
|
|
494
483
|
args: [{
|
|
495
484
|
selector: 'bal-card-content',
|
|
496
485
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
497
|
-
template: '<ng-content></ng-content>'
|
|
498
|
-
standalone: false
|
|
486
|
+
template: '<ng-content></ng-content>'
|
|
499
487
|
}]
|
|
500
|
-
}], ctorParameters: ()
|
|
488
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
501
489
|
let BalCardSubtitle = class BalCardSubtitle {
|
|
502
490
|
constructor(c, r, z) {
|
|
503
491
|
this.z = z;
|
|
504
492
|
c.detach();
|
|
505
493
|
this.el = r.nativeElement;
|
|
506
494
|
}
|
|
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 }); }
|
|
509
495
|
};
|
|
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 });
|
|
510
498
|
BalCardSubtitle = __decorate([
|
|
511
499
|
ProxyCmp({
|
|
512
500
|
inputs: ['bold', 'color', 'inverted'],
|
|
@@ -514,25 +502,24 @@ BalCardSubtitle = __decorate([
|
|
|
514
502
|
}),
|
|
515
503
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
516
504
|
], BalCardSubtitle);
|
|
517
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
505
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCardSubtitle, decorators: [{
|
|
518
506
|
type: Component,
|
|
519
507
|
args: [{
|
|
520
508
|
selector: 'bal-card-subtitle',
|
|
521
509
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
522
510
|
template: '<ng-content></ng-content>',
|
|
523
|
-
standalone: false,
|
|
524
511
|
inputs: ['bold', 'color', 'inverted']
|
|
525
512
|
}]
|
|
526
|
-
}], ctorParameters: ()
|
|
513
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
527
514
|
let BalCardTitle = class BalCardTitle {
|
|
528
515
|
constructor(c, r, z) {
|
|
529
516
|
this.z = z;
|
|
530
517
|
c.detach();
|
|
531
518
|
this.el = r.nativeElement;
|
|
532
519
|
}
|
|
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 }); }
|
|
535
520
|
};
|
|
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 });
|
|
536
523
|
BalCardTitle = __decorate([
|
|
537
524
|
ProxyCmp({
|
|
538
525
|
inputs: ['inverted'],
|
|
@@ -540,16 +527,15 @@ BalCardTitle = __decorate([
|
|
|
540
527
|
}),
|
|
541
528
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
542
529
|
], BalCardTitle);
|
|
543
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
530
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCardTitle, decorators: [{
|
|
544
531
|
type: Component,
|
|
545
532
|
args: [{
|
|
546
533
|
selector: 'bal-card-title',
|
|
547
534
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
548
535
|
template: '<ng-content></ng-content>',
|
|
549
|
-
standalone: false,
|
|
550
536
|
inputs: ['inverted']
|
|
551
537
|
}]
|
|
552
|
-
}], ctorParameters: ()
|
|
538
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
553
539
|
let BalCarousel = class BalCarousel {
|
|
554
540
|
constructor(c, r, z) {
|
|
555
541
|
this.z = z;
|
|
@@ -557,9 +543,9 @@ let BalCarousel = class BalCarousel {
|
|
|
557
543
|
this.el = r.nativeElement;
|
|
558
544
|
proxyOutputs(this, this.el, ['balChange']);
|
|
559
545
|
}
|
|
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 }); }
|
|
562
546
|
};
|
|
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", space: "space", steps: "steps", value: "value" }, outputs: { balChange: "balChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
563
549
|
BalCarousel = __decorate([
|
|
564
550
|
ProxyCmp({
|
|
565
551
|
inputs: ['aspectRatio', 'border', 'controls', 'controlsOverflow', 'controlsSticky', 'fullHeight', 'htmlRole', 'interface', 'inverted', 'itemsPerView', 'scrollY', 'space', 'steps', 'value'],
|
|
@@ -568,17 +554,16 @@ BalCarousel = __decorate([
|
|
|
568
554
|
}),
|
|
569
555
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
570
556
|
], BalCarousel);
|
|
571
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
557
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCarousel, decorators: [{
|
|
572
558
|
type: Component,
|
|
573
559
|
args: [{
|
|
574
560
|
selector: 'bal-carousel',
|
|
575
561
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
576
562
|
template: '<ng-content></ng-content>',
|
|
577
|
-
standalone: false,
|
|
578
563
|
inputs: ['aspectRatio', 'border', 'controls', 'controlsOverflow', 'controlsSticky', 'fullHeight', 'htmlRole', 'interface', 'inverted', 'itemsPerView', 'scrollY', 'space', 'steps', 'value'],
|
|
579
564
|
outputs: ['balChange']
|
|
580
565
|
}]
|
|
581
|
-
}], ctorParameters: ()
|
|
566
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
582
567
|
let BalCarouselItem = class BalCarouselItem {
|
|
583
568
|
constructor(c, r, z) {
|
|
584
569
|
this.z = z;
|
|
@@ -586,9 +571,9 @@ let BalCarouselItem = class BalCarouselItem {
|
|
|
586
571
|
this.el = r.nativeElement;
|
|
587
572
|
proxyOutputs(this, this.el, ['balNavigate', 'balFocus', 'balBlur']);
|
|
588
573
|
}
|
|
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 }); }
|
|
591
574
|
};
|
|
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 });
|
|
592
577
|
BalCarouselItem = __decorate([
|
|
593
578
|
ProxyCmp({
|
|
594
579
|
inputs: ['color', 'download', 'elementType', 'href', 'htmlRole', 'label', 'name', 'rel', 'src', 'target', 'value'],
|
|
@@ -597,17 +582,16 @@ BalCarouselItem = __decorate([
|
|
|
597
582
|
}),
|
|
598
583
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
599
584
|
], BalCarouselItem);
|
|
600
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
585
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCarouselItem, decorators: [{
|
|
601
586
|
type: Component,
|
|
602
587
|
args: [{
|
|
603
588
|
selector: 'bal-carousel-item',
|
|
604
589
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
605
590
|
template: '<ng-content></ng-content>',
|
|
606
|
-
standalone: false,
|
|
607
591
|
inputs: ['color', 'download', 'elementType', 'href', 'htmlRole', 'label', 'name', 'rel', 'src', 'target', 'value'],
|
|
608
592
|
outputs: ['balNavigate', 'balFocus', 'balBlur']
|
|
609
593
|
}]
|
|
610
|
-
}], ctorParameters: ()
|
|
594
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
611
595
|
let BalCheckbox = class BalCheckbox {
|
|
612
596
|
constructor(c, r, z) {
|
|
613
597
|
this.z = z;
|
|
@@ -615,9 +599,9 @@ let BalCheckbox = class BalCheckbox {
|
|
|
615
599
|
this.el = r.nativeElement;
|
|
616
600
|
proxyOutputs(this, this.el, ['balFocus', 'balBlur', 'balChange']);
|
|
617
601
|
}
|
|
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 }); }
|
|
620
602
|
};
|
|
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 });
|
|
621
605
|
BalCheckbox = __decorate([
|
|
622
606
|
ProxyCmp({
|
|
623
607
|
inputs: ['autoInvalidOff', 'checked', 'disabled', 'flat', 'inline', 'interface', 'invalid', 'invisible', 'label', 'labelHidden', 'name', 'nonSubmit', 'readonly', 'required', 'value'],
|
|
@@ -626,17 +610,16 @@ BalCheckbox = __decorate([
|
|
|
626
610
|
}),
|
|
627
611
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
628
612
|
], BalCheckbox);
|
|
629
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
613
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCheckbox, decorators: [{
|
|
630
614
|
type: Component,
|
|
631
615
|
args: [{
|
|
632
616
|
selector: 'bal-checkbox',
|
|
633
617
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
634
618
|
template: '<ng-content></ng-content>',
|
|
635
|
-
standalone: false,
|
|
636
619
|
inputs: ['autoInvalidOff', 'checked', 'disabled', 'flat', 'inline', 'interface', 'invalid', 'invisible', 'label', 'labelHidden', 'name', 'nonSubmit', 'readonly', 'required', 'value'],
|
|
637
620
|
outputs: ['balFocus', 'balBlur', 'balChange']
|
|
638
621
|
}]
|
|
639
|
-
}], ctorParameters: ()
|
|
622
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
640
623
|
let BalCheckboxButton = class BalCheckboxButton {
|
|
641
624
|
constructor(c, r, z) {
|
|
642
625
|
this.z = z;
|
|
@@ -644,9 +627,9 @@ let BalCheckboxButton = class BalCheckboxButton {
|
|
|
644
627
|
this.el = r.nativeElement;
|
|
645
628
|
proxyOutputs(this, this.el, ['balFocus', 'balBlur']);
|
|
646
629
|
}
|
|
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 }); }
|
|
649
630
|
};
|
|
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 });
|
|
650
633
|
BalCheckboxButton = __decorate([
|
|
651
634
|
ProxyCmp({
|
|
652
635
|
inputs: ['color', 'disabled', 'invalid', 'readonly'],
|
|
@@ -654,17 +637,16 @@ BalCheckboxButton = __decorate([
|
|
|
654
637
|
}),
|
|
655
638
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
656
639
|
], BalCheckboxButton);
|
|
657
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
640
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCheckboxButton, decorators: [{
|
|
658
641
|
type: Component,
|
|
659
642
|
args: [{
|
|
660
643
|
selector: 'bal-checkbox-button',
|
|
661
644
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
662
645
|
template: '<ng-content></ng-content>',
|
|
663
|
-
standalone: false,
|
|
664
646
|
inputs: ['color', 'disabled', 'invalid', 'readonly'],
|
|
665
647
|
outputs: ['balFocus', 'balBlur']
|
|
666
648
|
}]
|
|
667
|
-
}], ctorParameters: ()
|
|
649
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
668
650
|
let BalCheckboxGroup = class BalCheckboxGroup {
|
|
669
651
|
constructor(c, r, z) {
|
|
670
652
|
this.z = z;
|
|
@@ -672,9 +654,9 @@ let BalCheckboxGroup = class BalCheckboxGroup {
|
|
|
672
654
|
this.el = r.nativeElement;
|
|
673
655
|
proxyOutputs(this, this.el, ['balChange', 'balFocus', 'balBlur']);
|
|
674
656
|
}
|
|
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 }); }
|
|
677
657
|
};
|
|
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 });
|
|
678
660
|
BalCheckboxGroup = __decorate([
|
|
679
661
|
ProxyCmp({
|
|
680
662
|
inputs: ['autoInvalidOff', 'columns', 'columnsMobile', 'columnsTablet', 'control', 'disabled', 'expanded', 'interface', 'invalid', 'name', 'options', 'readonly', 'value', 'vertical', 'verticalOnMobile'],
|
|
@@ -683,26 +665,25 @@ BalCheckboxGroup = __decorate([
|
|
|
683
665
|
}),
|
|
684
666
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
685
667
|
], BalCheckboxGroup);
|
|
686
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
668
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCheckboxGroup, decorators: [{
|
|
687
669
|
type: Component,
|
|
688
670
|
args: [{
|
|
689
671
|
selector: 'bal-checkbox-group',
|
|
690
672
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
691
673
|
template: '<ng-content></ng-content>',
|
|
692
|
-
standalone: false,
|
|
693
674
|
inputs: ['autoInvalidOff', 'columns', 'columnsMobile', 'columnsTablet', 'control', 'disabled', 'expanded', 'interface', 'invalid', 'name', 'options', 'readonly', 'value', 'vertical', 'verticalOnMobile'],
|
|
694
675
|
outputs: ['balChange', 'balFocus', 'balBlur']
|
|
695
676
|
}]
|
|
696
|
-
}], ctorParameters: ()
|
|
677
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
697
678
|
let BalClose = class BalClose {
|
|
698
679
|
constructor(c, r, z) {
|
|
699
680
|
this.z = z;
|
|
700
681
|
c.detach();
|
|
701
682
|
this.el = r.nativeElement;
|
|
702
683
|
}
|
|
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 }); }
|
|
705
684
|
};
|
|
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 });
|
|
706
687
|
BalClose = __decorate([
|
|
707
688
|
ProxyCmp({
|
|
708
689
|
inputs: ['inverted', 'size'],
|
|
@@ -710,25 +691,24 @@ BalClose = __decorate([
|
|
|
710
691
|
}),
|
|
711
692
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
712
693
|
], BalClose);
|
|
713
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
694
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalClose, decorators: [{
|
|
714
695
|
type: Component,
|
|
715
696
|
args: [{
|
|
716
697
|
selector: 'bal-close',
|
|
717
698
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
718
699
|
template: '<ng-content></ng-content>',
|
|
719
|
-
standalone: false,
|
|
720
700
|
inputs: ['inverted', 'size']
|
|
721
701
|
}]
|
|
722
|
-
}], ctorParameters: ()
|
|
702
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
723
703
|
let BalContent = class BalContent {
|
|
724
704
|
constructor(c, r, z) {
|
|
725
705
|
this.z = z;
|
|
726
706
|
c.detach();
|
|
727
707
|
this.el = r.nativeElement;
|
|
728
708
|
}
|
|
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 }); }
|
|
731
709
|
};
|
|
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 });
|
|
732
712
|
BalContent = __decorate([
|
|
733
713
|
ProxyCmp({
|
|
734
714
|
inputs: ['align', 'layout', 'space'],
|
|
@@ -736,25 +716,24 @@ BalContent = __decorate([
|
|
|
736
716
|
}),
|
|
737
717
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
738
718
|
], BalContent);
|
|
739
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
719
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalContent, decorators: [{
|
|
740
720
|
type: Component,
|
|
741
721
|
args: [{
|
|
742
722
|
selector: 'bal-content',
|
|
743
723
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
744
724
|
template: '<ng-content></ng-content>',
|
|
745
|
-
standalone: false,
|
|
746
725
|
inputs: ['align', 'layout', 'space']
|
|
747
726
|
}]
|
|
748
|
-
}], ctorParameters: ()
|
|
727
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
749
728
|
let BalData = class BalData {
|
|
750
729
|
constructor(c, r, z) {
|
|
751
730
|
this.z = z;
|
|
752
731
|
c.detach();
|
|
753
732
|
this.el = r.nativeElement;
|
|
754
733
|
}
|
|
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 }); }
|
|
757
734
|
};
|
|
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 });
|
|
758
737
|
BalData = __decorate([
|
|
759
738
|
ProxyCmp({
|
|
760
739
|
inputs: ['border', 'horizontal'],
|
|
@@ -762,25 +741,24 @@ BalData = __decorate([
|
|
|
762
741
|
}),
|
|
763
742
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
764
743
|
], BalData);
|
|
765
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
744
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalData, decorators: [{
|
|
766
745
|
type: Component,
|
|
767
746
|
args: [{
|
|
768
747
|
selector: 'bal-data',
|
|
769
748
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
770
749
|
template: '<ng-content></ng-content>',
|
|
771
|
-
standalone: false,
|
|
772
750
|
inputs: ['border', 'horizontal']
|
|
773
751
|
}]
|
|
774
|
-
}], ctorParameters: ()
|
|
752
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
775
753
|
let BalDataItem = class BalDataItem {
|
|
776
754
|
constructor(c, r, z) {
|
|
777
755
|
this.z = z;
|
|
778
756
|
c.detach();
|
|
779
757
|
this.el = r.nativeElement;
|
|
780
758
|
}
|
|
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 }); }
|
|
783
759
|
};
|
|
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 });
|
|
784
762
|
BalDataItem = __decorate([
|
|
785
763
|
ProxyCmp({
|
|
786
764
|
inputs: ['border', 'disabled'],
|
|
@@ -788,25 +766,24 @@ BalDataItem = __decorate([
|
|
|
788
766
|
}),
|
|
789
767
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
790
768
|
], BalDataItem);
|
|
791
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
769
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalDataItem, decorators: [{
|
|
792
770
|
type: Component,
|
|
793
771
|
args: [{
|
|
794
772
|
selector: 'bal-data-item',
|
|
795
773
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
796
774
|
template: '<ng-content></ng-content>',
|
|
797
|
-
standalone: false,
|
|
798
775
|
inputs: ['border', 'disabled']
|
|
799
776
|
}]
|
|
800
|
-
}], ctorParameters: ()
|
|
777
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
801
778
|
let BalDataLabel = class BalDataLabel {
|
|
802
779
|
constructor(c, r, z) {
|
|
803
780
|
this.z = z;
|
|
804
781
|
c.detach();
|
|
805
782
|
this.el = r.nativeElement;
|
|
806
783
|
}
|
|
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 }); }
|
|
809
784
|
};
|
|
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 });
|
|
810
787
|
BalDataLabel = __decorate([
|
|
811
788
|
ProxyCmp({
|
|
812
789
|
inputs: ['required'],
|
|
@@ -814,16 +791,15 @@ BalDataLabel = __decorate([
|
|
|
814
791
|
}),
|
|
815
792
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
816
793
|
], BalDataLabel);
|
|
817
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
794
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalDataLabel, decorators: [{
|
|
818
795
|
type: Component,
|
|
819
796
|
args: [{
|
|
820
797
|
selector: 'bal-data-label',
|
|
821
798
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
822
799
|
template: '<ng-content></ng-content>',
|
|
823
|
-
standalone: false,
|
|
824
800
|
inputs: ['required']
|
|
825
801
|
}]
|
|
826
|
-
}], ctorParameters: ()
|
|
802
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
827
803
|
let BalDataValue = class BalDataValue {
|
|
828
804
|
constructor(c, r, z) {
|
|
829
805
|
this.z = z;
|
|
@@ -831,9 +807,9 @@ let BalDataValue = class BalDataValue {
|
|
|
831
807
|
this.el = r.nativeElement;
|
|
832
808
|
proxyOutputs(this, this.el, ['balClick', 'balFocus', 'balBlur']);
|
|
833
809
|
}
|
|
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 }); }
|
|
836
810
|
};
|
|
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 });
|
|
837
813
|
BalDataValue = __decorate([
|
|
838
814
|
ProxyCmp({
|
|
839
815
|
inputs: ['disabled', 'editable', 'multiline'],
|
|
@@ -841,17 +817,16 @@ BalDataValue = __decorate([
|
|
|
841
817
|
}),
|
|
842
818
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
843
819
|
], BalDataValue);
|
|
844
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
820
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalDataValue, decorators: [{
|
|
845
821
|
type: Component,
|
|
846
822
|
args: [{
|
|
847
823
|
selector: 'bal-data-value',
|
|
848
824
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
849
825
|
template: '<ng-content></ng-content>',
|
|
850
|
-
standalone: false,
|
|
851
826
|
inputs: ['disabled', 'editable', 'multiline'],
|
|
852
827
|
outputs: ['balClick', 'balFocus', 'balBlur']
|
|
853
828
|
}]
|
|
854
|
-
}], ctorParameters: ()
|
|
829
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
855
830
|
let BalDate = class BalDate {
|
|
856
831
|
constructor(c, r, z) {
|
|
857
832
|
this.z = z;
|
|
@@ -859,9 +834,9 @@ let BalDate = class BalDate {
|
|
|
859
834
|
this.el = r.nativeElement;
|
|
860
835
|
proxyOutputs(this, this.el, ['balInput', 'balChange', 'balWillAnimate', 'balDidAnimate', 'balBlur', 'balFocus', 'balInputClick', 'balIconClick']);
|
|
861
836
|
}
|
|
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 }); }
|
|
864
837
|
};
|
|
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 });
|
|
865
840
|
BalDate = __decorate([
|
|
866
841
|
ProxyCmp({
|
|
867
842
|
inputs: ['allowInvalidValue', 'allowedDates', 'autoInvalidOff', 'autocomplete', 'closeOnSelect', 'debounce', 'defaultDate', 'disabled', 'freeSolo', 'invalid', 'max', 'maxYearProp', 'min', 'minYearProp', 'name', 'placeholder', 'readonly', 'required', 'triggerIcon', 'value'],
|
|
@@ -870,17 +845,16 @@ BalDate = __decorate([
|
|
|
870
845
|
}),
|
|
871
846
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
872
847
|
], BalDate);
|
|
873
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
848
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalDate, decorators: [{
|
|
874
849
|
type: Component,
|
|
875
850
|
args: [{
|
|
876
851
|
selector: 'bal-date',
|
|
877
852
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
878
853
|
template: '<ng-content></ng-content>',
|
|
879
|
-
standalone: false,
|
|
880
854
|
inputs: ['allowInvalidValue', 'allowedDates', 'autoInvalidOff', 'autocomplete', 'closeOnSelect', 'debounce', 'defaultDate', 'disabled', 'freeSolo', 'invalid', 'max', 'maxYearProp', 'min', 'minYearProp', 'name', 'placeholder', 'readonly', 'required', 'triggerIcon', 'value'],
|
|
881
855
|
outputs: ['balInput', 'balChange', 'balWillAnimate', 'balDidAnimate', 'balBlur', 'balFocus', 'balInputClick', 'balIconClick']
|
|
882
856
|
}]
|
|
883
|
-
}], ctorParameters: ()
|
|
857
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
884
858
|
let BalDateCalendar = class BalDateCalendar {
|
|
885
859
|
constructor(c, r, z) {
|
|
886
860
|
this.z = z;
|
|
@@ -888,9 +862,9 @@ let BalDateCalendar = class BalDateCalendar {
|
|
|
888
862
|
this.el = r.nativeElement;
|
|
889
863
|
proxyOutputs(this, this.el, ['balChange']);
|
|
890
864
|
}
|
|
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 }); }
|
|
893
865
|
};
|
|
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 });
|
|
894
868
|
BalDateCalendar = __decorate([
|
|
895
869
|
ProxyCmp({
|
|
896
870
|
inputs: ['allowedDates', 'defaultDate', 'max', 'maxYearProp', 'min', 'minYearProp', 'value'],
|
|
@@ -898,17 +872,16 @@ BalDateCalendar = __decorate([
|
|
|
898
872
|
}),
|
|
899
873
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
900
874
|
], BalDateCalendar);
|
|
901
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
875
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalDateCalendar, decorators: [{
|
|
902
876
|
type: Component,
|
|
903
877
|
args: [{
|
|
904
878
|
selector: 'bal-date-calendar',
|
|
905
879
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
906
880
|
template: '<ng-content></ng-content>',
|
|
907
|
-
standalone: false,
|
|
908
881
|
inputs: ['allowedDates', 'defaultDate', 'max', 'maxYearProp', 'min', 'minYearProp', 'value'],
|
|
909
882
|
outputs: ['balChange']
|
|
910
883
|
}]
|
|
911
|
-
}], ctorParameters: ()
|
|
884
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
912
885
|
let BalDateCalendarCell = class BalDateCalendarCell {
|
|
913
886
|
constructor(c, r, z) {
|
|
914
887
|
this.z = z;
|
|
@@ -916,9 +889,9 @@ let BalDateCalendarCell = class BalDateCalendarCell {
|
|
|
916
889
|
this.el = r.nativeElement;
|
|
917
890
|
proxyOutputs(this, this.el, ['balSelectDay']);
|
|
918
891
|
}
|
|
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 }); }
|
|
921
892
|
};
|
|
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 });
|
|
922
895
|
BalDateCalendarCell = __decorate([
|
|
923
896
|
ProxyCmp({
|
|
924
897
|
inputs: ['day', 'disabled', 'fullDate', 'isoDate', 'month', 'selected', 'today', 'year'],
|
|
@@ -926,26 +899,25 @@ BalDateCalendarCell = __decorate([
|
|
|
926
899
|
}),
|
|
927
900
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
928
901
|
], BalDateCalendarCell);
|
|
929
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
902
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalDateCalendarCell, decorators: [{
|
|
930
903
|
type: Component,
|
|
931
904
|
args: [{
|
|
932
905
|
selector: 'bal-date-calendar-cell',
|
|
933
906
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
934
907
|
template: '<ng-content></ng-content>',
|
|
935
|
-
standalone: false,
|
|
936
908
|
inputs: ['day', 'disabled', 'fullDate', 'isoDate', 'month', 'selected', 'today', 'year'],
|
|
937
909
|
outputs: ['balSelectDay']
|
|
938
910
|
}]
|
|
939
|
-
}], ctorParameters: ()
|
|
911
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
940
912
|
let BalDivider = class BalDivider {
|
|
941
913
|
constructor(c, r, z) {
|
|
942
914
|
this.z = z;
|
|
943
915
|
c.detach();
|
|
944
916
|
this.el = r.nativeElement;
|
|
945
917
|
}
|
|
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 }); }
|
|
948
918
|
};
|
|
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 });
|
|
949
921
|
BalDivider = __decorate([
|
|
950
922
|
ProxyCmp({
|
|
951
923
|
inputs: ['borderStyle', 'color', 'layout', 'space'],
|
|
@@ -953,16 +925,15 @@ BalDivider = __decorate([
|
|
|
953
925
|
}),
|
|
954
926
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
955
927
|
], BalDivider);
|
|
956
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
928
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalDivider, decorators: [{
|
|
957
929
|
type: Component,
|
|
958
930
|
args: [{
|
|
959
931
|
selector: 'bal-divider',
|
|
960
932
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
961
933
|
template: '<ng-content></ng-content>',
|
|
962
|
-
standalone: false,
|
|
963
934
|
inputs: ['borderStyle', 'color', 'layout', 'space']
|
|
964
935
|
}]
|
|
965
|
-
}], ctorParameters: ()
|
|
936
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
966
937
|
let BalDropdown = class BalDropdown {
|
|
967
938
|
constructor(c, r, z) {
|
|
968
939
|
this.z = z;
|
|
@@ -970,9 +941,9 @@ let BalDropdown = class BalDropdown {
|
|
|
970
941
|
this.el = r.nativeElement;
|
|
971
942
|
proxyOutputs(this, this.el, ['balChange', 'balFocus', 'balBlur']);
|
|
972
943
|
}
|
|
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 }); }
|
|
975
944
|
};
|
|
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 });
|
|
976
947
|
BalDropdown = __decorate([
|
|
977
948
|
ProxyCmp({
|
|
978
949
|
inputs: ['autocomplete', 'chips', 'clearable', 'contentHeight', 'disabled', 'filter', 'icon', 'inlineLabel', 'invalid', 'loading', 'multiple', 'name', 'options', 'placeholder', 'readonly', 'required', 'size', 'theme', 'value'],
|
|
@@ -981,17 +952,16 @@ BalDropdown = __decorate([
|
|
|
981
952
|
}),
|
|
982
953
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
983
954
|
], BalDropdown);
|
|
984
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
955
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalDropdown, decorators: [{
|
|
985
956
|
type: Component,
|
|
986
957
|
args: [{
|
|
987
958
|
selector: 'bal-dropdown',
|
|
988
959
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
989
960
|
template: '<ng-content></ng-content>',
|
|
990
|
-
standalone: false,
|
|
991
961
|
inputs: ['autocomplete', 'chips', 'clearable', 'contentHeight', 'disabled', 'filter', 'icon', 'inlineLabel', 'invalid', 'loading', 'multiple', 'name', 'options', 'placeholder', 'readonly', 'required', 'size', 'theme', 'value'],
|
|
992
962
|
outputs: ['balChange', 'balFocus', 'balBlur']
|
|
993
963
|
}]
|
|
994
|
-
}], ctorParameters: ()
|
|
964
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
995
965
|
let BalField = class BalField {
|
|
996
966
|
constructor(c, r, z) {
|
|
997
967
|
this.z = z;
|
|
@@ -999,9 +969,9 @@ let BalField = class BalField {
|
|
|
999
969
|
this.el = r.nativeElement;
|
|
1000
970
|
proxyOutputs(this, this.el, ['balFormControlDidLoad']);
|
|
1001
971
|
}
|
|
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 }); }
|
|
1004
972
|
};
|
|
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 });
|
|
1005
975
|
BalField = __decorate([
|
|
1006
976
|
ProxyCmp({
|
|
1007
977
|
inputs: ['disabled', 'horizontal', 'invalid', 'loading', 'readonly', 'required', 'valid'],
|
|
@@ -1009,26 +979,25 @@ BalField = __decorate([
|
|
|
1009
979
|
}),
|
|
1010
980
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1011
981
|
], BalField);
|
|
1012
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
982
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalField, decorators: [{
|
|
1013
983
|
type: Component,
|
|
1014
984
|
args: [{
|
|
1015
985
|
selector: 'bal-field',
|
|
1016
986
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1017
987
|
template: '<ng-content></ng-content>',
|
|
1018
|
-
standalone: false,
|
|
1019
988
|
inputs: ['disabled', 'horizontal', 'invalid', 'loading', 'readonly', 'required', 'valid'],
|
|
1020
989
|
outputs: ['balFormControlDidLoad']
|
|
1021
990
|
}]
|
|
1022
|
-
}], ctorParameters: ()
|
|
991
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1023
992
|
let BalFieldControl = class BalFieldControl {
|
|
1024
993
|
constructor(c, r, z) {
|
|
1025
994
|
this.z = z;
|
|
1026
995
|
c.detach();
|
|
1027
996
|
this.el = r.nativeElement;
|
|
1028
997
|
}
|
|
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 }); }
|
|
1031
998
|
};
|
|
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 });
|
|
1032
1001
|
BalFieldControl = __decorate([
|
|
1033
1002
|
ProxyCmp({
|
|
1034
1003
|
inputs: ['expandedOnMobile', 'iconLeft', 'iconRight', 'loading'],
|
|
@@ -1036,25 +1005,24 @@ BalFieldControl = __decorate([
|
|
|
1036
1005
|
}),
|
|
1037
1006
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1038
1007
|
], BalFieldControl);
|
|
1039
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1008
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalFieldControl, decorators: [{
|
|
1040
1009
|
type: Component,
|
|
1041
1010
|
args: [{
|
|
1042
1011
|
selector: 'bal-field-control',
|
|
1043
1012
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1044
1013
|
template: '<ng-content></ng-content>',
|
|
1045
|
-
standalone: false,
|
|
1046
1014
|
inputs: ['expandedOnMobile', 'iconLeft', 'iconRight', 'loading']
|
|
1047
1015
|
}]
|
|
1048
|
-
}], ctorParameters: ()
|
|
1016
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1049
1017
|
let BalFieldHint = class BalFieldHint {
|
|
1050
1018
|
constructor(c, r, z) {
|
|
1051
1019
|
this.z = z;
|
|
1052
1020
|
c.detach();
|
|
1053
1021
|
this.el = r.nativeElement;
|
|
1054
1022
|
}
|
|
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 }); }
|
|
1057
1023
|
};
|
|
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 });
|
|
1058
1026
|
BalFieldHint = __decorate([
|
|
1059
1027
|
ProxyCmp({
|
|
1060
1028
|
inputs: ['closeLabel', 'small', 'subject'],
|
|
@@ -1062,25 +1030,24 @@ BalFieldHint = __decorate([
|
|
|
1062
1030
|
}),
|
|
1063
1031
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1064
1032
|
], BalFieldHint);
|
|
1065
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1033
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalFieldHint, decorators: [{
|
|
1066
1034
|
type: Component,
|
|
1067
1035
|
args: [{
|
|
1068
1036
|
selector: 'bal-field-hint',
|
|
1069
1037
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1070
1038
|
template: '<ng-content></ng-content>',
|
|
1071
|
-
standalone: false,
|
|
1072
1039
|
inputs: ['closeLabel', 'small', 'subject']
|
|
1073
1040
|
}]
|
|
1074
|
-
}], ctorParameters: ()
|
|
1041
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1075
1042
|
let BalFieldLabel = class BalFieldLabel {
|
|
1076
1043
|
constructor(c, r, z) {
|
|
1077
1044
|
this.z = z;
|
|
1078
1045
|
c.detach();
|
|
1079
1046
|
this.el = r.nativeElement;
|
|
1080
1047
|
}
|
|
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 }); }
|
|
1083
1048
|
};
|
|
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 });
|
|
1084
1051
|
BalFieldLabel = __decorate([
|
|
1085
1052
|
ProxyCmp({
|
|
1086
1053
|
inputs: ['disabled', 'htmlFor', 'invalid', 'readonly', 'required', 'size', 'valid', 'weight'],
|
|
@@ -1088,25 +1055,24 @@ BalFieldLabel = __decorate([
|
|
|
1088
1055
|
}),
|
|
1089
1056
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1090
1057
|
], BalFieldLabel);
|
|
1091
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1058
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalFieldLabel, decorators: [{
|
|
1092
1059
|
type: Component,
|
|
1093
1060
|
args: [{
|
|
1094
1061
|
selector: 'bal-field-label',
|
|
1095
1062
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1096
1063
|
template: '<ng-content></ng-content>',
|
|
1097
|
-
standalone: false,
|
|
1098
1064
|
inputs: ['disabled', 'htmlFor', 'invalid', 'readonly', 'required', 'size', 'valid', 'weight']
|
|
1099
1065
|
}]
|
|
1100
|
-
}], ctorParameters: ()
|
|
1066
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1101
1067
|
let BalFieldMessage = class BalFieldMessage {
|
|
1102
1068
|
constructor(c, r, z) {
|
|
1103
1069
|
this.z = z;
|
|
1104
1070
|
c.detach();
|
|
1105
1071
|
this.el = r.nativeElement;
|
|
1106
1072
|
}
|
|
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 }); }
|
|
1109
1073
|
};
|
|
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 });
|
|
1110
1076
|
BalFieldMessage = __decorate([
|
|
1111
1077
|
ProxyCmp({
|
|
1112
1078
|
inputs: ['color', 'disabled', 'invalid', 'readonly', 'valid'],
|
|
@@ -1114,16 +1080,15 @@ BalFieldMessage = __decorate([
|
|
|
1114
1080
|
}),
|
|
1115
1081
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1116
1082
|
], BalFieldMessage);
|
|
1117
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1083
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalFieldMessage, decorators: [{
|
|
1118
1084
|
type: Component,
|
|
1119
1085
|
args: [{
|
|
1120
1086
|
selector: 'bal-field-message',
|
|
1121
1087
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1122
1088
|
template: '<ng-content></ng-content>',
|
|
1123
|
-
standalone: false,
|
|
1124
1089
|
inputs: ['color', 'disabled', 'invalid', 'readonly', 'valid']
|
|
1125
1090
|
}]
|
|
1126
|
-
}], ctorParameters: ()
|
|
1091
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1127
1092
|
let BalFileUpload = class BalFileUpload {
|
|
1128
1093
|
constructor(c, r, z) {
|
|
1129
1094
|
this.z = z;
|
|
@@ -1131,9 +1096,9 @@ let BalFileUpload = class BalFileUpload {
|
|
|
1131
1096
|
this.el = r.nativeElement;
|
|
1132
1097
|
proxyOutputs(this, this.el, ['balChange', 'balFilesAdded', 'balFilesRemoved', 'balRejectedFile', 'balInputClick', 'balBlur', 'balFocus']);
|
|
1133
1098
|
}
|
|
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 }); }
|
|
1136
1099
|
};
|
|
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 });
|
|
1137
1102
|
BalFileUpload = __decorate([
|
|
1138
1103
|
ProxyCmp({
|
|
1139
1104
|
inputs: ['accept', 'autoInvalidOff', 'disabled', 'hasFileList', 'invalid', 'label', 'loading', 'maxBundleSize', 'maxFileSize', 'maxFiles', 'multiple', 'name', 'readonly', 'required', 'subTitle', 'value'],
|
|
@@ -1142,26 +1107,25 @@ BalFileUpload = __decorate([
|
|
|
1142
1107
|
}),
|
|
1143
1108
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1144
1109
|
], BalFileUpload);
|
|
1145
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1110
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalFileUpload, decorators: [{
|
|
1146
1111
|
type: Component,
|
|
1147
1112
|
args: [{
|
|
1148
1113
|
selector: 'bal-file-upload',
|
|
1149
1114
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1150
1115
|
template: '<ng-content></ng-content>',
|
|
1151
|
-
standalone: false,
|
|
1152
1116
|
inputs: ['accept', 'autoInvalidOff', 'disabled', 'hasFileList', 'invalid', 'label', 'loading', 'maxBundleSize', 'maxFileSize', 'maxFiles', 'multiple', 'name', 'readonly', 'required', 'subTitle', 'value'],
|
|
1153
1117
|
outputs: ['balChange', 'balFilesAdded', 'balFilesRemoved', 'balRejectedFile', 'balInputClick', 'balBlur', 'balFocus']
|
|
1154
1118
|
}]
|
|
1155
|
-
}], ctorParameters: ()
|
|
1119
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1156
1120
|
let BalFooter = class BalFooter {
|
|
1157
1121
|
constructor(c, r, z) {
|
|
1158
1122
|
this.z = z;
|
|
1159
1123
|
c.detach();
|
|
1160
1124
|
this.el = r.nativeElement;
|
|
1161
1125
|
}
|
|
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 }); }
|
|
1164
1126
|
};
|
|
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 });
|
|
1165
1129
|
BalFooter = __decorate([
|
|
1166
1130
|
ProxyCmp({
|
|
1167
1131
|
inputs: ['hideLanguageSelection', 'hideLinks', 'overrideLinks', 'showSocialMedia'],
|
|
@@ -1169,25 +1133,24 @@ BalFooter = __decorate([
|
|
|
1169
1133
|
}),
|
|
1170
1134
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1171
1135
|
], BalFooter);
|
|
1172
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1136
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalFooter, decorators: [{
|
|
1173
1137
|
type: Component,
|
|
1174
1138
|
args: [{
|
|
1175
1139
|
selector: 'bal-footer',
|
|
1176
1140
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1177
1141
|
template: '<ng-content></ng-content>',
|
|
1178
|
-
standalone: false,
|
|
1179
1142
|
inputs: ['hideLanguageSelection', 'hideLinks', 'overrideLinks', 'showSocialMedia']
|
|
1180
1143
|
}]
|
|
1181
|
-
}], ctorParameters: ()
|
|
1144
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1182
1145
|
let BalForm = class BalForm {
|
|
1183
1146
|
constructor(c, r, z) {
|
|
1184
1147
|
this.z = z;
|
|
1185
1148
|
c.detach();
|
|
1186
1149
|
this.el = r.nativeElement;
|
|
1187
1150
|
}
|
|
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 }); }
|
|
1190
1151
|
};
|
|
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 });
|
|
1191
1154
|
BalForm = __decorate([
|
|
1192
1155
|
ProxyCmp({
|
|
1193
1156
|
inputs: ['formClass', 'native', 'novalidate'],
|
|
@@ -1196,25 +1159,24 @@ BalForm = __decorate([
|
|
|
1196
1159
|
}),
|
|
1197
1160
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1198
1161
|
], BalForm);
|
|
1199
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1162
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalForm, decorators: [{
|
|
1200
1163
|
type: Component,
|
|
1201
1164
|
args: [{
|
|
1202
1165
|
selector: 'bal-form',
|
|
1203
1166
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1204
1167
|
template: '<ng-content></ng-content>',
|
|
1205
|
-
standalone: false,
|
|
1206
1168
|
inputs: ['formClass', 'native', 'novalidate']
|
|
1207
1169
|
}]
|
|
1208
|
-
}], ctorParameters: ()
|
|
1170
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1209
1171
|
let BalFormCol = class BalFormCol {
|
|
1210
1172
|
constructor(c, r, z) {
|
|
1211
1173
|
this.z = z;
|
|
1212
1174
|
c.detach();
|
|
1213
1175
|
this.el = r.nativeElement;
|
|
1214
1176
|
}
|
|
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 }); }
|
|
1217
1177
|
};
|
|
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 });
|
|
1218
1180
|
BalFormCol = __decorate([
|
|
1219
1181
|
ProxyCmp({
|
|
1220
1182
|
inputs: ['size'],
|
|
@@ -1222,49 +1184,47 @@ BalFormCol = __decorate([
|
|
|
1222
1184
|
}),
|
|
1223
1185
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1224
1186
|
], BalFormCol);
|
|
1225
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1187
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalFormCol, decorators: [{
|
|
1226
1188
|
type: Component,
|
|
1227
1189
|
args: [{
|
|
1228
1190
|
selector: 'bal-form-col',
|
|
1229
1191
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1230
1192
|
template: '<ng-content></ng-content>',
|
|
1231
|
-
standalone: false,
|
|
1232
1193
|
inputs: ['size']
|
|
1233
1194
|
}]
|
|
1234
|
-
}], ctorParameters: ()
|
|
1195
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1235
1196
|
let BalFormGrid = class BalFormGrid {
|
|
1236
1197
|
constructor(c, r, z) {
|
|
1237
1198
|
this.z = z;
|
|
1238
1199
|
c.detach();
|
|
1239
1200
|
this.el = r.nativeElement;
|
|
1240
1201
|
}
|
|
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 }); }
|
|
1243
1202
|
};
|
|
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 });
|
|
1244
1205
|
BalFormGrid = __decorate([
|
|
1245
1206
|
ProxyCmp({
|
|
1246
1207
|
defineCustomElementFn: defineCustomElement$E
|
|
1247
1208
|
}),
|
|
1248
1209
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1249
1210
|
], BalFormGrid);
|
|
1250
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1211
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalFormGrid, decorators: [{
|
|
1251
1212
|
type: Component,
|
|
1252
1213
|
args: [{
|
|
1253
1214
|
selector: 'bal-form-grid',
|
|
1254
1215
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1255
|
-
template: '<ng-content></ng-content>'
|
|
1256
|
-
standalone: false
|
|
1216
|
+
template: '<ng-content></ng-content>'
|
|
1257
1217
|
}]
|
|
1258
|
-
}], ctorParameters: ()
|
|
1218
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1259
1219
|
let BalHeading = class BalHeading {
|
|
1260
1220
|
constructor(c, r, z) {
|
|
1261
1221
|
this.z = z;
|
|
1262
1222
|
c.detach();
|
|
1263
1223
|
this.el = r.nativeElement;
|
|
1264
1224
|
}
|
|
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 }); }
|
|
1267
1225
|
};
|
|
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 });
|
|
1268
1228
|
BalHeading = __decorate([
|
|
1269
1229
|
ProxyCmp({
|
|
1270
1230
|
inputs: ['autoLevel', 'color', 'inverted', 'level', 'noWrap', 'shadow', 'space', 'subtitle', 'visualLevel'],
|
|
@@ -1272,25 +1232,24 @@ BalHeading = __decorate([
|
|
|
1272
1232
|
}),
|
|
1273
1233
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1274
1234
|
], BalHeading);
|
|
1275
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1235
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalHeading, decorators: [{
|
|
1276
1236
|
type: Component,
|
|
1277
1237
|
args: [{
|
|
1278
1238
|
selector: 'bal-heading',
|
|
1279
1239
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1280
1240
|
template: '<ng-content></ng-content>',
|
|
1281
|
-
standalone: false,
|
|
1282
1241
|
inputs: ['autoLevel', 'color', 'inverted', 'level', 'noWrap', 'shadow', 'space', 'subtitle', 'visualLevel']
|
|
1283
1242
|
}]
|
|
1284
|
-
}], ctorParameters: ()
|
|
1243
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1285
1244
|
let BalHint = class BalHint {
|
|
1286
1245
|
constructor(c, r, z) {
|
|
1287
1246
|
this.z = z;
|
|
1288
1247
|
c.detach();
|
|
1289
1248
|
this.el = r.nativeElement;
|
|
1290
1249
|
}
|
|
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 }); }
|
|
1293
1250
|
};
|
|
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 });
|
|
1294
1253
|
BalHint = __decorate([
|
|
1295
1254
|
ProxyCmp({
|
|
1296
1255
|
inputs: ['closeLabel', 'small'],
|
|
@@ -1299,73 +1258,70 @@ BalHint = __decorate([
|
|
|
1299
1258
|
}),
|
|
1300
1259
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1301
1260
|
], BalHint);
|
|
1302
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1261
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalHint, decorators: [{
|
|
1303
1262
|
type: Component,
|
|
1304
1263
|
args: [{
|
|
1305
1264
|
selector: 'bal-hint',
|
|
1306
1265
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1307
1266
|
template: '<ng-content></ng-content>',
|
|
1308
|
-
standalone: false,
|
|
1309
1267
|
inputs: ['closeLabel', 'small']
|
|
1310
1268
|
}]
|
|
1311
|
-
}], ctorParameters: ()
|
|
1269
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1312
1270
|
let BalHintText = class BalHintText {
|
|
1313
1271
|
constructor(c, r, z) {
|
|
1314
1272
|
this.z = z;
|
|
1315
1273
|
c.detach();
|
|
1316
1274
|
this.el = r.nativeElement;
|
|
1317
1275
|
}
|
|
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 }); }
|
|
1320
1276
|
};
|
|
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 });
|
|
1321
1279
|
BalHintText = __decorate([
|
|
1322
1280
|
ProxyCmp({
|
|
1323
1281
|
defineCustomElementFn: defineCustomElement$H
|
|
1324
1282
|
}),
|
|
1325
1283
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1326
1284
|
], BalHintText);
|
|
1327
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1285
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalHintText, decorators: [{
|
|
1328
1286
|
type: Component,
|
|
1329
1287
|
args: [{
|
|
1330
1288
|
selector: 'bal-hint-text',
|
|
1331
1289
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1332
|
-
template: '<ng-content></ng-content>'
|
|
1333
|
-
standalone: false
|
|
1290
|
+
template: '<ng-content></ng-content>'
|
|
1334
1291
|
}]
|
|
1335
|
-
}], ctorParameters: ()
|
|
1292
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1336
1293
|
let BalHintTitle = class BalHintTitle {
|
|
1337
1294
|
constructor(c, r, z) {
|
|
1338
1295
|
this.z = z;
|
|
1339
1296
|
c.detach();
|
|
1340
1297
|
this.el = r.nativeElement;
|
|
1341
1298
|
}
|
|
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 }); }
|
|
1344
1299
|
};
|
|
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 });
|
|
1345
1302
|
BalHintTitle = __decorate([
|
|
1346
1303
|
ProxyCmp({
|
|
1347
1304
|
defineCustomElementFn: defineCustomElement$I
|
|
1348
1305
|
}),
|
|
1349
1306
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1350
1307
|
], BalHintTitle);
|
|
1351
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1308
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalHintTitle, decorators: [{
|
|
1352
1309
|
type: Component,
|
|
1353
1310
|
args: [{
|
|
1354
1311
|
selector: 'bal-hint-title',
|
|
1355
1312
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1356
|
-
template: '<ng-content></ng-content>'
|
|
1357
|
-
standalone: false
|
|
1313
|
+
template: '<ng-content></ng-content>'
|
|
1358
1314
|
}]
|
|
1359
|
-
}], ctorParameters: ()
|
|
1315
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1360
1316
|
let BalIcon = class BalIcon {
|
|
1361
1317
|
constructor(c, r, z) {
|
|
1362
1318
|
this.z = z;
|
|
1363
1319
|
c.detach();
|
|
1364
1320
|
this.el = r.nativeElement;
|
|
1365
1321
|
}
|
|
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 }); }
|
|
1368
1322
|
};
|
|
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 });
|
|
1369
1325
|
BalIcon = __decorate([
|
|
1370
1326
|
ProxyCmp({
|
|
1371
1327
|
inputs: ['color', 'disabled', 'inline', 'invalid', 'inverted', 'name', 'shadow', 'size', 'svg', 'turn'],
|
|
@@ -1373,16 +1329,15 @@ BalIcon = __decorate([
|
|
|
1373
1329
|
}),
|
|
1374
1330
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1375
1331
|
], BalIcon);
|
|
1376
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1332
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalIcon, decorators: [{
|
|
1377
1333
|
type: Component,
|
|
1378
1334
|
args: [{
|
|
1379
1335
|
selector: 'bal-icon',
|
|
1380
1336
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1381
1337
|
template: '<ng-content></ng-content>',
|
|
1382
|
-
standalone: false,
|
|
1383
1338
|
inputs: ['color', 'disabled', 'inline', 'invalid', 'inverted', 'name', 'shadow', 'size', 'svg', 'turn']
|
|
1384
1339
|
}]
|
|
1385
|
-
}], ctorParameters: ()
|
|
1340
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1386
1341
|
let BalInput = class BalInput {
|
|
1387
1342
|
constructor(c, r, z) {
|
|
1388
1343
|
this.z = z;
|
|
@@ -1390,9 +1345,9 @@ let BalInput = class BalInput {
|
|
|
1390
1345
|
this.el = r.nativeElement;
|
|
1391
1346
|
proxyOutputs(this, this.el, ['balInput', 'balBlur', 'balKeyPress', 'balFocus', 'balChange']);
|
|
1392
1347
|
}
|
|
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 }); }
|
|
1395
1348
|
};
|
|
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 });
|
|
1396
1351
|
BalInput = __decorate([
|
|
1397
1352
|
ProxyCmp({
|
|
1398
1353
|
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'],
|
|
@@ -1401,17 +1356,16 @@ BalInput = __decorate([
|
|
|
1401
1356
|
}),
|
|
1402
1357
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1403
1358
|
], BalInput);
|
|
1404
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1359
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalInput, decorators: [{
|
|
1405
1360
|
type: Component,
|
|
1406
1361
|
args: [{
|
|
1407
1362
|
selector: 'bal-input',
|
|
1408
1363
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1409
1364
|
template: '<ng-content></ng-content>',
|
|
1410
|
-
standalone: false,
|
|
1411
1365
|
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'],
|
|
1412
1366
|
outputs: ['balInput', 'balBlur', 'balKeyPress', 'balFocus', 'balChange']
|
|
1413
1367
|
}]
|
|
1414
|
-
}], ctorParameters: ()
|
|
1368
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1415
1369
|
let BalInputDate = class BalInputDate {
|
|
1416
1370
|
constructor(c, r, z) {
|
|
1417
1371
|
this.z = z;
|
|
@@ -1419,9 +1373,9 @@ let BalInputDate = class BalInputDate {
|
|
|
1419
1373
|
this.el = r.nativeElement;
|
|
1420
1374
|
proxyOutputs(this, this.el, ['balKeyPress', 'balChange', 'balInput', 'balBlur', 'balFocus']);
|
|
1421
1375
|
}
|
|
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 }); }
|
|
1424
1376
|
};
|
|
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 });
|
|
1425
1379
|
BalInputDate = __decorate([
|
|
1426
1380
|
ProxyCmp({
|
|
1427
1381
|
inputs: ['allowInvalidValue', 'autoInvalidOff', 'autocomplete', 'clickable', 'disabled', 'invalid', 'max', 'min', 'name', 'placeholder', 'readonly', 'required', 'value'],
|
|
@@ -1430,26 +1384,25 @@ BalInputDate = __decorate([
|
|
|
1430
1384
|
}),
|
|
1431
1385
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1432
1386
|
], BalInputDate);
|
|
1433
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1387
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalInputDate, decorators: [{
|
|
1434
1388
|
type: Component,
|
|
1435
1389
|
args: [{
|
|
1436
1390
|
selector: 'bal-input-date',
|
|
1437
1391
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1438
1392
|
template: '<ng-content></ng-content>',
|
|
1439
|
-
standalone: false,
|
|
1440
1393
|
inputs: ['allowInvalidValue', 'autoInvalidOff', 'autocomplete', 'clickable', 'disabled', 'invalid', 'max', 'min', 'name', 'placeholder', 'readonly', 'required', 'value'],
|
|
1441
1394
|
outputs: ['balKeyPress', 'balChange', 'balInput', 'balBlur', 'balFocus']
|
|
1442
1395
|
}]
|
|
1443
|
-
}], ctorParameters: ()
|
|
1396
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1444
1397
|
let BalInputGroup = class BalInputGroup {
|
|
1445
1398
|
constructor(c, r, z) {
|
|
1446
1399
|
this.z = z;
|
|
1447
1400
|
c.detach();
|
|
1448
1401
|
this.el = r.nativeElement;
|
|
1449
1402
|
}
|
|
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 }); }
|
|
1452
1403
|
};
|
|
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 });
|
|
1453
1406
|
BalInputGroup = __decorate([
|
|
1454
1407
|
ProxyCmp({
|
|
1455
1408
|
inputs: ['disabled', 'invalid', 'readonly'],
|
|
@@ -1457,16 +1410,15 @@ BalInputGroup = __decorate([
|
|
|
1457
1410
|
}),
|
|
1458
1411
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1459
1412
|
], BalInputGroup);
|
|
1460
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1413
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalInputGroup, decorators: [{
|
|
1461
1414
|
type: Component,
|
|
1462
1415
|
args: [{
|
|
1463
1416
|
selector: 'bal-input-group',
|
|
1464
1417
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1465
1418
|
template: '<ng-content></ng-content>',
|
|
1466
|
-
standalone: false,
|
|
1467
1419
|
inputs: ['disabled', 'invalid', 'readonly']
|
|
1468
1420
|
}]
|
|
1469
|
-
}], ctorParameters: ()
|
|
1421
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1470
1422
|
let BalInputSlider = class BalInputSlider {
|
|
1471
1423
|
constructor(c, r, z) {
|
|
1472
1424
|
this.z = z;
|
|
@@ -1474,9 +1426,9 @@ let BalInputSlider = class BalInputSlider {
|
|
|
1474
1426
|
this.el = r.nativeElement;
|
|
1475
1427
|
proxyOutputs(this, this.el, ['balInput', 'balBlur', 'balKeyPress', 'balFocus', 'balChange']);
|
|
1476
1428
|
}
|
|
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 }); }
|
|
1479
1429
|
};
|
|
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 });
|
|
1480
1432
|
BalInputSlider = __decorate([
|
|
1481
1433
|
ProxyCmp({
|
|
1482
1434
|
inputs: ['autoInvalidOff', 'balTabindex', 'debounce', 'disabled', 'hasTicks', 'invalid', 'max', 'min', 'name', 'readonly', 'required', 'step', 'value'],
|
|
@@ -1485,17 +1437,16 @@ BalInputSlider = __decorate([
|
|
|
1485
1437
|
}),
|
|
1486
1438
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1487
1439
|
], BalInputSlider);
|
|
1488
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1440
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalInputSlider, decorators: [{
|
|
1489
1441
|
type: Component,
|
|
1490
1442
|
args: [{
|
|
1491
1443
|
selector: 'bal-input-slider',
|
|
1492
1444
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1493
1445
|
template: '<ng-content></ng-content>',
|
|
1494
|
-
standalone: false,
|
|
1495
1446
|
inputs: ['autoInvalidOff', 'balTabindex', 'debounce', 'disabled', 'hasTicks', 'invalid', 'max', 'min', 'name', 'readonly', 'required', 'step', 'value'],
|
|
1496
1447
|
outputs: ['balInput', 'balBlur', 'balKeyPress', 'balFocus', 'balChange']
|
|
1497
1448
|
}]
|
|
1498
|
-
}], ctorParameters: ()
|
|
1449
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1499
1450
|
let BalInputStepper = class BalInputStepper {
|
|
1500
1451
|
constructor(c, r, z) {
|
|
1501
1452
|
this.z = z;
|
|
@@ -1503,9 +1454,9 @@ let BalInputStepper = class BalInputStepper {
|
|
|
1503
1454
|
this.el = r.nativeElement;
|
|
1504
1455
|
proxyOutputs(this, this.el, ['balChange', 'balInput', 'balIncrease', 'balDecrease', 'balFocus', 'balBlur']);
|
|
1505
1456
|
}
|
|
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 }); }
|
|
1508
1457
|
};
|
|
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 });
|
|
1509
1460
|
BalInputStepper = __decorate([
|
|
1510
1461
|
ProxyCmp({
|
|
1511
1462
|
inputs: ['autoInvalidOff', 'debounce', 'disabled', 'invalid', 'max', 'min', 'name', 'readonly', 'steps', 'value'],
|
|
@@ -1514,26 +1465,25 @@ BalInputStepper = __decorate([
|
|
|
1514
1465
|
}),
|
|
1515
1466
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1516
1467
|
], BalInputStepper);
|
|
1517
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1468
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalInputStepper, decorators: [{
|
|
1518
1469
|
type: Component,
|
|
1519
1470
|
args: [{
|
|
1520
1471
|
selector: 'bal-input-stepper',
|
|
1521
1472
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1522
1473
|
template: '<ng-content></ng-content>',
|
|
1523
|
-
standalone: false,
|
|
1524
1474
|
inputs: ['autoInvalidOff', 'debounce', 'disabled', 'invalid', 'max', 'min', 'name', 'readonly', 'steps', 'value'],
|
|
1525
1475
|
outputs: ['balChange', 'balInput', 'balIncrease', 'balDecrease', 'balFocus', 'balBlur']
|
|
1526
1476
|
}]
|
|
1527
|
-
}], ctorParameters: ()
|
|
1477
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1528
1478
|
let BalLabel = class BalLabel {
|
|
1529
1479
|
constructor(c, r, z) {
|
|
1530
1480
|
this.z = z;
|
|
1531
1481
|
c.detach();
|
|
1532
1482
|
this.el = r.nativeElement;
|
|
1533
1483
|
}
|
|
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 }); }
|
|
1536
1484
|
};
|
|
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 });
|
|
1537
1487
|
BalLabel = __decorate([
|
|
1538
1488
|
ProxyCmp({
|
|
1539
1489
|
inputs: ['disabled', 'htmlFor', 'htmlId', 'invalid', 'multiline', 'noWrap', 'readonly', 'required', 'size', 'valid', 'weight'],
|
|
@@ -1541,25 +1491,24 @@ BalLabel = __decorate([
|
|
|
1541
1491
|
}),
|
|
1542
1492
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1543
1493
|
], BalLabel);
|
|
1544
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1494
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalLabel, decorators: [{
|
|
1545
1495
|
type: Component,
|
|
1546
1496
|
args: [{
|
|
1547
1497
|
selector: 'bal-label',
|
|
1548
1498
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1549
1499
|
template: '<ng-content></ng-content>',
|
|
1550
|
-
standalone: false,
|
|
1551
1500
|
inputs: ['disabled', 'htmlFor', 'htmlId', 'invalid', 'multiline', 'noWrap', 'readonly', 'required', 'size', 'valid', 'weight']
|
|
1552
1501
|
}]
|
|
1553
|
-
}], ctorParameters: ()
|
|
1502
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1554
1503
|
let BalList = class BalList {
|
|
1555
1504
|
constructor(c, r, z) {
|
|
1556
1505
|
this.z = z;
|
|
1557
1506
|
c.detach();
|
|
1558
1507
|
this.el = r.nativeElement;
|
|
1559
1508
|
}
|
|
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 }); }
|
|
1562
1509
|
};
|
|
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 });
|
|
1563
1512
|
BalList = __decorate([
|
|
1564
1513
|
ProxyCmp({
|
|
1565
1514
|
inputs: ['accordionOneLevel', 'background', 'border', 'disabled', 'size'],
|
|
@@ -1567,16 +1516,15 @@ BalList = __decorate([
|
|
|
1567
1516
|
}),
|
|
1568
1517
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1569
1518
|
], BalList);
|
|
1570
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1519
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalList, decorators: [{
|
|
1571
1520
|
type: Component,
|
|
1572
1521
|
args: [{
|
|
1573
1522
|
selector: 'bal-list',
|
|
1574
1523
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1575
1524
|
template: '<ng-content></ng-content>',
|
|
1576
|
-
standalone: false,
|
|
1577
1525
|
inputs: ['accordionOneLevel', 'background', 'border', 'disabled', 'size']
|
|
1578
1526
|
}]
|
|
1579
|
-
}], ctorParameters: ()
|
|
1527
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1580
1528
|
let BalListItem = class BalListItem {
|
|
1581
1529
|
constructor(c, r, z) {
|
|
1582
1530
|
this.z = z;
|
|
@@ -1584,9 +1532,9 @@ let BalListItem = class BalListItem {
|
|
|
1584
1532
|
this.el = r.nativeElement;
|
|
1585
1533
|
proxyOutputs(this, this.el, ['balNavigate', 'balGroupStateChanged', 'balWillAnimate', 'balDidAnimate']);
|
|
1586
1534
|
}
|
|
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 }); }
|
|
1589
1535
|
};
|
|
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 });
|
|
1590
1538
|
BalListItem = __decorate([
|
|
1591
1539
|
ProxyCmp({
|
|
1592
1540
|
inputs: ['accordion', 'clickable', 'disabled', 'download', 'href', 'selected', 'subAccordionItem', 'target'],
|
|
@@ -1595,26 +1543,25 @@ BalListItem = __decorate([
|
|
|
1595
1543
|
}),
|
|
1596
1544
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1597
1545
|
], BalListItem);
|
|
1598
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1546
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalListItem, decorators: [{
|
|
1599
1547
|
type: Component,
|
|
1600
1548
|
args: [{
|
|
1601
1549
|
selector: 'bal-list-item',
|
|
1602
1550
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1603
1551
|
template: '<ng-content></ng-content>',
|
|
1604
|
-
standalone: false,
|
|
1605
1552
|
inputs: ['accordion', 'clickable', 'disabled', 'download', 'href', 'selected', 'subAccordionItem', 'target'],
|
|
1606
1553
|
outputs: ['balNavigate', 'balGroupStateChanged', 'balWillAnimate', 'balDidAnimate']
|
|
1607
1554
|
}]
|
|
1608
|
-
}], ctorParameters: ()
|
|
1555
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1609
1556
|
let BalListItemAccordionBody = class BalListItemAccordionBody {
|
|
1610
1557
|
constructor(c, r, z) {
|
|
1611
1558
|
this.z = z;
|
|
1612
1559
|
c.detach();
|
|
1613
1560
|
this.el = r.nativeElement;
|
|
1614
1561
|
}
|
|
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 }); }
|
|
1617
1562
|
};
|
|
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 });
|
|
1618
1565
|
BalListItemAccordionBody = __decorate([
|
|
1619
1566
|
ProxyCmp({
|
|
1620
1567
|
inputs: ['accordionGroup', 'contentAlignment', 'contentSpace'],
|
|
@@ -1622,16 +1569,15 @@ BalListItemAccordionBody = __decorate([
|
|
|
1622
1569
|
}),
|
|
1623
1570
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1624
1571
|
], BalListItemAccordionBody);
|
|
1625
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1572
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalListItemAccordionBody, decorators: [{
|
|
1626
1573
|
type: Component,
|
|
1627
1574
|
args: [{
|
|
1628
1575
|
selector: 'bal-list-item-accordion-body',
|
|
1629
1576
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1630
1577
|
template: '<ng-content></ng-content>',
|
|
1631
|
-
standalone: false,
|
|
1632
1578
|
inputs: ['accordionGroup', 'contentAlignment', 'contentSpace']
|
|
1633
1579
|
}]
|
|
1634
|
-
}], ctorParameters: ()
|
|
1580
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1635
1581
|
let BalListItemAccordionHead = class BalListItemAccordionHead {
|
|
1636
1582
|
constructor(c, r, z) {
|
|
1637
1583
|
this.z = z;
|
|
@@ -1639,9 +1585,9 @@ let BalListItemAccordionHead = class BalListItemAccordionHead {
|
|
|
1639
1585
|
this.el = r.nativeElement;
|
|
1640
1586
|
proxyOutputs(this, this.el, ['balAccordionChange']);
|
|
1641
1587
|
}
|
|
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 }); }
|
|
1644
1588
|
};
|
|
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 });
|
|
1645
1591
|
BalListItemAccordionHead = __decorate([
|
|
1646
1592
|
ProxyCmp({
|
|
1647
1593
|
inputs: ['accordionOpen', 'icon'],
|
|
@@ -1649,26 +1595,25 @@ BalListItemAccordionHead = __decorate([
|
|
|
1649
1595
|
}),
|
|
1650
1596
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1651
1597
|
], BalListItemAccordionHead);
|
|
1652
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1598
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalListItemAccordionHead, decorators: [{
|
|
1653
1599
|
type: Component,
|
|
1654
1600
|
args: [{
|
|
1655
1601
|
selector: 'bal-list-item-accordion-head',
|
|
1656
1602
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1657
1603
|
template: '<ng-content></ng-content>',
|
|
1658
|
-
standalone: false,
|
|
1659
1604
|
inputs: ['accordionOpen', 'icon'],
|
|
1660
1605
|
outputs: ['balAccordionChange']
|
|
1661
1606
|
}]
|
|
1662
|
-
}], ctorParameters: ()
|
|
1607
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1663
1608
|
let BalListItemContent = class BalListItemContent {
|
|
1664
1609
|
constructor(c, r, z) {
|
|
1665
1610
|
this.z = z;
|
|
1666
1611
|
c.detach();
|
|
1667
1612
|
this.el = r.nativeElement;
|
|
1668
1613
|
}
|
|
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 }); }
|
|
1671
1614
|
};
|
|
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 });
|
|
1672
1617
|
BalListItemContent = __decorate([
|
|
1673
1618
|
ProxyCmp({
|
|
1674
1619
|
inputs: ['contentAlignment'],
|
|
@@ -1676,25 +1621,24 @@ BalListItemContent = __decorate([
|
|
|
1676
1621
|
}),
|
|
1677
1622
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1678
1623
|
], BalListItemContent);
|
|
1679
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1624
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalListItemContent, decorators: [{
|
|
1680
1625
|
type: Component,
|
|
1681
1626
|
args: [{
|
|
1682
1627
|
selector: 'bal-list-item-content',
|
|
1683
1628
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1684
1629
|
template: '<ng-content></ng-content>',
|
|
1685
|
-
standalone: false,
|
|
1686
1630
|
inputs: ['contentAlignment']
|
|
1687
1631
|
}]
|
|
1688
|
-
}], ctorParameters: ()
|
|
1632
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1689
1633
|
let BalListItemIcon = class BalListItemIcon {
|
|
1690
1634
|
constructor(c, r, z) {
|
|
1691
1635
|
this.z = z;
|
|
1692
1636
|
c.detach();
|
|
1693
1637
|
this.el = r.nativeElement;
|
|
1694
1638
|
}
|
|
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 }); }
|
|
1697
1639
|
};
|
|
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 });
|
|
1698
1642
|
BalListItemIcon = __decorate([
|
|
1699
1643
|
ProxyCmp({
|
|
1700
1644
|
inputs: ['right'],
|
|
@@ -1702,49 +1646,47 @@ BalListItemIcon = __decorate([
|
|
|
1702
1646
|
}),
|
|
1703
1647
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1704
1648
|
], BalListItemIcon);
|
|
1705
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1649
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalListItemIcon, decorators: [{
|
|
1706
1650
|
type: Component,
|
|
1707
1651
|
args: [{
|
|
1708
1652
|
selector: 'bal-list-item-icon',
|
|
1709
1653
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1710
1654
|
template: '<ng-content></ng-content>',
|
|
1711
|
-
standalone: false,
|
|
1712
1655
|
inputs: ['right']
|
|
1713
1656
|
}]
|
|
1714
|
-
}], ctorParameters: ()
|
|
1657
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1715
1658
|
let BalListItemSubtitle = class BalListItemSubtitle {
|
|
1716
1659
|
constructor(c, r, z) {
|
|
1717
1660
|
this.z = z;
|
|
1718
1661
|
c.detach();
|
|
1719
1662
|
this.el = r.nativeElement;
|
|
1720
1663
|
}
|
|
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 }); }
|
|
1723
1664
|
};
|
|
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 });
|
|
1724
1667
|
BalListItemSubtitle = __decorate([
|
|
1725
1668
|
ProxyCmp({
|
|
1726
1669
|
defineCustomElementFn: defineCustomElement$W
|
|
1727
1670
|
}),
|
|
1728
1671
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1729
1672
|
], BalListItemSubtitle);
|
|
1730
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1673
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalListItemSubtitle, decorators: [{
|
|
1731
1674
|
type: Component,
|
|
1732
1675
|
args: [{
|
|
1733
1676
|
selector: 'bal-list-item-subtitle',
|
|
1734
1677
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1735
|
-
template: '<ng-content></ng-content>'
|
|
1736
|
-
standalone: false
|
|
1678
|
+
template: '<ng-content></ng-content>'
|
|
1737
1679
|
}]
|
|
1738
|
-
}], ctorParameters: ()
|
|
1680
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1739
1681
|
let BalListItemTitle = class BalListItemTitle {
|
|
1740
1682
|
constructor(c, r, z) {
|
|
1741
1683
|
this.z = z;
|
|
1742
1684
|
c.detach();
|
|
1743
1685
|
this.el = r.nativeElement;
|
|
1744
1686
|
}
|
|
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 }); }
|
|
1747
1687
|
};
|
|
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 });
|
|
1748
1690
|
BalListItemTitle = __decorate([
|
|
1749
1691
|
ProxyCmp({
|
|
1750
1692
|
inputs: ['level', 'visualLevel'],
|
|
@@ -1752,25 +1694,24 @@ BalListItemTitle = __decorate([
|
|
|
1752
1694
|
}),
|
|
1753
1695
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1754
1696
|
], BalListItemTitle);
|
|
1755
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1697
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalListItemTitle, decorators: [{
|
|
1756
1698
|
type: Component,
|
|
1757
1699
|
args: [{
|
|
1758
1700
|
selector: 'bal-list-item-title',
|
|
1759
1701
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1760
1702
|
template: '<ng-content></ng-content>',
|
|
1761
|
-
standalone: false,
|
|
1762
1703
|
inputs: ['level', 'visualLevel']
|
|
1763
1704
|
}]
|
|
1764
|
-
}], ctorParameters: ()
|
|
1705
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1765
1706
|
let BalLogo = class BalLogo {
|
|
1766
1707
|
constructor(c, r, z) {
|
|
1767
1708
|
this.z = z;
|
|
1768
1709
|
c.detach();
|
|
1769
1710
|
this.el = r.nativeElement;
|
|
1770
1711
|
}
|
|
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 }); }
|
|
1773
1712
|
};
|
|
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 });
|
|
1774
1715
|
BalLogo = __decorate([
|
|
1775
1716
|
ProxyCmp({
|
|
1776
1717
|
inputs: ['animated', 'color', 'size'],
|
|
@@ -1778,16 +1719,15 @@ BalLogo = __decorate([
|
|
|
1778
1719
|
}),
|
|
1779
1720
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1780
1721
|
], BalLogo);
|
|
1781
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1722
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalLogo, decorators: [{
|
|
1782
1723
|
type: Component,
|
|
1783
1724
|
args: [{
|
|
1784
1725
|
selector: 'bal-logo',
|
|
1785
1726
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1786
1727
|
template: '<ng-content></ng-content>',
|
|
1787
|
-
standalone: false,
|
|
1788
1728
|
inputs: ['animated', 'color', 'size']
|
|
1789
1729
|
}]
|
|
1790
|
-
}], ctorParameters: ()
|
|
1730
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1791
1731
|
let BalModal = class BalModal {
|
|
1792
1732
|
constructor(c, r, z) {
|
|
1793
1733
|
this.z = z;
|
|
@@ -1795,9 +1735,9 @@ let BalModal = class BalModal {
|
|
|
1795
1735
|
this.el = r.nativeElement;
|
|
1796
1736
|
proxyOutputs(this, this.el, ['balModalDidPresent', 'balModalWillPresent', 'balModalWillDismiss', 'balModalDidDismiss']);
|
|
1797
1737
|
}
|
|
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 }); }
|
|
1800
1738
|
};
|
|
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", 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 });
|
|
1801
1741
|
BalModal = __decorate([
|
|
1802
1742
|
ProxyCmp({
|
|
1803
1743
|
inputs: ['backdropDismiss', 'component', 'componentProps', 'cssClass', 'focusTrap', 'hasBackdrop', 'isClosable', 'modalWidth', 'space'],
|
|
@@ -1806,65 +1746,62 @@ BalModal = __decorate([
|
|
|
1806
1746
|
}),
|
|
1807
1747
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1808
1748
|
], BalModal);
|
|
1809
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1749
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalModal, decorators: [{
|
|
1810
1750
|
type: Component,
|
|
1811
1751
|
args: [{
|
|
1812
1752
|
selector: 'bal-modal',
|
|
1813
1753
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1814
1754
|
template: '<ng-content></ng-content>',
|
|
1815
|
-
standalone: false,
|
|
1816
1755
|
inputs: ['backdropDismiss', 'component', 'componentProps', 'cssClass', 'focusTrap', 'hasBackdrop', 'isClosable', 'modalWidth', 'space'],
|
|
1817
1756
|
outputs: ['balModalDidPresent', 'balModalWillPresent', 'balModalWillDismiss', 'balModalDidDismiss']
|
|
1818
1757
|
}]
|
|
1819
|
-
}], ctorParameters: ()
|
|
1758
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1820
1759
|
let BalModalBody = class BalModalBody {
|
|
1821
1760
|
constructor(c, r, z) {
|
|
1822
1761
|
this.z = z;
|
|
1823
1762
|
c.detach();
|
|
1824
1763
|
this.el = r.nativeElement;
|
|
1825
1764
|
}
|
|
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 }); }
|
|
1828
1765
|
};
|
|
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 });
|
|
1829
1768
|
BalModalBody = __decorate([
|
|
1830
1769
|
ProxyCmp({
|
|
1831
1770
|
defineCustomElementFn: defineCustomElement$_
|
|
1832
1771
|
}),
|
|
1833
1772
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1834
1773
|
], BalModalBody);
|
|
1835
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1774
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalModalBody, decorators: [{
|
|
1836
1775
|
type: Component,
|
|
1837
1776
|
args: [{
|
|
1838
1777
|
selector: 'bal-modal-body',
|
|
1839
1778
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1840
|
-
template: '<ng-content></ng-content>'
|
|
1841
|
-
standalone: false
|
|
1779
|
+
template: '<ng-content></ng-content>'
|
|
1842
1780
|
}]
|
|
1843
|
-
}], ctorParameters: ()
|
|
1781
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1844
1782
|
let BalModalHeader = class BalModalHeader {
|
|
1845
1783
|
constructor(c, r, z) {
|
|
1846
1784
|
this.z = z;
|
|
1847
1785
|
c.detach();
|
|
1848
1786
|
this.el = r.nativeElement;
|
|
1849
1787
|
}
|
|
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 }); }
|
|
1852
1788
|
};
|
|
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 });
|
|
1853
1791
|
BalModalHeader = __decorate([
|
|
1854
1792
|
ProxyCmp({
|
|
1855
1793
|
defineCustomElementFn: defineCustomElement$$
|
|
1856
1794
|
}),
|
|
1857
1795
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1858
1796
|
], BalModalHeader);
|
|
1859
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1797
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalModalHeader, decorators: [{
|
|
1860
1798
|
type: Component,
|
|
1861
1799
|
args: [{
|
|
1862
1800
|
selector: 'bal-modal-header',
|
|
1863
1801
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1864
|
-
template: '<ng-content></ng-content>'
|
|
1865
|
-
standalone: false
|
|
1802
|
+
template: '<ng-content></ng-content>'
|
|
1866
1803
|
}]
|
|
1867
|
-
}], ctorParameters: ()
|
|
1804
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1868
1805
|
let BalNav = class BalNav {
|
|
1869
1806
|
constructor(c, r, z) {
|
|
1870
1807
|
this.z = z;
|
|
@@ -1872,9 +1809,9 @@ let BalNav = class BalNav {
|
|
|
1872
1809
|
this.el = r.nativeElement;
|
|
1873
1810
|
proxyOutputs(this, this.el, ['balNavItemClick']);
|
|
1874
1811
|
}
|
|
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 }); }
|
|
1877
1812
|
};
|
|
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 });
|
|
1878
1815
|
BalNav = __decorate([
|
|
1879
1816
|
ProxyCmp({
|
|
1880
1817
|
inputs: ['buttons', 'logo', 'options'],
|
|
@@ -1882,26 +1819,25 @@ BalNav = __decorate([
|
|
|
1882
1819
|
}),
|
|
1883
1820
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1884
1821
|
], BalNav);
|
|
1885
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1822
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNav, decorators: [{
|
|
1886
1823
|
type: Component,
|
|
1887
1824
|
args: [{
|
|
1888
1825
|
selector: 'bal-nav',
|
|
1889
1826
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1890
1827
|
template: '<ng-content></ng-content>',
|
|
1891
|
-
standalone: false,
|
|
1892
1828
|
inputs: ['buttons', 'logo', 'options'],
|
|
1893
1829
|
outputs: ['balNavItemClick']
|
|
1894
1830
|
}]
|
|
1895
|
-
}], ctorParameters: ()
|
|
1831
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1896
1832
|
let BalNavLink = class BalNavLink {
|
|
1897
1833
|
constructor(c, r, z) {
|
|
1898
1834
|
this.z = z;
|
|
1899
1835
|
c.detach();
|
|
1900
1836
|
this.el = r.nativeElement;
|
|
1901
1837
|
}
|
|
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 }); }
|
|
1904
1838
|
};
|
|
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 });
|
|
1905
1841
|
BalNavLink = __decorate([
|
|
1906
1842
|
ProxyCmp({
|
|
1907
1843
|
inputs: ['clickable', 'href', 'selected', 'target', 'variant'],
|
|
@@ -1909,49 +1845,47 @@ BalNavLink = __decorate([
|
|
|
1909
1845
|
}),
|
|
1910
1846
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1911
1847
|
], BalNavLink);
|
|
1912
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1848
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavLink, decorators: [{
|
|
1913
1849
|
type: Component,
|
|
1914
1850
|
args: [{
|
|
1915
1851
|
selector: 'bal-nav-link',
|
|
1916
1852
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1917
1853
|
template: '<ng-content></ng-content>',
|
|
1918
|
-
standalone: false,
|
|
1919
1854
|
inputs: ['clickable', 'href', 'selected', 'target', 'variant']
|
|
1920
1855
|
}]
|
|
1921
|
-
}], ctorParameters: ()
|
|
1856
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1922
1857
|
let BalNavLinkGrid = class BalNavLinkGrid {
|
|
1923
1858
|
constructor(c, r, z) {
|
|
1924
1859
|
this.z = z;
|
|
1925
1860
|
c.detach();
|
|
1926
1861
|
this.el = r.nativeElement;
|
|
1927
1862
|
}
|
|
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 }); }
|
|
1930
1863
|
};
|
|
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 });
|
|
1931
1866
|
BalNavLinkGrid = __decorate([
|
|
1932
1867
|
ProxyCmp({
|
|
1933
1868
|
defineCustomElementFn: defineCustomElement$12
|
|
1934
1869
|
}),
|
|
1935
1870
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1936
1871
|
], BalNavLinkGrid);
|
|
1937
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1872
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavLinkGrid, decorators: [{
|
|
1938
1873
|
type: Component,
|
|
1939
1874
|
args: [{
|
|
1940
1875
|
selector: 'bal-nav-link-grid',
|
|
1941
1876
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1942
|
-
template: '<ng-content></ng-content>'
|
|
1943
|
-
standalone: false
|
|
1877
|
+
template: '<ng-content></ng-content>'
|
|
1944
1878
|
}]
|
|
1945
|
-
}], ctorParameters: ()
|
|
1879
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1946
1880
|
let BalNavLinkGridCol = class BalNavLinkGridCol {
|
|
1947
1881
|
constructor(c, r, z) {
|
|
1948
1882
|
this.z = z;
|
|
1949
1883
|
c.detach();
|
|
1950
1884
|
this.el = r.nativeElement;
|
|
1951
1885
|
}
|
|
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 }); }
|
|
1954
1886
|
};
|
|
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 });
|
|
1955
1889
|
BalNavLinkGridCol = __decorate([
|
|
1956
1890
|
ProxyCmp({
|
|
1957
1891
|
inputs: ['staticCol'],
|
|
@@ -1959,25 +1893,24 @@ BalNavLinkGridCol = __decorate([
|
|
|
1959
1893
|
}),
|
|
1960
1894
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1961
1895
|
], BalNavLinkGridCol);
|
|
1962
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1896
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavLinkGridCol, decorators: [{
|
|
1963
1897
|
type: Component,
|
|
1964
1898
|
args: [{
|
|
1965
1899
|
selector: 'bal-nav-link-grid-col',
|
|
1966
1900
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1967
1901
|
template: '<ng-content></ng-content>',
|
|
1968
|
-
standalone: false,
|
|
1969
1902
|
inputs: ['staticCol']
|
|
1970
1903
|
}]
|
|
1971
|
-
}], ctorParameters: ()
|
|
1904
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1972
1905
|
let BalNavLinkGroup = class BalNavLinkGroup {
|
|
1973
1906
|
constructor(c, r, z) {
|
|
1974
1907
|
this.z = z;
|
|
1975
1908
|
c.detach();
|
|
1976
1909
|
this.el = r.nativeElement;
|
|
1977
1910
|
}
|
|
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 }); }
|
|
1980
1911
|
};
|
|
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 });
|
|
1981
1914
|
BalNavLinkGroup = __decorate([
|
|
1982
1915
|
ProxyCmp({
|
|
1983
1916
|
inputs: ['color'],
|
|
@@ -1985,25 +1918,24 @@ BalNavLinkGroup = __decorate([
|
|
|
1985
1918
|
}),
|
|
1986
1919
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1987
1920
|
], BalNavLinkGroup);
|
|
1988
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1921
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavLinkGroup, decorators: [{
|
|
1989
1922
|
type: Component,
|
|
1990
1923
|
args: [{
|
|
1991
1924
|
selector: 'bal-nav-link-group',
|
|
1992
1925
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1993
1926
|
template: '<ng-content></ng-content>',
|
|
1994
|
-
standalone: false,
|
|
1995
1927
|
inputs: ['color']
|
|
1996
1928
|
}]
|
|
1997
|
-
}], ctorParameters: ()
|
|
1929
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1998
1930
|
let BalNavMenuBar = class BalNavMenuBar {
|
|
1999
1931
|
constructor(c, r, z) {
|
|
2000
1932
|
this.z = z;
|
|
2001
1933
|
c.detach();
|
|
2002
1934
|
this.el = r.nativeElement;
|
|
2003
1935
|
}
|
|
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 }); }
|
|
2006
1936
|
};
|
|
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 });
|
|
2007
1939
|
BalNavMenuBar = __decorate([
|
|
2008
1940
|
ProxyCmp({
|
|
2009
1941
|
inputs: ['invisible', 'position'],
|
|
@@ -2011,25 +1943,24 @@ BalNavMenuBar = __decorate([
|
|
|
2011
1943
|
}),
|
|
2012
1944
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2013
1945
|
], BalNavMenuBar);
|
|
2014
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1946
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavMenuBar, decorators: [{
|
|
2015
1947
|
type: Component,
|
|
2016
1948
|
args: [{
|
|
2017
1949
|
selector: 'bal-nav-menu-bar',
|
|
2018
1950
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2019
1951
|
template: '<ng-content></ng-content>',
|
|
2020
|
-
standalone: false,
|
|
2021
1952
|
inputs: ['invisible', 'position']
|
|
2022
1953
|
}]
|
|
2023
|
-
}], ctorParameters: ()
|
|
1954
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2024
1955
|
let BalNavMenuFlyout = class BalNavMenuFlyout {
|
|
2025
1956
|
constructor(c, r, z) {
|
|
2026
1957
|
this.z = z;
|
|
2027
1958
|
c.detach();
|
|
2028
1959
|
this.el = r.nativeElement;
|
|
2029
1960
|
}
|
|
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 }); }
|
|
2032
1961
|
};
|
|
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 });
|
|
2033
1964
|
BalNavMenuFlyout = __decorate([
|
|
2034
1965
|
ProxyCmp({
|
|
2035
1966
|
inputs: ['navId'],
|
|
@@ -2037,25 +1968,24 @@ BalNavMenuFlyout = __decorate([
|
|
|
2037
1968
|
}),
|
|
2038
1969
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2039
1970
|
], BalNavMenuFlyout);
|
|
2040
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1971
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavMenuFlyout, decorators: [{
|
|
2041
1972
|
type: Component,
|
|
2042
1973
|
args: [{
|
|
2043
1974
|
selector: 'bal-nav-menu-flyout',
|
|
2044
1975
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2045
1976
|
template: '<ng-content></ng-content>',
|
|
2046
|
-
standalone: false,
|
|
2047
1977
|
inputs: ['navId']
|
|
2048
1978
|
}]
|
|
2049
|
-
}], ctorParameters: ()
|
|
1979
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2050
1980
|
let BalNavMetaBar = class BalNavMetaBar {
|
|
2051
1981
|
constructor(c, r, z) {
|
|
2052
1982
|
this.z = z;
|
|
2053
1983
|
c.detach();
|
|
2054
1984
|
this.el = r.nativeElement;
|
|
2055
1985
|
}
|
|
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 }); }
|
|
2058
1986
|
};
|
|
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 });
|
|
2059
1989
|
BalNavMetaBar = __decorate([
|
|
2060
1990
|
ProxyCmp({
|
|
2061
1991
|
inputs: ['invisible', 'position', 'size', 'variant'],
|
|
@@ -2063,25 +1993,24 @@ BalNavMetaBar = __decorate([
|
|
|
2063
1993
|
}),
|
|
2064
1994
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2065
1995
|
], BalNavMetaBar);
|
|
2066
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1996
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavMetaBar, decorators: [{
|
|
2067
1997
|
type: Component,
|
|
2068
1998
|
args: [{
|
|
2069
1999
|
selector: 'bal-nav-meta-bar',
|
|
2070
2000
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2071
2001
|
template: '<ng-content></ng-content>',
|
|
2072
|
-
standalone: false,
|
|
2073
2002
|
inputs: ['invisible', 'position', 'size', 'variant']
|
|
2074
2003
|
}]
|
|
2075
|
-
}], ctorParameters: ()
|
|
2004
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2076
2005
|
let BalNavbar = class BalNavbar {
|
|
2077
2006
|
constructor(c, r, z) {
|
|
2078
2007
|
this.z = z;
|
|
2079
2008
|
c.detach();
|
|
2080
2009
|
this.el = r.nativeElement;
|
|
2081
2010
|
}
|
|
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 }); }
|
|
2084
2011
|
};
|
|
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 });
|
|
2085
2014
|
BalNavbar = __decorate([
|
|
2086
2015
|
ProxyCmp({
|
|
2087
2016
|
inputs: ['container', 'interface', 'light'],
|
|
@@ -2089,16 +2018,15 @@ BalNavbar = __decorate([
|
|
|
2089
2018
|
}),
|
|
2090
2019
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2091
2020
|
], BalNavbar);
|
|
2092
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2021
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavbar, decorators: [{
|
|
2093
2022
|
type: Component,
|
|
2094
2023
|
args: [{
|
|
2095
2024
|
selector: 'bal-navbar',
|
|
2096
2025
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2097
2026
|
template: '<ng-content></ng-content>',
|
|
2098
|
-
standalone: false,
|
|
2099
2027
|
inputs: ['container', 'interface', 'light']
|
|
2100
2028
|
}]
|
|
2101
|
-
}], ctorParameters: ()
|
|
2029
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2102
2030
|
let BalNavbarBrand = class BalNavbarBrand {
|
|
2103
2031
|
constructor(c, r, z) {
|
|
2104
2032
|
this.z = z;
|
|
@@ -2106,9 +2034,9 @@ let BalNavbarBrand = class BalNavbarBrand {
|
|
|
2106
2034
|
this.el = r.nativeElement;
|
|
2107
2035
|
proxyOutputs(this, this.el, ['balNavigate', 'balWillAnimate', 'balDidAnimate']);
|
|
2108
2036
|
}
|
|
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 }); }
|
|
2111
2037
|
};
|
|
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", 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 });
|
|
2112
2040
|
BalNavbarBrand = __decorate([
|
|
2113
2041
|
ProxyCmp({
|
|
2114
2042
|
inputs: ['animated', 'href', 'logo', 'logoClickable', 'logoLabel', 'logoSize', 'simple', 'target'],
|
|
@@ -2116,122 +2044,117 @@ BalNavbarBrand = __decorate([
|
|
|
2116
2044
|
}),
|
|
2117
2045
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2118
2046
|
], BalNavbarBrand);
|
|
2119
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2047
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavbarBrand, decorators: [{
|
|
2120
2048
|
type: Component,
|
|
2121
2049
|
args: [{
|
|
2122
2050
|
selector: 'bal-navbar-brand',
|
|
2123
2051
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2124
2052
|
template: '<ng-content></ng-content>',
|
|
2125
|
-
standalone: false,
|
|
2126
2053
|
inputs: ['animated', 'href', 'logo', 'logoClickable', 'logoLabel', 'logoSize', 'simple', 'target'],
|
|
2127
2054
|
outputs: ['balNavigate', 'balWillAnimate', 'balDidAnimate']
|
|
2128
2055
|
}]
|
|
2129
|
-
}], ctorParameters: ()
|
|
2056
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2130
2057
|
let BalNavbarMenu = class BalNavbarMenu {
|
|
2131
2058
|
constructor(c, r, z) {
|
|
2132
2059
|
this.z = z;
|
|
2133
2060
|
c.detach();
|
|
2134
2061
|
this.el = r.nativeElement;
|
|
2135
2062
|
}
|
|
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 }); }
|
|
2138
2063
|
};
|
|
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 });
|
|
2139
2066
|
BalNavbarMenu = __decorate([
|
|
2140
2067
|
ProxyCmp({
|
|
2141
2068
|
defineCustomElementFn: defineCustomElement$1a
|
|
2142
2069
|
}),
|
|
2143
2070
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2144
2071
|
], BalNavbarMenu);
|
|
2145
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2072
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavbarMenu, decorators: [{
|
|
2146
2073
|
type: Component,
|
|
2147
2074
|
args: [{
|
|
2148
2075
|
selector: 'bal-navbar-menu',
|
|
2149
2076
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2150
|
-
template: '<ng-content></ng-content>'
|
|
2151
|
-
standalone: false
|
|
2077
|
+
template: '<ng-content></ng-content>'
|
|
2152
2078
|
}]
|
|
2153
|
-
}], ctorParameters: ()
|
|
2079
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2154
2080
|
let BalNavbarMenuEnd = class BalNavbarMenuEnd {
|
|
2155
2081
|
constructor(c, r, z) {
|
|
2156
2082
|
this.z = z;
|
|
2157
2083
|
c.detach();
|
|
2158
2084
|
this.el = r.nativeElement;
|
|
2159
2085
|
}
|
|
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 }); }
|
|
2162
2086
|
};
|
|
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 });
|
|
2163
2089
|
BalNavbarMenuEnd = __decorate([
|
|
2164
2090
|
ProxyCmp({
|
|
2165
2091
|
defineCustomElementFn: defineCustomElement$1b
|
|
2166
2092
|
}),
|
|
2167
2093
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2168
2094
|
], BalNavbarMenuEnd);
|
|
2169
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2095
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavbarMenuEnd, decorators: [{
|
|
2170
2096
|
type: Component,
|
|
2171
2097
|
args: [{
|
|
2172
2098
|
selector: 'bal-navbar-menu-end',
|
|
2173
2099
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2174
|
-
template: '<ng-content></ng-content>'
|
|
2175
|
-
standalone: false
|
|
2100
|
+
template: '<ng-content></ng-content>'
|
|
2176
2101
|
}]
|
|
2177
|
-
}], ctorParameters: ()
|
|
2102
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2178
2103
|
let BalNavbarMenuStart = class BalNavbarMenuStart {
|
|
2179
2104
|
constructor(c, r, z) {
|
|
2180
2105
|
this.z = z;
|
|
2181
2106
|
c.detach();
|
|
2182
2107
|
this.el = r.nativeElement;
|
|
2183
2108
|
}
|
|
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 }); }
|
|
2186
2109
|
};
|
|
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 });
|
|
2187
2112
|
BalNavbarMenuStart = __decorate([
|
|
2188
2113
|
ProxyCmp({
|
|
2189
2114
|
defineCustomElementFn: defineCustomElement$1c
|
|
2190
2115
|
}),
|
|
2191
2116
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2192
2117
|
], BalNavbarMenuStart);
|
|
2193
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2118
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavbarMenuStart, decorators: [{
|
|
2194
2119
|
type: Component,
|
|
2195
2120
|
args: [{
|
|
2196
2121
|
selector: 'bal-navbar-menu-start',
|
|
2197
2122
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2198
|
-
template: '<ng-content></ng-content>'
|
|
2199
|
-
standalone: false
|
|
2123
|
+
template: '<ng-content></ng-content>'
|
|
2200
2124
|
}]
|
|
2201
|
-
}], ctorParameters: ()
|
|
2125
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2202
2126
|
let BalNotices = class BalNotices {
|
|
2203
2127
|
constructor(c, r, z) {
|
|
2204
2128
|
this.z = z;
|
|
2205
2129
|
c.detach();
|
|
2206
2130
|
this.el = r.nativeElement;
|
|
2207
2131
|
}
|
|
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 }); }
|
|
2210
2132
|
};
|
|
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 });
|
|
2211
2135
|
BalNotices = __decorate([
|
|
2212
2136
|
ProxyCmp({
|
|
2213
2137
|
defineCustomElementFn: defineCustomElement$1d
|
|
2214
2138
|
}),
|
|
2215
2139
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2216
2140
|
], BalNotices);
|
|
2217
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2141
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNotices, decorators: [{
|
|
2218
2142
|
type: Component,
|
|
2219
2143
|
args: [{
|
|
2220
2144
|
selector: 'bal-notices',
|
|
2221
2145
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2222
|
-
template: '<ng-content></ng-content>'
|
|
2223
|
-
standalone: false
|
|
2146
|
+
template: '<ng-content></ng-content>'
|
|
2224
2147
|
}]
|
|
2225
|
-
}], ctorParameters: ()
|
|
2148
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2226
2149
|
let BalNotification = class BalNotification {
|
|
2227
2150
|
constructor(c, r, z) {
|
|
2228
2151
|
this.z = z;
|
|
2229
2152
|
c.detach();
|
|
2230
2153
|
this.el = r.nativeElement;
|
|
2231
2154
|
}
|
|
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 }); }
|
|
2234
2155
|
};
|
|
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 });
|
|
2235
2158
|
BalNotification = __decorate([
|
|
2236
2159
|
ProxyCmp({
|
|
2237
2160
|
inputs: ['color', 'light', 'noIcon'],
|
|
@@ -2239,16 +2162,15 @@ BalNotification = __decorate([
|
|
|
2239
2162
|
}),
|
|
2240
2163
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2241
2164
|
], BalNotification);
|
|
2242
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2165
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNotification, decorators: [{
|
|
2243
2166
|
type: Component,
|
|
2244
2167
|
args: [{
|
|
2245
2168
|
selector: 'bal-notification',
|
|
2246
2169
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2247
2170
|
template: '<ng-content></ng-content>',
|
|
2248
|
-
standalone: false,
|
|
2249
2171
|
inputs: ['color', 'light', 'noIcon']
|
|
2250
2172
|
}]
|
|
2251
|
-
}], ctorParameters: ()
|
|
2173
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2252
2174
|
let BalNumberInput = class BalNumberInput {
|
|
2253
2175
|
constructor(c, r, z) {
|
|
2254
2176
|
this.z = z;
|
|
@@ -2256,9 +2178,9 @@ let BalNumberInput = class BalNumberInput {
|
|
|
2256
2178
|
this.el = r.nativeElement;
|
|
2257
2179
|
proxyOutputs(this, this.el, ['balInput', 'balChange', 'balBlur', 'balFocus', 'balKeyPress']);
|
|
2258
2180
|
}
|
|
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 }); }
|
|
2261
2181
|
};
|
|
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 });
|
|
2262
2184
|
BalNumberInput = __decorate([
|
|
2263
2185
|
ProxyCmp({
|
|
2264
2186
|
inputs: ['autoInvalidOff', 'debounce', 'decimal', 'disabled', 'exactNumber', 'invalid', 'max', 'min', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'suffix', 'value'],
|
|
@@ -2267,17 +2189,16 @@ BalNumberInput = __decorate([
|
|
|
2267
2189
|
}),
|
|
2268
2190
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2269
2191
|
], BalNumberInput);
|
|
2270
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2192
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNumberInput, decorators: [{
|
|
2271
2193
|
type: Component,
|
|
2272
2194
|
args: [{
|
|
2273
2195
|
selector: 'bal-number-input',
|
|
2274
2196
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2275
2197
|
template: '<ng-content></ng-content>',
|
|
2276
|
-
standalone: false,
|
|
2277
2198
|
inputs: ['autoInvalidOff', 'debounce', 'decimal', 'disabled', 'exactNumber', 'invalid', 'max', 'min', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'suffix', 'value'],
|
|
2278
2199
|
outputs: ['balInput', 'balChange', 'balBlur', 'balFocus', 'balKeyPress']
|
|
2279
2200
|
}]
|
|
2280
|
-
}], ctorParameters: ()
|
|
2201
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2281
2202
|
let BalOption = class BalOption {
|
|
2282
2203
|
constructor(c, r, z) {
|
|
2283
2204
|
this.z = z;
|
|
@@ -2285,9 +2206,9 @@ let BalOption = class BalOption {
|
|
|
2285
2206
|
this.el = r.nativeElement;
|
|
2286
2207
|
proxyOutputs(this, this.el, ['balOptionChange']);
|
|
2287
2208
|
}
|
|
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 }); }
|
|
2290
2209
|
};
|
|
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 });
|
|
2291
2212
|
BalOption = __decorate([
|
|
2292
2213
|
ProxyCmp({
|
|
2293
2214
|
inputs: ['disabled', 'focused', 'hidden', 'invalid', 'label', 'multiline', 'selected', 'value'],
|
|
@@ -2296,26 +2217,25 @@ BalOption = __decorate([
|
|
|
2296
2217
|
}),
|
|
2297
2218
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2298
2219
|
], BalOption);
|
|
2299
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2220
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalOption, decorators: [{
|
|
2300
2221
|
type: Component,
|
|
2301
2222
|
args: [{
|
|
2302
2223
|
selector: 'bal-option',
|
|
2303
2224
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2304
2225
|
template: '<ng-content></ng-content>',
|
|
2305
|
-
standalone: false,
|
|
2306
2226
|
inputs: ['disabled', 'focused', 'hidden', 'invalid', 'label', 'multiline', 'selected', 'value'],
|
|
2307
2227
|
outputs: ['balOptionChange']
|
|
2308
2228
|
}]
|
|
2309
|
-
}], ctorParameters: ()
|
|
2229
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2310
2230
|
let BalOptionList = class BalOptionList {
|
|
2311
2231
|
constructor(c, r, z) {
|
|
2312
2232
|
this.z = z;
|
|
2313
2233
|
c.detach();
|
|
2314
2234
|
this.el = r.nativeElement;
|
|
2315
2235
|
}
|
|
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 }); }
|
|
2318
2236
|
};
|
|
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 });
|
|
2319
2239
|
BalOptionList = __decorate([
|
|
2320
2240
|
ProxyCmp({
|
|
2321
2241
|
inputs: ['contentHeight', 'disabled', 'filter', 'focusIndex', 'labelledby', 'multiple', 'required'],
|
|
@@ -2324,16 +2244,15 @@ BalOptionList = __decorate([
|
|
|
2324
2244
|
}),
|
|
2325
2245
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2326
2246
|
], BalOptionList);
|
|
2327
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2247
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalOptionList, decorators: [{
|
|
2328
2248
|
type: Component,
|
|
2329
2249
|
args: [{
|
|
2330
2250
|
selector: 'bal-option-list',
|
|
2331
2251
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2332
2252
|
template: '<ng-content></ng-content>',
|
|
2333
|
-
standalone: false,
|
|
2334
2253
|
inputs: ['contentHeight', 'disabled', 'filter', 'focusIndex', 'labelledby', 'multiple', 'required']
|
|
2335
2254
|
}]
|
|
2336
|
-
}], ctorParameters: ()
|
|
2255
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2337
2256
|
let BalPagination = class BalPagination {
|
|
2338
2257
|
constructor(c, r, z) {
|
|
2339
2258
|
this.z = z;
|
|
@@ -2341,9 +2260,9 @@ let BalPagination = class BalPagination {
|
|
|
2341
2260
|
this.el = r.nativeElement;
|
|
2342
2261
|
proxyOutputs(this, this.el, ['balChange']);
|
|
2343
2262
|
}
|
|
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 }); }
|
|
2346
2263
|
};
|
|
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 });
|
|
2347
2266
|
BalPagination = __decorate([
|
|
2348
2267
|
ProxyCmp({
|
|
2349
2268
|
inputs: ['align', 'disabled', 'interface', 'pageRange', 'size', 'sticky', 'top', 'totalPages', 'value'],
|
|
@@ -2352,17 +2271,16 @@ BalPagination = __decorate([
|
|
|
2352
2271
|
}),
|
|
2353
2272
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2354
2273
|
], BalPagination);
|
|
2355
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2274
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalPagination, decorators: [{
|
|
2356
2275
|
type: Component,
|
|
2357
2276
|
args: [{
|
|
2358
2277
|
selector: 'bal-pagination',
|
|
2359
2278
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2360
2279
|
template: '<ng-content></ng-content>',
|
|
2361
|
-
standalone: false,
|
|
2362
2280
|
inputs: ['align', 'disabled', 'interface', 'pageRange', 'size', 'sticky', 'top', 'totalPages', 'value'],
|
|
2363
2281
|
outputs: ['balChange']
|
|
2364
2282
|
}]
|
|
2365
|
-
}], ctorParameters: ()
|
|
2283
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2366
2284
|
let BalPopover = class BalPopover {
|
|
2367
2285
|
constructor(c, r, z) {
|
|
2368
2286
|
this.z = z;
|
|
@@ -2370,9 +2288,9 @@ let BalPopover = class BalPopover {
|
|
|
2370
2288
|
this.el = r.nativeElement;
|
|
2371
2289
|
proxyOutputs(this, this.el, ['balChange', 'balWillAnimate', 'balDidAnimate']);
|
|
2372
2290
|
}
|
|
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 }); }
|
|
2375
2291
|
};
|
|
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 });
|
|
2376
2294
|
BalPopover = __decorate([
|
|
2377
2295
|
ProxyCmp({
|
|
2378
2296
|
inputs: ['active', 'arrow', 'autoTrigger', 'backdrop', 'hint', 'hover', 'mobileTop', 'offsetX', 'offsetY', 'padding', 'position', 'tooltip'],
|
|
@@ -2381,26 +2299,25 @@ BalPopover = __decorate([
|
|
|
2381
2299
|
}),
|
|
2382
2300
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2383
2301
|
], BalPopover);
|
|
2384
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2302
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalPopover, decorators: [{
|
|
2385
2303
|
type: Component,
|
|
2386
2304
|
args: [{
|
|
2387
2305
|
selector: 'bal-popover',
|
|
2388
2306
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2389
2307
|
template: '<ng-content></ng-content>',
|
|
2390
|
-
standalone: false,
|
|
2391
2308
|
inputs: ['active', 'arrow', 'autoTrigger', 'backdrop', 'hint', 'hover', 'mobileTop', 'offsetX', 'offsetY', 'padding', 'position', 'tooltip'],
|
|
2392
2309
|
outputs: ['balChange', 'balWillAnimate', 'balDidAnimate']
|
|
2393
2310
|
}]
|
|
2394
|
-
}], ctorParameters: ()
|
|
2311
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2395
2312
|
let BalPopoverContent = class BalPopoverContent {
|
|
2396
2313
|
constructor(c, r, z) {
|
|
2397
2314
|
this.z = z;
|
|
2398
2315
|
c.detach();
|
|
2399
2316
|
this.el = r.nativeElement;
|
|
2400
2317
|
}
|
|
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 }); }
|
|
2403
2318
|
};
|
|
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 });
|
|
2404
2321
|
BalPopoverContent = __decorate([
|
|
2405
2322
|
ProxyCmp({
|
|
2406
2323
|
inputs: ['color', 'contentMinWidth', 'contentWidth', 'expanded', 'mobileTop', 'noShadow', 'radius', 'scrollable', 'spaceless'],
|
|
@@ -2408,16 +2325,15 @@ BalPopoverContent = __decorate([
|
|
|
2408
2325
|
}),
|
|
2409
2326
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2410
2327
|
], BalPopoverContent);
|
|
2411
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2328
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalPopoverContent, decorators: [{
|
|
2412
2329
|
type: Component,
|
|
2413
2330
|
args: [{
|
|
2414
2331
|
selector: 'bal-popover-content',
|
|
2415
2332
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2416
2333
|
template: '<ng-content></ng-content>',
|
|
2417
|
-
standalone: false,
|
|
2418
2334
|
inputs: ['color', 'contentMinWidth', 'contentWidth', 'expanded', 'mobileTop', 'noShadow', 'radius', 'scrollable', 'spaceless']
|
|
2419
2335
|
}]
|
|
2420
|
-
}], ctorParameters: ()
|
|
2336
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2421
2337
|
let BalPopup = class BalPopup {
|
|
2422
2338
|
constructor(c, r, z) {
|
|
2423
2339
|
this.z = z;
|
|
@@ -2425,9 +2341,9 @@ let BalPopup = class BalPopup {
|
|
|
2425
2341
|
this.el = r.nativeElement;
|
|
2426
2342
|
proxyOutputs(this, this.el, ['balChange', 'balWillAnimate', 'balDidAnimate']);
|
|
2427
2343
|
}
|
|
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 }); }
|
|
2430
2344
|
};
|
|
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 });
|
|
2431
2347
|
BalPopup = __decorate([
|
|
2432
2348
|
ProxyCmp({
|
|
2433
2349
|
inputs: ['active', 'arrow', 'backdrop', 'backdropDismiss', 'closable', 'contentWidth', 'label', 'offset', 'placement', 'reference', 'variant'],
|
|
@@ -2436,26 +2352,25 @@ BalPopup = __decorate([
|
|
|
2436
2352
|
}),
|
|
2437
2353
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2438
2354
|
], BalPopup);
|
|
2439
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2355
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalPopup, decorators: [{
|
|
2440
2356
|
type: Component,
|
|
2441
2357
|
args: [{
|
|
2442
2358
|
selector: 'bal-popup',
|
|
2443
2359
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2444
2360
|
template: '<ng-content></ng-content>',
|
|
2445
|
-
standalone: false,
|
|
2446
2361
|
inputs: ['active', 'arrow', 'backdrop', 'backdropDismiss', 'closable', 'contentWidth', 'label', 'offset', 'placement', 'reference', 'variant'],
|
|
2447
2362
|
outputs: ['balChange', 'balWillAnimate', 'balDidAnimate']
|
|
2448
2363
|
}]
|
|
2449
|
-
}], ctorParameters: ()
|
|
2364
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2450
2365
|
let BalProgressBar = class BalProgressBar {
|
|
2451
2366
|
constructor(c, r, z) {
|
|
2452
2367
|
this.z = z;
|
|
2453
2368
|
c.detach();
|
|
2454
2369
|
this.el = r.nativeElement;
|
|
2455
2370
|
}
|
|
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 }); }
|
|
2458
2371
|
};
|
|
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 });
|
|
2459
2374
|
BalProgressBar = __decorate([
|
|
2460
2375
|
ProxyCmp({
|
|
2461
2376
|
inputs: ['background', 'color', 'value'],
|
|
@@ -2464,16 +2379,15 @@ BalProgressBar = __decorate([
|
|
|
2464
2379
|
}),
|
|
2465
2380
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2466
2381
|
], BalProgressBar);
|
|
2467
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2382
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalProgressBar, decorators: [{
|
|
2468
2383
|
type: Component,
|
|
2469
2384
|
args: [{
|
|
2470
2385
|
selector: 'bal-progress-bar',
|
|
2471
2386
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2472
2387
|
template: '<ng-content></ng-content>',
|
|
2473
|
-
standalone: false,
|
|
2474
2388
|
inputs: ['background', 'color', 'value']
|
|
2475
2389
|
}]
|
|
2476
|
-
}], ctorParameters: ()
|
|
2390
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2477
2391
|
let BalRadio = class BalRadio {
|
|
2478
2392
|
constructor(c, r, z) {
|
|
2479
2393
|
this.z = z;
|
|
@@ -2481,9 +2395,9 @@ let BalRadio = class BalRadio {
|
|
|
2481
2395
|
this.el = r.nativeElement;
|
|
2482
2396
|
proxyOutputs(this, this.el, ['balFocus', 'balBlur', 'balChange']);
|
|
2483
2397
|
}
|
|
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 }); }
|
|
2486
2398
|
};
|
|
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 });
|
|
2487
2401
|
BalRadio = __decorate([
|
|
2488
2402
|
ProxyCmp({
|
|
2489
2403
|
inputs: ['disabled', 'flat', 'interface', 'invalid', 'invisible', 'label', 'labelHidden', 'name', 'nonSubmit', 'readonly', 'required', 'value'],
|
|
@@ -2492,17 +2406,16 @@ BalRadio = __decorate([
|
|
|
2492
2406
|
}),
|
|
2493
2407
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2494
2408
|
], BalRadio);
|
|
2495
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2409
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalRadio, decorators: [{
|
|
2496
2410
|
type: Component,
|
|
2497
2411
|
args: [{
|
|
2498
2412
|
selector: 'bal-radio',
|
|
2499
2413
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2500
2414
|
template: '<ng-content></ng-content>',
|
|
2501
|
-
standalone: false,
|
|
2502
2415
|
inputs: ['disabled', 'flat', 'interface', 'invalid', 'invisible', 'label', 'labelHidden', 'name', 'nonSubmit', 'readonly', 'required', 'value'],
|
|
2503
2416
|
outputs: ['balFocus', 'balBlur', 'balChange']
|
|
2504
2417
|
}]
|
|
2505
|
-
}], ctorParameters: ()
|
|
2418
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2506
2419
|
let BalRadioButton = class BalRadioButton {
|
|
2507
2420
|
constructor(c, r, z) {
|
|
2508
2421
|
this.z = z;
|
|
@@ -2510,9 +2423,9 @@ let BalRadioButton = class BalRadioButton {
|
|
|
2510
2423
|
this.el = r.nativeElement;
|
|
2511
2424
|
proxyOutputs(this, this.el, ['balFocus', 'balBlur', 'balFormControlDidLoad']);
|
|
2512
2425
|
}
|
|
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 }); }
|
|
2515
2426
|
};
|
|
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 });
|
|
2516
2429
|
BalRadioButton = __decorate([
|
|
2517
2430
|
ProxyCmp({
|
|
2518
2431
|
inputs: ['color', 'disabled', 'invalid', 'readonly'],
|
|
@@ -2520,17 +2433,16 @@ BalRadioButton = __decorate([
|
|
|
2520
2433
|
}),
|
|
2521
2434
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2522
2435
|
], BalRadioButton);
|
|
2523
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2436
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalRadioButton, decorators: [{
|
|
2524
2437
|
type: Component,
|
|
2525
2438
|
args: [{
|
|
2526
2439
|
selector: 'bal-radio-button',
|
|
2527
2440
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2528
2441
|
template: '<ng-content></ng-content>',
|
|
2529
|
-
standalone: false,
|
|
2530
2442
|
inputs: ['color', 'disabled', 'invalid', 'readonly'],
|
|
2531
2443
|
outputs: ['balFocus', 'balBlur', 'balFormControlDidLoad']
|
|
2532
2444
|
}]
|
|
2533
|
-
}], ctorParameters: ()
|
|
2445
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2534
2446
|
let BalRadioGroup = class BalRadioGroup {
|
|
2535
2447
|
constructor(c, r, z) {
|
|
2536
2448
|
this.z = z;
|
|
@@ -2538,9 +2450,9 @@ let BalRadioGroup = class BalRadioGroup {
|
|
|
2538
2450
|
this.el = r.nativeElement;
|
|
2539
2451
|
proxyOutputs(this, this.el, ['balChange', 'balFocus', 'balBlur']);
|
|
2540
2452
|
}
|
|
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 }); }
|
|
2543
2453
|
};
|
|
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 });
|
|
2544
2456
|
BalRadioGroup = __decorate([
|
|
2545
2457
|
ProxyCmp({
|
|
2546
2458
|
inputs: ['allowEmptySelection', 'autoInvalidOff', 'columnsMobile', 'columnsTablet', 'disabled', 'expanded', 'grid', 'interface', 'invalid', 'name', 'options', 'readonly', 'value', 'vertical', 'verticalOnMobile'],
|
|
@@ -2549,17 +2461,16 @@ BalRadioGroup = __decorate([
|
|
|
2549
2461
|
}),
|
|
2550
2462
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2551
2463
|
], BalRadioGroup);
|
|
2552
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2464
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalRadioGroup, decorators: [{
|
|
2553
2465
|
type: Component,
|
|
2554
2466
|
args: [{
|
|
2555
2467
|
selector: 'bal-radio-group',
|
|
2556
2468
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2557
2469
|
template: '<ng-content></ng-content>',
|
|
2558
|
-
standalone: false,
|
|
2559
2470
|
inputs: ['allowEmptySelection', 'autoInvalidOff', 'columnsMobile', 'columnsTablet', 'disabled', 'expanded', 'grid', 'interface', 'invalid', 'name', 'options', 'readonly', 'value', 'vertical', 'verticalOnMobile'],
|
|
2560
2471
|
outputs: ['balChange', 'balFocus', 'balBlur']
|
|
2561
2472
|
}]
|
|
2562
|
-
}], ctorParameters: ()
|
|
2473
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2563
2474
|
let BalSegment = class BalSegment {
|
|
2564
2475
|
constructor(c, r, z) {
|
|
2565
2476
|
this.z = z;
|
|
@@ -2567,9 +2478,9 @@ let BalSegment = class BalSegment {
|
|
|
2567
2478
|
this.el = r.nativeElement;
|
|
2568
2479
|
proxyOutputs(this, this.el, ['balFocus', 'balBlur', 'balChange']);
|
|
2569
2480
|
}
|
|
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 }); }
|
|
2572
2481
|
};
|
|
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 });
|
|
2573
2484
|
BalSegment = __decorate([
|
|
2574
2485
|
ProxyCmp({
|
|
2575
2486
|
inputs: ['disabled', 'expanded', 'invalid', 'scrollable', 'value', 'vertical'],
|
|
@@ -2577,26 +2488,25 @@ BalSegment = __decorate([
|
|
|
2577
2488
|
}),
|
|
2578
2489
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2579
2490
|
], BalSegment);
|
|
2580
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2491
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSegment, decorators: [{
|
|
2581
2492
|
type: Component,
|
|
2582
2493
|
args: [{
|
|
2583
2494
|
selector: 'bal-segment',
|
|
2584
2495
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2585
2496
|
template: '<ng-content></ng-content>',
|
|
2586
|
-
standalone: false,
|
|
2587
2497
|
inputs: ['disabled', 'expanded', 'invalid', 'scrollable', 'value', 'vertical'],
|
|
2588
2498
|
outputs: ['balFocus', 'balBlur', 'balChange']
|
|
2589
2499
|
}]
|
|
2590
|
-
}], ctorParameters: ()
|
|
2500
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2591
2501
|
let BalSegmentItem = class BalSegmentItem {
|
|
2592
2502
|
constructor(c, r, z) {
|
|
2593
2503
|
this.z = z;
|
|
2594
2504
|
c.detach();
|
|
2595
2505
|
this.el = r.nativeElement;
|
|
2596
2506
|
}
|
|
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 }); }
|
|
2599
2507
|
};
|
|
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 });
|
|
2600
2510
|
BalSegmentItem = __decorate([
|
|
2601
2511
|
ProxyCmp({
|
|
2602
2512
|
inputs: ['disabled', 'invalid', 'label', 'value'],
|
|
@@ -2604,16 +2514,15 @@ BalSegmentItem = __decorate([
|
|
|
2604
2514
|
}),
|
|
2605
2515
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2606
2516
|
], BalSegmentItem);
|
|
2607
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2517
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSegmentItem, decorators: [{
|
|
2608
2518
|
type: Component,
|
|
2609
2519
|
args: [{
|
|
2610
2520
|
selector: 'bal-segment-item',
|
|
2611
2521
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2612
2522
|
template: '<ng-content></ng-content>',
|
|
2613
|
-
standalone: false,
|
|
2614
2523
|
inputs: ['disabled', 'invalid', 'label', 'value']
|
|
2615
2524
|
}]
|
|
2616
|
-
}], ctorParameters: ()
|
|
2525
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2617
2526
|
let BalSelect = class BalSelect {
|
|
2618
2527
|
constructor(c, r, z) {
|
|
2619
2528
|
this.z = z;
|
|
@@ -2621,9 +2530,9 @@ let BalSelect = class BalSelect {
|
|
|
2621
2530
|
this.el = r.nativeElement;
|
|
2622
2531
|
proxyOutputs(this, this.el, ['balChange', 'balInputClick', 'balInput', 'balBlur', 'balFocus', 'balCancel', 'balKeyPress']);
|
|
2623
2532
|
}
|
|
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 }); }
|
|
2626
2533
|
};
|
|
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 });
|
|
2627
2536
|
BalSelect = __decorate([
|
|
2628
2537
|
ProxyCmp({
|
|
2629
2538
|
inputs: ['autoInvalidOff', 'autocomplete', 'balTabindex', 'disabled', 'filter', 'freeSolo', 'invalid', 'loading', 'maxLength', 'multiple', 'name', 'noDataLabel', 'placeholder', 'readonly', 'remote', 'required', 'scrollable', 'selectionOptional', 'typeahead', 'value'],
|
|
@@ -2632,26 +2541,25 @@ BalSelect = __decorate([
|
|
|
2632
2541
|
}),
|
|
2633
2542
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2634
2543
|
], BalSelect);
|
|
2635
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2544
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSelect, decorators: [{
|
|
2636
2545
|
type: Component,
|
|
2637
2546
|
args: [{
|
|
2638
2547
|
selector: 'bal-select',
|
|
2639
2548
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2640
2549
|
template: '<ng-content></ng-content>',
|
|
2641
|
-
standalone: false,
|
|
2642
2550
|
inputs: ['autoInvalidOff', 'autocomplete', 'balTabindex', 'disabled', 'filter', 'freeSolo', 'invalid', 'loading', 'maxLength', 'multiple', 'name', 'noDataLabel', 'placeholder', 'readonly', 'remote', 'required', 'scrollable', 'selectionOptional', 'typeahead', 'value'],
|
|
2643
2551
|
outputs: ['balChange', 'balInputClick', 'balInput', 'balBlur', 'balFocus', 'balCancel', 'balKeyPress']
|
|
2644
2552
|
}]
|
|
2645
|
-
}], ctorParameters: ()
|
|
2553
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2646
2554
|
let BalSelectOption = class BalSelectOption {
|
|
2647
2555
|
constructor(c, r, z) {
|
|
2648
2556
|
this.z = z;
|
|
2649
2557
|
c.detach();
|
|
2650
2558
|
this.el = r.nativeElement;
|
|
2651
2559
|
}
|
|
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 }); }
|
|
2654
2560
|
};
|
|
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 });
|
|
2655
2563
|
BalSelectOption = __decorate([
|
|
2656
2564
|
ProxyCmp({
|
|
2657
2565
|
inputs: ['disabled', 'label', 'value'],
|
|
@@ -2659,25 +2567,24 @@ BalSelectOption = __decorate([
|
|
|
2659
2567
|
}),
|
|
2660
2568
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2661
2569
|
], BalSelectOption);
|
|
2662
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2570
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSelectOption, decorators: [{
|
|
2663
2571
|
type: Component,
|
|
2664
2572
|
args: [{
|
|
2665
2573
|
selector: 'bal-select-option',
|
|
2666
2574
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2667
2575
|
template: '<ng-content></ng-content>',
|
|
2668
|
-
standalone: false,
|
|
2669
2576
|
inputs: ['disabled', 'label', 'value']
|
|
2670
2577
|
}]
|
|
2671
|
-
}], ctorParameters: ()
|
|
2578
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2672
2579
|
let BalShape = class BalShape {
|
|
2673
2580
|
constructor(c, r, z) {
|
|
2674
2581
|
this.z = z;
|
|
2675
2582
|
c.detach();
|
|
2676
2583
|
this.el = r.nativeElement;
|
|
2677
2584
|
}
|
|
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 }); }
|
|
2680
2585
|
};
|
|
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 });
|
|
2681
2588
|
BalShape = __decorate([
|
|
2682
2589
|
ProxyCmp({
|
|
2683
2590
|
inputs: ['color', 'rotation', 'variation'],
|
|
@@ -2685,25 +2592,24 @@ BalShape = __decorate([
|
|
|
2685
2592
|
}),
|
|
2686
2593
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2687
2594
|
], BalShape);
|
|
2688
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2595
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalShape, decorators: [{
|
|
2689
2596
|
type: Component,
|
|
2690
2597
|
args: [{
|
|
2691
2598
|
selector: 'bal-shape',
|
|
2692
2599
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2693
2600
|
template: '<ng-content></ng-content>',
|
|
2694
|
-
standalone: false,
|
|
2695
2601
|
inputs: ['color', 'rotation', 'variation']
|
|
2696
2602
|
}]
|
|
2697
|
-
}], ctorParameters: ()
|
|
2603
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2698
2604
|
let BalSheet = class BalSheet {
|
|
2699
2605
|
constructor(c, r, z) {
|
|
2700
2606
|
this.z = z;
|
|
2701
2607
|
c.detach();
|
|
2702
2608
|
this.el = r.nativeElement;
|
|
2703
2609
|
}
|
|
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 }); }
|
|
2706
2610
|
};
|
|
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 });
|
|
2707
2613
|
BalSheet = __decorate([
|
|
2708
2614
|
ProxyCmp({
|
|
2709
2615
|
inputs: ['containerSize'],
|
|
@@ -2711,16 +2617,15 @@ BalSheet = __decorate([
|
|
|
2711
2617
|
}),
|
|
2712
2618
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2713
2619
|
], BalSheet);
|
|
2714
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2620
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSheet, decorators: [{
|
|
2715
2621
|
type: Component,
|
|
2716
2622
|
args: [{
|
|
2717
2623
|
selector: 'bal-sheet',
|
|
2718
2624
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2719
2625
|
template: '<ng-content></ng-content>',
|
|
2720
|
-
standalone: false,
|
|
2721
2626
|
inputs: ['containerSize']
|
|
2722
2627
|
}]
|
|
2723
|
-
}], ctorParameters: ()
|
|
2628
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2724
2629
|
let BalSnackbar = class BalSnackbar {
|
|
2725
2630
|
constructor(c, r, z) {
|
|
2726
2631
|
this.z = z;
|
|
@@ -2728,9 +2633,9 @@ let BalSnackbar = class BalSnackbar {
|
|
|
2728
2633
|
this.el = r.nativeElement;
|
|
2729
2634
|
proxyOutputs(this, this.el, ['balClose', 'balAction']);
|
|
2730
2635
|
}
|
|
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 }); }
|
|
2733
2636
|
};
|
|
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 });
|
|
2734
2639
|
BalSnackbar = __decorate([
|
|
2735
2640
|
ProxyCmp({
|
|
2736
2641
|
inputs: ['action', 'color', 'duration', 'href', 'icon', 'message', 'subject', 'target'],
|
|
@@ -2739,26 +2644,25 @@ BalSnackbar = __decorate([
|
|
|
2739
2644
|
}),
|
|
2740
2645
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2741
2646
|
], BalSnackbar);
|
|
2742
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2647
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSnackbar, decorators: [{
|
|
2743
2648
|
type: Component,
|
|
2744
2649
|
args: [{
|
|
2745
2650
|
selector: 'bal-snackbar',
|
|
2746
2651
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2747
2652
|
template: '<ng-content></ng-content>',
|
|
2748
|
-
standalone: false,
|
|
2749
2653
|
inputs: ['action', 'color', 'duration', 'href', 'icon', 'message', 'subject', 'target'],
|
|
2750
2654
|
outputs: ['balClose', 'balAction']
|
|
2751
2655
|
}]
|
|
2752
|
-
}], ctorParameters: ()
|
|
2656
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2753
2657
|
let BalSpinner = class BalSpinner {
|
|
2754
2658
|
constructor(c, r, z) {
|
|
2755
2659
|
this.z = z;
|
|
2756
2660
|
c.detach();
|
|
2757
2661
|
this.el = r.nativeElement;
|
|
2758
2662
|
}
|
|
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 }); }
|
|
2761
2663
|
};
|
|
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 });
|
|
2762
2666
|
BalSpinner = __decorate([
|
|
2763
2667
|
ProxyCmp({
|
|
2764
2668
|
inputs: ['color', 'deactivated', 'inverted', 'small', 'variation'],
|
|
@@ -2766,25 +2670,24 @@ BalSpinner = __decorate([
|
|
|
2766
2670
|
}),
|
|
2767
2671
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2768
2672
|
], BalSpinner);
|
|
2769
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2673
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSpinner, decorators: [{
|
|
2770
2674
|
type: Component,
|
|
2771
2675
|
args: [{
|
|
2772
2676
|
selector: 'bal-spinner',
|
|
2773
2677
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2774
2678
|
template: '<ng-content></ng-content>',
|
|
2775
|
-
standalone: false,
|
|
2776
2679
|
inputs: ['color', 'deactivated', 'inverted', 'small', 'variation']
|
|
2777
2680
|
}]
|
|
2778
|
-
}], ctorParameters: ()
|
|
2681
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2779
2682
|
let BalStack = class BalStack {
|
|
2780
2683
|
constructor(c, r, z) {
|
|
2781
2684
|
this.z = z;
|
|
2782
2685
|
c.detach();
|
|
2783
2686
|
this.el = r.nativeElement;
|
|
2784
2687
|
}
|
|
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 }); }
|
|
2787
2688
|
};
|
|
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 });
|
|
2788
2691
|
BalStack = __decorate([
|
|
2789
2692
|
ProxyCmp({
|
|
2790
2693
|
inputs: ['align', 'fitContent', 'layout', 'px', 'py', 'space', 'spaceColumn', 'spaceRow', 'useWrap'],
|
|
@@ -2792,25 +2695,24 @@ BalStack = __decorate([
|
|
|
2792
2695
|
}),
|
|
2793
2696
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2794
2697
|
], BalStack);
|
|
2795
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2698
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalStack, decorators: [{
|
|
2796
2699
|
type: Component,
|
|
2797
2700
|
args: [{
|
|
2798
2701
|
selector: 'bal-stack',
|
|
2799
2702
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2800
2703
|
template: '<ng-content></ng-content>',
|
|
2801
|
-
standalone: false,
|
|
2802
2704
|
inputs: ['align', 'fitContent', 'layout', 'px', 'py', 'space', 'spaceColumn', 'spaceRow', 'useWrap']
|
|
2803
2705
|
}]
|
|
2804
|
-
}], ctorParameters: ()
|
|
2706
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2805
2707
|
let BalStage = class BalStage {
|
|
2806
2708
|
constructor(c, r, z) {
|
|
2807
2709
|
this.z = z;
|
|
2808
2710
|
c.detach();
|
|
2809
2711
|
this.el = r.nativeElement;
|
|
2810
2712
|
}
|
|
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 }); }
|
|
2813
2713
|
};
|
|
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 });
|
|
2814
2716
|
BalStage = __decorate([
|
|
2815
2717
|
ProxyCmp({
|
|
2816
2718
|
inputs: ['color', 'containerSize', 'shape', 'shapeRotation', 'shapeVariation', 'size'],
|
|
@@ -2818,25 +2720,24 @@ BalStage = __decorate([
|
|
|
2818
2720
|
}),
|
|
2819
2721
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2820
2722
|
], BalStage);
|
|
2821
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2723
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalStage, decorators: [{
|
|
2822
2724
|
type: Component,
|
|
2823
2725
|
args: [{
|
|
2824
2726
|
selector: 'bal-stage',
|
|
2825
2727
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2826
2728
|
template: '<ng-content></ng-content>',
|
|
2827
|
-
standalone: false,
|
|
2828
2729
|
inputs: ['color', 'containerSize', 'shape', 'shapeRotation', 'shapeVariation', 'size']
|
|
2829
2730
|
}]
|
|
2830
|
-
}], ctorParameters: ()
|
|
2731
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2831
2732
|
let BalStageBackLink = class BalStageBackLink {
|
|
2832
2733
|
constructor(c, r, z) {
|
|
2833
2734
|
this.z = z;
|
|
2834
2735
|
c.detach();
|
|
2835
2736
|
this.el = r.nativeElement;
|
|
2836
2737
|
}
|
|
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 }); }
|
|
2839
2738
|
};
|
|
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 });
|
|
2840
2741
|
BalStageBackLink = __decorate([
|
|
2841
2742
|
ProxyCmp({
|
|
2842
2743
|
inputs: ['href', 'inverted', 'shadow'],
|
|
@@ -2844,97 +2745,93 @@ BalStageBackLink = __decorate([
|
|
|
2844
2745
|
}),
|
|
2845
2746
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2846
2747
|
], BalStageBackLink);
|
|
2847
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2748
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalStageBackLink, decorators: [{
|
|
2848
2749
|
type: Component,
|
|
2849
2750
|
args: [{
|
|
2850
2751
|
selector: 'bal-stage-back-link',
|
|
2851
2752
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2852
2753
|
template: '<ng-content></ng-content>',
|
|
2853
|
-
standalone: false,
|
|
2854
2754
|
inputs: ['href', 'inverted', 'shadow']
|
|
2855
2755
|
}]
|
|
2856
|
-
}], ctorParameters: ()
|
|
2756
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2857
2757
|
let BalStageBody = class BalStageBody {
|
|
2858
2758
|
constructor(c, r, z) {
|
|
2859
2759
|
this.z = z;
|
|
2860
2760
|
c.detach();
|
|
2861
2761
|
this.el = r.nativeElement;
|
|
2862
2762
|
}
|
|
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 }); }
|
|
2865
2763
|
};
|
|
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 });
|
|
2866
2766
|
BalStageBody = __decorate([
|
|
2867
2767
|
ProxyCmp({
|
|
2868
2768
|
defineCustomElementFn: defineCustomElement$1B
|
|
2869
2769
|
}),
|
|
2870
2770
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2871
2771
|
], BalStageBody);
|
|
2872
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2772
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalStageBody, decorators: [{
|
|
2873
2773
|
type: Component,
|
|
2874
2774
|
args: [{
|
|
2875
2775
|
selector: 'bal-stage-body',
|
|
2876
2776
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2877
|
-
template: '<ng-content></ng-content>'
|
|
2878
|
-
standalone: false
|
|
2777
|
+
template: '<ng-content></ng-content>'
|
|
2879
2778
|
}]
|
|
2880
|
-
}], ctorParameters: ()
|
|
2779
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2881
2780
|
let BalStageFoot = class BalStageFoot {
|
|
2882
2781
|
constructor(c, r, z) {
|
|
2883
2782
|
this.z = z;
|
|
2884
2783
|
c.detach();
|
|
2885
2784
|
this.el = r.nativeElement;
|
|
2886
2785
|
}
|
|
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 }); }
|
|
2889
2786
|
};
|
|
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 });
|
|
2890
2789
|
BalStageFoot = __decorate([
|
|
2891
2790
|
ProxyCmp({
|
|
2892
2791
|
defineCustomElementFn: defineCustomElement$1C
|
|
2893
2792
|
}),
|
|
2894
2793
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2895
2794
|
], BalStageFoot);
|
|
2896
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2795
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalStageFoot, decorators: [{
|
|
2897
2796
|
type: Component,
|
|
2898
2797
|
args: [{
|
|
2899
2798
|
selector: 'bal-stage-foot',
|
|
2900
2799
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2901
|
-
template: '<ng-content></ng-content>'
|
|
2902
|
-
standalone: false
|
|
2800
|
+
template: '<ng-content></ng-content>'
|
|
2903
2801
|
}]
|
|
2904
|
-
}], ctorParameters: ()
|
|
2802
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2905
2803
|
let BalStageHead = class BalStageHead {
|
|
2906
2804
|
constructor(c, r, z) {
|
|
2907
2805
|
this.z = z;
|
|
2908
2806
|
c.detach();
|
|
2909
2807
|
this.el = r.nativeElement;
|
|
2910
2808
|
}
|
|
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 }); }
|
|
2913
2809
|
};
|
|
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 });
|
|
2914
2812
|
BalStageHead = __decorate([
|
|
2915
2813
|
ProxyCmp({
|
|
2916
2814
|
defineCustomElementFn: defineCustomElement$1D
|
|
2917
2815
|
}),
|
|
2918
2816
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2919
2817
|
], BalStageHead);
|
|
2920
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2818
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalStageHead, decorators: [{
|
|
2921
2819
|
type: Component,
|
|
2922
2820
|
args: [{
|
|
2923
2821
|
selector: 'bal-stage-head',
|
|
2924
2822
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2925
|
-
template: '<ng-content></ng-content>'
|
|
2926
|
-
standalone: false
|
|
2823
|
+
template: '<ng-content></ng-content>'
|
|
2927
2824
|
}]
|
|
2928
|
-
}], ctorParameters: ()
|
|
2825
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2929
2826
|
let BalStageImage = class BalStageImage {
|
|
2930
2827
|
constructor(c, r, z) {
|
|
2931
2828
|
this.z = z;
|
|
2932
2829
|
c.detach();
|
|
2933
2830
|
this.el = r.nativeElement;
|
|
2934
2831
|
}
|
|
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 }); }
|
|
2937
2832
|
};
|
|
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 });
|
|
2938
2835
|
BalStageImage = __decorate([
|
|
2939
2836
|
ProxyCmp({
|
|
2940
2837
|
inputs: ['fallback', 'srcSet'],
|
|
@@ -2942,16 +2839,15 @@ BalStageImage = __decorate([
|
|
|
2942
2839
|
}),
|
|
2943
2840
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2944
2841
|
], BalStageImage);
|
|
2945
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2842
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalStageImage, decorators: [{
|
|
2946
2843
|
type: Component,
|
|
2947
2844
|
args: [{
|
|
2948
2845
|
selector: 'bal-stage-image',
|
|
2949
2846
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2950
2847
|
template: '<ng-content></ng-content>',
|
|
2951
|
-
standalone: false,
|
|
2952
2848
|
inputs: ['fallback', 'srcSet']
|
|
2953
2849
|
}]
|
|
2954
|
-
}], ctorParameters: ()
|
|
2850
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2955
2851
|
let BalStepItem = class BalStepItem {
|
|
2956
2852
|
constructor(c, r, z) {
|
|
2957
2853
|
this.z = z;
|
|
@@ -2959,9 +2855,9 @@ let BalStepItem = class BalStepItem {
|
|
|
2959
2855
|
this.el = r.nativeElement;
|
|
2960
2856
|
proxyOutputs(this, this.el, ['balNavigate']);
|
|
2961
2857
|
}
|
|
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 }); }
|
|
2964
2858
|
};
|
|
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 });
|
|
2965
2861
|
BalStepItem = __decorate([
|
|
2966
2862
|
ProxyCmp({
|
|
2967
2863
|
inputs: ['active', 'disabled', 'done', 'failed', 'href', 'invisible', 'label', 'prevent', 'target', 'value'],
|
|
@@ -2970,17 +2866,16 @@ BalStepItem = __decorate([
|
|
|
2970
2866
|
}),
|
|
2971
2867
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2972
2868
|
], BalStepItem);
|
|
2973
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2869
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalStepItem, decorators: [{
|
|
2974
2870
|
type: Component,
|
|
2975
2871
|
args: [{
|
|
2976
2872
|
selector: 'bal-step-item',
|
|
2977
2873
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2978
2874
|
template: '<ng-content></ng-content>',
|
|
2979
|
-
standalone: false,
|
|
2980
2875
|
inputs: ['active', 'disabled', 'done', 'failed', 'href', 'invisible', 'label', 'prevent', 'target', 'value'],
|
|
2981
2876
|
outputs: ['balNavigate']
|
|
2982
2877
|
}]
|
|
2983
|
-
}], ctorParameters: ()
|
|
2878
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2984
2879
|
let BalSteps = class BalSteps {
|
|
2985
2880
|
constructor(c, r, z) {
|
|
2986
2881
|
this.z = z;
|
|
@@ -2988,9 +2883,9 @@ let BalSteps = class BalSteps {
|
|
|
2988
2883
|
this.el = r.nativeElement;
|
|
2989
2884
|
proxyOutputs(this, this.el, ['balChange']);
|
|
2990
2885
|
}
|
|
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 }); }
|
|
2993
2886
|
};
|
|
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 });
|
|
2994
2889
|
BalSteps = __decorate([
|
|
2995
2890
|
ProxyCmp({
|
|
2996
2891
|
inputs: ['clickable', 'color', 'debounce', 'options', 'value'],
|
|
@@ -2999,17 +2894,16 @@ BalSteps = __decorate([
|
|
|
2999
2894
|
}),
|
|
3000
2895
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
3001
2896
|
], BalSteps);
|
|
3002
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2897
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSteps, decorators: [{
|
|
3003
2898
|
type: Component,
|
|
3004
2899
|
args: [{
|
|
3005
2900
|
selector: 'bal-steps',
|
|
3006
2901
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3007
2902
|
template: '<ng-content></ng-content>',
|
|
3008
|
-
standalone: false,
|
|
3009
2903
|
inputs: ['clickable', 'color', 'debounce', 'options', 'value'],
|
|
3010
2904
|
outputs: ['balChange']
|
|
3011
2905
|
}]
|
|
3012
|
-
}], ctorParameters: ()
|
|
2906
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3013
2907
|
let BalTabItem = class BalTabItem {
|
|
3014
2908
|
constructor(c, r, z) {
|
|
3015
2909
|
this.z = z;
|
|
@@ -3017,9 +2911,9 @@ let BalTabItem = class BalTabItem {
|
|
|
3017
2911
|
this.el = r.nativeElement;
|
|
3018
2912
|
proxyOutputs(this, this.el, ['balNavigate']);
|
|
3019
2913
|
}
|
|
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 }); }
|
|
3022
2914
|
};
|
|
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 });
|
|
3023
2917
|
BalTabItem = __decorate([
|
|
3024
2918
|
ProxyCmp({
|
|
3025
2919
|
inputs: ['active', 'aria', 'bubble', 'disabled', 'href', 'icon', 'invisible', 'label', 'noPanel', 'prevent', 'subLabel', 'svg', 'target', 'value'],
|
|
@@ -3028,26 +2922,25 @@ BalTabItem = __decorate([
|
|
|
3028
2922
|
}),
|
|
3029
2923
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
3030
2924
|
], BalTabItem);
|
|
3031
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2925
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalTabItem, decorators: [{
|
|
3032
2926
|
type: Component,
|
|
3033
2927
|
args: [{
|
|
3034
2928
|
selector: 'bal-tab-item',
|
|
3035
2929
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3036
2930
|
template: '<ng-content></ng-content>',
|
|
3037
|
-
standalone: false,
|
|
3038
2931
|
inputs: ['active', 'aria', 'bubble', 'disabled', 'href', 'icon', 'invisible', 'label', 'noPanel', 'prevent', 'subLabel', 'svg', 'target', 'value'],
|
|
3039
2932
|
outputs: ['balNavigate']
|
|
3040
2933
|
}]
|
|
3041
|
-
}], ctorParameters: ()
|
|
2934
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3042
2935
|
let BalTable = class BalTable {
|
|
3043
2936
|
constructor(c, r, z) {
|
|
3044
2937
|
this.z = z;
|
|
3045
2938
|
c.detach();
|
|
3046
2939
|
this.el = r.nativeElement;
|
|
3047
2940
|
}
|
|
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 }); }
|
|
3050
2941
|
};
|
|
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 });
|
|
3051
2944
|
BalTable = __decorate([
|
|
3052
2945
|
ProxyCmp({
|
|
3053
2946
|
inputs: ['expanded'],
|
|
@@ -3055,16 +2948,15 @@ BalTable = __decorate([
|
|
|
3055
2948
|
}),
|
|
3056
2949
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
3057
2950
|
], BalTable);
|
|
3058
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2951
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalTable, decorators: [{
|
|
3059
2952
|
type: Component,
|
|
3060
2953
|
args: [{
|
|
3061
2954
|
selector: 'bal-table',
|
|
3062
2955
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3063
2956
|
template: '<ng-content></ng-content>',
|
|
3064
|
-
standalone: false,
|
|
3065
2957
|
inputs: ['expanded']
|
|
3066
2958
|
}]
|
|
3067
|
-
}], ctorParameters: ()
|
|
2959
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3068
2960
|
let BalTabs = class BalTabs {
|
|
3069
2961
|
constructor(c, r, z) {
|
|
3070
2962
|
this.z = z;
|
|
@@ -3072,9 +2964,9 @@ let BalTabs = class BalTabs {
|
|
|
3072
2964
|
this.el = r.nativeElement;
|
|
3073
2965
|
proxyOutputs(this, this.el, ['balChange', 'balWillAnimate', 'balDidAnimate']);
|
|
3074
2966
|
}
|
|
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 }); }
|
|
3077
2967
|
};
|
|
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 });
|
|
3078
2970
|
BalTabs = __decorate([
|
|
3079
2971
|
ProxyCmp({
|
|
3080
2972
|
inputs: ['accordion', 'border', 'clickable', 'context', 'debounce', 'dimInactiveElements', 'expanded', 'float', 'fullwidth', 'iconPosition', 'inverted', 'optionalTabSelection', 'options', 'overflow', 'selectOnMobile', 'spaceless', 'value', 'vertical', 'verticalColSize'],
|
|
@@ -3083,17 +2975,16 @@ BalTabs = __decorate([
|
|
|
3083
2975
|
}),
|
|
3084
2976
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
3085
2977
|
], BalTabs);
|
|
3086
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2978
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalTabs, decorators: [{
|
|
3087
2979
|
type: Component,
|
|
3088
2980
|
args: [{
|
|
3089
2981
|
selector: 'bal-tabs',
|
|
3090
2982
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3091
2983
|
template: '<ng-content></ng-content>',
|
|
3092
|
-
standalone: false,
|
|
3093
2984
|
inputs: ['accordion', 'border', 'clickable', 'context', 'debounce', 'dimInactiveElements', 'expanded', 'float', 'fullwidth', 'iconPosition', 'inverted', 'optionalTabSelection', 'options', 'overflow', 'selectOnMobile', 'spaceless', 'value', 'vertical', 'verticalColSize'],
|
|
3094
2985
|
outputs: ['balChange', 'balWillAnimate', 'balDidAnimate']
|
|
3095
2986
|
}]
|
|
3096
|
-
}], ctorParameters: ()
|
|
2987
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3097
2988
|
let BalTag = class BalTag {
|
|
3098
2989
|
constructor(c, r, z) {
|
|
3099
2990
|
this.z = z;
|
|
@@ -3101,9 +2992,9 @@ let BalTag = class BalTag {
|
|
|
3101
2992
|
this.el = r.nativeElement;
|
|
3102
2993
|
proxyOutputs(this, this.el, ['balCloseClick']);
|
|
3103
2994
|
}
|
|
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 }); }
|
|
3106
2995
|
};
|
|
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 });
|
|
3107
2998
|
BalTag = __decorate([
|
|
3108
2999
|
ProxyCmp({
|
|
3109
3000
|
inputs: ['closable', 'color', 'disabled', 'invalid', 'light', 'position', 'size'],
|
|
@@ -3111,50 +3002,48 @@ BalTag = __decorate([
|
|
|
3111
3002
|
}),
|
|
3112
3003
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
3113
3004
|
], BalTag);
|
|
3114
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3005
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalTag, decorators: [{
|
|
3115
3006
|
type: Component,
|
|
3116
3007
|
args: [{
|
|
3117
3008
|
selector: 'bal-tag',
|
|
3118
3009
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3119
3010
|
template: '<ng-content></ng-content>',
|
|
3120
|
-
standalone: false,
|
|
3121
3011
|
inputs: ['closable', 'color', 'disabled', 'invalid', 'light', 'position', 'size'],
|
|
3122
3012
|
outputs: ['balCloseClick']
|
|
3123
3013
|
}]
|
|
3124
|
-
}], ctorParameters: ()
|
|
3014
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3125
3015
|
let BalTagGroup = class BalTagGroup {
|
|
3126
3016
|
constructor(c, r, z) {
|
|
3127
3017
|
this.z = z;
|
|
3128
3018
|
c.detach();
|
|
3129
3019
|
this.el = r.nativeElement;
|
|
3130
3020
|
}
|
|
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 }); }
|
|
3133
3021
|
};
|
|
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 });
|
|
3134
3024
|
BalTagGroup = __decorate([
|
|
3135
3025
|
ProxyCmp({
|
|
3136
3026
|
defineCustomElementFn: defineCustomElement$1L
|
|
3137
3027
|
}),
|
|
3138
3028
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
3139
3029
|
], BalTagGroup);
|
|
3140
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3030
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalTagGroup, decorators: [{
|
|
3141
3031
|
type: Component,
|
|
3142
3032
|
args: [{
|
|
3143
3033
|
selector: 'bal-tag-group',
|
|
3144
3034
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3145
|
-
template: '<ng-content></ng-content>'
|
|
3146
|
-
standalone: false
|
|
3035
|
+
template: '<ng-content></ng-content>'
|
|
3147
3036
|
}]
|
|
3148
|
-
}], ctorParameters: ()
|
|
3037
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3149
3038
|
let BalText = class BalText {
|
|
3150
3039
|
constructor(c, r, z) {
|
|
3151
3040
|
this.z = z;
|
|
3152
3041
|
c.detach();
|
|
3153
3042
|
this.el = r.nativeElement;
|
|
3154
3043
|
}
|
|
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 }); }
|
|
3157
3044
|
};
|
|
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 });
|
|
3158
3047
|
BalText = __decorate([
|
|
3159
3048
|
ProxyCmp({
|
|
3160
3049
|
inputs: ['bold', 'color', 'disabled', 'heading', 'inline', 'invalid', 'inverted', 'noWrap', 'shadow', 'size', 'space'],
|
|
@@ -3162,16 +3051,15 @@ BalText = __decorate([
|
|
|
3162
3051
|
}),
|
|
3163
3052
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
3164
3053
|
], BalText);
|
|
3165
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3054
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalText, decorators: [{
|
|
3166
3055
|
type: Component,
|
|
3167
3056
|
args: [{
|
|
3168
3057
|
selector: 'bal-text',
|
|
3169
3058
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3170
3059
|
template: '<ng-content></ng-content>',
|
|
3171
|
-
standalone: false,
|
|
3172
3060
|
inputs: ['bold', 'color', 'disabled', 'heading', 'inline', 'invalid', 'inverted', 'noWrap', 'shadow', 'size', 'space']
|
|
3173
3061
|
}]
|
|
3174
|
-
}], ctorParameters: ()
|
|
3062
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3175
3063
|
let BalTextarea = class BalTextarea {
|
|
3176
3064
|
constructor(c, r, z) {
|
|
3177
3065
|
this.z = z;
|
|
@@ -3179,9 +3067,9 @@ let BalTextarea = class BalTextarea {
|
|
|
3179
3067
|
this.el = r.nativeElement;
|
|
3180
3068
|
proxyOutputs(this, this.el, ['balChange', 'balInput', 'balBlur', 'balKeyPress', 'balFocus']);
|
|
3181
3069
|
}
|
|
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 }); }
|
|
3184
3070
|
};
|
|
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 });
|
|
3185
3073
|
BalTextarea = __decorate([
|
|
3186
3074
|
ProxyCmp({
|
|
3187
3075
|
inputs: ['autoInvalidOff', 'autocapitalize', 'autocomplete', 'autofocus', 'clickable', 'cols', 'debounce', 'disabled', 'inputmode', 'invalid', 'maxLength', 'minLength', 'name', 'placeholder', 'readonly', 'required', 'rows', 'value', 'wrap'],
|
|
@@ -3190,17 +3078,16 @@ BalTextarea = __decorate([
|
|
|
3190
3078
|
}),
|
|
3191
3079
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
3192
3080
|
], BalTextarea);
|
|
3193
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3081
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalTextarea, decorators: [{
|
|
3194
3082
|
type: Component,
|
|
3195
3083
|
args: [{
|
|
3196
3084
|
selector: 'bal-textarea',
|
|
3197
3085
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3198
3086
|
template: '<ng-content></ng-content>',
|
|
3199
|
-
standalone: false,
|
|
3200
3087
|
inputs: ['autoInvalidOff', 'autocapitalize', 'autocomplete', 'autofocus', 'clickable', 'cols', 'debounce', 'disabled', 'inputmode', 'invalid', 'maxLength', 'minLength', 'name', 'placeholder', 'readonly', 'required', 'rows', 'value', 'wrap'],
|
|
3201
3088
|
outputs: ['balChange', 'balInput', 'balBlur', 'balKeyPress', 'balFocus']
|
|
3202
3089
|
}]
|
|
3203
|
-
}], ctorParameters: ()
|
|
3090
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3204
3091
|
let BalTimeInput = class BalTimeInput {
|
|
3205
3092
|
constructor(c, r, z) {
|
|
3206
3093
|
this.z = z;
|
|
@@ -3208,9 +3095,9 @@ let BalTimeInput = class BalTimeInput {
|
|
|
3208
3095
|
this.el = r.nativeElement;
|
|
3209
3096
|
proxyOutputs(this, this.el, ['balInput', 'balChange', 'balBlur', 'balFocus', 'balKeyPress', 'balClick']);
|
|
3210
3097
|
}
|
|
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 }); }
|
|
3213
3098
|
};
|
|
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 });
|
|
3214
3101
|
BalTimeInput = __decorate([
|
|
3215
3102
|
ProxyCmp({
|
|
3216
3103
|
inputs: ['autoInvalidOff', 'debounce', 'disabled', 'invalid', 'name', 'readonly', 'required', 'value'],
|
|
@@ -3219,17 +3106,16 @@ BalTimeInput = __decorate([
|
|
|
3219
3106
|
}),
|
|
3220
3107
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
3221
3108
|
], BalTimeInput);
|
|
3222
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3109
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalTimeInput, decorators: [{
|
|
3223
3110
|
type: Component,
|
|
3224
3111
|
args: [{
|
|
3225
3112
|
selector: 'bal-time-input',
|
|
3226
3113
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3227
3114
|
template: '<ng-content></ng-content>',
|
|
3228
|
-
standalone: false,
|
|
3229
3115
|
inputs: ['autoInvalidOff', 'debounce', 'disabled', 'invalid', 'name', 'readonly', 'required', 'value'],
|
|
3230
3116
|
outputs: ['balInput', 'balChange', 'balBlur', 'balFocus', 'balKeyPress', 'balClick']
|
|
3231
3117
|
}]
|
|
3232
|
-
}], ctorParameters: ()
|
|
3118
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3233
3119
|
let BalToast = class BalToast {
|
|
3234
3120
|
constructor(c, r, z) {
|
|
3235
3121
|
this.z = z;
|
|
@@ -3237,9 +3123,9 @@ let BalToast = class BalToast {
|
|
|
3237
3123
|
this.el = r.nativeElement;
|
|
3238
3124
|
proxyOutputs(this, this.el, ['balClose']);
|
|
3239
3125
|
}
|
|
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 }); }
|
|
3242
3126
|
};
|
|
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 });
|
|
3243
3129
|
BalToast = __decorate([
|
|
3244
3130
|
ProxyCmp({
|
|
3245
3131
|
inputs: ['closable', 'color', 'duration', 'message'],
|
|
@@ -3248,17 +3134,16 @@ BalToast = __decorate([
|
|
|
3248
3134
|
}),
|
|
3249
3135
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
3250
3136
|
], BalToast);
|
|
3251
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3137
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalToast, decorators: [{
|
|
3252
3138
|
type: Component,
|
|
3253
3139
|
args: [{
|
|
3254
3140
|
selector: 'bal-toast',
|
|
3255
3141
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3256
3142
|
template: '<ng-content></ng-content>',
|
|
3257
|
-
standalone: false,
|
|
3258
3143
|
inputs: ['closable', 'color', 'duration', 'message'],
|
|
3259
3144
|
outputs: ['balClose']
|
|
3260
3145
|
}]
|
|
3261
|
-
}], ctorParameters: ()
|
|
3146
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3262
3147
|
let BalTooltip = class BalTooltip {
|
|
3263
3148
|
constructor(c, r, z) {
|
|
3264
3149
|
this.z = z;
|
|
@@ -3266,9 +3151,9 @@ let BalTooltip = class BalTooltip {
|
|
|
3266
3151
|
this.el = r.nativeElement;
|
|
3267
3152
|
proxyOutputs(this, this.el, ['balWillAnimate', 'balDidAnimate']);
|
|
3268
3153
|
}
|
|
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 }); }
|
|
3271
3154
|
};
|
|
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 });
|
|
3272
3157
|
BalTooltip = __decorate([
|
|
3273
3158
|
ProxyCmp({
|
|
3274
3159
|
inputs: ['contentWidth', 'offset', 'placement', 'reference'],
|
|
@@ -3276,17 +3161,16 @@ BalTooltip = __decorate([
|
|
|
3276
3161
|
}),
|
|
3277
3162
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
3278
3163
|
], BalTooltip);
|
|
3279
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3164
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalTooltip, decorators: [{
|
|
3280
3165
|
type: Component,
|
|
3281
3166
|
args: [{
|
|
3282
3167
|
selector: 'bal-tooltip',
|
|
3283
3168
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3284
3169
|
template: '<ng-content></ng-content>',
|
|
3285
|
-
standalone: false,
|
|
3286
3170
|
inputs: ['contentWidth', 'offset', 'placement', 'reference'],
|
|
3287
3171
|
outputs: ['balWillAnimate', 'balDidAnimate']
|
|
3288
3172
|
}]
|
|
3289
|
-
}], ctorParameters: ()
|
|
3173
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3290
3174
|
|
|
3291
3175
|
class ValueAccessor {
|
|
3292
3176
|
constructor(injector, elementRef) {
|
|
@@ -3417,12 +3301,12 @@ class ValueAccessor {
|
|
|
3417
3301
|
});
|
|
3418
3302
|
}
|
|
3419
3303
|
}
|
|
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 }); }
|
|
3422
3304
|
}
|
|
3423
|
-
i0.ɵɵ
|
|
3305
|
+
ValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
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: [{
|
|
3424
3308
|
type: Directive
|
|
3425
|
-
}], ctorParameters: ()
|
|
3309
|
+
}], ctorParameters: function () { return [{ type: i0.Injector }, { type: i0.ElementRef }]; }, propDecorators: { _handleBlurEvent: [{
|
|
3426
3310
|
type: HostListener,
|
|
3427
3311
|
args: ['balBlur', ['$event.target']]
|
|
3428
3312
|
}] } });
|
|
@@ -3441,16 +3325,16 @@ class BooleanValueAccessor extends ValueAccessor {
|
|
|
3441
3325
|
this.elementRef.nativeElement.checked = this.lastValue = value == null ? false : value;
|
|
3442
3326
|
this.onStatusChange();
|
|
3443
3327
|
}
|
|
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 }); }
|
|
3452
3328
|
}
|
|
3453
|
-
i0.ɵɵ
|
|
3329
|
+
BooleanValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BooleanValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
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: [{
|
|
3454
3338
|
type: Directive,
|
|
3455
3339
|
args: [{
|
|
3456
3340
|
/* tslint:disable-next-line:directive-selector */
|
|
@@ -3466,7 +3350,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
3466
3350
|
},
|
|
3467
3351
|
],
|
|
3468
3352
|
}]
|
|
3469
|
-
}], ctorParameters: ()
|
|
3353
|
+
}], ctorParameters: function () { return [{ type: i0.Injector }, { type: i0.ElementRef }]; } });
|
|
3470
3354
|
|
|
3471
3355
|
class NumericValueAccessor extends ValueAccessor {
|
|
3472
3356
|
constructor(injector, el) {
|
|
@@ -3477,16 +3361,16 @@ class NumericValueAccessor extends ValueAccessor {
|
|
|
3477
3361
|
fn(value === null || value === '' || value === undefined ? null : parseFloat(value));
|
|
3478
3362
|
});
|
|
3479
3363
|
}
|
|
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 }); }
|
|
3488
3364
|
}
|
|
3489
|
-
i0.ɵɵ
|
|
3365
|
+
NumericValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NumericValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
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: [{
|
|
3490
3374
|
type: Directive,
|
|
3491
3375
|
args: [{
|
|
3492
3376
|
/* tslint:disable-next-line:directive-selector */
|
|
@@ -3502,22 +3386,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
3502
3386
|
},
|
|
3503
3387
|
],
|
|
3504
3388
|
}]
|
|
3505
|
-
}], ctorParameters: ()
|
|
3389
|
+
}], ctorParameters: function () { return [{ type: i0.Injector }, { type: i0.ElementRef }]; } });
|
|
3506
3390
|
|
|
3507
3391
|
class SelectValueAccessor extends ValueAccessor {
|
|
3508
3392
|
constructor(injector, el) {
|
|
3509
3393
|
super(injector, el);
|
|
3510
3394
|
}
|
|
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 }); }
|
|
3519
3395
|
}
|
|
3520
|
-
i0.ɵɵ
|
|
3396
|
+
SelectValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SelectValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
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: [{
|
|
3521
3405
|
type: Directive,
|
|
3522
3406
|
args: [{
|
|
3523
3407
|
/* tslint:disable-next-line:directive-selector */
|
|
@@ -3533,22 +3417,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
3533
3417
|
},
|
|
3534
3418
|
],
|
|
3535
3419
|
}]
|
|
3536
|
-
}], ctorParameters: ()
|
|
3420
|
+
}], ctorParameters: function () { return [{ type: i0.Injector }, { type: i0.ElementRef }]; } });
|
|
3537
3421
|
|
|
3538
3422
|
class TextValueAccessor extends ValueAccessor {
|
|
3539
3423
|
constructor(injector, el) {
|
|
3540
3424
|
super(injector, el);
|
|
3541
3425
|
}
|
|
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 }); }
|
|
3550
3426
|
}
|
|
3551
|
-
i0.ɵɵ
|
|
3427
|
+
TextValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TextValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
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: [{
|
|
3552
3436
|
type: Directive,
|
|
3553
3437
|
args: [{
|
|
3554
3438
|
/* tslint:disable-next-line:directive-selector */
|
|
@@ -3564,32 +3448,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
3564
3448
|
},
|
|
3565
3449
|
],
|
|
3566
3450
|
}]
|
|
3567
|
-
}], ctorParameters: ()
|
|
3451
|
+
}], ctorParameters: function () { return [{ type: i0.Injector }, { type: i0.ElementRef }]; } });
|
|
3568
3452
|
|
|
3569
3453
|
class BalNgErrorComponent extends BalNgErrorComponent$1 {
|
|
3570
3454
|
constructor(injector, cd) {
|
|
3571
3455
|
super(injector, cd);
|
|
3572
3456
|
}
|
|
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" }] }); }
|
|
3575
3457
|
}
|
|
3576
|
-
i0.ɵɵ
|
|
3458
|
+
BalNgErrorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNgErrorComponent, deps: [{ token: Injector }, { token: ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
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: [{
|
|
3577
3461
|
type: Component,
|
|
3578
3462
|
args: [{ selector: 'bal-ng-error', template: `<ng-content *ngIf="(ready | async) && hasError"></ng-content>`, styles: [":host{display:inline-block}\n"] }]
|
|
3579
|
-
}], ctorParameters: ()
|
|
3463
|
+
}], ctorParameters: function () { return [{ type: i0.Injector, decorators: [{
|
|
3580
3464
|
type: Inject,
|
|
3581
3465
|
args: [Injector]
|
|
3582
3466
|
}] }, { type: i0.ChangeDetectorRef, decorators: [{
|
|
3583
3467
|
type: Inject,
|
|
3584
3468
|
args: [ChangeDetectorRef]
|
|
3585
|
-
}] }] });
|
|
3469
|
+
}] }]; } });
|
|
3586
3470
|
|
|
3587
3471
|
/* eslint-disable @angular-eslint/directive-class-suffix */
|
|
3588
3472
|
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 }); }
|
|
3591
3473
|
}
|
|
3592
|
-
i0.ɵɵ
|
|
3474
|
+
BalAutoFocus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalAutoFocus, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
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: [{
|
|
3593
3477
|
type: Directive,
|
|
3594
3478
|
args: [{
|
|
3595
3479
|
selector: '[balAutoFocus]',
|
|
@@ -3815,35 +3699,35 @@ class BaloiseDesignSystemModule {
|
|
|
3815
3699
|
],
|
|
3816
3700
|
};
|
|
3817
3701
|
}
|
|
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] }); }
|
|
3845
3702
|
}
|
|
3846
|
-
i0.ɵɵ
|
|
3703
|
+
BaloiseDesignSystemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BaloiseDesignSystemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
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: [{
|
|
3847
3731
|
type: NgModule,
|
|
3848
3732
|
args: [{
|
|
3849
3733
|
declarations: DECLARATIONS,
|