@kengic/uni 0.3.2-beta.10

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.
Files changed (166) hide show
  1. package/README.md +1 -0
  2. package/dist/index.css +1 -0
  3. package/dist/kengic-uni.js +5 -0
  4. package/dist/src/consts/i18n/en.d.ts +45 -0
  5. package/dist/src/consts/i18n/index.d.ts +90 -0
  6. package/dist/src/consts/i18n/zh_CN.d.ts +45 -0
  7. package/dist/src/consts/index.d.ts +1 -0
  8. package/dist/src/index.d.ts +2 -0
  9. package/dist/src/utils/index.d.ts +1 -0
  10. package/dist/src/utils/kg.util.d.ts +5 -0
  11. package/dist/uni-ui/index.ts +11 -0
  12. package/dist/uni-ui/uni-badge/uni-badge.vue +253 -0
  13. package/dist/uni-ui/uni-breadcrumb/uni-breadcrumb.vue +41 -0
  14. package/dist/uni-ui/uni-breadcrumb-item/uni-breadcrumb-item.vue +121 -0
  15. package/dist/uni-ui/uni-calendar/calendar.js +546 -0
  16. package/dist/uni-ui/uni-calendar/i18n/en.json +12 -0
  17. package/dist/uni-ui/uni-calendar/i18n/index.js +8 -0
  18. package/dist/uni-ui/uni-calendar/i18n/zh-Hans.json +12 -0
  19. package/dist/uni-ui/uni-calendar/i18n/zh-Hant.json +12 -0
  20. package/dist/uni-ui/uni-calendar/uni-calendar-item.vue +187 -0
  21. package/dist/uni-ui/uni-calendar/uni-calendar.vue +566 -0
  22. package/dist/uni-ui/uni-calendar/util.js +360 -0
  23. package/dist/uni-ui/uni-card/uni-card.vue +281 -0
  24. package/dist/uni-ui/uni-col/uni-col.vue +317 -0
  25. package/dist/uni-ui/uni-collapse/uni-collapse.vue +147 -0
  26. package/dist/uni-ui/uni-collapse-item/uni-collapse-item.vue +402 -0
  27. package/dist/uni-ui/uni-combox/uni-combox.vue +294 -0
  28. package/dist/uni-ui/uni-countdown/i18n/en.json +6 -0
  29. package/dist/uni-ui/uni-countdown/i18n/index.js +8 -0
  30. package/dist/uni-ui/uni-countdown/i18n/zh-Hans.json +6 -0
  31. package/dist/uni-ui/uni-countdown/i18n/zh-Hant.json +6 -0
  32. package/dist/uni-ui/uni-countdown/uni-countdown.vue +267 -0
  33. package/dist/uni-ui/uni-data-checkbox/uni-data-checkbox.vue +821 -0
  34. package/dist/uni-ui/uni-data-picker/keypress.js +45 -0
  35. package/dist/uni-ui/uni-data-picker/uni-data-picker.vue +551 -0
  36. package/dist/uni-ui/uni-data-pickerview/uni-data-picker.js +622 -0
  37. package/dist/uni-ui/uni-data-pickerview/uni-data-pickerview.vue +323 -0
  38. package/dist/uni-ui/uni-data-select/uni-data-select.vue +517 -0
  39. package/dist/uni-ui/uni-dateformat/date-format.js +200 -0
  40. package/dist/uni-ui/uni-dateformat/uni-dateformat.vue +88 -0
  41. package/dist/uni-ui/uni-datetime-picker/calendar-item.vue +177 -0
  42. package/dist/uni-ui/uni-datetime-picker/calendar.vue +928 -0
  43. package/dist/uni-ui/uni-datetime-picker/i18n/en.json +22 -0
  44. package/dist/uni-ui/uni-datetime-picker/i18n/index.js +8 -0
  45. package/dist/uni-ui/uni-datetime-picker/i18n/zh-Hans.json +22 -0
  46. package/dist/uni-ui/uni-datetime-picker/i18n/zh-Hant.json +22 -0
  47. package/dist/uni-ui/uni-datetime-picker/time-picker.vue +934 -0
  48. package/dist/uni-ui/uni-datetime-picker/uni-datetime-picker.vue +1026 -0
  49. package/dist/uni-ui/uni-datetime-picker/util.js +403 -0
  50. package/dist/uni-ui/uni-drawer/keypress.js +45 -0
  51. package/dist/uni-ui/uni-drawer/uni-drawer.vue +181 -0
  52. package/dist/uni-ui/uni-easyinput/common.js +56 -0
  53. package/dist/uni-ui/uni-easyinput/uni-easyinput.vue +660 -0
  54. package/dist/uni-ui/uni-fab/uni-fab.vue +491 -0
  55. package/dist/uni-ui/uni-fav/i18n/en.json +4 -0
  56. package/dist/uni-ui/uni-fav/i18n/index.js +8 -0
  57. package/dist/uni-ui/uni-fav/i18n/zh-Hans.json +4 -0
  58. package/dist/uni-ui/uni-fav/i18n/zh-Hant.json +4 -0
  59. package/dist/uni-ui/uni-fav/uni-fav.vue +161 -0
  60. package/dist/uni-ui/uni-file-picker/choose-and-upload-file.js +224 -0
  61. package/dist/uni-ui/uni-file-picker/uni-file-picker.vue +667 -0
  62. package/dist/uni-ui/uni-file-picker/upload-file.vue +325 -0
  63. package/dist/uni-ui/uni-file-picker/upload-image.vue +292 -0
  64. package/dist/uni-ui/uni-file-picker/utils.js +109 -0
  65. package/dist/uni-ui/uni-forms/uni-forms.vue +398 -0
  66. package/dist/uni-ui/uni-forms/utils.js +293 -0
  67. package/dist/uni-ui/uni-forms/validate.js +486 -0
  68. package/dist/uni-ui/uni-forms-item/uni-forms-item.vue +601 -0
  69. package/dist/uni-ui/uni-goods-nav/i18n/en.json +6 -0
  70. package/dist/uni-ui/uni-goods-nav/i18n/index.js +8 -0
  71. package/dist/uni-ui/uni-goods-nav/i18n/zh-Hans.json +6 -0
  72. package/dist/uni-ui/uni-goods-nav/i18n/zh-Hant.json +6 -0
  73. package/dist/uni-ui/uni-goods-nav/uni-goods-nav.vue +229 -0
  74. package/dist/uni-ui/uni-grid/uni-grid.vue +143 -0
  75. package/dist/uni-ui/uni-grid-item/uni-grid-item.vue +129 -0
  76. package/dist/uni-ui/uni-group/uni-group.vue +134 -0
  77. package/dist/uni-ui/uni-icons/icons.js +1169 -0
  78. package/dist/uni-ui/uni-icons/uni-icons.vue +96 -0
  79. package/dist/uni-ui/uni-icons/uniicons.css +663 -0
  80. package/dist/uni-ui/uni-icons/uniicons.ttf +0 -0
  81. package/dist/uni-ui/uni-indexed-list/uni-indexed-list-item.vue +144 -0
  82. package/dist/uni-ui/uni-indexed-list/uni-indexed-list.vue +367 -0
  83. package/dist/uni-ui/uni-link/uni-link.vue +128 -0
  84. package/dist/uni-ui/uni-list/uni-list.vue +123 -0
  85. package/dist/uni-ui/uni-list/uni-refresh.vue +65 -0
  86. package/dist/uni-ui/uni-list/uni-refresh.wxs +87 -0
  87. package/dist/uni-ui/uni-list-ad/uni-list-ad.vue +107 -0
  88. package/dist/uni-ui/uni-list-chat/uni-list-chat.scss +58 -0
  89. package/dist/uni-ui/uni-list-chat/uni-list-chat.vue +593 -0
  90. package/dist/uni-ui/uni-list-item/uni-list-item.vue +534 -0
  91. package/dist/uni-ui/uni-load-more/i18n/en.json +5 -0
  92. package/dist/uni-ui/uni-load-more/i18n/index.js +8 -0
  93. package/dist/uni-ui/uni-load-more/i18n/zh-Hans.json +5 -0
  94. package/dist/uni-ui/uni-load-more/i18n/zh-Hant.json +5 -0
  95. package/dist/uni-ui/uni-load-more/uni-load-more.vue +399 -0
  96. package/dist/uni-ui/uni-nav-bar/uni-nav-bar.vue +357 -0
  97. package/dist/uni-ui/uni-nav-bar/uni-status-bar.vue +24 -0
  98. package/dist/uni-ui/uni-notice-bar/uni-notice-bar.vue +426 -0
  99. package/dist/uni-ui/uni-number-box/uni-number-box.vue +221 -0
  100. package/dist/uni-ui/uni-pagination/i18n/en.json +5 -0
  101. package/dist/uni-ui/uni-pagination/i18n/es.json +5 -0
  102. package/dist/uni-ui/uni-pagination/i18n/fr.json +5 -0
  103. package/dist/uni-ui/uni-pagination/i18n/index.js +12 -0
  104. package/dist/uni-ui/uni-pagination/i18n/zh-Hans.json +5 -0
  105. package/dist/uni-ui/uni-pagination/i18n/zh-Hant.json +5 -0
  106. package/dist/uni-ui/uni-pagination/uni-pagination.vue +465 -0
  107. package/dist/uni-ui/uni-popup/i18n/en.json +7 -0
  108. package/dist/uni-ui/uni-popup/i18n/index.js +9 -0
  109. package/dist/uni-ui/uni-popup/i18n/zh-Hans.json +7 -0
  110. package/dist/uni-ui/uni-popup/i18n/zh-Hant.json +7 -0
  111. package/dist/uni-ui/uni-popup/keypress.js +45 -0
  112. package/dist/uni-ui/uni-popup/popup.js +23 -0
  113. package/dist/uni-ui/uni-popup/uni-popup.vue +464 -0
  114. package/dist/uni-ui/uni-popup-dialog/keypress.js +45 -0
  115. package/dist/uni-ui/uni-popup-dialog/uni-popup-dialog.vue +275 -0
  116. package/dist/uni-ui/uni-popup-message/uni-popup-message.vue +143 -0
  117. package/dist/uni-ui/uni-popup-share/uni-popup-share.vue +187 -0
  118. package/dist/uni-ui/uni-rate/uni-rate.vue +365 -0
  119. package/dist/uni-ui/uni-row/uni-row.vue +190 -0
  120. package/dist/uni-ui/uni-scss/changelog.md +8 -0
  121. package/dist/uni-ui/uni-scss/index.scss +1 -0
  122. package/dist/uni-ui/uni-scss/package.json +82 -0
  123. package/dist/uni-ui/uni-scss/readme.md +4 -0
  124. package/dist/uni-ui/uni-scss/styles/index.scss +7 -0
  125. package/dist/uni-ui/uni-scss/styles/setting/_border.scss +3 -0
  126. package/dist/uni-ui/uni-scss/styles/setting/_color.scss +66 -0
  127. package/dist/uni-ui/uni-scss/styles/setting/_radius.scss +55 -0
  128. package/dist/uni-ui/uni-scss/styles/setting/_space.scss +56 -0
  129. package/dist/uni-ui/uni-scss/styles/setting/_styles.scss +167 -0
  130. package/dist/uni-ui/uni-scss/styles/setting/_text.scss +24 -0
  131. package/dist/uni-ui/uni-scss/styles/setting/_variables.scss +146 -0
  132. package/dist/uni-ui/uni-scss/styles/tools/functions.scss +19 -0
  133. package/dist/uni-ui/uni-scss/theme.scss +31 -0
  134. package/dist/uni-ui/uni-scss/variables.scss +62 -0
  135. package/dist/uni-ui/uni-search-bar/i18n/en.json +4 -0
  136. package/dist/uni-ui/uni-search-bar/i18n/index.js +8 -0
  137. package/dist/uni-ui/uni-search-bar/i18n/zh-Hans.json +4 -0
  138. package/dist/uni-ui/uni-search-bar/i18n/zh-Hant.json +4 -0
  139. package/dist/uni-ui/uni-search-bar/uni-search-bar.vue +298 -0
  140. package/dist/uni-ui/uni-section/uni-section.vue +167 -0
  141. package/dist/uni-ui/uni-segmented-control/uni-segmented-control.vue +145 -0
  142. package/dist/uni-ui/uni-steps/uni-steps.vue +269 -0
  143. package/dist/uni-ui/uni-swipe-action/uni-swipe-action.vue +60 -0
  144. package/dist/uni-ui/uni-swipe-action-item/bindingx.js +302 -0
  145. package/dist/uni-ui/uni-swipe-action-item/isPC.js +12 -0
  146. package/dist/uni-ui/uni-swipe-action-item/mpalipay.js +195 -0
  147. package/dist/uni-ui/uni-swipe-action-item/mpother.js +260 -0
  148. package/dist/uni-ui/uni-swipe-action-item/mpwxs.js +84 -0
  149. package/dist/uni-ui/uni-swipe-action-item/render.js +270 -0
  150. package/dist/uni-ui/uni-swipe-action-item/uni-swipe-action-item.vue +347 -0
  151. package/dist/uni-ui/uni-swipe-action-item/wx.wxs +341 -0
  152. package/dist/uni-ui/uni-swiper-dot/uni-swiper-dot.vue +218 -0
  153. package/dist/uni-ui/uni-table/uni-table.vue +455 -0
  154. package/dist/uni-ui/uni-tag/uni-tag.vue +252 -0
  155. package/dist/uni-ui/uni-tbody/uni-tbody.vue +29 -0
  156. package/dist/uni-ui/uni-td/uni-td.vue +90 -0
  157. package/dist/uni-ui/uni-th/filter-dropdown.vue +511 -0
  158. package/dist/uni-ui/uni-th/uni-th.vue +285 -0
  159. package/dist/uni-ui/uni-thead/uni-thead.vue +129 -0
  160. package/dist/uni-ui/uni-title/uni-title.vue +171 -0
  161. package/dist/uni-ui/uni-tooltip/uni-tooltip.vue +68 -0
  162. package/dist/uni-ui/uni-tr/table-checkbox.vue +179 -0
  163. package/dist/uni-ui/uni-tr/uni-tr.vue +171 -0
  164. package/dist/uni-ui/uni-transition/createAnimation.js +131 -0
  165. package/dist/uni-ui/uni-transition/uni-transition.vue +281 -0
  166. package/package.json +90 -0
@@ -0,0 +1,663 @@
1
+ .uniui-color:before {
2
+ content: "\e6cf";
3
+ }
4
+
5
+ .uniui-wallet:before {
6
+ content: "\e6b1";
7
+ }
8
+
9
+ .uniui-settings-filled:before {
10
+ content: "\e6ce";
11
+ }
12
+
13
+ .uniui-auth-filled:before {
14
+ content: "\e6cc";
15
+ }
16
+
17
+ .uniui-shop-filled:before {
18
+ content: "\e6cd";
19
+ }
20
+
21
+ .uniui-staff-filled:before {
22
+ content: "\e6cb";
23
+ }
24
+
25
+ .uniui-vip-filled:before {
26
+ content: "\e6c6";
27
+ }
28
+
29
+ .uniui-plus-filled:before {
30
+ content: "\e6c7";
31
+ }
32
+
33
+ .uniui-folder-add-filled:before {
34
+ content: "\e6c8";
35
+ }
36
+
37
+ .uniui-color-filled:before {
38
+ content: "\e6c9";
39
+ }
40
+
41
+ .uniui-tune-filled:before {
42
+ content: "\e6ca";
43
+ }
44
+
45
+ .uniui-calendar-filled:before {
46
+ content: "\e6c0";
47
+ }
48
+
49
+ .uniui-notification-filled:before {
50
+ content: "\e6c1";
51
+ }
52
+
53
+ .uniui-wallet-filled:before {
54
+ content: "\e6c2";
55
+ }
56
+
57
+ .uniui-medal-filled:before {
58
+ content: "\e6c3";
59
+ }
60
+
61
+ .uniui-gift-filled:before {
62
+ content: "\e6c4";
63
+ }
64
+
65
+ .uniui-fire-filled:before {
66
+ content: "\e6c5";
67
+ }
68
+
69
+ .uniui-refreshempty:before {
70
+ content: "\e6bf";
71
+ }
72
+
73
+ .uniui-location-filled:before {
74
+ content: "\e6af";
75
+ }
76
+
77
+ .uniui-person-filled:before {
78
+ content: "\e69d";
79
+ }
80
+
81
+ .uniui-personadd-filled:before {
82
+ content: "\e698";
83
+ }
84
+
85
+ .uniui-back:before {
86
+ content: "\e6b9";
87
+ }
88
+
89
+ .uniui-forward:before {
90
+ content: "\e6ba";
91
+ }
92
+
93
+ .uniui-arrow-right:before {
94
+ content: "\e6bb";
95
+ }
96
+
97
+ .uniui-arrowthinright:before {
98
+ content: "\e6bb";
99
+ }
100
+
101
+ .uniui-arrow-left:before {
102
+ content: "\e6bc";
103
+ }
104
+
105
+ .uniui-arrowthinleft:before {
106
+ content: "\e6bc";
107
+ }
108
+
109
+ .uniui-arrow-up:before {
110
+ content: "\e6bd";
111
+ }
112
+
113
+ .uniui-arrowthinup:before {
114
+ content: "\e6bd";
115
+ }
116
+
117
+ .uniui-arrow-down:before {
118
+ content: "\e6be";
119
+ }
120
+
121
+ .uniui-arrowthindown:before {
122
+ content: "\e6be";
123
+ }
124
+
125
+ .uniui-bottom:before {
126
+ content: "\e6b8";
127
+ }
128
+
129
+ .uniui-arrowdown:before {
130
+ content: "\e6b8";
131
+ }
132
+
133
+ .uniui-right:before {
134
+ content: "\e6b5";
135
+ }
136
+
137
+ .uniui-arrowright:before {
138
+ content: "\e6b5";
139
+ }
140
+
141
+ .uniui-top:before {
142
+ content: "\e6b6";
143
+ }
144
+
145
+ .uniui-arrowup:before {
146
+ content: "\e6b6";
147
+ }
148
+
149
+ .uniui-left:before {
150
+ content: "\e6b7";
151
+ }
152
+
153
+ .uniui-arrowleft:before {
154
+ content: "\e6b7";
155
+ }
156
+
157
+ .uniui-eye:before {
158
+ content: "\e651";
159
+ }
160
+
161
+ .uniui-eye-filled:before {
162
+ content: "\e66a";
163
+ }
164
+
165
+ .uniui-eye-slash:before {
166
+ content: "\e6b3";
167
+ }
168
+
169
+ .uniui-eye-slash-filled:before {
170
+ content: "\e6b4";
171
+ }
172
+
173
+ .uniui-info-filled:before {
174
+ content: "\e649";
175
+ }
176
+
177
+ .uniui-reload:before {
178
+ content: "\e6b2";
179
+ }
180
+
181
+ .uniui-micoff-filled:before {
182
+ content: "\e6b0";
183
+ }
184
+
185
+ .uniui-map-pin-ellipse:before {
186
+ content: "\e6ac";
187
+ }
188
+
189
+ .uniui-map-pin:before {
190
+ content: "\e6ad";
191
+ }
192
+
193
+ .uniui-location:before {
194
+ content: "\e6ae";
195
+ }
196
+
197
+ .uniui-starhalf:before {
198
+ content: "\e683";
199
+ }
200
+
201
+ .uniui-star:before {
202
+ content: "\e688";
203
+ }
204
+
205
+ .uniui-star-filled:before {
206
+ content: "\e68f";
207
+ }
208
+
209
+ .uniui-calendar:before {
210
+ content: "\e6a0";
211
+ }
212
+
213
+ .uniui-fire:before {
214
+ content: "\e6a1";
215
+ }
216
+
217
+ .uniui-medal:before {
218
+ content: "\e6a2";
219
+ }
220
+
221
+ .uniui-font:before {
222
+ content: "\e6a3";
223
+ }
224
+
225
+ .uniui-gift:before {
226
+ content: "\e6a4";
227
+ }
228
+
229
+ .uniui-link:before {
230
+ content: "\e6a5";
231
+ }
232
+
233
+ .uniui-notification:before {
234
+ content: "\e6a6";
235
+ }
236
+
237
+ .uniui-staff:before {
238
+ content: "\e6a7";
239
+ }
240
+
241
+ .uniui-vip:before {
242
+ content: "\e6a8";
243
+ }
244
+
245
+ .uniui-folder-add:before {
246
+ content: "\e6a9";
247
+ }
248
+
249
+ .uniui-tune:before {
250
+ content: "\e6aa";
251
+ }
252
+
253
+ .uniui-auth:before {
254
+ content: "\e6ab";
255
+ }
256
+
257
+ .uniui-person:before {
258
+ content: "\e699";
259
+ }
260
+
261
+ .uniui-email-filled:before {
262
+ content: "\e69a";
263
+ }
264
+
265
+ .uniui-phone-filled:before {
266
+ content: "\e69b";
267
+ }
268
+
269
+ .uniui-phone:before {
270
+ content: "\e69c";
271
+ }
272
+
273
+ .uniui-email:before {
274
+ content: "\e69e";
275
+ }
276
+
277
+ .uniui-personadd:before {
278
+ content: "\e69f";
279
+ }
280
+
281
+ .uniui-chatboxes-filled:before {
282
+ content: "\e692";
283
+ }
284
+
285
+ .uniui-contact:before {
286
+ content: "\e693";
287
+ }
288
+
289
+ .uniui-chatbubble-filled:before {
290
+ content: "\e694";
291
+ }
292
+
293
+ .uniui-contact-filled:before {
294
+ content: "\e695";
295
+ }
296
+
297
+ .uniui-chatboxes:before {
298
+ content: "\e696";
299
+ }
300
+
301
+ .uniui-chatbubble:before {
302
+ content: "\e697";
303
+ }
304
+
305
+ .uniui-upload-filled:before {
306
+ content: "\e68e";
307
+ }
308
+
309
+ .uniui-upload:before {
310
+ content: "\e690";
311
+ }
312
+
313
+ .uniui-weixin:before {
314
+ content: "\e691";
315
+ }
316
+
317
+ .uniui-compose:before {
318
+ content: "\e67f";
319
+ }
320
+
321
+ .uniui-qq:before {
322
+ content: "\e680";
323
+ }
324
+
325
+ .uniui-download-filled:before {
326
+ content: "\e681";
327
+ }
328
+
329
+ .uniui-pyq:before {
330
+ content: "\e682";
331
+ }
332
+
333
+ .uniui-sound:before {
334
+ content: "\e684";
335
+ }
336
+
337
+ .uniui-trash-filled:before {
338
+ content: "\e685";
339
+ }
340
+
341
+ .uniui-sound-filled:before {
342
+ content: "\e686";
343
+ }
344
+
345
+ .uniui-trash:before {
346
+ content: "\e687";
347
+ }
348
+
349
+ .uniui-videocam-filled:before {
350
+ content: "\e689";
351
+ }
352
+
353
+ .uniui-spinner-cycle:before {
354
+ content: "\e68a";
355
+ }
356
+
357
+ .uniui-weibo:before {
358
+ content: "\e68b";
359
+ }
360
+
361
+ .uniui-videocam:before {
362
+ content: "\e68c";
363
+ }
364
+
365
+ .uniui-download:before {
366
+ content: "\e68d";
367
+ }
368
+
369
+ .uniui-help:before {
370
+ content: "\e679";
371
+ }
372
+
373
+ .uniui-navigate-filled:before {
374
+ content: "\e67a";
375
+ }
376
+
377
+ .uniui-plusempty:before {
378
+ content: "\e67b";
379
+ }
380
+
381
+ .uniui-smallcircle:before {
382
+ content: "\e67c";
383
+ }
384
+
385
+ .uniui-minus-filled:before {
386
+ content: "\e67d";
387
+ }
388
+
389
+ .uniui-micoff:before {
390
+ content: "\e67e";
391
+ }
392
+
393
+ .uniui-closeempty:before {
394
+ content: "\e66c";
395
+ }
396
+
397
+ .uniui-clear:before {
398
+ content: "\e66d";
399
+ }
400
+
401
+ .uniui-navigate:before {
402
+ content: "\e66e";
403
+ }
404
+
405
+ .uniui-minus:before {
406
+ content: "\e66f";
407
+ }
408
+
409
+ .uniui-image:before {
410
+ content: "\e670";
411
+ }
412
+
413
+ .uniui-mic:before {
414
+ content: "\e671";
415
+ }
416
+
417
+ .uniui-paperplane:before {
418
+ content: "\e672";
419
+ }
420
+
421
+ .uniui-close:before {
422
+ content: "\e673";
423
+ }
424
+
425
+ .uniui-help-filled:before {
426
+ content: "\e674";
427
+ }
428
+
429
+ .uniui-paperplane-filled:before {
430
+ content: "\e675";
431
+ }
432
+
433
+ .uniui-plus:before {
434
+ content: "\e676";
435
+ }
436
+
437
+ .uniui-mic-filled:before {
438
+ content: "\e677";
439
+ }
440
+
441
+ .uniui-image-filled:before {
442
+ content: "\e678";
443
+ }
444
+
445
+ .uniui-locked-filled:before {
446
+ content: "\e668";
447
+ }
448
+
449
+ .uniui-info:before {
450
+ content: "\e669";
451
+ }
452
+
453
+ .uniui-locked:before {
454
+ content: "\e66b";
455
+ }
456
+
457
+ .uniui-camera-filled:before {
458
+ content: "\e658";
459
+ }
460
+
461
+ .uniui-chat-filled:before {
462
+ content: "\e659";
463
+ }
464
+
465
+ .uniui-camera:before {
466
+ content: "\e65a";
467
+ }
468
+
469
+ .uniui-circle:before {
470
+ content: "\e65b";
471
+ }
472
+
473
+ .uniui-checkmarkempty:before {
474
+ content: "\e65c";
475
+ }
476
+
477
+ .uniui-chat:before {
478
+ content: "\e65d";
479
+ }
480
+
481
+ .uniui-circle-filled:before {
482
+ content: "\e65e";
483
+ }
484
+
485
+ .uniui-flag:before {
486
+ content: "\e65f";
487
+ }
488
+
489
+ .uniui-flag-filled:before {
490
+ content: "\e660";
491
+ }
492
+
493
+ .uniui-gear-filled:before {
494
+ content: "\e661";
495
+ }
496
+
497
+ .uniui-home:before {
498
+ content: "\e662";
499
+ }
500
+
501
+ .uniui-home-filled:before {
502
+ content: "\e663";
503
+ }
504
+
505
+ .uniui-gear:before {
506
+ content: "\e664";
507
+ }
508
+
509
+ .uniui-smallcircle-filled:before {
510
+ content: "\e665";
511
+ }
512
+
513
+ .uniui-map-filled:before {
514
+ content: "\e666";
515
+ }
516
+
517
+ .uniui-map:before {
518
+ content: "\e667";
519
+ }
520
+
521
+ .uniui-refresh-filled:before {
522
+ content: "\e656";
523
+ }
524
+
525
+ .uniui-refresh:before {
526
+ content: "\e657";
527
+ }
528
+
529
+ .uniui-cloud-upload:before {
530
+ content: "\e645";
531
+ }
532
+
533
+ .uniui-cloud-download-filled:before {
534
+ content: "\e646";
535
+ }
536
+
537
+ .uniui-cloud-download:before {
538
+ content: "\e647";
539
+ }
540
+
541
+ .uniui-cloud-upload-filled:before {
542
+ content: "\e648";
543
+ }
544
+
545
+ .uniui-redo:before {
546
+ content: "\e64a";
547
+ }
548
+
549
+ .uniui-images-filled:before {
550
+ content: "\e64b";
551
+ }
552
+
553
+ .uniui-undo-filled:before {
554
+ content: "\e64c";
555
+ }
556
+
557
+ .uniui-more:before {
558
+ content: "\e64d";
559
+ }
560
+
561
+ .uniui-more-filled:before {
562
+ content: "\e64e";
563
+ }
564
+
565
+ .uniui-undo:before {
566
+ content: "\e64f";
567
+ }
568
+
569
+ .uniui-images:before {
570
+ content: "\e650";
571
+ }
572
+
573
+ .uniui-paperclip:before {
574
+ content: "\e652";
575
+ }
576
+
577
+ .uniui-settings:before {
578
+ content: "\e653";
579
+ }
580
+
581
+ .uniui-search:before {
582
+ content: "\e654";
583
+ }
584
+
585
+ .uniui-redo-filled:before {
586
+ content: "\e655";
587
+ }
588
+
589
+ .uniui-list:before {
590
+ content: "\e644";
591
+ }
592
+
593
+ .uniui-mail-open-filled:before {
594
+ content: "\e63a";
595
+ }
596
+
597
+ .uniui-hand-down-filled:before {
598
+ content: "\e63c";
599
+ }
600
+
601
+ .uniui-hand-down:before {
602
+ content: "\e63d";
603
+ }
604
+
605
+ .uniui-hand-up-filled:before {
606
+ content: "\e63e";
607
+ }
608
+
609
+ .uniui-hand-up:before {
610
+ content: "\e63f";
611
+ }
612
+
613
+ .uniui-heart-filled:before {
614
+ content: "\e641";
615
+ }
616
+
617
+ .uniui-mail-open:before {
618
+ content: "\e643";
619
+ }
620
+
621
+ .uniui-heart:before {
622
+ content: "\e639";
623
+ }
624
+
625
+ .uniui-loop:before {
626
+ content: "\e633";
627
+ }
628
+
629
+ .uniui-pulldown:before {
630
+ content: "\e632";
631
+ }
632
+
633
+ .uniui-scan:before {
634
+ content: "\e62a";
635
+ }
636
+
637
+ .uniui-bars:before {
638
+ content: "\e627";
639
+ }
640
+
641
+ .uniui-cart-filled:before {
642
+ content: "\e629";
643
+ }
644
+
645
+ .uniui-checkbox:before {
646
+ content: "\e62b";
647
+ }
648
+
649
+ .uniui-checkbox-filled:before {
650
+ content: "\e62c";
651
+ }
652
+
653
+ .uniui-shop:before {
654
+ content: "\e62f";
655
+ }
656
+
657
+ .uniui-headphones:before {
658
+ content: "\e630";
659
+ }
660
+
661
+ .uniui-cart:before {
662
+ content: "\e631";
663
+ }