@baloise/ds-angular 16.5.0 → 16.5.1-nightly.20240926

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.
@@ -2325,11 +2325,10 @@ let BalSegmentItem = class BalSegmentItem {
2325
2325
  this.z = z;
2326
2326
  c.detach();
2327
2327
  this.el = r.nativeElement;
2328
- proxyOutputs(this, this.el, ['balBlur']);
2329
2328
  }
2330
2329
  };
2331
2330
  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 });
2332
- 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 });
2331
+ 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 });
2333
2332
  BalSegmentItem = __decorate([
2334
2333
  ProxyCmp({
2335
2334
  inputs: ['disabled', 'invalid', 'label', 'value'],
@@ -2344,8 +2343,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
2344
2343
  changeDetection: ChangeDetectionStrategy.OnPush,
2345
2344
  template: '<ng-content></ng-content>',
2346
2345
  standalone: true,
2347
- inputs: ['disabled', 'invalid', 'label', 'value'],
2348
- outputs: ['balBlur']
2346
+ inputs: ['disabled', 'invalid', 'label', 'value']
2349
2347
  }]
2350
2348
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2351
2349
  let BalSelectOption = class BalSelectOption {
@@ -3119,7 +3117,7 @@ const BalRadioGroupInputs = ['allowEmptySelection', 'autoInvalidOff', 'columnsMo
3119
3117
  const BalRadioGroupOutputs = ['balChange', 'balFocus', 'balBlur'];
3120
3118
  const BalRadioGroupMethods = ['getOptionByValue'];
3121
3119
  const BalSegmentInputs = ['disabled', 'expanded', 'invalid', 'scrollable', 'value', 'vertical'];
3122
- const BalSegmentOutputs = ['balBlur', 'balChange'];
3120
+ const BalSegmentOutputs = ['balFocus', 'balBlur', 'balChange'];
3123
3121
  const BalSegmentMethods = [''];
3124
3122
  const BalSelectInputs = ['autoInvalidOff', 'autocomplete', 'balTabindex', 'disabled', 'filter', 'freeSolo', 'invalid', 'loading', 'maxLength', 'multiple', 'name', 'noDataLabel', 'placeholder', 'readonly', 'remote', 'required', 'scrollable', 'selectionOptional', 'typeahead', 'value'];
3125
3123
  const BalSelectOutputs = ['balChange', 'balInputClick', 'balInput', 'balBlur', 'balFocus', 'balCancel', 'balKeyPress'];
@@ -3715,10 +3713,13 @@ let BalSegment = class BalSegment extends ValueAccessor {
3715
3713
  }
3716
3714
  };
3717
3715
  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 });
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 });
3716
+ 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 });
3719
3717
  BalSegment = __decorate([
3720
3718
  ProxyCmp({
3721
- defineCustomElementFn: defineCustomElement$1O,
3719
+ defineCustomElementFn: () => {
3720
+ defineCustomElement$1O();
3721
+ defineCustomElement$1h();
3722
+ },
3722
3723
  inputs: BalSegmentInputs,
3723
3724
  methods: BalSegmentMethods,
3724
3725
  }),