@ecan-bi/datav 1.3.79 → 1.3.81

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 (96) hide show
  1. package/dist/index.es.js +5107 -5076
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +24 -24
  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 +12 -4
  8. package/types/container/border/index.d.ts +12 -4
  9. package/types/container/border/props.d.ts +6 -2
  10. package/types/container/circulate/Circulate.vue.d.ts +12 -4
  11. package/types/container/circulate/index.d.ts +12 -4
  12. package/types/container/circulate/props.d.ts +6 -2
  13. package/types/container/tabs/Tabs.vue.d.ts +12 -4
  14. package/types/container/tabs/index.d.ts +12 -4
  15. package/types/container/tabs/props.d.ts +6 -2
  16. package/types/container/template/Template.vue.d.ts +12 -4
  17. package/types/container/template/index.d.ts +12 -4
  18. package/types/container/template/props.d.ts +6 -2
  19. package/types/control/button/Button.vue.d.ts +16 -8
  20. package/types/control/button/index.d.ts +16 -8
  21. package/types/control/button/props.d.ts +8 -4
  22. package/types/control/checkbox/Checkbox.vue.d.ts +12 -4
  23. package/types/control/checkbox/index.d.ts +12 -4
  24. package/types/control/checkbox/props.d.ts +6 -2
  25. package/types/control/date-picker/DatePicker.vue.d.ts +12 -4
  26. package/types/control/date-picker/index.d.ts +12 -4
  27. package/types/control/date-picker/props.d.ts +6 -2
  28. package/types/control/input/Input.vue.d.ts +12 -4
  29. package/types/control/input/index.d.ts +12 -4
  30. package/types/control/input/props.d.ts +6 -2
  31. package/types/control/radio/Radio.vue.d.ts +12 -4
  32. package/types/control/radio/index.d.ts +12 -4
  33. package/types/control/radio/props.d.ts +6 -2
  34. package/types/control/range-picker/RangePicker.vue.d.ts +12 -4
  35. package/types/control/range-picker/index.d.ts +12 -4
  36. package/types/control/range-picker/props.d.ts +6 -2
  37. package/types/control/select/Select.vue.d.ts +12 -4
  38. package/types/control/select/index.d.ts +12 -4
  39. package/types/control/select/props.d.ts +6 -2
  40. package/types/control/tree-select/TreeSelect.vue.d.ts +6 -2
  41. package/types/control/tree-select/index.d.ts +6 -2
  42. package/types/control/tree-select/props.d.ts +6 -2
  43. package/types/graph/bar/Bar.vue.d.ts +88 -80
  44. package/types/graph/bar/index.d.ts +88 -80
  45. package/types/graph/bar/props.d.ts +6 -2
  46. package/types/graph/combo-graph/ComboGraph.vue.d.ts +69 -93
  47. package/types/graph/combo-graph/index.d.ts +69 -93
  48. package/types/graph/combo-graph/props.d.ts +6 -2
  49. package/types/graph/custom-graph/CustomGraph.vue.d.ts +12 -4
  50. package/types/graph/custom-graph/index.d.ts +12 -4
  51. package/types/graph/custom-graph/props.d.ts +6 -2
  52. package/types/graph/line/Line.vue.d.ts +12 -4
  53. package/types/graph/line/index.d.ts +12 -4
  54. package/types/graph/line/props.d.ts +8 -3
  55. package/types/graph/pie/Pie.vue.d.ts +13 -4
  56. package/types/graph/pie/index.d.ts +13 -4
  57. package/types/graph/pie/props.d.ts +6 -2
  58. package/types/graph/radar/Radar.vue.d.ts +12 -4
  59. package/types/graph/radar/index.d.ts +12 -4
  60. package/types/graph/radar/props.d.ts +8 -3
  61. package/types/graph/scatter/Scatter.vue.d.ts +12 -4
  62. package/types/graph/scatter/index.d.ts +12 -4
  63. package/types/graph/scatter/props.d.ts +6 -2
  64. package/types/hooks/useIndicatorData.d.ts +1 -1
  65. package/types/hooks/useRequestData.d.ts +1 -1
  66. package/types/laboratory/data-select/DataSelect.vue.d.ts +12 -4
  67. package/types/laboratory/data-select/index.d.ts +12 -4
  68. package/types/laboratory/data-select/props.d.ts +6 -2
  69. package/types/map/map/Map.vue.d.ts +12 -4
  70. package/types/map/map/index.d.ts +12 -4
  71. package/types/map/map/props.d.ts +6 -2
  72. package/types/media/iframe/Iframe.vue.d.ts +12 -4
  73. package/types/media/iframe/index.d.ts +12 -4
  74. package/types/media/iframe/props.d.ts +6 -2
  75. package/types/media/image/Image.vue.d.ts +57 -9
  76. package/types/media/image/index.d.ts +57 -9
  77. package/types/media/image/props.d.ts +34 -4
  78. package/types/table/table/Table.vue.d.ts +16 -8
  79. package/types/table/table/index.d.ts +18 -10
  80. package/types/table/table/props.d.ts +8 -4
  81. package/types/text/counter/Counter.vue.d.ts +12 -4
  82. package/types/text/counter/index.d.ts +12 -4
  83. package/types/text/counter/props.d.ts +6 -2
  84. package/types/text/list/List.vue.d.ts +12 -4
  85. package/types/text/list/index.d.ts +12 -4
  86. package/types/text/list/props.d.ts +6 -2
  87. package/types/text/proportion/Proportion.vue.d.ts +12 -4
  88. package/types/text/proportion/index.d.ts +12 -4
  89. package/types/text/proportion/props.d.ts +6 -2
  90. package/types/text/text/Text.vue.d.ts +16 -8
  91. package/types/text/text/index.d.ts +16 -8
  92. package/types/text/text/props.d.ts +8 -4
  93. package/types/text/time-display/TimeDisplay.vue.d.ts +12 -4
  94. package/types/text/time-display/index.d.ts +12 -4
  95. package/types/text/time-display/props.d.ts +6 -2
  96. package/types/utils/props.d.ts +1 -0
@@ -8,8 +8,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
8
8
  default?: string;
9
9
  };
10
10
  target: {
11
- type?: import("vue").PropType<"event" | "self" | "blank">;
12
- default?: "event" | "self" | "blank";
11
+ type?: import("vue").PropType<"event" | "blank" | "self">;
12
+ default?: "event" | "blank" | "self";
13
13
  };
14
14
  linkPage: {
15
15
  type?: import("vue").PropType<string>;
@@ -43,6 +43,26 @@ declare const _sfc_main: import("vue").DefineComponent<{
43
43
  [key: string]: any;
44
44
  };
45
45
  };
46
+ actionType: {
47
+ type?: import("vue").PropType<string>;
48
+ default?: string;
49
+ };
50
+ isDrillShow: {
51
+ type?: import("vue").PropType<boolean>;
52
+ default?: boolean;
53
+ };
54
+ targetTemplate: {
55
+ type?: import("vue").PropType<string>;
56
+ default?: string;
57
+ };
58
+ transParams: {
59
+ type?: import("vue").PropType<{
60
+ [key: string]: any;
61
+ }[]>;
62
+ default?: {
63
+ [key: string]: any;
64
+ }[];
65
+ };
46
66
  id: {
47
67
  type?: import("vue").PropType<string>;
48
68
  default?: string;
@@ -115,6 +135,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
115
135
  type?: import("vue").PropType<boolean>;
116
136
  default?: boolean;
117
137
  };
138
+ isViewRedrawing: {
139
+ type?: import("vue").PropType<boolean>;
140
+ default?: boolean;
141
+ };
118
142
  requestInterval: {
119
143
  type?: import("vue").PropType<number>;
120
144
  default?: number;
@@ -128,8 +152,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
128
152
  default?: number;
129
153
  };
130
154
  dataType: {
131
- type?: import("vue").PropType<"indicator" | "static" | "request">;
132
- default?: "indicator" | "static" | "request";
155
+ type?: import("vue").PropType<"indicator" | "request" | "static">;
156
+ default?: "indicator" | "request" | "static";
133
157
  };
134
158
  scale?: {
135
159
  type?: import("vue").PropType<number>;
@@ -152,7 +176,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
152
176
  default?: any;
153
177
  };
154
178
  }, {
155
- style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
179
+ customStyle: import("vue").ComputedRef<any>;
156
180
  myImgUrl: import("vue").ComputedRef<string>;
157
181
  animation: import("vue").Ref<any>;
158
182
  pageMode: string;
@@ -167,8 +191,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
167
191
  default?: string;
168
192
  };
169
193
  target: {
170
- type?: import("vue").PropType<"event" | "self" | "blank">;
171
- default?: "event" | "self" | "blank";
194
+ type?: import("vue").PropType<"event" | "blank" | "self">;
195
+ default?: "event" | "blank" | "self";
172
196
  };
173
197
  linkPage: {
174
198
  type?: import("vue").PropType<string>;
@@ -202,6 +226,26 @@ declare const _sfc_main: import("vue").DefineComponent<{
202
226
  [key: string]: any;
203
227
  };
204
228
  };
229
+ actionType: {
230
+ type?: import("vue").PropType<string>;
231
+ default?: string;
232
+ };
233
+ isDrillShow: {
234
+ type?: import("vue").PropType<boolean>;
235
+ default?: boolean;
236
+ };
237
+ targetTemplate: {
238
+ type?: import("vue").PropType<string>;
239
+ default?: string;
240
+ };
241
+ transParams: {
242
+ type?: import("vue").PropType<{
243
+ [key: string]: any;
244
+ }[]>;
245
+ default?: {
246
+ [key: string]: any;
247
+ }[];
248
+ };
205
249
  id: {
206
250
  type?: import("vue").PropType<string>;
207
251
  default?: string;
@@ -274,6 +318,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
274
318
  type?: import("vue").PropType<boolean>;
275
319
  default?: boolean;
276
320
  };
321
+ isViewRedrawing: {
322
+ type?: import("vue").PropType<boolean>;
323
+ default?: boolean;
324
+ };
277
325
  requestInterval: {
278
326
  type?: import("vue").PropType<number>;
279
327
  default?: number;
@@ -287,8 +335,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
287
335
  default?: number;
288
336
  };
289
337
  dataType: {
290
- type?: import("vue").PropType<"indicator" | "static" | "request">;
291
- default?: "indicator" | "static" | "request";
338
+ type?: import("vue").PropType<"indicator" | "request" | "static">;
339
+ default?: "indicator" | "request" | "static";
292
340
  };
293
341
  scale?: {
294
342
  type?: import("vue").PropType<number>;
@@ -8,8 +8,8 @@ export declare const EcanImage: import('../../utils/withInstall').SFCWithInstall
8
8
  default?: string;
9
9
  };
10
10
  target: {
11
- type?: import("vue").PropType<"event" | "self" | "blank">;
12
- default?: "event" | "self" | "blank";
11
+ type?: import("vue").PropType<"event" | "blank" | "self">;
12
+ default?: "event" | "blank" | "self";
13
13
  };
14
14
  linkPage: {
15
15
  type?: import("vue").PropType<string>;
@@ -43,6 +43,26 @@ export declare const EcanImage: import('../../utils/withInstall').SFCWithInstall
43
43
  [key: string]: any;
44
44
  };
45
45
  };
46
+ actionType: {
47
+ type?: import("vue").PropType<string>;
48
+ default?: string;
49
+ };
50
+ isDrillShow: {
51
+ type?: import("vue").PropType<boolean>;
52
+ default?: boolean;
53
+ };
54
+ targetTemplate: {
55
+ type?: import("vue").PropType<string>;
56
+ default?: string;
57
+ };
58
+ transParams: {
59
+ type?: import("vue").PropType<{
60
+ [key: string]: any;
61
+ }[]>;
62
+ default?: {
63
+ [key: string]: any;
64
+ }[];
65
+ };
46
66
  id: {
47
67
  type?: import("vue").PropType<string>;
48
68
  default?: string;
@@ -115,6 +135,10 @@ export declare const EcanImage: import('../../utils/withInstall').SFCWithInstall
115
135
  type?: import("vue").PropType<boolean>;
116
136
  default?: boolean;
117
137
  };
138
+ isViewRedrawing: {
139
+ type?: import("vue").PropType<boolean>;
140
+ default?: boolean;
141
+ };
118
142
  requestInterval: {
119
143
  type?: import("vue").PropType<number>;
120
144
  default?: number;
@@ -128,8 +152,8 @@ export declare const EcanImage: import('../../utils/withInstall').SFCWithInstall
128
152
  default?: number;
129
153
  };
130
154
  dataType: {
131
- type?: import("vue").PropType<"indicator" | "static" | "request">;
132
- default?: "indicator" | "static" | "request";
155
+ type?: import("vue").PropType<"indicator" | "request" | "static">;
156
+ default?: "indicator" | "request" | "static";
133
157
  };
134
158
  scale?: {
135
159
  type?: import("vue").PropType<number>;
@@ -152,7 +176,7 @@ export declare const EcanImage: import('../../utils/withInstall').SFCWithInstall
152
176
  default?: any;
153
177
  };
154
178
  }, {
155
- style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
179
+ customStyle: import("vue").ComputedRef<any>;
156
180
  myImgUrl: import("vue").ComputedRef<string>;
157
181
  animation: import("vue").Ref<any>;
158
182
  pageMode: string;
@@ -167,8 +191,8 @@ export declare const EcanImage: import('../../utils/withInstall').SFCWithInstall
167
191
  default?: string;
168
192
  };
169
193
  target: {
170
- type?: import("vue").PropType<"event" | "self" | "blank">;
171
- default?: "event" | "self" | "blank";
194
+ type?: import("vue").PropType<"event" | "blank" | "self">;
195
+ default?: "event" | "blank" | "self";
172
196
  };
173
197
  linkPage: {
174
198
  type?: import("vue").PropType<string>;
@@ -202,6 +226,26 @@ export declare const EcanImage: import('../../utils/withInstall').SFCWithInstall
202
226
  [key: string]: any;
203
227
  };
204
228
  };
229
+ actionType: {
230
+ type?: import("vue").PropType<string>;
231
+ default?: string;
232
+ };
233
+ isDrillShow: {
234
+ type?: import("vue").PropType<boolean>;
235
+ default?: boolean;
236
+ };
237
+ targetTemplate: {
238
+ type?: import("vue").PropType<string>;
239
+ default?: string;
240
+ };
241
+ transParams: {
242
+ type?: import("vue").PropType<{
243
+ [key: string]: any;
244
+ }[]>;
245
+ default?: {
246
+ [key: string]: any;
247
+ }[];
248
+ };
205
249
  id: {
206
250
  type?: import("vue").PropType<string>;
207
251
  default?: string;
@@ -274,6 +318,10 @@ export declare const EcanImage: import('../../utils/withInstall').SFCWithInstall
274
318
  type?: import("vue").PropType<boolean>;
275
319
  default?: boolean;
276
320
  };
321
+ isViewRedrawing: {
322
+ type?: import("vue").PropType<boolean>;
323
+ default?: boolean;
324
+ };
277
325
  requestInterval: {
278
326
  type?: import("vue").PropType<number>;
279
327
  default?: number;
@@ -287,8 +335,8 @@ export declare const EcanImage: import('../../utils/withInstall').SFCWithInstall
287
335
  default?: number;
288
336
  };
289
337
  dataType: {
290
- type?: import("vue").PropType<"indicator" | "static" | "request">;
291
- default?: "indicator" | "static" | "request";
338
+ type?: import("vue").PropType<"indicator" | "request" | "static">;
339
+ default?: "indicator" | "request" | "static";
292
340
  };
293
341
  scale?: {
294
342
  type?: import("vue").PropType<number>;
@@ -13,6 +13,12 @@ export interface ImageProps extends Props {
13
13
  animationSource: {
14
14
  [key: string]: any;
15
15
  };
16
+ actionType: string;
17
+ isDrillShow: boolean;
18
+ targetTemplate: string;
19
+ transParams: {
20
+ [key: string]: any;
21
+ }[];
16
22
  }
17
23
  export declare const imageProps: ImageProps;
18
24
  export declare const imageComponentProps: {
@@ -25,8 +31,8 @@ export declare const imageComponentProps: {
25
31
  default?: string;
26
32
  };
27
33
  target: {
28
- type?: import("vue").PropType<"event" | "self" | "blank">;
29
- default?: "event" | "self" | "blank";
34
+ type?: import("vue").PropType<"event" | "blank" | "self">;
35
+ default?: "event" | "blank" | "self";
30
36
  };
31
37
  linkPage: {
32
38
  type?: import("vue").PropType<string>;
@@ -60,6 +66,26 @@ export declare const imageComponentProps: {
60
66
  [key: string]: any;
61
67
  };
62
68
  };
69
+ actionType: {
70
+ type?: import("vue").PropType<string>;
71
+ default?: string;
72
+ };
73
+ isDrillShow: {
74
+ type?: import("vue").PropType<boolean>;
75
+ default?: boolean;
76
+ };
77
+ targetTemplate: {
78
+ type?: import("vue").PropType<string>;
79
+ default?: string;
80
+ };
81
+ transParams: {
82
+ type?: import("vue").PropType<{
83
+ [key: string]: any;
84
+ }[]>;
85
+ default?: {
86
+ [key: string]: any;
87
+ }[];
88
+ };
63
89
  id: {
64
90
  type?: import("vue").PropType<string>;
65
91
  default?: string;
@@ -132,6 +158,10 @@ export declare const imageComponentProps: {
132
158
  type?: import("vue").PropType<boolean>;
133
159
  default?: boolean;
134
160
  };
161
+ isViewRedrawing: {
162
+ type?: import("vue").PropType<boolean>;
163
+ default?: boolean;
164
+ };
135
165
  requestInterval: {
136
166
  type?: import("vue").PropType<number>;
137
167
  default?: number;
@@ -145,8 +175,8 @@ export declare const imageComponentProps: {
145
175
  default?: number;
146
176
  };
147
177
  dataType: {
148
- type?: import("vue").PropType<"indicator" | "static" | "request">;
149
- default?: "indicator" | "static" | "request";
178
+ type?: import("vue").PropType<"indicator" | "request" | "static">;
179
+ default?: "indicator" | "request" | "static";
150
180
  };
151
181
  scale?: {
152
182
  type?: import("vue").PropType<number>;
@@ -212,8 +212,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
212
212
  }[];
213
213
  };
214
214
  target: {
215
- type?: import("vue").PropType<"event" | "self" | "blank">;
216
- default?: "event" | "self" | "blank";
215
+ type?: import("vue").PropType<"event" | "blank" | "self">;
216
+ default?: "event" | "blank" | "self";
217
217
  };
218
218
  linkPage: {
219
219
  type?: import("vue").PropType<string>;
@@ -295,6 +295,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
295
295
  type?: import("vue").PropType<boolean>;
296
296
  default?: boolean;
297
297
  };
298
+ isViewRedrawing: {
299
+ type?: import("vue").PropType<boolean>;
300
+ default?: boolean;
301
+ };
298
302
  requestInterval: {
299
303
  type?: import("vue").PropType<number>;
300
304
  default?: number;
@@ -308,8 +312,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
308
312
  default?: number;
309
313
  };
310
314
  dataType: {
311
- type?: import("vue").PropType<"indicator" | "static" | "request">;
312
- default?: "indicator" | "static" | "request";
315
+ type?: import("vue").PropType<"indicator" | "request" | "static">;
316
+ default?: "indicator" | "request" | "static";
313
317
  };
314
318
  scale?: {
315
319
  type?: import("vue").PropType<number>;
@@ -607,8 +611,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
607
611
  }[];
608
612
  };
609
613
  target: {
610
- type?: import("vue").PropType<"event" | "self" | "blank">;
611
- default?: "event" | "self" | "blank";
614
+ type?: import("vue").PropType<"event" | "blank" | "self">;
615
+ default?: "event" | "blank" | "self";
612
616
  };
613
617
  linkPage: {
614
618
  type?: import("vue").PropType<string>;
@@ -690,6 +694,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
690
694
  type?: import("vue").PropType<boolean>;
691
695
  default?: boolean;
692
696
  };
697
+ isViewRedrawing: {
698
+ type?: import("vue").PropType<boolean>;
699
+ default?: boolean;
700
+ };
693
701
  requestInterval: {
694
702
  type?: import("vue").PropType<number>;
695
703
  default?: number;
@@ -703,8 +711,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
703
711
  default?: number;
704
712
  };
705
713
  dataType: {
706
- type?: import("vue").PropType<"indicator" | "static" | "request">;
707
- default?: "indicator" | "static" | "request";
714
+ type?: import("vue").PropType<"indicator" | "request" | "static">;
715
+ default?: "indicator" | "request" | "static";
708
716
  };
709
717
  scale?: {
710
718
  type?: import("vue").PropType<number>;
@@ -212,8 +212,8 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
212
212
  }[];
213
213
  };
214
214
  target: {
215
- type?: import("vue").PropType<"event" | "self" | "blank">;
216
- default?: "event" | "self" | "blank";
215
+ type?: import("vue").PropType<"event" | "blank" | "self">;
216
+ default?: "event" | "blank" | "self";
217
217
  };
218
218
  linkPage: {
219
219
  type?: import("vue").PropType<string>;
@@ -295,6 +295,10 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
295
295
  type?: import("vue").PropType<boolean>;
296
296
  default?: boolean;
297
297
  };
298
+ isViewRedrawing: {
299
+ type?: import("vue").PropType<boolean>;
300
+ default?: boolean;
301
+ };
298
302
  requestInterval: {
299
303
  type?: import("vue").PropType<number>;
300
304
  default?: number;
@@ -308,8 +312,8 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
308
312
  default?: number;
309
313
  };
310
314
  dataType: {
311
- type?: import("vue").PropType<"indicator" | "static" | "request">;
312
- default?: "indicator" | "static" | "request";
315
+ type?: import("vue").PropType<"indicator" | "request" | "static">;
316
+ default?: "indicator" | "request" | "static";
313
317
  };
314
318
  scale?: {
315
319
  type?: import("vue").PropType<number>;
@@ -346,11 +350,11 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
346
350
  }, _filters: any, sorter: any) => void;
347
351
  summaryList: import("vue").ComputedRef<any[]>;
348
352
  loading: import("vue").Ref<boolean>;
349
- onTouchHrefEvent: (target: "event" | "self" | "blank", href?: string) => void;
353
+ onTouchHrefEvent: (target: "event" | "blank" | "self", href?: string) => void;
350
354
  handleHref: (href: string, data: {
351
355
  [key: string]: any;
352
356
  }) => string;
353
- handleHrefTarget: (target: "event" | "self" | "blank") => string;
357
+ handleHrefTarget: (target: "event" | "blank" | "self") => string;
354
358
  useRowIndex: import("vue").Ref<number>;
355
359
  tableColumns: import("vue").Ref<{
356
360
  [x: string]: any;
@@ -607,8 +611,8 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
607
611
  }[];
608
612
  };
609
613
  target: {
610
- type?: import("vue").PropType<"event" | "self" | "blank">;
611
- default?: "event" | "self" | "blank";
614
+ type?: import("vue").PropType<"event" | "blank" | "self">;
615
+ default?: "event" | "blank" | "self";
612
616
  };
613
617
  linkPage: {
614
618
  type?: import("vue").PropType<string>;
@@ -690,6 +694,10 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
690
694
  type?: import("vue").PropType<boolean>;
691
695
  default?: boolean;
692
696
  };
697
+ isViewRedrawing: {
698
+ type?: import("vue").PropType<boolean>;
699
+ default?: boolean;
700
+ };
693
701
  requestInterval: {
694
702
  type?: import("vue").PropType<number>;
695
703
  default?: number;
@@ -703,8 +711,8 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
703
711
  default?: number;
704
712
  };
705
713
  dataType: {
706
- type?: import("vue").PropType<"indicator" | "static" | "request">;
707
- default?: "indicator" | "static" | "request";
714
+ type?: import("vue").PropType<"indicator" | "request" | "static">;
715
+ default?: "indicator" | "request" | "static";
708
716
  };
709
717
  scale?: {
710
718
  type?: import("vue").PropType<number>;
@@ -277,8 +277,8 @@ export declare const tableComponentProps: {
277
277
  }[];
278
278
  };
279
279
  target: {
280
- type?: import("vue").PropType<"event" | "self" | "blank">;
281
- default?: "event" | "self" | "blank";
280
+ type?: import("vue").PropType<"event" | "blank" | "self">;
281
+ default?: "event" | "blank" | "self";
282
282
  };
283
283
  linkPage: {
284
284
  type?: import("vue").PropType<string>;
@@ -360,6 +360,10 @@ export declare const tableComponentProps: {
360
360
  type?: import("vue").PropType<boolean>;
361
361
  default?: boolean;
362
362
  };
363
+ isViewRedrawing: {
364
+ type?: import("vue").PropType<boolean>;
365
+ default?: boolean;
366
+ };
363
367
  requestInterval: {
364
368
  type?: import("vue").PropType<number>;
365
369
  default?: number;
@@ -373,8 +377,8 @@ export declare const tableComponentProps: {
373
377
  default?: number;
374
378
  };
375
379
  dataType: {
376
- type?: import("vue").PropType<"indicator" | "static" | "request">;
377
- default?: "indicator" | "static" | "request";
380
+ type?: import("vue").PropType<"indicator" | "request" | "static">;
381
+ default?: "indicator" | "request" | "static";
378
382
  };
379
383
  scale?: {
380
384
  type?: import("vue").PropType<number>;
@@ -119,6 +119,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
119
119
  type?: import("vue").PropType<boolean>;
120
120
  default?: boolean;
121
121
  };
122
+ isViewRedrawing: {
123
+ type?: import("vue").PropType<boolean>;
124
+ default?: boolean;
125
+ };
122
126
  requestInterval: {
123
127
  type?: import("vue").PropType<number>;
124
128
  default?: number;
@@ -132,8 +136,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
132
136
  default?: number;
133
137
  };
134
138
  dataType: {
135
- type?: import("vue").PropType<"indicator" | "static" | "request">;
136
- default?: "indicator" | "static" | "request";
139
+ type?: import("vue").PropType<"indicator" | "request" | "static">;
140
+ default?: "indicator" | "request" | "static";
137
141
  };
138
142
  scale?: {
139
143
  type?: import("vue").PropType<number>;
@@ -293,6 +297,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
293
297
  type?: import("vue").PropType<boolean>;
294
298
  default?: boolean;
295
299
  };
300
+ isViewRedrawing: {
301
+ type?: import("vue").PropType<boolean>;
302
+ default?: boolean;
303
+ };
296
304
  requestInterval: {
297
305
  type?: import("vue").PropType<number>;
298
306
  default?: number;
@@ -306,8 +314,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
306
314
  default?: number;
307
315
  };
308
316
  dataType: {
309
- type?: import("vue").PropType<"indicator" | "static" | "request">;
310
- default?: "indicator" | "static" | "request";
317
+ type?: import("vue").PropType<"indicator" | "request" | "static">;
318
+ default?: "indicator" | "request" | "static";
311
319
  };
312
320
  scale?: {
313
321
  type?: import("vue").PropType<number>;
@@ -119,6 +119,10 @@ export declare const EcanCounter: import("../../utils/withInstall").SFCWithInsta
119
119
  type?: import("vue").PropType<boolean>;
120
120
  default?: boolean;
121
121
  };
122
+ isViewRedrawing: {
123
+ type?: import("vue").PropType<boolean>;
124
+ default?: boolean;
125
+ };
122
126
  requestInterval: {
123
127
  type?: import("vue").PropType<number>;
124
128
  default?: number;
@@ -132,8 +136,8 @@ export declare const EcanCounter: import("../../utils/withInstall").SFCWithInsta
132
136
  default?: number;
133
137
  };
134
138
  dataType: {
135
- type?: import("vue").PropType<"indicator" | "static" | "request">;
136
- default?: "indicator" | "static" | "request";
139
+ type?: import("vue").PropType<"indicator" | "request" | "static">;
140
+ default?: "indicator" | "request" | "static";
137
141
  };
138
142
  scale?: {
139
143
  type?: import("vue").PropType<number>;
@@ -293,6 +297,10 @@ export declare const EcanCounter: import("../../utils/withInstall").SFCWithInsta
293
297
  type?: import("vue").PropType<boolean>;
294
298
  default?: boolean;
295
299
  };
300
+ isViewRedrawing: {
301
+ type?: import("vue").PropType<boolean>;
302
+ default?: boolean;
303
+ };
296
304
  requestInterval: {
297
305
  type?: import("vue").PropType<number>;
298
306
  default?: number;
@@ -306,8 +314,8 @@ export declare const EcanCounter: import("../../utils/withInstall").SFCWithInsta
306
314
  default?: number;
307
315
  };
308
316
  dataType: {
309
- type?: import("vue").PropType<"indicator" | "static" | "request">;
310
- default?: "indicator" | "static" | "request";
317
+ type?: import("vue").PropType<"indicator" | "request" | "static">;
318
+ default?: "indicator" | "request" | "static";
311
319
  };
312
320
  scale?: {
313
321
  type?: import("vue").PropType<number>;
@@ -136,6 +136,10 @@ export declare const counterComponentProps: {
136
136
  type?: import("vue").PropType<boolean>;
137
137
  default?: boolean;
138
138
  };
139
+ isViewRedrawing: {
140
+ type?: import("vue").PropType<boolean>;
141
+ default?: boolean;
142
+ };
139
143
  requestInterval: {
140
144
  type?: import("vue").PropType<number>;
141
145
  default?: number;
@@ -149,8 +153,8 @@ export declare const counterComponentProps: {
149
153
  default?: number;
150
154
  };
151
155
  dataType: {
152
- type?: import("vue").PropType<"indicator" | "static" | "request">;
153
- default?: "indicator" | "static" | "request";
156
+ type?: import("vue").PropType<"indicator" | "request" | "static">;
157
+ default?: "indicator" | "request" | "static";
154
158
  };
155
159
  scale?: {
156
160
  type?: import("vue").PropType<number>;
@@ -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
+ isViewRedrawing: {
195
+ type?: import("vue").PropType<boolean>;
196
+ default?: boolean;
197
+ };
194
198
  requestInterval: {
195
199
  type?: import("vue").PropType<number>;
196
200
  default?: number;
@@ -204,8 +208,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
204
208
  default?: number;
205
209
  };
206
210
  dataType: {
207
- type?: import("vue").PropType<"indicator" | "static" | "request">;
208
- default?: "indicator" | "static" | "request";
211
+ type?: import("vue").PropType<"indicator" | "request" | "static">;
212
+ default?: "indicator" | "request" | "static";
209
213
  };
210
214
  scale?: {
211
215
  type?: import("vue").PropType<number>;
@@ -465,6 +469,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
465
469
  type?: import("vue").PropType<boolean>;
466
470
  default?: boolean;
467
471
  };
472
+ isViewRedrawing: {
473
+ type?: import("vue").PropType<boolean>;
474
+ default?: boolean;
475
+ };
468
476
  requestInterval: {
469
477
  type?: import("vue").PropType<number>;
470
478
  default?: number;
@@ -478,8 +486,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
478
486
  default?: number;
479
487
  };
480
488
  dataType: {
481
- type?: import("vue").PropType<"indicator" | "static" | "request">;
482
- default?: "indicator" | "static" | "request";
489
+ type?: import("vue").PropType<"indicator" | "request" | "static">;
490
+ default?: "indicator" | "request" | "static";
483
491
  };
484
492
  scale?: {
485
493
  type?: import("vue").PropType<number>;