@ecan-bi/datav 1.0.42 → 1.0.45
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 +251 -140
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +252 -138
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +51 -48
- package/package.json +1 -1
- package/types/_utils/constant.d.ts +1 -0
- package/types/_utils/hooks/index.d.ts +1 -0
- package/types/_utils/hooks/useHrefParamsToGlobalVariables.d.ts +2 -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/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/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
|
@@ -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,15 +18,15 @@ 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;
|
|
25
25
|
}
|
|
26
|
-
.skeleton-wrapper[data-v-
|
|
26
|
+
.skeleton-wrapper[data-v-9526cadc] {
|
|
27
27
|
overflow: hidden;
|
|
28
28
|
}
|
|
29
|
-
.ecan-text[data-v-
|
|
29
|
+
.ecan-text[data-v-9526cadc] {
|
|
30
30
|
overflow: hidden;
|
|
31
31
|
display: flex;
|
|
32
32
|
}
|
|
@@ -171,14 +171,14 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
171
171
|
[datav-theme='darkBlue'] .ecan-list .empty {
|
|
172
172
|
color: #ffffff;
|
|
173
173
|
}
|
|
174
|
-
.ecan-proportion[data-v-
|
|
174
|
+
.ecan-proportion[data-v-206755e6] {
|
|
175
175
|
overflow: hidden;
|
|
176
176
|
}
|
|
177
|
-
.progress[data-v-
|
|
177
|
+
.progress[data-v-206755e6] {
|
|
178
178
|
width: 100%;
|
|
179
179
|
height: 100%;
|
|
180
180
|
}
|
|
181
|
-
.format[data-v-
|
|
181
|
+
.format[data-v-206755e6] {
|
|
182
182
|
margin: 0 auto;
|
|
183
183
|
}
|
|
184
184
|
.input[data-v-506cf42a] {
|
|
@@ -389,23 +389,34 @@ 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
|
-
.ecan-tabs[data-v-
|
|
394
|
-
|
|
396
|
+
.ecan-tabs[data-v-27b19b45] {
|
|
397
|
+
display: flex;
|
|
398
|
+
flex-direction: column;
|
|
399
|
+
width: 100%;
|
|
400
|
+
}
|
|
401
|
+
.tabs-header[data-v-27b19b45] {
|
|
395
402
|
color: #333333;
|
|
396
403
|
display: flex;
|
|
404
|
+
width: 100%;
|
|
397
405
|
}
|
|
398
|
-
.tab[data-v-
|
|
399
|
-
flex: 1;
|
|
406
|
+
.tab[data-v-27b19b45] {
|
|
400
407
|
display: flex;
|
|
408
|
+
flex: 1;
|
|
401
409
|
justify-content: center;
|
|
402
410
|
align-items: center;
|
|
403
411
|
background-size: 100% 100%;
|
|
404
412
|
background-repeat: no-repeat;
|
|
405
413
|
}
|
|
406
|
-
.tab[data-v-
|
|
414
|
+
.tab[data-v-27b19b45]:last-child {
|
|
407
415
|
margin-right: 0 !important;
|
|
408
416
|
}
|
|
417
|
+
.tabs-content[data-v-27b19b45] {
|
|
418
|
+
flex: 1;
|
|
419
|
+
}
|
|
409
420
|
.full-modal .ant-modal {
|
|
410
421
|
max-width: 100%;
|
|
411
422
|
top: 0;
|
|
@@ -491,17 +502,15 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
491
502
|
.full-modal .ant-modal-body {
|
|
492
503
|
padding: 45px 30px 0;
|
|
493
504
|
}
|
|
494
|
-
.top-title[data-v-
|
|
495
|
-
.no-title[data-v-
|
|
496
|
-
border: 1px solid rgba(55, 85, 218, 0.3);
|
|
497
|
-
background: rgba(7, 22, 85, 0.8);
|
|
505
|
+
.top-title[data-v-f913847e],
|
|
506
|
+
.no-title[data-v-f913847e] {
|
|
498
507
|
position: relative;
|
|
499
508
|
box-sizing: border-box;
|
|
500
509
|
width: 100%;
|
|
501
510
|
height: 100%;
|
|
502
511
|
}
|
|
503
|
-
.top-title .border-item[data-v-
|
|
504
|
-
.no-title .border-item[data-v-
|
|
512
|
+
.top-title .border-item[data-v-f913847e],
|
|
513
|
+
.no-title .border-item[data-v-f913847e] {
|
|
505
514
|
position: absolute;
|
|
506
515
|
z-index: 2;
|
|
507
516
|
border-color: #50FCFC;
|
|
@@ -509,8 +518,8 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
509
518
|
width: 13px;
|
|
510
519
|
height: 11px;
|
|
511
520
|
}
|
|
512
|
-
.top-title .top-left[data-v-
|
|
513
|
-
.no-title .top-left[data-v-
|
|
521
|
+
.top-title .top-left[data-v-f913847e],
|
|
522
|
+
.no-title .top-left[data-v-f913847e] {
|
|
514
523
|
top: 0;
|
|
515
524
|
left: 0;
|
|
516
525
|
border-top-width: 1px;
|
|
@@ -518,8 +527,8 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
518
527
|
border-bottom-width: 0;
|
|
519
528
|
border-left-width: 1px;
|
|
520
529
|
}
|
|
521
|
-
.top-title .top-right[data-v-
|
|
522
|
-
.no-title .top-right[data-v-
|
|
530
|
+
.top-title .top-right[data-v-f913847e],
|
|
531
|
+
.no-title .top-right[data-v-f913847e] {
|
|
523
532
|
top: 0;
|
|
524
533
|
right: -2px;
|
|
525
534
|
border-top-width: 1px;
|
|
@@ -527,8 +536,8 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
527
536
|
border-bottom-width: 0;
|
|
528
537
|
border-left-width: 0;
|
|
529
538
|
}
|
|
530
|
-
.top-title .bottom-left[data-v-
|
|
531
|
-
.no-title .bottom-left[data-v-
|
|
539
|
+
.top-title .bottom-left[data-v-f913847e],
|
|
540
|
+
.no-title .bottom-left[data-v-f913847e] {
|
|
532
541
|
bottom: -2px;
|
|
533
542
|
left: 0;
|
|
534
543
|
border-top-width: 0;
|
|
@@ -536,8 +545,8 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
536
545
|
border-bottom-width: 1px;
|
|
537
546
|
border-left-width: 1px;
|
|
538
547
|
}
|
|
539
|
-
.top-title .bottom-right[data-v-
|
|
540
|
-
.no-title .bottom-right[data-v-
|
|
548
|
+
.top-title .bottom-right[data-v-f913847e],
|
|
549
|
+
.no-title .bottom-right[data-v-f913847e] {
|
|
541
550
|
bottom: -2px;
|
|
542
551
|
right: -2px;
|
|
543
552
|
border-top-width: 0;
|
|
@@ -545,8 +554,8 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
545
554
|
border-bottom-width: 1px;
|
|
546
555
|
border-left-width: 0;
|
|
547
556
|
}
|
|
548
|
-
.top-title .title-item-wrapper[data-v-
|
|
549
|
-
.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] {
|
|
550
559
|
width: 100%;
|
|
551
560
|
padding: 5px 0;
|
|
552
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==");
|
|
@@ -554,43 +563,37 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
554
563
|
display: grid;
|
|
555
564
|
place-content: center;
|
|
556
565
|
}
|
|
557
|
-
.top-title .title-item[data-v-
|
|
558
|
-
.no-title .title-item[data-v-
|
|
566
|
+
.top-title .title-item[data-v-f913847e],
|
|
567
|
+
.no-title .title-item[data-v-f913847e] {
|
|
559
568
|
display: flex;
|
|
560
569
|
align-items: center;
|
|
561
570
|
}
|
|
562
|
-
.top-title .title[data-v-
|
|
563
|
-
.no-title .title[data-v-
|
|
571
|
+
.top-title .title[data-v-f913847e],
|
|
572
|
+
.no-title .title[data-v-f913847e] {
|
|
564
573
|
padding: 0 17px;
|
|
565
574
|
color: #d5fdfd;
|
|
566
575
|
background: linear-gradient(0deg, #01aaff, #00eaff);
|
|
567
576
|
-webkit-background-clip: text;
|
|
568
577
|
-webkit-text-fill-color: transparent;
|
|
569
578
|
}
|
|
570
|
-
.top-title .title-decoration-left[data-v-
|
|
571
|
-
.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] {
|
|
572
581
|
width: 58px;
|
|
573
582
|
height: 14px;
|
|
574
583
|
}
|
|
575
|
-
.top-title .title-decoration-right[data-v-
|
|
576
|
-
.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] {
|
|
577
586
|
width: 58px;
|
|
578
587
|
height: 14px;
|
|
579
588
|
}
|
|
580
|
-
.
|
|
581
|
-
border: 2px solid #375A8899;
|
|
582
|
-
border-radius: 8px;
|
|
583
|
-
width: 100%;
|
|
584
|
-
height: 100%;
|
|
585
|
-
}
|
|
586
|
-
.left-title[data-v-3c3b861e] {
|
|
589
|
+
.left-title[data-v-f913847e] {
|
|
587
590
|
position: relative;
|
|
588
591
|
width: 100%;
|
|
589
592
|
height: 100%;
|
|
590
593
|
border: 2px solid #375A8899;
|
|
591
|
-
border-radius:
|
|
594
|
+
border-radius: 0;
|
|
592
595
|
}
|
|
593
|
-
.left-title .title[data-v-
|
|
596
|
+
.left-title .title[data-v-f913847e] {
|
|
594
597
|
position: absolute;
|
|
595
598
|
left: -33px;
|
|
596
599
|
top: -14px;
|
|
@@ -605,14 +608,14 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
605
608
|
font-weight: 500;
|
|
606
609
|
text-align: center;
|
|
607
610
|
}
|
|
608
|
-
.left-title .title span[data-v-
|
|
611
|
+
.left-title .title span[data-v-f913847e] {
|
|
609
612
|
writing-mode: vertical-lr;
|
|
610
613
|
}
|
|
611
|
-
.contain[data-v-
|
|
614
|
+
.contain[data-v-378919f0] {
|
|
612
615
|
position: relative;
|
|
613
616
|
overflow: hidden;
|
|
614
617
|
}
|
|
615
|
-
.content[data-v-
|
|
618
|
+
.content[data-v-378919f0] {
|
|
616
619
|
transform-origin: left top;
|
|
617
620
|
z-index: 999;
|
|
618
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;
|