@fecp/designer 5.4.74 → 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 +47 -47
- 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 +47 -47
- 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,12 +5936,12 @@ body,
|
|
|
5936
5936
|
flex-wrap: wrap;
|
|
5937
5937
|
white-space: normal;
|
|
5938
5938
|
}
|
|
5939
|
-
[data-v-
|
|
5939
|
+
[data-v-38bc8c5b] .vgl-item > .el-form-item {
|
|
5940
5940
|
/* .el-form-item__error {
|
|
5941
5941
|
padding-top: 10px;
|
|
5942
5942
|
} */
|
|
5943
5943
|
}
|
|
5944
|
-
[data-v-
|
|
5944
|
+
[data-v-38bc8c5b] .vgl-item > .el-container {
|
|
5945
5945
|
height: auto !important;
|
|
5946
5946
|
}.cell-content .cell-text[data-v-3e5372d4] {
|
|
5947
5947
|
display: inline-block;
|
|
@@ -6054,12 +6054,12 @@ body,
|
|
|
6054
6054
|
}
|
|
6055
6055
|
.filter-divider[data-v-ea506656] .el-icon {
|
|
6056
6056
|
transition: transform 0.3s ease;
|
|
6057
|
-
}.dynamic-mode-config .dynamic-row[data-v-
|
|
6057
|
+
}.dynamic-mode-config .dynamic-row[data-v-e93f2602] {
|
|
6058
6058
|
display: flex;
|
|
6059
6059
|
height: 54px;
|
|
6060
6060
|
align-items: center;
|
|
6061
6061
|
}
|
|
6062
|
-
.dynamic-mode-config .back-icon[data-v-
|
|
6062
|
+
.dynamic-mode-config .back-icon[data-v-e93f2602] {
|
|
6063
6063
|
display: flex;
|
|
6064
6064
|
align-items: center;
|
|
6065
6065
|
justify-content: center;
|
|
@@ -6072,53 +6072,53 @@ body,
|
|
|
6072
6072
|
margin-left: 4px;
|
|
6073
6073
|
margin-right: -6px;
|
|
6074
6074
|
}
|
|
6075
|
-
.dynamic-mode-config .back-icon .el-icon[data-v-
|
|
6075
|
+
.dynamic-mode-config .back-icon .el-icon[data-v-e93f2602] {
|
|
6076
6076
|
font-size: 16px;
|
|
6077
6077
|
font-weight: bold;
|
|
6078
6078
|
}
|
|
6079
|
-
.dynamic-mode-config .template-name[data-v-
|
|
6079
|
+
.dynamic-mode-config .template-name[data-v-e93f2602] {
|
|
6080
6080
|
font-size: 16px;
|
|
6081
6081
|
font-weight: 600;
|
|
6082
6082
|
color: #303133;
|
|
6083
|
-
padding:
|
|
6083
|
+
padding: 12px 8px;
|
|
6084
6084
|
max-width: 300px;
|
|
6085
6085
|
white-space: nowrap;
|
|
6086
6086
|
overflow: hidden;
|
|
6087
6087
|
text-overflow: ellipsis;
|
|
6088
6088
|
position: relative;
|
|
6089
6089
|
}
|
|
6090
|
-
.dynamic-mode-config .tab-display-section[data-v-
|
|
6090
|
+
.dynamic-mode-config .tab-display-section[data-v-e93f2602] {
|
|
6091
6091
|
flex: 1;
|
|
6092
6092
|
min-width: 0;
|
|
6093
6093
|
}
|
|
6094
|
-
.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 {
|
|
6095
6095
|
margin: 0;
|
|
6096
6096
|
}
|
|
6097
|
-
.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 {
|
|
6098
6098
|
height: 0;
|
|
6099
6099
|
}
|
|
6100
|
-
.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 {
|
|
6101
6101
|
padding: 0 12px;
|
|
6102
6102
|
}
|
|
6103
|
-
.dynamic-mode-config .search-display-section[data-v-
|
|
6103
|
+
.dynamic-mode-config .search-display-section[data-v-e93f2602] {
|
|
6104
6104
|
flex-shrink: 0;
|
|
6105
6105
|
display: flex;
|
|
6106
6106
|
align-items: center;
|
|
6107
6107
|
gap: 12px;
|
|
6108
6108
|
margin-left: auto;
|
|
6109
6109
|
}
|
|
6110
|
-
.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] {
|
|
6111
6111
|
width: 300px;
|
|
6112
6112
|
}
|
|
6113
|
-
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-
|
|
6113
|
+
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-e93f2602] {
|
|
6114
6114
|
display: flex;
|
|
6115
6115
|
align-items: center;
|
|
6116
6116
|
gap: 8px;
|
|
6117
6117
|
}
|
|
6118
|
-
.dynamic-mode-config .search-display-section .optBtn[data-v-
|
|
6118
|
+
.dynamic-mode-config .search-display-section .optBtn[data-v-e93f2602] {
|
|
6119
6119
|
position: relative;
|
|
6120
6120
|
}
|
|
6121
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6121
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-e93f2602] {
|
|
6122
6122
|
position: absolute;
|
|
6123
6123
|
top: -10px;
|
|
6124
6124
|
right: -10px;
|
|
@@ -6135,31 +6135,31 @@ body,
|
|
|
6135
6135
|
font-size: 12px;
|
|
6136
6136
|
z-index: 1;
|
|
6137
6137
|
}
|
|
6138
|
-
.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 {
|
|
6139
6139
|
background-color: #f56c6c;
|
|
6140
6140
|
}
|
|
6141
|
-
.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] {
|
|
6142
6142
|
display: flex;
|
|
6143
6143
|
}
|
|
6144
|
-
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-
|
|
6144
|
+
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-e93f2602] {
|
|
6145
6145
|
pointer-events: none;
|
|
6146
6146
|
}
|
|
6147
|
-
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-
|
|
6147
|
+
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-e93f2602] {
|
|
6148
6148
|
margin-right: 4px;
|
|
6149
6149
|
}
|
|
6150
|
-
.dynamic-mode-config .expand-filter-section[data-v-
|
|
6150
|
+
.dynamic-mode-config .expand-filter-section[data-v-e93f2602] {
|
|
6151
6151
|
padding-top: 4px;
|
|
6152
6152
|
border-top: 1px solid #ebeef5;
|
|
6153
6153
|
margin-top: 4px;
|
|
6154
6154
|
}
|
|
6155
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-
|
|
6155
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-e93f2602] {
|
|
6156
6156
|
width: 100%;
|
|
6157
6157
|
}
|
|
6158
|
-
.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] {
|
|
6159
6159
|
display: flex;
|
|
6160
6160
|
flex-wrap: wrap;
|
|
6161
6161
|
}
|
|
6162
|
-
.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 {
|
|
6163
6163
|
padding: 2px;
|
|
6164
6164
|
border: 2px solid transparent;
|
|
6165
6165
|
border-radius: 2px;
|
|
@@ -6168,20 +6168,20 @@ body,
|
|
|
6168
6168
|
cursor: move;
|
|
6169
6169
|
margin-bottom: 4px;
|
|
6170
6170
|
}
|
|
6171
|
-
.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 {
|
|
6172
6172
|
margin: 0 0 0 8px !important;
|
|
6173
6173
|
}
|
|
6174
|
-
.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 {
|
|
6175
6175
|
min-width: 150px;
|
|
6176
6176
|
}
|
|
6177
|
-
.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 {
|
|
6178
6178
|
display: flex;
|
|
6179
6179
|
align-items: center;
|
|
6180
6180
|
}
|
|
6181
|
-
.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 {
|
|
6182
6182
|
width: 150px;
|
|
6183
6183
|
}
|
|
6184
|
-
.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 {
|
|
6185
6185
|
position: absolute;
|
|
6186
6186
|
top: -10px;
|
|
6187
6187
|
right: -10px;
|
|
@@ -6198,19 +6198,19 @@ body,
|
|
|
6198
6198
|
font-size: 12px;
|
|
6199
6199
|
z-index: 1;
|
|
6200
6200
|
}
|
|
6201
|
-
.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 {
|
|
6202
6202
|
background-color: #f56c6c;
|
|
6203
6203
|
}
|
|
6204
|
-
.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 {
|
|
6205
6205
|
border: 2px dashed #7b99cb !important;
|
|
6206
6206
|
}
|
|
6207
|
-
.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 {
|
|
6208
6208
|
display: flex;
|
|
6209
6209
|
}
|
|
6210
|
-
.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 {
|
|
6211
6211
|
border: 2px dashed #efa53a !important;
|
|
6212
6212
|
}
|
|
6213
|
-
.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 {
|
|
6214
6214
|
font-size: 13px;
|
|
6215
6215
|
color: #606266;
|
|
6216
6216
|
pointer-events: none;
|
|
@@ -6219,11 +6219,11 @@ body,
|
|
|
6219
6219
|
display: flex;
|
|
6220
6220
|
align-items: center;
|
|
6221
6221
|
}
|
|
6222
|
-
[data-v-
|
|
6222
|
+
[data-v-e93f2602] .el-checkbox-group {
|
|
6223
6223
|
display: flex;
|
|
6224
6224
|
gap: 12px;
|
|
6225
6225
|
}
|
|
6226
|
-
[data-v-
|
|
6226
|
+
[data-v-e93f2602] .el-checkbox-group .el-checkbox-button__inner {
|
|
6227
6227
|
border-radius: 4px;
|
|
6228
6228
|
}.fec-table[data-v-5e27559e] {
|
|
6229
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,12 +5936,12 @@ body,
|
|
|
5936
5936
|
flex-wrap: wrap;
|
|
5937
5937
|
white-space: normal;
|
|
5938
5938
|
}
|
|
5939
|
-
[data-v-
|
|
5939
|
+
[data-v-38bc8c5b] .vgl-item > .el-form-item {
|
|
5940
5940
|
/* .el-form-item__error {
|
|
5941
5941
|
padding-top: 10px;
|
|
5942
5942
|
} */
|
|
5943
5943
|
}
|
|
5944
|
-
[data-v-
|
|
5944
|
+
[data-v-38bc8c5b] .vgl-item > .el-container {
|
|
5945
5945
|
height: auto !important;
|
|
5946
5946
|
}.cell-content .cell-text[data-v-3e5372d4] {
|
|
5947
5947
|
display: inline-block;
|
|
@@ -6054,12 +6054,12 @@ body,
|
|
|
6054
6054
|
}
|
|
6055
6055
|
.filter-divider[data-v-ea506656] .el-icon {
|
|
6056
6056
|
transition: transform 0.3s ease;
|
|
6057
|
-
}.dynamic-mode-config .dynamic-row[data-v-
|
|
6057
|
+
}.dynamic-mode-config .dynamic-row[data-v-e93f2602] {
|
|
6058
6058
|
display: flex;
|
|
6059
6059
|
height: 54px;
|
|
6060
6060
|
align-items: center;
|
|
6061
6061
|
}
|
|
6062
|
-
.dynamic-mode-config .back-icon[data-v-
|
|
6062
|
+
.dynamic-mode-config .back-icon[data-v-e93f2602] {
|
|
6063
6063
|
display: flex;
|
|
6064
6064
|
align-items: center;
|
|
6065
6065
|
justify-content: center;
|
|
@@ -6072,53 +6072,53 @@ body,
|
|
|
6072
6072
|
margin-left: 4px;
|
|
6073
6073
|
margin-right: -6px;
|
|
6074
6074
|
}
|
|
6075
|
-
.dynamic-mode-config .back-icon .el-icon[data-v-
|
|
6075
|
+
.dynamic-mode-config .back-icon .el-icon[data-v-e93f2602] {
|
|
6076
6076
|
font-size: 16px;
|
|
6077
6077
|
font-weight: bold;
|
|
6078
6078
|
}
|
|
6079
|
-
.dynamic-mode-config .template-name[data-v-
|
|
6079
|
+
.dynamic-mode-config .template-name[data-v-e93f2602] {
|
|
6080
6080
|
font-size: 16px;
|
|
6081
6081
|
font-weight: 600;
|
|
6082
6082
|
color: #303133;
|
|
6083
|
-
padding:
|
|
6083
|
+
padding: 12px 8px;
|
|
6084
6084
|
max-width: 300px;
|
|
6085
6085
|
white-space: nowrap;
|
|
6086
6086
|
overflow: hidden;
|
|
6087
6087
|
text-overflow: ellipsis;
|
|
6088
6088
|
position: relative;
|
|
6089
6089
|
}
|
|
6090
|
-
.dynamic-mode-config .tab-display-section[data-v-
|
|
6090
|
+
.dynamic-mode-config .tab-display-section[data-v-e93f2602] {
|
|
6091
6091
|
flex: 1;
|
|
6092
6092
|
min-width: 0;
|
|
6093
6093
|
}
|
|
6094
|
-
.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 {
|
|
6095
6095
|
margin: 0;
|
|
6096
6096
|
}
|
|
6097
|
-
.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 {
|
|
6098
6098
|
height: 0;
|
|
6099
6099
|
}
|
|
6100
|
-
.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 {
|
|
6101
6101
|
padding: 0 12px;
|
|
6102
6102
|
}
|
|
6103
|
-
.dynamic-mode-config .search-display-section[data-v-
|
|
6103
|
+
.dynamic-mode-config .search-display-section[data-v-e93f2602] {
|
|
6104
6104
|
flex-shrink: 0;
|
|
6105
6105
|
display: flex;
|
|
6106
6106
|
align-items: center;
|
|
6107
6107
|
gap: 12px;
|
|
6108
6108
|
margin-left: auto;
|
|
6109
6109
|
}
|
|
6110
|
-
.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] {
|
|
6111
6111
|
width: 300px;
|
|
6112
6112
|
}
|
|
6113
|
-
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-
|
|
6113
|
+
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-e93f2602] {
|
|
6114
6114
|
display: flex;
|
|
6115
6115
|
align-items: center;
|
|
6116
6116
|
gap: 8px;
|
|
6117
6117
|
}
|
|
6118
|
-
.dynamic-mode-config .search-display-section .optBtn[data-v-
|
|
6118
|
+
.dynamic-mode-config .search-display-section .optBtn[data-v-e93f2602] {
|
|
6119
6119
|
position: relative;
|
|
6120
6120
|
}
|
|
6121
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6121
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-e93f2602] {
|
|
6122
6122
|
position: absolute;
|
|
6123
6123
|
top: -10px;
|
|
6124
6124
|
right: -10px;
|
|
@@ -6135,31 +6135,31 @@ body,
|
|
|
6135
6135
|
font-size: 12px;
|
|
6136
6136
|
z-index: 1;
|
|
6137
6137
|
}
|
|
6138
|
-
.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 {
|
|
6139
6139
|
background-color: #f56c6c;
|
|
6140
6140
|
}
|
|
6141
|
-
.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] {
|
|
6142
6142
|
display: flex;
|
|
6143
6143
|
}
|
|
6144
|
-
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-
|
|
6144
|
+
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-e93f2602] {
|
|
6145
6145
|
pointer-events: none;
|
|
6146
6146
|
}
|
|
6147
|
-
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-
|
|
6147
|
+
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-e93f2602] {
|
|
6148
6148
|
margin-right: 4px;
|
|
6149
6149
|
}
|
|
6150
|
-
.dynamic-mode-config .expand-filter-section[data-v-
|
|
6150
|
+
.dynamic-mode-config .expand-filter-section[data-v-e93f2602] {
|
|
6151
6151
|
padding-top: 4px;
|
|
6152
6152
|
border-top: 1px solid #ebeef5;
|
|
6153
6153
|
margin-top: 4px;
|
|
6154
6154
|
}
|
|
6155
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-
|
|
6155
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-e93f2602] {
|
|
6156
6156
|
width: 100%;
|
|
6157
6157
|
}
|
|
6158
|
-
.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] {
|
|
6159
6159
|
display: flex;
|
|
6160
6160
|
flex-wrap: wrap;
|
|
6161
6161
|
}
|
|
6162
|
-
.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 {
|
|
6163
6163
|
padding: 2px;
|
|
6164
6164
|
border: 2px solid transparent;
|
|
6165
6165
|
border-radius: 2px;
|
|
@@ -6168,20 +6168,20 @@ body,
|
|
|
6168
6168
|
cursor: move;
|
|
6169
6169
|
margin-bottom: 4px;
|
|
6170
6170
|
}
|
|
6171
|
-
.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 {
|
|
6172
6172
|
margin: 0 0 0 8px !important;
|
|
6173
6173
|
}
|
|
6174
|
-
.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 {
|
|
6175
6175
|
min-width: 150px;
|
|
6176
6176
|
}
|
|
6177
|
-
.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 {
|
|
6178
6178
|
display: flex;
|
|
6179
6179
|
align-items: center;
|
|
6180
6180
|
}
|
|
6181
|
-
.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 {
|
|
6182
6182
|
width: 150px;
|
|
6183
6183
|
}
|
|
6184
|
-
.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 {
|
|
6185
6185
|
position: absolute;
|
|
6186
6186
|
top: -10px;
|
|
6187
6187
|
right: -10px;
|
|
@@ -6198,19 +6198,19 @@ body,
|
|
|
6198
6198
|
font-size: 12px;
|
|
6199
6199
|
z-index: 1;
|
|
6200
6200
|
}
|
|
6201
|
-
.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 {
|
|
6202
6202
|
background-color: #f56c6c;
|
|
6203
6203
|
}
|
|
6204
|
-
.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 {
|
|
6205
6205
|
border: 2px dashed #7b99cb !important;
|
|
6206
6206
|
}
|
|
6207
|
-
.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 {
|
|
6208
6208
|
display: flex;
|
|
6209
6209
|
}
|
|
6210
|
-
.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 {
|
|
6211
6211
|
border: 2px dashed #efa53a !important;
|
|
6212
6212
|
}
|
|
6213
|
-
.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 {
|
|
6214
6214
|
font-size: 13px;
|
|
6215
6215
|
color: #606266;
|
|
6216
6216
|
pointer-events: none;
|
|
@@ -6219,11 +6219,11 @@ body,
|
|
|
6219
6219
|
display: flex;
|
|
6220
6220
|
align-items: center;
|
|
6221
6221
|
}
|
|
6222
|
-
[data-v-
|
|
6222
|
+
[data-v-e93f2602] .el-checkbox-group {
|
|
6223
6223
|
display: flex;
|
|
6224
6224
|
gap: 12px;
|
|
6225
6225
|
}
|
|
6226
|
-
[data-v-
|
|
6226
|
+
[data-v-e93f2602] .el-checkbox-group .el-checkbox-button__inner {
|
|
6227
6227
|
border-radius: 4px;
|
|
6228
6228
|
}.fec-table[data-v-5e27559e] {
|
|
6229
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;
|