sprof 0.0.83 → 0.0.84

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/sprof.js CHANGED
@@ -1,7 +1,7 @@
1
1
  var Jo = Object.defineProperty;
2
2
  var Xo = (t, e, i) => e in t ? Jo(t, e, { enumerable: !0, configurable: !0, writable: !0, value: i }) : t[e] = i;
3
3
  var u = (t, e, i) => Xo(t, typeof e != "symbol" ? e + "" : e, i);
4
- import { defineComponent as $, ref as z, onBeforeMount as it, openBlock as m, createElementBlock as S, Fragment as j, renderSlot as T, unref as p, createElementVNode as f, normalizeStyle as R, createCommentVNode as K, resolveComponent as E, createVNode as A, withCtx as W, withModifiers as Ae, withDirectives as Ne, vModelText as zn, computed as ge, mergeProps as Bt, createTextVNode as $i, toDisplayString as we, mergeModels as Te, useModel as mt, vModelCheckbox as Yo, vModelDynamic as Qo, isRef as Ve, withKeys as Ko, watch as et, createBlock as q, vModelRadio as ea, normalizeClass as re, vShow as On, vModelSelect as ta, useCssVars as Ks, onMounted as ei, renderList as Re, resolveDirective as er, createStaticVNode as tr, resolveDynamicComponent as Zt, nextTick as ia, onUpdated as na, onBeforeUnmount as Ln, onUnmounted as ir, Transition as nr, reactive as lt, getCurrentInstance as sa, inject as ra, onDeactivated as oa, onActivated as aa } from "vue";
4
+ import { defineComponent as $, ref as z, onBeforeMount as it, openBlock as m, createElementBlock as S, Fragment as j, renderSlot as T, unref as p, createElementVNode as f, normalizeStyle as R, createCommentVNode as K, resolveComponent as E, createVNode as A, withCtx as W, withModifiers as Ae, withDirectives as Ne, vModelText as zn, computed as ge, mergeProps as Bt, createTextVNode as $i, toDisplayString as we, mergeModels as Te, useModel as gt, vModelCheckbox as Yo, vModelDynamic as Qo, isRef as Ve, withKeys as Ko, watch as et, createBlock as q, vModelRadio as ea, normalizeClass as re, vShow as On, vModelSelect as ta, useCssVars as Ks, onMounted as ei, renderList as Re, resolveDirective as er, createStaticVNode as tr, resolveDynamicComponent as Zt, nextTick as ia, onUpdated as na, onBeforeUnmount as Ln, onUnmounted as ir, Transition as nr, reactive as at, getCurrentInstance as sa, inject as ra, onDeactivated as oa, onActivated as aa } from "vue";
5
5
  const la = {
6
6
  key: 0,
7
7
  class: "mainblock"
@@ -366,7 +366,7 @@ const Ia = "p-button", Ra = /* @__PURE__ */ $({
366
366
  }),
367
367
  emits: /* @__PURE__ */ Te(["change"], ["update:modelValue"]),
368
368
  setup(t, { emit: e }) {
369
- const i = mt(t, "modelValue"), n = e, s = () => {
369
+ const i = gt(t, "modelValue"), n = e, s = () => {
370
370
  n("change", i.value);
371
371
  };
372
372
  return (r, o) => {
@@ -424,7 +424,7 @@ const Ia = "p-button", Ra = /* @__PURE__ */ $({
424
424
  }),
425
425
  emits: /* @__PURE__ */ Te(["blur", "input"], ["update:modelValue"]),
426
426
  setup(t, { emit: e }) {
427
- const i = e, n = mt(t, "modelValue"), s = (o) => {
427
+ const i = e, n = gt(t, "modelValue"), s = (o) => {
428
428
  const a = o.target.valueAsDate;
429
429
  a ? (n.value = a, i("input", r(n.value))) : (n.value = null, i("input", null));
430
430
  }, r = (o) => o ? new Date(o.getTime() - o.getTimezoneOffset() * 60 * 1e3).toISOString().split("T")[0] : "";
@@ -696,7 +696,7 @@ const Qi = /* @__PURE__ */ new WeakMap(), Ja = (t, e) => {
696
696
  }),
697
697
  emits: /* @__PURE__ */ Te(["blur", "input"], ["update:modelValue"]),
698
698
  setup(t) {
699
- const e = mt(t, "modelValue");
699
+ const e = gt(t, "modelValue");
700
700
  return (i, n) => (m(), S("div", {
701
701
  class: "text-field",
702
702
  style: R({ margin: t.margin, padding: t.padding })
@@ -733,7 +733,7 @@ const Qi = /* @__PURE__ */ new WeakMap(), Ja = (t, e) => {
733
733
  ], 4));
734
734
  }
735
735
  }), tl = /* @__PURE__ */ P(el, [["__scopeId", "data-v-4e2bdb1a"]]), il = ["ВС", "ПН", "ВТ", "СР", "ЧТ", "ПТ", "СБ"], nl = "ru-RU";
736
- class ot {
736
+ class rt {
737
737
  constructor() {
738
738
  u(this, "locale", "ru-RU");
739
739
  }
@@ -758,11 +758,11 @@ class ot {
758
758
  return this.GetPeriod(n, s, e || { month: "2-digit", day: "numeric", year: void 0 });
759
759
  }
760
760
  static GetDurationInDay(e, i) {
761
- const n = /* @__PURE__ */ new Date(), s = /* @__PURE__ */ new Date(), r = ot.SplitHourTime(e), o = ot.SplitHourTime(i);
761
+ const n = /* @__PURE__ */ new Date(), s = /* @__PURE__ */ new Date(), r = rt.SplitHourTime(e), o = rt.SplitHourTime(i);
762
762
  return n.setHours(r[0], r[1], 0, 0), s.setHours(o[0], o[1], 0, 0), (s.getTime() - n.getTime()) / 1e3 / 60;
763
763
  }
764
764
  static HourTimeinMunutes(e) {
765
- const i = ot.SplitHourTime(e);
765
+ const i = rt.SplitHourTime(e);
766
766
  return i[0] * 60 + i[1];
767
767
  }
768
768
  static SplitHourTime(e) {
@@ -770,7 +770,7 @@ class ot {
770
770
  return [Number(i[0]), Number(i[1])];
771
771
  }
772
772
  static AddMinutesToHM(e, i) {
773
- const n = /* @__PURE__ */ new Date(), s = ot.SplitHourTime(e);
773
+ const n = /* @__PURE__ */ new Date(), s = rt.SplitHourTime(e);
774
774
  n.setHours(s[0], s[1], 0, 0);
775
775
  const r = new Date(n.getTime() + i * 6e4), o = r.getHours(), l = r.getMinutes();
776
776
  return `${o}:${l}`;
@@ -792,7 +792,7 @@ class ot {
792
792
  const n = [new Date(e)];
793
793
  let s = e;
794
794
  for (; s <= i; )
795
- s = ot.AddDays(s, 1), n.push(s);
795
+ s = rt.AddDays(s, 1), n.push(s);
796
796
  return n;
797
797
  }
798
798
  static AddDays(e, i) {
@@ -819,10 +819,10 @@ const sl = /* @__PURE__ */ $({
819
819
  }),
820
820
  emits: /* @__PURE__ */ Te(["update:modelValue", "change", "beforeChange"], ["update:modelValue"]),
821
821
  setup(t, { emit: e }) {
822
- const i = e, n = mt(t, "modelValue"), s = ot.Format(n.value), r = z(s), o = (a) => {
822
+ const i = e, n = gt(t, "modelValue"), s = rt.Format(n.value), r = z(s), o = (a) => {
823
823
  if (!l(a))
824
824
  return;
825
- const c = ot.FromRuStr(a);
825
+ const c = rt.FromRuStr(a);
826
826
  n.value = c, i("beforeChange", c), i("change", c);
827
827
  }, l = (a) => a.length != 10 ? (r.value = s, M.UI.Notify.Error("Неверный формат даты"), !1) : Number(r.value.slice(0, 2)) > 31 ? (r.value = s, M.UI.Notify.Error("Неверный день месяца"), !1) : Number(r.value.slice(3, 5)) > 12 ? (r.value = s, M.UI.Notify.Error("Неверный месяц"), !1) : Number(r.value.slice(6, 10)) > 2100 ? (r.value = s, M.UI.Notify.Error("Неверный год"), !1) : !0;
828
828
  return (a, c) => {
@@ -1051,7 +1051,7 @@ const sl = /* @__PURE__ */ $({
1051
1051
  }),
1052
1052
  emits: /* @__PURE__ */ Te(["change"], ["update:modelValue"]),
1053
1053
  setup(t, { emit: e }) {
1054
- const i = mt(t, "modelValue"), n = e, s = t, r = M.H.Id.GUID(), o = ge(() => i.value === s.value), l = () => {
1054
+ const i = gt(t, "modelValue"), n = e, s = t, r = M.H.Id.GUID(), o = ge(() => i.value === s.value), l = () => {
1055
1055
  n("change", s.value);
1056
1056
  };
1057
1057
  return (a, c) => (m(), S("div", {
@@ -1246,7 +1246,7 @@ const sl = /* @__PURE__ */ $({
1246
1246
  }),
1247
1247
  emits: /* @__PURE__ */ Te(["change", "clear"], ["update:modelValue"]),
1248
1248
  setup(t, { emit: e }) {
1249
- const i = mt(t, "modelValue"), n = z(!0), s = e, r = z(!1), o = () => {
1249
+ const i = gt(t, "modelValue"), n = z(!0), s = e, r = z(!1), o = () => {
1250
1250
  n.value = !1, s("change", i.value);
1251
1251
  }, l = () => {
1252
1252
  s("clear", void 0), s("change", void 0), n.value = !0;
@@ -1380,7 +1380,7 @@ const sl = /* @__PURE__ */ $({
1380
1380
  }),
1381
1381
  emits: /* @__PURE__ */ Te(["blur", "input"], ["update:modelValue"]),
1382
1382
  setup(t) {
1383
- const e = mt(t, "modelValue");
1383
+ const e = gt(t, "modelValue");
1384
1384
  return (i, n) => (m(), S("div", {
1385
1385
  class: "text-field",
1386
1386
  style: R({ margin: t.margin, padding: t.padding })
@@ -1823,7 +1823,7 @@ function mu(t, e = 0) {
1823
1823
  const gu = typeof crypto < "u" && crypto.randomUUID && crypto.randomUUID.bind(crypto), Cs = {
1824
1824
  randomUUID: gu
1825
1825
  };
1826
- function ut(t, e, i) {
1826
+ function lt(t, e, i) {
1827
1827
  if (Cs.randomUUID && !e && !t)
1828
1828
  return Cs.randomUUID();
1829
1829
  t = t || {};
@@ -1944,12 +1944,12 @@ var Ms;
1944
1944
  return V(k) || (k = Xe(k)), ss(w, C, k);
1945
1945
  }
1946
1946
  e("getMetadata", De);
1947
- function ct(w, C, k) {
1947
+ function ut(w, C, k) {
1948
1948
  if (!he(C))
1949
1949
  throw new TypeError();
1950
1950
  return V(k) || (k = Xe(k)), rs(w, C, k);
1951
1951
  }
1952
- e("getOwnMetadata", ct);
1952
+ e("getOwnMetadata", ut);
1953
1953
  function It(w, C) {
1954
1954
  if (!he(w))
1955
1955
  throw new TypeError();
@@ -2644,7 +2644,7 @@ var Ms;
2644
2644
  })(Ms || (Ms = {}));
2645
2645
  class Ge {
2646
2646
  static UUID() {
2647
- return ut();
2647
+ return lt();
2648
2648
  }
2649
2649
  static GUID() {
2650
2650
  const e = function() {
@@ -2871,11 +2871,11 @@ const lr = class $t {
2871
2871
  }
2872
2872
  static CreateFilterModel(e, i, n) {
2873
2873
  const s = new $t();
2874
- return s.id = ut(), s.model = typeof e == "string" ? e : e.GetClassName(), s.col = i ?? "", s.type = n, s.type === ce.Number && (s.value1 = "0"), s.type === ce.String && (s.value1 = ""), s.type === ce.Boolean && (s.value1 = "false"), s;
2874
+ return s.id = lt(), s.model = typeof e == "string" ? e : e.GetClassName(), s.col = i ?? "", s.type = n, s.type === ce.Number && (s.value1 = "0"), s.type === ce.String && (s.value1 = ""), s.type === ce.Boolean && (s.value1 = "false"), s;
2875
2875
  }
2876
2876
  static CreateFilterModelWithJoin(e, i, n, s, r, o, l, a) {
2877
2877
  const c = new $t();
2878
- return c.id = ut(), c.joinTable = n, c.joinTablePk = s, c.joinTableFk = r, c.col = i, c.type = o, l && (c.joinTableId = l), a && (c.joinTableIdCol = a), c;
2878
+ return c.id = lt(), c.joinTable = n, c.joinTablePk = s, c.joinTableFk = r, c.col = i, c.type = o, l && (c.joinTableId = l), a && (c.joinTableIdCol = a), c;
2879
2879
  }
2880
2880
  static CreateFilterModelWithJoinV2(e, i, n, s, r, o, l) {
2881
2881
  const a = new $t();
@@ -2883,7 +2883,7 @@ const lr = class $t {
2883
2883
  }
2884
2884
  static OnlyIfSecondModelExists(e, i) {
2885
2885
  const n = new $t();
2886
- return n.id = ut(), n.model = ye.ToCamelCase(e.GetClassName()), n.joinTableModel = ye.ToCamelCase(i.GetClassName()), n.type = ce.Join, n;
2886
+ return n.id = lt(), n.model = ye.ToCamelCase(e.GetClassName()), n.joinTableModel = ye.ToCamelCase(i.GetClassName()), n.type = ce.Join, n;
2887
2887
  }
2888
2888
  addToSet(...e) {
2889
2889
  e.forEach((i) => {
@@ -3793,7 +3793,7 @@ function rc(t, e) {
3793
3793
  }
3794
3794
  return s;
3795
3795
  }
3796
- function yt(t) {
3796
+ function wt(t) {
3797
3797
  return function(e) {
3798
3798
  if (Array.isArray(e)) return Ki(e);
3799
3799
  }(t) || function(e) {
@@ -3969,7 +3969,7 @@ var Vt = function(t, e) {
3969
3969
  }, onMouseLeave: function() {
3970
3970
  this.hovered && !this.touches.length && (this.hovered = !1, this.$emit("leave"));
3971
3971
  }, onTouchStart: function(t) {
3972
- t.cancelable && !this.disabled && t.touches.length === 1 && (this.touches = yt(t.touches), this.hovered || (this.$emit("enter"), this.hovered = !0), t.touches.length && this.initAnchor(this.touches.reduce(function(e, i) {
3972
+ t.cancelable && !this.disabled && t.touches.length === 1 && (this.touches = wt(t.touches), this.hovered || (this.$emit("enter"), this.hovered = !0), t.touches.length && this.initAnchor(this.touches.reduce(function(e, i) {
3973
3973
  return { clientX: e.clientX + i.clientX / t.touches.length, clientY: e.clientY + i.clientY / t.touches.length };
3974
3974
  }, { clientX: 0, clientY: 0 })), t.preventDefault && t.preventDefault(), t.stopPropagation());
3975
3975
  }, onTouchEnd: function() {
@@ -3989,7 +3989,7 @@ var Vt = function(t, e) {
3989
3989
  var e = this.$refs.draggable.getBoundingClientRect(), i = e.left, n = e.right, s = e.bottom, r = e.top;
3990
3990
  this.anchor = { left: t.clientX - i, top: t.clientY - r, bottom: s - t.clientY, right: n - t.clientX };
3991
3991
  }, processMove: function(t, e) {
3992
- var i = yt(e);
3992
+ var i = wt(e);
3993
3993
  if (this.touches.length) {
3994
3994
  if (this.touches.length === 1 && i.length === 1) {
3995
3995
  var n = this.$refs.draggable;
@@ -4151,7 +4151,7 @@ function Es(t) {
4151
4151
  function Ts(t, e) {
4152
4152
  return Math.pow(t.width - e.width, 2) + Math.pow(t.height - e.height, 2);
4153
4153
  }
4154
- function at(t) {
4154
+ function ot(t) {
4155
4155
  var e = t.width, i = t.height, n = t.sizeRestrictions, s = { minimum: t.aspectRatio && t.aspectRatio.minimum || 0, maximum: t.aspectRatio && t.aspectRatio.maximum || 1 / 0 }, r = { width: Math.max(n.minWidth, Math.min(n.maxWidth, e)), height: Math.max(n.minHeight, Math.min(n.maxHeight, i)) };
4156
4156
  function o(c, d) {
4157
4157
  return d === void 0 && (d = !1), c.reduce(function(h, g) {
@@ -4176,7 +4176,7 @@ function gc(t) {
4176
4176
  return (Array.isArray(i) ? i : [i]).forEach(function(d) {
4177
4177
  var h = {};
4178
4178
  ve((h = typeof d == "function" ? d({ coordinates: c, imageSize: n, visibleArea: l }) : d).width) && ve(h.height) || (c = function(g, y) {
4179
- var v = N(N(N({}, g), at({ width: y.width, height: y.height, sizeRestrictions: s, aspectRatio: o })), { left: 0, top: 0 });
4179
+ var v = N(N(N({}, g), ot({ width: y.width, height: y.height, sizeRestrictions: s, aspectRatio: o })), { left: 0, top: 0 });
4180
4180
  return a(v, { left: g.left, top: g.top });
4181
4181
  }(c, N(N({}, c), h))), ve(h.left) && ve(h.top) || (c = a(c, N(N({}, c), h)));
4182
4182
  }), c;
@@ -4188,7 +4188,7 @@ function pc(t) {
4188
4188
  var r = t.stencilSize, o = t.sizeRestrictions, l = t.positionRestrictions;
4189
4189
  t.stencilReference;
4190
4190
  var a, c, d, h = N({}, n), g = N({}, s), y = N({}, r);
4191
- a = se(y), c = se(h), d === void 0 && (d = 1e-3), (a === 0 || c === 0 ? Math.abs(c - a) < d : Math.abs(c / a) < 1 + d && Math.abs(c / a) > 1 - d) || (h = N(N({}, h), at({ sizeRestrictions: o, width: h.width, height: h.height, aspectRatio: { minimum: se(y), maximum: se(y) } })));
4191
+ a = se(y), c = se(h), d === void 0 && (d = 1e-3), (a === 0 || c === 0 ? Math.abs(c - a) < d : Math.abs(c / a) < 1 + d && Math.abs(c / a) > 1 - d) || (h = N(N({}, h), ot({ sizeRestrictions: o, width: h.width, height: h.height, aspectRatio: { minimum: se(y), maximum: se(y) } })));
4192
4192
  var v = Ei(g = qe(g, h.width * i.width / (g.width * y.width)), e({ visibleArea: g, type: "resize" }));
4193
4193
  return v !== 1 && (g = qe(g, v), h = qe(h, v)), g = xe(g = $e(g, zt(Ce(h), Ce(g))), e({ visibleArea: g, type: "move" })), { coordinates: h = xe(h, Ti(tt(g), l)), visibleArea: g };
4194
4194
  }
@@ -4220,11 +4220,11 @@ function wc(t) {
4220
4220
  }
4221
4221
  function bc(t) {
4222
4222
  var e = t.imageSize, i = t.visibleArea, n = t.aspectRatio, s = t.sizeRestrictions, r = i || e, o = Math.min(n.maximum || 1 / 0, Math.max(n.minimum || 0, se(r))), l = r.width < r.height ? { width: 0.8 * r.width, height: 0.8 * r.width / o } : { height: 0.8 * r.height, width: 0.8 * r.height * o };
4223
- return at(N(N({}, l), { aspectRatio: n, sizeRestrictions: s }));
4223
+ return ot(N(N({}, l), { aspectRatio: n, sizeRestrictions: s }));
4224
4224
  }
4225
4225
  function Sc(t) {
4226
4226
  var e, i, n = t.imageSize, s = t.visibleArea, r = t.boundaries, o = t.aspectRatio, l = t.sizeRestrictions, a = t.stencilSize, c = s || n;
4227
- return se(c) > se(r) ? i = (e = a.height * c.height / r.height) * se(a) : e = (i = a.width * c.width / r.width) / se(a), at({ width: i, height: e, aspectRatio: o, sizeRestrictions: l });
4227
+ return se(c) > se(r) ? i = (e = a.height * c.height / r.height) * se(a) : e = (i = a.width * c.width / r.width) / se(a), ot({ width: i, height: e, aspectRatio: o, sizeRestrictions: l });
4228
4228
  }
4229
4229
  function Cc(t) {
4230
4230
  var e = t.getAreaRestrictions, i = t.coordinates, n = t.imageSize, s = se(t.boundaries);
@@ -4248,7 +4248,7 @@ function xc(t) {
4248
4248
  }
4249
4249
  function Mc(t) {
4250
4250
  var e = t.aspectRatio, i = t.getAreaRestrictions, n = t.coordinates, s = t.visibleArea, r = t.sizeRestrictions, o = t.positionRestrictions, l = t.imageSize, a = t.previousImageSize, c = t.angle, d = N({}, n), h = N({}, s), g = ht(Ce(N({ left: 0, top: 0 }, a)), c);
4251
- return (d = N(N({}, at({ sizeRestrictions: r, aspectRatio: e, width: d.width, height: d.height })), ht(Ce(d), c))).left -= g.left - l.width / 2 + d.width / 2, d.top -= g.top - l.height / 2 + d.height / 2, h = qe(h, Ei(h, i({ visibleArea: h, type: "resize" }))), { coordinates: d = xe(d, o), visibleArea: h = xe(h = $e(h, zt(Ce(d), Ce(n))), i({ visibleArea: h, type: "move" })) };
4251
+ return (d = N(N({}, ot({ sizeRestrictions: r, aspectRatio: e, width: d.width, height: d.height })), ht(Ce(d), c))).left -= g.left - l.width / 2 + d.width / 2, d.top -= g.top - l.height / 2 + d.height / 2, h = qe(h, Ei(h, i({ visibleArea: h, type: "resize" }))), { coordinates: d = xe(d, o), visibleArea: h = xe(h = $e(h, zt(Ce(d), Ce(n))), i({ visibleArea: h, type: "move" })) };
4252
4252
  }
4253
4253
  function kc(t) {
4254
4254
  var e = t.flip, i = t.previousFlip, n = t.rotate, s = t.getAreaRestrictions, r = t.coordinates, o = t.visibleArea, l = t.imageSize, a = N({}, r), c = N({}, o), d = i.horizontal !== e.horizontal, h = i.vertical !== e.vertical;
@@ -4418,7 +4418,7 @@ var Tc = _e("vue-draggable-area"), br = { name: "DraggableArea", props: { movabl
4418
4418
  }, methods: { onTouchStart: function(t) {
4419
4419
  if (t.cancelable) {
4420
4420
  var e = this.movable && t.touches.length === 1;
4421
- e && (this.touches = yt(t.touches)), (this.touchStarted || e) && (t.preventDefault(), t.stopPropagation());
4421
+ e && (this.touches = wt(t.touches)), (this.touchStarted || e) && (t.preventDefault(), t.stopPropagation());
4422
4422
  }
4423
4423
  }, onTouchEnd: function() {
4424
4424
  this.touchStarted = !1, this.processEnd();
@@ -4437,7 +4437,7 @@ var Tc = _e("vue-draggable-area"), br = { name: "DraggableArea", props: { movabl
4437
4437
  var e = this.$refs.container.getBoundingClientRect(), i = e.left, n = e.top;
4438
4438
  this.anchor = { x: t.clientX - i, y: t.clientY - n };
4439
4439
  }, processMove: function(t, e) {
4440
- var i = yt(e);
4440
+ var i = wt(e);
4441
4441
  if (this.touches.length) {
4442
4442
  var n = this.$refs.container.getBoundingClientRect(), s = n.left, r = n.top;
4443
4443
  this.touches.length === 1 && i.length === 1 && this.$emit("move", new Hn({ left: i[0].clientX - (s + this.anchor.x), top: i[0].clientY - (r + this.anchor.y) }));
@@ -4557,7 +4557,7 @@ var Cr = { props: { touchMove: { type: Boolean, required: !0 }, mouseMove: { typ
4557
4557
  }, onTouchStart: function(t) {
4558
4558
  if (t.cancelable && (this.touchMove || this.touchResize && t.touches.length > 1) && this.processEvent(t)) {
4559
4559
  var e = this.$refs.container, i = e.getBoundingClientRect(), n = i.left, s = i.top, r = i.bottom, o = i.right;
4560
- this.touches = yt(t.touches).filter(function(l) {
4560
+ this.touches = wt(t.touches).filter(function(l) {
4561
4561
  return l.clientX > n && l.clientX < o && l.clientY > s && l.clientY < r;
4562
4562
  }), this.oldGeometricProperties = zs(this.touches, e);
4563
4563
  }
@@ -4566,7 +4566,7 @@ var Cr = { props: { touchMove: { type: Boolean, required: !0 }, mouseMove: { typ
4566
4566
  }, onTouchMove: function(t) {
4567
4567
  var e = this;
4568
4568
  if (this.touches.length) {
4569
- var i = yt(t.touches).filter(function(n) {
4569
+ var i = wt(t.touches).filter(function(n) {
4570
4570
  return !n.identifier || e.touches.find(function(s) {
4571
4571
  return s.identifier === n.identifier;
4572
4572
  });
@@ -4738,7 +4738,7 @@ var Oc = ["transitions"], nt = _e("vue-advanced-cropper"), Ir = { name: "Cropper
4738
4738
  var e = t.stretcher, i = t.imageSize, n = se(i);
4739
4739
  e.style.width = i.width + "px", e.style.height = e.clientWidth / n + "px", e.style.width = e.clientWidth + "px";
4740
4740
  } }, fitCoordinates: { type: Function, default: function(t) {
4741
- var e = t.visibleArea, i = t.coordinates, n = t.aspectRatio, s = t.sizeRestrictions, r = t.positionRestrictions, o = N(N({}, i), at({ width: i.width, height: i.height, aspectRatio: n, sizeRestrictions: { maxWidth: e.width, maxHeight: e.height, minHeight: Math.min(e.height, s.minHeight), minWidth: Math.min(e.width, s.minWidth) } }));
4741
+ var e = t.visibleArea, i = t.coordinates, n = t.aspectRatio, s = t.sizeRestrictions, r = t.positionRestrictions, o = N(N({}, i), ot({ width: i.width, height: i.height, aspectRatio: n, sizeRestrictions: { maxWidth: e.width, maxHeight: e.height, minHeight: Math.min(e.height, s.minHeight), minWidth: Math.min(e.width, s.minWidth) } }));
4742
4742
  return o = xe(o = $e(o, zt(Ce(i), Ce(o))), Ti(tt(e), r));
4743
4743
  } }, fitVisibleArea: { type: Function, default: function(t) {
4744
4744
  var e = t.visibleArea, i = t.boundaries, n = t.getAreaRestrictions, s = t.coordinates, r = N({}, e);
@@ -4913,7 +4913,7 @@ var Oc = ["transitions"], nt = _e("vue-advanced-cropper"), Ir = { name: "Cropper
4913
4913
  return c = a, !Number.isNaN(parseFloat(c)) && isFinite(c);
4914
4914
  var c;
4915
4915
  });
4916
- }, r = at({ sizeRestrictions: { minWidth: s([n.width, n.minWidth]) || 0, minHeight: s([n.height, n.minHeight]) || 0, maxWidth: s([n.width, n.maxWidth]) || 1 / 0, maxHeight: s([n.height, n.maxHeight]) || 1 / 0 }, width: this.coordinates.width, height: this.coordinates.height, aspectRatio: { minimum: this.coordinates.width / this.coordinates.height, maximum: this.coordinates.width / this.coordinates.height } });
4916
+ }, r = ot({ sizeRestrictions: { minWidth: s([n.width, n.minWidth]) || 0, minHeight: s([n.height, n.minHeight]) || 0, maxWidth: s([n.width, n.maxWidth]) || 1 / 0, maxHeight: s([n.height, n.maxHeight]) || 1 / 0 }, width: this.coordinates.width, height: this.coordinates.height, aspectRatio: { minimum: this.coordinates.width / this.coordinates.height, maximum: this.coordinates.width / this.coordinates.height } });
4917
4917
  if (n.maxArea && r.width * r.height > n.maxArea) {
4918
4918
  var o = Math.sqrt(n.maxArea / (r.width * r.height));
4919
4919
  r = { width: Math.round(o * r.width), height: Math.round(o * r.height) };
@@ -4943,7 +4943,7 @@ var Oc = ["transitions"], nt = _e("vue-advanced-cropper"), Ir = { name: "Cropper
4943
4943
  var l = o.coordinates;
4944
4944
  return ne({}, At(s) ? s({ coordinates: l, imageSize: t.imageSize, visibleArea: t.visibleArea }) : t.defaultPosition);
4945
4945
  }];
4946
- this.delayedTransforms && r.push.apply(r, yt(Array.isArray(this.delayedTransforms) ? this.delayedTransforms : [this.delayedTransforms])), this.coordinates = this.applyTransform(r, !0), this.delayedTransforms = null;
4946
+ this.delayedTransforms && r.push.apply(r, wt(Array.isArray(this.delayedTransforms) ? this.delayedTransforms : [this.delayedTransforms])), this.coordinates = this.applyTransform(r, !0), this.delayedTransforms = null;
4947
4947
  }
4948
4948
  }, clearImage: function() {
4949
4949
  var t = this;
@@ -5101,7 +5101,7 @@ var Oc = ["transitions"], nt = _e("vue-advanced-cropper"), Ir = { name: "Cropper
5101
5101
  }
5102
5102
  return { minimum: e, maximum: i };
5103
5103
  }, getStencilSize: function() {
5104
- if (this.stencilSize) return t = { currentStencilSize: { width: this.stencilCoordinates.width, height: this.stencilCoordinates.height }, stencilSize: this.stencilSize, boundaries: this.boundaries, coefficient: this.coefficient, coordinates: this.coordinates, aspectRatio: this.getAspectRatio(!0) }, e = t.boundaries, i = t.stencilSize, n = t.aspectRatio, tn(se(s = At(i) ? i({ boundaries: e, aspectRatio: n }) : i), n) && (s = at({ sizeRestrictions: { maxWidth: e.width, maxHeight: e.height, minWidth: 0, minHeight: 0 }, width: s.width, height: s.height, aspectRatio: { minimum: n.minimum, maximum: n.maximum } })), (s.width > e.width || s.height > e.height) && (s = at({ sizeRestrictions: { maxWidth: e.width, maxHeight: e.height, minWidth: 0, minHeight: 0 }, width: s.width, height: s.height, aspectRatio: { minimum: se(s), maximum: se(s) } })), s;
5104
+ if (this.stencilSize) return t = { currentStencilSize: { width: this.stencilCoordinates.width, height: this.stencilCoordinates.height }, stencilSize: this.stencilSize, boundaries: this.boundaries, coefficient: this.coefficient, coordinates: this.coordinates, aspectRatio: this.getAspectRatio(!0) }, e = t.boundaries, i = t.stencilSize, n = t.aspectRatio, tn(se(s = At(i) ? i({ boundaries: e, aspectRatio: n }) : i), n) && (s = ot({ sizeRestrictions: { maxWidth: e.width, maxHeight: e.height, minWidth: 0, minHeight: 0 }, width: s.width, height: s.height, aspectRatio: { minimum: n.minimum, maximum: n.maximum } })), (s.width > e.width || s.height > e.height) && (s = ot({ sizeRestrictions: { maxWidth: e.width, maxHeight: e.height, minWidth: 0, minHeight: 0 }, width: s.width, height: s.height, aspectRatio: { minimum: se(s), maximum: se(s) } })), s;
5105
5105
  var t, e, i, n, s;
5106
5106
  }, getPublicProperties: function() {
5107
5107
  return { coefficient: this.coefficient, visibleArea: this.visibleArea, coordinates: this.coordinates, boundaries: this.boundaries, sizeRestrictions: this.sizeRestrictions, positionRestrictions: this.positionRestrictions, aspectRatio: this.getAspectRatio(), imageRestriction: this.imageRestriction };
@@ -5338,7 +5338,7 @@ const Bc = { class: "background-container" }, Hc = { class: "tools-line" }, qc =
5338
5338
  o.value = !1, l.value = !1;
5339
5339
  };
5340
5340
  return (_, G) => {
5341
- const Fe = E("PString"), De = E("PButton"), ct = E("PModal"), It = er("click-outside");
5341
+ const Fe = E("PString"), De = E("PButton"), ut = E("PModal"), It = er("click-outside");
5342
5342
  return m(), S(j, null, [
5343
5343
  p(o) ? (m(), S("div", jc)) : K("", !0),
5344
5344
  f("div", {
@@ -5392,7 +5392,7 @@ const Bc = { class: "background-container" }, Hc = { class: "tools-line" }, qc =
5392
5392
  ], 4)
5393
5393
  ], 38)
5394
5394
  ], 4),
5395
- A(ct, {
5395
+ A(ut, {
5396
5396
  show: p(l),
5397
5397
  title: "У вас остались несохраненные изменения, вы уверены что хотите закрыть окно?"
5398
5398
  }, {
@@ -6114,7 +6114,7 @@ const cd = /* @__PURE__ */ P(od, [["render", ud], ["__scopeId", "data-v-0ea9a95f
6114
6114
  ], 4)
6115
6115
  ], 4));
6116
6116
  }
6117
- }), zd = /* @__PURE__ */ P(Fd, [["__scopeId", "data-v-e4035dcf"]]);
6117
+ }), zd = /* @__PURE__ */ P(Fd, [["__scopeId", "data-v-2fa1046b"]]);
6118
6118
  class Wn {
6119
6119
  static Setup(e) {
6120
6120
  this.staticUrl = e;
@@ -6455,7 +6455,7 @@ const Ar = /* @__PURE__ */ P(Gd, [["render", _d]]), Zd = { class: "container" },
6455
6455
  },
6456
6456
  emits: ["update:modelValue"],
6457
6457
  setup(t) {
6458
- const e = mt(t, "modelValue"), i = async () => {
6458
+ const e = gt(t, "modelValue"), i = async () => {
6459
6459
  await M.S.Phones.Update(e.value);
6460
6460
  };
6461
6461
  return (n, s) => {
@@ -7589,7 +7589,7 @@ const lf = {
7589
7589
  }
7590
7590
  }), pf = /* @__PURE__ */ P(gf, [["__scopeId", "data-v-4119c534"]]);
7591
7591
  var Oe = /* @__PURE__ */ ((t) => (t.Login = "login", t.Register = "register", t.Restore = "restore", t.Refresh = "refresh", t))(Oe || {});
7592
- class gt {
7592
+ class pt {
7593
7593
  constructor(e, i, n, s) {
7594
7594
  u(this, "text", "Сохранить");
7595
7595
  u(this, "type", Ie.Success);
@@ -7600,19 +7600,19 @@ class gt {
7600
7600
  this.text = e, this.type = n, this.action = i, s !== void 0 && (this.condition = s);
7601
7601
  }
7602
7602
  static Primary(e, i, n) {
7603
- return new gt(e, i, Ie.Primary, n);
7603
+ return new pt(e, i, Ie.Primary, n);
7604
7604
  }
7605
7605
  static Success(e, i, n) {
7606
- return new gt(e, i, Ie.Success, n);
7606
+ return new pt(e, i, Ie.Success, n);
7607
7607
  }
7608
7608
  static Warning(e, i, n) {
7609
- return new gt(e, i, Ie.Warning, n);
7609
+ return new pt(e, i, Ie.Warning, n);
7610
7610
  }
7611
7611
  static Error(e, i, n) {
7612
- return new gt(e, i, Ie.Error, n);
7612
+ return new pt(e, i, Ie.Error, n);
7613
7613
  }
7614
7614
  }
7615
- class Pr extends gt {
7615
+ class Pr extends pt {
7616
7616
  constructor() {
7617
7617
  super(...arguments);
7618
7618
  u(this, "id", "auth-button");
@@ -8140,7 +8140,7 @@ class Rf extends zi {
8140
8140
  u(this, "id", "field-auth-login");
8141
8141
  }
8142
8142
  }
8143
- class wt {
8143
+ class bt {
8144
8144
  constructor(e) {
8145
8145
  u(this, "id");
8146
8146
  u(this, "address");
@@ -8149,7 +8149,7 @@ class wt {
8149
8149
  Z.BuildClass(this, e);
8150
8150
  }
8151
8151
  static Create() {
8152
- const e = new wt();
8152
+ const e = new bt();
8153
8153
  return e.id = Ge.UUID(), e;
8154
8154
  }
8155
8155
  }
@@ -8239,7 +8239,7 @@ const Af = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
8239
8239
  AuthFormSettings: Fr,
8240
8240
  AuthFormStatuses: Oe,
8241
8241
  AuthMethods: Ht,
8242
- Email: wt,
8242
+ Email: bt,
8243
8243
  EmailField: vi,
8244
8244
  FileInfo: Ze,
8245
8245
  Human: Hr,
@@ -8391,7 +8391,7 @@ Di([
8391
8391
  Z.GetClassConstructor(Li)
8392
8392
  ], ti.prototype, "t");
8393
8393
  let qr = ti;
8394
- class bt {
8394
+ class St {
8395
8395
  constructor(e) {
8396
8396
  u(this, "id");
8397
8397
  u(this, "number");
@@ -8400,7 +8400,7 @@ class bt {
8400
8400
  Z.BuildClass(this, e);
8401
8401
  }
8402
8402
  static Create() {
8403
- const e = new bt();
8403
+ const e = new St();
8404
8404
  return e.id = Ge.UUID(), e;
8405
8405
  }
8406
8406
  }
@@ -8454,7 +8454,7 @@ function jr(t, e) {
8454
8454
  return s;
8455
8455
  return null;
8456
8456
  }
8457
- const pt = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, Gr = (t) => !Qt(t) && t !== pt;
8457
+ const vt = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, Gr = (t) => !Qt(t) && t !== vt;
8458
8458
  function Cn() {
8459
8459
  const { caseless: t } = Gr(this) && this || {}, e = {}, i = (n, s) => {
8460
8460
  const r = t && jr(e, s) || s;
@@ -8571,14 +8571,14 @@ const hm = (t) => {
8571
8571
  return n;
8572
8572
  };
8573
8573
  return i(t, 0);
8574
- }, fm = Je("AsyncFunction"), mm = (t) => t && (qi(t) || Le(t)) && Le(t.then) && Le(t.catch), Zr = ((t, e) => t ? setImmediate : e ? ((i, n) => (pt.addEventListener("message", ({ source: s, data: r }) => {
8575
- s === pt && r === i && n.length && n.shift()();
8574
+ }, fm = Je("AsyncFunction"), mm = (t) => t && (qi(t) || Le(t)) && Le(t.then) && Le(t.catch), Zr = ((t, e) => t ? setImmediate : e ? ((i, n) => (vt.addEventListener("message", ({ source: s, data: r }) => {
8575
+ s === vt && r === i && n.length && n.shift()();
8576
8576
  }, !1), (s) => {
8577
- n.push(s), pt.postMessage(i, "*");
8577
+ n.push(s), vt.postMessage(i, "*");
8578
8578
  }))(`axios@${Math.random()}`, []) : (i) => setTimeout(i))(
8579
8579
  typeof setImmediate == "function",
8580
- Le(pt.postMessage)
8581
- ), gm = typeof queueMicrotask < "u" ? queueMicrotask.bind(pt) : typeof process < "u" && process.nextTick || Zr, x = {
8580
+ Le(vt.postMessage)
8581
+ ), gm = typeof queueMicrotask < "u" ? queueMicrotask.bind(vt) : typeof process < "u" && process.nextTick || Zr, x = {
8582
8582
  isArray: qt,
8583
8583
  isArrayBuffer: Ur,
8584
8584
  isBuffer: Tf,
@@ -8627,7 +8627,7 @@ const hm = (t) => {
8627
8627
  noop: lm,
8628
8628
  toFiniteNumber: um,
8629
8629
  findKey: jr,
8630
- global: pt,
8630
+ global: vt,
8631
8631
  isContextDefined: Gr,
8632
8632
  ALPHABET: _r,
8633
8633
  generateString: cm,
@@ -9346,7 +9346,7 @@ function so(t, e) {
9346
9346
  return t && !Wm(e) ? jm(t, e) : e;
9347
9347
  }
9348
9348
  const Ws = (t) => t instanceof Ee ? { ...t } : t;
9349
- function St(t, e) {
9349
+ function Ct(t, e) {
9350
9350
  e = e || {};
9351
9351
  const i = {};
9352
9352
  function n(c, d, h) {
@@ -9411,7 +9411,7 @@ function St(t, e) {
9411
9411
  }), i;
9412
9412
  }
9413
9413
  const ro = (t) => {
9414
- const e = St({}, t);
9414
+ const e = Ct({}, t);
9415
9415
  let { data: i, withXSRFToken: n, xsrfHeaderName: s, xsrfCookieName: r, headers: o, auth: l } = e;
9416
9416
  e.headers = o = Ee.from(o), e.url = Kr(so(e.baseURL, e.url), t.params, t.paramsSerializer), l && o.set(
9417
9417
  "Authorization",
@@ -9640,11 +9640,11 @@ const Km = async (t) => {
9640
9640
  duplex: "half"
9641
9641
  }), Fe;
9642
9642
  if (x.isFormData(n) && (Fe = G.headers.get("content-type")) && d.setContentType(Fe), G.body) {
9643
- const [De, ct] = Ns(
9643
+ const [De, ut] = Ns(
9644
9644
  b,
9645
9645
  ki(Us(a))
9646
9646
  );
9647
- n = js(G.body, Gs, De, ct);
9647
+ n = js(G.body, Gs, De, ut);
9648
9648
  }
9649
9649
  }
9650
9650
  x.isString(h) || (h = h ? "include" : "omit");
@@ -9665,13 +9665,13 @@ const Km = async (t) => {
9665
9665
  ["status", "statusText", "headers"].forEach((It) => {
9666
9666
  G[It] = J[It];
9667
9667
  });
9668
- const Fe = x.toFiniteNumber(J.headers.get("content-length")), [De, ct] = l && Ns(
9668
+ const Fe = x.toFiniteNumber(J.headers.get("content-length")), [De, ut] = l && Ns(
9669
9669
  Fe,
9670
9670
  ki(Us(l), !0)
9671
9671
  ) || [];
9672
9672
  J = new Response(
9673
9673
  js(J.body, Gs, De, () => {
9674
- ct && ct(), I && I();
9674
+ ut && ut(), I && I();
9675
9675
  }),
9676
9676
  G
9677
9677
  );
@@ -9808,8 +9808,8 @@ function ng(t, e, i) {
9808
9808
  const Rn = {
9809
9809
  assertOptions: ng,
9810
9810
  validators: _n
9811
- }, dt = Rn.validators;
9812
- class vt {
9811
+ }, ct = Rn.validators;
9812
+ class yt {
9813
9813
  constructor(e) {
9814
9814
  this.defaults = e, this.interceptors = {
9815
9815
  request: new Hs(),
@@ -9842,17 +9842,17 @@ class vt {
9842
9842
  }
9843
9843
  }
9844
9844
  _request(e, i) {
9845
- typeof e == "string" ? (i = i || {}, i.url = e) : i = e || {}, i = St(this.defaults, i);
9845
+ typeof e == "string" ? (i = i || {}, i.url = e) : i = e || {}, i = Ct(this.defaults, i);
9846
9846
  const { transitional: n, paramsSerializer: s, headers: r } = i;
9847
9847
  n !== void 0 && Rn.assertOptions(n, {
9848
- silentJSONParsing: dt.transitional(dt.boolean),
9849
- forcedJSONParsing: dt.transitional(dt.boolean),
9850
- clarifyTimeoutError: dt.transitional(dt.boolean)
9848
+ silentJSONParsing: ct.transitional(ct.boolean),
9849
+ forcedJSONParsing: ct.transitional(ct.boolean),
9850
+ clarifyTimeoutError: ct.transitional(ct.boolean)
9851
9851
  }, !1), s != null && (x.isFunction(s) ? i.paramsSerializer = {
9852
9852
  serialize: s
9853
9853
  } : Rn.assertOptions(s, {
9854
- encode: dt.function,
9855
- serialize: dt.function
9854
+ encode: ct.function,
9855
+ serialize: ct.function
9856
9856
  }, !0)), i.method = (i.method || this.defaults.method || "get").toLowerCase();
9857
9857
  let o = r && x.merge(
9858
9858
  r.common,
@@ -9901,14 +9901,14 @@ class vt {
9901
9901
  return d;
9902
9902
  }
9903
9903
  getUri(e) {
9904
- e = St(this.defaults, e);
9904
+ e = Ct(this.defaults, e);
9905
9905
  const i = so(e.baseURL, e.url);
9906
9906
  return Kr(i, e.params, e.paramsSerializer);
9907
9907
  }
9908
9908
  }
9909
9909
  x.forEach(["delete", "get", "head", "options"], function(e) {
9910
- vt.prototype[e] = function(i, n) {
9911
- return this.request(St(n || {}, {
9910
+ yt.prototype[e] = function(i, n) {
9911
+ return this.request(Ct(n || {}, {
9912
9912
  method: e,
9913
9913
  url: i,
9914
9914
  data: (n || {}).data
@@ -9918,7 +9918,7 @@ x.forEach(["delete", "get", "head", "options"], function(e) {
9918
9918
  x.forEach(["post", "put", "patch"], function(e) {
9919
9919
  function i(n) {
9920
9920
  return function(r, o, l) {
9921
- return this.request(St(l || {}, {
9921
+ return this.request(Ct(l || {}, {
9922
9922
  method: e,
9923
9923
  headers: n ? {
9924
9924
  "Content-Type": "multipart/form-data"
@@ -9928,7 +9928,7 @@ x.forEach(["post", "put", "patch"], function(e) {
9928
9928
  }));
9929
9929
  };
9930
9930
  }
9931
- vt.prototype[e] = i(), vt.prototype[e + "Form"] = i(!0);
9931
+ yt.prototype[e] = i(), yt.prototype[e + "Form"] = i(!0);
9932
9932
  });
9933
9933
  class Zn {
9934
9934
  constructor(e) {
@@ -10080,13 +10080,13 @@ Object.entries(An).forEach(([t, e]) => {
10080
10080
  An[e] = t;
10081
10081
  });
10082
10082
  function co(t) {
10083
- const e = new vt(t), i = Nr(vt.prototype.request, e);
10084
- return x.extend(i, vt.prototype, e, { allOwnKeys: !0 }), x.extend(i, e, null, { allOwnKeys: !0 }), i.create = function(s) {
10085
- return co(St(t, s));
10083
+ const e = new yt(t), i = Nr(yt.prototype.request, e);
10084
+ return x.extend(i, yt.prototype, e, { allOwnKeys: !0 }), x.extend(i, e, null, { allOwnKeys: !0 }), i.create = function(s) {
10085
+ return co(Ct(t, s));
10086
10086
  }, i;
10087
10087
  }
10088
10088
  const de = co(ni);
10089
- de.Axios = vt;
10089
+ de.Axios = yt;
10090
10090
  de.CanceledError = Nt;
10091
10091
  de.CancelToken = Zn;
10092
10092
  de.isCancel = io;
@@ -10099,7 +10099,7 @@ de.all = function(e) {
10099
10099
  };
10100
10100
  de.spread = sg;
10101
10101
  de.isAxiosError = rg;
10102
- de.mergeConfig = St;
10102
+ de.mergeConfig = Ct;
10103
10103
  de.AxiosHeaders = Ee;
10104
10104
  de.formToJSON = (t) => to(x.isHTMLForm(t) ? new FormData(t) : t);
10105
10105
  de.getAdapter = lo.getAdapter;
@@ -10345,57 +10345,57 @@ const og = [
10345
10345
  name: "NotFound",
10346
10346
  component: Ar
10347
10347
  }
10348
- ], rt = class rt {
10349
- static SetRouter(e) {
10348
+ ], dt = class dt {
10349
+ static Set(e) {
10350
10350
  this.router = e, this.AddRoutes(og);
10351
10351
  }
10352
- static GetRouter() {
10352
+ static Get() {
10353
10353
  return this.router;
10354
10354
  }
10355
10355
  static AddRoutes(e) {
10356
10356
  e.forEach((i) => {
10357
- this.GetRouter().addRoute(i);
10357
+ this.Get().addRoute(i);
10358
10358
  });
10359
10359
  }
10360
10360
  static async To(e) {
10361
- await this.GetRouter().push(e);
10361
+ await this.Get().push(e);
10362
10362
  }
10363
10363
  static async ToHome() {
10364
10364
  }
10365
10365
  static async Replace(e) {
10366
- await this.GetRouter().replace(e);
10366
+ await this.Get().replace(e);
10367
10367
  }
10368
10368
  static Id() {
10369
- return rt.GetStringParam("id");
10369
+ return dt.GetStringParam("id");
10370
10370
  }
10371
10371
  static Slug() {
10372
- return rt.GetStringParam("slug");
10372
+ return dt.GetStringParam("slug");
10373
10373
  }
10374
10374
  static async Back() {
10375
- this.GetRouter().go(-1);
10375
+ this.Get().go(-1);
10376
10376
  }
10377
10377
  static GetQid() {
10378
- return rt.GetStringQueryParam("qid");
10378
+ return dt.GetStringQueryParam("qid");
10379
10379
  }
10380
10380
  static Route() {
10381
- return this.GetRouter().currentRoute.value;
10381
+ return this.Get().currentRoute.value;
10382
10382
  }
10383
10383
  static RouterPushBlank(e) {
10384
- const i = this.GetRouter().resolve({ path: e });
10384
+ const i = this.Get().resolve({ path: e });
10385
10385
  window.open(i == null ? void 0 : i.href, "_blank");
10386
10386
  }
10387
10387
  static GetPath() {
10388
10388
  var i;
10389
- const e = (i = rt.Route()) == null ? void 0 : i.path.split("/");
10389
+ const e = (i = dt.Route()) == null ? void 0 : i.path.split("/");
10390
10390
  return !e || e.length <= 0 ? "" : e[e.length - 1];
10391
10391
  }
10392
10392
  static async ToAdmin(e) {
10393
10393
  if (!e) {
10394
- await this.GetRouter().push("/admin");
10394
+ await this.Get().push("/admin");
10395
10395
  return;
10396
10396
  }
10397
10397
  let i = e;
10398
- i[0] === "/" && (i = e.substring(1)), await rt.To(`/admin/${i}`);
10398
+ i[0] === "/" && (i = e.substring(1)), await dt.To(`/admin/${i}`);
10399
10399
  }
10400
10400
  static GetStringQueryParam(e) {
10401
10401
  return String(this.Route().query[e]);
@@ -10407,22 +10407,22 @@ const og = [
10407
10407
  return this.Route().params[e];
10408
10408
  }
10409
10409
  static SetQueryParam(e, i) {
10410
- return this.GetRouter().replace({ path: rt.Route().path, query: { [e]: i } });
10410
+ new URL(window.location.toString()).searchParams.set(e, String(i));
10411
10411
  }
10412
10412
  static Resolve(e) {
10413
- return this.GetRouter().resolve(e);
10413
+ return this.Get().resolve(e);
10414
10414
  }
10415
10415
  };
10416
- u(rt, "router");
10417
- let Ct = rt;
10416
+ u(dt, "router");
10417
+ let mt = dt;
10418
10418
  class le {
10419
10419
  constructor(e, i) {
10420
- u(this, "items", lt([]));
10420
+ u(this, "items", at([]));
10421
10421
  u(this, "item");
10422
10422
  u(this, "count", z(0));
10423
10423
  u(this, "classConstructor");
10424
10424
  u(this, "url", "");
10425
- this.classConstructor = e, this.item = lt(new this.classConstructor()), this.url = i;
10425
+ this.classConstructor = e, this.item = at(new this.classConstructor()), this.url = i;
10426
10426
  }
10427
10427
  Set(e) {
10428
10428
  Object.assign(this.item, new this.classConstructor(e));
@@ -10442,7 +10442,7 @@ class le {
10442
10442
  e && e.withCache ? i = await Wi.TryGet(this.getUrl(), n) : i = await n({ query: this.getUrl() }), Array.isArray(i) ? this.SetAll(i) : this.SetAllWithCount(i);
10443
10443
  }
10444
10444
  async Get(e) {
10445
- e || (e = Ct.Id()), this.Set(await Se.Get({ query: this.getUrl(e) }));
10445
+ e || (e = mt.Id()), this.Set(await Se.Get({ query: this.getUrl(e) }));
10446
10446
  }
10447
10447
  async FTSP(e) {
10448
10448
  var o;
@@ -10890,7 +10890,7 @@ class Xn {
10890
10890
  u(this, "key", "");
10891
10891
  }
10892
10892
  preSelectTab() {
10893
- const e = Ct.GetStringQueryParam(this.key);
10893
+ const e = mt.GetStringQueryParam(this.key);
10894
10894
  if (!e || e === "undefined") {
10895
10895
  this.select(this.tabs[0], 0);
10896
10896
  return;
@@ -10903,9 +10903,7 @@ class Xn {
10903
10903
  return n.key = e, n.tabs = i, n.tabs.length && n.preSelectTab(), n;
10904
10904
  }
10905
10905
  select(e, i) {
10906
- this.activeTab = e, this.activeIdx = i;
10907
- const n = new URL(window.location);
10908
- n.searchParams.set(this.key, e.slug), history.pushState(null, "", n);
10906
+ this.activeTab = e, this.activeIdx = i, mt.SetQueryParam(this.key, e.slug);
10909
10907
  }
10910
10908
  }
10911
10909
  function Eg(t, e) {
@@ -10937,11 +10935,11 @@ class Ri {
10937
10935
  }
10938
10936
  static Create(e, i, n, s) {
10939
10937
  const r = new Ri();
10940
- return r.id = ut(), r.chatId = e, r.message = n, r.userName = s, r;
10938
+ return r.id = lt(), r.chatId = e, r.message = n, r.userName = s, r;
10941
10939
  }
10942
10940
  static CreatePingMessage() {
10943
10941
  const e = new Ri();
10944
- return e.type = "ping", e.id = ut(), e;
10942
+ return e.type = "ping", e.id = lt(), e;
10945
10943
  }
10946
10944
  isMessage() {
10947
10945
  return this.type === "message" || this.type === "";
@@ -10983,7 +10981,7 @@ class zg {
10983
10981
  }
10984
10982
  class Q {
10985
10983
  }
10986
- u(Q, "Arrays", ft), u(Q, "Axios", Gt), u(Q, "BaseStore", le), u(Q, "Phone", bt), u(Q, "Cache", Wi), u(Q, "Classes", Z), u(Q, "CarouselSwipe", ag), u(Q, "Color", ug), u(Q, "CreateSortModels", $r), u(Q, "Cursor", cg), u(Q, "DateMask", pg), u(Q, "Dates", ot), u(Q, "Dragger", vg), u(Q, "Extension", yg), u(Q, "Favourite", wg), u(Q, "FTSP", qr), u(Q, "Hooks", Mg), u(Q, "HttpClient", Se), u(Q, "Id", Ge), u(Q, "MakeCarousel", ar), u(Q, "Period", Sn), u(Q, "PhoneService", En), u(Q, "Rating", kg), u(Q, "Router", Ct), u(Q, "RouterGuard", Ig), u(Q, "Scheduler", Rg), u(Q, "Scroll", $g), u(Q, "Sizes", Dn), u(Q, "Sorter", Pg), u(Q, "Static", Wn), u(Q, "Statuses", Ie), u(Q, "Strings", ye), u(Q, "Time", te), u(Q, "Timer", Yt), u(Q, "Token", Kt), u(Q, "TabsStore", Xn), // static useConfirmLeavePage = useConfirmLeavePage();
10984
+ u(Q, "Arrays", ft), u(Q, "Axios", Gt), u(Q, "BaseStore", le), u(Q, "Phone", St), u(Q, "Cache", Wi), u(Q, "Classes", Z), u(Q, "CarouselSwipe", ag), u(Q, "Color", ug), u(Q, "CreateSortModels", $r), u(Q, "Cursor", cg), u(Q, "DateMask", pg), u(Q, "Dates", rt), u(Q, "Dragger", vg), u(Q, "Extension", yg), u(Q, "Favourite", wg), u(Q, "FTSP", qr), u(Q, "Hooks", Mg), u(Q, "HttpClient", Se), u(Q, "Id", Ge), u(Q, "MakeCarousel", ar), u(Q, "Period", Sn), u(Q, "PhoneService", En), u(Q, "Rating", kg), u(Q, "Router", mt), u(Q, "RouterGuard", Ig), u(Q, "Scheduler", Rg), u(Q, "Scroll", $g), u(Q, "Sizes", Dn), u(Q, "Sorter", Pg), u(Q, "Static", Wn), u(Q, "Statuses", Ie), u(Q, "Strings", ye), u(Q, "Time", te), u(Q, "Timer", Yt), u(Q, "Token", Kt), u(Q, "TabsStore", Xn), // static useConfirmLeavePage = useConfirmLeavePage();
10987
10985
  u(Q, "validate", Eg), u(Q, "WaitElement", Tg), u(Q, "WebSocketClient", zg);
10988
10986
  class Og {
10989
10987
  constructor() {
@@ -11057,8 +11055,8 @@ class Hg {
11057
11055
  const qg = new Hg();
11058
11056
  class Ng {
11059
11057
  constructor() {
11060
- u(this, "Menu", lt(qg));
11061
- u(this, "Head", lt(Bg));
11058
+ u(this, "Menu", at(qg));
11059
+ u(this, "Head", at(Bg));
11062
11060
  }
11063
11061
  }
11064
11062
  const Ug = new Ng();
@@ -11112,7 +11110,7 @@ class Gg extends zr {
11112
11110
  const Vg = new Gg(), _g = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
11113
11111
  __proto__: null,
11114
11112
  Admin: Ug,
11115
- Btn: gt,
11113
+ Btn: pt,
11116
11114
  Dialog: jg,
11117
11115
  Loading: Vg,
11118
11116
  Notify: _t
@@ -11192,11 +11190,11 @@ const si = class mo {
11192
11190
  Z.BuildClass(this, e);
11193
11191
  }
11194
11192
  addEmail() {
11195
- const e = wt.Create();
11193
+ const e = bt.Create();
11196
11194
  return e.contactId = this.id, this.emails.push(e), e;
11197
11195
  }
11198
11196
  addPhone() {
11199
- const e = bt.Create();
11197
+ const e = St.Create();
11200
11198
  return e.contactId = this.id, this.phones.push(e), e;
11201
11199
  }
11202
11200
  static Create() {
@@ -11216,7 +11214,7 @@ const si = class mo {
11216
11214
  this.websites.push(new fo());
11217
11215
  }
11218
11216
  pushFirst() {
11219
- this.emails.length || this.emails.push(new wt()), this.phones.length || this.phones.push(new bt());
11217
+ this.emails.length || this.emails.push(new bt()), this.phones.length || this.phones.push(new St());
11220
11218
  }
11221
11219
  getCoords() {
11222
11220
  return [Number(this.latitude), Number(this.longitude)];
@@ -11235,13 +11233,13 @@ const si = class mo {
11235
11233
  }
11236
11234
  };
11237
11235
  ji([
11238
- Z.GetClassConstructor(wt)
11236
+ Z.GetClassConstructor(bt)
11239
11237
  ], si.prototype, "emails");
11240
11238
  ji([
11241
11239
  Z.GetClassConstructor(Tn)
11242
11240
  ], si.prototype, "postAddresses");
11243
11241
  ji([
11244
- Z.GetClassConstructor(bt)
11242
+ Z.GetClassConstructor(St)
11245
11243
  ], si.prototype, "phones");
11246
11244
  ji([
11247
11245
  Z.GetClassConstructor(fo)
@@ -11269,7 +11267,7 @@ let ep = class {
11269
11267
  const tp = new ep();
11270
11268
  let ip = class extends le {
11271
11269
  constructor() {
11272
- super(wt, "emails");
11270
+ super(bt, "emails");
11273
11271
  }
11274
11272
  };
11275
11273
  const np = new ip();
@@ -11305,7 +11303,7 @@ let lp = class extends le {
11305
11303
  const up = new lp();
11306
11304
  let cp = class extends le {
11307
11305
  constructor() {
11308
- super(bt, "phones");
11306
+ super(St, "phones");
11309
11307
  }
11310
11308
  };
11311
11309
  const dp = new cp();
@@ -11412,18 +11410,18 @@ class dn {
11412
11410
  i ? this.searchGroup = i : this.searchGroup = new Et();
11413
11411
  }
11414
11412
  async reproduceFromRoute() {
11415
- this.setQuery(), await this.setSearchGroup(Ct.Route().query.groupId);
11413
+ this.setQuery(), await this.setSearchGroup(mt.Route().query.groupId);
11416
11414
  }
11417
11415
  setQuery() {
11418
- const e = Ct.Route().query.query;
11416
+ const e = mt.Route().query.query;
11419
11417
  e && (this.query = e);
11420
11418
  }
11421
11419
  }
11422
11420
  let wp = class {
11423
11421
  constructor() {
11424
11422
  u(this, "isSearchDrawerOpen", z(!1));
11425
- u(this, "searchModel", lt(new dn()));
11426
- u(this, "searchGroups", lt([]));
11423
+ u(this, "searchModel", at(new dn()));
11424
+ u(this, "searchGroups", at([]));
11427
11425
  u(this, "count", 0);
11428
11426
  }
11429
11427
  async Search(e) {
@@ -11554,7 +11552,7 @@ const Mp = new xp(), kp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.d
11554
11552
  }, Symbol.toStringTag, { value: "Module" }));
11555
11553
  class M {
11556
11554
  }
11557
- u(M, "Auth", lt(Br)), u(M, "UI", lt(_g)), u(M, "Paginator", lt(Lg)), u(M, "S", kp), u(M, "H", Q), u(M, "C", Af);
11555
+ u(M, "Auth", at(Br)), u(M, "UI", at(_g)), u(M, "Paginator", at(Lg)), u(M, "S", kp), u(M, "H", Q), u(M, "C", Af);
11558
11556
  class bo {
11559
11557
  constructor(e) {
11560
11558
  u(this, "id");
@@ -11844,7 +11842,7 @@ class kt {
11844
11842
  }
11845
11843
  static Create(e, i) {
11846
11844
  const n = new kt();
11847
- return n.id = ut(), n.fieldFillId = e, n.answerVariantId = i, n;
11845
+ return n.id = lt(), n.fieldFillId = e, n.answerVariantId = i, n;
11848
11846
  }
11849
11847
  static GetClassName() {
11850
11848
  return "selectedAnswerVariant";
@@ -11881,7 +11879,7 @@ const is = class Fn {
11881
11879
  }
11882
11880
  static Create(e, i) {
11883
11881
  const n = new Fn();
11884
- return n.id = ut(), n.fieldId = e.id, n.formFillId = i, n.order = e.order, n.valueNumber = 0, n.valueString = "", n.valueDate = /* @__PURE__ */ new Date(), n;
11882
+ return n.id = lt(), n.fieldId = e.id, n.formFillId = i, n.order = e.order, n.valueNumber = 0, n.valueString = "", n.valueDate = /* @__PURE__ */ new Date(), n;
11885
11883
  }
11886
11884
  setString(e) {
11887
11885
  this.valueString = e, this.valueString && (this.filled = this.valueString.length > 0);
@@ -11903,7 +11901,7 @@ const is = class Fn {
11903
11901
  }
11904
11902
  addFile() {
11905
11903
  const e = new ts();
11906
- return e.id = ut(), e.answerId = this.id, this.answerFiles.push(e), e;
11904
+ return e.id = lt(), e.answerId = this.id, this.answerFiles.push(e), e;
11907
11905
  }
11908
11906
  getFileInfos() {
11909
11907
  const e = [];