@baloise/ds-angular 16.5.0-snapshot.1471-e419cbebb → 16.5.1-nightly.20240925

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.
@@ -2332,11 +2332,10 @@ let BalSegmentItem = class BalSegmentItem {
2332
2332
  this.z = z;
2333
2333
  c.detach();
2334
2334
  this.el = r.nativeElement;
2335
- proxyOutputs(this, this.el, ['balBlur']);
2336
2335
  }
2337
2336
  };
2338
2337
  BalSegmentItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSegmentItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2339
- BalSegmentItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalSegmentItem, isStandalone: true, selector: "bal-segment-item", inputs: { disabled: "disabled", invalid: "invalid", label: "label", value: "value" }, outputs: { balBlur: "balBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2338
+ BalSegmentItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalSegmentItem, isStandalone: true, selector: "bal-segment-item", inputs: { disabled: "disabled", invalid: "invalid", label: "label", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2340
2339
  BalSegmentItem = __decorate([
2341
2340
  ProxyCmp({
2342
2341
  inputs: ['disabled', 'invalid', 'label', 'value'],
@@ -2351,8 +2350,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
2351
2350
  changeDetection: ChangeDetectionStrategy.OnPush,
2352
2351
  template: '<ng-content></ng-content>',
2353
2352
  standalone: true,
2354
- inputs: ['disabled', 'invalid', 'label', 'value'],
2355
- outputs: ['balBlur']
2353
+ inputs: ['disabled', 'invalid', 'label', 'value']
2356
2354
  }]
2357
2355
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2358
2356
  let BalSelectOption = class BalSelectOption {
@@ -3127,7 +3125,7 @@ const BalRadioGroupInputs = ['allowEmptySelection', 'autoInvalidOff', 'columnsMo
3127
3125
  const BalRadioGroupOutputs = ['balChange', 'balFocus', 'balBlur'];
3128
3126
  const BalRadioGroupMethods = ['getOptionByValue'];
3129
3127
  const BalSegmentInputs = ['disabled', 'expanded', 'invalid', 'scrollable', 'value', 'vertical'];
3130
- const BalSegmentOutputs = ['balBlur', 'balChange'];
3128
+ const BalSegmentOutputs = ['balFocus', 'balBlur', 'balChange'];
3131
3129
  const BalSegmentMethods = [''];
3132
3130
  const BalSelectInputs = ['autoInvalidOff', 'autocomplete', 'balTabindex', 'disabled', 'filter', 'freeSolo', 'invalid', 'loading', 'maxLength', 'multiple', 'name', 'noDataLabel', 'placeholder', 'readonly', 'remote', 'required', 'scrollable', 'selectionOptional', 'typeahead', 'value'];
3133
3131
  const BalSelectOutputs = ['balChange', 'balInputClick', 'balInput', 'balBlur', 'balFocus', 'balCancel', 'balKeyPress'];
@@ -3723,7 +3721,7 @@ let BalSegment = class BalSegment extends ValueAccessor {
3723
3721
  }
3724
3722
  };
3725
3723
  BalSegment.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSegment, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
3726
- 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 });
3724
+ 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: { balFocus: "balFocus", 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 });
3727
3725
  BalSegment = __decorate([
3728
3726
  ProxyCmp({
3729
3727
  defineCustomElementFn: () => {