@ecan-bi/datav 1.5.8 → 1.5.10

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 +9637 -9511
  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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecan-bi/datav",
3
- "version": "1.5.8",
3
+ "version": "1.5.10",
4
4
  "main": "dist/index.umd.js",
5
5
  "module": "dist/index.es.js",
6
6
  "types": "types/index.d.ts",
@@ -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;
@@ -457,6 +461,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
457
461
  type?: import("vue").PropType<boolean>;
458
462
  default?: boolean;
459
463
  };
464
+ isShowTrend?: {
465
+ type?: import("vue").PropType<boolean>;
466
+ default?: boolean;
467
+ };
460
468
  indDetailIconColor?: {
461
469
  type?: import("vue").PropType<string>;
462
470
  default?: string;
@@ -219,6 +219,10 @@ export declare const EcanBorder: import('../../utils/withInstall').SFCWithInstal
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;
@@ -457,6 +461,10 @@ export declare const EcanBorder: import('../../utils/withInstall').SFCWithInstal
457
461
  type?: import("vue").PropType<boolean>;
458
462
  default?: boolean;
459
463
  };
464
+ isShowTrend?: {
465
+ type?: import("vue").PropType<boolean>;
466
+ default?: boolean;
467
+ };
460
468
  indDetailIconColor?: {
461
469
  type?: import("vue").PropType<string>;
462
470
  default?: string;
@@ -246,6 +246,10 @@ export declare const borderComponentProps: {
246
246
  type?: import("vue").PropType<boolean>;
247
247
  default?: boolean;
248
248
  };
249
+ isShowTrend?: {
250
+ type?: import("vue").PropType<boolean>;
251
+ default?: boolean;
252
+ };
249
253
  indDetailIconColor?: {
250
254
  type?: import("vue").PropType<string>;
251
255
  default?: string;
@@ -202,6 +202,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
202
202
  type?: import("vue").PropType<boolean>;
203
203
  default?: boolean;
204
204
  };
205
+ isShowTrend?: {
206
+ type?: import("vue").PropType<boolean>;
207
+ default?: boolean;
208
+ };
205
209
  indDetailIconColor?: {
206
210
  type?: import("vue").PropType<string>;
207
211
  default?: string;
@@ -417,6 +421,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
417
421
  type?: import("vue").PropType<boolean>;
418
422
  default?: boolean;
419
423
  };
424
+ isShowTrend?: {
425
+ type?: import("vue").PropType<boolean>;
426
+ default?: boolean;
427
+ };
420
428
  indDetailIconColor?: {
421
429
  type?: import("vue").PropType<string>;
422
430
  default?: string;
@@ -202,6 +202,10 @@ export declare const EcanCirculate: import('../../utils/withInstall').SFCWithIns
202
202
  type?: import("vue").PropType<boolean>;
203
203
  default?: boolean;
204
204
  };
205
+ isShowTrend?: {
206
+ type?: import("vue").PropType<boolean>;
207
+ default?: boolean;
208
+ };
205
209
  indDetailIconColor?: {
206
210
  type?: import("vue").PropType<string>;
207
211
  default?: string;
@@ -417,6 +421,10 @@ export declare const EcanCirculate: import('../../utils/withInstall').SFCWithIns
417
421
  type?: import("vue").PropType<boolean>;
418
422
  default?: boolean;
419
423
  };
424
+ isShowTrend?: {
425
+ type?: import("vue").PropType<boolean>;
426
+ default?: boolean;
427
+ };
420
428
  indDetailIconColor?: {
421
429
  type?: import("vue").PropType<string>;
422
430
  default?: string;
@@ -223,6 +223,10 @@ export declare const circulateComponentProps: {
223
223
  type?: import("vue").PropType<boolean>;
224
224
  default?: boolean;
225
225
  };
226
+ isShowTrend?: {
227
+ type?: import("vue").PropType<boolean>;
228
+ default?: boolean;
229
+ };
226
230
  indDetailIconColor?: {
227
231
  type?: import("vue").PropType<string>;
228
232
  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
+ isShowTrend?: {
259
+ type?: import("vue").PropType<boolean>;
260
+ default?: boolean;
261
+ };
258
262
  indDetailIconColor?: {
259
263
  type?: import("vue").PropType<string>;
260
264
  default?: string;
@@ -531,6 +535,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
531
535
  type?: import("vue").PropType<boolean>;
532
536
  default?: boolean;
533
537
  };
538
+ isShowTrend?: {
539
+ type?: import("vue").PropType<boolean>;
540
+ default?: boolean;
541
+ };
534
542
  indDetailIconColor?: {
535
543
  type?: import("vue").PropType<string>;
536
544
  default?: string;
@@ -255,6 +255,10 @@ export declare const EcanTabs: import("../../utils/withInstall").SFCWithInstall<
255
255
  type?: import("vue").PropType<boolean>;
256
256
  default?: boolean;
257
257
  };
258
+ isShowTrend?: {
259
+ type?: import("vue").PropType<boolean>;
260
+ default?: boolean;
261
+ };
258
262
  indDetailIconColor?: {
259
263
  type?: import("vue").PropType<string>;
260
264
  default?: string;
@@ -531,6 +535,10 @@ export declare const EcanTabs: import("../../utils/withInstall").SFCWithInstall<
531
535
  type?: import("vue").PropType<boolean>;
532
536
  default?: boolean;
533
537
  };
538
+ isShowTrend?: {
539
+ type?: import("vue").PropType<boolean>;
540
+ default?: boolean;
541
+ };
534
542
  indDetailIconColor?: {
535
543
  type?: import("vue").PropType<string>;
536
544
  default?: string;
@@ -292,6 +292,10 @@ export declare const tabsComponentProps: {
292
292
  type?: import("vue").PropType<boolean>;
293
293
  default?: boolean;
294
294
  };
295
+ isShowTrend?: {
296
+ type?: import("vue").PropType<boolean>;
297
+ default?: boolean;
298
+ };
295
299
  indDetailIconColor?: {
296
300
  type?: import("vue").PropType<string>;
297
301
  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
+ isShowTrend?: {
155
+ type?: import("vue").PropType<boolean>;
156
+ default?: boolean;
157
+ };
154
158
  indDetailIconColor?: {
155
159
  type?: import("vue").PropType<string>;
156
160
  default?: string;
@@ -310,6 +314,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
310
314
  type?: import("vue").PropType<boolean>;
311
315
  default?: boolean;
312
316
  };
317
+ isShowTrend?: {
318
+ type?: import("vue").PropType<boolean>;
319
+ default?: boolean;
320
+ };
313
321
  indDetailIconColor?: {
314
322
  type?: import("vue").PropType<string>;
315
323
  default?: string;
@@ -151,6 +151,10 @@ export declare const EcanTemplate: import('../../utils/withInstall').SFCWithInst
151
151
  type?: import("vue").PropType<boolean>;
152
152
  default?: boolean;
153
153
  };
154
+ isShowTrend?: {
155
+ type?: import("vue").PropType<boolean>;
156
+ default?: boolean;
157
+ };
154
158
  indDetailIconColor?: {
155
159
  type?: import("vue").PropType<string>;
156
160
  default?: string;
@@ -310,6 +314,10 @@ export declare const EcanTemplate: import('../../utils/withInstall').SFCWithInst
310
314
  type?: import("vue").PropType<boolean>;
311
315
  default?: boolean;
312
316
  };
317
+ isShowTrend?: {
318
+ type?: import("vue").PropType<boolean>;
319
+ default?: boolean;
320
+ };
313
321
  indDetailIconColor?: {
314
322
  type?: import("vue").PropType<string>;
315
323
  default?: string;
@@ -160,6 +160,10 @@ export declare const templateComponentProps: {
160
160
  type?: import("vue").PropType<boolean>;
161
161
  default?: boolean;
162
162
  };
163
+ isShowTrend?: {
164
+ type?: import("vue").PropType<boolean>;
165
+ default?: boolean;
166
+ };
163
167
  indDetailIconColor?: {
164
168
  type?: import("vue").PropType<string>;
165
169
  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;
@@ -363,6 +367,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
363
367
  type?: import("vue").PropType<boolean>;
364
368
  default?: boolean;
365
369
  };
370
+ isShowTrend?: {
371
+ type?: import("vue").PropType<boolean>;
372
+ default?: boolean;
373
+ };
366
374
  indDetailIconColor?: {
367
375
  type?: import("vue").PropType<string>;
368
376
  default?: string;
@@ -175,6 +175,10 @@ export declare const EcanButton: import('../../utils/withInstall').SFCWithInstal
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;
@@ -363,6 +367,10 @@ export declare const EcanButton: import('../../utils/withInstall').SFCWithInstal
363
367
  type?: import("vue").PropType<boolean>;
364
368
  default?: boolean;
365
369
  };
370
+ isShowTrend?: {
371
+ type?: import("vue").PropType<boolean>;
372
+ default?: boolean;
373
+ };
366
374
  indDetailIconColor?: {
367
375
  type?: import("vue").PropType<string>;
368
376
  default?: string;
@@ -190,6 +190,10 @@ export declare const buttonComponentProps: {
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;
@@ -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;
@@ -312,6 +316,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
312
316
  type?: import("vue").PropType<boolean>;
313
317
  default?: boolean;
314
318
  };
319
+ isShowTrend?: {
320
+ type?: import("vue").PropType<boolean>;
321
+ default?: boolean;
322
+ };
315
323
  indDetailIconColor?: {
316
324
  type?: import("vue").PropType<string>;
317
325
  default?: string;
@@ -147,6 +147,10 @@ export declare const EcanCheckbox: import('../../utils/withInstall').SFCWithInst
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;
@@ -311,6 +315,10 @@ export declare const EcanCheckbox: import('../../utils/withInstall').SFCWithInst
311
315
  type?: import("vue").PropType<boolean>;
312
316
  default?: boolean;
313
317
  };
318
+ isShowTrend?: {
319
+ type?: import("vue").PropType<boolean>;
320
+ default?: boolean;
321
+ };
314
322
  indDetailIconColor?: {
315
323
  type?: import("vue").PropType<string>;
316
324
  default?: string;
@@ -163,6 +163,10 @@ export declare const checkboxComponentProps: {
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;
@@ -173,6 +173,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
173
173
  type?: import("vue").PropType<boolean>;
174
174
  default?: boolean;
175
175
  };
176
+ isShowTrend?: {
177
+ type?: import("vue").PropType<boolean>;
178
+ default?: boolean;
179
+ };
176
180
  indDetailIconColor?: {
177
181
  type?: import("vue").PropType<string>;
178
182
  default?: string;
@@ -456,6 +460,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
456
460
  type?: import("vue").PropType<boolean>;
457
461
  default?: boolean;
458
462
  };
463
+ isShowTrend?: {
464
+ type?: import("vue").PropType<boolean>;
465
+ default?: boolean;
466
+ };
459
467
  indDetailIconColor?: {
460
468
  type?: import("vue").PropType<string>;
461
469
  default?: string;
@@ -171,6 +171,10 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
171
171
  type?: import("vue").PropType<boolean>;
172
172
  default?: boolean;
173
173
  };
174
+ isShowTrend?: {
175
+ type?: import("vue").PropType<boolean>;
176
+ default?: boolean;
177
+ };
174
178
  indDetailIconColor?: {
175
179
  type?: import("vue").PropType<string>;
176
180
  default?: string;
@@ -454,6 +458,10 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
454
458
  type?: import("vue").PropType<boolean>;
455
459
  default?: boolean;
456
460
  };
461
+ isShowTrend?: {
462
+ type?: import("vue").PropType<boolean>;
463
+ default?: boolean;
464
+ };
457
465
  indDetailIconColor?: {
458
466
  type?: import("vue").PropType<string>;
459
467
  default?: string;
@@ -185,6 +185,10 @@ export declare const datePickerComponentProps: {
185
185
  type?: import("vue").PropType<boolean>;
186
186
  default?: boolean;
187
187
  };
188
+ isShowTrend?: {
189
+ type?: import("vue").PropType<boolean>;
190
+ default?: boolean;
191
+ };
188
192
  indDetailIconColor?: {
189
193
  type?: import("vue").PropType<string>;
190
194
  default?: string;
@@ -143,6 +143,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
143
143
  type?: import("vue").PropType<boolean>;
144
144
  default?: boolean;
145
145
  };
146
+ isShowTrend?: {
147
+ type?: import("vue").PropType<boolean>;
148
+ default?: boolean;
149
+ };
146
150
  indDetailIconColor?: {
147
151
  type?: import("vue").PropType<string>;
148
152
  default?: string;
@@ -297,6 +301,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
297
301
  type?: import("vue").PropType<boolean>;
298
302
  default?: boolean;
299
303
  };
304
+ isShowTrend?: {
305
+ type?: import("vue").PropType<boolean>;
306
+ default?: boolean;
307
+ };
300
308
  indDetailIconColor?: {
301
309
  type?: import("vue").PropType<string>;
302
310
  default?: string;
@@ -143,6 +143,10 @@ export declare const EcanInput: import('../../utils/withInstall').SFCWithInstall
143
143
  type?: import("vue").PropType<boolean>;
144
144
  default?: boolean;
145
145
  };
146
+ isShowTrend?: {
147
+ type?: import("vue").PropType<boolean>;
148
+ default?: boolean;
149
+ };
146
150
  indDetailIconColor?: {
147
151
  type?: import("vue").PropType<string>;
148
152
  default?: string;
@@ -297,6 +301,10 @@ export declare const EcanInput: import('../../utils/withInstall').SFCWithInstall
297
301
  type?: import("vue").PropType<boolean>;
298
302
  default?: boolean;
299
303
  };
304
+ isShowTrend?: {
305
+ type?: import("vue").PropType<boolean>;
306
+ default?: boolean;
307
+ };
300
308
  indDetailIconColor?: {
301
309
  type?: import("vue").PropType<string>;
302
310
  default?: string;
@@ -150,6 +150,10 @@ export declare const inputComponentProps: {
150
150
  type?: import("vue").PropType<boolean>;
151
151
  default?: boolean;
152
152
  };
153
+ isShowTrend?: {
154
+ type?: import("vue").PropType<boolean>;
155
+ default?: boolean;
156
+ };
153
157
  indDetailIconColor?: {
154
158
  type?: import("vue").PropType<string>;
155
159
  default?: string;
@@ -187,6 +187,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
187
187
  type?: import("vue").PropType<boolean>;
188
188
  default?: boolean;
189
189
  };
190
+ isShowTrend?: {
191
+ type?: import("vue").PropType<boolean>;
192
+ default?: boolean;
193
+ };
190
194
  indDetailIconColor?: {
191
195
  type?: import("vue").PropType<string>;
192
196
  default?: string;
@@ -386,6 +390,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
386
390
  type?: import("vue").PropType<boolean>;
387
391
  default?: boolean;
388
392
  };
393
+ isShowTrend?: {
394
+ type?: import("vue").PropType<boolean>;
395
+ default?: boolean;
396
+ };
389
397
  indDetailIconColor?: {
390
398
  type?: import("vue").PropType<string>;
391
399
  default?: string;
@@ -187,6 +187,10 @@ export declare const EcanNavTab: import("../../utils/withInstall").SFCWithInstal
187
187
  type?: import("vue").PropType<boolean>;
188
188
  default?: boolean;
189
189
  };
190
+ isShowTrend?: {
191
+ type?: import("vue").PropType<boolean>;
192
+ default?: boolean;
193
+ };
190
194
  indDetailIconColor?: {
191
195
  type?: import("vue").PropType<string>;
192
196
  default?: string;
@@ -386,6 +390,10 @@ export declare const EcanNavTab: import("../../utils/withInstall").SFCWithInstal
386
390
  type?: import("vue").PropType<boolean>;
387
391
  default?: boolean;
388
392
  };
393
+ isShowTrend?: {
394
+ type?: import("vue").PropType<boolean>;
395
+ default?: boolean;
396
+ };
389
397
  indDetailIconColor?: {
390
398
  type?: import("vue").PropType<string>;
391
399
  default?: string;
@@ -207,6 +207,10 @@ export declare const navTabComponentProps: {
207
207
  type?: import("vue").PropType<boolean>;
208
208
  default?: boolean;
209
209
  };
210
+ isShowTrend?: {
211
+ type?: import("vue").PropType<boolean>;
212
+ default?: boolean;
213
+ };
210
214
  indDetailIconColor?: {
211
215
  type?: import("vue").PropType<string>;
212
216
  default?: string;
@@ -200,6 +200,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
200
200
  type?: import("vue").PropType<boolean>;
201
201
  default?: boolean;
202
202
  };
203
+ isShowTrend?: {
204
+ type?: import("vue").PropType<boolean>;
205
+ default?: boolean;
206
+ };
203
207
  indDetailIconColor?: {
204
208
  type?: import("vue").PropType<string>;
205
209
  default?: string;
@@ -429,6 +433,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
429
433
  type?: import("vue").PropType<boolean>;
430
434
  default?: boolean;
431
435
  };
436
+ isShowTrend?: {
437
+ type?: import("vue").PropType<boolean>;
438
+ default?: boolean;
439
+ };
432
440
  indDetailIconColor?: {
433
441
  type?: import("vue").PropType<string>;
434
442
  default?: string;
@@ -199,6 +199,10 @@ export declare const EcanRadio: import('../../utils/withInstall').SFCWithInstall
199
199
  type?: import("vue").PropType<boolean>;
200
200
  default?: boolean;
201
201
  };
202
+ isShowTrend?: {
203
+ type?: import("vue").PropType<boolean>;
204
+ default?: boolean;
205
+ };
202
206
  indDetailIconColor?: {
203
207
  type?: import("vue").PropType<string>;
204
208
  default?: string;
@@ -428,6 +432,10 @@ export declare const EcanRadio: import('../../utils/withInstall').SFCWithInstall
428
432
  type?: import("vue").PropType<boolean>;
429
433
  default?: boolean;
430
434
  };
435
+ isShowTrend?: {
436
+ type?: import("vue").PropType<boolean>;
437
+ default?: boolean;
438
+ };
431
439
  indDetailIconColor?: {
432
440
  type?: import("vue").PropType<string>;
433
441
  default?: string;
@@ -228,6 +228,10 @@ export declare const radioComponentProps: {
228
228
  type?: import("vue").PropType<boolean>;
229
229
  default?: boolean;
230
230
  };
231
+ isShowTrend?: {
232
+ type?: import("vue").PropType<boolean>;
233
+ default?: boolean;
234
+ };
231
235
  indDetailIconColor?: {
232
236
  type?: import("vue").PropType<string>;
233
237
  default?: string;
@@ -189,6 +189,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
189
189
  type?: import("vue").PropType<boolean>;
190
190
  default?: boolean;
191
191
  };
192
+ isShowTrend?: {
193
+ type?: import("vue").PropType<boolean>;
194
+ default?: boolean;
195
+ };
192
196
  indDetailIconColor?: {
193
197
  type?: import("vue").PropType<string>;
194
198
  default?: string;
@@ -575,6 +579,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
575
579
  type?: import("vue").PropType<boolean>;
576
580
  default?: boolean;
577
581
  };
582
+ isShowTrend?: {
583
+ type?: import("vue").PropType<boolean>;
584
+ default?: boolean;
585
+ };
578
586
  indDetailIconColor?: {
579
587
  type?: import("vue").PropType<string>;
580
588
  default?: string;
@@ -187,6 +187,10 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
187
187
  type?: import("vue").PropType<boolean>;
188
188
  default?: boolean;
189
189
  };
190
+ isShowTrend?: {
191
+ type?: import("vue").PropType<boolean>;
192
+ default?: boolean;
193
+ };
190
194
  indDetailIconColor?: {
191
195
  type?: import("vue").PropType<string>;
192
196
  default?: string;
@@ -573,6 +577,10 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
573
577
  type?: import("vue").PropType<boolean>;
574
578
  default?: boolean;
575
579
  };
580
+ isShowTrend?: {
581
+ type?: import("vue").PropType<boolean>;
582
+ default?: boolean;
583
+ };
576
584
  indDetailIconColor?: {
577
585
  type?: import("vue").PropType<string>;
578
586
  default?: string;
@@ -206,6 +206,10 @@ export declare const rangePickerComponentProps: {
206
206
  type?: import("vue").PropType<boolean>;
207
207
  default?: boolean;
208
208
  };
209
+ isShowTrend?: {
210
+ type?: import("vue").PropType<boolean>;
211
+ default?: boolean;
212
+ };
209
213
  indDetailIconColor?: {
210
214
  type?: import("vue").PropType<string>;
211
215
  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;
@@ -413,6 +417,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
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;