vg-print 1.0.215 → 1.0.217
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 +47 -0
- package/dist/purify.es-CKk_t3XZ.js +471 -0
- package/dist/style.css +1 -0
- package/dist/vg-print.es.js +87874 -0
- package/dist/vg-print.umd.js +2179 -0
- package/package.json +1 -1
- package/dist/index.html +0 -15
- package/dist/static/css/index-CHrdN67h.css +0 -1
- package/dist/static/eot/iconfont-B29x-Pv4.eot +0 -0
- package/dist/static/js/index-o25as6Wf.js +0 -2180
- package/dist/static/js/purify.es-C_uT9hQ1.js +0 -3
- package/dist/static/png/jquery.minicolors-DuhFDKu9.png +0 -0
- package/dist/static/svg/iconfont-CM4zkCXp.svg +0 -203
- package/dist/static/svg/l_img-CfaYkjcP.svg +0 -1
- package/dist/static/svg/v_img-DRoQiI_w.svg +0 -1
- package/dist/static/ttf/iconfont-Cv2qGaA6.ttf +0 -0
- package/dist/static/woff/iconfont-BeWPCfhO.woff +0 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vg-print",
|
|
3
3
|
"description": "hiprint for Vue2.x / Vue3.x 支持拖拽(分页(不分页)、表头表脚、样式设置、复制粘贴、缩放、撤销重做)生成打印模板、导出json模板数据、静默打印/获取MAC地址(借助客户端)",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.217",
|
|
5
5
|
"author": "CcSimple",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/vg-print.umd.js",
|
package/dist/index.html
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html lang="zh-CN">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="UTF-8" />
|
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
|
-
<title>vue-plugin-hiprint-demo</title>
|
|
7
|
-
<link rel="icon" href="/favicon.ico" />
|
|
8
|
-
<link rel="stylesheet" type="text/css" media="print" href="/css/print-lock.css" />
|
|
9
|
-
<script type="module" crossorigin src="/static/js/index-o25as6Wf.js"></script>
|
|
10
|
-
<link rel="stylesheet" crossorigin href="/static/css/index-CHrdN67h.css">
|
|
11
|
-
</head>
|
|
12
|
-
<body>
|
|
13
|
-
<div id="app"></div>
|
|
14
|
-
</body>
|
|
15
|
-
</html>
|