@ecan-bi/datav 1.3.69 → 1.3.70
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 +1186 -1171
- 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
|
@@ -152,12 +152,8 @@ export declare const EcanProportion: import('../../utils/withInstall').SFCWithIn
|
|
|
152
152
|
default?: import("../../utils/props").RequestMethod;
|
|
153
153
|
};
|
|
154
154
|
requestHeaders: {
|
|
155
|
-
type?: import("vue").PropType<
|
|
156
|
-
|
|
157
|
-
}>;
|
|
158
|
-
default?: {
|
|
159
|
-
[key: string]: any;
|
|
160
|
-
};
|
|
155
|
+
type?: import("vue").PropType<string>;
|
|
156
|
+
default?: string;
|
|
161
157
|
};
|
|
162
158
|
isOpenRequestTimer: {
|
|
163
159
|
type?: import("vue").PropType<boolean>;
|
|
@@ -353,12 +349,8 @@ export declare const EcanProportion: import('../../utils/withInstall').SFCWithIn
|
|
|
353
349
|
default?: import("../../utils/props").RequestMethod;
|
|
354
350
|
};
|
|
355
351
|
requestHeaders: {
|
|
356
|
-
type?: import("vue").PropType<
|
|
357
|
-
|
|
358
|
-
}>;
|
|
359
|
-
default?: {
|
|
360
|
-
[key: string]: any;
|
|
361
|
-
};
|
|
352
|
+
type?: import("vue").PropType<string>;
|
|
353
|
+
default?: string;
|
|
362
354
|
};
|
|
363
355
|
isOpenRequestTimer: {
|
|
364
356
|
type?: import("vue").PropType<boolean>;
|
|
@@ -180,12 +180,8 @@ export declare const proportionComponentProps: {
|
|
|
180
180
|
default?: import('../../utils/props').RequestMethod;
|
|
181
181
|
};
|
|
182
182
|
requestHeaders: {
|
|
183
|
-
type?: import("vue").PropType<
|
|
184
|
-
|
|
185
|
-
}>;
|
|
186
|
-
default?: {
|
|
187
|
-
[key: string]: any;
|
|
188
|
-
};
|
|
183
|
+
type?: import("vue").PropType<string>;
|
|
184
|
+
default?: string;
|
|
189
185
|
};
|
|
190
186
|
isOpenRequestTimer: {
|
|
191
187
|
type?: import("vue").PropType<boolean>;
|
|
@@ -252,12 +252,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
252
252
|
default?: import("../../utils/props").RequestMethod;
|
|
253
253
|
};
|
|
254
254
|
requestHeaders: {
|
|
255
|
-
type?: import("vue").PropType<
|
|
256
|
-
|
|
257
|
-
}>;
|
|
258
|
-
default?: {
|
|
259
|
-
[key: string]: any;
|
|
260
|
-
};
|
|
255
|
+
type?: import("vue").PropType<string>;
|
|
256
|
+
default?: string;
|
|
261
257
|
};
|
|
262
258
|
isOpenRequestTimer: {
|
|
263
259
|
type?: import("vue").PropType<boolean>;
|
|
@@ -553,12 +549,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
553
549
|
default?: import("../../utils/props").RequestMethod;
|
|
554
550
|
};
|
|
555
551
|
requestHeaders: {
|
|
556
|
-
type?: import("vue").PropType<
|
|
557
|
-
|
|
558
|
-
}>;
|
|
559
|
-
default?: {
|
|
560
|
-
[key: string]: any;
|
|
561
|
-
};
|
|
552
|
+
type?: import("vue").PropType<string>;
|
|
553
|
+
default?: string;
|
|
562
554
|
};
|
|
563
555
|
isOpenRequestTimer: {
|
|
564
556
|
type?: import("vue").PropType<boolean>;
|
|
@@ -252,12 +252,8 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
|
|
|
252
252
|
default?: import("../../utils/props").RequestMethod;
|
|
253
253
|
};
|
|
254
254
|
requestHeaders: {
|
|
255
|
-
type?: import("vue").PropType<
|
|
256
|
-
|
|
257
|
-
}>;
|
|
258
|
-
default?: {
|
|
259
|
-
[key: string]: any;
|
|
260
|
-
};
|
|
255
|
+
type?: import("vue").PropType<string>;
|
|
256
|
+
default?: string;
|
|
261
257
|
};
|
|
262
258
|
isOpenRequestTimer: {
|
|
263
259
|
type?: import("vue").PropType<boolean>;
|
|
@@ -553,12 +549,8 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
|
|
|
553
549
|
default?: import("../../utils/props").RequestMethod;
|
|
554
550
|
};
|
|
555
551
|
requestHeaders: {
|
|
556
|
-
type?: import("vue").PropType<
|
|
557
|
-
|
|
558
|
-
}>;
|
|
559
|
-
default?: {
|
|
560
|
-
[key: string]: any;
|
|
561
|
-
};
|
|
552
|
+
type?: import("vue").PropType<string>;
|
|
553
|
+
default?: string;
|
|
562
554
|
};
|
|
563
555
|
isOpenRequestTimer: {
|
|
564
556
|
type?: import("vue").PropType<boolean>;
|
|
@@ -306,12 +306,8 @@ export declare const textComponentProps: {
|
|
|
306
306
|
default?: import('../../utils/props').RequestMethod;
|
|
307
307
|
};
|
|
308
308
|
requestHeaders: {
|
|
309
|
-
type?: import("vue").PropType<
|
|
310
|
-
|
|
311
|
-
}>;
|
|
312
|
-
default?: {
|
|
313
|
-
[key: string]: any;
|
|
314
|
-
};
|
|
309
|
+
type?: import("vue").PropType<string>;
|
|
310
|
+
default?: string;
|
|
315
311
|
};
|
|
316
312
|
isOpenRequestTimer: {
|
|
317
313
|
type?: import("vue").PropType<boolean>;
|
|
@@ -110,12 +110,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
110
110
|
default?: import("../../utils/props").RequestMethod;
|
|
111
111
|
};
|
|
112
112
|
requestHeaders: {
|
|
113
|
-
type?: import("vue").PropType<
|
|
114
|
-
|
|
115
|
-
}>;
|
|
116
|
-
default?: {
|
|
117
|
-
[key: string]: any;
|
|
118
|
-
};
|
|
113
|
+
type?: import("vue").PropType<string>;
|
|
114
|
+
default?: string;
|
|
119
115
|
};
|
|
120
116
|
isOpenRequestTimer: {
|
|
121
117
|
type?: import("vue").PropType<boolean>;
|
|
@@ -264,12 +260,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
264
260
|
default?: import("../../utils/props").RequestMethod;
|
|
265
261
|
};
|
|
266
262
|
requestHeaders: {
|
|
267
|
-
type?: import("vue").PropType<
|
|
268
|
-
|
|
269
|
-
}>;
|
|
270
|
-
default?: {
|
|
271
|
-
[key: string]: any;
|
|
272
|
-
};
|
|
263
|
+
type?: import("vue").PropType<string>;
|
|
264
|
+
default?: string;
|
|
273
265
|
};
|
|
274
266
|
isOpenRequestTimer: {
|
|
275
267
|
type?: import("vue").PropType<boolean>;
|
|
@@ -110,12 +110,8 @@ export declare const EcanTimeDisplay: import('../../utils/withInstall').SFCWithI
|
|
|
110
110
|
default?: import("../../utils/props").RequestMethod;
|
|
111
111
|
};
|
|
112
112
|
requestHeaders: {
|
|
113
|
-
type?: import("vue").PropType<
|
|
114
|
-
|
|
115
|
-
}>;
|
|
116
|
-
default?: {
|
|
117
|
-
[key: string]: any;
|
|
118
|
-
};
|
|
113
|
+
type?: import("vue").PropType<string>;
|
|
114
|
+
default?: string;
|
|
119
115
|
};
|
|
120
116
|
isOpenRequestTimer: {
|
|
121
117
|
type?: import("vue").PropType<boolean>;
|
|
@@ -264,12 +260,8 @@ export declare const EcanTimeDisplay: import('../../utils/withInstall').SFCWithI
|
|
|
264
260
|
default?: import("../../utils/props").RequestMethod;
|
|
265
261
|
};
|
|
266
262
|
requestHeaders: {
|
|
267
|
-
type?: import("vue").PropType<
|
|
268
|
-
|
|
269
|
-
}>;
|
|
270
|
-
default?: {
|
|
271
|
-
[key: string]: any;
|
|
272
|
-
};
|
|
263
|
+
type?: import("vue").PropType<string>;
|
|
264
|
+
default?: string;
|
|
273
265
|
};
|
|
274
266
|
isOpenRequestTimer: {
|
|
275
267
|
type?: import("vue").PropType<boolean>;
|
|
@@ -127,12 +127,8 @@ export declare const timeDisplayComponentProps: {
|
|
|
127
127
|
default?: import('../../utils/props').RequestMethod;
|
|
128
128
|
};
|
|
129
129
|
requestHeaders: {
|
|
130
|
-
type?: import("vue").PropType<
|
|
131
|
-
|
|
132
|
-
}>;
|
|
133
|
-
default?: {
|
|
134
|
-
[key: string]: any;
|
|
135
|
-
};
|
|
130
|
+
type?: import("vue").PropType<string>;
|
|
131
|
+
default?: string;
|
|
136
132
|
};
|
|
137
133
|
isOpenRequestTimer: {
|
|
138
134
|
type?: import("vue").PropType<boolean>;
|
package/types/utils/props.d.ts
CHANGED
|
@@ -42,9 +42,7 @@ export interface Props {
|
|
|
42
42
|
events: Events;
|
|
43
43
|
requestUrl: string;
|
|
44
44
|
requestMethod: RequestMethod;
|
|
45
|
-
requestHeaders:
|
|
46
|
-
[key: string]: any;
|
|
47
|
-
};
|
|
45
|
+
requestHeaders: string;
|
|
48
46
|
isOpenRequestTimer: boolean;
|
|
49
47
|
requestInterval: number;
|
|
50
48
|
requestParams: RequestParams;
|