super-page-runtime 0.0.2-tmp4 → 0.0.2-tmp6
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/es/assets/images/button/button-group.png.js +4 -0
- package/dist/es/assets/images/group-button.png.js +4 -0
- package/dist/es/components/runtime/views/wf-editor.vue.js +2 -2
- package/dist/es/components/runtime/views/wf-editor.vue2.js +18 -4
- package/dist/es/components/runtime/views/wf-editor.vue3.js +1 -0
- package/dist/es/style.css +4 -0
- package/package.json +1 -1
- package/dist/es/components/runtime/views/wf-editor.css +0 -4
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const buttonGroup = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAWFJREFUOE+t0jFIAnEUBvDvnXdyBaGnB7k4NDYKLUFBQ0ujkJxO1RAtngg5FgkNjZUODg2udzRU4NLWUFBbUENDUGOSeg6Ckt7/RQ5ChXKgb37v9z4ejzBm0ZjzmAyQKjaPBHOOCLKXRAxcVuvN1E1+rtNPYBScbrXRnIkEghHXj+AoxCd6MiBfMIuEnQnf94Fk0eEvFlGFpCcA715SEKBbphYdAK6EmCRQtk0t5gX4WWqZGv0DRLu75pv2FwFuscvXkMgA+EFi6jKkFyZ30TZDe0MB6iEOGWUQddSaE+/owZKV1raMgnNMRCrAU5apbY4GFBww0yv1+A4KNgaAiyvIVLLM4PwfoNEWwDaBdoXUXfa5yjoLrtnZUCVx0lg6z4Zuk8XPhY9663lWD6za6VDlF2AUmjsgzhGggrHv5YgMnNkZTRl84kr+TY2EA4cg0j0BjEfb1E4n88peNg7rGTvBNzJ0qhGhV09OAAAAAElFTkSuQmCC";
|
|
2
|
+
export {
|
|
3
|
+
buttonGroup as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const groupButton = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAASCAYAAAC0EpUuAAAAAXNSR0IArs4c6QAAAvZJREFUOE+1lEtoVFcYx3/n3Dv33slD89AgtRuVPmzqwhqxQQKCtEy6UKuEKt10VUWTWZQsunAxIHQhohK0FClZiOmDlCZWKKLQwmCoS0WLFC0WCiFpknE0mcedufeccu7NaKKjuxw4i/P68T/f9/8+wQoMsQJM6kB1bU+QAf6sdwfoREfnoEHopeIigB79dLdW4pRCdipEQmmB0hKFfOlHhDC3mNXww1//NZ54Lz00W4NH0PC7Qz8qLfeEWnpl5VBSDn6YIFBWBNbLxOpox5KKhKySEMHDgnYGN/0xdIULBAYcQYOLn4xXQyt1T73rXq4c4EFlA8WqgYJS0f+eDvNACLAkJCxwE+DaPLEEV/Ihg6PHxFQE9Yf7xv3QTV3yP3Oz5W5mSw2UqlAJIFQvRkAKsC3wEtDkQbMXweek4uhwP6MCtPAv9I3NB17qW/+we6PQxXTRY6H8DJqwY0VGoVEehGDADS60NUGDE82clAyM9PN9BC2f3z/2OGxMfVM+4mYL22hd7dG7NVYymYPZeXhjHaxZBX9Pg5RQ8uHmA/hwC1y/E4UihyD90+MadOjjsXyQTH3tH3WzhS7aWjx2bwHHhn/n4Le7sSID/WcGet6GDWvh/hR0rIZrt6Nw5LQg/ctCDXpmTwQ95/e72eJ22ls93lwPU3noWAX3JuPErGmOoRs7oL0ZNr8G2nhqAiyLnGUvgRZP9o4UdHLfkJ9OZv0dtLUl2bsNmpMw+Qiu3opVtzfFyl9vB78KLY2wfSOMTGAcnZMWA79+uag0f+KjD0JhnT4bfvHWjer7dr6apBrGmVfLaiV2gkmSUe4sOsB1wBbkLEH/1ePCJCqqKUkfbs87nFaag4GixWT5eY/WzGUemWQZsLGWLaP1nA75/PeM+LkGFezC6u5hpyX5Sim6tMapI3JZERjFxmZSsCAE1wIYmMiIySUNRQv6kLQiqWDhILGRa+tU/8w8mjKKBRQlQnahyIinZfLqLsVLOtRizOp1KHO0Iv30f8xqJKSWZfS8AAAAAElFTkSuQmCC";
|
|
2
|
+
export {
|
|
3
|
+
groupButton as default
|
|
4
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./wf-editor.vue2.js";
|
|
2
|
-
|
|
2
|
+
import "./wf-editor.vue3.js";
|
|
3
3
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const wfEditor = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const wfEditor = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-fa53539f"]]);
|
|
5
5
|
export {
|
|
6
6
|
wfEditor as default
|
|
7
7
|
};
|
|
@@ -1,15 +1,29 @@
|
|
|
1
|
-
import { defineComponent, openBlock, createElementBlock, createElementVNode,
|
|
2
|
-
|
|
3
|
-
const _withScopeId = (n) => (pushScopeId("data-v-3c0fcbc5"), n = n(), popScopeId(), n);
|
|
1
|
+
import { defineComponent, defineAsyncComponent, openBlock, createElementBlock, createElementVNode, pushScopeId, popScopeId } from "vue";
|
|
2
|
+
const _withScopeId = (n) => (pushScopeId("data-v-fa53539f"), n = n(), popScopeId(), n);
|
|
4
3
|
const _hoisted_1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("button", null, "Editoraaaaa", -1));
|
|
5
4
|
const _hoisted_2 = ["src"];
|
|
5
|
+
const _hoisted_3 = ["src"];
|
|
6
|
+
const _hoisted_4 = ["src"];
|
|
6
7
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
7
8
|
__name: "wf-editor",
|
|
8
9
|
setup(__props) {
|
|
10
|
+
const info = {
|
|
11
|
+
button: defineAsyncComponent(() => import("../../../assets/images/button/button.png.js")),
|
|
12
|
+
buttonGroup: defineAsyncComponent(() => import("../../../assets/images/button/button-group.png.js")),
|
|
13
|
+
groupButton: defineAsyncComponent(() => import("../../../assets/images/group-button.png.js"))
|
|
14
|
+
};
|
|
9
15
|
return (_ctx, _cache) => {
|
|
10
16
|
return openBlock(), createElementBlock("div", null, [
|
|
11
17
|
_hoisted_1,
|
|
12
|
-
createElementVNode("img", {
|
|
18
|
+
createElementVNode("img", {
|
|
19
|
+
src: info.button
|
|
20
|
+
}, null, 8, _hoisted_2),
|
|
21
|
+
createElementVNode("img", {
|
|
22
|
+
src: info.buttonGroup
|
|
23
|
+
}, null, 8, _hoisted_3),
|
|
24
|
+
createElementVNode("img", {
|
|
25
|
+
src: info.groupButton
|
|
26
|
+
}, null, 8, _hoisted_4)
|
|
13
27
|
]);
|
|
14
28
|
};
|
|
15
29
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
package/package.json
CHANGED