monkey-style-guide-v2 0.0.42 → 0.0.43
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/fesm2022/monkey-style-guide-v2.mjs +8 -8
- package/fesm2022/monkey-style-guide-v2.mjs.map +1 -1
- package/lib/components/input-phone/input-phone.component.d.ts +2 -1
- package/lib/tokens/index.d.ts +1 -1
- package/monkey-style-guide-v2-0.0.43.tgz +0 -0
- package/package.json +1 -1
- package/monkey-style-guide-v2-0.0.42.tgz +0 -0
|
@@ -4,6 +4,7 @@ import { Subject } from 'rxjs';
|
|
|
4
4
|
import { MonkeyFormFieldControl } from '../form-field';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
interface Country {
|
|
7
|
+
iso: string;
|
|
7
8
|
code: string;
|
|
8
9
|
name: string;
|
|
9
10
|
flag: string;
|
|
@@ -23,7 +24,7 @@ export declare class MonkeyInputPhoneComponent implements MonkeyFormFieldControl
|
|
|
23
24
|
constructor();
|
|
24
25
|
ngControl: NgControl | null;
|
|
25
26
|
private readonly idGenerator;
|
|
26
|
-
private readonly
|
|
27
|
+
private readonly countryIsoCode;
|
|
27
28
|
private readonly locale;
|
|
28
29
|
readonly id: string;
|
|
29
30
|
readonly inputId: string;
|
package/lib/tokens/index.d.ts
CHANGED
|
@@ -7,4 +7,4 @@ import { InjectionToken } from '@angular/core';
|
|
|
7
7
|
import { BehaviorSubject } from 'rxjs';
|
|
8
8
|
export declare const MECX_I18N_WRAPPER: InjectionToken<BehaviorSubject<string>>;
|
|
9
9
|
export declare const MECX_POPOVER_OPTIONS: InjectionToken<unknown>;
|
|
10
|
-
export declare const
|
|
10
|
+
export declare const MECX_COUNTRY_ISO_CODE: InjectionToken<string>;
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|