@baloise/ds-angular 16.5.0-nightly.20240920 → 16.5.0-snapshot.1471-e419cbebb
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.
|
@@ -3718,7 +3718,10 @@ BalSegment.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
|
3718
3718
|
BalSegment.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalSegment, isStandalone: true, selector: "bal-segment", inputs: { disabled: "disabled", expanded: "expanded", invalid: "invalid", scrollable: "scrollable", value: "value", vertical: "vertical" }, outputs: { balBlur: "balBlur", balChange: "balChange" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$3], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3719
3719
|
BalSegment = __decorate([
|
|
3720
3720
|
ProxyCmp({
|
|
3721
|
-
defineCustomElementFn:
|
|
3721
|
+
defineCustomElementFn: () => {
|
|
3722
|
+
defineCustomElement$1O();
|
|
3723
|
+
defineCustomElement$1h();
|
|
3724
|
+
},
|
|
3722
3725
|
inputs: BalSegmentInputs,
|
|
3723
3726
|
methods: BalSegmentMethods,
|
|
3724
3727
|
}),
|