@sisense/sdk-ui-vue 2.10.0 → 2.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
- import { defineComponent as y, watch as T, toRefs as A, ref as B, onBeforeUnmount as Pe, createApp as cn, computed as We, openBlock as dn, createElementBlock as fn, renderSlot as Re, createVNode as at, unref as E, createElementVNode as pn } from "vue";
2
- import { s as _t, c as gn, a as S, m as hn, v as mn, g as yn, y as bn, f as Sn, b as On, x as vn, N as xn, B as Cn, C as wn, S as Pn, w as Dn, k as jn, F as An, D as Fn, T as Ln, _ as En, M as Nn, t as Tn, d as Rn, i as Mn, e as $n, h as In, o as _n, r as U, j as De, l as kn, n as Qe, p as kt, q as Bn, u as Un, z as qn, A as Bt, E as Ut, G as ot, H as qt, I as Se, J as Vt, K as Vn, L as q, O as V, P as M, Q as R, R as O, W as Wt, Y as Wn, U as Ye, V as Hn, X as je, Z as Kn, $ as Ae, a0 as Fe, a1 as zn, a2 as Gn, a3 as Jn, a4 as X, a5 as Qn, a6 as Yn, a7 as Zn, a8 as Xn, a9 as er, aa as tr, ab as nr, ac as rr, ad as sr, ae as ir, af as ar, ag as ut, ah as or, ai as ur, aj as lt, ak as lr, al as cr, am as dr, an as fr, ao as pr, ap as gr, aq as hr, ar as mr, as as yr, at as br, au as Sr, av as ee, aw as W } from "./use-tracking-f167ee99.js";
3
- import { az as pu, ax as gu, ay as hu, aA as mu, aB as yu } from "./use-tracking-f167ee99.js";
4
- const Or = y({
1
+ import { defineComponent as y, watch as T, toRefs as A, ref as B, onBeforeUnmount as Pe, createApp as cn, computed as He, openBlock as dn, createElementBlock as fn, renderSlot as Re, createVNode as at, unref as E, createElementVNode as pn } from "vue";
2
+ import { s as _t, n as gn, a as b, r as hn, o as mn, g as yn, t as bn, b as Sn, e as On, c as vn, l as xn, f as Cn, d as wn, h as Pn, i as Dn, j as jn, k as An, I as Fn, u as Ln, m as En, p as Nn, q as Tn, v as Rn, w as Mn, x as $n, y as In, R as _n, A as kn, z as U, B as De, C as Bn, D as Qe, E as kt, F as Un, G as qn, H as Vn, J as Bt, K as Ut, S as ot, L as qt, M as Se, N as Vt, O as Hn, P as q, Q as V, T as M, U as R, V as O, W as Ht, X as Kn, Y as Ye, Z as Wn, _ as je, $ as Gn, a0 as Ae, a1 as Fe, a2 as zn, a3 as Jn, a4 as Qn, a5 as X, a6 as Yn, a7 as Zn, a8 as Xn, a9 as er, aa as tr, ab as nr, ac as rr, ad as sr, ae as ir, af as ar, ag as or, ah as ut, ai as ur, aj as lr, ak as lt, al as cr, am as dr, an as fr, ao as pr, ap as gr, aq as hr, ar as mr, as as yr, at as br, au as Sr, av as Or, aw as ee, ax as H } from "./use-tracking-90a13197.js";
3
+ import { aA as hu, ay as mu, az as yu, aB as bu, aC as Su } from "./use-tracking-90a13197.js";
4
+ const vr = y({
5
5
  props: {
6
6
  /**
7
7
  * {@inheritDoc @sisense/sdk-ui!DrilldownBreadcrumbsProps.clearDrilldownSelections}
@@ -41,7 +41,7 @@ const Or = y({
41
41
  }
42
42
  },
43
43
  setup: (e, { slots: t }) => _t(gn, e, t, [])
44
- }), bo = y({
44
+ }), So = y({
45
45
  props: {
46
46
  /**
47
47
  * {@inheritDoc @sisense/sdk-ui!AreaChartProps.dataOptions}
@@ -107,8 +107,8 @@ const Or = y({
107
107
  */
108
108
  onDataPointsSelected: Function
109
109
  },
110
- setup: (e) => S(hn, e)
111
- }), So = y({
110
+ setup: (e) => b(hn, e)
111
+ }), Oo = y({
112
112
  props: {
113
113
  /**
114
114
  * {@inheritDoc @sisense/sdk-ui!BarChartProps.dataOptions}
@@ -174,8 +174,75 @@ const Or = y({
174
174
  */
175
175
  styleOptions: Object
176
176
  },
177
- setup: (e) => S(mn, e)
178
- }), Oo = y({
177
+ setup: (e) => b(mn, e)
178
+ }), vo = y({
179
+ props: {
180
+ /**
181
+ * {@inheritDoc @sisense/sdk-ui!CalendarHeatmapChartProps.dataOptions}
182
+ *
183
+ * @category Chart
184
+ */
185
+ dataOptions: {
186
+ type: Object,
187
+ required: !0
188
+ },
189
+ /**
190
+ * {@inheritDoc @sisense/sdk-ui!CalendarHeatmapChartProps.dataSet}
191
+ *
192
+ * @category Data
193
+ */
194
+ dataSet: [String, Object],
195
+ /**
196
+ * {@inheritDoc @sisense/sdk-ui!CalendarHeatmapChartProps.filters}
197
+ *
198
+ * @category Data
199
+ */
200
+ filters: [Object, Array],
201
+ /**
202
+ * {@inheritDoc @sisense/sdk-ui!CalendarHeatmapChartProps.highlights}
203
+ *
204
+ * @category Data
205
+ */
206
+ highlights: Array,
207
+ /**
208
+ * {@inheritDoc @sisense/sdk-ui!CalendarHeatmapChartProps.styleOptions}
209
+ *
210
+ * @category Chart
211
+ */
212
+ styleOptions: Object,
213
+ /**
214
+ * {@inheritDoc @sisense/sdk-ui!CalendarHeatmapChartProps.onBeforeRender}
215
+ *
216
+ * @category Callbacks
217
+ */
218
+ onBeforeRender: Function,
219
+ /**
220
+ * {@inheritDoc @sisense/sdk-ui!CalendarHeatmapChartProps.onDataReady}
221
+ *
222
+ * @category Callbacks
223
+ */
224
+ onDataReady: Function,
225
+ /**
226
+ * {@inheritDoc @sisense/sdk-ui!CalendarHeatmapChartProps.onDataPointClick}
227
+ *
228
+ * @category Callbacks
229
+ */
230
+ onDataPointClick: Function,
231
+ /**
232
+ * {@inheritDoc @sisense/sdk-ui!CalendarHeatmapChartProps.onDataPointContextMenu}
233
+ *
234
+ * @category Callbacks
235
+ */
236
+ onDataPointContextMenu: Function,
237
+ /**
238
+ * {@inheritDoc @sisense/sdk-ui!CalendarHeatmapChartProps.onDataPointsSelected}
239
+ *
240
+ * @category Callbacks
241
+ */
242
+ onDataPointsSelected: Function
243
+ },
244
+ setup: (e) => b(yn, e)
245
+ }), xo = y({
179
246
  props: {
180
247
  /**
181
248
  * {@inheritDoc @sisense/sdk-ui!ColumnChartProps.dataOptions}
@@ -241,8 +308,8 @@ const Or = y({
241
308
  */
242
309
  styleOptions: Object
243
310
  },
244
- setup: (e) => S(yn, e)
245
- }), vo = y({
311
+ setup: (e) => b(bn, e)
312
+ }), Co = y({
246
313
  props: {
247
314
  /**
248
315
  * {@inheritDoc @sisense/sdk-ui!FunnelChartProps.dataOptions}
@@ -308,8 +375,8 @@ const Or = y({
308
375
  */
309
376
  styleOptions: Object
310
377
  },
311
- setup: (e) => S(bn, e)
312
- }), xo = y({
378
+ setup: (e) => b(Sn, e)
379
+ }), wo = y({
313
380
  props: {
314
381
  /**
315
382
  * {@inheritDoc @sisense/sdk-ui!LineChartProps.dataOptions}
@@ -375,8 +442,8 @@ const Or = y({
375
442
  */
376
443
  styleOptions: Object
377
444
  },
378
- setup: (e) => S(Sn, e)
379
- }), Co = y({
445
+ setup: (e) => b(On, e)
446
+ }), Po = y({
380
447
  props: {
381
448
  /**
382
449
  * {@inheritDoc @sisense/sdk-ui!PieChartProps.dataOptions}
@@ -442,8 +509,8 @@ const Or = y({
442
509
  */
443
510
  styleOptions: Object
444
511
  },
445
- setup: (e) => S(On, e)
446
- }), wo = y({
512
+ setup: (e) => b(vn, e)
513
+ }), Do = y({
447
514
  props: {
448
515
  /**
449
516
  * {@inheritDoc @sisense/sdk-ui!ScatterChartProps.dataOptions}
@@ -509,8 +576,8 @@ const Or = y({
509
576
  */
510
577
  styleOptions: Object
511
578
  },
512
- setup: (e) => S(vn, e)
513
- }), Po = y({
579
+ setup: (e) => b(xn, e)
580
+ }), jo = y({
514
581
  props: {
515
582
  /**
516
583
  * {@inheritDoc @sisense/sdk-ui!TableProps.dataOptions}
@@ -548,8 +615,8 @@ const Or = y({
548
615
  */
549
616
  onDataReady: Function
550
617
  },
551
- setup: (e) => S(xn, e)
552
- }), Do = y({
618
+ setup: (e) => b(Cn, e)
619
+ }), Ao = y({
553
620
  props: {
554
621
  /**
555
622
  * {@inheritDoc @sisense/sdk-ui!PivotTableProps.dataOptions}
@@ -587,8 +654,8 @@ const Or = y({
587
654
  */
588
655
  styleOptions: Object
589
656
  },
590
- setup: (e) => S(Cn, e)
591
- }), jo = y({
657
+ setup: (e) => b(wn, e)
658
+ }), Fo = y({
592
659
  props: {
593
660
  /**
594
661
  * {@inheritDoc @sisense/sdk-ui!TreemapChartProps.dataOptions}
@@ -654,8 +721,8 @@ const Or = y({
654
721
  */
655
722
  styleOptions: Object
656
723
  },
657
- setup: (e) => S(wn, e)
658
- }), Ao = y({
724
+ setup: (e) => b(Pn, e)
725
+ }), Lo = y({
659
726
  props: {
660
727
  /**
661
728
  * {@inheritDoc @sisense/sdk-ui!SunburstChartProps.dataOptions}
@@ -721,8 +788,8 @@ const Or = y({
721
788
  */
722
789
  styleOptions: Object
723
790
  },
724
- setup: (e) => S(Pn, e)
725
- }), Fo = y({
791
+ setup: (e) => b(Dn, e)
792
+ }), Eo = y({
726
793
  props: {
727
794
  /**
728
795
  * {@inheritDoc @sisense/sdk-ui!PolarChartProps.dataOptions}
@@ -788,8 +855,8 @@ const Or = y({
788
855
  */
789
856
  styleOptions: Object
790
857
  },
791
- setup: (e) => S(Dn, e)
792
- }), Lo = y({
858
+ setup: (e) => b(jn, e)
859
+ }), No = y({
793
860
  props: {
794
861
  /**
795
862
  * {@inheritDoc @sisense/sdk-ui!IndicatorChartProps.dataOptions}
@@ -837,8 +904,8 @@ const Or = y({
837
904
  */
838
905
  onDataReady: Function
839
906
  },
840
- setup: (e) => S(jn, e)
841
- }), Eo = y({
907
+ setup: (e) => b(An, e)
908
+ }), To = y({
842
909
  props: {
843
910
  /**
844
911
  * {@inheritDoc @sisense/sdk-ui!ChartProps.chartType}
@@ -917,8 +984,8 @@ const Or = y({
917
984
  */
918
985
  refreshCounter: Number
919
986
  },
920
- setup: (e) => S(An, e)
921
- }), No = y({
987
+ setup: (e) => b(Fn, e)
988
+ }), Ro = y({
922
989
  props: {
923
990
  /**
924
991
  * {@inheritDoc @sisense/sdk-ui!BoxplotChartProps.dataOptions}
@@ -984,8 +1051,8 @@ const Or = y({
984
1051
  */
985
1052
  onDataPointsSelected: Function
986
1053
  },
987
- setup: (e) => S(Fn, e)
988
- }), To = y({
1054
+ setup: (e) => b(Ln, e)
1055
+ }), Mo = y({
989
1056
  props: {
990
1057
  /**
991
1058
  * {@inheritDoc @sisense/sdk-ui!AreamapChartProps.dataOptions}
@@ -1033,8 +1100,8 @@ const Or = y({
1033
1100
  */
1034
1101
  onDataPointClick: Function
1035
1102
  },
1036
- setup: (e) => S(Ln, e)
1037
- }), Ro = y({
1103
+ setup: (e) => b(En, e)
1104
+ }), $o = y({
1038
1105
  props: {
1039
1106
  /**
1040
1107
  * {@inheritDoc @sisense/sdk-ui!ScattermapChartProps.dataOptions}
@@ -1082,8 +1149,8 @@ const Or = y({
1082
1149
  */
1083
1150
  onDataPointClick: Object
1084
1151
  },
1085
- setup: (e) => S(En, e)
1086
- }), Mo = y({
1152
+ setup: (e) => b(Nn, e)
1153
+ }), Io = y({
1087
1154
  props: {
1088
1155
  /**
1089
1156
  * {@inheritDoc @sisense/sdk-ui!AreaRangeChartProps.dataOptions}
@@ -1149,8 +1216,8 @@ const Or = y({
1149
1216
  */
1150
1217
  styleOptions: Object
1151
1218
  },
1152
- setup: (e) => S(Nn, e)
1153
- }), $o = y({
1219
+ setup: (e) => b(Tn, e)
1220
+ }), _o = y({
1154
1221
  props: {
1155
1222
  /**
1156
1223
  * {@inheritDoc @sisense/sdk-ui!DateRangeFilterTileProps.attribute}
@@ -1210,8 +1277,8 @@ const Or = y({
1210
1277
  */
1211
1278
  onEdit: Function
1212
1279
  },
1213
- setup: (e) => S(Tn, e)
1214
- }), Io = y({
1280
+ setup: (e) => b(Rn, e)
1281
+ }), ko = y({
1215
1282
  props: {
1216
1283
  /**
1217
1284
  * {@inheritDoc @sisense/sdk-ui!MemberFilterTileProps.attribute}
@@ -1258,8 +1325,8 @@ const Or = y({
1258
1325
  */
1259
1326
  onEdit: Function
1260
1327
  },
1261
- setup: (e) => S(Rn, e)
1262
- }), _o = y({
1328
+ setup: (e) => b(Mn, e)
1329
+ }), Bo = y({
1263
1330
  props: {
1264
1331
  /**
1265
1332
  * {@inheritDoc @sisense/sdk-ui!CriteriaFilterTileProps.arrangement}
@@ -1299,8 +1366,8 @@ const Or = y({
1299
1366
  */
1300
1367
  onEdit: Function
1301
1368
  },
1302
- setup: (e) => S(Mn, e)
1303
- }), ko = y({
1369
+ setup: (e) => b($n, e)
1370
+ }), Uo = y({
1304
1371
  props: {
1305
1372
  /**
1306
1373
  * {@inheritDoc @sisense/sdk-ui!RelativeDateFilterTileProps.title}
@@ -1345,8 +1412,8 @@ const Or = y({
1345
1412
  */
1346
1413
  onEdit: Function
1347
1414
  },
1348
- setup: (e) => S($n, e)
1349
- }), Bo = y({
1415
+ setup: (e) => b(In, e)
1416
+ }), qo = y({
1350
1417
  props: {
1351
1418
  /**
1352
1419
  * {@inheritDoc @sisense/sdk-ui!FilterTileProps.filter}
@@ -1375,8 +1442,8 @@ const Or = y({
1375
1442
  */
1376
1443
  onEdit: Function
1377
1444
  },
1378
- setup: (e) => S(In, e)
1379
- }), Uo = y({
1445
+ setup: (e) => b(_n, e)
1446
+ }), Vo = y({
1380
1447
  props: {
1381
1448
  /**
1382
1449
  * {@inheritDoc @sisense/sdk-ui!FiltersPanelProps.filters}
@@ -1407,8 +1474,8 @@ const Or = y({
1407
1474
  required: !0
1408
1475
  }
1409
1476
  },
1410
- setup: (e) => S(_n, e)
1411
- }), vr = {
1477
+ setup: (e) => b(kn, e)
1478
+ }), xr = {
1412
1479
  type: "logger",
1413
1480
  log(e) {
1414
1481
  this.output("log", e);
@@ -1430,7 +1497,7 @@ class Oe {
1430
1497
  }
1431
1498
  init(t) {
1432
1499
  let n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
1433
- this.prefix = n.prefix || "i18next:", this.logger = t || vr, this.options = n, this.debug = n.debug;
1500
+ this.prefix = n.prefix || "i18next:", this.logger = t || xr, this.options = n, this.debug = n.debug;
1434
1501
  }
1435
1502
  log() {
1436
1503
  for (var t = arguments.length, n = new Array(t), r = 0; r < t; r++)
@@ -1504,7 +1571,7 @@ function ae() {
1504
1571
  function ct(e) {
1505
1572
  return e == null ? "" : "" + e;
1506
1573
  }
1507
- function xr(e, t, n) {
1574
+ function Cr(e, t, n) {
1508
1575
  e.forEach((r) => {
1509
1576
  t[r] && (n[r] = t[r]);
1510
1577
  });
@@ -1535,7 +1602,7 @@ function dt(e, t, n) {
1535
1602
  } = Ze(e, t, Object);
1536
1603
  r[s] = n;
1537
1604
  }
1538
- function Cr(e, t, n, r) {
1605
+ function wr(e, t, n, r) {
1539
1606
  const {
1540
1607
  obj: s,
1541
1608
  k: i
@@ -1550,19 +1617,19 @@ function ve(e, t) {
1550
1617
  if (n)
1551
1618
  return n[r];
1552
1619
  }
1553
- function wr(e, t, n) {
1620
+ function Pr(e, t, n) {
1554
1621
  const r = ve(e, n);
1555
1622
  return r !== void 0 ? r : ve(t, n);
1556
1623
  }
1557
- function Ht(e, t, n) {
1624
+ function Kt(e, t, n) {
1558
1625
  for (const r in t)
1559
- r !== "__proto__" && r !== "constructor" && (r in e ? typeof e[r] == "string" || e[r] instanceof String || typeof t[r] == "string" || t[r] instanceof String ? n && (e[r] = t[r]) : Ht(e[r], t[r], n) : e[r] = t[r]);
1626
+ r !== "__proto__" && r !== "constructor" && (r in e ? typeof e[r] == "string" || e[r] instanceof String || typeof t[r] == "string" || t[r] instanceof String ? n && (e[r] = t[r]) : Kt(e[r], t[r], n) : e[r] = t[r]);
1560
1627
  return e;
1561
1628
  }
1562
1629
  function Y(e) {
1563
1630
  return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
1564
1631
  }
1565
- var Pr = {
1632
+ var Dr = {
1566
1633
  "&": "&amp;",
1567
1634
  "<": "&lt;",
1568
1635
  ">": "&gt;",
@@ -1570,13 +1637,13 @@ var Pr = {
1570
1637
  "'": "&#39;",
1571
1638
  "/": "&#x2F;"
1572
1639
  };
1573
- function Dr(e) {
1574
- return typeof e == "string" ? e.replace(/[&<>"'\/]/g, (t) => Pr[t]) : e;
1640
+ function jr(e) {
1641
+ return typeof e == "string" ? e.replace(/[&<>"'\/]/g, (t) => Dr[t]) : e;
1575
1642
  }
1576
- const jr = [" ", ",", "?", "!", ";"];
1577
- function Ar(e, t, n) {
1643
+ const Ar = [" ", ",", "?", "!", ";"];
1644
+ function Fr(e, t, n) {
1578
1645
  t = t || "", n = n || "";
1579
- const r = jr.filter((a) => t.indexOf(a) < 0 && n.indexOf(a) < 0);
1646
+ const r = Ar.filter((a) => t.indexOf(a) < 0 && n.indexOf(a) < 0);
1580
1647
  if (r.length === 0)
1581
1648
  return !0;
1582
1649
  const s = new RegExp(`(${r.map((a) => a === "?" ? "\\?" : a).join("|")})`);
@@ -1669,7 +1736,7 @@ class ft extends Le {
1669
1736
  }, o = [t, n];
1670
1737
  t.indexOf(".") > -1 && (o = t.split("."), s = r, r = n, n = o[1]), this.addNamespaces(n);
1671
1738
  let u = ve(this.data, o) || {};
1672
- s ? Ht(u, r, i) : u = {
1739
+ s ? Kt(u, r, i) : u = {
1673
1740
  ...u,
1674
1741
  ...r
1675
1742
  }, dt(this.data, o, u), a.silent || this.emit("added", t, n, r);
@@ -1696,7 +1763,7 @@ class ft extends Le {
1696
1763
  return this.data;
1697
1764
  }
1698
1765
  }
1699
- var Kt = {
1766
+ var Wt = {
1700
1767
  processors: {},
1701
1768
  addPostProcessor(e) {
1702
1769
  this.processors[e.name] = e;
@@ -1711,7 +1778,7 @@ const pt = {};
1711
1778
  class we extends Le {
1712
1779
  constructor(t) {
1713
1780
  let n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
1714
- super(), xr(["resourceStore", "languageUtils", "pluralResolver", "interpolator", "backendConnector", "i18nFormat", "utils"], t, this), this.options = n, this.options.keySeparator === void 0 && (this.options.keySeparator = "."), this.logger = _.create("translator");
1781
+ super(), Cr(["resourceStore", "languageUtils", "pluralResolver", "interpolator", "backendConnector", "i18nFormat", "utils"], t, this), this.options = n, this.options.keySeparator === void 0 && (this.options.keySeparator = "."), this.logger = _.create("translator");
1715
1782
  }
1716
1783
  changeLanguage(t) {
1717
1784
  t && (this.language = t);
@@ -1730,7 +1797,7 @@ class we extends Le {
1730
1797
  r === void 0 && (r = ":");
1731
1798
  const s = n.keySeparator !== void 0 ? n.keySeparator : this.options.keySeparator;
1732
1799
  let i = n.ns || this.options.defaultNS || [];
1733
- const a = r && t.indexOf(r) > -1, o = !this.options.userDefinedKeySeparator && !n.keySeparator && !this.options.userDefinedNsSeparator && !n.nsSeparator && !Ar(t, r, s);
1800
+ const a = r && t.indexOf(r) > -1, o = !this.options.userDefinedKeySeparator && !n.keySeparator && !this.options.userDefinedNsSeparator && !n.nsSeparator && !Fr(t, r, s);
1734
1801
  if (a && !o) {
1735
1802
  const u = t.match(this.interpolator.nestingRegexp);
1736
1803
  if (u && u.length > 0)
@@ -1876,7 +1943,7 @@ class we extends Le {
1876
1943
  }, r)), r.interpolation && this.interpolator.reset();
1877
1944
  }
1878
1945
  const o = r.postProcess || this.options.postProcess, u = typeof o == "string" ? [o] : o;
1879
- return t != null && u && u.length && r.applyPostProcessor !== !1 && (t = Kt.handle(u, t, n, this.options && this.options.postProcessPassResolved ? {
1946
+ return t != null && u && u.length && r.applyPostProcessor !== !1 && (t = Wt.handle(u, t, n, this.options && this.options.postProcessPassResolved ? {
1880
1947
  i18nResolved: s,
1881
1948
  ...r
1882
1949
  } : r, this)), t;
@@ -2008,7 +2075,7 @@ class gt {
2008
2075
  }), s;
2009
2076
  }
2010
2077
  }
2011
- let Fr = [{
2078
+ let Lr = [{
2012
2079
  lngs: ["ach", "ak", "am", "arn", "br", "fil", "gun", "ln", "mfe", "mg", "mi", "oc", "pt", "pt-BR", "tg", "tl", "ti", "tr", "uz", "wa"],
2013
2080
  nr: [1, 2],
2014
2081
  fc: 1
@@ -2100,7 +2167,7 @@ let Fr = [{
2100
2167
  lngs: ["he", "iw"],
2101
2168
  nr: [1, 2, 20, 21],
2102
2169
  fc: 22
2103
- }], Lr = {
2170
+ }], Er = {
2104
2171
  1: function(e) {
2105
2172
  return +(e > 1);
2106
2173
  },
@@ -2168,7 +2235,7 @@ let Fr = [{
2168
2235
  return e == 1 ? 0 : e == 2 ? 1 : (e < 0 || e > 10) && e % 10 == 0 ? 2 : 3;
2169
2236
  }
2170
2237
  };
2171
- const Er = ["v1", "v2", "v3"], Nr = ["v4"], ht = {
2238
+ const Nr = ["v1", "v2", "v3"], Tr = ["v4"], ht = {
2172
2239
  zero: 0,
2173
2240
  one: 1,
2174
2241
  two: 2,
@@ -2176,21 +2243,21 @@ const Er = ["v1", "v2", "v3"], Nr = ["v4"], ht = {
2176
2243
  many: 4,
2177
2244
  other: 5
2178
2245
  };
2179
- function Tr() {
2246
+ function Rr() {
2180
2247
  const e = {};
2181
- return Fr.forEach((t) => {
2248
+ return Lr.forEach((t) => {
2182
2249
  t.lngs.forEach((n) => {
2183
2250
  e[n] = {
2184
2251
  numbers: t.nr,
2185
- plurals: Lr[t.fc]
2252
+ plurals: Er[t.fc]
2186
2253
  };
2187
2254
  });
2188
2255
  }), e;
2189
2256
  }
2190
- class Rr {
2257
+ class Mr {
2191
2258
  constructor(t) {
2192
2259
  let n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
2193
- this.languageUtils = t, this.options = n, this.logger = _.create("pluralResolver"), (!this.options.compatibilityJSON || Nr.includes(this.options.compatibilityJSON)) && (typeof Intl > "u" || !Intl.PluralRules) && (this.options.compatibilityJSON = "v3", this.logger.error("Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.")), this.rules = Tr();
2260
+ this.languageUtils = t, this.options = n, this.logger = _.create("pluralResolver"), (!this.options.compatibilityJSON || Tr.includes(this.options.compatibilityJSON)) && (typeof Intl > "u" || !Intl.PluralRules) && (this.options.compatibilityJSON = "v3", this.logger.error("Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.")), this.rules = Rr();
2194
2261
  }
2195
2262
  addRule(t, n) {
2196
2263
  this.rules[t] = n;
@@ -2234,14 +2301,14 @@ class Rr {
2234
2301
  return this.options.compatibilityJSON === "v1" ? s === 1 ? "" : typeof s == "number" ? `_plural_${s.toString()}` : i() : this.options.compatibilityJSON === "v2" || this.options.simplifyPluralSuffix && t.numbers.length === 2 && t.numbers[0] === 1 ? i() : this.options.prepend && r.toString() ? this.options.prepend + r.toString() : r.toString();
2235
2302
  }
2236
2303
  shouldUseIntlApi() {
2237
- return !Er.includes(this.options.compatibilityJSON);
2304
+ return !Nr.includes(this.options.compatibilityJSON);
2238
2305
  }
2239
2306
  }
2240
2307
  function mt(e, t, n) {
2241
- let r = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", s = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, i = wr(e, t, n);
2308
+ let r = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", s = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, i = Pr(e, t, n);
2242
2309
  return !i && s && typeof n == "string" && (i = xe(e, n, r), i === void 0 && (i = xe(t, n, r))), i;
2243
2310
  }
2244
- class Mr {
2311
+ class $r {
2245
2312
  constructor() {
2246
2313
  let t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
2247
2314
  this.logger = _.create("interpolator"), this.options = t, this.format = t.interpolation && t.interpolation.format || ((n) => n), this.init(t);
@@ -2252,7 +2319,7 @@ class Mr {
2252
2319
  escapeValue: !0
2253
2320
  });
2254
2321
  const n = t.interpolation;
2255
- this.escape = n.escape !== void 0 ? n.escape : Dr, this.escapeValue = n.escapeValue !== void 0 ? n.escapeValue : !0, this.useRawValueToEscape = n.useRawValueToEscape !== void 0 ? n.useRawValueToEscape : !1, this.prefix = n.prefix ? Y(n.prefix) : n.prefixEscaped || "{{", this.suffix = n.suffix ? Y(n.suffix) : n.suffixEscaped || "}}", this.formatSeparator = n.formatSeparator ? n.formatSeparator : n.formatSeparator || ",", this.unescapePrefix = n.unescapeSuffix ? "" : n.unescapePrefix || "-", this.unescapeSuffix = this.unescapePrefix ? "" : n.unescapeSuffix || "", this.nestingPrefix = n.nestingPrefix ? Y(n.nestingPrefix) : n.nestingPrefixEscaped || Y("$t("), this.nestingSuffix = n.nestingSuffix ? Y(n.nestingSuffix) : n.nestingSuffixEscaped || Y(")"), this.nestingOptionsSeparator = n.nestingOptionsSeparator ? n.nestingOptionsSeparator : n.nestingOptionsSeparator || ",", this.maxReplaces = n.maxReplaces ? n.maxReplaces : 1e3, this.alwaysFormat = n.alwaysFormat !== void 0 ? n.alwaysFormat : !1, this.resetRegExp();
2322
+ this.escape = n.escape !== void 0 ? n.escape : jr, this.escapeValue = n.escapeValue !== void 0 ? n.escapeValue : !0, this.useRawValueToEscape = n.useRawValueToEscape !== void 0 ? n.useRawValueToEscape : !1, this.prefix = n.prefix ? Y(n.prefix) : n.prefixEscaped || "{{", this.suffix = n.suffix ? Y(n.suffix) : n.suffixEscaped || "}}", this.formatSeparator = n.formatSeparator ? n.formatSeparator : n.formatSeparator || ",", this.unescapePrefix = n.unescapeSuffix ? "" : n.unescapePrefix || "-", this.unescapeSuffix = this.unescapePrefix ? "" : n.unescapeSuffix || "", this.nestingPrefix = n.nestingPrefix ? Y(n.nestingPrefix) : n.nestingPrefixEscaped || Y("$t("), this.nestingSuffix = n.nestingSuffix ? Y(n.nestingSuffix) : n.nestingSuffixEscaped || Y(")"), this.nestingOptionsSeparator = n.nestingOptionsSeparator ? n.nestingOptionsSeparator : n.nestingOptionsSeparator || ",", this.maxReplaces = n.maxReplaces ? n.maxReplaces : 1e3, this.alwaysFormat = n.alwaysFormat !== void 0 ? n.alwaysFormat : !1, this.resetRegExp();
2256
2323
  }
2257
2324
  reset() {
2258
2325
  this.options && this.init(this.options);
@@ -2358,7 +2425,7 @@ class Mr {
2358
2425
  return t;
2359
2426
  }
2360
2427
  }
2361
- function $r(e) {
2428
+ function Ir(e) {
2362
2429
  let t = e.toLowerCase().trim();
2363
2430
  const n = {};
2364
2431
  if (e.indexOf("(") > -1) {
@@ -2385,7 +2452,7 @@ function Z(e) {
2385
2452
  return o || (o = e(Ce(s), i), t[a] = o), o(r);
2386
2453
  };
2387
2454
  }
2388
- class Ir {
2455
+ class _r {
2389
2456
  constructor() {
2390
2457
  let t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
2391
2458
  this.logger = _.create("formatter"), this.options = t, this.formats = {
@@ -2440,7 +2507,7 @@ class Ir {
2440
2507
  const {
2441
2508
  formatName: c,
2442
2509
  formatOptions: d
2443
- } = $r(u);
2510
+ } = Ir(u);
2444
2511
  if (this.formats[c]) {
2445
2512
  let f = o;
2446
2513
  try {
@@ -2460,10 +2527,10 @@ class Ir {
2460
2527
  }, t);
2461
2528
  }
2462
2529
  }
2463
- function _r(e, t) {
2530
+ function kr(e, t) {
2464
2531
  e.pending[t] !== void 0 && (delete e.pending[t], e.pendingCount--);
2465
2532
  }
2466
- class kr extends Le {
2533
+ class Br extends Le {
2467
2534
  constructor(t, n, r) {
2468
2535
  let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
2469
2536
  super(), this.backend = t, this.store = n, this.services = r, this.languageUtils = r.languageUtils, this.options = s, this.logger = _.create("backendConnector"), this.waitingReads = [], this.maxParallelReads = s.maxParallelReads || 10, this.readingCalls = 0, this.maxRetries = s.maxRetries >= 0 ? s.maxRetries : 5, this.retryTimeout = s.retryTimeout >= 1 ? s.retryTimeout : 350, this.state = {}, this.queue = [], this.backend && this.backend.init && this.backend.init(r, s.backend, s);
@@ -2494,7 +2561,7 @@ class kr extends Le {
2494
2561
  n && this.emit("failedLoading", i, a, n), r && this.store.addResourceBundle(i, a, r), this.state[t] = n ? -1 : 2;
2495
2562
  const o = {};
2496
2563
  this.queue.forEach((u) => {
2497
- Cr(u.loaded, [i], a), _r(u, t), n && u.errors.push(n), u.pendingCount === 0 && !u.done && (Object.keys(u.loaded).forEach((c) => {
2564
+ wr(u.loaded, [i], a), kr(u, t), n && u.errors.push(n), u.pendingCount === 0 && !u.done && (Object.keys(u.loaded).forEach((c) => {
2498
2565
  o[c] || (o[c] = {});
2499
2566
  const d = u.loaded[c];
2500
2567
  d.length && d.forEach((f) => {
@@ -2661,7 +2728,7 @@ function bt(e) {
2661
2728
  }
2662
2729
  function fe() {
2663
2730
  }
2664
- function Br(e) {
2731
+ function Ur(e) {
2665
2732
  Object.getOwnPropertyNames(Object.getPrototypeOf(e)).forEach((n) => {
2666
2733
  typeof e[n] == "function" && (e[n] = e[n].bind(e));
2667
2734
  });
@@ -2671,7 +2738,7 @@ class oe extends Le {
2671
2738
  let t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, n = arguments.length > 1 ? arguments[1] : void 0;
2672
2739
  if (super(), this.options = bt(t), this.services = {}, this.logger = _, this.modules = {
2673
2740
  external: []
2674
- }, Br(this), n && !this.isInitialized && !t.isClone) {
2741
+ }, Ur(this), n && !this.isInitialized && !t.isClone) {
2675
2742
  if (!this.options.initImmediate)
2676
2743
  return this.init(t, n), this;
2677
2744
  setTimeout(() => {
@@ -2698,17 +2765,17 @@ class oe extends Le {
2698
2765
  if (!this.options.isClone) {
2699
2766
  this.modules.logger ? _.init(i(this.modules.logger), this.options) : _.init(null, this.options);
2700
2767
  let d;
2701
- this.modules.formatter ? d = this.modules.formatter : typeof Intl < "u" && (d = Ir);
2768
+ this.modules.formatter ? d = this.modules.formatter : typeof Intl < "u" && (d = _r);
2702
2769
  const f = new gt(this.options);
2703
2770
  this.store = new ft(this.options.resources, this.options);
2704
2771
  const l = this.services;
2705
- l.logger = _, l.resourceStore = this.store, l.languageUtils = f, l.pluralResolver = new Rr(f, {
2772
+ l.logger = _, l.resourceStore = this.store, l.languageUtils = f, l.pluralResolver = new Mr(f, {
2706
2773
  prepend: this.options.pluralSeparator,
2707
2774
  compatibilityJSON: this.options.compatibilityJSON,
2708
2775
  simplifyPluralSuffix: this.options.simplifyPluralSuffix
2709
- }), d && (!this.options.interpolation.format || this.options.interpolation.format === s.interpolation.format) && (l.formatter = i(d), l.formatter.init(l, this.options), this.options.interpolation.format = l.formatter.format.bind(l.formatter)), l.interpolator = new Mr(this.options), l.utils = {
2776
+ }), d && (!this.options.interpolation.format || this.options.interpolation.format === s.interpolation.format) && (l.formatter = i(d), l.formatter.init(l, this.options), this.options.interpolation.format = l.formatter.format.bind(l.formatter)), l.interpolator = new $r(this.options), l.utils = {
2710
2777
  hasLoadedNamespace: this.hasLoadedNamespace.bind(this)
2711
- }, l.backendConnector = new kr(i(this.modules.backend), l.resourceStore, l, this.options), l.backendConnector.on("*", function(g) {
2778
+ }, l.backendConnector = new Br(i(this.modules.backend), l.resourceStore, l, this.options), l.backendConnector.on("*", function(g) {
2712
2779
  for (var p = arguments.length, m = new Array(p > 1 ? p - 1 : 0), h = 1; h < p; h++)
2713
2780
  m[h - 1] = arguments[h];
2714
2781
  t.emit(g, ...m);
@@ -2773,7 +2840,7 @@ class oe extends Le {
2773
2840
  throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");
2774
2841
  if (!t.type)
2775
2842
  throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");
2776
- return t.type === "backend" && (this.modules.backend = t), (t.type === "logger" || t.log && t.warn && t.error) && (this.modules.logger = t), t.type === "languageDetector" && (this.modules.languageDetector = t), t.type === "i18nFormat" && (this.modules.i18nFormat = t), t.type === "postProcessor" && Kt.addPostProcessor(t), t.type === "formatter" && (this.modules.formatter = t), t.type === "3rdParty" && this.modules.external.push(t), this;
2843
+ return t.type === "backend" && (this.modules.backend = t), (t.type === "logger" || t.log && t.warn && t.error) && (this.modules.logger = t), t.type === "languageDetector" && (this.modules.languageDetector = t), t.type === "i18nFormat" && (this.modules.i18nFormat = t), t.type === "postProcessor" && Wt.addPostProcessor(t), t.type === "formatter" && (this.modules.formatter = t), t.type === "3rdParty" && this.modules.external.push(t), this;
2777
2844
  }
2778
2845
  setResolvedLanguage(t) {
2779
2846
  if (!(!t || !this.languages) && !(["cimode", "dev"].indexOf(t) > -1))
@@ -2930,24 +2997,24 @@ D.setDefaultNamespace;
2930
2997
  D.hasLoadedNamespace;
2931
2998
  D.loadNamespaces;
2932
2999
  D.loadLanguages;
2933
- const Ur = {
3000
+ const qr = {
2934
3001
  error: "Error"
2935
- }, qr = {
3002
+ }, Vr = {
2936
3003
  error: "Помилка"
2937
- }, St = "common", Vr = {
2938
- en: Ur,
2939
- uk: qr
3004
+ }, St = "common", Hr = {
3005
+ en: qr,
3006
+ uk: Vr
2940
3007
  }, I = D.createInstance({
2941
3008
  defaultNS: St,
2942
- resources: Hr(Vr, St),
3009
+ resources: Wr(Hr, St),
2943
3010
  lng: "en",
2944
3011
  fallbackLng: "en"
2945
- }), zt = {
3012
+ }), Gt = {
2946
3013
  i18nextInstance: I,
2947
3014
  initPromise: I.init().then(() => I)
2948
3015
  }, pe = /* @__PURE__ */ new Map();
2949
- pe.set("common", zt);
2950
- const Wr = (e) => {
3016
+ pe.set("common", Gt);
3017
+ const Kr = (e) => {
2951
3018
  if (pe.has(e.namespace))
2952
3019
  return pe.get(e.namespace);
2953
3020
  if (e.plugins)
@@ -2959,7 +3026,7 @@ const Wr = (e) => {
2959
3026
  const t = I.cloneInstance({
2960
3027
  defaultNS: e.namespace
2961
3028
  });
2962
- let n = zt.initPromise.then(() => t);
3029
+ let n = Gt.initPromise.then(() => t);
2963
3030
  t.on("languageChanged", (i) => {
2964
3031
  I.language !== i && I.changeLanguage(i);
2965
3032
  }), I.on("languageChanged", (i) => {
@@ -2970,12 +3037,12 @@ const Wr = (e) => {
2970
3037
  const s = { initPromise: n, i18nextInstance: t };
2971
3038
  return pe.set(e.namespace, s), s;
2972
3039
  };
2973
- function Hr(e, t) {
3040
+ function Wr(e, t) {
2974
3041
  return Object.keys(e).reduce((n, r) => (n[r] = {
2975
3042
  [t]: e[r]
2976
3043
  }, n), {});
2977
3044
  }
2978
- function Kr(e) {
3045
+ function Gr(e) {
2979
3046
  return e && e.replace(new RegExp("(?<!\\\\)'", "g"), "\\'");
2980
3047
  }
2981
3048
  const zr = {
@@ -3004,7 +3071,7 @@ const zr = {
3004
3071
  },
3005
3072
  unsupportedDimensionalElement: "Unsupported dimensional element type"
3006
3073
  }
3007
- }, Gr = {
3074
+ }, Jr = {
3008
3075
  errors: {
3009
3076
  measure: {
3010
3077
  unsupportedType: "Непідтримуваний тип measure",
@@ -3030,46 +3097,46 @@ const zr = {
3030
3097
  },
3031
3098
  unsupportedDimensionalElement: "Непідтримуваний тип елемента"
3032
3099
  }
3033
- }, Jr = "sdkData", Qr = {
3100
+ }, Qr = "sdkData", Yr = {
3034
3101
  en: zr,
3035
- uk: Gr
3102
+ uk: Jr
3036
3103
  };
3037
- function Yr() {
3038
- return Wr({
3039
- resource: Qr,
3104
+ function Zr() {
3105
+ return Kr({
3106
+ resource: Yr,
3040
3107
  language: "en",
3041
- namespace: Jr
3108
+ namespace: Qr
3042
3109
  });
3043
3110
  }
3044
- Yr();
3045
- function Zr() {
3111
+ Zr();
3112
+ function Xr() {
3046
3113
  this.__data__ = [], this.size = 0;
3047
3114
  }
3048
- function Gt(e, t) {
3115
+ function zt(e, t) {
3049
3116
  return e === t || e !== e && t !== t;
3050
3117
  }
3051
3118
  function Ee(e, t) {
3052
3119
  for (var n = e.length; n--; )
3053
- if (Gt(e[n][0], t))
3120
+ if (zt(e[n][0], t))
3054
3121
  return n;
3055
3122
  return -1;
3056
3123
  }
3057
- var Xr = Array.prototype, es = Xr.splice;
3058
- function ts(e) {
3124
+ var es = Array.prototype, ts = es.splice;
3125
+ function ns(e) {
3059
3126
  var t = this.__data__, n = Ee(t, e);
3060
3127
  if (n < 0)
3061
3128
  return !1;
3062
3129
  var r = t.length - 1;
3063
- return n == r ? t.pop() : es.call(t, n, 1), --this.size, !0;
3130
+ return n == r ? t.pop() : ts.call(t, n, 1), --this.size, !0;
3064
3131
  }
3065
- function ns(e) {
3132
+ function rs(e) {
3066
3133
  var t = this.__data__, n = Ee(t, e);
3067
3134
  return n < 0 ? void 0 : t[n][1];
3068
3135
  }
3069
- function rs(e) {
3136
+ function ss(e) {
3070
3137
  return Ee(this.__data__, e) > -1;
3071
3138
  }
3072
- function ss(e, t) {
3139
+ function is(e, t) {
3073
3140
  var n = this.__data__, r = Ee(n, e);
3074
3141
  return r < 0 ? (++this.size, n.push([e, t])) : n[r][1] = t, this;
3075
3142
  }
@@ -3080,38 +3147,38 @@ function k(e) {
3080
3147
  this.set(r[0], r[1]);
3081
3148
  }
3082
3149
  }
3083
- k.prototype.clear = Zr;
3084
- k.prototype.delete = ts;
3085
- k.prototype.get = ns;
3086
- k.prototype.has = rs;
3087
- k.prototype.set = ss;
3088
- function is() {
3150
+ k.prototype.clear = Xr;
3151
+ k.prototype.delete = ns;
3152
+ k.prototype.get = rs;
3153
+ k.prototype.has = ss;
3154
+ k.prototype.set = is;
3155
+ function as() {
3089
3156
  this.__data__ = new k(), this.size = 0;
3090
3157
  }
3091
- function as(e) {
3158
+ function os(e) {
3092
3159
  var t = this.__data__, n = t.delete(e);
3093
3160
  return this.size = t.size, n;
3094
3161
  }
3095
- function os(e) {
3162
+ function us(e) {
3096
3163
  return this.__data__.get(e);
3097
3164
  }
3098
- function us(e) {
3165
+ function ls(e) {
3099
3166
  return this.__data__.has(e);
3100
3167
  }
3101
- var ls = U["__core-js_shared__"];
3102
- const $e = ls;
3168
+ var cs = U["__core-js_shared__"];
3169
+ const $e = cs;
3103
3170
  var Ot = function() {
3104
3171
  var e = /[^.]+$/.exec($e && $e.keys && $e.keys.IE_PROTO || "");
3105
3172
  return e ? "Symbol(src)_1." + e : "";
3106
3173
  }();
3107
- function cs(e) {
3174
+ function ds(e) {
3108
3175
  return !!Ot && Ot in e;
3109
3176
  }
3110
- var ds = Function.prototype, fs = ds.toString;
3111
- function G(e) {
3177
+ var fs = Function.prototype, ps = fs.toString;
3178
+ function z(e) {
3112
3179
  if (e != null) {
3113
3180
  try {
3114
- return fs.call(e);
3181
+ return ps.call(e);
3115
3182
  } catch {
3116
3183
  }
3117
3184
  try {
@@ -3121,90 +3188,90 @@ function G(e) {
3121
3188
  }
3122
3189
  return "";
3123
3190
  }
3124
- var ps = /[\\^$.*+?()[\]{}|]/g, gs = /^\[object .+?Constructor\]$/, hs = Function.prototype, ms = Object.prototype, ys = hs.toString, bs = ms.hasOwnProperty, Ss = RegExp(
3125
- "^" + ys.call(bs).replace(ps, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
3191
+ var gs = /[\\^$.*+?()[\]{}|]/g, hs = /^\[object .+?Constructor\]$/, ms = Function.prototype, ys = Object.prototype, bs = ms.toString, Ss = ys.hasOwnProperty, Os = RegExp(
3192
+ "^" + bs.call(Ss).replace(gs, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
3126
3193
  );
3127
- function Os(e) {
3128
- if (!De(e) || cs(e))
3194
+ function vs(e) {
3195
+ if (!De(e) || ds(e))
3129
3196
  return !1;
3130
- var t = kn(e) ? Ss : gs;
3131
- return t.test(G(e));
3197
+ var t = Bn(e) ? Os : hs;
3198
+ return t.test(z(e));
3132
3199
  }
3133
- function vs(e, t) {
3200
+ function xs(e, t) {
3134
3201
  return e == null ? void 0 : e[t];
3135
3202
  }
3136
3203
  function J(e, t) {
3137
- var n = vs(e, t);
3138
- return Os(n) ? n : void 0;
3204
+ var n = xs(e, t);
3205
+ return vs(n) ? n : void 0;
3139
3206
  }
3140
- var xs = J(U, "Map");
3141
- const ue = xs;
3142
- var Cs = J(Object, "create");
3143
- const le = Cs;
3144
- function ws() {
3207
+ var Cs = J(U, "Map");
3208
+ const ue = Cs;
3209
+ var ws = J(Object, "create");
3210
+ const le = ws;
3211
+ function Ps() {
3145
3212
  this.__data__ = le ? le(null) : {}, this.size = 0;
3146
3213
  }
3147
- function Ps(e) {
3214
+ function Ds(e) {
3148
3215
  var t = this.has(e) && delete this.__data__[e];
3149
3216
  return this.size -= t ? 1 : 0, t;
3150
3217
  }
3151
- var Ds = "__lodash_hash_undefined__", js = Object.prototype, As = js.hasOwnProperty;
3152
- function Fs(e) {
3218
+ var js = "__lodash_hash_undefined__", As = Object.prototype, Fs = As.hasOwnProperty;
3219
+ function Ls(e) {
3153
3220
  var t = this.__data__;
3154
3221
  if (le) {
3155
3222
  var n = t[e];
3156
- return n === Ds ? void 0 : n;
3223
+ return n === js ? void 0 : n;
3157
3224
  }
3158
- return As.call(t, e) ? t[e] : void 0;
3225
+ return Fs.call(t, e) ? t[e] : void 0;
3159
3226
  }
3160
- var Ls = Object.prototype, Es = Ls.hasOwnProperty;
3161
- function Ns(e) {
3227
+ var Es = Object.prototype, Ns = Es.hasOwnProperty;
3228
+ function Ts(e) {
3162
3229
  var t = this.__data__;
3163
- return le ? t[e] !== void 0 : Es.call(t, e);
3230
+ return le ? t[e] !== void 0 : Ns.call(t, e);
3164
3231
  }
3165
- var Ts = "__lodash_hash_undefined__";
3166
- function Rs(e, t) {
3232
+ var Rs = "__lodash_hash_undefined__";
3233
+ function Ms(e, t) {
3167
3234
  var n = this.__data__;
3168
- return this.size += this.has(e) ? 0 : 1, n[e] = le && t === void 0 ? Ts : t, this;
3235
+ return this.size += this.has(e) ? 0 : 1, n[e] = le && t === void 0 ? Rs : t, this;
3169
3236
  }
3170
- function z(e) {
3237
+ function G(e) {
3171
3238
  var t = -1, n = e == null ? 0 : e.length;
3172
3239
  for (this.clear(); ++t < n; ) {
3173
3240
  var r = e[t];
3174
3241
  this.set(r[0], r[1]);
3175
3242
  }
3176
3243
  }
3177
- z.prototype.clear = ws;
3178
- z.prototype.delete = Ps;
3179
- z.prototype.get = Fs;
3180
- z.prototype.has = Ns;
3181
- z.prototype.set = Rs;
3182
- function Ms() {
3244
+ G.prototype.clear = Ps;
3245
+ G.prototype.delete = Ds;
3246
+ G.prototype.get = Ls;
3247
+ G.prototype.has = Ts;
3248
+ G.prototype.set = Ms;
3249
+ function $s() {
3183
3250
  this.size = 0, this.__data__ = {
3184
- hash: new z(),
3251
+ hash: new G(),
3185
3252
  map: new (ue || k)(),
3186
- string: new z()
3253
+ string: new G()
3187
3254
  };
3188
3255
  }
3189
- function $s(e) {
3256
+ function Is(e) {
3190
3257
  var t = typeof e;
3191
3258
  return t == "string" || t == "number" || t == "symbol" || t == "boolean" ? e !== "__proto__" : e === null;
3192
3259
  }
3193
3260
  function Ne(e, t) {
3194
3261
  var n = e.__data__;
3195
- return $s(t) ? n[typeof t == "string" ? "string" : "hash"] : n.map;
3262
+ return Is(t) ? n[typeof t == "string" ? "string" : "hash"] : n.map;
3196
3263
  }
3197
- function Is(e) {
3264
+ function _s(e) {
3198
3265
  var t = Ne(this, e).delete(e);
3199
3266
  return this.size -= t ? 1 : 0, t;
3200
3267
  }
3201
- function _s(e) {
3268
+ function ks(e) {
3202
3269
  return Ne(this, e).get(e);
3203
3270
  }
3204
- function ks(e) {
3271
+ function Bs(e) {
3205
3272
  return Ne(this, e).has(e);
3206
3273
  }
3207
- function Bs(e, t) {
3274
+ function Us(e, t) {
3208
3275
  var n = Ne(this, e), r = n.size;
3209
3276
  return n.set(e, t), this.size += n.size == r ? 0 : 1, this;
3210
3277
  }
@@ -3215,17 +3282,17 @@ function te(e) {
3215
3282
  this.set(r[0], r[1]);
3216
3283
  }
3217
3284
  }
3218
- te.prototype.clear = Ms;
3219
- te.prototype.delete = Is;
3220
- te.prototype.get = _s;
3221
- te.prototype.has = ks;
3222
- te.prototype.set = Bs;
3223
- var Us = 200;
3224
- function qs(e, t) {
3285
+ te.prototype.clear = $s;
3286
+ te.prototype.delete = _s;
3287
+ te.prototype.get = ks;
3288
+ te.prototype.has = Bs;
3289
+ te.prototype.set = Us;
3290
+ var qs = 200;
3291
+ function Vs(e, t) {
3225
3292
  var n = this.__data__;
3226
3293
  if (n instanceof k) {
3227
3294
  var r = n.__data__;
3228
- if (!ue || r.length < Us - 1)
3295
+ if (!ue || r.length < qs - 1)
3229
3296
  return r.push([e, t]), this.size = ++n.size, this;
3230
3297
  n = this.__data__ = new te(r);
3231
3298
  }
@@ -3235,24 +3302,24 @@ function ne(e) {
3235
3302
  var t = this.__data__ = new k(e);
3236
3303
  this.size = t.size;
3237
3304
  }
3238
- ne.prototype.clear = is;
3239
- ne.prototype.delete = as;
3240
- ne.prototype.get = os;
3241
- ne.prototype.has = us;
3242
- ne.prototype.set = qs;
3243
- function Vs(e, t) {
3305
+ ne.prototype.clear = as;
3306
+ ne.prototype.delete = os;
3307
+ ne.prototype.get = us;
3308
+ ne.prototype.has = ls;
3309
+ ne.prototype.set = Vs;
3310
+ function Hs(e, t) {
3244
3311
  for (var n = -1, r = e == null ? 0 : e.length; ++n < r && t(e[n], n, e) !== !1; )
3245
3312
  ;
3246
3313
  return e;
3247
3314
  }
3248
- var Ws = function() {
3315
+ var Ks = function() {
3249
3316
  try {
3250
3317
  var e = J(Object, "defineProperty");
3251
3318
  return e({}, "", {}), e;
3252
3319
  } catch {
3253
3320
  }
3254
3321
  }();
3255
- const vt = Ws;
3322
+ const vt = Ks;
3256
3323
  function Jt(e, t, n) {
3257
3324
  t == "__proto__" && vt ? vt(e, t, {
3258
3325
  configurable: !0,
@@ -3261,10 +3328,10 @@ function Jt(e, t, n) {
3261
3328
  writable: !0
3262
3329
  }) : e[t] = n;
3263
3330
  }
3264
- var Hs = Object.prototype, Ks = Hs.hasOwnProperty;
3331
+ var Ws = Object.prototype, Gs = Ws.hasOwnProperty;
3265
3332
  function Qt(e, t, n) {
3266
3333
  var r = e[t];
3267
- (!(Ks.call(e, t) && Gt(r, n)) || n === void 0 && !(t in e)) && Jt(e, t, n);
3334
+ (!(Gs.call(e, t) && zt(r, n)) || n === void 0 && !(t in e)) && Jt(e, t, n);
3268
3335
  }
3269
3336
  function Te(e, t, n, r) {
3270
3337
  var s = !n;
@@ -3278,42 +3345,42 @@ function Te(e, t, n, r) {
3278
3345
  function zs(e, t) {
3279
3346
  return e && Te(t, Qe(t), e);
3280
3347
  }
3281
- function Gs(e) {
3348
+ function Js(e) {
3282
3349
  var t = [];
3283
3350
  if (e != null)
3284
3351
  for (var n in Object(e))
3285
3352
  t.push(n);
3286
3353
  return t;
3287
3354
  }
3288
- var Js = Object.prototype, Qs = Js.hasOwnProperty;
3289
- function Ys(e) {
3355
+ var Qs = Object.prototype, Ys = Qs.hasOwnProperty;
3356
+ function Zs(e) {
3290
3357
  if (!De(e))
3291
- return Gs(e);
3358
+ return Js(e);
3292
3359
  var t = kt(e), n = [];
3293
3360
  for (var r in e)
3294
- r == "constructor" && (t || !Qs.call(e, r)) || n.push(r);
3361
+ r == "constructor" && (t || !Ys.call(e, r)) || n.push(r);
3295
3362
  return n;
3296
3363
  }
3297
3364
  function Xe(e) {
3298
- return Bn(e) ? Un(e, !0) : Ys(e);
3365
+ return Un(e) ? qn(e, !0) : Zs(e);
3299
3366
  }
3300
- function Zs(e, t) {
3367
+ function Xs(e, t) {
3301
3368
  return e && Te(t, Xe(t), e);
3302
3369
  }
3303
- var Yt = typeof exports == "object" && exports && !exports.nodeType && exports, xt = Yt && typeof module == "object" && module && !module.nodeType && module, Xs = xt && xt.exports === Yt, Ct = Xs ? U.Buffer : void 0, wt = Ct ? Ct.allocUnsafe : void 0;
3304
- function ei(e, t) {
3370
+ var Yt = typeof exports == "object" && exports && !exports.nodeType && exports, xt = Yt && typeof module == "object" && module && !module.nodeType && module, ei = xt && xt.exports === Yt, Ct = ei ? U.Buffer : void 0, wt = Ct ? Ct.allocUnsafe : void 0;
3371
+ function ti(e, t) {
3305
3372
  if (t)
3306
3373
  return e.slice();
3307
3374
  var n = e.length, r = wt ? wt(n) : new e.constructor(n);
3308
3375
  return e.copy(r), r;
3309
3376
  }
3310
- function ti(e, t) {
3377
+ function ni(e, t) {
3311
3378
  var n = -1, r = e.length;
3312
3379
  for (t || (t = Array(r)); ++n < r; )
3313
3380
  t[n] = e[n];
3314
3381
  return t;
3315
3382
  }
3316
- function ni(e, t) {
3383
+ function ri(e, t) {
3317
3384
  for (var n = -1, r = e == null ? 0 : e.length, s = 0, i = []; ++n < r; ) {
3318
3385
  var a = e[n];
3319
3386
  t(a, n, e) && (i[s++] = a);
@@ -3323,13 +3390,13 @@ function ni(e, t) {
3323
3390
  function Zt() {
3324
3391
  return [];
3325
3392
  }
3326
- var ri = Object.prototype, si = ri.propertyIsEnumerable, Pt = Object.getOwnPropertySymbols, ii = Pt ? function(e) {
3327
- return e == null ? [] : (e = Object(e), ni(Pt(e), function(t) {
3328
- return si.call(e, t);
3393
+ var si = Object.prototype, ii = si.propertyIsEnumerable, Pt = Object.getOwnPropertySymbols, ai = Pt ? function(e) {
3394
+ return e == null ? [] : (e = Object(e), ri(Pt(e), function(t) {
3395
+ return ii.call(e, t);
3329
3396
  }));
3330
3397
  } : Zt;
3331
- const et = ii;
3332
- function ai(e, t) {
3398
+ const et = ai;
3399
+ function oi(e, t) {
3333
3400
  return Te(e, et(e), t);
3334
3401
  }
3335
3402
  function Xt(e, t) {
@@ -3337,117 +3404,117 @@ function Xt(e, t) {
3337
3404
  e[s + n] = t[n];
3338
3405
  return e;
3339
3406
  }
3340
- var oi = qn(Object.getPrototypeOf, Object);
3341
- const en = oi;
3342
- var ui = Object.getOwnPropertySymbols, li = ui ? function(e) {
3407
+ var ui = Vn(Object.getPrototypeOf, Object);
3408
+ const en = ui;
3409
+ var li = Object.getOwnPropertySymbols, ci = li ? function(e) {
3343
3410
  for (var t = []; e; )
3344
3411
  Xt(t, et(e)), e = en(e);
3345
3412
  return t;
3346
3413
  } : Zt;
3347
- const tn = li;
3348
- function ci(e, t) {
3414
+ const tn = ci;
3415
+ function di(e, t) {
3349
3416
  return Te(e, tn(e), t);
3350
3417
  }
3351
3418
  function nn(e, t, n) {
3352
3419
  var r = t(e);
3353
3420
  return Bt(e) ? r : Xt(r, n(e));
3354
3421
  }
3355
- function di(e) {
3422
+ function fi(e) {
3356
3423
  return nn(e, Qe, et);
3357
3424
  }
3358
- function fi(e) {
3425
+ function pi(e) {
3359
3426
  return nn(e, Xe, tn);
3360
3427
  }
3361
- var pi = J(U, "DataView");
3362
- const He = pi;
3363
- var gi = J(U, "Promise");
3428
+ var gi = J(U, "DataView");
3364
3429
  const Ke = gi;
3365
- var hi = J(U, "Set");
3366
- const ze = hi;
3367
- var mi = J(U, "WeakMap");
3430
+ var hi = J(U, "Promise");
3431
+ const We = hi;
3432
+ var mi = J(U, "Set");
3368
3433
  const Ge = mi;
3369
- var Dt = "[object Map]", yi = "[object Object]", jt = "[object Promise]", At = "[object Set]", Ft = "[object WeakMap]", Lt = "[object DataView]", bi = G(He), Si = G(ue), Oi = G(Ke), vi = G(ze), xi = G(Ge), H = Ut;
3370
- (He && H(new He(new ArrayBuffer(1))) != Lt || ue && H(new ue()) != Dt || Ke && H(Ke.resolve()) != jt || ze && H(new ze()) != At || Ge && H(new Ge()) != Ft) && (H = function(e) {
3371
- var t = Ut(e), n = t == yi ? e.constructor : void 0, r = n ? G(n) : "";
3434
+ var yi = J(U, "WeakMap");
3435
+ const ze = yi;
3436
+ var Dt = "[object Map]", bi = "[object Object]", jt = "[object Promise]", At = "[object Set]", Ft = "[object WeakMap]", Lt = "[object DataView]", Si = z(Ke), Oi = z(ue), vi = z(We), xi = z(Ge), Ci = z(ze), K = Ut;
3437
+ (Ke && K(new Ke(new ArrayBuffer(1))) != Lt || ue && K(new ue()) != Dt || We && K(We.resolve()) != jt || Ge && K(new Ge()) != At || ze && K(new ze()) != Ft) && (K = function(e) {
3438
+ var t = Ut(e), n = t == bi ? e.constructor : void 0, r = n ? z(n) : "";
3372
3439
  if (r)
3373
3440
  switch (r) {
3374
- case bi:
3375
- return Lt;
3376
3441
  case Si:
3377
- return Dt;
3442
+ return Lt;
3378
3443
  case Oi:
3379
- return jt;
3444
+ return Dt;
3380
3445
  case vi:
3381
- return At;
3446
+ return jt;
3382
3447
  case xi:
3448
+ return At;
3449
+ case Ci:
3383
3450
  return Ft;
3384
3451
  }
3385
3452
  return t;
3386
3453
  });
3387
- const tt = H;
3388
- var Ci = Object.prototype, wi = Ci.hasOwnProperty;
3389
- function Pi(e) {
3454
+ const tt = K;
3455
+ var wi = Object.prototype, Pi = wi.hasOwnProperty;
3456
+ function Di(e) {
3390
3457
  var t = e.length, n = new e.constructor(t);
3391
- return t && typeof e[0] == "string" && wi.call(e, "index") && (n.index = e.index, n.input = e.input), n;
3458
+ return t && typeof e[0] == "string" && Pi.call(e, "index") && (n.index = e.index, n.input = e.input), n;
3392
3459
  }
3393
- var Di = U.Uint8Array;
3394
- const Et = Di;
3460
+ var ji = U.Uint8Array;
3461
+ const Et = ji;
3395
3462
  function nt(e) {
3396
3463
  var t = new e.constructor(e.byteLength);
3397
3464
  return new Et(t).set(new Et(e)), t;
3398
3465
  }
3399
- function ji(e, t) {
3466
+ function Ai(e, t) {
3400
3467
  var n = t ? nt(e.buffer) : e.buffer;
3401
3468
  return new e.constructor(n, e.byteOffset, e.byteLength);
3402
3469
  }
3403
- var Ai = /\w*$/;
3404
- function Fi(e) {
3405
- var t = new e.constructor(e.source, Ai.exec(e));
3470
+ var Fi = /\w*$/;
3471
+ function Li(e) {
3472
+ var t = new e.constructor(e.source, Fi.exec(e));
3406
3473
  return t.lastIndex = e.lastIndex, t;
3407
3474
  }
3408
3475
  var Nt = ot ? ot.prototype : void 0, Tt = Nt ? Nt.valueOf : void 0;
3409
- function Li(e) {
3476
+ function Ei(e) {
3410
3477
  return Tt ? Object(Tt.call(e)) : {};
3411
3478
  }
3412
- function Ei(e, t) {
3479
+ function Ni(e, t) {
3413
3480
  var n = t ? nt(e.buffer) : e.buffer;
3414
3481
  return new e.constructor(n, e.byteOffset, e.length);
3415
3482
  }
3416
- var Ni = "[object Boolean]", Ti = "[object Date]", Ri = "[object Map]", Mi = "[object Number]", $i = "[object RegExp]", Ii = "[object Set]", _i = "[object String]", ki = "[object Symbol]", Bi = "[object ArrayBuffer]", Ui = "[object DataView]", qi = "[object Float32Array]", Vi = "[object Float64Array]", Wi = "[object Int8Array]", Hi = "[object Int16Array]", Ki = "[object Int32Array]", zi = "[object Uint8Array]", Gi = "[object Uint8ClampedArray]", Ji = "[object Uint16Array]", Qi = "[object Uint32Array]";
3417
- function Yi(e, t, n) {
3483
+ var Ti = "[object Boolean]", Ri = "[object Date]", Mi = "[object Map]", $i = "[object Number]", Ii = "[object RegExp]", _i = "[object Set]", ki = "[object String]", Bi = "[object Symbol]", Ui = "[object ArrayBuffer]", qi = "[object DataView]", Vi = "[object Float32Array]", Hi = "[object Float64Array]", Ki = "[object Int8Array]", Wi = "[object Int16Array]", Gi = "[object Int32Array]", zi = "[object Uint8Array]", Ji = "[object Uint8ClampedArray]", Qi = "[object Uint16Array]", Yi = "[object Uint32Array]";
3484
+ function Zi(e, t, n) {
3418
3485
  var r = e.constructor;
3419
3486
  switch (t) {
3420
- case Bi:
3487
+ case Ui:
3421
3488
  return nt(e);
3422
- case Ni:
3423
3489
  case Ti:
3490
+ case Ri:
3424
3491
  return new r(+e);
3425
- case Ui:
3426
- return ji(e, n);
3427
3492
  case qi:
3493
+ return Ai(e, n);
3428
3494
  case Vi:
3429
- case Wi:
3430
3495
  case Hi:
3431
3496
  case Ki:
3432
- case zi:
3497
+ case Wi:
3433
3498
  case Gi:
3499
+ case zi:
3434
3500
  case Ji:
3435
3501
  case Qi:
3436
- return Ei(e, n);
3437
- case Ri:
3438
- return new r();
3502
+ case Yi:
3503
+ return Ni(e, n);
3439
3504
  case Mi:
3440
- case _i:
3441
- return new r(e);
3442
- case $i:
3443
- return Fi(e);
3444
- case Ii:
3445
3505
  return new r();
3506
+ case $i:
3446
3507
  case ki:
3508
+ return new r(e);
3509
+ case Ii:
3447
3510
  return Li(e);
3511
+ case _i:
3512
+ return new r();
3513
+ case Bi:
3514
+ return Ei(e);
3448
3515
  }
3449
3516
  }
3450
- var Rt = Object.create, Zi = function() {
3517
+ var Rt = Object.create, Xi = function() {
3451
3518
  function e() {
3452
3519
  }
3453
3520
  return function(t) {
@@ -3460,73 +3527,73 @@ var Rt = Object.create, Zi = function() {
3460
3527
  return e.prototype = void 0, n;
3461
3528
  };
3462
3529
  }();
3463
- const Xi = Zi;
3464
- function ea(e) {
3465
- return typeof e.constructor == "function" && !kt(e) ? Xi(en(e)) : {};
3530
+ const ea = Xi;
3531
+ function ta(e) {
3532
+ return typeof e.constructor == "function" && !kt(e) ? ea(en(e)) : {};
3466
3533
  }
3467
- var ta = "[object Map]";
3468
- function na(e) {
3469
- return qt(e) && tt(e) == ta;
3534
+ var na = "[object Map]";
3535
+ function ra(e) {
3536
+ return qt(e) && tt(e) == na;
3470
3537
  }
3471
- var Mt = Se && Se.isMap, ra = Mt ? Vt(Mt) : na;
3472
- const sa = ra;
3473
- var ia = "[object Set]";
3474
- function aa(e) {
3475
- return qt(e) && tt(e) == ia;
3538
+ var Mt = Se && Se.isMap, sa = Mt ? Vt(Mt) : ra;
3539
+ const ia = sa;
3540
+ var aa = "[object Set]";
3541
+ function oa(e) {
3542
+ return qt(e) && tt(e) == aa;
3476
3543
  }
3477
- var $t = Se && Se.isSet, oa = $t ? Vt($t) : aa;
3478
- const ua = oa;
3479
- var la = 1, ca = 2, da = 4, rn = "[object Arguments]", fa = "[object Array]", pa = "[object Boolean]", ga = "[object Date]", ha = "[object Error]", sn = "[object Function]", ma = "[object GeneratorFunction]", ya = "[object Map]", ba = "[object Number]", an = "[object Object]", Sa = "[object RegExp]", Oa = "[object Set]", va = "[object String]", xa = "[object Symbol]", Ca = "[object WeakMap]", wa = "[object ArrayBuffer]", Pa = "[object DataView]", Da = "[object Float32Array]", ja = "[object Float64Array]", Aa = "[object Int8Array]", Fa = "[object Int16Array]", La = "[object Int32Array]", Ea = "[object Uint8Array]", Na = "[object Uint8ClampedArray]", Ta = "[object Uint16Array]", Ra = "[object Uint32Array]", v = {};
3480
- v[rn] = v[fa] = v[wa] = v[Pa] = v[pa] = v[ga] = v[Da] = v[ja] = v[Aa] = v[Fa] = v[La] = v[ya] = v[ba] = v[an] = v[Sa] = v[Oa] = v[va] = v[xa] = v[Ea] = v[Na] = v[Ta] = v[Ra] = !0;
3481
- v[ha] = v[sn] = v[Ca] = !1;
3544
+ var $t = Se && Se.isSet, ua = $t ? Vt($t) : oa;
3545
+ const la = ua;
3546
+ var ca = 1, da = 2, fa = 4, rn = "[object Arguments]", pa = "[object Array]", ga = "[object Boolean]", ha = "[object Date]", ma = "[object Error]", sn = "[object Function]", ya = "[object GeneratorFunction]", ba = "[object Map]", Sa = "[object Number]", an = "[object Object]", Oa = "[object RegExp]", va = "[object Set]", xa = "[object String]", Ca = "[object Symbol]", wa = "[object WeakMap]", Pa = "[object ArrayBuffer]", Da = "[object DataView]", ja = "[object Float32Array]", Aa = "[object Float64Array]", Fa = "[object Int8Array]", La = "[object Int16Array]", Ea = "[object Int32Array]", Na = "[object Uint8Array]", Ta = "[object Uint8ClampedArray]", Ra = "[object Uint16Array]", Ma = "[object Uint32Array]", v = {};
3547
+ v[rn] = v[pa] = v[Pa] = v[Da] = v[ga] = v[ha] = v[ja] = v[Aa] = v[Fa] = v[La] = v[Ea] = v[ba] = v[Sa] = v[an] = v[Oa] = v[va] = v[xa] = v[Ca] = v[Na] = v[Ta] = v[Ra] = v[Ma] = !0;
3548
+ v[ma] = v[sn] = v[wa] = !1;
3482
3549
  function ge(e, t, n, r, s, i) {
3483
- var a, o = t & la, u = t & ca, c = t & da;
3550
+ var a, o = t & ca, u = t & da, c = t & fa;
3484
3551
  if (n && (a = s ? n(e, r, s, i) : n(e)), a !== void 0)
3485
3552
  return a;
3486
3553
  if (!De(e))
3487
3554
  return e;
3488
3555
  var d = Bt(e);
3489
3556
  if (d) {
3490
- if (a = Pi(e), !o)
3491
- return ti(e, a);
3557
+ if (a = Di(e), !o)
3558
+ return ni(e, a);
3492
3559
  } else {
3493
- var f = tt(e), l = f == sn || f == ma;
3494
- if (Vn(e))
3495
- return ei(e, o);
3560
+ var f = tt(e), l = f == sn || f == ya;
3561
+ if (Hn(e))
3562
+ return ti(e, o);
3496
3563
  if (f == an || f == rn || l && !s) {
3497
- if (a = u || l ? {} : ea(e), !o)
3498
- return u ? ci(e, Zs(a, e)) : ai(e, zs(a, e));
3564
+ if (a = u || l ? {} : ta(e), !o)
3565
+ return u ? di(e, Xs(a, e)) : oi(e, zs(a, e));
3499
3566
  } else {
3500
3567
  if (!v[f])
3501
3568
  return s ? e : {};
3502
- a = Yi(e, f, o);
3569
+ a = Zi(e, f, o);
3503
3570
  }
3504
3571
  }
3505
3572
  i || (i = new ne());
3506
3573
  var g = i.get(e);
3507
3574
  if (g)
3508
3575
  return g;
3509
- i.set(e, a), ua(e) ? e.forEach(function(h) {
3576
+ i.set(e, a), la(e) ? e.forEach(function(h) {
3510
3577
  a.add(ge(h, t, n, h, e, i));
3511
- }) : sa(e) && e.forEach(function(h, x) {
3578
+ }) : ia(e) && e.forEach(function(h, x) {
3512
3579
  a.set(x, ge(h, t, n, x, e, i));
3513
3580
  });
3514
- var p = c ? u ? fi : di : u ? Xe : Qe, m = d ? void 0 : p(e);
3515
- return Vs(m || e, function(h, x) {
3581
+ var p = c ? u ? pi : fi : u ? Xe : Qe, m = d ? void 0 : p(e);
3582
+ return Hs(m || e, function(h, x) {
3516
3583
  m && (x = h, h = e[x]), Qt(a, x, ge(h, t, n, x, e, i));
3517
3584
  }), a;
3518
3585
  }
3519
- var Ma = 1, $a = 4;
3520
- function Ia(e) {
3521
- return ge(e, Ma | $a);
3522
- }
3586
+ var $a = 1, Ia = 4;
3523
3587
  function _a(e) {
3524
- return Buffer.from(e).toString("utf8");
3588
+ return ge(e, $a | Ia);
3525
3589
  }
3526
3590
  function ka(e) {
3591
+ return Buffer.from(e).toString("utf8");
3592
+ }
3593
+ function Ba(e) {
3527
3594
  return String.fromCharCode.apply(null, new Uint16Array(e));
3528
3595
  }
3529
- function Ba() {
3596
+ function Ua() {
3530
3597
  return "UNSUPPORTED";
3531
3598
  }
3532
3599
  typeof Buffer < "u" && Buffer.from;
@@ -3534,7 +3601,7 @@ var Ie;
3534
3601
  (function(e) {
3535
3602
  e[e.None = 0] = "None", e[e.Ascending = 1] = "Ascending", e[e.Descending = 2] = "Descending";
3536
3603
  })(Ie = Ie || (Ie = {}));
3537
- const b = {
3604
+ const S = {
3538
3605
  Measure: "measure",
3539
3606
  MeasureTemplate: "measuretemplate",
3540
3607
  BaseMeasure: "basemeasure",
@@ -3557,7 +3624,7 @@ const b = {
3557
3624
  * @returns true if the object or type is a metadata element
3558
3625
  */
3559
3626
  isMetadata(e) {
3560
- return b.isMeasure(e) || b.isDimension(e) || b.isAttribute(e) || b.isFilter(e);
3627
+ return S.isMeasure(e) || S.isDimension(e) || S.isAttribute(e) || S.isFilter(e);
3561
3628
  },
3562
3629
  /**
3563
3630
  * Checks whether the given object or type is a measure template
@@ -3566,7 +3633,7 @@ const b = {
3566
3633
  * @returns true if the object or type is a measure template
3567
3634
  */
3568
3635
  isMeasureTemplate(e) {
3569
- return e ? typeof e == "string" ? e.toLowerCase() === b.MeasureTemplate : e.agg === "*" || e.aggregation === "*" || e.type && e.type.toLowerCase() === b.MeasureTemplate : !1;
3636
+ return e ? typeof e == "string" ? e.toLowerCase() === S.MeasureTemplate : e.agg === "*" || e.aggregation === "*" || e.type && e.type.toLowerCase() === S.MeasureTemplate : !1;
3570
3637
  },
3571
3638
  /**
3572
3639
  * Checks whether the given object or type is a base measure
@@ -3575,7 +3642,7 @@ const b = {
3575
3642
  * @returns true if the object or type is a base measure
3576
3643
  */
3577
3644
  isBaseMeasure(e) {
3578
- return e ? typeof e == "string" ? e.toLowerCase() === b.BaseMeasure : (e.agg || e.aggregation) && (e.attribute || e.jaql || e.dim || e.expression) && !this.isMeasureTemplate(e) : !1;
3645
+ return e ? typeof e == "string" ? e.toLowerCase() === S.BaseMeasure : (e.agg || e.aggregation) && (e.attribute || e.jaql || e.dim || e.expression) && !this.isMeasureTemplate(e) : !1;
3579
3646
  },
3580
3647
  /**
3581
3648
  * Checks whether the given object or type is a measure - of any type
@@ -3588,7 +3655,7 @@ const b = {
3588
3655
  return !1;
3589
3656
  if (typeof e == "string") {
3590
3657
  const t = e;
3591
- return t.toLowerCase() === b.Measure || t.toLowerCase() === b.BaseMeasure || t.toLowerCase() === b.MeasureTemplate || t.toLowerCase() === b.CalculatedMeasure;
3658
+ return t.toLowerCase() === S.Measure || t.toLowerCase() === S.BaseMeasure || t.toLowerCase() === S.MeasureTemplate || t.toLowerCase() === S.CalculatedMeasure;
3592
3659
  }
3593
3660
  return this.isBaseMeasure(e) || this.isCalculatedMeasure(e) || this.isMeasureTemplate(e);
3594
3661
  },
@@ -3599,7 +3666,7 @@ const b = {
3599
3666
  * @returns true if the object or type is a calculated measure
3600
3667
  */
3601
3668
  isCalculatedMeasure(e) {
3602
- return e ? typeof e == "string" ? e.toLowerCase() === b.CalculatedMeasure : (e.expression || e.formula) && e.context : !1;
3669
+ return e ? typeof e == "string" ? e.toLowerCase() === S.CalculatedMeasure : (e.expression || e.formula) && e.context : !1;
3603
3670
  },
3604
3671
  /**
3605
3672
  * Checks whether the given object or type is a date dimension
@@ -3608,7 +3675,7 @@ const b = {
3608
3675
  * @returns true if the object or type is a date dimension
3609
3676
  */
3610
3677
  isDateDimension(e) {
3611
- return e ? typeof e == "string" ? e.toLowerCase() === b.DateDimension : (e.dim || e.expression) && e.level : !1;
3678
+ return e ? typeof e == "string" ? e.toLowerCase() === S.DateDimension : (e.dim || e.expression) && e.level : !1;
3612
3679
  },
3613
3680
  /**
3614
3681
  * Checks whether the given object or type is a text dimension
@@ -3617,7 +3684,7 @@ const b = {
3617
3684
  * @returns true if the object or type is a text dimension
3618
3685
  */
3619
3686
  isTextDimension(e) {
3620
- return e && typeof e == "string" ? e.toLowerCase() === b.TextDimension : !1;
3687
+ return e && typeof e == "string" ? e.toLowerCase() === S.TextDimension : !1;
3621
3688
  },
3622
3689
  /**
3623
3690
  * Checks whether the given object or type is a numeric dimension
@@ -3626,7 +3693,7 @@ const b = {
3626
3693
  * @returns true if the object or type is a numeric dimension
3627
3694
  */
3628
3695
  isNumericDimension(e) {
3629
- return e && typeof e == "string" ? e.toLowerCase() === b.NumericDimension : !1;
3696
+ return e && typeof e == "string" ? e.toLowerCase() === S.NumericDimension : !1;
3630
3697
  },
3631
3698
  /**
3632
3699
  * Checks whether the given object or type is a dimension - of any type
@@ -3637,7 +3704,7 @@ const b = {
3637
3704
  isDimension(e) {
3638
3705
  if (e && typeof e == "object" && (e = e.type), typeof e == "string") {
3639
3706
  const t = e;
3640
- return t.toLowerCase() === b.DateDimension || t.toLowerCase() === b.Dimension || t.toLowerCase() === b.TextDimension || t.toLowerCase() === b.NumericDimension;
3707
+ return t.toLowerCase() === S.DateDimension || t.toLowerCase() === S.Dimension || t.toLowerCase() === S.TextDimension || t.toLowerCase() === S.NumericDimension;
3641
3708
  }
3642
3709
  return !1;
3643
3710
  },
@@ -3650,7 +3717,7 @@ const b = {
3650
3717
  isAttribute(e) {
3651
3718
  if (typeof e == "string") {
3652
3719
  const t = e;
3653
- return t.toLowerCase() === b.Attribute || t.toLowerCase() === b.TextAttribute || t.toLowerCase() === b.NumericAttribute || t.toLowerCase() === b.DateLevel;
3720
+ return t.toLowerCase() === S.Attribute || t.toLowerCase() === S.TextAttribute || t.toLowerCase() === S.NumericAttribute || t.toLowerCase() === S.DateLevel;
3654
3721
  }
3655
3722
  return e && e.type ? this.isAttribute(e.type) : !1;
3656
3723
  },
@@ -3663,7 +3730,7 @@ const b = {
3663
3730
  isFilter(e) {
3664
3731
  if (e && typeof e == "object" && (e = e.type), typeof e == "string") {
3665
3732
  const t = e;
3666
- return t.toLowerCase() === b.Filter || t.toLowerCase() === b.DimensionFilter || t.toLowerCase() === b.MeasureFilter;
3733
+ return t.toLowerCase() === S.Filter || t.toLowerCase() === S.DimensionFilter || t.toLowerCase() === S.MeasureFilter;
3667
3734
  }
3668
3735
  return !1;
3669
3736
  }
@@ -3682,41 +3749,41 @@ var Be;
3682
3749
  })(Be = Be || (Be = {}));
3683
3750
  function Je(e, t = []) {
3684
3751
  try {
3685
- return e == null ? String(e) : typeof e == "string" ? `'${Kr(e)}'` : typeof e == "number" || typeof e == "boolean" ? String(e) : e instanceof Date ? `new Date('${e.toISOString()}')` : Array.isArray(e) ? `[${e.map((n) => Je(n, t)).join(", ")}]` : typeof e == "object" && e !== null ? "composeCode" in e ? e.composeCode : `{ ${Object.entries(e).filter(([r]) => !t.includes(r)).map(([r, s]) => `${/[^a-zA-Z0-9_$]/.test(r) ? `'${r}'` : r}: ${Je(s, t)}`).join(", ")} }` : JSON.stringify(e);
3752
+ return e == null ? String(e) : typeof e == "string" ? `'${Gr(e)}'` : typeof e == "number" || typeof e == "boolean" ? String(e) : e instanceof Date ? `new Date('${e.toISOString()}')` : Array.isArray(e) ? `[${e.map((n) => Je(n, t)).join(", ")}]` : typeof e == "object" && e !== null ? "composeCode" in e ? e.composeCode : `{ ${Object.entries(e).filter(([r]) => !t.includes(r)).map(([r, s]) => `${/[^a-zA-Z0-9_$]/.test(r) ? `'${r}'` : r}: ${Je(s, t)}`).join(", ")} }` : JSON.stringify(e);
3686
3753
  } catch (n) {
3687
3754
  return console.error(n, JSON.stringify(e, null, 2)), JSON.stringify(e);
3688
3755
  }
3689
3756
  }
3690
- function Ua(e) {
3757
+ function qa(e) {
3691
3758
  let t = e.length;
3692
3759
  for (; t > 0 && e[t - 1] === void 0; )
3693
3760
  t--;
3694
3761
  return e.slice(0, t);
3695
3762
  }
3696
- function qa(e, t) {
3763
+ function Va(e, t) {
3697
3764
  return function(n) {
3698
3765
  return function(...r) {
3699
- const s = Ua(r), i = s.length, a = s.map((c) => Je(c, ["guid"])).filter((c, d) => !(["", "{ }", "{}", "undefined", "null"].includes(c) && d === i - 1)).join(", "), o = `${e}.${t ?? n.name}(${a})`, u = n(...r);
3766
+ const s = qa(r), i = s.length, a = s.map((c) => Je(c, ["guid"])).filter((c, d) => !(["", "{ }", "{}", "undefined", "null"].includes(c) && d === i - 1)).join(", "), o = `${e}.${t ?? n.name}(${a})`, u = n(...r);
3700
3767
  return u.composeCode = o, u;
3701
3768
  };
3702
3769
  };
3703
3770
  }
3704
3771
  function It(e, t) {
3705
- return qa("filterFactory.logic", t)(e);
3772
+ return Va("filterFactory.logic", t)(e);
3706
3773
  }
3707
- function Va(e) {
3774
+ function Ha(e) {
3708
3775
  return e && e.__serializable === "MembersFilter";
3709
3776
  }
3710
- function Wa(e) {
3777
+ function Ka(e) {
3711
3778
  return e && e.__serializable === "CascadingFilter";
3712
3779
  }
3713
- const K = (e) => {
3780
+ const W = (e) => {
3714
3781
  if (Array.isArray(e)) {
3715
3782
  const [t, ...n] = e;
3716
- return n.length === 0 ? K(t) : {
3783
+ return n.length === 0 ? W(t) : {
3717
3784
  operator: "AND",
3718
- left: K(t),
3719
- right: K(n)
3785
+ left: W(t),
3786
+ right: W(n)
3720
3787
  };
3721
3788
  }
3722
3789
  return e;
@@ -3725,12 +3792,12 @@ var Ue;
3725
3792
  (function(e) {
3726
3793
  e.and = It((t, n) => ({
3727
3794
  operator: "AND",
3728
- left: K(t),
3729
- right: K(n)
3795
+ left: W(t),
3796
+ right: W(n)
3730
3797
  }), "and"), e.or = It((t, n) => ({
3731
3798
  operator: "OR",
3732
- left: K(t),
3733
- right: K(n)
3799
+ left: W(t),
3800
+ right: W(n)
3734
3801
  }), "or");
3735
3802
  })(Ue = Ue || (Ue = {}));
3736
3803
  var he;
@@ -3753,7 +3820,7 @@ var qe;
3753
3820
  (function(e) {
3754
3821
  e.DATE_TIME = "datetime", e.NUMERIC = "numeric", e.TEXT = "text";
3755
3822
  })(qe = qe || (qe = {}));
3756
- const N = Object.assign(Object.assign(Object.assign({}, he), me), ye), Ha = {
3823
+ const N = Object.assign(Object.assign(Object.assign({}, he), me), ye), Wa = {
3757
3824
  [N.INCLUDE_ALL]: {
3758
3825
  all: !0,
3759
3826
  filterType: N.INCLUDE_ALL
@@ -3782,7 +3849,7 @@ const N = Object.assign(Object.assign(Object.assign({}, he), me), ye), Ha = {
3782
3849
  filterType: N.SPECIFIC_ITEMS
3783
3850
  }
3784
3851
  };
3785
- Ha.INCLUDE_ALL, be.YEARS;
3852
+ Wa.INCLUDE_ALL, be.YEARS;
3786
3853
  var Ve;
3787
3854
  (function(e) {
3788
3855
  e.IS = "members", e.IS_NOT = "exclude", e.IS_WITHIN = "isWithin", e.TOP = "top", e.BOTTOM = "bottom", e.AFTER = "after", e.BEFORE = "before", e.STARTS_WITH = "startsWith", e.DOESNT_START_WITH = "doesntStartWith", e.ENDS_WITH = "endsWith", e.DOESNT_END_WITH = "doesntEndWith", e.CONTAINS = "contains", e.DOESNT_CONTAIN = "doesntContain", e.EQUALS = "equals", e.DOESNT_EQUAL = "doesntEqual", e.IS_EMPTY = "isEmpty", e.IS_NOT_EMPTY = "isNotEmpty", e.GREATER_THAN = "fromNotEqual", e.GREATER_THAN_OR_EQUAL = "from", e.LESS_THAN = "toNotEqual", e.LESS_THAN_OR_EQUAL = "to", e.BETWEEN = "between", e.IS_NOT_BETWEEN = "isNotBetween", e.MULTIPLE_CONDITION = "multipleCondition", e.NONE = "none";
@@ -3801,17 +3868,17 @@ const on = (e) => {
3801
3868
  return { left: c, right: d, operator: "AND" };
3802
3869
  }
3803
3870
  function r(a) {
3804
- return a && (Ka(a) ? Wa(a) ? n(a.filters) : (t.add(a), { instanceid: a.config.guid }) : ("left" in a && (a.left = r(a.left)), "right" in a && (a.right = r(a.right)), "composeCode" in a && delete a.composeCode, a));
3871
+ return a && (Ga(a) ? Ka(a) ? n(a.filters) : (t.add(a), { instanceid: a.config.guid }) : ("left" in a && (a.left = r(a.left)), "right" in a && (a.right = r(a.right)), "composeCode" in a && delete a.composeCode, a));
3805
3872
  }
3806
- const s = Ia(e), i = r(s);
3873
+ const s = _a(e), i = r(s);
3807
3874
  return { filters: Array.from(t), relations: i };
3808
3875
  };
3809
- function Ka(e) {
3876
+ function Ga(e) {
3810
3877
  return "config" in e && "guid" in e.config;
3811
3878
  }
3812
- b.TextAttribute, b.NumericAttribute, b.DateLevel;
3813
- const qo = (e) => {
3814
- const [t, n] = q(Wt, {
3879
+ S.TextAttribute, S.NumericAttribute, S.DateLevel;
3880
+ const Ho = (e) => {
3881
+ const [t, n] = q(Ht, {
3815
3882
  isLoading: !0,
3816
3883
  isError: !1,
3817
3884
  isSuccess: !1,
@@ -3834,7 +3901,7 @@ const qo = (e) => {
3834
3901
  onBeforeQuery: p
3835
3902
  } = O(e), { filters: m, relations: h } = on(c);
3836
3903
  n({ type: "loading" });
3837
- const x = await Wn(
3904
+ const x = await Kn(
3838
3905
  {
3839
3906
  dataSource: a,
3840
3907
  dimensions: o,
@@ -3862,10 +3929,10 @@ const qo = (e) => {
3862
3929
  },
3863
3930
  { immediate: !0 }
3864
3931
  ), A(t.value);
3865
- }, Vo = (e) => {
3932
+ }, Ko = (e) => {
3866
3933
  const t = B(void 0), n = B(void 0);
3867
3934
  M("useExecuteQueryByWidgetId");
3868
- const [r, s] = q(Wt, {
3935
+ const [r, s] = q(Ht, {
3869
3936
  isLoading: !0,
3870
3937
  isError: !1,
3871
3938
  isSuccess: !1,
@@ -3879,7 +3946,7 @@ const qo = (e) => {
3879
3946
  data: f,
3880
3947
  query: l,
3881
3948
  pivotQuery: g
3882
- } = await Hn({
3949
+ } = await Wn({
3883
3950
  ...c,
3884
3951
  filters: d,
3885
3952
  app: o
@@ -3903,7 +3970,7 @@ const qo = (e) => {
3903
3970
  };
3904
3971
  }, Wo = (e) => {
3905
3972
  M("useExecuteCsvQuery");
3906
- const t = new je(Kn, [
3973
+ const t = new je(Gn, [
3907
3974
  Ae()
3908
3975
  ]), [n, r] = Fe({
3909
3976
  isLoading: !0,
@@ -3920,7 +3987,7 @@ const qo = (e) => {
3920
3987
  }), Pe(() => {
3921
3988
  t.destroy();
3922
3989
  }), A(n.value);
3923
- }, Ho = (e) => {
3990
+ }, Go = (e) => {
3924
3991
  M("useExecuteCustomWidgetQuery");
3925
3992
  const t = new je(zn, [
3926
3993
  Ae()
@@ -3939,12 +4006,12 @@ const qo = (e) => {
3939
4006
  }), Pe(() => {
3940
4007
  t.destroy();
3941
4008
  }), A(n.value);
3942
- }, Ko = (e) => {
4009
+ }, zo = (e) => {
3943
4010
  M("useGetFilterMembers");
3944
4011
  const { filter: t, parentFilters: n = [] } = O(e), r = {
3945
4012
  selectedMembers: [],
3946
4013
  allMembers: [],
3947
- ...Va(t) ? {
4014
+ ...Ha(t) ? {
3948
4015
  excludeMembers: t.config.excludeMembers,
3949
4016
  enableMultiSelection: t.config.enableMultiSelection,
3950
4017
  hasBackgroundFilter: !!t.config.backgroundFilter && n.length === 0
@@ -3953,7 +4020,7 @@ const qo = (e) => {
3953
4020
  enableMultiSelection: !1,
3954
4021
  hasBackgroundFilter: !1
3955
4022
  }
3956
- }, s = new je(Gn, [Ae()]), [i, a] = Fe({
4023
+ }, s = new je(Jn, [Ae()]), [i, a] = Fe({
3957
4024
  isLoading: !0,
3958
4025
  isError: !1,
3959
4026
  isSuccess: !1,
@@ -3968,7 +4035,7 @@ const qo = (e) => {
3968
4035
  }), Pe(() => {
3969
4036
  s.destroy();
3970
4037
  }), A(i.value);
3971
- }, zo = (e) => {
4038
+ }, Jo = (e) => {
3972
4039
  M("useGetDashboardModel");
3973
4040
  const [t, n] = q(X, {
3974
4041
  isLoading: !0,
@@ -3980,7 +4047,7 @@ const qo = (e) => {
3980
4047
  }), r = V(), s = async (a) => {
3981
4048
  try {
3982
4049
  n({ type: "loading" });
3983
- const { dashboardOid: o, includeWidgets: u, includeFilters: c } = O(e), d = await Qn(a.httpClient, o, {
4050
+ const { dashboardOid: o, includeWidgets: u, includeFilters: c } = O(e), d = await Yn(a.httpClient, o, {
3984
4051
  includeWidgets: u,
3985
4052
  includeFilters: c
3986
4053
  });
@@ -3998,8 +4065,8 @@ const qo = (e) => {
3998
4065
  { immediate: !0 }
3999
4066
  );
4000
4067
  const i = A(t.value);
4001
- return A(Jn(i));
4002
- }, Go = (e) => {
4068
+ return A(Qn(i));
4069
+ }, Qo = (e) => {
4003
4070
  M("useGetDashboardModels");
4004
4071
  const [t, n] = q(X, {
4005
4072
  isLoading: !0,
@@ -4011,7 +4078,7 @@ const qo = (e) => {
4011
4078
  }), r = V(), s = async (a) => {
4012
4079
  try {
4013
4080
  n({ type: "loading" });
4014
- const o = O(e), u = await Zn(a.httpClient, o);
4081
+ const o = O(e), u = await Xn(a.httpClient, o);
4015
4082
  n({ type: "success", data: u });
4016
4083
  } catch (o) {
4017
4084
  n({ type: "error", error: o });
@@ -4026,8 +4093,8 @@ const qo = (e) => {
4026
4093
  { immediate: !0 }
4027
4094
  );
4028
4095
  const i = A(t.value);
4029
- return A(Yn(i));
4030
- }, Jo = (e) => {
4096
+ return A(Zn(i));
4097
+ }, Yo = (e) => {
4031
4098
  M("useGetSharedFormula");
4032
4099
  const [t, n] = q(X, {
4033
4100
  isLoading: !0,
@@ -4040,7 +4107,7 @@ const qo = (e) => {
4040
4107
  n({ type: "loading" });
4041
4108
  const { dataSource: o, name: u, oid: c } = O(e);
4042
4109
  let d = Promise.resolve(null);
4043
- c ? d = er(c, a) : u && o && (d = tr(u, o, a)), d.then((f) => {
4110
+ c ? d = tr(c, a) : u && o && (d = nr(u, o, a)), d.then((f) => {
4044
4111
  n({ type: "success", data: f });
4045
4112
  }).catch((f) => {
4046
4113
  n({ type: "error", error: f });
@@ -4056,9 +4123,9 @@ const qo = (e) => {
4056
4123
  );
4057
4124
  const i = A(t.value);
4058
4125
  return A(
4059
- Xn(i)
4126
+ er(i)
4060
4127
  );
4061
- }, Qo = (e) => {
4128
+ }, Zo = (e) => {
4062
4129
  M("useGetWidgetModel");
4063
4130
  const [t, n] = q(X, {
4064
4131
  isLoading: !0,
@@ -4070,7 +4137,7 @@ const qo = (e) => {
4070
4137
  }), r = V(), s = async (i) => {
4071
4138
  try {
4072
4139
  n({ type: "loading" });
4073
- const { dashboardOid: a, widgetOid: o } = O(e), u = await nr(i.httpClient, a, o);
4140
+ const { dashboardOid: a, widgetOid: o } = O(e), u = await rr(i.httpClient, a, o);
4074
4141
  n({ type: "success", data: u });
4075
4142
  } catch (a) {
4076
4143
  n({ type: "error", error: a });
@@ -4084,7 +4151,7 @@ const qo = (e) => {
4084
4151
  },
4085
4152
  { immediate: !0 }
4086
4153
  ), A(t.value);
4087
- }, Yo = (e) => {
4154
+ }, Xo = (e) => {
4088
4155
  M("useGetHierarchyModels");
4089
4156
  const [t, n] = q(X, {
4090
4157
  isLoading: !0,
@@ -4096,7 +4163,7 @@ const qo = (e) => {
4096
4163
  }), r = V(), s = async (i) => {
4097
4164
  try {
4098
4165
  n({ type: "loading" });
4099
- const a = await rr(i.httpClient, O(e));
4166
+ const a = await sr(i.httpClient, O(e));
4100
4167
  n({ type: "success", data: a });
4101
4168
  } catch (a) {
4102
4169
  n({ type: "error", error: a });
@@ -4110,7 +4177,7 @@ const qo = (e) => {
4110
4177
  },
4111
4178
  { immediate: !0 }
4112
4179
  ), A(t.value);
4113
- }, Zo = (e, t, n) => {
4180
+ }, eu = (e, t, n) => {
4114
4181
  const [r, s] = q(X, {
4115
4182
  isLoading: !0,
4116
4183
  isError: !1,
@@ -4155,8 +4222,8 @@ function za(e, t) {
4155
4222
  }
4156
4223
  };
4157
4224
  }
4158
- const Xo = () => {
4159
- const e = sr();
4225
+ const tu = () => {
4226
+ const e = ir();
4160
4227
  return {
4161
4228
  /**
4162
4229
  * Registers a new custom widget.
@@ -4167,7 +4234,7 @@ const Xo = () => {
4167
4234
  registerCustomWidget: (t, n) => {
4168
4235
  const r = (s) => {
4169
4236
  const i = za(n, s);
4170
- return ir(
4237
+ return ar(
4171
4238
  i.element,
4172
4239
  () => i.destroy()
4173
4240
  );
@@ -4185,9 +4252,9 @@ const Xo = () => {
4185
4252
  */
4186
4253
  hasCustomWidget: (t) => e.value.customWidgetsMap.has(t)
4187
4254
  };
4188
- }, eu = (e, t = {}) => {
4255
+ }, nu = (e, t = {}) => {
4189
4256
  M("useComposedDashboard");
4190
- const n = new je(ar, [
4257
+ const n = new je(or, [
4191
4258
  Ae()
4192
4259
  ]), [r, s] = Fe(O(e));
4193
4260
  n.subscribe(({ dashboard: o }) => {
@@ -4203,7 +4270,7 @@ const Xo = () => {
4203
4270
  setFilters: i,
4204
4271
  setWidgetsLayout: a
4205
4272
  };
4206
- }, Ga = y({
4273
+ }, Ja = y({
4207
4274
  props: {
4208
4275
  /**
4209
4276
  * {@inheritDoc @sisense/sdk-ui!ContextMenuProps.closeContextMenu}
@@ -4221,8 +4288,8 @@ const Xo = () => {
4221
4288
  */
4222
4289
  position: Object
4223
4290
  },
4224
- setup: (e, { slots: t }) => _t(or, e, t, [])
4225
- }), Ja = ({
4291
+ setup: (e, { slots: t }) => _t(ur, e, t, [])
4292
+ }), Qa = ({
4226
4293
  drilldownPaths: e,
4227
4294
  initialDimension: t
4228
4295
  }) => {
@@ -4230,12 +4297,12 @@ const Xo = () => {
4230
4297
  throw new Error(
4231
4298
  "Initial dimension has to be specified to use drilldown with custom components"
4232
4299
  );
4233
- const n = B([]), r = B(), s = B([]), i = B([]), a = We(() => [
4234
- ur(t),
4300
+ const n = B([]), r = B(), s = B([]), i = B([]), a = He(() => [
4301
+ lr(t),
4235
4302
  ...n.value.map(({ nextDimension: l }) => l)
4236
- ]), o = We(
4303
+ ]), o = He(
4237
4304
  () => e.value.filter((l) => {
4238
- if (b.isAttribute(l)) {
4305
+ if (S.isAttribute(l)) {
4239
4306
  const m = l;
4240
4307
  return a.value.every(
4241
4308
  (h) => !lt(h, m)
@@ -4247,7 +4314,7 @@ const Xo = () => {
4247
4314
  );
4248
4315
  })
4249
4316
  ), u = (l, g, p) => {
4250
- n.value = lr(
4317
+ n.value = cr(
4251
4318
  n.value,
4252
4319
  l,
4253
4320
  g,
@@ -4258,7 +4325,7 @@ const Xo = () => {
4258
4325
  }, d = () => {
4259
4326
  n.value = [], f();
4260
4327
  }, f = () => {
4261
- const l = (p) => p === "drilldown.breadcrumbsAllSuffix" ? "All" : p, g = cr(
4328
+ const l = (p) => p === "drilldown.breadcrumbsAllSuffix" ? "All" : p, g = dr(
4262
4329
  n.value,
4263
4330
  t,
4264
4331
  l
@@ -4275,7 +4342,7 @@ const Xo = () => {
4275
4342
  sliceDrilldownSelections: c,
4276
4343
  clearDrilldownSelections: d
4277
4344
  };
4278
- }, Qa = y({
4345
+ }, Ya = y({
4279
4346
  props: {
4280
4347
  /**
4281
4348
  * {@inheritDoc @sisense/sdk-ui!DrilldownWidgetProps.config}
@@ -4311,9 +4378,9 @@ const Xo = () => {
4311
4378
  },
4312
4379
  setup: () => {
4313
4380
  }
4314
- }), Ya = { style: { display: "flex", "flex-direction": "column", height: "100%" } }, Za = { style: { "flex-grow": "1", "min-wdith": "0", "min-height": "0" } }, tu = /* @__PURE__ */ y({
4381
+ }), Za = { style: { display: "flex", "flex-direction": "column", height: "100%" } }, Xa = { style: { "flex-grow": "1", "min-wdith": "0", "min-height": "0" } }, ru = /* @__PURE__ */ y({
4315
4382
  __name: "drilldown-widget",
4316
- props: Qa.props,
4383
+ props: Ya.props,
4317
4384
  setup(e) {
4318
4385
  const t = e, { drilldownPaths: n, initialDimension: r, config: s } = A(t), i = B(null), a = B([]), {
4319
4386
  drilldownFilters: o,
@@ -4327,16 +4394,16 @@ const Xo = () => {
4327
4394
  selectDrilldown: f,
4328
4395
  sliceDrilldownSelections: l,
4329
4396
  clearDrilldownSelections: g
4330
- } = Ja({
4397
+ } = Qa({
4331
4398
  drilldownPaths: n,
4332
4399
  initialDimension: r.value
4333
4400
  }), p = (P) => {
4334
4401
  f(a.value, P);
4335
- }, m = We(() => {
4402
+ }, m = He(() => {
4336
4403
  const P = (C) => C === "drilldown.drillMenuItem" ? "Drill" : C;
4337
4404
  return [
4338
- dr(a.value, u.value),
4339
- fr(
4405
+ fr(a.value, u.value),
4406
+ pr(
4340
4407
  d.value,
4341
4408
  u.value,
4342
4409
  p,
@@ -4350,11 +4417,11 @@ const Xo = () => {
4350
4417
  }, w = () => {
4351
4418
  i.value = null;
4352
4419
  };
4353
- return (P, C) => (dn(), fn("div", Ya, [
4420
+ return (P, C) => (dn(), fn("div", Za, [
4354
4421
  Re(P.$slots, "contextMenu", {
4355
4422
  contextMenuProps: { position: i.value, itemSections: m.value, closeContextMenu: w }
4356
4423
  }, () => [
4357
- at(E(Ga), {
4424
+ at(E(Ja), {
4358
4425
  position: i.value,
4359
4426
  itemSections: m.value,
4360
4427
  closeContextMenu: w
@@ -4368,14 +4435,14 @@ const Xo = () => {
4368
4435
  drilldownDimension: E(u)
4369
4436
  }
4370
4437
  }, () => [
4371
- at(E(Or), {
4438
+ at(E(vr), {
4372
4439
  "clear-drilldown-selections": E(g),
4373
4440
  "slice-drilldown-selections": E(l),
4374
4441
  "filters-display-values": E(c),
4375
4442
  "current-dimension": E(u)
4376
4443
  }, null, 8, ["clear-drilldown-selections", "slice-drilldown-selections", "filters-display-values", "current-dimension"])
4377
4444
  ]),
4378
- pn("div", Za, [
4445
+ pn("div", Xa, [
4379
4446
  Re(P.$slots, "chart", {
4380
4447
  drilldownFilters: E(o),
4381
4448
  drilldownDimension: E(u),
@@ -4385,7 +4452,7 @@ const Xo = () => {
4385
4452
  ])
4386
4453
  ]));
4387
4454
  }
4388
- }), nu = y({
4455
+ }), su = y({
4389
4456
  props: {
4390
4457
  /**
4391
4458
  * {@inheritDoc @sisense/sdk-ui!ChartWidgetProps.bottomSlot}
@@ -4520,8 +4587,8 @@ const Xo = () => {
4520
4587
  */
4521
4588
  onDataReady: Function
4522
4589
  },
4523
- setup: (e) => S(pr, e)
4524
- }), ru = y({
4590
+ setup: (e) => b(gr, e)
4591
+ }), iu = y({
4525
4592
  props: {
4526
4593
  /** @internal */
4527
4594
  bottomSlot: Object,
@@ -4632,8 +4699,8 @@ const Xo = () => {
4632
4699
  */
4633
4700
  onDataReady: Function
4634
4701
  },
4635
- setup: (e) => S(gr, e)
4636
- }), su = y({
4702
+ setup: (e) => b(hr, e)
4703
+ }), au = y({
4637
4704
  props: {
4638
4705
  bottomSlot: Object,
4639
4706
  dataOptions: {
@@ -4648,8 +4715,8 @@ const Xo = () => {
4648
4715
  topSlot: Object,
4649
4716
  widgetStyleOptions: Object
4650
4717
  },
4651
- setup: (e) => S(hr, e)
4652
- }), iu = y({
4718
+ setup: (e) => b(mr, e)
4719
+ }), ou = y({
4653
4720
  props: {
4654
4721
  /**
4655
4722
  * Unique identifier of the widget
@@ -4774,8 +4841,8 @@ const Xo = () => {
4774
4841
  */
4775
4842
  onDataPointsSelected: Function
4776
4843
  },
4777
- setup: (e) => S(mr, e)
4778
- }), au = y({
4844
+ setup: (e) => b(yr, e)
4845
+ }), uu = y({
4779
4846
  props: {
4780
4847
  /**
4781
4848
  * {@inheritDoc @sisense/sdk-ui!DashboardByIdProps.dashboardOid}
@@ -4789,8 +4856,8 @@ const Xo = () => {
4789
4856
  */
4790
4857
  config: Object
4791
4858
  },
4792
- setup: (e) => S(yr, e)
4793
- }), ou = y({
4859
+ setup: (e) => b(br, e)
4860
+ }), lu = y({
4794
4861
  props: {
4795
4862
  /**
4796
4863
  * {@inheritDoc @sisense/sdk-ui!DashboardProps.title}
@@ -4834,109 +4901,110 @@ const Xo = () => {
4834
4901
  */
4835
4902
  tabbersOptions: Object
4836
4903
  },
4837
- setup: (e) => S(br, e)
4904
+ setup: (e) => b(Sr, e)
4838
4905
  });
4839
- function Xa(e) {
4840
- return Sr.toDashboardProps(e);
4906
+ function eo(e) {
4907
+ return Or.toDashboardProps(e);
4841
4908
  }
4842
- const uu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4909
+ const cu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4843
4910
  __proto__: null,
4844
- toDashboardProps: Xa
4845
- }, Symbol.toStringTag, { value: "Module" })), eo = (e, t) => ee.replaceFilters(e, t), to = (e, t) => ee.addFilter(e, t), no = (e, t) => ee.addFilters(e, t), ro = (e, t, n) => ee.replaceFilter(
4911
+ toDashboardProps: eo
4912
+ }, Symbol.toStringTag, { value: "Module" })), to = (e, t) => ee.replaceFilters(e, t), no = (e, t) => ee.addFilter(e, t), ro = (e, t) => ee.addFilters(e, t), so = (e, t, n) => ee.replaceFilter(
4846
4913
  e,
4847
4914
  t,
4848
4915
  n
4849
- ), so = (e, t) => ee.removeFilter(e, t), io = (e, t) => ee.removeFilters(e, t), lu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4916
+ ), io = (e, t) => ee.removeFilter(e, t), ao = (e, t) => ee.removeFilters(e, t), du = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4850
4917
  __proto__: null,
4851
- addFilter: to,
4852
- addFilters: no,
4853
- removeFilter: so,
4854
- removeFilters: io,
4855
- replaceFilter: ro,
4856
- replaceFilters: eo
4857
- }, Symbol.toStringTag, { value: "Module" })), ao = (e) => W.toExecuteQueryParams(e), oo = (e) => W.toExecutePivotQueryParams(e);
4858
- function uo(e) {
4859
- return W.toChartProps(e);
4860
- }
4918
+ addFilter: no,
4919
+ addFilters: ro,
4920
+ removeFilter: io,
4921
+ removeFilters: ao,
4922
+ replaceFilter: so,
4923
+ replaceFilters: to
4924
+ }, Symbol.toStringTag, { value: "Module" })), oo = (e) => H.toExecuteQueryParams(e), uo = (e) => H.toExecutePivotQueryParams(e);
4861
4925
  function lo(e) {
4862
- return W.toTableProps(e);
4926
+ return H.toChartProps(e);
4863
4927
  }
4864
4928
  function co(e) {
4865
- return W.toPivotTableProps(e);
4929
+ return H.toTableProps(e);
4866
4930
  }
4867
4931
  function fo(e) {
4868
- return W.toChartWidgetProps(e);
4932
+ return H.toPivotTableProps(e);
4869
4933
  }
4870
4934
  function po(e) {
4871
- return W.toPivotTableWidgetProps(e);
4935
+ return H.toChartWidgetProps(e);
4872
4936
  }
4873
4937
  function go(e) {
4874
- return W.toTextWidgetProps(e);
4938
+ return H.toPivotTableWidgetProps(e);
4875
4939
  }
4876
- const cu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4940
+ function ho(e) {
4941
+ return H.toTextWidgetProps(e);
4942
+ }
4943
+ const fu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4877
4944
  __proto__: null,
4878
- toChartProps: uo,
4879
- toChartWidgetProps: fo,
4880
- toExecutePivotQueryParams: oo,
4881
- toExecuteQueryParams: ao,
4882
- toPivotTableProps: co,
4883
- toPivotTableWidgetProps: po,
4884
- toTableProps: lo,
4885
- toTextWidgetProps: go
4945
+ toChartProps: lo,
4946
+ toChartWidgetProps: po,
4947
+ toExecutePivotQueryParams: uo,
4948
+ toExecuteQueryParams: oo,
4949
+ toPivotTableProps: fo,
4950
+ toPivotTableWidgetProps: go,
4951
+ toTableProps: co,
4952
+ toTextWidgetProps: ho
4886
4953
  }, Symbol.toStringTag, { value: "Module" }));
4887
4954
  export {
4888
- bo as AreaChart,
4889
- Mo as AreaRangeChart,
4890
- To as AreamapChart,
4891
- So as BarChart,
4892
- No as BoxplotChart,
4893
- Eo as Chart,
4894
- nu as ChartWidget,
4895
- Oo as ColumnChart,
4896
- Ga as ContextMenu,
4897
- _o as CriteriaFilterTile,
4898
- pu as CustomWidgetsProvider,
4899
- ou as Dashboard,
4900
- au as DashboardById,
4901
- $o as DateRangeFilterTile,
4902
- Or as DrilldownBreadcrumbs,
4903
- tu as DrilldownWidget,
4904
- Bo as FilterTile,
4905
- Uo as FiltersPanel,
4906
- vo as FunnelChart,
4907
- Lo as IndicatorChart,
4908
- xo as LineChart,
4909
- Io as MemberFilterTile,
4910
- Co as PieChart,
4911
- Do as PivotTable,
4912
- Fo as PolarChart,
4913
- ko as RelativeDateFilterTile,
4914
- wo as ScatterChart,
4915
- Ro as ScattermapChart,
4916
- gu as SisenseContextProvider,
4917
- Ao as SunburstChart,
4918
- Po as Table,
4919
- su as TableWidget,
4920
- hu as ThemeProvider,
4921
- jo as TreemapChart,
4922
- iu as Widget,
4923
- ru as WidgetById,
4924
- mu as boxWhiskerProcessResult,
4925
- lu as dashboardHelpers,
4926
- uu as dashboardModelTranslator,
4927
- yu as extractDimensionsAndMeasures,
4928
- eu as useComposedDashboard,
4929
- Xo as useCustomWidgets,
4955
+ So as AreaChart,
4956
+ Io as AreaRangeChart,
4957
+ Mo as AreamapChart,
4958
+ Oo as BarChart,
4959
+ Ro as BoxplotChart,
4960
+ vo as CalendarHeatmapChart,
4961
+ To as Chart,
4962
+ su as ChartWidget,
4963
+ xo as ColumnChart,
4964
+ Ja as ContextMenu,
4965
+ Bo as CriteriaFilterTile,
4966
+ hu as CustomWidgetsProvider,
4967
+ lu as Dashboard,
4968
+ uu as DashboardById,
4969
+ _o as DateRangeFilterTile,
4970
+ vr as DrilldownBreadcrumbs,
4971
+ ru as DrilldownWidget,
4972
+ qo as FilterTile,
4973
+ Vo as FiltersPanel,
4974
+ Co as FunnelChart,
4975
+ No as IndicatorChart,
4976
+ wo as LineChart,
4977
+ ko as MemberFilterTile,
4978
+ Po as PieChart,
4979
+ Ao as PivotTable,
4980
+ Eo as PolarChart,
4981
+ Uo as RelativeDateFilterTile,
4982
+ Do as ScatterChart,
4983
+ $o as ScattermapChart,
4984
+ mu as SisenseContextProvider,
4985
+ Lo as SunburstChart,
4986
+ jo as Table,
4987
+ au as TableWidget,
4988
+ yu as ThemeProvider,
4989
+ Fo as TreemapChart,
4990
+ ou as Widget,
4991
+ iu as WidgetById,
4992
+ bu as boxWhiskerProcessResult,
4993
+ du as dashboardHelpers,
4994
+ cu as dashboardModelTranslator,
4995
+ Su as extractDimensionsAndMeasures,
4996
+ nu as useComposedDashboard,
4997
+ tu as useCustomWidgets,
4930
4998
  Wo as useExecuteCsvQuery,
4931
- Ho as useExecuteCustomWidgetQuery,
4932
- qo as useExecuteQuery,
4933
- Vo as useExecuteQueryByWidgetId,
4934
- Zo as useFetch,
4935
- zo as useGetDashboardModel,
4936
- Go as useGetDashboardModels,
4937
- Ko as useGetFilterMembers,
4938
- Yo as useGetHierarchyModels,
4939
- Jo as useGetSharedFormula,
4940
- Qo as useGetWidgetModel,
4941
- cu as widgetModelTranslator
4999
+ Go as useExecuteCustomWidgetQuery,
5000
+ Ho as useExecuteQuery,
5001
+ Ko as useExecuteQueryByWidgetId,
5002
+ eu as useFetch,
5003
+ Jo as useGetDashboardModel,
5004
+ Qo as useGetDashboardModels,
5005
+ zo as useGetFilterMembers,
5006
+ Xo as useGetHierarchyModels,
5007
+ Yo as useGetSharedFormula,
5008
+ Zo as useGetWidgetModel,
5009
+ fu as widgetModelTranslator
4942
5010
  };