@bagelink/vue 1.0.24 → 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 (245) 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/ReadOnlyInput.vue.d.ts +2 -2
  117. package/dist/components/form/inputs/RichText.d.ts +20 -0
  118. package/dist/components/form/inputs/RichText.d.ts.map +1 -0
  119. package/dist/components/form/inputs/RichText2/Toolbar.d.ts +22 -0
  120. package/dist/components/form/inputs/RichText2/Toolbar.d.ts.map +1 -0
  121. package/dist/components/form/inputs/RichText2/Toolbar.vue.d.ts.map +1 -1
  122. package/dist/components/form/inputs/RichText2/index.d.ts +24 -0
  123. package/dist/components/form/inputs/RichText2/index.d.ts.map +1 -0
  124. package/dist/components/form/inputs/RichText2/index.vue.d.ts +1 -0
  125. package/dist/components/form/inputs/RichText2/index.vue.d.ts.map +1 -1
  126. package/dist/components/form/inputs/RichTextEditor.vue.d.ts +3 -3
  127. package/dist/components/form/inputs/SelectField.vue.d.ts +6 -8
  128. package/dist/components/form/inputs/SelectField.vue.d.ts.map +1 -1
  129. package/dist/components/form/inputs/SelectInput.d.ts +55 -0
  130. package/dist/components/form/inputs/SelectInput.d.ts.map +1 -0
  131. package/dist/components/form/inputs/SignaturePad.d.ts +72 -0
  132. package/dist/components/form/inputs/SignaturePad.d.ts.map +1 -0
  133. package/dist/components/form/inputs/TableField.d.ts +45 -0
  134. package/dist/components/form/inputs/TableField.d.ts.map +1 -0
  135. package/dist/components/form/inputs/TelInput.d.ts +241 -0
  136. package/dist/components/form/inputs/TelInput.d.ts.map +1 -0
  137. package/dist/components/form/inputs/TelInput.vue.d.ts.map +1 -1
  138. package/dist/components/form/inputs/TextArea.vue.d.ts +3 -3
  139. package/dist/components/form/inputs/TextInput.d.ts +90 -0
  140. package/dist/components/form/inputs/TextInput.d.ts.map +1 -0
  141. package/dist/components/form/inputs/ToggleInput.d.ts +58 -0
  142. package/dist/components/form/inputs/ToggleInput.d.ts.map +1 -0
  143. package/dist/components/formkit/AddressArray.vue.d.ts +2 -2
  144. package/dist/components/formkit/BankDetailsArray.vue.d.ts +2 -2
  145. package/dist/components/formkit/ContactArrayFormKit.vue.d.ts +2 -2
  146. package/dist/components/formkit/FileUploader.vue.d.ts +2 -2
  147. package/dist/components/formkit/MiscFields.vue.d.ts +2 -2
  148. package/dist/components/formkit/Toggle.vue.d.ts +2 -2
  149. package/dist/components/layout/BottomMenu.d.ts +27 -0
  150. package/dist/components/layout/BottomMenu.d.ts.map +1 -0
  151. package/dist/components/layout/Layout.d.ts +58 -0
  152. package/dist/components/layout/Layout.d.ts.map +1 -0
  153. package/dist/components/layout/SidebarMenu.d.ts +38 -0
  154. package/dist/components/layout/SidebarMenu.d.ts.map +1 -0
  155. package/dist/components/layout/TabbedLayout.d.ts +42 -0
  156. package/dist/components/layout/TabbedLayout.d.ts.map +1 -0
  157. package/dist/components/layout/Tabs.d.ts +31 -0
  158. package/dist/components/layout/Tabs.d.ts.map +1 -0
  159. package/dist/components/layout/TabsBody.d.ts +23 -0
  160. package/dist/components/layout/TabsBody.d.ts.map +1 -0
  161. package/dist/components/layout/TabsNav.d.ts +35 -0
  162. package/dist/components/layout/TabsNav.d.ts.map +1 -0
  163. package/dist/components/layout/TabsNav.vue.d.ts.map +1 -1
  164. package/dist/components/whatsapp/form/MsgTemplate.vue.d.ts +4 -3
  165. package/dist/components/whatsapp/form/TextVariableExamples.vue.d.ts +2 -2
  166. package/dist/index.cjs +357 -322
  167. package/dist/index.mjs +358 -323
  168. package/dist/style.css +173 -83
  169. package/dist/styles.css +14073 -0
  170. package/dist/utils/objects.d.ts +1 -0
  171. package/dist/utils/timeAgo.d.ts +1 -1
  172. package/dist/utils/timeAgo.d.ts.map +1 -1
  173. package/dist/vue.css +14073 -0
  174. package/package.json +1 -1
  175. package/src/components/Icon/Icon.vue +1 -1
  176. package/src/components/Modal.vue +1 -1
  177. package/src/components/Spreadsheet/Index.vue +1 -0
  178. package/src/components/form/inputs/CheckInput.vue +7 -7
  179. package/src/components/form/inputs/ColorInput.vue +33 -5
  180. package/src/components/form/inputs/DateInput.vue +14 -33
  181. package/src/components/form/inputs/DatePick.vue +10 -27
  182. package/src/components/form/inputs/NumberInput.vue +1 -1
  183. package/src/components/form/inputs/PasswordInput.vue +1 -2
  184. package/src/components/form/inputs/TelInput.vue +1 -2
  185. package/src/components/layout/TabsNav.vue +15 -6
  186. package/src/styles/inputs.css +1 -0
  187. package/src/styles/layout.css +45 -0
  188. package/src/styles/mobilLayout.css +45 -0
  189. package/src/styles/theme.css +13 -0
  190. package/src/utils/timeAgo.ts +83 -9
  191. package/dist/common-C_IH8b5S.cjs +0 -12580
  192. package/dist/common-DoeNgx31.js +0 -12579
  193. package/dist/components/AddressSaerch.vue.d.ts +0 -7
  194. package/dist/components/AddressSaerch.vue.d.ts.map +0 -1
  195. package/dist/components/Calendar/index.d.ts +0 -4
  196. package/dist/components/Calendar/index.d.ts.map +0 -1
  197. package/dist/components/Popover.vue.d.ts +0 -10
  198. package/dist/components/Popover.vue.d.ts.map +0 -1
  199. package/dist/components/form/inputs/RichText/Toolbar.vue.d.ts +0 -14
  200. package/dist/components/form/inputs/RichText/Toolbar.vue.d.ts.map +0 -1
  201. package/dist/components/form/inputs/RichText/formatting.d.ts +0 -11
  202. package/dist/components/form/inputs/RichText/formatting.d.ts.map +0 -1
  203. package/dist/components/form/inputs/RichText/richtext-types.d.ts +0 -3
  204. package/dist/components/form/inputs/RichText/richtext-types.d.ts.map +0 -1
  205. package/dist/components/form/inputs/Upload/UploadFile.vue.d.ts +0 -86
  206. package/dist/components/form/inputs/Upload/UploadFile.vue.d.ts.map +0 -1
  207. package/dist/components/sortable/Animation.d.ts +0 -43
  208. package/dist/components/sortable/Animation.d.ts.map +0 -1
  209. package/dist/components/sortable/BrowserInfo.d.ts +0 -7
  210. package/dist/components/sortable/BrowserInfo.d.ts.map +0 -1
  211. package/dist/components/sortable/EventDispatcher.d.ts +0 -13
  212. package/dist/components/sortable/EventDispatcher.d.ts.map +0 -1
  213. package/dist/components/sortable/PluginManager.d.ts +0 -27
  214. package/dist/components/sortable/PluginManager.d.ts.map +0 -1
  215. package/dist/components/sortable/Sortable.d.ts +0 -81
  216. package/dist/components/sortable/Sortable.d.ts.map +0 -1
  217. package/dist/components/sortable/index.d.ts +0 -5
  218. package/dist/components/sortable/index.d.ts.map +0 -1
  219. package/dist/components/sortable/utils.d.ts +0 -49
  220. package/dist/components/sortable/utils.d.ts.map +0 -1
  221. package/dist/composables/drag-n-drop/useDraggable.d.ts +0 -2
  222. package/dist/composables/drag-n-drop/useDraggable.d.ts.map +0 -1
  223. package/dist/editor-CUDRLdmS.js +0 -4
  224. package/dist/editor-Cu374vEW.cjs +0 -4
  225. package/dist/editor-a8DSbb6P.js +0 -4
  226. package/dist/editor-xBt_vIha.cjs +0 -4
  227. package/dist/heic2any-8wMqMfB_.js +0 -933
  228. package/dist/heic2any-BrqcNzfV.js +0 -935
  229. package/dist/heic2any-C8KwH72N.cjs +0 -934
  230. package/dist/heic2any-k9wDCKka.cjs +0 -932
  231. package/dist/index-DiG-xM9T.cjs +0 -35016
  232. package/dist/index-nGuSAiY2.js +0 -35017
  233. package/dist/plugins/drag-n-drop/draggable.d.ts +0 -4
  234. package/dist/plugins/drag-n-drop/draggable.d.ts.map +0 -1
  235. package/dist/plugins/drag-n-drop/droppable.d.ts +0 -4
  236. package/dist/plugins/drag-n-drop/droppable.d.ts.map +0 -1
  237. package/dist/plugins/drag-n-drop/index.d.ts +0 -5
  238. package/dist/plugins/drag-n-drop/index.d.ts.map +0 -1
  239. package/dist/plugins/drag-n-drop/useDraggable.d.ts +0 -8
  240. package/dist/plugins/drag-n-drop/useDraggable.d.ts.map +0 -1
  241. package/dist/plugins/drag-n-drop/useDroppable.d.ts +0 -7
  242. package/dist/plugins/drag-n-drop/useDroppable.d.ts.map +0 -1
  243. package/dist/types/materialIcon.d.ts +0 -2
  244. package/dist/types/materialIcon.d.ts.map +0 -1
  245. /package/src/components/{Dialog → dialog}/index.ts +0 -0
package/dist/index.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  var __defProp = Object.defineProperty;
2
2
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
3
3
  var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
4
- import { defineComponent, reactive, provide, openBlock, createElementBlock, renderSlot, ref, computed, inject, watch, normalizeClass, createElementVNode, unref, createVNode, createCommentVNode, toDisplayString, Transition, withCtx, isRef, Fragment, renderList, createBlock, useSlots, resolveDirective, withDirectives, resolveDynamicComponent, mergeProps, withModifiers, withKeys, createTextVNode, normalizeStyle, useCssVars, onMounted, Comment, Text, nextTick, onBeforeUnmount, onUnmounted, resolveComponent, isVNode, h as h$2, getCurrentScope, onScopeDispose, toValue, getCurrentInstance, shallowRef, mergeModels, useModel, normalizeProps, vModelCheckbox, pushScopeId, popScopeId, guardReactiveProps, withScopeId, createApp, vModelText, vModelRadio, TransitionGroup, vModelDynamic, toRef, createSlots } from "vue";
4
+ import { defineComponent, reactive, provide, createElementBlock, openBlock, renderSlot, ref, computed, inject, watch, normalizeClass, createElementVNode, createVNode, unref, createCommentVNode, toDisplayString, Transition, withCtx, Fragment, renderList, createBlock, isRef, useSlots, resolveDirective, withDirectives, resolveDynamicComponent, mergeProps, withKeys, withModifiers, createTextVNode, normalizeStyle, useCssVars, onMounted, Comment, Text, nextTick, onBeforeUnmount, onUnmounted, resolveComponent, isVNode, h as h$2, toValue, getCurrentScope, onScopeDispose, getCurrentInstance, shallowRef, mergeModels, useModel, normalizeProps, vModelCheckbox, createApp, pushScopeId, popScopeId, withScopeId, guardReactiveProps, vModelText, vModelRadio, TransitionGroup, vModelDynamic, toRef, createSlots } from "vue";
5
5
  import { RouterLink } from "vue-router";
6
6
  const _sfc_main$1n = /* @__PURE__ */ defineComponent({
7
7
  __name: "Accordion",
@@ -19,7 +19,7 @@ const _sfc_main$1n = /* @__PURE__ */ defineComponent({
19
19
  });
20
20
  const _hoisted_1$1a = ["aria-expanded", "aria-controls"];
21
21
  const _hoisted_2$S = { class: "accordion-label" };
22
- const _hoisted_3$H = ["id", "aria-hidden"];
22
+ const _hoisted_3$I = ["id", "aria-hidden"];
23
23
  const _sfc_main$1m = /* @__PURE__ */ defineComponent({
24
24
  __name: "AccordionItem",
25
25
  props: {
@@ -83,7 +83,7 @@ const _sfc_main$1m = /* @__PURE__ */ defineComponent({
83
83
  key: 0,
84
84
  class: normalizeClass(["accordion-icon", [_ctx.iconClass, { open: unref(isOpen) && _ctx.iconType === "expand_more" }]])
85
85
  }, [
86
- createVNode(unref(Icon), { icon: computedIcon.value }, null, 8, ["icon"])
86
+ createVNode(unref(_sfc_main$s), { icon: computedIcon.value }, null, 8, ["icon"])
87
87
  ], 2)) : createCommentVNode("", true),
88
88
  renderSlot(_ctx.$slots, "head", {}, () => [
89
89
  createElementVNode("span", _hoisted_2$S, toDisplayString(_ctx.label), 1)
@@ -92,7 +92,7 @@ const _sfc_main$1m = /* @__PURE__ */ defineComponent({
92
92
  key: 1,
93
93
  class: normalizeClass(["accordion-icon", [_ctx.iconClass, { open: unref(isOpen) && _ctx.iconType === "expand_more" }]])
94
94
  }, [
95
- createVNode(unref(Icon), { icon: computedIcon.value }, null, 8, ["icon"])
95
+ createVNode(unref(_sfc_main$s), { icon: computedIcon.value }, null, 8, ["icon"])
96
96
  ], 2)) : createCommentVNode("", true)
97
97
  ], 8, _hoisted_1$1a),
98
98
  createVNode(Transition, { name: "expand" }, {
@@ -104,7 +104,7 @@ const _sfc_main$1m = /* @__PURE__ */ defineComponent({
104
104
  "aria-hidden": unref(isOpen) ? "false" : "true"
105
105
  }, [
106
106
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
107
- ], 8, _hoisted_3$H)) : createCommentVNode("", true)
107
+ ], 8, _hoisted_3$I)) : createCommentVNode("", true)
108
108
  ]),
109
109
  _: 3
110
110
  })
@@ -250,7 +250,7 @@ const _sfc_main$1k = /* @__PURE__ */ defineComponent({
250
250
  class: "h-100p",
251
251
  size: "15"
252
252
  })) : (openBlock(), createElementBlock("div", _hoisted_1$18, [
253
- _ctx.icon ? (openBlock(), createBlock(unref(Icon), {
253
+ _ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$s), {
254
254
  key: 0,
255
255
  icon: _ctx.icon,
256
256
  class: "transition-400"
@@ -259,7 +259,7 @@ const _sfc_main$1k = /* @__PURE__ */ defineComponent({
259
259
  !unref(slots).default && _ctx.value ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
260
260
  createTextVNode(toDisplayString(_ctx.value), 1)
261
261
  ], 64)) : createCommentVNode("", true),
262
- _ctx.iconEnd ? (openBlock(), createBlock(unref(Icon), {
262
+ _ctx.iconEnd ? (openBlock(), createBlock(unref(_sfc_main$s), {
263
263
  key: 2,
264
264
  icon: _ctx.iconEnd,
265
265
  class: "transition-400"
@@ -297,7 +297,7 @@ const _sfc_main$1j = /* @__PURE__ */ defineComponent({
297
297
  class: normalizeClass(["alert", [_ctx.type]]),
298
298
  dismissable: _ctx.dismissable
299
299
  }, [
300
- _ctx.icon !== "none" ? (openBlock(), createBlock(unref(Icon), {
300
+ _ctx.icon !== "none" ? (openBlock(), createBlock(unref(_sfc_main$s), {
301
301
  key: 0,
302
302
  class: "alert_icon",
303
303
  icon: _ctx.icon || _ctx.type,
@@ -359,13 +359,13 @@ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
359
359
  return openBlock(), createElementBlock("div", {
360
360
  class: normalizeClass(["pill", [_ctx.color]])
361
361
  }, [
362
- _ctx.icon ? (openBlock(), createBlock(unref(Icon), {
362
+ _ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$s), {
363
363
  key: 0,
364
364
  class: "inline",
365
365
  icon: _ctx.icon
366
366
  }, null, 8, ["icon"])) : createCommentVNode("", true),
367
367
  createTextVNode(" " + toDisplayString(_ctx.text) + " ", 1),
368
- _ctx.iconEnd ? (openBlock(), createBlock(unref(Icon), {
368
+ _ctx.iconEnd ? (openBlock(), createBlock(unref(_sfc_main$s), {
369
369
  key: 1,
370
370
  class: "inline",
371
371
  icon: _ctx.iconEnd
@@ -377,7 +377,7 @@ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
377
377
  const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["__scopeId", "data-v-689f051f"]]);
378
378
  const _hoisted_1$15 = ["src"];
379
379
  const _hoisted_2$Q = ["autoplay", "muted", "loop", "controls", "playsinline"];
380
- const _hoisted_3$G = ["src", "type"];
380
+ const _hoisted_3$H = ["src", "type"];
381
381
  const _sfc_main$1g = /* @__PURE__ */ defineComponent({
382
382
  __name: "BglVideo",
383
383
  props: {
@@ -469,7 +469,7 @@ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
469
469
  createElementVNode("source", {
470
470
  src: _ctx.src,
471
471
  type: `video/${videoFormat.value}`
472
- }, null, 8, _hoisted_3$G)
472
+ }, null, 8, _hoisted_3$H)
473
473
  ], 12, _hoisted_2$Q)) : createCommentVNode("", true)
474
474
  ], 2);
475
475
  };
@@ -739,7 +739,7 @@ const DATE_TIME_STRING_PATTERN = /^\d{4}-\d{2}-\d{2} \d{2}:\d{2}$/;
739
739
  const DATE_TIME_STRING_FULL_DAY_PATTERN = /^\d{4}-\d{2}-\d{2}$/;
740
740
  const _hoisted_1$13 = ["id"];
741
741
  const _hoisted_2$O = { class: "flex txt14 flex column align-items-start gap-025 opacity-6" };
742
- const _hoisted_3$F = {
742
+ const _hoisted_3$G = {
743
743
  key: 0,
744
744
  class: "agenda__event-time flex gap-025"
745
745
  };
@@ -779,11 +779,6 @@ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
779
779
  const icons = {
780
780
  clock: "clock",
781
781
  user: "user",
782
- description: "comment",
783
- trash: "delete",
784
- edit: "pen-to-square",
785
- times: "close",
786
- topic: "question-circle",
787
782
  location: "location_on"
788
783
  };
789
784
  const colors = EVENT_COLORS;
@@ -828,15 +823,15 @@ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
828
823
  onClick: withModifiers(handleClickOnEvent, ["prevent"])
829
824
  }, [
830
825
  createElementVNode("div", _hoisted_2$O, [
831
- eventTime.value && !__props.calendarEvent.originalEvent ? (openBlock(), createElementBlock("span", _hoisted_3$F, [
832
- createVNode(unref(Icon), {
826
+ eventTime.value && !__props.calendarEvent.originalEvent ? (openBlock(), createElementBlock("span", _hoisted_3$G, [
827
+ createVNode(unref(_sfc_main$s), {
833
828
  icon: icons.clock,
834
829
  size: 0.8
835
830
  }, null, 8, ["icon"]),
836
831
  createTextVNode(" " + toDisplayString(eventTime.value), 1)
837
832
  ])) : createCommentVNode("", true),
838
833
  __props.calendarEvent.location ? (openBlock(), createElementBlock("span", _hoisted_4$t, [
839
- createVNode(unref(Icon), {
834
+ createVNode(unref(_sfc_main$s), {
840
835
  icon: icons.location,
841
836
  size: 1
842
837
  }, null, 8, ["icon"]),
@@ -846,7 +841,7 @@ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
846
841
  createElementVNode("div", null, [
847
842
  createElementVNode("div", _hoisted_5$p, toDisplayString(__props.calendarEvent.title), 1),
848
843
  __props.calendarEvent.with ? (openBlock(), createElementBlock("div", _hoisted_6$l, [
849
- createVNode(unref(Icon), {
844
+ createVNode(unref(_sfc_main$s), {
850
845
  icon: icons.user
851
846
  }, null, 8, ["icon"]),
852
847
  createTextVNode(" " + toDisplayString(__props.calendarEvent.with), 1)
@@ -859,7 +854,7 @@ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
859
854
  const AgendaEventTile = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["__scopeId", "data-v-5740437b"]]);
860
855
  const _hoisted_1$12 = { class: "agenda__wrapper grid align-items-start gap-1 h-100p" };
861
856
  const _hoisted_2$N = { class: "m_sticky" };
862
- const _hoisted_3$E = { class: "agenda__header-day-name txt-center" };
857
+ const _hoisted_3$F = { class: "agenda__header-day-name txt-center" };
863
858
  const _hoisted_4$s = { class: "agenda__header-date flex justify-content-center rounded p-025 txt24 line-height-04" };
864
859
  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" };
865
860
  const _hoisted_6$k = {
@@ -892,7 +887,7 @@ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
892
887
  return (_ctx, _cache) => {
893
888
  return openBlock(), createElementBlock("div", _hoisted_1$12, [
894
889
  createElementVNode("header", _hoisted_2$N, [
895
- createElementVNode("div", _hoisted_3$E, toDisplayString(__props.day.dayName.slice(0, 3)), 1),
890
+ createElementVNode("div", _hoisted_3$F, toDisplayString(__props.day.dayName.slice(0, 3)), 1),
896
891
  createElementVNode("div", _hoisted_4$s, toDisplayString(__props.day.dateTimeString.substring(8, 10)), 1)
897
892
  ]),
898
893
  createElementVNode("div", _hoisted_5$o, [
@@ -1538,10 +1533,6 @@ class EventPosition extends Time {
1538
1533
  }
1539
1534
  }
1540
1535
  const calendarDomRectForVitest = {
1541
- x: 8,
1542
- y: 26,
1543
- width: 903,
1544
- height: 702,
1545
1536
  top: 26,
1546
1537
  right: 911,
1547
1538
  bottom: 728,
@@ -1597,7 +1588,7 @@ const _hoisted_1$11 = {
1597
1588
  class: "event-flyout__relative-wrapper"
1598
1589
  };
1599
1590
  const _hoisted_2$M = { class: "event-flyout__menu" };
1600
- const _hoisted_3$D = {
1591
+ const _hoisted_3$E = {
1601
1592
  key: 0,
1602
1593
  class: "event-flyout__menu-editable"
1603
1594
  };
@@ -1666,7 +1657,6 @@ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
1666
1657
  const flyoutWidth = `${EVENT_FLYOUT_WIDTH}px`;
1667
1658
  const colors = EVENT_COLORS;
1668
1659
  const icons = {
1669
- clock: "clock",
1670
1660
  user: "user",
1671
1661
  description: "comment",
1672
1662
  trash: "delete",
@@ -1806,20 +1796,20 @@ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
1806
1796
  }, [
1807
1797
  !__props.config.eventDialog || !__props.config.eventDialog.isCustom ? (openBlock(), createElementBlock("div", _hoisted_1$11, [
1808
1798
  createElementVNode("div", _hoisted_2$M, [
1809
- isEditable.value ? (openBlock(), createElementBlock("span", _hoisted_3$D, [
1810
- createVNode(unref(Icon), {
1799
+ isEditable.value ? (openBlock(), createElementBlock("span", _hoisted_3$E, [
1800
+ createVNode(unref(_sfc_main$s), {
1811
1801
  class: "event-flyout__menu-item is-edit-icon",
1812
1802
  icon: icons.edit,
1813
1803
  onClick: editEvent
1814
1804
  }, null, 8, ["icon"]),
1815
- createVNode(unref(Icon), {
1805
+ createVNode(unref(_sfc_main$s), {
1816
1806
  class: "event-flyout__menu-item is-trash-icon",
1817
1807
  icon: icons.trash,
1818
1808
  onClick: deleteEvent
1819
1809
  }, null, 8, ["icon"])
1820
1810
  ])) : createCommentVNode("", true),
1821
1811
  createElementVNode("span", _hoisted_4$r, [
1822
- createVNode(unref(Icon), {
1812
+ createVNode(unref(_sfc_main$s), {
1823
1813
  class: "event-flyout__menu-item is-times-icon",
1824
1814
  icon: icons.times,
1825
1815
  onClick: closeFlyout
@@ -1836,25 +1826,25 @@ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
1836
1826
  ])) : createCommentVNode("", true),
1837
1827
  calendarEvent.value.time ? (openBlock(), createElementBlock("div", _hoisted_7$f, toDisplayString(getEventTime.value), 1)) : createCommentVNode("", true),
1838
1828
  calendarEvent.value.location ? (openBlock(), createElementBlock("div", _hoisted_8$9, [
1839
- createVNode(unref(Icon), {
1829
+ createVNode(unref(_sfc_main$s), {
1840
1830
  icon: icons.location
1841
1831
  }, null, 8, ["icon"]),
1842
1832
  createTextVNode(" " + toDisplayString(calendarEvent.value.location), 1)
1843
1833
  ])) : createCommentVNode("", true),
1844
1834
  calendarEvent.value.with ? (openBlock(), createElementBlock("div", _hoisted_9$7, [
1845
- createVNode(unref(Icon), {
1835
+ createVNode(unref(_sfc_main$s), {
1846
1836
  icon: icons.user
1847
1837
  }, null, 8, ["icon"]),
1848
1838
  createTextVNode(" " + toDisplayString(calendarEvent.value.with), 1)
1849
1839
  ])) : createCommentVNode("", true),
1850
1840
  calendarEvent.value.topic ? (openBlock(), createElementBlock("div", _hoisted_10$7, [
1851
- createVNode(unref(Icon), {
1841
+ createVNode(unref(_sfc_main$s), {
1852
1842
  icon: icons.topic
1853
1843
  }, null, 8, ["icon"]),
1854
1844
  createTextVNode(" " + toDisplayString(calendarEvent.value.topic), 1)
1855
1845
  ])) : createCommentVNode("", true),
1856
1846
  calendarEvent.value.description ? (openBlock(), createElementBlock("div", _hoisted_11$6, [
1857
- createVNode(unref(Icon), {
1847
+ createVNode(unref(_sfc_main$s), {
1858
1848
  icon: icons.description
1859
1849
  }, null, 8, ["icon"]),
1860
1850
  createElementVNode("p", {
@@ -1876,7 +1866,7 @@ const _hoisted_1$10 = {
1876
1866
  class: "calendar-month__event"
1877
1867
  };
1878
1868
  const _hoisted_2$L = ["id", "draggable"];
1879
- const _hoisted_3$C = ["id", "draggable"];
1869
+ const _hoisted_3$D = ["id", "draggable"];
1880
1870
  const _hoisted_4$q = {
1881
1871
  key: 0,
1882
1872
  class: "calendar-month__event-time opacity-6 flex-shrink-0"
@@ -1986,7 +1976,7 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
1986
1976
  _cache[0] || (_cache[0] = createElementVNode("span", { class: "calendar-month__event-color round flex-shrink-0" }, null, -1)),
1987
1977
  eventTimeStart.value && !__props.calendarEvent.originalEvent ? (openBlock(), createElementBlock("span", _hoisted_4$q, toDisplayString(eventTimeStart.value), 1)) : createCommentVNode("", true),
1988
1978
  createElementVNode("span", _hoisted_5$m, toDisplayString(__props.calendarEvent.title), 1)
1989
- ], 42, _hoisted_3$C))
1979
+ ], 42, _hoisted_3$D))
1990
1980
  ], 64));
1991
1981
  };
1992
1982
  }
@@ -1994,7 +1984,7 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
1994
1984
  const Event = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["__scopeId", "data-v-3c4101df"]]);
1995
1985
  const _hoisted_1$$ = ["id"];
1996
1986
  const _hoisted_2$K = { class: "w-100p flex justify-content-end txt14 p-025 m_h-100p" };
1997
- const _hoisted_3$B = { class: "calendar-month_events" };
1987
+ const _hoisted_3$C = { class: "calendar-month_events" };
1998
1988
  const _hoisted_4$p = {
1999
1989
  key: 1,
2000
1990
  class: "space-reserver"
@@ -2102,7 +2092,7 @@ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
2102
2092
  onClick: emitDayWasClicked
2103
2093
  }, toDisplayString(__props.day.dateTimeString.substring(8, 10).startsWith("0") ? __props.day.dateTimeString.substring(9, 10) : __props.day.dateTimeString.substring(8, 10)), 1)
2104
2094
  ]),
2105
- createElementVNode("div", _hoisted_3$B, [
2095
+ createElementVNode("div", _hoisted_3$C, [
2106
2096
  (openBlock(true), createElementBlock(Fragment, null, renderList(__props.day.events, (calendarEvent, index2) => {
2107
2097
  return openBlock(), createElementBlock(Fragment, { key: index2 }, [
2108
2098
  index2 < 3 ? (openBlock(), createBlock(Event, {
@@ -2148,7 +2138,7 @@ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
2148
2138
  });
2149
2139
  const _hoisted_1$Z = { class: "calendar-month relative column w-100p h-100p overflow-y flex flex-stretch" };
2150
2140
  const _hoisted_2$J = { class: "flex space-between" };
2151
- const _hoisted_3$A = { class: "calendar-month__weeks h-100p flex-grow flex flex-stretch column space-between" };
2141
+ const _hoisted_3$B = { class: "calendar-month__weeks h-100p flex-grow flex flex-stretch column space-between" };
2152
2142
  const _hoisted_4$o = {
2153
2143
  key: 0,
2154
2144
  class: "calendar-month__day_events w-100p pt-1 m_pb-1"
@@ -2267,7 +2257,7 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
2267
2257
  }, null, 8, ["config", "day", "time"]);
2268
2258
  }), 128))
2269
2259
  ]),
2270
- createElementVNode("div", _hoisted_3$A, [
2260
+ createElementVNode("div", _hoisted_3$B, [
2271
2261
  (openBlock(true), createElementBlock(Fragment, null, renderList(month.value, (week, weekIndex) => {
2272
2262
  return openBlock(), createElementBlock("div", {
2273
2263
  key: weekIndex,
@@ -2534,7 +2524,7 @@ class EventChange {
2534
2524
  }
2535
2525
  const _hoisted_1$Y = ["data-ref"];
2536
2526
  const _hoisted_2$I = { class: "calendar-week__event-row is-title" };
2537
- const _hoisted_3$z = { class: "calendar-week__event-row is-time flex" };
2527
+ const _hoisted_3$A = { class: "calendar-week__event-row is-time flex" };
2538
2528
  const _hoisted_4$n = {
2539
2529
  key: 0,
2540
2530
  class: "calendar-week__event-row is-location"
@@ -2895,36 +2885,36 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
2895
2885
  })
2896
2886
  }, [
2897
2887
  createElementVNode("div", _hoisted_2$I, toDisplayString(event.value.title), 1),
2898
- createElementVNode("div", _hoisted_3$z, [
2899
- createVNode(unref(Icon), {
2888
+ createElementVNode("div", _hoisted_3$A, [
2889
+ createVNode(unref(_sfc_main$s), {
2900
2890
  icon: icons.value.clock,
2901
2891
  class: "calendar-week__event-icon"
2902
2892
  }, null, 8, ["icon"]),
2903
2893
  createElementVNode("span", null, toDisplayString(getEventTime.value), 1)
2904
2894
  ]),
2905
2895
  event.value.location ? (openBlock(), createElementBlock("div", _hoisted_4$n, [
2906
- createVNode(unref(Icon), {
2896
+ createVNode(unref(_sfc_main$s), {
2907
2897
  icon: icons.value.location,
2908
2898
  class: "calendar-week__event-icon"
2909
2899
  }, null, 8, ["icon"]),
2910
2900
  createElementVNode("span", null, toDisplayString(event.value.location), 1)
2911
2901
  ])) : createCommentVNode("", true),
2912
2902
  event.value.with ? (openBlock(), createElementBlock("div", _hoisted_5$l, [
2913
- createVNode(unref(Icon), {
2903
+ createVNode(unref(_sfc_main$s), {
2914
2904
  icon: icons.value.user,
2915
2905
  class: "calendar-week__event-icon"
2916
2906
  }, null, 8, ["icon"]),
2917
2907
  createElementVNode("span", null, toDisplayString(event.value.with), 1)
2918
2908
  ])) : createCommentVNode("", true),
2919
2909
  event.value.topic ? (openBlock(), createElementBlock("div", _hoisted_6$i, [
2920
- createVNode(unref(Icon), {
2910
+ createVNode(unref(_sfc_main$s), {
2921
2911
  icon: icons.value.topic,
2922
2912
  class: "calendar-week__event-icon"
2923
2913
  }, null, 8, ["icon"]),
2924
2914
  createElementVNode("span", null, toDisplayString(event.value.topic), 1)
2925
2915
  ])) : createCommentVNode("", true),
2926
2916
  event.value.description ? (openBlock(), createElementBlock("div", _hoisted_7$e, [
2927
- createVNode(unref(Icon), {
2917
+ createVNode(unref(_sfc_main$s), {
2928
2918
  icon: icons.value.description,
2929
2919
  class: "calendar-week__event-icon"
2930
2920
  }, null, 8, ["icon"]),
@@ -3227,7 +3217,7 @@ const _hoisted_1$U = {
3227
3217
  style: { "margin-inline-end": "0.5em" }
3228
3218
  };
3229
3219
  const _hoisted_2$F = ["onClick"];
3230
- const _hoisted_3$y = { class: "flex justify-content-center gap-025 txt12 pb-025" };
3220
+ const _hoisted_3$z = { class: "flex justify-content-center gap-025 txt12 pb-025" };
3231
3221
  const _hoisted_4$m = { class: "" };
3232
3222
  const _hoisted_5$k = { class: "week-timeline__date txt14 round inline-flex justify-content-center" };
3233
3223
  const _hoisted_6$h = { class: "week-timeline__events" };
@@ -3261,7 +3251,7 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
3261
3251
  }]),
3262
3252
  onClick: ($event) => emit2("dayWasClicked", _ctx.time.dateStringFrom(day.dateTimeString))
3263
3253
  }, [
3264
- createElementVNode("div", _hoisted_3$y, [
3254
+ createElementVNode("div", _hoisted_3$z, [
3265
3255
  createElementVNode("div", _hoisted_4$m, toDisplayString(day.dayName.charAt(0).toUpperCase() + day.dayName.slice(1, 3).toLowerCase()), 1),
3266
3256
  createElementVNode("div", _hoisted_5$k, toDisplayString(getDaysDate(day)), 1)
3267
3257
  ]),
@@ -3287,7 +3277,7 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
3287
3277
  const WeekTimeline = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["__scopeId", "data-v-18ecf6c3"]]);
3288
3278
  const _hoisted_1$T = { class: "calendar-week__wrapper relative ps-3-5" };
3289
3279
  const _hoisted_2$E = { class: "calendar-week" };
3290
- const _hoisted_3$x = { class: "calendar-week__events" };
3280
+ const _hoisted_3$y = { class: "calendar-week__events" };
3291
3281
  const _sfc_main$12 = /* @__PURE__ */ defineComponent({
3292
3282
  __name: "Week",
3293
3283
  props: {
@@ -3553,7 +3543,7 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
3553
3543
  "day-intervals": dayIntervals.value,
3554
3544
  "week-height": weekHeight.value
3555
3545
  }, null, 8, ["time", "day-intervals", "week-height"])),
3556
- createElementVNode("div", _hoisted_3$x, [
3546
+ createElementVNode("div", _hoisted_3$y, [
3557
3547
  (openBlock(true), createElementBlock(Fragment, null, renderList(days.value, (day, dayIndex) => {
3558
3548
  return openBlock(), createBlock(Day, {
3559
3549
  key: day.dateTimeString + mode.value + weekVersion.value,
@@ -3637,7 +3627,7 @@ ${_Errors.SUFFIX}`);
3637
3627
  let Errors = _Errors;
3638
3628
  const _hoisted_1$S = { class: "calendar-root-wrapper txt16" };
3639
3629
  const _hoisted_2$D = ["data-lang"];
3640
- const _hoisted_3$w = {
3630
+ const _hoisted_3$x = {
3641
3631
  key: 0,
3642
3632
  class: "top-bar-loader"
3643
3633
  };
@@ -3829,7 +3819,7 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
3829
3819
  }, [
3830
3820
  createVNode(Transition, { name: "loading" }, {
3831
3821
  default: withCtx(() => [
3832
- __props.isLoading ? (openBlock(), createElementBlock("div", _hoisted_3$w)) : createCommentVNode("", true)
3822
+ __props.isLoading ? (openBlock(), createElementBlock("div", _hoisted_3$x)) : createCommentVNode("", true)
3833
3823
  ]),
3834
3824
  _: 1
3835
3825
  }),
@@ -3967,7 +3957,7 @@ const _hoisted_2$C = {
3967
3957
  key: 0,
3968
3958
  class: "dots"
3969
3959
  };
3970
- const _hoisted_3$v = ["onClick"];
3960
+ const _hoisted_3$w = ["onClick"];
3971
3961
  const _hoisted_4$l = { class: "Handlers" };
3972
3962
  const GAP_PERCENT = 1;
3973
3963
  const VELOCITY_SAMPLE_DURATION = 100;
@@ -4403,7 +4393,7 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
4403
4393
  key: i2,
4404
4394
  class: normalizeClass(["dot", { current: unref(activeSlideIndex) === i2 - 1 }]),
4405
4395
  onClick: ($event) => goToSlide(i2 - 1)
4406
- }, null, 10, _hoisted_3$v);
4396
+ }, null, 10, _hoisted_3$w);
4407
4397
  }), 128))
4408
4398
  ])) : createCommentVNode("", true),
4409
4399
  createElementVNode("div", _hoisted_4$l, [
@@ -10258,7 +10248,7 @@ const _hoisted_1$1$1 = {
10258
10248
  style: { display: "flex", position: "relative" }
10259
10249
  };
10260
10250
  const _hoisted_2$1$1 = ["width", "height", "viewBox"];
10261
- const _hoisted_3$u = { class: "layer-rectangles" };
10251
+ const _hoisted_3$v = { class: "layer-rectangles" };
10262
10252
  const _hoisted_4$k = ["transform", "onMouseover"];
10263
10253
  const _hoisted_5$j = ["width", "height"];
10264
10254
  const _hoisted_6$g = {
@@ -10276,7 +10266,7 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
10276
10266
  viewBox: `0 0 ${_ctx.size.width} ${_ctx.size.height}`,
10277
10267
  ref: "el"
10278
10268
  }, [
10279
- createElementVNode("g", _hoisted_3$u, [
10269
+ createElementVNode("g", _hoisted_3$v, [
10280
10270
  (openBlock(true), createElementBlock(
10281
10271
  Fragment,
10282
10272
  null,
@@ -11064,7 +11054,7 @@ function unrefElement(elRef) {
11064
11054
  return (_a = plain == null ? void 0 : plain.$el) != null ? _a : plain;
11065
11055
  }
11066
11056
  function useMounted() {
11067
- const isMounted = ref(false);
11057
+ const isMounted = shallowRef(false);
11068
11058
  const instance = getCurrentInstance();
11069
11059
  if (instance) {
11070
11060
  onMounted(() => {
@@ -11248,7 +11238,7 @@ function useVirtualList(list, options) {
11248
11238
  };
11249
11239
  }
11250
11240
  function useVirtualListResources(list) {
11251
- const containerRef = ref(null);
11241
+ const containerRef = shallowRef(null);
11252
11242
  const size2 = useElementSize(containerRef);
11253
11243
  const currentList = ref([]);
11254
11244
  const source = shallowRef(list);
@@ -11437,7 +11427,7 @@ const _hoisted_1$N = {
11437
11427
  class: "loading-table-wrapper z-99 h-100 w-100 absolute inset"
11438
11428
  };
11439
11429
  const _hoisted_2$A = { class: "infinite-wrapper" };
11440
- const _hoisted_3$t = { class: "row first-row" };
11430
+ const _hoisted_3$u = { class: "row first-row" };
11441
11431
  const _hoisted_4$j = { key: 0 };
11442
11432
  const _hoisted_5$i = ["onClick"];
11443
11433
  const _hoisted_6$f = { class: "flex" };
@@ -11569,7 +11559,7 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
11569
11559
  createElementVNode("div", { class: "loading-table-animation absolute oval" }, null, -1)
11570
11560
  ]))) : (openBlock(), createElementBlock("div", normalizeProps(mergeProps({ key: 1 }, unref(wrapperProps))), [
11571
11561
  createElementVNode("table", _hoisted_2$A, [
11572
- createElementVNode("thead", _hoisted_3$t, [
11562
+ createElementVNode("thead", _hoisted_3$u, [
11573
11563
  unref(isSelectable) ? (openBlock(), createElementBlock("th", _hoisted_4$j, [
11574
11564
  createElementVNode("input", {
11575
11565
  ref_key: "allSelectorEl",
@@ -11592,7 +11582,7 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
11592
11582
  createElementVNode("div", {
11593
11583
  class: normalizeClass(["list-arrows", { sorted: unref(sortField) === field.id }])
11594
11584
  }, [
11595
- createVNode(unref(Icon), {
11585
+ createVNode(unref(_sfc_main$s), {
11596
11586
  class: normalizeClass({ desc: unref(sortDirection) === "DESC" }),
11597
11587
  icon: "keyboard_arrow_up"
11598
11588
  }, null, 8, ["class"])
@@ -15426,7 +15416,7 @@ const _hoisted_2$y = {
15426
15416
  key: 0,
15427
15417
  class: "ps-025 border-start mb-05"
15428
15418
  };
15429
- const _hoisted_3$s = { class: "bg-gray-80 -my-05 px-025 pt-065 txt-center" };
15419
+ const _hoisted_3$t = { class: "bg-gray-80 -my-05 px-025 pt-065 txt-center" };
15430
15420
  const _sfc_main$S = /* @__PURE__ */ defineComponent({
15431
15421
  __name: "FieldArray",
15432
15422
  props: {
@@ -15509,7 +15499,7 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
15509
15499
  "onUpdate:modelValue": [($event) => data2.value[i2] = $event, emitValue],
15510
15500
  schema: _ctx.schema
15511
15501
  }, null, 8, ["modelValue", "onUpdate:modelValue", "schema"]),
15512
- createElementVNode("div", _hoisted_3$s, [
15502
+ createElementVNode("div", _hoisted_3$t, [
15513
15503
  props2.delete ? (openBlock(), createBlock(unref(Btn), {
15514
15504
  key: 0,
15515
15505
  icon: "delete",
@@ -15570,7 +15560,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
15570
15560
  const Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__scopeId", "data-v-73f1d9ad"]]);
15571
15561
  const _hoisted_1$J = ["title"];
15572
15562
  const _hoisted_2$x = ["id", "value", "required"];
15573
- const _hoisted_3$r = ["for"];
15563
+ const _hoisted_3$s = ["for"];
15574
15564
  const _sfc_main$Q = /* @__PURE__ */ defineComponent({
15575
15565
  __name: "CheckInput",
15576
15566
  props: /* @__PURE__ */ mergeModels({
@@ -15579,19 +15569,18 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
15579
15569
  title: {},
15580
15570
  small: { type: Boolean },
15581
15571
  required: { type: Boolean },
15582
- defaultValue: { type: Boolean, default: false },
15572
+ defaultValue: { default: false },
15583
15573
  value: {}
15584
15574
  }, {
15585
- "modelValue": { type: [Boolean, Array], ...{ default: void 0 } },
15575
+ "modelValue": { default: void 0 },
15586
15576
  "modelModifiers": {}
15587
15577
  }),
15588
15578
  emits: ["update:modelValue"],
15589
15579
  setup(__props) {
15590
- const props2 = __props;
15591
- const inputId = computed(() => props2.id || Math.random().toString(36).slice(7));
15580
+ const inputId = computed(() => __props.id || Math.random().toString(36).slice(7));
15592
15581
  const checked = useModel(__props, "modelValue");
15593
15582
  onMounted(() => {
15594
- if (checked.value === void 0) checked.value = props2.defaultValue;
15583
+ if (checked.value === void 0) checked.value = __props.defaultValue;
15595
15584
  });
15596
15585
  return (_ctx, _cache) => {
15597
15586
  return openBlock(), createElementBlock("div", {
@@ -15612,18 +15601,18 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
15612
15601
  renderSlot(_ctx.$slots, "label", {}, () => [
15613
15602
  createTextVNode(toDisplayString(_ctx.label), 1)
15614
15603
  ], true)
15615
- ], 8, _hoisted_3$r)
15604
+ ], 8, _hoisted_3$s)
15616
15605
  ], 10, _hoisted_1$J);
15617
15606
  };
15618
15607
  }
15619
15608
  });
15620
- const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["__scopeId", "data-v-03ed2982"]]);
15609
+ const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["__scopeId", "data-v-0c86700b"]]);
15621
15610
  const _hoisted_1$I = { class: "mb-05" };
15622
15611
  const _hoisted_2$w = {
15623
15612
  key: 0,
15624
15613
  class: "label txt-start"
15625
15614
  };
15626
- const _hoisted_3$q = {
15615
+ const _hoisted_3$r = {
15627
15616
  key: 1,
15628
15617
  class: "code-editor-wrap grid rounded p-1 overflow hm-300px ltr txt-start relative h-100p"
15629
15618
  };
@@ -15714,7 +15703,7 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
15714
15703
  return (_ctx, _cache) => {
15715
15704
  return openBlock(), createElementBlock("div", _hoisted_1$I, [
15716
15705
  _ctx.label ? (openBlock(), createElementBlock("label", _hoisted_2$w, toDisplayString(_ctx.label), 1)) : createCommentVNode("", true),
15717
- unref(loaded) ? (openBlock(), createElementBlock("div", _hoisted_3$q, [
15706
+ unref(loaded) ? (openBlock(), createElementBlock("div", _hoisted_3$r, [
15718
15707
  createElementVNode("div", {
15719
15708
  class: "relative block h-100",
15720
15709
  style: normalizeStyle({ height: `calc(${unref(elHeight)} - 2rem)` })
@@ -15750,7 +15739,8 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
15750
15739
  });
15751
15740
  const CodeEditor = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["__scopeId", "data-v-1fbc9b61"]]);
15752
15741
  const _hoisted_1$H = ["title"];
15753
- const _hoisted_2$v = ["id", "placeholder", "required"];
15742
+ const _hoisted_2$v = { class: "flex bg-input rounded px-025 colorInputPickWrap" };
15743
+ const _hoisted_3$q = ["id", "placeholder", "required"];
15754
15744
  const _sfc_main$O = /* @__PURE__ */ defineComponent({
15755
15745
  __name: "ColorInput",
15756
15746
  props: {
@@ -15781,15 +15771,34 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
15781
15771
  }, [
15782
15772
  createElementVNode("label", null, [
15783
15773
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
15784
- withDirectives(createElementVNode("input", mergeProps({
15785
- id: _ctx.id,
15786
- "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => inputVal.value = $event),
15787
- type: "color",
15788
- placeholder: _ctx.placeholder || _ctx.label,
15789
- class: { "no-edit": !_ctx.editMode },
15790
- required: _ctx.required
15791
- }, _ctx.nativeInputAttrs), null, 16, _hoisted_2$v), [
15792
- [vModelText, inputVal.value]
15774
+ createElementVNode("div", _hoisted_2$v, [
15775
+ withDirectives(createElementVNode("input", mergeProps({
15776
+ id: _ctx.id,
15777
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => inputVal.value = $event),
15778
+ class: ["border", { "no-edit": !_ctx.editMode, "opacity-1": !inputVal.value }],
15779
+ type: "color",
15780
+ placeholder: _ctx.placeholder || _ctx.label,
15781
+ required: _ctx.required
15782
+ }, _ctx.nativeInputAttrs), null, 16, _hoisted_3$q), [
15783
+ [vModelText, inputVal.value]
15784
+ ]),
15785
+ withDirectives(createElementVNode("input", {
15786
+ "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => inputVal.value = $event),
15787
+ class: "flex-grow-4 border colorInputPick",
15788
+ style: { "width": "50px" },
15789
+ type: "text",
15790
+ placeholder: "Enter color"
15791
+ }, null, 512), [
15792
+ [vModelText, inputVal.value]
15793
+ ]),
15794
+ createVNode(unref(Btn), {
15795
+ class: normalizeClass({ "not-allowed opacity-3": !inputVal.value }),
15796
+ round: "",
15797
+ flat: "",
15798
+ thin: "",
15799
+ icon: "clear",
15800
+ onClick: _cache[2] || (_cache[2] = ($event) => inputVal.value = "")
15801
+ }, null, 8, ["class"])
15793
15802
  ])
15794
15803
  ])
15795
15804
  ], 10, _hoisted_1$H);
@@ -15840,6 +15849,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
15840
15849
  max: {},
15841
15850
  timezone: { default: "UTC" },
15842
15851
  mode: { default: "day" },
15852
+ defaultValue: {},
15843
15853
  firstDayOfWeek: { default: WEEK_START_DAY.SUNDAY },
15844
15854
  locale: { default: "" },
15845
15855
  center: { type: Boolean }
@@ -15855,23 +15865,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
15855
15865
  function useFormatting() {
15856
15866
  const formatDisplayDate = (date2) => {
15857
15867
  if (!date2) return "";
15858
- const dateObj = typeof date2 === "string" ? new Date(date2) : date2;
15859
- const options = {
15860
- year: "numeric",
15861
- month: "short",
15862
- day: "numeric",
15863
- ...props2.enableTime && {
15864
- hour: "2-digit",
15865
- minute: "2-digit"
15866
- },
15867
- timeZone: props2.timezone
15868
- };
15869
- return dateObj.toLocaleString(props2.locale || void 0, options);
15870
- };
15871
- const formatDate2 = (date2) => {
15872
- if (!date2) return "";
15873
- const dateObj = typeof date2 === "string" ? new Date(date2) : date2;
15874
- return props2.enableTime ? dateObj.toISOString().slice(0, 16) : dateObj.toISOString().split("T")[0];
15868
+ return formatDate(date2, props2.enableTime ? "dd.mm.yy HH:MM" : "dd.mm.yy");
15875
15869
  };
15876
15870
  const parseUserInput = (input) => {
15877
15871
  const date2 = new Date(input);
@@ -15892,7 +15886,6 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
15892
15886
  };
15893
15887
  return {
15894
15888
  formatDisplayDate,
15895
- formatDate: formatDate2,
15896
15889
  parseUserInput
15897
15890
  };
15898
15891
  }
@@ -15918,13 +15911,14 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
15918
15911
  };
15919
15912
  }
15920
15913
  function useDateState() {
15921
- const { formatDisplayDate, formatDate: formatDate2 } = useFormatting();
15914
+ const { formatDisplayDate } = useFormatting();
15922
15915
  const formattedDisplayValue2 = computed(() => formatDisplayDate(props2.modelValue));
15923
- const formattedMin2 = computed(() => formatDate2(props2.min));
15924
- const formattedMax2 = computed(() => formatDate2(props2.max));
15916
+ const formattedMin2 = computed(() => formatDate(props2.min, props2.enableTime ? "dd.mm.yy HH:MM" : "dd.mm.yy"));
15917
+ const formattedMax2 = computed(() => formatDate(props2.max, props2.enableTime ? "dd.mm.yy HH:MM" : "dd.mm.yy"));
15925
15918
  const selectedDate2 = computed(() => {
15926
- if (!props2.modelValue) return null;
15927
- return typeof props2.modelValue === "string" ? new Date(props2.modelValue) : props2.modelValue;
15919
+ const value = props2.modelValue || props2.defaultValue;
15920
+ if (!value) return null;
15921
+ return typeof value === "string" ? new Date(value) : value;
15928
15922
  });
15929
15923
  return {
15930
15924
  formattedDisplayValue: formattedDisplayValue2,
@@ -16129,14 +16123,14 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
16129
16123
  function selectDate(date2) {
16130
16124
  var _a, _b;
16131
16125
  if (!date2 || !props2.editMode) return;
16132
- const tzOffset = (/* @__PURE__ */ new Date()).getTimezoneOffset();
16133
- const newDate = new Date(date2.getFullYear(), date2.getMonth(), date2.getDate());
16134
16126
  if (props2.enableTime) {
16127
+ const newDate = new Date(date2.getFullYear(), date2.getMonth(), date2.getDate());
16135
16128
  const currentHours = ((_a = selectedDate.value) == null ? void 0 : _a.getHours()) ?? (/* @__PURE__ */ new Date()).getHours();
16136
16129
  const currentMinutes = ((_b = selectedDate.value) == null ? void 0 : _b.getMinutes()) ?? (/* @__PURE__ */ new Date()).getMinutes();
16137
16130
  newDate.setHours(currentHours);
16138
16131
  newDate.setMinutes(currentMinutes);
16139
16132
  if (props2.timezone === "UTC") {
16133
+ const tzOffset = (/* @__PURE__ */ new Date()).getTimezoneOffset();
16140
16134
  newDate.setMinutes(newDate.getMinutes() + tzOffset);
16141
16135
  }
16142
16136
  emit2("update:modelValue", newDate.toISOString());
@@ -16354,7 +16348,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
16354
16348
  };
16355
16349
  }
16356
16350
  });
16357
- const DateInput = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-c35156b6"]]);
16351
+ const DateInput = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-ca4c1d9b"]]);
16358
16352
  const _hoisted_1$F = ["title"];
16359
16353
  const _hoisted_2$t = { key: 0 };
16360
16354
  const _hoisted_3$o = {
@@ -16416,32 +16410,12 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
16416
16410
  const time = new Time(props2.firstDayOfWeek, props2.locale);
16417
16411
  function formatDisplayDate(date2) {
16418
16412
  if (!date2) return "";
16419
- const dateObj = typeof date2 === "string" ? new Date(date2) : date2;
16420
- if (props2.enableTime) {
16421
- return dateObj.toLocaleString(props2.locale || void 0, {
16422
- year: "numeric",
16423
- month: "short",
16424
- day: "numeric",
16425
- hour: "2-digit",
16426
- minute: "2-digit",
16427
- timeZone: props2.timezone
16428
- });
16429
- }
16430
- return dateObj.toLocaleString(props2.locale || void 0, {
16431
- year: "numeric",
16432
- month: "short",
16433
- day: "numeric",
16434
- timeZone: props2.timezone
16435
- });
16436
- }
16437
- function formatDate2(date2) {
16438
- if (!date2) return "";
16439
- const dateObj = typeof date2 === "string" ? new Date(date2) : date2;
16440
- return props2.enableTime ? dateObj.toISOString().slice(0, 16) : dateObj.toISOString().split("T")[0];
16413
+ console.log("date", date2);
16414
+ return formatDate(date2, props2.enableTime ? "dd.mm.yy HH:MM" : "dd.mm.yy", props2.locale);
16441
16415
  }
16442
16416
  const formattedDisplayValue = computed(() => formatDisplayDate(props2.modelValue));
16443
- const formattedMin = computed(() => formatDate2(props2.min));
16444
- const formattedMax = computed(() => formatDate2(props2.max));
16417
+ const formattedMin = computed(() => formatDate(props2.min, props2.enableTime ? "dd.mm.yy HH:MM" : "dd.mm.yy"));
16418
+ const formattedMax = computed(() => formatDate(props2.max, props2.enableTime ? "dd.mm.yy HH:MM" : "dd.mm.yy"));
16445
16419
  const selectedDate = computed(() => {
16446
16420
  if (!props2.modelValue) return null;
16447
16421
  return typeof props2.modelValue === "string" ? new Date(props2.modelValue) : props2.modelValue;
@@ -16751,7 +16725,7 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
16751
16725
  };
16752
16726
  }
16753
16727
  });
16754
- const DatePick = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-3d6519f4"]]);
16728
+ const DatePick = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-2550becf"]]);
16755
16729
  const _hoisted_1$E = { class: "datetime-wrap" };
16756
16730
  const _hoisted_2$s = {
16757
16731
  key: 0,
@@ -17077,7 +17051,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
17077
17051
  [_directive_lightbox, { src: file.url, download: true }]
17078
17052
  ]),
17079
17053
  createElementVNode("div", _hoisted_5$e, [
17080
- createVNode(unref(Icon), {
17054
+ createVNode(unref(_sfc_main$s), {
17081
17055
  icon: "draft",
17082
17056
  size: 1.5
17083
17057
  }),
@@ -17128,7 +17102,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
17128
17102
  class: "multi-preview",
17129
17103
  src: file.url,
17130
17104
  alt: ""
17131
- }, null, 8, ["src"])) : (openBlock(), createBlock(unref(Icon), {
17105
+ }, null, 8, ["src"])) : (openBlock(), createBlock(unref(_sfc_main$s), {
17132
17106
  key: 1,
17133
17107
  icon: "draft",
17134
17108
  class: "multi-preview"
@@ -17158,7 +17132,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
17158
17132
  src: fileToUrl(fileQ.file),
17159
17133
  alt: ""
17160
17134
  }, null, 8, ["width", "src"])) : createCommentVNode("", true)
17161
- ], 64)) : (openBlock(), createBlock(unref(Icon), {
17135
+ ], 64)) : (openBlock(), createBlock(unref(_sfc_main$s), {
17162
17136
  key: 1,
17163
17137
  icon: "draft",
17164
17138
  class: "multi-preview"
@@ -17169,7 +17143,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
17169
17143
  style: normalizeStyle([`--p:${fileQ.progress}`, { "--b": "2px" }])
17170
17144
  }, [
17171
17145
  fileQ.progress < 100 ? (openBlock(), createElementBlock("span", _hoisted_11$3, toDisplayString(`${fileQ.progress.toFixed(0)}`), 1)) : createCommentVNode("", true),
17172
- createVNode(unref(Icon), {
17146
+ createVNode(unref(_sfc_main$s), {
17173
17147
  class: "success",
17174
17148
  icon: "check"
17175
17149
  })
@@ -17221,7 +17195,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
17221
17195
  }, null, 8, ["src"]), [
17222
17196
  [_directive_lightbox, { src: file.url, download: true }]
17223
17197
  ])
17224
- ])) : withDirectives((openBlock(), createBlock(unref(Icon), {
17198
+ ])) : withDirectives((openBlock(), createBlock(unref(_sfc_main$s), {
17225
17199
  key: 1,
17226
17200
  size: 4,
17227
17201
  weight: "2",
@@ -17242,7 +17216,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
17242
17216
  style: normalizeStyle([`--p:${fileQ.progress}`, { "--b": "2px" }])
17243
17217
  }, [
17244
17218
  fileQ.progress < 100 ? (openBlock(), createElementBlock("span", _hoisted_15$1, toDisplayString(`${fileQ.progress.toFixed(0)}`), 1)) : createCommentVNode("", true),
17245
- createVNode(unref(Icon), {
17219
+ createVNode(unref(_sfc_main$s), {
17246
17220
  class: "success",
17247
17221
  icon: "check"
17248
17222
  })
@@ -17266,7 +17240,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
17266
17240
  browse
17267
17241
  }, () => [
17268
17242
  createElementVNode("p", _hoisted_16$1, [
17269
- createVNode(unref(Icon), { icon: "upload_2" }),
17243
+ createVNode(unref(_sfc_main$s), { icon: "upload_2" }),
17270
17244
  createElementVNode("span", _hoisted_17$1, toDisplayString(_ctx.dropPlaceholder || "Drag and Drop files here or click to upload"), 1)
17271
17245
  ])
17272
17246
  ], true) : createCommentVNode("", true)
@@ -17482,12 +17456,12 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
17482
17456
  ]
17483
17457
  ]),
17484
17458
  _ctx.helptext ? (openBlock(), createElementBlock("p", _hoisted_4$d, toDisplayString(_ctx.helptext), 1)) : createCommentVNode("", true),
17485
- _ctx.iconStart ? (openBlock(), createBlock(unref(Icon), {
17459
+ _ctx.iconStart ? (openBlock(), createBlock(unref(_sfc_main$s), {
17486
17460
  key: 2,
17487
17461
  class: "iconStart",
17488
17462
  icon: _ctx.iconStart
17489
17463
  }, null, 8, ["icon"])) : createCommentVNode("", true),
17490
- _ctx.icon ? (openBlock(), createBlock(unref(Icon), {
17464
+ _ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$s), {
17491
17465
  key: 3,
17492
17466
  icon: _ctx.icon
17493
17467
  }, null, 8, ["icon"])) : createCommentVNode("", true),
@@ -17525,7 +17499,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
17525
17499
  };
17526
17500
  }
17527
17501
  });
17528
- const NumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["__scopeId", "data-v-77950bb7"]]);
17502
+ const NumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["__scopeId", "data-v-af266bf2"]]);
17529
17503
  const _hoisted_1$A = ["value", "autofocus", "onKeydown", "onPaste"];
17530
17504
  const _sfc_main$H = /* @__PURE__ */ defineComponent({
17531
17505
  __name: "OTP",
@@ -17669,9 +17643,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
17669
17643
  const props2 = __props;
17670
17644
  const password = useModel(__props, "modelValue");
17671
17645
  const showPwd = useModel(__props, "showPwd");
17672
- const toggleShowPwdIcon = computed(
17673
- () => showPwd.value ? "visibility_off" : "visibility"
17674
- );
17646
+ const toggleShowPwdIcon = computed(() => showPwd.value ? "visibility_off" : "visibility");
17675
17647
  const inputType = computed(() => showPwd.value ? "text" : "password");
17676
17648
  return (_ctx, _cache) => {
17677
17649
  return openBlock(), createElementBlock("div", _hoisted_1$z, [
@@ -19927,7 +19899,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
19927
19899
  _cache[6] || (_cache[6] = withKeys(withModifiers(($event) => navigate("up"), ["prevent"]), ["up"]))
19928
19900
  ]
19929
19901
  }, [
19930
- _ctx.icon ? (openBlock(), createBlock(unref(Icon), {
19902
+ _ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$s), {
19931
19903
  key: 0,
19932
19904
  icon: _ctx.icon
19933
19905
  }, null, 8, ["icon"])) : createCommentVNode("", true),
@@ -19944,7 +19916,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
19944
19916
  })
19945
19917
  })
19946
19918
  ])) : createCommentVNode("", true),
19947
- !_ctx.disabled ? (openBlock(), createBlock(unref(Icon), mergeProps({
19919
+ !_ctx.disabled ? (openBlock(), createBlock(unref(_sfc_main$s), mergeProps({
19948
19920
  key: 3,
19949
19921
  thin: ""
19950
19922
  }, { icon: unref(open) ? "unfold_less" : "unfold_more" }), null, 16)) : createCommentVNode("", true)
@@ -19992,12 +19964,12 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
19992
19964
  ]
19993
19965
  }, [
19994
19966
  _ctx.multiselect ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
19995
- isSelected(option2) ? (openBlock(), createBlock(unref(Icon), {
19967
+ isSelected(option2) ? (openBlock(), createBlock(unref(_sfc_main$s), {
19996
19968
  key: 0,
19997
19969
  size: 1.1,
19998
19970
  icon: "select_check_box"
19999
19971
  })) : createCommentVNode("", true),
20000
- !isSelected(option2) ? (openBlock(), createBlock(unref(Icon), {
19972
+ !isSelected(option2) ? (openBlock(), createBlock(unref(_sfc_main$s), {
20001
19973
  key: 1,
20002
19974
  class: "opacity-3",
20003
19975
  icon: "check_box_outline_blank",
@@ -23407,7 +23379,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
23407
23379
  class: "flex table-row"
23408
23380
  }, [
23409
23381
  createElementVNode("div", _hoisted_5$8, [
23410
- createVNode(unref(Icon), { icon: "more_vert" })
23382
+ createVNode(unref(_sfc_main$s), { icon: "more_vert" })
23411
23383
  ]),
23412
23384
  (openBlock(true), createElementBlock(Fragment, null, renderList((_a2 = unref(entityMeta)) == null ? void 0 : _a2.fields, (field) => {
23413
23385
  return openBlock(), createElementBlock("div", {
@@ -23424,7 +23396,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
23424
23396
  ], 2);
23425
23397
  }), 128)),
23426
23398
  createElementVNode("div", _hoisted_6$7, [
23427
- createVNode(unref(Icon), {
23399
+ createVNode(unref(_sfc_main$s), {
23428
23400
  icon: "delete",
23429
23401
  onClick: ($event) => removeRow(index2)
23430
23402
  }, null, 8, ["onClick"])
@@ -23837,7 +23809,7 @@ const utils$1 = {
23837
23809
  setImmediate: _setImmediate,
23838
23810
  asap
23839
23811
  };
23840
- function AxiosError(message, code, config, request, response) {
23812
+ function AxiosError$1(message, code, config, request, response) {
23841
23813
  Error.call(this);
23842
23814
  if (Error.captureStackTrace) {
23843
23815
  Error.captureStackTrace(this, this.constructor);
@@ -23854,7 +23826,7 @@ function AxiosError(message, code, config, request, response) {
23854
23826
  this.status = response.status ? response.status : null;
23855
23827
  }
23856
23828
  }
23857
- utils$1.inherits(AxiosError, Error, {
23829
+ utils$1.inherits(AxiosError$1, Error, {
23858
23830
  toJSON: function toJSON() {
23859
23831
  return {
23860
23832
  // Standard
@@ -23875,7 +23847,7 @@ utils$1.inherits(AxiosError, Error, {
23875
23847
  };
23876
23848
  }
23877
23849
  });
23878
- const prototype$1 = AxiosError.prototype;
23850
+ const prototype$1 = AxiosError$1.prototype;
23879
23851
  const descriptors = {};
23880
23852
  [
23881
23853
  "ERR_BAD_OPTION_VALUE",
@@ -23894,16 +23866,16 @@ const descriptors = {};
23894
23866
  ].forEach((code) => {
23895
23867
  descriptors[code] = { value: code };
23896
23868
  });
23897
- Object.defineProperties(AxiosError, descriptors);
23869
+ Object.defineProperties(AxiosError$1, descriptors);
23898
23870
  Object.defineProperty(prototype$1, "isAxiosError", { value: true });
23899
- AxiosError.from = (error, code, config, request, response, customProps) => {
23871
+ AxiosError$1.from = (error, code, config, request, response, customProps) => {
23900
23872
  const axiosError = Object.create(prototype$1);
23901
23873
  utils$1.toFlatObject(error, axiosError, function filter3(obj) {
23902
23874
  return obj !== Error.prototype;
23903
23875
  }, (prop3) => {
23904
23876
  return prop3 !== "isAxiosError";
23905
23877
  });
23906
- AxiosError.call(axiosError, error.message, code, config, request, response);
23878
+ AxiosError$1.call(axiosError, error.message, code, config, request, response);
23907
23879
  axiosError.cause = error;
23908
23880
  axiosError.name = error.name;
23909
23881
  customProps && Object.assign(axiosError, customProps);
@@ -23929,7 +23901,7 @@ function isFlatArray(arr) {
23929
23901
  const predicates = utils$1.toFlatObject(utils$1, {}, null, function filter2(prop3) {
23930
23902
  return /^is[A-Z]/.test(prop3);
23931
23903
  });
23932
- function toFormData(obj, formData, options) {
23904
+ function toFormData$1(obj, formData, options) {
23933
23905
  if (!utils$1.isObject(obj)) {
23934
23906
  throw new TypeError("target must be an object");
23935
23907
  }
@@ -23956,7 +23928,7 @@ function toFormData(obj, formData, options) {
23956
23928
  return value.toISOString();
23957
23929
  }
23958
23930
  if (!useBlob && utils$1.isBlob(value)) {
23959
- throw new AxiosError("Blob is not supported. Use a Buffer instead.");
23931
+ throw new AxiosError$1("Blob is not supported. Use a Buffer instead.");
23960
23932
  }
23961
23933
  if (utils$1.isArrayBuffer(value) || utils$1.isTypedArray(value)) {
23962
23934
  return useBlob && typeof Blob === "function" ? new Blob([value]) : Buffer.from(value);
@@ -24035,7 +24007,7 @@ function encode$1(str) {
24035
24007
  }
24036
24008
  function AxiosURLSearchParams(params, options) {
24037
24009
  this._pairs = [];
24038
- params && toFormData(params, this, options);
24010
+ params && toFormData$1(params, this, options);
24039
24011
  }
24040
24012
  const prototype = AxiosURLSearchParams.prototype;
24041
24013
  prototype.append = function append2(name, value) {
@@ -24177,7 +24149,7 @@ const platform = {
24177
24149
  ...platform$1
24178
24150
  };
24179
24151
  function toURLEncodedForm(data2, options) {
24180
- return toFormData(data2, new platform.classes.URLSearchParams(), Object.assign({
24152
+ return toFormData$1(data2, new platform.classes.URLSearchParams(), Object.assign({
24181
24153
  visitor: function(value, key, path, helpers) {
24182
24154
  if (platform.isNode && utils$1.isBuffer(value)) {
24183
24155
  this.append(key, value.toString("base64"));
@@ -24248,7 +24220,7 @@ function stringifySafely(rawValue, parser, encoder) {
24248
24220
  }
24249
24221
  }
24250
24222
  }
24251
- return (0, JSON.stringify)(rawValue);
24223
+ return (encoder || JSON.stringify)(rawValue);
24252
24224
  }
24253
24225
  const defaults = {
24254
24226
  transitional: transitionalDefaults,
@@ -24281,7 +24253,7 @@ const defaults = {
24281
24253
  }
24282
24254
  if ((isFileList2 = utils$1.isFileList(data2)) || contentType.indexOf("multipart/form-data") > -1) {
24283
24255
  const _FormData = this.env && this.env.FormData;
24284
- return toFormData(
24256
+ return toFormData$1(
24285
24257
  isFileList2 ? { "files[]": data2 } : data2,
24286
24258
  _FormData && new _FormData(),
24287
24259
  this.formSerializer
@@ -24309,7 +24281,7 @@ const defaults = {
24309
24281
  } catch (e) {
24310
24282
  if (strictJSONParsing) {
24311
24283
  if (e.name === "SyntaxError") {
24312
- throw AxiosError.from(e, AxiosError.ERR_BAD_RESPONSE, this, null, this.response);
24284
+ throw AxiosError$1.from(e, AxiosError$1.ERR_BAD_RESPONSE, this, null, this.response);
24313
24285
  }
24314
24286
  throw e;
24315
24287
  }
@@ -24437,7 +24409,7 @@ function buildAccessors(obj, header) {
24437
24409
  });
24438
24410
  });
24439
24411
  }
24440
- class AxiosHeaders {
24412
+ let AxiosHeaders$1 = class AxiosHeaders2 {
24441
24413
  constructor(headers) {
24442
24414
  headers && this.set(headers);
24443
24415
  }
@@ -24592,9 +24564,9 @@ class AxiosHeaders {
24592
24564
  utils$1.isArray(header) ? header.forEach(defineAccessor) : defineAccessor(header);
24593
24565
  return this;
24594
24566
  }
24595
- }
24596
- AxiosHeaders.accessor(["Content-Type", "Content-Length", "Accept", "Accept-Encoding", "User-Agent", "Authorization"]);
24597
- utils$1.reduceDescriptors(AxiosHeaders.prototype, ({ value }, key) => {
24567
+ };
24568
+ AxiosHeaders$1.accessor(["Content-Type", "Content-Length", "Accept", "Accept-Encoding", "User-Agent", "Authorization"]);
24569
+ utils$1.reduceDescriptors(AxiosHeaders$1.prototype, ({ value }, key) => {
24598
24570
  let mapped = key[0].toUpperCase() + key.slice(1);
24599
24571
  return {
24600
24572
  get: () => value,
@@ -24603,11 +24575,11 @@ utils$1.reduceDescriptors(AxiosHeaders.prototype, ({ value }, key) => {
24603
24575
  }
24604
24576
  };
24605
24577
  });
24606
- utils$1.freezeMethods(AxiosHeaders);
24578
+ utils$1.freezeMethods(AxiosHeaders$1);
24607
24579
  function transformData(fns, response) {
24608
24580
  const config = this || defaults;
24609
24581
  const context = response || config;
24610
- const headers = AxiosHeaders.from(context.headers);
24582
+ const headers = AxiosHeaders$1.from(context.headers);
24611
24583
  let data2 = context.data;
24612
24584
  utils$1.forEach(fns, function transform(fn) {
24613
24585
  data2 = fn.call(config, data2, headers.normalize(), response ? response.status : void 0);
@@ -24615,14 +24587,14 @@ function transformData(fns, response) {
24615
24587
  headers.normalize();
24616
24588
  return data2;
24617
24589
  }
24618
- function isCancel(value) {
24590
+ function isCancel$1(value) {
24619
24591
  return !!(value && value.__CANCEL__);
24620
24592
  }
24621
- function CanceledError(message, config, request) {
24622
- AxiosError.call(this, message == null ? "canceled" : message, AxiosError.ERR_CANCELED, config, request);
24593
+ function CanceledError$1(message, config, request) {
24594
+ AxiosError$1.call(this, message == null ? "canceled" : message, AxiosError$1.ERR_CANCELED, config, request);
24623
24595
  this.name = "CanceledError";
24624
24596
  }
24625
- utils$1.inherits(CanceledError, AxiosError, {
24597
+ utils$1.inherits(CanceledError$1, AxiosError$1, {
24626
24598
  __CANCEL__: true
24627
24599
  });
24628
24600
  function settle(resolve, reject3, response) {
@@ -24630,9 +24602,9 @@ function settle(resolve, reject3, response) {
24630
24602
  if (!response.status || !validateStatus2 || validateStatus2(response.status)) {
24631
24603
  resolve(response);
24632
24604
  } else {
24633
- reject3(new AxiosError(
24605
+ reject3(new AxiosError$1(
24634
24606
  "Request failed with status code " + response.status,
24635
- [AxiosError.ERR_BAD_REQUEST, AxiosError.ERR_BAD_RESPONSE][Math.floor(response.status / 100) - 4],
24607
+ [AxiosError$1.ERR_BAD_REQUEST, AxiosError$1.ERR_BAD_RESPONSE][Math.floor(response.status / 100) - 4],
24636
24608
  response.config,
24637
24609
  response.request,
24638
24610
  response
@@ -24791,8 +24763,8 @@ function buildFullPath(baseURL, requestedURL) {
24791
24763
  }
24792
24764
  return requestedURL;
24793
24765
  }
24794
- const headersToObject = (thing) => thing instanceof AxiosHeaders ? { ...thing } : thing;
24795
- function mergeConfig(config1, config2) {
24766
+ const headersToObject = (thing) => thing instanceof AxiosHeaders$1 ? { ...thing } : thing;
24767
+ function mergeConfig$1(config1, config2) {
24796
24768
  config2 = config2 || {};
24797
24769
  const config = {};
24798
24770
  function getMergedValue(target, source, prop3, caseless) {
@@ -24870,9 +24842,9 @@ function mergeConfig(config1, config2) {
24870
24842
  return config;
24871
24843
  }
24872
24844
  const resolveConfig = (config) => {
24873
- const newConfig = mergeConfig({}, config);
24845
+ const newConfig = mergeConfig$1({}, config);
24874
24846
  let { data: data2, withXSRFToken, xsrfHeaderName, xsrfCookieName, headers, auth } = newConfig;
24875
- newConfig.headers = headers = AxiosHeaders.from(headers);
24847
+ newConfig.headers = headers = AxiosHeaders$1.from(headers);
24876
24848
  newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url), config.params, config.paramsSerializer);
24877
24849
  if (auth) {
24878
24850
  headers.set(
@@ -24905,7 +24877,7 @@ const xhrAdapter = isXHRAdapterSupported && function(config) {
24905
24877
  return new Promise(function dispatchXhrRequest(resolve, reject3) {
24906
24878
  const _config = resolveConfig(config);
24907
24879
  let requestData = _config.data;
24908
- const requestHeaders = AxiosHeaders.from(_config.headers).normalize();
24880
+ const requestHeaders = AxiosHeaders$1.from(_config.headers).normalize();
24909
24881
  let { responseType, onUploadProgress, onDownloadProgress } = _config;
24910
24882
  let onCanceled;
24911
24883
  let uploadThrottled, downloadThrottled;
@@ -24923,7 +24895,7 @@ const xhrAdapter = isXHRAdapterSupported && function(config) {
24923
24895
  if (!request) {
24924
24896
  return;
24925
24897
  }
24926
- const responseHeaders = AxiosHeaders.from(
24898
+ const responseHeaders = AxiosHeaders$1.from(
24927
24899
  "getAllResponseHeaders" in request && request.getAllResponseHeaders()
24928
24900
  );
24929
24901
  const responseData = !responseType || responseType === "text" || responseType === "json" ? request.responseText : request.response;
@@ -24961,11 +24933,11 @@ const xhrAdapter = isXHRAdapterSupported && function(config) {
24961
24933
  if (!request) {
24962
24934
  return;
24963
24935
  }
24964
- reject3(new AxiosError("Request aborted", AxiosError.ECONNABORTED, config, request));
24936
+ reject3(new AxiosError$1("Request aborted", AxiosError$1.ECONNABORTED, config, request));
24965
24937
  request = null;
24966
24938
  };
24967
24939
  request.onerror = function handleError() {
24968
- reject3(new AxiosError("Network Error", AxiosError.ERR_NETWORK, config, request));
24940
+ reject3(new AxiosError$1("Network Error", AxiosError$1.ERR_NETWORK, config, request));
24969
24941
  request = null;
24970
24942
  };
24971
24943
  request.ontimeout = function handleTimeout() {
@@ -24974,9 +24946,9 @@ const xhrAdapter = isXHRAdapterSupported && function(config) {
24974
24946
  if (_config.timeoutErrorMessage) {
24975
24947
  timeoutErrorMessage = _config.timeoutErrorMessage;
24976
24948
  }
24977
- reject3(new AxiosError(
24949
+ reject3(new AxiosError$1(
24978
24950
  timeoutErrorMessage,
24979
- transitional2.clarifyTimeoutError ? AxiosError.ETIMEDOUT : AxiosError.ECONNABORTED,
24951
+ transitional2.clarifyTimeoutError ? AxiosError$1.ETIMEDOUT : AxiosError$1.ECONNABORTED,
24980
24952
  config,
24981
24953
  request
24982
24954
  ));
@@ -25008,7 +24980,7 @@ const xhrAdapter = isXHRAdapterSupported && function(config) {
25008
24980
  if (!request) {
25009
24981
  return;
25010
24982
  }
25011
- reject3(!cancel || cancel.type ? new CanceledError(null, config, request) : cancel);
24983
+ reject3(!cancel || cancel.type ? new CanceledError$1(null, config, request) : cancel);
25012
24984
  request.abort();
25013
24985
  request = null;
25014
24986
  };
@@ -25019,7 +24991,7 @@ const xhrAdapter = isXHRAdapterSupported && function(config) {
25019
24991
  }
25020
24992
  const protocol = parseProtocol(_config.url);
25021
24993
  if (protocol && platform.protocols.indexOf(protocol) === -1) {
25022
- reject3(new AxiosError("Unsupported protocol " + protocol + ":", AxiosError.ERR_BAD_REQUEST, config));
24994
+ reject3(new AxiosError$1("Unsupported protocol " + protocol + ":", AxiosError$1.ERR_BAD_REQUEST, config));
25023
24995
  return;
25024
24996
  }
25025
24997
  request.send(requestData || null);
@@ -25035,12 +25007,12 @@ const composeSignals = (signals, timeout) => {
25035
25007
  aborted = true;
25036
25008
  unsubscribe();
25037
25009
  const err = reason instanceof Error ? reason : this.reason;
25038
- controller.abort(err instanceof AxiosError ? err : new CanceledError(err instanceof Error ? err.message : err));
25010
+ controller.abort(err instanceof AxiosError$1 ? err : new CanceledError$1(err instanceof Error ? err.message : err));
25039
25011
  }
25040
25012
  };
25041
25013
  let timer = timeout && setTimeout(() => {
25042
25014
  timer = null;
25043
- onabort(new AxiosError(`timeout ${timeout} of ms exceeded`, AxiosError.ETIMEDOUT));
25015
+ onabort(new AxiosError$1(`timeout ${timeout} of ms exceeded`, AxiosError$1.ETIMEDOUT));
25044
25016
  }, timeout);
25045
25017
  const unsubscribe = () => {
25046
25018
  if (signals) {
@@ -25163,7 +25135,7 @@ const resolvers = {
25163
25135
  isFetchSupported && ((res) => {
25164
25136
  ["text", "arrayBuffer", "blob", "formData", "stream"].forEach((type3) => {
25165
25137
  !resolvers[type3] && (resolvers[type3] = utils$1.isFunction(res[type3]) ? (res2) => res2[type3]() : (_2, config) => {
25166
- throw new AxiosError(`Response type '${type3}' is not supported`, AxiosError.ERR_NOT_SUPPORT, config);
25138
+ throw new AxiosError$1(`Response type '${type3}' is not supported`, AxiosError$1.ERR_NOT_SUPPORT, config);
25167
25139
  });
25168
25140
  });
25169
25141
  })(new Response());
@@ -25275,7 +25247,7 @@ const fetchAdapter = isFetchSupported && (async (config) => {
25275
25247
  return await new Promise((resolve, reject3) => {
25276
25248
  settle(resolve, reject3, {
25277
25249
  data: responseData,
25278
- headers: AxiosHeaders.from(response.headers),
25250
+ headers: AxiosHeaders$1.from(response.headers),
25279
25251
  status: response.status,
25280
25252
  statusText: response.statusText,
25281
25253
  config,
@@ -25286,13 +25258,13 @@ const fetchAdapter = isFetchSupported && (async (config) => {
25286
25258
  unsubscribe && unsubscribe();
25287
25259
  if (err && err.name === "TypeError" && /fetch/i.test(err.message)) {
25288
25260
  throw Object.assign(
25289
- new AxiosError("Network Error", AxiosError.ERR_NETWORK, config, request),
25261
+ new AxiosError$1("Network Error", AxiosError$1.ERR_NETWORK, config, request),
25290
25262
  {
25291
25263
  cause: err.cause || err
25292
25264
  }
25293
25265
  );
25294
25266
  }
25295
- throw AxiosError.from(err, err && err.code, config, request);
25267
+ throw AxiosError$1.from(err, err && err.code, config, request);
25296
25268
  }
25297
25269
  });
25298
25270
  const knownAdapters = {
@@ -25325,7 +25297,7 @@ const adapters = {
25325
25297
  if (!isResolvedHandle(nameOrAdapter)) {
25326
25298
  adapter = knownAdapters[(id = String(nameOrAdapter)).toLowerCase()];
25327
25299
  if (adapter === void 0) {
25328
- throw new AxiosError(`Unknown adapter '${id}'`);
25300
+ throw new AxiosError$1(`Unknown adapter '${id}'`);
25329
25301
  }
25330
25302
  }
25331
25303
  if (adapter) {
@@ -25338,7 +25310,7 @@ const adapters = {
25338
25310
  ([id, state2]) => `adapter ${id} ` + (state2 === false ? "is not supported by the environment" : "is not available in the build")
25339
25311
  );
25340
25312
  let s2 = length ? reasons.length > 1 ? "since :\n" + reasons.map(renderReason).join("\n") : " " + renderReason(reasons[0]) : "as no adapter specified";
25341
- throw new AxiosError(
25313
+ throw new AxiosError$1(
25342
25314
  `There is no suitable adapter to dispatch the request ` + s2,
25343
25315
  "ERR_NOT_SUPPORT"
25344
25316
  );
@@ -25352,12 +25324,12 @@ function throwIfCancellationRequested(config) {
25352
25324
  config.cancelToken.throwIfRequested();
25353
25325
  }
25354
25326
  if (config.signal && config.signal.aborted) {
25355
- throw new CanceledError(null, config);
25327
+ throw new CanceledError$1(null, config);
25356
25328
  }
25357
25329
  }
25358
25330
  function dispatchRequest(config) {
25359
25331
  throwIfCancellationRequested(config);
25360
- config.headers = AxiosHeaders.from(config.headers);
25332
+ config.headers = AxiosHeaders$1.from(config.headers);
25361
25333
  config.data = transformData.call(
25362
25334
  config,
25363
25335
  config.transformRequest
@@ -25373,10 +25345,10 @@ function dispatchRequest(config) {
25373
25345
  config.transformResponse,
25374
25346
  response
25375
25347
  );
25376
- response.headers = AxiosHeaders.from(response.headers);
25348
+ response.headers = AxiosHeaders$1.from(response.headers);
25377
25349
  return response;
25378
25350
  }, function onAdapterRejection(reason) {
25379
- if (!isCancel(reason)) {
25351
+ if (!isCancel$1(reason)) {
25380
25352
  throwIfCancellationRequested(config);
25381
25353
  if (reason && reason.response) {
25382
25354
  reason.response.data = transformData.call(
@@ -25384,13 +25356,13 @@ function dispatchRequest(config) {
25384
25356
  config.transformResponse,
25385
25357
  reason.response
25386
25358
  );
25387
- reason.response.headers = AxiosHeaders.from(reason.response.headers);
25359
+ reason.response.headers = AxiosHeaders$1.from(reason.response.headers);
25388
25360
  }
25389
25361
  }
25390
25362
  return Promise.reject(reason);
25391
25363
  });
25392
25364
  }
25393
- const VERSION = "1.7.9";
25365
+ const VERSION$1 = "1.7.9";
25394
25366
  const validators$1 = {};
25395
25367
  ["object", "boolean", "number", "function", "string", "symbol"].forEach((type3, i2) => {
25396
25368
  validators$1[type3] = function validator2(thing) {
@@ -25400,13 +25372,13 @@ const validators$1 = {};
25400
25372
  const deprecatedWarnings = {};
25401
25373
  validators$1.transitional = function transitional(validator2, version2, message) {
25402
25374
  function formatMessage(opt, desc) {
25403
- return "[Axios v" + VERSION + "] Transitional option '" + opt + "'" + desc + (message ? ". " + message : "");
25375
+ return "[Axios v" + VERSION$1 + "] Transitional option '" + opt + "'" + desc + (message ? ". " + message : "");
25404
25376
  }
25405
25377
  return (value, opt, opts) => {
25406
25378
  if (validator2 === false) {
25407
- throw new AxiosError(
25379
+ throw new AxiosError$1(
25408
25380
  formatMessage(opt, " has been removed" + (version2 ? " in " + version2 : "")),
25409
- AxiosError.ERR_DEPRECATED
25381
+ AxiosError$1.ERR_DEPRECATED
25410
25382
  );
25411
25383
  }
25412
25384
  if (version2 && !deprecatedWarnings[opt]) {
@@ -25429,7 +25401,7 @@ validators$1.spelling = function spelling(correctSpelling) {
25429
25401
  };
25430
25402
  function assertOptions(options, schema, allowUnknown) {
25431
25403
  if (typeof options !== "object") {
25432
- throw new AxiosError("options must be an object", AxiosError.ERR_BAD_OPTION_VALUE);
25404
+ throw new AxiosError$1("options must be an object", AxiosError$1.ERR_BAD_OPTION_VALUE);
25433
25405
  }
25434
25406
  const keys4 = Object.keys(options);
25435
25407
  let i2 = keys4.length;
@@ -25440,12 +25412,12 @@ function assertOptions(options, schema, allowUnknown) {
25440
25412
  const value = options[opt];
25441
25413
  const result2 = value === void 0 || validator2(value, opt, options);
25442
25414
  if (result2 !== true) {
25443
- throw new AxiosError("option " + opt + " must be " + result2, AxiosError.ERR_BAD_OPTION_VALUE);
25415
+ throw new AxiosError$1("option " + opt + " must be " + result2, AxiosError$1.ERR_BAD_OPTION_VALUE);
25444
25416
  }
25445
25417
  continue;
25446
25418
  }
25447
25419
  if (allowUnknown !== true) {
25448
- throw new AxiosError("Unknown option " + opt, AxiosError.ERR_BAD_OPTION);
25420
+ throw new AxiosError$1("Unknown option " + opt, AxiosError$1.ERR_BAD_OPTION);
25449
25421
  }
25450
25422
  }
25451
25423
  }
@@ -25454,7 +25426,7 @@ const validator = {
25454
25426
  validators: validators$1
25455
25427
  };
25456
25428
  const validators = validator.validators;
25457
- class Axios {
25429
+ let Axios$1 = class Axios2 {
25458
25430
  constructor(instanceConfig) {
25459
25431
  this.defaults = instanceConfig;
25460
25432
  this.interceptors = {
@@ -25497,7 +25469,7 @@ class Axios {
25497
25469
  } else {
25498
25470
  config = configOrUrl || {};
25499
25471
  }
25500
- config = mergeConfig(this.defaults, config);
25472
+ config = mergeConfig$1(this.defaults, config);
25501
25473
  const { transitional: transitional2, paramsSerializer, headers } = config;
25502
25474
  if (transitional2 !== void 0) {
25503
25475
  validator.assertOptions(transitional2, {
@@ -25533,7 +25505,7 @@ class Axios {
25533
25505
  delete headers[method];
25534
25506
  }
25535
25507
  );
25536
- config.headers = AxiosHeaders.concat(contextHeaders, headers);
25508
+ config.headers = AxiosHeaders$1.concat(contextHeaders, headers);
25537
25509
  const requestInterceptorChain = [];
25538
25510
  let synchronousRequestInterceptors = true;
25539
25511
  this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) {
@@ -25587,14 +25559,14 @@ class Axios {
25587
25559
  return promise;
25588
25560
  }
25589
25561
  getUri(config) {
25590
- config = mergeConfig(this.defaults, config);
25562
+ config = mergeConfig$1(this.defaults, config);
25591
25563
  const fullPath = buildFullPath(config.baseURL, config.url);
25592
25564
  return buildURL(fullPath, config.params, config.paramsSerializer);
25593
25565
  }
25594
- }
25566
+ };
25595
25567
  utils$1.forEach(["delete", "get", "head", "options"], function forEachMethodNoData(method) {
25596
- Axios.prototype[method] = function(url, config) {
25597
- return this.request(mergeConfig(config || {}, {
25568
+ Axios$1.prototype[method] = function(url, config) {
25569
+ return this.request(mergeConfig$1(config || {}, {
25598
25570
  method,
25599
25571
  url,
25600
25572
  data: (config || {}).data
@@ -25604,7 +25576,7 @@ utils$1.forEach(["delete", "get", "head", "options"], function forEachMethodNoDa
25604
25576
  utils$1.forEach(["post", "put", "patch"], function forEachMethodWithData(method) {
25605
25577
  function generateHTTPMethod(isForm) {
25606
25578
  return function httpMethod(url, data2, config) {
25607
- return this.request(mergeConfig(config || {}, {
25579
+ return this.request(mergeConfig$1(config || {}, {
25608
25580
  method,
25609
25581
  headers: isForm ? {
25610
25582
  "Content-Type": "multipart/form-data"
@@ -25614,10 +25586,10 @@ utils$1.forEach(["post", "put", "patch"], function forEachMethodWithData(method)
25614
25586
  }));
25615
25587
  };
25616
25588
  }
25617
- Axios.prototype[method] = generateHTTPMethod();
25618
- Axios.prototype[method + "Form"] = generateHTTPMethod(true);
25589
+ Axios$1.prototype[method] = generateHTTPMethod();
25590
+ Axios$1.prototype[method + "Form"] = generateHTTPMethod(true);
25619
25591
  });
25620
- class CancelToken {
25592
+ let CancelToken$1 = class CancelToken2 {
25621
25593
  constructor(executor) {
25622
25594
  if (typeof executor !== "function") {
25623
25595
  throw new TypeError("executor must be a function.");
@@ -25650,7 +25622,7 @@ class CancelToken {
25650
25622
  if (token.reason) {
25651
25623
  return;
25652
25624
  }
25653
- token.reason = new CanceledError(message, config, request);
25625
+ token.reason = new CanceledError$1(message, config, request);
25654
25626
  resolvePromise(token.reason);
25655
25627
  });
25656
25628
  }
@@ -25703,7 +25675,7 @@ class CancelToken {
25703
25675
  */
25704
25676
  static source() {
25705
25677
  let cancel;
25706
- const token = new CancelToken(function executor(c2) {
25678
+ const token = new CancelToken2(function executor(c2) {
25707
25679
  cancel = c2;
25708
25680
  });
25709
25681
  return {
@@ -25711,16 +25683,16 @@ class CancelToken {
25711
25683
  cancel
25712
25684
  };
25713
25685
  }
25714
- }
25715
- function spread(callback) {
25686
+ };
25687
+ function spread$1(callback) {
25716
25688
  return function wrap(arr) {
25717
25689
  return callback.apply(null, arr);
25718
25690
  };
25719
25691
  }
25720
- function isAxiosError(payload) {
25692
+ function isAxiosError$1(payload) {
25721
25693
  return utils$1.isObject(payload) && payload.isAxiosError === true;
25722
25694
  }
25723
- const HttpStatusCode = {
25695
+ const HttpStatusCode$1 = {
25724
25696
  Continue: 100,
25725
25697
  SwitchingProtocols: 101,
25726
25698
  Processing: 102,
@@ -25785,39 +25757,57 @@ const HttpStatusCode = {
25785
25757
  NotExtended: 510,
25786
25758
  NetworkAuthenticationRequired: 511
25787
25759
  };
25788
- Object.entries(HttpStatusCode).forEach(([key, value]) => {
25789
- HttpStatusCode[value] = key;
25760
+ Object.entries(HttpStatusCode$1).forEach(([key, value]) => {
25761
+ HttpStatusCode$1[value] = key;
25790
25762
  });
25791
25763
  function createInstance(defaultConfig2) {
25792
- const context = new Axios(defaultConfig2);
25793
- const instance = bind(Axios.prototype.request, context);
25794
- utils$1.extend(instance, Axios.prototype, context, { allOwnKeys: true });
25764
+ const context = new Axios$1(defaultConfig2);
25765
+ const instance = bind(Axios$1.prototype.request, context);
25766
+ utils$1.extend(instance, Axios$1.prototype, context, { allOwnKeys: true });
25795
25767
  utils$1.extend(instance, context, null, { allOwnKeys: true });
25796
25768
  instance.create = function create(instanceConfig) {
25797
- return createInstance(mergeConfig(defaultConfig2, instanceConfig));
25769
+ return createInstance(mergeConfig$1(defaultConfig2, instanceConfig));
25798
25770
  };
25799
25771
  return instance;
25800
25772
  }
25801
25773
  const axios$1 = createInstance(defaults);
25802
- axios$1.Axios = Axios;
25803
- axios$1.CanceledError = CanceledError;
25804
- axios$1.CancelToken = CancelToken;
25805
- axios$1.isCancel = isCancel;
25806
- axios$1.VERSION = VERSION;
25807
- axios$1.toFormData = toFormData;
25808
- axios$1.AxiosError = AxiosError;
25774
+ axios$1.Axios = Axios$1;
25775
+ axios$1.CanceledError = CanceledError$1;
25776
+ axios$1.CancelToken = CancelToken$1;
25777
+ axios$1.isCancel = isCancel$1;
25778
+ axios$1.VERSION = VERSION$1;
25779
+ axios$1.toFormData = toFormData$1;
25780
+ axios$1.AxiosError = AxiosError$1;
25809
25781
  axios$1.Cancel = axios$1.CanceledError;
25810
- axios$1.all = function all(promises) {
25782
+ axios$1.all = function all2(promises) {
25811
25783
  return Promise.all(promises);
25812
25784
  };
25813
- axios$1.spread = spread;
25814
- axios$1.isAxiosError = isAxiosError;
25815
- axios$1.mergeConfig = mergeConfig;
25816
- axios$1.AxiosHeaders = AxiosHeaders;
25785
+ axios$1.spread = spread$1;
25786
+ axios$1.isAxiosError = isAxiosError$1;
25787
+ axios$1.mergeConfig = mergeConfig$1;
25788
+ axios$1.AxiosHeaders = AxiosHeaders$1;
25817
25789
  axios$1.formToJSON = (thing) => formDataToJSON(utils$1.isHTMLForm(thing) ? new FormData(thing) : thing);
25818
25790
  axios$1.getAdapter = adapters.getAdapter;
25819
- axios$1.HttpStatusCode = HttpStatusCode;
25791
+ axios$1.HttpStatusCode = HttpStatusCode$1;
25820
25792
  axios$1.default = axios$1;
25793
+ const {
25794
+ Axios,
25795
+ AxiosError,
25796
+ CanceledError,
25797
+ isCancel,
25798
+ CancelToken,
25799
+ VERSION,
25800
+ all,
25801
+ Cancel,
25802
+ isAxiosError,
25803
+ spread,
25804
+ toFormData,
25805
+ AxiosHeaders,
25806
+ HttpStatusCode,
25807
+ formToJSON,
25808
+ getAdapter,
25809
+ mergeConfig
25810
+ } = axios$1;
25821
25811
  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}"]]] } };
25822
25812
  function withMetadataArgument(func, _arguments) {
25823
25813
  var args = Array.prototype.slice.call(_arguments);
@@ -27036,9 +27026,7 @@ function formatNationalNumber(number2, carrierCode, formatAs, metadata2, options
27036
27026
  }
27037
27027
  return formatNationalNumberUsingFormat(number2, format2, {
27038
27028
  useInternationalFormat: formatAs === "INTERNATIONAL",
27039
- withNationalPrefix: format2.nationalPrefixIsOptionalWhenFormattingInNationalFormat() && options && options.nationalPrefix === false ? false : true,
27040
- carrierCode,
27041
- metadata: metadata2
27029
+ withNationalPrefix: format2.nationalPrefixIsOptionalWhenFormattingInNationalFormat() && options && options.nationalPrefix === false ? false : true
27042
27030
  });
27043
27031
  }
27044
27032
  function chooseFormatForNumber(availableFormats, nationalNnumber) {
@@ -27116,7 +27104,7 @@ function _defineProperties(target, props2) {
27116
27104
  }
27117
27105
  }
27118
27106
  function _createClass(Constructor, protoProps, staticProps) {
27119
- _defineProperties(Constructor.prototype, protoProps);
27107
+ if (protoProps) _defineProperties(Constructor.prototype, protoProps);
27120
27108
  Object.defineProperty(Constructor, "prototype", { writable: false });
27121
27109
  return Constructor;
27122
27110
  }
@@ -27457,7 +27445,7 @@ function getCountryByNationalNumber(nationalPhoneNumber, _ref) {
27457
27445
  }
27458
27446
  }
27459
27447
  function getCountryByCallingCode(callingCode, _ref) {
27460
- var nationalPhoneNumber = _ref.nationalNumber, defaultCountry = _ref.defaultCountry, metadata2 = _ref.metadata;
27448
+ var nationalPhoneNumber = _ref.nationalNumber, metadata2 = _ref.metadata;
27461
27449
  var possibleCountries = metadata2.getCountryCodesForCallingCode(callingCode);
27462
27450
  if (!possibleCountries) {
27463
27451
  return;
@@ -27467,7 +27455,6 @@ function getCountryByCallingCode(callingCode, _ref) {
27467
27455
  }
27468
27456
  return getCountryByNationalNumber(nationalPhoneNumber, {
27469
27457
  countries: possibleCountries,
27470
- defaultCountry,
27471
27458
  metadata: metadata2.metadata
27472
27459
  });
27473
27460
  }
@@ -27686,7 +27673,6 @@ function parsePhoneNumber$3(formattedPhoneNumber, defaultCountry, defaultCalling
27686
27673
  var _extractNationalNumbe = extractNationalNumber(parseIncompletePhoneNumber(number2), metadata2), nationalNumber = _extractNationalNumbe.nationalNumber, carrierCode = _extractNationalNumbe.carrierCode;
27687
27674
  var exactCountry = getCountryByCallingCode(countryCallingCode, {
27688
27675
  nationalNumber,
27689
- defaultCountry,
27690
27676
  metadata: metadata2
27691
27677
  });
27692
27678
  if (exactCountry) {
@@ -28216,7 +28202,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
28216
28202
  }, {
28217
28203
  trigger: withCtx(() => [
28218
28204
  createElementVNode("span", _hoisted_2$f, [
28219
- createVNode(unref(Icon), {
28205
+ createVNode(unref(_sfc_main$s), {
28220
28206
  icon: open.value ? "collapse_all" : "expand_all"
28221
28207
  }, null, 8, ["icon"]),
28222
28208
  unref(computedDropDownOptions).showFlags && unref(activeCountryCode) ? (openBlock(), createBlock(unref(Flag), {
@@ -28243,7 +28229,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
28243
28229
  return openBlock(), createElementBlock("li", {
28244
28230
  key: pb.iso2 + isPreferred(pb),
28245
28231
  role: "option",
28246
- class: "flex gap-075",
28232
+ class: "flex gap-075 pointer hover",
28247
28233
  tabindex: "-1",
28248
28234
  "aria-selected": unref(activeCountryCode) === pb.iso2 && !isPreferred(pb),
28249
28235
  onClick: ($event) => unref(chooseCountry)(pb.iso2),
@@ -28270,7 +28256,6 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
28270
28256
  disabled: _ctx.disabled,
28271
28257
  type: "tel",
28272
28258
  autocomplete: _ctx.autocomplete,
28273
- class: "vti__input",
28274
28259
  pattern: unref(computedInputOptions).pattern,
28275
28260
  minlength: unref(computedInputOptions).minlength,
28276
28261
  maxlength: unref(computedInputOptions).maxlength,
@@ -28295,7 +28280,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
28295
28280
  };
28296
28281
  }
28297
28282
  });
28298
- const TelInput = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-a77caf64"]]);
28283
+ const TelInput = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-133e2b3f"]]);
28299
28284
  const _hoisted_1$o = ["title"];
28300
28285
  const _hoisted_2$e = ["for"];
28301
28286
  const _hoisted_3$b = ["id", "title", "autocomplete", "type", "placeholder", "disabled", "required", "pattern"];
@@ -28432,12 +28417,12 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
28432
28417
  [vModelText, unref(inputVal)]
28433
28418
  ]),
28434
28419
  _ctx.helptext ? (openBlock(), createElementBlock("p", _hoisted_5$6, toDisplayString(_ctx.helptext), 1)) : createCommentVNode("", true),
28435
- _ctx.iconStart ? (openBlock(), createBlock(unref(Icon), {
28420
+ _ctx.iconStart ? (openBlock(), createBlock(unref(_sfc_main$s), {
28436
28421
  key: 3,
28437
28422
  class: "iconStart",
28438
28423
  icon: _ctx.iconStart
28439
28424
  }, null, 8, ["icon"])) : createCommentVNode("", true),
28440
- _ctx.icon ? (openBlock(), createBlock(unref(Icon), {
28425
+ _ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$s), {
28441
28426
  key: 4,
28442
28427
  icon: _ctx.icon
28443
28428
  }, null, 8, ["icon"])) : createCommentVNode("", true)
@@ -28726,7 +28711,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
28726
28711
  download: path_key.split("/").pop()
28727
28712
  }, null, 8, ["href", "download"]),
28728
28713
  createElementVNode("div", _hoisted_5$5, [
28729
- createVNode(unref(Icon), {
28714
+ createVNode(unref(_sfc_main$s), {
28730
28715
  icon: "draft",
28731
28716
  size: 1.5
28732
28717
  }),
@@ -28769,7 +28754,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
28769
28754
  key: 0,
28770
28755
  pathKey: path_key,
28771
28756
  class: "multi-preview"
28772
- }, null, 8, ["pathKey"])) : (openBlock(), createBlock(unref(Icon), {
28757
+ }, null, 8, ["pathKey"])) : (openBlock(), createBlock(unref(_sfc_main$s), {
28773
28758
  key: 1,
28774
28759
  icon: "description",
28775
28760
  class: "multi-preview"
@@ -28796,7 +28781,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
28796
28781
  class: "multi-preview",
28797
28782
  src: fileToUrl(file.file),
28798
28783
  alt: ""
28799
- }, null, 8, ["src"])) : (openBlock(), createBlock(unref(Icon), {
28784
+ }, null, 8, ["src"])) : (openBlock(), createBlock(unref(_sfc_main$s), {
28800
28785
  key: 1,
28801
28786
  icon: "description",
28802
28787
  class: "multi-preview"
@@ -28807,7 +28792,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
28807
28792
  style: normalizeStyle([{ "--p": file.progress }, { "--b": "2px" }])
28808
28793
  }, [
28809
28794
  file.progress < 100 ? (openBlock(), createElementBlock("span", _hoisted_11$2, toDisplayString(file.progress.toFixed(0)), 1)) : createCommentVNode("", true),
28810
- createVNode(unref(Icon), {
28795
+ createVNode(unref(_sfc_main$s), {
28811
28796
  class: "success",
28812
28797
  icon: "check_circle"
28813
28798
  })
@@ -28855,7 +28840,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
28855
28840
  }, null, 8, ["pathKey"]), [
28856
28841
  [_directive_lightbox, { src: unref(pathKeyToURL)(path_key), download: true }]
28857
28842
  ])
28858
- ])) : withDirectives((openBlock(), createBlock(unref(Icon), {
28843
+ ])) : withDirectives((openBlock(), createBlock(unref(_sfc_main$s), {
28859
28844
  key: 1,
28860
28845
  size: 4,
28861
28846
  weight: "2",
@@ -28876,7 +28861,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
28876
28861
  style: normalizeStyle([{ "--p": file.progress }, { "--b": "2px" }])
28877
28862
  }, [
28878
28863
  file.progress < 100 ? (openBlock(), createElementBlock("span", _hoisted_15, toDisplayString(file.progress.toFixed(0)), 1)) : createCommentVNode("", true),
28879
- createVNode(unref(Icon), {
28864
+ createVNode(unref(_sfc_main$s), {
28880
28865
  class: "success",
28881
28866
  icon: "check_circle"
28882
28867
  })
@@ -28900,7 +28885,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
28900
28885
  browse
28901
28886
  }, () => [
28902
28887
  createElementVNode("p", _hoisted_16, [
28903
- createVNode(unref(Icon), { icon: "upload_2" }),
28888
+ createVNode(unref(_sfc_main$s), { icon: "upload_2" }),
28904
28889
  createElementVNode("span", _hoisted_17, toDisplayString(_ctx.dropPlaceholder || "Drag and Drop files here or click to upload"), 1)
28905
28890
  ])
28906
28891
  ], true) : createCommentVNode("", true)
@@ -33366,7 +33351,6 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
33366
33351
  };
33367
33352
  }
33368
33353
  });
33369
- const Icon = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-b28cd148"]]);
33370
33354
  const _hoisted_1$l = ["src", "title", "width", "height", "marginwidth", "marginheight", "csp", "scrolling", "srcset"];
33371
33355
  const _sfc_main$r = /* @__PURE__ */ defineComponent({
33372
33356
  __name: "IframeVue",
@@ -33539,7 +33523,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
33539
33523
  height: unref(normalizeDimension)(_ctx.height)
33540
33524
  })
33541
33525
  }, [
33542
- createVNode(unref(Icon), { name: "broken_image" })
33526
+ createVNode(unref(_sfc_main$s), { name: "broken_image" })
33543
33527
  ], 4)) : (openBlock(), createBlock(unref(Skeleton), {
33544
33528
  key: 3,
33545
33529
  class: "img-web-kit",
@@ -33569,7 +33553,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
33569
33553
  onClick: nav.onClick
33570
33554
  }, {
33571
33555
  default: withCtx(() => [
33572
- createVNode(unref(Icon), {
33556
+ createVNode(unref(_sfc_main$s), {
33573
33557
  icon: nav.icon,
33574
33558
  size: 1.4,
33575
33559
  class: "m-0 line-height-14"
@@ -33671,7 +33655,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
33671
33655
  class: "nav-button px-075 me-auto w-100"
33672
33656
  }, {
33673
33657
  default: withCtx(() => [
33674
- createVNode(unref(Icon), {
33658
+ createVNode(unref(_sfc_main$s), {
33675
33659
  icon: nav.icon,
33676
33660
  size: 1.4
33677
33661
  }, null, 8, ["icon"]),
@@ -33898,14 +33882,15 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
33898
33882
  const tabsWrap = ref(void 0);
33899
33883
  const tabs = ref([]);
33900
33884
  function updateIndicator() {
33901
- const activeTab = tabs.value.find((tab) => tab.classList.contains("active"));
33902
- if (activeTab && tabsWrap.value) {
33903
- const { offsetLeft, offsetWidth } = activeTab;
33904
- tabsWrap.value.style.setProperty("--indicator-left", `${offsetLeft}px`);
33905
- if (tabsWrap.value) {
33885
+ nextTick(() => {
33886
+ if (!tabsWrap.value) return;
33887
+ const activeTab = tabs.value.find((tab) => tab.classList.contains("active"));
33888
+ if (activeTab) {
33889
+ const { offsetLeft, offsetWidth } = activeTab;
33890
+ tabsWrap.value.style.setProperty("--indicator-left", `${offsetLeft}px`);
33906
33891
  tabsWrap.value.style.setProperty("--indicator-width", `${offsetWidth}px`);
33907
33892
  }
33908
- }
33893
+ });
33909
33894
  }
33910
33895
  function selectTab(tab) {
33911
33896
  currentTab.value = typeof tab === "string" ? tab : tab.id;
@@ -33938,6 +33923,15 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
33938
33923
  updateIndicator();
33939
33924
  window.addEventListener("resize", updateIndicator);
33940
33925
  });
33926
+ watch(
33927
+ () => tabs.value,
33928
+ () => {
33929
+ nextTick(() => {
33930
+ updateIndicator();
33931
+ });
33932
+ },
33933
+ { deep: true }
33934
+ );
33941
33935
  onBeforeUnmount(() => {
33942
33936
  window.removeEventListener("resize", updateIndicator);
33943
33937
  });
@@ -33955,7 +33949,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
33955
33949
  class: normalizeClass([{ active: isActive(tab) }, "bgl_tab relative z-1"]),
33956
33950
  onClick: ($event) => selectTab(tab)
33957
33951
  }, [
33958
- typeof tab !== "string" && tab.icon ? (openBlock(), createBlock(unref(Icon), {
33952
+ typeof tab !== "string" && tab.icon ? (openBlock(), createBlock(unref(_sfc_main$s), {
33959
33953
  key: 0,
33960
33954
  icon: tab.icon
33961
33955
  }, null, 8, ["icon"])) : createCommentVNode("", true),
@@ -33967,7 +33961,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
33967
33961
  };
33968
33962
  }
33969
33963
  });
33970
- const TabsNav = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-e680c2a4"]]);
33964
+ const TabsNav = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-6ece2018"]]);
33971
33965
  const _hoisted_1$e = { class: "no-margin ellipsis line-height-14 pb-025" };
33972
33966
  const _hoisted_2$9 = { class: "txt12 no-margin txt-gray ellipsis" };
33973
33967
  const _sfc_main$h = /* @__PURE__ */ defineComponent({
@@ -33997,7 +33991,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
33997
33991
  src: _ctx.src,
33998
33992
  size: 40
33999
33993
  }, null, 8, ["name", "src"])) : createCommentVNode("", true),
34000
- _ctx.icon ? (openBlock(), createBlock(unref(Icon), {
33994
+ _ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$s), {
34001
33995
  key: 1,
34002
33996
  size: "1.2",
34003
33997
  class: "color-primary",
@@ -34204,7 +34198,7 @@ const _hoisted_1$a = {
34204
34198
  };
34205
34199
  const _hoisted_2$7 = {
34206
34200
  key: 1,
34207
- class: "sticky bg-popup z-index-999 -mt-1 -ms-1 px-025 h-30px pt-025 modal-no-title"
34201
+ class: "sticky z-index-999 -mt-1 -ms-1 px-025 h-30px pt-025 modal-no-title"
34208
34202
  };
34209
34203
  const _hoisted_3$5 = {
34210
34204
  key: 2,
@@ -34552,7 +34546,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
34552
34546
  onClick: toggleMenu,
34553
34547
  onKeypress: withKeys(toggleMenu, ["enter"])
34554
34548
  }, [
34555
- createVNode(unref(Icon), {
34549
+ createVNode(unref(_sfc_main$s), {
34556
34550
  icon: "chevron_right",
34557
34551
  class: "top-arrow"
34558
34552
  })
@@ -34571,7 +34565,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
34571
34565
  }
34572
34566
  }, {
34573
34567
  default: withCtx(() => [
34574
- createVNode(unref(Icon), {
34568
+ createVNode(unref(_sfc_main$s), {
34575
34569
  icon: link.icon
34576
34570
  }, null, 8, ["icon"]),
34577
34571
  createElementVNode("div", _hoisted_4$4, toDisplayString(link.label), 1)
@@ -34593,7 +34587,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
34593
34587
  }
34594
34588
  }, {
34595
34589
  default: withCtx(() => [
34596
- createVNode(unref(Icon), {
34590
+ createVNode(unref(_sfc_main$s), {
34597
34591
  icon: link.icon
34598
34592
  }, null, 8, ["icon"]),
34599
34593
  createElementVNode("div", _hoisted_6$4, toDisplayString(link.label), 1)
@@ -34738,7 +34732,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
34738
34732
  }, _ctx.btn), null, 16)
34739
34733
  ])) : createCommentVNode("", true)
34740
34734
  ])),
34741
- _ctx.icon ? (openBlock(), createBlock(unref(Icon), {
34735
+ _ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$s), {
34742
34736
  key: 2,
34743
34737
  icon: _ctx.icon
34744
34738
  }, null, 8, ["icon"])) : createCommentVNode("", true),
@@ -34746,7 +34740,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
34746
34740
  !unref(slots).default ? (openBlock(), createElementBlock(Fragment, { key: 3 }, [
34747
34741
  createTextVNode(toDisplayString(_ctx.value || _ctx.modelValue), 1)
34748
34742
  ], 64)) : createCommentVNode("", true),
34749
- _ctx.iconEnd ? (openBlock(), createBlock(unref(Icon), {
34743
+ _ctx.iconEnd ? (openBlock(), createBlock(unref(_sfc_main$s), {
34750
34744
  key: 4,
34751
34745
  icon: _ctx.iconEnd
34752
34746
  }, null, 8, ["icon"])) : createCommentVNode("", true),
@@ -34888,7 +34882,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
34888
34882
  createElementVNode("span", {
34889
34883
  onClick: ($event) => col.sortable && _ctx.$emit("sortColumn", col.key)
34890
34884
  }, toDisplayString(col.label || col.key), 9, _hoisted_3$2),
34891
- _ctx.sortColumn === col.key ? (openBlock(), createBlock(unref(Icon), {
34885
+ _ctx.sortColumn === col.key ? (openBlock(), createBlock(unref(_sfc_main$s), {
34892
34886
  key: 0,
34893
34887
  class: normalizeClass(["line-height-0 transition-400", { "rotate-180": _ctx.sortDirection === "desc" }]),
34894
34888
  name: "keyboard_arrow_down"
@@ -35482,7 +35476,10 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
35482
35476
  return openBlock(), createBlock(unref(CheckInput), {
35483
35477
  key: col.key,
35484
35478
  modelValue: visibleColumns.value,
35485
- "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => visibleColumns.value = $event),
35479
+ "onUpdate:modelValue": [
35480
+ _cache[2] || (_cache[2] = ($event) => visibleColumns.value = $event),
35481
+ _cache[3] || (_cache[3] = (val) => void 0)
35482
+ ],
35486
35483
  value: col.key,
35487
35484
  label: col.label || col.key
35488
35485
  }, null, 8, ["modelValue", "value", "label"]);
@@ -35495,7 +35492,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
35495
35492
  ref_key: "searchInputRef",
35496
35493
  ref: searchInputRef,
35497
35494
  modelValue: search.value,
35498
- "onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => search.value = $event),
35495
+ "onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => search.value = $event),
35499
35496
  icon: "search",
35500
35497
  placeholder: "Search",
35501
35498
  class: "m-0 max-w200px"
@@ -35611,7 +35608,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
35611
35608
  };
35612
35609
  }
35613
35610
  });
35614
- const Index = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-8e95a7a9"]]);
35611
+ const Index = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-42b4475d"]]);
35615
35612
  const _sfc_main$4 = /* @__PURE__ */ defineComponent({
35616
35613
  __name: "Title",
35617
35614
  props: {
@@ -36595,13 +36592,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
36595
36592
  title: item == null ? void 0 : item.name,
36596
36593
  class: "vw90"
36597
36594
  }, null, 8, _hoisted_5)) : (openBlock(), createElementBlock("div", _hoisted_6, [
36598
- createVNode(unref(Icon), {
36595
+ createVNode(unref(_sfc_main$s), {
36599
36596
  class: "m-0 m_none",
36600
36597
  icon: "draft",
36601
36598
  size: 10,
36602
36599
  weight: "12"
36603
36600
  }),
36604
- createVNode(unref(Icon), {
36601
+ createVNode(unref(_sfc_main$s), {
36605
36602
  class: "m-0 none m_block m_-mb-1",
36606
36603
  icon: "draft",
36607
36604
  size: 4,
@@ -36640,7 +36637,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
36640
36637
  src: item.src,
36641
36638
  alt: "",
36642
36639
  onClick: ($event) => selectItem(index2)
36643
- }, null, 8, ["src", "class", "onClick"])) : (openBlock(), createBlock(unref(Icon), {
36640
+ }, null, 8, ["src", "class", "onClick"])) : (openBlock(), createBlock(unref(_sfc_main$s), {
36644
36641
  key: 1,
36645
36642
  class: normalizeClass(["thumbnail object-fit-cover hover opacity-5 ed flex bg-popup justify-content-center align-items-center flex-shrink-0", { active: unref(currentIndex) === index2 }]),
36646
36643
  icon: "description",
@@ -36696,7 +36693,7 @@ function openClickHandler(e, el, binding) {
36696
36693
  const lightboxInstance2 = getLightboxInstance();
36697
36694
  if (!lightboxInstance2 || !lightboxInstance2.open) return;
36698
36695
  const open = lightboxInstance2.open;
36699
- const group = item.group ? groups[item.group] : void 0;
36696
+ const group = item && item.group ? groups[item.group] : void 0;
36700
36697
  open(item, group);
36701
36698
  }
36702
36699
  function bindingToItem(binding, el) {
@@ -37449,34 +37446,72 @@ function timeAgo(date2, lang = "en") {
37449
37446
  }
37450
37447
  return selectedLang.justNow;
37451
37448
  }
37452
- const formatMap = {
37453
- dd: { type: "day", format: "2-digit" },
37454
- ddd: { type: "weekday", format: "short" },
37455
- dddd: { type: "weekday", format: "long" },
37456
- mm: { type: "month", format: "2-digit" },
37457
- mmm: { type: "month", format: "short" },
37458
- mmmm: { type: "month", format: "long" },
37459
- yy: { type: "year", format: "2-digit" },
37460
- yyyy: { type: "year", format: "numeric" },
37461
- HH: { type: "hour", format: "2-digit" },
37462
- hh: { type: "hour", format: "2-digit" },
37463
- MM: { type: "minute", format: "2-digit" },
37464
- ss: { type: "second", format: "2-digit" },
37465
- ampm: { type: "dayPeriod", format: "short" }
37466
- };
37467
- function formatDate(date2, format2 = "dd.mm.yy") {
37449
+ function getBrowserNavigatorLocale() {
37450
+ if (typeof navigator !== "object") return "en-US";
37451
+ return navigator.languages && navigator.languages.length ? navigator.languages[0] : navigator.language;
37452
+ }
37453
+ function formatDate(date2, format2 = "dd.mm.yy", locale2) {
37454
+ var _a;
37468
37455
  if (!date2) return "";
37456
+ locale2 = locale2 || getBrowserNavigatorLocale();
37469
37457
  try {
37470
- const formatParts = format2.split(/[.\s:]/);
37471
- const formatObject = {};
37472
- for (const part of formatParts) {
37473
- const formatInfo = formatMap[part];
37474
- if (!formatInfo) continue;
37475
- formatObject[formatInfo.type] = formatInfo.format;
37476
- }
37477
37458
  const d2 = typeof date2 === "string" ? new Date(date2) : date2;
37478
- return d2.toLocaleDateString("he-IL", formatObject);
37459
+ if (Number.isNaN(d2.getTime())) {
37460
+ console.warn("Invalid date provided to formatDate:", date2);
37461
+ return "";
37462
+ }
37463
+ const separator = ((_a = format2.match(/[^\w\s]/)) == null ? void 0 : _a[0]) || ".";
37464
+ const formatParts = format2.split(/[^\w\s]/);
37465
+ const datePartsMap = {
37466
+ dd: String(d2.getDate()).padStart(2, "0"),
37467
+ mm: String(d2.getMonth() + 1).padStart(2, "0"),
37468
+ yy: String(d2.getFullYear()).slice(-2),
37469
+ yyyy: String(d2.getFullYear()),
37470
+ HH: String(d2.getHours()).padStart(2, "0"),
37471
+ MM: String(d2.getMinutes()).padStart(2, "0"),
37472
+ ss: String(d2.getSeconds()).padStart(2, "0")
37473
+ };
37474
+ const formatter = new Intl.DateTimeFormat(locale2, {
37475
+ weekday: "long",
37476
+ month: "long",
37477
+ day: "numeric",
37478
+ year: "numeric",
37479
+ hour: "2-digit",
37480
+ minute: "2-digit",
37481
+ second: "2-digit",
37482
+ hour12: true
37483
+ });
37484
+ const formattedParts = formatter.formatToParts(d2);
37485
+ const partsMap = {};
37486
+ formattedParts.forEach((part) => {
37487
+ if (part.type !== "literal") {
37488
+ partsMap[part.type] = part.value;
37489
+ }
37490
+ });
37491
+ if (partsMap.month) {
37492
+ datePartsMap.mmm = partsMap.month.substring(0, 3);
37493
+ datePartsMap.mmmm = partsMap.month;
37494
+ }
37495
+ if (partsMap.weekday) {
37496
+ datePartsMap.ddd = partsMap.weekday.substring(0, 3);
37497
+ datePartsMap.dddd = partsMap.weekday;
37498
+ }
37499
+ if (partsMap.dayPeriod) {
37500
+ datePartsMap.ampm = partsMap.dayPeriod;
37501
+ }
37502
+ let formattedDate = "";
37503
+ for (let i2 = 0; i2 < formatParts.length; i2++) {
37504
+ const part = formatParts[i2];
37505
+ if (datePartsMap[part]) {
37506
+ formattedDate += datePartsMap[part];
37507
+ }
37508
+ if (i2 < formatParts.length - 1) {
37509
+ formattedDate += separator;
37510
+ }
37511
+ }
37512
+ return formattedDate;
37479
37513
  } catch (error) {
37514
+ console.warn("Error formatting date", error);
37480
37515
  return "";
37481
37516
  }
37482
37517
  }
@@ -37514,7 +37549,7 @@ export {
37514
37549
  Flag,
37515
37550
  IMAGE_FORMATS,
37516
37551
  IMAGE_FORMATS_REGEXP,
37517
- Icon,
37552
+ _sfc_main$s as Icon,
37518
37553
  _sfc_main$r as IframeVue,
37519
37554
  Image$1 as Image,
37520
37555
  JSONInput,