template-designer 0.5.8 → 0.6.0
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-a36079b2.mjs → index-f883a860.mjs} +2150 -2137
- package/dist/{index.es-c032b0ea.mjs → index.es-6f11993b.mjs} +1 -1
- package/dist/{lodop-2ad93876.mjs → lodop-8bb73429.mjs} +4 -7
- package/dist/{rfid-f825ac67.mjs → rfid-64f5f8e5.mjs} +28 -2
- package/dist/template-designer.es.js +1 -1
- package/dist/template-designer.umd.js +44 -44
- package/package.json +1 -1
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
{ label: "180°", value: 180 },
|
|
5
|
-
{ label: "270°", value: 270 }
|
|
6
|
-
], l = {
|
|
1
|
+
import { R as e } from "./index-f883a860.mjs";
|
|
2
|
+
import "vue";
|
|
3
|
+
const t = {
|
|
7
4
|
text: {
|
|
8
5
|
// 组件默认宽度 单位mm
|
|
9
6
|
width: 20,
|
|
@@ -540,5 +537,5 @@ const e = [
|
|
|
540
537
|
}
|
|
541
538
|
};
|
|
542
539
|
export {
|
|
543
|
-
|
|
540
|
+
t as default
|
|
544
541
|
};
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
import { R as e } from "./index-f883a860.mjs";
|
|
2
|
+
import "vue";
|
|
3
|
+
const t = {
|
|
2
4
|
text: {
|
|
3
5
|
x: 0,
|
|
4
6
|
y: 0,
|
|
@@ -145,6 +147,14 @@ const e = {
|
|
|
145
147
|
default: 2,
|
|
146
148
|
layout: "half"
|
|
147
149
|
// 占半行
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
prop: "rotation",
|
|
153
|
+
label: "旋转角度",
|
|
154
|
+
type: "select",
|
|
155
|
+
options: e,
|
|
156
|
+
default: 0,
|
|
157
|
+
layout: "half"
|
|
148
158
|
}
|
|
149
159
|
]
|
|
150
160
|
},
|
|
@@ -208,6 +218,14 @@ const e = {
|
|
|
208
218
|
type: "color",
|
|
209
219
|
hide: !0,
|
|
210
220
|
default: "#000000"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
prop: "rotation",
|
|
224
|
+
label: "旋转角度",
|
|
225
|
+
type: "select",
|
|
226
|
+
options: e,
|
|
227
|
+
default: 0,
|
|
228
|
+
layout: "half"
|
|
211
229
|
}
|
|
212
230
|
]
|
|
213
231
|
},
|
|
@@ -323,10 +341,18 @@ const e = {
|
|
|
323
341
|
{ label: "否", value: !1 }
|
|
324
342
|
],
|
|
325
343
|
default: !1
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
prop: "rotation",
|
|
347
|
+
label: "旋转角度",
|
|
348
|
+
type: "select",
|
|
349
|
+
options: e,
|
|
350
|
+
default: 0,
|
|
351
|
+
layout: "half"
|
|
326
352
|
}
|
|
327
353
|
]
|
|
328
354
|
}
|
|
329
355
|
};
|
|
330
356
|
export {
|
|
331
|
-
|
|
357
|
+
t as default
|
|
332
358
|
};
|