@fecp/designer 5.4.2 → 5.4.5
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/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/form/property/approvalHistory.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/src/packages/table/tableSummary.vue.mjs +1 -1
- package/es/designer.css +19 -18
- package/es/packages/vue/src/components/table/Table.vue.mjs +3 -3
- package/lib/designer/package.json.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/form/property/approvalHistory.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/src/packages/table/tableSummary.vue.js +1 -1
- package/lib/designer.css +19 -18
- package/lib/packages/vue/src/components/table/Table.vue.js +3 -3
- package/package.json +1 -1
|
@@ -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 { 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 "../../axios/config.mjs";
|
|
35
35
|
import "../../../../_virtual/FileSaver.min.mjs";
|
|
36
36
|
import "../../../../_virtual/index.mjs";
|
|
@@ -79,7 +79,7 @@ import "../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.mjs
|
|
|
79
79
|
import "../../../../node_modules/element-plus/theme-chalk/el-tab-pane.css.mjs";
|
|
80
80
|
/* empty css */
|
|
81
81
|
/* empty css */
|
|
82
|
-
/* empty css
|
|
82
|
+
/* empty css */
|
|
83
83
|
import "../../axios/config.mjs";
|
|
84
84
|
/* empty css */
|
|
85
85
|
/* empty css */
|
|
@@ -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";
|
|
@@ -13,7 +13,7 @@ import { computed, ref, createBlock, openBlock, unref, isRef, withCtx, createVNo
|
|
|
13
13
|
import { getCurrentItem, getEditConfigData } from "../../utils/common.mjs";
|
|
14
14
|
import TemplateSelector from "../../../components/TemplateSelector.vue.mjs";
|
|
15
15
|
import emitter from "../../utils/eventBus.mjs";
|
|
16
|
-
import ValueSelector from "../../../components/ValueSelector.
|
|
16
|
+
import ValueSelector from "../../../components/ValueSelector.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";
|
|
19
19
|
import { ElInput } from "../../../../../node_modules/element-plus/es/components/input/index.mjs";
|
|
@@ -14,7 +14,7 @@ import "../../../../node_modules/element-plus/es/index.mjs";
|
|
|
14
14
|
import { 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";
|
|
@@ -106,7 +106,7 @@ const _sfc_main = {
|
|
|
106
106
|
};
|
|
107
107
|
}
|
|
108
108
|
};
|
|
109
|
-
const TableSummary = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
109
|
+
const TableSummary = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-29acfeb4"]]);
|
|
110
110
|
export {
|
|
111
111
|
TableSummary as default
|
|
112
112
|
};
|
package/es/designer.css
CHANGED
|
@@ -3933,24 +3933,25 @@ to {
|
|
|
3933
3933
|
margin-left: 8px;
|
|
3934
3934
|
}
|
|
3935
3935
|
|
|
3936
|
-
.table-summary-config[data-v-
|
|
3936
|
+
.table-summary-config[data-v-29acfeb4] {
|
|
3937
3937
|
position: relative;
|
|
3938
|
-
margin: 0
|
|
3939
|
-
margin-top: -
|
|
3938
|
+
margin: 0 16px;
|
|
3939
|
+
margin-top: -9px;
|
|
3940
3940
|
margin-bottom: 16px;
|
|
3941
|
+
border: 1px solid #ebeef5;
|
|
3942
|
+
border-radius: 4px;
|
|
3943
|
+
border-top-left-radius: 0;
|
|
3944
|
+
border-top-right-radius: 0;
|
|
3941
3945
|
}
|
|
3942
|
-
.config-row[data-v-
|
|
3946
|
+
.config-row[data-v-29acfeb4] {
|
|
3943
3947
|
display: flex;
|
|
3944
3948
|
align-items: center;
|
|
3945
3949
|
flex-wrap: wrap;
|
|
3946
3950
|
gap: 8px;
|
|
3947
3951
|
padding: 8px 12px;
|
|
3948
3952
|
background: #f5f7fa;
|
|
3949
|
-
border-radius: 4px;
|
|
3950
|
-
border-top-left-radius: 0;
|
|
3951
|
-
border-top-right-radius: 0;
|
|
3952
3953
|
}
|
|
3953
|
-
.config-label[data-v-
|
|
3954
|
+
.config-label[data-v-29acfeb4] {
|
|
3954
3955
|
font-size: 13px;
|
|
3955
3956
|
color: #606266;
|
|
3956
3957
|
margin-right: 4px;
|
|
@@ -5978,11 +5979,11 @@ body,
|
|
|
5978
5979
|
}
|
|
5979
5980
|
[data-v-dc1c22da] .el-checkbox-group .el-checkbox-button__inner {
|
|
5980
5981
|
border-radius: 4px;
|
|
5981
|
-
}.fec-table[data-v-
|
|
5982
|
+
}.fec-table[data-v-293f0cfd] {
|
|
5982
5983
|
height: 100%;
|
|
5983
5984
|
flex-grow: 1;
|
|
5984
5985
|
}
|
|
5985
|
-
.fec-table-container[data-v-
|
|
5986
|
+
.fec-table-container[data-v-293f0cfd] {
|
|
5986
5987
|
width: 100%;
|
|
5987
5988
|
background: #fff;
|
|
5988
5989
|
box-sizing: border-box;
|
|
@@ -5992,30 +5993,30 @@ body,
|
|
|
5992
5993
|
overflow: hidden;
|
|
5993
5994
|
flex-grow: 1;
|
|
5994
5995
|
}
|
|
5995
|
-
.fec-table-container .fec-vxe-table[data-v-
|
|
5996
|
+
.fec-table-container .fec-vxe-table[data-v-293f0cfd] {
|
|
5996
5997
|
flex: 1;
|
|
5997
5998
|
min-height: 0;
|
|
5998
5999
|
overflow: hidden;
|
|
5999
6000
|
}
|
|
6000
|
-
.fec-table-container[data-v-
|
|
6001
|
+
.fec-table-container[data-v-293f0cfd] .vxe-table {
|
|
6001
6002
|
font-size: 14px;
|
|
6002
6003
|
}
|
|
6003
|
-
.fec-table-container[data-v-
|
|
6004
|
+
.fec-table-container[data-v-293f0cfd] .vxe-table .vxe-table--body-wrapper {
|
|
6004
6005
|
overflow: auto;
|
|
6005
6006
|
}
|
|
6006
|
-
.fec-table-container[data-v-
|
|
6007
|
+
.fec-table-container[data-v-293f0cfd] .vxe-table .vxe-header--column {
|
|
6007
6008
|
background-color: #f5f7fa;
|
|
6008
6009
|
}
|
|
6009
|
-
.fec-table-container[data-v-
|
|
6010
|
+
.fec-table-container[data-v-293f0cfd] .vxe-table .vxe-header--column .vxe-cell {
|
|
6010
6011
|
height: 40px !important;
|
|
6011
6012
|
min-height: 40px !important;
|
|
6012
6013
|
}
|
|
6013
|
-
.fec-table-container[data-v-
|
|
6014
|
+
.fec-table-container[data-v-293f0cfd] .vxe-table .vxe-body--column .vxe-cell {
|
|
6014
6015
|
padding: 6px !important;
|
|
6015
6016
|
min-height: 40px !important;
|
|
6016
6017
|
}
|
|
6017
|
-
.fec-table-container[data-v-
|
|
6018
|
-
.fec-table-container[data-v-
|
|
6018
|
+
.fec-table-container[data-v-293f0cfd] .vxe-table .vxe-body--column .c--tooltip,
|
|
6019
|
+
.fec-table-container[data-v-293f0cfd] .vxe-table .vxe-body--column .c--title {
|
|
6019
6020
|
height: 40px !important;
|
|
6020
6021
|
min-height: 40px !important;
|
|
6021
6022
|
}:root,:host{--van-black: #000;--van-white: #fff;--van-gray-1: #f7f8fa;--van-gray-2: #f2f3f5;--van-gray-3: #ebedf0;--van-gray-4: #dcdee0;--van-gray-5: #c8c9cc;--van-gray-6: #969799;--van-gray-7: #646566;--van-gray-8: #323233;--van-red: #ee0a24;--van-blue: #1989fa;--van-orange: #ff976a;--van-orange-dark: #ed6a0c;--van-orange-light: #fffbe8;--van-green: #07c160;--van-gradient-red: linear-gradient(to right, #ff6034, #ee0a24);--van-gradient-orange: linear-gradient(to right, #ffd01e, #ff8917);--van-primary-color: var(--van-blue);--van-success-color: var(--van-green);--van-danger-color: var(--van-red);--van-warning-color: var(--van-orange);--van-text-color: var(--van-gray-8);--van-text-color-2: var(--van-gray-6);--van-text-color-3: var(--van-gray-5);--van-active-color: var(--van-gray-2);--van-active-opacity: .6;--van-disabled-opacity: .5;--van-background: var(--van-gray-1);--van-background-2: var(--van-white);--van-background-3: var(--van-white);--van-padding-base: 4px;--van-padding-xs: 8px;--van-padding-sm: 12px;--van-padding-md: 16px;--van-padding-lg: 24px;--van-padding-xl: 32px;--van-font-bold: 600;--van-font-size-xs: 10px;--van-font-size-sm: 12px;--van-font-size-md: 14px;--van-font-size-lg: 16px;--van-line-height-xs: 14px;--van-line-height-sm: 18px;--van-line-height-md: 20px;--van-line-height-lg: 22px;--van-base-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;--van-price-font: avenir-heavy, "PingFang SC", helvetica neue, arial, sans-serif;--van-duration-base: .3s;--van-duration-fast: .2s;--van-ease-out: ease-out;--van-ease-in: ease-in;--van-border-color: var(--van-gray-3);--van-border-width: 1px;--van-radius-sm: 2px;--van-radius-md: 4px;--van-radius-lg: 8px;--van-radius-max: 999px}.van-theme-dark{--van-text-color: #f5f5f5;--van-text-color-2: #707070;--van-text-color-3: #4d4d4d;--van-border-color: #3a3a3c;--van-active-color: #3a3a3c;--van-background: #000;--van-background-2: #1c1c1e;--van-background-3: #37363b}html{-webkit-tap-highlight-color:transparent}body{margin:0;font-family:var(--van-base-font)}a{text-decoration:none}input,button,textarea{color:inherit;font:inherit}a:focus,input:focus,button:focus,textarea:focus,[class*=van-]:focus{outline:none}ol,ul{margin:0;padding:0;list-style:none}@keyframes van-slide-up-enter{0%{transform:translate3d(0,100%,0)}}@keyframes van-slide-up-leave{to{transform:translate3d(0,100%,0)}}@keyframes van-slide-down-enter{0%{transform:translate3d(0,-100%,0)}}@keyframes van-slide-down-leave{to{transform:translate3d(0,-100%,0)}}@keyframes van-slide-left-enter{0%{transform:translate3d(-100%,0,0)}}@keyframes van-slide-left-leave{to{transform:translate3d(-100%,0,0)}}@keyframes van-slide-right-enter{0%{transform:translate3d(100%,0,0)}}@keyframes van-slide-right-leave{to{transform:translate3d(100%,0,0)}}@keyframes van-fade-in{0%{opacity:0}to{opacity:1}}@keyframes van-fade-out{0%{opacity:1}to{opacity:0}}@keyframes van-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.van-fade-enter-active{animation:var(--van-duration-base) van-fade-in both var(--van-ease-out)}.van-fade-leave-active{animation:var(--van-duration-base) van-fade-out both var(--van-ease-in)}.van-slide-up-enter-active{animation:van-slide-up-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-up-leave-active{animation:van-slide-up-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-down-enter-active{animation:van-slide-down-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-down-leave-active{animation:van-slide-down-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-left-enter-active{animation:van-slide-left-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-left-leave-active{animation:van-slide-left-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-right-enter-active{animation:van-slide-right-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-right-leave-active{animation:van-slide-right-leave var(--van-duration-base) both var(--van-ease-in)}.van-clearfix:after{display:table;clear:both;content:""}.van-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-multi-ellipsis--l2{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;line-break:anywhere;-webkit-box-orient:vertical}.van-multi-ellipsis--l3{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;line-break:anywhere;-webkit-box-orient:vertical}.van-safe-area-top{padding-top:constant(safe-area-inset-top);padding-top:env(safe-area-inset-top)}.van-safe-area-bottom{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.van-haptics-feedback{cursor:pointer}.van-haptics-feedback:active{opacity:var(--van-active-opacity)}[class*=van-hairline]:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;top:-50%;right:-50%;bottom:-50%;left:-50%;border:0 solid var(--van-border-color);transform:scale(.5)}.van-hairline,.van-hairline--top,.van-hairline--left,.van-hairline--right,.van-hairline--bottom,.van-hairline--surround,.van-hairline--top-bottom{position:relative}.van-hairline--top:after{border-top-width:var(--van-border-width)}.van-hairline--left:after{border-left-width:var(--van-border-width)}.van-hairline--right:after{border-right-width:var(--van-border-width)}.van-hairline--bottom:after{border-bottom-width:var(--van-border-width)}.van-hairline--top-bottom:after,.van-hairline-unset--top-bottom:after{border-width:var(--van-border-width) 0}.van-hairline--surround:after{border-width:var(--van-border-width)}
|
|
@@ -260,7 +260,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
260
260
|
return result;
|
|
261
261
|
}
|
|
262
262
|
const initDataSourceManager = async () => {
|
|
263
|
-
var _a, _b;
|
|
263
|
+
var _a, _b, _c, _d;
|
|
264
264
|
if (!((_a = localConfig.value.dataSources) == null ? void 0 : _a.length)) return;
|
|
265
265
|
dataSourceManager.value = createDataSource({
|
|
266
266
|
http: ctx.$http,
|
|
@@ -284,7 +284,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
284
284
|
});
|
|
285
285
|
if (!props.tableData || props.tableData.length === 0) {
|
|
286
286
|
tableDataFetch();
|
|
287
|
-
if (localConfig.value.summaryConfig.enabled && localConfig.value.summaryConfig.mode == "all") {
|
|
287
|
+
if (((_c = localConfig.value.summaryConfig) == null ? void 0 : _c.enabled) && ((_d = localConfig.value.summaryConfig) == null ? void 0 : _d.mode) == "all") {
|
|
288
288
|
const summaryAllDataManager = createDataSource({
|
|
289
289
|
http: ctx.$http,
|
|
290
290
|
initSearchData: searchData.value,
|
|
@@ -793,7 +793,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
793
793
|
};
|
|
794
794
|
}
|
|
795
795
|
});
|
|
796
|
-
const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
796
|
+
const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-293f0cfd"]]);
|
|
797
797
|
export {
|
|
798
798
|
_Table as default
|
|
799
799
|
};
|
|
@@ -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
|
require("../../axios/config.js");
|
|
37
37
|
require("../../../../_virtual/FileSaver.min.js");
|
|
38
38
|
require("../../../../_virtual/index.js");
|
|
@@ -81,7 +81,7 @@ require("../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.js
|
|
|
81
81
|
require("../../../../node_modules/element-plus/theme-chalk/el-tab-pane.css.js");
|
|
82
82
|
;/* empty css */
|
|
83
83
|
;/* empty css */
|
|
84
|
-
;/* empty css
|
|
84
|
+
;/* empty css */
|
|
85
85
|
require("../../axios/config.js");
|
|
86
86
|
;/* empty css */
|
|
87
87
|
;/* empty css */
|
|
@@ -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");
|
|
@@ -15,7 +15,7 @@ const vue = require("vue");
|
|
|
15
15
|
const common = require("../../utils/common.js");
|
|
16
16
|
const TemplateSelector = require("../../../components/TemplateSelector.vue.js");
|
|
17
17
|
const eventBus = require("../../utils/eventBus.js");
|
|
18
|
-
const ValueSelector = require("../../../components/ValueSelector.
|
|
18
|
+
const ValueSelector = require("../../../components/ValueSelector.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");
|
|
21
21
|
const index$2 = require("../../../../../node_modules/element-plus/es/components/input/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");
|
|
@@ -108,5 +108,5 @@ const _sfc_main = {
|
|
|
108
108
|
};
|
|
109
109
|
}
|
|
110
110
|
};
|
|
111
|
-
const TableSummary = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
111
|
+
const TableSummary = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-29acfeb4"]]);
|
|
112
112
|
exports.default = TableSummary;
|
package/lib/designer.css
CHANGED
|
@@ -3933,24 +3933,25 @@ to {
|
|
|
3933
3933
|
margin-left: 8px;
|
|
3934
3934
|
}
|
|
3935
3935
|
|
|
3936
|
-
.table-summary-config[data-v-
|
|
3936
|
+
.table-summary-config[data-v-29acfeb4] {
|
|
3937
3937
|
position: relative;
|
|
3938
|
-
margin: 0
|
|
3939
|
-
margin-top: -
|
|
3938
|
+
margin: 0 16px;
|
|
3939
|
+
margin-top: -9px;
|
|
3940
3940
|
margin-bottom: 16px;
|
|
3941
|
+
border: 1px solid #ebeef5;
|
|
3942
|
+
border-radius: 4px;
|
|
3943
|
+
border-top-left-radius: 0;
|
|
3944
|
+
border-top-right-radius: 0;
|
|
3941
3945
|
}
|
|
3942
|
-
.config-row[data-v-
|
|
3946
|
+
.config-row[data-v-29acfeb4] {
|
|
3943
3947
|
display: flex;
|
|
3944
3948
|
align-items: center;
|
|
3945
3949
|
flex-wrap: wrap;
|
|
3946
3950
|
gap: 8px;
|
|
3947
3951
|
padding: 8px 12px;
|
|
3948
3952
|
background: #f5f7fa;
|
|
3949
|
-
border-radius: 4px;
|
|
3950
|
-
border-top-left-radius: 0;
|
|
3951
|
-
border-top-right-radius: 0;
|
|
3952
3953
|
}
|
|
3953
|
-
.config-label[data-v-
|
|
3954
|
+
.config-label[data-v-29acfeb4] {
|
|
3954
3955
|
font-size: 13px;
|
|
3955
3956
|
color: #606266;
|
|
3956
3957
|
margin-right: 4px;
|
|
@@ -5978,11 +5979,11 @@ body,
|
|
|
5978
5979
|
}
|
|
5979
5980
|
[data-v-dc1c22da] .el-checkbox-group .el-checkbox-button__inner {
|
|
5980
5981
|
border-radius: 4px;
|
|
5981
|
-
}.fec-table[data-v-
|
|
5982
|
+
}.fec-table[data-v-293f0cfd] {
|
|
5982
5983
|
height: 100%;
|
|
5983
5984
|
flex-grow: 1;
|
|
5984
5985
|
}
|
|
5985
|
-
.fec-table-container[data-v-
|
|
5986
|
+
.fec-table-container[data-v-293f0cfd] {
|
|
5986
5987
|
width: 100%;
|
|
5987
5988
|
background: #fff;
|
|
5988
5989
|
box-sizing: border-box;
|
|
@@ -5992,30 +5993,30 @@ body,
|
|
|
5992
5993
|
overflow: hidden;
|
|
5993
5994
|
flex-grow: 1;
|
|
5994
5995
|
}
|
|
5995
|
-
.fec-table-container .fec-vxe-table[data-v-
|
|
5996
|
+
.fec-table-container .fec-vxe-table[data-v-293f0cfd] {
|
|
5996
5997
|
flex: 1;
|
|
5997
5998
|
min-height: 0;
|
|
5998
5999
|
overflow: hidden;
|
|
5999
6000
|
}
|
|
6000
|
-
.fec-table-container[data-v-
|
|
6001
|
+
.fec-table-container[data-v-293f0cfd] .vxe-table {
|
|
6001
6002
|
font-size: 14px;
|
|
6002
6003
|
}
|
|
6003
|
-
.fec-table-container[data-v-
|
|
6004
|
+
.fec-table-container[data-v-293f0cfd] .vxe-table .vxe-table--body-wrapper {
|
|
6004
6005
|
overflow: auto;
|
|
6005
6006
|
}
|
|
6006
|
-
.fec-table-container[data-v-
|
|
6007
|
+
.fec-table-container[data-v-293f0cfd] .vxe-table .vxe-header--column {
|
|
6007
6008
|
background-color: #f5f7fa;
|
|
6008
6009
|
}
|
|
6009
|
-
.fec-table-container[data-v-
|
|
6010
|
+
.fec-table-container[data-v-293f0cfd] .vxe-table .vxe-header--column .vxe-cell {
|
|
6010
6011
|
height: 40px !important;
|
|
6011
6012
|
min-height: 40px !important;
|
|
6012
6013
|
}
|
|
6013
|
-
.fec-table-container[data-v-
|
|
6014
|
+
.fec-table-container[data-v-293f0cfd] .vxe-table .vxe-body--column .vxe-cell {
|
|
6014
6015
|
padding: 6px !important;
|
|
6015
6016
|
min-height: 40px !important;
|
|
6016
6017
|
}
|
|
6017
|
-
.fec-table-container[data-v-
|
|
6018
|
-
.fec-table-container[data-v-
|
|
6018
|
+
.fec-table-container[data-v-293f0cfd] .vxe-table .vxe-body--column .c--tooltip,
|
|
6019
|
+
.fec-table-container[data-v-293f0cfd] .vxe-table .vxe-body--column .c--title {
|
|
6019
6020
|
height: 40px !important;
|
|
6020
6021
|
min-height: 40px !important;
|
|
6021
6022
|
}:root,:host{--van-black: #000;--van-white: #fff;--van-gray-1: #f7f8fa;--van-gray-2: #f2f3f5;--van-gray-3: #ebedf0;--van-gray-4: #dcdee0;--van-gray-5: #c8c9cc;--van-gray-6: #969799;--van-gray-7: #646566;--van-gray-8: #323233;--van-red: #ee0a24;--van-blue: #1989fa;--van-orange: #ff976a;--van-orange-dark: #ed6a0c;--van-orange-light: #fffbe8;--van-green: #07c160;--van-gradient-red: linear-gradient(to right, #ff6034, #ee0a24);--van-gradient-orange: linear-gradient(to right, #ffd01e, #ff8917);--van-primary-color: var(--van-blue);--van-success-color: var(--van-green);--van-danger-color: var(--van-red);--van-warning-color: var(--van-orange);--van-text-color: var(--van-gray-8);--van-text-color-2: var(--van-gray-6);--van-text-color-3: var(--van-gray-5);--van-active-color: var(--van-gray-2);--van-active-opacity: .6;--van-disabled-opacity: .5;--van-background: var(--van-gray-1);--van-background-2: var(--van-white);--van-background-3: var(--van-white);--van-padding-base: 4px;--van-padding-xs: 8px;--van-padding-sm: 12px;--van-padding-md: 16px;--van-padding-lg: 24px;--van-padding-xl: 32px;--van-font-bold: 600;--van-font-size-xs: 10px;--van-font-size-sm: 12px;--van-font-size-md: 14px;--van-font-size-lg: 16px;--van-line-height-xs: 14px;--van-line-height-sm: 18px;--van-line-height-md: 20px;--van-line-height-lg: 22px;--van-base-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;--van-price-font: avenir-heavy, "PingFang SC", helvetica neue, arial, sans-serif;--van-duration-base: .3s;--van-duration-fast: .2s;--van-ease-out: ease-out;--van-ease-in: ease-in;--van-border-color: var(--van-gray-3);--van-border-width: 1px;--van-radius-sm: 2px;--van-radius-md: 4px;--van-radius-lg: 8px;--van-radius-max: 999px}.van-theme-dark{--van-text-color: #f5f5f5;--van-text-color-2: #707070;--van-text-color-3: #4d4d4d;--van-border-color: #3a3a3c;--van-active-color: #3a3a3c;--van-background: #000;--van-background-2: #1c1c1e;--van-background-3: #37363b}html{-webkit-tap-highlight-color:transparent}body{margin:0;font-family:var(--van-base-font)}a{text-decoration:none}input,button,textarea{color:inherit;font:inherit}a:focus,input:focus,button:focus,textarea:focus,[class*=van-]:focus{outline:none}ol,ul{margin:0;padding:0;list-style:none}@keyframes van-slide-up-enter{0%{transform:translate3d(0,100%,0)}}@keyframes van-slide-up-leave{to{transform:translate3d(0,100%,0)}}@keyframes van-slide-down-enter{0%{transform:translate3d(0,-100%,0)}}@keyframes van-slide-down-leave{to{transform:translate3d(0,-100%,0)}}@keyframes van-slide-left-enter{0%{transform:translate3d(-100%,0,0)}}@keyframes van-slide-left-leave{to{transform:translate3d(-100%,0,0)}}@keyframes van-slide-right-enter{0%{transform:translate3d(100%,0,0)}}@keyframes van-slide-right-leave{to{transform:translate3d(100%,0,0)}}@keyframes van-fade-in{0%{opacity:0}to{opacity:1}}@keyframes van-fade-out{0%{opacity:1}to{opacity:0}}@keyframes van-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.van-fade-enter-active{animation:var(--van-duration-base) van-fade-in both var(--van-ease-out)}.van-fade-leave-active{animation:var(--van-duration-base) van-fade-out both var(--van-ease-in)}.van-slide-up-enter-active{animation:van-slide-up-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-up-leave-active{animation:van-slide-up-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-down-enter-active{animation:van-slide-down-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-down-leave-active{animation:van-slide-down-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-left-enter-active{animation:van-slide-left-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-left-leave-active{animation:van-slide-left-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-right-enter-active{animation:van-slide-right-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-right-leave-active{animation:van-slide-right-leave var(--van-duration-base) both var(--van-ease-in)}.van-clearfix:after{display:table;clear:both;content:""}.van-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-multi-ellipsis--l2{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;line-break:anywhere;-webkit-box-orient:vertical}.van-multi-ellipsis--l3{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;line-break:anywhere;-webkit-box-orient:vertical}.van-safe-area-top{padding-top:constant(safe-area-inset-top);padding-top:env(safe-area-inset-top)}.van-safe-area-bottom{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.van-haptics-feedback{cursor:pointer}.van-haptics-feedback:active{opacity:var(--van-active-opacity)}[class*=van-hairline]:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;top:-50%;right:-50%;bottom:-50%;left:-50%;border:0 solid var(--van-border-color);transform:scale(.5)}.van-hairline,.van-hairline--top,.van-hairline--left,.van-hairline--right,.van-hairline--bottom,.van-hairline--surround,.van-hairline--top-bottom{position:relative}.van-hairline--top:after{border-top-width:var(--van-border-width)}.van-hairline--left:after{border-left-width:var(--van-border-width)}.van-hairline--right:after{border-right-width:var(--van-border-width)}.van-hairline--bottom:after{border-bottom-width:var(--van-border-width)}.van-hairline--top-bottom:after,.van-hairline-unset--top-bottom:after{border-width:var(--van-border-width) 0}.van-hairline--surround:after{border-width:var(--van-border-width)}
|
|
@@ -262,7 +262,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
262
262
|
return result;
|
|
263
263
|
}
|
|
264
264
|
const initDataSourceManager = async () => {
|
|
265
|
-
var _a, _b;
|
|
265
|
+
var _a, _b, _c, _d;
|
|
266
266
|
if (!((_a = localConfig.value.dataSources) == null ? void 0 : _a.length)) return;
|
|
267
267
|
dataSourceManager.value = datasource.createDataSource({
|
|
268
268
|
http: ctx.$http,
|
|
@@ -286,7 +286,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
286
286
|
});
|
|
287
287
|
if (!props.tableData || props.tableData.length === 0) {
|
|
288
288
|
tableDataFetch();
|
|
289
|
-
if (localConfig.value.summaryConfig.enabled && localConfig.value.summaryConfig.mode == "all") {
|
|
289
|
+
if (((_c = localConfig.value.summaryConfig) == null ? void 0 : _c.enabled) && ((_d = localConfig.value.summaryConfig) == null ? void 0 : _d.mode) == "all") {
|
|
290
290
|
const summaryAllDataManager = datasource.createDataSource({
|
|
291
291
|
http: ctx.$http,
|
|
292
292
|
initSearchData: searchData.value,
|
|
@@ -795,5 +795,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
795
795
|
};
|
|
796
796
|
}
|
|
797
797
|
});
|
|
798
|
-
const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
798
|
+
const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-293f0cfd"]]);
|
|
799
799
|
exports.default = _Table;
|