@sisense/sdk-ui-vue 1.19.0 → 1.20.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (63) hide show
  1. package/dist/index.cjs +795 -745
  2. package/dist/index.d.ts +1 -1
  3. package/dist/index.js +71771 -72108
  4. package/dist/{src → packages/sdk-ui-vue/src}/components/dashboard/dashboard-by-id.d.ts +1 -1
  5. package/dist/packages/sdk-ui-vue/src/components/dashboard/dashboard.d.ts +110 -0
  6. package/dist/{src → packages/sdk-ui-vue/src}/components/filters/basic-member-filter-tile.d.ts +2 -2
  7. package/dist/{src → packages/sdk-ui-vue/src}/components/widgets/chart-widget.d.ts +1 -1
  8. package/dist/{src → packages/sdk-ui-vue/src}/composables/use-custom-drilldown.d.ts +390 -0
  9. package/dist/{src → packages/sdk-ui-vue/src}/composables/use-get-dashboard-model.d.ts +13 -9
  10. package/dist/{src → packages/sdk-ui-vue/src}/composables/use-get-widget-model.d.ts +2 -2
  11. package/dist/packages/sdk-ui-vue/src/composables/use-plugins.d.ts +8 -0
  12. package/dist/{src → packages/sdk-ui-vue/src}/providers/plugins-provider.d.ts +3 -7
  13. package/dist/packages/sdk-ui-vue/src/sdk-ui-core-exports.d.ts +5 -0
  14. package/package.json +2 -2
  15. package/dist/src/components/dashboard/dashboard.d.ts +0 -95
  16. package/dist/src/composables/use-plugins.d.ts +0 -12
  17. package/dist/src/sdk-ui-core-exports.d.ts +0 -5
  18. /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/area-chart.d.ts +0 -0
  19. /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/area-range-chart.d.ts +0 -0
  20. /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/areamap-chart.d.ts +0 -0
  21. /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/bar-chart.d.ts +0 -0
  22. /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/boxplot-chart.d.ts +0 -0
  23. /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/chart.d.ts +0 -0
  24. /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/column-chart.d.ts +0 -0
  25. /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/funnel-chart.d.ts +0 -0
  26. /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/index.d.ts +0 -0
  27. /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/indicator-chart.d.ts +0 -0
  28. /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/line-chart.d.ts +0 -0
  29. /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/pie-chart.d.ts +0 -0
  30. /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/pivot-table.d.ts +0 -0
  31. /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/polar-chart.d.ts +0 -0
  32. /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/scatter-chart.d.ts +0 -0
  33. /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/scattermap-chart.d.ts +0 -0
  34. /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/sunburst-chart.d.ts +0 -0
  35. /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/table.d.ts +0 -0
  36. /package/dist/{src → packages/sdk-ui-vue/src}/components/charts/treemap-chart.d.ts +0 -0
  37. /package/dist/{src → packages/sdk-ui-vue/src}/components/context-menu.d.ts +0 -0
  38. /package/dist/{src → packages/sdk-ui-vue/src}/components/dashboard/index.d.ts +0 -0
  39. /package/dist/{src → packages/sdk-ui-vue/src}/components/drilldown-breadcrumbs.d.ts +0 -0
  40. /package/dist/{src → packages/sdk-ui-vue/src}/components/drilldown-widget.d.ts +0 -0
  41. /package/dist/{src → packages/sdk-ui-vue/src}/components/drilldown-widget.vue.d.ts +0 -0
  42. /package/dist/{src → packages/sdk-ui-vue/src}/components/filters/criteria-filter-tile.d.ts +0 -0
  43. /package/dist/{src → packages/sdk-ui-vue/src}/components/filters/date-range-filter-tile.d.ts +0 -0
  44. /package/dist/{src → packages/sdk-ui-vue/src}/components/filters/index.d.ts +0 -0
  45. /package/dist/{src → packages/sdk-ui-vue/src}/components/filters/member-filter-tile.d.ts +0 -0
  46. /package/dist/{src → packages/sdk-ui-vue/src}/components/widgets/dashboard-widget.d.ts +0 -0
  47. /package/dist/{src → packages/sdk-ui-vue/src}/components/widgets/index.d.ts +0 -0
  48. /package/dist/{src → packages/sdk-ui-vue/src}/components/widgets/table-widget.d.ts +0 -0
  49. /package/dist/{src → packages/sdk-ui-vue/src}/composables/index.d.ts +0 -0
  50. /package/dist/{src → packages/sdk-ui-vue/src}/composables/use-execute-query-by-widget-id.d.ts +0 -0
  51. /package/dist/{src → packages/sdk-ui-vue/src}/composables/use-execute-query.d.ts +0 -0
  52. /package/dist/{src → packages/sdk-ui-vue/src}/composables/use-fetch.d.ts +0 -0
  53. /package/dist/{src → packages/sdk-ui-vue/src}/composables/use-get-dashboard-models.d.ts +0 -0
  54. /package/dist/{src → packages/sdk-ui-vue/src}/composables/use-get-shared-formula.d.ts +0 -0
  55. /package/dist/{src → packages/sdk-ui-vue/src}/composables/use-tracking.d.ts +0 -0
  56. /package/dist/{src → packages/sdk-ui-vue/src}/helpers/use-reducer.d.ts +0 -0
  57. /package/dist/{src → packages/sdk-ui-vue/src}/lib.d.ts +0 -0
  58. /package/dist/{src → packages/sdk-ui-vue/src}/providers/index.d.ts +0 -0
  59. /package/dist/{src → packages/sdk-ui-vue/src}/providers/sisense-context-provider.d.ts +0 -0
  60. /package/dist/{src → packages/sdk-ui-vue/src}/providers/theme-provider.d.ts +0 -0
  61. /package/dist/{src → packages/sdk-ui-vue/src}/setup-helper.d.ts +0 -0
  62. /package/dist/{src → packages/sdk-ui-vue/src}/types.d.ts +0 -0
  63. /package/dist/{src → packages/sdk-ui-vue/src}/utils.d.ts +0 -0
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;