@fecp/designer 5.6.23 → 5.6.26

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 (63) 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/dialog/useDialogDialog.mjs +1 -1
  8. package/es/designer/src/packages/dialogGlobal/index.vue.mjs +1 -1
  9. package/es/designer/src/packages/dialogGlobal/useDialogGlobalDialog.mjs +1 -1
  10. package/es/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.mjs +1 -1
  11. package/es/designer/src/packages/form/property/approvalHistory.vue.mjs +1 -1
  12. package/es/designer/src/packages/form/property/contract.vue.mjs +1 -1
  13. package/es/designer/src/packages/form/property/subForm.vue.mjs +1 -1
  14. package/es/designer/src/packages/form/property/widgets.vue.mjs +2 -2
  15. package/es/designer/src/packages/importantDataChange/index.vue.mjs +1 -1
  16. package/es/designer/src/packages/prod/index.vue.mjs +1 -1
  17. package/es/designer/src/packages/table/headerBtn.vue.mjs +1 -1
  18. package/es/designer.css +799 -799
  19. package/es/node_modules/element-plus/es/components/container/index.mjs +1 -1
  20. package/es/node_modules/element-plus/es/components/form/index.mjs +1 -1
  21. package/es/node_modules/element-plus/es/components/input/src/input.vue_vue_type_script_setup_true_lang.mjs +1 -1
  22. package/es/packages/vue/src/components/dialog/DialogRenderer.vue2.mjs +7 -7
  23. package/es/packages/vue/src/components/forms/form/Form.vue.mjs +2 -4
  24. package/es/packages/vue/src/components/forms/form/Form.vue2.mjs +1370 -0
  25. package/es/packages/vue/src/components/forms/form/FormAnchorNav.vue2.mjs +113 -0
  26. package/es/packages/vue/src/components/forms/form/RightAnchorNav.vue2.mjs +128 -0
  27. package/es/packages/vue/src/components/forms/form/index.mjs +2 -2
  28. package/es/packages/vue/src/components/forms/text/Text.vue.mjs +2 -1
  29. package/es/packages/vue/src/components/layout/layoutCard/LayoutCard.vue.mjs +4 -4
  30. package/es/packages/vue/src/components/table/Table.vue.mjs +2 -4
  31. package/es/packages/vue/src/components/table/TableColumn.vue.mjs +0 -2
  32. package/es/packages/vue/src/components/table/index.mjs +2 -2
  33. package/es/packages/vue/src/composables/usePageEvents.mjs +0 -2
  34. package/es/packages/vue/src/utils/eventFlowParser.mjs +9 -6
  35. package/lib/designer/package.json.js +1 -1
  36. package/lib/designer/src/components/DocumentParam.vue.js +1 -1
  37. package/lib/designer/src/components/ParamsConfig.vue2.js +1 -1
  38. package/lib/designer/src/layout/aside/HiddenFieldDialog.vue.js +1 -1
  39. package/lib/designer/src/packages/advancedFilter/ValueInput.vue2.js +1 -1
  40. package/lib/designer/src/packages/dataLinkage/index.vue.js +1 -1
  41. package/lib/designer/src/packages/dialog/useDialogDialog.js +1 -1
  42. package/lib/designer/src/packages/dialogGlobal/index.vue.js +1 -1
  43. package/lib/designer/src/packages/dialogGlobal/useDialogGlobalDialog.js +1 -1
  44. package/lib/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.js +1 -1
  45. package/lib/designer/src/packages/form/property/approvalHistory.vue.js +1 -1
  46. package/lib/designer/src/packages/form/property/contract.vue.js +1 -1
  47. package/lib/designer/src/packages/form/property/subForm.vue.js +1 -1
  48. package/lib/designer/src/packages/form/property/widgets.vue.js +2 -2
  49. package/lib/designer/src/packages/importantDataChange/index.vue.js +1 -1
  50. package/lib/designer/src/packages/prod/index.vue.js +1 -1
  51. package/lib/designer/src/packages/table/headerBtn.vue.js +1 -1
  52. package/lib/designer.css +799 -799
  53. package/lib/packages/vue/src/components/dialog/DialogRenderer.vue2.js +10 -10
  54. package/lib/packages/vue/src/components/forms/form/Form.vue.js +2 -4
  55. package/lib/packages/vue/src/components/forms/form/Form.vue2.js +1370 -0
  56. package/lib/packages/vue/src/components/forms/form/FormAnchorNav.vue2.js +113 -0
  57. package/lib/packages/vue/src/components/forms/form/RightAnchorNav.vue2.js +128 -0
  58. package/lib/packages/vue/src/components/forms/text/Text.vue.js +2 -1
  59. package/lib/packages/vue/src/components/table/Table.vue.js +2 -4
  60. package/lib/packages/vue/src/components/table/TableColumn.vue.js +0 -2
  61. package/lib/packages/vue/src/composables/usePageEvents.js +0 -2
  62. package/lib/packages/vue/src/utils/eventFlowParser.js +9 -6
  63. package/package.json +1 -1
@@ -0,0 +1,113 @@
1
+ import { ref, watch, createElementBlock, createCommentVNode, openBlock, createElementVNode, Fragment, renderList, withModifiers, normalizeClass, createTextVNode, toDisplayString } from "vue";
2
+ /* empty css */
3
+ import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
4
+ const _hoisted_1 = { class: "fec-form-links" };
5
+ const _hoisted_2 = ["href", "onClick"];
6
+ const _hoisted_3 = { class: "fec-form-link-content" };
7
+ const _hoisted_4 = {
8
+ key: 0,
9
+ class: "tab-count"
10
+ };
11
+ const _sfc_main = {
12
+ __name: "FormAnchorNav",
13
+ props: {
14
+ links: {
15
+ type: Array,
16
+ default: () => []
17
+ },
18
+ modelValue: {
19
+ type: [String, Number],
20
+ default: ""
21
+ },
22
+ fecFormRef: {
23
+ type: Object
24
+ }
25
+ },
26
+ emits: ["change", "update:modelValue"],
27
+ setup(__props, { emit: __emit }) {
28
+ var _a;
29
+ const props = __props;
30
+ const formAnchorRef = ref();
31
+ const emit = __emit;
32
+ watch(
33
+ () => props.links,
34
+ (newLinks) => {
35
+ if (newLinks.length && !props.modelValue) {
36
+ emit("update:modelValue", newLinks[0].id);
37
+ }
38
+ },
39
+ { immediate: true }
40
+ );
41
+ let isClickScrolling = false;
42
+ function handleClick(e, link) {
43
+ var _a2;
44
+ e.preventDefault();
45
+ emit("update:modelValue", link.id);
46
+ emit("change", link);
47
+ const fecForm = (_a2 = formAnchorRef.value) == null ? void 0 : _a2.closest(".fec-form");
48
+ const element = fecForm == null ? void 0 : fecForm.querySelector(`#comp_${link.id}`);
49
+ if (element) {
50
+ isClickScrolling = true;
51
+ element.scrollIntoView({ behavior: "smooth", block: "start" });
52
+ waitScrollEnd(() => {
53
+ isClickScrolling = false;
54
+ });
55
+ }
56
+ }
57
+ const scrollWrap = (_a = props.fecFormRef) == null ? void 0 : _a.$el.querySelector(".el-scrollbar__wrap");
58
+ scrollWrap == null ? void 0 : scrollWrap.addEventListener("scroll", onScroll);
59
+ function waitScrollEnd(callback) {
60
+ let timer = null;
61
+ if (!scrollWrap) return;
62
+ const handler = () => {
63
+ clearTimeout(timer);
64
+ timer = setTimeout(() => {
65
+ scrollWrap.removeEventListener("scroll", handler);
66
+ callback();
67
+ }, 150);
68
+ };
69
+ scrollWrap.addEventListener("scroll", handler);
70
+ }
71
+ function onScroll() {
72
+ if (isClickScrolling) return;
73
+ const top = scrollWrap.scrollTop;
74
+ let current = null;
75
+ for (const item of props.links) {
76
+ const el = document.getElementById(String(item.id));
77
+ if (!el) continue;
78
+ if (el.offsetTop <= top) current = item;
79
+ }
80
+ if (current) {
81
+ emit("update:modelValue", current.id);
82
+ }
83
+ }
84
+ return (_ctx, _cache) => {
85
+ return __props.links.length ? (openBlock(), createElementBlock("div", {
86
+ key: 0,
87
+ class: "fec-form-nav",
88
+ ref_key: "formAnchorRef",
89
+ ref: formAnchorRef
90
+ }, [
91
+ createElementVNode("div", _hoisted_1, [
92
+ (openBlock(true), createElementBlock(Fragment, null, renderList(__props.links, (link) => {
93
+ return openBlock(), createElementBlock("a", {
94
+ key: link.id,
95
+ href: `#${link.id}`,
96
+ class: normalizeClass(["fec-form-link-item", { "is-active": __props.modelValue == link.id }]),
97
+ onClick: withModifiers(($event) => handleClick($event, link), ["prevent"])
98
+ }, [
99
+ createElementVNode("span", _hoisted_3, [
100
+ createTextVNode(toDisplayString(link.title) + " ", 1),
101
+ link.count ? (openBlock(), createElementBlock("span", _hoisted_4, "(" + toDisplayString(link.count) + ")", 1)) : createCommentVNode("", true)
102
+ ])
103
+ ], 10, _hoisted_2);
104
+ }), 128))
105
+ ])
106
+ ], 512)) : createCommentVNode("", true);
107
+ };
108
+ }
109
+ };
110
+ const FormAnchorNav = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-1a0c9e5c"]]);
111
+ export {
112
+ FormAnchorNav as default
113
+ };
@@ -0,0 +1,128 @@
1
+ import "../../../../../../node_modules/element-plus/es/index.mjs";
2
+ /* empty css */
3
+ /* empty css */
4
+ /* empty css */
5
+ import { ref, watch, onMounted, createElementBlock, openBlock, createElementVNode, createVNode, createTextVNode, withCtx, Fragment, renderList, createBlock, withModifiers, createCommentVNode, toDisplayString } from "vue";
6
+ /* empty css */
7
+ import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
8
+ import { ElAnchor, ElAnchorLink } from "../../../../../../node_modules/element-plus/es/components/anchor/index.mjs";
9
+ const _hoisted_1 = { class: "anchor-nav" };
10
+ const _hoisted_2 = { key: 0 };
11
+ const _sfc_main = {
12
+ __name: "RightAnchorNav",
13
+ props: {
14
+ links: {
15
+ type: Array,
16
+ default: () => []
17
+ },
18
+ modelValue: {
19
+ type: [String, Number],
20
+ default: ""
21
+ },
22
+ fecFormRef: {
23
+ type: Object
24
+ }
25
+ },
26
+ emits: ["change", "update:modelValue"],
27
+ setup(__props, { emit: __emit }) {
28
+ var _a;
29
+ const props = __props;
30
+ const anchorRef = ref();
31
+ const emit = __emit;
32
+ watch(
33
+ () => props.links,
34
+ (newLinks) => {
35
+ if (newLinks.length && !props.modelValue) {
36
+ emit("update:modelValue", newLinks[0].id);
37
+ }
38
+ },
39
+ { immediate: true }
40
+ );
41
+ let isClickScrolling = false;
42
+ function handleClick(e, link) {
43
+ var _a2, _b;
44
+ e.preventDefault();
45
+ emit("update:modelValue", link.id);
46
+ emit("change", link);
47
+ const fecForm = (_b = (_a2 = anchorRef.value) == null ? void 0 : _a2.$el) == null ? void 0 : _b.closest(".fec-form");
48
+ const element = fecForm == null ? void 0 : fecForm.querySelector(`#comp_${link.id}`);
49
+ if (element) {
50
+ isClickScrolling = true;
51
+ element.scrollIntoView({ behavior: "smooth", block: "start" });
52
+ waitScrollEnd(() => {
53
+ isClickScrolling = false;
54
+ });
55
+ }
56
+ }
57
+ const scrollWrap = (_a = props.fecFormRef) == null ? void 0 : _a.$el.querySelector(".el-scrollbar__wrap");
58
+ scrollWrap == null ? void 0 : scrollWrap.addEventListener("scroll", onScroll);
59
+ function waitScrollEnd(callback) {
60
+ let timer = null;
61
+ if (!scrollWrap) return;
62
+ const handler = () => {
63
+ clearTimeout(timer);
64
+ timer = setTimeout(() => {
65
+ scrollWrap.removeEventListener("scroll", handler);
66
+ callback();
67
+ }, 150);
68
+ };
69
+ scrollWrap.addEventListener("scroll", handler);
70
+ }
71
+ function onScroll() {
72
+ var _a2;
73
+ if (isClickScrolling) return;
74
+ const top = scrollWrap.scrollTop;
75
+ let current = null;
76
+ for (const item of props.links) {
77
+ const el = document.getElementById(String(item.id));
78
+ if (!el) continue;
79
+ if (el.offsetTop - 70 <= top) current = item;
80
+ }
81
+ if (current) {
82
+ emit("update:modelValue", current.id);
83
+ (_a2 = anchorRef.value) == null ? void 0 : _a2.scrollTo(`#${current.id}`);
84
+ }
85
+ }
86
+ onMounted(() => {
87
+ var _a2;
88
+ (_a2 = anchorRef.value) == null ? void 0 : _a2.scrollTo(`#${props.modelValue}`);
89
+ });
90
+ return (_ctx, _cache) => {
91
+ const _component_el_anchor_link = ElAnchorLink;
92
+ const _component_el_anchor = ElAnchor;
93
+ return openBlock(), createElementBlock("div", _hoisted_1, [
94
+ _cache[0] || (_cache[0] = createElementVNode("div", { class: "anchor-title" }, [
95
+ createElementVNode("div", { class: "label-line" }),
96
+ createTextVNode(" 导航 ")
97
+ ], -1)),
98
+ createVNode(_component_el_anchor, {
99
+ type: "underline",
100
+ offset: 70,
101
+ ref_key: "anchorRef",
102
+ ref: anchorRef
103
+ }, {
104
+ default: withCtx(() => [
105
+ (openBlock(true), createElementBlock(Fragment, null, renderList(__props.links, (link) => {
106
+ return openBlock(), createBlock(_component_el_anchor_link, {
107
+ key: link.id,
108
+ href: `#${link.id}`,
109
+ onClick: withModifiers(($event) => handleClick($event, link), ["prevent"])
110
+ }, {
111
+ default: withCtx(() => [
112
+ createTextVNode(toDisplayString(link.title) + " ", 1),
113
+ link.count ? (openBlock(), createElementBlock("span", _hoisted_2, "(" + toDisplayString(link.count) + ")", 1)) : createCommentVNode("", true)
114
+ ]),
115
+ _: 2
116
+ }, 1032, ["href", "onClick"]);
117
+ }), 128))
118
+ ]),
119
+ _: 1
120
+ }, 512)
121
+ ]);
122
+ };
123
+ }
124
+ };
125
+ const RightAnchorNav = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-298a5455"]]);
126
+ export {
127
+ RightAnchorNav as default
128
+ };
@@ -1,6 +1,6 @@
1
- import Form$1 from "./Form.vue.mjs";
1
+ import _Form from "./Form.vue.mjs";
2
2
  import install from "../../../utils/install.mjs";
3
- const Form = install.withInstall("Form", Form$1);
3
+ const Form = install.withInstall("Form", _Form);
4
4
  export {
5
5
  Form,
6
6
  Form as default
@@ -160,6 +160,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
160
160
  fields: fieldsList,
161
161
  instance: {
162
162
  instance: {
163
+ ...instance,
163
164
  proxy: formCtx
164
165
  }
165
166
  },
@@ -265,7 +266,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
265
266
  };
266
267
  }
267
268
  });
268
- const _Text = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-750b92ed"]]);
269
+ const _Text = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-632db1b4"]]);
269
270
  export {
270
271
  _Text as default
271
272
  };
@@ -6,8 +6,8 @@ import { ArrowRight as arrow_right_default } from "../../../../../../node_module
6
6
  import { customDialog } from "../../dialog/customDialog/index.mjs";
7
7
  import api from "../../../api/index.mjs";
8
8
  import { getCurrentVueInstance } from "../../../utils/getInstance.mjs";
9
- import Form from "../../forms/form/Form.vue.mjs";
10
- import Table from "../../table/Table.vue.mjs";
9
+ import _Form from "../../forms/form/Form.vue.mjs";
10
+ import _Table from "../../table/Table.vue.mjs";
11
11
  import { cloneDeep, loadComponentByPath } from "../../../utils/common.mjs";
12
12
  /* empty css */
13
13
  import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
@@ -78,10 +78,10 @@ const _sfc_main = {
78
78
  }).then((res) => {
79
79
  const data = JSON.parse(res);
80
80
  if (data.formMode) {
81
- currentComponent.value = Form;
81
+ currentComponent.value = _Form;
82
82
  currentParams.value.modelValue = cloneDeep(props.morePageParams);
83
83
  } else {
84
- currentComponent.value = Table;
84
+ currentComponent.value = _Table;
85
85
  currentParams.value.initHiddenData = cloneDeep(props.morePageParams);
86
86
  currentParams.value.hasPagination = true;
87
87
  }
@@ -23,8 +23,6 @@ import { isEqual } from "../../utils/common.mjs";
23
23
  /* empty css */
24
24
  import "../../utils/formulajs/functionCore.mjs";
25
25
  import { useEventFlow } from "../../utils/eventFlow/eventFlowHandler.mjs";
26
- import "./index.mjs";
27
- import "../forms/form/index.mjs";
28
26
  /* empty css */
29
27
  /* empty css */
30
28
  /* empty css */
@@ -1028,7 +1026,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
1028
1026
  };
1029
1027
  }
1030
1028
  });
1031
- const Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-28ff595c"]]);
1029
+ const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-28ff595c"]]);
1032
1030
  export {
1033
- Table as default
1031
+ _Table as default
1034
1032
  };
@@ -13,8 +13,6 @@ import { removeEmptyValues } from "../../utils/common.mjs";
13
13
  /* empty css */
14
14
  import "../../utils/formulajs/functionCore.mjs";
15
15
  import { useEventFlow } from "../../utils/eventFlow/eventFlowHandler.mjs";
16
- import "./index.mjs";
17
- import "../forms/form/index.mjs";
18
16
  /* empty css */
19
17
  import _export_sfc from "../../../../../_virtual/_plugin-vue_export-helper.mjs";
20
18
  /* empty css */
@@ -1,6 +1,6 @@
1
- import Table$1 from "./Table.vue.mjs";
1
+ import _Table from "./Table.vue.mjs";
2
2
  import install from "../../utils/install.mjs";
3
- const Table = install.withInstall("Table", Table$1);
3
+ const Table = install.withInstall("Table", _Table);
4
4
  export {
5
5
  Table,
6
6
  Table as default
@@ -7,8 +7,6 @@ import { onUnmounted, onBeforeUnmount, onMounted } from "vue";
7
7
  /* empty css */
8
8
  import "../utils/formulajs/functionCore.mjs";
9
9
  import { useEventFlow } from "../utils/eventFlow/eventFlowHandler.mjs";
10
- import "../components/table/index.mjs";
11
- import "../components/forms/form/index.mjs";
12
10
  /* empty css */
13
11
  /* empty css */
14
12
  /* empty css */
@@ -291,19 +291,22 @@ class EventFlowParser {
291
291
  * 执行动作
292
292
  */
293
293
  async executeAction(node) {
294
- var _a, _b, _c, _d, _e, _f;
294
+ var _a, _b, _c, _d;
295
295
  const handler = this.actionHandlers[node.actionType];
296
296
  if (!handler) {
297
297
  throw new Error(`未找到动作处理器: ${node.actionType}`);
298
298
  }
299
+ const rawInstance = (_a = this.options) == null ? void 0 : _a.instance;
300
+ const isWrapped = rawInstance && !rawInstance.appContext && rawInstance.instance;
301
+ const instance = isWrapped ? rawInstance.instance : rawInstance;
299
302
  const context = {
300
303
  parser: this,
301
- instance: (_a = this.options) == null ? void 0 : _a.instance,
302
- ctx: (_c = (_b = this.options) == null ? void 0 : _b.instance) == null ? void 0 : _c.proxy,
303
- customActions: (_d = this.options) == null ? void 0 : _d.customActions,
304
- localConfig: (_e = this.options) == null ? void 0 : _e.localConfig,
304
+ instance,
305
+ ctx: (rawInstance == null ? void 0 : rawInstance.proxy) ?? (instance == null ? void 0 : instance.proxy),
306
+ customActions: (_b = this.options) == null ? void 0 : _b.customActions,
307
+ localConfig: (_c = this.options) == null ? void 0 : _c.localConfig,
305
308
  components: this.components,
306
- metadata: (_f = this.options) == null ? void 0 : _f.metadata
309
+ metadata: (_d = this.options) == null ? void 0 : _d.metadata
307
310
  };
308
311
  return await handler(node, this.data, this.fields, context);
309
312
  }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const version = "5.6.23";
3
+ const version = "5.6.26";
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 */
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const index = require("./index.vue2.js");
3
+ const index = require("./index.vue.js");
4
4
  const Vue = require("vue");
5
5
  function useDialogDialog() {
6
6
  const dialogDialogVisible = Vue.ref(false);
@@ -87,7 +87,7 @@ const widgets = require("../table/property/widgets.vue.js");
87
87
  require("../../../../node_modules/element-plus/theme-chalk/el-tab-pane.css.js");
88
88
  ;/* empty css */
89
89
  ;/* empty css */
90
- ;/* empty css */
90
+ ;/* empty css */
91
91
  ;/* empty css */
92
92
  ;/* empty css */
93
93
  ;/* empty css */
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const index = require("./index.vue2.js");
3
+ const index = require("./index.vue.js");
4
4
  const Vue = require("vue");
5
5
  function useDialogGlobalDialog() {
6
6
  const dialogGlobalDialogVisible = Vue.ref(false);
@@ -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");
@@ -20,7 +20,7 @@ const EventConfigButton = require("../../../components/EventConfigButton.vue.js"
20
20
  const Vue = require("vue");
21
21
  const common = require("../../utils/common.js");
22
22
  require("../../utils/eventBus.js");
23
- const ValueSelector = require("../../../components/ValueSelector.vue.js");
23
+ const ValueSelector = require("../../../components/ValueSelector.vue2.js");
24
24
  const index = require("../../../api/index.js");
25
25
  const ParamsConfig = require("../../../components/ParamsConfig.vue2.js");
26
26
  ;/* 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");
@@ -54,8 +54,8 @@ const _pluginVue_exportHelper = require("../../../../../_virtual/_plugin-vue_exp
54
54
  require("../../../components/TemplateSelector.vue.js");
55
55
  require("../../table/default.js");
56
56
  ;/* empty css */
57
- ;/* empty css */
58
- ;/* empty css */
57
+ ;/* empty css */
58
+ ;/* empty css */
59
59
  require("../../../store/index.js");
60
60
  ;/* empty css */
61
61
  const index$2 = require("../../../../../node_modules/element-plus/es/components/collapse/index.js");
@@ -7,7 +7,7 @@ require("../../../../node_modules/element-plus/es/index.js");
7
7
  ;/* empty css */
8
8
  ;/* empty css */
9
9
  const Vue = require("vue");
10
- const ValueSelector = require("../../components/ValueSelector.vue.js");
10
+ const ValueSelector = require("../../components/ValueSelector.vue2.js");
11
11
  const common = require("../utils/common.js");
12
12
  ;/* empty css */
13
13
  const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.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 */