@baloise/ds-angular-module 17.2.5 → 17.3.0-nightly.20250120
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 +7 -7
- package/fesm2015/baloise-ds-angular-module.mjs +6 -6
- package/fesm2015/baloise-ds-angular-module.mjs.map +1 -1
- package/fesm2020/baloise-ds-angular-module.mjs +6 -6
- package/fesm2020/baloise-ds-angular-module.mjs.map +1 -1
- package/generated/proxies.d.ts +2 -2
- package/package.json +3 -3
|
@@ -2154,10 +2154,10 @@ let BalNotification = class BalNotification {
|
|
|
2154
2154
|
}
|
|
2155
2155
|
};
|
|
2156
2156
|
BalNotification.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2157
|
-
BalNotification.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNotification, selector: "bal-notification", inputs: { color: "color" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2157
|
+
BalNotification.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNotification, selector: "bal-notification", inputs: { color: "color", light: "light", noIcon: "noIcon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2158
2158
|
BalNotification = __decorate([
|
|
2159
2159
|
ProxyCmp({
|
|
2160
|
-
inputs: ['color'],
|
|
2160
|
+
inputs: ['color', 'light', 'noIcon'],
|
|
2161
2161
|
defineCustomElementFn: defineCustomElement$1e
|
|
2162
2162
|
}),
|
|
2163
2163
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -2168,7 +2168,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
2168
2168
|
selector: 'bal-notification',
|
|
2169
2169
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2170
2170
|
template: '<ng-content></ng-content>',
|
|
2171
|
-
inputs: ['color']
|
|
2171
|
+
inputs: ['color', 'light', 'noIcon']
|
|
2172
2172
|
}]
|
|
2173
2173
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2174
2174
|
let BalNumberInput = class BalNumberInput {
|
|
@@ -3125,10 +3125,10 @@ let BalToast = class BalToast {
|
|
|
3125
3125
|
}
|
|
3126
3126
|
};
|
|
3127
3127
|
BalToast.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3128
|
-
BalToast.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalToast, selector: "bal-toast", inputs: { color: "color", duration: "duration", message: "message" }, outputs: { balClose: "balClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3128
|
+
BalToast.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalToast, selector: "bal-toast", inputs: { closable: "closable", color: "color", duration: "duration", message: "message" }, outputs: { balClose: "balClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3129
3129
|
BalToast = __decorate([
|
|
3130
3130
|
ProxyCmp({
|
|
3131
|
-
inputs: ['color', 'duration', 'message'],
|
|
3131
|
+
inputs: ['closable', 'color', 'duration', 'message'],
|
|
3132
3132
|
methods: ['closeIn', 'close'],
|
|
3133
3133
|
defineCustomElementFn: defineCustomElement$1P
|
|
3134
3134
|
}),
|
|
@@ -3140,7 +3140,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
3140
3140
|
selector: 'bal-toast',
|
|
3141
3141
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3142
3142
|
template: '<ng-content></ng-content>',
|
|
3143
|
-
inputs: ['color', 'duration', 'message'],
|
|
3143
|
+
inputs: ['closable', 'color', 'duration', 'message'],
|
|
3144
3144
|
outputs: ['balClose']
|
|
3145
3145
|
}]
|
|
3146
3146
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|