@26lights/orcha 0.38.37 → 0.38.38
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/orcha.es.js
CHANGED
|
@@ -1334,8 +1334,7 @@ const E2 = {
|
|
|
1334
1334
|
isActive: { type: Boolean },
|
|
1335
1335
|
isEditing: { type: Boolean },
|
|
1336
1336
|
tagName: { default: "div" },
|
|
1337
|
-
isDraggable: { type: Boolean }
|
|
1338
|
-
isDeletable: { type: Boolean }
|
|
1337
|
+
isDraggable: { type: Boolean }
|
|
1339
1338
|
},
|
|
1340
1339
|
emits: ["update:title"],
|
|
1341
1340
|
setup(t, { emit: e }) {
|
|
@@ -3763,7 +3762,6 @@ const D3 = { class: "ao-card-template__subitems" }, P3 = { class: "ao-card-templ
|
|
|
3763
3762
|
return (s, n) => (p(), P(In, {
|
|
3764
3763
|
id: s.id,
|
|
3765
3764
|
title: s.title,
|
|
3766
|
-
isDeletable: !0,
|
|
3767
3765
|
"is-draggable": !0,
|
|
3768
3766
|
"onUpdate:title": a,
|
|
3769
3767
|
"&": ""
|