@zgfe/business-lib 1.2.50-ht.1 → 1.2.50-ljy.0
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/es/addToPanel/components/wholeChart.d.ts +6 -0
- package/es/addToPanel/components/wholeChart.js +45 -0
- package/es/addToPanel/index.js +39 -3
- package/es/addToPanel/types.d.ts +1 -0
- package/es/addToScene/index.js +3 -0
- package/es/addToScene/types.d.ts +1 -1
- package/es/assets/colorIcon/demo_index.html +4 -717
- package/es/assets/colorIcon/iconfont.css +4 -128
- package/es/assets/colorIcon/iconfont.js +16 -16
- package/es/assets/colorIcon/iconfont.json +0 -217
- package/es/assets/colorIcon/iconfont.svg +0 -62
- package/es/assets/colorIcon/iconfont.ttf +0 -0
- package/es/assets/colorIcon/iconfont.woff +0 -0
- package/es/assets/colorIcon/iconfont.woff2 +0 -0
- package/es/assets/iconfont/demo_index.html +17 -546
- package/es/assets/iconfont/iconfont.css +5 -97
- package/es/assets/iconfont/iconfont.js +9 -9
- package/es/assets/iconfont/iconfont.json +4 -165
- package/es/assets/iconfont/iconfont.ttf +0 -0
- package/es/assets/iconfont/iconfont.woff +0 -0
- package/es/assets/iconfont/iconfont.woff2 +0 -0
- package/package.json +2 -2
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "bsicon"; /* Project id 2545884 */
|
|
3
|
-
src: url('iconfont.woff2?t=
|
|
4
|
-
url('iconfont.woff?t=
|
|
5
|
-
url('iconfont.ttf?t=
|
|
3
|
+
src: url('iconfont.woff2?t=1711004690578') format('woff2'),
|
|
4
|
+
url('iconfont.woff?t=1711004690578') format('woff'),
|
|
5
|
+
url('iconfont.ttf?t=1711004690578') format('truetype');
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.bsicon {
|
|
@@ -13,98 +13,6 @@
|
|
|
13
13
|
-moz-osx-font-smoothing: grayscale;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.jieshu:before {
|
|
17
|
-
content: "\e7cb";
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.xiaoxitongzhi:before {
|
|
21
|
-
content: "\e7ca";
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.shenpi:before {
|
|
25
|
-
content: "\e7c9";
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.shangchuantupian:before {
|
|
29
|
-
content: "\e648";
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.charuzhibiao:before {
|
|
33
|
-
content: "\e644";
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.tianjiabiaoti:before {
|
|
37
|
-
content: "\e645";
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.tianjiawenben:before {
|
|
41
|
-
content: "\e646";
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.tianjiatupian:before {
|
|
45
|
-
content: "\e647";
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.a-js2:before {
|
|
49
|
-
content: "\e63f";
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.weixinxiaochengxu:before {
|
|
53
|
-
content: "\e640";
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.ios1:before {
|
|
57
|
-
content: "\e641";
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.android1:before {
|
|
61
|
-
content: "\e642";
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.fuwuqi:before {
|
|
65
|
-
content: "\e643";
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.caidan-yonghuyingxiao:before {
|
|
69
|
-
content: "\e63a";
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.licaiyewufenxi:before {
|
|
73
|
-
content: "\e7c8";
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.xinyongkayewu1:before {
|
|
77
|
-
content: "\e7c6";
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.xinyongkafenqi:before {
|
|
81
|
-
content: "\e7c7";
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.a-LTVfenxi:before {
|
|
85
|
-
content: "\e7c5";
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.daohangerjijiantou:before {
|
|
89
|
-
content: "\e632";
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
.daohangyijijiantoushouqi:before {
|
|
93
|
-
content: "\e634";
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
.jiaosejiaohuan:before {
|
|
97
|
-
content: "\e635";
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
.daohangyijijiantouzhankai:before {
|
|
101
|
-
content: "\e636";
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.cunkuanyewu:before {
|
|
105
|
-
content: "\e7c4";
|
|
106
|
-
}
|
|
107
|
-
|
|
108
16
|
.maidian:before {
|
|
109
17
|
content: "\e7c2";
|
|
110
18
|
}
|
|
@@ -629,7 +537,7 @@
|
|
|
629
537
|
content: "\e6db";
|
|
630
538
|
}
|
|
631
539
|
|
|
632
|
-
.
|
|
540
|
+
.left:before {
|
|
633
541
|
content: "\e6d2";
|
|
634
542
|
}
|
|
635
543
|
|
|
@@ -637,7 +545,7 @@
|
|
|
637
545
|
content: "\e6d3";
|
|
638
546
|
}
|
|
639
547
|
|
|
640
|
-
.
|
|
548
|
+
.right:before {
|
|
641
549
|
content: "\e6d4";
|
|
642
550
|
}
|
|
643
551
|
|