template-designer 0.12.8 → 0.13.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-9e40805f.mjs → index-46f6fd43.mjs} +4503 -4494
- package/dist/{index.es-768fe1a8.mjs → index.es-0f1d5b0e.mjs} +1 -1
- package/dist/{lodop-8de90f30.mjs → lodop-a6393f54.mjs} +1 -1
- package/dist/{rfid-c6bc55eb.mjs → rfid-fd01c6e0.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/template-designer.es.js +1 -1
- package/dist/template-designer.umd.js +46 -46
- package/dist/{wxapp-c67e8251.mjs → wxapp-0f940bc7.mjs} +17 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { R as l } from "./index-
|
|
1
|
+
import { R as l } from "./index-46f6fd43.mjs";
|
|
2
2
|
import "vue";
|
|
3
3
|
const t = {
|
|
4
4
|
text: {
|
|
@@ -120,6 +120,22 @@ const t = {
|
|
|
120
120
|
type: "text",
|
|
121
121
|
default: "1234567890"
|
|
122
122
|
},
|
|
123
|
+
{
|
|
124
|
+
prop: "narrow",
|
|
125
|
+
label: "窄条码宽度",
|
|
126
|
+
type: "select",
|
|
127
|
+
options: [
|
|
128
|
+
{ label: "1", value: 1 },
|
|
129
|
+
{ label: "2", value: 2 },
|
|
130
|
+
{ label: "3", value: 3 },
|
|
131
|
+
{ label: "4", value: 4 },
|
|
132
|
+
{ label: "5", value: 5 },
|
|
133
|
+
{ label: "6", value: 6 }
|
|
134
|
+
],
|
|
135
|
+
default: 1,
|
|
136
|
+
layout: "half",
|
|
137
|
+
desc: "条码中最细的那根黑线的宽度"
|
|
138
|
+
},
|
|
123
139
|
{
|
|
124
140
|
prop: "rotation",
|
|
125
141
|
label: "旋转角度",
|