@fecp/designer 5.4.75 → 5.4.76

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 (41) 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/components/SubTitle.vue.mjs +1 -1
  12. package/es/designer/src/packages/form/property/approvalHistory.vue.mjs +1 -1
  13. package/es/designer/src/packages/form/property/contract.vue.mjs +1 -1
  14. package/es/designer/src/packages/form/property/subForm.vue.mjs +1 -1
  15. package/es/designer/src/packages/form/property/widgets.vue.mjs +2 -2
  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 +10 -10
  19. package/es/packages/mobile/src/components/base/card/Card.vue.mjs +2 -2
  20. package/es/packages/vue/src/components/forms/subTitle/SubTitle.vue.mjs +1 -1
  21. package/lib/designer/package.json.js +1 -1
  22. package/lib/designer/src/components/DocumentParam.vue.js +1 -1
  23. package/lib/designer/src/components/ParamsConfig.vue2.js +1 -1
  24. package/lib/designer/src/layout/aside/HiddenFieldDialog.vue.js +1 -1
  25. package/lib/designer/src/packages/advancedFilter/ValueInput.vue2.js +1 -1
  26. package/lib/designer/src/packages/dataLinkage/index.vue.js +1 -1
  27. package/lib/designer/src/packages/dialog/useDialogDialog.js +1 -1
  28. package/lib/designer/src/packages/dialogGlobal/index.vue.js +1 -1
  29. package/lib/designer/src/packages/dialogGlobal/useDialogGlobalDialog.js +1 -1
  30. package/lib/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.js +1 -1
  31. package/lib/designer/src/packages/form/components/SubTitle.vue.js +1 -1
  32. package/lib/designer/src/packages/form/property/approvalHistory.vue.js +1 -1
  33. package/lib/designer/src/packages/form/property/contract.vue.js +1 -1
  34. package/lib/designer/src/packages/form/property/subForm.vue.js +1 -1
  35. package/lib/designer/src/packages/form/property/widgets.vue.js +2 -2
  36. package/lib/designer/src/packages/prod/index.vue.js +1 -1
  37. package/lib/designer/src/packages/table/headerBtn.vue.js +1 -1
  38. package/lib/designer.css +10 -10
  39. package/lib/packages/mobile/src/components/base/card/Card.vue.js +2 -2
  40. package/lib/packages/vue/src/components/forms/subTitle/SubTitle.vue.js +1 -1
  41. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- const version = "5.4.75";
1
+ const version = "5.4.76";
2
2
  const packageJson = {
3
3
  version
4
4
  };
@@ -9,7 +9,7 @@ import "../../../node_modules/element-plus/es/index.mjs";
9
9
  /* empty css */
10
10
  import { computed, ref, createElementBlock, openBlock, createBlock, unref, withCtx, createTextVNode, createElementVNode, Fragment, renderList, createVNode } from "vue";
11
11
  import { Plus as plus_default, Delete as delete_default } from "../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
12
- import ValueSelector from "./ValueSelector.vue.mjs";
12
+ import ValueSelector from "./ValueSelector.vue2.mjs";
13
13
  import api from "../api/index.mjs";
14
14
  /* empty css */
15
15
  import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
@@ -4,7 +4,7 @@ import "../../../node_modules/element-plus/es/index.mjs";
4
4
  /* empty css */
5
5
  import { computed, createElementBlock, openBlock, createBlock, unref, withCtx, createTextVNode, createElementVNode, Fragment, renderList, createVNode } from "vue";
6
6
  import { Plus as plus_default, Delete as delete_default } from "../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
7
- import ValueSelector from "./ValueSelector.vue.mjs";
7
+ import ValueSelector from "./ValueSelector.vue2.mjs";
8
8
  /* empty css */
9
9
  import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
10
10
  import { ElButton } from "../../../node_modules/element-plus/es/components/button/index.mjs";
@@ -16,7 +16,7 @@ import { Plus as plus_default, RefreshRight as refresh_right_default, Delete as
16
16
  import { getEditConfigData, getEditingType, cloneDeep, getEditConfigDataFields } from "../../packages/utils/common.mjs";
17
17
  import { defaultProperty } from "../../packages/form/aside/index.mjs";
18
18
  import { defaultProperty as defaultProperty$1 } from "../../packages/table/aside/index.mjs";
19
- import ValueSelector from "../../components/ValueSelector.vue.mjs";
19
+ import ValueSelector from "../../components/ValueSelector.vue2.mjs";
20
20
  /* empty css */
21
21
  import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
22
22
  import { ElDialog } from "../../../../node_modules/element-plus/es/components/dialog/index.mjs";
@@ -14,7 +14,7 @@ import "../../../../node_modules/element-plus/theme-chalk/el-tooltip.css.mjs";
14
14
  import "../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.mjs";
15
15
  import { computed, watch, ref, createElementBlock, unref, openBlock, createBlock, isRef, createVNode, createElementVNode, withCtx, Fragment, renderList } from "vue";
16
16
  import { useVModel } from "../../../../node_modules/@vueuse/core/dist/index.mjs";
17
- import ValueSelector from "../../components/ValueSelector.vue.mjs";
17
+ import ValueSelector from "../../components/ValueSelector.vue2.mjs";
18
18
  import api from "../../api/index.mjs";
19
19
  import { getEditConfigDataSources } from "../utils/common.mjs";
20
20
  import { createDataSource } from "../utils/datasource.mjs";
@@ -30,7 +30,7 @@ import "../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.mjs
30
30
  /* empty css */
31
31
  /* empty css */
32
32
  import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
33
- /* empty css */
33
+ /* empty css */
34
34
  import "../../axios/config.mjs";
35
35
  import "../../../../_virtual/FileSaver.min.mjs";
36
36
  import "../../../../_virtual/index.mjs";
@@ -1,4 +1,4 @@
1
- import DialogDialog from "./index.vue2.mjs";
1
+ import DialogDialog from "./index.vue.mjs";
2
2
  import { ref } from "vue";
3
3
  function useDialogDialog() {
4
4
  const dialogDialogVisible = ref(false);
@@ -84,7 +84,7 @@ import widgets from "../table/property/widgets.vue.mjs";
84
84
  import "../../../../node_modules/element-plus/theme-chalk/el-tab-pane.css.mjs";
85
85
  /* empty css */
86
86
  /* empty css */
87
- /* empty css */
87
+ /* empty css */
88
88
  /* empty css */
89
89
  /* empty css */
90
90
  /* empty css */
@@ -1,4 +1,4 @@
1
- import DialogGlobalDialog from "./index.vue2.mjs";
1
+ import DialogGlobalDialog from "./index.vue.mjs";
2
2
  import { ref } from "vue";
3
3
  function useDialogGlobalDialog() {
4
4
  const dialogGlobalDialogVisible = ref(false);
@@ -4,7 +4,7 @@ import "../../../../../../node_modules/element-plus/es/index.mjs";
4
4
  /* empty css */
5
5
  import { createElementBlock, openBlock, Fragment, createVNode, withCtx } from "vue";
6
6
  import RiskSchemeSelector from "../../../../components/RiskSchemeSelector.vue2.mjs";
7
- import ValueSelector from "../../../../components/ValueSelector.vue.mjs";
7
+ import ValueSelector from "../../../../components/ValueSelector.vue2.mjs";
8
8
  import ParamsConfig from "../../../../components/ParamsConfig.vue2.mjs";
9
9
  import { ElFormItem } from "../../../../../../node_modules/element-plus/es/components/form/index.mjs";
10
10
  import { ElSwitch } from "../../../../../../node_modules/element-plus/es/components/switch/index.mjs";
@@ -21,7 +21,7 @@ const _sfc_main = {
21
21
  };
22
22
  }
23
23
  };
24
- const SubTitle = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-9a8598bc"]]);
24
+ const SubTitle = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-3aa9ec17"]]);
25
25
  export {
26
26
  SubTitle as default
27
27
  };
@@ -11,7 +11,7 @@ import "../../../../../node_modules/element-plus/es/index.mjs";
11
11
  import { computed, ref, watch, createBlock, openBlock, unref, isRef, withCtx, createVNode, createElementBlock, createCommentVNode, createTextVNode, Fragment } from "vue";
12
12
  import { getCurrentItem, getEditConfigData } from "../../utils/common.mjs";
13
13
  import emitter from "../../utils/eventBus.mjs";
14
- import ValueSelector from "../../../components/ValueSelector.vue.mjs";
14
+ import ValueSelector from "../../../components/ValueSelector.vue2.mjs";
15
15
  import { ElCollapse, ElCollapseItem } from "../../../../../node_modules/element-plus/es/components/collapse/index.mjs";
16
16
  import { ElForm, ElFormItem } from "../../../../../node_modules/element-plus/es/components/form/index.mjs";
17
17
  import { ElInput } from "../../../../../node_modules/element-plus/es/components/input/index.mjs";
@@ -17,7 +17,7 @@ import "../../../../../node_modules/element-plus/es/index.mjs";
17
17
  import { computed, ref, createBlock, openBlock, withCtx, createVNode, createTextVNode, createElementBlock, Fragment, renderList } from "vue";
18
18
  import { getCurrentItem } from "../../utils/common.mjs";
19
19
  import "../../utils/eventBus.mjs";
20
- import ValueSelector from "../../../components/ValueSelector.vue.mjs";
20
+ import ValueSelector from "../../../components/ValueSelector.vue2.mjs";
21
21
  import api from "../../../api/index.mjs";
22
22
  import ParamsConfig from "../../../components/ParamsConfig.vue2.mjs";
23
23
  /* empty css */
@@ -12,7 +12,7 @@ import { computed, ref, createBlock, openBlock, unref, isRef, withCtx, createVNo
12
12
  import { getCurrentItem, getEditConfigData } from "../../utils/common.mjs";
13
13
  import TemplateSelector from "../../../components/TemplateSelector.vue2.mjs";
14
14
  import emitter from "../../utils/eventBus.mjs";
15
- import ValueSelector from "../../../components/ValueSelector.vue.mjs";
15
+ import ValueSelector from "../../../components/ValueSelector.vue2.mjs";
16
16
  import ParamsConfig from "../../../components/ParamsConfig.vue2.mjs";
17
17
  import { ElCollapse, ElCollapseItem } from "../../../../../node_modules/element-plus/es/components/collapse/index.mjs";
18
18
  import { ElForm, ElFormItem } from "../../../../../node_modules/element-plus/es/components/form/index.mjs";
@@ -52,8 +52,8 @@ import _export_sfc from "../../../../../_virtual/_plugin-vue_export-helper.mjs";
52
52
  import "../../../components/TemplateSelector.vue.mjs";
53
53
  import "../../table/default.mjs";
54
54
  /* empty css */
55
- /* empty css */
56
- /* empty css */
55
+ /* empty css */
56
+ /* empty css */
57
57
  import "../../../store/index.mjs";
58
58
  /* empty css */
59
59
  import { ElCollapse, ElCollapseItem } from "../../../../../node_modules/element-plus/es/components/collapse/index.mjs";
@@ -14,7 +14,7 @@ import "../../../../node_modules/element-plus/es/index.mjs";
14
14
  import { useModel, ref, watch, computed, createBlock, openBlock, withCtx, createVNode, createElementVNode, createElementBlock, Fragment, renderList, createTextVNode, unref } from "vue";
15
15
  import { Plus as plus_default } from "../../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
16
16
  import { getEditConfigData, getEditConfigDataFields, setEditConfigData } from "../utils/common.mjs";
17
- import ValueSelector from "../../components/ValueSelector.vue.mjs";
17
+ import ValueSelector from "../../components/ValueSelector.vue2.mjs";
18
18
  import api from "../../api/index.mjs";
19
19
  /* empty css */
20
20
  import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
@@ -45,7 +45,7 @@ import { Connection as connection_default, Grid as grid_default, ChatLineSquare
45
45
  /* empty css */
46
46
  import "../../store/index.mjs";
47
47
  /* empty css */
48
- /* empty css */
48
+ /* empty css */
49
49
  /* empty css */
50
50
  /* empty css */
51
51
  /* empty css */
package/es/designer.css CHANGED
@@ -4606,14 +4606,14 @@ to {
4606
4606
  }
4607
4607
  [data-v-09ce9664] .el-radio:last-of-type {
4608
4608
  margin-right: 0;
4609
- }.fec-subTitle[data-v-9a8598bc] {
4609
+ }.fec-subTitle[data-v-3aa9ec17] {
4610
4610
  width: 100%;
4611
4611
  height: 100%;
4612
4612
  display: flex;
4613
4613
  align-items: center;
4614
4614
  padding: 0 20px;
4615
4615
  }
4616
- .fec-subTitle .fec-label-line[data-v-9a8598bc] {
4616
+ .fec-subTitle .fec-label-line[data-v-3aa9ec17] {
4617
4617
  width: 3px;
4618
4618
  height: 13px;
4619
4619
  background-color: var(--el-color-primary);
@@ -4621,13 +4621,13 @@ to {
4621
4621
  margin-right: 6px;
4622
4622
  border-radius: 2px;
4623
4623
  }
4624
- .fec-subTitle .fec-label-title[data-v-9a8598bc] {
4625
- font-size: 17px;
4624
+ .fec-subTitle .fec-label-title[data-v-3aa9ec17] {
4625
+ font-size: 15px;
4626
4626
  font-weight: 600;
4627
4627
  color: #1a1a1a;
4628
4628
  margin: 0 8px;
4629
4629
  }
4630
- .fec-subTitle .fec-label-line-query[data-v-9a8598bc] {
4630
+ .fec-subTitle .fec-label-line-query[data-v-3aa9ec17] {
4631
4631
  height: 1px;
4632
4632
  flex-grow: 1;
4633
4633
  margin-left: 10px;
@@ -5471,14 +5471,14 @@ body,
5471
5471
  overflow: hidden;
5472
5472
  text-overflow: ellipsis;
5473
5473
  position: relative;
5474
- }.fec-sub-title[data-v-fa65f3d4] {
5474
+ }.fec-sub-title[data-v-0105f658] {
5475
5475
  width: 100%;
5476
5476
  height: 100%;
5477
5477
  display: flex;
5478
5478
  align-items: center;
5479
5479
  padding: 0 10px;
5480
5480
  }
5481
- .fec-sub-title .fec-label-line[data-v-fa65f3d4] {
5481
+ .fec-sub-title .fec-label-line[data-v-0105f658] {
5482
5482
  width: 3px;
5483
5483
  height: 13px;
5484
5484
  background-color: var(--el-color-primary);
@@ -5486,13 +5486,13 @@ body,
5486
5486
  margin-right: 6px;
5487
5487
  border-radius: 2px;
5488
5488
  }
5489
- .fec-sub-title .fec-label-title[data-v-fa65f3d4] {
5490
- font-size: 17px;
5489
+ .fec-sub-title .fec-label-title[data-v-0105f658] {
5490
+ font-size: 15px;
5491
5491
  font-weight: 600;
5492
5492
  color: #1a1a1a;
5493
5493
  margin: 0 8px;
5494
5494
  }
5495
- .fec-sub-title .fec-label-line-query[data-v-fa65f3d4] {
5495
+ .fec-sub-title .fec-label-line-query[data-v-0105f658] {
5496
5496
  height: 1px;
5497
5497
  flex-grow: 1;
5498
5498
  margin-left: 10px;
@@ -6,13 +6,13 @@
6
6
  /* empty css */
7
7
  /* empty css */
8
8
  import { createBlock, openBlock, withCtx, createVNode, renderSlot } from "vue";
9
+ /* empty css */
10
+ import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
9
11
  /* empty css */
10
12
  /* empty css */
11
13
  /* empty css */
12
14
  /* empty css */
13
15
  /* empty css */
14
- /* empty css */
15
- import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
16
16
  import { SwipeCell } from "../../../../../../node_modules/vant/es/swipe-cell/index.mjs";
17
17
  import { showConfirmDialog } from "../../../../../../node_modules/vant/es/dialog/function-call.mjs";
18
18
  import "../../../../../../node_modules/vant/es/dialog/index.mjs";
@@ -21,7 +21,7 @@ const _sfc_main = {
21
21
  };
22
22
  }
23
23
  };
24
- const _SubTitle = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-fa65f3d4"]]);
24
+ const _SubTitle = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-0105f658"]]);
25
25
  export {
26
26
  _SubTitle as default
27
27
  };
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const version = "5.4.75";
3
+ const version = "5.4.76";
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
  require("../../axios/config.js");
37
37
  require("../../../../_virtual/FileSaver.min.js");
38
38
  require("../../../../_virtual/index.js");
@@ -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);
@@ -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 */
@@ -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");
@@ -23,5 +23,5 @@ const _sfc_main = {
23
23
  };
24
24
  }
25
25
  };
26
- const SubTitle = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-9a8598bc"]]);
26
+ const SubTitle = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-3aa9ec17"]]);
27
27
  exports.default = SubTitle;
@@ -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");
@@ -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");
@@ -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 */
package/lib/designer.css CHANGED
@@ -4606,14 +4606,14 @@ to {
4606
4606
  }
4607
4607
  [data-v-09ce9664] .el-radio:last-of-type {
4608
4608
  margin-right: 0;
4609
- }.fec-subTitle[data-v-9a8598bc] {
4609
+ }.fec-subTitle[data-v-3aa9ec17] {
4610
4610
  width: 100%;
4611
4611
  height: 100%;
4612
4612
  display: flex;
4613
4613
  align-items: center;
4614
4614
  padding: 0 20px;
4615
4615
  }
4616
- .fec-subTitle .fec-label-line[data-v-9a8598bc] {
4616
+ .fec-subTitle .fec-label-line[data-v-3aa9ec17] {
4617
4617
  width: 3px;
4618
4618
  height: 13px;
4619
4619
  background-color: var(--el-color-primary);
@@ -4621,13 +4621,13 @@ to {
4621
4621
  margin-right: 6px;
4622
4622
  border-radius: 2px;
4623
4623
  }
4624
- .fec-subTitle .fec-label-title[data-v-9a8598bc] {
4625
- font-size: 17px;
4624
+ .fec-subTitle .fec-label-title[data-v-3aa9ec17] {
4625
+ font-size: 15px;
4626
4626
  font-weight: 600;
4627
4627
  color: #1a1a1a;
4628
4628
  margin: 0 8px;
4629
4629
  }
4630
- .fec-subTitle .fec-label-line-query[data-v-9a8598bc] {
4630
+ .fec-subTitle .fec-label-line-query[data-v-3aa9ec17] {
4631
4631
  height: 1px;
4632
4632
  flex-grow: 1;
4633
4633
  margin-left: 10px;
@@ -5471,14 +5471,14 @@ body,
5471
5471
  overflow: hidden;
5472
5472
  text-overflow: ellipsis;
5473
5473
  position: relative;
5474
- }.fec-sub-title[data-v-fa65f3d4] {
5474
+ }.fec-sub-title[data-v-0105f658] {
5475
5475
  width: 100%;
5476
5476
  height: 100%;
5477
5477
  display: flex;
5478
5478
  align-items: center;
5479
5479
  padding: 0 10px;
5480
5480
  }
5481
- .fec-sub-title .fec-label-line[data-v-fa65f3d4] {
5481
+ .fec-sub-title .fec-label-line[data-v-0105f658] {
5482
5482
  width: 3px;
5483
5483
  height: 13px;
5484
5484
  background-color: var(--el-color-primary);
@@ -5486,13 +5486,13 @@ body,
5486
5486
  margin-right: 6px;
5487
5487
  border-radius: 2px;
5488
5488
  }
5489
- .fec-sub-title .fec-label-title[data-v-fa65f3d4] {
5490
- font-size: 17px;
5489
+ .fec-sub-title .fec-label-title[data-v-0105f658] {
5490
+ font-size: 15px;
5491
5491
  font-weight: 600;
5492
5492
  color: #1a1a1a;
5493
5493
  margin: 0 8px;
5494
5494
  }
5495
- .fec-sub-title .fec-label-line-query[data-v-fa65f3d4] {
5495
+ .fec-sub-title .fec-label-line-query[data-v-0105f658] {
5496
5496
  height: 1px;
5497
5497
  flex-grow: 1;
5498
5498
  margin-left: 10px;
@@ -8,13 +8,13 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
8
8
  ;/* empty css */
9
9
  ;/* empty css */
10
10
  const vue = require("vue");
11
+ ;/* empty css */
12
+ const _pluginVue_exportHelper = require("../../../../../../_virtual/_plugin-vue_export-helper.js");
11
13
  ;/* empty css */
12
14
  ;/* empty css */
13
15
  ;/* empty css */
14
16
  ;/* empty css */
15
17
  ;/* empty css */
16
- ;/* empty css */
17
- const _pluginVue_exportHelper = require("../../../../../../_virtual/_plugin-vue_export-helper.js");
18
18
  const index$1 = require("../../../../../../node_modules/vant/es/swipe-cell/index.js");
19
19
  const functionCall = require("../../../../../../node_modules/vant/es/dialog/function-call.js");
20
20
  require("../../../../../../node_modules/vant/es/dialog/index.js");
@@ -23,5 +23,5 @@ const _sfc_main = {
23
23
  };
24
24
  }
25
25
  };
26
- const _SubTitle = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-fa65f3d4"]]);
26
+ const _SubTitle = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-0105f658"]]);
27
27
  exports.default = _SubTitle;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fecp/designer",
3
- "version": "5.4.75",
3
+ "version": "5.4.76",
4
4
  "main": "lib/designer/index.js",
5
5
  "module": "es/designer/index.mjs",
6
6
  "files": [