@sisense/sdk-ui-vue 2.30.0 → 2.31.1

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 (134) hide show
  1. package/dist/ai.cjs +1 -1
  2. package/dist/ai.d.ts +1 -1
  3. package/dist/ai.js +1 -1
  4. package/dist/index.cjs +1 -1
  5. package/dist/index.d.ts +1 -1
  6. package/dist/index.js +171 -164
  7. package/dist/{packages/sdk-ui-vue/src → src}/components/dashboard/dashboard-by-id.d.ts +16 -3
  8. package/dist/{packages/sdk-ui-vue/src → src}/components/dashboard/dashboard.d.ts +21 -3
  9. package/dist/{packages/sdk-ui-vue/src → src}/components/widgets/chart-widget.d.ts +6 -6
  10. package/dist/{packages/sdk-ui-vue/src → src}/components/widgets/widget.d.ts +26 -19
  11. package/dist/{packages/sdk-ui-vue/src → src}/composables/index.d.ts +1 -1
  12. package/dist/{packages/sdk-ui-vue/src → src}/composables/use-composed-dashboard.d.ts +6 -2
  13. package/dist/{packages/sdk-ui-vue/src → src}/composables/use-jtd-widget.d.ts +28 -1
  14. package/dist/{packages/sdk-ui-vue/src → src}/providers/sisense-context-provider/sisense-context-provider.d.ts +2 -2
  15. package/dist/{packages/sdk-ui-vue/src → src}/sdk-ui-core-exports.d.ts +1 -1
  16. package/dist/translations/de-de.d.ts +1 -1
  17. package/dist/translations/en-us.d.ts +1 -1
  18. package/dist/translations/es-ar.d.ts +1 -1
  19. package/dist/translations/es-es.d.ts +1 -1
  20. package/dist/translations/fr-fr.d.ts +1 -1
  21. package/dist/translations/it-it.d.ts +1 -1
  22. package/dist/translations/ja-jp.d.ts +1 -1
  23. package/dist/translations/ko-kr.d.ts +1 -1
  24. package/dist/translations/nl-nl.d.ts +1 -1
  25. package/dist/translations/pt-br.d.ts +1 -1
  26. package/dist/translations/ru-ru.d.ts +1 -1
  27. package/dist/translations/tr-tr.d.ts +1 -1
  28. package/dist/translations/zh-cn.d.ts +1 -1
  29. package/dist/{use-tracking-b2365036.js → use-tracking-1cbd274b.js} +171 -156
  30. package/dist/use-tracking-94bc9fc5.cjs +1 -0
  31. package/package.json +12 -13
  32. package/dist/use-tracking-a5140061.cjs +0 -1
  33. /package/dist/{packages/sdk-ui-vue/src → src}/ai/components/chatbot.d.ts +0 -0
  34. /package/dist/{packages/sdk-ui-vue/src → src}/ai/components/get-nlg-insights.d.ts +0 -0
  35. /package/dist/{packages/sdk-ui-vue/src → src}/ai/components/index.d.ts +0 -0
  36. /package/dist/{packages/sdk-ui-vue/src → src}/ai/composables/index.d.ts +0 -0
  37. /package/dist/{packages/sdk-ui-vue/src → src}/ai/composables/use-get-nlg-insights.d.ts +0 -0
  38. /package/dist/{packages/sdk-ui-vue/src → src}/ai/composables/use-get-nlq-result.d.ts +0 -0
  39. /package/dist/{packages/sdk-ui-vue/src → src}/ai/composables/use-get-query-recommendations.d.ts +0 -0
  40. /package/dist/{packages/sdk-ui-vue/src → src}/ai/helpers/context-connectors/ai-context-connector.d.ts +0 -0
  41. /package/dist/{packages/sdk-ui-vue/src → src}/ai/helpers/context-connectors/index.d.ts +0 -0
  42. /package/dist/{packages/sdk-ui-vue/src → src}/ai/index.d.ts +0 -0
  43. /package/dist/{packages/sdk-ui-vue/src → src}/ai/providers/ai-context-provider/ai-context-provider.d.ts +0 -0
  44. /package/dist/{packages/sdk-ui-vue/src → src}/ai/providers/ai-context-provider/ai-context.d.ts +0 -0
  45. /package/dist/{packages/sdk-ui-vue/src → src}/ai/providers/ai-context-provider/index.d.ts +0 -0
  46. /package/dist/{packages/sdk-ui-vue/src → src}/ai/providers/index.d.ts +0 -0
  47. /package/dist/{packages/sdk-ui-vue/src → src}/ai/sdk-ui-core-exports.d.ts +0 -0
  48. /package/dist/{packages/sdk-ui-vue/src → src}/components/charts/area-chart.d.ts +0 -0
  49. /package/dist/{packages/sdk-ui-vue/src → src}/components/charts/area-range-chart.d.ts +0 -0
  50. /package/dist/{packages/sdk-ui-vue/src → src}/components/charts/areamap-chart.d.ts +0 -0
  51. /package/dist/{packages/sdk-ui-vue/src → src}/components/charts/bar-chart.d.ts +0 -0
  52. /package/dist/{packages/sdk-ui-vue/src → src}/components/charts/boxplot-chart.d.ts +0 -0
  53. /package/dist/{packages/sdk-ui-vue/src → src}/components/charts/calendar-heatmap-chart.d.ts +0 -0
  54. /package/dist/{packages/sdk-ui-vue/src → src}/components/charts/chart.d.ts +0 -0
  55. /package/dist/{packages/sdk-ui-vue/src → src}/components/charts/column-chart.d.ts +0 -0
  56. /package/dist/{packages/sdk-ui-vue/src → src}/components/charts/funnel-chart.d.ts +0 -0
  57. /package/dist/{packages/sdk-ui-vue/src → src}/components/charts/index.d.ts +0 -0
  58. /package/dist/{packages/sdk-ui-vue/src → src}/components/charts/indicator-chart.d.ts +0 -0
  59. /package/dist/{packages/sdk-ui-vue/src → src}/components/charts/line-chart.d.ts +0 -0
  60. /package/dist/{packages/sdk-ui-vue/src → src}/components/charts/pie-chart.d.ts +0 -0
  61. /package/dist/{packages/sdk-ui-vue/src → src}/components/charts/pivot-table.d.ts +0 -0
  62. /package/dist/{packages/sdk-ui-vue/src → src}/components/charts/polar-chart.d.ts +0 -0
  63. /package/dist/{packages/sdk-ui-vue/src → src}/components/charts/scatter-chart.d.ts +0 -0
  64. /package/dist/{packages/sdk-ui-vue/src → src}/components/charts/scattermap-chart.d.ts +0 -0
  65. /package/dist/{packages/sdk-ui-vue/src → src}/components/charts/streamgraph-chart.d.ts +0 -0
  66. /package/dist/{packages/sdk-ui-vue/src → src}/components/charts/sunburst-chart.d.ts +0 -0
  67. /package/dist/{packages/sdk-ui-vue/src → src}/components/charts/table.d.ts +0 -0
  68. /package/dist/{packages/sdk-ui-vue/src → src}/components/charts/treemap-chart.d.ts +0 -0
  69. /package/dist/{packages/sdk-ui-vue/src → src}/components/context-menu.d.ts +0 -0
  70. /package/dist/{packages/sdk-ui-vue/src → src}/components/dashboard/index.d.ts +0 -0
  71. /package/dist/{packages/sdk-ui-vue/src → src}/components/drilldown-breadcrumbs.d.ts +0 -0
  72. /package/dist/{packages/sdk-ui-vue/src → src}/components/drilldown-widget.d.ts +0 -0
  73. /package/dist/{packages/sdk-ui-vue/src → src}/components/drilldown-widget.vue.d.ts +0 -0
  74. /package/dist/{packages/sdk-ui-vue/src → src}/components/filters/criteria-filter-tile.d.ts +0 -0
  75. /package/dist/{packages/sdk-ui-vue/src → src}/components/filters/date-range-filter-tile.d.ts +0 -0
  76. /package/dist/{packages/sdk-ui-vue/src → src}/components/filters/filter-tile.d.ts +0 -0
  77. /package/dist/{packages/sdk-ui-vue/src → src}/components/filters/filters-panel.d.ts +0 -0
  78. /package/dist/{packages/sdk-ui-vue/src → src}/components/filters/index.d.ts +0 -0
  79. /package/dist/{packages/sdk-ui-vue/src → src}/components/filters/member-filter-tile.d.ts +0 -0
  80. /package/dist/{packages/sdk-ui-vue/src → src}/components/widgets/index.d.ts +0 -0
  81. /package/dist/{packages/sdk-ui-vue/src → src}/components/widgets/widget-by-id.d.ts +0 -0
  82. /package/dist/{packages/sdk-ui-vue/src → src}/composables/use-custom-widgets.d.ts +0 -0
  83. /package/dist/{packages/sdk-ui-vue/src → src}/composables/use-execute-csv-query.d.ts +0 -0
  84. /package/dist/{packages/sdk-ui-vue/src → src}/composables/use-execute-custom-widget-query.d.ts +0 -0
  85. /package/dist/{packages/sdk-ui-vue/src → src}/composables/use-execute-pivot-query.d.ts +0 -0
  86. /package/dist/{packages/sdk-ui-vue/src → src}/composables/use-execute-query-by-widget-id.d.ts +0 -0
  87. /package/dist/{packages/sdk-ui-vue/src → src}/composables/use-execute-query.d.ts +0 -0
  88. /package/dist/{packages/sdk-ui-vue/src → src}/composables/use-fetch.d.ts +0 -0
  89. /package/dist/{packages/sdk-ui-vue/src → src}/composables/use-get-dashboard-model.d.ts +0 -0
  90. /package/dist/{packages/sdk-ui-vue/src → src}/composables/use-get-dashboard-models.d.ts +0 -0
  91. /package/dist/{packages/sdk-ui-vue/src → src}/composables/use-get-data-source-dimensions.d.ts +0 -0
  92. /package/dist/{packages/sdk-ui-vue/src → src}/composables/use-get-filter-members.d.ts +0 -0
  93. /package/dist/{packages/sdk-ui-vue/src → src}/composables/use-get-hierarchy-models.d.ts +0 -0
  94. /package/dist/{packages/sdk-ui-vue/src → src}/composables/use-get-shared-formula.d.ts +0 -0
  95. /package/dist/{packages/sdk-ui-vue/src → src}/composables/use-get-widget-model.d.ts +0 -0
  96. /package/dist/{packages/sdk-ui-vue/src → src}/composables/use-tracking.d.ts +0 -0
  97. /package/dist/{packages/sdk-ui-vue/src → src}/helpers/context-connectors/custom-widgets-context-connector.d.ts +0 -0
  98. /package/dist/{packages/sdk-ui-vue/src → src}/helpers/context-connectors/index.d.ts +0 -0
  99. /package/dist/{packages/sdk-ui-vue/src → src}/helpers/context-connectors/plugin-context-connector.d.ts +0 -0
  100. /package/dist/{packages/sdk-ui-vue/src → src}/helpers/context-connectors/sisense-context-connector.d.ts +0 -0
  101. /package/dist/{packages/sdk-ui-vue/src → src}/helpers/context-connectors/theme-context-connector.d.ts +0 -0
  102. /package/dist/{packages/sdk-ui-vue/src → src}/helpers/setup-helper.d.ts +0 -0
  103. /package/dist/{packages/sdk-ui-vue/src → src}/helpers/use-reducer.d.ts +0 -0
  104. /package/dist/{packages/sdk-ui-vue/src → src}/helpers/use-ref-state.d.ts +0 -0
  105. /package/dist/{packages/sdk-ui-vue/src → src}/helpers/vue-component-adapter.d.ts +0 -0
  106. /package/dist/{packages/sdk-ui-vue/src → src}/lib.d.ts +0 -0
  107. /package/dist/{packages/sdk-ui-vue/src → src}/providers/custom-widgets-provider/custom-widgets-context.d.ts +0 -0
  108. /package/dist/{packages/sdk-ui-vue/src → src}/providers/custom-widgets-provider/custom-widgets-provider.d.ts +0 -0
  109. /package/dist/{packages/sdk-ui-vue/src → src}/providers/custom-widgets-provider/index.d.ts +0 -0
  110. /package/dist/{packages/sdk-ui-vue/src → src}/providers/index.d.ts +0 -0
  111. /package/dist/{packages/sdk-ui-vue/src → src}/providers/sisense-context-provider/index.d.ts +0 -0
  112. /package/dist/{packages/sdk-ui-vue/src → src}/providers/theme-provider/index.d.ts +0 -0
  113. /package/dist/{packages/sdk-ui-vue/src → src}/providers/theme-provider/theme-context.d.ts +0 -0
  114. /package/dist/{packages/sdk-ui-vue/src → src}/providers/theme-provider/theme-provider.d.ts +0 -0
  115. /package/dist/{packages/sdk-ui-vue/src → src}/translation/__external__/de-de.d.ts +0 -0
  116. /package/dist/{packages/sdk-ui-vue/src → src}/translation/__external__/en-us.d.ts +0 -0
  117. /package/dist/{packages/sdk-ui-vue/src → src}/translation/__external__/es-ar.d.ts +0 -0
  118. /package/dist/{packages/sdk-ui-vue/src → src}/translation/__external__/es-es.d.ts +0 -0
  119. /package/dist/{packages/sdk-ui-vue/src → src}/translation/__external__/fr-fr.d.ts +0 -0
  120. /package/dist/{packages/sdk-ui-vue/src → src}/translation/__external__/it-it.d.ts +0 -0
  121. /package/dist/{packages/sdk-ui-vue/src → src}/translation/__external__/ja-jp.d.ts +0 -0
  122. /package/dist/{packages/sdk-ui-vue/src → src}/translation/__external__/ko-kr.d.ts +0 -0
  123. /package/dist/{packages/sdk-ui-vue/src → src}/translation/__external__/nl-nl.d.ts +0 -0
  124. /package/dist/{packages/sdk-ui-vue/src → src}/translation/__external__/pt-br.d.ts +0 -0
  125. /package/dist/{packages/sdk-ui-vue/src → src}/translation/__external__/ru-ru.d.ts +0 -0
  126. /package/dist/{packages/sdk-ui-vue/src → src}/translation/__external__/tr-tr.d.ts +0 -0
  127. /package/dist/{packages/sdk-ui-vue/src → src}/translation/__external__/zh-cn.d.ts +0 -0
  128. /package/dist/{packages/sdk-ui-vue/src → src}/types/index.d.ts +0 -0
  129. /package/dist/{packages/sdk-ui-vue/src → src}/types/maybe-ref.d.ts +0 -0
  130. /package/dist/{packages/sdk-ui-vue/src → src}/utilities/dashboard-helpers.d.ts +0 -0
  131. /package/dist/{packages/sdk-ui-vue/src → src}/utilities/dashboard-model-translator.d.ts +0 -0
  132. /package/dist/{packages/sdk-ui-vue/src → src}/utilities/index.d.ts +0 -0
  133. /package/dist/{packages/sdk-ui-vue/src → src}/utilities/widget-model-translator.d.ts +0 -0
  134. /package/dist/{packages/sdk-ui-vue/src → src}/utils.d.ts +0 -0
package/dist/index.js CHANGED
@@ -1,13 +1,13 @@
1
1
  var Y = Object.defineProperty;
2
2
  var Z = (t, e, n) => e in t ? Y(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n;
3
3
  var k = (t, e, n) => (Z(t, typeof e != "symbol" ? e + "" : e, n), n);
4
- import { DrilldownBreadcrumbs as tt, AreaChart as et, BarChart as nt, CalendarHeatmapChart as rt, ColumnChart as ot, FunnelChart as it, LineChart as st, PieChart as at, ScatterChart as ut, Table as ct, PivotTable as lt, TreemapChart as dt, SunburstChart as pt, PolarChart as yt, IndicatorChart as ht, Chart as bt, BoxplotChart as gt, AreamapChart as Ot, ScattermapChart as St, StreamgraphChart as Ct, AreaRangeChart as ft, DateRangeFilterTile as Ft, MemberFilterTile as Dt, CriteriaFilterTile as mt, RelativeDateFilterTile as jt, FilterTile as vt, FiltersPanel as Pt, queryStateReducer as K, executeQueryWithRowCount as xt, executeQuery as wt, executeQueryByWidgetId as At, HookAdapter as x, useExecuteCsvQueryInternal as Mt, useExecutePivotQueryInternal as qt, useExecuteCustomWidgetQueryInternal as Rt, useGetFilterMembers as Wt, useGetDataSourceDimensionsInternal as Tt, translateToDashboardResponse as Et, dataLoadStateReducer as $, getDashboardModel as Bt, translateToDashboardsResponse as kt, getDashboardModels as $t, useGetSharedFormulaInternal as Qt, getWidgetModel as It, getHierarchyModels as Lt, createElement as Gt, ExternalComponentAdapterElement as _t, useComposedDashboardInternal as Ht, createHookApiFacade as N, useJtdWidget as Vt, ContextMenu as Nt, translateColumnToAttribute as Jt, isSameAttribute as J, updateDrilldownSelections as zt, processDrilldownSelections as Kt, getSelectionTitleMenuItem as Ut, getDrilldownMenuItems as Xt, ChartWidget as Yt, WidgetById as Zt, PivotTableWidget as te, Widget as ee, DashboardById as ne, Dashboard as re, dashboardModelTranslator as oe, dashboardHelpers as B, widgetModelTranslator as P } from "@sisense/sdk-ui-preact";
4
+ import { DrilldownBreadcrumbs as tt, AreaChart as et, BarChart as nt, CalendarHeatmapChart as rt, ColumnChart as ot, FunnelChart as it, LineChart as st, PieChart as at, ScatterChart as ct, Table as ut, PivotTable as lt, TreemapChart as dt, SunburstChart as pt, PolarChart as yt, IndicatorChart as bt, Chart as ht, BoxplotChart as gt, AreamapChart as Ot, ScattermapChart as St, StreamgraphChart as ft, AreaRangeChart as Ct, DateRangeFilterTile as Ft, MemberFilterTile as Dt, CriteriaFilterTile as mt, RelativeDateFilterTile as jt, FilterTile as vt, FiltersPanel as Pt, queryStateReducer as K, executeQueryWithRowCount as xt, executeQuery as wt, executeQueryByWidgetId as At, HookAdapter as x, useExecuteCsvQueryInternal as Mt, useExecutePivotQueryInternal as qt, useExecuteCustomWidgetQueryInternal as Rt, useGetFilterMembers as Wt, useGetDataSourceDimensionsInternal as Tt, translateToDashboardResponse as Et, dataLoadStateReducer as $, getDashboardModel as Bt, translateToDashboardsResponse as kt, getDashboardModels as $t, useGetSharedFormulaInternal as Qt, getWidgetModel as It, getHierarchyModels as Lt, createElement as Gt, ExternalComponentAdapterElement as _t, useComposedDashboardInternal as Ht, createHookApiFacade as N, useJtdWidget as Vt, ContextMenu as Nt, translateColumnToAttribute as Jt, isSameAttribute as J, updateDrilldownSelections as zt, processDrilldownSelections as Kt, getSelectionTitleMenuItem as Ut, getDrilldownMenuItems as Xt, ChartWidget as Yt, WidgetById as Zt, PivotTableWidget as te, Widget as ee, DashboardById as ne, Dashboard as re, dashboardModelTranslator as oe, dashboardHelpers as B, widgetModelTranslator as P } from "@sisense/sdk-ui-preact";
5
5
  import { boxWhiskerProcessResult as Jn, extractDimensionsAndMeasures as zn, formatDataSet as Kn, formatDate as Un, formatNumber as Xn, getDefaultDateFormat as Yn } from "@sisense/sdk-ui-preact";
6
- import { defineComponent as c, ref as j, watch as g, toRefs as h, onBeforeUnmount as w, createApp as ie, h as se, toValue as ae, computed as G, openBlock as ue, createElementBlock as ce, renderSlot as L, createVNode as z, unref as m, createElementVNode as le } from "vue";
7
- import { d as U, s as d, a as W, g as A, u as f, b, t as l, e as _, f as M, h as T, i as H, j as de, k as pe, l as ye, m as he, n as be } from "./use-tracking-b2365036.js";
8
- import { C as tr, S as er, T as nr } from "./use-tracking-b2365036.js";
6
+ import { defineComponent as u, ref as j, watch as g, toRefs as b, onBeforeUnmount as w, createApp as ie, h as se, toValue as ae, computed as G, openBlock as ce, createElementBlock as ue, renderSlot as L, createVNode as z, unref as m, createElementVNode as le } from "vue";
7
+ import { d as U, s as d, a as W, g as A, u as C, b as h, t as l, e as _, f as M, h as T, i as H, j as de, k as pe, l as ye, m as be, n as he } from "./use-tracking-1cbd274b.js";
8
+ import { C as tr, S as er, T as nr } from "./use-tracking-1cbd274b.js";
9
9
  import { getFilterListAndRelationsJaql as X, isMembersFilter as ge, MetadataTypes as Oe } from "@sisense/sdk-data";
10
- const Se = c({
10
+ const Se = u({
11
11
  props: {
12
12
  /**
13
13
  * {@inheritDoc @sisense/sdk-ui!DrilldownBreadcrumbsProps.clearDrilldownSelections}
@@ -47,7 +47,7 @@ const Se = c({
47
47
  }
48
48
  },
49
49
  setup: (t, { slots: e }) => U(tt, t, e, [])
50
- }), Ne = c({
50
+ }), Ne = u({
51
51
  props: {
52
52
  /**
53
53
  * {@inheritDoc @sisense/sdk-ui!AreaChartProps.dataOptions}
@@ -114,7 +114,7 @@ const Se = c({
114
114
  onDataPointsSelected: Function
115
115
  },
116
116
  setup: (t) => d(et, t)
117
- }), Je = c({
117
+ }), Je = u({
118
118
  props: {
119
119
  /**
120
120
  * {@inheritDoc @sisense/sdk-ui!BarChartProps.dataOptions}
@@ -181,7 +181,7 @@ const Se = c({
181
181
  styleOptions: Object
182
182
  },
183
183
  setup: (t) => d(nt, t)
184
- }), ze = c({
184
+ }), ze = u({
185
185
  props: {
186
186
  /**
187
187
  * {@inheritDoc @sisense/sdk-ui!CalendarHeatmapChartProps.dataOptions}
@@ -248,7 +248,7 @@ const Se = c({
248
248
  onDataPointsSelected: Function
249
249
  },
250
250
  setup: (t) => d(rt, t)
251
- }), Ke = c({
251
+ }), Ke = u({
252
252
  props: {
253
253
  /**
254
254
  * {@inheritDoc @sisense/sdk-ui!ColumnChartProps.dataOptions}
@@ -315,7 +315,7 @@ const Se = c({
315
315
  styleOptions: Object
316
316
  },
317
317
  setup: (t) => d(ot, t)
318
- }), Ue = c({
318
+ }), Ue = u({
319
319
  props: {
320
320
  /**
321
321
  * {@inheritDoc @sisense/sdk-ui!FunnelChartProps.dataOptions}
@@ -382,7 +382,7 @@ const Se = c({
382
382
  styleOptions: Object
383
383
  },
384
384
  setup: (t) => d(it, t)
385
- }), Xe = c({
385
+ }), Xe = u({
386
386
  props: {
387
387
  /**
388
388
  * {@inheritDoc @sisense/sdk-ui!LineChartProps.dataOptions}
@@ -449,7 +449,7 @@ const Se = c({
449
449
  styleOptions: Object
450
450
  },
451
451
  setup: (t) => d(st, t)
452
- }), Ye = c({
452
+ }), Ye = u({
453
453
  props: {
454
454
  /**
455
455
  * {@inheritDoc @sisense/sdk-ui!PieChartProps.dataOptions}
@@ -516,7 +516,7 @@ const Se = c({
516
516
  styleOptions: Object
517
517
  },
518
518
  setup: (t) => d(at, t)
519
- }), Ze = c({
519
+ }), Ze = u({
520
520
  props: {
521
521
  /**
522
522
  * {@inheritDoc @sisense/sdk-ui!ScatterChartProps.dataOptions}
@@ -582,8 +582,8 @@ const Se = c({
582
582
  */
583
583
  styleOptions: Object
584
584
  },
585
- setup: (t) => d(ut, t)
586
- }), tn = c({
585
+ setup: (t) => d(ct, t)
586
+ }), tn = u({
587
587
  props: {
588
588
  /**
589
589
  * {@inheritDoc @sisense/sdk-ui!TableProps.dataOptions}
@@ -621,8 +621,8 @@ const Se = c({
621
621
  */
622
622
  onDataReady: Function
623
623
  },
624
- setup: (t) => d(ct, t)
625
- }), en = c({
624
+ setup: (t) => d(ut, t)
625
+ }), en = u({
626
626
  props: {
627
627
  /**
628
628
  * {@inheritDoc @sisense/sdk-ui!PivotTableProps.dataOptions}
@@ -673,7 +673,7 @@ const Se = c({
673
673
  onDataPointContextMenu: Function
674
674
  },
675
675
  setup: (t) => d(lt, t)
676
- }), nn = c({
676
+ }), nn = u({
677
677
  props: {
678
678
  /**
679
679
  * {@inheritDoc @sisense/sdk-ui!TreemapChartProps.dataOptions}
@@ -740,7 +740,7 @@ const Se = c({
740
740
  styleOptions: Object
741
741
  },
742
742
  setup: (t) => d(dt, t)
743
- }), rn = c({
743
+ }), rn = u({
744
744
  props: {
745
745
  /**
746
746
  * {@inheritDoc @sisense/sdk-ui!SunburstChartProps.dataOptions}
@@ -807,7 +807,7 @@ const Se = c({
807
807
  styleOptions: Object
808
808
  },
809
809
  setup: (t) => d(pt, t)
810
- }), on = c({
810
+ }), on = u({
811
811
  props: {
812
812
  /**
813
813
  * {@inheritDoc @sisense/sdk-ui!PolarChartProps.dataOptions}
@@ -874,7 +874,7 @@ const Se = c({
874
874
  styleOptions: Object
875
875
  },
876
876
  setup: (t) => d(yt, t)
877
- }), sn = c({
877
+ }), sn = u({
878
878
  props: {
879
879
  /**
880
880
  * {@inheritDoc @sisense/sdk-ui!IndicatorChartProps.dataOptions}
@@ -922,8 +922,8 @@ const Se = c({
922
922
  */
923
923
  onDataReady: Function
924
924
  },
925
- setup: (t) => d(ht, t)
926
- }), an = c({
925
+ setup: (t) => d(bt, t)
926
+ }), an = u({
927
927
  props: {
928
928
  /**
929
929
  * {@inheritDoc @sisense/sdk-ui!ChartProps.chartType}
@@ -1002,8 +1002,8 @@ const Se = c({
1002
1002
  */
1003
1003
  refreshCounter: Number
1004
1004
  },
1005
- setup: (t) => d(bt, t)
1006
- }), un = c({
1005
+ setup: (t) => d(ht, t)
1006
+ }), cn = u({
1007
1007
  props: {
1008
1008
  /**
1009
1009
  * {@inheritDoc @sisense/sdk-ui!BoxplotChartProps.dataOptions}
@@ -1070,7 +1070,7 @@ const Se = c({
1070
1070
  onDataPointsSelected: Function
1071
1071
  },
1072
1072
  setup: (t) => d(gt, t)
1073
- }), cn = c({
1073
+ }), un = u({
1074
1074
  props: {
1075
1075
  /**
1076
1076
  * {@inheritDoc @sisense/sdk-ui!AreamapChartProps.dataOptions}
@@ -1119,7 +1119,7 @@ const Se = c({
1119
1119
  onDataPointClick: Function
1120
1120
  },
1121
1121
  setup: (t) => d(Ot, t)
1122
- }), ln = c({
1122
+ }), ln = u({
1123
1123
  props: {
1124
1124
  /**
1125
1125
  * {@inheritDoc @sisense/sdk-ui!ScattermapChartProps.dataOptions}
@@ -1168,7 +1168,7 @@ const Se = c({
1168
1168
  onDataPointClick: Object
1169
1169
  },
1170
1170
  setup: (t) => d(St, t)
1171
- }), dn = c({
1171
+ }), dn = u({
1172
1172
  props: {
1173
1173
  /**
1174
1174
  * {@inheritDoc @sisense/sdk-ui!StreamgraphChartProps.dataOptions}
@@ -1234,8 +1234,8 @@ const Se = c({
1234
1234
  */
1235
1235
  onDataPointsSelected: Function
1236
1236
  },
1237
- setup: (t) => d(Ct, t)
1238
- }), pn = c({
1237
+ setup: (t) => d(ft, t)
1238
+ }), pn = u({
1239
1239
  props: {
1240
1240
  /**
1241
1241
  * {@inheritDoc @sisense/sdk-ui!AreaRangeChartProps.dataOptions}
@@ -1301,8 +1301,8 @@ const Se = c({
1301
1301
  */
1302
1302
  styleOptions: Object
1303
1303
  },
1304
- setup: (t) => d(ft, t)
1305
- }), yn = c({
1304
+ setup: (t) => d(Ct, t)
1305
+ }), yn = u({
1306
1306
  props: {
1307
1307
  /**
1308
1308
  * {@inheritDoc @sisense/sdk-ui!DateRangeFilterTileProps.attribute}
@@ -1363,7 +1363,7 @@ const Se = c({
1363
1363
  onEdit: Function
1364
1364
  },
1365
1365
  setup: (t) => d(Ft, t)
1366
- }), hn = c({
1366
+ }), bn = u({
1367
1367
  props: {
1368
1368
  /**
1369
1369
  * {@inheritDoc @sisense/sdk-ui!MemberFilterTileProps.attribute}
@@ -1411,7 +1411,7 @@ const Se = c({
1411
1411
  onEdit: Function
1412
1412
  },
1413
1413
  setup: (t) => d(Dt, t)
1414
- }), bn = c({
1414
+ }), hn = u({
1415
1415
  props: {
1416
1416
  /**
1417
1417
  * {@inheritDoc @sisense/sdk-ui!CriteriaFilterTileProps.arrangement}
@@ -1452,7 +1452,7 @@ const Se = c({
1452
1452
  onEdit: Function
1453
1453
  },
1454
1454
  setup: (t) => d(mt, t)
1455
- }), gn = c({
1455
+ }), gn = u({
1456
1456
  props: {
1457
1457
  /**
1458
1458
  * {@inheritDoc @sisense/sdk-ui!RelativeDateFilterTileProps.title}
@@ -1498,7 +1498,7 @@ const Se = c({
1498
1498
  onEdit: Function
1499
1499
  },
1500
1500
  setup: (t) => d(jt, t)
1501
- }), On = c({
1501
+ }), On = u({
1502
1502
  props: {
1503
1503
  /**
1504
1504
  * {@inheritDoc @sisense/sdk-ui!FilterTileProps.filter}
@@ -1528,7 +1528,7 @@ const Se = c({
1528
1528
  onEdit: Function
1529
1529
  },
1530
1530
  setup: (t) => d(vt, t)
1531
- }), Sn = c({
1531
+ }), Sn = u({
1532
1532
  props: {
1533
1533
  /**
1534
1534
  * {@inheritDoc @sisense/sdk-ui!FiltersPanelProps.filters}
@@ -1560,7 +1560,7 @@ const Se = c({
1560
1560
  }
1561
1561
  },
1562
1562
  setup: (t) => d(Pt, t)
1563
- }), Cn = (t) => {
1563
+ }), fn = (t) => {
1564
1564
  const [e, n] = W(K, {
1565
1565
  isLoading: !0,
1566
1566
  isError: !1,
@@ -1569,12 +1569,12 @@ const Se = c({
1569
1569
  error: void 0,
1570
1570
  data: void 0
1571
1571
  }), o = A();
1572
- f("useExecuteQuery");
1572
+ C("useExecuteQuery");
1573
1573
  const r = j(void 0), s = async (i) => {
1574
1574
  try {
1575
1575
  const {
1576
1576
  dataSource: a,
1577
- dimensions: u,
1577
+ dimensions: c,
1578
1578
  measures: p,
1579
1579
  filters: O,
1580
1580
  highlights: S,
@@ -1585,9 +1585,9 @@ const Se = c({
1585
1585
  onBeforeQuery: q
1586
1586
  } = l(t), { filters: I, relations: Q } = X(O);
1587
1587
  n({ type: "loading" });
1588
- const C = {
1588
+ const f = {
1589
1589
  dataSource: a,
1590
- dimensions: u,
1590
+ dimensions: c,
1591
1591
  measures: p,
1592
1592
  filters: I,
1593
1593
  filterRelations: Q,
@@ -1598,14 +1598,14 @@ const Se = c({
1598
1598
  }, E = { onBeforeQuery: _(q) };
1599
1599
  if (v) {
1600
1600
  const R = await xt(
1601
- C,
1601
+ f,
1602
1602
  i,
1603
1603
  E
1604
1604
  );
1605
1605
  r.value = R.rowCount, n({ type: "success", data: R.data });
1606
1606
  } else {
1607
1607
  r.value = void 0;
1608
- const R = await wt(C, i, E);
1608
+ const R = await wt(f, i, E);
1609
1609
  n({ type: "success", data: R });
1610
1610
  }
1611
1611
  } catch (a) {
@@ -1613,19 +1613,19 @@ const Se = c({
1613
1613
  }
1614
1614
  };
1615
1615
  return g(
1616
- [...b(t), o],
1616
+ [...h(t), o],
1617
1617
  () => {
1618
1618
  const { app: i } = o.value, { enabled: a } = l(t);
1619
1619
  !i || !(a === void 0 || a === !0) || s(i);
1620
1620
  },
1621
1621
  { immediate: !0 }
1622
1622
  ), {
1623
- ...h(e.value),
1623
+ ...b(e.value),
1624
1624
  rowCount: r
1625
1625
  };
1626
- }, fn = (t) => {
1626
+ }, Cn = (t) => {
1627
1627
  const e = j(void 0), n = j(void 0), o = j(void 0);
1628
- f("useExecuteQueryByWidgetId");
1628
+ C("useExecuteQueryByWidgetId");
1629
1629
  const [r, s] = W(K, {
1630
1630
  isLoading: !0,
1631
1631
  isError: !1,
@@ -1633,7 +1633,7 @@ const Se = c({
1633
1633
  status: "loading",
1634
1634
  error: void 0,
1635
1635
  data: void 0
1636
- }), i = A(), a = async (u) => {
1636
+ }), i = A(), a = async (c) => {
1637
1637
  try {
1638
1638
  s({ type: "loading" });
1639
1639
  const { filters: p, ...O } = l(t), { filters: S } = X(_(p)), {
@@ -1644,7 +1644,7 @@ const Se = c({
1644
1644
  } = await At({
1645
1645
  ...O,
1646
1646
  filters: S,
1647
- app: u
1647
+ app: c
1648
1648
  });
1649
1649
  s({ type: "success", data: y }), e.value = F, n.value = D, o.value = v;
1650
1650
  } catch (p) {
@@ -1652,20 +1652,20 @@ const Se = c({
1652
1652
  }
1653
1653
  };
1654
1654
  return g(
1655
- [...b(t), i],
1655
+ [...h(t), i],
1656
1656
  () => {
1657
- const { app: u } = i.value, { enabled: p } = l(t);
1658
- !u || !(p === void 0 || p === !0) || a(u);
1657
+ const { app: c } = i.value, { enabled: p } = l(t);
1658
+ !c || !(p === void 0 || p === !0) || a(c);
1659
1659
  },
1660
1660
  { immediate: !0 }
1661
1661
  ), {
1662
- ...h(r.value),
1662
+ ...b(r.value),
1663
1663
  query: e,
1664
1664
  pivotQuery: n,
1665
1665
  rowCount: o
1666
1666
  };
1667
1667
  }, Fn = (t) => {
1668
- f("useExecuteCsvQuery");
1668
+ C("useExecuteCsvQuery");
1669
1669
  const e = new x(Mt, [
1670
1670
  M()
1671
1671
  ]), [n, o] = T({
@@ -1678,13 +1678,13 @@ const Se = c({
1678
1678
  });
1679
1679
  return e.subscribe((r) => {
1680
1680
  o(r);
1681
- }), e.run(l(t)), g([...b(t)], () => {
1681
+ }), e.run(l(t)), g([...h(t)], () => {
1682
1682
  e.run(l(t));
1683
1683
  }), w(() => {
1684
1684
  e.destroy();
1685
- }), h(n.value);
1685
+ }), b(n.value);
1686
1686
  }, Dn = (t) => {
1687
- f("useExecutePivotQuery");
1687
+ C("useExecutePivotQuery");
1688
1688
  const e = new x(qt, [
1689
1689
  M()
1690
1690
  ]), [n, o] = T({
@@ -1697,13 +1697,13 @@ const Se = c({
1697
1697
  });
1698
1698
  return e.subscribe((r) => {
1699
1699
  o(r);
1700
- }), e.run(l(t)), g([...b(t)], () => {
1700
+ }), e.run(l(t)), g([...h(t)], () => {
1701
1701
  e.run(l(t));
1702
1702
  }), w(() => {
1703
1703
  e.destroy();
1704
- }), h(n.value);
1704
+ }), b(n.value);
1705
1705
  }, mn = (t) => {
1706
- f("useExecuteCustomWidgetQuery");
1706
+ C("useExecuteCustomWidgetQuery");
1707
1707
  const e = new x(Rt, [
1708
1708
  M()
1709
1709
  ]), [n, o] = T({
@@ -1716,13 +1716,13 @@ const Se = c({
1716
1716
  });
1717
1717
  return e.subscribe((r) => {
1718
1718
  o(r);
1719
- }), e.run(l(t)), g([...b(t)], () => {
1719
+ }), e.run(l(t)), g([...h(t)], () => {
1720
1720
  e.run(l(t));
1721
1721
  }), w(() => {
1722
1722
  e.destroy();
1723
- }), h(n.value);
1723
+ }), b(n.value);
1724
1724
  }, jn = (t) => {
1725
- f("useGetFilterMembers");
1725
+ C("useGetFilterMembers");
1726
1726
  const { filter: e, parentFilters: n = [] } = l(t), o = {
1727
1727
  selectedMembers: [],
1728
1728
  allMembers: [],
@@ -1746,13 +1746,13 @@ const Se = c({
1746
1746
  });
1747
1747
  return r.subscribe((a) => {
1748
1748
  i(a);
1749
- }), r.run(l(t)), g([...b(t)], () => {
1749
+ }), r.run(l(t)), g([...h(t)], () => {
1750
1750
  r.run(l(t));
1751
1751
  }), w(() => {
1752
1752
  r.destroy();
1753
- }), h(s.value);
1753
+ }), b(s.value);
1754
1754
  }, vn = (t) => {
1755
- f("useGetDataSourceDimensions");
1755
+ C("useGetDataSourceDimensions");
1756
1756
  const e = new x(Tt, [
1757
1757
  M()
1758
1758
  ]), [n, o] = T({
@@ -1765,13 +1765,13 @@ const Se = c({
1765
1765
  });
1766
1766
  return e.subscribe((r) => {
1767
1767
  o(r);
1768
- }), e.run(l(t)), g([...b(t)], () => {
1768
+ }), e.run(l(t)), g([...h(t)], () => {
1769
1769
  e.run(l(t));
1770
1770
  }), w(() => {
1771
1771
  e.destroy();
1772
- }), h(n.value);
1772
+ }), b(n.value);
1773
1773
  }, Pn = (t) => {
1774
- f("useGetDashboardModel");
1774
+ C("useGetDashboardModel");
1775
1775
  const [e, n] = W($, {
1776
1776
  isLoading: !0,
1777
1777
  isError: !1,
@@ -1782,30 +1782,30 @@ const Se = c({
1782
1782
  }), o = A(), r = H(), s = async (a) => {
1783
1783
  try {
1784
1784
  n({ type: "loading" });
1785
- const { dashboardOid: u, includeWidgets: p, includeFilters: O } = l(t), S = await Bt(
1785
+ const { dashboardOid: c, includeWidgets: p, includeFilters: O } = l(t), S = await Bt(
1786
1786
  a.httpClient,
1787
- u,
1787
+ c,
1788
1788
  { includeWidgets: p, includeFilters: O },
1789
1789
  r.value,
1790
1790
  a.settings
1791
1791
  );
1792
1792
  n({ type: "success", data: S });
1793
- } catch (u) {
1794
- n({ type: "error", error: u });
1793
+ } catch (c) {
1794
+ n({ type: "error", error: c });
1795
1795
  }
1796
1796
  };
1797
1797
  g(
1798
- [...b(t), o, r],
1798
+ [...h(t), o, r],
1799
1799
  () => {
1800
- const { app: a } = o.value, { enabled: u } = l(t);
1801
- !a || !(u === void 0 || u === !0) || s(a);
1800
+ const { app: a } = o.value, { enabled: c } = l(t);
1801
+ !a || !(c === void 0 || c === !0) || s(a);
1802
1802
  },
1803
1803
  { immediate: !0 }
1804
1804
  );
1805
- const i = h(e.value);
1806
- return h(Et(i));
1805
+ const i = b(e.value);
1806
+ return b(Et(i));
1807
1807
  }, xn = (t) => {
1808
- f("useGetDashboardModels");
1808
+ C("useGetDashboardModels");
1809
1809
  const [e, n] = W($, {
1810
1810
  isLoading: !0,
1811
1811
  isError: !1,
@@ -1816,29 +1816,29 @@ const Se = c({
1816
1816
  }), o = A(), r = H(), s = async (a) => {
1817
1817
  try {
1818
1818
  n({ type: "loading" });
1819
- const u = l(t), p = await $t(
1819
+ const c = l(t), p = await $t(
1820
1820
  a.httpClient,
1821
- u,
1821
+ c,
1822
1822
  r.value,
1823
1823
  a.settings
1824
1824
  );
1825
1825
  n({ type: "success", data: p });
1826
- } catch (u) {
1827
- n({ type: "error", error: u });
1826
+ } catch (c) {
1827
+ n({ type: "error", error: c });
1828
1828
  }
1829
1829
  };
1830
1830
  g(
1831
- [...b(t), o, r],
1831
+ [...h(t), o, r],
1832
1832
  () => {
1833
- const { app: a } = o.value, { enabled: u } = l(t);
1834
- !a || !(u === void 0 || u === !0) || s(a);
1833
+ const { app: a } = o.value, { enabled: c } = l(t);
1834
+ !a || !(c === void 0 || c === !0) || s(a);
1835
1835
  },
1836
1836
  { immediate: !0 }
1837
1837
  );
1838
- const i = h(e.value);
1839
- return h(kt(i));
1838
+ const i = b(e.value);
1839
+ return b(kt(i));
1840
1840
  }, wn = (t) => {
1841
- f("useGetSharedFormula");
1841
+ C("useGetSharedFormula");
1842
1842
  const e = new x(Qt, [
1843
1843
  M()
1844
1844
  ]), [n, o] = T({
@@ -1851,13 +1851,13 @@ const Se = c({
1851
1851
  });
1852
1852
  return e.subscribe((r) => {
1853
1853
  o(r);
1854
- }), e.run(l(t)), g([...b(t)], () => {
1854
+ }), e.run(l(t)), g([...h(t)], () => {
1855
1855
  e.run(l(t));
1856
1856
  }), w(() => {
1857
1857
  e.destroy();
1858
- }), h(n.value);
1858
+ }), b(n.value);
1859
1859
  }, An = (t) => {
1860
- f("useGetWidgetModel");
1860
+ C("useGetWidgetModel");
1861
1861
  const [e, n] = W($, {
1862
1862
  isLoading: !0,
1863
1863
  isError: !1,
@@ -1868,22 +1868,22 @@ const Se = c({
1868
1868
  }), o = A(), r = async (s) => {
1869
1869
  try {
1870
1870
  n({ type: "loading" });
1871
- const { dashboardOid: i, widgetOid: a } = l(t), u = await It(s.httpClient, i, a);
1872
- n({ type: "success", data: u });
1871
+ const { dashboardOid: i, widgetOid: a } = l(t), c = await It(s.httpClient, i, a);
1872
+ n({ type: "success", data: c });
1873
1873
  } catch (i) {
1874
1874
  n({ type: "error", error: i });
1875
1875
  }
1876
1876
  };
1877
1877
  return g(
1878
- [...b(t), o],
1878
+ [...h(t), o],
1879
1879
  () => {
1880
1880
  const { app: s } = o.value, { enabled: i } = l(t);
1881
1881
  !s || !(i === void 0 || i === !0) || r(s);
1882
1882
  },
1883
1883
  { immediate: !0 }
1884
- ), h(e.value);
1884
+ ), b(e.value);
1885
1885
  }, Mn = (t) => {
1886
- f("useGetHierarchyModels");
1886
+ C("useGetHierarchyModels");
1887
1887
  const [e, n] = W($, {
1888
1888
  isLoading: !0,
1889
1889
  isError: !1,
@@ -1901,13 +1901,13 @@ const Se = c({
1901
1901
  }
1902
1902
  };
1903
1903
  return g(
1904
- [...b(t), o],
1904
+ [...h(t), o],
1905
1905
  () => {
1906
1906
  const { app: s } = o.value, { enabled: i } = l(t);
1907
1907
  !s || !(i === void 0 || i === !0) || r(s);
1908
1908
  },
1909
1909
  { immediate: !0 }
1910
- ), h(e.value);
1910
+ ), b(e.value);
1911
1911
  }, qn = (t, e, n) => {
1912
1912
  const [o, r] = W($, {
1913
1913
  isLoading: !0,
@@ -1919,29 +1919,29 @@ const Se = c({
1919
1919
  }), s = A(), i = async (a) => {
1920
1920
  try {
1921
1921
  r({ type: "loading" });
1922
- const u = _(t), p = e ? l(e) : {}, O = n ? l(n) : {}, S = {
1922
+ const c = _(t), p = e ? l(e) : {}, O = n ? l(n) : {}, S = {
1923
1923
  requestConfig: O.requestConfig ? l(O.requestConfig) : {},
1924
1924
  skipTrackingParam: !0
1925
1925
  }, y = await a.call(
1926
- a.url + u,
1926
+ a.url + c,
1927
1927
  p,
1928
1928
  S
1929
1929
  );
1930
1930
  r({ type: "success", data: y });
1931
- } catch (u) {
1932
- r({ type: "error", error: u });
1931
+ } catch (c) {
1932
+ r({ type: "error", error: c });
1933
1933
  }
1934
1934
  };
1935
1935
  return g(
1936
- [...b(t, e, n), s],
1936
+ [...h(t, e, n), s],
1937
1937
  () => {
1938
- const { app: a } = s.value, u = l(n || {}).enabled;
1939
- !a || !(u === void 0 || u === !0) || i(a.httpClient);
1938
+ const { app: a } = s.value, c = l(n || {}).enabled;
1939
+ !a || !(c === void 0 || c === !0) || i(a.httpClient);
1940
1940
  },
1941
1941
  { immediate: !0 }
1942
- ), h(o.value);
1942
+ ), b(o.value);
1943
1943
  };
1944
- class Ce {
1944
+ class fe {
1945
1945
  constructor(e, n) {
1946
1946
  k(this, "app", null);
1947
1947
  k(this, "container", null);
@@ -1990,7 +1990,7 @@ class Ce {
1990
1990
  }
1991
1991
  }
1992
1992
  const Rn = () => {
1993
- const t = he(), e = A(), n = H(), o = t;
1993
+ const t = be(), e = A(), n = H(), o = t;
1994
1994
  return {
1995
1995
  /**
1996
1996
  * Registers a new custom widget.
@@ -2003,13 +2003,13 @@ const Rn = () => {
2003
2003
  sisenseContext: e,
2004
2004
  themeContext: n,
2005
2005
  customWidgetsContext: o
2006
- }, a = () => new Ce(s, i), u = (p) => Gt(_t, {
2006
+ }, a = () => new fe(s, i), c = (p) => Gt(_t, {
2007
2007
  adapterFactory: a,
2008
2008
  componentProps: p
2009
2009
  });
2010
2010
  t.value.customWidgetsMap.has(r) || (t.value.customWidgetsMap.set(
2011
2011
  r,
2012
- u
2012
+ c
2013
2013
  ), t.value = {
2014
2014
  customWidgetsMap: new Map(t.value.customWidgetsMap)
2015
2015
  });
@@ -2033,13 +2033,13 @@ const Rn = () => {
2033
2033
  hasCustomWidget: (r) => t.value.customWidgetsMap.has(r)
2034
2034
  };
2035
2035
  }, Wn = (t, e = {}) => {
2036
- f("useComposedDashboard");
2036
+ C("useComposedDashboard");
2037
2037
  const n = new x(Ht, [
2038
2038
  M()
2039
2039
  ]), [o, r] = T(l(t));
2040
2040
  n.subscribe(({ dashboard: a }) => {
2041
2041
  r(a);
2042
- }), n.run(l(t), e), g([...b(t)], () => {
2042
+ }), n.run(l(t), e), g([...h(t)], () => {
2043
2043
  n.run(l(t), e);
2044
2044
  }), w(() => {
2045
2045
  n.destroy();
@@ -2051,10 +2051,10 @@ const Rn = () => {
2051
2051
  setWidgetsLayout: i
2052
2052
  };
2053
2053
  }, Tn = (t, e) => {
2054
- f("useJtdWidget");
2054
+ C("useJtdWidget");
2055
2055
  const n = new x(Vt, [
2056
2056
  M(),
2057
- be()
2057
+ he()
2058
2058
  ]), o = j(null);
2059
2059
  n.subscribe((s) => {
2060
2060
  o.value = s;
@@ -2063,12 +2063,12 @@ const Rn = () => {
2063
2063
  const s = ae(t), i = l(e);
2064
2064
  n.run(s, i);
2065
2065
  };
2066
- return r(), g([...b(t), ...b(e)], () => {
2066
+ return r(), g([...h(t), ...h(e)], () => {
2067
2067
  r();
2068
2068
  }), w(() => {
2069
2069
  n.destroy();
2070
2070
  }), o;
2071
- }, fe = c({
2071
+ }, Ce = u({
2072
2072
  props: {
2073
2073
  /**
2074
2074
  * {@inheritDoc @sisense/sdk-ui!ContextMenuProps.closeContextMenu}
@@ -2111,7 +2111,7 @@ const Rn = () => {
2111
2111
  (v, q) => J(v, D.levels[q])
2112
2112
  );
2113
2113
  })
2114
- ), u = (y, F, D) => {
2114
+ ), c = (y, F, D) => {
2115
2115
  n.value = zt(
2116
2116
  n.value,
2117
2117
  y,
@@ -2136,11 +2136,11 @@ const Rn = () => {
2136
2136
  drilldownDimension: o,
2137
2137
  drilldownFilters: r,
2138
2138
  drilldownFiltersDisplayValues: s,
2139
- selectDrilldown: u,
2139
+ selectDrilldown: c,
2140
2140
  sliceDrilldownSelections: p,
2141
2141
  clearDrilldownSelections: O
2142
2142
  };
2143
- }, De = c({
2143
+ }, De = u({
2144
2144
  props: {
2145
2145
  /**
2146
2146
  * {@inheritDoc @sisense/sdk-ui!DrilldownWidgetProps.config}
@@ -2176,14 +2176,14 @@ const Rn = () => {
2176
2176
  },
2177
2177
  setup: () => {
2178
2178
  }
2179
- }), me = { style: { display: "flex", "flex-direction": "column", height: "100%" } }, je = { style: { "flex-grow": "1", "min-wdith": "0", "min-height": "0" } }, En = /* @__PURE__ */ c({
2179
+ }), me = { style: { display: "flex", "flex-direction": "column", height: "100%" } }, je = { style: { "flex-grow": "1", "min-wdith": "0", "min-height": "0" } }, En = /* @__PURE__ */ u({
2180
2180
  __name: "drilldown-widget",
2181
2181
  props: De.props,
2182
2182
  setup(t) {
2183
- const e = t, { drilldownPaths: n, initialDimension: o, config: r } = h(e), s = j(null), i = j([]), {
2183
+ const e = t, { drilldownPaths: n, initialDimension: o, config: r } = b(e), s = j(null), i = j([]), {
2184
2184
  drilldownFilters: a,
2185
2185
  // computed
2186
- drilldownDimension: u,
2186
+ drilldownDimension: c,
2187
2187
  // computed
2188
2188
  drilldownFiltersDisplayValues: p,
2189
2189
  // computed
@@ -2195,62 +2195,62 @@ const Rn = () => {
2195
2195
  } = Fe({
2196
2196
  drilldownPaths: n,
2197
2197
  initialDimension: o.value
2198
- }), D = (C) => {
2199
- S(i.value, C);
2198
+ }), D = (f) => {
2199
+ S(i.value, f);
2200
2200
  }, v = G(() => {
2201
- const C = (V) => V === "drilldown.drillMenuItem" ? "Drill" : V, E = Ut(
2201
+ const f = (V) => V === "drilldown.drillMenuItem" ? "Drill" : V, E = Ut(
2202
2202
  i.value,
2203
- u.value
2203
+ c.value
2204
2204
  ), R = Xt(
2205
2205
  O.value,
2206
- u.value,
2206
+ c.value,
2207
2207
  D,
2208
- C
2208
+ f
2209
2209
  );
2210
2210
  return R ? [E, R] : [E];
2211
- }), q = (C) => {
2212
- s.value = C;
2213
- }, I = (C) => {
2214
- i.value = C;
2211
+ }), q = (f) => {
2212
+ s.value = f;
2213
+ }, I = (f) => {
2214
+ i.value = f;
2215
2215
  }, Q = () => {
2216
2216
  s.value = null;
2217
2217
  };
2218
- return (C, E) => (ue(), ce("div", me, [
2219
- L(C.$slots, "contextMenu", {
2218
+ return (f, E) => (ce(), ue("div", me, [
2219
+ L(f.$slots, "contextMenu", {
2220
2220
  contextMenuProps: { position: s.value, itemSections: v.value, closeContextMenu: Q }
2221
2221
  }, () => [
2222
- z(m(fe), {
2222
+ z(m(Ce), {
2223
2223
  position: s.value,
2224
2224
  itemSections: v.value,
2225
2225
  closeContextMenu: Q
2226
2226
  }, null, 8, ["position", "itemSections"])
2227
2227
  ]),
2228
- L(C.$slots, "breadcrumbs", {
2228
+ L(f.$slots, "breadcrumbs", {
2229
2229
  drilldownBreadcrumbsProps: {
2230
2230
  clearDrilldownSelections: m(F),
2231
2231
  sliceDrilldownSelections: m(y),
2232
2232
  drilldownFiltersDisplayValues: m(p),
2233
- drilldownDimension: m(u)
2233
+ drilldownDimension: m(c)
2234
2234
  }
2235
2235
  }, () => [
2236
2236
  z(m(Se), {
2237
2237
  "clear-drilldown-selections": m(F),
2238
2238
  "slice-drilldown-selections": m(y),
2239
2239
  "filters-display-values": m(p),
2240
- "current-dimension": m(u)
2240
+ "current-dimension": m(c)
2241
2241
  }, null, 8, ["clear-drilldown-selections", "slice-drilldown-selections", "filters-display-values", "current-dimension"])
2242
2242
  ]),
2243
2243
  le("div", je, [
2244
- L(C.$slots, "chart", {
2244
+ L(f.$slots, "chart", {
2245
2245
  drilldownFilters: m(a),
2246
- drilldownDimension: m(u),
2246
+ drilldownDimension: m(c),
2247
2247
  onDataPointsSelected: I,
2248
2248
  onContextMenu: q
2249
2249
  })
2250
2250
  ])
2251
2251
  ]));
2252
2252
  }
2253
- }), Bn = c({
2253
+ }), Bn = u({
2254
2254
  props: {
2255
2255
  /**
2256
2256
  * {@inheritDoc @sisense/sdk-ui!ChartWidgetProps.bottomSlot}
@@ -2345,11 +2345,11 @@ const Rn = () => {
2345
2345
  */
2346
2346
  styleOptions: Object,
2347
2347
  /**
2348
- * Configuration for AI-powered widget features such as automated narrative generation
2349
- * @alpha
2348
+ * {@inheritDoc @sisense/sdk-ui!ChartWidgetProps.config}
2349
+ *
2350
2350
  * @category Widget
2351
2351
  */
2352
- aiOptions: Object,
2352
+ config: Object,
2353
2353
  /**
2354
2354
  * {@inheritDoc @sisense/sdk-ui!ChartWidgetProps.title}
2355
2355
  *
@@ -2378,7 +2378,7 @@ const Rn = () => {
2378
2378
  onDataReady: Function
2379
2379
  },
2380
2380
  setup: (t) => d(Yt, t)
2381
- }), kn = c({
2381
+ }), kn = u({
2382
2382
  props: {
2383
2383
  /** @internal */
2384
2384
  bottomSlot: Object,
@@ -2486,7 +2486,7 @@ const Rn = () => {
2486
2486
  onDataReady: Function
2487
2487
  },
2488
2488
  setup: (t) => d(Zt, t)
2489
- }), $n = c({
2489
+ }), $n = u({
2490
2490
  props: {
2491
2491
  /**
2492
2492
  * {@inheritDoc @sisense/sdk-ui!PivotTableWidgetProps.dataOptions}
@@ -2522,11 +2522,11 @@ const Rn = () => {
2522
2522
  */
2523
2523
  styleOptions: Object,
2524
2524
  /**
2525
- * Configuration for AI-powered widget features such as automated narrative generation
2526
- * @alpha
2525
+ * {@inheritDoc @sisense/sdk-ui!PivotTableWidgetProps.config}
2526
+ *
2527
2527
  * @category Widget
2528
2528
  */
2529
- aiOptions: Object,
2529
+ config: Object,
2530
2530
  /**
2531
2531
  * {@inheritDoc @sisense/sdk-ui!PivotTableWidgetProps.drilldownOptions}
2532
2532
  *
@@ -2587,7 +2587,7 @@ const Rn = () => {
2587
2587
  onHeaderCellFormat: Function
2588
2588
  },
2589
2589
  setup: (t) => d(te, t)
2590
- }), Qn = c({
2590
+ }), Qn = u({
2591
2591
  props: {
2592
2592
  /**
2593
2593
  * Unique identifier of the widget
@@ -2650,11 +2650,18 @@ const Rn = () => {
2650
2650
  */
2651
2651
  styleOptions: Object,
2652
2652
  /**
2653
- * Configuration for AI-powered widget features such as automated narrative generation
2654
- * @alpha
2653
+ * {@inheritDoc @sisense/sdk-ui!ChartWidgetProps.config}
2654
+ *
2655
2655
  * @category Widget
2656
2656
  */
2657
- aiOptions: Object,
2657
+ config: Object,
2658
+ /**
2659
+ * {@inheritDoc @sisense/sdk-ui!CustomWidgetProps.customOptions}
2660
+ *
2661
+ * @category Widget
2662
+ * @internal
2663
+ */
2664
+ customOptions: Object,
2658
2665
  /**
2659
2666
  * {@inheritDoc @sisense/sdk-ui!ChartWidgetProps.drilldownOptions}
2660
2667
  *
@@ -2719,7 +2726,7 @@ const Rn = () => {
2719
2726
  onDataPointsSelected: Function
2720
2727
  },
2721
2728
  setup: (t) => d(ee, t)
2722
- }), In = c({
2729
+ }), In = u({
2723
2730
  props: {
2724
2731
  /**
2725
2732
  * {@inheritDoc @sisense/sdk-ui!DashboardByIdProps.dashboardOid}
@@ -2734,7 +2741,7 @@ const Rn = () => {
2734
2741
  config: Object
2735
2742
  },
2736
2743
  setup: (t) => d(ne, t)
2737
- }), Ln = c({
2744
+ }), Ln = u({
2738
2745
  props: {
2739
2746
  /**
2740
2747
  * {@inheritDoc @sisense/sdk-ui!DashboardProps.title}
@@ -2829,15 +2836,15 @@ const Hn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2829
2836
  export {
2830
2837
  Ne as AreaChart,
2831
2838
  pn as AreaRangeChart,
2832
- cn as AreamapChart,
2839
+ un as AreamapChart,
2833
2840
  Je as BarChart,
2834
- un as BoxplotChart,
2841
+ cn as BoxplotChart,
2835
2842
  ze as CalendarHeatmapChart,
2836
2843
  an as Chart,
2837
2844
  Bn as ChartWidget,
2838
2845
  Ke as ColumnChart,
2839
- fe as ContextMenu,
2840
- bn as CriteriaFilterTile,
2846
+ Ce as ContextMenu,
2847
+ hn as CriteriaFilterTile,
2841
2848
  tr as CustomWidgetsProvider,
2842
2849
  Ln as Dashboard,
2843
2850
  In as DashboardById,
@@ -2849,7 +2856,7 @@ export {
2849
2856
  Ue as FunnelChart,
2850
2857
  sn as IndicatorChart,
2851
2858
  Xe as LineChart,
2852
- hn as MemberFilterTile,
2859
+ bn as MemberFilterTile,
2853
2860
  Ye as PieChart,
2854
2861
  en as PivotTable,
2855
2862
  $n as PivotTableWidget,
@@ -2878,8 +2885,8 @@ export {
2878
2885
  Fn as useExecuteCsvQuery,
2879
2886
  mn as useExecuteCustomWidgetQuery,
2880
2887
  Dn as useExecutePivotQuery,
2881
- Cn as useExecuteQuery,
2882
- fn as useExecuteQueryByWidgetId,
2888
+ fn as useExecuteQuery,
2889
+ Cn as useExecuteQueryByWidgetId,
2883
2890
  qn as useFetch,
2884
2891
  Pn as useGetDashboardModel,
2885
2892
  xn as useGetDashboardModels,