tickera-angular-components 0.0.1-dev.179 → 0.0.1-dev.180

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
@@ -2995,7 +2995,7 @@ declare class FormInputComponent implements ControlValueAccessor {
2995
2995
  step: number | null;
2996
2996
  pattern: string | null;
2997
2997
  fieldGroupClass: string;
2998
- autocomplete: boolean;
2998
+ autocomplete: string;
2999
2999
  value: any;
3000
3000
  disabled: boolean;
3001
3001
  onChange: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tickera-angular-components",
3
- "version": "0.0.1-dev.179",
3
+ "version": "0.0.1-dev.180",
4
4
  "description": "Angular 20 standalone component library for Tickera backoffice system",
5
5
  "license": "MIT",
6
6
  "repository": {