@ecan-bi/datav 1.0.42 → 1.0.43
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 +64 -36
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +64 -36
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +5 -2
- package/package.json +1 -1
- package/types/_utils/hooks/index.d.ts +1 -0
- package/types/_utils/hooks/useHrefParamsToGlobalVariables.d.ts +2 -0
- package/types/control/button/Button.vue.d.ts +38 -0
- package/types/control/button/index.d.ts +39 -1
- package/types/control/button/props.d.ts +20 -0
package/dist/style.css
CHANGED
|
@@ -10,7 +10,7 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
10
10
|
left: 50%;
|
|
11
11
|
transform: translate(-50%, -50%);
|
|
12
12
|
}
|
|
13
|
-
#container[data-v-
|
|
13
|
+
#container[data-v-5d709a9a] {
|
|
14
14
|
position: fixed;
|
|
15
15
|
top: 0;
|
|
16
16
|
left: 0;
|
|
@@ -18,7 +18,7 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
18
18
|
transform-origin: left top;
|
|
19
19
|
z-index: 999;
|
|
20
20
|
}
|
|
21
|
-
.page-config[data-v-
|
|
21
|
+
.page-config[data-v-5d709a9a] {
|
|
22
22
|
position: relative;
|
|
23
23
|
overflow: hidden;
|
|
24
24
|
background-size: cover;
|
|
@@ -389,6 +389,9 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
389
389
|
.ecan-button .ant-btn {
|
|
390
390
|
width: 100%;
|
|
391
391
|
height: 100%;
|
|
392
|
+
display: flex;
|
|
393
|
+
justify-content: center;
|
|
394
|
+
align-items: center;
|
|
392
395
|
}
|
|
393
396
|
.ecan-tabs[data-v-5aeec0ae] {
|
|
394
397
|
box-sizing: border-box;
|
package/package.json
CHANGED
|
@@ -36,6 +36,24 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
36
36
|
[key: string]: any;
|
|
37
37
|
} | import('../../_utils/props').RequestParams;
|
|
38
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
|
+
};
|
|
39
57
|
id: {
|
|
40
58
|
type?: undefined;
|
|
41
59
|
default?: undefined;
|
|
@@ -237,6 +255,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
237
255
|
}, {
|
|
238
256
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
239
257
|
click: () => void;
|
|
258
|
+
myText: import("vue").ComputedRef<string>;
|
|
259
|
+
myHref: import("vue").ComputedRef<string>;
|
|
240
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<{
|
|
241
261
|
text: {
|
|
242
262
|
type?: undefined;
|
|
@@ -274,6 +294,24 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
274
294
|
[key: string]: any;
|
|
275
295
|
} | import('../../_utils/props').RequestParams;
|
|
276
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
|
+
};
|
|
277
315
|
id: {
|
|
278
316
|
type?: undefined;
|
|
279
317
|
default?: undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const EcanButton: import(
|
|
1
|
+
export declare const EcanButton: import('../../_utils/withInstall').SFCWithInstall<import("vue").DefineComponent<{
|
|
2
2
|
text: {
|
|
3
3
|
type?: undefined;
|
|
4
4
|
default?: undefined;
|
|
@@ -35,6 +35,24 @@ export declare const EcanButton: import("../../_utils/withInstall").SFCWithInsta
|
|
|
35
35
|
[key: string]: any;
|
|
36
36
|
} | import("../../_utils/props").RequestParams;
|
|
37
37
|
};
|
|
38
|
+
href: {
|
|
39
|
+
type?: undefined;
|
|
40
|
+
default?: undefined;
|
|
41
|
+
} | {
|
|
42
|
+
type: any;
|
|
43
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
44
|
+
[key: string]: any;
|
|
45
|
+
} | import("../../_utils/props").RequestParams;
|
|
46
|
+
};
|
|
47
|
+
target: {
|
|
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
|
+
};
|
|
38
56
|
id: {
|
|
39
57
|
type?: undefined;
|
|
40
58
|
default?: undefined;
|
|
@@ -236,6 +254,8 @@ export declare const EcanButton: import("../../_utils/withInstall").SFCWithInsta
|
|
|
236
254
|
}, {
|
|
237
255
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
238
256
|
click: () => void;
|
|
257
|
+
myText: import("vue").ComputedRef<string>;
|
|
258
|
+
myHref: import("vue").ComputedRef<string>;
|
|
239
259
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
240
260
|
text: {
|
|
241
261
|
type?: undefined;
|
|
@@ -273,6 +293,24 @@ export declare const EcanButton: import("../../_utils/withInstall").SFCWithInsta
|
|
|
273
293
|
[key: string]: any;
|
|
274
294
|
} | import("../../_utils/props").RequestParams;
|
|
275
295
|
};
|
|
296
|
+
href: {
|
|
297
|
+
type?: undefined;
|
|
298
|
+
default?: undefined;
|
|
299
|
+
} | {
|
|
300
|
+
type: any;
|
|
301
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
302
|
+
[key: string]: any;
|
|
303
|
+
} | import("../../_utils/props").RequestParams;
|
|
304
|
+
};
|
|
305
|
+
target: {
|
|
306
|
+
type?: undefined;
|
|
307
|
+
default?: undefined;
|
|
308
|
+
} | {
|
|
309
|
+
type: any;
|
|
310
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
311
|
+
[key: string]: any;
|
|
312
|
+
} | import("../../_utils/props").RequestParams;
|
|
313
|
+
};
|
|
276
314
|
id: {
|
|
277
315
|
type?: undefined;
|
|
278
316
|
default?: undefined;
|
|
@@ -4,6 +4,8 @@ export interface ButtonProps extends Props {
|
|
|
4
4
|
mode: 'primary' | 'dashed' | 'link' | 'text' | 'default';
|
|
5
5
|
danger: boolean;
|
|
6
6
|
shape: 'default' | 'circle' | 'round';
|
|
7
|
+
href: string;
|
|
8
|
+
target: '_self' | '_blank';
|
|
7
9
|
}
|
|
8
10
|
export declare const buttonProps: ButtonProps;
|
|
9
11
|
export declare const buttonComponentProps: {
|
|
@@ -43,6 +45,24 @@ export declare const buttonComponentProps: {
|
|
|
43
45
|
[key: string]: any;
|
|
44
46
|
} | import('../../_utils/props').RequestParams;
|
|
45
47
|
};
|
|
48
|
+
href: {
|
|
49
|
+
type?: undefined;
|
|
50
|
+
default?: undefined;
|
|
51
|
+
} | {
|
|
52
|
+
type: any;
|
|
53
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
54
|
+
[key: string]: any;
|
|
55
|
+
} | import('../../_utils/props').RequestParams;
|
|
56
|
+
};
|
|
57
|
+
target: {
|
|
58
|
+
type?: undefined;
|
|
59
|
+
default?: undefined;
|
|
60
|
+
} | {
|
|
61
|
+
type: any;
|
|
62
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
63
|
+
[key: string]: any;
|
|
64
|
+
} | import('../../_utils/props').RequestParams;
|
|
65
|
+
};
|
|
46
66
|
id: {
|
|
47
67
|
type?: undefined;
|
|
48
68
|
default?: undefined;
|