@fecp/designer 5.5.97 → 5.5.99
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/index.vue.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 +44 -42
- package/es/packages/mobile/src/components/base/card/Card.vue.mjs +2 -2
- package/es/packages/vue/src/components/dialog/DialogRenderer.vue2.mjs +2 -1
- package/es/packages/vue/src/components/table/DynamicQuery.vue.mjs +1 -1
- package/es/packages/vue/src/utils/eventFlow/actionHandlers.mjs +2 -2
- package/es/packages/vue/src/utils/eventFlow/eventFlowHandler.mjs +7 -5
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/packages/dialog/useDialogDialog.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/index.vue.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 +44 -42
- package/lib/packages/mobile/src/components/base/card/Card.vue.js +2 -2
- package/lib/packages/vue/src/components/dialog/DialogRenderer.vue2.js +2 -1
- package/lib/packages/vue/src/components/table/DynamicQuery.vue.js +1 -1
- package/lib/packages/vue/src/utils/eventFlow/actionHandlers.js +2 -2
- package/lib/packages/vue/src/utils/eventFlow/eventFlowHandler.js +7 -5
- package/package.json +1 -1
|
@@ -84,7 +84,7 @@ import widgets from "../table/property/widgets.vue.mjs";
|
|
|
84
84
|
import "../../../../node_modules/element-plus/theme-chalk/el-tab-pane.css.mjs";
|
|
85
85
|
/* empty css */
|
|
86
86
|
/* empty css */
|
|
87
|
-
/* empty css
|
|
87
|
+
/* empty css */
|
|
88
88
|
/* empty css */
|
|
89
89
|
/* empty css */
|
|
90
90
|
/* empty css */
|
|
@@ -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
|
@@ -6590,12 +6590,11 @@ body,
|
|
|
6590
6590
|
}
|
|
6591
6591
|
.filter-divider[data-v-ba2f1878] .el-icon {
|
|
6592
6592
|
transition: transform 0.3s ease;
|
|
6593
|
-
}.dynamic-mode-config .dynamic-row[data-v-
|
|
6593
|
+
}.dynamic-mode-config .dynamic-row[data-v-84665bac] {
|
|
6594
6594
|
display: flex;
|
|
6595
|
-
height: 54px;
|
|
6596
6595
|
align-items: center;
|
|
6597
6596
|
}
|
|
6598
|
-
.dynamic-mode-config .back-icon[data-v-
|
|
6597
|
+
.dynamic-mode-config .back-icon[data-v-84665bac] {
|
|
6599
6598
|
display: flex;
|
|
6600
6599
|
align-items: center;
|
|
6601
6600
|
justify-content: center;
|
|
@@ -6608,11 +6607,11 @@ body,
|
|
|
6608
6607
|
margin-left: 4px;
|
|
6609
6608
|
margin-right: -6px;
|
|
6610
6609
|
}
|
|
6611
|
-
.dynamic-mode-config .back-icon .el-icon[data-v-
|
|
6610
|
+
.dynamic-mode-config .back-icon .el-icon[data-v-84665bac] {
|
|
6612
6611
|
font-size: 16px;
|
|
6613
6612
|
font-weight: bold;
|
|
6614
6613
|
}
|
|
6615
|
-
.dynamic-mode-config .template-name[data-v-
|
|
6614
|
+
.dynamic-mode-config .template-name[data-v-84665bac] {
|
|
6616
6615
|
font-size: 16px;
|
|
6617
6616
|
font-weight: 600;
|
|
6618
6617
|
color: #303133;
|
|
@@ -6625,7 +6624,7 @@ body,
|
|
|
6625
6624
|
display: flex;
|
|
6626
6625
|
align-items: center;
|
|
6627
6626
|
}
|
|
6628
|
-
.dynamic-mode-config .template-name-line[data-v-
|
|
6627
|
+
.dynamic-mode-config .template-name-line[data-v-84665bac] {
|
|
6629
6628
|
height: 16px;
|
|
6630
6629
|
width: 4px;
|
|
6631
6630
|
background-color: var(--el-color-primary);
|
|
@@ -6634,42 +6633,45 @@ body,
|
|
|
6634
6633
|
margin-right: 12px;
|
|
6635
6634
|
margin-top: 2px;
|
|
6636
6635
|
}
|
|
6637
|
-
.dynamic-mode-config .tab-display-section[data-v-
|
|
6636
|
+
.dynamic-mode-config .tab-display-section[data-v-84665bac] {
|
|
6638
6637
|
flex: 1;
|
|
6639
6638
|
min-width: 0;
|
|
6640
6639
|
}
|
|
6641
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6640
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-84665bac] .el-tabs__header {
|
|
6642
6641
|
margin: 0;
|
|
6643
6642
|
}
|
|
6644
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6643
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-84665bac] .el-tabs__nav-wrap::after {
|
|
6645
6644
|
height: 0;
|
|
6646
6645
|
}
|
|
6647
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6646
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-84665bac] .el-tabs__item {
|
|
6648
6647
|
padding: 0 12px;
|
|
6649
6648
|
}
|
|
6650
|
-
.dynamic-mode-config .search-display-section[data-v-
|
|
6649
|
+
.dynamic-mode-config .search-display-section[data-v-84665bac] {
|
|
6651
6650
|
flex-shrink: 0;
|
|
6652
6651
|
display: flex;
|
|
6653
6652
|
align-items: center;
|
|
6654
6653
|
gap: 12px;
|
|
6655
6654
|
margin-left: auto;
|
|
6656
6655
|
}
|
|
6657
|
-
.dynamic-mode-config .search-display-section .search-input-group
|
|
6656
|
+
.dynamic-mode-config .search-display-section .search-input-group[data-v-84665bac] {
|
|
6657
|
+
margin: 10px 0;
|
|
6658
|
+
}
|
|
6659
|
+
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-84665bac] {
|
|
6658
6660
|
/* width: 300px; */
|
|
6659
6661
|
}
|
|
6660
|
-
.dynamic-mode-config .search-display-section .search-input-group .search-input .search[data-v-
|
|
6662
|
+
.dynamic-mode-config .search-display-section .search-input-group .search-input .search[data-v-84665bac]:hover {
|
|
6661
6663
|
color: var(--el-color-primary);
|
|
6662
6664
|
cursor: pointer;
|
|
6663
6665
|
}
|
|
6664
|
-
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-
|
|
6666
|
+
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-84665bac] {
|
|
6665
6667
|
display: flex;
|
|
6666
6668
|
align-items: center;
|
|
6667
6669
|
gap: 8px;
|
|
6668
6670
|
}
|
|
6669
|
-
.dynamic-mode-config .search-display-section .optBtn[data-v-
|
|
6671
|
+
.dynamic-mode-config .search-display-section .optBtn[data-v-84665bac] {
|
|
6670
6672
|
position: relative;
|
|
6671
6673
|
}
|
|
6672
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6674
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-84665bac] {
|
|
6673
6675
|
position: absolute;
|
|
6674
6676
|
top: -10px;
|
|
6675
6677
|
right: -10px;
|
|
@@ -6686,31 +6688,31 @@ body,
|
|
|
6686
6688
|
font-size: 12px;
|
|
6687
6689
|
z-index: 1;
|
|
6688
6690
|
}
|
|
6689
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6691
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-84665bac]:hover {
|
|
6690
6692
|
background-color: #f56c6c;
|
|
6691
6693
|
}
|
|
6692
|
-
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-
|
|
6694
|
+
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-84665bac] {
|
|
6693
6695
|
display: flex;
|
|
6694
6696
|
}
|
|
6695
|
-
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-
|
|
6697
|
+
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-84665bac] {
|
|
6696
6698
|
pointer-events: none;
|
|
6697
6699
|
}
|
|
6698
|
-
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-
|
|
6700
|
+
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-84665bac] {
|
|
6699
6701
|
margin-right: 4px;
|
|
6700
6702
|
}
|
|
6701
|
-
.dynamic-mode-config .expand-filter-section[data-v-
|
|
6703
|
+
.dynamic-mode-config .expand-filter-section[data-v-84665bac] {
|
|
6702
6704
|
padding-top: 4px;
|
|
6703
6705
|
border-top: 1px solid #ebeef5;
|
|
6704
6706
|
margin-top: 4px;
|
|
6705
6707
|
}
|
|
6706
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-
|
|
6708
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-84665bac] {
|
|
6707
6709
|
width: 100%;
|
|
6708
6710
|
}
|
|
6709
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-
|
|
6711
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-84665bac] {
|
|
6710
6712
|
display: flex;
|
|
6711
6713
|
flex-wrap: wrap;
|
|
6712
6714
|
}
|
|
6713
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6715
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-84665bac] .el-form-item {
|
|
6714
6716
|
padding: 2px;
|
|
6715
6717
|
border: 2px solid transparent;
|
|
6716
6718
|
border-radius: 2px;
|
|
@@ -6719,20 +6721,20 @@ body,
|
|
|
6719
6721
|
cursor: move;
|
|
6720
6722
|
margin-bottom: 4px;
|
|
6721
6723
|
}
|
|
6722
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6724
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-84665bac] .el-form-item .el-form-item__label-wrap {
|
|
6723
6725
|
margin: 0 0 0 8px !important;
|
|
6724
6726
|
}
|
|
6725
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6727
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-84665bac] .el-form-item .el-form-item__content {
|
|
6726
6728
|
min-width: 150px;
|
|
6727
6729
|
}
|
|
6728
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6730
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-84665bac] .el-form-item .form-item-label {
|
|
6729
6731
|
display: flex;
|
|
6730
6732
|
align-items: center;
|
|
6731
6733
|
}
|
|
6732
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6734
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-84665bac] .el-form-item .el-input {
|
|
6733
6735
|
width: 150px;
|
|
6734
6736
|
}
|
|
6735
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6737
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-84665bac] .el-form-item .delete-icon {
|
|
6736
6738
|
position: absolute;
|
|
6737
6739
|
top: -10px;
|
|
6738
6740
|
right: -10px;
|
|
@@ -6749,19 +6751,19 @@ body,
|
|
|
6749
6751
|
font-size: 12px;
|
|
6750
6752
|
z-index: 1;
|
|
6751
6753
|
}
|
|
6752
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6754
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-84665bac] .el-form-item .delete-icon:hover {
|
|
6753
6755
|
background-color: #f56c6c;
|
|
6754
6756
|
}
|
|
6755
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6757
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-84665bac] .el-form-item.is-hover {
|
|
6756
6758
|
border: 2px dashed #7b99cb !important;
|
|
6757
6759
|
}
|
|
6758
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6760
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-84665bac] .el-form-item.is-hover .delete-icon {
|
|
6759
6761
|
display: flex;
|
|
6760
6762
|
}
|
|
6761
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6763
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-84665bac] .el-form-item.is-select {
|
|
6762
6764
|
border: 2px dashed #efa53a !important;
|
|
6763
6765
|
}
|
|
6764
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6766
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-84665bac] .el-form-item__label {
|
|
6765
6767
|
font-size: 13px;
|
|
6766
6768
|
color: #606266;
|
|
6767
6769
|
pointer-events: none;
|
|
@@ -6771,14 +6773,14 @@ body,
|
|
|
6771
6773
|
align-items: center;
|
|
6772
6774
|
pointer-events: none;
|
|
6773
6775
|
}
|
|
6774
|
-
[data-v-
|
|
6776
|
+
[data-v-84665bac] .el-checkbox-group {
|
|
6775
6777
|
display: flex;
|
|
6776
6778
|
gap: 12px;
|
|
6777
6779
|
}
|
|
6778
|
-
[data-v-
|
|
6780
|
+
[data-v-84665bac] .el-checkbox-group .el-checkbox-button__inner {
|
|
6779
6781
|
border-radius: 4px;
|
|
6780
6782
|
}
|
|
6781
|
-
[data-v-
|
|
6783
|
+
[data-v-84665bac] .el-input__inner::placeholder {
|
|
6782
6784
|
white-space: nowrap;
|
|
6783
6785
|
overflow: hidden;
|
|
6784
6786
|
text-overflow: ellipsis;
|
|
@@ -6935,6 +6937,11 @@ body,
|
|
|
6935
6937
|
}:root,:host{--van-cell-font-size: var(--van-font-size-md);--van-cell-line-height: 24px;--van-cell-vertical-padding: 10px;--van-cell-horizontal-padding: var(--van-padding-md);--van-cell-text-color: var(--van-text-color);--van-cell-background: var(--van-background-2);--van-cell-border-color: var(--van-border-color);--van-cell-active-color: var(--van-active-color);--van-cell-required-color: var(--van-danger-color);--van-cell-label-color: var(--van-text-color-2);--van-cell-label-font-size: var(--van-font-size-sm);--van-cell-label-line-height: var(--van-line-height-sm);--van-cell-label-margin-top: var(--van-padding-base);--van-cell-value-color: var(--van-text-color-2);--van-cell-value-font-size: inherit;--van-cell-icon-size: 16px;--van-cell-right-icon-color: var(--van-gray-6);--van-cell-large-vertical-padding: var(--van-padding-sm);--van-cell-large-title-font-size: var(--van-font-size-lg);--van-cell-large-label-font-size: var(--van-font-size-md);--van-cell-large-value-font-size: inherit}.van-cell{position:relative;display:flex;box-sizing:border-box;width:100%;padding:var(--van-cell-vertical-padding) var(--van-cell-horizontal-padding);overflow:hidden;color:var(--van-cell-text-color);font-size:var(--van-cell-font-size);line-height:var(--van-cell-line-height);background:var(--van-cell-background)}.van-cell:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;right:var(--van-padding-md);bottom:0;left:var(--van-padding-md);border-bottom:1px solid var(--van-cell-border-color);transform:scaleY(.5)}.van-cell:last-child:after,.van-cell--borderless:after{display:none}.van-cell__label{margin-top:var(--van-cell-label-margin-top);color:var(--van-cell-label-color);font-size:var(--van-cell-label-font-size);line-height:var(--van-cell-label-line-height)}.van-cell__title,.van-cell__value{flex:1}.van-cell__value{position:relative;overflow:hidden;color:var(--van-cell-value-color);font-size:var(--van-cell-value-font-size);text-align:right;vertical-align:middle;word-wrap:break-word}.van-cell__left-icon,.van-cell__right-icon{height:var(--van-cell-line-height);font-size:var(--van-cell-icon-size);line-height:var(--van-cell-line-height)}.van-cell__left-icon{margin-right:var(--van-padding-base)}.van-cell__right-icon{margin-left:var(--van-padding-base);color:var(--van-cell-right-icon-color)}.van-cell--clickable{cursor:pointer}.van-cell--clickable:active{background-color:var(--van-cell-active-color)}.van-cell--required{overflow:visible}.van-cell--required:before{position:absolute;left:var(--van-padding-xs);color:var(--van-cell-required-color);font-size:var(--van-cell-font-size);content:"*"}.van-cell--center{align-items:center}.van-cell--large{padding-top:var(--van-cell-large-vertical-padding);padding-bottom:var(--van-cell-large-vertical-padding)}.van-cell--large .van-cell__title{font-size:var(--van-cell-large-title-font-size)}.van-cell--large .van-cell__label{font-size:var(--van-cell-large-label-font-size)}.van-cell--large .van-cell__value{font-size:var(--van-cell-large-value-font-size)}
|
|
6936
6938
|
:root,:host{--van-cell-group-background: var(--van-background-2);--van-cell-group-title-color: var(--van-text-color-2);--van-cell-group-title-padding: var(--van-padding-md) var(--van-padding-md);--van-cell-group-title-font-size: var(--van-font-size-md);--van-cell-group-title-line-height: 16px;--van-cell-group-inset-padding: 0 var(--van-padding-md);--van-cell-group-inset-radius: var(--van-radius-lg);--van-cell-group-inset-title-padding: var(--van-padding-md) var(--van-padding-md)}.van-cell-group{background:var(--van-cell-group-background)}.van-cell-group--inset{margin:var(--van-cell-group-inset-padding);border-radius:var(--van-cell-group-inset-radius);overflow:hidden}.van-cell-group__title{padding:var(--van-cell-group-title-padding);color:var(--van-cell-group-title-color);font-size:var(--van-cell-group-title-font-size);line-height:var(--van-cell-group-title-line-height)}.van-cell-group__title--inset{padding:var(--van-cell-group-inset-title-padding)}
|
|
6937
6939
|
.van-swipe-cell{position:relative;overflow:hidden;cursor:-webkit-grab;cursor:grab}.van-swipe-cell__wrapper{transition-timing-function:cubic-bezier(.18,.89,.32,1);transition-property:transform}.van-swipe-cell__left,.van-swipe-cell__right{position:absolute;top:0;height:100%}.van-swipe-cell__left{left:0;transform:translate3d(-100%,0,0)}.van-swipe-cell__right{right:0;transform:translate3d(100%,0,0)}
|
|
6940
|
+
:root,:host{--van-action-bar-background: var(--van-background-2);--van-action-bar-height: 50px}.van-action-bar{position:fixed;right:0;bottom:0;left:0;display:flex;align-items:center;box-sizing:content-box;height:var(--van-action-bar-height);background:var(--van-action-bar-background)}
|
|
6941
|
+
:root,:host{--van-action-bar-button-height: 40px;--van-action-bar-button-warning-color: var(--van-gradient-orange);--van-action-bar-button-danger-color: var(--van-gradient-red)}.van-action-bar-button{flex:1;height:var(--van-action-bar-button-height);font-weight:var(--van-font-bold);font-size:var(--van-font-size-md);border:none;border-radius:0}.van-action-bar-button--first{margin-left:5px;border-top-left-radius:var(--van-radius-max);border-bottom-left-radius:var(--van-radius-max)}.van-action-bar-button--last{margin-right:5px;border-top-right-radius:var(--van-radius-max);border-bottom-right-radius:var(--van-radius-max)}.van-action-bar-button--warning{background:var(--van-action-bar-button-warning-color)}.van-action-bar-button--danger{background:var(--van-action-bar-button-danger-color)}@media(max-width:321px){.van-action-bar-button{font-size:13px}}
|
|
6942
|
+
:root,:host{--van-overlay-z-index: 1;--van-overlay-background: rgba(0, 0, 0, .7)}.van-overlay{position:fixed;top:0;left:0;z-index:var(--van-overlay-z-index);width:100%;height:100%;background:var(--van-overlay-background)}
|
|
6943
|
+
:root,:host{--van-popup-background: var(--van-background-2);--van-popup-transition: transform var(--van-duration-base);--van-popup-round-radius: 16px;--van-popup-close-icon-size: 22px;--van-popup-close-icon-color: var(--van-gray-5);--van-popup-close-icon-margin: 16px;--van-popup-close-icon-z-index: 1}.van-overflow-hidden{overflow:hidden!important}.van-popup{position:fixed;max-height:100%;overflow-y:auto;box-sizing:border-box;background:var(--van-popup-background);transition:var(--van-popup-transition);-webkit-overflow-scrolling:touch}.van-popup--center{top:50%;left:0;right:0;width:-webkit-fit-content;width:fit-content;max-width:calc(100vw - var(--van-padding-md) * 2);margin:0 auto;transform:translateY(-50%)}.van-popup--center.van-popup--round{border-radius:var(--van-popup-round-radius)}.van-popup--top{top:0;left:0;width:100%}.van-popup--top.van-popup--round{border-radius:0 0 var(--van-popup-round-radius) var(--van-popup-round-radius)}.van-popup--right{top:50%;right:0;transform:translate3d(0,-50%,0)}.van-popup--right.van-popup--round{border-radius:var(--van-popup-round-radius) 0 0 var(--van-popup-round-radius)}.van-popup--bottom{bottom:0;left:0;width:100%}.van-popup--bottom.van-popup--round{border-radius:var(--van-popup-round-radius) var(--van-popup-round-radius) 0 0}.van-popup--left{top:50%;left:0;transform:translate3d(0,-50%,0)}.van-popup--left.van-popup--round{border-radius:0 var(--van-popup-round-radius) var(--van-popup-round-radius) 0}.van-popup-slide-top-enter-active,.van-popup-slide-left-enter-active,.van-popup-slide-right-enter-active,.van-popup-slide-bottom-enter-active{transition-timing-function:var(--van-ease-out)}.van-popup-slide-top-leave-active,.van-popup-slide-left-leave-active,.van-popup-slide-right-leave-active,.van-popup-slide-bottom-leave-active{transition-timing-function:var(--van-ease-in)}.van-popup-slide-top-enter-from,.van-popup-slide-top-leave-active{transform:translate3d(0,-100%,0)}.van-popup-slide-right-enter-from,.van-popup-slide-right-leave-active{transform:translate3d(100%,-50%,0)}.van-popup-slide-bottom-enter-from,.van-popup-slide-bottom-leave-active{transform:translate3d(0,100%,0)}.van-popup-slide-left-enter-from,.van-popup-slide-left-leave-active{transform:translate3d(-100%,-50%,0)}.van-popup__close-icon{position:absolute;z-index:var(--van-popup-close-icon-z-index);color:var(--van-popup-close-icon-color);font-size:var(--van-popup-close-icon-size)}.van-popup__close-icon--top-left{top:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--top-right{top:var(--van-popup-close-icon-margin);right:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-left{bottom:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-right{right:var(--van-popup-close-icon-margin);bottom:var(--van-popup-close-icon-margin)}
|
|
6944
|
+
:root,:host{--van-dialog-width: 320px;--van-dialog-small-screen-width: 90%;--van-dialog-font-size: var(--van-font-size-lg);--van-dialog-transition: var(--van-duration-base);--van-dialog-radius: 16px;--van-dialog-background: var(--van-background-2);--van-dialog-header-font-weight: var(--van-font-bold);--van-dialog-header-line-height: 24px;--van-dialog-header-padding-top: 26px;--van-dialog-header-isolated-padding: var(--van-padding-lg) 0;--van-dialog-message-padding: var(--van-padding-lg);--van-dialog-message-font-size: var(--van-font-size-md);--van-dialog-message-line-height: var(--van-line-height-md);--van-dialog-message-max-height: 60vh;--van-dialog-has-title-message-text-color: var(--van-gray-7);--van-dialog-has-title-message-padding-top: var(--van-padding-xs);--van-dialog-button-height: 48px;--van-dialog-round-button-height: 36px;--van-dialog-confirm-button-text-color: var(--van-primary-color)}.van-dialog{top:45%;width:var(--van-dialog-width);overflow:hidden;font-size:var(--van-dialog-font-size);background:var(--van-dialog-background);border-radius:var(--van-dialog-radius);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:var(--van-dialog-transition);transition-property:transform,opacity}@media(max-width:321px){.van-dialog{width:var(--van-dialog-small-screen-width)}}.van-dialog__header{color:var(--van-text-color);padding-top:var(--van-dialog-header-padding-top);font-weight:var(--van-dialog-header-font-weight);line-height:var(--van-dialog-header-line-height);text-align:center}.van-dialog__header--isolated{padding:var(--van-dialog-header-isolated-padding)}.van-dialog__content--isolated{display:flex;align-items:center;min-height:104px}.van-dialog__message{color:var(--van-text-color);flex:1;max-height:var(--van-dialog-message-max-height);padding:26px var(--van-dialog-message-padding);overflow-y:auto;font-size:var(--van-dialog-message-font-size);line-height:var(--van-dialog-message-line-height);white-space:pre-wrap;text-align:center;word-wrap:break-word;-webkit-overflow-scrolling:touch}.van-dialog__message--has-title{padding-top:var(--van-dialog-has-title-message-padding-top);color:var(--van-dialog-has-title-message-text-color)}.van-dialog__message--left{text-align:left}.van-dialog__message--right{text-align:right}.van-dialog__message--justify{text-align:justify}.van-dialog__footer{display:flex;overflow:hidden;-webkit-user-select:none;user-select:none}.van-dialog__confirm,.van-dialog__cancel{flex:1;height:var(--van-dialog-button-height);margin:0;border:0;border-radius:0}.van-dialog__confirm,.van-dialog__confirm:active{color:var(--van-dialog-confirm-button-text-color)}.van-dialog--round-button .van-dialog__footer{position:relative;height:auto;padding:var(--van-padding-xs) var(--van-padding-lg) var(--van-padding-md)}.van-dialog--round-button .van-dialog__message{padding-bottom:var(--van-padding-md);color:var(--van-text-color)}.van-dialog--round-button .van-dialog__confirm,.van-dialog--round-button .van-dialog__cancel{height:var(--van-dialog-round-button-height)}.van-dialog--round-button .van-dialog__confirm{color:var(--van-white)}.van-dialog--round-button .van-action-bar-button--first{border-top-left-radius:var(--van-radius-max);border-bottom-left-radius:var(--van-radius-max)}.van-dialog--round-button .van-action-bar-button--last{border-top-right-radius:var(--van-radius-max);border-bottom-right-radius:var(--van-radius-max)}.van-dialog-bounce-enter-from{transform:translate3d(0,-50%,0) scale(.7);opacity:0}.van-dialog-bounce-leave-active{transform:translate3d(0,-50%,0) scale(.9);opacity:0}
|
|
6938
6945
|
|
|
6939
6946
|
.fec-card[data-v-dc24b95f] {
|
|
6940
6947
|
margin: 12px;
|
|
@@ -6943,11 +6950,6 @@ body,
|
|
|
6943
6950
|
.fec-swipe-delete-button[data-v-dc24b95f] {
|
|
6944
6951
|
height: 100%;
|
|
6945
6952
|
}
|
|
6946
|
-
:root,:host{--van-action-bar-background: var(--van-background-2);--van-action-bar-height: 50px}.van-action-bar{position:fixed;right:0;bottom:0;left:0;display:flex;align-items:center;box-sizing:content-box;height:var(--van-action-bar-height);background:var(--van-action-bar-background)}
|
|
6947
|
-
:root,:host{--van-action-bar-button-height: 40px;--van-action-bar-button-warning-color: var(--van-gradient-orange);--van-action-bar-button-danger-color: var(--van-gradient-red)}.van-action-bar-button{flex:1;height:var(--van-action-bar-button-height);font-weight:var(--van-font-bold);font-size:var(--van-font-size-md);border:none;border-radius:0}.van-action-bar-button--first{margin-left:5px;border-top-left-radius:var(--van-radius-max);border-bottom-left-radius:var(--van-radius-max)}.van-action-bar-button--last{margin-right:5px;border-top-right-radius:var(--van-radius-max);border-bottom-right-radius:var(--van-radius-max)}.van-action-bar-button--warning{background:var(--van-action-bar-button-warning-color)}.van-action-bar-button--danger{background:var(--van-action-bar-button-danger-color)}@media(max-width:321px){.van-action-bar-button{font-size:13px}}
|
|
6948
|
-
:root,:host{--van-overlay-z-index: 1;--van-overlay-background: rgba(0, 0, 0, .7)}.van-overlay{position:fixed;top:0;left:0;z-index:var(--van-overlay-z-index);width:100%;height:100%;background:var(--van-overlay-background)}
|
|
6949
|
-
:root,:host{--van-popup-background: var(--van-background-2);--van-popup-transition: transform var(--van-duration-base);--van-popup-round-radius: 16px;--van-popup-close-icon-size: 22px;--van-popup-close-icon-color: var(--van-gray-5);--van-popup-close-icon-margin: 16px;--van-popup-close-icon-z-index: 1}.van-overflow-hidden{overflow:hidden!important}.van-popup{position:fixed;max-height:100%;overflow-y:auto;box-sizing:border-box;background:var(--van-popup-background);transition:var(--van-popup-transition);-webkit-overflow-scrolling:touch}.van-popup--center{top:50%;left:0;right:0;width:-webkit-fit-content;width:fit-content;max-width:calc(100vw - var(--van-padding-md) * 2);margin:0 auto;transform:translateY(-50%)}.van-popup--center.van-popup--round{border-radius:var(--van-popup-round-radius)}.van-popup--top{top:0;left:0;width:100%}.van-popup--top.van-popup--round{border-radius:0 0 var(--van-popup-round-radius) var(--van-popup-round-radius)}.van-popup--right{top:50%;right:0;transform:translate3d(0,-50%,0)}.van-popup--right.van-popup--round{border-radius:var(--van-popup-round-radius) 0 0 var(--van-popup-round-radius)}.van-popup--bottom{bottom:0;left:0;width:100%}.van-popup--bottom.van-popup--round{border-radius:var(--van-popup-round-radius) var(--van-popup-round-radius) 0 0}.van-popup--left{top:50%;left:0;transform:translate3d(0,-50%,0)}.van-popup--left.van-popup--round{border-radius:0 var(--van-popup-round-radius) var(--van-popup-round-radius) 0}.van-popup-slide-top-enter-active,.van-popup-slide-left-enter-active,.van-popup-slide-right-enter-active,.van-popup-slide-bottom-enter-active{transition-timing-function:var(--van-ease-out)}.van-popup-slide-top-leave-active,.van-popup-slide-left-leave-active,.van-popup-slide-right-leave-active,.van-popup-slide-bottom-leave-active{transition-timing-function:var(--van-ease-in)}.van-popup-slide-top-enter-from,.van-popup-slide-top-leave-active{transform:translate3d(0,-100%,0)}.van-popup-slide-right-enter-from,.van-popup-slide-right-leave-active{transform:translate3d(100%,-50%,0)}.van-popup-slide-bottom-enter-from,.van-popup-slide-bottom-leave-active{transform:translate3d(0,100%,0)}.van-popup-slide-left-enter-from,.van-popup-slide-left-leave-active{transform:translate3d(-100%,-50%,0)}.van-popup__close-icon{position:absolute;z-index:var(--van-popup-close-icon-z-index);color:var(--van-popup-close-icon-color);font-size:var(--van-popup-close-icon-size)}.van-popup__close-icon--top-left{top:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--top-right{top:var(--van-popup-close-icon-margin);right:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-left{bottom:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-right{right:var(--van-popup-close-icon-margin);bottom:var(--van-popup-close-icon-margin)}
|
|
6950
|
-
:root,:host{--van-dialog-width: 320px;--van-dialog-small-screen-width: 90%;--van-dialog-font-size: var(--van-font-size-lg);--van-dialog-transition: var(--van-duration-base);--van-dialog-radius: 16px;--van-dialog-background: var(--van-background-2);--van-dialog-header-font-weight: var(--van-font-bold);--van-dialog-header-line-height: 24px;--van-dialog-header-padding-top: 26px;--van-dialog-header-isolated-padding: var(--van-padding-lg) 0;--van-dialog-message-padding: var(--van-padding-lg);--van-dialog-message-font-size: var(--van-font-size-md);--van-dialog-message-line-height: var(--van-line-height-md);--van-dialog-message-max-height: 60vh;--van-dialog-has-title-message-text-color: var(--van-gray-7);--van-dialog-has-title-message-padding-top: var(--van-padding-xs);--van-dialog-button-height: 48px;--van-dialog-round-button-height: 36px;--van-dialog-confirm-button-text-color: var(--van-primary-color)}.van-dialog{top:45%;width:var(--van-dialog-width);overflow:hidden;font-size:var(--van-dialog-font-size);background:var(--van-dialog-background);border-radius:var(--van-dialog-radius);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:var(--van-dialog-transition);transition-property:transform,opacity}@media(max-width:321px){.van-dialog{width:var(--van-dialog-small-screen-width)}}.van-dialog__header{color:var(--van-text-color);padding-top:var(--van-dialog-header-padding-top);font-weight:var(--van-dialog-header-font-weight);line-height:var(--van-dialog-header-line-height);text-align:center}.van-dialog__header--isolated{padding:var(--van-dialog-header-isolated-padding)}.van-dialog__content--isolated{display:flex;align-items:center;min-height:104px}.van-dialog__message{color:var(--van-text-color);flex:1;max-height:var(--van-dialog-message-max-height);padding:26px var(--van-dialog-message-padding);overflow-y:auto;font-size:var(--van-dialog-message-font-size);line-height:var(--van-dialog-message-line-height);white-space:pre-wrap;text-align:center;word-wrap:break-word;-webkit-overflow-scrolling:touch}.van-dialog__message--has-title{padding-top:var(--van-dialog-has-title-message-padding-top);color:var(--van-dialog-has-title-message-text-color)}.van-dialog__message--left{text-align:left}.van-dialog__message--right{text-align:right}.van-dialog__message--justify{text-align:justify}.van-dialog__footer{display:flex;overflow:hidden;-webkit-user-select:none;user-select:none}.van-dialog__confirm,.van-dialog__cancel{flex:1;height:var(--van-dialog-button-height);margin:0;border:0;border-radius:0}.van-dialog__confirm,.van-dialog__confirm:active{color:var(--van-dialog-confirm-button-text-color)}.van-dialog--round-button .van-dialog__footer{position:relative;height:auto;padding:var(--van-padding-xs) var(--van-padding-lg) var(--van-padding-md)}.van-dialog--round-button .van-dialog__message{padding-bottom:var(--van-padding-md);color:var(--van-text-color)}.van-dialog--round-button .van-dialog__confirm,.van-dialog--round-button .van-dialog__cancel{height:var(--van-dialog-round-button-height)}.van-dialog--round-button .van-dialog__confirm{color:var(--van-white)}.van-dialog--round-button .van-action-bar-button--first{border-top-left-radius:var(--van-radius-max);border-bottom-left-radius:var(--van-radius-max)}.van-dialog--round-button .van-action-bar-button--last{border-top-right-radius:var(--van-radius-max);border-bottom-right-radius:var(--van-radius-max)}.van-dialog-bounce-enter-from{transform:translate3d(0,-50%,0) scale(.7);opacity:0}.van-dialog-bounce-leave-active{transform:translate3d(0,-50%,0) scale(.9);opacity:0}
|
|
6951
6953
|
:root,:host{--van-image-placeholder-text-color: var(--van-text-color-2);--van-image-placeholder-font-size: var(--van-font-size-md);--van-image-placeholder-background: var(--van-background);--van-image-loading-icon-size: 32px;--van-image-loading-icon-color: var(--van-gray-4);--van-image-error-icon-size: 32px;--van-image-error-icon-color: var(--van-gray-4)}.van-image{position:relative;display:inline-block}.van-image--round{overflow:hidden;border-radius:var(--van-radius-max)}.van-image--round .van-image__img{border-radius:inherit}.van-image--block{display:block}.van-image__img,.van-image__error,.van-image__loading{display:block;width:100%;height:100%}.van-image__error,.van-image__loading{position:absolute;top:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--van-image-placeholder-text-color);font-size:var(--van-image-placeholder-font-size);background:var(--van-image-placeholder-background)}.van-image__loading-icon{color:var(--van-image-loading-icon-color);font-size:var(--van-image-loading-icon-size)}.van-image__error-icon{color:var(--van-image-error-icon-color);font-size:var(--van-image-error-icon-size)}
|
|
6952
6954
|
|
|
6953
6955
|
.fec-collapse-container[data-v-6037566c] {
|
|
@@ -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";
|
|
@@ -494,7 +494,7 @@ const _sfc_main = {
|
|
|
494
494
|
};
|
|
495
495
|
}
|
|
496
496
|
};
|
|
497
|
-
const DynamicQuery = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
497
|
+
const DynamicQuery = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-84665bac"]]);
|
|
498
498
|
export {
|
|
499
499
|
DynamicQuery as default
|
|
500
500
|
};
|
|
@@ -491,8 +491,8 @@ async function handleFormSetValue(node, data, fields, context) {
|
|
|
491
491
|
});
|
|
492
492
|
}
|
|
493
493
|
formData = removeEmptyValues(formData);
|
|
494
|
-
delete formData.pageNo;
|
|
495
|
-
delete formData.pageSize;
|
|
494
|
+
formData == null ? true : delete formData.pageNo;
|
|
495
|
+
formData == null ? true : delete formData.pageSize;
|
|
496
496
|
const formComponent = ((_a = context.components) == null ? void 0 : _a.form) || ((_b = context.components) == null ? void 0 : _b.table);
|
|
497
497
|
const setFormDataMethod = (_d = (_c = formComponent == null ? void 0 : formComponent.$) == null ? void 0 : _c.exposed) == null ? void 0 : _d.setFormData;
|
|
498
498
|
if (typeof setFormDataMethod === "function") {
|
|
@@ -9,6 +9,7 @@ async function executeEventFlow(params) {
|
|
|
9
9
|
onSuccess,
|
|
10
10
|
onError,
|
|
11
11
|
row,
|
|
12
|
+
item,
|
|
12
13
|
metadata
|
|
13
14
|
} = params;
|
|
14
15
|
if (!eventFlow) {
|
|
@@ -49,7 +50,7 @@ function createEventFlowHandler(options = {}) {
|
|
|
49
50
|
components = {},
|
|
50
51
|
metadata = {}
|
|
51
52
|
} = options;
|
|
52
|
-
return async function handleEvent(row,
|
|
53
|
+
return async function handleEvent(row, item, eventConfig) {
|
|
53
54
|
if (eventConfig && eventConfig.eventFlow) {
|
|
54
55
|
return await executeEventFlow({
|
|
55
56
|
eventFlow: eventConfig.eventFlow,
|
|
@@ -60,12 +61,13 @@ function createEventFlowHandler(options = {}) {
|
|
|
60
61
|
onSuccess,
|
|
61
62
|
onError,
|
|
62
63
|
row,
|
|
63
|
-
|
|
64
|
+
item,
|
|
65
|
+
metadata: { ...metadata, item }
|
|
64
66
|
});
|
|
65
67
|
}
|
|
66
68
|
};
|
|
67
69
|
}
|
|
68
|
-
function getEventHandlers(
|
|
70
|
+
function getEventHandlers(item, row, eventHandler, eventConfigs) {
|
|
69
71
|
const handlers = {};
|
|
70
72
|
if (!eventConfigs) {
|
|
71
73
|
return handlers;
|
|
@@ -73,7 +75,7 @@ function getEventHandlers(item2, row, eventHandler, eventConfigs) {
|
|
|
73
75
|
eventConfigs.forEach((eventConfig) => {
|
|
74
76
|
if (!eventConfig.name) return;
|
|
75
77
|
const eventName = eventConfig.name.toLowerCase();
|
|
76
|
-
handlers[eventName] = () => eventHandler(row,
|
|
78
|
+
handlers[eventName] = () => eventHandler(row, item, eventConfig);
|
|
77
79
|
});
|
|
78
80
|
return handlers;
|
|
79
81
|
}
|
|
@@ -81,7 +83,7 @@ function useEventFlow(options = {}) {
|
|
|
81
83
|
const handleEvent = createEventFlowHandler(options);
|
|
82
84
|
return {
|
|
83
85
|
handleEvent,
|
|
84
|
-
getEventHandlers: (
|
|
86
|
+
getEventHandlers: (item, row, eventConfig) => getEventHandlers(item, row, handleEvent, eventConfig)
|
|
85
87
|
};
|
|
86
88
|
}
|
|
87
89
|
export {
|
|
@@ -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.vue.js");
|
|
4
4
|
const Vue = require("vue");
|
|
5
5
|
function useDialogDialog() {
|
|
6
6
|
const dialogDialogVisible = Vue.ref(false);
|
|
@@ -86,7 +86,7 @@ const widgets = require("../table/property/widgets.vue.js");
|
|
|
86
86
|
require("../../../../node_modules/element-plus/theme-chalk/el-tab-pane.css.js");
|
|
87
87
|
;/* empty css */
|
|
88
88
|
;/* empty css */
|
|
89
|
-
;/* empty css
|
|
89
|
+
;/* empty css */
|
|
90
90
|
;/* empty css */
|
|
91
91
|
;/* empty css */
|
|
92
92
|
;/* empty css */
|
|
@@ -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.vue.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
|
@@ -6590,12 +6590,11 @@ body,
|
|
|
6590
6590
|
}
|
|
6591
6591
|
.filter-divider[data-v-ba2f1878] .el-icon {
|
|
6592
6592
|
transition: transform 0.3s ease;
|
|
6593
|
-
}.dynamic-mode-config .dynamic-row[data-v-
|
|
6593
|
+
}.dynamic-mode-config .dynamic-row[data-v-84665bac] {
|
|
6594
6594
|
display: flex;
|
|
6595
|
-
height: 54px;
|
|
6596
6595
|
align-items: center;
|
|
6597
6596
|
}
|
|
6598
|
-
.dynamic-mode-config .back-icon[data-v-
|
|
6597
|
+
.dynamic-mode-config .back-icon[data-v-84665bac] {
|
|
6599
6598
|
display: flex;
|
|
6600
6599
|
align-items: center;
|
|
6601
6600
|
justify-content: center;
|
|
@@ -6608,11 +6607,11 @@ body,
|
|
|
6608
6607
|
margin-left: 4px;
|
|
6609
6608
|
margin-right: -6px;
|
|
6610
6609
|
}
|
|
6611
|
-
.dynamic-mode-config .back-icon .el-icon[data-v-
|
|
6610
|
+
.dynamic-mode-config .back-icon .el-icon[data-v-84665bac] {
|
|
6612
6611
|
font-size: 16px;
|
|
6613
6612
|
font-weight: bold;
|
|
6614
6613
|
}
|
|
6615
|
-
.dynamic-mode-config .template-name[data-v-
|
|
6614
|
+
.dynamic-mode-config .template-name[data-v-84665bac] {
|
|
6616
6615
|
font-size: 16px;
|
|
6617
6616
|
font-weight: 600;
|
|
6618
6617
|
color: #303133;
|
|
@@ -6625,7 +6624,7 @@ body,
|
|
|
6625
6624
|
display: flex;
|
|
6626
6625
|
align-items: center;
|
|
6627
6626
|
}
|
|
6628
|
-
.dynamic-mode-config .template-name-line[data-v-
|
|
6627
|
+
.dynamic-mode-config .template-name-line[data-v-84665bac] {
|
|
6629
6628
|
height: 16px;
|
|
6630
6629
|
width: 4px;
|
|
6631
6630
|
background-color: var(--el-color-primary);
|
|
@@ -6634,42 +6633,45 @@ body,
|
|
|
6634
6633
|
margin-right: 12px;
|
|
6635
6634
|
margin-top: 2px;
|
|
6636
6635
|
}
|
|
6637
|
-
.dynamic-mode-config .tab-display-section[data-v-
|
|
6636
|
+
.dynamic-mode-config .tab-display-section[data-v-84665bac] {
|
|
6638
6637
|
flex: 1;
|
|
6639
6638
|
min-width: 0;
|
|
6640
6639
|
}
|
|
6641
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6640
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-84665bac] .el-tabs__header {
|
|
6642
6641
|
margin: 0;
|
|
6643
6642
|
}
|
|
6644
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6643
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-84665bac] .el-tabs__nav-wrap::after {
|
|
6645
6644
|
height: 0;
|
|
6646
6645
|
}
|
|
6647
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6646
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-84665bac] .el-tabs__item {
|
|
6648
6647
|
padding: 0 12px;
|
|
6649
6648
|
}
|
|
6650
|
-
.dynamic-mode-config .search-display-section[data-v-
|
|
6649
|
+
.dynamic-mode-config .search-display-section[data-v-84665bac] {
|
|
6651
6650
|
flex-shrink: 0;
|
|
6652
6651
|
display: flex;
|
|
6653
6652
|
align-items: center;
|
|
6654
6653
|
gap: 12px;
|
|
6655
6654
|
margin-left: auto;
|
|
6656
6655
|
}
|
|
6657
|
-
.dynamic-mode-config .search-display-section .search-input-group
|
|
6656
|
+
.dynamic-mode-config .search-display-section .search-input-group[data-v-84665bac] {
|
|
6657
|
+
margin: 10px 0;
|
|
6658
|
+
}
|
|
6659
|
+
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-84665bac] {
|
|
6658
6660
|
/* width: 300px; */
|
|
6659
6661
|
}
|
|
6660
|
-
.dynamic-mode-config .search-display-section .search-input-group .search-input .search[data-v-
|
|
6662
|
+
.dynamic-mode-config .search-display-section .search-input-group .search-input .search[data-v-84665bac]:hover {
|
|
6661
6663
|
color: var(--el-color-primary);
|
|
6662
6664
|
cursor: pointer;
|
|
6663
6665
|
}
|
|
6664
|
-
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-
|
|
6666
|
+
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-84665bac] {
|
|
6665
6667
|
display: flex;
|
|
6666
6668
|
align-items: center;
|
|
6667
6669
|
gap: 8px;
|
|
6668
6670
|
}
|
|
6669
|
-
.dynamic-mode-config .search-display-section .optBtn[data-v-
|
|
6671
|
+
.dynamic-mode-config .search-display-section .optBtn[data-v-84665bac] {
|
|
6670
6672
|
position: relative;
|
|
6671
6673
|
}
|
|
6672
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6674
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-84665bac] {
|
|
6673
6675
|
position: absolute;
|
|
6674
6676
|
top: -10px;
|
|
6675
6677
|
right: -10px;
|
|
@@ -6686,31 +6688,31 @@ body,
|
|
|
6686
6688
|
font-size: 12px;
|
|
6687
6689
|
z-index: 1;
|
|
6688
6690
|
}
|
|
6689
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6691
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-84665bac]:hover {
|
|
6690
6692
|
background-color: #f56c6c;
|
|
6691
6693
|
}
|
|
6692
|
-
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-
|
|
6694
|
+
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-84665bac] {
|
|
6693
6695
|
display: flex;
|
|
6694
6696
|
}
|
|
6695
|
-
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-
|
|
6697
|
+
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-84665bac] {
|
|
6696
6698
|
pointer-events: none;
|
|
6697
6699
|
}
|
|
6698
|
-
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-
|
|
6700
|
+
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-84665bac] {
|
|
6699
6701
|
margin-right: 4px;
|
|
6700
6702
|
}
|
|
6701
|
-
.dynamic-mode-config .expand-filter-section[data-v-
|
|
6703
|
+
.dynamic-mode-config .expand-filter-section[data-v-84665bac] {
|
|
6702
6704
|
padding-top: 4px;
|
|
6703
6705
|
border-top: 1px solid #ebeef5;
|
|
6704
6706
|
margin-top: 4px;
|
|
6705
6707
|
}
|
|
6706
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-
|
|
6708
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-84665bac] {
|
|
6707
6709
|
width: 100%;
|
|
6708
6710
|
}
|
|
6709
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-
|
|
6711
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-84665bac] {
|
|
6710
6712
|
display: flex;
|
|
6711
6713
|
flex-wrap: wrap;
|
|
6712
6714
|
}
|
|
6713
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6715
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-84665bac] .el-form-item {
|
|
6714
6716
|
padding: 2px;
|
|
6715
6717
|
border: 2px solid transparent;
|
|
6716
6718
|
border-radius: 2px;
|
|
@@ -6719,20 +6721,20 @@ body,
|
|
|
6719
6721
|
cursor: move;
|
|
6720
6722
|
margin-bottom: 4px;
|
|
6721
6723
|
}
|
|
6722
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6724
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-84665bac] .el-form-item .el-form-item__label-wrap {
|
|
6723
6725
|
margin: 0 0 0 8px !important;
|
|
6724
6726
|
}
|
|
6725
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6727
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-84665bac] .el-form-item .el-form-item__content {
|
|
6726
6728
|
min-width: 150px;
|
|
6727
6729
|
}
|
|
6728
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6730
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-84665bac] .el-form-item .form-item-label {
|
|
6729
6731
|
display: flex;
|
|
6730
6732
|
align-items: center;
|
|
6731
6733
|
}
|
|
6732
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6734
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-84665bac] .el-form-item .el-input {
|
|
6733
6735
|
width: 150px;
|
|
6734
6736
|
}
|
|
6735
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6737
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-84665bac] .el-form-item .delete-icon {
|
|
6736
6738
|
position: absolute;
|
|
6737
6739
|
top: -10px;
|
|
6738
6740
|
right: -10px;
|
|
@@ -6749,19 +6751,19 @@ body,
|
|
|
6749
6751
|
font-size: 12px;
|
|
6750
6752
|
z-index: 1;
|
|
6751
6753
|
}
|
|
6752
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6754
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-84665bac] .el-form-item .delete-icon:hover {
|
|
6753
6755
|
background-color: #f56c6c;
|
|
6754
6756
|
}
|
|
6755
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6757
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-84665bac] .el-form-item.is-hover {
|
|
6756
6758
|
border: 2px dashed #7b99cb !important;
|
|
6757
6759
|
}
|
|
6758
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6760
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-84665bac] .el-form-item.is-hover .delete-icon {
|
|
6759
6761
|
display: flex;
|
|
6760
6762
|
}
|
|
6761
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6763
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-84665bac] .el-form-item.is-select {
|
|
6762
6764
|
border: 2px dashed #efa53a !important;
|
|
6763
6765
|
}
|
|
6764
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6766
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-84665bac] .el-form-item__label {
|
|
6765
6767
|
font-size: 13px;
|
|
6766
6768
|
color: #606266;
|
|
6767
6769
|
pointer-events: none;
|
|
@@ -6771,14 +6773,14 @@ body,
|
|
|
6771
6773
|
align-items: center;
|
|
6772
6774
|
pointer-events: none;
|
|
6773
6775
|
}
|
|
6774
|
-
[data-v-
|
|
6776
|
+
[data-v-84665bac] .el-checkbox-group {
|
|
6775
6777
|
display: flex;
|
|
6776
6778
|
gap: 12px;
|
|
6777
6779
|
}
|
|
6778
|
-
[data-v-
|
|
6780
|
+
[data-v-84665bac] .el-checkbox-group .el-checkbox-button__inner {
|
|
6779
6781
|
border-radius: 4px;
|
|
6780
6782
|
}
|
|
6781
|
-
[data-v-
|
|
6783
|
+
[data-v-84665bac] .el-input__inner::placeholder {
|
|
6782
6784
|
white-space: nowrap;
|
|
6783
6785
|
overflow: hidden;
|
|
6784
6786
|
text-overflow: ellipsis;
|
|
@@ -6935,6 +6937,11 @@ body,
|
|
|
6935
6937
|
}:root,:host{--van-cell-font-size: var(--van-font-size-md);--van-cell-line-height: 24px;--van-cell-vertical-padding: 10px;--van-cell-horizontal-padding: var(--van-padding-md);--van-cell-text-color: var(--van-text-color);--van-cell-background: var(--van-background-2);--van-cell-border-color: var(--van-border-color);--van-cell-active-color: var(--van-active-color);--van-cell-required-color: var(--van-danger-color);--van-cell-label-color: var(--van-text-color-2);--van-cell-label-font-size: var(--van-font-size-sm);--van-cell-label-line-height: var(--van-line-height-sm);--van-cell-label-margin-top: var(--van-padding-base);--van-cell-value-color: var(--van-text-color-2);--van-cell-value-font-size: inherit;--van-cell-icon-size: 16px;--van-cell-right-icon-color: var(--van-gray-6);--van-cell-large-vertical-padding: var(--van-padding-sm);--van-cell-large-title-font-size: var(--van-font-size-lg);--van-cell-large-label-font-size: var(--van-font-size-md);--van-cell-large-value-font-size: inherit}.van-cell{position:relative;display:flex;box-sizing:border-box;width:100%;padding:var(--van-cell-vertical-padding) var(--van-cell-horizontal-padding);overflow:hidden;color:var(--van-cell-text-color);font-size:var(--van-cell-font-size);line-height:var(--van-cell-line-height);background:var(--van-cell-background)}.van-cell:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;right:var(--van-padding-md);bottom:0;left:var(--van-padding-md);border-bottom:1px solid var(--van-cell-border-color);transform:scaleY(.5)}.van-cell:last-child:after,.van-cell--borderless:after{display:none}.van-cell__label{margin-top:var(--van-cell-label-margin-top);color:var(--van-cell-label-color);font-size:var(--van-cell-label-font-size);line-height:var(--van-cell-label-line-height)}.van-cell__title,.van-cell__value{flex:1}.van-cell__value{position:relative;overflow:hidden;color:var(--van-cell-value-color);font-size:var(--van-cell-value-font-size);text-align:right;vertical-align:middle;word-wrap:break-word}.van-cell__left-icon,.van-cell__right-icon{height:var(--van-cell-line-height);font-size:var(--van-cell-icon-size);line-height:var(--van-cell-line-height)}.van-cell__left-icon{margin-right:var(--van-padding-base)}.van-cell__right-icon{margin-left:var(--van-padding-base);color:var(--van-cell-right-icon-color)}.van-cell--clickable{cursor:pointer}.van-cell--clickable:active{background-color:var(--van-cell-active-color)}.van-cell--required{overflow:visible}.van-cell--required:before{position:absolute;left:var(--van-padding-xs);color:var(--van-cell-required-color);font-size:var(--van-cell-font-size);content:"*"}.van-cell--center{align-items:center}.van-cell--large{padding-top:var(--van-cell-large-vertical-padding);padding-bottom:var(--van-cell-large-vertical-padding)}.van-cell--large .van-cell__title{font-size:var(--van-cell-large-title-font-size)}.van-cell--large .van-cell__label{font-size:var(--van-cell-large-label-font-size)}.van-cell--large .van-cell__value{font-size:var(--van-cell-large-value-font-size)}
|
|
6936
6938
|
:root,:host{--van-cell-group-background: var(--van-background-2);--van-cell-group-title-color: var(--van-text-color-2);--van-cell-group-title-padding: var(--van-padding-md) var(--van-padding-md);--van-cell-group-title-font-size: var(--van-font-size-md);--van-cell-group-title-line-height: 16px;--van-cell-group-inset-padding: 0 var(--van-padding-md);--van-cell-group-inset-radius: var(--van-radius-lg);--van-cell-group-inset-title-padding: var(--van-padding-md) var(--van-padding-md)}.van-cell-group{background:var(--van-cell-group-background)}.van-cell-group--inset{margin:var(--van-cell-group-inset-padding);border-radius:var(--van-cell-group-inset-radius);overflow:hidden}.van-cell-group__title{padding:var(--van-cell-group-title-padding);color:var(--van-cell-group-title-color);font-size:var(--van-cell-group-title-font-size);line-height:var(--van-cell-group-title-line-height)}.van-cell-group__title--inset{padding:var(--van-cell-group-inset-title-padding)}
|
|
6937
6939
|
.van-swipe-cell{position:relative;overflow:hidden;cursor:-webkit-grab;cursor:grab}.van-swipe-cell__wrapper{transition-timing-function:cubic-bezier(.18,.89,.32,1);transition-property:transform}.van-swipe-cell__left,.van-swipe-cell__right{position:absolute;top:0;height:100%}.van-swipe-cell__left{left:0;transform:translate3d(-100%,0,0)}.van-swipe-cell__right{right:0;transform:translate3d(100%,0,0)}
|
|
6940
|
+
:root,:host{--van-action-bar-background: var(--van-background-2);--van-action-bar-height: 50px}.van-action-bar{position:fixed;right:0;bottom:0;left:0;display:flex;align-items:center;box-sizing:content-box;height:var(--van-action-bar-height);background:var(--van-action-bar-background)}
|
|
6941
|
+
:root,:host{--van-action-bar-button-height: 40px;--van-action-bar-button-warning-color: var(--van-gradient-orange);--van-action-bar-button-danger-color: var(--van-gradient-red)}.van-action-bar-button{flex:1;height:var(--van-action-bar-button-height);font-weight:var(--van-font-bold);font-size:var(--van-font-size-md);border:none;border-radius:0}.van-action-bar-button--first{margin-left:5px;border-top-left-radius:var(--van-radius-max);border-bottom-left-radius:var(--van-radius-max)}.van-action-bar-button--last{margin-right:5px;border-top-right-radius:var(--van-radius-max);border-bottom-right-radius:var(--van-radius-max)}.van-action-bar-button--warning{background:var(--van-action-bar-button-warning-color)}.van-action-bar-button--danger{background:var(--van-action-bar-button-danger-color)}@media(max-width:321px){.van-action-bar-button{font-size:13px}}
|
|
6942
|
+
:root,:host{--van-overlay-z-index: 1;--van-overlay-background: rgba(0, 0, 0, .7)}.van-overlay{position:fixed;top:0;left:0;z-index:var(--van-overlay-z-index);width:100%;height:100%;background:var(--van-overlay-background)}
|
|
6943
|
+
:root,:host{--van-popup-background: var(--van-background-2);--van-popup-transition: transform var(--van-duration-base);--van-popup-round-radius: 16px;--van-popup-close-icon-size: 22px;--van-popup-close-icon-color: var(--van-gray-5);--van-popup-close-icon-margin: 16px;--van-popup-close-icon-z-index: 1}.van-overflow-hidden{overflow:hidden!important}.van-popup{position:fixed;max-height:100%;overflow-y:auto;box-sizing:border-box;background:var(--van-popup-background);transition:var(--van-popup-transition);-webkit-overflow-scrolling:touch}.van-popup--center{top:50%;left:0;right:0;width:-webkit-fit-content;width:fit-content;max-width:calc(100vw - var(--van-padding-md) * 2);margin:0 auto;transform:translateY(-50%)}.van-popup--center.van-popup--round{border-radius:var(--van-popup-round-radius)}.van-popup--top{top:0;left:0;width:100%}.van-popup--top.van-popup--round{border-radius:0 0 var(--van-popup-round-radius) var(--van-popup-round-radius)}.van-popup--right{top:50%;right:0;transform:translate3d(0,-50%,0)}.van-popup--right.van-popup--round{border-radius:var(--van-popup-round-radius) 0 0 var(--van-popup-round-radius)}.van-popup--bottom{bottom:0;left:0;width:100%}.van-popup--bottom.van-popup--round{border-radius:var(--van-popup-round-radius) var(--van-popup-round-radius) 0 0}.van-popup--left{top:50%;left:0;transform:translate3d(0,-50%,0)}.van-popup--left.van-popup--round{border-radius:0 var(--van-popup-round-radius) var(--van-popup-round-radius) 0}.van-popup-slide-top-enter-active,.van-popup-slide-left-enter-active,.van-popup-slide-right-enter-active,.van-popup-slide-bottom-enter-active{transition-timing-function:var(--van-ease-out)}.van-popup-slide-top-leave-active,.van-popup-slide-left-leave-active,.van-popup-slide-right-leave-active,.van-popup-slide-bottom-leave-active{transition-timing-function:var(--van-ease-in)}.van-popup-slide-top-enter-from,.van-popup-slide-top-leave-active{transform:translate3d(0,-100%,0)}.van-popup-slide-right-enter-from,.van-popup-slide-right-leave-active{transform:translate3d(100%,-50%,0)}.van-popup-slide-bottom-enter-from,.van-popup-slide-bottom-leave-active{transform:translate3d(0,100%,0)}.van-popup-slide-left-enter-from,.van-popup-slide-left-leave-active{transform:translate3d(-100%,-50%,0)}.van-popup__close-icon{position:absolute;z-index:var(--van-popup-close-icon-z-index);color:var(--van-popup-close-icon-color);font-size:var(--van-popup-close-icon-size)}.van-popup__close-icon--top-left{top:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--top-right{top:var(--van-popup-close-icon-margin);right:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-left{bottom:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-right{right:var(--van-popup-close-icon-margin);bottom:var(--van-popup-close-icon-margin)}
|
|
6944
|
+
:root,:host{--van-dialog-width: 320px;--van-dialog-small-screen-width: 90%;--van-dialog-font-size: var(--van-font-size-lg);--van-dialog-transition: var(--van-duration-base);--van-dialog-radius: 16px;--van-dialog-background: var(--van-background-2);--van-dialog-header-font-weight: var(--van-font-bold);--van-dialog-header-line-height: 24px;--van-dialog-header-padding-top: 26px;--van-dialog-header-isolated-padding: var(--van-padding-lg) 0;--van-dialog-message-padding: var(--van-padding-lg);--van-dialog-message-font-size: var(--van-font-size-md);--van-dialog-message-line-height: var(--van-line-height-md);--van-dialog-message-max-height: 60vh;--van-dialog-has-title-message-text-color: var(--van-gray-7);--van-dialog-has-title-message-padding-top: var(--van-padding-xs);--van-dialog-button-height: 48px;--van-dialog-round-button-height: 36px;--van-dialog-confirm-button-text-color: var(--van-primary-color)}.van-dialog{top:45%;width:var(--van-dialog-width);overflow:hidden;font-size:var(--van-dialog-font-size);background:var(--van-dialog-background);border-radius:var(--van-dialog-radius);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:var(--van-dialog-transition);transition-property:transform,opacity}@media(max-width:321px){.van-dialog{width:var(--van-dialog-small-screen-width)}}.van-dialog__header{color:var(--van-text-color);padding-top:var(--van-dialog-header-padding-top);font-weight:var(--van-dialog-header-font-weight);line-height:var(--van-dialog-header-line-height);text-align:center}.van-dialog__header--isolated{padding:var(--van-dialog-header-isolated-padding)}.van-dialog__content--isolated{display:flex;align-items:center;min-height:104px}.van-dialog__message{color:var(--van-text-color);flex:1;max-height:var(--van-dialog-message-max-height);padding:26px var(--van-dialog-message-padding);overflow-y:auto;font-size:var(--van-dialog-message-font-size);line-height:var(--van-dialog-message-line-height);white-space:pre-wrap;text-align:center;word-wrap:break-word;-webkit-overflow-scrolling:touch}.van-dialog__message--has-title{padding-top:var(--van-dialog-has-title-message-padding-top);color:var(--van-dialog-has-title-message-text-color)}.van-dialog__message--left{text-align:left}.van-dialog__message--right{text-align:right}.van-dialog__message--justify{text-align:justify}.van-dialog__footer{display:flex;overflow:hidden;-webkit-user-select:none;user-select:none}.van-dialog__confirm,.van-dialog__cancel{flex:1;height:var(--van-dialog-button-height);margin:0;border:0;border-radius:0}.van-dialog__confirm,.van-dialog__confirm:active{color:var(--van-dialog-confirm-button-text-color)}.van-dialog--round-button .van-dialog__footer{position:relative;height:auto;padding:var(--van-padding-xs) var(--van-padding-lg) var(--van-padding-md)}.van-dialog--round-button .van-dialog__message{padding-bottom:var(--van-padding-md);color:var(--van-text-color)}.van-dialog--round-button .van-dialog__confirm,.van-dialog--round-button .van-dialog__cancel{height:var(--van-dialog-round-button-height)}.van-dialog--round-button .van-dialog__confirm{color:var(--van-white)}.van-dialog--round-button .van-action-bar-button--first{border-top-left-radius:var(--van-radius-max);border-bottom-left-radius:var(--van-radius-max)}.van-dialog--round-button .van-action-bar-button--last{border-top-right-radius:var(--van-radius-max);border-bottom-right-radius:var(--van-radius-max)}.van-dialog-bounce-enter-from{transform:translate3d(0,-50%,0) scale(.7);opacity:0}.van-dialog-bounce-leave-active{transform:translate3d(0,-50%,0) scale(.9);opacity:0}
|
|
6938
6945
|
|
|
6939
6946
|
.fec-card[data-v-dc24b95f] {
|
|
6940
6947
|
margin: 12px;
|
|
@@ -6943,11 +6950,6 @@ body,
|
|
|
6943
6950
|
.fec-swipe-delete-button[data-v-dc24b95f] {
|
|
6944
6951
|
height: 100%;
|
|
6945
6952
|
}
|
|
6946
|
-
:root,:host{--van-action-bar-background: var(--van-background-2);--van-action-bar-height: 50px}.van-action-bar{position:fixed;right:0;bottom:0;left:0;display:flex;align-items:center;box-sizing:content-box;height:var(--van-action-bar-height);background:var(--van-action-bar-background)}
|
|
6947
|
-
:root,:host{--van-action-bar-button-height: 40px;--van-action-bar-button-warning-color: var(--van-gradient-orange);--van-action-bar-button-danger-color: var(--van-gradient-red)}.van-action-bar-button{flex:1;height:var(--van-action-bar-button-height);font-weight:var(--van-font-bold);font-size:var(--van-font-size-md);border:none;border-radius:0}.van-action-bar-button--first{margin-left:5px;border-top-left-radius:var(--van-radius-max);border-bottom-left-radius:var(--van-radius-max)}.van-action-bar-button--last{margin-right:5px;border-top-right-radius:var(--van-radius-max);border-bottom-right-radius:var(--van-radius-max)}.van-action-bar-button--warning{background:var(--van-action-bar-button-warning-color)}.van-action-bar-button--danger{background:var(--van-action-bar-button-danger-color)}@media(max-width:321px){.van-action-bar-button{font-size:13px}}
|
|
6948
|
-
:root,:host{--van-overlay-z-index: 1;--van-overlay-background: rgba(0, 0, 0, .7)}.van-overlay{position:fixed;top:0;left:0;z-index:var(--van-overlay-z-index);width:100%;height:100%;background:var(--van-overlay-background)}
|
|
6949
|
-
:root,:host{--van-popup-background: var(--van-background-2);--van-popup-transition: transform var(--van-duration-base);--van-popup-round-radius: 16px;--van-popup-close-icon-size: 22px;--van-popup-close-icon-color: var(--van-gray-5);--van-popup-close-icon-margin: 16px;--van-popup-close-icon-z-index: 1}.van-overflow-hidden{overflow:hidden!important}.van-popup{position:fixed;max-height:100%;overflow-y:auto;box-sizing:border-box;background:var(--van-popup-background);transition:var(--van-popup-transition);-webkit-overflow-scrolling:touch}.van-popup--center{top:50%;left:0;right:0;width:-webkit-fit-content;width:fit-content;max-width:calc(100vw - var(--van-padding-md) * 2);margin:0 auto;transform:translateY(-50%)}.van-popup--center.van-popup--round{border-radius:var(--van-popup-round-radius)}.van-popup--top{top:0;left:0;width:100%}.van-popup--top.van-popup--round{border-radius:0 0 var(--van-popup-round-radius) var(--van-popup-round-radius)}.van-popup--right{top:50%;right:0;transform:translate3d(0,-50%,0)}.van-popup--right.van-popup--round{border-radius:var(--van-popup-round-radius) 0 0 var(--van-popup-round-radius)}.van-popup--bottom{bottom:0;left:0;width:100%}.van-popup--bottom.van-popup--round{border-radius:var(--van-popup-round-radius) var(--van-popup-round-radius) 0 0}.van-popup--left{top:50%;left:0;transform:translate3d(0,-50%,0)}.van-popup--left.van-popup--round{border-radius:0 var(--van-popup-round-radius) var(--van-popup-round-radius) 0}.van-popup-slide-top-enter-active,.van-popup-slide-left-enter-active,.van-popup-slide-right-enter-active,.van-popup-slide-bottom-enter-active{transition-timing-function:var(--van-ease-out)}.van-popup-slide-top-leave-active,.van-popup-slide-left-leave-active,.van-popup-slide-right-leave-active,.van-popup-slide-bottom-leave-active{transition-timing-function:var(--van-ease-in)}.van-popup-slide-top-enter-from,.van-popup-slide-top-leave-active{transform:translate3d(0,-100%,0)}.van-popup-slide-right-enter-from,.van-popup-slide-right-leave-active{transform:translate3d(100%,-50%,0)}.van-popup-slide-bottom-enter-from,.van-popup-slide-bottom-leave-active{transform:translate3d(0,100%,0)}.van-popup-slide-left-enter-from,.van-popup-slide-left-leave-active{transform:translate3d(-100%,-50%,0)}.van-popup__close-icon{position:absolute;z-index:var(--van-popup-close-icon-z-index);color:var(--van-popup-close-icon-color);font-size:var(--van-popup-close-icon-size)}.van-popup__close-icon--top-left{top:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--top-right{top:var(--van-popup-close-icon-margin);right:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-left{bottom:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-right{right:var(--van-popup-close-icon-margin);bottom:var(--van-popup-close-icon-margin)}
|
|
6950
|
-
:root,:host{--van-dialog-width: 320px;--van-dialog-small-screen-width: 90%;--van-dialog-font-size: var(--van-font-size-lg);--van-dialog-transition: var(--van-duration-base);--van-dialog-radius: 16px;--van-dialog-background: var(--van-background-2);--van-dialog-header-font-weight: var(--van-font-bold);--van-dialog-header-line-height: 24px;--van-dialog-header-padding-top: 26px;--van-dialog-header-isolated-padding: var(--van-padding-lg) 0;--van-dialog-message-padding: var(--van-padding-lg);--van-dialog-message-font-size: var(--van-font-size-md);--van-dialog-message-line-height: var(--van-line-height-md);--van-dialog-message-max-height: 60vh;--van-dialog-has-title-message-text-color: var(--van-gray-7);--van-dialog-has-title-message-padding-top: var(--van-padding-xs);--van-dialog-button-height: 48px;--van-dialog-round-button-height: 36px;--van-dialog-confirm-button-text-color: var(--van-primary-color)}.van-dialog{top:45%;width:var(--van-dialog-width);overflow:hidden;font-size:var(--van-dialog-font-size);background:var(--van-dialog-background);border-radius:var(--van-dialog-radius);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:var(--van-dialog-transition);transition-property:transform,opacity}@media(max-width:321px){.van-dialog{width:var(--van-dialog-small-screen-width)}}.van-dialog__header{color:var(--van-text-color);padding-top:var(--van-dialog-header-padding-top);font-weight:var(--van-dialog-header-font-weight);line-height:var(--van-dialog-header-line-height);text-align:center}.van-dialog__header--isolated{padding:var(--van-dialog-header-isolated-padding)}.van-dialog__content--isolated{display:flex;align-items:center;min-height:104px}.van-dialog__message{color:var(--van-text-color);flex:1;max-height:var(--van-dialog-message-max-height);padding:26px var(--van-dialog-message-padding);overflow-y:auto;font-size:var(--van-dialog-message-font-size);line-height:var(--van-dialog-message-line-height);white-space:pre-wrap;text-align:center;word-wrap:break-word;-webkit-overflow-scrolling:touch}.van-dialog__message--has-title{padding-top:var(--van-dialog-has-title-message-padding-top);color:var(--van-dialog-has-title-message-text-color)}.van-dialog__message--left{text-align:left}.van-dialog__message--right{text-align:right}.van-dialog__message--justify{text-align:justify}.van-dialog__footer{display:flex;overflow:hidden;-webkit-user-select:none;user-select:none}.van-dialog__confirm,.van-dialog__cancel{flex:1;height:var(--van-dialog-button-height);margin:0;border:0;border-radius:0}.van-dialog__confirm,.van-dialog__confirm:active{color:var(--van-dialog-confirm-button-text-color)}.van-dialog--round-button .van-dialog__footer{position:relative;height:auto;padding:var(--van-padding-xs) var(--van-padding-lg) var(--van-padding-md)}.van-dialog--round-button .van-dialog__message{padding-bottom:var(--van-padding-md);color:var(--van-text-color)}.van-dialog--round-button .van-dialog__confirm,.van-dialog--round-button .van-dialog__cancel{height:var(--van-dialog-round-button-height)}.van-dialog--round-button .van-dialog__confirm{color:var(--van-white)}.van-dialog--round-button .van-action-bar-button--first{border-top-left-radius:var(--van-radius-max);border-bottom-left-radius:var(--van-radius-max)}.van-dialog--round-button .van-action-bar-button--last{border-top-right-radius:var(--van-radius-max);border-bottom-right-radius:var(--van-radius-max)}.van-dialog-bounce-enter-from{transform:translate3d(0,-50%,0) scale(.7);opacity:0}.van-dialog-bounce-leave-active{transform:translate3d(0,-50%,0) scale(.9);opacity:0}
|
|
6951
6953
|
:root,:host{--van-image-placeholder-text-color: var(--van-text-color-2);--van-image-placeholder-font-size: var(--van-font-size-md);--van-image-placeholder-background: var(--van-background);--van-image-loading-icon-size: 32px;--van-image-loading-icon-color: var(--van-gray-4);--van-image-error-icon-size: 32px;--van-image-error-icon-color: var(--van-gray-4)}.van-image{position:relative;display:inline-block}.van-image--round{overflow:hidden;border-radius:var(--van-radius-max)}.van-image--round .van-image__img{border-radius:inherit}.van-image--block{display:block}.van-image__img,.van-image__error,.van-image__loading{display:block;width:100%;height:100%}.van-image__error,.van-image__loading{position:absolute;top:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--van-image-placeholder-text-color);font-size:var(--van-image-placeholder-font-size);background:var(--van-image-placeholder-background)}.van-image__loading-icon{color:var(--van-image-loading-icon-color);font-size:var(--van-image-loading-icon-size)}.van-image__error-icon{color:var(--van-image-error-icon-color);font-size:var(--van-image-error-icon-size)}
|
|
6952
6954
|
|
|
6953
6955
|
.fec-collapse-container[data-v-6037566c] {
|
|
@@ -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");
|
|
@@ -496,5 +496,5 @@ const _sfc_main = {
|
|
|
496
496
|
};
|
|
497
497
|
}
|
|
498
498
|
};
|
|
499
|
-
const DynamicQuery = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
499
|
+
const DynamicQuery = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-84665bac"]]);
|
|
500
500
|
exports.default = DynamicQuery;
|
|
@@ -493,8 +493,8 @@ async function handleFormSetValue(node, data, fields, context) {
|
|
|
493
493
|
});
|
|
494
494
|
}
|
|
495
495
|
formData = common.removeEmptyValues(formData);
|
|
496
|
-
delete formData.pageNo;
|
|
497
|
-
delete formData.pageSize;
|
|
496
|
+
formData == null ? true : delete formData.pageNo;
|
|
497
|
+
formData == null ? true : delete formData.pageSize;
|
|
498
498
|
const formComponent = ((_a = context.components) == null ? void 0 : _a.form) || ((_b = context.components) == null ? void 0 : _b.table);
|
|
499
499
|
const setFormDataMethod = (_d = (_c = formComponent == null ? void 0 : formComponent.$) == null ? void 0 : _c.exposed) == null ? void 0 : _d.setFormData;
|
|
500
500
|
if (typeof setFormDataMethod === "function") {
|
|
@@ -11,6 +11,7 @@ async function executeEventFlow(params) {
|
|
|
11
11
|
onSuccess,
|
|
12
12
|
onError,
|
|
13
13
|
row,
|
|
14
|
+
item,
|
|
14
15
|
metadata
|
|
15
16
|
} = params;
|
|
16
17
|
if (!eventFlow) {
|
|
@@ -51,7 +52,7 @@ function createEventFlowHandler(options = {}) {
|
|
|
51
52
|
components = {},
|
|
52
53
|
metadata = {}
|
|
53
54
|
} = options;
|
|
54
|
-
return async function handleEvent(row,
|
|
55
|
+
return async function handleEvent(row, item, eventConfig) {
|
|
55
56
|
if (eventConfig && eventConfig.eventFlow) {
|
|
56
57
|
return await executeEventFlow({
|
|
57
58
|
eventFlow: eventConfig.eventFlow,
|
|
@@ -62,12 +63,13 @@ function createEventFlowHandler(options = {}) {
|
|
|
62
63
|
onSuccess,
|
|
63
64
|
onError,
|
|
64
65
|
row,
|
|
65
|
-
|
|
66
|
+
item,
|
|
67
|
+
metadata: { ...metadata, item }
|
|
66
68
|
});
|
|
67
69
|
}
|
|
68
70
|
};
|
|
69
71
|
}
|
|
70
|
-
function getEventHandlers(
|
|
72
|
+
function getEventHandlers(item, row, eventHandler, eventConfigs) {
|
|
71
73
|
const handlers = {};
|
|
72
74
|
if (!eventConfigs) {
|
|
73
75
|
return handlers;
|
|
@@ -75,7 +77,7 @@ function getEventHandlers(item2, row, eventHandler, eventConfigs) {
|
|
|
75
77
|
eventConfigs.forEach((eventConfig) => {
|
|
76
78
|
if (!eventConfig.name) return;
|
|
77
79
|
const eventName = eventConfig.name.toLowerCase();
|
|
78
|
-
handlers[eventName] = () => eventHandler(row,
|
|
80
|
+
handlers[eventName] = () => eventHandler(row, item, eventConfig);
|
|
79
81
|
});
|
|
80
82
|
return handlers;
|
|
81
83
|
}
|
|
@@ -83,7 +85,7 @@ function useEventFlow(options = {}) {
|
|
|
83
85
|
const handleEvent = createEventFlowHandler(options);
|
|
84
86
|
return {
|
|
85
87
|
handleEvent,
|
|
86
|
-
getEventHandlers: (
|
|
88
|
+
getEventHandlers: (item, row, eventConfig) => getEventHandlers(item, row, handleEvent, eventConfig)
|
|
87
89
|
};
|
|
88
90
|
}
|
|
89
91
|
exports.createEventFlowHandler = createEventFlowHandler;
|