@festo-ui/angular 9.0.1-dev.792 → 9.0.1-dev.798

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@festo-ui/angular",
3
- "version": "9.0.1-dev.792",
3
+ "version": "9.0.1-dev.798",
4
4
  "author": "Festo UI (styleguide@festo.com)",
5
5
  "copyright": "Copyright (c) 2025 Festo SE & Co. KG. All rights reserved.",
6
6
  "license": "apache-2.0",