konsolpro-custom-ui 0.0.352 → 0.0.353
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.
|
@@ -18,7 +18,7 @@ const M = {
|
|
|
18
18
|
AZ: ["+\\9\\94-##-###-##-##"],
|
|
19
19
|
BA: ["+387-##-#####", "+387-##-####"],
|
|
20
20
|
BB: ["+1 (###) ###-####"],
|
|
21
|
-
BD: ["+880
|
|
21
|
+
BD: ["+880-##-####-####"],
|
|
22
22
|
BE: ["+32 (###) ###-###"],
|
|
23
23
|
BF: ["+226-##-##-####"],
|
|
24
24
|
BG: ["+35\\9 (###) ###-###"],
|
|
@@ -18,7 +18,7 @@ export declare const PHONE_MASKS: {
|
|
|
18
18
|
readonly AZ: readonly ["+\\9\\94-##-###-##-##"];
|
|
19
19
|
readonly BA: readonly ["+387-##-#####", "+387-##-####"];
|
|
20
20
|
readonly BB: readonly ["+1 (###) ###-####"];
|
|
21
|
-
readonly BD: readonly ["+880
|
|
21
|
+
readonly BD: readonly ["+880-##-####-####"];
|
|
22
22
|
readonly BE: readonly ["+32 (###) ###-###"];
|
|
23
23
|
readonly BF: readonly ["+226-##-##-####"];
|
|
24
24
|
readonly BG: readonly ["+35\\9 (###) ###-###"];
|