@decaf-ts/for-angular 0.1.49 → 0.1.51
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
|
@@ -2996,6 +2996,7 @@ declare abstract class NgxFormFieldDirective extends NgxComponentDirective imple
|
|
|
2996
2996
|
* @public
|
|
2997
2997
|
*/
|
|
2998
2998
|
handleModalChildChanges(event?: SelectCustomEvent, formControl?: AbstractControl): void;
|
|
2999
|
+
parseSelectLabel(): void;
|
|
2999
3000
|
private validateControl;
|
|
3000
3001
|
private getErrorMessage;
|
|
3001
3002
|
/**
|