@ecan-bi/datav 1.0.41 → 1.0.44

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 (62) hide show
  1. package/dist/index.es.js +906 -255
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +906 -252
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/style.css +149 -86
  6. package/package.json +1 -1
  7. package/types/_utils/constant.d.ts +3 -1
  8. package/types/_utils/hooks/index.d.ts +2 -0
  9. package/types/_utils/hooks/useHrefParamsToGlobalVariables.d.ts +2 -0
  10. package/types/_utils/hooks/useIndicatorData.d.ts +4 -0
  11. package/types/container/border/Border.vue.d.ts +183 -54
  12. package/types/container/border/index.d.ts +130 -1
  13. package/types/container/border/props.d.ts +115 -55
  14. package/types/container/modal/Modal.vue.d.ts +1 -1
  15. package/types/container/modal/index.d.ts +1 -1
  16. package/types/control/button/Button.vue.d.ts +110 -0
  17. package/types/control/button/index.d.ts +111 -1
  18. package/types/control/button/props.d.ts +104 -44
  19. package/types/control/date-picker/props.d.ts +52 -52
  20. package/types/control/input/props.d.ts +48 -48
  21. package/types/control/range-picker/RangePicker.vue.d.ts +52 -52
  22. package/types/control/range-picker/props.d.ts +52 -52
  23. package/types/control/select/Select.vue.d.ts +50 -50
  24. package/types/control/select/props.d.ts +50 -50
  25. package/types/control/tabs/Tabs.vue.d.ts +42 -0
  26. package/types/control/tabs/index.d.ts +42 -0
  27. package/types/control/tabs/props.d.ts +24 -0
  28. package/types/graph/bar/Bar.vue.d.ts +128 -128
  29. package/types/graph/bar/index.d.ts +128 -128
  30. package/types/graph/bar/props.d.ts +65 -65
  31. package/types/graph/combo-graph/ComboGraph.vue.d.ts +155 -0
  32. package/types/graph/combo-graph/index.d.ts +155 -0
  33. package/types/graph/combo-graph/props.d.ts +72 -0
  34. package/types/graph/custom-graph/props.d.ts +48 -48
  35. package/types/graph/line/Line.vue.d.ts +155 -0
  36. package/types/graph/line/index.d.ts +155 -0
  37. package/types/graph/line/props.d.ts +72 -0
  38. package/types/graph/pie/Pie.vue.d.ts +155 -0
  39. package/types/graph/pie/index.d.ts +155 -0
  40. package/types/graph/pie/props.d.ts +72 -0
  41. package/types/graph/scatter/Scatter.vue.d.ts +155 -0
  42. package/types/graph/scatter/index.d.ts +155 -0
  43. package/types/graph/scatter/props.d.ts +72 -0
  44. package/types/map/map/props.d.ts +112 -112
  45. package/types/media/image/props.d.ts +52 -52
  46. package/types/setting/index.d.ts +1 -0
  47. package/types/setting/provider-config/ProviderConfig.vue.d.ts +36 -6
  48. package/types/setting/provider-config/index.d.ts +37 -7
  49. package/types/setting/provider-config/props.d.ts +21 -3
  50. package/types/setting/renderer/Renderer.vue.d.ts +22 -0
  51. package/types/setting/renderer/index.d.ts +23 -0
  52. package/types/setting/renderer/props.d.ts +17 -0
  53. package/types/table/table/Table.vue.d.ts +900 -79
  54. package/types/table/table/index.d.ts +899 -79
  55. package/types/table/table/props.d.ts +451 -39
  56. package/types/text/list/List.vue.d.ts +64 -64
  57. package/types/text/list/props.d.ts +64 -64
  58. package/types/text/proportion/Proportion.vue.d.ts +68 -68
  59. package/types/text/proportion/props.d.ts +68 -68
  60. package/types/text/text/Text.vue.d.ts +66 -66
  61. package/types/text/text/props.d.ts +66 -66
  62. package/types/text/time-display/props.d.ts +60 -60
@@ -1,4 +1,4 @@
1
- export declare const EcanBorder: import("../../_utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
1
+ export declare const EcanBorder: import('../../_utils/withInstall').SFCWithInstall<import("vue").DefineComponent<{
2
2
  fontSize: {
3
3
  type?: undefined;
4
4
  default?: undefined;
@@ -44,6 +44,60 @@ export declare const EcanBorder: import("../../_utils/withInstall").SFCWithInsta
44
44
  [key: string]: any;
45
45
  } | import("../../_utils/props").RequestParams;
46
46
  };
47
+ borderColor: {
48
+ type?: undefined;
49
+ default?: undefined;
50
+ } | {
51
+ type: any;
52
+ default: string | number | boolean | import("../../_utils/props").Events | {
53
+ [key: string]: any;
54
+ } | import("../../_utils/props").RequestParams;
55
+ };
56
+ borderRadius: {
57
+ type?: undefined;
58
+ default?: undefined;
59
+ } | {
60
+ type: any;
61
+ default: string | number | boolean | import("../../_utils/props").Events | {
62
+ [key: string]: any;
63
+ } | import("../../_utils/props").RequestParams;
64
+ };
65
+ borderStyle: {
66
+ type?: undefined;
67
+ default?: undefined;
68
+ } | {
69
+ type: any;
70
+ default: string | number | boolean | import("../../_utils/props").Events | {
71
+ [key: string]: any;
72
+ } | import("../../_utils/props").RequestParams;
73
+ };
74
+ borderWidth: {
75
+ type?: undefined;
76
+ default?: undefined;
77
+ } | {
78
+ type: any;
79
+ default: string | number | boolean | import("../../_utils/props").Events | {
80
+ [key: string]: any;
81
+ } | import("../../_utils/props").RequestParams;
82
+ };
83
+ backgroundColor: {
84
+ type?: undefined;
85
+ default?: undefined;
86
+ } | {
87
+ type: any;
88
+ default: string | number | boolean | import("../../_utils/props").Events | {
89
+ [key: string]: any;
90
+ } | import("../../_utils/props").RequestParams;
91
+ };
92
+ useBorderModify: {
93
+ type?: undefined;
94
+ default?: undefined;
95
+ } | {
96
+ type: any;
97
+ default: string | number | boolean | import("../../_utils/props").Events | {
98
+ [key: string]: any;
99
+ } | import("../../_utils/props").RequestParams;
100
+ };
47
101
  id: {
48
102
  type?: undefined;
49
103
  default?: undefined;
@@ -245,6 +299,27 @@ export declare const EcanBorder: import("../../_utils/withInstall").SFCWithInsta
245
299
  }, {
246
300
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
247
301
  click: () => void;
302
+ borderStyle: import("vue").ComputedRef<{
303
+ borderWidth: string | number | boolean | {
304
+ [key: string]: any;
305
+ };
306
+ borderStyle: string | number | boolean | {
307
+ [key: string]: any;
308
+ };
309
+ borderRadius: string | number | boolean | {
310
+ [key: string]: any;
311
+ };
312
+ borderColor: string | number | boolean | {
313
+ [key: string]: any;
314
+ };
315
+ backgroundColor: string | number | boolean | {
316
+ [key: string]: any;
317
+ };
318
+ width: string;
319
+ height: string;
320
+ }>;
321
+ theme: string;
322
+ onDrag: (e: DragEvent) => void;
248
323
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
249
324
  fontSize: {
250
325
  type?: undefined;
@@ -291,6 +366,60 @@ export declare const EcanBorder: import("../../_utils/withInstall").SFCWithInsta
291
366
  [key: string]: any;
292
367
  } | import("../../_utils/props").RequestParams;
293
368
  };
369
+ borderColor: {
370
+ type?: undefined;
371
+ default?: undefined;
372
+ } | {
373
+ type: any;
374
+ default: string | number | boolean | import("../../_utils/props").Events | {
375
+ [key: string]: any;
376
+ } | import("../../_utils/props").RequestParams;
377
+ };
378
+ borderRadius: {
379
+ type?: undefined;
380
+ default?: undefined;
381
+ } | {
382
+ type: any;
383
+ default: string | number | boolean | import("../../_utils/props").Events | {
384
+ [key: string]: any;
385
+ } | import("../../_utils/props").RequestParams;
386
+ };
387
+ borderStyle: {
388
+ type?: undefined;
389
+ default?: undefined;
390
+ } | {
391
+ type: any;
392
+ default: string | number | boolean | import("../../_utils/props").Events | {
393
+ [key: string]: any;
394
+ } | import("../../_utils/props").RequestParams;
395
+ };
396
+ borderWidth: {
397
+ type?: undefined;
398
+ default?: undefined;
399
+ } | {
400
+ type: any;
401
+ default: string | number | boolean | import("../../_utils/props").Events | {
402
+ [key: string]: any;
403
+ } | import("../../_utils/props").RequestParams;
404
+ };
405
+ backgroundColor: {
406
+ type?: undefined;
407
+ default?: undefined;
408
+ } | {
409
+ type: any;
410
+ default: string | number | boolean | import("../../_utils/props").Events | {
411
+ [key: string]: any;
412
+ } | import("../../_utils/props").RequestParams;
413
+ };
414
+ useBorderModify: {
415
+ type?: undefined;
416
+ default?: undefined;
417
+ } | {
418
+ type: any;
419
+ default: string | number | boolean | import("../../_utils/props").Events | {
420
+ [key: string]: any;
421
+ } | import("../../_utils/props").RequestParams;
422
+ };
294
423
  id: {
295
424
  type?: undefined;
296
425
  default?: undefined;
@@ -4,7 +4,13 @@ export interface BorderProps extends Props {
4
4
  fontFamily: string;
5
5
  fontWeight: number;
6
6
  title: string;
7
- mode: 'top-title' | 'no-title' | 'left-top';
7
+ mode: 'only-border' | 'top-title' | 'no-title' | 'left-top';
8
+ borderColor: string;
9
+ borderRadius: string;
10
+ borderStyle: string;
11
+ borderWidth: string;
12
+ backgroundColor: string;
13
+ useBorderModify: boolean;
8
14
  }
9
15
  export declare const borderProps: BorderProps;
10
16
  export declare const borderComponentProps: {
@@ -13,243 +19,297 @@ export declare const borderComponentProps: {
13
19
  default?: undefined;
14
20
  } | {
15
21
  type: any;
16
- default: string | number | boolean | import("../../_utils/props").Events | {
22
+ default: string | number | boolean | import('../../_utils/props').Events | {
17
23
  [key: string]: any;
18
- } | import("../../_utils/props").RequestParams;
24
+ } | import('../../_utils/props').RequestParams;
19
25
  };
20
26
  fontFamily: {
21
27
  type?: undefined;
22
28
  default?: undefined;
23
29
  } | {
24
30
  type: any;
25
- default: string | number | boolean | import("../../_utils/props").Events | {
31
+ default: string | number | boolean | import('../../_utils/props').Events | {
26
32
  [key: string]: any;
27
- } | import("../../_utils/props").RequestParams;
33
+ } | import('../../_utils/props').RequestParams;
28
34
  };
29
35
  fontWeight: {
30
36
  type?: undefined;
31
37
  default?: undefined;
32
38
  } | {
33
39
  type: any;
34
- default: string | number | boolean | import("../../_utils/props").Events | {
40
+ default: string | number | boolean | import('../../_utils/props').Events | {
35
41
  [key: string]: any;
36
- } | import("../../_utils/props").RequestParams;
42
+ } | import('../../_utils/props').RequestParams;
37
43
  };
38
44
  title: {
39
45
  type?: undefined;
40
46
  default?: undefined;
41
47
  } | {
42
48
  type: any;
43
- default: string | number | boolean | import("../../_utils/props").Events | {
49
+ default: string | number | boolean | import('../../_utils/props').Events | {
44
50
  [key: string]: any;
45
- } | import("../../_utils/props").RequestParams;
51
+ } | import('../../_utils/props').RequestParams;
46
52
  };
47
53
  mode: {
48
54
  type?: undefined;
49
55
  default?: undefined;
50
56
  } | {
51
57
  type: any;
52
- default: string | number | boolean | import("../../_utils/props").Events | {
58
+ default: string | number | boolean | import('../../_utils/props').Events | {
53
59
  [key: string]: any;
54
- } | import("../../_utils/props").RequestParams;
60
+ } | import('../../_utils/props').RequestParams;
61
+ };
62
+ borderColor: {
63
+ type?: undefined;
64
+ default?: undefined;
65
+ } | {
66
+ type: any;
67
+ default: string | number | boolean | import('../../_utils/props').Events | {
68
+ [key: string]: any;
69
+ } | import('../../_utils/props').RequestParams;
70
+ };
71
+ borderRadius: {
72
+ type?: undefined;
73
+ default?: undefined;
74
+ } | {
75
+ type: any;
76
+ default: string | number | boolean | import('../../_utils/props').Events | {
77
+ [key: string]: any;
78
+ } | import('../../_utils/props').RequestParams;
79
+ };
80
+ borderStyle: {
81
+ type?: undefined;
82
+ default?: undefined;
83
+ } | {
84
+ type: any;
85
+ default: string | number | boolean | import('../../_utils/props').Events | {
86
+ [key: string]: any;
87
+ } | import('../../_utils/props').RequestParams;
88
+ };
89
+ borderWidth: {
90
+ type?: undefined;
91
+ default?: undefined;
92
+ } | {
93
+ type: any;
94
+ default: string | number | boolean | import('../../_utils/props').Events | {
95
+ [key: string]: any;
96
+ } | import('../../_utils/props').RequestParams;
97
+ };
98
+ backgroundColor: {
99
+ type?: undefined;
100
+ default?: undefined;
101
+ } | {
102
+ type: any;
103
+ default: string | number | boolean | import('../../_utils/props').Events | {
104
+ [key: string]: any;
105
+ } | import('../../_utils/props').RequestParams;
106
+ };
107
+ useBorderModify: {
108
+ type?: undefined;
109
+ default?: undefined;
110
+ } | {
111
+ type: any;
112
+ default: string | number | boolean | import('../../_utils/props').Events | {
113
+ [key: string]: any;
114
+ } | import('../../_utils/props').RequestParams;
55
115
  };
56
116
  id: {
57
117
  type?: undefined;
58
118
  default?: undefined;
59
119
  } | {
60
120
  type: any;
61
- default: string | number | boolean | import("../../_utils/props").Events | {
121
+ default: string | number | boolean | import('../../_utils/props').Events | {
62
122
  [key: string]: any;
63
- } | import("../../_utils/props").RequestParams;
123
+ } | import('../../_utils/props').RequestParams;
64
124
  };
65
125
  name: {
66
126
  type?: undefined;
67
127
  default?: undefined;
68
128
  } | {
69
129
  type: any;
70
- default: string | number | boolean | import("../../_utils/props").Events | {
130
+ default: string | number | boolean | import('../../_utils/props').Events | {
71
131
  [key: string]: any;
72
- } | import("../../_utils/props").RequestParams;
132
+ } | import('../../_utils/props').RequestParams;
73
133
  };
74
134
  keyName: {
75
135
  type?: undefined;
76
136
  default?: undefined;
77
137
  } | {
78
138
  type: any;
79
- default: string | number | boolean | import("../../_utils/props").Events | {
139
+ default: string | number | boolean | import('../../_utils/props').Events | {
80
140
  [key: string]: any;
81
- } | import("../../_utils/props").RequestParams;
141
+ } | import('../../_utils/props').RequestParams;
82
142
  };
83
143
  type: {
84
144
  type?: undefined;
85
145
  default?: undefined;
86
146
  } | {
87
147
  type: any;
88
- default: string | number | boolean | import("../../_utils/props").Events | {
148
+ default: string | number | boolean | import('../../_utils/props').Events | {
89
149
  [key: string]: any;
90
- } | import("../../_utils/props").RequestParams;
150
+ } | import('../../_utils/props').RequestParams;
91
151
  };
92
152
  width: {
93
153
  type?: undefined;
94
154
  default?: undefined;
95
155
  } | {
96
156
  type: any;
97
- default: string | number | boolean | import("../../_utils/props").Events | {
157
+ default: string | number | boolean | import('../../_utils/props').Events | {
98
158
  [key: string]: any;
99
- } | import("../../_utils/props").RequestParams;
159
+ } | import('../../_utils/props').RequestParams;
100
160
  };
101
161
  height: {
102
162
  type?: undefined;
103
163
  default?: undefined;
104
164
  } | {
105
165
  type: any;
106
- default: string | number | boolean | import("../../_utils/props").Events | {
166
+ default: string | number | boolean | import('../../_utils/props').Events | {
107
167
  [key: string]: any;
108
- } | import("../../_utils/props").RequestParams;
168
+ } | import('../../_utils/props').RequestParams;
109
169
  };
110
170
  position: {
111
171
  type?: undefined;
112
172
  default?: undefined;
113
173
  } | {
114
174
  type: any;
115
- default: string | number | boolean | import("../../_utils/props").Events | {
175
+ default: string | number | boolean | import('../../_utils/props').Events | {
116
176
  [key: string]: any;
117
- } | import("../../_utils/props").RequestParams;
177
+ } | import('../../_utils/props').RequestParams;
118
178
  };
119
179
  top: {
120
180
  type?: undefined;
121
181
  default?: undefined;
122
182
  } | {
123
183
  type: any;
124
- default: string | number | boolean | import("../../_utils/props").Events | {
184
+ default: string | number | boolean | import('../../_utils/props').Events | {
125
185
  [key: string]: any;
126
- } | import("../../_utils/props").RequestParams;
186
+ } | import('../../_utils/props').RequestParams;
127
187
  };
128
188
  left: {
129
189
  type?: undefined;
130
190
  default?: undefined;
131
191
  } | {
132
192
  type: any;
133
- default: string | number | boolean | import("../../_utils/props").Events | {
193
+ default: string | number | boolean | import('../../_utils/props').Events | {
134
194
  [key: string]: any;
135
- } | import("../../_utils/props").RequestParams;
195
+ } | import('../../_utils/props').RequestParams;
136
196
  };
137
197
  zIndex: {
138
198
  type?: undefined;
139
199
  default?: undefined;
140
200
  } | {
141
201
  type: any;
142
- default: string | number | boolean | import("../../_utils/props").Events | {
202
+ default: string | number | boolean | import('../../_utils/props').Events | {
143
203
  [key: string]: any;
144
- } | import("../../_utils/props").RequestParams;
204
+ } | import('../../_utils/props').RequestParams;
145
205
  };
146
206
  rotate: {
147
207
  type?: undefined;
148
208
  default?: undefined;
149
209
  } | {
150
210
  type: any;
151
- default: string | number | boolean | import("../../_utils/props").Events | {
211
+ default: string | number | boolean | import('../../_utils/props').Events | {
152
212
  [key: string]: any;
153
- } | import("../../_utils/props").RequestParams;
213
+ } | import('../../_utils/props').RequestParams;
154
214
  };
155
215
  isShow: {
156
216
  type?: undefined;
157
217
  default?: undefined;
158
218
  } | {
159
219
  type: any;
160
- default: string | number | boolean | import("../../_utils/props").Events | {
220
+ default: string | number | boolean | import('../../_utils/props').Events | {
161
221
  [key: string]: any;
162
- } | import("../../_utils/props").RequestParams;
222
+ } | import('../../_utils/props').RequestParams;
163
223
  };
164
224
  isRender: {
165
225
  type?: undefined;
166
226
  default?: undefined;
167
227
  } | {
168
228
  type: any;
169
- default: string | number | boolean | import("../../_utils/props").Events | {
229
+ default: string | number | boolean | import('../../_utils/props').Events | {
170
230
  [key: string]: any;
171
- } | import("../../_utils/props").RequestParams;
231
+ } | import('../../_utils/props').RequestParams;
172
232
  };
173
233
  events: {
174
234
  type?: undefined;
175
235
  default?: undefined;
176
236
  } | {
177
237
  type: any;
178
- default: string | number | boolean | import("../../_utils/props").Events | {
238
+ default: string | number | boolean | import('../../_utils/props').Events | {
179
239
  [key: string]: any;
180
- } | import("../../_utils/props").RequestParams;
240
+ } | import('../../_utils/props').RequestParams;
181
241
  };
182
242
  requestUrl: {
183
243
  type?: undefined;
184
244
  default?: undefined;
185
245
  } | {
186
246
  type: any;
187
- default: string | number | boolean | import("../../_utils/props").Events | {
247
+ default: string | number | boolean | import('../../_utils/props').Events | {
188
248
  [key: string]: any;
189
- } | import("../../_utils/props").RequestParams;
249
+ } | import('../../_utils/props').RequestParams;
190
250
  };
191
251
  requestMethod: {
192
252
  type?: undefined;
193
253
  default?: undefined;
194
254
  } | {
195
255
  type: any;
196
- default: string | number | boolean | import("../../_utils/props").Events | {
256
+ default: string | number | boolean | import('../../_utils/props').Events | {
197
257
  [key: string]: any;
198
- } | import("../../_utils/props").RequestParams;
258
+ } | import('../../_utils/props').RequestParams;
199
259
  };
200
260
  requestHeaders: {
201
261
  type?: undefined;
202
262
  default?: undefined;
203
263
  } | {
204
264
  type: any;
205
- default: string | number | boolean | import("../../_utils/props").Events | {
265
+ default: string | number | boolean | import('../../_utils/props').Events | {
206
266
  [key: string]: any;
207
- } | import("../../_utils/props").RequestParams;
267
+ } | import('../../_utils/props').RequestParams;
208
268
  };
209
269
  isOpenRequestTimer: {
210
270
  type?: undefined;
211
271
  default?: undefined;
212
272
  } | {
213
273
  type: any;
214
- default: string | number | boolean | import("../../_utils/props").Events | {
274
+ default: string | number | boolean | import('../../_utils/props').Events | {
215
275
  [key: string]: any;
216
- } | import("../../_utils/props").RequestParams;
276
+ } | import('../../_utils/props').RequestParams;
217
277
  };
218
278
  requestInterval: {
219
279
  type?: undefined;
220
280
  default?: undefined;
221
281
  } | {
222
282
  type: any;
223
- default: string | number | boolean | import("../../_utils/props").Events | {
283
+ default: string | number | boolean | import('../../_utils/props').Events | {
224
284
  [key: string]: any;
225
- } | import("../../_utils/props").RequestParams;
285
+ } | import('../../_utils/props').RequestParams;
226
286
  };
227
287
  requestParams: {
228
288
  type?: undefined;
229
289
  default?: undefined;
230
290
  } | {
231
291
  type: any;
232
- default: string | number | boolean | import("../../_utils/props").Events | {
292
+ default: string | number | boolean | import('../../_utils/props').Events | {
233
293
  [key: string]: any;
234
- } | import("../../_utils/props").RequestParams;
294
+ } | import('../../_utils/props').RequestParams;
235
295
  };
236
296
  requestSort: {
237
297
  type?: undefined;
238
298
  default?: undefined;
239
299
  } | {
240
300
  type: any;
241
- default: string | number | boolean | import("../../_utils/props").Events | {
301
+ default: string | number | boolean | import('../../_utils/props').Events | {
242
302
  [key: string]: any;
243
- } | import("../../_utils/props").RequestParams;
303
+ } | import('../../_utils/props').RequestParams;
244
304
  };
245
305
  dataType: {
246
306
  type?: undefined;
247
307
  default?: undefined;
248
308
  } | {
249
309
  type: any;
250
- default: string | number | boolean | import("../../_utils/props").Events | {
310
+ default: string | number | boolean | import('../../_utils/props').Events | {
251
311
  [key: string]: any;
252
- } | import("../../_utils/props").RequestParams;
312
+ } | import('../../_utils/props').RequestParams;
253
313
  };
254
314
  };
255
315
  export declare const borderEvents: string[];
@@ -210,7 +210,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
210
210
  'aria-colindex'?: string | number;
211
211
  'aria-colspan'?: string | number;
212
212
  'aria-controls'?: string;
213
- 'aria-current'?: "time" | "date" | "page" | (boolean | "false" | "true") | "step" | "location";
213
+ 'aria-current'?: "time" | "location" | "date" | "page" | (boolean | "false" | "true") | "step";
214
214
  'aria-describedby'?: string;
215
215
  'aria-details'?: string;
216
216
  'aria-disabled'?: boolean | "false" | "true";
@@ -210,7 +210,7 @@ export declare const EcanModal: import("../../_utils/withInstall").SFCWithInstal
210
210
  'aria-colindex'?: string | number;
211
211
  'aria-colspan'?: string | number;
212
212
  'aria-controls'?: string;
213
- 'aria-current'?: "time" | "date" | "page" | (boolean | "false" | "true") | "step" | "location";
213
+ 'aria-current'?: "time" | "location" | "date" | "page" | (boolean | "false" | "true") | "step";
214
214
  'aria-describedby'?: string;
215
215
  'aria-details'?: string;
216
216
  'aria-disabled'?: boolean | "false" | "true";
@@ -1,5 +1,59 @@
1
1
  import { Events } from '../../_utils/props';
2
2
  declare const _sfc_main: import("vue").DefineComponent<{
3
+ text: {
4
+ type?: undefined;
5
+ default?: undefined;
6
+ } | {
7
+ type: any;
8
+ default: string | number | boolean | Events | {
9
+ [key: string]: any;
10
+ } | import('../../_utils/props').RequestParams;
11
+ };
12
+ mode: {
13
+ type?: undefined;
14
+ default?: undefined;
15
+ } | {
16
+ type: any;
17
+ default: string | number | boolean | Events | {
18
+ [key: string]: any;
19
+ } | import('../../_utils/props').RequestParams;
20
+ };
21
+ danger: {
22
+ type?: undefined;
23
+ default?: undefined;
24
+ } | {
25
+ type: any;
26
+ default: string | number | boolean | Events | {
27
+ [key: string]: any;
28
+ } | import('../../_utils/props').RequestParams;
29
+ };
30
+ shape: {
31
+ type?: undefined;
32
+ default?: undefined;
33
+ } | {
34
+ type: any;
35
+ default: string | number | boolean | Events | {
36
+ [key: string]: any;
37
+ } | import('../../_utils/props').RequestParams;
38
+ };
39
+ href: {
40
+ type?: undefined;
41
+ default?: undefined;
42
+ } | {
43
+ type: any;
44
+ default: string | number | boolean | Events | {
45
+ [key: string]: any;
46
+ } | import('../../_utils/props').RequestParams;
47
+ };
48
+ target: {
49
+ type?: undefined;
50
+ default?: undefined;
51
+ } | {
52
+ type: any;
53
+ default: string | number | boolean | Events | {
54
+ [key: string]: any;
55
+ } | import('../../_utils/props').RequestParams;
56
+ };
3
57
  id: {
4
58
  type?: undefined;
5
59
  default?: undefined;
@@ -201,7 +255,63 @@ declare const _sfc_main: import("vue").DefineComponent<{
201
255
  }, {
202
256
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
203
257
  click: () => void;
258
+ myText: import("vue").ComputedRef<string>;
259
+ myHref: import("vue").ComputedRef<string>;
204
260
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
261
+ text: {
262
+ type?: undefined;
263
+ default?: undefined;
264
+ } | {
265
+ type: any;
266
+ default: string | number | boolean | Events | {
267
+ [key: string]: any;
268
+ } | import('../../_utils/props').RequestParams;
269
+ };
270
+ mode: {
271
+ type?: undefined;
272
+ default?: undefined;
273
+ } | {
274
+ type: any;
275
+ default: string | number | boolean | Events | {
276
+ [key: string]: any;
277
+ } | import('../../_utils/props').RequestParams;
278
+ };
279
+ danger: {
280
+ type?: undefined;
281
+ default?: undefined;
282
+ } | {
283
+ type: any;
284
+ default: string | number | boolean | Events | {
285
+ [key: string]: any;
286
+ } | import('../../_utils/props').RequestParams;
287
+ };
288
+ shape: {
289
+ type?: undefined;
290
+ default?: undefined;
291
+ } | {
292
+ type: any;
293
+ default: string | number | boolean | Events | {
294
+ [key: string]: any;
295
+ } | import('../../_utils/props').RequestParams;
296
+ };
297
+ href: {
298
+ type?: undefined;
299
+ default?: undefined;
300
+ } | {
301
+ type: any;
302
+ default: string | number | boolean | Events | {
303
+ [key: string]: any;
304
+ } | import('../../_utils/props').RequestParams;
305
+ };
306
+ target: {
307
+ type?: undefined;
308
+ default?: undefined;
309
+ } | {
310
+ type: any;
311
+ default: string | number | boolean | Events | {
312
+ [key: string]: any;
313
+ } | import('../../_utils/props').RequestParams;
314
+ };
205
315
  id: {
206
316
  type?: undefined;
207
317
  default?: undefined;