@sisense/sdk-ui-vue 2.10.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 (62) hide show
  1. package/dist/ai.cjs +34 -34
  2. package/dist/ai.js +1885 -1411
  3. package/dist/index.cjs +1 -1
  4. package/dist/index.js +598 -530
  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 +178 -0
  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/index.d.ts +1 -0
  21. package/dist/packages/sdk-ui-vue/src/components/charts/indicator-chart.d.ts +1 -1
  22. package/dist/packages/sdk-ui-vue/src/components/charts/line-chart.d.ts +1 -1
  23. package/dist/packages/sdk-ui-vue/src/components/charts/pie-chart.d.ts +1 -1
  24. package/dist/packages/sdk-ui-vue/src/components/charts/pivot-table.d.ts +1 -1
  25. package/dist/packages/sdk-ui-vue/src/components/charts/polar-chart.d.ts +1 -1
  26. package/dist/packages/sdk-ui-vue/src/components/charts/scatter-chart.d.ts +1 -1
  27. package/dist/packages/sdk-ui-vue/src/components/charts/scattermap-chart.d.ts +1 -1
  28. package/dist/packages/sdk-ui-vue/src/components/charts/sunburst-chart.d.ts +1 -1
  29. package/dist/packages/sdk-ui-vue/src/components/charts/table.d.ts +1 -1
  30. package/dist/packages/sdk-ui-vue/src/components/charts/treemap-chart.d.ts +1 -1
  31. package/dist/packages/sdk-ui-vue/src/components/context-menu.d.ts +1 -1
  32. package/dist/packages/sdk-ui-vue/src/components/dashboard/dashboard-by-id.d.ts +1 -1
  33. package/dist/packages/sdk-ui-vue/src/components/dashboard/dashboard.d.ts +1 -1
  34. package/dist/packages/sdk-ui-vue/src/components/drilldown-breadcrumbs.d.ts +1 -1
  35. package/dist/packages/sdk-ui-vue/src/components/drilldown-widget.d.ts +1 -1
  36. package/dist/packages/sdk-ui-vue/src/components/filters/criteria-filter-tile.d.ts +1 -1
  37. package/dist/packages/sdk-ui-vue/src/components/filters/date-range-filter-tile.d.ts +1 -1
  38. package/dist/packages/sdk-ui-vue/src/components/filters/filter-tile.d.ts +1 -1
  39. package/dist/packages/sdk-ui-vue/src/components/filters/filters-panel.d.ts +1 -1
  40. package/dist/packages/sdk-ui-vue/src/components/filters/member-filter-tile.d.ts +1 -1
  41. package/dist/packages/sdk-ui-vue/src/components/filters/relative-date-filter-tile.d.ts +1 -1
  42. package/dist/packages/sdk-ui-vue/src/components/widgets/chart-widget.d.ts +1 -1
  43. package/dist/packages/sdk-ui-vue/src/components/widgets/table-widget.d.ts +1 -1
  44. package/dist/packages/sdk-ui-vue/src/components/widgets/widget-by-id.d.ts +1 -1
  45. package/dist/packages/sdk-ui-vue/src/components/widgets/widget.d.ts +1 -1
  46. package/dist/packages/sdk-ui-vue/src/composables/use-composed-dashboard.d.ts +2 -2
  47. package/dist/packages/sdk-ui-vue/src/composables/use-execute-csv-query.d.ts +1 -1
  48. package/dist/packages/sdk-ui-vue/src/composables/use-execute-custom-widget-query.d.ts +1 -1
  49. package/dist/packages/sdk-ui-vue/src/composables/use-get-dashboard-model.d.ts +1 -1
  50. package/dist/packages/sdk-ui-vue/src/composables/use-get-filter-members.d.ts +1 -1
  51. package/dist/packages/sdk-ui-vue/src/helpers/setup-helper.d.ts +1 -1
  52. package/dist/packages/sdk-ui-vue/src/providers/custom-widgets-provider/custom-widgets-context.d.ts +1 -1
  53. package/dist/packages/sdk-ui-vue/src/providers/sisense-context-provider/sisense-context-provider.d.ts +1 -1
  54. package/dist/packages/sdk-ui-vue/src/providers/sisense-context-provider/sisense-context.d.ts +1 -1
  55. package/dist/packages/sdk-ui-vue/src/providers/theme-provider/theme-context.d.ts +1 -1
  56. package/dist/packages/sdk-ui-vue/src/providers/theme-provider/theme-provider.d.ts +1 -1
  57. package/dist/packages/sdk-ui-vue/src/sdk-ui-core-exports.d.ts +1 -1
  58. package/dist/packages/sdk-ui-vue/src/utilities/widget-model-translator.d.ts +1 -1
  59. package/dist/{use-tracking-f167ee99.js → use-tracking-e4b7c524.js} +68638 -68090
  60. package/dist/use-tracking-ef56f405.cjs +1072 -0
  61. package/package.json +2 -2
  62. package/dist/use-tracking-8d4372fd.cjs +0 -1067
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 { 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
+ const vr = y({
5
5
  props: {
6
6
  /**
7
7
  * {@inheritDoc @sisense/sdk-ui!DrilldownBreadcrumbsProps.clearDrilldownSelections}
@@ -40,8 +40,8 @@ const Or = y({
40
40
  required: !0
41
41
  }
42
42
  },
43
- setup: (e, { slots: t }) => _t(gn, e, t, [])
44
- }), bo = y({
43
+ setup: (e, { slots: t }) => _t(cn, e, t, [])
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(dn, 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(fn, 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(pn, 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(gn, 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(hn, 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(mn, e)
446
+ }), Do = 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(yn, e)
513
+ }), Po = 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(bn, 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(Sn, e)
619
+ }), Fo = 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(On, e)
658
+ }), Ao = 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(vn, 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(xn, 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(Cn, 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(wn, 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(Dn, 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(Pn, 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(jn, 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(Fn, 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(An, 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(Ln, 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(En, 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(Nn, 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(Tn, 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(Rn, 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(Mn, 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,7 +1617,7 @@ function ve(e, t) {
1550
1617
  if (n)
1551
1618
  return n[r];
1552
1619
  }
1553
- function wr(e, t, n) {
1620
+ function Dr(e, t, n) {
1554
1621
  const r = ve(e, n);
1555
1622
  return r !== void 0 ? r : ve(t, n);
1556
1623
  }
@@ -1570,13 +1637,13 @@ var Pr = {
1570
1637
  "'": "&#39;",
1571
1638
  "/": "&#x2F;"
1572
1639
  };
1573
- function Dr(e) {
1640
+ function jr(e) {
1574
1641
  return typeof e == "string" ? e.replace(/[&<>"'\/]/g, (t) => Pr[t]) : e;
1575
1642
  }
1576
- const jr = [" ", ",", "?", "!", ";"];
1643
+ const Fr = [" ", ",", "?", "!", ";"];
1577
1644
  function Ar(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 = Fr.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("|")})`);
@@ -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);
@@ -1788,28 +1855,28 @@ class we extends Le {
1788
1855
  return s ? (f.res = C, f) : C;
1789
1856
  }
1790
1857
  if (i) {
1791
- const C = m === "[object Array]", F = C ? [] : {}, $ = C ? p : g;
1858
+ const C = m === "[object Array]", A = C ? [] : {}, $ = C ? p : g;
1792
1859
  for (const j in l)
1793
1860
  if (Object.prototype.hasOwnProperty.call(l, j)) {
1794
1861
  const ce = `${$}${i}${j}`;
1795
- F[j] = this.translate(ce, {
1862
+ A[j] = this.translate(ce, {
1796
1863
  ...n,
1797
1864
  joinArrays: !1,
1798
1865
  ns: o
1799
- }), F[j] === ce && (F[j] = l[j]);
1866
+ }), A[j] === ce && (A[j] = l[j]);
1800
1867
  }
1801
- l = F;
1868
+ l = A;
1802
1869
  }
1803
1870
  } else if (w && typeof x == "string" && m === "[object Array]")
1804
1871
  l = l.join(x), l && (l = this.extendTranslation(l, t, n, r));
1805
1872
  else {
1806
- let C = !1, F = !1;
1873
+ let C = !1, A = !1;
1807
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, {
1808
1875
  ordinal: !1
1809
1876
  }) : "", re = n[`defaultValue${ce}`] || n[`defaultValue${un}`] || n.defaultValue;
1810
- !this.isValidLookup(l) && j && (C = !0, l = re), this.isValidLookup(l) || (F = !0, l = a);
1811
- const ln = (n.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && F ? void 0 : l, se = j && re !== l && this.options.updateMissing;
1812
- 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) {
1813
1880
  if (this.logger.log(se ? "updateKey" : "missingKey", c, u, a, se ? re : l), i) {
1814
1881
  const L = this.resolve(a, {
1815
1882
  ...n,
@@ -1834,7 +1901,7 @@ class we extends Le {
1834
1901
  });
1835
1902
  }) : rt(ie, a, re));
1836
1903
  }
1837
- 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));
1838
1905
  }
1839
1906
  return s ? (f.res = l, f) : l;
1840
1907
  }
@@ -1902,15 +1969,15 @@ class we extends Le {
1902
1969
  else {
1903
1970
  let C;
1904
1971
  l && (C = this.pluralResolver.getSuffix(x, n.count, n));
1905
- const F = `${this.options.pluralSeparator}zero`, $ = `${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;
1906
- 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) {
1907
1974
  const j = `${d}${this.options.contextSeparator}${n.context}`;
1908
- 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));
1909
1976
  }
1910
1977
  }
1911
- let P;
1912
- for (; P = w.pop(); )
1913
- 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));
1914
1981
  }));
1915
1982
  });
1916
1983
  }), {
@@ -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 = Dr(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);
@@ -2914,32 +2981,32 @@ class oe extends Le {
2914
2981
  };
2915
2982
  }
2916
2983
  }
2917
- const D = oe.createInstance();
2918
- D.createInstance = oe.createInstance;
2919
- D.createInstance;
2920
- D.dir;
2921
- D.init;
2922
- D.loadResources;
2923
- D.reloadResources;
2924
- D.use;
2925
- D.changeLanguage;
2926
- D.getFixedT;
2927
- D.t;
2928
- D.exists;
2929
- D.setDefaultNamespace;
2930
- D.hasLoadedNamespace;
2931
- D.loadNamespaces;
2932
- D.loadLanguages;
2933
- const Ur = {
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
+ const qr = {
2934
3001
  error: "Error"
2935
- }, qr = {
3002
+ }, Vr = {
2936
3003
  error: "Помилка"
2937
- }, St = "common", Vr = {
2938
- en: Ur,
2939
- uk: qr
2940
- }, I = D.createInstance({
3004
+ }, St = "common", Wr = {
3005
+ en: qr,
3006
+ uk: Vr
3007
+ }, I = P.createInstance({
2941
3008
  defaultNS: St,
2942
- resources: Hr(Vr, St),
3009
+ resources: Kr(Wr, St),
2943
3010
  lng: "en",
2944
3011
  fallbackLng: "en"
2945
3012
  }), zt = {
@@ -2947,7 +3014,7 @@ const Ur = {
2947
3014
  initPromise: I.init().then(() => I)
2948
3015
  }, pe = /* @__PURE__ */ new Map();
2949
3016
  pe.set("common", zt);
2950
- const Wr = (e) => {
3017
+ const Hr = (e) => {
2951
3018
  if (pe.has(e.namespace))
2952
3019
  return pe.get(e.namespace);
2953
3020
  if (e.plugins)
@@ -2970,15 +3037,15 @@ 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 Kr(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 zr(e) {
2979
3046
  return e && e.replace(new RegExp("(?<!\\\\)'", "g"), "\\'");
2980
3047
  }
2981
- const zr = {
3048
+ const Gr = {
2982
3049
  errors: {
2983
3050
  measure: {
2984
3051
  unsupportedType: "Unsupported measure type",
@@ -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,19 +3097,19 @@ const zr = {
3030
3097
  },
3031
3098
  unsupportedDimensionalElement: "Непідтримуваний тип елемента"
3032
3099
  }
3033
- }, Jr = "sdkData", Qr = {
3034
- en: zr,
3035
- uk: Gr
3100
+ }, Qr = "sdkData", Yr = {
3101
+ en: Gr,
3102
+ uk: Jr
3036
3103
  };
3037
- function Yr() {
3038
- return Wr({
3039
- resource: Qr,
3104
+ function Zr() {
3105
+ return Hr({
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
3115
  function Gt(e, t) {
@@ -3054,22 +3121,22 @@ function Ee(e, 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;
3177
+ var fs = Function.prototype, ps = fs.toString;
3111
3178
  function G(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,51 +3188,51 @@ 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;
3197
+ var t = $n(e) ? Os : hs;
3131
3198
  return t.test(G(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 Ds() {
3145
3212
  this.__data__ = le ? le(null) : {}, this.size = 0;
3146
3213
  }
3147
3214
  function Ps(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__", Fs = Object.prototype, As = Fs.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
3225
  return As.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
3237
  function z(e) {
3171
3238
  var t = -1, n = e == null ? 0 : e.length;
@@ -3174,37 +3241,37 @@ function z(e) {
3174
3241
  this.set(r[0], r[1]);
3175
3242
  }
3176
3243
  }
3177
- z.prototype.clear = ws;
3244
+ z.prototype.clear = Ds;
3178
3245
  z.prototype.delete = Ps;
3179
- z.prototype.get = Fs;
3180
- z.prototype.has = Ns;
3181
- z.prototype.set = Rs;
3182
- function Ms() {
3246
+ z.prototype.get = Ls;
3247
+ z.prototype.has = Ts;
3248
+ z.prototype.set = Ms;
3249
+ function $s() {
3183
3250
  this.size = 0, this.__data__ = {
3184
3251
  hash: new z(),
3185
3252
  map: new (ue || k)(),
3186
3253
  string: new z()
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 Ws(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 Hs = 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 = Hs;
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 Ks = Object.prototype, zs = Ks.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
+ (!(zs.call(e, t) && Gt(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;
@@ -3275,45 +3342,45 @@ function Te(e, t, n, r) {
3275
3342
  }
3276
3343
  return n;
3277
3344
  }
3278
- function zs(e, t) {
3345
+ function Gs(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 In(e) ? _n(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, Dt = Object.getOwnPropertySymbols, ai = Dt ? function(e) {
3394
+ return e == null ? [] : (e = Object(e), ri(Dt(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,94 +3404,93 @@ 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 = kn(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");
3364
- const Ke = gi;
3365
- var hi = J(U, "Set");
3366
- const ze = hi;
3367
- var mi = J(U, "WeakMap");
3368
- 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) : "";
3428
+ var gi = J(U, "DataView");
3429
+ const He = gi;
3430
+ var hi = J(U, "Promise");
3431
+ const Ke = hi;
3432
+ var mi = J(U, "Set");
3433
+ const ze = mi;
3434
+ var yi = J(U, "WeakMap");
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) : "";
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 Pt;
3380
3445
  case vi:
3381
- return At;
3446
+ return jt;
3382
3447
  case xi:
3383
3448
  return Ft;
3449
+ case Ci:
3450
+ return At;
3384
3451
  }
3385
3452
  return t;
3386
3453
  });
3387
3454
  const tt = H;
3388
- var Ci = Object.prototype, wi = Ci.hasOwnProperty;
3455
+ var wi = Object.prototype, Di = wi.hasOwnProperty;
3389
3456
  function Pi(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" && Di.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 Fi(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
3470
  var Ai = /\w*$/;
3404
- function Fi(e) {
3471
+ function Li(e) {
3405
3472
  var t = new e.constructor(e.source, Ai.exec(e));
3406
3473
  return t.lastIndex = e.lastIndex, t;
3407
3474
  }
3408
- var Nt = ot ? ot.prototype : void 0, Tt = Nt ? Nt.valueOf : void 0;
3409
- function Li(e) {
3475
+ var Nt = at ? at.prototype : void 0, Tt = Nt ? Nt.valueOf : void 0;
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]", 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
+ 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 Fi(e, n);
3428
3494
  case Vi:
3429
3495
  case Wi:
3430
3496
  case Hi:
@@ -3433,21 +3499,22 @@ function Yi(e, t, n) {
3433
3499
  case Gi:
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,27 +3527,27 @@ 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]", 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
+ 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))
@@ -3488,45 +3555,45 @@ function ge(e, t, n, r, s, i) {
3488
3555
  var d = Bt(e);
3489
3556
  if (d) {
3490
3557
  if (a = Pi(e), !o)
3491
- return ti(e, a);
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 (Bn(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, Gs(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 Ws(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,32 +3749,32 @@ 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" ? `'${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);
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 Wa(e) {
3708
3775
  return e && e.__serializable === "MembersFilter";
3709
3776
  }
3710
- function Wa(e) {
3777
+ function Ha(e) {
3711
3778
  return e && e.__serializable === "CascadingFilter";
3712
3779
  }
3713
3780
  const K = (e) => {
@@ -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), Ka = {
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
+ Ka.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,16 +3868,16 @@ 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 && (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));
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 za(e) {
3810
3877
  return "config" in e && "guid" in e.config;
3811
3878
  }
3812
- b.TextAttribute, b.NumericAttribute, b.DateLevel;
3813
- const qo = (e) => {
3879
+ S.TextAttribute, S.NumericAttribute, S.DateLevel;
3880
+ const Wo = (e) => {
3814
3881
  const [t, n] = q(Wt, {
3815
3882
  isLoading: !0,
3816
3883
  isError: !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 Un(
3838
3905
  {
3839
3906
  dataSource: a,
3840
3907
  dimensions: o,
@@ -3854,15 +3921,15 @@ const qo = (e) => {
3854
3921
  n({ type: "error", error: a });
3855
3922
  }
3856
3923
  };
3857
- return T(
3858
- [...R(e), r],
3924
+ return R(
3925
+ [...T(e), r],
3859
3926
  () => {
3860
3927
  const { app: i } = r.value, { enabled: a } = O(e);
3861
3928
  !i || !(a === void 0 || a === !0) || s(i);
3862
3929
  },
3863
3930
  { immediate: !0 }
3864
- ), A(t.value);
3865
- }, Vo = (e) => {
3931
+ ), F(t.value);
3932
+ }, Ho = (e) => {
3866
3933
  const t = B(void 0), n = B(void 0);
3867
3934
  M("useExecuteQueryByWidgetId");
3868
3935
  const [r, s] = q(Wt, {
@@ -3879,7 +3946,7 @@ const qo = (e) => {
3879
3946
  data: f,
3880
3947
  query: l,
3881
3948
  pivotQuery: g
3882
- } = await Hn({
3949
+ } = await qn({
3883
3950
  ...c,
3884
3951
  filters: d,
3885
3952
  app: o
@@ -3889,22 +3956,22 @@ const qo = (e) => {
3889
3956
  s({ type: "error", error: u });
3890
3957
  }
3891
3958
  };
3892
- return T(
3893
- [...R(e), i],
3959
+ return R(
3960
+ [...T(e), i],
3894
3961
  () => {
3895
3962
  const { app: o } = i.value, { enabled: u } = O(e);
3896
3963
  !o || !(u === void 0 || u === !0) || a(o);
3897
3964
  },
3898
3965
  { immediate: !0 }
3899
3966
  ), {
3900
- ...A(r.value),
3967
+ ...F(r.value),
3901
3968
  query: t,
3902
3969
  pivotQuery: n
3903
3970
  };
3904
- }, Wo = (e) => {
3971
+ }, Ko = (e) => {
3905
3972
  M("useExecuteCsvQuery");
3906
- const t = new je(Kn, [
3907
- Ae()
3973
+ const t = new Pe(Vn, [
3974
+ je()
3908
3975
  ]), [n, r] = Fe({
3909
3976
  isLoading: !0,
3910
3977
  isError: !1,
@@ -3915,15 +3982,15 @@ const qo = (e) => {
3915
3982
  });
3916
3983
  return t.subscribe((s) => {
3917
3984
  r(s);
3918
- }), t.run(O(e)), T([...R(e)], () => {
3985
+ }), t.run(O(e)), R([...T(e)], () => {
3919
3986
  t.run(O(e));
3920
- }), Pe(() => {
3987
+ }), Ae(() => {
3921
3988
  t.destroy();
3922
- }), A(n.value);
3923
- }, Ho = (e) => {
3989
+ }), F(n.value);
3990
+ }, zo = (e) => {
3924
3991
  M("useExecuteCustomWidgetQuery");
3925
- const t = new je(zn, [
3926
- Ae()
3992
+ const t = new Pe(Wn, [
3993
+ je()
3927
3994
  ]), [n, r] = Fe({
3928
3995
  data: void 0,
3929
3996
  isLoading: !0,
@@ -3934,17 +4001,17 @@ const qo = (e) => {
3934
4001
  });
3935
4002
  return t.subscribe((s) => {
3936
4003
  r(s);
3937
- }), t.run(O(e)), T([...R(e)], () => {
4004
+ }), t.run(O(e)), R([...T(e)], () => {
3938
4005
  t.run(O(e));
3939
- }), Pe(() => {
4006
+ }), Ae(() => {
3940
4007
  t.destroy();
3941
- }), A(n.value);
3942
- }, Ko = (e) => {
4008
+ }), F(n.value);
4009
+ }, Go = (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
+ ...Wa(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 Pe(Hn, [je()]), [i, a] = Fe({
3957
4024
  isLoading: !0,
3958
4025
  isError: !1,
3959
4026
  isSuccess: !1,
@@ -3963,12 +4030,12 @@ const qo = (e) => {
3963
4030
  });
3964
4031
  return s.subscribe((o) => {
3965
4032
  a(o);
3966
- }), s.run(O(e)), T([...R(e)], () => {
4033
+ }), s.run(O(e)), R([...T(e)], () => {
3967
4034
  s.run(O(e));
3968
- }), Pe(() => {
4035
+ }), Ae(() => {
3969
4036
  s.destroy();
3970
- }), A(i.value);
3971
- }, zo = (e) => {
4037
+ }), F(i.value);
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 zn(a.httpClient, o, {
3984
4051
  includeWidgets: u,
3985
4052
  includeFilters: c
3986
4053
  });
@@ -3989,17 +4056,17 @@ const qo = (e) => {
3989
4056
  n({ type: "error", error: o });
3990
4057
  }
3991
4058
  };
3992
- T(
3993
- [...R(e), r],
4059
+ R(
4060
+ [...T(e), r],
3994
4061
  () => {
3995
4062
  const { app: a } = r.value, { enabled: o } = O(e);
3996
4063
  !a || !(o === void 0 || o === !0) || s(a);
3997
4064
  },
3998
4065
  { immediate: !0 }
3999
4066
  );
4000
- const i = A(t.value);
4001
- return A(Jn(i));
4002
- }, Go = (e) => {
4067
+ const i = F(t.value);
4068
+ return F(Kn(i));
4069
+ }, Qo = (e) => {
4003
4070
  M("useGetDashboardModels");
4004
4071
  const [t, n] = q(X, {
4005
4072
  isLoading: !0,
@@ -4011,23 +4078,23 @@ 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 Jn(a.httpClient, o);
4015
4082
  n({ type: "success", data: u });
4016
4083
  } catch (o) {
4017
4084
  n({ type: "error", error: o });
4018
4085
  }
4019
4086
  };
4020
- T(
4021
- [...R(e), r],
4087
+ R(
4088
+ [...T(e), r],
4022
4089
  () => {
4023
4090
  const { app: a } = r.value, { enabled: o } = O(e);
4024
4091
  !a || !(o === void 0 || o === !0) || s(a);
4025
4092
  },
4026
4093
  { immediate: !0 }
4027
4094
  );
4028
- const i = A(t.value);
4029
- return A(Yn(i));
4030
- }, Jo = (e) => {
4095
+ const i = F(t.value);
4096
+ return F(Gn(i));
4097
+ }, Yo = (e) => {
4031
4098
  M("useGetSharedFormula");
4032
4099
  const [t, n] = q(X, {
4033
4100
  isLoading: !0,
@@ -4040,25 +4107,25 @@ 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 = Yn(c, a) : u && o && (d = Zn(u, o, a)), d.then((f) => {
4044
4111
  n({ type: "success", data: f });
4045
4112
  }).catch((f) => {
4046
4113
  n({ type: "error", error: f });
4047
4114
  });
4048
4115
  };
4049
- T(
4050
- [...R(e), r],
4116
+ R(
4117
+ [...T(e), r],
4051
4118
  () => {
4052
4119
  const { app: a } = r.value, { enabled: o } = O(e);
4053
4120
  !a || !(o === void 0 || o === !0) || s(a);
4054
4121
  },
4055
4122
  { immediate: !0 }
4056
4123
  );
4057
- const i = A(t.value);
4058
- return A(
4059
- Xn(i)
4124
+ const i = F(t.value);
4125
+ return F(
4126
+ Qn(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,21 +4137,21 @@ 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 Xn(i.httpClient, a, o);
4074
4141
  n({ type: "success", data: u });
4075
4142
  } catch (a) {
4076
4143
  n({ type: "error", error: a });
4077
4144
  }
4078
4145
  };
4079
- return T(
4080
- [...R(e), r],
4146
+ return R(
4147
+ [...T(e), r],
4081
4148
  () => {
4082
4149
  const { app: i } = r.value, { enabled: a } = O(e);
4083
4150
  !i || !(a === void 0 || a === !0) || s(i);
4084
4151
  },
4085
4152
  { immediate: !0 }
4086
- ), A(t.value);
4087
- }, Yo = (e) => {
4153
+ ), F(t.value);
4154
+ }, Xo = (e) => {
4088
4155
  M("useGetHierarchyModels");
4089
4156
  const [t, n] = q(X, {
4090
4157
  isLoading: !0,
@@ -4096,21 +4163,21 @@ 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 er(i.httpClient, O(e));
4100
4167
  n({ type: "success", data: a });
4101
4168
  } catch (a) {
4102
4169
  n({ type: "error", error: a });
4103
4170
  }
4104
4171
  };
4105
- return T(
4106
- [...R(e), r],
4172
+ return R(
4173
+ [...T(e), r],
4107
4174
  () => {
4108
4175
  const { app: i } = r.value, { enabled: a } = O(e);
4109
4176
  !i || !(a === void 0 || a === !0) || s(i);
4110
4177
  },
4111
4178
  { immediate: !0 }
4112
- ), A(t.value);
4113
- }, Zo = (e, t, n) => {
4179
+ ), F(t.value);
4180
+ }, eu = (e, t, n) => {
4114
4181
  const [r, s] = q(X, {
4115
4182
  isLoading: !0,
4116
4183
  isError: !1,
@@ -4134,19 +4201,19 @@ const qo = (e) => {
4134
4201
  s({ type: "error", error: u });
4135
4202
  }
4136
4203
  };
4137
- return T(
4138
- [...R(e, t, n), i],
4204
+ return R(
4205
+ [...T(e, t, n), i],
4139
4206
  () => {
4140
4207
  const { app: o } = i.value, u = O(n || {}).enabled;
4141
4208
  !o || !(u === void 0 || u === !0) || a(o.httpClient);
4142
4209
  },
4143
4210
  { immediate: !0 }
4144
- ), A(r.value);
4211
+ ), F(r.value);
4145
4212
  };
4146
- function za(e, t) {
4213
+ function Ga(e, t) {
4147
4214
  const n = document.createElement("div");
4148
4215
  n.style.width = "100%", n.style.height = "100%";
4149
- const r = cn(e, t);
4216
+ const r = yr(e, t);
4150
4217
  return r.mount(n), {
4151
4218
  element: n,
4152
4219
  app: r,
@@ -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 = tr();
4160
4227
  return {
4161
4228
  /**
4162
4229
  * Registers a new custom widget.
@@ -4166,8 +4233,8 @@ const Xo = () => {
4166
4233
  */
4167
4234
  registerCustomWidget: (t, n) => {
4168
4235
  const r = (s) => {
4169
- const i = za(n, s);
4170
- return ir(
4236
+ const i = Ga(n, s);
4237
+ return nr(
4171
4238
  i.element,
4172
4239
  () => i.destroy()
4173
4240
  );
@@ -4185,25 +4252,25 @@ 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, [
4191
- Ae()
4257
+ const n = new Pe(rr, [
4258
+ je()
4192
4259
  ]), [r, s] = Fe(O(e));
4193
4260
  n.subscribe(({ dashboard: o }) => {
4194
4261
  s(o);
4195
- }), n.run(O(e), t), T([...R(e)], () => {
4262
+ }), n.run(O(e), t), R([...T(e)], () => {
4196
4263
  n.run(O(e), t);
4197
- }), Pe(() => {
4264
+ }), Ae(() => {
4198
4265
  n.destroy();
4199
4266
  });
4200
- const i = ut(n, "setFilters"), a = ut(n, "setWidgetsLayout");
4267
+ const i = ot(n, "setFilters"), a = ot(n, "setWidgetsLayout");
4201
4268
  return {
4202
4269
  dashboard: r,
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(sr, e, t, [])
4292
+ }), Qa = ({
4226
4293
  drilldownPaths: e,
4227
4294
  initialDimension: t
4228
4295
  }) => {
@@ -4231,23 +4298,23 @@ const Xo = () => {
4231
4298
  "Initial dimension has to be specified to use drilldown with custom components"
4232
4299
  );
4233
4300
  const n = B([]), r = B(), s = B([]), i = B([]), a = We(() => [
4234
- ur(t),
4301
+ ir(t),
4235
4302
  ...n.value.map(({ nextDimension: l }) => l)
4236
4303
  ]), o = We(
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
- (h) => !lt(h, m)
4308
+ (h) => !ut(h, m)
4242
4309
  );
4243
4310
  }
4244
4311
  const p = l;
4245
4312
  return a.value.every(
4246
- (m, h) => lt(m, p.levels[h])
4313
+ (m, h) => ut(m, p.levels[h])
4247
4314
  );
4248
4315
  })
4249
4316
  ), u = (l, g, p) => {
4250
- n.value = lr(
4317
+ n.value = ar(
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 = or(
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,11 +4378,11 @@ 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
- 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([]), {
4319
4386
  drilldownFilters: o,
4320
4387
  // computed
4321
4388
  drilldownDimension: u,
@@ -4327,40 +4394,40 @@ 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
- }), p = (P) => {
4334
- f(a.value, P);
4400
+ }), p = (D) => {
4401
+ f(a.value, D);
4335
4402
  }, m = We(() => {
4336
- const P = (C) => C === "drilldown.drillMenuItem" ? "Drill" : C;
4403
+ const D = (C) => C === "drilldown.drillMenuItem" ? "Drill" : C;
4337
4404
  return [
4338
- dr(a.value, u.value),
4339
- fr(
4405
+ ur(a.value, u.value),
4406
+ lr(
4340
4407
  d.value,
4341
4408
  u.value,
4342
4409
  p,
4343
- P
4410
+ D
4344
4411
  )
4345
4412
  ];
4346
- }), h = (P) => {
4347
- i.value = P;
4348
- }, x = (P) => {
4349
- a.value = P;
4413
+ }), h = (D) => {
4414
+ i.value = D;
4415
+ }, x = (D) => {
4416
+ a.value = D;
4350
4417
  }, w = () => {
4351
4418
  i.value = null;
4352
4419
  };
4353
- return (P, C) => (dn(), fn("div", Ya, [
4354
- Re(P.$slots, "contextMenu", {
4420
+ return (D, C) => (br(), Sr("div", Za, [
4421
+ Re(D.$slots, "contextMenu", {
4355
4422
  contextMenuProps: { position: i.value, itemSections: m.value, closeContextMenu: w }
4356
4423
  }, () => [
4357
- at(E(Ga), {
4424
+ lt(E(Ja), {
4358
4425
  position: i.value,
4359
4426
  itemSections: m.value,
4360
4427
  closeContextMenu: w
4361
4428
  }, null, 8, ["position", "itemSections"])
4362
4429
  ]),
4363
- Re(P.$slots, "breadcrumbs", {
4430
+ Re(D.$slots, "breadcrumbs", {
4364
4431
  drilldownBreadcrumbsProps: {
4365
4432
  clearDrilldownSelections: E(g),
4366
4433
  sliceDrilldownSelections: E(l),
@@ -4368,15 +4435,15 @@ const Xo = () => {
4368
4435
  drilldownDimension: E(u)
4369
4436
  }
4370
4437
  }, () => [
4371
- at(E(Or), {
4438
+ lt(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, [
4379
- Re(P.$slots, "chart", {
4445
+ Or("div", Xa, [
4446
+ Re(D.$slots, "chart", {
4380
4447
  drilldownFilters: E(o),
4381
4448
  drilldownDimension: E(u),
4382
4449
  onDataPointsSelected: x,
@@ -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(cr, 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(dr, 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(fr, 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(pr, 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(gr, 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(hr, e)
4838
4905
  });
4839
- function Xa(e) {
4840
- return Sr.toDashboardProps(e);
4906
+ function eo(e) {
4907
+ return mr.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) {
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) => W.toExecuteQueryParams(e), uo = (e) => W.toExecutePivotQueryParams(e);
4925
+ function lo(e) {
4859
4926
  return W.toChartProps(e);
4860
4927
  }
4861
- function lo(e) {
4928
+ function co(e) {
4862
4929
  return W.toTableProps(e);
4863
4930
  }
4864
- function co(e) {
4931
+ function fo(e) {
4865
4932
  return W.toPivotTableProps(e);
4866
4933
  }
4867
- function fo(e) {
4934
+ function po(e) {
4868
4935
  return W.toChartWidgetProps(e);
4869
4936
  }
4870
- function po(e) {
4937
+ function go(e) {
4871
4938
  return W.toPivotTableWidgetProps(e);
4872
4939
  }
4873
- function go(e) {
4940
+ function ho(e) {
4874
4941
  return W.toTextWidgetProps(e);
4875
4942
  }
4876
- const cu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
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,
4930
- 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
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
+ Do as PieChart,
4979
+ Fo as PivotTable,
4980
+ Eo as PolarChart,
4981
+ Uo as RelativeDateFilterTile,
4982
+ Po 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
+ Ao 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,
4998
+ Ko as useExecuteCsvQuery,
4999
+ zo as useExecuteCustomWidgetQuery,
5000
+ Wo as useExecuteQuery,
5001
+ Ho as useExecuteQueryByWidgetId,
5002
+ eu as useFetch,
5003
+ Jo as useGetDashboardModel,
5004
+ Qo as useGetDashboardModels,
5005
+ Go as useGetFilterMembers,
5006
+ Xo as useGetHierarchyModels,
5007
+ Yo as useGetSharedFormula,
5008
+ Zo as useGetWidgetModel,
5009
+ fu as widgetModelTranslator
4942
5010
  };