@baloise/ds-angular 19.8.4 → 19.9.0-nightly.20260304
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.
|
@@ -1601,11 +1601,11 @@ let BalLogo = class BalLogo {
|
|
|
1601
1601
|
this.el = r.nativeElement;
|
|
1602
1602
|
}
|
|
1603
1603
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.7", ngImport: i0, type: BalLogo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1604
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.7", type: BalLogo, isStandalone: true, selector: "bal-logo", inputs: { animated: "animated", color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1604
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.7", type: BalLogo, isStandalone: true, selector: "bal-logo", inputs: { animated: "animated", brand: "brand", color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1605
1605
|
};
|
|
1606
1606
|
BalLogo = __decorate([
|
|
1607
1607
|
ProxyCmp({
|
|
1608
|
-
inputs: ['animated', 'color', 'size'],
|
|
1608
|
+
inputs: ['animated', 'brand', 'color', 'size'],
|
|
1609
1609
|
defineCustomElementFn: defineCustomElement$T
|
|
1610
1610
|
}),
|
|
1611
1611
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -1617,7 +1617,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.7", ngImpor
|
|
|
1617
1617
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1618
1618
|
template: '<ng-content></ng-content>',
|
|
1619
1619
|
standalone: true,
|
|
1620
|
-
inputs: ['animated', 'color', 'size']
|
|
1620
|
+
inputs: ['animated', 'brand', 'color', 'size']
|
|
1621
1621
|
}]
|
|
1622
1622
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1623
1623
|
let BalModal = class BalModal {
|