@brggroup/share-lib 0.0.21 → 0.0.22

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.
@@ -1897,7 +1897,7 @@ class ExtendInputNumber {
1897
1897
  /** separatorType: 'comma' (,) | 'dot' (.) */
1898
1898
  separatorType;
1899
1899
  /** defaultSeparatorType: 'comma' (,) | 'dot' (.) */
1900
- static defaultSeparatorType = 'comma';
1900
+ static defaultSeparatorType = 'dot';
1901
1901
  formData;
1902
1902
  controlName;
1903
1903
  _ngModel = null;