template-designer 0.8.7 → 0.8.8
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-41237964.mjs → index-1d9e22e5.mjs} +3 -3
- package/dist/{index.es-b8df2267.mjs → index.es-38dfd688.mjs} +1 -1
- package/dist/{lodop-e41dfaac.mjs → lodop-d3ab4a86.mjs} +5 -2
- package/dist/{rfid-fdd15841.mjs → rfid-b2d5147e.mjs} +1 -1
- package/dist/template-designer.es.js +1 -1
- package/dist/template-designer.umd.js +21 -21
- package/package.json +1 -1
|
@@ -7084,9 +7084,9 @@ const db = /* @__PURE__ */ Mt(ub, [["render", hb]]), Xg = [
|
|
|
7084
7084
|
], qg = Xg.flatMap((e) => e.components);
|
|
7085
7085
|
async function pb(e) {
|
|
7086
7086
|
try {
|
|
7087
|
-
return (await Um(/* @__PURE__ */ Object.assign({ "./props/lodop.js": () => import("./lodop-
|
|
7087
|
+
return (await Um(/* @__PURE__ */ Object.assign({ "./props/lodop.js": () => import("./lodop-d3ab4a86.mjs"), "./props/rfid.js": () => import("./rfid-b2d5147e.mjs") }), `./props/${e}.js`)).default;
|
|
7088
7088
|
} catch {
|
|
7089
|
-
return console.warn(`配置文件 ./props/${e}.js 不存在,使用默认配置`), (await import("./lodop-
|
|
7089
|
+
return console.warn(`配置文件 ./props/${e}.js 不存在,使用默认配置`), (await import("./lodop-d3ab4a86.mjs")).default;
|
|
7090
7090
|
}
|
|
7091
7091
|
}
|
|
7092
7092
|
function gb(e = {}, A = {}) {
|
|
@@ -22797,7 +22797,7 @@ function(e) {
|
|
|
22797
22797
|
*/
|
|
22798
22798
|
function(e) {
|
|
22799
22799
|
function A() {
|
|
22800
|
-
return (de.canvg ? Promise.resolve(de.canvg) : import("./index.es-
|
|
22800
|
+
return (de.canvg ? Promise.resolve(de.canvg) : import("./index.es-38dfd688.mjs")).catch(function(t) {
|
|
22801
22801
|
return Promise.reject(new Error("Could not load canvg: " + t));
|
|
22802
22802
|
}).then(function(t) {
|
|
22803
22803
|
return t.default ? t.default : t;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { R as e } from "./index-
|
|
1
|
+
import { R as e } from "./index-1d9e22e5.mjs";
|
|
2
2
|
import "vue";
|
|
3
3
|
const t = {
|
|
4
4
|
text: {
|
|
@@ -316,7 +316,10 @@ const t = {
|
|
|
316
316
|
prop: "rotation",
|
|
317
317
|
label: "旋转角度",
|
|
318
318
|
type: "select",
|
|
319
|
-
options:
|
|
319
|
+
options: [
|
|
320
|
+
{ label: "0°", value: 0 },
|
|
321
|
+
{ label: "90°", value: 90 }
|
|
322
|
+
],
|
|
320
323
|
default: 0,
|
|
321
324
|
layout: "half"
|
|
322
325
|
}
|