@uyun/ec-preview
preview component from everest-components
Last updated 2 years ago .
UNLICENSED · Repository · Bugs ·
$ cnpm install @uyun/ec-preview 
Private package

Preview 文件预览

作者:王承铭

何时使用

pc端需要进行文件在线预览时,可支持pdf、doc/docx、xls/xlsx、mp4、png/jpg/jpeg/gif、md、ppt/pptx、脚本语言等格式的文件预览。

  • 请使用最新版本!
  • fsUrl路径规则 /store/fs/openapi/v2/view/${path}/${fileName}
第一步

下载静态资源,文件放在下面的kb文档里

http://kb.uyunsoft.cn/pages/viewpage.action?pageId=157702046

将资源放在项目public/static对应目录中,在应用的html中引入静态资源

<link rel='stylesheet' href='./static/js/file-preivew/luckysheet/pluginsCss.css' />
<link rel='stylesheet' href='./static/js/file-preivew/luckysheet/plugins.css' />
<link rel='stylesheet' href='./static/js/file-preivew/luckysheet/luckysheet.css' />
<link rel='stylesheet' href='./static/js/file-preivew/luckysheet/iconfont.css' />
<script src="./static/js/file-preivew/proxy.min.js"></script>
<script src="./static/js/file-preivew/browser-polyfill.js"></script>
<script src="./static/js/file-preivew/browser.js"></script>
<script src="./static/js/file-preivew/luckysheet/plugin.js"></script>
<script src="./static/js/file-preivew/luckysheet/luckysheet.umd.js"></script>
第二步

引入并使用组件

基本示例

<Example path='basic' />

API

参数 说明 类型 默认值
fileName 文件名称,包含文件格式后缀,必填项 string -
fsUrl 预览url,必填项 string -
onShow 预览弹框显示时的回调 function -
onClose 预览弹框关闭时的回调 function -

Current Tags

  • 1.0.0-alpha.7                                ...           alpha (3 years ago)
  • 2.0.0-dev.2                                ...           dev (3 years ago)
  • 5.1.11                                ...           latest (2 years ago)

42 Versions

  • 5.1.11                                ...           2 years ago
  • 5.1.10                                ...           2 years ago
  • 5.1.9                                ...           2 years ago
  • 5.1.8                                ...           2 years ago
  • 5.1.7                                ...           2 years ago
  • 5.1.6                                ...           2 years ago
  • 5.1.5                                ...           2 years ago
  • 5.1.4                                ...           2 years ago
  • 5.1.2                                ...           2 years ago
  • 5.1.1                                ...           2 years ago
  • 5.0.9                                ...           2 years ago
  • 5.0.8                                ...           2 years ago
  • 5.0.7                                ...           2 years ago
  • 5.0.6                                ...           2 years ago
  • 0.1.18                                ...           2 years ago
  • 5.0.5                                ...           2 years ago
  • 5.0.4                                ...           2 years ago
  • 0.1.17                                ...           2 years ago
  • 0.1.16                                ...           3 years ago
  • 5.0.3                                ...           3 years ago
  • 5.0.2                                ...           3 years ago
  • 5.0.1-alpha.1                                ...           3 years ago
  • 5.0.0                                ...           3 years ago
  • 0.1.15                                ...           3 years ago
  • 2.0.0-dev.3                                ...           3 years ago
  • 2.0.0-dev.2                                ...           3 years ago
  • 2.0.0-dev.1                                ...           3 years ago
  • 0.1.13                                ...           3 years ago
  • 2.0.0-dev.0                                ...           3 years ago
  • 1.0.0-alpha.7                                ...           3 years ago
  • 1.0.0-alpha.6                                ...           3 years ago
  • 1.0.0-alpha.5                                ...           3 years ago
  • 1.0.0-alpha.4                                ...           3 years ago
  • 1.0.0-alpha.3                                ...           3 years ago
  • 0.1.12                                ...           3 years ago
  • 0.1.11                                ...           3 years ago
  • 0.1.9                                ...           3 years ago
  • 0.1.8                                ...           3 years ago
  • 0.1.7                                ...           3 years ago
  • 0.1.5                                ...           3 years ago
  • 0.1.4                                ...           3 years ago
  • 0.1.2                                ...           3 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (16)
Dev Dependencies (4)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org