service-flow-designer 1.1.1 → 1.1.2

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.
@@ -1,7 +1,7 @@
1
1
  import _sfc_main from "./desginer-index.vue2.js";
2
2
  /* empty css */
3
3
  import _export_sfc from "../_virtual/_plugin-vue_export-helper.js";
4
- const desginerIndex = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-9cfa34b7"]]);
4
+ const ServiceFlowDesginer = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-9cfa34b7"]]);
5
5
  export {
6
- desginerIndex as default
6
+ ServiceFlowDesginer as default
7
7
  };
@@ -0,0 +1,3 @@
1
+ import { default as ServiceFlowDesginer } from './desginer-index.vue';
2
+
3
+ export default ServiceFlowDesginer;
@@ -0,0 +1,4 @@
1
+ import ServiceFlowDesginer from "./desginer-index.vue.js";
2
+ export {
3
+ ServiceFlowDesginer as default
4
+ };
@@ -1,4 +1,4 @@
1
- import { default as ServiceFlowDesginer } from './designer/desginer-index.vue';
2
- import { default as WfEditor } from './wf-editor/wf-editor.vue';
1
+ import { default as ServiceFlowDesginer } from './designer';
2
+ import { default as WfEditor } from './wf-editor';
3
3
 
4
4
  export { ServiceFlowDesginer, WfEditor };
@@ -0,0 +1,3 @@
1
+ import { default as WfEditor } from './wf-editor.vue';
2
+
3
+ export default WfEditor;
@@ -0,0 +1,4 @@
1
+ import WfEditor from "./wf-editor.vue.js";
2
+ export {
3
+ WfEditor as default
4
+ };
@@ -10,7 +10,7 @@ const _hoisted_2 = [
10
10
  function _sfc_render(_ctx, _cache) {
11
11
  return openBlock(), createElementBlock("div", null, _hoisted_2);
12
12
  }
13
- const wfEditor = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-e87c59d8"]]);
13
+ const WfEditor = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-e87c59d8"]]);
14
14
  export {
15
- wfEditor as default
15
+ WfEditor as default
16
16
  };
@@ -2,5 +2,5 @@
2
2
  const desginerIndex_vue_vue_type_script_setup_true_lang = require("./desginer-index.vue2.js");
3
3
  ;/* empty css */
4
4
  const _pluginVue_exportHelper = require("../_virtual/_plugin-vue_export-helper.js");
5
- const desginerIndex = /* @__PURE__ */ _pluginVue_exportHelper(desginerIndex_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-9cfa34b7"]]);
6
- module.exports = desginerIndex;
5
+ const ServiceFlowDesginer = /* @__PURE__ */ _pluginVue_exportHelper(desginerIndex_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-9cfa34b7"]]);
6
+ module.exports = ServiceFlowDesginer;
@@ -0,0 +1,3 @@
1
+ import { default as ServiceFlowDesginer } from './desginer-index.vue';
2
+
3
+ export default ServiceFlowDesginer;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ const desginerIndex = ;/* empty css */
3
+ module.exports = desginerIndex;
@@ -1,4 +1,4 @@
1
- import { default as ServiceFlowDesginer } from './designer/desginer-index.vue';
2
- import { default as WfEditor } from './wf-editor/wf-editor.vue';
1
+ import { default as ServiceFlowDesginer } from './designer';
2
+ import { default as WfEditor } from './wf-editor';
3
3
 
4
4
  export { ServiceFlowDesginer, WfEditor };
@@ -0,0 +1,3 @@
1
+ import { default as WfEditor } from './wf-editor.vue';
2
+
3
+ export default WfEditor;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ const wfEditor = require("./wf-editor.vue.js");
3
+ module.exports = wfEditor;
@@ -11,5 +11,5 @@ const _hoisted_2 = [
11
11
  function _sfc_render(_ctx, _cache) {
12
12
  return vue.openBlock(), vue.createElementBlock("div", null, _hoisted_2);
13
13
  }
14
- const wfEditor = /* @__PURE__ */ _pluginVue_exportHelper(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-e87c59d8"]]);
15
- module.exports = wfEditor;
14
+ const WfEditor = /* @__PURE__ */ _pluginVue_exportHelper(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-e87c59d8"]]);
15
+ module.exports = WfEditor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "service-flow-designer",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "AgileBuilder Service Flow Designer",
5
5
  "license": "ISC",
6
6
  "main": "dist/lib/index.js",