monkey-style-guide 2.0.101 → 2.0.102

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.
@@ -3794,11 +3794,12 @@
3794
3794
  return '';
3795
3795
  };
3796
3796
  MonkeyInputPhoneComponent.prototype.ngOnInit = function () {
3797
- var _a;
3797
+ var _a, _b;
3798
3798
  this._countryCodes = MonkeyUtils.getPhoneRegions();
3799
3799
  this.onHandleInternationalNumber();
3800
3800
  this.onHandleCountryCode(this._internationalNumber);
3801
- this._formControl = this.ngControl && (((_a = this.ngControl) === null || _a === void 0 ? void 0 : _a.form) || this.ngControl);
3801
+ this._formControl =
3802
+ this.ngControl && (((_a = this.ngControl) === null || _a === void 0 ? void 0 : _a.form) || ((_b = this.ngControl) === null || _b === void 0 ? void 0 : _b.control));
3802
3803
  };
3803
3804
  MonkeyInputPhoneComponent.prototype.onHandleInternationalNumber = function (value) {
3804
3805
  this._internationalNumber =