vg-print 1.0.334 → 1.0.335
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 +31 -12
- package/dist/style.css +1 -1
- package/dist/vg-print.es.js +5 -3
- package/dist/vg-print.umd.js +3 -3
- package/package.json +1 -1
package/dist/vg-print.es.js
CHANGED
|
@@ -65650,7 +65650,7 @@ ${i18n$1.__("转大小写")}
|
|
|
65650
65650
|
}
|
|
65651
65651
|
};
|
|
65652
65652
|
})();
|
|
65653
|
-
const version = "1.0.
|
|
65653
|
+
const version = "1.0.335";
|
|
65654
65654
|
let autoConnect$1 = function(Ie) {
|
|
65655
65655
|
console.log("autoConnect"), window.autoConnect = !0, window.hiwebSocket && window.hiwebSocket.hasIo() && window.hiwebSocket.start(Ie);
|
|
65656
65656
|
}, disAutoConnect$1 = function() {
|
|
@@ -87224,7 +87224,9 @@ const _sfc_main = {
|
|
|
87224
87224
|
}
|
|
87225
87225
|
},
|
|
87226
87226
|
init() {
|
|
87227
|
-
hiprint.
|
|
87227
|
+
hiprint.register({
|
|
87228
|
+
authKey: "eyJrIjoiZ21jNTc2MDMzNyJ9"
|
|
87229
|
+
}), hiprint.init({
|
|
87228
87230
|
lang: this.lang || "cn",
|
|
87229
87231
|
providers: [provider]
|
|
87230
87232
|
}), $(".hiprintEpContainer").empty(), hiprint.PrintElementTypeManager.build(".hiprintEpContainer", "taskProviderModule"), $("#hiprint-printTemplate").empty(), this.template = hiprintTemplate = new hiprint.PrintTemplate({
|
|
@@ -88265,7 +88267,7 @@ function _sfc_render(Ie, Ae, je, Be, Ee, Se) {
|
|
|
88265
88267
|
}, null, 8, ["template", "onApply"])
|
|
88266
88268
|
], 64);
|
|
88267
88269
|
}
|
|
88268
|
-
const FullDesigner = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
88270
|
+
const FullDesigner = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-2244caa8"]]), index = {
|
|
88269
88271
|
install(Ie) {
|
|
88270
88272
|
Ie.component("FullDesigner", FullDesigner);
|
|
88271
88273
|
try {
|