@ecan-bi/datav 1.6.5 → 1.6.6

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 (126) hide show
  1. package/dist/index.es.js +4292 -4037
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +31 -31
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/style.css +2 -2
  6. package/package.json +1 -1
  7. package/types/container/border/Border.vue.d.ts +8 -0
  8. package/types/container/border/index.d.ts +8 -0
  9. package/types/container/border/props.d.ts +4 -0
  10. package/types/container/circulate/Circulate.vue.d.ts +8 -0
  11. package/types/container/circulate/index.d.ts +8 -0
  12. package/types/container/circulate/props.d.ts +4 -0
  13. package/types/container/tabs/Tabs.vue.d.ts +8 -0
  14. package/types/container/tabs/index.d.ts +8 -0
  15. package/types/container/tabs/props.d.ts +4 -0
  16. package/types/container/template/Template.vue.d.ts +8 -0
  17. package/types/container/template/index.d.ts +8 -0
  18. package/types/container/template/props.d.ts +4 -0
  19. package/types/control/button/Button.vue.d.ts +8 -0
  20. package/types/control/button/index.d.ts +8 -0
  21. package/types/control/button/props.d.ts +4 -0
  22. package/types/control/checkbox/Checkbox.vue.d.ts +8 -0
  23. package/types/control/checkbox/index.d.ts +8 -0
  24. package/types/control/checkbox/props.d.ts +4 -0
  25. package/types/control/date-picker/DatePicker.vue.d.ts +8 -0
  26. package/types/control/date-picker/index.d.ts +8 -0
  27. package/types/control/date-picker/props.d.ts +4 -0
  28. package/types/control/input/Input.vue.d.ts +8 -0
  29. package/types/control/input/index.d.ts +8 -0
  30. package/types/control/input/props.d.ts +4 -0
  31. package/types/control/nav-tab/NavTab.vue.d.ts +8 -0
  32. package/types/control/nav-tab/index.d.ts +8 -0
  33. package/types/control/nav-tab/props.d.ts +4 -0
  34. package/types/control/radio/Radio.vue.d.ts +8 -0
  35. package/types/control/radio/index.d.ts +8 -0
  36. package/types/control/radio/props.d.ts +4 -0
  37. package/types/control/range-picker/RangePicker.vue.d.ts +8 -0
  38. package/types/control/range-picker/index.d.ts +8 -0
  39. package/types/control/range-picker/props.d.ts +4 -0
  40. package/types/control/select/Select.vue.d.ts +8 -0
  41. package/types/control/select/index.d.ts +8 -0
  42. package/types/control/select/props.d.ts +4 -0
  43. package/types/control/tree-select/TreeSelect.vue.d.ts +4 -0
  44. package/types/control/tree-select/index.d.ts +4 -0
  45. package/types/control/tree-select/props.d.ts +4 -0
  46. package/types/graph/bar/Bar.vue.d.ts +8 -0
  47. package/types/graph/bar/index.d.ts +8 -0
  48. package/types/graph/bar/props.d.ts +4 -0
  49. package/types/graph/boxplot/Boxplot.vue.d.ts +8 -0
  50. package/types/graph/boxplot/index.d.ts +8 -0
  51. package/types/graph/boxplot/props.d.ts +5 -0
  52. package/types/graph/budget/Budget.vue.d.ts +8 -0
  53. package/types/graph/budget/index.d.ts +8 -0
  54. package/types/graph/budget/props.d.ts +4 -0
  55. package/types/graph/combo-graph/ComboGraph.vue.d.ts +8 -0
  56. package/types/graph/combo-graph/index.d.ts +8 -0
  57. package/types/graph/combo-graph/props.d.ts +4 -0
  58. package/types/graph/custom-graph/CustomGraph.vue.d.ts +8 -0
  59. package/types/graph/custom-graph/index.d.ts +8 -0
  60. package/types/graph/custom-graph/props.d.ts +4 -0
  61. package/types/graph/gauge/Gauge.vue.d.ts +8 -0
  62. package/types/graph/gauge/index.d.ts +8 -0
  63. package/types/graph/gauge/props.d.ts +4 -0
  64. package/types/graph/line/Line.vue.d.ts +8 -0
  65. package/types/graph/line/index.d.ts +8 -0
  66. package/types/graph/line/props.d.ts +5 -0
  67. package/types/graph/pie/Pie.vue.d.ts +8 -0
  68. package/types/graph/pie/index.d.ts +8 -0
  69. package/types/graph/pie/props.d.ts +4 -0
  70. package/types/graph/radar/Radar.vue.d.ts +8 -0
  71. package/types/graph/radar/index.d.ts +8 -0
  72. package/types/graph/radar/props.d.ts +5 -0
  73. package/types/graph/scatter/Scatter.vue.d.ts +8 -0
  74. package/types/graph/scatter/index.d.ts +8 -0
  75. package/types/graph/scatter/props.d.ts +4 -0
  76. package/types/laboratory/ai-analyze/AiAnalyze.vue.d.ts +8 -0
  77. package/types/laboratory/ai-analyze/index.d.ts +8 -0
  78. package/types/laboratory/ai-analyze/props.d.ts +4 -0
  79. package/types/laboratory/data-select/DataSelect.vue.d.ts +8 -0
  80. package/types/laboratory/data-select/index.d.ts +8 -0
  81. package/types/laboratory/data-select/props.d.ts +4 -0
  82. package/types/laboratory/index-panel/IndexPanel.vue.d.ts +8 -0
  83. package/types/laboratory/index-panel/index.d.ts +8 -0
  84. package/types/laboratory/index-panel/props.d.ts +4 -0
  85. package/types/laboratory/pivotTable/PivotTableContainer.vue.d.ts +13 -0
  86. package/types/laboratory/pivotTable/index.d.ts +13 -0
  87. package/types/laboratory/pivotTable/props.d.ts +4 -0
  88. package/types/laboratory/value-line/ValueLine.vue.d.ts +8 -0
  89. package/types/laboratory/value-line/index.d.ts +8 -0
  90. package/types/laboratory/value-line/props.d.ts +5 -0
  91. package/types/map/map/Map.vue.d.ts +8 -0
  92. package/types/map/map/index.d.ts +8 -0
  93. package/types/map/map/props.d.ts +4 -0
  94. package/types/media/iframe/Iframe.vue.d.ts +8 -0
  95. package/types/media/iframe/index.d.ts +8 -0
  96. package/types/media/iframe/props.d.ts +4 -0
  97. package/types/media/image/Image.vue.d.ts +8 -0
  98. package/types/media/image/index.d.ts +8 -0
  99. package/types/media/image/props.d.ts +4 -0
  100. package/types/setting/provider-config/ProviderConfig.vue.d.ts +1 -0
  101. package/types/setting/provider-config/drill-modal/DrillModal.vue.d.ts +4 -0
  102. package/types/setting/provider-config/index.d.ts +1 -0
  103. package/types/setting/provider-config/source-modal/SourceModal.vue.d.ts +28 -0
  104. package/types/setting/provider-config/source-modal/index.d.ts +2 -0
  105. package/types/table/table/Table.vue.d.ts +8 -0
  106. package/types/table/table/index.d.ts +8 -0
  107. package/types/table/table/props.d.ts +4 -0
  108. package/types/text/counter/Counter.vue.d.ts +8 -0
  109. package/types/text/counter/index.d.ts +8 -0
  110. package/types/text/counter/props.d.ts +4 -0
  111. package/types/text/list/List.vue.d.ts +8 -0
  112. package/types/text/list/index.d.ts +8 -0
  113. package/types/text/list/props.d.ts +4 -0
  114. package/types/text/proportion/Proportion.vue.d.ts +8 -0
  115. package/types/text/proportion/index.d.ts +8 -0
  116. package/types/text/proportion/props.d.ts +4 -0
  117. package/types/text/rectangle/Rectangle.vue.d.ts +8 -0
  118. package/types/text/rectangle/index.d.ts +8 -0
  119. package/types/text/rectangle/props.d.ts +4 -0
  120. package/types/text/text/Text.vue.d.ts +8 -0
  121. package/types/text/text/index.d.ts +8 -0
  122. package/types/text/text/props.d.ts +4 -0
  123. package/types/text/time-display/TimeDisplay.vue.d.ts +8 -0
  124. package/types/text/time-display/index.d.ts +8 -0
  125. package/types/text/time-display/props.d.ts +4 -0
  126. package/types/utils/props.d.ts +1 -0
@@ -613,6 +613,10 @@ export declare const scatterComponentProps: {
613
613
  type?: import("vue").PropType<boolean>;
614
614
  default?: boolean;
615
615
  };
616
+ isShowSource?: {
617
+ type?: import("vue").PropType<boolean>;
618
+ default?: boolean;
619
+ };
616
620
  indDetailIconColor?: {
617
621
  type?: import("vue").PropType<string>;
618
622
  default?: string;
@@ -167,6 +167,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
167
167
  type?: import("vue").PropType<boolean>;
168
168
  default?: boolean;
169
169
  };
170
+ isShowSource?: {
171
+ type?: import("vue").PropType<boolean>;
172
+ default?: boolean;
173
+ };
170
174
  indDetailIconColor?: {
171
175
  type?: import("vue").PropType<string>;
172
176
  default?: string;
@@ -351,6 +355,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
351
355
  type?: import("vue").PropType<boolean>;
352
356
  default?: boolean;
353
357
  };
358
+ isShowSource?: {
359
+ type?: import("vue").PropType<boolean>;
360
+ default?: boolean;
361
+ };
354
362
  indDetailIconColor?: {
355
363
  type?: import("vue").PropType<string>;
356
364
  default?: string;
@@ -167,6 +167,10 @@ export declare const EcanAiAnalyze: import("../../utils/withInstall").SFCWithIns
167
167
  type?: import("vue").PropType<boolean>;
168
168
  default?: boolean;
169
169
  };
170
+ isShowSource?: {
171
+ type?: import("vue").PropType<boolean>;
172
+ default?: boolean;
173
+ };
170
174
  indDetailIconColor?: {
171
175
  type?: import("vue").PropType<string>;
172
176
  default?: string;
@@ -351,6 +355,10 @@ export declare const EcanAiAnalyze: import("../../utils/withInstall").SFCWithIns
351
355
  type?: import("vue").PropType<boolean>;
352
356
  default?: boolean;
353
357
  };
358
+ isShowSource?: {
359
+ type?: import("vue").PropType<boolean>;
360
+ default?: boolean;
361
+ };
354
362
  indDetailIconColor?: {
355
363
  type?: import("vue").PropType<string>;
356
364
  default?: string;
@@ -181,6 +181,10 @@ export declare const aiAnalyzeComponentProps: {
181
181
  type?: import("vue").PropType<boolean>;
182
182
  default?: boolean;
183
183
  };
184
+ isShowSource?: {
185
+ type?: import("vue").PropType<boolean>;
186
+ default?: boolean;
187
+ };
184
188
  indDetailIconColor?: {
185
189
  type?: import("vue").PropType<string>;
186
190
  default?: string;
@@ -195,6 +195,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
195
195
  type?: import("vue").PropType<boolean>;
196
196
  default?: boolean;
197
197
  };
198
+ isShowSource?: {
199
+ type?: import("vue").PropType<boolean>;
200
+ default?: boolean;
201
+ };
198
202
  indDetailIconColor?: {
199
203
  type?: import("vue").PropType<string>;
200
204
  default?: string;
@@ -415,6 +419,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
415
419
  type?: import("vue").PropType<boolean>;
416
420
  default?: boolean;
417
421
  };
422
+ isShowSource?: {
423
+ type?: import("vue").PropType<boolean>;
424
+ default?: boolean;
425
+ };
418
426
  indDetailIconColor?: {
419
427
  type?: import("vue").PropType<string>;
420
428
  default?: string;
@@ -195,6 +195,10 @@ export declare const EcanDataSelect: import('../../utils/withInstall').SFCWithIn
195
195
  type?: import("vue").PropType<boolean>;
196
196
  default?: boolean;
197
197
  };
198
+ isShowSource?: {
199
+ type?: import("vue").PropType<boolean>;
200
+ default?: boolean;
201
+ };
198
202
  indDetailIconColor?: {
199
203
  type?: import("vue").PropType<string>;
200
204
  default?: string;
@@ -415,6 +419,10 @@ export declare const EcanDataSelect: import('../../utils/withInstall').SFCWithIn
415
419
  type?: import("vue").PropType<boolean>;
416
420
  default?: boolean;
417
421
  };
422
+ isShowSource?: {
423
+ type?: import("vue").PropType<boolean>;
424
+ default?: boolean;
425
+ };
418
426
  indDetailIconColor?: {
419
427
  type?: import("vue").PropType<string>;
420
428
  default?: string;
@@ -225,6 +225,10 @@ export declare const dataSelectComponentProps: {
225
225
  type?: import("vue").PropType<boolean>;
226
226
  default?: boolean;
227
227
  };
228
+ isShowSource?: {
229
+ type?: import("vue").PropType<boolean>;
230
+ default?: boolean;
231
+ };
228
232
  indDetailIconColor?: {
229
233
  type?: import("vue").PropType<string>;
230
234
  default?: string;
@@ -171,6 +171,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
171
171
  type?: import("vue").PropType<boolean>;
172
172
  default?: boolean;
173
173
  };
174
+ isShowSource?: {
175
+ type?: import("vue").PropType<boolean>;
176
+ default?: boolean;
177
+ };
174
178
  indDetailIconColor?: {
175
179
  type?: import("vue").PropType<string>;
176
180
  default?: string;
@@ -357,6 +361,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
357
361
  type?: import("vue").PropType<boolean>;
358
362
  default?: boolean;
359
363
  };
364
+ isShowSource?: {
365
+ type?: import("vue").PropType<boolean>;
366
+ default?: boolean;
367
+ };
360
368
  indDetailIconColor?: {
361
369
  type?: import("vue").PropType<string>;
362
370
  default?: string;
@@ -171,6 +171,10 @@ export declare const EcanIndexPanel: import("../../utils/withInstall").SFCWithIn
171
171
  type?: import("vue").PropType<boolean>;
172
172
  default?: boolean;
173
173
  };
174
+ isShowSource?: {
175
+ type?: import("vue").PropType<boolean>;
176
+ default?: boolean;
177
+ };
174
178
  indDetailIconColor?: {
175
179
  type?: import("vue").PropType<string>;
176
180
  default?: string;
@@ -357,6 +361,10 @@ export declare const EcanIndexPanel: import("../../utils/withInstall").SFCWithIn
357
361
  type?: import("vue").PropType<boolean>;
358
362
  default?: boolean;
359
363
  };
364
+ isShowSource?: {
365
+ type?: import("vue").PropType<boolean>;
366
+ default?: boolean;
367
+ };
360
368
  indDetailIconColor?: {
361
369
  type?: import("vue").PropType<string>;
362
370
  default?: string;
@@ -187,6 +187,10 @@ export declare const indexPanelComponentProps: {
187
187
  type?: import("vue").PropType<boolean>;
188
188
  default?: boolean;
189
189
  };
190
+ isShowSource?: {
191
+ type?: import("vue").PropType<boolean>;
192
+ default?: boolean;
193
+ };
190
194
  indDetailIconColor?: {
191
195
  type?: import("vue").PropType<string>;
192
196
  default?: string;
@@ -183,6 +183,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
183
183
  type?: import("vue").PropType<boolean>;
184
184
  default?: boolean;
185
185
  };
186
+ isShowSource?: {
187
+ type?: import("vue").PropType<boolean>;
188
+ default?: boolean;
189
+ };
186
190
  indDetailIconColor?: {
187
191
  type?: import("vue").PropType<string>;
188
192
  default?: string;
@@ -377,6 +381,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
377
381
  type?: import("vue").PropType<boolean>;
378
382
  default?: boolean;
379
383
  };
384
+ isShowSource?: {
385
+ type?: import("vue").PropType<boolean>;
386
+ default?: boolean;
387
+ };
380
388
  indDetailIconColor?: {
381
389
  type?: import("vue").PropType<string>;
382
390
  default?: string;
@@ -444,6 +452,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
444
452
  toolboxShow: boolean;
445
453
  isShowIndDetail: boolean;
446
454
  isShowTrend: boolean;
455
+ isShowSource: boolean;
447
456
  indDetailIconColor: string;
448
457
  indDetailIconFontSize: string;
449
458
  styleConfig: {
@@ -648,6 +657,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
648
657
  type?: import("vue").PropType<boolean>;
649
658
  default?: boolean;
650
659
  };
660
+ isShowSource?: {
661
+ type?: import("vue").PropType<boolean>;
662
+ default?: boolean;
663
+ };
651
664
  indDetailIconColor?: {
652
665
  type?: import("vue").PropType<string>;
653
666
  default?: string;
@@ -183,6 +183,10 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
183
183
  type?: import("vue").PropType<boolean>;
184
184
  default?: boolean;
185
185
  };
186
+ isShowSource?: {
187
+ type?: import("vue").PropType<boolean>;
188
+ default?: boolean;
189
+ };
186
190
  indDetailIconColor?: {
187
191
  type?: import("vue").PropType<string>;
188
192
  default?: string;
@@ -377,6 +381,10 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
377
381
  type?: import("vue").PropType<boolean>;
378
382
  default?: boolean;
379
383
  };
384
+ isShowSource?: {
385
+ type?: import("vue").PropType<boolean>;
386
+ default?: boolean;
387
+ };
380
388
  indDetailIconColor?: {
381
389
  type?: import("vue").PropType<string>;
382
390
  default?: string;
@@ -444,6 +452,7 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
444
452
  toolboxShow: boolean;
445
453
  isShowIndDetail: boolean;
446
454
  isShowTrend: boolean;
455
+ isShowSource: boolean;
447
456
  indDetailIconColor: string;
448
457
  indDetailIconFontSize: string;
449
458
  styleConfig: {
@@ -648,6 +657,10 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
648
657
  type?: import("vue").PropType<boolean>;
649
658
  default?: boolean;
650
659
  };
660
+ isShowSource?: {
661
+ type?: import("vue").PropType<boolean>;
662
+ default?: boolean;
663
+ };
651
664
  indDetailIconColor?: {
652
665
  type?: import("vue").PropType<string>;
653
666
  default?: string;
@@ -199,6 +199,10 @@ export declare const pivotTableComponentProps: {
199
199
  type?: import("vue").PropType<boolean>;
200
200
  default?: boolean;
201
201
  };
202
+ isShowSource?: {
203
+ type?: import("vue").PropType<boolean>;
204
+ default?: boolean;
205
+ };
202
206
  indDetailIconColor?: {
203
207
  type?: import("vue").PropType<string>;
204
208
  default?: string;
@@ -511,6 +511,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
511
511
  type?: import("vue").PropType<boolean>;
512
512
  default?: boolean;
513
513
  };
514
+ isShowSource?: {
515
+ type?: import("vue").PropType<boolean>;
516
+ default?: boolean;
517
+ };
514
518
  indDetailIconColor?: {
515
519
  type?: import("vue").PropType<string>;
516
520
  default?: string;
@@ -1203,6 +1207,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
1203
1207
  type?: import("vue").PropType<boolean>;
1204
1208
  default?: boolean;
1205
1209
  };
1210
+ isShowSource?: {
1211
+ type?: import("vue").PropType<boolean>;
1212
+ default?: boolean;
1213
+ };
1206
1214
  indDetailIconColor?: {
1207
1215
  type?: import("vue").PropType<string>;
1208
1216
  default?: string;
@@ -511,6 +511,10 @@ export declare const EcanValueLine: import("../../utils/withInstall").SFCWithIns
511
511
  type?: import("vue").PropType<boolean>;
512
512
  default?: boolean;
513
513
  };
514
+ isShowSource?: {
515
+ type?: import("vue").PropType<boolean>;
516
+ default?: boolean;
517
+ };
514
518
  indDetailIconColor?: {
515
519
  type?: import("vue").PropType<string>;
516
520
  default?: string;
@@ -1203,6 +1207,10 @@ export declare const EcanValueLine: import("../../utils/withInstall").SFCWithIns
1203
1207
  type?: import("vue").PropType<boolean>;
1204
1208
  default?: boolean;
1205
1209
  };
1210
+ isShowSource?: {
1211
+ type?: import("vue").PropType<boolean>;
1212
+ default?: boolean;
1213
+ };
1206
1214
  indDetailIconColor?: {
1207
1215
  type?: import("vue").PropType<string>;
1208
1216
  default?: string;
@@ -232,6 +232,7 @@ export declare const valueLineProps: {
232
232
  };
233
233
  isShowIndDetail?: boolean;
234
234
  isShowTrend?: boolean;
235
+ isShowSource?: boolean;
235
236
  indDetailIconColor?: string;
236
237
  indDetailIconFontSize?: string;
237
238
  };
@@ -748,6 +749,10 @@ export declare const valueLineComponentProps: {
748
749
  type?: import("vue").PropType<boolean>;
749
750
  default?: boolean;
750
751
  };
752
+ isShowSource?: {
753
+ type?: import("vue").PropType<boolean>;
754
+ default?: boolean;
755
+ };
751
756
  indDetailIconColor?: {
752
757
  type?: import("vue").PropType<string>;
753
758
  default?: string;
@@ -359,6 +359,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
359
359
  type?: import("vue").PropType<boolean>;
360
360
  default?: boolean;
361
361
  };
362
+ isShowSource?: {
363
+ type?: import("vue").PropType<boolean>;
364
+ default?: boolean;
365
+ };
362
366
  indDetailIconColor?: {
363
367
  type?: import("vue").PropType<string>;
364
368
  default?: string;
@@ -821,6 +825,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
821
825
  type?: import("vue").PropType<boolean>;
822
826
  default?: boolean;
823
827
  };
828
+ isShowSource?: {
829
+ type?: import("vue").PropType<boolean>;
830
+ default?: boolean;
831
+ };
824
832
  indDetailIconColor?: {
825
833
  type?: import("vue").PropType<string>;
826
834
  default?: string;
@@ -359,6 +359,10 @@ export declare const EcanMap: import('../../utils/withInstall').SFCWithInstall<i
359
359
  type?: import("vue").PropType<boolean>;
360
360
  default?: boolean;
361
361
  };
362
+ isShowSource?: {
363
+ type?: import("vue").PropType<boolean>;
364
+ default?: boolean;
365
+ };
362
366
  indDetailIconColor?: {
363
367
  type?: import("vue").PropType<string>;
364
368
  default?: string;
@@ -821,6 +825,10 @@ export declare const EcanMap: import('../../utils/withInstall').SFCWithInstall<i
821
825
  type?: import("vue").PropType<boolean>;
822
826
  default?: boolean;
823
827
  };
828
+ isShowSource?: {
829
+ type?: import("vue").PropType<boolean>;
830
+ default?: boolean;
831
+ };
824
832
  indDetailIconColor?: {
825
833
  type?: import("vue").PropType<string>;
826
834
  default?: string;
@@ -424,6 +424,10 @@ export declare const mapComponentProps: {
424
424
  type?: import("vue").PropType<boolean>;
425
425
  default?: boolean;
426
426
  };
427
+ isShowSource?: {
428
+ type?: import("vue").PropType<boolean>;
429
+ default?: boolean;
430
+ };
427
431
  indDetailIconColor?: {
428
432
  type?: import("vue").PropType<string>;
429
433
  default?: string;
@@ -151,6 +151,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
151
151
  type?: import("vue").PropType<boolean>;
152
152
  default?: boolean;
153
153
  };
154
+ isShowSource?: {
155
+ type?: import("vue").PropType<boolean>;
156
+ default?: boolean;
157
+ };
154
158
  indDetailIconColor?: {
155
159
  type?: import("vue").PropType<string>;
156
160
  default?: string;
@@ -315,6 +319,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
315
319
  type?: import("vue").PropType<boolean>;
316
320
  default?: boolean;
317
321
  };
322
+ isShowSource?: {
323
+ type?: import("vue").PropType<boolean>;
324
+ default?: boolean;
325
+ };
318
326
  indDetailIconColor?: {
319
327
  type?: import("vue").PropType<string>;
320
328
  default?: string;
@@ -151,6 +151,10 @@ export declare const EcanIframe: import('../../utils/withInstall').SFCWithInstal
151
151
  type?: import("vue").PropType<boolean>;
152
152
  default?: boolean;
153
153
  };
154
+ isShowSource?: {
155
+ type?: import("vue").PropType<boolean>;
156
+ default?: boolean;
157
+ };
154
158
  indDetailIconColor?: {
155
159
  type?: import("vue").PropType<string>;
156
160
  default?: string;
@@ -315,6 +319,10 @@ export declare const EcanIframe: import('../../utils/withInstall').SFCWithInstal
315
319
  type?: import("vue").PropType<boolean>;
316
320
  default?: boolean;
317
321
  };
322
+ isShowSource?: {
323
+ type?: import("vue").PropType<boolean>;
324
+ default?: boolean;
325
+ };
318
326
  indDetailIconColor?: {
319
327
  type?: import("vue").PropType<string>;
320
328
  default?: string;
@@ -160,6 +160,10 @@ export declare const iframeComponentProps: {
160
160
  type?: import("vue").PropType<boolean>;
161
161
  default?: boolean;
162
162
  };
163
+ isShowSource?: {
164
+ type?: import("vue").PropType<boolean>;
165
+ default?: boolean;
166
+ };
163
167
  indDetailIconColor?: {
164
168
  type?: import("vue").PropType<string>;
165
169
  default?: string;
@@ -199,6 +199,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
199
199
  type?: import("vue").PropType<boolean>;
200
200
  default?: boolean;
201
201
  };
202
+ isShowSource?: {
203
+ type?: import("vue").PropType<boolean>;
204
+ default?: boolean;
205
+ };
202
206
  indDetailIconColor?: {
203
207
  type?: import("vue").PropType<string>;
204
208
  default?: string;
@@ -414,6 +418,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
414
418
  type?: import("vue").PropType<boolean>;
415
419
  default?: boolean;
416
420
  };
421
+ isShowSource?: {
422
+ type?: import("vue").PropType<boolean>;
423
+ default?: boolean;
424
+ };
417
425
  indDetailIconColor?: {
418
426
  type?: import("vue").PropType<string>;
419
427
  default?: string;
@@ -199,6 +199,10 @@ export declare const EcanImage: import('../../utils/withInstall').SFCWithInstall
199
199
  type?: import("vue").PropType<boolean>;
200
200
  default?: boolean;
201
201
  };
202
+ isShowSource?: {
203
+ type?: import("vue").PropType<boolean>;
204
+ default?: boolean;
205
+ };
202
206
  indDetailIconColor?: {
203
207
  type?: import("vue").PropType<string>;
204
208
  default?: string;
@@ -414,6 +418,10 @@ export declare const EcanImage: import('../../utils/withInstall').SFCWithInstall
414
418
  type?: import("vue").PropType<boolean>;
415
419
  default?: boolean;
416
420
  };
421
+ isShowSource?: {
422
+ type?: import("vue").PropType<boolean>;
423
+ default?: boolean;
424
+ };
417
425
  indDetailIconColor?: {
418
426
  type?: import("vue").PropType<string>;
419
427
  default?: string;
@@ -222,6 +222,10 @@ export declare const imageComponentProps: {
222
222
  type?: import("vue").PropType<boolean>;
223
223
  default?: boolean;
224
224
  };
225
+ isShowSource?: {
226
+ type?: import("vue").PropType<boolean>;
227
+ default?: boolean;
228
+ };
225
229
  indDetailIconColor?: {
226
230
  type?: import("vue").PropType<string>;
227
231
  default?: string;
@@ -127,6 +127,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
127
127
  drillModalRef: import("vue").Ref<any>;
128
128
  indDetailModalRef: import("vue").Ref<any>;
129
129
  trendModalRef: import("vue").Ref<any>;
130
+ sourceModalRef: import("vue").Ref<any>;
130
131
  scaleValue: any;
131
132
  defaultPivotTableFontSize: import("vue").ComputedRef<number>;
132
133
  isMobile: import("vue").ComputedRef<boolean>;
@@ -105,6 +105,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
105
105
  };
106
106
  searchLoading: import("vue").Ref<boolean>;
107
107
  downloading: import("vue").Ref<boolean>;
108
+ dropDownMenuStyle: import("vue").Ref<{}>;
109
+ dropDownMenuVisible: import("vue").Ref<boolean>;
110
+ toBeSelectedDims: any;
108
111
  getContainer: () => Element;
109
112
  toggleFullScreen: () => void;
110
113
  onDetailCancel: () => void;
@@ -120,6 +123,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
120
123
  formatMainCell: (text: any, column: any) => any;
121
124
  formatCellPercent: (text: any, column: any) => string;
122
125
  handleExport: () => Promise<void>;
126
+ drillByDimension: (event: any, typeGuid: string) => void;
123
127
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
124
128
  theme: {
125
129
  type: StringConstructor;
@@ -127,6 +127,7 @@ export declare const EcanProviderConfig: import('../../utils/withInstall').SFCWi
127
127
  drillModalRef: import("vue").Ref<any>;
128
128
  indDetailModalRef: import("vue").Ref<any>;
129
129
  trendModalRef: import("vue").Ref<any>;
130
+ sourceModalRef: import("vue").Ref<any>;
130
131
  scaleValue: any;
131
132
  defaultPivotTableFontSize: import("vue").ComputedRef<number>;
132
133
  isMobile: import("vue").ComputedRef<boolean>;
@@ -0,0 +1,28 @@
1
+ declare const _sfc_main: import("vue").DefineComponent<{
2
+ theme: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ }, {
7
+ columns: {
8
+ title: string;
9
+ dataIndex: string;
10
+ }[];
11
+ dataSource: import("vue").Ref<any[]>;
12
+ visible: import("vue").Ref<boolean>;
13
+ wrapClassName: import("vue").ComputedRef<string>;
14
+ isMobile: boolean;
15
+ isIndFullScreen: import("vue").Ref<boolean>;
16
+ isLoading: import("vue").Ref<boolean>;
17
+ getContainer: () => Element;
18
+ toggleFullScreen: () => void;
19
+ onDetailCancel: () => void;
20
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
21
+ theme: {
22
+ type: StringConstructor;
23
+ default: string;
24
+ };
25
+ }>>, {
26
+ theme: string;
27
+ }>;
28
+ export default _sfc_main;
@@ -0,0 +1,2 @@
1
+ import SourceModal from './SourceModal.vue';
2
+ export default SourceModal;
@@ -403,6 +403,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
403
403
  type?: import("vue").PropType<boolean>;
404
404
  default?: boolean;
405
405
  };
406
+ isShowSource?: {
407
+ type?: import("vue").PropType<boolean>;
408
+ default?: boolean;
409
+ };
406
410
  indDetailIconColor?: {
407
411
  type?: import("vue").PropType<string>;
408
412
  default?: string;
@@ -886,6 +890,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
886
890
  type?: import("vue").PropType<boolean>;
887
891
  default?: boolean;
888
892
  };
893
+ isShowSource?: {
894
+ type?: import("vue").PropType<boolean>;
895
+ default?: boolean;
896
+ };
889
897
  indDetailIconColor?: {
890
898
  type?: import("vue").PropType<string>;
891
899
  default?: string;
@@ -403,6 +403,10 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
403
403
  type?: import("vue").PropType<boolean>;
404
404
  default?: boolean;
405
405
  };
406
+ isShowSource?: {
407
+ type?: import("vue").PropType<boolean>;
408
+ default?: boolean;
409
+ };
406
410
  indDetailIconColor?: {
407
411
  type?: import("vue").PropType<string>;
408
412
  default?: string;
@@ -886,6 +890,10 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
886
890
  type?: import("vue").PropType<boolean>;
887
891
  default?: boolean;
888
892
  };
893
+ isShowSource?: {
894
+ type?: import("vue").PropType<boolean>;
895
+ default?: boolean;
896
+ };
889
897
  indDetailIconColor?: {
890
898
  type?: import("vue").PropType<string>;
891
899
  default?: string;
@@ -480,6 +480,10 @@ export declare const tableComponentProps: {
480
480
  type?: import("vue").PropType<boolean>;
481
481
  default?: boolean;
482
482
  };
483
+ isShowSource?: {
484
+ type?: import("vue").PropType<boolean>;
485
+ default?: boolean;
486
+ };
483
487
  indDetailIconColor?: {
484
488
  type?: import("vue").PropType<string>;
485
489
  default?: string;