@baloise/ds-angular 0.0.6 → 0.0.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.
- package/esm2020/index.mjs +5 -2
- package/esm2020/providers/modal.service.mjs +32 -0
- package/esm2020/providers/snackbar.service.mjs +28 -0
- package/esm2020/providers/toast.service.mjs +28 -0
- package/fesm2015/baloise-ds-angular.mjs +287 -204
- package/fesm2015/baloise-ds-angular.mjs.map +1 -1
- package/fesm2020/baloise-ds-angular.mjs +280 -204
- package/fesm2020/baloise-ds-angular.mjs.map +1 -1
- package/index.d.ts +4 -1
- package/package.json +3 -3
- package/providers/modal.service.d.ts +13 -0
- package/providers/snackbar.service.d.ts +10 -0
- package/providers/toast.service.d.ts +10 -0
|
@@ -1,105 +1,106 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
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
4
|
import * as i0 from '@angular/core';
|
|
5
|
-
import { EventEmitter, ChangeDetectorRef, ElementRef, NgZone, Component, ChangeDetectionStrategy, Directive, HostListener, forwardRef, Injector,
|
|
6
|
-
import { defineCustomElement as defineCustomElement$1 } from '@baloise/ds-core/components/bal-
|
|
7
|
-
import { defineCustomElement as defineCustomElement$2 } from '@baloise/ds-core/components/bal-
|
|
8
|
-
import { defineCustomElement as defineCustomElement$3 } from '@baloise/ds-core/components/bal-
|
|
9
|
-
import {
|
|
10
|
-
import { defineCustomElement as defineCustomElement$
|
|
11
|
-
import { defineCustomElement as defineCustomElement$
|
|
12
|
-
import { defineCustomElement as defineCustomElement$
|
|
13
|
-
import { defineCustomElement as defineCustomElement$
|
|
14
|
-
import { defineCustomElement as defineCustomElement$
|
|
15
|
-
import { defineCustomElement as defineCustomElement$
|
|
16
|
-
import { defineCustomElement as defineCustomElement$
|
|
17
|
-
import { defineCustomElement as defineCustomElement$
|
|
18
|
-
import { defineCustomElement as defineCustomElement$
|
|
19
|
-
import { defineCustomElement as defineCustomElement$
|
|
20
|
-
import { defineCustomElement as defineCustomElement$
|
|
21
|
-
import { defineCustomElement as defineCustomElement$
|
|
22
|
-
import { defineCustomElement as defineCustomElement$
|
|
23
|
-
import { defineCustomElement as defineCustomElement$
|
|
24
|
-
import { defineCustomElement as defineCustomElement$
|
|
25
|
-
import { defineCustomElement as defineCustomElement$
|
|
26
|
-
import { defineCustomElement as defineCustomElement$
|
|
27
|
-
import { defineCustomElement as defineCustomElement$
|
|
28
|
-
import { defineCustomElement as defineCustomElement$
|
|
29
|
-
import { defineCustomElement as defineCustomElement$
|
|
30
|
-
import { defineCustomElement as defineCustomElement$
|
|
31
|
-
import { defineCustomElement as defineCustomElement$
|
|
32
|
-
import { defineCustomElement as defineCustomElement$
|
|
33
|
-
import { defineCustomElement as defineCustomElement$
|
|
34
|
-
import { defineCustomElement as defineCustomElement$
|
|
35
|
-
import { defineCustomElement as defineCustomElement$
|
|
36
|
-
import { defineCustomElement as defineCustomElement$
|
|
37
|
-
import { defineCustomElement as defineCustomElement$
|
|
38
|
-
import { defineCustomElement as defineCustomElement$
|
|
39
|
-
import { defineCustomElement as defineCustomElement$
|
|
40
|
-
import { defineCustomElement as defineCustomElement$
|
|
41
|
-
import { defineCustomElement as defineCustomElement$
|
|
42
|
-
import { defineCustomElement as defineCustomElement$
|
|
43
|
-
import { defineCustomElement as defineCustomElement$
|
|
44
|
-
import { defineCustomElement as defineCustomElement$
|
|
45
|
-
import { defineCustomElement as defineCustomElement$
|
|
46
|
-
import { defineCustomElement as defineCustomElement$
|
|
47
|
-
import { defineCustomElement as defineCustomElement$
|
|
48
|
-
import { defineCustomElement as defineCustomElement$
|
|
49
|
-
import { defineCustomElement as defineCustomElement$
|
|
50
|
-
import { defineCustomElement as defineCustomElement$
|
|
51
|
-
import { defineCustomElement as defineCustomElement$
|
|
52
|
-
import { defineCustomElement as defineCustomElement$
|
|
53
|
-
import { defineCustomElement as defineCustomElement$
|
|
54
|
-
import { defineCustomElement as defineCustomElement$
|
|
55
|
-
import { defineCustomElement as defineCustomElement$
|
|
56
|
-
import { defineCustomElement as defineCustomElement$
|
|
57
|
-
import { defineCustomElement as defineCustomElement$
|
|
58
|
-
import { defineCustomElement as defineCustomElement$
|
|
59
|
-
import { defineCustomElement as defineCustomElement$
|
|
60
|
-
import { defineCustomElement as defineCustomElement$
|
|
61
|
-
import { defineCustomElement as defineCustomElement$
|
|
62
|
-
import { defineCustomElement as defineCustomElement$
|
|
63
|
-
import { defineCustomElement as defineCustomElement$
|
|
64
|
-
import { defineCustomElement as defineCustomElement$
|
|
65
|
-
import { defineCustomElement as defineCustomElement$
|
|
66
|
-
import { defineCustomElement as defineCustomElement$
|
|
67
|
-
import { defineCustomElement as defineCustomElement$
|
|
68
|
-
import { defineCustomElement as defineCustomElement
|
|
69
|
-
import { defineCustomElement as defineCustomElement
|
|
70
|
-
import { defineCustomElement as defineCustomElement$
|
|
71
|
-
import { defineCustomElement as defineCustomElement$
|
|
72
|
-
import { defineCustomElement as defineCustomElement$
|
|
73
|
-
import { defineCustomElement as defineCustomElement$
|
|
74
|
-
import { defineCustomElement as defineCustomElement$
|
|
75
|
-
import { defineCustomElement as defineCustomElement$
|
|
76
|
-
import { defineCustomElement as defineCustomElement$
|
|
77
|
-
import { defineCustomElement as defineCustomElement$
|
|
78
|
-
import { defineCustomElement as defineCustomElement$
|
|
79
|
-
import { defineCustomElement as defineCustomElement$
|
|
80
|
-
import { defineCustomElement as defineCustomElement$
|
|
81
|
-
import { defineCustomElement as defineCustomElement$
|
|
82
|
-
import { defineCustomElement as defineCustomElement$
|
|
83
|
-
import { defineCustomElement as defineCustomElement$
|
|
84
|
-
import { defineCustomElement as defineCustomElement$
|
|
85
|
-
import { defineCustomElement as defineCustomElement$
|
|
86
|
-
import { defineCustomElement as defineCustomElement$
|
|
87
|
-
import { defineCustomElement as defineCustomElement$
|
|
88
|
-
import { defineCustomElement as defineCustomElement$
|
|
89
|
-
import { defineCustomElement as defineCustomElement$
|
|
90
|
-
import { defineCustomElement as defineCustomElement$
|
|
91
|
-
import { defineCustomElement as defineCustomElement$
|
|
92
|
-
import { defineCustomElement as defineCustomElement$
|
|
93
|
-
import { defineCustomElement as defineCustomElement$
|
|
94
|
-
import { defineCustomElement as defineCustomElement$
|
|
95
|
-
import { defineCustomElement as defineCustomElement$
|
|
96
|
-
import { defineCustomElement as defineCustomElement$
|
|
97
|
-
import { defineCustomElement as defineCustomElement$
|
|
98
|
-
import { defineCustomElement as defineCustomElement$
|
|
99
|
-
import { defineCustomElement as defineCustomElement$
|
|
100
|
-
import { defineCustomElement as defineCustomElement$
|
|
101
|
-
import { defineCustomElement as defineCustomElement$
|
|
102
|
-
import { defineCustomElement as defineCustomElement$
|
|
5
|
+
import { Injectable, Inject, EventEmitter, ChangeDetectorRef, ElementRef, NgZone, Component, ChangeDetectionStrategy, Directive, HostListener, 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-toast';
|
|
8
|
+
import { defineCustomElement as defineCustomElement$3 } from '@baloise/ds-core/components/bal-snackbar';
|
|
9
|
+
import { __decorate, __metadata } from 'tslib';
|
|
10
|
+
import { defineCustomElement as defineCustomElement$4 } from '@baloise/ds-core/components/bal-accordion';
|
|
11
|
+
import { defineCustomElement as defineCustomElement$5 } from '@baloise/ds-core/components/bal-accordion-details';
|
|
12
|
+
import { defineCustomElement as defineCustomElement$6 } from '@baloise/ds-core/components/bal-accordion-summary';
|
|
13
|
+
import { defineCustomElement as defineCustomElement$7 } from '@baloise/ds-core/components/bal-accordion-trigger';
|
|
14
|
+
import { defineCustomElement as defineCustomElement$8 } from '@baloise/ds-core/components/bal-app';
|
|
15
|
+
import { defineCustomElement as defineCustomElement$9 } from '@baloise/ds-core/components/bal-badge';
|
|
16
|
+
import { defineCustomElement as defineCustomElement$a } from '@baloise/ds-core/components/bal-button';
|
|
17
|
+
import { defineCustomElement as defineCustomElement$b } from '@baloise/ds-core/components/bal-button-group';
|
|
18
|
+
import { defineCustomElement as defineCustomElement$c } from '@baloise/ds-core/components/bal-card';
|
|
19
|
+
import { defineCustomElement as defineCustomElement$d } from '@baloise/ds-core/components/bal-card-actions';
|
|
20
|
+
import { defineCustomElement as defineCustomElement$e } from '@baloise/ds-core/components/bal-card-button';
|
|
21
|
+
import { defineCustomElement as defineCustomElement$f } from '@baloise/ds-core/components/bal-card-content';
|
|
22
|
+
import { defineCustomElement as defineCustomElement$g } from '@baloise/ds-core/components/bal-card-subtitle';
|
|
23
|
+
import { defineCustomElement as defineCustomElement$h } from '@baloise/ds-core/components/bal-card-title';
|
|
24
|
+
import { defineCustomElement as defineCustomElement$i } from '@baloise/ds-core/components/bal-carousel';
|
|
25
|
+
import { defineCustomElement as defineCustomElement$j } from '@baloise/ds-core/components/bal-carousel-item';
|
|
26
|
+
import { defineCustomElement as defineCustomElement$k } from '@baloise/ds-core/components/bal-checkbox-button';
|
|
27
|
+
import { defineCustomElement as defineCustomElement$l } from '@baloise/ds-core/components/bal-close';
|
|
28
|
+
import { defineCustomElement as defineCustomElement$m } from '@baloise/ds-core/components/bal-content';
|
|
29
|
+
import { defineCustomElement as defineCustomElement$n } from '@baloise/ds-core/components/bal-data';
|
|
30
|
+
import { defineCustomElement as defineCustomElement$o } from '@baloise/ds-core/components/bal-data-item';
|
|
31
|
+
import { defineCustomElement as defineCustomElement$p } from '@baloise/ds-core/components/bal-data-label';
|
|
32
|
+
import { defineCustomElement as defineCustomElement$q } from '@baloise/ds-core/components/bal-data-value';
|
|
33
|
+
import { defineCustomElement as defineCustomElement$r } from '@baloise/ds-core/components/bal-date-calendar';
|
|
34
|
+
import { defineCustomElement as defineCustomElement$s } from '@baloise/ds-core/components/bal-date-calendar-cell';
|
|
35
|
+
import { defineCustomElement as defineCustomElement$t } from '@baloise/ds-core/components/bal-divider';
|
|
36
|
+
import { defineCustomElement as defineCustomElement$u } from '@baloise/ds-core/components/bal-field';
|
|
37
|
+
import { defineCustomElement as defineCustomElement$v } from '@baloise/ds-core/components/bal-field-control';
|
|
38
|
+
import { defineCustomElement as defineCustomElement$w } from '@baloise/ds-core/components/bal-field-hint';
|
|
39
|
+
import { defineCustomElement as defineCustomElement$x } from '@baloise/ds-core/components/bal-field-label';
|
|
40
|
+
import { defineCustomElement as defineCustomElement$y } from '@baloise/ds-core/components/bal-field-message';
|
|
41
|
+
import { defineCustomElement as defineCustomElement$z } from '@baloise/ds-core/components/bal-footer';
|
|
42
|
+
import { defineCustomElement as defineCustomElement$A } from '@baloise/ds-core/components/bal-form';
|
|
43
|
+
import { defineCustomElement as defineCustomElement$B } from '@baloise/ds-core/components/bal-form-col';
|
|
44
|
+
import { defineCustomElement as defineCustomElement$C } from '@baloise/ds-core/components/bal-form-grid';
|
|
45
|
+
import { defineCustomElement as defineCustomElement$D } from '@baloise/ds-core/components/bal-heading';
|
|
46
|
+
import { defineCustomElement as defineCustomElement$E } from '@baloise/ds-core/components/bal-hint';
|
|
47
|
+
import { defineCustomElement as defineCustomElement$F } from '@baloise/ds-core/components/bal-hint-text';
|
|
48
|
+
import { defineCustomElement as defineCustomElement$G } from '@baloise/ds-core/components/bal-hint-title';
|
|
49
|
+
import { defineCustomElement as defineCustomElement$H } from '@baloise/ds-core/components/bal-icon';
|
|
50
|
+
import { defineCustomElement as defineCustomElement$I } from '@baloise/ds-core/components/bal-input-group';
|
|
51
|
+
import { defineCustomElement as defineCustomElement$J } from '@baloise/ds-core/components/bal-label';
|
|
52
|
+
import { defineCustomElement as defineCustomElement$K } from '@baloise/ds-core/components/bal-list';
|
|
53
|
+
import { defineCustomElement as defineCustomElement$L } from '@baloise/ds-core/components/bal-list-item';
|
|
54
|
+
import { defineCustomElement as defineCustomElement$M } from '@baloise/ds-core/components/bal-list-item-accordion-body';
|
|
55
|
+
import { defineCustomElement as defineCustomElement$N } from '@baloise/ds-core/components/bal-list-item-accordion-head';
|
|
56
|
+
import { defineCustomElement as defineCustomElement$O } from '@baloise/ds-core/components/bal-list-item-content';
|
|
57
|
+
import { defineCustomElement as defineCustomElement$P } from '@baloise/ds-core/components/bal-list-item-icon';
|
|
58
|
+
import { defineCustomElement as defineCustomElement$Q } from '@baloise/ds-core/components/bal-list-item-subtitle';
|
|
59
|
+
import { defineCustomElement as defineCustomElement$R } from '@baloise/ds-core/components/bal-list-item-title';
|
|
60
|
+
import { defineCustomElement as defineCustomElement$S } from '@baloise/ds-core/components/bal-logo';
|
|
61
|
+
import { defineCustomElement as defineCustomElement$T } from '@baloise/ds-core/components/bal-modal-body';
|
|
62
|
+
import { defineCustomElement as defineCustomElement$U } from '@baloise/ds-core/components/bal-modal-header';
|
|
63
|
+
import { defineCustomElement as defineCustomElement$V } from '@baloise/ds-core/components/bal-nav';
|
|
64
|
+
import { defineCustomElement as defineCustomElement$W } from '@baloise/ds-core/components/bal-nav-link';
|
|
65
|
+
import { defineCustomElement as defineCustomElement$X } from '@baloise/ds-core/components/bal-nav-link-grid';
|
|
66
|
+
import { defineCustomElement as defineCustomElement$Y } from '@baloise/ds-core/components/bal-nav-link-grid-col';
|
|
67
|
+
import { defineCustomElement as defineCustomElement$Z } from '@baloise/ds-core/components/bal-nav-link-group';
|
|
68
|
+
import { defineCustomElement as defineCustomElement$_ } from '@baloise/ds-core/components/bal-nav-menu-bar';
|
|
69
|
+
import { defineCustomElement as defineCustomElement$$ } from '@baloise/ds-core/components/bal-nav-menu-flyout';
|
|
70
|
+
import { defineCustomElement as defineCustomElement$10 } from '@baloise/ds-core/components/bal-nav-meta-bar';
|
|
71
|
+
import { defineCustomElement as defineCustomElement$11 } from '@baloise/ds-core/components/bal-navbar';
|
|
72
|
+
import { defineCustomElement as defineCustomElement$12 } from '@baloise/ds-core/components/bal-navbar-brand';
|
|
73
|
+
import { defineCustomElement as defineCustomElement$13 } from '@baloise/ds-core/components/bal-navbar-menu';
|
|
74
|
+
import { defineCustomElement as defineCustomElement$14 } from '@baloise/ds-core/components/bal-navbar-menu-end';
|
|
75
|
+
import { defineCustomElement as defineCustomElement$15 } from '@baloise/ds-core/components/bal-navbar-menu-start';
|
|
76
|
+
import { defineCustomElement as defineCustomElement$16 } from '@baloise/ds-core/components/bal-notices';
|
|
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-pagination';
|
|
79
|
+
import { defineCustomElement as defineCustomElement$19 } from '@baloise/ds-core/components/bal-popover';
|
|
80
|
+
import { defineCustomElement as defineCustomElement$1a } from '@baloise/ds-core/components/bal-popover-content';
|
|
81
|
+
import { defineCustomElement as defineCustomElement$1b } from '@baloise/ds-core/components/bal-popup';
|
|
82
|
+
import { defineCustomElement as defineCustomElement$1c } from '@baloise/ds-core/components/bal-progress-bar';
|
|
83
|
+
import { defineCustomElement as defineCustomElement$1d } from '@baloise/ds-core/components/bal-radio';
|
|
84
|
+
import { defineCustomElement as defineCustomElement$1e } from '@baloise/ds-core/components/bal-radio-button';
|
|
85
|
+
import { defineCustomElement as defineCustomElement$1f } from '@baloise/ds-core/components/bal-select-option';
|
|
86
|
+
import { defineCustomElement as defineCustomElement$1g } from '@baloise/ds-core/components/bal-shape';
|
|
87
|
+
import { defineCustomElement as defineCustomElement$1h } from '@baloise/ds-core/components/bal-sheet';
|
|
88
|
+
import { defineCustomElement as defineCustomElement$1i } from '@baloise/ds-core/components/bal-spinner';
|
|
89
|
+
import { defineCustomElement as defineCustomElement$1j } from '@baloise/ds-core/components/bal-stack';
|
|
90
|
+
import { defineCustomElement as defineCustomElement$1k } from '@baloise/ds-core/components/bal-stage';
|
|
91
|
+
import { defineCustomElement as defineCustomElement$1l } from '@baloise/ds-core/components/bal-stage-back-link';
|
|
92
|
+
import { defineCustomElement as defineCustomElement$1m } from '@baloise/ds-core/components/bal-stage-body';
|
|
93
|
+
import { defineCustomElement as defineCustomElement$1n } from '@baloise/ds-core/components/bal-stage-foot';
|
|
94
|
+
import { defineCustomElement as defineCustomElement$1o } from '@baloise/ds-core/components/bal-stage-head';
|
|
95
|
+
import { defineCustomElement as defineCustomElement$1p } from '@baloise/ds-core/components/bal-stage-image';
|
|
96
|
+
import { defineCustomElement as defineCustomElement$1q } from '@baloise/ds-core/components/bal-step-item';
|
|
97
|
+
import { defineCustomElement as defineCustomElement$1r } from '@baloise/ds-core/components/bal-steps';
|
|
98
|
+
import { defineCustomElement as defineCustomElement$1s } from '@baloise/ds-core/components/bal-tab-item';
|
|
99
|
+
import { defineCustomElement as defineCustomElement$1t } from '@baloise/ds-core/components/bal-table';
|
|
100
|
+
import { defineCustomElement as defineCustomElement$1u } from '@baloise/ds-core/components/bal-tabs';
|
|
101
|
+
import { defineCustomElement as defineCustomElement$1v } from '@baloise/ds-core/components/bal-tag';
|
|
102
|
+
import { defineCustomElement as defineCustomElement$1w } from '@baloise/ds-core/components/bal-tag-group';
|
|
103
|
+
import { defineCustomElement as defineCustomElement$1x } from '@baloise/ds-core/components/bal-text';
|
|
103
104
|
import { defineCustomElement as defineCustomElement$1y } from '@baloise/ds-core/components/bal-tooltip';
|
|
104
105
|
import { NgControl, NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
105
106
|
import { defineCustomElement as defineCustomElement$1z } from '@baloise/ds-core/components/bal-checkbox';
|
|
@@ -116,10 +117,85 @@ import { defineCustomElement as defineCustomElement$1J } from '@baloise/ds-core/
|
|
|
116
117
|
import { defineCustomElement as defineCustomElement$1K } from '@baloise/ds-core/components/bal-select';
|
|
117
118
|
import { defineCustomElement as defineCustomElement$1L } from '@baloise/ds-core/components/bal-textarea';
|
|
118
119
|
import { defineCustomElement as defineCustomElement$1M } from '@baloise/ds-core/components/bal-time-input';
|
|
119
|
-
import * as i1 from '@angular/common';
|
|
120
|
+
import * as i1$1 from '@angular/common';
|
|
120
121
|
import { CommonModule, DOCUMENT } from '@angular/common';
|
|
121
122
|
import { initializeBaloiseDesignSystem, attachToConfig, defaultConfig, detachFromConfig, updateBalAllowedLanguages, updateBalAnimated, updateBalIcons, updateBalLanguage, updateBalRegion, balToastController, balSnackbarController, balModalController, balBreakpoints, balBreakpointSubject, balDevice, balOrientationSubject } from '@baloise/ds-core/components';
|
|
122
123
|
|
|
124
|
+
class BalModalService extends OverlayBaseController {
|
|
125
|
+
constructor(angularDelegate, resolver, injector, ctrl) {
|
|
126
|
+
super(ctrl);
|
|
127
|
+
this.angularDelegate = angularDelegate;
|
|
128
|
+
this.resolver = resolver;
|
|
129
|
+
this.injector = injector;
|
|
130
|
+
defineCustomElement$1();
|
|
131
|
+
}
|
|
132
|
+
create(opts) {
|
|
133
|
+
return super.create({
|
|
134
|
+
...opts,
|
|
135
|
+
delegate: this.angularDelegate.create(this.resolver, this.injector),
|
|
136
|
+
});
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
BalModalService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalModalService, deps: [{ token: i1.AngularDelegate }, { token: i0.ComponentFactoryResolver }, { token: i0.Injector }, { token: BalTokenModal }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
140
|
+
BalModalService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalModalService, providedIn: 'root' });
|
|
141
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalModalService, decorators: [{
|
|
142
|
+
type: Injectable,
|
|
143
|
+
args: [{
|
|
144
|
+
providedIn: 'root',
|
|
145
|
+
}]
|
|
146
|
+
}], ctorParameters: function () { return [{ type: i1.AngularDelegate }, { type: i0.ComponentFactoryResolver }, { type: i0.Injector }, { type: undefined, decorators: [{
|
|
147
|
+
type: Inject,
|
|
148
|
+
args: [BalTokenModal]
|
|
149
|
+
}] }]; } });
|
|
150
|
+
|
|
151
|
+
class BalToastService {
|
|
152
|
+
constructor(ctrl) {
|
|
153
|
+
this.ctrl = ctrl;
|
|
154
|
+
defineCustomElement$2();
|
|
155
|
+
}
|
|
156
|
+
create(options) {
|
|
157
|
+
return this.ctrl.create(options);
|
|
158
|
+
}
|
|
159
|
+
async dismissAll() {
|
|
160
|
+
return this.ctrl.dismissAll();
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
BalToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalToastService, deps: [{ token: BalTokenToast }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
164
|
+
BalToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalToastService, providedIn: 'root' });
|
|
165
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalToastService, decorators: [{
|
|
166
|
+
type: Injectable,
|
|
167
|
+
args: [{
|
|
168
|
+
providedIn: 'root',
|
|
169
|
+
}]
|
|
170
|
+
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
171
|
+
type: Inject,
|
|
172
|
+
args: [BalTokenToast]
|
|
173
|
+
}] }]; } });
|
|
174
|
+
|
|
175
|
+
class BalSnackbarService {
|
|
176
|
+
constructor(ctrl) {
|
|
177
|
+
this.ctrl = ctrl;
|
|
178
|
+
defineCustomElement$3();
|
|
179
|
+
}
|
|
180
|
+
create(options) {
|
|
181
|
+
return this.ctrl.create(options);
|
|
182
|
+
}
|
|
183
|
+
async dismissAll() {
|
|
184
|
+
return this.ctrl.dismissAll();
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
BalSnackbarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSnackbarService, deps: [{ token: BalTokenSnackbar }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
188
|
+
BalSnackbarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSnackbarService, providedIn: 'root' });
|
|
189
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSnackbarService, decorators: [{
|
|
190
|
+
type: Injectable,
|
|
191
|
+
args: [{
|
|
192
|
+
providedIn: 'root',
|
|
193
|
+
}]
|
|
194
|
+
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
195
|
+
type: Inject,
|
|
196
|
+
args: [BalTokenSnackbar]
|
|
197
|
+
}] }]; } });
|
|
198
|
+
|
|
123
199
|
/* eslint-disable */
|
|
124
200
|
/* tslint:disable */
|
|
125
201
|
const proxyInputs = (Cmp, inputs) => {
|
|
@@ -194,7 +270,7 @@ BalAccordion = __decorate([
|
|
|
194
270
|
ProxyCmp({
|
|
195
271
|
inputs: ['active', 'card', 'closeIcon', 'closeLabel', 'debounce', 'openIcon', 'openLabel'],
|
|
196
272
|
methods: ['present', 'dismiss', 'toggle'],
|
|
197
|
-
defineCustomElementFn: defineCustomElement$
|
|
273
|
+
defineCustomElementFn: defineCustomElement$4
|
|
198
274
|
}),
|
|
199
275
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
200
276
|
], BalAccordion);
|
|
@@ -220,7 +296,7 @@ BalAccordionDetails.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", vers
|
|
|
220
296
|
BalAccordionDetails.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalAccordionDetails, isStandalone: true, selector: "bal-accordion-details", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
221
297
|
BalAccordionDetails = __decorate([
|
|
222
298
|
ProxyCmp({
|
|
223
|
-
defineCustomElementFn: defineCustomElement$
|
|
299
|
+
defineCustomElementFn: defineCustomElement$5
|
|
224
300
|
}),
|
|
225
301
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
226
302
|
], BalAccordionDetails);
|
|
@@ -245,7 +321,7 @@ BalAccordionSummary.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
245
321
|
BalAccordionSummary = __decorate([
|
|
246
322
|
ProxyCmp({
|
|
247
323
|
inputs: ['trigger'],
|
|
248
|
-
defineCustomElementFn: defineCustomElement$
|
|
324
|
+
defineCustomElementFn: defineCustomElement$6
|
|
249
325
|
}),
|
|
250
326
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
251
327
|
], BalAccordionSummary);
|
|
@@ -271,7 +347,7 @@ BalAccordionTrigger.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
271
347
|
BalAccordionTrigger = __decorate([
|
|
272
348
|
ProxyCmp({
|
|
273
349
|
inputs: ['button', 'closeIcon', 'closeLabel', 'color', 'openIcon', 'openLabel', 'size'],
|
|
274
|
-
defineCustomElementFn: defineCustomElement$
|
|
350
|
+
defineCustomElementFn: defineCustomElement$7
|
|
275
351
|
}),
|
|
276
352
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
277
353
|
], BalAccordionTrigger);
|
|
@@ -298,7 +374,7 @@ BalApp = __decorate([
|
|
|
298
374
|
ProxyCmp({
|
|
299
375
|
inputs: ['animated'],
|
|
300
376
|
methods: ['setFocus'],
|
|
301
|
-
defineCustomElementFn: defineCustomElement$
|
|
377
|
+
defineCustomElementFn: defineCustomElement$8
|
|
302
378
|
}),
|
|
303
379
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
304
380
|
], BalApp);
|
|
@@ -324,7 +400,7 @@ BalBadge.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.
|
|
|
324
400
|
BalBadge = __decorate([
|
|
325
401
|
ProxyCmp({
|
|
326
402
|
inputs: ['color', 'icon', 'position', 'size'],
|
|
327
|
-
defineCustomElementFn: defineCustomElement$
|
|
403
|
+
defineCustomElementFn: defineCustomElement$9
|
|
328
404
|
}),
|
|
329
405
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
330
406
|
], BalBadge);
|
|
@@ -351,7 +427,7 @@ BalButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15
|
|
|
351
427
|
BalButton = __decorate([
|
|
352
428
|
ProxyCmp({
|
|
353
429
|
inputs: ['aria', 'color', 'disabled', 'download', 'elementType', 'expanded', 'flat', 'href', 'icon', 'iconRight', 'iconTurn', 'inverted', 'isActive', 'loading', 'name', 'noWrap', 'outlined', 'rel', 'rounded', 'shadow', 'size', 'square', 'target', 'value'],
|
|
354
|
-
defineCustomElementFn: defineCustomElement$
|
|
430
|
+
defineCustomElementFn: defineCustomElement$a
|
|
355
431
|
}),
|
|
356
432
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
357
433
|
], BalButton);
|
|
@@ -378,7 +454,7 @@ BalButtonGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version
|
|
|
378
454
|
BalButtonGroup = __decorate([
|
|
379
455
|
ProxyCmp({
|
|
380
456
|
inputs: ['direction', 'position', 'reverse'],
|
|
381
|
-
defineCustomElementFn: defineCustomElement$
|
|
457
|
+
defineCustomElementFn: defineCustomElement$b
|
|
382
458
|
}),
|
|
383
459
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
384
460
|
], BalButtonGroup);
|
|
@@ -404,7 +480,7 @@ BalCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
|
404
480
|
BalCard = __decorate([
|
|
405
481
|
ProxyCmp({
|
|
406
482
|
inputs: ['border', 'clickable', 'color', 'flat', 'fullheight', 'inverted', 'selected', 'space', 'square'],
|
|
407
|
-
defineCustomElementFn: defineCustomElement$
|
|
483
|
+
defineCustomElementFn: defineCustomElement$c
|
|
408
484
|
}),
|
|
409
485
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
410
486
|
], BalCard);
|
|
@@ -430,7 +506,7 @@ BalCardActions.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version
|
|
|
430
506
|
BalCardActions = __decorate([
|
|
431
507
|
ProxyCmp({
|
|
432
508
|
inputs: ['position'],
|
|
433
|
-
defineCustomElementFn: defineCustomElement$
|
|
509
|
+
defineCustomElementFn: defineCustomElement$d
|
|
434
510
|
}),
|
|
435
511
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
436
512
|
], BalCardActions);
|
|
@@ -456,7 +532,7 @@ BalCardButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
|
|
|
456
532
|
BalCardButton = __decorate([
|
|
457
533
|
ProxyCmp({
|
|
458
534
|
inputs: ['disabled', 'elementType', 'href', 'icon', 'iconRight', 'loading', 'target'],
|
|
459
|
-
defineCustomElementFn: defineCustomElement$
|
|
535
|
+
defineCustomElementFn: defineCustomElement$e
|
|
460
536
|
}),
|
|
461
537
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
462
538
|
], BalCardButton);
|
|
@@ -481,7 +557,7 @@ BalCardContent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version:
|
|
|
481
557
|
BalCardContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCardContent, isStandalone: true, selector: "bal-card-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
482
558
|
BalCardContent = __decorate([
|
|
483
559
|
ProxyCmp({
|
|
484
|
-
defineCustomElementFn: defineCustomElement$
|
|
560
|
+
defineCustomElementFn: defineCustomElement$f
|
|
485
561
|
}),
|
|
486
562
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
487
563
|
], BalCardContent);
|
|
@@ -506,7 +582,7 @@ BalCardSubtitle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versio
|
|
|
506
582
|
BalCardSubtitle = __decorate([
|
|
507
583
|
ProxyCmp({
|
|
508
584
|
inputs: ['bold', 'color', 'inverted'],
|
|
509
|
-
defineCustomElementFn: defineCustomElement$
|
|
585
|
+
defineCustomElementFn: defineCustomElement$g
|
|
510
586
|
}),
|
|
511
587
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
512
588
|
], BalCardSubtitle);
|
|
@@ -532,7 +608,7 @@ BalCardTitle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
|
|
|
532
608
|
BalCardTitle = __decorate([
|
|
533
609
|
ProxyCmp({
|
|
534
610
|
inputs: ['inverted'],
|
|
535
|
-
defineCustomElementFn: defineCustomElement$
|
|
611
|
+
defineCustomElementFn: defineCustomElement$h
|
|
536
612
|
}),
|
|
537
613
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
538
614
|
], BalCardTitle);
|
|
@@ -560,7 +636,7 @@ BalCarousel = __decorate([
|
|
|
560
636
|
ProxyCmp({
|
|
561
637
|
inputs: ['aspectRatio', 'border', 'controls', 'controlsOverflow', 'controlsSticky', 'fullHeight', 'interface', 'inverted', 'itemsPerView', 'scrollY', 'steps', 'value'],
|
|
562
638
|
methods: ['previous', 'next'],
|
|
563
|
-
defineCustomElementFn: defineCustomElement$
|
|
639
|
+
defineCustomElementFn: defineCustomElement$i
|
|
564
640
|
}),
|
|
565
641
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
566
642
|
], BalCarousel);
|
|
@@ -589,7 +665,7 @@ BalCarouselItem = __decorate([
|
|
|
589
665
|
ProxyCmp({
|
|
590
666
|
inputs: ['color', 'download', 'elementType', 'href', 'label', 'name', 'rel', 'src', 'target', 'value'],
|
|
591
667
|
methods: ['getData'],
|
|
592
|
-
defineCustomElementFn: defineCustomElement$
|
|
668
|
+
defineCustomElementFn: defineCustomElement$j
|
|
593
669
|
}),
|
|
594
670
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
595
671
|
], BalCarouselItem);
|
|
@@ -617,7 +693,7 @@ BalCheckboxButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
617
693
|
BalCheckboxButton = __decorate([
|
|
618
694
|
ProxyCmp({
|
|
619
695
|
inputs: ['color', 'disabled', 'invalid', 'readonly'],
|
|
620
|
-
defineCustomElementFn: defineCustomElement$
|
|
696
|
+
defineCustomElementFn: defineCustomElement$k
|
|
621
697
|
}),
|
|
622
698
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
623
699
|
], BalCheckboxButton);
|
|
@@ -644,7 +720,7 @@ BalClose.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.
|
|
|
644
720
|
BalClose = __decorate([
|
|
645
721
|
ProxyCmp({
|
|
646
722
|
inputs: ['inverted', 'size'],
|
|
647
|
-
defineCustomElementFn: defineCustomElement$
|
|
723
|
+
defineCustomElementFn: defineCustomElement$l
|
|
648
724
|
}),
|
|
649
725
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
650
726
|
], BalClose);
|
|
@@ -670,7 +746,7 @@ BalContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "1
|
|
|
670
746
|
BalContent = __decorate([
|
|
671
747
|
ProxyCmp({
|
|
672
748
|
inputs: ['align', 'layout', 'space'],
|
|
673
|
-
defineCustomElementFn: defineCustomElement$
|
|
749
|
+
defineCustomElementFn: defineCustomElement$m
|
|
674
750
|
}),
|
|
675
751
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
676
752
|
], BalContent);
|
|
@@ -696,7 +772,7 @@ BalData.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
|
696
772
|
BalData = __decorate([
|
|
697
773
|
ProxyCmp({
|
|
698
774
|
inputs: ['border', 'horizontal'],
|
|
699
|
-
defineCustomElementFn: defineCustomElement$
|
|
775
|
+
defineCustomElementFn: defineCustomElement$n
|
|
700
776
|
}),
|
|
701
777
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
702
778
|
], BalData);
|
|
@@ -722,7 +798,7 @@ BalDataItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
|
722
798
|
BalDataItem = __decorate([
|
|
723
799
|
ProxyCmp({
|
|
724
800
|
inputs: ['border', 'disabled'],
|
|
725
|
-
defineCustomElementFn: defineCustomElement$
|
|
801
|
+
defineCustomElementFn: defineCustomElement$o
|
|
726
802
|
}),
|
|
727
803
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
728
804
|
], BalDataItem);
|
|
@@ -748,7 +824,7 @@ BalDataLabel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
|
|
|
748
824
|
BalDataLabel = __decorate([
|
|
749
825
|
ProxyCmp({
|
|
750
826
|
inputs: ['required'],
|
|
751
|
-
defineCustomElementFn: defineCustomElement$
|
|
827
|
+
defineCustomElementFn: defineCustomElement$p
|
|
752
828
|
}),
|
|
753
829
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
754
830
|
], BalDataLabel);
|
|
@@ -775,7 +851,7 @@ BalDataValue.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
|
|
|
775
851
|
BalDataValue = __decorate([
|
|
776
852
|
ProxyCmp({
|
|
777
853
|
inputs: ['disabled', 'editable', 'multiline'],
|
|
778
|
-
defineCustomElementFn: defineCustomElement$
|
|
854
|
+
defineCustomElementFn: defineCustomElement$q
|
|
779
855
|
}),
|
|
780
856
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
781
857
|
], BalDataValue);
|
|
@@ -803,7 +879,7 @@ BalDateCalendar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versio
|
|
|
803
879
|
BalDateCalendar = __decorate([
|
|
804
880
|
ProxyCmp({
|
|
805
881
|
inputs: ['allowedDates', 'defaultDate', 'max', 'maxYearProp', 'min', 'minYearProp', 'value'],
|
|
806
|
-
defineCustomElementFn: defineCustomElement$
|
|
882
|
+
defineCustomElementFn: defineCustomElement$r
|
|
807
883
|
}),
|
|
808
884
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
809
885
|
], BalDateCalendar);
|
|
@@ -831,7 +907,7 @@ BalDateCalendarCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
831
907
|
BalDateCalendarCell = __decorate([
|
|
832
908
|
ProxyCmp({
|
|
833
909
|
inputs: ['day', 'disabled', 'fullDate', 'isoDate', 'month', 'selected', 'today', 'year'],
|
|
834
|
-
defineCustomElementFn: defineCustomElement$
|
|
910
|
+
defineCustomElementFn: defineCustomElement$s
|
|
835
911
|
}),
|
|
836
912
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
837
913
|
], BalDateCalendarCell);
|
|
@@ -858,7 +934,7 @@ BalDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "1
|
|
|
858
934
|
BalDivider = __decorate([
|
|
859
935
|
ProxyCmp({
|
|
860
936
|
inputs: ['color', 'layout', 'space'],
|
|
861
|
-
defineCustomElementFn: defineCustomElement$
|
|
937
|
+
defineCustomElementFn: defineCustomElement$t
|
|
862
938
|
}),
|
|
863
939
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
864
940
|
], BalDivider);
|
|
@@ -885,7 +961,7 @@ BalField.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.
|
|
|
885
961
|
BalField = __decorate([
|
|
886
962
|
ProxyCmp({
|
|
887
963
|
inputs: ['disabled', 'horizontal', 'invalid', 'loading', 'readonly', 'required', 'valid'],
|
|
888
|
-
defineCustomElementFn: defineCustomElement$
|
|
964
|
+
defineCustomElementFn: defineCustomElement$u
|
|
889
965
|
}),
|
|
890
966
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
891
967
|
], BalField);
|
|
@@ -912,7 +988,7 @@ BalFieldControl.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versio
|
|
|
912
988
|
BalFieldControl = __decorate([
|
|
913
989
|
ProxyCmp({
|
|
914
990
|
inputs: ['expandedOnMobile', 'iconLeft', 'iconRight', 'loading'],
|
|
915
|
-
defineCustomElementFn: defineCustomElement$
|
|
991
|
+
defineCustomElementFn: defineCustomElement$v
|
|
916
992
|
}),
|
|
917
993
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
918
994
|
], BalFieldControl);
|
|
@@ -938,7 +1014,7 @@ BalFieldHint.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
|
|
|
938
1014
|
BalFieldHint = __decorate([
|
|
939
1015
|
ProxyCmp({
|
|
940
1016
|
inputs: ['closeLabel', 'small', 'subject'],
|
|
941
|
-
defineCustomElementFn: defineCustomElement$
|
|
1017
|
+
defineCustomElementFn: defineCustomElement$w
|
|
942
1018
|
}),
|
|
943
1019
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
944
1020
|
], BalFieldHint);
|
|
@@ -964,7 +1040,7 @@ BalFieldLabel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
|
|
|
964
1040
|
BalFieldLabel = __decorate([
|
|
965
1041
|
ProxyCmp({
|
|
966
1042
|
inputs: ['disabled', 'htmlFor', 'invalid', 'readonly', 'required', 'size', 'valid', 'weight'],
|
|
967
|
-
defineCustomElementFn: defineCustomElement$
|
|
1043
|
+
defineCustomElementFn: defineCustomElement$x
|
|
968
1044
|
}),
|
|
969
1045
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
970
1046
|
], BalFieldLabel);
|
|
@@ -990,7 +1066,7 @@ BalFieldMessage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versio
|
|
|
990
1066
|
BalFieldMessage = __decorate([
|
|
991
1067
|
ProxyCmp({
|
|
992
1068
|
inputs: ['color', 'disabled', 'invalid', 'readonly', 'valid'],
|
|
993
|
-
defineCustomElementFn: defineCustomElement$
|
|
1069
|
+
defineCustomElementFn: defineCustomElement$y
|
|
994
1070
|
}),
|
|
995
1071
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
996
1072
|
], BalFieldMessage);
|
|
@@ -1016,7 +1092,7 @@ BalFooter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15
|
|
|
1016
1092
|
BalFooter = __decorate([
|
|
1017
1093
|
ProxyCmp({
|
|
1018
1094
|
inputs: ['hideLanguageSelection', 'hideLinks', 'showSocialMedia'],
|
|
1019
|
-
defineCustomElementFn: defineCustomElement$
|
|
1095
|
+
defineCustomElementFn: defineCustomElement$z
|
|
1020
1096
|
}),
|
|
1021
1097
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1022
1098
|
], BalFooter);
|
|
@@ -1043,7 +1119,7 @@ BalForm = __decorate([
|
|
|
1043
1119
|
ProxyCmp({
|
|
1044
1120
|
inputs: ['native', 'novalidate'],
|
|
1045
1121
|
methods: ['scrollToFirstInvalidField'],
|
|
1046
|
-
defineCustomElementFn: defineCustomElement$
|
|
1122
|
+
defineCustomElementFn: defineCustomElement$A
|
|
1047
1123
|
}),
|
|
1048
1124
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1049
1125
|
], BalForm);
|
|
@@ -1069,7 +1145,7 @@ BalFormCol.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "1
|
|
|
1069
1145
|
BalFormCol = __decorate([
|
|
1070
1146
|
ProxyCmp({
|
|
1071
1147
|
inputs: ['size'],
|
|
1072
|
-
defineCustomElementFn: defineCustomElement$
|
|
1148
|
+
defineCustomElementFn: defineCustomElement$B
|
|
1073
1149
|
}),
|
|
1074
1150
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1075
1151
|
], BalFormCol);
|
|
@@ -1094,7 +1170,7 @@ BalFormGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15
|
|
|
1094
1170
|
BalFormGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalFormGrid, isStandalone: true, selector: "bal-form-grid", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1095
1171
|
BalFormGrid = __decorate([
|
|
1096
1172
|
ProxyCmp({
|
|
1097
|
-
defineCustomElementFn: defineCustomElement$
|
|
1173
|
+
defineCustomElementFn: defineCustomElement$C
|
|
1098
1174
|
}),
|
|
1099
1175
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1100
1176
|
], BalFormGrid);
|
|
@@ -1119,7 +1195,7 @@ BalHeading.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "1
|
|
|
1119
1195
|
BalHeading = __decorate([
|
|
1120
1196
|
ProxyCmp({
|
|
1121
1197
|
inputs: ['autoLevel', 'color', 'inverted', 'level', 'noWrap', 'shadow', 'space', 'subtitle', 'visualLevel'],
|
|
1122
|
-
defineCustomElementFn: defineCustomElement$
|
|
1198
|
+
defineCustomElementFn: defineCustomElement$D
|
|
1123
1199
|
}),
|
|
1124
1200
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1125
1201
|
], BalHeading);
|
|
@@ -1146,7 +1222,7 @@ BalHint = __decorate([
|
|
|
1146
1222
|
ProxyCmp({
|
|
1147
1223
|
inputs: ['closeLabel', 'small'],
|
|
1148
1224
|
methods: ['toggle', 'present', 'dismiss'],
|
|
1149
|
-
defineCustomElementFn: defineCustomElement$
|
|
1225
|
+
defineCustomElementFn: defineCustomElement$E
|
|
1150
1226
|
}),
|
|
1151
1227
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1152
1228
|
], BalHint);
|
|
@@ -1171,7 +1247,7 @@ BalHintText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15
|
|
|
1171
1247
|
BalHintText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalHintText, isStandalone: true, selector: "bal-hint-text", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1172
1248
|
BalHintText = __decorate([
|
|
1173
1249
|
ProxyCmp({
|
|
1174
|
-
defineCustomElementFn: defineCustomElement$
|
|
1250
|
+
defineCustomElementFn: defineCustomElement$F
|
|
1175
1251
|
}),
|
|
1176
1252
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1177
1253
|
], BalHintText);
|
|
@@ -1195,7 +1271,7 @@ BalHintTitle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "1
|
|
|
1195
1271
|
BalHintTitle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalHintTitle, isStandalone: true, selector: "bal-hint-title", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1196
1272
|
BalHintTitle = __decorate([
|
|
1197
1273
|
ProxyCmp({
|
|
1198
|
-
defineCustomElementFn: defineCustomElement$
|
|
1274
|
+
defineCustomElementFn: defineCustomElement$G
|
|
1199
1275
|
}),
|
|
1200
1276
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1201
1277
|
], BalHintTitle);
|
|
@@ -1220,7 +1296,7 @@ BalIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
|
1220
1296
|
BalIcon = __decorate([
|
|
1221
1297
|
ProxyCmp({
|
|
1222
1298
|
inputs: ['color', 'disabled', 'inline', 'invalid', 'inverted', 'name', 'shadow', 'size', 'svg', 'turn'],
|
|
1223
|
-
defineCustomElementFn: defineCustomElement$
|
|
1299
|
+
defineCustomElementFn: defineCustomElement$H
|
|
1224
1300
|
}),
|
|
1225
1301
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1226
1302
|
], BalIcon);
|
|
@@ -1246,7 +1322,7 @@ BalInputGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
|
|
|
1246
1322
|
BalInputGroup = __decorate([
|
|
1247
1323
|
ProxyCmp({
|
|
1248
1324
|
inputs: ['disabled', 'invalid', 'readonly'],
|
|
1249
|
-
defineCustomElementFn: defineCustomElement$
|
|
1325
|
+
defineCustomElementFn: defineCustomElement$I
|
|
1250
1326
|
}),
|
|
1251
1327
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1252
1328
|
], BalInputGroup);
|
|
@@ -1272,7 +1348,7 @@ BalLabel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.
|
|
|
1272
1348
|
BalLabel = __decorate([
|
|
1273
1349
|
ProxyCmp({
|
|
1274
1350
|
inputs: ['disabled', 'htmlFor', 'invalid', 'multiline', 'noWrap', 'readonly', 'required', 'size', 'valid', 'weight'],
|
|
1275
|
-
defineCustomElementFn: defineCustomElement$
|
|
1351
|
+
defineCustomElementFn: defineCustomElement$J
|
|
1276
1352
|
}),
|
|
1277
1353
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1278
1354
|
], BalLabel);
|
|
@@ -1298,7 +1374,7 @@ BalList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
|
1298
1374
|
BalList = __decorate([
|
|
1299
1375
|
ProxyCmp({
|
|
1300
1376
|
inputs: ['accordionOneLevel', 'background', 'border', 'disabled', 'size'],
|
|
1301
|
-
defineCustomElementFn: defineCustomElement$
|
|
1377
|
+
defineCustomElementFn: defineCustomElement$K
|
|
1302
1378
|
}),
|
|
1303
1379
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1304
1380
|
], BalList);
|
|
@@ -1326,7 +1402,7 @@ BalListItem = __decorate([
|
|
|
1326
1402
|
ProxyCmp({
|
|
1327
1403
|
inputs: ['accordion', 'clickable', 'disabled', 'download', 'href', 'selected', 'subAccordionItem', 'target'],
|
|
1328
1404
|
methods: ['present', 'dismiss', 'toggle'],
|
|
1329
|
-
defineCustomElementFn: defineCustomElement$
|
|
1405
|
+
defineCustomElementFn: defineCustomElement$L
|
|
1330
1406
|
}),
|
|
1331
1407
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1332
1408
|
], BalListItem);
|
|
@@ -1353,7 +1429,7 @@ BalListItemAccordionBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0
|
|
|
1353
1429
|
BalListItemAccordionBody = __decorate([
|
|
1354
1430
|
ProxyCmp({
|
|
1355
1431
|
inputs: ['accordionGroup', 'contentAlignment', 'contentSpace'],
|
|
1356
|
-
defineCustomElementFn: defineCustomElement$
|
|
1432
|
+
defineCustomElementFn: defineCustomElement$M
|
|
1357
1433
|
}),
|
|
1358
1434
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1359
1435
|
], BalListItemAccordionBody);
|
|
@@ -1380,7 +1456,7 @@ BalListItemAccordionHead.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0
|
|
|
1380
1456
|
BalListItemAccordionHead = __decorate([
|
|
1381
1457
|
ProxyCmp({
|
|
1382
1458
|
inputs: ['accordionOpen', 'icon'],
|
|
1383
|
-
defineCustomElementFn: defineCustomElement$
|
|
1459
|
+
defineCustomElementFn: defineCustomElement$N
|
|
1384
1460
|
}),
|
|
1385
1461
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1386
1462
|
], BalListItemAccordionHead);
|
|
@@ -1407,7 +1483,7 @@ BalListItemContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ver
|
|
|
1407
1483
|
BalListItemContent = __decorate([
|
|
1408
1484
|
ProxyCmp({
|
|
1409
1485
|
inputs: ['contentAlignment'],
|
|
1410
|
-
defineCustomElementFn: defineCustomElement$
|
|
1486
|
+
defineCustomElementFn: defineCustomElement$O
|
|
1411
1487
|
}),
|
|
1412
1488
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1413
1489
|
], BalListItemContent);
|
|
@@ -1433,7 +1509,7 @@ BalListItemIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versio
|
|
|
1433
1509
|
BalListItemIcon = __decorate([
|
|
1434
1510
|
ProxyCmp({
|
|
1435
1511
|
inputs: ['right'],
|
|
1436
|
-
defineCustomElementFn: defineCustomElement$
|
|
1512
|
+
defineCustomElementFn: defineCustomElement$P
|
|
1437
1513
|
}),
|
|
1438
1514
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1439
1515
|
], BalListItemIcon);
|
|
@@ -1458,7 +1534,7 @@ BalListItemSubtitle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", vers
|
|
|
1458
1534
|
BalListItemSubtitle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalListItemSubtitle, isStandalone: true, selector: "bal-list-item-subtitle", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1459
1535
|
BalListItemSubtitle = __decorate([
|
|
1460
1536
|
ProxyCmp({
|
|
1461
|
-
defineCustomElementFn: defineCustomElement$
|
|
1537
|
+
defineCustomElementFn: defineCustomElement$Q
|
|
1462
1538
|
}),
|
|
1463
1539
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1464
1540
|
], BalListItemSubtitle);
|
|
@@ -1483,7 +1559,7 @@ BalListItemTitle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
|
1483
1559
|
BalListItemTitle = __decorate([
|
|
1484
1560
|
ProxyCmp({
|
|
1485
1561
|
inputs: ['level', 'visualLevel'],
|
|
1486
|
-
defineCustomElementFn: defineCustomElement$
|
|
1562
|
+
defineCustomElementFn: defineCustomElement$R
|
|
1487
1563
|
}),
|
|
1488
1564
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1489
1565
|
], BalListItemTitle);
|
|
@@ -1509,7 +1585,7 @@ BalLogo.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
|
1509
1585
|
BalLogo = __decorate([
|
|
1510
1586
|
ProxyCmp({
|
|
1511
1587
|
inputs: ['animated', 'color', 'size'],
|
|
1512
|
-
defineCustomElementFn: defineCustomElement$
|
|
1588
|
+
defineCustomElementFn: defineCustomElement$S
|
|
1513
1589
|
}),
|
|
1514
1590
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1515
1591
|
], BalLogo);
|
|
@@ -1537,7 +1613,7 @@ BalModal = __decorate([
|
|
|
1537
1613
|
ProxyCmp({
|
|
1538
1614
|
inputs: ['backdropDismiss', 'component', 'componentProps', 'cssClass', 'hasBackdrop', 'isClosable', 'modalWidth', 'space'],
|
|
1539
1615
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss'],
|
|
1540
|
-
defineCustomElementFn: defineCustomElement$
|
|
1616
|
+
defineCustomElementFn: defineCustomElement$1
|
|
1541
1617
|
}),
|
|
1542
1618
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1543
1619
|
], BalModal);
|
|
@@ -1563,7 +1639,7 @@ BalModalBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "1
|
|
|
1563
1639
|
BalModalBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalModalBody, isStandalone: true, selector: "bal-modal-body", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1564
1640
|
BalModalBody = __decorate([
|
|
1565
1641
|
ProxyCmp({
|
|
1566
|
-
defineCustomElementFn: defineCustomElement$
|
|
1642
|
+
defineCustomElementFn: defineCustomElement$T
|
|
1567
1643
|
}),
|
|
1568
1644
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1569
1645
|
], BalModalBody);
|
|
@@ -1587,7 +1663,7 @@ BalModalHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version:
|
|
|
1587
1663
|
BalModalHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalModalHeader, isStandalone: true, selector: "bal-modal-header", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1588
1664
|
BalModalHeader = __decorate([
|
|
1589
1665
|
ProxyCmp({
|
|
1590
|
-
defineCustomElementFn: defineCustomElement$
|
|
1666
|
+
defineCustomElementFn: defineCustomElement$U
|
|
1591
1667
|
}),
|
|
1592
1668
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1593
1669
|
], BalModalHeader);
|
|
@@ -1613,7 +1689,7 @@ BalNav.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.
|
|
|
1613
1689
|
BalNav = __decorate([
|
|
1614
1690
|
ProxyCmp({
|
|
1615
1691
|
inputs: ['buttons', 'logo', 'options'],
|
|
1616
|
-
defineCustomElementFn: defineCustomElement$
|
|
1692
|
+
defineCustomElementFn: defineCustomElement$V
|
|
1617
1693
|
}),
|
|
1618
1694
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1619
1695
|
], BalNav);
|
|
@@ -1640,7 +1716,7 @@ BalNavLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "1
|
|
|
1640
1716
|
BalNavLink = __decorate([
|
|
1641
1717
|
ProxyCmp({
|
|
1642
1718
|
inputs: ['clickable', 'href', 'selected', 'target', 'variant'],
|
|
1643
|
-
defineCustomElementFn: defineCustomElement$
|
|
1719
|
+
defineCustomElementFn: defineCustomElement$W
|
|
1644
1720
|
}),
|
|
1645
1721
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1646
1722
|
], BalNavLink);
|
|
@@ -1665,7 +1741,7 @@ BalNavLinkGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version:
|
|
|
1665
1741
|
BalNavLinkGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNavLinkGrid, isStandalone: true, selector: "bal-nav-link-grid", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1666
1742
|
BalNavLinkGrid = __decorate([
|
|
1667
1743
|
ProxyCmp({
|
|
1668
|
-
defineCustomElementFn: defineCustomElement$
|
|
1744
|
+
defineCustomElementFn: defineCustomElement$X
|
|
1669
1745
|
}),
|
|
1670
1746
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1671
1747
|
], BalNavLinkGrid);
|
|
@@ -1690,7 +1766,7 @@ BalNavLinkGridCol.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
1690
1766
|
BalNavLinkGridCol = __decorate([
|
|
1691
1767
|
ProxyCmp({
|
|
1692
1768
|
inputs: ['staticCol'],
|
|
1693
|
-
defineCustomElementFn: defineCustomElement$
|
|
1769
|
+
defineCustomElementFn: defineCustomElement$Y
|
|
1694
1770
|
}),
|
|
1695
1771
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1696
1772
|
], BalNavLinkGridCol);
|
|
@@ -1716,7 +1792,7 @@ BalNavLinkGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versio
|
|
|
1716
1792
|
BalNavLinkGroup = __decorate([
|
|
1717
1793
|
ProxyCmp({
|
|
1718
1794
|
inputs: ['color'],
|
|
1719
|
-
defineCustomElementFn: defineCustomElement$
|
|
1795
|
+
defineCustomElementFn: defineCustomElement$Z
|
|
1720
1796
|
}),
|
|
1721
1797
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1722
1798
|
], BalNavLinkGroup);
|
|
@@ -1742,7 +1818,7 @@ BalNavMenuBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
|
|
|
1742
1818
|
BalNavMenuBar = __decorate([
|
|
1743
1819
|
ProxyCmp({
|
|
1744
1820
|
inputs: ['invisible', 'position'],
|
|
1745
|
-
defineCustomElementFn: defineCustomElement$
|
|
1821
|
+
defineCustomElementFn: defineCustomElement$_
|
|
1746
1822
|
}),
|
|
1747
1823
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1748
1824
|
], BalNavMenuBar);
|
|
@@ -1767,7 +1843,7 @@ BalNavMenuFlyout.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version
|
|
|
1767
1843
|
BalNavMenuFlyout.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNavMenuFlyout, isStandalone: true, selector: "bal-nav-menu-flyout", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1768
1844
|
BalNavMenuFlyout = __decorate([
|
|
1769
1845
|
ProxyCmp({
|
|
1770
|
-
defineCustomElementFn: defineCustomElement
|
|
1846
|
+
defineCustomElementFn: defineCustomElement$$
|
|
1771
1847
|
}),
|
|
1772
1848
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1773
1849
|
], BalNavMenuFlyout);
|
|
@@ -1792,7 +1868,7 @@ BalNavMetaBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
|
|
|
1792
1868
|
BalNavMetaBar = __decorate([
|
|
1793
1869
|
ProxyCmp({
|
|
1794
1870
|
inputs: ['invisible', 'position', 'size', 'variant'],
|
|
1795
|
-
defineCustomElementFn: defineCustomElement$
|
|
1871
|
+
defineCustomElementFn: defineCustomElement$10
|
|
1796
1872
|
}),
|
|
1797
1873
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1798
1874
|
], BalNavMetaBar);
|
|
@@ -1818,7 +1894,7 @@ BalNavbar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15
|
|
|
1818
1894
|
BalNavbar = __decorate([
|
|
1819
1895
|
ProxyCmp({
|
|
1820
1896
|
inputs: ['container', 'interface', 'light'],
|
|
1821
|
-
defineCustomElementFn: defineCustomElement
|
|
1897
|
+
defineCustomElementFn: defineCustomElement$11
|
|
1822
1898
|
}),
|
|
1823
1899
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1824
1900
|
], BalNavbar);
|
|
@@ -1845,7 +1921,7 @@ BalNavbarBrand.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version
|
|
|
1845
1921
|
BalNavbarBrand = __decorate([
|
|
1846
1922
|
ProxyCmp({
|
|
1847
1923
|
inputs: ['animated', 'href', 'logo', 'logoSize', 'simple', 'target'],
|
|
1848
|
-
defineCustomElementFn: defineCustomElement$
|
|
1924
|
+
defineCustomElementFn: defineCustomElement$12
|
|
1849
1925
|
}),
|
|
1850
1926
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1851
1927
|
], BalNavbarBrand);
|
|
@@ -1871,7 +1947,7 @@ BalNavbarMenu.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
|
1871
1947
|
BalNavbarMenu.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNavbarMenu, isStandalone: true, selector: "bal-navbar-menu", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1872
1948
|
BalNavbarMenu = __decorate([
|
|
1873
1949
|
ProxyCmp({
|
|
1874
|
-
defineCustomElementFn: defineCustomElement$
|
|
1950
|
+
defineCustomElementFn: defineCustomElement$13
|
|
1875
1951
|
}),
|
|
1876
1952
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1877
1953
|
], BalNavbarMenu);
|
|
@@ -1895,7 +1971,7 @@ BalNavbarMenuEnd.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version
|
|
|
1895
1971
|
BalNavbarMenuEnd.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNavbarMenuEnd, isStandalone: true, selector: "bal-navbar-menu-end", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1896
1972
|
BalNavbarMenuEnd = __decorate([
|
|
1897
1973
|
ProxyCmp({
|
|
1898
|
-
defineCustomElementFn: defineCustomElement$
|
|
1974
|
+
defineCustomElementFn: defineCustomElement$14
|
|
1899
1975
|
}),
|
|
1900
1976
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1901
1977
|
], BalNavbarMenuEnd);
|
|
@@ -1919,7 +1995,7 @@ BalNavbarMenuStart.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", versi
|
|
|
1919
1995
|
BalNavbarMenuStart.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNavbarMenuStart, isStandalone: true, selector: "bal-navbar-menu-start", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1920
1996
|
BalNavbarMenuStart = __decorate([
|
|
1921
1997
|
ProxyCmp({
|
|
1922
|
-
defineCustomElementFn: defineCustomElement$
|
|
1998
|
+
defineCustomElementFn: defineCustomElement$15
|
|
1923
1999
|
}),
|
|
1924
2000
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1925
2001
|
], BalNavbarMenuStart);
|
|
@@ -1943,7 +2019,7 @@ BalNotices.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
|
1943
2019
|
BalNotices.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNotices, isStandalone: true, selector: "bal-notices", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1944
2020
|
BalNotices = __decorate([
|
|
1945
2021
|
ProxyCmp({
|
|
1946
|
-
defineCustomElementFn: defineCustomElement$
|
|
2022
|
+
defineCustomElementFn: defineCustomElement$16
|
|
1947
2023
|
}),
|
|
1948
2024
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1949
2025
|
], BalNotices);
|
|
@@ -1968,7 +2044,7 @@ BalNotification.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versio
|
|
|
1968
2044
|
BalNotification = __decorate([
|
|
1969
2045
|
ProxyCmp({
|
|
1970
2046
|
inputs: ['color'],
|
|
1971
|
-
defineCustomElementFn: defineCustomElement$
|
|
2047
|
+
defineCustomElementFn: defineCustomElement$17
|
|
1972
2048
|
}),
|
|
1973
2049
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1974
2050
|
], BalNotification);
|
|
@@ -1996,7 +2072,7 @@ BalPagination = __decorate([
|
|
|
1996
2072
|
ProxyCmp({
|
|
1997
2073
|
inputs: ['align', 'disabled', 'interface', 'pageRange', 'size', 'sticky', 'top', 'totalPages', 'value'],
|
|
1998
2074
|
methods: ['next', 'previous'],
|
|
1999
|
-
defineCustomElementFn: defineCustomElement$
|
|
2075
|
+
defineCustomElementFn: defineCustomElement$18
|
|
2000
2076
|
}),
|
|
2001
2077
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2002
2078
|
], BalPagination);
|
|
@@ -2025,7 +2101,7 @@ BalPopover = __decorate([
|
|
|
2025
2101
|
ProxyCmp({
|
|
2026
2102
|
inputs: ['active', 'arrow', 'autoTrigger', 'backdrop', 'hint', 'hover', 'mobileTop', 'offsetX', 'offsetY', 'padding', 'position', 'tooltip'],
|
|
2027
2103
|
methods: ['present', 'dismiss', 'toggle'],
|
|
2028
|
-
defineCustomElementFn: defineCustomElement$
|
|
2104
|
+
defineCustomElementFn: defineCustomElement$19
|
|
2029
2105
|
}),
|
|
2030
2106
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2031
2107
|
], BalPopover);
|
|
@@ -2052,7 +2128,7 @@ BalPopoverContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
2052
2128
|
BalPopoverContent = __decorate([
|
|
2053
2129
|
ProxyCmp({
|
|
2054
2130
|
inputs: ['color', 'contentMinWidth', 'contentWidth', 'expanded', 'mobileTop', 'noShadow', 'radius', 'scrollable', 'spaceless'],
|
|
2055
|
-
defineCustomElementFn: defineCustomElement$
|
|
2131
|
+
defineCustomElementFn: defineCustomElement$1a
|
|
2056
2132
|
}),
|
|
2057
2133
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2058
2134
|
], BalPopoverContent);
|
|
@@ -2080,7 +2156,7 @@ BalPopup = __decorate([
|
|
|
2080
2156
|
ProxyCmp({
|
|
2081
2157
|
inputs: ['active', 'arrow', 'backdrop', 'backdropDismiss', 'closable', 'contentWidth', 'label', 'offset', 'placement', 'reference', 'variant'],
|
|
2082
2158
|
methods: ['present', 'dismiss', 'toggle'],
|
|
2083
|
-
defineCustomElementFn: defineCustomElement$
|
|
2159
|
+
defineCustomElementFn: defineCustomElement$1b
|
|
2084
2160
|
}),
|
|
2085
2161
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2086
2162
|
], BalPopup);
|
|
@@ -2108,7 +2184,7 @@ BalProgressBar = __decorate([
|
|
|
2108
2184
|
ProxyCmp({
|
|
2109
2185
|
inputs: ['background', 'value'],
|
|
2110
2186
|
methods: ['configChanged'],
|
|
2111
|
-
defineCustomElementFn: defineCustomElement$
|
|
2187
|
+
defineCustomElementFn: defineCustomElement$1c
|
|
2112
2188
|
}),
|
|
2113
2189
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2114
2190
|
], BalProgressBar);
|
|
@@ -2136,7 +2212,7 @@ BalRadio = __decorate([
|
|
|
2136
2212
|
ProxyCmp({
|
|
2137
2213
|
inputs: ['disabled', 'flat', 'interface', 'invalid', 'invisible', 'label', 'labelHidden', 'name', 'nonSubmit', 'readonly', 'required', 'value'],
|
|
2138
2214
|
methods: ['getInputElement', 'getOption'],
|
|
2139
|
-
defineCustomElementFn: defineCustomElement$
|
|
2215
|
+
defineCustomElementFn: defineCustomElement$1d
|
|
2140
2216
|
}),
|
|
2141
2217
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2142
2218
|
], BalRadio);
|
|
@@ -2164,7 +2240,7 @@ BalRadioButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version
|
|
|
2164
2240
|
BalRadioButton = __decorate([
|
|
2165
2241
|
ProxyCmp({
|
|
2166
2242
|
inputs: ['color', 'disabled', 'invalid', 'readonly'],
|
|
2167
|
-
defineCustomElementFn: defineCustomElement$
|
|
2243
|
+
defineCustomElementFn: defineCustomElement$1e
|
|
2168
2244
|
}),
|
|
2169
2245
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2170
2246
|
], BalRadioButton);
|
|
@@ -2191,7 +2267,7 @@ BalSelectOption.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versio
|
|
|
2191
2267
|
BalSelectOption = __decorate([
|
|
2192
2268
|
ProxyCmp({
|
|
2193
2269
|
inputs: ['disabled', 'label', 'value'],
|
|
2194
|
-
defineCustomElementFn: defineCustomElement$
|
|
2270
|
+
defineCustomElementFn: defineCustomElement$1f
|
|
2195
2271
|
}),
|
|
2196
2272
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2197
2273
|
], BalSelectOption);
|
|
@@ -2217,7 +2293,7 @@ BalShape.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.
|
|
|
2217
2293
|
BalShape = __decorate([
|
|
2218
2294
|
ProxyCmp({
|
|
2219
2295
|
inputs: ['color', 'rotation', 'variation'],
|
|
2220
|
-
defineCustomElementFn: defineCustomElement$
|
|
2296
|
+
defineCustomElementFn: defineCustomElement$1g
|
|
2221
2297
|
}),
|
|
2222
2298
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2223
2299
|
], BalShape);
|
|
@@ -2243,7 +2319,7 @@ BalSheet.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.
|
|
|
2243
2319
|
BalSheet = __decorate([
|
|
2244
2320
|
ProxyCmp({
|
|
2245
2321
|
inputs: ['containerSize'],
|
|
2246
|
-
defineCustomElementFn: defineCustomElement$
|
|
2322
|
+
defineCustomElementFn: defineCustomElement$1h
|
|
2247
2323
|
}),
|
|
2248
2324
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2249
2325
|
], BalSheet);
|
|
@@ -2271,7 +2347,7 @@ BalSnackbar = __decorate([
|
|
|
2271
2347
|
ProxyCmp({
|
|
2272
2348
|
inputs: ['action', 'color', 'duration', 'href', 'icon', 'message', 'subject', 'target'],
|
|
2273
2349
|
methods: ['closeIn', 'close'],
|
|
2274
|
-
defineCustomElementFn: defineCustomElement$
|
|
2350
|
+
defineCustomElementFn: defineCustomElement$3
|
|
2275
2351
|
}),
|
|
2276
2352
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2277
2353
|
], BalSnackbar);
|
|
@@ -2298,7 +2374,7 @@ BalSpinner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "1
|
|
|
2298
2374
|
BalSpinner = __decorate([
|
|
2299
2375
|
ProxyCmp({
|
|
2300
2376
|
inputs: ['color', 'deactivated', 'inverted', 'small'],
|
|
2301
|
-
defineCustomElementFn: defineCustomElement$
|
|
2377
|
+
defineCustomElementFn: defineCustomElement$1i
|
|
2302
2378
|
}),
|
|
2303
2379
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2304
2380
|
], BalSpinner);
|
|
@@ -2324,7 +2400,7 @@ BalStack.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.
|
|
|
2324
2400
|
BalStack = __decorate([
|
|
2325
2401
|
ProxyCmp({
|
|
2326
2402
|
inputs: ['align', 'fitContent', 'layout', 'px', 'py', 'space', 'spaceColumn', 'spaceRow', 'useWrap'],
|
|
2327
|
-
defineCustomElementFn: defineCustomElement$
|
|
2403
|
+
defineCustomElementFn: defineCustomElement$1j
|
|
2328
2404
|
}),
|
|
2329
2405
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2330
2406
|
], BalStack);
|
|
@@ -2350,7 +2426,7 @@ BalStage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.
|
|
|
2350
2426
|
BalStage = __decorate([
|
|
2351
2427
|
ProxyCmp({
|
|
2352
2428
|
inputs: ['color', 'containerSize', 'shape', 'shapeRotation', 'shapeVariation', 'size'],
|
|
2353
|
-
defineCustomElementFn: defineCustomElement$
|
|
2429
|
+
defineCustomElementFn: defineCustomElement$1k
|
|
2354
2430
|
}),
|
|
2355
2431
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2356
2432
|
], BalStage);
|
|
@@ -2376,7 +2452,7 @@ BalStageBackLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
|
2376
2452
|
BalStageBackLink = __decorate([
|
|
2377
2453
|
ProxyCmp({
|
|
2378
2454
|
inputs: ['href', 'inverted', 'shadow'],
|
|
2379
|
-
defineCustomElementFn: defineCustomElement$
|
|
2455
|
+
defineCustomElementFn: defineCustomElement$1l
|
|
2380
2456
|
}),
|
|
2381
2457
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2382
2458
|
], BalStageBackLink);
|
|
@@ -2401,7 +2477,7 @@ BalStageBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "1
|
|
|
2401
2477
|
BalStageBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalStageBody, isStandalone: true, selector: "bal-stage-body", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2402
2478
|
BalStageBody = __decorate([
|
|
2403
2479
|
ProxyCmp({
|
|
2404
|
-
defineCustomElementFn: defineCustomElement$
|
|
2480
|
+
defineCustomElementFn: defineCustomElement$1m
|
|
2405
2481
|
}),
|
|
2406
2482
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2407
2483
|
], BalStageBody);
|
|
@@ -2425,7 +2501,7 @@ BalStageFoot.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "1
|
|
|
2425
2501
|
BalStageFoot.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalStageFoot, isStandalone: true, selector: "bal-stage-foot", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2426
2502
|
BalStageFoot = __decorate([
|
|
2427
2503
|
ProxyCmp({
|
|
2428
|
-
defineCustomElementFn: defineCustomElement$
|
|
2504
|
+
defineCustomElementFn: defineCustomElement$1n
|
|
2429
2505
|
}),
|
|
2430
2506
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2431
2507
|
], BalStageFoot);
|
|
@@ -2449,7 +2525,7 @@ BalStageHead.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "1
|
|
|
2449
2525
|
BalStageHead.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalStageHead, isStandalone: true, selector: "bal-stage-head", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2450
2526
|
BalStageHead = __decorate([
|
|
2451
2527
|
ProxyCmp({
|
|
2452
|
-
defineCustomElementFn: defineCustomElement$
|
|
2528
|
+
defineCustomElementFn: defineCustomElement$1o
|
|
2453
2529
|
}),
|
|
2454
2530
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2455
2531
|
], BalStageHead);
|
|
@@ -2474,7 +2550,7 @@ BalStageImage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
|
|
|
2474
2550
|
BalStageImage = __decorate([
|
|
2475
2551
|
ProxyCmp({
|
|
2476
2552
|
inputs: ['fallback', 'srcSet'],
|
|
2477
|
-
defineCustomElementFn: defineCustomElement$
|
|
2553
|
+
defineCustomElementFn: defineCustomElement$1p
|
|
2478
2554
|
}),
|
|
2479
2555
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2480
2556
|
], BalStageImage);
|
|
@@ -2502,7 +2578,7 @@ BalStepItem = __decorate([
|
|
|
2502
2578
|
ProxyCmp({
|
|
2503
2579
|
inputs: ['active', 'disabled', 'done', 'failed', 'href', 'invisible', 'label', 'prevent', 'target', 'value'],
|
|
2504
2580
|
methods: ['getOptions', 'setActive'],
|
|
2505
|
-
defineCustomElementFn: defineCustomElement$
|
|
2581
|
+
defineCustomElementFn: defineCustomElement$1q
|
|
2506
2582
|
}),
|
|
2507
2583
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2508
2584
|
], BalStepItem);
|
|
@@ -2531,7 +2607,7 @@ BalSteps = __decorate([
|
|
|
2531
2607
|
ProxyCmp({
|
|
2532
2608
|
inputs: ['clickable', 'debounce', 'options', 'value'],
|
|
2533
2609
|
methods: ['select', 'getOptionByValue'],
|
|
2534
|
-
defineCustomElementFn: defineCustomElement$
|
|
2610
|
+
defineCustomElementFn: defineCustomElement$1r
|
|
2535
2611
|
}),
|
|
2536
2612
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2537
2613
|
], BalSteps);
|
|
@@ -2560,7 +2636,7 @@ BalTabItem = __decorate([
|
|
|
2560
2636
|
ProxyCmp({
|
|
2561
2637
|
inputs: ['active', 'bubble', 'disabled', 'href', 'icon', 'invisible', 'label', 'prevent', 'target', 'value'],
|
|
2562
2638
|
methods: ['getOptions', 'setActive'],
|
|
2563
|
-
defineCustomElementFn: defineCustomElement$
|
|
2639
|
+
defineCustomElementFn: defineCustomElement$1s
|
|
2564
2640
|
}),
|
|
2565
2641
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2566
2642
|
], BalTabItem);
|
|
@@ -2587,7 +2663,7 @@ BalTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.
|
|
|
2587
2663
|
BalTable = __decorate([
|
|
2588
2664
|
ProxyCmp({
|
|
2589
2665
|
inputs: ['expanded'],
|
|
2590
|
-
defineCustomElementFn: defineCustomElement$
|
|
2666
|
+
defineCustomElementFn: defineCustomElement$1t
|
|
2591
2667
|
}),
|
|
2592
2668
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2593
2669
|
], BalTable);
|
|
@@ -2615,7 +2691,7 @@ BalTabs = __decorate([
|
|
|
2615
2691
|
ProxyCmp({
|
|
2616
2692
|
inputs: ['accordion', 'border', 'clickable', 'context', 'debounce', 'expanded', 'float', 'fullwidth', 'iconPosition', 'inverted', 'optionalTabSelection', 'options', 'overflow', 'selectOnMobile', 'spaceless', 'value', 'vertical', 'verticalColSize'],
|
|
2617
2693
|
methods: ['select', 'getOptionByValue'],
|
|
2618
|
-
defineCustomElementFn: defineCustomElement$
|
|
2694
|
+
defineCustomElementFn: defineCustomElement$1u
|
|
2619
2695
|
}),
|
|
2620
2696
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2621
2697
|
], BalTabs);
|
|
@@ -2643,7 +2719,7 @@ BalTag.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.
|
|
|
2643
2719
|
BalTag = __decorate([
|
|
2644
2720
|
ProxyCmp({
|
|
2645
2721
|
inputs: ['closable', 'color', 'disabled', 'invalid', 'light', 'position', 'size'],
|
|
2646
|
-
defineCustomElementFn: defineCustomElement$
|
|
2722
|
+
defineCustomElementFn: defineCustomElement$1v
|
|
2647
2723
|
}),
|
|
2648
2724
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2649
2725
|
], BalTag);
|
|
@@ -2669,7 +2745,7 @@ BalTagGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15
|
|
|
2669
2745
|
BalTagGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalTagGroup, isStandalone: true, selector: "bal-tag-group", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2670
2746
|
BalTagGroup = __decorate([
|
|
2671
2747
|
ProxyCmp({
|
|
2672
|
-
defineCustomElementFn: defineCustomElement$
|
|
2748
|
+
defineCustomElementFn: defineCustomElement$1w
|
|
2673
2749
|
}),
|
|
2674
2750
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2675
2751
|
], BalTagGroup);
|
|
@@ -2694,7 +2770,7 @@ BalText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
|
2694
2770
|
BalText = __decorate([
|
|
2695
2771
|
ProxyCmp({
|
|
2696
2772
|
inputs: ['bold', 'color', 'disabled', 'heading', 'inline', 'invalid', 'inverted', 'noWrap', 'shadow', 'size', 'space'],
|
|
2697
|
-
defineCustomElementFn: defineCustomElement$
|
|
2773
|
+
defineCustomElementFn: defineCustomElement$1x
|
|
2698
2774
|
}),
|
|
2699
2775
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2700
2776
|
], BalText);
|
|
@@ -2722,7 +2798,7 @@ BalToast = __decorate([
|
|
|
2722
2798
|
ProxyCmp({
|
|
2723
2799
|
inputs: ['color', 'duration', 'message'],
|
|
2724
2800
|
methods: ['closeIn', 'close'],
|
|
2725
|
-
defineCustomElementFn: defineCustomElement$
|
|
2801
|
+
defineCustomElementFn: defineCustomElement$2
|
|
2726
2802
|
}),
|
|
2727
2803
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2728
2804
|
], BalToast);
|
|
@@ -3620,7 +3696,7 @@ class BalNgErrorComponent extends BalNgErrorComponent$1 {
|
|
|
3620
3696
|
}
|
|
3621
3697
|
}
|
|
3622
3698
|
BalNgErrorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNgErrorComponent, deps: [{ token: Injector }, { token: ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
3623
|
-
BalNgErrorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNgErrorComponent, isStandalone: true, selector: "bal-ng-error", usesInheritance: true, ngImport: i0, template: `<ng-content *ngIf="(ready | async) && hasError"></ng-content>`, isInline: true, styles: [":host{display:inline-block}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
3699
|
+
BalNgErrorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNgErrorComponent, isStandalone: true, selector: "bal-ng-error", usesInheritance: true, ngImport: i0, template: `<ng-content *ngIf="(ready | async) && hasError"></ng-content>`, isInline: true, styles: [":host{display:inline-block}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i1$1.AsyncPipe, name: "async" }] });
|
|
3624
3700
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNgErrorComponent, decorators: [{
|
|
3625
3701
|
type: Component,
|
|
3626
3702
|
args: [{ selector: 'bal-ng-error', template: `<ng-content *ngIf="(ready | async) && hasError"></ng-content>`, standalone: true, imports: [CommonModule], styles: [":host{display:inline-block}\n"] }]
|
|
@@ -3890,10 +3966,10 @@ const provideBaloiseDesignSystem = (config = {}) => {
|
|
|
3890
3966
|
AngularDelegate,
|
|
3891
3967
|
BalBreakpointsService,
|
|
3892
3968
|
BalConfigService,
|
|
3893
|
-
BalModalService,
|
|
3969
|
+
BalModalService$1,
|
|
3894
3970
|
BalOrientationService,
|
|
3895
|
-
BalSnackbarService,
|
|
3896
|
-
BalToastService,
|
|
3971
|
+
BalSnackbarService$1,
|
|
3972
|
+
BalToastService$1,
|
|
3897
3973
|
]);
|
|
3898
3974
|
};
|
|
3899
3975
|
|
|
@@ -3901,5 +3977,5 @@ const provideBaloiseDesignSystem = (config = {}) => {
|
|
|
3901
3977
|
* Generated bundle index. Do not edit.
|
|
3902
3978
|
*/
|
|
3903
3979
|
|
|
3904
|
-
export { BalAccordion, BalAccordionBundle, BalAccordionDetails, BalAccordionSummary, BalAccordionTrigger, BalApp, BalAutoFocus, BalBadge, BalButton, BalButtonBundle, BalButtonGroup, BalCard, BalCardActions, BalCardBundle, BalCardButton, BalCardContent, BalCardSubtitle, BalCardTitle, BalCarousel, BalCarouselBundle, BalCarouselItem, BalCheckbox, BalCheckboxBundle, BalCheckboxButton, BalCheckboxGroup, BalClose, BalComponentBundle, BalContent, BalData, BalDataBundle, BalDataItem, BalDataLabel, BalDataValue, BalDate, BalDateCalendar, BalDateCalendarCell, BalDatepicker, BalDivider, 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, BalNav, BalNavLink, BalNavLinkGrid, BalNavLinkGridCol, BalNavLinkGroup, BalNavMenuBar, BalNavMenuFlyout, BalNavMetaBar, BalNavbar, BalNavbarBrand, BalNavbarBundle, BalNavbarMenu, BalNavbarMenuEnd, BalNavbarMenuStart, BalNgErrorComponent, BalNotices, BalNotification, BalNumberInput, BalPagination, BalPopover, BalPopoverContent, BalPopup, BalProgressBar, BalRadio, BalRadioBundle, BalRadioButton, BalRadioGroup, BalSelect, BalSelectBundle, BalSelectOption, BalShape, BalSheet, BalSnackbar, BalSpinner, BalStack, BalStage, BalStageBackLink, BalStageBody, BalStageBundle, BalStageFoot, BalStageHead, BalStageImage, BalStepItem, BalSteps, BalStepsBundle, BalTabItem, BalTable, BalTabs, BalTabsBundle, BalTag, BalTagBundle, BalTagGroup, BalText, BalTextarea, BalTimeInput, BalToast, BalTooltip, BalTypographyBundle, provideBaloiseDesignSystem };
|
|
3980
|
+
export { BalAccordion, BalAccordionBundle, BalAccordionDetails, BalAccordionSummary, BalAccordionTrigger, BalApp, BalAutoFocus, BalBadge, BalButton, BalButtonBundle, BalButtonGroup, BalCard, BalCardActions, BalCardBundle, BalCardButton, BalCardContent, BalCardSubtitle, BalCardTitle, BalCarousel, BalCarouselBundle, BalCarouselItem, BalCheckbox, BalCheckboxBundle, BalCheckboxButton, BalCheckboxGroup, BalClose, BalComponentBundle, BalContent, BalData, BalDataBundle, BalDataItem, BalDataLabel, BalDataValue, BalDate, BalDateCalendar, BalDateCalendarCell, BalDatepicker, BalDivider, 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, BalPagination, BalPopover, BalPopoverContent, BalPopup, BalProgressBar, BalRadio, BalRadioBundle, BalRadioButton, BalRadioGroup, BalSelect, BalSelectBundle, BalSelectOption, BalShape, BalSheet, BalSnackbar, BalSnackbarService, BalSpinner, BalStack, BalStage, BalStageBackLink, BalStageBody, BalStageBundle, BalStageFoot, BalStageHead, BalStageImage, BalStepItem, BalSteps, BalStepsBundle, BalTabItem, BalTable, BalTabs, BalTabsBundle, BalTag, BalTagBundle, BalTagGroup, BalText, BalTextarea, BalTimeInput, BalToast, BalToastService, BalTooltip, BalTypographyBundle, provideBaloiseDesignSystem };
|
|
3905
3981
|
//# sourceMappingURL=baloise-ds-angular.mjs.map
|