@festo-ui/angular 9.0.1-dev.793 → 9.0.1-dev.799
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
|
@@ -993,6 +993,8 @@ declare class FngConfirmComponent implements AfterViewInit, Modal<FngConfirmData
|
|
|
993
993
|
* A custom form element for text inputs.
|
|
994
994
|
*/
|
|
995
995
|
declare class FngTextInputComponent implements OnInit, ControlValueAccessor {
|
|
996
|
+
private cdr;
|
|
997
|
+
constructor(cdr: ChangeDetectorRef);
|
|
996
998
|
/**
|
|
997
999
|
* The text input label.
|
|
998
1000
|
*/
|
package/package.json
CHANGED