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.
- package/dist/es/designer/desginer-index.vue.js +2 -2
- package/dist/es/designer/index.d.ts +3 -0
- package/dist/es/designer/index.js +4 -0
- package/dist/es/index.d.ts +2 -2
- package/dist/es/wf-editor/index.d.ts +3 -0
- package/dist/es/wf-editor/index.js +4 -0
- package/dist/es/wf-editor/wf-editor.vue.js +2 -2
- package/dist/lib/designer/desginer-index.vue.js +2 -2
- package/dist/lib/designer/index.d.ts +3 -0
- package/dist/lib/designer/index.js +3 -0
- package/dist/lib/index.d.ts +2 -2
- package/dist/lib/wf-editor/index.d.ts +3 -0
- package/dist/lib/wf-editor/index.js +3 -0
- package/dist/lib/wf-editor/wf-editor.vue.js +2 -2
- package/package.json +1 -1
|
@@ -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
|
|
4
|
+
const ServiceFlowDesginer = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-9cfa34b7"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
ServiceFlowDesginer as default
|
|
7
7
|
};
|
package/dist/es/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { default as ServiceFlowDesginer } from './designer
|
|
2
|
-
import { default as WfEditor } from './wf-editor
|
|
1
|
+
import { default as ServiceFlowDesginer } from './designer';
|
|
2
|
+
import { default as WfEditor } from './wf-editor';
|
|
3
3
|
|
|
4
4
|
export { ServiceFlowDesginer, WfEditor };
|
|
@@ -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
|
|
13
|
+
const WfEditor = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-e87c59d8"]]);
|
|
14
14
|
export {
|
|
15
|
-
|
|
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
|
|
6
|
-
module.exports =
|
|
5
|
+
const ServiceFlowDesginer = /* @__PURE__ */ _pluginVue_exportHelper(desginerIndex_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-9cfa34b7"]]);
|
|
6
|
+
module.exports = ServiceFlowDesginer;
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { default as ServiceFlowDesginer } from './designer
|
|
2
|
-
import { default as WfEditor } from './wf-editor
|
|
1
|
+
import { default as ServiceFlowDesginer } from './designer';
|
|
2
|
+
import { default as WfEditor } from './wf-editor';
|
|
3
3
|
|
|
4
4
|
export { ServiceFlowDesginer, 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
|
|
15
|
-
module.exports =
|
|
14
|
+
const WfEditor = /* @__PURE__ */ _pluginVue_exportHelper(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-e87c59d8"]]);
|
|
15
|
+
module.exports = WfEditor;
|