@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.
@@ -1,4 +1,4 @@
1
- const version = "5.4.63";
1
+ const version = "5.4.64";
2
2
  const packageJson = {
3
3
  version
4
4
  };
@@ -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.vue.mjs";
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";
@@ -1,4 +1,4 @@
1
- import DialogDialog from "./index.vue2.mjs";
1
+ import DialogDialog from "./index.vue.mjs";
2
2
  import { ref } from "vue";
3
3
  function useDialogDialog() {
4
4
  const dialogDialogVisible = ref(false);
@@ -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.vue.mjs";
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";
@@ -1,4 +1,4 @@
1
- import DialogGlobalDialog from "./index.vue2.mjs";
1
+ import DialogGlobalDialog from "./index.vue.mjs";
2
2
  import { ref } from "vue";
3
3
  function useDialogGlobalDialog() {
4
4
  const dialogGlobalDialogVisible = ref(false);
@@ -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-486a276e] {
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-486a276e] .el-col {
6268
+ .fec-layout-row[data-v-09545121] .el-col {
6268
6269
  height: 100%;
6269
6270
  }
6270
- .fec-layout-row[data-v-486a276e] .el-col .el-scrollbar__bar {
6271
+ .fec-layout-row[data-v-09545121] .el-col .el-scrollbar__bar {
6271
6272
  display: none;
6272
6273
  }
6273
- .grid-content[data-v-486a276e] {
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-486a276e] {
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-486a276e] .fec-layout-card:last-child {
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-486a276e"]]);
88
+ const _Layout = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-09545121"]]);
89
89
  export {
90
90
  _Layout as default
91
91
  };
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const version = "5.4.63";
3
+ const version = "5.4.64";
4
4
  const packageJson = {
5
5
  version
6
6
  };
@@ -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.vue.js");
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.vue2.js");
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.vue.js");
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.vue2.js");
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-486a276e] {
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-486a276e] .el-col {
6268
+ .fec-layout-row[data-v-09545121] .el-col {
6268
6269
  height: 100%;
6269
6270
  }
6270
- .fec-layout-row[data-v-486a276e] .el-col .el-scrollbar__bar {
6271
+ .fec-layout-row[data-v-09545121] .el-col .el-scrollbar__bar {
6271
6272
  display: none;
6272
6273
  }
6273
- .grid-content[data-v-486a276e] {
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-486a276e] {
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-486a276e] .fec-layout-card:last-child {
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-486a276e"]]);
90
+ const _Layout = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-09545121"]]);
91
91
  exports.default = _Layout;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fecp/designer",
3
- "version": "5.4.63",
3
+ "version": "5.4.64",
4
4
  "main": "lib/designer/index.js",
5
5
  "module": "es/designer/index.mjs",
6
6
  "files": [