intl-tel-input 25.4.5 → 25.4.7

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.
@@ -1,3 +1,12 @@
1
+ declare module "intl-tel-input/angular.ngtypecheck" {
2
+ export const USED_FOR_NG_TYPE_CHECKING = true;
3
+ }
4
+ declare module "intl-tel-input.ngtypecheck" {
5
+ export const USED_FOR_NG_TYPE_CHECKING = true;
6
+ }
7
+ declare module "intl-tel-input/data.ngtypecheck" {
8
+ export const USED_FOR_NG_TYPE_CHECKING = true;
9
+ }
1
10
  declare module "intl-tel-input/data" {
2
11
  export type Country = {
3
12
  name: string;
@@ -11,6 +20,9 @@ declare module "intl-tel-input/data" {
11
20
  const allCountries: Country[];
12
21
  export default allCountries;
13
22
  }
23
+ declare module "intl-tel-input/i18n/types.ngtypecheck" {
24
+ export const USED_FOR_NG_TYPE_CHECKING = true;
25
+ }
14
26
  declare module "intl-tel-input/i18n/types" {
15
27
  export type I18n = {
16
28
  af?: string;
@@ -267,11 +279,20 @@ declare module "intl-tel-input/i18n/types" {
267
279
  searchResultsText?: (count: number) => string;
268
280
  };
269
281
  }
282
+ declare module "intl-tel-input/i18n/en/index.ngtypecheck" {
283
+ export const USED_FOR_NG_TYPE_CHECKING = true;
284
+ }
285
+ declare module "intl-tel-input/i18n/en/countries.ngtypecheck" {
286
+ export const USED_FOR_NG_TYPE_CHECKING = true;
287
+ }
270
288
  declare module "intl-tel-input/i18n/en/countries" {
271
289
  import { I18n } from "intl-tel-input/i18n/types";
272
290
  const countryTranslations: I18n;
273
291
  export default countryTranslations;
274
292
  }
293
+ declare module "intl-tel-input/i18n/en/interface.ngtypecheck" {
294
+ export const USED_FOR_NG_TYPE_CHECKING = true;
295
+ }
275
296
  declare module "intl-tel-input/i18n/en/interface" {
276
297
  import { I18n } from "intl-tel-input/i18n/types";
277
298
  const interfaceTranslations: I18n;
@@ -525,6 +546,12 @@ declare module "intl-tel-input/angular" {
525
546
  registerOnValidatorChange(fn: () => void): void;
526
547
  }
527
548
  }
549
+ declare module "intl-tel-input/angularWithUtils.ngtypecheck" {
550
+ export const USED_FOR_NG_TYPE_CHECKING = true;
551
+ }
552
+ declare module "intl-tel-input/intlTelInputWithUtils.ngtypecheck" {
553
+ export const USED_FOR_NG_TYPE_CHECKING = true;
554
+ }
528
555
  declare module "intl-tel-input/utils" {
529
556
  export default utils;
530
557
  const utils: any;
@@ -572,11 +599,23 @@ declare module "intl-tel-input/angularWithUtils" {
572
599
  registerOnValidatorChange(fn: () => void): void;
573
600
  }
574
601
  }
602
+ declare module "intl-tel-input/i18n/index.ngtypecheck" {
603
+ export const USED_FOR_NG_TYPE_CHECKING = true;
604
+ }
605
+ declare module "intl-tel-input/i18n/ar/index.ngtypecheck" {
606
+ export const USED_FOR_NG_TYPE_CHECKING = true;
607
+ }
608
+ declare module "intl-tel-input/i18n/ar/countries.ngtypecheck" {
609
+ export const USED_FOR_NG_TYPE_CHECKING = true;
610
+ }
575
611
  declare module "intl-tel-input/i18n/ar/countries" {
576
612
  import { I18n } from "intl-tel-input/i18n/types";
577
613
  const countryTranslations: I18n;
578
614
  export default countryTranslations;
579
615
  }
616
+ declare module "intl-tel-input/i18n/ar/interface.ngtypecheck" {
617
+ export const USED_FOR_NG_TYPE_CHECKING = true;
618
+ }
580
619
  declare module "intl-tel-input/i18n/ar/interface" {
581
620
  import { I18n } from "intl-tel-input/i18n/types";
582
621
  const interfaceTranslations: I18n;
@@ -590,11 +629,20 @@ declare module "intl-tel-input/i18n/ar" {
590
629
  const allTranslations: I18n;
591
630
  export default allTranslations;
592
631
  }
632
+ declare module "intl-tel-input/i18n/bg/index.ngtypecheck" {
633
+ export const USED_FOR_NG_TYPE_CHECKING = true;
634
+ }
635
+ declare module "intl-tel-input/i18n/bg/countries.ngtypecheck" {
636
+ export const USED_FOR_NG_TYPE_CHECKING = true;
637
+ }
593
638
  declare module "intl-tel-input/i18n/bg/countries" {
594
639
  import { I18n } from "intl-tel-input/i18n/types";
595
640
  const countryTranslations: I18n;
596
641
  export default countryTranslations;
597
642
  }
643
+ declare module "intl-tel-input/i18n/bg/interface.ngtypecheck" {
644
+ export const USED_FOR_NG_TYPE_CHECKING = true;
645
+ }
598
646
  declare module "intl-tel-input/i18n/bg/interface" {
599
647
  import { I18n } from "intl-tel-input/i18n/types";
600
648
  const interfaceTranslations: I18n;
@@ -608,11 +656,20 @@ declare module "intl-tel-input/i18n/bg" {
608
656
  const allTranslations: I18n;
609
657
  export default allTranslations;
610
658
  }
659
+ declare module "intl-tel-input/i18n/bn/index.ngtypecheck" {
660
+ export const USED_FOR_NG_TYPE_CHECKING = true;
661
+ }
662
+ declare module "intl-tel-input/i18n/bn/countries.ngtypecheck" {
663
+ export const USED_FOR_NG_TYPE_CHECKING = true;
664
+ }
611
665
  declare module "intl-tel-input/i18n/bn/countries" {
612
666
  import { I18n } from "intl-tel-input/i18n/types";
613
667
  const countryTranslations: I18n;
614
668
  export default countryTranslations;
615
669
  }
670
+ declare module "intl-tel-input/i18n/bn/interface.ngtypecheck" {
671
+ export const USED_FOR_NG_TYPE_CHECKING = true;
672
+ }
616
673
  declare module "intl-tel-input/i18n/bn/interface" {
617
674
  import { I18n } from "intl-tel-input/i18n/types";
618
675
  const interfaceTranslations: I18n;
@@ -626,11 +683,20 @@ declare module "intl-tel-input/i18n/bn" {
626
683
  const allTranslations: I18n;
627
684
  export default allTranslations;
628
685
  }
686
+ declare module "intl-tel-input/i18n/bs/index.ngtypecheck" {
687
+ export const USED_FOR_NG_TYPE_CHECKING = true;
688
+ }
689
+ declare module "intl-tel-input/i18n/bs/countries.ngtypecheck" {
690
+ export const USED_FOR_NG_TYPE_CHECKING = true;
691
+ }
629
692
  declare module "intl-tel-input/i18n/bs/countries" {
630
693
  import { I18n } from "intl-tel-input/i18n/types";
631
694
  const countryTranslations: I18n;
632
695
  export default countryTranslations;
633
696
  }
697
+ declare module "intl-tel-input/i18n/bs/interface.ngtypecheck" {
698
+ export const USED_FOR_NG_TYPE_CHECKING = true;
699
+ }
634
700
  declare module "intl-tel-input/i18n/bs/interface" {
635
701
  import { I18n } from "intl-tel-input/i18n/types";
636
702
  const interfaceTranslations: I18n;
@@ -644,11 +710,20 @@ declare module "intl-tel-input/i18n/bs" {
644
710
  const allTranslations: I18n;
645
711
  export default allTranslations;
646
712
  }
713
+ declare module "intl-tel-input/i18n/ca/index.ngtypecheck" {
714
+ export const USED_FOR_NG_TYPE_CHECKING = true;
715
+ }
716
+ declare module "intl-tel-input/i18n/ca/countries.ngtypecheck" {
717
+ export const USED_FOR_NG_TYPE_CHECKING = true;
718
+ }
647
719
  declare module "intl-tel-input/i18n/ca/countries" {
648
720
  import { I18n } from "intl-tel-input/i18n/types";
649
721
  const countryTranslations: I18n;
650
722
  export default countryTranslations;
651
723
  }
724
+ declare module "intl-tel-input/i18n/ca/interface.ngtypecheck" {
725
+ export const USED_FOR_NG_TYPE_CHECKING = true;
726
+ }
652
727
  declare module "intl-tel-input/i18n/ca/interface" {
653
728
  import { I18n } from "intl-tel-input/i18n/types";
654
729
  const interfaceTranslations: I18n;
@@ -662,11 +737,20 @@ declare module "intl-tel-input/i18n/ca" {
662
737
  const allTranslations: I18n;
663
738
  export default allTranslations;
664
739
  }
740
+ declare module "intl-tel-input/i18n/cs/index.ngtypecheck" {
741
+ export const USED_FOR_NG_TYPE_CHECKING = true;
742
+ }
743
+ declare module "intl-tel-input/i18n/cs/countries.ngtypecheck" {
744
+ export const USED_FOR_NG_TYPE_CHECKING = true;
745
+ }
665
746
  declare module "intl-tel-input/i18n/cs/countries" {
666
747
  import { I18n } from "intl-tel-input/i18n/types";
667
748
  const countryTranslations: I18n;
668
749
  export default countryTranslations;
669
750
  }
751
+ declare module "intl-tel-input/i18n/cs/interface.ngtypecheck" {
752
+ export const USED_FOR_NG_TYPE_CHECKING = true;
753
+ }
670
754
  declare module "intl-tel-input/i18n/cs/interface" {
671
755
  import { I18n } from "intl-tel-input/i18n/types";
672
756
  const interfaceTranslations: I18n;
@@ -680,11 +764,20 @@ declare module "intl-tel-input/i18n/cs" {
680
764
  const allTranslations: I18n;
681
765
  export default allTranslations;
682
766
  }
767
+ declare module "intl-tel-input/i18n/da/index.ngtypecheck" {
768
+ export const USED_FOR_NG_TYPE_CHECKING = true;
769
+ }
770
+ declare module "intl-tel-input/i18n/da/countries.ngtypecheck" {
771
+ export const USED_FOR_NG_TYPE_CHECKING = true;
772
+ }
683
773
  declare module "intl-tel-input/i18n/da/countries" {
684
774
  import { I18n } from "intl-tel-input/i18n/types";
685
775
  const countryTranslations: I18n;
686
776
  export default countryTranslations;
687
777
  }
778
+ declare module "intl-tel-input/i18n/da/interface.ngtypecheck" {
779
+ export const USED_FOR_NG_TYPE_CHECKING = true;
780
+ }
688
781
  declare module "intl-tel-input/i18n/da/interface" {
689
782
  import { I18n } from "intl-tel-input/i18n/types";
690
783
  const interfaceTranslations: I18n;
@@ -698,11 +791,20 @@ declare module "intl-tel-input/i18n/da" {
698
791
  const allTranslations: I18n;
699
792
  export default allTranslations;
700
793
  }
794
+ declare module "intl-tel-input/i18n/de/index.ngtypecheck" {
795
+ export const USED_FOR_NG_TYPE_CHECKING = true;
796
+ }
797
+ declare module "intl-tel-input/i18n/de/countries.ngtypecheck" {
798
+ export const USED_FOR_NG_TYPE_CHECKING = true;
799
+ }
701
800
  declare module "intl-tel-input/i18n/de/countries" {
702
801
  import { I18n } from "intl-tel-input/i18n/types";
703
802
  const countryTranslations: I18n;
704
803
  export default countryTranslations;
705
804
  }
805
+ declare module "intl-tel-input/i18n/de/interface.ngtypecheck" {
806
+ export const USED_FOR_NG_TYPE_CHECKING = true;
807
+ }
706
808
  declare module "intl-tel-input/i18n/de/interface" {
707
809
  import { I18n } from "intl-tel-input/i18n/types";
708
810
  const interfaceTranslations: I18n;
@@ -716,11 +818,20 @@ declare module "intl-tel-input/i18n/de" {
716
818
  const allTranslations: I18n;
717
819
  export default allTranslations;
718
820
  }
821
+ declare module "intl-tel-input/i18n/ee/index.ngtypecheck" {
822
+ export const USED_FOR_NG_TYPE_CHECKING = true;
823
+ }
824
+ declare module "intl-tel-input/i18n/ee/countries.ngtypecheck" {
825
+ export const USED_FOR_NG_TYPE_CHECKING = true;
826
+ }
719
827
  declare module "intl-tel-input/i18n/ee/countries" {
720
828
  import { I18n } from "intl-tel-input/i18n/types";
721
829
  const countryTranslations: I18n;
722
830
  export default countryTranslations;
723
831
  }
832
+ declare module "intl-tel-input/i18n/ee/interface.ngtypecheck" {
833
+ export const USED_FOR_NG_TYPE_CHECKING = true;
834
+ }
724
835
  declare module "intl-tel-input/i18n/ee/interface" {
725
836
  import { I18n } from "intl-tel-input/i18n/types";
726
837
  const interfaceTranslations: I18n;
@@ -734,11 +845,20 @@ declare module "intl-tel-input/i18n/ee" {
734
845
  const allTranslations: I18n;
735
846
  export default allTranslations;
736
847
  }
848
+ declare module "intl-tel-input/i18n/el/index.ngtypecheck" {
849
+ export const USED_FOR_NG_TYPE_CHECKING = true;
850
+ }
851
+ declare module "intl-tel-input/i18n/el/countries.ngtypecheck" {
852
+ export const USED_FOR_NG_TYPE_CHECKING = true;
853
+ }
737
854
  declare module "intl-tel-input/i18n/el/countries" {
738
855
  import { I18n } from "intl-tel-input/i18n/types";
739
856
  const countryTranslations: I18n;
740
857
  export default countryTranslations;
741
858
  }
859
+ declare module "intl-tel-input/i18n/el/interface.ngtypecheck" {
860
+ export const USED_FOR_NG_TYPE_CHECKING = true;
861
+ }
742
862
  declare module "intl-tel-input/i18n/el/interface" {
743
863
  import { I18n } from "intl-tel-input/i18n/types";
744
864
  const interfaceTranslations: I18n;
@@ -752,11 +872,20 @@ declare module "intl-tel-input/i18n/el" {
752
872
  const allTranslations: I18n;
753
873
  export default allTranslations;
754
874
  }
875
+ declare module "intl-tel-input/i18n/es/index.ngtypecheck" {
876
+ export const USED_FOR_NG_TYPE_CHECKING = true;
877
+ }
878
+ declare module "intl-tel-input/i18n/es/countries.ngtypecheck" {
879
+ export const USED_FOR_NG_TYPE_CHECKING = true;
880
+ }
755
881
  declare module "intl-tel-input/i18n/es/countries" {
756
882
  import { I18n } from "intl-tel-input/i18n/types";
757
883
  const countryTranslations: I18n;
758
884
  export default countryTranslations;
759
885
  }
886
+ declare module "intl-tel-input/i18n/es/interface.ngtypecheck" {
887
+ export const USED_FOR_NG_TYPE_CHECKING = true;
888
+ }
760
889
  declare module "intl-tel-input/i18n/es/interface" {
761
890
  import { I18n } from "intl-tel-input/i18n/types";
762
891
  const interfaceTranslations: I18n;
@@ -770,11 +899,20 @@ declare module "intl-tel-input/i18n/es" {
770
899
  const allTranslations: I18n;
771
900
  export default allTranslations;
772
901
  }
902
+ declare module "intl-tel-input/i18n/fa/index.ngtypecheck" {
903
+ export const USED_FOR_NG_TYPE_CHECKING = true;
904
+ }
905
+ declare module "intl-tel-input/i18n/fa/countries.ngtypecheck" {
906
+ export const USED_FOR_NG_TYPE_CHECKING = true;
907
+ }
773
908
  declare module "intl-tel-input/i18n/fa/countries" {
774
909
  import { I18n } from "intl-tel-input/i18n/types";
775
910
  const countryTranslations: I18n;
776
911
  export default countryTranslations;
777
912
  }
913
+ declare module "intl-tel-input/i18n/fa/interface.ngtypecheck" {
914
+ export const USED_FOR_NG_TYPE_CHECKING = true;
915
+ }
778
916
  declare module "intl-tel-input/i18n/fa/interface" {
779
917
  import { I18n } from "intl-tel-input/i18n/types";
780
918
  const interfaceTranslations: I18n;
@@ -788,11 +926,20 @@ declare module "intl-tel-input/i18n/fa" {
788
926
  const allTranslations: I18n;
789
927
  export default allTranslations;
790
928
  }
929
+ declare module "intl-tel-input/i18n/fi/index.ngtypecheck" {
930
+ export const USED_FOR_NG_TYPE_CHECKING = true;
931
+ }
932
+ declare module "intl-tel-input/i18n/fi/countries.ngtypecheck" {
933
+ export const USED_FOR_NG_TYPE_CHECKING = true;
934
+ }
791
935
  declare module "intl-tel-input/i18n/fi/countries" {
792
936
  import { I18n } from "intl-tel-input/i18n/types";
793
937
  const countryTranslations: I18n;
794
938
  export default countryTranslations;
795
939
  }
940
+ declare module "intl-tel-input/i18n/fi/interface.ngtypecheck" {
941
+ export const USED_FOR_NG_TYPE_CHECKING = true;
942
+ }
796
943
  declare module "intl-tel-input/i18n/fi/interface" {
797
944
  import { I18n } from "intl-tel-input/i18n/types";
798
945
  const interfaceTranslations: I18n;
@@ -806,11 +953,20 @@ declare module "intl-tel-input/i18n/fi" {
806
953
  const allTranslations: I18n;
807
954
  export default allTranslations;
808
955
  }
956
+ declare module "intl-tel-input/i18n/fr/index.ngtypecheck" {
957
+ export const USED_FOR_NG_TYPE_CHECKING = true;
958
+ }
959
+ declare module "intl-tel-input/i18n/fr/countries.ngtypecheck" {
960
+ export const USED_FOR_NG_TYPE_CHECKING = true;
961
+ }
809
962
  declare module "intl-tel-input/i18n/fr/countries" {
810
963
  import { I18n } from "intl-tel-input/i18n/types";
811
964
  const countryTranslations: I18n;
812
965
  export default countryTranslations;
813
966
  }
967
+ declare module "intl-tel-input/i18n/fr/interface.ngtypecheck" {
968
+ export const USED_FOR_NG_TYPE_CHECKING = true;
969
+ }
814
970
  declare module "intl-tel-input/i18n/fr/interface" {
815
971
  import { I18n } from "intl-tel-input/i18n/types";
816
972
  const interfaceTranslations: I18n;
@@ -824,11 +980,20 @@ declare module "intl-tel-input/i18n/fr" {
824
980
  const allTranslations: I18n;
825
981
  export default allTranslations;
826
982
  }
983
+ declare module "intl-tel-input/i18n/hi/index.ngtypecheck" {
984
+ export const USED_FOR_NG_TYPE_CHECKING = true;
985
+ }
986
+ declare module "intl-tel-input/i18n/hi/countries.ngtypecheck" {
987
+ export const USED_FOR_NG_TYPE_CHECKING = true;
988
+ }
827
989
  declare module "intl-tel-input/i18n/hi/countries" {
828
990
  import { I18n } from "intl-tel-input/i18n/types";
829
991
  const countryTranslations: I18n;
830
992
  export default countryTranslations;
831
993
  }
994
+ declare module "intl-tel-input/i18n/hi/interface.ngtypecheck" {
995
+ export const USED_FOR_NG_TYPE_CHECKING = true;
996
+ }
832
997
  declare module "intl-tel-input/i18n/hi/interface" {
833
998
  import { I18n } from "intl-tel-input/i18n/types";
834
999
  const interfaceTranslations: I18n;
@@ -842,11 +1007,20 @@ declare module "intl-tel-input/i18n/hi" {
842
1007
  const allTranslations: I18n;
843
1008
  export default allTranslations;
844
1009
  }
1010
+ declare module "intl-tel-input/i18n/hr/index.ngtypecheck" {
1011
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1012
+ }
1013
+ declare module "intl-tel-input/i18n/hr/countries.ngtypecheck" {
1014
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1015
+ }
845
1016
  declare module "intl-tel-input/i18n/hr/countries" {
846
1017
  import { I18n } from "intl-tel-input/i18n/types";
847
1018
  const countryTranslations: I18n;
848
1019
  export default countryTranslations;
849
1020
  }
1021
+ declare module "intl-tel-input/i18n/hr/interface.ngtypecheck" {
1022
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1023
+ }
850
1024
  declare module "intl-tel-input/i18n/hr/interface" {
851
1025
  import { I18n } from "intl-tel-input/i18n/types";
852
1026
  const interfaceTranslations: I18n;
@@ -860,11 +1034,20 @@ declare module "intl-tel-input/i18n/hr" {
860
1034
  const allTranslations: I18n;
861
1035
  export default allTranslations;
862
1036
  }
1037
+ declare module "intl-tel-input/i18n/hu/index.ngtypecheck" {
1038
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1039
+ }
1040
+ declare module "intl-tel-input/i18n/hu/countries.ngtypecheck" {
1041
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1042
+ }
863
1043
  declare module "intl-tel-input/i18n/hu/countries" {
864
1044
  import { I18n } from "intl-tel-input/i18n/types";
865
1045
  const countryTranslations: I18n;
866
1046
  export default countryTranslations;
867
1047
  }
1048
+ declare module "intl-tel-input/i18n/hu/interface.ngtypecheck" {
1049
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1050
+ }
868
1051
  declare module "intl-tel-input/i18n/hu/interface" {
869
1052
  import { I18n } from "intl-tel-input/i18n/types";
870
1053
  const interfaceTranslations: I18n;
@@ -878,11 +1061,20 @@ declare module "intl-tel-input/i18n/hu" {
878
1061
  const allTranslations: I18n;
879
1062
  export default allTranslations;
880
1063
  }
1064
+ declare module "intl-tel-input/i18n/id/index.ngtypecheck" {
1065
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1066
+ }
1067
+ declare module "intl-tel-input/i18n/id/countries.ngtypecheck" {
1068
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1069
+ }
881
1070
  declare module "intl-tel-input/i18n/id/countries" {
882
1071
  import { I18n } from "intl-tel-input/i18n/types";
883
1072
  const countryTranslations: I18n;
884
1073
  export default countryTranslations;
885
1074
  }
1075
+ declare module "intl-tel-input/i18n/id/interface.ngtypecheck" {
1076
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1077
+ }
886
1078
  declare module "intl-tel-input/i18n/id/interface" {
887
1079
  import { I18n } from "intl-tel-input/i18n/types";
888
1080
  const interfaceTranslations: I18n;
@@ -896,11 +1088,20 @@ declare module "intl-tel-input/i18n/id" {
896
1088
  const allTranslations: I18n;
897
1089
  export default allTranslations;
898
1090
  }
1091
+ declare module "intl-tel-input/i18n/it/index.ngtypecheck" {
1092
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1093
+ }
1094
+ declare module "intl-tel-input/i18n/it/countries.ngtypecheck" {
1095
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1096
+ }
899
1097
  declare module "intl-tel-input/i18n/it/countries" {
900
1098
  import { I18n } from "intl-tel-input/i18n/types";
901
1099
  const countryTranslations: I18n;
902
1100
  export default countryTranslations;
903
1101
  }
1102
+ declare module "intl-tel-input/i18n/it/interface.ngtypecheck" {
1103
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1104
+ }
904
1105
  declare module "intl-tel-input/i18n/it/interface" {
905
1106
  import { I18n } from "intl-tel-input/i18n/types";
906
1107
  const interfaceTranslations: I18n;
@@ -914,11 +1115,20 @@ declare module "intl-tel-input/i18n/it" {
914
1115
  const allTranslations: I18n;
915
1116
  export default allTranslations;
916
1117
  }
1118
+ declare module "intl-tel-input/i18n/ja/index.ngtypecheck" {
1119
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1120
+ }
1121
+ declare module "intl-tel-input/i18n/ja/countries.ngtypecheck" {
1122
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1123
+ }
917
1124
  declare module "intl-tel-input/i18n/ja/countries" {
918
1125
  import { I18n } from "intl-tel-input/i18n/types";
919
1126
  const countryTranslations: I18n;
920
1127
  export default countryTranslations;
921
1128
  }
1129
+ declare module "intl-tel-input/i18n/ja/interface.ngtypecheck" {
1130
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1131
+ }
922
1132
  declare module "intl-tel-input/i18n/ja/interface" {
923
1133
  import { I18n } from "intl-tel-input/i18n/types";
924
1134
  const interfaceTranslations: I18n;
@@ -932,11 +1142,20 @@ declare module "intl-tel-input/i18n/ja" {
932
1142
  const allTranslations: I18n;
933
1143
  export default allTranslations;
934
1144
  }
1145
+ declare module "intl-tel-input/i18n/ko/index.ngtypecheck" {
1146
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1147
+ }
1148
+ declare module "intl-tel-input/i18n/ko/countries.ngtypecheck" {
1149
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1150
+ }
935
1151
  declare module "intl-tel-input/i18n/ko/countries" {
936
1152
  import { I18n } from "intl-tel-input/i18n/types";
937
1153
  const countryTranslations: I18n;
938
1154
  export default countryTranslations;
939
1155
  }
1156
+ declare module "intl-tel-input/i18n/ko/interface.ngtypecheck" {
1157
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1158
+ }
940
1159
  declare module "intl-tel-input/i18n/ko/interface" {
941
1160
  import { I18n } from "intl-tel-input/i18n/types";
942
1161
  const interfaceTranslations: I18n;
@@ -950,11 +1169,20 @@ declare module "intl-tel-input/i18n/ko" {
950
1169
  const allTranslations: I18n;
951
1170
  export default allTranslations;
952
1171
  }
1172
+ declare module "intl-tel-input/i18n/mr/index.ngtypecheck" {
1173
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1174
+ }
1175
+ declare module "intl-tel-input/i18n/mr/countries.ngtypecheck" {
1176
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1177
+ }
953
1178
  declare module "intl-tel-input/i18n/mr/countries" {
954
1179
  import { I18n } from "intl-tel-input/i18n/types";
955
1180
  const countryTranslations: I18n;
956
1181
  export default countryTranslations;
957
1182
  }
1183
+ declare module "intl-tel-input/i18n/mr/interface.ngtypecheck" {
1184
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1185
+ }
958
1186
  declare module "intl-tel-input/i18n/mr/interface" {
959
1187
  import { I18n } from "intl-tel-input/i18n/types";
960
1188
  const interfaceTranslations: I18n;
@@ -968,11 +1196,20 @@ declare module "intl-tel-input/i18n/mr" {
968
1196
  const allTranslations: I18n;
969
1197
  export default allTranslations;
970
1198
  }
1199
+ declare module "intl-tel-input/i18n/nl/index.ngtypecheck" {
1200
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1201
+ }
1202
+ declare module "intl-tel-input/i18n/nl/countries.ngtypecheck" {
1203
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1204
+ }
971
1205
  declare module "intl-tel-input/i18n/nl/countries" {
972
1206
  import { I18n } from "intl-tel-input/i18n/types";
973
1207
  const countryTranslations: I18n;
974
1208
  export default countryTranslations;
975
1209
  }
1210
+ declare module "intl-tel-input/i18n/nl/interface.ngtypecheck" {
1211
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1212
+ }
976
1213
  declare module "intl-tel-input/i18n/nl/interface" {
977
1214
  import { I18n } from "intl-tel-input/i18n/types";
978
1215
  const interfaceTranslations: I18n;
@@ -986,11 +1223,20 @@ declare module "intl-tel-input/i18n/nl" {
986
1223
  const allTranslations: I18n;
987
1224
  export default allTranslations;
988
1225
  }
1226
+ declare module "intl-tel-input/i18n/no/index.ngtypecheck" {
1227
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1228
+ }
1229
+ declare module "intl-tel-input/i18n/no/countries.ngtypecheck" {
1230
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1231
+ }
989
1232
  declare module "intl-tel-input/i18n/no/countries" {
990
1233
  import { I18n } from "intl-tel-input/i18n/types";
991
1234
  const countryTranslations: I18n;
992
1235
  export default countryTranslations;
993
1236
  }
1237
+ declare module "intl-tel-input/i18n/no/interface.ngtypecheck" {
1238
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1239
+ }
994
1240
  declare module "intl-tel-input/i18n/no/interface" {
995
1241
  import { I18n } from "intl-tel-input/i18n/types";
996
1242
  const interfaceTranslations: I18n;
@@ -1004,11 +1250,20 @@ declare module "intl-tel-input/i18n/no" {
1004
1250
  const allTranslations: I18n;
1005
1251
  export default allTranslations;
1006
1252
  }
1253
+ declare module "intl-tel-input/i18n/pl/index.ngtypecheck" {
1254
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1255
+ }
1256
+ declare module "intl-tel-input/i18n/pl/countries.ngtypecheck" {
1257
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1258
+ }
1007
1259
  declare module "intl-tel-input/i18n/pl/countries" {
1008
1260
  import { I18n } from "intl-tel-input/i18n/types";
1009
1261
  const countryTranslations: I18n;
1010
1262
  export default countryTranslations;
1011
1263
  }
1264
+ declare module "intl-tel-input/i18n/pl/interface.ngtypecheck" {
1265
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1266
+ }
1012
1267
  declare module "intl-tel-input/i18n/pl/interface" {
1013
1268
  import { I18n } from "intl-tel-input/i18n/types";
1014
1269
  const interfaceTranslations: I18n;
@@ -1022,11 +1277,20 @@ declare module "intl-tel-input/i18n/pl" {
1022
1277
  const allTranslations: I18n;
1023
1278
  export default allTranslations;
1024
1279
  }
1280
+ declare module "intl-tel-input/i18n/pt/index.ngtypecheck" {
1281
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1282
+ }
1283
+ declare module "intl-tel-input/i18n/pt/countries.ngtypecheck" {
1284
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1285
+ }
1025
1286
  declare module "intl-tel-input/i18n/pt/countries" {
1026
1287
  import { I18n } from "intl-tel-input/i18n/types";
1027
1288
  const countryTranslations: I18n;
1028
1289
  export default countryTranslations;
1029
1290
  }
1291
+ declare module "intl-tel-input/i18n/pt/interface.ngtypecheck" {
1292
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1293
+ }
1030
1294
  declare module "intl-tel-input/i18n/pt/interface" {
1031
1295
  import { I18n } from "intl-tel-input/i18n/types";
1032
1296
  const interfaceTranslations: I18n;
@@ -1040,11 +1304,20 @@ declare module "intl-tel-input/i18n/pt" {
1040
1304
  const allTranslations: I18n;
1041
1305
  export default allTranslations;
1042
1306
  }
1307
+ declare module "intl-tel-input/i18n/ro/index.ngtypecheck" {
1308
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1309
+ }
1310
+ declare module "intl-tel-input/i18n/ro/countries.ngtypecheck" {
1311
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1312
+ }
1043
1313
  declare module "intl-tel-input/i18n/ro/countries" {
1044
1314
  import { I18n } from "intl-tel-input/i18n/types";
1045
1315
  const countryTranslations: I18n;
1046
1316
  export default countryTranslations;
1047
1317
  }
1318
+ declare module "intl-tel-input/i18n/ro/interface.ngtypecheck" {
1319
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1320
+ }
1048
1321
  declare module "intl-tel-input/i18n/ro/interface" {
1049
1322
  import { I18n } from "intl-tel-input/i18n/types";
1050
1323
  const interfaceTranslations: I18n;
@@ -1058,11 +1331,20 @@ declare module "intl-tel-input/i18n/ro" {
1058
1331
  const allTranslations: I18n;
1059
1332
  export default allTranslations;
1060
1333
  }
1334
+ declare module "intl-tel-input/i18n/ru/index.ngtypecheck" {
1335
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1336
+ }
1337
+ declare module "intl-tel-input/i18n/ru/countries.ngtypecheck" {
1338
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1339
+ }
1061
1340
  declare module "intl-tel-input/i18n/ru/countries" {
1062
1341
  import { I18n } from "intl-tel-input/i18n/types";
1063
1342
  const countryTranslations: I18n;
1064
1343
  export default countryTranslations;
1065
1344
  }
1345
+ declare module "intl-tel-input/i18n/ru/interface.ngtypecheck" {
1346
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1347
+ }
1066
1348
  declare module "intl-tel-input/i18n/ru/interface" {
1067
1349
  import { I18n } from "intl-tel-input/i18n/types";
1068
1350
  const interfaceTranslations: I18n;
@@ -1076,11 +1358,20 @@ declare module "intl-tel-input/i18n/ru" {
1076
1358
  const allTranslations: I18n;
1077
1359
  export default allTranslations;
1078
1360
  }
1361
+ declare module "intl-tel-input/i18n/sk/index.ngtypecheck" {
1362
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1363
+ }
1364
+ declare module "intl-tel-input/i18n/sk/countries.ngtypecheck" {
1365
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1366
+ }
1079
1367
  declare module "intl-tel-input/i18n/sk/countries" {
1080
1368
  import { I18n } from "intl-tel-input/i18n/types";
1081
1369
  const countryTranslations: I18n;
1082
1370
  export default countryTranslations;
1083
1371
  }
1372
+ declare module "intl-tel-input/i18n/sk/interface.ngtypecheck" {
1373
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1374
+ }
1084
1375
  declare module "intl-tel-input/i18n/sk/interface" {
1085
1376
  import { I18n } from "intl-tel-input/i18n/types";
1086
1377
  const interfaceTranslations: I18n;
@@ -1094,11 +1385,20 @@ declare module "intl-tel-input/i18n/sk" {
1094
1385
  const allTranslations: I18n;
1095
1386
  export default allTranslations;
1096
1387
  }
1388
+ declare module "intl-tel-input/i18n/sv/index.ngtypecheck" {
1389
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1390
+ }
1391
+ declare module "intl-tel-input/i18n/sv/countries.ngtypecheck" {
1392
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1393
+ }
1097
1394
  declare module "intl-tel-input/i18n/sv/countries" {
1098
1395
  import { I18n } from "intl-tel-input/i18n/types";
1099
1396
  const countryTranslations: I18n;
1100
1397
  export default countryTranslations;
1101
1398
  }
1399
+ declare module "intl-tel-input/i18n/sv/interface.ngtypecheck" {
1400
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1401
+ }
1102
1402
  declare module "intl-tel-input/i18n/sv/interface" {
1103
1403
  import { I18n } from "intl-tel-input/i18n/types";
1104
1404
  const interfaceTranslations: I18n;
@@ -1112,11 +1412,20 @@ declare module "intl-tel-input/i18n/sv" {
1112
1412
  const allTranslations: I18n;
1113
1413
  export default allTranslations;
1114
1414
  }
1415
+ declare module "intl-tel-input/i18n/te/index.ngtypecheck" {
1416
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1417
+ }
1418
+ declare module "intl-tel-input/i18n/te/countries.ngtypecheck" {
1419
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1420
+ }
1115
1421
  declare module "intl-tel-input/i18n/te/countries" {
1116
1422
  import { I18n } from "intl-tel-input/i18n/types";
1117
1423
  const countryTranslations: I18n;
1118
1424
  export default countryTranslations;
1119
1425
  }
1426
+ declare module "intl-tel-input/i18n/te/interface.ngtypecheck" {
1427
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1428
+ }
1120
1429
  declare module "intl-tel-input/i18n/te/interface" {
1121
1430
  import { I18n } from "intl-tel-input/i18n/types";
1122
1431
  const interfaceTranslations: I18n;
@@ -1130,11 +1439,20 @@ declare module "intl-tel-input/i18n/te" {
1130
1439
  const allTranslations: I18n;
1131
1440
  export default allTranslations;
1132
1441
  }
1442
+ declare module "intl-tel-input/i18n/th/index.ngtypecheck" {
1443
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1444
+ }
1445
+ declare module "intl-tel-input/i18n/th/countries.ngtypecheck" {
1446
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1447
+ }
1133
1448
  declare module "intl-tel-input/i18n/th/countries" {
1134
1449
  import { I18n } from "intl-tel-input/i18n/types";
1135
1450
  const countryTranslations: I18n;
1136
1451
  export default countryTranslations;
1137
1452
  }
1453
+ declare module "intl-tel-input/i18n/th/interface.ngtypecheck" {
1454
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1455
+ }
1138
1456
  declare module "intl-tel-input/i18n/th/interface" {
1139
1457
  import { I18n } from "intl-tel-input/i18n/types";
1140
1458
  const interfaceTranslations: I18n;
@@ -1148,11 +1466,20 @@ declare module "intl-tel-input/i18n/th" {
1148
1466
  const allTranslations: I18n;
1149
1467
  export default allTranslations;
1150
1468
  }
1469
+ declare module "intl-tel-input/i18n/tr/index.ngtypecheck" {
1470
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1471
+ }
1472
+ declare module "intl-tel-input/i18n/tr/countries.ngtypecheck" {
1473
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1474
+ }
1151
1475
  declare module "intl-tel-input/i18n/tr/countries" {
1152
1476
  import { I18n } from "intl-tel-input/i18n/types";
1153
1477
  const countryTranslations: I18n;
1154
1478
  export default countryTranslations;
1155
1479
  }
1480
+ declare module "intl-tel-input/i18n/tr/interface.ngtypecheck" {
1481
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1482
+ }
1156
1483
  declare module "intl-tel-input/i18n/tr/interface" {
1157
1484
  import { I18n } from "intl-tel-input/i18n/types";
1158
1485
  const interfaceTranslations: I18n;
@@ -1166,11 +1493,20 @@ declare module "intl-tel-input/i18n/tr" {
1166
1493
  const allTranslations: I18n;
1167
1494
  export default allTranslations;
1168
1495
  }
1496
+ declare module "intl-tel-input/i18n/uk/index.ngtypecheck" {
1497
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1498
+ }
1499
+ declare module "intl-tel-input/i18n/uk/countries.ngtypecheck" {
1500
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1501
+ }
1169
1502
  declare module "intl-tel-input/i18n/uk/countries" {
1170
1503
  import { I18n } from "intl-tel-input/i18n/types";
1171
1504
  const countryTranslations: I18n;
1172
1505
  export default countryTranslations;
1173
1506
  }
1507
+ declare module "intl-tel-input/i18n/uk/interface.ngtypecheck" {
1508
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1509
+ }
1174
1510
  declare module "intl-tel-input/i18n/uk/interface" {
1175
1511
  import { I18n } from "intl-tel-input/i18n/types";
1176
1512
  const interfaceTranslations: I18n;
@@ -1184,11 +1520,20 @@ declare module "intl-tel-input/i18n/uk" {
1184
1520
  const allTranslations: I18n;
1185
1521
  export default allTranslations;
1186
1522
  }
1523
+ declare module "intl-tel-input/i18n/ur/index.ngtypecheck" {
1524
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1525
+ }
1526
+ declare module "intl-tel-input/i18n/ur/countries.ngtypecheck" {
1527
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1528
+ }
1187
1529
  declare module "intl-tel-input/i18n/ur/countries" {
1188
1530
  import { I18n } from "intl-tel-input/i18n/types";
1189
1531
  const countryTranslations: I18n;
1190
1532
  export default countryTranslations;
1191
1533
  }
1534
+ declare module "intl-tel-input/i18n/ur/interface.ngtypecheck" {
1535
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1536
+ }
1192
1537
  declare module "intl-tel-input/i18n/ur/interface" {
1193
1538
  import { I18n } from "intl-tel-input/i18n/types";
1194
1539
  const interfaceTranslations: I18n;
@@ -1202,11 +1547,20 @@ declare module "intl-tel-input/i18n/ur" {
1202
1547
  const allTranslations: I18n;
1203
1548
  export default allTranslations;
1204
1549
  }
1550
+ declare module "intl-tel-input/i18n/uz/index.ngtypecheck" {
1551
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1552
+ }
1553
+ declare module "intl-tel-input/i18n/uz/countries.ngtypecheck" {
1554
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1555
+ }
1205
1556
  declare module "intl-tel-input/i18n/uz/countries" {
1206
1557
  import { I18n } from "intl-tel-input/i18n/types";
1207
1558
  const countryTranslations: I18n;
1208
1559
  export default countryTranslations;
1209
1560
  }
1561
+ declare module "intl-tel-input/i18n/uz/interface.ngtypecheck" {
1562
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1563
+ }
1210
1564
  declare module "intl-tel-input/i18n/uz/interface" {
1211
1565
  import { I18n } from "intl-tel-input/i18n/types";
1212
1566
  const interfaceTranslations: I18n;
@@ -1220,11 +1574,20 @@ declare module "intl-tel-input/i18n/uz" {
1220
1574
  const allTranslations: I18n;
1221
1575
  export default allTranslations;
1222
1576
  }
1577
+ declare module "intl-tel-input/i18n/vi/index.ngtypecheck" {
1578
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1579
+ }
1580
+ declare module "intl-tel-input/i18n/vi/countries.ngtypecheck" {
1581
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1582
+ }
1223
1583
  declare module "intl-tel-input/i18n/vi/countries" {
1224
1584
  import { I18n } from "intl-tel-input/i18n/types";
1225
1585
  const countryTranslations: I18n;
1226
1586
  export default countryTranslations;
1227
1587
  }
1588
+ declare module "intl-tel-input/i18n/vi/interface.ngtypecheck" {
1589
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1590
+ }
1228
1591
  declare module "intl-tel-input/i18n/vi/interface" {
1229
1592
  import { I18n } from "intl-tel-input/i18n/types";
1230
1593
  const interfaceTranslations: I18n;
@@ -1238,11 +1601,20 @@ declare module "intl-tel-input/i18n/vi" {
1238
1601
  const allTranslations: I18n;
1239
1602
  export default allTranslations;
1240
1603
  }
1604
+ declare module "intl-tel-input/i18n/zh/index.ngtypecheck" {
1605
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1606
+ }
1607
+ declare module "intl-tel-input/i18n/zh/countries.ngtypecheck" {
1608
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1609
+ }
1241
1610
  declare module "intl-tel-input/i18n/zh/countries" {
1242
1611
  import { I18n } from "intl-tel-input/i18n/types";
1243
1612
  const countryTranslations: I18n;
1244
1613
  export default countryTranslations;
1245
1614
  }
1615
+ declare module "intl-tel-input/i18n/zh/interface.ngtypecheck" {
1616
+ export const USED_FOR_NG_TYPE_CHECKING = true;
1617
+ }
1246
1618
  declare module "intl-tel-input/i18n/zh/interface" {
1247
1619
  import { I18n } from "intl-tel-input/i18n/types";
1248
1620
  const interfaceTranslations: I18n;