vg-print 1.0.223 → 1.0.225
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 +148 -0
- package/dist/style.css +1 -1
- package/dist/vg-print.es.js +164 -161
- package/dist/vg-print.umd.js +96 -96
- package/package.json +1 -1
package/dist/vg-print.es.js
CHANGED
|
@@ -65480,7 +65480,7 @@ ${i18n$1.__("转大小写")}
|
|
|
65480
65480
|
}
|
|
65481
65481
|
};
|
|
65482
65482
|
})();
|
|
65483
|
-
const version = "1.0.
|
|
65483
|
+
const version = "1.0.225";
|
|
65484
65484
|
let autoConnect = function(Ie) {
|
|
65485
65485
|
console.log("autoConnect"), window.autoConnect = !0, window.hiwebSocket && window.hiwebSocket.hasIo() && window.hiwebSocket.start(Ie);
|
|
65486
65486
|
}, disAutoConnect = function() {
|
|
@@ -65511,6 +65511,34 @@ let autoConnect = function(Ie) {
|
|
|
65511
65511
|
};
|
|
65512
65512
|
hiprint.version = version;
|
|
65513
65513
|
window.hiprint = hiprint;
|
|
65514
|
+
function createTemplate(Ie, Ae = {}) {
|
|
65515
|
+
return hiprint.init({ providers: [new defaultElementTypeProvider()] }), new hiprint.PrintTemplate({ template: Ie, ...Ae });
|
|
65516
|
+
}
|
|
65517
|
+
function getHtml(Ie, Ae) {
|
|
65518
|
+
return (Ie && typeof Ie.getHtml == "function" ? Ie : createTemplate(Ie)).getHtml(Ae);
|
|
65519
|
+
}
|
|
65520
|
+
function printBrowser(Ie, Ae, je = {}, Be = {}) {
|
|
65521
|
+
return (Ie && typeof Ie.print == "function" ? Ie : createTemplate(Ie)).print(Ae, je, Be);
|
|
65522
|
+
}
|
|
65523
|
+
function exportPdf(Ie, Ae, je = "打印预览pdf", Be = {}) {
|
|
65524
|
+
return (Ie && typeof Ie.toPdf == "function" ? Ie : createTemplate(Ie)).toPdf(Ae, je, Be);
|
|
65525
|
+
}
|
|
65526
|
+
function exportImage(Ie, Ae, je = {}) {
|
|
65527
|
+
return (Ie && typeof Ie.toImage == "function" ? Ie : createTemplate(Ie)).toImage(Ae, je);
|
|
65528
|
+
}
|
|
65529
|
+
function getPrinterList(Ie) {
|
|
65530
|
+
const Ae = Ie && Ie.getPrinterList ? Ie : createTemplate(Ie), je = Ae.getPrinterList && Ae.getPrinterList();
|
|
65531
|
+
return Array.isArray(je) ? je : [];
|
|
65532
|
+
}
|
|
65533
|
+
function setHiwebSocket(Ie, Ae, je) {
|
|
65534
|
+
return hiprint.hiwebSocket.setHost(Ie, Ae, je);
|
|
65535
|
+
}
|
|
65536
|
+
function connect(Ie) {
|
|
65537
|
+
return hiprint.hiwebSocket.start(Ie);
|
|
65538
|
+
}
|
|
65539
|
+
function disconnect() {
|
|
65540
|
+
return hiprint.hiwebSocket.stop();
|
|
65541
|
+
}
|
|
65514
65542
|
let ls$1 = {};
|
|
65515
65543
|
class MemoryStorageInterface {
|
|
65516
65544
|
constructor() {
|
|
@@ -79091,117 +79119,120 @@ b`.split(/\n/).length != 3 ? function(Fe) {
|
|
|
79091
79119
|
});
|
|
79092
79120
|
}(codemirror)), codemirror.exports;
|
|
79093
79121
|
}
|
|
79094
|
-
|
|
79095
|
-
|
|
79096
|
-
|
|
79097
|
-
|
|
79098
|
-
|
|
79099
|
-
|
|
79100
|
-
|
|
79101
|
-
Ue
|
|
79102
|
-
|
|
79103
|
-
|
|
79104
|
-
|
|
79105
|
-
|
|
79106
|
-
|
|
79107
|
-
var
|
|
79108
|
-
|
|
79109
|
-
|
|
79110
|
-
|
|
79111
|
-
if (
|
|
79112
|
-
|
|
79113
|
-
|
|
79114
|
-
|
|
79115
|
-
|
|
79116
|
-
|
|
79117
|
-
|
|
79118
|
-
|
|
79119
|
-
|
|
79120
|
-
|
|
79121
|
-
|
|
79122
|
-
|
|
79123
|
-
|
|
79122
|
+
var hasRequiredFoldcode;
|
|
79123
|
+
function requireFoldcode() {
|
|
79124
|
+
return hasRequiredFoldcode || (hasRequiredFoldcode = 1, function(Ie, Ae) {
|
|
79125
|
+
(function(je) {
|
|
79126
|
+
je(requireCodemirror());
|
|
79127
|
+
})(function(je) {
|
|
79128
|
+
function Be(Pe, De, Ue, He) {
|
|
79129
|
+
if (Ue && Ue.call) {
|
|
79130
|
+
var Ge = Ue;
|
|
79131
|
+
Ue = null;
|
|
79132
|
+
} else
|
|
79133
|
+
var Ge = Te(Pe, Ue, "rangeFinder");
|
|
79134
|
+
typeof De == "number" && (De = je.Pos(De, 0));
|
|
79135
|
+
var Oe = Te(Pe, Ue, "minFoldSize");
|
|
79136
|
+
function Qe(Ke) {
|
|
79137
|
+
var rr = Ge(Pe, De);
|
|
79138
|
+
if (!rr || rr.to.line - rr.from.line < Oe) return null;
|
|
79139
|
+
if (He === "fold") return rr;
|
|
79140
|
+
for (var or = Pe.findMarksAt(rr.from), er = 0; er < or.length; ++er)
|
|
79141
|
+
if (or[er].__isFold) {
|
|
79142
|
+
if (!Ke) return null;
|
|
79143
|
+
rr.cleared = !0, or[er].clear();
|
|
79144
|
+
}
|
|
79145
|
+
return rr;
|
|
79146
|
+
}
|
|
79147
|
+
var Ye = Qe(!0);
|
|
79148
|
+
if (Te(Pe, Ue, "scanUp")) for (; !Ye && De.line > Pe.firstLine(); )
|
|
79149
|
+
De = je.Pos(De.line - 1, 0), Ye = Qe(!1);
|
|
79150
|
+
if (!(!Ye || Ye.cleared || He === "unfold")) {
|
|
79151
|
+
var Je = Ee(Pe, Ue, Ye);
|
|
79152
|
+
je.on(Je, "mousedown", function(Ke) {
|
|
79153
|
+
St.clear(), je.e_preventDefault(Ke);
|
|
79154
|
+
});
|
|
79155
|
+
var St = Pe.markText(Ye.from, Ye.to, {
|
|
79156
|
+
replacedWith: Je,
|
|
79157
|
+
clearOnEnter: Te(Pe, Ue, "clearOnEnter"),
|
|
79158
|
+
__isFold: !0
|
|
79159
|
+
});
|
|
79160
|
+
St.on("clear", function(Ke, rr) {
|
|
79161
|
+
je.signal(Pe, "unfold", Pe, Ke, rr);
|
|
79162
|
+
}), je.signal(Pe, "fold", Pe, Ye.from, Ye.to);
|
|
79163
|
+
}
|
|
79164
|
+
}
|
|
79165
|
+
function Ee(Pe, De, Ue) {
|
|
79166
|
+
var He = Te(Pe, De, "widget");
|
|
79167
|
+
if (typeof He == "function" && (He = He(Ue.from, Ue.to)), typeof He == "string") {
|
|
79168
|
+
var Ge = document.createTextNode(He);
|
|
79169
|
+
He = document.createElement("span"), He.appendChild(Ge), He.className = "CodeMirror-foldmarker";
|
|
79170
|
+
} else He && (He = He.cloneNode(!0));
|
|
79171
|
+
return He;
|
|
79172
|
+
}
|
|
79173
|
+
je.newFoldFunction = function(Pe, De) {
|
|
79174
|
+
return function(Ue, He) {
|
|
79175
|
+
Be(Ue, He, { rangeFinder: Pe, widget: De });
|
|
79176
|
+
};
|
|
79177
|
+
}, je.defineExtension("foldCode", function(Pe, De, Ue) {
|
|
79178
|
+
Be(this, Pe, De, Ue);
|
|
79179
|
+
}), je.defineExtension("isFolded", function(Pe) {
|
|
79180
|
+
for (var De = this.findMarksAt(Pe), Ue = 0; Ue < De.length; ++Ue)
|
|
79181
|
+
if (De[Ue].__isFold) return !0;
|
|
79182
|
+
}), je.commands.toggleFold = function(Pe) {
|
|
79183
|
+
Pe.foldCode(Pe.getCursor());
|
|
79184
|
+
}, je.commands.fold = function(Pe) {
|
|
79185
|
+
Pe.foldCode(Pe.getCursor(), null, "fold");
|
|
79186
|
+
}, je.commands.unfold = function(Pe) {
|
|
79187
|
+
Pe.foldCode(Pe.getCursor(), { scanUp: !1 }, "unfold");
|
|
79188
|
+
}, je.commands.foldAll = function(Pe) {
|
|
79189
|
+
Pe.operation(function() {
|
|
79190
|
+
for (var De = Pe.firstLine(), Ue = Pe.lastLine(); De <= Ue; De++)
|
|
79191
|
+
Pe.foldCode(je.Pos(De, 0), { scanUp: !1 }, "fold");
|
|
79124
79192
|
});
|
|
79125
|
-
|
|
79126
|
-
|
|
79127
|
-
|
|
79128
|
-
|
|
79193
|
+
}, je.commands.unfoldAll = function(Pe) {
|
|
79194
|
+
Pe.operation(function() {
|
|
79195
|
+
for (var De = Pe.firstLine(), Ue = Pe.lastLine(); De <= Ue; De++)
|
|
79196
|
+
Pe.foldCode(je.Pos(De, 0), { scanUp: !1 }, "unfold");
|
|
79129
79197
|
});
|
|
79130
|
-
|
|
79131
|
-
|
|
79132
|
-
|
|
79133
|
-
|
|
79134
|
-
|
|
79135
|
-
|
|
79136
|
-
|
|
79137
|
-
|
|
79138
|
-
|
|
79139
|
-
|
|
79140
|
-
|
|
79141
|
-
return He;
|
|
79142
|
-
}
|
|
79143
|
-
je.newFoldFunction = function(Pe, De) {
|
|
79144
|
-
return function(Ue, He) {
|
|
79145
|
-
Be(Ue, He, { rangeFinder: Pe, widget: De });
|
|
79146
|
-
};
|
|
79147
|
-
}, je.defineExtension("foldCode", function(Pe, De, Ue) {
|
|
79148
|
-
Be(this, Pe, De, Ue);
|
|
79149
|
-
}), je.defineExtension("isFolded", function(Pe) {
|
|
79150
|
-
for (var De = this.findMarksAt(Pe), Ue = 0; Ue < De.length; ++Ue)
|
|
79151
|
-
if (De[Ue].__isFold) return !0;
|
|
79152
|
-
}), je.commands.toggleFold = function(Pe) {
|
|
79153
|
-
Pe.foldCode(Pe.getCursor());
|
|
79154
|
-
}, je.commands.fold = function(Pe) {
|
|
79155
|
-
Pe.foldCode(Pe.getCursor(), null, "fold");
|
|
79156
|
-
}, je.commands.unfold = function(Pe) {
|
|
79157
|
-
Pe.foldCode(Pe.getCursor(), { scanUp: !1 }, "unfold");
|
|
79158
|
-
}, je.commands.foldAll = function(Pe) {
|
|
79159
|
-
Pe.operation(function() {
|
|
79160
|
-
for (var De = Pe.firstLine(), Ue = Pe.lastLine(); De <= Ue; De++)
|
|
79161
|
-
Pe.foldCode(je.Pos(De, 0), { scanUp: !1 }, "fold");
|
|
79162
|
-
});
|
|
79163
|
-
}, je.commands.unfoldAll = function(Pe) {
|
|
79164
|
-
Pe.operation(function() {
|
|
79165
|
-
for (var De = Pe.firstLine(), Ue = Pe.lastLine(); De <= Ue; De++)
|
|
79166
|
-
Pe.foldCode(je.Pos(De, 0), { scanUp: !1 }, "unfold");
|
|
79167
|
-
});
|
|
79168
|
-
}, je.registerHelper("fold", "combine", function() {
|
|
79169
|
-
var Pe = Array.prototype.slice.call(arguments, 0);
|
|
79170
|
-
return function(De, Ue) {
|
|
79171
|
-
for (var He = 0; He < Pe.length; ++He) {
|
|
79172
|
-
var Ge = Pe[He](De, Ue);
|
|
79198
|
+
}, je.registerHelper("fold", "combine", function() {
|
|
79199
|
+
var Pe = Array.prototype.slice.call(arguments, 0);
|
|
79200
|
+
return function(De, Ue) {
|
|
79201
|
+
for (var He = 0; He < Pe.length; ++He) {
|
|
79202
|
+
var Ge = Pe[He](De, Ue);
|
|
79203
|
+
if (Ge) return Ge;
|
|
79204
|
+
}
|
|
79205
|
+
};
|
|
79206
|
+
}), je.registerHelper("fold", "auto", function(Pe, De) {
|
|
79207
|
+
for (var Ue = Pe.getHelpers(De, "fold"), He = 0; He < Ue.length; He++) {
|
|
79208
|
+
var Ge = Ue[He](Pe, De);
|
|
79173
79209
|
if (Ge) return Ge;
|
|
79174
79210
|
}
|
|
79211
|
+
});
|
|
79212
|
+
var Se = {
|
|
79213
|
+
rangeFinder: je.fold.auto,
|
|
79214
|
+
widget: "↔",
|
|
79215
|
+
minFoldSize: 0,
|
|
79216
|
+
scanUp: !1,
|
|
79217
|
+
clearOnEnter: !0
|
|
79175
79218
|
};
|
|
79176
|
-
|
|
79177
|
-
|
|
79178
|
-
|
|
79179
|
-
|
|
79180
|
-
|
|
79181
|
-
|
|
79182
|
-
|
|
79183
|
-
|
|
79184
|
-
|
|
79185
|
-
|
|
79186
|
-
scanUp: !1,
|
|
79187
|
-
clearOnEnter: !0
|
|
79188
|
-
};
|
|
79189
|
-
je.defineOption("foldOptions", null);
|
|
79190
|
-
function Te(Pe, De, Ue) {
|
|
79191
|
-
if (De && De[Ue] !== void 0)
|
|
79192
|
-
return De[Ue];
|
|
79193
|
-
var He = Pe.options.foldOptions;
|
|
79194
|
-
return He && He[Ue] !== void 0 ? He[Ue] : Se[Ue];
|
|
79195
|
-
}
|
|
79196
|
-
je.defineExtension("foldOption", function(Pe, De) {
|
|
79197
|
-
return Te(this, Pe, De);
|
|
79219
|
+
je.defineOption("foldOptions", null);
|
|
79220
|
+
function Te(Pe, De, Ue) {
|
|
79221
|
+
if (De && De[Ue] !== void 0)
|
|
79222
|
+
return De[Ue];
|
|
79223
|
+
var He = Pe.options.foldOptions;
|
|
79224
|
+
return He && He[Ue] !== void 0 ? He[Ue] : Se[Ue];
|
|
79225
|
+
}
|
|
79226
|
+
je.defineExtension("foldOption", function(Pe, De) {
|
|
79227
|
+
return Te(this, Pe, De);
|
|
79228
|
+
});
|
|
79198
79229
|
});
|
|
79199
|
-
});
|
|
79200
|
-
}
|
|
79201
|
-
|
|
79230
|
+
}()), foldcode.exports;
|
|
79231
|
+
}
|
|
79232
|
+
requireFoldcode();
|
|
79202
79233
|
(function(Ie, Ae) {
|
|
79203
79234
|
(function(je) {
|
|
79204
|
-
je(requireCodemirror(),
|
|
79235
|
+
je(requireCodemirror(), requireFoldcode());
|
|
79205
79236
|
})(function(je) {
|
|
79206
79237
|
je.defineOption("foldGutter", !1, function(St, Ke, rr) {
|
|
79207
79238
|
rr && rr != je.Init && (St.clearGutter(St.state.foldGutter.options.gutter), St.state.foldGutter = null, St.off("gutterClick", Ge), St.off("changes", Qe), St.off("viewportChange", Ye), St.off("fold", Je), St.off("unfold", Je), St.off("swapDoc", Qe), St.off("optionChange", Oe)), Ke && (St.state.foldGutter = new Ee(Se(Ke)), He(St), St.on("gutterClick", Ge), St.on("changes", Qe), St.on("viewportChange", Ye), St.on("fold", Je), St.on("unfold", Je), St.on("swapDoc", Qe), St.on("optionChange", Oe));
|
|
@@ -86567,7 +86598,7 @@ const _sfc_main = {
|
|
|
86567
86598
|
emits: ["save"],
|
|
86568
86599
|
data() {
|
|
86569
86600
|
return {
|
|
86570
|
-
template:
|
|
86601
|
+
template: null,
|
|
86571
86602
|
// 仅使用一个模板缓存,不区分多个键
|
|
86572
86603
|
// (页面关闭或离开时会清空该缓存)
|
|
86573
86604
|
// 组件内维护的可编辑打印数据变量(避免直接依赖模块常量)
|
|
@@ -86762,51 +86793,6 @@ const _sfc_main = {
|
|
|
86762
86793
|
this.handleLangChange(Ie);
|
|
86763
86794
|
} catch {
|
|
86764
86795
|
}
|
|
86765
|
-
},
|
|
86766
|
-
initialTemplate: {
|
|
86767
|
-
deep: !0,
|
|
86768
|
-
handler(Ie) {
|
|
86769
|
-
try {
|
|
86770
|
-
const je = Ie && typeof Ie == "object" && Object.keys(Ie).length > 0 ? Ie : template;
|
|
86771
|
-
if (hiprintTemplate && typeof hiprintTemplate.update == "function") {
|
|
86772
|
-
hiprintTemplate.update(je, 0), this.applyExpandCssLive(), this.loadInitialPrintData();
|
|
86773
|
-
try {
|
|
86774
|
-
const Be = window.hinnn && window.hinnn.event, Ee = hiprintTemplate && (hiprintTemplate.templateId || hiprintTemplate.id);
|
|
86775
|
-
Be && Ee && Be.trigger(`hiprintTemplateDataChanged_${Ee}`, "更新模板");
|
|
86776
|
-
} catch {
|
|
86777
|
-
}
|
|
86778
|
-
try {
|
|
86779
|
-
const Be = hiprintTemplate.getPaperType(), {
|
|
86780
|
-
width: Ee,
|
|
86781
|
-
height: Se
|
|
86782
|
-
} = hiprintTemplate.editingPanel;
|
|
86783
|
-
Be ? this.setPaper(Be, {
|
|
86784
|
-
width: Ee,
|
|
86785
|
-
height: Se
|
|
86786
|
-
}) : (this.paperWidth = Ee, this.paperHeight = Se, this.otherPaper());
|
|
86787
|
-
} catch {
|
|
86788
|
-
}
|
|
86789
|
-
}
|
|
86790
|
-
} catch {
|
|
86791
|
-
}
|
|
86792
|
-
}
|
|
86793
|
-
},
|
|
86794
|
-
initialPrintData: {
|
|
86795
|
-
deep: !0,
|
|
86796
|
-
handler(Ie) {
|
|
86797
|
-
try {
|
|
86798
|
-
const Ae = Array.isArray(rawPrintData) ? [...rawPrintData] : rawPrintData && typeof rawPrintData == "object" ? {
|
|
86799
|
-
...rawPrintData
|
|
86800
|
-
} : {}, je = Array.isArray(Ie) ? [...Ie] : Ie && typeof Ie == "object" ? {
|
|
86801
|
-
...Ie
|
|
86802
|
-
} : Ae;
|
|
86803
|
-
this.printDataVar = je, this.savePrintData(je);
|
|
86804
|
-
} catch {
|
|
86805
|
-
this.printDataVar = Array.isArray(rawPrintData) ? [...rawPrintData] : {
|
|
86806
|
-
...rawPrintData
|
|
86807
|
-
};
|
|
86808
|
-
}
|
|
86809
|
-
}
|
|
86810
86796
|
}
|
|
86811
86797
|
},
|
|
86812
86798
|
unmounted() {
|
|
@@ -86825,16 +86811,23 @@ const _sfc_main = {
|
|
|
86825
86811
|
},
|
|
86826
86812
|
loadInitialPrintData() {
|
|
86827
86813
|
try {
|
|
86828
|
-
const Ie = this.getPrintDataKey(), Ae = this.$ls && this.$ls.get ? this.$ls.get(Ie) : null,
|
|
86814
|
+
const Ie = this.getPrintDataKey(), Ae = this.initialPrintData, je = Array.isArray(Ae) || Ae && typeof Ae == "object" && Object.keys(Ae).length > 0, Be = this.$ls && this.$ls.get ? this.$ls.get(Ie) : null, Ee = Array.isArray(rawPrintData) ? [...rawPrintData] : rawPrintData && typeof rawPrintData == "object" ? {
|
|
86829
86815
|
...rawPrintData
|
|
86830
|
-
} : {}
|
|
86831
|
-
if (
|
|
86832
|
-
const
|
|
86833
|
-
Be !== Ee ? this.printDataVar = je : this.printDataVar = Ee ? [...Ae] : {
|
|
86816
|
+
} : {};
|
|
86817
|
+
if (je) {
|
|
86818
|
+
const Se = Array.isArray(Ae) ? [...Ae] : {
|
|
86834
86819
|
...Ae
|
|
86835
86820
|
};
|
|
86836
|
-
|
|
86837
|
-
|
|
86821
|
+
this.printDataVar = Se, this.savePrintData(Se);
|
|
86822
|
+
return;
|
|
86823
|
+
}
|
|
86824
|
+
if (Be && (Array.isArray(Be) || typeof Be == "object")) {
|
|
86825
|
+
this.printDataVar = Array.isArray(Be) ? [...Be] : {
|
|
86826
|
+
...Be
|
|
86827
|
+
};
|
|
86828
|
+
return;
|
|
86829
|
+
}
|
|
86830
|
+
this.printDataVar = Ee;
|
|
86838
86831
|
} catch {
|
|
86839
86832
|
this.printDataVar = Array.isArray(rawPrintData) ? [...rawPrintData] : {
|
|
86840
86833
|
...rawPrintData
|
|
@@ -87772,12 +87765,13 @@ function _sfc_render(Ie, Ae, je, Be, Ee, Se) {
|
|
|
87772
87765
|
]),
|
|
87773
87766
|
_: 1
|
|
87774
87767
|
}),
|
|
87775
|
-
|
|
87768
|
+
Ee.template ? (openBlock(), createBlock(St, {
|
|
87769
|
+
key: 0,
|
|
87776
87770
|
template: Ee.template,
|
|
87777
87771
|
onToggleStructure: Ae[6] || (Ae[6] = (nr) => Ee.showStructureList = !Ee.showStructureList),
|
|
87778
87772
|
onToggleHistory: Ae[7] || (Ae[7] = (nr) => Ee.showHistory = !Ee.showHistory),
|
|
87779
87773
|
onTogglePalette: Ae[8] || (Ae[8] = (nr) => Ee.propVisible = !Ee.propVisible)
|
|
87780
|
-
}, null, 8, ["template"]),
|
|
87774
|
+
}, null, 8, ["template"])) : createCommentVNode("", !0),
|
|
87781
87775
|
withDirectives(createElementVNode("div", {
|
|
87782
87776
|
class: "prop-floating",
|
|
87783
87777
|
style: normalizeStyle(Se.propStyle)
|
|
@@ -87910,7 +87904,7 @@ function _sfc_render(Ie, Ae, je, Be, Ee, Se) {
|
|
|
87910
87904
|
}, null, 8, ["template", "onApply"])
|
|
87911
87905
|
], 64);
|
|
87912
87906
|
}
|
|
87913
|
-
const FullDesigner = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
87907
|
+
const FullDesigner = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-6aa35a08"]]), index = {
|
|
87914
87908
|
install(Ie) {
|
|
87915
87909
|
Ie.component("FullDesigner", FullDesigner);
|
|
87916
87910
|
try {
|
|
@@ -87922,9 +87916,18 @@ const FullDesigner = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_ren
|
|
|
87922
87916
|
export {
|
|
87923
87917
|
FullDesigner,
|
|
87924
87918
|
autoConnect,
|
|
87919
|
+
connect,
|
|
87920
|
+
createTemplate,
|
|
87925
87921
|
index as default,
|
|
87926
87922
|
defaultElementTypeProvider,
|
|
87927
87923
|
disAutoConnect,
|
|
87924
|
+
disconnect,
|
|
87925
|
+
exportImage,
|
|
87926
|
+
exportPdf,
|
|
87927
|
+
getHtml,
|
|
87928
|
+
getPrinterList,
|
|
87928
87929
|
hiPrintPlugin,
|
|
87929
|
-
hiprint
|
|
87930
|
+
hiprint,
|
|
87931
|
+
printBrowser,
|
|
87932
|
+
setHiwebSocket
|
|
87930
87933
|
};
|