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