@feedmepos/mf-report 5.0.13-beta.0 → 5.0.14-rc.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (116) hide show
  1. package/dist/App.vue.d.ts +2 -0
  2. package/dist/Entry.vue.d.ts +2 -0
  3. package/dist/api/accounting/index.d.ts +5 -0
  4. package/dist/api/business-config/index.d.ts +4 -0
  5. package/dist/api/categories/index.d.ts +2 -0
  6. package/dist/api/index.d.ts +26 -0
  7. package/dist/api/reports/index.d.ts +9 -0
  8. package/dist/api/scheduler/index.d.ts +6 -0
  9. package/dist/api/schemas/index.d.ts +2 -0
  10. package/dist/api/widget/index.d.ts +4 -0
  11. package/dist/app.d.ts +2 -0
  12. package/dist/app.js +107942 -111242
  13. package/dist/components/AddReportDialog.vue.d.ts +20 -0
  14. package/dist/components/BaseDialog.vue.d.ts +49 -0
  15. package/dist/components/Dialog.vue.d.ts +2 -0
  16. package/dist/components/DownloadDialog.vue.d.ts +12 -0
  17. package/dist/components/HeaderTab.vue.d.ts +10 -0
  18. package/dist/components/MenuTab.vue.d.ts +14 -0
  19. package/dist/components/NavigationTab.vue.d.ts +2 -0
  20. package/dist/components/NoData.vue.d.ts +39 -0
  21. package/dist/components/accounting/AccountingExportDialog.vue.d.ts +23 -0
  22. package/dist/components/accounting/api-integration/Bukku.vue.d.ts +19 -0
  23. package/dist/components/accounting/api-integration/NetSuite.vue.d.ts +19 -0
  24. package/dist/components/accounting/setting-exporter/index.d.ts +23 -0
  25. package/dist/components/accounting/setting-exporter/type.d.ts +53 -0
  26. package/dist/components/filter/Filter.vue.d.ts +2 -0
  27. package/dist/components/filter/FilterChip.vue.d.ts +32 -0
  28. package/dist/components/report/CustomReport.vue.d.ts +2 -0
  29. package/dist/components/report-editor-tab/ReportEditorTab.vue.d.ts +27 -0
  30. package/dist/components/report-editor-tab/ReportEditorTabDesktop.vue.d.ts +19 -0
  31. package/dist/components/report-editor-tab/ReportEditorTabHeader.vue.d.ts +20 -0
  32. package/dist/components/report-editor-tab/ReportEditorTabMobile.vue.d.ts +19 -0
  33. package/dist/components/schedule/CustomDate.vue.d.ts +25 -0
  34. package/dist/components/schedule/ManualSend.vue.d.ts +29 -0
  35. package/dist/components/schedule/Schedule.vue.d.ts +12 -0
  36. package/dist/components/schedule/ScheduleCard.vue.d.ts +16 -0
  37. package/dist/components/schedule/ScheduleEdit.vue.d.ts +29 -0
  38. package/dist/components/tile-editor-tab/TileEditorTab.vue.d.ts +27 -0
  39. package/dist/components/tile-editor-tab/TileEditorTabDesktop.vue.d.ts +19 -0
  40. package/dist/components/tile-editor-tab/TileEditorTabHeader.vue.d.ts +20 -0
  41. package/dist/components/tile-editor-tab/TileEditorTabMobile.vue.d.ts +19 -0
  42. package/dist/components/tile-editor-tab/datasource.d.ts +14 -0
  43. package/dist/components/tile-editor-tab/dialogs/SchemaDialog.vue.d.ts +24 -0
  44. package/dist/components/tile-editor-tab/filter.input.d.ts +32 -0
  45. package/dist/components/tile-editor-tab/layouts/Section.vue.d.ts +10 -0
  46. package/dist/components/tile-editor-tab/section/ConditionSection.vue.d.ts +33 -0
  47. package/dist/components/tile-editor-tab/section/Datasource.vue.d.ts +54 -0
  48. package/dist/components/tile-editor-tab/section/DimensionSection.vue.d.ts +54 -0
  49. package/dist/components/tile-editor-tab/section/FilterSection.vue.d.ts +18 -0
  50. package/dist/components/tile-editor-tab/section/FilterValueInput.vue.d.ts +24 -0
  51. package/dist/components/tile-editor-tab/section/LimitSection.vue.d.ts +12 -0
  52. package/dist/components/tile-editor-tab/section/MetricSection.vue.d.ts +49 -0
  53. package/dist/components/tile-editor-tab/section/SchemaSection.vue.d.ts +33 -0
  54. package/dist/components/tile-editor-tab/section/SortSection.vue.d.ts +18 -0
  55. package/dist/components/tile-editor-tab/select/SelectComponent.vue.d.ts +42 -0
  56. package/dist/components/tile-editor-tab/tile.d.ts +5 -0
  57. package/dist/components/transition/TransitionFade.vue.d.ts +20 -0
  58. package/dist/components/widget/DynamicWidget.vue.d.ts +36 -0
  59. package/dist/components/widget/WidgetBarchart.vue.d.ts +20 -0
  60. package/dist/components/widget/WidgetCircular.vue.d.ts +20 -0
  61. package/dist/components/widget/WidgetDialog.vue.d.ts +19 -0
  62. package/dist/components/widget/WidgetLinechart.vue.d.ts +20 -0
  63. package/dist/components/widget/WidgetScorecard.vue.d.ts +20 -0
  64. package/dist/components/widget/WidgetSpacer.vue.d.ts +2 -0
  65. package/dist/components/widget/WidgetStackBarChart.vue.d.ts +20 -0
  66. package/dist/components/widget/WidgetStackLineChart.vue.d.ts +20 -0
  67. package/dist/components/widget/WidgetTable.vue.d.ts +20 -0
  68. package/dist/components/widget/widget.d.ts +38 -0
  69. package/dist/layouts/Default.vue.d.ts +9 -0
  70. package/dist/layouts/FullScreen.vue.d.ts +9 -0
  71. package/dist/main.d.ts +2 -0
  72. package/dist/router/index.d.ts +2 -0
  73. package/dist/router/shared.d.ts +2 -0
  74. package/dist/stores/accounting.d.ts +7 -0
  75. package/dist/stores/counter.d.ts +13 -0
  76. package/dist/stores/global-loader.d.ts +10 -0
  77. package/dist/stores/message-dialog.d.ts +31 -0
  78. package/dist/stores/query.d.ts +19 -0
  79. package/dist/stores/report-filters.d.ts +154 -0
  80. package/dist/stores/report-schedule.d.ts +161 -0
  81. package/dist/stores/report-schema.d.ts +79 -0
  82. package/dist/stores/report.d.ts +2754 -0
  83. package/dist/tsconfig.app.tsbuildinfo +1 -0
  84. package/dist/types/business.d.ts +46 -0
  85. package/dist/types/index.d.ts +24 -0
  86. package/dist/types/report.d.ts +170 -0
  87. package/dist/types/schedule.d.ts +29 -0
  88. package/dist/types/schema.d.ts +54 -0
  89. package/dist/types/widget.d.ts +98 -0
  90. package/dist/utils/calculated-grid.d.ts +3 -0
  91. package/dist/utils/component-key.d.ts +1 -0
  92. package/dist/utils/helper.d.ts +12 -0
  93. package/dist/utils/local-storage.d.ts +15 -0
  94. package/dist/utils/logger.d.ts +1 -0
  95. package/dist/utils/update-row-column-config.d.ts +13 -0
  96. package/dist/views/InsightView.vue.d.ts +2 -0
  97. package/dist/views/overview/OverviewView.vue.d.ts +2 -0
  98. package/dist/views/report/Report.vue.d.ts +2 -0
  99. package/dist/views/report-editor/ReportEditor.vue.d.ts +2 -0
  100. package/dist/views/report-editor/ReportEditorDesktop.vue.d.ts +28 -0
  101. package/dist/views/report-editor/ReportEditorMobile.vue.d.ts +28 -0
  102. package/dist/views/report-view/ReportView.vue.d.ts +2 -0
  103. package/dist/views/tile-editor/TileEditor.vue.d.ts +2 -0
  104. package/dist/views/tile-editor/TileEditorDesktop.vue.d.ts +39 -0
  105. package/dist/views/tile-editor/TileEditorMobile.vue.d.ts +39 -0
  106. package/package.json +7 -9
  107. package/extra_packages/query-engine/LICENSE +0 -1749
  108. package/extra_packages/query-engine/README.md +0 -11
  109. package/extra_packages/query-engine/package.json +0 -1
  110. package/extra_packages/query-engine/query-engine-dart.dart.js +0 -15531
  111. package/extra_packages/query-engine/query-engine-dart.default.js +0 -4
  112. package/extra_packages/report-v4/LICENSE +0 -3107
  113. package/extra_packages/report-v4/README.md +0 -11
  114. package/extra_packages/report-v4/package.json +0 -1
  115. package/extra_packages/report-v4/report-v4-dart.dart.js +0 -12692
  116. package/extra_packages/report-v4/report-v4-dart.default.js +0 -4
@@ -0,0 +1,2754 @@
1
+ import { WidgetType, type Report, type ReportTile } from "@/types/report";
2
+ /**
3
+ * Description : Report State
4
+ * Here we will store the current report state that will be used thoughout the whole report UI
5
+ * as well as current selected report ID
6
+ */
7
+ declare enum NavigationTab {
8
+ overview = "overview",
9
+ report = "report"
10
+ }
11
+ export declare const useReportStore: import("pinia").StoreDefinition<"report-store", import("pinia")._UnwrapAll<Pick<{
12
+ isOpenDownloadDialog: import("vue").Ref<boolean>;
13
+ currentSelectWidgetType: import("vue").Ref<WidgetType | undefined>;
14
+ reports: import("vue").Ref<{
15
+ editable: boolean;
16
+ id: string;
17
+ name: string;
18
+ category: string;
19
+ tiles: {
20
+ size: {
21
+ width: number;
22
+ height: number;
23
+ };
24
+ widget: {
25
+ config: {
26
+ schemaNames: string[];
27
+ dimensions: {
28
+ option: string | null;
29
+ label: string;
30
+ hide: boolean;
31
+ fillGap?: boolean | undefined;
32
+ dataFormula?: string | undefined;
33
+ displayFormula?: string | undefined;
34
+ decimal?: number | undefined;
35
+ timeFormatter?: string | undefined;
36
+ dateComparison?: boolean | undefined;
37
+ moveToColumn: boolean;
38
+ schemaName: string;
39
+ name: string;
40
+ }[];
41
+ breakdownDimension: {
42
+ option: string | null;
43
+ label: string;
44
+ hide: boolean;
45
+ fillGap?: boolean | undefined;
46
+ dataFormula?: string | undefined;
47
+ displayFormula?: string | undefined;
48
+ decimal?: number | undefined;
49
+ timeFormatter?: string | undefined;
50
+ dateComparison?: boolean | undefined;
51
+ moveToColumn: boolean;
52
+ schemaName: string;
53
+ name: string;
54
+ } | undefined;
55
+ sparklineDimension: {
56
+ option: string | null;
57
+ label: string;
58
+ hide: boolean;
59
+ fillGap?: boolean | undefined;
60
+ dataFormula?: string | undefined;
61
+ displayFormula?: string | undefined;
62
+ decimal?: number | undefined;
63
+ timeFormatter?: string | undefined;
64
+ dateComparison?: boolean | undefined;
65
+ moveToColumn: boolean;
66
+ schemaName: string;
67
+ name: string;
68
+ } | undefined;
69
+ drillDimension?: string | undefined;
70
+ metrics: {
71
+ aggregation: string;
72
+ label: string;
73
+ hide: boolean;
74
+ decimal?: number | undefined;
75
+ timeFormatter?: string | undefined;
76
+ dataFormula?: string | undefined;
77
+ displayFormula?: string | undefined;
78
+ moveToRow: boolean;
79
+ schemaName: string;
80
+ name: string;
81
+ }[];
82
+ filters: {
83
+ operator: string;
84
+ option: string | null;
85
+ values: string[] | number[] | boolean[];
86
+ dataFormula?: string | undefined;
87
+ schemaName: string;
88
+ name: string;
89
+ }[];
90
+ sorts: {
91
+ type: import("../types/schema").SortType;
92
+ aggregation: string | null;
93
+ dimensionOption: string | null;
94
+ dataFormula?: string | undefined;
95
+ schemaName: string;
96
+ name: string;
97
+ }[];
98
+ limit: number | null;
99
+ showGrandTotal: boolean;
100
+ rollupPosition?: import("../types/widget").RollupPosition | undefined;
101
+ showSearchBar?: boolean | undefined;
102
+ isTransposed: boolean;
103
+ isDrillable: boolean;
104
+ showLabel?: boolean | undefined;
105
+ rollup?: number | undefined;
106
+ columnIds?: string[] | undefined;
107
+ rowIds?: string[] | undefined;
108
+ joinDatasources?: {
109
+ conditions: {
110
+ mainDimensions: ({
111
+ option: string | null;
112
+ label: string;
113
+ hide: boolean;
114
+ fillGap?: boolean | undefined;
115
+ dataFormula?: string | undefined;
116
+ displayFormula?: string | undefined;
117
+ decimal?: number | undefined;
118
+ timeFormatter?: string | undefined;
119
+ dateComparison?: boolean | undefined;
120
+ moveToColumn: boolean;
121
+ schemaName: string;
122
+ name: string;
123
+ } | null)[];
124
+ joinDimension: {
125
+ option: string | null;
126
+ label: string;
127
+ hide: boolean;
128
+ fillGap?: boolean | undefined;
129
+ dataFormula?: string | undefined;
130
+ displayFormula?: string | undefined;
131
+ decimal?: number | undefined;
132
+ timeFormatter?: string | undefined;
133
+ dateComparison?: boolean | undefined;
134
+ moveToColumn: boolean;
135
+ schemaName: string;
136
+ name: string;
137
+ } | null;
138
+ operator: string;
139
+ }[];
140
+ schemaNames: string[];
141
+ dimensions: {
142
+ option: string | null;
143
+ label: string;
144
+ hide: boolean;
145
+ fillGap?: boolean | undefined;
146
+ dataFormula?: string | undefined;
147
+ displayFormula?: string | undefined;
148
+ decimal?: number | undefined;
149
+ timeFormatter?: string | undefined;
150
+ dateComparison?: boolean | undefined;
151
+ moveToColumn: boolean;
152
+ schemaName: string;
153
+ name: string;
154
+ }[];
155
+ breakdownDimension: {
156
+ option: string | null;
157
+ label: string;
158
+ hide: boolean;
159
+ fillGap?: boolean | undefined;
160
+ dataFormula?: string | undefined;
161
+ displayFormula?: string | undefined;
162
+ decimal?: number | undefined;
163
+ timeFormatter?: string | undefined;
164
+ dateComparison?: boolean | undefined;
165
+ moveToColumn: boolean;
166
+ schemaName: string;
167
+ name: string;
168
+ } | undefined;
169
+ sparklineDimension: {
170
+ option: string | null;
171
+ label: string;
172
+ hide: boolean;
173
+ fillGap?: boolean | undefined;
174
+ dataFormula?: string | undefined;
175
+ displayFormula?: string | undefined;
176
+ decimal?: number | undefined;
177
+ timeFormatter?: string | undefined;
178
+ dateComparison?: boolean | undefined;
179
+ moveToColumn: boolean;
180
+ schemaName: string;
181
+ name: string;
182
+ } | undefined;
183
+ drillDimension?: string | undefined;
184
+ metrics: {
185
+ aggregation: string;
186
+ label: string;
187
+ hide: boolean;
188
+ decimal?: number | undefined;
189
+ timeFormatter?: string | undefined;
190
+ dataFormula?: string | undefined;
191
+ displayFormula?: string | undefined;
192
+ moveToRow: boolean;
193
+ schemaName: string;
194
+ name: string;
195
+ }[];
196
+ filters: {
197
+ operator: string;
198
+ option: string | null;
199
+ values: string[] | number[] | boolean[];
200
+ dataFormula?: string | undefined;
201
+ schemaName: string;
202
+ name: string;
203
+ }[];
204
+ sorts: {
205
+ type: import("../types/schema").SortType;
206
+ aggregation: string | null;
207
+ dimensionOption: string | null;
208
+ dataFormula?: string | undefined;
209
+ schemaName: string;
210
+ name: string;
211
+ }[];
212
+ limit: number | null;
213
+ showGrandTotal: boolean;
214
+ rollupPosition?: import("../types/widget").RollupPosition | undefined;
215
+ showSearchBar?: boolean | undefined;
216
+ isTransposed: boolean;
217
+ isDrillable: boolean;
218
+ showLabel?: boolean | undefined;
219
+ rollup?: number | undefined;
220
+ columnIds?: string[] | undefined;
221
+ rowIds?: string[] | undefined;
222
+ isComparable?: boolean | undefined;
223
+ isCumulative?: boolean | undefined;
224
+ }[] | undefined;
225
+ isComparable?: boolean | undefined;
226
+ isCumulative?: boolean | undefined;
227
+ };
228
+ title: string;
229
+ description?: string | undefined;
230
+ type: WidgetType;
231
+ };
232
+ }[];
233
+ isDefault: boolean;
234
+ }[]>;
235
+ categories: import("vue").Ref<{
236
+ id: string;
237
+ name: string;
238
+ }[]>;
239
+ currentReport: import("vue").ComputedRef<{
240
+ editable: boolean;
241
+ id: string;
242
+ name: string;
243
+ category: string;
244
+ tiles: {
245
+ size: {
246
+ width: number;
247
+ height: number;
248
+ };
249
+ widget: {
250
+ config: {
251
+ schemaNames: string[];
252
+ dimensions: {
253
+ option: string | null;
254
+ label: string;
255
+ hide: boolean;
256
+ fillGap?: boolean | undefined;
257
+ dataFormula?: string | undefined;
258
+ displayFormula?: string | undefined;
259
+ decimal?: number | undefined;
260
+ timeFormatter?: string | undefined;
261
+ dateComparison?: boolean | undefined;
262
+ moveToColumn: boolean;
263
+ schemaName: string;
264
+ name: string;
265
+ }[];
266
+ breakdownDimension: {
267
+ option: string | null;
268
+ label: string;
269
+ hide: boolean;
270
+ fillGap?: boolean | undefined;
271
+ dataFormula?: string | undefined;
272
+ displayFormula?: string | undefined;
273
+ decimal?: number | undefined;
274
+ timeFormatter?: string | undefined;
275
+ dateComparison?: boolean | undefined;
276
+ moveToColumn: boolean;
277
+ schemaName: string;
278
+ name: string;
279
+ } | undefined;
280
+ sparklineDimension: {
281
+ option: string | null;
282
+ label: string;
283
+ hide: boolean;
284
+ fillGap?: boolean | undefined;
285
+ dataFormula?: string | undefined;
286
+ displayFormula?: string | undefined;
287
+ decimal?: number | undefined;
288
+ timeFormatter?: string | undefined;
289
+ dateComparison?: boolean | undefined;
290
+ moveToColumn: boolean;
291
+ schemaName: string;
292
+ name: string;
293
+ } | undefined;
294
+ drillDimension?: string | undefined;
295
+ metrics: {
296
+ aggregation: string;
297
+ label: string;
298
+ hide: boolean;
299
+ decimal?: number | undefined;
300
+ timeFormatter?: string | undefined;
301
+ dataFormula?: string | undefined;
302
+ displayFormula?: string | undefined;
303
+ moveToRow: boolean;
304
+ schemaName: string;
305
+ name: string;
306
+ }[];
307
+ filters: {
308
+ operator: string;
309
+ option: string | null;
310
+ values: string[] | number[] | boolean[];
311
+ dataFormula?: string | undefined;
312
+ schemaName: string;
313
+ name: string;
314
+ }[];
315
+ sorts: {
316
+ type: import("../types/schema").SortType;
317
+ aggregation: string | null;
318
+ dimensionOption: string | null;
319
+ dataFormula?: string | undefined;
320
+ schemaName: string;
321
+ name: string;
322
+ }[];
323
+ limit: number | null;
324
+ showGrandTotal: boolean;
325
+ rollupPosition?: import("../types/widget").RollupPosition | undefined;
326
+ showSearchBar?: boolean | undefined;
327
+ isTransposed: boolean;
328
+ isDrillable: boolean;
329
+ showLabel?: boolean | undefined;
330
+ rollup?: number | undefined;
331
+ columnIds?: string[] | undefined;
332
+ rowIds?: string[] | undefined;
333
+ joinDatasources?: {
334
+ conditions: {
335
+ mainDimensions: ({
336
+ option: string | null;
337
+ label: string;
338
+ hide: boolean;
339
+ fillGap?: boolean | undefined;
340
+ dataFormula?: string | undefined;
341
+ displayFormula?: string | undefined;
342
+ decimal?: number | undefined;
343
+ timeFormatter?: string | undefined;
344
+ dateComparison?: boolean | undefined;
345
+ moveToColumn: boolean;
346
+ schemaName: string;
347
+ name: string;
348
+ } | null)[];
349
+ joinDimension: {
350
+ option: string | null;
351
+ label: string;
352
+ hide: boolean;
353
+ fillGap?: boolean | undefined;
354
+ dataFormula?: string | undefined;
355
+ displayFormula?: string | undefined;
356
+ decimal?: number | undefined;
357
+ timeFormatter?: string | undefined;
358
+ dateComparison?: boolean | undefined;
359
+ moveToColumn: boolean;
360
+ schemaName: string;
361
+ name: string;
362
+ } | null;
363
+ operator: string;
364
+ }[];
365
+ schemaNames: string[];
366
+ dimensions: {
367
+ option: string | null;
368
+ label: string;
369
+ hide: boolean;
370
+ fillGap?: boolean | undefined;
371
+ dataFormula?: string | undefined;
372
+ displayFormula?: string | undefined;
373
+ decimal?: number | undefined;
374
+ timeFormatter?: string | undefined;
375
+ dateComparison?: boolean | undefined;
376
+ moveToColumn: boolean;
377
+ schemaName: string;
378
+ name: string;
379
+ }[];
380
+ breakdownDimension: {
381
+ option: string | null;
382
+ label: string;
383
+ hide: boolean;
384
+ fillGap?: boolean | undefined;
385
+ dataFormula?: string | undefined;
386
+ displayFormula?: string | undefined;
387
+ decimal?: number | undefined;
388
+ timeFormatter?: string | undefined;
389
+ dateComparison?: boolean | undefined;
390
+ moveToColumn: boolean;
391
+ schemaName: string;
392
+ name: string;
393
+ } | undefined;
394
+ sparklineDimension: {
395
+ option: string | null;
396
+ label: string;
397
+ hide: boolean;
398
+ fillGap?: boolean | undefined;
399
+ dataFormula?: string | undefined;
400
+ displayFormula?: string | undefined;
401
+ decimal?: number | undefined;
402
+ timeFormatter?: string | undefined;
403
+ dateComparison?: boolean | undefined;
404
+ moveToColumn: boolean;
405
+ schemaName: string;
406
+ name: string;
407
+ } | undefined;
408
+ drillDimension?: string | undefined;
409
+ metrics: {
410
+ aggregation: string;
411
+ label: string;
412
+ hide: boolean;
413
+ decimal?: number | undefined;
414
+ timeFormatter?: string | undefined;
415
+ dataFormula?: string | undefined;
416
+ displayFormula?: string | undefined;
417
+ moveToRow: boolean;
418
+ schemaName: string;
419
+ name: string;
420
+ }[];
421
+ filters: {
422
+ operator: string;
423
+ option: string | null;
424
+ values: string[] | number[] | boolean[];
425
+ dataFormula?: string | undefined;
426
+ schemaName: string;
427
+ name: string;
428
+ }[];
429
+ sorts: {
430
+ type: import("../types/schema").SortType;
431
+ aggregation: string | null;
432
+ dimensionOption: string | null;
433
+ dataFormula?: string | undefined;
434
+ schemaName: string;
435
+ name: string;
436
+ }[];
437
+ limit: number | null;
438
+ showGrandTotal: boolean;
439
+ rollupPosition?: import("../types/widget").RollupPosition | undefined;
440
+ showSearchBar?: boolean | undefined;
441
+ isTransposed: boolean;
442
+ isDrillable: boolean;
443
+ showLabel?: boolean | undefined;
444
+ rollup?: number | undefined;
445
+ columnIds?: string[] | undefined;
446
+ rowIds?: string[] | undefined;
447
+ isComparable?: boolean | undefined;
448
+ isCumulative?: boolean | undefined;
449
+ }[] | undefined;
450
+ isComparable?: boolean | undefined;
451
+ isCumulative?: boolean | undefined;
452
+ };
453
+ title: string;
454
+ description?: string | undefined;
455
+ type: WidgetType;
456
+ };
457
+ }[];
458
+ isDefault: boolean;
459
+ } | undefined>;
460
+ editingReport: import("vue").Ref<Report | undefined>;
461
+ editingIndex: import("vue").Ref<number>;
462
+ editingTile: import("vue").Ref<ReportTile | undefined>;
463
+ currentReportId: import("vue").Ref<string>;
464
+ editableReports: import("vue").ComputedRef<{
465
+ editable: boolean;
466
+ id: string;
467
+ name: string;
468
+ category: string;
469
+ tiles: {
470
+ size: {
471
+ width: number;
472
+ height: number;
473
+ };
474
+ widget: {
475
+ config: {
476
+ schemaNames: string[];
477
+ dimensions: {
478
+ option: string | null;
479
+ label: string;
480
+ hide: boolean;
481
+ fillGap?: boolean | undefined;
482
+ dataFormula?: string | undefined;
483
+ displayFormula?: string | undefined;
484
+ decimal?: number | undefined;
485
+ timeFormatter?: string | undefined;
486
+ dateComparison?: boolean | undefined;
487
+ moveToColumn: boolean;
488
+ schemaName: string;
489
+ name: string;
490
+ }[];
491
+ breakdownDimension: {
492
+ option: string | null;
493
+ label: string;
494
+ hide: boolean;
495
+ fillGap?: boolean | undefined;
496
+ dataFormula?: string | undefined;
497
+ displayFormula?: string | undefined;
498
+ decimal?: number | undefined;
499
+ timeFormatter?: string | undefined;
500
+ dateComparison?: boolean | undefined;
501
+ moveToColumn: boolean;
502
+ schemaName: string;
503
+ name: string;
504
+ } | undefined;
505
+ sparklineDimension: {
506
+ option: string | null;
507
+ label: string;
508
+ hide: boolean;
509
+ fillGap?: boolean | undefined;
510
+ dataFormula?: string | undefined;
511
+ displayFormula?: string | undefined;
512
+ decimal?: number | undefined;
513
+ timeFormatter?: string | undefined;
514
+ dateComparison?: boolean | undefined;
515
+ moveToColumn: boolean;
516
+ schemaName: string;
517
+ name: string;
518
+ } | undefined;
519
+ drillDimension?: string | undefined;
520
+ metrics: {
521
+ aggregation: string;
522
+ label: string;
523
+ hide: boolean;
524
+ decimal?: number | undefined;
525
+ timeFormatter?: string | undefined;
526
+ dataFormula?: string | undefined;
527
+ displayFormula?: string | undefined;
528
+ moveToRow: boolean;
529
+ schemaName: string;
530
+ name: string;
531
+ }[];
532
+ filters: {
533
+ operator: string;
534
+ option: string | null;
535
+ values: string[] | number[] | boolean[];
536
+ dataFormula?: string | undefined;
537
+ schemaName: string;
538
+ name: string;
539
+ }[];
540
+ sorts: {
541
+ type: import("../types/schema").SortType;
542
+ aggregation: string | null;
543
+ dimensionOption: string | null;
544
+ dataFormula?: string | undefined;
545
+ schemaName: string;
546
+ name: string;
547
+ }[];
548
+ limit: number | null;
549
+ showGrandTotal: boolean;
550
+ rollupPosition?: import("../types/widget").RollupPosition | undefined;
551
+ showSearchBar?: boolean | undefined;
552
+ isTransposed: boolean;
553
+ isDrillable: boolean;
554
+ showLabel?: boolean | undefined;
555
+ rollup?: number | undefined;
556
+ columnIds?: string[] | undefined;
557
+ rowIds?: string[] | undefined;
558
+ joinDatasources?: {
559
+ conditions: {
560
+ mainDimensions: ({
561
+ option: string | null;
562
+ label: string;
563
+ hide: boolean;
564
+ fillGap?: boolean | undefined;
565
+ dataFormula?: string | undefined;
566
+ displayFormula?: string | undefined;
567
+ decimal?: number | undefined;
568
+ timeFormatter?: string | undefined;
569
+ dateComparison?: boolean | undefined;
570
+ moveToColumn: boolean;
571
+ schemaName: string;
572
+ name: string;
573
+ } | null)[];
574
+ joinDimension: {
575
+ option: string | null;
576
+ label: string;
577
+ hide: boolean;
578
+ fillGap?: boolean | undefined;
579
+ dataFormula?: string | undefined;
580
+ displayFormula?: string | undefined;
581
+ decimal?: number | undefined;
582
+ timeFormatter?: string | undefined;
583
+ dateComparison?: boolean | undefined;
584
+ moveToColumn: boolean;
585
+ schemaName: string;
586
+ name: string;
587
+ } | null;
588
+ operator: string;
589
+ }[];
590
+ schemaNames: string[];
591
+ dimensions: {
592
+ option: string | null;
593
+ label: string;
594
+ hide: boolean;
595
+ fillGap?: boolean | undefined;
596
+ dataFormula?: string | undefined;
597
+ displayFormula?: string | undefined;
598
+ decimal?: number | undefined;
599
+ timeFormatter?: string | undefined;
600
+ dateComparison?: boolean | undefined;
601
+ moveToColumn: boolean;
602
+ schemaName: string;
603
+ name: string;
604
+ }[];
605
+ breakdownDimension: {
606
+ option: string | null;
607
+ label: string;
608
+ hide: boolean;
609
+ fillGap?: boolean | undefined;
610
+ dataFormula?: string | undefined;
611
+ displayFormula?: string | undefined;
612
+ decimal?: number | undefined;
613
+ timeFormatter?: string | undefined;
614
+ dateComparison?: boolean | undefined;
615
+ moveToColumn: boolean;
616
+ schemaName: string;
617
+ name: string;
618
+ } | undefined;
619
+ sparklineDimension: {
620
+ option: string | null;
621
+ label: string;
622
+ hide: boolean;
623
+ fillGap?: boolean | undefined;
624
+ dataFormula?: string | undefined;
625
+ displayFormula?: string | undefined;
626
+ decimal?: number | undefined;
627
+ timeFormatter?: string | undefined;
628
+ dateComparison?: boolean | undefined;
629
+ moveToColumn: boolean;
630
+ schemaName: string;
631
+ name: string;
632
+ } | undefined;
633
+ drillDimension?: string | undefined;
634
+ metrics: {
635
+ aggregation: string;
636
+ label: string;
637
+ hide: boolean;
638
+ decimal?: number | undefined;
639
+ timeFormatter?: string | undefined;
640
+ dataFormula?: string | undefined;
641
+ displayFormula?: string | undefined;
642
+ moveToRow: boolean;
643
+ schemaName: string;
644
+ name: string;
645
+ }[];
646
+ filters: {
647
+ operator: string;
648
+ option: string | null;
649
+ values: string[] | number[] | boolean[];
650
+ dataFormula?: string | undefined;
651
+ schemaName: string;
652
+ name: string;
653
+ }[];
654
+ sorts: {
655
+ type: import("../types/schema").SortType;
656
+ aggregation: string | null;
657
+ dimensionOption: string | null;
658
+ dataFormula?: string | undefined;
659
+ schemaName: string;
660
+ name: string;
661
+ }[];
662
+ limit: number | null;
663
+ showGrandTotal: boolean;
664
+ rollupPosition?: import("../types/widget").RollupPosition | undefined;
665
+ showSearchBar?: boolean | undefined;
666
+ isTransposed: boolean;
667
+ isDrillable: boolean;
668
+ showLabel?: boolean | undefined;
669
+ rollup?: number | undefined;
670
+ columnIds?: string[] | undefined;
671
+ rowIds?: string[] | undefined;
672
+ isComparable?: boolean | undefined;
673
+ isCumulative?: boolean | undefined;
674
+ }[] | undefined;
675
+ isComparable?: boolean | undefined;
676
+ isCumulative?: boolean | undefined;
677
+ };
678
+ title: string;
679
+ description?: string | undefined;
680
+ type: WidgetType;
681
+ };
682
+ }[];
683
+ isDefault: boolean;
684
+ }[]>;
685
+ nonEditableReports: import("vue").ComputedRef<{
686
+ editable: boolean;
687
+ id: string;
688
+ name: string;
689
+ category: string;
690
+ tiles: {
691
+ size: {
692
+ width: number;
693
+ height: number;
694
+ };
695
+ widget: {
696
+ config: {
697
+ schemaNames: string[];
698
+ dimensions: {
699
+ option: string | null;
700
+ label: string;
701
+ hide: boolean;
702
+ fillGap?: boolean | undefined;
703
+ dataFormula?: string | undefined;
704
+ displayFormula?: string | undefined;
705
+ decimal?: number | undefined;
706
+ timeFormatter?: string | undefined;
707
+ dateComparison?: boolean | undefined;
708
+ moveToColumn: boolean;
709
+ schemaName: string;
710
+ name: string;
711
+ }[];
712
+ breakdownDimension: {
713
+ option: string | null;
714
+ label: string;
715
+ hide: boolean;
716
+ fillGap?: boolean | undefined;
717
+ dataFormula?: string | undefined;
718
+ displayFormula?: string | undefined;
719
+ decimal?: number | undefined;
720
+ timeFormatter?: string | undefined;
721
+ dateComparison?: boolean | undefined;
722
+ moveToColumn: boolean;
723
+ schemaName: string;
724
+ name: string;
725
+ } | undefined;
726
+ sparklineDimension: {
727
+ option: string | null;
728
+ label: string;
729
+ hide: boolean;
730
+ fillGap?: boolean | undefined;
731
+ dataFormula?: string | undefined;
732
+ displayFormula?: string | undefined;
733
+ decimal?: number | undefined;
734
+ timeFormatter?: string | undefined;
735
+ dateComparison?: boolean | undefined;
736
+ moveToColumn: boolean;
737
+ schemaName: string;
738
+ name: string;
739
+ } | undefined;
740
+ drillDimension?: string | undefined;
741
+ metrics: {
742
+ aggregation: string;
743
+ label: string;
744
+ hide: boolean;
745
+ decimal?: number | undefined;
746
+ timeFormatter?: string | undefined;
747
+ dataFormula?: string | undefined;
748
+ displayFormula?: string | undefined;
749
+ moveToRow: boolean;
750
+ schemaName: string;
751
+ name: string;
752
+ }[];
753
+ filters: {
754
+ operator: string;
755
+ option: string | null;
756
+ values: string[] | number[] | boolean[];
757
+ dataFormula?: string | undefined;
758
+ schemaName: string;
759
+ name: string;
760
+ }[];
761
+ sorts: {
762
+ type: import("../types/schema").SortType;
763
+ aggregation: string | null;
764
+ dimensionOption: string | null;
765
+ dataFormula?: string | undefined;
766
+ schemaName: string;
767
+ name: string;
768
+ }[];
769
+ limit: number | null;
770
+ showGrandTotal: boolean;
771
+ rollupPosition?: import("../types/widget").RollupPosition | undefined;
772
+ showSearchBar?: boolean | undefined;
773
+ isTransposed: boolean;
774
+ isDrillable: boolean;
775
+ showLabel?: boolean | undefined;
776
+ rollup?: number | undefined;
777
+ columnIds?: string[] | undefined;
778
+ rowIds?: string[] | undefined;
779
+ joinDatasources?: {
780
+ conditions: {
781
+ mainDimensions: ({
782
+ option: string | null;
783
+ label: string;
784
+ hide: boolean;
785
+ fillGap?: boolean | undefined;
786
+ dataFormula?: string | undefined;
787
+ displayFormula?: string | undefined;
788
+ decimal?: number | undefined;
789
+ timeFormatter?: string | undefined;
790
+ dateComparison?: boolean | undefined;
791
+ moveToColumn: boolean;
792
+ schemaName: string;
793
+ name: string;
794
+ } | null)[];
795
+ joinDimension: {
796
+ option: string | null;
797
+ label: string;
798
+ hide: boolean;
799
+ fillGap?: boolean | undefined;
800
+ dataFormula?: string | undefined;
801
+ displayFormula?: string | undefined;
802
+ decimal?: number | undefined;
803
+ timeFormatter?: string | undefined;
804
+ dateComparison?: boolean | undefined;
805
+ moveToColumn: boolean;
806
+ schemaName: string;
807
+ name: string;
808
+ } | null;
809
+ operator: string;
810
+ }[];
811
+ schemaNames: string[];
812
+ dimensions: {
813
+ option: string | null;
814
+ label: string;
815
+ hide: boolean;
816
+ fillGap?: boolean | undefined;
817
+ dataFormula?: string | undefined;
818
+ displayFormula?: string | undefined;
819
+ decimal?: number | undefined;
820
+ timeFormatter?: string | undefined;
821
+ dateComparison?: boolean | undefined;
822
+ moveToColumn: boolean;
823
+ schemaName: string;
824
+ name: string;
825
+ }[];
826
+ breakdownDimension: {
827
+ option: string | null;
828
+ label: string;
829
+ hide: boolean;
830
+ fillGap?: boolean | undefined;
831
+ dataFormula?: string | undefined;
832
+ displayFormula?: string | undefined;
833
+ decimal?: number | undefined;
834
+ timeFormatter?: string | undefined;
835
+ dateComparison?: boolean | undefined;
836
+ moveToColumn: boolean;
837
+ schemaName: string;
838
+ name: string;
839
+ } | undefined;
840
+ sparklineDimension: {
841
+ option: string | null;
842
+ label: string;
843
+ hide: boolean;
844
+ fillGap?: boolean | undefined;
845
+ dataFormula?: string | undefined;
846
+ displayFormula?: string | undefined;
847
+ decimal?: number | undefined;
848
+ timeFormatter?: string | undefined;
849
+ dateComparison?: boolean | undefined;
850
+ moveToColumn: boolean;
851
+ schemaName: string;
852
+ name: string;
853
+ } | undefined;
854
+ drillDimension?: string | undefined;
855
+ metrics: {
856
+ aggregation: string;
857
+ label: string;
858
+ hide: boolean;
859
+ decimal?: number | undefined;
860
+ timeFormatter?: string | undefined;
861
+ dataFormula?: string | undefined;
862
+ displayFormula?: string | undefined;
863
+ moveToRow: boolean;
864
+ schemaName: string;
865
+ name: string;
866
+ }[];
867
+ filters: {
868
+ operator: string;
869
+ option: string | null;
870
+ values: string[] | number[] | boolean[];
871
+ dataFormula?: string | undefined;
872
+ schemaName: string;
873
+ name: string;
874
+ }[];
875
+ sorts: {
876
+ type: import("../types/schema").SortType;
877
+ aggregation: string | null;
878
+ dimensionOption: string | null;
879
+ dataFormula?: string | undefined;
880
+ schemaName: string;
881
+ name: string;
882
+ }[];
883
+ limit: number | null;
884
+ showGrandTotal: boolean;
885
+ rollupPosition?: import("../types/widget").RollupPosition | undefined;
886
+ showSearchBar?: boolean | undefined;
887
+ isTransposed: boolean;
888
+ isDrillable: boolean;
889
+ showLabel?: boolean | undefined;
890
+ rollup?: number | undefined;
891
+ columnIds?: string[] | undefined;
892
+ rowIds?: string[] | undefined;
893
+ isComparable?: boolean | undefined;
894
+ isCumulative?: boolean | undefined;
895
+ }[] | undefined;
896
+ isComparable?: boolean | undefined;
897
+ isCumulative?: boolean | undefined;
898
+ };
899
+ title: string;
900
+ description?: string | undefined;
901
+ type: WidgetType;
902
+ };
903
+ }[];
904
+ isDefault: boolean;
905
+ }[]>;
906
+ isOpenAddReportDialog: import("vue").Ref<boolean>;
907
+ selectedNavigationTab: import("vue").Ref<string>;
908
+ navigationTabs: {
909
+ label: string;
910
+ value: NavigationTab;
911
+ route: string;
912
+ }[];
913
+ overviewReport: import("vue").Ref<Report | undefined>;
914
+ pinReport: import("vue").Ref<string[] | null>;
915
+ createOrUpdateReport: (newReport: Report) => Promise<void>;
916
+ removeReport: (payload: Report) => Promise<void>;
917
+ updateCurrentReportId: (newReportId: string) => void;
918
+ getReports: () => Promise<void>;
919
+ updateDefaultReport: (id: string) => Promise<void>;
920
+ getOverviewReport: () => Promise<Report>;
921
+ refreshPinReport: () => void;
922
+ cachePinReport: (newReport: Report) => void;
923
+ clearPinReport: (reportId: string) => void;
924
+ getReportConfig: () => Promise<void>;
925
+ }, "reports" | "isOpenDownloadDialog" | "currentSelectWidgetType" | "categories" | "editingReport" | "editingIndex" | "editingTile" | "currentReportId" | "isOpenAddReportDialog" | "selectedNavigationTab" | "navigationTabs" | "overviewReport" | "pinReport">>, Pick<{
926
+ isOpenDownloadDialog: import("vue").Ref<boolean>;
927
+ currentSelectWidgetType: import("vue").Ref<WidgetType | undefined>;
928
+ reports: import("vue").Ref<{
929
+ editable: boolean;
930
+ id: string;
931
+ name: string;
932
+ category: string;
933
+ tiles: {
934
+ size: {
935
+ width: number;
936
+ height: number;
937
+ };
938
+ widget: {
939
+ config: {
940
+ schemaNames: string[];
941
+ dimensions: {
942
+ option: string | null;
943
+ label: string;
944
+ hide: boolean;
945
+ fillGap?: boolean | undefined;
946
+ dataFormula?: string | undefined;
947
+ displayFormula?: string | undefined;
948
+ decimal?: number | undefined;
949
+ timeFormatter?: string | undefined;
950
+ dateComparison?: boolean | undefined;
951
+ moveToColumn: boolean;
952
+ schemaName: string;
953
+ name: string;
954
+ }[];
955
+ breakdownDimension: {
956
+ option: string | null;
957
+ label: string;
958
+ hide: boolean;
959
+ fillGap?: boolean | undefined;
960
+ dataFormula?: string | undefined;
961
+ displayFormula?: string | undefined;
962
+ decimal?: number | undefined;
963
+ timeFormatter?: string | undefined;
964
+ dateComparison?: boolean | undefined;
965
+ moveToColumn: boolean;
966
+ schemaName: string;
967
+ name: string;
968
+ } | undefined;
969
+ sparklineDimension: {
970
+ option: string | null;
971
+ label: string;
972
+ hide: boolean;
973
+ fillGap?: boolean | undefined;
974
+ dataFormula?: string | undefined;
975
+ displayFormula?: string | undefined;
976
+ decimal?: number | undefined;
977
+ timeFormatter?: string | undefined;
978
+ dateComparison?: boolean | undefined;
979
+ moveToColumn: boolean;
980
+ schemaName: string;
981
+ name: string;
982
+ } | undefined;
983
+ drillDimension?: string | undefined;
984
+ metrics: {
985
+ aggregation: string;
986
+ label: string;
987
+ hide: boolean;
988
+ decimal?: number | undefined;
989
+ timeFormatter?: string | undefined;
990
+ dataFormula?: string | undefined;
991
+ displayFormula?: string | undefined;
992
+ moveToRow: boolean;
993
+ schemaName: string;
994
+ name: string;
995
+ }[];
996
+ filters: {
997
+ operator: string;
998
+ option: string | null;
999
+ values: string[] | number[] | boolean[];
1000
+ dataFormula?: string | undefined;
1001
+ schemaName: string;
1002
+ name: string;
1003
+ }[];
1004
+ sorts: {
1005
+ type: import("../types/schema").SortType;
1006
+ aggregation: string | null;
1007
+ dimensionOption: string | null;
1008
+ dataFormula?: string | undefined;
1009
+ schemaName: string;
1010
+ name: string;
1011
+ }[];
1012
+ limit: number | null;
1013
+ showGrandTotal: boolean;
1014
+ rollupPosition?: import("../types/widget").RollupPosition | undefined;
1015
+ showSearchBar?: boolean | undefined;
1016
+ isTransposed: boolean;
1017
+ isDrillable: boolean;
1018
+ showLabel?: boolean | undefined;
1019
+ rollup?: number | undefined;
1020
+ columnIds?: string[] | undefined;
1021
+ rowIds?: string[] | undefined;
1022
+ joinDatasources?: {
1023
+ conditions: {
1024
+ mainDimensions: ({
1025
+ option: string | null;
1026
+ label: string;
1027
+ hide: boolean;
1028
+ fillGap?: boolean | undefined;
1029
+ dataFormula?: string | undefined;
1030
+ displayFormula?: string | undefined;
1031
+ decimal?: number | undefined;
1032
+ timeFormatter?: string | undefined;
1033
+ dateComparison?: boolean | undefined;
1034
+ moveToColumn: boolean;
1035
+ schemaName: string;
1036
+ name: string;
1037
+ } | null)[];
1038
+ joinDimension: {
1039
+ option: string | null;
1040
+ label: string;
1041
+ hide: boolean;
1042
+ fillGap?: boolean | undefined;
1043
+ dataFormula?: string | undefined;
1044
+ displayFormula?: string | undefined;
1045
+ decimal?: number | undefined;
1046
+ timeFormatter?: string | undefined;
1047
+ dateComparison?: boolean | undefined;
1048
+ moveToColumn: boolean;
1049
+ schemaName: string;
1050
+ name: string;
1051
+ } | null;
1052
+ operator: string;
1053
+ }[];
1054
+ schemaNames: string[];
1055
+ dimensions: {
1056
+ option: string | null;
1057
+ label: string;
1058
+ hide: boolean;
1059
+ fillGap?: boolean | undefined;
1060
+ dataFormula?: string | undefined;
1061
+ displayFormula?: string | undefined;
1062
+ decimal?: number | undefined;
1063
+ timeFormatter?: string | undefined;
1064
+ dateComparison?: boolean | undefined;
1065
+ moveToColumn: boolean;
1066
+ schemaName: string;
1067
+ name: string;
1068
+ }[];
1069
+ breakdownDimension: {
1070
+ option: string | null;
1071
+ label: string;
1072
+ hide: boolean;
1073
+ fillGap?: boolean | undefined;
1074
+ dataFormula?: string | undefined;
1075
+ displayFormula?: string | undefined;
1076
+ decimal?: number | undefined;
1077
+ timeFormatter?: string | undefined;
1078
+ dateComparison?: boolean | undefined;
1079
+ moveToColumn: boolean;
1080
+ schemaName: string;
1081
+ name: string;
1082
+ } | undefined;
1083
+ sparklineDimension: {
1084
+ option: string | null;
1085
+ label: string;
1086
+ hide: boolean;
1087
+ fillGap?: boolean | undefined;
1088
+ dataFormula?: string | undefined;
1089
+ displayFormula?: string | undefined;
1090
+ decimal?: number | undefined;
1091
+ timeFormatter?: string | undefined;
1092
+ dateComparison?: boolean | undefined;
1093
+ moveToColumn: boolean;
1094
+ schemaName: string;
1095
+ name: string;
1096
+ } | undefined;
1097
+ drillDimension?: string | undefined;
1098
+ metrics: {
1099
+ aggregation: string;
1100
+ label: string;
1101
+ hide: boolean;
1102
+ decimal?: number | undefined;
1103
+ timeFormatter?: string | undefined;
1104
+ dataFormula?: string | undefined;
1105
+ displayFormula?: string | undefined;
1106
+ moveToRow: boolean;
1107
+ schemaName: string;
1108
+ name: string;
1109
+ }[];
1110
+ filters: {
1111
+ operator: string;
1112
+ option: string | null;
1113
+ values: string[] | number[] | boolean[];
1114
+ dataFormula?: string | undefined;
1115
+ schemaName: string;
1116
+ name: string;
1117
+ }[];
1118
+ sorts: {
1119
+ type: import("../types/schema").SortType;
1120
+ aggregation: string | null;
1121
+ dimensionOption: string | null;
1122
+ dataFormula?: string | undefined;
1123
+ schemaName: string;
1124
+ name: string;
1125
+ }[];
1126
+ limit: number | null;
1127
+ showGrandTotal: boolean;
1128
+ rollupPosition?: import("../types/widget").RollupPosition | undefined;
1129
+ showSearchBar?: boolean | undefined;
1130
+ isTransposed: boolean;
1131
+ isDrillable: boolean;
1132
+ showLabel?: boolean | undefined;
1133
+ rollup?: number | undefined;
1134
+ columnIds?: string[] | undefined;
1135
+ rowIds?: string[] | undefined;
1136
+ isComparable?: boolean | undefined;
1137
+ isCumulative?: boolean | undefined;
1138
+ }[] | undefined;
1139
+ isComparable?: boolean | undefined;
1140
+ isCumulative?: boolean | undefined;
1141
+ };
1142
+ title: string;
1143
+ description?: string | undefined;
1144
+ type: WidgetType;
1145
+ };
1146
+ }[];
1147
+ isDefault: boolean;
1148
+ }[]>;
1149
+ categories: import("vue").Ref<{
1150
+ id: string;
1151
+ name: string;
1152
+ }[]>;
1153
+ currentReport: import("vue").ComputedRef<{
1154
+ editable: boolean;
1155
+ id: string;
1156
+ name: string;
1157
+ category: string;
1158
+ tiles: {
1159
+ size: {
1160
+ width: number;
1161
+ height: number;
1162
+ };
1163
+ widget: {
1164
+ config: {
1165
+ schemaNames: string[];
1166
+ dimensions: {
1167
+ option: string | null;
1168
+ label: string;
1169
+ hide: boolean;
1170
+ fillGap?: boolean | undefined;
1171
+ dataFormula?: string | undefined;
1172
+ displayFormula?: string | undefined;
1173
+ decimal?: number | undefined;
1174
+ timeFormatter?: string | undefined;
1175
+ dateComparison?: boolean | undefined;
1176
+ moveToColumn: boolean;
1177
+ schemaName: string;
1178
+ name: string;
1179
+ }[];
1180
+ breakdownDimension: {
1181
+ option: string | null;
1182
+ label: string;
1183
+ hide: boolean;
1184
+ fillGap?: boolean | undefined;
1185
+ dataFormula?: string | undefined;
1186
+ displayFormula?: string | undefined;
1187
+ decimal?: number | undefined;
1188
+ timeFormatter?: string | undefined;
1189
+ dateComparison?: boolean | undefined;
1190
+ moveToColumn: boolean;
1191
+ schemaName: string;
1192
+ name: string;
1193
+ } | undefined;
1194
+ sparklineDimension: {
1195
+ option: string | null;
1196
+ label: string;
1197
+ hide: boolean;
1198
+ fillGap?: boolean | undefined;
1199
+ dataFormula?: string | undefined;
1200
+ displayFormula?: string | undefined;
1201
+ decimal?: number | undefined;
1202
+ timeFormatter?: string | undefined;
1203
+ dateComparison?: boolean | undefined;
1204
+ moveToColumn: boolean;
1205
+ schemaName: string;
1206
+ name: string;
1207
+ } | undefined;
1208
+ drillDimension?: string | undefined;
1209
+ metrics: {
1210
+ aggregation: string;
1211
+ label: string;
1212
+ hide: boolean;
1213
+ decimal?: number | undefined;
1214
+ timeFormatter?: string | undefined;
1215
+ dataFormula?: string | undefined;
1216
+ displayFormula?: string | undefined;
1217
+ moveToRow: boolean;
1218
+ schemaName: string;
1219
+ name: string;
1220
+ }[];
1221
+ filters: {
1222
+ operator: string;
1223
+ option: string | null;
1224
+ values: string[] | number[] | boolean[];
1225
+ dataFormula?: string | undefined;
1226
+ schemaName: string;
1227
+ name: string;
1228
+ }[];
1229
+ sorts: {
1230
+ type: import("../types/schema").SortType;
1231
+ aggregation: string | null;
1232
+ dimensionOption: string | null;
1233
+ dataFormula?: string | undefined;
1234
+ schemaName: string;
1235
+ name: string;
1236
+ }[];
1237
+ limit: number | null;
1238
+ showGrandTotal: boolean;
1239
+ rollupPosition?: import("../types/widget").RollupPosition | undefined;
1240
+ showSearchBar?: boolean | undefined;
1241
+ isTransposed: boolean;
1242
+ isDrillable: boolean;
1243
+ showLabel?: boolean | undefined;
1244
+ rollup?: number | undefined;
1245
+ columnIds?: string[] | undefined;
1246
+ rowIds?: string[] | undefined;
1247
+ joinDatasources?: {
1248
+ conditions: {
1249
+ mainDimensions: ({
1250
+ option: string | null;
1251
+ label: string;
1252
+ hide: boolean;
1253
+ fillGap?: boolean | undefined;
1254
+ dataFormula?: string | undefined;
1255
+ displayFormula?: string | undefined;
1256
+ decimal?: number | undefined;
1257
+ timeFormatter?: string | undefined;
1258
+ dateComparison?: boolean | undefined;
1259
+ moveToColumn: boolean;
1260
+ schemaName: string;
1261
+ name: string;
1262
+ } | null)[];
1263
+ joinDimension: {
1264
+ option: string | null;
1265
+ label: string;
1266
+ hide: boolean;
1267
+ fillGap?: boolean | undefined;
1268
+ dataFormula?: string | undefined;
1269
+ displayFormula?: string | undefined;
1270
+ decimal?: number | undefined;
1271
+ timeFormatter?: string | undefined;
1272
+ dateComparison?: boolean | undefined;
1273
+ moveToColumn: boolean;
1274
+ schemaName: string;
1275
+ name: string;
1276
+ } | null;
1277
+ operator: string;
1278
+ }[];
1279
+ schemaNames: string[];
1280
+ dimensions: {
1281
+ option: string | null;
1282
+ label: string;
1283
+ hide: boolean;
1284
+ fillGap?: boolean | undefined;
1285
+ dataFormula?: string | undefined;
1286
+ displayFormula?: string | undefined;
1287
+ decimal?: number | undefined;
1288
+ timeFormatter?: string | undefined;
1289
+ dateComparison?: boolean | undefined;
1290
+ moveToColumn: boolean;
1291
+ schemaName: string;
1292
+ name: string;
1293
+ }[];
1294
+ breakdownDimension: {
1295
+ option: string | null;
1296
+ label: string;
1297
+ hide: boolean;
1298
+ fillGap?: boolean | undefined;
1299
+ dataFormula?: string | undefined;
1300
+ displayFormula?: string | undefined;
1301
+ decimal?: number | undefined;
1302
+ timeFormatter?: string | undefined;
1303
+ dateComparison?: boolean | undefined;
1304
+ moveToColumn: boolean;
1305
+ schemaName: string;
1306
+ name: string;
1307
+ } | undefined;
1308
+ sparklineDimension: {
1309
+ option: string | null;
1310
+ label: string;
1311
+ hide: boolean;
1312
+ fillGap?: boolean | undefined;
1313
+ dataFormula?: string | undefined;
1314
+ displayFormula?: string | undefined;
1315
+ decimal?: number | undefined;
1316
+ timeFormatter?: string | undefined;
1317
+ dateComparison?: boolean | undefined;
1318
+ moveToColumn: boolean;
1319
+ schemaName: string;
1320
+ name: string;
1321
+ } | undefined;
1322
+ drillDimension?: string | undefined;
1323
+ metrics: {
1324
+ aggregation: string;
1325
+ label: string;
1326
+ hide: boolean;
1327
+ decimal?: number | undefined;
1328
+ timeFormatter?: string | undefined;
1329
+ dataFormula?: string | undefined;
1330
+ displayFormula?: string | undefined;
1331
+ moveToRow: boolean;
1332
+ schemaName: string;
1333
+ name: string;
1334
+ }[];
1335
+ filters: {
1336
+ operator: string;
1337
+ option: string | null;
1338
+ values: string[] | number[] | boolean[];
1339
+ dataFormula?: string | undefined;
1340
+ schemaName: string;
1341
+ name: string;
1342
+ }[];
1343
+ sorts: {
1344
+ type: import("../types/schema").SortType;
1345
+ aggregation: string | null;
1346
+ dimensionOption: string | null;
1347
+ dataFormula?: string | undefined;
1348
+ schemaName: string;
1349
+ name: string;
1350
+ }[];
1351
+ limit: number | null;
1352
+ showGrandTotal: boolean;
1353
+ rollupPosition?: import("../types/widget").RollupPosition | undefined;
1354
+ showSearchBar?: boolean | undefined;
1355
+ isTransposed: boolean;
1356
+ isDrillable: boolean;
1357
+ showLabel?: boolean | undefined;
1358
+ rollup?: number | undefined;
1359
+ columnIds?: string[] | undefined;
1360
+ rowIds?: string[] | undefined;
1361
+ isComparable?: boolean | undefined;
1362
+ isCumulative?: boolean | undefined;
1363
+ }[] | undefined;
1364
+ isComparable?: boolean | undefined;
1365
+ isCumulative?: boolean | undefined;
1366
+ };
1367
+ title: string;
1368
+ description?: string | undefined;
1369
+ type: WidgetType;
1370
+ };
1371
+ }[];
1372
+ isDefault: boolean;
1373
+ } | undefined>;
1374
+ editingReport: import("vue").Ref<Report | undefined>;
1375
+ editingIndex: import("vue").Ref<number>;
1376
+ editingTile: import("vue").Ref<ReportTile | undefined>;
1377
+ currentReportId: import("vue").Ref<string>;
1378
+ editableReports: import("vue").ComputedRef<{
1379
+ editable: boolean;
1380
+ id: string;
1381
+ name: string;
1382
+ category: string;
1383
+ tiles: {
1384
+ size: {
1385
+ width: number;
1386
+ height: number;
1387
+ };
1388
+ widget: {
1389
+ config: {
1390
+ schemaNames: string[];
1391
+ dimensions: {
1392
+ option: string | null;
1393
+ label: string;
1394
+ hide: boolean;
1395
+ fillGap?: boolean | undefined;
1396
+ dataFormula?: string | undefined;
1397
+ displayFormula?: string | undefined;
1398
+ decimal?: number | undefined;
1399
+ timeFormatter?: string | undefined;
1400
+ dateComparison?: boolean | undefined;
1401
+ moveToColumn: boolean;
1402
+ schemaName: string;
1403
+ name: string;
1404
+ }[];
1405
+ breakdownDimension: {
1406
+ option: string | null;
1407
+ label: string;
1408
+ hide: boolean;
1409
+ fillGap?: boolean | undefined;
1410
+ dataFormula?: string | undefined;
1411
+ displayFormula?: string | undefined;
1412
+ decimal?: number | undefined;
1413
+ timeFormatter?: string | undefined;
1414
+ dateComparison?: boolean | undefined;
1415
+ moveToColumn: boolean;
1416
+ schemaName: string;
1417
+ name: string;
1418
+ } | undefined;
1419
+ sparklineDimension: {
1420
+ option: string | null;
1421
+ label: string;
1422
+ hide: boolean;
1423
+ fillGap?: boolean | undefined;
1424
+ dataFormula?: string | undefined;
1425
+ displayFormula?: string | undefined;
1426
+ decimal?: number | undefined;
1427
+ timeFormatter?: string | undefined;
1428
+ dateComparison?: boolean | undefined;
1429
+ moveToColumn: boolean;
1430
+ schemaName: string;
1431
+ name: string;
1432
+ } | undefined;
1433
+ drillDimension?: string | undefined;
1434
+ metrics: {
1435
+ aggregation: string;
1436
+ label: string;
1437
+ hide: boolean;
1438
+ decimal?: number | undefined;
1439
+ timeFormatter?: string | undefined;
1440
+ dataFormula?: string | undefined;
1441
+ displayFormula?: string | undefined;
1442
+ moveToRow: boolean;
1443
+ schemaName: string;
1444
+ name: string;
1445
+ }[];
1446
+ filters: {
1447
+ operator: string;
1448
+ option: string | null;
1449
+ values: string[] | number[] | boolean[];
1450
+ dataFormula?: string | undefined;
1451
+ schemaName: string;
1452
+ name: string;
1453
+ }[];
1454
+ sorts: {
1455
+ type: import("../types/schema").SortType;
1456
+ aggregation: string | null;
1457
+ dimensionOption: string | null;
1458
+ dataFormula?: string | undefined;
1459
+ schemaName: string;
1460
+ name: string;
1461
+ }[];
1462
+ limit: number | null;
1463
+ showGrandTotal: boolean;
1464
+ rollupPosition?: import("../types/widget").RollupPosition | undefined;
1465
+ showSearchBar?: boolean | undefined;
1466
+ isTransposed: boolean;
1467
+ isDrillable: boolean;
1468
+ showLabel?: boolean | undefined;
1469
+ rollup?: number | undefined;
1470
+ columnIds?: string[] | undefined;
1471
+ rowIds?: string[] | undefined;
1472
+ joinDatasources?: {
1473
+ conditions: {
1474
+ mainDimensions: ({
1475
+ option: string | null;
1476
+ label: string;
1477
+ hide: boolean;
1478
+ fillGap?: boolean | undefined;
1479
+ dataFormula?: string | undefined;
1480
+ displayFormula?: string | undefined;
1481
+ decimal?: number | undefined;
1482
+ timeFormatter?: string | undefined;
1483
+ dateComparison?: boolean | undefined;
1484
+ moveToColumn: boolean;
1485
+ schemaName: string;
1486
+ name: string;
1487
+ } | null)[];
1488
+ joinDimension: {
1489
+ option: string | null;
1490
+ label: string;
1491
+ hide: boolean;
1492
+ fillGap?: boolean | undefined;
1493
+ dataFormula?: string | undefined;
1494
+ displayFormula?: string | undefined;
1495
+ decimal?: number | undefined;
1496
+ timeFormatter?: string | undefined;
1497
+ dateComparison?: boolean | undefined;
1498
+ moveToColumn: boolean;
1499
+ schemaName: string;
1500
+ name: string;
1501
+ } | null;
1502
+ operator: string;
1503
+ }[];
1504
+ schemaNames: string[];
1505
+ dimensions: {
1506
+ option: string | null;
1507
+ label: string;
1508
+ hide: boolean;
1509
+ fillGap?: boolean | undefined;
1510
+ dataFormula?: string | undefined;
1511
+ displayFormula?: string | undefined;
1512
+ decimal?: number | undefined;
1513
+ timeFormatter?: string | undefined;
1514
+ dateComparison?: boolean | undefined;
1515
+ moveToColumn: boolean;
1516
+ schemaName: string;
1517
+ name: string;
1518
+ }[];
1519
+ breakdownDimension: {
1520
+ option: string | null;
1521
+ label: string;
1522
+ hide: boolean;
1523
+ fillGap?: boolean | undefined;
1524
+ dataFormula?: string | undefined;
1525
+ displayFormula?: string | undefined;
1526
+ decimal?: number | undefined;
1527
+ timeFormatter?: string | undefined;
1528
+ dateComparison?: boolean | undefined;
1529
+ moveToColumn: boolean;
1530
+ schemaName: string;
1531
+ name: string;
1532
+ } | undefined;
1533
+ sparklineDimension: {
1534
+ option: string | null;
1535
+ label: string;
1536
+ hide: boolean;
1537
+ fillGap?: boolean | undefined;
1538
+ dataFormula?: string | undefined;
1539
+ displayFormula?: string | undefined;
1540
+ decimal?: number | undefined;
1541
+ timeFormatter?: string | undefined;
1542
+ dateComparison?: boolean | undefined;
1543
+ moveToColumn: boolean;
1544
+ schemaName: string;
1545
+ name: string;
1546
+ } | undefined;
1547
+ drillDimension?: string | undefined;
1548
+ metrics: {
1549
+ aggregation: string;
1550
+ label: string;
1551
+ hide: boolean;
1552
+ decimal?: number | undefined;
1553
+ timeFormatter?: string | undefined;
1554
+ dataFormula?: string | undefined;
1555
+ displayFormula?: string | undefined;
1556
+ moveToRow: boolean;
1557
+ schemaName: string;
1558
+ name: string;
1559
+ }[];
1560
+ filters: {
1561
+ operator: string;
1562
+ option: string | null;
1563
+ values: string[] | number[] | boolean[];
1564
+ dataFormula?: string | undefined;
1565
+ schemaName: string;
1566
+ name: string;
1567
+ }[];
1568
+ sorts: {
1569
+ type: import("../types/schema").SortType;
1570
+ aggregation: string | null;
1571
+ dimensionOption: string | null;
1572
+ dataFormula?: string | undefined;
1573
+ schemaName: string;
1574
+ name: string;
1575
+ }[];
1576
+ limit: number | null;
1577
+ showGrandTotal: boolean;
1578
+ rollupPosition?: import("../types/widget").RollupPosition | undefined;
1579
+ showSearchBar?: boolean | undefined;
1580
+ isTransposed: boolean;
1581
+ isDrillable: boolean;
1582
+ showLabel?: boolean | undefined;
1583
+ rollup?: number | undefined;
1584
+ columnIds?: string[] | undefined;
1585
+ rowIds?: string[] | undefined;
1586
+ isComparable?: boolean | undefined;
1587
+ isCumulative?: boolean | undefined;
1588
+ }[] | undefined;
1589
+ isComparable?: boolean | undefined;
1590
+ isCumulative?: boolean | undefined;
1591
+ };
1592
+ title: string;
1593
+ description?: string | undefined;
1594
+ type: WidgetType;
1595
+ };
1596
+ }[];
1597
+ isDefault: boolean;
1598
+ }[]>;
1599
+ nonEditableReports: import("vue").ComputedRef<{
1600
+ editable: boolean;
1601
+ id: string;
1602
+ name: string;
1603
+ category: string;
1604
+ tiles: {
1605
+ size: {
1606
+ width: number;
1607
+ height: number;
1608
+ };
1609
+ widget: {
1610
+ config: {
1611
+ schemaNames: string[];
1612
+ dimensions: {
1613
+ option: string | null;
1614
+ label: string;
1615
+ hide: boolean;
1616
+ fillGap?: boolean | undefined;
1617
+ dataFormula?: string | undefined;
1618
+ displayFormula?: string | undefined;
1619
+ decimal?: number | undefined;
1620
+ timeFormatter?: string | undefined;
1621
+ dateComparison?: boolean | undefined;
1622
+ moveToColumn: boolean;
1623
+ schemaName: string;
1624
+ name: string;
1625
+ }[];
1626
+ breakdownDimension: {
1627
+ option: string | null;
1628
+ label: string;
1629
+ hide: boolean;
1630
+ fillGap?: boolean | undefined;
1631
+ dataFormula?: string | undefined;
1632
+ displayFormula?: string | undefined;
1633
+ decimal?: number | undefined;
1634
+ timeFormatter?: string | undefined;
1635
+ dateComparison?: boolean | undefined;
1636
+ moveToColumn: boolean;
1637
+ schemaName: string;
1638
+ name: string;
1639
+ } | undefined;
1640
+ sparklineDimension: {
1641
+ option: string | null;
1642
+ label: string;
1643
+ hide: boolean;
1644
+ fillGap?: boolean | undefined;
1645
+ dataFormula?: string | undefined;
1646
+ displayFormula?: string | undefined;
1647
+ decimal?: number | undefined;
1648
+ timeFormatter?: string | undefined;
1649
+ dateComparison?: boolean | undefined;
1650
+ moveToColumn: boolean;
1651
+ schemaName: string;
1652
+ name: string;
1653
+ } | undefined;
1654
+ drillDimension?: string | undefined;
1655
+ metrics: {
1656
+ aggregation: string;
1657
+ label: string;
1658
+ hide: boolean;
1659
+ decimal?: number | undefined;
1660
+ timeFormatter?: string | undefined;
1661
+ dataFormula?: string | undefined;
1662
+ displayFormula?: string | undefined;
1663
+ moveToRow: boolean;
1664
+ schemaName: string;
1665
+ name: string;
1666
+ }[];
1667
+ filters: {
1668
+ operator: string;
1669
+ option: string | null;
1670
+ values: string[] | number[] | boolean[];
1671
+ dataFormula?: string | undefined;
1672
+ schemaName: string;
1673
+ name: string;
1674
+ }[];
1675
+ sorts: {
1676
+ type: import("../types/schema").SortType;
1677
+ aggregation: string | null;
1678
+ dimensionOption: string | null;
1679
+ dataFormula?: string | undefined;
1680
+ schemaName: string;
1681
+ name: string;
1682
+ }[];
1683
+ limit: number | null;
1684
+ showGrandTotal: boolean;
1685
+ rollupPosition?: import("../types/widget").RollupPosition | undefined;
1686
+ showSearchBar?: boolean | undefined;
1687
+ isTransposed: boolean;
1688
+ isDrillable: boolean;
1689
+ showLabel?: boolean | undefined;
1690
+ rollup?: number | undefined;
1691
+ columnIds?: string[] | undefined;
1692
+ rowIds?: string[] | undefined;
1693
+ joinDatasources?: {
1694
+ conditions: {
1695
+ mainDimensions: ({
1696
+ option: string | null;
1697
+ label: string;
1698
+ hide: boolean;
1699
+ fillGap?: boolean | undefined;
1700
+ dataFormula?: string | undefined;
1701
+ displayFormula?: string | undefined;
1702
+ decimal?: number | undefined;
1703
+ timeFormatter?: string | undefined;
1704
+ dateComparison?: boolean | undefined;
1705
+ moveToColumn: boolean;
1706
+ schemaName: string;
1707
+ name: string;
1708
+ } | null)[];
1709
+ joinDimension: {
1710
+ option: string | null;
1711
+ label: string;
1712
+ hide: boolean;
1713
+ fillGap?: boolean | undefined;
1714
+ dataFormula?: string | undefined;
1715
+ displayFormula?: string | undefined;
1716
+ decimal?: number | undefined;
1717
+ timeFormatter?: string | undefined;
1718
+ dateComparison?: boolean | undefined;
1719
+ moveToColumn: boolean;
1720
+ schemaName: string;
1721
+ name: string;
1722
+ } | null;
1723
+ operator: string;
1724
+ }[];
1725
+ schemaNames: string[];
1726
+ dimensions: {
1727
+ option: string | null;
1728
+ label: string;
1729
+ hide: boolean;
1730
+ fillGap?: boolean | undefined;
1731
+ dataFormula?: string | undefined;
1732
+ displayFormula?: string | undefined;
1733
+ decimal?: number | undefined;
1734
+ timeFormatter?: string | undefined;
1735
+ dateComparison?: boolean | undefined;
1736
+ moveToColumn: boolean;
1737
+ schemaName: string;
1738
+ name: string;
1739
+ }[];
1740
+ breakdownDimension: {
1741
+ option: string | null;
1742
+ label: string;
1743
+ hide: boolean;
1744
+ fillGap?: boolean | undefined;
1745
+ dataFormula?: string | undefined;
1746
+ displayFormula?: string | undefined;
1747
+ decimal?: number | undefined;
1748
+ timeFormatter?: string | undefined;
1749
+ dateComparison?: boolean | undefined;
1750
+ moveToColumn: boolean;
1751
+ schemaName: string;
1752
+ name: string;
1753
+ } | undefined;
1754
+ sparklineDimension: {
1755
+ option: string | null;
1756
+ label: string;
1757
+ hide: boolean;
1758
+ fillGap?: boolean | undefined;
1759
+ dataFormula?: string | undefined;
1760
+ displayFormula?: string | undefined;
1761
+ decimal?: number | undefined;
1762
+ timeFormatter?: string | undefined;
1763
+ dateComparison?: boolean | undefined;
1764
+ moveToColumn: boolean;
1765
+ schemaName: string;
1766
+ name: string;
1767
+ } | undefined;
1768
+ drillDimension?: string | undefined;
1769
+ metrics: {
1770
+ aggregation: string;
1771
+ label: string;
1772
+ hide: boolean;
1773
+ decimal?: number | undefined;
1774
+ timeFormatter?: string | undefined;
1775
+ dataFormula?: string | undefined;
1776
+ displayFormula?: string | undefined;
1777
+ moveToRow: boolean;
1778
+ schemaName: string;
1779
+ name: string;
1780
+ }[];
1781
+ filters: {
1782
+ operator: string;
1783
+ option: string | null;
1784
+ values: string[] | number[] | boolean[];
1785
+ dataFormula?: string | undefined;
1786
+ schemaName: string;
1787
+ name: string;
1788
+ }[];
1789
+ sorts: {
1790
+ type: import("../types/schema").SortType;
1791
+ aggregation: string | null;
1792
+ dimensionOption: string | null;
1793
+ dataFormula?: string | undefined;
1794
+ schemaName: string;
1795
+ name: string;
1796
+ }[];
1797
+ limit: number | null;
1798
+ showGrandTotal: boolean;
1799
+ rollupPosition?: import("../types/widget").RollupPosition | undefined;
1800
+ showSearchBar?: boolean | undefined;
1801
+ isTransposed: boolean;
1802
+ isDrillable: boolean;
1803
+ showLabel?: boolean | undefined;
1804
+ rollup?: number | undefined;
1805
+ columnIds?: string[] | undefined;
1806
+ rowIds?: string[] | undefined;
1807
+ isComparable?: boolean | undefined;
1808
+ isCumulative?: boolean | undefined;
1809
+ }[] | undefined;
1810
+ isComparable?: boolean | undefined;
1811
+ isCumulative?: boolean | undefined;
1812
+ };
1813
+ title: string;
1814
+ description?: string | undefined;
1815
+ type: WidgetType;
1816
+ };
1817
+ }[];
1818
+ isDefault: boolean;
1819
+ }[]>;
1820
+ isOpenAddReportDialog: import("vue").Ref<boolean>;
1821
+ selectedNavigationTab: import("vue").Ref<string>;
1822
+ navigationTabs: {
1823
+ label: string;
1824
+ value: NavigationTab;
1825
+ route: string;
1826
+ }[];
1827
+ overviewReport: import("vue").Ref<Report | undefined>;
1828
+ pinReport: import("vue").Ref<string[] | null>;
1829
+ createOrUpdateReport: (newReport: Report) => Promise<void>;
1830
+ removeReport: (payload: Report) => Promise<void>;
1831
+ updateCurrentReportId: (newReportId: string) => void;
1832
+ getReports: () => Promise<void>;
1833
+ updateDefaultReport: (id: string) => Promise<void>;
1834
+ getOverviewReport: () => Promise<Report>;
1835
+ refreshPinReport: () => void;
1836
+ cachePinReport: (newReport: Report) => void;
1837
+ clearPinReport: (reportId: string) => void;
1838
+ getReportConfig: () => Promise<void>;
1839
+ }, "currentReport" | "editableReports" | "nonEditableReports">, Pick<{
1840
+ isOpenDownloadDialog: import("vue").Ref<boolean>;
1841
+ currentSelectWidgetType: import("vue").Ref<WidgetType | undefined>;
1842
+ reports: import("vue").Ref<{
1843
+ editable: boolean;
1844
+ id: string;
1845
+ name: string;
1846
+ category: string;
1847
+ tiles: {
1848
+ size: {
1849
+ width: number;
1850
+ height: number;
1851
+ };
1852
+ widget: {
1853
+ config: {
1854
+ schemaNames: string[];
1855
+ dimensions: {
1856
+ option: string | null;
1857
+ label: string;
1858
+ hide: boolean;
1859
+ fillGap?: boolean | undefined;
1860
+ dataFormula?: string | undefined;
1861
+ displayFormula?: string | undefined;
1862
+ decimal?: number | undefined;
1863
+ timeFormatter?: string | undefined;
1864
+ dateComparison?: boolean | undefined;
1865
+ moveToColumn: boolean;
1866
+ schemaName: string;
1867
+ name: string;
1868
+ }[];
1869
+ breakdownDimension: {
1870
+ option: string | null;
1871
+ label: string;
1872
+ hide: boolean;
1873
+ fillGap?: boolean | undefined;
1874
+ dataFormula?: string | undefined;
1875
+ displayFormula?: string | undefined;
1876
+ decimal?: number | undefined;
1877
+ timeFormatter?: string | undefined;
1878
+ dateComparison?: boolean | undefined;
1879
+ moveToColumn: boolean;
1880
+ schemaName: string;
1881
+ name: string;
1882
+ } | undefined;
1883
+ sparklineDimension: {
1884
+ option: string | null;
1885
+ label: string;
1886
+ hide: boolean;
1887
+ fillGap?: boolean | undefined;
1888
+ dataFormula?: string | undefined;
1889
+ displayFormula?: string | undefined;
1890
+ decimal?: number | undefined;
1891
+ timeFormatter?: string | undefined;
1892
+ dateComparison?: boolean | undefined;
1893
+ moveToColumn: boolean;
1894
+ schemaName: string;
1895
+ name: string;
1896
+ } | undefined;
1897
+ drillDimension?: string | undefined;
1898
+ metrics: {
1899
+ aggregation: string;
1900
+ label: string;
1901
+ hide: boolean;
1902
+ decimal?: number | undefined;
1903
+ timeFormatter?: string | undefined;
1904
+ dataFormula?: string | undefined;
1905
+ displayFormula?: string | undefined;
1906
+ moveToRow: boolean;
1907
+ schemaName: string;
1908
+ name: string;
1909
+ }[];
1910
+ filters: {
1911
+ operator: string;
1912
+ option: string | null;
1913
+ values: string[] | number[] | boolean[];
1914
+ dataFormula?: string | undefined;
1915
+ schemaName: string;
1916
+ name: string;
1917
+ }[];
1918
+ sorts: {
1919
+ type: import("../types/schema").SortType;
1920
+ aggregation: string | null;
1921
+ dimensionOption: string | null;
1922
+ dataFormula?: string | undefined;
1923
+ schemaName: string;
1924
+ name: string;
1925
+ }[];
1926
+ limit: number | null;
1927
+ showGrandTotal: boolean;
1928
+ rollupPosition?: import("../types/widget").RollupPosition | undefined;
1929
+ showSearchBar?: boolean | undefined;
1930
+ isTransposed: boolean;
1931
+ isDrillable: boolean;
1932
+ showLabel?: boolean | undefined;
1933
+ rollup?: number | undefined;
1934
+ columnIds?: string[] | undefined;
1935
+ rowIds?: string[] | undefined;
1936
+ joinDatasources?: {
1937
+ conditions: {
1938
+ mainDimensions: ({
1939
+ option: string | null;
1940
+ label: string;
1941
+ hide: boolean;
1942
+ fillGap?: boolean | undefined;
1943
+ dataFormula?: string | undefined;
1944
+ displayFormula?: string | undefined;
1945
+ decimal?: number | undefined;
1946
+ timeFormatter?: string | undefined;
1947
+ dateComparison?: boolean | undefined;
1948
+ moveToColumn: boolean;
1949
+ schemaName: string;
1950
+ name: string;
1951
+ } | null)[];
1952
+ joinDimension: {
1953
+ option: string | null;
1954
+ label: string;
1955
+ hide: boolean;
1956
+ fillGap?: boolean | undefined;
1957
+ dataFormula?: string | undefined;
1958
+ displayFormula?: string | undefined;
1959
+ decimal?: number | undefined;
1960
+ timeFormatter?: string | undefined;
1961
+ dateComparison?: boolean | undefined;
1962
+ moveToColumn: boolean;
1963
+ schemaName: string;
1964
+ name: string;
1965
+ } | null;
1966
+ operator: string;
1967
+ }[];
1968
+ schemaNames: string[];
1969
+ dimensions: {
1970
+ option: string | null;
1971
+ label: string;
1972
+ hide: boolean;
1973
+ fillGap?: boolean | undefined;
1974
+ dataFormula?: string | undefined;
1975
+ displayFormula?: string | undefined;
1976
+ decimal?: number | undefined;
1977
+ timeFormatter?: string | undefined;
1978
+ dateComparison?: boolean | undefined;
1979
+ moveToColumn: boolean;
1980
+ schemaName: string;
1981
+ name: string;
1982
+ }[];
1983
+ breakdownDimension: {
1984
+ option: string | null;
1985
+ label: string;
1986
+ hide: boolean;
1987
+ fillGap?: boolean | undefined;
1988
+ dataFormula?: string | undefined;
1989
+ displayFormula?: string | undefined;
1990
+ decimal?: number | undefined;
1991
+ timeFormatter?: string | undefined;
1992
+ dateComparison?: boolean | undefined;
1993
+ moveToColumn: boolean;
1994
+ schemaName: string;
1995
+ name: string;
1996
+ } | undefined;
1997
+ sparklineDimension: {
1998
+ option: string | null;
1999
+ label: string;
2000
+ hide: boolean;
2001
+ fillGap?: boolean | undefined;
2002
+ dataFormula?: string | undefined;
2003
+ displayFormula?: string | undefined;
2004
+ decimal?: number | undefined;
2005
+ timeFormatter?: string | undefined;
2006
+ dateComparison?: boolean | undefined;
2007
+ moveToColumn: boolean;
2008
+ schemaName: string;
2009
+ name: string;
2010
+ } | undefined;
2011
+ drillDimension?: string | undefined;
2012
+ metrics: {
2013
+ aggregation: string;
2014
+ label: string;
2015
+ hide: boolean;
2016
+ decimal?: number | undefined;
2017
+ timeFormatter?: string | undefined;
2018
+ dataFormula?: string | undefined;
2019
+ displayFormula?: string | undefined;
2020
+ moveToRow: boolean;
2021
+ schemaName: string;
2022
+ name: string;
2023
+ }[];
2024
+ filters: {
2025
+ operator: string;
2026
+ option: string | null;
2027
+ values: string[] | number[] | boolean[];
2028
+ dataFormula?: string | undefined;
2029
+ schemaName: string;
2030
+ name: string;
2031
+ }[];
2032
+ sorts: {
2033
+ type: import("../types/schema").SortType;
2034
+ aggregation: string | null;
2035
+ dimensionOption: string | null;
2036
+ dataFormula?: string | undefined;
2037
+ schemaName: string;
2038
+ name: string;
2039
+ }[];
2040
+ limit: number | null;
2041
+ showGrandTotal: boolean;
2042
+ rollupPosition?: import("../types/widget").RollupPosition | undefined;
2043
+ showSearchBar?: boolean | undefined;
2044
+ isTransposed: boolean;
2045
+ isDrillable: boolean;
2046
+ showLabel?: boolean | undefined;
2047
+ rollup?: number | undefined;
2048
+ columnIds?: string[] | undefined;
2049
+ rowIds?: string[] | undefined;
2050
+ isComparable?: boolean | undefined;
2051
+ isCumulative?: boolean | undefined;
2052
+ }[] | undefined;
2053
+ isComparable?: boolean | undefined;
2054
+ isCumulative?: boolean | undefined;
2055
+ };
2056
+ title: string;
2057
+ description?: string | undefined;
2058
+ type: WidgetType;
2059
+ };
2060
+ }[];
2061
+ isDefault: boolean;
2062
+ }[]>;
2063
+ categories: import("vue").Ref<{
2064
+ id: string;
2065
+ name: string;
2066
+ }[]>;
2067
+ currentReport: import("vue").ComputedRef<{
2068
+ editable: boolean;
2069
+ id: string;
2070
+ name: string;
2071
+ category: string;
2072
+ tiles: {
2073
+ size: {
2074
+ width: number;
2075
+ height: number;
2076
+ };
2077
+ widget: {
2078
+ config: {
2079
+ schemaNames: string[];
2080
+ dimensions: {
2081
+ option: string | null;
2082
+ label: string;
2083
+ hide: boolean;
2084
+ fillGap?: boolean | undefined;
2085
+ dataFormula?: string | undefined;
2086
+ displayFormula?: string | undefined;
2087
+ decimal?: number | undefined;
2088
+ timeFormatter?: string | undefined;
2089
+ dateComparison?: boolean | undefined;
2090
+ moveToColumn: boolean;
2091
+ schemaName: string;
2092
+ name: string;
2093
+ }[];
2094
+ breakdownDimension: {
2095
+ option: string | null;
2096
+ label: string;
2097
+ hide: boolean;
2098
+ fillGap?: boolean | undefined;
2099
+ dataFormula?: string | undefined;
2100
+ displayFormula?: string | undefined;
2101
+ decimal?: number | undefined;
2102
+ timeFormatter?: string | undefined;
2103
+ dateComparison?: boolean | undefined;
2104
+ moveToColumn: boolean;
2105
+ schemaName: string;
2106
+ name: string;
2107
+ } | undefined;
2108
+ sparklineDimension: {
2109
+ option: string | null;
2110
+ label: string;
2111
+ hide: boolean;
2112
+ fillGap?: boolean | undefined;
2113
+ dataFormula?: string | undefined;
2114
+ displayFormula?: string | undefined;
2115
+ decimal?: number | undefined;
2116
+ timeFormatter?: string | undefined;
2117
+ dateComparison?: boolean | undefined;
2118
+ moveToColumn: boolean;
2119
+ schemaName: string;
2120
+ name: string;
2121
+ } | undefined;
2122
+ drillDimension?: string | undefined;
2123
+ metrics: {
2124
+ aggregation: string;
2125
+ label: string;
2126
+ hide: boolean;
2127
+ decimal?: number | undefined;
2128
+ timeFormatter?: string | undefined;
2129
+ dataFormula?: string | undefined;
2130
+ displayFormula?: string | undefined;
2131
+ moveToRow: boolean;
2132
+ schemaName: string;
2133
+ name: string;
2134
+ }[];
2135
+ filters: {
2136
+ operator: string;
2137
+ option: string | null;
2138
+ values: string[] | number[] | boolean[];
2139
+ dataFormula?: string | undefined;
2140
+ schemaName: string;
2141
+ name: string;
2142
+ }[];
2143
+ sorts: {
2144
+ type: import("../types/schema").SortType;
2145
+ aggregation: string | null;
2146
+ dimensionOption: string | null;
2147
+ dataFormula?: string | undefined;
2148
+ schemaName: string;
2149
+ name: string;
2150
+ }[];
2151
+ limit: number | null;
2152
+ showGrandTotal: boolean;
2153
+ rollupPosition?: import("../types/widget").RollupPosition | undefined;
2154
+ showSearchBar?: boolean | undefined;
2155
+ isTransposed: boolean;
2156
+ isDrillable: boolean;
2157
+ showLabel?: boolean | undefined;
2158
+ rollup?: number | undefined;
2159
+ columnIds?: string[] | undefined;
2160
+ rowIds?: string[] | undefined;
2161
+ joinDatasources?: {
2162
+ conditions: {
2163
+ mainDimensions: ({
2164
+ option: string | null;
2165
+ label: string;
2166
+ hide: boolean;
2167
+ fillGap?: boolean | undefined;
2168
+ dataFormula?: string | undefined;
2169
+ displayFormula?: string | undefined;
2170
+ decimal?: number | undefined;
2171
+ timeFormatter?: string | undefined;
2172
+ dateComparison?: boolean | undefined;
2173
+ moveToColumn: boolean;
2174
+ schemaName: string;
2175
+ name: string;
2176
+ } | null)[];
2177
+ joinDimension: {
2178
+ option: string | null;
2179
+ label: string;
2180
+ hide: boolean;
2181
+ fillGap?: boolean | undefined;
2182
+ dataFormula?: string | undefined;
2183
+ displayFormula?: string | undefined;
2184
+ decimal?: number | undefined;
2185
+ timeFormatter?: string | undefined;
2186
+ dateComparison?: boolean | undefined;
2187
+ moveToColumn: boolean;
2188
+ schemaName: string;
2189
+ name: string;
2190
+ } | null;
2191
+ operator: string;
2192
+ }[];
2193
+ schemaNames: string[];
2194
+ dimensions: {
2195
+ option: string | null;
2196
+ label: string;
2197
+ hide: boolean;
2198
+ fillGap?: boolean | undefined;
2199
+ dataFormula?: string | undefined;
2200
+ displayFormula?: string | undefined;
2201
+ decimal?: number | undefined;
2202
+ timeFormatter?: string | undefined;
2203
+ dateComparison?: boolean | undefined;
2204
+ moveToColumn: boolean;
2205
+ schemaName: string;
2206
+ name: string;
2207
+ }[];
2208
+ breakdownDimension: {
2209
+ option: string | null;
2210
+ label: string;
2211
+ hide: boolean;
2212
+ fillGap?: boolean | undefined;
2213
+ dataFormula?: string | undefined;
2214
+ displayFormula?: string | undefined;
2215
+ decimal?: number | undefined;
2216
+ timeFormatter?: string | undefined;
2217
+ dateComparison?: boolean | undefined;
2218
+ moveToColumn: boolean;
2219
+ schemaName: string;
2220
+ name: string;
2221
+ } | undefined;
2222
+ sparklineDimension: {
2223
+ option: string | null;
2224
+ label: string;
2225
+ hide: boolean;
2226
+ fillGap?: boolean | undefined;
2227
+ dataFormula?: string | undefined;
2228
+ displayFormula?: string | undefined;
2229
+ decimal?: number | undefined;
2230
+ timeFormatter?: string | undefined;
2231
+ dateComparison?: boolean | undefined;
2232
+ moveToColumn: boolean;
2233
+ schemaName: string;
2234
+ name: string;
2235
+ } | undefined;
2236
+ drillDimension?: string | undefined;
2237
+ metrics: {
2238
+ aggregation: string;
2239
+ label: string;
2240
+ hide: boolean;
2241
+ decimal?: number | undefined;
2242
+ timeFormatter?: string | undefined;
2243
+ dataFormula?: string | undefined;
2244
+ displayFormula?: string | undefined;
2245
+ moveToRow: boolean;
2246
+ schemaName: string;
2247
+ name: string;
2248
+ }[];
2249
+ filters: {
2250
+ operator: string;
2251
+ option: string | null;
2252
+ values: string[] | number[] | boolean[];
2253
+ dataFormula?: string | undefined;
2254
+ schemaName: string;
2255
+ name: string;
2256
+ }[];
2257
+ sorts: {
2258
+ type: import("../types/schema").SortType;
2259
+ aggregation: string | null;
2260
+ dimensionOption: string | null;
2261
+ dataFormula?: string | undefined;
2262
+ schemaName: string;
2263
+ name: string;
2264
+ }[];
2265
+ limit: number | null;
2266
+ showGrandTotal: boolean;
2267
+ rollupPosition?: import("../types/widget").RollupPosition | undefined;
2268
+ showSearchBar?: boolean | undefined;
2269
+ isTransposed: boolean;
2270
+ isDrillable: boolean;
2271
+ showLabel?: boolean | undefined;
2272
+ rollup?: number | undefined;
2273
+ columnIds?: string[] | undefined;
2274
+ rowIds?: string[] | undefined;
2275
+ isComparable?: boolean | undefined;
2276
+ isCumulative?: boolean | undefined;
2277
+ }[] | undefined;
2278
+ isComparable?: boolean | undefined;
2279
+ isCumulative?: boolean | undefined;
2280
+ };
2281
+ title: string;
2282
+ description?: string | undefined;
2283
+ type: WidgetType;
2284
+ };
2285
+ }[];
2286
+ isDefault: boolean;
2287
+ } | undefined>;
2288
+ editingReport: import("vue").Ref<Report | undefined>;
2289
+ editingIndex: import("vue").Ref<number>;
2290
+ editingTile: import("vue").Ref<ReportTile | undefined>;
2291
+ currentReportId: import("vue").Ref<string>;
2292
+ editableReports: import("vue").ComputedRef<{
2293
+ editable: boolean;
2294
+ id: string;
2295
+ name: string;
2296
+ category: string;
2297
+ tiles: {
2298
+ size: {
2299
+ width: number;
2300
+ height: number;
2301
+ };
2302
+ widget: {
2303
+ config: {
2304
+ schemaNames: string[];
2305
+ dimensions: {
2306
+ option: string | null;
2307
+ label: string;
2308
+ hide: boolean;
2309
+ fillGap?: boolean | undefined;
2310
+ dataFormula?: string | undefined;
2311
+ displayFormula?: string | undefined;
2312
+ decimal?: number | undefined;
2313
+ timeFormatter?: string | undefined;
2314
+ dateComparison?: boolean | undefined;
2315
+ moveToColumn: boolean;
2316
+ schemaName: string;
2317
+ name: string;
2318
+ }[];
2319
+ breakdownDimension: {
2320
+ option: string | null;
2321
+ label: string;
2322
+ hide: boolean;
2323
+ fillGap?: boolean | undefined;
2324
+ dataFormula?: string | undefined;
2325
+ displayFormula?: string | undefined;
2326
+ decimal?: number | undefined;
2327
+ timeFormatter?: string | undefined;
2328
+ dateComparison?: boolean | undefined;
2329
+ moveToColumn: boolean;
2330
+ schemaName: string;
2331
+ name: string;
2332
+ } | undefined;
2333
+ sparklineDimension: {
2334
+ option: string | null;
2335
+ label: string;
2336
+ hide: boolean;
2337
+ fillGap?: boolean | undefined;
2338
+ dataFormula?: string | undefined;
2339
+ displayFormula?: string | undefined;
2340
+ decimal?: number | undefined;
2341
+ timeFormatter?: string | undefined;
2342
+ dateComparison?: boolean | undefined;
2343
+ moveToColumn: boolean;
2344
+ schemaName: string;
2345
+ name: string;
2346
+ } | undefined;
2347
+ drillDimension?: string | undefined;
2348
+ metrics: {
2349
+ aggregation: string;
2350
+ label: string;
2351
+ hide: boolean;
2352
+ decimal?: number | undefined;
2353
+ timeFormatter?: string | undefined;
2354
+ dataFormula?: string | undefined;
2355
+ displayFormula?: string | undefined;
2356
+ moveToRow: boolean;
2357
+ schemaName: string;
2358
+ name: string;
2359
+ }[];
2360
+ filters: {
2361
+ operator: string;
2362
+ option: string | null;
2363
+ values: string[] | number[] | boolean[];
2364
+ dataFormula?: string | undefined;
2365
+ schemaName: string;
2366
+ name: string;
2367
+ }[];
2368
+ sorts: {
2369
+ type: import("../types/schema").SortType;
2370
+ aggregation: string | null;
2371
+ dimensionOption: string | null;
2372
+ dataFormula?: string | undefined;
2373
+ schemaName: string;
2374
+ name: string;
2375
+ }[];
2376
+ limit: number | null;
2377
+ showGrandTotal: boolean;
2378
+ rollupPosition?: import("../types/widget").RollupPosition | undefined;
2379
+ showSearchBar?: boolean | undefined;
2380
+ isTransposed: boolean;
2381
+ isDrillable: boolean;
2382
+ showLabel?: boolean | undefined;
2383
+ rollup?: number | undefined;
2384
+ columnIds?: string[] | undefined;
2385
+ rowIds?: string[] | undefined;
2386
+ joinDatasources?: {
2387
+ conditions: {
2388
+ mainDimensions: ({
2389
+ option: string | null;
2390
+ label: string;
2391
+ hide: boolean;
2392
+ fillGap?: boolean | undefined;
2393
+ dataFormula?: string | undefined;
2394
+ displayFormula?: string | undefined;
2395
+ decimal?: number | undefined;
2396
+ timeFormatter?: string | undefined;
2397
+ dateComparison?: boolean | undefined;
2398
+ moveToColumn: boolean;
2399
+ schemaName: string;
2400
+ name: string;
2401
+ } | null)[];
2402
+ joinDimension: {
2403
+ option: string | null;
2404
+ label: string;
2405
+ hide: boolean;
2406
+ fillGap?: boolean | undefined;
2407
+ dataFormula?: string | undefined;
2408
+ displayFormula?: string | undefined;
2409
+ decimal?: number | undefined;
2410
+ timeFormatter?: string | undefined;
2411
+ dateComparison?: boolean | undefined;
2412
+ moveToColumn: boolean;
2413
+ schemaName: string;
2414
+ name: string;
2415
+ } | null;
2416
+ operator: string;
2417
+ }[];
2418
+ schemaNames: string[];
2419
+ dimensions: {
2420
+ option: string | null;
2421
+ label: string;
2422
+ hide: boolean;
2423
+ fillGap?: boolean | undefined;
2424
+ dataFormula?: string | undefined;
2425
+ displayFormula?: string | undefined;
2426
+ decimal?: number | undefined;
2427
+ timeFormatter?: string | undefined;
2428
+ dateComparison?: boolean | undefined;
2429
+ moveToColumn: boolean;
2430
+ schemaName: string;
2431
+ name: string;
2432
+ }[];
2433
+ breakdownDimension: {
2434
+ option: string | null;
2435
+ label: string;
2436
+ hide: boolean;
2437
+ fillGap?: boolean | undefined;
2438
+ dataFormula?: string | undefined;
2439
+ displayFormula?: string | undefined;
2440
+ decimal?: number | undefined;
2441
+ timeFormatter?: string | undefined;
2442
+ dateComparison?: boolean | undefined;
2443
+ moveToColumn: boolean;
2444
+ schemaName: string;
2445
+ name: string;
2446
+ } | undefined;
2447
+ sparklineDimension: {
2448
+ option: string | null;
2449
+ label: string;
2450
+ hide: boolean;
2451
+ fillGap?: boolean | undefined;
2452
+ dataFormula?: string | undefined;
2453
+ displayFormula?: string | undefined;
2454
+ decimal?: number | undefined;
2455
+ timeFormatter?: string | undefined;
2456
+ dateComparison?: boolean | undefined;
2457
+ moveToColumn: boolean;
2458
+ schemaName: string;
2459
+ name: string;
2460
+ } | undefined;
2461
+ drillDimension?: string | undefined;
2462
+ metrics: {
2463
+ aggregation: string;
2464
+ label: string;
2465
+ hide: boolean;
2466
+ decimal?: number | undefined;
2467
+ timeFormatter?: string | undefined;
2468
+ dataFormula?: string | undefined;
2469
+ displayFormula?: string | undefined;
2470
+ moveToRow: boolean;
2471
+ schemaName: string;
2472
+ name: string;
2473
+ }[];
2474
+ filters: {
2475
+ operator: string;
2476
+ option: string | null;
2477
+ values: string[] | number[] | boolean[];
2478
+ dataFormula?: string | undefined;
2479
+ schemaName: string;
2480
+ name: string;
2481
+ }[];
2482
+ sorts: {
2483
+ type: import("../types/schema").SortType;
2484
+ aggregation: string | null;
2485
+ dimensionOption: string | null;
2486
+ dataFormula?: string | undefined;
2487
+ schemaName: string;
2488
+ name: string;
2489
+ }[];
2490
+ limit: number | null;
2491
+ showGrandTotal: boolean;
2492
+ rollupPosition?: import("../types/widget").RollupPosition | undefined;
2493
+ showSearchBar?: boolean | undefined;
2494
+ isTransposed: boolean;
2495
+ isDrillable: boolean;
2496
+ showLabel?: boolean | undefined;
2497
+ rollup?: number | undefined;
2498
+ columnIds?: string[] | undefined;
2499
+ rowIds?: string[] | undefined;
2500
+ isComparable?: boolean | undefined;
2501
+ isCumulative?: boolean | undefined;
2502
+ }[] | undefined;
2503
+ isComparable?: boolean | undefined;
2504
+ isCumulative?: boolean | undefined;
2505
+ };
2506
+ title: string;
2507
+ description?: string | undefined;
2508
+ type: WidgetType;
2509
+ };
2510
+ }[];
2511
+ isDefault: boolean;
2512
+ }[]>;
2513
+ nonEditableReports: import("vue").ComputedRef<{
2514
+ editable: boolean;
2515
+ id: string;
2516
+ name: string;
2517
+ category: string;
2518
+ tiles: {
2519
+ size: {
2520
+ width: number;
2521
+ height: number;
2522
+ };
2523
+ widget: {
2524
+ config: {
2525
+ schemaNames: string[];
2526
+ dimensions: {
2527
+ option: string | null;
2528
+ label: string;
2529
+ hide: boolean;
2530
+ fillGap?: boolean | undefined;
2531
+ dataFormula?: string | undefined;
2532
+ displayFormula?: string | undefined;
2533
+ decimal?: number | undefined;
2534
+ timeFormatter?: string | undefined;
2535
+ dateComparison?: boolean | undefined;
2536
+ moveToColumn: boolean;
2537
+ schemaName: string;
2538
+ name: string;
2539
+ }[];
2540
+ breakdownDimension: {
2541
+ option: string | null;
2542
+ label: string;
2543
+ hide: boolean;
2544
+ fillGap?: boolean | undefined;
2545
+ dataFormula?: string | undefined;
2546
+ displayFormula?: string | undefined;
2547
+ decimal?: number | undefined;
2548
+ timeFormatter?: string | undefined;
2549
+ dateComparison?: boolean | undefined;
2550
+ moveToColumn: boolean;
2551
+ schemaName: string;
2552
+ name: string;
2553
+ } | undefined;
2554
+ sparklineDimension: {
2555
+ option: string | null;
2556
+ label: string;
2557
+ hide: boolean;
2558
+ fillGap?: boolean | undefined;
2559
+ dataFormula?: string | undefined;
2560
+ displayFormula?: string | undefined;
2561
+ decimal?: number | undefined;
2562
+ timeFormatter?: string | undefined;
2563
+ dateComparison?: boolean | undefined;
2564
+ moveToColumn: boolean;
2565
+ schemaName: string;
2566
+ name: string;
2567
+ } | undefined;
2568
+ drillDimension?: string | undefined;
2569
+ metrics: {
2570
+ aggregation: string;
2571
+ label: string;
2572
+ hide: boolean;
2573
+ decimal?: number | undefined;
2574
+ timeFormatter?: string | undefined;
2575
+ dataFormula?: string | undefined;
2576
+ displayFormula?: string | undefined;
2577
+ moveToRow: boolean;
2578
+ schemaName: string;
2579
+ name: string;
2580
+ }[];
2581
+ filters: {
2582
+ operator: string;
2583
+ option: string | null;
2584
+ values: string[] | number[] | boolean[];
2585
+ dataFormula?: string | undefined;
2586
+ schemaName: string;
2587
+ name: string;
2588
+ }[];
2589
+ sorts: {
2590
+ type: import("../types/schema").SortType;
2591
+ aggregation: string | null;
2592
+ dimensionOption: string | null;
2593
+ dataFormula?: string | undefined;
2594
+ schemaName: string;
2595
+ name: string;
2596
+ }[];
2597
+ limit: number | null;
2598
+ showGrandTotal: boolean;
2599
+ rollupPosition?: import("../types/widget").RollupPosition | undefined;
2600
+ showSearchBar?: boolean | undefined;
2601
+ isTransposed: boolean;
2602
+ isDrillable: boolean;
2603
+ showLabel?: boolean | undefined;
2604
+ rollup?: number | undefined;
2605
+ columnIds?: string[] | undefined;
2606
+ rowIds?: string[] | undefined;
2607
+ joinDatasources?: {
2608
+ conditions: {
2609
+ mainDimensions: ({
2610
+ option: string | null;
2611
+ label: string;
2612
+ hide: boolean;
2613
+ fillGap?: boolean | undefined;
2614
+ dataFormula?: string | undefined;
2615
+ displayFormula?: string | undefined;
2616
+ decimal?: number | undefined;
2617
+ timeFormatter?: string | undefined;
2618
+ dateComparison?: boolean | undefined;
2619
+ moveToColumn: boolean;
2620
+ schemaName: string;
2621
+ name: string;
2622
+ } | null)[];
2623
+ joinDimension: {
2624
+ option: string | null;
2625
+ label: string;
2626
+ hide: boolean;
2627
+ fillGap?: boolean | undefined;
2628
+ dataFormula?: string | undefined;
2629
+ displayFormula?: string | undefined;
2630
+ decimal?: number | undefined;
2631
+ timeFormatter?: string | undefined;
2632
+ dateComparison?: boolean | undefined;
2633
+ moveToColumn: boolean;
2634
+ schemaName: string;
2635
+ name: string;
2636
+ } | null;
2637
+ operator: string;
2638
+ }[];
2639
+ schemaNames: string[];
2640
+ dimensions: {
2641
+ option: string | null;
2642
+ label: string;
2643
+ hide: boolean;
2644
+ fillGap?: boolean | undefined;
2645
+ dataFormula?: string | undefined;
2646
+ displayFormula?: string | undefined;
2647
+ decimal?: number | undefined;
2648
+ timeFormatter?: string | undefined;
2649
+ dateComparison?: boolean | undefined;
2650
+ moveToColumn: boolean;
2651
+ schemaName: string;
2652
+ name: string;
2653
+ }[];
2654
+ breakdownDimension: {
2655
+ option: string | null;
2656
+ label: string;
2657
+ hide: boolean;
2658
+ fillGap?: boolean | undefined;
2659
+ dataFormula?: string | undefined;
2660
+ displayFormula?: string | undefined;
2661
+ decimal?: number | undefined;
2662
+ timeFormatter?: string | undefined;
2663
+ dateComparison?: boolean | undefined;
2664
+ moveToColumn: boolean;
2665
+ schemaName: string;
2666
+ name: string;
2667
+ } | undefined;
2668
+ sparklineDimension: {
2669
+ option: string | null;
2670
+ label: string;
2671
+ hide: boolean;
2672
+ fillGap?: boolean | undefined;
2673
+ dataFormula?: string | undefined;
2674
+ displayFormula?: string | undefined;
2675
+ decimal?: number | undefined;
2676
+ timeFormatter?: string | undefined;
2677
+ dateComparison?: boolean | undefined;
2678
+ moveToColumn: boolean;
2679
+ schemaName: string;
2680
+ name: string;
2681
+ } | undefined;
2682
+ drillDimension?: string | undefined;
2683
+ metrics: {
2684
+ aggregation: string;
2685
+ label: string;
2686
+ hide: boolean;
2687
+ decimal?: number | undefined;
2688
+ timeFormatter?: string | undefined;
2689
+ dataFormula?: string | undefined;
2690
+ displayFormula?: string | undefined;
2691
+ moveToRow: boolean;
2692
+ schemaName: string;
2693
+ name: string;
2694
+ }[];
2695
+ filters: {
2696
+ operator: string;
2697
+ option: string | null;
2698
+ values: string[] | number[] | boolean[];
2699
+ dataFormula?: string | undefined;
2700
+ schemaName: string;
2701
+ name: string;
2702
+ }[];
2703
+ sorts: {
2704
+ type: import("../types/schema").SortType;
2705
+ aggregation: string | null;
2706
+ dimensionOption: string | null;
2707
+ dataFormula?: string | undefined;
2708
+ schemaName: string;
2709
+ name: string;
2710
+ }[];
2711
+ limit: number | null;
2712
+ showGrandTotal: boolean;
2713
+ rollupPosition?: import("../types/widget").RollupPosition | undefined;
2714
+ showSearchBar?: boolean | undefined;
2715
+ isTransposed: boolean;
2716
+ isDrillable: boolean;
2717
+ showLabel?: boolean | undefined;
2718
+ rollup?: number | undefined;
2719
+ columnIds?: string[] | undefined;
2720
+ rowIds?: string[] | undefined;
2721
+ isComparable?: boolean | undefined;
2722
+ isCumulative?: boolean | undefined;
2723
+ }[] | undefined;
2724
+ isComparable?: boolean | undefined;
2725
+ isCumulative?: boolean | undefined;
2726
+ };
2727
+ title: string;
2728
+ description?: string | undefined;
2729
+ type: WidgetType;
2730
+ };
2731
+ }[];
2732
+ isDefault: boolean;
2733
+ }[]>;
2734
+ isOpenAddReportDialog: import("vue").Ref<boolean>;
2735
+ selectedNavigationTab: import("vue").Ref<string>;
2736
+ navigationTabs: {
2737
+ label: string;
2738
+ value: NavigationTab;
2739
+ route: string;
2740
+ }[];
2741
+ overviewReport: import("vue").Ref<Report | undefined>;
2742
+ pinReport: import("vue").Ref<string[] | null>;
2743
+ createOrUpdateReport: (newReport: Report) => Promise<void>;
2744
+ removeReport: (payload: Report) => Promise<void>;
2745
+ updateCurrentReportId: (newReportId: string) => void;
2746
+ getReports: () => Promise<void>;
2747
+ updateDefaultReport: (id: string) => Promise<void>;
2748
+ getOverviewReport: () => Promise<Report>;
2749
+ refreshPinReport: () => void;
2750
+ cachePinReport: (newReport: Report) => void;
2751
+ clearPinReport: (reportId: string) => void;
2752
+ getReportConfig: () => Promise<void>;
2753
+ }, "createOrUpdateReport" | "removeReport" | "updateCurrentReportId" | "getReports" | "updateDefaultReport" | "getOverviewReport" | "refreshPinReport" | "cachePinReport" | "clearPinReport" | "getReportConfig">>;
2754
+ export {};