intl-tel-input 26.0.0-beta.0 → 26.0.1

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.
Files changed (206) hide show
  1. package/README.md +26 -20
  2. package/angular/README.md +1 -1
  3. package/angular/build/IntlTelInput.js +1 -1
  4. package/angular/build/IntlTelInputWithUtils.js +125 -186
  5. package/angular/build/types/intl-tel-input/i18n/index.d.ts +1 -0
  6. package/angular/build/types/intl-tel-input/i18n/zh-hk/index.d.ts +3 -0
  7. package/build/js/data.js +1 -1
  8. package/build/js/data.min.js +1 -1
  9. package/build/js/i18n/ar/countries.js +245 -0
  10. package/build/js/i18n/ar/index.js +1 -0
  11. package/build/js/i18n/ar/interface.js +23 -0
  12. package/build/js/i18n/bg/countries.js +245 -0
  13. package/build/js/i18n/bg/index.js +1 -0
  14. package/build/js/i18n/bg/interface.js +13 -0
  15. package/build/js/i18n/bn/countries.js +245 -0
  16. package/build/js/i18n/bn/index.js +1 -0
  17. package/build/js/i18n/bn/interface.js +13 -0
  18. package/build/js/i18n/bs/countries.js +245 -0
  19. package/build/js/i18n/bs/index.js +1 -0
  20. package/build/js/i18n/bs/interface.js +20 -0
  21. package/build/js/i18n/ca/countries.js +245 -0
  22. package/build/js/i18n/ca/index.js +1 -0
  23. package/build/js/i18n/ca/interface.js +13 -0
  24. package/build/js/i18n/cs/countries.js +245 -0
  25. package/build/js/i18n/cs/index.js +1 -0
  26. package/build/js/i18n/cs/interface.js +20 -0
  27. package/build/js/i18n/da/countries.js +245 -0
  28. package/build/js/i18n/da/index.js +1 -0
  29. package/build/js/i18n/da/interface.js +13 -0
  30. package/build/js/i18n/de/countries.js +245 -0
  31. package/build/js/i18n/de/index.js +1 -0
  32. package/build/js/i18n/de/interface.js +13 -0
  33. package/build/js/i18n/ee/countries.js +245 -0
  34. package/build/js/i18n/ee/index.js +1 -0
  35. package/build/js/i18n/ee/interface.js +13 -0
  36. package/build/js/i18n/el/countries.js +245 -0
  37. package/build/js/i18n/el/index.js +1 -0
  38. package/build/js/i18n/el/interface.js +13 -0
  39. package/build/js/i18n/en/countries.js +245 -0
  40. package/build/js/i18n/en/interface.js +14 -0
  41. package/build/js/i18n/es/countries.js +245 -0
  42. package/build/js/i18n/es/index.js +1 -0
  43. package/build/js/i18n/es/interface.js +13 -0
  44. package/build/js/i18n/fa/countries.js +245 -0
  45. package/build/js/i18n/fa/index.js +1 -0
  46. package/build/js/i18n/fa/interface.js +13 -0
  47. package/build/js/i18n/fi/countries.js +245 -0
  48. package/build/js/i18n/fi/index.js +1 -0
  49. package/build/js/i18n/fi/interface.js +13 -0
  50. package/build/js/i18n/fr/countries.js +245 -0
  51. package/build/js/i18n/fr/index.js +1 -0
  52. package/build/js/i18n/fr/interface.js +13 -0
  53. package/build/js/i18n/hi/countries.js +245 -0
  54. package/build/js/i18n/hi/index.js +1 -0
  55. package/build/js/i18n/hi/interface.js +13 -0
  56. package/build/js/i18n/hr/countries.js +245 -0
  57. package/build/js/i18n/hr/index.js +1 -0
  58. package/build/js/i18n/hr/interface.js +20 -0
  59. package/build/js/i18n/hu/countries.js +245 -0
  60. package/build/js/i18n/hu/index.js +1 -0
  61. package/build/js/i18n/hu/interface.js +13 -0
  62. package/build/js/i18n/id/countries.js +245 -0
  63. package/build/js/i18n/id/index.js +1 -0
  64. package/build/js/i18n/id/interface.js +13 -0
  65. package/build/js/i18n/index.js +1 -0
  66. package/build/js/i18n/it/countries.js +245 -0
  67. package/build/js/i18n/it/index.js +1 -0
  68. package/build/js/i18n/it/interface.js +13 -0
  69. package/build/js/i18n/ja/countries.js +245 -0
  70. package/build/js/i18n/ja/index.js +1 -0
  71. package/build/js/i18n/ja/interface.js +13 -0
  72. package/build/js/i18n/ko/countries.js +245 -0
  73. package/build/js/i18n/ko/index.js +1 -0
  74. package/build/js/i18n/ko/interface.js +13 -0
  75. package/build/js/i18n/lt/countries.js +245 -0
  76. package/build/js/i18n/lt/interface.js +26 -0
  77. package/build/js/i18n/mr/countries.js +245 -0
  78. package/build/js/i18n/mr/index.js +1 -0
  79. package/build/js/i18n/mr/interface.js +13 -0
  80. package/build/js/i18n/nl/countries.js +245 -0
  81. package/build/js/i18n/nl/index.js +1 -0
  82. package/build/js/i18n/nl/interface.js +13 -0
  83. package/build/js/i18n/no/countries.js +245 -0
  84. package/build/js/i18n/no/index.js +1 -0
  85. package/build/js/i18n/no/interface.js +13 -0
  86. package/build/js/i18n/pl/countries.js +245 -0
  87. package/build/js/i18n/pl/index.js +1 -0
  88. package/build/js/i18n/pl/interface.js +19 -0
  89. package/build/js/i18n/pt/countries.js +245 -0
  90. package/build/js/i18n/pt/index.js +1 -0
  91. package/build/js/i18n/pt/interface.js +13 -0
  92. package/build/js/i18n/ro/countries.js +245 -0
  93. package/build/js/i18n/ro/index.js +1 -0
  94. package/build/js/i18n/ro/interface.js +18 -0
  95. package/build/js/i18n/ru/countries.js +245 -0
  96. package/build/js/i18n/ru/index.js +1 -0
  97. package/build/js/i18n/ru/interface.js +20 -0
  98. package/build/js/i18n/sk/countries.js +245 -0
  99. package/build/js/i18n/sk/index.js +1 -0
  100. package/build/js/i18n/sk/interface.js +20 -0
  101. package/build/js/i18n/sl/countries.js +245 -0
  102. package/build/js/i18n/sl/interface.js +25 -0
  103. package/build/js/i18n/sq/countries.js +245 -0
  104. package/build/js/i18n/sq/interface.js +14 -0
  105. package/build/js/i18n/sr/countries.js +245 -0
  106. package/build/js/i18n/sr/interface.js +21 -0
  107. package/build/js/i18n/sv/countries.js +245 -0
  108. package/build/js/i18n/sv/index.js +1 -0
  109. package/build/js/i18n/sv/interface.js +13 -0
  110. package/build/js/i18n/te/countries.js +245 -0
  111. package/build/js/i18n/te/index.js +1 -0
  112. package/build/js/i18n/te/interface.js +13 -0
  113. package/build/js/i18n/th/countries.js +245 -0
  114. package/build/js/i18n/th/index.js +1 -0
  115. package/build/js/i18n/th/interface.js +13 -0
  116. package/build/js/i18n/tr/countries.js +245 -0
  117. package/build/js/i18n/tr/index.js +1 -0
  118. package/build/js/i18n/tr/interface.js +13 -0
  119. package/build/js/i18n/uk/countries.js +245 -0
  120. package/build/js/i18n/uk/index.js +1 -0
  121. package/build/js/i18n/uk/interface.js +20 -0
  122. package/build/js/i18n/ur/countries.js +245 -0
  123. package/build/js/i18n/ur/index.js +1 -0
  124. package/build/js/i18n/ur/interface.js +13 -0
  125. package/build/js/i18n/uz/countries.js +245 -0
  126. package/build/js/i18n/uz/index.js +1 -0
  127. package/build/js/i18n/uz/interface.js +13 -0
  128. package/build/js/i18n/vi/countries.js +245 -0
  129. package/build/js/i18n/vi/index.js +1 -0
  130. package/build/js/i18n/vi/interface.js +13 -0
  131. package/build/js/i18n/zh/countries.js +245 -0
  132. package/build/js/i18n/zh/index.js +1 -0
  133. package/build/js/i18n/zh/interface.js +13 -0
  134. package/build/js/i18n/zh-hk/countries.js +245 -0
  135. package/build/js/i18n/zh-hk/index.js +18 -0
  136. package/build/js/i18n/zh-hk/interface.js +14 -0
  137. package/build/js/intlTelInput.d.ts +6 -0
  138. package/build/js/intlTelInput.js +2 -2
  139. package/build/js/intlTelInput.min.js +2 -2
  140. package/build/js/intlTelInputWithUtils.js +126 -187
  141. package/build/js/intlTelInputWithUtils.min.js +2 -2
  142. package/build/js/utils.js +53 -54
  143. package/package.json +2 -2
  144. package/react/README.md +4 -2
  145. package/react/build/IntlTelInput.cjs +1 -1
  146. package/react/build/IntlTelInput.d.ts +6 -0
  147. package/react/build/IntlTelInput.js +1 -1
  148. package/react/build/IntlTelInputWithUtils.cjs +125 -186
  149. package/react/build/IntlTelInputWithUtils.js +125 -186
  150. package/svelte/README.md +7 -9
  151. package/svelte/build/IntlTelInput.mjs +1437 -1437
  152. package/svelte/build/IntlTelInputWithUtils.mjs +1785 -1846
  153. package/vue/README.md +12 -10
  154. package/vue/build/IntlTelInput.vue.d.ts +2 -0
  155. package/vue/build/IntlTelInputWithUtils.vue.d.ts +2 -0
  156. package/vue/build/exports/IntlTelInput.mjs +17 -16
  157. package/vue/build/exports/IntlTelInputWithUtils.mjs +176 -236
  158. package/vue/build/intl-tel-input/data.d.ts +18 -0
  159. package/vue/build/intl-tel-input/i18n/ar/index.d.ts +3 -0
  160. package/vue/build/intl-tel-input/i18n/bg/index.d.ts +3 -0
  161. package/vue/build/intl-tel-input/i18n/bn/index.d.ts +3 -0
  162. package/vue/build/intl-tel-input/i18n/bs/index.d.ts +3 -0
  163. package/vue/build/intl-tel-input/i18n/ca/index.d.ts +3 -0
  164. package/vue/build/intl-tel-input/i18n/cs/index.d.ts +3 -0
  165. package/vue/build/intl-tel-input/i18n/da/index.d.ts +3 -0
  166. package/vue/build/intl-tel-input/i18n/de/index.d.ts +3 -0
  167. package/vue/build/intl-tel-input/i18n/ee/index.d.ts +3 -0
  168. package/vue/build/intl-tel-input/i18n/el/index.d.ts +3 -0
  169. package/vue/build/intl-tel-input/i18n/en/index.d.ts +3 -0
  170. package/vue/build/intl-tel-input/i18n/es/index.d.ts +3 -0
  171. package/vue/build/intl-tel-input/i18n/fa/index.d.ts +3 -0
  172. package/vue/build/intl-tel-input/i18n/fi/index.d.ts +3 -0
  173. package/vue/build/intl-tel-input/i18n/fr/index.d.ts +3 -0
  174. package/vue/build/intl-tel-input/i18n/hi/index.d.ts +3 -0
  175. package/vue/build/intl-tel-input/i18n/hr/index.d.ts +3 -0
  176. package/vue/build/intl-tel-input/i18n/hu/index.d.ts +3 -0
  177. package/vue/build/intl-tel-input/i18n/id/index.d.ts +3 -0
  178. package/vue/build/intl-tel-input/i18n/index.d.ts +44 -0
  179. package/vue/build/intl-tel-input/i18n/it/index.d.ts +3 -0
  180. package/vue/build/intl-tel-input/i18n/ja/index.d.ts +3 -0
  181. package/vue/build/intl-tel-input/i18n/ko/index.d.ts +3 -0
  182. package/vue/build/intl-tel-input/i18n/lt/index.d.ts +3 -0
  183. package/vue/build/intl-tel-input/i18n/mr/index.d.ts +3 -0
  184. package/vue/build/intl-tel-input/i18n/nl/index.d.ts +3 -0
  185. package/vue/build/intl-tel-input/i18n/no/index.d.ts +3 -0
  186. package/vue/build/intl-tel-input/i18n/pl/index.d.ts +3 -0
  187. package/vue/build/intl-tel-input/i18n/pt/index.d.ts +3 -0
  188. package/vue/build/intl-tel-input/i18n/ro/index.d.ts +3 -0
  189. package/vue/build/intl-tel-input/i18n/ru/index.d.ts +3 -0
  190. package/vue/build/intl-tel-input/i18n/sk/index.d.ts +3 -0
  191. package/vue/build/intl-tel-input/i18n/sl/index.d.ts +3 -0
  192. package/vue/build/intl-tel-input/i18n/sq/index.d.ts +3 -0
  193. package/vue/build/intl-tel-input/i18n/sr/index.d.ts +3 -0
  194. package/vue/build/intl-tel-input/i18n/sv/index.d.ts +3 -0
  195. package/vue/build/intl-tel-input/i18n/te/index.d.ts +3 -0
  196. package/vue/build/intl-tel-input/i18n/th/index.d.ts +3 -0
  197. package/vue/build/intl-tel-input/i18n/tr/index.d.ts +3 -0
  198. package/vue/build/intl-tel-input/i18n/types.d.ts +10 -0
  199. package/vue/build/intl-tel-input/i18n/uk/index.d.ts +3 -0
  200. package/vue/build/intl-tel-input/i18n/ur/index.d.ts +3 -0
  201. package/vue/build/intl-tel-input/i18n/uz/index.d.ts +3 -0
  202. package/vue/build/intl-tel-input/i18n/vi/index.d.ts +3 -0
  203. package/vue/build/intl-tel-input/i18n/zh/index.d.ts +3 -0
  204. package/vue/build/intl-tel-input/i18n/zh-hk/index.d.ts +3 -0
  205. package/vue/build/intl-tel-input/intlTelInputWithUtils.d.ts +2 -0
  206. package/vue/build/{intl-tel-input-BY4WpieT.mjs → intl-tel-input-Bk5kP2Ot.mjs} +1 -1
@@ -0,0 +1,18 @@
1
+ export declare const rawCountryData: readonly [readonly ["af", "93", 0, any, "0"], readonly ["ax", "358", 1, readonly ["18", "4"], "0"], readonly ["al", "355", 0, any, "0"], readonly ["dz", "213", 0, any, "0"], readonly ["as", "1", 5, readonly ["684"], "1"], readonly ["ad", "376"], readonly ["ao", "244"], readonly ["ai", "1", 6, readonly ["264"], "1"], readonly ["ag", "1", 7, readonly ["268"], "1"], readonly ["ar", "54", 0, any, "0"], readonly ["am", "374", 0, any, "0"], readonly ["aw", "297"], readonly ["ac", "247"], readonly ["au", "61", 0, readonly ["4"], "0"], readonly ["at", "43", 0, any, "0"], readonly ["az", "994", 0, any, "0"], readonly ["bs", "1", 8, readonly ["242"], "1"], readonly ["bh", "973"], readonly ["bd", "880", 0, any, "0"], readonly ["bb", "1", 9, readonly ["246"], "1"], readonly ["by", "375", 0, any, "8"], readonly ["be", "32", 0, any, "0"], readonly ["bz", "501"], readonly ["bj", "229"], readonly ["bm", "1", 10, readonly ["441"], "1"], readonly ["bt", "975"], readonly ["bo", "591", 0, any, "0"], readonly ["ba", "387", 0, any, "0"], readonly ["bw", "267"], readonly ["br", "55", 0, any, "0"], readonly ["io", "246"], readonly ["vg", "1", 11, readonly ["284"], "1"], readonly ["bn", "673"], readonly ["bg", "359", 0, any, "0"], readonly ["bf", "226"], readonly ["bi", "257"], readonly ["kh", "855", 0, any, "0"], readonly ["cm", "237"], readonly ["ca", "1", 1, readonly ["204", "226", "236", "249", "250", "257", "263", "289", "306", "343", "354", "365", "367", "368", "382", "403", "416", "418", "428", "431", "437", "438", "450", "468", "474", "506", "514", "519", "548", "579", "581", "584", "587", "604", "613", "639", "647", "672", "683", "705", "709", "742", "753", "778", "780", "782", "807", "819", "825", "867", "873", "879", "902", "905", "942"], "1"], readonly ["cv", "238"], readonly ["bq", "599", 1, readonly ["3", "4", "7"]], readonly ["ky", "1", 12, readonly ["345"], "1"], readonly ["cf", "236"], readonly ["td", "235"], readonly ["cl", "56"], readonly ["cn", "86", 0, any, "0"], readonly ["cx", "61", 2, readonly ["4", "89164"], "0"], readonly ["cc", "61", 1, readonly ["4", "89162"], "0"], readonly ["co", "57", 0, any, "0"], readonly ["km", "269"], readonly ["cg", "242"], readonly ["cd", "243", 0, any, "0"], readonly ["ck", "682"], readonly ["cr", "506"], readonly ["ci", "225"], readonly ["hr", "385", 0, any, "0"], readonly ["cu", "53", 0, any, "0"], readonly ["cw", "599", 0], readonly ["cy", "357"], readonly ["cz", "420"], readonly ["dk", "45"], readonly ["dj", "253"], readonly ["dm", "1", 13, readonly ["767"], "1"], readonly ["do", "1", 2, readonly ["809", "829", "849"], "1"], readonly ["ec", "593", 0, any, "0"], readonly ["eg", "20", 0, any, "0"], readonly ["sv", "503"], readonly ["gq", "240"], readonly ["er", "291", 0, any, "0"], readonly ["ee", "372"], readonly ["sz", "268"], readonly ["et", "251", 0, any, "0"], readonly ["fk", "500"], readonly ["fo", "298"], readonly ["fj", "679"], readonly ["fi", "358", 0, readonly ["4"], "0"], readonly ["fr", "33", 0, any, "0"], readonly ["gf", "594", 0, any, "0"], readonly ["pf", "689"], readonly ["ga", "241"], readonly ["gm", "220"], readonly ["ge", "995", 0, any, "0"], readonly ["de", "49", 0, any, "0"], readonly ["gh", "233", 0, any, "0"], readonly ["gi", "350"], readonly ["gr", "30"], readonly ["gl", "299"], readonly ["gd", "1", 14, readonly ["473"], "1"], readonly ["gp", "590", 0, any, "0"], readonly ["gu", "1", 15, readonly ["671"], "1"], readonly ["gt", "502"], readonly ["gg", "44", 1, readonly ["1481", "7781", "7839", "7911"], "0"], readonly ["gn", "224"], readonly ["gw", "245"], readonly ["gy", "592"], readonly ["ht", "509"], readonly ["hn", "504"], readonly ["hk", "852"], readonly ["hu", "36", 0, any, "06"], readonly ["is", "354"], readonly ["in", "91", 0, any, "0"], readonly ["id", "62", 0, any, "0"], readonly ["ir", "98", 0, any, "0"], readonly ["iq", "964", 0, any, "0"], readonly ["ie", "353", 0, any, "0"], readonly ["im", "44", 2, readonly ["1624", "74576", "7524", "7624", "7924"], "0"], readonly ["il", "972", 0, any, "0"], readonly ["it", "39", 0, readonly ["3"]], readonly ["jm", "1", 4, readonly ["658", "876"], "1"], readonly ["jp", "81", 0, any, "0"], readonly ["je", "44", 3, readonly ["1534", "7509", "7700", "7797", "7829", "7937"], "0"], readonly ["jo", "962", 0, any, "0"], readonly ["kz", "7", 1, readonly ["33", "7"], "8"], readonly ["ke", "254", 0, any, "0"], readonly ["ki", "686", 0, any, "0"], readonly ["xk", "383", 0, any, "0"], readonly ["kw", "965"], readonly ["kg", "996", 0, any, "0"], readonly ["la", "856", 0, any, "0"], readonly ["lv", "371"], readonly ["lb", "961", 0, any, "0"], readonly ["ls", "266"], readonly ["lr", "231", 0, any, "0"], readonly ["ly", "218", 0, any, "0"], readonly ["li", "423", 0, any, "0"], readonly ["lt", "370", 0, any, "0"], readonly ["lu", "352"], readonly ["mo", "853"], readonly ["mg", "261", 0, any, "0"], readonly ["mw", "265", 0, any, "0"], readonly ["my", "60", 0, any, "0"], readonly ["mv", "960"], readonly ["ml", "223"], readonly ["mt", "356"], readonly ["mh", "692", 0, any, "1"], readonly ["mq", "596", 0, any, "0"], readonly ["mr", "222"], readonly ["mu", "230"], readonly ["yt", "262", 1, readonly ["269", "639"], "0"], readonly ["mx", "52"], readonly ["fm", "691"], readonly ["md", "373", 0, any, "0"], readonly ["mc", "377", 0, any, "0"], readonly ["mn", "976", 0, any, "0"], readonly ["me", "382", 0, any, "0"], readonly ["ms", "1", 16, readonly ["664"], "1"], readonly ["ma", "212", 0, readonly ["6", "7"], "0"], readonly ["mz", "258"], readonly ["mm", "95", 0, any, "0"], readonly ["na", "264", 0, any, "0"], readonly ["nr", "674"], readonly ["np", "977", 0, any, "0"], readonly ["nl", "31", 0, any, "0"], readonly ["nc", "687"], readonly ["nz", "64", 0, any, "0"], readonly ["ni", "505"], readonly ["ne", "227"], readonly ["ng", "234", 0, any, "0"], readonly ["nu", "683"], readonly ["nf", "672"], readonly ["kp", "850", 0, any, "0"], readonly ["mk", "389", 0, any, "0"], readonly ["mp", "1", 17, readonly ["670"], "1"], readonly ["no", "47", 0, readonly ["4", "9"]], readonly ["om", "968"], readonly ["pk", "92", 0, any, "0"], readonly ["pw", "680"], readonly ["ps", "970", 0, any, "0"], readonly ["pa", "507"], readonly ["pg", "675"], readonly ["py", "595", 0, any, "0"], readonly ["pe", "51", 0, any, "0"], readonly ["ph", "63", 0, any, "0"], readonly ["pl", "48"], readonly ["pt", "351"], readonly ["pr", "1", 3, readonly ["787", "939"], "1"], readonly ["qa", "974"], readonly ["re", "262", 0, any, "0"], readonly ["ro", "40", 0, any, "0"], readonly ["ru", "7", 0, readonly ["33"], "8"], readonly ["rw", "250", 0, any, "0"], readonly ["ws", "685"], readonly ["sm", "378"], readonly ["st", "239"], readonly ["sa", "966", 0, any, "0"], readonly ["sn", "221"], readonly ["rs", "381", 0, any, "0"], readonly ["sc", "248"], readonly ["sl", "232", 0, any, "0"], readonly ["sg", "65"], readonly ["sx", "1", 21, readonly ["721"], "1"], readonly ["sk", "421", 0, any, "0"], readonly ["si", "386", 0, any, "0"], readonly ["sb", "677"], readonly ["so", "252", 0, any, "0"], readonly ["za", "27", 0, any, "0"], readonly ["kr", "82", 0, any, "0"], readonly ["ss", "211", 0, any, "0"], readonly ["es", "34"], readonly ["lk", "94", 0, any, "0"], readonly ["bl", "590", 1, any, "0"], readonly ["sh", "290"], readonly ["kn", "1", 18, readonly ["869"], "1"], readonly ["lc", "1", 19, readonly ["758"], "1"], readonly ["mf", "590", 2, any, "0"], readonly ["pm", "508", 0, any, "0"], readonly ["vc", "1", 20, readonly ["784"], "1"], readonly ["sd", "249", 0, any, "0"], readonly ["sr", "597"], readonly ["sj", "47", 1, readonly ["4", "79", "9"]], readonly ["se", "46", 0, any, "0"], readonly ["ch", "41", 0, any, "0"], readonly ["sy", "963", 0, any, "0"], readonly ["tw", "886", 0, any, "0"], readonly ["tj", "992"], readonly ["tz", "255", 0, any, "0"], readonly ["th", "66", 0, any, "0"], readonly ["tl", "670"], readonly ["tg", "228"], readonly ["tk", "690"], readonly ["to", "676"], readonly ["tt", "1", 22, readonly ["868"], "1"], readonly ["tn", "216"], readonly ["tr", "90", 0, any, "0"], readonly ["tm", "993", 0, any, "8"], readonly ["tc", "1", 23, readonly ["649"], "1"], readonly ["tv", "688"], readonly ["vi", "1", 24, readonly ["340"], "1"], readonly ["ug", "256", 0, any, "0"], readonly ["ua", "380", 0, any, "0"], readonly ["ae", "971", 0, any, "0"], readonly ["gb", "44", 0, any, "0"], readonly ["us", "1", 0, any, "1"], readonly ["uy", "598", 0, any, "0"], readonly ["uz", "998"], readonly ["vu", "678"], readonly ["va", "39", 1, readonly ["06698", "3"]], readonly ["ve", "58", 0, any, "0"], readonly ["vn", "84", 0, any, "0"], readonly ["wf", "681"], readonly ["eh", "212", 1, readonly ["5288", "5289", "6", "7"], "0"], readonly ["ye", "967", 0, any, "0"], readonly ["zm", "260", 0, any, "0"], readonly ["zw", "263", 0, any, "0"]];
2
+ export type Iso2 = typeof rawCountryData[number][0];
3
+ export type Country = {
4
+ iso2: Iso2;
5
+ dialCode: string;
6
+ priority: number;
7
+ areaCodes: string[] | null;
8
+ nationalPrefix: string | null;
9
+ name: string;
10
+ nodeById: {
11
+ [instanceId: number]: HTMLElement;
12
+ };
13
+ normalisedName: string;
14
+ initials: string;
15
+ dialCodePlus: string;
16
+ };
17
+ declare const allCountries: Country[];
18
+ export default allCountries;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,44 @@
1
+ export { default as ar } from './ar';
2
+ export { default as bg } from './bg';
3
+ export { default as bn } from './bn';
4
+ export { default as bs } from './bs';
5
+ export { default as ca } from './ca';
6
+ export { default as cs } from './cs';
7
+ export { default as da } from './da';
8
+ export { default as de } from './de';
9
+ export { default as ee } from './ee';
10
+ export { default as el } from './el';
11
+ export { default as en } from './en';
12
+ export { default as es } from './es';
13
+ export { default as fa } from './fa';
14
+ export { default as fi } from './fi';
15
+ export { default as fr } from './fr';
16
+ export { default as hi } from './hi';
17
+ export { default as hr } from './hr';
18
+ export { default as hu } from './hu';
19
+ export { default as id } from './id';
20
+ export { default as it } from './it';
21
+ export { default as ja } from './ja';
22
+ export { default as ko } from './ko';
23
+ export { default as lt } from './lt';
24
+ export { default as mr } from './mr';
25
+ export { default as nl } from './nl';
26
+ export { default as no } from './no';
27
+ export { default as pl } from './pl';
28
+ export { default as pt } from './pt';
29
+ export { default as ro } from './ro';
30
+ export { default as ru } from './ru';
31
+ export { default as sk } from './sk';
32
+ export { default as sl } from './sl';
33
+ export { default as sq } from './sq';
34
+ export { default as sr } from './sr';
35
+ export { default as sv } from './sv';
36
+ export { default as te } from './te';
37
+ export { default as th } from './th';
38
+ export { default as tr } from './tr';
39
+ export { default as uk } from './uk';
40
+ export { default as ur } from './ur';
41
+ export { default as uz } from './uz';
42
+ export { default as vi } from './vi';
43
+ export { default as zh } from './zh';
44
+ export { default as zhHk } from './zh-hk';
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,10 @@
1
+ import { Iso2 } from '../data';
2
+ export type I18n = Partial<Record<Iso2, string>> & {
3
+ selectedCountryAriaLabel?: string;
4
+ searchPlaceholder?: string;
5
+ clearSearchAriaLabel?: string;
6
+ countryListAriaLabel?: string;
7
+ noCountrySelected?: string;
8
+ searchEmptyState?: string;
9
+ searchSummaryAria?: (count: number) => string;
10
+ };
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,3 @@
1
+ import { I18n } from '../types';
2
+ declare const interfaceTranslations: I18n;
3
+ export default interfaceTranslations;
@@ -0,0 +1,2 @@
1
+ import { default as intlTelInput } from '../intl-tel-input';
2
+ export default intlTelInput;
@@ -3073,7 +3073,7 @@ const yt = (l) => {
3073
3073
  attachUtils: yt,
3074
3074
  startedLoadingUtilsScript: !1,
3075
3075
  startedLoadingAutoCountry: !1,
3076
- version: "26.0.0-beta.0"
3076
+ version: "26.0.1"
3077
3077
  }
3078
3078
  );
3079
3079
  export {