@avakhula/ui 0.1.8 → 0.1.10

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.
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { openBlock as G, createElementBlock as ne, normalizeStyle as wn, normalizeClass as ve, resolveComponent as fe, createElementVNode as ae, renderSlot as Ee, createVNode as ge, Transition as wi, withCtx as ye, withDirectives as De, vShow as Ke, createBlock as ke, resolveDynamicComponent as Oi, mergeProps as Tt, Fragment as et, renderList as Ft, createCommentVNode as he, toDisplayString as $e, withModifiers as rt, resolveDirective as On, createSlots as To, Teleport as ca, createTextVNode as Ge, createApp as fa, vModelDynamic as So, withKeys as _t, pushScopeId as $r, popScopeId as wr, vModelText as xo, defineComponent as ha, onMounted as pa, onBeforeUnmount as ga, ref as Br, watch as er, nextTick as jr, h as ma, createStaticVNode as va } from "vue";
1
+ import { openBlock as G, createElementBlock as ne, normalizeStyle as wn, normalizeClass as ve, resolveComponent as fe, createElementVNode as ae, withModifiers as et, renderSlot as Ee, createVNode as ge, Transition as wi, withCtx as ye, withDirectives as De, vShow as Ke, createBlock as ke, resolveDynamicComponent as Oi, mergeProps as Tt, Fragment as tt, renderList as Ft, createCommentVNode as he, toDisplayString as $e, resolveDirective as On, createSlots as To, Teleport as ca, createTextVNode as Ge, createApp as fa, vModelDynamic as So, withKeys as _t, pushScopeId as $r, popScopeId as wr, vModelText as xo, defineComponent as ha, onMounted as pa, onBeforeUnmount as ga, ref as Br, watch as er, nextTick as jr, h as ma, createStaticVNode as va } from "vue";
2
2
  const Ae = (t, n) => {
3
3
  const e = t.__vccOpts || t;
4
4
  for (const [r, o] of n)
@@ -99,7 +99,8 @@ function Ca(t, n, e, r, o, i) {
99
99
  id: "accordion" + o.uuid,
100
100
  "aria-controls": "accordion-section-" + o.uuid,
101
101
  "aria-expanded": o.isActive,
102
- onClick: n[0] || (n[0] = (...l) => i.onClick && i.onClick(...l))
102
+ type: "button",
103
+ onClick: n[0] || (n[0] = et((...l) => i.onClick && i.onClick(...l), ["prevent"]))
103
104
  }, [
104
105
  Ee(t.$slots, "title", {}, void 0, !0),
105
106
  ge(s, {
@@ -131,7 +132,7 @@ function Ca(t, n, e, r, o, i) {
131
132
  }, 8, ["onEnter", "onAfterEnter", "onLeave"])
132
133
  ], 2);
133
134
  }
134
- const Jh = /* @__PURE__ */ Ae($a, [["render", Ca], ["__scopeId", "data-v-6f93b010"]]), sn = {
135
+ const Jh = /* @__PURE__ */ Ae($a, [["render", Ca], ["__scopeId", "data-v-c1160eb0"]]), sn = {
135
136
  primary: "primary",
136
137
  secondary: "secondary",
137
138
  tertiary: "tertiary",
@@ -257,7 +258,7 @@ function Na(t, n, e, r, o, i) {
257
258
  name: "_token",
258
259
  value: i.token
259
260
  }, null, 8, xa),
260
- (G(!0), ne(et, null, Ft(Object.keys(e.postOptions), (s, l) => (G(), ne("input", {
261
+ (G(!0), ne(tt, null, Ft(Object.keys(e.postOptions), (s, l) => (G(), ne("input", {
261
262
  key: l,
262
263
  type: "hidden",
263
264
  name: s,
@@ -819,7 +820,7 @@ function dl(t, n, e, r, o, i) {
819
820
  ge(l, {
820
821
  class: "close-button",
821
822
  kind: "ghost",
822
- onClick: rt(i.close, ["prevent"])
823
+ onClick: et(i.close, ["prevent"])
823
824
  }, {
824
825
  default: ye(() => [
825
826
  ge(s, { name: "close-outline" })
@@ -997,7 +998,7 @@ function Cl(t, n, e, r, o, i) {
997
998
  class: ve(["dropdown-trigger", i.triggerClasses]),
998
999
  ref: "dropdown",
999
1000
  onKeydown: n[0] || (n[0] = (...l) => i.onKeydown && i.onKeydown(...l)),
1000
- onClick: n[1] || (n[1] = rt((...l) => i.toggle && i.toggle(...l), ["prevent", "stop"]))
1001
+ onClick: n[1] || (n[1] = et((...l) => i.toggle && i.toggle(...l), ["prevent", "stop"]))
1001
1002
  }, [
1002
1003
  Ee(t.$slots, "trigger", { isOpened: o.isOpenedState }, void 0, !0)
1003
1004
  ], 34)) : he("", !0),
@@ -1472,7 +1473,7 @@ const Vl = {
1472
1473
  };
1473
1474
  function Kl(t, n, e, r, o, i) {
1474
1475
  const s = fe("ib-icon"), l = fe("ib-icon-button"), c = On("outside");
1475
- return G(), ne(et, null, [
1476
+ return G(), ne(tt, null, [
1476
1477
  i.hasTrigger ? (G(), ne("div", {
1477
1478
  key: 0,
1478
1479
  class: "modal-trigger",
@@ -1589,7 +1590,7 @@ function Zl(t, n, e, r, o, i) {
1589
1590
  ], 10, Wl)
1590
1591
  ]),
1591
1592
  body: ye(() => [
1592
- (G(!0), ne(et, null, Ft(e.tabs.tabs, (f, h) => (G(), ke(l, {
1593
+ (G(!0), ne(tt, null, Ft(e.tabs.tabs, (f, h) => (G(), ke(l, {
1593
1594
  key: h,
1594
1595
  checked: f.id === e.selectedTab,
1595
1596
  href: i.createHref(f.id),
@@ -1671,7 +1672,7 @@ function rs(t, n, e, r, o, i) {
1671
1672
  const s = fe("ib-tab-dropdown");
1672
1673
  return G(), ne("div", Ql, [
1673
1674
  ae("ul", es, [
1674
- (G(!0), ne(et, null, Ft(o.tabs, (l, c) => (G(), ne("li", {
1675
+ (G(!0), ne(tt, null, Ft(o.tabs, (l, c) => (G(), ne("li", {
1675
1676
  class: "tab-item",
1676
1677
  key: c
1677
1678
  }, [
@@ -2089,7 +2090,7 @@ function ws(t, n, e, r, o, i) {
2089
2090
  const s = fe("ib-icon"), l = fe("ib-tooltip"), c = fe("ib-icon-button"), f = fe("ib-dropdown-item"), h = fe("ib-dropdown-list");
2090
2091
  return G(), ne("nav", vs, [
2091
2092
  ae("ul", ys, [
2092
- (G(!0), ne(et, null, Ft(e.items, (d, a) => (G(), ne("li", {
2093
+ (G(!0), ne(tt, null, Ft(e.items, (d, a) => (G(), ne("li", {
2093
2094
  class: ve(["breadcrumb-item", a === i.last ? "active" : ""]),
2094
2095
  "aria-current": "page",
2095
2096
  key: a
@@ -2117,7 +2118,7 @@ function ws(t, n, e, r, o, i) {
2117
2118
  })
2118
2119
  ]),
2119
2120
  body: ye(() => [
2120
- (G(!0), ne(et, null, Ft(i.setItemsContextMenu, (u, b) => (G(), ke(f, { key: b }, {
2121
+ (G(!0), ne(tt, null, Ft(i.setItemsContextMenu, (u, b) => (G(), ke(f, { key: b }, {
2121
2122
  default: ye(() => [
2122
2123
  ae("a", {
2123
2124
  class: "context-breadcrums",
@@ -2424,7 +2425,7 @@ function As(t, n, e, r, o, i) {
2424
2425
  type: "button",
2425
2426
  disabled: e.readonly || e.disabled,
2426
2427
  "help-text": o.showPassword ? e.hidePasswordMessage : e.showPasswordMessage,
2427
- onClick: rt(i.toggleShowPassword, ["prevent"])
2428
+ onClick: et(i.toggleShowPassword, ["prevent"])
2428
2429
  }, {
2429
2430
  default: ye(() => [
2430
2431
  ge(l, {
@@ -2571,7 +2572,7 @@ function qs(t, n, e, r, o, i) {
2571
2572
  ae("label", Tt(i.attrs, {
2572
2573
  for: e.id,
2573
2574
  tabindex: e.disabled | e.disableFocus ? -1 : 0,
2574
- onKeypress: n[1] || (n[1] = rt((...c) => i.onChange && i.onChange(...c), ["prevent"]))
2575
+ onKeypress: n[1] || (n[1] = et((...c) => i.onChange && i.onChange(...c), ["prevent"]))
2575
2576
  }), [
2576
2577
  ae("input", {
2577
2578
  tabindex: "-1",
@@ -2701,8 +2702,8 @@ function Ys(t, n, e, r, o, i) {
2701
2702
  tabindex: e.disabled ? -1 : 0,
2702
2703
  class: ve(i.classes),
2703
2704
  onKeypress: [
2704
- n[2] || (n[2] = _t(rt((...c) => i.onChange && i.onChange(...c), ["prevent"]), ["space"])),
2705
- n[3] || (n[3] = _t(rt((...c) => i.onChange && i.onChange(...c), ["prevent"]), ["enter"]))
2705
+ n[2] || (n[2] = _t(et((...c) => i.onChange && i.onChange(...c), ["prevent"]), ["space"])),
2706
+ n[3] || (n[3] = _t(et((...c) => i.onChange && i.onChange(...c), ["prevent"]), ["enter"]))
2706
2707
  ]
2707
2708
  }, [
2708
2709
  ae("div", Vs, [
@@ -2716,7 +2717,7 @@ function Ys(t, n, e, r, o, i) {
2716
2717
  id: e.id,
2717
2718
  disabled: e.disabled,
2718
2719
  onClick: n[0] || (n[0] = (...c) => i.onChange && i.onChange(...c)),
2719
- onInput: n[1] || (n[1] = rt(() => {
2720
+ onInput: n[1] || (n[1] = et(() => {
2720
2721
  }, ["stop"]))
2721
2722
  }, null, 40, zs),
2722
2723
  Ks,
@@ -2907,7 +2908,7 @@ function iu(t, n, e, r, o, i) {
2907
2908
  "aria-selected": i.isChecked(e.option),
2908
2909
  "aria-label": e.option.title,
2909
2910
  id: "option-" + i.id,
2910
- onKeydown: n[3] || (n[3] = rt((...d) => i.onKeydown && i.onKeydown(...d), ["self"])),
2911
+ onKeydown: n[3] || (n[3] = et((...d) => i.onKeydown && i.onKeydown(...d), ["self"])),
2911
2912
  onFocus: n[4] || (n[4] = (d) => t.$emit("onFocus", `option-${i.id}`))
2912
2913
  }, [
2913
2914
  De(ge(l, {
@@ -2924,7 +2925,7 @@ function iu(t, n, e, r, o, i) {
2924
2925
  [Ke, i.hasVisibleChildren]
2925
2926
  ]),
2926
2927
  ae("div", {
2927
- onClick: n[1] || (n[1] = rt((...d) => i.onChange && i.onChange(...d), ["prevent"])),
2928
+ onClick: n[1] || (n[1] = et((...d) => i.onChange && i.onChange(...d), ["prevent"])),
2928
2929
  class: ve({
2929
2930
  disabled: e.option.isDisabled,
2930
2931
  "tree-select-option-label": !0,
@@ -2960,10 +2961,10 @@ function iu(t, n, e, r, o, i) {
2960
2961
  Ge($e(e.option.title) + " ", 1),
2961
2962
  ge(s, {
2962
2963
  name: "star",
2963
- onClick: n[0] || (n[0] = rt((d) => t.$emit("toggle-bookmark", e.option), ["stop", "prevent"]))
2964
+ onClick: n[0] || (n[0] = et((d) => t.$emit("toggle-bookmark", e.option), ["stop", "prevent"]))
2964
2965
  })
2965
2966
  ]))
2966
- ], 2)) : e.htmlTitle ? (G(), ne(et, { key: 1 }, [
2967
+ ], 2)) : e.htmlTitle ? (G(), ne(tt, { key: 1 }, [
2967
2968
  i.hasChildren ? (G(), ne("span", {
2968
2969
  key: 1,
2969
2970
  class: "option-label",
@@ -2977,7 +2978,7 @@ function iu(t, n, e, r, o, i) {
2977
2978
  ], 2),
2978
2979
  i.hasChildren ? De((G(), ke(f, { key: 0 }, {
2979
2980
  default: ye(() => [
2980
- (G(!0), ne(et, null, Ft(e.option.children, (d) => De((G(), ke(c, {
2981
+ (G(!0), ne(tt, null, Ft(e.option.children, (d) => De((G(), ke(c, {
2981
2982
  key: d.value,
2982
2983
  option: d,
2983
2984
  name: e.name,
@@ -3002,7 +3003,7 @@ function iu(t, n, e, r, o, i) {
3002
3003
  ]);
3003
3004
  }
3004
3005
  const ru = /* @__PURE__ */ Ae(Zs, [["render", iu]]);
3005
- var tt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
3006
+ var nt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
3006
3007
  function Ei(t) {
3007
3008
  return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
3008
3009
  }
@@ -3016,7 +3017,7 @@ var Fo = { exports: {} };
3016
3017
  (function(t, n) {
3017
3018
  (function(e, r) {
3018
3019
  t.exports = r();
3019
- })(tt, function() {
3020
+ })(nt, function() {
3020
3021
  class e {
3021
3022
  constructor(i, s = !0, l = [], c = 5e3) {
3022
3023
  this.ctx = i, this.iframes = s, this.exclude = l, this.iframesTimeout = c;
@@ -3934,7 +3935,7 @@ const lu = {
3934
3935
  };
3935
3936
  function du(t, n, e, r, o, i) {
3936
3937
  const s = fe("ib-alert"), l = fe("ib-icon"), c = fe("ib-icon-button"), f = fe("select-option"), h = fe("list"), d = fe("ib-input"), a = fe("ib-dropdown");
3937
- return G(), ne(et, null, [
3938
+ return G(), ne(tt, null, [
3938
3939
  e.errorMessage ? (G(), ke(s, {
3939
3940
  key: 0,
3940
3941
  class: "tree-select-error"
@@ -3978,7 +3979,7 @@ function du(t, n, e, r, o, i) {
3978
3979
  class: ve({ "has-hierarchy": i.hasHierarchy })
3979
3980
  }, {
3980
3981
  default: ye(() => [
3981
- (G(!0), ne(et, null, Ft(o.actualBookmarkedOptions, (u) => (G(), ke(f, {
3982
+ (G(!0), ne(tt, null, Ft(o.actualBookmarkedOptions, (u) => (G(), ke(f, {
3982
3983
  key: "bookmark" + u.id,
3983
3984
  option: u,
3984
3985
  "parent-auto-check": !1,
@@ -4034,7 +4035,7 @@ function du(t, n, e, r, o, i) {
4034
4035
  "only-end-nodes": e.onlyEndNodes,
4035
4036
  "show-input": e.showInputs
4036
4037
  }, null, 8, ["option", "name", "parent-auto-check", "is-multiple", "onCheck", "onToggleBookmark", "uid", "only-end-nodes", "show-input"])) : he("", !0),
4037
- i.requiredDependencyNotFilled ? he("", !0) : (G(), ne(et, { key: 3 }, [
4038
+ i.requiredDependencyNotFilled ? he("", !0) : (G(), ne(tt, { key: 3 }, [
4038
4039
  e.allOptions && e.isMultiple && i.visibleOptionsCount && !i.requiredDependencyNotFilled ? (G(), ke(f, {
4039
4040
  key: 0,
4040
4041
  option: {
@@ -4057,7 +4058,7 @@ function du(t, n, e, r, o, i) {
4057
4058
  onCheck: i.manageAll,
4058
4059
  onOnFocus: n[9] || (n[9] = (u) => o.focusedOptionId = u)
4059
4060
  }, null, 8, ["option", "is-toggle", "name", "is-multiple", "uid", "only-end-nodes", "show-input", "onCheck"])) : he("", !0),
4060
- (G(!0), ne(et, null, Ft(o.actualOptions, (u) => Ee(t.$slots, o.actualName, {
4061
+ (G(!0), ne(tt, null, Ft(o.actualOptions, (u) => Ee(t.$slots, o.actualName, {
4061
4062
  key: e.name + u.value,
4062
4063
  option: u,
4063
4064
  parentAutoCheck: e.parentAutoCheck,
@@ -4113,7 +4114,7 @@ function du(t, n, e, r, o, i) {
4113
4114
  "tree-choice-error": e.errorMessage
4114
4115
  }]),
4115
4116
  ref: "combobox",
4116
- onClick: n[2] || (n[2] = rt(() => {
4117
+ onClick: n[2] || (n[2] = et(() => {
4117
4118
  }, ["prevent"])),
4118
4119
  onBlur: n[3] || (n[3] = (...b) => i.onBlur && i.onBlur(...b)),
4119
4120
  onKeyup: [
@@ -4126,7 +4127,7 @@ function du(t, n, e, r, o, i) {
4126
4127
  i.hasTriggerContent ? Ee(t.$slots, "triggerContent", {
4127
4128
  key: 0,
4128
4129
  selectedCount: i.selectedKeys.length
4129
- }) : (G(), ne(et, { key: 1 }, [
4130
+ }) : (G(), ne(tt, { key: 1 }, [
4130
4131
  e.htmlOptionTitle ? (G(), ne("span", {
4131
4132
  key: 0,
4132
4133
  class: ve({ placeholder: !i.selectStatus }),
@@ -4140,12 +4141,12 @@ function du(t, n, e, r, o, i) {
4140
4141
  key: 2,
4141
4142
  kind: "ghost",
4142
4143
  class: "button-clear",
4143
- onClick: rt(i.clearValue, ["prevent"]),
4144
- onKeypress: n[0] || (n[0] = _t(rt(() => {
4144
+ onClick: et(i.clearValue, ["prevent"]),
4145
+ onKeypress: n[0] || (n[0] = _t(et(() => {
4145
4146
  }, ["stop", "prevent"]), ["enter"])),
4146
- onKeydown: n[1] || (n[1] = _t(rt(() => {
4147
+ onKeydown: n[1] || (n[1] = _t(et(() => {
4147
4148
  }, ["stop", "prevent"]), ["enter"])),
4148
- onKeyup: _t(rt(i.clearValue, ["prevent"]), ["enter"]),
4149
+ onKeyup: _t(et(i.clearValue, ["prevent"]), ["enter"]),
4149
4150
  "help-text": e.clearButtonMessage
4150
4151
  }, {
4151
4152
  default: ye(() => [
@@ -4343,7 +4344,7 @@ function Ou(t, n, e, r, o, i) {
4343
4344
  "label-select": e.labelSelect
4344
4345
  }, null, 8, ["onSelect", "value", "label-select"]),
4345
4346
  ae("div", yu, [
4346
- e.showPaginationInput ? (G(), ne(et, { key: 0 }, [
4347
+ e.showPaginationInput ? (G(), ne(tt, { key: 0 }, [
4347
4348
  ge(l, null, {
4348
4349
  default: ye(() => [
4349
4350
  Ge($e(e.labelInput), 1)
@@ -4376,7 +4377,7 @@ function Ou(t, n, e, r, o, i) {
4376
4377
  _: 1
4377
4378
  }, 8, ["disabled"]),
4378
4379
  ae("ul", $u, [
4379
- (G(!0), ne(et, null, Ft(i.countPagePagination, (a, u) => De((G(), ne("li", {
4380
+ (G(!0), ne(tt, null, Ft(i.countPagePagination, (a, u) => De((G(), ne("li", {
4380
4381
  key: u,
4381
4382
  class: ve(["pagination-item", {
4382
4383
  active: u + 1 === o.currentPage,
@@ -4739,7 +4740,7 @@ function nd(t, n, e, r, o, i) {
4739
4740
  class: ve(i.classes),
4740
4741
  for: e.id,
4741
4742
  "aria-checked": o.checked,
4742
- onClick: n[2] || (n[2] = rt((...c) => i.onClick && i.onClick(...c), ["prevent"]))
4743
+ onClick: n[2] || (n[2] = et((...c) => i.onClick && i.onClick(...c), ["prevent"]))
4743
4744
  }, [
4744
4745
  ae("input", {
4745
4746
  type: "radio",
@@ -4749,7 +4750,7 @@ function nd(t, n, e, r, o, i) {
4749
4750
  checked: o.checked,
4750
4751
  disabled: e.disabled,
4751
4752
  ref: "radio",
4752
- onInput: n[0] || (n[0] = rt(() => {
4753
+ onInput: n[0] || (n[0] = et(() => {
4753
4754
  }, ["stop"])),
4754
4755
  onChange: n[1] || (n[1] = (...c) => i.onChange && i.onChange(...c))
4755
4756
  }, null, 40, Qu),
@@ -4782,11 +4783,11 @@ const id = {
4782
4783
  };
4783
4784
  function ud(t, n, e, r, o, i) {
4784
4785
  return G(), ne("div", rd, [
4785
- e.characterLength ? e.characterLimit > e.characterLength ? (G(), ne(et, { key: 1 }, [
4786
+ e.characterLength ? e.characterLimit > e.characterLength ? (G(), ne(tt, { key: 1 }, [
4786
4787
  ae("p", ad, $e(e.characterLimit - e.characterLength), 1),
4787
4788
  Ge(" / "),
4788
4789
  ae("p", ld, $e(e.characterLimit), 1)
4789
- ], 64)) : e.characterLimit === e.characterLength ? (G(), ne(et, { key: 2 }, [
4790
+ ], 64)) : e.characterLimit === e.characterLength ? (G(), ne(tt, { key: 2 }, [
4790
4791
  Ge("0")
4791
4792
  ], 64)) : (G(), ne("p", sd, $e(e.characterLimit - e.characterLength), 1)) : (G(), ne("p", od, "Max " + $e(e.characterLimit), 1))
4792
4793
  ]);
@@ -5363,7 +5364,7 @@ function yd(t, n) {
5363
5364
  config: ft(ft({}, _n), Je.defaultConfig),
5364
5365
  l10n: zn
5365
5366
  };
5366
- e.parseDate = gr({ config: e.config, l10n: e.l10n }), e._handlers = [], e.pluginElements = [], e.loadedPlugins = [], e._bind = v, e._setHoursFromDate = a, e._positionCalendar = te, e.changeMonth = A, e.changeYear = V, e.clear = B, e.close = j, e.onMouseOver = _e, e._createElement = Fe, e.createDay = S, e.destroy = Y, e.isEnabled = Z, e.jumpToDate = m, e.updateValue = pt, e.open = Ie, e.redraw = re, e.set = nt, e.setDate = qe, e.toggle = tn;
5367
+ e.parseDate = gr({ config: e.config, l10n: e.l10n }), e._handlers = [], e.pluginElements = [], e.loadedPlugins = [], e._bind = v, e._setHoursFromDate = a, e._positionCalendar = te, e.changeMonth = A, e.changeYear = V, e.clear = B, e.close = j, e.onMouseOver = _e, e._createElement = Fe, e.createDay = S, e.destroy = Y, e.isEnabled = Z, e.jumpToDate = m, e.updateValue = pt, e.open = Ie, e.redraw = re, e.set = it, e.setDate = qe, e.toggle = tn;
5367
5368
  function r() {
5368
5369
  e.utils = {
5369
5370
  getDaysInMonth: function(I, L) {
@@ -6015,7 +6016,7 @@ function yd(t, n) {
6015
6016
  var rn = se();
6016
6017
  if (rn === void 0)
6017
6018
  return;
6018
- var it = window.document.body.offsetWidth, Tn = Math.max(0, it / 2 - X / 2), Sn = ".flatpickr-calendar.centerMost:before", xn = ".flatpickr-calendar.centerMost:after", An = rn.cssRules.length, Nn = "{left:" + me.left + "px;right:auto;}";
6019
+ var rt = window.document.body.offsetWidth, Tn = Math.max(0, rt / 2 - X / 2), Sn = ".flatpickr-calendar.centerMost:before", xn = ".flatpickr-calendar.centerMost:after", An = rn.cssRules.length, Nn = "{left:" + me.left + "px;right:auto;}";
6019
6020
  mt(e.calendarContainer, "rightMost", !1), mt(e.calendarContainer, "centerMost", !0), rn.insertRule(Sn + "," + xn + Nn, An), e.calendarContainer.style.left = Tn + "px", e.calendarContainer.style.right = "auto";
6020
6021
  }
6021
6022
  }
@@ -6085,7 +6086,7 @@ function yd(t, n) {
6085
6086
  }
6086
6087
  ]
6087
6088
  };
6088
- function nt(I, L) {
6089
+ function it(I, L) {
6089
6090
  if (I !== null && typeof I == "object") {
6090
6091
  Object.assign(e.config, I);
6091
6092
  for (var z in I)
@@ -6282,7 +6283,7 @@ var Ko = { exports: {} };
6282
6283
  (function(t, n) {
6283
6284
  (function(e, r) {
6284
6285
  t.exports = r();
6285
- })(tt, function() {
6286
+ })(nt, function() {
6286
6287
  /*! *****************************************************************************
6287
6288
  Copyright (c) Microsoft Corporation.
6288
6289
 
@@ -10190,12 +10191,12 @@ function Kf(t, n, e, r, o, i) {
10190
10191
  placeholder: i.sortedCountries.length ? i.sortedCountries[0].name : "",
10191
10192
  type: "text",
10192
10193
  "onUpdate:modelValue": n[0] || (n[0] = (l) => o.searchQuery = l),
10193
- onClick: n[1] || (n[1] = rt(() => {
10194
+ onClick: n[1] || (n[1] = et(() => {
10194
10195
  }, ["stop"]))
10195
10196
  }, null, 8, Hf)), [
10196
10197
  [xo, o.searchQuery]
10197
10198
  ]) : he("", !0),
10198
- (G(!0), ne(et, null, Ft(i.sortedCountries, (l, c) => (G(), ne("li", {
10199
+ (G(!0), ne(tt, null, Ft(i.sortedCountries, (l, c) => (G(), ne("li", {
10199
10200
  role: "option",
10200
10201
  class: ve(["vti__dropdown-item", i.getItemClass(c, l.iso2)]),
10201
10202
  key: l.iso2 + (l.preferred ? "-preferred" : ""),
@@ -10303,7 +10304,7 @@ const Yf = {
10303
10304
  };
10304
10305
  function Wf(t, n, e, r, o, i) {
10305
10306
  const s = fe("ib-alert"), l = fe("ib-icon"), c = fe("vue-tel-input"), f = On("outside");
10306
- return G(), ne(et, null, [
10307
+ return G(), ne(tt, null, [
10307
10308
  e.errorMessage.length ? (G(), ke(s, {
10308
10309
  key: 0,
10309
10310
  class: "ib-phone-error-message"
@@ -10347,7 +10348,7 @@ var ta = { exports: {} };
10347
10348
  (function(t, n) {
10348
10349
  (function(r, o) {
10349
10350
  t.exports = o();
10350
- })(typeof self < "u" ? self : tt, function() {
10351
+ })(typeof self < "u" ? self : nt, function() {
10351
10352
  return (
10352
10353
  /******/
10353
10354
  function(e) {
@@ -13230,12 +13231,12 @@ var ta = { exports: {} };
13230
13231
  if (_e.length !== 0) {
13231
13232
  var Te = J.quill.getSelection();
13232
13233
  if (!(Te == null || !J.quill.hasFocus())) {
13233
- var Ie = J.quill.getLine(Te.index), Me = s(Ie, 2), Ye = Me[0], ze = Me[1], Q = J.quill.getLeaf(Te.index), te = s(Q, 2), se = te[0], ue = te[1], re = Te.length === 0 ? [se, ue] : J.quill.getLeaf(Te.index + Te.length), xe = s(re, 2), we = xe[0], Se = xe[1], nt = se instanceof $.default.Text ? se.value().slice(0, ue) : "", We = we instanceof $.default.Text ? we.value().slice(Se) : "", qe = {
13234
+ var Ie = J.quill.getLine(Te.index), Me = s(Ie, 2), Ye = Me[0], ze = Me[1], Q = J.quill.getLeaf(Te.index), te = s(Q, 2), se = te[0], ue = te[1], re = Te.length === 0 ? [se, ue] : J.quill.getLeaf(Te.index + Te.length), xe = s(re, 2), we = xe[0], Se = xe[1], it = se instanceof $.default.Text ? se.value().slice(0, ue) : "", We = we instanceof $.default.Text ? we.value().slice(Se) : "", qe = {
13234
13235
  collapsed: Te.length === 0,
13235
13236
  empty: Te.length === 0 && Ye.length() <= 1,
13236
13237
  format: J.quill.getFormat(Te),
13237
13238
  offset: ze,
13238
- prefix: nt,
13239
+ prefix: it,
13239
13240
  suffix: We
13240
13241
  }, It = _e.some(function(Le) {
13241
13242
  if (Le.collapsed != null && Le.collapsed !== qe.collapsed || Le.empty != null && Le.empty !== qe.empty || Le.offset != null && Le.offset !== qe.offset)
@@ -15659,7 +15660,7 @@ var ta = { exports: {} };
15659
15660
  function Q(te, se) {
15660
15661
  var ue = [], re = !0, xe = !1, we = void 0;
15661
15662
  try {
15662
- for (var Se = te[Symbol.iterator](), nt; !(re = (nt = Se.next()).done) && (ue.push(nt.value), !(se && ue.length === se)); re = !0)
15663
+ for (var Se = te[Symbol.iterator](), it; !(re = (it = Se.next()).done) && (ue.push(it.value), !(se && ue.length === se)); re = !0)
15663
15664
  ;
15664
15665
  } catch (We) {
15665
15666
  xe = !0, we = We;
@@ -15721,8 +15722,8 @@ var ta = { exports: {} };
15721
15722
  M(this, te);
15722
15723
  var re = q(this, (te.__proto__ || Object.getPrototypeOf(te)).call(this, se, ue));
15723
15724
  return re.quill.root.addEventListener("paste", re.onPaste.bind(re)), re.container = re.quill.addContainer("ql-clipboard"), re.container.setAttribute("contenteditable", !0), re.container.setAttribute("tabindex", -1), re.matchers = [], U.concat(re.options.matchers).forEach(function(xe) {
15724
- var we = s(xe, 2), Se = we[0], nt = we[1];
15725
- !ue.matchVisual && nt === Me || re.addMatcher(Se, nt);
15725
+ var we = s(xe, 2), Se = we[0], it = we[1];
15726
+ !ue.matchVisual && it === Me || re.addMatcher(Se, it);
15726
15727
  }), re;
15727
15728
  }
15728
15729
  return l(te, [{
@@ -15740,7 +15741,7 @@ var ta = { exports: {} };
15740
15741
  var xe = this.container.innerText;
15741
15742
  return this.container.innerHTML = "", new d.default().insert(xe, x({}, E.default.blotName, re[E.default.blotName]));
15742
15743
  }
15743
- var we = this.prepareMatching(), Se = s(we, 2), nt = Se[0], We = Se[1], qe = V(this.container, nt, We);
15744
+ var we = this.prepareMatching(), Se = s(we, 2), it = Se[0], We = Se[1], qe = V(this.container, it, We);
15744
15745
  return H(qe, `
15745
15746
  `) && qe.ops[qe.ops.length - 1].attributes == null && (qe = qe.compose(new d.default().retain(qe.length() - 1).delete(1))), W.log("convert", this.container.innerHTML, qe), this.container.innerHTML = "", qe;
15746
15747
  }
@@ -15771,8 +15772,8 @@ var ta = { exports: {} };
15771
15772
  value: function() {
15772
15773
  var ue = this, re = [], xe = [];
15773
15774
  return this.matchers.forEach(function(we) {
15774
- var Se = s(we, 2), nt = Se[0], We = Se[1];
15775
- switch (nt) {
15775
+ var Se = s(we, 2), it = Se[0], We = Se[1];
15776
+ switch (it) {
15776
15777
  case Node.TEXT_NODE:
15777
15778
  xe.push(We);
15778
15779
  break;
@@ -15780,7 +15781,7 @@ var ta = { exports: {} };
15780
15781
  re.push(We);
15781
15782
  break;
15782
15783
  default:
15783
- [].forEach.call(ue.container.querySelectorAll(nt), function(qe) {
15784
+ [].forEach.call(ue.container.querySelectorAll(it), function(qe) {
15784
15785
  qe[oe] = qe[oe] || [], qe[oe].push(We);
15785
15786
  });
15786
15787
  break;
@@ -17994,7 +17995,7 @@ _i.exports;
17994
17995
  (function(t, n) {
17995
17996
  var e = 200, r = "__lodash_hash_undefined__", o = 9007199254740991, i = "[object Arguments]", s = "[object Array]", l = "[object Boolean]", c = "[object Date]", f = "[object Error]", h = "[object Function]", d = "[object GeneratorFunction]", a = "[object Map]", u = "[object Number]", b = "[object Object]", v = "[object Promise]", y = "[object RegExp]", g = "[object Set]", m = "[object String]", $ = "[object Symbol]", p = "[object WeakMap]", w = "[object ArrayBuffer]", S = "[object DataView]", E = "[object Float32Array]", T = "[object Float64Array]", P = "[object Int8Array]", C = "[object Int16Array]", O = "[object Int32Array]", k = "[object Uint8Array]", x = "[object Uint8ClampedArray]", M = "[object Uint16Array]", q = "[object Uint32Array]", K = /[\\^$.*+?()[\]{}|]/g, W = /\w*$/, oe = /^\[object .+?Constructor\]$/, U = /^(?:0|[1-9]\d*)$/, R = {};
17996
17997
  R[i] = R[s] = R[w] = R[S] = R[l] = R[c] = R[E] = R[T] = R[P] = R[C] = R[O] = R[a] = R[u] = R[b] = R[y] = R[g] = R[m] = R[$] = R[k] = R[x] = R[M] = R[q] = !0, R[f] = R[h] = R[p] = !1;
17997
- var A = typeof tt == "object" && tt && tt.Object === Object && tt, B = typeof self == "object" && self && self.Object === Object && self, j = A || B || Function("return this")(), Y = n && !n.nodeType && n, H = Y && !0 && t && !t.nodeType && t, D = H && H.exports === Y;
17998
+ var A = typeof nt == "object" && nt && nt.Object === Object && nt, B = typeof self == "object" && self && self.Object === Object && self, j = A || B || Function("return this")(), Y = n && !n.nodeType && n, H = Y && !0 && t && !t.nodeType && t, D = H && H.exports === Y;
17998
17999
  function V(_, N) {
17999
18000
  return _.set(N[0], N[1]), _;
18000
18001
  }
@@ -18054,7 +18055,7 @@ _i.exports;
18054
18055
  var Q = Array.prototype, te = Function.prototype, se = Object.prototype, ue = j["__core-js_shared__"], re = function() {
18055
18056
  var _ = /[^.]+$/.exec(ue && ue.keys && ue.keys.IE_PROTO || "");
18056
18057
  return _ ? "Symbol(src)_1." + _ : "";
18057
- }(), xe = te.toString, we = se.hasOwnProperty, Se = se.toString, nt = RegExp(
18058
+ }(), xe = te.toString, we = se.hasOwnProperty, Se = se.toString, it = RegExp(
18058
18059
  "^" + xe.call(we).replace(K, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
18059
18060
  ), We = D ? j.Buffer : void 0, qe = j.Symbol, It = j.Uint8Array, Le = Ye(Object.getPrototypeOf, Object), ht = Object.create, en = se.propertyIsEnumerable, Cn = Q.splice, tn = Object.getOwnPropertySymbols, He = We ? We.isBuffer : void 0, Zt = Ye(Object.keys, Object), Pt = St(j, "DataView"), Ht = St(j, "Map"), st = St(j, "Promise"), Mt = St(j, "Set"), pt = St(j, "WeakMap"), Vt = St(Object, "create"), nn = gt(Pt), I = gt(Ht), L = gt(st), z = gt(Mt), X = gt(pt), le = qe ? qe.prototype : void 0, de = le ? le.valueOf : void 0;
18060
18061
  function Ce(_) {
@@ -18116,7 +18117,7 @@ _i.exports;
18116
18117
  return ee < 0 ? F.push([_, N]) : F[ee][1] = N, this;
18117
18118
  }
18118
18119
  Ue.prototype.clear = ot, Ue.prototype.delete = Ut, Ue.prototype.get = Dt, Ue.prototype.has = En, Ue.prototype.set = rn;
18119
- function it(_) {
18120
+ function rt(_) {
18120
18121
  var N = -1, F = _ ? _.length : 0;
18121
18122
  for (this.clear(); ++N < F; ) {
18122
18123
  var ee = _[N];
@@ -18142,7 +18143,7 @@ _i.exports;
18142
18143
  function Nn(_, N) {
18143
18144
  return an(this, _).set(_, N), this;
18144
18145
  }
18145
- it.prototype.clear = Tn, it.prototype.delete = Sn, it.prototype.get = xn, it.prototype.has = An, it.prototype.set = Nn;
18146
+ rt.prototype.clear = Tn, rt.prototype.delete = Sn, rt.prototype.get = xn, rt.prototype.has = An, rt.prototype.set = Nn;
18146
18147
  function ut(_) {
18147
18148
  this.__data__ = new Ue(_);
18148
18149
  }
@@ -18164,7 +18165,7 @@ _i.exports;
18164
18165
  var ee = F.__data__;
18165
18166
  if (!Ht || ee.length < e - 1)
18166
18167
  return ee.push([_, N]), this;
18167
- F = this.__data__ = new it(ee);
18168
+ F = this.__data__ = new rt(ee);
18168
18169
  }
18169
18170
  return F.set(_, N), this;
18170
18171
  }
@@ -18236,7 +18237,7 @@ _i.exports;
18236
18237
  function Bi(_) {
18237
18238
  if (!Bt(_) || Zi(_))
18238
18239
  return !1;
18239
- var N = Rn(_) || Ie(_) ? nt : oe;
18240
+ var N = Rn(_) || Ie(_) ? it : oe;
18240
18241
  return N.test(gt(_));
18241
18242
  }
18242
18243
  function ji(_) {
@@ -18440,7 +18441,7 @@ $i.exports;
18440
18441
  (function(t, n) {
18441
18442
  var e = 200, r = "__lodash_hash_undefined__", o = 1, i = 2, s = 9007199254740991, l = "[object Arguments]", c = "[object Array]", f = "[object AsyncFunction]", h = "[object Boolean]", d = "[object Date]", a = "[object Error]", u = "[object Function]", b = "[object GeneratorFunction]", v = "[object Map]", y = "[object Number]", g = "[object Null]", m = "[object Object]", $ = "[object Promise]", p = "[object Proxy]", w = "[object RegExp]", S = "[object Set]", E = "[object String]", T = "[object Symbol]", P = "[object Undefined]", C = "[object WeakMap]", O = "[object ArrayBuffer]", k = "[object DataView]", x = "[object Float32Array]", M = "[object Float64Array]", q = "[object Int8Array]", K = "[object Int16Array]", W = "[object Int32Array]", oe = "[object Uint8Array]", U = "[object Uint8ClampedArray]", R = "[object Uint16Array]", A = "[object Uint32Array]", B = /[\\^$.*+?()[\]{}|]/g, j = /^\[object .+?Constructor\]$/, Y = /^(?:0|[1-9]\d*)$/, H = {};
18442
18443
  H[x] = H[M] = H[q] = H[K] = H[W] = H[oe] = H[U] = H[R] = H[A] = !0, H[l] = H[c] = H[O] = H[h] = H[k] = H[d] = H[a] = H[u] = H[v] = H[y] = H[m] = H[w] = H[S] = H[E] = H[C] = !1;
18443
- var D = typeof tt == "object" && tt && tt.Object === Object && tt, V = typeof self == "object" && self && self.Object === Object && self, Z = D || V || Function("return this")(), J = n && !n.nodeType && n, ie = J && !0 && t && !t.nodeType && t, ce = ie && ie.exports === J, _e = ce && D.process, Te = function() {
18444
+ var D = typeof nt == "object" && nt && nt.Object === Object && nt, V = typeof self == "object" && self && self.Object === Object && self, Z = D || V || Function("return this")(), J = n && !n.nodeType && n, ie = J && !0 && t && !t.nodeType && t, ce = ie && ie.exports === J, _e = ce && D.process, Te = function() {
18444
18445
  try {
18445
18446
  return _e && _e.binding && _e.binding("util");
18446
18447
  } catch {
@@ -18497,7 +18498,7 @@ $i.exports;
18497
18498
  F[++N] = ee;
18498
18499
  }), F;
18499
18500
  }
18500
- var Se = Array.prototype, nt = Function.prototype, We = Object.prototype, qe = Z["__core-js_shared__"], It = nt.toString, Le = We.hasOwnProperty, ht = function() {
18501
+ var Se = Array.prototype, it = Function.prototype, We = Object.prototype, qe = Z["__core-js_shared__"], It = it.toString, Le = We.hasOwnProperty, ht = function() {
18501
18502
  var _ = /[^.]+$/.exec(qe && qe.keys && qe.keys.IE_PROTO || "");
18502
18503
  return _ ? "Symbol(src)_1." + _ : "";
18503
18504
  }(), en = We.toString, Cn = RegExp(
@@ -18534,7 +18535,7 @@ $i.exports;
18534
18535
  return this.size += this.has(_) ? 0 : 1, F[_] = le && N === void 0 ? r : N, this;
18535
18536
  }
18536
18537
  Ue.prototype.clear = ot, Ue.prototype.delete = Ut, Ue.prototype.get = Dt, Ue.prototype.has = En, Ue.prototype.set = rn;
18537
- function it(_) {
18538
+ function rt(_) {
18538
18539
  var N = -1, F = _ == null ? 0 : _.length;
18539
18540
  for (this.clear(); ++N < F; ) {
18540
18541
  var ee = _[N];
@@ -18562,7 +18563,7 @@ $i.exports;
18562
18563
  var F = this.__data__, ee = gn(F, _);
18563
18564
  return ee < 0 ? (++this.size, F.push([_, N])) : F[ee][1] = N, this;
18564
18565
  }
18565
- it.prototype.clear = Tn, it.prototype.delete = Sn, it.prototype.get = xn, it.prototype.has = An, it.prototype.set = Nn;
18566
+ rt.prototype.clear = Tn, rt.prototype.delete = Sn, rt.prototype.get = xn, rt.prototype.has = An, rt.prototype.set = Nn;
18566
18567
  function ut(_) {
18567
18568
  var N = -1, F = _ == null ? 0 : _.length;
18568
18569
  for (this.clear(); ++N < F; ) {
@@ -18573,7 +18574,7 @@ $i.exports;
18573
18574
  function In() {
18574
18575
  this.size = 0, this.__data__ = {
18575
18576
  hash: new Ue(),
18576
- map: new (I || it)(),
18577
+ map: new (I || rt)(),
18577
18578
  string: new Ue()
18578
18579
  };
18579
18580
  }
@@ -18605,11 +18606,11 @@ $i.exports;
18605
18606
  }
18606
18607
  hn.prototype.add = hn.prototype.push = Zn, hn.prototype.has = pn;
18607
18608
  function Lt(_) {
18608
- var N = this.__data__ = new it(_);
18609
+ var N = this.__data__ = new rt(_);
18609
18610
  this.size = N.size;
18610
18611
  }
18611
18612
  function Pn() {
18612
- this.__data__ = new it(), this.size = 0;
18613
+ this.__data__ = new rt(), this.size = 0;
18613
18614
  }
18614
18615
  function Di(_) {
18615
18616
  var N = this.__data__, F = N.delete(_);
@@ -18623,7 +18624,7 @@ $i.exports;
18623
18624
  }
18624
18625
  function Bi(_, N) {
18625
18626
  var F = this.__data__;
18626
- if (F instanceof it) {
18627
+ if (F instanceof rt) {
18627
18628
  var ee = F.__data__;
18628
18629
  if (!I || ee.length < e - 1)
18629
18630
  return ee.push([_, N]), this.size = ++F.size, this;
@@ -18913,7 +18914,7 @@ $i.exports;
18913
18914
  }
18914
18915
  t.exports = Ji;
18915
18916
  })($i, $i.exports);
18916
- var sa = $i.exports, Dr = {}, ua = tt && tt.__importDefault || function(t) {
18917
+ var sa = $i.exports, Dr = {}, ua = nt && nt.__importDefault || function(t) {
18917
18918
  return t && t.__esModule ? t : { default: t };
18918
18919
  };
18919
18920
  Object.defineProperty(Dr, "__esModule", { value: !0 });
@@ -18968,7 +18969,7 @@ function oh() {
18968
18969
  if (wo)
18969
18970
  return fi;
18970
18971
  wo = 1;
18971
- var t = tt && tt.__importDefault || function(r) {
18972
+ var t = nt && nt.__importDefault || function(r) {
18972
18973
  return r && r.__esModule ? r : { default: r };
18973
18974
  };
18974
18975
  Object.defineProperty(fi, "__esModule", { value: !0 });
@@ -19015,7 +19016,7 @@ function da() {
19015
19016
  if (Oo)
19016
19017
  return ci;
19017
19018
  Oo = 1;
19018
- var t = tt && tt.__importDefault || function(r) {
19019
+ var t = nt && nt.__importDefault || function(r) {
19019
19020
  return r && r.__esModule ? r : { default: r };
19020
19021
  };
19021
19022
  Object.defineProperty(ci, "__esModule", { value: !0 });
@@ -19031,7 +19032,7 @@ function da() {
19031
19032
  r.length = i;
19032
19033
  }(e || (e = {})), ci.default = e, ci;
19033
19034
  }
19034
- var Wn = tt && tt.__importDefault || function(t) {
19035
+ var Wn = nt && nt.__importDefault || function(t) {
19035
19036
  return t && t.__esModule ? t : { default: t };
19036
19037
  }, hi = Wn(nh), ah = Wn(la), hr = Wn(sa), qn = Wn(Dr), lt = Wn(da()), lh = String.fromCharCode(0), sh = (
19037
19038
  /** @class */