@fecp/designer 5.4.72 → 5.4.74
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.
- package/es/designer/package.json.mjs +1 -1
- package/es/designer/src/layout/header/index.vue.mjs +1 -1
- package/es/designer/src/packages/event/pageEvent.vue.mjs +2 -2
- package/es/designer/src/packages/eventFlow/dialog/action/index.vue2.mjs +2 -2
- package/es/designer.css +54 -52
- package/es/packages/vue/src/components/forms/form/Form.vue.mjs +1 -1
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/layout/header/index.vue.js +1 -1
- package/lib/designer/src/packages/event/pageEvent.vue.js +2 -2
- package/lib/designer/src/packages/eventFlow/dialog/action/index.vue2.js +2 -2
- package/lib/designer.css +54 -52
- package/lib/packages/vue/src/components/forms/form/Form.vue.js +1 -1
- package/package.json +1 -1
|
@@ -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" };
|
|
@@ -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-
|
|
271
|
+
const PageEvent = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-824c7c40"]]);
|
|
272
272
|
export {
|
|
273
273
|
PageEvent as default
|
|
274
274
|
};
|
|
@@ -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-
|
|
220
|
+
const Action = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-d155ddb6"]]);
|
|
221
221
|
export {
|
|
222
222
|
Action as default
|
|
223
223
|
};
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
2370
|
+
.menu-scrollbar[data-v-d155ddb6] {
|
|
2371
2371
|
height: calc(100% - 61px);
|
|
2372
2372
|
}
|
|
2373
|
-
.menu-scrollbar[data-v-
|
|
2373
|
+
.menu-scrollbar[data-v-d155ddb6] .el-scrollbar__wrap {
|
|
2374
2374
|
overflow-x: hidden;
|
|
2375
2375
|
}
|
|
2376
|
-
.menu-scrollbar[data-v-
|
|
2376
|
+
.menu-scrollbar[data-v-d155ddb6] .el-menu {
|
|
2377
2377
|
border: none;
|
|
2378
2378
|
}
|
|
2379
|
-
.menu-scrollbar[data-v-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
2420
|
+
.menu-item .menu-item-text[data-v-d155ddb6] {
|
|
2421
2421
|
font-size: 14px;
|
|
2422
2422
|
}
|
|
2423
|
-
.event-behavior-title[data-v-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
2517
|
+
.event-menu-item.is-error.is-active[data-v-824c7c40] {
|
|
2518
2518
|
background-color: #fde2e2;
|
|
2519
2519
|
}
|
|
2520
|
-
.event-menu-item[data-v-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
2538
|
+
.event-method span[data-v-824c7c40]:first-child {
|
|
2539
2539
|
color: #67c23a;
|
|
2540
2540
|
}
|
|
2541
|
-
.event-method span:first-child span[data-v-
|
|
2541
|
+
.event-method span:first-child span[data-v-824c7c40] {
|
|
2542
2542
|
color: #303133;
|
|
2543
2543
|
}
|
|
2544
|
-
.event-method .event-label[data-v-
|
|
2544
|
+
.event-method .event-label[data-v-824c7c40] {
|
|
2545
2545
|
color: #909399;
|
|
2546
2546
|
font-size: 12px;
|
|
2547
2547
|
}
|
|
2548
|
-
.empty-selection[data-v-
|
|
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-
|
|
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-
|
|
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-
|
|
2565
|
+
.event-tabs[data-v-824c7c40] .el-tabs__nav-wrap:after {
|
|
2566
2566
|
display: none;
|
|
2567
2567
|
}
|
|
2568
|
-
.delete-icon[data-v-
|
|
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-
|
|
5915
|
+
.fec-form[data-v-3b32945a] {
|
|
5916
5916
|
height: 100%;
|
|
5917
5917
|
}
|
|
5918
|
-
[data-v-
|
|
5918
|
+
[data-v-3b32945a] .vgl-item {
|
|
5919
5919
|
transition: none;
|
|
5920
5920
|
}
|
|
5921
|
-
[data-v-
|
|
5921
|
+
[data-v-3b32945a] .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-
|
|
5927
|
+
[data-v-3b32945a] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
5928
5928
|
flex-direction: column;
|
|
5929
5929
|
}
|
|
5930
|
-
[data-v-
|
|
5930
|
+
[data-v-3b32945a] .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,12 @@ body,
|
|
|
5936
5936
|
flex-wrap: wrap;
|
|
5937
5937
|
white-space: normal;
|
|
5938
5938
|
}
|
|
5939
|
-
[data-v-
|
|
5940
|
-
|
|
5939
|
+
[data-v-3b32945a] .vgl-item > .el-form-item {
|
|
5940
|
+
/* .el-form-item__error {
|
|
5941
|
+
padding-top: 10px;
|
|
5942
|
+
} */
|
|
5941
5943
|
}
|
|
5942
|
-
[data-v-
|
|
5944
|
+
[data-v-3b32945a] .vgl-item > .el-container {
|
|
5943
5945
|
height: auto !important;
|
|
5944
5946
|
}.cell-content .cell-text[data-v-3e5372d4] {
|
|
5945
5947
|
display: inline-block;
|
|
@@ -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-
|
|
1094
|
+
const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-3b32945a"]]);
|
|
1095
1095
|
export {
|
|
1096
1096
|
_Form as default
|
|
1097
1097
|
};
|
|
@@ -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" };
|
|
@@ -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-
|
|
273
|
+
const PageEvent = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-824c7c40"]]);
|
|
274
274
|
exports.default = PageEvent;
|
|
@@ -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-
|
|
222
|
+
const Action = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-d155ddb6"]]);
|
|
223
223
|
exports.default = Action;
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
2370
|
+
.menu-scrollbar[data-v-d155ddb6] {
|
|
2371
2371
|
height: calc(100% - 61px);
|
|
2372
2372
|
}
|
|
2373
|
-
.menu-scrollbar[data-v-
|
|
2373
|
+
.menu-scrollbar[data-v-d155ddb6] .el-scrollbar__wrap {
|
|
2374
2374
|
overflow-x: hidden;
|
|
2375
2375
|
}
|
|
2376
|
-
.menu-scrollbar[data-v-
|
|
2376
|
+
.menu-scrollbar[data-v-d155ddb6] .el-menu {
|
|
2377
2377
|
border: none;
|
|
2378
2378
|
}
|
|
2379
|
-
.menu-scrollbar[data-v-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
2420
|
+
.menu-item .menu-item-text[data-v-d155ddb6] {
|
|
2421
2421
|
font-size: 14px;
|
|
2422
2422
|
}
|
|
2423
|
-
.event-behavior-title[data-v-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
2517
|
+
.event-menu-item.is-error.is-active[data-v-824c7c40] {
|
|
2518
2518
|
background-color: #fde2e2;
|
|
2519
2519
|
}
|
|
2520
|
-
.event-menu-item[data-v-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
2538
|
+
.event-method span[data-v-824c7c40]:first-child {
|
|
2539
2539
|
color: #67c23a;
|
|
2540
2540
|
}
|
|
2541
|
-
.event-method span:first-child span[data-v-
|
|
2541
|
+
.event-method span:first-child span[data-v-824c7c40] {
|
|
2542
2542
|
color: #303133;
|
|
2543
2543
|
}
|
|
2544
|
-
.event-method .event-label[data-v-
|
|
2544
|
+
.event-method .event-label[data-v-824c7c40] {
|
|
2545
2545
|
color: #909399;
|
|
2546
2546
|
font-size: 12px;
|
|
2547
2547
|
}
|
|
2548
|
-
.empty-selection[data-v-
|
|
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-
|
|
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-
|
|
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-
|
|
2565
|
+
.event-tabs[data-v-824c7c40] .el-tabs__nav-wrap:after {
|
|
2566
2566
|
display: none;
|
|
2567
2567
|
}
|
|
2568
|
-
.delete-icon[data-v-
|
|
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-
|
|
5915
|
+
.fec-form[data-v-3b32945a] {
|
|
5916
5916
|
height: 100%;
|
|
5917
5917
|
}
|
|
5918
|
-
[data-v-
|
|
5918
|
+
[data-v-3b32945a] .vgl-item {
|
|
5919
5919
|
transition: none;
|
|
5920
5920
|
}
|
|
5921
|
-
[data-v-
|
|
5921
|
+
[data-v-3b32945a] .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-
|
|
5927
|
+
[data-v-3b32945a] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
5928
5928
|
flex-direction: column;
|
|
5929
5929
|
}
|
|
5930
|
-
[data-v-
|
|
5930
|
+
[data-v-3b32945a] .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,12 @@ body,
|
|
|
5936
5936
|
flex-wrap: wrap;
|
|
5937
5937
|
white-space: normal;
|
|
5938
5938
|
}
|
|
5939
|
-
[data-v-
|
|
5940
|
-
|
|
5939
|
+
[data-v-3b32945a] .vgl-item > .el-form-item {
|
|
5940
|
+
/* .el-form-item__error {
|
|
5941
|
+
padding-top: 10px;
|
|
5942
|
+
} */
|
|
5941
5943
|
}
|
|
5942
|
-
[data-v-
|
|
5944
|
+
[data-v-3b32945a] .vgl-item > .el-container {
|
|
5943
5945
|
height: auto !important;
|
|
5944
5946
|
}.cell-content .cell-text[data-v-3e5372d4] {
|
|
5945
5947
|
display: inline-block;
|
|
@@ -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-
|
|
1096
|
+
const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-3b32945a"]]);
|
|
1097
1097
|
exports.default = _Form;
|