@baloise/ds-angular 16.3.0 → 16.4.0-nightly.20240917
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/bundles.d.ts +5 -4
- package/components/bal-segment.d.ts +18 -0
- package/components/index.d.ts +1 -0
- package/esm2020/bundles.mjs +9 -3
- package/esm2020/components/bal-segment.mjs +55 -0
- package/esm2020/components/index.mjs +2 -1
- package/esm2020/generated/meta.mjs +4 -1
- package/esm2020/generated/proxies.mjs +55 -23
- package/fesm2015/baloise-ds-angular.mjs +216 -129
- package/fesm2015/baloise-ds-angular.mjs.map +1 -1
- package/fesm2020/baloise-ds-angular.mjs +216 -129
- package/fesm2020/baloise-ds-angular.mjs.map +1 -1
- package/generated/meta.d.ts +3 -0
- package/generated/proxies.d.ts +18 -7
- package/package.json +3 -3
|
@@ -84,42 +84,44 @@ import { defineCustomElement as defineCustomElement$1d } from '@baloise/ds-core/
|
|
|
84
84
|
import { defineCustomElement as defineCustomElement$1e } from '@baloise/ds-core/components/bal-progress-bar';
|
|
85
85
|
import { defineCustomElement as defineCustomElement$1f } from '@baloise/ds-core/components/bal-radio';
|
|
86
86
|
import { defineCustomElement as defineCustomElement$1g } from '@baloise/ds-core/components/bal-radio-button';
|
|
87
|
-
import { defineCustomElement as defineCustomElement$1h } from '@baloise/ds-core/components/bal-
|
|
88
|
-
import { defineCustomElement as defineCustomElement$1i } from '@baloise/ds-core/components/bal-
|
|
89
|
-
import { defineCustomElement as defineCustomElement$1j } from '@baloise/ds-core/components/bal-
|
|
90
|
-
import { defineCustomElement as defineCustomElement$1k } from '@baloise/ds-core/components/bal-
|
|
91
|
-
import { defineCustomElement as defineCustomElement$1l } from '@baloise/ds-core/components/bal-
|
|
92
|
-
import { defineCustomElement as defineCustomElement$1m } from '@baloise/ds-core/components/bal-
|
|
93
|
-
import { defineCustomElement as defineCustomElement$1n } from '@baloise/ds-core/components/bal-stage
|
|
94
|
-
import { defineCustomElement as defineCustomElement$1o } from '@baloise/ds-core/components/bal-stage-
|
|
95
|
-
import { defineCustomElement as defineCustomElement$1p } from '@baloise/ds-core/components/bal-stage-
|
|
96
|
-
import { defineCustomElement as defineCustomElement$1q } from '@baloise/ds-core/components/bal-stage-
|
|
97
|
-
import { defineCustomElement as defineCustomElement$1r } from '@baloise/ds-core/components/bal-stage-
|
|
98
|
-
import { defineCustomElement as defineCustomElement$1s } from '@baloise/ds-core/components/bal-
|
|
99
|
-
import { defineCustomElement as defineCustomElement$1t } from '@baloise/ds-core/components/bal-
|
|
100
|
-
import { defineCustomElement as defineCustomElement$1u } from '@baloise/ds-core/components/bal-
|
|
101
|
-
import { defineCustomElement as defineCustomElement$1v } from '@baloise/ds-core/components/bal-
|
|
102
|
-
import { defineCustomElement as defineCustomElement$1w } from '@baloise/ds-core/components/bal-
|
|
103
|
-
import { defineCustomElement as defineCustomElement$1x } from '@baloise/ds-core/components/bal-
|
|
104
|
-
import { defineCustomElement as defineCustomElement$1y } from '@baloise/ds-core/components/bal-tag
|
|
105
|
-
import { defineCustomElement as defineCustomElement$1z } from '@baloise/ds-core/components/bal-
|
|
106
|
-
import { defineCustomElement as defineCustomElement$1A } from '@baloise/ds-core/components/bal-
|
|
87
|
+
import { defineCustomElement as defineCustomElement$1h } from '@baloise/ds-core/components/bal-segment-item';
|
|
88
|
+
import { defineCustomElement as defineCustomElement$1i } from '@baloise/ds-core/components/bal-select-option';
|
|
89
|
+
import { defineCustomElement as defineCustomElement$1j } from '@baloise/ds-core/components/bal-shape';
|
|
90
|
+
import { defineCustomElement as defineCustomElement$1k } from '@baloise/ds-core/components/bal-sheet';
|
|
91
|
+
import { defineCustomElement as defineCustomElement$1l } from '@baloise/ds-core/components/bal-spinner';
|
|
92
|
+
import { defineCustomElement as defineCustomElement$1m } from '@baloise/ds-core/components/bal-stack';
|
|
93
|
+
import { defineCustomElement as defineCustomElement$1n } from '@baloise/ds-core/components/bal-stage';
|
|
94
|
+
import { defineCustomElement as defineCustomElement$1o } from '@baloise/ds-core/components/bal-stage-back-link';
|
|
95
|
+
import { defineCustomElement as defineCustomElement$1p } from '@baloise/ds-core/components/bal-stage-body';
|
|
96
|
+
import { defineCustomElement as defineCustomElement$1q } from '@baloise/ds-core/components/bal-stage-foot';
|
|
97
|
+
import { defineCustomElement as defineCustomElement$1r } from '@baloise/ds-core/components/bal-stage-head';
|
|
98
|
+
import { defineCustomElement as defineCustomElement$1s } from '@baloise/ds-core/components/bal-stage-image';
|
|
99
|
+
import { defineCustomElement as defineCustomElement$1t } from '@baloise/ds-core/components/bal-step-item';
|
|
100
|
+
import { defineCustomElement as defineCustomElement$1u } from '@baloise/ds-core/components/bal-steps';
|
|
101
|
+
import { defineCustomElement as defineCustomElement$1v } from '@baloise/ds-core/components/bal-tab-item';
|
|
102
|
+
import { defineCustomElement as defineCustomElement$1w } from '@baloise/ds-core/components/bal-table';
|
|
103
|
+
import { defineCustomElement as defineCustomElement$1x } from '@baloise/ds-core/components/bal-tabs';
|
|
104
|
+
import { defineCustomElement as defineCustomElement$1y } from '@baloise/ds-core/components/bal-tag';
|
|
105
|
+
import { defineCustomElement as defineCustomElement$1z } from '@baloise/ds-core/components/bal-tag-group';
|
|
106
|
+
import { defineCustomElement as defineCustomElement$1A } from '@baloise/ds-core/components/bal-text';
|
|
107
|
+
import { defineCustomElement as defineCustomElement$1B } from '@baloise/ds-core/components/bal-tooltip';
|
|
107
108
|
import { NgControl, NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
108
|
-
import { defineCustomElement as defineCustomElement$
|
|
109
|
-
import { defineCustomElement as defineCustomElement$
|
|
110
|
-
import { defineCustomElement as defineCustomElement$
|
|
111
|
-
import { defineCustomElement as defineCustomElement$
|
|
112
|
-
import { defineCustomElement as defineCustomElement$
|
|
113
|
-
import { defineCustomElement as defineCustomElement$
|
|
114
|
-
import { defineCustomElement as defineCustomElement$
|
|
115
|
-
import { defineCustomElement as defineCustomElement$
|
|
116
|
-
import { defineCustomElement as defineCustomElement$
|
|
117
|
-
import { defineCustomElement as defineCustomElement$
|
|
118
|
-
import { defineCustomElement as defineCustomElement$
|
|
119
|
-
import { defineCustomElement as defineCustomElement$
|
|
120
|
-
import { defineCustomElement as defineCustomElement$
|
|
121
|
-
import { defineCustomElement as defineCustomElement$
|
|
122
|
-
import { defineCustomElement as defineCustomElement$
|
|
109
|
+
import { defineCustomElement as defineCustomElement$1C } from '@baloise/ds-core/components/bal-checkbox';
|
|
110
|
+
import { defineCustomElement as defineCustomElement$1D } from '@baloise/ds-core/components/bal-checkbox-group';
|
|
111
|
+
import { defineCustomElement as defineCustomElement$1E } from '@baloise/ds-core/components/bal-date';
|
|
112
|
+
import { defineCustomElement as defineCustomElement$1F } from '@baloise/ds-core/components/bal-datepicker';
|
|
113
|
+
import { defineCustomElement as defineCustomElement$1G } from '@baloise/ds-core/components/bal-file-upload';
|
|
114
|
+
import { defineCustomElement as defineCustomElement$1H } from '@baloise/ds-core/components/bal-input-date';
|
|
115
|
+
import { defineCustomElement as defineCustomElement$1I } from '@baloise/ds-core/components/bal-input-slider';
|
|
116
|
+
import { defineCustomElement as defineCustomElement$1J } from '@baloise/ds-core/components/bal-input-stepper';
|
|
117
|
+
import { defineCustomElement as defineCustomElement$1K } from '@baloise/ds-core/components/bal-input';
|
|
118
|
+
import { defineCustomElement as defineCustomElement$1L } from '@baloise/ds-core/components/bal-number-input';
|
|
119
|
+
import { defineCustomElement as defineCustomElement$1M } from '@baloise/ds-core/components/bal-radio-group';
|
|
120
|
+
import { defineCustomElement as defineCustomElement$1N } from '@baloise/ds-core/components/bal-select';
|
|
121
|
+
import { defineCustomElement as defineCustomElement$1O } from '@baloise/ds-core/components/bal-segment';
|
|
122
|
+
import { defineCustomElement as defineCustomElement$1P } from '@baloise/ds-core/components/bal-dropdown';
|
|
123
|
+
import { defineCustomElement as defineCustomElement$1Q } from '@baloise/ds-core/components/bal-textarea';
|
|
124
|
+
import { defineCustomElement as defineCustomElement$1R } from '@baloise/ds-core/components/bal-time-input';
|
|
123
125
|
import * as i1$1 from '@angular/common';
|
|
124
126
|
import { CommonModule, DOCUMENT } from '@angular/common';
|
|
125
127
|
import { initializeBaloiseDesignSystem, attachToConfig, defaultConfig, detachFromConfig, updateBalAllowedLanguages, updateBalAnimated, updateBalIcons, updateBalLanguage, updateBalRegion, balToastController, balSnackbarController, balModalController, balBreakpoints, balBreakpointSubject, balDevice, balOrientationSubject } from '@baloise/ds-core/components';
|
|
@@ -636,10 +638,10 @@ let BalCarousel = class BalCarousel {
|
|
|
636
638
|
}
|
|
637
639
|
};
|
|
638
640
|
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 });
|
|
639
|
-
BalCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCarousel, isStandalone: true, selector: "bal-carousel", inputs: { aspectRatio: "aspectRatio", border: "border", controls: "controls", controlsOverflow: "controlsOverflow", controlsSticky: "controlsSticky", fullHeight: "fullHeight", 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 });
|
|
641
|
+
BalCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCarousel, isStandalone: true, selector: "bal-carousel", inputs: { aspectRatio: "aspectRatio", border: "border", controls: "controls", controlsOverflow: "controlsOverflow", controlsSticky: "controlsSticky", fullHeight: "fullHeight", htmlRole: "htmlRole", interface: "interface", inverted: "inverted", itemsPerView: "itemsPerView", scrollY: "scrollY", steps: "steps", value: "value" }, outputs: { balChange: "balChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
640
642
|
BalCarousel = __decorate([
|
|
641
643
|
ProxyCmp({
|
|
642
|
-
inputs: ['aspectRatio', 'border', 'controls', 'controlsOverflow', 'controlsSticky', 'fullHeight', 'interface', 'inverted', 'itemsPerView', 'scrollY', 'steps', 'value'],
|
|
644
|
+
inputs: ['aspectRatio', 'border', 'controls', 'controlsOverflow', 'controlsSticky', 'fullHeight', 'htmlRole', 'interface', 'inverted', 'itemsPerView', 'scrollY', 'steps', 'value'],
|
|
643
645
|
methods: ['previous', 'next'],
|
|
644
646
|
defineCustomElementFn: defineCustomElement$j
|
|
645
647
|
}),
|
|
@@ -652,7 +654,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
652
654
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
653
655
|
template: '<ng-content></ng-content>',
|
|
654
656
|
standalone: true,
|
|
655
|
-
inputs: ['aspectRatio', 'border', 'controls', 'controlsOverflow', 'controlsSticky', 'fullHeight', 'interface', 'inverted', 'itemsPerView', 'scrollY', 'steps', 'value'],
|
|
657
|
+
inputs: ['aspectRatio', 'border', 'controls', 'controlsOverflow', 'controlsSticky', 'fullHeight', 'htmlRole', 'interface', 'inverted', 'itemsPerView', 'scrollY', 'steps', 'value'],
|
|
656
658
|
outputs: ['balChange']
|
|
657
659
|
}]
|
|
658
660
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -665,11 +667,11 @@ let BalCarouselItem = class BalCarouselItem {
|
|
|
665
667
|
}
|
|
666
668
|
};
|
|
667
669
|
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 });
|
|
668
|
-
BalCarouselItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCarouselItem, isStandalone: true, selector: "bal-carousel-item", inputs: { color: "color", download: "download", elementType: "elementType", href: "href", label: "label", name: "name", rel: "rel", src: "src", target: "target", value: "value" }, outputs: { balNavigate: "balNavigate", balFocus: "balFocus", balBlur: "balBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
670
|
+
BalCarouselItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCarouselItem, isStandalone: true, selector: "bal-carousel-item", inputs: { color: "color", download: "download", elementType: "elementType", href: "href", htmlRole: "htmlRole", label: "label", name: "name", rel: "rel", src: "src", target: "target", value: "value" }, outputs: { balNavigate: "balNavigate", balFocus: "balFocus", balBlur: "balBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
669
671
|
BalCarouselItem = __decorate([
|
|
670
672
|
ProxyCmp({
|
|
671
|
-
inputs: ['color', 'download', 'elementType', 'href', 'label', 'name', 'rel', 'src', 'target', 'value'],
|
|
672
|
-
methods: ['getData'],
|
|
673
|
+
inputs: ['color', 'download', 'elementType', 'href', 'htmlRole', 'label', 'name', 'rel', 'src', 'target', 'value'],
|
|
674
|
+
methods: ['getData', 'setFocus'],
|
|
673
675
|
defineCustomElementFn: defineCustomElement$k
|
|
674
676
|
}),
|
|
675
677
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -681,7 +683,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
681
683
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
682
684
|
template: '<ng-content></ng-content>',
|
|
683
685
|
standalone: true,
|
|
684
|
-
inputs: ['color', 'download', 'elementType', 'href', 'label', 'name', 'rel', 'src', 'target', 'value'],
|
|
686
|
+
inputs: ['color', 'download', 'elementType', 'href', 'htmlRole', 'label', 'name', 'rel', 'src', 'target', 'value'],
|
|
685
687
|
outputs: ['balNavigate', 'balFocus', 'balBlur']
|
|
686
688
|
}]
|
|
687
689
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1349,10 +1351,10 @@ let BalLabel = class BalLabel {
|
|
|
1349
1351
|
}
|
|
1350
1352
|
};
|
|
1351
1353
|
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 });
|
|
1352
|
-
BalLabel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalLabel, isStandalone: true, 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 });
|
|
1354
|
+
BalLabel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalLabel, isStandalone: true, selector: "bal-label", inputs: { disabled: "disabled", htmlFor: "htmlFor", htmlId: "htmlId", invalid: "invalid", multiline: "multiline", noWrap: "noWrap", readonly: "readonly", required: "required", size: "size", valid: "valid", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1353
1355
|
BalLabel = __decorate([
|
|
1354
1356
|
ProxyCmp({
|
|
1355
|
-
inputs: ['disabled', 'htmlFor', 'invalid', 'multiline', 'noWrap', 'readonly', 'required', 'size', 'valid', 'weight'],
|
|
1357
|
+
inputs: ['disabled', 'htmlFor', 'htmlId', 'invalid', 'multiline', 'noWrap', 'readonly', 'required', 'size', 'valid', 'weight'],
|
|
1356
1358
|
defineCustomElementFn: defineCustomElement$K
|
|
1357
1359
|
}),
|
|
1358
1360
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -1364,7 +1366,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
1364
1366
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1365
1367
|
template: '<ng-content></ng-content>',
|
|
1366
1368
|
standalone: true,
|
|
1367
|
-
inputs: ['disabled', 'htmlFor', 'invalid', 'multiline', 'noWrap', 'readonly', 'required', 'size', 'valid', 'weight']
|
|
1369
|
+
inputs: ['disabled', 'htmlFor', 'htmlId', 'invalid', 'multiline', 'noWrap', 'readonly', 'required', 'size', 'valid', 'weight']
|
|
1368
1370
|
}]
|
|
1369
1371
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1370
1372
|
let BalList = class BalList {
|
|
@@ -1845,9 +1847,10 @@ let BalNavMenuFlyout = class BalNavMenuFlyout {
|
|
|
1845
1847
|
}
|
|
1846
1848
|
};
|
|
1847
1849
|
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 });
|
|
1848
|
-
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 });
|
|
1850
|
+
BalNavMenuFlyout.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNavMenuFlyout, isStandalone: true, selector: "bal-nav-menu-flyout", inputs: { navId: "navId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1849
1851
|
BalNavMenuFlyout = __decorate([
|
|
1850
1852
|
ProxyCmp({
|
|
1853
|
+
inputs: ['navId'],
|
|
1851
1854
|
defineCustomElementFn: defineCustomElement$10
|
|
1852
1855
|
}),
|
|
1853
1856
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -1858,7 +1861,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
1858
1861
|
selector: 'bal-nav-menu-flyout',
|
|
1859
1862
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1860
1863
|
template: '<ng-content></ng-content>',
|
|
1861
|
-
standalone: true
|
|
1864
|
+
standalone: true,
|
|
1865
|
+
inputs: ['navId']
|
|
1862
1866
|
}]
|
|
1863
1867
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1864
1868
|
let BalNavMetaBar = class BalNavMetaBar {
|
|
@@ -2104,7 +2108,7 @@ BalOptionList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
|
|
|
2104
2108
|
BalOptionList = __decorate([
|
|
2105
2109
|
ProxyCmp({
|
|
2106
2110
|
inputs: ['contentHeight', 'disabled', 'filter', 'focusIndex', 'labelledby', 'multiple', 'required'],
|
|
2107
|
-
methods: ['focusFirst', 'focusLast', 'focusNext', 'focusPrevious', 'focusByLabel', 'filterByContent', 'resetHidden', 'resetSelected', 'updateSelected', 'resetFocus', 'getSelectedValues', 'getSelectedOptions', 'getValues', 'getLabels', 'getOptions', 'selectByFocus'],
|
|
2111
|
+
methods: ['focusSelected', 'focusFirst', 'focusLast', 'focusNext', 'focusPrevious', 'focusByLabel', 'filterByContent', 'resetHidden', 'resetSelected', 'updateSelected', 'resetFocus', 'getSelectedValues', 'getSelectedOptions', 'getValues', 'getLabels', 'getOptions', 'selectByFocus'],
|
|
2108
2112
|
defineCustomElementFn: defineCustomElement$19
|
|
2109
2113
|
}),
|
|
2110
2114
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -2240,10 +2244,10 @@ let BalProgressBar = class BalProgressBar {
|
|
|
2240
2244
|
}
|
|
2241
2245
|
};
|
|
2242
2246
|
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 });
|
|
2243
|
-
BalProgressBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalProgressBar, isStandalone: true, selector: "bal-progress-bar", inputs: { background: "background", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2247
|
+
BalProgressBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalProgressBar, isStandalone: true, selector: "bal-progress-bar", inputs: { background: "background", color: "color", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2244
2248
|
BalProgressBar = __decorate([
|
|
2245
2249
|
ProxyCmp({
|
|
2246
|
-
inputs: ['background', 'value'],
|
|
2250
|
+
inputs: ['background', 'color', 'value'],
|
|
2247
2251
|
methods: ['configChanged'],
|
|
2248
2252
|
defineCustomElementFn: defineCustomElement$1e
|
|
2249
2253
|
}),
|
|
@@ -2256,7 +2260,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
2256
2260
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2257
2261
|
template: '<ng-content></ng-content>',
|
|
2258
2262
|
standalone: true,
|
|
2259
|
-
inputs: ['background', 'value']
|
|
2263
|
+
inputs: ['background', 'color', 'value']
|
|
2260
2264
|
}]
|
|
2261
2265
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2262
2266
|
let BalRadio = class BalRadio {
|
|
@@ -2316,6 +2320,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
2316
2320
|
outputs: ['balFocus', 'balBlur', 'balFormControlDidLoad']
|
|
2317
2321
|
}]
|
|
2318
2322
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2323
|
+
let BalSegmentItem = class BalSegmentItem {
|
|
2324
|
+
constructor(c, r, z) {
|
|
2325
|
+
this.z = z;
|
|
2326
|
+
c.detach();
|
|
2327
|
+
this.el = r.nativeElement;
|
|
2328
|
+
proxyOutputs(this, this.el, ['balBlur']);
|
|
2329
|
+
}
|
|
2330
|
+
};
|
|
2331
|
+
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 });
|
|
2332
|
+
BalSegmentItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalSegmentItem, isStandalone: true, selector: "bal-segment-item", inputs: { disabled: "disabled", invalid: "invalid", label: "label", value: "value" }, outputs: { balBlur: "balBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2333
|
+
BalSegmentItem = __decorate([
|
|
2334
|
+
ProxyCmp({
|
|
2335
|
+
inputs: ['disabled', 'invalid', 'label', 'value'],
|
|
2336
|
+
defineCustomElementFn: defineCustomElement$1h
|
|
2337
|
+
}),
|
|
2338
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2339
|
+
], BalSegmentItem);
|
|
2340
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSegmentItem, decorators: [{
|
|
2341
|
+
type: Component,
|
|
2342
|
+
args: [{
|
|
2343
|
+
selector: 'bal-segment-item',
|
|
2344
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2345
|
+
template: '<ng-content></ng-content>',
|
|
2346
|
+
standalone: true,
|
|
2347
|
+
inputs: ['disabled', 'invalid', 'label', 'value'],
|
|
2348
|
+
outputs: ['balBlur']
|
|
2349
|
+
}]
|
|
2350
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2319
2351
|
let BalSelectOption = class BalSelectOption {
|
|
2320
2352
|
constructor(c, r, z) {
|
|
2321
2353
|
this.z = z;
|
|
@@ -2328,7 +2360,7 @@ BalSelectOption.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versio
|
|
|
2328
2360
|
BalSelectOption = __decorate([
|
|
2329
2361
|
ProxyCmp({
|
|
2330
2362
|
inputs: ['disabled', 'label', 'value'],
|
|
2331
|
-
defineCustomElementFn: defineCustomElement$
|
|
2363
|
+
defineCustomElementFn: defineCustomElement$1i
|
|
2332
2364
|
}),
|
|
2333
2365
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2334
2366
|
], BalSelectOption);
|
|
@@ -2354,7 +2386,7 @@ BalShape.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.
|
|
|
2354
2386
|
BalShape = __decorate([
|
|
2355
2387
|
ProxyCmp({
|
|
2356
2388
|
inputs: ['color', 'rotation', 'variation'],
|
|
2357
|
-
defineCustomElementFn: defineCustomElement$
|
|
2389
|
+
defineCustomElementFn: defineCustomElement$1j
|
|
2358
2390
|
}),
|
|
2359
2391
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2360
2392
|
], BalShape);
|
|
@@ -2380,7 +2412,7 @@ BalSheet.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.
|
|
|
2380
2412
|
BalSheet = __decorate([
|
|
2381
2413
|
ProxyCmp({
|
|
2382
2414
|
inputs: ['containerSize'],
|
|
2383
|
-
defineCustomElementFn: defineCustomElement$
|
|
2415
|
+
defineCustomElementFn: defineCustomElement$1k
|
|
2384
2416
|
}),
|
|
2385
2417
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2386
2418
|
], BalSheet);
|
|
@@ -2435,7 +2467,7 @@ BalSpinner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "1
|
|
|
2435
2467
|
BalSpinner = __decorate([
|
|
2436
2468
|
ProxyCmp({
|
|
2437
2469
|
inputs: ['color', 'deactivated', 'inverted', 'small', 'variation'],
|
|
2438
|
-
defineCustomElementFn: defineCustomElement$
|
|
2470
|
+
defineCustomElementFn: defineCustomElement$1l
|
|
2439
2471
|
}),
|
|
2440
2472
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2441
2473
|
], BalSpinner);
|
|
@@ -2461,7 +2493,7 @@ BalStack.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.
|
|
|
2461
2493
|
BalStack = __decorate([
|
|
2462
2494
|
ProxyCmp({
|
|
2463
2495
|
inputs: ['align', 'fitContent', 'layout', 'px', 'py', 'space', 'spaceColumn', 'spaceRow', 'useWrap'],
|
|
2464
|
-
defineCustomElementFn: defineCustomElement$
|
|
2496
|
+
defineCustomElementFn: defineCustomElement$1m
|
|
2465
2497
|
}),
|
|
2466
2498
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2467
2499
|
], BalStack);
|
|
@@ -2487,7 +2519,7 @@ BalStage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.
|
|
|
2487
2519
|
BalStage = __decorate([
|
|
2488
2520
|
ProxyCmp({
|
|
2489
2521
|
inputs: ['color', 'containerSize', 'shape', 'shapeRotation', 'shapeVariation', 'size'],
|
|
2490
|
-
defineCustomElementFn: defineCustomElement$
|
|
2522
|
+
defineCustomElementFn: defineCustomElement$1n
|
|
2491
2523
|
}),
|
|
2492
2524
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2493
2525
|
], BalStage);
|
|
@@ -2513,7 +2545,7 @@ BalStageBackLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
|
2513
2545
|
BalStageBackLink = __decorate([
|
|
2514
2546
|
ProxyCmp({
|
|
2515
2547
|
inputs: ['href', 'inverted', 'shadow'],
|
|
2516
|
-
defineCustomElementFn: defineCustomElement$
|
|
2548
|
+
defineCustomElementFn: defineCustomElement$1o
|
|
2517
2549
|
}),
|
|
2518
2550
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2519
2551
|
], BalStageBackLink);
|
|
@@ -2538,7 +2570,7 @@ BalStageBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "1
|
|
|
2538
2570
|
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 });
|
|
2539
2571
|
BalStageBody = __decorate([
|
|
2540
2572
|
ProxyCmp({
|
|
2541
|
-
defineCustomElementFn: defineCustomElement$
|
|
2573
|
+
defineCustomElementFn: defineCustomElement$1p
|
|
2542
2574
|
}),
|
|
2543
2575
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2544
2576
|
], BalStageBody);
|
|
@@ -2562,7 +2594,7 @@ BalStageFoot.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "1
|
|
|
2562
2594
|
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 });
|
|
2563
2595
|
BalStageFoot = __decorate([
|
|
2564
2596
|
ProxyCmp({
|
|
2565
|
-
defineCustomElementFn: defineCustomElement$
|
|
2597
|
+
defineCustomElementFn: defineCustomElement$1q
|
|
2566
2598
|
}),
|
|
2567
2599
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2568
2600
|
], BalStageFoot);
|
|
@@ -2586,7 +2618,7 @@ BalStageHead.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "1
|
|
|
2586
2618
|
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 });
|
|
2587
2619
|
BalStageHead = __decorate([
|
|
2588
2620
|
ProxyCmp({
|
|
2589
|
-
defineCustomElementFn: defineCustomElement$
|
|
2621
|
+
defineCustomElementFn: defineCustomElement$1r
|
|
2590
2622
|
}),
|
|
2591
2623
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2592
2624
|
], BalStageHead);
|
|
@@ -2611,7 +2643,7 @@ BalStageImage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
|
|
|
2611
2643
|
BalStageImage = __decorate([
|
|
2612
2644
|
ProxyCmp({
|
|
2613
2645
|
inputs: ['fallback', 'srcSet'],
|
|
2614
|
-
defineCustomElementFn: defineCustomElement$
|
|
2646
|
+
defineCustomElementFn: defineCustomElement$1s
|
|
2615
2647
|
}),
|
|
2616
2648
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2617
2649
|
], BalStageImage);
|
|
@@ -2639,7 +2671,7 @@ BalStepItem = __decorate([
|
|
|
2639
2671
|
ProxyCmp({
|
|
2640
2672
|
inputs: ['active', 'disabled', 'done', 'failed', 'href', 'invisible', 'label', 'prevent', 'target', 'value'],
|
|
2641
2673
|
methods: ['getOptions', 'setActive'],
|
|
2642
|
-
defineCustomElementFn: defineCustomElement$
|
|
2674
|
+
defineCustomElementFn: defineCustomElement$1t
|
|
2643
2675
|
}),
|
|
2644
2676
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2645
2677
|
], BalStepItem);
|
|
@@ -2663,12 +2695,12 @@ let BalSteps = class BalSteps {
|
|
|
2663
2695
|
}
|
|
2664
2696
|
};
|
|
2665
2697
|
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 });
|
|
2666
|
-
BalSteps.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalSteps, isStandalone: true, 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 });
|
|
2698
|
+
BalSteps.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalSteps, isStandalone: true, selector: "bal-steps", inputs: { clickable: "clickable", color: "color", debounce: "debounce", options: "options", value: "value" }, outputs: { balChange: "balChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2667
2699
|
BalSteps = __decorate([
|
|
2668
2700
|
ProxyCmp({
|
|
2669
|
-
inputs: ['clickable', 'debounce', 'options', 'value'],
|
|
2701
|
+
inputs: ['clickable', 'color', 'debounce', 'options', 'value'],
|
|
2670
2702
|
methods: ['select', 'getOptionByValue'],
|
|
2671
|
-
defineCustomElementFn: defineCustomElement$
|
|
2703
|
+
defineCustomElementFn: defineCustomElement$1u
|
|
2672
2704
|
}),
|
|
2673
2705
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2674
2706
|
], BalSteps);
|
|
@@ -2679,7 +2711,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
2679
2711
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2680
2712
|
template: '<ng-content></ng-content>',
|
|
2681
2713
|
standalone: true,
|
|
2682
|
-
inputs: ['clickable', 'debounce', 'options', 'value'],
|
|
2714
|
+
inputs: ['clickable', 'color', 'debounce', 'options', 'value'],
|
|
2683
2715
|
outputs: ['balChange']
|
|
2684
2716
|
}]
|
|
2685
2717
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -2692,12 +2724,12 @@ let BalTabItem = class BalTabItem {
|
|
|
2692
2724
|
}
|
|
2693
2725
|
};
|
|
2694
2726
|
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 });
|
|
2695
|
-
BalTabItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalTabItem, isStandalone: true, 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 });
|
|
2727
|
+
BalTabItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalTabItem, isStandalone: true, selector: "bal-tab-item", inputs: { active: "active", aria: "aria", bubble: "bubble", disabled: "disabled", href: "href", icon: "icon", invisible: "invisible", label: "label", noPanel: "noPanel", prevent: "prevent", target: "target", value: "value" }, outputs: { balNavigate: "balNavigate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2696
2728
|
BalTabItem = __decorate([
|
|
2697
2729
|
ProxyCmp({
|
|
2698
|
-
inputs: ['active', 'bubble', 'disabled', 'href', 'icon', 'invisible', 'label', 'prevent', 'target', 'value'],
|
|
2730
|
+
inputs: ['active', 'aria', 'bubble', 'disabled', 'href', 'icon', 'invisible', 'label', 'noPanel', 'prevent', 'target', 'value'],
|
|
2699
2731
|
methods: ['getOptions', 'setActive'],
|
|
2700
|
-
defineCustomElementFn: defineCustomElement$
|
|
2732
|
+
defineCustomElementFn: defineCustomElement$1v
|
|
2701
2733
|
}),
|
|
2702
2734
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2703
2735
|
], BalTabItem);
|
|
@@ -2708,7 +2740,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
2708
2740
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2709
2741
|
template: '<ng-content></ng-content>',
|
|
2710
2742
|
standalone: true,
|
|
2711
|
-
inputs: ['active', 'bubble', 'disabled', 'href', 'icon', 'invisible', 'label', 'prevent', 'target', 'value'],
|
|
2743
|
+
inputs: ['active', 'aria', 'bubble', 'disabled', 'href', 'icon', 'invisible', 'label', 'noPanel', 'prevent', 'target', 'value'],
|
|
2712
2744
|
outputs: ['balNavigate']
|
|
2713
2745
|
}]
|
|
2714
2746
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -2724,7 +2756,7 @@ BalTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.
|
|
|
2724
2756
|
BalTable = __decorate([
|
|
2725
2757
|
ProxyCmp({
|
|
2726
2758
|
inputs: ['expanded'],
|
|
2727
|
-
defineCustomElementFn: defineCustomElement$
|
|
2759
|
+
defineCustomElementFn: defineCustomElement$1w
|
|
2728
2760
|
}),
|
|
2729
2761
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2730
2762
|
], BalTable);
|
|
@@ -2752,7 +2784,7 @@ BalTabs = __decorate([
|
|
|
2752
2784
|
ProxyCmp({
|
|
2753
2785
|
inputs: ['accordion', 'border', 'clickable', 'context', 'debounce', 'expanded', 'float', 'fullwidth', 'iconPosition', 'inverted', 'optionalTabSelection', 'options', 'overflow', 'selectOnMobile', 'spaceless', 'value', 'vertical', 'verticalColSize'],
|
|
2754
2786
|
methods: ['select', 'getOptionByValue'],
|
|
2755
|
-
defineCustomElementFn: defineCustomElement$
|
|
2787
|
+
defineCustomElementFn: defineCustomElement$1x
|
|
2756
2788
|
}),
|
|
2757
2789
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2758
2790
|
], BalTabs);
|
|
@@ -2780,7 +2812,7 @@ BalTag.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.
|
|
|
2780
2812
|
BalTag = __decorate([
|
|
2781
2813
|
ProxyCmp({
|
|
2782
2814
|
inputs: ['closable', 'color', 'disabled', 'invalid', 'light', 'position', 'size'],
|
|
2783
|
-
defineCustomElementFn: defineCustomElement$
|
|
2815
|
+
defineCustomElementFn: defineCustomElement$1y
|
|
2784
2816
|
}),
|
|
2785
2817
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2786
2818
|
], BalTag);
|
|
@@ -2806,7 +2838,7 @@ BalTagGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15
|
|
|
2806
2838
|
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 });
|
|
2807
2839
|
BalTagGroup = __decorate([
|
|
2808
2840
|
ProxyCmp({
|
|
2809
|
-
defineCustomElementFn: defineCustomElement$
|
|
2841
|
+
defineCustomElementFn: defineCustomElement$1z
|
|
2810
2842
|
}),
|
|
2811
2843
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2812
2844
|
], BalTagGroup);
|
|
@@ -2831,7 +2863,7 @@ BalText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
|
2831
2863
|
BalText = __decorate([
|
|
2832
2864
|
ProxyCmp({
|
|
2833
2865
|
inputs: ['bold', 'color', 'disabled', 'heading', 'inline', 'invalid', 'inverted', 'noWrap', 'shadow', 'size', 'space'],
|
|
2834
|
-
defineCustomElementFn: defineCustomElement$
|
|
2866
|
+
defineCustomElementFn: defineCustomElement$1A
|
|
2835
2867
|
}),
|
|
2836
2868
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2837
2869
|
], BalText);
|
|
@@ -2887,7 +2919,7 @@ BalTooltip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "1
|
|
|
2887
2919
|
BalTooltip = __decorate([
|
|
2888
2920
|
ProxyCmp({
|
|
2889
2921
|
inputs: ['contentWidth', 'offset', 'placement', 'reference'],
|
|
2890
|
-
defineCustomElementFn: defineCustomElement$
|
|
2922
|
+
defineCustomElementFn: defineCustomElement$1B
|
|
2891
2923
|
}),
|
|
2892
2924
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2893
2925
|
], BalTooltip);
|
|
@@ -3086,6 +3118,9 @@ const BalNumberInputMethods = ['setFocus', 'getInputElement'];
|
|
|
3086
3118
|
const BalRadioGroupInputs = ['allowEmptySelection', 'autoInvalidOff', 'columnsMobile', 'columnsTablet', 'disabled', 'expanded', 'grid', 'interface', 'invalid', 'name', 'options', 'readonly', 'value', 'vertical', 'verticalOnMobile'];
|
|
3087
3119
|
const BalRadioGroupOutputs = ['balChange', 'balFocus', 'balBlur'];
|
|
3088
3120
|
const BalRadioGroupMethods = ['getOptionByValue'];
|
|
3121
|
+
const BalSegmentInputs = ['disabled', 'expanded', 'invalid', 'scrollable', 'value', 'vertical'];
|
|
3122
|
+
const BalSegmentOutputs = ['balBlur', 'balChange'];
|
|
3123
|
+
const BalSegmentMethods = [''];
|
|
3089
3124
|
const BalSelectInputs = ['autoInvalidOff', 'autocomplete', 'balTabindex', 'disabled', 'filter', 'freeSolo', 'invalid', 'loading', 'maxLength', 'multiple', 'name', 'noDataLabel', 'placeholder', 'readonly', 'remote', 'required', 'scrollable', 'selectionOptional', 'typeahead', 'value'];
|
|
3090
3125
|
const BalSelectOutputs = ['balChange', 'balInputClick', 'balInput', 'balBlur', 'balFocus', 'balCancel', 'balKeyPress'];
|
|
3091
3126
|
const BalSelectMethods = ['setFocus', 'getValue', 'clear', 'open', 'close', 'cancel', 'select'];
|
|
@@ -3096,7 +3131,7 @@ const BalTimeInputInputs = ['autoInvalidOff', 'debounce', 'disabled', 'invalid',
|
|
|
3096
3131
|
const BalTimeInputOutputs = ['balInput', 'balChange', 'balBlur', 'balFocus', 'balKeyPress', 'balClick'];
|
|
3097
3132
|
const BalTimeInputMethods = ['setFocus', 'getInputElement'];
|
|
3098
3133
|
|
|
3099
|
-
const accessorProvider$
|
|
3134
|
+
const accessorProvider$f = {
|
|
3100
3135
|
provide: NG_VALUE_ACCESSOR,
|
|
3101
3136
|
useExisting: /*@__PURE__*/ forwardRef(() => BalCheckbox),
|
|
3102
3137
|
multi: true,
|
|
@@ -3118,10 +3153,10 @@ let BalCheckbox = class BalCheckbox extends ValueAccessor {
|
|
|
3118
3153
|
}
|
|
3119
3154
|
};
|
|
3120
3155
|
BalCheckbox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3121
|
-
BalCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCheckbox, isStandalone: true, selector: "bal-checkbox", inputs: { autoInvalidOff: "autoInvalidOff", checked: "checked", disabled: "disabled", flat: "flat", inline: "inline", interface: "interface", invalid: "invalid", invisible: "invisible", label: "label", labelHidden: "labelHidden", name: "name", nonSubmit: "nonSubmit", readonly: "readonly", required: "required", value: "value" }, outputs: { balFocus: "balFocus", balBlur: "balBlur", balChange: "balChange" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$
|
|
3156
|
+
BalCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCheckbox, isStandalone: true, selector: "bal-checkbox", inputs: { autoInvalidOff: "autoInvalidOff", checked: "checked", disabled: "disabled", flat: "flat", inline: "inline", interface: "interface", invalid: "invalid", invisible: "invisible", label: "label", labelHidden: "labelHidden", name: "name", nonSubmit: "nonSubmit", readonly: "readonly", required: "required", value: "value" }, outputs: { balFocus: "balFocus", balBlur: "balBlur", balChange: "balChange" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$f], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3122
3157
|
BalCheckbox = __decorate([
|
|
3123
3158
|
ProxyCmp({
|
|
3124
|
-
defineCustomElementFn: defineCustomElement$
|
|
3159
|
+
defineCustomElementFn: defineCustomElement$1C,
|
|
3125
3160
|
inputs: BalCheckboxInputs,
|
|
3126
3161
|
methods: BalCheckboxMethods,
|
|
3127
3162
|
}),
|
|
@@ -3136,7 +3171,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
3136
3171
|
selector: 'bal-checkbox',
|
|
3137
3172
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3138
3173
|
template: '<ng-content></ng-content>',
|
|
3139
|
-
providers: [accessorProvider$
|
|
3174
|
+
providers: [accessorProvider$f],
|
|
3140
3175
|
standalone: true,
|
|
3141
3176
|
inputs: BalCheckboxInputs,
|
|
3142
3177
|
outputs: BalCheckboxOutputs,
|
|
@@ -3146,7 +3181,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
3146
3181
|
args: ['balChange', ['$event']]
|
|
3147
3182
|
}] } });
|
|
3148
3183
|
|
|
3149
|
-
const accessorProvider$
|
|
3184
|
+
const accessorProvider$e = {
|
|
3150
3185
|
provide: NG_VALUE_ACCESSOR,
|
|
3151
3186
|
useExisting: /*@__PURE__*/ forwardRef(() => BalCheckboxGroup),
|
|
3152
3187
|
multi: true,
|
|
@@ -3164,10 +3199,10 @@ let BalCheckboxGroup = class BalCheckboxGroup extends ValueAccessor {
|
|
|
3164
3199
|
}
|
|
3165
3200
|
};
|
|
3166
3201
|
BalCheckboxGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCheckboxGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3167
|
-
BalCheckboxGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCheckboxGroup, isStandalone: true, selector: "bal-checkbox-group", inputs: { autoInvalidOff: "autoInvalidOff", columns: "columns", columnsMobile: "columnsMobile", columnsTablet: "columnsTablet", control: "control", disabled: "disabled", expanded: "expanded", interface: "interface", invalid: "invalid", name: "name", options: "options", readonly: "readonly", value: "value", vertical: "vertical", verticalOnMobile: "verticalOnMobile" }, outputs: { balChange: "balChange", balFocus: "balFocus", balBlur: "balBlur" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$
|
|
3202
|
+
BalCheckboxGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCheckboxGroup, isStandalone: true, selector: "bal-checkbox-group", inputs: { autoInvalidOff: "autoInvalidOff", columns: "columns", columnsMobile: "columnsMobile", columnsTablet: "columnsTablet", control: "control", disabled: "disabled", expanded: "expanded", interface: "interface", invalid: "invalid", name: "name", options: "options", readonly: "readonly", value: "value", vertical: "vertical", verticalOnMobile: "verticalOnMobile" }, outputs: { balChange: "balChange", balFocus: "balFocus", balBlur: "balBlur" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$e], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3168
3203
|
BalCheckboxGroup = __decorate([
|
|
3169
3204
|
ProxyCmp({
|
|
3170
|
-
defineCustomElementFn: defineCustomElement$
|
|
3205
|
+
defineCustomElementFn: defineCustomElement$1D,
|
|
3171
3206
|
inputs: BalCheckboxGroupInputs,
|
|
3172
3207
|
methods: BalCheckboxGroupMethods,
|
|
3173
3208
|
}),
|
|
@@ -3182,7 +3217,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
3182
3217
|
selector: 'bal-checkbox-group',
|
|
3183
3218
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3184
3219
|
template: '<ng-content></ng-content>',
|
|
3185
|
-
providers: [accessorProvider$
|
|
3220
|
+
providers: [accessorProvider$e],
|
|
3186
3221
|
standalone: true,
|
|
3187
3222
|
inputs: BalCheckboxGroupInputs,
|
|
3188
3223
|
outputs: BalCheckboxGroupOutputs,
|
|
@@ -3192,7 +3227,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
3192
3227
|
args: ['balChange', ['$event']]
|
|
3193
3228
|
}] } });
|
|
3194
3229
|
|
|
3195
|
-
const accessorProvider$
|
|
3230
|
+
const accessorProvider$d = {
|
|
3196
3231
|
provide: NG_VALUE_ACCESSOR,
|
|
3197
3232
|
useExisting: /*@__PURE__*/ forwardRef(() => BalDate),
|
|
3198
3233
|
multi: true,
|
|
@@ -3210,10 +3245,10 @@ let BalDate = class BalDate extends ValueAccessor {
|
|
|
3210
3245
|
}
|
|
3211
3246
|
};
|
|
3212
3247
|
BalDate.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalDate, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3213
|
-
BalDate.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalDate, isStandalone: true, selector: "bal-date", inputs: { allowInvalidValue: "allowInvalidValue", allowedDates: "allowedDates", autoInvalidOff: "autoInvalidOff", closeOnSelect: "closeOnSelect", debounce: "debounce", defaultDate: "defaultDate", disabled: "disabled", freeSolo: "freeSolo", invalid: "invalid", max: "max", maxYearProp: "maxYearProp", min: "min", minYearProp: "minYearProp", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", triggerIcon: "triggerIcon", value: "value" }, outputs: { balInput: "balInput", balChange: "balChange", balWillAnimate: "balWillAnimate", balDidAnimate: "balDidAnimate", balBlur: "balBlur", balFocus: "balFocus", balInputClick: "balInputClick", balIconClick: "balIconClick" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$
|
|
3248
|
+
BalDate.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalDate, isStandalone: true, selector: "bal-date", inputs: { allowInvalidValue: "allowInvalidValue", allowedDates: "allowedDates", autoInvalidOff: "autoInvalidOff", closeOnSelect: "closeOnSelect", debounce: "debounce", defaultDate: "defaultDate", disabled: "disabled", freeSolo: "freeSolo", invalid: "invalid", max: "max", maxYearProp: "maxYearProp", min: "min", minYearProp: "minYearProp", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", triggerIcon: "triggerIcon", value: "value" }, outputs: { balInput: "balInput", balChange: "balChange", balWillAnimate: "balWillAnimate", balDidAnimate: "balDidAnimate", balBlur: "balBlur", balFocus: "balFocus", balInputClick: "balInputClick", balIconClick: "balIconClick" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$d], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3214
3249
|
BalDate = __decorate([
|
|
3215
3250
|
ProxyCmp({
|
|
3216
|
-
defineCustomElementFn: defineCustomElement$
|
|
3251
|
+
defineCustomElementFn: defineCustomElement$1E,
|
|
3217
3252
|
inputs: BalDateInputs,
|
|
3218
3253
|
methods: BalDateMethods,
|
|
3219
3254
|
}),
|
|
@@ -3228,7 +3263,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
3228
3263
|
selector: 'bal-date',
|
|
3229
3264
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3230
3265
|
template: '<ng-content></ng-content>',
|
|
3231
|
-
providers: [accessorProvider$
|
|
3266
|
+
providers: [accessorProvider$d],
|
|
3232
3267
|
standalone: true,
|
|
3233
3268
|
inputs: BalDateInputs,
|
|
3234
3269
|
outputs: BalDateOutputs,
|
|
@@ -3238,7 +3273,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
3238
3273
|
args: ['balChange', ['$event']]
|
|
3239
3274
|
}] } });
|
|
3240
3275
|
|
|
3241
|
-
const accessorProvider$
|
|
3276
|
+
const accessorProvider$c = {
|
|
3242
3277
|
provide: NG_VALUE_ACCESSOR,
|
|
3243
3278
|
useExisting: /*@__PURE__*/ forwardRef(() => BalDatepicker),
|
|
3244
3279
|
multi: true,
|
|
@@ -3256,10 +3291,10 @@ let BalDatepicker = class BalDatepicker extends ValueAccessor {
|
|
|
3256
3291
|
}
|
|
3257
3292
|
};
|
|
3258
3293
|
BalDatepicker.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalDatepicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3259
|
-
BalDatepicker.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalDatepicker, isStandalone: true, selector: "bal-datepicker", inputs: { allowedDates: "allowedDates", autoInvalidOff: "autoInvalidOff", closeOnSelect: "closeOnSelect", debounce: "debounce", defaultDate: "defaultDate", disabled: "disabled", invalid: "invalid", loading: "loading", max: "max", maxYearProp: "maxYearProp", min: "min", minYearProp: "minYearProp", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", triggerIcon: "triggerIcon", value: "value" }, outputs: { balChange: "balChange", balInput: "balInput", balBlur: "balBlur", balFocus: "balFocus", balInputClick: "balInputClick", balIconClick: "balIconClick" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$
|
|
3294
|
+
BalDatepicker.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalDatepicker, isStandalone: true, selector: "bal-datepicker", inputs: { allowedDates: "allowedDates", autoInvalidOff: "autoInvalidOff", closeOnSelect: "closeOnSelect", debounce: "debounce", defaultDate: "defaultDate", disabled: "disabled", invalid: "invalid", loading: "loading", max: "max", maxYearProp: "maxYearProp", min: "min", minYearProp: "minYearProp", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", triggerIcon: "triggerIcon", value: "value" }, outputs: { balChange: "balChange", balInput: "balInput", balBlur: "balBlur", balFocus: "balFocus", balInputClick: "balInputClick", balIconClick: "balIconClick" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$c], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3260
3295
|
BalDatepicker = __decorate([
|
|
3261
3296
|
ProxyCmp({
|
|
3262
|
-
defineCustomElementFn: defineCustomElement$
|
|
3297
|
+
defineCustomElementFn: defineCustomElement$1F,
|
|
3263
3298
|
inputs: BalDatepickerInputs,
|
|
3264
3299
|
methods: BalDatepickerMethods,
|
|
3265
3300
|
}),
|
|
@@ -3274,7 +3309,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
3274
3309
|
selector: 'bal-datepicker',
|
|
3275
3310
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3276
3311
|
template: '<ng-content></ng-content>',
|
|
3277
|
-
providers: [accessorProvider$
|
|
3312
|
+
providers: [accessorProvider$c],
|
|
3278
3313
|
standalone: true,
|
|
3279
3314
|
inputs: BalDatepickerInputs,
|
|
3280
3315
|
outputs: BalDatepickerOutputs,
|
|
@@ -3284,7 +3319,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
3284
3319
|
args: ['balChange', ['$event']]
|
|
3285
3320
|
}] } });
|
|
3286
3321
|
|
|
3287
|
-
const accessorProvider$
|
|
3322
|
+
const accessorProvider$b = {
|
|
3288
3323
|
provide: NG_VALUE_ACCESSOR,
|
|
3289
3324
|
useExisting: /*@__PURE__*/ forwardRef(() => BalFileUpload),
|
|
3290
3325
|
multi: true,
|
|
@@ -3302,10 +3337,10 @@ let BalFileUpload = class BalFileUpload extends ValueAccessor {
|
|
|
3302
3337
|
}
|
|
3303
3338
|
};
|
|
3304
3339
|
BalFileUpload.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalFileUpload, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3305
|
-
BalFileUpload.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalFileUpload, isStandalone: true, selector: "bal-file-upload", inputs: { accept: "accept", autoInvalidOff: "autoInvalidOff", disabled: "disabled", hasFileList: "hasFileList", invalid: "invalid", label: "label", loading: "loading", maxBundleSize: "maxBundleSize", maxFileSize: "maxFileSize", maxFiles: "maxFiles", multiple: "multiple", name: "name", readonly: "readonly", required: "required", subTitle: "subTitle", value: "value" }, outputs: { balChange: "balChange", balFilesAdded: "balFilesAdded", balFilesRemoved: "balFilesRemoved", balRejectedFile: "balRejectedFile", balInputClick: "balInputClick", balBlur: "balBlur", balFocus: "balFocus" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$
|
|
3340
|
+
BalFileUpload.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalFileUpload, isStandalone: true, selector: "bal-file-upload", inputs: { accept: "accept", autoInvalidOff: "autoInvalidOff", disabled: "disabled", hasFileList: "hasFileList", invalid: "invalid", label: "label", loading: "loading", maxBundleSize: "maxBundleSize", maxFileSize: "maxFileSize", maxFiles: "maxFiles", multiple: "multiple", name: "name", readonly: "readonly", required: "required", subTitle: "subTitle", value: "value" }, outputs: { balChange: "balChange", balFilesAdded: "balFilesAdded", balFilesRemoved: "balFilesRemoved", balRejectedFile: "balRejectedFile", balInputClick: "balInputClick", balBlur: "balBlur", balFocus: "balFocus" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$b], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3306
3341
|
BalFileUpload = __decorate([
|
|
3307
3342
|
ProxyCmp({
|
|
3308
|
-
defineCustomElementFn: defineCustomElement$
|
|
3343
|
+
defineCustomElementFn: defineCustomElement$1G,
|
|
3309
3344
|
inputs: BalFileUploadInputs,
|
|
3310
3345
|
methods: BalFileUploadMethods,
|
|
3311
3346
|
}),
|
|
@@ -3320,7 +3355,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
3320
3355
|
selector: 'bal-file-upload',
|
|
3321
3356
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3322
3357
|
template: '<ng-content></ng-content>',
|
|
3323
|
-
providers: [accessorProvider$
|
|
3358
|
+
providers: [accessorProvider$b],
|
|
3324
3359
|
standalone: true,
|
|
3325
3360
|
inputs: BalFileUploadInputs,
|
|
3326
3361
|
outputs: BalFileUploadOutputs,
|
|
@@ -3330,7 +3365,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
3330
3365
|
args: ['balChange', ['$event']]
|
|
3331
3366
|
}] } });
|
|
3332
3367
|
|
|
3333
|
-
const accessorProvider$
|
|
3368
|
+
const accessorProvider$a = {
|
|
3334
3369
|
provide: NG_VALUE_ACCESSOR,
|
|
3335
3370
|
useExisting: /*@__PURE__*/ forwardRef(() => BalInputDate),
|
|
3336
3371
|
multi: true,
|
|
@@ -3348,10 +3383,10 @@ let BalInputDate = class BalInputDate extends ValueAccessor {
|
|
|
3348
3383
|
}
|
|
3349
3384
|
};
|
|
3350
3385
|
BalInputDate.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalInputDate, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3351
|
-
BalInputDate.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalInputDate, isStandalone: true, selector: "bal-input-date", inputs: { allowInvalidValue: "allowInvalidValue", autoInvalidOff: "autoInvalidOff", autocomplete: "autocomplete", clickable: "clickable", disabled: "disabled", invalid: "invalid", max: "max", min: "min", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", value: "value" }, outputs: { balKeyPress: "balKeyPress", balChange: "balChange", balInput: "balInput", balBlur: "balBlur", balFocus: "balFocus" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$
|
|
3386
|
+
BalInputDate.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalInputDate, isStandalone: true, selector: "bal-input-date", inputs: { allowInvalidValue: "allowInvalidValue", autoInvalidOff: "autoInvalidOff", autocomplete: "autocomplete", clickable: "clickable", disabled: "disabled", invalid: "invalid", max: "max", min: "min", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", value: "value" }, outputs: { balKeyPress: "balKeyPress", balChange: "balChange", balInput: "balInput", balBlur: "balBlur", balFocus: "balFocus" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$a], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3352
3387
|
BalInputDate = __decorate([
|
|
3353
3388
|
ProxyCmp({
|
|
3354
|
-
defineCustomElementFn: defineCustomElement$
|
|
3389
|
+
defineCustomElementFn: defineCustomElement$1H,
|
|
3355
3390
|
inputs: BalInputDateInputs,
|
|
3356
3391
|
methods: BalInputDateMethods,
|
|
3357
3392
|
}),
|
|
@@ -3366,7 +3401,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
3366
3401
|
selector: 'bal-input-date',
|
|
3367
3402
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3368
3403
|
template: '<ng-content></ng-content>',
|
|
3369
|
-
providers: [accessorProvider$
|
|
3404
|
+
providers: [accessorProvider$a],
|
|
3370
3405
|
standalone: true,
|
|
3371
3406
|
inputs: BalInputDateInputs,
|
|
3372
3407
|
outputs: BalInputDateOutputs,
|
|
@@ -3376,7 +3411,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
3376
3411
|
args: ['balChange', ['$event']]
|
|
3377
3412
|
}] } });
|
|
3378
3413
|
|
|
3379
|
-
const accessorProvider$
|
|
3414
|
+
const accessorProvider$9 = {
|
|
3380
3415
|
provide: NG_VALUE_ACCESSOR,
|
|
3381
3416
|
useExisting: /*@__PURE__*/ forwardRef(() => BalInputSlider),
|
|
3382
3417
|
multi: true,
|
|
@@ -3394,10 +3429,10 @@ let BalInputSlider = class BalInputSlider extends ValueAccessor {
|
|
|
3394
3429
|
}
|
|
3395
3430
|
};
|
|
3396
3431
|
BalInputSlider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalInputSlider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3397
|
-
BalInputSlider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalInputSlider, isStandalone: true, selector: "bal-input-slider", inputs: { autoInvalidOff: "autoInvalidOff", balTabindex: "balTabindex", debounce: "debounce", disabled: "disabled", hasTicks: "hasTicks", invalid: "invalid", max: "max", min: "min", name: "name", readonly: "readonly", required: "required", step: "step", value: "value" }, outputs: { balInput: "balInput", balBlur: "balBlur", balKeyPress: "balKeyPress", balFocus: "balFocus", balChange: "balChange" }, host: { listeners: { "balInput": "handleBalInput($event)" } }, providers: [accessorProvider$
|
|
3432
|
+
BalInputSlider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalInputSlider, isStandalone: true, selector: "bal-input-slider", inputs: { autoInvalidOff: "autoInvalidOff", balTabindex: "balTabindex", debounce: "debounce", disabled: "disabled", hasTicks: "hasTicks", invalid: "invalid", max: "max", min: "min", name: "name", readonly: "readonly", required: "required", step: "step", value: "value" }, outputs: { balInput: "balInput", balBlur: "balBlur", balKeyPress: "balKeyPress", balFocus: "balFocus", balChange: "balChange" }, host: { listeners: { "balInput": "handleBalInput($event)" } }, providers: [accessorProvider$9], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3398
3433
|
BalInputSlider = __decorate([
|
|
3399
3434
|
ProxyCmp({
|
|
3400
|
-
defineCustomElementFn: defineCustomElement$
|
|
3435
|
+
defineCustomElementFn: defineCustomElement$1I,
|
|
3401
3436
|
inputs: BalInputSliderInputs,
|
|
3402
3437
|
methods: BalInputSliderMethods,
|
|
3403
3438
|
}),
|
|
@@ -3412,7 +3447,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
3412
3447
|
selector: 'bal-input-slider',
|
|
3413
3448
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3414
3449
|
template: '<ng-content></ng-content>',
|
|
3415
|
-
providers: [accessorProvider$
|
|
3450
|
+
providers: [accessorProvider$9],
|
|
3416
3451
|
standalone: true,
|
|
3417
3452
|
inputs: BalInputSliderInputs,
|
|
3418
3453
|
outputs: BalInputSliderOutputs,
|
|
@@ -3422,7 +3457,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
3422
3457
|
args: ['balInput', ['$event']]
|
|
3423
3458
|
}] } });
|
|
3424
3459
|
|
|
3425
|
-
const accessorProvider$
|
|
3460
|
+
const accessorProvider$8 = {
|
|
3426
3461
|
provide: NG_VALUE_ACCESSOR,
|
|
3427
3462
|
useExisting: /*@__PURE__*/ forwardRef(() => BalInputStepper),
|
|
3428
3463
|
multi: true,
|
|
@@ -3445,10 +3480,10 @@ let BalInputStepper = class BalInputStepper extends ValueAccessor {
|
|
|
3445
3480
|
}
|
|
3446
3481
|
};
|
|
3447
3482
|
BalInputStepper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalInputStepper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3448
|
-
BalInputStepper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalInputStepper, isStandalone: true, selector: "bal-input-stepper", inputs: { autoInvalidOff: "autoInvalidOff", debounce: "debounce", disabled: "disabled", invalid: "invalid", max: "max", min: "min", name: "name", readonly: "readonly", steps: "steps", value: "value" }, outputs: { balChange: "balChange", balInput: "balInput", balIncrease: "balIncrease", balDecrease: "balDecrease", balFocus: "balFocus", balBlur: "balBlur" }, host: { listeners: { "balInput": "handleBalInput($event)" } }, providers: [accessorProvider$
|
|
3483
|
+
BalInputStepper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalInputStepper, isStandalone: true, selector: "bal-input-stepper", inputs: { autoInvalidOff: "autoInvalidOff", debounce: "debounce", disabled: "disabled", invalid: "invalid", max: "max", min: "min", name: "name", readonly: "readonly", steps: "steps", value: "value" }, outputs: { balChange: "balChange", balInput: "balInput", balIncrease: "balIncrease", balDecrease: "balDecrease", balFocus: "balFocus", balBlur: "balBlur" }, host: { listeners: { "balInput": "handleBalInput($event)" } }, providers: [accessorProvider$8], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3449
3484
|
BalInputStepper = __decorate([
|
|
3450
3485
|
ProxyCmp({
|
|
3451
|
-
defineCustomElementFn: defineCustomElement$
|
|
3486
|
+
defineCustomElementFn: defineCustomElement$1J,
|
|
3452
3487
|
inputs: BalInputStepperInputs,
|
|
3453
3488
|
methods: BalInputStepperMethods,
|
|
3454
3489
|
}),
|
|
@@ -3463,7 +3498,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
3463
3498
|
selector: 'bal-input-stepper',
|
|
3464
3499
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3465
3500
|
template: '<ng-content></ng-content>',
|
|
3466
|
-
providers: [accessorProvider$
|
|
3501
|
+
providers: [accessorProvider$8],
|
|
3467
3502
|
standalone: true,
|
|
3468
3503
|
inputs: BalInputStepperInputs,
|
|
3469
3504
|
outputs: BalInputStepperOutputs,
|
|
@@ -3473,7 +3508,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
3473
3508
|
args: ['balInput', ['$event']]
|
|
3474
3509
|
}] } });
|
|
3475
3510
|
|
|
3476
|
-
const accessorProvider$
|
|
3511
|
+
const accessorProvider$7 = {
|
|
3477
3512
|
provide: NG_VALUE_ACCESSOR,
|
|
3478
3513
|
useExisting: /*@__PURE__*/ forwardRef(() => BalInput),
|
|
3479
3514
|
multi: true,
|
|
@@ -3491,10 +3526,10 @@ let BalInput = class BalInput extends ValueAccessor {
|
|
|
3491
3526
|
}
|
|
3492
3527
|
};
|
|
3493
3528
|
BalInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3494
|
-
BalInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalInput, isStandalone: true, selector: "bal-input", inputs: { accept: "accept", allowedKeyPress: "allowedKeyPress", autoInvalidOff: "autoInvalidOff", autocapitalize: "autocapitalize", autocomplete: "autocomplete", autocorrect: "autocorrect", autofocus: "autofocus", clickable: "clickable", debounce: "debounce", disabled: "disabled", inputmode: "inputmode", invalid: "invalid", mask: "mask", max: "max", maxLength: "maxLength", min: "min", minLength: "minLength", multiple: "multiple", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", spellcheck: "spellcheck", suffix: "suffix", textAlign: "textAlign", type: "type", value: "value" }, outputs: { balInput: "balInput", balBlur: "balBlur", balKeyPress: "balKeyPress", balFocus: "balFocus", balChange: "balChange" }, host: { listeners: { "balInput": "handleBalInput($event)" } }, providers: [accessorProvider$
|
|
3529
|
+
BalInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalInput, isStandalone: true, selector: "bal-input", inputs: { accept: "accept", allowedKeyPress: "allowedKeyPress", autoInvalidOff: "autoInvalidOff", autocapitalize: "autocapitalize", autocomplete: "autocomplete", autocorrect: "autocorrect", autofocus: "autofocus", clickable: "clickable", debounce: "debounce", disabled: "disabled", inputmode: "inputmode", invalid: "invalid", mask: "mask", max: "max", maxLength: "maxLength", min: "min", minLength: "minLength", multiple: "multiple", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", spellcheck: "spellcheck", suffix: "suffix", textAlign: "textAlign", type: "type", value: "value" }, outputs: { balInput: "balInput", balBlur: "balBlur", balKeyPress: "balKeyPress", balFocus: "balFocus", balChange: "balChange" }, host: { listeners: { "balInput": "handleBalInput($event)" } }, providers: [accessorProvider$7], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3495
3530
|
BalInput = __decorate([
|
|
3496
3531
|
ProxyCmp({
|
|
3497
|
-
defineCustomElementFn: defineCustomElement$
|
|
3532
|
+
defineCustomElementFn: defineCustomElement$1K,
|
|
3498
3533
|
inputs: BalInputInputs,
|
|
3499
3534
|
methods: BalInputMethods,
|
|
3500
3535
|
}),
|
|
@@ -3509,7 +3544,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
3509
3544
|
selector: 'bal-input',
|
|
3510
3545
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3511
3546
|
template: '<ng-content></ng-content>',
|
|
3512
|
-
providers: [accessorProvider$
|
|
3547
|
+
providers: [accessorProvider$7],
|
|
3513
3548
|
standalone: true,
|
|
3514
3549
|
inputs: BalInputInputs,
|
|
3515
3550
|
outputs: BalInputOutputs,
|
|
@@ -3519,7 +3554,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
3519
3554
|
args: ['balInput', ['$event']]
|
|
3520
3555
|
}] } });
|
|
3521
3556
|
|
|
3522
|
-
const accessorProvider$
|
|
3557
|
+
const accessorProvider$6 = {
|
|
3523
3558
|
provide: NG_VALUE_ACCESSOR,
|
|
3524
3559
|
useExisting: /*@__PURE__*/ forwardRef(() => BalNumberInput),
|
|
3525
3560
|
multi: true,
|
|
@@ -3542,10 +3577,10 @@ let BalNumberInput = class BalNumberInput extends ValueAccessor {
|
|
|
3542
3577
|
}
|
|
3543
3578
|
};
|
|
3544
3579
|
BalNumberInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNumberInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3545
|
-
BalNumberInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNumberInput, isStandalone: true, selector: "bal-number-input", inputs: { autoInvalidOff: "autoInvalidOff", debounce: "debounce", decimal: "decimal", disabled: "disabled", exactNumber: "exactNumber", invalid: "invalid", max: "max", min: "min", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", suffix: "suffix", value: "value" }, outputs: { balInput: "balInput", balChange: "balChange", balBlur: "balBlur", balFocus: "balFocus", balKeyPress: "balKeyPress" }, host: { listeners: { "balInput": "handleBalInput($event)" } }, providers: [accessorProvider$
|
|
3580
|
+
BalNumberInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNumberInput, isStandalone: true, selector: "bal-number-input", inputs: { autoInvalidOff: "autoInvalidOff", debounce: "debounce", decimal: "decimal", disabled: "disabled", exactNumber: "exactNumber", invalid: "invalid", max: "max", min: "min", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", suffix: "suffix", value: "value" }, outputs: { balInput: "balInput", balChange: "balChange", balBlur: "balBlur", balFocus: "balFocus", balKeyPress: "balKeyPress" }, host: { listeners: { "balInput": "handleBalInput($event)" } }, providers: [accessorProvider$6], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3546
3581
|
BalNumberInput = __decorate([
|
|
3547
3582
|
ProxyCmp({
|
|
3548
|
-
defineCustomElementFn: defineCustomElement$
|
|
3583
|
+
defineCustomElementFn: defineCustomElement$1L,
|
|
3549
3584
|
inputs: BalNumberInputInputs,
|
|
3550
3585
|
methods: BalNumberInputMethods,
|
|
3551
3586
|
}),
|
|
@@ -3560,7 +3595,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
3560
3595
|
selector: 'bal-number-input',
|
|
3561
3596
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3562
3597
|
template: '<ng-content></ng-content>',
|
|
3563
|
-
providers: [accessorProvider$
|
|
3598
|
+
providers: [accessorProvider$6],
|
|
3564
3599
|
standalone: true,
|
|
3565
3600
|
inputs: BalNumberInputInputs,
|
|
3566
3601
|
outputs: BalNumberInputOutputs,
|
|
@@ -3570,7 +3605,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
3570
3605
|
args: ['balInput', ['$event']]
|
|
3571
3606
|
}] } });
|
|
3572
3607
|
|
|
3573
|
-
const accessorProvider$
|
|
3608
|
+
const accessorProvider$5 = {
|
|
3574
3609
|
provide: NG_VALUE_ACCESSOR,
|
|
3575
3610
|
useExisting: /*@__PURE__*/ forwardRef(() => BalRadioGroup),
|
|
3576
3611
|
multi: true,
|
|
@@ -3588,10 +3623,10 @@ let BalRadioGroup = class BalRadioGroup extends ValueAccessor {
|
|
|
3588
3623
|
}
|
|
3589
3624
|
};
|
|
3590
3625
|
BalRadioGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalRadioGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3591
|
-
BalRadioGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalRadioGroup, isStandalone: true, selector: "bal-radio-group", inputs: { allowEmptySelection: "allowEmptySelection", autoInvalidOff: "autoInvalidOff", columnsMobile: "columnsMobile", columnsTablet: "columnsTablet", disabled: "disabled", expanded: "expanded", grid: "grid", interface: "interface", invalid: "invalid", name: "name", options: "options", readonly: "readonly", value: "value", vertical: "vertical", verticalOnMobile: "verticalOnMobile" }, outputs: { balChange: "balChange", balFocus: "balFocus", balBlur: "balBlur" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$
|
|
3626
|
+
BalRadioGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalRadioGroup, isStandalone: true, selector: "bal-radio-group", inputs: { allowEmptySelection: "allowEmptySelection", autoInvalidOff: "autoInvalidOff", columnsMobile: "columnsMobile", columnsTablet: "columnsTablet", disabled: "disabled", expanded: "expanded", grid: "grid", interface: "interface", invalid: "invalid", name: "name", options: "options", readonly: "readonly", value: "value", vertical: "vertical", verticalOnMobile: "verticalOnMobile" }, outputs: { balChange: "balChange", balFocus: "balFocus", balBlur: "balBlur" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$5], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3592
3627
|
BalRadioGroup = __decorate([
|
|
3593
3628
|
ProxyCmp({
|
|
3594
|
-
defineCustomElementFn: defineCustomElement$
|
|
3629
|
+
defineCustomElementFn: defineCustomElement$1M,
|
|
3595
3630
|
inputs: BalRadioGroupInputs,
|
|
3596
3631
|
methods: BalRadioGroupMethods,
|
|
3597
3632
|
}),
|
|
@@ -3606,7 +3641,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
3606
3641
|
selector: 'bal-radio-group',
|
|
3607
3642
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3608
3643
|
template: '<ng-content></ng-content>',
|
|
3609
|
-
providers: [accessorProvider$
|
|
3644
|
+
providers: [accessorProvider$5],
|
|
3610
3645
|
standalone: true,
|
|
3611
3646
|
inputs: BalRadioGroupInputs,
|
|
3612
3647
|
outputs: BalRadioGroupOutputs,
|
|
@@ -3616,7 +3651,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
3616
3651
|
args: ['balChange', ['$event']]
|
|
3617
3652
|
}] } });
|
|
3618
3653
|
|
|
3619
|
-
const accessorProvider$
|
|
3654
|
+
const accessorProvider$4 = {
|
|
3620
3655
|
provide: NG_VALUE_ACCESSOR,
|
|
3621
3656
|
useExisting: /*@__PURE__*/ forwardRef(() => BalSelect),
|
|
3622
3657
|
multi: true,
|
|
@@ -3634,10 +3669,10 @@ let BalSelect = class BalSelect extends ValueAccessor {
|
|
|
3634
3669
|
}
|
|
3635
3670
|
};
|
|
3636
3671
|
BalSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3637
|
-
BalSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalSelect, isStandalone: true, selector: "bal-select", inputs: { autoInvalidOff: "autoInvalidOff", autocomplete: "autocomplete", balTabindex: "balTabindex", disabled: "disabled", filter: "filter", freeSolo: "freeSolo", invalid: "invalid", loading: "loading", maxLength: "maxLength", multiple: "multiple", name: "name", noDataLabel: "noDataLabel", placeholder: "placeholder", readonly: "readonly", remote: "remote", required: "required", scrollable: "scrollable", selectionOptional: "selectionOptional", typeahead: "typeahead", value: "value" }, outputs: { balChange: "balChange", balInputClick: "balInputClick", balInput: "balInput", balBlur: "balBlur", balFocus: "balFocus", balCancel: "balCancel", balKeyPress: "balKeyPress" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$
|
|
3672
|
+
BalSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalSelect, isStandalone: true, selector: "bal-select", inputs: { autoInvalidOff: "autoInvalidOff", autocomplete: "autocomplete", balTabindex: "balTabindex", disabled: "disabled", filter: "filter", freeSolo: "freeSolo", invalid: "invalid", loading: "loading", maxLength: "maxLength", multiple: "multiple", name: "name", noDataLabel: "noDataLabel", placeholder: "placeholder", readonly: "readonly", remote: "remote", required: "required", scrollable: "scrollable", selectionOptional: "selectionOptional", typeahead: "typeahead", value: "value" }, outputs: { balChange: "balChange", balInputClick: "balInputClick", balInput: "balInput", balBlur: "balBlur", balFocus: "balFocus", balCancel: "balCancel", balKeyPress: "balKeyPress" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$4], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3638
3673
|
BalSelect = __decorate([
|
|
3639
3674
|
ProxyCmp({
|
|
3640
|
-
defineCustomElementFn: defineCustomElement$
|
|
3675
|
+
defineCustomElementFn: defineCustomElement$1N,
|
|
3641
3676
|
inputs: BalSelectInputs,
|
|
3642
3677
|
methods: BalSelectMethods,
|
|
3643
3678
|
}),
|
|
@@ -3652,7 +3687,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
3652
3687
|
selector: 'bal-select',
|
|
3653
3688
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3654
3689
|
template: '<ng-content></ng-content>',
|
|
3655
|
-
providers: [accessorProvider$
|
|
3690
|
+
providers: [accessorProvider$4],
|
|
3656
3691
|
standalone: true,
|
|
3657
3692
|
inputs: BalSelectInputs,
|
|
3658
3693
|
outputs: BalSelectOutputs,
|
|
@@ -3662,6 +3697,52 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
3662
3697
|
args: ['balChange', ['$event']]
|
|
3663
3698
|
}] } });
|
|
3664
3699
|
|
|
3700
|
+
const accessorProvider$3 = {
|
|
3701
|
+
provide: NG_VALUE_ACCESSOR,
|
|
3702
|
+
useExisting: /*@__PURE__*/ forwardRef(() => BalSegment),
|
|
3703
|
+
multi: true,
|
|
3704
|
+
};
|
|
3705
|
+
let BalSegment = class BalSegment extends ValueAccessor {
|
|
3706
|
+
constructor(c, r, z, injector) {
|
|
3707
|
+
super(injector, r);
|
|
3708
|
+
this.z = z;
|
|
3709
|
+
c.detach();
|
|
3710
|
+
this.el = r.nativeElement;
|
|
3711
|
+
proxyOutputs(this, this.el, BalSegmentOutputs);
|
|
3712
|
+
}
|
|
3713
|
+
handleBalChange(event) {
|
|
3714
|
+
this.handleValueChange(event);
|
|
3715
|
+
}
|
|
3716
|
+
};
|
|
3717
|
+
BalSegment.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSegment, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3718
|
+
BalSegment.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalSegment, isStandalone: true, selector: "bal-segment", inputs: { disabled: "disabled", expanded: "expanded", invalid: "invalid", scrollable: "scrollable", value: "value", vertical: "vertical" }, outputs: { balBlur: "balBlur", balChange: "balChange" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$3], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3719
|
+
BalSegment = __decorate([
|
|
3720
|
+
ProxyCmp({
|
|
3721
|
+
defineCustomElementFn: defineCustomElement$1O,
|
|
3722
|
+
inputs: BalSegmentInputs,
|
|
3723
|
+
methods: BalSegmentMethods,
|
|
3724
|
+
}),
|
|
3725
|
+
__metadata("design:paramtypes", [ChangeDetectorRef,
|
|
3726
|
+
ElementRef,
|
|
3727
|
+
NgZone,
|
|
3728
|
+
Injector])
|
|
3729
|
+
], BalSegment);
|
|
3730
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSegment, decorators: [{
|
|
3731
|
+
type: Component,
|
|
3732
|
+
args: [{
|
|
3733
|
+
selector: 'bal-segment',
|
|
3734
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3735
|
+
template: '<ng-content></ng-content>',
|
|
3736
|
+
providers: [accessorProvider$3],
|
|
3737
|
+
standalone: true,
|
|
3738
|
+
inputs: BalSegmentInputs,
|
|
3739
|
+
outputs: BalSegmentOutputs,
|
|
3740
|
+
}]
|
|
3741
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }]; }, propDecorators: { handleBalChange: [{
|
|
3742
|
+
type: HostListener,
|
|
3743
|
+
args: ['balChange', ['$event']]
|
|
3744
|
+
}] } });
|
|
3745
|
+
|
|
3665
3746
|
const accessorProvider$2 = {
|
|
3666
3747
|
provide: NG_VALUE_ACCESSOR,
|
|
3667
3748
|
useExisting: /*@__PURE__*/ forwardRef(() => BalDropdown),
|
|
@@ -3686,7 +3767,7 @@ BalDropdown = __decorate([
|
|
|
3686
3767
|
defineCustomElementFn: () => {
|
|
3687
3768
|
defineCustomElement$18();
|
|
3688
3769
|
defineCustomElement$19();
|
|
3689
|
-
defineCustomElement$
|
|
3770
|
+
defineCustomElement$1P();
|
|
3690
3771
|
},
|
|
3691
3772
|
inputs: BalDropdownInputs,
|
|
3692
3773
|
methods: BalDropdownMethods,
|
|
@@ -3733,7 +3814,7 @@ BalTextarea.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15
|
|
|
3733
3814
|
BalTextarea.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalTextarea, isStandalone: true, selector: "bal-textarea", inputs: { autoInvalidOff: "autoInvalidOff", autocapitalize: "autocapitalize", autofocus: "autofocus", clickable: "clickable", cols: "cols", debounce: "debounce", disabled: "disabled", inputmode: "inputmode", invalid: "invalid", maxLength: "maxLength", minLength: "minLength", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", rows: "rows", value: "value", wrap: "wrap" }, outputs: { balChange: "balChange", balInput: "balInput", balBlur: "balBlur", balKeyPress: "balKeyPress", balFocus: "balFocus" }, host: { listeners: { "balInput": "handleBalInput($event)" } }, providers: [accessorProvider$1], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3734
3815
|
BalTextarea = __decorate([
|
|
3735
3816
|
ProxyCmp({
|
|
3736
|
-
defineCustomElementFn: defineCustomElement$
|
|
3817
|
+
defineCustomElementFn: defineCustomElement$1Q,
|
|
3737
3818
|
inputs: BalTextareaInputs,
|
|
3738
3819
|
methods: BalTextareaMethods,
|
|
3739
3820
|
}),
|
|
@@ -3779,7 +3860,7 @@ BalTimeInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "1
|
|
|
3779
3860
|
BalTimeInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalTimeInput, isStandalone: true, selector: "bal-time-input", inputs: { autoInvalidOff: "autoInvalidOff", debounce: "debounce", disabled: "disabled", invalid: "invalid", name: "name", readonly: "readonly", required: "required", value: "value" }, outputs: { balInput: "balInput", balChange: "balChange", balBlur: "balBlur", balFocus: "balFocus", balKeyPress: "balKeyPress", balClick: "balClick" }, host: { listeners: { "balInput": "handleBalInput($event)" } }, providers: [accessorProvider], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3780
3861
|
BalTimeInput = __decorate([
|
|
3781
3862
|
ProxyCmp({
|
|
3782
|
-
defineCustomElementFn: defineCustomElement$
|
|
3863
|
+
defineCustomElementFn: defineCustomElement$1R,
|
|
3783
3864
|
inputs: BalTimeInputInputs,
|
|
3784
3865
|
methods: BalTimeInputMethods,
|
|
3785
3866
|
}),
|
|
@@ -3871,6 +3952,7 @@ const BalFieldBundle = [
|
|
|
3871
3952
|
BalFieldHint,
|
|
3872
3953
|
];
|
|
3873
3954
|
const BalDropdownBundle = [BalDropdown, BalOptionList, BalOption];
|
|
3955
|
+
const BalSegmentBundle = [BalSegment, BalSegmentItem];
|
|
3874
3956
|
/* Component Sections */
|
|
3875
3957
|
const BalFormBundle = [
|
|
3876
3958
|
//
|
|
@@ -3894,6 +3976,8 @@ const BalFormBundle = [
|
|
|
3894
3976
|
BalNumberInput,
|
|
3895
3977
|
...BalRadioBundle,
|
|
3896
3978
|
...BalSelectBundle,
|
|
3979
|
+
...BalSegmentBundle,
|
|
3980
|
+
BalFileUpload,
|
|
3897
3981
|
BalTextarea,
|
|
3898
3982
|
BalTimeInput,
|
|
3899
3983
|
];
|
|
@@ -3970,6 +4054,9 @@ const BalComponentBundle = [
|
|
|
3970
4054
|
BalStageImage,
|
|
3971
4055
|
BalStepItem,
|
|
3972
4056
|
BalSteps,
|
|
4057
|
+
BalSegment,
|
|
4058
|
+
BalSegmentItem,
|
|
4059
|
+
BalFileUpload,
|
|
3973
4060
|
BalTabItem,
|
|
3974
4061
|
BalTabs,
|
|
3975
4062
|
BalTag,
|
|
@@ -4099,5 +4186,5 @@ const provideBaloiseDesignSystem = (config = {}) => {
|
|
|
4099
4186
|
* Generated bundle index. Do not edit.
|
|
4100
4187
|
*/
|
|
4101
4188
|
|
|
4102
|
-
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, BalDropdown, BalDropdownBundle, BalField, BalFieldBundle, BalFieldControl, BalFieldHint, BalFieldLabel, BalFieldMessage, BalFileUpload, BalFooter, BalForm, BalFormBundle, BalFormCol, BalFormGrid, BalFormGridBundle, BalHeading, BalHint, BalHintBundle, BalHintText, BalHintTitle, BalIcon, BalInput, BalInputDate, BalInputGroup, BalInputSlider, BalInputStepper, BalLabel, BalLayoutBundle, BalList, BalListBundle, BalListItem, BalListItemAccordionBody, BalListItemAccordionHead, BalListItemContent, BalListItemIcon, BalListItemSubtitle, BalListItemTitle, BalLogo, BalModal, BalModalBody, BalModalBundle, BalModalHeader, BalModalService, BalNav, BalNavLink, BalNavLinkGrid, BalNavLinkGridCol, BalNavLinkGroup, BalNavMenuBar, BalNavMenuFlyout, BalNavMetaBar, BalNavbar, BalNavbarBrand, BalNavbarBundle, BalNavbarMenu, BalNavbarMenuEnd, BalNavbarMenuStart, BalNgErrorComponent, BalNotices, BalNotification, BalNumberInput, BalOption, BalOptionList, BalPagination, BalPopover, BalPopoverContent, BalPopup, BalProgressBar, BalRadio, BalRadioBundle, 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 };
|
|
4189
|
+
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, BalDropdown, BalDropdownBundle, BalField, BalFieldBundle, BalFieldControl, BalFieldHint, BalFieldLabel, BalFieldMessage, BalFileUpload, BalFooter, BalForm, BalFormBundle, BalFormCol, BalFormGrid, BalFormGridBundle, BalHeading, BalHint, BalHintBundle, BalHintText, BalHintTitle, BalIcon, BalInput, BalInputDate, BalInputGroup, BalInputSlider, BalInputStepper, BalLabel, BalLayoutBundle, BalList, BalListBundle, BalListItem, BalListItemAccordionBody, BalListItemAccordionHead, BalListItemContent, BalListItemIcon, BalListItemSubtitle, BalListItemTitle, BalLogo, BalModal, BalModalBody, BalModalBundle, BalModalHeader, BalModalService, BalNav, BalNavLink, BalNavLinkGrid, BalNavLinkGridCol, BalNavLinkGroup, BalNavMenuBar, BalNavMenuFlyout, BalNavMetaBar, BalNavbar, BalNavbarBrand, BalNavbarBundle, BalNavbarMenu, BalNavbarMenuEnd, BalNavbarMenuStart, BalNgErrorComponent, BalNotices, BalNotification, BalNumberInput, BalOption, BalOptionList, BalPagination, BalPopover, BalPopoverContent, BalPopup, BalProgressBar, BalRadio, BalRadioBundle, BalRadioButton, BalRadioGroup, BalSegment, BalSegmentBundle, BalSegmentItem, 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 };
|
|
4103
4190
|
//# sourceMappingURL=baloise-ds-angular.mjs.map
|