osl-base-extended 8.4.0 → 8.5.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "osl-base-extended",
3
- "version": "8.4.0",
3
+ "version": "8.5.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.2.0",
6
6
  "@angular/core": "^21.2.0"
@@ -417,7 +417,7 @@ declare class OslAutocomplete extends baseComponent implements OnInit, OnChanges
417
417
  cdr: ChangeDetectorRef;
418
418
  label: string;
419
419
  required: boolean;
420
- disabled: boolean;
420
+ set disabled(val: any);
421
421
  private _model;
422
422
  private _object;
423
423
  set model(val: any);