template-designer 0.12.3 → 0.12.5
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/dist/{index-9e0dff3c.mjs → index-e4e57e79.mjs} +3 -3
- package/dist/{index.es-8e30f7c1.mjs → index.es-12092ed0.mjs} +1 -1
- package/dist/{lodop-58f305ce.mjs → lodop-93c81f8c.mjs} +1 -1
- package/dist/{rfid-08cadb4c.mjs → rfid-e29eccb2.mjs} +1 -1
- package/dist/template-designer.es.js +1 -1
- package/dist/template-designer.umd.js +26 -26
- package/dist/{wxapp-edb1da19.mjs → wxapp-4384e74f.mjs} +27 -7
- package/package.json +1 -1
|
@@ -7502,9 +7502,9 @@ const BQ = /* @__PURE__ */ Lt(dQ, [["render", gQ]]), $g = [
|
|
|
7502
7502
|
], A2 = $g.flatMap((e) => e.components);
|
|
7503
7503
|
async function mQ(e) {
|
|
7504
7504
|
try {
|
|
7505
|
-
return window.$templateType = e, (await Fm(/* @__PURE__ */ Object.assign({ "./props/lodop.js": () => import("./lodop-
|
|
7505
|
+
return window.$templateType = e, (await Fm(/* @__PURE__ */ Object.assign({ "./props/lodop.js": () => import("./lodop-93c81f8c.mjs"), "./props/rfid.js": () => import("./rfid-e29eccb2.mjs"), "./props/wxapp.js": () => import("./wxapp-4384e74f.mjs") }), `./props/${e}.js`)).default;
|
|
7506
7506
|
} catch {
|
|
7507
|
-
return console.warn(`配置文件 ./props/${e}.js 不存在,使用默认配置`), (await import("./lodop-
|
|
7507
|
+
return console.warn(`配置文件 ./props/${e}.js 不存在,使用默认配置`), (await import("./lodop-93c81f8c.mjs")).default;
|
|
7508
7508
|
}
|
|
7509
7509
|
}
|
|
7510
7510
|
function wQ(e = {}, A = {}) {
|
|
@@ -23325,7 +23325,7 @@ function(e) {
|
|
|
23325
23325
|
*/
|
|
23326
23326
|
function(e) {
|
|
23327
23327
|
function A() {
|
|
23328
|
-
return (de.canvg ? Promise.resolve(de.canvg) : import("./index.es-
|
|
23328
|
+
return (de.canvg ? Promise.resolve(de.canvg) : import("./index.es-12092ed0.mjs")).catch(function(t) {
|
|
23329
23329
|
return Promise.reject(new Error("Could not load canvg: " + t));
|
|
23330
23330
|
}).then(function(t) {
|
|
23331
23331
|
return t.default ? t.default : t;
|