template-designer 0.12.4 → 0.12.6
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-1edadc62.mjs → index-154bf834.mjs} +1429 -1433
- package/dist/{index.es-9438e8d3.mjs → index.es-539a21b5.mjs} +1 -1
- package/dist/{lodop-a554af7f.mjs → lodop-869f3b6b.mjs} +1 -1
- package/dist/{rfid-95fad7eb.mjs → rfid-e92eba04.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/template-designer.es.js +1 -1
- package/dist/template-designer.umd.js +50 -50
- package/dist/{wxapp-4b148a78.mjs → wxapp-9a751e40.mjs} +7 -27
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { R as
|
|
1
|
+
import { R as l } from "./index-154bf834.mjs";
|
|
2
2
|
import "vue";
|
|
3
|
-
const
|
|
3
|
+
const t = {
|
|
4
4
|
text: {
|
|
5
5
|
// 组件默认宽度 单位mm
|
|
6
6
|
width: 20,
|
|
@@ -87,7 +87,7 @@ const a = {
|
|
|
87
87
|
prop: "rotation",
|
|
88
88
|
label: "旋转角度",
|
|
89
89
|
type: "select",
|
|
90
|
-
options:
|
|
90
|
+
options: l,
|
|
91
91
|
default: 0,
|
|
92
92
|
layout: "half"
|
|
93
93
|
}
|
|
@@ -124,7 +124,7 @@ const a = {
|
|
|
124
124
|
prop: "rotation",
|
|
125
125
|
label: "旋转角度",
|
|
126
126
|
type: "select",
|
|
127
|
-
options:
|
|
127
|
+
options: l,
|
|
128
128
|
default: 0,
|
|
129
129
|
layout: "half"
|
|
130
130
|
}
|
|
@@ -169,27 +169,7 @@ const a = {
|
|
|
169
169
|
// 是否允许旋转
|
|
170
170
|
desc: "",
|
|
171
171
|
propertyPanel: [
|
|
172
|
-
{ prop: "ImageSrc", label: "图片地址", type: "file", accept: "image/*", default: "" }
|
|
173
|
-
{
|
|
174
|
-
prop: "IsPrint",
|
|
175
|
-
label: "是否打印",
|
|
176
|
-
type: "select",
|
|
177
|
-
options: [
|
|
178
|
-
{ label: "是", value: !0 },
|
|
179
|
-
{ label: "否", value: !1 }
|
|
180
|
-
],
|
|
181
|
-
default: !0,
|
|
182
|
-
hidden: !0
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
prop: "rotation",
|
|
186
|
-
label: "旋转角度",
|
|
187
|
-
type: "select",
|
|
188
|
-
options: e,
|
|
189
|
-
default: 0,
|
|
190
|
-
layout: "half",
|
|
191
|
-
hidden: !0
|
|
192
|
-
}
|
|
172
|
+
{ prop: "ImageSrc", label: "图片地址", type: "file", accept: "image/*", default: "" }
|
|
193
173
|
]
|
|
194
174
|
},
|
|
195
175
|
line: {
|
|
@@ -231,12 +211,12 @@ const a = {
|
|
|
231
211
|
prop: "rotation",
|
|
232
212
|
label: "旋转角度",
|
|
233
213
|
type: "select",
|
|
234
|
-
options:
|
|
214
|
+
options: l,
|
|
235
215
|
default: 0
|
|
236
216
|
}
|
|
237
217
|
]
|
|
238
218
|
}
|
|
239
219
|
};
|
|
240
220
|
export {
|
|
241
|
-
|
|
221
|
+
t as default
|
|
242
222
|
};
|