htui-yllkbz 1.2.29 → 1.2.33
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 +27 -15
- package/lib/fonts/fontello.068ca2b3.ttf +0 -0
- package/lib/fonts/fontello.8d4a4e6f.woff2 +0 -0
- package/lib/fonts/fontello.a782baa8.woff +0 -0
- package/lib/fonts/fontello.e73a0647.eot +0 -0
- package/lib/htui.common.js +829 -34
- package/lib/htui.common.js.gz +0 -0
- package/lib/htui.css +1 -1
- package/lib/htui.umd.js +829 -34
- package/lib/htui.umd.js.gz +0 -0
- package/lib/htui.umd.min.js +4 -4
- package/lib/htui.umd.min.js.gz +0 -0
- package/lib/img/excel.bbca162d.png +0 -0
- package/lib/img/fontello.9354499c.svg +72 -0
- package/lib/img/other.2589bfcc.png +0 -0
- package/lib/img/pdf.a7d6d970.png +0 -0
- package/lib/img/txt.45f9960a.png +0 -0
- package/lib/img/vedio.8638f032.png +0 -0
- package/package.json +2 -1
- package/src/App.vue +1 -1
- package/src/icon/excel.png +0 -0
- package/src/icon/other.png +0 -0
- package/src/icon/pdf.png +0 -0
- package/src/icon/ppt.png +0 -0
- package/src/icon/txt.png +0 -0
- package/src/icon/vedio.png +0 -0
- package/src/icon/word.png +0 -0
- package/src/packages/HtExport/index.vue +5 -6
- package/src/packages/HtMd/index.ts +13 -0
- package/src/packages/HtMd/index.vue +83 -0
- package/src/packages/HtTable/index.ts +1 -3
- package/src/packages/HtUpload/index.ts +14 -0
- package/src/packages/HtUpload/index.vue +254 -0
- package/src/packages/index.ts +5 -4
- package/src/packages/type.ts +28 -1
- package/src/shims-vue.d.ts +9 -0
- package/src/views/About.vue +10 -7
package/lib/htui.common.js.gz
CHANGED
|
Binary file
|
package/lib/htui.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
body{margin:0}.ht-contnet{position:relative}.ht-contnet .ht-close{position:absolute;padding:0;width:16px;height:16px;top:8px;right:8px;color:#ccc;float:right}
|
|
1
|
+
body{margin:0}.ht-contnet{position:relative}.ht-contnet .ht-close{position:absolute;padding:0;width:16px;height:16px;top:8px;right:8px;color:#ccc;float:right}.files-view .only-show>.el-upload{display:none}.files-view .only-show li{width:70px;height:54px;float:left;margin:8px 8px 0 0!important}.files-view .only-show li div{width:70px!important;height:54px}.files-view .only-show li div img{width:70px;height:54px}@font-face{font-family:fontello;src:url(fonts/fontello.e73a0647.eot);src:url(fonts/fontello.e73a0647.eot#iefix) format("embedded-opentype"),url(fonts/fontello.8d4a4e6f.woff2) format("woff2"),url(fonts/fontello.a782baa8.woff) format("woff"),url(fonts/fontello.068ca2b3.ttf) format("truetype"),url(img/fontello.9354499c.svg#fontello) format("svg");font-weight:400;font-style:normal}[class*=" fa-mavon-"]:before,[class^=fa-mavon-]:before{font-family:fontello;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-mavon-bold:before{content:"\E800"}.fa-mavon-italic:before{content:"\E801"}.fa-mavon-thumb-tack:before{content:"\E802"}.fa-mavon-link:before{content:"\E803"}.fa-mavon-picture-o:before{content:"\E804"}.fa-mavon-repeat:before{content:"\E805"}.fa-mavon-undo:before{content:"\E806"}.fa-mavon-trash-o:before{content:"\E807"}.fa-mavon-floppy-o:before{content:"\E808"}.fa-mavon-compress:before{content:"\E809"}.fa-mavon-eye:before{content:"\E80A"}.fa-mavon-eye-slash:before{content:"\E80B"}.fa-mavon-question-circle:before{content:"\E80C"}.fa-mavon-times:before{content:"\E80D"}.fa-mavon-align-left:before{content:"\E80F"}.fa-mavon-align-center:before{content:"\E810"}.fa-mavon-align-right:before{content:"\E811"}.fa-mavon-arrows-alt:before{content:"\F0B2"}.fa-mavon-bars:before{content:"\F0C9"}.fa-mavon-list-ul:before{content:"\F0CA"}.fa-mavon-list-ol:before{content:"\F0CB"}.fa-mavon-strikethrough:before{content:"\F0CC"}.fa-mavon-underline:before{content:"\F0CD"}.fa-mavon-table:before{content:"\F0CE"}.fa-mavon-columns:before{content:"\F0DB"}.fa-mavon-quote-left:before{content:"\F10D"}.fa-mavon-code:before{content:"\F121"}.fa-mavon-superscript:before{content:"\F12B"}.fa-mavon-subscript:before{content:"\F12C"}.fa-mavon-header:before{content:"\F1DC"}.fa-mavon-window-maximize:before{content:"\F2D0"}.markdown-body strong{font-weight:bolder}.markdown-body .hljs-center{text-align:center}.markdown-body .hljs-right{text-align:right}.markdown-body .hljs-left{text-align:left}.markdown-body .hljs{overflow:auto}
|