osl-base-extended 8.4.0 → 8.6.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
|
@@ -417,7 +417,9 @@ declare class OslAutocomplete extends baseComponent implements OnInit, OnChanges
|
|
|
417
417
|
cdr: ChangeDetectorRef;
|
|
418
418
|
label: string;
|
|
419
419
|
required: boolean;
|
|
420
|
-
|
|
420
|
+
private _isDisabled;
|
|
421
|
+
set disabled(val: any);
|
|
422
|
+
get disabled(): any;
|
|
421
423
|
private _model;
|
|
422
424
|
private _object;
|
|
423
425
|
set model(val: any);
|