@baloise/ds-angular 17.4.0-snapshot.1609-d2bcc38d3 → 17.4.1
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/components/bal-checkbox-group.d.ts +1 -1
- package/components/bal-checkbox.d.ts +1 -1
- package/components/bal-date.d.ts +1 -1
- package/components/bal-dropdown.d.ts +1 -1
- package/components/bal-file-upload.d.ts +1 -1
- package/components/bal-input-date.d.ts +1 -1
- package/components/bal-input-slider.d.ts +1 -1
- package/components/bal-input-stepper.d.ts +1 -1
- package/components/bal-input.d.ts +1 -1
- package/components/bal-number-input.d.ts +1 -1
- package/components/bal-radio-group.d.ts +1 -1
- package/components/bal-segment.d.ts +1 -1
- package/components/bal-select.d.ts +1 -1
- package/components/bal-textarea.d.ts +1 -1
- package/components/bal-time-input.d.ts +1 -1
- package/esm2020/components/bal-checkbox-group.mjs +55 -0
- package/esm2020/components/bal-checkbox.mjs +59 -0
- package/esm2020/components/bal-date.mjs +55 -0
- package/esm2020/components/bal-dropdown.mjs +61 -0
- package/esm2020/components/bal-file-upload.mjs +55 -0
- package/esm2020/components/bal-input-date.mjs +55 -0
- package/esm2020/components/bal-input-slider.mjs +55 -0
- package/esm2020/components/bal-input-stepper.mjs +60 -0
- package/esm2020/components/bal-input.mjs +55 -0
- package/esm2020/components/bal-number-input.mjs +60 -0
- package/esm2020/components/bal-radio-group.mjs +55 -0
- package/esm2020/components/bal-segment.mjs +59 -0
- package/esm2020/components/bal-select.mjs +55 -0
- package/esm2020/components/bal-textarea.mjs +55 -0
- package/esm2020/components/bal-time-input.mjs +55 -0
- package/{esm2022 → esm2020}/directives/error.component.mjs +6 -6
- package/{esm2022 → esm2020}/directives/focus.directive.mjs +4 -4
- package/esm2020/generated/proxies.mjs +2878 -0
- package/{esm2022 → esm2020}/generated/value-accessor.mjs +5 -5
- package/{esm2022 → esm2020}/providers/modal.service.mjs +6 -6
- package/{esm2022 → esm2020}/providers/snackbar.service.mjs +6 -6
- package/{esm2022 → esm2020}/providers/toast.service.mjs +6 -6
- package/fesm2015/baloise-ds-angular.mjs +4146 -0
- package/fesm2015/baloise-ds-angular.mjs.map +1 -0
- package/{fesm2022 → fesm2020}/baloise-ds-angular.mjs +493 -493
- package/{fesm2022 → fesm2020}/baloise-ds-angular.mjs.map +1 -1
- package/generated/proxies.d.ts +84 -84
- package/package.json +16 -10
- package/esm2022/components/bal-checkbox-group.mjs +0 -55
- package/esm2022/components/bal-checkbox.mjs +0 -59
- package/esm2022/components/bal-date.mjs +0 -55
- package/esm2022/components/bal-dropdown.mjs +0 -61
- package/esm2022/components/bal-file-upload.mjs +0 -55
- package/esm2022/components/bal-input-date.mjs +0 -55
- package/esm2022/components/bal-input-slider.mjs +0 -55
- package/esm2022/components/bal-input-stepper.mjs +0 -60
- package/esm2022/components/bal-input.mjs +0 -55
- package/esm2022/components/bal-number-input.mjs +0 -60
- package/esm2022/components/bal-radio-group.mjs +0 -55
- package/esm2022/components/bal-segment.mjs +0 -59
- package/esm2022/components/bal-select.mjs +0 -55
- package/esm2022/components/bal-textarea.mjs +0 -55
- package/esm2022/components/bal-time-input.mjs +0 -55
- package/esm2022/generated/proxies.mjs +0 -2878
- /package/{esm2022 → esm2020}/app-initialize.mjs +0 -0
- /package/{esm2022 → esm2020}/baloise-ds-angular.mjs +0 -0
- /package/{esm2022 → esm2020}/bundles.mjs +0 -0
- /package/{esm2022 → esm2020}/components/index.mjs +0 -0
- /package/{esm2022 → esm2020}/generated/angular-component-lib/utils.mjs +0 -0
- /package/{esm2022 → esm2020}/generated/meta.mjs +0 -0
- /package/{esm2022 → esm2020}/index.mjs +0 -0
- /package/{esm2022 → esm2020}/provide.mjs +0 -0
|
@@ -2,7 +2,7 @@ import * as i1 from '@baloise/ds-angular-common';
|
|
|
2
2
|
import { OverlayBaseController, BalTokenModal, BalTokenToast, BalTokenSnackbar, raf, BalTokenUserConfig, BalNgErrorComponent as BalNgErrorComponent$1, BalAutoFocus as BalAutoFocus$1, BalTokenConfig, BalTokenBreakpoints, BalTokenBreakpointSubject, BalTokenDevice, BalTokenOrientationSubject, AngularDelegate, BalBreakpointsService, BalConfigService, BalModalService as BalModalService$1, BalOrientationService, BalSnackbarService as BalSnackbarService$1, BalToastService as BalToastService$1 } from '@baloise/ds-angular-common';
|
|
3
3
|
export { AngularDelegate, BalBreakpointsService, BalConfigService, BalOrientationService, BalTokenBreakpointSubject, BalTokenBreakpoints, BalTokenConfig, BalTokenDevice, BalTokenModal, BalTokenOrientationSubject, BalTokenSnackbar, BalTokenToast, BalTokenUserConfig, element, parseCustomEvent, raf } from '@baloise/ds-angular-common';
|
|
4
4
|
import * as i0 from '@angular/core';
|
|
5
|
-
import {
|
|
5
|
+
import { Injectable, Inject, EventEmitter, ChangeDetectorRef, ElementRef, NgZone, Component, ChangeDetectionStrategy, Directive, HostListener, forwardRef, Injector, makeEnvironmentProviders, APP_INITIALIZER } from '@angular/core';
|
|
6
6
|
import { defineCustomElement as defineCustomElement$1 } from '@baloise/ds-core/components/bal-modal';
|
|
7
7
|
import { defineCustomElement as defineCustomElement$2 } from '@baloise/ds-core/components/bal-notices';
|
|
8
8
|
import { defineCustomElement as defineCustomElement$3 } from '@baloise/ds-core/components/bal-toast';
|
|
@@ -123,7 +123,7 @@ import { defineCustomElement as defineCustomElement$1P } from '@baloise/ds-core/
|
|
|
123
123
|
import { defineCustomElement as defineCustomElement$1Q } from '@baloise/ds-core/components/bal-time-input';
|
|
124
124
|
import * as i1$1 from '@angular/common';
|
|
125
125
|
import { CommonModule, DOCUMENT } from '@angular/common';
|
|
126
|
-
import { initializeBaloiseDesignSystem,
|
|
126
|
+
import { initializeBaloiseDesignSystem, attachToConfig, defaultConfig, detachFromConfig, updateBalAllowedLanguages, updateBalAnimated, updateBalIcons, updateBalLanguage, updateBalRegion, balToastController, balSnackbarController, balModalController, balBreakpoints, balBreakpointSubject, balDevice, balOrientationSubject } from '@baloise/ds-core/components';
|
|
127
127
|
|
|
128
128
|
class BalModalService extends OverlayBaseController {
|
|
129
129
|
constructor(angularDelegate, resolver, injector, ctrl) {
|
|
@@ -139,18 +139,18 @@ class BalModalService extends OverlayBaseController {
|
|
|
139
139
|
delegate: this.angularDelegate.create(this.resolver, this.injector),
|
|
140
140
|
});
|
|
141
141
|
}
|
|
142
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalModalService, deps: [{ token: i1.AngularDelegate }, { token: i0.ComponentFactoryResolver }, { token: i0.Injector }, { token: BalTokenModal }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
143
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalModalService, providedIn: 'root' }); }
|
|
144
142
|
}
|
|
145
|
-
i0.ɵɵ
|
|
143
|
+
BalModalService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalModalService, deps: [{ token: i1.AngularDelegate }, { token: i0.ComponentFactoryResolver }, { token: i0.Injector }, { token: BalTokenModal }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
144
|
+
BalModalService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalModalService, providedIn: 'root' });
|
|
145
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalModalService, decorators: [{
|
|
146
146
|
type: Injectable,
|
|
147
147
|
args: [{
|
|
148
148
|
providedIn: 'root',
|
|
149
149
|
}]
|
|
150
|
-
}], ctorParameters: ()
|
|
150
|
+
}], ctorParameters: function () { return [{ type: i1.AngularDelegate }, { type: i0.ComponentFactoryResolver }, { type: i0.Injector }, { type: undefined, decorators: [{
|
|
151
151
|
type: Inject,
|
|
152
152
|
args: [BalTokenModal]
|
|
153
|
-
}] }] });
|
|
153
|
+
}] }]; } });
|
|
154
154
|
|
|
155
155
|
class BalToastService {
|
|
156
156
|
constructor(ctrl) {
|
|
@@ -164,18 +164,18 @@ class BalToastService {
|
|
|
164
164
|
async dismissAll() {
|
|
165
165
|
return this.ctrl.dismissAll();
|
|
166
166
|
}
|
|
167
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalToastService, deps: [{ token: BalTokenToast }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
168
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalToastService, providedIn: 'root' }); }
|
|
169
167
|
}
|
|
170
|
-
i0.ɵɵ
|
|
168
|
+
BalToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalToastService, deps: [{ token: BalTokenToast }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
169
|
+
BalToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalToastService, providedIn: 'root' });
|
|
170
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalToastService, decorators: [{
|
|
171
171
|
type: Injectable,
|
|
172
172
|
args: [{
|
|
173
173
|
providedIn: 'root',
|
|
174
174
|
}]
|
|
175
|
-
}], ctorParameters: ()
|
|
175
|
+
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
176
176
|
type: Inject,
|
|
177
177
|
args: [BalTokenToast]
|
|
178
|
-
}] }] });
|
|
178
|
+
}] }]; } });
|
|
179
179
|
|
|
180
180
|
class BalSnackbarService {
|
|
181
181
|
constructor(ctrl) {
|
|
@@ -189,18 +189,18 @@ class BalSnackbarService {
|
|
|
189
189
|
async dismissAll() {
|
|
190
190
|
return this.ctrl.dismissAll();
|
|
191
191
|
}
|
|
192
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalSnackbarService, deps: [{ token: BalTokenSnackbar }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
193
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalSnackbarService, providedIn: 'root' }); }
|
|
194
192
|
}
|
|
195
|
-
i0.ɵɵ
|
|
193
|
+
BalSnackbarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSnackbarService, deps: [{ token: BalTokenSnackbar }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
194
|
+
BalSnackbarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSnackbarService, providedIn: 'root' });
|
|
195
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSnackbarService, decorators: [{
|
|
196
196
|
type: Injectable,
|
|
197
197
|
args: [{
|
|
198
198
|
providedIn: 'root',
|
|
199
199
|
}]
|
|
200
|
-
}], ctorParameters: ()
|
|
200
|
+
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
201
201
|
type: Inject,
|
|
202
202
|
args: [BalTokenSnackbar]
|
|
203
|
-
}] }] });
|
|
203
|
+
}] }]; } });
|
|
204
204
|
|
|
205
205
|
/* eslint-disable */
|
|
206
206
|
/* tslint:disable */
|
|
@@ -269,9 +269,9 @@ let BalAccordion = class BalAccordion {
|
|
|
269
269
|
this.el = r.nativeElement;
|
|
270
270
|
proxyOutputs(this, this.el, ['balChange', 'balWillAnimate', 'balDidAnimate']);
|
|
271
271
|
}
|
|
272
|
-
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 }); }
|
|
273
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalAccordion, isStandalone: true, 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 }); }
|
|
274
272
|
};
|
|
273
|
+
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 });
|
|
274
|
+
BalAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalAccordion, isStandalone: true, 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 });
|
|
275
275
|
BalAccordion = __decorate([
|
|
276
276
|
ProxyCmp({
|
|
277
277
|
inputs: ['active', 'card', 'closeIcon', 'closeLabel', 'debounce', 'openIcon', 'openLabel'],
|
|
@@ -280,7 +280,7 @@ BalAccordion = __decorate([
|
|
|
280
280
|
}),
|
|
281
281
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
282
282
|
], BalAccordion);
|
|
283
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
283
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalAccordion, decorators: [{
|
|
284
284
|
type: Component,
|
|
285
285
|
args: [{
|
|
286
286
|
selector: 'bal-accordion',
|
|
@@ -290,23 +290,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
290
290
|
inputs: ['active', 'card', 'closeIcon', 'closeLabel', 'debounce', 'openIcon', 'openLabel'],
|
|
291
291
|
outputs: ['balChange', 'balWillAnimate', 'balDidAnimate']
|
|
292
292
|
}]
|
|
293
|
-
}], ctorParameters: ()
|
|
293
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
294
294
|
let BalAccordionDetails = class BalAccordionDetails {
|
|
295
295
|
constructor(c, r, z) {
|
|
296
296
|
this.z = z;
|
|
297
297
|
c.detach();
|
|
298
298
|
this.el = r.nativeElement;
|
|
299
299
|
}
|
|
300
|
-
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 }); }
|
|
301
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalAccordionDetails, isStandalone: true, selector: "bal-accordion-details", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
302
300
|
};
|
|
301
|
+
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 });
|
|
302
|
+
BalAccordionDetails.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalAccordionDetails, isStandalone: true, selector: "bal-accordion-details", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
303
303
|
BalAccordionDetails = __decorate([
|
|
304
304
|
ProxyCmp({
|
|
305
305
|
defineCustomElementFn: defineCustomElement$6
|
|
306
306
|
}),
|
|
307
307
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
308
308
|
], BalAccordionDetails);
|
|
309
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
309
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalAccordionDetails, decorators: [{
|
|
310
310
|
type: Component,
|
|
311
311
|
args: [{
|
|
312
312
|
selector: 'bal-accordion-details',
|
|
@@ -314,16 +314,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
314
314
|
template: '<ng-content></ng-content>',
|
|
315
315
|
standalone: true
|
|
316
316
|
}]
|
|
317
|
-
}], ctorParameters: ()
|
|
317
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
318
318
|
let BalAccordionSummary = class BalAccordionSummary {
|
|
319
319
|
constructor(c, r, z) {
|
|
320
320
|
this.z = z;
|
|
321
321
|
c.detach();
|
|
322
322
|
this.el = r.nativeElement;
|
|
323
323
|
}
|
|
324
|
-
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 }); }
|
|
325
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalAccordionSummary, isStandalone: true, selector: "bal-accordion-summary", inputs: { trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
326
324
|
};
|
|
325
|
+
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 });
|
|
326
|
+
BalAccordionSummary.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalAccordionSummary, isStandalone: true, selector: "bal-accordion-summary", inputs: { trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
327
327
|
BalAccordionSummary = __decorate([
|
|
328
328
|
ProxyCmp({
|
|
329
329
|
inputs: ['trigger'],
|
|
@@ -331,7 +331,7 @@ BalAccordionSummary = __decorate([
|
|
|
331
331
|
}),
|
|
332
332
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
333
333
|
], BalAccordionSummary);
|
|
334
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
334
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalAccordionSummary, decorators: [{
|
|
335
335
|
type: Component,
|
|
336
336
|
args: [{
|
|
337
337
|
selector: 'bal-accordion-summary',
|
|
@@ -340,16 +340,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
340
340
|
standalone: true,
|
|
341
341
|
inputs: ['trigger']
|
|
342
342
|
}]
|
|
343
|
-
}], ctorParameters: ()
|
|
343
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
344
344
|
let BalAccordionTrigger = class BalAccordionTrigger {
|
|
345
345
|
constructor(c, r, z) {
|
|
346
346
|
this.z = z;
|
|
347
347
|
c.detach();
|
|
348
348
|
this.el = r.nativeElement;
|
|
349
349
|
}
|
|
350
|
-
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 }); }
|
|
351
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalAccordionTrigger, isStandalone: true, 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 }); }
|
|
352
350
|
};
|
|
351
|
+
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 });
|
|
352
|
+
BalAccordionTrigger.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalAccordionTrigger, isStandalone: true, 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 });
|
|
353
353
|
BalAccordionTrigger = __decorate([
|
|
354
354
|
ProxyCmp({
|
|
355
355
|
inputs: ['button', 'closeIcon', 'closeLabel', 'color', 'expanded', 'openIcon', 'openLabel', 'size'],
|
|
@@ -357,7 +357,7 @@ BalAccordionTrigger = __decorate([
|
|
|
357
357
|
}),
|
|
358
358
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
359
359
|
], BalAccordionTrigger);
|
|
360
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
360
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalAccordionTrigger, decorators: [{
|
|
361
361
|
type: Component,
|
|
362
362
|
args: [{
|
|
363
363
|
selector: 'bal-accordion-trigger',
|
|
@@ -366,16 +366,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
366
366
|
standalone: true,
|
|
367
367
|
inputs: ['button', 'closeIcon', 'closeLabel', 'color', 'expanded', 'openIcon', 'openLabel', 'size']
|
|
368
368
|
}]
|
|
369
|
-
}], ctorParameters: ()
|
|
369
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
370
370
|
let BalApp = class BalApp {
|
|
371
371
|
constructor(c, r, z) {
|
|
372
372
|
this.z = z;
|
|
373
373
|
c.detach();
|
|
374
374
|
this.el = r.nativeElement;
|
|
375
375
|
}
|
|
376
|
-
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 }); }
|
|
377
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalApp, isStandalone: true, selector: "bal-app", inputs: { animated: "animated" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
378
376
|
};
|
|
377
|
+
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 });
|
|
378
|
+
BalApp.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalApp, isStandalone: true, selector: "bal-app", inputs: { animated: "animated" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
379
379
|
BalApp = __decorate([
|
|
380
380
|
ProxyCmp({
|
|
381
381
|
inputs: ['animated'],
|
|
@@ -384,7 +384,7 @@ BalApp = __decorate([
|
|
|
384
384
|
}),
|
|
385
385
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
386
386
|
], BalApp);
|
|
387
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
387
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalApp, decorators: [{
|
|
388
388
|
type: Component,
|
|
389
389
|
args: [{
|
|
390
390
|
selector: 'bal-app',
|
|
@@ -393,16 +393,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
393
393
|
standalone: true,
|
|
394
394
|
inputs: ['animated']
|
|
395
395
|
}]
|
|
396
|
-
}], ctorParameters: ()
|
|
396
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
397
397
|
let BalBadge = class BalBadge {
|
|
398
398
|
constructor(c, r, z) {
|
|
399
399
|
this.z = z;
|
|
400
400
|
c.detach();
|
|
401
401
|
this.el = r.nativeElement;
|
|
402
402
|
}
|
|
403
|
-
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 }); }
|
|
404
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalBadge, isStandalone: true, 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 }); }
|
|
405
403
|
};
|
|
404
|
+
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 });
|
|
405
|
+
BalBadge.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalBadge, isStandalone: true, 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 });
|
|
406
406
|
BalBadge = __decorate([
|
|
407
407
|
ProxyCmp({
|
|
408
408
|
inputs: ['color', 'icon', 'position', 'size'],
|
|
@@ -410,7 +410,7 @@ BalBadge = __decorate([
|
|
|
410
410
|
}),
|
|
411
411
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
412
412
|
], BalBadge);
|
|
413
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
413
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalBadge, decorators: [{
|
|
414
414
|
type: Component,
|
|
415
415
|
args: [{
|
|
416
416
|
selector: 'bal-badge',
|
|
@@ -419,7 +419,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
419
419
|
standalone: true,
|
|
420
420
|
inputs: ['color', 'icon', 'position', 'size']
|
|
421
421
|
}]
|
|
422
|
-
}], ctorParameters: ()
|
|
422
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
423
423
|
let BalButton = class BalButton {
|
|
424
424
|
constructor(c, r, z) {
|
|
425
425
|
this.z = z;
|
|
@@ -427,9 +427,9 @@ let BalButton = class BalButton {
|
|
|
427
427
|
this.el = r.nativeElement;
|
|
428
428
|
proxyOutputs(this, this.el, ['balNavigate', 'balFocus', 'balBlur', 'balDidRender']);
|
|
429
429
|
}
|
|
430
|
-
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 }); }
|
|
431
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalButton, isStandalone: true, 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 }); }
|
|
432
430
|
};
|
|
431
|
+
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 });
|
|
432
|
+
BalButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalButton, isStandalone: true, 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 });
|
|
433
433
|
BalButton = __decorate([
|
|
434
434
|
ProxyCmp({
|
|
435
435
|
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'],
|
|
@@ -437,7 +437,7 @@ BalButton = __decorate([
|
|
|
437
437
|
}),
|
|
438
438
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
439
439
|
], BalButton);
|
|
440
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
440
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalButton, decorators: [{
|
|
441
441
|
type: Component,
|
|
442
442
|
args: [{
|
|
443
443
|
selector: 'bal-button',
|
|
@@ -447,16 +447,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
447
447
|
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'],
|
|
448
448
|
outputs: ['balNavigate', 'balFocus', 'balBlur', 'balDidRender']
|
|
449
449
|
}]
|
|
450
|
-
}], ctorParameters: ()
|
|
450
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
451
451
|
let BalButtonGroup = class BalButtonGroup {
|
|
452
452
|
constructor(c, r, z) {
|
|
453
453
|
this.z = z;
|
|
454
454
|
c.detach();
|
|
455
455
|
this.el = r.nativeElement;
|
|
456
456
|
}
|
|
457
|
-
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 }); }
|
|
458
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalButtonGroup, isStandalone: true, selector: "bal-button-group", inputs: { direction: "direction", position: "position", reverse: "reverse" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
459
457
|
};
|
|
458
|
+
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 });
|
|
459
|
+
BalButtonGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalButtonGroup, isStandalone: true, selector: "bal-button-group", inputs: { direction: "direction", position: "position", reverse: "reverse" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
460
460
|
BalButtonGroup = __decorate([
|
|
461
461
|
ProxyCmp({
|
|
462
462
|
inputs: ['direction', 'position', 'reverse'],
|
|
@@ -464,7 +464,7 @@ BalButtonGroup = __decorate([
|
|
|
464
464
|
}),
|
|
465
465
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
466
466
|
], BalButtonGroup);
|
|
467
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
467
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalButtonGroup, decorators: [{
|
|
468
468
|
type: Component,
|
|
469
469
|
args: [{
|
|
470
470
|
selector: 'bal-button-group',
|
|
@@ -473,16 +473,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
473
473
|
standalone: true,
|
|
474
474
|
inputs: ['direction', 'position', 'reverse']
|
|
475
475
|
}]
|
|
476
|
-
}], ctorParameters: ()
|
|
476
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
477
477
|
let BalCard = class BalCard {
|
|
478
478
|
constructor(c, r, z) {
|
|
479
479
|
this.z = z;
|
|
480
480
|
c.detach();
|
|
481
481
|
this.el = r.nativeElement;
|
|
482
482
|
}
|
|
483
|
-
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 }); }
|
|
484
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalCard, isStandalone: true, 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 }); }
|
|
485
483
|
};
|
|
484
|
+
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 });
|
|
485
|
+
BalCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCard, isStandalone: true, 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 });
|
|
486
486
|
BalCard = __decorate([
|
|
487
487
|
ProxyCmp({
|
|
488
488
|
inputs: ['border', 'clickable', 'color', 'flat', 'fullheight', 'inverted', 'selected', 'space', 'square'],
|
|
@@ -490,7 +490,7 @@ BalCard = __decorate([
|
|
|
490
490
|
}),
|
|
491
491
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
492
492
|
], BalCard);
|
|
493
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
493
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCard, decorators: [{
|
|
494
494
|
type: Component,
|
|
495
495
|
args: [{
|
|
496
496
|
selector: 'bal-card',
|
|
@@ -499,16 +499,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
499
499
|
standalone: true,
|
|
500
500
|
inputs: ['border', 'clickable', 'color', 'flat', 'fullheight', 'inverted', 'selected', 'space', 'square']
|
|
501
501
|
}]
|
|
502
|
-
}], ctorParameters: ()
|
|
502
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
503
503
|
let BalCardActions = class BalCardActions {
|
|
504
504
|
constructor(c, r, z) {
|
|
505
505
|
this.z = z;
|
|
506
506
|
c.detach();
|
|
507
507
|
this.el = r.nativeElement;
|
|
508
508
|
}
|
|
509
|
-
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 }); }
|
|
510
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalCardActions, isStandalone: true, selector: "bal-card-actions", inputs: { position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
511
509
|
};
|
|
510
|
+
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 });
|
|
511
|
+
BalCardActions.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCardActions, isStandalone: true, selector: "bal-card-actions", inputs: { position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
512
512
|
BalCardActions = __decorate([
|
|
513
513
|
ProxyCmp({
|
|
514
514
|
inputs: ['position'],
|
|
@@ -516,7 +516,7 @@ BalCardActions = __decorate([
|
|
|
516
516
|
}),
|
|
517
517
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
518
518
|
], BalCardActions);
|
|
519
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
519
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCardActions, decorators: [{
|
|
520
520
|
type: Component,
|
|
521
521
|
args: [{
|
|
522
522
|
selector: 'bal-card-actions',
|
|
@@ -525,16 +525,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
525
525
|
standalone: true,
|
|
526
526
|
inputs: ['position']
|
|
527
527
|
}]
|
|
528
|
-
}], ctorParameters: ()
|
|
528
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
529
529
|
let BalCardButton = class BalCardButton {
|
|
530
530
|
constructor(c, r, z) {
|
|
531
531
|
this.z = z;
|
|
532
532
|
c.detach();
|
|
533
533
|
this.el = r.nativeElement;
|
|
534
534
|
}
|
|
535
|
-
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 }); }
|
|
536
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalCardButton, isStandalone: true, 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 }); }
|
|
537
535
|
};
|
|
536
|
+
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 });
|
|
537
|
+
BalCardButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCardButton, isStandalone: true, 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 });
|
|
538
538
|
BalCardButton = __decorate([
|
|
539
539
|
ProxyCmp({
|
|
540
540
|
inputs: ['disabled', 'elementType', 'href', 'icon', 'iconRight', 'loading', 'target'],
|
|
@@ -542,7 +542,7 @@ BalCardButton = __decorate([
|
|
|
542
542
|
}),
|
|
543
543
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
544
544
|
], BalCardButton);
|
|
545
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
545
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCardButton, decorators: [{
|
|
546
546
|
type: Component,
|
|
547
547
|
args: [{
|
|
548
548
|
selector: 'bal-card-button',
|
|
@@ -551,23 +551,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
551
551
|
standalone: true,
|
|
552
552
|
inputs: ['disabled', 'elementType', 'href', 'icon', 'iconRight', 'loading', 'target']
|
|
553
553
|
}]
|
|
554
|
-
}], ctorParameters: ()
|
|
554
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
555
555
|
let BalCardContent = class BalCardContent {
|
|
556
556
|
constructor(c, r, z) {
|
|
557
557
|
this.z = z;
|
|
558
558
|
c.detach();
|
|
559
559
|
this.el = r.nativeElement;
|
|
560
560
|
}
|
|
561
|
-
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 }); }
|
|
562
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalCardContent, isStandalone: true, selector: "bal-card-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
563
561
|
};
|
|
562
|
+
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 });
|
|
563
|
+
BalCardContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCardContent, isStandalone: true, selector: "bal-card-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
564
564
|
BalCardContent = __decorate([
|
|
565
565
|
ProxyCmp({
|
|
566
566
|
defineCustomElementFn: defineCustomElement$g
|
|
567
567
|
}),
|
|
568
568
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
569
569
|
], BalCardContent);
|
|
570
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
570
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCardContent, decorators: [{
|
|
571
571
|
type: Component,
|
|
572
572
|
args: [{
|
|
573
573
|
selector: 'bal-card-content',
|
|
@@ -575,16 +575,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
575
575
|
template: '<ng-content></ng-content>',
|
|
576
576
|
standalone: true
|
|
577
577
|
}]
|
|
578
|
-
}], ctorParameters: ()
|
|
578
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
579
579
|
let BalCardSubtitle = class BalCardSubtitle {
|
|
580
580
|
constructor(c, r, z) {
|
|
581
581
|
this.z = z;
|
|
582
582
|
c.detach();
|
|
583
583
|
this.el = r.nativeElement;
|
|
584
584
|
}
|
|
585
|
-
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 }); }
|
|
586
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalCardSubtitle, isStandalone: true, selector: "bal-card-subtitle", inputs: { bold: "bold", color: "color", inverted: "inverted" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
587
585
|
};
|
|
586
|
+
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 });
|
|
587
|
+
BalCardSubtitle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCardSubtitle, isStandalone: true, selector: "bal-card-subtitle", inputs: { bold: "bold", color: "color", inverted: "inverted" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
588
588
|
BalCardSubtitle = __decorate([
|
|
589
589
|
ProxyCmp({
|
|
590
590
|
inputs: ['bold', 'color', 'inverted'],
|
|
@@ -592,7 +592,7 @@ BalCardSubtitle = __decorate([
|
|
|
592
592
|
}),
|
|
593
593
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
594
594
|
], BalCardSubtitle);
|
|
595
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
595
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCardSubtitle, decorators: [{
|
|
596
596
|
type: Component,
|
|
597
597
|
args: [{
|
|
598
598
|
selector: 'bal-card-subtitle',
|
|
@@ -601,16 +601,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
601
601
|
standalone: true,
|
|
602
602
|
inputs: ['bold', 'color', 'inverted']
|
|
603
603
|
}]
|
|
604
|
-
}], ctorParameters: ()
|
|
604
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
605
605
|
let BalCardTitle = class BalCardTitle {
|
|
606
606
|
constructor(c, r, z) {
|
|
607
607
|
this.z = z;
|
|
608
608
|
c.detach();
|
|
609
609
|
this.el = r.nativeElement;
|
|
610
610
|
}
|
|
611
|
-
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 }); }
|
|
612
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalCardTitle, isStandalone: true, selector: "bal-card-title", inputs: { inverted: "inverted" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
613
611
|
};
|
|
612
|
+
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 });
|
|
613
|
+
BalCardTitle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCardTitle, isStandalone: true, selector: "bal-card-title", inputs: { inverted: "inverted" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
614
614
|
BalCardTitle = __decorate([
|
|
615
615
|
ProxyCmp({
|
|
616
616
|
inputs: ['inverted'],
|
|
@@ -618,7 +618,7 @@ BalCardTitle = __decorate([
|
|
|
618
618
|
}),
|
|
619
619
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
620
620
|
], BalCardTitle);
|
|
621
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
621
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCardTitle, decorators: [{
|
|
622
622
|
type: Component,
|
|
623
623
|
args: [{
|
|
624
624
|
selector: 'bal-card-title',
|
|
@@ -627,7 +627,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
627
627
|
standalone: true,
|
|
628
628
|
inputs: ['inverted']
|
|
629
629
|
}]
|
|
630
|
-
}], ctorParameters: ()
|
|
630
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
631
631
|
let BalCarousel = class BalCarousel {
|
|
632
632
|
constructor(c, r, z) {
|
|
633
633
|
this.z = z;
|
|
@@ -635,9 +635,9 @@ let BalCarousel = class BalCarousel {
|
|
|
635
635
|
this.el = r.nativeElement;
|
|
636
636
|
proxyOutputs(this, this.el, ['balChange']);
|
|
637
637
|
}
|
|
638
|
-
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 }); }
|
|
639
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalCarousel, isStandalone: true, 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 }); }
|
|
640
638
|
};
|
|
639
|
+
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 });
|
|
640
|
+
BalCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCarousel, isStandalone: true, 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 });
|
|
641
641
|
BalCarousel = __decorate([
|
|
642
642
|
ProxyCmp({
|
|
643
643
|
inputs: ['aspectRatio', 'border', 'controls', 'controlsOverflow', 'controlsSticky', 'fullHeight', 'htmlRole', 'interface', 'inverted', 'itemsPerView', 'scrollY', 'space', 'steps', 'value'],
|
|
@@ -646,7 +646,7 @@ BalCarousel = __decorate([
|
|
|
646
646
|
}),
|
|
647
647
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
648
648
|
], BalCarousel);
|
|
649
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
649
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCarousel, decorators: [{
|
|
650
650
|
type: Component,
|
|
651
651
|
args: [{
|
|
652
652
|
selector: 'bal-carousel',
|
|
@@ -656,7 +656,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
656
656
|
inputs: ['aspectRatio', 'border', 'controls', 'controlsOverflow', 'controlsSticky', 'fullHeight', 'htmlRole', 'interface', 'inverted', 'itemsPerView', 'scrollY', 'space', 'steps', 'value'],
|
|
657
657
|
outputs: ['balChange']
|
|
658
658
|
}]
|
|
659
|
-
}], ctorParameters: ()
|
|
659
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
660
660
|
let BalCarouselItem = class BalCarouselItem {
|
|
661
661
|
constructor(c, r, z) {
|
|
662
662
|
this.z = z;
|
|
@@ -664,9 +664,9 @@ let BalCarouselItem = class BalCarouselItem {
|
|
|
664
664
|
this.el = r.nativeElement;
|
|
665
665
|
proxyOutputs(this, this.el, ['balNavigate', 'balFocus', 'balBlur']);
|
|
666
666
|
}
|
|
667
|
-
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 }); }
|
|
668
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalCarouselItem, isStandalone: true, 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 }); }
|
|
669
667
|
};
|
|
668
|
+
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 });
|
|
669
|
+
BalCarouselItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCarouselItem, isStandalone: true, 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 });
|
|
670
670
|
BalCarouselItem = __decorate([
|
|
671
671
|
ProxyCmp({
|
|
672
672
|
inputs: ['color', 'download', 'elementType', 'href', 'htmlRole', 'label', 'name', 'rel', 'src', 'target', 'value'],
|
|
@@ -675,7 +675,7 @@ BalCarouselItem = __decorate([
|
|
|
675
675
|
}),
|
|
676
676
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
677
677
|
], BalCarouselItem);
|
|
678
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
678
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCarouselItem, decorators: [{
|
|
679
679
|
type: Component,
|
|
680
680
|
args: [{
|
|
681
681
|
selector: 'bal-carousel-item',
|
|
@@ -685,7 +685,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
685
685
|
inputs: ['color', 'download', 'elementType', 'href', 'htmlRole', 'label', 'name', 'rel', 'src', 'target', 'value'],
|
|
686
686
|
outputs: ['balNavigate', 'balFocus', 'balBlur']
|
|
687
687
|
}]
|
|
688
|
-
}], ctorParameters: ()
|
|
688
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
689
689
|
let BalCheckboxButton = class BalCheckboxButton {
|
|
690
690
|
constructor(c, r, z) {
|
|
691
691
|
this.z = z;
|
|
@@ -693,9 +693,9 @@ let BalCheckboxButton = class BalCheckboxButton {
|
|
|
693
693
|
this.el = r.nativeElement;
|
|
694
694
|
proxyOutputs(this, this.el, ['balFocus', 'balBlur']);
|
|
695
695
|
}
|
|
696
|
-
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 }); }
|
|
697
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalCheckboxButton, isStandalone: true, 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 }); }
|
|
698
696
|
};
|
|
697
|
+
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 });
|
|
698
|
+
BalCheckboxButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCheckboxButton, isStandalone: true, 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 });
|
|
699
699
|
BalCheckboxButton = __decorate([
|
|
700
700
|
ProxyCmp({
|
|
701
701
|
inputs: ['color', 'disabled', 'invalid', 'readonly'],
|
|
@@ -703,7 +703,7 @@ BalCheckboxButton = __decorate([
|
|
|
703
703
|
}),
|
|
704
704
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
705
705
|
], BalCheckboxButton);
|
|
706
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
706
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCheckboxButton, decorators: [{
|
|
707
707
|
type: Component,
|
|
708
708
|
args: [{
|
|
709
709
|
selector: 'bal-checkbox-button',
|
|
@@ -713,16 +713,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
713
713
|
inputs: ['color', 'disabled', 'invalid', 'readonly'],
|
|
714
714
|
outputs: ['balFocus', 'balBlur']
|
|
715
715
|
}]
|
|
716
|
-
}], ctorParameters: ()
|
|
716
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
717
717
|
let BalClose = class BalClose {
|
|
718
718
|
constructor(c, r, z) {
|
|
719
719
|
this.z = z;
|
|
720
720
|
c.detach();
|
|
721
721
|
this.el = r.nativeElement;
|
|
722
722
|
}
|
|
723
|
-
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 }); }
|
|
724
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalClose, isStandalone: true, selector: "bal-close", inputs: { inverted: "inverted", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
725
723
|
};
|
|
724
|
+
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 });
|
|
725
|
+
BalClose.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalClose, isStandalone: true, selector: "bal-close", inputs: { inverted: "inverted", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
726
726
|
BalClose = __decorate([
|
|
727
727
|
ProxyCmp({
|
|
728
728
|
inputs: ['inverted', 'size'],
|
|
@@ -730,7 +730,7 @@ BalClose = __decorate([
|
|
|
730
730
|
}),
|
|
731
731
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
732
732
|
], BalClose);
|
|
733
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
733
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalClose, decorators: [{
|
|
734
734
|
type: Component,
|
|
735
735
|
args: [{
|
|
736
736
|
selector: 'bal-close',
|
|
@@ -739,16 +739,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
739
739
|
standalone: true,
|
|
740
740
|
inputs: ['inverted', 'size']
|
|
741
741
|
}]
|
|
742
|
-
}], ctorParameters: ()
|
|
742
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
743
743
|
let BalContent = class BalContent {
|
|
744
744
|
constructor(c, r, z) {
|
|
745
745
|
this.z = z;
|
|
746
746
|
c.detach();
|
|
747
747
|
this.el = r.nativeElement;
|
|
748
748
|
}
|
|
749
|
-
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 }); }
|
|
750
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalContent, isStandalone: true, selector: "bal-content", inputs: { align: "align", layout: "layout", space: "space" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
751
749
|
};
|
|
750
|
+
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 });
|
|
751
|
+
BalContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalContent, isStandalone: true, selector: "bal-content", inputs: { align: "align", layout: "layout", space: "space" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
752
752
|
BalContent = __decorate([
|
|
753
753
|
ProxyCmp({
|
|
754
754
|
inputs: ['align', 'layout', 'space'],
|
|
@@ -756,7 +756,7 @@ BalContent = __decorate([
|
|
|
756
756
|
}),
|
|
757
757
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
758
758
|
], BalContent);
|
|
759
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
759
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalContent, decorators: [{
|
|
760
760
|
type: Component,
|
|
761
761
|
args: [{
|
|
762
762
|
selector: 'bal-content',
|
|
@@ -765,16 +765,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
765
765
|
standalone: true,
|
|
766
766
|
inputs: ['align', 'layout', 'space']
|
|
767
767
|
}]
|
|
768
|
-
}], ctorParameters: ()
|
|
768
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
769
769
|
let BalData = class BalData {
|
|
770
770
|
constructor(c, r, z) {
|
|
771
771
|
this.z = z;
|
|
772
772
|
c.detach();
|
|
773
773
|
this.el = r.nativeElement;
|
|
774
774
|
}
|
|
775
|
-
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 }); }
|
|
776
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalData, isStandalone: true, selector: "bal-data", inputs: { border: "border", horizontal: "horizontal" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
777
775
|
};
|
|
776
|
+
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 });
|
|
777
|
+
BalData.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalData, isStandalone: true, selector: "bal-data", inputs: { border: "border", horizontal: "horizontal" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
778
778
|
BalData = __decorate([
|
|
779
779
|
ProxyCmp({
|
|
780
780
|
inputs: ['border', 'horizontal'],
|
|
@@ -782,7 +782,7 @@ BalData = __decorate([
|
|
|
782
782
|
}),
|
|
783
783
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
784
784
|
], BalData);
|
|
785
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
785
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalData, decorators: [{
|
|
786
786
|
type: Component,
|
|
787
787
|
args: [{
|
|
788
788
|
selector: 'bal-data',
|
|
@@ -791,16 +791,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
791
791
|
standalone: true,
|
|
792
792
|
inputs: ['border', 'horizontal']
|
|
793
793
|
}]
|
|
794
|
-
}], ctorParameters: ()
|
|
794
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
795
795
|
let BalDataItem = class BalDataItem {
|
|
796
796
|
constructor(c, r, z) {
|
|
797
797
|
this.z = z;
|
|
798
798
|
c.detach();
|
|
799
799
|
this.el = r.nativeElement;
|
|
800
800
|
}
|
|
801
|
-
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 }); }
|
|
802
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalDataItem, isStandalone: true, selector: "bal-data-item", inputs: { border: "border", disabled: "disabled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
803
801
|
};
|
|
802
|
+
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 });
|
|
803
|
+
BalDataItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalDataItem, isStandalone: true, selector: "bal-data-item", inputs: { border: "border", disabled: "disabled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
804
804
|
BalDataItem = __decorate([
|
|
805
805
|
ProxyCmp({
|
|
806
806
|
inputs: ['border', 'disabled'],
|
|
@@ -808,7 +808,7 @@ BalDataItem = __decorate([
|
|
|
808
808
|
}),
|
|
809
809
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
810
810
|
], BalDataItem);
|
|
811
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
811
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalDataItem, decorators: [{
|
|
812
812
|
type: Component,
|
|
813
813
|
args: [{
|
|
814
814
|
selector: 'bal-data-item',
|
|
@@ -817,16 +817,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
817
817
|
standalone: true,
|
|
818
818
|
inputs: ['border', 'disabled']
|
|
819
819
|
}]
|
|
820
|
-
}], ctorParameters: ()
|
|
820
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
821
821
|
let BalDataLabel = class BalDataLabel {
|
|
822
822
|
constructor(c, r, z) {
|
|
823
823
|
this.z = z;
|
|
824
824
|
c.detach();
|
|
825
825
|
this.el = r.nativeElement;
|
|
826
826
|
}
|
|
827
|
-
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 }); }
|
|
828
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalDataLabel, isStandalone: true, selector: "bal-data-label", inputs: { required: "required" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
829
827
|
};
|
|
828
|
+
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 });
|
|
829
|
+
BalDataLabel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalDataLabel, isStandalone: true, selector: "bal-data-label", inputs: { required: "required" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
830
830
|
BalDataLabel = __decorate([
|
|
831
831
|
ProxyCmp({
|
|
832
832
|
inputs: ['required'],
|
|
@@ -834,7 +834,7 @@ BalDataLabel = __decorate([
|
|
|
834
834
|
}),
|
|
835
835
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
836
836
|
], BalDataLabel);
|
|
837
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
837
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalDataLabel, decorators: [{
|
|
838
838
|
type: Component,
|
|
839
839
|
args: [{
|
|
840
840
|
selector: 'bal-data-label',
|
|
@@ -843,7 +843,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
843
843
|
standalone: true,
|
|
844
844
|
inputs: ['required']
|
|
845
845
|
}]
|
|
846
|
-
}], ctorParameters: ()
|
|
846
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
847
847
|
let BalDataValue = class BalDataValue {
|
|
848
848
|
constructor(c, r, z) {
|
|
849
849
|
this.z = z;
|
|
@@ -851,9 +851,9 @@ let BalDataValue = class BalDataValue {
|
|
|
851
851
|
this.el = r.nativeElement;
|
|
852
852
|
proxyOutputs(this, this.el, ['balClick', 'balFocus', 'balBlur']);
|
|
853
853
|
}
|
|
854
|
-
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 }); }
|
|
855
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalDataValue, isStandalone: true, 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 }); }
|
|
856
854
|
};
|
|
855
|
+
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 });
|
|
856
|
+
BalDataValue.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalDataValue, isStandalone: true, 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 });
|
|
857
857
|
BalDataValue = __decorate([
|
|
858
858
|
ProxyCmp({
|
|
859
859
|
inputs: ['disabled', 'editable', 'multiline'],
|
|
@@ -861,7 +861,7 @@ BalDataValue = __decorate([
|
|
|
861
861
|
}),
|
|
862
862
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
863
863
|
], BalDataValue);
|
|
864
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
864
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalDataValue, decorators: [{
|
|
865
865
|
type: Component,
|
|
866
866
|
args: [{
|
|
867
867
|
selector: 'bal-data-value',
|
|
@@ -871,7 +871,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
871
871
|
inputs: ['disabled', 'editable', 'multiline'],
|
|
872
872
|
outputs: ['balClick', 'balFocus', 'balBlur']
|
|
873
873
|
}]
|
|
874
|
-
}], ctorParameters: ()
|
|
874
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
875
875
|
let BalDateCalendar = class BalDateCalendar {
|
|
876
876
|
constructor(c, r, z) {
|
|
877
877
|
this.z = z;
|
|
@@ -879,9 +879,9 @@ let BalDateCalendar = class BalDateCalendar {
|
|
|
879
879
|
this.el = r.nativeElement;
|
|
880
880
|
proxyOutputs(this, this.el, ['balChange']);
|
|
881
881
|
}
|
|
882
|
-
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 }); }
|
|
883
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalDateCalendar, isStandalone: true, 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 }); }
|
|
884
882
|
};
|
|
883
|
+
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 });
|
|
884
|
+
BalDateCalendar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalDateCalendar, isStandalone: true, 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 });
|
|
885
885
|
BalDateCalendar = __decorate([
|
|
886
886
|
ProxyCmp({
|
|
887
887
|
inputs: ['allowedDates', 'defaultDate', 'max', 'maxYearProp', 'min', 'minYearProp', 'value'],
|
|
@@ -889,7 +889,7 @@ BalDateCalendar = __decorate([
|
|
|
889
889
|
}),
|
|
890
890
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
891
891
|
], BalDateCalendar);
|
|
892
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
892
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalDateCalendar, decorators: [{
|
|
893
893
|
type: Component,
|
|
894
894
|
args: [{
|
|
895
895
|
selector: 'bal-date-calendar',
|
|
@@ -899,7 +899,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
899
899
|
inputs: ['allowedDates', 'defaultDate', 'max', 'maxYearProp', 'min', 'minYearProp', 'value'],
|
|
900
900
|
outputs: ['balChange']
|
|
901
901
|
}]
|
|
902
|
-
}], ctorParameters: ()
|
|
902
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
903
903
|
let BalDateCalendarCell = class BalDateCalendarCell {
|
|
904
904
|
constructor(c, r, z) {
|
|
905
905
|
this.z = z;
|
|
@@ -907,9 +907,9 @@ let BalDateCalendarCell = class BalDateCalendarCell {
|
|
|
907
907
|
this.el = r.nativeElement;
|
|
908
908
|
proxyOutputs(this, this.el, ['balSelectDay']);
|
|
909
909
|
}
|
|
910
|
-
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 }); }
|
|
911
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalDateCalendarCell, isStandalone: true, 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 }); }
|
|
912
910
|
};
|
|
911
|
+
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 });
|
|
912
|
+
BalDateCalendarCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalDateCalendarCell, isStandalone: true, 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 });
|
|
913
913
|
BalDateCalendarCell = __decorate([
|
|
914
914
|
ProxyCmp({
|
|
915
915
|
inputs: ['day', 'disabled', 'fullDate', 'isoDate', 'month', 'selected', 'today', 'year'],
|
|
@@ -917,7 +917,7 @@ BalDateCalendarCell = __decorate([
|
|
|
917
917
|
}),
|
|
918
918
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
919
919
|
], BalDateCalendarCell);
|
|
920
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
920
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalDateCalendarCell, decorators: [{
|
|
921
921
|
type: Component,
|
|
922
922
|
args: [{
|
|
923
923
|
selector: 'bal-date-calendar-cell',
|
|
@@ -927,16 +927,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
927
927
|
inputs: ['day', 'disabled', 'fullDate', 'isoDate', 'month', 'selected', 'today', 'year'],
|
|
928
928
|
outputs: ['balSelectDay']
|
|
929
929
|
}]
|
|
930
|
-
}], ctorParameters: ()
|
|
930
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
931
931
|
let BalDivider = class BalDivider {
|
|
932
932
|
constructor(c, r, z) {
|
|
933
933
|
this.z = z;
|
|
934
934
|
c.detach();
|
|
935
935
|
this.el = r.nativeElement;
|
|
936
936
|
}
|
|
937
|
-
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 }); }
|
|
938
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalDivider, isStandalone: true, 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 }); }
|
|
939
937
|
};
|
|
938
|
+
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 });
|
|
939
|
+
BalDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalDivider, isStandalone: true, 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 });
|
|
940
940
|
BalDivider = __decorate([
|
|
941
941
|
ProxyCmp({
|
|
942
942
|
inputs: ['borderStyle', 'color', 'layout', 'space'],
|
|
@@ -944,7 +944,7 @@ BalDivider = __decorate([
|
|
|
944
944
|
}),
|
|
945
945
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
946
946
|
], BalDivider);
|
|
947
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
947
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalDivider, decorators: [{
|
|
948
948
|
type: Component,
|
|
949
949
|
args: [{
|
|
950
950
|
selector: 'bal-divider',
|
|
@@ -953,7 +953,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
953
953
|
standalone: true,
|
|
954
954
|
inputs: ['borderStyle', 'color', 'layout', 'space']
|
|
955
955
|
}]
|
|
956
|
-
}], ctorParameters: ()
|
|
956
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
957
957
|
let BalField = class BalField {
|
|
958
958
|
constructor(c, r, z) {
|
|
959
959
|
this.z = z;
|
|
@@ -961,9 +961,9 @@ let BalField = class BalField {
|
|
|
961
961
|
this.el = r.nativeElement;
|
|
962
962
|
proxyOutputs(this, this.el, ['balFormControlDidLoad']);
|
|
963
963
|
}
|
|
964
|
-
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 }); }
|
|
965
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalField, isStandalone: true, 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 }); }
|
|
966
964
|
};
|
|
965
|
+
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 });
|
|
966
|
+
BalField.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalField, isStandalone: true, 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 });
|
|
967
967
|
BalField = __decorate([
|
|
968
968
|
ProxyCmp({
|
|
969
969
|
inputs: ['disabled', 'horizontal', 'invalid', 'loading', 'readonly', 'required', 'valid'],
|
|
@@ -971,7 +971,7 @@ BalField = __decorate([
|
|
|
971
971
|
}),
|
|
972
972
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
973
973
|
], BalField);
|
|
974
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
974
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalField, decorators: [{
|
|
975
975
|
type: Component,
|
|
976
976
|
args: [{
|
|
977
977
|
selector: 'bal-field',
|
|
@@ -981,16 +981,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
981
981
|
inputs: ['disabled', 'horizontal', 'invalid', 'loading', 'readonly', 'required', 'valid'],
|
|
982
982
|
outputs: ['balFormControlDidLoad']
|
|
983
983
|
}]
|
|
984
|
-
}], ctorParameters: ()
|
|
984
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
985
985
|
let BalFieldControl = class BalFieldControl {
|
|
986
986
|
constructor(c, r, z) {
|
|
987
987
|
this.z = z;
|
|
988
988
|
c.detach();
|
|
989
989
|
this.el = r.nativeElement;
|
|
990
990
|
}
|
|
991
|
-
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 }); }
|
|
992
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalFieldControl, isStandalone: true, 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 }); }
|
|
993
991
|
};
|
|
992
|
+
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 });
|
|
993
|
+
BalFieldControl.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalFieldControl, isStandalone: true, 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 });
|
|
994
994
|
BalFieldControl = __decorate([
|
|
995
995
|
ProxyCmp({
|
|
996
996
|
inputs: ['expandedOnMobile', 'iconLeft', 'iconRight', 'loading'],
|
|
@@ -998,7 +998,7 @@ BalFieldControl = __decorate([
|
|
|
998
998
|
}),
|
|
999
999
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1000
1000
|
], BalFieldControl);
|
|
1001
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1001
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalFieldControl, decorators: [{
|
|
1002
1002
|
type: Component,
|
|
1003
1003
|
args: [{
|
|
1004
1004
|
selector: 'bal-field-control',
|
|
@@ -1007,16 +1007,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1007
1007
|
standalone: true,
|
|
1008
1008
|
inputs: ['expandedOnMobile', 'iconLeft', 'iconRight', 'loading']
|
|
1009
1009
|
}]
|
|
1010
|
-
}], ctorParameters: ()
|
|
1010
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1011
1011
|
let BalFieldHint = class BalFieldHint {
|
|
1012
1012
|
constructor(c, r, z) {
|
|
1013
1013
|
this.z = z;
|
|
1014
1014
|
c.detach();
|
|
1015
1015
|
this.el = r.nativeElement;
|
|
1016
1016
|
}
|
|
1017
|
-
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 }); }
|
|
1018
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalFieldHint, isStandalone: true, selector: "bal-field-hint", inputs: { closeLabel: "closeLabel", small: "small", subject: "subject" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1019
1017
|
};
|
|
1018
|
+
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 });
|
|
1019
|
+
BalFieldHint.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalFieldHint, isStandalone: true, selector: "bal-field-hint", inputs: { closeLabel: "closeLabel", small: "small", subject: "subject" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1020
1020
|
BalFieldHint = __decorate([
|
|
1021
1021
|
ProxyCmp({
|
|
1022
1022
|
inputs: ['closeLabel', 'small', 'subject'],
|
|
@@ -1024,7 +1024,7 @@ BalFieldHint = __decorate([
|
|
|
1024
1024
|
}),
|
|
1025
1025
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1026
1026
|
], BalFieldHint);
|
|
1027
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1027
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalFieldHint, decorators: [{
|
|
1028
1028
|
type: Component,
|
|
1029
1029
|
args: [{
|
|
1030
1030
|
selector: 'bal-field-hint',
|
|
@@ -1033,16 +1033,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1033
1033
|
standalone: true,
|
|
1034
1034
|
inputs: ['closeLabel', 'small', 'subject']
|
|
1035
1035
|
}]
|
|
1036
|
-
}], ctorParameters: ()
|
|
1036
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1037
1037
|
let BalFieldLabel = class BalFieldLabel {
|
|
1038
1038
|
constructor(c, r, z) {
|
|
1039
1039
|
this.z = z;
|
|
1040
1040
|
c.detach();
|
|
1041
1041
|
this.el = r.nativeElement;
|
|
1042
1042
|
}
|
|
1043
|
-
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 }); }
|
|
1044
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalFieldLabel, isStandalone: true, 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 }); }
|
|
1045
1043
|
};
|
|
1044
|
+
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 });
|
|
1045
|
+
BalFieldLabel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalFieldLabel, isStandalone: true, 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 });
|
|
1046
1046
|
BalFieldLabel = __decorate([
|
|
1047
1047
|
ProxyCmp({
|
|
1048
1048
|
inputs: ['disabled', 'htmlFor', 'invalid', 'readonly', 'required', 'size', 'valid', 'weight'],
|
|
@@ -1050,7 +1050,7 @@ BalFieldLabel = __decorate([
|
|
|
1050
1050
|
}),
|
|
1051
1051
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1052
1052
|
], BalFieldLabel);
|
|
1053
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1053
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalFieldLabel, decorators: [{
|
|
1054
1054
|
type: Component,
|
|
1055
1055
|
args: [{
|
|
1056
1056
|
selector: 'bal-field-label',
|
|
@@ -1059,16 +1059,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1059
1059
|
standalone: true,
|
|
1060
1060
|
inputs: ['disabled', 'htmlFor', 'invalid', 'readonly', 'required', 'size', 'valid', 'weight']
|
|
1061
1061
|
}]
|
|
1062
|
-
}], ctorParameters: ()
|
|
1062
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1063
1063
|
let BalFieldMessage = class BalFieldMessage {
|
|
1064
1064
|
constructor(c, r, z) {
|
|
1065
1065
|
this.z = z;
|
|
1066
1066
|
c.detach();
|
|
1067
1067
|
this.el = r.nativeElement;
|
|
1068
1068
|
}
|
|
1069
|
-
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 }); }
|
|
1070
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalFieldMessage, isStandalone: true, 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 }); }
|
|
1071
1069
|
};
|
|
1070
|
+
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 });
|
|
1071
|
+
BalFieldMessage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalFieldMessage, isStandalone: true, 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 });
|
|
1072
1072
|
BalFieldMessage = __decorate([
|
|
1073
1073
|
ProxyCmp({
|
|
1074
1074
|
inputs: ['color', 'disabled', 'invalid', 'readonly', 'valid'],
|
|
@@ -1076,7 +1076,7 @@ BalFieldMessage = __decorate([
|
|
|
1076
1076
|
}),
|
|
1077
1077
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1078
1078
|
], BalFieldMessage);
|
|
1079
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1079
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalFieldMessage, decorators: [{
|
|
1080
1080
|
type: Component,
|
|
1081
1081
|
args: [{
|
|
1082
1082
|
selector: 'bal-field-message',
|
|
@@ -1085,16 +1085,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1085
1085
|
standalone: true,
|
|
1086
1086
|
inputs: ['color', 'disabled', 'invalid', 'readonly', 'valid']
|
|
1087
1087
|
}]
|
|
1088
|
-
}], ctorParameters: ()
|
|
1088
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1089
1089
|
let BalFooter = class BalFooter {
|
|
1090
1090
|
constructor(c, r, z) {
|
|
1091
1091
|
this.z = z;
|
|
1092
1092
|
c.detach();
|
|
1093
1093
|
this.el = r.nativeElement;
|
|
1094
1094
|
}
|
|
1095
|
-
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 }); }
|
|
1096
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalFooter, isStandalone: true, 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 }); }
|
|
1097
1095
|
};
|
|
1096
|
+
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 });
|
|
1097
|
+
BalFooter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalFooter, isStandalone: true, 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 });
|
|
1098
1098
|
BalFooter = __decorate([
|
|
1099
1099
|
ProxyCmp({
|
|
1100
1100
|
inputs: ['hideLanguageSelection', 'hideLinks', 'overrideLinks', 'showSocialMedia'],
|
|
@@ -1102,7 +1102,7 @@ BalFooter = __decorate([
|
|
|
1102
1102
|
}),
|
|
1103
1103
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1104
1104
|
], BalFooter);
|
|
1105
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1105
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalFooter, decorators: [{
|
|
1106
1106
|
type: Component,
|
|
1107
1107
|
args: [{
|
|
1108
1108
|
selector: 'bal-footer',
|
|
@@ -1111,16 +1111,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1111
1111
|
standalone: true,
|
|
1112
1112
|
inputs: ['hideLanguageSelection', 'hideLinks', 'overrideLinks', 'showSocialMedia']
|
|
1113
1113
|
}]
|
|
1114
|
-
}], ctorParameters: ()
|
|
1114
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1115
1115
|
let BalForm = class BalForm {
|
|
1116
1116
|
constructor(c, r, z) {
|
|
1117
1117
|
this.z = z;
|
|
1118
1118
|
c.detach();
|
|
1119
1119
|
this.el = r.nativeElement;
|
|
1120
1120
|
}
|
|
1121
|
-
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 }); }
|
|
1122
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalForm, isStandalone: true, selector: "bal-form", inputs: { formClass: "formClass", native: "native", novalidate: "novalidate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1123
1121
|
};
|
|
1122
|
+
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 });
|
|
1123
|
+
BalForm.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalForm, isStandalone: true, selector: "bal-form", inputs: { formClass: "formClass", native: "native", novalidate: "novalidate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1124
1124
|
BalForm = __decorate([
|
|
1125
1125
|
ProxyCmp({
|
|
1126
1126
|
inputs: ['formClass', 'native', 'novalidate'],
|
|
@@ -1129,7 +1129,7 @@ BalForm = __decorate([
|
|
|
1129
1129
|
}),
|
|
1130
1130
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1131
1131
|
], BalForm);
|
|
1132
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1132
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalForm, decorators: [{
|
|
1133
1133
|
type: Component,
|
|
1134
1134
|
args: [{
|
|
1135
1135
|
selector: 'bal-form',
|
|
@@ -1138,16 +1138,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1138
1138
|
standalone: true,
|
|
1139
1139
|
inputs: ['formClass', 'native', 'novalidate']
|
|
1140
1140
|
}]
|
|
1141
|
-
}], ctorParameters: ()
|
|
1141
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1142
1142
|
let BalFormCol = class BalFormCol {
|
|
1143
1143
|
constructor(c, r, z) {
|
|
1144
1144
|
this.z = z;
|
|
1145
1145
|
c.detach();
|
|
1146
1146
|
this.el = r.nativeElement;
|
|
1147
1147
|
}
|
|
1148
|
-
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 }); }
|
|
1149
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalFormCol, isStandalone: true, selector: "bal-form-col", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1150
1148
|
};
|
|
1149
|
+
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 });
|
|
1150
|
+
BalFormCol.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalFormCol, isStandalone: true, selector: "bal-form-col", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1151
1151
|
BalFormCol = __decorate([
|
|
1152
1152
|
ProxyCmp({
|
|
1153
1153
|
inputs: ['size'],
|
|
@@ -1155,7 +1155,7 @@ BalFormCol = __decorate([
|
|
|
1155
1155
|
}),
|
|
1156
1156
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1157
1157
|
], BalFormCol);
|
|
1158
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1158
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalFormCol, decorators: [{
|
|
1159
1159
|
type: Component,
|
|
1160
1160
|
args: [{
|
|
1161
1161
|
selector: 'bal-form-col',
|
|
@@ -1164,23 +1164,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1164
1164
|
standalone: true,
|
|
1165
1165
|
inputs: ['size']
|
|
1166
1166
|
}]
|
|
1167
|
-
}], ctorParameters: ()
|
|
1167
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1168
1168
|
let BalFormGrid = class BalFormGrid {
|
|
1169
1169
|
constructor(c, r, z) {
|
|
1170
1170
|
this.z = z;
|
|
1171
1171
|
c.detach();
|
|
1172
1172
|
this.el = r.nativeElement;
|
|
1173
1173
|
}
|
|
1174
|
-
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 }); }
|
|
1175
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalFormGrid, isStandalone: true, selector: "bal-form-grid", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1176
1174
|
};
|
|
1175
|
+
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 });
|
|
1176
|
+
BalFormGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalFormGrid, isStandalone: true, selector: "bal-form-grid", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1177
1177
|
BalFormGrid = __decorate([
|
|
1178
1178
|
ProxyCmp({
|
|
1179
1179
|
defineCustomElementFn: defineCustomElement$D
|
|
1180
1180
|
}),
|
|
1181
1181
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1182
1182
|
], BalFormGrid);
|
|
1183
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1183
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalFormGrid, decorators: [{
|
|
1184
1184
|
type: Component,
|
|
1185
1185
|
args: [{
|
|
1186
1186
|
selector: 'bal-form-grid',
|
|
@@ -1188,16 +1188,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1188
1188
|
template: '<ng-content></ng-content>',
|
|
1189
1189
|
standalone: true
|
|
1190
1190
|
}]
|
|
1191
|
-
}], ctorParameters: ()
|
|
1191
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1192
1192
|
let BalHeading = class BalHeading {
|
|
1193
1193
|
constructor(c, r, z) {
|
|
1194
1194
|
this.z = z;
|
|
1195
1195
|
c.detach();
|
|
1196
1196
|
this.el = r.nativeElement;
|
|
1197
1197
|
}
|
|
1198
|
-
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 }); }
|
|
1199
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalHeading, isStandalone: true, 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 }); }
|
|
1200
1198
|
};
|
|
1199
|
+
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 });
|
|
1200
|
+
BalHeading.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalHeading, isStandalone: true, 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 });
|
|
1201
1201
|
BalHeading = __decorate([
|
|
1202
1202
|
ProxyCmp({
|
|
1203
1203
|
inputs: ['autoLevel', 'color', 'inverted', 'level', 'noWrap', 'shadow', 'space', 'subtitle', 'visualLevel'],
|
|
@@ -1205,7 +1205,7 @@ BalHeading = __decorate([
|
|
|
1205
1205
|
}),
|
|
1206
1206
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1207
1207
|
], BalHeading);
|
|
1208
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1208
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalHeading, decorators: [{
|
|
1209
1209
|
type: Component,
|
|
1210
1210
|
args: [{
|
|
1211
1211
|
selector: 'bal-heading',
|
|
@@ -1214,16 +1214,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1214
1214
|
standalone: true,
|
|
1215
1215
|
inputs: ['autoLevel', 'color', 'inverted', 'level', 'noWrap', 'shadow', 'space', 'subtitle', 'visualLevel']
|
|
1216
1216
|
}]
|
|
1217
|
-
}], ctorParameters: ()
|
|
1217
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1218
1218
|
let BalHint = class BalHint {
|
|
1219
1219
|
constructor(c, r, z) {
|
|
1220
1220
|
this.z = z;
|
|
1221
1221
|
c.detach();
|
|
1222
1222
|
this.el = r.nativeElement;
|
|
1223
1223
|
}
|
|
1224
|
-
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 }); }
|
|
1225
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalHint, isStandalone: true, selector: "bal-hint", inputs: { closeLabel: "closeLabel", small: "small" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1226
1224
|
};
|
|
1225
|
+
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 });
|
|
1226
|
+
BalHint.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalHint, isStandalone: true, selector: "bal-hint", inputs: { closeLabel: "closeLabel", small: "small" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1227
1227
|
BalHint = __decorate([
|
|
1228
1228
|
ProxyCmp({
|
|
1229
1229
|
inputs: ['closeLabel', 'small'],
|
|
@@ -1232,7 +1232,7 @@ BalHint = __decorate([
|
|
|
1232
1232
|
}),
|
|
1233
1233
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1234
1234
|
], BalHint);
|
|
1235
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1235
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalHint, decorators: [{
|
|
1236
1236
|
type: Component,
|
|
1237
1237
|
args: [{
|
|
1238
1238
|
selector: 'bal-hint',
|
|
@@ -1241,23 +1241,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1241
1241
|
standalone: true,
|
|
1242
1242
|
inputs: ['closeLabel', 'small']
|
|
1243
1243
|
}]
|
|
1244
|
-
}], ctorParameters: ()
|
|
1244
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1245
1245
|
let BalHintText = class BalHintText {
|
|
1246
1246
|
constructor(c, r, z) {
|
|
1247
1247
|
this.z = z;
|
|
1248
1248
|
c.detach();
|
|
1249
1249
|
this.el = r.nativeElement;
|
|
1250
1250
|
}
|
|
1251
|
-
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 }); }
|
|
1252
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalHintText, isStandalone: true, selector: "bal-hint-text", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1253
1251
|
};
|
|
1252
|
+
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 });
|
|
1253
|
+
BalHintText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalHintText, isStandalone: true, selector: "bal-hint-text", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1254
1254
|
BalHintText = __decorate([
|
|
1255
1255
|
ProxyCmp({
|
|
1256
1256
|
defineCustomElementFn: defineCustomElement$G
|
|
1257
1257
|
}),
|
|
1258
1258
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1259
1259
|
], BalHintText);
|
|
1260
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1260
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalHintText, decorators: [{
|
|
1261
1261
|
type: Component,
|
|
1262
1262
|
args: [{
|
|
1263
1263
|
selector: 'bal-hint-text',
|
|
@@ -1265,23 +1265,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1265
1265
|
template: '<ng-content></ng-content>',
|
|
1266
1266
|
standalone: true
|
|
1267
1267
|
}]
|
|
1268
|
-
}], ctorParameters: ()
|
|
1268
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1269
1269
|
let BalHintTitle = class BalHintTitle {
|
|
1270
1270
|
constructor(c, r, z) {
|
|
1271
1271
|
this.z = z;
|
|
1272
1272
|
c.detach();
|
|
1273
1273
|
this.el = r.nativeElement;
|
|
1274
1274
|
}
|
|
1275
|
-
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 }); }
|
|
1276
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalHintTitle, isStandalone: true, selector: "bal-hint-title", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1277
1275
|
};
|
|
1276
|
+
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 });
|
|
1277
|
+
BalHintTitle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalHintTitle, isStandalone: true, selector: "bal-hint-title", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1278
1278
|
BalHintTitle = __decorate([
|
|
1279
1279
|
ProxyCmp({
|
|
1280
1280
|
defineCustomElementFn: defineCustomElement$H
|
|
1281
1281
|
}),
|
|
1282
1282
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1283
1283
|
], BalHintTitle);
|
|
1284
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1284
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalHintTitle, decorators: [{
|
|
1285
1285
|
type: Component,
|
|
1286
1286
|
args: [{
|
|
1287
1287
|
selector: 'bal-hint-title',
|
|
@@ -1289,16 +1289,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1289
1289
|
template: '<ng-content></ng-content>',
|
|
1290
1290
|
standalone: true
|
|
1291
1291
|
}]
|
|
1292
|
-
}], ctorParameters: ()
|
|
1292
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1293
1293
|
let BalIcon = class BalIcon {
|
|
1294
1294
|
constructor(c, r, z) {
|
|
1295
1295
|
this.z = z;
|
|
1296
1296
|
c.detach();
|
|
1297
1297
|
this.el = r.nativeElement;
|
|
1298
1298
|
}
|
|
1299
|
-
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 }); }
|
|
1300
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalIcon, isStandalone: true, 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 }); }
|
|
1301
1299
|
};
|
|
1300
|
+
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 });
|
|
1301
|
+
BalIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalIcon, isStandalone: true, 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 });
|
|
1302
1302
|
BalIcon = __decorate([
|
|
1303
1303
|
ProxyCmp({
|
|
1304
1304
|
inputs: ['color', 'disabled', 'inline', 'invalid', 'inverted', 'name', 'shadow', 'size', 'svg', 'turn'],
|
|
@@ -1306,7 +1306,7 @@ BalIcon = __decorate([
|
|
|
1306
1306
|
}),
|
|
1307
1307
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1308
1308
|
], BalIcon);
|
|
1309
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1309
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalIcon, decorators: [{
|
|
1310
1310
|
type: Component,
|
|
1311
1311
|
args: [{
|
|
1312
1312
|
selector: 'bal-icon',
|
|
@@ -1315,16 +1315,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1315
1315
|
standalone: true,
|
|
1316
1316
|
inputs: ['color', 'disabled', 'inline', 'invalid', 'inverted', 'name', 'shadow', 'size', 'svg', 'turn']
|
|
1317
1317
|
}]
|
|
1318
|
-
}], ctorParameters: ()
|
|
1318
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1319
1319
|
let BalInputGroup = class BalInputGroup {
|
|
1320
1320
|
constructor(c, r, z) {
|
|
1321
1321
|
this.z = z;
|
|
1322
1322
|
c.detach();
|
|
1323
1323
|
this.el = r.nativeElement;
|
|
1324
1324
|
}
|
|
1325
|
-
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 }); }
|
|
1326
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalInputGroup, isStandalone: true, selector: "bal-input-group", inputs: { disabled: "disabled", invalid: "invalid", readonly: "readonly" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1327
1325
|
};
|
|
1326
|
+
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 });
|
|
1327
|
+
BalInputGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalInputGroup, isStandalone: true, selector: "bal-input-group", inputs: { disabled: "disabled", invalid: "invalid", readonly: "readonly" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1328
1328
|
BalInputGroup = __decorate([
|
|
1329
1329
|
ProxyCmp({
|
|
1330
1330
|
inputs: ['disabled', 'invalid', 'readonly'],
|
|
@@ -1332,7 +1332,7 @@ BalInputGroup = __decorate([
|
|
|
1332
1332
|
}),
|
|
1333
1333
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1334
1334
|
], BalInputGroup);
|
|
1335
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1335
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalInputGroup, decorators: [{
|
|
1336
1336
|
type: Component,
|
|
1337
1337
|
args: [{
|
|
1338
1338
|
selector: 'bal-input-group',
|
|
@@ -1341,16 +1341,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1341
1341
|
standalone: true,
|
|
1342
1342
|
inputs: ['disabled', 'invalid', 'readonly']
|
|
1343
1343
|
}]
|
|
1344
|
-
}], ctorParameters: ()
|
|
1344
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1345
1345
|
let BalLabel = class BalLabel {
|
|
1346
1346
|
constructor(c, r, z) {
|
|
1347
1347
|
this.z = z;
|
|
1348
1348
|
c.detach();
|
|
1349
1349
|
this.el = r.nativeElement;
|
|
1350
1350
|
}
|
|
1351
|
-
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 }); }
|
|
1352
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalLabel, isStandalone: true, 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 }); }
|
|
1353
1351
|
};
|
|
1352
|
+
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 });
|
|
1353
|
+
BalLabel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalLabel, isStandalone: true, 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 });
|
|
1354
1354
|
BalLabel = __decorate([
|
|
1355
1355
|
ProxyCmp({
|
|
1356
1356
|
inputs: ['disabled', 'htmlFor', 'htmlId', 'invalid', 'multiline', 'noWrap', 'readonly', 'required', 'size', 'valid', 'weight'],
|
|
@@ -1358,7 +1358,7 @@ BalLabel = __decorate([
|
|
|
1358
1358
|
}),
|
|
1359
1359
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1360
1360
|
], BalLabel);
|
|
1361
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1361
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalLabel, decorators: [{
|
|
1362
1362
|
type: Component,
|
|
1363
1363
|
args: [{
|
|
1364
1364
|
selector: 'bal-label',
|
|
@@ -1367,16 +1367,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1367
1367
|
standalone: true,
|
|
1368
1368
|
inputs: ['disabled', 'htmlFor', 'htmlId', 'invalid', 'multiline', 'noWrap', 'readonly', 'required', 'size', 'valid', 'weight']
|
|
1369
1369
|
}]
|
|
1370
|
-
}], ctorParameters: ()
|
|
1370
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1371
1371
|
let BalList = class BalList {
|
|
1372
1372
|
constructor(c, r, z) {
|
|
1373
1373
|
this.z = z;
|
|
1374
1374
|
c.detach();
|
|
1375
1375
|
this.el = r.nativeElement;
|
|
1376
1376
|
}
|
|
1377
|
-
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 }); }
|
|
1378
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalList, isStandalone: true, 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 }); }
|
|
1379
1377
|
};
|
|
1378
|
+
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 });
|
|
1379
|
+
BalList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalList, isStandalone: true, 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 });
|
|
1380
1380
|
BalList = __decorate([
|
|
1381
1381
|
ProxyCmp({
|
|
1382
1382
|
inputs: ['accordionOneLevel', 'background', 'border', 'disabled', 'size'],
|
|
@@ -1384,7 +1384,7 @@ BalList = __decorate([
|
|
|
1384
1384
|
}),
|
|
1385
1385
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1386
1386
|
], BalList);
|
|
1387
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1387
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalList, decorators: [{
|
|
1388
1388
|
type: Component,
|
|
1389
1389
|
args: [{
|
|
1390
1390
|
selector: 'bal-list',
|
|
@@ -1393,7 +1393,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1393
1393
|
standalone: true,
|
|
1394
1394
|
inputs: ['accordionOneLevel', 'background', 'border', 'disabled', 'size']
|
|
1395
1395
|
}]
|
|
1396
|
-
}], ctorParameters: ()
|
|
1396
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1397
1397
|
let BalListItem = class BalListItem {
|
|
1398
1398
|
constructor(c, r, z) {
|
|
1399
1399
|
this.z = z;
|
|
@@ -1401,9 +1401,9 @@ let BalListItem = class BalListItem {
|
|
|
1401
1401
|
this.el = r.nativeElement;
|
|
1402
1402
|
proxyOutputs(this, this.el, ['balNavigate', 'balGroupStateChanged', 'balWillAnimate', 'balDidAnimate']);
|
|
1403
1403
|
}
|
|
1404
|
-
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 }); }
|
|
1405
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalListItem, isStandalone: true, 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 }); }
|
|
1406
1404
|
};
|
|
1405
|
+
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 });
|
|
1406
|
+
BalListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalListItem, isStandalone: true, 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 });
|
|
1407
1407
|
BalListItem = __decorate([
|
|
1408
1408
|
ProxyCmp({
|
|
1409
1409
|
inputs: ['accordion', 'clickable', 'disabled', 'download', 'href', 'selected', 'subAccordionItem', 'target'],
|
|
@@ -1412,7 +1412,7 @@ BalListItem = __decorate([
|
|
|
1412
1412
|
}),
|
|
1413
1413
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1414
1414
|
], BalListItem);
|
|
1415
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1415
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalListItem, decorators: [{
|
|
1416
1416
|
type: Component,
|
|
1417
1417
|
args: [{
|
|
1418
1418
|
selector: 'bal-list-item',
|
|
@@ -1422,16 +1422,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1422
1422
|
inputs: ['accordion', 'clickable', 'disabled', 'download', 'href', 'selected', 'subAccordionItem', 'target'],
|
|
1423
1423
|
outputs: ['balNavigate', 'balGroupStateChanged', 'balWillAnimate', 'balDidAnimate']
|
|
1424
1424
|
}]
|
|
1425
|
-
}], ctorParameters: ()
|
|
1425
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1426
1426
|
let BalListItemAccordionBody = class BalListItemAccordionBody {
|
|
1427
1427
|
constructor(c, r, z) {
|
|
1428
1428
|
this.z = z;
|
|
1429
1429
|
c.detach();
|
|
1430
1430
|
this.el = r.nativeElement;
|
|
1431
1431
|
}
|
|
1432
|
-
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 }); }
|
|
1433
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalListItemAccordionBody, isStandalone: true, 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 }); }
|
|
1434
1432
|
};
|
|
1433
|
+
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 });
|
|
1434
|
+
BalListItemAccordionBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalListItemAccordionBody, isStandalone: true, 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 });
|
|
1435
1435
|
BalListItemAccordionBody = __decorate([
|
|
1436
1436
|
ProxyCmp({
|
|
1437
1437
|
inputs: ['accordionGroup', 'contentAlignment', 'contentSpace'],
|
|
@@ -1439,7 +1439,7 @@ BalListItemAccordionBody = __decorate([
|
|
|
1439
1439
|
}),
|
|
1440
1440
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1441
1441
|
], BalListItemAccordionBody);
|
|
1442
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1442
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalListItemAccordionBody, decorators: [{
|
|
1443
1443
|
type: Component,
|
|
1444
1444
|
args: [{
|
|
1445
1445
|
selector: 'bal-list-item-accordion-body',
|
|
@@ -1448,7 +1448,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1448
1448
|
standalone: true,
|
|
1449
1449
|
inputs: ['accordionGroup', 'contentAlignment', 'contentSpace']
|
|
1450
1450
|
}]
|
|
1451
|
-
}], ctorParameters: ()
|
|
1451
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1452
1452
|
let BalListItemAccordionHead = class BalListItemAccordionHead {
|
|
1453
1453
|
constructor(c, r, z) {
|
|
1454
1454
|
this.z = z;
|
|
@@ -1456,9 +1456,9 @@ let BalListItemAccordionHead = class BalListItemAccordionHead {
|
|
|
1456
1456
|
this.el = r.nativeElement;
|
|
1457
1457
|
proxyOutputs(this, this.el, ['balAccordionChange']);
|
|
1458
1458
|
}
|
|
1459
|
-
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 }); }
|
|
1460
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalListItemAccordionHead, isStandalone: true, 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 }); }
|
|
1461
1459
|
};
|
|
1460
|
+
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 });
|
|
1461
|
+
BalListItemAccordionHead.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalListItemAccordionHead, isStandalone: true, 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 });
|
|
1462
1462
|
BalListItemAccordionHead = __decorate([
|
|
1463
1463
|
ProxyCmp({
|
|
1464
1464
|
inputs: ['accordionOpen', 'icon'],
|
|
@@ -1466,7 +1466,7 @@ BalListItemAccordionHead = __decorate([
|
|
|
1466
1466
|
}),
|
|
1467
1467
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1468
1468
|
], BalListItemAccordionHead);
|
|
1469
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1469
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalListItemAccordionHead, decorators: [{
|
|
1470
1470
|
type: Component,
|
|
1471
1471
|
args: [{
|
|
1472
1472
|
selector: 'bal-list-item-accordion-head',
|
|
@@ -1476,16 +1476,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1476
1476
|
inputs: ['accordionOpen', 'icon'],
|
|
1477
1477
|
outputs: ['balAccordionChange']
|
|
1478
1478
|
}]
|
|
1479
|
-
}], ctorParameters: ()
|
|
1479
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1480
1480
|
let BalListItemContent = class BalListItemContent {
|
|
1481
1481
|
constructor(c, r, z) {
|
|
1482
1482
|
this.z = z;
|
|
1483
1483
|
c.detach();
|
|
1484
1484
|
this.el = r.nativeElement;
|
|
1485
1485
|
}
|
|
1486
|
-
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 }); }
|
|
1487
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalListItemContent, isStandalone: true, selector: "bal-list-item-content", inputs: { contentAlignment: "contentAlignment" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1488
1486
|
};
|
|
1487
|
+
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 });
|
|
1488
|
+
BalListItemContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalListItemContent, isStandalone: true, selector: "bal-list-item-content", inputs: { contentAlignment: "contentAlignment" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1489
1489
|
BalListItemContent = __decorate([
|
|
1490
1490
|
ProxyCmp({
|
|
1491
1491
|
inputs: ['contentAlignment'],
|
|
@@ -1493,7 +1493,7 @@ BalListItemContent = __decorate([
|
|
|
1493
1493
|
}),
|
|
1494
1494
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1495
1495
|
], BalListItemContent);
|
|
1496
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1496
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalListItemContent, decorators: [{
|
|
1497
1497
|
type: Component,
|
|
1498
1498
|
args: [{
|
|
1499
1499
|
selector: 'bal-list-item-content',
|
|
@@ -1502,16 +1502,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1502
1502
|
standalone: true,
|
|
1503
1503
|
inputs: ['contentAlignment']
|
|
1504
1504
|
}]
|
|
1505
|
-
}], ctorParameters: ()
|
|
1505
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1506
1506
|
let BalListItemIcon = class BalListItemIcon {
|
|
1507
1507
|
constructor(c, r, z) {
|
|
1508
1508
|
this.z = z;
|
|
1509
1509
|
c.detach();
|
|
1510
1510
|
this.el = r.nativeElement;
|
|
1511
1511
|
}
|
|
1512
|
-
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 }); }
|
|
1513
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalListItemIcon, isStandalone: true, selector: "bal-list-item-icon", inputs: { right: "right" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1514
1512
|
};
|
|
1513
|
+
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 });
|
|
1514
|
+
BalListItemIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalListItemIcon, isStandalone: true, selector: "bal-list-item-icon", inputs: { right: "right" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1515
1515
|
BalListItemIcon = __decorate([
|
|
1516
1516
|
ProxyCmp({
|
|
1517
1517
|
inputs: ['right'],
|
|
@@ -1519,7 +1519,7 @@ BalListItemIcon = __decorate([
|
|
|
1519
1519
|
}),
|
|
1520
1520
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1521
1521
|
], BalListItemIcon);
|
|
1522
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1522
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalListItemIcon, decorators: [{
|
|
1523
1523
|
type: Component,
|
|
1524
1524
|
args: [{
|
|
1525
1525
|
selector: 'bal-list-item-icon',
|
|
@@ -1528,23 +1528,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1528
1528
|
standalone: true,
|
|
1529
1529
|
inputs: ['right']
|
|
1530
1530
|
}]
|
|
1531
|
-
}], ctorParameters: ()
|
|
1531
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1532
1532
|
let BalListItemSubtitle = class BalListItemSubtitle {
|
|
1533
1533
|
constructor(c, r, z) {
|
|
1534
1534
|
this.z = z;
|
|
1535
1535
|
c.detach();
|
|
1536
1536
|
this.el = r.nativeElement;
|
|
1537
1537
|
}
|
|
1538
|
-
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 }); }
|
|
1539
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalListItemSubtitle, isStandalone: true, selector: "bal-list-item-subtitle", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1540
1538
|
};
|
|
1539
|
+
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 });
|
|
1540
|
+
BalListItemSubtitle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalListItemSubtitle, isStandalone: true, selector: "bal-list-item-subtitle", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1541
1541
|
BalListItemSubtitle = __decorate([
|
|
1542
1542
|
ProxyCmp({
|
|
1543
1543
|
defineCustomElementFn: defineCustomElement$R
|
|
1544
1544
|
}),
|
|
1545
1545
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1546
1546
|
], BalListItemSubtitle);
|
|
1547
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1547
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalListItemSubtitle, decorators: [{
|
|
1548
1548
|
type: Component,
|
|
1549
1549
|
args: [{
|
|
1550
1550
|
selector: 'bal-list-item-subtitle',
|
|
@@ -1552,16 +1552,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1552
1552
|
template: '<ng-content></ng-content>',
|
|
1553
1553
|
standalone: true
|
|
1554
1554
|
}]
|
|
1555
|
-
}], ctorParameters: ()
|
|
1555
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1556
1556
|
let BalListItemTitle = class BalListItemTitle {
|
|
1557
1557
|
constructor(c, r, z) {
|
|
1558
1558
|
this.z = z;
|
|
1559
1559
|
c.detach();
|
|
1560
1560
|
this.el = r.nativeElement;
|
|
1561
1561
|
}
|
|
1562
|
-
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 }); }
|
|
1563
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalListItemTitle, isStandalone: true, selector: "bal-list-item-title", inputs: { level: "level", visualLevel: "visualLevel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1564
1562
|
};
|
|
1563
|
+
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 });
|
|
1564
|
+
BalListItemTitle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalListItemTitle, isStandalone: true, selector: "bal-list-item-title", inputs: { level: "level", visualLevel: "visualLevel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1565
1565
|
BalListItemTitle = __decorate([
|
|
1566
1566
|
ProxyCmp({
|
|
1567
1567
|
inputs: ['level', 'visualLevel'],
|
|
@@ -1569,7 +1569,7 @@ BalListItemTitle = __decorate([
|
|
|
1569
1569
|
}),
|
|
1570
1570
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1571
1571
|
], BalListItemTitle);
|
|
1572
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1572
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalListItemTitle, decorators: [{
|
|
1573
1573
|
type: Component,
|
|
1574
1574
|
args: [{
|
|
1575
1575
|
selector: 'bal-list-item-title',
|
|
@@ -1578,16 +1578,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1578
1578
|
standalone: true,
|
|
1579
1579
|
inputs: ['level', 'visualLevel']
|
|
1580
1580
|
}]
|
|
1581
|
-
}], ctorParameters: ()
|
|
1581
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1582
1582
|
let BalLogo = class BalLogo {
|
|
1583
1583
|
constructor(c, r, z) {
|
|
1584
1584
|
this.z = z;
|
|
1585
1585
|
c.detach();
|
|
1586
1586
|
this.el = r.nativeElement;
|
|
1587
1587
|
}
|
|
1588
|
-
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 }); }
|
|
1589
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalLogo, isStandalone: true, selector: "bal-logo", inputs: { animated: "animated", color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1590
1588
|
};
|
|
1589
|
+
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 });
|
|
1590
|
+
BalLogo.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalLogo, isStandalone: true, selector: "bal-logo", inputs: { animated: "animated", color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1591
1591
|
BalLogo = __decorate([
|
|
1592
1592
|
ProxyCmp({
|
|
1593
1593
|
inputs: ['animated', 'color', 'size'],
|
|
@@ -1595,7 +1595,7 @@ BalLogo = __decorate([
|
|
|
1595
1595
|
}),
|
|
1596
1596
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1597
1597
|
], BalLogo);
|
|
1598
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1598
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalLogo, decorators: [{
|
|
1599
1599
|
type: Component,
|
|
1600
1600
|
args: [{
|
|
1601
1601
|
selector: 'bal-logo',
|
|
@@ -1604,7 +1604,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1604
1604
|
standalone: true,
|
|
1605
1605
|
inputs: ['animated', 'color', 'size']
|
|
1606
1606
|
}]
|
|
1607
|
-
}], ctorParameters: ()
|
|
1607
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1608
1608
|
let BalModal = class BalModal {
|
|
1609
1609
|
constructor(c, r, z) {
|
|
1610
1610
|
this.z = z;
|
|
@@ -1612,9 +1612,9 @@ let BalModal = class BalModal {
|
|
|
1612
1612
|
this.el = r.nativeElement;
|
|
1613
1613
|
proxyOutputs(this, this.el, ['balModalDidPresent', 'balModalWillPresent', 'balModalWillDismiss', 'balModalDidDismiss']);
|
|
1614
1614
|
}
|
|
1615
|
-
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 }); }
|
|
1616
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalModal, isStandalone: true, 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 }); }
|
|
1617
1615
|
};
|
|
1616
|
+
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 });
|
|
1617
|
+
BalModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalModal, isStandalone: true, 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 });
|
|
1618
1618
|
BalModal = __decorate([
|
|
1619
1619
|
ProxyCmp({
|
|
1620
1620
|
inputs: ['backdropDismiss', 'component', 'componentProps', 'cssClass', 'focusTrap', 'hasBackdrop', 'isClosable', 'modalWidth', 'space'],
|
|
@@ -1623,7 +1623,7 @@ BalModal = __decorate([
|
|
|
1623
1623
|
}),
|
|
1624
1624
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1625
1625
|
], BalModal);
|
|
1626
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1626
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalModal, decorators: [{
|
|
1627
1627
|
type: Component,
|
|
1628
1628
|
args: [{
|
|
1629
1629
|
selector: 'bal-modal',
|
|
@@ -1633,23 +1633,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1633
1633
|
inputs: ['backdropDismiss', 'component', 'componentProps', 'cssClass', 'focusTrap', 'hasBackdrop', 'isClosable', 'modalWidth', 'space'],
|
|
1634
1634
|
outputs: ['balModalDidPresent', 'balModalWillPresent', 'balModalWillDismiss', 'balModalDidDismiss']
|
|
1635
1635
|
}]
|
|
1636
|
-
}], ctorParameters: ()
|
|
1636
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1637
1637
|
let BalModalBody = class BalModalBody {
|
|
1638
1638
|
constructor(c, r, z) {
|
|
1639
1639
|
this.z = z;
|
|
1640
1640
|
c.detach();
|
|
1641
1641
|
this.el = r.nativeElement;
|
|
1642
1642
|
}
|
|
1643
|
-
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 }); }
|
|
1644
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalModalBody, isStandalone: true, selector: "bal-modal-body", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1645
1643
|
};
|
|
1644
|
+
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 });
|
|
1645
|
+
BalModalBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalModalBody, isStandalone: true, selector: "bal-modal-body", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1646
1646
|
BalModalBody = __decorate([
|
|
1647
1647
|
ProxyCmp({
|
|
1648
1648
|
defineCustomElementFn: defineCustomElement$U
|
|
1649
1649
|
}),
|
|
1650
1650
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1651
1651
|
], BalModalBody);
|
|
1652
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1652
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalModalBody, decorators: [{
|
|
1653
1653
|
type: Component,
|
|
1654
1654
|
args: [{
|
|
1655
1655
|
selector: 'bal-modal-body',
|
|
@@ -1657,23 +1657,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1657
1657
|
template: '<ng-content></ng-content>',
|
|
1658
1658
|
standalone: true
|
|
1659
1659
|
}]
|
|
1660
|
-
}], ctorParameters: ()
|
|
1660
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1661
1661
|
let BalModalHeader = class BalModalHeader {
|
|
1662
1662
|
constructor(c, r, z) {
|
|
1663
1663
|
this.z = z;
|
|
1664
1664
|
c.detach();
|
|
1665
1665
|
this.el = r.nativeElement;
|
|
1666
1666
|
}
|
|
1667
|
-
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 }); }
|
|
1668
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalModalHeader, isStandalone: true, selector: "bal-modal-header", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1669
1667
|
};
|
|
1668
|
+
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 });
|
|
1669
|
+
BalModalHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalModalHeader, isStandalone: true, selector: "bal-modal-header", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1670
1670
|
BalModalHeader = __decorate([
|
|
1671
1671
|
ProxyCmp({
|
|
1672
1672
|
defineCustomElementFn: defineCustomElement$V
|
|
1673
1673
|
}),
|
|
1674
1674
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1675
1675
|
], BalModalHeader);
|
|
1676
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1676
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalModalHeader, decorators: [{
|
|
1677
1677
|
type: Component,
|
|
1678
1678
|
args: [{
|
|
1679
1679
|
selector: 'bal-modal-header',
|
|
@@ -1681,7 +1681,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1681
1681
|
template: '<ng-content></ng-content>',
|
|
1682
1682
|
standalone: true
|
|
1683
1683
|
}]
|
|
1684
|
-
}], ctorParameters: ()
|
|
1684
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1685
1685
|
let BalNav = class BalNav {
|
|
1686
1686
|
constructor(c, r, z) {
|
|
1687
1687
|
this.z = z;
|
|
@@ -1689,9 +1689,9 @@ let BalNav = class BalNav {
|
|
|
1689
1689
|
this.el = r.nativeElement;
|
|
1690
1690
|
proxyOutputs(this, this.el, ['balNavItemClick']);
|
|
1691
1691
|
}
|
|
1692
|
-
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 }); }
|
|
1693
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNav, isStandalone: true, 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 }); }
|
|
1694
1692
|
};
|
|
1693
|
+
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 });
|
|
1694
|
+
BalNav.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNav, isStandalone: true, 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 });
|
|
1695
1695
|
BalNav = __decorate([
|
|
1696
1696
|
ProxyCmp({
|
|
1697
1697
|
inputs: ['buttons', 'logo', 'options'],
|
|
@@ -1699,7 +1699,7 @@ BalNav = __decorate([
|
|
|
1699
1699
|
}),
|
|
1700
1700
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1701
1701
|
], BalNav);
|
|
1702
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1702
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNav, decorators: [{
|
|
1703
1703
|
type: Component,
|
|
1704
1704
|
args: [{
|
|
1705
1705
|
selector: 'bal-nav',
|
|
@@ -1709,16 +1709,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1709
1709
|
inputs: ['buttons', 'logo', 'options'],
|
|
1710
1710
|
outputs: ['balNavItemClick']
|
|
1711
1711
|
}]
|
|
1712
|
-
}], ctorParameters: ()
|
|
1712
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1713
1713
|
let BalNavLink = class BalNavLink {
|
|
1714
1714
|
constructor(c, r, z) {
|
|
1715
1715
|
this.z = z;
|
|
1716
1716
|
c.detach();
|
|
1717
1717
|
this.el = r.nativeElement;
|
|
1718
1718
|
}
|
|
1719
|
-
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 }); }
|
|
1720
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNavLink, isStandalone: true, 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 }); }
|
|
1721
1719
|
};
|
|
1720
|
+
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 });
|
|
1721
|
+
BalNavLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNavLink, isStandalone: true, 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 });
|
|
1722
1722
|
BalNavLink = __decorate([
|
|
1723
1723
|
ProxyCmp({
|
|
1724
1724
|
inputs: ['clickable', 'href', 'selected', 'target', 'variant'],
|
|
@@ -1726,7 +1726,7 @@ BalNavLink = __decorate([
|
|
|
1726
1726
|
}),
|
|
1727
1727
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1728
1728
|
], BalNavLink);
|
|
1729
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1729
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavLink, decorators: [{
|
|
1730
1730
|
type: Component,
|
|
1731
1731
|
args: [{
|
|
1732
1732
|
selector: 'bal-nav-link',
|
|
@@ -1735,23 +1735,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1735
1735
|
standalone: true,
|
|
1736
1736
|
inputs: ['clickable', 'href', 'selected', 'target', 'variant']
|
|
1737
1737
|
}]
|
|
1738
|
-
}], ctorParameters: ()
|
|
1738
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1739
1739
|
let BalNavLinkGrid = class BalNavLinkGrid {
|
|
1740
1740
|
constructor(c, r, z) {
|
|
1741
1741
|
this.z = z;
|
|
1742
1742
|
c.detach();
|
|
1743
1743
|
this.el = r.nativeElement;
|
|
1744
1744
|
}
|
|
1745
|
-
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 }); }
|
|
1746
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNavLinkGrid, isStandalone: true, selector: "bal-nav-link-grid", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1747
1745
|
};
|
|
1746
|
+
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 });
|
|
1747
|
+
BalNavLinkGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNavLinkGrid, isStandalone: true, selector: "bal-nav-link-grid", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1748
1748
|
BalNavLinkGrid = __decorate([
|
|
1749
1749
|
ProxyCmp({
|
|
1750
1750
|
defineCustomElementFn: defineCustomElement$Y
|
|
1751
1751
|
}),
|
|
1752
1752
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1753
1753
|
], BalNavLinkGrid);
|
|
1754
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1754
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavLinkGrid, decorators: [{
|
|
1755
1755
|
type: Component,
|
|
1756
1756
|
args: [{
|
|
1757
1757
|
selector: 'bal-nav-link-grid',
|
|
@@ -1759,16 +1759,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1759
1759
|
template: '<ng-content></ng-content>',
|
|
1760
1760
|
standalone: true
|
|
1761
1761
|
}]
|
|
1762
|
-
}], ctorParameters: ()
|
|
1762
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1763
1763
|
let BalNavLinkGridCol = class BalNavLinkGridCol {
|
|
1764
1764
|
constructor(c, r, z) {
|
|
1765
1765
|
this.z = z;
|
|
1766
1766
|
c.detach();
|
|
1767
1767
|
this.el = r.nativeElement;
|
|
1768
1768
|
}
|
|
1769
|
-
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 }); }
|
|
1770
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNavLinkGridCol, isStandalone: true, selector: "bal-nav-link-grid-col", inputs: { staticCol: "staticCol" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1771
1769
|
};
|
|
1770
|
+
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 });
|
|
1771
|
+
BalNavLinkGridCol.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNavLinkGridCol, isStandalone: true, selector: "bal-nav-link-grid-col", inputs: { staticCol: "staticCol" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1772
1772
|
BalNavLinkGridCol = __decorate([
|
|
1773
1773
|
ProxyCmp({
|
|
1774
1774
|
inputs: ['staticCol'],
|
|
@@ -1776,7 +1776,7 @@ BalNavLinkGridCol = __decorate([
|
|
|
1776
1776
|
}),
|
|
1777
1777
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1778
1778
|
], BalNavLinkGridCol);
|
|
1779
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1779
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavLinkGridCol, decorators: [{
|
|
1780
1780
|
type: Component,
|
|
1781
1781
|
args: [{
|
|
1782
1782
|
selector: 'bal-nav-link-grid-col',
|
|
@@ -1785,16 +1785,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1785
1785
|
standalone: true,
|
|
1786
1786
|
inputs: ['staticCol']
|
|
1787
1787
|
}]
|
|
1788
|
-
}], ctorParameters: ()
|
|
1788
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1789
1789
|
let BalNavLinkGroup = class BalNavLinkGroup {
|
|
1790
1790
|
constructor(c, r, z) {
|
|
1791
1791
|
this.z = z;
|
|
1792
1792
|
c.detach();
|
|
1793
1793
|
this.el = r.nativeElement;
|
|
1794
1794
|
}
|
|
1795
|
-
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 }); }
|
|
1796
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNavLinkGroup, isStandalone: true, selector: "bal-nav-link-group", inputs: { color: "color" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1797
1795
|
};
|
|
1796
|
+
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 });
|
|
1797
|
+
BalNavLinkGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNavLinkGroup, isStandalone: true, selector: "bal-nav-link-group", inputs: { color: "color" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1798
1798
|
BalNavLinkGroup = __decorate([
|
|
1799
1799
|
ProxyCmp({
|
|
1800
1800
|
inputs: ['color'],
|
|
@@ -1802,7 +1802,7 @@ BalNavLinkGroup = __decorate([
|
|
|
1802
1802
|
}),
|
|
1803
1803
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1804
1804
|
], BalNavLinkGroup);
|
|
1805
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1805
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavLinkGroup, decorators: [{
|
|
1806
1806
|
type: Component,
|
|
1807
1807
|
args: [{
|
|
1808
1808
|
selector: 'bal-nav-link-group',
|
|
@@ -1811,16 +1811,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1811
1811
|
standalone: true,
|
|
1812
1812
|
inputs: ['color']
|
|
1813
1813
|
}]
|
|
1814
|
-
}], ctorParameters: ()
|
|
1814
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1815
1815
|
let BalNavMenuBar = class BalNavMenuBar {
|
|
1816
1816
|
constructor(c, r, z) {
|
|
1817
1817
|
this.z = z;
|
|
1818
1818
|
c.detach();
|
|
1819
1819
|
this.el = r.nativeElement;
|
|
1820
1820
|
}
|
|
1821
|
-
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 }); }
|
|
1822
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNavMenuBar, isStandalone: true, selector: "bal-nav-menu-bar", inputs: { invisible: "invisible", position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1823
1821
|
};
|
|
1822
|
+
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 });
|
|
1823
|
+
BalNavMenuBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNavMenuBar, isStandalone: true, selector: "bal-nav-menu-bar", inputs: { invisible: "invisible", position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1824
1824
|
BalNavMenuBar = __decorate([
|
|
1825
1825
|
ProxyCmp({
|
|
1826
1826
|
inputs: ['invisible', 'position'],
|
|
@@ -1828,7 +1828,7 @@ BalNavMenuBar = __decorate([
|
|
|
1828
1828
|
}),
|
|
1829
1829
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1830
1830
|
], BalNavMenuBar);
|
|
1831
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1831
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavMenuBar, decorators: [{
|
|
1832
1832
|
type: Component,
|
|
1833
1833
|
args: [{
|
|
1834
1834
|
selector: 'bal-nav-menu-bar',
|
|
@@ -1837,16 +1837,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1837
1837
|
standalone: true,
|
|
1838
1838
|
inputs: ['invisible', 'position']
|
|
1839
1839
|
}]
|
|
1840
|
-
}], ctorParameters: ()
|
|
1840
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1841
1841
|
let BalNavMenuFlyout = class BalNavMenuFlyout {
|
|
1842
1842
|
constructor(c, r, z) {
|
|
1843
1843
|
this.z = z;
|
|
1844
1844
|
c.detach();
|
|
1845
1845
|
this.el = r.nativeElement;
|
|
1846
1846
|
}
|
|
1847
|
-
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 }); }
|
|
1848
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNavMenuFlyout, isStandalone: true, selector: "bal-nav-menu-flyout", inputs: { navId: "navId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1849
1847
|
};
|
|
1848
|
+
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 });
|
|
1849
|
+
BalNavMenuFlyout.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNavMenuFlyout, isStandalone: true, selector: "bal-nav-menu-flyout", inputs: { navId: "navId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1850
1850
|
BalNavMenuFlyout = __decorate([
|
|
1851
1851
|
ProxyCmp({
|
|
1852
1852
|
inputs: ['navId'],
|
|
@@ -1854,7 +1854,7 @@ BalNavMenuFlyout = __decorate([
|
|
|
1854
1854
|
}),
|
|
1855
1855
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1856
1856
|
], BalNavMenuFlyout);
|
|
1857
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1857
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavMenuFlyout, decorators: [{
|
|
1858
1858
|
type: Component,
|
|
1859
1859
|
args: [{
|
|
1860
1860
|
selector: 'bal-nav-menu-flyout',
|
|
@@ -1863,16 +1863,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1863
1863
|
standalone: true,
|
|
1864
1864
|
inputs: ['navId']
|
|
1865
1865
|
}]
|
|
1866
|
-
}], ctorParameters: ()
|
|
1866
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1867
1867
|
let BalNavMetaBar = class BalNavMetaBar {
|
|
1868
1868
|
constructor(c, r, z) {
|
|
1869
1869
|
this.z = z;
|
|
1870
1870
|
c.detach();
|
|
1871
1871
|
this.el = r.nativeElement;
|
|
1872
1872
|
}
|
|
1873
|
-
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 }); }
|
|
1874
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNavMetaBar, isStandalone: true, 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 }); }
|
|
1875
1873
|
};
|
|
1874
|
+
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 });
|
|
1875
|
+
BalNavMetaBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNavMetaBar, isStandalone: true, 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 });
|
|
1876
1876
|
BalNavMetaBar = __decorate([
|
|
1877
1877
|
ProxyCmp({
|
|
1878
1878
|
inputs: ['invisible', 'position', 'size', 'variant'],
|
|
@@ -1880,7 +1880,7 @@ BalNavMetaBar = __decorate([
|
|
|
1880
1880
|
}),
|
|
1881
1881
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1882
1882
|
], BalNavMetaBar);
|
|
1883
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1883
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavMetaBar, decorators: [{
|
|
1884
1884
|
type: Component,
|
|
1885
1885
|
args: [{
|
|
1886
1886
|
selector: 'bal-nav-meta-bar',
|
|
@@ -1889,16 +1889,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1889
1889
|
standalone: true,
|
|
1890
1890
|
inputs: ['invisible', 'position', 'size', 'variant']
|
|
1891
1891
|
}]
|
|
1892
|
-
}], ctorParameters: ()
|
|
1892
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1893
1893
|
let BalNavbar = class BalNavbar {
|
|
1894
1894
|
constructor(c, r, z) {
|
|
1895
1895
|
this.z = z;
|
|
1896
1896
|
c.detach();
|
|
1897
1897
|
this.el = r.nativeElement;
|
|
1898
1898
|
}
|
|
1899
|
-
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 }); }
|
|
1900
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNavbar, isStandalone: true, selector: "bal-navbar", inputs: { container: "container", interface: "interface", light: "light" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1901
1899
|
};
|
|
1900
|
+
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 });
|
|
1901
|
+
BalNavbar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNavbar, isStandalone: true, selector: "bal-navbar", inputs: { container: "container", interface: "interface", light: "light" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1902
1902
|
BalNavbar = __decorate([
|
|
1903
1903
|
ProxyCmp({
|
|
1904
1904
|
inputs: ['container', 'interface', 'light'],
|
|
@@ -1906,7 +1906,7 @@ BalNavbar = __decorate([
|
|
|
1906
1906
|
}),
|
|
1907
1907
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1908
1908
|
], BalNavbar);
|
|
1909
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1909
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavbar, decorators: [{
|
|
1910
1910
|
type: Component,
|
|
1911
1911
|
args: [{
|
|
1912
1912
|
selector: 'bal-navbar',
|
|
@@ -1915,7 +1915,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1915
1915
|
standalone: true,
|
|
1916
1916
|
inputs: ['container', 'interface', 'light']
|
|
1917
1917
|
}]
|
|
1918
|
-
}], ctorParameters: ()
|
|
1918
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1919
1919
|
let BalNavbarBrand = class BalNavbarBrand {
|
|
1920
1920
|
constructor(c, r, z) {
|
|
1921
1921
|
this.z = z;
|
|
@@ -1923,9 +1923,9 @@ let BalNavbarBrand = class BalNavbarBrand {
|
|
|
1923
1923
|
this.el = r.nativeElement;
|
|
1924
1924
|
proxyOutputs(this, this.el, ['balNavigate', 'balWillAnimate', 'balDidAnimate']);
|
|
1925
1925
|
}
|
|
1926
|
-
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 }); }
|
|
1927
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNavbarBrand, isStandalone: true, 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 }); }
|
|
1928
1926
|
};
|
|
1927
|
+
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 });
|
|
1928
|
+
BalNavbarBrand.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNavbarBrand, isStandalone: true, 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 });
|
|
1929
1929
|
BalNavbarBrand = __decorate([
|
|
1930
1930
|
ProxyCmp({
|
|
1931
1931
|
inputs: ['animated', 'href', 'logo', 'logoClickable', 'logoLabel', 'logoSize', 'simple', 'target'],
|
|
@@ -1933,7 +1933,7 @@ BalNavbarBrand = __decorate([
|
|
|
1933
1933
|
}),
|
|
1934
1934
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1935
1935
|
], BalNavbarBrand);
|
|
1936
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1936
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavbarBrand, decorators: [{
|
|
1937
1937
|
type: Component,
|
|
1938
1938
|
args: [{
|
|
1939
1939
|
selector: 'bal-navbar-brand',
|
|
@@ -1943,23 +1943,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1943
1943
|
inputs: ['animated', 'href', 'logo', 'logoClickable', 'logoLabel', 'logoSize', 'simple', 'target'],
|
|
1944
1944
|
outputs: ['balNavigate', 'balWillAnimate', 'balDidAnimate']
|
|
1945
1945
|
}]
|
|
1946
|
-
}], ctorParameters: ()
|
|
1946
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1947
1947
|
let BalNavbarMenu = class BalNavbarMenu {
|
|
1948
1948
|
constructor(c, r, z) {
|
|
1949
1949
|
this.z = z;
|
|
1950
1950
|
c.detach();
|
|
1951
1951
|
this.el = r.nativeElement;
|
|
1952
1952
|
}
|
|
1953
|
-
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 }); }
|
|
1954
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNavbarMenu, isStandalone: true, selector: "bal-navbar-menu", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1955
1953
|
};
|
|
1954
|
+
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 });
|
|
1955
|
+
BalNavbarMenu.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNavbarMenu, isStandalone: true, selector: "bal-navbar-menu", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1956
1956
|
BalNavbarMenu = __decorate([
|
|
1957
1957
|
ProxyCmp({
|
|
1958
1958
|
defineCustomElementFn: defineCustomElement$14
|
|
1959
1959
|
}),
|
|
1960
1960
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1961
1961
|
], BalNavbarMenu);
|
|
1962
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1962
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavbarMenu, decorators: [{
|
|
1963
1963
|
type: Component,
|
|
1964
1964
|
args: [{
|
|
1965
1965
|
selector: 'bal-navbar-menu',
|
|
@@ -1967,23 +1967,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1967
1967
|
template: '<ng-content></ng-content>',
|
|
1968
1968
|
standalone: true
|
|
1969
1969
|
}]
|
|
1970
|
-
}], ctorParameters: ()
|
|
1970
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1971
1971
|
let BalNavbarMenuEnd = class BalNavbarMenuEnd {
|
|
1972
1972
|
constructor(c, r, z) {
|
|
1973
1973
|
this.z = z;
|
|
1974
1974
|
c.detach();
|
|
1975
1975
|
this.el = r.nativeElement;
|
|
1976
1976
|
}
|
|
1977
|
-
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 }); }
|
|
1978
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNavbarMenuEnd, isStandalone: true, selector: "bal-navbar-menu-end", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1979
1977
|
};
|
|
1978
|
+
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 });
|
|
1979
|
+
BalNavbarMenuEnd.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNavbarMenuEnd, isStandalone: true, selector: "bal-navbar-menu-end", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1980
1980
|
BalNavbarMenuEnd = __decorate([
|
|
1981
1981
|
ProxyCmp({
|
|
1982
1982
|
defineCustomElementFn: defineCustomElement$15
|
|
1983
1983
|
}),
|
|
1984
1984
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1985
1985
|
], BalNavbarMenuEnd);
|
|
1986
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1986
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavbarMenuEnd, decorators: [{
|
|
1987
1987
|
type: Component,
|
|
1988
1988
|
args: [{
|
|
1989
1989
|
selector: 'bal-navbar-menu-end',
|
|
@@ -1991,23 +1991,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1991
1991
|
template: '<ng-content></ng-content>',
|
|
1992
1992
|
standalone: true
|
|
1993
1993
|
}]
|
|
1994
|
-
}], ctorParameters: ()
|
|
1994
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1995
1995
|
let BalNavbarMenuStart = class BalNavbarMenuStart {
|
|
1996
1996
|
constructor(c, r, z) {
|
|
1997
1997
|
this.z = z;
|
|
1998
1998
|
c.detach();
|
|
1999
1999
|
this.el = r.nativeElement;
|
|
2000
2000
|
}
|
|
2001
|
-
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 }); }
|
|
2002
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNavbarMenuStart, isStandalone: true, selector: "bal-navbar-menu-start", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2003
2001
|
};
|
|
2002
|
+
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 });
|
|
2003
|
+
BalNavbarMenuStart.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNavbarMenuStart, isStandalone: true, selector: "bal-navbar-menu-start", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2004
2004
|
BalNavbarMenuStart = __decorate([
|
|
2005
2005
|
ProxyCmp({
|
|
2006
2006
|
defineCustomElementFn: defineCustomElement$16
|
|
2007
2007
|
}),
|
|
2008
2008
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2009
2009
|
], BalNavbarMenuStart);
|
|
2010
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2010
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavbarMenuStart, decorators: [{
|
|
2011
2011
|
type: Component,
|
|
2012
2012
|
args: [{
|
|
2013
2013
|
selector: 'bal-navbar-menu-start',
|
|
@@ -2015,23 +2015,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2015
2015
|
template: '<ng-content></ng-content>',
|
|
2016
2016
|
standalone: true
|
|
2017
2017
|
}]
|
|
2018
|
-
}], ctorParameters: ()
|
|
2018
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2019
2019
|
let BalNotices = class BalNotices {
|
|
2020
2020
|
constructor(c, r, z) {
|
|
2021
2021
|
this.z = z;
|
|
2022
2022
|
c.detach();
|
|
2023
2023
|
this.el = r.nativeElement;
|
|
2024
2024
|
}
|
|
2025
|
-
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 }); }
|
|
2026
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNotices, isStandalone: true, selector: "bal-notices", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2027
2025
|
};
|
|
2026
|
+
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 });
|
|
2027
|
+
BalNotices.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNotices, isStandalone: true, selector: "bal-notices", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2028
2028
|
BalNotices = __decorate([
|
|
2029
2029
|
ProxyCmp({
|
|
2030
2030
|
defineCustomElementFn: defineCustomElement$2
|
|
2031
2031
|
}),
|
|
2032
2032
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2033
2033
|
], BalNotices);
|
|
2034
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2034
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNotices, decorators: [{
|
|
2035
2035
|
type: Component,
|
|
2036
2036
|
args: [{
|
|
2037
2037
|
selector: 'bal-notices',
|
|
@@ -2039,16 +2039,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2039
2039
|
template: '<ng-content></ng-content>',
|
|
2040
2040
|
standalone: true
|
|
2041
2041
|
}]
|
|
2042
|
-
}], ctorParameters: ()
|
|
2042
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2043
2043
|
let BalNotification = class BalNotification {
|
|
2044
2044
|
constructor(c, r, z) {
|
|
2045
2045
|
this.z = z;
|
|
2046
2046
|
c.detach();
|
|
2047
2047
|
this.el = r.nativeElement;
|
|
2048
2048
|
}
|
|
2049
|
-
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 }); }
|
|
2050
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNotification, isStandalone: true, selector: "bal-notification", inputs: { color: "color", light: "light", noIcon: "noIcon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2051
2049
|
};
|
|
2050
|
+
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 });
|
|
2051
|
+
BalNotification.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNotification, isStandalone: true, selector: "bal-notification", inputs: { color: "color", light: "light", noIcon: "noIcon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2052
2052
|
BalNotification = __decorate([
|
|
2053
2053
|
ProxyCmp({
|
|
2054
2054
|
inputs: ['color', 'light', 'noIcon'],
|
|
@@ -2056,7 +2056,7 @@ BalNotification = __decorate([
|
|
|
2056
2056
|
}),
|
|
2057
2057
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2058
2058
|
], BalNotification);
|
|
2059
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2059
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNotification, decorators: [{
|
|
2060
2060
|
type: Component,
|
|
2061
2061
|
args: [{
|
|
2062
2062
|
selector: 'bal-notification',
|
|
@@ -2065,7 +2065,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2065
2065
|
standalone: true,
|
|
2066
2066
|
inputs: ['color', 'light', 'noIcon']
|
|
2067
2067
|
}]
|
|
2068
|
-
}], ctorParameters: ()
|
|
2068
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2069
2069
|
let BalOption = class BalOption {
|
|
2070
2070
|
constructor(c, r, z) {
|
|
2071
2071
|
this.z = z;
|
|
@@ -2073,9 +2073,9 @@ let BalOption = class BalOption {
|
|
|
2073
2073
|
this.el = r.nativeElement;
|
|
2074
2074
|
proxyOutputs(this, this.el, ['balOptionChange']);
|
|
2075
2075
|
}
|
|
2076
|
-
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 }); }
|
|
2077
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalOption, isStandalone: true, 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 }); }
|
|
2078
2076
|
};
|
|
2077
|
+
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 });
|
|
2078
|
+
BalOption.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalOption, isStandalone: true, 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 });
|
|
2079
2079
|
BalOption = __decorate([
|
|
2080
2080
|
ProxyCmp({
|
|
2081
2081
|
inputs: ['disabled', 'focused', 'hidden', 'invalid', 'label', 'multiline', 'selected', 'value'],
|
|
@@ -2084,7 +2084,7 @@ BalOption = __decorate([
|
|
|
2084
2084
|
}),
|
|
2085
2085
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2086
2086
|
], BalOption);
|
|
2087
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2087
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalOption, decorators: [{
|
|
2088
2088
|
type: Component,
|
|
2089
2089
|
args: [{
|
|
2090
2090
|
selector: 'bal-option',
|
|
@@ -2094,16 +2094,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2094
2094
|
inputs: ['disabled', 'focused', 'hidden', 'invalid', 'label', 'multiline', 'selected', 'value'],
|
|
2095
2095
|
outputs: ['balOptionChange']
|
|
2096
2096
|
}]
|
|
2097
|
-
}], ctorParameters: ()
|
|
2097
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2098
2098
|
let BalOptionList = class BalOptionList {
|
|
2099
2099
|
constructor(c, r, z) {
|
|
2100
2100
|
this.z = z;
|
|
2101
2101
|
c.detach();
|
|
2102
2102
|
this.el = r.nativeElement;
|
|
2103
2103
|
}
|
|
2104
|
-
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 }); }
|
|
2105
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalOptionList, isStandalone: true, 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 }); }
|
|
2106
2104
|
};
|
|
2105
|
+
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 });
|
|
2106
|
+
BalOptionList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalOptionList, isStandalone: true, 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 });
|
|
2107
2107
|
BalOptionList = __decorate([
|
|
2108
2108
|
ProxyCmp({
|
|
2109
2109
|
inputs: ['contentHeight', 'disabled', 'filter', 'focusIndex', 'labelledby', 'multiple', 'required'],
|
|
@@ -2112,7 +2112,7 @@ BalOptionList = __decorate([
|
|
|
2112
2112
|
}),
|
|
2113
2113
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2114
2114
|
], BalOptionList);
|
|
2115
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2115
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalOptionList, decorators: [{
|
|
2116
2116
|
type: Component,
|
|
2117
2117
|
args: [{
|
|
2118
2118
|
selector: 'bal-option-list',
|
|
@@ -2121,7 +2121,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2121
2121
|
standalone: true,
|
|
2122
2122
|
inputs: ['contentHeight', 'disabled', 'filter', 'focusIndex', 'labelledby', 'multiple', 'required']
|
|
2123
2123
|
}]
|
|
2124
|
-
}], ctorParameters: ()
|
|
2124
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2125
2125
|
let BalPagination = class BalPagination {
|
|
2126
2126
|
constructor(c, r, z) {
|
|
2127
2127
|
this.z = z;
|
|
@@ -2129,9 +2129,9 @@ let BalPagination = class BalPagination {
|
|
|
2129
2129
|
this.el = r.nativeElement;
|
|
2130
2130
|
proxyOutputs(this, this.el, ['balChange']);
|
|
2131
2131
|
}
|
|
2132
|
-
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 }); }
|
|
2133
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalPagination, isStandalone: true, 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 }); }
|
|
2134
2132
|
};
|
|
2133
|
+
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 });
|
|
2134
|
+
BalPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalPagination, isStandalone: true, 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 });
|
|
2135
2135
|
BalPagination = __decorate([
|
|
2136
2136
|
ProxyCmp({
|
|
2137
2137
|
inputs: ['align', 'disabled', 'interface', 'pageRange', 'size', 'sticky', 'top', 'totalPages', 'value'],
|
|
@@ -2140,7 +2140,7 @@ BalPagination = __decorate([
|
|
|
2140
2140
|
}),
|
|
2141
2141
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2142
2142
|
], BalPagination);
|
|
2143
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2143
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalPagination, decorators: [{
|
|
2144
2144
|
type: Component,
|
|
2145
2145
|
args: [{
|
|
2146
2146
|
selector: 'bal-pagination',
|
|
@@ -2150,7 +2150,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2150
2150
|
inputs: ['align', 'disabled', 'interface', 'pageRange', 'size', 'sticky', 'top', 'totalPages', 'value'],
|
|
2151
2151
|
outputs: ['balChange']
|
|
2152
2152
|
}]
|
|
2153
|
-
}], ctorParameters: ()
|
|
2153
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2154
2154
|
let BalPopover = class BalPopover {
|
|
2155
2155
|
constructor(c, r, z) {
|
|
2156
2156
|
this.z = z;
|
|
@@ -2158,9 +2158,9 @@ let BalPopover = class BalPopover {
|
|
|
2158
2158
|
this.el = r.nativeElement;
|
|
2159
2159
|
proxyOutputs(this, this.el, ['balChange', 'balWillAnimate', 'balDidAnimate']);
|
|
2160
2160
|
}
|
|
2161
|
-
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 }); }
|
|
2162
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalPopover, isStandalone: true, 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 }); }
|
|
2163
2161
|
};
|
|
2162
|
+
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 });
|
|
2163
|
+
BalPopover.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalPopover, isStandalone: true, 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 });
|
|
2164
2164
|
BalPopover = __decorate([
|
|
2165
2165
|
ProxyCmp({
|
|
2166
2166
|
inputs: ['active', 'arrow', 'autoTrigger', 'backdrop', 'hint', 'hover', 'mobileTop', 'offsetX', 'offsetY', 'padding', 'position', 'tooltip'],
|
|
@@ -2169,7 +2169,7 @@ BalPopover = __decorate([
|
|
|
2169
2169
|
}),
|
|
2170
2170
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2171
2171
|
], BalPopover);
|
|
2172
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2172
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalPopover, decorators: [{
|
|
2173
2173
|
type: Component,
|
|
2174
2174
|
args: [{
|
|
2175
2175
|
selector: 'bal-popover',
|
|
@@ -2179,16 +2179,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2179
2179
|
inputs: ['active', 'arrow', 'autoTrigger', 'backdrop', 'hint', 'hover', 'mobileTop', 'offsetX', 'offsetY', 'padding', 'position', 'tooltip'],
|
|
2180
2180
|
outputs: ['balChange', 'balWillAnimate', 'balDidAnimate']
|
|
2181
2181
|
}]
|
|
2182
|
-
}], ctorParameters: ()
|
|
2182
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2183
2183
|
let BalPopoverContent = class BalPopoverContent {
|
|
2184
2184
|
constructor(c, r, z) {
|
|
2185
2185
|
this.z = z;
|
|
2186
2186
|
c.detach();
|
|
2187
2187
|
this.el = r.nativeElement;
|
|
2188
2188
|
}
|
|
2189
|
-
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 }); }
|
|
2190
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalPopoverContent, isStandalone: true, 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 }); }
|
|
2191
2189
|
};
|
|
2190
|
+
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 });
|
|
2191
|
+
BalPopoverContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalPopoverContent, isStandalone: true, 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 });
|
|
2192
2192
|
BalPopoverContent = __decorate([
|
|
2193
2193
|
ProxyCmp({
|
|
2194
2194
|
inputs: ['color', 'contentMinWidth', 'contentWidth', 'expanded', 'mobileTop', 'noShadow', 'radius', 'scrollable', 'spaceless'],
|
|
@@ -2196,7 +2196,7 @@ BalPopoverContent = __decorate([
|
|
|
2196
2196
|
}),
|
|
2197
2197
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2198
2198
|
], BalPopoverContent);
|
|
2199
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2199
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalPopoverContent, decorators: [{
|
|
2200
2200
|
type: Component,
|
|
2201
2201
|
args: [{
|
|
2202
2202
|
selector: 'bal-popover-content',
|
|
@@ -2205,7 +2205,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2205
2205
|
standalone: true,
|
|
2206
2206
|
inputs: ['color', 'contentMinWidth', 'contentWidth', 'expanded', 'mobileTop', 'noShadow', 'radius', 'scrollable', 'spaceless']
|
|
2207
2207
|
}]
|
|
2208
|
-
}], ctorParameters: ()
|
|
2208
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2209
2209
|
let BalPopup = class BalPopup {
|
|
2210
2210
|
constructor(c, r, z) {
|
|
2211
2211
|
this.z = z;
|
|
@@ -2213,9 +2213,9 @@ let BalPopup = class BalPopup {
|
|
|
2213
2213
|
this.el = r.nativeElement;
|
|
2214
2214
|
proxyOutputs(this, this.el, ['balChange', 'balWillAnimate', 'balDidAnimate']);
|
|
2215
2215
|
}
|
|
2216
|
-
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 }); }
|
|
2217
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalPopup, isStandalone: true, 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 }); }
|
|
2218
2216
|
};
|
|
2217
|
+
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 });
|
|
2218
|
+
BalPopup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalPopup, isStandalone: true, 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 });
|
|
2219
2219
|
BalPopup = __decorate([
|
|
2220
2220
|
ProxyCmp({
|
|
2221
2221
|
inputs: ['active', 'arrow', 'backdrop', 'backdropDismiss', 'closable', 'contentWidth', 'label', 'offset', 'placement', 'reference', 'variant'],
|
|
@@ -2224,7 +2224,7 @@ BalPopup = __decorate([
|
|
|
2224
2224
|
}),
|
|
2225
2225
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2226
2226
|
], BalPopup);
|
|
2227
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2227
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalPopup, decorators: [{
|
|
2228
2228
|
type: Component,
|
|
2229
2229
|
args: [{
|
|
2230
2230
|
selector: 'bal-popup',
|
|
@@ -2234,16 +2234,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2234
2234
|
inputs: ['active', 'arrow', 'backdrop', 'backdropDismiss', 'closable', 'contentWidth', 'label', 'offset', 'placement', 'reference', 'variant'],
|
|
2235
2235
|
outputs: ['balChange', 'balWillAnimate', 'balDidAnimate']
|
|
2236
2236
|
}]
|
|
2237
|
-
}], ctorParameters: ()
|
|
2237
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2238
2238
|
let BalProgressBar = class BalProgressBar {
|
|
2239
2239
|
constructor(c, r, z) {
|
|
2240
2240
|
this.z = z;
|
|
2241
2241
|
c.detach();
|
|
2242
2242
|
this.el = r.nativeElement;
|
|
2243
2243
|
}
|
|
2244
|
-
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 }); }
|
|
2245
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalProgressBar, isStandalone: true, selector: "bal-progress-bar", inputs: { background: "background", color: "color", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2246
2244
|
};
|
|
2245
|
+
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 });
|
|
2246
|
+
BalProgressBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalProgressBar, isStandalone: true, selector: "bal-progress-bar", inputs: { background: "background", color: "color", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2247
2247
|
BalProgressBar = __decorate([
|
|
2248
2248
|
ProxyCmp({
|
|
2249
2249
|
inputs: ['background', 'color', 'value'],
|
|
@@ -2252,7 +2252,7 @@ BalProgressBar = __decorate([
|
|
|
2252
2252
|
}),
|
|
2253
2253
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2254
2254
|
], BalProgressBar);
|
|
2255
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2255
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalProgressBar, decorators: [{
|
|
2256
2256
|
type: Component,
|
|
2257
2257
|
args: [{
|
|
2258
2258
|
selector: 'bal-progress-bar',
|
|
@@ -2261,7 +2261,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2261
2261
|
standalone: true,
|
|
2262
2262
|
inputs: ['background', 'color', 'value']
|
|
2263
2263
|
}]
|
|
2264
|
-
}], ctorParameters: ()
|
|
2264
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2265
2265
|
let BalRadio = class BalRadio {
|
|
2266
2266
|
constructor(c, r, z) {
|
|
2267
2267
|
this.z = z;
|
|
@@ -2269,9 +2269,9 @@ let BalRadio = class BalRadio {
|
|
|
2269
2269
|
this.el = r.nativeElement;
|
|
2270
2270
|
proxyOutputs(this, this.el, ['balFocus', 'balBlur', 'balChange']);
|
|
2271
2271
|
}
|
|
2272
|
-
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 }); }
|
|
2273
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalRadio, isStandalone: true, 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 }); }
|
|
2274
2272
|
};
|
|
2273
|
+
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 });
|
|
2274
|
+
BalRadio.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalRadio, isStandalone: true, 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 });
|
|
2275
2275
|
BalRadio = __decorate([
|
|
2276
2276
|
ProxyCmp({
|
|
2277
2277
|
inputs: ['disabled', 'flat', 'interface', 'invalid', 'invisible', 'label', 'labelHidden', 'name', 'nonSubmit', 'readonly', 'required', 'value'],
|
|
@@ -2280,7 +2280,7 @@ BalRadio = __decorate([
|
|
|
2280
2280
|
}),
|
|
2281
2281
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2282
2282
|
], BalRadio);
|
|
2283
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2283
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalRadio, decorators: [{
|
|
2284
2284
|
type: Component,
|
|
2285
2285
|
args: [{
|
|
2286
2286
|
selector: 'bal-radio',
|
|
@@ -2290,7 +2290,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2290
2290
|
inputs: ['disabled', 'flat', 'interface', 'invalid', 'invisible', 'label', 'labelHidden', 'name', 'nonSubmit', 'readonly', 'required', 'value'],
|
|
2291
2291
|
outputs: ['balFocus', 'balBlur', 'balChange']
|
|
2292
2292
|
}]
|
|
2293
|
-
}], ctorParameters: ()
|
|
2293
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2294
2294
|
let BalRadioButton = class BalRadioButton {
|
|
2295
2295
|
constructor(c, r, z) {
|
|
2296
2296
|
this.z = z;
|
|
@@ -2298,9 +2298,9 @@ let BalRadioButton = class BalRadioButton {
|
|
|
2298
2298
|
this.el = r.nativeElement;
|
|
2299
2299
|
proxyOutputs(this, this.el, ['balFocus', 'balBlur', 'balFormControlDidLoad']);
|
|
2300
2300
|
}
|
|
2301
|
-
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 }); }
|
|
2302
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalRadioButton, isStandalone: true, 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 }); }
|
|
2303
2301
|
};
|
|
2302
|
+
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 });
|
|
2303
|
+
BalRadioButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalRadioButton, isStandalone: true, 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 });
|
|
2304
2304
|
BalRadioButton = __decorate([
|
|
2305
2305
|
ProxyCmp({
|
|
2306
2306
|
inputs: ['color', 'disabled', 'invalid', 'readonly'],
|
|
@@ -2308,7 +2308,7 @@ BalRadioButton = __decorate([
|
|
|
2308
2308
|
}),
|
|
2309
2309
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2310
2310
|
], BalRadioButton);
|
|
2311
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2311
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalRadioButton, decorators: [{
|
|
2312
2312
|
type: Component,
|
|
2313
2313
|
args: [{
|
|
2314
2314
|
selector: 'bal-radio-button',
|
|
@@ -2318,16 +2318,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2318
2318
|
inputs: ['color', 'disabled', 'invalid', 'readonly'],
|
|
2319
2319
|
outputs: ['balFocus', 'balBlur', 'balFormControlDidLoad']
|
|
2320
2320
|
}]
|
|
2321
|
-
}], ctorParameters: ()
|
|
2321
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2322
2322
|
let BalSegmentItem = class BalSegmentItem {
|
|
2323
2323
|
constructor(c, r, z) {
|
|
2324
2324
|
this.z = z;
|
|
2325
2325
|
c.detach();
|
|
2326
2326
|
this.el = r.nativeElement;
|
|
2327
2327
|
}
|
|
2328
|
-
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 }); }
|
|
2329
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalSegmentItem, isStandalone: true, 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 }); }
|
|
2330
2328
|
};
|
|
2329
|
+
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 });
|
|
2330
|
+
BalSegmentItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalSegmentItem, isStandalone: true, 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 });
|
|
2331
2331
|
BalSegmentItem = __decorate([
|
|
2332
2332
|
ProxyCmp({
|
|
2333
2333
|
inputs: ['disabled', 'invalid', 'label', 'value'],
|
|
@@ -2335,7 +2335,7 @@ BalSegmentItem = __decorate([
|
|
|
2335
2335
|
}),
|
|
2336
2336
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2337
2337
|
], BalSegmentItem);
|
|
2338
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2338
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSegmentItem, decorators: [{
|
|
2339
2339
|
type: Component,
|
|
2340
2340
|
args: [{
|
|
2341
2341
|
selector: 'bal-segment-item',
|
|
@@ -2344,16 +2344,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2344
2344
|
standalone: true,
|
|
2345
2345
|
inputs: ['disabled', 'invalid', 'label', 'value']
|
|
2346
2346
|
}]
|
|
2347
|
-
}], ctorParameters: ()
|
|
2347
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2348
2348
|
let BalSelectOption = class BalSelectOption {
|
|
2349
2349
|
constructor(c, r, z) {
|
|
2350
2350
|
this.z = z;
|
|
2351
2351
|
c.detach();
|
|
2352
2352
|
this.el = r.nativeElement;
|
|
2353
2353
|
}
|
|
2354
|
-
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 }); }
|
|
2355
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalSelectOption, isStandalone: true, selector: "bal-select-option", inputs: { disabled: "disabled", label: "label", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2356
2354
|
};
|
|
2355
|
+
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 });
|
|
2356
|
+
BalSelectOption.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalSelectOption, isStandalone: true, selector: "bal-select-option", inputs: { disabled: "disabled", label: "label", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2357
2357
|
BalSelectOption = __decorate([
|
|
2358
2358
|
ProxyCmp({
|
|
2359
2359
|
inputs: ['disabled', 'label', 'value'],
|
|
@@ -2361,7 +2361,7 @@ BalSelectOption = __decorate([
|
|
|
2361
2361
|
}),
|
|
2362
2362
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2363
2363
|
], BalSelectOption);
|
|
2364
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2364
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSelectOption, decorators: [{
|
|
2365
2365
|
type: Component,
|
|
2366
2366
|
args: [{
|
|
2367
2367
|
selector: 'bal-select-option',
|
|
@@ -2370,16 +2370,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2370
2370
|
standalone: true,
|
|
2371
2371
|
inputs: ['disabled', 'label', 'value']
|
|
2372
2372
|
}]
|
|
2373
|
-
}], ctorParameters: ()
|
|
2373
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2374
2374
|
let BalShape = class BalShape {
|
|
2375
2375
|
constructor(c, r, z) {
|
|
2376
2376
|
this.z = z;
|
|
2377
2377
|
c.detach();
|
|
2378
2378
|
this.el = r.nativeElement;
|
|
2379
2379
|
}
|
|
2380
|
-
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 }); }
|
|
2381
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalShape, isStandalone: true, selector: "bal-shape", inputs: { color: "color", rotation: "rotation", variation: "variation" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2382
2380
|
};
|
|
2381
|
+
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 });
|
|
2382
|
+
BalShape.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalShape, isStandalone: true, selector: "bal-shape", inputs: { color: "color", rotation: "rotation", variation: "variation" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2383
2383
|
BalShape = __decorate([
|
|
2384
2384
|
ProxyCmp({
|
|
2385
2385
|
inputs: ['color', 'rotation', 'variation'],
|
|
@@ -2387,7 +2387,7 @@ BalShape = __decorate([
|
|
|
2387
2387
|
}),
|
|
2388
2388
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2389
2389
|
], BalShape);
|
|
2390
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2390
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalShape, decorators: [{
|
|
2391
2391
|
type: Component,
|
|
2392
2392
|
args: [{
|
|
2393
2393
|
selector: 'bal-shape',
|
|
@@ -2396,16 +2396,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2396
2396
|
standalone: true,
|
|
2397
2397
|
inputs: ['color', 'rotation', 'variation']
|
|
2398
2398
|
}]
|
|
2399
|
-
}], ctorParameters: ()
|
|
2399
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2400
2400
|
let BalSheet = class BalSheet {
|
|
2401
2401
|
constructor(c, r, z) {
|
|
2402
2402
|
this.z = z;
|
|
2403
2403
|
c.detach();
|
|
2404
2404
|
this.el = r.nativeElement;
|
|
2405
2405
|
}
|
|
2406
|
-
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 }); }
|
|
2407
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalSheet, isStandalone: true, selector: "bal-sheet", inputs: { containerSize: "containerSize" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2408
2406
|
};
|
|
2407
|
+
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 });
|
|
2408
|
+
BalSheet.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalSheet, isStandalone: true, selector: "bal-sheet", inputs: { containerSize: "containerSize" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2409
2409
|
BalSheet = __decorate([
|
|
2410
2410
|
ProxyCmp({
|
|
2411
2411
|
inputs: ['containerSize'],
|
|
@@ -2413,7 +2413,7 @@ BalSheet = __decorate([
|
|
|
2413
2413
|
}),
|
|
2414
2414
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2415
2415
|
], BalSheet);
|
|
2416
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2416
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSheet, decorators: [{
|
|
2417
2417
|
type: Component,
|
|
2418
2418
|
args: [{
|
|
2419
2419
|
selector: 'bal-sheet',
|
|
@@ -2422,7 +2422,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2422
2422
|
standalone: true,
|
|
2423
2423
|
inputs: ['containerSize']
|
|
2424
2424
|
}]
|
|
2425
|
-
}], ctorParameters: ()
|
|
2425
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2426
2426
|
let BalSnackbar = class BalSnackbar {
|
|
2427
2427
|
constructor(c, r, z) {
|
|
2428
2428
|
this.z = z;
|
|
@@ -2430,9 +2430,9 @@ let BalSnackbar = class BalSnackbar {
|
|
|
2430
2430
|
this.el = r.nativeElement;
|
|
2431
2431
|
proxyOutputs(this, this.el, ['balClose', 'balAction']);
|
|
2432
2432
|
}
|
|
2433
|
-
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 }); }
|
|
2434
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalSnackbar, isStandalone: true, 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 }); }
|
|
2435
2433
|
};
|
|
2434
|
+
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 });
|
|
2435
|
+
BalSnackbar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalSnackbar, isStandalone: true, 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 });
|
|
2436
2436
|
BalSnackbar = __decorate([
|
|
2437
2437
|
ProxyCmp({
|
|
2438
2438
|
inputs: ['action', 'color', 'duration', 'href', 'icon', 'message', 'subject', 'target'],
|
|
@@ -2441,7 +2441,7 @@ BalSnackbar = __decorate([
|
|
|
2441
2441
|
}),
|
|
2442
2442
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2443
2443
|
], BalSnackbar);
|
|
2444
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2444
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSnackbar, decorators: [{
|
|
2445
2445
|
type: Component,
|
|
2446
2446
|
args: [{
|
|
2447
2447
|
selector: 'bal-snackbar',
|
|
@@ -2451,16 +2451,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2451
2451
|
inputs: ['action', 'color', 'duration', 'href', 'icon', 'message', 'subject', 'target'],
|
|
2452
2452
|
outputs: ['balClose', 'balAction']
|
|
2453
2453
|
}]
|
|
2454
|
-
}], ctorParameters: ()
|
|
2454
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2455
2455
|
let BalSpinner = class BalSpinner {
|
|
2456
2456
|
constructor(c, r, z) {
|
|
2457
2457
|
this.z = z;
|
|
2458
2458
|
c.detach();
|
|
2459
2459
|
this.el = r.nativeElement;
|
|
2460
2460
|
}
|
|
2461
|
-
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 }); }
|
|
2462
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalSpinner, isStandalone: true, 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 }); }
|
|
2463
2461
|
};
|
|
2462
|
+
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 });
|
|
2463
|
+
BalSpinner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalSpinner, isStandalone: true, 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 });
|
|
2464
2464
|
BalSpinner = __decorate([
|
|
2465
2465
|
ProxyCmp({
|
|
2466
2466
|
inputs: ['color', 'deactivated', 'inverted', 'small', 'variation'],
|
|
@@ -2468,7 +2468,7 @@ BalSpinner = __decorate([
|
|
|
2468
2468
|
}),
|
|
2469
2469
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2470
2470
|
], BalSpinner);
|
|
2471
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2471
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSpinner, decorators: [{
|
|
2472
2472
|
type: Component,
|
|
2473
2473
|
args: [{
|
|
2474
2474
|
selector: 'bal-spinner',
|
|
@@ -2477,16 +2477,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2477
2477
|
standalone: true,
|
|
2478
2478
|
inputs: ['color', 'deactivated', 'inverted', 'small', 'variation']
|
|
2479
2479
|
}]
|
|
2480
|
-
}], ctorParameters: ()
|
|
2480
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2481
2481
|
let BalStack = class BalStack {
|
|
2482
2482
|
constructor(c, r, z) {
|
|
2483
2483
|
this.z = z;
|
|
2484
2484
|
c.detach();
|
|
2485
2485
|
this.el = r.nativeElement;
|
|
2486
2486
|
}
|
|
2487
|
-
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 }); }
|
|
2488
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalStack, isStandalone: true, 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 }); }
|
|
2489
2487
|
};
|
|
2488
|
+
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 });
|
|
2489
|
+
BalStack.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalStack, isStandalone: true, 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 });
|
|
2490
2490
|
BalStack = __decorate([
|
|
2491
2491
|
ProxyCmp({
|
|
2492
2492
|
inputs: ['align', 'fitContent', 'layout', 'px', 'py', 'space', 'spaceColumn', 'spaceRow', 'useWrap'],
|
|
@@ -2494,7 +2494,7 @@ BalStack = __decorate([
|
|
|
2494
2494
|
}),
|
|
2495
2495
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2496
2496
|
], BalStack);
|
|
2497
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2497
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalStack, decorators: [{
|
|
2498
2498
|
type: Component,
|
|
2499
2499
|
args: [{
|
|
2500
2500
|
selector: 'bal-stack',
|
|
@@ -2503,16 +2503,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2503
2503
|
standalone: true,
|
|
2504
2504
|
inputs: ['align', 'fitContent', 'layout', 'px', 'py', 'space', 'spaceColumn', 'spaceRow', 'useWrap']
|
|
2505
2505
|
}]
|
|
2506
|
-
}], ctorParameters: ()
|
|
2506
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2507
2507
|
let BalStage = class BalStage {
|
|
2508
2508
|
constructor(c, r, z) {
|
|
2509
2509
|
this.z = z;
|
|
2510
2510
|
c.detach();
|
|
2511
2511
|
this.el = r.nativeElement;
|
|
2512
2512
|
}
|
|
2513
|
-
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 }); }
|
|
2514
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalStage, isStandalone: true, 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 }); }
|
|
2515
2513
|
};
|
|
2514
|
+
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 });
|
|
2515
|
+
BalStage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalStage, isStandalone: true, 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 });
|
|
2516
2516
|
BalStage = __decorate([
|
|
2517
2517
|
ProxyCmp({
|
|
2518
2518
|
inputs: ['color', 'containerSize', 'shape', 'shapeRotation', 'shapeVariation', 'size'],
|
|
@@ -2520,7 +2520,7 @@ BalStage = __decorate([
|
|
|
2520
2520
|
}),
|
|
2521
2521
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2522
2522
|
], BalStage);
|
|
2523
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2523
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalStage, decorators: [{
|
|
2524
2524
|
type: Component,
|
|
2525
2525
|
args: [{
|
|
2526
2526
|
selector: 'bal-stage',
|
|
@@ -2529,16 +2529,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2529
2529
|
standalone: true,
|
|
2530
2530
|
inputs: ['color', 'containerSize', 'shape', 'shapeRotation', 'shapeVariation', 'size']
|
|
2531
2531
|
}]
|
|
2532
|
-
}], ctorParameters: ()
|
|
2532
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2533
2533
|
let BalStageBackLink = class BalStageBackLink {
|
|
2534
2534
|
constructor(c, r, z) {
|
|
2535
2535
|
this.z = z;
|
|
2536
2536
|
c.detach();
|
|
2537
2537
|
this.el = r.nativeElement;
|
|
2538
2538
|
}
|
|
2539
|
-
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 }); }
|
|
2540
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalStageBackLink, isStandalone: true, 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 }); }
|
|
2541
2539
|
};
|
|
2540
|
+
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 });
|
|
2541
|
+
BalStageBackLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalStageBackLink, isStandalone: true, 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 });
|
|
2542
2542
|
BalStageBackLink = __decorate([
|
|
2543
2543
|
ProxyCmp({
|
|
2544
2544
|
inputs: ['href', 'inverted', 'shadow'],
|
|
@@ -2546,7 +2546,7 @@ BalStageBackLink = __decorate([
|
|
|
2546
2546
|
}),
|
|
2547
2547
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2548
2548
|
], BalStageBackLink);
|
|
2549
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2549
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalStageBackLink, decorators: [{
|
|
2550
2550
|
type: Component,
|
|
2551
2551
|
args: [{
|
|
2552
2552
|
selector: 'bal-stage-back-link',
|
|
@@ -2555,23 +2555,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2555
2555
|
standalone: true,
|
|
2556
2556
|
inputs: ['href', 'inverted', 'shadow']
|
|
2557
2557
|
}]
|
|
2558
|
-
}], ctorParameters: ()
|
|
2558
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2559
2559
|
let BalStageBody = class BalStageBody {
|
|
2560
2560
|
constructor(c, r, z) {
|
|
2561
2561
|
this.z = z;
|
|
2562
2562
|
c.detach();
|
|
2563
2563
|
this.el = r.nativeElement;
|
|
2564
2564
|
}
|
|
2565
|
-
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 }); }
|
|
2566
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalStageBody, isStandalone: true, selector: "bal-stage-body", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2567
2565
|
};
|
|
2566
|
+
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 });
|
|
2567
|
+
BalStageBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalStageBody, isStandalone: true, selector: "bal-stage-body", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2568
2568
|
BalStageBody = __decorate([
|
|
2569
2569
|
ProxyCmp({
|
|
2570
2570
|
defineCustomElementFn: defineCustomElement$1p
|
|
2571
2571
|
}),
|
|
2572
2572
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2573
2573
|
], BalStageBody);
|
|
2574
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2574
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalStageBody, decorators: [{
|
|
2575
2575
|
type: Component,
|
|
2576
2576
|
args: [{
|
|
2577
2577
|
selector: 'bal-stage-body',
|
|
@@ -2579,23 +2579,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2579
2579
|
template: '<ng-content></ng-content>',
|
|
2580
2580
|
standalone: true
|
|
2581
2581
|
}]
|
|
2582
|
-
}], ctorParameters: ()
|
|
2582
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2583
2583
|
let BalStageFoot = class BalStageFoot {
|
|
2584
2584
|
constructor(c, r, z) {
|
|
2585
2585
|
this.z = z;
|
|
2586
2586
|
c.detach();
|
|
2587
2587
|
this.el = r.nativeElement;
|
|
2588
2588
|
}
|
|
2589
|
-
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 }); }
|
|
2590
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalStageFoot, isStandalone: true, selector: "bal-stage-foot", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2591
2589
|
};
|
|
2590
|
+
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 });
|
|
2591
|
+
BalStageFoot.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalStageFoot, isStandalone: true, selector: "bal-stage-foot", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2592
2592
|
BalStageFoot = __decorate([
|
|
2593
2593
|
ProxyCmp({
|
|
2594
2594
|
defineCustomElementFn: defineCustomElement$1q
|
|
2595
2595
|
}),
|
|
2596
2596
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2597
2597
|
], BalStageFoot);
|
|
2598
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2598
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalStageFoot, decorators: [{
|
|
2599
2599
|
type: Component,
|
|
2600
2600
|
args: [{
|
|
2601
2601
|
selector: 'bal-stage-foot',
|
|
@@ -2603,23 +2603,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2603
2603
|
template: '<ng-content></ng-content>',
|
|
2604
2604
|
standalone: true
|
|
2605
2605
|
}]
|
|
2606
|
-
}], ctorParameters: ()
|
|
2606
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2607
2607
|
let BalStageHead = class BalStageHead {
|
|
2608
2608
|
constructor(c, r, z) {
|
|
2609
2609
|
this.z = z;
|
|
2610
2610
|
c.detach();
|
|
2611
2611
|
this.el = r.nativeElement;
|
|
2612
2612
|
}
|
|
2613
|
-
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 }); }
|
|
2614
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalStageHead, isStandalone: true, selector: "bal-stage-head", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2615
2613
|
};
|
|
2614
|
+
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 });
|
|
2615
|
+
BalStageHead.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalStageHead, isStandalone: true, selector: "bal-stage-head", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2616
2616
|
BalStageHead = __decorate([
|
|
2617
2617
|
ProxyCmp({
|
|
2618
2618
|
defineCustomElementFn: defineCustomElement$1r
|
|
2619
2619
|
}),
|
|
2620
2620
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2621
2621
|
], BalStageHead);
|
|
2622
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2622
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalStageHead, decorators: [{
|
|
2623
2623
|
type: Component,
|
|
2624
2624
|
args: [{
|
|
2625
2625
|
selector: 'bal-stage-head',
|
|
@@ -2627,16 +2627,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2627
2627
|
template: '<ng-content></ng-content>',
|
|
2628
2628
|
standalone: true
|
|
2629
2629
|
}]
|
|
2630
|
-
}], ctorParameters: ()
|
|
2630
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2631
2631
|
let BalStageImage = class BalStageImage {
|
|
2632
2632
|
constructor(c, r, z) {
|
|
2633
2633
|
this.z = z;
|
|
2634
2634
|
c.detach();
|
|
2635
2635
|
this.el = r.nativeElement;
|
|
2636
2636
|
}
|
|
2637
|
-
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 }); }
|
|
2638
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalStageImage, isStandalone: true, selector: "bal-stage-image", inputs: { fallback: "fallback", srcSet: "srcSet" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2639
2637
|
};
|
|
2638
|
+
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 });
|
|
2639
|
+
BalStageImage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalStageImage, isStandalone: true, selector: "bal-stage-image", inputs: { fallback: "fallback", srcSet: "srcSet" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2640
2640
|
BalStageImage = __decorate([
|
|
2641
2641
|
ProxyCmp({
|
|
2642
2642
|
inputs: ['fallback', 'srcSet'],
|
|
@@ -2644,7 +2644,7 @@ BalStageImage = __decorate([
|
|
|
2644
2644
|
}),
|
|
2645
2645
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2646
2646
|
], BalStageImage);
|
|
2647
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2647
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalStageImage, decorators: [{
|
|
2648
2648
|
type: Component,
|
|
2649
2649
|
args: [{
|
|
2650
2650
|
selector: 'bal-stage-image',
|
|
@@ -2653,7 +2653,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2653
2653
|
standalone: true,
|
|
2654
2654
|
inputs: ['fallback', 'srcSet']
|
|
2655
2655
|
}]
|
|
2656
|
-
}], ctorParameters: ()
|
|
2656
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2657
2657
|
let BalStepItem = class BalStepItem {
|
|
2658
2658
|
constructor(c, r, z) {
|
|
2659
2659
|
this.z = z;
|
|
@@ -2661,9 +2661,9 @@ let BalStepItem = class BalStepItem {
|
|
|
2661
2661
|
this.el = r.nativeElement;
|
|
2662
2662
|
proxyOutputs(this, this.el, ['balNavigate']);
|
|
2663
2663
|
}
|
|
2664
|
-
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 }); }
|
|
2665
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalStepItem, isStandalone: true, 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 }); }
|
|
2666
2664
|
};
|
|
2665
|
+
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 });
|
|
2666
|
+
BalStepItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalStepItem, isStandalone: true, 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 });
|
|
2667
2667
|
BalStepItem = __decorate([
|
|
2668
2668
|
ProxyCmp({
|
|
2669
2669
|
inputs: ['active', 'disabled', 'done', 'failed', 'href', 'invisible', 'label', 'prevent', 'target', 'value'],
|
|
@@ -2672,7 +2672,7 @@ BalStepItem = __decorate([
|
|
|
2672
2672
|
}),
|
|
2673
2673
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2674
2674
|
], BalStepItem);
|
|
2675
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2675
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalStepItem, decorators: [{
|
|
2676
2676
|
type: Component,
|
|
2677
2677
|
args: [{
|
|
2678
2678
|
selector: 'bal-step-item',
|
|
@@ -2682,7 +2682,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2682
2682
|
inputs: ['active', 'disabled', 'done', 'failed', 'href', 'invisible', 'label', 'prevent', 'target', 'value'],
|
|
2683
2683
|
outputs: ['balNavigate']
|
|
2684
2684
|
}]
|
|
2685
|
-
}], ctorParameters: ()
|
|
2685
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2686
2686
|
let BalSteps = class BalSteps {
|
|
2687
2687
|
constructor(c, r, z) {
|
|
2688
2688
|
this.z = z;
|
|
@@ -2690,9 +2690,9 @@ let BalSteps = class BalSteps {
|
|
|
2690
2690
|
this.el = r.nativeElement;
|
|
2691
2691
|
proxyOutputs(this, this.el, ['balChange']);
|
|
2692
2692
|
}
|
|
2693
|
-
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 }); }
|
|
2694
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalSteps, isStandalone: true, 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 }); }
|
|
2695
2693
|
};
|
|
2694
|
+
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 });
|
|
2695
|
+
BalSteps.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalSteps, isStandalone: true, 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 });
|
|
2696
2696
|
BalSteps = __decorate([
|
|
2697
2697
|
ProxyCmp({
|
|
2698
2698
|
inputs: ['clickable', 'color', 'debounce', 'options', 'value'],
|
|
@@ -2701,7 +2701,7 @@ BalSteps = __decorate([
|
|
|
2701
2701
|
}),
|
|
2702
2702
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2703
2703
|
], BalSteps);
|
|
2704
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2704
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSteps, decorators: [{
|
|
2705
2705
|
type: Component,
|
|
2706
2706
|
args: [{
|
|
2707
2707
|
selector: 'bal-steps',
|
|
@@ -2711,7 +2711,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2711
2711
|
inputs: ['clickable', 'color', 'debounce', 'options', 'value'],
|
|
2712
2712
|
outputs: ['balChange']
|
|
2713
2713
|
}]
|
|
2714
|
-
}], ctorParameters: ()
|
|
2714
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2715
2715
|
let BalTabItem = class BalTabItem {
|
|
2716
2716
|
constructor(c, r, z) {
|
|
2717
2717
|
this.z = z;
|
|
@@ -2719,9 +2719,9 @@ let BalTabItem = class BalTabItem {
|
|
|
2719
2719
|
this.el = r.nativeElement;
|
|
2720
2720
|
proxyOutputs(this, this.el, ['balNavigate']);
|
|
2721
2721
|
}
|
|
2722
|
-
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 }); }
|
|
2723
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalTabItem, isStandalone: true, 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 }); }
|
|
2724
2722
|
};
|
|
2723
|
+
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 });
|
|
2724
|
+
BalTabItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalTabItem, isStandalone: true, 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 });
|
|
2725
2725
|
BalTabItem = __decorate([
|
|
2726
2726
|
ProxyCmp({
|
|
2727
2727
|
inputs: ['active', 'aria', 'bubble', 'disabled', 'href', 'icon', 'invisible', 'label', 'noPanel', 'prevent', 'subLabel', 'svg', 'target', 'value'],
|
|
@@ -2730,7 +2730,7 @@ BalTabItem = __decorate([
|
|
|
2730
2730
|
}),
|
|
2731
2731
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2732
2732
|
], BalTabItem);
|
|
2733
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2733
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalTabItem, decorators: [{
|
|
2734
2734
|
type: Component,
|
|
2735
2735
|
args: [{
|
|
2736
2736
|
selector: 'bal-tab-item',
|
|
@@ -2740,16 +2740,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2740
2740
|
inputs: ['active', 'aria', 'bubble', 'disabled', 'href', 'icon', 'invisible', 'label', 'noPanel', 'prevent', 'subLabel', 'svg', 'target', 'value'],
|
|
2741
2741
|
outputs: ['balNavigate']
|
|
2742
2742
|
}]
|
|
2743
|
-
}], ctorParameters: ()
|
|
2743
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2744
2744
|
let BalTable = class BalTable {
|
|
2745
2745
|
constructor(c, r, z) {
|
|
2746
2746
|
this.z = z;
|
|
2747
2747
|
c.detach();
|
|
2748
2748
|
this.el = r.nativeElement;
|
|
2749
2749
|
}
|
|
2750
|
-
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 }); }
|
|
2751
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalTable, isStandalone: true, selector: "bal-table", inputs: { expanded: "expanded" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2752
2750
|
};
|
|
2751
|
+
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 });
|
|
2752
|
+
BalTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalTable, isStandalone: true, selector: "bal-table", inputs: { expanded: "expanded" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2753
2753
|
BalTable = __decorate([
|
|
2754
2754
|
ProxyCmp({
|
|
2755
2755
|
inputs: ['expanded'],
|
|
@@ -2757,7 +2757,7 @@ BalTable = __decorate([
|
|
|
2757
2757
|
}),
|
|
2758
2758
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2759
2759
|
], BalTable);
|
|
2760
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2760
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalTable, decorators: [{
|
|
2761
2761
|
type: Component,
|
|
2762
2762
|
args: [{
|
|
2763
2763
|
selector: 'bal-table',
|
|
@@ -2766,7 +2766,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2766
2766
|
standalone: true,
|
|
2767
2767
|
inputs: ['expanded']
|
|
2768
2768
|
}]
|
|
2769
|
-
}], ctorParameters: ()
|
|
2769
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2770
2770
|
let BalTabs = class BalTabs {
|
|
2771
2771
|
constructor(c, r, z) {
|
|
2772
2772
|
this.z = z;
|
|
@@ -2774,9 +2774,9 @@ let BalTabs = class BalTabs {
|
|
|
2774
2774
|
this.el = r.nativeElement;
|
|
2775
2775
|
proxyOutputs(this, this.el, ['balChange', 'balWillAnimate', 'balDidAnimate']);
|
|
2776
2776
|
}
|
|
2777
|
-
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 }); }
|
|
2778
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalTabs, isStandalone: true, 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 }); }
|
|
2779
2777
|
};
|
|
2778
|
+
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 });
|
|
2779
|
+
BalTabs.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalTabs, isStandalone: true, 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 });
|
|
2780
2780
|
BalTabs = __decorate([
|
|
2781
2781
|
ProxyCmp({
|
|
2782
2782
|
inputs: ['accordion', 'border', 'clickable', 'context', 'debounce', 'dimInactiveElements', 'expanded', 'float', 'fullwidth', 'iconPosition', 'inverted', 'optionalTabSelection', 'options', 'overflow', 'selectOnMobile', 'spaceless', 'value', 'vertical', 'verticalColSize'],
|
|
@@ -2785,7 +2785,7 @@ BalTabs = __decorate([
|
|
|
2785
2785
|
}),
|
|
2786
2786
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2787
2787
|
], BalTabs);
|
|
2788
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2788
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalTabs, decorators: [{
|
|
2789
2789
|
type: Component,
|
|
2790
2790
|
args: [{
|
|
2791
2791
|
selector: 'bal-tabs',
|
|
@@ -2795,7 +2795,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2795
2795
|
inputs: ['accordion', 'border', 'clickable', 'context', 'debounce', 'dimInactiveElements', 'expanded', 'float', 'fullwidth', 'iconPosition', 'inverted', 'optionalTabSelection', 'options', 'overflow', 'selectOnMobile', 'spaceless', 'value', 'vertical', 'verticalColSize'],
|
|
2796
2796
|
outputs: ['balChange', 'balWillAnimate', 'balDidAnimate']
|
|
2797
2797
|
}]
|
|
2798
|
-
}], ctorParameters: ()
|
|
2798
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2799
2799
|
let BalTag = class BalTag {
|
|
2800
2800
|
constructor(c, r, z) {
|
|
2801
2801
|
this.z = z;
|
|
@@ -2803,9 +2803,9 @@ let BalTag = class BalTag {
|
|
|
2803
2803
|
this.el = r.nativeElement;
|
|
2804
2804
|
proxyOutputs(this, this.el, ['balCloseClick']);
|
|
2805
2805
|
}
|
|
2806
|
-
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 }); }
|
|
2807
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalTag, isStandalone: true, 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 }); }
|
|
2808
2806
|
};
|
|
2807
|
+
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 });
|
|
2808
|
+
BalTag.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalTag, isStandalone: true, 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 });
|
|
2809
2809
|
BalTag = __decorate([
|
|
2810
2810
|
ProxyCmp({
|
|
2811
2811
|
inputs: ['closable', 'color', 'disabled', 'invalid', 'light', 'position', 'size'],
|
|
@@ -2813,7 +2813,7 @@ BalTag = __decorate([
|
|
|
2813
2813
|
}),
|
|
2814
2814
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2815
2815
|
], BalTag);
|
|
2816
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2816
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalTag, decorators: [{
|
|
2817
2817
|
type: Component,
|
|
2818
2818
|
args: [{
|
|
2819
2819
|
selector: 'bal-tag',
|
|
@@ -2823,23 +2823,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2823
2823
|
inputs: ['closable', 'color', 'disabled', 'invalid', 'light', 'position', 'size'],
|
|
2824
2824
|
outputs: ['balCloseClick']
|
|
2825
2825
|
}]
|
|
2826
|
-
}], ctorParameters: ()
|
|
2826
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2827
2827
|
let BalTagGroup = class BalTagGroup {
|
|
2828
2828
|
constructor(c, r, z) {
|
|
2829
2829
|
this.z = z;
|
|
2830
2830
|
c.detach();
|
|
2831
2831
|
this.el = r.nativeElement;
|
|
2832
2832
|
}
|
|
2833
|
-
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 }); }
|
|
2834
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalTagGroup, isStandalone: true, selector: "bal-tag-group", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2835
2833
|
};
|
|
2834
|
+
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 });
|
|
2835
|
+
BalTagGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalTagGroup, isStandalone: true, selector: "bal-tag-group", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2836
2836
|
BalTagGroup = __decorate([
|
|
2837
2837
|
ProxyCmp({
|
|
2838
2838
|
defineCustomElementFn: defineCustomElement$1z
|
|
2839
2839
|
}),
|
|
2840
2840
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2841
2841
|
], BalTagGroup);
|
|
2842
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2842
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalTagGroup, decorators: [{
|
|
2843
2843
|
type: Component,
|
|
2844
2844
|
args: [{
|
|
2845
2845
|
selector: 'bal-tag-group',
|
|
@@ -2847,16 +2847,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2847
2847
|
template: '<ng-content></ng-content>',
|
|
2848
2848
|
standalone: true
|
|
2849
2849
|
}]
|
|
2850
|
-
}], ctorParameters: ()
|
|
2850
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2851
2851
|
let BalText = class BalText {
|
|
2852
2852
|
constructor(c, r, z) {
|
|
2853
2853
|
this.z = z;
|
|
2854
2854
|
c.detach();
|
|
2855
2855
|
this.el = r.nativeElement;
|
|
2856
2856
|
}
|
|
2857
|
-
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 }); }
|
|
2858
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalText, isStandalone: true, 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 }); }
|
|
2859
2857
|
};
|
|
2858
|
+
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 });
|
|
2859
|
+
BalText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalText, isStandalone: true, 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 });
|
|
2860
2860
|
BalText = __decorate([
|
|
2861
2861
|
ProxyCmp({
|
|
2862
2862
|
inputs: ['bold', 'color', 'disabled', 'heading', 'inline', 'invalid', 'inverted', 'noWrap', 'shadow', 'size', 'space'],
|
|
@@ -2864,7 +2864,7 @@ BalText = __decorate([
|
|
|
2864
2864
|
}),
|
|
2865
2865
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2866
2866
|
], BalText);
|
|
2867
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2867
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalText, decorators: [{
|
|
2868
2868
|
type: Component,
|
|
2869
2869
|
args: [{
|
|
2870
2870
|
selector: 'bal-text',
|
|
@@ -2873,7 +2873,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2873
2873
|
standalone: true,
|
|
2874
2874
|
inputs: ['bold', 'color', 'disabled', 'heading', 'inline', 'invalid', 'inverted', 'noWrap', 'shadow', 'size', 'space']
|
|
2875
2875
|
}]
|
|
2876
|
-
}], ctorParameters: ()
|
|
2876
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2877
2877
|
let BalToast = class BalToast {
|
|
2878
2878
|
constructor(c, r, z) {
|
|
2879
2879
|
this.z = z;
|
|
@@ -2881,9 +2881,9 @@ let BalToast = class BalToast {
|
|
|
2881
2881
|
this.el = r.nativeElement;
|
|
2882
2882
|
proxyOutputs(this, this.el, ['balClose']);
|
|
2883
2883
|
}
|
|
2884
|
-
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 }); }
|
|
2885
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalToast, isStandalone: true, 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 }); }
|
|
2886
2884
|
};
|
|
2885
|
+
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 });
|
|
2886
|
+
BalToast.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalToast, isStandalone: true, 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 });
|
|
2887
2887
|
BalToast = __decorate([
|
|
2888
2888
|
ProxyCmp({
|
|
2889
2889
|
inputs: ['closable', 'color', 'duration', 'message'],
|
|
@@ -2892,7 +2892,7 @@ BalToast = __decorate([
|
|
|
2892
2892
|
}),
|
|
2893
2893
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2894
2894
|
], BalToast);
|
|
2895
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2895
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalToast, decorators: [{
|
|
2896
2896
|
type: Component,
|
|
2897
2897
|
args: [{
|
|
2898
2898
|
selector: 'bal-toast',
|
|
@@ -2902,7 +2902,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2902
2902
|
inputs: ['closable', 'color', 'duration', 'message'],
|
|
2903
2903
|
outputs: ['balClose']
|
|
2904
2904
|
}]
|
|
2905
|
-
}], ctorParameters: ()
|
|
2905
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2906
2906
|
let BalTooltip = class BalTooltip {
|
|
2907
2907
|
constructor(c, r, z) {
|
|
2908
2908
|
this.z = z;
|
|
@@ -2910,9 +2910,9 @@ let BalTooltip = class BalTooltip {
|
|
|
2910
2910
|
this.el = r.nativeElement;
|
|
2911
2911
|
proxyOutputs(this, this.el, ['balWillAnimate', 'balDidAnimate']);
|
|
2912
2912
|
}
|
|
2913
|
-
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 }); }
|
|
2914
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalTooltip, isStandalone: true, 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 }); }
|
|
2915
2913
|
};
|
|
2914
|
+
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 });
|
|
2915
|
+
BalTooltip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalTooltip, isStandalone: true, 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 });
|
|
2916
2916
|
BalTooltip = __decorate([
|
|
2917
2917
|
ProxyCmp({
|
|
2918
2918
|
inputs: ['contentWidth', 'offset', 'placement', 'reference'],
|
|
@@ -2920,7 +2920,7 @@ BalTooltip = __decorate([
|
|
|
2920
2920
|
}),
|
|
2921
2921
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2922
2922
|
], BalTooltip);
|
|
2923
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2923
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalTooltip, decorators: [{
|
|
2924
2924
|
type: Component,
|
|
2925
2925
|
args: [{
|
|
2926
2926
|
selector: 'bal-tooltip',
|
|
@@ -2930,7 +2930,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2930
2930
|
inputs: ['contentWidth', 'offset', 'placement', 'reference'],
|
|
2931
2931
|
outputs: ['balWillAnimate', 'balDidAnimate']
|
|
2932
2932
|
}]
|
|
2933
|
-
}], ctorParameters: ()
|
|
2933
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2934
2934
|
|
|
2935
2935
|
class ValueAccessor {
|
|
2936
2936
|
constructor(injector, elementRef) {
|
|
@@ -3061,12 +3061,12 @@ class ValueAccessor {
|
|
|
3061
3061
|
});
|
|
3062
3062
|
}
|
|
3063
3063
|
}
|
|
3064
|
-
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 }); }
|
|
3065
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.9", type: ValueAccessor, host: { listeners: { "balBlur": "_handleBlurEvent($event.target)" } }, ngImport: i0 }); }
|
|
3066
3064
|
}
|
|
3067
|
-
i0.ɵɵ
|
|
3065
|
+
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 });
|
|
3066
|
+
ValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: ValueAccessor, host: { listeners: { "balBlur": "_handleBlurEvent($event.target)" } }, ngImport: i0 });
|
|
3067
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ValueAccessor, decorators: [{
|
|
3068
3068
|
type: Directive
|
|
3069
|
-
}], ctorParameters: ()
|
|
3069
|
+
}], ctorParameters: function () { return [{ type: i0.Injector }, { type: i0.ElementRef }]; }, propDecorators: { _handleBlurEvent: [{
|
|
3070
3070
|
type: HostListener,
|
|
3071
3071
|
args: ['balBlur', ['$event.target']]
|
|
3072
3072
|
}] } });
|
|
@@ -3145,9 +3145,9 @@ let BalCheckbox = class BalCheckbox extends ValueAccessor {
|
|
|
3145
3145
|
this.elementRef.nativeElement.checked = this.lastValue = value == null ? false : value;
|
|
3146
3146
|
this.onStatusChange();
|
|
3147
3147
|
}
|
|
3148
|
-
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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3149
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalCheckbox, isStandalone: true, 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" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$e], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3150
3148
|
};
|
|
3149
|
+
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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3150
|
+
BalCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCheckbox, isStandalone: true, 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" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$e], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3151
3151
|
BalCheckbox = __decorate([
|
|
3152
3152
|
ProxyCmp({
|
|
3153
3153
|
defineCustomElementFn: defineCustomElement$1C,
|
|
@@ -3159,7 +3159,7 @@ BalCheckbox = __decorate([
|
|
|
3159
3159
|
NgZone,
|
|
3160
3160
|
Injector])
|
|
3161
3161
|
], BalCheckbox);
|
|
3162
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3162
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCheckbox, decorators: [{
|
|
3163
3163
|
type: Component,
|
|
3164
3164
|
args: [{
|
|
3165
3165
|
selector: 'bal-checkbox',
|
|
@@ -3170,7 +3170,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
3170
3170
|
inputs: BalCheckboxInputs,
|
|
3171
3171
|
outputs: BalCheckboxOutputs,
|
|
3172
3172
|
}]
|
|
3173
|
-
}], ctorParameters: ()
|
|
3173
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }]; }, propDecorators: { handleBalChange: [{
|
|
3174
3174
|
type: HostListener,
|
|
3175
3175
|
args: ['balChange', ['$event']]
|
|
3176
3176
|
}] } });
|
|
@@ -3191,9 +3191,9 @@ let BalCheckboxGroup = class BalCheckboxGroup extends ValueAccessor {
|
|
|
3191
3191
|
handleBalChange(event) {
|
|
3192
3192
|
this.handleValueChange(event);
|
|
3193
3193
|
}
|
|
3194
|
-
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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3195
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalCheckboxGroup, isStandalone: true, 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" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$d], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3196
3194
|
};
|
|
3195
|
+
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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3196
|
+
BalCheckboxGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCheckboxGroup, isStandalone: true, 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" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$d], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3197
3197
|
BalCheckboxGroup = __decorate([
|
|
3198
3198
|
ProxyCmp({
|
|
3199
3199
|
defineCustomElementFn: defineCustomElement$1D,
|
|
@@ -3205,7 +3205,7 @@ BalCheckboxGroup = __decorate([
|
|
|
3205
3205
|
NgZone,
|
|
3206
3206
|
Injector])
|
|
3207
3207
|
], BalCheckboxGroup);
|
|
3208
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3208
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCheckboxGroup, decorators: [{
|
|
3209
3209
|
type: Component,
|
|
3210
3210
|
args: [{
|
|
3211
3211
|
selector: 'bal-checkbox-group',
|
|
@@ -3216,7 +3216,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
3216
3216
|
inputs: BalCheckboxGroupInputs,
|
|
3217
3217
|
outputs: BalCheckboxGroupOutputs,
|
|
3218
3218
|
}]
|
|
3219
|
-
}], ctorParameters: ()
|
|
3219
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }]; }, propDecorators: { handleBalChange: [{
|
|
3220
3220
|
type: HostListener,
|
|
3221
3221
|
args: ['balChange', ['$event']]
|
|
3222
3222
|
}] } });
|
|
@@ -3237,9 +3237,9 @@ let BalDate = class BalDate extends ValueAccessor {
|
|
|
3237
3237
|
handleBalChange(event) {
|
|
3238
3238
|
this.handleValueChange(event);
|
|
3239
3239
|
}
|
|
3240
|
-
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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3241
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalDate, isStandalone: true, 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" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$c], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3242
3240
|
};
|
|
3241
|
+
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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3242
|
+
BalDate.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalDate, isStandalone: true, 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" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$c], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3243
3243
|
BalDate = __decorate([
|
|
3244
3244
|
ProxyCmp({
|
|
3245
3245
|
defineCustomElementFn: defineCustomElement$1E,
|
|
@@ -3251,7 +3251,7 @@ BalDate = __decorate([
|
|
|
3251
3251
|
NgZone,
|
|
3252
3252
|
Injector])
|
|
3253
3253
|
], BalDate);
|
|
3254
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3254
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalDate, decorators: [{
|
|
3255
3255
|
type: Component,
|
|
3256
3256
|
args: [{
|
|
3257
3257
|
selector: 'bal-date',
|
|
@@ -3262,7 +3262,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
3262
3262
|
inputs: BalDateInputs,
|
|
3263
3263
|
outputs: BalDateOutputs,
|
|
3264
3264
|
}]
|
|
3265
|
-
}], ctorParameters: ()
|
|
3265
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }]; }, propDecorators: { handleBalChange: [{
|
|
3266
3266
|
type: HostListener,
|
|
3267
3267
|
args: ['balChange', ['$event']]
|
|
3268
3268
|
}] } });
|
|
@@ -3283,9 +3283,9 @@ let BalFileUpload = class BalFileUpload extends ValueAccessor {
|
|
|
3283
3283
|
handleBalChange(event) {
|
|
3284
3284
|
this.handleValueChange(event);
|
|
3285
3285
|
}
|
|
3286
|
-
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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3287
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalFileUpload, isStandalone: true, 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" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$b], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3288
3286
|
};
|
|
3287
|
+
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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3288
|
+
BalFileUpload.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalFileUpload, isStandalone: true, 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" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$b], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3289
3289
|
BalFileUpload = __decorate([
|
|
3290
3290
|
ProxyCmp({
|
|
3291
3291
|
defineCustomElementFn: defineCustomElement$1F,
|
|
@@ -3297,7 +3297,7 @@ BalFileUpload = __decorate([
|
|
|
3297
3297
|
NgZone,
|
|
3298
3298
|
Injector])
|
|
3299
3299
|
], BalFileUpload);
|
|
3300
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3300
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalFileUpload, decorators: [{
|
|
3301
3301
|
type: Component,
|
|
3302
3302
|
args: [{
|
|
3303
3303
|
selector: 'bal-file-upload',
|
|
@@ -3308,7 +3308,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
3308
3308
|
inputs: BalFileUploadInputs,
|
|
3309
3309
|
outputs: BalFileUploadOutputs,
|
|
3310
3310
|
}]
|
|
3311
|
-
}], ctorParameters: ()
|
|
3311
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }]; }, propDecorators: { handleBalChange: [{
|
|
3312
3312
|
type: HostListener,
|
|
3313
3313
|
args: ['balChange', ['$event']]
|
|
3314
3314
|
}] } });
|
|
@@ -3329,9 +3329,9 @@ let BalInputDate = class BalInputDate extends ValueAccessor {
|
|
|
3329
3329
|
handleBalChange(event) {
|
|
3330
3330
|
this.handleValueChange(event);
|
|
3331
3331
|
}
|
|
3332
|
-
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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3333
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalInputDate, isStandalone: true, 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" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$a], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3334
3332
|
};
|
|
3333
|
+
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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3334
|
+
BalInputDate.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalInputDate, isStandalone: true, 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" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$a], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3335
3335
|
BalInputDate = __decorate([
|
|
3336
3336
|
ProxyCmp({
|
|
3337
3337
|
defineCustomElementFn: defineCustomElement$1G,
|
|
@@ -3343,7 +3343,7 @@ BalInputDate = __decorate([
|
|
|
3343
3343
|
NgZone,
|
|
3344
3344
|
Injector])
|
|
3345
3345
|
], BalInputDate);
|
|
3346
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3346
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalInputDate, decorators: [{
|
|
3347
3347
|
type: Component,
|
|
3348
3348
|
args: [{
|
|
3349
3349
|
selector: 'bal-input-date',
|
|
@@ -3354,7 +3354,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
3354
3354
|
inputs: BalInputDateInputs,
|
|
3355
3355
|
outputs: BalInputDateOutputs,
|
|
3356
3356
|
}]
|
|
3357
|
-
}], ctorParameters: ()
|
|
3357
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }]; }, propDecorators: { handleBalChange: [{
|
|
3358
3358
|
type: HostListener,
|
|
3359
3359
|
args: ['balChange', ['$event']]
|
|
3360
3360
|
}] } });
|
|
@@ -3375,9 +3375,9 @@ let BalInputSlider = class BalInputSlider extends ValueAccessor {
|
|
|
3375
3375
|
handleBalInput(event) {
|
|
3376
3376
|
this.handleValueChange(event);
|
|
3377
3377
|
}
|
|
3378
|
-
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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3379
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalInputSlider, isStandalone: true, 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" }, host: { listeners: { "balInput": "handleBalInput($event)" } }, providers: [accessorProvider$9], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3380
3378
|
};
|
|
3379
|
+
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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3380
|
+
BalInputSlider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalInputSlider, isStandalone: true, 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" }, host: { listeners: { "balInput": "handleBalInput($event)" } }, providers: [accessorProvider$9], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3381
3381
|
BalInputSlider = __decorate([
|
|
3382
3382
|
ProxyCmp({
|
|
3383
3383
|
defineCustomElementFn: defineCustomElement$1H,
|
|
@@ -3389,7 +3389,7 @@ BalInputSlider = __decorate([
|
|
|
3389
3389
|
NgZone,
|
|
3390
3390
|
Injector])
|
|
3391
3391
|
], BalInputSlider);
|
|
3392
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3392
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalInputSlider, decorators: [{
|
|
3393
3393
|
type: Component,
|
|
3394
3394
|
args: [{
|
|
3395
3395
|
selector: 'bal-input-slider',
|
|
@@ -3400,7 +3400,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
3400
3400
|
inputs: BalInputSliderInputs,
|
|
3401
3401
|
outputs: BalInputSliderOutputs,
|
|
3402
3402
|
}]
|
|
3403
|
-
}], ctorParameters: ()
|
|
3403
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }]; }, propDecorators: { handleBalInput: [{
|
|
3404
3404
|
type: HostListener,
|
|
3405
3405
|
args: ['balInput', ['$event']]
|
|
3406
3406
|
}] } });
|
|
@@ -3426,9 +3426,9 @@ let BalInputStepper = class BalInputStepper extends ValueAccessor {
|
|
|
3426
3426
|
fn(value === '' ? null : parseFloat(value));
|
|
3427
3427
|
});
|
|
3428
3428
|
}
|
|
3429
|
-
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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3430
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalInputStepper, isStandalone: true, 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" }, host: { listeners: { "balInput": "handleBalInput($event)" } }, providers: [accessorProvider$8], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3431
3429
|
};
|
|
3430
|
+
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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3431
|
+
BalInputStepper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalInputStepper, isStandalone: true, 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" }, host: { listeners: { "balInput": "handleBalInput($event)" } }, providers: [accessorProvider$8], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3432
3432
|
BalInputStepper = __decorate([
|
|
3433
3433
|
ProxyCmp({
|
|
3434
3434
|
defineCustomElementFn: defineCustomElement$1I,
|
|
@@ -3440,7 +3440,7 @@ BalInputStepper = __decorate([
|
|
|
3440
3440
|
NgZone,
|
|
3441
3441
|
Injector])
|
|
3442
3442
|
], BalInputStepper);
|
|
3443
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3443
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalInputStepper, decorators: [{
|
|
3444
3444
|
type: Component,
|
|
3445
3445
|
args: [{
|
|
3446
3446
|
selector: 'bal-input-stepper',
|
|
@@ -3451,7 +3451,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
3451
3451
|
inputs: BalInputStepperInputs,
|
|
3452
3452
|
outputs: BalInputStepperOutputs,
|
|
3453
3453
|
}]
|
|
3454
|
-
}], ctorParameters: ()
|
|
3454
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }]; }, propDecorators: { handleBalInput: [{
|
|
3455
3455
|
type: HostListener,
|
|
3456
3456
|
args: ['balInput', ['$event']]
|
|
3457
3457
|
}] } });
|
|
@@ -3472,9 +3472,9 @@ let BalInput = class BalInput extends ValueAccessor {
|
|
|
3472
3472
|
handleBalInput(event) {
|
|
3473
3473
|
this.handleValueChange(event);
|
|
3474
3474
|
}
|
|
3475
|
-
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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3476
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalInput, isStandalone: true, 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" }, host: { listeners: { "balInput": "handleBalInput($event)" } }, providers: [accessorProvider$7], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3477
3475
|
};
|
|
3476
|
+
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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3477
|
+
BalInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalInput, isStandalone: true, 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" }, host: { listeners: { "balInput": "handleBalInput($event)" } }, providers: [accessorProvider$7], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3478
3478
|
BalInput = __decorate([
|
|
3479
3479
|
ProxyCmp({
|
|
3480
3480
|
defineCustomElementFn: defineCustomElement$1J,
|
|
@@ -3486,7 +3486,7 @@ BalInput = __decorate([
|
|
|
3486
3486
|
NgZone,
|
|
3487
3487
|
Injector])
|
|
3488
3488
|
], BalInput);
|
|
3489
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3489
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalInput, decorators: [{
|
|
3490
3490
|
type: Component,
|
|
3491
3491
|
args: [{
|
|
3492
3492
|
selector: 'bal-input',
|
|
@@ -3497,7 +3497,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
3497
3497
|
inputs: BalInputInputs,
|
|
3498
3498
|
outputs: BalInputOutputs,
|
|
3499
3499
|
}]
|
|
3500
|
-
}], ctorParameters: ()
|
|
3500
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }]; }, propDecorators: { handleBalInput: [{
|
|
3501
3501
|
type: HostListener,
|
|
3502
3502
|
args: ['balInput', ['$event']]
|
|
3503
3503
|
}] } });
|
|
@@ -3523,9 +3523,9 @@ let BalNumberInput = class BalNumberInput extends ValueAccessor {
|
|
|
3523
3523
|
fn(value === '' ? null : parseFloat(value));
|
|
3524
3524
|
});
|
|
3525
3525
|
}
|
|
3526
|
-
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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3527
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNumberInput, isStandalone: true, 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" }, host: { listeners: { "balInput": "handleBalInput($event)" } }, providers: [accessorProvider$6], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3528
3526
|
};
|
|
3527
|
+
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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3528
|
+
BalNumberInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNumberInput, isStandalone: true, 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" }, host: { listeners: { "balInput": "handleBalInput($event)" } }, providers: [accessorProvider$6], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3529
3529
|
BalNumberInput = __decorate([
|
|
3530
3530
|
ProxyCmp({
|
|
3531
3531
|
defineCustomElementFn: defineCustomElement$1K,
|
|
@@ -3537,7 +3537,7 @@ BalNumberInput = __decorate([
|
|
|
3537
3537
|
NgZone,
|
|
3538
3538
|
Injector])
|
|
3539
3539
|
], BalNumberInput);
|
|
3540
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3540
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNumberInput, decorators: [{
|
|
3541
3541
|
type: Component,
|
|
3542
3542
|
args: [{
|
|
3543
3543
|
selector: 'bal-number-input',
|
|
@@ -3548,7 +3548,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
3548
3548
|
inputs: BalNumberInputInputs,
|
|
3549
3549
|
outputs: BalNumberInputOutputs,
|
|
3550
3550
|
}]
|
|
3551
|
-
}], ctorParameters: ()
|
|
3551
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }]; }, propDecorators: { handleBalInput: [{
|
|
3552
3552
|
type: HostListener,
|
|
3553
3553
|
args: ['balInput', ['$event']]
|
|
3554
3554
|
}] } });
|
|
@@ -3569,9 +3569,9 @@ let BalRadioGroup = class BalRadioGroup extends ValueAccessor {
|
|
|
3569
3569
|
handleBalChange(event) {
|
|
3570
3570
|
this.handleValueChange(event);
|
|
3571
3571
|
}
|
|
3572
|
-
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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3573
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalRadioGroup, isStandalone: true, 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" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$5], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3574
3572
|
};
|
|
3573
|
+
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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3574
|
+
BalRadioGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalRadioGroup, isStandalone: true, 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" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$5], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3575
3575
|
BalRadioGroup = __decorate([
|
|
3576
3576
|
ProxyCmp({
|
|
3577
3577
|
defineCustomElementFn: defineCustomElement$1L,
|
|
@@ -3583,7 +3583,7 @@ BalRadioGroup = __decorate([
|
|
|
3583
3583
|
NgZone,
|
|
3584
3584
|
Injector])
|
|
3585
3585
|
], BalRadioGroup);
|
|
3586
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3586
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalRadioGroup, decorators: [{
|
|
3587
3587
|
type: Component,
|
|
3588
3588
|
args: [{
|
|
3589
3589
|
selector: 'bal-radio-group',
|
|
@@ -3594,7 +3594,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
3594
3594
|
inputs: BalRadioGroupInputs,
|
|
3595
3595
|
outputs: BalRadioGroupOutputs,
|
|
3596
3596
|
}]
|
|
3597
|
-
}], ctorParameters: ()
|
|
3597
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }]; }, propDecorators: { handleBalChange: [{
|
|
3598
3598
|
type: HostListener,
|
|
3599
3599
|
args: ['balChange', ['$event']]
|
|
3600
3600
|
}] } });
|
|
@@ -3615,9 +3615,9 @@ let BalSelect = class BalSelect extends ValueAccessor {
|
|
|
3615
3615
|
handleBalChange(event) {
|
|
3616
3616
|
this.handleValueChange(event);
|
|
3617
3617
|
}
|
|
3618
|
-
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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3619
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalSelect, isStandalone: true, 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" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$4], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3620
3618
|
};
|
|
3619
|
+
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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3620
|
+
BalSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalSelect, isStandalone: true, 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" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$4], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3621
3621
|
BalSelect = __decorate([
|
|
3622
3622
|
ProxyCmp({
|
|
3623
3623
|
defineCustomElementFn: defineCustomElement$1M,
|
|
@@ -3629,7 +3629,7 @@ BalSelect = __decorate([
|
|
|
3629
3629
|
NgZone,
|
|
3630
3630
|
Injector])
|
|
3631
3631
|
], BalSelect);
|
|
3632
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3632
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSelect, decorators: [{
|
|
3633
3633
|
type: Component,
|
|
3634
3634
|
args: [{
|
|
3635
3635
|
selector: 'bal-select',
|
|
@@ -3640,7 +3640,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
3640
3640
|
inputs: BalSelectInputs,
|
|
3641
3641
|
outputs: BalSelectOutputs,
|
|
3642
3642
|
}]
|
|
3643
|
-
}], ctorParameters: ()
|
|
3643
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }]; }, propDecorators: { handleBalChange: [{
|
|
3644
3644
|
type: HostListener,
|
|
3645
3645
|
args: ['balChange', ['$event']]
|
|
3646
3646
|
}] } });
|
|
@@ -3661,9 +3661,9 @@ let BalSegment = class BalSegment extends ValueAccessor {
|
|
|
3661
3661
|
handleBalChange(event) {
|
|
3662
3662
|
this.handleValueChange(event);
|
|
3663
3663
|
}
|
|
3664
|
-
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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3665
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalSegment, isStandalone: true, selector: "bal-segment", inputs: { disabled: "disabled", expanded: "expanded", invalid: "invalid", scrollable: "scrollable", value: "value", vertical: "vertical" }, outputs: { balFocus: "balFocus", balBlur: "balBlur", balChange: "balChange" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$3], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3666
3664
|
};
|
|
3665
|
+
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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3666
|
+
BalSegment.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalSegment, isStandalone: true, selector: "bal-segment", inputs: { disabled: "disabled", expanded: "expanded", invalid: "invalid", scrollable: "scrollable", value: "value", vertical: "vertical" }, outputs: { balFocus: "balFocus", balBlur: "balBlur", balChange: "balChange" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$3], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3667
3667
|
BalSegment = __decorate([
|
|
3668
3668
|
ProxyCmp({
|
|
3669
3669
|
defineCustomElementFn: () => {
|
|
@@ -3678,7 +3678,7 @@ BalSegment = __decorate([
|
|
|
3678
3678
|
NgZone,
|
|
3679
3679
|
Injector])
|
|
3680
3680
|
], BalSegment);
|
|
3681
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3681
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSegment, decorators: [{
|
|
3682
3682
|
type: Component,
|
|
3683
3683
|
args: [{
|
|
3684
3684
|
selector: 'bal-segment',
|
|
@@ -3689,7 +3689,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
3689
3689
|
inputs: BalSegmentInputs,
|
|
3690
3690
|
outputs: BalSegmentOutputs,
|
|
3691
3691
|
}]
|
|
3692
|
-
}], ctorParameters: ()
|
|
3692
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }]; }, propDecorators: { handleBalChange: [{
|
|
3693
3693
|
type: HostListener,
|
|
3694
3694
|
args: ['balChange', ['$event']]
|
|
3695
3695
|
}] } });
|
|
@@ -3710,9 +3710,9 @@ let BalDropdown = class BalDropdown extends ValueAccessor {
|
|
|
3710
3710
|
handleBalChange(event) {
|
|
3711
3711
|
this.handleValueChange(event);
|
|
3712
3712
|
}
|
|
3713
|
-
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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3714
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalDropdown, isStandalone: true, 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" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$2], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3715
3713
|
};
|
|
3714
|
+
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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3715
|
+
BalDropdown.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalDropdown, isStandalone: true, 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" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$2], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3716
3716
|
BalDropdown = __decorate([
|
|
3717
3717
|
ProxyCmp({
|
|
3718
3718
|
defineCustomElementFn: () => {
|
|
@@ -3728,7 +3728,7 @@ BalDropdown = __decorate([
|
|
|
3728
3728
|
NgZone,
|
|
3729
3729
|
Injector])
|
|
3730
3730
|
], BalDropdown);
|
|
3731
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3731
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalDropdown, decorators: [{
|
|
3732
3732
|
type: Component,
|
|
3733
3733
|
args: [{
|
|
3734
3734
|
selector: 'bal-dropdown',
|
|
@@ -3739,7 +3739,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
3739
3739
|
inputs: BalDropdownInputs,
|
|
3740
3740
|
outputs: BalDropdownOutputs,
|
|
3741
3741
|
}]
|
|
3742
|
-
}], ctorParameters: ()
|
|
3742
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }]; }, propDecorators: { handleBalChange: [{
|
|
3743
3743
|
type: HostListener,
|
|
3744
3744
|
args: ['balChange', ['$event']]
|
|
3745
3745
|
}] } });
|
|
@@ -3760,9 +3760,9 @@ let BalTextarea = class BalTextarea extends ValueAccessor {
|
|
|
3760
3760
|
handleBalInput(event) {
|
|
3761
3761
|
this.handleValueChange(event);
|
|
3762
3762
|
}
|
|
3763
|
-
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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3764
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalTextarea, isStandalone: true, 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" }, host: { listeners: { "balInput": "handleBalInput($event)" } }, providers: [accessorProvider$1], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3765
3763
|
};
|
|
3764
|
+
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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3765
|
+
BalTextarea.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalTextarea, isStandalone: true, 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" }, host: { listeners: { "balInput": "handleBalInput($event)" } }, providers: [accessorProvider$1], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3766
3766
|
BalTextarea = __decorate([
|
|
3767
3767
|
ProxyCmp({
|
|
3768
3768
|
defineCustomElementFn: defineCustomElement$1P,
|
|
@@ -3774,7 +3774,7 @@ BalTextarea = __decorate([
|
|
|
3774
3774
|
NgZone,
|
|
3775
3775
|
Injector])
|
|
3776
3776
|
], BalTextarea);
|
|
3777
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3777
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalTextarea, decorators: [{
|
|
3778
3778
|
type: Component,
|
|
3779
3779
|
args: [{
|
|
3780
3780
|
selector: 'bal-textarea',
|
|
@@ -3785,7 +3785,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
3785
3785
|
inputs: BalTextareaInputs,
|
|
3786
3786
|
outputs: BalTextareaOutputs,
|
|
3787
3787
|
}]
|
|
3788
|
-
}], ctorParameters: ()
|
|
3788
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }]; }, propDecorators: { handleBalInput: [{
|
|
3789
3789
|
type: HostListener,
|
|
3790
3790
|
args: ['balInput', ['$event']]
|
|
3791
3791
|
}] } });
|
|
@@ -3806,9 +3806,9 @@ let BalTimeInput = class BalTimeInput extends ValueAccessor {
|
|
|
3806
3806
|
handleBalInput(event) {
|
|
3807
3807
|
this.handleValueChange(event);
|
|
3808
3808
|
}
|
|
3809
|
-
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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3810
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalTimeInput, isStandalone: true, 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" }, host: { listeners: { "balInput": "handleBalInput($event)" } }, providers: [accessorProvider], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3811
3809
|
};
|
|
3810
|
+
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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3811
|
+
BalTimeInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalTimeInput, isStandalone: true, 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" }, host: { listeners: { "balInput": "handleBalInput($event)" } }, providers: [accessorProvider], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3812
3812
|
BalTimeInput = __decorate([
|
|
3813
3813
|
ProxyCmp({
|
|
3814
3814
|
defineCustomElementFn: defineCustomElement$1Q,
|
|
@@ -3820,7 +3820,7 @@ BalTimeInput = __decorate([
|
|
|
3820
3820
|
NgZone,
|
|
3821
3821
|
Injector])
|
|
3822
3822
|
], BalTimeInput);
|
|
3823
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3823
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalTimeInput, decorators: [{
|
|
3824
3824
|
type: Component,
|
|
3825
3825
|
args: [{
|
|
3826
3826
|
selector: 'bal-time-input',
|
|
@@ -3831,7 +3831,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
3831
3831
|
inputs: BalTimeInputInputs,
|
|
3832
3832
|
outputs: BalTimeInputOutputs,
|
|
3833
3833
|
}]
|
|
3834
|
-
}], ctorParameters: ()
|
|
3834
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }]; }, propDecorators: { handleBalInput: [{
|
|
3835
3835
|
type: HostListener,
|
|
3836
3836
|
args: ['balInput', ['$event']]
|
|
3837
3837
|
}] } });
|
|
@@ -3840,19 +3840,19 @@ class BalNgErrorComponent extends BalNgErrorComponent$1 {
|
|
|
3840
3840
|
constructor(injector, cd) {
|
|
3841
3841
|
super(injector, cd);
|
|
3842
3842
|
}
|
|
3843
|
-
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 }); }
|
|
3844
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNgErrorComponent, isStandalone: true, 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: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i1$1.AsyncPipe, name: "async" }] }); }
|
|
3845
3843
|
}
|
|
3846
|
-
i0.ɵɵ
|
|
3844
|
+
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 });
|
|
3845
|
+
BalNgErrorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNgErrorComponent, isStandalone: true, 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: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i1$1.AsyncPipe, name: "async" }] });
|
|
3846
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNgErrorComponent, decorators: [{
|
|
3847
3847
|
type: Component,
|
|
3848
3848
|
args: [{ selector: 'bal-ng-error', template: `<ng-content *ngIf="(ready | async) && hasError"></ng-content>`, standalone: true, imports: [CommonModule], styles: [":host{display:inline-block}\n"] }]
|
|
3849
|
-
}], ctorParameters: ()
|
|
3849
|
+
}], ctorParameters: function () { return [{ type: i0.Injector, decorators: [{
|
|
3850
3850
|
type: Inject,
|
|
3851
3851
|
args: [Injector]
|
|
3852
3852
|
}] }, { type: i0.ChangeDetectorRef, decorators: [{
|
|
3853
3853
|
type: Inject,
|
|
3854
3854
|
args: [ChangeDetectorRef]
|
|
3855
|
-
}] }] });
|
|
3855
|
+
}] }]; } });
|
|
3856
3856
|
|
|
3857
3857
|
const BalAccordionBundle = [BalAccordion, BalAccordionDetails, BalAccordionSummary, BalAccordionTrigger];
|
|
3858
3858
|
const BalButtonBundle = [BalButton, BalButtonGroup];
|
|
@@ -4029,10 +4029,10 @@ const BalComponentBundle = [
|
|
|
4029
4029
|
|
|
4030
4030
|
/* eslint-disable @angular-eslint/directive-class-suffix */
|
|
4031
4031
|
class BalAutoFocus extends BalAutoFocus$1 {
|
|
4032
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalAutoFocus, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4033
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.9", type: BalAutoFocus, selector: "[balAutoFocus]", usesInheritance: true, ngImport: i0 }); }
|
|
4034
4032
|
}
|
|
4035
|
-
i0.ɵɵ
|
|
4033
|
+
BalAutoFocus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalAutoFocus, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
4034
|
+
BalAutoFocus.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: BalAutoFocus, selector: "[balAutoFocus]", usesInheritance: true, ngImport: i0 });
|
|
4035
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalAutoFocus, decorators: [{
|
|
4036
4036
|
type: Directive,
|
|
4037
4037
|
args: [{
|
|
4038
4038
|
selector: '[balAutoFocus]',
|