@ecan-bi/datav 1.1.40 → 1.1.42
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 +1307 -1297
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +6 -6
- 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 +144 -618
- package/types/container/border/index.d.ts +144 -618
- package/types/container/border/props.d.ts +72 -309
- package/types/container/modal/Modal.vue.d.ts +74 -237
- package/types/container/modal/index.d.ts +73 -237
- package/types/container/modal/props.d.ts +36 -117
- package/types/container/tabs/Tabs.vue.d.ts +176 -400
- package/types/container/tabs/index.d.ts +176 -400
- package/types/container/tabs/props.d.ts +88 -200
- package/types/control/button/Button.vue.d.ts +126 -418
- package/types/control/button/index.d.ts +126 -418
- package/types/control/button/props.d.ts +63 -209
- package/types/control/checkbox/Checkbox.vue.d.ts +102 -334
- package/types/control/checkbox/index.d.ts +102 -334
- package/types/control/checkbox/props.d.ts +51 -167
- package/types/control/date-picker/DatePicker.vue.d.ts +119 -391
- package/types/control/date-picker/index.d.ts +119 -391
- package/types/control/date-picker/props.d.ts +59 -195
- package/types/control/input/Input.vue.d.ts +102 -334
- package/types/control/input/index.d.ts +102 -334
- package/types/control/input/props.d.ts +51 -167
- package/types/control/range-picker/RangePicker.vue.d.ts +128 -420
- package/types/control/range-picker/index.d.ts +128 -420
- package/types/control/range-picker/props.d.ts +63 -209
- package/types/control/select/Select.vue.d.ts +125 -531
- package/types/control/select/index.d.ts +125 -531
- package/types/control/select/props.d.ts +59 -265
- package/types/graph/bar/Bar.vue.d.ts +374 -2044
- package/types/graph/bar/index.d.ts +373 -2043
- package/types/graph/bar/props.d.ts +166 -962
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +340 -741
- package/types/graph/combo-graph/index.d.ts +339 -741
- package/types/graph/combo-graph/props.d.ts +154 -355
- package/types/graph/custom-graph/CustomGraph.vue.d.ts +100 -420
- package/types/graph/custom-graph/index.d.ts +100 -420
- package/types/graph/custom-graph/props.d.ts +50 -210
- package/types/graph/line/Line.vue.d.ts +364 -2546
- package/types/graph/line/index.d.ts +364 -2546
- package/types/graph/line/props.d.ts +149 -1211
- package/types/graph/pie/Pie.vue.d.ts +317 -722
- package/types/graph/pie/index.d.ts +316 -722
- package/types/graph/pie/props.d.ts +142 -345
- package/types/graph/scatter/Scatter.vue.d.ts +293 -639
- package/types/graph/scatter/index.d.ts +293 -639
- package/types/graph/scatter/props.d.ts +132 -305
- package/types/map/map/Map.vue.d.ts +269 -1404
- package/types/map/map/index.d.ts +269 -1404
- package/types/map/map/props.d.ts +121 -664
- package/types/media/iframe/Iframe.vue.d.ts +102 -334
- package/types/media/iframe/index.d.ts +102 -334
- package/types/media/iframe/props.d.ts +51 -167
- package/types/media/image/Image.vue.d.ts +110 -362
- package/types/media/image/index.d.ts +110 -362
- package/types/media/image/props.d.ts +55 -181
- package/types/setting/page-config/PageConfig.vue.d.ts +28 -70
- package/types/setting/page-config/index.d.ts +28 -70
- package/types/setting/page-config/props.d.ts +14 -35
- package/types/setting/provider-config/ProviderConfig.vue.d.ts +22 -62
- package/types/setting/provider-config/index.d.ts +22 -62
- package/types/setting/provider-config/props.d.ts +11 -31
- package/types/table/table/Table.vue.d.ts +234 -1660
- package/types/table/table/index.d.ts +234 -1660
- package/types/table/table/props.d.ts +101 -811
- package/types/text/list/List.vue.d.ts +136 -688
- package/types/text/list/index.d.ts +136 -688
- package/types/text/list/props.d.ts +68 -344
- package/types/text/proportion/Proportion.vue.d.ts +148 -636
- package/types/text/proportion/index.d.ts +148 -636
- package/types/text/proportion/props.d.ts +74 -318
- package/types/text/text/Text.vue.d.ts +160 -690
- package/types/text/text/index.d.ts +160 -690
- package/types/text/text/props.d.ts +81 -346
- package/types/text/time-display/TimeDisplay.vue.d.ts +126 -418
- package/types/text/time-display/index.d.ts +126 -418
- package/types/text/time-display/props.d.ts +63 -209
- package/types/utils/props.d.ts +3 -5
- package/types/utils/runCode.d.ts +2 -0
|
@@ -12,274 +12,128 @@ export interface ButtonProps extends Props {
|
|
|
12
12
|
export declare const buttonProps: ButtonProps;
|
|
13
13
|
export declare const buttonComponentProps: {
|
|
14
14
|
text: {
|
|
15
|
-
type?:
|
|
16
|
-
default?:
|
|
17
|
-
} | {
|
|
18
|
-
type: any;
|
|
19
|
-
default: string | number | boolean | import('../../utils/props').Events | {
|
|
20
|
-
[key: string]: any;
|
|
21
|
-
} | import('../../utils/props').RequestParams;
|
|
15
|
+
type?: import("vue").PropType<string>;
|
|
16
|
+
default?: string;
|
|
22
17
|
};
|
|
23
18
|
mode: {
|
|
24
|
-
type?:
|
|
25
|
-
default?:
|
|
26
|
-
} | {
|
|
27
|
-
type: any;
|
|
28
|
-
default: string | number | boolean | import('../../utils/props').Events | {
|
|
29
|
-
[key: string]: any;
|
|
30
|
-
} | import('../../utils/props').RequestParams;
|
|
19
|
+
type?: import("vue").PropType<"text" | "link" | "default" | "dashed" | "primary">;
|
|
20
|
+
default?: "text" | "link" | "default" | "dashed" | "primary";
|
|
31
21
|
};
|
|
32
22
|
danger: {
|
|
33
|
-
type?:
|
|
34
|
-
default?:
|
|
35
|
-
} | {
|
|
36
|
-
type: any;
|
|
37
|
-
default: string | number | boolean | import('../../utils/props').Events | {
|
|
38
|
-
[key: string]: any;
|
|
39
|
-
} | import('../../utils/props').RequestParams;
|
|
23
|
+
type?: import("vue").PropType<boolean>;
|
|
24
|
+
default?: boolean;
|
|
40
25
|
};
|
|
41
26
|
shape: {
|
|
42
|
-
type?:
|
|
43
|
-
default?:
|
|
44
|
-
} | {
|
|
45
|
-
type: any;
|
|
46
|
-
default: string | number | boolean | import('../../utils/props').Events | {
|
|
47
|
-
[key: string]: any;
|
|
48
|
-
} | import('../../utils/props').RequestParams;
|
|
27
|
+
type?: import("vue").PropType<"default" | "round" | "circle">;
|
|
28
|
+
default?: "default" | "round" | "circle";
|
|
49
29
|
};
|
|
50
30
|
href: {
|
|
51
|
-
type?:
|
|
52
|
-
default?:
|
|
53
|
-
} | {
|
|
54
|
-
type: any;
|
|
55
|
-
default: string | number | boolean | import('../../utils/props').Events | {
|
|
56
|
-
[key: string]: any;
|
|
57
|
-
} | import('../../utils/props').RequestParams;
|
|
31
|
+
type?: import("vue").PropType<string>;
|
|
32
|
+
default?: string;
|
|
58
33
|
};
|
|
59
34
|
target: {
|
|
60
|
-
type?:
|
|
61
|
-
default?:
|
|
62
|
-
} | {
|
|
63
|
-
type: any;
|
|
64
|
-
default: string | number | boolean | import('../../utils/props').Events | {
|
|
65
|
-
[key: string]: any;
|
|
66
|
-
} | import('../../utils/props').RequestParams;
|
|
35
|
+
type?: import("vue").PropType<"self" | "blank" | "event">;
|
|
36
|
+
default?: "self" | "blank" | "event";
|
|
67
37
|
};
|
|
68
38
|
fontSize: {
|
|
69
|
-
type?:
|
|
70
|
-
default?:
|
|
71
|
-
} | {
|
|
72
|
-
type: any;
|
|
73
|
-
default: string | number | boolean | import('../../utils/props').Events | {
|
|
74
|
-
[key: string]: any;
|
|
75
|
-
} | import('../../utils/props').RequestParams;
|
|
39
|
+
type?: import("vue").PropType<string>;
|
|
40
|
+
default?: string;
|
|
76
41
|
};
|
|
77
42
|
fontWeight: {
|
|
78
|
-
type?:
|
|
79
|
-
default?:
|
|
80
|
-
} | {
|
|
81
|
-
type: any;
|
|
82
|
-
default: string | number | boolean | import('../../utils/props').Events | {
|
|
83
|
-
[key: string]: any;
|
|
84
|
-
} | import('../../utils/props').RequestParams;
|
|
43
|
+
type?: import("vue").PropType<number>;
|
|
44
|
+
default?: number;
|
|
85
45
|
};
|
|
86
46
|
id: {
|
|
87
|
-
type?:
|
|
88
|
-
default?:
|
|
89
|
-
} | {
|
|
90
|
-
type: any;
|
|
91
|
-
default: string | number | boolean | import('../../utils/props').Events | {
|
|
92
|
-
[key: string]: any;
|
|
93
|
-
} | import('../../utils/props').RequestParams;
|
|
47
|
+
type?: import("vue").PropType<string>;
|
|
48
|
+
default?: string;
|
|
94
49
|
};
|
|
95
50
|
name: {
|
|
96
|
-
type?:
|
|
97
|
-
default?:
|
|
98
|
-
} | {
|
|
99
|
-
type: any;
|
|
100
|
-
default: string | number | boolean | import('../../utils/props').Events | {
|
|
101
|
-
[key: string]: any;
|
|
102
|
-
} | import('../../utils/props').RequestParams;
|
|
51
|
+
type?: import("vue").PropType<string>;
|
|
52
|
+
default?: string;
|
|
103
53
|
};
|
|
104
54
|
keyName: {
|
|
105
|
-
type?:
|
|
106
|
-
default?:
|
|
107
|
-
} | {
|
|
108
|
-
type: any;
|
|
109
|
-
default: string | number | boolean | import('../../utils/props').Events | {
|
|
110
|
-
[key: string]: any;
|
|
111
|
-
} | import('../../utils/props').RequestParams;
|
|
55
|
+
type?: import("vue").PropType<string>;
|
|
56
|
+
default?: string;
|
|
112
57
|
};
|
|
113
58
|
type: {
|
|
114
|
-
type?:
|
|
115
|
-
default?:
|
|
116
|
-
} | {
|
|
117
|
-
type: any;
|
|
118
|
-
default: string | number | boolean | import('../../utils/props').Events | {
|
|
119
|
-
[key: string]: any;
|
|
120
|
-
} | import('../../utils/props').RequestParams;
|
|
59
|
+
type?: import("vue").PropType<string>;
|
|
60
|
+
default?: string;
|
|
121
61
|
};
|
|
122
62
|
width: {
|
|
123
|
-
type?:
|
|
124
|
-
default?:
|
|
125
|
-
} | {
|
|
126
|
-
type: any;
|
|
127
|
-
default: string | number | boolean | import('../../utils/props').Events | {
|
|
128
|
-
[key: string]: any;
|
|
129
|
-
} | import('../../utils/props').RequestParams;
|
|
63
|
+
type?: import("vue").PropType<string>;
|
|
64
|
+
default?: string;
|
|
130
65
|
};
|
|
131
66
|
height: {
|
|
132
|
-
type?:
|
|
133
|
-
default?:
|
|
134
|
-
} | {
|
|
135
|
-
type: any;
|
|
136
|
-
default: string | number | boolean | import('../../utils/props').Events | {
|
|
137
|
-
[key: string]: any;
|
|
138
|
-
} | import('../../utils/props').RequestParams;
|
|
67
|
+
type?: import("vue").PropType<string>;
|
|
68
|
+
default?: string;
|
|
139
69
|
};
|
|
140
70
|
position: {
|
|
141
|
-
type?:
|
|
142
|
-
default?:
|
|
143
|
-
} | {
|
|
144
|
-
type: any;
|
|
145
|
-
default: string | number | boolean | import('../../utils/props').Events | {
|
|
146
|
-
[key: string]: any;
|
|
147
|
-
} | import('../../utils/props').RequestParams;
|
|
71
|
+
type?: import("vue").PropType<string>;
|
|
72
|
+
default?: string;
|
|
148
73
|
};
|
|
149
74
|
top: {
|
|
150
|
-
type?:
|
|
151
|
-
default?:
|
|
152
|
-
} | {
|
|
153
|
-
type: any;
|
|
154
|
-
default: string | number | boolean | import('../../utils/props').Events | {
|
|
155
|
-
[key: string]: any;
|
|
156
|
-
} | import('../../utils/props').RequestParams;
|
|
75
|
+
type?: import("vue").PropType<string>;
|
|
76
|
+
default?: string;
|
|
157
77
|
};
|
|
158
78
|
left: {
|
|
159
|
-
type?:
|
|
160
|
-
default?:
|
|
161
|
-
} | {
|
|
162
|
-
type: any;
|
|
163
|
-
default: string | number | boolean | import('../../utils/props').Events | {
|
|
164
|
-
[key: string]: any;
|
|
165
|
-
} | import('../../utils/props').RequestParams;
|
|
79
|
+
type?: import("vue").PropType<string>;
|
|
80
|
+
default?: string;
|
|
166
81
|
};
|
|
167
82
|
zIndex: {
|
|
168
|
-
type?:
|
|
169
|
-
default?:
|
|
170
|
-
} | {
|
|
171
|
-
type: any;
|
|
172
|
-
default: string | number | boolean | import('../../utils/props').Events | {
|
|
173
|
-
[key: string]: any;
|
|
174
|
-
} | import('../../utils/props').RequestParams;
|
|
83
|
+
type?: import("vue").PropType<number>;
|
|
84
|
+
default?: number;
|
|
175
85
|
};
|
|
176
86
|
rotate: {
|
|
177
|
-
type?:
|
|
178
|
-
default?:
|
|
179
|
-
} | {
|
|
180
|
-
type: any;
|
|
181
|
-
default: string | number | boolean | import('../../utils/props').Events | {
|
|
182
|
-
[key: string]: any;
|
|
183
|
-
} | import('../../utils/props').RequestParams;
|
|
87
|
+
type?: import("vue").PropType<string>;
|
|
88
|
+
default?: string;
|
|
184
89
|
};
|
|
185
90
|
isShow: {
|
|
186
|
-
type?:
|
|
187
|
-
default?:
|
|
188
|
-
} | {
|
|
189
|
-
type: any;
|
|
190
|
-
default: string | number | boolean | import('../../utils/props').Events | {
|
|
191
|
-
[key: string]: any;
|
|
192
|
-
} | import('../../utils/props').RequestParams;
|
|
91
|
+
type?: import("vue").PropType<boolean>;
|
|
92
|
+
default?: boolean;
|
|
193
93
|
};
|
|
194
94
|
isRender: {
|
|
195
|
-
type?:
|
|
196
|
-
default?:
|
|
197
|
-
} | {
|
|
198
|
-
type: any;
|
|
199
|
-
default: string | number | boolean | import('../../utils/props').Events | {
|
|
200
|
-
[key: string]: any;
|
|
201
|
-
} | import('../../utils/props').RequestParams;
|
|
95
|
+
type?: import("vue").PropType<boolean>;
|
|
96
|
+
default?: boolean;
|
|
202
97
|
};
|
|
203
98
|
events: {
|
|
204
|
-
type?:
|
|
205
|
-
default?:
|
|
206
|
-
} | {
|
|
207
|
-
type: any;
|
|
208
|
-
default: string | number | boolean | import('../../utils/props').Events | {
|
|
209
|
-
[key: string]: any;
|
|
210
|
-
} | import('../../utils/props').RequestParams;
|
|
99
|
+
type?: import("vue").PropType<import('../../utils/props').Events>;
|
|
100
|
+
default?: import('../../utils/props').Events;
|
|
211
101
|
};
|
|
212
102
|
requestUrl: {
|
|
213
|
-
type?:
|
|
214
|
-
default?:
|
|
215
|
-
} | {
|
|
216
|
-
type: any;
|
|
217
|
-
default: string | number | boolean | import('../../utils/props').Events | {
|
|
218
|
-
[key: string]: any;
|
|
219
|
-
} | import('../../utils/props').RequestParams;
|
|
103
|
+
type?: import("vue").PropType<string>;
|
|
104
|
+
default?: string;
|
|
220
105
|
};
|
|
221
106
|
requestMethod: {
|
|
222
|
-
type?:
|
|
223
|
-
default?:
|
|
224
|
-
} | {
|
|
225
|
-
type: any;
|
|
226
|
-
default: string | number | boolean | import('../../utils/props').Events | {
|
|
227
|
-
[key: string]: any;
|
|
228
|
-
} | import('../../utils/props').RequestParams;
|
|
107
|
+
type?: import("vue").PropType<import('../../utils/props').RequestMethod>;
|
|
108
|
+
default?: import('../../utils/props').RequestMethod;
|
|
229
109
|
};
|
|
230
110
|
requestHeaders: {
|
|
231
|
-
type?:
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
default: string | number | boolean | import('../../utils/props').Events | {
|
|
111
|
+
type?: import("vue").PropType<{
|
|
112
|
+
[key: string]: any;
|
|
113
|
+
}>;
|
|
114
|
+
default?: {
|
|
236
115
|
[key: string]: any;
|
|
237
|
-
}
|
|
116
|
+
};
|
|
238
117
|
};
|
|
239
118
|
isOpenRequestTimer: {
|
|
240
|
-
type?:
|
|
241
|
-
default?:
|
|
242
|
-
} | {
|
|
243
|
-
type: any;
|
|
244
|
-
default: string | number | boolean | import('../../utils/props').Events | {
|
|
245
|
-
[key: string]: any;
|
|
246
|
-
} | import('../../utils/props').RequestParams;
|
|
119
|
+
type?: import("vue").PropType<boolean>;
|
|
120
|
+
default?: boolean;
|
|
247
121
|
};
|
|
248
122
|
requestInterval: {
|
|
249
|
-
type?:
|
|
250
|
-
default?:
|
|
251
|
-
} | {
|
|
252
|
-
type: any;
|
|
253
|
-
default: string | number | boolean | import('../../utils/props').Events | {
|
|
254
|
-
[key: string]: any;
|
|
255
|
-
} | import('../../utils/props').RequestParams;
|
|
123
|
+
type?: import("vue").PropType<number>;
|
|
124
|
+
default?: number;
|
|
256
125
|
};
|
|
257
126
|
requestParams: {
|
|
258
|
-
type?:
|
|
259
|
-
default?:
|
|
260
|
-
} | {
|
|
261
|
-
type: any;
|
|
262
|
-
default: string | number | boolean | import('../../utils/props').Events | {
|
|
263
|
-
[key: string]: any;
|
|
264
|
-
} | import('../../utils/props').RequestParams;
|
|
127
|
+
type?: import("vue").PropType<import('../../utils/props').RequestParams>;
|
|
128
|
+
default?: import('../../utils/props').RequestParams;
|
|
265
129
|
};
|
|
266
130
|
requestSort: {
|
|
267
|
-
type?:
|
|
268
|
-
default?:
|
|
269
|
-
} | {
|
|
270
|
-
type: any;
|
|
271
|
-
default: string | number | boolean | import('../../utils/props').Events | {
|
|
272
|
-
[key: string]: any;
|
|
273
|
-
} | import('../../utils/props').RequestParams;
|
|
131
|
+
type?: import("vue").PropType<number>;
|
|
132
|
+
default?: number;
|
|
274
133
|
};
|
|
275
134
|
dataType: {
|
|
276
|
-
type?:
|
|
277
|
-
default?:
|
|
278
|
-
} | {
|
|
279
|
-
type: any;
|
|
280
|
-
default: string | number | boolean | import('../../utils/props').Events | {
|
|
281
|
-
[key: string]: any;
|
|
282
|
-
} | import('../../utils/props').RequestParams;
|
|
135
|
+
type?: import("vue").PropType<"indicator" | "static" | "request">;
|
|
136
|
+
default?: "indicator" | "static" | "request";
|
|
283
137
|
};
|
|
284
138
|
};
|
|
285
139
|
export declare const buttonEvents: string[];
|