@baloise/ds-angular-module 16.5.2 → 16.6.0-nightly.20241017
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/esm2020/generated/proxies.mjs +4 -4
- package/fesm2015/baloise-ds-angular-module.mjs +3 -3
- package/fesm2015/baloise-ds-angular-module.mjs.map +1 -1
- package/fesm2020/baloise-ds-angular-module.mjs +3 -3
- package/fesm2020/baloise-ds-angular-module.mjs.map +1 -1
- package/generated/proxies.d.ts +1 -1
- package/package.json +3 -3
|
@@ -946,10 +946,10 @@ let BalDivider = class BalDivider {
|
|
|
946
946
|
}
|
|
947
947
|
};
|
|
948
948
|
BalDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
949
|
-
BalDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalDivider, selector: "bal-divider", inputs: { color: "color", layout: "layout", space: "space" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
949
|
+
BalDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalDivider, selector: "bal-divider", inputs: { borderStyle: "borderStyle", color: "color", layout: "layout", space: "space" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
950
950
|
BalDivider = __decorate([
|
|
951
951
|
ProxyCmp({
|
|
952
|
-
inputs: ['color', 'layout', 'space'],
|
|
952
|
+
inputs: ['borderStyle', 'color', 'layout', 'space'],
|
|
953
953
|
defineCustomElementFn: defineCustomElement$u
|
|
954
954
|
}),
|
|
955
955
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -960,7 +960,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
960
960
|
selector: 'bal-divider',
|
|
961
961
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
962
962
|
template: '<ng-content></ng-content>',
|
|
963
|
-
inputs: ['color', 'layout', 'space']
|
|
963
|
+
inputs: ['borderStyle', 'color', 'layout', 'space']
|
|
964
964
|
}]
|
|
965
965
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
966
966
|
let BalDropdown = class BalDropdown {
|