@zgfe/business-lib 1.2.51-ht.1 → 1.2.51-plat.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/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 +3 -72
- package/es/assets/iconfont/iconfont.css +3 -15
- package/es/assets/iconfont/iconfont.js +1 -1
- package/es/assets/iconfont/iconfont.json +0 -21
- 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/es/index.d.ts +2 -1
- package/es/index.js +2 -1
- package/es/platformSelector/demo/index.d.ts +3 -0
- package/es/platformSelector/demo/index.js +16 -0
- package/es/platformSelector/index.d.ts +19 -0
- package/es/platformSelector/index.js +39 -0
- package/es/platformSelector/styles/index.less +9 -0
- package/es/platformSelector/types.d.ts +6 -0
- package/es/platformSelector/types.js +1 -0
- package/es/platformSelector/util.d.ts +2 -0
- package/es/platformSelector/util.js +44 -0
- package/es/table/font_2545884_ievcoe4sky/demo.css +539 -0
- package/es/table/font_2545884_ievcoe4sky/demo_index.html +4857 -0
- package/es/table/font_2545884_ievcoe4sky/iconfont.css +827 -0
- package/es/table/font_2545884_ievcoe4sky/iconfont.js +43 -0
- package/es/table/font_2545884_ievcoe4sky/iconfont.json +1430 -0
- package/es/table/font_2545884_ievcoe4sky/iconfont.ttf +0 -0
- package/es/table/font_2545884_ievcoe4sky/iconfont.woff +0 -0
- package/es/table/font_2545884_ievcoe4sky/iconfont.woff2 +0 -0
- package/es/userCondition/conditions/cdpCondition.js +8 -2
- package/es/userCondition/conditions/cdpCshCondition.js +14 -3
- package/es/userCondition/conditions/styles/cdpCondition.less +6 -0
- package/es/userCondition/conditions/styles/cdpCshCondition.less +6 -0
- package/es/userGroup/overlay.js +6 -5
- package/es/userGroupHeader/index.js +1 -1
- package/package.json +2 -2
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "iconfont"; /* Project id 3950596 */
|
|
3
|
-
src: url('iconfont.woff2?t=
|
|
4
|
-
url('iconfont.woff?t=
|
|
5
|
-
url('iconfont.ttf?t=
|
|
6
|
-
url('iconfont.svg?t=
|
|
3
|
+
src: url('iconfont.woff2?t=1678964563494') format('woff2'),
|
|
4
|
+
url('iconfont.woff?t=1678964563494') format('woff'),
|
|
5
|
+
url('iconfont.ttf?t=1678964563494') format('truetype'),
|
|
6
|
+
url('iconfont.svg?t=1678964563494#iconfont') format('svg');
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.iconfont {
|
|
@@ -14,130 +14,6 @@
|
|
|
14
14
|
-moz-osx-font-smoothing: grayscale;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
.icon-yasuobao:before {
|
|
18
|
-
content: "\e7a0";
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.icon-yewuchangjing:before {
|
|
22
|
-
content: "\e63b";
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.icon-yonghuyingxiao:before {
|
|
26
|
-
content: "\e638";
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.icon-xinyongkafenqi:before {
|
|
30
|
-
content: "\e637";
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.icon-xinyongkayewu:before {
|
|
34
|
-
content: "\e636";
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.icon-zhinengyingxiaoduose:before {
|
|
38
|
-
content: "\e634";
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.icon-cunkuanyewufenxi:before {
|
|
42
|
-
content: "\e799";
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.icon-shujuzhiliang:before {
|
|
46
|
-
content: "\e78d";
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.icon-xinbanlogo:before {
|
|
50
|
-
content: "\e78a";
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.icon-xinbanlogo-jichuban:before {
|
|
54
|
-
content: "\e78b";
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.icon-xinbanlogo-qiyeban:before {
|
|
58
|
-
content: "\e78c";
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.icon-xinbanlogo-zhuanyeban:before {
|
|
62
|
-
content: "\e787";
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.icon-xinbanlogo-shiyongban:before {
|
|
66
|
-
content: "\e788";
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.icon-xinbanlogo-yiguoqi:before {
|
|
70
|
-
content: "\e789";
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.icon-general:before {
|
|
74
|
-
content: "\e781";
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.icon-yingxiaohuodong:before {
|
|
78
|
-
content: "\e77e";
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.icon-credit:before {
|
|
82
|
-
content: "\e77d";
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.icon-yingxiaokanban:before {
|
|
86
|
-
content: "\e6ee";
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.icon-yingxiaoshuju:before {
|
|
90
|
-
content: "\e6ef";
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.icon-yingxiaozhongxin:before {
|
|
94
|
-
content: "\e6f0";
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.icon-qunzulvcheng:before {
|
|
98
|
-
content: "\e6f1";
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.icon-yingxiaosucai:before {
|
|
102
|
-
content: "\e6f2";
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
.icon-yingxiaoshezhi:before {
|
|
106
|
-
content: "\e6f3";
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.icon-fenxigongjuxiang:before {
|
|
110
|
-
content: "\e778";
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.icon-chanpinbiaoqian:before {
|
|
114
|
-
content: "\e777";
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.icon-yonghufenqun:before {
|
|
118
|
-
content: "\e770";
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.icon-yingxiaoshoujufenxi:before {
|
|
122
|
-
content: "\e771";
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
.icon-yonghutiyanjiankong:before {
|
|
126
|
-
content: "\e772";
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
.icon-yonghubiaoqian:before {
|
|
130
|
-
content: "\e773";
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
.icon-yonghulvcheng:before {
|
|
134
|
-
content: "\e75b";
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
.icon-shujukaifang:before {
|
|
138
|
-
content: "\e75a";
|
|
139
|
-
}
|
|
140
|
-
|
|
141
17
|
.icon-caidan-idmapping:before {
|
|
142
18
|
content: "\e759";
|
|
143
19
|
}
|