@fecp/designer 5.2.5 → 5.2.7
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.css +18 -18
- package/es/packages/vue/src/components/dialog/DialogRenderer.vue2.mjs +1 -2
- package/es/packages/vue/src/components/table/Table.vue.mjs +7 -2
- package/es/packages/vue/src/components/table/TableColumn.vue.mjs +2 -2
- package/lib/designer.css +18 -18
- package/lib/packages/vue/src/components/dialog/DialogRenderer.vue2.js +1 -2
- package/lib/packages/vue/src/components/table/Table.vue.js +7 -2
- package/lib/packages/vue/src/components/table/TableColumn.vue.js +2 -2
- package/package.json +2 -2
package/es/designer.css
CHANGED
|
@@ -5305,18 +5305,18 @@ body,
|
|
|
5305
5305
|
}
|
|
5306
5306
|
.approval-history-content.flowChart[data-v-7be2a6d2] {
|
|
5307
5307
|
background-color: #f9fafc;
|
|
5308
|
-
}.dialog-header-content[data-v-
|
|
5308
|
+
}.dialog-header-content[data-v-d28d3f09] {
|
|
5309
5309
|
font-size: 16px;
|
|
5310
5310
|
font-weight: 600;
|
|
5311
5311
|
color: #303133;
|
|
5312
5312
|
}
|
|
5313
|
-
.dialog-content-wrapper[data-v-
|
|
5313
|
+
.dialog-content-wrapper[data-v-d28d3f09] {
|
|
5314
5314
|
min-height: 500px;
|
|
5315
5315
|
flex-grow: 1;
|
|
5316
5316
|
display: flex;
|
|
5317
5317
|
flex-direction: column;
|
|
5318
5318
|
}
|
|
5319
|
-
.empty-content[data-v-
|
|
5319
|
+
.empty-content[data-v-d28d3f09] {
|
|
5320
5320
|
display: flex;
|
|
5321
5321
|
align-items: center;
|
|
5322
5322
|
justify-content: center;
|
|
@@ -5324,13 +5324,13 @@ body,
|
|
|
5324
5324
|
color: #909399;
|
|
5325
5325
|
font-size: 14px;
|
|
5326
5326
|
}
|
|
5327
|
-
.component-error[data-v-
|
|
5327
|
+
.component-error[data-v-d28d3f09] {
|
|
5328
5328
|
padding: 40px 20px;
|
|
5329
5329
|
text-align: center;
|
|
5330
5330
|
color: #f56c6c;
|
|
5331
5331
|
font-size: 14px;
|
|
5332
5332
|
}
|
|
5333
|
-
.fec-dialog-table[data-v-
|
|
5333
|
+
.fec-dialog-table[data-v-d28d3f09] .table-pagination {
|
|
5334
5334
|
padding: 8px 0 0 0;
|
|
5335
5335
|
}.text-field-wrapper[data-v-b0c0d80f] {
|
|
5336
5336
|
width: 100%;
|
|
@@ -5520,10 +5520,10 @@ body,
|
|
|
5520
5520
|
}
|
|
5521
5521
|
[data-v-42af7e52] .vgl-item > .el-container {
|
|
5522
5522
|
height: auto !important;
|
|
5523
|
-
}.cell-content .cell-text[data-v-
|
|
5523
|
+
}.cell-content .cell-text[data-v-b57831f4] {
|
|
5524
5524
|
display: inline-block;
|
|
5525
5525
|
}
|
|
5526
|
-
.cell-content .copy-icon[data-v-
|
|
5526
|
+
.cell-content .copy-icon[data-v-b57831f4] {
|
|
5527
5527
|
cursor: pointer;
|
|
5528
5528
|
color: #909399;
|
|
5529
5529
|
font-size: 14px;
|
|
@@ -5531,7 +5531,7 @@ body,
|
|
|
5531
5531
|
top: 4px;
|
|
5532
5532
|
margin-left: 4px;
|
|
5533
5533
|
}
|
|
5534
|
-
.cell-content .copy-icon[data-v-
|
|
5534
|
+
.cell-content .copy-icon[data-v-b57831f4]:hover {
|
|
5535
5535
|
color: #409eff;
|
|
5536
5536
|
}.fec-table-filter[data-v-366e01c3] {
|
|
5537
5537
|
display: flex;
|
|
@@ -5800,11 +5800,11 @@ body,
|
|
|
5800
5800
|
}
|
|
5801
5801
|
[data-v-66d8d7cb] .el-checkbox-group .el-checkbox-button__inner {
|
|
5802
5802
|
border-radius: 4px;
|
|
5803
|
-
}.fec-table[data-v-
|
|
5803
|
+
}.fec-table[data-v-35de4740] {
|
|
5804
5804
|
height: 100%;
|
|
5805
5805
|
flex-grow: 1;
|
|
5806
5806
|
}
|
|
5807
|
-
.fec-table-container[data-v-
|
|
5807
|
+
.fec-table-container[data-v-35de4740] {
|
|
5808
5808
|
width: 100%;
|
|
5809
5809
|
background: #fff;
|
|
5810
5810
|
box-sizing: border-box;
|
|
@@ -5814,30 +5814,30 @@ body,
|
|
|
5814
5814
|
overflow: hidden;
|
|
5815
5815
|
flex-grow: 1;
|
|
5816
5816
|
}
|
|
5817
|
-
.fec-table-container .fec-vxe-table[data-v-
|
|
5817
|
+
.fec-table-container .fec-vxe-table[data-v-35de4740] {
|
|
5818
5818
|
flex: 1;
|
|
5819
5819
|
min-height: 0;
|
|
5820
5820
|
overflow: hidden;
|
|
5821
5821
|
}
|
|
5822
|
-
.fec-table-container[data-v-
|
|
5822
|
+
.fec-table-container[data-v-35de4740] .vxe-table {
|
|
5823
5823
|
font-size: 14px;
|
|
5824
5824
|
}
|
|
5825
|
-
.fec-table-container[data-v-
|
|
5825
|
+
.fec-table-container[data-v-35de4740] .vxe-table .vxe-table--body-wrapper {
|
|
5826
5826
|
overflow: auto;
|
|
5827
5827
|
}
|
|
5828
|
-
.fec-table-container[data-v-
|
|
5828
|
+
.fec-table-container[data-v-35de4740] .vxe-table .vxe-header--column {
|
|
5829
5829
|
background-color: #f5f7fa;
|
|
5830
5830
|
}
|
|
5831
|
-
.fec-table-container[data-v-
|
|
5831
|
+
.fec-table-container[data-v-35de4740] .vxe-table .vxe-header--column .vxe-cell {
|
|
5832
5832
|
height: 40px !important;
|
|
5833
5833
|
min-height: 40px !important;
|
|
5834
5834
|
}
|
|
5835
|
-
.fec-table-container[data-v-
|
|
5835
|
+
.fec-table-container[data-v-35de4740] .vxe-table .vxe-body--column .vxe-cell {
|
|
5836
5836
|
padding: 6px !important;
|
|
5837
5837
|
min-height: 40px !important;
|
|
5838
5838
|
}
|
|
5839
|
-
.fec-table-container[data-v-
|
|
5840
|
-
.fec-table-container[data-v-
|
|
5839
|
+
.fec-table-container[data-v-35de4740] .vxe-table .vxe-body--column .c--tooltip,
|
|
5840
|
+
.fec-table-container[data-v-35de4740] .vxe-table .vxe-body--column .c--title {
|
|
5841
5841
|
height: 40px !important;
|
|
5842
5842
|
min-height: 40px !important;
|
|
5843
5843
|
}:root,:host{--van-black: #000;--van-white: #fff;--van-gray-1: #f7f8fa;--van-gray-2: #f2f3f5;--van-gray-3: #ebedf0;--van-gray-4: #dcdee0;--van-gray-5: #c8c9cc;--van-gray-6: #969799;--van-gray-7: #646566;--van-gray-8: #323233;--van-red: #ee0a24;--van-blue: #1989fa;--van-orange: #ff976a;--van-orange-dark: #ed6a0c;--van-orange-light: #fffbe8;--van-green: #07c160;--van-gradient-red: linear-gradient(to right, #ff6034, #ee0a24);--van-gradient-orange: linear-gradient(to right, #ffd01e, #ff8917);--van-primary-color: var(--van-blue);--van-success-color: var(--van-green);--van-danger-color: var(--van-red);--van-warning-color: var(--van-orange);--van-text-color: var(--van-gray-8);--van-text-color-2: var(--van-gray-6);--van-text-color-3: var(--van-gray-5);--van-active-color: var(--van-gray-2);--van-active-opacity: .6;--van-disabled-opacity: .5;--van-background: var(--van-gray-1);--van-background-2: var(--van-white);--van-background-3: var(--van-white);--van-padding-base: 4px;--van-padding-xs: 8px;--van-padding-sm: 12px;--van-padding-md: 16px;--van-padding-lg: 24px;--van-padding-xl: 32px;--van-font-bold: 600;--van-font-size-xs: 10px;--van-font-size-sm: 12px;--van-font-size-md: 14px;--van-font-size-lg: 16px;--van-line-height-xs: 14px;--van-line-height-sm: 18px;--van-line-height-md: 20px;--van-line-height-lg: 22px;--van-base-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;--van-price-font: avenir-heavy, "PingFang SC", helvetica neue, arial, sans-serif;--van-duration-base: .3s;--van-duration-fast: .2s;--van-ease-out: ease-out;--van-ease-in: ease-in;--van-border-color: var(--van-gray-3);--van-border-width: 1px;--van-radius-sm: 2px;--van-radius-md: 4px;--van-radius-lg: 8px;--van-radius-max: 999px}.van-theme-dark{--van-text-color: #f5f5f5;--van-text-color-2: #707070;--van-text-color-3: #4d4d4d;--van-border-color: #3a3a3c;--van-active-color: #3a3a3c;--van-background: #000;--van-background-2: #1c1c1e;--van-background-3: #37363b}html{-webkit-tap-highlight-color:transparent}body{margin:0;font-family:var(--van-base-font)}a{text-decoration:none}input,button,textarea{color:inherit;font:inherit}a:focus,input:focus,button:focus,textarea:focus,[class*=van-]:focus{outline:none}ol,ul{margin:0;padding:0;list-style:none}@keyframes van-slide-up-enter{0%{transform:translate3d(0,100%,0)}}@keyframes van-slide-up-leave{to{transform:translate3d(0,100%,0)}}@keyframes van-slide-down-enter{0%{transform:translate3d(0,-100%,0)}}@keyframes van-slide-down-leave{to{transform:translate3d(0,-100%,0)}}@keyframes van-slide-left-enter{0%{transform:translate3d(-100%,0,0)}}@keyframes van-slide-left-leave{to{transform:translate3d(-100%,0,0)}}@keyframes van-slide-right-enter{0%{transform:translate3d(100%,0,0)}}@keyframes van-slide-right-leave{to{transform:translate3d(100%,0,0)}}@keyframes van-fade-in{0%{opacity:0}to{opacity:1}}@keyframes van-fade-out{0%{opacity:1}to{opacity:0}}@keyframes van-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.van-fade-enter-active{animation:var(--van-duration-base) van-fade-in both var(--van-ease-out)}.van-fade-leave-active{animation:var(--van-duration-base) van-fade-out both var(--van-ease-in)}.van-slide-up-enter-active{animation:van-slide-up-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-up-leave-active{animation:van-slide-up-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-down-enter-active{animation:van-slide-down-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-down-leave-active{animation:van-slide-down-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-left-enter-active{animation:van-slide-left-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-left-leave-active{animation:van-slide-left-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-right-enter-active{animation:van-slide-right-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-right-leave-active{animation:van-slide-right-leave var(--van-duration-base) both var(--van-ease-in)}.van-clearfix:after{display:table;clear:both;content:""}.van-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-multi-ellipsis--l2{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;line-break:anywhere;-webkit-box-orient:vertical}.van-multi-ellipsis--l3{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;line-break:anywhere;-webkit-box-orient:vertical}.van-safe-area-top{padding-top:constant(safe-area-inset-top);padding-top:env(safe-area-inset-top)}.van-safe-area-bottom{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.van-haptics-feedback{cursor:pointer}.van-haptics-feedback:active{opacity:var(--van-active-opacity)}[class*=van-hairline]:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;top:-50%;right:-50%;bottom:-50%;left:-50%;border:0 solid var(--van-border-color);transform:scale(.5)}.van-hairline,.van-hairline--top,.van-hairline--left,.van-hairline--right,.van-hairline--bottom,.van-hairline--surround,.van-hairline--top-bottom{position:relative}.van-hairline--top:after{border-top-width:var(--van-border-width)}.van-hairline--left:after{border-left-width:var(--van-border-width)}.van-hairline--right:after{border-right-width:var(--van-border-width)}.van-hairline--bottom:after{border-bottom-width:var(--van-border-width)}.van-hairline--top-bottom:after,.van-hairline-unset--top-bottom:after{border-width:var(--van-border-width) 0}.van-hairline--surround:after{border-width:var(--van-border-width)}
|
|
@@ -217,7 +217,6 @@ const _sfc_main = {
|
|
|
217
217
|
props.formData,
|
|
218
218
|
props.fieldsList
|
|
219
219
|
);
|
|
220
|
-
console.log("🚀 ~ params:", params);
|
|
221
220
|
return params;
|
|
222
221
|
}
|
|
223
222
|
return {};
|
|
@@ -411,7 +410,7 @@ const _sfc_main = {
|
|
|
411
410
|
};
|
|
412
411
|
}
|
|
413
412
|
};
|
|
414
|
-
const DialogRenderer = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
413
|
+
const DialogRenderer = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-d28d3f09"]]);
|
|
415
414
|
export {
|
|
416
415
|
DialogRenderer as default
|
|
417
416
|
};
|
|
@@ -172,6 +172,8 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
172
172
|
pageNo: 1,
|
|
173
173
|
pageSize: isPagination.value ? (_b = localConfig.value.paginationConfig) == null ? void 0 : _b.pageSize : 0
|
|
174
174
|
},
|
|
175
|
+
data: hiddenFormData.value,
|
|
176
|
+
fields: fieldsData.value,
|
|
175
177
|
sortRules: localConfig.value.sortRules,
|
|
176
178
|
templateId: localConfig.value.templateKey
|
|
177
179
|
});
|
|
@@ -468,7 +470,10 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
468
470
|
localConfig.value = option;
|
|
469
471
|
fieldsData.value = [
|
|
470
472
|
...localConfig.value.fieldsData || [],
|
|
471
|
-
...(localConfig.value.hiddenFields || []).map((item) => ({
|
|
473
|
+
...(localConfig.value.hiddenFields || []).map((item) => ({
|
|
474
|
+
...item,
|
|
475
|
+
isShow: false
|
|
476
|
+
}))
|
|
472
477
|
];
|
|
473
478
|
initHandleEvent();
|
|
474
479
|
emit("loaded", option);
|
|
@@ -626,7 +631,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
626
631
|
};
|
|
627
632
|
}
|
|
628
633
|
});
|
|
629
|
-
const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
634
|
+
const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-35de4740"]]);
|
|
630
635
|
export {
|
|
631
636
|
_Table as default
|
|
632
637
|
};
|
|
@@ -326,7 +326,7 @@ const _sfc_main = {
|
|
|
326
326
|
field
|
|
327
327
|
}, () => [
|
|
328
328
|
field.prefix ? (openBlock(), createElementBlock("span", _hoisted_2, toDisplayString(field.prefix), 1)) : createCommentVNode("", true),
|
|
329
|
-
field.isLink
|
|
329
|
+
field.isLink ? (openBlock(), createBlock(_component_el_link, mergeProps({
|
|
330
330
|
key: 1,
|
|
331
331
|
type: "primary"
|
|
332
332
|
}, toHandlers(getEventHandlers(row, field, field.linkConfig))), {
|
|
@@ -381,7 +381,7 @@ const _sfc_main = {
|
|
|
381
381
|
};
|
|
382
382
|
}
|
|
383
383
|
};
|
|
384
|
-
const TableColumn = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
384
|
+
const TableColumn = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-b57831f4"]]);
|
|
385
385
|
export {
|
|
386
386
|
TableColumn as default
|
|
387
387
|
};
|
package/lib/designer.css
CHANGED
|
@@ -5305,18 +5305,18 @@ body,
|
|
|
5305
5305
|
}
|
|
5306
5306
|
.approval-history-content.flowChart[data-v-7be2a6d2] {
|
|
5307
5307
|
background-color: #f9fafc;
|
|
5308
|
-
}.dialog-header-content[data-v-
|
|
5308
|
+
}.dialog-header-content[data-v-d28d3f09] {
|
|
5309
5309
|
font-size: 16px;
|
|
5310
5310
|
font-weight: 600;
|
|
5311
5311
|
color: #303133;
|
|
5312
5312
|
}
|
|
5313
|
-
.dialog-content-wrapper[data-v-
|
|
5313
|
+
.dialog-content-wrapper[data-v-d28d3f09] {
|
|
5314
5314
|
min-height: 500px;
|
|
5315
5315
|
flex-grow: 1;
|
|
5316
5316
|
display: flex;
|
|
5317
5317
|
flex-direction: column;
|
|
5318
5318
|
}
|
|
5319
|
-
.empty-content[data-v-
|
|
5319
|
+
.empty-content[data-v-d28d3f09] {
|
|
5320
5320
|
display: flex;
|
|
5321
5321
|
align-items: center;
|
|
5322
5322
|
justify-content: center;
|
|
@@ -5324,13 +5324,13 @@ body,
|
|
|
5324
5324
|
color: #909399;
|
|
5325
5325
|
font-size: 14px;
|
|
5326
5326
|
}
|
|
5327
|
-
.component-error[data-v-
|
|
5327
|
+
.component-error[data-v-d28d3f09] {
|
|
5328
5328
|
padding: 40px 20px;
|
|
5329
5329
|
text-align: center;
|
|
5330
5330
|
color: #f56c6c;
|
|
5331
5331
|
font-size: 14px;
|
|
5332
5332
|
}
|
|
5333
|
-
.fec-dialog-table[data-v-
|
|
5333
|
+
.fec-dialog-table[data-v-d28d3f09] .table-pagination {
|
|
5334
5334
|
padding: 8px 0 0 0;
|
|
5335
5335
|
}.text-field-wrapper[data-v-b0c0d80f] {
|
|
5336
5336
|
width: 100%;
|
|
@@ -5520,10 +5520,10 @@ body,
|
|
|
5520
5520
|
}
|
|
5521
5521
|
[data-v-42af7e52] .vgl-item > .el-container {
|
|
5522
5522
|
height: auto !important;
|
|
5523
|
-
}.cell-content .cell-text[data-v-
|
|
5523
|
+
}.cell-content .cell-text[data-v-b57831f4] {
|
|
5524
5524
|
display: inline-block;
|
|
5525
5525
|
}
|
|
5526
|
-
.cell-content .copy-icon[data-v-
|
|
5526
|
+
.cell-content .copy-icon[data-v-b57831f4] {
|
|
5527
5527
|
cursor: pointer;
|
|
5528
5528
|
color: #909399;
|
|
5529
5529
|
font-size: 14px;
|
|
@@ -5531,7 +5531,7 @@ body,
|
|
|
5531
5531
|
top: 4px;
|
|
5532
5532
|
margin-left: 4px;
|
|
5533
5533
|
}
|
|
5534
|
-
.cell-content .copy-icon[data-v-
|
|
5534
|
+
.cell-content .copy-icon[data-v-b57831f4]:hover {
|
|
5535
5535
|
color: #409eff;
|
|
5536
5536
|
}.fec-table-filter[data-v-366e01c3] {
|
|
5537
5537
|
display: flex;
|
|
@@ -5800,11 +5800,11 @@ body,
|
|
|
5800
5800
|
}
|
|
5801
5801
|
[data-v-66d8d7cb] .el-checkbox-group .el-checkbox-button__inner {
|
|
5802
5802
|
border-radius: 4px;
|
|
5803
|
-
}.fec-table[data-v-
|
|
5803
|
+
}.fec-table[data-v-35de4740] {
|
|
5804
5804
|
height: 100%;
|
|
5805
5805
|
flex-grow: 1;
|
|
5806
5806
|
}
|
|
5807
|
-
.fec-table-container[data-v-
|
|
5807
|
+
.fec-table-container[data-v-35de4740] {
|
|
5808
5808
|
width: 100%;
|
|
5809
5809
|
background: #fff;
|
|
5810
5810
|
box-sizing: border-box;
|
|
@@ -5814,30 +5814,30 @@ body,
|
|
|
5814
5814
|
overflow: hidden;
|
|
5815
5815
|
flex-grow: 1;
|
|
5816
5816
|
}
|
|
5817
|
-
.fec-table-container .fec-vxe-table[data-v-
|
|
5817
|
+
.fec-table-container .fec-vxe-table[data-v-35de4740] {
|
|
5818
5818
|
flex: 1;
|
|
5819
5819
|
min-height: 0;
|
|
5820
5820
|
overflow: hidden;
|
|
5821
5821
|
}
|
|
5822
|
-
.fec-table-container[data-v-
|
|
5822
|
+
.fec-table-container[data-v-35de4740] .vxe-table {
|
|
5823
5823
|
font-size: 14px;
|
|
5824
5824
|
}
|
|
5825
|
-
.fec-table-container[data-v-
|
|
5825
|
+
.fec-table-container[data-v-35de4740] .vxe-table .vxe-table--body-wrapper {
|
|
5826
5826
|
overflow: auto;
|
|
5827
5827
|
}
|
|
5828
|
-
.fec-table-container[data-v-
|
|
5828
|
+
.fec-table-container[data-v-35de4740] .vxe-table .vxe-header--column {
|
|
5829
5829
|
background-color: #f5f7fa;
|
|
5830
5830
|
}
|
|
5831
|
-
.fec-table-container[data-v-
|
|
5831
|
+
.fec-table-container[data-v-35de4740] .vxe-table .vxe-header--column .vxe-cell {
|
|
5832
5832
|
height: 40px !important;
|
|
5833
5833
|
min-height: 40px !important;
|
|
5834
5834
|
}
|
|
5835
|
-
.fec-table-container[data-v-
|
|
5835
|
+
.fec-table-container[data-v-35de4740] .vxe-table .vxe-body--column .vxe-cell {
|
|
5836
5836
|
padding: 6px !important;
|
|
5837
5837
|
min-height: 40px !important;
|
|
5838
5838
|
}
|
|
5839
|
-
.fec-table-container[data-v-
|
|
5840
|
-
.fec-table-container[data-v-
|
|
5839
|
+
.fec-table-container[data-v-35de4740] .vxe-table .vxe-body--column .c--tooltip,
|
|
5840
|
+
.fec-table-container[data-v-35de4740] .vxe-table .vxe-body--column .c--title {
|
|
5841
5841
|
height: 40px !important;
|
|
5842
5842
|
min-height: 40px !important;
|
|
5843
5843
|
}:root,:host{--van-black: #000;--van-white: #fff;--van-gray-1: #f7f8fa;--van-gray-2: #f2f3f5;--van-gray-3: #ebedf0;--van-gray-4: #dcdee0;--van-gray-5: #c8c9cc;--van-gray-6: #969799;--van-gray-7: #646566;--van-gray-8: #323233;--van-red: #ee0a24;--van-blue: #1989fa;--van-orange: #ff976a;--van-orange-dark: #ed6a0c;--van-orange-light: #fffbe8;--van-green: #07c160;--van-gradient-red: linear-gradient(to right, #ff6034, #ee0a24);--van-gradient-orange: linear-gradient(to right, #ffd01e, #ff8917);--van-primary-color: var(--van-blue);--van-success-color: var(--van-green);--van-danger-color: var(--van-red);--van-warning-color: var(--van-orange);--van-text-color: var(--van-gray-8);--van-text-color-2: var(--van-gray-6);--van-text-color-3: var(--van-gray-5);--van-active-color: var(--van-gray-2);--van-active-opacity: .6;--van-disabled-opacity: .5;--van-background: var(--van-gray-1);--van-background-2: var(--van-white);--van-background-3: var(--van-white);--van-padding-base: 4px;--van-padding-xs: 8px;--van-padding-sm: 12px;--van-padding-md: 16px;--van-padding-lg: 24px;--van-padding-xl: 32px;--van-font-bold: 600;--van-font-size-xs: 10px;--van-font-size-sm: 12px;--van-font-size-md: 14px;--van-font-size-lg: 16px;--van-line-height-xs: 14px;--van-line-height-sm: 18px;--van-line-height-md: 20px;--van-line-height-lg: 22px;--van-base-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;--van-price-font: avenir-heavy, "PingFang SC", helvetica neue, arial, sans-serif;--van-duration-base: .3s;--van-duration-fast: .2s;--van-ease-out: ease-out;--van-ease-in: ease-in;--van-border-color: var(--van-gray-3);--van-border-width: 1px;--van-radius-sm: 2px;--van-radius-md: 4px;--van-radius-lg: 8px;--van-radius-max: 999px}.van-theme-dark{--van-text-color: #f5f5f5;--van-text-color-2: #707070;--van-text-color-3: #4d4d4d;--van-border-color: #3a3a3c;--van-active-color: #3a3a3c;--van-background: #000;--van-background-2: #1c1c1e;--van-background-3: #37363b}html{-webkit-tap-highlight-color:transparent}body{margin:0;font-family:var(--van-base-font)}a{text-decoration:none}input,button,textarea{color:inherit;font:inherit}a:focus,input:focus,button:focus,textarea:focus,[class*=van-]:focus{outline:none}ol,ul{margin:0;padding:0;list-style:none}@keyframes van-slide-up-enter{0%{transform:translate3d(0,100%,0)}}@keyframes van-slide-up-leave{to{transform:translate3d(0,100%,0)}}@keyframes van-slide-down-enter{0%{transform:translate3d(0,-100%,0)}}@keyframes van-slide-down-leave{to{transform:translate3d(0,-100%,0)}}@keyframes van-slide-left-enter{0%{transform:translate3d(-100%,0,0)}}@keyframes van-slide-left-leave{to{transform:translate3d(-100%,0,0)}}@keyframes van-slide-right-enter{0%{transform:translate3d(100%,0,0)}}@keyframes van-slide-right-leave{to{transform:translate3d(100%,0,0)}}@keyframes van-fade-in{0%{opacity:0}to{opacity:1}}@keyframes van-fade-out{0%{opacity:1}to{opacity:0}}@keyframes van-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.van-fade-enter-active{animation:var(--van-duration-base) van-fade-in both var(--van-ease-out)}.van-fade-leave-active{animation:var(--van-duration-base) van-fade-out both var(--van-ease-in)}.van-slide-up-enter-active{animation:van-slide-up-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-up-leave-active{animation:van-slide-up-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-down-enter-active{animation:van-slide-down-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-down-leave-active{animation:van-slide-down-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-left-enter-active{animation:van-slide-left-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-left-leave-active{animation:van-slide-left-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-right-enter-active{animation:van-slide-right-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-right-leave-active{animation:van-slide-right-leave var(--van-duration-base) both var(--van-ease-in)}.van-clearfix:after{display:table;clear:both;content:""}.van-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-multi-ellipsis--l2{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;line-break:anywhere;-webkit-box-orient:vertical}.van-multi-ellipsis--l3{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;line-break:anywhere;-webkit-box-orient:vertical}.van-safe-area-top{padding-top:constant(safe-area-inset-top);padding-top:env(safe-area-inset-top)}.van-safe-area-bottom{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.van-haptics-feedback{cursor:pointer}.van-haptics-feedback:active{opacity:var(--van-active-opacity)}[class*=van-hairline]:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;top:-50%;right:-50%;bottom:-50%;left:-50%;border:0 solid var(--van-border-color);transform:scale(.5)}.van-hairline,.van-hairline--top,.van-hairline--left,.van-hairline--right,.van-hairline--bottom,.van-hairline--surround,.van-hairline--top-bottom{position:relative}.van-hairline--top:after{border-top-width:var(--van-border-width)}.van-hairline--left:after{border-left-width:var(--van-border-width)}.van-hairline--right:after{border-right-width:var(--van-border-width)}.van-hairline--bottom:after{border-bottom-width:var(--van-border-width)}.van-hairline--top-bottom:after,.van-hairline-unset--top-bottom:after{border-width:var(--van-border-width) 0}.van-hairline--surround:after{border-width:var(--van-border-width)}
|
|
@@ -219,7 +219,6 @@ const _sfc_main = {
|
|
|
219
219
|
props.formData,
|
|
220
220
|
props.fieldsList
|
|
221
221
|
);
|
|
222
|
-
console.log("🚀 ~ params:", params);
|
|
223
222
|
return params;
|
|
224
223
|
}
|
|
225
224
|
return {};
|
|
@@ -413,5 +412,5 @@ const _sfc_main = {
|
|
|
413
412
|
};
|
|
414
413
|
}
|
|
415
414
|
};
|
|
416
|
-
const DialogRenderer = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
415
|
+
const DialogRenderer = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-d28d3f09"]]);
|
|
417
416
|
exports.default = DialogRenderer;
|
|
@@ -174,6 +174,8 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
174
174
|
pageNo: 1,
|
|
175
175
|
pageSize: isPagination.value ? (_b = localConfig.value.paginationConfig) == null ? void 0 : _b.pageSize : 0
|
|
176
176
|
},
|
|
177
|
+
data: hiddenFormData.value,
|
|
178
|
+
fields: fieldsData.value,
|
|
177
179
|
sortRules: localConfig.value.sortRules,
|
|
178
180
|
templateId: localConfig.value.templateKey
|
|
179
181
|
});
|
|
@@ -470,7 +472,10 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
470
472
|
localConfig.value = option;
|
|
471
473
|
fieldsData.value = [
|
|
472
474
|
...localConfig.value.fieldsData || [],
|
|
473
|
-
...(localConfig.value.hiddenFields || []).map((item) => ({
|
|
475
|
+
...(localConfig.value.hiddenFields || []).map((item) => ({
|
|
476
|
+
...item,
|
|
477
|
+
isShow: false
|
|
478
|
+
}))
|
|
474
479
|
];
|
|
475
480
|
initHandleEvent();
|
|
476
481
|
emit("loaded", option);
|
|
@@ -628,5 +633,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
628
633
|
};
|
|
629
634
|
}
|
|
630
635
|
});
|
|
631
|
-
const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
636
|
+
const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-35de4740"]]);
|
|
632
637
|
exports.default = _Table;
|
|
@@ -328,7 +328,7 @@ const _sfc_main = {
|
|
|
328
328
|
field
|
|
329
329
|
}, () => [
|
|
330
330
|
field.prefix ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2, vue.toDisplayString(field.prefix), 1)) : vue.createCommentVNode("", true),
|
|
331
|
-
field.isLink
|
|
331
|
+
field.isLink ? (vue.openBlock(), vue.createBlock(_component_el_link, vue.mergeProps({
|
|
332
332
|
key: 1,
|
|
333
333
|
type: "primary"
|
|
334
334
|
}, vue.toHandlers(getEventHandlers(row, field, field.linkConfig))), {
|
|
@@ -383,5 +383,5 @@ const _sfc_main = {
|
|
|
383
383
|
};
|
|
384
384
|
}
|
|
385
385
|
};
|
|
386
|
-
const TableColumn = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
386
|
+
const TableColumn = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-b57831f4"]]);
|
|
387
387
|
exports.default = TableColumn;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fecp/designer",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.7",
|
|
4
4
|
"main": "lib/packages/designer/index.js",
|
|
5
5
|
"module": "es/packages/designer/index.mjs",
|
|
6
6
|
"files": [
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"lib"
|
|
9
9
|
],
|
|
10
10
|
"scripts": {
|
|
11
|
-
"publish": "npm publish --access public"
|
|
11
|
+
"publish": "npm publish --access public"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
14
|
"fecp",
|