matcha-components 20.157.0 → 20.159.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/index.d.ts
CHANGED
|
@@ -1206,7 +1206,11 @@ declare class MatchaOptionComponent {
|
|
|
1206
1206
|
private parent;
|
|
1207
1207
|
private elRef;
|
|
1208
1208
|
value: any;
|
|
1209
|
-
|
|
1209
|
+
private _disabled;
|
|
1210
|
+
get disabled(): boolean;
|
|
1211
|
+
set disabled(value: boolean | string);
|
|
1212
|
+
get disabledAttr(): string | null;
|
|
1213
|
+
get disabledClass(): boolean;
|
|
1210
1214
|
selected: boolean;
|
|
1211
1215
|
optionClick: EventEmitter<any>;
|
|
1212
1216
|
optionSelect: EventEmitter<MatchaOptionComponent>;
|