@ecan-bi/datav 1.0.43 → 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.
- package/dist/index.es.js +183 -100
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +184 -98
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +41 -41
- package/package.json +1 -1
- package/types/_utils/constant.d.ts +1 -0
- package/types/container/border/Border.vue.d.ts +129 -0
- package/types/container/border/index.d.ts +130 -1
- package/types/container/border/props.d.ts +61 -1
- package/types/control/tabs/Tabs.vue.d.ts +42 -0
- package/types/control/tabs/index.d.ts +42 -0
- package/types/control/tabs/props.d.ts +24 -0
- package/types/setting/index.d.ts +1 -0
- package/types/setting/provider-config/ProviderConfig.vue.d.ts +36 -6
- package/types/setting/provider-config/index.d.ts +37 -7
- package/types/setting/provider-config/props.d.ts +21 -3
- package/types/setting/renderer/Renderer.vue.d.ts +22 -0
- package/types/setting/renderer/index.d.ts +23 -0
- package/types/setting/renderer/props.d.ts +17 -0
package/dist/style.css
CHANGED
|
@@ -393,22 +393,30 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
393
393
|
justify-content: center;
|
|
394
394
|
align-items: center;
|
|
395
395
|
}
|
|
396
|
-
.ecan-tabs[data-v-
|
|
397
|
-
|
|
396
|
+
.ecan-tabs[data-v-27b19b45] {
|
|
397
|
+
display: flex;
|
|
398
|
+
flex-direction: column;
|
|
399
|
+
width: 100%;
|
|
400
|
+
}
|
|
401
|
+
.tabs-header[data-v-27b19b45] {
|
|
398
402
|
color: #333333;
|
|
399
403
|
display: flex;
|
|
404
|
+
width: 100%;
|
|
400
405
|
}
|
|
401
|
-
.tab[data-v-
|
|
402
|
-
flex: 1;
|
|
406
|
+
.tab[data-v-27b19b45] {
|
|
403
407
|
display: flex;
|
|
408
|
+
flex: 1;
|
|
404
409
|
justify-content: center;
|
|
405
410
|
align-items: center;
|
|
406
411
|
background-size: 100% 100%;
|
|
407
412
|
background-repeat: no-repeat;
|
|
408
413
|
}
|
|
409
|
-
.tab[data-v-
|
|
414
|
+
.tab[data-v-27b19b45]:last-child {
|
|
410
415
|
margin-right: 0 !important;
|
|
411
416
|
}
|
|
417
|
+
.tabs-content[data-v-27b19b45] {
|
|
418
|
+
flex: 1;
|
|
419
|
+
}
|
|
412
420
|
.full-modal .ant-modal {
|
|
413
421
|
max-width: 100%;
|
|
414
422
|
top: 0;
|
|
@@ -494,17 +502,15 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
494
502
|
.full-modal .ant-modal-body {
|
|
495
503
|
padding: 45px 30px 0;
|
|
496
504
|
}
|
|
497
|
-
.top-title[data-v-
|
|
498
|
-
.no-title[data-v-
|
|
499
|
-
border: 1px solid rgba(55, 85, 218, 0.3);
|
|
500
|
-
background: rgba(7, 22, 85, 0.8);
|
|
505
|
+
.top-title[data-v-f913847e],
|
|
506
|
+
.no-title[data-v-f913847e] {
|
|
501
507
|
position: relative;
|
|
502
508
|
box-sizing: border-box;
|
|
503
509
|
width: 100%;
|
|
504
510
|
height: 100%;
|
|
505
511
|
}
|
|
506
|
-
.top-title .border-item[data-v-
|
|
507
|
-
.no-title .border-item[data-v-
|
|
512
|
+
.top-title .border-item[data-v-f913847e],
|
|
513
|
+
.no-title .border-item[data-v-f913847e] {
|
|
508
514
|
position: absolute;
|
|
509
515
|
z-index: 2;
|
|
510
516
|
border-color: #50FCFC;
|
|
@@ -512,8 +518,8 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
512
518
|
width: 13px;
|
|
513
519
|
height: 11px;
|
|
514
520
|
}
|
|
515
|
-
.top-title .top-left[data-v-
|
|
516
|
-
.no-title .top-left[data-v-
|
|
521
|
+
.top-title .top-left[data-v-f913847e],
|
|
522
|
+
.no-title .top-left[data-v-f913847e] {
|
|
517
523
|
top: 0;
|
|
518
524
|
left: 0;
|
|
519
525
|
border-top-width: 1px;
|
|
@@ -521,8 +527,8 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
521
527
|
border-bottom-width: 0;
|
|
522
528
|
border-left-width: 1px;
|
|
523
529
|
}
|
|
524
|
-
.top-title .top-right[data-v-
|
|
525
|
-
.no-title .top-right[data-v-
|
|
530
|
+
.top-title .top-right[data-v-f913847e],
|
|
531
|
+
.no-title .top-right[data-v-f913847e] {
|
|
526
532
|
top: 0;
|
|
527
533
|
right: -2px;
|
|
528
534
|
border-top-width: 1px;
|
|
@@ -530,8 +536,8 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
530
536
|
border-bottom-width: 0;
|
|
531
537
|
border-left-width: 0;
|
|
532
538
|
}
|
|
533
|
-
.top-title .bottom-left[data-v-
|
|
534
|
-
.no-title .bottom-left[data-v-
|
|
539
|
+
.top-title .bottom-left[data-v-f913847e],
|
|
540
|
+
.no-title .bottom-left[data-v-f913847e] {
|
|
535
541
|
bottom: -2px;
|
|
536
542
|
left: 0;
|
|
537
543
|
border-top-width: 0;
|
|
@@ -539,8 +545,8 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
539
545
|
border-bottom-width: 1px;
|
|
540
546
|
border-left-width: 1px;
|
|
541
547
|
}
|
|
542
|
-
.top-title .bottom-right[data-v-
|
|
543
|
-
.no-title .bottom-right[data-v-
|
|
548
|
+
.top-title .bottom-right[data-v-f913847e],
|
|
549
|
+
.no-title .bottom-right[data-v-f913847e] {
|
|
544
550
|
bottom: -2px;
|
|
545
551
|
right: -2px;
|
|
546
552
|
border-top-width: 0;
|
|
@@ -548,8 +554,8 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
548
554
|
border-bottom-width: 1px;
|
|
549
555
|
border-left-width: 0;
|
|
550
556
|
}
|
|
551
|
-
.top-title .title-item-wrapper[data-v-
|
|
552
|
-
.no-title .title-item-wrapper[data-v-
|
|
557
|
+
.top-title .title-item-wrapper[data-v-f913847e],
|
|
558
|
+
.no-title .title-item-wrapper[data-v-f913847e] {
|
|
553
559
|
width: 100%;
|
|
554
560
|
padding: 5px 0;
|
|
555
561
|
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcgAAAAsCAMAAADW3dj4AAAAVFBMVEUIKbkAAAAAqv8IL70AovwAnfAAlvEGQsUIOcEAkewGfuQGR8gAg+YIPMMFd+AEadkEXtQAi+sEYtcGTcsFcd4INL8DWdEGUc4EbNsAiOkHVdAIK7o5DngbAAAAHHRSTlNmAAVmCxAVWmEaK1YmXjA8RR5BUjRjSU84IkxfPwrt7wAABlFJREFUeNrMmQtW20AMRWlrJ9R8TCgJ0O5/nxVHIRrNRSgTZwJvJs4C7rnWx1f/FuXug6zXcpmbKn9cng/5e8jO5aHMo8+MvLznyefeZapzW+a1yIb57bJCxg8zhPkZ50eeq6PyK8q2yPX2usqdpYZ7Q7IVWKLdlWhLqhVYItUQqCUgCqZA6UKYJc5BrrIEw7ej/4QoR556uoI0kgTpUBKm5ygXJOkoQYLjowM5H0DKOYDUYxzlGkXhOBUU5RxAyjGQcgqKwlEetZU1TOE1gqOilOgTLC9rpA9J1oGRGchdaKShnE8wcpILIadjjNwUGKnkWCkpGNVIvVQywCi/9yO3A0hJKqRxhJI33kln5HO7kcZSzlFG3sNIU9IbqUmNlMM6KQ8aSYbBe5VC9gdJkj5nNPKBRhrG5Ube1oGQcY00lqMeC2skcUYs9fQCuZVbJFFSj2FsNnKXGzmfYOQkP18jqWRuJJWkkYMqORKiCUmWANgDJLrWhhK5TrrWBiPDpvUlN9JjzJtWi+MY1kgo+amQA3WUv65G5t1OKKRyPKORzsmga30Ka2Ri5OseJY303Y6ct4u21VEMu1aFSCkBsDPI/NXKCrnIyGT+MIypklNoJF+tkZGG09fIVd3qyPG9jglpMJnuNRIYkxrZ3cj5yDnSKUkjo5erF3LjjURGq5Fc7pBlTvBCr1YEPl7KyGxbxxcrlIzmjyKRjxZ0rXpcIKT8UCMV53cYP9Z36RzpnAxXdET5iBrpMc7NRhpHdjty4znSMVxspNFUhh2bnYaNQLJGN4jJii43Mt2f5zXSMCZG0smkad0fubGS5LhXUm+PGukCklzseIw0csEcaUJiikzmyHTX2mYkx0i0rTQyZmhKXmhpnjc7+L6VbHYW1MjFu1YLSMZdq651YOQKRoKi3+wMgZJyu4FsWLYCY2uNpJFWJJfMkdzs1CXSL1vjOZJGYknHQVJhxl1rsRD4NkbWHH0aulYvJDY7MFLTstmZ+BUrN/LtmpU2RcZG5kXSEKqUX7/ZSedIJ2QGctdopKRpsxMtzRuNxKdlGsntHHNRI9nrNH79oJLtRs5yTUnsWi1djFyha02NpJJIIWTM8oLTRzpHuqRGgmObkYWS06lG8utHlVGPyxH78sEYQsjuIHOSbFmh5Ek1kigtMNKy0Mh8jFSEEBJzZCqknyS7g8yX5oGQ5zVyxvQRGgmU5MjNjhwn5MZPkUaSLGkkv34Qoz47G7lN363xFAkfF9RItq3pHJkaic1OViJpJNqdgSsBGhm3rfL/9a/W/92c3UrDQBSEQUK8EJTSCvb9X9RgL8bli7M7dk8NDnmDw8ecn9k8o5Qkcvumz5ECUkQCSZRydI484SAJjzRABl3rkTyylkhaJIk0y1aWMSRy3b1HMnsFj+xldmSNtpbFVyxp7Pgh/X6OFJKTiLzeQSQTyuBxjEjcP0rHD++RYjII0aVz5HDS/DKfyHW1a3PV06foFiK5fSVESvGu1a9aXybMkW/wyHSzw1qyaxWRLKVwZM68Z5LL/vlDMD5w/JBApAvRBfdIEum61vwe2RaxTyTDV+KR2vNIdazWJP+5R7ZN6/ZhjIwTAkDSEenjkB7JfvBqYkDZ1NED6SMC93ukZDYCtmvVkg5I2s2OiPRPBijRGBG56SDjh5CESc4gUsIcOZTZkfxmB12rAZLXDyJJKBeD5BGanV7S/Byt6AyQzfEj3uzkRApI+CS7Vk+kFB8kS/PJkUmeR5fmRJJEqpSzPZJEZkjyGgkg26YVEYH6OfIdQNZ5pCdSKiaSQJq+1RBpm52Gwz9fCHCOfIhHfniPlGKPzInUdq4VcGRB+wnlioCAP2NJFR5JJH3TKiJf8WK5nxAwXasjktVEzJxrgVoik1xrEZF8jDXUtV6C64cqeWKwlXlIAunjkFrs3D4IR6zae2R/ISAVECkBSJNr5WbHB5Q9jwTSeSRXrQ7IJzWtFUR+L6QnEik6IWm61tQj30bukUTSlBLnyD6RQtIQSSxdHW9IFhKZeCQHyeldKyM7d75Y5hmLRArJ/c3OOpRP9pX8QvIQ90i+/ZCqdq30yB+B9JmdK7tWEcmuVTwKSUdke1NemNghkizk7D+YkT3C5z0RZctMkbMjSZQciJJIlLo/vaKW/Rc8IhJAtgsBp08PATOql6UCVwAAAABJRU5ErkJggg==");
|
|
@@ -557,43 +563,37 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
557
563
|
display: grid;
|
|
558
564
|
place-content: center;
|
|
559
565
|
}
|
|
560
|
-
.top-title .title-item[data-v-
|
|
561
|
-
.no-title .title-item[data-v-
|
|
566
|
+
.top-title .title-item[data-v-f913847e],
|
|
567
|
+
.no-title .title-item[data-v-f913847e] {
|
|
562
568
|
display: flex;
|
|
563
569
|
align-items: center;
|
|
564
570
|
}
|
|
565
|
-
.top-title .title[data-v-
|
|
566
|
-
.no-title .title[data-v-
|
|
571
|
+
.top-title .title[data-v-f913847e],
|
|
572
|
+
.no-title .title[data-v-f913847e] {
|
|
567
573
|
padding: 0 17px;
|
|
568
574
|
color: #d5fdfd;
|
|
569
575
|
background: linear-gradient(0deg, #01aaff, #00eaff);
|
|
570
576
|
-webkit-background-clip: text;
|
|
571
577
|
-webkit-text-fill-color: transparent;
|
|
572
578
|
}
|
|
573
|
-
.top-title .title-decoration-left[data-v-
|
|
574
|
-
.no-title .title-decoration-left[data-v-
|
|
579
|
+
.top-title .title-decoration-left[data-v-f913847e],
|
|
580
|
+
.no-title .title-decoration-left[data-v-f913847e] {
|
|
575
581
|
width: 58px;
|
|
576
582
|
height: 14px;
|
|
577
583
|
}
|
|
578
|
-
.top-title .title-decoration-right[data-v-
|
|
579
|
-
.no-title .title-decoration-right[data-v-
|
|
584
|
+
.top-title .title-decoration-right[data-v-f913847e],
|
|
585
|
+
.no-title .title-decoration-right[data-v-f913847e] {
|
|
580
586
|
width: 58px;
|
|
581
587
|
height: 14px;
|
|
582
588
|
}
|
|
583
|
-
.
|
|
584
|
-
border: 2px solid #375A8899;
|
|
585
|
-
border-radius: 8px;
|
|
586
|
-
width: 100%;
|
|
587
|
-
height: 100%;
|
|
588
|
-
}
|
|
589
|
-
.left-title[data-v-3c3b861e] {
|
|
589
|
+
.left-title[data-v-f913847e] {
|
|
590
590
|
position: relative;
|
|
591
591
|
width: 100%;
|
|
592
592
|
height: 100%;
|
|
593
593
|
border: 2px solid #375A8899;
|
|
594
|
-
border-radius:
|
|
594
|
+
border-radius: 0;
|
|
595
595
|
}
|
|
596
|
-
.left-title .title[data-v-
|
|
596
|
+
.left-title .title[data-v-f913847e] {
|
|
597
597
|
position: absolute;
|
|
598
598
|
left: -33px;
|
|
599
599
|
top: -14px;
|
|
@@ -608,14 +608,14 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
608
608
|
font-weight: 500;
|
|
609
609
|
text-align: center;
|
|
610
610
|
}
|
|
611
|
-
.left-title .title span[data-v-
|
|
611
|
+
.left-title .title span[data-v-f913847e] {
|
|
612
612
|
writing-mode: vertical-lr;
|
|
613
613
|
}
|
|
614
|
-
.contain[data-v-
|
|
614
|
+
.contain[data-v-378919f0] {
|
|
615
615
|
position: relative;
|
|
616
616
|
overflow: hidden;
|
|
617
617
|
}
|
|
618
|
-
.content[data-v-
|
|
618
|
+
.content[data-v-378919f0] {
|
|
619
619
|
transform-origin: left top;
|
|
620
620
|
z-index: 999;
|
|
621
621
|
}
|
package/package.json
CHANGED
|
@@ -3,6 +3,7 @@ export declare const GLOBAL_CONFIG = "GLOBAL_CONFIG";
|
|
|
3
3
|
export declare const GLOBAL_MODEL = "GLOBAL_MODEL";
|
|
4
4
|
export declare const REQUEST_MODEL = "REQUEST_MODEL";
|
|
5
5
|
export declare const GLOBAL_TOKEN = "GLOBAL_TOKEN";
|
|
6
|
+
export declare const REFRESH_PAGE = "REFRESH_PAGE";
|
|
6
7
|
export declare const INDICATOR_URL: any;
|
|
7
8
|
export declare const UPLOAD_PATH: any;
|
|
8
9
|
export declare const BASE_URL: any;
|
|
@@ -45,6 +45,60 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
45
45
|
[key: string]: any;
|
|
46
46
|
} | import('../../_utils/props').RequestParams;
|
|
47
47
|
};
|
|
48
|
+
borderColor: {
|
|
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
|
+
};
|
|
57
|
+
borderRadius: {
|
|
58
|
+
type?: undefined;
|
|
59
|
+
default?: undefined;
|
|
60
|
+
} | {
|
|
61
|
+
type: any;
|
|
62
|
+
default: string | number | boolean | Events | {
|
|
63
|
+
[key: string]: any;
|
|
64
|
+
} | import('../../_utils/props').RequestParams;
|
|
65
|
+
};
|
|
66
|
+
borderStyle: {
|
|
67
|
+
type?: undefined;
|
|
68
|
+
default?: undefined;
|
|
69
|
+
} | {
|
|
70
|
+
type: any;
|
|
71
|
+
default: string | number | boolean | Events | {
|
|
72
|
+
[key: string]: any;
|
|
73
|
+
} | import('../../_utils/props').RequestParams;
|
|
74
|
+
};
|
|
75
|
+
borderWidth: {
|
|
76
|
+
type?: undefined;
|
|
77
|
+
default?: undefined;
|
|
78
|
+
} | {
|
|
79
|
+
type: any;
|
|
80
|
+
default: string | number | boolean | Events | {
|
|
81
|
+
[key: string]: any;
|
|
82
|
+
} | import('../../_utils/props').RequestParams;
|
|
83
|
+
};
|
|
84
|
+
backgroundColor: {
|
|
85
|
+
type?: undefined;
|
|
86
|
+
default?: undefined;
|
|
87
|
+
} | {
|
|
88
|
+
type: any;
|
|
89
|
+
default: string | number | boolean | Events | {
|
|
90
|
+
[key: string]: any;
|
|
91
|
+
} | import('../../_utils/props').RequestParams;
|
|
92
|
+
};
|
|
93
|
+
useBorderModify: {
|
|
94
|
+
type?: undefined;
|
|
95
|
+
default?: undefined;
|
|
96
|
+
} | {
|
|
97
|
+
type: any;
|
|
98
|
+
default: string | number | boolean | Events | {
|
|
99
|
+
[key: string]: any;
|
|
100
|
+
} | import('../../_utils/props').RequestParams;
|
|
101
|
+
};
|
|
48
102
|
id: {
|
|
49
103
|
type?: undefined;
|
|
50
104
|
default?: undefined;
|
|
@@ -246,6 +300,27 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
246
300
|
}, {
|
|
247
301
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
248
302
|
click: () => void;
|
|
303
|
+
borderStyle: import("vue").ComputedRef<{
|
|
304
|
+
borderWidth: string | number | boolean | {
|
|
305
|
+
[key: string]: any;
|
|
306
|
+
};
|
|
307
|
+
borderStyle: string | number | boolean | {
|
|
308
|
+
[key: string]: any;
|
|
309
|
+
};
|
|
310
|
+
borderRadius: string | number | boolean | {
|
|
311
|
+
[key: string]: any;
|
|
312
|
+
};
|
|
313
|
+
borderColor: string | number | boolean | {
|
|
314
|
+
[key: string]: any;
|
|
315
|
+
};
|
|
316
|
+
backgroundColor: string | number | boolean | {
|
|
317
|
+
[key: string]: any;
|
|
318
|
+
};
|
|
319
|
+
width: string;
|
|
320
|
+
height: string;
|
|
321
|
+
}>;
|
|
322
|
+
theme: string;
|
|
323
|
+
onDrag: (e: DragEvent) => void;
|
|
249
324
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
250
325
|
fontSize: {
|
|
251
326
|
type?: undefined;
|
|
@@ -292,6 +367,60 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
292
367
|
[key: string]: any;
|
|
293
368
|
} | import('../../_utils/props').RequestParams;
|
|
294
369
|
};
|
|
370
|
+
borderColor: {
|
|
371
|
+
type?: undefined;
|
|
372
|
+
default?: undefined;
|
|
373
|
+
} | {
|
|
374
|
+
type: any;
|
|
375
|
+
default: string | number | boolean | Events | {
|
|
376
|
+
[key: string]: any;
|
|
377
|
+
} | import('../../_utils/props').RequestParams;
|
|
378
|
+
};
|
|
379
|
+
borderRadius: {
|
|
380
|
+
type?: undefined;
|
|
381
|
+
default?: undefined;
|
|
382
|
+
} | {
|
|
383
|
+
type: any;
|
|
384
|
+
default: string | number | boolean | Events | {
|
|
385
|
+
[key: string]: any;
|
|
386
|
+
} | import('../../_utils/props').RequestParams;
|
|
387
|
+
};
|
|
388
|
+
borderStyle: {
|
|
389
|
+
type?: undefined;
|
|
390
|
+
default?: undefined;
|
|
391
|
+
} | {
|
|
392
|
+
type: any;
|
|
393
|
+
default: string | number | boolean | Events | {
|
|
394
|
+
[key: string]: any;
|
|
395
|
+
} | import('../../_utils/props').RequestParams;
|
|
396
|
+
};
|
|
397
|
+
borderWidth: {
|
|
398
|
+
type?: undefined;
|
|
399
|
+
default?: undefined;
|
|
400
|
+
} | {
|
|
401
|
+
type: any;
|
|
402
|
+
default: string | number | boolean | Events | {
|
|
403
|
+
[key: string]: any;
|
|
404
|
+
} | import('../../_utils/props').RequestParams;
|
|
405
|
+
};
|
|
406
|
+
backgroundColor: {
|
|
407
|
+
type?: undefined;
|
|
408
|
+
default?: undefined;
|
|
409
|
+
} | {
|
|
410
|
+
type: any;
|
|
411
|
+
default: string | number | boolean | Events | {
|
|
412
|
+
[key: string]: any;
|
|
413
|
+
} | import('../../_utils/props').RequestParams;
|
|
414
|
+
};
|
|
415
|
+
useBorderModify: {
|
|
416
|
+
type?: undefined;
|
|
417
|
+
default?: undefined;
|
|
418
|
+
} | {
|
|
419
|
+
type: any;
|
|
420
|
+
default: string | number | boolean | Events | {
|
|
421
|
+
[key: string]: any;
|
|
422
|
+
} | import('../../_utils/props').RequestParams;
|
|
423
|
+
};
|
|
295
424
|
id: {
|
|
296
425
|
type?: undefined;
|
|
297
426
|
default?: undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const EcanBorder: import(
|
|
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: {
|
|
@@ -53,6 +59,60 @@ export declare const borderComponentProps: {
|
|
|
53
59
|
[key: string]: any;
|
|
54
60
|
} | import('../../_utils/props').RequestParams;
|
|
55
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;
|
|
115
|
+
};
|
|
56
116
|
id: {
|
|
57
117
|
type?: undefined;
|
|
58
118
|
default?: undefined;
|
|
@@ -62,6 +62,27 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
62
62
|
type: any;
|
|
63
63
|
default: any;
|
|
64
64
|
};
|
|
65
|
+
tabHeight: {
|
|
66
|
+
type?: undefined;
|
|
67
|
+
default?: undefined;
|
|
68
|
+
} | {
|
|
69
|
+
type: any;
|
|
70
|
+
default: any;
|
|
71
|
+
};
|
|
72
|
+
activeKey: {
|
|
73
|
+
type?: undefined;
|
|
74
|
+
default?: undefined;
|
|
75
|
+
} | {
|
|
76
|
+
type: any;
|
|
77
|
+
default: any;
|
|
78
|
+
};
|
|
79
|
+
contains: {
|
|
80
|
+
type?: undefined;
|
|
81
|
+
default?: undefined;
|
|
82
|
+
} | {
|
|
83
|
+
type: any;
|
|
84
|
+
default: any;
|
|
85
|
+
};
|
|
65
86
|
id: {
|
|
66
87
|
type?: undefined;
|
|
67
88
|
default?: undefined;
|
|
@@ -289,6 +310,27 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
289
310
|
type: any;
|
|
290
311
|
default: any;
|
|
291
312
|
};
|
|
313
|
+
tabHeight: {
|
|
314
|
+
type?: undefined;
|
|
315
|
+
default?: undefined;
|
|
316
|
+
} | {
|
|
317
|
+
type: any;
|
|
318
|
+
default: any;
|
|
319
|
+
};
|
|
320
|
+
activeKey: {
|
|
321
|
+
type?: undefined;
|
|
322
|
+
default?: undefined;
|
|
323
|
+
} | {
|
|
324
|
+
type: any;
|
|
325
|
+
default: any;
|
|
326
|
+
};
|
|
327
|
+
contains: {
|
|
328
|
+
type?: undefined;
|
|
329
|
+
default?: undefined;
|
|
330
|
+
} | {
|
|
331
|
+
type: any;
|
|
332
|
+
default: any;
|
|
333
|
+
};
|
|
292
334
|
id: {
|
|
293
335
|
type?: undefined;
|
|
294
336
|
default?: undefined;
|
|
@@ -62,6 +62,27 @@ export declare const EcanTabs: import("../../_utils/withInstall").SFCWithInstall
|
|
|
62
62
|
type: any;
|
|
63
63
|
default: any;
|
|
64
64
|
};
|
|
65
|
+
tabHeight: {
|
|
66
|
+
type?: undefined;
|
|
67
|
+
default?: undefined;
|
|
68
|
+
} | {
|
|
69
|
+
type: any;
|
|
70
|
+
default: any;
|
|
71
|
+
};
|
|
72
|
+
activeKey: {
|
|
73
|
+
type?: undefined;
|
|
74
|
+
default?: undefined;
|
|
75
|
+
} | {
|
|
76
|
+
type: any;
|
|
77
|
+
default: any;
|
|
78
|
+
};
|
|
79
|
+
contains: {
|
|
80
|
+
type?: undefined;
|
|
81
|
+
default?: undefined;
|
|
82
|
+
} | {
|
|
83
|
+
type: any;
|
|
84
|
+
default: any;
|
|
85
|
+
};
|
|
65
86
|
id: {
|
|
66
87
|
type?: undefined;
|
|
67
88
|
default?: undefined;
|
|
@@ -289,6 +310,27 @@ export declare const EcanTabs: import("../../_utils/withInstall").SFCWithInstall
|
|
|
289
310
|
type: any;
|
|
290
311
|
default: any;
|
|
291
312
|
};
|
|
313
|
+
tabHeight: {
|
|
314
|
+
type?: undefined;
|
|
315
|
+
default?: undefined;
|
|
316
|
+
} | {
|
|
317
|
+
type: any;
|
|
318
|
+
default: any;
|
|
319
|
+
};
|
|
320
|
+
activeKey: {
|
|
321
|
+
type?: undefined;
|
|
322
|
+
default?: undefined;
|
|
323
|
+
} | {
|
|
324
|
+
type: any;
|
|
325
|
+
default: any;
|
|
326
|
+
};
|
|
327
|
+
contains: {
|
|
328
|
+
type?: undefined;
|
|
329
|
+
default?: undefined;
|
|
330
|
+
} | {
|
|
331
|
+
type: any;
|
|
332
|
+
default: any;
|
|
333
|
+
};
|
|
292
334
|
id: {
|
|
293
335
|
type?: undefined;
|
|
294
336
|
default?: undefined;
|