@baloise/ds-angular-module 18.0.0 → 18.0.1
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.
|
@@ -2568,11 +2568,11 @@ let BalSegment = class BalSegment {
|
|
|
2568
2568
|
proxyOutputs(this, this.el, ['balFocus', 'balBlur', 'balChange']);
|
|
2569
2569
|
}
|
|
2570
2570
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalSegment, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2571
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalSegment, selector: "bal-segment", inputs: { disabled: "disabled", expanded: "expanded", invalid: "invalid", scrollable: "scrollable", value: "value", vertical: "vertical" }, outputs: { balFocus: "balFocus", balBlur: "balBlur", balChange: "balChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2571
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalSegment, selector: "bal-segment", inputs: { autoInvalidOff: "autoInvalidOff", disabled: "disabled", expanded: "expanded", invalid: "invalid", scrollable: "scrollable", value: "value", vertical: "vertical" }, outputs: { balFocus: "balFocus", balBlur: "balBlur", balChange: "balChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2572
2572
|
};
|
|
2573
2573
|
BalSegment = __decorate([
|
|
2574
2574
|
ProxyCmp({
|
|
2575
|
-
inputs: ['disabled', 'expanded', 'invalid', 'scrollable', 'value', 'vertical'],
|
|
2575
|
+
inputs: ['autoInvalidOff', 'disabled', 'expanded', 'invalid', 'scrollable', 'value', 'vertical'],
|
|
2576
2576
|
defineCustomElementFn: defineCustomElement$1q
|
|
2577
2577
|
}),
|
|
2578
2578
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -2584,7 +2584,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2584
2584
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2585
2585
|
template: '<ng-content></ng-content>',
|
|
2586
2586
|
standalone: false,
|
|
2587
|
-
inputs: ['disabled', 'expanded', 'invalid', 'scrollable', 'value', 'vertical'],
|
|
2587
|
+
inputs: ['autoInvalidOff', 'disabled', 'expanded', 'invalid', 'scrollable', 'value', 'vertical'],
|
|
2588
2588
|
outputs: ['balFocus', 'balBlur', 'balChange']
|
|
2589
2589
|
}]
|
|
2590
2590
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|