@sisense/sdk-ui-vue 2.33.1 → 2.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.js +421 -338
- package/dist/src/components/charts/index.d.ts +1 -0
- package/dist/src/components/charts/kpi-chart.d.ts +171 -0
- package/dist/src/components/dashboard/dashboard-model.d.ts +14 -0
- package/dist/src/components/dashboard/index.d.ts +1 -0
- package/dist/src/components/filters/criteria-filter-tile.d.ts +8 -0
- package/dist/src/components/filters/date-range-filter-tile.d.ts +8 -0
- package/dist/src/components/filters/filter-tile.d.ts +12 -1
- package/dist/src/components/filters/index.d.ts +2 -2
- package/dist/src/components/filters/member-filter-tile.d.ts +8 -0
- package/dist/src/components/widgets/chart-widget.d.ts +15 -4
- package/dist/src/components/widgets/index.d.ts +5 -2
- package/dist/src/components/widgets/widget-by-id.d.ts +8 -1
- package/dist/src/components/widgets/widget-config.d.ts +57 -0
- package/dist/src/components/widgets/widget-header-config.d.ts +6 -0
- package/dist/src/components/widgets/widget-model.d.ts +14 -0
- package/dist/src/components/widgets/widget.d.ts +43 -7
- package/dist/src/composables/use-get-widget-model.d.ts +2 -1
- package/dist/src/sdk-ui-core-exports.d.ts +1 -1
- package/dist/src/utilities/dashboard-model-translator.d.ts +1 -1
- package/dist/src/utilities/widget-model-translator.d.ts +5 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
var at = Object.defineProperty;
|
|
2
2
|
var ct = (t, e, n) => e in t ? at(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n;
|
|
3
3
|
var I = (t, e, n) => (ct(t, typeof e != "symbol" ? e + "" : e, n), n);
|
|
4
|
-
import { DrilldownBreadcrumbs as ut, AreaChart as lt, BarChart as dt, CalendarHeatmapChart as pt, ColumnChart as
|
|
5
|
-
import { DashboardHeaderTargets as
|
|
6
|
-
import { defineComponent as
|
|
7
|
-
import { d as ot, s as l, a as W, g as
|
|
8
|
-
import { C as
|
|
9
|
-
import { getFilterListAndRelationsJaql as it, isMembersFilter as
|
|
10
|
-
const
|
|
4
|
+
import { DrilldownBreadcrumbs as ut, AreaChart as lt, BarChart as dt, CalendarHeatmapChart as pt, ColumnChart as ht, FunnelChart as yt, LineChart as gt, PieChart as bt, ScatterChart as ft, Table as Ot, PivotTable as Ct, TreemapChart as St, SunburstChart as Ft, PolarChart as Dt, IndicatorChart as mt, KpiChart as jt, Chart as Pt, BoxplotChart as vt, AreamapChart as xt, ScattermapChart as wt, StreamgraphChart as At, AreaRangeChart as Mt, SankeyChart as Rt, DateRangeFilterTile as qt, MemberFilterTile as Wt, CriteriaFilterTile as Tt, RelativeDateFilterTile as Bt, FilterTile as Et, FiltersPanel as kt, queryStateReducer as nt, executeQueryWithRowCount as $t, executeQuery as It, executeQueryByWidgetId as Qt, HookAdapter as A, useExecuteCsvQueryInternal as Ht, useExecutePivotQueryInternal as Lt, useExecuteCustomWidgetQueryInternal as Gt, useGetFilterMembers as _t, useGetDataSourceDimensionsInternal as Vt, translateToDashboardResponse as Kt, dataLoadStateReducer as Q, getDashboardModel as Nt, translateToDashboardsResponse as Jt, getDashboardModels as zt, useGetSharedFormulaInternal as Ut, getWidgetModel as Xt, getHierarchyModels as Yt, ComponentAdapter as Zt, createElement as te, ExternalComponentAdapterElement as ee, useComposedDashboardInternal as ne, createHookApiFacade as Z, useJtdWidget as re, ContextMenu as oe, translateColumnToAttribute as ie, isSameAttribute as tt, updateDrilldownSelections as se, processDrilldownSelections as ae, getSelectionTitleMenuItem as ce, getDrilldownMenuItems as ue, ChartWidget as le, WidgetById as de, PivotTableWidget as pe, Widget as he, DashboardById as ye, Dashboard as ge, dashboardModelTranslator as be, dashboardHelpers as $, widgetModelTranslator as x } from "@sisense/sdk-ui-preact";
|
|
5
|
+
import { DashboardHeaderTargets as yr, FilterTileMenuTargets as gr, WidgetHeaderMenuTargets as br, boxWhiskerProcessResult as fr, extractDimensionsAndMeasures as Or, formatDataSet as Cr, formatDate as Sr, formatNumber as Fr, getDefaultDateFormat as Dr } from "@sisense/sdk-ui-preact";
|
|
6
|
+
import { defineComponent as c, ref as D, watch as b, toRefs as y, onBeforeUnmount as w, createApp as fe, h as rt, toValue as Oe, computed as V, openBlock as Ce, createElementBlock as Se, renderSlot as _, createVNode as et, unref as j, createElementVNode as Fe } from "vue";
|
|
7
|
+
import { d as ot, s as l, a as W, g as v, u as C, b as g, t as d, e as K, f as M, h as T, i as H, j as De, k as me, l as je, c as Pe, m as N, n as J, o as ve } from "./use-tracking-39f8225d.js";
|
|
8
|
+
import { C as jr, S as Pr, T as vr } from "./use-tracking-39f8225d.js";
|
|
9
|
+
import { getFilterListAndRelationsJaql as it, isMembersFilter as xe, MetadataTypes as we } from "@sisense/sdk-data";
|
|
10
|
+
const Ae = c({
|
|
11
11
|
props: {
|
|
12
12
|
/**
|
|
13
13
|
* {@inheritDoc @sisense/sdk-ui!DrilldownBreadcrumbsProps.clearDrilldownSelections}
|
|
@@ -47,7 +47,7 @@ const xe = u({
|
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
setup: (t, { slots: e }) => ot(ut, t, e, [])
|
|
50
|
-
}),
|
|
50
|
+
}), pn = c({
|
|
51
51
|
props: {
|
|
52
52
|
/**
|
|
53
53
|
* {@inheritDoc @sisense/sdk-ui!AreaChartProps.dataOptions}
|
|
@@ -114,7 +114,7 @@ const xe = u({
|
|
|
114
114
|
onDataPointsSelected: Function
|
|
115
115
|
},
|
|
116
116
|
setup: (t) => l(lt, t)
|
|
117
|
-
}),
|
|
117
|
+
}), hn = c({
|
|
118
118
|
props: {
|
|
119
119
|
/**
|
|
120
120
|
* {@inheritDoc @sisense/sdk-ui!BarChartProps.dataOptions}
|
|
@@ -181,7 +181,7 @@ const xe = u({
|
|
|
181
181
|
styleOptions: Object
|
|
182
182
|
},
|
|
183
183
|
setup: (t) => l(dt, t)
|
|
184
|
-
}), yn =
|
|
184
|
+
}), yn = c({
|
|
185
185
|
props: {
|
|
186
186
|
/**
|
|
187
187
|
* {@inheritDoc @sisense/sdk-ui!CalendarHeatmapChartProps.dataOptions}
|
|
@@ -248,7 +248,7 @@ const xe = u({
|
|
|
248
248
|
onDataPointsSelected: Function
|
|
249
249
|
},
|
|
250
250
|
setup: (t) => l(pt, t)
|
|
251
|
-
}),
|
|
251
|
+
}), gn = c({
|
|
252
252
|
props: {
|
|
253
253
|
/**
|
|
254
254
|
* {@inheritDoc @sisense/sdk-ui!ColumnChartProps.dataOptions}
|
|
@@ -314,8 +314,8 @@ const xe = u({
|
|
|
314
314
|
*/
|
|
315
315
|
styleOptions: Object
|
|
316
316
|
},
|
|
317
|
-
setup: (t) => l(
|
|
318
|
-
}),
|
|
317
|
+
setup: (t) => l(ht, t)
|
|
318
|
+
}), bn = c({
|
|
319
319
|
props: {
|
|
320
320
|
/**
|
|
321
321
|
* {@inheritDoc @sisense/sdk-ui!FunnelChartProps.dataOptions}
|
|
@@ -381,8 +381,8 @@ const xe = u({
|
|
|
381
381
|
*/
|
|
382
382
|
styleOptions: Object
|
|
383
383
|
},
|
|
384
|
-
setup: (t) => l(
|
|
385
|
-
}),
|
|
384
|
+
setup: (t) => l(yt, t)
|
|
385
|
+
}), fn = c({
|
|
386
386
|
props: {
|
|
387
387
|
/**
|
|
388
388
|
* {@inheritDoc @sisense/sdk-ui!LineChartProps.dataOptions}
|
|
@@ -449,7 +449,7 @@ const xe = u({
|
|
|
449
449
|
styleOptions: Object
|
|
450
450
|
},
|
|
451
451
|
setup: (t) => l(gt, t)
|
|
452
|
-
}),
|
|
452
|
+
}), On = c({
|
|
453
453
|
props: {
|
|
454
454
|
/**
|
|
455
455
|
* {@inheritDoc @sisense/sdk-ui!PieChartProps.dataOptions}
|
|
@@ -516,7 +516,7 @@ const xe = u({
|
|
|
516
516
|
styleOptions: Object
|
|
517
517
|
},
|
|
518
518
|
setup: (t) => l(bt, t)
|
|
519
|
-
}),
|
|
519
|
+
}), Cn = c({
|
|
520
520
|
props: {
|
|
521
521
|
/**
|
|
522
522
|
* {@inheritDoc @sisense/sdk-ui!ScatterChartProps.dataOptions}
|
|
@@ -583,7 +583,7 @@ const xe = u({
|
|
|
583
583
|
styleOptions: Object
|
|
584
584
|
},
|
|
585
585
|
setup: (t) => l(ft, t)
|
|
586
|
-
}),
|
|
586
|
+
}), Sn = c({
|
|
587
587
|
props: {
|
|
588
588
|
/**
|
|
589
589
|
* {@inheritDoc @sisense/sdk-ui!TableProps.dataOptions}
|
|
@@ -622,7 +622,7 @@ const xe = u({
|
|
|
622
622
|
onDataReady: Function
|
|
623
623
|
},
|
|
624
624
|
setup: (t) => l(Ot, t)
|
|
625
|
-
}),
|
|
625
|
+
}), Fn = c({
|
|
626
626
|
props: {
|
|
627
627
|
/**
|
|
628
628
|
* {@inheritDoc @sisense/sdk-ui!PivotTableProps.dataOptions}
|
|
@@ -673,7 +673,7 @@ const xe = u({
|
|
|
673
673
|
onDataPointContextMenu: Function
|
|
674
674
|
},
|
|
675
675
|
setup: (t) => l(Ct, t)
|
|
676
|
-
}),
|
|
676
|
+
}), Dn = c({
|
|
677
677
|
props: {
|
|
678
678
|
/**
|
|
679
679
|
* {@inheritDoc @sisense/sdk-ui!TreemapChartProps.dataOptions}
|
|
@@ -740,7 +740,7 @@ const xe = u({
|
|
|
740
740
|
styleOptions: Object
|
|
741
741
|
},
|
|
742
742
|
setup: (t) => l(St, t)
|
|
743
|
-
}),
|
|
743
|
+
}), mn = c({
|
|
744
744
|
props: {
|
|
745
745
|
/**
|
|
746
746
|
* {@inheritDoc @sisense/sdk-ui!SunburstChartProps.dataOptions}
|
|
@@ -807,7 +807,7 @@ const xe = u({
|
|
|
807
807
|
styleOptions: Object
|
|
808
808
|
},
|
|
809
809
|
setup: (t) => l(Ft, t)
|
|
810
|
-
}),
|
|
810
|
+
}), jn = c({
|
|
811
811
|
props: {
|
|
812
812
|
/**
|
|
813
813
|
* {@inheritDoc @sisense/sdk-ui!PolarChartProps.dataOptions}
|
|
@@ -874,7 +874,7 @@ const xe = u({
|
|
|
874
874
|
styleOptions: Object
|
|
875
875
|
},
|
|
876
876
|
setup: (t) => l(Dt, t)
|
|
877
|
-
}),
|
|
877
|
+
}), Pn = c({
|
|
878
878
|
props: {
|
|
879
879
|
/**
|
|
880
880
|
* {@inheritDoc @sisense/sdk-ui!IndicatorChartProps.dataOptions}
|
|
@@ -923,7 +923,68 @@ const xe = u({
|
|
|
923
923
|
onDataReady: Function
|
|
924
924
|
},
|
|
925
925
|
setup: (t) => l(mt, t)
|
|
926
|
-
}), vn =
|
|
926
|
+
}), vn = c({
|
|
927
|
+
props: {
|
|
928
|
+
/**
|
|
929
|
+
* {@inheritDoc @sisense/sdk-ui!KpiChartProps.dataOptions}
|
|
930
|
+
*
|
|
931
|
+
* @category Chart
|
|
932
|
+
*/
|
|
933
|
+
dataOptions: {
|
|
934
|
+
type: Object,
|
|
935
|
+
required: !0
|
|
936
|
+
},
|
|
937
|
+
/**
|
|
938
|
+
* {@inheritDoc @sisense/sdk-ui!KpiChartProps.dataSet}
|
|
939
|
+
*
|
|
940
|
+
* @category Data
|
|
941
|
+
*/
|
|
942
|
+
dataSet: [String, Object],
|
|
943
|
+
/**
|
|
944
|
+
* {@inheritDoc @sisense/sdk-ui!KpiChartProps.filters}
|
|
945
|
+
*
|
|
946
|
+
* @category Data
|
|
947
|
+
*/
|
|
948
|
+
filters: [Object, Array],
|
|
949
|
+
/**
|
|
950
|
+
* {@inheritDoc @sisense/sdk-ui!KpiChartProps.highlights}
|
|
951
|
+
*
|
|
952
|
+
* @category Data
|
|
953
|
+
*/
|
|
954
|
+
highlights: Array,
|
|
955
|
+
/**
|
|
956
|
+
* {@inheritDoc @sisense/sdk-ui!KpiChartProps.styleOptions}
|
|
957
|
+
*
|
|
958
|
+
* @category Chart
|
|
959
|
+
*/
|
|
960
|
+
styleOptions: Object,
|
|
961
|
+
/**
|
|
962
|
+
* {@inheritDoc @sisense/sdk-ui!KpiChartProps.onBeforeRender}
|
|
963
|
+
*
|
|
964
|
+
* @category Callbacks
|
|
965
|
+
*/
|
|
966
|
+
onBeforeRender: Function,
|
|
967
|
+
/**
|
|
968
|
+
* {@inheritDoc @sisense/sdk-ui!KpiChartProps.onDataReady}
|
|
969
|
+
*
|
|
970
|
+
* @category Callbacks
|
|
971
|
+
*/
|
|
972
|
+
onDataReady: Function,
|
|
973
|
+
/**
|
|
974
|
+
* {@inheritDoc @sisense/sdk-ui!KpiChartProps.onDataPointClick}
|
|
975
|
+
*
|
|
976
|
+
* @category Callbacks
|
|
977
|
+
*/
|
|
978
|
+
onDataPointClick: Function,
|
|
979
|
+
/**
|
|
980
|
+
* {@inheritDoc @sisense/sdk-ui!KpiChartProps.onDataPointContextMenu}
|
|
981
|
+
*
|
|
982
|
+
* @category Callbacks
|
|
983
|
+
*/
|
|
984
|
+
onDataPointContextMenu: Function
|
|
985
|
+
},
|
|
986
|
+
setup: (t) => l(jt, t)
|
|
987
|
+
}), xn = c({
|
|
927
988
|
props: {
|
|
928
989
|
/**
|
|
929
990
|
* {@inheritDoc @sisense/sdk-ui!ChartProps.chartType}
|
|
@@ -1002,8 +1063,8 @@ const xe = u({
|
|
|
1002
1063
|
*/
|
|
1003
1064
|
refreshCounter: Number
|
|
1004
1065
|
},
|
|
1005
|
-
setup: (t) => l(
|
|
1006
|
-
}),
|
|
1066
|
+
setup: (t) => l(Pt, t)
|
|
1067
|
+
}), wn = c({
|
|
1007
1068
|
props: {
|
|
1008
1069
|
/**
|
|
1009
1070
|
* {@inheritDoc @sisense/sdk-ui!BoxplotChartProps.dataOptions}
|
|
@@ -1070,7 +1131,7 @@ const xe = u({
|
|
|
1070
1131
|
onDataPointsSelected: Function
|
|
1071
1132
|
},
|
|
1072
1133
|
setup: (t) => l(vt, t)
|
|
1073
|
-
}),
|
|
1134
|
+
}), An = c({
|
|
1074
1135
|
props: {
|
|
1075
1136
|
/**
|
|
1076
1137
|
* {@inheritDoc @sisense/sdk-ui!AreamapChartProps.dataOptions}
|
|
@@ -1118,8 +1179,8 @@ const xe = u({
|
|
|
1118
1179
|
*/
|
|
1119
1180
|
onDataPointClick: Function
|
|
1120
1181
|
},
|
|
1121
|
-
setup: (t) => l(
|
|
1122
|
-
}),
|
|
1182
|
+
setup: (t) => l(xt, t)
|
|
1183
|
+
}), Mn = c({
|
|
1123
1184
|
props: {
|
|
1124
1185
|
/**
|
|
1125
1186
|
* {@inheritDoc @sisense/sdk-ui!ScattermapChartProps.dataOptions}
|
|
@@ -1168,7 +1229,7 @@ const xe = u({
|
|
|
1168
1229
|
onDataPointClick: Object
|
|
1169
1230
|
},
|
|
1170
1231
|
setup: (t) => l(wt, t)
|
|
1171
|
-
}),
|
|
1232
|
+
}), Rn = c({
|
|
1172
1233
|
props: {
|
|
1173
1234
|
/**
|
|
1174
1235
|
* {@inheritDoc @sisense/sdk-ui!StreamgraphChartProps.dataOptions}
|
|
@@ -1234,8 +1295,8 @@ const xe = u({
|
|
|
1234
1295
|
*/
|
|
1235
1296
|
onDataPointsSelected: Function
|
|
1236
1297
|
},
|
|
1237
|
-
setup: (t) => l(
|
|
1238
|
-
}),
|
|
1298
|
+
setup: (t) => l(At, t)
|
|
1299
|
+
}), qn = c({
|
|
1239
1300
|
props: {
|
|
1240
1301
|
/**
|
|
1241
1302
|
* {@inheritDoc @sisense/sdk-ui!AreaRangeChartProps.dataOptions}
|
|
@@ -1301,8 +1362,8 @@ const xe = u({
|
|
|
1301
1362
|
*/
|
|
1302
1363
|
styleOptions: Object
|
|
1303
1364
|
},
|
|
1304
|
-
setup: (t) => l(
|
|
1305
|
-
}),
|
|
1365
|
+
setup: (t) => l(Mt, t)
|
|
1366
|
+
}), Wn = c({
|
|
1306
1367
|
props: {
|
|
1307
1368
|
/**
|
|
1308
1369
|
* {@inheritDoc @sisense/sdk-ui!SankeyChartProps.dataOptions}
|
|
@@ -1368,8 +1429,8 @@ const xe = u({
|
|
|
1368
1429
|
*/
|
|
1369
1430
|
onDataPointsSelected: Function
|
|
1370
1431
|
},
|
|
1371
|
-
setup: (t) => l(
|
|
1372
|
-
}),
|
|
1432
|
+
setup: (t) => l(Rt, t)
|
|
1433
|
+
}), Tn = c({
|
|
1373
1434
|
props: {
|
|
1374
1435
|
/**
|
|
1375
1436
|
* {@inheritDoc @sisense/sdk-ui!DateRangeFilterTileProps.attribute}
|
|
@@ -1427,10 +1488,14 @@ const xe = u({
|
|
|
1427
1488
|
/**
|
|
1428
1489
|
* {@inheritDoc @sisense/sdk-ui!DateRangeFilterTileProps.onEdit}
|
|
1429
1490
|
*/
|
|
1430
|
-
onEdit: Function
|
|
1491
|
+
onEdit: Function,
|
|
1492
|
+
/**
|
|
1493
|
+
* {@inheritDoc @sisense/sdk-ui!DateRangeFilterTileProps.config}
|
|
1494
|
+
*/
|
|
1495
|
+
config: Object
|
|
1431
1496
|
},
|
|
1432
|
-
setup: (t) => l(
|
|
1433
|
-
}),
|
|
1497
|
+
setup: (t) => l(qt, t)
|
|
1498
|
+
}), Bn = c({
|
|
1434
1499
|
props: {
|
|
1435
1500
|
/**
|
|
1436
1501
|
* {@inheritDoc @sisense/sdk-ui!MemberFilterTileProps.attribute}
|
|
@@ -1475,10 +1540,14 @@ const xe = u({
|
|
|
1475
1540
|
/**
|
|
1476
1541
|
* {@inheritDoc @sisense/sdk-ui!MemberFilterTileProps.onEdit}
|
|
1477
1542
|
*/
|
|
1478
|
-
onEdit: Function
|
|
1543
|
+
onEdit: Function,
|
|
1544
|
+
/**
|
|
1545
|
+
* {@inheritDoc @sisense/sdk-ui!MemberFilterTileProps.config}
|
|
1546
|
+
*/
|
|
1547
|
+
config: Object
|
|
1479
1548
|
},
|
|
1480
|
-
setup: (t) => l(
|
|
1481
|
-
}),
|
|
1549
|
+
setup: (t) => l(Wt, t)
|
|
1550
|
+
}), En = c({
|
|
1482
1551
|
props: {
|
|
1483
1552
|
/**
|
|
1484
1553
|
* {@inheritDoc @sisense/sdk-ui!CriteriaFilterTileProps.arrangement}
|
|
@@ -1516,10 +1585,14 @@ const xe = u({
|
|
|
1516
1585
|
/**
|
|
1517
1586
|
* {@inheritDoc @sisense/sdk-ui!CriteriaFilterTileProps.onEdit}
|
|
1518
1587
|
*/
|
|
1519
|
-
onEdit: Function
|
|
1588
|
+
onEdit: Function,
|
|
1589
|
+
/**
|
|
1590
|
+
* {@inheritDoc @sisense/sdk-ui!CriteriaFilterTileProps.config}
|
|
1591
|
+
*/
|
|
1592
|
+
config: Object
|
|
1520
1593
|
},
|
|
1521
|
-
setup: (t) => l(
|
|
1522
|
-
}),
|
|
1594
|
+
setup: (t) => l(Tt, t)
|
|
1595
|
+
}), kn = c({
|
|
1523
1596
|
props: {
|
|
1524
1597
|
/**
|
|
1525
1598
|
* {@inheritDoc @sisense/sdk-ui!RelativeDateFilterTileProps.title}
|
|
@@ -1562,10 +1635,14 @@ const xe = u({
|
|
|
1562
1635
|
/**
|
|
1563
1636
|
* {@inheritDoc @sisense/sdk-ui!RelativeDateFilterTileProps.onEdit}
|
|
1564
1637
|
*/
|
|
1565
|
-
onEdit: Function
|
|
1638
|
+
onEdit: Function,
|
|
1639
|
+
/**
|
|
1640
|
+
* {@inheritDoc @sisense/sdk-ui!RelativeDateFilterTileProps.config}
|
|
1641
|
+
*/
|
|
1642
|
+
config: Object
|
|
1566
1643
|
},
|
|
1567
|
-
setup: (t) => l(
|
|
1568
|
-
}),
|
|
1644
|
+
setup: (t) => l(Bt, t)
|
|
1645
|
+
}), $n = c({
|
|
1569
1646
|
props: {
|
|
1570
1647
|
/**
|
|
1571
1648
|
* {@inheritDoc @sisense/sdk-ui!FilterTileProps.filter}
|
|
@@ -1592,10 +1669,14 @@ const xe = u({
|
|
|
1592
1669
|
/**
|
|
1593
1670
|
* {@inheritDoc @sisense/sdk-ui!FilterTileProps.onEdit}
|
|
1594
1671
|
*/
|
|
1595
|
-
onEdit: Function
|
|
1672
|
+
onEdit: Function,
|
|
1673
|
+
/**
|
|
1674
|
+
* {@inheritDoc @sisense/sdk-ui!FilterTileProps.config}
|
|
1675
|
+
*/
|
|
1676
|
+
config: Object
|
|
1596
1677
|
},
|
|
1597
1678
|
setup: (t) => l(Et, t)
|
|
1598
|
-
}),
|
|
1679
|
+
}), In = c({
|
|
1599
1680
|
props: {
|
|
1600
1681
|
/**
|
|
1601
1682
|
* {@inheritDoc @sisense/sdk-ui!FiltersPanelProps.filters}
|
|
@@ -1626,8 +1707,8 @@ const xe = u({
|
|
|
1626
1707
|
required: !0
|
|
1627
1708
|
}
|
|
1628
1709
|
},
|
|
1629
|
-
setup: (t) => l(
|
|
1630
|
-
}),
|
|
1710
|
+
setup: (t) => l(kt, t)
|
|
1711
|
+
}), Qn = (t) => {
|
|
1631
1712
|
const [e, n] = W(nt, {
|
|
1632
1713
|
isLoading: !0,
|
|
1633
1714
|
isError: !1,
|
|
@@ -1635,36 +1716,36 @@ const xe = u({
|
|
|
1635
1716
|
status: "loading",
|
|
1636
1717
|
error: void 0,
|
|
1637
1718
|
data: void 0
|
|
1638
|
-
}), r =
|
|
1719
|
+
}), r = v();
|
|
1639
1720
|
C("useExecuteQuery");
|
|
1640
1721
|
const o = D(void 0), i = async (s) => {
|
|
1641
1722
|
try {
|
|
1642
1723
|
const {
|
|
1643
|
-
dataSource:
|
|
1724
|
+
dataSource: u,
|
|
1644
1725
|
dimensions: a,
|
|
1645
1726
|
measures: p,
|
|
1646
1727
|
filters: S,
|
|
1647
1728
|
highlights: f,
|
|
1648
|
-
count:
|
|
1729
|
+
count: h,
|
|
1649
1730
|
offset: F,
|
|
1650
1731
|
ungroup: m,
|
|
1651
|
-
includeRowCount:
|
|
1732
|
+
includeRowCount: P,
|
|
1652
1733
|
onBeforeQuery: R
|
|
1653
1734
|
} = d(t), { filters: G, relations: L } = it(S);
|
|
1654
1735
|
n({ type: "loading" });
|
|
1655
1736
|
const O = {
|
|
1656
|
-
dataSource:
|
|
1737
|
+
dataSource: u,
|
|
1657
1738
|
dimensions: a,
|
|
1658
1739
|
measures: p,
|
|
1659
1740
|
filters: G,
|
|
1660
1741
|
filterRelations: L,
|
|
1661
1742
|
highlights: f,
|
|
1662
|
-
count:
|
|
1743
|
+
count: h,
|
|
1663
1744
|
offset: F,
|
|
1664
1745
|
ungroup: m
|
|
1665
|
-
}, k = { onBeforeQuery:
|
|
1666
|
-
if (
|
|
1667
|
-
const q = await
|
|
1746
|
+
}, k = { onBeforeQuery: K(R) };
|
|
1747
|
+
if (P) {
|
|
1748
|
+
const q = await $t(
|
|
1668
1749
|
O,
|
|
1669
1750
|
s,
|
|
1670
1751
|
k
|
|
@@ -1672,25 +1753,25 @@ const xe = u({
|
|
|
1672
1753
|
o.value = q.rowCount, n({ type: "success", data: q.data });
|
|
1673
1754
|
} else {
|
|
1674
1755
|
o.value = void 0;
|
|
1675
|
-
const q = await
|
|
1756
|
+
const q = await It(O, s, k);
|
|
1676
1757
|
n({ type: "success", data: q });
|
|
1677
1758
|
}
|
|
1678
|
-
} catch (
|
|
1679
|
-
n({ type: "error", error:
|
|
1759
|
+
} catch (u) {
|
|
1760
|
+
n({ type: "error", error: u });
|
|
1680
1761
|
}
|
|
1681
1762
|
};
|
|
1682
1763
|
return b(
|
|
1683
1764
|
[...g(t), r],
|
|
1684
1765
|
() => {
|
|
1685
|
-
const { app: s } = r.value, { enabled:
|
|
1686
|
-
!s || !(
|
|
1766
|
+
const { app: s } = r.value, { enabled: u } = d(t);
|
|
1767
|
+
!s || !(u === void 0 || u === !0) || i(s);
|
|
1687
1768
|
},
|
|
1688
1769
|
{ immediate: !0 }
|
|
1689
1770
|
), {
|
|
1690
|
-
...
|
|
1771
|
+
...y(e.value),
|
|
1691
1772
|
rowCount: o
|
|
1692
1773
|
};
|
|
1693
|
-
},
|
|
1774
|
+
}, Hn = (t) => {
|
|
1694
1775
|
const e = D(void 0), n = D(void 0), r = D(void 0);
|
|
1695
1776
|
C("useExecuteQueryByWidgetId");
|
|
1696
1777
|
const [o, i] = W(nt, {
|
|
@@ -1700,20 +1781,20 @@ const xe = u({
|
|
|
1700
1781
|
status: "loading",
|
|
1701
1782
|
error: void 0,
|
|
1702
1783
|
data: void 0
|
|
1703
|
-
}), s =
|
|
1784
|
+
}), s = v(), u = async (a) => {
|
|
1704
1785
|
try {
|
|
1705
1786
|
i({ type: "loading" });
|
|
1706
|
-
const { filters: p, ...S } = d(t), { filters: f } = it(
|
|
1707
|
-
data:
|
|
1787
|
+
const { filters: p, ...S } = d(t), { filters: f } = it(K(p)), {
|
|
1788
|
+
data: h,
|
|
1708
1789
|
query: F,
|
|
1709
1790
|
pivotQuery: m,
|
|
1710
|
-
rowCount:
|
|
1711
|
-
} = await
|
|
1791
|
+
rowCount: P
|
|
1792
|
+
} = await Qt({
|
|
1712
1793
|
...S,
|
|
1713
1794
|
filters: f,
|
|
1714
1795
|
app: a
|
|
1715
1796
|
});
|
|
1716
|
-
i({ type: "success", data:
|
|
1797
|
+
i({ type: "success", data: h }), e.value = F, n.value = m, r.value = P;
|
|
1717
1798
|
} catch (p) {
|
|
1718
1799
|
i({ type: "error", error: p });
|
|
1719
1800
|
}
|
|
@@ -1722,18 +1803,18 @@ const xe = u({
|
|
|
1722
1803
|
[...g(t), s],
|
|
1723
1804
|
() => {
|
|
1724
1805
|
const { app: a } = s.value, { enabled: p } = d(t);
|
|
1725
|
-
!a || !(p === void 0 || p === !0) ||
|
|
1806
|
+
!a || !(p === void 0 || p === !0) || u(a);
|
|
1726
1807
|
},
|
|
1727
1808
|
{ immediate: !0 }
|
|
1728
1809
|
), {
|
|
1729
|
-
...
|
|
1810
|
+
...y(o.value),
|
|
1730
1811
|
query: e,
|
|
1731
1812
|
pivotQuery: n,
|
|
1732
1813
|
rowCount: r
|
|
1733
1814
|
};
|
|
1734
|
-
},
|
|
1815
|
+
}, Ln = (t) => {
|
|
1735
1816
|
C("useExecuteCsvQuery");
|
|
1736
|
-
const e = new A(
|
|
1817
|
+
const e = new A(Ht, [
|
|
1737
1818
|
M()
|
|
1738
1819
|
]), [n, r] = T({
|
|
1739
1820
|
isLoading: !0,
|
|
@@ -1747,12 +1828,12 @@ const xe = u({
|
|
|
1747
1828
|
r(o);
|
|
1748
1829
|
}), e.run(d(t)), b([...g(t)], () => {
|
|
1749
1830
|
e.run(d(t));
|
|
1750
|
-
}),
|
|
1831
|
+
}), w(() => {
|
|
1751
1832
|
e.destroy();
|
|
1752
|
-
}),
|
|
1753
|
-
},
|
|
1833
|
+
}), y(n.value);
|
|
1834
|
+
}, Gn = (t) => {
|
|
1754
1835
|
C("useExecutePivotQuery");
|
|
1755
|
-
const e = new A(
|
|
1836
|
+
const e = new A(Lt, [
|
|
1756
1837
|
M()
|
|
1757
1838
|
]), [n, r] = T({
|
|
1758
1839
|
isLoading: !0,
|
|
@@ -1766,12 +1847,12 @@ const xe = u({
|
|
|
1766
1847
|
r(o);
|
|
1767
1848
|
}), e.run(d(t)), b([...g(t)], () => {
|
|
1768
1849
|
e.run(d(t));
|
|
1769
|
-
}),
|
|
1850
|
+
}), w(() => {
|
|
1770
1851
|
e.destroy();
|
|
1771
|
-
}),
|
|
1772
|
-
},
|
|
1852
|
+
}), y(n.value);
|
|
1853
|
+
}, _n = (t) => {
|
|
1773
1854
|
C("useExecuteCustomWidgetQuery");
|
|
1774
|
-
const e = new A(
|
|
1855
|
+
const e = new A(Gt, [
|
|
1775
1856
|
M()
|
|
1776
1857
|
]), [n, r] = T({
|
|
1777
1858
|
data: void 0,
|
|
@@ -1785,15 +1866,15 @@ const xe = u({
|
|
|
1785
1866
|
r(o);
|
|
1786
1867
|
}), e.run(d(t)), b([...g(t)], () => {
|
|
1787
1868
|
e.run(d(t));
|
|
1788
|
-
}),
|
|
1869
|
+
}), w(() => {
|
|
1789
1870
|
e.destroy();
|
|
1790
|
-
}),
|
|
1791
|
-
},
|
|
1871
|
+
}), y(n.value);
|
|
1872
|
+
}, Vn = (t) => {
|
|
1792
1873
|
C("useGetFilterMembers");
|
|
1793
1874
|
const { filter: e, parentFilters: n = [] } = d(t), r = {
|
|
1794
1875
|
selectedMembers: [],
|
|
1795
1876
|
allMembers: [],
|
|
1796
|
-
...
|
|
1877
|
+
...xe(e) ? {
|
|
1797
1878
|
excludeMembers: e.config.excludeMembers,
|
|
1798
1879
|
enableMultiSelection: e.config.enableMultiSelection,
|
|
1799
1880
|
hasBackgroundFilter: !!e.config.backgroundFilter && n.length === 0
|
|
@@ -1802,7 +1883,7 @@ const xe = u({
|
|
|
1802
1883
|
enableMultiSelection: !1,
|
|
1803
1884
|
hasBackgroundFilter: !1
|
|
1804
1885
|
}
|
|
1805
|
-
}, o = new A(
|
|
1886
|
+
}, o = new A(_t, [M()]), [i, s] = T({
|
|
1806
1887
|
isLoading: !0,
|
|
1807
1888
|
isError: !1,
|
|
1808
1889
|
isSuccess: !1,
|
|
@@ -1811,16 +1892,16 @@ const xe = u({
|
|
|
1811
1892
|
data: r,
|
|
1812
1893
|
isAllItemsLoaded: !1
|
|
1813
1894
|
});
|
|
1814
|
-
return o.subscribe((
|
|
1815
|
-
s(
|
|
1895
|
+
return o.subscribe((u) => {
|
|
1896
|
+
s(u);
|
|
1816
1897
|
}), o.run(d(t)), b([...g(t)], () => {
|
|
1817
1898
|
o.run(d(t));
|
|
1818
|
-
}),
|
|
1899
|
+
}), w(() => {
|
|
1819
1900
|
o.destroy();
|
|
1820
|
-
}),
|
|
1821
|
-
},
|
|
1901
|
+
}), y(i.value);
|
|
1902
|
+
}, Kn = (t) => {
|
|
1822
1903
|
C("useGetDataSourceDimensions");
|
|
1823
|
-
const e = new A(
|
|
1904
|
+
const e = new A(Vt, [
|
|
1824
1905
|
M()
|
|
1825
1906
|
]), [n, r] = T({
|
|
1826
1907
|
isLoading: !0,
|
|
@@ -1834,10 +1915,10 @@ const xe = u({
|
|
|
1834
1915
|
r(o);
|
|
1835
1916
|
}), e.run(d(t)), b([...g(t)], () => {
|
|
1836
1917
|
e.run(d(t));
|
|
1837
|
-
}),
|
|
1918
|
+
}), w(() => {
|
|
1838
1919
|
e.destroy();
|
|
1839
|
-
}),
|
|
1840
|
-
},
|
|
1920
|
+
}), y(n.value);
|
|
1921
|
+
}, Nn = (t) => {
|
|
1841
1922
|
C("useGetDashboardModel");
|
|
1842
1923
|
const [e, n] = W(Q, {
|
|
1843
1924
|
isLoading: !0,
|
|
@@ -1846,15 +1927,15 @@ const xe = u({
|
|
|
1846
1927
|
status: "loading",
|
|
1847
1928
|
error: void 0,
|
|
1848
1929
|
data: void 0
|
|
1849
|
-
}), r =
|
|
1930
|
+
}), r = v(), o = H(), i = async (u) => {
|
|
1850
1931
|
try {
|
|
1851
1932
|
n({ type: "loading" });
|
|
1852
1933
|
const { dashboardOid: a, includeWidgets: p, includeFilters: S } = d(t), f = await Nt(
|
|
1853
|
-
|
|
1934
|
+
u.httpClient,
|
|
1854
1935
|
a,
|
|
1855
1936
|
{ includeWidgets: p, includeFilters: S },
|
|
1856
1937
|
o.value,
|
|
1857
|
-
|
|
1938
|
+
u.settings
|
|
1858
1939
|
);
|
|
1859
1940
|
n({ type: "success", data: f });
|
|
1860
1941
|
} catch (a) {
|
|
@@ -1864,14 +1945,14 @@ const xe = u({
|
|
|
1864
1945
|
b(
|
|
1865
1946
|
[...g(t), r, o],
|
|
1866
1947
|
() => {
|
|
1867
|
-
const { app:
|
|
1868
|
-
!
|
|
1948
|
+
const { app: u } = r.value, { enabled: a } = d(t);
|
|
1949
|
+
!u || !(a === void 0 || a === !0) || i(u);
|
|
1869
1950
|
},
|
|
1870
1951
|
{ immediate: !0 }
|
|
1871
1952
|
);
|
|
1872
|
-
const s =
|
|
1873
|
-
return
|
|
1874
|
-
},
|
|
1953
|
+
const s = y(e.value);
|
|
1954
|
+
return y(Kt(s));
|
|
1955
|
+
}, Jn = (t) => {
|
|
1875
1956
|
C("useGetDashboardModels");
|
|
1876
1957
|
const [e, n] = W(Q, {
|
|
1877
1958
|
isLoading: !0,
|
|
@@ -1880,14 +1961,14 @@ const xe = u({
|
|
|
1880
1961
|
status: "loading",
|
|
1881
1962
|
error: void 0,
|
|
1882
1963
|
data: void 0
|
|
1883
|
-
}), r =
|
|
1964
|
+
}), r = v(), o = H(), i = async (u) => {
|
|
1884
1965
|
try {
|
|
1885
1966
|
n({ type: "loading" });
|
|
1886
1967
|
const a = d(t), p = await zt(
|
|
1887
|
-
|
|
1968
|
+
u.httpClient,
|
|
1888
1969
|
a,
|
|
1889
1970
|
o.value,
|
|
1890
|
-
|
|
1971
|
+
u.settings
|
|
1891
1972
|
);
|
|
1892
1973
|
n({ type: "success", data: p });
|
|
1893
1974
|
} catch (a) {
|
|
@@ -1897,16 +1978,16 @@ const xe = u({
|
|
|
1897
1978
|
b(
|
|
1898
1979
|
[...g(t), r, o],
|
|
1899
1980
|
() => {
|
|
1900
|
-
const { app:
|
|
1901
|
-
!
|
|
1981
|
+
const { app: u } = r.value, { enabled: a } = d(t);
|
|
1982
|
+
!u || !(a === void 0 || a === !0) || i(u);
|
|
1902
1983
|
},
|
|
1903
1984
|
{ immediate: !0 }
|
|
1904
1985
|
);
|
|
1905
|
-
const s =
|
|
1906
|
-
return
|
|
1907
|
-
},
|
|
1986
|
+
const s = y(e.value);
|
|
1987
|
+
return y(Jt(s));
|
|
1988
|
+
}, zn = (t) => {
|
|
1908
1989
|
C("useGetSharedFormula");
|
|
1909
|
-
const e = new A(
|
|
1990
|
+
const e = new A(Ut, [
|
|
1910
1991
|
M()
|
|
1911
1992
|
]), [n, r] = T({
|
|
1912
1993
|
isLoading: !0,
|
|
@@ -1920,10 +2001,10 @@ const xe = u({
|
|
|
1920
2001
|
r(o);
|
|
1921
2002
|
}), e.run(d(t)), b([...g(t)], () => {
|
|
1922
2003
|
e.run(d(t));
|
|
1923
|
-
}),
|
|
2004
|
+
}), w(() => {
|
|
1924
2005
|
e.destroy();
|
|
1925
|
-
}),
|
|
1926
|
-
},
|
|
2006
|
+
}), y(n.value);
|
|
2007
|
+
}, Un = (t) => {
|
|
1927
2008
|
C("useGetWidgetModel");
|
|
1928
2009
|
const [e, n] = W(Q, {
|
|
1929
2010
|
isLoading: !0,
|
|
@@ -1932,10 +2013,10 @@ const xe = u({
|
|
|
1932
2013
|
status: "loading",
|
|
1933
2014
|
error: void 0,
|
|
1934
2015
|
data: void 0
|
|
1935
|
-
}), r =
|
|
2016
|
+
}), r = v(), o = async (i) => {
|
|
1936
2017
|
try {
|
|
1937
2018
|
n({ type: "loading" });
|
|
1938
|
-
const { dashboardOid: s, widgetOid:
|
|
2019
|
+
const { dashboardOid: s, widgetOid: u } = d(t), a = await Xt(i.httpClient, s, u);
|
|
1939
2020
|
n({ type: "success", data: a });
|
|
1940
2021
|
} catch (s) {
|
|
1941
2022
|
n({ type: "error", error: s });
|
|
@@ -1948,8 +2029,8 @@ const xe = u({
|
|
|
1948
2029
|
!i || !(s === void 0 || s === !0) || o(i);
|
|
1949
2030
|
},
|
|
1950
2031
|
{ immediate: !0 }
|
|
1951
|
-
),
|
|
1952
|
-
},
|
|
2032
|
+
), y(e.value);
|
|
2033
|
+
}, Xn = (t) => {
|
|
1953
2034
|
C("useGetHierarchyModels");
|
|
1954
2035
|
const [e, n] = W(Q, {
|
|
1955
2036
|
isLoading: !0,
|
|
@@ -1958,10 +2039,10 @@ const xe = u({
|
|
|
1958
2039
|
status: "loading",
|
|
1959
2040
|
error: void 0,
|
|
1960
2041
|
data: void 0
|
|
1961
|
-
}), r =
|
|
2042
|
+
}), r = v(), o = async (i) => {
|
|
1962
2043
|
try {
|
|
1963
2044
|
n({ type: "loading" });
|
|
1964
|
-
const s = await
|
|
2045
|
+
const s = await Yt(i.httpClient, d(t));
|
|
1965
2046
|
n({ type: "success", data: s });
|
|
1966
2047
|
} catch (s) {
|
|
1967
2048
|
n({ type: "error", error: s });
|
|
@@ -1974,8 +2055,8 @@ const xe = u({
|
|
|
1974
2055
|
!i || !(s === void 0 || s === !0) || o(i);
|
|
1975
2056
|
},
|
|
1976
2057
|
{ immediate: !0 }
|
|
1977
|
-
),
|
|
1978
|
-
},
|
|
2058
|
+
), y(e.value);
|
|
2059
|
+
}, Yn = (t, e, n) => {
|
|
1979
2060
|
const [r, o] = W(Q, {
|
|
1980
2061
|
isLoading: !0,
|
|
1981
2062
|
isError: !1,
|
|
@@ -1983,18 +2064,18 @@ const xe = u({
|
|
|
1983
2064
|
status: "loading",
|
|
1984
2065
|
error: void 0,
|
|
1985
2066
|
data: void 0
|
|
1986
|
-
}), i =
|
|
2067
|
+
}), i = v(), s = async (u) => {
|
|
1987
2068
|
try {
|
|
1988
2069
|
o({ type: "loading" });
|
|
1989
|
-
const a =
|
|
2070
|
+
const a = K(t), p = e ? d(e) : {}, S = n ? d(n) : {}, f = {
|
|
1990
2071
|
requestConfig: S.requestConfig ? d(S.requestConfig) : {},
|
|
1991
2072
|
skipTrackingParam: !0
|
|
1992
|
-
},
|
|
1993
|
-
|
|
2073
|
+
}, h = await u.call(
|
|
2074
|
+
u.url + a,
|
|
1994
2075
|
p,
|
|
1995
2076
|
f
|
|
1996
2077
|
);
|
|
1997
|
-
o({ type: "success", data:
|
|
2078
|
+
o({ type: "success", data: h });
|
|
1998
2079
|
} catch (a) {
|
|
1999
2080
|
o({ type: "error", error: a });
|
|
2000
2081
|
}
|
|
@@ -2002,13 +2083,13 @@ const xe = u({
|
|
|
2002
2083
|
return b(
|
|
2003
2084
|
[...g(t, e, n), i],
|
|
2004
2085
|
() => {
|
|
2005
|
-
const { app:
|
|
2006
|
-
!
|
|
2086
|
+
const { app: u } = i.value, a = d(n || {}).enabled;
|
|
2087
|
+
!u || !(a === void 0 || a === !0) || s(u.httpClient);
|
|
2007
2088
|
},
|
|
2008
2089
|
{ immediate: !0 }
|
|
2009
|
-
),
|
|
2090
|
+
), y(r.value);
|
|
2010
2091
|
};
|
|
2011
|
-
class
|
|
2092
|
+
class Me {
|
|
2012
2093
|
constructor(e, n) {
|
|
2013
2094
|
I(this, "app", null);
|
|
2014
2095
|
I(this, "container", null);
|
|
@@ -2030,7 +2111,7 @@ class Ae {
|
|
|
2030
2111
|
const r = {
|
|
2031
2112
|
setup: () => () => rt(this.componentClass, this.propsRef.value)
|
|
2032
2113
|
};
|
|
2033
|
-
this.app =
|
|
2114
|
+
this.app = fe(r), this.app.provide(De, this.contexts.sisenseContext), this.app.provide(me, this.contexts.themeContext), this.app.provide(je, this.contexts.customWidgetsContext), this.app.mount(e);
|
|
2034
2115
|
}
|
|
2035
2116
|
/**
|
|
2036
2117
|
* Updates the props on the existing Vue component instance.
|
|
@@ -2056,29 +2137,29 @@ class Ae {
|
|
|
2056
2137
|
return this.app !== null && !this.isDestroyed;
|
|
2057
2138
|
}
|
|
2058
2139
|
}
|
|
2059
|
-
function
|
|
2060
|
-
return (n) =>
|
|
2061
|
-
adapterFactory: () => new
|
|
2140
|
+
function Re(t, e) {
|
|
2141
|
+
return (n) => te(ee, {
|
|
2142
|
+
adapterFactory: () => new Me(t, e),
|
|
2062
2143
|
componentProps: n
|
|
2063
2144
|
});
|
|
2064
2145
|
}
|
|
2065
|
-
function
|
|
2066
|
-
return
|
|
2146
|
+
function qe(t) {
|
|
2147
|
+
return c({
|
|
2067
2148
|
name: "PreactComponent",
|
|
2068
2149
|
inheritAttrs: !1,
|
|
2069
2150
|
setup: (e, { attrs: n }) => {
|
|
2070
|
-
const r = D(null), o = new
|
|
2151
|
+
const r = D(null), o = new Zt(
|
|
2071
2152
|
// the adapter renders any preact function component; the attrs are forwarded untyped
|
|
2072
2153
|
t,
|
|
2073
|
-
|
|
2154
|
+
Pe()
|
|
2074
2155
|
);
|
|
2075
|
-
return
|
|
2156
|
+
return w(() => {
|
|
2076
2157
|
o.destroy();
|
|
2077
|
-
}), () => (r.value && o.render(r.value,
|
|
2158
|
+
}), () => (r.value && o.render(r.value, N({ ...n })), rt("div", { ref: r, style: "width: 100%; height: 100%" }));
|
|
2078
2159
|
}
|
|
2079
2160
|
});
|
|
2080
2161
|
}
|
|
2081
|
-
function
|
|
2162
|
+
function z(t) {
|
|
2082
2163
|
const e = /* @__PURE__ */ new WeakMap(), n = /* @__PURE__ */ new WeakMap(), r = (o, i) => {
|
|
2083
2164
|
e.set(o, i), n.set(i, o);
|
|
2084
2165
|
};
|
|
@@ -2093,7 +2174,7 @@ function K(t) {
|
|
|
2093
2174
|
const i = e.get(o);
|
|
2094
2175
|
if (i)
|
|
2095
2176
|
return i;
|
|
2096
|
-
const s =
|
|
2177
|
+
const s = Re(o, t);
|
|
2097
2178
|
return r(o, s), s;
|
|
2098
2179
|
},
|
|
2099
2180
|
/**
|
|
@@ -2107,14 +2188,14 @@ function K(t) {
|
|
|
2107
2188
|
const i = n.get(o);
|
|
2108
2189
|
if (i)
|
|
2109
2190
|
return i;
|
|
2110
|
-
const s =
|
|
2191
|
+
const s = qe(o);
|
|
2111
2192
|
return r(s, o), s;
|
|
2112
2193
|
}
|
|
2113
2194
|
};
|
|
2114
2195
|
}
|
|
2115
|
-
const
|
|
2116
|
-
const t =
|
|
2117
|
-
sisenseContext:
|
|
2196
|
+
const Zn = () => {
|
|
2197
|
+
const t = J(), e = z({
|
|
2198
|
+
sisenseContext: v(),
|
|
2118
2199
|
themeContext: H(),
|
|
2119
2200
|
customWidgetsContext: t
|
|
2120
2201
|
});
|
|
@@ -2151,28 +2232,28 @@ const Xn = () => {
|
|
|
2151
2232
|
*/
|
|
2152
2233
|
hasCustomWidget: (n) => t.value.customWidgetsMap.has(n)
|
|
2153
2234
|
};
|
|
2154
|
-
},
|
|
2235
|
+
}, tr = (t, e = {}) => {
|
|
2155
2236
|
C("useComposedDashboard");
|
|
2156
2237
|
const n = (a) => d(a), r = new A(
|
|
2157
|
-
|
|
2238
|
+
ne,
|
|
2158
2239
|
[M()]
|
|
2159
2240
|
), [o, i] = T(d(t));
|
|
2160
2241
|
r.subscribe(({ dashboard: a }) => {
|
|
2161
2242
|
i(a);
|
|
2162
2243
|
}), r.run(n(t), e), b([...g(t)], () => {
|
|
2163
2244
|
r.run(n(t), e);
|
|
2164
|
-
}),
|
|
2245
|
+
}), w(() => {
|
|
2165
2246
|
r.destroy();
|
|
2166
2247
|
});
|
|
2167
|
-
const s = Z(r, "setFilters"),
|
|
2248
|
+
const s = Z(r, "setFilters"), u = Z(r, "setWidgetsLayout");
|
|
2168
2249
|
return {
|
|
2169
2250
|
dashboard: o,
|
|
2170
2251
|
setFilters: s,
|
|
2171
|
-
setWidgetsLayout:
|
|
2252
|
+
setWidgetsLayout: u
|
|
2172
2253
|
};
|
|
2173
|
-
},
|
|
2254
|
+
}, er = (t, e) => {
|
|
2174
2255
|
C("useJtdWidget");
|
|
2175
|
-
const n = new A(
|
|
2256
|
+
const n = new A(re, [
|
|
2176
2257
|
M(),
|
|
2177
2258
|
ve()
|
|
2178
2259
|
]), r = D(null);
|
|
@@ -2180,15 +2261,15 @@ const Xn = () => {
|
|
|
2180
2261
|
r.value = i;
|
|
2181
2262
|
});
|
|
2182
2263
|
const o = () => {
|
|
2183
|
-
const i =
|
|
2264
|
+
const i = Oe(t), s = d(e);
|
|
2184
2265
|
n.run(i, s);
|
|
2185
2266
|
};
|
|
2186
2267
|
return o(), b([...g(t), ...g(e)], () => {
|
|
2187
2268
|
o();
|
|
2188
|
-
}),
|
|
2269
|
+
}), w(() => {
|
|
2189
2270
|
n.destroy();
|
|
2190
2271
|
}), r;
|
|
2191
|
-
},
|
|
2272
|
+
}, We = c({
|
|
2192
2273
|
props: {
|
|
2193
2274
|
/**
|
|
2194
2275
|
* {@inheritDoc @sisense/sdk-ui!ContextMenuProps.closeContextMenu}
|
|
@@ -2206,8 +2287,8 @@ const Xn = () => {
|
|
|
2206
2287
|
*/
|
|
2207
2288
|
position: Object
|
|
2208
2289
|
},
|
|
2209
|
-
setup: (t, { slots: e }) => ot(
|
|
2210
|
-
}),
|
|
2290
|
+
setup: (t, { slots: e }) => ot(oe, t, e, [])
|
|
2291
|
+
}), Te = ({
|
|
2211
2292
|
drilldownPaths: t,
|
|
2212
2293
|
initialDimension: e
|
|
2213
2294
|
}) => {
|
|
@@ -2216,43 +2297,43 @@ const Xn = () => {
|
|
|
2216
2297
|
"Initial dimension has to be specified to use drilldown with custom components"
|
|
2217
2298
|
);
|
|
2218
2299
|
const n = D([]), r = D(), o = D([]), i = D([]), s = V(() => [
|
|
2219
|
-
|
|
2220
|
-
...n.value.map(({ nextDimension:
|
|
2221
|
-
]),
|
|
2222
|
-
() => t.value.filter((
|
|
2223
|
-
if (we.isAttribute(
|
|
2224
|
-
const
|
|
2300
|
+
ie(e),
|
|
2301
|
+
...n.value.map(({ nextDimension: h }) => h)
|
|
2302
|
+
]), u = V(
|
|
2303
|
+
() => t.value.filter((h) => {
|
|
2304
|
+
if (we.isAttribute(h)) {
|
|
2305
|
+
const P = h;
|
|
2225
2306
|
return s.value.every(
|
|
2226
|
-
(R) => !tt(R,
|
|
2307
|
+
(R) => !tt(R, P)
|
|
2227
2308
|
);
|
|
2228
2309
|
}
|
|
2229
|
-
const m =
|
|
2310
|
+
const m = h;
|
|
2230
2311
|
return s.value.every(
|
|
2231
|
-
(
|
|
2312
|
+
(P, R) => tt(P, m.levels[R])
|
|
2232
2313
|
);
|
|
2233
2314
|
})
|
|
2234
|
-
), a = (
|
|
2235
|
-
n.value =
|
|
2315
|
+
), a = (h, F, m) => {
|
|
2316
|
+
n.value = se(
|
|
2236
2317
|
n.value,
|
|
2237
|
-
|
|
2318
|
+
h,
|
|
2238
2319
|
F,
|
|
2239
2320
|
m
|
|
2240
2321
|
), f();
|
|
2241
|
-
}, p = (
|
|
2242
|
-
n.value = n.value.slice(0,
|
|
2322
|
+
}, p = (h) => {
|
|
2323
|
+
n.value = n.value.slice(0, h), f();
|
|
2243
2324
|
}, S = () => {
|
|
2244
2325
|
n.value = [], f();
|
|
2245
2326
|
}, f = () => {
|
|
2246
|
-
const
|
|
2327
|
+
const h = (m) => m === "drilldown.breadcrumbsAllSuffix" ? "All" : m, F = ae(
|
|
2247
2328
|
n.value,
|
|
2248
2329
|
e,
|
|
2249
|
-
|
|
2330
|
+
h
|
|
2250
2331
|
);
|
|
2251
2332
|
r.value = F.drilldownDimension, o.value = F.drilldownFilters, i.value = F.drilldownFiltersDisplayValues;
|
|
2252
2333
|
};
|
|
2253
2334
|
return f(), {
|
|
2254
2335
|
drilldownSelections: n,
|
|
2255
|
-
availableDrilldownPaths:
|
|
2336
|
+
availableDrilldownPaths: u,
|
|
2256
2337
|
drilldownDimension: r,
|
|
2257
2338
|
drilldownFilters: o,
|
|
2258
2339
|
drilldownFiltersDisplayValues: i,
|
|
@@ -2260,7 +2341,7 @@ const Xn = () => {
|
|
|
2260
2341
|
sliceDrilldownSelections: p,
|
|
2261
2342
|
clearDrilldownSelections: S
|
|
2262
2343
|
};
|
|
2263
|
-
},
|
|
2344
|
+
}, Be = c({
|
|
2264
2345
|
props: {
|
|
2265
2346
|
/**
|
|
2266
2347
|
* {@inheritDoc @sisense/sdk-ui!DrilldownWidgetProps.config}
|
|
@@ -2296,12 +2377,12 @@ const Xn = () => {
|
|
|
2296
2377
|
},
|
|
2297
2378
|
setup: () => {
|
|
2298
2379
|
}
|
|
2299
|
-
}), Ee = { style: { display: "flex", "flex-direction": "column", height: "100%" } },
|
|
2380
|
+
}), Ee = { style: { display: "flex", "flex-direction": "column", height: "100%" } }, ke = { style: { "flex-grow": "1", "min-wdith": "0", "min-height": "0" } }, nr = /* @__PURE__ */ c({
|
|
2300
2381
|
__name: "drilldown-widget",
|
|
2301
|
-
props:
|
|
2382
|
+
props: Be.props,
|
|
2302
2383
|
setup(t) {
|
|
2303
|
-
const e = t, { drilldownPaths: n, initialDimension: r, config: o } =
|
|
2304
|
-
drilldownFilters:
|
|
2384
|
+
const e = t, { drilldownPaths: n, initialDimension: r, config: o } = y(e), i = D(null), s = D([]), {
|
|
2385
|
+
drilldownFilters: u,
|
|
2305
2386
|
// computed
|
|
2306
2387
|
drilldownDimension: a,
|
|
2307
2388
|
// computed
|
|
@@ -2310,18 +2391,18 @@ const Xn = () => {
|
|
|
2310
2391
|
availableDrilldownPaths: S,
|
|
2311
2392
|
// computed
|
|
2312
2393
|
selectDrilldown: f,
|
|
2313
|
-
sliceDrilldownSelections:
|
|
2394
|
+
sliceDrilldownSelections: h,
|
|
2314
2395
|
clearDrilldownSelections: F
|
|
2315
|
-
} =
|
|
2396
|
+
} = Te({
|
|
2316
2397
|
drilldownPaths: n,
|
|
2317
2398
|
initialDimension: r.value
|
|
2318
2399
|
}), m = (O) => {
|
|
2319
2400
|
f(s.value, O);
|
|
2320
|
-
},
|
|
2321
|
-
const O = (Y) => Y === "drilldown.drillMenuItem" ? "Drill" : Y, k =
|
|
2401
|
+
}, P = V(() => {
|
|
2402
|
+
const O = (Y) => Y === "drilldown.drillMenuItem" ? "Drill" : Y, k = ce(
|
|
2322
2403
|
s.value,
|
|
2323
2404
|
a.value
|
|
2324
|
-
), q =
|
|
2405
|
+
), q = ue(
|
|
2325
2406
|
S.value,
|
|
2326
2407
|
a.value,
|
|
2327
2408
|
m,
|
|
@@ -2335,34 +2416,34 @@ const Xn = () => {
|
|
|
2335
2416
|
}, L = () => {
|
|
2336
2417
|
i.value = null;
|
|
2337
2418
|
};
|
|
2338
|
-
return (O, k) => (
|
|
2419
|
+
return (O, k) => (Ce(), Se("div", Ee, [
|
|
2339
2420
|
_(O.$slots, "contextMenu", {
|
|
2340
|
-
contextMenuProps: { position: i.value, itemSections:
|
|
2421
|
+
contextMenuProps: { position: i.value, itemSections: P.value, closeContextMenu: L }
|
|
2341
2422
|
}, () => [
|
|
2342
|
-
et(j(
|
|
2423
|
+
et(j(We), {
|
|
2343
2424
|
position: i.value,
|
|
2344
|
-
itemSections:
|
|
2425
|
+
itemSections: P.value,
|
|
2345
2426
|
closeContextMenu: L
|
|
2346
2427
|
}, null, 8, ["position", "itemSections"])
|
|
2347
2428
|
]),
|
|
2348
2429
|
_(O.$slots, "breadcrumbs", {
|
|
2349
2430
|
drilldownBreadcrumbsProps: {
|
|
2350
2431
|
clearDrilldownSelections: j(F),
|
|
2351
|
-
sliceDrilldownSelections: j(
|
|
2432
|
+
sliceDrilldownSelections: j(h),
|
|
2352
2433
|
drilldownFiltersDisplayValues: j(p),
|
|
2353
2434
|
drilldownDimension: j(a)
|
|
2354
2435
|
}
|
|
2355
2436
|
}, () => [
|
|
2356
|
-
et(j(
|
|
2437
|
+
et(j(Ae), {
|
|
2357
2438
|
"clear-drilldown-selections": j(F),
|
|
2358
|
-
"slice-drilldown-selections": j(
|
|
2439
|
+
"slice-drilldown-selections": j(h),
|
|
2359
2440
|
"filters-display-values": j(p),
|
|
2360
2441
|
"current-dimension": j(a)
|
|
2361
2442
|
}, null, 8, ["clear-drilldown-selections", "slice-drilldown-selections", "filters-display-values", "current-dimension"])
|
|
2362
2443
|
]),
|
|
2363
|
-
|
|
2444
|
+
Fe("div", ke, [
|
|
2364
2445
|
_(O.$slots, "chart", {
|
|
2365
|
-
drilldownFilters: j(
|
|
2446
|
+
drilldownFilters: j(u),
|
|
2366
2447
|
drilldownDimension: j(a),
|
|
2367
2448
|
onDataPointsSelected: G,
|
|
2368
2449
|
onContextMenu: R
|
|
@@ -2370,7 +2451,7 @@ const Xn = () => {
|
|
|
2370
2451
|
])
|
|
2371
2452
|
]));
|
|
2372
2453
|
}
|
|
2373
|
-
}),
|
|
2454
|
+
}), rr = c({
|
|
2374
2455
|
props: {
|
|
2375
2456
|
/**
|
|
2376
2457
|
* {@inheritDoc @sisense/sdk-ui!ChartWidgetProps.bottomSlot}
|
|
@@ -2503,8 +2584,8 @@ const Xn = () => {
|
|
|
2503
2584
|
*/
|
|
2504
2585
|
onDataReady: Function
|
|
2505
2586
|
},
|
|
2506
|
-
setup: (t) => l(
|
|
2507
|
-
}),
|
|
2587
|
+
setup: (t) => l(le, t)
|
|
2588
|
+
}), or = c({
|
|
2508
2589
|
props: {
|
|
2509
2590
|
/** @internal */
|
|
2510
2591
|
bottomSlot: Object,
|
|
@@ -2611,8 +2692,8 @@ const Xn = () => {
|
|
|
2611
2692
|
*/
|
|
2612
2693
|
onDataReady: Function
|
|
2613
2694
|
},
|
|
2614
|
-
setup: (t) => l(
|
|
2615
|
-
}),
|
|
2695
|
+
setup: (t) => l(de, t)
|
|
2696
|
+
}), ir = c({
|
|
2616
2697
|
props: {
|
|
2617
2698
|
/**
|
|
2618
2699
|
* {@inheritDoc @sisense/sdk-ui!PivotTableWidgetProps.dataOptions}
|
|
@@ -2718,8 +2799,8 @@ const Xn = () => {
|
|
|
2718
2799
|
*/
|
|
2719
2800
|
onHeaderCellFormat: Function
|
|
2720
2801
|
},
|
|
2721
|
-
setup: (t) => l(
|
|
2722
|
-
}),
|
|
2802
|
+
setup: (t) => l(pe, t)
|
|
2803
|
+
}), sr = c({
|
|
2723
2804
|
props: {
|
|
2724
2805
|
/**
|
|
2725
2806
|
* Unique identifier of the widget
|
|
@@ -2857,7 +2938,7 @@ const Xn = () => {
|
|
|
2857
2938
|
*/
|
|
2858
2939
|
onDataPointsSelected: Function
|
|
2859
2940
|
},
|
|
2860
|
-
setup: (t) => l(
|
|
2941
|
+
setup: (t) => l(he, t)
|
|
2861
2942
|
});
|
|
2862
2943
|
function U(t, e) {
|
|
2863
2944
|
return e ? t.map((n) => ({
|
|
@@ -2871,36 +2952,36 @@ function X(t, e) {
|
|
|
2871
2952
|
component: e.fromPreactComponent(n.component)
|
|
2872
2953
|
})) : t;
|
|
2873
2954
|
}
|
|
2874
|
-
function
|
|
2955
|
+
function $e(t, e) {
|
|
2875
2956
|
return (n) => U(
|
|
2876
2957
|
t(X(n, e)),
|
|
2877
2958
|
e
|
|
2878
2959
|
);
|
|
2879
2960
|
}
|
|
2880
|
-
function
|
|
2961
|
+
function Ie(t, e) {
|
|
2881
2962
|
return (n) => X(
|
|
2882
2963
|
t(U(n, e)),
|
|
2883
2964
|
e
|
|
2884
2965
|
);
|
|
2885
2966
|
}
|
|
2886
|
-
function
|
|
2967
|
+
function Qe(t, e) {
|
|
2887
2968
|
const { items: n, onBeforeRender: r, ...o } = t;
|
|
2888
2969
|
return {
|
|
2889
2970
|
...o,
|
|
2890
2971
|
...n && { items: U(n, e) },
|
|
2891
2972
|
// omitted entirely when the consumer provided no transform, so the renderer can skip it
|
|
2892
2973
|
...r && {
|
|
2893
|
-
onBeforeRender:
|
|
2974
|
+
onBeforeRender: $e(r, e)
|
|
2894
2975
|
}
|
|
2895
2976
|
};
|
|
2896
2977
|
}
|
|
2897
|
-
function
|
|
2978
|
+
function He(t, e) {
|
|
2898
2979
|
const { items: n, onBeforeRender: r, ...o } = t;
|
|
2899
2980
|
return {
|
|
2900
2981
|
...o,
|
|
2901
2982
|
...n && { items: X(n, e) },
|
|
2902
2983
|
...r && {
|
|
2903
|
-
onBeforeRender:
|
|
2984
|
+
onBeforeRender: Ie(r, e)
|
|
2904
2985
|
}
|
|
2905
2986
|
};
|
|
2906
2987
|
}
|
|
@@ -2908,32 +2989,32 @@ function st(t, e) {
|
|
|
2908
2989
|
const { header: n, ...r } = t;
|
|
2909
2990
|
return {
|
|
2910
2991
|
...r,
|
|
2911
|
-
...n && { header:
|
|
2992
|
+
...n && { header: Qe(n, e) }
|
|
2912
2993
|
// sibling sections are shared with preact verbatim; only `header` carries Vue components
|
|
2913
2994
|
};
|
|
2914
2995
|
}
|
|
2915
|
-
function
|
|
2996
|
+
function Le(t, e) {
|
|
2916
2997
|
const { header: n, ...r } = t;
|
|
2917
2998
|
return {
|
|
2918
2999
|
...r,
|
|
2919
|
-
...n && { header:
|
|
3000
|
+
...n && { header: He(n, e) }
|
|
2920
3001
|
};
|
|
2921
3002
|
}
|
|
2922
|
-
function
|
|
3003
|
+
function B(t, e) {
|
|
2923
3004
|
const { config: n, ...r } = t;
|
|
2924
3005
|
return {
|
|
2925
3006
|
...r,
|
|
2926
3007
|
...n && { config: st(n, e) }
|
|
2927
3008
|
};
|
|
2928
3009
|
}
|
|
2929
|
-
function
|
|
3010
|
+
function E(t, e) {
|
|
2930
3011
|
const { config: n, ...r } = t;
|
|
2931
3012
|
return {
|
|
2932
3013
|
...r,
|
|
2933
|
-
...n && { config:
|
|
3014
|
+
...n && { config: Le(n, e) }
|
|
2934
3015
|
};
|
|
2935
3016
|
}
|
|
2936
|
-
function
|
|
3017
|
+
function Ge(t, e) {
|
|
2937
3018
|
const { config: n, ...r } = t;
|
|
2938
3019
|
return {
|
|
2939
3020
|
...r,
|
|
@@ -2942,7 +3023,7 @@ function Le(t, e) {
|
|
|
2942
3023
|
}
|
|
2943
3024
|
};
|
|
2944
3025
|
}
|
|
2945
|
-
const
|
|
3026
|
+
const ar = c({
|
|
2946
3027
|
props: {
|
|
2947
3028
|
/**
|
|
2948
3029
|
* {@inheritDoc @sisense/sdk-ui!DashboardByIdProps.dashboardOid}
|
|
@@ -2957,17 +3038,17 @@ const ir = u({
|
|
|
2957
3038
|
config: Object
|
|
2958
3039
|
},
|
|
2959
3040
|
setup: (t) => {
|
|
2960
|
-
const e =
|
|
2961
|
-
sisenseContext:
|
|
3041
|
+
const e = z({
|
|
3042
|
+
sisenseContext: v(),
|
|
2962
3043
|
themeContext: H(),
|
|
2963
|
-
customWidgetsContext:
|
|
3044
|
+
customWidgetsContext: J()
|
|
2964
3045
|
});
|
|
2965
3046
|
return l(
|
|
2966
3047
|
ye,
|
|
2967
|
-
() =>
|
|
3048
|
+
() => Ge(N(t), e)
|
|
2968
3049
|
);
|
|
2969
3050
|
}
|
|
2970
|
-
}),
|
|
3051
|
+
}), cr = c({
|
|
2971
3052
|
props: {
|
|
2972
3053
|
/**
|
|
2973
3054
|
* {@inheritDoc @sisense/sdk-ui!DashboardProps.title}
|
|
@@ -3006,146 +3087,148 @@ const ir = u({
|
|
|
3006
3087
|
styleOptions: Object
|
|
3007
3088
|
},
|
|
3008
3089
|
setup: (t) => {
|
|
3009
|
-
const e =
|
|
3010
|
-
sisenseContext:
|
|
3090
|
+
const e = z({
|
|
3091
|
+
sisenseContext: v(),
|
|
3011
3092
|
themeContext: H(),
|
|
3012
|
-
customWidgetsContext:
|
|
3093
|
+
customWidgetsContext: J()
|
|
3013
3094
|
});
|
|
3014
3095
|
return l(
|
|
3015
|
-
|
|
3016
|
-
() =>
|
|
3096
|
+
ge,
|
|
3097
|
+
() => B(N(t), e)
|
|
3017
3098
|
);
|
|
3018
3099
|
}
|
|
3019
3100
|
});
|
|
3020
|
-
function
|
|
3021
|
-
return
|
|
3101
|
+
function _e(t) {
|
|
3102
|
+
return E(be.toDashboardProps(t));
|
|
3022
3103
|
}
|
|
3023
|
-
const
|
|
3104
|
+
const ur = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3024
3105
|
__proto__: null,
|
|
3025
|
-
toDashboardProps:
|
|
3026
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
3027
|
-
$.replaceFilters(
|
|
3028
|
-
),
|
|
3029
|
-
$.addFilter(
|
|
3030
|
-
), Ne = (t, e) =>
|
|
3031
|
-
$.addFilters(
|
|
3032
|
-
), Je = (t, e, n) =>
|
|
3106
|
+
toDashboardProps: _e
|
|
3107
|
+
}, Symbol.toStringTag, { value: "Module" })), Ve = (t, e) => E(
|
|
3108
|
+
$.replaceFilters(B(t), e)
|
|
3109
|
+
), Ke = (t, e) => E(
|
|
3110
|
+
$.addFilter(B(t), e)
|
|
3111
|
+
), Ne = (t, e) => E(
|
|
3112
|
+
$.addFilters(B(t), e)
|
|
3113
|
+
), Je = (t, e, n) => E(
|
|
3033
3114
|
$.replaceFilter(
|
|
3034
|
-
|
|
3115
|
+
B(t),
|
|
3035
3116
|
e,
|
|
3036
3117
|
n
|
|
3037
3118
|
)
|
|
3038
|
-
), ze = (t, e) =>
|
|
3039
|
-
$.removeFilter(
|
|
3040
|
-
),
|
|
3041
|
-
$.removeFilters(
|
|
3042
|
-
),
|
|
3119
|
+
), ze = (t, e) => E(
|
|
3120
|
+
$.removeFilter(B(t), e)
|
|
3121
|
+
), Ue = (t, e) => E(
|
|
3122
|
+
$.removeFilters(B(t), e)
|
|
3123
|
+
), lr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3043
3124
|
__proto__: null,
|
|
3044
|
-
addFilter:
|
|
3125
|
+
addFilter: Ke,
|
|
3045
3126
|
addFilters: Ne,
|
|
3046
3127
|
removeFilter: ze,
|
|
3047
|
-
removeFilters:
|
|
3128
|
+
removeFilters: Ue,
|
|
3048
3129
|
replaceFilter: Je,
|
|
3049
|
-
replaceFilters:
|
|
3050
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
3051
|
-
function Ye(t) {
|
|
3052
|
-
return w.toChartProps(t);
|
|
3053
|
-
}
|
|
3130
|
+
replaceFilters: Ve
|
|
3131
|
+
}, Symbol.toStringTag, { value: "Module" })), Xe = (t) => x.toExecuteQueryParams(t), Ye = (t) => x.toExecutePivotQueryParams(t);
|
|
3054
3132
|
function Ze(t) {
|
|
3055
|
-
return
|
|
3133
|
+
return x.toChartProps(t);
|
|
3056
3134
|
}
|
|
3057
3135
|
function tn(t) {
|
|
3058
|
-
return
|
|
3136
|
+
return x.toTableProps(t);
|
|
3059
3137
|
}
|
|
3060
3138
|
function en(t) {
|
|
3061
|
-
return
|
|
3139
|
+
return x.toPivotTableProps(t);
|
|
3062
3140
|
}
|
|
3063
3141
|
function nn(t) {
|
|
3064
|
-
return
|
|
3142
|
+
return x.toChartWidgetProps(t);
|
|
3065
3143
|
}
|
|
3066
3144
|
function rn(t) {
|
|
3067
|
-
return
|
|
3145
|
+
return x.toPivotTableWidgetProps(t);
|
|
3068
3146
|
}
|
|
3069
3147
|
function on(t) {
|
|
3070
|
-
return
|
|
3148
|
+
return x.toTextWidgetProps(t);
|
|
3071
3149
|
}
|
|
3072
|
-
|
|
3150
|
+
function sn(t) {
|
|
3151
|
+
return x.toWidgetProps(t);
|
|
3152
|
+
}
|
|
3153
|
+
const dr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3073
3154
|
__proto__: null,
|
|
3074
|
-
toChartProps:
|
|
3075
|
-
toChartWidgetProps:
|
|
3076
|
-
toExecutePivotQueryParams:
|
|
3077
|
-
toExecuteQueryParams:
|
|
3078
|
-
toPivotTableProps:
|
|
3079
|
-
toPivotTableWidgetProps:
|
|
3080
|
-
toTableProps:
|
|
3081
|
-
toTextWidgetProps:
|
|
3082
|
-
toWidgetProps:
|
|
3155
|
+
toChartProps: Ze,
|
|
3156
|
+
toChartWidgetProps: nn,
|
|
3157
|
+
toExecutePivotQueryParams: Ye,
|
|
3158
|
+
toExecuteQueryParams: Xe,
|
|
3159
|
+
toPivotTableProps: en,
|
|
3160
|
+
toPivotTableWidgetProps: rn,
|
|
3161
|
+
toTableProps: tn,
|
|
3162
|
+
toTextWidgetProps: on,
|
|
3163
|
+
toWidgetProps: sn
|
|
3083
3164
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
3084
3165
|
export {
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
|
|
3166
|
+
pn as AreaChart,
|
|
3167
|
+
qn as AreaRangeChart,
|
|
3168
|
+
An as AreamapChart,
|
|
3169
|
+
hn as BarChart,
|
|
3170
|
+
wn as BoxplotChart,
|
|
3090
3171
|
yn as CalendarHeatmapChart,
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
fn as
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
|
|
3129
|
-
|
|
3130
|
-
|
|
3131
|
-
|
|
3132
|
-
|
|
3133
|
-
|
|
3134
|
-
|
|
3135
|
-
|
|
3136
|
-
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
|
|
3140
|
-
|
|
3141
|
-
|
|
3142
|
-
|
|
3143
|
-
|
|
3144
|
-
|
|
3145
|
-
|
|
3146
|
-
Kn as
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
|
|
3150
|
-
|
|
3172
|
+
xn as Chart,
|
|
3173
|
+
rr as ChartWidget,
|
|
3174
|
+
gn as ColumnChart,
|
|
3175
|
+
We as ContextMenu,
|
|
3176
|
+
En as CriteriaFilterTile,
|
|
3177
|
+
jr as CustomWidgetsProvider,
|
|
3178
|
+
cr as Dashboard,
|
|
3179
|
+
ar as DashboardById,
|
|
3180
|
+
yr as DashboardHeaderTargets,
|
|
3181
|
+
Tn as DateRangeFilterTile,
|
|
3182
|
+
Ae as DrilldownBreadcrumbs,
|
|
3183
|
+
nr as DrilldownWidget,
|
|
3184
|
+
$n as FilterTile,
|
|
3185
|
+
gr as FilterTileMenuTargets,
|
|
3186
|
+
In as FiltersPanel,
|
|
3187
|
+
bn as FunnelChart,
|
|
3188
|
+
Pn as IndicatorChart,
|
|
3189
|
+
vn as KpiChart,
|
|
3190
|
+
fn as LineChart,
|
|
3191
|
+
Bn as MemberFilterTile,
|
|
3192
|
+
On as PieChart,
|
|
3193
|
+
Fn as PivotTable,
|
|
3194
|
+
ir as PivotTableWidget,
|
|
3195
|
+
jn as PolarChart,
|
|
3196
|
+
kn as RelativeDateFilterTile,
|
|
3197
|
+
Wn as SankeyChart,
|
|
3198
|
+
Cn as ScatterChart,
|
|
3199
|
+
Mn as ScattermapChart,
|
|
3200
|
+
Pr as SisenseContextProvider,
|
|
3201
|
+
Rn as StreamgraphChart,
|
|
3202
|
+
mn as SunburstChart,
|
|
3203
|
+
Sn as Table,
|
|
3204
|
+
vr as ThemeProvider,
|
|
3205
|
+
Dn as TreemapChart,
|
|
3206
|
+
sr as Widget,
|
|
3207
|
+
or as WidgetById,
|
|
3208
|
+
br as WidgetHeaderMenuTargets,
|
|
3209
|
+
fr as boxWhiskerProcessResult,
|
|
3210
|
+
lr as dashboardHelpers,
|
|
3211
|
+
ur as dashboardModelTranslator,
|
|
3212
|
+
Or as extractDimensionsAndMeasures,
|
|
3213
|
+
Cr as formatDataSet,
|
|
3214
|
+
Sr as formatDate,
|
|
3215
|
+
Fr as formatNumber,
|
|
3216
|
+
Dr as getDefaultDateFormat,
|
|
3217
|
+
tr as useComposedDashboard,
|
|
3218
|
+
Zn as useCustomWidgets,
|
|
3219
|
+
Ln as useExecuteCsvQuery,
|
|
3220
|
+
_n as useExecuteCustomWidgetQuery,
|
|
3221
|
+
Gn as useExecutePivotQuery,
|
|
3222
|
+
Qn as useExecuteQuery,
|
|
3223
|
+
Hn as useExecuteQueryByWidgetId,
|
|
3224
|
+
Yn as useFetch,
|
|
3225
|
+
Nn as useGetDashboardModel,
|
|
3226
|
+
Jn as useGetDashboardModels,
|
|
3227
|
+
Kn as useGetDataSourceDimensions,
|
|
3228
|
+
Vn as useGetFilterMembers,
|
|
3229
|
+
Xn as useGetHierarchyModels,
|
|
3230
|
+
zn as useGetSharedFormula,
|
|
3231
|
+
Un as useGetWidgetModel,
|
|
3232
|
+
er as useJtdWidget,
|
|
3233
|
+
dr as widgetModelTranslator
|
|
3151
3234
|
};
|