@ecan-bi/datav 1.5.8 → 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 +9342 -9233
  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
@@ -179,6 +179,10 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
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 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
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 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
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 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
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;
@@ -195,6 +195,10 @@ export declare const pivotTableComponentProps: {
195
195
  type?: import("vue").PropType<boolean>;
196
196
  default?: boolean;
197
197
  };
198
+ isShowTrend?: {
199
+ type?: import("vue").PropType<boolean>;
200
+ default?: boolean;
201
+ };
198
202
  indDetailIconColor?: {
199
203
  type?: import("vue").PropType<string>;
200
204
  default?: string;
@@ -507,6 +507,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
507
507
  type?: import("vue").PropType<boolean>;
508
508
  default?: boolean;
509
509
  };
510
+ isShowTrend?: {
511
+ type?: import("vue").PropType<boolean>;
512
+ default?: boolean;
513
+ };
510
514
  indDetailIconColor?: {
511
515
  type?: import("vue").PropType<string>;
512
516
  default?: string;
@@ -1191,6 +1195,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
1191
1195
  type?: import("vue").PropType<boolean>;
1192
1196
  default?: boolean;
1193
1197
  };
1198
+ isShowTrend?: {
1199
+ type?: import("vue").PropType<boolean>;
1200
+ default?: boolean;
1201
+ };
1194
1202
  indDetailIconColor?: {
1195
1203
  type?: import("vue").PropType<string>;
1196
1204
  default?: string;
@@ -507,6 +507,10 @@ export declare const EcanValueLine: import("../../utils/withInstall").SFCWithIns
507
507
  type?: import("vue").PropType<boolean>;
508
508
  default?: boolean;
509
509
  };
510
+ isShowTrend?: {
511
+ type?: import("vue").PropType<boolean>;
512
+ default?: boolean;
513
+ };
510
514
  indDetailIconColor?: {
511
515
  type?: import("vue").PropType<string>;
512
516
  default?: string;
@@ -1191,6 +1195,10 @@ export declare const EcanValueLine: import("../../utils/withInstall").SFCWithIns
1191
1195
  type?: import("vue").PropType<boolean>;
1192
1196
  default?: boolean;
1193
1197
  };
1198
+ isShowTrend?: {
1199
+ type?: import("vue").PropType<boolean>;
1200
+ default?: boolean;
1201
+ };
1194
1202
  indDetailIconColor?: {
1195
1203
  type?: import("vue").PropType<string>;
1196
1204
  default?: string;
@@ -231,6 +231,7 @@ export declare const valueLineProps: {
231
231
  [key: string]: any;
232
232
  };
233
233
  isShowIndDetail?: boolean;
234
+ isShowTrend?: boolean;
234
235
  indDetailIconColor?: string;
235
236
  };
236
237
  export declare const valueLineComponentProps: {
@@ -742,6 +743,10 @@ export declare const valueLineComponentProps: {
742
743
  type?: import("vue").PropType<boolean>;
743
744
  default?: boolean;
744
745
  };
746
+ isShowTrend?: {
747
+ type?: import("vue").PropType<boolean>;
748
+ default?: boolean;
749
+ };
745
750
  indDetailIconColor?: {
746
751
  type?: import("vue").PropType<string>;
747
752
  default?: string;
@@ -355,6 +355,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
355
355
  type?: import("vue").PropType<boolean>;
356
356
  default?: boolean;
357
357
  };
358
+ isShowTrend?: {
359
+ type?: import("vue").PropType<boolean>;
360
+ default?: boolean;
361
+ };
358
362
  indDetailIconColor?: {
359
363
  type?: import("vue").PropType<string>;
360
364
  default?: string;
@@ -809,6 +813,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
809
813
  type?: import("vue").PropType<boolean>;
810
814
  default?: boolean;
811
815
  };
816
+ isShowTrend?: {
817
+ type?: import("vue").PropType<boolean>;
818
+ default?: boolean;
819
+ };
812
820
  indDetailIconColor?: {
813
821
  type?: import("vue").PropType<string>;
814
822
  default?: string;
@@ -355,6 +355,10 @@ export declare const EcanMap: import('../../utils/withInstall').SFCWithInstall<i
355
355
  type?: import("vue").PropType<boolean>;
356
356
  default?: boolean;
357
357
  };
358
+ isShowTrend?: {
359
+ type?: import("vue").PropType<boolean>;
360
+ default?: boolean;
361
+ };
358
362
  indDetailIconColor?: {
359
363
  type?: import("vue").PropType<string>;
360
364
  default?: string;
@@ -809,6 +813,10 @@ export declare const EcanMap: import('../../utils/withInstall').SFCWithInstall<i
809
813
  type?: import("vue").PropType<boolean>;
810
814
  default?: boolean;
811
815
  };
816
+ isShowTrend?: {
817
+ type?: import("vue").PropType<boolean>;
818
+ default?: boolean;
819
+ };
812
820
  indDetailIconColor?: {
813
821
  type?: import("vue").PropType<string>;
814
822
  default?: string;
@@ -420,6 +420,10 @@ export declare const mapComponentProps: {
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;
@@ -147,6 +147,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
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;
@@ -303,6 +307,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
303
307
  type?: import("vue").PropType<boolean>;
304
308
  default?: boolean;
305
309
  };
310
+ isShowTrend?: {
311
+ type?: import("vue").PropType<boolean>;
312
+ default?: boolean;
313
+ };
306
314
  indDetailIconColor?: {
307
315
  type?: import("vue").PropType<string>;
308
316
  default?: string;
@@ -147,6 +147,10 @@ export declare const EcanIframe: import('../../utils/withInstall').SFCWithInstal
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;
@@ -303,6 +307,10 @@ export declare const EcanIframe: import('../../utils/withInstall').SFCWithInstal
303
307
  type?: import("vue").PropType<boolean>;
304
308
  default?: boolean;
305
309
  };
310
+ isShowTrend?: {
311
+ type?: import("vue").PropType<boolean>;
312
+ default?: boolean;
313
+ };
306
314
  indDetailIconColor?: {
307
315
  type?: import("vue").PropType<string>;
308
316
  default?: string;
@@ -156,6 +156,10 @@ export declare const iframeComponentProps: {
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;
@@ -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
+ isShowTrend?: {
199
+ type?: import("vue").PropType<boolean>;
200
+ default?: boolean;
201
+ };
198
202
  indDetailIconColor?: {
199
203
  type?: import("vue").PropType<string>;
200
204
  default?: string;
@@ -402,6 +406,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
402
406
  type?: import("vue").PropType<boolean>;
403
407
  default?: boolean;
404
408
  };
409
+ isShowTrend?: {
410
+ type?: import("vue").PropType<boolean>;
411
+ default?: boolean;
412
+ };
405
413
  indDetailIconColor?: {
406
414
  type?: import("vue").PropType<string>;
407
415
  default?: string;
@@ -195,6 +195,10 @@ export declare const EcanImage: import('../../utils/withInstall').SFCWithInstall
195
195
  type?: import("vue").PropType<boolean>;
196
196
  default?: boolean;
197
197
  };
198
+ isShowTrend?: {
199
+ type?: import("vue").PropType<boolean>;
200
+ default?: boolean;
201
+ };
198
202
  indDetailIconColor?: {
199
203
  type?: import("vue").PropType<string>;
200
204
  default?: string;
@@ -402,6 +406,10 @@ export declare const EcanImage: import('../../utils/withInstall').SFCWithInstall
402
406
  type?: import("vue").PropType<boolean>;
403
407
  default?: boolean;
404
408
  };
409
+ isShowTrend?: {
410
+ type?: import("vue").PropType<boolean>;
411
+ default?: boolean;
412
+ };
405
413
  indDetailIconColor?: {
406
414
  type?: import("vue").PropType<string>;
407
415
  default?: string;
@@ -218,6 +218,10 @@ export declare const imageComponentProps: {
218
218
  type?: import("vue").PropType<boolean>;
219
219
  default?: boolean;
220
220
  };
221
+ isShowTrend?: {
222
+ type?: import("vue").PropType<boolean>;
223
+ default?: boolean;
224
+ };
221
225
  indDetailIconColor?: {
222
226
  type?: import("vue").PropType<string>;
223
227
  default?: string;
@@ -103,6 +103,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
103
103
  providerConfig: import("vue").Ref<HTMLElement>;
104
104
  configStyle: any;
105
105
  indDetailInfo: {
106
+ keyName: string;
106
107
  visible: boolean;
107
108
  dataSource: any[];
108
109
  columns: any[];
@@ -125,6 +126,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
125
126
  detailLoading: import("vue").Ref<boolean>;
126
127
  conditionInfo: import("vue").Ref<any[]>;
127
128
  indDetailModalRef: import("vue").Ref<any>;
129
+ trendModalRef: import("vue").Ref<any>;
128
130
  getContainer: () => Element;
129
131
  handleTableChange: (page: any) => void;
130
132
  toggleFullScreen: () => void;
@@ -103,6 +103,7 @@ export declare const EcanProviderConfig: import('../../utils/withInstall').SFCWi
103
103
  providerConfig: import("vue").Ref<HTMLElement>;
104
104
  configStyle: any;
105
105
  indDetailInfo: {
106
+ keyName: string;
106
107
  visible: boolean;
107
108
  dataSource: any[];
108
109
  columns: any[];
@@ -125,6 +126,7 @@ export declare const EcanProviderConfig: import('../../utils/withInstall').SFCWi
125
126
  detailLoading: import("vue").Ref<boolean>;
126
127
  conditionInfo: import("vue").Ref<any[]>;
127
128
  indDetailModalRef: import("vue").Ref<any>;
129
+ trendModalRef: import("vue").Ref<any>;
128
130
  getContainer: () => Element;
129
131
  handleTableChange: (page: any) => void;
130
132
  toggleFullScreen: () => void;
@@ -3,6 +3,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
3
3
  dataList: import("vue").Ref<any[]>;
4
4
  isLoading: import("vue").Ref<boolean>;
5
5
  hasOwn: any;
6
+ remarkData: import("vue").Ref<any>;
6
7
  getContainer: () => Element;
7
8
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
8
9
  export default _sfc_main;
@@ -0,0 +1,7 @@
1
+ declare const _sfc_main: import("vue").DefineComponent<{}, {
2
+ visible: import("vue").Ref<boolean>;
3
+ componentConfig: import("vue").Ref<any>;
4
+ lineRef: import("vue").Ref<any>;
5
+ getContainer: () => Element;
6
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
7
+ export default _sfc_main;
@@ -0,0 +1,2 @@
1
+ import TrendModal from './TrendModal.vue';
2
+ export default TrendModal;
@@ -387,6 +387,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
387
387
  type?: import("vue").PropType<boolean>;
388
388
  default?: boolean;
389
389
  };
390
+ isShowTrend?: {
391
+ type?: import("vue").PropType<boolean>;
392
+ default?: boolean;
393
+ };
390
394
  indDetailIconColor?: {
391
395
  type?: import("vue").PropType<string>;
392
396
  default?: string;
@@ -849,6 +853,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
849
853
  type?: import("vue").PropType<boolean>;
850
854
  default?: boolean;
851
855
  };
856
+ isShowTrend?: {
857
+ type?: import("vue").PropType<boolean>;
858
+ default?: boolean;
859
+ };
852
860
  indDetailIconColor?: {
853
861
  type?: import("vue").PropType<string>;
854
862
  default?: string;
@@ -387,6 +387,10 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
387
387
  type?: import("vue").PropType<boolean>;
388
388
  default?: boolean;
389
389
  };
390
+ isShowTrend?: {
391
+ type?: import("vue").PropType<boolean>;
392
+ default?: boolean;
393
+ };
390
394
  indDetailIconColor?: {
391
395
  type?: import("vue").PropType<string>;
392
396
  default?: string;
@@ -849,6 +853,10 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
849
853
  type?: import("vue").PropType<boolean>;
850
854
  default?: boolean;
851
855
  };
856
+ isShowTrend?: {
857
+ type?: import("vue").PropType<boolean>;
858
+ default?: boolean;
859
+ };
852
860
  indDetailIconColor?: {
853
861
  type?: import("vue").PropType<string>;
854
862
  default?: string;
@@ -461,6 +461,10 @@ export declare const tableComponentProps: {
461
461
  type?: import("vue").PropType<boolean>;
462
462
  default?: boolean;
463
463
  };
464
+ isShowTrend?: {
465
+ type?: import("vue").PropType<boolean>;
466
+ default?: boolean;
467
+ };
464
468
  indDetailIconColor?: {
465
469
  type?: import("vue").PropType<string>;
466
470
  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;
@@ -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
+ isShowTrend?: {
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 EcanCounter: import("../../utils/withInstall").SFCWithInsta
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;
@@ -381,6 +385,10 @@ export declare const EcanCounter: import("../../utils/withInstall").SFCWithInsta
381
385
  type?: import("vue").PropType<boolean>;
382
386
  default?: boolean;
383
387
  };
388
+ isShowTrend?: {
389
+ type?: import("vue").PropType<boolean>;
390
+ default?: boolean;
391
+ };
384
392
  indDetailIconColor?: {
385
393
  type?: import("vue").PropType<string>;
386
394
  default?: string;
@@ -196,6 +196,10 @@ export declare const counterComponentProps: {
196
196
  type?: import("vue").PropType<boolean>;
197
197
  default?: boolean;
198
198
  };
199
+ isShowTrend?: {
200
+ type?: import("vue").PropType<boolean>;
201
+ default?: boolean;
202
+ };
199
203
  indDetailIconColor?: {
200
204
  type?: import("vue").PropType<string>;
201
205
  default?: string;
@@ -251,6 +251,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
251
251
  type?: import("vue").PropType<boolean>;
252
252
  default?: boolean;
253
253
  };
254
+ isShowTrend?: {
255
+ type?: import("vue").PropType<boolean>;
256
+ default?: boolean;
257
+ };
254
258
  indDetailIconColor?: {
255
259
  type?: import("vue").PropType<string>;
256
260
  default?: string;
@@ -553,6 +557,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
553
557
  type?: import("vue").PropType<boolean>;
554
558
  default?: boolean;
555
559
  };
560
+ isShowTrend?: {
561
+ type?: import("vue").PropType<boolean>;
562
+ default?: boolean;
563
+ };
556
564
  indDetailIconColor?: {
557
565
  type?: import("vue").PropType<string>;
558
566
  default?: string;
@@ -251,6 +251,10 @@ export declare const EcanList: import("../../utils/withInstall").SFCWithInstall<
251
251
  type?: import("vue").PropType<boolean>;
252
252
  default?: boolean;
253
253
  };
254
+ isShowTrend?: {
255
+ type?: import("vue").PropType<boolean>;
256
+ default?: boolean;
257
+ };
254
258
  indDetailIconColor?: {
255
259
  type?: import("vue").PropType<string>;
256
260
  default?: string;
@@ -553,6 +557,10 @@ export declare const EcanList: import("../../utils/withInstall").SFCWithInstall<
553
557
  type?: import("vue").PropType<boolean>;
554
558
  default?: boolean;
555
559
  };
560
+ isShowTrend?: {
561
+ type?: import("vue").PropType<boolean>;
562
+ default?: boolean;
563
+ };
556
564
  indDetailIconColor?: {
557
565
  type?: import("vue").PropType<string>;
558
566
  default?: string;
@@ -289,6 +289,10 @@ export declare const listComponentProps: {
289
289
  type?: import("vue").PropType<boolean>;
290
290
  default?: boolean;
291
291
  };
292
+ isShowTrend?: {
293
+ type?: import("vue").PropType<boolean>;
294
+ default?: boolean;
295
+ };
292
296
  indDetailIconColor?: {
293
297
  type?: import("vue").PropType<string>;
294
298
  default?: string;
@@ -219,6 +219,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
219
219
  type?: import("vue").PropType<boolean>;
220
220
  default?: boolean;
221
221
  };
222
+ isShowTrend?: {
223
+ type?: import("vue").PropType<boolean>;
224
+ default?: boolean;
225
+ };
222
226
  indDetailIconColor?: {
223
227
  type?: import("vue").PropType<string>;
224
228
  default?: string;
@@ -452,6 +456,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
452
456
  type?: import("vue").PropType<boolean>;
453
457
  default?: boolean;
454
458
  };
459
+ isShowTrend?: {
460
+ type?: import("vue").PropType<boolean>;
461
+ default?: boolean;
462
+ };
455
463
  indDetailIconColor?: {
456
464
  type?: import("vue").PropType<string>;
457
465
  default?: string;
@@ -219,6 +219,10 @@ export declare const EcanProportion: import('../../utils/withInstall').SFCWithIn
219
219
  type?: import("vue").PropType<boolean>;
220
220
  default?: boolean;
221
221
  };
222
+ isShowTrend?: {
223
+ type?: import("vue").PropType<boolean>;
224
+ default?: boolean;
225
+ };
222
226
  indDetailIconColor?: {
223
227
  type?: import("vue").PropType<string>;
224
228
  default?: string;
@@ -452,6 +456,10 @@ export declare const EcanProportion: import('../../utils/withInstall').SFCWithIn
452
456
  type?: import("vue").PropType<boolean>;
453
457
  default?: boolean;
454
458
  };
459
+ isShowTrend?: {
460
+ type?: import("vue").PropType<boolean>;
461
+ default?: boolean;
462
+ };
455
463
  indDetailIconColor?: {
456
464
  type?: import("vue").PropType<string>;
457
465
  default?: string;
@@ -247,6 +247,10 @@ export declare const proportionComponentProps: {
247
247
  type?: import("vue").PropType<boolean>;
248
248
  default?: boolean;
249
249
  };
250
+ isShowTrend?: {
251
+ type?: import("vue").PropType<boolean>;
252
+ default?: boolean;
253
+ };
250
254
  indDetailIconColor?: {
251
255
  type?: import("vue").PropType<string>;
252
256
  default?: string;
@@ -175,6 +175,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
175
175
  type?: import("vue").PropType<boolean>;
176
176
  default?: boolean;
177
177
  };
178
+ isShowTrend?: {
179
+ type?: import("vue").PropType<boolean>;
180
+ default?: boolean;
181
+ };
178
182
  indDetailIconColor?: {
179
183
  type?: import("vue").PropType<string>;
180
184
  default?: string;
@@ -369,6 +373,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
369
373
  type?: import("vue").PropType<boolean>;
370
374
  default?: boolean;
371
375
  };
376
+ isShowTrend?: {
377
+ type?: import("vue").PropType<boolean>;
378
+ default?: boolean;
379
+ };
372
380
  indDetailIconColor?: {
373
381
  type?: import("vue").PropType<string>;
374
382
  default?: string;
@@ -175,6 +175,10 @@ export declare const EcanRectangle: import("../../utils/withInstall").SFCWithIns
175
175
  type?: import("vue").PropType<boolean>;
176
176
  default?: boolean;
177
177
  };
178
+ isShowTrend?: {
179
+ type?: import("vue").PropType<boolean>;
180
+ default?: boolean;
181
+ };
178
182
  indDetailIconColor?: {
179
183
  type?: import("vue").PropType<string>;
180
184
  default?: string;
@@ -369,6 +373,10 @@ export declare const EcanRectangle: import("../../utils/withInstall").SFCWithIns
369
373
  type?: import("vue").PropType<boolean>;
370
374
  default?: boolean;
371
375
  };
376
+ isShowTrend?: {
377
+ type?: import("vue").PropType<boolean>;
378
+ default?: boolean;
379
+ };
372
380
  indDetailIconColor?: {
373
381
  type?: import("vue").PropType<string>;
374
382
  default?: string;
@@ -190,6 +190,10 @@ export declare const rectangleComponentProps: {
190
190
  type?: import("vue").PropType<boolean>;
191
191
  default?: boolean;
192
192
  };
193
+ isShowTrend?: {
194
+ type?: import("vue").PropType<boolean>;
195
+ default?: boolean;
196
+ };
193
197
  indDetailIconColor?: {
194
198
  type?: import("vue").PropType<string>;
195
199
  default?: string;
@@ -351,6 +351,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
351
351
  type?: import("vue").PropType<boolean>;
352
352
  default?: boolean;
353
353
  };
354
+ isShowTrend?: {
355
+ type?: import("vue").PropType<boolean>;
356
+ default?: boolean;
357
+ };
354
358
  indDetailIconColor?: {
355
359
  type?: import("vue").PropType<string>;
356
360
  default?: string;
@@ -720,6 +724,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
720
724
  type?: import("vue").PropType<boolean>;
721
725
  default?: boolean;
722
726
  };
727
+ isShowTrend?: {
728
+ type?: import("vue").PropType<boolean>;
729
+ default?: boolean;
730
+ };
723
731
  indDetailIconColor?: {
724
732
  type?: import("vue").PropType<string>;
725
733
  default?: string;