@oinone/kunlun-vue-ui-common 6.4.3 → 6.4.4
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/icons/index.js +0 -3
- package/dist/icons/oinone-iconfont/iconfont.css +271 -3
- package/dist/icons/oinone-iconfont/iconfont.js +1 -1
- package/dist/icons/oinone-iconfont/iconfont.json +469 -0
- package/dist/icons/oinone-iconfont/iconfont.ttf +0 -0
- package/dist/icons/oinone-iconfont/iconfont.woff +0 -0
- package/dist/icons/oinone-iconfont/iconfont.woff2 +0 -0
- package/dist/oinone-kunlun-vue-ui-common.esm.js +1 -1
- package/icons/index.js +0 -3
- package/icons/oinone-iconfont/iconfont.css +271 -3
- package/icons/oinone-iconfont/iconfont.js +1 -1
- package/icons/oinone-iconfont/iconfont.json +469 -0
- package/icons/oinone-iconfont/iconfont.ttf +0 -0
- package/icons/oinone-iconfont/iconfont.woff +0 -0
- package/icons/oinone-iconfont/iconfont.woff2 +0 -0
- package/package.json +1 -1
- package/src/component/oio-drawer/useDrawer.ts +1 -1
- package/dist/icons/iconfont/iconfont.css +0 -211
- package/dist/icons/iconfont/iconfont.js +0 -1
- package/dist/icons/iconfont/iconfont.json +0 -352
- package/dist/icons/iconfont/iconfont.ttf +0 -0
- package/dist/icons/iconfont/iconfont.woff +0 -0
- package/dist/icons/iconfont/iconfont.woff2 +0 -0
- package/icons/iconfont/iconfont.css +0 -211
- package/icons/iconfont/iconfont.js +0 -1
- package/icons/iconfont/iconfont.json +0 -352
- package/icons/iconfont/iconfont.ttf +0 -0
- package/icons/iconfont/iconfont.woff +0 -0
- package/icons/iconfont/iconfont.woff2 +0 -0
package/dist/icons/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "iconfont"; /* Project id 2657071 */
|
|
3
|
-
src: url('iconfont.woff2?t=
|
|
4
|
-
url('iconfont.woff?t=
|
|
5
|
-
url('iconfont.ttf?t=
|
|
3
|
+
src: url('iconfont.woff2?t=1767950622369') format('woff2'),
|
|
4
|
+
url('iconfont.woff?t=1767950622369') format('woff'),
|
|
5
|
+
url('iconfont.ttf?t=1767950622369') format('truetype');
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.iconfont {
|
|
@@ -13,6 +13,270 @@
|
|
|
13
13
|
-moz-osx-font-smoothing: grayscale;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
+
.oinone-copy-outlined:before {
|
|
17
|
+
content: "\e9d1";
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.oinone-display-outlined:before {
|
|
21
|
+
content: "\e9d2";
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.oinone-dialog-box-outlined:before {
|
|
25
|
+
content: "\e9d3";
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.oinone-delete-outlined:before {
|
|
29
|
+
content: "\e9d4";
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.oinone-down-outlined:before {
|
|
33
|
+
content: "\e9d5";
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.oinone-drag-outlined:before {
|
|
37
|
+
content: "\e9d6";
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.oinone-export-outlined:before {
|
|
41
|
+
content: "\e9d7";
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.oinone-file-text-outlined:before {
|
|
45
|
+
content: "\e9d8";
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.oinone-edit-square-outlined:before {
|
|
49
|
+
content: "\e9d9";
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.oinone-drawer-outlined:before {
|
|
53
|
+
content: "\e9da";
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.oinone-fullscreen-outlined:before {
|
|
57
|
+
content: "\e9db";
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.oinone-hide-outlined:before {
|
|
61
|
+
content: "\e9dc";
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.oinone-high-height-outlined:before {
|
|
65
|
+
content: "\e9dd";
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.oinone-left-outlined:before {
|
|
69
|
+
content: "\e9de";
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.oinone-minus-outlined:before {
|
|
73
|
+
content: "\e9df";
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.oinone-import-outlined:before {
|
|
77
|
+
content: "\e9e0";
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.oinone-folder-outlined:before {
|
|
81
|
+
content: "\e9e1";
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.oinone-height-outlined:before {
|
|
85
|
+
content: "\e9e2";
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.oinone-group-outlined:before {
|
|
89
|
+
content: "\e9e4";
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.oinone-plus-outlined:before {
|
|
93
|
+
content: "\e9e5";
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.oinone-medium-height-outlined:before {
|
|
97
|
+
content: "\e9e6";
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.oinone-low-height-outlined:before {
|
|
101
|
+
content: "\e9e7";
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.oinone-fullscreen-exit-outlined:before {
|
|
105
|
+
content: "\e9e8";
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.oinone-up-outlined:before {
|
|
109
|
+
content: "\e9e9";
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.oinone-user-outlined:before {
|
|
113
|
+
content: "\e9ea";
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.oinone-zoom-in-outlined:before {
|
|
117
|
+
content: "\e9eb";
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.oinone-zoom-out-outlined:before {
|
|
121
|
+
content: "\e9ec";
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.oinone-ungroup-outlined:before {
|
|
125
|
+
content: "\e9ed";
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.oinone-upload-outlined:before {
|
|
129
|
+
content: "\e9ee";
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.oinone-shortcutkey-outlined:before {
|
|
133
|
+
content: "\e9ef";
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.oinone-order-outlined:before {
|
|
137
|
+
content: "\e9f0";
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.oinone-a-defaultrowheight:before {
|
|
141
|
+
content: "\e9f1";
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.oinone-jump-outlined:before {
|
|
145
|
+
content: "\e9f2";
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.oinone-drill-down-outlined:before {
|
|
149
|
+
content: "\e9f3";
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.oinone-double-down-outlined:before {
|
|
153
|
+
content: "\e9f4";
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.oinone-double-right-outlined:before {
|
|
157
|
+
content: "\e9f5";
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.oinone-double-left-outlined:before {
|
|
161
|
+
content: "\e9f6";
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.oinone-double-up-outlined:before {
|
|
165
|
+
content: "\e9f7";
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.oinone-card-outlined:before {
|
|
169
|
+
content: "\e9f8";
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.oinone-apartment-outlined:before {
|
|
173
|
+
content: "\e9c9";
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.oinone-caret-left-filled:before {
|
|
177
|
+
content: "\e9ca";
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.oinone-caret-right-filled:before {
|
|
181
|
+
content: "\e9cb";
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.oinone-caret-down-filled:before {
|
|
185
|
+
content: "\e9cc";
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.oinone-caret-up-filled:before {
|
|
189
|
+
content: "\e9cd";
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.oinone-adaptive-outlined:before {
|
|
193
|
+
content: "\e9ce";
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
.oinone-close-outlined:before {
|
|
197
|
+
content: "\e9cf";
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.oinone-check-outlined:before {
|
|
201
|
+
content: "\e9d0";
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
.oinone-weixin:before {
|
|
205
|
+
content: "\e9c8";
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.oinone-xin:before {
|
|
209
|
+
content: "\e9c7";
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.oinone-qiandai:before {
|
|
213
|
+
content: "\e9c3";
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.oinone-gouwudai:before {
|
|
217
|
+
content: "\e9c4";
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.oinone-zujian:before {
|
|
221
|
+
content: "\e9c5";
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.oinone-xiazai3:before {
|
|
225
|
+
content: "\e9c6";
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
.oinone-huojian:before {
|
|
229
|
+
content: "\e9c1";
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.oinone-fangdajing:before {
|
|
233
|
+
content: "\e9c2";
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
.oinone-tuichu1:before {
|
|
237
|
+
content: "\e9bb";
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
.oinone-shezhi4:before {
|
|
241
|
+
content: "\e9bc";
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
.oinone-gouwu:before {
|
|
245
|
+
content: "\e9bd";
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
.oinone-dengpao:before {
|
|
249
|
+
content: "\e9be";
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
.oinone-kaifa:before {
|
|
253
|
+
content: "\e9bf";
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.oinone-fangda4:before {
|
|
257
|
+
content: "\e9c0";
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
.oinone-xingxing:before {
|
|
261
|
+
content: "\e9ba";
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
.oinone-huomiao:before {
|
|
265
|
+
content: "\e9b9";
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
.oinone-jiantou1:before {
|
|
269
|
+
content: "\e9b8";
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
.oinone-guihua:before {
|
|
273
|
+
content: "\e9b6";
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.oinone-changjing:before {
|
|
277
|
+
content: "\e9b7";
|
|
278
|
+
}
|
|
279
|
+
|
|
16
280
|
.oinone-damoxing:before {
|
|
17
281
|
content: "\e648";
|
|
18
282
|
}
|
|
@@ -25,6 +289,10 @@
|
|
|
25
289
|
content: "\e9b5";
|
|
26
290
|
}
|
|
27
291
|
|
|
292
|
+
.oinone-gongsi1:before {
|
|
293
|
+
content: "\c6a2";
|
|
294
|
+
}
|
|
295
|
+
|
|
28
296
|
.oinone-yuanshuju:before {
|
|
29
297
|
content: "\e9b1";
|
|
30
298
|
}
|