@ecan-bi/datav 1.3.69 → 1.3.71
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.
- package/dist/index.es.js +1775 -1758
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +18 -18
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/types/container/border/Border.vue.d.ts +4 -12
- package/types/container/border/index.d.ts +4 -12
- package/types/container/border/props.d.ts +2 -6
- package/types/container/circulate/Circulate.vue.d.ts +4 -12
- package/types/container/circulate/index.d.ts +4 -12
- package/types/container/circulate/props.d.ts +2 -6
- package/types/container/tabs/Tabs.vue.d.ts +4 -12
- package/types/container/tabs/index.d.ts +4 -12
- package/types/container/tabs/props.d.ts +2 -6
- package/types/control/button/Button.vue.d.ts +4 -12
- package/types/control/button/index.d.ts +4 -12
- package/types/control/button/props.d.ts +2 -6
- package/types/control/checkbox/Checkbox.vue.d.ts +4 -12
- package/types/control/checkbox/index.d.ts +4 -12
- package/types/control/checkbox/props.d.ts +2 -6
- package/types/control/date-picker/DatePicker.vue.d.ts +4 -12
- package/types/control/date-picker/index.d.ts +4 -12
- package/types/control/date-picker/props.d.ts +2 -6
- package/types/control/input/Input.vue.d.ts +4 -12
- package/types/control/input/index.d.ts +4 -12
- package/types/control/input/props.d.ts +2 -6
- package/types/control/radio/Radio.vue.d.ts +4 -12
- package/types/control/radio/index.d.ts +4 -12
- package/types/control/radio/props.d.ts +2 -6
- package/types/control/range-picker/RangePicker.vue.d.ts +4 -12
- package/types/control/range-picker/index.d.ts +4 -12
- package/types/control/range-picker/props.d.ts +2 -6
- package/types/control/select/Select.vue.d.ts +4 -12
- package/types/control/select/index.d.ts +4 -12
- package/types/control/select/props.d.ts +2 -6
- package/types/control/tree-select/TreeSelect.vue.d.ts +2 -6
- package/types/control/tree-select/index.d.ts +2 -6
- package/types/control/tree-select/props.d.ts +2 -6
- package/types/graph/bar/Bar.vue.d.ts +4 -12
- package/types/graph/bar/index.d.ts +4 -12
- package/types/graph/bar/props.d.ts +2 -6
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +4 -12
- package/types/graph/combo-graph/index.d.ts +4 -12
- package/types/graph/combo-graph/props.d.ts +2 -6
- package/types/graph/custom-graph/CustomGraph.vue.d.ts +4 -12
- package/types/graph/custom-graph/index.d.ts +4 -12
- package/types/graph/custom-graph/props.d.ts +2 -6
- package/types/graph/line/Line.vue.d.ts +4 -12
- package/types/graph/line/index.d.ts +4 -12
- package/types/graph/line/props.d.ts +3 -9
- package/types/graph/pie/Pie.vue.d.ts +4 -12
- package/types/graph/pie/index.d.ts +4 -12
- package/types/graph/pie/props.d.ts +2 -6
- package/types/graph/radar/Radar.vue.d.ts +4 -12
- package/types/graph/radar/index.d.ts +4 -12
- package/types/graph/radar/props.d.ts +3 -9
- package/types/graph/scatter/Scatter.vue.d.ts +4 -12
- package/types/graph/scatter/index.d.ts +4 -12
- package/types/graph/scatter/props.d.ts +2 -6
- package/types/laboratory/data-select/DataSelect.vue.d.ts +4 -12
- package/types/laboratory/data-select/index.d.ts +4 -12
- package/types/laboratory/data-select/props.d.ts +2 -6
- package/types/map/map/Map.vue.d.ts +4 -12
- package/types/map/map/index.d.ts +4 -12
- package/types/map/map/props.d.ts +2 -6
- package/types/media/iframe/Iframe.vue.d.ts +4 -12
- package/types/media/iframe/index.d.ts +4 -12
- package/types/media/iframe/props.d.ts +2 -6
- package/types/media/image/Image.vue.d.ts +4 -12
- package/types/media/image/index.d.ts +4 -12
- package/types/media/image/props.d.ts +2 -6
- package/types/table/table/Table.vue.d.ts +4 -12
- package/types/table/table/index.d.ts +4 -12
- package/types/table/table/props.d.ts +2 -6
- package/types/text/counter/Counter.vue.d.ts +4 -12
- package/types/text/counter/index.d.ts +4 -12
- package/types/text/counter/props.d.ts +2 -6
- package/types/text/list/List.vue.d.ts +4 -12
- package/types/text/list/index.d.ts +4 -12
- package/types/text/list/props.d.ts +2 -6
- package/types/text/proportion/Proportion.vue.d.ts +4 -12
- package/types/text/proportion/index.d.ts +4 -12
- package/types/text/proportion/props.d.ts +2 -6
- package/types/text/text/Text.vue.d.ts +4 -12
- package/types/text/text/index.d.ts +4 -12
- package/types/text/text/props.d.ts +2 -6
- package/types/text/time-display/TimeDisplay.vue.d.ts +4 -12
- package/types/text/time-display/index.d.ts +4 -12
- package/types/text/time-display/props.d.ts +2 -6
- package/types/utils/props.d.ts +1 -3
|
@@ -120,12 +120,8 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
120
120
|
default?: import("../../utils/props").RequestMethod;
|
|
121
121
|
};
|
|
122
122
|
requestHeaders: {
|
|
123
|
-
type?: import("vue").PropType<
|
|
124
|
-
|
|
125
|
-
}>;
|
|
126
|
-
default?: {
|
|
127
|
-
[key: string]: any;
|
|
128
|
-
};
|
|
123
|
+
type?: import("vue").PropType<string>;
|
|
124
|
+
default?: string;
|
|
129
125
|
};
|
|
130
126
|
isOpenRequestTimer: {
|
|
131
127
|
type?: import("vue").PropType<boolean>;
|
|
@@ -474,12 +470,8 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
474
470
|
default?: import("../../utils/props").RequestMethod;
|
|
475
471
|
};
|
|
476
472
|
requestHeaders: {
|
|
477
|
-
type?: import("vue").PropType<
|
|
478
|
-
|
|
479
|
-
}>;
|
|
480
|
-
default?: {
|
|
481
|
-
[key: string]: any;
|
|
482
|
-
};
|
|
473
|
+
type?: import("vue").PropType<string>;
|
|
474
|
+
default?: string;
|
|
483
475
|
};
|
|
484
476
|
isOpenRequestTimer: {
|
|
485
477
|
type?: import("vue").PropType<boolean>;
|
|
@@ -139,12 +139,8 @@ export declare const rangePickerComponentProps: {
|
|
|
139
139
|
default?: import('../../utils/props').RequestMethod;
|
|
140
140
|
};
|
|
141
141
|
requestHeaders: {
|
|
142
|
-
type?: import("vue").PropType<
|
|
143
|
-
|
|
144
|
-
}>;
|
|
145
|
-
default?: {
|
|
146
|
-
[key: string]: any;
|
|
147
|
-
};
|
|
142
|
+
type?: import("vue").PropType<string>;
|
|
143
|
+
default?: string;
|
|
148
144
|
};
|
|
149
145
|
isOpenRequestTimer: {
|
|
150
146
|
type?: import("vue").PropType<boolean>;
|
|
@@ -124,12 +124,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
124
124
|
default?: import("../../utils/props").RequestMethod;
|
|
125
125
|
};
|
|
126
126
|
requestHeaders: {
|
|
127
|
-
type?: import("vue").PropType<
|
|
128
|
-
|
|
129
|
-
}>;
|
|
130
|
-
default?: {
|
|
131
|
-
[key: string]: any;
|
|
132
|
-
};
|
|
127
|
+
type?: import("vue").PropType<string>;
|
|
128
|
+
default?: string;
|
|
133
129
|
};
|
|
134
130
|
isOpenRequestTimer: {
|
|
135
131
|
type?: import("vue").PropType<boolean>;
|
|
@@ -314,12 +310,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
314
310
|
default?: import("../../utils/props").RequestMethod;
|
|
315
311
|
};
|
|
316
312
|
requestHeaders: {
|
|
317
|
-
type?: import("vue").PropType<
|
|
318
|
-
|
|
319
|
-
}>;
|
|
320
|
-
default?: {
|
|
321
|
-
[key: string]: any;
|
|
322
|
-
};
|
|
313
|
+
type?: import("vue").PropType<string>;
|
|
314
|
+
default?: string;
|
|
323
315
|
};
|
|
324
316
|
isOpenRequestTimer: {
|
|
325
317
|
type?: import("vue").PropType<boolean>;
|
|
@@ -124,12 +124,8 @@ export declare const EcanSelect: import('../../utils/withInstall').SFCWithInstal
|
|
|
124
124
|
default?: import("../../utils/props").RequestMethod;
|
|
125
125
|
};
|
|
126
126
|
requestHeaders: {
|
|
127
|
-
type?: import("vue").PropType<
|
|
128
|
-
|
|
129
|
-
}>;
|
|
130
|
-
default?: {
|
|
131
|
-
[key: string]: any;
|
|
132
|
-
};
|
|
127
|
+
type?: import("vue").PropType<string>;
|
|
128
|
+
default?: string;
|
|
133
129
|
};
|
|
134
130
|
isOpenRequestTimer: {
|
|
135
131
|
type?: import("vue").PropType<boolean>;
|
|
@@ -314,12 +310,8 @@ export declare const EcanSelect: import('../../utils/withInstall').SFCWithInstal
|
|
|
314
310
|
default?: import("../../utils/props").RequestMethod;
|
|
315
311
|
};
|
|
316
312
|
requestHeaders: {
|
|
317
|
-
type?: import("vue").PropType<
|
|
318
|
-
|
|
319
|
-
}>;
|
|
320
|
-
default?: {
|
|
321
|
-
[key: string]: any;
|
|
322
|
-
};
|
|
313
|
+
type?: import("vue").PropType<string>;
|
|
314
|
+
default?: string;
|
|
323
315
|
};
|
|
324
316
|
isOpenRequestTimer: {
|
|
325
317
|
type?: import("vue").PropType<boolean>;
|
|
@@ -154,12 +154,8 @@ export declare const selectComponentProps: {
|
|
|
154
154
|
default?: import('../../utils/props').RequestMethod;
|
|
155
155
|
};
|
|
156
156
|
requestHeaders: {
|
|
157
|
-
type?: import("vue").PropType<
|
|
158
|
-
|
|
159
|
-
}>;
|
|
160
|
-
default?: {
|
|
161
|
-
[key: string]: any;
|
|
162
|
-
};
|
|
157
|
+
type?: import("vue").PropType<string>;
|
|
158
|
+
default?: string;
|
|
163
159
|
};
|
|
164
160
|
isOpenRequestTimer: {
|
|
165
161
|
type?: import("vue").PropType<boolean>;
|
|
@@ -113,12 +113,8 @@ declare const _sfc_main: {
|
|
|
113
113
|
default?: import("../../utils/props").RequestMethod;
|
|
114
114
|
};
|
|
115
115
|
requestHeaders: {
|
|
116
|
-
type?: import("vue").PropType<
|
|
117
|
-
|
|
118
|
-
}>;
|
|
119
|
-
default?: {
|
|
120
|
-
[key: string]: any;
|
|
121
|
-
};
|
|
116
|
+
type?: import("vue").PropType<string>;
|
|
117
|
+
default?: string;
|
|
122
118
|
};
|
|
123
119
|
isOpenRequestTimer: {
|
|
124
120
|
type?: import("vue").PropType<boolean>;
|
|
@@ -113,12 +113,8 @@ export declare const EcanTreeSelect: import('../../utils/withInstall').SFCWithIn
|
|
|
113
113
|
default?: import("../../utils/props").RequestMethod;
|
|
114
114
|
};
|
|
115
115
|
requestHeaders: {
|
|
116
|
-
type?: import("vue").PropType<
|
|
117
|
-
|
|
118
|
-
}>;
|
|
119
|
-
default?: {
|
|
120
|
-
[key: string]: any;
|
|
121
|
-
};
|
|
116
|
+
type?: import("vue").PropType<string>;
|
|
117
|
+
default?: string;
|
|
122
118
|
};
|
|
123
119
|
isOpenRequestTimer: {
|
|
124
120
|
type?: import("vue").PropType<boolean>;
|
|
@@ -134,12 +134,8 @@ export declare const treeSelectComponentProps: {
|
|
|
134
134
|
default?: import('../../utils/props').RequestMethod;
|
|
135
135
|
};
|
|
136
136
|
requestHeaders: {
|
|
137
|
-
type?: import("vue").PropType<
|
|
138
|
-
|
|
139
|
-
}>;
|
|
140
|
-
default?: {
|
|
141
|
-
[key: string]: any;
|
|
142
|
-
};
|
|
137
|
+
type?: import("vue").PropType<string>;
|
|
138
|
+
default?: string;
|
|
143
139
|
};
|
|
144
140
|
isOpenRequestTimer: {
|
|
145
141
|
type?: import("vue").PropType<boolean>;
|
|
@@ -497,12 +497,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
497
497
|
default?: import('../../utils/props').RequestMethod;
|
|
498
498
|
};
|
|
499
499
|
requestHeaders: {
|
|
500
|
-
type?: import("vue").PropType<
|
|
501
|
-
|
|
502
|
-
}>;
|
|
503
|
-
default?: {
|
|
504
|
-
[key: string]: any;
|
|
505
|
-
};
|
|
500
|
+
type?: import("vue").PropType<string>;
|
|
501
|
+
default?: string;
|
|
506
502
|
};
|
|
507
503
|
isOpenRequestTimer: {
|
|
508
504
|
type?: import("vue").PropType<boolean>;
|
|
@@ -1229,12 +1225,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1229
1225
|
default?: import('../../utils/props').RequestMethod;
|
|
1230
1226
|
};
|
|
1231
1227
|
requestHeaders: {
|
|
1232
|
-
type?: import("vue").PropType<
|
|
1233
|
-
|
|
1234
|
-
}>;
|
|
1235
|
-
default?: {
|
|
1236
|
-
[key: string]: any;
|
|
1237
|
-
};
|
|
1228
|
+
type?: import("vue").PropType<string>;
|
|
1229
|
+
default?: string;
|
|
1238
1230
|
};
|
|
1239
1231
|
isOpenRequestTimer: {
|
|
1240
1232
|
type?: import("vue").PropType<boolean>;
|
|
@@ -496,12 +496,8 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
496
496
|
default?: import("../../utils/props").RequestMethod;
|
|
497
497
|
};
|
|
498
498
|
requestHeaders: {
|
|
499
|
-
type?: import("vue").PropType<
|
|
500
|
-
|
|
501
|
-
}>;
|
|
502
|
-
default?: {
|
|
503
|
-
[key: string]: any;
|
|
504
|
-
};
|
|
499
|
+
type?: import("vue").PropType<string>;
|
|
500
|
+
default?: string;
|
|
505
501
|
};
|
|
506
502
|
isOpenRequestTimer: {
|
|
507
503
|
type?: import("vue").PropType<boolean>;
|
|
@@ -1228,12 +1224,8 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
1228
1224
|
default?: import("../../utils/props").RequestMethod;
|
|
1229
1225
|
};
|
|
1230
1226
|
requestHeaders: {
|
|
1231
|
-
type?: import("vue").PropType<
|
|
1232
|
-
|
|
1233
|
-
}>;
|
|
1234
|
-
default?: {
|
|
1235
|
-
[key: string]: any;
|
|
1236
|
-
};
|
|
1227
|
+
type?: import("vue").PropType<string>;
|
|
1228
|
+
default?: string;
|
|
1237
1229
|
};
|
|
1238
1230
|
isOpenRequestTimer: {
|
|
1239
1231
|
type?: import("vue").PropType<boolean>;
|
|
@@ -609,12 +609,8 @@ export declare const barComponentProps: {
|
|
|
609
609
|
default?: import('../../utils/props').RequestMethod;
|
|
610
610
|
};
|
|
611
611
|
requestHeaders: {
|
|
612
|
-
type?: import("vue").PropType<
|
|
613
|
-
|
|
614
|
-
}>;
|
|
615
|
-
default?: {
|
|
616
|
-
[key: string]: any;
|
|
617
|
-
};
|
|
612
|
+
type?: import("vue").PropType<string>;
|
|
613
|
+
default?: string;
|
|
618
614
|
};
|
|
619
615
|
isOpenRequestTimer: {
|
|
620
616
|
type?: import("vue").PropType<boolean>;
|
|
@@ -501,12 +501,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
501
501
|
default?: import('../../utils/props').RequestMethod;
|
|
502
502
|
};
|
|
503
503
|
requestHeaders: {
|
|
504
|
-
type?: import("vue").PropType<
|
|
505
|
-
|
|
506
|
-
}>;
|
|
507
|
-
default?: {
|
|
508
|
-
[key: string]: any;
|
|
509
|
-
};
|
|
504
|
+
type?: import("vue").PropType<string>;
|
|
505
|
+
default?: string;
|
|
510
506
|
};
|
|
511
507
|
isOpenRequestTimer: {
|
|
512
508
|
type?: import("vue").PropType<boolean>;
|
|
@@ -1229,12 +1225,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1229
1225
|
default?: import('../../utils/props').RequestMethod;
|
|
1230
1226
|
};
|
|
1231
1227
|
requestHeaders: {
|
|
1232
|
-
type?: import("vue").PropType<
|
|
1233
|
-
|
|
1234
|
-
}>;
|
|
1235
|
-
default?: {
|
|
1236
|
-
[key: string]: any;
|
|
1237
|
-
};
|
|
1228
|
+
type?: import("vue").PropType<string>;
|
|
1229
|
+
default?: string;
|
|
1238
1230
|
};
|
|
1239
1231
|
isOpenRequestTimer: {
|
|
1240
1232
|
type?: import("vue").PropType<boolean>;
|
|
@@ -500,12 +500,8 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
500
500
|
default?: import("../../utils/props").RequestMethod;
|
|
501
501
|
};
|
|
502
502
|
requestHeaders: {
|
|
503
|
-
type?: import("vue").PropType<
|
|
504
|
-
|
|
505
|
-
}>;
|
|
506
|
-
default?: {
|
|
507
|
-
[key: string]: any;
|
|
508
|
-
};
|
|
503
|
+
type?: import("vue").PropType<string>;
|
|
504
|
+
default?: string;
|
|
509
505
|
};
|
|
510
506
|
isOpenRequestTimer: {
|
|
511
507
|
type?: import("vue").PropType<boolean>;
|
|
@@ -1228,12 +1224,8 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
1228
1224
|
default?: import("../../utils/props").RequestMethod;
|
|
1229
1225
|
};
|
|
1230
1226
|
requestHeaders: {
|
|
1231
|
-
type?: import("vue").PropType<
|
|
1232
|
-
|
|
1233
|
-
}>;
|
|
1234
|
-
default?: {
|
|
1235
|
-
[key: string]: any;
|
|
1236
|
-
};
|
|
1227
|
+
type?: import("vue").PropType<string>;
|
|
1228
|
+
default?: string;
|
|
1237
1229
|
};
|
|
1238
1230
|
isOpenRequestTimer: {
|
|
1239
1231
|
type?: import("vue").PropType<boolean>;
|
|
@@ -616,12 +616,8 @@ export declare const comboGraphComponentProps: {
|
|
|
616
616
|
default?: import('../../utils/props').RequestMethod;
|
|
617
617
|
};
|
|
618
618
|
requestHeaders: {
|
|
619
|
-
type?: import("vue").PropType<
|
|
620
|
-
|
|
621
|
-
}>;
|
|
622
|
-
default?: {
|
|
623
|
-
[key: string]: any;
|
|
624
|
-
};
|
|
619
|
+
type?: import("vue").PropType<string>;
|
|
620
|
+
default?: string;
|
|
625
621
|
};
|
|
626
622
|
isOpenRequestTimer: {
|
|
627
623
|
type?: import("vue").PropType<boolean>;
|
|
@@ -81,12 +81,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
81
81
|
default?: import("../../utils/props").RequestMethod;
|
|
82
82
|
};
|
|
83
83
|
requestHeaders: {
|
|
84
|
-
type?: import("vue").PropType<
|
|
85
|
-
|
|
86
|
-
}>;
|
|
87
|
-
default?: {
|
|
88
|
-
[key: string]: any;
|
|
89
|
-
};
|
|
84
|
+
type?: import("vue").PropType<string>;
|
|
85
|
+
default?: string;
|
|
90
86
|
};
|
|
91
87
|
isOpenRequestTimer: {
|
|
92
88
|
type?: import("vue").PropType<boolean>;
|
|
@@ -206,12 +202,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
206
202
|
default?: import("../../utils/props").RequestMethod;
|
|
207
203
|
};
|
|
208
204
|
requestHeaders: {
|
|
209
|
-
type?: import("vue").PropType<
|
|
210
|
-
|
|
211
|
-
}>;
|
|
212
|
-
default?: {
|
|
213
|
-
[key: string]: any;
|
|
214
|
-
};
|
|
205
|
+
type?: import("vue").PropType<string>;
|
|
206
|
+
default?: string;
|
|
215
207
|
};
|
|
216
208
|
isOpenRequestTimer: {
|
|
217
209
|
type?: import("vue").PropType<boolean>;
|
|
@@ -80,12 +80,8 @@ export declare const EcanCustomGraph: import("../../utils/withInstall").SFCWithI
|
|
|
80
80
|
default?: import("../../utils/props").RequestMethod;
|
|
81
81
|
};
|
|
82
82
|
requestHeaders: {
|
|
83
|
-
type?: import("vue").PropType<
|
|
84
|
-
|
|
85
|
-
}>;
|
|
86
|
-
default?: {
|
|
87
|
-
[key: string]: any;
|
|
88
|
-
};
|
|
83
|
+
type?: import("vue").PropType<string>;
|
|
84
|
+
default?: string;
|
|
89
85
|
};
|
|
90
86
|
isOpenRequestTimer: {
|
|
91
87
|
type?: import("vue").PropType<boolean>;
|
|
@@ -205,12 +201,8 @@ export declare const EcanCustomGraph: import("../../utils/withInstall").SFCWithI
|
|
|
205
201
|
default?: import("../../utils/props").RequestMethod;
|
|
206
202
|
};
|
|
207
203
|
requestHeaders: {
|
|
208
|
-
type?: import("vue").PropType<
|
|
209
|
-
|
|
210
|
-
}>;
|
|
211
|
-
default?: {
|
|
212
|
-
[key: string]: any;
|
|
213
|
-
};
|
|
204
|
+
type?: import("vue").PropType<string>;
|
|
205
|
+
default?: string;
|
|
214
206
|
};
|
|
215
207
|
isOpenRequestTimer: {
|
|
216
208
|
type?: import("vue").PropType<boolean>;
|
|
@@ -89,12 +89,8 @@ export declare const customGraphComponentProps: {
|
|
|
89
89
|
default?: import('../../utils/props').RequestMethod;
|
|
90
90
|
};
|
|
91
91
|
requestHeaders: {
|
|
92
|
-
type?: import("vue").PropType<
|
|
93
|
-
|
|
94
|
-
}>;
|
|
95
|
-
default?: {
|
|
96
|
-
[key: string]: any;
|
|
97
|
-
};
|
|
92
|
+
type?: import("vue").PropType<string>;
|
|
93
|
+
default?: string;
|
|
98
94
|
};
|
|
99
95
|
isOpenRequestTimer: {
|
|
100
96
|
type?: import("vue").PropType<boolean>;
|
|
@@ -454,12 +454,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
454
454
|
default?: import('../../utils/props').RequestMethod;
|
|
455
455
|
};
|
|
456
456
|
requestHeaders: {
|
|
457
|
-
type?: import("vue").PropType<
|
|
458
|
-
|
|
459
|
-
}>;
|
|
460
|
-
default?: {
|
|
461
|
-
[key: string]: any;
|
|
462
|
-
};
|
|
457
|
+
type?: import("vue").PropType<string>;
|
|
458
|
+
default?: string;
|
|
463
459
|
};
|
|
464
460
|
isOpenRequestTimer: {
|
|
465
461
|
type?: import("vue").PropType<boolean>;
|
|
@@ -1122,12 +1118,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1122
1118
|
default?: import('../../utils/props').RequestMethod;
|
|
1123
1119
|
};
|
|
1124
1120
|
requestHeaders: {
|
|
1125
|
-
type?: import("vue").PropType<
|
|
1126
|
-
|
|
1127
|
-
}>;
|
|
1128
|
-
default?: {
|
|
1129
|
-
[key: string]: any;
|
|
1130
|
-
};
|
|
1121
|
+
type?: import("vue").PropType<string>;
|
|
1122
|
+
default?: string;
|
|
1131
1123
|
};
|
|
1132
1124
|
isOpenRequestTimer: {
|
|
1133
1125
|
type?: import("vue").PropType<boolean>;
|
|
@@ -454,12 +454,8 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
|
|
|
454
454
|
default?: import("../../utils/props").RequestMethod;
|
|
455
455
|
};
|
|
456
456
|
requestHeaders: {
|
|
457
|
-
type?: import("vue").PropType<
|
|
458
|
-
|
|
459
|
-
}>;
|
|
460
|
-
default?: {
|
|
461
|
-
[key: string]: any;
|
|
462
|
-
};
|
|
457
|
+
type?: import("vue").PropType<string>;
|
|
458
|
+
default?: string;
|
|
463
459
|
};
|
|
464
460
|
isOpenRequestTimer: {
|
|
465
461
|
type?: import("vue").PropType<boolean>;
|
|
@@ -1122,12 +1118,8 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
|
|
|
1122
1118
|
default?: import("../../utils/props").RequestMethod;
|
|
1123
1119
|
};
|
|
1124
1120
|
requestHeaders: {
|
|
1125
|
-
type?: import("vue").PropType<
|
|
1126
|
-
|
|
1127
|
-
}>;
|
|
1128
|
-
default?: {
|
|
1129
|
-
[key: string]: any;
|
|
1130
|
-
};
|
|
1121
|
+
type?: import("vue").PropType<string>;
|
|
1122
|
+
default?: string;
|
|
1131
1123
|
};
|
|
1132
1124
|
isOpenRequestTimer: {
|
|
1133
1125
|
type?: import("vue").PropType<boolean>;
|
|
@@ -217,9 +217,7 @@ export declare const lineProps: {
|
|
|
217
217
|
events: import('../../utils/props').Events;
|
|
218
218
|
requestUrl: string;
|
|
219
219
|
requestMethod: import('../../utils/props').RequestMethod;
|
|
220
|
-
requestHeaders:
|
|
221
|
-
[key: string]: any;
|
|
222
|
-
};
|
|
220
|
+
requestHeaders: string;
|
|
223
221
|
isOpenRequestTimer: boolean;
|
|
224
222
|
requestInterval: number;
|
|
225
223
|
requestParams: import('../../utils/props').RequestParams;
|
|
@@ -685,12 +683,8 @@ export declare const lineComponentProps: {
|
|
|
685
683
|
default?: import('../../utils/props').RequestMethod;
|
|
686
684
|
};
|
|
687
685
|
requestHeaders: {
|
|
688
|
-
type?: import("vue").PropType<
|
|
689
|
-
|
|
690
|
-
}>;
|
|
691
|
-
default?: {
|
|
692
|
-
[key: string]: any;
|
|
693
|
-
};
|
|
686
|
+
type?: import("vue").PropType<string>;
|
|
687
|
+
default?: string;
|
|
694
688
|
};
|
|
695
689
|
isOpenRequestTimer: {
|
|
696
690
|
type?: import("vue").PropType<boolean>;
|
|
@@ -337,12 +337,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
337
337
|
default?: import('../../utils/props').RequestMethod;
|
|
338
338
|
};
|
|
339
339
|
requestHeaders: {
|
|
340
|
-
type?: import("vue").PropType<
|
|
341
|
-
|
|
342
|
-
}>;
|
|
343
|
-
default?: {
|
|
344
|
-
[key: string]: any;
|
|
345
|
-
};
|
|
340
|
+
type?: import("vue").PropType<string>;
|
|
341
|
+
default?: string;
|
|
346
342
|
};
|
|
347
343
|
isOpenRequestTimer: {
|
|
348
344
|
type?: import("vue").PropType<boolean>;
|
|
@@ -813,12 +809,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
813
809
|
default?: import('../../utils/props').RequestMethod;
|
|
814
810
|
};
|
|
815
811
|
requestHeaders: {
|
|
816
|
-
type?: import("vue").PropType<
|
|
817
|
-
|
|
818
|
-
}>;
|
|
819
|
-
default?: {
|
|
820
|
-
[key: string]: any;
|
|
821
|
-
};
|
|
812
|
+
type?: import("vue").PropType<string>;
|
|
813
|
+
default?: string;
|
|
822
814
|
};
|
|
823
815
|
isOpenRequestTimer: {
|
|
824
816
|
type?: import("vue").PropType<boolean>;
|
|
@@ -336,12 +336,8 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
|
|
|
336
336
|
default?: import("../../utils/props").RequestMethod;
|
|
337
337
|
};
|
|
338
338
|
requestHeaders: {
|
|
339
|
-
type?: import("vue").PropType<
|
|
340
|
-
|
|
341
|
-
}>;
|
|
342
|
-
default?: {
|
|
343
|
-
[key: string]: any;
|
|
344
|
-
};
|
|
339
|
+
type?: import("vue").PropType<string>;
|
|
340
|
+
default?: string;
|
|
345
341
|
};
|
|
346
342
|
isOpenRequestTimer: {
|
|
347
343
|
type?: import("vue").PropType<boolean>;
|
|
@@ -812,12 +808,8 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
|
|
|
812
808
|
default?: import("../../utils/props").RequestMethod;
|
|
813
809
|
};
|
|
814
810
|
requestHeaders: {
|
|
815
|
-
type?: import("vue").PropType<
|
|
816
|
-
|
|
817
|
-
}>;
|
|
818
|
-
default?: {
|
|
819
|
-
[key: string]: any;
|
|
820
|
-
};
|
|
811
|
+
type?: import("vue").PropType<string>;
|
|
812
|
+
default?: string;
|
|
821
813
|
};
|
|
822
814
|
isOpenRequestTimer: {
|
|
823
815
|
type?: import("vue").PropType<boolean>;
|
|
@@ -409,12 +409,8 @@ export declare const pieComponentProps: {
|
|
|
409
409
|
default?: import('../../utils/props').RequestMethod;
|
|
410
410
|
};
|
|
411
411
|
requestHeaders: {
|
|
412
|
-
type?: import("vue").PropType<
|
|
413
|
-
|
|
414
|
-
}>;
|
|
415
|
-
default?: {
|
|
416
|
-
[key: string]: any;
|
|
417
|
-
};
|
|
412
|
+
type?: import("vue").PropType<string>;
|
|
413
|
+
default?: string;
|
|
418
414
|
};
|
|
419
415
|
isOpenRequestTimer: {
|
|
420
416
|
type?: import("vue").PropType<boolean>;
|
|
@@ -314,12 +314,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
314
314
|
default?: import('../../utils/props').RequestMethod;
|
|
315
315
|
};
|
|
316
316
|
requestHeaders: {
|
|
317
|
-
type?: import("vue").PropType<
|
|
318
|
-
|
|
319
|
-
}>;
|
|
320
|
-
default?: {
|
|
321
|
-
[key: string]: any;
|
|
322
|
-
};
|
|
317
|
+
type?: import("vue").PropType<string>;
|
|
318
|
+
default?: string;
|
|
323
319
|
};
|
|
324
320
|
isOpenRequestTimer: {
|
|
325
321
|
type?: import("vue").PropType<boolean>;
|
|
@@ -762,12 +758,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
762
758
|
default?: import('../../utils/props').RequestMethod;
|
|
763
759
|
};
|
|
764
760
|
requestHeaders: {
|
|
765
|
-
type?: import("vue").PropType<
|
|
766
|
-
|
|
767
|
-
}>;
|
|
768
|
-
default?: {
|
|
769
|
-
[key: string]: any;
|
|
770
|
-
};
|
|
761
|
+
type?: import("vue").PropType<string>;
|
|
762
|
+
default?: string;
|
|
771
763
|
};
|
|
772
764
|
isOpenRequestTimer: {
|
|
773
765
|
type?: import("vue").PropType<boolean>;
|
|
@@ -314,12 +314,8 @@ export declare const EcanRadar: import("../../utils/withInstall").SFCWithInstall
|
|
|
314
314
|
default?: import("../../utils/props").RequestMethod;
|
|
315
315
|
};
|
|
316
316
|
requestHeaders: {
|
|
317
|
-
type?: import("vue").PropType<
|
|
318
|
-
|
|
319
|
-
}>;
|
|
320
|
-
default?: {
|
|
321
|
-
[key: string]: any;
|
|
322
|
-
};
|
|
317
|
+
type?: import("vue").PropType<string>;
|
|
318
|
+
default?: string;
|
|
323
319
|
};
|
|
324
320
|
isOpenRequestTimer: {
|
|
325
321
|
type?: import("vue").PropType<boolean>;
|
|
@@ -762,12 +758,8 @@ export declare const EcanRadar: import("../../utils/withInstall").SFCWithInstall
|
|
|
762
758
|
default?: import("../../utils/props").RequestMethod;
|
|
763
759
|
};
|
|
764
760
|
requestHeaders: {
|
|
765
|
-
type?: import("vue").PropType<
|
|
766
|
-
|
|
767
|
-
}>;
|
|
768
|
-
default?: {
|
|
769
|
-
[key: string]: any;
|
|
770
|
-
};
|
|
761
|
+
type?: import("vue").PropType<string>;
|
|
762
|
+
default?: string;
|
|
771
763
|
};
|
|
772
764
|
isOpenRequestTimer: {
|
|
773
765
|
type?: import("vue").PropType<boolean>;
|
|
@@ -145,9 +145,7 @@ export declare const radarProps: {
|
|
|
145
145
|
events: import('../../utils/props').Events;
|
|
146
146
|
requestUrl: string;
|
|
147
147
|
requestMethod: import('../../utils/props').RequestMethod;
|
|
148
|
-
requestHeaders:
|
|
149
|
-
[key: string]: any;
|
|
150
|
-
};
|
|
148
|
+
requestHeaders: string;
|
|
151
149
|
isOpenRequestTimer: boolean;
|
|
152
150
|
requestInterval: number;
|
|
153
151
|
requestParams: import('../../utils/props').RequestParams;
|
|
@@ -473,12 +471,8 @@ export declare const radarComponentProps: {
|
|
|
473
471
|
default?: import('../../utils/props').RequestMethod;
|
|
474
472
|
};
|
|
475
473
|
requestHeaders: {
|
|
476
|
-
type?: import("vue").PropType<
|
|
477
|
-
|
|
478
|
-
}>;
|
|
479
|
-
default?: {
|
|
480
|
-
[key: string]: any;
|
|
481
|
-
};
|
|
474
|
+
type?: import("vue").PropType<string>;
|
|
475
|
+
default?: string;
|
|
482
476
|
};
|
|
483
477
|
isOpenRequestTimer: {
|
|
484
478
|
type?: import("vue").PropType<boolean>;
|