@ecan-bi/datav 1.3.68 → 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 +1728 -1708
- 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 +20 -12
- package/types/container/border/index.d.ts +20 -12
- package/types/container/border/props.d.ts +10 -6
- package/types/container/circulate/Circulate.vue.d.ts +20 -12
- package/types/container/circulate/index.d.ts +20 -12
- package/types/container/circulate/props.d.ts +10 -6
- package/types/container/tabs/Tabs.vue.d.ts +20 -12
- package/types/container/tabs/index.d.ts +20 -12
- package/types/container/tabs/props.d.ts +10 -6
- package/types/control/button/Button.vue.d.ts +20 -12
- package/types/control/button/index.d.ts +20 -12
- package/types/control/button/props.d.ts +10 -6
- package/types/control/checkbox/Checkbox.vue.d.ts +20 -12
- package/types/control/checkbox/index.d.ts +20 -12
- package/types/control/checkbox/props.d.ts +10 -6
- package/types/control/date-picker/DatePicker.vue.d.ts +20 -12
- package/types/control/date-picker/index.d.ts +20 -12
- package/types/control/date-picker/props.d.ts +10 -6
- package/types/control/input/Input.vue.d.ts +20 -12
- package/types/control/input/index.d.ts +20 -12
- package/types/control/input/props.d.ts +10 -6
- package/types/control/radio/Radio.vue.d.ts +20 -12
- package/types/control/radio/index.d.ts +20 -12
- package/types/control/radio/props.d.ts +10 -6
- package/types/control/range-picker/RangePicker.vue.d.ts +20 -12
- package/types/control/range-picker/index.d.ts +20 -12
- package/types/control/range-picker/props.d.ts +10 -6
- package/types/control/select/Select.vue.d.ts +20 -12
- package/types/control/select/index.d.ts +20 -12
- package/types/control/select/props.d.ts +10 -6
- package/types/control/tree-select/TreeSelect.vue.d.ts +10 -6
- package/types/control/tree-select/index.d.ts +10 -6
- package/types/control/tree-select/props.d.ts +10 -6
- package/types/graph/bar/Bar.vue.d.ts +20 -12
- package/types/graph/bar/index.d.ts +20 -12
- package/types/graph/bar/props.d.ts +10 -6
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +20 -12
- package/types/graph/combo-graph/index.d.ts +20 -12
- package/types/graph/combo-graph/props.d.ts +10 -6
- package/types/graph/custom-graph/CustomGraph.vue.d.ts +20 -12
- package/types/graph/custom-graph/index.d.ts +20 -12
- package/types/graph/custom-graph/props.d.ts +10 -6
- package/types/graph/line/Line.vue.d.ts +20 -12
- package/types/graph/line/index.d.ts +20 -12
- package/types/graph/line/props.d.ts +13 -9
- package/types/graph/pie/Pie.vue.d.ts +20 -12
- package/types/graph/pie/index.d.ts +20 -12
- package/types/graph/pie/props.d.ts +10 -6
- package/types/graph/radar/Radar.vue.d.ts +20 -12
- package/types/graph/radar/index.d.ts +20 -12
- package/types/graph/radar/props.d.ts +13 -9
- package/types/graph/scatter/Scatter.vue.d.ts +20 -12
- package/types/graph/scatter/index.d.ts +20 -12
- package/types/graph/scatter/props.d.ts +10 -6
- package/types/laboratory/data-select/DataSelect.vue.d.ts +20 -12
- package/types/laboratory/data-select/index.d.ts +20 -12
- package/types/laboratory/data-select/props.d.ts +10 -6
- package/types/map/map/Map.vue.d.ts +20 -12
- package/types/map/map/index.d.ts +20 -12
- package/types/map/map/props.d.ts +10 -6
- package/types/media/iframe/Iframe.vue.d.ts +20 -12
- package/types/media/iframe/index.d.ts +20 -12
- package/types/media/iframe/props.d.ts +10 -6
- package/types/media/image/Image.vue.d.ts +20 -12
- package/types/media/image/index.d.ts +20 -12
- package/types/media/image/props.d.ts +10 -6
- package/types/table/table/Table.vue.d.ts +20 -12
- package/types/table/table/index.d.ts +20 -12
- package/types/table/table/props.d.ts +10 -6
- package/types/text/counter/Counter.vue.d.ts +20 -12
- package/types/text/counter/index.d.ts +20 -12
- package/types/text/counter/props.d.ts +10 -6
- package/types/text/list/List.vue.d.ts +20 -12
- package/types/text/list/index.d.ts +20 -12
- package/types/text/list/props.d.ts +10 -6
- package/types/text/proportion/Proportion.vue.d.ts +20 -12
- package/types/text/proportion/index.d.ts +20 -12
- package/types/text/proportion/props.d.ts +10 -6
- package/types/text/text/Text.vue.d.ts +20 -12
- package/types/text/text/index.d.ts +20 -12
- package/types/text/text/props.d.ts +10 -6
- package/types/text/time-display/TimeDisplay.vue.d.ts +20 -12
- package/types/text/time-display/index.d.ts +20 -12
- package/types/text/time-display/props.d.ts +10 -6
- package/types/utils/props.d.ts +3 -3
|
@@ -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>;
|
|
@@ -141,6 +137,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
141
137
|
type?: import("vue").PropType<number>;
|
|
142
138
|
default?: number;
|
|
143
139
|
};
|
|
140
|
+
requestParamsMode: {
|
|
141
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
142
|
+
default?: "1" | "2";
|
|
143
|
+
};
|
|
144
|
+
customRequestParams: {
|
|
145
|
+
type?: import("vue").PropType<string>;
|
|
146
|
+
default?: string;
|
|
147
|
+
};
|
|
144
148
|
}, {
|
|
145
149
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
146
150
|
time: import("vue").Ref<any>;
|
|
@@ -256,12 +260,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
256
260
|
default?: import("../../utils/props").RequestMethod;
|
|
257
261
|
};
|
|
258
262
|
requestHeaders: {
|
|
259
|
-
type?: import("vue").PropType<
|
|
260
|
-
|
|
261
|
-
}>;
|
|
262
|
-
default?: {
|
|
263
|
-
[key: string]: any;
|
|
264
|
-
};
|
|
263
|
+
type?: import("vue").PropType<string>;
|
|
264
|
+
default?: string;
|
|
265
265
|
};
|
|
266
266
|
isOpenRequestTimer: {
|
|
267
267
|
type?: import("vue").PropType<boolean>;
|
|
@@ -287,5 +287,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
287
287
|
type?: import("vue").PropType<number>;
|
|
288
288
|
default?: number;
|
|
289
289
|
};
|
|
290
|
+
requestParamsMode: {
|
|
291
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
292
|
+
default?: "1" | "2";
|
|
293
|
+
};
|
|
294
|
+
customRequestParams: {
|
|
295
|
+
type?: import("vue").PropType<string>;
|
|
296
|
+
default?: string;
|
|
297
|
+
};
|
|
290
298
|
}>>, {}>;
|
|
291
299
|
export default _sfc_main;
|
|
@@ -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>;
|
|
@@ -141,6 +137,14 @@ export declare const EcanTimeDisplay: import('../../utils/withInstall').SFCWithI
|
|
|
141
137
|
type?: import("vue").PropType<number>;
|
|
142
138
|
default?: number;
|
|
143
139
|
};
|
|
140
|
+
requestParamsMode: {
|
|
141
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
142
|
+
default?: "1" | "2";
|
|
143
|
+
};
|
|
144
|
+
customRequestParams: {
|
|
145
|
+
type?: import("vue").PropType<string>;
|
|
146
|
+
default?: string;
|
|
147
|
+
};
|
|
144
148
|
}, {
|
|
145
149
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
146
150
|
time: import("vue").Ref<any>;
|
|
@@ -256,12 +260,8 @@ export declare const EcanTimeDisplay: import('../../utils/withInstall').SFCWithI
|
|
|
256
260
|
default?: import("../../utils/props").RequestMethod;
|
|
257
261
|
};
|
|
258
262
|
requestHeaders: {
|
|
259
|
-
type?: import("vue").PropType<
|
|
260
|
-
|
|
261
|
-
}>;
|
|
262
|
-
default?: {
|
|
263
|
-
[key: string]: any;
|
|
264
|
-
};
|
|
263
|
+
type?: import("vue").PropType<string>;
|
|
264
|
+
default?: string;
|
|
265
265
|
};
|
|
266
266
|
isOpenRequestTimer: {
|
|
267
267
|
type?: import("vue").PropType<boolean>;
|
|
@@ -287,6 +287,14 @@ export declare const EcanTimeDisplay: import('../../utils/withInstall').SFCWithI
|
|
|
287
287
|
type?: import("vue").PropType<number>;
|
|
288
288
|
default?: number;
|
|
289
289
|
};
|
|
290
|
+
requestParamsMode: {
|
|
291
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
292
|
+
default?: "1" | "2";
|
|
293
|
+
};
|
|
294
|
+
customRequestParams: {
|
|
295
|
+
type?: import("vue").PropType<string>;
|
|
296
|
+
default?: string;
|
|
297
|
+
};
|
|
290
298
|
}>>, {}>> & Record<string, any>;
|
|
291
299
|
export default EcanTimeDisplay;
|
|
292
300
|
export * from './props';
|
|
@@ -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>;
|
|
@@ -158,5 +154,13 @@ export declare const timeDisplayComponentProps: {
|
|
|
158
154
|
type?: import("vue").PropType<number>;
|
|
159
155
|
default?: number;
|
|
160
156
|
};
|
|
157
|
+
requestParamsMode: {
|
|
158
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
159
|
+
default?: "1" | "2";
|
|
160
|
+
};
|
|
161
|
+
customRequestParams: {
|
|
162
|
+
type?: import("vue").PropType<string>;
|
|
163
|
+
default?: string;
|
|
164
|
+
};
|
|
161
165
|
};
|
|
162
166
|
export declare const timeDisplayEvents: string[];
|
package/types/utils/props.d.ts
CHANGED
|
@@ -42,15 +42,15 @@ 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;
|
|
51
49
|
requestSort: number;
|
|
52
50
|
dataType: 'static' | 'request' | 'indicator';
|
|
53
51
|
scale?: number;
|
|
52
|
+
requestParamsMode: '1' | '2';
|
|
53
|
+
customRequestParams: string;
|
|
54
54
|
}
|
|
55
55
|
export declare const props: Props;
|
|
56
56
|
export declare const transformToComponentProps: <T extends {}>(props: T) => { [P in keyof T]: {
|