@fecp/designer 5.4.71 → 5.4.73

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 (37) 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/layout/header/index.vue.mjs +1 -1
  6. package/es/designer/src/packages/advancedFilter/ValueInput.vue2.mjs +1 -1
  7. package/es/designer/src/packages/dataLinkage/index.vue.mjs +1 -1
  8. package/es/designer/src/packages/dialogGlobal/index.vue.mjs +1 -1
  9. package/es/designer/src/packages/event/pageEvent.vue.mjs +2 -2
  10. package/es/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.mjs +1 -1
  11. package/es/designer/src/packages/eventFlow/dialog/action/index.vue2.mjs +2 -2
  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/prod/index.vue.mjs +1 -1
  16. package/es/designer/src/packages/table/headerBtn.vue.mjs +1 -1
  17. package/es/designer.css +51 -51
  18. package/es/packages/vue/src/components/forms/form/Form.vue.mjs +2 -2
  19. package/lib/designer/package.json.js +1 -1
  20. package/lib/designer/src/components/DocumentParam.vue.js +1 -1
  21. package/lib/designer/src/components/ParamsConfig.vue2.js +1 -1
  22. package/lib/designer/src/layout/aside/HiddenFieldDialog.vue.js +1 -1
  23. package/lib/designer/src/layout/header/index.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/dialogGlobal/index.vue.js +1 -1
  27. package/lib/designer/src/packages/event/pageEvent.vue.js +2 -2
  28. package/lib/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.js +1 -1
  29. package/lib/designer/src/packages/eventFlow/dialog/action/index.vue2.js +2 -2
  30. package/lib/designer/src/packages/form/property/approvalHistory.vue.js +1 -1
  31. package/lib/designer/src/packages/form/property/contract.vue.js +1 -1
  32. package/lib/designer/src/packages/form/property/subForm.vue.js +1 -1
  33. package/lib/designer/src/packages/prod/index.vue.js +1 -1
  34. package/lib/designer/src/packages/table/headerBtn.vue.js +1 -1
  35. package/lib/designer.css +51 -51
  36. package/lib/packages/vue/src/components/forms/form/Form.vue.js +2 -2
  37. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- const version = "5.4.71";
1
+ const version = "5.4.73";
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.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";
@@ -30,7 +30,7 @@ import { ElMessage } from "../../../../node_modules/element-plus/es/components/m
30
30
  const _hoisted_1 = { class: "dev-title" };
31
31
  const _hoisted_2 = { class: "logo" };
32
32
  const _hoisted_3 = { class: "version" };
33
- const _hoisted_4 = { class: "header-title" };
33
+ const _hoisted_4 = { class: "dev-header-title" };
34
34
  const _hoisted_5 = { class: "title-row" };
35
35
  const _hoisted_6 = { class: "template-name" };
36
36
  const _hoisted_7 = { class: "template-key" };
@@ -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.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 "../../axios/config.mjs";
35
35
  import "../../../../_virtual/FileSaver.min.mjs";
36
36
  import "../../../../_virtual/index.mjs";
@@ -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 */
@@ -165,7 +165,7 @@ const _sfc_main = {
165
165
  style: { "background-color": "#f2f2f2" }
166
166
  }, {
167
167
  default: withCtx(() => _cache[3] || (_cache[3] = [
168
- createElementVNode("span", { class: "header-title" }, "页面生命周期", -1)
168
+ createElementVNode("span", { class: "dev-header-title" }, "页面生命周期", -1)
169
169
  ])),
170
170
  _: 1
171
171
  }),
@@ -268,7 +268,7 @@ const _sfc_main = {
268
268
  };
269
269
  }
270
270
  };
271
- const PageEvent = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-6bd0ac6f"]]);
271
+ const PageEvent = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-824c7c40"]]);
272
272
  export {
273
273
  PageEvent as default
274
274
  };
@@ -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";
@@ -98,7 +98,7 @@ const _sfc_main = {
98
98
  ]),
99
99
  _: 1
100
100
  }),
101
- _cache[0] || (_cache[0] = createElementVNode("span", { class: "header-title" }, "执行动作", -1))
101
+ _cache[0] || (_cache[0] = createElementVNode("span", { class: "dev-header-title" }, "执行动作", -1))
102
102
  ]),
103
103
  createVNode(_component_el_scrollbar, { class: "menu-scrollbar" }, {
104
104
  default: withCtx(() => [
@@ -217,7 +217,7 @@ const _sfc_main = {
217
217
  };
218
218
  }
219
219
  };
220
- const Action = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-e0c5ade3"]]);
220
+ const Action = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-d155ddb6"]]);
221
221
  export {
222
222
  Action as default
223
223
  };
@@ -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";
@@ -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.vue2.mjs";
20
+ import ValueSelector from "../../../components/ValueSelector.vue.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.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";
@@ -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.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
@@ -2339,18 +2339,18 @@ to {
2339
2339
  }
2340
2340
  .setting-btn.is-configured .edit-btn[data-v-24627e56] {
2341
2341
  display: inline-block;
2342
- }.action-dialog[data-v-e0c5ade3] .el-header {
2342
+ }.action-dialog[data-v-d155ddb6] .el-header {
2343
2343
  font-weight: 600;
2344
2344
  color: #303133;
2345
2345
  border-bottom: 1px solid #ebeef5;
2346
2346
  background: #fff;
2347
2347
  }
2348
- .action-dialog[data-v-e0c5ade3] .el-main {
2348
+ .action-dialog[data-v-d155ddb6] .el-main {
2349
2349
  padding: 0;
2350
2350
  overflow: hidden;
2351
2351
  border: none;
2352
2352
  }
2353
- .menu-header[data-v-e0c5ade3] {
2353
+ .menu-header[data-v-d155ddb6] {
2354
2354
  display: flex;
2355
2355
  align-items: center;
2356
2356
  gap: 8px;
@@ -2358,69 +2358,69 @@ to {
2358
2358
  border-bottom: 1px solid #ebeef5;
2359
2359
  background: #fff;
2360
2360
  }
2361
- .menu-header .header-icon[data-v-e0c5ade3] {
2361
+ .menu-header .header-icon[data-v-d155ddb6] {
2362
2362
  font-size: 18px;
2363
2363
  color: #409eff;
2364
2364
  }
2365
- .menu-header .header-title[data-v-e0c5ade3] {
2365
+ .menu-header .dev-header-title[data-v-d155ddb6] {
2366
2366
  font-size: 15px;
2367
2367
  font-weight: 600;
2368
2368
  color: #303133;
2369
2369
  }
2370
- .menu-scrollbar[data-v-e0c5ade3] {
2370
+ .menu-scrollbar[data-v-d155ddb6] {
2371
2371
  height: calc(100% - 61px);
2372
2372
  }
2373
- .menu-scrollbar[data-v-e0c5ade3] .el-scrollbar__wrap {
2373
+ .menu-scrollbar[data-v-d155ddb6] .el-scrollbar__wrap {
2374
2374
  overflow-x: hidden;
2375
2375
  }
2376
- .menu-scrollbar[data-v-e0c5ade3] .el-menu {
2376
+ .menu-scrollbar[data-v-d155ddb6] .el-menu {
2377
2377
  border: none;
2378
2378
  }
2379
- .menu-scrollbar[data-v-e0c5ade3] .el-menu .el-sub-menu__title {
2379
+ .menu-scrollbar[data-v-d155ddb6] .el-menu .el-sub-menu__title {
2380
2380
  padding: 12px 20px;
2381
2381
  margin: 0;
2382
2382
  height: auto;
2383
2383
  line-height: 1.5;
2384
2384
  transition: all 0.3s;
2385
2385
  }
2386
- .menu-scrollbar[data-v-e0c5ade3] .el-menu .el-sub-menu__title:hover {
2386
+ .menu-scrollbar[data-v-d155ddb6] .el-menu .el-sub-menu__title:hover {
2387
2387
  background: #f5f7fa !important;
2388
2388
  }
2389
- .menu-scrollbar[data-v-e0c5ade3] .el-menu .el-menu-item {
2389
+ .menu-scrollbar[data-v-d155ddb6] .el-menu .el-menu-item {
2390
2390
  padding-left: 52px !important;
2391
2391
  margin: 4px 8px;
2392
2392
  border-radius: 4px;
2393
2393
  transition: all 0.3s;
2394
2394
  }
2395
- .menu-scrollbar[data-v-e0c5ade3] .el-menu .el-menu-item:hover {
2395
+ .menu-scrollbar[data-v-d155ddb6] .el-menu .el-menu-item:hover {
2396
2396
  background: #e6f7ff !important;
2397
2397
  color: #409eff;
2398
2398
  }
2399
- .menu-scrollbar[data-v-e0c5ade3] .el-menu .el-menu-item.is-active {
2399
+ .menu-scrollbar[data-v-d155ddb6] .el-menu .el-menu-item.is-active {
2400
2400
  background: #409eff !important;
2401
2401
  color: #fff;
2402
2402
  }
2403
- .menu-scrollbar[data-v-e0c5ade3] .el-menu .el-menu-item.is-active::before {
2403
+ .menu-scrollbar[data-v-d155ddb6] .el-menu .el-menu-item.is-active::before {
2404
2404
  display: none;
2405
2405
  }
2406
- .menu-scrollbar[data-v-e0c5ade3] .el-menu .el-sub-menu .el-menu-item {
2406
+ .menu-scrollbar[data-v-d155ddb6] .el-menu .el-sub-menu .el-menu-item {
2407
2407
  padding-left: 52px !important;
2408
2408
  height: 40px;
2409
2409
  }
2410
- .menu-category .category-title[data-v-e0c5ade3] {
2410
+ .menu-category .category-title[data-v-d155ddb6] {
2411
2411
  display: flex;
2412
2412
  align-items: center;
2413
2413
  gap: 10px;
2414
2414
  width: 100%;
2415
2415
  }
2416
- .menu-category .category-title .category-icon[data-v-e0c5ade3] {
2416
+ .menu-category .category-title .category-icon[data-v-d155ddb6] {
2417
2417
  font-size: 16px;
2418
2418
  color: #909399;
2419
2419
  }
2420
- .menu-item .menu-item-text[data-v-e0c5ade3] {
2420
+ .menu-item .menu-item-text[data-v-d155ddb6] {
2421
2421
  font-size: 14px;
2422
2422
  }
2423
- .event-behavior-title[data-v-e0c5ade3] {
2423
+ .event-behavior-title[data-v-d155ddb6] {
2424
2424
  font-size: 13px;
2425
2425
  font-weight: 600;
2426
2426
  color: #303133;
@@ -2429,7 +2429,7 @@ to {
2429
2429
  border-bottom: 2px solid #409eff;
2430
2430
  display: inline-block;
2431
2431
  }
2432
- .action-desc[data-v-e0c5ade3] {
2432
+ .action-desc[data-v-d155ddb6] {
2433
2433
  font-size: 12px;
2434
2434
  font-weight: initial;
2435
2435
  color: #aaaaaa;
@@ -2472,14 +2472,14 @@ to {
2472
2472
  display: flex;
2473
2473
  align-items: center;
2474
2474
  flex-direction: column;
2475
- }.header-title[data-v-6bd0ac6f] {
2475
+ }.dev-header-title[data-v-824c7c40] {
2476
2476
  font-size: 14px;
2477
2477
  font-weight: 500;
2478
2478
  color: #303133;
2479
2479
  line-height: 40px;
2480
2480
  padding-left: 12px;
2481
2481
  }
2482
- .event-menu-item[data-v-6bd0ac6f] {
2482
+ .event-menu-item[data-v-824c7c40] {
2483
2483
  padding: 10px;
2484
2484
  border: 1px solid #ebeef5;
2485
2485
  margin-bottom: 8px;
@@ -2488,16 +2488,16 @@ to {
2488
2488
  cursor: pointer;
2489
2489
  transition: all 0.3s;
2490
2490
  }
2491
- .event-menu-item.is-active[data-v-6bd0ac6f] {
2491
+ .event-menu-item.is-active[data-v-824c7c40] {
2492
2492
  border-color: #409eff;
2493
2493
  background-color: #ecf5ff;
2494
2494
  }
2495
- .event-menu-item.is-error[data-v-6bd0ac6f] {
2495
+ .event-menu-item.is-error[data-v-824c7c40] {
2496
2496
  border-color: #f56c6c;
2497
2497
  background-color: #fef0f0;
2498
2498
  position: relative;
2499
2499
  }
2500
- .event-menu-item.is-error[data-v-6bd0ac6f]::before {
2500
+ .event-menu-item.is-error[data-v-824c7c40]::before {
2501
2501
  content: "!";
2502
2502
  position: absolute;
2503
2503
  top: -8px;
@@ -2514,38 +2514,38 @@ to {
2514
2514
  font-size: 14px;
2515
2515
  z-index: 1;
2516
2516
  }
2517
- .event-menu-item.is-error.is-active[data-v-6bd0ac6f] {
2517
+ .event-menu-item.is-error.is-active[data-v-824c7c40] {
2518
2518
  background-color: #fde2e2;
2519
2519
  }
2520
- .event-menu-item[data-v-6bd0ac6f]:hover:not(.is-error) {
2520
+ .event-menu-item[data-v-824c7c40]:hover:not(.is-error) {
2521
2521
  border-color: #c6e2ff;
2522
2522
  }
2523
- .event-menu-item.is-error[data-v-6bd0ac6f]:hover {
2523
+ .event-menu-item.is-error[data-v-824c7c40]:hover {
2524
2524
  border-color: #fabebe;
2525
2525
  background-color: #fde2e2;
2526
2526
  }
2527
- .event-title[data-v-6bd0ac6f] {
2527
+ .event-title[data-v-824c7c40] {
2528
2528
  display: flex;
2529
2529
  justify-content: space-between;
2530
2530
  align-items: center;
2531
2531
  }
2532
- .event-method[data-v-6bd0ac6f] {
2532
+ .event-method[data-v-824c7c40] {
2533
2533
  display: flex;
2534
2534
  align-items: flex-start;
2535
2535
  flex-direction: column;
2536
2536
  gap: 3px;
2537
2537
  }
2538
- .event-method span[data-v-6bd0ac6f]:first-child {
2538
+ .event-method span[data-v-824c7c40]:first-child {
2539
2539
  color: #67c23a;
2540
2540
  }
2541
- .event-method span:first-child span[data-v-6bd0ac6f] {
2541
+ .event-method span:first-child span[data-v-824c7c40] {
2542
2542
  color: #303133;
2543
2543
  }
2544
- .event-method .event-label[data-v-6bd0ac6f] {
2544
+ .event-method .event-label[data-v-824c7c40] {
2545
2545
  color: #909399;
2546
2546
  font-size: 12px;
2547
2547
  }
2548
- .empty-selection[data-v-6bd0ac6f] {
2548
+ .empty-selection[data-v-824c7c40] {
2549
2549
  display: flex;
2550
2550
  align-items: center;
2551
2551
  justify-content: center;
@@ -2553,19 +2553,19 @@ to {
2553
2553
  color: #909399;
2554
2554
  font-size: 14px;
2555
2555
  }
2556
- .tab-content[data-v-6bd0ac6f] {
2556
+ .tab-content[data-v-824c7c40] {
2557
2557
  height: 600px;
2558
2558
  overflow: auto;
2559
2559
  background-color: #f2f3f5;
2560
2560
  }
2561
- .event-tabs[data-v-6bd0ac6f] .el-tabs__header {
2561
+ .event-tabs[data-v-824c7c40] .el-tabs__header {
2562
2562
  margin-bottom: 0px;
2563
2563
  padding: 0 18px;
2564
2564
  }
2565
- .event-tabs[data-v-6bd0ac6f] .el-tabs__nav-wrap:after {
2565
+ .event-tabs[data-v-824c7c40] .el-tabs__nav-wrap:after {
2566
2566
  display: none;
2567
2567
  }
2568
- .delete-icon[data-v-6bd0ac6f] {
2568
+ .delete-icon[data-v-824c7c40] {
2569
2569
  color: #f56c6c;
2570
2570
  }.field-selection[data-v-df0c3263] {
2571
2571
  padding: 0;
@@ -3139,7 +3139,7 @@ to {
3139
3139
  height: 32px;
3140
3140
  width: auto;
3141
3141
  }
3142
- .dev-root-header .header-title {
3142
+ .dev-root-header .dev-header-title {
3143
3143
  color: #fff;
3144
3144
  position: absolute;
3145
3145
  margin: auto;
@@ -3155,12 +3155,12 @@ to {
3155
3155
  flex-direction: column;
3156
3156
  line-height: 20px;
3157
3157
  }
3158
- .dev-root-header .header-title .title-row {
3158
+ .dev-root-header .dev-header-title .title-row {
3159
3159
  display: flex;
3160
3160
  align-items: center;
3161
3161
  gap: 3px;
3162
3162
  }
3163
- .dev-root-header .header-title .title-row .template-name {
3163
+ .dev-root-header .dev-header-title .title-row .template-name {
3164
3164
  font-size: 16px;
3165
3165
  font-weight: 500;
3166
3166
  color: #fff;
@@ -3169,7 +3169,7 @@ to {
3169
3169
  overflow: hidden;
3170
3170
  text-overflow: ellipsis;
3171
3171
  }
3172
- .dev-root-header .header-title .title-row .edit-icon {
3172
+ .dev-root-header .dev-header-title .title-row .edit-icon {
3173
3173
  font-size: 16px;
3174
3174
  cursor: pointer;
3175
3175
  color: #a8b7c7;
@@ -3177,11 +3177,11 @@ to {
3177
3177
  padding: 4px;
3178
3178
  border-radius: 4px;
3179
3179
  }
3180
- .dev-root-header .header-title .title-row .edit-icon:hover {
3180
+ .dev-root-header .dev-header-title .title-row .edit-icon:hover {
3181
3181
  color: #fff;
3182
3182
  background-color: rgba(255, 255, 255, 0.1);
3183
3183
  }
3184
- .dev-root-header .header-title .template-key {
3184
+ .dev-root-header .dev-header-title .template-key {
3185
3185
  font-size: 13px;
3186
3186
  color: #f0f3f7;
3187
3187
  max-width: 400px;
@@ -5912,22 +5912,22 @@ body,
5912
5912
  width: 80px;
5913
5913
  font-size: var(--el-font-size-extra-small);
5914
5914
  }
5915
- .fec-form[data-v-1fa44a75] {
5915
+ .fec-form[data-v-d4e6424d] {
5916
5916
  height: 100%;
5917
5917
  }
5918
- [data-v-1fa44a75] .vgl-item {
5918
+ [data-v-d4e6424d] .vgl-item {
5919
5919
  transition: none;
5920
5920
  }
5921
- [data-v-1fa44a75] .vgl-item > .el-form-item {
5921
+ [data-v-d4e6424d] .vgl-item > .el-form-item {
5922
5922
  width: 100%;
5923
5923
  padding: 6px 8px 0 8px;
5924
5924
  height: calc(100% - 15px);
5925
5925
  display: flex;
5926
5926
  }
5927
- [data-v-1fa44a75] .vgl-item > .el-form-item.el-form-item--label-top {
5927
+ [data-v-d4e6424d] .vgl-item > .el-form-item.el-form-item--label-top {
5928
5928
  flex-direction: column;
5929
5929
  }
5930
- [data-v-1fa44a75] .vgl-item > .el-form-item .el-form-item__label {
5930
+ [data-v-d4e6424d] .vgl-item > .el-form-item .el-form-item__label {
5931
5931
  line-height: 20px;
5932
5932
  display: flex;
5933
5933
  align-items: center;
@@ -5936,10 +5936,10 @@ body,
5936
5936
  flex-wrap: wrap;
5937
5937
  white-space: normal;
5938
5938
  }
5939
- [data-v-1fa44a75] .vgl-item > .el-form-item .el-form-item__error {
5939
+ [data-v-d4e6424d] .vgl-item > .el-form-item .el-form-item__error {
5940
5940
  padding-top: 10px;
5941
5941
  }
5942
- [data-v-1fa44a75] .vgl-item > .el-container {
5942
+ [data-v-d4e6424d] .vgl-item > .el-container {
5943
5943
  height: auto !important;
5944
5944
  }.cell-content .cell-text[data-v-3e5372d4] {
5945
5945
  display: inline-block;
@@ -1031,7 +1031,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
1031
1031
  model: formData.value,
1032
1032
  rules: formRules.value,
1033
1033
  "label-position": localConfig.value.labelPosition,
1034
- style: normalizeStyle({ padding: __props.isSubForm ? "0" : "12px" }),
1034
+ style: normalizeStyle({ padding: __props.isSubForm ? "0" : "12px", width: "100%" }),
1035
1035
  "validate-on-rule-change": false,
1036
1036
  size: "large",
1037
1037
  "scroll-to-error": ""
@@ -1091,7 +1091,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
1091
1091
  };
1092
1092
  }
1093
1093
  });
1094
- const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-1fa44a75"]]);
1094
+ const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-d4e6424d"]]);
1095
1095
  export {
1096
1096
  _Form as default
1097
1097
  };
@@ -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.71";
3
+ const version = "5.4.73";
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");
@@ -32,7 +32,7 @@ const index$9 = require("../../../../node_modules/element-plus/es/components/mes
32
32
  const _hoisted_1 = { class: "dev-title" };
33
33
  const _hoisted_2 = { class: "logo" };
34
34
  const _hoisted_3 = { class: "version" };
35
- const _hoisted_4 = { class: "header-title" };
35
+ const _hoisted_4 = { class: "dev-header-title" };
36
36
  const _hoisted_5 = { class: "title-row" };
37
37
  const _hoisted_6 = { class: "template-name" };
38
38
  const _hoisted_7 = { class: "template-key" };
@@ -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
  require("../../axios/config.js");
37
37
  require("../../../../_virtual/FileSaver.min.js");
38
38
  require("../../../../_virtual/index.js");
@@ -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 */
@@ -167,7 +167,7 @@ const _sfc_main = {
167
167
  style: { "background-color": "#f2f2f2" }
168
168
  }, {
169
169
  default: vue.withCtx(() => _cache[3] || (_cache[3] = [
170
- vue.createElementVNode("span", { class: "header-title" }, "页面生命周期", -1)
170
+ vue.createElementVNode("span", { class: "dev-header-title" }, "页面生命周期", -1)
171
171
  ])),
172
172
  _: 1
173
173
  }),
@@ -270,5 +270,5 @@ const _sfc_main = {
270
270
  };
271
271
  }
272
272
  };
273
- const PageEvent = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-6bd0ac6f"]]);
273
+ const PageEvent = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-824c7c40"]]);
274
274
  exports.default = PageEvent;
@@ -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");
@@ -100,7 +100,7 @@ const _sfc_main = {
100
100
  ]),
101
101
  _: 1
102
102
  }),
103
- _cache[0] || (_cache[0] = vue.createElementVNode("span", { class: "header-title" }, "执行动作", -1))
103
+ _cache[0] || (_cache[0] = vue.createElementVNode("span", { class: "dev-header-title" }, "执行动作", -1))
104
104
  ]),
105
105
  vue.createVNode(_component_el_scrollbar, { class: "menu-scrollbar" }, {
106
106
  default: vue.withCtx(() => [
@@ -219,5 +219,5 @@ const _sfc_main = {
219
219
  };
220
220
  }
221
221
  };
222
- const Action = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-e0c5ade3"]]);
222
+ const Action = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-d155ddb6"]]);
223
223
  exports.default = Action;
@@ -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");
@@ -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.vue2.js");
22
+ const ValueSelector = require("../../../components/ValueSelector.vue.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.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");
@@ -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
@@ -2339,18 +2339,18 @@ to {
2339
2339
  }
2340
2340
  .setting-btn.is-configured .edit-btn[data-v-24627e56] {
2341
2341
  display: inline-block;
2342
- }.action-dialog[data-v-e0c5ade3] .el-header {
2342
+ }.action-dialog[data-v-d155ddb6] .el-header {
2343
2343
  font-weight: 600;
2344
2344
  color: #303133;
2345
2345
  border-bottom: 1px solid #ebeef5;
2346
2346
  background: #fff;
2347
2347
  }
2348
- .action-dialog[data-v-e0c5ade3] .el-main {
2348
+ .action-dialog[data-v-d155ddb6] .el-main {
2349
2349
  padding: 0;
2350
2350
  overflow: hidden;
2351
2351
  border: none;
2352
2352
  }
2353
- .menu-header[data-v-e0c5ade3] {
2353
+ .menu-header[data-v-d155ddb6] {
2354
2354
  display: flex;
2355
2355
  align-items: center;
2356
2356
  gap: 8px;
@@ -2358,69 +2358,69 @@ to {
2358
2358
  border-bottom: 1px solid #ebeef5;
2359
2359
  background: #fff;
2360
2360
  }
2361
- .menu-header .header-icon[data-v-e0c5ade3] {
2361
+ .menu-header .header-icon[data-v-d155ddb6] {
2362
2362
  font-size: 18px;
2363
2363
  color: #409eff;
2364
2364
  }
2365
- .menu-header .header-title[data-v-e0c5ade3] {
2365
+ .menu-header .dev-header-title[data-v-d155ddb6] {
2366
2366
  font-size: 15px;
2367
2367
  font-weight: 600;
2368
2368
  color: #303133;
2369
2369
  }
2370
- .menu-scrollbar[data-v-e0c5ade3] {
2370
+ .menu-scrollbar[data-v-d155ddb6] {
2371
2371
  height: calc(100% - 61px);
2372
2372
  }
2373
- .menu-scrollbar[data-v-e0c5ade3] .el-scrollbar__wrap {
2373
+ .menu-scrollbar[data-v-d155ddb6] .el-scrollbar__wrap {
2374
2374
  overflow-x: hidden;
2375
2375
  }
2376
- .menu-scrollbar[data-v-e0c5ade3] .el-menu {
2376
+ .menu-scrollbar[data-v-d155ddb6] .el-menu {
2377
2377
  border: none;
2378
2378
  }
2379
- .menu-scrollbar[data-v-e0c5ade3] .el-menu .el-sub-menu__title {
2379
+ .menu-scrollbar[data-v-d155ddb6] .el-menu .el-sub-menu__title {
2380
2380
  padding: 12px 20px;
2381
2381
  margin: 0;
2382
2382
  height: auto;
2383
2383
  line-height: 1.5;
2384
2384
  transition: all 0.3s;
2385
2385
  }
2386
- .menu-scrollbar[data-v-e0c5ade3] .el-menu .el-sub-menu__title:hover {
2386
+ .menu-scrollbar[data-v-d155ddb6] .el-menu .el-sub-menu__title:hover {
2387
2387
  background: #f5f7fa !important;
2388
2388
  }
2389
- .menu-scrollbar[data-v-e0c5ade3] .el-menu .el-menu-item {
2389
+ .menu-scrollbar[data-v-d155ddb6] .el-menu .el-menu-item {
2390
2390
  padding-left: 52px !important;
2391
2391
  margin: 4px 8px;
2392
2392
  border-radius: 4px;
2393
2393
  transition: all 0.3s;
2394
2394
  }
2395
- .menu-scrollbar[data-v-e0c5ade3] .el-menu .el-menu-item:hover {
2395
+ .menu-scrollbar[data-v-d155ddb6] .el-menu .el-menu-item:hover {
2396
2396
  background: #e6f7ff !important;
2397
2397
  color: #409eff;
2398
2398
  }
2399
- .menu-scrollbar[data-v-e0c5ade3] .el-menu .el-menu-item.is-active {
2399
+ .menu-scrollbar[data-v-d155ddb6] .el-menu .el-menu-item.is-active {
2400
2400
  background: #409eff !important;
2401
2401
  color: #fff;
2402
2402
  }
2403
- .menu-scrollbar[data-v-e0c5ade3] .el-menu .el-menu-item.is-active::before {
2403
+ .menu-scrollbar[data-v-d155ddb6] .el-menu .el-menu-item.is-active::before {
2404
2404
  display: none;
2405
2405
  }
2406
- .menu-scrollbar[data-v-e0c5ade3] .el-menu .el-sub-menu .el-menu-item {
2406
+ .menu-scrollbar[data-v-d155ddb6] .el-menu .el-sub-menu .el-menu-item {
2407
2407
  padding-left: 52px !important;
2408
2408
  height: 40px;
2409
2409
  }
2410
- .menu-category .category-title[data-v-e0c5ade3] {
2410
+ .menu-category .category-title[data-v-d155ddb6] {
2411
2411
  display: flex;
2412
2412
  align-items: center;
2413
2413
  gap: 10px;
2414
2414
  width: 100%;
2415
2415
  }
2416
- .menu-category .category-title .category-icon[data-v-e0c5ade3] {
2416
+ .menu-category .category-title .category-icon[data-v-d155ddb6] {
2417
2417
  font-size: 16px;
2418
2418
  color: #909399;
2419
2419
  }
2420
- .menu-item .menu-item-text[data-v-e0c5ade3] {
2420
+ .menu-item .menu-item-text[data-v-d155ddb6] {
2421
2421
  font-size: 14px;
2422
2422
  }
2423
- .event-behavior-title[data-v-e0c5ade3] {
2423
+ .event-behavior-title[data-v-d155ddb6] {
2424
2424
  font-size: 13px;
2425
2425
  font-weight: 600;
2426
2426
  color: #303133;
@@ -2429,7 +2429,7 @@ to {
2429
2429
  border-bottom: 2px solid #409eff;
2430
2430
  display: inline-block;
2431
2431
  }
2432
- .action-desc[data-v-e0c5ade3] {
2432
+ .action-desc[data-v-d155ddb6] {
2433
2433
  font-size: 12px;
2434
2434
  font-weight: initial;
2435
2435
  color: #aaaaaa;
@@ -2472,14 +2472,14 @@ to {
2472
2472
  display: flex;
2473
2473
  align-items: center;
2474
2474
  flex-direction: column;
2475
- }.header-title[data-v-6bd0ac6f] {
2475
+ }.dev-header-title[data-v-824c7c40] {
2476
2476
  font-size: 14px;
2477
2477
  font-weight: 500;
2478
2478
  color: #303133;
2479
2479
  line-height: 40px;
2480
2480
  padding-left: 12px;
2481
2481
  }
2482
- .event-menu-item[data-v-6bd0ac6f] {
2482
+ .event-menu-item[data-v-824c7c40] {
2483
2483
  padding: 10px;
2484
2484
  border: 1px solid #ebeef5;
2485
2485
  margin-bottom: 8px;
@@ -2488,16 +2488,16 @@ to {
2488
2488
  cursor: pointer;
2489
2489
  transition: all 0.3s;
2490
2490
  }
2491
- .event-menu-item.is-active[data-v-6bd0ac6f] {
2491
+ .event-menu-item.is-active[data-v-824c7c40] {
2492
2492
  border-color: #409eff;
2493
2493
  background-color: #ecf5ff;
2494
2494
  }
2495
- .event-menu-item.is-error[data-v-6bd0ac6f] {
2495
+ .event-menu-item.is-error[data-v-824c7c40] {
2496
2496
  border-color: #f56c6c;
2497
2497
  background-color: #fef0f0;
2498
2498
  position: relative;
2499
2499
  }
2500
- .event-menu-item.is-error[data-v-6bd0ac6f]::before {
2500
+ .event-menu-item.is-error[data-v-824c7c40]::before {
2501
2501
  content: "!";
2502
2502
  position: absolute;
2503
2503
  top: -8px;
@@ -2514,38 +2514,38 @@ to {
2514
2514
  font-size: 14px;
2515
2515
  z-index: 1;
2516
2516
  }
2517
- .event-menu-item.is-error.is-active[data-v-6bd0ac6f] {
2517
+ .event-menu-item.is-error.is-active[data-v-824c7c40] {
2518
2518
  background-color: #fde2e2;
2519
2519
  }
2520
- .event-menu-item[data-v-6bd0ac6f]:hover:not(.is-error) {
2520
+ .event-menu-item[data-v-824c7c40]:hover:not(.is-error) {
2521
2521
  border-color: #c6e2ff;
2522
2522
  }
2523
- .event-menu-item.is-error[data-v-6bd0ac6f]:hover {
2523
+ .event-menu-item.is-error[data-v-824c7c40]:hover {
2524
2524
  border-color: #fabebe;
2525
2525
  background-color: #fde2e2;
2526
2526
  }
2527
- .event-title[data-v-6bd0ac6f] {
2527
+ .event-title[data-v-824c7c40] {
2528
2528
  display: flex;
2529
2529
  justify-content: space-between;
2530
2530
  align-items: center;
2531
2531
  }
2532
- .event-method[data-v-6bd0ac6f] {
2532
+ .event-method[data-v-824c7c40] {
2533
2533
  display: flex;
2534
2534
  align-items: flex-start;
2535
2535
  flex-direction: column;
2536
2536
  gap: 3px;
2537
2537
  }
2538
- .event-method span[data-v-6bd0ac6f]:first-child {
2538
+ .event-method span[data-v-824c7c40]:first-child {
2539
2539
  color: #67c23a;
2540
2540
  }
2541
- .event-method span:first-child span[data-v-6bd0ac6f] {
2541
+ .event-method span:first-child span[data-v-824c7c40] {
2542
2542
  color: #303133;
2543
2543
  }
2544
- .event-method .event-label[data-v-6bd0ac6f] {
2544
+ .event-method .event-label[data-v-824c7c40] {
2545
2545
  color: #909399;
2546
2546
  font-size: 12px;
2547
2547
  }
2548
- .empty-selection[data-v-6bd0ac6f] {
2548
+ .empty-selection[data-v-824c7c40] {
2549
2549
  display: flex;
2550
2550
  align-items: center;
2551
2551
  justify-content: center;
@@ -2553,19 +2553,19 @@ to {
2553
2553
  color: #909399;
2554
2554
  font-size: 14px;
2555
2555
  }
2556
- .tab-content[data-v-6bd0ac6f] {
2556
+ .tab-content[data-v-824c7c40] {
2557
2557
  height: 600px;
2558
2558
  overflow: auto;
2559
2559
  background-color: #f2f3f5;
2560
2560
  }
2561
- .event-tabs[data-v-6bd0ac6f] .el-tabs__header {
2561
+ .event-tabs[data-v-824c7c40] .el-tabs__header {
2562
2562
  margin-bottom: 0px;
2563
2563
  padding: 0 18px;
2564
2564
  }
2565
- .event-tabs[data-v-6bd0ac6f] .el-tabs__nav-wrap:after {
2565
+ .event-tabs[data-v-824c7c40] .el-tabs__nav-wrap:after {
2566
2566
  display: none;
2567
2567
  }
2568
- .delete-icon[data-v-6bd0ac6f] {
2568
+ .delete-icon[data-v-824c7c40] {
2569
2569
  color: #f56c6c;
2570
2570
  }.field-selection[data-v-df0c3263] {
2571
2571
  padding: 0;
@@ -3139,7 +3139,7 @@ to {
3139
3139
  height: 32px;
3140
3140
  width: auto;
3141
3141
  }
3142
- .dev-root-header .header-title {
3142
+ .dev-root-header .dev-header-title {
3143
3143
  color: #fff;
3144
3144
  position: absolute;
3145
3145
  margin: auto;
@@ -3155,12 +3155,12 @@ to {
3155
3155
  flex-direction: column;
3156
3156
  line-height: 20px;
3157
3157
  }
3158
- .dev-root-header .header-title .title-row {
3158
+ .dev-root-header .dev-header-title .title-row {
3159
3159
  display: flex;
3160
3160
  align-items: center;
3161
3161
  gap: 3px;
3162
3162
  }
3163
- .dev-root-header .header-title .title-row .template-name {
3163
+ .dev-root-header .dev-header-title .title-row .template-name {
3164
3164
  font-size: 16px;
3165
3165
  font-weight: 500;
3166
3166
  color: #fff;
@@ -3169,7 +3169,7 @@ to {
3169
3169
  overflow: hidden;
3170
3170
  text-overflow: ellipsis;
3171
3171
  }
3172
- .dev-root-header .header-title .title-row .edit-icon {
3172
+ .dev-root-header .dev-header-title .title-row .edit-icon {
3173
3173
  font-size: 16px;
3174
3174
  cursor: pointer;
3175
3175
  color: #a8b7c7;
@@ -3177,11 +3177,11 @@ to {
3177
3177
  padding: 4px;
3178
3178
  border-radius: 4px;
3179
3179
  }
3180
- .dev-root-header .header-title .title-row .edit-icon:hover {
3180
+ .dev-root-header .dev-header-title .title-row .edit-icon:hover {
3181
3181
  color: #fff;
3182
3182
  background-color: rgba(255, 255, 255, 0.1);
3183
3183
  }
3184
- .dev-root-header .header-title .template-key {
3184
+ .dev-root-header .dev-header-title .template-key {
3185
3185
  font-size: 13px;
3186
3186
  color: #f0f3f7;
3187
3187
  max-width: 400px;
@@ -5912,22 +5912,22 @@ body,
5912
5912
  width: 80px;
5913
5913
  font-size: var(--el-font-size-extra-small);
5914
5914
  }
5915
- .fec-form[data-v-1fa44a75] {
5915
+ .fec-form[data-v-d4e6424d] {
5916
5916
  height: 100%;
5917
5917
  }
5918
- [data-v-1fa44a75] .vgl-item {
5918
+ [data-v-d4e6424d] .vgl-item {
5919
5919
  transition: none;
5920
5920
  }
5921
- [data-v-1fa44a75] .vgl-item > .el-form-item {
5921
+ [data-v-d4e6424d] .vgl-item > .el-form-item {
5922
5922
  width: 100%;
5923
5923
  padding: 6px 8px 0 8px;
5924
5924
  height: calc(100% - 15px);
5925
5925
  display: flex;
5926
5926
  }
5927
- [data-v-1fa44a75] .vgl-item > .el-form-item.el-form-item--label-top {
5927
+ [data-v-d4e6424d] .vgl-item > .el-form-item.el-form-item--label-top {
5928
5928
  flex-direction: column;
5929
5929
  }
5930
- [data-v-1fa44a75] .vgl-item > .el-form-item .el-form-item__label {
5930
+ [data-v-d4e6424d] .vgl-item > .el-form-item .el-form-item__label {
5931
5931
  line-height: 20px;
5932
5932
  display: flex;
5933
5933
  align-items: center;
@@ -5936,10 +5936,10 @@ body,
5936
5936
  flex-wrap: wrap;
5937
5937
  white-space: normal;
5938
5938
  }
5939
- [data-v-1fa44a75] .vgl-item > .el-form-item .el-form-item__error {
5939
+ [data-v-d4e6424d] .vgl-item > .el-form-item .el-form-item__error {
5940
5940
  padding-top: 10px;
5941
5941
  }
5942
- [data-v-1fa44a75] .vgl-item > .el-container {
5942
+ [data-v-d4e6424d] .vgl-item > .el-container {
5943
5943
  height: auto !important;
5944
5944
  }.cell-content .cell-text[data-v-3e5372d4] {
5945
5945
  display: inline-block;
@@ -1033,7 +1033,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
1033
1033
  model: formData.value,
1034
1034
  rules: formRules.value,
1035
1035
  "label-position": localConfig.value.labelPosition,
1036
- style: vue.normalizeStyle({ padding: __props.isSubForm ? "0" : "12px" }),
1036
+ style: vue.normalizeStyle({ padding: __props.isSubForm ? "0" : "12px", width: "100%" }),
1037
1037
  "validate-on-rule-change": false,
1038
1038
  size: "large",
1039
1039
  "scroll-to-error": ""
@@ -1093,5 +1093,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
1093
1093
  };
1094
1094
  }
1095
1095
  });
1096
- const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-1fa44a75"]]);
1096
+ const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-d4e6424d"]]);
1097
1097
  exports.default = _Form;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fecp/designer",
3
- "version": "5.4.71",
3
+ "version": "5.4.73",
4
4
  "main": "lib/designer/index.js",
5
5
  "module": "es/designer/index.mjs",
6
6
  "files": [