@baloise/ds-angular-module 16.3.0-nightly.20240905 → 16.3.0-nightly.20240906
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 +8 -8
- package/fesm2015/baloise-ds-angular-module.mjs +7 -7
- package/fesm2015/baloise-ds-angular-module.mjs.map +1 -1
- package/fesm2020/baloise-ds-angular-module.mjs +7 -7
- package/fesm2020/baloise-ds-angular-module.mjs.map +1 -1
- package/generated/proxies.d.ts +2 -2
- 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 }]; } });
|