vue-print-designer 1.6.3 → 1.6.4
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 +1 -1
- package/dist/{JsBarcode-CK3FQyAi.js → JsBarcode-DdCgp1TA.js} +1 -1
- package/dist/{browser-BEvYarzq.js → browser-CRbaxAGo.js} +1 -1
- package/dist/{index-C-_bPepa.js → index-BUX1W3sg.js} +1 -1
- package/dist/print-designer.css +1 -1
- package/dist/print-designer.es.js +1 -1
- package/dist/print-designer.umd.js +1 -1
- package/dist/{web-component-BjrES2ff.js → web-component-DND8jIX3.js} +8 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -102,7 +102,7 @@ PrintDot Client 是配套的桌面打印助手(Wails + Vue),用于设备
|
|
|
102
102
|
|
|
103
103
|
自定义元素扩展请查看:[自定义元素扩展指南](https://printdot.cc/docs)
|
|
104
104
|
|
|
105
|
-
### 方式二:npm 组件(Web Components)
|
|
105
|
+
### 方式二:npm 组件(Web Components) [了解Web Components](https://developer.mozilla.org/zh-CN/docs/Web/API/Web_components)
|
|
106
106
|
|
|
107
107
|
适合任何技术栈(Vue/React/Angular/原生)。Web Components 方式**支持 Vue 2**(作为自定义元素使用),无需 Vue 2 组件适配。
|
|
108
108
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as defineComponent, h, c as computed, o as onUnmounted, w as watch, s as shallowRef, l as loader, a as onMounted, n as nextTick, r as ref } from "./web-component-
|
|
1
|
+
import { d as defineComponent, h, c as computed, o as onUnmounted, w as watch, s as shallowRef, l as loader, a as onMounted, n as nextTick, r as ref } from "./web-component-DND8jIX3.js";
|
|
2
2
|
var __defProp$2 = Object.defineProperty;
|
|
3
3
|
var __defProps = Object.defineProperties;
|
|
4
4
|
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
package/dist/print-designer.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.print-renderer[data-v-7d74f93c]{padding:0}.animate-fade-in[data-v-
|
|
1
|
+
.print-renderer[data-v-7d74f93c]{padding:0}.animate-fade-in[data-v-9daa6c78]{animation:fadeIn-9daa6c78 .2s ease-out}@keyframes fadeIn-9daa6c78{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}[data-v-c3f1fffa] .print-page{margin-bottom:40px;background:#fff;box-shadow:none!important;position:relative!important;left:auto!important;top:auto!important}.preview-content[data-v-c3f1fffa] *{cursor:default!important}.resize-y[data-v-d1276194]{resize:vertical}.no-scrollbar[data-v-f28292d8]{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar[data-v-f28292d8]::-webkit-scrollbar{display:none}
|