@ecan-bi/datav 1.3.72 → 1.3.73
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 +2411 -2376
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +23 -23
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/types/control/button/Button.vue.d.ts +4 -4
- package/types/control/button/index.d.ts +4 -4
- package/types/control/button/props.d.ts +2 -2
- package/types/media/image/Image.vue.d.ts +4 -4
- package/types/media/image/index.d.ts +4 -4
- package/types/media/image/props.d.ts +2 -2
- package/types/table/table/Table.vue.d.ts +40 -0
- package/types/table/table/index.d.ts +42 -2
- package/types/table/table/props.d.ts +26 -0
- package/types/text/text/Text.vue.d.ts +4 -4
- package/types/text/text/index.d.ts +4 -4
- package/types/text/text/props.d.ts +2 -2
- package/types/utils/util.d.ts +5 -0
package/package.json
CHANGED
|
@@ -20,8 +20,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
20
20
|
default?: string;
|
|
21
21
|
};
|
|
22
22
|
target: {
|
|
23
|
-
type?: import("vue").PropType<"
|
|
24
|
-
default?: "
|
|
23
|
+
type?: import("vue").PropType<"event" | "self" | "blank">;
|
|
24
|
+
default?: "event" | "self" | "blank";
|
|
25
25
|
};
|
|
26
26
|
fontSize: {
|
|
27
27
|
type?: import("vue").PropType<string>;
|
|
@@ -172,8 +172,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
172
172
|
default?: string;
|
|
173
173
|
};
|
|
174
174
|
target: {
|
|
175
|
-
type?: import("vue").PropType<"
|
|
176
|
-
default?: "
|
|
175
|
+
type?: import("vue").PropType<"event" | "self" | "blank">;
|
|
176
|
+
default?: "event" | "self" | "blank";
|
|
177
177
|
};
|
|
178
178
|
fontSize: {
|
|
179
179
|
type?: import("vue").PropType<string>;
|
|
@@ -20,8 +20,8 @@ export declare const EcanButton: import('../../utils/withInstall').SFCWithInstal
|
|
|
20
20
|
default?: string;
|
|
21
21
|
};
|
|
22
22
|
target: {
|
|
23
|
-
type?: import("vue").PropType<"
|
|
24
|
-
default?: "
|
|
23
|
+
type?: import("vue").PropType<"event" | "self" | "blank">;
|
|
24
|
+
default?: "event" | "self" | "blank";
|
|
25
25
|
};
|
|
26
26
|
fontSize: {
|
|
27
27
|
type?: import("vue").PropType<string>;
|
|
@@ -172,8 +172,8 @@ export declare const EcanButton: import('../../utils/withInstall').SFCWithInstal
|
|
|
172
172
|
default?: string;
|
|
173
173
|
};
|
|
174
174
|
target: {
|
|
175
|
-
type?: import("vue").PropType<"
|
|
176
|
-
default?: "
|
|
175
|
+
type?: import("vue").PropType<"event" | "self" | "blank">;
|
|
176
|
+
default?: "event" | "self" | "blank";
|
|
177
177
|
};
|
|
178
178
|
fontSize: {
|
|
179
179
|
type?: import("vue").PropType<string>;
|
|
@@ -35,8 +35,8 @@ export declare const buttonComponentProps: {
|
|
|
35
35
|
default?: string;
|
|
36
36
|
};
|
|
37
37
|
target: {
|
|
38
|
-
type?: import("vue").PropType<"
|
|
39
|
-
default?: "
|
|
38
|
+
type?: import("vue").PropType<"event" | "self" | "blank">;
|
|
39
|
+
default?: "event" | "self" | "blank";
|
|
40
40
|
};
|
|
41
41
|
fontSize: {
|
|
42
42
|
type?: import("vue").PropType<string>;
|
|
@@ -8,8 +8,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
8
8
|
default?: string;
|
|
9
9
|
};
|
|
10
10
|
target: {
|
|
11
|
-
type?: import("vue").PropType<"
|
|
12
|
-
default?: "
|
|
11
|
+
type?: import("vue").PropType<"event" | "self" | "blank">;
|
|
12
|
+
default?: "event" | "self" | "blank";
|
|
13
13
|
};
|
|
14
14
|
linkPage: {
|
|
15
15
|
type?: import("vue").PropType<string>;
|
|
@@ -159,8 +159,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
159
159
|
default?: string;
|
|
160
160
|
};
|
|
161
161
|
target: {
|
|
162
|
-
type?: import("vue").PropType<"
|
|
163
|
-
default?: "
|
|
162
|
+
type?: import("vue").PropType<"event" | "self" | "blank">;
|
|
163
|
+
default?: "event" | "self" | "blank";
|
|
164
164
|
};
|
|
165
165
|
linkPage: {
|
|
166
166
|
type?: import("vue").PropType<string>;
|
|
@@ -8,8 +8,8 @@ export declare const EcanImage: import('../../utils/withInstall').SFCWithInstall
|
|
|
8
8
|
default?: string;
|
|
9
9
|
};
|
|
10
10
|
target: {
|
|
11
|
-
type?: import("vue").PropType<"
|
|
12
|
-
default?: "
|
|
11
|
+
type?: import("vue").PropType<"event" | "self" | "blank">;
|
|
12
|
+
default?: "event" | "self" | "blank";
|
|
13
13
|
};
|
|
14
14
|
linkPage: {
|
|
15
15
|
type?: import("vue").PropType<string>;
|
|
@@ -159,8 +159,8 @@ export declare const EcanImage: import('../../utils/withInstall').SFCWithInstall
|
|
|
159
159
|
default?: string;
|
|
160
160
|
};
|
|
161
161
|
target: {
|
|
162
|
-
type?: import("vue").PropType<"
|
|
163
|
-
default?: "
|
|
162
|
+
type?: import("vue").PropType<"event" | "self" | "blank">;
|
|
163
|
+
default?: "event" | "self" | "blank";
|
|
164
164
|
};
|
|
165
165
|
linkPage: {
|
|
166
166
|
type?: import("vue").PropType<string>;
|
|
@@ -25,8 +25,8 @@ export declare const imageComponentProps: {
|
|
|
25
25
|
default?: string;
|
|
26
26
|
};
|
|
27
27
|
target: {
|
|
28
|
-
type?: import("vue").PropType<"
|
|
29
|
-
default?: "
|
|
28
|
+
type?: import("vue").PropType<"event" | "self" | "blank">;
|
|
29
|
+
default?: "event" | "self" | "blank";
|
|
30
30
|
};
|
|
31
31
|
linkPage: {
|
|
32
32
|
type?: import("vue").PropType<string>;
|
|
@@ -203,6 +203,26 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
203
203
|
type?: import("vue").PropType<boolean>;
|
|
204
204
|
default?: boolean;
|
|
205
205
|
};
|
|
206
|
+
transParams: {
|
|
207
|
+
type?: import("vue").PropType<{
|
|
208
|
+
[key: string]: any;
|
|
209
|
+
}[]>;
|
|
210
|
+
default?: {
|
|
211
|
+
[key: string]: any;
|
|
212
|
+
}[];
|
|
213
|
+
};
|
|
214
|
+
target: {
|
|
215
|
+
type?: import("vue").PropType<"event" | "self" | "blank">;
|
|
216
|
+
default?: "event" | "self" | "blank";
|
|
217
|
+
};
|
|
218
|
+
linkPage: {
|
|
219
|
+
type?: import("vue").PropType<string>;
|
|
220
|
+
default?: string;
|
|
221
|
+
};
|
|
222
|
+
href: {
|
|
223
|
+
type?: import("vue").PropType<string>;
|
|
224
|
+
default?: string;
|
|
225
|
+
};
|
|
206
226
|
id: {
|
|
207
227
|
type?: import("vue").PropType<string>;
|
|
208
228
|
default?: string;
|
|
@@ -570,6 +590,26 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
570
590
|
type?: import("vue").PropType<boolean>;
|
|
571
591
|
default?: boolean;
|
|
572
592
|
};
|
|
593
|
+
transParams: {
|
|
594
|
+
type?: import("vue").PropType<{
|
|
595
|
+
[key: string]: any;
|
|
596
|
+
}[]>;
|
|
597
|
+
default?: {
|
|
598
|
+
[key: string]: any;
|
|
599
|
+
}[];
|
|
600
|
+
};
|
|
601
|
+
target: {
|
|
602
|
+
type?: import("vue").PropType<"event" | "self" | "blank">;
|
|
603
|
+
default?: "event" | "self" | "blank";
|
|
604
|
+
};
|
|
605
|
+
linkPage: {
|
|
606
|
+
type?: import("vue").PropType<string>;
|
|
607
|
+
default?: string;
|
|
608
|
+
};
|
|
609
|
+
href: {
|
|
610
|
+
type?: import("vue").PropType<string>;
|
|
611
|
+
default?: string;
|
|
612
|
+
};
|
|
573
613
|
id: {
|
|
574
614
|
type?: import("vue").PropType<string>;
|
|
575
615
|
default?: string;
|
|
@@ -203,6 +203,26 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
|
|
|
203
203
|
type?: import("vue").PropType<boolean>;
|
|
204
204
|
default?: boolean;
|
|
205
205
|
};
|
|
206
|
+
transParams: {
|
|
207
|
+
type?: import("vue").PropType<{
|
|
208
|
+
[key: string]: any;
|
|
209
|
+
}[]>;
|
|
210
|
+
default?: {
|
|
211
|
+
[key: string]: any;
|
|
212
|
+
}[];
|
|
213
|
+
};
|
|
214
|
+
target: {
|
|
215
|
+
type?: import("vue").PropType<"event" | "self" | "blank">;
|
|
216
|
+
default?: "event" | "self" | "blank";
|
|
217
|
+
};
|
|
218
|
+
linkPage: {
|
|
219
|
+
type?: import("vue").PropType<string>;
|
|
220
|
+
default?: string;
|
|
221
|
+
};
|
|
222
|
+
href: {
|
|
223
|
+
type?: import("vue").PropType<string>;
|
|
224
|
+
default?: string;
|
|
225
|
+
};
|
|
206
226
|
id: {
|
|
207
227
|
type?: import("vue").PropType<string>;
|
|
208
228
|
default?: string;
|
|
@@ -318,11 +338,11 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
|
|
|
318
338
|
}, _filters: any, sorter: any) => void;
|
|
319
339
|
summaryList: import("vue").ComputedRef<any[]>;
|
|
320
340
|
loading: import("vue").Ref<boolean>;
|
|
321
|
-
onTouchHrefEvent: (target: "
|
|
341
|
+
onTouchHrefEvent: (target: "event" | "self" | "blank", href?: string) => void;
|
|
322
342
|
handleHref: (href: string, data: {
|
|
323
343
|
[key: string]: any;
|
|
324
344
|
}) => string;
|
|
325
|
-
handleHrefTarget: (target: "
|
|
345
|
+
handleHrefTarget: (target: "event" | "self" | "blank") => string;
|
|
326
346
|
useRowIndex: import("vue").Ref<number>;
|
|
327
347
|
tableColumns: import("vue").Ref<{
|
|
328
348
|
[x: string]: any;
|
|
@@ -570,6 +590,26 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
|
|
|
570
590
|
type?: import("vue").PropType<boolean>;
|
|
571
591
|
default?: boolean;
|
|
572
592
|
};
|
|
593
|
+
transParams: {
|
|
594
|
+
type?: import("vue").PropType<{
|
|
595
|
+
[key: string]: any;
|
|
596
|
+
}[]>;
|
|
597
|
+
default?: {
|
|
598
|
+
[key: string]: any;
|
|
599
|
+
}[];
|
|
600
|
+
};
|
|
601
|
+
target: {
|
|
602
|
+
type?: import("vue").PropType<"event" | "self" | "blank">;
|
|
603
|
+
default?: "event" | "self" | "blank";
|
|
604
|
+
};
|
|
605
|
+
linkPage: {
|
|
606
|
+
type?: import("vue").PropType<string>;
|
|
607
|
+
default?: string;
|
|
608
|
+
};
|
|
609
|
+
href: {
|
|
610
|
+
type?: import("vue").PropType<string>;
|
|
611
|
+
default?: string;
|
|
612
|
+
};
|
|
573
613
|
id: {
|
|
574
614
|
type?: import("vue").PropType<string>;
|
|
575
615
|
default?: string;
|
|
@@ -55,6 +55,12 @@ export interface TableProps extends Props {
|
|
|
55
55
|
subTotalColumn: string;
|
|
56
56
|
subTotalName: string;
|
|
57
57
|
isSortByFront: boolean;
|
|
58
|
+
transParams: {
|
|
59
|
+
[key: string]: any;
|
|
60
|
+
}[];
|
|
61
|
+
target: 'self' | 'blank' | 'event';
|
|
62
|
+
linkPage: string;
|
|
63
|
+
href: string;
|
|
58
64
|
}
|
|
59
65
|
export declare const tableProps: TableProps;
|
|
60
66
|
export declare const tableComponentProps: {
|
|
@@ -262,6 +268,26 @@ export declare const tableComponentProps: {
|
|
|
262
268
|
type?: import("vue").PropType<boolean>;
|
|
263
269
|
default?: boolean;
|
|
264
270
|
};
|
|
271
|
+
transParams: {
|
|
272
|
+
type?: import("vue").PropType<{
|
|
273
|
+
[key: string]: any;
|
|
274
|
+
}[]>;
|
|
275
|
+
default?: {
|
|
276
|
+
[key: string]: any;
|
|
277
|
+
}[];
|
|
278
|
+
};
|
|
279
|
+
target: {
|
|
280
|
+
type?: import("vue").PropType<"event" | "self" | "blank">;
|
|
281
|
+
default?: "event" | "self" | "blank";
|
|
282
|
+
};
|
|
283
|
+
linkPage: {
|
|
284
|
+
type?: import("vue").PropType<string>;
|
|
285
|
+
default?: string;
|
|
286
|
+
};
|
|
287
|
+
href: {
|
|
288
|
+
type?: import("vue").PropType<string>;
|
|
289
|
+
default?: string;
|
|
290
|
+
};
|
|
265
291
|
id: {
|
|
266
292
|
type?: import("vue").PropType<string>;
|
|
267
293
|
default?: string;
|
|
@@ -44,8 +44,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
44
44
|
default?: string;
|
|
45
45
|
};
|
|
46
46
|
target: {
|
|
47
|
-
type?: import("vue").PropType<"
|
|
48
|
-
default?: "
|
|
47
|
+
type?: import("vue").PropType<"event" | "self" | "blank">;
|
|
48
|
+
default?: "event" | "self" | "blank";
|
|
49
49
|
};
|
|
50
50
|
linkPage: {
|
|
51
51
|
type?: import("vue").PropType<string>;
|
|
@@ -341,8 +341,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
341
341
|
default?: string;
|
|
342
342
|
};
|
|
343
343
|
target: {
|
|
344
|
-
type?: import("vue").PropType<"
|
|
345
|
-
default?: "
|
|
344
|
+
type?: import("vue").PropType<"event" | "self" | "blank">;
|
|
345
|
+
default?: "event" | "self" | "blank";
|
|
346
346
|
};
|
|
347
347
|
linkPage: {
|
|
348
348
|
type?: import("vue").PropType<string>;
|
|
@@ -44,8 +44,8 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
|
|
|
44
44
|
default?: string;
|
|
45
45
|
};
|
|
46
46
|
target: {
|
|
47
|
-
type?: import("vue").PropType<"
|
|
48
|
-
default?: "
|
|
47
|
+
type?: import("vue").PropType<"event" | "self" | "blank">;
|
|
48
|
+
default?: "event" | "self" | "blank";
|
|
49
49
|
};
|
|
50
50
|
linkPage: {
|
|
51
51
|
type?: import("vue").PropType<string>;
|
|
@@ -341,8 +341,8 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
|
|
|
341
341
|
default?: string;
|
|
342
342
|
};
|
|
343
343
|
target: {
|
|
344
|
-
type?: import("vue").PropType<"
|
|
345
|
-
default?: "
|
|
344
|
+
type?: import("vue").PropType<"event" | "self" | "blank">;
|
|
345
|
+
default?: "event" | "self" | "blank";
|
|
346
346
|
};
|
|
347
347
|
linkPage: {
|
|
348
348
|
type?: import("vue").PropType<string>;
|
|
@@ -98,8 +98,8 @@ export declare const textComponentProps: {
|
|
|
98
98
|
default?: string;
|
|
99
99
|
};
|
|
100
100
|
target: {
|
|
101
|
-
type?: import("vue").PropType<"
|
|
102
|
-
default?: "
|
|
101
|
+
type?: import("vue").PropType<"event" | "self" | "blank">;
|
|
102
|
+
default?: "event" | "self" | "blank";
|
|
103
103
|
};
|
|
104
104
|
linkPage: {
|
|
105
105
|
type?: import("vue").PropType<string>;
|
package/types/utils/util.d.ts
CHANGED
|
@@ -71,3 +71,8 @@ export declare const getLegendFormat: (format: string, textData: any) => string;
|
|
|
71
71
|
export declare const setDefaultRangeVal: (data: any, chartData: any) => void;
|
|
72
72
|
export declare const getConditions: (conditions: any) => any[];
|
|
73
73
|
export declare function getFormatStep(format: string): string;
|
|
74
|
+
export declare function handleJumpLink(props: {
|
|
75
|
+
[key: string]: any;
|
|
76
|
+
}, params: {
|
|
77
|
+
[key: string]: any;
|
|
78
|
+
}): void;
|