@baloise/ds-angular-module 16.3.0 → 16.4.0-nightly.20240916
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/README.md +1 -1
- package/esm2020/generated/proxies-list.mjs +3 -1
- package/esm2020/generated/proxies.mjs +83 -23
- package/esm2020/generated/select-value-accessor.mjs +3 -3
- package/esm2020/module.mjs +2 -2
- package/fesm2015/baloise-ds-angular-module.mjs +137 -77
- package/fesm2015/baloise-ds-angular-module.mjs.map +1 -1
- package/fesm2020/baloise-ds-angular-module.mjs +137 -77
- package/fesm2020/baloise-ds-angular-module.mjs.map +1 -1
- package/generated/proxies-list.d.ts +1 -1
- package/generated/proxies.d.ts +33 -7
- package/generated/select-value-accessor.d.ts +1 -1
- package/module.d.ts +1 -1
- package/package.json +3 -3
|
@@ -93,31 +93,33 @@ import { defineCustomElement as defineCustomElement$1n } from '@baloise/ds-core/
|
|
|
93
93
|
import { defineCustomElement as defineCustomElement$1o } from '@baloise/ds-core/components/bal-radio';
|
|
94
94
|
import { defineCustomElement as defineCustomElement$1p } from '@baloise/ds-core/components/bal-radio-button';
|
|
95
95
|
import { defineCustomElement as defineCustomElement$1q } from '@baloise/ds-core/components/bal-radio-group';
|
|
96
|
-
import { defineCustomElement as defineCustomElement$1r } from '@baloise/ds-core/components/bal-
|
|
97
|
-
import { defineCustomElement as defineCustomElement$1s } from '@baloise/ds-core/components/bal-
|
|
98
|
-
import { defineCustomElement as defineCustomElement$1t } from '@baloise/ds-core/components/bal-
|
|
99
|
-
import { defineCustomElement as defineCustomElement$1u } from '@baloise/ds-core/components/bal-
|
|
100
|
-
import { defineCustomElement as defineCustomElement$1v } from '@baloise/ds-core/components/bal-
|
|
101
|
-
import { defineCustomElement as defineCustomElement$1w } from '@baloise/ds-core/components/bal-
|
|
102
|
-
import { defineCustomElement as defineCustomElement$1x } from '@baloise/ds-core/components/bal-
|
|
103
|
-
import { defineCustomElement as defineCustomElement$1y } from '@baloise/ds-core/components/bal-
|
|
104
|
-
import { defineCustomElement as defineCustomElement$1z } from '@baloise/ds-core/components/bal-
|
|
105
|
-
import { defineCustomElement as defineCustomElement$1A } from '@baloise/ds-core/components/bal-stage
|
|
106
|
-
import { defineCustomElement as defineCustomElement$1B } from '@baloise/ds-core/components/bal-stage-
|
|
107
|
-
import { defineCustomElement as defineCustomElement$1C } from '@baloise/ds-core/components/bal-stage-
|
|
108
|
-
import { defineCustomElement as defineCustomElement$1D } from '@baloise/ds-core/components/bal-stage-
|
|
109
|
-
import { defineCustomElement as defineCustomElement$1E } from '@baloise/ds-core/components/bal-
|
|
110
|
-
import { defineCustomElement as defineCustomElement$1F } from '@baloise/ds-core/components/bal-
|
|
111
|
-
import { defineCustomElement as defineCustomElement$1G } from '@baloise/ds-core/components/bal-
|
|
112
|
-
import { defineCustomElement as defineCustomElement$1H } from '@baloise/ds-core/components/bal-
|
|
113
|
-
import { defineCustomElement as defineCustomElement$1I } from '@baloise/ds-core/components/bal-
|
|
114
|
-
import { defineCustomElement as defineCustomElement$1J } from '@baloise/ds-core/components/bal-
|
|
115
|
-
import { defineCustomElement as defineCustomElement$1K } from '@baloise/ds-core/components/bal-
|
|
116
|
-
import { defineCustomElement as defineCustomElement$1L } from '@baloise/ds-core/components/bal-
|
|
117
|
-
import { defineCustomElement as defineCustomElement$1M } from '@baloise/ds-core/components/bal-
|
|
118
|
-
import { defineCustomElement as defineCustomElement$1N } from '@baloise/ds-core/components/bal-
|
|
119
|
-
import { defineCustomElement as defineCustomElement$1O } from '@baloise/ds-core/components/bal-
|
|
120
|
-
import { defineCustomElement as defineCustomElement$1P } from '@baloise/ds-core/components/bal-
|
|
96
|
+
import { defineCustomElement as defineCustomElement$1r } from '@baloise/ds-core/components/bal-segment';
|
|
97
|
+
import { defineCustomElement as defineCustomElement$1s } from '@baloise/ds-core/components/bal-segment-item';
|
|
98
|
+
import { defineCustomElement as defineCustomElement$1t } from '@baloise/ds-core/components/bal-select';
|
|
99
|
+
import { defineCustomElement as defineCustomElement$1u } from '@baloise/ds-core/components/bal-select-option';
|
|
100
|
+
import { defineCustomElement as defineCustomElement$1v } from '@baloise/ds-core/components/bal-shape';
|
|
101
|
+
import { defineCustomElement as defineCustomElement$1w } from '@baloise/ds-core/components/bal-sheet';
|
|
102
|
+
import { defineCustomElement as defineCustomElement$1x } from '@baloise/ds-core/components/bal-snackbar';
|
|
103
|
+
import { defineCustomElement as defineCustomElement$1y } from '@baloise/ds-core/components/bal-spinner';
|
|
104
|
+
import { defineCustomElement as defineCustomElement$1z } from '@baloise/ds-core/components/bal-stack';
|
|
105
|
+
import { defineCustomElement as defineCustomElement$1A } from '@baloise/ds-core/components/bal-stage';
|
|
106
|
+
import { defineCustomElement as defineCustomElement$1B } from '@baloise/ds-core/components/bal-stage-back-link';
|
|
107
|
+
import { defineCustomElement as defineCustomElement$1C } from '@baloise/ds-core/components/bal-stage-body';
|
|
108
|
+
import { defineCustomElement as defineCustomElement$1D } from '@baloise/ds-core/components/bal-stage-foot';
|
|
109
|
+
import { defineCustomElement as defineCustomElement$1E } from '@baloise/ds-core/components/bal-stage-head';
|
|
110
|
+
import { defineCustomElement as defineCustomElement$1F } from '@baloise/ds-core/components/bal-stage-image';
|
|
111
|
+
import { defineCustomElement as defineCustomElement$1G } from '@baloise/ds-core/components/bal-step-item';
|
|
112
|
+
import { defineCustomElement as defineCustomElement$1H } from '@baloise/ds-core/components/bal-steps';
|
|
113
|
+
import { defineCustomElement as defineCustomElement$1I } from '@baloise/ds-core/components/bal-tab-item';
|
|
114
|
+
import { defineCustomElement as defineCustomElement$1J } from '@baloise/ds-core/components/bal-table';
|
|
115
|
+
import { defineCustomElement as defineCustomElement$1K } from '@baloise/ds-core/components/bal-tabs';
|
|
116
|
+
import { defineCustomElement as defineCustomElement$1L } from '@baloise/ds-core/components/bal-tag';
|
|
117
|
+
import { defineCustomElement as defineCustomElement$1M } from '@baloise/ds-core/components/bal-tag-group';
|
|
118
|
+
import { defineCustomElement as defineCustomElement$1N } from '@baloise/ds-core/components/bal-text';
|
|
119
|
+
import { defineCustomElement as defineCustomElement$1O } from '@baloise/ds-core/components/bal-textarea';
|
|
120
|
+
import { defineCustomElement as defineCustomElement$1P } from '@baloise/ds-core/components/bal-time-input';
|
|
121
|
+
import { defineCustomElement as defineCustomElement$1Q } from '@baloise/ds-core/components/bal-toast';
|
|
122
|
+
import { defineCustomElement as defineCustomElement$1R } from '@baloise/ds-core/components/bal-tooltip';
|
|
121
123
|
import { NgControl, NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
122
124
|
import * as i1 from '@angular/common';
|
|
123
125
|
import { DOCUMENT, CommonModule } from '@angular/common';
|
|
@@ -544,10 +546,10 @@ let BalCarousel = class BalCarousel {
|
|
|
544
546
|
}
|
|
545
547
|
};
|
|
546
548
|
BalCarousel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCarousel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
547
|
-
BalCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCarousel, selector: "bal-carousel", inputs: { aspectRatio: "aspectRatio", border: "border", controls: "controls", controlsOverflow: "controlsOverflow", controlsSticky: "controlsSticky", fullHeight: "fullHeight", interface: "interface", inverted: "inverted", itemsPerView: "itemsPerView", scrollY: "scrollY", steps: "steps", value: "value" }, outputs: { balChange: "balChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
549
|
+
BalCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCarousel, selector: "bal-carousel", inputs: { aspectRatio: "aspectRatio", border: "border", controls: "controls", controlsOverflow: "controlsOverflow", controlsSticky: "controlsSticky", fullHeight: "fullHeight", htmlRole: "htmlRole", interface: "interface", inverted: "inverted", itemsPerView: "itemsPerView", scrollY: "scrollY", steps: "steps", value: "value" }, outputs: { balChange: "balChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
548
550
|
BalCarousel = __decorate([
|
|
549
551
|
ProxyCmp({
|
|
550
|
-
inputs: ['aspectRatio', 'border', 'controls', 'controlsOverflow', 'controlsSticky', 'fullHeight', 'interface', 'inverted', 'itemsPerView', 'scrollY', 'steps', 'value'],
|
|
552
|
+
inputs: ['aspectRatio', 'border', 'controls', 'controlsOverflow', 'controlsSticky', 'fullHeight', 'htmlRole', 'interface', 'inverted', 'itemsPerView', 'scrollY', 'steps', 'value'],
|
|
551
553
|
methods: ['previous', 'next'],
|
|
552
554
|
defineCustomElementFn: defineCustomElement$f
|
|
553
555
|
}),
|
|
@@ -559,7 +561,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
559
561
|
selector: 'bal-carousel',
|
|
560
562
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
561
563
|
template: '<ng-content></ng-content>',
|
|
562
|
-
inputs: ['aspectRatio', 'border', 'controls', 'controlsOverflow', 'controlsSticky', 'fullHeight', 'interface', 'inverted', 'itemsPerView', 'scrollY', 'steps', 'value'],
|
|
564
|
+
inputs: ['aspectRatio', 'border', 'controls', 'controlsOverflow', 'controlsSticky', 'fullHeight', 'htmlRole', 'interface', 'inverted', 'itemsPerView', 'scrollY', 'steps', 'value'],
|
|
563
565
|
outputs: ['balChange']
|
|
564
566
|
}]
|
|
565
567
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -572,11 +574,11 @@ let BalCarouselItem = class BalCarouselItem {
|
|
|
572
574
|
}
|
|
573
575
|
};
|
|
574
576
|
BalCarouselItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCarouselItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
575
|
-
BalCarouselItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCarouselItem, selector: "bal-carousel-item", inputs: { color: "color", download: "download", elementType: "elementType", href: "href", label: "label", name: "name", rel: "rel", src: "src", target: "target", value: "value" }, outputs: { balNavigate: "balNavigate", balFocus: "balFocus", balBlur: "balBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
577
|
+
BalCarouselItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCarouselItem, selector: "bal-carousel-item", inputs: { color: "color", download: "download", elementType: "elementType", href: "href", htmlRole: "htmlRole", label: "label", name: "name", rel: "rel", src: "src", target: "target", value: "value" }, outputs: { balNavigate: "balNavigate", balFocus: "balFocus", balBlur: "balBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
576
578
|
BalCarouselItem = __decorate([
|
|
577
579
|
ProxyCmp({
|
|
578
|
-
inputs: ['color', 'download', 'elementType', 'href', 'label', 'name', 'rel', 'src', 'target', 'value'],
|
|
579
|
-
methods: ['getData'],
|
|
580
|
+
inputs: ['color', 'download', 'elementType', 'href', 'htmlRole', 'label', 'name', 'rel', 'src', 'target', 'value'],
|
|
581
|
+
methods: ['getData', 'setFocus'],
|
|
580
582
|
defineCustomElementFn: defineCustomElement$g
|
|
581
583
|
}),
|
|
582
584
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -587,7 +589,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
587
589
|
selector: 'bal-carousel-item',
|
|
588
590
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
589
591
|
template: '<ng-content></ng-content>',
|
|
590
|
-
inputs: ['color', 'download', 'elementType', 'href', 'label', 'name', 'rel', 'src', 'target', 'value'],
|
|
592
|
+
inputs: ['color', 'download', 'elementType', 'href', 'htmlRole', 'label', 'name', 'rel', 'src', 'target', 'value'],
|
|
591
593
|
outputs: ['balNavigate', 'balFocus', 'balBlur']
|
|
592
594
|
}]
|
|
593
595
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1510,10 +1512,10 @@ let BalLabel = class BalLabel {
|
|
|
1510
1512
|
}
|
|
1511
1513
|
};
|
|
1512
1514
|
BalLabel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1513
|
-
BalLabel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalLabel, selector: "bal-label", inputs: { disabled: "disabled", htmlFor: "htmlFor", 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 });
|
|
1515
|
+
BalLabel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalLabel, selector: "bal-label", inputs: { disabled: "disabled", htmlFor: "htmlFor", htmlId: "htmlId", invalid: "invalid", multiline: "multiline", noWrap: "noWrap", readonly: "readonly", required: "required", size: "size", valid: "valid", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1514
1516
|
BalLabel = __decorate([
|
|
1515
1517
|
ProxyCmp({
|
|
1516
|
-
inputs: ['disabled', 'htmlFor', 'invalid', 'multiline', 'noWrap', 'readonly', 'required', 'size', 'valid', 'weight'],
|
|
1518
|
+
inputs: ['disabled', 'htmlFor', 'htmlId', 'invalid', 'multiline', 'noWrap', 'readonly', 'required', 'size', 'valid', 'weight'],
|
|
1517
1519
|
defineCustomElementFn: defineCustomElement$Q
|
|
1518
1520
|
}),
|
|
1519
1521
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -1524,7 +1526,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
1524
1526
|
selector: 'bal-label',
|
|
1525
1527
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1526
1528
|
template: '<ng-content></ng-content>',
|
|
1527
|
-
inputs: ['disabled', 'htmlFor', 'invalid', 'multiline', 'noWrap', 'readonly', 'required', 'size', 'valid', 'weight']
|
|
1529
|
+
inputs: ['disabled', 'htmlFor', 'htmlId', 'invalid', 'multiline', 'noWrap', 'readonly', 'required', 'size', 'valid', 'weight']
|
|
1528
1530
|
}]
|
|
1529
1531
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1530
1532
|
let BalList = class BalList {
|
|
@@ -1987,9 +1989,10 @@ let BalNavMenuFlyout = class BalNavMenuFlyout {
|
|
|
1987
1989
|
}
|
|
1988
1990
|
};
|
|
1989
1991
|
BalNavMenuFlyout.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavMenuFlyout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1990
|
-
BalNavMenuFlyout.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNavMenuFlyout, selector: "bal-nav-menu-flyout", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1992
|
+
BalNavMenuFlyout.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNavMenuFlyout, selector: "bal-nav-menu-flyout", inputs: { navId: "navId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1991
1993
|
BalNavMenuFlyout = __decorate([
|
|
1992
1994
|
ProxyCmp({
|
|
1995
|
+
inputs: ['navId'],
|
|
1993
1996
|
defineCustomElementFn: defineCustomElement$17
|
|
1994
1997
|
}),
|
|
1995
1998
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -1999,7 +2002,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
1999
2002
|
args: [{
|
|
2000
2003
|
selector: 'bal-nav-menu-flyout',
|
|
2001
2004
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2002
|
-
template: '<ng-content></ng-content>'
|
|
2005
|
+
template: '<ng-content></ng-content>',
|
|
2006
|
+
inputs: ['navId']
|
|
2003
2007
|
}]
|
|
2004
2008
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2005
2009
|
let BalNavMetaBar = class BalNavMetaBar {
|
|
@@ -2264,7 +2268,7 @@ BalOptionList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
|
|
|
2264
2268
|
BalOptionList = __decorate([
|
|
2265
2269
|
ProxyCmp({
|
|
2266
2270
|
inputs: ['contentHeight', 'disabled', 'filter', 'focusIndex', 'labelledby', 'multiple', 'required'],
|
|
2267
|
-
methods: ['focusFirst', 'focusLast', 'focusNext', 'focusPrevious', 'focusByLabel', 'filterByContent', 'resetHidden', 'resetSelected', 'updateSelected', 'resetFocus', 'getSelectedValues', 'getSelectedOptions', 'getValues', 'getLabels', 'getOptions', 'selectByFocus'],
|
|
2271
|
+
methods: ['focusSelected', 'focusFirst', 'focusLast', 'focusNext', 'focusPrevious', 'focusByLabel', 'filterByContent', 'resetHidden', 'resetSelected', 'updateSelected', 'resetFocus', 'getSelectedValues', 'getSelectedOptions', 'getValues', 'getLabels', 'getOptions', 'selectByFocus'],
|
|
2268
2272
|
defineCustomElementFn: defineCustomElement$1i
|
|
2269
2273
|
}),
|
|
2270
2274
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -2395,10 +2399,10 @@ let BalProgressBar = class BalProgressBar {
|
|
|
2395
2399
|
}
|
|
2396
2400
|
};
|
|
2397
2401
|
BalProgressBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2398
|
-
BalProgressBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalProgressBar, selector: "bal-progress-bar", inputs: { background: "background", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2402
|
+
BalProgressBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalProgressBar, selector: "bal-progress-bar", inputs: { background: "background", color: "color", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2399
2403
|
BalProgressBar = __decorate([
|
|
2400
2404
|
ProxyCmp({
|
|
2401
|
-
inputs: ['background', 'value'],
|
|
2405
|
+
inputs: ['background', 'color', 'value'],
|
|
2402
2406
|
methods: ['configChanged'],
|
|
2403
2407
|
defineCustomElementFn: defineCustomElement$1n
|
|
2404
2408
|
}),
|
|
@@ -2410,7 +2414,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
2410
2414
|
selector: 'bal-progress-bar',
|
|
2411
2415
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2412
2416
|
template: '<ng-content></ng-content>',
|
|
2413
|
-
inputs: ['background', 'value']
|
|
2417
|
+
inputs: ['background', 'color', 'value']
|
|
2414
2418
|
}]
|
|
2415
2419
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2416
2420
|
let BalRadio = class BalRadio {
|
|
@@ -2496,6 +2500,60 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
2496
2500
|
outputs: ['balChange', 'balFocus', 'balBlur']
|
|
2497
2501
|
}]
|
|
2498
2502
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2503
|
+
let BalSegment = class BalSegment {
|
|
2504
|
+
constructor(c, r, z) {
|
|
2505
|
+
this.z = z;
|
|
2506
|
+
c.detach();
|
|
2507
|
+
this.el = r.nativeElement;
|
|
2508
|
+
proxyOutputs(this, this.el, ['balBlur', 'balChange']);
|
|
2509
|
+
}
|
|
2510
|
+
};
|
|
2511
|
+
BalSegment.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSegment, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2512
|
+
BalSegment.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalSegment, selector: "bal-segment", inputs: { disabled: "disabled", expanded: "expanded", invalid: "invalid", scrollable: "scrollable", value: "value", vertical: "vertical" }, outputs: { balBlur: "balBlur", balChange: "balChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2513
|
+
BalSegment = __decorate([
|
|
2514
|
+
ProxyCmp({
|
|
2515
|
+
inputs: ['disabled', 'expanded', 'invalid', 'scrollable', 'value', 'vertical'],
|
|
2516
|
+
defineCustomElementFn: defineCustomElement$1r
|
|
2517
|
+
}),
|
|
2518
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2519
|
+
], BalSegment);
|
|
2520
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSegment, decorators: [{
|
|
2521
|
+
type: Component,
|
|
2522
|
+
args: [{
|
|
2523
|
+
selector: 'bal-segment',
|
|
2524
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2525
|
+
template: '<ng-content></ng-content>',
|
|
2526
|
+
inputs: ['disabled', 'expanded', 'invalid', 'scrollable', 'value', 'vertical'],
|
|
2527
|
+
outputs: ['balBlur', 'balChange']
|
|
2528
|
+
}]
|
|
2529
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2530
|
+
let BalSegmentItem = class BalSegmentItem {
|
|
2531
|
+
constructor(c, r, z) {
|
|
2532
|
+
this.z = z;
|
|
2533
|
+
c.detach();
|
|
2534
|
+
this.el = r.nativeElement;
|
|
2535
|
+
proxyOutputs(this, this.el, ['balBlur']);
|
|
2536
|
+
}
|
|
2537
|
+
};
|
|
2538
|
+
BalSegmentItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSegmentItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2539
|
+
BalSegmentItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalSegmentItem, selector: "bal-segment-item", inputs: { disabled: "disabled", invalid: "invalid", label: "label", value: "value" }, outputs: { balBlur: "balBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2540
|
+
BalSegmentItem = __decorate([
|
|
2541
|
+
ProxyCmp({
|
|
2542
|
+
inputs: ['disabled', 'invalid', 'label', 'value'],
|
|
2543
|
+
defineCustomElementFn: defineCustomElement$1s
|
|
2544
|
+
}),
|
|
2545
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2546
|
+
], BalSegmentItem);
|
|
2547
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSegmentItem, decorators: [{
|
|
2548
|
+
type: Component,
|
|
2549
|
+
args: [{
|
|
2550
|
+
selector: 'bal-segment-item',
|
|
2551
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2552
|
+
template: '<ng-content></ng-content>',
|
|
2553
|
+
inputs: ['disabled', 'invalid', 'label', 'value'],
|
|
2554
|
+
outputs: ['balBlur']
|
|
2555
|
+
}]
|
|
2556
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2499
2557
|
let BalSelect = class BalSelect {
|
|
2500
2558
|
constructor(c, r, z) {
|
|
2501
2559
|
this.z = z;
|
|
@@ -2510,7 +2568,7 @@ BalSelect = __decorate([
|
|
|
2510
2568
|
ProxyCmp({
|
|
2511
2569
|
inputs: ['autoInvalidOff', 'autocomplete', 'balTabindex', 'disabled', 'filter', 'freeSolo', 'invalid', 'loading', 'maxLength', 'multiple', 'name', 'noDataLabel', 'placeholder', 'readonly', 'remote', 'required', 'scrollable', 'selectionOptional', 'typeahead', 'value'],
|
|
2512
2570
|
methods: ['setFocus', 'getValue', 'clear', 'open', 'close', 'cancel', 'select'],
|
|
2513
|
-
defineCustomElementFn: defineCustomElement$
|
|
2571
|
+
defineCustomElementFn: defineCustomElement$1t
|
|
2514
2572
|
}),
|
|
2515
2573
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2516
2574
|
], BalSelect);
|
|
@@ -2536,7 +2594,7 @@ BalSelectOption.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versio
|
|
|
2536
2594
|
BalSelectOption = __decorate([
|
|
2537
2595
|
ProxyCmp({
|
|
2538
2596
|
inputs: ['disabled', 'label', 'value'],
|
|
2539
|
-
defineCustomElementFn: defineCustomElement$
|
|
2597
|
+
defineCustomElementFn: defineCustomElement$1u
|
|
2540
2598
|
}),
|
|
2541
2599
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2542
2600
|
], BalSelectOption);
|
|
@@ -2561,7 +2619,7 @@ BalShape.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.
|
|
|
2561
2619
|
BalShape = __decorate([
|
|
2562
2620
|
ProxyCmp({
|
|
2563
2621
|
inputs: ['color', 'rotation', 'variation'],
|
|
2564
|
-
defineCustomElementFn: defineCustomElement$
|
|
2622
|
+
defineCustomElementFn: defineCustomElement$1v
|
|
2565
2623
|
}),
|
|
2566
2624
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2567
2625
|
], BalShape);
|
|
@@ -2586,7 +2644,7 @@ BalSheet.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.
|
|
|
2586
2644
|
BalSheet = __decorate([
|
|
2587
2645
|
ProxyCmp({
|
|
2588
2646
|
inputs: ['containerSize'],
|
|
2589
|
-
defineCustomElementFn: defineCustomElement$
|
|
2647
|
+
defineCustomElementFn: defineCustomElement$1w
|
|
2590
2648
|
}),
|
|
2591
2649
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2592
2650
|
], BalSheet);
|
|
@@ -2613,7 +2671,7 @@ BalSnackbar = __decorate([
|
|
|
2613
2671
|
ProxyCmp({
|
|
2614
2672
|
inputs: ['action', 'color', 'duration', 'href', 'icon', 'message', 'subject', 'target'],
|
|
2615
2673
|
methods: ['closeIn', 'close'],
|
|
2616
|
-
defineCustomElementFn: defineCustomElement$
|
|
2674
|
+
defineCustomElementFn: defineCustomElement$1x
|
|
2617
2675
|
}),
|
|
2618
2676
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2619
2677
|
], BalSnackbar);
|
|
@@ -2639,7 +2697,7 @@ BalSpinner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "1
|
|
|
2639
2697
|
BalSpinner = __decorate([
|
|
2640
2698
|
ProxyCmp({
|
|
2641
2699
|
inputs: ['color', 'deactivated', 'inverted', 'small', 'variation'],
|
|
2642
|
-
defineCustomElementFn: defineCustomElement$
|
|
2700
|
+
defineCustomElementFn: defineCustomElement$1y
|
|
2643
2701
|
}),
|
|
2644
2702
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2645
2703
|
], BalSpinner);
|
|
@@ -2664,7 +2722,7 @@ BalStack.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.
|
|
|
2664
2722
|
BalStack = __decorate([
|
|
2665
2723
|
ProxyCmp({
|
|
2666
2724
|
inputs: ['align', 'fitContent', 'layout', 'px', 'py', 'space', 'spaceColumn', 'spaceRow', 'useWrap'],
|
|
2667
|
-
defineCustomElementFn: defineCustomElement$
|
|
2725
|
+
defineCustomElementFn: defineCustomElement$1z
|
|
2668
2726
|
}),
|
|
2669
2727
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2670
2728
|
], BalStack);
|
|
@@ -2689,7 +2747,7 @@ BalStage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.
|
|
|
2689
2747
|
BalStage = __decorate([
|
|
2690
2748
|
ProxyCmp({
|
|
2691
2749
|
inputs: ['color', 'containerSize', 'shape', 'shapeRotation', 'shapeVariation', 'size'],
|
|
2692
|
-
defineCustomElementFn: defineCustomElement$
|
|
2750
|
+
defineCustomElementFn: defineCustomElement$1A
|
|
2693
2751
|
}),
|
|
2694
2752
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2695
2753
|
], BalStage);
|
|
@@ -2714,7 +2772,7 @@ BalStageBackLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
|
2714
2772
|
BalStageBackLink = __decorate([
|
|
2715
2773
|
ProxyCmp({
|
|
2716
2774
|
inputs: ['href', 'inverted', 'shadow'],
|
|
2717
|
-
defineCustomElementFn: defineCustomElement$
|
|
2775
|
+
defineCustomElementFn: defineCustomElement$1B
|
|
2718
2776
|
}),
|
|
2719
2777
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2720
2778
|
], BalStageBackLink);
|
|
@@ -2738,7 +2796,7 @@ BalStageBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "1
|
|
|
2738
2796
|
BalStageBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalStageBody, selector: "bal-stage-body", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2739
2797
|
BalStageBody = __decorate([
|
|
2740
2798
|
ProxyCmp({
|
|
2741
|
-
defineCustomElementFn: defineCustomElement$
|
|
2799
|
+
defineCustomElementFn: defineCustomElement$1C
|
|
2742
2800
|
}),
|
|
2743
2801
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2744
2802
|
], BalStageBody);
|
|
@@ -2761,7 +2819,7 @@ BalStageFoot.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "1
|
|
|
2761
2819
|
BalStageFoot.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalStageFoot, selector: "bal-stage-foot", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2762
2820
|
BalStageFoot = __decorate([
|
|
2763
2821
|
ProxyCmp({
|
|
2764
|
-
defineCustomElementFn: defineCustomElement$
|
|
2822
|
+
defineCustomElementFn: defineCustomElement$1D
|
|
2765
2823
|
}),
|
|
2766
2824
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2767
2825
|
], BalStageFoot);
|
|
@@ -2784,7 +2842,7 @@ BalStageHead.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "1
|
|
|
2784
2842
|
BalStageHead.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalStageHead, selector: "bal-stage-head", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2785
2843
|
BalStageHead = __decorate([
|
|
2786
2844
|
ProxyCmp({
|
|
2787
|
-
defineCustomElementFn: defineCustomElement$
|
|
2845
|
+
defineCustomElementFn: defineCustomElement$1E
|
|
2788
2846
|
}),
|
|
2789
2847
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2790
2848
|
], BalStageHead);
|
|
@@ -2808,7 +2866,7 @@ BalStageImage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
|
|
|
2808
2866
|
BalStageImage = __decorate([
|
|
2809
2867
|
ProxyCmp({
|
|
2810
2868
|
inputs: ['fallback', 'srcSet'],
|
|
2811
|
-
defineCustomElementFn: defineCustomElement$
|
|
2869
|
+
defineCustomElementFn: defineCustomElement$1F
|
|
2812
2870
|
}),
|
|
2813
2871
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2814
2872
|
], BalStageImage);
|
|
@@ -2835,7 +2893,7 @@ BalStepItem = __decorate([
|
|
|
2835
2893
|
ProxyCmp({
|
|
2836
2894
|
inputs: ['active', 'disabled', 'done', 'failed', 'href', 'invisible', 'label', 'prevent', 'target', 'value'],
|
|
2837
2895
|
methods: ['getOptions', 'setActive'],
|
|
2838
|
-
defineCustomElementFn: defineCustomElement$
|
|
2896
|
+
defineCustomElementFn: defineCustomElement$1G
|
|
2839
2897
|
}),
|
|
2840
2898
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2841
2899
|
], BalStepItem);
|
|
@@ -2858,12 +2916,12 @@ let BalSteps = class BalSteps {
|
|
|
2858
2916
|
}
|
|
2859
2917
|
};
|
|
2860
2918
|
BalSteps.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSteps, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2861
|
-
BalSteps.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalSteps, selector: "bal-steps", inputs: { clickable: "clickable", debounce: "debounce", options: "options", value: "value" }, outputs: { balChange: "balChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2919
|
+
BalSteps.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalSteps, selector: "bal-steps", inputs: { clickable: "clickable", color: "color", debounce: "debounce", options: "options", value: "value" }, outputs: { balChange: "balChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2862
2920
|
BalSteps = __decorate([
|
|
2863
2921
|
ProxyCmp({
|
|
2864
|
-
inputs: ['clickable', 'debounce', 'options', 'value'],
|
|
2922
|
+
inputs: ['clickable', 'color', 'debounce', 'options', 'value'],
|
|
2865
2923
|
methods: ['select', 'getOptionByValue'],
|
|
2866
|
-
defineCustomElementFn: defineCustomElement$
|
|
2924
|
+
defineCustomElementFn: defineCustomElement$1H
|
|
2867
2925
|
}),
|
|
2868
2926
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2869
2927
|
], BalSteps);
|
|
@@ -2873,7 +2931,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
2873
2931
|
selector: 'bal-steps',
|
|
2874
2932
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2875
2933
|
template: '<ng-content></ng-content>',
|
|
2876
|
-
inputs: ['clickable', 'debounce', 'options', 'value'],
|
|
2934
|
+
inputs: ['clickable', 'color', 'debounce', 'options', 'value'],
|
|
2877
2935
|
outputs: ['balChange']
|
|
2878
2936
|
}]
|
|
2879
2937
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -2886,12 +2944,12 @@ let BalTabItem = class BalTabItem {
|
|
|
2886
2944
|
}
|
|
2887
2945
|
};
|
|
2888
2946
|
BalTabItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalTabItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2889
|
-
BalTabItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalTabItem, selector: "bal-tab-item", inputs: { active: "active", bubble: "bubble", disabled: "disabled", href: "href", icon: "icon", invisible: "invisible", label: "label", prevent: "prevent", target: "target", value: "value" }, outputs: { balNavigate: "balNavigate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2947
|
+
BalTabItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalTabItem, selector: "bal-tab-item", inputs: { active: "active", aria: "aria", bubble: "bubble", disabled: "disabled", href: "href", icon: "icon", invisible: "invisible", label: "label", noPanel: "noPanel", prevent: "prevent", target: "target", value: "value" }, outputs: { balNavigate: "balNavigate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2890
2948
|
BalTabItem = __decorate([
|
|
2891
2949
|
ProxyCmp({
|
|
2892
|
-
inputs: ['active', 'bubble', 'disabled', 'href', 'icon', 'invisible', 'label', 'prevent', 'target', 'value'],
|
|
2950
|
+
inputs: ['active', 'aria', 'bubble', 'disabled', 'href', 'icon', 'invisible', 'label', 'noPanel', 'prevent', 'target', 'value'],
|
|
2893
2951
|
methods: ['getOptions', 'setActive'],
|
|
2894
|
-
defineCustomElementFn: defineCustomElement$
|
|
2952
|
+
defineCustomElementFn: defineCustomElement$1I
|
|
2895
2953
|
}),
|
|
2896
2954
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2897
2955
|
], BalTabItem);
|
|
@@ -2901,7 +2959,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
2901
2959
|
selector: 'bal-tab-item',
|
|
2902
2960
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2903
2961
|
template: '<ng-content></ng-content>',
|
|
2904
|
-
inputs: ['active', 'bubble', 'disabled', 'href', 'icon', 'invisible', 'label', 'prevent', 'target', 'value'],
|
|
2962
|
+
inputs: ['active', 'aria', 'bubble', 'disabled', 'href', 'icon', 'invisible', 'label', 'noPanel', 'prevent', 'target', 'value'],
|
|
2905
2963
|
outputs: ['balNavigate']
|
|
2906
2964
|
}]
|
|
2907
2965
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -2917,7 +2975,7 @@ BalTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.
|
|
|
2917
2975
|
BalTable = __decorate([
|
|
2918
2976
|
ProxyCmp({
|
|
2919
2977
|
inputs: ['expanded'],
|
|
2920
|
-
defineCustomElementFn: defineCustomElement$
|
|
2978
|
+
defineCustomElementFn: defineCustomElement$1J
|
|
2921
2979
|
}),
|
|
2922
2980
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2923
2981
|
], BalTable);
|
|
@@ -2944,7 +3002,7 @@ BalTabs = __decorate([
|
|
|
2944
3002
|
ProxyCmp({
|
|
2945
3003
|
inputs: ['accordion', 'border', 'clickable', 'context', 'debounce', 'expanded', 'float', 'fullwidth', 'iconPosition', 'inverted', 'optionalTabSelection', 'options', 'overflow', 'selectOnMobile', 'spaceless', 'value', 'vertical', 'verticalColSize'],
|
|
2946
3004
|
methods: ['select', 'getOptionByValue'],
|
|
2947
|
-
defineCustomElementFn: defineCustomElement$
|
|
3005
|
+
defineCustomElementFn: defineCustomElement$1K
|
|
2948
3006
|
}),
|
|
2949
3007
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2950
3008
|
], BalTabs);
|
|
@@ -2971,7 +3029,7 @@ BalTag.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.
|
|
|
2971
3029
|
BalTag = __decorate([
|
|
2972
3030
|
ProxyCmp({
|
|
2973
3031
|
inputs: ['closable', 'color', 'disabled', 'invalid', 'light', 'position', 'size'],
|
|
2974
|
-
defineCustomElementFn: defineCustomElement$
|
|
3032
|
+
defineCustomElementFn: defineCustomElement$1L
|
|
2975
3033
|
}),
|
|
2976
3034
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2977
3035
|
], BalTag);
|
|
@@ -2996,7 +3054,7 @@ BalTagGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15
|
|
|
2996
3054
|
BalTagGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalTagGroup, selector: "bal-tag-group", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2997
3055
|
BalTagGroup = __decorate([
|
|
2998
3056
|
ProxyCmp({
|
|
2999
|
-
defineCustomElementFn: defineCustomElement$
|
|
3057
|
+
defineCustomElementFn: defineCustomElement$1M
|
|
3000
3058
|
}),
|
|
3001
3059
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
3002
3060
|
], BalTagGroup);
|
|
@@ -3020,7 +3078,7 @@ BalText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
|
3020
3078
|
BalText = __decorate([
|
|
3021
3079
|
ProxyCmp({
|
|
3022
3080
|
inputs: ['bold', 'color', 'disabled', 'heading', 'inline', 'invalid', 'inverted', 'noWrap', 'shadow', 'size', 'space'],
|
|
3023
|
-
defineCustomElementFn: defineCustomElement$
|
|
3081
|
+
defineCustomElementFn: defineCustomElement$1N
|
|
3024
3082
|
}),
|
|
3025
3083
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
3026
3084
|
], BalText);
|
|
@@ -3047,7 +3105,7 @@ BalTextarea = __decorate([
|
|
|
3047
3105
|
ProxyCmp({
|
|
3048
3106
|
inputs: ['autoInvalidOff', 'autocapitalize', 'autofocus', 'clickable', 'cols', 'debounce', 'disabled', 'inputmode', 'invalid', 'maxLength', 'minLength', 'name', 'placeholder', 'readonly', 'required', 'rows', 'value', 'wrap'],
|
|
3049
3107
|
methods: ['setFocus', 'getInputElement'],
|
|
3050
|
-
defineCustomElementFn: defineCustomElement$
|
|
3108
|
+
defineCustomElementFn: defineCustomElement$1O
|
|
3051
3109
|
}),
|
|
3052
3110
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
3053
3111
|
], BalTextarea);
|
|
@@ -3075,7 +3133,7 @@ BalTimeInput = __decorate([
|
|
|
3075
3133
|
ProxyCmp({
|
|
3076
3134
|
inputs: ['autoInvalidOff', 'debounce', 'disabled', 'invalid', 'name', 'readonly', 'required', 'value'],
|
|
3077
3135
|
methods: ['setFocus', 'getInputElement'],
|
|
3078
|
-
defineCustomElementFn: defineCustomElement$
|
|
3136
|
+
defineCustomElementFn: defineCustomElement$1P
|
|
3079
3137
|
}),
|
|
3080
3138
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
3081
3139
|
], BalTimeInput);
|
|
@@ -3103,7 +3161,7 @@ BalToast = __decorate([
|
|
|
3103
3161
|
ProxyCmp({
|
|
3104
3162
|
inputs: ['color', 'duration', 'message'],
|
|
3105
3163
|
methods: ['closeIn', 'close'],
|
|
3106
|
-
defineCustomElementFn: defineCustomElement$
|
|
3164
|
+
defineCustomElementFn: defineCustomElement$1Q
|
|
3107
3165
|
}),
|
|
3108
3166
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
3109
3167
|
], BalToast);
|
|
@@ -3130,7 +3188,7 @@ BalTooltip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "1
|
|
|
3130
3188
|
BalTooltip = __decorate([
|
|
3131
3189
|
ProxyCmp({
|
|
3132
3190
|
inputs: ['contentWidth', 'offset', 'placement', 'reference'],
|
|
3133
|
-
defineCustomElementFn: defineCustomElement$
|
|
3191
|
+
defineCustomElementFn: defineCustomElement$1R
|
|
3134
3192
|
}),
|
|
3135
3193
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
3136
3194
|
], BalTooltip);
|
|
@@ -3367,7 +3425,7 @@ class SelectValueAccessor extends ValueAccessor {
|
|
|
3367
3425
|
}
|
|
3368
3426
|
}
|
|
3369
3427
|
SelectValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SelectValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3370
|
-
SelectValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: SelectValueAccessor, selector: "bal-radio-group, bal-checkbox-group, bal-select, bal-dropdown, bal-datepicker, bal-date, bal-input-date, bal-file-upload", host: { listeners: { "balChange": "handleValueChange($event)" } }, providers: [
|
|
3428
|
+
SelectValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: SelectValueAccessor, selector: "bal-radio-group, bal-segment, bal-checkbox-group, bal-select, bal-dropdown, bal-datepicker, bal-date, bal-input-date, bal-file-upload", host: { listeners: { "balChange": "handleValueChange($event)" } }, providers: [
|
|
3371
3429
|
{
|
|
3372
3430
|
provide: NG_VALUE_ACCESSOR,
|
|
3373
3431
|
useExisting: forwardRef(() => SelectValueAccessor),
|
|
@@ -3378,7 +3436,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
3378
3436
|
type: Directive,
|
|
3379
3437
|
args: [{
|
|
3380
3438
|
/* tslint:disable-next-line:directive-selector */
|
|
3381
|
-
selector: 'bal-radio-group, bal-checkbox-group, bal-select, bal-dropdown, bal-datepicker, bal-date, bal-input-date, bal-file-upload',
|
|
3439
|
+
selector: 'bal-radio-group, bal-segment, bal-checkbox-group, bal-select, bal-dropdown, bal-datepicker, bal-date, bal-input-date, bal-file-upload',
|
|
3382
3440
|
host: {
|
|
3383
3441
|
'(balChange)': 'handleValueChange($event)',
|
|
3384
3442
|
},
|
|
@@ -3573,6 +3631,8 @@ const DIRECTIVES = [
|
|
|
3573
3631
|
BalRadio,
|
|
3574
3632
|
BalRadioButton,
|
|
3575
3633
|
BalRadioGroup,
|
|
3634
|
+
BalSegment,
|
|
3635
|
+
BalSegmentItem,
|
|
3576
3636
|
BalSelect,
|
|
3577
3637
|
BalSelectOption,
|
|
3578
3638
|
BalShape,
|
|
@@ -3673,7 +3733,7 @@ class BaloiseDesignSystemModule {
|
|
|
3673
3733
|
}
|
|
3674
3734
|
}
|
|
3675
3735
|
BaloiseDesignSystemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BaloiseDesignSystemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3676
|
-
BaloiseDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: BaloiseDesignSystemModule, declarations: [BalAccordion, BalAccordionDetails, BalAccordionSummary, BalAccordionTrigger, BalApp, BalBadge, BalButton, BalButtonGroup, BalCard, BalCardActions, BalCardButton, BalCardContent, BalCardSubtitle, BalCardTitle, BalCarousel, BalCarouselItem, BalCheckbox, BalCheckboxButton, BalCheckboxGroup, BalClose, BalContent, BalData, BalDataItem, BalDataLabel, BalDataValue, BalDate, BalDateCalendar, BalDateCalendarCell, BalDatepicker, BalDivider, BalDropdown, BalField, BalFieldControl, BalFieldHint, BalFieldLabel, BalFieldMessage, BalFileUpload, BalFooter, BalForm, BalFormCol, BalFormGrid, BalHeading, BalHint, BalHintText, BalHintTitle, BalIcon, BalInput, BalInputDate, BalInputGroup, BalInputSlider, BalInputStepper, BalLabel, BalList, BalListItem, BalListItemAccordionBody, BalListItemAccordionHead, BalListItemContent, BalListItemIcon, BalListItemSubtitle, BalListItemTitle, BalLogo, BalModal, BalModalBody, BalModalHeader, BalNav, BalNavLink, BalNavLinkGrid, BalNavLinkGridCol, BalNavLinkGroup, BalNavMenuBar, BalNavMenuFlyout, BalNavMetaBar, BalNavbar, BalNavbarBrand, BalNavbarMenu, BalNavbarMenuEnd, BalNavbarMenuStart, BalNotices, BalNotification, BalNumberInput, BalOption, BalOptionList, BalPagination, BalPopover, BalPopoverContent, BalPopup, BalProgressBar, BalRadio, BalRadioButton, BalRadioGroup, BalSelect, BalSelectOption, BalShape, BalSheet, BalSnackbar, BalSpinner, BalStack, BalStage, BalStageBackLink, BalStageBody, BalStageFoot, BalStageHead, BalStageImage, BalStepItem, BalSteps, BalTabItem, BalTable, BalTabs, BalTag, BalTagGroup, BalText, BalTextarea, BalTimeInput, BalToast, BalTooltip,
|
|
3736
|
+
BaloiseDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: BaloiseDesignSystemModule, declarations: [BalAccordion, BalAccordionDetails, BalAccordionSummary, BalAccordionTrigger, BalApp, BalBadge, BalButton, BalButtonGroup, BalCard, BalCardActions, BalCardButton, BalCardContent, BalCardSubtitle, BalCardTitle, BalCarousel, BalCarouselItem, BalCheckbox, BalCheckboxButton, BalCheckboxGroup, BalClose, BalContent, BalData, BalDataItem, BalDataLabel, BalDataValue, BalDate, BalDateCalendar, BalDateCalendarCell, BalDatepicker, BalDivider, BalDropdown, BalField, BalFieldControl, BalFieldHint, BalFieldLabel, BalFieldMessage, BalFileUpload, BalFooter, BalForm, BalFormCol, BalFormGrid, BalHeading, BalHint, BalHintText, BalHintTitle, BalIcon, BalInput, BalInputDate, BalInputGroup, BalInputSlider, BalInputStepper, BalLabel, BalList, BalListItem, BalListItemAccordionBody, BalListItemAccordionHead, BalListItemContent, BalListItemIcon, BalListItemSubtitle, BalListItemTitle, BalLogo, BalModal, BalModalBody, BalModalHeader, BalNav, BalNavLink, BalNavLinkGrid, BalNavLinkGridCol, BalNavLinkGroup, BalNavMenuBar, BalNavMenuFlyout, BalNavMetaBar, BalNavbar, BalNavbarBrand, BalNavbarMenu, BalNavbarMenuEnd, BalNavbarMenuStart, BalNotices, BalNotification, BalNumberInput, BalOption, BalOptionList, BalPagination, BalPopover, BalPopoverContent, BalPopup, BalProgressBar, BalRadio, BalRadioButton, BalRadioGroup, BalSegment, BalSegmentItem, BalSelect, BalSelectOption, BalShape, BalSheet, BalSnackbar, BalSpinner, BalStack, BalStage, BalStageBackLink, BalStageBody, BalStageFoot, BalStageHead, BalStageImage, BalStepItem, BalSteps, BalTabItem, BalTable, BalTabs, BalTag, BalTagGroup, BalText, BalTextarea, BalTimeInput, BalToast, BalTooltip,
|
|
3677
3737
|
// ngModel accessors
|
|
3678
3738
|
BooleanValueAccessor,
|
|
3679
3739
|
NumericValueAccessor,
|
|
@@ -3681,7 +3741,7 @@ BaloiseDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0
|
|
|
3681
3741
|
TextValueAccessor,
|
|
3682
3742
|
// custom directives
|
|
3683
3743
|
BalAutoFocus,
|
|
3684
|
-
BalNgErrorComponent], imports: [CommonModule], exports: [BalAccordion, BalAccordionDetails, BalAccordionSummary, BalAccordionTrigger, BalApp, BalBadge, BalButton, BalButtonGroup, BalCard, BalCardActions, BalCardButton, BalCardContent, BalCardSubtitle, BalCardTitle, BalCarousel, BalCarouselItem, BalCheckbox, BalCheckboxButton, BalCheckboxGroup, BalClose, BalContent, BalData, BalDataItem, BalDataLabel, BalDataValue, BalDate, BalDateCalendar, BalDateCalendarCell, BalDatepicker, BalDivider, BalDropdown, BalField, BalFieldControl, BalFieldHint, BalFieldLabel, BalFieldMessage, BalFileUpload, BalFooter, BalForm, BalFormCol, BalFormGrid, BalHeading, BalHint, BalHintText, BalHintTitle, BalIcon, BalInput, BalInputDate, BalInputGroup, BalInputSlider, BalInputStepper, BalLabel, BalList, BalListItem, BalListItemAccordionBody, BalListItemAccordionHead, BalListItemContent, BalListItemIcon, BalListItemSubtitle, BalListItemTitle, BalLogo, BalModal, BalModalBody, BalModalHeader, BalNav, BalNavLink, BalNavLinkGrid, BalNavLinkGridCol, BalNavLinkGroup, BalNavMenuBar, BalNavMenuFlyout, BalNavMetaBar, BalNavbar, BalNavbarBrand, BalNavbarMenu, BalNavbarMenuEnd, BalNavbarMenuStart, BalNotices, BalNotification, BalNumberInput, BalOption, BalOptionList, BalPagination, BalPopover, BalPopoverContent, BalPopup, BalProgressBar, BalRadio, BalRadioButton, BalRadioGroup, BalSelect, BalSelectOption, BalShape, BalSheet, BalSnackbar, BalSpinner, BalStack, BalStage, BalStageBackLink, BalStageBody, BalStageFoot, BalStageHead, BalStageImage, BalStepItem, BalSteps, BalTabItem, BalTable, BalTabs, BalTag, BalTagGroup, BalText, BalTextarea, BalTimeInput, BalToast, BalTooltip,
|
|
3744
|
+
BalNgErrorComponent], imports: [CommonModule], exports: [BalAccordion, BalAccordionDetails, BalAccordionSummary, BalAccordionTrigger, BalApp, BalBadge, BalButton, BalButtonGroup, BalCard, BalCardActions, BalCardButton, BalCardContent, BalCardSubtitle, BalCardTitle, BalCarousel, BalCarouselItem, BalCheckbox, BalCheckboxButton, BalCheckboxGroup, BalClose, BalContent, BalData, BalDataItem, BalDataLabel, BalDataValue, BalDate, BalDateCalendar, BalDateCalendarCell, BalDatepicker, BalDivider, BalDropdown, BalField, BalFieldControl, BalFieldHint, BalFieldLabel, BalFieldMessage, BalFileUpload, BalFooter, BalForm, BalFormCol, BalFormGrid, BalHeading, BalHint, BalHintText, BalHintTitle, BalIcon, BalInput, BalInputDate, BalInputGroup, BalInputSlider, BalInputStepper, BalLabel, BalList, BalListItem, BalListItemAccordionBody, BalListItemAccordionHead, BalListItemContent, BalListItemIcon, BalListItemSubtitle, BalListItemTitle, BalLogo, BalModal, BalModalBody, BalModalHeader, BalNav, BalNavLink, BalNavLinkGrid, BalNavLinkGridCol, BalNavLinkGroup, BalNavMenuBar, BalNavMenuFlyout, BalNavMetaBar, BalNavbar, BalNavbarBrand, BalNavbarMenu, BalNavbarMenuEnd, BalNavbarMenuStart, BalNotices, BalNotification, BalNumberInput, BalOption, BalOptionList, BalPagination, BalPopover, BalPopoverContent, BalPopup, BalProgressBar, BalRadio, BalRadioButton, BalRadioGroup, BalSegment, BalSegmentItem, BalSelect, BalSelectOption, BalShape, BalSheet, BalSnackbar, BalSpinner, BalStack, BalStage, BalStageBackLink, BalStageBody, BalStageFoot, BalStageHead, BalStageImage, BalStepItem, BalSteps, BalTabItem, BalTable, BalTabs, BalTag, BalTagGroup, BalText, BalTextarea, BalTimeInput, BalToast, BalTooltip,
|
|
3685
3745
|
// ngModel accessors
|
|
3686
3746
|
BooleanValueAccessor,
|
|
3687
3747
|
NumericValueAccessor,
|
|
@@ -3721,5 +3781,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
3721
3781
|
* Generated bundle index. Do not edit.
|
|
3722
3782
|
*/
|
|
3723
3783
|
|
|
3724
|
-
export { BalAccordion, BalAccordionDetails, BalAccordionSummary, BalAccordionTrigger, BalApp, BalAutoFocus, BalBadge, BalButton, BalButtonGroup, BalCard, BalCardActions, BalCardButton, BalCardContent, BalCardSubtitle, BalCardTitle, BalCarousel, BalCarouselItem, BalCheckbox, BalCheckboxButton, BalCheckboxGroup, BalClose, BalContent, BalData, BalDataItem, BalDataLabel, BalDataValue, BalDate, BalDateCalendar, BalDateCalendarCell, BalDatepicker, BalDivider, BalDropdown, BalField, BalFieldControl, BalFieldHint, BalFieldLabel, BalFieldMessage, BalFileUpload, BalFooter, BalForm, BalFormCol, BalFormGrid, BalHeading, BalHint, BalHintText, BalHintTitle, BalIcon, BalInput, BalInputDate, BalInputGroup, BalInputSlider, BalInputStepper, BalLabel, BalList, BalListItem, BalListItemAccordionBody, BalListItemAccordionHead, BalListItemContent, BalListItemIcon, BalListItemSubtitle, BalListItemTitle, BalLogo, BalModal, BalModalBody, BalModalHeader, BalNav, BalNavLink, BalNavLinkGrid, BalNavLinkGridCol, BalNavLinkGroup, BalNavMenuBar, BalNavMenuFlyout, BalNavMetaBar, BalNavbar, BalNavbarBrand, BalNavbarMenu, BalNavbarMenuEnd, BalNavbarMenuStart, BalNgErrorComponent, BalNotices, BalNotification, BalNumberInput, BalOption, BalOptionList, BalPagination, BalPopover, BalPopoverContent, BalPopup, BalProgressBar, BalRadio, BalRadioButton, BalRadioGroup, BalSelect, BalSelectOption, BalShape, BalSheet, BalSnackbar, BalSpinner, BalStack, BalStage, BalStageBackLink, BalStageBody, BalStageFoot, BalStageHead, BalStageImage, BalStepItem, BalSteps, BalTabItem, BalTable, BalTabs, BalTag, BalTagGroup, BalText, BalTextarea, BalTimeInput, BalToast, BalTooltip, BaloiseDesignSystemModule, BooleanValueAccessor, NumericValueAccessor, SelectValueAccessor, TextValueAccessor };
|
|
3784
|
+
export { BalAccordion, BalAccordionDetails, BalAccordionSummary, BalAccordionTrigger, BalApp, BalAutoFocus, BalBadge, BalButton, BalButtonGroup, BalCard, BalCardActions, BalCardButton, BalCardContent, BalCardSubtitle, BalCardTitle, BalCarousel, BalCarouselItem, BalCheckbox, BalCheckboxButton, BalCheckboxGroup, BalClose, BalContent, BalData, BalDataItem, BalDataLabel, BalDataValue, BalDate, BalDateCalendar, BalDateCalendarCell, BalDatepicker, BalDivider, BalDropdown, BalField, BalFieldControl, BalFieldHint, BalFieldLabel, BalFieldMessage, BalFileUpload, BalFooter, BalForm, BalFormCol, BalFormGrid, BalHeading, BalHint, BalHintText, BalHintTitle, BalIcon, BalInput, BalInputDate, BalInputGroup, BalInputSlider, BalInputStepper, BalLabel, BalList, BalListItem, BalListItemAccordionBody, BalListItemAccordionHead, BalListItemContent, BalListItemIcon, BalListItemSubtitle, BalListItemTitle, BalLogo, BalModal, BalModalBody, BalModalHeader, BalNav, BalNavLink, BalNavLinkGrid, BalNavLinkGridCol, BalNavLinkGroup, BalNavMenuBar, BalNavMenuFlyout, BalNavMetaBar, BalNavbar, BalNavbarBrand, BalNavbarMenu, BalNavbarMenuEnd, BalNavbarMenuStart, BalNgErrorComponent, BalNotices, BalNotification, BalNumberInput, BalOption, BalOptionList, BalPagination, BalPopover, BalPopoverContent, BalPopup, BalProgressBar, BalRadio, BalRadioButton, BalRadioGroup, BalSegment, BalSegmentItem, BalSelect, BalSelectOption, BalShape, BalSheet, BalSnackbar, BalSpinner, BalStack, BalStage, BalStageBackLink, BalStageBody, BalStageFoot, BalStageHead, BalStageImage, BalStepItem, BalSteps, BalTabItem, BalTable, BalTabs, BalTag, BalTagGroup, BalText, BalTextarea, BalTimeInput, BalToast, BalTooltip, BaloiseDesignSystemModule, BooleanValueAccessor, NumericValueAccessor, SelectValueAccessor, TextValueAccessor };
|
|
3725
3785
|
//# sourceMappingURL=baloise-ds-angular-module.mjs.map
|