@sarafapp/iron_core 1.0.52 → 1.0.53

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/IronCore.js CHANGED
@@ -448,8 +448,8 @@ function xt() {
448
448
  if (o === void 0 && (o = null), o !== null) return this.add(7 * (o - this.week()), "day");
449
449
  var c = this.$locale().yearStart || 1;
450
450
  if (this.month() === 11 && this.date() > 25) {
451
- var d = a(this).startOf(r).add(1, r).date(c), f = a(this).endOf(s);
452
- if (d.isBefore(f)) return 1;
451
+ var f = a(this).startOf(r).add(1, r).date(c), d = a(this).endOf(s);
452
+ if (f.isBefore(d)) return 1;
453
453
  }
454
454
  var v = a(this).startOf(r).date(c).startOf(s).subtract(1, "millisecond"), m = this.diff(v, s, !0);
455
455
  return m < 0 ? a(this).startOf("week").week() : Math.ceil(m);
@@ -534,8 +534,8 @@ function Jt(t) {
534
534
  var n = Math.floor((e - 186721625e-2) / 36524.25);
535
535
  r = e + 1 + n - Math.floor(n / 4);
536
536
  }
537
- var i = r + 1524, a = Math.floor((i - 122.1) / 365.25), l = Math.floor(365.25 * a), o = Math.floor((i - l) / 30.6001), c = i - l - Math.floor(30.6001 * o) + s, d = o < 14 ? o - 1 : o - 13, f = d > 2 ? a - 4716 : a - 4715;
538
- return Zt(f, d, c);
537
+ var i = r + 1524, a = Math.floor((i - 122.1) / 365.25), l = Math.floor(365.25 * a), o = Math.floor((i - l) / 30.6001), c = i - l - Math.floor(30.6001 * o) + s, f = o < 14 ? o - 1 : o - 13, d = f > 2 ? a - 4716 : a - 4715;
538
+ return Zt(d, f, c);
539
539
  }
540
540
  function Gt(t) {
541
541
  t = t + 0.5;
@@ -544,8 +544,8 @@ function Gt(t) {
544
544
  var n = Math.floor((e - 186721625e-2) / 36524.25);
545
545
  r = e + 1 + n - Math.floor(n / 4);
546
546
  }
547
- var i = r + 1524, a = Math.floor((i - 122.1) / 365.25), l = Math.floor(365.25 * a), o = Math.floor((i - l) / 30.6001), c = i - l - Math.floor(30.6001 * o) + s, d = o < 14 ? o - 1 : o - 13, f = d > 2 ? a - 4716 : a - 4715;
548
- return [Math.floor(f), Math.floor(d), Math.floor(c)];
547
+ var i = r + 1524, a = Math.floor((i - 122.1) / 365.25), l = Math.floor(365.25 * a), o = Math.floor((i - l) / 30.6001), c = i - l - Math.floor(30.6001 * o) + s, f = o < 14 ? o - 1 : o - 13, d = f > 2 ? a - 4716 : a - 4715;
548
+ return [Math.floor(d), Math.floor(f), Math.floor(c)];
549
549
  }
550
550
  function Kt(t, e, s) {
551
551
  var r = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31], n = [31, 31, 31, 31, 31, 31, 30, 30, 30, 30, 30, 29];
@@ -558,27 +558,27 @@ function Kt(t, e, s) {
558
558
  a += s - 1;
559
559
  var o = a + 79, c = 1600 + 400 * i(o, 146097);
560
560
  o = o % 146097;
561
- var d = !0;
562
- for (o >= 36525 && (o--, c += 100 * i(o, 36524), o = o % 36524, o >= 365 ? o++ : d = !1), c += 4 * i(o, 1461), o %= 1461, o >= 366 && (d = !1, o--, c += i(o, 365), o = o % 365), l = 0; o >= r[l] + (l == 1 && d); l++)
563
- o -= r[l] + (l == 1 && d);
564
- var f = l + 1, v = o + 1;
565
- return ct(c, f, v);
561
+ var f = !0;
562
+ for (o >= 36525 && (o--, c += 100 * i(o, 36524), o = o % 36524, o >= 365 ? o++ : f = !1), c += 4 * i(o, 1461), o %= 1461, o >= 366 && (f = !1, o--, c += i(o, 365), o = o % 365), l = 0; o >= r[l] + (l == 1 && f); l++)
563
+ o -= r[l] + (l == 1 && f);
564
+ var d = l + 1, v = o + 1;
565
+ return ct(c, d, v);
566
566
  }
567
567
  function Zt(t, e, s) {
568
568
  var r = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31], n = [31, 31, 31, 31, 31, 31, 30, 30, 30, 30, 30, 29];
569
569
  function i(z, W) {
570
570
  return Math.floor(z / W);
571
571
  }
572
- for (var a = t - 1600, l = e - 1, o = s - 1, c = 365 * a + i(a + 3, 4) - i(a + 99, 100) + i(a + 399, 400), d = 0; d < l; ++d)
573
- c += r[d];
572
+ for (var a = t - 1600, l = e - 1, o = s - 1, c = 365 * a + i(a + 3, 4) - i(a + 99, 100) + i(a + 399, 400), f = 0; f < l; ++f)
573
+ c += r[f];
574
574
  l > 1 && (t % 4 == 0 && t % 100 != 0 || t % 400 == 0) && c++, c += o;
575
- var f = c - 79, v = i(f, 12053);
576
- f %= 12053;
577
- var m = 979 + 33 * v + 4 * i(f, 1461);
578
- f %= 1461, f >= 366 && (m += i(f - 1, 365), f = (f - 1) % 365);
579
- for (var b = 0; b < 11 && f >= n[b]; ++b)
580
- f -= n[b];
581
- var H = b + 1, q = f + 1;
575
+ var d = c - 79, v = i(d, 12053);
576
+ d %= 12053;
577
+ var m = 979 + 33 * v + 4 * i(d, 1461);
578
+ d %= 1461, d >= 366 && (m += i(d - 1, 365), d = (d - 1) % 365);
579
+ for (var b = 0; b < 11 && d >= n[b]; ++b)
580
+ d -= n[b];
581
+ var H = b + 1, q = d + 1;
582
582
  return [m, H, q];
583
583
  }
584
584
  var de = {
@@ -593,13 +593,13 @@ var de = {
593
593
  }, ss = function(t, e, s) {
594
594
  var r = e.prototype, n = r.$utils(), i = function(h) {
595
595
  return h.$C === "jalali";
596
- }, a = n.prettyUnit || n.p, l = n.isUndefined || n.u, o = n.padStart || n.s, c = n.monthDiff || n.m, d = n.absFloor || n.a, f = function(h) {
596
+ }, a = n.prettyUnit || n.p, l = n.isUndefined || n.u, o = n.padStart || n.s, c = n.monthDiff || n.m, f = n.absFloor || n.a, d = function(h) {
597
597
  return function() {
598
598
  var p = h.bind(this).apply(void 0, arguments);
599
599
  return p.$C = this.$C, p.isJalali() && p.InitJalali(), p;
600
600
  };
601
601
  };
602
- r.startOf = f(r.startOf), r.endOf = f(r.endOf), r.add = f(r.add), r.subtract = f(r.subtract), r.set = f(r.set);
602
+ r.startOf = d(r.startOf), r.endOf = d(r.endOf), r.add = d(r.add), r.subtract = d(r.subtract), r.set = d(r.set);
603
603
  var v = r.parse, m = r.init, b = r.startOf, H = r.$set, q = r.add, z = r.format, W = r.diff, Ce = r.year, Me = r.month, oe = r.date, Ee = r.daysInMonth, te = r.toArray;
604
604
  s.$C = "gregory", s.$fdow = 6, s.calendar = function(u) {
605
605
  return s.$C = u, s;
@@ -735,7 +735,7 @@ var de = {
735
735
  default:
736
736
  return W.bind(this)(u, h, p);
737
737
  }
738
- return p ? y : d(y);
738
+ return p ? y : f(y);
739
739
  }, r.$g = function(u, h, p) {
740
740
  return l(u) ? this[h] : this.set(p, u);
741
741
  }, r.year = function(u) {
@@ -1545,14 +1545,14 @@ function pr(t) {
1545
1545
  }
1546
1546
  function n(l) {
1547
1547
  const o = [], c = s.prototype.actions || [];
1548
- for (const d of c) {
1549
- if (!d.isAvailable(l)) continue;
1550
- const f = {
1551
- handler: d.handler.bind(l),
1552
- accessLevel: d.accessLevel,
1553
- actionName: d.actionName
1548
+ for (const f of c) {
1549
+ if (!f.isAvailable(l)) continue;
1550
+ const d = {
1551
+ handler: f.handler.bind(l),
1552
+ accessLevel: f.accessLevel,
1553
+ actionName: f.actionName
1554
1554
  };
1555
- o.push(f);
1555
+ o.push(d);
1556
1556
  }
1557
1557
  return o;
1558
1558
  }
@@ -1744,10 +1744,10 @@ function fs() {
1744
1744
  function c() {
1745
1745
  t.value.clear();
1746
1746
  }
1747
- function d(v) {
1747
+ function f(v) {
1748
1748
  s.value = v;
1749
1749
  }
1750
- function f() {
1750
+ function d() {
1751
1751
  s.value = null;
1752
1752
  }
1753
1753
  return {
@@ -1759,8 +1759,8 @@ function fs() {
1759
1759
  getById: l,
1760
1760
  removeById: o,
1761
1761
  clearItems: c,
1762
- setCurrentItem: d,
1763
- clearCurrentItem: f
1762
+ setCurrentItem: f,
1763
+ clearCurrentItem: d
1764
1764
  };
1765
1765
  }
1766
1766
  class ps {
@@ -1787,46 +1787,46 @@ function vs() {
1787
1787
  function s() {
1788
1788
  t.value.pageNumber = t.value.pageNumber - 1;
1789
1789
  }
1790
- function r(f) {
1791
- t.value.pageNumber = f;
1790
+ function r(d) {
1791
+ t.value.pageNumber = d;
1792
1792
  }
1793
- function n(f) {
1794
- t.value.itemCount = f;
1793
+ function n(d) {
1794
+ t.value.itemCount = d;
1795
1795
  }
1796
- function i(f) {
1797
- t.value.sortDetail.key = f.key, t.value.sortDetail.order = f.order;
1796
+ function i(d) {
1797
+ t.value.sortDetail.key = d.key, t.value.sortDetail.order = d.order;
1798
1798
  }
1799
- function a(f) {
1800
- for (const v in f)
1801
- l(v, f[v]);
1799
+ function a(d) {
1800
+ for (const v in d)
1801
+ l(v, d[v]);
1802
1802
  }
1803
- function l(f, v) {
1803
+ function l(d, v) {
1804
1804
  const m = t.value.filters.findIndex(
1805
- (b) => b.key === f
1805
+ (b) => b.key === d
1806
1806
  );
1807
- m > -1 ? t.value.filters[m].value = v : t.value.filters.push({ key: f, value: v });
1807
+ m > -1 ? t.value.filters[m].value = v : t.value.filters.push({ key: d, value: v });
1808
1808
  }
1809
- function o(f) {
1809
+ function o(d) {
1810
1810
  let v = t.value.filters;
1811
- v = v.filter((m) => m.key !== f), t.value.filters = v;
1811
+ v = v.filter((m) => m.key !== d), t.value.filters = v;
1812
1812
  }
1813
1813
  function c() {
1814
- const f = {
1814
+ const d = {
1815
1815
  page: t.value.pageNumber,
1816
1816
  count: t.value.itemCount
1817
1817
  };
1818
- t.value.sortDetail && (f.by = t.value.sortDetail.key, f.order = t.value.sortDetail.order);
1818
+ t.value.sortDetail && (d.by = t.value.sortDetail.key, d.order = t.value.sortDetail.order);
1819
1819
  for (const v of t.value.filters)
1820
1820
  if (v.value)
1821
1821
  if (typeof v.value == "string" || typeof v.value == "number")
1822
- f[v.key] = v.value;
1822
+ d[v.key] = v.value;
1823
1823
  else {
1824
1824
  const m = JSON.stringify(v.value);
1825
- m !== "[]" && m !== "{}" && (f[v.key] = m);
1825
+ m !== "[]" && m !== "{}" && (d[v.key] = m);
1826
1826
  }
1827
- return f;
1827
+ return d;
1828
1828
  }
1829
- function d() {
1829
+ function f() {
1830
1830
  t.value = structuredClone(st);
1831
1831
  }
1832
1832
  return {
@@ -1839,16 +1839,16 @@ function vs() {
1839
1839
  setFilter: l,
1840
1840
  removeFilter: o,
1841
1841
  getRequestParams: c,
1842
- clearParam: d,
1842
+ clearParam: f,
1843
1843
  setFiltersBaseOnRequestBody: a
1844
1844
  };
1845
1845
  }
1846
1846
  function gs() {
1847
1847
  const t = M(/* @__PURE__ */ new Set()), e = S(() => t.value.has(g.FetchList)), s = S(() => t.value.has(g.FetchItem)), r = S(() => t.value.has(g.FetchLastItems)), n = S(() => t.value.has(g.FetchPreviousItems)), i = S(() => t.value.has(g.Create)), a = S(() => t.value.has(g.Update)), l = S(() => t.value.has(g.Delete)), o = S(() => t.value.has(g.Search)), c = S(() => t.value.has(g.Sort));
1848
- function d(v) {
1848
+ function f(v) {
1849
1849
  t.value.add(v);
1850
1850
  }
1851
- function f(v) {
1851
+ function d(v) {
1852
1852
  t.value.delete(v);
1853
1853
  }
1854
1854
  return {
@@ -1862,13 +1862,13 @@ function gs() {
1862
1862
  isDeleting: l,
1863
1863
  isSearching: o,
1864
1864
  isSorting: c,
1865
- setStatus: d,
1866
- removeStatus: f
1865
+ setStatus: f,
1866
+ removeStatus: d
1867
1867
  };
1868
1868
  }
1869
1869
  function _r(t) {
1870
1870
  const e = fs(), s = vs(), r = gs(), n = new ft({
1871
- runAction: async () => f(g.AutoRefresh)
1871
+ runAction: async () => d(g.AutoRefresh)
1872
1872
  }), i = S(() => {
1873
1873
  const u = s.params.value.pageNumber, h = s.params.value.itemCount, p = u * h - h, w = u * h - 1, I = [];
1874
1874
  for (let y = p; y <= w && e.itemsAsArray.value[y]; y++)
@@ -1884,22 +1884,22 @@ function _r(t) {
1884
1884
  getData: c,
1885
1885
  sort: te,
1886
1886
  paginate: oe,
1887
- fetchRows: f
1887
+ fetchRows: d
1888
1888
  })), o = S(() => t.getSyncDetail());
1889
1889
  function c() {
1890
1890
  return a.value;
1891
1891
  }
1892
- async function d(u) {
1892
+ async function f(u) {
1893
1893
  const h = await t.fetchList(u);
1894
1894
  return e.clearItems(), e.addOrReplaceItems(h.items), e.setTotalCount(h.totalItems), h;
1895
1895
  }
1896
- async function f(u = g.FetchList) {
1896
+ async function d(u = g.FetchList) {
1897
1897
  r.setStatus(u);
1898
- const h = await d(s.getRequestParams());
1898
+ const h = await f(s.getRequestParams());
1899
1899
  return r.removeStatus(u), h;
1900
1900
  }
1901
1901
  async function v() {
1902
- m(), await f();
1902
+ m(), await d();
1903
1903
  }
1904
1904
  function m() {
1905
1905
  if (!o.value.shouldKeepSync)
@@ -1929,31 +1929,31 @@ function _r(t) {
1929
1929
  }
1930
1930
  async function Ce() {
1931
1931
  s.setNextPage(), r.setStatus(g.FetchLastItems);
1932
- const u = await d(s.getRequestParams());
1932
+ const u = await f(s.getRequestParams());
1933
1933
  return r.removeStatus(g.FetchLastItems), u;
1934
1934
  }
1935
1935
  async function Me() {
1936
1936
  s.setPreventPage(), r.setStatus(g.FetchPreviousItems);
1937
- const u = await d(s.getRequestParams());
1937
+ const u = await f(s.getRequestParams());
1938
1938
  return r.removeStatus(g.FetchPreviousItems), u;
1939
1939
  }
1940
1940
  async function oe(u) {
1941
1941
  s.setPageNumber(u), r.setStatus(g.FetchList);
1942
- const h = await d(s.getRequestParams());
1942
+ const h = await f(s.getRequestParams());
1943
1943
  return r.removeStatus(g.FetchList), h;
1944
1944
  }
1945
1945
  async function Ee(u) {
1946
1946
  s.setFilter("search", u), r.setStatus(g.Search), e.clearItems();
1947
- const h = await d(s.getRequestParams());
1947
+ const h = await f(s.getRequestParams());
1948
1948
  return r.removeStatus(g.Search), h;
1949
1949
  }
1950
1950
  async function te(u) {
1951
1951
  s.setSortDetail(u), r.setStatus(g.Sort), e.clearItems();
1952
- const h = await d(s.getRequestParams());
1952
+ const h = await f(s.getRequestParams());
1953
1953
  return r.removeStatus(g.Sort), h;
1954
1954
  }
1955
1955
  async function J() {
1956
- return s.clearParam(), await f();
1956
+ return s.clearParam(), await d();
1957
1957
  }
1958
1958
  return Dt(() => {
1959
1959
  b();
@@ -1962,7 +1962,7 @@ function _r(t) {
1962
1962
  dataManger: e,
1963
1963
  paramsManager: s,
1964
1964
  tableRenderingData: a,
1965
- fetchList: f,
1965
+ fetchList: d,
1966
1966
  fetchWithAutoRefresh: v,
1967
1967
  setupAutoRefresh: m,
1968
1968
  stopAutoRefresh: b,
@@ -2017,22 +2017,22 @@ function Cr(t) {
2017
2017
  }
2018
2018
  function Mr() {
2019
2019
  const t = M(/* @__PURE__ */ new Map()), e = M(0), s = S(() => e.value), r = S(() => Array.from(t.value.values()));
2020
- function n(d) {
2021
- e.value = d;
2020
+ function n(f) {
2021
+ e.value = f;
2022
2022
  }
2023
- function i(d) {
2024
- for (const f of d)
2025
- a(f);
2023
+ function i(f) {
2024
+ for (const d of f)
2025
+ a(d);
2026
2026
  }
2027
- function a(d) {
2028
- t.value.set(String(d.id), d);
2027
+ function a(f) {
2028
+ t.value.set(String(f.id), f);
2029
2029
  }
2030
- function l(d) {
2031
- const f = o(d);
2032
- return t.value.delete(String(d)), f;
2030
+ function l(f) {
2031
+ const d = o(f);
2032
+ return t.value.delete(String(f)), d;
2033
2033
  }
2034
- function o(d) {
2035
- return t.value.get(String(d)) || null;
2034
+ function o(f) {
2035
+ return t.value.get(String(f)) || null;
2036
2036
  }
2037
2037
  function c() {
2038
2038
  t.value.clear();
@@ -2561,22 +2561,22 @@ function Is(t, e, s, r) {
2561
2561
  });
2562
2562
  }
2563
2563
  return new (s || (s = Promise))(function(i, a) {
2564
- function l(d) {
2564
+ function l(f) {
2565
2565
  try {
2566
- c(r.next(d));
2567
- } catch (f) {
2568
- a(f);
2566
+ c(r.next(f));
2567
+ } catch (d) {
2568
+ a(d);
2569
2569
  }
2570
2570
  }
2571
- function o(d) {
2571
+ function o(f) {
2572
2572
  try {
2573
- c(r.throw(d));
2574
- } catch (f) {
2575
- a(f);
2573
+ c(r.throw(f));
2574
+ } catch (d) {
2575
+ a(d);
2576
2576
  }
2577
2577
  }
2578
- function c(d) {
2579
- d.done ? i(d.value) : n(d.value).then(l, o);
2578
+ function c(f) {
2579
+ f.done ? i(f.value) : n(f.value).then(l, o);
2580
2580
  }
2581
2581
  c((r = r.apply(t, [])).next());
2582
2582
  });
@@ -2590,8 +2590,8 @@ function bs(t, e) {
2590
2590
  return this;
2591
2591
  }), a;
2592
2592
  function l(c) {
2593
- return function(d) {
2594
- return o([c, d]);
2593
+ return function(f) {
2594
+ return o([c, f]);
2595
2595
  };
2596
2596
  }
2597
2597
  function o(c) {
@@ -2632,8 +2632,8 @@ function bs(t, e) {
2632
2632
  continue;
2633
2633
  }
2634
2634
  c = e.call(t, s);
2635
- } catch (d) {
2636
- c = [6, d], n = 0;
2635
+ } catch (f) {
2636
+ c = [6, f], n = 0;
2637
2637
  } finally {
2638
2638
  r = i = 0;
2639
2639
  }
@@ -2913,8 +2913,8 @@ var ks = function(t) {
2913
2913
  var c = o.value;
2914
2914
  c.options.frequency != "Once" && a.push(c), c.callback(e, s, r);
2915
2915
  }
2916
- } catch (d) {
2917
- n = { error: d };
2916
+ } catch (f) {
2917
+ n = { error: f };
2918
2918
  } finally {
2919
2919
  try {
2920
2920
  o && !o.done && (i = l.return) && i.call(l);
@@ -2979,8 +2979,8 @@ var ks = function(t) {
2979
2979
  for (var n = fe(this._registry.entries()), i = n.next(); !i.done; i = n.next()) {
2980
2980
  var a = Ae(i.value, 2), l = a[0], o = a[1];
2981
2981
  o.some(function(c) {
2982
- var d = c.options;
2983
- return d.lifecycle === D.ContainerScoped;
2982
+ var f = c.options;
2983
+ return f.lifecycle === D.ContainerScoped;
2984
2984
  }) && r._registry.setAll(l, o.map(function(c) {
2985
2985
  return c.options.lifecycle === D.ContainerScoped ? {
2986
2986
  provider: c.provider,
@@ -3117,16 +3117,14 @@ class We extends Event {
3117
3117
  function Gr(t, e = !1) {
3118
3118
  return function(s, r, n) {
3119
3119
  const i = n.value;
3120
- n.value = function(...a) {
3120
+ n.value = function(a) {
3121
3121
  const l = this;
3122
- function o(c) {
3123
- if (i.call(l, c), e)
3124
- for (const d of t)
3125
- window.removeEventListener(d, o);
3126
- }
3127
- for (const c of t)
3128
- window.addEventListener(c, o);
3122
+ if (i.call(l, a), e)
3123
+ for (const o of t)
3124
+ window.removeEventListener(o, n.value);
3129
3125
  };
3126
+ for (const a of t)
3127
+ window.addEventListener(a, n.value);
3130
3128
  };
3131
3129
  }
3132
3130
  class Kr {
@@ -1,5 +1,5 @@
1
- (function(o,C){typeof exports=="object"&&typeof module<"u"?C(exports,require("dayjs"),require("vue"),require("json2typescript"),require("pinia")):typeof define=="function"&&define.amd?define(["exports","dayjs","vue","json2typescript","pinia"],C):(o=typeof globalThis<"u"?globalThis:o||self,C(o.IronCore={},o.dayjs,o.Vue,o.json2typescript,o.pinia))})(this,function(o,C,g,_,Qe){"use strict";var le=(t=>(t.BankCard="####-####-####-####",t.Iban="##-####-####-####-####-####-##",t))(le||{}),J=(t=>(t.FullDate="YYYY/M/D HH:mm",t.SimpleDate="YYYY/M/D",t.CompactGregorianDate="YYYYMMDD",t.ShortJalaliDate="YYMM",t.JustHour="HH:mm:ss",t))(J||{});const et=[{62198619:{persian:"بلو",english:"blue"}},{603799:{persian:"بانک ملی ایران",english:"melli"}},{589210:{persian:"بانک سپه",english:"sepah"}},{627648:{persian:"بانک توسعه صادرات",english:"export-development"}},{627961:{persian:"بانک صنعت و معدن",english:"industry-mine"}},{603770:{persian:"بانک کشاورزی",english:"agriculture"}},{628023:{persian:"بانک مسکن",english:"housing"}},{627760:{persian:"پست بانک ایران",english:"post"}},{502908:{persian:"بانک توسعه تعاون",english:"development-cooperation"}},{627412:{persian:"بانک اقتصاد نوین",english:"eghtesad-novin"}},{622106:{persian:"بانک پارسیان",english:"parsian"}},{502229:{persian:"بانک پاسارگاد",english:"pasargad"}},{639599:{persian:"بانک قوامین",english:"ghavamin"}},{627488:{persian:"بانک کارآفرین",english:"karafarin"}},{621986:{persian:"بانک سامان",english:"saman"}},{639346:{persian:"بانک سینا",english:"sina"}},{639607:{persian:"بانک سرمایه",english:"sarmayeh"}},{504706:{persian:"بانک شهر",english:"shahr"}},{502806:{persian:"بانک شهر",english:"shahr"}},{502938:{persian:"بانک دی",english:"day"}},{603769:{persian:"بانک صادرات",english:"saderat"}},{610433:{persian:"بانک ملت",english:"mellat"}},{627353:{persian:"بانک تجارت",english:"tejarat"}},{585983:{persian:"بانک تجارت",english:"tejarat"}},{589463:{persian:"بانک رفاه",english:"refah"}},{627381:{persian:"بانک انصار",english:"ansar"}},{639370:{persian:"بانک مهر اقتصاد",english:"mehr-eqtesad"}},{505801:{persian:"موسسه اعتباری کوثر",english:"kosar"}},{606373:{persian:"بانک قرض الحسنه مهرایرانیان",english:"mehr"}},{186214:{persian:"بانک آینده",english:"ayandeh"}},{504172:{persian:"بانک قرض الحسنه رسالت",english:"resalat"}},{505416:{persian:"بانک گردشگری",english:"tourism"}},{505785:{persian:"بانک ایران‌زمین",english:"iran-zamin"}},{505809:{persian:"بانک خاورمیانه",english:"middle-east"}},{585947:{persian:"بانک خاورمیانه",english:"middle-east"}},{604932:{persian:"بانک سپه",english:"sepah"}},{627961:{persian:"بانک صنعت و معدن",english:"industry-mine"}},{636214:{persian:"بانک آینده",english:"ayandeh"}},{636795:{persian:"بانک مرکزی",english:"markazi"}},{636949:{persian:"بانک حکمت ایرانیان",english:"hekmat-iranian"}},{639217:{persian:"بانک کشاورزی",english:"agriculture"}}],tt=[{"010":{persian:"بانک مرکزی",english:"markazi"}},{"011":{persian:"بانک صنعت و معدن",english:"industry-mine"}},{"012":{persian:"بانک ملت",english:"mellat"}},{"013":{persian:"بانک رفاه",english:"refah"}},{"014":{persian:"بانک مسکن",english:"housing"}},{"015":{persian:"بانک سپه",english:"sepah"}},{"016":{persian:"بانک کشاورزی",english:"agriculture"}},{"017":{persian:"بانک ملّی ایران",english:"melli"}},{"018":{persian:"بانک تجارت",english:"tejarat"}},{"019":{persian:"بانک صادرات",english:"saderat"}},{"020":{persian:"بانک توسعه صادرات",english:"export-development"}},{"021":{persian:"پست بانک",english:"post"}},{"053":{persian:"بانک کارآفرین",english:"karafarin"}},{"054":{persian:"بانک پارسیان",english:"parsian"}},{"055":{persian:"بانک اقتصاد نوین",english:"eghtesad-novin"}},{"056":{persian:"بانک سامان",english:"saman"}},{"057":{persian:"بانک پاسارگاد",english:"pasargad"}},{"058":{persian:"بانک سرمایه",english:"sarmayeh"}},{"059":{persian:"بانک سینا",english:"sina"}},{"060":{persian:"بانک قرض الحسنه مهرایرانیان",english:"mehr"}},{"061":{persian:"بانک شهر",english:"shahr"}},{"062":{persian:"بانک آینده",english:"ayandeh"}},{"065":{persian:"بانک حکمت ایرانیان",english:"hekmat-iranian"}},{"066":{persian:"بانک دی",english:"day"}},{"069":{persian:"بانک ایران زمین",english:"iran-zamin"}},{"070":{persian:"بانک قرض الحسنه رسالت",english:"resalat"}},{"078":{persian:"بانک خاورمیانه",english:"middle-east"}}];var st=(t=>(t.Normal="YYYY-MM-DD",t.ContainsHour="YYYY-MM-DD HH:mm",t.OnlyHour="HH:mm",t))(st||{});function ce(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var ue={exports:{}},Tt=ue.exports,rt;function Pt(){return rt||(rt=1,function(t,e){(function(s,r){t.exports=r()})(Tt,function(){return function(s,r){r.prototype.weekday=function(n){var i=this.$locale().weekStart||0,a=this.$W,c=(a<i?a+7:a)-i;return this.$utils().u(n)?c:this.subtract(c,"day").add(n,"day")}}})}(ue)),ue.exports}var Lt=Pt();const kt=ce(Lt);var he={exports:{}},Vt=he.exports,nt;function $t(){return nt||(nt=1,function(t,e){(function(s,r){t.exports=r()})(Vt,function(){var s="week",r="year";return function(n,i,a){var c=i.prototype;c.week=function(l){if(l===void 0&&(l=null),l!==null)return this.add(7*(l-this.week()),"day");var u=this.$locale().yearStart||1;if(this.month()===11&&this.date()>25){var f=a(this).startOf(r).add(1,r).date(u),v=a(this).endOf(s);if(f.isBefore(v))return 1}var p=a(this).startOf(r).date(u).startOf(s).subtract(1,"millisecond"),S=this.diff(p,s,!0);return S<0?a(this).startOf("week").week():Math.ceil(S)},c.weeks=function(l){return l===void 0&&(l=null),this.week(l)}}})}(he)),he.exports}var Nt=$t();const Ft=ce(Nt);var de={exports:{}},jt=de.exports,it;function Bt(){return it||(it=1,function(t,e){(function(s,r){t.exports=r()})(jt,function(){return function(s,r){r.prototype.weekYear=function(){var n=this.month(),i=this.week(),a=this.year();return i===1&&n===11?a+1:n===0&&i>=52?a-1:a}}})}(de)),de.exports}var Ut=Bt();const Yt=ce(Ut);var fe={exports:{}},Ht=fe.exports,at;function qt(){return at||(at=1,function(t,e){(function(s,r){t.exports=r(C)})(Ht,function(s){function r(a){return a&&typeof a=="object"&&"default"in a?a:{default:a}}var n=r(s),i={name:"fa",weekdays:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysShort:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysMin:"ی_د_س_چ_پ_ج_ش".split("_"),weekStart:6,months:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),monthsShort:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),ordinal:function(a){return a},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},relativeTime:{future:"در %s",past:"%s پیش",s:"چند ثانیه",m:"یک دقیقه",mm:"%d دقیقه",h:"یک ساعت",hh:"%d ساعت",d:"یک روز",dd:"%d روز",M:"یک ماه",MM:"%d ماه",y:"یک سال",yy:"%d سال"}};return n.default.locale(i,null,!0),i})}(fe)),fe.exports}var zt=qt();const Jt=ce(zt);function ve(t,e){return Wt(t)||Gt(t,e)||xt()}function Wt(t){if(Array.isArray(t))return t}function Gt(t,e){var s=[],r=!0,n=!1,i=void 0;try{for(var a=t[Symbol.iterator](),c;!(r=(c=a.next()).done)&&(s.push(c.value),!(e&&s.length===e));r=!0);}catch(l){n=!0,i=l}finally{try{!r&&a.return!=null&&a.return()}finally{if(n)throw i}}return s}function xt(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}function ot(t,e,s){e<=2&&(t-=1,e+=12);var r=Math.floor(t/100),n=2-r+Math.floor(r/4),i=Math.floor(365.25*(t+4716))+Math.floor(30.6001*(e+1))+s+n-1524.5;return i}function Kt(t){t=t+.5;var e=Math.floor(t),s=t-e,r=e;if(e>=2299161){var n=Math.floor((e-186721625e-2)/36524.25);r=e+1+n-Math.floor(n/4)}var i=r+1524,a=Math.floor((i-122.1)/365.25),c=Math.floor(365.25*a),l=Math.floor((i-c)/30.6001),u=i-c-Math.floor(30.6001*l)+s,f=l<14?l-1:l-13,v=f>2?a-4716:a-4715;return Qt(v,f,u)}function Zt(t){t=t+.5;var e=Math.floor(t),s=t-e,r=e;if(e>=2299161){var n=Math.floor((e-186721625e-2)/36524.25);r=e+1+n-Math.floor(n/4)}var i=r+1524,a=Math.floor((i-122.1)/365.25),c=Math.floor(365.25*a),l=Math.floor((i-c)/30.6001),u=i-c-Math.floor(30.6001*l)+s,f=l<14?l-1:l-13,v=f>2?a-4716:a-4715;return[Math.floor(v),Math.floor(f),Math.floor(u)]}function Xt(t,e,s){var r=[31,28,31,30,31,30,31,31,30,31,30,31],n=[31,31,31,31,31,31,30,30,30,30,30,29];function i(S,D){return Math.floor(S/D)}t-=979;for(var a=365*t+i(t,33)*8+i(t%33+3,4),c=0;c<e-1;++c)a+=n[c];a+=s-1;var l=a+79,u=1600+400*i(l,146097);l=l%146097;var f=!0;for(l>=36525&&(l--,u+=100*i(l,36524),l=l%36524,l>=365?l++:f=!1),u+=4*i(l,1461),l%=1461,l>=366&&(f=!1,l--,u+=i(l,365),l=l%365),c=0;l>=r[c]+(c==1&&f);c++)l-=r[c]+(c==1&&f);var v=c+1,p=l+1;return ot(u,v,p)}function Qt(t,e,s){var r=[31,28,31,30,31,30,31,31,30,31,30,31],n=[31,31,31,31,31,31,30,30,30,30,30,29];function i(ee,te){return Math.floor(ee/te)}for(var a=t-1600,c=e-1,l=s-1,u=365*a+i(a+3,4)-i(a+99,100)+i(a+399,400),f=0;f<c;++f)u+=r[f];c>1&&(t%4==0&&t%100!=0||t%400==0)&&u++,u+=l;var v=u-79,p=i(v,12053);v%=12053;var S=979+33*p+4*i(v,1461);v%=1461,v>=366&&(S+=i(v-1,365),v=(v-1)%365);for(var D=0;D<11&&v>=n[D];++D)v-=n[D];var X=D+1,Q=v+1;return[S,X,Q]}var me={J:function(e,s,r){return Kt(ot(e,s,r))},G:function(e,s,r){return Zt(Xt(e,s,r))}},es=/^(\d{4})[-/]?(\d{1,2})[-/]?(\d{0,2})(.*)?$/,ts=/\[.*?\]|jY{2,4}|jM{1,4}|jD{1,2}|Y{2,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,Pe="date",W="day",$="month",N="year",lt="week",ss="YYYY-MM-DDTHH:mm:ssZ",rs={jmonths:"فروردین_اردیبهشت_خرداد_تیر_مرداد_شهریور_مهر_آبان_آذر_دی_بهمن_اسفند".split("_")},ns=function(t,e,s){var r=e.prototype,n=r.$utils(),i=function(d){return d.$C==="jalali"},a=n.prettyUnit||n.p,c=n.isUndefined||n.u,l=n.padStart||n.s,u=n.monthDiff||n.m,f=n.absFloor||n.a,v=function(d){return function(){var m=d.bind(this).apply(void 0,arguments);return m.$C=this.$C,m.isJalali()&&m.InitJalali(),m}};r.startOf=v(r.startOf),r.endOf=v(r.endOf),r.add=v(r.add),r.subtract=v(r.subtract),r.set=v(r.set);var p=r.parse,S=r.init,D=r.startOf,X=r.$set,Q=r.add,ee=r.format,te=r.diff,Ke=r.year,Ze=r.month,Me=r.date,Xe=r.daysInMonth,ae=r.toArray;s.$C="gregory",s.$fdow=6,s.calendar=function(h){return s.$C=h,s},r.calendar=function(h){var d=this.clone();return d.$C=h,d.isJalali()&&d.InitJalali(),d},r.isJalali=function(){return i(this)},s.en.jmonths="Farvardin_Ordibehesht_Khordaad_Tir_Mordaad_Shahrivar_Mehr_Aabaan_Aazar_Dey_Bahman_Esfand".split("_"),s.locale("fa",Object.assign({},Jt,{},rs),!0);var se=function(d,m){return s(d,{locale:m.$L,utc:m.$u,calendar:m.$C})};r.init=function(){var h=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};S.bind(this)(h),this.isJalali()&&this.InitJalali()},r.parse=function(h){var d;if(this.$C=h.calendar||this.$C||s.$C,h.jalali&&typeof h.date=="string"&&/.*[^Z]$/i.test(h.date)&&(d=h.date.match(es))){var m=me.G(parseInt(d[1],10),parseInt(d[2],10),parseInt(d[3]||1,10)),I=ve(m,3),b=I[0],w=I[1],R=I[2];h.date="".concat(b,"-").concat(w,"-").concat(R).concat(d[4]||"")}return p.bind(this)(h)},r.InitJalali=function(){var h=me.J(this.$y,this.$M+1,this.$D),d=ve(h,3),m=d[0],I=d[1],b=d[2];this.$jy=m,this.$jM=I-1,this.$jD=b},r.startOf=function(h,d){var m=this;if(!i(this))return D.bind(this)(h,d);var I=c(d)?!0:d,b=a(h),w=function(re,q){var L=arguments.length>2&&arguments[2]!==void 0?arguments[2]:m.$jy,Oe=me.G(L,q+1,re),z=ve(Oe,3),oe=z[0],Te=z[1],kr=z[2],Ot=se(new Date(oe,Te-1,kr),m);return(I?Ot:Ot.endOf(W)).$set("hour",1)},R=(this.$W+(7-s.$fdow))%7;switch(b){case N:return I?w(1,0):w(0,0,this.$jy+1);case $:return I?w(1,this.$jM):w(0,(this.$jM+1)%12,this.$jy+parseInt((this.$jM+1)/12,10));case lt:return I?w(this.$jD-R,this.$jM):w(this.$jD+(6-R),this.$jM);default:return D.bind(this)(h,d)}},r.$set=function(h,d){var m=this;if(!i(this))return X.bind(this)(h,d);var I=a(h),b=function(R,Ee){var re=arguments.length>2&&arguments[2]!==void 0?arguments[2]:m.$jy,q=me.G(re,Ee+1,R),L=ve(q,3),Oe=L[0],z=L[1],oe=L[2];return m.$d.setFullYear(Oe),m.$d.setMonth(z-1),m.$d.setDate(oe),m};switch(I){case Pe:case W:b(d,this.$jM);break;case $:b(this.$jD,d);break;case N:b(this.$jD,this.$jM,d);break;default:return X.bind(this)(h,d)}return this.init(),this},r.add=function(h,d){var m=this;if(!i(this))return Q.bind(this)(h,d);h=Number(h);var I=d&&(d.length===1||d==="ms")?d:a(d),b=function(z,oe){var Te=m.set(Pe,1).set(z,oe+h);return Te.set(Pe,Math.min(m.$jD,Te.daysInMonth()))};if(["M",$].indexOf(I)>-1){var w=this.$jM+h,R=w<0?-Math.ceil(-w/12):Math.floor(w/12),Ee=this.$jD,re=this.set(W,1).add(R,N).set($,w-R*12);return re.set(W,Math.min(re.daysInMonth(),Ee))}if(["y",N].indexOf(I)>-1)return b(N,this.$jy);if(["d",W].indexOf(I)>-1){var q=new Date(this.$d);return q.setDate(q.getDate()+h),se(q,this)}if(["w",lt].indexOf(I)>-1){var L=new Date(this.$d);return L.setDate(L.getDate()+h*7),se(L,this)}return Q.bind(this)(h,d)},r.format=function(h,d){var m=this;if(!i(this))return ee.bind(this)(h,d);var I=h||ss,b=d||this.$locale(),w=b.jmonths;return I.replace(ts,function(R){if(R.indexOf("[")>-1)return R.replace(/\[|\]/g,"");switch(R){case"YY":return String(m.$jy).slice(-2);case"YYYY":return String(m.$jy);case"M":return String(m.$jM+1);case"MM":return l(m.$jM+1,2,"0");case"MMM":return w[m.$jM].slice(0,3);case"MMMM":return w[m.$jM];case"D":return String(m.$jD);case"DD":return l(m.$jD,2,"0");default:return ee.bind(m)(R,d)}})},r.diff=function(h,d,m){if(!i(this))return te.bind(this)(h,d,m);var I=a(d),b=s(h),w=u(this,b);switch(I){case N:w/=12;break;case $:break;default:return te.bind(this)(h,d,m)}return m?w:f(w)},r.$g=function(h,d,m){return c(h)?this[d]:this.set(m,h)},r.year=function(h){return i(this)?this.$g(h,"$jy",N):Ke.bind(this)(h)},r.month=function(h){return i(this)?this.$g(h,"$jM",$):Ze.bind(this)(h)},r.date=function(h){return i(this)?this.$g(h,"$jD",W):Me.bind(this)(h)},r.daysInMonth=function(){return i(this)?this.endOf($).$jD:Xe.bind(this)()},ae&&(r.toArray=function(){return i(this)?[this.$jy,this.$jM,this.$jD,this.$H,this.$m,this.$s,this.$ms]:ae.bind(this)()}),r.clone=function(){return se(this.toDate(),this)}};const is={ordinal(t){},relativeTime:void 0,name:"fa",weekdays:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysShort:"ی_د_س_چ_پ_ج_ش".split("_"),weekdaysMin:"ی_د_س_چ_پ_ج_ش".split("_"),months:"فروردین_اردیبهشت_خرداد_تیر_مرداد_شهریور_مهر_آبان_آذر_دی_بهمن_اسفند".split("_"),monthsShort:"فروردین_اردیبهشت_خرداد_تیر_مرداد_شهریور_مهر_آبان_آذر_دی_بهمن_اسفند".split("_"),weekStart:6,formats:{L:"YYYY/MM/DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"}};function ct(){C.extend(ns),C.calendar("jalali"),C.extend(kt),C.extend(Ft),C.extend(Yt),C.locale(is,{},!0)}class as{constructor(e,s){this.start=e,this.end=s}}class os{constructor(e,s,r){this.maxDate=e,this.minDate=s,this.disabledDates=r}}class F{static standardToUnix(e){return Math.floor(new Date(e).getTime()/1e3)}static unixToStandard(e){return new Date(e*1e3).toString()}static getUnixEndOfDayInUnix(e){return C.unix(e).endOf("day").unix()}}class ne{static isDateDisabled(e,s){for(const r of e.disabledDates)if(ne.areUnixesInSameDate(r,s.unix()))return!0;return!!(e.maxDate&&ne.isDateGraterOrSame(e.maxDate,s.unix())||e.minDate&&ne.isDateLowerOrSame(e.minDate,s.unix()))}static areUnixesInSameDate(e,s){return F.getUnixEndOfDayInUnix(e)===F.getUnixEndOfDayInUnix(s)}static isDateGraterOrSame(e,s){return F.getUnixEndOfDayInUnix(s)>=F.getUnixEndOfDayInUnix(e)}static isDateLowerOrSame(e,s){return F.getUnixEndOfDayInUnix(s)<=F.getUnixEndOfDayInUnix(e)}}ct();class M{static toCurrency(e,s){return e.toLocaleString("en-US",s)}static toCurrencyWithDotSeparator(e){return M.toCurrency(e).replaceAll(",",".")}static applyMask(e,s){let r="",n=0,i=0;for(;n<e.length;){if(e[n]==="#"){if(i>=s.length)throw new Error("Value length does not match the format.");r+=s[i],i++}else r+=e[n];n++}if(i!==s.length)throw new Error("Value length does not match the format.");return r}static applyBankCardMask(e){return M.applyMask(le.BankCard,String(e))}static applyIbanMask(e){return M.applyMask(le.Iban,String(e))}static toEnglishDigits(e){const s=["۱","۲","۳","۴","۵","۶","۷","۸","۹","۰"],r=["١","٢","٣","٤","٥","٦","٧","٨","٩","٠"],n=["1","2","3","4","5","6","7","8","9","0"];return e.split("").map(i=>n[s.indexOf(i)]||n[r.indexOf(i)]||i).join("")}static mapUnixToDate(e,s){return C(new Date(e)).subtract(1,"day").format(s)}}var y=(t=>(t.FetchList="fetchList",t.AutoRefresh="autoRefresh",t.FetchItem="fetchItem",t.FetchLastItems="fetchLastItems",t.FetchPreviousItems="fetchPreviousItems",t.Create="CREATE",t.Update="UPDATE",t.Delete="DELETE",t.Search="SEARCH",t.Sort="SORT",t.Success="SUCCESS",t.Error="ERROR",t.Idle="IDLE",t))(y||{}),k=(t=>(t.Width="width",t.Height="height",t[t.DefaultWidth=500]="DefaultWidth",t[t.DefaultHeight=350]="DefaultHeight",t[t.MinimalAvailableSize=0]="MinimalAvailableSize",t))(k||{}),P=(t=>(t.ASC="ASC",t.DESC="DESC",t))(P||{}),ut=(t=>(t.ASC="ascend",t.DESC="descend",t))(ut||{}),pe=(t=>(t.Left="left",t.Right="right",t.Center="center",t))(pe||{}),ge=(t=>(t.Text="text",t))(ge||{}),ye=(t=>(t.Text="text",t.ACTION="action",t.Tag="tag",t.Iban="iban",t.BankCard="bankCard",t.Symbol="symbol",t.TradeDetail="tradeDetail",t.SymbolPrice="symbolPrice",t.TradeSymbol="tradeSymbol",t.Price="price",t.DynamicCurrencyPrice="dynamicCurrencyPrice",t.TradeDate="tradeDate",t.RequestResponseIdentity="requestResponseIdentity",t.Image="image",t))(ye||{}),Le=(t=>(t[t.MINIMAL_LOADABLE_HEADER_COUNT=0]="MINIMAL_LOADABLE_HEADER_COUNT",t[t.DEFAULT_ITEM_COUNT_PER_PAGE=20]="DEFAULT_ITEM_COUNT_PER_PAGE",t.PAGINATION_POSITION="bottomCenter",t))(Le||{});o.ApplicationTheme=(t=>(t.FontFamily="IRANSansX",t))(o.ApplicationTheme||{});var G=(t=>(t.Open="open",t.Close="close",t))(G||{}),ht=(t=>(t[t.NotFound=404]="NotFound",t[t.Unauthorized=401]="Unauthorized",t[t.ServerError=500]="ServerError",t))(ht||{}),ie=(t=>(t[t.Invalid=0]="Invalid",t[t.Valid=1]="Valid",t))(ie||{}),V=(t=>(t.Theme="theme",t.AccessList="accessList",t.Token="token",t.SSO_ACCESS_LIST="ssoAccessList",t))(V||{});o.ApplicationTheme=(t=>(t.Light="light",t.Dark="dark",t))(o.ApplicationTheme||{});var Se=(t=>(t.Dialog="dialog",t.Drawer="drawer",t.Module="module",t.Toast="toast",t))(Se||{}),dt=(t=>(t.USDT="USDT",t))(dt||{});class j{static getBankImageBaseOnCardInfo(e,s){return e===void 0?"/img/banks/shetab.png":s==="IBAN"?(e=M.toEnglishDigits(e.replace(/IR/g,"").split(" ").join("")),`/img/banks/${j.iban(e).english}.png`):(e=M.toEnglishDigits(e.replace(/ /g,"")),`/img/banks/${j.card(e).english}.png`)}static card(e){const s={persian:"نامشخص",english:"shetab"};if(e==null)return s;e=e.substring(0,6);try{const r=et.find(n=>Object.keys(n)[0]===e);return r===void 0?s:Object.values(r)[0]}catch{return s}}static iban(e){const s={persian:"نامشخص",english:"shetab"};if(e==null)return s;e=e.substring(2,5);try{const r=tt.find(n=>Object.keys(n)[0]===e);return r===void 0?s:Object.values(r)[0]}catch{return s}}static async copyValueToClipboard(e){await navigator.clipboard.writeText(String(e))}static downloadBlob(e,s=j.extractFileNameFromHeader(e)){const r=document.createElement("a");r.href=URL.createObjectURL(e.data),r.download=s,r.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,composed:!0})),r.remove()}static extractFileNameFromHeader(e){var r,n,i,a;return((a=(r=e.headers["content-disposition"])==null?void 0:r.split("filename=")[1])==null?void 0:a.slice(1,((i=(n=e.headers["content-disposition"])==null?void 0:n.split("filename="))==null?void 0:i[1].length)-1))||"Saraf-File"}static removeSpacesFromString(e){return e&&typeof e.normalize=="function"&&(e=e.normalize("NFC")),e.replace(/[\s\u00A0\u1680\u180E\u2000-\u200A\u200B-\u200D\u2060\uFEFF\u2028\u2029\u202F\u205F\u3000]+/g,"")}static isArraySorted(e,s=n=>n,r=P.ASC){return e.every((n,i)=>e.length-1===i?!0:r===P.ASC?s(n)<=s(e[i+1]):s(n)>=s(e[i+1]))}}const U=class U{constructor(){this.availableAccesses=new Set}setAvailableAccesses(e){this.setAccessListToStorage(e);for(const s of e)this.availableAccesses.add(s)}setAccessListToStorage(e){localStorage.setItem(V.AccessList,JSON.stringify(e))}everyAccess(e){return e.every(s=>this.availableAccesses.has(s))}someAccess(e){return e.some(s=>this.availableAccesses.has(s))}clearAvailableAccesses(){this.availableAccesses.clear(),localStorage.removeItem(V.AccessList)}initialize(){const e=localStorage.getItem(V.AccessList);e!==null&&this.setAvailableAccesses(JSON.parse(e))}static GetInstance(){return U.Instance||(U.Instance=new U),U.Instance}};U.Instance=null;let x=U;class ke{constructor(){this.mounted=(e,s)=>{this.checkAccess(e,s.value)},this.updated=(e,s)=>{this.checkAccess(e,s.value)},this.checkAccess=(e,s)=>{this.hasAccess(s)||e.remove()},this.accessService=x.GetInstance()}}class ls extends ke{hasAccess(e){return this.accessService.everyAccess(e)}}class cs extends ke{hasAccess(e){return this.accessService.someAccess(e)}}const Y=class Y{constructor(){this._accessLevels=new Map}initialize(){this.setAccessLevelFromStorage()}setAccessLevels(e){for(const s in e)this._accessLevels.set(s,new Set(e[s]));this.setAccessLevelsToStorage(e)}setAccessLevelsToStorage(e){localStorage.setItem(V.SSO_ACCESS_LIST,JSON.stringify(e))}getAccessLevelsFromStorage(){let e=localStorage.getItem(V.SSO_ACCESS_LIST);return e!==null?JSON.parse(e):e}getAccessLevelsOfScope(e){if(this._accessLevels.has(e))return this._accessLevels.get(e);throw new Error(`The scope is not exists ${e}`)}setAccessLevelFromStorage(){const e=this.getAccessLevelsFromStorage();e&&this.setAccessLevels(e)}everyAccess(e,s){const r=this.getAccessLevelsOfScope(e);return r?s.every(n=>r.has(n)):!1}someAccess(e,s){const r=this.getAccessLevelsOfScope(e);return r?s.some(n=>r.has(n)):!1}hasScope(e){return this._accessLevels.has(e)}clear(){localStorage.removeItem(V.SSO_ACCESS_LIST),this._accessLevels=new Map}static GetInstance(){return Y._instance||(Y._instance=new Y),Y._instance}};Y._instance=null;let we=Y;class Ve{constructor(){this._authorizationService=we.GetInstance(),this.mounted=this.mounted.bind(this),this.updated=this.updated.bind(this),this.hasAccess=this.hasAccess.bind(this),this.manageElement=this.manageElement.bind(this)}mounted(e,s,r){this.manageElement(e,s.arg,s.modifiers)}updated(e,s,r){this.manageElement(e,s.arg,s.modifiers)}manageElement(e,s,r){if(!this._authorizationService.hasScope(s)){e.remove();return}const n=this.getAccessLevels(s,r);this.hasAccess(s,n)||e.remove()}getAccessLevels(e,s){var n;let r=Object.keys(s);return r.length||(r=Array.from(((n=this._authorizationService.getAccessLevelsOfScope(e))==null?void 0:n.values())??[])),r}}class us extends Ve{hasAccess(e,s){return this._authorizationService.everyAccess(e,s)}}class hs extends Ve{hasAccess(e,s){return this._authorizationService.someAccess(e,s)}}class ft{constructor(){this.value=null,this.initialValue=null,this.name="",this.isValid=!1,this.isBlurSensitive=!1,this.isRequired=!1,this.isIncludeInRequestBody=!0,this.isChangeSensitive=!1,this.notValidMessage="",this.isEmptySensitive=!0,this.hasCustomValidationCheck=!1,this.shouldRemoveValidationMessageOnInteract=!1}}function ds(t){return t===1}function fs(t,e){return t-1===e}function vt(t){return String(t).length===0||t===null||t===void 0}function vs(t){t()}class ms{constructor(e,s){this.initialData=null,this.data=new ft,this._validators=[],this._id=Math.random(),this.data.value=s,this.data.name=e,this.shouldRunValidation()&&this.runValidation(!0)}shouldRunValidation(){return this.data.hasCustomValidationCheck?!1:this.data.isRequired?!0:!vt(this.data.value)}async runValidation(e=!1){for(const s of this._validators){const r=await s.validate(this.data.value);if(r){this.setFormToInvalidState(e,r);return}}this.setFormToValidState()}setFormToInvalidState(e,s){this.data.isValid=!1,(this.data.isChangeSensitive||e)&&this.setNotValidMessage(s)}setFormToValidState(){this.data.isValid=!0,this.setNotValidMessage("")}reset(){this.initialData?this.data=structuredClone(g.toRaw(this.initialData)):console.warn("The "+this.data.name+`input control has no initial data,
2
- the initial data will be available after calling the [markAsInitial] method on this instance`)}markAsInitial(){this.initialData=structuredClone(g.toRaw(this.data))}setValidators(e){this._validators=e}getChangeSensitive(){return this.data.isChangeSensitive}setChangeSensitive(e){if(e&&this.data.shouldRemoveValidationMessageOnInteract)throw new Error("Input control "+this.getName()+" can not be both change sensitive and remove validation meessage on interact");this.data.isChangeSensitive=e}getIsBlurSensitive(){return this.data.isBlurSensitive}setIsBlurSensitive(e){this.data.isBlurSensitive=e}getIsRequired(){return this.data.isRequired}setIsRequired(e){this.data.isRequired=e}getIsValid(){return this.data.isValid}setIsValid(e){this.data.isValid=e}getIsIncludeInRequestBody(){return this.data.isIncludeInRequestBody}setIsIncludeInRequestBody(e){this.data.isIncludeInRequestBody=e}getNotValidMessage(){return this.data.notValidMessage}setNotValidMessage(e){this.data.notValidMessage=e}getName(){return this.data.name}setName(e){this.data.name=e}setId(e){this._id=e}getId(){return this._id}getIsEmptySensitive(){return this.data.isEmptySensitive}setIsEmptySensitive(e){this.data.isEmptySensitive=e}setHasCustomValidationCheck(e){this.data.hasCustomValidationCheck=e}setShouldRemoveValidationOnInteract(e){if(e&&this.data.isChangeSensitive)throw new Error("Input control "+this.getName()+" can not be both change sensitive and remove validation meessage on interact");this.data.shouldRemoveValidationMessageOnInteract=e}getShouldRemoveValidationOnInteract(){return this.data.shouldRemoveValidationMessageOnInteract}hasCustomValidationCheck(){return this.data.hasCustomValidationCheck}set value(e){this.data.value=e,this.shouldRunValidation()&&this.runValidation(),this.getShouldRemoveValidationOnInteract()&&this.setNotValidMessage("")}get value(){return this.data.value}}class ps{constructor(e){this._inputControl=e}setValidators(e){return this._inputControl.setValidators(e),this}setChangeSensitive(){return this._inputControl.setChangeSensitive(!0),this}setRequired(){return this._inputControl.setIsRequired(!0),this}setValid(){return this._inputControl.setIsValid(!0),this}setBlurSensitive(){return this._inputControl.setIsBlurSensitive(!0),this}setId(e){return this._inputControl.setId(e),this}removeEmptySensitive(){return this._inputControl.setIsEmptySensitive(!1),this}setHasCustomValidationCheck(){return this._inputControl.setHasCustomValidationCheck(!0),this}removeErrorOnInteract(){return this._inputControl.setShouldRemoveValidationOnInteract(!0),this}build(){return this._inputControl}}class gs{constructor(){this.mounted=(e,s)=>{s.value&&s.value.getIsBlurSensitive()&&(e.addEventListener("click",this.handleFocus.bind(this,s.value)),e.addEventListener("blur",this.handleBlur.bind(this,s.value),!0))},this.beforeUnMount=(e,s)=>{e.removeEventListener("blur",this.handleBlur.bind(this,s.value)),e.removeEventListener("click",this.handleFocus.bind(this,s.value))}}handleBlur(e){e.runValidation(!0)}handleFocus(e){e.value||e.getIsEmptySensitive()||e.setNotValidMessage("")}}class ys{constructor(){this._inputControls=new Map,this._isValid=!1,this._id=Math.random()}getInputControlsAsArray(){return Array.from(this._inputControls.values())}async runValidation(e){let s=!0;for(const r of this.getInputControlsAsArray())if(e&&await r.runValidation(!0),!r.getIsValid()&&(s=!1,!e)){this._isValid=!1;return}this._isValid=s}addInputControls(e){for(const s of e)this._inputControls.set(s.getName(),s)}getInputControl(e){const s=this._inputControls.get(e);if(!s)throw new Error(`The provided input name (${e}}) has no controls.`);return s}resetControls(e){for(const s of e){const r=this._inputControls.get(s);r?r.reset():console.warn(`Provided input name ${s} has no controllers in this form`)}}resetAll(){for(const e of this.getInputControlsAsArray())e.reset()}createRequestBody(){const e={};for(const s of this.getInputControlsAsArray())s.getIsIncludeInRequestBody()&&(e[s.getName()]=s.value);return e}setIsValid(e){this._isValid=e}getIsValid(){return this._isValid}setId(e){this._id=e}getId(){return this._id}}function Ss(t,e=!1){const s=g.reactive(t),r=g.ref(ie.Invalid);return g.watch(()=>s.getInputControlsAsArray(),()=>{e||(s.runValidation(),s.getIsValid()?r.value=ie.Valid:r.value=ie.Invalid)},{immediate:!0,deep:!0}),{reactiveForm:s,validationStatus:r}}class $e{constructor(e){this.timerId=null,this.setupInterval=this.setupInterval.bind(this),this.schedule=e}setupInterval(e){const s=this;this.timerId=setTimeout(async function r(){await s.schedule.runAction(),s.timerId=setTimeout(()=>{r()},e)},e)}clearInterval(){this.timerId&&clearInterval(this.timerId)}}const Ne="150px",Fe=2,ws={path:"id",key:"id",title:"عملیات",colspan:Fe,width:Ne,cellType:ye.ACTION,align:pe.Center,headerType:ge.Text,accessLevel:null},mt={width:Ne,align:pe.Center,headerType:ge.Text,cellType:ye.Text,colspan:Fe};class Ie{constructor(e,s){this.key=e,this.order=s}}class je{aSort(e,s){return e.sort((r,n)=>{const i=r[s]??r,a=n[s]??n;if(typeof i=="string"&&typeof a=="string")return i.localeCompare(a);if(typeof i=="number"&&typeof a=="number")return i-a;throw new Error("Not supported data type")})}bSort(e,s){return e.sort((r,n)=>{const i=r[s]??r,a=n[s]??n;if(typeof i=="string"&&typeof a=="string")return a.localeCompare(i);if(typeof i=="number"&&typeof a=="number")return a-i;throw new Error("Not supported data type")})}}class Is{arrayOfObjectSort(e,s,r,n=new je){return r===P.ASC?n.aSort(e,s):n.bSort(e,s)}arraySort(e,s,r=new je){return s===P.ASC?r.aSort(e):r.bSort(e)}}class pt{constructor(e){this.currentPage=1,this.currentPageSize=20,this.currentSortDetail=new Ie("id",P.DESC),this.loadedRows=[],this.headerSchema=[],this.service=e,this.accessService=x.GetInstance()}addHeader(e){this.headerSchema.push(e)}async load(){this.headerSchema=this.filterItemsBaseOnAccessLevel(await this.loadHeader()),await this.loadRows()}filterItemsBaseOnAccessLevel(e){return e.filter(s=>s.hasAccess?s.hasAccess():!0)}async sort(e){this.shouldSendSortRequest(e)&&(this.currentSortDetail=e,this.loadedRows=(await this.handleSort(this.currentSortDetail)).items)}shouldSendSortRequest(e){return e.key!==this.currentSortDetail.key||e.order!==this.currentSortDetail.order}async paginate(e,s){this.shouldSendPaginationRequest(e,s)&&(this.currentPage=e,this.currentPageSize=s,this.loadedRows=(await this.handlePagination(this.currentPage,this.currentPageSize)).items)}shouldSendPaginationRequest(e,s){return this.currentPage!==e||this.currentPageSize!==s}async loadRows(){return this.loadedRows=(await this.service.fetchRows()).items,this.loadedRows}getData(){return this.service.getData()}async handleSort(e){return await this.service.sort(e)}async handlePagination(e,s){return await this.service.paginate(e,s)}getItemCountPerPage(){return Le.DEFAULT_ITEM_COUNT_PER_PAGE}isLoading(){const e=this.getLoadingStatuses();return e.has(y.Search)||e.has(y.FetchList)||e.has(y.Sort)||e.has(y.FetchLastItems)||e.has(y.FetchPreviousItems)}getLoadingStatuses(){return this.getData().loadingStatus}hasAnyAction(){for(const e of this.loadedRows)if(this.getAccessedActions(e).length)return!0;return!1}getAccessedActions(e){return this.filterItemsBaseOnAccessLevel(this.getActions(e))}getActions(e){return[]}getScrollDetail(){return null}isExpandable(){return!1}async handleClick(e){}async handleMetaClick(e){}async handleDoubleClick(e){}async onDestroy(){}async loadHeader(){throw new Error("No header provided for the table.")}loadSummarySchema(){return{summaryTitle:"",summaryItems:[]}}}class E{constructor(e){this.observers=[],this.attach=this.attach.bind(this),this.detach=this.detach.bind(this),this.notify=this.notify.bind(this),this.notifyObject=this.notifyObject.bind(this),this.next=this.next.bind(this),this.getValue=this.getValue.bind(this),this.next(e)}attach(e){this.observers.push(e),this.notifyObject(e)}detach(e){this.observers=this.observers.filter(s=>s!==e)}notify(){for(const e of this.observers)this.notifyObject(e)}notifyObject(e){typeof e=="function"?e(this._value):e.update(this._value)}next(e){typeof e=="function"?this._value=e(this._value):this._value=e,this.notify()}getValue(){return this._value}}class bs extends pt{constructor(e){super(e),this.selectedRows=new E(new Map),this.rowSelect=this.rowSelect.bind(this),this.selectAll=this.selectAll.bind(this),this.isEveryRowSelected=this.isEveryRowSelected.bind(this),this.handlePagination=this.handlePagination.bind(this),this.clearAllSelectedItems=this.clearAllSelectedItems.bind(this),this.getSelectedRows=this.getSelectedRows.bind(this),this.getSelectedRowsAsArray=this.getSelectedRowsAsArray.bind(this),this.getSelectedRowIds=this.getSelectedRowIds.bind(this)}rowSelect(e){this.getSelectedRowsValue().has(e.id)?(this.getSelectedRowsValue().delete(e.id),this.selectedRows.next(this.selectedRows.getValue())):(this.selectedRows.getValue().set(e.id,e),this.selectedRows.next(this.selectedRows.getValue()))}selectAll(){if(this.isEveryRowSelected())this.clearAllSelectedItems();else for(const e of this.loadedRows)this.selectedRows.getValue().set(e.id,e),this.selectedRows.next(this.selectedRows.getValue())}isEveryRowSelected(){return this.getSelectedRowsValue().size===this.currentPageSize||this.loadedRows.length===this.getSelectedRowsValue().size}async handlePagination(e,s){return this.clearAllSelectedItems(),await super.handlePagination(e,s)}async handleSort(e){return this.clearAllSelectedItems(),await super.handleSort(e)}clearAllSelectedItems(){this.selectedRows.getValue().clear(),this.selectedRows.next(this.selectedRows.getValue())}getSelectedRows(){return this.selectedRows}getSelectedRowsAsArray(){return Array.from(this.selectedRows.getValue().values())}getSelectedRowIds(){return Array.from(this.selectedRows.getValue().keys())}getSelectedRowsValue(){return this.selectedRows.getValue()}}function Ds(t){return{...mt,...t}}function As(t){return function(s,r){s.constructor.prototype.headers||(s.constructor.prototype.headers=[]),s.constructor.prototype.headers.push({path:r,...t})}}function Rs(t){return function(s){async function r(){return s.prototype._table=this,s.prototype.headers}function n(c){const l=[],u=s.prototype.actions||[];for(const f of u){if(!f.isAvailable(c))continue;const v={handler:f.handler.bind(c),accessLevel:f.accessLevel,actionName:f.actionName};l.push(v)}return l}async function i(c){s.prototype.rowClick&&await s.prototype.rowClick.call(c)}async function a(){s.prototype.tableDestroy&&await s.prototype.tableDestroy()}t.prototype.loadHeader=r,t.prototype.getActions=n,t.prototype.handleClick=i,t.prototype.onDestroy=a}}function Cs(t){return function(s,r,n){s.constructor.prototype.actions||(s.constructor.prototype.actions=[]),t.handler=n.value,s.constructor.prototype.actions.push(t)}}function _s(){return function(e,s,r){e.constructor.prototype.tableDestroy=r.value}}function Ms(){return function(e,s,r){e.constructor.prototype.rowClick=r.value}}class Es{constructor(){this.observers=[]}attach(e){this.observers.push(e)}detach(e){this.observers=this.observers.filter(s=>s!==e)}notify(){for(const e of this.observers)e.update(this)}}class gt{constructor(e){this.rows=new E([]),this.headerSchema=new E([]),this.currentPage=new E(1),this.currentPageSize=new E(20),this.totalItems=new E(0),this.currentSortDetail=new E(new Ie("id",P.DESC)),this.scrollDetail=new E(null),this.isExpandable=new E(!1),this.tableSource=e,this.accessService=x.GetInstance()}async load(){this.rows.next(await this.tableSource.loadRows()),this.headerSchema.next(this.filterItemsBaseOnAccessLevel(await this.tableSource.loadHeaderSchema()))}async paginate(e,s){this.shouldSendPaginationRequest(e,s)&&(this.currentPage.next(e),this.currentPageSize.next(s),this.rows.next(await this.tableSource.paginate(e,s)))}shouldSendPaginationRequest(e,s){return this.currentPage.getValue()!==e||this.currentPageSize.getValue()!==s}async sort(e){this.shouldSendSortRequest(e)&&(this.currentSortDetail.next(e),this.rows.next(await this.tableSource.sort(e)))}shouldSendSortRequest(e){return e.key!==this.currentSortDetail.getValue().key||e.order!==this.currentSortDetail.getValue().order}async handleClick(e){this.tableSource.onRowClick&&await this.tableSource.onRowClick()}async handleMetaClick(e){this.tableSource.onRowMetaClick&&await this.tableSource.onRowMetaClick}async handleDoubleClick(e){this.tableSource.onRowDoubleClick&&await this.tableSource.onRowDoubleClick()}hasAnyAction(){for(const e of this.rows.getValue())if(this.getRowActions(e).length)return!0;return!1}getRowActions(e){return this.filterItemsBaseOnAccessLevel(this.tableSource.loadRowActions(e))}loadSummarySchema(){return this.tableSource.loadSummarySchema?this.tableSource.loadSummarySchema():{summaryTitle:"",summaryItems:[]}}filterItemsBaseOnAccessLevel(e){return e.filter(s=>s.hasAccess?s.hasAccess():!0)}async onDestroy(){this.tableSource.onTableDestroy()}}class Os extends gt{constructor(e){super(e),this.selectedRows=new E(new Map),this.selectRow=this.selectRow.bind(this),this.selectAll=this.selectAll.bind(this),this.isEveryRowSelected=this.isEveryRowSelected.bind(this),this.clearAllSelectedItems=this.clearAllSelectedItems.bind(this),this.getSelectedRowsAsArray=this.getSelectedRowsAsArray.bind(this),this.getSelectedRowIds=this.getSelectedRowIds.bind(this)}selectRow(e){const s=this.getSelectedRows();s.has(e.id)?(s.delete(e.id),this.selectedRows.next(this.selectedRows.getValue())):(s.set(e.id,e),this.selectedRows.next(this.selectedRows.getValue()))}selectAll(){if(this.isEveryRowSelected())this.clearAllSelectedItems();else for(const e of this.rows.getValue())this.selectedRows.getValue().set(e.id,e),this.selectedRows.next(this.selectedRows.getValue())}isEveryRowSelected(){return this.getSelectedRows().size===this.currentPageSize.getValue()||this.rows.getValue().length===this.getSelectedRows().size}clearAllSelectedItems(){this.getSelectedRows().clear(),this.selectedRows.next(this.selectedRows.getValue)}getSelectedRows(){return this.selectedRows.getValue()}getSelectedRowsAsArray(){return Array.from(this.selectedRows.getValue().values())}getSelectedRowIds(){return Array.from(this.selectedRows.getValue().keys())}}class Ts{constructor(){this.setCellComponentRegistry=this.setCellComponentRegistry.bind(this),this.getCellComponentRegistry=this.getCellComponentRegistry.bind(this)}setCellComponentRegistry(e){this.cellComponentRegistry=e}getCellComponentRegistry(){return this.cellComponentRegistry}}class Ps{constructor(){this.registeredComponents=new Map}initialize(){this.registerComponents()}getRegisteredComponents(){return this.registeredComponents}}function Ls(t){return function(s,r){s.constructor.prototype.headers||(s.constructor.prototype.headers=[]),s.constructor.prototype.headers.push({path:r,...t})}}function ks(t){return function(s){async function r(){return s.prototype.headers||[]}t.prototype.loadHeaderSchema=r}}function yt(){const t=g.ref(new Map),e=g.ref(0),s=g.ref(null),r=g.computed(()=>Array.from(t.value.values()));function n(p){e.value=p}function i(p){for(const S of p)a(S)}function a(p){t.value.set(p.id,p)}function c(p){return s.value=t.value.get(p)||null,s.value}function l(p){const S=c(p);return S&&t.value.delete(p),!!S}function u(){t.value.clear()}function f(p){s.value=p}function v(){s.value=null}return{itemsAsArray:r,totalCount:e,currentItem:s,setTotalCount:n,addOrReplaceItems:i,getById:c,removeById:l,clearItems:u,setCurrentItem:f,clearCurrentItem:v}}class St{constructor(){this.pageNumber=1,this.itemCount=20,this.sortDetail=new Ie("id",P.DESC),this.filters=[]}}class Vs{constructor(e,s){this.items=e,this.totalItems=s}}class $s{constructor(e,s){this.shouldKeepSync=e,this.intervalInMillisecond=s}}const wt=new St;function It(){const t=g.ref(structuredClone(wt));function e(){t.value.pageNumber=t.value.pageNumber+1}function s(){t.value.pageNumber=t.value.pageNumber-1}function r(v){t.value.pageNumber=v}function n(v){t.value.itemCount=v}function i(v){t.value.sortDetail.key=v.key,t.value.sortDetail.order=v.order}function a(v){for(const p in v)c(p,v[p])}function c(v,p){const S=t.value.filters.findIndex(D=>D.key===v);S>-1?t.value.filters[S].value=p:t.value.filters.push({key:v,value:p})}function l(v){let p=t.value.filters;p=p.filter(S=>S.key!==v),t.value.filters=p}function u(){const v={page:t.value.pageNumber,count:t.value.itemCount};t.value.sortDetail&&(v.by=t.value.sortDetail.key,v.order=t.value.sortDetail.order);for(const p of t.value.filters)if(p.value)if(typeof p.value=="string"||typeof p.value=="number")v[p.key]=p.value;else{const S=JSON.stringify(p.value);S!=="[]"&&S!=="{}"&&(v[p.key]=S)}return v}function f(){t.value=structuredClone(wt)}return{params:t,setNextPage:e,setPreventPage:s,setPageNumber:r,setItemCount:n,setSortDetail:i,setFilter:c,removeFilter:l,getRequestParams:u,clearParam:f,setFiltersBaseOnRequestBody:a}}function bt(){const t=g.ref(new Set),e=g.computed(()=>t.value.has(y.FetchList)),s=g.computed(()=>t.value.has(y.FetchItem)),r=g.computed(()=>t.value.has(y.FetchLastItems)),n=g.computed(()=>t.value.has(y.FetchPreviousItems)),i=g.computed(()=>t.value.has(y.Create)),a=g.computed(()=>t.value.has(y.Update)),c=g.computed(()=>t.value.has(y.Delete)),l=g.computed(()=>t.value.has(y.Search)),u=g.computed(()=>t.value.has(y.Sort));function f(p){t.value.add(p)}function v(p){t.value.delete(p)}return{loadingStatus:t,isFetchingList:e,isFetchingItem:s,isFetchingLastItems:r,isFetchingPreviousItems:n,isCreating:i,isUpdating:a,isDeleting:c,isSearching:l,isSorting:u,setStatus:f,removeStatus:v}}function Ns(t){const e=yt(),s=It(),r=bt(),n=new $e({runAction:async()=>v(y.AutoRefresh)}),i=g.computed(()=>{const h=s.params.value.pageNumber,d=s.params.value.itemCount,m=h*d-d,I=h*d-1,b=[];for(let w=m;w<=I&&e.itemsAsArray.value[w];w++)b.push(e.itemsAsArray.value[w]);return b}),a=g.computed(()=>({totalItems:e.totalCount.value,currentPage:s.params.value.pageNumber,rows:e.itemsAsArray.value,loadingStatus:r.loadingStatus.value,currentPageItems:i.value})),c=g.computed(()=>({getData:u,sort:ae,paginate:Me,fetchRows:v})),l=g.computed(()=>t.getSyncDetail());function u(){return a.value}async function f(h){const d=await t.fetchList(h);return e.clearItems(),e.addOrReplaceItems(d.items),e.setTotalCount(d.totalItems),d}async function v(h=y.FetchList){r.setStatus(h);const d=await f(s.getRequestParams());return r.removeStatus(h),d}async function p(){S(),await v()}function S(){if(!l.value.shouldKeepSync)throw new Error("The provided repository does not support auto refresh");n.setupInterval(l.value.intervalInMillisecond)}function D(){n.clearInterval()}async function X(h,d=!0){r.setStatus(y.FetchItem),d&&e.clearCurrentItem();const m=await t.fetchItemById(h);return e.setCurrentItem(m),r.removeStatus(y.FetchItem),m}async function Q(h){r.setStatus(y.Create);const d=await t.createItem(h);return d&&e.addOrReplaceItems([d]),r.removeStatus(y.Create),d}async function ee(h,d){r.setStatus(y.Update);const m=await t.updateItem(h,d);return m&&e.addOrReplaceItems([m]),r.removeStatus(y.Update),m}async function te(h){return r.setStatus(y.Delete),await t.deleteItem(h),r.removeStatus(y.Delete),e.removeById(h)}async function Ke(){s.setNextPage(),r.setStatus(y.FetchLastItems);const h=await f(s.getRequestParams());return r.removeStatus(y.FetchLastItems),h}async function Ze(){s.setPreventPage(),r.setStatus(y.FetchPreviousItems);const h=await f(s.getRequestParams());return r.removeStatus(y.FetchPreviousItems),h}async function Me(h){s.setPageNumber(h),r.setStatus(y.FetchList);const d=await f(s.getRequestParams());return r.removeStatus(y.FetchList),d}async function Xe(h){s.setFilter("search",h),r.setStatus(y.Search),e.clearItems();const d=await f(s.getRequestParams());return r.removeStatus(y.Search),d}async function ae(h){s.setSortDetail(h),r.setStatus(y.Sort),e.clearItems();const d=await f(s.getRequestParams());return r.removeStatus(y.Sort),d}async function se(){return s.clearParam(),await v()}return g.onBeforeUnmount(()=>{D()}),{loadingStatusManager:r,dataManger:e,paramsManager:s,tableRenderingData:a,fetchList:v,fetchWithAutoRefresh:p,setupAutoRefresh:S,stopAutoRefresh:D,fetchItemById:X,createItem:Q,updateItem:ee,deleteItem:te,fetchLastItems:Ke,fetchPreviousItems:Ze,fetchItemsByPageNumber:Me,search:Xe,sort:ae,clearFilters:se,tableService:c,currentPageItems:i}}function Fs(t){const e=g.ref(t),s=g.computed(()=>({getData(){return{totalItems:e.value.length,currentPageItems:e.value,loadingStatus:new Set,rows:e.value,currentPage:1}},async sort(r){return{totalItems:e.value.length,items:e.value}},async fetchRows(){return{totalItems:e.value.length,items:e.value}},async paginate(r,n){return{totalItems:e.value.length,items:e.value}}}));return{tableRows:e,staticTableService:s}}function js(){const t=g.ref(new Map),e=g.ref(0),s=g.computed(()=>e.value),r=g.computed(()=>Array.from(t.value.values()));function n(f){e.value=f}function i(f){for(const v of f)a(v)}function a(f){t.value.set(String(f.id),f)}function c(f){const v=l(f);return t.value.delete(String(f)),v}function l(f){return t.value.get(String(f))||null}function u(){t.value.clear()}return{entityItemsAsArray:r,addOrReplaceItems:i,removeById:c,getItemById:l,clearItems:u,setTotalCount:n,getTotalCount:s}}class Bs{constructor(e,s=500){this.timerId=null,this.debounceTimeout=s,this.action=e}runAction(){this.cancelDebounce(),this.action.runImmediate(),this.timerId=setTimeout(()=>{this.action.runDebounce()},this.debounceTimeout)}cancelDebounce(){this.timerId&&clearTimeout(this.timerId)}}function Us(t){return function(e,s,r){const n=r.value;r.value=async function(...i){try{return await n.apply(this,i)}catch(a){for(const c of t)await c.handleError(a)}}}}function Ys(t){return function(e,s,r){const n=r.value;r.value=async function(...i){try{const a=await n.apply(this,i);for(const c of t)c.shouldResolveSuccess(a)&&await c.handleSuccess(a);return a}catch(a){for(const c of t)c.shouldResolveFailure(a)&&await c.handleFailure(a)}}}}class Hs{constructor(e,s,r=()=>!0,n=()=>!0){this.successMessageResolver=e,this.failureMessageResolver=s,this.shouldResolveSuccess=r,this.shouldResolveFailure=n}async handleSuccess(e){}async handleFailure(e){}async handleInfo(){}async handleWarning(){}}const T=class T{constructor(){}static GetInstance(){return T.instance||(T.instance=new T),T.instance}static registerHandler(e,s){T.handlers.set(e,s)}handle(e){var n;const s=((n=e.response)==null?void 0:n.status)??0,r=T.handlers.get(s);r&&r.handleError(e)}};T.handlers=new Map,T.instance=null;let Be=T;class qs{constructor(e){this.axiosInstance=e}setBaseURL(e){return this.axiosInstance.defaults.baseURL=e,this}setTimeout(e){return this.axiosInstance.defaults.timeout=e,this}setHeaders(e){return this.axiosInstance.defaults.headers.common=e,this}attachRequestInterceptors(e){return this.axiosInstance.interceptors.request.use(s=>{for(const r of e)r.intercept(s);return s},s=>Promise.reject(s)),this}attachResponseInterceptors(e){return this.axiosInstance.interceptors.response.use(s=>s,s=>{throw e.handle(s),s}),this}build(){return this.axiosInstance}}class zs{constructor(e){this.axiosInstance=e}async get(e,s){return await this.axiosInstance.get(e,s)}async post(e,s,r){return await this.axiosInstance.post(e,s,r)}async patch(e,s,r){return await this.axiosInstance.patch(e,s,r)}async put(e,s,r){return await this.axiosInstance.put(e,s,r)}async delete(e,s){return await this.axiosInstance.delete(e,s)}}class Js{constructor(){this._initializer=[]}setupInitializers(e){this._initializer.push(...e)}initialize(){for(const e of this._initializer)e.initialize()}}const H=class H{constructor(){this.jsonConverter=new _.JsonConvert}serializeObject(e,s){return this.jsonConverter.serializeObject(e,s)}deserializeObject(e,s){return this.jsonConverter.deserializeObject(e,s)}deserializeArray(e,s){return this.jsonConverter.deserializeArray(e,s)}tryDeserialize(e,s){for(const r of s)try{return this.deserializeObject(e,r)}catch{}throw new Error("Unable to deserialize object")}static GetInstance(){return H.Instance||(H.Instance=new H),H.Instance}};H.Instance=null;let Ue=H;var Dt=(t=>(t.Success="success",t.Failure="error",t.Info="info",t.Warning="warning",t))(Dt||{}),Ye=(t=>(t.BottomLeft="bottomLeft",t.TopLeft="topLeft",t))(Ye||{});class Ws{constructor(e,s,r){this.placement=Ye.BottomLeft,this.type=e,this.message=s,this.description=r}}const Gs=Qe.defineStore(Se.Dialog,()=>{const t=g.reactive({dialogComponent:null,width:k.DefaultWidth,height:k.DefaultHeight,props:null,header:""}),e=g.computed(()=>!!t.dialogComponent),s=g.computed(()=>!!t.header);function r(l){t.dialogComponent=l}function n(l){t.header=l}function i(l){if(!e.value)throw new Error("there is no dialog to set props on");t.props=l}function a(l,u){if(!e.value)throw new Error("there is no dialog to set size on");if(l<k.MinimalAvailableSize)throw new Error("negative size not supported");u===k.Width?t.width=l:t.height=l}function c(){t.props=null,t.height=k.DefaultHeight,t.width=k.DefaultWidth,t.header="",t.dialogComponent=null}return{dialogData:t,openDialog:r,clearDialog:c,setSize:a,setDialogHeader:n,setProps:i,isDialogExists:e,hasDefaultHeader:s}}),xs=Qe.defineStore(Se.Drawer,()=>{const t=g.ref(G.Close),e=g.computed(()=>t.value===G.Open);function s(){t.value=G.Close}function r(){t.value=G.Open}return{closeDrawer:s,openDrawer:r,isDrawerOpen:e}});class Ks{constructor(e){this.mapProcesses=new Map,this.processes=e,this.assignProcessManager()}assignProcessManager(){this.processes.addToManager(this)}setProcessToMap(e){this.mapProcesses.set(e.name,e)}async start(){await this.processes.execute()}async startFrom(e){const s=this.mapProcesses.get(e);if(!s)throw new Error(`Process ${e} not found`);await s.execute()}}class Zs{constructor(e,s){this.next=null,this.name=e,this.next=s}addToManager(e){e.setProcessToMap(this),this.next&&this.next.addToManager(e)}}class Xs{constructor(){this.checkAccessibility=this.checkAccessibility.bind(this),this.isAccessible=this.isAccessible.bind(this),this.getDestinationRouteName=this.getDestinationRouteName.bind(this)}async checkAccessibility(e,s,r){if(await this.isAccessible(e,s)){r();return}if(await this.getDestinationRouteName()){r({name:await this.getDestinationRouteName()});return}if(await this.getDestinationRouteLocation(e,s)){r(await this.getDestinationRouteLocation(e,s));return}r(!1)}async getDestinationRouteName(){return""}async getDestinationRouteLocation(e,s){return null}}class Qs{constructor(e,s,r){this.scheduler=new $e({runAction:async()=>{await this.fetchList()}}),this.repository=e,this.crudDataManagement=s,this.syncDetail=this.repository.getSyncDetail(),this.paramManager=r,this.syncListWithApi()}async fetchList(){const e=await this.repository.fetchList(this.paramManager.getRequestParams());return this.crudDataManagement.addOrReplaceItems(e.items),this.crudDataManagement.setTotalCount(e.totalItems),e}async fetchItemById(e){const s=await this.repository.fetchItemById(e);return s&&this.crudDataManagement.addOrReplaceItems([s]),s}async createItem(e){const s=await this.repository.createItem(e);return s&&!this.shouldRefreshListAfterCreate()&&this.crudDataManagement.addOrReplaceItems([s]),s&&this.shouldRefreshListAfterCreate()&&await this.fetchList(),s}shouldRefreshListAfterCreate(){return!0}async deleteItem(e){return await this.repository.deleteItem(e)?this.crudDataManagement.removeById(e):null}async updateItem(e,s){const r=await this.repository.updateItem(e,s);return this.shouldRefreshListAfterUpdate()&&r?(await this.fetchList(),this.crudDataManagement.getItemById(e)):r}shouldRefreshListAfterUpdate(){return!0}async removeItem(e){const s=await this.repository.deleteItem(e);return s&&this.shouldRefreshListAfterDelete()&&await this.fetchList(),s?this.crudDataManagement.removeById(e):null}shouldRefreshListAfterDelete(){return!1}syncListWithApi(){this.scheduler.clearInterval(),this.syncDetail.shouldKeepSync&&this.scheduler.setupInterval(this.syncDetail.intervalInMillisecond)}onDestroy(){this.crudDataManagement.clearItems(),this.clearInterval()}clearInterval(){this.scheduler.clearInterval()}}class At{}class er extends At{search(e,s,r){const n=[];e:for(const i of e)for(const a of r(i))if(j.removeSpacesFromString(String(a).toLowerCase()).indexOf(j.removeSpacesFromString(String(s).toLowerCase()))>-1){n.push(i);continue e}return n}}var He=(t=>(t.Hidden="hidden",t.Visible="visible",t))(He||{});class tr{constructor(e){this._visibilityControl=e,this.mangeVisibilityEvent()}mangeVisibilityEvent(){document.addEventListener("visibilitychange",e=>{document.visibilityState===He.Hidden?this._visibilityControl.screenInvisible(e):this._visibilityControl.screenVisible(e)})}}var sr=Object.defineProperty,rr=Object.getOwnPropertyDescriptor,O=(t,e,s,r)=>{for(var n=r>1?void 0:r?rr(e,s):e,i=t.length-1,a;i>=0;i--)(a=t[i])&&(n=(r?a(e,s,n):a(n))||n);return r&&n&&sr(e,s,n),n};o.Amount=class{constructor(){this.value="",this.symbol=""}get tradeValueInNumber(){return Number(this.value)}get truncatedValue(){return this.tradeValueInNumber.toLocaleString("en-US",{maximumFractionDigits:8})}},O([_.JsonProperty("value",String,!0)],o.Amount.prototype,"value",2),O([_.JsonProperty("symbol",String)],o.Amount.prototype,"symbol",2),o.Amount=O([_.JsonObject("Amount")],o.Amount),o.BaseModel=class{getTable(){const e=Object.getPrototypeOf(this)._table;if(!e)throw new Error("No Table found for the model. are you sure decorated the model with @Table() ?");return e}},O([_.JsonProperty("id",Object)],o.BaseModel.prototype,"id",2),o.BaseModel=O([_.JsonObject("BaseModel")],o.BaseModel),o.MinifiedSymbolModel=class extends o.BaseModel{},O([_.JsonProperty("symbol",String)],o.MinifiedSymbolModel.prototype,"symbol",2),O([_.JsonProperty("enName",String)],o.MinifiedSymbolModel.prototype,"enName",2),O([_.JsonProperty("faName",String)],o.MinifiedSymbolModel.prototype,"faName",2),O([_.JsonProperty("image",String)],o.MinifiedSymbolModel.prototype,"image",2),o.MinifiedSymbolModel=O([_.JsonObject("MinifiedSymbolModel")],o.MinifiedSymbolModel);class nr{constructor(e,s){this.requestedDate=e,this.executedDate=s}get requestedDateInJalali(){return M.mapUnixToDate(this.requestedDate,J.SimpleDate)}get requestedTime(){return M.mapUnixToDate(this.requestedDate,J.JustHour)}get executedDateInJalali(){return M.mapUnixToDate(this.executedDate,J.SimpleDate)}get executedDateTime(){return M.mapUnixToDate(this.executedDate,J.JustHour)}}class ir{constructor(e,s){this.requestedAmount=e,this.executedAmount=s}}class ar{constructor(e,s,r,n,i){this.symbolPrice=e,this.USDTPrice=s,this.symobl=r,this.symbolImage=n,this.USDTImage=i}get truncatedSymbolPrice(){return this.symbolPrice.toLocaleString("en-US",{maximumFractionDigits:8})}get truncatedUSDTPrice(){return this.USDTPrice.toLocaleString("en-US",{maximumFractionDigits:8})}}class or{constructor(e,s){this.soldSymbol=e,this.buySymbol=s}}var qe;(function(t){t[t.Transient=0]="Transient",t[t.Singleton=1]="Singleton",t[t.ResolutionScoped=2]="ResolutionScoped",t[t.ContainerScoped=3]="ContainerScoped"})(qe||(qe={}));const A=qe;/*! *****************************************************************************
1
+ (function(o,C){typeof exports=="object"&&typeof module<"u"?C(exports,require("dayjs"),require("vue"),require("json2typescript"),require("pinia")):typeof define=="function"&&define.amd?define(["exports","dayjs","vue","json2typescript","pinia"],C):(o=typeof globalThis<"u"?globalThis:o||self,C(o.IronCore={},o.dayjs,o.Vue,o.json2typescript,o.pinia))})(this,function(o,C,g,_,Qe){"use strict";var le=(t=>(t.BankCard="####-####-####-####",t.Iban="##-####-####-####-####-####-##",t))(le||{}),J=(t=>(t.FullDate="YYYY/M/D HH:mm",t.SimpleDate="YYYY/M/D",t.CompactGregorianDate="YYYYMMDD",t.ShortJalaliDate="YYMM",t.JustHour="HH:mm:ss",t))(J||{});const et=[{62198619:{persian:"بلو",english:"blue"}},{603799:{persian:"بانک ملی ایران",english:"melli"}},{589210:{persian:"بانک سپه",english:"sepah"}},{627648:{persian:"بانک توسعه صادرات",english:"export-development"}},{627961:{persian:"بانک صنعت و معدن",english:"industry-mine"}},{603770:{persian:"بانک کشاورزی",english:"agriculture"}},{628023:{persian:"بانک مسکن",english:"housing"}},{627760:{persian:"پست بانک ایران",english:"post"}},{502908:{persian:"بانک توسعه تعاون",english:"development-cooperation"}},{627412:{persian:"بانک اقتصاد نوین",english:"eghtesad-novin"}},{622106:{persian:"بانک پارسیان",english:"parsian"}},{502229:{persian:"بانک پاسارگاد",english:"pasargad"}},{639599:{persian:"بانک قوامین",english:"ghavamin"}},{627488:{persian:"بانک کارآفرین",english:"karafarin"}},{621986:{persian:"بانک سامان",english:"saman"}},{639346:{persian:"بانک سینا",english:"sina"}},{639607:{persian:"بانک سرمایه",english:"sarmayeh"}},{504706:{persian:"بانک شهر",english:"shahr"}},{502806:{persian:"بانک شهر",english:"shahr"}},{502938:{persian:"بانک دی",english:"day"}},{603769:{persian:"بانک صادرات",english:"saderat"}},{610433:{persian:"بانک ملت",english:"mellat"}},{627353:{persian:"بانک تجارت",english:"tejarat"}},{585983:{persian:"بانک تجارت",english:"tejarat"}},{589463:{persian:"بانک رفاه",english:"refah"}},{627381:{persian:"بانک انصار",english:"ansar"}},{639370:{persian:"بانک مهر اقتصاد",english:"mehr-eqtesad"}},{505801:{persian:"موسسه اعتباری کوثر",english:"kosar"}},{606373:{persian:"بانک قرض الحسنه مهرایرانیان",english:"mehr"}},{186214:{persian:"بانک آینده",english:"ayandeh"}},{504172:{persian:"بانک قرض الحسنه رسالت",english:"resalat"}},{505416:{persian:"بانک گردشگری",english:"tourism"}},{505785:{persian:"بانک ایران‌زمین",english:"iran-zamin"}},{505809:{persian:"بانک خاورمیانه",english:"middle-east"}},{585947:{persian:"بانک خاورمیانه",english:"middle-east"}},{604932:{persian:"بانک سپه",english:"sepah"}},{627961:{persian:"بانک صنعت و معدن",english:"industry-mine"}},{636214:{persian:"بانک آینده",english:"ayandeh"}},{636795:{persian:"بانک مرکزی",english:"markazi"}},{636949:{persian:"بانک حکمت ایرانیان",english:"hekmat-iranian"}},{639217:{persian:"بانک کشاورزی",english:"agriculture"}}],tt=[{"010":{persian:"بانک مرکزی",english:"markazi"}},{"011":{persian:"بانک صنعت و معدن",english:"industry-mine"}},{"012":{persian:"بانک ملت",english:"mellat"}},{"013":{persian:"بانک رفاه",english:"refah"}},{"014":{persian:"بانک مسکن",english:"housing"}},{"015":{persian:"بانک سپه",english:"sepah"}},{"016":{persian:"بانک کشاورزی",english:"agriculture"}},{"017":{persian:"بانک ملّی ایران",english:"melli"}},{"018":{persian:"بانک تجارت",english:"tejarat"}},{"019":{persian:"بانک صادرات",english:"saderat"}},{"020":{persian:"بانک توسعه صادرات",english:"export-development"}},{"021":{persian:"پست بانک",english:"post"}},{"053":{persian:"بانک کارآفرین",english:"karafarin"}},{"054":{persian:"بانک پارسیان",english:"parsian"}},{"055":{persian:"بانک اقتصاد نوین",english:"eghtesad-novin"}},{"056":{persian:"بانک سامان",english:"saman"}},{"057":{persian:"بانک پاسارگاد",english:"pasargad"}},{"058":{persian:"بانک سرمایه",english:"sarmayeh"}},{"059":{persian:"بانک سینا",english:"sina"}},{"060":{persian:"بانک قرض الحسنه مهرایرانیان",english:"mehr"}},{"061":{persian:"بانک شهر",english:"shahr"}},{"062":{persian:"بانک آینده",english:"ayandeh"}},{"065":{persian:"بانک حکمت ایرانیان",english:"hekmat-iranian"}},{"066":{persian:"بانک دی",english:"day"}},{"069":{persian:"بانک ایران زمین",english:"iran-zamin"}},{"070":{persian:"بانک قرض الحسنه رسالت",english:"resalat"}},{"078":{persian:"بانک خاورمیانه",english:"middle-east"}}];var st=(t=>(t.Normal="YYYY-MM-DD",t.ContainsHour="YYYY-MM-DD HH:mm",t.OnlyHour="HH:mm",t))(st||{});function ce(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var ue={exports:{}},Tt=ue.exports,rt;function Pt(){return rt||(rt=1,function(t,e){(function(s,r){t.exports=r()})(Tt,function(){return function(s,r){r.prototype.weekday=function(n){var i=this.$locale().weekStart||0,a=this.$W,c=(a<i?a+7:a)-i;return this.$utils().u(n)?c:this.subtract(c,"day").add(n,"day")}}})}(ue)),ue.exports}var Lt=Pt();const kt=ce(Lt);var he={exports:{}},Vt=he.exports,nt;function $t(){return nt||(nt=1,function(t,e){(function(s,r){t.exports=r()})(Vt,function(){var s="week",r="year";return function(n,i,a){var c=i.prototype;c.week=function(l){if(l===void 0&&(l=null),l!==null)return this.add(7*(l-this.week()),"day");var u=this.$locale().yearStart||1;if(this.month()===11&&this.date()>25){var v=a(this).startOf(r).add(1,r).date(u),f=a(this).endOf(s);if(v.isBefore(f))return 1}var p=a(this).startOf(r).date(u).startOf(s).subtract(1,"millisecond"),S=this.diff(p,s,!0);return S<0?a(this).startOf("week").week():Math.ceil(S)},c.weeks=function(l){return l===void 0&&(l=null),this.week(l)}}})}(he)),he.exports}var Nt=$t();const Ft=ce(Nt);var de={exports:{}},jt=de.exports,it;function Bt(){return it||(it=1,function(t,e){(function(s,r){t.exports=r()})(jt,function(){return function(s,r){r.prototype.weekYear=function(){var n=this.month(),i=this.week(),a=this.year();return i===1&&n===11?a+1:n===0&&i>=52?a-1:a}}})}(de)),de.exports}var Ut=Bt();const Yt=ce(Ut);var fe={exports:{}},Ht=fe.exports,at;function qt(){return at||(at=1,function(t,e){(function(s,r){t.exports=r(C)})(Ht,function(s){function r(a){return a&&typeof a=="object"&&"default"in a?a:{default:a}}var n=r(s),i={name:"fa",weekdays:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysShort:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysMin:"ی_د_س_چ_پ_ج_ش".split("_"),weekStart:6,months:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),monthsShort:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),ordinal:function(a){return a},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},relativeTime:{future:"در %s",past:"%s پیش",s:"چند ثانیه",m:"یک دقیقه",mm:"%d دقیقه",h:"یک ساعت",hh:"%d ساعت",d:"یک روز",dd:"%d روز",M:"یک ماه",MM:"%d ماه",y:"یک سال",yy:"%d سال"}};return n.default.locale(i,null,!0),i})}(fe)),fe.exports}var zt=qt();const Jt=ce(zt);function ve(t,e){return Wt(t)||Gt(t,e)||xt()}function Wt(t){if(Array.isArray(t))return t}function Gt(t,e){var s=[],r=!0,n=!1,i=void 0;try{for(var a=t[Symbol.iterator](),c;!(r=(c=a.next()).done)&&(s.push(c.value),!(e&&s.length===e));r=!0);}catch(l){n=!0,i=l}finally{try{!r&&a.return!=null&&a.return()}finally{if(n)throw i}}return s}function xt(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}function ot(t,e,s){e<=2&&(t-=1,e+=12);var r=Math.floor(t/100),n=2-r+Math.floor(r/4),i=Math.floor(365.25*(t+4716))+Math.floor(30.6001*(e+1))+s+n-1524.5;return i}function Kt(t){t=t+.5;var e=Math.floor(t),s=t-e,r=e;if(e>=2299161){var n=Math.floor((e-186721625e-2)/36524.25);r=e+1+n-Math.floor(n/4)}var i=r+1524,a=Math.floor((i-122.1)/365.25),c=Math.floor(365.25*a),l=Math.floor((i-c)/30.6001),u=i-c-Math.floor(30.6001*l)+s,v=l<14?l-1:l-13,f=v>2?a-4716:a-4715;return Qt(f,v,u)}function Zt(t){t=t+.5;var e=Math.floor(t),s=t-e,r=e;if(e>=2299161){var n=Math.floor((e-186721625e-2)/36524.25);r=e+1+n-Math.floor(n/4)}var i=r+1524,a=Math.floor((i-122.1)/365.25),c=Math.floor(365.25*a),l=Math.floor((i-c)/30.6001),u=i-c-Math.floor(30.6001*l)+s,v=l<14?l-1:l-13,f=v>2?a-4716:a-4715;return[Math.floor(f),Math.floor(v),Math.floor(u)]}function Xt(t,e,s){var r=[31,28,31,30,31,30,31,31,30,31,30,31],n=[31,31,31,31,31,31,30,30,30,30,30,29];function i(S,D){return Math.floor(S/D)}t-=979;for(var a=365*t+i(t,33)*8+i(t%33+3,4),c=0;c<e-1;++c)a+=n[c];a+=s-1;var l=a+79,u=1600+400*i(l,146097);l=l%146097;var v=!0;for(l>=36525&&(l--,u+=100*i(l,36524),l=l%36524,l>=365?l++:v=!1),u+=4*i(l,1461),l%=1461,l>=366&&(v=!1,l--,u+=i(l,365),l=l%365),c=0;l>=r[c]+(c==1&&v);c++)l-=r[c]+(c==1&&v);var f=c+1,p=l+1;return ot(u,f,p)}function Qt(t,e,s){var r=[31,28,31,30,31,30,31,31,30,31,30,31],n=[31,31,31,31,31,31,30,30,30,30,30,29];function i(ee,te){return Math.floor(ee/te)}for(var a=t-1600,c=e-1,l=s-1,u=365*a+i(a+3,4)-i(a+99,100)+i(a+399,400),v=0;v<c;++v)u+=r[v];c>1&&(t%4==0&&t%100!=0||t%400==0)&&u++,u+=l;var f=u-79,p=i(f,12053);f%=12053;var S=979+33*p+4*i(f,1461);f%=1461,f>=366&&(S+=i(f-1,365),f=(f-1)%365);for(var D=0;D<11&&f>=n[D];++D)f-=n[D];var X=D+1,Q=f+1;return[S,X,Q]}var me={J:function(e,s,r){return Kt(ot(e,s,r))},G:function(e,s,r){return Zt(Xt(e,s,r))}},es=/^(\d{4})[-/]?(\d{1,2})[-/]?(\d{0,2})(.*)?$/,ts=/\[.*?\]|jY{2,4}|jM{1,4}|jD{1,2}|Y{2,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,Pe="date",W="day",$="month",N="year",lt="week",ss="YYYY-MM-DDTHH:mm:ssZ",rs={jmonths:"فروردین_اردیبهشت_خرداد_تیر_مرداد_شهریور_مهر_آبان_آذر_دی_بهمن_اسفند".split("_")},ns=function(t,e,s){var r=e.prototype,n=r.$utils(),i=function(d){return d.$C==="jalali"},a=n.prettyUnit||n.p,c=n.isUndefined||n.u,l=n.padStart||n.s,u=n.monthDiff||n.m,v=n.absFloor||n.a,f=function(d){return function(){var m=d.bind(this).apply(void 0,arguments);return m.$C=this.$C,m.isJalali()&&m.InitJalali(),m}};r.startOf=f(r.startOf),r.endOf=f(r.endOf),r.add=f(r.add),r.subtract=f(r.subtract),r.set=f(r.set);var p=r.parse,S=r.init,D=r.startOf,X=r.$set,Q=r.add,ee=r.format,te=r.diff,Ke=r.year,Ze=r.month,Me=r.date,Xe=r.daysInMonth,ae=r.toArray;s.$C="gregory",s.$fdow=6,s.calendar=function(h){return s.$C=h,s},r.calendar=function(h){var d=this.clone();return d.$C=h,d.isJalali()&&d.InitJalali(),d},r.isJalali=function(){return i(this)},s.en.jmonths="Farvardin_Ordibehesht_Khordaad_Tir_Mordaad_Shahrivar_Mehr_Aabaan_Aazar_Dey_Bahman_Esfand".split("_"),s.locale("fa",Object.assign({},Jt,{},rs),!0);var se=function(d,m){return s(d,{locale:m.$L,utc:m.$u,calendar:m.$C})};r.init=function(){var h=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};S.bind(this)(h),this.isJalali()&&this.InitJalali()},r.parse=function(h){var d;if(this.$C=h.calendar||this.$C||s.$C,h.jalali&&typeof h.date=="string"&&/.*[^Z]$/i.test(h.date)&&(d=h.date.match(es))){var m=me.G(parseInt(d[1],10),parseInt(d[2],10),parseInt(d[3]||1,10)),I=ve(m,3),b=I[0],w=I[1],R=I[2];h.date="".concat(b,"-").concat(w,"-").concat(R).concat(d[4]||"")}return p.bind(this)(h)},r.InitJalali=function(){var h=me.J(this.$y,this.$M+1,this.$D),d=ve(h,3),m=d[0],I=d[1],b=d[2];this.$jy=m,this.$jM=I-1,this.$jD=b},r.startOf=function(h,d){var m=this;if(!i(this))return D.bind(this)(h,d);var I=c(d)?!0:d,b=a(h),w=function(re,q){var L=arguments.length>2&&arguments[2]!==void 0?arguments[2]:m.$jy,Oe=me.G(L,q+1,re),z=ve(Oe,3),oe=z[0],Te=z[1],kr=z[2],Ot=se(new Date(oe,Te-1,kr),m);return(I?Ot:Ot.endOf(W)).$set("hour",1)},R=(this.$W+(7-s.$fdow))%7;switch(b){case N:return I?w(1,0):w(0,0,this.$jy+1);case $:return I?w(1,this.$jM):w(0,(this.$jM+1)%12,this.$jy+parseInt((this.$jM+1)/12,10));case lt:return I?w(this.$jD-R,this.$jM):w(this.$jD+(6-R),this.$jM);default:return D.bind(this)(h,d)}},r.$set=function(h,d){var m=this;if(!i(this))return X.bind(this)(h,d);var I=a(h),b=function(R,Ee){var re=arguments.length>2&&arguments[2]!==void 0?arguments[2]:m.$jy,q=me.G(re,Ee+1,R),L=ve(q,3),Oe=L[0],z=L[1],oe=L[2];return m.$d.setFullYear(Oe),m.$d.setMonth(z-1),m.$d.setDate(oe),m};switch(I){case Pe:case W:b(d,this.$jM);break;case $:b(this.$jD,d);break;case N:b(this.$jD,this.$jM,d);break;default:return X.bind(this)(h,d)}return this.init(),this},r.add=function(h,d){var m=this;if(!i(this))return Q.bind(this)(h,d);h=Number(h);var I=d&&(d.length===1||d==="ms")?d:a(d),b=function(z,oe){var Te=m.set(Pe,1).set(z,oe+h);return Te.set(Pe,Math.min(m.$jD,Te.daysInMonth()))};if(["M",$].indexOf(I)>-1){var w=this.$jM+h,R=w<0?-Math.ceil(-w/12):Math.floor(w/12),Ee=this.$jD,re=this.set(W,1).add(R,N).set($,w-R*12);return re.set(W,Math.min(re.daysInMonth(),Ee))}if(["y",N].indexOf(I)>-1)return b(N,this.$jy);if(["d",W].indexOf(I)>-1){var q=new Date(this.$d);return q.setDate(q.getDate()+h),se(q,this)}if(["w",lt].indexOf(I)>-1){var L=new Date(this.$d);return L.setDate(L.getDate()+h*7),se(L,this)}return Q.bind(this)(h,d)},r.format=function(h,d){var m=this;if(!i(this))return ee.bind(this)(h,d);var I=h||ss,b=d||this.$locale(),w=b.jmonths;return I.replace(ts,function(R){if(R.indexOf("[")>-1)return R.replace(/\[|\]/g,"");switch(R){case"YY":return String(m.$jy).slice(-2);case"YYYY":return String(m.$jy);case"M":return String(m.$jM+1);case"MM":return l(m.$jM+1,2,"0");case"MMM":return w[m.$jM].slice(0,3);case"MMMM":return w[m.$jM];case"D":return String(m.$jD);case"DD":return l(m.$jD,2,"0");default:return ee.bind(m)(R,d)}})},r.diff=function(h,d,m){if(!i(this))return te.bind(this)(h,d,m);var I=a(d),b=s(h),w=u(this,b);switch(I){case N:w/=12;break;case $:break;default:return te.bind(this)(h,d,m)}return m?w:v(w)},r.$g=function(h,d,m){return c(h)?this[d]:this.set(m,h)},r.year=function(h){return i(this)?this.$g(h,"$jy",N):Ke.bind(this)(h)},r.month=function(h){return i(this)?this.$g(h,"$jM",$):Ze.bind(this)(h)},r.date=function(h){return i(this)?this.$g(h,"$jD",W):Me.bind(this)(h)},r.daysInMonth=function(){return i(this)?this.endOf($).$jD:Xe.bind(this)()},ae&&(r.toArray=function(){return i(this)?[this.$jy,this.$jM,this.$jD,this.$H,this.$m,this.$s,this.$ms]:ae.bind(this)()}),r.clone=function(){return se(this.toDate(),this)}};const is={ordinal(t){},relativeTime:void 0,name:"fa",weekdays:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysShort:"ی_د_س_چ_پ_ج_ش".split("_"),weekdaysMin:"ی_د_س_چ_پ_ج_ش".split("_"),months:"فروردین_اردیبهشت_خرداد_تیر_مرداد_شهریور_مهر_آبان_آذر_دی_بهمن_اسفند".split("_"),monthsShort:"فروردین_اردیبهشت_خرداد_تیر_مرداد_شهریور_مهر_آبان_آذر_دی_بهمن_اسفند".split("_"),weekStart:6,formats:{L:"YYYY/MM/DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"}};function ct(){C.extend(ns),C.calendar("jalali"),C.extend(kt),C.extend(Ft),C.extend(Yt),C.locale(is,{},!0)}class as{constructor(e,s){this.start=e,this.end=s}}class os{constructor(e,s,r){this.maxDate=e,this.minDate=s,this.disabledDates=r}}class F{static standardToUnix(e){return Math.floor(new Date(e).getTime()/1e3)}static unixToStandard(e){return new Date(e*1e3).toString()}static getUnixEndOfDayInUnix(e){return C.unix(e).endOf("day").unix()}}class ne{static isDateDisabled(e,s){for(const r of e.disabledDates)if(ne.areUnixesInSameDate(r,s.unix()))return!0;return!!(e.maxDate&&ne.isDateGraterOrSame(e.maxDate,s.unix())||e.minDate&&ne.isDateLowerOrSame(e.minDate,s.unix()))}static areUnixesInSameDate(e,s){return F.getUnixEndOfDayInUnix(e)===F.getUnixEndOfDayInUnix(s)}static isDateGraterOrSame(e,s){return F.getUnixEndOfDayInUnix(s)>=F.getUnixEndOfDayInUnix(e)}static isDateLowerOrSame(e,s){return F.getUnixEndOfDayInUnix(s)<=F.getUnixEndOfDayInUnix(e)}}ct();class M{static toCurrency(e,s){return e.toLocaleString("en-US",s)}static toCurrencyWithDotSeparator(e){return M.toCurrency(e).replaceAll(",",".")}static applyMask(e,s){let r="",n=0,i=0;for(;n<e.length;){if(e[n]==="#"){if(i>=s.length)throw new Error("Value length does not match the format.");r+=s[i],i++}else r+=e[n];n++}if(i!==s.length)throw new Error("Value length does not match the format.");return r}static applyBankCardMask(e){return M.applyMask(le.BankCard,String(e))}static applyIbanMask(e){return M.applyMask(le.Iban,String(e))}static toEnglishDigits(e){const s=["۱","۲","۳","۴","۵","۶","۷","۸","۹","۰"],r=["١","٢","٣","٤","٥","٦","٧","٨","٩","٠"],n=["1","2","3","4","5","6","7","8","9","0"];return e.split("").map(i=>n[s.indexOf(i)]||n[r.indexOf(i)]||i).join("")}static mapUnixToDate(e,s){return C(new Date(e)).subtract(1,"day").format(s)}}var y=(t=>(t.FetchList="fetchList",t.AutoRefresh="autoRefresh",t.FetchItem="fetchItem",t.FetchLastItems="fetchLastItems",t.FetchPreviousItems="fetchPreviousItems",t.Create="CREATE",t.Update="UPDATE",t.Delete="DELETE",t.Search="SEARCH",t.Sort="SORT",t.Success="SUCCESS",t.Error="ERROR",t.Idle="IDLE",t))(y||{}),k=(t=>(t.Width="width",t.Height="height",t[t.DefaultWidth=500]="DefaultWidth",t[t.DefaultHeight=350]="DefaultHeight",t[t.MinimalAvailableSize=0]="MinimalAvailableSize",t))(k||{}),P=(t=>(t.ASC="ASC",t.DESC="DESC",t))(P||{}),ut=(t=>(t.ASC="ascend",t.DESC="descend",t))(ut||{}),pe=(t=>(t.Left="left",t.Right="right",t.Center="center",t))(pe||{}),ge=(t=>(t.Text="text",t))(ge||{}),ye=(t=>(t.Text="text",t.ACTION="action",t.Tag="tag",t.Iban="iban",t.BankCard="bankCard",t.Symbol="symbol",t.TradeDetail="tradeDetail",t.SymbolPrice="symbolPrice",t.TradeSymbol="tradeSymbol",t.Price="price",t.DynamicCurrencyPrice="dynamicCurrencyPrice",t.TradeDate="tradeDate",t.RequestResponseIdentity="requestResponseIdentity",t.Image="image",t))(ye||{}),Le=(t=>(t[t.MINIMAL_LOADABLE_HEADER_COUNT=0]="MINIMAL_LOADABLE_HEADER_COUNT",t[t.DEFAULT_ITEM_COUNT_PER_PAGE=20]="DEFAULT_ITEM_COUNT_PER_PAGE",t.PAGINATION_POSITION="bottomCenter",t))(Le||{});o.ApplicationTheme=(t=>(t.FontFamily="IRANSansX",t))(o.ApplicationTheme||{});var G=(t=>(t.Open="open",t.Close="close",t))(G||{}),ht=(t=>(t[t.NotFound=404]="NotFound",t[t.Unauthorized=401]="Unauthorized",t[t.ServerError=500]="ServerError",t))(ht||{}),ie=(t=>(t[t.Invalid=0]="Invalid",t[t.Valid=1]="Valid",t))(ie||{}),V=(t=>(t.Theme="theme",t.AccessList="accessList",t.Token="token",t.SSO_ACCESS_LIST="ssoAccessList",t))(V||{});o.ApplicationTheme=(t=>(t.Light="light",t.Dark="dark",t))(o.ApplicationTheme||{});var Se=(t=>(t.Dialog="dialog",t.Drawer="drawer",t.Module="module",t.Toast="toast",t))(Se||{}),dt=(t=>(t.USDT="USDT",t))(dt||{});class j{static getBankImageBaseOnCardInfo(e,s){return e===void 0?"/img/banks/shetab.png":s==="IBAN"?(e=M.toEnglishDigits(e.replace(/IR/g,"").split(" ").join("")),`/img/banks/${j.iban(e).english}.png`):(e=M.toEnglishDigits(e.replace(/ /g,"")),`/img/banks/${j.card(e).english}.png`)}static card(e){const s={persian:"نامشخص",english:"shetab"};if(e==null)return s;e=e.substring(0,6);try{const r=et.find(n=>Object.keys(n)[0]===e);return r===void 0?s:Object.values(r)[0]}catch{return s}}static iban(e){const s={persian:"نامشخص",english:"shetab"};if(e==null)return s;e=e.substring(2,5);try{const r=tt.find(n=>Object.keys(n)[0]===e);return r===void 0?s:Object.values(r)[0]}catch{return s}}static async copyValueToClipboard(e){await navigator.clipboard.writeText(String(e))}static downloadBlob(e,s=j.extractFileNameFromHeader(e)){const r=document.createElement("a");r.href=URL.createObjectURL(e.data),r.download=s,r.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,composed:!0})),r.remove()}static extractFileNameFromHeader(e){var r,n,i,a;return((a=(r=e.headers["content-disposition"])==null?void 0:r.split("filename=")[1])==null?void 0:a.slice(1,((i=(n=e.headers["content-disposition"])==null?void 0:n.split("filename="))==null?void 0:i[1].length)-1))||"Saraf-File"}static removeSpacesFromString(e){return e&&typeof e.normalize=="function"&&(e=e.normalize("NFC")),e.replace(/[\s\u00A0\u1680\u180E\u2000-\u200A\u200B-\u200D\u2060\uFEFF\u2028\u2029\u202F\u205F\u3000]+/g,"")}static isArraySorted(e,s=n=>n,r=P.ASC){return e.every((n,i)=>e.length-1===i?!0:r===P.ASC?s(n)<=s(e[i+1]):s(n)>=s(e[i+1]))}}const U=class U{constructor(){this.availableAccesses=new Set}setAvailableAccesses(e){this.setAccessListToStorage(e);for(const s of e)this.availableAccesses.add(s)}setAccessListToStorage(e){localStorage.setItem(V.AccessList,JSON.stringify(e))}everyAccess(e){return e.every(s=>this.availableAccesses.has(s))}someAccess(e){return e.some(s=>this.availableAccesses.has(s))}clearAvailableAccesses(){this.availableAccesses.clear(),localStorage.removeItem(V.AccessList)}initialize(){const e=localStorage.getItem(V.AccessList);e!==null&&this.setAvailableAccesses(JSON.parse(e))}static GetInstance(){return U.Instance||(U.Instance=new U),U.Instance}};U.Instance=null;let x=U;class ke{constructor(){this.mounted=(e,s)=>{this.checkAccess(e,s.value)},this.updated=(e,s)=>{this.checkAccess(e,s.value)},this.checkAccess=(e,s)=>{this.hasAccess(s)||e.remove()},this.accessService=x.GetInstance()}}class ls extends ke{hasAccess(e){return this.accessService.everyAccess(e)}}class cs extends ke{hasAccess(e){return this.accessService.someAccess(e)}}const Y=class Y{constructor(){this._accessLevels=new Map}initialize(){this.setAccessLevelFromStorage()}setAccessLevels(e){for(const s in e)this._accessLevels.set(s,new Set(e[s]));this.setAccessLevelsToStorage(e)}setAccessLevelsToStorage(e){localStorage.setItem(V.SSO_ACCESS_LIST,JSON.stringify(e))}getAccessLevelsFromStorage(){let e=localStorage.getItem(V.SSO_ACCESS_LIST);return e!==null?JSON.parse(e):e}getAccessLevelsOfScope(e){if(this._accessLevels.has(e))return this._accessLevels.get(e);throw new Error(`The scope is not exists ${e}`)}setAccessLevelFromStorage(){const e=this.getAccessLevelsFromStorage();e&&this.setAccessLevels(e)}everyAccess(e,s){const r=this.getAccessLevelsOfScope(e);return r?s.every(n=>r.has(n)):!1}someAccess(e,s){const r=this.getAccessLevelsOfScope(e);return r?s.some(n=>r.has(n)):!1}hasScope(e){return this._accessLevels.has(e)}clear(){localStorage.removeItem(V.SSO_ACCESS_LIST),this._accessLevels=new Map}static GetInstance(){return Y._instance||(Y._instance=new Y),Y._instance}};Y._instance=null;let we=Y;class Ve{constructor(){this._authorizationService=we.GetInstance(),this.mounted=this.mounted.bind(this),this.updated=this.updated.bind(this),this.hasAccess=this.hasAccess.bind(this),this.manageElement=this.manageElement.bind(this)}mounted(e,s,r){this.manageElement(e,s.arg,s.modifiers)}updated(e,s,r){this.manageElement(e,s.arg,s.modifiers)}manageElement(e,s,r){if(!this._authorizationService.hasScope(s)){e.remove();return}const n=this.getAccessLevels(s,r);this.hasAccess(s,n)||e.remove()}getAccessLevels(e,s){var n;let r=Object.keys(s);return r.length||(r=Array.from(((n=this._authorizationService.getAccessLevelsOfScope(e))==null?void 0:n.values())??[])),r}}class us extends Ve{hasAccess(e,s){return this._authorizationService.everyAccess(e,s)}}class hs extends Ve{hasAccess(e,s){return this._authorizationService.someAccess(e,s)}}class ft{constructor(){this.value=null,this.initialValue=null,this.name="",this.isValid=!1,this.isBlurSensitive=!1,this.isRequired=!1,this.isIncludeInRequestBody=!0,this.isChangeSensitive=!1,this.notValidMessage="",this.isEmptySensitive=!0,this.hasCustomValidationCheck=!1,this.shouldRemoveValidationMessageOnInteract=!1}}function ds(t){return t===1}function fs(t,e){return t-1===e}function vt(t){return String(t).length===0||t===null||t===void 0}function vs(t){t()}class ms{constructor(e,s){this.initialData=null,this.data=new ft,this._validators=[],this._id=Math.random(),this.data.value=s,this.data.name=e,this.shouldRunValidation()&&this.runValidation(!0)}shouldRunValidation(){return this.data.hasCustomValidationCheck?!1:this.data.isRequired?!0:!vt(this.data.value)}async runValidation(e=!1){for(const s of this._validators){const r=await s.validate(this.data.value);if(r){this.setFormToInvalidState(e,r);return}}this.setFormToValidState()}setFormToInvalidState(e,s){this.data.isValid=!1,(this.data.isChangeSensitive||e)&&this.setNotValidMessage(s)}setFormToValidState(){this.data.isValid=!0,this.setNotValidMessage("")}reset(){this.initialData?this.data=structuredClone(g.toRaw(this.initialData)):console.warn("The "+this.data.name+`input control has no initial data,
2
+ the initial data will be available after calling the [markAsInitial] method on this instance`)}markAsInitial(){this.initialData=structuredClone(g.toRaw(this.data))}setValidators(e){this._validators=e}getChangeSensitive(){return this.data.isChangeSensitive}setChangeSensitive(e){if(e&&this.data.shouldRemoveValidationMessageOnInteract)throw new Error("Input control "+this.getName()+" can not be both change sensitive and remove validation meessage on interact");this.data.isChangeSensitive=e}getIsBlurSensitive(){return this.data.isBlurSensitive}setIsBlurSensitive(e){this.data.isBlurSensitive=e}getIsRequired(){return this.data.isRequired}setIsRequired(e){this.data.isRequired=e}getIsValid(){return this.data.isValid}setIsValid(e){this.data.isValid=e}getIsIncludeInRequestBody(){return this.data.isIncludeInRequestBody}setIsIncludeInRequestBody(e){this.data.isIncludeInRequestBody=e}getNotValidMessage(){return this.data.notValidMessage}setNotValidMessage(e){this.data.notValidMessage=e}getName(){return this.data.name}setName(e){this.data.name=e}setId(e){this._id=e}getId(){return this._id}getIsEmptySensitive(){return this.data.isEmptySensitive}setIsEmptySensitive(e){this.data.isEmptySensitive=e}setHasCustomValidationCheck(e){this.data.hasCustomValidationCheck=e}setShouldRemoveValidationOnInteract(e){if(e&&this.data.isChangeSensitive)throw new Error("Input control "+this.getName()+" can not be both change sensitive and remove validation meessage on interact");this.data.shouldRemoveValidationMessageOnInteract=e}getShouldRemoveValidationOnInteract(){return this.data.shouldRemoveValidationMessageOnInteract}hasCustomValidationCheck(){return this.data.hasCustomValidationCheck}set value(e){this.data.value=e,this.shouldRunValidation()&&this.runValidation(),this.getShouldRemoveValidationOnInteract()&&this.setNotValidMessage("")}get value(){return this.data.value}}class ps{constructor(e){this._inputControl=e}setValidators(e){return this._inputControl.setValidators(e),this}setChangeSensitive(){return this._inputControl.setChangeSensitive(!0),this}setRequired(){return this._inputControl.setIsRequired(!0),this}setValid(){return this._inputControl.setIsValid(!0),this}setBlurSensitive(){return this._inputControl.setIsBlurSensitive(!0),this}setId(e){return this._inputControl.setId(e),this}removeEmptySensitive(){return this._inputControl.setIsEmptySensitive(!1),this}setHasCustomValidationCheck(){return this._inputControl.setHasCustomValidationCheck(!0),this}removeErrorOnInteract(){return this._inputControl.setShouldRemoveValidationOnInteract(!0),this}build(){return this._inputControl}}class gs{constructor(){this.mounted=(e,s)=>{s.value&&s.value.getIsBlurSensitive()&&(e.addEventListener("click",this.handleFocus.bind(this,s.value)),e.addEventListener("blur",this.handleBlur.bind(this,s.value),!0))},this.beforeUnMount=(e,s)=>{e.removeEventListener("blur",this.handleBlur.bind(this,s.value)),e.removeEventListener("click",this.handleFocus.bind(this,s.value))}}handleBlur(e){e.runValidation(!0)}handleFocus(e){e.value||e.getIsEmptySensitive()||e.setNotValidMessage("")}}class ys{constructor(){this._inputControls=new Map,this._isValid=!1,this._id=Math.random()}getInputControlsAsArray(){return Array.from(this._inputControls.values())}async runValidation(e){let s=!0;for(const r of this.getInputControlsAsArray())if(e&&await r.runValidation(!0),!r.getIsValid()&&(s=!1,!e)){this._isValid=!1;return}this._isValid=s}addInputControls(e){for(const s of e)this._inputControls.set(s.getName(),s)}getInputControl(e){const s=this._inputControls.get(e);if(!s)throw new Error(`The provided input name (${e}}) has no controls.`);return s}resetControls(e){for(const s of e){const r=this._inputControls.get(s);r?r.reset():console.warn(`Provided input name ${s} has no controllers in this form`)}}resetAll(){for(const e of this.getInputControlsAsArray())e.reset()}createRequestBody(){const e={};for(const s of this.getInputControlsAsArray())s.getIsIncludeInRequestBody()&&(e[s.getName()]=s.value);return e}setIsValid(e){this._isValid=e}getIsValid(){return this._isValid}setId(e){this._id=e}getId(){return this._id}}function Ss(t,e=!1){const s=g.reactive(t),r=g.ref(ie.Invalid);return g.watch(()=>s.getInputControlsAsArray(),()=>{e||(s.runValidation(),s.getIsValid()?r.value=ie.Valid:r.value=ie.Invalid)},{immediate:!0,deep:!0}),{reactiveForm:s,validationStatus:r}}class $e{constructor(e){this.timerId=null,this.setupInterval=this.setupInterval.bind(this),this.schedule=e}setupInterval(e){const s=this;this.timerId=setTimeout(async function r(){await s.schedule.runAction(),s.timerId=setTimeout(()=>{r()},e)},e)}clearInterval(){this.timerId&&clearInterval(this.timerId)}}const Ne="150px",Fe=2,ws={path:"id",key:"id",title:"عملیات",colspan:Fe,width:Ne,cellType:ye.ACTION,align:pe.Center,headerType:ge.Text,accessLevel:null},mt={width:Ne,align:pe.Center,headerType:ge.Text,cellType:ye.Text,colspan:Fe};class Ie{constructor(e,s){this.key=e,this.order=s}}class je{aSort(e,s){return e.sort((r,n)=>{const i=r[s]??r,a=n[s]??n;if(typeof i=="string"&&typeof a=="string")return i.localeCompare(a);if(typeof i=="number"&&typeof a=="number")return i-a;throw new Error("Not supported data type")})}bSort(e,s){return e.sort((r,n)=>{const i=r[s]??r,a=n[s]??n;if(typeof i=="string"&&typeof a=="string")return a.localeCompare(i);if(typeof i=="number"&&typeof a=="number")return a-i;throw new Error("Not supported data type")})}}class Is{arrayOfObjectSort(e,s,r,n=new je){return r===P.ASC?n.aSort(e,s):n.bSort(e,s)}arraySort(e,s,r=new je){return s===P.ASC?r.aSort(e):r.bSort(e)}}class pt{constructor(e){this.currentPage=1,this.currentPageSize=20,this.currentSortDetail=new Ie("id",P.DESC),this.loadedRows=[],this.headerSchema=[],this.service=e,this.accessService=x.GetInstance()}addHeader(e){this.headerSchema.push(e)}async load(){this.headerSchema=this.filterItemsBaseOnAccessLevel(await this.loadHeader()),await this.loadRows()}filterItemsBaseOnAccessLevel(e){return e.filter(s=>s.hasAccess?s.hasAccess():!0)}async sort(e){this.shouldSendSortRequest(e)&&(this.currentSortDetail=e,this.loadedRows=(await this.handleSort(this.currentSortDetail)).items)}shouldSendSortRequest(e){return e.key!==this.currentSortDetail.key||e.order!==this.currentSortDetail.order}async paginate(e,s){this.shouldSendPaginationRequest(e,s)&&(this.currentPage=e,this.currentPageSize=s,this.loadedRows=(await this.handlePagination(this.currentPage,this.currentPageSize)).items)}shouldSendPaginationRequest(e,s){return this.currentPage!==e||this.currentPageSize!==s}async loadRows(){return this.loadedRows=(await this.service.fetchRows()).items,this.loadedRows}getData(){return this.service.getData()}async handleSort(e){return await this.service.sort(e)}async handlePagination(e,s){return await this.service.paginate(e,s)}getItemCountPerPage(){return Le.DEFAULT_ITEM_COUNT_PER_PAGE}isLoading(){const e=this.getLoadingStatuses();return e.has(y.Search)||e.has(y.FetchList)||e.has(y.Sort)||e.has(y.FetchLastItems)||e.has(y.FetchPreviousItems)}getLoadingStatuses(){return this.getData().loadingStatus}hasAnyAction(){for(const e of this.loadedRows)if(this.getAccessedActions(e).length)return!0;return!1}getAccessedActions(e){return this.filterItemsBaseOnAccessLevel(this.getActions(e))}getActions(e){return[]}getScrollDetail(){return null}isExpandable(){return!1}async handleClick(e){}async handleMetaClick(e){}async handleDoubleClick(e){}async onDestroy(){}async loadHeader(){throw new Error("No header provided for the table.")}loadSummarySchema(){return{summaryTitle:"",summaryItems:[]}}}class E{constructor(e){this.observers=[],this.attach=this.attach.bind(this),this.detach=this.detach.bind(this),this.notify=this.notify.bind(this),this.notifyObject=this.notifyObject.bind(this),this.next=this.next.bind(this),this.getValue=this.getValue.bind(this),this.next(e)}attach(e){this.observers.push(e),this.notifyObject(e)}detach(e){this.observers=this.observers.filter(s=>s!==e)}notify(){for(const e of this.observers)this.notifyObject(e)}notifyObject(e){typeof e=="function"?e(this._value):e.update(this._value)}next(e){typeof e=="function"?this._value=e(this._value):this._value=e,this.notify()}getValue(){return this._value}}class bs extends pt{constructor(e){super(e),this.selectedRows=new E(new Map),this.rowSelect=this.rowSelect.bind(this),this.selectAll=this.selectAll.bind(this),this.isEveryRowSelected=this.isEveryRowSelected.bind(this),this.handlePagination=this.handlePagination.bind(this),this.clearAllSelectedItems=this.clearAllSelectedItems.bind(this),this.getSelectedRows=this.getSelectedRows.bind(this),this.getSelectedRowsAsArray=this.getSelectedRowsAsArray.bind(this),this.getSelectedRowIds=this.getSelectedRowIds.bind(this)}rowSelect(e){this.getSelectedRowsValue().has(e.id)?(this.getSelectedRowsValue().delete(e.id),this.selectedRows.next(this.selectedRows.getValue())):(this.selectedRows.getValue().set(e.id,e),this.selectedRows.next(this.selectedRows.getValue()))}selectAll(){if(this.isEveryRowSelected())this.clearAllSelectedItems();else for(const e of this.loadedRows)this.selectedRows.getValue().set(e.id,e),this.selectedRows.next(this.selectedRows.getValue())}isEveryRowSelected(){return this.getSelectedRowsValue().size===this.currentPageSize||this.loadedRows.length===this.getSelectedRowsValue().size}async handlePagination(e,s){return this.clearAllSelectedItems(),await super.handlePagination(e,s)}async handleSort(e){return this.clearAllSelectedItems(),await super.handleSort(e)}clearAllSelectedItems(){this.selectedRows.getValue().clear(),this.selectedRows.next(this.selectedRows.getValue())}getSelectedRows(){return this.selectedRows}getSelectedRowsAsArray(){return Array.from(this.selectedRows.getValue().values())}getSelectedRowIds(){return Array.from(this.selectedRows.getValue().keys())}getSelectedRowsValue(){return this.selectedRows.getValue()}}function Ds(t){return{...mt,...t}}function As(t){return function(s,r){s.constructor.prototype.headers||(s.constructor.prototype.headers=[]),s.constructor.prototype.headers.push({path:r,...t})}}function Rs(t){return function(s){async function r(){return s.prototype._table=this,s.prototype.headers}function n(c){const l=[],u=s.prototype.actions||[];for(const v of u){if(!v.isAvailable(c))continue;const f={handler:v.handler.bind(c),accessLevel:v.accessLevel,actionName:v.actionName};l.push(f)}return l}async function i(c){s.prototype.rowClick&&await s.prototype.rowClick.call(c)}async function a(){s.prototype.tableDestroy&&await s.prototype.tableDestroy()}t.prototype.loadHeader=r,t.prototype.getActions=n,t.prototype.handleClick=i,t.prototype.onDestroy=a}}function Cs(t){return function(s,r,n){s.constructor.prototype.actions||(s.constructor.prototype.actions=[]),t.handler=n.value,s.constructor.prototype.actions.push(t)}}function _s(){return function(e,s,r){e.constructor.prototype.tableDestroy=r.value}}function Ms(){return function(e,s,r){e.constructor.prototype.rowClick=r.value}}class Es{constructor(){this.observers=[]}attach(e){this.observers.push(e)}detach(e){this.observers=this.observers.filter(s=>s!==e)}notify(){for(const e of this.observers)e.update(this)}}class gt{constructor(e){this.rows=new E([]),this.headerSchema=new E([]),this.currentPage=new E(1),this.currentPageSize=new E(20),this.totalItems=new E(0),this.currentSortDetail=new E(new Ie("id",P.DESC)),this.scrollDetail=new E(null),this.isExpandable=new E(!1),this.tableSource=e,this.accessService=x.GetInstance()}async load(){this.rows.next(await this.tableSource.loadRows()),this.headerSchema.next(this.filterItemsBaseOnAccessLevel(await this.tableSource.loadHeaderSchema()))}async paginate(e,s){this.shouldSendPaginationRequest(e,s)&&(this.currentPage.next(e),this.currentPageSize.next(s),this.rows.next(await this.tableSource.paginate(e,s)))}shouldSendPaginationRequest(e,s){return this.currentPage.getValue()!==e||this.currentPageSize.getValue()!==s}async sort(e){this.shouldSendSortRequest(e)&&(this.currentSortDetail.next(e),this.rows.next(await this.tableSource.sort(e)))}shouldSendSortRequest(e){return e.key!==this.currentSortDetail.getValue().key||e.order!==this.currentSortDetail.getValue().order}async handleClick(e){this.tableSource.onRowClick&&await this.tableSource.onRowClick()}async handleMetaClick(e){this.tableSource.onRowMetaClick&&await this.tableSource.onRowMetaClick}async handleDoubleClick(e){this.tableSource.onRowDoubleClick&&await this.tableSource.onRowDoubleClick()}hasAnyAction(){for(const e of this.rows.getValue())if(this.getRowActions(e).length)return!0;return!1}getRowActions(e){return this.filterItemsBaseOnAccessLevel(this.tableSource.loadRowActions(e))}loadSummarySchema(){return this.tableSource.loadSummarySchema?this.tableSource.loadSummarySchema():{summaryTitle:"",summaryItems:[]}}filterItemsBaseOnAccessLevel(e){return e.filter(s=>s.hasAccess?s.hasAccess():!0)}async onDestroy(){this.tableSource.onTableDestroy()}}class Os extends gt{constructor(e){super(e),this.selectedRows=new E(new Map),this.selectRow=this.selectRow.bind(this),this.selectAll=this.selectAll.bind(this),this.isEveryRowSelected=this.isEveryRowSelected.bind(this),this.clearAllSelectedItems=this.clearAllSelectedItems.bind(this),this.getSelectedRowsAsArray=this.getSelectedRowsAsArray.bind(this),this.getSelectedRowIds=this.getSelectedRowIds.bind(this)}selectRow(e){const s=this.getSelectedRows();s.has(e.id)?(s.delete(e.id),this.selectedRows.next(this.selectedRows.getValue())):(s.set(e.id,e),this.selectedRows.next(this.selectedRows.getValue()))}selectAll(){if(this.isEveryRowSelected())this.clearAllSelectedItems();else for(const e of this.rows.getValue())this.selectedRows.getValue().set(e.id,e),this.selectedRows.next(this.selectedRows.getValue())}isEveryRowSelected(){return this.getSelectedRows().size===this.currentPageSize.getValue()||this.rows.getValue().length===this.getSelectedRows().size}clearAllSelectedItems(){this.getSelectedRows().clear(),this.selectedRows.next(this.selectedRows.getValue)}getSelectedRows(){return this.selectedRows.getValue()}getSelectedRowsAsArray(){return Array.from(this.selectedRows.getValue().values())}getSelectedRowIds(){return Array.from(this.selectedRows.getValue().keys())}}class Ts{constructor(){this.setCellComponentRegistry=this.setCellComponentRegistry.bind(this),this.getCellComponentRegistry=this.getCellComponentRegistry.bind(this)}setCellComponentRegistry(e){this.cellComponentRegistry=e}getCellComponentRegistry(){return this.cellComponentRegistry}}class Ps{constructor(){this.registeredComponents=new Map}initialize(){this.registerComponents()}getRegisteredComponents(){return this.registeredComponents}}function Ls(t){return function(s,r){s.constructor.prototype.headers||(s.constructor.prototype.headers=[]),s.constructor.prototype.headers.push({path:r,...t})}}function ks(t){return function(s){async function r(){return s.prototype.headers||[]}t.prototype.loadHeaderSchema=r}}function yt(){const t=g.ref(new Map),e=g.ref(0),s=g.ref(null),r=g.computed(()=>Array.from(t.value.values()));function n(p){e.value=p}function i(p){for(const S of p)a(S)}function a(p){t.value.set(p.id,p)}function c(p){return s.value=t.value.get(p)||null,s.value}function l(p){const S=c(p);return S&&t.value.delete(p),!!S}function u(){t.value.clear()}function v(p){s.value=p}function f(){s.value=null}return{itemsAsArray:r,totalCount:e,currentItem:s,setTotalCount:n,addOrReplaceItems:i,getById:c,removeById:l,clearItems:u,setCurrentItem:v,clearCurrentItem:f}}class St{constructor(){this.pageNumber=1,this.itemCount=20,this.sortDetail=new Ie("id",P.DESC),this.filters=[]}}class Vs{constructor(e,s){this.items=e,this.totalItems=s}}class $s{constructor(e,s){this.shouldKeepSync=e,this.intervalInMillisecond=s}}const wt=new St;function It(){const t=g.ref(structuredClone(wt));function e(){t.value.pageNumber=t.value.pageNumber+1}function s(){t.value.pageNumber=t.value.pageNumber-1}function r(f){t.value.pageNumber=f}function n(f){t.value.itemCount=f}function i(f){t.value.sortDetail.key=f.key,t.value.sortDetail.order=f.order}function a(f){for(const p in f)c(p,f[p])}function c(f,p){const S=t.value.filters.findIndex(D=>D.key===f);S>-1?t.value.filters[S].value=p:t.value.filters.push({key:f,value:p})}function l(f){let p=t.value.filters;p=p.filter(S=>S.key!==f),t.value.filters=p}function u(){const f={page:t.value.pageNumber,count:t.value.itemCount};t.value.sortDetail&&(f.by=t.value.sortDetail.key,f.order=t.value.sortDetail.order);for(const p of t.value.filters)if(p.value)if(typeof p.value=="string"||typeof p.value=="number")f[p.key]=p.value;else{const S=JSON.stringify(p.value);S!=="[]"&&S!=="{}"&&(f[p.key]=S)}return f}function v(){t.value=structuredClone(wt)}return{params:t,setNextPage:e,setPreventPage:s,setPageNumber:r,setItemCount:n,setSortDetail:i,setFilter:c,removeFilter:l,getRequestParams:u,clearParam:v,setFiltersBaseOnRequestBody:a}}function bt(){const t=g.ref(new Set),e=g.computed(()=>t.value.has(y.FetchList)),s=g.computed(()=>t.value.has(y.FetchItem)),r=g.computed(()=>t.value.has(y.FetchLastItems)),n=g.computed(()=>t.value.has(y.FetchPreviousItems)),i=g.computed(()=>t.value.has(y.Create)),a=g.computed(()=>t.value.has(y.Update)),c=g.computed(()=>t.value.has(y.Delete)),l=g.computed(()=>t.value.has(y.Search)),u=g.computed(()=>t.value.has(y.Sort));function v(p){t.value.add(p)}function f(p){t.value.delete(p)}return{loadingStatus:t,isFetchingList:e,isFetchingItem:s,isFetchingLastItems:r,isFetchingPreviousItems:n,isCreating:i,isUpdating:a,isDeleting:c,isSearching:l,isSorting:u,setStatus:v,removeStatus:f}}function Ns(t){const e=yt(),s=It(),r=bt(),n=new $e({runAction:async()=>f(y.AutoRefresh)}),i=g.computed(()=>{const h=s.params.value.pageNumber,d=s.params.value.itemCount,m=h*d-d,I=h*d-1,b=[];for(let w=m;w<=I&&e.itemsAsArray.value[w];w++)b.push(e.itemsAsArray.value[w]);return b}),a=g.computed(()=>({totalItems:e.totalCount.value,currentPage:s.params.value.pageNumber,rows:e.itemsAsArray.value,loadingStatus:r.loadingStatus.value,currentPageItems:i.value})),c=g.computed(()=>({getData:u,sort:ae,paginate:Me,fetchRows:f})),l=g.computed(()=>t.getSyncDetail());function u(){return a.value}async function v(h){const d=await t.fetchList(h);return e.clearItems(),e.addOrReplaceItems(d.items),e.setTotalCount(d.totalItems),d}async function f(h=y.FetchList){r.setStatus(h);const d=await v(s.getRequestParams());return r.removeStatus(h),d}async function p(){S(),await f()}function S(){if(!l.value.shouldKeepSync)throw new Error("The provided repository does not support auto refresh");n.setupInterval(l.value.intervalInMillisecond)}function D(){n.clearInterval()}async function X(h,d=!0){r.setStatus(y.FetchItem),d&&e.clearCurrentItem();const m=await t.fetchItemById(h);return e.setCurrentItem(m),r.removeStatus(y.FetchItem),m}async function Q(h){r.setStatus(y.Create);const d=await t.createItem(h);return d&&e.addOrReplaceItems([d]),r.removeStatus(y.Create),d}async function ee(h,d){r.setStatus(y.Update);const m=await t.updateItem(h,d);return m&&e.addOrReplaceItems([m]),r.removeStatus(y.Update),m}async function te(h){return r.setStatus(y.Delete),await t.deleteItem(h),r.removeStatus(y.Delete),e.removeById(h)}async function Ke(){s.setNextPage(),r.setStatus(y.FetchLastItems);const h=await v(s.getRequestParams());return r.removeStatus(y.FetchLastItems),h}async function Ze(){s.setPreventPage(),r.setStatus(y.FetchPreviousItems);const h=await v(s.getRequestParams());return r.removeStatus(y.FetchPreviousItems),h}async function Me(h){s.setPageNumber(h),r.setStatus(y.FetchList);const d=await v(s.getRequestParams());return r.removeStatus(y.FetchList),d}async function Xe(h){s.setFilter("search",h),r.setStatus(y.Search),e.clearItems();const d=await v(s.getRequestParams());return r.removeStatus(y.Search),d}async function ae(h){s.setSortDetail(h),r.setStatus(y.Sort),e.clearItems();const d=await v(s.getRequestParams());return r.removeStatus(y.Sort),d}async function se(){return s.clearParam(),await f()}return g.onBeforeUnmount(()=>{D()}),{loadingStatusManager:r,dataManger:e,paramsManager:s,tableRenderingData:a,fetchList:f,fetchWithAutoRefresh:p,setupAutoRefresh:S,stopAutoRefresh:D,fetchItemById:X,createItem:Q,updateItem:ee,deleteItem:te,fetchLastItems:Ke,fetchPreviousItems:Ze,fetchItemsByPageNumber:Me,search:Xe,sort:ae,clearFilters:se,tableService:c,currentPageItems:i}}function Fs(t){const e=g.ref(t),s=g.computed(()=>({getData(){return{totalItems:e.value.length,currentPageItems:e.value,loadingStatus:new Set,rows:e.value,currentPage:1}},async sort(r){return{totalItems:e.value.length,items:e.value}},async fetchRows(){return{totalItems:e.value.length,items:e.value}},async paginate(r,n){return{totalItems:e.value.length,items:e.value}}}));return{tableRows:e,staticTableService:s}}function js(){const t=g.ref(new Map),e=g.ref(0),s=g.computed(()=>e.value),r=g.computed(()=>Array.from(t.value.values()));function n(v){e.value=v}function i(v){for(const f of v)a(f)}function a(v){t.value.set(String(v.id),v)}function c(v){const f=l(v);return t.value.delete(String(v)),f}function l(v){return t.value.get(String(v))||null}function u(){t.value.clear()}return{entityItemsAsArray:r,addOrReplaceItems:i,removeById:c,getItemById:l,clearItems:u,setTotalCount:n,getTotalCount:s}}class Bs{constructor(e,s=500){this.timerId=null,this.debounceTimeout=s,this.action=e}runAction(){this.cancelDebounce(),this.action.runImmediate(),this.timerId=setTimeout(()=>{this.action.runDebounce()},this.debounceTimeout)}cancelDebounce(){this.timerId&&clearTimeout(this.timerId)}}function Us(t){return function(e,s,r){const n=r.value;r.value=async function(...i){try{return await n.apply(this,i)}catch(a){for(const c of t)await c.handleError(a)}}}}function Ys(t){return function(e,s,r){const n=r.value;r.value=async function(...i){try{const a=await n.apply(this,i);for(const c of t)c.shouldResolveSuccess(a)&&await c.handleSuccess(a);return a}catch(a){for(const c of t)c.shouldResolveFailure(a)&&await c.handleFailure(a)}}}}class Hs{constructor(e,s,r=()=>!0,n=()=>!0){this.successMessageResolver=e,this.failureMessageResolver=s,this.shouldResolveSuccess=r,this.shouldResolveFailure=n}async handleSuccess(e){}async handleFailure(e){}async handleInfo(){}async handleWarning(){}}const T=class T{constructor(){}static GetInstance(){return T.instance||(T.instance=new T),T.instance}static registerHandler(e,s){T.handlers.set(e,s)}handle(e){var n;const s=((n=e.response)==null?void 0:n.status)??0,r=T.handlers.get(s);r&&r.handleError(e)}};T.handlers=new Map,T.instance=null;let Be=T;class qs{constructor(e){this.axiosInstance=e}setBaseURL(e){return this.axiosInstance.defaults.baseURL=e,this}setTimeout(e){return this.axiosInstance.defaults.timeout=e,this}setHeaders(e){return this.axiosInstance.defaults.headers.common=e,this}attachRequestInterceptors(e){return this.axiosInstance.interceptors.request.use(s=>{for(const r of e)r.intercept(s);return s},s=>Promise.reject(s)),this}attachResponseInterceptors(e){return this.axiosInstance.interceptors.response.use(s=>s,s=>{throw e.handle(s),s}),this}build(){return this.axiosInstance}}class zs{constructor(e){this.axiosInstance=e}async get(e,s){return await this.axiosInstance.get(e,s)}async post(e,s,r){return await this.axiosInstance.post(e,s,r)}async patch(e,s,r){return await this.axiosInstance.patch(e,s,r)}async put(e,s,r){return await this.axiosInstance.put(e,s,r)}async delete(e,s){return await this.axiosInstance.delete(e,s)}}class Js{constructor(){this._initializer=[]}setupInitializers(e){this._initializer.push(...e)}initialize(){for(const e of this._initializer)e.initialize()}}const H=class H{constructor(){this.jsonConverter=new _.JsonConvert}serializeObject(e,s){return this.jsonConverter.serializeObject(e,s)}deserializeObject(e,s){return this.jsonConverter.deserializeObject(e,s)}deserializeArray(e,s){return this.jsonConverter.deserializeArray(e,s)}tryDeserialize(e,s){for(const r of s)try{return this.deserializeObject(e,r)}catch{}throw new Error("Unable to deserialize object")}static GetInstance(){return H.Instance||(H.Instance=new H),H.Instance}};H.Instance=null;let Ue=H;var Dt=(t=>(t.Success="success",t.Failure="error",t.Info="info",t.Warning="warning",t))(Dt||{}),Ye=(t=>(t.BottomLeft="bottomLeft",t.TopLeft="topLeft",t))(Ye||{});class Ws{constructor(e,s,r){this.placement=Ye.BottomLeft,this.type=e,this.message=s,this.description=r}}const Gs=Qe.defineStore(Se.Dialog,()=>{const t=g.reactive({dialogComponent:null,width:k.DefaultWidth,height:k.DefaultHeight,props:null,header:""}),e=g.computed(()=>!!t.dialogComponent),s=g.computed(()=>!!t.header);function r(l){t.dialogComponent=l}function n(l){t.header=l}function i(l){if(!e.value)throw new Error("there is no dialog to set props on");t.props=l}function a(l,u){if(!e.value)throw new Error("there is no dialog to set size on");if(l<k.MinimalAvailableSize)throw new Error("negative size not supported");u===k.Width?t.width=l:t.height=l}function c(){t.props=null,t.height=k.DefaultHeight,t.width=k.DefaultWidth,t.header="",t.dialogComponent=null}return{dialogData:t,openDialog:r,clearDialog:c,setSize:a,setDialogHeader:n,setProps:i,isDialogExists:e,hasDefaultHeader:s}}),xs=Qe.defineStore(Se.Drawer,()=>{const t=g.ref(G.Close),e=g.computed(()=>t.value===G.Open);function s(){t.value=G.Close}function r(){t.value=G.Open}return{closeDrawer:s,openDrawer:r,isDrawerOpen:e}});class Ks{constructor(e){this.mapProcesses=new Map,this.processes=e,this.assignProcessManager()}assignProcessManager(){this.processes.addToManager(this)}setProcessToMap(e){this.mapProcesses.set(e.name,e)}async start(){await this.processes.execute()}async startFrom(e){const s=this.mapProcesses.get(e);if(!s)throw new Error(`Process ${e} not found`);await s.execute()}}class Zs{constructor(e,s){this.next=null,this.name=e,this.next=s}addToManager(e){e.setProcessToMap(this),this.next&&this.next.addToManager(e)}}class Xs{constructor(){this.checkAccessibility=this.checkAccessibility.bind(this),this.isAccessible=this.isAccessible.bind(this),this.getDestinationRouteName=this.getDestinationRouteName.bind(this)}async checkAccessibility(e,s,r){if(await this.isAccessible(e,s)){r();return}if(await this.getDestinationRouteName()){r({name:await this.getDestinationRouteName()});return}if(await this.getDestinationRouteLocation(e,s)){r(await this.getDestinationRouteLocation(e,s));return}r(!1)}async getDestinationRouteName(){return""}async getDestinationRouteLocation(e,s){return null}}class Qs{constructor(e,s,r){this.scheduler=new $e({runAction:async()=>{await this.fetchList()}}),this.repository=e,this.crudDataManagement=s,this.syncDetail=this.repository.getSyncDetail(),this.paramManager=r,this.syncListWithApi()}async fetchList(){const e=await this.repository.fetchList(this.paramManager.getRequestParams());return this.crudDataManagement.addOrReplaceItems(e.items),this.crudDataManagement.setTotalCount(e.totalItems),e}async fetchItemById(e){const s=await this.repository.fetchItemById(e);return s&&this.crudDataManagement.addOrReplaceItems([s]),s}async createItem(e){const s=await this.repository.createItem(e);return s&&!this.shouldRefreshListAfterCreate()&&this.crudDataManagement.addOrReplaceItems([s]),s&&this.shouldRefreshListAfterCreate()&&await this.fetchList(),s}shouldRefreshListAfterCreate(){return!0}async deleteItem(e){return await this.repository.deleteItem(e)?this.crudDataManagement.removeById(e):null}async updateItem(e,s){const r=await this.repository.updateItem(e,s);return this.shouldRefreshListAfterUpdate()&&r?(await this.fetchList(),this.crudDataManagement.getItemById(e)):r}shouldRefreshListAfterUpdate(){return!0}async removeItem(e){const s=await this.repository.deleteItem(e);return s&&this.shouldRefreshListAfterDelete()&&await this.fetchList(),s?this.crudDataManagement.removeById(e):null}shouldRefreshListAfterDelete(){return!1}syncListWithApi(){this.scheduler.clearInterval(),this.syncDetail.shouldKeepSync&&this.scheduler.setupInterval(this.syncDetail.intervalInMillisecond)}onDestroy(){this.crudDataManagement.clearItems(),this.clearInterval()}clearInterval(){this.scheduler.clearInterval()}}class At{}class er extends At{search(e,s,r){const n=[];e:for(const i of e)for(const a of r(i))if(j.removeSpacesFromString(String(a).toLowerCase()).indexOf(j.removeSpacesFromString(String(s).toLowerCase()))>-1){n.push(i);continue e}return n}}var He=(t=>(t.Hidden="hidden",t.Visible="visible",t))(He||{});class tr{constructor(e){this._visibilityControl=e,this.mangeVisibilityEvent()}mangeVisibilityEvent(){document.addEventListener("visibilitychange",e=>{document.visibilityState===He.Hidden?this._visibilityControl.screenInvisible(e):this._visibilityControl.screenVisible(e)})}}var sr=Object.defineProperty,rr=Object.getOwnPropertyDescriptor,O=(t,e,s,r)=>{for(var n=r>1?void 0:r?rr(e,s):e,i=t.length-1,a;i>=0;i--)(a=t[i])&&(n=(r?a(e,s,n):a(n))||n);return r&&n&&sr(e,s,n),n};o.Amount=class{constructor(){this.value="",this.symbol=""}get tradeValueInNumber(){return Number(this.value)}get truncatedValue(){return this.tradeValueInNumber.toLocaleString("en-US",{maximumFractionDigits:8})}},O([_.JsonProperty("value",String,!0)],o.Amount.prototype,"value",2),O([_.JsonProperty("symbol",String)],o.Amount.prototype,"symbol",2),o.Amount=O([_.JsonObject("Amount")],o.Amount),o.BaseModel=class{getTable(){const e=Object.getPrototypeOf(this)._table;if(!e)throw new Error("No Table found for the model. are you sure decorated the model with @Table() ?");return e}},O([_.JsonProperty("id",Object)],o.BaseModel.prototype,"id",2),o.BaseModel=O([_.JsonObject("BaseModel")],o.BaseModel),o.MinifiedSymbolModel=class extends o.BaseModel{},O([_.JsonProperty("symbol",String)],o.MinifiedSymbolModel.prototype,"symbol",2),O([_.JsonProperty("enName",String)],o.MinifiedSymbolModel.prototype,"enName",2),O([_.JsonProperty("faName",String)],o.MinifiedSymbolModel.prototype,"faName",2),O([_.JsonProperty("image",String)],o.MinifiedSymbolModel.prototype,"image",2),o.MinifiedSymbolModel=O([_.JsonObject("MinifiedSymbolModel")],o.MinifiedSymbolModel);class nr{constructor(e,s){this.requestedDate=e,this.executedDate=s}get requestedDateInJalali(){return M.mapUnixToDate(this.requestedDate,J.SimpleDate)}get requestedTime(){return M.mapUnixToDate(this.requestedDate,J.JustHour)}get executedDateInJalali(){return M.mapUnixToDate(this.executedDate,J.SimpleDate)}get executedDateTime(){return M.mapUnixToDate(this.executedDate,J.JustHour)}}class ir{constructor(e,s){this.requestedAmount=e,this.executedAmount=s}}class ar{constructor(e,s,r,n,i){this.symbolPrice=e,this.USDTPrice=s,this.symobl=r,this.symbolImage=n,this.USDTImage=i}get truncatedSymbolPrice(){return this.symbolPrice.toLocaleString("en-US",{maximumFractionDigits:8})}get truncatedUSDTPrice(){return this.USDTPrice.toLocaleString("en-US",{maximumFractionDigits:8})}}class or{constructor(e,s){this.soldSymbol=e,this.buySymbol=s}}var qe;(function(t){t[t.Transient=0]="Transient",t[t.Singleton=1]="Singleton",t[t.ResolutionScoped=2]="ResolutionScoped",t[t.ContainerScoped=3]="ContainerScoped"})(qe||(qe={}));const A=qe;/*! *****************************************************************************
3
3
  Copyright (c) Microsoft Corporation.
4
4
 
5
5
  Permission to use, copy, modify, and/or distribute this software for any
@@ -12,6 +12,6 @@
12
12
  LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
13
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
14
  PERFORMANCE OF THIS SOFTWARE.
15
- ***************************************************************************** */var ze=function(t,e){return ze=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(s,r){s.__proto__=r}||function(s,r){for(var n in r)r.hasOwnProperty(n)&&(s[n]=r[n])},ze(t,e)};function Je(t,e){ze(t,e);function s(){this.constructor=t}t.prototype=e===null?Object.create(e):(s.prototype=e.prototype,new s)}function lr(t,e,s,r){function n(i){return i instanceof s?i:new s(function(a){a(i)})}return new(s||(s=Promise))(function(i,a){function c(f){try{u(r.next(f))}catch(v){a(v)}}function l(f){try{u(r.throw(f))}catch(v){a(v)}}function u(f){f.done?i(f.value):n(f.value).then(c,l)}u((r=r.apply(t,[])).next())})}function cr(t,e){var s={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},r,n,i,a;return a={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function c(u){return function(f){return l([u,f])}}function l(u){if(r)throw new TypeError("Generator is already executing.");for(;s;)try{if(r=1,n&&(i=u[0]&2?n.return:u[0]?n.throw||((i=n.return)&&i.call(n),0):n.next)&&!(i=i.call(n,u[1])).done)return i;switch(n=0,i&&(u=[u[0]&2,i.value]),u[0]){case 0:case 1:i=u;break;case 4:return s.label++,{value:u[1],done:!1};case 5:s.label++,n=u[1],u=[0];continue;case 7:u=s.ops.pop(),s.trys.pop();continue;default:if(i=s.trys,!(i=i.length>0&&i[i.length-1])&&(u[0]===6||u[0]===2)){s=0;continue}if(u[0]===3&&(!i||u[1]>i[0]&&u[1]<i[3])){s.label=u[1];break}if(u[0]===6&&s.label<i[1]){s.label=i[1],i=u;break}if(i&&s.label<i[2]){s.label=i[2],s.ops.push(u);break}i[2]&&s.ops.pop(),s.trys.pop();continue}u=e.call(t,s)}catch(f){u=[6,f],n=0}finally{r=i=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}}function be(t){var e=typeof Symbol=="function"&&Symbol.iterator,s=e&&t[e],r=0;if(s)return s.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&r>=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function De(t,e){var s=typeof Symbol=="function"&&t[Symbol.iterator];if(!s)return t;var r=s.call(t),n,i=[],a;try{for(;(e===void 0||e-- >0)&&!(n=r.next()).done;)i.push(n.value)}catch(c){a={error:c}}finally{try{n&&!n.done&&(s=r.return)&&s.call(r)}finally{if(a)throw a.error}}return i}function B(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(De(arguments[e]));return t}var We="injectionTokens";function ur(t){var e=Reflect.getMetadata("design:paramtypes",t)||[],s=Reflect.getOwnMetadata(We,t)||{};return Object.keys(s).forEach(function(r){e[+r]=s[r]}),e}function hr(t,e){return function(s,r,n){var i=Reflect.getOwnMetadata(We,s)||{};i[n]=t,Reflect.defineMetadata(We,i,s)}}function Rt(t){return!!t.useClass}function Ge(t){return!!t.useFactory}var Ct=function(){function t(e){this.wrap=e,this.reflectMethods=["get","getPrototypeOf","setPrototypeOf","getOwnPropertyDescriptor","defineProperty","has","set","deleteProperty","apply","construct","ownKeys"]}return t.prototype.createProxy=function(e){var s=this,r={},n=!1,i,a=function(){return n||(i=e(s.wrap()),n=!0),i};return new Proxy(r,this.createHandler(a))},t.prototype.createHandler=function(e){var s={},r=function(n){s[n]=function(){for(var i=[],a=0;a<arguments.length;a++)i[a]=arguments[a];i[0]=e();var c=Reflect[n];return c.apply(void 0,B(i))}};return this.reflectMethods.forEach(r),s},t}();function K(t){return typeof t=="string"||typeof t=="symbol"}function dr(t){return typeof t=="object"&&"token"in t&&"multiple"in t}function _t(t){return typeof t=="object"&&"token"in t&&"transform"in t}function fr(t){return typeof t=="function"||t instanceof Ct}function Ae(t){return!!t.useToken}function Re(t){return t.useValue!=null}function vr(t){return Rt(t)||Re(t)||Ae(t)||Ge(t)}var xe=function(){function t(){this._registryMap=new Map}return t.prototype.entries=function(){return this._registryMap.entries()},t.prototype.getAll=function(e){return this.ensure(e),this._registryMap.get(e)},t.prototype.get=function(e){this.ensure(e);var s=this._registryMap.get(e);return s[s.length-1]||null},t.prototype.set=function(e,s){this.ensure(e),this._registryMap.get(e).push(s)},t.prototype.setAll=function(e,s){this._registryMap.set(e,s)},t.prototype.has=function(e){return this.ensure(e),this._registryMap.get(e).length>0},t.prototype.clear=function(){this._registryMap.clear()},t.prototype.ensure=function(e){this._registryMap.has(e)||this._registryMap.set(e,[])},t}(),mr=function(t){Je(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(xe),Ce=function(){function t(){this.scopedResolutions=new Map}return t}();function pr(t,e){if(t===null)return"at position #"+e;var s=t.split(",")[e].trim();return'"'+s+'" at position #'+e}function gr(t,e,s){return s===void 0&&(s=" "),B([t],e.message.split(`
15
+ ***************************************************************************** */var ze=function(t,e){return ze=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(s,r){s.__proto__=r}||function(s,r){for(var n in r)r.hasOwnProperty(n)&&(s[n]=r[n])},ze(t,e)};function Je(t,e){ze(t,e);function s(){this.constructor=t}t.prototype=e===null?Object.create(e):(s.prototype=e.prototype,new s)}function lr(t,e,s,r){function n(i){return i instanceof s?i:new s(function(a){a(i)})}return new(s||(s=Promise))(function(i,a){function c(v){try{u(r.next(v))}catch(f){a(f)}}function l(v){try{u(r.throw(v))}catch(f){a(f)}}function u(v){v.done?i(v.value):n(v.value).then(c,l)}u((r=r.apply(t,[])).next())})}function cr(t,e){var s={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},r,n,i,a;return a={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function c(u){return function(v){return l([u,v])}}function l(u){if(r)throw new TypeError("Generator is already executing.");for(;s;)try{if(r=1,n&&(i=u[0]&2?n.return:u[0]?n.throw||((i=n.return)&&i.call(n),0):n.next)&&!(i=i.call(n,u[1])).done)return i;switch(n=0,i&&(u=[u[0]&2,i.value]),u[0]){case 0:case 1:i=u;break;case 4:return s.label++,{value:u[1],done:!1};case 5:s.label++,n=u[1],u=[0];continue;case 7:u=s.ops.pop(),s.trys.pop();continue;default:if(i=s.trys,!(i=i.length>0&&i[i.length-1])&&(u[0]===6||u[0]===2)){s=0;continue}if(u[0]===3&&(!i||u[1]>i[0]&&u[1]<i[3])){s.label=u[1];break}if(u[0]===6&&s.label<i[1]){s.label=i[1],i=u;break}if(i&&s.label<i[2]){s.label=i[2],s.ops.push(u);break}i[2]&&s.ops.pop(),s.trys.pop();continue}u=e.call(t,s)}catch(v){u=[6,v],n=0}finally{r=i=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}}function be(t){var e=typeof Symbol=="function"&&Symbol.iterator,s=e&&t[e],r=0;if(s)return s.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&r>=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function De(t,e){var s=typeof Symbol=="function"&&t[Symbol.iterator];if(!s)return t;var r=s.call(t),n,i=[],a;try{for(;(e===void 0||e-- >0)&&!(n=r.next()).done;)i.push(n.value)}catch(c){a={error:c}}finally{try{n&&!n.done&&(s=r.return)&&s.call(r)}finally{if(a)throw a.error}}return i}function B(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(De(arguments[e]));return t}var We="injectionTokens";function ur(t){var e=Reflect.getMetadata("design:paramtypes",t)||[],s=Reflect.getOwnMetadata(We,t)||{};return Object.keys(s).forEach(function(r){e[+r]=s[r]}),e}function hr(t,e){return function(s,r,n){var i=Reflect.getOwnMetadata(We,s)||{};i[n]=t,Reflect.defineMetadata(We,i,s)}}function Rt(t){return!!t.useClass}function Ge(t){return!!t.useFactory}var Ct=function(){function t(e){this.wrap=e,this.reflectMethods=["get","getPrototypeOf","setPrototypeOf","getOwnPropertyDescriptor","defineProperty","has","set","deleteProperty","apply","construct","ownKeys"]}return t.prototype.createProxy=function(e){var s=this,r={},n=!1,i,a=function(){return n||(i=e(s.wrap()),n=!0),i};return new Proxy(r,this.createHandler(a))},t.prototype.createHandler=function(e){var s={},r=function(n){s[n]=function(){for(var i=[],a=0;a<arguments.length;a++)i[a]=arguments[a];i[0]=e();var c=Reflect[n];return c.apply(void 0,B(i))}};return this.reflectMethods.forEach(r),s},t}();function K(t){return typeof t=="string"||typeof t=="symbol"}function dr(t){return typeof t=="object"&&"token"in t&&"multiple"in t}function _t(t){return typeof t=="object"&&"token"in t&&"transform"in t}function fr(t){return typeof t=="function"||t instanceof Ct}function Ae(t){return!!t.useToken}function Re(t){return t.useValue!=null}function vr(t){return Rt(t)||Re(t)||Ae(t)||Ge(t)}var xe=function(){function t(){this._registryMap=new Map}return t.prototype.entries=function(){return this._registryMap.entries()},t.prototype.getAll=function(e){return this.ensure(e),this._registryMap.get(e)},t.prototype.get=function(e){this.ensure(e);var s=this._registryMap.get(e);return s[s.length-1]||null},t.prototype.set=function(e,s){this.ensure(e),this._registryMap.get(e).push(s)},t.prototype.setAll=function(e,s){this._registryMap.set(e,s)},t.prototype.has=function(e){return this.ensure(e),this._registryMap.get(e).length>0},t.prototype.clear=function(){this._registryMap.clear()},t.prototype.ensure=function(e){this._registryMap.has(e)||this._registryMap.set(e,[])},t}(),mr=function(t){Je(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(xe),Ce=function(){function t(){this.scopedResolutions=new Map}return t}();function pr(t,e){if(t===null)return"at position #"+e;var s=t.split(",")[e].trim();return'"'+s+'" at position #'+e}function gr(t,e,s){return s===void 0&&(s=" "),B([t],e.message.split(`
16
16
  `).map(function(r){return s+r})).join(`
17
- `)}function yr(t,e,s){var r=De(t.toString().match(/constructor\(([\w, ]+)\)/)||[],2),n=r[1],i=n===void 0?null:n,a=pr(i,e);return gr("Cannot inject the dependency "+a+' of "'+t.name+'" constructor. Reason:',s)}function Sr(t){if(typeof t.dispose!="function")return!1;var e=t.dispose;return!(e.length>0)}var wr=function(t){Je(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(xe),Ir=function(t){Je(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(xe),br=function(){function t(){this.preResolution=new wr,this.postResolution=new Ir}return t}(),Mt=new Map,Dr=function(){function t(e){this.parent=e,this._registry=new mr,this.interceptors=new br,this.disposed=!1,this.disposables=new Set}return t.prototype.register=function(e,s,r){r===void 0&&(r={lifecycle:A.Transient}),this.ensureNotDisposed();var n;if(vr(s)?n=s:n={useClass:s},Ae(n))for(var i=[e],a=n;a!=null;){var c=a.useToken;if(i.includes(c))throw new Error("Token registration cycle detected! "+B(i,[c]).join(" -> "));i.push(c);var l=this._registry.get(c);l&&Ae(l.provider)?a=l.provider:a=null}if((r.lifecycle===A.Singleton||r.lifecycle==A.ContainerScoped||r.lifecycle==A.ResolutionScoped)&&(Re(n)||Ge(n)))throw new Error('Cannot use lifecycle "'+A[r.lifecycle]+'" with ValueProviders or FactoryProviders');return this._registry.set(e,{provider:n,options:r}),this},t.prototype.registerType=function(e,s){return this.ensureNotDisposed(),K(s)?this.register(e,{useToken:s}):this.register(e,{useClass:s})},t.prototype.registerInstance=function(e,s){return this.ensureNotDisposed(),this.register(e,{useValue:s})},t.prototype.registerSingleton=function(e,s){if(this.ensureNotDisposed(),K(e)){if(K(s))return this.register(e,{useToken:s},{lifecycle:A.Singleton});if(s)return this.register(e,{useClass:s},{lifecycle:A.Singleton});throw new Error('Cannot register a type name as a singleton without a "to" token')}var r=e;return s&&!K(s)&&(r=s),this.register(e,{useClass:r},{lifecycle:A.Singleton})},t.prototype.resolve=function(e,s,r){s===void 0&&(s=new Ce),r===void 0&&(r=!1),this.ensureNotDisposed();var n=this.getRegistration(e);if(!n&&K(e)){if(r)return;throw new Error('Attempted to resolve unregistered dependency token: "'+e.toString()+'"')}if(this.executePreResolutionInterceptor(e,"Single"),n){var i=this.resolveRegistration(n,s);return this.executePostResolutionInterceptor(e,i,"Single"),i}if(fr(e)){var i=this.construct(e,s);return this.executePostResolutionInterceptor(e,i,"Single"),i}throw new Error("Attempted to construct an undefined constructor. Could mean a circular dependency problem. Try using `delay` function.")},t.prototype.executePreResolutionInterceptor=function(e,s){var r,n;if(this.interceptors.preResolution.has(e)){var i=[];try{for(var a=be(this.interceptors.preResolution.getAll(e)),c=a.next();!c.done;c=a.next()){var l=c.value;l.options.frequency!="Once"&&i.push(l),l.callback(e,s)}}catch(u){r={error:u}}finally{try{c&&!c.done&&(n=a.return)&&n.call(a)}finally{if(r)throw r.error}}this.interceptors.preResolution.setAll(e,i)}},t.prototype.executePostResolutionInterceptor=function(e,s,r){var n,i;if(this.interceptors.postResolution.has(e)){var a=[];try{for(var c=be(this.interceptors.postResolution.getAll(e)),l=c.next();!l.done;l=c.next()){var u=l.value;u.options.frequency!="Once"&&a.push(u),u.callback(e,s,r)}}catch(f){n={error:f}}finally{try{l&&!l.done&&(i=c.return)&&i.call(c)}finally{if(n)throw n.error}}this.interceptors.postResolution.setAll(e,a)}},t.prototype.resolveRegistration=function(e,s){if(this.ensureNotDisposed(),e.options.lifecycle===A.ResolutionScoped&&s.scopedResolutions.has(e))return s.scopedResolutions.get(e);var r=e.options.lifecycle===A.Singleton,n=e.options.lifecycle===A.ContainerScoped,i=r||n,a;return Re(e.provider)?a=e.provider.useValue:Ae(e.provider)?a=i?e.instance||(e.instance=this.resolve(e.provider.useToken,s)):this.resolve(e.provider.useToken,s):Rt(e.provider)?a=i?e.instance||(e.instance=this.construct(e.provider.useClass,s)):this.construct(e.provider.useClass,s):Ge(e.provider)?a=e.provider.useFactory(this):a=this.construct(e.provider,s),e.options.lifecycle===A.ResolutionScoped&&s.scopedResolutions.set(e,a),a},t.prototype.resolveAll=function(e,s,r){var n=this;s===void 0&&(s=new Ce),r===void 0&&(r=!1),this.ensureNotDisposed();var i=this.getAllRegistrations(e);if(!i&&K(e)){if(r)return[];throw new Error('Attempted to resolve unregistered dependency token: "'+e.toString()+'"')}if(this.executePreResolutionInterceptor(e,"All"),i){var a=i.map(function(l){return n.resolveRegistration(l,s)});return this.executePostResolutionInterceptor(e,a,"All"),a}var c=[this.construct(e,s)];return this.executePostResolutionInterceptor(e,c,"All"),c},t.prototype.isRegistered=function(e,s){return s===void 0&&(s=!1),this.ensureNotDisposed(),this._registry.has(e)||s&&(this.parent||!1)&&this.parent.isRegistered(e,!0)},t.prototype.reset=function(){this.ensureNotDisposed(),this._registry.clear(),this.interceptors.preResolution.clear(),this.interceptors.postResolution.clear()},t.prototype.clearInstances=function(){var e,s;this.ensureNotDisposed();try{for(var r=be(this._registry.entries()),n=r.next();!n.done;n=r.next()){var i=De(n.value,2),a=i[0],c=i[1];this._registry.setAll(a,c.filter(function(l){return!Re(l.provider)}).map(function(l){return l.instance=void 0,l}))}}catch(l){e={error:l}}finally{try{n&&!n.done&&(s=r.return)&&s.call(r)}finally{if(e)throw e.error}}},t.prototype.createChildContainer=function(){var e,s;this.ensureNotDisposed();var r=new t(this);try{for(var n=be(this._registry.entries()),i=n.next();!i.done;i=n.next()){var a=De(i.value,2),c=a[0],l=a[1];l.some(function(u){var f=u.options;return f.lifecycle===A.ContainerScoped})&&r._registry.setAll(c,l.map(function(u){return u.options.lifecycle===A.ContainerScoped?{provider:u.provider,options:u.options}:u}))}}catch(u){e={error:u}}finally{try{i&&!i.done&&(s=n.return)&&s.call(n)}finally{if(e)throw e.error}}return r},t.prototype.beforeResolution=function(e,s,r){r===void 0&&(r={frequency:"Always"}),this.interceptors.preResolution.set(e,{callback:s,options:r})},t.prototype.afterResolution=function(e,s,r){r===void 0&&(r={frequency:"Always"}),this.interceptors.postResolution.set(e,{callback:s,options:r})},t.prototype.dispose=function(){return lr(this,void 0,void 0,function(){var e;return cr(this,function(s){switch(s.label){case 0:return this.disposed=!0,e=[],this.disposables.forEach(function(r){var n=r.dispose();n&&e.push(n)}),[4,Promise.all(e)];case 1:return s.sent(),[2]}})})},t.prototype.getRegistration=function(e){return this.isRegistered(e)?this._registry.get(e):this.parent?this.parent.getRegistration(e):null},t.prototype.getAllRegistrations=function(e){return this.isRegistered(e)?this._registry.getAll(e):this.parent?this.parent.getAllRegistrations(e):null},t.prototype.construct=function(e,s){var r=this;if(e instanceof Ct)return e.createProxy(function(i){return r.resolve(i,s)});var n=function(){var i=Mt.get(e);if(!i||i.length===0){if(e.length===0)return new e;throw new Error('TypeInfo not known for "'+e.name+'"')}var a=i.map(r.resolveParams(s,e));return new(e.bind.apply(e,B([void 0],a)))}();return Sr(n)&&this.disposables.add(n),n},t.prototype.resolveParams=function(e,s){var r=this;return function(n,i){var a,c,l;try{return dr(n)?_t(n)?n.multiple?(a=r.resolve(n.transform)).transform.apply(a,B([r.resolveAll(n.token,new Ce,n.isOptional)],n.transformArgs)):(c=r.resolve(n.transform)).transform.apply(c,B([r.resolve(n.token,e,n.isOptional)],n.transformArgs)):n.multiple?r.resolveAll(n.token,new Ce,n.isOptional):r.resolve(n.token,e,n.isOptional):_t(n)?(l=r.resolve(n.transform,e)).transform.apply(l,B([r.resolve(n.token,e)],n.transformArgs)):r.resolve(n,e)}catch(u){throw new Error(yr(s,i,u))}}},t.prototype.ensureNotDisposed=function(){if(this.disposed)throw new Error("This container has been disposed, you cannot interact with a disposed container")},t}(),Ar=new Dr;function Rr(t,e){var s={token:t,multiple:!1,isOptional:e};return hr(s)}function Cr(t){return function(e){Mt.set(e,ur(e))}}function Et(){return function(t){Cr()(t),Ar.registerSingleton(t)}}if(typeof Reflect>"u"||!Reflect.getMetadata)throw new Error(`tsyringe requires a reflect polyfill. Please add 'import "reflect-metadata"' to the top of your entry point.`);var _r=Object.getOwnPropertyDescriptor,Mr=(t,e,s,r)=>{for(var n=r>1?void 0:r?_r(e,s):e,i=t.length-1,a;i>=0;i--)(a=t[i])&&(n=a(n)||n);return n};o.CustomEventDispatcher=class{dispatchOnWindow(e){window.dispatchEvent(new CustomEvent(e))}dispatchWebSocketOnWindow(e){window.dispatchEvent(e)}},o.CustomEventDispatcher=Mr([Et()],o.CustomEventDispatcher);class _e extends Event{constructor(e){const s=_e.ParseData(e.data);super(s.type),this.getMessageEvent=this.getMessageEvent.bind(this),this.getResult=this.getResult.bind(this),this.messageEvent=e,this.data=s}getMessageEvent(){return this.messageEvent}getResult(){return this.data}static ParseData(e){try{return JSON.parse(e)}catch{return e}}}function Er(t,e=!1){return function(s,r,n){const i=n.value;n.value=function(...a){const c=this;function l(u){if(i.call(c,u),e)for(const f of t)window.removeEventListener(f,l)}for(const u of t)window.addEventListener(u,l)}}}class Or{constructor(e,s){this.type=e,this.data=s}getPayload(){return JSON.stringify({type:this.type,data:this.data})}}var Z=(t=>(t.CLOSE="wsClose",t.OPEN="wsOpen",t.ERROR="wsError",t.TIMEOUT="wsTimeout",t))(Z||{}),Tr=Object.getOwnPropertyDescriptor,Pr=(t,e,s,r)=>{for(var n=r>1?void 0:r?Tr(e,s):e,i=t.length-1,a;i>=0;i--)(a=t[i])&&(n=a(n)||n);return n},Lr=(t,e)=>(s,r)=>e(s,r,t);o.WebSocketService=class{constructor(e){this.customEventDispatcher=e,this.webSocket=null,this.retry=3,this.url="",this.protocols=[],this.delayTimeInMillieSeconds=500,this.baseUrl="",this.intervalId=null,this.onOpen=this.onOpen.bind(this),this.onMessage=this.onMessage.bind(this),this.onError=this.onError.bind(this),this.onClose=this.onClose.bind(this),this.checkHealth=this.checkHealth.bind(this),this.sendPing=this.sendPing.bind(this),this.reconnect=this.reconnect.bind(this),this.fakeWait=this.fakeWait.bind(this),this.isClosing=this.isClosing.bind(this),this.isClosed=this.isClosed.bind(this),this.connect=this.connect.bind(this),this.registerPingPontInterval=this.registerPingPontInterval.bind(this),this.closeConnection=this.closeConnection.bind(this),this.isConnectionOpen=this.isConnectionOpen.bind(this),this.isConnecting=this.isConnecting.bind(this),this.send=this.send.bind(this),this.setBaseUrl=this.setBaseUrl.bind(this)}connect(e,s=[],r=3){this.webSocket&&(this.webSocket.removeEventListener("open",this.onOpen),this.webSocket.removeEventListener("close",this.onClose),this.webSocket.removeEventListener("error",this.onError)),this.webSocket=new WebSocket(this.baseUrl+e,s),this.retry=r,this.url=e,this.protocols=s,this.webSocket.addEventListener("error",this.onError),this.webSocket.addEventListener("close",this.onClose),this.webSocket.addEventListener("open",this.onOpen),this.checkHealth()}async checkHealth(){try{await this.fakeWait(this.delayTimeInMillieSeconds),!this.isClosed()&&!this.isClosing()&&!this.isConnectionOpen()&&this.sendPing()}catch{this.reconnect()}}sendPing(){this.webSocket.send("PING")}reconnect(){this.retry===0&&this.customEventDispatcher.dispatchOnWindow(Z.TIMEOUT),this.retry>0&&(this.delayTimeInMillieSeconds=this.delayTimeInMillieSeconds*2,this.connect(this.url,this.protocols,--this.retry))}fakeWait(e){return new Promise(s=>{setTimeout(()=>{s(null)},e)})}onError(){this.customEventDispatcher.dispatchOnWindow(Z.ERROR),this.closeConnection()}onOpen(){this.webSocket.addEventListener("message",this.onMessage),this.customEventDispatcher.dispatchOnWindow(Z.OPEN),this.registerPingPontInterval()}registerPingPontInterval(){this.intervalId=setInterval(()=>{this.sendPing()},1e4)}onMessage(e){const s=new _e(e);this.customEventDispatcher.dispatchWebSocketOnWindow(s)}onClose(){this.customEventDispatcher.dispatchOnWindow(Z.CLOSE),this.intervalId&&clearInterval(this.intervalId)}closeConnection(){if(!this.webSocket){console.warn("No connection to close");return}this.webSocket.close()}isConnectionOpen(){var e;return((e=this.webSocket)==null?void 0:e.readyState)===1}isConnecting(){var e;return((e=this.webSocket)==null?void 0:e.readyState)===0}isClosing(){var e;return((e=this.webSocket)==null?void 0:e.readyState)===2}isClosed(){var e;return((e=this.webSocket)==null?void 0:e.readyState)===3}send(e){if(!this.webSocket)throw new Error("NO webSocket to send data");this.webSocket.send(e.getPayload())}setBaseUrl(e){this.baseUrl=e}},o.WebSocketService=Pr([Et(),Lr(0,Rr(o.CustomEventDispatcher))],o.WebSocketService),o.APIErrorHandlerRegistry=Be,o.AbstractSubject=Es,o.AccessControl=ke,o.AccessLevel=x,o.Action=Cs,o.ApiBuilder=qs,o.ApplicationDrawerStatus=G,o.ApplicationInitializer=Js,o.AuthorizationDirective=Ve,o.AuthorizationService=we,o.BaseTable=pt,o.BehaviorSubject=E,o.CellType=ye,o.ClientArraySearch=er,o.ClientSearch=At,o.Column=As,o.CommonMaskFormats=le,o.CrudService=Qs,o.DateConverter=F,o.DateDisabledOptions=os,o.DateFormat=J,o.DateFormats=st,o.DateTools=ne,o.DebounceService=Bs,o.DialogDimensions=k,o.EveryAccess=ls,o.EveryLevelAuthorizationDirective=us,o.Feedback=Hs,o.FetchListResponse=Vs,o.FormManager=ys,o.FormValidationStatus=ie,o.Formatter=M,o.GColumn=Ls,o.GTable=ks,o.HandleError=Us,o.HandleFeedback=Ys,o.HeaderType=ge,o.HttpClient=zs,o.InputControl=ms,o.InputControlBuilder=ps,o.InputControlData=ft,o.JsonMapper=Ue,o.LoadingStatus=y,o.OnEvent=Er,o.Params=St,o.Process=Zs,o.ProcessManager=Ks,o.RangeValue=as,o.RouteGuard=Xs,o.Scheduler=$e,o.SelectableTable=bs,o.SelectableTableGenerator=Os,o.SimpleSort=je,o.SomeAccess=cs,o.SomeLevelsAuthorizationDirective=hs,o.SortDetail=Ie,o.SortOrder=P,o.SortOrderTableHeader=ut,o.Sorter=Is,o.StatusCode=ht,o.StorageKeys=V,o.StoreNames=Se,o.SymbolInTrade=or,o.SymbolPriceInTrade=ar,o.Symbols=dt,o.SyncDetail=$s,o.TABLE_ACTION_COLUMN=ws,o.TABLE_COLUMN_DEFAULT_COLSPAN=Fe,o.TABLE_COLUMN_DEFAULT_VALUES=mt,o.TABLE_COLUMN_DEFAULT_WIDTH=Ne,o.Table=Rs,o.TableCellComponentRegistry=Ps,o.TableConfig=Ts,o.TableConstants=Le,o.TableDestroy=_s,o.TableGenerator=gt,o.TableHeaderAlign=pe,o.TableRowClick=Ms,o.ToastLocation=Ye,o.ToastMessage=Ws,o.ToastType=Dt,o.TouchSensitiveControl=gs,o.TradeAmount=ir,o.TradeDate=nr,o.Util=j,o.VisibilityManager=tr,o.VisibilityState=He,o.WebSocketEvent=_e,o.WebSocketEvents=Z,o.WebSocketPostMessage=Or,o.cards=et,o.generateHeader=Ds,o.ibans=tt,o.isEmpty=vt,o.isLastItem=fs,o.isOnlyOneItem=ds,o.setupJalaliDate=ct,o.setupStore=vs,o.useCrud=js,o.useData=yt,o.useDialogService=Gs,o.useDrawerService=xs,o.useForm=Ss,o.useLoadingStatus=bt,o.useParams=It,o.useRepository=Ns,o.useStaticTableService=Fs,Object.defineProperty(o,Symbol.toStringTag,{value:"Module"})});
17
+ `)}function yr(t,e,s){var r=De(t.toString().match(/constructor\(([\w, ]+)\)/)||[],2),n=r[1],i=n===void 0?null:n,a=pr(i,e);return gr("Cannot inject the dependency "+a+' of "'+t.name+'" constructor. Reason:',s)}function Sr(t){if(typeof t.dispose!="function")return!1;var e=t.dispose;return!(e.length>0)}var wr=function(t){Je(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(xe),Ir=function(t){Je(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(xe),br=function(){function t(){this.preResolution=new wr,this.postResolution=new Ir}return t}(),Mt=new Map,Dr=function(){function t(e){this.parent=e,this._registry=new mr,this.interceptors=new br,this.disposed=!1,this.disposables=new Set}return t.prototype.register=function(e,s,r){r===void 0&&(r={lifecycle:A.Transient}),this.ensureNotDisposed();var n;if(vr(s)?n=s:n={useClass:s},Ae(n))for(var i=[e],a=n;a!=null;){var c=a.useToken;if(i.includes(c))throw new Error("Token registration cycle detected! "+B(i,[c]).join(" -> "));i.push(c);var l=this._registry.get(c);l&&Ae(l.provider)?a=l.provider:a=null}if((r.lifecycle===A.Singleton||r.lifecycle==A.ContainerScoped||r.lifecycle==A.ResolutionScoped)&&(Re(n)||Ge(n)))throw new Error('Cannot use lifecycle "'+A[r.lifecycle]+'" with ValueProviders or FactoryProviders');return this._registry.set(e,{provider:n,options:r}),this},t.prototype.registerType=function(e,s){return this.ensureNotDisposed(),K(s)?this.register(e,{useToken:s}):this.register(e,{useClass:s})},t.prototype.registerInstance=function(e,s){return this.ensureNotDisposed(),this.register(e,{useValue:s})},t.prototype.registerSingleton=function(e,s){if(this.ensureNotDisposed(),K(e)){if(K(s))return this.register(e,{useToken:s},{lifecycle:A.Singleton});if(s)return this.register(e,{useClass:s},{lifecycle:A.Singleton});throw new Error('Cannot register a type name as a singleton without a "to" token')}var r=e;return s&&!K(s)&&(r=s),this.register(e,{useClass:r},{lifecycle:A.Singleton})},t.prototype.resolve=function(e,s,r){s===void 0&&(s=new Ce),r===void 0&&(r=!1),this.ensureNotDisposed();var n=this.getRegistration(e);if(!n&&K(e)){if(r)return;throw new Error('Attempted to resolve unregistered dependency token: "'+e.toString()+'"')}if(this.executePreResolutionInterceptor(e,"Single"),n){var i=this.resolveRegistration(n,s);return this.executePostResolutionInterceptor(e,i,"Single"),i}if(fr(e)){var i=this.construct(e,s);return this.executePostResolutionInterceptor(e,i,"Single"),i}throw new Error("Attempted to construct an undefined constructor. Could mean a circular dependency problem. Try using `delay` function.")},t.prototype.executePreResolutionInterceptor=function(e,s){var r,n;if(this.interceptors.preResolution.has(e)){var i=[];try{for(var a=be(this.interceptors.preResolution.getAll(e)),c=a.next();!c.done;c=a.next()){var l=c.value;l.options.frequency!="Once"&&i.push(l),l.callback(e,s)}}catch(u){r={error:u}}finally{try{c&&!c.done&&(n=a.return)&&n.call(a)}finally{if(r)throw r.error}}this.interceptors.preResolution.setAll(e,i)}},t.prototype.executePostResolutionInterceptor=function(e,s,r){var n,i;if(this.interceptors.postResolution.has(e)){var a=[];try{for(var c=be(this.interceptors.postResolution.getAll(e)),l=c.next();!l.done;l=c.next()){var u=l.value;u.options.frequency!="Once"&&a.push(u),u.callback(e,s,r)}}catch(v){n={error:v}}finally{try{l&&!l.done&&(i=c.return)&&i.call(c)}finally{if(n)throw n.error}}this.interceptors.postResolution.setAll(e,a)}},t.prototype.resolveRegistration=function(e,s){if(this.ensureNotDisposed(),e.options.lifecycle===A.ResolutionScoped&&s.scopedResolutions.has(e))return s.scopedResolutions.get(e);var r=e.options.lifecycle===A.Singleton,n=e.options.lifecycle===A.ContainerScoped,i=r||n,a;return Re(e.provider)?a=e.provider.useValue:Ae(e.provider)?a=i?e.instance||(e.instance=this.resolve(e.provider.useToken,s)):this.resolve(e.provider.useToken,s):Rt(e.provider)?a=i?e.instance||(e.instance=this.construct(e.provider.useClass,s)):this.construct(e.provider.useClass,s):Ge(e.provider)?a=e.provider.useFactory(this):a=this.construct(e.provider,s),e.options.lifecycle===A.ResolutionScoped&&s.scopedResolutions.set(e,a),a},t.prototype.resolveAll=function(e,s,r){var n=this;s===void 0&&(s=new Ce),r===void 0&&(r=!1),this.ensureNotDisposed();var i=this.getAllRegistrations(e);if(!i&&K(e)){if(r)return[];throw new Error('Attempted to resolve unregistered dependency token: "'+e.toString()+'"')}if(this.executePreResolutionInterceptor(e,"All"),i){var a=i.map(function(l){return n.resolveRegistration(l,s)});return this.executePostResolutionInterceptor(e,a,"All"),a}var c=[this.construct(e,s)];return this.executePostResolutionInterceptor(e,c,"All"),c},t.prototype.isRegistered=function(e,s){return s===void 0&&(s=!1),this.ensureNotDisposed(),this._registry.has(e)||s&&(this.parent||!1)&&this.parent.isRegistered(e,!0)},t.prototype.reset=function(){this.ensureNotDisposed(),this._registry.clear(),this.interceptors.preResolution.clear(),this.interceptors.postResolution.clear()},t.prototype.clearInstances=function(){var e,s;this.ensureNotDisposed();try{for(var r=be(this._registry.entries()),n=r.next();!n.done;n=r.next()){var i=De(n.value,2),a=i[0],c=i[1];this._registry.setAll(a,c.filter(function(l){return!Re(l.provider)}).map(function(l){return l.instance=void 0,l}))}}catch(l){e={error:l}}finally{try{n&&!n.done&&(s=r.return)&&s.call(r)}finally{if(e)throw e.error}}},t.prototype.createChildContainer=function(){var e,s;this.ensureNotDisposed();var r=new t(this);try{for(var n=be(this._registry.entries()),i=n.next();!i.done;i=n.next()){var a=De(i.value,2),c=a[0],l=a[1];l.some(function(u){var v=u.options;return v.lifecycle===A.ContainerScoped})&&r._registry.setAll(c,l.map(function(u){return u.options.lifecycle===A.ContainerScoped?{provider:u.provider,options:u.options}:u}))}}catch(u){e={error:u}}finally{try{i&&!i.done&&(s=n.return)&&s.call(n)}finally{if(e)throw e.error}}return r},t.prototype.beforeResolution=function(e,s,r){r===void 0&&(r={frequency:"Always"}),this.interceptors.preResolution.set(e,{callback:s,options:r})},t.prototype.afterResolution=function(e,s,r){r===void 0&&(r={frequency:"Always"}),this.interceptors.postResolution.set(e,{callback:s,options:r})},t.prototype.dispose=function(){return lr(this,void 0,void 0,function(){var e;return cr(this,function(s){switch(s.label){case 0:return this.disposed=!0,e=[],this.disposables.forEach(function(r){var n=r.dispose();n&&e.push(n)}),[4,Promise.all(e)];case 1:return s.sent(),[2]}})})},t.prototype.getRegistration=function(e){return this.isRegistered(e)?this._registry.get(e):this.parent?this.parent.getRegistration(e):null},t.prototype.getAllRegistrations=function(e){return this.isRegistered(e)?this._registry.getAll(e):this.parent?this.parent.getAllRegistrations(e):null},t.prototype.construct=function(e,s){var r=this;if(e instanceof Ct)return e.createProxy(function(i){return r.resolve(i,s)});var n=function(){var i=Mt.get(e);if(!i||i.length===0){if(e.length===0)return new e;throw new Error('TypeInfo not known for "'+e.name+'"')}var a=i.map(r.resolveParams(s,e));return new(e.bind.apply(e,B([void 0],a)))}();return Sr(n)&&this.disposables.add(n),n},t.prototype.resolveParams=function(e,s){var r=this;return function(n,i){var a,c,l;try{return dr(n)?_t(n)?n.multiple?(a=r.resolve(n.transform)).transform.apply(a,B([r.resolveAll(n.token,new Ce,n.isOptional)],n.transformArgs)):(c=r.resolve(n.transform)).transform.apply(c,B([r.resolve(n.token,e,n.isOptional)],n.transformArgs)):n.multiple?r.resolveAll(n.token,new Ce,n.isOptional):r.resolve(n.token,e,n.isOptional):_t(n)?(l=r.resolve(n.transform,e)).transform.apply(l,B([r.resolve(n.token,e)],n.transformArgs)):r.resolve(n,e)}catch(u){throw new Error(yr(s,i,u))}}},t.prototype.ensureNotDisposed=function(){if(this.disposed)throw new Error("This container has been disposed, you cannot interact with a disposed container")},t}(),Ar=new Dr;function Rr(t,e){var s={token:t,multiple:!1,isOptional:e};return hr(s)}function Cr(t){return function(e){Mt.set(e,ur(e))}}function Et(){return function(t){Cr()(t),Ar.registerSingleton(t)}}if(typeof Reflect>"u"||!Reflect.getMetadata)throw new Error(`tsyringe requires a reflect polyfill. Please add 'import "reflect-metadata"' to the top of your entry point.`);var _r=Object.getOwnPropertyDescriptor,Mr=(t,e,s,r)=>{for(var n=r>1?void 0:r?_r(e,s):e,i=t.length-1,a;i>=0;i--)(a=t[i])&&(n=a(n)||n);return n};o.CustomEventDispatcher=class{dispatchOnWindow(e){window.dispatchEvent(new CustomEvent(e))}dispatchWebSocketOnWindow(e){window.dispatchEvent(e)}},o.CustomEventDispatcher=Mr([Et()],o.CustomEventDispatcher);class _e extends Event{constructor(e){const s=_e.ParseData(e.data);super(s.type),this.getMessageEvent=this.getMessageEvent.bind(this),this.getResult=this.getResult.bind(this),this.messageEvent=e,this.data=s}getMessageEvent(){return this.messageEvent}getResult(){return this.data}static ParseData(e){try{return JSON.parse(e)}catch{return e}}}function Er(t,e=!1){return function(s,r,n){const i=n.value;n.value=function(a){const c=this;if(i.call(c,a),e)for(const l of t)window.removeEventListener(l,n.value)};for(const a of t)window.addEventListener(a,n.value)}}class Or{constructor(e,s){this.type=e,this.data=s}getPayload(){return JSON.stringify({type:this.type,data:this.data})}}var Z=(t=>(t.CLOSE="wsClose",t.OPEN="wsOpen",t.ERROR="wsError",t.TIMEOUT="wsTimeout",t))(Z||{}),Tr=Object.getOwnPropertyDescriptor,Pr=(t,e,s,r)=>{for(var n=r>1?void 0:r?Tr(e,s):e,i=t.length-1,a;i>=0;i--)(a=t[i])&&(n=a(n)||n);return n},Lr=(t,e)=>(s,r)=>e(s,r,t);o.WebSocketService=class{constructor(e){this.customEventDispatcher=e,this.webSocket=null,this.retry=3,this.url="",this.protocols=[],this.delayTimeInMillieSeconds=500,this.baseUrl="",this.intervalId=null,this.onOpen=this.onOpen.bind(this),this.onMessage=this.onMessage.bind(this),this.onError=this.onError.bind(this),this.onClose=this.onClose.bind(this),this.checkHealth=this.checkHealth.bind(this),this.sendPing=this.sendPing.bind(this),this.reconnect=this.reconnect.bind(this),this.fakeWait=this.fakeWait.bind(this),this.isClosing=this.isClosing.bind(this),this.isClosed=this.isClosed.bind(this),this.connect=this.connect.bind(this),this.registerPingPontInterval=this.registerPingPontInterval.bind(this),this.closeConnection=this.closeConnection.bind(this),this.isConnectionOpen=this.isConnectionOpen.bind(this),this.isConnecting=this.isConnecting.bind(this),this.send=this.send.bind(this),this.setBaseUrl=this.setBaseUrl.bind(this)}connect(e,s=[],r=3){this.webSocket&&(this.webSocket.removeEventListener("open",this.onOpen),this.webSocket.removeEventListener("close",this.onClose),this.webSocket.removeEventListener("error",this.onError)),this.webSocket=new WebSocket(this.baseUrl+e,s),this.retry=r,this.url=e,this.protocols=s,this.webSocket.addEventListener("error",this.onError),this.webSocket.addEventListener("close",this.onClose),this.webSocket.addEventListener("open",this.onOpen),this.checkHealth()}async checkHealth(){try{await this.fakeWait(this.delayTimeInMillieSeconds),!this.isClosed()&&!this.isClosing()&&!this.isConnectionOpen()&&this.sendPing()}catch{this.reconnect()}}sendPing(){this.webSocket.send("PING")}reconnect(){this.retry===0&&this.customEventDispatcher.dispatchOnWindow(Z.TIMEOUT),this.retry>0&&(this.delayTimeInMillieSeconds=this.delayTimeInMillieSeconds*2,this.connect(this.url,this.protocols,--this.retry))}fakeWait(e){return new Promise(s=>{setTimeout(()=>{s(null)},e)})}onError(){this.customEventDispatcher.dispatchOnWindow(Z.ERROR),this.closeConnection()}onOpen(){this.webSocket.addEventListener("message",this.onMessage),this.customEventDispatcher.dispatchOnWindow(Z.OPEN),this.registerPingPontInterval()}registerPingPontInterval(){this.intervalId=setInterval(()=>{this.sendPing()},1e4)}onMessage(e){const s=new _e(e);this.customEventDispatcher.dispatchWebSocketOnWindow(s)}onClose(){this.customEventDispatcher.dispatchOnWindow(Z.CLOSE),this.intervalId&&clearInterval(this.intervalId)}closeConnection(){if(!this.webSocket){console.warn("No connection to close");return}this.webSocket.close()}isConnectionOpen(){var e;return((e=this.webSocket)==null?void 0:e.readyState)===1}isConnecting(){var e;return((e=this.webSocket)==null?void 0:e.readyState)===0}isClosing(){var e;return((e=this.webSocket)==null?void 0:e.readyState)===2}isClosed(){var e;return((e=this.webSocket)==null?void 0:e.readyState)===3}send(e){if(!this.webSocket)throw new Error("NO webSocket to send data");this.webSocket.send(e.getPayload())}setBaseUrl(e){this.baseUrl=e}},o.WebSocketService=Pr([Et(),Lr(0,Rr(o.CustomEventDispatcher))],o.WebSocketService),o.APIErrorHandlerRegistry=Be,o.AbstractSubject=Es,o.AccessControl=ke,o.AccessLevel=x,o.Action=Cs,o.ApiBuilder=qs,o.ApplicationDrawerStatus=G,o.ApplicationInitializer=Js,o.AuthorizationDirective=Ve,o.AuthorizationService=we,o.BaseTable=pt,o.BehaviorSubject=E,o.CellType=ye,o.ClientArraySearch=er,o.ClientSearch=At,o.Column=As,o.CommonMaskFormats=le,o.CrudService=Qs,o.DateConverter=F,o.DateDisabledOptions=os,o.DateFormat=J,o.DateFormats=st,o.DateTools=ne,o.DebounceService=Bs,o.DialogDimensions=k,o.EveryAccess=ls,o.EveryLevelAuthorizationDirective=us,o.Feedback=Hs,o.FetchListResponse=Vs,o.FormManager=ys,o.FormValidationStatus=ie,o.Formatter=M,o.GColumn=Ls,o.GTable=ks,o.HandleError=Us,o.HandleFeedback=Ys,o.HeaderType=ge,o.HttpClient=zs,o.InputControl=ms,o.InputControlBuilder=ps,o.InputControlData=ft,o.JsonMapper=Ue,o.LoadingStatus=y,o.OnEvent=Er,o.Params=St,o.Process=Zs,o.ProcessManager=Ks,o.RangeValue=as,o.RouteGuard=Xs,o.Scheduler=$e,o.SelectableTable=bs,o.SelectableTableGenerator=Os,o.SimpleSort=je,o.SomeAccess=cs,o.SomeLevelsAuthorizationDirective=hs,o.SortDetail=Ie,o.SortOrder=P,o.SortOrderTableHeader=ut,o.Sorter=Is,o.StatusCode=ht,o.StorageKeys=V,o.StoreNames=Se,o.SymbolInTrade=or,o.SymbolPriceInTrade=ar,o.Symbols=dt,o.SyncDetail=$s,o.TABLE_ACTION_COLUMN=ws,o.TABLE_COLUMN_DEFAULT_COLSPAN=Fe,o.TABLE_COLUMN_DEFAULT_VALUES=mt,o.TABLE_COLUMN_DEFAULT_WIDTH=Ne,o.Table=Rs,o.TableCellComponentRegistry=Ps,o.TableConfig=Ts,o.TableConstants=Le,o.TableDestroy=_s,o.TableGenerator=gt,o.TableHeaderAlign=pe,o.TableRowClick=Ms,o.ToastLocation=Ye,o.ToastMessage=Ws,o.ToastType=Dt,o.TouchSensitiveControl=gs,o.TradeAmount=ir,o.TradeDate=nr,o.Util=j,o.VisibilityManager=tr,o.VisibilityState=He,o.WebSocketEvent=_e,o.WebSocketEvents=Z,o.WebSocketPostMessage=Or,o.cards=et,o.generateHeader=Ds,o.ibans=tt,o.isEmpty=vt,o.isLastItem=fs,o.isOnlyOneItem=ds,o.setupJalaliDate=ct,o.setupStore=vs,o.useCrud=js,o.useData=yt,o.useDialogService=Gs,o.useDrawerService=xs,o.useForm=Ss,o.useLoadingStatus=bt,o.useParams=It,o.useRepository=Ns,o.useStaticTableService=Fs,Object.defineProperty(o,Symbol.toStringTag,{value:"Module"})});
@@ -1 +1 @@
1
- export declare function OnEvent(events: string[], unsubscribeAfterRun?: boolean): (_target: any, _key: string, descriptor: PropertyDescriptor) => void;
1
+ export declare function OnEvent(eventsToSubscribe: string[], unSubscribeAfterRun?: boolean): (_target: any, _propertyKey: string, descriptor: PropertyDescriptor) => void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sarafapp/iron_core",
3
3
  "private": false,
4
- "version": "1.0.52",
4
+ "version": "1.0.53",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"