@baloise/ds-angular 19.5.0 → 19.6.0-nightly.20250829

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.
@@ -1014,11 +1014,11 @@ let BalFieldHint = class BalFieldHint {
1014
1014
  this.el = r.nativeElement;
1015
1015
  }
1016
1016
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalFieldHint, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1017
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalFieldHint, isStandalone: true, selector: "bal-field-hint", inputs: { closeLabel: "closeLabel", small: "small", subject: "subject" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1017
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalFieldHint, isStandalone: true, selector: "bal-field-hint", inputs: { closeLabel: "closeLabel", hideTitleOnDesktop: "hideTitleOnDesktop", small: "small", subject: "subject" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1018
1018
  };
1019
1019
  BalFieldHint = __decorate([
1020
1020
  ProxyCmp({
1021
- inputs: ['closeLabel', 'small', 'subject'],
1021
+ inputs: ['closeLabel', 'hideTitleOnDesktop', 'small', 'subject'],
1022
1022
  defineCustomElementFn: defineCustomElement$x
1023
1023
  }),
1024
1024
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -1030,7 +1030,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
1030
1030
  changeDetection: ChangeDetectionStrategy.OnPush,
1031
1031
  template: '<ng-content></ng-content>',
1032
1032
  standalone: true,
1033
- inputs: ['closeLabel', 'small', 'subject']
1033
+ inputs: ['closeLabel', 'hideTitleOnDesktop', 'small', 'subject']
1034
1034
  }]
1035
1035
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1036
1036
  let BalFieldLabel = class BalFieldLabel {
@@ -1066,11 +1066,11 @@ let BalFieldMessage = class BalFieldMessage {
1066
1066
  this.el = r.nativeElement;
1067
1067
  }
1068
1068
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalFieldMessage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1069
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalFieldMessage, isStandalone: true, selector: "bal-field-message", inputs: { color: "color", disabled: "disabled", invalid: "invalid", readonly: "readonly", valid: "valid" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1069
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalFieldMessage, isStandalone: true, selector: "bal-field-message", inputs: { color: "color", disabled: "disabled", invalid: "invalid", noReservedSpace: "noReservedSpace", readonly: "readonly", valid: "valid" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1070
1070
  };
1071
1071
  BalFieldMessage = __decorate([
1072
1072
  ProxyCmp({
1073
- inputs: ['color', 'disabled', 'invalid', 'readonly', 'valid'],
1073
+ inputs: ['color', 'disabled', 'invalid', 'noReservedSpace', 'readonly', 'valid'],
1074
1074
  defineCustomElementFn: defineCustomElement$z
1075
1075
  }),
1076
1076
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -1082,7 +1082,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
1082
1082
  changeDetection: ChangeDetectionStrategy.OnPush,
1083
1083
  template: '<ng-content></ng-content>',
1084
1084
  standalone: true,
1085
- inputs: ['color', 'disabled', 'invalid', 'readonly', 'valid']
1085
+ inputs: ['color', 'disabled', 'invalid', 'noReservedSpace', 'readonly', 'valid']
1086
1086
  }]
1087
1087
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1088
1088
  let BalFooter = class BalFooter {
@@ -3131,7 +3131,7 @@ const BalInputSliderMethods = ['setFocus', 'getInputElement'];
3131
3131
  const BalInputStepperInputs = ['autoInvalidOff', 'debounce', 'disabled', 'invalid', 'max', 'min', 'name', 'readonly', 'steps', 'value'];
3132
3132
  const BalInputStepperOutputs = ['balChange', 'balInput', 'balIncrease', 'balDecrease', 'balFocus', 'balBlur'];
3133
3133
  const BalInputStepperMethods = ['getInputElement'];
3134
- const BalNumberInputInputs = ['autoInvalidOff', 'debounce', 'decimal', 'disabled', 'exactNumber', 'invalid', 'max', 'min', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'suffix', 'value'];
3134
+ const BalNumberInputInputs = ['autoInvalidOff', 'debounce', 'decimal', 'disabled', 'exactNumber', 'invalid', 'max', 'min', 'name', 'onlyPositive', 'pattern', 'placeholder', 'readonly', 'required', 'suffix', 'value'];
3135
3135
  const BalNumberInputOutputs = ['balInput', 'balChange', 'balBlur', 'balFocus', 'balKeyPress'];
3136
3136
  const BalNumberInputMethods = ['setFocus', 'getInputElement'];
3137
3137
  const BalRadioGroupInputs = ['allowEmptySelection', 'autoInvalidOff', 'columns', 'columnsMobile', 'columnsTablet', 'disabled', 'expanded', 'interface', 'invalid', 'name', 'options', 'readonly', 'value', 'vertical', 'verticalOnMobile'];
@@ -3549,7 +3549,7 @@ let BalNumberInput = class BalNumberInput extends ValueAccessor {
3549
3549
  });
3550
3550
  }
3551
3551
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNumberInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
3552
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNumberInput, isStandalone: true, selector: "bal-number-input", inputs: { autoInvalidOff: "autoInvalidOff", debounce: "debounce", decimal: "decimal", disabled: "disabled", exactNumber: "exactNumber", invalid: "invalid", max: "max", min: "min", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", suffix: "suffix", value: "value" }, outputs: { balInput: "balInput", balChange: "balChange", balBlur: "balBlur", balFocus: "balFocus", balKeyPress: "balKeyPress" }, host: { listeners: { "balInput": "handleBalInput($event)" } }, providers: [accessorProvider$6], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3552
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNumberInput, isStandalone: true, selector: "bal-number-input", inputs: { autoInvalidOff: "autoInvalidOff", debounce: "debounce", decimal: "decimal", disabled: "disabled", exactNumber: "exactNumber", invalid: "invalid", max: "max", min: "min", name: "name", onlyPositive: "onlyPositive", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", suffix: "suffix", value: "value" }, outputs: { balInput: "balInput", balChange: "balChange", balBlur: "balBlur", balFocus: "balFocus", balKeyPress: "balKeyPress" }, host: { listeners: { "balInput": "handleBalInput($event)" } }, providers: [accessorProvider$6], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3553
3553
  };
3554
3554
  BalNumberInput = __decorate([
3555
3555
  ProxyCmp({