@ecan-bi/datav 1.5.7 → 1.5.9

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 (114) hide show
  1. package/dist/index.es.js +9344 -9235
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +66 -66
  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/combo-graph/ComboGraph.vue.d.ts +8 -0
  50. package/types/graph/combo-graph/index.d.ts +8 -0
  51. package/types/graph/combo-graph/props.d.ts +4 -0
  52. package/types/graph/custom-graph/CustomGraph.vue.d.ts +8 -0
  53. package/types/graph/custom-graph/index.d.ts +8 -0
  54. package/types/graph/custom-graph/props.d.ts +4 -0
  55. package/types/graph/line/Line.vue.d.ts +8 -0
  56. package/types/graph/line/index.d.ts +8 -0
  57. package/types/graph/line/props.d.ts +5 -0
  58. package/types/graph/pie/Pie.vue.d.ts +8 -0
  59. package/types/graph/pie/index.d.ts +8 -0
  60. package/types/graph/pie/props.d.ts +4 -0
  61. package/types/graph/radar/Radar.vue.d.ts +8 -0
  62. package/types/graph/radar/index.d.ts +8 -0
  63. package/types/graph/radar/props.d.ts +5 -0
  64. package/types/graph/scatter/Scatter.vue.d.ts +8 -0
  65. package/types/graph/scatter/index.d.ts +8 -0
  66. package/types/graph/scatter/props.d.ts +4 -0
  67. package/types/laboratory/data-select/DataSelect.vue.d.ts +8 -0
  68. package/types/laboratory/data-select/index.d.ts +8 -0
  69. package/types/laboratory/data-select/props.d.ts +4 -0
  70. package/types/laboratory/index-panel/IndexPanel.vue.d.ts +8 -0
  71. package/types/laboratory/index-panel/index.d.ts +8 -0
  72. package/types/laboratory/index-panel/props.d.ts +4 -0
  73. package/types/laboratory/pivotTable/PivotTableContainer.vue.d.ts +13 -0
  74. package/types/laboratory/pivotTable/index.d.ts +13 -0
  75. package/types/laboratory/pivotTable/props.d.ts +4 -0
  76. package/types/laboratory/value-line/ValueLine.vue.d.ts +8 -0
  77. package/types/laboratory/value-line/index.d.ts +8 -0
  78. package/types/laboratory/value-line/props.d.ts +5 -0
  79. package/types/map/map/Map.vue.d.ts +8 -0
  80. package/types/map/map/index.d.ts +8 -0
  81. package/types/map/map/props.d.ts +4 -0
  82. package/types/media/iframe/Iframe.vue.d.ts +8 -0
  83. package/types/media/iframe/index.d.ts +8 -0
  84. package/types/media/iframe/props.d.ts +4 -0
  85. package/types/media/image/Image.vue.d.ts +8 -0
  86. package/types/media/image/index.d.ts +8 -0
  87. package/types/media/image/props.d.ts +4 -0
  88. package/types/setting/provider-config/ProviderConfig.vue.d.ts +2 -0
  89. package/types/setting/provider-config/index.d.ts +2 -0
  90. package/types/setting/provider-config/indicator-detail-modal/IndicatorDetailModal.vue.d.ts +1 -0
  91. package/types/setting/provider-config/trend-modal/TrendModal.vue.d.ts +7 -0
  92. package/types/setting/provider-config/trend-modal/index.d.ts +2 -0
  93. package/types/table/table/Table.vue.d.ts +8 -0
  94. package/types/table/table/index.d.ts +8 -0
  95. package/types/table/table/props.d.ts +4 -0
  96. package/types/text/counter/Counter.vue.d.ts +8 -0
  97. package/types/text/counter/index.d.ts +8 -0
  98. package/types/text/counter/props.d.ts +4 -0
  99. package/types/text/list/List.vue.d.ts +8 -0
  100. package/types/text/list/index.d.ts +8 -0
  101. package/types/text/list/props.d.ts +4 -0
  102. package/types/text/proportion/Proportion.vue.d.ts +8 -0
  103. package/types/text/proportion/index.d.ts +8 -0
  104. package/types/text/proportion/props.d.ts +4 -0
  105. package/types/text/rectangle/Rectangle.vue.d.ts +8 -0
  106. package/types/text/rectangle/index.d.ts +8 -0
  107. package/types/text/rectangle/props.d.ts +4 -0
  108. package/types/text/text/Text.vue.d.ts +8 -0
  109. package/types/text/text/index.d.ts +8 -0
  110. package/types/text/text/props.d.ts +4 -0
  111. package/types/text/time-display/TimeDisplay.vue.d.ts +8 -0
  112. package/types/text/time-display/index.d.ts +8 -0
  113. package/types/text/time-display/props.d.ts +4 -0
  114. package/types/utils/props.d.ts +1 -0
@@ -191,6 +191,10 @@ export declare const EcanSelect: import('../../utils/withInstall').SFCWithInstal
191
191
  type?: import("vue").PropType<boolean>;
192
192
  default?: boolean;
193
193
  };
194
+ isShowTrend?: {
195
+ type?: import("vue").PropType<boolean>;
196
+ default?: boolean;
197
+ };
194
198
  indDetailIconColor?: {
195
199
  type?: import("vue").PropType<string>;
196
200
  default?: string;
@@ -413,6 +417,10 @@ export declare const EcanSelect: import('../../utils/withInstall').SFCWithInstal
413
417
  type?: import("vue").PropType<boolean>;
414
418
  default?: boolean;
415
419
  };
420
+ isShowTrend?: {
421
+ type?: import("vue").PropType<boolean>;
422
+ default?: boolean;
423
+ };
416
424
  indDetailIconColor?: {
417
425
  type?: import("vue").PropType<string>;
418
426
  default?: string;
@@ -221,6 +221,10 @@ export declare const selectComponentProps: {
221
221
  type?: import("vue").PropType<boolean>;
222
222
  default?: boolean;
223
223
  };
224
+ isShowTrend?: {
225
+ type?: import("vue").PropType<boolean>;
226
+ default?: boolean;
227
+ };
224
228
  indDetailIconColor?: {
225
229
  type?: import("vue").PropType<string>;
226
230
  default?: string;
@@ -180,6 +180,10 @@ declare const _sfc_main: {
180
180
  type?: import("vue").PropType<boolean>;
181
181
  default?: boolean;
182
182
  };
183
+ isShowTrend?: {
184
+ type?: import("vue").PropType<boolean>;
185
+ default?: boolean;
186
+ };
183
187
  indDetailIconColor?: {
184
188
  type?: import("vue").PropType<string>;
185
189
  default?: string;
@@ -180,6 +180,10 @@ export declare const EcanTreeSelect: import('../../utils/withInstall').SFCWithIn
180
180
  type?: import("vue").PropType<boolean>;
181
181
  default?: boolean;
182
182
  };
183
+ isShowTrend?: {
184
+ type?: import("vue").PropType<boolean>;
185
+ default?: boolean;
186
+ };
183
187
  indDetailIconColor?: {
184
188
  type?: import("vue").PropType<string>;
185
189
  default?: string;
@@ -201,6 +201,10 @@ export declare const treeSelectComponentProps: {
201
201
  type?: import("vue").PropType<boolean>;
202
202
  default?: boolean;
203
203
  };
204
+ isShowTrend?: {
205
+ type?: import("vue").PropType<boolean>;
206
+ default?: boolean;
207
+ };
204
208
  indDetailIconColor?: {
205
209
  type?: import("vue").PropType<string>;
206
210
  default?: string;
@@ -584,6 +584,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
584
584
  type?: import("vue").PropType<boolean>;
585
585
  default?: boolean;
586
586
  };
587
+ isShowTrend?: {
588
+ type?: import("vue").PropType<boolean>;
589
+ default?: boolean;
590
+ };
587
591
  indDetailIconColor?: {
588
592
  type?: import("vue").PropType<string>;
589
593
  default?: string;
@@ -1373,6 +1377,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
1373
1377
  type?: import("vue").PropType<boolean>;
1374
1378
  default?: boolean;
1375
1379
  };
1380
+ isShowTrend?: {
1381
+ type?: import("vue").PropType<boolean>;
1382
+ default?: boolean;
1383
+ };
1376
1384
  indDetailIconColor?: {
1377
1385
  type?: import("vue").PropType<string>;
1378
1386
  default?: string;
@@ -583,6 +583,10 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
583
583
  type?: import("vue").PropType<boolean>;
584
584
  default?: boolean;
585
585
  };
586
+ isShowTrend?: {
587
+ type?: import("vue").PropType<boolean>;
588
+ default?: boolean;
589
+ };
586
590
  indDetailIconColor?: {
587
591
  type?: import("vue").PropType<string>;
588
592
  default?: string;
@@ -1372,6 +1376,10 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
1372
1376
  type?: import("vue").PropType<boolean>;
1373
1377
  default?: boolean;
1374
1378
  };
1379
+ isShowTrend?: {
1380
+ type?: import("vue").PropType<boolean>;
1381
+ default?: boolean;
1382
+ };
1375
1383
  indDetailIconColor?: {
1376
1384
  type?: import("vue").PropType<string>;
1377
1385
  default?: string;
@@ -702,6 +702,10 @@ export declare const barComponentProps: {
702
702
  type?: import("vue").PropType<boolean>;
703
703
  default?: boolean;
704
704
  };
705
+ isShowTrend?: {
706
+ type?: import("vue").PropType<boolean>;
707
+ default?: boolean;
708
+ };
705
709
  indDetailIconColor?: {
706
710
  type?: import("vue").PropType<string>;
707
711
  default?: string;
@@ -592,6 +592,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
592
592
  type?: import("vue").PropType<boolean>;
593
593
  default?: boolean;
594
594
  };
595
+ isShowTrend?: {
596
+ type?: import("vue").PropType<boolean>;
597
+ default?: boolean;
598
+ };
595
599
  indDetailIconColor?: {
596
600
  type?: import("vue").PropType<string>;
597
601
  default?: string;
@@ -1346,6 +1350,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
1346
1350
  type?: import("vue").PropType<boolean>;
1347
1351
  default?: boolean;
1348
1352
  };
1353
+ isShowTrend?: {
1354
+ type?: import("vue").PropType<boolean>;
1355
+ default?: boolean;
1356
+ };
1349
1357
  indDetailIconColor?: {
1350
1358
  type?: import("vue").PropType<string>;
1351
1359
  default?: string;
@@ -591,6 +591,10 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
591
591
  type?: import("vue").PropType<boolean>;
592
592
  default?: boolean;
593
593
  };
594
+ isShowTrend?: {
595
+ type?: import("vue").PropType<boolean>;
596
+ default?: boolean;
597
+ };
594
598
  indDetailIconColor?: {
595
599
  type?: import("vue").PropType<string>;
596
600
  default?: string;
@@ -1345,6 +1349,10 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
1345
1349
  type?: import("vue").PropType<boolean>;
1346
1350
  default?: boolean;
1347
1351
  };
1352
+ isShowTrend?: {
1353
+ type?: import("vue").PropType<boolean>;
1354
+ default?: boolean;
1355
+ };
1348
1356
  indDetailIconColor?: {
1349
1357
  type?: import("vue").PropType<string>;
1350
1358
  default?: string;
@@ -714,6 +714,10 @@ export declare const comboGraphComponentProps: {
714
714
  type?: import("vue").PropType<boolean>;
715
715
  default?: boolean;
716
716
  };
717
+ isShowTrend?: {
718
+ type?: import("vue").PropType<boolean>;
719
+ default?: boolean;
720
+ };
717
721
  indDetailIconColor?: {
718
722
  type?: import("vue").PropType<string>;
719
723
  default?: string;
@@ -148,6 +148,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
148
148
  type?: import("vue").PropType<boolean>;
149
149
  default?: boolean;
150
150
  };
151
+ isShowTrend?: {
152
+ type?: import("vue").PropType<boolean>;
153
+ default?: boolean;
154
+ };
151
155
  indDetailIconColor?: {
152
156
  type?: import("vue").PropType<string>;
153
157
  default?: string;
@@ -305,6 +309,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
305
309
  type?: import("vue").PropType<boolean>;
306
310
  default?: boolean;
307
311
  };
312
+ isShowTrend?: {
313
+ type?: import("vue").PropType<boolean>;
314
+ default?: boolean;
315
+ };
308
316
  indDetailIconColor?: {
309
317
  type?: import("vue").PropType<string>;
310
318
  default?: string;
@@ -147,6 +147,10 @@ export declare const EcanCustomGraph: import("../../utils/withInstall").SFCWithI
147
147
  type?: import("vue").PropType<boolean>;
148
148
  default?: boolean;
149
149
  };
150
+ isShowTrend?: {
151
+ type?: import("vue").PropType<boolean>;
152
+ default?: boolean;
153
+ };
150
154
  indDetailIconColor?: {
151
155
  type?: import("vue").PropType<string>;
152
156
  default?: string;
@@ -304,6 +308,10 @@ export declare const EcanCustomGraph: import("../../utils/withInstall").SFCWithI
304
308
  type?: import("vue").PropType<boolean>;
305
309
  default?: boolean;
306
310
  };
311
+ isShowTrend?: {
312
+ type?: import("vue").PropType<boolean>;
313
+ default?: boolean;
314
+ };
307
315
  indDetailIconColor?: {
308
316
  type?: import("vue").PropType<string>;
309
317
  default?: string;
@@ -156,6 +156,10 @@ export declare const customGraphComponentProps: {
156
156
  type?: import("vue").PropType<boolean>;
157
157
  default?: boolean;
158
158
  };
159
+ isShowTrend?: {
160
+ type?: import("vue").PropType<boolean>;
161
+ default?: boolean;
162
+ };
159
163
  indDetailIconColor?: {
160
164
  type?: import("vue").PropType<string>;
161
165
  default?: string;
@@ -553,6 +553,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
553
553
  type?: import("vue").PropType<boolean>;
554
554
  default?: boolean;
555
555
  };
556
+ isShowTrend?: {
557
+ type?: import("vue").PropType<boolean>;
558
+ default?: boolean;
559
+ };
556
560
  indDetailIconColor?: {
557
561
  type?: import("vue").PropType<string>;
558
562
  default?: string;
@@ -1289,6 +1293,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
1289
1293
  type?: import("vue").PropType<boolean>;
1290
1294
  default?: boolean;
1291
1295
  };
1296
+ isShowTrend?: {
1297
+ type?: import("vue").PropType<boolean>;
1298
+ default?: boolean;
1299
+ };
1292
1300
  indDetailIconColor?: {
1293
1301
  type?: import("vue").PropType<string>;
1294
1302
  default?: string;
@@ -553,6 +553,10 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
553
553
  type?: import("vue").PropType<boolean>;
554
554
  default?: boolean;
555
555
  };
556
+ isShowTrend?: {
557
+ type?: import("vue").PropType<boolean>;
558
+ default?: boolean;
559
+ };
556
560
  indDetailIconColor?: {
557
561
  type?: import("vue").PropType<string>;
558
562
  default?: string;
@@ -1289,6 +1293,10 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
1289
1293
  type?: import("vue").PropType<boolean>;
1290
1294
  default?: boolean;
1291
1295
  };
1296
+ isShowTrend?: {
1297
+ type?: import("vue").PropType<boolean>;
1298
+ default?: boolean;
1299
+ };
1292
1300
  indDetailIconColor?: {
1293
1301
  type?: import("vue").PropType<string>;
1294
1302
  default?: string;
@@ -252,6 +252,7 @@ export declare const lineProps: {
252
252
  [key: string]: any;
253
253
  };
254
254
  isShowIndDetail?: boolean;
255
+ isShowTrend?: boolean;
255
256
  indDetailIconColor?: string;
256
257
  };
257
258
  export declare const lineComponentProps: {
@@ -809,6 +810,10 @@ export declare const lineComponentProps: {
809
810
  type?: import("vue").PropType<boolean>;
810
811
  default?: boolean;
811
812
  };
813
+ isShowTrend?: {
814
+ type?: import("vue").PropType<boolean>;
815
+ default?: boolean;
816
+ };
812
817
  indDetailIconColor?: {
813
818
  type?: import("vue").PropType<string>;
814
819
  default?: string;
@@ -420,6 +420,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
420
420
  type?: import("vue").PropType<boolean>;
421
421
  default?: boolean;
422
422
  };
423
+ isShowTrend?: {
424
+ type?: import("vue").PropType<boolean>;
425
+ default?: boolean;
426
+ };
423
427
  indDetailIconColor?: {
424
428
  type?: import("vue").PropType<string>;
425
429
  default?: string;
@@ -947,6 +951,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
947
951
  type?: import("vue").PropType<boolean>;
948
952
  default?: boolean;
949
953
  };
954
+ isShowTrend?: {
955
+ type?: import("vue").PropType<boolean>;
956
+ default?: boolean;
957
+ };
950
958
  indDetailIconColor?: {
951
959
  type?: import("vue").PropType<string>;
952
960
  default?: string;
@@ -419,6 +419,10 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
419
419
  type?: import("vue").PropType<boolean>;
420
420
  default?: boolean;
421
421
  };
422
+ isShowTrend?: {
423
+ type?: import("vue").PropType<boolean>;
424
+ default?: boolean;
425
+ };
422
426
  indDetailIconColor?: {
423
427
  type?: import("vue").PropType<string>;
424
428
  default?: string;
@@ -946,6 +950,10 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
946
950
  type?: import("vue").PropType<boolean>;
947
951
  default?: boolean;
948
952
  };
953
+ isShowTrend?: {
954
+ type?: import("vue").PropType<boolean>;
955
+ default?: boolean;
956
+ };
949
957
  indDetailIconColor?: {
950
958
  type?: import("vue").PropType<string>;
951
959
  default?: string;
@@ -497,6 +497,10 @@ export declare const pieComponentProps: {
497
497
  type?: import("vue").PropType<boolean>;
498
498
  default?: boolean;
499
499
  };
500
+ isShowTrend?: {
501
+ type?: import("vue").PropType<boolean>;
502
+ default?: boolean;
503
+ };
500
504
  indDetailIconColor?: {
501
505
  type?: import("vue").PropType<string>;
502
506
  default?: string;
@@ -393,6 +393,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
393
393
  type?: import("vue").PropType<boolean>;
394
394
  default?: boolean;
395
395
  };
396
+ isShowTrend?: {
397
+ type?: import("vue").PropType<boolean>;
398
+ default?: boolean;
399
+ };
396
400
  indDetailIconColor?: {
397
401
  type?: import("vue").PropType<string>;
398
402
  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
+ isShowTrend?: {
894
+ type?: import("vue").PropType<boolean>;
895
+ default?: boolean;
896
+ };
889
897
  indDetailIconColor?: {
890
898
  type?: import("vue").PropType<string>;
891
899
  default?: string;
@@ -393,6 +393,10 @@ export declare const EcanRadar: import("../../utils/withInstall").SFCWithInstall
393
393
  type?: import("vue").PropType<boolean>;
394
394
  default?: boolean;
395
395
  };
396
+ isShowTrend?: {
397
+ type?: import("vue").PropType<boolean>;
398
+ default?: boolean;
399
+ };
396
400
  indDetailIconColor?: {
397
401
  type?: import("vue").PropType<string>;
398
402
  default?: string;
@@ -886,6 +890,10 @@ export declare const EcanRadar: import("../../utils/withInstall").SFCWithInstall
886
890
  type?: import("vue").PropType<boolean>;
887
891
  default?: boolean;
888
892
  };
893
+ isShowTrend?: {
894
+ type?: import("vue").PropType<boolean>;
895
+ default?: boolean;
896
+ };
889
897
  indDetailIconColor?: {
890
898
  type?: import("vue").PropType<string>;
891
899
  default?: string;
@@ -170,6 +170,7 @@ export declare const radarProps: {
170
170
  [key: string]: any;
171
171
  };
172
172
  isShowIndDetail?: boolean;
173
+ isShowTrend?: boolean;
173
174
  indDetailIconColor?: string;
174
175
  };
175
176
  export declare const radarComponentProps: {
@@ -567,6 +568,10 @@ export declare const radarComponentProps: {
567
568
  type?: import("vue").PropType<boolean>;
568
569
  default?: boolean;
569
570
  };
571
+ isShowTrend?: {
572
+ type?: import("vue").PropType<boolean>;
573
+ default?: boolean;
574
+ };
570
575
  indDetailIconColor?: {
571
576
  type?: import("vue").PropType<string>;
572
577
  default?: string;
@@ -477,6 +477,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
477
477
  type?: import("vue").PropType<boolean>;
478
478
  default?: boolean;
479
479
  };
480
+ isShowTrend?: {
481
+ type?: import("vue").PropType<boolean>;
482
+ default?: boolean;
483
+ };
480
484
  indDetailIconColor?: {
481
485
  type?: import("vue").PropType<string>;
482
486
  default?: string;
@@ -1148,6 +1152,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
1148
1152
  type?: import("vue").PropType<boolean>;
1149
1153
  default?: boolean;
1150
1154
  };
1155
+ isShowTrend?: {
1156
+ type?: import("vue").PropType<boolean>;
1157
+ default?: boolean;
1158
+ };
1151
1159
  indDetailIconColor?: {
1152
1160
  type?: import("vue").PropType<string>;
1153
1161
  default?: string;
@@ -477,6 +477,10 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
477
477
  type?: import("vue").PropType<boolean>;
478
478
  default?: boolean;
479
479
  };
480
+ isShowTrend?: {
481
+ type?: import("vue").PropType<boolean>;
482
+ default?: boolean;
483
+ };
480
484
  indDetailIconColor?: {
481
485
  type?: import("vue").PropType<string>;
482
486
  default?: string;
@@ -1148,6 +1152,10 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
1148
1152
  type?: import("vue").PropType<boolean>;
1149
1153
  default?: boolean;
1150
1154
  };
1155
+ isShowTrend?: {
1156
+ type?: import("vue").PropType<boolean>;
1157
+ default?: boolean;
1158
+ };
1151
1159
  indDetailIconColor?: {
1152
1160
  type?: import("vue").PropType<string>;
1153
1161
  default?: string;
@@ -574,6 +574,10 @@ export declare const scatterComponentProps: {
574
574
  type?: import("vue").PropType<boolean>;
575
575
  default?: boolean;
576
576
  };
577
+ isShowTrend?: {
578
+ type?: import("vue").PropType<boolean>;
579
+ default?: boolean;
580
+ };
577
581
  indDetailIconColor?: {
578
582
  type?: import("vue").PropType<string>;
579
583
  default?: string;
@@ -191,6 +191,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
191
191
  type?: import("vue").PropType<boolean>;
192
192
  default?: boolean;
193
193
  };
194
+ isShowTrend?: {
195
+ type?: import("vue").PropType<boolean>;
196
+ default?: boolean;
197
+ };
194
198
  indDetailIconColor?: {
195
199
  type?: import("vue").PropType<string>;
196
200
  default?: string;
@@ -403,6 +407,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
403
407
  type?: import("vue").PropType<boolean>;
404
408
  default?: boolean;
405
409
  };
410
+ isShowTrend?: {
411
+ type?: import("vue").PropType<boolean>;
412
+ default?: boolean;
413
+ };
406
414
  indDetailIconColor?: {
407
415
  type?: import("vue").PropType<string>;
408
416
  default?: string;
@@ -191,6 +191,10 @@ export declare const EcanDataSelect: import('../../utils/withInstall').SFCWithIn
191
191
  type?: import("vue").PropType<boolean>;
192
192
  default?: boolean;
193
193
  };
194
+ isShowTrend?: {
195
+ type?: import("vue").PropType<boolean>;
196
+ default?: boolean;
197
+ };
194
198
  indDetailIconColor?: {
195
199
  type?: import("vue").PropType<string>;
196
200
  default?: string;
@@ -403,6 +407,10 @@ export declare const EcanDataSelect: import('../../utils/withInstall').SFCWithIn
403
407
  type?: import("vue").PropType<boolean>;
404
408
  default?: boolean;
405
409
  };
410
+ isShowTrend?: {
411
+ type?: import("vue").PropType<boolean>;
412
+ default?: boolean;
413
+ };
406
414
  indDetailIconColor?: {
407
415
  type?: import("vue").PropType<string>;
408
416
  default?: string;
@@ -221,6 +221,10 @@ export declare const dataSelectComponentProps: {
221
221
  type?: import("vue").PropType<boolean>;
222
222
  default?: boolean;
223
223
  };
224
+ isShowTrend?: {
225
+ type?: import("vue").PropType<boolean>;
226
+ default?: boolean;
227
+ };
224
228
  indDetailIconColor?: {
225
229
  type?: import("vue").PropType<string>;
226
230
  default?: string;
@@ -163,6 +163,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
163
163
  type?: import("vue").PropType<boolean>;
164
164
  default?: boolean;
165
165
  };
166
+ isShowTrend?: {
167
+ type?: import("vue").PropType<boolean>;
168
+ default?: boolean;
169
+ };
166
170
  indDetailIconColor?: {
167
171
  type?: import("vue").PropType<string>;
168
172
  default?: string;
@@ -337,6 +341,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
337
341
  type?: import("vue").PropType<boolean>;
338
342
  default?: boolean;
339
343
  };
344
+ isShowTrend?: {
345
+ type?: import("vue").PropType<boolean>;
346
+ default?: boolean;
347
+ };
340
348
  indDetailIconColor?: {
341
349
  type?: import("vue").PropType<string>;
342
350
  default?: string;
@@ -163,6 +163,10 @@ export declare const EcanIndexPanel: import("../../utils/withInstall").SFCWithIn
163
163
  type?: import("vue").PropType<boolean>;
164
164
  default?: boolean;
165
165
  };
166
+ isShowTrend?: {
167
+ type?: import("vue").PropType<boolean>;
168
+ default?: boolean;
169
+ };
166
170
  indDetailIconColor?: {
167
171
  type?: import("vue").PropType<string>;
168
172
  default?: string;
@@ -337,6 +341,10 @@ export declare const EcanIndexPanel: import("../../utils/withInstall").SFCWithIn
337
341
  type?: import("vue").PropType<boolean>;
338
342
  default?: boolean;
339
343
  };
344
+ isShowTrend?: {
345
+ type?: import("vue").PropType<boolean>;
346
+ default?: boolean;
347
+ };
340
348
  indDetailIconColor?: {
341
349
  type?: import("vue").PropType<string>;
342
350
  default?: string;
@@ -178,6 +178,10 @@ export declare const indexPanelComponentProps: {
178
178
  type?: import("vue").PropType<boolean>;
179
179
  default?: boolean;
180
180
  };
181
+ isShowTrend?: {
182
+ type?: import("vue").PropType<boolean>;
183
+ default?: boolean;
184
+ };
181
185
  indDetailIconColor?: {
182
186
  type?: import("vue").PropType<string>;
183
187
  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
+ isShowTrend?: {
183
+ type?: import("vue").PropType<boolean>;
184
+ default?: boolean;
185
+ };
182
186
  indDetailIconColor?: {
183
187
  type?: import("vue").PropType<string>;
184
188
  default?: string;
@@ -365,6 +369,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
365
369
  type?: import("vue").PropType<boolean>;
366
370
  default?: boolean;
367
371
  };
372
+ isShowTrend?: {
373
+ type?: import("vue").PropType<boolean>;
374
+ default?: boolean;
375
+ };
368
376
  indDetailIconColor?: {
369
377
  type?: import("vue").PropType<string>;
370
378
  default?: string;
@@ -424,6 +432,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
424
432
  };
425
433
  toolboxShow: boolean;
426
434
  isShowIndDetail: boolean;
435
+ isShowTrend: boolean;
427
436
  indDetailIconColor: string;
428
437
  dimensionList: {
429
438
  [key: string]: any;
@@ -621,6 +630,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
621
630
  type?: import("vue").PropType<boolean>;
622
631
  default?: boolean;
623
632
  };
633
+ isShowTrend?: {
634
+ type?: import("vue").PropType<boolean>;
635
+ default?: boolean;
636
+ };
624
637
  indDetailIconColor?: {
625
638
  type?: import("vue").PropType<string>;
626
639
  default?: string;