@structured-field/widget-editor 1.1.0 → 1.1.1
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/structured-widget-editor.esm.js +10 -7
- package/dist/structured-widget-editor.esm.js.map +1 -1
- package/dist/structured-widget-editor.iife.js +1 -1
- package/dist/structured-widget-editor.js +1 -1
- package/dist/structured-widget-editor.js.map +1 -1
- package/package.json +1 -1
- package/src/editors/ArrayEditor.vue +1 -1
|
@@ -7747,13 +7747,16 @@ function render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7747
7747
|
createVNode(_component_SfIcon, { name: "arrow-up" })
|
|
7748
7748
|
], 8 /* PROPS */, _hoisted_12))
|
|
7749
7749
|
: createCommentVNode("v-if", true),
|
|
7750
|
-
|
|
7751
|
-
|
|
7752
|
-
|
|
7753
|
-
|
|
7754
|
-
|
|
7755
|
-
|
|
7756
|
-
|
|
7750
|
+
(index < $data.items.length - 1)
|
|
7751
|
+
? (openBlock(), createElementBlock("button", {
|
|
7752
|
+
key: 1,
|
|
7753
|
+
type: "button",
|
|
7754
|
+
class: "sf-btn sf-btn-sm",
|
|
7755
|
+
onClick: $event => ($options.moveItem(index, 1))
|
|
7756
|
+
}, [
|
|
7757
|
+
createVNode(_component_SfIcon, { name: "arrow-down" })
|
|
7758
|
+
], 8 /* PROPS */, _hoisted_13))
|
|
7759
|
+
: createCommentVNode("v-if", true),
|
|
7757
7760
|
createBaseVNode("button", {
|
|
7758
7761
|
type: "button",
|
|
7759
7762
|
class: "sf-btn sf-btn-sm sf-btn-danger",
|