@fecp/designer 5.6.8 → 5.6.9

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 (39) 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/useDialogGlobalDialog.mjs +1 -1
  9. package/es/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.mjs +1 -1
  10. package/es/designer/src/packages/form/property/approvalHistory.vue.mjs +1 -1
  11. package/es/designer/src/packages/form/property/contract.vue.mjs +1 -1
  12. package/es/designer/src/packages/form/property/subForm.vue.mjs +1 -1
  13. package/es/designer/src/packages/form/property/widgets.vue.mjs +2 -2
  14. package/es/designer/src/packages/importantDataChange/index.vue.mjs +1 -1
  15. package/es/designer/src/packages/prod/index.vue.mjs +1 -1
  16. package/es/designer/src/packages/table/headerBtn.vue.mjs +1 -1
  17. package/es/designer.css +26 -26
  18. package/es/node_modules/@element-plus/icons-vue/dist/index.mjs +0 -16
  19. package/es/packages/vue/src/components/forms/formItem/FormItem.vue.mjs +3 -3
  20. package/lib/designer/package.json.js +1 -1
  21. package/lib/designer/src/components/DocumentParam.vue.js +1 -1
  22. package/lib/designer/src/components/ParamsConfig.vue2.js +1 -1
  23. package/lib/designer/src/layout/aside/HiddenFieldDialog.vue.js +1 -1
  24. package/lib/designer/src/packages/advancedFilter/ValueInput.vue2.js +1 -1
  25. package/lib/designer/src/packages/dataLinkage/index.vue.js +1 -1
  26. package/lib/designer/src/packages/dialog/useDialogDialog.js +1 -1
  27. package/lib/designer/src/packages/dialogGlobal/useDialogGlobalDialog.js +1 -1
  28. package/lib/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.js +1 -1
  29. package/lib/designer/src/packages/form/property/approvalHistory.vue.js +1 -1
  30. package/lib/designer/src/packages/form/property/contract.vue.js +1 -1
  31. package/lib/designer/src/packages/form/property/subForm.vue.js +1 -1
  32. package/lib/designer/src/packages/form/property/widgets.vue.js +2 -2
  33. package/lib/designer/src/packages/importantDataChange/index.vue.js +1 -1
  34. package/lib/designer/src/packages/prod/index.vue.js +1 -1
  35. package/lib/designer/src/packages/table/headerBtn.vue.js +1 -1
  36. package/lib/designer.css +26 -26
  37. package/lib/node_modules/@element-plus/icons-vue/dist/index.js +0 -16
  38. package/lib/packages/vue/src/components/forms/formItem/FormItem.vue.js +2 -2
  39. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- const version = "5.6.8";
1
+ const version = "5.6.9";
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.vue2.mjs";
12
+ import ValueSelector from "./ValueSelector.vue.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.vue2.mjs";
7
+ import ValueSelector from "./ValueSelector.vue.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.vue2.mjs";
19
+ import ValueSelector from "../../components/ValueSelector.vue.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.vue2.mjs";
17
+ import ValueSelector from "../../components/ValueSelector.vue.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 api from "../../api/index.mjs";
35
35
  /* empty css */
36
36
  /* empty css */
@@ -1,4 +1,4 @@
1
- import DialogDialog from "./index.vue.mjs";
1
+ import DialogDialog from "./index.vue2.mjs";
2
2
  import { ref } from "vue";
3
3
  function useDialogDialog() {
4
4
  const dialogDialogVisible = ref(false);
@@ -1,4 +1,4 @@
1
- import DialogGlobalDialog from "./index.vue.mjs";
1
+ import DialogGlobalDialog from "./index.vue2.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.vue2.mjs";
7
+ import ValueSelector from "../../../../components/ValueSelector.vue.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.vue2.mjs";
14
+ import ValueSelector from "../../../components/ValueSelector.vue.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";
@@ -18,7 +18,7 @@ import __unplugin_components_6 from "../../../components/EventConfigButton.vue.m
18
18
  import { getCurrentInstance, computed, ref, createBlock, openBlock, withCtx, createVNode, createTextVNode, createElementBlock, Fragment, renderList } from "vue";
19
19
  import { getCurrentItem } from "../../utils/common.mjs";
20
20
  import "../../utils/eventBus.mjs";
21
- import ValueSelector from "../../../components/ValueSelector.vue2.mjs";
21
+ import ValueSelector from "../../../components/ValueSelector.vue.mjs";
22
22
  import api from "../../../api/index.mjs";
23
23
  import ParamsConfig from "../../../components/ParamsConfig.vue2.mjs";
24
24
  /* 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.vue2.mjs";
15
+ import ValueSelector from "../../../components/ValueSelector.vue.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";
@@ -5,7 +5,7 @@ import "../../../../node_modules/element-plus/es/index.mjs";
5
5
  /* empty css */
6
6
  /* empty css */
7
7
  import { useModel, ref, watch, createBlock, openBlock, withCtx, createElementVNode, createElementBlock, createCommentVNode, createVNode, createTextVNode, Fragment, renderList, toDisplayString } from "vue";
8
- import ValueSelector from "../../components/ValueSelector.vue2.mjs";
8
+ import ValueSelector from "../../components/ValueSelector.vue.mjs";
9
9
  import { getEditConfigData, setEditConfigData } from "../utils/common.mjs";
10
10
  /* empty css */
11
11
  import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.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.vue2.mjs";
17
+ import ValueSelector from "../../components/ValueSelector.vue.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
@@ -6164,22 +6164,22 @@ body,
6164
6164
  color: #fff;
6165
6165
  outline: none;
6166
6166
  box-shadow: 0 1px 0 0 #c0c4cc inset, 0 -1px 0 0 #c0c4cc inset, -1px 0 0 0 #c0c4cc inset;
6167
- }.info-icon[data-v-662c8461] {
6167
+ }.info-icon[data-v-0535ed33] {
6168
6168
  margin-left: 4px;
6169
6169
  color: #f5b041;
6170
6170
  cursor: help;
6171
6171
  font-size: 14px;
6172
6172
  pointer-events: all;
6173
6173
  }
6174
- .credit-icon[data-v-662c8461] {
6174
+ .credit-icon[data-v-0535ed33] {
6175
6175
  color: #2e8bff;
6176
6176
  margin-right: 2px;
6177
6177
  }
6178
- .regulation-icon[data-v-662c8461] {
6178
+ .regulation-icon[data-v-0535ed33] {
6179
6179
  color: #f56c6c;
6180
6180
  margin-right: 2px;
6181
6181
  }
6182
- .data-change-icon[data-v-662c8461] {
6182
+ .data-change-icon[data-v-0535ed33] {
6183
6183
  color: #e6a23c;
6184
6184
  margin-left: 6px;
6185
6185
  cursor: pointer;
@@ -6187,11 +6187,11 @@ body,
6187
6187
  vertical-align: middle;
6188
6188
  transition: color 0.2s, transform 0.2s;
6189
6189
  }
6190
- .data-change-icon[data-v-662c8461]:hover {
6190
+ .data-change-icon[data-v-0535ed33]:hover {
6191
6191
  color: #f0a020;
6192
6192
  transform: scale(1.15);
6193
6193
  }
6194
- .data-change-popover .popover-header[data-v-662c8461] {
6194
+ .data-change-popover .popover-header[data-v-0535ed33] {
6195
6195
  display: flex;
6196
6196
  align-items: center;
6197
6197
  justify-content: space-between;
@@ -6199,53 +6199,53 @@ body,
6199
6199
  margin-bottom: 2px;
6200
6200
  border-bottom: 1px solid #ebeef5;
6201
6201
  }
6202
- .data-change-popover .popover-header .header-left[data-v-662c8461] {
6202
+ .data-change-popover .popover-header .header-left[data-v-0535ed33] {
6203
6203
  display: flex;
6204
6204
  align-items: center;
6205
6205
  gap: 6px;
6206
6206
  }
6207
- .data-change-popover .popover-header .header-icon[data-v-662c8461] {
6207
+ .data-change-popover .popover-header .header-icon[data-v-0535ed33] {
6208
6208
  color: #e6a23c;
6209
6209
  font-size: 16px;
6210
6210
  }
6211
- .data-change-popover .popover-header .header-title[data-v-662c8461] {
6211
+ .data-change-popover .popover-header .header-title[data-v-0535ed33] {
6212
6212
  font-weight: 600;
6213
6213
  font-size: 14px;
6214
6214
  color: #303133;
6215
6215
  }
6216
- .data-change-popover .popover-header .header-count[data-v-662c8461] {
6216
+ .data-change-popover .popover-header .header-count[data-v-0535ed33] {
6217
6217
  font-size: 12px;
6218
6218
  color: #909399;
6219
6219
  background: #f4f4f5;
6220
6220
  padding: 2px 8px;
6221
6221
  border-radius: 10px;
6222
6222
  }
6223
- .data-change-popover .diff-block[data-v-662c8461] {
6223
+ .data-change-popover .diff-block[data-v-0535ed33] {
6224
6224
  margin-bottom: 12px;
6225
6225
  }
6226
- .data-change-popover .diff-block[data-v-662c8461]:last-child {
6226
+ .data-change-popover .diff-block[data-v-0535ed33]:last-child {
6227
6227
  margin-bottom: 0;
6228
6228
  }
6229
- .data-change-popover .diff-meta[data-v-662c8461] {
6229
+ .data-change-popover .diff-meta[data-v-0535ed33] {
6230
6230
  display: flex;
6231
6231
  align-items: center;
6232
6232
  gap: 8px;
6233
6233
  padding: 4px 8px;
6234
6234
  font-size: 12px;
6235
6235
  }
6236
- .data-change-popover .diff-meta .diff-time[data-v-662c8461] {
6236
+ .data-change-popover .diff-meta .diff-time[data-v-0535ed33] {
6237
6237
  color: #909399;
6238
6238
  }
6239
- .data-change-popover .diff-meta .diff-operator[data-v-662c8461] {
6239
+ .data-change-popover .diff-meta .diff-operator[data-v-0535ed33] {
6240
6240
  color: #24292e;
6241
6241
  font-weight: 600;
6242
6242
  }
6243
- .data-change-popover .diff-lines[data-v-662c8461] {
6243
+ .data-change-popover .diff-lines[data-v-0535ed33] {
6244
6244
  border: 1px solid #e1e4e8;
6245
6245
  border-radius: 6px;
6246
6246
  overflow: hidden;
6247
6247
  }
6248
- .data-change-popover .diff-line[data-v-662c8461] {
6248
+ .data-change-popover .diff-line[data-v-0535ed33] {
6249
6249
  display: flex;
6250
6250
  align-items: flex-start;
6251
6251
  padding: 6px 10px;
@@ -6253,34 +6253,34 @@ body,
6253
6253
  line-height: 1.5;
6254
6254
  word-break: break-all;
6255
6255
  }
6256
- .data-change-popover .diff-line .diff-sign[data-v-662c8461] {
6256
+ .data-change-popover .diff-line .diff-sign[data-v-0535ed33] {
6257
6257
  flex-shrink: 0;
6258
6258
  width: 18px;
6259
6259
  user-select: none;
6260
6260
  }
6261
- .data-change-popover .diff-line .diff-text[data-v-662c8461] {
6261
+ .data-change-popover .diff-line .diff-text[data-v-0535ed33] {
6262
6262
  flex: 1;
6263
6263
  min-width: 0;
6264
6264
  }
6265
- .data-change-popover .diff-line.diff-del[data-v-662c8461] {
6265
+ .data-change-popover .diff-line.diff-del[data-v-0535ed33] {
6266
6266
  background: #ffeef0;
6267
6267
  }
6268
- .data-change-popover .diff-line.diff-del .diff-sign[data-v-662c8461] {
6268
+ .data-change-popover .diff-line.diff-del .diff-sign[data-v-0535ed33] {
6269
6269
  color: #cb2431;
6270
6270
  }
6271
- .data-change-popover .diff-line.diff-del .diff-text[data-v-662c8461] {
6271
+ .data-change-popover .diff-line.diff-del .diff-text[data-v-0535ed33] {
6272
6272
  color: #cb2431;
6273
6273
  }
6274
- .data-change-popover .diff-line.diff-add[data-v-662c8461] {
6274
+ .data-change-popover .diff-line.diff-add[data-v-0535ed33] {
6275
6275
  background: #e6ffed;
6276
6276
  }
6277
- .data-change-popover .diff-line.diff-add .diff-sign[data-v-662c8461] {
6277
+ .data-change-popover .diff-line.diff-add .diff-sign[data-v-0535ed33] {
6278
6278
  color: #22863a;
6279
6279
  }
6280
- .data-change-popover .diff-line.diff-add .diff-text[data-v-662c8461] {
6280
+ .data-change-popover .diff-line.diff-add .diff-text[data-v-0535ed33] {
6281
6281
  color: #22863a;
6282
6282
  }
6283
- [data-v-662c8461]::deep(.el-form-item__content) {
6283
+ [data-v-0535ed33]::deep(.el-form-item__content) {
6284
6284
  margin: 0 !important;
6285
6285
  }.el-page-header.is-contentful .el-page-header__main{border-top:1px solid var(--el-border-color-light);margin-top:16px}.el-page-header__header{justify-content:space-between;align-items:center;line-height:24px;display:flex}.el-page-header__left{align-items:center;margin-right:40px;display:flex;position:relative}.el-page-header__back{cursor:pointer;align-items:center;display:flex}.el-page-header__left .el-divider--vertical{margin:0 16px}.el-page-header__icon{align-items:center;margin-right:10px;font-size:16px;display:flex}.el-page-header__icon .el-icon{font-size:inherit}.el-page-header__title{font-size:14px;font-weight:500}.el-page-header__content{color:var(--el-text-color-primary);font-size:18px}.el-page-header__breadcrumb{margin-bottom:16px}.fec-header[data-v-a55fc4ab] {
6286
6286
  padding: 0 20px;
@@ -558,21 +558,6 @@ var _sfc_main148 = /* @__PURE__ */ defineComponent({
558
558
  ]));
559
559
  }
560
560
  }), link_default = _sfc_main148;
561
- var _sfc_main149 = /* @__PURE__ */ defineComponent({
562
- name: "List",
563
- __name: "list",
564
- setup(__props) {
565
- return (_ctx, _cache) => (openBlock(), createElementBlock("svg", {
566
- xmlns: "http://www.w3.org/2000/svg",
567
- viewBox: "0 0 1024 1024"
568
- }, [
569
- createElementVNode("path", {
570
- fill: "currentColor",
571
- d: "M704 192h160v736H160V192h160v64h384zM288 512h448v-64H288zm0 256h448v-64H288zm96-576V96h256v96z"
572
- })
573
- ]));
574
- }
575
- }), list_default = _sfc_main149;
576
561
  var _sfc_main150 = /* @__PURE__ */ defineComponent({
577
562
  name: "Loading",
578
563
  __name: "loading",
@@ -1051,7 +1036,6 @@ export {
1051
1036
  hide_default as Hide,
1052
1037
  info_filled_default as InfoFilled,
1053
1038
  link_default as Link,
1054
- list_default as List,
1055
1039
  loading_default as Loading,
1056
1040
  lock_default as Lock,
1057
1041
  management_default as Management,
@@ -7,7 +7,7 @@ import "../../../../../../node_modules/element-plus/es/index.mjs";
7
7
  import "../../../../../../node_modules/element-plus/theme-chalk/el-tooltip.css.mjs";
8
8
  /* empty css */
9
9
  import { computed, ref, createBlock, createElementBlock, openBlock, unref, normalizeClass, createSlots, withCtx, createCommentVNode, resolveDynamicComponent, mergeProps, withModifiers, createTextVNode, toDisplayString, createElementVNode, createVNode, Fragment, renderList } from "vue";
10
- import { List as list_default } from "../../../../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
10
+ import { WarningFilled as warning_filled_default } from "../../../../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
11
11
  import { debounce } from "../form/debounce.mjs";
12
12
  import { formatCellValue } from "../../../utils/formatCellValue.mjs";
13
13
  import { SubTitle } from "../subTitle/index.mjs";
@@ -269,7 +269,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
269
269
  size: 16
270
270
  }, {
271
271
  default: withCtx(() => [
272
- createVNode(unref(list_default))
272
+ createVNode(unref(warning_filled_default))
273
273
  ]),
274
274
  _: 1
275
275
  })
@@ -320,7 +320,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
320
320
  };
321
321
  }
322
322
  });
323
- const _FormItem = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-662c8461"]]);
323
+ const _FormItem = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-0535ed33"]]);
324
324
  export {
325
325
  _FormItem as default
326
326
  };
@@ -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.8";
3
+ const version = "5.6.9";
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.vue2.js");
14
+ const ValueSelector = require("./ValueSelector.vue.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.vue2.js");
9
+ const ValueSelector = require("./ValueSelector.vue.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.vue2.js");
21
+ const ValueSelector = require("../../components/ValueSelector.vue.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.vue2.js");
19
+ const ValueSelector = require("../../components/ValueSelector.vue.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.vue.js");
3
+ const index = require("./index.vue2.js");
4
4
  const Vue = require("vue");
5
5
  function useDialogDialog() {
6
6
  const dialogDialogVisible = Vue.ref(false);
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const index = require("./index.vue.js");
3
+ const index = require("./index.vue2.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.vue2.js");
9
+ const ValueSelector = require("../../../../components/ValueSelector.vue.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.vue2.js");
16
+ const ValueSelector = require("../../../components/ValueSelector.vue.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.vue2.js");
23
+ const ValueSelector = require("../../../components/ValueSelector.vue.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.vue2.js");
17
+ const ValueSelector = require("../../../components/ValueSelector.vue.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.vue2.js");
10
+ const ValueSelector = require("../../components/ValueSelector.vue.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.vue2.js");
19
+ const ValueSelector = require("../../components/ValueSelector.vue.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
@@ -6164,22 +6164,22 @@ body,
6164
6164
  color: #fff;
6165
6165
  outline: none;
6166
6166
  box-shadow: 0 1px 0 0 #c0c4cc inset, 0 -1px 0 0 #c0c4cc inset, -1px 0 0 0 #c0c4cc inset;
6167
- }.info-icon[data-v-662c8461] {
6167
+ }.info-icon[data-v-0535ed33] {
6168
6168
  margin-left: 4px;
6169
6169
  color: #f5b041;
6170
6170
  cursor: help;
6171
6171
  font-size: 14px;
6172
6172
  pointer-events: all;
6173
6173
  }
6174
- .credit-icon[data-v-662c8461] {
6174
+ .credit-icon[data-v-0535ed33] {
6175
6175
  color: #2e8bff;
6176
6176
  margin-right: 2px;
6177
6177
  }
6178
- .regulation-icon[data-v-662c8461] {
6178
+ .regulation-icon[data-v-0535ed33] {
6179
6179
  color: #f56c6c;
6180
6180
  margin-right: 2px;
6181
6181
  }
6182
- .data-change-icon[data-v-662c8461] {
6182
+ .data-change-icon[data-v-0535ed33] {
6183
6183
  color: #e6a23c;
6184
6184
  margin-left: 6px;
6185
6185
  cursor: pointer;
@@ -6187,11 +6187,11 @@ body,
6187
6187
  vertical-align: middle;
6188
6188
  transition: color 0.2s, transform 0.2s;
6189
6189
  }
6190
- .data-change-icon[data-v-662c8461]:hover {
6190
+ .data-change-icon[data-v-0535ed33]:hover {
6191
6191
  color: #f0a020;
6192
6192
  transform: scale(1.15);
6193
6193
  }
6194
- .data-change-popover .popover-header[data-v-662c8461] {
6194
+ .data-change-popover .popover-header[data-v-0535ed33] {
6195
6195
  display: flex;
6196
6196
  align-items: center;
6197
6197
  justify-content: space-between;
@@ -6199,53 +6199,53 @@ body,
6199
6199
  margin-bottom: 2px;
6200
6200
  border-bottom: 1px solid #ebeef5;
6201
6201
  }
6202
- .data-change-popover .popover-header .header-left[data-v-662c8461] {
6202
+ .data-change-popover .popover-header .header-left[data-v-0535ed33] {
6203
6203
  display: flex;
6204
6204
  align-items: center;
6205
6205
  gap: 6px;
6206
6206
  }
6207
- .data-change-popover .popover-header .header-icon[data-v-662c8461] {
6207
+ .data-change-popover .popover-header .header-icon[data-v-0535ed33] {
6208
6208
  color: #e6a23c;
6209
6209
  font-size: 16px;
6210
6210
  }
6211
- .data-change-popover .popover-header .header-title[data-v-662c8461] {
6211
+ .data-change-popover .popover-header .header-title[data-v-0535ed33] {
6212
6212
  font-weight: 600;
6213
6213
  font-size: 14px;
6214
6214
  color: #303133;
6215
6215
  }
6216
- .data-change-popover .popover-header .header-count[data-v-662c8461] {
6216
+ .data-change-popover .popover-header .header-count[data-v-0535ed33] {
6217
6217
  font-size: 12px;
6218
6218
  color: #909399;
6219
6219
  background: #f4f4f5;
6220
6220
  padding: 2px 8px;
6221
6221
  border-radius: 10px;
6222
6222
  }
6223
- .data-change-popover .diff-block[data-v-662c8461] {
6223
+ .data-change-popover .diff-block[data-v-0535ed33] {
6224
6224
  margin-bottom: 12px;
6225
6225
  }
6226
- .data-change-popover .diff-block[data-v-662c8461]:last-child {
6226
+ .data-change-popover .diff-block[data-v-0535ed33]:last-child {
6227
6227
  margin-bottom: 0;
6228
6228
  }
6229
- .data-change-popover .diff-meta[data-v-662c8461] {
6229
+ .data-change-popover .diff-meta[data-v-0535ed33] {
6230
6230
  display: flex;
6231
6231
  align-items: center;
6232
6232
  gap: 8px;
6233
6233
  padding: 4px 8px;
6234
6234
  font-size: 12px;
6235
6235
  }
6236
- .data-change-popover .diff-meta .diff-time[data-v-662c8461] {
6236
+ .data-change-popover .diff-meta .diff-time[data-v-0535ed33] {
6237
6237
  color: #909399;
6238
6238
  }
6239
- .data-change-popover .diff-meta .diff-operator[data-v-662c8461] {
6239
+ .data-change-popover .diff-meta .diff-operator[data-v-0535ed33] {
6240
6240
  color: #24292e;
6241
6241
  font-weight: 600;
6242
6242
  }
6243
- .data-change-popover .diff-lines[data-v-662c8461] {
6243
+ .data-change-popover .diff-lines[data-v-0535ed33] {
6244
6244
  border: 1px solid #e1e4e8;
6245
6245
  border-radius: 6px;
6246
6246
  overflow: hidden;
6247
6247
  }
6248
- .data-change-popover .diff-line[data-v-662c8461] {
6248
+ .data-change-popover .diff-line[data-v-0535ed33] {
6249
6249
  display: flex;
6250
6250
  align-items: flex-start;
6251
6251
  padding: 6px 10px;
@@ -6253,34 +6253,34 @@ body,
6253
6253
  line-height: 1.5;
6254
6254
  word-break: break-all;
6255
6255
  }
6256
- .data-change-popover .diff-line .diff-sign[data-v-662c8461] {
6256
+ .data-change-popover .diff-line .diff-sign[data-v-0535ed33] {
6257
6257
  flex-shrink: 0;
6258
6258
  width: 18px;
6259
6259
  user-select: none;
6260
6260
  }
6261
- .data-change-popover .diff-line .diff-text[data-v-662c8461] {
6261
+ .data-change-popover .diff-line .diff-text[data-v-0535ed33] {
6262
6262
  flex: 1;
6263
6263
  min-width: 0;
6264
6264
  }
6265
- .data-change-popover .diff-line.diff-del[data-v-662c8461] {
6265
+ .data-change-popover .diff-line.diff-del[data-v-0535ed33] {
6266
6266
  background: #ffeef0;
6267
6267
  }
6268
- .data-change-popover .diff-line.diff-del .diff-sign[data-v-662c8461] {
6268
+ .data-change-popover .diff-line.diff-del .diff-sign[data-v-0535ed33] {
6269
6269
  color: #cb2431;
6270
6270
  }
6271
- .data-change-popover .diff-line.diff-del .diff-text[data-v-662c8461] {
6271
+ .data-change-popover .diff-line.diff-del .diff-text[data-v-0535ed33] {
6272
6272
  color: #cb2431;
6273
6273
  }
6274
- .data-change-popover .diff-line.diff-add[data-v-662c8461] {
6274
+ .data-change-popover .diff-line.diff-add[data-v-0535ed33] {
6275
6275
  background: #e6ffed;
6276
6276
  }
6277
- .data-change-popover .diff-line.diff-add .diff-sign[data-v-662c8461] {
6277
+ .data-change-popover .diff-line.diff-add .diff-sign[data-v-0535ed33] {
6278
6278
  color: #22863a;
6279
6279
  }
6280
- .data-change-popover .diff-line.diff-add .diff-text[data-v-662c8461] {
6280
+ .data-change-popover .diff-line.diff-add .diff-text[data-v-0535ed33] {
6281
6281
  color: #22863a;
6282
6282
  }
6283
- [data-v-662c8461]::deep(.el-form-item__content) {
6283
+ [data-v-0535ed33]::deep(.el-form-item__content) {
6284
6284
  margin: 0 !important;
6285
6285
  }.el-page-header.is-contentful .el-page-header__main{border-top:1px solid var(--el-border-color-light);margin-top:16px}.el-page-header__header{justify-content:space-between;align-items:center;line-height:24px;display:flex}.el-page-header__left{align-items:center;margin-right:40px;display:flex;position:relative}.el-page-header__back{cursor:pointer;align-items:center;display:flex}.el-page-header__left .el-divider--vertical{margin:0 16px}.el-page-header__icon{align-items:center;margin-right:10px;font-size:16px;display:flex}.el-page-header__icon .el-icon{font-size:inherit}.el-page-header__title{font-size:14px;font-weight:500}.el-page-header__content{color:var(--el-text-color-primary);font-size:18px}.el-page-header__breadcrumb{margin-bottom:16px}.fec-header[data-v-a55fc4ab] {
6286
6286
  padding: 0 20px;
@@ -560,21 +560,6 @@ var _sfc_main148 = /* @__PURE__ */ Vue.defineComponent({
560
560
  ]));
561
561
  }
562
562
  }), link_default = _sfc_main148;
563
- var _sfc_main149 = /* @__PURE__ */ Vue.defineComponent({
564
- name: "List",
565
- __name: "list",
566
- setup(__props) {
567
- return (_ctx, _cache) => (Vue.openBlock(), Vue.createElementBlock("svg", {
568
- xmlns: "http://www.w3.org/2000/svg",
569
- viewBox: "0 0 1024 1024"
570
- }, [
571
- Vue.createElementVNode("path", {
572
- fill: "currentColor",
573
- d: "M704 192h160v736H160V192h160v64h384zM288 512h448v-64H288zm0 256h448v-64H288zm96-576V96h256v96z"
574
- })
575
- ]));
576
- }
577
- }), list_default = _sfc_main149;
578
563
  var _sfc_main150 = /* @__PURE__ */ Vue.defineComponent({
579
564
  name: "Loading",
580
565
  __name: "loading",
@@ -1052,7 +1037,6 @@ exports.Grid = grid_default;
1052
1037
  exports.Hide = hide_default;
1053
1038
  exports.InfoFilled = info_filled_default;
1054
1039
  exports.Link = link_default;
1055
- exports.List = list_default;
1056
1040
  exports.Loading = loading_default;
1057
1041
  exports.Lock = lock_default;
1058
1042
  exports.Management = management_default;
@@ -271,7 +271,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
271
271
  size: 16
272
272
  }, {
273
273
  default: Vue.withCtx(() => [
274
- Vue.createVNode(Vue.unref(index$f.List))
274
+ Vue.createVNode(Vue.unref(index$f.WarningFilled))
275
275
  ]),
276
276
  _: 1
277
277
  })
@@ -322,5 +322,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
322
322
  };
323
323
  }
324
324
  });
325
- const _FormItem = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-662c8461"]]);
325
+ const _FormItem = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-0535ed33"]]);
326
326
  exports.default = _FormItem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fecp/designer",
3
- "version": "5.6.8",
3
+ "version": "5.6.9",
4
4
  "main": "lib/designer/index.js",
5
5
  "module": "es/designer/index.mjs",
6
6
  "files": [