@fecp/designer 5.5.102 → 5.5.103
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/components/DocumentParam.vue.mjs +1 -1
- package/es/designer/src/components/ParamsConfig.vue2.mjs +1 -1
- package/es/designer/src/layout/aside/HiddenFieldDialog.vue.mjs +1 -1
- package/es/designer/src/packages/advancedFilter/ValueInput.vue2.mjs +1 -1
- package/es/designer/src/packages/dataLinkage/index.vue.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/index.vue.mjs +1 -1
- package/es/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/approvalHistory.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/contract.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/subForm.vue.mjs +1 -1
- package/es/designer/src/packages/prod/index.vue.mjs +1 -1
- package/es/designer/src/packages/table/headerBtn.vue.mjs +1 -1
- package/es/designer.css +35 -35
- package/es/packages/vue/src/components/forms/subTable/SubTable.vue.mjs +2 -2
- package/es/packages/vue/src/components/table/Table.vue.mjs +1 -11
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/components/DocumentParam.vue.js +1 -1
- package/lib/designer/src/components/ParamsConfig.vue2.js +1 -1
- package/lib/designer/src/layout/aside/HiddenFieldDialog.vue.js +1 -1
- package/lib/designer/src/packages/advancedFilter/ValueInput.vue2.js +1 -1
- package/lib/designer/src/packages/dataLinkage/index.vue.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/index.vue.js +1 -1
- package/lib/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.js +1 -1
- package/lib/designer/src/packages/form/property/approvalHistory.vue.js +1 -1
- package/lib/designer/src/packages/form/property/contract.vue.js +1 -1
- package/lib/designer/src/packages/form/property/subForm.vue.js +1 -1
- package/lib/designer/src/packages/prod/index.vue.js +1 -1
- package/lib/designer/src/packages/table/headerBtn.vue.js +1 -1
- package/lib/designer.css +35 -35
- package/lib/packages/vue/src/components/forms/subTable/SubTable.vue.js +2 -2
- package/lib/packages/vue/src/components/table/Table.vue.js +1 -11
- package/package.json +1 -1
|
@@ -9,7 +9,7 @@ import "../../../node_modules/element-plus/es/index.mjs";
|
|
|
9
9
|
/* empty css */
|
|
10
10
|
import { getCurrentInstance, computed, ref, createElementBlock, openBlock, createBlock, unref, withCtx, createTextVNode, createElementVNode, Fragment, renderList, createVNode } from "vue";
|
|
11
11
|
import { Plus as plus_default, Delete as delete_default } from "../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
|
|
12
|
-
import ValueSelector from "./ValueSelector.
|
|
12
|
+
import ValueSelector from "./ValueSelector.vue2.mjs";
|
|
13
13
|
import api from "../api/index.mjs";
|
|
14
14
|
/* empty css */
|
|
15
15
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
@@ -4,7 +4,7 @@ import "../../../node_modules/element-plus/es/index.mjs";
|
|
|
4
4
|
/* empty css */
|
|
5
5
|
import { computed, createElementBlock, openBlock, createBlock, unref, withCtx, createTextVNode, createElementVNode, Fragment, renderList, createVNode } from "vue";
|
|
6
6
|
import { Plus as plus_default, Delete as delete_default } from "../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
|
|
7
|
-
import ValueSelector from "./ValueSelector.
|
|
7
|
+
import ValueSelector from "./ValueSelector.vue2.mjs";
|
|
8
8
|
/* empty css */
|
|
9
9
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
10
10
|
import { ElButton } from "../../../node_modules/element-plus/es/components/button/index.mjs";
|
|
@@ -16,7 +16,7 @@ import { Plus as plus_default, RefreshRight as refresh_right_default, Delete as
|
|
|
16
16
|
import { getEditConfigData, getEditingType, cloneDeep, getEditConfigDataFields } from "../../packages/utils/common.mjs";
|
|
17
17
|
import { defaultProperty } from "../../packages/form/aside/index.mjs";
|
|
18
18
|
import { defaultProperty as defaultProperty$1 } from "../../packages/table/aside/index.mjs";
|
|
19
|
-
import ValueSelector from "../../components/ValueSelector.
|
|
19
|
+
import ValueSelector from "../../components/ValueSelector.vue2.mjs";
|
|
20
20
|
/* empty css */
|
|
21
21
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
22
22
|
import { ElDialog } from "../../../../node_modules/element-plus/es/components/dialog/index.mjs";
|
|
@@ -14,7 +14,7 @@ import "../../../../node_modules/element-plus/theme-chalk/el-tooltip.css.mjs";
|
|
|
14
14
|
import "../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.mjs";
|
|
15
15
|
import { getCurrentInstance, computed, watch, ref, createElementBlock, unref, openBlock, createBlock, isRef, createVNode, createElementVNode, withCtx, Fragment, renderList } from "vue";
|
|
16
16
|
import { useVModel } from "../../../../node_modules/@vueuse/core/dist/index.mjs";
|
|
17
|
-
import ValueSelector from "../../components/ValueSelector.
|
|
17
|
+
import ValueSelector from "../../components/ValueSelector.vue2.mjs";
|
|
18
18
|
import api from "../../api/index.mjs";
|
|
19
19
|
import { getEditConfigDataSources } from "../utils/common.mjs";
|
|
20
20
|
import { createDataSource } from "../utils/datasource.mjs";
|
|
@@ -30,7 +30,7 @@ import "../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.mjs
|
|
|
30
30
|
/* empty css */
|
|
31
31
|
/* empty css */
|
|
32
32
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
33
|
-
/* empty css
|
|
33
|
+
/* empty css */
|
|
34
34
|
import api from "../../api/index.mjs";
|
|
35
35
|
/* empty css */
|
|
36
36
|
/* empty css */
|
|
@@ -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 */
|
|
@@ -4,7 +4,7 @@ import "../../../../../../node_modules/element-plus/es/index.mjs";
|
|
|
4
4
|
/* empty css */
|
|
5
5
|
import { createElementBlock, openBlock, Fragment, createVNode, withCtx } from "vue";
|
|
6
6
|
import RiskSchemeSelector from "../../../../components/RiskSchemeSelector.vue2.mjs";
|
|
7
|
-
import ValueSelector from "../../../../components/ValueSelector.
|
|
7
|
+
import ValueSelector from "../../../../components/ValueSelector.vue2.mjs";
|
|
8
8
|
import ParamsConfig from "../../../../components/ParamsConfig.vue2.mjs";
|
|
9
9
|
import { ElFormItem } from "../../../../../../node_modules/element-plus/es/components/form/index.mjs";
|
|
10
10
|
import { ElSwitch } from "../../../../../../node_modules/element-plus/es/components/switch/index.mjs";
|
|
@@ -11,7 +11,7 @@ import "../../../../../node_modules/element-plus/es/index.mjs";
|
|
|
11
11
|
import { computed, ref, watch, createBlock, openBlock, unref, isRef, withCtx, createVNode, createElementBlock, createCommentVNode, createTextVNode, Fragment } from "vue";
|
|
12
12
|
import { getCurrentItem, getEditConfigData } from "../../utils/common.mjs";
|
|
13
13
|
import emitter from "../../utils/eventBus.mjs";
|
|
14
|
-
import ValueSelector from "../../../components/ValueSelector.
|
|
14
|
+
import ValueSelector from "../../../components/ValueSelector.vue2.mjs";
|
|
15
15
|
import { ElCollapse, ElCollapseItem } from "../../../../../node_modules/element-plus/es/components/collapse/index.mjs";
|
|
16
16
|
import { ElForm, ElFormItem } from "../../../../../node_modules/element-plus/es/components/form/index.mjs";
|
|
17
17
|
import { ElInput } from "../../../../../node_modules/element-plus/es/components/input/index.mjs";
|
|
@@ -17,7 +17,7 @@ import "../../../../../node_modules/element-plus/es/index.mjs";
|
|
|
17
17
|
import { getCurrentInstance, computed, ref, createBlock, openBlock, withCtx, createVNode, createTextVNode, createElementBlock, Fragment, renderList } from "vue";
|
|
18
18
|
import { getCurrentItem } from "../../utils/common.mjs";
|
|
19
19
|
import "../../utils/eventBus.mjs";
|
|
20
|
-
import ValueSelector from "../../../components/ValueSelector.
|
|
20
|
+
import ValueSelector from "../../../components/ValueSelector.vue2.mjs";
|
|
21
21
|
import api from "../../../api/index.mjs";
|
|
22
22
|
import ParamsConfig from "../../../components/ParamsConfig.vue2.mjs";
|
|
23
23
|
/* empty css */
|
|
@@ -12,7 +12,7 @@ import { computed, ref, createBlock, openBlock, unref, isRef, withCtx, createVNo
|
|
|
12
12
|
import { getCurrentItem, getEditConfigData } from "../../utils/common.mjs";
|
|
13
13
|
import TemplateSelector from "../../../components/TemplateSelector.vue2.mjs";
|
|
14
14
|
import emitter from "../../utils/eventBus.mjs";
|
|
15
|
-
import ValueSelector from "../../../components/ValueSelector.
|
|
15
|
+
import ValueSelector from "../../../components/ValueSelector.vue2.mjs";
|
|
16
16
|
import ParamsConfig from "../../../components/ParamsConfig.vue2.mjs";
|
|
17
17
|
import { ElCollapse, ElCollapseItem } from "../../../../../node_modules/element-plus/es/components/collapse/index.mjs";
|
|
18
18
|
import { ElForm, ElFormItem } from "../../../../../node_modules/element-plus/es/components/form/index.mjs";
|
|
@@ -14,7 +14,7 @@ import "../../../../node_modules/element-plus/es/index.mjs";
|
|
|
14
14
|
import { getCurrentInstance, useModel, ref, watch, computed, createBlock, openBlock, withCtx, createVNode, createElementVNode, createElementBlock, Fragment, renderList, createTextVNode, unref } from "vue";
|
|
15
15
|
import { Plus as plus_default } from "../../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
|
|
16
16
|
import { getEditConfigData, getEditConfigDataFields, setEditConfigData } from "../utils/common.mjs";
|
|
17
|
-
import ValueSelector from "../../components/ValueSelector.
|
|
17
|
+
import ValueSelector from "../../components/ValueSelector.vue2.mjs";
|
|
18
18
|
import api from "../../api/index.mjs";
|
|
19
19
|
/* empty css */
|
|
20
20
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
package/es/designer.css
CHANGED
|
@@ -6784,12 +6784,12 @@ body,
|
|
|
6784
6784
|
white-space: nowrap;
|
|
6785
6785
|
overflow: hidden;
|
|
6786
6786
|
text-overflow: ellipsis;
|
|
6787
|
-
}.fec-table[data-v-
|
|
6787
|
+
}.fec-table[data-v-2a67aa02] {
|
|
6788
6788
|
height: 100%;
|
|
6789
6789
|
flex-grow: 1;
|
|
6790
6790
|
padding: 0 16px;
|
|
6791
6791
|
}
|
|
6792
|
-
.fec-table-container[data-v-
|
|
6792
|
+
.fec-table-container[data-v-2a67aa02] {
|
|
6793
6793
|
width: 100%;
|
|
6794
6794
|
background: #fff;
|
|
6795
6795
|
box-sizing: border-box;
|
|
@@ -6799,91 +6799,91 @@ body,
|
|
|
6799
6799
|
overflow: hidden;
|
|
6800
6800
|
flex-grow: 1;
|
|
6801
6801
|
}
|
|
6802
|
-
.fec-table-container .fec-vxe-table[data-v-
|
|
6802
|
+
.fec-table-container .fec-vxe-table[data-v-2a67aa02] {
|
|
6803
6803
|
flex: 1;
|
|
6804
6804
|
min-height: 0;
|
|
6805
6805
|
overflow: hidden;
|
|
6806
6806
|
margin-bottom: 16px;
|
|
6807
6807
|
}
|
|
6808
|
-
.fec-table-container[data-v-
|
|
6808
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table {
|
|
6809
6809
|
font-size: 14px;
|
|
6810
6810
|
font-family: inherit;
|
|
6811
6811
|
}
|
|
6812
|
-
.fec-table-container[data-v-
|
|
6813
|
-
.fec-table-container[data-v-
|
|
6812
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-sort--asc-btn,
|
|
6813
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-sort--desc-btn {
|
|
6814
6814
|
color: #dcdcdc;
|
|
6815
6815
|
}
|
|
6816
|
-
.fec-table-container[data-v-
|
|
6817
|
-
.fec-table-container[data-v-
|
|
6816
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .serverSort .vxe-sort--asc-btn,
|
|
6817
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .serverSort .vxe-sort--desc-btn {
|
|
6818
6818
|
color: #d3edf9;
|
|
6819
6819
|
}
|
|
6820
|
-
.fec-table-container[data-v-
|
|
6820
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .serverSort .sort--active {
|
|
6821
6821
|
color: var(--el-color-primary);
|
|
6822
6822
|
}
|
|
6823
|
-
.fec-table-container[data-v-
|
|
6823
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .sort--active {
|
|
6824
6824
|
color: var(--el-color-primary);
|
|
6825
6825
|
}
|
|
6826
|
-
.fec-table-container[data-v-
|
|
6826
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--body-wrapper {
|
|
6827
6827
|
overflow: auto;
|
|
6828
6828
|
}
|
|
6829
|
-
.fec-table-container[data-v-
|
|
6830
|
-
.fec-table-container[data-v-
|
|
6831
|
-
.fec-table-container[data-v-
|
|
6829
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--body,
|
|
6830
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--header,
|
|
6831
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--footer {
|
|
6832
6832
|
width: 100% !important;
|
|
6833
6833
|
}
|
|
6834
|
-
.fec-table-container[data-v-
|
|
6834
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-header--column {
|
|
6835
6835
|
background-color: #fff;
|
|
6836
6836
|
}
|
|
6837
|
-
.fec-table-container[data-v-
|
|
6837
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-header--column .vxe-cell {
|
|
6838
6838
|
height: 40px !important;
|
|
6839
6839
|
min-height: 40px !important;
|
|
6840
6840
|
color: #333;
|
|
6841
6841
|
}
|
|
6842
|
-
.fec-table-container[data-v-
|
|
6842
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--header-inner-wrapper {
|
|
6843
6843
|
height: 40px !important;
|
|
6844
6844
|
}
|
|
6845
|
-
.fec-table-container[data-v-
|
|
6845
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-body--column .vxe-cell {
|
|
6846
6846
|
padding: 6px !important;
|
|
6847
6847
|
min-height: 32px !important;
|
|
6848
6848
|
color: #666;
|
|
6849
6849
|
font-size: 13px;
|
|
6850
6850
|
}
|
|
6851
|
-
.fec-table-container[data-v-
|
|
6852
|
-
.fec-table-container[data-v-
|
|
6851
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-body--column .c--tooltip,
|
|
6852
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-body--column .c--title {
|
|
6853
6853
|
height: 32px !important;
|
|
6854
6854
|
min-height: 32px !important;
|
|
6855
6855
|
}
|
|
6856
|
-
.fec-table-container[data-v-
|
|
6856
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--border-line {
|
|
6857
6857
|
border: none;
|
|
6858
6858
|
border-bottom: 1px solid #ebeef5;
|
|
6859
6859
|
border-top: 1px solid #ebeef5;
|
|
6860
6860
|
}
|
|
6861
|
-
.fec-table-container[data-v-
|
|
6862
|
-
.fec-table-container[data-v-
|
|
6861
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--scroll-y-handle-appearance,
|
|
6862
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--scroll-y-wrapper:after {
|
|
6863
6863
|
border: none !important;
|
|
6864
6864
|
}
|
|
6865
|
-
.fec-table-container[data-v-
|
|
6865
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--scroll-y-top-corner {
|
|
6866
6866
|
display: none !important;
|
|
6867
6867
|
}
|
|
6868
|
-
.fec-table-container[data-v-
|
|
6868
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-cell--sort {
|
|
6869
6869
|
font-size: 14px;
|
|
6870
6870
|
}
|
|
6871
|
-
.fec-table-container[data-v-
|
|
6872
|
-
.fec-table-container[data-v-
|
|
6873
|
-
.fec-table-container[data-v-
|
|
6874
|
-
.fec-table-container[data-v-
|
|
6875
|
-
.fec-table-container[data-v-
|
|
6876
|
-
.fec-table-container[data-v-
|
|
6871
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-body--column,
|
|
6872
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-footer--column,
|
|
6873
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-header--column,
|
|
6874
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-body--column,
|
|
6875
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-footer--column,
|
|
6876
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-header--column {
|
|
6877
6877
|
background-image: linear-gradient(#ebeef5, #ebeef5) !important;
|
|
6878
6878
|
}
|
|
6879
|
-
.fec-table-container[data-v-
|
|
6879
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .el-button.is-disabled {
|
|
6880
6880
|
color: #ccc !important;
|
|
6881
6881
|
}
|
|
6882
|
-
.fec-table-container[data-v-
|
|
6883
|
-
.fec-table-container[data-v-
|
|
6882
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--scroll-x-handle-appearance,
|
|
6883
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--scroll-x-right-corner {
|
|
6884
6884
|
display: none !important;
|
|
6885
6885
|
}
|
|
6886
|
-
.fec-table-sub[data-v-
|
|
6886
|
+
.fec-table-sub[data-v-2a67aa02] .vxe-table .vxe-table--border-line {
|
|
6887
6887
|
border-top: none;
|
|
6888
6888
|
}
|
|
6889
6889
|
.fec-layout-card[data-v-a6236024] {
|
|
@@ -199,12 +199,12 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
199
199
|
height: __props.config.subTableHeight,
|
|
200
200
|
maxHeight: __props.config.subTableMaxHeight,
|
|
201
201
|
tableData: unref(subTableData),
|
|
202
|
-
|
|
202
|
+
initSearchData: unref(initHiddenData),
|
|
203
203
|
canLoadBySearchData: __props.config.reloadOnParamsChange,
|
|
204
204
|
readonly: __props.config.isSubTableReadOnly || __props.formMode == "query",
|
|
205
205
|
btnRollbackEvent: unref(btnRollbackEvent),
|
|
206
206
|
subTableConfig: __props.config
|
|
207
|
-
}, null, 8, ["templateKey", "mode", "titleMode", "hasPagination", "heightMode", "height", "maxHeight", "tableData", "
|
|
207
|
+
}, null, 8, ["templateKey", "mode", "titleMode", "hasPagination", "heightMode", "height", "maxHeight", "tableData", "initSearchData", "canLoadBySearchData", "readonly", "btnRollbackEvent", "subTableConfig"])
|
|
208
208
|
], 64);
|
|
209
209
|
};
|
|
210
210
|
}
|
|
@@ -846,16 +846,6 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
846
846
|
},
|
|
847
847
|
{ deep: true }
|
|
848
848
|
);
|
|
849
|
-
watch(
|
|
850
|
-
() => props.initHiddenData,
|
|
851
|
-
(newVal, oldVal) => {
|
|
852
|
-
if (props.canLoadBySearchData && dataSourceManager.value && !isEqual(newVal, oldVal)) {
|
|
853
|
-
dataSourceManager.value.updateInitSearchData(newVal);
|
|
854
|
-
refresh();
|
|
855
|
-
}
|
|
856
|
-
},
|
|
857
|
-
{ deep: true }
|
|
858
|
-
);
|
|
859
849
|
onUnmounted(() => {
|
|
860
850
|
if (dataSourceManager.value) {
|
|
861
851
|
dataSourceManager.value.destroy();
|
|
@@ -998,7 +988,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
998
988
|
};
|
|
999
989
|
}
|
|
1000
990
|
});
|
|
1001
|
-
const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
991
|
+
const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-2a67aa02"]]);
|
|
1002
992
|
export {
|
|
1003
993
|
_Table as default
|
|
1004
994
|
};
|
|
@@ -11,7 +11,7 @@ require("../../../node_modules/element-plus/es/index.js");
|
|
|
11
11
|
;/* empty css */
|
|
12
12
|
const Vue = require("vue");
|
|
13
13
|
const index$2 = require("../../../node_modules/@element-plus/icons-vue/dist/index.js");
|
|
14
|
-
const ValueSelector = require("./ValueSelector.
|
|
14
|
+
const ValueSelector = require("./ValueSelector.vue2.js");
|
|
15
15
|
const index = require("../api/index.js");
|
|
16
16
|
;/* empty css */
|
|
17
17
|
const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js");
|
|
@@ -6,7 +6,7 @@ require("../../../node_modules/element-plus/es/index.js");
|
|
|
6
6
|
;/* empty css */
|
|
7
7
|
const Vue = require("vue");
|
|
8
8
|
const index$1 = require("../../../node_modules/@element-plus/icons-vue/dist/index.js");
|
|
9
|
-
const ValueSelector = require("./ValueSelector.
|
|
9
|
+
const ValueSelector = require("./ValueSelector.vue2.js");
|
|
10
10
|
;/* empty css */
|
|
11
11
|
const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js");
|
|
12
12
|
const index = require("../../../node_modules/element-plus/es/components/button/index.js");
|
|
@@ -18,7 +18,7 @@ const index$2 = require("../../../../node_modules/@element-plus/icons-vue/dist/i
|
|
|
18
18
|
const common = require("../../packages/utils/common.js");
|
|
19
19
|
const index$5 = require("../../packages/form/aside/index.js");
|
|
20
20
|
const index$6 = require("../../packages/table/aside/index.js");
|
|
21
|
-
const ValueSelector = require("../../components/ValueSelector.
|
|
21
|
+
const ValueSelector = require("../../components/ValueSelector.vue2.js");
|
|
22
22
|
;/* empty css */
|
|
23
23
|
const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.js");
|
|
24
24
|
const index = require("../../../../node_modules/element-plus/es/components/dialog/index.js");
|
|
@@ -16,7 +16,7 @@ require("../../../../node_modules/element-plus/theme-chalk/el-tooltip.css.js");
|
|
|
16
16
|
require("../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.js");
|
|
17
17
|
const Vue = require("vue");
|
|
18
18
|
const index = require("../../../../node_modules/@vueuse/core/dist/index.js");
|
|
19
|
-
const ValueSelector = require("../../components/ValueSelector.
|
|
19
|
+
const ValueSelector = require("../../components/ValueSelector.vue2.js");
|
|
20
20
|
const index$1 = require("../../api/index.js");
|
|
21
21
|
const common = require("../utils/common.js");
|
|
22
22
|
const datasource = require("../utils/datasource.js");
|
|
@@ -32,7 +32,7 @@ require("../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.js
|
|
|
32
32
|
;/* empty css */
|
|
33
33
|
;/* empty css */
|
|
34
34
|
const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.js");
|
|
35
|
-
;/* empty css
|
|
35
|
+
;/* empty css */
|
|
36
36
|
const index$8 = require("../../api/index.js");
|
|
37
37
|
;/* empty css */
|
|
38
38
|
;/* empty css */
|
|
@@ -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 */
|
|
@@ -6,7 +6,7 @@ require("../../../../../../node_modules/element-plus/es/index.js");
|
|
|
6
6
|
;/* empty css */
|
|
7
7
|
const Vue = require("vue");
|
|
8
8
|
const RiskSchemeSelector = require("../../../../components/RiskSchemeSelector.vue2.js");
|
|
9
|
-
const ValueSelector = require("../../../../components/ValueSelector.
|
|
9
|
+
const ValueSelector = require("../../../../components/ValueSelector.vue2.js");
|
|
10
10
|
const ParamsConfig = require("../../../../components/ParamsConfig.vue2.js");
|
|
11
11
|
const index = require("../../../../../../node_modules/element-plus/es/components/form/index.js");
|
|
12
12
|
const index$1 = require("../../../../../../node_modules/element-plus/es/components/switch/index.js");
|
|
@@ -13,7 +13,7 @@ require("../../../../../node_modules/element-plus/es/index.js");
|
|
|
13
13
|
const Vue = require("vue");
|
|
14
14
|
const common = require("../../utils/common.js");
|
|
15
15
|
const eventBus = require("../../utils/eventBus.js");
|
|
16
|
-
const ValueSelector = require("../../../components/ValueSelector.
|
|
16
|
+
const ValueSelector = require("../../../components/ValueSelector.vue2.js");
|
|
17
17
|
const index = require("../../../../../node_modules/element-plus/es/components/collapse/index.js");
|
|
18
18
|
const index$1 = require("../../../../../node_modules/element-plus/es/components/form/index.js");
|
|
19
19
|
const index$2 = require("../../../../../node_modules/element-plus/es/components/input/index.js");
|
|
@@ -19,7 +19,7 @@ require("../../../../../node_modules/element-plus/es/index.js");
|
|
|
19
19
|
const Vue = require("vue");
|
|
20
20
|
const common = require("../../utils/common.js");
|
|
21
21
|
require("../../utils/eventBus.js");
|
|
22
|
-
const ValueSelector = require("../../../components/ValueSelector.
|
|
22
|
+
const ValueSelector = require("../../../components/ValueSelector.vue2.js");
|
|
23
23
|
const index = require("../../../api/index.js");
|
|
24
24
|
const ParamsConfig = require("../../../components/ParamsConfig.vue2.js");
|
|
25
25
|
;/* empty css */
|
|
@@ -14,7 +14,7 @@ const Vue = require("vue");
|
|
|
14
14
|
const common = require("../../utils/common.js");
|
|
15
15
|
const TemplateSelector = require("../../../components/TemplateSelector.vue2.js");
|
|
16
16
|
const eventBus = require("../../utils/eventBus.js");
|
|
17
|
-
const ValueSelector = require("../../../components/ValueSelector.
|
|
17
|
+
const ValueSelector = require("../../../components/ValueSelector.vue2.js");
|
|
18
18
|
const ParamsConfig = require("../../../components/ParamsConfig.vue2.js");
|
|
19
19
|
const index = require("../../../../../node_modules/element-plus/es/components/collapse/index.js");
|
|
20
20
|
const index$1 = require("../../../../../node_modules/element-plus/es/components/form/index.js");
|
|
@@ -16,7 +16,7 @@ require("../../../../node_modules/element-plus/es/index.js");
|
|
|
16
16
|
const Vue = require("vue");
|
|
17
17
|
const index$6 = require("../../../../node_modules/@element-plus/icons-vue/dist/index.js");
|
|
18
18
|
const common = require("../utils/common.js");
|
|
19
|
-
const ValueSelector = require("../../components/ValueSelector.
|
|
19
|
+
const ValueSelector = require("../../components/ValueSelector.vue2.js");
|
|
20
20
|
const index = require("../../api/index.js");
|
|
21
21
|
;/* empty css */
|
|
22
22
|
const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.js");
|
package/lib/designer.css
CHANGED
|
@@ -6784,12 +6784,12 @@ body,
|
|
|
6784
6784
|
white-space: nowrap;
|
|
6785
6785
|
overflow: hidden;
|
|
6786
6786
|
text-overflow: ellipsis;
|
|
6787
|
-
}.fec-table[data-v-
|
|
6787
|
+
}.fec-table[data-v-2a67aa02] {
|
|
6788
6788
|
height: 100%;
|
|
6789
6789
|
flex-grow: 1;
|
|
6790
6790
|
padding: 0 16px;
|
|
6791
6791
|
}
|
|
6792
|
-
.fec-table-container[data-v-
|
|
6792
|
+
.fec-table-container[data-v-2a67aa02] {
|
|
6793
6793
|
width: 100%;
|
|
6794
6794
|
background: #fff;
|
|
6795
6795
|
box-sizing: border-box;
|
|
@@ -6799,91 +6799,91 @@ body,
|
|
|
6799
6799
|
overflow: hidden;
|
|
6800
6800
|
flex-grow: 1;
|
|
6801
6801
|
}
|
|
6802
|
-
.fec-table-container .fec-vxe-table[data-v-
|
|
6802
|
+
.fec-table-container .fec-vxe-table[data-v-2a67aa02] {
|
|
6803
6803
|
flex: 1;
|
|
6804
6804
|
min-height: 0;
|
|
6805
6805
|
overflow: hidden;
|
|
6806
6806
|
margin-bottom: 16px;
|
|
6807
6807
|
}
|
|
6808
|
-
.fec-table-container[data-v-
|
|
6808
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table {
|
|
6809
6809
|
font-size: 14px;
|
|
6810
6810
|
font-family: inherit;
|
|
6811
6811
|
}
|
|
6812
|
-
.fec-table-container[data-v-
|
|
6813
|
-
.fec-table-container[data-v-
|
|
6812
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-sort--asc-btn,
|
|
6813
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-sort--desc-btn {
|
|
6814
6814
|
color: #dcdcdc;
|
|
6815
6815
|
}
|
|
6816
|
-
.fec-table-container[data-v-
|
|
6817
|
-
.fec-table-container[data-v-
|
|
6816
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .serverSort .vxe-sort--asc-btn,
|
|
6817
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .serverSort .vxe-sort--desc-btn {
|
|
6818
6818
|
color: #d3edf9;
|
|
6819
6819
|
}
|
|
6820
|
-
.fec-table-container[data-v-
|
|
6820
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .serverSort .sort--active {
|
|
6821
6821
|
color: var(--el-color-primary);
|
|
6822
6822
|
}
|
|
6823
|
-
.fec-table-container[data-v-
|
|
6823
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .sort--active {
|
|
6824
6824
|
color: var(--el-color-primary);
|
|
6825
6825
|
}
|
|
6826
|
-
.fec-table-container[data-v-
|
|
6826
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--body-wrapper {
|
|
6827
6827
|
overflow: auto;
|
|
6828
6828
|
}
|
|
6829
|
-
.fec-table-container[data-v-
|
|
6830
|
-
.fec-table-container[data-v-
|
|
6831
|
-
.fec-table-container[data-v-
|
|
6829
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--body,
|
|
6830
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--header,
|
|
6831
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--footer {
|
|
6832
6832
|
width: 100% !important;
|
|
6833
6833
|
}
|
|
6834
|
-
.fec-table-container[data-v-
|
|
6834
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-header--column {
|
|
6835
6835
|
background-color: #fff;
|
|
6836
6836
|
}
|
|
6837
|
-
.fec-table-container[data-v-
|
|
6837
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-header--column .vxe-cell {
|
|
6838
6838
|
height: 40px !important;
|
|
6839
6839
|
min-height: 40px !important;
|
|
6840
6840
|
color: #333;
|
|
6841
6841
|
}
|
|
6842
|
-
.fec-table-container[data-v-
|
|
6842
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--header-inner-wrapper {
|
|
6843
6843
|
height: 40px !important;
|
|
6844
6844
|
}
|
|
6845
|
-
.fec-table-container[data-v-
|
|
6845
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-body--column .vxe-cell {
|
|
6846
6846
|
padding: 6px !important;
|
|
6847
6847
|
min-height: 32px !important;
|
|
6848
6848
|
color: #666;
|
|
6849
6849
|
font-size: 13px;
|
|
6850
6850
|
}
|
|
6851
|
-
.fec-table-container[data-v-
|
|
6852
|
-
.fec-table-container[data-v-
|
|
6851
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-body--column .c--tooltip,
|
|
6852
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-body--column .c--title {
|
|
6853
6853
|
height: 32px !important;
|
|
6854
6854
|
min-height: 32px !important;
|
|
6855
6855
|
}
|
|
6856
|
-
.fec-table-container[data-v-
|
|
6856
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--border-line {
|
|
6857
6857
|
border: none;
|
|
6858
6858
|
border-bottom: 1px solid #ebeef5;
|
|
6859
6859
|
border-top: 1px solid #ebeef5;
|
|
6860
6860
|
}
|
|
6861
|
-
.fec-table-container[data-v-
|
|
6862
|
-
.fec-table-container[data-v-
|
|
6861
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--scroll-y-handle-appearance,
|
|
6862
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--scroll-y-wrapper:after {
|
|
6863
6863
|
border: none !important;
|
|
6864
6864
|
}
|
|
6865
|
-
.fec-table-container[data-v-
|
|
6865
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--scroll-y-top-corner {
|
|
6866
6866
|
display: none !important;
|
|
6867
6867
|
}
|
|
6868
|
-
.fec-table-container[data-v-
|
|
6868
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-cell--sort {
|
|
6869
6869
|
font-size: 14px;
|
|
6870
6870
|
}
|
|
6871
|
-
.fec-table-container[data-v-
|
|
6872
|
-
.fec-table-container[data-v-
|
|
6873
|
-
.fec-table-container[data-v-
|
|
6874
|
-
.fec-table-container[data-v-
|
|
6875
|
-
.fec-table-container[data-v-
|
|
6876
|
-
.fec-table-container[data-v-
|
|
6871
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-body--column,
|
|
6872
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-footer--column,
|
|
6873
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-header--column,
|
|
6874
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-body--column,
|
|
6875
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-footer--column,
|
|
6876
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-header--column {
|
|
6877
6877
|
background-image: linear-gradient(#ebeef5, #ebeef5) !important;
|
|
6878
6878
|
}
|
|
6879
|
-
.fec-table-container[data-v-
|
|
6879
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .el-button.is-disabled {
|
|
6880
6880
|
color: #ccc !important;
|
|
6881
6881
|
}
|
|
6882
|
-
.fec-table-container[data-v-
|
|
6883
|
-
.fec-table-container[data-v-
|
|
6882
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--scroll-x-handle-appearance,
|
|
6883
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--scroll-x-right-corner {
|
|
6884
6884
|
display: none !important;
|
|
6885
6885
|
}
|
|
6886
|
-
.fec-table-sub[data-v-
|
|
6886
|
+
.fec-table-sub[data-v-2a67aa02] .vxe-table .vxe-table--border-line {
|
|
6887
6887
|
border-top: none;
|
|
6888
6888
|
}
|
|
6889
6889
|
.fec-layout-card[data-v-a6236024] {
|
|
@@ -201,12 +201,12 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
201
201
|
height: __props.config.subTableHeight,
|
|
202
202
|
maxHeight: __props.config.subTableMaxHeight,
|
|
203
203
|
tableData: Vue.unref(subTableData),
|
|
204
|
-
|
|
204
|
+
initSearchData: Vue.unref(initHiddenData),
|
|
205
205
|
canLoadBySearchData: __props.config.reloadOnParamsChange,
|
|
206
206
|
readonly: __props.config.isSubTableReadOnly || __props.formMode == "query",
|
|
207
207
|
btnRollbackEvent: Vue.unref(btnRollbackEvent),
|
|
208
208
|
subTableConfig: __props.config
|
|
209
|
-
}, null, 8, ["templateKey", "mode", "titleMode", "hasPagination", "heightMode", "height", "maxHeight", "tableData", "
|
|
209
|
+
}, null, 8, ["templateKey", "mode", "titleMode", "hasPagination", "heightMode", "height", "maxHeight", "tableData", "initSearchData", "canLoadBySearchData", "readonly", "btnRollbackEvent", "subTableConfig"])
|
|
210
210
|
], 64);
|
|
211
211
|
};
|
|
212
212
|
}
|
|
@@ -848,16 +848,6 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
848
848
|
},
|
|
849
849
|
{ deep: true }
|
|
850
850
|
);
|
|
851
|
-
Vue.watch(
|
|
852
|
-
() => props.initHiddenData,
|
|
853
|
-
(newVal, oldVal) => {
|
|
854
|
-
if (props.canLoadBySearchData && dataSourceManager.value && !common.isEqual(newVal, oldVal)) {
|
|
855
|
-
dataSourceManager.value.updateInitSearchData(newVal);
|
|
856
|
-
refresh();
|
|
857
|
-
}
|
|
858
|
-
},
|
|
859
|
-
{ deep: true }
|
|
860
|
-
);
|
|
861
851
|
Vue.onUnmounted(() => {
|
|
862
852
|
if (dataSourceManager.value) {
|
|
863
853
|
dataSourceManager.value.destroy();
|
|
@@ -1000,5 +990,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1000
990
|
};
|
|
1001
991
|
}
|
|
1002
992
|
});
|
|
1003
|
-
const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
993
|
+
const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-2a67aa02"]]);
|
|
1004
994
|
exports.default = _Table;
|