myrta-ui 1.1.17 → 1.1.19

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.
@@ -0,0 +1,2 @@
1
+ import { CountriesISO } from './country-iso.enum';
2
+ export declare const CountriesRusLabel: Record<CountriesISO, string>;
@@ -13,6 +13,7 @@ import * as i0 from "@angular/core";
13
13
  export declare class InputTelComponent implements ControlValueAccessor, OnInit {
14
14
  private _detector;
15
15
  private _onlyCountries;
16
+ private _locale;
16
17
  uuid: string;
17
18
  fields: Field[];
18
19
  disabled: boolean;
@@ -57,7 +58,7 @@ export declare class InputTelComponent implements ControlValueAccessor, OnInit {
57
58
  parsedPhoneNumber?: ParsedPhoneNumber;
58
59
  innerInvalid: boolean;
59
60
  innerInvalidMessage: string;
60
- constructor(_detector: ChangeDetectorRef);
61
+ constructor(_detector: ChangeDetectorRef, locale: string);
61
62
  writeValue(outsideValue: string): void;
62
63
  private onChange;
63
64
  private onTouched;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myrta-ui",
3
- "version": "1.1.17",
3
+ "version": "1.1.19",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.3.0",
6
6
  "@angular/core": "^13.3.0",
package/public-api.d.ts CHANGED
@@ -174,5 +174,6 @@ export * from './lib/helpers/index';
174
174
  export * from './lib/models/index';
175
175
  export * from './lib/components/form/input-tel/input-tel.module';
176
176
  export * from './lib/components/form/input-tel/input-tel.component';
177
+ export * from './lib/components/form/input-tel/enums/input-phone.enum';
177
178
  export * from './lib/components/form/input-tel/data/all-countries';
178
179
  export * from './lib/components/form/input-tel/data/country-iso.enum';