@baloise/ds-angular-module 16.3.0 → 16.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/esm2020/generated/proxies.mjs +22 -20
- package/fesm2015/baloise-ds-angular-module.mjs +21 -19
- package/fesm2015/baloise-ds-angular-module.mjs.map +1 -1
- package/fesm2020/baloise-ds-angular-module.mjs +21 -19
- package/fesm2020/baloise-ds-angular-module.mjs.map +1 -1
- package/generated/proxies.d.ts +6 -6
- package/package.json +3 -3
|
@@ -544,10 +544,10 @@ let BalCarousel = class BalCarousel {
|
|
|
544
544
|
}
|
|
545
545
|
};
|
|
546
546
|
BalCarousel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCarousel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
547
|
-
BalCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCarousel, selector: "bal-carousel", inputs: { aspectRatio: "aspectRatio", border: "border", controls: "controls", controlsOverflow: "controlsOverflow", controlsSticky: "controlsSticky", fullHeight: "fullHeight", interface: "interface", inverted: "inverted", itemsPerView: "itemsPerView", scrollY: "scrollY", steps: "steps", value: "value" }, outputs: { balChange: "balChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
547
|
+
BalCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCarousel, selector: "bal-carousel", inputs: { aspectRatio: "aspectRatio", border: "border", controls: "controls", controlsOverflow: "controlsOverflow", controlsSticky: "controlsSticky", fullHeight: "fullHeight", htmlRole: "htmlRole", interface: "interface", inverted: "inverted", itemsPerView: "itemsPerView", scrollY: "scrollY", steps: "steps", value: "value" }, outputs: { balChange: "balChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
548
548
|
BalCarousel = __decorate([
|
|
549
549
|
ProxyCmp({
|
|
550
|
-
inputs: ['aspectRatio', 'border', 'controls', 'controlsOverflow', 'controlsSticky', 'fullHeight', 'interface', 'inverted', 'itemsPerView', 'scrollY', 'steps', 'value'],
|
|
550
|
+
inputs: ['aspectRatio', 'border', 'controls', 'controlsOverflow', 'controlsSticky', 'fullHeight', 'htmlRole', 'interface', 'inverted', 'itemsPerView', 'scrollY', 'steps', 'value'],
|
|
551
551
|
methods: ['previous', 'next'],
|
|
552
552
|
defineCustomElementFn: defineCustomElement$f
|
|
553
553
|
}),
|
|
@@ -559,7 +559,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
559
559
|
selector: 'bal-carousel',
|
|
560
560
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
561
561
|
template: '<ng-content></ng-content>',
|
|
562
|
-
inputs: ['aspectRatio', 'border', 'controls', 'controlsOverflow', 'controlsSticky', 'fullHeight', 'interface', 'inverted', 'itemsPerView', 'scrollY', 'steps', 'value'],
|
|
562
|
+
inputs: ['aspectRatio', 'border', 'controls', 'controlsOverflow', 'controlsSticky', 'fullHeight', 'htmlRole', 'interface', 'inverted', 'itemsPerView', 'scrollY', 'steps', 'value'],
|
|
563
563
|
outputs: ['balChange']
|
|
564
564
|
}]
|
|
565
565
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -572,11 +572,11 @@ let BalCarouselItem = class BalCarouselItem {
|
|
|
572
572
|
}
|
|
573
573
|
};
|
|
574
574
|
BalCarouselItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCarouselItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
575
|
-
BalCarouselItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCarouselItem, selector: "bal-carousel-item", inputs: { color: "color", download: "download", elementType: "elementType", href: "href", label: "label", name: "name", rel: "rel", src: "src", target: "target", value: "value" }, outputs: { balNavigate: "balNavigate", balFocus: "balFocus", balBlur: "balBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
575
|
+
BalCarouselItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCarouselItem, selector: "bal-carousel-item", inputs: { color: "color", download: "download", elementType: "elementType", href: "href", htmlRole: "htmlRole", label: "label", name: "name", rel: "rel", src: "src", target: "target", value: "value" }, outputs: { balNavigate: "balNavigate", balFocus: "balFocus", balBlur: "balBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
576
576
|
BalCarouselItem = __decorate([
|
|
577
577
|
ProxyCmp({
|
|
578
|
-
inputs: ['color', 'download', 'elementType', 'href', 'label', 'name', 'rel', 'src', 'target', 'value'],
|
|
579
|
-
methods: ['getData'],
|
|
578
|
+
inputs: ['color', 'download', 'elementType', 'href', 'htmlRole', 'label', 'name', 'rel', 'src', 'target', 'value'],
|
|
579
|
+
methods: ['getData', 'setFocus'],
|
|
580
580
|
defineCustomElementFn: defineCustomElement$g
|
|
581
581
|
}),
|
|
582
582
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -587,7 +587,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
587
587
|
selector: 'bal-carousel-item',
|
|
588
588
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
589
589
|
template: '<ng-content></ng-content>',
|
|
590
|
-
inputs: ['color', 'download', 'elementType', 'href', 'label', 'name', 'rel', 'src', 'target', 'value'],
|
|
590
|
+
inputs: ['color', 'download', 'elementType', 'href', 'htmlRole', 'label', 'name', 'rel', 'src', 'target', 'value'],
|
|
591
591
|
outputs: ['balNavigate', 'balFocus', 'balBlur']
|
|
592
592
|
}]
|
|
593
593
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1987,9 +1987,10 @@ let BalNavMenuFlyout = class BalNavMenuFlyout {
|
|
|
1987
1987
|
}
|
|
1988
1988
|
};
|
|
1989
1989
|
BalNavMenuFlyout.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavMenuFlyout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1990
|
-
BalNavMenuFlyout.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNavMenuFlyout, selector: "bal-nav-menu-flyout", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1990
|
+
BalNavMenuFlyout.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNavMenuFlyout, selector: "bal-nav-menu-flyout", inputs: { navId: "navId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1991
1991
|
BalNavMenuFlyout = __decorate([
|
|
1992
1992
|
ProxyCmp({
|
|
1993
|
+
inputs: ['navId'],
|
|
1993
1994
|
defineCustomElementFn: defineCustomElement$17
|
|
1994
1995
|
}),
|
|
1995
1996
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -1999,7 +2000,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
1999
2000
|
args: [{
|
|
2000
2001
|
selector: 'bal-nav-menu-flyout',
|
|
2001
2002
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2002
|
-
template: '<ng-content></ng-content>'
|
|
2003
|
+
template: '<ng-content></ng-content>',
|
|
2004
|
+
inputs: ['navId']
|
|
2003
2005
|
}]
|
|
2004
2006
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2005
2007
|
let BalNavMetaBar = class BalNavMetaBar {
|
|
@@ -2264,7 +2266,7 @@ BalOptionList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
|
|
|
2264
2266
|
BalOptionList = __decorate([
|
|
2265
2267
|
ProxyCmp({
|
|
2266
2268
|
inputs: ['contentHeight', 'disabled', 'filter', 'focusIndex', 'labelledby', 'multiple', 'required'],
|
|
2267
|
-
methods: ['focusFirst', 'focusLast', 'focusNext', 'focusPrevious', 'focusByLabel', 'filterByContent', 'resetHidden', 'resetSelected', 'updateSelected', 'resetFocus', 'getSelectedValues', 'getSelectedOptions', 'getValues', 'getLabels', 'getOptions', 'selectByFocus'],
|
|
2269
|
+
methods: ['focusSelected', 'focusFirst', 'focusLast', 'focusNext', 'focusPrevious', 'focusByLabel', 'filterByContent', 'resetHidden', 'resetSelected', 'updateSelected', 'resetFocus', 'getSelectedValues', 'getSelectedOptions', 'getValues', 'getLabels', 'getOptions', 'selectByFocus'],
|
|
2268
2270
|
defineCustomElementFn: defineCustomElement$1i
|
|
2269
2271
|
}),
|
|
2270
2272
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -2395,10 +2397,10 @@ let BalProgressBar = class BalProgressBar {
|
|
|
2395
2397
|
}
|
|
2396
2398
|
};
|
|
2397
2399
|
BalProgressBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2398
|
-
BalProgressBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalProgressBar, selector: "bal-progress-bar", inputs: { background: "background", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2400
|
+
BalProgressBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalProgressBar, selector: "bal-progress-bar", inputs: { background: "background", color: "color", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2399
2401
|
BalProgressBar = __decorate([
|
|
2400
2402
|
ProxyCmp({
|
|
2401
|
-
inputs: ['background', 'value'],
|
|
2403
|
+
inputs: ['background', 'color', 'value'],
|
|
2402
2404
|
methods: ['configChanged'],
|
|
2403
2405
|
defineCustomElementFn: defineCustomElement$1n
|
|
2404
2406
|
}),
|
|
@@ -2410,7 +2412,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
2410
2412
|
selector: 'bal-progress-bar',
|
|
2411
2413
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2412
2414
|
template: '<ng-content></ng-content>',
|
|
2413
|
-
inputs: ['background', 'value']
|
|
2415
|
+
inputs: ['background', 'color', 'value']
|
|
2414
2416
|
}]
|
|
2415
2417
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2416
2418
|
let BalRadio = class BalRadio {
|
|
@@ -2858,10 +2860,10 @@ let BalSteps = class BalSteps {
|
|
|
2858
2860
|
}
|
|
2859
2861
|
};
|
|
2860
2862
|
BalSteps.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSteps, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2861
|
-
BalSteps.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalSteps, selector: "bal-steps", inputs: { clickable: "clickable", debounce: "debounce", options: "options", value: "value" }, outputs: { balChange: "balChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2863
|
+
BalSteps.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalSteps, selector: "bal-steps", inputs: { clickable: "clickable", color: "color", debounce: "debounce", options: "options", value: "value" }, outputs: { balChange: "balChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2862
2864
|
BalSteps = __decorate([
|
|
2863
2865
|
ProxyCmp({
|
|
2864
|
-
inputs: ['clickable', 'debounce', 'options', 'value'],
|
|
2866
|
+
inputs: ['clickable', 'color', 'debounce', 'options', 'value'],
|
|
2865
2867
|
methods: ['select', 'getOptionByValue'],
|
|
2866
2868
|
defineCustomElementFn: defineCustomElement$1F
|
|
2867
2869
|
}),
|
|
@@ -2873,7 +2875,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
2873
2875
|
selector: 'bal-steps',
|
|
2874
2876
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2875
2877
|
template: '<ng-content></ng-content>',
|
|
2876
|
-
inputs: ['clickable', 'debounce', 'options', 'value'],
|
|
2878
|
+
inputs: ['clickable', 'color', 'debounce', 'options', 'value'],
|
|
2877
2879
|
outputs: ['balChange']
|
|
2878
2880
|
}]
|
|
2879
2881
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -2886,10 +2888,10 @@ let BalTabItem = class BalTabItem {
|
|
|
2886
2888
|
}
|
|
2887
2889
|
};
|
|
2888
2890
|
BalTabItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalTabItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2889
|
-
BalTabItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalTabItem, selector: "bal-tab-item", inputs: { active: "active", bubble: "bubble", disabled: "disabled", href: "href", icon: "icon", invisible: "invisible", label: "label", prevent: "prevent", target: "target", value: "value" }, outputs: { balNavigate: "balNavigate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2891
|
+
BalTabItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalTabItem, selector: "bal-tab-item", inputs: { active: "active", aria: "aria", bubble: "bubble", disabled: "disabled", href: "href", icon: "icon", invisible: "invisible", label: "label", noPanel: "noPanel", prevent: "prevent", target: "target", value: "value" }, outputs: { balNavigate: "balNavigate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2890
2892
|
BalTabItem = __decorate([
|
|
2891
2893
|
ProxyCmp({
|
|
2892
|
-
inputs: ['active', 'bubble', 'disabled', 'href', 'icon', 'invisible', 'label', 'prevent', 'target', 'value'],
|
|
2894
|
+
inputs: ['active', 'aria', 'bubble', 'disabled', 'href', 'icon', 'invisible', 'label', 'noPanel', 'prevent', 'target', 'value'],
|
|
2893
2895
|
methods: ['getOptions', 'setActive'],
|
|
2894
2896
|
defineCustomElementFn: defineCustomElement$1G
|
|
2895
2897
|
}),
|
|
@@ -2901,7 +2903,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
2901
2903
|
selector: 'bal-tab-item',
|
|
2902
2904
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2903
2905
|
template: '<ng-content></ng-content>',
|
|
2904
|
-
inputs: ['active', 'bubble', 'disabled', 'href', 'icon', 'invisible', 'label', 'prevent', 'target', 'value'],
|
|
2906
|
+
inputs: ['active', 'aria', 'bubble', 'disabled', 'href', 'icon', 'invisible', 'label', 'noPanel', 'prevent', 'target', 'value'],
|
|
2905
2907
|
outputs: ['balNavigate']
|
|
2906
2908
|
}]
|
|
2907
2909
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|