@bagelink/vue 1.0.22 → 1.0.26

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 (247) hide show
  1. package/dist/components/Accordion.d.ts +12 -0
  2. package/dist/components/Accordion.d.ts.map +1 -0
  3. package/dist/components/AccordionItem.d.ts +34 -0
  4. package/dist/components/AccordionItem.d.ts.map +1 -0
  5. package/dist/components/Alert.d.ts +34 -0
  6. package/dist/components/Alert.d.ts.map +1 -0
  7. package/dist/components/Avatar.d.ts +36 -0
  8. package/dist/components/Avatar.d.ts.map +1 -0
  9. package/dist/components/Badge.d.ts +22 -0
  10. package/dist/components/Badge.d.ts.map +1 -0
  11. package/dist/components/BglVideo.d.ts +20 -0
  12. package/dist/components/BglVideo.d.ts.map +1 -0
  13. package/dist/components/Btn.d.ts +99 -0
  14. package/dist/components/Btn.d.ts.map +1 -0
  15. package/dist/components/Card.d.ts +39 -0
  16. package/dist/components/Card.d.ts.map +1 -0
  17. package/dist/components/Carousel.d.ts +74 -0
  18. package/dist/components/Carousel.d.ts.map +1 -0
  19. package/dist/components/ComboBox.vue.d.ts +3 -3
  20. package/dist/components/Comments.vue.d.ts +2 -2
  21. package/dist/components/ContactSubmissions.vue.d.ts +2 -2
  22. package/dist/components/DataPreview.d.ts +42 -0
  23. package/dist/components/DataPreview.d.ts.map +1 -0
  24. package/dist/components/Drop.vue.d.ts +34 -0
  25. package/dist/components/Drop.vue.d.ts.map +1 -0
  26. package/dist/components/FileUploader.vue.d.ts +60 -0
  27. package/dist/components/FileUploader.vue.d.ts.map +1 -0
  28. package/dist/components/Flag.d.ts +20 -0
  29. package/dist/components/Flag.d.ts.map +1 -0
  30. package/dist/components/FormSchema.vue.d.ts +5 -4
  31. package/dist/components/Icon/Icon.vue.d.ts.map +1 -1
  32. package/dist/components/LangText.vue.d.ts +2 -2
  33. package/dist/components/ListItem.d.ts +34 -0
  34. package/dist/components/ListItem.d.ts.map +1 -0
  35. package/dist/components/ListView.d.ts +13 -0
  36. package/dist/components/ListView.d.ts.map +1 -0
  37. package/dist/components/MapEmbed.d.ts +3 -0
  38. package/dist/components/MapEmbed.d.ts.map +1 -0
  39. package/dist/components/MaterialIcon.d.ts +26 -0
  40. package/dist/components/MaterialIcon.d.ts.map +1 -0
  41. package/dist/components/Modal.d.ts +46 -0
  42. package/dist/components/Modal.d.ts.map +1 -0
  43. package/dist/components/ModalBglForm.vue.d.ts +21 -20
  44. package/dist/components/ModalConfirm.d.ts +24 -0
  45. package/dist/components/ModalConfirm.d.ts.map +1 -0
  46. package/dist/components/ModalForm.d.ts +78 -0
  47. package/dist/components/ModalForm.d.ts.map +1 -0
  48. package/dist/components/NavBar.d.ts +64 -0
  49. package/dist/components/NavBar.d.ts.map +1 -0
  50. package/dist/components/PageTitle.d.ts +24 -0
  51. package/dist/components/PageTitle.d.ts.map +1 -0
  52. package/dist/components/PersonPreview.vue.d.ts +5 -4
  53. package/dist/components/PersonPreviewFormkit.vue.d.ts +4 -3
  54. package/dist/components/RTXEditor.vue.d.ts +3 -3
  55. package/dist/components/RouterWrapper.d.ts +3 -0
  56. package/dist/components/RouterWrapper.d.ts.map +1 -0
  57. package/dist/components/Spreadsheet/Index.vue.d.ts.map +1 -1
  58. package/dist/components/TabbedLayout.vue.d.ts +5 -4
  59. package/dist/components/TableSchema.d.ts +35 -0
  60. package/dist/components/TableSchema.d.ts.map +1 -0
  61. package/dist/components/TableSchema.vue.d.ts +2 -2
  62. package/dist/components/TableSchema.vue.d.ts.map +1 -1
  63. package/dist/components/Title.d.ts +42 -0
  64. package/dist/components/Title.d.ts.map +1 -0
  65. package/dist/components/TopBar.d.ts +12 -0
  66. package/dist/components/TopBar.d.ts.map +1 -0
  67. package/dist/components/charts/BarChart.vue.d.ts +2 -2
  68. package/dist/components/dashboard/Lineart.d.ts +20 -0
  69. package/dist/components/dashboard/Lineart.d.ts.map +1 -0
  70. package/dist/components/dialog/index.d.ts.map +1 -1
  71. package/dist/components/form/BglField.d.ts +25 -0
  72. package/dist/components/form/BglField.d.ts.map +1 -0
  73. package/dist/components/form/BglForm.d.ts +75 -0
  74. package/dist/components/form/BglForm.d.ts.map +1 -0
  75. package/dist/components/form/ItemRef.vue.d.ts +5 -3
  76. package/dist/components/form/ItemRef.vue.d.ts.map +1 -1
  77. package/dist/components/form/MaterialIcon.vue.d.ts +4 -3
  78. package/dist/components/form/PlainInputField.vue.d.ts +3 -3
  79. package/dist/components/form/inputs/CheckInput.d.ts +56 -0
  80. package/dist/components/form/inputs/CheckInput.d.ts.map +1 -0
  81. package/dist/components/form/inputs/CheckInput.vue.d.ts +22 -30
  82. package/dist/components/form/inputs/CheckInput.vue.d.ts.map +1 -1
  83. package/dist/components/form/inputs/Checkbox.d.ts +16 -0
  84. package/dist/components/form/inputs/Checkbox.d.ts.map +1 -0
  85. package/dist/components/form/inputs/ColorInput.vue.d.ts.map +1 -1
  86. package/dist/components/form/inputs/ColorPicker.d.ts +48 -0
  87. package/dist/components/form/inputs/ColorPicker.d.ts.map +1 -0
  88. package/dist/components/form/inputs/CurrencyInput.vue.d.ts +3 -3
  89. package/dist/components/form/inputs/DateInput.d.ts +64 -0
  90. package/dist/components/form/inputs/DateInput.d.ts.map +1 -0
  91. package/dist/components/form/inputs/DateInput.vue.d.ts +1 -0
  92. package/dist/components/form/inputs/DateInput.vue.d.ts.map +1 -1
  93. package/dist/components/form/inputs/DatePick.vue.d.ts.map +1 -1
  94. package/dist/components/form/inputs/DatePicker.d.ts +33 -0
  95. package/dist/components/form/inputs/DatePicker.d.ts.map +1 -0
  96. package/dist/components/form/inputs/DatetimeInput.vue.d.ts +3 -3
  97. package/dist/components/form/inputs/DurationInput.vue.d.ts +3 -3
  98. package/dist/components/form/inputs/DynamicLinkField.vue.d.ts +3 -3
  99. package/dist/components/form/inputs/EmailInput.vue.d.ts +3 -3
  100. package/dist/components/form/inputs/FileUpload.d.ts +108 -0
  101. package/dist/components/form/inputs/FileUpload.d.ts.map +1 -0
  102. package/dist/components/form/inputs/FloatInput.vue.d.ts +3 -3
  103. package/dist/components/form/inputs/IntInput.vue.d.ts +3 -3
  104. package/dist/components/form/inputs/JSONInput.d.ts +53 -0
  105. package/dist/components/form/inputs/JSONInput.d.ts.map +1 -0
  106. package/dist/components/form/inputs/LinkField.vue.d.ts +3 -3
  107. package/dist/components/form/inputs/NumberInput.vue.d.ts +1 -1
  108. package/dist/components/form/inputs/NumberInput.vue.d.ts.map +1 -1
  109. package/dist/components/form/inputs/Password.vue.d.ts +3 -3
  110. package/dist/components/form/inputs/PasswordInput.vue.d.ts.map +1 -1
  111. package/dist/components/form/inputs/PlainText.vue.d.ts +3 -3
  112. package/dist/components/form/inputs/RadioGroup.d.ts +42 -0
  113. package/dist/components/form/inputs/RadioGroup.d.ts.map +1 -0
  114. package/dist/components/form/inputs/RadioPillsInput.d.ts +48 -0
  115. package/dist/components/form/inputs/RadioPillsInput.d.ts.map +1 -0
  116. package/dist/components/form/inputs/RangeInput.vue.d.ts.map +1 -1
  117. package/dist/components/form/inputs/ReadOnlyInput.vue.d.ts +2 -2
  118. package/dist/components/form/inputs/RichText.d.ts +20 -0
  119. package/dist/components/form/inputs/RichText.d.ts.map +1 -0
  120. package/dist/components/form/inputs/RichText2/Toolbar.d.ts +22 -0
  121. package/dist/components/form/inputs/RichText2/Toolbar.d.ts.map +1 -0
  122. package/dist/components/form/inputs/RichText2/Toolbar.vue.d.ts.map +1 -1
  123. package/dist/components/form/inputs/RichText2/index.d.ts +24 -0
  124. package/dist/components/form/inputs/RichText2/index.d.ts.map +1 -0
  125. package/dist/components/form/inputs/RichText2/index.vue.d.ts +1 -0
  126. package/dist/components/form/inputs/RichText2/index.vue.d.ts.map +1 -1
  127. package/dist/components/form/inputs/RichTextEditor.vue.d.ts +3 -3
  128. package/dist/components/form/inputs/SelectField.vue.d.ts +6 -8
  129. package/dist/components/form/inputs/SelectField.vue.d.ts.map +1 -1
  130. package/dist/components/form/inputs/SelectInput.d.ts +55 -0
  131. package/dist/components/form/inputs/SelectInput.d.ts.map +1 -0
  132. package/dist/components/form/inputs/SignaturePad.d.ts +72 -0
  133. package/dist/components/form/inputs/SignaturePad.d.ts.map +1 -0
  134. package/dist/components/form/inputs/TableField.d.ts +45 -0
  135. package/dist/components/form/inputs/TableField.d.ts.map +1 -0
  136. package/dist/components/form/inputs/TelInput.d.ts +241 -0
  137. package/dist/components/form/inputs/TelInput.d.ts.map +1 -0
  138. package/dist/components/form/inputs/TelInput.vue.d.ts.map +1 -1
  139. package/dist/components/form/inputs/TextArea.vue.d.ts +3 -3
  140. package/dist/components/form/inputs/TextInput.d.ts +90 -0
  141. package/dist/components/form/inputs/TextInput.d.ts.map +1 -0
  142. package/dist/components/form/inputs/ToggleInput.d.ts +58 -0
  143. package/dist/components/form/inputs/ToggleInput.d.ts.map +1 -0
  144. package/dist/components/formkit/AddressArray.vue.d.ts +2 -2
  145. package/dist/components/formkit/BankDetailsArray.vue.d.ts +2 -2
  146. package/dist/components/formkit/ContactArrayFormKit.vue.d.ts +2 -2
  147. package/dist/components/formkit/FileUploader.vue.d.ts +2 -2
  148. package/dist/components/formkit/MiscFields.vue.d.ts +2 -2
  149. package/dist/components/formkit/Toggle.vue.d.ts +2 -2
  150. package/dist/components/layout/BottomMenu.d.ts +27 -0
  151. package/dist/components/layout/BottomMenu.d.ts.map +1 -0
  152. package/dist/components/layout/Layout.d.ts +58 -0
  153. package/dist/components/layout/Layout.d.ts.map +1 -0
  154. package/dist/components/layout/SidebarMenu.d.ts +38 -0
  155. package/dist/components/layout/SidebarMenu.d.ts.map +1 -0
  156. package/dist/components/layout/TabbedLayout.d.ts +42 -0
  157. package/dist/components/layout/TabbedLayout.d.ts.map +1 -0
  158. package/dist/components/layout/Tabs.d.ts +31 -0
  159. package/dist/components/layout/Tabs.d.ts.map +1 -0
  160. package/dist/components/layout/TabsBody.d.ts +23 -0
  161. package/dist/components/layout/TabsBody.d.ts.map +1 -0
  162. package/dist/components/layout/TabsNav.d.ts +35 -0
  163. package/dist/components/layout/TabsNav.d.ts.map +1 -0
  164. package/dist/components/layout/TabsNav.vue.d.ts.map +1 -1
  165. package/dist/components/whatsapp/form/MsgTemplate.vue.d.ts +4 -3
  166. package/dist/components/whatsapp/form/TextVariableExamples.vue.d.ts +2 -2
  167. package/dist/index.cjs +364 -333
  168. package/dist/index.mjs +365 -334
  169. package/dist/style.css +184 -94
  170. package/dist/styles.css +14073 -0
  171. package/dist/utils/objects.d.ts +1 -0
  172. package/dist/utils/timeAgo.d.ts +1 -1
  173. package/dist/utils/timeAgo.d.ts.map +1 -1
  174. package/dist/vue.css +14073 -0
  175. package/package.json +1 -1
  176. package/src/components/Icon/Icon.vue +1 -1
  177. package/src/components/Modal.vue +1 -1
  178. package/src/components/Spreadsheet/Index.vue +1 -0
  179. package/src/components/form/inputs/CheckInput.vue +7 -7
  180. package/src/components/form/inputs/ColorInput.vue +33 -5
  181. package/src/components/form/inputs/DateInput.vue +14 -33
  182. package/src/components/form/inputs/DatePick.vue +10 -27
  183. package/src/components/form/inputs/NumberInput.vue +1 -1
  184. package/src/components/form/inputs/PasswordInput.vue +1 -2
  185. package/src/components/form/inputs/RangeInput.vue +2 -6
  186. package/src/components/form/inputs/TelInput.vue +1 -2
  187. package/src/components/layout/TabsNav.vue +15 -6
  188. package/src/styles/inputs.css +1 -0
  189. package/src/styles/layout.css +45 -0
  190. package/src/styles/mobilLayout.css +45 -0
  191. package/src/styles/theme.css +13 -0
  192. package/src/utils/timeAgo.ts +83 -9
  193. package/dist/common-C_IH8b5S.cjs +0 -12580
  194. package/dist/common-DoeNgx31.js +0 -12579
  195. package/dist/components/AddressSaerch.vue.d.ts +0 -7
  196. package/dist/components/AddressSaerch.vue.d.ts.map +0 -1
  197. package/dist/components/Calendar/index.d.ts +0 -4
  198. package/dist/components/Calendar/index.d.ts.map +0 -1
  199. package/dist/components/Popover.vue.d.ts +0 -10
  200. package/dist/components/Popover.vue.d.ts.map +0 -1
  201. package/dist/components/form/inputs/RichText/Toolbar.vue.d.ts +0 -14
  202. package/dist/components/form/inputs/RichText/Toolbar.vue.d.ts.map +0 -1
  203. package/dist/components/form/inputs/RichText/formatting.d.ts +0 -11
  204. package/dist/components/form/inputs/RichText/formatting.d.ts.map +0 -1
  205. package/dist/components/form/inputs/RichText/richtext-types.d.ts +0 -3
  206. package/dist/components/form/inputs/RichText/richtext-types.d.ts.map +0 -1
  207. package/dist/components/form/inputs/Upload/UploadFile.vue.d.ts +0 -86
  208. package/dist/components/form/inputs/Upload/UploadFile.vue.d.ts.map +0 -1
  209. package/dist/components/sortable/Animation.d.ts +0 -43
  210. package/dist/components/sortable/Animation.d.ts.map +0 -1
  211. package/dist/components/sortable/BrowserInfo.d.ts +0 -7
  212. package/dist/components/sortable/BrowserInfo.d.ts.map +0 -1
  213. package/dist/components/sortable/EventDispatcher.d.ts +0 -13
  214. package/dist/components/sortable/EventDispatcher.d.ts.map +0 -1
  215. package/dist/components/sortable/PluginManager.d.ts +0 -27
  216. package/dist/components/sortable/PluginManager.d.ts.map +0 -1
  217. package/dist/components/sortable/Sortable.d.ts +0 -81
  218. package/dist/components/sortable/Sortable.d.ts.map +0 -1
  219. package/dist/components/sortable/index.d.ts +0 -5
  220. package/dist/components/sortable/index.d.ts.map +0 -1
  221. package/dist/components/sortable/utils.d.ts +0 -49
  222. package/dist/components/sortable/utils.d.ts.map +0 -1
  223. package/dist/composables/drag-n-drop/useDraggable.d.ts +0 -2
  224. package/dist/composables/drag-n-drop/useDraggable.d.ts.map +0 -1
  225. package/dist/editor-CUDRLdmS.js +0 -4
  226. package/dist/editor-Cu374vEW.cjs +0 -4
  227. package/dist/editor-a8DSbb6P.js +0 -4
  228. package/dist/editor-xBt_vIha.cjs +0 -4
  229. package/dist/heic2any-8wMqMfB_.js +0 -933
  230. package/dist/heic2any-BrqcNzfV.js +0 -935
  231. package/dist/heic2any-C8KwH72N.cjs +0 -934
  232. package/dist/heic2any-k9wDCKka.cjs +0 -932
  233. package/dist/index-DiG-xM9T.cjs +0 -35016
  234. package/dist/index-nGuSAiY2.js +0 -35017
  235. package/dist/plugins/drag-n-drop/draggable.d.ts +0 -4
  236. package/dist/plugins/drag-n-drop/draggable.d.ts.map +0 -1
  237. package/dist/plugins/drag-n-drop/droppable.d.ts +0 -4
  238. package/dist/plugins/drag-n-drop/droppable.d.ts.map +0 -1
  239. package/dist/plugins/drag-n-drop/index.d.ts +0 -5
  240. package/dist/plugins/drag-n-drop/index.d.ts.map +0 -1
  241. package/dist/plugins/drag-n-drop/useDraggable.d.ts +0 -8
  242. package/dist/plugins/drag-n-drop/useDraggable.d.ts.map +0 -1
  243. package/dist/plugins/drag-n-drop/useDroppable.d.ts +0 -7
  244. package/dist/plugins/drag-n-drop/useDroppable.d.ts.map +0 -1
  245. package/dist/types/materialIcon.d.ts +0 -2
  246. package/dist/types/materialIcon.d.ts.map +0 -1
  247. /package/src/components/{Dialog → dialog}/index.ts +0 -0
package/dist/index.cjs CHANGED
@@ -21,7 +21,7 @@ const _sfc_main$1n = /* @__PURE__ */ vue.defineComponent({
21
21
  });
22
22
  const _hoisted_1$1a = ["aria-expanded", "aria-controls"];
23
23
  const _hoisted_2$S = { class: "accordion-label" };
24
- const _hoisted_3$H = ["id", "aria-hidden"];
24
+ const _hoisted_3$I = ["id", "aria-hidden"];
25
25
  const _sfc_main$1m = /* @__PURE__ */ vue.defineComponent({
26
26
  __name: "AccordionItem",
27
27
  props: {
@@ -85,7 +85,7 @@ const _sfc_main$1m = /* @__PURE__ */ vue.defineComponent({
85
85
  key: 0,
86
86
  class: vue.normalizeClass(["accordion-icon", [_ctx.iconClass, { open: vue.unref(isOpen) && _ctx.iconType === "expand_more" }]])
87
87
  }, [
88
- vue.createVNode(vue.unref(Icon), { icon: computedIcon.value }, null, 8, ["icon"])
88
+ vue.createVNode(vue.unref(_sfc_main$s), { icon: computedIcon.value }, null, 8, ["icon"])
89
89
  ], 2)) : vue.createCommentVNode("", true),
90
90
  vue.renderSlot(_ctx.$slots, "head", {}, () => [
91
91
  vue.createElementVNode("span", _hoisted_2$S, vue.toDisplayString(_ctx.label), 1)
@@ -94,7 +94,7 @@ const _sfc_main$1m = /* @__PURE__ */ vue.defineComponent({
94
94
  key: 1,
95
95
  class: vue.normalizeClass(["accordion-icon", [_ctx.iconClass, { open: vue.unref(isOpen) && _ctx.iconType === "expand_more" }]])
96
96
  }, [
97
- vue.createVNode(vue.unref(Icon), { icon: computedIcon.value }, null, 8, ["icon"])
97
+ vue.createVNode(vue.unref(_sfc_main$s), { icon: computedIcon.value }, null, 8, ["icon"])
98
98
  ], 2)) : vue.createCommentVNode("", true)
99
99
  ], 8, _hoisted_1$1a),
100
100
  vue.createVNode(vue.Transition, { name: "expand" }, {
@@ -106,7 +106,7 @@ const _sfc_main$1m = /* @__PURE__ */ vue.defineComponent({
106
106
  "aria-hidden": vue.unref(isOpen) ? "false" : "true"
107
107
  }, [
108
108
  vue.renderSlot(_ctx.$slots, "default", {}, void 0, true)
109
- ], 8, _hoisted_3$H)) : vue.createCommentVNode("", true)
109
+ ], 8, _hoisted_3$I)) : vue.createCommentVNode("", true)
110
110
  ]),
111
111
  _: 3
112
112
  })
@@ -252,7 +252,7 @@ const _sfc_main$1k = /* @__PURE__ */ vue.defineComponent({
252
252
  class: "h-100p",
253
253
  size: "15"
254
254
  })) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$18, [
255
- _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
255
+ _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$s), {
256
256
  key: 0,
257
257
  icon: _ctx.icon,
258
258
  class: "transition-400"
@@ -261,7 +261,7 @@ const _sfc_main$1k = /* @__PURE__ */ vue.defineComponent({
261
261
  !vue.unref(slots).default && _ctx.value ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
262
262
  vue.createTextVNode(vue.toDisplayString(_ctx.value), 1)
263
263
  ], 64)) : vue.createCommentVNode("", true),
264
- _ctx.iconEnd ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
264
+ _ctx.iconEnd ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$s), {
265
265
  key: 2,
266
266
  icon: _ctx.iconEnd,
267
267
  class: "transition-400"
@@ -299,7 +299,7 @@ const _sfc_main$1j = /* @__PURE__ */ vue.defineComponent({
299
299
  class: vue.normalizeClass(["alert", [_ctx.type]]),
300
300
  dismissable: _ctx.dismissable
301
301
  }, [
302
- _ctx.icon !== "none" ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
302
+ _ctx.icon !== "none" ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$s), {
303
303
  key: 0,
304
304
  class: "alert_icon",
305
305
  icon: _ctx.icon || _ctx.type,
@@ -361,13 +361,13 @@ const _sfc_main$1h = /* @__PURE__ */ vue.defineComponent({
361
361
  return vue.openBlock(), vue.createElementBlock("div", {
362
362
  class: vue.normalizeClass(["pill", [_ctx.color]])
363
363
  }, [
364
- _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
364
+ _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$s), {
365
365
  key: 0,
366
366
  class: "inline",
367
367
  icon: _ctx.icon
368
368
  }, null, 8, ["icon"])) : vue.createCommentVNode("", true),
369
369
  vue.createTextVNode(" " + vue.toDisplayString(_ctx.text) + " ", 1),
370
- _ctx.iconEnd ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
370
+ _ctx.iconEnd ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$s), {
371
371
  key: 1,
372
372
  class: "inline",
373
373
  icon: _ctx.iconEnd
@@ -379,7 +379,7 @@ const _sfc_main$1h = /* @__PURE__ */ vue.defineComponent({
379
379
  const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["__scopeId", "data-v-689f051f"]]);
380
380
  const _hoisted_1$15 = ["src"];
381
381
  const _hoisted_2$Q = ["autoplay", "muted", "loop", "controls", "playsinline"];
382
- const _hoisted_3$G = ["src", "type"];
382
+ const _hoisted_3$H = ["src", "type"];
383
383
  const _sfc_main$1g = /* @__PURE__ */ vue.defineComponent({
384
384
  __name: "BglVideo",
385
385
  props: {
@@ -471,7 +471,7 @@ const _sfc_main$1g = /* @__PURE__ */ vue.defineComponent({
471
471
  vue.createElementVNode("source", {
472
472
  src: _ctx.src,
473
473
  type: `video/${videoFormat.value}`
474
- }, null, 8, _hoisted_3$G)
474
+ }, null, 8, _hoisted_3$H)
475
475
  ], 12, _hoisted_2$Q)) : vue.createCommentVNode("", true)
476
476
  ], 2);
477
477
  };
@@ -741,7 +741,7 @@ const DATE_TIME_STRING_PATTERN = /^\d{4}-\d{2}-\d{2} \d{2}:\d{2}$/;
741
741
  const DATE_TIME_STRING_FULL_DAY_PATTERN = /^\d{4}-\d{2}-\d{2}$/;
742
742
  const _hoisted_1$13 = ["id"];
743
743
  const _hoisted_2$O = { class: "flex txt14 flex column align-items-start gap-025 opacity-6" };
744
- const _hoisted_3$F = {
744
+ const _hoisted_3$G = {
745
745
  key: 0,
746
746
  class: "agenda__event-time flex gap-025"
747
747
  };
@@ -781,11 +781,6 @@ const _sfc_main$1e = /* @__PURE__ */ vue.defineComponent({
781
781
  const icons = {
782
782
  clock: "clock",
783
783
  user: "user",
784
- description: "comment",
785
- trash: "delete",
786
- edit: "pen-to-square",
787
- times: "close",
788
- topic: "question-circle",
789
784
  location: "location_on"
790
785
  };
791
786
  const colors = EVENT_COLORS;
@@ -830,15 +825,15 @@ const _sfc_main$1e = /* @__PURE__ */ vue.defineComponent({
830
825
  onClick: vue.withModifiers(handleClickOnEvent, ["prevent"])
831
826
  }, [
832
827
  vue.createElementVNode("div", _hoisted_2$O, [
833
- eventTime.value && !__props.calendarEvent.originalEvent ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_3$F, [
834
- vue.createVNode(vue.unref(Icon), {
828
+ eventTime.value && !__props.calendarEvent.originalEvent ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_3$G, [
829
+ vue.createVNode(vue.unref(_sfc_main$s), {
835
830
  icon: icons.clock,
836
831
  size: 0.8
837
832
  }, null, 8, ["icon"]),
838
833
  vue.createTextVNode(" " + vue.toDisplayString(eventTime.value), 1)
839
834
  ])) : vue.createCommentVNode("", true),
840
835
  __props.calendarEvent.location ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_4$t, [
841
- vue.createVNode(vue.unref(Icon), {
836
+ vue.createVNode(vue.unref(_sfc_main$s), {
842
837
  icon: icons.location,
843
838
  size: 1
844
839
  }, null, 8, ["icon"]),
@@ -848,7 +843,7 @@ const _sfc_main$1e = /* @__PURE__ */ vue.defineComponent({
848
843
  vue.createElementVNode("div", null, [
849
844
  vue.createElementVNode("div", _hoisted_5$p, vue.toDisplayString(__props.calendarEvent.title), 1),
850
845
  __props.calendarEvent.with ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$l, [
851
- vue.createVNode(vue.unref(Icon), {
846
+ vue.createVNode(vue.unref(_sfc_main$s), {
852
847
  icon: icons.user
853
848
  }, null, 8, ["icon"]),
854
849
  vue.createTextVNode(" " + vue.toDisplayString(__props.calendarEvent.with), 1)
@@ -861,7 +856,7 @@ const _sfc_main$1e = /* @__PURE__ */ vue.defineComponent({
861
856
  const AgendaEventTile = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["__scopeId", "data-v-5740437b"]]);
862
857
  const _hoisted_1$12 = { class: "agenda__wrapper grid align-items-start gap-1 h-100p" };
863
858
  const _hoisted_2$N = { class: "m_sticky" };
864
- const _hoisted_3$E = { class: "agenda__header-day-name txt-center" };
859
+ const _hoisted_3$F = { class: "agenda__header-day-name txt-center" };
865
860
  const _hoisted_4$s = { class: "agenda__header-date flex justify-content-center rounded p-025 txt24 line-height-04" };
866
861
  const _hoisted_5$o = { class: "agenda__content flex column w-100p h-100p min-h-100px pt-05 border-start ps-1 m_pt-0 min-h-50px" };
867
862
  const _hoisted_6$k = {
@@ -894,7 +889,7 @@ const _sfc_main$1d = /* @__PURE__ */ vue.defineComponent({
894
889
  return (_ctx, _cache) => {
895
890
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$12, [
896
891
  vue.createElementVNode("header", _hoisted_2$N, [
897
- vue.createElementVNode("div", _hoisted_3$E, vue.toDisplayString(__props.day.dayName.slice(0, 3)), 1),
892
+ vue.createElementVNode("div", _hoisted_3$F, vue.toDisplayString(__props.day.dayName.slice(0, 3)), 1),
898
893
  vue.createElementVNode("div", _hoisted_4$s, vue.toDisplayString(__props.day.dateTimeString.substring(8, 10)), 1)
899
894
  ]),
900
895
  vue.createElementVNode("div", _hoisted_5$o, [
@@ -1540,10 +1535,6 @@ class EventPosition extends Time {
1540
1535
  }
1541
1536
  }
1542
1537
  const calendarDomRectForVitest = {
1543
- x: 8,
1544
- y: 26,
1545
- width: 903,
1546
- height: 702,
1547
1538
  top: 26,
1548
1539
  right: 911,
1549
1540
  bottom: 728,
@@ -1599,7 +1590,7 @@ const _hoisted_1$11 = {
1599
1590
  class: "event-flyout__relative-wrapper"
1600
1591
  };
1601
1592
  const _hoisted_2$M = { class: "event-flyout__menu" };
1602
- const _hoisted_3$D = {
1593
+ const _hoisted_3$E = {
1603
1594
  key: 0,
1604
1595
  class: "event-flyout__menu-editable"
1605
1596
  };
@@ -1668,7 +1659,6 @@ const _sfc_main$1c = /* @__PURE__ */ vue.defineComponent({
1668
1659
  const flyoutWidth = `${EVENT_FLYOUT_WIDTH}px`;
1669
1660
  const colors = EVENT_COLORS;
1670
1661
  const icons = {
1671
- clock: "clock",
1672
1662
  user: "user",
1673
1663
  description: "comment",
1674
1664
  trash: "delete",
@@ -1808,20 +1798,20 @@ const _sfc_main$1c = /* @__PURE__ */ vue.defineComponent({
1808
1798
  }, [
1809
1799
  !__props.config.eventDialog || !__props.config.eventDialog.isCustom ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$11, [
1810
1800
  vue.createElementVNode("div", _hoisted_2$M, [
1811
- isEditable.value ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_3$D, [
1812
- vue.createVNode(vue.unref(Icon), {
1801
+ isEditable.value ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_3$E, [
1802
+ vue.createVNode(vue.unref(_sfc_main$s), {
1813
1803
  class: "event-flyout__menu-item is-edit-icon",
1814
1804
  icon: icons.edit,
1815
1805
  onClick: editEvent
1816
1806
  }, null, 8, ["icon"]),
1817
- vue.createVNode(vue.unref(Icon), {
1807
+ vue.createVNode(vue.unref(_sfc_main$s), {
1818
1808
  class: "event-flyout__menu-item is-trash-icon",
1819
1809
  icon: icons.trash,
1820
1810
  onClick: deleteEvent
1821
1811
  }, null, 8, ["icon"])
1822
1812
  ])) : vue.createCommentVNode("", true),
1823
1813
  vue.createElementVNode("span", _hoisted_4$r, [
1824
- vue.createVNode(vue.unref(Icon), {
1814
+ vue.createVNode(vue.unref(_sfc_main$s), {
1825
1815
  class: "event-flyout__menu-item is-times-icon",
1826
1816
  icon: icons.times,
1827
1817
  onClick: closeFlyout
@@ -1838,25 +1828,25 @@ const _sfc_main$1c = /* @__PURE__ */ vue.defineComponent({
1838
1828
  ])) : vue.createCommentVNode("", true),
1839
1829
  calendarEvent.value.time ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_7$f, vue.toDisplayString(getEventTime.value), 1)) : vue.createCommentVNode("", true),
1840
1830
  calendarEvent.value.location ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_8$9, [
1841
- vue.createVNode(vue.unref(Icon), {
1831
+ vue.createVNode(vue.unref(_sfc_main$s), {
1842
1832
  icon: icons.location
1843
1833
  }, null, 8, ["icon"]),
1844
1834
  vue.createTextVNode(" " + vue.toDisplayString(calendarEvent.value.location), 1)
1845
1835
  ])) : vue.createCommentVNode("", true),
1846
1836
  calendarEvent.value.with ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_9$7, [
1847
- vue.createVNode(vue.unref(Icon), {
1837
+ vue.createVNode(vue.unref(_sfc_main$s), {
1848
1838
  icon: icons.user
1849
1839
  }, null, 8, ["icon"]),
1850
1840
  vue.createTextVNode(" " + vue.toDisplayString(calendarEvent.value.with), 1)
1851
1841
  ])) : vue.createCommentVNode("", true),
1852
1842
  calendarEvent.value.topic ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_10$7, [
1853
- vue.createVNode(vue.unref(Icon), {
1843
+ vue.createVNode(vue.unref(_sfc_main$s), {
1854
1844
  icon: icons.topic
1855
1845
  }, null, 8, ["icon"]),
1856
1846
  vue.createTextVNode(" " + vue.toDisplayString(calendarEvent.value.topic), 1)
1857
1847
  ])) : vue.createCommentVNode("", true),
1858
1848
  calendarEvent.value.description ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_11$6, [
1859
- vue.createVNode(vue.unref(Icon), {
1849
+ vue.createVNode(vue.unref(_sfc_main$s), {
1860
1850
  icon: icons.description
1861
1851
  }, null, 8, ["icon"]),
1862
1852
  vue.createElementVNode("p", {
@@ -1878,7 +1868,7 @@ const _hoisted_1$10 = {
1878
1868
  class: "calendar-month__event"
1879
1869
  };
1880
1870
  const _hoisted_2$L = ["id", "draggable"];
1881
- const _hoisted_3$C = ["id", "draggable"];
1871
+ const _hoisted_3$D = ["id", "draggable"];
1882
1872
  const _hoisted_4$q = {
1883
1873
  key: 0,
1884
1874
  class: "calendar-month__event-time opacity-6 flex-shrink-0"
@@ -1988,7 +1978,7 @@ const _sfc_main$1b = /* @__PURE__ */ vue.defineComponent({
1988
1978
  _cache[0] || (_cache[0] = vue.createElementVNode("span", { class: "calendar-month__event-color round flex-shrink-0" }, null, -1)),
1989
1979
  eventTimeStart.value && !__props.calendarEvent.originalEvent ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_4$q, vue.toDisplayString(eventTimeStart.value), 1)) : vue.createCommentVNode("", true),
1990
1980
  vue.createElementVNode("span", _hoisted_5$m, vue.toDisplayString(__props.calendarEvent.title), 1)
1991
- ], 42, _hoisted_3$C))
1981
+ ], 42, _hoisted_3$D))
1992
1982
  ], 64));
1993
1983
  };
1994
1984
  }
@@ -1996,7 +1986,7 @@ const _sfc_main$1b = /* @__PURE__ */ vue.defineComponent({
1996
1986
  const Event = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["__scopeId", "data-v-3c4101df"]]);
1997
1987
  const _hoisted_1$$ = ["id"];
1998
1988
  const _hoisted_2$K = { class: "w-100p flex justify-content-end txt14 p-025 m_h-100p" };
1999
- const _hoisted_3$B = { class: "calendar-month_events" };
1989
+ const _hoisted_3$C = { class: "calendar-month_events" };
2000
1990
  const _hoisted_4$p = {
2001
1991
  key: 1,
2002
1992
  class: "space-reserver"
@@ -2104,7 +2094,7 @@ const _sfc_main$1a = /* @__PURE__ */ vue.defineComponent({
2104
2094
  onClick: emitDayWasClicked
2105
2095
  }, vue.toDisplayString(__props.day.dateTimeString.substring(8, 10).startsWith("0") ? __props.day.dateTimeString.substring(9, 10) : __props.day.dateTimeString.substring(8, 10)), 1)
2106
2096
  ]),
2107
- vue.createElementVNode("div", _hoisted_3$B, [
2097
+ vue.createElementVNode("div", _hoisted_3$C, [
2108
2098
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.day.events, (calendarEvent, index2) => {
2109
2099
  return vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: index2 }, [
2110
2100
  index2 < 3 ? (vue.openBlock(), vue.createBlock(Event, {
@@ -2150,7 +2140,7 @@ const _sfc_main$19 = /* @__PURE__ */ vue.defineComponent({
2150
2140
  });
2151
2141
  const _hoisted_1$Z = { class: "calendar-month relative column w-100p h-100p overflow-y flex flex-stretch" };
2152
2142
  const _hoisted_2$J = { class: "flex space-between" };
2153
- const _hoisted_3$A = { class: "calendar-month__weeks h-100p flex-grow flex flex-stretch column space-between" };
2143
+ const _hoisted_3$B = { class: "calendar-month__weeks h-100p flex-grow flex flex-stretch column space-between" };
2154
2144
  const _hoisted_4$o = {
2155
2145
  key: 0,
2156
2146
  class: "calendar-month__day_events w-100p pt-1 m_pb-1"
@@ -2269,7 +2259,7 @@ const _sfc_main$18 = /* @__PURE__ */ vue.defineComponent({
2269
2259
  }, null, 8, ["config", "day", "time"]);
2270
2260
  }), 128))
2271
2261
  ]),
2272
- vue.createElementVNode("div", _hoisted_3$A, [
2262
+ vue.createElementVNode("div", _hoisted_3$B, [
2273
2263
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(month.value, (week, weekIndex) => {
2274
2264
  return vue.openBlock(), vue.createElementBlock("div", {
2275
2265
  key: weekIndex,
@@ -2536,7 +2526,7 @@ class EventChange {
2536
2526
  }
2537
2527
  const _hoisted_1$Y = ["data-ref"];
2538
2528
  const _hoisted_2$I = { class: "calendar-week__event-row is-title" };
2539
- const _hoisted_3$z = { class: "calendar-week__event-row is-time flex" };
2529
+ const _hoisted_3$A = { class: "calendar-week__event-row is-time flex" };
2540
2530
  const _hoisted_4$n = {
2541
2531
  key: 0,
2542
2532
  class: "calendar-week__event-row is-location"
@@ -2897,36 +2887,36 @@ const _sfc_main$17 = /* @__PURE__ */ vue.defineComponent({
2897
2887
  })
2898
2888
  }, [
2899
2889
  vue.createElementVNode("div", _hoisted_2$I, vue.toDisplayString(event.value.title), 1),
2900
- vue.createElementVNode("div", _hoisted_3$z, [
2901
- vue.createVNode(vue.unref(Icon), {
2890
+ vue.createElementVNode("div", _hoisted_3$A, [
2891
+ vue.createVNode(vue.unref(_sfc_main$s), {
2902
2892
  icon: icons.value.clock,
2903
2893
  class: "calendar-week__event-icon"
2904
2894
  }, null, 8, ["icon"]),
2905
2895
  vue.createElementVNode("span", null, vue.toDisplayString(getEventTime.value), 1)
2906
2896
  ]),
2907
2897
  event.value.location ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4$n, [
2908
- vue.createVNode(vue.unref(Icon), {
2898
+ vue.createVNode(vue.unref(_sfc_main$s), {
2909
2899
  icon: icons.value.location,
2910
2900
  class: "calendar-week__event-icon"
2911
2901
  }, null, 8, ["icon"]),
2912
2902
  vue.createElementVNode("span", null, vue.toDisplayString(event.value.location), 1)
2913
2903
  ])) : vue.createCommentVNode("", true),
2914
2904
  event.value.with ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$l, [
2915
- vue.createVNode(vue.unref(Icon), {
2905
+ vue.createVNode(vue.unref(_sfc_main$s), {
2916
2906
  icon: icons.value.user,
2917
2907
  class: "calendar-week__event-icon"
2918
2908
  }, null, 8, ["icon"]),
2919
2909
  vue.createElementVNode("span", null, vue.toDisplayString(event.value.with), 1)
2920
2910
  ])) : vue.createCommentVNode("", true),
2921
2911
  event.value.topic ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$i, [
2922
- vue.createVNode(vue.unref(Icon), {
2912
+ vue.createVNode(vue.unref(_sfc_main$s), {
2923
2913
  icon: icons.value.topic,
2924
2914
  class: "calendar-week__event-icon"
2925
2915
  }, null, 8, ["icon"]),
2926
2916
  vue.createElementVNode("span", null, vue.toDisplayString(event.value.topic), 1)
2927
2917
  ])) : vue.createCommentVNode("", true),
2928
2918
  event.value.description ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_7$e, [
2929
- vue.createVNode(vue.unref(Icon), {
2919
+ vue.createVNode(vue.unref(_sfc_main$s), {
2930
2920
  icon: icons.value.description,
2931
2921
  class: "calendar-week__event-icon"
2932
2922
  }, null, 8, ["icon"]),
@@ -3229,7 +3219,7 @@ const _hoisted_1$U = {
3229
3219
  style: { "margin-inline-end": "0.5em" }
3230
3220
  };
3231
3221
  const _hoisted_2$F = ["onClick"];
3232
- const _hoisted_3$y = { class: "flex justify-content-center gap-025 txt12 pb-025" };
3222
+ const _hoisted_3$z = { class: "flex justify-content-center gap-025 txt12 pb-025" };
3233
3223
  const _hoisted_4$m = { class: "" };
3234
3224
  const _hoisted_5$k = { class: "week-timeline__date txt14 round inline-flex justify-content-center" };
3235
3225
  const _hoisted_6$h = { class: "week-timeline__events" };
@@ -3263,7 +3253,7 @@ const _sfc_main$13 = /* @__PURE__ */ vue.defineComponent({
3263
3253
  }]),
3264
3254
  onClick: ($event) => emit2("dayWasClicked", _ctx.time.dateStringFrom(day.dateTimeString))
3265
3255
  }, [
3266
- vue.createElementVNode("div", _hoisted_3$y, [
3256
+ vue.createElementVNode("div", _hoisted_3$z, [
3267
3257
  vue.createElementVNode("div", _hoisted_4$m, vue.toDisplayString(day.dayName.charAt(0).toUpperCase() + day.dayName.slice(1, 3).toLowerCase()), 1),
3268
3258
  vue.createElementVNode("div", _hoisted_5$k, vue.toDisplayString(getDaysDate(day)), 1)
3269
3259
  ]),
@@ -3289,7 +3279,7 @@ const _sfc_main$13 = /* @__PURE__ */ vue.defineComponent({
3289
3279
  const WeekTimeline = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["__scopeId", "data-v-18ecf6c3"]]);
3290
3280
  const _hoisted_1$T = { class: "calendar-week__wrapper relative ps-3-5" };
3291
3281
  const _hoisted_2$E = { class: "calendar-week" };
3292
- const _hoisted_3$x = { class: "calendar-week__events" };
3282
+ const _hoisted_3$y = { class: "calendar-week__events" };
3293
3283
  const _sfc_main$12 = /* @__PURE__ */ vue.defineComponent({
3294
3284
  __name: "Week",
3295
3285
  props: {
@@ -3555,7 +3545,7 @@ const _sfc_main$12 = /* @__PURE__ */ vue.defineComponent({
3555
3545
  "day-intervals": dayIntervals.value,
3556
3546
  "week-height": weekHeight.value
3557
3547
  }, null, 8, ["time", "day-intervals", "week-height"])),
3558
- vue.createElementVNode("div", _hoisted_3$x, [
3548
+ vue.createElementVNode("div", _hoisted_3$y, [
3559
3549
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(days.value, (day, dayIndex) => {
3560
3550
  return vue.openBlock(), vue.createBlock(Day, {
3561
3551
  key: day.dateTimeString + mode.value + weekVersion.value,
@@ -3639,7 +3629,7 @@ ${_Errors.SUFFIX}`);
3639
3629
  let Errors = _Errors;
3640
3630
  const _hoisted_1$S = { class: "calendar-root-wrapper txt16" };
3641
3631
  const _hoisted_2$D = ["data-lang"];
3642
- const _hoisted_3$w = {
3632
+ const _hoisted_3$x = {
3643
3633
  key: 0,
3644
3634
  class: "top-bar-loader"
3645
3635
  };
@@ -3831,7 +3821,7 @@ const _sfc_main$11 = /* @__PURE__ */ vue.defineComponent({
3831
3821
  }, [
3832
3822
  vue.createVNode(vue.Transition, { name: "loading" }, {
3833
3823
  default: vue.withCtx(() => [
3834
- __props.isLoading ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$w)) : vue.createCommentVNode("", true)
3824
+ __props.isLoading ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$x)) : vue.createCommentVNode("", true)
3835
3825
  ]),
3836
3826
  _: 1
3837
3827
  }),
@@ -3969,7 +3959,7 @@ const _hoisted_2$C = {
3969
3959
  key: 0,
3970
3960
  class: "dots"
3971
3961
  };
3972
- const _hoisted_3$v = ["onClick"];
3962
+ const _hoisted_3$w = ["onClick"];
3973
3963
  const _hoisted_4$l = { class: "Handlers" };
3974
3964
  const GAP_PERCENT = 1;
3975
3965
  const VELOCITY_SAMPLE_DURATION = 100;
@@ -4405,7 +4395,7 @@ const _sfc_main$$ = /* @__PURE__ */ vue.defineComponent({
4405
4395
  key: i2,
4406
4396
  class: vue.normalizeClass(["dot", { current: vue.unref(activeSlideIndex) === i2 - 1 }]),
4407
4397
  onClick: ($event) => goToSlide(i2 - 1)
4408
- }, null, 10, _hoisted_3$v);
4398
+ }, null, 10, _hoisted_3$w);
4409
4399
  }), 128))
4410
4400
  ])) : vue.createCommentVNode("", true),
4411
4401
  vue.createElementVNode("div", _hoisted_4$l, [
@@ -10260,7 +10250,7 @@ const _hoisted_1$1$1 = {
10260
10250
  style: { display: "flex", position: "relative" }
10261
10251
  };
10262
10252
  const _hoisted_2$1$1 = ["width", "height", "viewBox"];
10263
- const _hoisted_3$u = { class: "layer-rectangles" };
10253
+ const _hoisted_3$v = { class: "layer-rectangles" };
10264
10254
  const _hoisted_4$k = ["transform", "onMouseover"];
10265
10255
  const _hoisted_5$j = ["width", "height"];
10266
10256
  const _hoisted_6$g = {
@@ -10278,7 +10268,7 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
10278
10268
  viewBox: `0 0 ${_ctx.size.width} ${_ctx.size.height}`,
10279
10269
  ref: "el"
10280
10270
  }, [
10281
- vue.createElementVNode("g", _hoisted_3$u, [
10271
+ vue.createElementVNode("g", _hoisted_3$v, [
10282
10272
  (vue.openBlock(true), vue.createElementBlock(
10283
10273
  vue.Fragment,
10284
10274
  null,
@@ -11066,7 +11056,7 @@ function unrefElement(elRef) {
11066
11056
  return (_a = plain == null ? void 0 : plain.$el) != null ? _a : plain;
11067
11057
  }
11068
11058
  function useMounted() {
11069
- const isMounted = vue.ref(false);
11059
+ const isMounted = vue.shallowRef(false);
11070
11060
  const instance = vue.getCurrentInstance();
11071
11061
  if (instance) {
11072
11062
  vue.onMounted(() => {
@@ -11250,7 +11240,7 @@ function useVirtualList(list, options) {
11250
11240
  };
11251
11241
  }
11252
11242
  function useVirtualListResources(list) {
11253
- const containerRef = vue.ref(null);
11243
+ const containerRef = vue.shallowRef(null);
11254
11244
  const size2 = useElementSize(containerRef);
11255
11245
  const currentList = vue.ref([]);
11256
11246
  const source = vue.shallowRef(list);
@@ -11439,7 +11429,7 @@ const _hoisted_1$N = {
11439
11429
  class: "loading-table-wrapper z-99 h-100 w-100 absolute inset"
11440
11430
  };
11441
11431
  const _hoisted_2$A = { class: "infinite-wrapper" };
11442
- const _hoisted_3$t = { class: "row first-row" };
11432
+ const _hoisted_3$u = { class: "row first-row" };
11443
11433
  const _hoisted_4$j = { key: 0 };
11444
11434
  const _hoisted_5$i = ["onClick"];
11445
11435
  const _hoisted_6$f = { class: "flex" };
@@ -11571,7 +11561,7 @@ const _sfc_main$Y = /* @__PURE__ */ vue.defineComponent({
11571
11561
  vue.createElementVNode("div", { class: "loading-table-animation absolute oval" }, null, -1)
11572
11562
  ]))) : (vue.openBlock(), vue.createElementBlock("div", vue.normalizeProps(vue.mergeProps({ key: 1 }, vue.unref(wrapperProps))), [
11573
11563
  vue.createElementVNode("table", _hoisted_2$A, [
11574
- vue.createElementVNode("thead", _hoisted_3$t, [
11564
+ vue.createElementVNode("thead", _hoisted_3$u, [
11575
11565
  vue.unref(isSelectable) ? (vue.openBlock(), vue.createElementBlock("th", _hoisted_4$j, [
11576
11566
  vue.createElementVNode("input", {
11577
11567
  ref_key: "allSelectorEl",
@@ -11594,7 +11584,7 @@ const _sfc_main$Y = /* @__PURE__ */ vue.defineComponent({
11594
11584
  vue.createElementVNode("div", {
11595
11585
  class: vue.normalizeClass(["list-arrows", { sorted: vue.unref(sortField) === field.id }])
11596
11586
  }, [
11597
- vue.createVNode(vue.unref(Icon), {
11587
+ vue.createVNode(vue.unref(_sfc_main$s), {
11598
11588
  class: vue.normalizeClass({ desc: vue.unref(sortDirection) === "DESC" }),
11599
11589
  icon: "keyboard_arrow_up"
11600
11590
  }, null, 8, ["class"])
@@ -15428,7 +15418,7 @@ const _hoisted_2$y = {
15428
15418
  key: 0,
15429
15419
  class: "ps-025 border-start mb-05"
15430
15420
  };
15431
- const _hoisted_3$s = { class: "bg-gray-80 -my-05 px-025 pt-065 txt-center" };
15421
+ const _hoisted_3$t = { class: "bg-gray-80 -my-05 px-025 pt-065 txt-center" };
15432
15422
  const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
15433
15423
  __name: "FieldArray",
15434
15424
  props: {
@@ -15511,7 +15501,7 @@ const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
15511
15501
  "onUpdate:modelValue": [($event) => data2.value[i2] = $event, emitValue],
15512
15502
  schema: _ctx.schema
15513
15503
  }, null, 8, ["modelValue", "onUpdate:modelValue", "schema"]),
15514
- vue.createElementVNode("div", _hoisted_3$s, [
15504
+ vue.createElementVNode("div", _hoisted_3$t, [
15515
15505
  props2.delete ? (vue.openBlock(), vue.createBlock(vue.unref(Btn), {
15516
15506
  key: 0,
15517
15507
  icon: "delete",
@@ -15572,7 +15562,7 @@ const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
15572
15562
  const Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__scopeId", "data-v-73f1d9ad"]]);
15573
15563
  const _hoisted_1$J = ["title"];
15574
15564
  const _hoisted_2$x = ["id", "value", "required"];
15575
- const _hoisted_3$r = ["for"];
15565
+ const _hoisted_3$s = ["for"];
15576
15566
  const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
15577
15567
  __name: "CheckInput",
15578
15568
  props: /* @__PURE__ */ vue.mergeModels({
@@ -15581,19 +15571,18 @@ const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
15581
15571
  title: {},
15582
15572
  small: { type: Boolean },
15583
15573
  required: { type: Boolean },
15584
- defaultValue: { type: Boolean, default: false },
15574
+ defaultValue: { default: false },
15585
15575
  value: {}
15586
15576
  }, {
15587
- "modelValue": { type: [Boolean, Array], ...{ default: void 0 } },
15577
+ "modelValue": { default: void 0 },
15588
15578
  "modelModifiers": {}
15589
15579
  }),
15590
15580
  emits: ["update:modelValue"],
15591
15581
  setup(__props) {
15592
- const props2 = __props;
15593
- const inputId = vue.computed(() => props2.id || Math.random().toString(36).slice(7));
15582
+ const inputId = vue.computed(() => __props.id || Math.random().toString(36).slice(7));
15594
15583
  const checked = vue.useModel(__props, "modelValue");
15595
15584
  vue.onMounted(() => {
15596
- if (checked.value === void 0) checked.value = props2.defaultValue;
15585
+ if (checked.value === void 0) checked.value = __props.defaultValue;
15597
15586
  });
15598
15587
  return (_ctx, _cache) => {
15599
15588
  return vue.openBlock(), vue.createElementBlock("div", {
@@ -15614,18 +15603,18 @@ const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
15614
15603
  vue.renderSlot(_ctx.$slots, "label", {}, () => [
15615
15604
  vue.createTextVNode(vue.toDisplayString(_ctx.label), 1)
15616
15605
  ], true)
15617
- ], 8, _hoisted_3$r)
15606
+ ], 8, _hoisted_3$s)
15618
15607
  ], 10, _hoisted_1$J);
15619
15608
  };
15620
15609
  }
15621
15610
  });
15622
- const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["__scopeId", "data-v-03ed2982"]]);
15611
+ const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["__scopeId", "data-v-0c86700b"]]);
15623
15612
  const _hoisted_1$I = { class: "mb-05" };
15624
15613
  const _hoisted_2$w = {
15625
15614
  key: 0,
15626
15615
  class: "label txt-start"
15627
15616
  };
15628
- const _hoisted_3$q = {
15617
+ const _hoisted_3$r = {
15629
15618
  key: 1,
15630
15619
  class: "code-editor-wrap grid rounded p-1 overflow hm-300px ltr txt-start relative h-100p"
15631
15620
  };
@@ -15716,7 +15705,7 @@ const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
15716
15705
  return (_ctx, _cache) => {
15717
15706
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$I, [
15718
15707
  _ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$w, vue.toDisplayString(_ctx.label), 1)) : vue.createCommentVNode("", true),
15719
- vue.unref(loaded) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$q, [
15708
+ vue.unref(loaded) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$r, [
15720
15709
  vue.createElementVNode("div", {
15721
15710
  class: "relative block h-100",
15722
15711
  style: vue.normalizeStyle({ height: `calc(${vue.unref(elHeight)} - 2rem)` })
@@ -15752,7 +15741,8 @@ const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
15752
15741
  });
15753
15742
  const CodeEditor = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["__scopeId", "data-v-1fbc9b61"]]);
15754
15743
  const _hoisted_1$H = ["title"];
15755
- const _hoisted_2$v = ["id", "placeholder", "required"];
15744
+ const _hoisted_2$v = { class: "flex bg-input rounded px-025 colorInputPickWrap" };
15745
+ const _hoisted_3$q = ["id", "placeholder", "required"];
15756
15746
  const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
15757
15747
  __name: "ColorInput",
15758
15748
  props: {
@@ -15783,15 +15773,34 @@ const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
15783
15773
  }, [
15784
15774
  vue.createElementVNode("label", null, [
15785
15775
  vue.createTextVNode(vue.toDisplayString(_ctx.label) + " ", 1),
15786
- vue.withDirectives(vue.createElementVNode("input", vue.mergeProps({
15787
- id: _ctx.id,
15788
- "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => inputVal.value = $event),
15789
- type: "color",
15790
- placeholder: _ctx.placeholder || _ctx.label,
15791
- class: { "no-edit": !_ctx.editMode },
15792
- required: _ctx.required
15793
- }, _ctx.nativeInputAttrs), null, 16, _hoisted_2$v), [
15794
- [vue.vModelText, inputVal.value]
15776
+ vue.createElementVNode("div", _hoisted_2$v, [
15777
+ vue.withDirectives(vue.createElementVNode("input", vue.mergeProps({
15778
+ id: _ctx.id,
15779
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => inputVal.value = $event),
15780
+ class: ["border", { "no-edit": !_ctx.editMode, "opacity-1": !inputVal.value }],
15781
+ type: "color",
15782
+ placeholder: _ctx.placeholder || _ctx.label,
15783
+ required: _ctx.required
15784
+ }, _ctx.nativeInputAttrs), null, 16, _hoisted_3$q), [
15785
+ [vue.vModelText, inputVal.value]
15786
+ ]),
15787
+ vue.withDirectives(vue.createElementVNode("input", {
15788
+ "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => inputVal.value = $event),
15789
+ class: "flex-grow-4 border colorInputPick",
15790
+ style: { "width": "50px" },
15791
+ type: "text",
15792
+ placeholder: "Enter color"
15793
+ }, null, 512), [
15794
+ [vue.vModelText, inputVal.value]
15795
+ ]),
15796
+ vue.createVNode(vue.unref(Btn), {
15797
+ class: vue.normalizeClass({ "not-allowed opacity-3": !inputVal.value }),
15798
+ round: "",
15799
+ flat: "",
15800
+ thin: "",
15801
+ icon: "clear",
15802
+ onClick: _cache[2] || (_cache[2] = ($event) => inputVal.value = "")
15803
+ }, null, 8, ["class"])
15795
15804
  ])
15796
15805
  ])
15797
15806
  ], 10, _hoisted_1$H);
@@ -15842,6 +15851,7 @@ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
15842
15851
  max: {},
15843
15852
  timezone: { default: "UTC" },
15844
15853
  mode: { default: "day" },
15854
+ defaultValue: {},
15845
15855
  firstDayOfWeek: { default: WEEK_START_DAY.SUNDAY },
15846
15856
  locale: { default: "" },
15847
15857
  center: { type: Boolean }
@@ -15857,23 +15867,7 @@ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
15857
15867
  function useFormatting() {
15858
15868
  const formatDisplayDate = (date2) => {
15859
15869
  if (!date2) return "";
15860
- const dateObj = typeof date2 === "string" ? new Date(date2) : date2;
15861
- const options = {
15862
- year: "numeric",
15863
- month: "short",
15864
- day: "numeric",
15865
- ...props2.enableTime && {
15866
- hour: "2-digit",
15867
- minute: "2-digit"
15868
- },
15869
- timeZone: props2.timezone
15870
- };
15871
- return dateObj.toLocaleString(props2.locale || void 0, options);
15872
- };
15873
- const formatDate2 = (date2) => {
15874
- if (!date2) return "";
15875
- const dateObj = typeof date2 === "string" ? new Date(date2) : date2;
15876
- return props2.enableTime ? dateObj.toISOString().slice(0, 16) : dateObj.toISOString().split("T")[0];
15870
+ return formatDate(date2, props2.enableTime ? "dd.mm.yy HH:MM" : "dd.mm.yy");
15877
15871
  };
15878
15872
  const parseUserInput = (input) => {
15879
15873
  const date2 = new Date(input);
@@ -15894,7 +15888,6 @@ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
15894
15888
  };
15895
15889
  return {
15896
15890
  formatDisplayDate,
15897
- formatDate: formatDate2,
15898
15891
  parseUserInput
15899
15892
  };
15900
15893
  }
@@ -15920,13 +15913,14 @@ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
15920
15913
  };
15921
15914
  }
15922
15915
  function useDateState() {
15923
- const { formatDisplayDate, formatDate: formatDate2 } = useFormatting();
15916
+ const { formatDisplayDate } = useFormatting();
15924
15917
  const formattedDisplayValue2 = vue.computed(() => formatDisplayDate(props2.modelValue));
15925
- const formattedMin2 = vue.computed(() => formatDate2(props2.min));
15926
- const formattedMax2 = vue.computed(() => formatDate2(props2.max));
15918
+ const formattedMin2 = vue.computed(() => formatDate(props2.min, props2.enableTime ? "dd.mm.yy HH:MM" : "dd.mm.yy"));
15919
+ const formattedMax2 = vue.computed(() => formatDate(props2.max, props2.enableTime ? "dd.mm.yy HH:MM" : "dd.mm.yy"));
15927
15920
  const selectedDate2 = vue.computed(() => {
15928
- if (!props2.modelValue) return null;
15929
- return typeof props2.modelValue === "string" ? new Date(props2.modelValue) : props2.modelValue;
15921
+ const value = props2.modelValue || props2.defaultValue;
15922
+ if (!value) return null;
15923
+ return typeof value === "string" ? new Date(value) : value;
15930
15924
  });
15931
15925
  return {
15932
15926
  formattedDisplayValue: formattedDisplayValue2,
@@ -16131,14 +16125,14 @@ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
16131
16125
  function selectDate(date2) {
16132
16126
  var _a, _b;
16133
16127
  if (!date2 || !props2.editMode) return;
16134
- const tzOffset = (/* @__PURE__ */ new Date()).getTimezoneOffset();
16135
- const newDate = new Date(date2.getFullYear(), date2.getMonth(), date2.getDate());
16136
16128
  if (props2.enableTime) {
16129
+ const newDate = new Date(date2.getFullYear(), date2.getMonth(), date2.getDate());
16137
16130
  const currentHours = ((_a = selectedDate.value) == null ? void 0 : _a.getHours()) ?? (/* @__PURE__ */ new Date()).getHours();
16138
16131
  const currentMinutes = ((_b = selectedDate.value) == null ? void 0 : _b.getMinutes()) ?? (/* @__PURE__ */ new Date()).getMinutes();
16139
16132
  newDate.setHours(currentHours);
16140
16133
  newDate.setMinutes(currentMinutes);
16141
16134
  if (props2.timezone === "UTC") {
16135
+ const tzOffset = (/* @__PURE__ */ new Date()).getTimezoneOffset();
16142
16136
  newDate.setMinutes(newDate.getMinutes() + tzOffset);
16143
16137
  }
16144
16138
  emit2("update:modelValue", newDate.toISOString());
@@ -16356,7 +16350,7 @@ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
16356
16350
  };
16357
16351
  }
16358
16352
  });
16359
- const DateInput = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-c35156b6"]]);
16353
+ const DateInput = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-ca4c1d9b"]]);
16360
16354
  const _hoisted_1$F = ["title"];
16361
16355
  const _hoisted_2$t = { key: 0 };
16362
16356
  const _hoisted_3$o = {
@@ -16418,32 +16412,12 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
16418
16412
  const time = new Time(props2.firstDayOfWeek, props2.locale);
16419
16413
  function formatDisplayDate(date2) {
16420
16414
  if (!date2) return "";
16421
- const dateObj = typeof date2 === "string" ? new Date(date2) : date2;
16422
- if (props2.enableTime) {
16423
- return dateObj.toLocaleString(props2.locale || void 0, {
16424
- year: "numeric",
16425
- month: "short",
16426
- day: "numeric",
16427
- hour: "2-digit",
16428
- minute: "2-digit",
16429
- timeZone: props2.timezone
16430
- });
16431
- }
16432
- return dateObj.toLocaleString(props2.locale || void 0, {
16433
- year: "numeric",
16434
- month: "short",
16435
- day: "numeric",
16436
- timeZone: props2.timezone
16437
- });
16438
- }
16439
- function formatDate2(date2) {
16440
- if (!date2) return "";
16441
- const dateObj = typeof date2 === "string" ? new Date(date2) : date2;
16442
- return props2.enableTime ? dateObj.toISOString().slice(0, 16) : dateObj.toISOString().split("T")[0];
16415
+ console.log("date", date2);
16416
+ return formatDate(date2, props2.enableTime ? "dd.mm.yy HH:MM" : "dd.mm.yy", props2.locale);
16443
16417
  }
16444
16418
  const formattedDisplayValue = vue.computed(() => formatDisplayDate(props2.modelValue));
16445
- const formattedMin = vue.computed(() => formatDate2(props2.min));
16446
- const formattedMax = vue.computed(() => formatDate2(props2.max));
16419
+ const formattedMin = vue.computed(() => formatDate(props2.min, props2.enableTime ? "dd.mm.yy HH:MM" : "dd.mm.yy"));
16420
+ const formattedMax = vue.computed(() => formatDate(props2.max, props2.enableTime ? "dd.mm.yy HH:MM" : "dd.mm.yy"));
16447
16421
  const selectedDate = vue.computed(() => {
16448
16422
  if (!props2.modelValue) return null;
16449
16423
  return typeof props2.modelValue === "string" ? new Date(props2.modelValue) : props2.modelValue;
@@ -16753,7 +16727,7 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
16753
16727
  };
16754
16728
  }
16755
16729
  });
16756
- const DatePick = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-3d6519f4"]]);
16730
+ const DatePick = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-2550becf"]]);
16757
16731
  const _hoisted_1$E = { class: "datetime-wrap" };
16758
16732
  const _hoisted_2$s = {
16759
16733
  key: 0,
@@ -17079,7 +17053,7 @@ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
17079
17053
  [_directive_lightbox, { src: file.url, download: true }]
17080
17054
  ]),
17081
17055
  vue.createElementVNode("div", _hoisted_5$e, [
17082
- vue.createVNode(vue.unref(Icon), {
17056
+ vue.createVNode(vue.unref(_sfc_main$s), {
17083
17057
  icon: "draft",
17084
17058
  size: 1.5
17085
17059
  }),
@@ -17130,7 +17104,7 @@ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
17130
17104
  class: "multi-preview",
17131
17105
  src: file.url,
17132
17106
  alt: ""
17133
- }, null, 8, ["src"])) : (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
17107
+ }, null, 8, ["src"])) : (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$s), {
17134
17108
  key: 1,
17135
17109
  icon: "draft",
17136
17110
  class: "multi-preview"
@@ -17160,7 +17134,7 @@ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
17160
17134
  src: fileToUrl(fileQ.file),
17161
17135
  alt: ""
17162
17136
  }, null, 8, ["width", "src"])) : vue.createCommentVNode("", true)
17163
- ], 64)) : (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
17137
+ ], 64)) : (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$s), {
17164
17138
  key: 1,
17165
17139
  icon: "draft",
17166
17140
  class: "multi-preview"
@@ -17171,7 +17145,7 @@ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
17171
17145
  style: vue.normalizeStyle([`--p:${fileQ.progress}`, { "--b": "2px" }])
17172
17146
  }, [
17173
17147
  fileQ.progress < 100 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_11$3, vue.toDisplayString(`${fileQ.progress.toFixed(0)}`), 1)) : vue.createCommentVNode("", true),
17174
- vue.createVNode(vue.unref(Icon), {
17148
+ vue.createVNode(vue.unref(_sfc_main$s), {
17175
17149
  class: "success",
17176
17150
  icon: "check"
17177
17151
  })
@@ -17223,7 +17197,7 @@ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
17223
17197
  }, null, 8, ["src"]), [
17224
17198
  [_directive_lightbox, { src: file.url, download: true }]
17225
17199
  ])
17226
- ])) : vue.withDirectives((vue.openBlock(), vue.createBlock(vue.unref(Icon), {
17200
+ ])) : vue.withDirectives((vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$s), {
17227
17201
  key: 1,
17228
17202
  size: 4,
17229
17203
  weight: "2",
@@ -17244,7 +17218,7 @@ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
17244
17218
  style: vue.normalizeStyle([`--p:${fileQ.progress}`, { "--b": "2px" }])
17245
17219
  }, [
17246
17220
  fileQ.progress < 100 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_15$1, vue.toDisplayString(`${fileQ.progress.toFixed(0)}`), 1)) : vue.createCommentVNode("", true),
17247
- vue.createVNode(vue.unref(Icon), {
17221
+ vue.createVNode(vue.unref(_sfc_main$s), {
17248
17222
  class: "success",
17249
17223
  icon: "check"
17250
17224
  })
@@ -17268,7 +17242,7 @@ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
17268
17242
  browse
17269
17243
  }, () => [
17270
17244
  vue.createElementVNode("p", _hoisted_16$1, [
17271
- vue.createVNode(vue.unref(Icon), { icon: "upload_2" }),
17245
+ vue.createVNode(vue.unref(_sfc_main$s), { icon: "upload_2" }),
17272
17246
  vue.createElementVNode("span", _hoisted_17$1, vue.toDisplayString(_ctx.dropPlaceholder || "Drag and Drop files here or click to upload"), 1)
17273
17247
  ])
17274
17248
  ], true) : vue.createCommentVNode("", true)
@@ -17484,12 +17458,12 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
17484
17458
  ]
17485
17459
  ]),
17486
17460
  _ctx.helptext ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_4$d, vue.toDisplayString(_ctx.helptext), 1)) : vue.createCommentVNode("", true),
17487
- _ctx.iconStart ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
17461
+ _ctx.iconStart ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$s), {
17488
17462
  key: 2,
17489
17463
  class: "iconStart",
17490
17464
  icon: _ctx.iconStart
17491
17465
  }, null, 8, ["icon"])) : vue.createCommentVNode("", true),
17492
- _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
17466
+ _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$s), {
17493
17467
  key: 3,
17494
17468
  icon: _ctx.icon
17495
17469
  }, null, 8, ["icon"])) : vue.createCommentVNode("", true),
@@ -17527,7 +17501,7 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
17527
17501
  };
17528
17502
  }
17529
17503
  });
17530
- const NumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["__scopeId", "data-v-77950bb7"]]);
17504
+ const NumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["__scopeId", "data-v-af266bf2"]]);
17531
17505
  const _hoisted_1$A = ["value", "autofocus", "onKeydown", "onPaste"];
17532
17506
  const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
17533
17507
  __name: "OTP",
@@ -17671,9 +17645,7 @@ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
17671
17645
  const props2 = __props;
17672
17646
  const password = vue.useModel(__props, "modelValue");
17673
17647
  const showPwd = vue.useModel(__props, "showPwd");
17674
- const toggleShowPwdIcon = vue.computed(
17675
- () => showPwd.value ? "visibility_off" : "visibility"
17676
- );
17648
+ const toggleShowPwdIcon = vue.computed(() => showPwd.value ? "visibility_off" : "visibility");
17677
17649
  const inputType = vue.computed(() => showPwd.value ? "text" : "password");
17678
17650
  return (_ctx, _cache) => {
17679
17651
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$z, [
@@ -17906,10 +17878,6 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
17906
17878
  min: min2 = 0,
17907
17879
  max: max2 = 100,
17908
17880
  step = 1,
17909
- label,
17910
- disabled,
17911
- id,
17912
- rtl,
17913
17881
  multiRange = false,
17914
17882
  formatValue = (value) => value.toString()
17915
17883
  } = props2;
@@ -17943,18 +17911,18 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
17943
17911
  width: `${toPercentage.value - fromPercentage.value}%`
17944
17912
  };
17945
17913
  }
17946
- return rtl ? { left: `${100 - fromPercentage.value}%`, width: `${fromPercentage.value}%` } : { left: "0", width: `${fromPercentage.value}%` };
17914
+ return props2.rtl ? { left: `${100 - fromPercentage.value}%`, width: `${fromPercentage.value}%` } : { left: "0", width: `${fromPercentage.value}%` };
17947
17915
  });
17948
17916
  const displayFrom = vue.computed(() => formatValue(validFrom.value));
17949
17917
  const displayTo = vue.computed(() => formatValue(validTo.value));
17950
17918
  return (_ctx, _cache) => {
17951
17919
  return vue.openBlock(), vue.createElementBlock("div", {
17952
- dir: vue.unref(rtl) ? "rtl" : "ltr"
17920
+ dir: _ctx.rtl ? "rtl" : "ltr"
17953
17921
  }, [
17954
- vue.unref(label) ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$l, vue.toDisplayString(vue.unref(label)), 1)) : vue.createCommentVNode("", true),
17922
+ props2.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$l, vue.toDisplayString(props2.label), 1)) : vue.createCommentVNode("", true),
17955
17923
  vue.createElementVNode("div", _hoisted_3$h, [
17956
17924
  vue.createElementVNode("input", {
17957
- id: vue.unref(id),
17925
+ id: _ctx.id,
17958
17926
  value: validFrom.value,
17959
17927
  class: "from",
17960
17928
  type: "range",
@@ -17962,7 +17930,7 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
17962
17930
  max: vue.unref(max2),
17963
17931
  step: vue.unref(step),
17964
17932
  required: _ctx.required,
17965
- disabled: vue.unref(disabled),
17933
+ disabled: _ctx.disabled,
17966
17934
  "aria-label": vue.unref(multiRange) ? "Minimum value" : "Value",
17967
17935
  onInput: _cache[0] || (_cache[0] = (e) => handleInput(+e.target.value, true))
17968
17936
  }, null, 40, _hoisted_4$a),
@@ -17975,7 +17943,7 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
17975
17943
  max: vue.unref(max2),
17976
17944
  step: vue.unref(step),
17977
17945
  required: _ctx.required,
17978
- disabled: vue.unref(disabled),
17946
+ disabled: _ctx.disabled,
17979
17947
  "aria-label": "Maximum value",
17980
17948
  onInput: _cache[1] || (_cache[1] = (e) => handleInput(+e.target.value, false))
17981
17949
  }, null, 40, _hoisted_5$a)) : vue.createCommentVNode("", true),
@@ -18047,7 +18015,7 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
18047
18015
  };
18048
18016
  }
18049
18017
  });
18050
- const RangeInput = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-25d991e5"]]);
18018
+ const RangeInput = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-46e22f3e"]]);
18051
18019
  const basicToolbarConfig = [
18052
18020
  "h2",
18053
18021
  "h3",
@@ -19933,7 +19901,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
19933
19901
  _cache[6] || (_cache[6] = vue.withKeys(vue.withModifiers(($event) => navigate("up"), ["prevent"]), ["up"]))
19934
19902
  ]
19935
19903
  }, [
19936
- _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
19904
+ _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$s), {
19937
19905
  key: 0,
19938
19906
  icon: _ctx.icon
19939
19907
  }, null, 8, ["icon"])) : vue.createCommentVNode("", true),
@@ -19950,7 +19918,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
19950
19918
  })
19951
19919
  })
19952
19920
  ])) : vue.createCommentVNode("", true),
19953
- !_ctx.disabled ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), vue.mergeProps({
19921
+ !_ctx.disabled ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$s), vue.mergeProps({
19954
19922
  key: 3,
19955
19923
  thin: ""
19956
19924
  }, { icon: vue.unref(open) ? "unfold_less" : "unfold_more" }), null, 16)) : vue.createCommentVNode("", true)
@@ -19998,12 +19966,12 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
19998
19966
  ]
19999
19967
  }, [
20000
19968
  _ctx.multiselect ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
20001
- isSelected(option2) ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
19969
+ isSelected(option2) ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$s), {
20002
19970
  key: 0,
20003
19971
  size: 1.1,
20004
19972
  icon: "select_check_box"
20005
19973
  })) : vue.createCommentVNode("", true),
20006
- !isSelected(option2) ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
19974
+ !isSelected(option2) ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$s), {
20007
19975
  key: 1,
20008
19976
  class: "opacity-3",
20009
19977
  icon: "check_box_outline_blank",
@@ -23413,7 +23381,7 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
23413
23381
  class: "flex table-row"
23414
23382
  }, [
23415
23383
  vue.createElementVNode("div", _hoisted_5$8, [
23416
- vue.createVNode(vue.unref(Icon), { icon: "more_vert" })
23384
+ vue.createVNode(vue.unref(_sfc_main$s), { icon: "more_vert" })
23417
23385
  ]),
23418
23386
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList((_a2 = vue.unref(entityMeta)) == null ? void 0 : _a2.fields, (field) => {
23419
23387
  return vue.openBlock(), vue.createElementBlock("div", {
@@ -23430,7 +23398,7 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
23430
23398
  ], 2);
23431
23399
  }), 128)),
23432
23400
  vue.createElementVNode("div", _hoisted_6$7, [
23433
- vue.createVNode(vue.unref(Icon), {
23401
+ vue.createVNode(vue.unref(_sfc_main$s), {
23434
23402
  icon: "delete",
23435
23403
  onClick: ($event) => removeRow(index2)
23436
23404
  }, null, 8, ["onClick"])
@@ -23843,7 +23811,7 @@ const utils$1 = {
23843
23811
  setImmediate: _setImmediate,
23844
23812
  asap
23845
23813
  };
23846
- function AxiosError(message, code, config, request, response) {
23814
+ function AxiosError$1(message, code, config, request, response) {
23847
23815
  Error.call(this);
23848
23816
  if (Error.captureStackTrace) {
23849
23817
  Error.captureStackTrace(this, this.constructor);
@@ -23860,7 +23828,7 @@ function AxiosError(message, code, config, request, response) {
23860
23828
  this.status = response.status ? response.status : null;
23861
23829
  }
23862
23830
  }
23863
- utils$1.inherits(AxiosError, Error, {
23831
+ utils$1.inherits(AxiosError$1, Error, {
23864
23832
  toJSON: function toJSON() {
23865
23833
  return {
23866
23834
  // Standard
@@ -23881,7 +23849,7 @@ utils$1.inherits(AxiosError, Error, {
23881
23849
  };
23882
23850
  }
23883
23851
  });
23884
- const prototype$1 = AxiosError.prototype;
23852
+ const prototype$1 = AxiosError$1.prototype;
23885
23853
  const descriptors = {};
23886
23854
  [
23887
23855
  "ERR_BAD_OPTION_VALUE",
@@ -23900,16 +23868,16 @@ const descriptors = {};
23900
23868
  ].forEach((code) => {
23901
23869
  descriptors[code] = { value: code };
23902
23870
  });
23903
- Object.defineProperties(AxiosError, descriptors);
23871
+ Object.defineProperties(AxiosError$1, descriptors);
23904
23872
  Object.defineProperty(prototype$1, "isAxiosError", { value: true });
23905
- AxiosError.from = (error, code, config, request, response, customProps) => {
23873
+ AxiosError$1.from = (error, code, config, request, response, customProps) => {
23906
23874
  const axiosError = Object.create(prototype$1);
23907
23875
  utils$1.toFlatObject(error, axiosError, function filter3(obj) {
23908
23876
  return obj !== Error.prototype;
23909
23877
  }, (prop3) => {
23910
23878
  return prop3 !== "isAxiosError";
23911
23879
  });
23912
- AxiosError.call(axiosError, error.message, code, config, request, response);
23880
+ AxiosError$1.call(axiosError, error.message, code, config, request, response);
23913
23881
  axiosError.cause = error;
23914
23882
  axiosError.name = error.name;
23915
23883
  customProps && Object.assign(axiosError, customProps);
@@ -23935,7 +23903,7 @@ function isFlatArray(arr) {
23935
23903
  const predicates = utils$1.toFlatObject(utils$1, {}, null, function filter2(prop3) {
23936
23904
  return /^is[A-Z]/.test(prop3);
23937
23905
  });
23938
- function toFormData(obj, formData, options) {
23906
+ function toFormData$1(obj, formData, options) {
23939
23907
  if (!utils$1.isObject(obj)) {
23940
23908
  throw new TypeError("target must be an object");
23941
23909
  }
@@ -23962,7 +23930,7 @@ function toFormData(obj, formData, options) {
23962
23930
  return value.toISOString();
23963
23931
  }
23964
23932
  if (!useBlob && utils$1.isBlob(value)) {
23965
- throw new AxiosError("Blob is not supported. Use a Buffer instead.");
23933
+ throw new AxiosError$1("Blob is not supported. Use a Buffer instead.");
23966
23934
  }
23967
23935
  if (utils$1.isArrayBuffer(value) || utils$1.isTypedArray(value)) {
23968
23936
  return useBlob && typeof Blob === "function" ? new Blob([value]) : Buffer.from(value);
@@ -24041,7 +24009,7 @@ function encode$1(str) {
24041
24009
  }
24042
24010
  function AxiosURLSearchParams(params, options) {
24043
24011
  this._pairs = [];
24044
- params && toFormData(params, this, options);
24012
+ params && toFormData$1(params, this, options);
24045
24013
  }
24046
24014
  const prototype = AxiosURLSearchParams.prototype;
24047
24015
  prototype.append = function append2(name, value) {
@@ -24183,7 +24151,7 @@ const platform = {
24183
24151
  ...platform$1
24184
24152
  };
24185
24153
  function toURLEncodedForm(data2, options) {
24186
- return toFormData(data2, new platform.classes.URLSearchParams(), Object.assign({
24154
+ return toFormData$1(data2, new platform.classes.URLSearchParams(), Object.assign({
24187
24155
  visitor: function(value, key, path, helpers) {
24188
24156
  if (platform.isNode && utils$1.isBuffer(value)) {
24189
24157
  this.append(key, value.toString("base64"));
@@ -24254,7 +24222,7 @@ function stringifySafely(rawValue, parser, encoder) {
24254
24222
  }
24255
24223
  }
24256
24224
  }
24257
- return (0, JSON.stringify)(rawValue);
24225
+ return (encoder || JSON.stringify)(rawValue);
24258
24226
  }
24259
24227
  const defaults = {
24260
24228
  transitional: transitionalDefaults,
@@ -24287,7 +24255,7 @@ const defaults = {
24287
24255
  }
24288
24256
  if ((isFileList2 = utils$1.isFileList(data2)) || contentType.indexOf("multipart/form-data") > -1) {
24289
24257
  const _FormData = this.env && this.env.FormData;
24290
- return toFormData(
24258
+ return toFormData$1(
24291
24259
  isFileList2 ? { "files[]": data2 } : data2,
24292
24260
  _FormData && new _FormData(),
24293
24261
  this.formSerializer
@@ -24315,7 +24283,7 @@ const defaults = {
24315
24283
  } catch (e) {
24316
24284
  if (strictJSONParsing) {
24317
24285
  if (e.name === "SyntaxError") {
24318
- throw AxiosError.from(e, AxiosError.ERR_BAD_RESPONSE, this, null, this.response);
24286
+ throw AxiosError$1.from(e, AxiosError$1.ERR_BAD_RESPONSE, this, null, this.response);
24319
24287
  }
24320
24288
  throw e;
24321
24289
  }
@@ -24443,7 +24411,7 @@ function buildAccessors(obj, header) {
24443
24411
  });
24444
24412
  });
24445
24413
  }
24446
- class AxiosHeaders {
24414
+ let AxiosHeaders$1 = class AxiosHeaders2 {
24447
24415
  constructor(headers) {
24448
24416
  headers && this.set(headers);
24449
24417
  }
@@ -24598,9 +24566,9 @@ class AxiosHeaders {
24598
24566
  utils$1.isArray(header) ? header.forEach(defineAccessor) : defineAccessor(header);
24599
24567
  return this;
24600
24568
  }
24601
- }
24602
- AxiosHeaders.accessor(["Content-Type", "Content-Length", "Accept", "Accept-Encoding", "User-Agent", "Authorization"]);
24603
- utils$1.reduceDescriptors(AxiosHeaders.prototype, ({ value }, key) => {
24569
+ };
24570
+ AxiosHeaders$1.accessor(["Content-Type", "Content-Length", "Accept", "Accept-Encoding", "User-Agent", "Authorization"]);
24571
+ utils$1.reduceDescriptors(AxiosHeaders$1.prototype, ({ value }, key) => {
24604
24572
  let mapped = key[0].toUpperCase() + key.slice(1);
24605
24573
  return {
24606
24574
  get: () => value,
@@ -24609,11 +24577,11 @@ utils$1.reduceDescriptors(AxiosHeaders.prototype, ({ value }, key) => {
24609
24577
  }
24610
24578
  };
24611
24579
  });
24612
- utils$1.freezeMethods(AxiosHeaders);
24580
+ utils$1.freezeMethods(AxiosHeaders$1);
24613
24581
  function transformData(fns, response) {
24614
24582
  const config = this || defaults;
24615
24583
  const context = response || config;
24616
- const headers = AxiosHeaders.from(context.headers);
24584
+ const headers = AxiosHeaders$1.from(context.headers);
24617
24585
  let data2 = context.data;
24618
24586
  utils$1.forEach(fns, function transform(fn) {
24619
24587
  data2 = fn.call(config, data2, headers.normalize(), response ? response.status : void 0);
@@ -24621,14 +24589,14 @@ function transformData(fns, response) {
24621
24589
  headers.normalize();
24622
24590
  return data2;
24623
24591
  }
24624
- function isCancel(value) {
24592
+ function isCancel$1(value) {
24625
24593
  return !!(value && value.__CANCEL__);
24626
24594
  }
24627
- function CanceledError(message, config, request) {
24628
- AxiosError.call(this, message == null ? "canceled" : message, AxiosError.ERR_CANCELED, config, request);
24595
+ function CanceledError$1(message, config, request) {
24596
+ AxiosError$1.call(this, message == null ? "canceled" : message, AxiosError$1.ERR_CANCELED, config, request);
24629
24597
  this.name = "CanceledError";
24630
24598
  }
24631
- utils$1.inherits(CanceledError, AxiosError, {
24599
+ utils$1.inherits(CanceledError$1, AxiosError$1, {
24632
24600
  __CANCEL__: true
24633
24601
  });
24634
24602
  function settle(resolve, reject3, response) {
@@ -24636,9 +24604,9 @@ function settle(resolve, reject3, response) {
24636
24604
  if (!response.status || !validateStatus2 || validateStatus2(response.status)) {
24637
24605
  resolve(response);
24638
24606
  } else {
24639
- reject3(new AxiosError(
24607
+ reject3(new AxiosError$1(
24640
24608
  "Request failed with status code " + response.status,
24641
- [AxiosError.ERR_BAD_REQUEST, AxiosError.ERR_BAD_RESPONSE][Math.floor(response.status / 100) - 4],
24609
+ [AxiosError$1.ERR_BAD_REQUEST, AxiosError$1.ERR_BAD_RESPONSE][Math.floor(response.status / 100) - 4],
24642
24610
  response.config,
24643
24611
  response.request,
24644
24612
  response
@@ -24797,8 +24765,8 @@ function buildFullPath(baseURL, requestedURL) {
24797
24765
  }
24798
24766
  return requestedURL;
24799
24767
  }
24800
- const headersToObject = (thing) => thing instanceof AxiosHeaders ? { ...thing } : thing;
24801
- function mergeConfig(config1, config2) {
24768
+ const headersToObject = (thing) => thing instanceof AxiosHeaders$1 ? { ...thing } : thing;
24769
+ function mergeConfig$1(config1, config2) {
24802
24770
  config2 = config2 || {};
24803
24771
  const config = {};
24804
24772
  function getMergedValue(target, source, prop3, caseless) {
@@ -24876,9 +24844,9 @@ function mergeConfig(config1, config2) {
24876
24844
  return config;
24877
24845
  }
24878
24846
  const resolveConfig = (config) => {
24879
- const newConfig = mergeConfig({}, config);
24847
+ const newConfig = mergeConfig$1({}, config);
24880
24848
  let { data: data2, withXSRFToken, xsrfHeaderName, xsrfCookieName, headers, auth } = newConfig;
24881
- newConfig.headers = headers = AxiosHeaders.from(headers);
24849
+ newConfig.headers = headers = AxiosHeaders$1.from(headers);
24882
24850
  newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url), config.params, config.paramsSerializer);
24883
24851
  if (auth) {
24884
24852
  headers.set(
@@ -24911,7 +24879,7 @@ const xhrAdapter = isXHRAdapterSupported && function(config) {
24911
24879
  return new Promise(function dispatchXhrRequest(resolve, reject3) {
24912
24880
  const _config = resolveConfig(config);
24913
24881
  let requestData = _config.data;
24914
- const requestHeaders = AxiosHeaders.from(_config.headers).normalize();
24882
+ const requestHeaders = AxiosHeaders$1.from(_config.headers).normalize();
24915
24883
  let { responseType, onUploadProgress, onDownloadProgress } = _config;
24916
24884
  let onCanceled;
24917
24885
  let uploadThrottled, downloadThrottled;
@@ -24929,7 +24897,7 @@ const xhrAdapter = isXHRAdapterSupported && function(config) {
24929
24897
  if (!request) {
24930
24898
  return;
24931
24899
  }
24932
- const responseHeaders = AxiosHeaders.from(
24900
+ const responseHeaders = AxiosHeaders$1.from(
24933
24901
  "getAllResponseHeaders" in request && request.getAllResponseHeaders()
24934
24902
  );
24935
24903
  const responseData = !responseType || responseType === "text" || responseType === "json" ? request.responseText : request.response;
@@ -24967,11 +24935,11 @@ const xhrAdapter = isXHRAdapterSupported && function(config) {
24967
24935
  if (!request) {
24968
24936
  return;
24969
24937
  }
24970
- reject3(new AxiosError("Request aborted", AxiosError.ECONNABORTED, config, request));
24938
+ reject3(new AxiosError$1("Request aborted", AxiosError$1.ECONNABORTED, config, request));
24971
24939
  request = null;
24972
24940
  };
24973
24941
  request.onerror = function handleError() {
24974
- reject3(new AxiosError("Network Error", AxiosError.ERR_NETWORK, config, request));
24942
+ reject3(new AxiosError$1("Network Error", AxiosError$1.ERR_NETWORK, config, request));
24975
24943
  request = null;
24976
24944
  };
24977
24945
  request.ontimeout = function handleTimeout() {
@@ -24980,9 +24948,9 @@ const xhrAdapter = isXHRAdapterSupported && function(config) {
24980
24948
  if (_config.timeoutErrorMessage) {
24981
24949
  timeoutErrorMessage = _config.timeoutErrorMessage;
24982
24950
  }
24983
- reject3(new AxiosError(
24951
+ reject3(new AxiosError$1(
24984
24952
  timeoutErrorMessage,
24985
- transitional2.clarifyTimeoutError ? AxiosError.ETIMEDOUT : AxiosError.ECONNABORTED,
24953
+ transitional2.clarifyTimeoutError ? AxiosError$1.ETIMEDOUT : AxiosError$1.ECONNABORTED,
24986
24954
  config,
24987
24955
  request
24988
24956
  ));
@@ -25014,7 +24982,7 @@ const xhrAdapter = isXHRAdapterSupported && function(config) {
25014
24982
  if (!request) {
25015
24983
  return;
25016
24984
  }
25017
- reject3(!cancel || cancel.type ? new CanceledError(null, config, request) : cancel);
24985
+ reject3(!cancel || cancel.type ? new CanceledError$1(null, config, request) : cancel);
25018
24986
  request.abort();
25019
24987
  request = null;
25020
24988
  };
@@ -25025,7 +24993,7 @@ const xhrAdapter = isXHRAdapterSupported && function(config) {
25025
24993
  }
25026
24994
  const protocol = parseProtocol(_config.url);
25027
24995
  if (protocol && platform.protocols.indexOf(protocol) === -1) {
25028
- reject3(new AxiosError("Unsupported protocol " + protocol + ":", AxiosError.ERR_BAD_REQUEST, config));
24996
+ reject3(new AxiosError$1("Unsupported protocol " + protocol + ":", AxiosError$1.ERR_BAD_REQUEST, config));
25029
24997
  return;
25030
24998
  }
25031
24999
  request.send(requestData || null);
@@ -25041,12 +25009,12 @@ const composeSignals = (signals, timeout) => {
25041
25009
  aborted = true;
25042
25010
  unsubscribe();
25043
25011
  const err = reason instanceof Error ? reason : this.reason;
25044
- controller.abort(err instanceof AxiosError ? err : new CanceledError(err instanceof Error ? err.message : err));
25012
+ controller.abort(err instanceof AxiosError$1 ? err : new CanceledError$1(err instanceof Error ? err.message : err));
25045
25013
  }
25046
25014
  };
25047
25015
  let timer = timeout && setTimeout(() => {
25048
25016
  timer = null;
25049
- onabort(new AxiosError(`timeout ${timeout} of ms exceeded`, AxiosError.ETIMEDOUT));
25017
+ onabort(new AxiosError$1(`timeout ${timeout} of ms exceeded`, AxiosError$1.ETIMEDOUT));
25050
25018
  }, timeout);
25051
25019
  const unsubscribe = () => {
25052
25020
  if (signals) {
@@ -25169,7 +25137,7 @@ const resolvers = {
25169
25137
  isFetchSupported && ((res) => {
25170
25138
  ["text", "arrayBuffer", "blob", "formData", "stream"].forEach((type3) => {
25171
25139
  !resolvers[type3] && (resolvers[type3] = utils$1.isFunction(res[type3]) ? (res2) => res2[type3]() : (_2, config) => {
25172
- throw new AxiosError(`Response type '${type3}' is not supported`, AxiosError.ERR_NOT_SUPPORT, config);
25140
+ throw new AxiosError$1(`Response type '${type3}' is not supported`, AxiosError$1.ERR_NOT_SUPPORT, config);
25173
25141
  });
25174
25142
  });
25175
25143
  })(new Response());
@@ -25281,7 +25249,7 @@ const fetchAdapter = isFetchSupported && (async (config) => {
25281
25249
  return await new Promise((resolve, reject3) => {
25282
25250
  settle(resolve, reject3, {
25283
25251
  data: responseData,
25284
- headers: AxiosHeaders.from(response.headers),
25252
+ headers: AxiosHeaders$1.from(response.headers),
25285
25253
  status: response.status,
25286
25254
  statusText: response.statusText,
25287
25255
  config,
@@ -25292,13 +25260,13 @@ const fetchAdapter = isFetchSupported && (async (config) => {
25292
25260
  unsubscribe && unsubscribe();
25293
25261
  if (err && err.name === "TypeError" && /fetch/i.test(err.message)) {
25294
25262
  throw Object.assign(
25295
- new AxiosError("Network Error", AxiosError.ERR_NETWORK, config, request),
25263
+ new AxiosError$1("Network Error", AxiosError$1.ERR_NETWORK, config, request),
25296
25264
  {
25297
25265
  cause: err.cause || err
25298
25266
  }
25299
25267
  );
25300
25268
  }
25301
- throw AxiosError.from(err, err && err.code, config, request);
25269
+ throw AxiosError$1.from(err, err && err.code, config, request);
25302
25270
  }
25303
25271
  });
25304
25272
  const knownAdapters = {
@@ -25331,7 +25299,7 @@ const adapters = {
25331
25299
  if (!isResolvedHandle(nameOrAdapter)) {
25332
25300
  adapter = knownAdapters[(id = String(nameOrAdapter)).toLowerCase()];
25333
25301
  if (adapter === void 0) {
25334
- throw new AxiosError(`Unknown adapter '${id}'`);
25302
+ throw new AxiosError$1(`Unknown adapter '${id}'`);
25335
25303
  }
25336
25304
  }
25337
25305
  if (adapter) {
@@ -25344,7 +25312,7 @@ const adapters = {
25344
25312
  ([id, state2]) => `adapter ${id} ` + (state2 === false ? "is not supported by the environment" : "is not available in the build")
25345
25313
  );
25346
25314
  let s2 = length ? reasons.length > 1 ? "since :\n" + reasons.map(renderReason).join("\n") : " " + renderReason(reasons[0]) : "as no adapter specified";
25347
- throw new AxiosError(
25315
+ throw new AxiosError$1(
25348
25316
  `There is no suitable adapter to dispatch the request ` + s2,
25349
25317
  "ERR_NOT_SUPPORT"
25350
25318
  );
@@ -25358,12 +25326,12 @@ function throwIfCancellationRequested(config) {
25358
25326
  config.cancelToken.throwIfRequested();
25359
25327
  }
25360
25328
  if (config.signal && config.signal.aborted) {
25361
- throw new CanceledError(null, config);
25329
+ throw new CanceledError$1(null, config);
25362
25330
  }
25363
25331
  }
25364
25332
  function dispatchRequest(config) {
25365
25333
  throwIfCancellationRequested(config);
25366
- config.headers = AxiosHeaders.from(config.headers);
25334
+ config.headers = AxiosHeaders$1.from(config.headers);
25367
25335
  config.data = transformData.call(
25368
25336
  config,
25369
25337
  config.transformRequest
@@ -25379,10 +25347,10 @@ function dispatchRequest(config) {
25379
25347
  config.transformResponse,
25380
25348
  response
25381
25349
  );
25382
- response.headers = AxiosHeaders.from(response.headers);
25350
+ response.headers = AxiosHeaders$1.from(response.headers);
25383
25351
  return response;
25384
25352
  }, function onAdapterRejection(reason) {
25385
- if (!isCancel(reason)) {
25353
+ if (!isCancel$1(reason)) {
25386
25354
  throwIfCancellationRequested(config);
25387
25355
  if (reason && reason.response) {
25388
25356
  reason.response.data = transformData.call(
@@ -25390,13 +25358,13 @@ function dispatchRequest(config) {
25390
25358
  config.transformResponse,
25391
25359
  reason.response
25392
25360
  );
25393
- reason.response.headers = AxiosHeaders.from(reason.response.headers);
25361
+ reason.response.headers = AxiosHeaders$1.from(reason.response.headers);
25394
25362
  }
25395
25363
  }
25396
25364
  return Promise.reject(reason);
25397
25365
  });
25398
25366
  }
25399
- const VERSION = "1.7.9";
25367
+ const VERSION$1 = "1.7.9";
25400
25368
  const validators$1 = {};
25401
25369
  ["object", "boolean", "number", "function", "string", "symbol"].forEach((type3, i2) => {
25402
25370
  validators$1[type3] = function validator2(thing) {
@@ -25406,13 +25374,13 @@ const validators$1 = {};
25406
25374
  const deprecatedWarnings = {};
25407
25375
  validators$1.transitional = function transitional(validator2, version2, message) {
25408
25376
  function formatMessage(opt, desc) {
25409
- return "[Axios v" + VERSION + "] Transitional option '" + opt + "'" + desc + (message ? ". " + message : "");
25377
+ return "[Axios v" + VERSION$1 + "] Transitional option '" + opt + "'" + desc + (message ? ". " + message : "");
25410
25378
  }
25411
25379
  return (value, opt, opts) => {
25412
25380
  if (validator2 === false) {
25413
- throw new AxiosError(
25381
+ throw new AxiosError$1(
25414
25382
  formatMessage(opt, " has been removed" + (version2 ? " in " + version2 : "")),
25415
- AxiosError.ERR_DEPRECATED
25383
+ AxiosError$1.ERR_DEPRECATED
25416
25384
  );
25417
25385
  }
25418
25386
  if (version2 && !deprecatedWarnings[opt]) {
@@ -25435,7 +25403,7 @@ validators$1.spelling = function spelling(correctSpelling) {
25435
25403
  };
25436
25404
  function assertOptions(options, schema, allowUnknown) {
25437
25405
  if (typeof options !== "object") {
25438
- throw new AxiosError("options must be an object", AxiosError.ERR_BAD_OPTION_VALUE);
25406
+ throw new AxiosError$1("options must be an object", AxiosError$1.ERR_BAD_OPTION_VALUE);
25439
25407
  }
25440
25408
  const keys4 = Object.keys(options);
25441
25409
  let i2 = keys4.length;
@@ -25446,12 +25414,12 @@ function assertOptions(options, schema, allowUnknown) {
25446
25414
  const value = options[opt];
25447
25415
  const result2 = value === void 0 || validator2(value, opt, options);
25448
25416
  if (result2 !== true) {
25449
- throw new AxiosError("option " + opt + " must be " + result2, AxiosError.ERR_BAD_OPTION_VALUE);
25417
+ throw new AxiosError$1("option " + opt + " must be " + result2, AxiosError$1.ERR_BAD_OPTION_VALUE);
25450
25418
  }
25451
25419
  continue;
25452
25420
  }
25453
25421
  if (allowUnknown !== true) {
25454
- throw new AxiosError("Unknown option " + opt, AxiosError.ERR_BAD_OPTION);
25422
+ throw new AxiosError$1("Unknown option " + opt, AxiosError$1.ERR_BAD_OPTION);
25455
25423
  }
25456
25424
  }
25457
25425
  }
@@ -25460,7 +25428,7 @@ const validator = {
25460
25428
  validators: validators$1
25461
25429
  };
25462
25430
  const validators = validator.validators;
25463
- class Axios {
25431
+ let Axios$1 = class Axios2 {
25464
25432
  constructor(instanceConfig) {
25465
25433
  this.defaults = instanceConfig;
25466
25434
  this.interceptors = {
@@ -25503,7 +25471,7 @@ class Axios {
25503
25471
  } else {
25504
25472
  config = configOrUrl || {};
25505
25473
  }
25506
- config = mergeConfig(this.defaults, config);
25474
+ config = mergeConfig$1(this.defaults, config);
25507
25475
  const { transitional: transitional2, paramsSerializer, headers } = config;
25508
25476
  if (transitional2 !== void 0) {
25509
25477
  validator.assertOptions(transitional2, {
@@ -25539,7 +25507,7 @@ class Axios {
25539
25507
  delete headers[method];
25540
25508
  }
25541
25509
  );
25542
- config.headers = AxiosHeaders.concat(contextHeaders, headers);
25510
+ config.headers = AxiosHeaders$1.concat(contextHeaders, headers);
25543
25511
  const requestInterceptorChain = [];
25544
25512
  let synchronousRequestInterceptors = true;
25545
25513
  this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) {
@@ -25593,14 +25561,14 @@ class Axios {
25593
25561
  return promise;
25594
25562
  }
25595
25563
  getUri(config) {
25596
- config = mergeConfig(this.defaults, config);
25564
+ config = mergeConfig$1(this.defaults, config);
25597
25565
  const fullPath = buildFullPath(config.baseURL, config.url);
25598
25566
  return buildURL(fullPath, config.params, config.paramsSerializer);
25599
25567
  }
25600
- }
25568
+ };
25601
25569
  utils$1.forEach(["delete", "get", "head", "options"], function forEachMethodNoData(method) {
25602
- Axios.prototype[method] = function(url, config) {
25603
- return this.request(mergeConfig(config || {}, {
25570
+ Axios$1.prototype[method] = function(url, config) {
25571
+ return this.request(mergeConfig$1(config || {}, {
25604
25572
  method,
25605
25573
  url,
25606
25574
  data: (config || {}).data
@@ -25610,7 +25578,7 @@ utils$1.forEach(["delete", "get", "head", "options"], function forEachMethodNoDa
25610
25578
  utils$1.forEach(["post", "put", "patch"], function forEachMethodWithData(method) {
25611
25579
  function generateHTTPMethod(isForm) {
25612
25580
  return function httpMethod(url, data2, config) {
25613
- return this.request(mergeConfig(config || {}, {
25581
+ return this.request(mergeConfig$1(config || {}, {
25614
25582
  method,
25615
25583
  headers: isForm ? {
25616
25584
  "Content-Type": "multipart/form-data"
@@ -25620,10 +25588,10 @@ utils$1.forEach(["post", "put", "patch"], function forEachMethodWithData(method)
25620
25588
  }));
25621
25589
  };
25622
25590
  }
25623
- Axios.prototype[method] = generateHTTPMethod();
25624
- Axios.prototype[method + "Form"] = generateHTTPMethod(true);
25591
+ Axios$1.prototype[method] = generateHTTPMethod();
25592
+ Axios$1.prototype[method + "Form"] = generateHTTPMethod(true);
25625
25593
  });
25626
- class CancelToken {
25594
+ let CancelToken$1 = class CancelToken2 {
25627
25595
  constructor(executor) {
25628
25596
  if (typeof executor !== "function") {
25629
25597
  throw new TypeError("executor must be a function.");
@@ -25656,7 +25624,7 @@ class CancelToken {
25656
25624
  if (token.reason) {
25657
25625
  return;
25658
25626
  }
25659
- token.reason = new CanceledError(message, config, request);
25627
+ token.reason = new CanceledError$1(message, config, request);
25660
25628
  resolvePromise(token.reason);
25661
25629
  });
25662
25630
  }
@@ -25709,7 +25677,7 @@ class CancelToken {
25709
25677
  */
25710
25678
  static source() {
25711
25679
  let cancel;
25712
- const token = new CancelToken(function executor(c2) {
25680
+ const token = new CancelToken2(function executor(c2) {
25713
25681
  cancel = c2;
25714
25682
  });
25715
25683
  return {
@@ -25717,16 +25685,16 @@ class CancelToken {
25717
25685
  cancel
25718
25686
  };
25719
25687
  }
25720
- }
25721
- function spread(callback) {
25688
+ };
25689
+ function spread$1(callback) {
25722
25690
  return function wrap(arr) {
25723
25691
  return callback.apply(null, arr);
25724
25692
  };
25725
25693
  }
25726
- function isAxiosError(payload) {
25694
+ function isAxiosError$1(payload) {
25727
25695
  return utils$1.isObject(payload) && payload.isAxiosError === true;
25728
25696
  }
25729
- const HttpStatusCode = {
25697
+ const HttpStatusCode$1 = {
25730
25698
  Continue: 100,
25731
25699
  SwitchingProtocols: 101,
25732
25700
  Processing: 102,
@@ -25791,39 +25759,57 @@ const HttpStatusCode = {
25791
25759
  NotExtended: 510,
25792
25760
  NetworkAuthenticationRequired: 511
25793
25761
  };
25794
- Object.entries(HttpStatusCode).forEach(([key, value]) => {
25795
- HttpStatusCode[value] = key;
25762
+ Object.entries(HttpStatusCode$1).forEach(([key, value]) => {
25763
+ HttpStatusCode$1[value] = key;
25796
25764
  });
25797
25765
  function createInstance(defaultConfig2) {
25798
- const context = new Axios(defaultConfig2);
25799
- const instance = bind(Axios.prototype.request, context);
25800
- utils$1.extend(instance, Axios.prototype, context, { allOwnKeys: true });
25766
+ const context = new Axios$1(defaultConfig2);
25767
+ const instance = bind(Axios$1.prototype.request, context);
25768
+ utils$1.extend(instance, Axios$1.prototype, context, { allOwnKeys: true });
25801
25769
  utils$1.extend(instance, context, null, { allOwnKeys: true });
25802
25770
  instance.create = function create(instanceConfig) {
25803
- return createInstance(mergeConfig(defaultConfig2, instanceConfig));
25771
+ return createInstance(mergeConfig$1(defaultConfig2, instanceConfig));
25804
25772
  };
25805
25773
  return instance;
25806
25774
  }
25807
25775
  const axios$1 = createInstance(defaults);
25808
- axios$1.Axios = Axios;
25809
- axios$1.CanceledError = CanceledError;
25810
- axios$1.CancelToken = CancelToken;
25811
- axios$1.isCancel = isCancel;
25812
- axios$1.VERSION = VERSION;
25813
- axios$1.toFormData = toFormData;
25814
- axios$1.AxiosError = AxiosError;
25776
+ axios$1.Axios = Axios$1;
25777
+ axios$1.CanceledError = CanceledError$1;
25778
+ axios$1.CancelToken = CancelToken$1;
25779
+ axios$1.isCancel = isCancel$1;
25780
+ axios$1.VERSION = VERSION$1;
25781
+ axios$1.toFormData = toFormData$1;
25782
+ axios$1.AxiosError = AxiosError$1;
25815
25783
  axios$1.Cancel = axios$1.CanceledError;
25816
- axios$1.all = function all(promises) {
25784
+ axios$1.all = function all2(promises) {
25817
25785
  return Promise.all(promises);
25818
25786
  };
25819
- axios$1.spread = spread;
25820
- axios$1.isAxiosError = isAxiosError;
25821
- axios$1.mergeConfig = mergeConfig;
25822
- axios$1.AxiosHeaders = AxiosHeaders;
25787
+ axios$1.spread = spread$1;
25788
+ axios$1.isAxiosError = isAxiosError$1;
25789
+ axios$1.mergeConfig = mergeConfig$1;
25790
+ axios$1.AxiosHeaders = AxiosHeaders$1;
25823
25791
  axios$1.formToJSON = (thing) => formDataToJSON(utils$1.isHTMLForm(thing) ? new FormData(thing) : thing);
25824
25792
  axios$1.getAdapter = adapters.getAdapter;
25825
- axios$1.HttpStatusCode = HttpStatusCode;
25793
+ axios$1.HttpStatusCode = HttpStatusCode$1;
25826
25794
  axios$1.default = axios$1;
25795
+ const {
25796
+ Axios,
25797
+ AxiosError,
25798
+ CanceledError,
25799
+ isCancel,
25800
+ CancelToken,
25801
+ VERSION,
25802
+ all,
25803
+ Cancel,
25804
+ isAxiosError,
25805
+ spread,
25806
+ toFormData,
25807
+ AxiosHeaders,
25808
+ HttpStatusCode,
25809
+ formToJSON,
25810
+ getAdapter,
25811
+ mergeConfig
25812
+ } = axios$1;
25827
25813
  const metadata = { "version": 4, "country_calling_codes": { "1": ["US", "AG", "AI", "AS", "BB", "BM", "BS", "CA", "DM", "DO", "GD", "GU", "JM", "KN", "KY", "LC", "MP", "MS", "PR", "SX", "TC", "TT", "VC", "VG", "VI"], "7": ["RU", "KZ"], "20": ["EG"], "27": ["ZA"], "30": ["GR"], "31": ["NL"], "32": ["BE"], "33": ["FR"], "34": ["ES"], "36": ["HU"], "39": ["IT", "VA"], "40": ["RO"], "41": ["CH"], "43": ["AT"], "44": ["GB", "GG", "IM", "JE"], "45": ["DK"], "46": ["SE"], "47": ["NO", "SJ"], "48": ["PL"], "49": ["DE"], "51": ["PE"], "52": ["MX"], "53": ["CU"], "54": ["AR"], "55": ["BR"], "56": ["CL"], "57": ["CO"], "58": ["VE"], "60": ["MY"], "61": ["AU", "CC", "CX"], "62": ["ID"], "63": ["PH"], "64": ["NZ"], "65": ["SG"], "66": ["TH"], "81": ["JP"], "82": ["KR"], "84": ["VN"], "86": ["CN"], "90": ["TR"], "91": ["IN"], "92": ["PK"], "93": ["AF"], "94": ["LK"], "95": ["MM"], "98": ["IR"], "211": ["SS"], "212": ["MA", "EH"], "213": ["DZ"], "216": ["TN"], "218": ["LY"], "220": ["GM"], "221": ["SN"], "222": ["MR"], "223": ["ML"], "224": ["GN"], "225": ["CI"], "226": ["BF"], "227": ["NE"], "228": ["TG"], "229": ["BJ"], "230": ["MU"], "231": ["LR"], "232": ["SL"], "233": ["GH"], "234": ["NG"], "235": ["TD"], "236": ["CF"], "237": ["CM"], "238": ["CV"], "239": ["ST"], "240": ["GQ"], "241": ["GA"], "242": ["CG"], "243": ["CD"], "244": ["AO"], "245": ["GW"], "246": ["IO"], "247": ["AC"], "248": ["SC"], "249": ["SD"], "250": ["RW"], "251": ["ET"], "252": ["SO"], "253": ["DJ"], "254": ["KE"], "255": ["TZ"], "256": ["UG"], "257": ["BI"], "258": ["MZ"], "260": ["ZM"], "261": ["MG"], "262": ["RE", "YT"], "263": ["ZW"], "264": ["NA"], "265": ["MW"], "266": ["LS"], "267": ["BW"], "268": ["SZ"], "269": ["KM"], "290": ["SH", "TA"], "291": ["ER"], "297": ["AW"], "298": ["FO"], "299": ["GL"], "350": ["GI"], "351": ["PT"], "352": ["LU"], "353": ["IE"], "354": ["IS"], "355": ["AL"], "356": ["MT"], "357": ["CY"], "358": ["FI", "AX"], "359": ["BG"], "370": ["LT"], "371": ["LV"], "372": ["EE"], "373": ["MD"], "374": ["AM"], "375": ["BY"], "376": ["AD"], "377": ["MC"], "378": ["SM"], "380": ["UA"], "381": ["RS"], "382": ["ME"], "383": ["XK"], "385": ["HR"], "386": ["SI"], "387": ["BA"], "389": ["MK"], "420": ["CZ"], "421": ["SK"], "423": ["LI"], "500": ["FK"], "501": ["BZ"], "502": ["GT"], "503": ["SV"], "504": ["HN"], "505": ["NI"], "506": ["CR"], "507": ["PA"], "508": ["PM"], "509": ["HT"], "590": ["GP", "BL", "MF"], "591": ["BO"], "592": ["GY"], "593": ["EC"], "594": ["GF"], "595": ["PY"], "596": ["MQ"], "597": ["SR"], "598": ["UY"], "599": ["CW", "BQ"], "670": ["TL"], "672": ["NF"], "673": ["BN"], "674": ["NR"], "675": ["PG"], "676": ["TO"], "677": ["SB"], "678": ["VU"], "679": ["FJ"], "680": ["PW"], "681": ["WF"], "682": ["CK"], "683": ["NU"], "685": ["WS"], "686": ["KI"], "687": ["NC"], "688": ["TV"], "689": ["PF"], "690": ["TK"], "691": ["FM"], "692": ["MH"], "850": ["KP"], "852": ["HK"], "853": ["MO"], "855": ["KH"], "856": ["LA"], "880": ["BD"], "886": ["TW"], "960": ["MV"], "961": ["LB"], "962": ["JO"], "963": ["SY"], "964": ["IQ"], "965": ["KW"], "966": ["SA"], "967": ["YE"], "968": ["OM"], "970": ["PS"], "971": ["AE"], "972": ["IL"], "973": ["BH"], "974": ["QA"], "975": ["BT"], "976": ["MN"], "977": ["NP"], "992": ["TJ"], "993": ["TM"], "994": ["AZ"], "995": ["GE"], "996": ["KG"], "998": ["UZ"] }, "countries": { "AC": ["247", "00", "(?:[01589]\\d|[46])\\d{4}", [5, 6]], "AD": ["376", "00", "(?:1|6\\d)\\d{7}|[135-9]\\d{5}", [6, 8, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["[135-9]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["1"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]]], "AE": ["971", "00", "(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{2,9})", "$1 $2", ["60|8"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[236]|[479][2-8]"], "0$1"], ["(\\d{3})(\\d)(\\d{5})", "$1 $2 $3", ["[479]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"]], "0"], "AF": ["93", "00", "[2-7]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"]], "0"], "AG": ["1", "011", "(?:268|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([457]\\d{6})$|1", "268$1", 0, "268"], "AI": ["1", "011", "(?:264|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2457]\\d{6})$|1", "264$1", 0, "264"], "AL": ["355", "00", "(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}", [6, 7, 8, 9], [["(\\d{3})(\\d{3,4})", "$1 $2", ["80|9"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["4[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2358][2-5]|4"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["[23578]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["6"], "0$1"]], "0"], "AM": ["374", "00", "(?:[1-489]\\d|55|60|77)\\d{6}", [8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[89]0"], "0 $1"], ["(\\d{3})(\\d{5})", "$1 $2", ["2|3[12]"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["1|47"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[3-9]"], "0$1"]], "0"], "AO": ["244", "00", "[29]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[29]"]]]], "AR": ["54", "00", "(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}", [10, 11], [["(\\d{4})(\\d{2})(\\d{4})", "$1 $2-$3", ["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])", "2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["1"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[68]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2-$3", ["[23]"], "0$1", 1], ["(\\d)(\\d{4})(\\d{2})(\\d{4})", "$2 15-$3-$4", ["9(?:2[2-469]|3[3-578])", "9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))", "9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d)(\\d{2})(\\d{4})(\\d{4})", "$2 15-$3-$4", ["91"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d{3})(\\d{3})(\\d{5})", "$1-$2-$3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{4})", "$2 15-$3-$4", ["9"], "0$1", 0, "$1 $2 $3-$4"]], "0", 0, "0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?", "9$1"], "AS": ["1", "011", "(?:[58]\\d\\d|684|900)\\d{7}", [10], 0, "1", 0, "([267]\\d{6})$|1", "684$1", 0, "684"], "AT": ["43", "00", "1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{3,12})", "$1 $2", ["1(?:11|[2-9])"], "0$1"], ["(\\d{3})(\\d{2})", "$1 $2", ["517"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["5[079]"], "0$1"], ["(\\d{3})(\\d{3,10})", "$1 $2", ["(?:31|4)6|51|6(?:5[0-3579]|[6-9])|7(?:20|32|8)|[89]"], "0$1"], ["(\\d{4})(\\d{3,9})", "$1 $2", ["[2-467]|5[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,7})", "$1 $2 $3", ["5"], "0$1"]], "0"], "AU": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}", [5, 6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{3,4})", "$1 $2", ["16"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["16"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["14|4"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[2378]"], "(0$1)"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:30|[89])"]]], "0", 0, "(183[12])|0", 0, 0, 0, [["(?:(?:(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|7(?:[013-57-9]\\d|2[0-8]))\\d|3(?:(?:[0-3589]\\d|6[1-9]|7[0-35-9])\\d|4(?:[0-578]\\d|90)))\\d\\d|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4])|3\\d\\d)|(?:6[0-8]|[78]\\d)\\d{3}|9(?:[02-9]\\d{3}|1(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79])))))\\d{3}", [9]], ["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, ["163\\d{2,6}", [5, 6, 7, 8, 9]], ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "AW": ["297", "00", "(?:[25-79]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[25-9]"]]]], "AX": ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}", [5, 6, 7, 8, 9, 10, 11, 12], 0, "0", 0, 0, 0, 0, "18", 0, "00"], "AZ": ["994", "00", "365\\d{6}|(?:[124579]\\d|60|88)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[28]|2|365|46", "1[28]|2|365[45]|46", "1[28]|2|365(?:4|5[02])|46"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[13-9]"], "0$1"]], "0"], "BA": ["387", "00", "6\\d{8}|(?:[35689]\\d|49|70)\\d{6}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[1-3]|[7-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2-$3", ["[3-5]|6[56]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["6"], "0$1"]], "0"], "BB": ["1", "011", "(?:246|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "246$1", 0, "246"], "BD": ["880", "00", "[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{2})(\\d{4,6})", "$1-$2", ["31[5-8]|[459]1"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1-$2", ["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:[15]|28|4[14])|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"], "0$1"], ["(\\d{4})(\\d{3,6})", "$1-$2", ["[13-9]|2[23]"], "0$1"], ["(\\d)(\\d{7,8})", "$1-$2", ["2"], "0$1"]], "0"], "BE": ["32", "00", "4\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:80|9)0"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[239]|4[23]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[15-8]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4"], "0$1"]], "0"], "BF": ["226", "00", "[025-7]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[025-7]"]]]], "BG": ["359", "00", "00800\\d{7}|[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}", [6, 7, 8, 9, 12], [["(\\d)(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["43[1-6]|70[1-9]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:70|8)0"], "0$1"], ["(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3", ["43[1-7]|7"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[48]|9[08]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"]], "0"], "BH": ["973", "00", "[136-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[13679]|8[02-4679]"]]]], "BI": ["257", "00", "(?:[267]\\d|31)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2367]"]]]], "BJ": ["229", "00", "(?:01\\d|[24-689])\\d{7}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["0"]]]], "BL": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:2[7-9]|3[3-7]|5[12]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-5])\\d{4}"]]], "BM": ["1", "011", "(?:441|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "441$1", 0, "441"], "BN": ["673", "00", "[2-578]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-578]"]]]], "BO": ["591", "00(?:1\\d)?", "8001\\d{5}|(?:[2-467]\\d|50)\\d{6}", [8, 9], [["(\\d)(\\d{7})", "$1 $2", ["[235]|4[46]"]], ["(\\d{8})", "$1", ["[67]"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["8"]]], "0", 0, "0(1\\d)?"], "BQ": ["599", "00", "(?:[34]1|7\\d)\\d{5}", [7], 0, 0, 0, 0, 0, 0, "[347]"], "BR": ["55", "00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)", "(?:[1-46-9]\\d\\d|5(?:[0-46-9]\\d|5[0-46-9]))\\d{8}|[1-9]\\d{9}|[3589]\\d{8}|[34]\\d{7}", [8, 9, 10, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["300|4(?:0[02]|37)", "4(?:02|37)0|[34]00"]], ["(\\d{3})(\\d{2,3})(\\d{4})", "$1 $2 $3", ["(?:[358]|90)0"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"], "($1)"], ["(\\d{2})(\\d{5})(\\d{4})", "$1 $2-$3", ["[16][1-9]|[2-57-9]"], "($1)"]], "0", 0, "(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?", "$2"], "BS": ["1", "011", "(?:242|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([3-8]\\d{6})$|1", "242$1", 0, "242"], "BT": ["975", "00", "[17]\\d{7}|[2-8]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-68]|7[246]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[67]|7"]]]], "BW": ["267", "00", "(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["90"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[24-6]|3[15-9]"]], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37]"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["8"]]]], "BY": ["375", "810", "(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3})", "$1 $2", ["800"], "8 $1"], ["(\\d{3})(\\d{2})(\\d{2,4})", "$1 $2 $3", ["800"], "8 $1"], ["(\\d{4})(\\d{2})(\\d{3})", "$1 $2-$3", ["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])", "1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"], "8 0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["1(?:[56]|7[467])|2[1-3]"], "8 0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-4]"], "8 0$1"], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[89]"], "8 $1"]], "8", 0, "0|80?", 0, 0, 0, 0, "8~10"], "BZ": ["501", "00", "(?:0800\\d|[2-8])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-8]"]], ["(\\d)(\\d{3})(\\d{4})(\\d{3})", "$1-$2-$3-$4", ["0"]]]], "CA": ["1", "011", "[2-9]\\d{9}|3\\d{6}", [7, 10], 0, "1", 0, 0, 0, 0, 0, [["(?:2(?:04|[23]6|[48]9|50|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|7[39])|9(?:0[25]|42))[2-9]\\d{6}", [10]], ["", [10]], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}", [10]], ["900[2-9]\\d{6}", [10]], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:2[125-9]|33|44|66|77|88)|6(?:22|33))[2-9]\\d{6}", [10]], 0, ["310\\d{4}", [7]], 0, ["600[2-9]\\d{6}", [10]]]], "CC": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}", [9]], ["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "CD": ["243", "00", "(?:(?:[189]|5\\d)\\d|2)\\d{7}|[1-68]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[1-6]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["5"], "0$1"]], "0"], "CF": ["236", "00", "(?:[27]\\d{3}|8776)\\d{4}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[278]"]]]], "CG": ["242", "00", "222\\d{6}|(?:0\\d|80)\\d{7}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[02]"]]]], "CH": ["41", "00", "8\\d{11}|[2-9]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8[047]|90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]|81"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["8"], "0$1"]], "0"], "CI": ["225", "00", "[02]\\d{9}", [10], [["(\\d{2})(\\d{2})(\\d)(\\d{5})", "$1 $2 $3 $4", ["2"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3 $4", ["0"]]]], "CK": ["682", "00", "[2-578]\\d{4}", [5], [["(\\d{2})(\\d{3})", "$1 $2", ["[2-578]"]]]], "CL": ["56", "(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0", "12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}", [9, 10, 11], [["(\\d{5})(\\d{4})", "$1 $2", ["219", "2196"], "($1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["44"]], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2[1-36]"], "($1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["9[2-9]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-9]|[1-9])"], "($1)"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["60|8"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{3})(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["60"]]]], "CM": ["237", "00", "[26]\\d{8}|88\\d{6,7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["88"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[26]|88"]]]], "CN": ["86", "00|1(?:[12]\\d|79)\\d\\d00", "(?:(?:1[03-689]|2\\d)\\d\\d|6)\\d{8}|1\\d{10}|[126]\\d{6}(?:\\d(?:\\d{2})?)?|86\\d{5,6}|(?:[3-579]\\d|8[0-57-9])\\d{5,9}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5,6})", "$1 $2", ["(?:10|2[0-57-9])[19]|3(?:[157]|35|49|9[1-68])|4(?:1[124-9]|2[179]|6[47-9]|7|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:07|1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3|4[13]|5[1-5]|7[0-79]|9[0-35-9])|(?:4[35]|59|85)[1-9]", "(?:10|2[0-57-9])(?:1[02]|9[56])|8078|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))1", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|80781|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))12", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|807812|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:078|1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123"], "0$1"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]", "(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]", "85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])", "85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["(?:4|80)0"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|2(?:[02-57-9]|1[1-9])", "10|2(?:[02-57-9]|1[1-9])", "10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"], "0$1", 1], ["(\\d{3})(\\d{7,8})", "$1 $2", ["9"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["80"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[3-578]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["1[3-9]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["[12]"], "0$1", 1]], "0", 0, "(1(?:[12]\\d|79)\\d\\d)|0", 0, 0, 0, 0, "00"], "CO": ["57", "00(?:4(?:[14]4|56)|[579])", "(?:46|60\\d\\d)\\d{6}|(?:1\\d|[39])\\d{9}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["46"]], ["(\\d{3})(\\d{7})", "$1 $2", ["6|90"], "($1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3[0-357]|91"]], ["(\\d)(\\d{3})(\\d{7})", "$1-$2-$3", ["1"], "0$1", 0, "$1 $2 $3"]], "0", 0, "0([3579]|4(?:[14]4|56))?"], "CR": ["506", "00", "(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}", [8, 10], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[3-9]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[89]"]]], 0, 0, "(19(?:0[0-2468]|1[09]|20|66|77|99))"], "CU": ["53", "119", "(?:[2-7]|8\\d\\d)\\d{7}|[2-47]\\d{6}|[34]\\d{5}", [6, 7, 8, 10], [["(\\d{2})(\\d{4,6})", "$1 $2", ["2[1-4]|[34]"], "(0$1)"], ["(\\d)(\\d{6,7})", "$1 $2", ["7"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["[56]"], "0$1"], ["(\\d{3})(\\d{7})", "$1 $2", ["8"], "0$1"]], "0"], "CV": ["238", "0", "(?:[2-59]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2-589]"]]]], "CW": ["599", "00", "(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[3467]"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["9[4-8]"]]], 0, 0, 0, 0, 0, "[69]"], "CX": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}", [9]], ["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "CY": ["357", "00", "(?:[279]\\d|[58]0)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[257-9]"]]]], "CZ": ["420", "00", "(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}", [9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]|9[015-7]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["96"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]]], "DE": ["49", "00", "[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[024-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|2[13]|31|[46][1-8])\\d{1,9}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], [["(\\d{2})(\\d{3,13})", "$1 $2", ["3[02]|40|[68]9"], "0$1"], ["(\\d{3})(\\d{3,12})", "$1 $2", ["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1", "2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"], "0$1"], ["(\\d{4})(\\d{2,11})", "$1 $2", ["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]", "[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["138"], "0$1"], ["(\\d{5})(\\d{2,10})", "$1 $2", ["3"], "0$1"], ["(\\d{3})(\\d{5,11})", "$1 $2", ["181"], "0$1"], ["(\\d{3})(\\d)(\\d{4,10})", "$1 $2 $3", ["1(?:3|80)|9"], "0$1"], ["(\\d{3})(\\d{7,8})", "$1 $2", ["1[67]"], "0$1"], ["(\\d{3})(\\d{7,12})", "$1 $2", ["8"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["185", "1850", "18500"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["18[68]"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["15[1279]"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["15[03568]", "15(?:[0568]|31)"], "0$1"], ["(\\d{3})(\\d{8})", "$1 $2", ["18"], "0$1"], ["(\\d{3})(\\d{2})(\\d{7,8})", "$1 $2 $3", ["1(?:6[023]|7)"], "0$1"], ["(\\d{4})(\\d{2})(\\d{7})", "$1 $2 $3", ["15[279]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{8})", "$1 $2 $3", ["15"], "0$1"]], "0"], "DJ": ["253", "00", "(?:2\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[27]"]]]], "DK": ["45", "00", "[2-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-9]"]]]], "DM": ["1", "011", "(?:[58]\\d\\d|767|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "767$1", 0, "767"], "DO": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "8001|8[024]9"], "DZ": ["213", "00", "(?:[1-4]|[5-79]\\d|80)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["9"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-8]"], "0$1"]], "0"], "EC": ["593", "00", "1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}", [8, 9, 10, 11], [["(\\d)(\\d{3})(\\d{4})", "$1 $2-$3", ["[2-7]"], "(0$1)", 0, "$1-$2-$3"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1"]]], "0"], "EE": ["372", "00", "8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88", "[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]], ["(\\d{4})(\\d{3,4})", "$1 $2", ["[45]|8(?:00|[1-49])", "[45]|8(?:00[1-9]|[1-49])"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], "EG": ["20", "00", "[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}", [8, 9, 10], [["(\\d)(\\d{7,8})", "$1 $2", ["[23]"], "0$1"], ["(\\d{2})(\\d{6,7})", "$1 $2", ["1[35]|[4-6]|8[2468]|9[235-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{8})", "$1 $2", ["1"], "0$1"]], "0"], "EH": ["212", "00", "[5-8]\\d{8}", [9], 0, "0", 0, 0, 0, 0, "528[89]"], "ER": ["291", "00", "[178]\\d{6}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[178]"], "0$1"]], "0"], "ES": ["34", "00", "[5-9]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]00"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-9]"]]]], "ET": ["251", "00", "(?:11|[2-579]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-579]"], "0$1"]], "0"], "FI": ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{5})", "$1", ["20[2-59]"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1 $2", ["(?:[1-3]0|[68])0|70[07-9]"], "0$1"], ["(\\d{2})(\\d{4,8})", "$1 $2", ["[14]|2[09]|50|7[135]"], "0$1"], ["(\\d{2})(\\d{6,10})", "$1 $2", ["7"], "0$1"], ["(\\d)(\\d{4,9})", "$1 $2", ["(?:19|[2568])[1-8]|3(?:0[1-9]|[1-9])|9"], "0$1"]], "0", 0, 0, 0, 0, "1[03-79]|[2-9]", 0, "00"], "FJ": ["679", "0(?:0|52)", "45\\d{5}|(?:0800\\d|[235-9])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[235-9]|45"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "FK": ["500", "00", "[2-7]\\d{4}", [5]], "FM": ["691", "00", "(?:[39]\\d\\d|820)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[389]"]]]], "FO": ["298", "00", "[2-9]\\d{5}", [6], [["(\\d{6})", "$1", ["[2-9]"]]], 0, 0, "(10(?:01|[12]0|88))"], "FR": ["33", "00", "[1-9]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0 $1"], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[1-79]"], "0$1"]], "0"], "GA": ["241", "00", "(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}", [7, 8], [["(\\d)(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-7]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["11|[67]"], "0$1"]], 0, 0, "0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})", "$1"], "GB": ["44", "00", "[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}", [7, 9, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["800", "8001", "80011", "800111", "8001111"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["845", "8454", "84546", "845464"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["800"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["1(?:38|5[23]|69|76|94)", "1(?:(?:38|69)7|5(?:24|39)|768|946)", "1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["1(?:[2-69][02-9]|[78])"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[25]|7(?:0|6[02-9])", "[25]|7(?:0|6(?:[03-9]|2[356]))"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1389]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0-35])|4(?:(?:[0-5]\\d|70)\\d|69[7-9])|(?:(?:5[0-26-9]|[78][0-49])\\d|6(?:[0-4]\\d|50))\\d)|(?:2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d|1(?:[0-7]\\d|8[0-3]))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d)\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}", [9, 10]], ["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]], 0, " x"], "GD": ["1", "011", "(?:473|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "473$1", 0, "473"], "GE": ["995", "00", "(?:[3-57]\\d\\d|800)\\d{6}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["32"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[57]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[348]"], "0$1"]], "0"], "GF": ["594", "00", "(?:[56]94\\d|7093)\\d{5}|(?:80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]|9[47]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[89]"], "0$1"]], "0"], "GG": ["44", "00", "(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?", [7, 9, 10], 0, "0", 0, "([25-9]\\d{5})$|0", "1481$1", 0, 0, [["1481[25-9]\\d{5}", [10]], ["7(?:(?:781|839)\\d|911[17])\\d{5}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]]], "GH": ["233", "00", "(?:[235]\\d{3}|800)\\d{5}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[235]"], "0$1"]], "0"], "GI": ["350", "00", "(?:[25]\\d|60)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["2"]]]], "GL": ["299", "00", "(?:19|[2-689]\\d|70)\\d{4}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["19|[2-9]"]]]], "GM": ["220", "00", "[2-9]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "GN": ["224", "00", "722\\d{6}|(?:3|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["3"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[67]"]]]], "GP": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0", 0, 0, 0, 0, 0, [["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1-9]|5[3-579]|[68][0-689]|7[08]|9\\d)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-5])\\d{4}"]]], "GQ": ["240", "00", "222\\d{6}|(?:3\\d|55|[89]0)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235]"]], ["(\\d{3})(\\d{6})", "$1 $2", ["[89]"]]]], "GR": ["30", "00", "5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}", [10, 11, 12], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["21|7"]], ["(\\d{4})(\\d{6})", "$1 $2", ["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2689]"]], ["(\\d{3})(\\d{3,4})(\\d{5})", "$1 $2 $3", ["8"]]]], "GT": ["502", "00", "80\\d{6}|(?:1\\d{3}|[2-7])\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-8]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], "GU": ["1", "011", "(?:[58]\\d\\d|671|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "671$1", 0, "671"], "GW": ["245", "00", "[49]\\d{8}|4\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["40"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"]]]], "GY": ["592", "001", "(?:[2-8]\\d{3}|9008)\\d{3}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "HK": ["852", "00(?:30|5[09]|[126-9]?)", "8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}", [5, 6, 7, 8, 9, 11], [["(\\d{3})(\\d{2,5})", "$1 $2", ["900", "9003"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{3})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "HN": ["504", "00", "8\\d{10}|[237-9]\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["[237-9]"]]]], "HR": ["385", "00", "(?:[24-69]\\d|3[0-79])\\d{7}|80\\d{5,7}|[1-79]\\d{7}|6\\d{5,6}", [6, 7, 8, 9], [["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["6[01]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{4})(\\d{3})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6|7[245]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-57]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"]], "0"], "HT": ["509", "00", "(?:[2-489]\\d|55)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[2-589]"]]]], "HU": ["36", "00", "[235-7]\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "06 $1"]], "06"], "ID": ["62", "00[89]", "00[1-9]\\d{9,14}|(?:[1-36]|8\\d{5})\\d{6}|00\\d{9}|[1-9]\\d{8,10}|[2-9]\\d{7}", [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["15"]], ["(\\d{2})(\\d{5,9})", "$1 $2", ["2[124]|[36]1"], "(0$1)"], ["(\\d{3})(\\d{5,7})", "$1 $2", ["800"], "0$1"], ["(\\d{3})(\\d{5,8})", "$1 $2", ["[2-79]"], "(0$1)"], ["(\\d{3})(\\d{3,4})(\\d{3})", "$1-$2-$3", ["8[1-35-9]"], "0$1"], ["(\\d{3})(\\d{6,8})", "$1 $2", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["804"], "0$1"], ["(\\d{3})(\\d)(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["80"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1-$2-$3", ["8"], "0$1"]], "0"], "IE": ["353", "00", "(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["2[24-9]|47|58|6[237-9]|9[35-9]"], "(0$1)"], ["(\\d{3})(\\d{5})", "$1 $2", ["[45]0"], "(0$1)"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2569]|4[1-69]|7[14]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["81"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["4"], "(0$1)"], ["(\\d{2})(\\d)(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "IL": ["972", "0(?:0|1[2-9])", "1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}", [7, 8, 9, 10, 11, 12], [["(\\d{4})(\\d{3})", "$1-$2", ["125"]], ["(\\d{4})(\\d{2})(\\d{2})", "$1-$2-$3", ["121"]], ["(\\d)(\\d{3})(\\d{4})", "$1-$2-$3", ["[2-489]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1-$2-$3", ["12"]], ["(\\d{4})(\\d{6})", "$1-$2", ["159"]], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3-$4", ["1[7-9]"]], ["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})", "$1-$2 $3-$4", ["15"]]], "0"], "IM": ["44", "00", "1624\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([25-8]\\d{5})$|0", "1624$1", 0, "74576|(?:16|7[56])24"], "IN": ["91", "00", "(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}", [8, 9, 10, 11, 12, 13], [["(\\d{8})", "$1", ["5(?:0|2[23]|3[03]|[67]1|88)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"], 0, 1], ["(\\d{4})(\\d{4,5})", "$1 $2", ["180", "1800"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["140"], 0, 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["11|2[02]|33|4[04]|79[1-7]|80[2-46]", "11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])", "11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"], "0$1", 1], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807", "1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]", "1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|83)|73179|807(?:1|9[1-3])|(?:1552|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])\\d|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"], "0$1", 1], ["(\\d{5})(\\d{5})", "$1 $2", ["[6-9]"], "0$1", 1], ["(\\d{4})(\\d{2,4})(\\d{4})", "$1 $2 $3", ["1(?:6|8[06])", "1(?:6|8[06]0)"], 0, 1], ["(\\d{4})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["18"], 0, 1]], "0"], "IO": ["246", "00", "3\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["3"]]]], "IQ": ["964", "00", "(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-6]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], "IR": ["98", "00", "[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}", [4, 5, 6, 7, 10], [["(\\d{4,5})", "$1", ["96"], "0$1"], ["(\\d{2})(\\d{4,5})", "$1 $2", ["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[1-8]"], "0$1"]], "0"], "IS": ["354", "00|1(?:0(?:01|[12]0)|100)", "(?:38\\d|[4-9])\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "IT": ["39", "00", "0\\d{5,10}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:43|55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?", [6, 7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{4,6})", "$1 $2", ["0[26]"]], ["(\\d{3})(\\d{3,6})", "$1 $2", ["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])", "0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]], ["(\\d{4})(\\d{2,6})", "$1 $2", ["0(?:[13-579][2-46-8]|8[236-8])"]], ["(\\d{4})(\\d{4})", "$1 $2", ["894"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[26]|5"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1(?:44|[679])|[378]|43"]], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[13-57-9][0159]|14"]], ["(\\d{2})(\\d{4})(\\d{5})", "$1 $2 $3", ["0[26]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, [["0669[0-79]\\d{1,6}|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}", [6, 7, 8, 9, 10, 11]], ["3[2-9]\\d{7,8}|(?:31|43)\\d{8}", [9, 10]], ["80(?:0\\d{3}|3)\\d{3}", [6, 9]], ["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}", [6, 8, 9, 10]], ["1(?:78\\d|99)\\d{6}", [9, 10]], ["3[2-8]\\d{9,10}", [11, 12]], 0, 0, ["55\\d{8}", [10]], ["84(?:[08]\\d{3}|[17])\\d{3}", [6, 9]]]], "JE": ["44", "00", "1534\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([0-24-8]\\d{5})$|0", "1534$1", 0, 0, [["1534[0-24-8]\\d{5}"], ["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97\\d))\\d{5}"], ["80(?:07(?:35|81)|8901)\\d{4}"], ["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"], ["701511\\d{4}"], 0, ["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"], ["56\\d{8}"]]], "JM": ["1", "011", "(?:[58]\\d\\d|658|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "658|876"], "JO": ["962", "00", "(?:(?:[2689]|7\\d)\\d|32|53)\\d{6}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2356]|87"], "(0$1)"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["70"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], "JP": ["81", "010", "00[1-9]\\d{6,14}|[25-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}", [8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3", ["(?:12|57|99)0"], "0$1"], ["(\\d{4})(\\d)(\\d{4})", "$1-$2-$3", ["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51)|9(?:80|9[16])", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["60"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2-$3", ["3|4(?:2[09]|7[01])|6[1-9]", "3|4(?:2(?:0|9[02-69])|7(?:0[019]|1))|6[1-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[0459]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[26-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9]|9[29])|5(?:2|3(?:[045]|9[0-8])|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3(?:[045]|9(?:[0-58]|6[4-9]|7[0-35689]))|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3", ["[14]|[289][2-9]|5[3-9]|7[2-4679]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["800"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[25-9]"], "0$1"]], "0", 0, "(000[259]\\d{6})$|(?:(?:003768)0?)|0", "$1"], "KE": ["254", "000", "(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}", [7, 8, 9, 10], [["(\\d{2})(\\d{5,7})", "$1 $2", ["[24-6]"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[17]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0"], "KG": ["996", "00", "8\\d{9}|[235-9]\\d{8}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["3(?:1[346]|[24-79])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-79]|88"], "0$1"], ["(\\d{3})(\\d{3})(\\d)(\\d{2,3})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "KH": ["855", "00[14-9]", "1\\d{9}|[1-9]\\d{7,8}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "KI": ["686", "00", "(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}", [5, 8], 0, "0"], "KM": ["269", "00", "[3478]\\d{6}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[3478]"]]]], "KN": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "869$1", 0, "869"], "KP": ["850", "00|99", "85\\d{6}|(?:19\\d|[2-7])\\d{7}", [8, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"]], "0"], "KR": ["82", "00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))", "00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}", [5, 6, 8, 9, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3,4})", "$1-$2", ["(?:3[1-3]|[46][1-4]|5[1-5])1"], "0$1"], ["(\\d{4})(\\d{4})", "$1-$2", ["1"]], ["(\\d)(\\d{3,4})(\\d{4})", "$1-$2-$3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[36]0|8"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1-$2-$3", ["[1346]|5[1-5]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{2})(\\d{5})(\\d{4})", "$1-$2-$3", ["5"], "0$1"]], "0", 0, "0(8(?:[1-46-8]|5\\d\\d))?"], "KW": ["965", "00", "18\\d{5}|(?:[2569]\\d|41)\\d{6}", [7, 8], [["(\\d{4})(\\d{3,4})", "$1 $2", ["[169]|2(?:[235]|4[1-35-9])|52"]], ["(\\d{3})(\\d{5})", "$1 $2", ["[245]"]]]], "KY": ["1", "011", "(?:345|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "345$1", 0, "345"], "KZ": ["7", "810", "(?:33622|8\\d{8})\\d{5}|[78]\\d{9}", [10, 14], 0, "8", 0, 0, 0, 0, "33|7", 0, "8~10"], "LA": ["856", "00", "[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2[13]|3[14]|[4-8]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["30[0135-9]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0"], "LB": ["961", "00", "[27-9]\\d{7}|[13-9]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[13-69]|7(?:[2-57]|62|8[0-7]|9[04-9])|8[02-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27-9]"]]], "0"], "LC": ["1", "011", "(?:[58]\\d\\d|758|900)\\d{7}", [10], 0, "1", 0, "([2-8]\\d{6})$|1", "758$1", 0, "758"], "LI": ["423", "00", "[68]\\d{8}|(?:[2378]\\d|90)\\d{5}", [7, 9], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2379]|8(?:0[09]|7)", "[2379]|8(?:0(?:02|9)|7)"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["69"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]], "0", 0, "(1001)|0"], "LK": ["94", "00", "[1-9]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[1-689]"], "0$1"]], "0"], "LR": ["231", "00", "(?:[245]\\d|33|77|88)\\d{7}|(?:2\\d|[4-6])\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["4[67]|[56]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-578]"], "0$1"]], "0"], "LS": ["266", "00", "(?:[256]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2568]"]]]], "LT": ["370", "00", "(?:[3469]\\d|52|[78]0)\\d{6}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["52[0-7]"], "(0-$1)", 1], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0 $1", 1], ["(\\d{2})(\\d{6})", "$1 $2", ["37|4(?:[15]|6[1-8])"], "(0-$1)", 1], ["(\\d{3})(\\d{5})", "$1 $2", ["[3-6]"], "(0-$1)", 1]], "0", 0, "[08]"], "LU": ["352", "00", "35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}", [4, 5, 6, 7, 8, 9, 10, 11], [["(\\d{2})(\\d{3})", "$1 $2", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["20[2-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4", ["2(?:[0367]|4[3-8])"]], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["80[01]|90[015]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["20"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4 $5", ["2(?:[0367]|4[3-8])"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})", "$1 $2 $3 $4", ["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]], 0, 0, "(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"], "LV": ["371", "00", "(?:[268]\\d|90)\\d{6}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[269]|8[01]"]]]], "LY": ["218", "00", "[2-9]\\d{8}", [9], [["(\\d{2})(\\d{7})", "$1-$2", ["[2-9]"], "0$1"]], "0"], "MA": ["212", "00", "[5-8]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5[45]"], "0$1"], ["(\\d{4})(\\d{5})", "$1-$2", ["5(?:2[2-46-9]|3[3-9]|9)|8(?:0[89]|92)"], "0$1"], ["(\\d{2})(\\d{7})", "$1-$2", ["8"], "0$1"], ["(\\d{3})(\\d{6})", "$1-$2", ["[5-7]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["5(?:2(?:[0-25-79]\\d|3[1-578]|4[02-46-8]|8[0235-7])|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[014-9]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"], ["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[0167]\\d|2[0-467]|5[0-3]|8[0-5]))\\d{6}"], ["80[0-7]\\d{6}"], ["89\\d{7}"], 0, 0, 0, 0, ["(?:592(?:4[0-2]|93)|80[89]\\d\\d)\\d{4}"]]], "MC": ["377", "00", "(?:[3489]|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["4"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[389]"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["6"], "0$1"]], "0"], "MD": ["373", "00", "(?:[235-7]\\d|[89]0)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["22|3"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[25-7]"], "0$1"]], "0"], "ME": ["382", "00", "(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "0$1"]], "0"], "MF": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:0[079]|[14]3|[27][79]|3[03-7]|5[0-268]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-5])\\d{4}"]]], "MG": ["261", "00", "[23]\\d{8}", [9], [["(\\d{2})(\\d{2})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0", 0, "([24-9]\\d{6})$|0", "20$1"], "MH": ["692", "011", "329\\d{4}|(?:[256]\\d|45)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-6]"]]], "1"], "MK": ["389", "00", "[2-578]\\d{7}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2|34[47]|4(?:[37]7|5[47]|64)"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[347]"], "0$1"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[58]"], "0$1"]], "0"], "ML": ["223", "00", "[24-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-9]"]]]], "MM": ["95", "00", "1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}", [6, 7, 8, 9, 10], [["(\\d)(\\d{2})(\\d{3})", "$1 $2 $3", ["16|2"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["4(?:[2-46]|5[3-5])|5|6(?:[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-5]|(?:60|86)[23]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]|452|678|86", "[12]|452|6788|86"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[4-7]|8[1-35]"], "0$1"], ["(\\d)(\\d{3})(\\d{4,6})", "$1 $2 $3", ["9(?:2[0-4]|[35-9]|4[137-9])"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["92"], "0$1"], ["(\\d)(\\d{5})(\\d{4})", "$1 $2 $3", ["9"], "0$1"]], "0"], "MN": ["976", "001", "[12]\\d{7,9}|[5-9]\\d{7}", [8, 9, 10], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[12]1"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[5-9]"]], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[12]2[1-3]"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["[12](?:27|3[2-8]|4[2-68]|5[1-4689])", "[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["[12]"], "0$1"]], "0"], "MO": ["853", "00", "0800\\d{3}|(?:28|[68]\\d)\\d{6}", [7, 8], [["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[268]"]]]], "MP": ["1", "011", "[58]\\d{9}|(?:67|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "670$1", 0, "670"], "MQ": ["596", "00", "(?:596\\d|7091)\\d{5}|(?:69|[89]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]|8(?:0[6-9]|[36])"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "MR": ["222", "00", "(?:[2-4]\\d\\d|800)\\d{5}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-48]"]]]], "MS": ["1", "011", "(?:[58]\\d\\d|664|900)\\d{7}", [10], 0, "1", 0, "([34]\\d{6})$|1", "664$1", 0, "664"], "MT": ["356", "00", "3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2357-9]"]]]], "MU": ["230", "0(?:0|[24-7]0|3[03])", "(?:[57]|8\\d\\d)\\d{7}|[2-468]\\d{6}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-46]|8[013]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[57]"]], ["(\\d{5})(\\d{5})", "$1 $2", ["8"]]], 0, 0, 0, 0, 0, 0, 0, "020"], "MV": ["960", "0(?:0|19)", "(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}", [7, 10], [["(\\d{3})(\\d{4})", "$1-$2", ["[34679]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "MW": ["265", "00", "(?:[1289]\\d|31|77)\\d{7}|1\\d{6}", [7, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["1[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[137-9]"], "0$1"]], "0"], "MX": ["52", "0[09]", "[2-9]\\d{9}", [10], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["33|5[56]|81"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "MY": ["60", "00", "1\\d{8,9}|(?:3\\d|[4-9])\\d{7}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1-$2 $3", ["[4-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1-$2 $3", ["1(?:[02469]|[378][1-9]|53)|8", "1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2 $3", ["3"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3-$4", ["1(?:[367]|80)"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2 $3", ["15"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2 $3", ["1"], "0$1"]], "0"], "MZ": ["258", "00", "(?:2|8\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2|8[2-79]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], "NA": ["264", "00", "[68]\\d{7,8}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["87"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], "NC": ["687", "00", "(?:050|[2-57-9]\\d\\d)\\d{3}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1.$2.$3", ["[02-57-9]"]]]], "NE": ["227", "00", "[027-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["08"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[089]|2[013]|7[0467]"]]]], "NF": ["672", "00", "[13]\\d{5}", [6], [["(\\d{2})(\\d{4})", "$1 $2", ["1[0-3]"]], ["(\\d)(\\d{5})", "$1 $2", ["[13]"]]], 0, 0, "([0-258]\\d{4})$", "3$1"], "NG": ["234", "009", "38\\d{6}|[78]\\d{9,13}|(?:20|9\\d)\\d{8}", [8, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["3"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[7-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["20[129]"], "0$1"], ["(\\d{4})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{3})(\\d{5})(\\d{5,6})", "$1 $2 $3", ["[78]"], "0$1"]], "0"], "NI": ["505", "00", "(?:1800|[25-8]\\d{3})\\d{4}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[125-8]"]]]], "NL": ["31", "00", "(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}", [5, 6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{4,7})", "$1 $2", ["[89]0"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["66"], "0$1"], ["(\\d)(\\d{8})", "$1 $2", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-578]|91"], "0$1"], ["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3", ["9"], "0$1"]], "0"], "NO": ["47", "00", "(?:0|[2-9]\\d{3})\\d{4}", [5, 8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]"]]], 0, 0, 0, 0, 0, "[02-689]|7[0-8]"], "NP": ["977", "00", "(?:1\\d|9)\\d{9}|[1-9]\\d{7}", [8, 10, 11], [["(\\d)(\\d{7})", "$1-$2", ["1[2-6]"], "0$1"], ["(\\d{2})(\\d{6})", "$1-$2", ["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"], "0$1"], ["(\\d{3})(\\d{7})", "$1-$2", ["9"]]], "0"], "NR": ["674", "00", "(?:444|(?:55|8\\d)\\d|666)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-68]"]]]], "NU": ["683", "00", "(?:[4-7]|888\\d)\\d{3}", [4, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["8"]]]], "NZ": ["64", "0(?:0|161)", "[1289]\\d{9}|50\\d{5}(?:\\d{2,3})?|[27-9]\\d{7,8}|(?:[34]\\d|6[0-35-9])\\d{6}|8\\d{4,6}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,8})", "$1 $2", ["8[1-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["50[036-8]|8|90", "50(?:[0367]|88)|8|90"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["24|[346]|7[2-57-9]|9[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:10|74)|[589]"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1|2[028]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,5})", "$1 $2 $3", ["2(?:[169]|7[0-35-9])|7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "00"], "OM": ["968", "00", "(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}", [7, 8, 9], [["(\\d{3})(\\d{4,6})", "$1 $2", ["[58]"]], ["(\\d{2})(\\d{6})", "$1 $2", ["2"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[179]"]]]], "PA": ["507", "00", "(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}", [7, 8, 10, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[1-57-9]"]], ["(\\d{4})(\\d{4})", "$1-$2", ["[68]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]]], "PE": ["51", "00|19(?:1[124]|77|90)00", "(?:[14-8]|9\\d)\\d{7}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["80"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["1"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[4-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"]]], "0", 0, 0, 0, 0, 0, 0, "00", " Anexo "], "PF": ["689", "00", "4\\d{5}(?:\\d{2})?|8\\d{7,8}", [6, 8, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["44"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4|8[7-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], "PG": ["675", "00|140[1-3]", "(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["18|[2-69]|85"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[78]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "PH": ["63", "00", "(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}", [6, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{5})", "$1 $2", ["2"], "(0$1)"], ["(\\d{4})(\\d{4,6})", "$1 $2", ["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2", "3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"], "(0$1)"], ["(\\d{5})(\\d{4})", "$1 $2", ["346|4(?:27|9[35])|883", "3469|4(?:279|9(?:30|56))|8834"], "(0$1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|8[2-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["1"]]], "0"], "PK": ["92", "00", "122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,7})", "$1 $2 $3", ["[89]0"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["1"]], ["(\\d{3})(\\d{6,7})", "$1 $2", ["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])", "9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"], "(0$1)"], ["(\\d{2})(\\d{7,8})", "$1 $2", ["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"], "(0$1)"], ["(\\d{5})(\\d{5})", "$1 $2", ["58"], "(0$1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[24-9]"], "(0$1)"]], "0"], "PL": ["48", "00", "(?:6|8\\d\\d)\\d{7}|[1-9]\\d{6}(?:\\d{2})?|[26]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{5})", "$1", ["19"]], ["(\\d{3})(\\d{3})", "$1 $2", ["11|20|64"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1", "(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["64"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[2-8]|[2-7]|8[1-79]|9[145]"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["8"]]]], "PM": ["508", "00", "[45]\\d{5}|(?:708|8\\d\\d)\\d{6}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[45]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "PR": ["1", "011", "(?:[589]\\d\\d|787)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "787|939"], "PS": ["970", "00", "[2489]2\\d{6}|(?:1\\d|5)\\d{8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2489]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "PT": ["351", "00", "1693\\d{5}|(?:[26-9]\\d|30)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["2[12]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["16|[236-9]"]]]], "PW": ["680", "01[12]", "(?:[24-8]\\d\\d|345|900)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "PY": ["595", "00", "59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3,6})", "$1 $2", ["[2-9]0"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"], "(0$1)"], ["(\\d{3})(\\d{4,5})", "$1 $2", ["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["87"]], ["(\\d{3})(\\d{6})", "$1 $2", ["9(?:[5-79]|8[1-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"]]], "0"], "QA": ["974", "00", "800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}", [7, 8, 9, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["2[16]|8"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[3-7]"]]]], "RE": ["262", "00", "709\\d{6}|(?:26|[689]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["26(?:2\\d\\d|3(?:0\\d|1[0-6]))\\d{4}"], ["(?:69(?:2\\d\\d|3(?:[06][0-6]|1[013]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))|7092[0-3])\\d{4}"], ["80\\d{7}"], ["89[1-37-9]\\d{6}"], 0, 0, 0, 0, ["9(?:399[0-3]|479[0-5]|76(?:2[278]|3[0-37]))\\d{4}"], ["8(?:1[019]|2[0156]|84|90)\\d{6}"]]], "RO": ["40", "00", "(?:[236-8]\\d|90)\\d{7}|[23]\\d{5}", [6, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["2[3-6]", "2[3-6]\\d9"], "0$1"], ["(\\d{2})(\\d{4})", "$1 $2", ["219|31"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[23]1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[236-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, " int "], "RS": ["381", "00", "38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}", [6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{3,9})", "$1 $2", ["(?:2[389]|39)0|[7-9]"], "0$1"], ["(\\d{2})(\\d{5,10})", "$1 $2", ["[1-36]"], "0$1"]], "0"], "RU": ["7", "810", "8\\d{13}|[347-9]\\d{9}", [10, 14], [["(\\d{4})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-8]|2[1-9])", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:1[23]|[2-9]2))", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"], "8 ($1)", 1], ["(\\d{5})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-68]|2[1-9])", "7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))", "7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[349]|8(?:[02-7]|1[1-8])"], "8 ($1)", 1], ["(\\d{4})(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["8"], "8 ($1)"]], "8", 0, 0, 0, 0, "3[04-689]|[489]", 0, "8~10"], "RW": ["250", "00", "(?:06|[27]\\d\\d|[89]00)\\d{6}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0$1"]], "0"], "SA": ["966", "00", "92\\d{7}|(?:[15]|8\\d)\\d{8}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["9"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["81"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]], "0"], "SB": ["677", "0[01]", "[6-9]\\d{6}|[1-6]\\d{4}", [5, 7], [["(\\d{2})(\\d{5})", "$1 $2", ["6[89]|7|8[4-9]|9(?:[1-8]|9[0-8])"]]]], "SC": ["248", "010|0[0-2]", "(?:[2489]\\d|64)\\d{5}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[246]|9[57]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "SD": ["249", "00", "[19]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], "SE": ["46", "00", "(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}", [6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["20"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{4})", "$1-$2", ["9(?:00|39|44|9)"], "0$1", 0, "$1 $2"], ["(\\d{2})(\\d{3})(\\d{2})", "$1-$2 $3", ["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3"], ["(\\d)(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{2,3})(\\d{3})", "$1-$2 $3", ["9(?:00|39|44)"], "0$1", 0, "$1 $2 $3"], ["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["10|7"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{3})", "$1-$2 $3 $4", ["9"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4 $5", ["[26]"], "0$1", 0, "$1 $2 $3 $4 $5"]], "0"], "SG": ["65", "0[0-3]\\d", "(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[369]|8(?:0[1-9]|[1-9])"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{4})(\\d{4})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], "SH": ["290", "00", "(?:[256]\\d|8)\\d{3}", [4, 5], 0, 0, 0, 0, 0, 0, "[256]"], "SI": ["386", "00|10(?:22|66|88|99)", "[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}", [5, 6, 7, 8], [["(\\d{2})(\\d{3,6})", "$1 $2", ["8[09]|9"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["59|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37][01]|4[0139]|51|6"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-57]"], "(0$1)"]], "0", 0, 0, 0, 0, 0, 0, "00"], "SJ": ["47", "00", "0\\d{4}|(?:[489]\\d|79)\\d{6}", [5, 8], 0, 0, 0, 0, 0, 0, "79"], "SK": ["421", "00", "[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}", [6, 7, 9], [["(\\d)(\\d{2})(\\d{3,4})", "$1 $2 $3", ["21"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["[3-5][1-8]1", "[3-5][1-8]1[67]"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1/$2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[689]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1/$2 $3 $4", ["[3-5]"], "0$1"]], "0"], "SL": ["232", "00", "(?:[237-9]\\d|66)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[236-9]"], "(0$1)"]], "0"], "SM": ["378", "00", "(?:0549|[5-7]\\d)\\d{6}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]"]], ["(\\d{4})(\\d{6})", "$1 $2", ["0"]]], 0, 0, "([89]\\d{5})$", "0549$1"], "SN": ["221", "00", "(?:[378]\\d|93)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[379]"]]]], "SO": ["252", "00", "[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}", [6, 7, 8, 9], [["(\\d{2})(\\d{4})", "$1 $2", ["8[125]"]], ["(\\d{6})", "$1", ["[134]"]], ["(\\d)(\\d{6})", "$1 $2", ["[15]|2[0-79]|3[0-46-8]|4[0-7]"]], ["(\\d)(\\d{7})", "$1 $2", ["(?:2|90)4|[67]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[348]|64|79|90"]], ["(\\d{2})(\\d{5,7})", "$1 $2", ["1|28|6[0-35-9]|7[67]|9[2-9]"]]], "0"], "SR": ["597", "00", "(?:[2-5]|68|[78]\\d)\\d{5}", [6, 7], [["(\\d{2})(\\d{2})(\\d{2})", "$1-$2-$3", ["56"]], ["(\\d{3})(\\d{3})", "$1-$2", ["[2-5]"]], ["(\\d{3})(\\d{4})", "$1-$2", ["[6-8]"]]]], "SS": ["211", "00", "[19]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], "ST": ["239", "00", "(?:22|9\\d)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[29]"]]]], "SV": ["503", "00", "[267]\\d{7}|(?:80\\d|900)\\d{4}(?:\\d{4})?", [7, 8, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[89]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[267]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[89]"]]]], "SX": ["1", "011", "7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "(5\\d{6})$|1", "721$1", 0, "721"], "SY": ["963", "00", "[1-359]\\d{8}|[1-5]\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-4]|5[1-3]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[59]"], "0$1", 1]], "0"], "SZ": ["268", "00", "0800\\d{4}|(?:[237]\\d|900)\\d{6}", [8, 9], [["(\\d{4})(\\d{4})", "$1 $2", ["[0237]"]], ["(\\d{5})(\\d{4})", "$1 $2", ["9"]]]], "TA": ["290", "00", "8\\d{3}", [4], 0, 0, 0, 0, 0, 0, "8"], "TC": ["1", "011", "(?:[58]\\d\\d|649|900)\\d{7}", [10], 0, "1", 0, "([2-479]\\d{6})$|1", "649$1", 0, "649"], "TD": ["235", "00|16", "(?:22|[689]\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "TG": ["228", "00", "[279]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[279]"]]]], "TH": ["66", "00[1-9]", "(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}", [8, 9, 10, 13], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[13-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "TJ": ["992", "810", "[0-57-9]\\d{8}", [9], [["(\\d{6})(\\d)(\\d{2})", "$1 $2 $3", ["331", "3317"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["44[02-479]|[34]7"]], ["(\\d{4})(\\d)(\\d{4})", "$1 $2 $3", ["3(?:[1245]|3[12])"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[0-57-9]"]]], 0, 0, 0, 0, 0, 0, 0, "8~10"], "TK": ["690", "00", "[2-47]\\d{3,6}", [4, 5, 6, 7]], "TL": ["670", "00", "7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-489]|70"]], ["(\\d{4})(\\d{4})", "$1 $2", ["7"]]]], "TM": ["993", "810", "(?:[1-6]\\d|71)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["12"], "(8 $1)"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-5]"], "(8 $1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[67]"], "8 $1"]], "8", 0, 0, 0, 0, 0, 0, "8~10"], "TN": ["216", "00", "[2-57-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-57-9]"]]]], "TO": ["676", "00", "(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}", [5, 7], [["(\\d{2})(\\d{3})", "$1-$2", ["[2-4]|50|6[09]|7[0-24-69]|8[05]"]], ["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[5-9]"]]]], "TR": ["90", "00", "4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}", [7, 10, 12, 13], [["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["512|8[01589]|90"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5(?:[0-59]|61)", "5(?:[0-59]|61[06])", "5(?:[0-59]|61[06]1)"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24][1-8]|3[1-9]"], "(0$1)", 1], ["(\\d{3})(\\d{3})(\\d{6,7})", "$1 $2 $3", ["80"], "0$1", 1]], "0"], "TT": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-46-8]\\d{6})$|1", "868$1", 0, "868"], "TV": ["688", "00", "(?:2|7\\d\\d|90)\\d{4}", [5, 6, 7], [["(\\d{2})(\\d{3})", "$1 $2", ["2"]], ["(\\d{2})(\\d{4})", "$1 $2", ["90"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], "TW": ["886", "0(?:0[25-79]|19)", "[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}", [7, 8, 9, 10, 11], [["(\\d{2})(\\d)(\\d{4})", "$1 $2 $3", ["202"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[258]0"], "0$1"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]", "[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, "#"], "TZ": ["255", "00[056]", "(?:[25-8]\\d|41|90)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[24]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["5"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[67]"], "0$1"]], "0"], "UA": ["380", "00", "[89]\\d{9}|[3-9]\\d{8}", [9, 10], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]", "6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])", "3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|89|9[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "0~0"], "UG": ["256", "00[057]", "800\\d{6}|(?:[29]0|[347]\\d)\\d{7}", [9], [["(\\d{4})(\\d{5})", "$1 $2", ["202", "2024"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[27-9]|4(?:6[45]|[7-9])"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[34]"], "0$1"]], "0"], "US": ["1", "011", "[2-9]\\d{9}|3\\d{6}", [10], [["(\\d{3})(\\d{4})", "$1-$2", ["310"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "($1) $2-$3", ["[2-9]"], 0, 1, "$1-$2-$3"]], "1", 0, 0, 0, 0, 0, [["(?:3052(?:0[0-8]|[1-9]\\d)|5056(?:[0-35-9]\\d|4[468]))\\d{4}|(?:2742|305[3-9]|472[247-9]|505[2-57-9]|983[2-47-9])\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[1459]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-47-9]|1[02-9]|2[0135-79]|3[0-24679]|4[167]|5[0-2]|6[01349]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[0156]|5[01679]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-8]|3[0-247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[068]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}"], [""], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"], ["900[2-9]\\d{6}"], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|33|44|66|77|88)[2-9]\\d{6}"], 0, 0, 0, ["305209\\d{4}"]]], "UY": ["598", "0(?:0|1[3-9]\\d)", "0004\\d{2,9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}", [6, 7, 8, 9, 10, 11, 12, 13], [["(\\d{3})(\\d{3,4})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[49]0|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[124]"]], ["(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3 $4", ["0"]]], "0", 0, 0, 0, 0, 0, 0, "00", " int. "], "UZ": ["998", "00", "(?:20|33|[5-9]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[235-9]"]]]], "VA": ["39", "00", "0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}", [6, 7, 8, 9, 10, 11, 12], 0, 0, 0, 0, 0, 0, "06698"], "VC": ["1", "011", "(?:[58]\\d\\d|784|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "784$1", 0, "784"], "VE": ["58", "00", "[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}", [10], [["(\\d{3})(\\d{7})", "$1-$2", ["[24-689]"], "0$1"]], "0"], "VG": ["1", "011", "(?:284|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-578]\\d{6})$|1", "284$1", 0, "284"], "VI": ["1", "011", "[58]\\d{9}|(?:34|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "340$1", 0, "340"], "VN": ["84", "00", "[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["80"], "0$1", 1], ["(\\d{4})(\\d{4,6})", "$1 $2", ["1"], 0, 1], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["6"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[357-9]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["2[48]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["2"], "0$1", 1]], "0"], "VU": ["678", "00", "[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}", [5, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["[57-9]"]]]], "WF": ["681", "00", "(?:40|72|8\\d{4})\\d{4}|[89]\\d{5}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[47-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], "WS": ["685", "0", "(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}", [5, 6, 7, 10], [["(\\d{5})", "$1", ["[2-5]|6[1-9]"]], ["(\\d{3})(\\d{3,7})", "$1 $2", ["[68]"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], "XK": ["383", "00", "2\\d{7,8}|3\\d{7,11}|(?:4\\d\\d|[89]00)\\d{5}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2|39"], "0$1"], ["(\\d{2})(\\d{7,10})", "$1 $2", ["3"], "0$1"]], "0"], "YE": ["967", "00", "(?:1|7\\d)\\d{7}|[1-7]\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-6]|7(?:[24-6]|8[0-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"], "0$1"]], "0"], "YT": ["262", "00", "7093\\d{5}|(?:80|9\\d)\\d{7}|(?:26|63)9\\d{6}", [9], 0, "0", 0, 0, 0, 0, 0, [["269(?:0[0-467]|15|5[0-4]|6\\d|[78]0)\\d{4}"], ["(?:639(?:0[0-79]|1[019]|[267]\\d|3[09]|40|5[05-9]|9[04-79])|7093[5-7])\\d{4}"], ["80\\d{7}"], 0, 0, 0, 0, 0, ["9(?:(?:39|47)8[01]|769\\d)\\d{4}"]]], "ZA": ["27", "00", "[1-79]\\d{8}|8\\d{4,9}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,4})", "$1 $2", ["8[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["8[1-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["860"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], "ZM": ["260", "00", "800\\d{6}|(?:21|63|[79]\\d)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[28]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[79]"], "0$1"]], "0"], "ZW": ["263", "00", "2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}", [5, 6, 7, 8, 9, 10], [["(\\d{3})(\\d{3,5})", "$1 $2", ["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"], "0$1"], ["(\\d)(\\d{3})(\\d{2,4})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["80"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2", "2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)", "2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["29[013-9]|39|54"], "0$1"], ["(\\d{4})(\\d{3,5})", "$1 $2", ["(?:25|54)8", "258|5483"], "0$1"]], "0"] }, "nonGeographic": { "800": ["800", 0, "(?:00|[1-9]\\d)\\d{6}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["\\d"]]], 0, 0, 0, 0, 0, 0, [0, 0, ["(?:00|[1-9]\\d)\\d{6}"]]], "808": ["808", 0, "[1-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[1-9]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, 0, ["[1-9]\\d{7}"]]], "870": ["870", 0, "7\\d{11}|[235-7]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-7]"]]], 0, 0, 0, 0, 0, 0, [0, ["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"], 0, 0, 0, 0, 0, 0, ["2\\d{8}", [9]]]], "878": ["878", 0, "10\\d{10}", [12], [["(\\d{2})(\\d{5})(\\d{5})", "$1 $2 $3", ["1"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["10\\d{10}"]]], "881": ["881", 0, "6\\d{9}|[0-36-9]\\d{8}", [9, 10], [["(\\d)(\\d{3})(\\d{5})", "$1 $2 $3", ["[0-37-9]"]], ["(\\d)(\\d{3})(\\d{5,6})", "$1 $2 $3", ["6"]]], 0, 0, 0, 0, 0, 0, [0, ["6\\d{9}|[0-36-9]\\d{8}"]]], "882": ["882", 0, "[13]\\d{6}(?:\\d{2,5})?|[19]\\d{7}|(?:[25]\\d\\d|4)\\d{7}(?:\\d{2})?", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5})", "$1 $2", ["16|342"]], ["(\\d{2})(\\d{6})", "$1 $2", ["49"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["1[36]|9"]], ["(\\d{2})(\\d{4})(\\d{3})", "$1 $2 $3", ["3[23]"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["16"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|23|3(?:[15]|4[57])|4|51"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["34"]], ["(\\d{2})(\\d{4,5})(\\d{5})", "$1 $2 $3", ["[1-35]"]]], 0, 0, 0, 0, 0, 0, [0, ["342\\d{4}|(?:337|49)\\d{6}|(?:3(?:2|47|7\\d{3})|50\\d{3})\\d{7}", [7, 8, 9, 10, 12]], 0, 0, 0, ["348[57]\\d{7}", [11]], 0, 0, ["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:345\\d|9[89])\\d{6}|(?:10|2(?:3|85\\d)|3(?:[15]|[69]\\d\\d)|4[15-8]|51)\\d{8}"]]], "883": ["883", 0, "(?:[1-4]\\d|51)\\d{6,10}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,8})", "$1 $2 $3", ["[14]|2[24-689]|3[02-689]|51[24-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["510"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["21"]], ["(\\d{4})(\\d{4})(\\d{4})", "$1 $2 $3", ["51[13]"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[235]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["(?:2(?:00\\d\\d|10)|(?:370[1-9]|51\\d0)\\d)\\d{7}|51(?:00\\d{5}|[24-9]0\\d{4,7})|(?:1[0-79]|2[24-689]|3[02-689]|4[0-4])0\\d{5,9}"]]], "888": ["888", 0, "\\d{11}", [11], [["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3"]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, ["\\d{11}"]]], "979": ["979", 0, "[1359]\\d{8}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[1359]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, ["[1359]\\d{8}"]]] } };
25828
25814
  function withMetadataArgument(func, _arguments) {
25829
25815
  var args = Array.prototype.slice.call(_arguments);
@@ -27042,9 +27028,7 @@ function formatNationalNumber(number2, carrierCode, formatAs, metadata2, options
27042
27028
  }
27043
27029
  return formatNationalNumberUsingFormat(number2, format2, {
27044
27030
  useInternationalFormat: formatAs === "INTERNATIONAL",
27045
- withNationalPrefix: format2.nationalPrefixIsOptionalWhenFormattingInNationalFormat() && options && options.nationalPrefix === false ? false : true,
27046
- carrierCode,
27047
- metadata: metadata2
27031
+ withNationalPrefix: format2.nationalPrefixIsOptionalWhenFormattingInNationalFormat() && options && options.nationalPrefix === false ? false : true
27048
27032
  });
27049
27033
  }
27050
27034
  function chooseFormatForNumber(availableFormats, nationalNnumber) {
@@ -27122,7 +27106,7 @@ function _defineProperties(target, props2) {
27122
27106
  }
27123
27107
  }
27124
27108
  function _createClass(Constructor, protoProps, staticProps) {
27125
- _defineProperties(Constructor.prototype, protoProps);
27109
+ if (protoProps) _defineProperties(Constructor.prototype, protoProps);
27126
27110
  Object.defineProperty(Constructor, "prototype", { writable: false });
27127
27111
  return Constructor;
27128
27112
  }
@@ -27463,7 +27447,7 @@ function getCountryByNationalNumber(nationalPhoneNumber, _ref) {
27463
27447
  }
27464
27448
  }
27465
27449
  function getCountryByCallingCode(callingCode, _ref) {
27466
- var nationalPhoneNumber = _ref.nationalNumber, defaultCountry = _ref.defaultCountry, metadata2 = _ref.metadata;
27450
+ var nationalPhoneNumber = _ref.nationalNumber, metadata2 = _ref.metadata;
27467
27451
  var possibleCountries = metadata2.getCountryCodesForCallingCode(callingCode);
27468
27452
  if (!possibleCountries) {
27469
27453
  return;
@@ -27473,7 +27457,6 @@ function getCountryByCallingCode(callingCode, _ref) {
27473
27457
  }
27474
27458
  return getCountryByNationalNumber(nationalPhoneNumber, {
27475
27459
  countries: possibleCountries,
27476
- defaultCountry,
27477
27460
  metadata: metadata2.metadata
27478
27461
  });
27479
27462
  }
@@ -27692,7 +27675,6 @@ function parsePhoneNumber$3(formattedPhoneNumber, defaultCountry, defaultCalling
27692
27675
  var _extractNationalNumbe = extractNationalNumber(parseIncompletePhoneNumber(number2), metadata2), nationalNumber = _extractNationalNumbe.nationalNumber, carrierCode = _extractNationalNumbe.carrierCode;
27693
27676
  var exactCountry = getCountryByCallingCode(countryCallingCode, {
27694
27677
  nationalNumber,
27695
- defaultCountry,
27696
27678
  metadata: metadata2
27697
27679
  });
27698
27680
  if (exactCountry) {
@@ -28222,7 +28204,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
28222
28204
  }, {
28223
28205
  trigger: vue.withCtx(() => [
28224
28206
  vue.createElementVNode("span", _hoisted_2$f, [
28225
- vue.createVNode(vue.unref(Icon), {
28207
+ vue.createVNode(vue.unref(_sfc_main$s), {
28226
28208
  icon: open.value ? "collapse_all" : "expand_all"
28227
28209
  }, null, 8, ["icon"]),
28228
28210
  vue.unref(computedDropDownOptions).showFlags && vue.unref(activeCountryCode) ? (vue.openBlock(), vue.createBlock(vue.unref(Flag), {
@@ -28249,7 +28231,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
28249
28231
  return vue.openBlock(), vue.createElementBlock("li", {
28250
28232
  key: pb.iso2 + isPreferred(pb),
28251
28233
  role: "option",
28252
- class: "flex gap-075",
28234
+ class: "flex gap-075 pointer hover",
28253
28235
  tabindex: "-1",
28254
28236
  "aria-selected": vue.unref(activeCountryCode) === pb.iso2 && !isPreferred(pb),
28255
28237
  onClick: ($event) => vue.unref(chooseCountry)(pb.iso2),
@@ -28276,7 +28258,6 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
28276
28258
  disabled: _ctx.disabled,
28277
28259
  type: "tel",
28278
28260
  autocomplete: _ctx.autocomplete,
28279
- class: "vti__input",
28280
28261
  pattern: vue.unref(computedInputOptions).pattern,
28281
28262
  minlength: vue.unref(computedInputOptions).minlength,
28282
28263
  maxlength: vue.unref(computedInputOptions).maxlength,
@@ -28301,7 +28282,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
28301
28282
  };
28302
28283
  }
28303
28284
  });
28304
- const TelInput = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-a77caf64"]]);
28285
+ const TelInput = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-133e2b3f"]]);
28305
28286
  const _hoisted_1$o = ["title"];
28306
28287
  const _hoisted_2$e = ["for"];
28307
28288
  const _hoisted_3$b = ["id", "title", "autocomplete", "type", "placeholder", "disabled", "required", "pattern"];
@@ -28438,12 +28419,12 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
28438
28419
  [vue.vModelText, vue.unref(inputVal)]
28439
28420
  ]),
28440
28421
  _ctx.helptext ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_5$6, vue.toDisplayString(_ctx.helptext), 1)) : vue.createCommentVNode("", true),
28441
- _ctx.iconStart ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
28422
+ _ctx.iconStart ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$s), {
28442
28423
  key: 3,
28443
28424
  class: "iconStart",
28444
28425
  icon: _ctx.iconStart
28445
28426
  }, null, 8, ["icon"])) : vue.createCommentVNode("", true),
28446
- _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
28427
+ _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$s), {
28447
28428
  key: 4,
28448
28429
  icon: _ctx.icon
28449
28430
  }, null, 8, ["icon"])) : vue.createCommentVNode("", true)
@@ -28732,7 +28713,7 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
28732
28713
  download: path_key.split("/").pop()
28733
28714
  }, null, 8, ["href", "download"]),
28734
28715
  vue.createElementVNode("div", _hoisted_5$5, [
28735
- vue.createVNode(vue.unref(Icon), {
28716
+ vue.createVNode(vue.unref(_sfc_main$s), {
28736
28717
  icon: "draft",
28737
28718
  size: 1.5
28738
28719
  }),
@@ -28775,7 +28756,7 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
28775
28756
  key: 0,
28776
28757
  pathKey: path_key,
28777
28758
  class: "multi-preview"
28778
- }, null, 8, ["pathKey"])) : (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
28759
+ }, null, 8, ["pathKey"])) : (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$s), {
28779
28760
  key: 1,
28780
28761
  icon: "description",
28781
28762
  class: "multi-preview"
@@ -28802,7 +28783,7 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
28802
28783
  class: "multi-preview",
28803
28784
  src: fileToUrl(file.file),
28804
28785
  alt: ""
28805
- }, null, 8, ["src"])) : (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
28786
+ }, null, 8, ["src"])) : (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$s), {
28806
28787
  key: 1,
28807
28788
  icon: "description",
28808
28789
  class: "multi-preview"
@@ -28813,7 +28794,7 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
28813
28794
  style: vue.normalizeStyle([{ "--p": file.progress }, { "--b": "2px" }])
28814
28795
  }, [
28815
28796
  file.progress < 100 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_11$2, vue.toDisplayString(file.progress.toFixed(0)), 1)) : vue.createCommentVNode("", true),
28816
- vue.createVNode(vue.unref(Icon), {
28797
+ vue.createVNode(vue.unref(_sfc_main$s), {
28817
28798
  class: "success",
28818
28799
  icon: "check_circle"
28819
28800
  })
@@ -28861,7 +28842,7 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
28861
28842
  }, null, 8, ["pathKey"]), [
28862
28843
  [_directive_lightbox, { src: vue.unref(pathKeyToURL)(path_key), download: true }]
28863
28844
  ])
28864
- ])) : vue.withDirectives((vue.openBlock(), vue.createBlock(vue.unref(Icon), {
28845
+ ])) : vue.withDirectives((vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$s), {
28865
28846
  key: 1,
28866
28847
  size: 4,
28867
28848
  weight: "2",
@@ -28882,7 +28863,7 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
28882
28863
  style: vue.normalizeStyle([{ "--p": file.progress }, { "--b": "2px" }])
28883
28864
  }, [
28884
28865
  file.progress < 100 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_15, vue.toDisplayString(file.progress.toFixed(0)), 1)) : vue.createCommentVNode("", true),
28885
- vue.createVNode(vue.unref(Icon), {
28866
+ vue.createVNode(vue.unref(_sfc_main$s), {
28886
28867
  class: "success",
28887
28868
  icon: "check_circle"
28888
28869
  })
@@ -28906,7 +28887,7 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
28906
28887
  browse
28907
28888
  }, () => [
28908
28889
  vue.createElementVNode("p", _hoisted_16, [
28909
- vue.createVNode(vue.unref(Icon), { icon: "upload_2" }),
28890
+ vue.createVNode(vue.unref(_sfc_main$s), { icon: "upload_2" }),
28910
28891
  vue.createElementVNode("span", _hoisted_17, vue.toDisplayString(_ctx.dropPlaceholder || "Drag and Drop files here or click to upload"), 1)
28911
28892
  ])
28912
28893
  ], true) : vue.createCommentVNode("", true)
@@ -33372,7 +33353,6 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
33372
33353
  };
33373
33354
  }
33374
33355
  });
33375
- const Icon = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-b28cd148"]]);
33376
33356
  const _hoisted_1$l = ["src", "title", "width", "height", "marginwidth", "marginheight", "csp", "scrolling", "srcset"];
33377
33357
  const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
33378
33358
  __name: "IframeVue",
@@ -33545,7 +33525,7 @@ const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
33545
33525
  height: vue.unref(normalizeDimension)(_ctx.height)
33546
33526
  })
33547
33527
  }, [
33548
- vue.createVNode(vue.unref(Icon), { name: "broken_image" })
33528
+ vue.createVNode(vue.unref(_sfc_main$s), { name: "broken_image" })
33549
33529
  ], 4)) : (vue.openBlock(), vue.createBlock(vue.unref(Skeleton), {
33550
33530
  key: 3,
33551
33531
  class: "img-web-kit",
@@ -33575,7 +33555,7 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
33575
33555
  onClick: nav.onClick
33576
33556
  }, {
33577
33557
  default: vue.withCtx(() => [
33578
- vue.createVNode(vue.unref(Icon), {
33558
+ vue.createVNode(vue.unref(_sfc_main$s), {
33579
33559
  icon: nav.icon,
33580
33560
  size: 1.4,
33581
33561
  class: "m-0 line-height-14"
@@ -33677,7 +33657,7 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
33677
33657
  class: "nav-button px-075 me-auto w-100"
33678
33658
  }, {
33679
33659
  default: vue.withCtx(() => [
33680
- vue.createVNode(vue.unref(Icon), {
33660
+ vue.createVNode(vue.unref(_sfc_main$s), {
33681
33661
  icon: nav.icon,
33682
33662
  size: 1.4
33683
33663
  }, null, 8, ["icon"]),
@@ -33904,14 +33884,15 @@ const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
33904
33884
  const tabsWrap = vue.ref(void 0);
33905
33885
  const tabs = vue.ref([]);
33906
33886
  function updateIndicator() {
33907
- const activeTab = tabs.value.find((tab) => tab.classList.contains("active"));
33908
- if (activeTab && tabsWrap.value) {
33909
- const { offsetLeft, offsetWidth } = activeTab;
33910
- tabsWrap.value.style.setProperty("--indicator-left", `${offsetLeft}px`);
33911
- if (tabsWrap.value) {
33887
+ vue.nextTick(() => {
33888
+ if (!tabsWrap.value) return;
33889
+ const activeTab = tabs.value.find((tab) => tab.classList.contains("active"));
33890
+ if (activeTab) {
33891
+ const { offsetLeft, offsetWidth } = activeTab;
33892
+ tabsWrap.value.style.setProperty("--indicator-left", `${offsetLeft}px`);
33912
33893
  tabsWrap.value.style.setProperty("--indicator-width", `${offsetWidth}px`);
33913
33894
  }
33914
- }
33895
+ });
33915
33896
  }
33916
33897
  function selectTab(tab) {
33917
33898
  currentTab.value = typeof tab === "string" ? tab : tab.id;
@@ -33944,6 +33925,15 @@ const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
33944
33925
  updateIndicator();
33945
33926
  window.addEventListener("resize", updateIndicator);
33946
33927
  });
33928
+ vue.watch(
33929
+ () => tabs.value,
33930
+ () => {
33931
+ vue.nextTick(() => {
33932
+ updateIndicator();
33933
+ });
33934
+ },
33935
+ { deep: true }
33936
+ );
33947
33937
  vue.onBeforeUnmount(() => {
33948
33938
  window.removeEventListener("resize", updateIndicator);
33949
33939
  });
@@ -33961,7 +33951,7 @@ const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
33961
33951
  class: vue.normalizeClass([{ active: isActive(tab) }, "bgl_tab relative z-1"]),
33962
33952
  onClick: ($event) => selectTab(tab)
33963
33953
  }, [
33964
- typeof tab !== "string" && tab.icon ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
33954
+ typeof tab !== "string" && tab.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$s), {
33965
33955
  key: 0,
33966
33956
  icon: tab.icon
33967
33957
  }, null, 8, ["icon"])) : vue.createCommentVNode("", true),
@@ -33973,7 +33963,7 @@ const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
33973
33963
  };
33974
33964
  }
33975
33965
  });
33976
- const TabsNav = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-e680c2a4"]]);
33966
+ const TabsNav = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-6ece2018"]]);
33977
33967
  const _hoisted_1$e = { class: "no-margin ellipsis line-height-14 pb-025" };
33978
33968
  const _hoisted_2$9 = { class: "txt12 no-margin txt-gray ellipsis" };
33979
33969
  const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
@@ -34003,7 +33993,7 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
34003
33993
  src: _ctx.src,
34004
33994
  size: 40
34005
33995
  }, null, 8, ["name", "src"])) : vue.createCommentVNode("", true),
34006
- _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
33996
+ _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$s), {
34007
33997
  key: 1,
34008
33998
  size: "1.2",
34009
33999
  class: "color-primary",
@@ -34210,7 +34200,7 @@ const _hoisted_1$a = {
34210
34200
  };
34211
34201
  const _hoisted_2$7 = {
34212
34202
  key: 1,
34213
- class: "sticky bg-popup z-index-999 -mt-1 -ms-1 px-025 h-30px pt-025 modal-no-title"
34203
+ class: "sticky z-index-999 -mt-1 -ms-1 px-025 h-30px pt-025 modal-no-title"
34214
34204
  };
34215
34205
  const _hoisted_3$5 = {
34216
34206
  key: 2,
@@ -34558,7 +34548,7 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
34558
34548
  onClick: toggleMenu,
34559
34549
  onKeypress: vue.withKeys(toggleMenu, ["enter"])
34560
34550
  }, [
34561
- vue.createVNode(vue.unref(Icon), {
34551
+ vue.createVNode(vue.unref(_sfc_main$s), {
34562
34552
  icon: "chevron_right",
34563
34553
  class: "top-arrow"
34564
34554
  })
@@ -34577,7 +34567,7 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
34577
34567
  }
34578
34568
  }, {
34579
34569
  default: vue.withCtx(() => [
34580
- vue.createVNode(vue.unref(Icon), {
34570
+ vue.createVNode(vue.unref(_sfc_main$s), {
34581
34571
  icon: link.icon
34582
34572
  }, null, 8, ["icon"]),
34583
34573
  vue.createElementVNode("div", _hoisted_4$4, vue.toDisplayString(link.label), 1)
@@ -34599,7 +34589,7 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
34599
34589
  }
34600
34590
  }, {
34601
34591
  default: vue.withCtx(() => [
34602
- vue.createVNode(vue.unref(Icon), {
34592
+ vue.createVNode(vue.unref(_sfc_main$s), {
34603
34593
  icon: link.icon
34604
34594
  }, null, 8, ["icon"]),
34605
34595
  vue.createElementVNode("div", _hoisted_6$4, vue.toDisplayString(link.label), 1)
@@ -34744,7 +34734,7 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
34744
34734
  }, _ctx.btn), null, 16)
34745
34735
  ])) : vue.createCommentVNode("", true)
34746
34736
  ])),
34747
- _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
34737
+ _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$s), {
34748
34738
  key: 2,
34749
34739
  icon: _ctx.icon
34750
34740
  }, null, 8, ["icon"])) : vue.createCommentVNode("", true),
@@ -34752,7 +34742,7 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
34752
34742
  !vue.unref(slots).default ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 3 }, [
34753
34743
  vue.createTextVNode(vue.toDisplayString(_ctx.value || _ctx.modelValue), 1)
34754
34744
  ], 64)) : vue.createCommentVNode("", true),
34755
- _ctx.iconEnd ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
34745
+ _ctx.iconEnd ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$s), {
34756
34746
  key: 4,
34757
34747
  icon: _ctx.iconEnd
34758
34748
  }, null, 8, ["icon"])) : vue.createCommentVNode("", true),
@@ -34894,7 +34884,7 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
34894
34884
  vue.createElementVNode("span", {
34895
34885
  onClick: ($event) => col.sortable && _ctx.$emit("sortColumn", col.key)
34896
34886
  }, vue.toDisplayString(col.label || col.key), 9, _hoisted_3$2),
34897
- _ctx.sortColumn === col.key ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
34887
+ _ctx.sortColumn === col.key ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$s), {
34898
34888
  key: 0,
34899
34889
  class: vue.normalizeClass(["line-height-0 transition-400", { "rotate-180": _ctx.sortDirection === "desc" }]),
34900
34890
  name: "keyboard_arrow_down"
@@ -35488,7 +35478,10 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
35488
35478
  return vue.openBlock(), vue.createBlock(vue.unref(CheckInput), {
35489
35479
  key: col.key,
35490
35480
  modelValue: visibleColumns.value,
35491
- "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => visibleColumns.value = $event),
35481
+ "onUpdate:modelValue": [
35482
+ _cache[2] || (_cache[2] = ($event) => visibleColumns.value = $event),
35483
+ _cache[3] || (_cache[3] = (val) => void 0)
35484
+ ],
35492
35485
  value: col.key,
35493
35486
  label: col.label || col.key
35494
35487
  }, null, 8, ["modelValue", "value", "label"]);
@@ -35501,7 +35494,7 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
35501
35494
  ref_key: "searchInputRef",
35502
35495
  ref: searchInputRef,
35503
35496
  modelValue: search.value,
35504
- "onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => search.value = $event),
35497
+ "onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => search.value = $event),
35505
35498
  icon: "search",
35506
35499
  placeholder: "Search",
35507
35500
  class: "m-0 max-w200px"
@@ -35617,7 +35610,7 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
35617
35610
  };
35618
35611
  }
35619
35612
  });
35620
- const Index = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-8e95a7a9"]]);
35613
+ const Index = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-42b4475d"]]);
35621
35614
  const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
35622
35615
  __name: "Title",
35623
35616
  props: {
@@ -36601,13 +36594,13 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
36601
36594
  title: item == null ? void 0 : item.name,
36602
36595
  class: "vw90"
36603
36596
  }, null, 8, _hoisted_5)) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_6, [
36604
- vue.createVNode(vue.unref(Icon), {
36597
+ vue.createVNode(vue.unref(_sfc_main$s), {
36605
36598
  class: "m-0 m_none",
36606
36599
  icon: "draft",
36607
36600
  size: 10,
36608
36601
  weight: "12"
36609
36602
  }),
36610
- vue.createVNode(vue.unref(Icon), {
36603
+ vue.createVNode(vue.unref(_sfc_main$s), {
36611
36604
  class: "m-0 none m_block m_-mb-1",
36612
36605
  icon: "draft",
36613
36606
  size: 4,
@@ -36646,7 +36639,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
36646
36639
  src: item.src,
36647
36640
  alt: "",
36648
36641
  onClick: ($event) => selectItem(index2)
36649
- }, null, 8, ["src", "class", "onClick"])) : (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
36642
+ }, null, 8, ["src", "class", "onClick"])) : (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$s), {
36650
36643
  key: 1,
36651
36644
  class: vue.normalizeClass(["thumbnail object-fit-cover hover opacity-5 ed flex bg-popup justify-content-center align-items-center flex-shrink-0", { active: vue.unref(currentIndex) === index2 }]),
36652
36645
  icon: "description",
@@ -36702,7 +36695,7 @@ function openClickHandler(e, el, binding) {
36702
36695
  const lightboxInstance2 = getLightboxInstance();
36703
36696
  if (!lightboxInstance2 || !lightboxInstance2.open) return;
36704
36697
  const open = lightboxInstance2.open;
36705
- const group = item.group ? groups[item.group] : void 0;
36698
+ const group = item && item.group ? groups[item.group] : void 0;
36706
36699
  open(item, group);
36707
36700
  }
36708
36701
  function bindingToItem(binding, el) {
@@ -37455,34 +37448,72 @@ function timeAgo(date2, lang = "en") {
37455
37448
  }
37456
37449
  return selectedLang.justNow;
37457
37450
  }
37458
- const formatMap = {
37459
- dd: { type: "day", format: "2-digit" },
37460
- ddd: { type: "weekday", format: "short" },
37461
- dddd: { type: "weekday", format: "long" },
37462
- mm: { type: "month", format: "2-digit" },
37463
- mmm: { type: "month", format: "short" },
37464
- mmmm: { type: "month", format: "long" },
37465
- yy: { type: "year", format: "2-digit" },
37466
- yyyy: { type: "year", format: "numeric" },
37467
- HH: { type: "hour", format: "2-digit" },
37468
- hh: { type: "hour", format: "2-digit" },
37469
- MM: { type: "minute", format: "2-digit" },
37470
- ss: { type: "second", format: "2-digit" },
37471
- ampm: { type: "dayPeriod", format: "short" }
37472
- };
37473
- function formatDate(date2, format2 = "dd.mm.yy") {
37451
+ function getBrowserNavigatorLocale() {
37452
+ if (typeof navigator !== "object") return "en-US";
37453
+ return navigator.languages && navigator.languages.length ? navigator.languages[0] : navigator.language;
37454
+ }
37455
+ function formatDate(date2, format2 = "dd.mm.yy", locale2) {
37456
+ var _a;
37474
37457
  if (!date2) return "";
37458
+ locale2 = locale2 || getBrowserNavigatorLocale();
37475
37459
  try {
37476
- const formatParts = format2.split(/[.\s:]/);
37477
- const formatObject = {};
37478
- for (const part of formatParts) {
37479
- const formatInfo = formatMap[part];
37480
- if (!formatInfo) continue;
37481
- formatObject[formatInfo.type] = formatInfo.format;
37482
- }
37483
37460
  const d2 = typeof date2 === "string" ? new Date(date2) : date2;
37484
- return d2.toLocaleDateString("he-IL", formatObject);
37461
+ if (Number.isNaN(d2.getTime())) {
37462
+ console.warn("Invalid date provided to formatDate:", date2);
37463
+ return "";
37464
+ }
37465
+ const separator = ((_a = format2.match(/[^\w\s]/)) == null ? void 0 : _a[0]) || ".";
37466
+ const formatParts = format2.split(/[^\w\s]/);
37467
+ const datePartsMap = {
37468
+ dd: String(d2.getDate()).padStart(2, "0"),
37469
+ mm: String(d2.getMonth() + 1).padStart(2, "0"),
37470
+ yy: String(d2.getFullYear()).slice(-2),
37471
+ yyyy: String(d2.getFullYear()),
37472
+ HH: String(d2.getHours()).padStart(2, "0"),
37473
+ MM: String(d2.getMinutes()).padStart(2, "0"),
37474
+ ss: String(d2.getSeconds()).padStart(2, "0")
37475
+ };
37476
+ const formatter = new Intl.DateTimeFormat(locale2, {
37477
+ weekday: "long",
37478
+ month: "long",
37479
+ day: "numeric",
37480
+ year: "numeric",
37481
+ hour: "2-digit",
37482
+ minute: "2-digit",
37483
+ second: "2-digit",
37484
+ hour12: true
37485
+ });
37486
+ const formattedParts = formatter.formatToParts(d2);
37487
+ const partsMap = {};
37488
+ formattedParts.forEach((part) => {
37489
+ if (part.type !== "literal") {
37490
+ partsMap[part.type] = part.value;
37491
+ }
37492
+ });
37493
+ if (partsMap.month) {
37494
+ datePartsMap.mmm = partsMap.month.substring(0, 3);
37495
+ datePartsMap.mmmm = partsMap.month;
37496
+ }
37497
+ if (partsMap.weekday) {
37498
+ datePartsMap.ddd = partsMap.weekday.substring(0, 3);
37499
+ datePartsMap.dddd = partsMap.weekday;
37500
+ }
37501
+ if (partsMap.dayPeriod) {
37502
+ datePartsMap.ampm = partsMap.dayPeriod;
37503
+ }
37504
+ let formattedDate = "";
37505
+ for (let i2 = 0; i2 < formatParts.length; i2++) {
37506
+ const part = formatParts[i2];
37507
+ if (datePartsMap[part]) {
37508
+ formattedDate += datePartsMap[part];
37509
+ }
37510
+ if (i2 < formatParts.length - 1) {
37511
+ formattedDate += separator;
37512
+ }
37513
+ }
37514
+ return formattedDate;
37485
37515
  } catch (error) {
37516
+ console.warn("Error formatting date", error);
37486
37517
  return "";
37487
37518
  }
37488
37519
  }
@@ -37519,7 +37550,7 @@ exports.FileUpload = FileUpload;
37519
37550
  exports.Flag = Flag;
37520
37551
  exports.IMAGE_FORMATS = IMAGE_FORMATS;
37521
37552
  exports.IMAGE_FORMATS_REGEXP = IMAGE_FORMATS_REGEXP;
37522
- exports.Icon = Icon;
37553
+ exports.Icon = _sfc_main$s;
37523
37554
  exports.IframeVue = _sfc_main$r;
37524
37555
  exports.Image = Image$1;
37525
37556
  exports.JSONInput = JSONInput;