@proximus/lavender-angular 1.4.10-alpha.6 → 1.4.10-alpha.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proximus/lavender-angular",
3
- "version": "1.4.10-alpha.6",
3
+ "version": "1.4.10-alpha.8",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "sideEffects": false,
@@ -34,7 +34,7 @@ export declare class PxSelectValueAccessor extends BaseValueAccessor {
34
34
  }
35
35
  export declare class PxInputValueAccessor extends TextValueAccessor {
36
36
  static ɵfac: i0.ɵɵFactoryDeclaration<PxInputValueAccessor, never>;
37
- static ɵdir: i0.ɵɵDirectiveDeclaration<PxInputValueAccessor, "px-input[formControlName],px-input[formControl],px-input[ngModel]", never, {}, {}, never, never, true, never>;
37
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PxInputValueAccessor, "px-input[formControlName],px-input[formControl],px-input[ngModel],px-autocomplete[formControlName],px-autocomplete[formControl],px-autocomplete[ngModel]", never, {}, {}, never, never, true, never>;
38
38
  }
39
39
  export declare class PxTextareaValueAccessor extends TextValueAccessor {
40
40
  static ɵfac: i0.ɵɵFactoryDeclaration<PxTextareaValueAccessor, never>;