@fecp/designer 5.4.73 → 5.4.75
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/packages/dialog/useDialogDialog.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/useDialogGlobalDialog.mjs +1 -1
- package/es/designer/src/packages/form/property/widgets.vue.mjs +2 -2
- package/es/designer.css +50 -48
- package/es/packages/mobile/src/components/base/card/Card.vue.mjs +2 -2
- package/es/packages/vue/src/components/forms/form/Form.vue.mjs +10 -1
- package/es/packages/vue/src/components/table/CustomButtons.vue.mjs +1 -1
- package/es/packages/vue/src/components/table/DynamicQuery.vue.mjs +1 -1
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/packages/dialog/useDialogDialog.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/useDialogGlobalDialog.js +1 -1
- package/lib/designer/src/packages/form/property/widgets.vue.js +2 -2
- package/lib/designer.css +50 -48
- package/lib/packages/mobile/src/components/base/card/Card.vue.js +2 -2
- package/lib/packages/vue/src/components/forms/form/Form.vue.js +10 -1
- package/lib/packages/vue/src/components/table/CustomButtons.vue.js +1 -1
- package/lib/packages/vue/src/components/table/DynamicQuery.vue.js +1 -1
- package/package.json +1 -1
|
@@ -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";
|
package/es/designer.css
CHANGED
|
@@ -5435,12 +5435,12 @@ body,
|
|
|
5435
5435
|
font-size: 13px;
|
|
5436
5436
|
color: #606266;
|
|
5437
5437
|
margin-left: 8px;
|
|
5438
|
-
}.custom-buttons[data-v-
|
|
5438
|
+
}.custom-buttons[data-v-e370363e] {
|
|
5439
5439
|
display: flex;
|
|
5440
5440
|
align-items: center;
|
|
5441
5441
|
margin: 0 0 0 0;
|
|
5442
5442
|
}
|
|
5443
|
-
.back-icon[data-v-
|
|
5443
|
+
.back-icon[data-v-e370363e] {
|
|
5444
5444
|
display: flex;
|
|
5445
5445
|
align-items: center;
|
|
5446
5446
|
justify-content: center;
|
|
@@ -5453,19 +5453,19 @@ body,
|
|
|
5453
5453
|
margin-left: 4px;
|
|
5454
5454
|
margin-right: -6px;
|
|
5455
5455
|
}
|
|
5456
|
-
.back-icon .el-icon[data-v-
|
|
5456
|
+
.back-icon .el-icon[data-v-e370363e] {
|
|
5457
5457
|
font-size: 14px;
|
|
5458
5458
|
font-weight: 500;
|
|
5459
5459
|
color: var(--el-color-primary);
|
|
5460
5460
|
}
|
|
5461
|
-
.back-icon[data-v-
|
|
5461
|
+
.back-icon[data-v-e370363e]:hover {
|
|
5462
5462
|
opacity: 0.7;
|
|
5463
5463
|
}
|
|
5464
|
-
.template-name[data-v-
|
|
5464
|
+
.template-name[data-v-e370363e] {
|
|
5465
5465
|
font-size: 16px;
|
|
5466
5466
|
font-weight: 600;
|
|
5467
5467
|
color: #303133;
|
|
5468
|
-
padding:
|
|
5468
|
+
padding: 12px 8px;
|
|
5469
5469
|
max-width: 300px;
|
|
5470
5470
|
white-space: nowrap;
|
|
5471
5471
|
overflow: hidden;
|
|
@@ -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-38bc8c5b] {
|
|
5916
5916
|
height: 100%;
|
|
5917
5917
|
}
|
|
5918
|
-
[data-v-
|
|
5918
|
+
[data-v-38bc8c5b] .vgl-item {
|
|
5919
5919
|
transition: none;
|
|
5920
5920
|
}
|
|
5921
|
-
[data-v-
|
|
5921
|
+
[data-v-38bc8c5b] .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-38bc8c5b] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
5928
5928
|
flex-direction: column;
|
|
5929
5929
|
}
|
|
5930
|
-
[data-v-
|
|
5930
|
+
[data-v-38bc8c5b] .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-38bc8c5b] .vgl-item > .el-form-item {
|
|
5940
|
+
/* .el-form-item__error {
|
|
5941
|
+
padding-top: 10px;
|
|
5942
|
+
} */
|
|
5941
5943
|
}
|
|
5942
|
-
[data-v-
|
|
5944
|
+
[data-v-38bc8c5b] .vgl-item > .el-container {
|
|
5943
5945
|
height: auto !important;
|
|
5944
5946
|
}.cell-content .cell-text[data-v-3e5372d4] {
|
|
5945
5947
|
display: inline-block;
|
|
@@ -6052,12 +6054,12 @@ body,
|
|
|
6052
6054
|
}
|
|
6053
6055
|
.filter-divider[data-v-ea506656] .el-icon {
|
|
6054
6056
|
transition: transform 0.3s ease;
|
|
6055
|
-
}.dynamic-mode-config .dynamic-row[data-v-
|
|
6057
|
+
}.dynamic-mode-config .dynamic-row[data-v-e93f2602] {
|
|
6056
6058
|
display: flex;
|
|
6057
6059
|
height: 54px;
|
|
6058
6060
|
align-items: center;
|
|
6059
6061
|
}
|
|
6060
|
-
.dynamic-mode-config .back-icon[data-v-
|
|
6062
|
+
.dynamic-mode-config .back-icon[data-v-e93f2602] {
|
|
6061
6063
|
display: flex;
|
|
6062
6064
|
align-items: center;
|
|
6063
6065
|
justify-content: center;
|
|
@@ -6070,53 +6072,53 @@ body,
|
|
|
6070
6072
|
margin-left: 4px;
|
|
6071
6073
|
margin-right: -6px;
|
|
6072
6074
|
}
|
|
6073
|
-
.dynamic-mode-config .back-icon .el-icon[data-v-
|
|
6075
|
+
.dynamic-mode-config .back-icon .el-icon[data-v-e93f2602] {
|
|
6074
6076
|
font-size: 16px;
|
|
6075
6077
|
font-weight: bold;
|
|
6076
6078
|
}
|
|
6077
|
-
.dynamic-mode-config .template-name[data-v-
|
|
6079
|
+
.dynamic-mode-config .template-name[data-v-e93f2602] {
|
|
6078
6080
|
font-size: 16px;
|
|
6079
6081
|
font-weight: 600;
|
|
6080
6082
|
color: #303133;
|
|
6081
|
-
padding:
|
|
6083
|
+
padding: 12px 8px;
|
|
6082
6084
|
max-width: 300px;
|
|
6083
6085
|
white-space: nowrap;
|
|
6084
6086
|
overflow: hidden;
|
|
6085
6087
|
text-overflow: ellipsis;
|
|
6086
6088
|
position: relative;
|
|
6087
6089
|
}
|
|
6088
|
-
.dynamic-mode-config .tab-display-section[data-v-
|
|
6090
|
+
.dynamic-mode-config .tab-display-section[data-v-e93f2602] {
|
|
6089
6091
|
flex: 1;
|
|
6090
6092
|
min-width: 0;
|
|
6091
6093
|
}
|
|
6092
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6094
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-e93f2602] .el-tabs__header {
|
|
6093
6095
|
margin: 0;
|
|
6094
6096
|
}
|
|
6095
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6097
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-e93f2602] .el-tabs__nav-wrap::after {
|
|
6096
6098
|
height: 0;
|
|
6097
6099
|
}
|
|
6098
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6100
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-e93f2602] .el-tabs__item {
|
|
6099
6101
|
padding: 0 12px;
|
|
6100
6102
|
}
|
|
6101
|
-
.dynamic-mode-config .search-display-section[data-v-
|
|
6103
|
+
.dynamic-mode-config .search-display-section[data-v-e93f2602] {
|
|
6102
6104
|
flex-shrink: 0;
|
|
6103
6105
|
display: flex;
|
|
6104
6106
|
align-items: center;
|
|
6105
6107
|
gap: 12px;
|
|
6106
6108
|
margin-left: auto;
|
|
6107
6109
|
}
|
|
6108
|
-
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-
|
|
6110
|
+
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-e93f2602] {
|
|
6109
6111
|
width: 300px;
|
|
6110
6112
|
}
|
|
6111
|
-
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-
|
|
6113
|
+
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-e93f2602] {
|
|
6112
6114
|
display: flex;
|
|
6113
6115
|
align-items: center;
|
|
6114
6116
|
gap: 8px;
|
|
6115
6117
|
}
|
|
6116
|
-
.dynamic-mode-config .search-display-section .optBtn[data-v-
|
|
6118
|
+
.dynamic-mode-config .search-display-section .optBtn[data-v-e93f2602] {
|
|
6117
6119
|
position: relative;
|
|
6118
6120
|
}
|
|
6119
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6121
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-e93f2602] {
|
|
6120
6122
|
position: absolute;
|
|
6121
6123
|
top: -10px;
|
|
6122
6124
|
right: -10px;
|
|
@@ -6133,31 +6135,31 @@ body,
|
|
|
6133
6135
|
font-size: 12px;
|
|
6134
6136
|
z-index: 1;
|
|
6135
6137
|
}
|
|
6136
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6138
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-e93f2602]:hover {
|
|
6137
6139
|
background-color: #f56c6c;
|
|
6138
6140
|
}
|
|
6139
|
-
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-
|
|
6141
|
+
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-e93f2602] {
|
|
6140
6142
|
display: flex;
|
|
6141
6143
|
}
|
|
6142
|
-
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-
|
|
6144
|
+
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-e93f2602] {
|
|
6143
6145
|
pointer-events: none;
|
|
6144
6146
|
}
|
|
6145
|
-
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-
|
|
6147
|
+
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-e93f2602] {
|
|
6146
6148
|
margin-right: 4px;
|
|
6147
6149
|
}
|
|
6148
|
-
.dynamic-mode-config .expand-filter-section[data-v-
|
|
6150
|
+
.dynamic-mode-config .expand-filter-section[data-v-e93f2602] {
|
|
6149
6151
|
padding-top: 4px;
|
|
6150
6152
|
border-top: 1px solid #ebeef5;
|
|
6151
6153
|
margin-top: 4px;
|
|
6152
6154
|
}
|
|
6153
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-
|
|
6155
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-e93f2602] {
|
|
6154
6156
|
width: 100%;
|
|
6155
6157
|
}
|
|
6156
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-
|
|
6158
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-e93f2602] {
|
|
6157
6159
|
display: flex;
|
|
6158
6160
|
flex-wrap: wrap;
|
|
6159
6161
|
}
|
|
6160
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6162
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item {
|
|
6161
6163
|
padding: 2px;
|
|
6162
6164
|
border: 2px solid transparent;
|
|
6163
6165
|
border-radius: 2px;
|
|
@@ -6166,20 +6168,20 @@ body,
|
|
|
6166
6168
|
cursor: move;
|
|
6167
6169
|
margin-bottom: 4px;
|
|
6168
6170
|
}
|
|
6169
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6171
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item .el-form-item__label-wrap {
|
|
6170
6172
|
margin: 0 0 0 8px !important;
|
|
6171
6173
|
}
|
|
6172
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6174
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item .el-form-item__content {
|
|
6173
6175
|
min-width: 150px;
|
|
6174
6176
|
}
|
|
6175
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6177
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item .form-item-label {
|
|
6176
6178
|
display: flex;
|
|
6177
6179
|
align-items: center;
|
|
6178
6180
|
}
|
|
6179
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6181
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item .el-input {
|
|
6180
6182
|
width: 150px;
|
|
6181
6183
|
}
|
|
6182
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6184
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item .delete-icon {
|
|
6183
6185
|
position: absolute;
|
|
6184
6186
|
top: -10px;
|
|
6185
6187
|
right: -10px;
|
|
@@ -6196,19 +6198,19 @@ body,
|
|
|
6196
6198
|
font-size: 12px;
|
|
6197
6199
|
z-index: 1;
|
|
6198
6200
|
}
|
|
6199
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6201
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item .delete-icon:hover {
|
|
6200
6202
|
background-color: #f56c6c;
|
|
6201
6203
|
}
|
|
6202
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6204
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item.is-hover {
|
|
6203
6205
|
border: 2px dashed #7b99cb !important;
|
|
6204
6206
|
}
|
|
6205
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6207
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item.is-hover .delete-icon {
|
|
6206
6208
|
display: flex;
|
|
6207
6209
|
}
|
|
6208
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6210
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item.is-select {
|
|
6209
6211
|
border: 2px dashed #efa53a !important;
|
|
6210
6212
|
}
|
|
6211
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6213
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item__label {
|
|
6212
6214
|
font-size: 13px;
|
|
6213
6215
|
color: #606266;
|
|
6214
6216
|
pointer-events: none;
|
|
@@ -6217,11 +6219,11 @@ body,
|
|
|
6217
6219
|
display: flex;
|
|
6218
6220
|
align-items: center;
|
|
6219
6221
|
}
|
|
6220
|
-
[data-v-
|
|
6222
|
+
[data-v-e93f2602] .el-checkbox-group {
|
|
6221
6223
|
display: flex;
|
|
6222
6224
|
gap: 12px;
|
|
6223
6225
|
}
|
|
6224
|
-
[data-v-
|
|
6226
|
+
[data-v-e93f2602] .el-checkbox-group .el-checkbox-button__inner {
|
|
6225
6227
|
border-radius: 4px;
|
|
6226
6228
|
}.fec-table[data-v-5e27559e] {
|
|
6227
6229
|
height: 100%;
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
/* empty css */
|
|
7
7
|
/* empty css */
|
|
8
8
|
import { createBlock, openBlock, withCtx, createVNode, renderSlot } from "vue";
|
|
9
|
-
/* empty css */
|
|
10
|
-
import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
11
9
|
/* empty css */
|
|
12
10
|
/* empty css */
|
|
13
11
|
/* empty css */
|
|
14
12
|
/* empty css */
|
|
15
13
|
/* empty css */
|
|
14
|
+
/* empty css */
|
|
15
|
+
import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
16
16
|
import { SwipeCell } from "../../../../../../node_modules/vant/es/swipe-cell/index.mjs";
|
|
17
17
|
import { showConfirmDialog } from "../../../../../../node_modules/vant/es/dialog/function-call.mjs";
|
|
18
18
|
import "../../../../../../node_modules/vant/es/dialog/index.mjs";
|
|
@@ -764,7 +764,15 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
764
764
|
...Object.keys(newData || {}),
|
|
765
765
|
...Object.keys(oldData || {})
|
|
766
766
|
]);
|
|
767
|
+
let initFlag = false;
|
|
768
|
+
if (Object.keys(oldData || {}).length === 0) {
|
|
769
|
+
initFlag = true;
|
|
770
|
+
}
|
|
767
771
|
for (const key of allKeys) {
|
|
772
|
+
if (initFlag) {
|
|
773
|
+
changedFields.push(key);
|
|
774
|
+
continue;
|
|
775
|
+
}
|
|
768
776
|
const hasKeyInNew = newData && Object.prototype.hasOwnProperty.call(newData, key);
|
|
769
777
|
const hasKeyInOld = oldData && Object.prototype.hasOwnProperty.call(oldData, key);
|
|
770
778
|
if (!hasKeyInNew && !hasKeyInOld) {
|
|
@@ -942,6 +950,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
942
950
|
let linkaged = false;
|
|
943
951
|
function initLinkage() {
|
|
944
952
|
const changedFields = findChangedFields(formData.value, prevFormData.value);
|
|
953
|
+
console.log("🚀 ~ initLinkage ~ changedFields:", changedFields);
|
|
945
954
|
if (changedFields.length > 0) {
|
|
946
955
|
applyLinkageEffectsForChangedFields(changedFields);
|
|
947
956
|
}
|
|
@@ -1091,7 +1100,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1091
1100
|
};
|
|
1092
1101
|
}
|
|
1093
1102
|
});
|
|
1094
|
-
const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
1103
|
+
const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-38bc8c5b"]]);
|
|
1095
1104
|
export {
|
|
1096
1105
|
_Form as default
|
|
1097
1106
|
};
|
|
@@ -164,7 +164,7 @@ const _sfc_main = {
|
|
|
164
164
|
};
|
|
165
165
|
}
|
|
166
166
|
};
|
|
167
|
-
const CustomButtons = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
167
|
+
const CustomButtons = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-e370363e"]]);
|
|
168
168
|
export {
|
|
169
169
|
CustomButtons as default
|
|
170
170
|
};
|
|
@@ -450,7 +450,7 @@ const _sfc_main = {
|
|
|
450
450
|
};
|
|
451
451
|
}
|
|
452
452
|
};
|
|
453
|
-
const DynamicQuery = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
453
|
+
const DynamicQuery = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-e93f2602"]]);
|
|
454
454
|
export {
|
|
455
455
|
DynamicQuery as default
|
|
456
456
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("./index.
|
|
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.
|
|
3
|
+
const index = require("./index.vue2.js");
|
|
4
4
|
const vue = require("vue");
|
|
5
5
|
function useDialogGlobalDialog() {
|
|
6
6
|
const dialogGlobalDialogVisible = vue.ref(false);
|
|
@@ -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");
|
package/lib/designer.css
CHANGED
|
@@ -5435,12 +5435,12 @@ body,
|
|
|
5435
5435
|
font-size: 13px;
|
|
5436
5436
|
color: #606266;
|
|
5437
5437
|
margin-left: 8px;
|
|
5438
|
-
}.custom-buttons[data-v-
|
|
5438
|
+
}.custom-buttons[data-v-e370363e] {
|
|
5439
5439
|
display: flex;
|
|
5440
5440
|
align-items: center;
|
|
5441
5441
|
margin: 0 0 0 0;
|
|
5442
5442
|
}
|
|
5443
|
-
.back-icon[data-v-
|
|
5443
|
+
.back-icon[data-v-e370363e] {
|
|
5444
5444
|
display: flex;
|
|
5445
5445
|
align-items: center;
|
|
5446
5446
|
justify-content: center;
|
|
@@ -5453,19 +5453,19 @@ body,
|
|
|
5453
5453
|
margin-left: 4px;
|
|
5454
5454
|
margin-right: -6px;
|
|
5455
5455
|
}
|
|
5456
|
-
.back-icon .el-icon[data-v-
|
|
5456
|
+
.back-icon .el-icon[data-v-e370363e] {
|
|
5457
5457
|
font-size: 14px;
|
|
5458
5458
|
font-weight: 500;
|
|
5459
5459
|
color: var(--el-color-primary);
|
|
5460
5460
|
}
|
|
5461
|
-
.back-icon[data-v-
|
|
5461
|
+
.back-icon[data-v-e370363e]:hover {
|
|
5462
5462
|
opacity: 0.7;
|
|
5463
5463
|
}
|
|
5464
|
-
.template-name[data-v-
|
|
5464
|
+
.template-name[data-v-e370363e] {
|
|
5465
5465
|
font-size: 16px;
|
|
5466
5466
|
font-weight: 600;
|
|
5467
5467
|
color: #303133;
|
|
5468
|
-
padding:
|
|
5468
|
+
padding: 12px 8px;
|
|
5469
5469
|
max-width: 300px;
|
|
5470
5470
|
white-space: nowrap;
|
|
5471
5471
|
overflow: hidden;
|
|
@@ -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-38bc8c5b] {
|
|
5916
5916
|
height: 100%;
|
|
5917
5917
|
}
|
|
5918
|
-
[data-v-
|
|
5918
|
+
[data-v-38bc8c5b] .vgl-item {
|
|
5919
5919
|
transition: none;
|
|
5920
5920
|
}
|
|
5921
|
-
[data-v-
|
|
5921
|
+
[data-v-38bc8c5b] .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-38bc8c5b] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
5928
5928
|
flex-direction: column;
|
|
5929
5929
|
}
|
|
5930
|
-
[data-v-
|
|
5930
|
+
[data-v-38bc8c5b] .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-38bc8c5b] .vgl-item > .el-form-item {
|
|
5940
|
+
/* .el-form-item__error {
|
|
5941
|
+
padding-top: 10px;
|
|
5942
|
+
} */
|
|
5941
5943
|
}
|
|
5942
|
-
[data-v-
|
|
5944
|
+
[data-v-38bc8c5b] .vgl-item > .el-container {
|
|
5943
5945
|
height: auto !important;
|
|
5944
5946
|
}.cell-content .cell-text[data-v-3e5372d4] {
|
|
5945
5947
|
display: inline-block;
|
|
@@ -6052,12 +6054,12 @@ body,
|
|
|
6052
6054
|
}
|
|
6053
6055
|
.filter-divider[data-v-ea506656] .el-icon {
|
|
6054
6056
|
transition: transform 0.3s ease;
|
|
6055
|
-
}.dynamic-mode-config .dynamic-row[data-v-
|
|
6057
|
+
}.dynamic-mode-config .dynamic-row[data-v-e93f2602] {
|
|
6056
6058
|
display: flex;
|
|
6057
6059
|
height: 54px;
|
|
6058
6060
|
align-items: center;
|
|
6059
6061
|
}
|
|
6060
|
-
.dynamic-mode-config .back-icon[data-v-
|
|
6062
|
+
.dynamic-mode-config .back-icon[data-v-e93f2602] {
|
|
6061
6063
|
display: flex;
|
|
6062
6064
|
align-items: center;
|
|
6063
6065
|
justify-content: center;
|
|
@@ -6070,53 +6072,53 @@ body,
|
|
|
6070
6072
|
margin-left: 4px;
|
|
6071
6073
|
margin-right: -6px;
|
|
6072
6074
|
}
|
|
6073
|
-
.dynamic-mode-config .back-icon .el-icon[data-v-
|
|
6075
|
+
.dynamic-mode-config .back-icon .el-icon[data-v-e93f2602] {
|
|
6074
6076
|
font-size: 16px;
|
|
6075
6077
|
font-weight: bold;
|
|
6076
6078
|
}
|
|
6077
|
-
.dynamic-mode-config .template-name[data-v-
|
|
6079
|
+
.dynamic-mode-config .template-name[data-v-e93f2602] {
|
|
6078
6080
|
font-size: 16px;
|
|
6079
6081
|
font-weight: 600;
|
|
6080
6082
|
color: #303133;
|
|
6081
|
-
padding:
|
|
6083
|
+
padding: 12px 8px;
|
|
6082
6084
|
max-width: 300px;
|
|
6083
6085
|
white-space: nowrap;
|
|
6084
6086
|
overflow: hidden;
|
|
6085
6087
|
text-overflow: ellipsis;
|
|
6086
6088
|
position: relative;
|
|
6087
6089
|
}
|
|
6088
|
-
.dynamic-mode-config .tab-display-section[data-v-
|
|
6090
|
+
.dynamic-mode-config .tab-display-section[data-v-e93f2602] {
|
|
6089
6091
|
flex: 1;
|
|
6090
6092
|
min-width: 0;
|
|
6091
6093
|
}
|
|
6092
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6094
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-e93f2602] .el-tabs__header {
|
|
6093
6095
|
margin: 0;
|
|
6094
6096
|
}
|
|
6095
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6097
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-e93f2602] .el-tabs__nav-wrap::after {
|
|
6096
6098
|
height: 0;
|
|
6097
6099
|
}
|
|
6098
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6100
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-e93f2602] .el-tabs__item {
|
|
6099
6101
|
padding: 0 12px;
|
|
6100
6102
|
}
|
|
6101
|
-
.dynamic-mode-config .search-display-section[data-v-
|
|
6103
|
+
.dynamic-mode-config .search-display-section[data-v-e93f2602] {
|
|
6102
6104
|
flex-shrink: 0;
|
|
6103
6105
|
display: flex;
|
|
6104
6106
|
align-items: center;
|
|
6105
6107
|
gap: 12px;
|
|
6106
6108
|
margin-left: auto;
|
|
6107
6109
|
}
|
|
6108
|
-
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-
|
|
6110
|
+
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-e93f2602] {
|
|
6109
6111
|
width: 300px;
|
|
6110
6112
|
}
|
|
6111
|
-
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-
|
|
6113
|
+
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-e93f2602] {
|
|
6112
6114
|
display: flex;
|
|
6113
6115
|
align-items: center;
|
|
6114
6116
|
gap: 8px;
|
|
6115
6117
|
}
|
|
6116
|
-
.dynamic-mode-config .search-display-section .optBtn[data-v-
|
|
6118
|
+
.dynamic-mode-config .search-display-section .optBtn[data-v-e93f2602] {
|
|
6117
6119
|
position: relative;
|
|
6118
6120
|
}
|
|
6119
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6121
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-e93f2602] {
|
|
6120
6122
|
position: absolute;
|
|
6121
6123
|
top: -10px;
|
|
6122
6124
|
right: -10px;
|
|
@@ -6133,31 +6135,31 @@ body,
|
|
|
6133
6135
|
font-size: 12px;
|
|
6134
6136
|
z-index: 1;
|
|
6135
6137
|
}
|
|
6136
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6138
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-e93f2602]:hover {
|
|
6137
6139
|
background-color: #f56c6c;
|
|
6138
6140
|
}
|
|
6139
|
-
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-
|
|
6141
|
+
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-e93f2602] {
|
|
6140
6142
|
display: flex;
|
|
6141
6143
|
}
|
|
6142
|
-
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-
|
|
6144
|
+
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-e93f2602] {
|
|
6143
6145
|
pointer-events: none;
|
|
6144
6146
|
}
|
|
6145
|
-
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-
|
|
6147
|
+
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-e93f2602] {
|
|
6146
6148
|
margin-right: 4px;
|
|
6147
6149
|
}
|
|
6148
|
-
.dynamic-mode-config .expand-filter-section[data-v-
|
|
6150
|
+
.dynamic-mode-config .expand-filter-section[data-v-e93f2602] {
|
|
6149
6151
|
padding-top: 4px;
|
|
6150
6152
|
border-top: 1px solid #ebeef5;
|
|
6151
6153
|
margin-top: 4px;
|
|
6152
6154
|
}
|
|
6153
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-
|
|
6155
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-e93f2602] {
|
|
6154
6156
|
width: 100%;
|
|
6155
6157
|
}
|
|
6156
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-
|
|
6158
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-e93f2602] {
|
|
6157
6159
|
display: flex;
|
|
6158
6160
|
flex-wrap: wrap;
|
|
6159
6161
|
}
|
|
6160
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6162
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item {
|
|
6161
6163
|
padding: 2px;
|
|
6162
6164
|
border: 2px solid transparent;
|
|
6163
6165
|
border-radius: 2px;
|
|
@@ -6166,20 +6168,20 @@ body,
|
|
|
6166
6168
|
cursor: move;
|
|
6167
6169
|
margin-bottom: 4px;
|
|
6168
6170
|
}
|
|
6169
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6171
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item .el-form-item__label-wrap {
|
|
6170
6172
|
margin: 0 0 0 8px !important;
|
|
6171
6173
|
}
|
|
6172
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6174
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item .el-form-item__content {
|
|
6173
6175
|
min-width: 150px;
|
|
6174
6176
|
}
|
|
6175
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6177
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item .form-item-label {
|
|
6176
6178
|
display: flex;
|
|
6177
6179
|
align-items: center;
|
|
6178
6180
|
}
|
|
6179
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6181
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item .el-input {
|
|
6180
6182
|
width: 150px;
|
|
6181
6183
|
}
|
|
6182
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6184
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item .delete-icon {
|
|
6183
6185
|
position: absolute;
|
|
6184
6186
|
top: -10px;
|
|
6185
6187
|
right: -10px;
|
|
@@ -6196,19 +6198,19 @@ body,
|
|
|
6196
6198
|
font-size: 12px;
|
|
6197
6199
|
z-index: 1;
|
|
6198
6200
|
}
|
|
6199
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6201
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item .delete-icon:hover {
|
|
6200
6202
|
background-color: #f56c6c;
|
|
6201
6203
|
}
|
|
6202
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6204
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item.is-hover {
|
|
6203
6205
|
border: 2px dashed #7b99cb !important;
|
|
6204
6206
|
}
|
|
6205
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6207
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item.is-hover .delete-icon {
|
|
6206
6208
|
display: flex;
|
|
6207
6209
|
}
|
|
6208
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6210
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item.is-select {
|
|
6209
6211
|
border: 2px dashed #efa53a !important;
|
|
6210
6212
|
}
|
|
6211
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6213
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item__label {
|
|
6212
6214
|
font-size: 13px;
|
|
6213
6215
|
color: #606266;
|
|
6214
6216
|
pointer-events: none;
|
|
@@ -6217,11 +6219,11 @@ body,
|
|
|
6217
6219
|
display: flex;
|
|
6218
6220
|
align-items: center;
|
|
6219
6221
|
}
|
|
6220
|
-
[data-v-
|
|
6222
|
+
[data-v-e93f2602] .el-checkbox-group {
|
|
6221
6223
|
display: flex;
|
|
6222
6224
|
gap: 12px;
|
|
6223
6225
|
}
|
|
6224
|
-
[data-v-
|
|
6226
|
+
[data-v-e93f2602] .el-checkbox-group .el-checkbox-button__inner {
|
|
6225
6227
|
border-radius: 4px;
|
|
6226
6228
|
}.fec-table[data-v-5e27559e] {
|
|
6227
6229
|
height: 100%;
|
|
@@ -8,13 +8,13 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
|
|
|
8
8
|
;/* empty css */
|
|
9
9
|
;/* empty css */
|
|
10
10
|
const vue = require("vue");
|
|
11
|
-
;/* empty css */
|
|
12
|
-
const _pluginVue_exportHelper = require("../../../../../../_virtual/_plugin-vue_export-helper.js");
|
|
13
11
|
;/* empty css */
|
|
14
12
|
;/* empty css */
|
|
15
13
|
;/* empty css */
|
|
16
14
|
;/* empty css */
|
|
17
15
|
;/* empty css */
|
|
16
|
+
;/* empty css */
|
|
17
|
+
const _pluginVue_exportHelper = require("../../../../../../_virtual/_plugin-vue_export-helper.js");
|
|
18
18
|
const index$1 = require("../../../../../../node_modules/vant/es/swipe-cell/index.js");
|
|
19
19
|
const functionCall = require("../../../../../../node_modules/vant/es/dialog/function-call.js");
|
|
20
20
|
require("../../../../../../node_modules/vant/es/dialog/index.js");
|
|
@@ -766,7 +766,15 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
766
766
|
...Object.keys(newData || {}),
|
|
767
767
|
...Object.keys(oldData || {})
|
|
768
768
|
]);
|
|
769
|
+
let initFlag = false;
|
|
770
|
+
if (Object.keys(oldData || {}).length === 0) {
|
|
771
|
+
initFlag = true;
|
|
772
|
+
}
|
|
769
773
|
for (const key of allKeys) {
|
|
774
|
+
if (initFlag) {
|
|
775
|
+
changedFields.push(key);
|
|
776
|
+
continue;
|
|
777
|
+
}
|
|
770
778
|
const hasKeyInNew = newData && Object.prototype.hasOwnProperty.call(newData, key);
|
|
771
779
|
const hasKeyInOld = oldData && Object.prototype.hasOwnProperty.call(oldData, key);
|
|
772
780
|
if (!hasKeyInNew && !hasKeyInOld) {
|
|
@@ -944,6 +952,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
944
952
|
let linkaged = false;
|
|
945
953
|
function initLinkage() {
|
|
946
954
|
const changedFields = findChangedFields(formData.value, prevFormData.value);
|
|
955
|
+
console.log("🚀 ~ initLinkage ~ changedFields:", changedFields);
|
|
947
956
|
if (changedFields.length > 0) {
|
|
948
957
|
applyLinkageEffectsForChangedFields(changedFields);
|
|
949
958
|
}
|
|
@@ -1093,5 +1102,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1093
1102
|
};
|
|
1094
1103
|
}
|
|
1095
1104
|
});
|
|
1096
|
-
const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
1105
|
+
const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-38bc8c5b"]]);
|
|
1097
1106
|
exports.default = _Form;
|
|
@@ -166,5 +166,5 @@ const _sfc_main = {
|
|
|
166
166
|
};
|
|
167
167
|
}
|
|
168
168
|
};
|
|
169
|
-
const CustomButtons = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
169
|
+
const CustomButtons = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-e370363e"]]);
|
|
170
170
|
exports.default = CustomButtons;
|
|
@@ -452,5 +452,5 @@ const _sfc_main = {
|
|
|
452
452
|
};
|
|
453
453
|
}
|
|
454
454
|
};
|
|
455
|
-
const DynamicQuery = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
455
|
+
const DynamicQuery = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-e93f2602"]]);
|
|
456
456
|
exports.default = DynamicQuery;
|