@focus-teach/ui 1.0.16 → 1.0.18
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 +5 -3
- package/api/index.js +0 -1
- package/lib/demo.html +10 -0
- package/lib/fonts/icomoon.31e0fa9b.woff +0 -0
- package/lib/fonts/icomoon.356dc15f.woff +0 -0
- package/lib/fonts/icomoon.7079878b.eot +0 -0
- package/lib/fonts/icomoon.ba18ad87.eot +0 -0
- package/lib/fonts/icomoon.ec37e716.ttf +0 -0
- package/lib/fonts/icomoon.ffa7b130.ttf +0 -0
- package/lib/img/cloud_txt_24.87b9d2ae.svg +1 -0
- package/lib/img/icomoon.40e828b3.svg +346 -0
- package/lib/img/icomoon.532b3795.svg +345 -0
- package/lib/img/icon_question.e931b16c.svg +14 -0
- package/lib/ui.common.js +93630 -0
- package/lib/ui.css +1 -0
- package/lib/ui.umd.js +93640 -0
- package/lib/ui.umd.min.js +25 -0
- package/package.json +1 -1
- package/utils/common.js +20 -1
package/README.md
CHANGED
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
# 焦点教育ui组件库
|
|
3
3
|
# 打包成组件库 npm run lib
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
## package.json中 打包的时候name为packageName 上传到npm库的时候name为buildName
|
|
5
|
+
|
|
7
6
|
|
|
8
7
|
### ft-tabs
|
|
9
8
|
|
|
@@ -14,4 +13,7 @@
|
|
|
14
13
|
| type | tab页当前展示类型(可选border-crad) | String | |
|
|
15
14
|
|
|
16
15
|
# Publish Version
|
|
17
|
-
1.0.8 优化抽屉组件
|
|
16
|
+
1.0.8 优化抽屉组件
|
|
17
|
+
|
|
18
|
+
# 开发环境打包:package.json "name": "ui", 将lib下的文件替换到node_modules\@focus-teach\ui\lib
|
|
19
|
+
# 生产环境打包:package.json "name": "@focus-teach/ui",
|
package/api/index.js
CHANGED
package/lib/demo.html
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="图层_4" data-name="图层 4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#89ade2;}.cls-2{fill:none;}.cls-3{fill:#c4d6f1;}.cls-4{fill:#fff;}</style></defs><title>icloud_txt</title><path class="cls-1" d="M16,1H5A2,2,0,0,0,3,3V21a2,2,0,0,0,2,2H19a2,2,0,0,0,2-2V6Z"/><rect class="cls-2" width="24" height="24"/><path class="cls-3" d="M16,1V4a2,2,0,0,0,2,2h3Z"/><path class="cls-4" d="M7,9h5a1,1,0,0,0,0-2H7A1,1,0,0,0,7,9Z"/><path class="cls-4" d="M7,13H17a1,1,0,0,0,0-2H7a1,1,0,0,0,0,2Z"/><path class="cls-4" d="M17,15H7a1,1,0,0,0,0,2H17a1,1,0,0,0,0-2Z"/></svg>
|