valtech-components 2.0.653 → 2.0.655

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.
@@ -50,6 +50,7 @@ export declare class PhoneInputComponent implements OnInit, OnChanges, OnDestroy
50
50
  getErrorMessage(): string;
51
51
  onCountryChange(event: CustomEvent): void;
52
52
  onNumberInput(event: CustomEvent): void;
53
+ onNumberInputNative(event: Event): void;
53
54
  onBlur(): void;
54
55
  private updateMainControl;
55
56
  private validateNumber;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "2.0.653",
3
+ "version": "2.0.655",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "valtech-firebase-config": "./src/lib/services/firebase/scripts/generate-sw-config.js"