super-page-runtime 0.0.2-tmp3 → 0.0.2-tmp4

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.
@@ -0,0 +1,4 @@
1
+ const button = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAARtJREFUOE/F0rFKA0EQBuD/382BChJOGxshj6BwnaVFikMsPQsRa3OpLRQJKNgJuUBK2zuxtcgbKAi+hGKauFpFctyOGEmhXIolgttNMd/8ywwx4+OM/fgbIGq/h6ANnNKIekib1dtxgp22yUmcOQGQozRemh8DUWIkjX2n70x6fgBRYk7FYpWKRkSeQYYQOyDkBtSbxXDU0gveYdrwT8qBjrlCIfeiGGaxvxV91TlaqKAGsCvWtqhZTxv+wVRACulRY/8j5+6ch8sJIGAdQEDK03QgeeuK2EVFpV8Gj3sry+vJSIpzbVnTFbVBSN8Kgiz249IELlv4BbwOAV64ACI4zpq+930HHbNNwZoLYKHuruNqz2n3ZQP+H/gE7ReVEX+fTlwAAAAASUVORK5CYII=";
2
+ export {
3
+ button as default
4
+ };
@@ -1,4 +1,4 @@
1
1
 
2
- button[data-v-8aeee9e1] {
2
+ button[data-v-3c0fcbc5] {
3
3
  color: blue;
4
4
  }
@@ -1,16 +1,7 @@
1
- import { openBlock, createElementBlock, pushScopeId, popScopeId, createElementVNode } from "vue";
1
+ import _sfc_main from "./wf-editor.vue2.js";
2
2
  /* empty css */
3
3
  import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const _sfc_main = {};
5
- const _withScopeId = (n) => (pushScopeId("data-v-8aeee9e1"), n = n(), popScopeId(), n);
6
- const _hoisted_1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("button", null, "Editoraaaaa", -1));
7
- const _hoisted_2 = [
8
- _hoisted_1
9
- ];
10
- function _sfc_render(_ctx, _cache) {
11
- return openBlock(), createElementBlock("div", null, _hoisted_2);
12
- }
13
- const wfEditor = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-8aeee9e1"]]);
4
+ const wfEditor = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-3c0fcbc5"]]);
14
5
  export {
15
6
  wfEditor as default
16
7
  };
@@ -0,0 +1,19 @@
1
+ import { defineComponent, openBlock, createElementBlock, createElementVNode, unref, pushScopeId, popScopeId } from "vue";
2
+ import button from "../../../assets/images/button/button.png.js";
3
+ const _withScopeId = (n) => (pushScopeId("data-v-3c0fcbc5"), n = n(), popScopeId(), n);
4
+ const _hoisted_1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("button", null, "Editoraaaaa", -1));
5
+ const _hoisted_2 = ["src"];
6
+ const _sfc_main = /* @__PURE__ */ defineComponent({
7
+ __name: "wf-editor",
8
+ setup(__props) {
9
+ return (_ctx, _cache) => {
10
+ return openBlock(), createElementBlock("div", null, [
11
+ _hoisted_1,
12
+ createElementVNode("img", { src: unref(button) }, null, 8, _hoisted_2)
13
+ ]);
14
+ };
15
+ }
16
+ });
17
+ export {
18
+ _sfc_main as default
19
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "super-page-runtime",
3
- "version": "0.0.2-tmp3",
3
+ "version": "0.0.2-tmp4",
4
4
  "description": "AgileBuilder super page runtime",
5
5
  "license": "ISC",
6
6
  "main": "dist/es/index.js",