@fecp/designer 5.4.63 → 5.4.64
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/index.vue.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 +7 -6
- package/es/packages/vue/src/components/layout/Layout.vue.mjs +1 -1
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/packages/dialog/index.vue.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 +7 -6
- package/lib/packages/vue/src/components/layout/Layout.vue.js +1 -1
- package/package.json +1 -1
|
@@ -28,7 +28,7 @@ import { computed, useModel, ref, watch, createBlock, openBlock, withCtx, create
|
|
|
28
28
|
import { VueDraggable as lo } from "../../../../node_modules/vue-draggable-plus/dist/vue-draggable-plus.mjs";
|
|
29
29
|
import { Plus as plus_default, Close as close_default, Check as check_default, Delete as delete_default, Rank as rank_default, Edit as edit_default } from "../../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
|
|
30
30
|
import { getEditConfigData, cloneDeep, getEditConfigDialogs, setEditConfigDialogs } from "../utils/common.mjs";
|
|
31
|
-
import TemplateSelector from "../../components/TemplateSelector.
|
|
31
|
+
import TemplateSelector from "../../components/TemplateSelector.vue2.mjs";
|
|
32
32
|
import api from "../../api/index.mjs";
|
|
33
33
|
import ParamsConfig from "../../components/ParamsConfig.vue2.mjs";
|
|
34
34
|
import _sfc_main$1 from "../../components/DataSourceSelect.vue.mjs";
|
|
@@ -28,7 +28,7 @@ import { computed, useModel, ref, watch, createBlock, openBlock, unref, withCtx,
|
|
|
28
28
|
import { VueDraggable as lo } from "../../../../node_modules/vue-draggable-plus/dist/vue-draggable-plus.mjs";
|
|
29
29
|
import { Loading as loading_default, Plus as plus_default, Close as close_default, Check as check_default, Delete as delete_default, Rank as rank_default, Edit as edit_default } from "../../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
|
|
30
30
|
import { getEditConfigData, cloneDeep } from "../utils/common.mjs";
|
|
31
|
-
import TemplateSelector from "../../components/TemplateSelector.
|
|
31
|
+
import TemplateSelector from "../../components/TemplateSelector.vue2.mjs";
|
|
32
32
|
import api from "../../api/index.mjs";
|
|
33
33
|
import ParamsConfig from "../../components/ParamsConfig.vue2.mjs";
|
|
34
34
|
import _sfc_main$1 from "../../components/DataSourceSelect.vue.mjs";
|
|
@@ -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 from "../../../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
|
@@ -6260,17 +6260,18 @@ body,
|
|
|
6260
6260
|
max-height: 90% !important;
|
|
6261
6261
|
padding: 0 !important;
|
|
6262
6262
|
}
|
|
6263
|
-
.fec-layout-row[data-v-
|
|
6263
|
+
.fec-layout-row[data-v-09545121] {
|
|
6264
6264
|
width: 100%;
|
|
6265
6265
|
height: 100%;
|
|
6266
|
+
overflow: hidden;
|
|
6266
6267
|
}
|
|
6267
|
-
.fec-layout-row[data-v-
|
|
6268
|
+
.fec-layout-row[data-v-09545121] .el-col {
|
|
6268
6269
|
height: 100%;
|
|
6269
6270
|
}
|
|
6270
|
-
.fec-layout-row[data-v-
|
|
6271
|
+
.fec-layout-row[data-v-09545121] .el-col .el-scrollbar__bar {
|
|
6271
6272
|
display: none;
|
|
6272
6273
|
}
|
|
6273
|
-
.grid-content[data-v-
|
|
6274
|
+
.grid-content[data-v-09545121] {
|
|
6274
6275
|
border-radius: 9px 9px 4px 4px;
|
|
6275
6276
|
background-color: #fff;
|
|
6276
6277
|
position: relative;
|
|
@@ -6281,7 +6282,7 @@ body,
|
|
|
6281
6282
|
padding: 16px 16px 16px 16px;
|
|
6282
6283
|
} */
|
|
6283
6284
|
}
|
|
6284
|
-
.grid-content-statistics[data-v-
|
|
6285
|
+
.grid-content-statistics[data-v-09545121] {
|
|
6285
6286
|
height: 100%;
|
|
6286
6287
|
display: flex;
|
|
6287
6288
|
flex-direction: column;
|
|
@@ -6292,7 +6293,7 @@ body,
|
|
|
6292
6293
|
height: 100%;
|
|
6293
6294
|
} */
|
|
6294
6295
|
}
|
|
6295
|
-
.grid-content-statistics[data-v-
|
|
6296
|
+
.grid-content-statistics[data-v-09545121] .fec-layout-card:last-child {
|
|
6296
6297
|
margin-bottom: 0 !important;
|
|
6297
6298
|
flex: 1;
|
|
6298
6299
|
}
|
|
@@ -85,7 +85,7 @@ const _sfc_main = {
|
|
|
85
85
|
};
|
|
86
86
|
}
|
|
87
87
|
};
|
|
88
|
-
const _Layout = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
88
|
+
const _Layout = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-09545121"]]);
|
|
89
89
|
export {
|
|
90
90
|
_Layout as default
|
|
91
91
|
};
|
|
@@ -30,7 +30,7 @@ const vue = require("vue");
|
|
|
30
30
|
const vueDraggablePlus = require("../../../../node_modules/vue-draggable-plus/dist/vue-draggable-plus.js");
|
|
31
31
|
const index$4 = require("../../../../node_modules/@element-plus/icons-vue/dist/index.js");
|
|
32
32
|
const common = require("../utils/common.js");
|
|
33
|
-
const TemplateSelector = require("../../components/TemplateSelector.
|
|
33
|
+
const TemplateSelector = require("../../components/TemplateSelector.vue2.js");
|
|
34
34
|
const index = require("../../api/index.js");
|
|
35
35
|
const ParamsConfig = require("../../components/ParamsConfig.vue2.js");
|
|
36
36
|
const DataSourceSelect = require("../../components/DataSourceSelect.vue.js");
|
|
@@ -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);
|
|
@@ -30,7 +30,7 @@ const vue = require("vue");
|
|
|
30
30
|
const vueDraggablePlus = require("../../../../node_modules/vue-draggable-plus/dist/vue-draggable-plus.js");
|
|
31
31
|
const index$5 = require("../../../../node_modules/@element-plus/icons-vue/dist/index.js");
|
|
32
32
|
const common = require("../utils/common.js");
|
|
33
|
-
const TemplateSelector = require("../../components/TemplateSelector.
|
|
33
|
+
const TemplateSelector = require("../../components/TemplateSelector.vue2.js");
|
|
34
34
|
const index = require("../../api/index.js");
|
|
35
35
|
const ParamsConfig = require("../../components/ParamsConfig.vue2.js");
|
|
36
36
|
const DataSourceSelect = require("../../components/DataSourceSelect.vue.js");
|
|
@@ -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
|
const index = require("../../../store/index.js");
|
|
60
60
|
;/* empty css */
|
|
61
61
|
const index$3 = require("../../../../../node_modules/element-plus/es/components/collapse/index.js");
|
package/lib/designer.css
CHANGED
|
@@ -6260,17 +6260,18 @@ body,
|
|
|
6260
6260
|
max-height: 90% !important;
|
|
6261
6261
|
padding: 0 !important;
|
|
6262
6262
|
}
|
|
6263
|
-
.fec-layout-row[data-v-
|
|
6263
|
+
.fec-layout-row[data-v-09545121] {
|
|
6264
6264
|
width: 100%;
|
|
6265
6265
|
height: 100%;
|
|
6266
|
+
overflow: hidden;
|
|
6266
6267
|
}
|
|
6267
|
-
.fec-layout-row[data-v-
|
|
6268
|
+
.fec-layout-row[data-v-09545121] .el-col {
|
|
6268
6269
|
height: 100%;
|
|
6269
6270
|
}
|
|
6270
|
-
.fec-layout-row[data-v-
|
|
6271
|
+
.fec-layout-row[data-v-09545121] .el-col .el-scrollbar__bar {
|
|
6271
6272
|
display: none;
|
|
6272
6273
|
}
|
|
6273
|
-
.grid-content[data-v-
|
|
6274
|
+
.grid-content[data-v-09545121] {
|
|
6274
6275
|
border-radius: 9px 9px 4px 4px;
|
|
6275
6276
|
background-color: #fff;
|
|
6276
6277
|
position: relative;
|
|
@@ -6281,7 +6282,7 @@ body,
|
|
|
6281
6282
|
padding: 16px 16px 16px 16px;
|
|
6282
6283
|
} */
|
|
6283
6284
|
}
|
|
6284
|
-
.grid-content-statistics[data-v-
|
|
6285
|
+
.grid-content-statistics[data-v-09545121] {
|
|
6285
6286
|
height: 100%;
|
|
6286
6287
|
display: flex;
|
|
6287
6288
|
flex-direction: column;
|
|
@@ -6292,7 +6293,7 @@ body,
|
|
|
6292
6293
|
height: 100%;
|
|
6293
6294
|
} */
|
|
6294
6295
|
}
|
|
6295
|
-
.grid-content-statistics[data-v-
|
|
6296
|
+
.grid-content-statistics[data-v-09545121] .fec-layout-card:last-child {
|
|
6296
6297
|
margin-bottom: 0 !important;
|
|
6297
6298
|
flex: 1;
|
|
6298
6299
|
}
|
|
@@ -87,5 +87,5 @@ const _sfc_main = {
|
|
|
87
87
|
};
|
|
88
88
|
}
|
|
89
89
|
};
|
|
90
|
-
const _Layout = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
90
|
+
const _Layout = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-09545121"]]);
|
|
91
91
|
exports.default = _Layout;
|