@baloise/ds-angular 19.10.1 → 20.0.0-next.7

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