@sisense/sdk-ui-vue 1.19.0 → 1.21.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.cjs +858 -749
- package/dist/index.d.ts +1 -1
- package/dist/index.js +72280 -72506
- package/dist/{src → packages/sdk-ui-vue/src}/components/dashboard/dashboard-by-id.d.ts +4 -1
- package/dist/packages/sdk-ui-vue/src/components/dashboard/dashboard.d.ts +114 -0
- package/dist/{src → packages/sdk-ui-vue/src}/components/filters/basic-member-filter-tile.d.ts +2 -2
- package/dist/{src → packages/sdk-ui-vue/src}/components/filters/criteria-filter-tile.d.ts +1 -1
- package/dist/{src → packages/sdk-ui-vue/src}/components/filters/date-range-filter-tile.d.ts +1 -1
- package/dist/{src → packages/sdk-ui-vue/src}/components/filters/index.d.ts +1 -0
- package/dist/packages/sdk-ui-vue/src/components/filters/relative-date-filter-tile.d.ts +100 -0
- package/dist/{src → packages/sdk-ui-vue/src}/components/widgets/chart-widget.d.ts +1 -1
- package/dist/{src → packages/sdk-ui-vue/src}/composables/use-custom-drilldown.d.ts +717 -327
- package/dist/{src → packages/sdk-ui-vue/src}/composables/use-get-dashboard-model.d.ts +13 -9
- package/dist/{src → packages/sdk-ui-vue/src}/composables/use-get-dashboard-models.d.ts +1 -1
- package/dist/{src → packages/sdk-ui-vue/src}/composables/use-get-widget-model.d.ts +2 -2
- package/dist/packages/sdk-ui-vue/src/composables/use-plugins.d.ts +8 -0
- package/dist/{src → packages/sdk-ui-vue/src}/providers/plugins-provider.d.ts +3 -7
- package/dist/packages/sdk-ui-vue/src/sdk-ui-core-exports.d.ts +5 -0
- package/dist/{src → packages/sdk-ui-vue/src}/setup-helper.d.ts +4 -2
- package/package.json +2 -2
- package/dist/src/components/dashboard/dashboard.d.ts +0 -95
- package/dist/src/composables/use-plugins.d.ts +0 -12
- package/dist/src/sdk-ui-core-exports.d.ts +0 -5
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/area-chart.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/area-range-chart.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/areamap-chart.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/bar-chart.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/boxplot-chart.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/chart.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/column-chart.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/funnel-chart.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/index.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/indicator-chart.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/line-chart.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/pie-chart.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/pivot-table.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/polar-chart.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/scatter-chart.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/scattermap-chart.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/sunburst-chart.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/table.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/treemap-chart.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/context-menu.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/dashboard/index.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/drilldown-breadcrumbs.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/drilldown-widget.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/drilldown-widget.vue.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/filters/member-filter-tile.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/widgets/dashboard-widget.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/widgets/index.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/components/widgets/table-widget.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/composables/index.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/composables/use-execute-query-by-widget-id.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/composables/use-execute-query.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/composables/use-fetch.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/composables/use-get-shared-formula.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/composables/use-tracking.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/helpers/use-reducer.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/lib.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/providers/index.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/providers/sisense-context-provider.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/providers/theme-provider.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/types.d.ts +0 -0
- /package/dist/{src → packages/sdk-ui-vue/src}/utils.d.ts +0 -0
@@ -21,11 +21,6 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
21
21
|
category: {
|
22
22
|
readonly id: string;
|
23
23
|
dataOption: {
|
24
|
-
id?: string | undefined;
|
25
|
-
name: string;
|
26
|
-
type: string;
|
27
|
-
description?: string | undefined;
|
28
|
-
} | {
|
29
24
|
column: {
|
30
25
|
id?: string | undefined;
|
31
26
|
name: string;
|
@@ -79,20 +74,6 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
79
74
|
}[] | undefined;
|
80
75
|
defaultColor?: string | undefined;
|
81
76
|
} | undefined;
|
82
|
-
} | {
|
83
|
-
id?: string | undefined;
|
84
|
-
name: string;
|
85
|
-
aggregation?: string | undefined;
|
86
|
-
title?: string | undefined;
|
87
|
-
description?: string | undefined;
|
88
|
-
} | {
|
89
|
-
id?: string | undefined;
|
90
|
-
name: string;
|
91
|
-
type: string;
|
92
|
-
context: import("@sisense/sdk-data").MeasureContext;
|
93
|
-
expression: string;
|
94
|
-
description?: string | undefined;
|
95
|
-
title?: string | undefined;
|
96
77
|
} | {
|
97
78
|
column: {
|
98
79
|
id?: string | undefined;
|
@@ -297,6 +278,25 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
297
278
|
size?: "small" | "large" | undefined;
|
298
279
|
} | undefined;
|
299
280
|
} | undefined;
|
281
|
+
} | {
|
282
|
+
id?: string | undefined;
|
283
|
+
name: string;
|
284
|
+
type: string;
|
285
|
+
description?: string | undefined;
|
286
|
+
} | {
|
287
|
+
id?: string | undefined;
|
288
|
+
name: string;
|
289
|
+
aggregation?: string | undefined;
|
290
|
+
title?: string | undefined;
|
291
|
+
description?: string | undefined;
|
292
|
+
} | {
|
293
|
+
id?: string | undefined;
|
294
|
+
name: string;
|
295
|
+
type: string;
|
296
|
+
context: import("@sisense/sdk-data").MeasureContext;
|
297
|
+
expression: string;
|
298
|
+
description?: string | undefined;
|
299
|
+
title?: string | undefined;
|
300
300
|
};
|
301
301
|
attribute?: {
|
302
302
|
readonly expression: string;
|
@@ -306,6 +306,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
306
306
|
readonly type: string;
|
307
307
|
readonly description: string;
|
308
308
|
readonly id: string;
|
309
|
+
readonly dataSource?: {
|
310
|
+
address?: string | undefined;
|
311
|
+
database?: string | undefined;
|
312
|
+
id?: string | undefined;
|
313
|
+
title: string;
|
314
|
+
live?: boolean | undefined;
|
315
|
+
fullname?: string | undefined;
|
316
|
+
lastBuildTime?: string | undefined;
|
317
|
+
revisionId?: string | undefined;
|
318
|
+
} | undefined;
|
309
319
|
serializable: () => any;
|
310
320
|
toJSON: () => any;
|
311
321
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -321,6 +331,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
321
331
|
readonly type: string;
|
322
332
|
readonly description: string;
|
323
333
|
readonly id: string;
|
334
|
+
readonly dataSource?: {
|
335
|
+
address?: string | undefined;
|
336
|
+
database?: string | undefined;
|
337
|
+
id?: string | undefined;
|
338
|
+
title: string;
|
339
|
+
live?: boolean | undefined;
|
340
|
+
fullname?: string | undefined;
|
341
|
+
lastBuildTime?: string | undefined;
|
342
|
+
revisionId?: string | undefined;
|
343
|
+
} | undefined;
|
324
344
|
serializable: () => any;
|
325
345
|
toJSON: () => any;
|
326
346
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -333,11 +353,6 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
333
353
|
value: {
|
334
354
|
readonly id: string;
|
335
355
|
dataOption: {
|
336
|
-
id?: string | undefined;
|
337
|
-
name: string;
|
338
|
-
type: string;
|
339
|
-
description?: string | undefined;
|
340
|
-
} | {
|
341
356
|
column: {
|
342
357
|
id?: string | undefined;
|
343
358
|
name: string;
|
@@ -391,20 +406,6 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
391
406
|
}[] | undefined;
|
392
407
|
defaultColor?: string | undefined;
|
393
408
|
} | undefined;
|
394
|
-
} | {
|
395
|
-
id?: string | undefined;
|
396
|
-
name: string;
|
397
|
-
aggregation?: string | undefined;
|
398
|
-
title?: string | undefined;
|
399
|
-
description?: string | undefined;
|
400
|
-
} | {
|
401
|
-
id?: string | undefined;
|
402
|
-
name: string;
|
403
|
-
type: string;
|
404
|
-
context: import("@sisense/sdk-data").MeasureContext;
|
405
|
-
expression: string;
|
406
|
-
description?: string | undefined;
|
407
|
-
title?: string | undefined;
|
408
409
|
} | {
|
409
410
|
column: {
|
410
411
|
id?: string | undefined;
|
@@ -609,6 +610,25 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
609
610
|
size?: "small" | "large" | undefined;
|
610
611
|
} | undefined;
|
611
612
|
} | undefined;
|
613
|
+
} | {
|
614
|
+
id?: string | undefined;
|
615
|
+
name: string;
|
616
|
+
type: string;
|
617
|
+
description?: string | undefined;
|
618
|
+
} | {
|
619
|
+
id?: string | undefined;
|
620
|
+
name: string;
|
621
|
+
aggregation?: string | undefined;
|
622
|
+
title?: string | undefined;
|
623
|
+
description?: string | undefined;
|
624
|
+
} | {
|
625
|
+
id?: string | undefined;
|
626
|
+
name: string;
|
627
|
+
type: string;
|
628
|
+
context: import("@sisense/sdk-data").MeasureContext;
|
629
|
+
expression: string;
|
630
|
+
description?: string | undefined;
|
631
|
+
title?: string | undefined;
|
612
632
|
};
|
613
633
|
attribute?: {
|
614
634
|
readonly expression: string;
|
@@ -618,6 +638,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
618
638
|
readonly type: string;
|
619
639
|
readonly description: string;
|
620
640
|
readonly id: string;
|
641
|
+
readonly dataSource?: {
|
642
|
+
address?: string | undefined;
|
643
|
+
database?: string | undefined;
|
644
|
+
id?: string | undefined;
|
645
|
+
title: string;
|
646
|
+
live?: boolean | undefined;
|
647
|
+
fullname?: string | undefined;
|
648
|
+
lastBuildTime?: string | undefined;
|
649
|
+
revisionId?: string | undefined;
|
650
|
+
} | undefined;
|
621
651
|
serializable: () => any;
|
622
652
|
toJSON: () => any;
|
623
653
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -633,6 +663,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
633
663
|
readonly type: string;
|
634
664
|
readonly description: string;
|
635
665
|
readonly id: string;
|
666
|
+
readonly dataSource?: {
|
667
|
+
address?: string | undefined;
|
668
|
+
database?: string | undefined;
|
669
|
+
id?: string | undefined;
|
670
|
+
title: string;
|
671
|
+
live?: boolean | undefined;
|
672
|
+
fullname?: string | undefined;
|
673
|
+
lastBuildTime?: string | undefined;
|
674
|
+
revisionId?: string | undefined;
|
675
|
+
} | undefined;
|
636
676
|
serializable: () => any;
|
637
677
|
toJSON: () => any;
|
638
678
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -645,11 +685,6 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
645
685
|
breakBy?: {
|
646
686
|
readonly id: string;
|
647
687
|
dataOption: {
|
648
|
-
id?: string | undefined;
|
649
|
-
name: string;
|
650
|
-
type: string;
|
651
|
-
description?: string | undefined;
|
652
|
-
} | {
|
653
688
|
column: {
|
654
689
|
id?: string | undefined;
|
655
690
|
name: string;
|
@@ -703,20 +738,6 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
703
738
|
}[] | undefined;
|
704
739
|
defaultColor?: string | undefined;
|
705
740
|
} | undefined;
|
706
|
-
} | {
|
707
|
-
id?: string | undefined;
|
708
|
-
name: string;
|
709
|
-
aggregation?: string | undefined;
|
710
|
-
title?: string | undefined;
|
711
|
-
description?: string | undefined;
|
712
|
-
} | {
|
713
|
-
id?: string | undefined;
|
714
|
-
name: string;
|
715
|
-
type: string;
|
716
|
-
context: import("@sisense/sdk-data").MeasureContext;
|
717
|
-
expression: string;
|
718
|
-
description?: string | undefined;
|
719
|
-
title?: string | undefined;
|
720
741
|
} | {
|
721
742
|
column: {
|
722
743
|
id?: string | undefined;
|
@@ -921,6 +942,25 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
921
942
|
size?: "small" | "large" | undefined;
|
922
943
|
} | undefined;
|
923
944
|
} | undefined;
|
945
|
+
} | {
|
946
|
+
id?: string | undefined;
|
947
|
+
name: string;
|
948
|
+
type: string;
|
949
|
+
description?: string | undefined;
|
950
|
+
} | {
|
951
|
+
id?: string | undefined;
|
952
|
+
name: string;
|
953
|
+
aggregation?: string | undefined;
|
954
|
+
title?: string | undefined;
|
955
|
+
description?: string | undefined;
|
956
|
+
} | {
|
957
|
+
id?: string | undefined;
|
958
|
+
name: string;
|
959
|
+
type: string;
|
960
|
+
context: import("@sisense/sdk-data").MeasureContext;
|
961
|
+
expression: string;
|
962
|
+
description?: string | undefined;
|
963
|
+
title?: string | undefined;
|
924
964
|
};
|
925
965
|
attribute?: {
|
926
966
|
readonly expression: string;
|
@@ -930,6 +970,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
930
970
|
readonly type: string;
|
931
971
|
readonly description: string;
|
932
972
|
readonly id: string;
|
973
|
+
readonly dataSource?: {
|
974
|
+
address?: string | undefined;
|
975
|
+
database?: string | undefined;
|
976
|
+
id?: string | undefined;
|
977
|
+
title: string;
|
978
|
+
live?: boolean | undefined;
|
979
|
+
fullname?: string | undefined;
|
980
|
+
lastBuildTime?: string | undefined;
|
981
|
+
revisionId?: string | undefined;
|
982
|
+
} | undefined;
|
933
983
|
serializable: () => any;
|
934
984
|
toJSON: () => any;
|
935
985
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -945,6 +995,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
945
995
|
readonly type: string;
|
946
996
|
readonly description: string;
|
947
997
|
readonly id: string;
|
998
|
+
readonly dataSource?: {
|
999
|
+
address?: string | undefined;
|
1000
|
+
database?: string | undefined;
|
1001
|
+
id?: string | undefined;
|
1002
|
+
title: string;
|
1003
|
+
live?: boolean | undefined;
|
1004
|
+
fullname?: string | undefined;
|
1005
|
+
lastBuildTime?: string | undefined;
|
1006
|
+
revisionId?: string | undefined;
|
1007
|
+
} | undefined;
|
948
1008
|
serializable: () => any;
|
949
1009
|
toJSON: () => any;
|
950
1010
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -965,11 +1025,6 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
965
1025
|
x?: {
|
966
1026
|
readonly id: string;
|
967
1027
|
dataOption: {
|
968
|
-
id?: string | undefined;
|
969
|
-
name: string;
|
970
|
-
type: string;
|
971
|
-
description?: string | undefined;
|
972
|
-
} | {
|
973
1028
|
column: {
|
974
1029
|
id?: string | undefined;
|
975
1030
|
name: string;
|
@@ -1023,20 +1078,6 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
1023
1078
|
}[] | undefined;
|
1024
1079
|
defaultColor?: string | undefined;
|
1025
1080
|
} | undefined;
|
1026
|
-
} | {
|
1027
|
-
id?: string | undefined;
|
1028
|
-
name: string;
|
1029
|
-
aggregation?: string | undefined;
|
1030
|
-
title?: string | undefined;
|
1031
|
-
description?: string | undefined;
|
1032
|
-
} | {
|
1033
|
-
id?: string | undefined;
|
1034
|
-
name: string;
|
1035
|
-
type: string;
|
1036
|
-
context: import("@sisense/sdk-data").MeasureContext;
|
1037
|
-
expression: string;
|
1038
|
-
description?: string | undefined;
|
1039
|
-
title?: string | undefined;
|
1040
1081
|
} | {
|
1041
1082
|
column: {
|
1042
1083
|
id?: string | undefined;
|
@@ -1241,6 +1282,25 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
1241
1282
|
size?: "small" | "large" | undefined;
|
1242
1283
|
} | undefined;
|
1243
1284
|
} | undefined;
|
1285
|
+
} | {
|
1286
|
+
id?: string | undefined;
|
1287
|
+
name: string;
|
1288
|
+
type: string;
|
1289
|
+
description?: string | undefined;
|
1290
|
+
} | {
|
1291
|
+
id?: string | undefined;
|
1292
|
+
name: string;
|
1293
|
+
aggregation?: string | undefined;
|
1294
|
+
title?: string | undefined;
|
1295
|
+
description?: string | undefined;
|
1296
|
+
} | {
|
1297
|
+
id?: string | undefined;
|
1298
|
+
name: string;
|
1299
|
+
type: string;
|
1300
|
+
context: import("@sisense/sdk-data").MeasureContext;
|
1301
|
+
expression: string;
|
1302
|
+
description?: string | undefined;
|
1303
|
+
title?: string | undefined;
|
1244
1304
|
};
|
1245
1305
|
attribute?: {
|
1246
1306
|
readonly expression: string;
|
@@ -1250,6 +1310,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
1250
1310
|
readonly type: string;
|
1251
1311
|
readonly description: string;
|
1252
1312
|
readonly id: string;
|
1313
|
+
readonly dataSource?: {
|
1314
|
+
address?: string | undefined;
|
1315
|
+
database?: string | undefined;
|
1316
|
+
id?: string | undefined;
|
1317
|
+
title: string;
|
1318
|
+
live?: boolean | undefined;
|
1319
|
+
fullname?: string | undefined;
|
1320
|
+
lastBuildTime?: string | undefined;
|
1321
|
+
revisionId?: string | undefined;
|
1322
|
+
} | undefined;
|
1253
1323
|
serializable: () => any;
|
1254
1324
|
toJSON: () => any;
|
1255
1325
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -1265,6 +1335,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
1265
1335
|
readonly type: string;
|
1266
1336
|
readonly description: string;
|
1267
1337
|
readonly id: string;
|
1338
|
+
readonly dataSource?: {
|
1339
|
+
address?: string | undefined;
|
1340
|
+
database?: string | undefined;
|
1341
|
+
id?: string | undefined;
|
1342
|
+
title: string;
|
1343
|
+
live?: boolean | undefined;
|
1344
|
+
fullname?: string | undefined;
|
1345
|
+
lastBuildTime?: string | undefined;
|
1346
|
+
revisionId?: string | undefined;
|
1347
|
+
} | undefined;
|
1268
1348
|
serializable: () => any;
|
1269
1349
|
toJSON: () => any;
|
1270
1350
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -1277,11 +1357,6 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
1277
1357
|
y?: {
|
1278
1358
|
readonly id: string;
|
1279
1359
|
dataOption: {
|
1280
|
-
id?: string | undefined;
|
1281
|
-
name: string;
|
1282
|
-
type: string;
|
1283
|
-
description?: string | undefined;
|
1284
|
-
} | {
|
1285
1360
|
column: {
|
1286
1361
|
id?: string | undefined;
|
1287
1362
|
name: string;
|
@@ -1335,20 +1410,6 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
1335
1410
|
}[] | undefined;
|
1336
1411
|
defaultColor?: string | undefined;
|
1337
1412
|
} | undefined;
|
1338
|
-
} | {
|
1339
|
-
id?: string | undefined;
|
1340
|
-
name: string;
|
1341
|
-
aggregation?: string | undefined;
|
1342
|
-
title?: string | undefined;
|
1343
|
-
description?: string | undefined;
|
1344
|
-
} | {
|
1345
|
-
id?: string | undefined;
|
1346
|
-
name: string;
|
1347
|
-
type: string;
|
1348
|
-
context: import("@sisense/sdk-data").MeasureContext;
|
1349
|
-
expression: string;
|
1350
|
-
description?: string | undefined;
|
1351
|
-
title?: string | undefined;
|
1352
1413
|
} | {
|
1353
1414
|
column: {
|
1354
1415
|
id?: string | undefined;
|
@@ -1553,6 +1614,25 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
1553
1614
|
size?: "small" | "large" | undefined;
|
1554
1615
|
} | undefined;
|
1555
1616
|
} | undefined;
|
1617
|
+
} | {
|
1618
|
+
id?: string | undefined;
|
1619
|
+
name: string;
|
1620
|
+
type: string;
|
1621
|
+
description?: string | undefined;
|
1622
|
+
} | {
|
1623
|
+
id?: string | undefined;
|
1624
|
+
name: string;
|
1625
|
+
aggregation?: string | undefined;
|
1626
|
+
title?: string | undefined;
|
1627
|
+
description?: string | undefined;
|
1628
|
+
} | {
|
1629
|
+
id?: string | undefined;
|
1630
|
+
name: string;
|
1631
|
+
type: string;
|
1632
|
+
context: import("@sisense/sdk-data").MeasureContext;
|
1633
|
+
expression: string;
|
1634
|
+
description?: string | undefined;
|
1635
|
+
title?: string | undefined;
|
1556
1636
|
};
|
1557
1637
|
attribute?: {
|
1558
1638
|
readonly expression: string;
|
@@ -1562,6 +1642,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
1562
1642
|
readonly type: string;
|
1563
1643
|
readonly description: string;
|
1564
1644
|
readonly id: string;
|
1645
|
+
readonly dataSource?: {
|
1646
|
+
address?: string | undefined;
|
1647
|
+
database?: string | undefined;
|
1648
|
+
id?: string | undefined;
|
1649
|
+
title: string;
|
1650
|
+
live?: boolean | undefined;
|
1651
|
+
fullname?: string | undefined;
|
1652
|
+
lastBuildTime?: string | undefined;
|
1653
|
+
revisionId?: string | undefined;
|
1654
|
+
} | undefined;
|
1565
1655
|
serializable: () => any;
|
1566
1656
|
toJSON: () => any;
|
1567
1657
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -1577,6 +1667,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
1577
1667
|
readonly type: string;
|
1578
1668
|
readonly description: string;
|
1579
1669
|
readonly id: string;
|
1670
|
+
readonly dataSource?: {
|
1671
|
+
address?: string | undefined;
|
1672
|
+
database?: string | undefined;
|
1673
|
+
id?: string | undefined;
|
1674
|
+
title: string;
|
1675
|
+
live?: boolean | undefined;
|
1676
|
+
fullname?: string | undefined;
|
1677
|
+
lastBuildTime?: string | undefined;
|
1678
|
+
revisionId?: string | undefined;
|
1679
|
+
} | undefined;
|
1580
1680
|
serializable: () => any;
|
1581
1681
|
toJSON: () => any;
|
1582
1682
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -1589,11 +1689,6 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
1589
1689
|
size?: {
|
1590
1690
|
readonly id: string;
|
1591
1691
|
dataOption: {
|
1592
|
-
id?: string | undefined;
|
1593
|
-
name: string;
|
1594
|
-
type: string;
|
1595
|
-
description?: string | undefined;
|
1596
|
-
} | {
|
1597
1692
|
column: {
|
1598
1693
|
id?: string | undefined;
|
1599
1694
|
name: string;
|
@@ -1647,20 +1742,6 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
1647
1742
|
}[] | undefined;
|
1648
1743
|
defaultColor?: string | undefined;
|
1649
1744
|
} | undefined;
|
1650
|
-
} | {
|
1651
|
-
id?: string | undefined;
|
1652
|
-
name: string;
|
1653
|
-
aggregation?: string | undefined;
|
1654
|
-
title?: string | undefined;
|
1655
|
-
description?: string | undefined;
|
1656
|
-
} | {
|
1657
|
-
id?: string | undefined;
|
1658
|
-
name: string;
|
1659
|
-
type: string;
|
1660
|
-
context: import("@sisense/sdk-data").MeasureContext;
|
1661
|
-
expression: string;
|
1662
|
-
description?: string | undefined;
|
1663
|
-
title?: string | undefined;
|
1664
1745
|
} | {
|
1665
1746
|
column: {
|
1666
1747
|
id?: string | undefined;
|
@@ -1865,6 +1946,25 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
1865
1946
|
size?: "small" | "large" | undefined;
|
1866
1947
|
} | undefined;
|
1867
1948
|
} | undefined;
|
1949
|
+
} | {
|
1950
|
+
id?: string | undefined;
|
1951
|
+
name: string;
|
1952
|
+
type: string;
|
1953
|
+
description?: string | undefined;
|
1954
|
+
} | {
|
1955
|
+
id?: string | undefined;
|
1956
|
+
name: string;
|
1957
|
+
aggregation?: string | undefined;
|
1958
|
+
title?: string | undefined;
|
1959
|
+
description?: string | undefined;
|
1960
|
+
} | {
|
1961
|
+
id?: string | undefined;
|
1962
|
+
name: string;
|
1963
|
+
type: string;
|
1964
|
+
context: import("@sisense/sdk-data").MeasureContext;
|
1965
|
+
expression: string;
|
1966
|
+
description?: string | undefined;
|
1967
|
+
title?: string | undefined;
|
1868
1968
|
};
|
1869
1969
|
attribute?: {
|
1870
1970
|
readonly expression: string;
|
@@ -1874,6 +1974,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
1874
1974
|
readonly type: string;
|
1875
1975
|
readonly description: string;
|
1876
1976
|
readonly id: string;
|
1977
|
+
readonly dataSource?: {
|
1978
|
+
address?: string | undefined;
|
1979
|
+
database?: string | undefined;
|
1980
|
+
id?: string | undefined;
|
1981
|
+
title: string;
|
1982
|
+
live?: boolean | undefined;
|
1983
|
+
fullname?: string | undefined;
|
1984
|
+
lastBuildTime?: string | undefined;
|
1985
|
+
revisionId?: string | undefined;
|
1986
|
+
} | undefined;
|
1877
1987
|
serializable: () => any;
|
1878
1988
|
toJSON: () => any;
|
1879
1989
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -1889,6 +1999,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
1889
1999
|
readonly type: string;
|
1890
2000
|
readonly description: string;
|
1891
2001
|
readonly id: string;
|
2002
|
+
readonly dataSource?: {
|
2003
|
+
address?: string | undefined;
|
2004
|
+
database?: string | undefined;
|
2005
|
+
id?: string | undefined;
|
2006
|
+
title: string;
|
2007
|
+
live?: boolean | undefined;
|
2008
|
+
fullname?: string | undefined;
|
2009
|
+
lastBuildTime?: string | undefined;
|
2010
|
+
revisionId?: string | undefined;
|
2011
|
+
} | undefined;
|
1892
2012
|
serializable: () => any;
|
1893
2013
|
toJSON: () => any;
|
1894
2014
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -1901,11 +2021,6 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
1901
2021
|
breakByPoint?: {
|
1902
2022
|
readonly id: string;
|
1903
2023
|
dataOption: {
|
1904
|
-
id?: string | undefined;
|
1905
|
-
name: string;
|
1906
|
-
type: string;
|
1907
|
-
description?: string | undefined;
|
1908
|
-
} | {
|
1909
2024
|
column: {
|
1910
2025
|
id?: string | undefined;
|
1911
2026
|
name: string;
|
@@ -1959,20 +2074,6 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
1959
2074
|
}[] | undefined;
|
1960
2075
|
defaultColor?: string | undefined;
|
1961
2076
|
} | undefined;
|
1962
|
-
} | {
|
1963
|
-
id?: string | undefined;
|
1964
|
-
name: string;
|
1965
|
-
aggregation?: string | undefined;
|
1966
|
-
title?: string | undefined;
|
1967
|
-
description?: string | undefined;
|
1968
|
-
} | {
|
1969
|
-
id?: string | undefined;
|
1970
|
-
name: string;
|
1971
|
-
type: string;
|
1972
|
-
context: import("@sisense/sdk-data").MeasureContext;
|
1973
|
-
expression: string;
|
1974
|
-
description?: string | undefined;
|
1975
|
-
title?: string | undefined;
|
1976
2077
|
} | {
|
1977
2078
|
column: {
|
1978
2079
|
id?: string | undefined;
|
@@ -2177,6 +2278,25 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
2177
2278
|
size?: "small" | "large" | undefined;
|
2178
2279
|
} | undefined;
|
2179
2280
|
} | undefined;
|
2281
|
+
} | {
|
2282
|
+
id?: string | undefined;
|
2283
|
+
name: string;
|
2284
|
+
type: string;
|
2285
|
+
description?: string | undefined;
|
2286
|
+
} | {
|
2287
|
+
id?: string | undefined;
|
2288
|
+
name: string;
|
2289
|
+
aggregation?: string | undefined;
|
2290
|
+
title?: string | undefined;
|
2291
|
+
description?: string | undefined;
|
2292
|
+
} | {
|
2293
|
+
id?: string | undefined;
|
2294
|
+
name: string;
|
2295
|
+
type: string;
|
2296
|
+
context: import("@sisense/sdk-data").MeasureContext;
|
2297
|
+
expression: string;
|
2298
|
+
description?: string | undefined;
|
2299
|
+
title?: string | undefined;
|
2180
2300
|
};
|
2181
2301
|
attribute?: {
|
2182
2302
|
readonly expression: string;
|
@@ -2186,6 +2306,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
2186
2306
|
readonly type: string;
|
2187
2307
|
readonly description: string;
|
2188
2308
|
readonly id: string;
|
2309
|
+
readonly dataSource?: {
|
2310
|
+
address?: string | undefined;
|
2311
|
+
database?: string | undefined;
|
2312
|
+
id?: string | undefined;
|
2313
|
+
title: string;
|
2314
|
+
live?: boolean | undefined;
|
2315
|
+
fullname?: string | undefined;
|
2316
|
+
lastBuildTime?: string | undefined;
|
2317
|
+
revisionId?: string | undefined;
|
2318
|
+
} | undefined;
|
2189
2319
|
serializable: () => any;
|
2190
2320
|
toJSON: () => any;
|
2191
2321
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -2201,6 +2331,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
2201
2331
|
readonly type: string;
|
2202
2332
|
readonly description: string;
|
2203
2333
|
readonly id: string;
|
2334
|
+
readonly dataSource?: {
|
2335
|
+
address?: string | undefined;
|
2336
|
+
database?: string | undefined;
|
2337
|
+
id?: string | undefined;
|
2338
|
+
title: string;
|
2339
|
+
live?: boolean | undefined;
|
2340
|
+
fullname?: string | undefined;
|
2341
|
+
lastBuildTime?: string | undefined;
|
2342
|
+
revisionId?: string | undefined;
|
2343
|
+
} | undefined;
|
2204
2344
|
serializable: () => any;
|
2205
2345
|
toJSON: () => any;
|
2206
2346
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -2213,11 +2353,6 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
2213
2353
|
breakByColor?: {
|
2214
2354
|
readonly id: string;
|
2215
2355
|
dataOption: {
|
2216
|
-
id?: string | undefined;
|
2217
|
-
name: string;
|
2218
|
-
type: string;
|
2219
|
-
description?: string | undefined;
|
2220
|
-
} | {
|
2221
2356
|
column: {
|
2222
2357
|
id?: string | undefined;
|
2223
2358
|
name: string;
|
@@ -2271,20 +2406,6 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
2271
2406
|
}[] | undefined;
|
2272
2407
|
defaultColor?: string | undefined;
|
2273
2408
|
} | undefined;
|
2274
|
-
} | {
|
2275
|
-
id?: string | undefined;
|
2276
|
-
name: string;
|
2277
|
-
aggregation?: string | undefined;
|
2278
|
-
title?: string | undefined;
|
2279
|
-
description?: string | undefined;
|
2280
|
-
} | {
|
2281
|
-
id?: string | undefined;
|
2282
|
-
name: string;
|
2283
|
-
type: string;
|
2284
|
-
context: import("@sisense/sdk-data").MeasureContext;
|
2285
|
-
expression: string;
|
2286
|
-
description?: string | undefined;
|
2287
|
-
title?: string | undefined;
|
2288
2409
|
} | {
|
2289
2410
|
column: {
|
2290
2411
|
id?: string | undefined;
|
@@ -2489,6 +2610,25 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
2489
2610
|
size?: "small" | "large" | undefined;
|
2490
2611
|
} | undefined;
|
2491
2612
|
} | undefined;
|
2613
|
+
} | {
|
2614
|
+
id?: string | undefined;
|
2615
|
+
name: string;
|
2616
|
+
type: string;
|
2617
|
+
description?: string | undefined;
|
2618
|
+
} | {
|
2619
|
+
id?: string | undefined;
|
2620
|
+
name: string;
|
2621
|
+
aggregation?: string | undefined;
|
2622
|
+
title?: string | undefined;
|
2623
|
+
description?: string | undefined;
|
2624
|
+
} | {
|
2625
|
+
id?: string | undefined;
|
2626
|
+
name: string;
|
2627
|
+
type: string;
|
2628
|
+
context: import("@sisense/sdk-data").MeasureContext;
|
2629
|
+
expression: string;
|
2630
|
+
description?: string | undefined;
|
2631
|
+
title?: string | undefined;
|
2492
2632
|
};
|
2493
2633
|
attribute?: {
|
2494
2634
|
readonly expression: string;
|
@@ -2498,6 +2638,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
2498
2638
|
readonly type: string;
|
2499
2639
|
readonly description: string;
|
2500
2640
|
readonly id: string;
|
2641
|
+
readonly dataSource?: {
|
2642
|
+
address?: string | undefined;
|
2643
|
+
database?: string | undefined;
|
2644
|
+
id?: string | undefined;
|
2645
|
+
title: string;
|
2646
|
+
live?: boolean | undefined;
|
2647
|
+
fullname?: string | undefined;
|
2648
|
+
lastBuildTime?: string | undefined;
|
2649
|
+
revisionId?: string | undefined;
|
2650
|
+
} | undefined;
|
2501
2651
|
serializable: () => any;
|
2502
2652
|
toJSON: () => any;
|
2503
2653
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -2513,6 +2663,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
2513
2663
|
readonly type: string;
|
2514
2664
|
readonly description: string;
|
2515
2665
|
readonly id: string;
|
2666
|
+
readonly dataSource?: {
|
2667
|
+
address?: string | undefined;
|
2668
|
+
database?: string | undefined;
|
2669
|
+
id?: string | undefined;
|
2670
|
+
title: string;
|
2671
|
+
live?: boolean | undefined;
|
2672
|
+
fullname?: string | undefined;
|
2673
|
+
lastBuildTime?: string | undefined;
|
2674
|
+
revisionId?: string | undefined;
|
2675
|
+
} | undefined;
|
2516
2676
|
serializable: () => any;
|
2517
2677
|
toJSON: () => any;
|
2518
2678
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -2536,11 +2696,6 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
2536
2696
|
category: {
|
2537
2697
|
readonly id: string;
|
2538
2698
|
dataOption: {
|
2539
|
-
id?: string | undefined;
|
2540
|
-
name: string;
|
2541
|
-
type: string;
|
2542
|
-
description?: string | undefined;
|
2543
|
-
} | {
|
2544
2699
|
column: {
|
2545
2700
|
id?: string | undefined;
|
2546
2701
|
name: string;
|
@@ -2594,20 +2749,6 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
2594
2749
|
}[] | undefined;
|
2595
2750
|
defaultColor?: string | undefined;
|
2596
2751
|
} | undefined;
|
2597
|
-
} | {
|
2598
|
-
id?: string | undefined;
|
2599
|
-
name: string;
|
2600
|
-
aggregation?: string | undefined;
|
2601
|
-
title?: string | undefined;
|
2602
|
-
description?: string | undefined;
|
2603
|
-
} | {
|
2604
|
-
id?: string | undefined;
|
2605
|
-
name: string;
|
2606
|
-
type: string;
|
2607
|
-
context: import("@sisense/sdk-data").MeasureContext;
|
2608
|
-
expression: string;
|
2609
|
-
description?: string | undefined;
|
2610
|
-
title?: string | undefined;
|
2611
2752
|
} | {
|
2612
2753
|
column: {
|
2613
2754
|
id?: string | undefined;
|
@@ -2812,6 +2953,25 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
2812
2953
|
size?: "small" | "large" | undefined;
|
2813
2954
|
} | undefined;
|
2814
2955
|
} | undefined;
|
2956
|
+
} | {
|
2957
|
+
id?: string | undefined;
|
2958
|
+
name: string;
|
2959
|
+
type: string;
|
2960
|
+
description?: string | undefined;
|
2961
|
+
} | {
|
2962
|
+
id?: string | undefined;
|
2963
|
+
name: string;
|
2964
|
+
aggregation?: string | undefined;
|
2965
|
+
title?: string | undefined;
|
2966
|
+
description?: string | undefined;
|
2967
|
+
} | {
|
2968
|
+
id?: string | undefined;
|
2969
|
+
name: string;
|
2970
|
+
type: string;
|
2971
|
+
context: import("@sisense/sdk-data").MeasureContext;
|
2972
|
+
expression: string;
|
2973
|
+
description?: string | undefined;
|
2974
|
+
title?: string | undefined;
|
2815
2975
|
};
|
2816
2976
|
attribute?: {
|
2817
2977
|
readonly expression: string;
|
@@ -2821,6 +2981,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
2821
2981
|
readonly type: string;
|
2822
2982
|
readonly description: string;
|
2823
2983
|
readonly id: string;
|
2984
|
+
readonly dataSource?: {
|
2985
|
+
address?: string | undefined;
|
2986
|
+
database?: string | undefined;
|
2987
|
+
id?: string | undefined;
|
2988
|
+
title: string;
|
2989
|
+
live?: boolean | undefined;
|
2990
|
+
fullname?: string | undefined;
|
2991
|
+
lastBuildTime?: string | undefined;
|
2992
|
+
revisionId?: string | undefined;
|
2993
|
+
} | undefined;
|
2824
2994
|
serializable: () => any;
|
2825
2995
|
toJSON: () => any;
|
2826
2996
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -2836,6 +3006,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
2836
3006
|
readonly type: string;
|
2837
3007
|
readonly description: string;
|
2838
3008
|
readonly id: string;
|
3009
|
+
readonly dataSource?: {
|
3010
|
+
address?: string | undefined;
|
3011
|
+
database?: string | undefined;
|
3012
|
+
id?: string | undefined;
|
3013
|
+
title: string;
|
3014
|
+
live?: boolean | undefined;
|
3015
|
+
fullname?: string | undefined;
|
3016
|
+
lastBuildTime?: string | undefined;
|
3017
|
+
revisionId?: string | undefined;
|
3018
|
+
} | undefined;
|
2839
3019
|
serializable: () => any;
|
2840
3020
|
toJSON: () => any;
|
2841
3021
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -2848,11 +3028,6 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
2848
3028
|
value: {
|
2849
3029
|
readonly id: string;
|
2850
3030
|
dataOption: {
|
2851
|
-
id?: string | undefined;
|
2852
|
-
name: string;
|
2853
|
-
type: string;
|
2854
|
-
description?: string | undefined;
|
2855
|
-
} | {
|
2856
3031
|
column: {
|
2857
3032
|
id?: string | undefined;
|
2858
3033
|
name: string;
|
@@ -2906,20 +3081,6 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
2906
3081
|
}[] | undefined;
|
2907
3082
|
defaultColor?: string | undefined;
|
2908
3083
|
} | undefined;
|
2909
|
-
} | {
|
2910
|
-
id?: string | undefined;
|
2911
|
-
name: string;
|
2912
|
-
aggregation?: string | undefined;
|
2913
|
-
title?: string | undefined;
|
2914
|
-
description?: string | undefined;
|
2915
|
-
} | {
|
2916
|
-
id?: string | undefined;
|
2917
|
-
name: string;
|
2918
|
-
type: string;
|
2919
|
-
context: import("@sisense/sdk-data").MeasureContext;
|
2920
|
-
expression: string;
|
2921
|
-
description?: string | undefined;
|
2922
|
-
title?: string | undefined;
|
2923
3084
|
} | {
|
2924
3085
|
column: {
|
2925
3086
|
id?: string | undefined;
|
@@ -3124,6 +3285,25 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
3124
3285
|
size?: "small" | "large" | undefined;
|
3125
3286
|
} | undefined;
|
3126
3287
|
} | undefined;
|
3288
|
+
} | {
|
3289
|
+
id?: string | undefined;
|
3290
|
+
name: string;
|
3291
|
+
type: string;
|
3292
|
+
description?: string | undefined;
|
3293
|
+
} | {
|
3294
|
+
id?: string | undefined;
|
3295
|
+
name: string;
|
3296
|
+
aggregation?: string | undefined;
|
3297
|
+
title?: string | undefined;
|
3298
|
+
description?: string | undefined;
|
3299
|
+
} | {
|
3300
|
+
id?: string | undefined;
|
3301
|
+
name: string;
|
3302
|
+
type: string;
|
3303
|
+
context: import("@sisense/sdk-data").MeasureContext;
|
3304
|
+
expression: string;
|
3305
|
+
description?: string | undefined;
|
3306
|
+
title?: string | undefined;
|
3127
3307
|
};
|
3128
3308
|
attribute?: {
|
3129
3309
|
readonly expression: string;
|
@@ -3133,6 +3313,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
3133
3313
|
readonly type: string;
|
3134
3314
|
readonly description: string;
|
3135
3315
|
readonly id: string;
|
3316
|
+
readonly dataSource?: {
|
3317
|
+
address?: string | undefined;
|
3318
|
+
database?: string | undefined;
|
3319
|
+
id?: string | undefined;
|
3320
|
+
title: string;
|
3321
|
+
live?: boolean | undefined;
|
3322
|
+
fullname?: string | undefined;
|
3323
|
+
lastBuildTime?: string | undefined;
|
3324
|
+
revisionId?: string | undefined;
|
3325
|
+
} | undefined;
|
3136
3326
|
serializable: () => any;
|
3137
3327
|
toJSON: () => any;
|
3138
3328
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -3148,6 +3338,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
3148
3338
|
readonly type: string;
|
3149
3339
|
readonly description: string;
|
3150
3340
|
readonly id: string;
|
3341
|
+
readonly dataSource?: {
|
3342
|
+
address?: string | undefined;
|
3343
|
+
database?: string | undefined;
|
3344
|
+
id?: string | undefined;
|
3345
|
+
title: string;
|
3346
|
+
live?: boolean | undefined;
|
3347
|
+
fullname?: string | undefined;
|
3348
|
+
lastBuildTime?: string | undefined;
|
3349
|
+
revisionId?: string | undefined;
|
3350
|
+
} | undefined;
|
3151
3351
|
serializable: () => any;
|
3152
3352
|
toJSON: () => any;
|
3153
3353
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -3160,11 +3360,6 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
3160
3360
|
outliers: {
|
3161
3361
|
readonly id: string;
|
3162
3362
|
dataOption: {
|
3163
|
-
id?: string | undefined;
|
3164
|
-
name: string;
|
3165
|
-
type: string;
|
3166
|
-
description?: string | undefined;
|
3167
|
-
} | {
|
3168
3363
|
column: {
|
3169
3364
|
id?: string | undefined;
|
3170
3365
|
name: string;
|
@@ -3218,20 +3413,6 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
3218
3413
|
}[] | undefined;
|
3219
3414
|
defaultColor?: string | undefined;
|
3220
3415
|
} | undefined;
|
3221
|
-
} | {
|
3222
|
-
id?: string | undefined;
|
3223
|
-
name: string;
|
3224
|
-
aggregation?: string | undefined;
|
3225
|
-
title?: string | undefined;
|
3226
|
-
description?: string | undefined;
|
3227
|
-
} | {
|
3228
|
-
id?: string | undefined;
|
3229
|
-
name: string;
|
3230
|
-
type: string;
|
3231
|
-
context: import("@sisense/sdk-data").MeasureContext;
|
3232
|
-
expression: string;
|
3233
|
-
description?: string | undefined;
|
3234
|
-
title?: string | undefined;
|
3235
3416
|
} | {
|
3236
3417
|
column: {
|
3237
3418
|
id?: string | undefined;
|
@@ -3436,6 +3617,25 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
3436
3617
|
size?: "small" | "large" | undefined;
|
3437
3618
|
} | undefined;
|
3438
3619
|
} | undefined;
|
3620
|
+
} | {
|
3621
|
+
id?: string | undefined;
|
3622
|
+
name: string;
|
3623
|
+
type: string;
|
3624
|
+
description?: string | undefined;
|
3625
|
+
} | {
|
3626
|
+
id?: string | undefined;
|
3627
|
+
name: string;
|
3628
|
+
aggregation?: string | undefined;
|
3629
|
+
title?: string | undefined;
|
3630
|
+
description?: string | undefined;
|
3631
|
+
} | {
|
3632
|
+
id?: string | undefined;
|
3633
|
+
name: string;
|
3634
|
+
type: string;
|
3635
|
+
context: import("@sisense/sdk-data").MeasureContext;
|
3636
|
+
expression: string;
|
3637
|
+
description?: string | undefined;
|
3638
|
+
title?: string | undefined;
|
3439
3639
|
};
|
3440
3640
|
attribute?: {
|
3441
3641
|
readonly expression: string;
|
@@ -3445,6 +3645,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
3445
3645
|
readonly type: string;
|
3446
3646
|
readonly description: string;
|
3447
3647
|
readonly id: string;
|
3648
|
+
readonly dataSource?: {
|
3649
|
+
address?: string | undefined;
|
3650
|
+
database?: string | undefined;
|
3651
|
+
id?: string | undefined;
|
3652
|
+
title: string;
|
3653
|
+
live?: boolean | undefined;
|
3654
|
+
fullname?: string | undefined;
|
3655
|
+
lastBuildTime?: string | undefined;
|
3656
|
+
revisionId?: string | undefined;
|
3657
|
+
} | undefined;
|
3448
3658
|
serializable: () => any;
|
3449
3659
|
toJSON: () => any;
|
3450
3660
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -3460,6 +3670,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
3460
3670
|
readonly type: string;
|
3461
3671
|
readonly description: string;
|
3462
3672
|
readonly id: string;
|
3673
|
+
readonly dataSource?: {
|
3674
|
+
address?: string | undefined;
|
3675
|
+
database?: string | undefined;
|
3676
|
+
id?: string | undefined;
|
3677
|
+
title: string;
|
3678
|
+
live?: boolean | undefined;
|
3679
|
+
fullname?: string | undefined;
|
3680
|
+
lastBuildTime?: string | undefined;
|
3681
|
+
revisionId?: string | undefined;
|
3682
|
+
} | undefined;
|
3463
3683
|
serializable: () => any;
|
3464
3684
|
toJSON: () => any;
|
3465
3685
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -3475,15 +3695,10 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
3475
3695
|
originalValue: number;
|
3476
3696
|
formattedOriginalValue: string;
|
3477
3697
|
color?: import("@sisense/sdk-ui-preact").Color | undefined;
|
3478
|
-
entries?: {
|
3479
|
-
geo: {
|
3480
|
-
readonly id: string;
|
3481
|
-
dataOption: {
|
3482
|
-
id?: string | undefined;
|
3483
|
-
name: string;
|
3484
|
-
type: string;
|
3485
|
-
description?: string | undefined;
|
3486
|
-
} | {
|
3698
|
+
entries?: {
|
3699
|
+
geo: {
|
3700
|
+
readonly id: string;
|
3701
|
+
dataOption: {
|
3487
3702
|
column: {
|
3488
3703
|
id?: string | undefined;
|
3489
3704
|
name: string;
|
@@ -3537,20 +3752,6 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
3537
3752
|
}[] | undefined;
|
3538
3753
|
defaultColor?: string | undefined;
|
3539
3754
|
} | undefined;
|
3540
|
-
} | {
|
3541
|
-
id?: string | undefined;
|
3542
|
-
name: string;
|
3543
|
-
aggregation?: string | undefined;
|
3544
|
-
title?: string | undefined;
|
3545
|
-
description?: string | undefined;
|
3546
|
-
} | {
|
3547
|
-
id?: string | undefined;
|
3548
|
-
name: string;
|
3549
|
-
type: string;
|
3550
|
-
context: import("@sisense/sdk-data").MeasureContext;
|
3551
|
-
expression: string;
|
3552
|
-
description?: string | undefined;
|
3553
|
-
title?: string | undefined;
|
3554
3755
|
} | {
|
3555
3756
|
column: {
|
3556
3757
|
id?: string | undefined;
|
@@ -3755,6 +3956,25 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
3755
3956
|
size?: "small" | "large" | undefined;
|
3756
3957
|
} | undefined;
|
3757
3958
|
} | undefined;
|
3959
|
+
} | {
|
3960
|
+
id?: string | undefined;
|
3961
|
+
name: string;
|
3962
|
+
type: string;
|
3963
|
+
description?: string | undefined;
|
3964
|
+
} | {
|
3965
|
+
id?: string | undefined;
|
3966
|
+
name: string;
|
3967
|
+
aggregation?: string | undefined;
|
3968
|
+
title?: string | undefined;
|
3969
|
+
description?: string | undefined;
|
3970
|
+
} | {
|
3971
|
+
id?: string | undefined;
|
3972
|
+
name: string;
|
3973
|
+
type: string;
|
3974
|
+
context: import("@sisense/sdk-data").MeasureContext;
|
3975
|
+
expression: string;
|
3976
|
+
description?: string | undefined;
|
3977
|
+
title?: string | undefined;
|
3758
3978
|
};
|
3759
3979
|
attribute?: {
|
3760
3980
|
readonly expression: string;
|
@@ -3764,6 +3984,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
3764
3984
|
readonly type: string;
|
3765
3985
|
readonly description: string;
|
3766
3986
|
readonly id: string;
|
3987
|
+
readonly dataSource?: {
|
3988
|
+
address?: string | undefined;
|
3989
|
+
database?: string | undefined;
|
3990
|
+
id?: string | undefined;
|
3991
|
+
title: string;
|
3992
|
+
live?: boolean | undefined;
|
3993
|
+
fullname?: string | undefined;
|
3994
|
+
lastBuildTime?: string | undefined;
|
3995
|
+
revisionId?: string | undefined;
|
3996
|
+
} | undefined;
|
3767
3997
|
serializable: () => any;
|
3768
3998
|
toJSON: () => any;
|
3769
3999
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -3779,6 +4009,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
3779
4009
|
readonly type: string;
|
3780
4010
|
readonly description: string;
|
3781
4011
|
readonly id: string;
|
4012
|
+
readonly dataSource?: {
|
4013
|
+
address?: string | undefined;
|
4014
|
+
database?: string | undefined;
|
4015
|
+
id?: string | undefined;
|
4016
|
+
title: string;
|
4017
|
+
live?: boolean | undefined;
|
4018
|
+
fullname?: string | undefined;
|
4019
|
+
lastBuildTime?: string | undefined;
|
4020
|
+
revisionId?: string | undefined;
|
4021
|
+
} | undefined;
|
3782
4022
|
serializable: () => any;
|
3783
4023
|
toJSON: () => any;
|
3784
4024
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -3791,11 +4031,6 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
3791
4031
|
color: {
|
3792
4032
|
readonly id: string;
|
3793
4033
|
dataOption: {
|
3794
|
-
id?: string | undefined;
|
3795
|
-
name: string;
|
3796
|
-
type: string;
|
3797
|
-
description?: string | undefined;
|
3798
|
-
} | {
|
3799
4034
|
column: {
|
3800
4035
|
id?: string | undefined;
|
3801
4036
|
name: string;
|
@@ -3849,20 +4084,6 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
3849
4084
|
}[] | undefined;
|
3850
4085
|
defaultColor?: string | undefined;
|
3851
4086
|
} | undefined;
|
3852
|
-
} | {
|
3853
|
-
id?: string | undefined;
|
3854
|
-
name: string;
|
3855
|
-
aggregation?: string | undefined;
|
3856
|
-
title?: string | undefined;
|
3857
|
-
description?: string | undefined;
|
3858
|
-
} | {
|
3859
|
-
id?: string | undefined;
|
3860
|
-
name: string;
|
3861
|
-
type: string;
|
3862
|
-
context: import("@sisense/sdk-data").MeasureContext;
|
3863
|
-
expression: string;
|
3864
|
-
description?: string | undefined;
|
3865
|
-
title?: string | undefined;
|
3866
4087
|
} | {
|
3867
4088
|
column: {
|
3868
4089
|
id?: string | undefined;
|
@@ -4067,6 +4288,25 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
4067
4288
|
size?: "small" | "large" | undefined;
|
4068
4289
|
} | undefined;
|
4069
4290
|
} | undefined;
|
4291
|
+
} | {
|
4292
|
+
id?: string | undefined;
|
4293
|
+
name: string;
|
4294
|
+
type: string;
|
4295
|
+
description?: string | undefined;
|
4296
|
+
} | {
|
4297
|
+
id?: string | undefined;
|
4298
|
+
name: string;
|
4299
|
+
aggregation?: string | undefined;
|
4300
|
+
title?: string | undefined;
|
4301
|
+
description?: string | undefined;
|
4302
|
+
} | {
|
4303
|
+
id?: string | undefined;
|
4304
|
+
name: string;
|
4305
|
+
type: string;
|
4306
|
+
context: import("@sisense/sdk-data").MeasureContext;
|
4307
|
+
expression: string;
|
4308
|
+
description?: string | undefined;
|
4309
|
+
title?: string | undefined;
|
4070
4310
|
};
|
4071
4311
|
attribute?: {
|
4072
4312
|
readonly expression: string;
|
@@ -4076,6 +4316,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
4076
4316
|
readonly type: string;
|
4077
4317
|
readonly description: string;
|
4078
4318
|
readonly id: string;
|
4319
|
+
readonly dataSource?: {
|
4320
|
+
address?: string | undefined;
|
4321
|
+
database?: string | undefined;
|
4322
|
+
id?: string | undefined;
|
4323
|
+
title: string;
|
4324
|
+
live?: boolean | undefined;
|
4325
|
+
fullname?: string | undefined;
|
4326
|
+
lastBuildTime?: string | undefined;
|
4327
|
+
revisionId?: string | undefined;
|
4328
|
+
} | undefined;
|
4079
4329
|
serializable: () => any;
|
4080
4330
|
toJSON: () => any;
|
4081
4331
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -4091,6 +4341,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
4091
4341
|
readonly type: string;
|
4092
4342
|
readonly description: string;
|
4093
4343
|
readonly id: string;
|
4344
|
+
readonly dataSource?: {
|
4345
|
+
address?: string | undefined;
|
4346
|
+
database?: string | undefined;
|
4347
|
+
id?: string | undefined;
|
4348
|
+
title: string;
|
4349
|
+
live?: boolean | undefined;
|
4350
|
+
fullname?: string | undefined;
|
4351
|
+
lastBuildTime?: string | undefined;
|
4352
|
+
revisionId?: string | undefined;
|
4353
|
+
} | undefined;
|
4094
4354
|
serializable: () => any;
|
4095
4355
|
toJSON: () => any;
|
4096
4356
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -4113,11 +4373,6 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
4113
4373
|
geo: {
|
4114
4374
|
readonly id: string;
|
4115
4375
|
dataOption: {
|
4116
|
-
id?: string | undefined;
|
4117
|
-
name: string;
|
4118
|
-
type: string;
|
4119
|
-
description?: string | undefined;
|
4120
|
-
} | {
|
4121
4376
|
column: {
|
4122
4377
|
id?: string | undefined;
|
4123
4378
|
name: string;
|
@@ -4171,20 +4426,6 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
4171
4426
|
}[] | undefined;
|
4172
4427
|
defaultColor?: string | undefined;
|
4173
4428
|
} | undefined;
|
4174
|
-
} | {
|
4175
|
-
id?: string | undefined;
|
4176
|
-
name: string;
|
4177
|
-
aggregation?: string | undefined;
|
4178
|
-
title?: string | undefined;
|
4179
|
-
description?: string | undefined;
|
4180
|
-
} | {
|
4181
|
-
id?: string | undefined;
|
4182
|
-
name: string;
|
4183
|
-
type: string;
|
4184
|
-
context: import("@sisense/sdk-data").MeasureContext;
|
4185
|
-
expression: string;
|
4186
|
-
description?: string | undefined;
|
4187
|
-
title?: string | undefined;
|
4188
4429
|
} | {
|
4189
4430
|
column: {
|
4190
4431
|
id?: string | undefined;
|
@@ -4389,6 +4630,25 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
4389
4630
|
size?: "small" | "large" | undefined;
|
4390
4631
|
} | undefined;
|
4391
4632
|
} | undefined;
|
4633
|
+
} | {
|
4634
|
+
id?: string | undefined;
|
4635
|
+
name: string;
|
4636
|
+
type: string;
|
4637
|
+
description?: string | undefined;
|
4638
|
+
} | {
|
4639
|
+
id?: string | undefined;
|
4640
|
+
name: string;
|
4641
|
+
aggregation?: string | undefined;
|
4642
|
+
title?: string | undefined;
|
4643
|
+
description?: string | undefined;
|
4644
|
+
} | {
|
4645
|
+
id?: string | undefined;
|
4646
|
+
name: string;
|
4647
|
+
type: string;
|
4648
|
+
context: import("@sisense/sdk-data").MeasureContext;
|
4649
|
+
expression: string;
|
4650
|
+
description?: string | undefined;
|
4651
|
+
title?: string | undefined;
|
4392
4652
|
};
|
4393
4653
|
attribute?: {
|
4394
4654
|
readonly expression: string;
|
@@ -4398,6 +4658,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
4398
4658
|
readonly type: string;
|
4399
4659
|
readonly description: string;
|
4400
4660
|
readonly id: string;
|
4661
|
+
readonly dataSource?: {
|
4662
|
+
address?: string | undefined;
|
4663
|
+
database?: string | undefined;
|
4664
|
+
id?: string | undefined;
|
4665
|
+
title: string;
|
4666
|
+
live?: boolean | undefined;
|
4667
|
+
fullname?: string | undefined;
|
4668
|
+
lastBuildTime?: string | undefined;
|
4669
|
+
revisionId?: string | undefined;
|
4670
|
+
} | undefined;
|
4401
4671
|
serializable: () => any;
|
4402
4672
|
toJSON: () => any;
|
4403
4673
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -4413,6 +4683,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
4413
4683
|
readonly type: string;
|
4414
4684
|
readonly description: string;
|
4415
4685
|
readonly id: string;
|
4686
|
+
readonly dataSource?: {
|
4687
|
+
address?: string | undefined;
|
4688
|
+
database?: string | undefined;
|
4689
|
+
id?: string | undefined;
|
4690
|
+
title: string;
|
4691
|
+
live?: boolean | undefined;
|
4692
|
+
fullname?: string | undefined;
|
4693
|
+
lastBuildTime?: string | undefined;
|
4694
|
+
revisionId?: string | undefined;
|
4695
|
+
} | undefined;
|
4416
4696
|
serializable: () => any;
|
4417
4697
|
toJSON: () => any;
|
4418
4698
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -4425,11 +4705,6 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
4425
4705
|
size?: {
|
4426
4706
|
readonly id: string;
|
4427
4707
|
dataOption: {
|
4428
|
-
id?: string | undefined;
|
4429
|
-
name: string;
|
4430
|
-
type: string;
|
4431
|
-
description?: string | undefined;
|
4432
|
-
} | {
|
4433
4708
|
column: {
|
4434
4709
|
id?: string | undefined;
|
4435
4710
|
name: string;
|
@@ -4483,20 +4758,6 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
4483
4758
|
}[] | undefined;
|
4484
4759
|
defaultColor?: string | undefined;
|
4485
4760
|
} | undefined;
|
4486
|
-
} | {
|
4487
|
-
id?: string | undefined;
|
4488
|
-
name: string;
|
4489
|
-
aggregation?: string | undefined;
|
4490
|
-
title?: string | undefined;
|
4491
|
-
description?: string | undefined;
|
4492
|
-
} | {
|
4493
|
-
id?: string | undefined;
|
4494
|
-
name: string;
|
4495
|
-
type: string;
|
4496
|
-
context: import("@sisense/sdk-data").MeasureContext;
|
4497
|
-
expression: string;
|
4498
|
-
description?: string | undefined;
|
4499
|
-
title?: string | undefined;
|
4500
4761
|
} | {
|
4501
4762
|
column: {
|
4502
4763
|
id?: string | undefined;
|
@@ -4701,6 +4962,25 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
4701
4962
|
size?: "small" | "large" | undefined;
|
4702
4963
|
} | undefined;
|
4703
4964
|
} | undefined;
|
4965
|
+
} | {
|
4966
|
+
id?: string | undefined;
|
4967
|
+
name: string;
|
4968
|
+
type: string;
|
4969
|
+
description?: string | undefined;
|
4970
|
+
} | {
|
4971
|
+
id?: string | undefined;
|
4972
|
+
name: string;
|
4973
|
+
aggregation?: string | undefined;
|
4974
|
+
title?: string | undefined;
|
4975
|
+
description?: string | undefined;
|
4976
|
+
} | {
|
4977
|
+
id?: string | undefined;
|
4978
|
+
name: string;
|
4979
|
+
type: string;
|
4980
|
+
context: import("@sisense/sdk-data").MeasureContext;
|
4981
|
+
expression: string;
|
4982
|
+
description?: string | undefined;
|
4983
|
+
title?: string | undefined;
|
4704
4984
|
};
|
4705
4985
|
attribute?: {
|
4706
4986
|
readonly expression: string;
|
@@ -4710,6 +4990,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
4710
4990
|
readonly type: string;
|
4711
4991
|
readonly description: string;
|
4712
4992
|
readonly id: string;
|
4993
|
+
readonly dataSource?: {
|
4994
|
+
address?: string | undefined;
|
4995
|
+
database?: string | undefined;
|
4996
|
+
id?: string | undefined;
|
4997
|
+
title: string;
|
4998
|
+
live?: boolean | undefined;
|
4999
|
+
fullname?: string | undefined;
|
5000
|
+
lastBuildTime?: string | undefined;
|
5001
|
+
revisionId?: string | undefined;
|
5002
|
+
} | undefined;
|
4713
5003
|
serializable: () => any;
|
4714
5004
|
toJSON: () => any;
|
4715
5005
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -4725,6 +5015,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
4725
5015
|
readonly type: string;
|
4726
5016
|
readonly description: string;
|
4727
5017
|
readonly id: string;
|
5018
|
+
readonly dataSource?: {
|
5019
|
+
address?: string | undefined;
|
5020
|
+
database?: string | undefined;
|
5021
|
+
id?: string | undefined;
|
5022
|
+
title: string;
|
5023
|
+
live?: boolean | undefined;
|
5024
|
+
fullname?: string | undefined;
|
5025
|
+
lastBuildTime?: string | undefined;
|
5026
|
+
revisionId?: string | undefined;
|
5027
|
+
} | undefined;
|
4728
5028
|
serializable: () => any;
|
4729
5029
|
toJSON: () => any;
|
4730
5030
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -4737,11 +5037,6 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
4737
5037
|
colorBy?: {
|
4738
5038
|
readonly id: string;
|
4739
5039
|
dataOption: {
|
4740
|
-
id?: string | undefined;
|
4741
|
-
name: string;
|
4742
|
-
type: string;
|
4743
|
-
description?: string | undefined;
|
4744
|
-
} | {
|
4745
5040
|
column: {
|
4746
5041
|
id?: string | undefined;
|
4747
5042
|
name: string;
|
@@ -4795,20 +5090,6 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
4795
5090
|
}[] | undefined;
|
4796
5091
|
defaultColor?: string | undefined;
|
4797
5092
|
} | undefined;
|
4798
|
-
} | {
|
4799
|
-
id?: string | undefined;
|
4800
|
-
name: string;
|
4801
|
-
aggregation?: string | undefined;
|
4802
|
-
title?: string | undefined;
|
4803
|
-
description?: string | undefined;
|
4804
|
-
} | {
|
4805
|
-
id?: string | undefined;
|
4806
|
-
name: string;
|
4807
|
-
type: string;
|
4808
|
-
context: import("@sisense/sdk-data").MeasureContext;
|
4809
|
-
expression: string;
|
4810
|
-
description?: string | undefined;
|
4811
|
-
title?: string | undefined;
|
4812
5093
|
} | {
|
4813
5094
|
column: {
|
4814
5095
|
id?: string | undefined;
|
@@ -5013,6 +5294,25 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
5013
5294
|
size?: "small" | "large" | undefined;
|
5014
5295
|
} | undefined;
|
5015
5296
|
} | undefined;
|
5297
|
+
} | {
|
5298
|
+
id?: string | undefined;
|
5299
|
+
name: string;
|
5300
|
+
type: string;
|
5301
|
+
description?: string | undefined;
|
5302
|
+
} | {
|
5303
|
+
id?: string | undefined;
|
5304
|
+
name: string;
|
5305
|
+
aggregation?: string | undefined;
|
5306
|
+
title?: string | undefined;
|
5307
|
+
description?: string | undefined;
|
5308
|
+
} | {
|
5309
|
+
id?: string | undefined;
|
5310
|
+
name: string;
|
5311
|
+
type: string;
|
5312
|
+
context: import("@sisense/sdk-data").MeasureContext;
|
5313
|
+
expression: string;
|
5314
|
+
description?: string | undefined;
|
5315
|
+
title?: string | undefined;
|
5016
5316
|
};
|
5017
5317
|
attribute?: {
|
5018
5318
|
readonly expression: string;
|
@@ -5022,6 +5322,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
5022
5322
|
readonly type: string;
|
5023
5323
|
readonly description: string;
|
5024
5324
|
readonly id: string;
|
5325
|
+
readonly dataSource?: {
|
5326
|
+
address?: string | undefined;
|
5327
|
+
database?: string | undefined;
|
5328
|
+
id?: string | undefined;
|
5329
|
+
title: string;
|
5330
|
+
live?: boolean | undefined;
|
5331
|
+
fullname?: string | undefined;
|
5332
|
+
lastBuildTime?: string | undefined;
|
5333
|
+
revisionId?: string | undefined;
|
5334
|
+
} | undefined;
|
5025
5335
|
serializable: () => any;
|
5026
5336
|
toJSON: () => any;
|
5027
5337
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -5037,6 +5347,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
5037
5347
|
readonly type: string;
|
5038
5348
|
readonly description: string;
|
5039
5349
|
readonly id: string;
|
5350
|
+
readonly dataSource?: {
|
5351
|
+
address?: string | undefined;
|
5352
|
+
database?: string | undefined;
|
5353
|
+
id?: string | undefined;
|
5354
|
+
title: string;
|
5355
|
+
live?: boolean | undefined;
|
5356
|
+
fullname?: string | undefined;
|
5357
|
+
lastBuildTime?: string | undefined;
|
5358
|
+
revisionId?: string | undefined;
|
5359
|
+
} | undefined;
|
5040
5360
|
serializable: () => any;
|
5041
5361
|
toJSON: () => any;
|
5042
5362
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -5049,11 +5369,6 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
5049
5369
|
details?: {
|
5050
5370
|
readonly id: string;
|
5051
5371
|
dataOption: {
|
5052
|
-
id?: string | undefined;
|
5053
|
-
name: string;
|
5054
|
-
type: string;
|
5055
|
-
description?: string | undefined;
|
5056
|
-
} | {
|
5057
5372
|
column: {
|
5058
5373
|
id?: string | undefined;
|
5059
5374
|
name: string;
|
@@ -5107,20 +5422,6 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
5107
5422
|
}[] | undefined;
|
5108
5423
|
defaultColor?: string | undefined;
|
5109
5424
|
} | undefined;
|
5110
|
-
} | {
|
5111
|
-
id?: string | undefined;
|
5112
|
-
name: string;
|
5113
|
-
aggregation?: string | undefined;
|
5114
|
-
title?: string | undefined;
|
5115
|
-
description?: string | undefined;
|
5116
|
-
} | {
|
5117
|
-
id?: string | undefined;
|
5118
|
-
name: string;
|
5119
|
-
type: string;
|
5120
|
-
context: import("@sisense/sdk-data").MeasureContext;
|
5121
|
-
expression: string;
|
5122
|
-
description?: string | undefined;
|
5123
|
-
title?: string | undefined;
|
5124
5425
|
} | {
|
5125
5426
|
column: {
|
5126
5427
|
id?: string | undefined;
|
@@ -5325,6 +5626,25 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
5325
5626
|
size?: "small" | "large" | undefined;
|
5326
5627
|
} | undefined;
|
5327
5628
|
} | undefined;
|
5629
|
+
} | {
|
5630
|
+
id?: string | undefined;
|
5631
|
+
name: string;
|
5632
|
+
type: string;
|
5633
|
+
description?: string | undefined;
|
5634
|
+
} | {
|
5635
|
+
id?: string | undefined;
|
5636
|
+
name: string;
|
5637
|
+
aggregation?: string | undefined;
|
5638
|
+
title?: string | undefined;
|
5639
|
+
description?: string | undefined;
|
5640
|
+
} | {
|
5641
|
+
id?: string | undefined;
|
5642
|
+
name: string;
|
5643
|
+
type: string;
|
5644
|
+
context: import("@sisense/sdk-data").MeasureContext;
|
5645
|
+
expression: string;
|
5646
|
+
description?: string | undefined;
|
5647
|
+
title?: string | undefined;
|
5328
5648
|
};
|
5329
5649
|
attribute?: {
|
5330
5650
|
readonly expression: string;
|
@@ -5334,6 +5654,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
5334
5654
|
readonly type: string;
|
5335
5655
|
readonly description: string;
|
5336
5656
|
readonly id: string;
|
5657
|
+
readonly dataSource?: {
|
5658
|
+
address?: string | undefined;
|
5659
|
+
database?: string | undefined;
|
5660
|
+
id?: string | undefined;
|
5661
|
+
title: string;
|
5662
|
+
live?: boolean | undefined;
|
5663
|
+
fullname?: string | undefined;
|
5664
|
+
lastBuildTime?: string | undefined;
|
5665
|
+
revisionId?: string | undefined;
|
5666
|
+
} | undefined;
|
5337
5667
|
serializable: () => any;
|
5338
5668
|
toJSON: () => any;
|
5339
5669
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -5349,6 +5679,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
5349
5679
|
readonly type: string;
|
5350
5680
|
readonly description: string;
|
5351
5681
|
readonly id: string;
|
5682
|
+
readonly dataSource?: {
|
5683
|
+
address?: string | undefined;
|
5684
|
+
database?: string | undefined;
|
5685
|
+
id?: string | undefined;
|
5686
|
+
title: string;
|
5687
|
+
live?: boolean | undefined;
|
5688
|
+
fullname?: string | undefined;
|
5689
|
+
lastBuildTime?: string | undefined;
|
5690
|
+
revisionId?: string | undefined;
|
5691
|
+
} | undefined;
|
5352
5692
|
serializable: () => any;
|
5353
5693
|
toJSON: () => any;
|
5354
5694
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -5368,6 +5708,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
5368
5708
|
readonly type: string;
|
5369
5709
|
readonly description: string;
|
5370
5710
|
readonly id: string;
|
5711
|
+
readonly dataSource?: {
|
5712
|
+
address?: string | undefined;
|
5713
|
+
database?: string | undefined;
|
5714
|
+
id?: string | undefined;
|
5715
|
+
title: string;
|
5716
|
+
live?: boolean | undefined;
|
5717
|
+
fullname?: string | undefined;
|
5718
|
+
lastBuildTime?: string | undefined;
|
5719
|
+
revisionId?: string | undefined;
|
5720
|
+
} | undefined;
|
5371
5721
|
serializable: () => any;
|
5372
5722
|
toJSON: () => any;
|
5373
5723
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -5391,6 +5741,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
5391
5741
|
readonly type: string;
|
5392
5742
|
readonly description: string;
|
5393
5743
|
readonly id: string;
|
5744
|
+
readonly dataSource?: {
|
5745
|
+
address?: string | undefined;
|
5746
|
+
database?: string | undefined;
|
5747
|
+
id?: string | undefined;
|
5748
|
+
title: string;
|
5749
|
+
live?: boolean | undefined;
|
5750
|
+
fullname?: string | undefined;
|
5751
|
+
lastBuildTime?: string | undefined;
|
5752
|
+
revisionId?: string | undefined;
|
5753
|
+
} | undefined;
|
5394
5754
|
serializable: () => any;
|
5395
5755
|
toJSON: () => any;
|
5396
5756
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -5406,6 +5766,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
5406
5766
|
readonly type: string;
|
5407
5767
|
readonly description: string;
|
5408
5768
|
readonly id: string;
|
5769
|
+
readonly dataSource?: {
|
5770
|
+
address?: string | undefined;
|
5771
|
+
database?: string | undefined;
|
5772
|
+
id?: string | undefined;
|
5773
|
+
title: string;
|
5774
|
+
live?: boolean | undefined;
|
5775
|
+
fullname?: string | undefined;
|
5776
|
+
lastBuildTime?: string | undefined;
|
5777
|
+
revisionId?: string | undefined;
|
5778
|
+
} | undefined;
|
5409
5779
|
serializable: () => any;
|
5410
5780
|
toJSON: () => any;
|
5411
5781
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -5423,6 +5793,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
5423
5793
|
readonly type: string;
|
5424
5794
|
readonly description: string;
|
5425
5795
|
readonly id: string;
|
5796
|
+
readonly dataSource?: {
|
5797
|
+
address?: string | undefined;
|
5798
|
+
database?: string | undefined;
|
5799
|
+
id?: string | undefined;
|
5800
|
+
title: string;
|
5801
|
+
live?: boolean | undefined;
|
5802
|
+
fullname?: string | undefined;
|
5803
|
+
lastBuildTime?: string | undefined;
|
5804
|
+
revisionId?: string | undefined;
|
5805
|
+
} | undefined;
|
5426
5806
|
serializable: () => any;
|
5427
5807
|
toJSON: () => any;
|
5428
5808
|
jaql: (nested?: boolean | undefined) => any;
|
@@ -5436,6 +5816,16 @@ export declare const useCustomDrilldown: ({ drilldownDimensions, initialDimensio
|
|
5436
5816
|
readonly name: string;
|
5437
5817
|
isScope: boolean;
|
5438
5818
|
jaql: (nested?: boolean | undefined) => any;
|
5819
|
+
readonly dataSource: {
|
5820
|
+
address?: string | undefined;
|
5821
|
+
database?: string | undefined;
|
5822
|
+
id?: string | undefined;
|
5823
|
+
title: string;
|
5824
|
+
live?: boolean | undefined;
|
5825
|
+
fullname?: string | undefined;
|
5826
|
+
lastBuildTime?: string | undefined;
|
5827
|
+
revisionId?: string | undefined;
|
5828
|
+
};
|
5439
5829
|
readonly description: string;
|
5440
5830
|
readonly type: string;
|
5441
5831
|
toJSON: () => any;
|