@fecp/designer 5.5.92 → 5.5.94

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.
Files changed (51) hide show
  1. package/es/designer/package.json.mjs +1 -1
  2. package/es/designer/src/components/DocumentParam.vue.mjs +1 -1
  3. package/es/designer/src/components/ParamsConfig.vue2.mjs +1 -1
  4. package/es/designer/src/layout/aside/HiddenFieldDialog.vue.mjs +1 -1
  5. package/es/designer/src/packages/advancedFilter/ValueInput.vue2.mjs +1 -1
  6. package/es/designer/src/packages/dataLinkage/index.vue.mjs +1 -1
  7. package/es/designer/src/packages/dialogGlobal/index.vue.mjs +1 -1
  8. package/es/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.mjs +1 -1
  9. package/es/designer/src/packages/form/property/approvalHistory.vue.mjs +1 -1
  10. package/es/designer/src/packages/form/property/contract.vue.mjs +1 -1
  11. package/es/designer/src/packages/form/property/subForm.vue.mjs +1 -1
  12. package/es/designer/src/packages/prod/index.vue.mjs +1 -1
  13. package/es/designer/src/packages/table/headerBtn.vue.mjs +1 -1
  14. package/es/designer.css +55 -43
  15. package/es/packages/mobile/index.mjs +2 -0
  16. package/es/packages/mobile/src/components/all.mjs +2 -0
  17. package/es/packages/mobile/src/components/custom/appDetail/AppDetail.vue.mjs +33 -0
  18. package/es/packages/mobile/src/components/custom/appDetail/index.mjs +10 -0
  19. package/es/packages/mobile/src/components/navigation/tabs/Tabs.vue.mjs +9 -10
  20. package/es/packages/mobile/src/index.vue.mjs +21 -6
  21. package/es/packages/vue/src/components/dialog/DialogRenderer.vue2.mjs +1 -2
  22. package/es/packages/vue/src/components/forms/form/Form.vue.mjs +3 -2
  23. package/es/packages/vue/src/utils/datasource.mjs +10 -7
  24. package/es/packages/vue/src/utils/eventFlow/actionHandlers.mjs +5 -1
  25. package/es/packages/vue/src/utils/eventFlow/eventFlowHandler.mjs +5 -7
  26. package/lib/designer/package.json.js +1 -1
  27. package/lib/designer/src/components/DocumentParam.vue.js +1 -1
  28. package/lib/designer/src/components/ParamsConfig.vue2.js +1 -1
  29. package/lib/designer/src/layout/aside/HiddenFieldDialog.vue.js +1 -1
  30. package/lib/designer/src/packages/advancedFilter/ValueInput.vue2.js +1 -1
  31. package/lib/designer/src/packages/dataLinkage/index.vue.js +1 -1
  32. package/lib/designer/src/packages/dialogGlobal/index.vue.js +1 -1
  33. package/lib/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.js +1 -1
  34. package/lib/designer/src/packages/form/property/approvalHistory.vue.js +1 -1
  35. package/lib/designer/src/packages/form/property/contract.vue.js +1 -1
  36. package/lib/designer/src/packages/form/property/subForm.vue.js +1 -1
  37. package/lib/designer/src/packages/prod/index.vue.js +1 -1
  38. package/lib/designer/src/packages/table/headerBtn.vue.js +1 -1
  39. package/lib/designer.css +55 -43
  40. package/lib/packages/mobile/index.js +4 -2
  41. package/lib/packages/mobile/src/components/all.js +2 -0
  42. package/lib/packages/mobile/src/components/custom/appDetail/AppDetail.vue.js +33 -0
  43. package/lib/packages/mobile/src/components/custom/appDetail/index.js +10 -0
  44. package/lib/packages/mobile/src/components/navigation/tabs/Tabs.vue.js +8 -9
  45. package/lib/packages/mobile/src/index.vue.js +21 -6
  46. package/lib/packages/vue/src/components/dialog/DialogRenderer.vue2.js +1 -2
  47. package/lib/packages/vue/src/components/forms/form/Form.vue.js +3 -2
  48. package/lib/packages/vue/src/utils/datasource.js +10 -7
  49. package/lib/packages/vue/src/utils/eventFlow/actionHandlers.js +5 -1
  50. package/lib/packages/vue/src/utils/eventFlow/eventFlowHandler.js +5 -7
  51. package/package.json +1 -1
@@ -70,6 +70,7 @@ import { MobileTabbarItem } from "./src/components/navigation/tabbarItem/index.m
70
70
  import { MobileTreeSelect } from "./src/components/navigation/treeSelect/index.mjs";
71
71
  import { MobileLayout } from "./src/components/layout/layout/index.mjs";
72
72
  import { MobileTimeLineFilter } from "./src/components/custom/timeLineFilter/index.mjs";
73
+ import { MobileAppDetail } from "./src/components/custom/appDetail/index.mjs";
73
74
  import { closeDialog, showConfirmDialog, showDialog } from "./node_modules/vant/es/dialog/function-call.mjs";
74
75
  import { showImagePreview } from "./node_modules/vant/es/image-preview/function-call.mjs";
75
76
  import { closeNotify, showNotify } from "./node_modules/vant/es/notify/function-call.mjs";
@@ -85,6 +86,7 @@ const index = {
85
86
  export {
86
87
  MobileActionBar,
87
88
  MobileActionSheet,
89
+ MobileAppDetail,
88
90
  MobileBackTop,
89
91
  MobileButton,
90
92
  MobileCard,
@@ -66,9 +66,11 @@ import { MobileTabbarItem } from "./navigation/tabbarItem/index.mjs";
66
66
  import { MobileTreeSelect } from "./navigation/treeSelect/index.mjs";
67
67
  import { MobileLayout } from "./layout/layout/index.mjs";
68
68
  import { MobileTimeLineFilter } from "./custom/timeLineFilter/index.mjs";
69
+ import { MobileAppDetail } from "./custom/appDetail/index.mjs";
69
70
  export {
70
71
  MobileActionBar,
71
72
  MobileActionSheet,
73
+ MobileAppDetail,
72
74
  MobileBackTop,
73
75
  MobileButton,
74
76
  MobileCard,
@@ -0,0 +1,33 @@
1
+ import { createElementBlock, createCommentVNode, openBlock, createElementVNode } from "vue";
2
+ /* empty css */
3
+ import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
4
+ const _hoisted_1 = {
5
+ key: 0,
6
+ class: "route-wrapper"
7
+ };
8
+ const _sfc_main = {
9
+ __name: "AppDetail",
10
+ props: {
11
+ isDev: {
12
+ type: Boolean,
13
+ default: false
14
+ },
15
+ //任务对象+流程变量
16
+ data: {
17
+ type: Object,
18
+ default: {}
19
+ }
20
+ },
21
+ setup(__props) {
22
+ return (_ctx, _cache) => {
23
+ return __props.isDev ? (openBlock(), createElementBlock("div", _hoisted_1, _cache[0] || (_cache[0] = [
24
+ createElementVNode("div", { class: "route-hint" }, "根据配置动态显示审批详情页面", -1),
25
+ createElementVNode("div", { class: "route-hint" }, "传递 任务对象+流程变量 到页面中", -1)
26
+ ]))) : createCommentVNode("", true);
27
+ };
28
+ }
29
+ };
30
+ const _AppDetail = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-6cf862c9"]]);
31
+ export {
32
+ _AppDetail as default
33
+ };
@@ -0,0 +1,10 @@
1
+ import _AppDetail from "./AppDetail.vue.mjs";
2
+ import install from "../../../utils/install.mjs";
3
+ const MobileAppDetail = install.withInstall(
4
+ "MobileAppDetail",
5
+ _AppDetail
6
+ );
7
+ export {
8
+ MobileAppDetail,
9
+ MobileAppDetail as default
10
+ };
@@ -5,7 +5,7 @@
5
5
  /* empty css */
6
6
  /* empty css */
7
7
  /* empty css */
8
- import { computed, createElementBlock, openBlock, normalizeStyle, unref, createVNode, createElementVNode, mergeProps, isRef, withCtx, Fragment, renderList, createBlock, renderSlot } from "vue";
8
+ import { computed, createElementBlock, openBlock, normalizeStyle, unref, createVNode, createElementVNode, isRef, withCtx, Fragment, renderList, createBlock, mergeProps, renderSlot } from "vue";
9
9
  /* empty css */
10
10
  import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
11
11
  import { Tabs } from "../../../../node_modules/vant/es/tabs/index.mjs";
@@ -59,23 +59,22 @@ const _sfc_main = {
59
59
  class: "fec-tabs-container",
60
60
  style: normalizeStyle("height:" + unref(compHeight))
61
61
  }, [
62
- createVNode(_component_van_tabs, mergeProps(_ctx.$attrs, {
62
+ createVNode(_component_van_tabs, {
63
+ sticky: "",
63
64
  class: "fec-tabs",
64
65
  active: unref(activeName),
65
- "onUpdate:active": _cache[0] || (_cache[0] = ($event) => isRef(activeName) ? activeName.value = $event : null),
66
- animated: "",
67
- ellipsis: ""
68
- }), {
66
+ "onUpdate:active": _cache[0] || (_cache[0] = ($event) => isRef(activeName) ? activeName.value = $event : null)
67
+ }, {
69
68
  default: withCtx(() => [
70
69
  (openBlock(true), createElementBlock(Fragment, null, renderList(__props.options, (item) => {
71
70
  return openBlock(), createBlock(_component_van_tab, mergeProps({ ref_for: true }, item, {
72
- "show-zero-badge": false,
73
- replace: ""
71
+ replace: "",
72
+ "show-zero-badge": false
74
73
  }), null, 16);
75
74
  }), 256))
76
75
  ]),
77
76
  _: 1
78
- }, 16, ["active"]),
77
+ }, 8, ["active"]),
79
78
  createElementVNode("div", _hoisted_1, [
80
79
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
81
80
  ])
@@ -83,7 +82,7 @@ const _sfc_main = {
83
82
  };
84
83
  }
85
84
  };
86
- const _Tabs = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-aa810b00"]]);
85
+ const _Tabs = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a014f592"]]);
87
86
  export {
88
87
  _Tabs as default
89
88
  };
@@ -25,6 +25,10 @@ const _sfc_main = {
25
25
  appId: {
26
26
  type: String,
27
27
  default: ""
28
+ },
29
+ pageKey: {
30
+ type: String,
31
+ default: ""
28
32
  }
29
33
  },
30
34
  setup(__props) {
@@ -33,6 +37,7 @@ const _sfc_main = {
33
37
  const ctx = currentInstance.proxy;
34
38
  const pageList = ref({});
35
39
  const configLoading = ref(true);
40
+ const noTargetPage = ref(false);
36
41
  const loadConfig = async () => {
37
42
  var _a, _b;
38
43
  if (!props.appId) {
@@ -42,12 +47,20 @@ const _sfc_main = {
42
47
  try {
43
48
  let option = await api.getAppById(ctx.$http, props.appId);
44
49
  pageList.value = ((_a = JSON.parse(option.pageConfig)) == null ? void 0 : _a.pageConfig) || [];
45
- let homePage = pageList.value.find((page) => page.isHome);
46
- if (!homePage) {
47
- homePage = (_b = pageList.value) == null ? void 0 : _b[0];
48
- }
49
50
  pageHistory.clear();
50
51
  console.log("🚀 ~ pageList ~ pageList.value:", pageList.value);
52
+ let homePage;
53
+ if (props.pageKey) {
54
+ homePage = pageList.value.find((page) => page.isHome);
55
+ if (!homePage) {
56
+ noTargetPage.value = true;
57
+ }
58
+ } else {
59
+ homePage = pageList.value.find((page) => page.isHome);
60
+ if (!homePage) {
61
+ homePage = (_b = pageList.value) == null ? void 0 : _b[0];
62
+ }
63
+ }
51
64
  let pageId = homePage.id;
52
65
  if (homePage.footerType == "tabbar") {
53
66
  pageId = homePage.tabbarConfig.tabbarOptions[0].pageId;
@@ -76,7 +89,9 @@ const _sfc_main = {
76
89
  routePage.value = null;
77
90
  }
78
91
  pageHistory.push(targetPage);
92
+ noTargetPage.value = false;
79
93
  } else {
94
+ noTargetPage.value = true;
80
95
  currentPage.value = null;
81
96
  routePage.value = null;
82
97
  }
@@ -112,7 +127,7 @@ const _sfc_main = {
112
127
  ref: "fecMobileAppRef"
113
128
  }, {
114
129
  default: withCtx(() => [
115
- unref(currentPage) ? (openBlock(), createBlock(unref(MobilePage), {
130
+ !unref(noTargetPage) ? (openBlock(), createBlock(unref(MobilePage), {
116
131
  key: 0,
117
132
  parentPage: unref(currentPage),
118
133
  routePage: unref(routePage)
@@ -127,7 +142,7 @@ const _sfc_main = {
127
142
  };
128
143
  }
129
144
  };
130
- const MobileApp = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-e580f40a"]]);
145
+ const MobileApp = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-67de5a65"]]);
131
146
  export {
132
147
  MobileApp as default
133
148
  };
@@ -213,8 +213,7 @@ const _sfc_main = {
213
213
  form: props.componentCtx,
214
214
  table: props.componentCtx
215
215
  },
216
- row: props.formData,
217
- item: {}
216
+ row: props.formData
218
217
  });
219
218
  }
220
219
  emit("confirm", tableSelectionRows.value);
@@ -647,12 +647,13 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
647
647
  (item) => item.isApproval
648
648
  );
649
649
  };
650
- const handleApprovalEvent = () => {
650
+ const handleApprovalEvent = (isSubmit) => {
651
651
  return new Promise((resolve, reject) => {
652
652
  var _a, _b;
653
653
  const actions = ((_a = localConfig.value.pageFooterConfig) == null ? void 0 : _a.actions) || [];
654
654
  const approvalAction = actions.find((item) => item.isApproval);
655
655
  if (approvalAction) {
656
+ ({ ...approvalAction });
656
657
  handleEvent.value(
657
658
  formData.value,
658
659
  approvalAction,
@@ -1274,7 +1275,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
1274
1275
  };
1275
1276
  }
1276
1277
  });
1277
- const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-d12d82a2"]]);
1278
+ const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-b66ca14e"]]);
1278
1279
  export {
1279
1280
  _Form as default
1280
1281
  };
@@ -26,6 +26,7 @@ class DataSourceManager {
26
26
  this.data = reactive({});
27
27
  this.contextData = options.data || null;
28
28
  this.fields = options.fields || [];
29
+ this.notShowMessage = options.notShowMessage || false;
29
30
  this.events = {
30
31
  loaded: [],
31
32
  error: []
@@ -153,21 +154,23 @@ class DataSourceManager {
153
154
  response = await this.http.get(url, { params });
154
155
  break;
155
156
  case "post":
156
- if (currentDs.contentType === "formData") {
157
- response = await this.http.postForm(url, params, requestConfig);
157
+ if (this.notShowMessage) {
158
+ response = await this.http.postNoMessage(url, params);
159
+ } else if (currentDs.contentType === "formData") {
160
+ response = await this.http.postForm(url, params);
158
161
  } else if (currentDs.contentType === "download") {
159
- await this.http.download(url, params, requestConfig);
162
+ await this.http.download(url, params);
160
163
  } else if (currentDs.contentType === "upload") {
161
- response = await this.http.upload(url, params, requestConfig);
164
+ response = await this.http.upload(url, params);
162
165
  } else {
163
- response = await this.http.post(url, params, requestConfig);
166
+ response = await this.http.post(url, params);
164
167
  }
165
168
  break;
166
169
  case "put":
167
170
  if (currentDs.contentType === "formData") {
168
- response = await this.http.putForm(url, params, requestConfig);
171
+ response = await this.http.putForm(url, params);
169
172
  } else {
170
- response = await this.http.put(url, params, requestConfig);
173
+ response = await this.http.put(url, params);
171
174
  }
172
175
  break;
173
176
  case "delete":
@@ -142,8 +142,11 @@ async function handlePageGoBack(node, data, fields, context) {
142
142
  }
143
143
  }
144
144
  async function handleApiCall(node, data, fields, context, params) {
145
+ var _a;
145
146
  console.log("[EventFlow] 执行API调用:", node.basic);
146
147
  const basic = node.basic || {};
148
+ const metadata = context.metadata || {};
149
+ const isApproval = ((_a = metadata == null ? void 0 : metadata.item) == null ? void 0 : _a.isApproval) || false;
147
150
  if (!basic.dataSourceId) {
148
151
  return {
149
152
  success: false,
@@ -165,7 +168,8 @@ async function handleApiCall(node, data, fields, context, params) {
165
168
  currentDataSourceId: basic.dataSourceId,
166
169
  showSuccessMessage: basic.showSuccessMessage,
167
170
  data,
168
- fields
171
+ fields,
172
+ notShowMessage: isApproval
169
173
  });
170
174
  try {
171
175
  const result = await dataSourceManager.fetch();
@@ -9,7 +9,6 @@ async function executeEventFlow(params) {
9
9
  onSuccess,
10
10
  onError,
11
11
  row,
12
- item,
13
12
  metadata
14
13
  } = params;
15
14
  if (!eventFlow) {
@@ -50,7 +49,7 @@ function createEventFlowHandler(options = {}) {
50
49
  components = {},
51
50
  metadata = {}
52
51
  } = options;
53
- return async function handleEvent(row, item, eventConfig) {
52
+ return async function handleEvent(row, item2, eventConfig) {
54
53
  if (eventConfig && eventConfig.eventFlow) {
55
54
  return await executeEventFlow({
56
55
  eventFlow: eventConfig.eventFlow,
@@ -61,13 +60,12 @@ function createEventFlowHandler(options = {}) {
61
60
  onSuccess,
62
61
  onError,
63
62
  row,
64
- item,
65
- metadata
63
+ metadata: { ...metadata, item: item2 }
66
64
  });
67
65
  }
68
66
  };
69
67
  }
70
- function getEventHandlers(item, row, eventHandler, eventConfigs) {
68
+ function getEventHandlers(item2, row, eventHandler, eventConfigs) {
71
69
  const handlers = {};
72
70
  if (!eventConfigs) {
73
71
  return handlers;
@@ -75,7 +73,7 @@ function getEventHandlers(item, row, eventHandler, eventConfigs) {
75
73
  eventConfigs.forEach((eventConfig) => {
76
74
  if (!eventConfig.name) return;
77
75
  const eventName = eventConfig.name.toLowerCase();
78
- handlers[eventName] = () => eventHandler(row, item, eventConfig);
76
+ handlers[eventName] = () => eventHandler(row, item2, eventConfig);
79
77
  });
80
78
  return handlers;
81
79
  }
@@ -83,7 +81,7 @@ function useEventFlow(options = {}) {
83
81
  const handleEvent = createEventFlowHandler(options);
84
82
  return {
85
83
  handleEvent,
86
- getEventHandlers: (item, row, eventConfig) => getEventHandlers(item, row, handleEvent, eventConfig)
84
+ getEventHandlers: (item2, row, eventConfig) => getEventHandlers(item2, row, handleEvent, eventConfig)
87
85
  };
88
86
  }
89
87
  export {
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const version = "5.5.92";
3
+ const version = "5.5.94";
4
4
  const packageJson = {
5
5
  version
6
6
  };
@@ -11,7 +11,7 @@ require("../../../node_modules/element-plus/es/index.js");
11
11
  ;/* empty css */
12
12
  const Vue = require("vue");
13
13
  const index$2 = require("../../../node_modules/@element-plus/icons-vue/dist/index.js");
14
- const ValueSelector = require("./ValueSelector.vue.js");
14
+ const ValueSelector = require("./ValueSelector.vue2.js");
15
15
  const index = require("../api/index.js");
16
16
  ;/* empty css */
17
17
  const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js");
@@ -6,7 +6,7 @@ require("../../../node_modules/element-plus/es/index.js");
6
6
  ;/* empty css */
7
7
  const Vue = require("vue");
8
8
  const index$1 = require("../../../node_modules/@element-plus/icons-vue/dist/index.js");
9
- const ValueSelector = require("./ValueSelector.vue.js");
9
+ const ValueSelector = require("./ValueSelector.vue2.js");
10
10
  ;/* empty css */
11
11
  const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js");
12
12
  const index = require("../../../node_modules/element-plus/es/components/button/index.js");
@@ -18,7 +18,7 @@ const index$2 = require("../../../../node_modules/@element-plus/icons-vue/dist/i
18
18
  const common = require("../../packages/utils/common.js");
19
19
  const index$5 = require("../../packages/form/aside/index.js");
20
20
  const index$6 = require("../../packages/table/aside/index.js");
21
- const ValueSelector = require("../../components/ValueSelector.vue.js");
21
+ const ValueSelector = require("../../components/ValueSelector.vue2.js");
22
22
  ;/* empty css */
23
23
  const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.js");
24
24
  const index = require("../../../../node_modules/element-plus/es/components/dialog/index.js");
@@ -16,7 +16,7 @@ require("../../../../node_modules/element-plus/theme-chalk/el-tooltip.css.js");
16
16
  require("../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.js");
17
17
  const Vue = require("vue");
18
18
  const index = require("../../../../node_modules/@vueuse/core/dist/index.js");
19
- const ValueSelector = require("../../components/ValueSelector.vue.js");
19
+ const ValueSelector = require("../../components/ValueSelector.vue2.js");
20
20
  const index$1 = require("../../api/index.js");
21
21
  const common = require("../utils/common.js");
22
22
  const datasource = require("../utils/datasource.js");
@@ -32,7 +32,7 @@ require("../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.js
32
32
  ;/* empty css */
33
33
  ;/* empty css */
34
34
  const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.js");
35
- ;/* empty css */
35
+ ;/* empty css */
36
36
  const index$8 = require("../../api/index.js");
37
37
  ;/* empty css */
38
38
  ;/* empty css */
@@ -86,7 +86,7 @@ const widgets = require("../table/property/widgets.vue.js");
86
86
  require("../../../../node_modules/element-plus/theme-chalk/el-tab-pane.css.js");
87
87
  ;/* empty css */
88
88
  ;/* empty css */
89
- ;/* empty css */
89
+ ;/* empty css */
90
90
  ;/* empty css */
91
91
  ;/* empty css */
92
92
  ;/* empty css */
@@ -6,7 +6,7 @@ require("../../../../../../node_modules/element-plus/es/index.js");
6
6
  ;/* empty css */
7
7
  const Vue = require("vue");
8
8
  const RiskSchemeSelector = require("../../../../components/RiskSchemeSelector.vue2.js");
9
- const ValueSelector = require("../../../../components/ValueSelector.vue.js");
9
+ const ValueSelector = require("../../../../components/ValueSelector.vue2.js");
10
10
  const ParamsConfig = require("../../../../components/ParamsConfig.vue2.js");
11
11
  const index = require("../../../../../../node_modules/element-plus/es/components/form/index.js");
12
12
  const index$1 = require("../../../../../../node_modules/element-plus/es/components/switch/index.js");
@@ -13,7 +13,7 @@ require("../../../../../node_modules/element-plus/es/index.js");
13
13
  const Vue = require("vue");
14
14
  const common = require("../../utils/common.js");
15
15
  const eventBus = require("../../utils/eventBus.js");
16
- const ValueSelector = require("../../../components/ValueSelector.vue.js");
16
+ const ValueSelector = require("../../../components/ValueSelector.vue2.js");
17
17
  const index = require("../../../../../node_modules/element-plus/es/components/collapse/index.js");
18
18
  const index$1 = require("../../../../../node_modules/element-plus/es/components/form/index.js");
19
19
  const index$2 = require("../../../../../node_modules/element-plus/es/components/input/index.js");
@@ -19,7 +19,7 @@ require("../../../../../node_modules/element-plus/es/index.js");
19
19
  const Vue = require("vue");
20
20
  const common = require("../../utils/common.js");
21
21
  require("../../utils/eventBus.js");
22
- const ValueSelector = require("../../../components/ValueSelector.vue.js");
22
+ const ValueSelector = require("../../../components/ValueSelector.vue2.js");
23
23
  const index = require("../../../api/index.js");
24
24
  const ParamsConfig = require("../../../components/ParamsConfig.vue2.js");
25
25
  ;/* empty css */
@@ -14,7 +14,7 @@ const Vue = require("vue");
14
14
  const common = require("../../utils/common.js");
15
15
  const TemplateSelector = require("../../../components/TemplateSelector.vue2.js");
16
16
  const eventBus = require("../../utils/eventBus.js");
17
- const ValueSelector = require("../../../components/ValueSelector.vue.js");
17
+ const ValueSelector = require("../../../components/ValueSelector.vue2.js");
18
18
  const ParamsConfig = require("../../../components/ParamsConfig.vue2.js");
19
19
  const index = require("../../../../../node_modules/element-plus/es/components/collapse/index.js");
20
20
  const index$1 = require("../../../../../node_modules/element-plus/es/components/form/index.js");
@@ -16,7 +16,7 @@ require("../../../../node_modules/element-plus/es/index.js");
16
16
  const Vue = require("vue");
17
17
  const index$6 = require("../../../../node_modules/@element-plus/icons-vue/dist/index.js");
18
18
  const common = require("../utils/common.js");
19
- const ValueSelector = require("../../components/ValueSelector.vue.js");
19
+ const ValueSelector = require("../../components/ValueSelector.vue2.js");
20
20
  const index = require("../../api/index.js");
21
21
  ;/* empty css */
22
22
  const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.js");
@@ -47,7 +47,7 @@ const index$1 = require("../../../../node_modules/@element-plus/icons-vue/dist/i
47
47
  ;/* empty css */
48
48
  require("../../store/index.js");
49
49
  ;/* empty css */
50
- ;/* empty css */
50
+ ;/* empty css */
51
51
  ;/* empty css */
52
52
  ;/* empty css */
53
53
  ;/* empty css */