@fecp/designer 5.5.75 → 5.5.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 (33) 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 +15 -15
  15. package/es/packages/vue/src/components/forms/form/FormAnchorNav.vue.mjs +2 -2
  16. package/es/packages/vue/src/components/forms/form/RightAnchorNav.vue.mjs +2 -2
  17. package/lib/designer/package.json.js +1 -1
  18. package/lib/designer/src/components/DocumentParam.vue.js +1 -1
  19. package/lib/designer/src/components/ParamsConfig.vue2.js +1 -1
  20. package/lib/designer/src/layout/aside/HiddenFieldDialog.vue.js +1 -1
  21. package/lib/designer/src/packages/advancedFilter/ValueInput.vue2.js +1 -1
  22. package/lib/designer/src/packages/dataLinkage/index.vue.js +1 -1
  23. package/lib/designer/src/packages/dialogGlobal/index.vue.js +1 -1
  24. package/lib/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.js +1 -1
  25. package/lib/designer/src/packages/form/property/approvalHistory.vue.js +1 -1
  26. package/lib/designer/src/packages/form/property/contract.vue.js +1 -1
  27. package/lib/designer/src/packages/form/property/subForm.vue.js +1 -1
  28. package/lib/designer/src/packages/prod/index.vue.js +1 -1
  29. package/lib/designer/src/packages/table/headerBtn.vue.js +1 -1
  30. package/lib/designer.css +15 -15
  31. package/lib/packages/vue/src/components/forms/form/FormAnchorNav.vue.js +2 -2
  32. package/lib/packages/vue/src/components/forms/form/RightAnchorNav.vue.js +2 -2
  33. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- const version = "5.5.75";
1
+ const version = "5.5.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 { getCurrentInstance, 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 { getCurrentInstance, 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
  /* empty css */
35
35
  /* empty css */
36
36
  /* empty css */
@@ -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 */
@@ -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";
@@ -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 { getCurrentInstance, 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";
@@ -14,7 +14,7 @@ import "../../../../node_modules/element-plus/es/index.mjs";
14
14
  import { getCurrentInstance, 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
@@ -6185,11 +6185,11 @@ body,
6185
6185
  width: 80px;
6186
6186
  font-size: var(--el-font-size-extra-small);
6187
6187
  }
6188
- .fec-form-nav[data-v-0ba3159b] {
6188
+ .fec-form-nav[data-v-9a61a028] {
6189
6189
  background: #fff;
6190
6190
  padding: 0 20px;
6191
6191
  }
6192
- .fec-form-nav .fec-form-links[data-v-0ba3159b] {
6192
+ .fec-form-nav .fec-form-links[data-v-9a61a028] {
6193
6193
  display: flex;
6194
6194
  flex-wrap: wrap;
6195
6195
  padding: 6px 0;
@@ -6197,12 +6197,12 @@ body,
6197
6197
  flex-direction: row;
6198
6198
  border-bottom: 1px solid #e4e7ed;
6199
6199
  }
6200
- .fec-form-nav .fec-form-links .fec-form-link-item[data-v-0ba3159b] {
6200
+ .fec-form-nav .fec-form-links .fec-form-link-item[data-v-9a61a028] {
6201
6201
  padding: 0;
6202
6202
  text-decoration: none;
6203
6203
  flex-shrink: 0;
6204
6204
  }
6205
- .fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content[data-v-0ba3159b] {
6205
+ .fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content[data-v-9a61a028] {
6206
6206
  display: inline-flex;
6207
6207
  align-items: center;
6208
6208
  padding: 5px 12px;
@@ -6213,35 +6213,35 @@ body,
6213
6213
  cursor: pointer;
6214
6214
  white-space: nowrap;
6215
6215
  }
6216
- .fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content[data-v-0ba3159b]:hover {
6216
+ .fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content[data-v-9a61a028]:hover {
6217
6217
  color: #303133;
6218
6218
  }
6219
- .fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content:hover .tab-count[data-v-0ba3159b] {
6219
+ .fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content:hover .tab-count[data-v-9a61a028] {
6220
6220
  color: inherit;
6221
6221
  }
6222
- .fec-form-nav .fec-form-links .fec-form-link-item .tab-count[data-v-0ba3159b] {
6222
+ .fec-form-nav .fec-form-links .fec-form-link-item .tab-count[data-v-9a61a028] {
6223
6223
  margin-left: 2px;
6224
6224
  font-size: 12px;
6225
6225
  color: #c0c4cc;
6226
6226
  }
6227
- .fec-form-nav .fec-form-links .fec-form-link-item.is-active .fec-form-link-content[data-v-0ba3159b] {
6227
+ .fec-form-nav .fec-form-links .fec-form-link-item.is-active .fec-form-link-content[data-v-9a61a028] {
6228
6228
  color: var(--el-color-primary);
6229
6229
  background: #ecf5ff;
6230
6230
  font-weight: 500;
6231
6231
  }
6232
- .fec-form-nav .fec-form-links .fec-form-link-item.is-active .tab-count[data-v-0ba3159b] {
6232
+ .fec-form-nav .fec-form-links .fec-form-link-item.is-active .tab-count[data-v-9a61a028] {
6233
6233
  color: var(--el-color-primary);
6234
- }.el-anchor{--el-anchor-bg-color:var(--el-bg-color);--el-anchor-padding-indent:14px;--el-anchor-line-height:22px;--el-anchor-font-size:12px;--el-anchor-color:var(--el-text-color-secondary);--el-anchor-active-color:var(--el-color-primary);--el-anchor-hover-color:var(--el-text-color-regular);--el-anchor-marker-bg-color:var(--el-color-primary);background-color:var(--el-anchor-bg-color);position:relative}.el-anchor__marker{background-color:var(--el-anchor-marker-bg-color);opacity:0;z-index:0;border-radius:4px;position:absolute}.el-anchor.el-anchor--vertical .el-anchor__marker{width:4px;height:14px;transition:top .25s ease-in-out,opacity .25s;top:8px;left:0}.el-anchor.el-anchor--vertical .el-anchor__list{padding-left:var(--el-anchor-padding-indent)}.el-anchor.el-anchor--vertical.el-anchor--underline:before{content:"";background-color:#0505050f;width:2px;height:100%;position:absolute;left:0}.el-anchor.el-anchor--vertical.el-anchor--underline .el-anchor__marker{border-radius:unset;width:2px}.el-anchor.el-anchor--horizontal .el-anchor__marker{width:20px;height:2px;transition:left .25s ease-in-out,opacity .25s,width .25s;bottom:0}.el-anchor.el-anchor--horizontal .el-anchor__list{padding-bottom:4px;display:flex}.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item{padding-left:16px}.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item:first-child{padding-left:0}.el-anchor.el-anchor--horizontal.el-anchor--underline:before{content:"";background-color:#0505050f;width:100%;height:2px;position:absolute;bottom:0}.el-anchor.el-anchor--horizontal.el-anchor--underline .el-anchor__marker{border-radius:unset;height:2px}.el-anchor__item{flex-direction:column;display:flex}.el-anchor__link{font-size:var(--el-anchor-font-size);line-height:var(--el-anchor-line-height);color:var(--el-anchor-color);transition:color var(--el-transition-duration);white-space:nowrap;text-overflow:ellipsis;cursor:pointer;outline:none;max-width:100%;padding:4px 0;text-decoration:none;overflow:hidden}.el-anchor__link:hover,.el-anchor__link:focus{color:var(--el-hover-color)}.el-anchor__link:focus-visible{border-radius:var(--el-border-radius-base);outline:2px solid var(--el-color-primary)}.el-anchor__link.is-active{color:var(--el-anchor-active-color)}.el-anchor .el-anchor__list .el-anchor__item a{display:inline-block}[data-v-b9e5c261] .el-anchor__link:focus {
6234
+ }.el-anchor{--el-anchor-bg-color:var(--el-bg-color);--el-anchor-padding-indent:14px;--el-anchor-line-height:22px;--el-anchor-font-size:12px;--el-anchor-color:var(--el-text-color-secondary);--el-anchor-active-color:var(--el-color-primary);--el-anchor-hover-color:var(--el-text-color-regular);--el-anchor-marker-bg-color:var(--el-color-primary);background-color:var(--el-anchor-bg-color);position:relative}.el-anchor__marker{background-color:var(--el-anchor-marker-bg-color);opacity:0;z-index:0;border-radius:4px;position:absolute}.el-anchor.el-anchor--vertical .el-anchor__marker{width:4px;height:14px;transition:top .25s ease-in-out,opacity .25s;top:8px;left:0}.el-anchor.el-anchor--vertical .el-anchor__list{padding-left:var(--el-anchor-padding-indent)}.el-anchor.el-anchor--vertical.el-anchor--underline:before{content:"";background-color:#0505050f;width:2px;height:100%;position:absolute;left:0}.el-anchor.el-anchor--vertical.el-anchor--underline .el-anchor__marker{border-radius:unset;width:2px}.el-anchor.el-anchor--horizontal .el-anchor__marker{width:20px;height:2px;transition:left .25s ease-in-out,opacity .25s,width .25s;bottom:0}.el-anchor.el-anchor--horizontal .el-anchor__list{padding-bottom:4px;display:flex}.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item{padding-left:16px}.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item:first-child{padding-left:0}.el-anchor.el-anchor--horizontal.el-anchor--underline:before{content:"";background-color:#0505050f;width:100%;height:2px;position:absolute;bottom:0}.el-anchor.el-anchor--horizontal.el-anchor--underline .el-anchor__marker{border-radius:unset;height:2px}.el-anchor__item{flex-direction:column;display:flex}.el-anchor__link{font-size:var(--el-anchor-font-size);line-height:var(--el-anchor-line-height);color:var(--el-anchor-color);transition:color var(--el-transition-duration);white-space:nowrap;text-overflow:ellipsis;cursor:pointer;outline:none;max-width:100%;padding:4px 0;text-decoration:none;overflow:hidden}.el-anchor__link:hover,.el-anchor__link:focus{color:var(--el-hover-color)}.el-anchor__link:focus-visible{border-radius:var(--el-border-radius-base);outline:2px solid var(--el-color-primary)}.el-anchor__link.is-active{color:var(--el-anchor-active-color)}.el-anchor .el-anchor__list .el-anchor__item a{display:inline-block}[data-v-298a5455] .el-anchor__link:focus {
6235
6235
  color: #909399;
6236
6236
  }
6237
- [data-v-b9e5c261] .el-anchor__link:hover {
6237
+ [data-v-298a5455] .el-anchor__link:hover {
6238
6238
  color: #303133;
6239
6239
  }
6240
- [data-v-b9e5c261] .el-anchor__link.is-active {
6240
+ [data-v-298a5455] .el-anchor__link.is-active {
6241
6241
  /* color: var(--el-anchor-color); */
6242
6242
  color: var(--el-color-primary);
6243
6243
  }
6244
- .anchor-nav[data-v-b9e5c261] {
6244
+ .anchor-nav[data-v-298a5455] {
6245
6245
  background: #fff;
6246
6246
  border-radius: 4px;
6247
6247
  padding: 16px;
@@ -6249,7 +6249,7 @@ body,
6249
6249
  top: 0px;
6250
6250
  height: 100%;
6251
6251
  }
6252
- .label-line[data-v-b9e5c261] {
6252
+ .label-line[data-v-298a5455] {
6253
6253
  width: 4px;
6254
6254
  height: 16px;
6255
6255
  background-color: var(--el-color-primary);
@@ -6257,7 +6257,7 @@ body,
6257
6257
  margin-right: 10px;
6258
6258
  border-radius: 2px;
6259
6259
  }
6260
- .anchor-title[data-v-b9e5c261] {
6260
+ .anchor-title[data-v-298a5455] {
6261
6261
  font-size: 18px;
6262
6262
  font-weight: bold;
6263
6263
  color: #303133;
@@ -45,7 +45,7 @@ const _sfc_main = {
45
45
  emit("update:modelValue", link.id);
46
46
  emit("change", link);
47
47
  const fecForm = (_b = (_a2 = formAnchorRef.value) == null ? void 0 : _a2.$el) == null ? void 0 : _b.closest(".fec-form");
48
- const element = fecForm == null ? void 0 : fecForm.getElementById(`comp_${link.id}`);
48
+ const element = fecForm == null ? void 0 : fecForm.querySelector(`#comp_${link.id}`);
49
49
  if (element) {
50
50
  isClickScrolling = true;
51
51
  element.scrollIntoView({ behavior: "smooth", block: "start" });
@@ -107,7 +107,7 @@ const _sfc_main = {
107
107
  };
108
108
  }
109
109
  };
110
- const FormAnchorNav = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-0ba3159b"]]);
110
+ const FormAnchorNav = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-9a61a028"]]);
111
111
  export {
112
112
  FormAnchorNav as default
113
113
  };
@@ -45,7 +45,7 @@ const _sfc_main = {
45
45
  emit("update:modelValue", link.id);
46
46
  emit("change", link);
47
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.getElementById(`comp_${link.id}`);
48
+ const element = fecForm == null ? void 0 : fecForm.querySelector(`#comp_${link.id}`);
49
49
  if (element) {
50
50
  isClickScrolling = true;
51
51
  element.scrollIntoView({ behavior: "smooth", block: "start" });
@@ -122,7 +122,7 @@ const _sfc_main = {
122
122
  };
123
123
  }
124
124
  };
125
- const RightAnchorNav = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-b9e5c261"]]);
125
+ const RightAnchorNav = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-298a5455"]]);
126
126
  export {
127
127
  RightAnchorNav as default
128
128
  };
@@ -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.75";
3
+ const version = "5.5.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
  ;/* empty css */
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 */
package/lib/designer.css CHANGED
@@ -6185,11 +6185,11 @@ body,
6185
6185
  width: 80px;
6186
6186
  font-size: var(--el-font-size-extra-small);
6187
6187
  }
6188
- .fec-form-nav[data-v-0ba3159b] {
6188
+ .fec-form-nav[data-v-9a61a028] {
6189
6189
  background: #fff;
6190
6190
  padding: 0 20px;
6191
6191
  }
6192
- .fec-form-nav .fec-form-links[data-v-0ba3159b] {
6192
+ .fec-form-nav .fec-form-links[data-v-9a61a028] {
6193
6193
  display: flex;
6194
6194
  flex-wrap: wrap;
6195
6195
  padding: 6px 0;
@@ -6197,12 +6197,12 @@ body,
6197
6197
  flex-direction: row;
6198
6198
  border-bottom: 1px solid #e4e7ed;
6199
6199
  }
6200
- .fec-form-nav .fec-form-links .fec-form-link-item[data-v-0ba3159b] {
6200
+ .fec-form-nav .fec-form-links .fec-form-link-item[data-v-9a61a028] {
6201
6201
  padding: 0;
6202
6202
  text-decoration: none;
6203
6203
  flex-shrink: 0;
6204
6204
  }
6205
- .fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content[data-v-0ba3159b] {
6205
+ .fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content[data-v-9a61a028] {
6206
6206
  display: inline-flex;
6207
6207
  align-items: center;
6208
6208
  padding: 5px 12px;
@@ -6213,35 +6213,35 @@ body,
6213
6213
  cursor: pointer;
6214
6214
  white-space: nowrap;
6215
6215
  }
6216
- .fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content[data-v-0ba3159b]:hover {
6216
+ .fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content[data-v-9a61a028]:hover {
6217
6217
  color: #303133;
6218
6218
  }
6219
- .fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content:hover .tab-count[data-v-0ba3159b] {
6219
+ .fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content:hover .tab-count[data-v-9a61a028] {
6220
6220
  color: inherit;
6221
6221
  }
6222
- .fec-form-nav .fec-form-links .fec-form-link-item .tab-count[data-v-0ba3159b] {
6222
+ .fec-form-nav .fec-form-links .fec-form-link-item .tab-count[data-v-9a61a028] {
6223
6223
  margin-left: 2px;
6224
6224
  font-size: 12px;
6225
6225
  color: #c0c4cc;
6226
6226
  }
6227
- .fec-form-nav .fec-form-links .fec-form-link-item.is-active .fec-form-link-content[data-v-0ba3159b] {
6227
+ .fec-form-nav .fec-form-links .fec-form-link-item.is-active .fec-form-link-content[data-v-9a61a028] {
6228
6228
  color: var(--el-color-primary);
6229
6229
  background: #ecf5ff;
6230
6230
  font-weight: 500;
6231
6231
  }
6232
- .fec-form-nav .fec-form-links .fec-form-link-item.is-active .tab-count[data-v-0ba3159b] {
6232
+ .fec-form-nav .fec-form-links .fec-form-link-item.is-active .tab-count[data-v-9a61a028] {
6233
6233
  color: var(--el-color-primary);
6234
- }.el-anchor{--el-anchor-bg-color:var(--el-bg-color);--el-anchor-padding-indent:14px;--el-anchor-line-height:22px;--el-anchor-font-size:12px;--el-anchor-color:var(--el-text-color-secondary);--el-anchor-active-color:var(--el-color-primary);--el-anchor-hover-color:var(--el-text-color-regular);--el-anchor-marker-bg-color:var(--el-color-primary);background-color:var(--el-anchor-bg-color);position:relative}.el-anchor__marker{background-color:var(--el-anchor-marker-bg-color);opacity:0;z-index:0;border-radius:4px;position:absolute}.el-anchor.el-anchor--vertical .el-anchor__marker{width:4px;height:14px;transition:top .25s ease-in-out,opacity .25s;top:8px;left:0}.el-anchor.el-anchor--vertical .el-anchor__list{padding-left:var(--el-anchor-padding-indent)}.el-anchor.el-anchor--vertical.el-anchor--underline:before{content:"";background-color:#0505050f;width:2px;height:100%;position:absolute;left:0}.el-anchor.el-anchor--vertical.el-anchor--underline .el-anchor__marker{border-radius:unset;width:2px}.el-anchor.el-anchor--horizontal .el-anchor__marker{width:20px;height:2px;transition:left .25s ease-in-out,opacity .25s,width .25s;bottom:0}.el-anchor.el-anchor--horizontal .el-anchor__list{padding-bottom:4px;display:flex}.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item{padding-left:16px}.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item:first-child{padding-left:0}.el-anchor.el-anchor--horizontal.el-anchor--underline:before{content:"";background-color:#0505050f;width:100%;height:2px;position:absolute;bottom:0}.el-anchor.el-anchor--horizontal.el-anchor--underline .el-anchor__marker{border-radius:unset;height:2px}.el-anchor__item{flex-direction:column;display:flex}.el-anchor__link{font-size:var(--el-anchor-font-size);line-height:var(--el-anchor-line-height);color:var(--el-anchor-color);transition:color var(--el-transition-duration);white-space:nowrap;text-overflow:ellipsis;cursor:pointer;outline:none;max-width:100%;padding:4px 0;text-decoration:none;overflow:hidden}.el-anchor__link:hover,.el-anchor__link:focus{color:var(--el-hover-color)}.el-anchor__link:focus-visible{border-radius:var(--el-border-radius-base);outline:2px solid var(--el-color-primary)}.el-anchor__link.is-active{color:var(--el-anchor-active-color)}.el-anchor .el-anchor__list .el-anchor__item a{display:inline-block}[data-v-b9e5c261] .el-anchor__link:focus {
6234
+ }.el-anchor{--el-anchor-bg-color:var(--el-bg-color);--el-anchor-padding-indent:14px;--el-anchor-line-height:22px;--el-anchor-font-size:12px;--el-anchor-color:var(--el-text-color-secondary);--el-anchor-active-color:var(--el-color-primary);--el-anchor-hover-color:var(--el-text-color-regular);--el-anchor-marker-bg-color:var(--el-color-primary);background-color:var(--el-anchor-bg-color);position:relative}.el-anchor__marker{background-color:var(--el-anchor-marker-bg-color);opacity:0;z-index:0;border-radius:4px;position:absolute}.el-anchor.el-anchor--vertical .el-anchor__marker{width:4px;height:14px;transition:top .25s ease-in-out,opacity .25s;top:8px;left:0}.el-anchor.el-anchor--vertical .el-anchor__list{padding-left:var(--el-anchor-padding-indent)}.el-anchor.el-anchor--vertical.el-anchor--underline:before{content:"";background-color:#0505050f;width:2px;height:100%;position:absolute;left:0}.el-anchor.el-anchor--vertical.el-anchor--underline .el-anchor__marker{border-radius:unset;width:2px}.el-anchor.el-anchor--horizontal .el-anchor__marker{width:20px;height:2px;transition:left .25s ease-in-out,opacity .25s,width .25s;bottom:0}.el-anchor.el-anchor--horizontal .el-anchor__list{padding-bottom:4px;display:flex}.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item{padding-left:16px}.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item:first-child{padding-left:0}.el-anchor.el-anchor--horizontal.el-anchor--underline:before{content:"";background-color:#0505050f;width:100%;height:2px;position:absolute;bottom:0}.el-anchor.el-anchor--horizontal.el-anchor--underline .el-anchor__marker{border-radius:unset;height:2px}.el-anchor__item{flex-direction:column;display:flex}.el-anchor__link{font-size:var(--el-anchor-font-size);line-height:var(--el-anchor-line-height);color:var(--el-anchor-color);transition:color var(--el-transition-duration);white-space:nowrap;text-overflow:ellipsis;cursor:pointer;outline:none;max-width:100%;padding:4px 0;text-decoration:none;overflow:hidden}.el-anchor__link:hover,.el-anchor__link:focus{color:var(--el-hover-color)}.el-anchor__link:focus-visible{border-radius:var(--el-border-radius-base);outline:2px solid var(--el-color-primary)}.el-anchor__link.is-active{color:var(--el-anchor-active-color)}.el-anchor .el-anchor__list .el-anchor__item a{display:inline-block}[data-v-298a5455] .el-anchor__link:focus {
6235
6235
  color: #909399;
6236
6236
  }
6237
- [data-v-b9e5c261] .el-anchor__link:hover {
6237
+ [data-v-298a5455] .el-anchor__link:hover {
6238
6238
  color: #303133;
6239
6239
  }
6240
- [data-v-b9e5c261] .el-anchor__link.is-active {
6240
+ [data-v-298a5455] .el-anchor__link.is-active {
6241
6241
  /* color: var(--el-anchor-color); */
6242
6242
  color: var(--el-color-primary);
6243
6243
  }
6244
- .anchor-nav[data-v-b9e5c261] {
6244
+ .anchor-nav[data-v-298a5455] {
6245
6245
  background: #fff;
6246
6246
  border-radius: 4px;
6247
6247
  padding: 16px;
@@ -6249,7 +6249,7 @@ body,
6249
6249
  top: 0px;
6250
6250
  height: 100%;
6251
6251
  }
6252
- .label-line[data-v-b9e5c261] {
6252
+ .label-line[data-v-298a5455] {
6253
6253
  width: 4px;
6254
6254
  height: 16px;
6255
6255
  background-color: var(--el-color-primary);
@@ -6257,7 +6257,7 @@ body,
6257
6257
  margin-right: 10px;
6258
6258
  border-radius: 2px;
6259
6259
  }
6260
- .anchor-title[data-v-b9e5c261] {
6260
+ .anchor-title[data-v-298a5455] {
6261
6261
  font-size: 18px;
6262
6262
  font-weight: bold;
6263
6263
  color: #303133;
@@ -47,7 +47,7 @@ const _sfc_main = {
47
47
  emit("update:modelValue", link.id);
48
48
  emit("change", link);
49
49
  const fecForm = (_b = (_a2 = formAnchorRef.value) == null ? void 0 : _a2.$el) == null ? void 0 : _b.closest(".fec-form");
50
- const element = fecForm == null ? void 0 : fecForm.getElementById(`comp_${link.id}`);
50
+ const element = fecForm == null ? void 0 : fecForm.querySelector(`#comp_${link.id}`);
51
51
  if (element) {
52
52
  isClickScrolling = true;
53
53
  element.scrollIntoView({ behavior: "smooth", block: "start" });
@@ -109,5 +109,5 @@ const _sfc_main = {
109
109
  };
110
110
  }
111
111
  };
112
- const FormAnchorNav = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-0ba3159b"]]);
112
+ const FormAnchorNav = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-9a61a028"]]);
113
113
  exports.default = FormAnchorNav;
@@ -47,7 +47,7 @@ const _sfc_main = {
47
47
  emit("update:modelValue", link.id);
48
48
  emit("change", link);
49
49
  const fecForm = (_b = (_a2 = anchorRef.value) == null ? void 0 : _a2.$el) == null ? void 0 : _b.closest(".fec-form");
50
- const element = fecForm == null ? void 0 : fecForm.getElementById(`comp_${link.id}`);
50
+ const element = fecForm == null ? void 0 : fecForm.querySelector(`#comp_${link.id}`);
51
51
  if (element) {
52
52
  isClickScrolling = true;
53
53
  element.scrollIntoView({ behavior: "smooth", block: "start" });
@@ -124,5 +124,5 @@ const _sfc_main = {
124
124
  };
125
125
  }
126
126
  };
127
- const RightAnchorNav = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-b9e5c261"]]);
127
+ const RightAnchorNav = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-298a5455"]]);
128
128
  exports.default = RightAnchorNav;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fecp/designer",
3
- "version": "5.5.75",
3
+ "version": "5.5.76",
4
4
  "main": "lib/designer/index.js",
5
5
  "module": "es/designer/index.mjs",
6
6
  "files": [