osl-base-extended 8.3.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
|
@@ -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:
|
|
420
|
+
set disabled(val: any);
|
|
421
421
|
private _model;
|
|
422
422
|
private _object;
|
|
423
423
|
set model(val: any);
|
|
@@ -957,6 +957,7 @@ interface oslListerData {
|
|
|
957
957
|
methodName: string;
|
|
958
958
|
service: any;
|
|
959
959
|
configMethodName: string;
|
|
960
|
+
apiBody: any;
|
|
960
961
|
}
|
|
961
962
|
|
|
962
963
|
declare class OslAutocompleteLister {
|