template-designer 0.7.6 → 0.7.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-50031854.mjs → index-c1ffc4db.mjs} +4041 -4030
- package/dist/{index.es-2afe0fa8.mjs → index.es-1f6047c8.mjs} +1 -1
- package/dist/{lodop-a7c315e6.mjs → lodop-dd1f1c23.mjs} +12 -1
- package/dist/{rfid-de55280b.mjs → rfid-01838ee0.mjs} +1 -1
- package/dist/template-designer.es.js +1 -1
- package/dist/template-designer.umd.js +68 -61
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { R as e } from "./index-
|
|
1
|
+
import { R as e } from "./index-c1ffc4db.mjs";
|
|
2
2
|
import "vue";
|
|
3
3
|
const t = {
|
|
4
4
|
text: {
|
|
@@ -231,6 +231,17 @@ const t = {
|
|
|
231
231
|
options: e,
|
|
232
232
|
default: 0,
|
|
233
233
|
layout: "half"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
prop: "Editable",
|
|
237
|
+
label: "是否可编辑",
|
|
238
|
+
type: "select",
|
|
239
|
+
options: [
|
|
240
|
+
{ label: "是", value: 1 },
|
|
241
|
+
{ label: "否", value: 0 }
|
|
242
|
+
],
|
|
243
|
+
default: 0,
|
|
244
|
+
layout: "half"
|
|
234
245
|
}
|
|
235
246
|
]
|
|
236
247
|
},
|