element-ui-wbi 1.0.1 → 1.0.2
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/README.md +19 -0
- package/element-ui-wbi.common.js +533 -6
- package/element-ui-wbi.css +1 -1
- package/element-ui-wbi.umd.js +544 -10
- package/element-ui-wbi.umd.min.js +1 -1
- package/package.json +2 -2
- package/static/img/iconfont.c3d38205.svg +38 -0
package/package.json
CHANGED
@@ -0,0 +1,38 @@
|
|
1
|
+
<?xml version="1.0" standalone="no"?>
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
3
|
+
<!--
|
4
|
+
2013-9-30: Created.
|
5
|
+
-->
|
6
|
+
<svg>
|
7
|
+
<metadata>
|
8
|
+
Created by iconfont
|
9
|
+
</metadata>
|
10
|
+
<defs>
|
11
|
+
|
12
|
+
<font id="iconfont" horiz-adv-x="1024" >
|
13
|
+
<font-face
|
14
|
+
font-family="iconfont"
|
15
|
+
font-weight="500"
|
16
|
+
font-stretch="normal"
|
17
|
+
units-per-em="1024"
|
18
|
+
ascent="896"
|
19
|
+
descent="-128"
|
20
|
+
/>
|
21
|
+
<missing-glyph />
|
22
|
+
|
23
|
+
<glyph glyph-name="icon_right" unicode="" d="M318.5 831v-894l447 447z" horiz-adv-x="1024" />
|
24
|
+
|
25
|
+
|
26
|
+
<glyph glyph-name="fangxingxuanzhongfil" unicode="" d="M832 800H192c-52.929 0-96-43.073-96-96.002v-640C96 11.071 139.07-32 192-32h640c52.927 0 96 43.072 96 96v640c0 52.93-43.071 96-96 96zM727.231 457.567L471.008 198.56c-0.064-0.064-0.193-0.096-0.257-0.193-0.096-0.063-0.096-0.192-0.192-0.256-2.05-1.984-4.576-3.2-6.945-4.545-1.183-0.672-2.143-1.696-3.392-2.176-3.84-1.536-7.904-2.336-11.967-2.336-4.096 0-8.225 0.8-12.097 2.4-1.28 0.543-2.303 1.632-3.52 2.303-2.368 1.344-4.831 2.529-6.88 4.545-0.064 0.063-0.097 0.192-0.16 0.256-0.064 0.096-0.193 0.096-0.256 0.193L299.325 328.255c-12.32 12.673-12.033 32.928 0.64 45.248 12.673 12.288 32.895 12.064 45.248-0.64l103.263-106.112 233.28 235.809c12.417 12.576 32.705 12.672 45.248 0.256 12.516-12.448 12.644-32.705 0.227-45.248z" horiz-adv-x="1024" />
|
27
|
+
|
28
|
+
|
29
|
+
<glyph glyph-name="fangxingweixuanzhong" unicode="" d="M832-32H192c-52.929 0-96 43.071-96 95.998v640C96 756.928 139.07 800 192 800h640c52.927 0 96-43.072 96-96v-640c0-52.928-43.071-96-96-96zM192 736c-17.632 0-32-14.37-32-32.002v-640C160 46.334 174.367 32 192 32h640c17.665 0 32 14.336 32 32v640c0 17.631-14.337 32-32 32H192z" horiz-adv-x="1024" />
|
30
|
+
|
31
|
+
|
32
|
+
<glyph glyph-name="icon-dwon" unicode="" d="M112.8 583.6h798.4L512 184.4z" horiz-adv-x="1024" />
|
33
|
+
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
</font>
|
38
|
+
</defs></svg>
|