@sisense/sdk-ui-vue 2.11.0 → 2.12.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.
Files changed (60) hide show
  1. package/dist/ai.cjs +34 -34
  2. package/dist/ai.js +1890 -1416
  3. package/dist/index.cjs +1 -1
  4. package/dist/index.js +277 -277
  5. package/dist/packages/sdk-ui-vue/src/ai/components/chatbot.d.ts +1 -1
  6. package/dist/packages/sdk-ui-vue/src/ai/components/get-nlg-insights.d.ts +1 -1
  7. package/dist/packages/sdk-ui-vue/src/ai/composables/use-get-nlq-result.d.ts +2 -2
  8. package/dist/packages/sdk-ui-vue/src/ai/composables/use-get-query-recommendations.d.ts +2 -2
  9. package/dist/packages/sdk-ui-vue/src/ai/providers/ai-context-provider/ai-context-provider.d.ts +1 -1
  10. package/dist/packages/sdk-ui-vue/src/ai/providers/ai-context-provider/ai-context.d.ts +1 -1
  11. package/dist/packages/sdk-ui-vue/src/components/charts/area-chart.d.ts +1 -1
  12. package/dist/packages/sdk-ui-vue/src/components/charts/area-range-chart.d.ts +1 -1
  13. package/dist/packages/sdk-ui-vue/src/components/charts/areamap-chart.d.ts +1 -1
  14. package/dist/packages/sdk-ui-vue/src/components/charts/bar-chart.d.ts +1 -1
  15. package/dist/packages/sdk-ui-vue/src/components/charts/boxplot-chart.d.ts +1 -1
  16. package/dist/packages/sdk-ui-vue/src/components/charts/calendar-heatmap-chart.d.ts +1 -1
  17. package/dist/packages/sdk-ui-vue/src/components/charts/chart.d.ts +1 -1
  18. package/dist/packages/sdk-ui-vue/src/components/charts/column-chart.d.ts +1 -1
  19. package/dist/packages/sdk-ui-vue/src/components/charts/funnel-chart.d.ts +1 -1
  20. package/dist/packages/sdk-ui-vue/src/components/charts/indicator-chart.d.ts +1 -1
  21. package/dist/packages/sdk-ui-vue/src/components/charts/line-chart.d.ts +1 -1
  22. package/dist/packages/sdk-ui-vue/src/components/charts/pie-chart.d.ts +1 -1
  23. package/dist/packages/sdk-ui-vue/src/components/charts/pivot-table.d.ts +1 -1
  24. package/dist/packages/sdk-ui-vue/src/components/charts/polar-chart.d.ts +1 -1
  25. package/dist/packages/sdk-ui-vue/src/components/charts/scatter-chart.d.ts +1 -1
  26. package/dist/packages/sdk-ui-vue/src/components/charts/scattermap-chart.d.ts +1 -1
  27. package/dist/packages/sdk-ui-vue/src/components/charts/sunburst-chart.d.ts +1 -1
  28. package/dist/packages/sdk-ui-vue/src/components/charts/table.d.ts +1 -1
  29. package/dist/packages/sdk-ui-vue/src/components/charts/treemap-chart.d.ts +1 -1
  30. package/dist/packages/sdk-ui-vue/src/components/context-menu.d.ts +1 -1
  31. package/dist/packages/sdk-ui-vue/src/components/dashboard/dashboard-by-id.d.ts +1 -1
  32. package/dist/packages/sdk-ui-vue/src/components/dashboard/dashboard.d.ts +1 -1
  33. package/dist/packages/sdk-ui-vue/src/components/drilldown-breadcrumbs.d.ts +1 -1
  34. package/dist/packages/sdk-ui-vue/src/components/drilldown-widget.d.ts +1 -1
  35. package/dist/packages/sdk-ui-vue/src/components/filters/criteria-filter-tile.d.ts +1 -1
  36. package/dist/packages/sdk-ui-vue/src/components/filters/date-range-filter-tile.d.ts +1 -1
  37. package/dist/packages/sdk-ui-vue/src/components/filters/filter-tile.d.ts +1 -1
  38. package/dist/packages/sdk-ui-vue/src/components/filters/filters-panel.d.ts +1 -1
  39. package/dist/packages/sdk-ui-vue/src/components/filters/member-filter-tile.d.ts +1 -1
  40. package/dist/packages/sdk-ui-vue/src/components/filters/relative-date-filter-tile.d.ts +1 -1
  41. package/dist/packages/sdk-ui-vue/src/components/widgets/chart-widget.d.ts +1 -1
  42. package/dist/packages/sdk-ui-vue/src/components/widgets/table-widget.d.ts +1 -1
  43. package/dist/packages/sdk-ui-vue/src/components/widgets/widget-by-id.d.ts +1 -1
  44. package/dist/packages/sdk-ui-vue/src/components/widgets/widget.d.ts +1 -1
  45. package/dist/packages/sdk-ui-vue/src/composables/use-composed-dashboard.d.ts +2 -2
  46. package/dist/packages/sdk-ui-vue/src/composables/use-execute-csv-query.d.ts +1 -1
  47. package/dist/packages/sdk-ui-vue/src/composables/use-execute-custom-widget-query.d.ts +1 -1
  48. package/dist/packages/sdk-ui-vue/src/composables/use-get-dashboard-model.d.ts +1 -1
  49. package/dist/packages/sdk-ui-vue/src/composables/use-get-filter-members.d.ts +1 -1
  50. package/dist/packages/sdk-ui-vue/src/helpers/setup-helper.d.ts +1 -1
  51. package/dist/packages/sdk-ui-vue/src/providers/custom-widgets-provider/custom-widgets-context.d.ts +1 -1
  52. package/dist/packages/sdk-ui-vue/src/providers/sisense-context-provider/sisense-context-provider.d.ts +1 -1
  53. package/dist/packages/sdk-ui-vue/src/providers/sisense-context-provider/sisense-context.d.ts +1 -1
  54. package/dist/packages/sdk-ui-vue/src/providers/theme-provider/theme-context.d.ts +1 -1
  55. package/dist/packages/sdk-ui-vue/src/providers/theme-provider/theme-provider.d.ts +1 -1
  56. package/dist/packages/sdk-ui-vue/src/utilities/widget-model-translator.d.ts +1 -1
  57. package/dist/{use-tracking-90a13197.js → use-tracking-e4b7c524.js} +66604 -66458
  58. package/dist/use-tracking-ef56f405.cjs +1072 -0
  59. package/package.json +2 -2
  60. package/dist/use-tracking-579cab15.cjs +0 -1068
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
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";
1
+ import { s as _t, O as cn, a as b, i as dn, b as fn, y as pn, c as gn, d as hn, o as mn, l as yn, u as bn, v as Sn, W as On, h as vn, f as xn, e as Cn, p as wn, Y as Dn, g as Pn, j as jn, m as Fn, k as An, P as Ln, $ as En, z as Nn, n as Tn, q as Rn, I as Mn, r as U, t as De, w as $n, x as Qe, A as kt, B as In, C as _n, D as kn, E as Bt, F as Ut, S as at, G as qt, H as Se, J as Vt, K as Bn, L as q, M as V, N as M, Q as T, R as O, T as Wt, U as Un, V as Ye, X as qn, Z as Pe, _ as Vn, a0 as je, a1 as Fe, a2 as Wn, a3 as Hn, a4 as Kn, a5 as X, a6 as zn, a7 as Gn, a8 as Jn, a9 as Qn, aa as Yn, ab as Zn, ac as Xn, ad as er, ae as tr, af as nr, ag as rr, ah as ot, ai as sr, aj as ir, ak as ut, al as ar, am as or, an as ur, ao as lr, ap as cr, aq as dr, ar as fr, as as pr, at as gr, au as hr, av as mr, aw as ee, ax as W } from "./use-tracking-e4b7c524.js";
2
+ import { aA as hu, ay as mu, az as yu, aB as bu, aC as Su } from "./use-tracking-e4b7c524.js";
3
+ import { defineComponent as y, watch as R, toRefs as F, ref as B, onBeforeUnmount as Ae, createApp as yr, computed as We, openBlock as br, createElementBlock as Sr, renderSlot as Re, createVNode as lt, unref as E, createElementVNode as Or } from "vue";
4
4
  const vr = y({
5
5
  props: {
6
6
  /**
@@ -40,7 +40,7 @@ const vr = y({
40
40
  required: !0
41
41
  }
42
42
  },
43
- setup: (e, { slots: t }) => _t(gn, e, t, [])
43
+ setup: (e, { slots: t }) => _t(cn, e, t, [])
44
44
  }), So = y({
45
45
  props: {
46
46
  /**
@@ -107,7 +107,7 @@ const vr = y({
107
107
  */
108
108
  onDataPointsSelected: Function
109
109
  },
110
- setup: (e) => b(hn, e)
110
+ setup: (e) => b(dn, e)
111
111
  }), Oo = y({
112
112
  props: {
113
113
  /**
@@ -174,7 +174,7 @@ const vr = y({
174
174
  */
175
175
  styleOptions: Object
176
176
  },
177
- setup: (e) => b(mn, e)
177
+ setup: (e) => b(fn, e)
178
178
  }), vo = y({
179
179
  props: {
180
180
  /**
@@ -241,7 +241,7 @@ const vr = y({
241
241
  */
242
242
  onDataPointsSelected: Function
243
243
  },
244
- setup: (e) => b(yn, e)
244
+ setup: (e) => b(pn, e)
245
245
  }), xo = y({
246
246
  props: {
247
247
  /**
@@ -308,7 +308,7 @@ const vr = y({
308
308
  */
309
309
  styleOptions: Object
310
310
  },
311
- setup: (e) => b(bn, e)
311
+ setup: (e) => b(gn, e)
312
312
  }), Co = y({
313
313
  props: {
314
314
  /**
@@ -375,7 +375,7 @@ const vr = y({
375
375
  */
376
376
  styleOptions: Object
377
377
  },
378
- setup: (e) => b(Sn, e)
378
+ setup: (e) => b(hn, e)
379
379
  }), wo = y({
380
380
  props: {
381
381
  /**
@@ -442,8 +442,8 @@ const vr = y({
442
442
  */
443
443
  styleOptions: Object
444
444
  },
445
- setup: (e) => b(On, e)
446
- }), Po = y({
445
+ setup: (e) => b(mn, e)
446
+ }), Do = y({
447
447
  props: {
448
448
  /**
449
449
  * {@inheritDoc @sisense/sdk-ui!PieChartProps.dataOptions}
@@ -509,8 +509,8 @@ const vr = y({
509
509
  */
510
510
  styleOptions: Object
511
511
  },
512
- setup: (e) => b(vn, e)
513
- }), Do = y({
512
+ setup: (e) => b(yn, e)
513
+ }), Po = y({
514
514
  props: {
515
515
  /**
516
516
  * {@inheritDoc @sisense/sdk-ui!ScatterChartProps.dataOptions}
@@ -576,7 +576,7 @@ const vr = y({
576
576
  */
577
577
  styleOptions: Object
578
578
  },
579
- setup: (e) => b(xn, e)
579
+ setup: (e) => b(bn, e)
580
580
  }), jo = y({
581
581
  props: {
582
582
  /**
@@ -615,8 +615,8 @@ const vr = y({
615
615
  */
616
616
  onDataReady: Function
617
617
  },
618
- setup: (e) => b(Cn, e)
619
- }), Ao = y({
618
+ setup: (e) => b(Sn, e)
619
+ }), Fo = y({
620
620
  props: {
621
621
  /**
622
622
  * {@inheritDoc @sisense/sdk-ui!PivotTableProps.dataOptions}
@@ -654,8 +654,8 @@ const vr = y({
654
654
  */
655
655
  styleOptions: Object
656
656
  },
657
- setup: (e) => b(wn, e)
658
- }), Fo = y({
657
+ setup: (e) => b(On, e)
658
+ }), Ao = y({
659
659
  props: {
660
660
  /**
661
661
  * {@inheritDoc @sisense/sdk-ui!TreemapChartProps.dataOptions}
@@ -721,7 +721,7 @@ const vr = y({
721
721
  */
722
722
  styleOptions: Object
723
723
  },
724
- setup: (e) => b(Pn, e)
724
+ setup: (e) => b(vn, e)
725
725
  }), Lo = y({
726
726
  props: {
727
727
  /**
@@ -788,7 +788,7 @@ const vr = y({
788
788
  */
789
789
  styleOptions: Object
790
790
  },
791
- setup: (e) => b(Dn, e)
791
+ setup: (e) => b(xn, e)
792
792
  }), Eo = y({
793
793
  props: {
794
794
  /**
@@ -855,7 +855,7 @@ const vr = y({
855
855
  */
856
856
  styleOptions: Object
857
857
  },
858
- setup: (e) => b(jn, e)
858
+ setup: (e) => b(Cn, e)
859
859
  }), No = y({
860
860
  props: {
861
861
  /**
@@ -904,7 +904,7 @@ const vr = y({
904
904
  */
905
905
  onDataReady: Function
906
906
  },
907
- setup: (e) => b(An, e)
907
+ setup: (e) => b(wn, e)
908
908
  }), To = y({
909
909
  props: {
910
910
  /**
@@ -984,7 +984,7 @@ const vr = y({
984
984
  */
985
985
  refreshCounter: Number
986
986
  },
987
- setup: (e) => b(Fn, e)
987
+ setup: (e) => b(Dn, e)
988
988
  }), Ro = y({
989
989
  props: {
990
990
  /**
@@ -1051,7 +1051,7 @@ const vr = y({
1051
1051
  */
1052
1052
  onDataPointsSelected: Function
1053
1053
  },
1054
- setup: (e) => b(Ln, e)
1054
+ setup: (e) => b(Pn, e)
1055
1055
  }), Mo = y({
1056
1056
  props: {
1057
1057
  /**
@@ -1100,7 +1100,7 @@ const vr = y({
1100
1100
  */
1101
1101
  onDataPointClick: Function
1102
1102
  },
1103
- setup: (e) => b(En, e)
1103
+ setup: (e) => b(jn, e)
1104
1104
  }), $o = y({
1105
1105
  props: {
1106
1106
  /**
@@ -1149,7 +1149,7 @@ const vr = y({
1149
1149
  */
1150
1150
  onDataPointClick: Object
1151
1151
  },
1152
- setup: (e) => b(Nn, e)
1152
+ setup: (e) => b(Fn, e)
1153
1153
  }), Io = y({
1154
1154
  props: {
1155
1155
  /**
@@ -1216,7 +1216,7 @@ const vr = y({
1216
1216
  */
1217
1217
  styleOptions: Object
1218
1218
  },
1219
- setup: (e) => b(Tn, e)
1219
+ setup: (e) => b(An, e)
1220
1220
  }), _o = y({
1221
1221
  props: {
1222
1222
  /**
@@ -1277,7 +1277,7 @@ const vr = y({
1277
1277
  */
1278
1278
  onEdit: Function
1279
1279
  },
1280
- setup: (e) => b(Rn, e)
1280
+ setup: (e) => b(Ln, e)
1281
1281
  }), ko = y({
1282
1282
  props: {
1283
1283
  /**
@@ -1325,7 +1325,7 @@ const vr = y({
1325
1325
  */
1326
1326
  onEdit: Function
1327
1327
  },
1328
- setup: (e) => b(Mn, e)
1328
+ setup: (e) => b(En, e)
1329
1329
  }), Bo = y({
1330
1330
  props: {
1331
1331
  /**
@@ -1366,7 +1366,7 @@ const vr = y({
1366
1366
  */
1367
1367
  onEdit: Function
1368
1368
  },
1369
- setup: (e) => b($n, e)
1369
+ setup: (e) => b(Nn, e)
1370
1370
  }), Uo = y({
1371
1371
  props: {
1372
1372
  /**
@@ -1412,7 +1412,7 @@ const vr = y({
1412
1412
  */
1413
1413
  onEdit: Function
1414
1414
  },
1415
- setup: (e) => b(In, e)
1415
+ setup: (e) => b(Tn, e)
1416
1416
  }), qo = y({
1417
1417
  props: {
1418
1418
  /**
@@ -1442,7 +1442,7 @@ const vr = y({
1442
1442
  */
1443
1443
  onEdit: Function
1444
1444
  },
1445
- setup: (e) => b(_n, e)
1445
+ setup: (e) => b(Rn, e)
1446
1446
  }), Vo = y({
1447
1447
  props: {
1448
1448
  /**
@@ -1474,7 +1474,7 @@ const vr = y({
1474
1474
  required: !0
1475
1475
  }
1476
1476
  },
1477
- setup: (e) => b(kn, e)
1477
+ setup: (e) => b(Mn, e)
1478
1478
  }), xr = {
1479
1479
  type: "logger",
1480
1480
  log(e) {
@@ -1617,19 +1617,19 @@ function ve(e, t) {
1617
1617
  if (n)
1618
1618
  return n[r];
1619
1619
  }
1620
- function Pr(e, t, n) {
1620
+ function Dr(e, t, n) {
1621
1621
  const r = ve(e, n);
1622
1622
  return r !== void 0 ? r : ve(t, n);
1623
1623
  }
1624
- function Kt(e, t, n) {
1624
+ function Ht(e, t, n) {
1625
1625
  for (const r in t)
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]);
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]) : Ht(e[r], t[r], n) : e[r] = t[r]);
1627
1627
  return e;
1628
1628
  }
1629
1629
  function Y(e) {
1630
1630
  return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
1631
1631
  }
1632
- var Dr = {
1632
+ var Pr = {
1633
1633
  "&": "&",
1634
1634
  "<": "&lt;",
1635
1635
  ">": "&gt;",
@@ -1638,12 +1638,12 @@ var Dr = {
1638
1638
  "/": "&#x2F;"
1639
1639
  };
1640
1640
  function jr(e) {
1641
- return typeof e == "string" ? e.replace(/[&<>"'\/]/g, (t) => Dr[t]) : e;
1641
+ return typeof e == "string" ? e.replace(/[&<>"'\/]/g, (t) => Pr[t]) : e;
1642
1642
  }
1643
- const Ar = [" ", ",", "?", "!", ";"];
1644
- function Fr(e, t, n) {
1643
+ const Fr = [" ", ",", "?", "!", ";"];
1644
+ function Ar(e, t, n) {
1645
1645
  t = t || "", n = n || "";
1646
- const r = Ar.filter((a) => t.indexOf(a) < 0 && n.indexOf(a) < 0);
1646
+ const r = Fr.filter((a) => t.indexOf(a) < 0 && n.indexOf(a) < 0);
1647
1647
  if (r.length === 0)
1648
1648
  return !0;
1649
1649
  const s = new RegExp(`(${r.map((a) => a === "?" ? "\\?" : a).join("|")})`);
@@ -1736,7 +1736,7 @@ class ft extends Le {
1736
1736
  }, o = [t, n];
1737
1737
  t.indexOf(".") > -1 && (o = t.split("."), s = r, r = n, n = o[1]), this.addNamespaces(n);
1738
1738
  let u = ve(this.data, o) || {};
1739
- s ? Kt(u, r, i) : u = {
1739
+ s ? Ht(u, r, i) : u = {
1740
1740
  ...u,
1741
1741
  ...r
1742
1742
  }, dt(this.data, o, u), a.silent || this.emit("added", t, n, r);
@@ -1763,7 +1763,7 @@ class ft extends Le {
1763
1763
  return this.data;
1764
1764
  }
1765
1765
  }
1766
- var Wt = {
1766
+ var Kt = {
1767
1767
  processors: {},
1768
1768
  addPostProcessor(e) {
1769
1769
  this.processors[e.name] = e;
@@ -1797,7 +1797,7 @@ class we extends Le {
1797
1797
  r === void 0 && (r = ":");
1798
1798
  const s = n.keySeparator !== void 0 ? n.keySeparator : this.options.keySeparator;
1799
1799
  let i = n.ns || this.options.defaultNS || [];
1800
- const a = r && t.indexOf(r) > -1, o = !this.options.userDefinedKeySeparator && !n.keySeparator && !this.options.userDefinedNsSeparator && !n.nsSeparator && !Fr(t, r, s);
1800
+ const a = r && t.indexOf(r) > -1, o = !this.options.userDefinedKeySeparator && !n.keySeparator && !this.options.userDefinedNsSeparator && !n.nsSeparator && !Ar(t, r, s);
1801
1801
  if (a && !o) {
1802
1802
  const u = t.match(this.interpolator.nestingRegexp);
1803
1803
  if (u && u.length > 0)
@@ -1855,28 +1855,28 @@ class we extends Le {
1855
1855
  return s ? (f.res = C, f) : C;
1856
1856
  }
1857
1857
  if (i) {
1858
- const C = m === "[object Array]", F = C ? [] : {}, $ = C ? p : g;
1858
+ const C = m === "[object Array]", A = C ? [] : {}, $ = C ? p : g;
1859
1859
  for (const j in l)
1860
1860
  if (Object.prototype.hasOwnProperty.call(l, j)) {
1861
1861
  const ce = `${$}${i}${j}`;
1862
- F[j] = this.translate(ce, {
1862
+ A[j] = this.translate(ce, {
1863
1863
  ...n,
1864
1864
  joinArrays: !1,
1865
1865
  ns: o
1866
- }), F[j] === ce && (F[j] = l[j]);
1866
+ }), A[j] === ce && (A[j] = l[j]);
1867
1867
  }
1868
- l = F;
1868
+ l = A;
1869
1869
  }
1870
1870
  } else if (w && typeof x == "string" && m === "[object Array]")
1871
1871
  l = l.join(x), l && (l = this.extendTranslation(l, t, n, r));
1872
1872
  else {
1873
- let C = !1, F = !1;
1873
+ let C = !1, A = !1;
1874
1874
  const $ = n.count !== void 0 && typeof n.count != "string", j = we.hasDefaultValue(n), ce = $ ? this.pluralResolver.getSuffix(c, n.count, n) : "", un = n.ordinal && $ ? this.pluralResolver.getSuffix(c, n.count, {
1875
1875
  ordinal: !1
1876
1876
  }) : "", re = n[`defaultValue${ce}`] || n[`defaultValue${un}`] || n.defaultValue;
1877
- !this.isValidLookup(l) && j && (C = !0, l = re), this.isValidLookup(l) || (F = !0, l = a);
1878
- const ln = (n.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && F ? void 0 : l, se = j && re !== l && this.options.updateMissing;
1879
- if (F || C || se) {
1877
+ !this.isValidLookup(l) && j && (C = !0, l = re), this.isValidLookup(l) || (A = !0, l = a);
1878
+ const ln = (n.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && A ? void 0 : l, se = j && re !== l && this.options.updateMissing;
1879
+ if (A || C || se) {
1880
1880
  if (this.logger.log(se ? "updateKey" : "missingKey", c, u, a, se ? re : l), i) {
1881
1881
  const L = this.resolve(a, {
1882
1882
  ...n,
@@ -1901,7 +1901,7 @@ class we extends Le {
1901
1901
  });
1902
1902
  }) : rt(ie, a, re));
1903
1903
  }
1904
- l = this.extendTranslation(l, t, n, f, r), F && l === a && this.options.appendNamespaceToMissingKey && (l = `${u}:${a}`), (F || C) && this.options.parseMissingKeyHandler && (this.options.compatibilityAPI !== "v1" ? l = this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey ? `${u}:${a}` : a, C ? l : void 0) : l = this.options.parseMissingKeyHandler(l));
1904
+ l = this.extendTranslation(l, t, n, f, r), A && l === a && this.options.appendNamespaceToMissingKey && (l = `${u}:${a}`), (A || C) && this.options.parseMissingKeyHandler && (this.options.compatibilityAPI !== "v1" ? l = this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey ? `${u}:${a}` : a, C ? l : void 0) : l = this.options.parseMissingKeyHandler(l));
1905
1905
  }
1906
1906
  return s ? (f.res = l, f) : l;
1907
1907
  }
@@ -1943,7 +1943,7 @@ class we extends Le {
1943
1943
  }, r)), r.interpolation && this.interpolator.reset();
1944
1944
  }
1945
1945
  const o = r.postProcess || this.options.postProcess, u = typeof o == "string" ? [o] : o;
1946
- return t != null && u && u.length && r.applyPostProcessor !== !1 && (t = Wt.handle(u, t, n, this.options && this.options.postProcessPassResolved ? {
1946
+ return t != null && u && u.length && r.applyPostProcessor !== !1 && (t = Kt.handle(u, t, n, this.options && this.options.postProcessPassResolved ? {
1947
1947
  i18nResolved: s,
1948
1948
  ...r
1949
1949
  } : r, this)), t;
@@ -1969,15 +1969,15 @@ class we extends Le {
1969
1969
  else {
1970
1970
  let C;
1971
1971
  l && (C = this.pluralResolver.getSuffix(x, n.count, n));
1972
- const F = `${this.options.pluralSeparator}zero`, $ = `${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;
1973
- if (l && (w.push(d + C), n.ordinal && C.indexOf($) === 0 && w.push(d + C.replace($, this.options.pluralSeparator)), g && w.push(d + F)), p) {
1972
+ const A = `${this.options.pluralSeparator}zero`, $ = `${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;
1973
+ if (l && (w.push(d + C), n.ordinal && C.indexOf($) === 0 && w.push(d + C.replace($, this.options.pluralSeparator)), g && w.push(d + A)), p) {
1974
1974
  const j = `${d}${this.options.contextSeparator}${n.context}`;
1975
- w.push(j), l && (w.push(j + C), n.ordinal && C.indexOf($) === 0 && w.push(j + C.replace($, this.options.pluralSeparator)), g && w.push(j + F));
1975
+ w.push(j), l && (w.push(j + C), n.ordinal && C.indexOf($) === 0 && w.push(j + C.replace($, this.options.pluralSeparator)), g && w.push(j + A));
1976
1976
  }
1977
1977
  }
1978
- let P;
1979
- for (; P = w.pop(); )
1980
- this.isValidLookup(r) || (i = P, r = this.getResource(x, h, P, n));
1978
+ let D;
1979
+ for (; D = w.pop(); )
1980
+ this.isValidLookup(r) || (i = D, r = this.getResource(x, h, D, n));
1981
1981
  }));
1982
1982
  });
1983
1983
  }), {
@@ -2305,7 +2305,7 @@ class Mr {
2305
2305
  }
2306
2306
  }
2307
2307
  function mt(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);
2308
+ let r = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", s = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, i = Dr(e, t, n);
2309
2309
  return !i && s && typeof n == "string" && (i = xe(e, n, r), i === void 0 && (i = xe(t, n, r))), i;
2310
2310
  }
2311
2311
  class $r {
@@ -2840,7 +2840,7 @@ class oe extends Le {
2840
2840
  throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");
2841
2841
  if (!t.type)
2842
2842
  throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");
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;
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" && Kt.addPostProcessor(t), t.type === "formatter" && (this.modules.formatter = t), t.type === "3rdParty" && this.modules.external.push(t), this;
2844
2844
  }
2845
2845
  setResolvedLanguage(t) {
2846
2846
  if (!(!t || !this.languages) && !(["cimode", "dev"].indexOf(t) > -1))
@@ -2981,40 +2981,40 @@ class oe extends Le {
2981
2981
  };
2982
2982
  }
2983
2983
  }
2984
- const D = oe.createInstance();
2985
- D.createInstance = oe.createInstance;
2986
- D.createInstance;
2987
- D.dir;
2988
- D.init;
2989
- D.loadResources;
2990
- D.reloadResources;
2991
- D.use;
2992
- D.changeLanguage;
2993
- D.getFixedT;
2994
- D.t;
2995
- D.exists;
2996
- D.setDefaultNamespace;
2997
- D.hasLoadedNamespace;
2998
- D.loadNamespaces;
2999
- D.loadLanguages;
2984
+ const P = oe.createInstance();
2985
+ P.createInstance = oe.createInstance;
2986
+ P.createInstance;
2987
+ P.dir;
2988
+ P.init;
2989
+ P.loadResources;
2990
+ P.reloadResources;
2991
+ P.use;
2992
+ P.changeLanguage;
2993
+ P.getFixedT;
2994
+ P.t;
2995
+ P.exists;
2996
+ P.setDefaultNamespace;
2997
+ P.hasLoadedNamespace;
2998
+ P.loadNamespaces;
2999
+ P.loadLanguages;
3000
3000
  const qr = {
3001
3001
  error: "Error"
3002
3002
  }, Vr = {
3003
3003
  error: "Помилка"
3004
- }, St = "common", Hr = {
3004
+ }, St = "common", Wr = {
3005
3005
  en: qr,
3006
3006
  uk: Vr
3007
- }, I = D.createInstance({
3007
+ }, I = P.createInstance({
3008
3008
  defaultNS: St,
3009
- resources: Wr(Hr, St),
3009
+ resources: Kr(Wr, St),
3010
3010
  lng: "en",
3011
3011
  fallbackLng: "en"
3012
- }), Gt = {
3012
+ }), zt = {
3013
3013
  i18nextInstance: I,
3014
3014
  initPromise: I.init().then(() => I)
3015
3015
  }, pe = /* @__PURE__ */ new Map();
3016
- pe.set("common", Gt);
3017
- const Kr = (e) => {
3016
+ pe.set("common", zt);
3017
+ const Hr = (e) => {
3018
3018
  if (pe.has(e.namespace))
3019
3019
  return pe.get(e.namespace);
3020
3020
  if (e.plugins)
@@ -3026,7 +3026,7 @@ const Kr = (e) => {
3026
3026
  const t = I.cloneInstance({
3027
3027
  defaultNS: e.namespace
3028
3028
  });
3029
- let n = Gt.initPromise.then(() => t);
3029
+ let n = zt.initPromise.then(() => t);
3030
3030
  t.on("languageChanged", (i) => {
3031
3031
  I.language !== i && I.changeLanguage(i);
3032
3032
  }), I.on("languageChanged", (i) => {
@@ -3037,15 +3037,15 @@ const Kr = (e) => {
3037
3037
  const s = { initPromise: n, i18nextInstance: t };
3038
3038
  return pe.set(e.namespace, s), s;
3039
3039
  };
3040
- function Wr(e, t) {
3040
+ function Kr(e, t) {
3041
3041
  return Object.keys(e).reduce((n, r) => (n[r] = {
3042
3042
  [t]: e[r]
3043
3043
  }, n), {});
3044
3044
  }
3045
- function Gr(e) {
3045
+ function zr(e) {
3046
3046
  return e && e.replace(new RegExp("(?<!\\\\)'", "g"), "\\'");
3047
3047
  }
3048
- const zr = {
3048
+ const Gr = {
3049
3049
  errors: {
3050
3050
  measure: {
3051
3051
  unsupportedType: "Unsupported measure type",
@@ -3098,11 +3098,11 @@ const zr = {
3098
3098
  unsupportedDimensionalElement: "Непідтримуваний тип елемента"
3099
3099
  }
3100
3100
  }, Qr = "sdkData", Yr = {
3101
- en: zr,
3101
+ en: Gr,
3102
3102
  uk: Jr
3103
3103
  };
3104
3104
  function Zr() {
3105
- return Kr({
3105
+ return Hr({
3106
3106
  resource: Yr,
3107
3107
  language: "en",
3108
3108
  namespace: Qr
@@ -3112,12 +3112,12 @@ Zr();
3112
3112
  function Xr() {
3113
3113
  this.__data__ = [], this.size = 0;
3114
3114
  }
3115
- function zt(e, t) {
3115
+ function Gt(e, t) {
3116
3116
  return e === t || e !== e && t !== t;
3117
3117
  }
3118
3118
  function Ee(e, t) {
3119
3119
  for (var n = e.length; n--; )
3120
- if (zt(e[n][0], t))
3120
+ if (Gt(e[n][0], t))
3121
3121
  return n;
3122
3122
  return -1;
3123
3123
  }
@@ -3175,7 +3175,7 @@ function ds(e) {
3175
3175
  return !!Ot && Ot in e;
3176
3176
  }
3177
3177
  var fs = Function.prototype, ps = fs.toString;
3178
- function z(e) {
3178
+ function G(e) {
3179
3179
  if (e != null) {
3180
3180
  try {
3181
3181
  return ps.call(e);
@@ -3194,8 +3194,8 @@ var gs = /[\\^$.*+?()[\]{}|]/g, hs = /^\[object .+?Constructor\]$/, ms = Functio
3194
3194
  function vs(e) {
3195
3195
  if (!De(e) || ds(e))
3196
3196
  return !1;
3197
- var t = Bn(e) ? Os : hs;
3198
- return t.test(z(e));
3197
+ var t = $n(e) ? Os : hs;
3198
+ return t.test(G(e));
3199
3199
  }
3200
3200
  function xs(e, t) {
3201
3201
  return e == null ? void 0 : e[t];
@@ -3208,21 +3208,21 @@ var Cs = J(U, "Map");
3208
3208
  const ue = Cs;
3209
3209
  var ws = J(Object, "create");
3210
3210
  const le = ws;
3211
- function Ps() {
3211
+ function Ds() {
3212
3212
  this.__data__ = le ? le(null) : {}, this.size = 0;
3213
3213
  }
3214
- function Ds(e) {
3214
+ function Ps(e) {
3215
3215
  var t = this.has(e) && delete this.__data__[e];
3216
3216
  return this.size -= t ? 1 : 0, t;
3217
3217
  }
3218
- var js = "__lodash_hash_undefined__", As = Object.prototype, Fs = As.hasOwnProperty;
3218
+ var js = "__lodash_hash_undefined__", Fs = Object.prototype, As = Fs.hasOwnProperty;
3219
3219
  function Ls(e) {
3220
3220
  var t = this.__data__;
3221
3221
  if (le) {
3222
3222
  var n = t[e];
3223
3223
  return n === js ? void 0 : n;
3224
3224
  }
3225
- return Fs.call(t, e) ? t[e] : void 0;
3225
+ return As.call(t, e) ? t[e] : void 0;
3226
3226
  }
3227
3227
  var Es = Object.prototype, Ns = Es.hasOwnProperty;
3228
3228
  function Ts(e) {
@@ -3234,23 +3234,23 @@ function Ms(e, t) {
3234
3234
  var n = this.__data__;
3235
3235
  return this.size += this.has(e) ? 0 : 1, n[e] = le && t === void 0 ? Rs : t, this;
3236
3236
  }
3237
- function G(e) {
3237
+ function z(e) {
3238
3238
  var t = -1, n = e == null ? 0 : e.length;
3239
3239
  for (this.clear(); ++t < n; ) {
3240
3240
  var r = e[t];
3241
3241
  this.set(r[0], r[1]);
3242
3242
  }
3243
3243
  }
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;
3244
+ z.prototype.clear = Ds;
3245
+ z.prototype.delete = Ps;
3246
+ z.prototype.get = Ls;
3247
+ z.prototype.has = Ts;
3248
+ z.prototype.set = Ms;
3249
3249
  function $s() {
3250
3250
  this.size = 0, this.__data__ = {
3251
- hash: new G(),
3251
+ hash: new z(),
3252
3252
  map: new (ue || k)(),
3253
- string: new G()
3253
+ string: new z()
3254
3254
  };
3255
3255
  }
3256
3256
  function Is(e) {
@@ -3307,19 +3307,19 @@ ne.prototype.delete = os;
3307
3307
  ne.prototype.get = us;
3308
3308
  ne.prototype.has = ls;
3309
3309
  ne.prototype.set = Vs;
3310
- function Hs(e, t) {
3310
+ function Ws(e, t) {
3311
3311
  for (var n = -1, r = e == null ? 0 : e.length; ++n < r && t(e[n], n, e) !== !1; )
3312
3312
  ;
3313
3313
  return e;
3314
3314
  }
3315
- var Ks = function() {
3315
+ var Hs = function() {
3316
3316
  try {
3317
3317
  var e = J(Object, "defineProperty");
3318
3318
  return e({}, "", {}), e;
3319
3319
  } catch {
3320
3320
  }
3321
3321
  }();
3322
- const vt = Ks;
3322
+ const vt = Hs;
3323
3323
  function Jt(e, t, n) {
3324
3324
  t == "__proto__" && vt ? vt(e, t, {
3325
3325
  configurable: !0,
@@ -3328,10 +3328,10 @@ function Jt(e, t, n) {
3328
3328
  writable: !0
3329
3329
  }) : e[t] = n;
3330
3330
  }
3331
- var Ws = Object.prototype, Gs = Ws.hasOwnProperty;
3331
+ var Ks = Object.prototype, zs = Ks.hasOwnProperty;
3332
3332
  function Qt(e, t, n) {
3333
3333
  var r = e[t];
3334
- (!(Gs.call(e, t) && zt(r, n)) || n === void 0 && !(t in e)) && Jt(e, t, n);
3334
+ (!(zs.call(e, t) && Gt(r, n)) || n === void 0 && !(t in e)) && Jt(e, t, n);
3335
3335
  }
3336
3336
  function Te(e, t, n, r) {
3337
3337
  var s = !n;
@@ -3342,7 +3342,7 @@ function Te(e, t, n, r) {
3342
3342
  }
3343
3343
  return n;
3344
3344
  }
3345
- function zs(e, t) {
3345
+ function Gs(e, t) {
3346
3346
  return e && Te(t, Qe(t), e);
3347
3347
  }
3348
3348
  function Js(e) {
@@ -3362,7 +3362,7 @@ function Zs(e) {
3362
3362
  return n;
3363
3363
  }
3364
3364
  function Xe(e) {
3365
- return Un(e) ? qn(e, !0) : Zs(e);
3365
+ return In(e) ? _n(e, !0) : Zs(e);
3366
3366
  }
3367
3367
  function Xs(e, t) {
3368
3368
  return e && Te(t, Xe(t), e);
@@ -3390,8 +3390,8 @@ function ri(e, t) {
3390
3390
  function Zt() {
3391
3391
  return [];
3392
3392
  }
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) {
3393
+ var si = Object.prototype, ii = si.propertyIsEnumerable, Dt = Object.getOwnPropertySymbols, ai = Dt ? function(e) {
3394
+ return e == null ? [] : (e = Object(e), ri(Dt(e), function(t) {
3395
3395
  return ii.call(e, t);
3396
3396
  }));
3397
3397
  } : Zt;
@@ -3404,7 +3404,7 @@ function Xt(e, t) {
3404
3404
  e[s + n] = t[n];
3405
3405
  return e;
3406
3406
  }
3407
- var ui = Vn(Object.getPrototypeOf, Object);
3407
+ var ui = kn(Object.getPrototypeOf, Object);
3408
3408
  const en = ui;
3409
3409
  var li = Object.getOwnPropertySymbols, ci = li ? function(e) {
3410
3410
  for (var t = []; e; )
@@ -3426,36 +3426,36 @@ function pi(e) {
3426
3426
  return nn(e, Xe, tn);
3427
3427
  }
3428
3428
  var gi = J(U, "DataView");
3429
- const Ke = gi;
3429
+ const He = gi;
3430
3430
  var hi = J(U, "Promise");
3431
- const We = hi;
3431
+ const Ke = hi;
3432
3432
  var mi = J(U, "Set");
3433
- const Ge = mi;
3433
+ const ze = mi;
3434
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) : "";
3435
+ const Ge = yi;
3436
+ var Pt = "[object Map]", bi = "[object Object]", jt = "[object Promise]", Ft = "[object Set]", At = "[object WeakMap]", Lt = "[object DataView]", Si = G(He), Oi = G(ue), vi = G(Ke), xi = G(ze), Ci = G(Ge), H = Ut;
3437
+ (He && H(new He(new ArrayBuffer(1))) != Lt || ue && H(new ue()) != Pt || Ke && H(Ke.resolve()) != jt || ze && H(new ze()) != Ft || Ge && H(new Ge()) != At) && (H = function(e) {
3438
+ var t = Ut(e), n = t == bi ? e.constructor : void 0, r = n ? G(n) : "";
3439
3439
  if (r)
3440
3440
  switch (r) {
3441
3441
  case Si:
3442
3442
  return Lt;
3443
3443
  case Oi:
3444
- return Dt;
3444
+ return Pt;
3445
3445
  case vi:
3446
3446
  return jt;
3447
3447
  case xi:
3448
- return At;
3449
- case Ci:
3450
3448
  return Ft;
3449
+ case Ci:
3450
+ return At;
3451
3451
  }
3452
3452
  return t;
3453
3453
  });
3454
- const tt = K;
3455
- var wi = Object.prototype, Pi = wi.hasOwnProperty;
3456
- function Di(e) {
3454
+ const tt = H;
3455
+ var wi = Object.prototype, Di = wi.hasOwnProperty;
3456
+ function Pi(e) {
3457
3457
  var t = e.length, n = new e.constructor(t);
3458
- return t && typeof e[0] == "string" && Pi.call(e, "index") && (n.index = e.index, n.input = e.input), n;
3458
+ return t && typeof e[0] == "string" && Di.call(e, "index") && (n.index = e.index, n.input = e.input), n;
3459
3459
  }
3460
3460
  var ji = U.Uint8Array;
3461
3461
  const Et = ji;
@@ -3463,16 +3463,16 @@ function nt(e) {
3463
3463
  var t = new e.constructor(e.byteLength);
3464
3464
  return new Et(t).set(new Et(e)), t;
3465
3465
  }
3466
- function Ai(e, t) {
3466
+ function Fi(e, t) {
3467
3467
  var n = t ? nt(e.buffer) : e.buffer;
3468
3468
  return new e.constructor(n, e.byteOffset, e.byteLength);
3469
3469
  }
3470
- var Fi = /\w*$/;
3470
+ var Ai = /\w*$/;
3471
3471
  function Li(e) {
3472
- var t = new e.constructor(e.source, Fi.exec(e));
3472
+ var t = new e.constructor(e.source, Ai.exec(e));
3473
3473
  return t.lastIndex = e.lastIndex, t;
3474
3474
  }
3475
- var Nt = ot ? ot.prototype : void 0, Tt = Nt ? Nt.valueOf : void 0;
3475
+ var Nt = at ? at.prototype : void 0, Tt = Nt ? Nt.valueOf : void 0;
3476
3476
  function Ei(e) {
3477
3477
  return Tt ? Object(Tt.call(e)) : {};
3478
3478
  }
@@ -3480,7 +3480,7 @@ function Ni(e, t) {
3480
3480
  var n = t ? nt(e.buffer) : e.buffer;
3481
3481
  return new e.constructor(n, e.byteOffset, e.length);
3482
3482
  }
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]";
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]", Wi = "[object Float64Array]", Hi = "[object Int8Array]", Ki = "[object Int16Array]", zi = "[object Int32Array]", Gi = "[object Uint8Array]", Ji = "[object Uint8ClampedArray]", Qi = "[object Uint16Array]", Yi = "[object Uint32Array]";
3484
3484
  function Zi(e, t, n) {
3485
3485
  var r = e.constructor;
3486
3486
  switch (t) {
@@ -3490,13 +3490,13 @@ function Zi(e, t, n) {
3490
3490
  case Ri:
3491
3491
  return new r(+e);
3492
3492
  case qi:
3493
- return Ai(e, n);
3493
+ return Fi(e, n);
3494
3494
  case Vi:
3495
+ case Wi:
3495
3496
  case Hi:
3496
3497
  case Ki:
3497
- case Wi:
3498
- case Gi:
3499
3498
  case zi:
3499
+ case Gi:
3500
3500
  case Ji:
3501
3501
  case Qi:
3502
3502
  case Yi:
@@ -3543,8 +3543,8 @@ function oa(e) {
3543
3543
  }
3544
3544
  var $t = Se && Se.isSet, ua = $t ? Vt($t) : oa;
3545
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;
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]", Da = "[object ArrayBuffer]", Pa = "[object DataView]", ja = "[object Float32Array]", Fa = "[object Float64Array]", Aa = "[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[Da] = v[Pa] = v[ga] = v[ha] = v[ja] = v[Fa] = v[Aa] = 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
3548
  v[ma] = v[sn] = v[wa] = !1;
3549
3549
  function ge(e, t, n, r, s, i) {
3550
3550
  var a, o = t & ca, u = t & da, c = t & fa;
@@ -3554,15 +3554,15 @@ function ge(e, t, n, r, s, i) {
3554
3554
  return e;
3555
3555
  var d = Bt(e);
3556
3556
  if (d) {
3557
- if (a = Di(e), !o)
3557
+ if (a = Pi(e), !o)
3558
3558
  return ni(e, a);
3559
3559
  } else {
3560
3560
  var f = tt(e), l = f == sn || f == ya;
3561
- if (Hn(e))
3561
+ if (Bn(e))
3562
3562
  return ti(e, o);
3563
3563
  if (f == an || f == rn || l && !s) {
3564
3564
  if (a = u || l ? {} : ta(e), !o)
3565
- return u ? di(e, Xs(a, e)) : oi(e, zs(a, e));
3565
+ return u ? di(e, Xs(a, e)) : oi(e, Gs(a, e));
3566
3566
  } else {
3567
3567
  if (!v[f])
3568
3568
  return s ? e : {};
@@ -3579,7 +3579,7 @@ function ge(e, t, n, r, s, i) {
3579
3579
  a.set(x, ge(h, t, n, x, e, i));
3580
3580
  });
3581
3581
  var p = c ? u ? pi : fi : u ? Xe : Qe, m = d ? void 0 : p(e);
3582
- return Hs(m || e, function(h, x) {
3582
+ return Ws(m || e, function(h, x) {
3583
3583
  m && (x = h, h = e[x]), Qt(a, x, ge(h, t, n, x, e, i));
3584
3584
  }), a;
3585
3585
  }
@@ -3749,7 +3749,7 @@ var Be;
3749
3749
  })(Be = Be || (Be = {}));
3750
3750
  function Je(e, t = []) {
3751
3751
  try {
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);
3752
+ return e == null ? String(e) : typeof e == "string" ? `'${zr(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);
3753
3753
  } catch (n) {
3754
3754
  return console.error(n, JSON.stringify(e, null, 2)), JSON.stringify(e);
3755
3755
  }
@@ -3771,19 +3771,19 @@ function Va(e, t) {
3771
3771
  function It(e, t) {
3772
3772
  return Va("filterFactory.logic", t)(e);
3773
3773
  }
3774
- function Ha(e) {
3774
+ function Wa(e) {
3775
3775
  return e && e.__serializable === "MembersFilter";
3776
3776
  }
3777
- function Ka(e) {
3777
+ function Ha(e) {
3778
3778
  return e && e.__serializable === "CascadingFilter";
3779
3779
  }
3780
- const W = (e) => {
3780
+ const K = (e) => {
3781
3781
  if (Array.isArray(e)) {
3782
3782
  const [t, ...n] = e;
3783
- return n.length === 0 ? W(t) : {
3783
+ return n.length === 0 ? K(t) : {
3784
3784
  operator: "AND",
3785
- left: W(t),
3786
- right: W(n)
3785
+ left: K(t),
3786
+ right: K(n)
3787
3787
  };
3788
3788
  }
3789
3789
  return e;
@@ -3792,12 +3792,12 @@ var Ue;
3792
3792
  (function(e) {
3793
3793
  e.and = It((t, n) => ({
3794
3794
  operator: "AND",
3795
- left: W(t),
3796
- right: W(n)
3795
+ left: K(t),
3796
+ right: K(n)
3797
3797
  }), "and"), e.or = It((t, n) => ({
3798
3798
  operator: "OR",
3799
- left: W(t),
3800
- right: W(n)
3799
+ left: K(t),
3800
+ right: K(n)
3801
3801
  }), "or");
3802
3802
  })(Ue = Ue || (Ue = {}));
3803
3803
  var he;
@@ -3820,7 +3820,7 @@ var qe;
3820
3820
  (function(e) {
3821
3821
  e.DATE_TIME = "datetime", e.NUMERIC = "numeric", e.TEXT = "text";
3822
3822
  })(qe = qe || (qe = {}));
3823
- const N = Object.assign(Object.assign(Object.assign({}, he), me), ye), Wa = {
3823
+ const N = Object.assign(Object.assign(Object.assign({}, he), me), ye), Ka = {
3824
3824
  [N.INCLUDE_ALL]: {
3825
3825
  all: !0,
3826
3826
  filterType: N.INCLUDE_ALL
@@ -3849,7 +3849,7 @@ const N = Object.assign(Object.assign(Object.assign({}, he), me), ye), Wa = {
3849
3849
  filterType: N.SPECIFIC_ITEMS
3850
3850
  }
3851
3851
  };
3852
- Wa.INCLUDE_ALL, be.YEARS;
3852
+ Ka.INCLUDE_ALL, be.YEARS;
3853
3853
  var Ve;
3854
3854
  (function(e) {
3855
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";
@@ -3868,17 +3868,17 @@ const on = (e) => {
3868
3868
  return { left: c, right: d, operator: "AND" };
3869
3869
  }
3870
3870
  function r(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));
3871
+ return a && (za(a) ? Ha(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));
3872
3872
  }
3873
3873
  const s = _a(e), i = r(s);
3874
3874
  return { filters: Array.from(t), relations: i };
3875
3875
  };
3876
- function Ga(e) {
3876
+ function za(e) {
3877
3877
  return "config" in e && "guid" in e.config;
3878
3878
  }
3879
3879
  S.TextAttribute, S.NumericAttribute, S.DateLevel;
3880
- const Ho = (e) => {
3881
- const [t, n] = q(Ht, {
3880
+ const Wo = (e) => {
3881
+ const [t, n] = q(Wt, {
3882
3882
  isLoading: !0,
3883
3883
  isError: !1,
3884
3884
  isSuccess: !1,
@@ -3901,7 +3901,7 @@ const Ho = (e) => {
3901
3901
  onBeforeQuery: p
3902
3902
  } = O(e), { filters: m, relations: h } = on(c);
3903
3903
  n({ type: "loading" });
3904
- const x = await Kn(
3904
+ const x = await Un(
3905
3905
  {
3906
3906
  dataSource: a,
3907
3907
  dimensions: o,
@@ -3921,18 +3921,18 @@ const Ho = (e) => {
3921
3921
  n({ type: "error", error: a });
3922
3922
  }
3923
3923
  };
3924
- return T(
3925
- [...R(e), r],
3924
+ return R(
3925
+ [...T(e), r],
3926
3926
  () => {
3927
3927
  const { app: i } = r.value, { enabled: a } = O(e);
3928
3928
  !i || !(a === void 0 || a === !0) || s(i);
3929
3929
  },
3930
3930
  { immediate: !0 }
3931
- ), A(t.value);
3932
- }, Ko = (e) => {
3931
+ ), F(t.value);
3932
+ }, Ho = (e) => {
3933
3933
  const t = B(void 0), n = B(void 0);
3934
3934
  M("useExecuteQueryByWidgetId");
3935
- const [r, s] = q(Ht, {
3935
+ const [r, s] = q(Wt, {
3936
3936
  isLoading: !0,
3937
3937
  isError: !1,
3938
3938
  isSuccess: !1,
@@ -3946,7 +3946,7 @@ const Ho = (e) => {
3946
3946
  data: f,
3947
3947
  query: l,
3948
3948
  pivotQuery: g
3949
- } = await Wn({
3949
+ } = await qn({
3950
3950
  ...c,
3951
3951
  filters: d,
3952
3952
  app: o
@@ -3956,22 +3956,22 @@ const Ho = (e) => {
3956
3956
  s({ type: "error", error: u });
3957
3957
  }
3958
3958
  };
3959
- return T(
3960
- [...R(e), i],
3959
+ return R(
3960
+ [...T(e), i],
3961
3961
  () => {
3962
3962
  const { app: o } = i.value, { enabled: u } = O(e);
3963
3963
  !o || !(u === void 0 || u === !0) || a(o);
3964
3964
  },
3965
3965
  { immediate: !0 }
3966
3966
  ), {
3967
- ...A(r.value),
3967
+ ...F(r.value),
3968
3968
  query: t,
3969
3969
  pivotQuery: n
3970
3970
  };
3971
- }, Wo = (e) => {
3971
+ }, Ko = (e) => {
3972
3972
  M("useExecuteCsvQuery");
3973
- const t = new je(Gn, [
3974
- Ae()
3973
+ const t = new Pe(Vn, [
3974
+ je()
3975
3975
  ]), [n, r] = Fe({
3976
3976
  isLoading: !0,
3977
3977
  isError: !1,
@@ -3982,15 +3982,15 @@ const Ho = (e) => {
3982
3982
  });
3983
3983
  return t.subscribe((s) => {
3984
3984
  r(s);
3985
- }), t.run(O(e)), T([...R(e)], () => {
3985
+ }), t.run(O(e)), R([...T(e)], () => {
3986
3986
  t.run(O(e));
3987
- }), Pe(() => {
3987
+ }), Ae(() => {
3988
3988
  t.destroy();
3989
- }), A(n.value);
3990
- }, Go = (e) => {
3989
+ }), F(n.value);
3990
+ }, zo = (e) => {
3991
3991
  M("useExecuteCustomWidgetQuery");
3992
- const t = new je(zn, [
3993
- Ae()
3992
+ const t = new Pe(Wn, [
3993
+ je()
3994
3994
  ]), [n, r] = Fe({
3995
3995
  data: void 0,
3996
3996
  isLoading: !0,
@@ -4001,17 +4001,17 @@ const Ho = (e) => {
4001
4001
  });
4002
4002
  return t.subscribe((s) => {
4003
4003
  r(s);
4004
- }), t.run(O(e)), T([...R(e)], () => {
4004
+ }), t.run(O(e)), R([...T(e)], () => {
4005
4005
  t.run(O(e));
4006
- }), Pe(() => {
4006
+ }), Ae(() => {
4007
4007
  t.destroy();
4008
- }), A(n.value);
4009
- }, zo = (e) => {
4008
+ }), F(n.value);
4009
+ }, Go = (e) => {
4010
4010
  M("useGetFilterMembers");
4011
4011
  const { filter: t, parentFilters: n = [] } = O(e), r = {
4012
4012
  selectedMembers: [],
4013
4013
  allMembers: [],
4014
- ...Ha(t) ? {
4014
+ ...Wa(t) ? {
4015
4015
  excludeMembers: t.config.excludeMembers,
4016
4016
  enableMultiSelection: t.config.enableMultiSelection,
4017
4017
  hasBackgroundFilter: !!t.config.backgroundFilter && n.length === 0
@@ -4020,7 +4020,7 @@ const Ho = (e) => {
4020
4020
  enableMultiSelection: !1,
4021
4021
  hasBackgroundFilter: !1
4022
4022
  }
4023
- }, s = new je(Jn, [Ae()]), [i, a] = Fe({
4023
+ }, s = new Pe(Hn, [je()]), [i, a] = Fe({
4024
4024
  isLoading: !0,
4025
4025
  isError: !1,
4026
4026
  isSuccess: !1,
@@ -4030,11 +4030,11 @@ const Ho = (e) => {
4030
4030
  });
4031
4031
  return s.subscribe((o) => {
4032
4032
  a(o);
4033
- }), s.run(O(e)), T([...R(e)], () => {
4033
+ }), s.run(O(e)), R([...T(e)], () => {
4034
4034
  s.run(O(e));
4035
- }), Pe(() => {
4035
+ }), Ae(() => {
4036
4036
  s.destroy();
4037
- }), A(i.value);
4037
+ }), F(i.value);
4038
4038
  }, Jo = (e) => {
4039
4039
  M("useGetDashboardModel");
4040
4040
  const [t, n] = q(X, {
@@ -4047,7 +4047,7 @@ const Ho = (e) => {
4047
4047
  }), r = V(), s = async (a) => {
4048
4048
  try {
4049
4049
  n({ type: "loading" });
4050
- const { dashboardOid: o, includeWidgets: u, includeFilters: c } = O(e), d = await Yn(a.httpClient, o, {
4050
+ const { dashboardOid: o, includeWidgets: u, includeFilters: c } = O(e), d = await zn(a.httpClient, o, {
4051
4051
  includeWidgets: u,
4052
4052
  includeFilters: c
4053
4053
  });
@@ -4056,16 +4056,16 @@ const Ho = (e) => {
4056
4056
  n({ type: "error", error: o });
4057
4057
  }
4058
4058
  };
4059
- T(
4060
- [...R(e), r],
4059
+ R(
4060
+ [...T(e), r],
4061
4061
  () => {
4062
4062
  const { app: a } = r.value, { enabled: o } = O(e);
4063
4063
  !a || !(o === void 0 || o === !0) || s(a);
4064
4064
  },
4065
4065
  { immediate: !0 }
4066
4066
  );
4067
- const i = A(t.value);
4068
- return A(Qn(i));
4067
+ const i = F(t.value);
4068
+ return F(Kn(i));
4069
4069
  }, Qo = (e) => {
4070
4070
  M("useGetDashboardModels");
4071
4071
  const [t, n] = q(X, {
@@ -4078,22 +4078,22 @@ const Ho = (e) => {
4078
4078
  }), r = V(), s = async (a) => {
4079
4079
  try {
4080
4080
  n({ type: "loading" });
4081
- const o = O(e), u = await Xn(a.httpClient, o);
4081
+ const o = O(e), u = await Jn(a.httpClient, o);
4082
4082
  n({ type: "success", data: u });
4083
4083
  } catch (o) {
4084
4084
  n({ type: "error", error: o });
4085
4085
  }
4086
4086
  };
4087
- T(
4088
- [...R(e), r],
4087
+ R(
4088
+ [...T(e), r],
4089
4089
  () => {
4090
4090
  const { app: a } = r.value, { enabled: o } = O(e);
4091
4091
  !a || !(o === void 0 || o === !0) || s(a);
4092
4092
  },
4093
4093
  { immediate: !0 }
4094
4094
  );
4095
- const i = A(t.value);
4096
- return A(Zn(i));
4095
+ const i = F(t.value);
4096
+ return F(Gn(i));
4097
4097
  }, Yo = (e) => {
4098
4098
  M("useGetSharedFormula");
4099
4099
  const [t, n] = q(X, {
@@ -4107,23 +4107,23 @@ const Ho = (e) => {
4107
4107
  n({ type: "loading" });
4108
4108
  const { dataSource: o, name: u, oid: c } = O(e);
4109
4109
  let d = Promise.resolve(null);
4110
- c ? d = tr(c, a) : u && o && (d = nr(u, o, a)), d.then((f) => {
4110
+ c ? d = Yn(c, a) : u && o && (d = Zn(u, o, a)), d.then((f) => {
4111
4111
  n({ type: "success", data: f });
4112
4112
  }).catch((f) => {
4113
4113
  n({ type: "error", error: f });
4114
4114
  });
4115
4115
  };
4116
- T(
4117
- [...R(e), r],
4116
+ R(
4117
+ [...T(e), r],
4118
4118
  () => {
4119
4119
  const { app: a } = r.value, { enabled: o } = O(e);
4120
4120
  !a || !(o === void 0 || o === !0) || s(a);
4121
4121
  },
4122
4122
  { immediate: !0 }
4123
4123
  );
4124
- const i = A(t.value);
4125
- return A(
4126
- er(i)
4124
+ const i = F(t.value);
4125
+ return F(
4126
+ Qn(i)
4127
4127
  );
4128
4128
  }, Zo = (e) => {
4129
4129
  M("useGetWidgetModel");
@@ -4137,20 +4137,20 @@ const Ho = (e) => {
4137
4137
  }), r = V(), s = async (i) => {
4138
4138
  try {
4139
4139
  n({ type: "loading" });
4140
- const { dashboardOid: a, widgetOid: o } = O(e), u = await rr(i.httpClient, a, o);
4140
+ const { dashboardOid: a, widgetOid: o } = O(e), u = await Xn(i.httpClient, a, o);
4141
4141
  n({ type: "success", data: u });
4142
4142
  } catch (a) {
4143
4143
  n({ type: "error", error: a });
4144
4144
  }
4145
4145
  };
4146
- return T(
4147
- [...R(e), r],
4146
+ return R(
4147
+ [...T(e), r],
4148
4148
  () => {
4149
4149
  const { app: i } = r.value, { enabled: a } = O(e);
4150
4150
  !i || !(a === void 0 || a === !0) || s(i);
4151
4151
  },
4152
4152
  { immediate: !0 }
4153
- ), A(t.value);
4153
+ ), F(t.value);
4154
4154
  }, Xo = (e) => {
4155
4155
  M("useGetHierarchyModels");
4156
4156
  const [t, n] = q(X, {
@@ -4163,20 +4163,20 @@ const Ho = (e) => {
4163
4163
  }), r = V(), s = async (i) => {
4164
4164
  try {
4165
4165
  n({ type: "loading" });
4166
- const a = await sr(i.httpClient, O(e));
4166
+ const a = await er(i.httpClient, O(e));
4167
4167
  n({ type: "success", data: a });
4168
4168
  } catch (a) {
4169
4169
  n({ type: "error", error: a });
4170
4170
  }
4171
4171
  };
4172
- return T(
4173
- [...R(e), r],
4172
+ return R(
4173
+ [...T(e), r],
4174
4174
  () => {
4175
4175
  const { app: i } = r.value, { enabled: a } = O(e);
4176
4176
  !i || !(a === void 0 || a === !0) || s(i);
4177
4177
  },
4178
4178
  { immediate: !0 }
4179
- ), A(t.value);
4179
+ ), F(t.value);
4180
4180
  }, eu = (e, t, n) => {
4181
4181
  const [r, s] = q(X, {
4182
4182
  isLoading: !0,
@@ -4201,19 +4201,19 @@ const Ho = (e) => {
4201
4201
  s({ type: "error", error: u });
4202
4202
  }
4203
4203
  };
4204
- return T(
4205
- [...R(e, t, n), i],
4204
+ return R(
4205
+ [...T(e, t, n), i],
4206
4206
  () => {
4207
4207
  const { app: o } = i.value, u = O(n || {}).enabled;
4208
4208
  !o || !(u === void 0 || u === !0) || a(o.httpClient);
4209
4209
  },
4210
4210
  { immediate: !0 }
4211
- ), A(r.value);
4211
+ ), F(r.value);
4212
4212
  };
4213
- function za(e, t) {
4213
+ function Ga(e, t) {
4214
4214
  const n = document.createElement("div");
4215
4215
  n.style.width = "100%", n.style.height = "100%";
4216
- const r = cn(e, t);
4216
+ const r = yr(e, t);
4217
4217
  return r.mount(n), {
4218
4218
  element: n,
4219
4219
  app: r,
@@ -4223,7 +4223,7 @@ function za(e, t) {
4223
4223
  };
4224
4224
  }
4225
4225
  const tu = () => {
4226
- const e = ir();
4226
+ const e = tr();
4227
4227
  return {
4228
4228
  /**
4229
4229
  * Registers a new custom widget.
@@ -4233,8 +4233,8 @@ const tu = () => {
4233
4233
  */
4234
4234
  registerCustomWidget: (t, n) => {
4235
4235
  const r = (s) => {
4236
- const i = za(n, s);
4237
- return ar(
4236
+ const i = Ga(n, s);
4237
+ return nr(
4238
4238
  i.element,
4239
4239
  () => i.destroy()
4240
4240
  );
@@ -4254,17 +4254,17 @@ const tu = () => {
4254
4254
  };
4255
4255
  }, nu = (e, t = {}) => {
4256
4256
  M("useComposedDashboard");
4257
- const n = new je(or, [
4258
- Ae()
4257
+ const n = new Pe(rr, [
4258
+ je()
4259
4259
  ]), [r, s] = Fe(O(e));
4260
4260
  n.subscribe(({ dashboard: o }) => {
4261
4261
  s(o);
4262
- }), n.run(O(e), t), T([...R(e)], () => {
4262
+ }), n.run(O(e), t), R([...T(e)], () => {
4263
4263
  n.run(O(e), t);
4264
- }), Pe(() => {
4264
+ }), Ae(() => {
4265
4265
  n.destroy();
4266
4266
  });
4267
- const i = ut(n, "setFilters"), a = ut(n, "setWidgetsLayout");
4267
+ const i = ot(n, "setFilters"), a = ot(n, "setWidgetsLayout");
4268
4268
  return {
4269
4269
  dashboard: r,
4270
4270
  setFilters: i,
@@ -4288,7 +4288,7 @@ const tu = () => {
4288
4288
  */
4289
4289
  position: Object
4290
4290
  },
4291
- setup: (e, { slots: t }) => _t(ur, e, t, [])
4291
+ setup: (e, { slots: t }) => _t(sr, e, t, [])
4292
4292
  }), Qa = ({
4293
4293
  drilldownPaths: e,
4294
4294
  initialDimension: t
@@ -4297,24 +4297,24 @@ const tu = () => {
4297
4297
  throw new Error(
4298
4298
  "Initial dimension has to be specified to use drilldown with custom components"
4299
4299
  );
4300
- const n = B([]), r = B(), s = B([]), i = B([]), a = He(() => [
4301
- lr(t),
4300
+ const n = B([]), r = B(), s = B([]), i = B([]), a = We(() => [
4301
+ ir(t),
4302
4302
  ...n.value.map(({ nextDimension: l }) => l)
4303
- ]), o = He(
4303
+ ]), o = We(
4304
4304
  () => e.value.filter((l) => {
4305
4305
  if (S.isAttribute(l)) {
4306
4306
  const m = l;
4307
4307
  return a.value.every(
4308
- (h) => !lt(h, m)
4308
+ (h) => !ut(h, m)
4309
4309
  );
4310
4310
  }
4311
4311
  const p = l;
4312
4312
  return a.value.every(
4313
- (m, h) => lt(m, p.levels[h])
4313
+ (m, h) => ut(m, p.levels[h])
4314
4314
  );
4315
4315
  })
4316
4316
  ), u = (l, g, p) => {
4317
- n.value = cr(
4317
+ n.value = ar(
4318
4318
  n.value,
4319
4319
  l,
4320
4320
  g,
@@ -4325,7 +4325,7 @@ const tu = () => {
4325
4325
  }, d = () => {
4326
4326
  n.value = [], f();
4327
4327
  }, f = () => {
4328
- const l = (p) => p === "drilldown.breadcrumbsAllSuffix" ? "All" : p, g = dr(
4328
+ const l = (p) => p === "drilldown.breadcrumbsAllSuffix" ? "All" : p, g = or(
4329
4329
  n.value,
4330
4330
  t,
4331
4331
  l
@@ -4382,7 +4382,7 @@ const tu = () => {
4382
4382
  __name: "drilldown-widget",
4383
4383
  props: Ya.props,
4384
4384
  setup(e) {
4385
- const t = e, { drilldownPaths: n, initialDimension: r, config: s } = A(t), i = B(null), a = B([]), {
4385
+ const t = e, { drilldownPaths: n, initialDimension: r, config: s } = F(t), i = B(null), a = B([]), {
4386
4386
  drilldownFilters: o,
4387
4387
  // computed
4388
4388
  drilldownDimension: u,
@@ -4397,37 +4397,37 @@ const tu = () => {
4397
4397
  } = Qa({
4398
4398
  drilldownPaths: n,
4399
4399
  initialDimension: r.value
4400
- }), p = (P) => {
4401
- f(a.value, P);
4402
- }, m = He(() => {
4403
- const P = (C) => C === "drilldown.drillMenuItem" ? "Drill" : C;
4400
+ }), p = (D) => {
4401
+ f(a.value, D);
4402
+ }, m = We(() => {
4403
+ const D = (C) => C === "drilldown.drillMenuItem" ? "Drill" : C;
4404
4404
  return [
4405
- fr(a.value, u.value),
4406
- pr(
4405
+ ur(a.value, u.value),
4406
+ lr(
4407
4407
  d.value,
4408
4408
  u.value,
4409
4409
  p,
4410
- P
4410
+ D
4411
4411
  )
4412
4412
  ];
4413
- }), h = (P) => {
4414
- i.value = P;
4415
- }, x = (P) => {
4416
- a.value = P;
4413
+ }), h = (D) => {
4414
+ i.value = D;
4415
+ }, x = (D) => {
4416
+ a.value = D;
4417
4417
  }, w = () => {
4418
4418
  i.value = null;
4419
4419
  };
4420
- return (P, C) => (dn(), fn("div", Za, [
4421
- Re(P.$slots, "contextMenu", {
4420
+ return (D, C) => (br(), Sr("div", Za, [
4421
+ Re(D.$slots, "contextMenu", {
4422
4422
  contextMenuProps: { position: i.value, itemSections: m.value, closeContextMenu: w }
4423
4423
  }, () => [
4424
- at(E(Ja), {
4424
+ lt(E(Ja), {
4425
4425
  position: i.value,
4426
4426
  itemSections: m.value,
4427
4427
  closeContextMenu: w
4428
4428
  }, null, 8, ["position", "itemSections"])
4429
4429
  ]),
4430
- Re(P.$slots, "breadcrumbs", {
4430
+ Re(D.$slots, "breadcrumbs", {
4431
4431
  drilldownBreadcrumbsProps: {
4432
4432
  clearDrilldownSelections: E(g),
4433
4433
  sliceDrilldownSelections: E(l),
@@ -4435,15 +4435,15 @@ const tu = () => {
4435
4435
  drilldownDimension: E(u)
4436
4436
  }
4437
4437
  }, () => [
4438
- at(E(vr), {
4438
+ lt(E(vr), {
4439
4439
  "clear-drilldown-selections": E(g),
4440
4440
  "slice-drilldown-selections": E(l),
4441
4441
  "filters-display-values": E(c),
4442
4442
  "current-dimension": E(u)
4443
4443
  }, null, 8, ["clear-drilldown-selections", "slice-drilldown-selections", "filters-display-values", "current-dimension"])
4444
4444
  ]),
4445
- pn("div", Xa, [
4446
- Re(P.$slots, "chart", {
4445
+ Or("div", Xa, [
4446
+ Re(D.$slots, "chart", {
4447
4447
  drilldownFilters: E(o),
4448
4448
  drilldownDimension: E(u),
4449
4449
  onDataPointsSelected: x,
@@ -4587,7 +4587,7 @@ const tu = () => {
4587
4587
  */
4588
4588
  onDataReady: Function
4589
4589
  },
4590
- setup: (e) => b(gr, e)
4590
+ setup: (e) => b(cr, e)
4591
4591
  }), iu = y({
4592
4592
  props: {
4593
4593
  /** @internal */
@@ -4699,7 +4699,7 @@ const tu = () => {
4699
4699
  */
4700
4700
  onDataReady: Function
4701
4701
  },
4702
- setup: (e) => b(hr, e)
4702
+ setup: (e) => b(dr, e)
4703
4703
  }), au = y({
4704
4704
  props: {
4705
4705
  bottomSlot: Object,
@@ -4715,7 +4715,7 @@ const tu = () => {
4715
4715
  topSlot: Object,
4716
4716
  widgetStyleOptions: Object
4717
4717
  },
4718
- setup: (e) => b(mr, e)
4718
+ setup: (e) => b(fr, e)
4719
4719
  }), ou = y({
4720
4720
  props: {
4721
4721
  /**
@@ -4841,7 +4841,7 @@ const tu = () => {
4841
4841
  */
4842
4842
  onDataPointsSelected: Function
4843
4843
  },
4844
- setup: (e) => b(yr, e)
4844
+ setup: (e) => b(pr, e)
4845
4845
  }), uu = y({
4846
4846
  props: {
4847
4847
  /**
@@ -4856,7 +4856,7 @@ const tu = () => {
4856
4856
  */
4857
4857
  config: Object
4858
4858
  },
4859
- setup: (e) => b(br, e)
4859
+ setup: (e) => b(gr, e)
4860
4860
  }), lu = y({
4861
4861
  props: {
4862
4862
  /**
@@ -4901,10 +4901,10 @@ const tu = () => {
4901
4901
  */
4902
4902
  tabbersOptions: Object
4903
4903
  },
4904
- setup: (e) => b(Sr, e)
4904
+ setup: (e) => b(hr, e)
4905
4905
  });
4906
4906
  function eo(e) {
4907
- return Or.toDashboardProps(e);
4907
+ return mr.toDashboardProps(e);
4908
4908
  }
4909
4909
  const cu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4910
4910
  __proto__: null,
@@ -4921,24 +4921,24 @@ const cu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4921
4921
  removeFilters: ao,
4922
4922
  replaceFilter: so,
4923
4923
  replaceFilters: to
4924
- }, Symbol.toStringTag, { value: "Module" })), oo = (e) => H.toExecuteQueryParams(e), uo = (e) => H.toExecutePivotQueryParams(e);
4924
+ }, Symbol.toStringTag, { value: "Module" })), oo = (e) => W.toExecuteQueryParams(e), uo = (e) => W.toExecutePivotQueryParams(e);
4925
4925
  function lo(e) {
4926
- return H.toChartProps(e);
4926
+ return W.toChartProps(e);
4927
4927
  }
4928
4928
  function co(e) {
4929
- return H.toTableProps(e);
4929
+ return W.toTableProps(e);
4930
4930
  }
4931
4931
  function fo(e) {
4932
- return H.toPivotTableProps(e);
4932
+ return W.toPivotTableProps(e);
4933
4933
  }
4934
4934
  function po(e) {
4935
- return H.toChartWidgetProps(e);
4935
+ return W.toChartWidgetProps(e);
4936
4936
  }
4937
4937
  function go(e) {
4938
- return H.toPivotTableWidgetProps(e);
4938
+ return W.toPivotTableWidgetProps(e);
4939
4939
  }
4940
4940
  function ho(e) {
4941
- return H.toTextWidgetProps(e);
4941
+ return W.toTextWidgetProps(e);
4942
4942
  }
4943
4943
  const fu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4944
4944
  __proto__: null,
@@ -4975,18 +4975,18 @@ export {
4975
4975
  No as IndicatorChart,
4976
4976
  wo as LineChart,
4977
4977
  ko as MemberFilterTile,
4978
- Po as PieChart,
4979
- Ao as PivotTable,
4978
+ Do as PieChart,
4979
+ Fo as PivotTable,
4980
4980
  Eo as PolarChart,
4981
4981
  Uo as RelativeDateFilterTile,
4982
- Do as ScatterChart,
4982
+ Po as ScatterChart,
4983
4983
  $o as ScattermapChart,
4984
4984
  mu as SisenseContextProvider,
4985
4985
  Lo as SunburstChart,
4986
4986
  jo as Table,
4987
4987
  au as TableWidget,
4988
4988
  yu as ThemeProvider,
4989
- Fo as TreemapChart,
4989
+ Ao as TreemapChart,
4990
4990
  ou as Widget,
4991
4991
  iu as WidgetById,
4992
4992
  bu as boxWhiskerProcessResult,
@@ -4995,14 +4995,14 @@ export {
4995
4995
  Su as extractDimensionsAndMeasures,
4996
4996
  nu as useComposedDashboard,
4997
4997
  tu as useCustomWidgets,
4998
- Wo as useExecuteCsvQuery,
4999
- Go as useExecuteCustomWidgetQuery,
5000
- Ho as useExecuteQuery,
5001
- Ko as useExecuteQueryByWidgetId,
4998
+ Ko as useExecuteCsvQuery,
4999
+ zo as useExecuteCustomWidgetQuery,
5000
+ Wo as useExecuteQuery,
5001
+ Ho as useExecuteQueryByWidgetId,
5002
5002
  eu as useFetch,
5003
5003
  Jo as useGetDashboardModel,
5004
5004
  Qo as useGetDashboardModels,
5005
- zo as useGetFilterMembers,
5005
+ Go as useGetFilterMembers,
5006
5006
  Xo as useGetHierarchyModels,
5007
5007
  Yo as useGetSharedFormula,
5008
5008
  Zo as useGetWidgetModel,