@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
@@ -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;
@@ -393,6 +397,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
393
397
  type?: import("vue").PropType<boolean>;
394
398
  default?: boolean;
395
399
  };
400
+ isShowSource?: {
401
+ type?: import("vue").PropType<boolean>;
402
+ default?: boolean;
403
+ };
396
404
  indDetailIconColor?: {
397
405
  type?: import("vue").PropType<string>;
398
406
  default?: string;
@@ -183,6 +183,10 @@ export declare const EcanCounter: import("../../utils/withInstall").SFCWithInsta
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;
@@ -393,6 +397,10 @@ export declare const EcanCounter: import("../../utils/withInstall").SFCWithInsta
393
397
  type?: import("vue").PropType<boolean>;
394
398
  default?: boolean;
395
399
  };
400
+ isShowSource?: {
401
+ type?: import("vue").PropType<boolean>;
402
+ default?: boolean;
403
+ };
396
404
  indDetailIconColor?: {
397
405
  type?: import("vue").PropType<string>;
398
406
  default?: string;
@@ -200,6 +200,10 @@ export declare const counterComponentProps: {
200
200
  type?: import("vue").PropType<boolean>;
201
201
  default?: boolean;
202
202
  };
203
+ isShowSource?: {
204
+ type?: import("vue").PropType<boolean>;
205
+ default?: boolean;
206
+ };
203
207
  indDetailIconColor?: {
204
208
  type?: import("vue").PropType<string>;
205
209
  default?: string;
@@ -255,6 +255,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
255
255
  type?: import("vue").PropType<boolean>;
256
256
  default?: boolean;
257
257
  };
258
+ isShowSource?: {
259
+ type?: import("vue").PropType<boolean>;
260
+ default?: boolean;
261
+ };
258
262
  indDetailIconColor?: {
259
263
  type?: import("vue").PropType<string>;
260
264
  default?: string;
@@ -565,6 +569,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
565
569
  type?: import("vue").PropType<boolean>;
566
570
  default?: boolean;
567
571
  };
572
+ isShowSource?: {
573
+ type?: import("vue").PropType<boolean>;
574
+ default?: boolean;
575
+ };
568
576
  indDetailIconColor?: {
569
577
  type?: import("vue").PropType<string>;
570
578
  default?: string;
@@ -255,6 +255,10 @@ export declare const EcanList: import("../../utils/withInstall").SFCWithInstall<
255
255
  type?: import("vue").PropType<boolean>;
256
256
  default?: boolean;
257
257
  };
258
+ isShowSource?: {
259
+ type?: import("vue").PropType<boolean>;
260
+ default?: boolean;
261
+ };
258
262
  indDetailIconColor?: {
259
263
  type?: import("vue").PropType<string>;
260
264
  default?: string;
@@ -565,6 +569,10 @@ export declare const EcanList: import("../../utils/withInstall").SFCWithInstall<
565
569
  type?: import("vue").PropType<boolean>;
566
570
  default?: boolean;
567
571
  };
572
+ isShowSource?: {
573
+ type?: import("vue").PropType<boolean>;
574
+ default?: boolean;
575
+ };
568
576
  indDetailIconColor?: {
569
577
  type?: import("vue").PropType<string>;
570
578
  default?: string;
@@ -293,6 +293,10 @@ export declare const listComponentProps: {
293
293
  type?: import("vue").PropType<boolean>;
294
294
  default?: boolean;
295
295
  };
296
+ isShowSource?: {
297
+ type?: import("vue").PropType<boolean>;
298
+ default?: boolean;
299
+ };
296
300
  indDetailIconColor?: {
297
301
  type?: import("vue").PropType<string>;
298
302
  default?: string;
@@ -227,6 +227,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
227
227
  type?: import("vue").PropType<boolean>;
228
228
  default?: boolean;
229
229
  };
230
+ isShowSource?: {
231
+ type?: import("vue").PropType<boolean>;
232
+ default?: boolean;
233
+ };
230
234
  indDetailIconColor?: {
231
235
  type?: import("vue").PropType<string>;
232
236
  default?: string;
@@ -473,6 +477,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
473
477
  type?: import("vue").PropType<boolean>;
474
478
  default?: boolean;
475
479
  };
480
+ isShowSource?: {
481
+ type?: import("vue").PropType<boolean>;
482
+ default?: boolean;
483
+ };
476
484
  indDetailIconColor?: {
477
485
  type?: import("vue").PropType<string>;
478
486
  default?: string;
@@ -227,6 +227,10 @@ export declare const EcanProportion: import('../../utils/withInstall').SFCWithIn
227
227
  type?: import("vue").PropType<boolean>;
228
228
  default?: boolean;
229
229
  };
230
+ isShowSource?: {
231
+ type?: import("vue").PropType<boolean>;
232
+ default?: boolean;
233
+ };
230
234
  indDetailIconColor?: {
231
235
  type?: import("vue").PropType<string>;
232
236
  default?: string;
@@ -473,6 +477,10 @@ export declare const EcanProportion: import('../../utils/withInstall').SFCWithIn
473
477
  type?: import("vue").PropType<boolean>;
474
478
  default?: boolean;
475
479
  };
480
+ isShowSource?: {
481
+ type?: import("vue").PropType<boolean>;
482
+ default?: boolean;
483
+ };
476
484
  indDetailIconColor?: {
477
485
  type?: import("vue").PropType<string>;
478
486
  default?: string;
@@ -256,6 +256,10 @@ export declare const proportionComponentProps: {
256
256
  type?: import("vue").PropType<boolean>;
257
257
  default?: boolean;
258
258
  };
259
+ isShowSource?: {
260
+ type?: import("vue").PropType<boolean>;
261
+ default?: boolean;
262
+ };
259
263
  indDetailIconColor?: {
260
264
  type?: import("vue").PropType<string>;
261
265
  default?: string;
@@ -179,6 +179,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
179
179
  type?: import("vue").PropType<boolean>;
180
180
  default?: boolean;
181
181
  };
182
+ isShowSource?: {
183
+ type?: import("vue").PropType<boolean>;
184
+ default?: boolean;
185
+ };
182
186
  indDetailIconColor?: {
183
187
  type?: import("vue").PropType<string>;
184
188
  default?: string;
@@ -381,6 +385,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
381
385
  type?: import("vue").PropType<boolean>;
382
386
  default?: boolean;
383
387
  };
388
+ isShowSource?: {
389
+ type?: import("vue").PropType<boolean>;
390
+ default?: boolean;
391
+ };
384
392
  indDetailIconColor?: {
385
393
  type?: import("vue").PropType<string>;
386
394
  default?: string;
@@ -179,6 +179,10 @@ export declare const EcanRectangle: import("../../utils/withInstall").SFCWithIns
179
179
  type?: import("vue").PropType<boolean>;
180
180
  default?: boolean;
181
181
  };
182
+ isShowSource?: {
183
+ type?: import("vue").PropType<boolean>;
184
+ default?: boolean;
185
+ };
182
186
  indDetailIconColor?: {
183
187
  type?: import("vue").PropType<string>;
184
188
  default?: string;
@@ -381,6 +385,10 @@ export declare const EcanRectangle: import("../../utils/withInstall").SFCWithIns
381
385
  type?: import("vue").PropType<boolean>;
382
386
  default?: boolean;
383
387
  };
388
+ isShowSource?: {
389
+ type?: import("vue").PropType<boolean>;
390
+ default?: boolean;
391
+ };
384
392
  indDetailIconColor?: {
385
393
  type?: import("vue").PropType<string>;
386
394
  default?: string;
@@ -194,6 +194,10 @@ export declare const rectangleComponentProps: {
194
194
  type?: import("vue").PropType<boolean>;
195
195
  default?: boolean;
196
196
  };
197
+ isShowSource?: {
198
+ type?: import("vue").PropType<boolean>;
199
+ default?: boolean;
200
+ };
197
201
  indDetailIconColor?: {
198
202
  type?: import("vue").PropType<string>;
199
203
  default?: string;
@@ -363,6 +363,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
363
363
  type?: import("vue").PropType<boolean>;
364
364
  default?: boolean;
365
365
  };
366
+ isShowSource?: {
367
+ type?: import("vue").PropType<boolean>;
368
+ default?: boolean;
369
+ };
366
370
  indDetailIconColor?: {
367
371
  type?: import("vue").PropType<string>;
368
372
  default?: string;
@@ -749,6 +753,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
749
753
  type?: import("vue").PropType<boolean>;
750
754
  default?: boolean;
751
755
  };
756
+ isShowSource?: {
757
+ type?: import("vue").PropType<boolean>;
758
+ default?: boolean;
759
+ };
752
760
  indDetailIconColor?: {
753
761
  type?: import("vue").PropType<string>;
754
762
  default?: string;
@@ -363,6 +363,10 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
363
363
  type?: import("vue").PropType<boolean>;
364
364
  default?: boolean;
365
365
  };
366
+ isShowSource?: {
367
+ type?: import("vue").PropType<boolean>;
368
+ default?: boolean;
369
+ };
366
370
  indDetailIconColor?: {
367
371
  type?: import("vue").PropType<string>;
368
372
  default?: string;
@@ -749,6 +753,10 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
749
753
  type?: import("vue").PropType<boolean>;
750
754
  default?: boolean;
751
755
  };
756
+ isShowSource?: {
757
+ type?: import("vue").PropType<boolean>;
758
+ default?: boolean;
759
+ };
752
760
  indDetailIconColor?: {
753
761
  type?: import("vue").PropType<string>;
754
762
  default?: string;
@@ -427,6 +427,10 @@ export declare const textComponentProps: {
427
427
  type?: import("vue").PropType<boolean>;
428
428
  default?: boolean;
429
429
  };
430
+ isShowSource?: {
431
+ type?: import("vue").PropType<boolean>;
432
+ default?: boolean;
433
+ };
430
434
  indDetailIconColor?: {
431
435
  type?: import("vue").PropType<string>;
432
436
  default?: string;
@@ -181,6 +181,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
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;
@@ -375,6 +379,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
375
379
  type?: import("vue").PropType<boolean>;
376
380
  default?: boolean;
377
381
  };
382
+ isShowSource?: {
383
+ type?: import("vue").PropType<boolean>;
384
+ default?: boolean;
385
+ };
378
386
  indDetailIconColor?: {
379
387
  type?: import("vue").PropType<string>;
380
388
  default?: string;
@@ -181,6 +181,10 @@ export declare const EcanTimeDisplay: import('../../utils/withInstall').SFCWithI
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;
@@ -375,6 +379,10 @@ export declare const EcanTimeDisplay: import('../../utils/withInstall').SFCWithI
375
379
  type?: import("vue").PropType<boolean>;
376
380
  default?: boolean;
377
381
  };
382
+ isShowSource?: {
383
+ type?: import("vue").PropType<boolean>;
384
+ default?: boolean;
385
+ };
378
386
  indDetailIconColor?: {
379
387
  type?: import("vue").PropType<string>;
380
388
  default?: string;
@@ -198,6 +198,10 @@ export declare const timeDisplayComponentProps: {
198
198
  type?: import("vue").PropType<boolean>;
199
199
  default?: boolean;
200
200
  };
201
+ isShowSource?: {
202
+ type?: import("vue").PropType<boolean>;
203
+ default?: boolean;
204
+ };
201
205
  indDetailIconColor?: {
202
206
  type?: import("vue").PropType<string>;
203
207
  default?: string;
@@ -61,6 +61,7 @@ export interface Props {
61
61
  toolboxShow?: boolean;
62
62
  isShowIndDetail?: boolean;
63
63
  isShowTrend?: boolean;
64
+ isShowSource?: boolean;
64
65
  indDetailIconColor?: string;
65
66
  indDetailIconFontSize?: string;
66
67
  }