@festo-ui/angular 9.0.1-dev.803 → 9.0.1-dev.804
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/fesm2022/festo-ui-angular.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1003,7 +1003,7 @@ declare class FngConfirmComponent implements AfterViewInit, Modal<FngConfirmData
|
|
|
1003
1003
|
* A custom form element for text inputs.
|
|
1004
1004
|
*/
|
|
1005
1005
|
declare class FngTextInputComponent implements OnInit, ControlValueAccessor {
|
|
1006
|
-
|
|
1006
|
+
protected cdr: ChangeDetectorRef;
|
|
1007
1007
|
constructor(cdr: ChangeDetectorRef);
|
|
1008
1008
|
/**
|
|
1009
1009
|
* The text input label.
|
package/package.json
CHANGED