@fecp/designer 5.4.115 → 5.4.117

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,5 +1,5 @@
1
1
  import { Layout } from "./layout/index.mjs";
2
- import { Table } from "./table/index.mjs";
2
+ import { FormItem } from "./forms/formItem/index.mjs";
3
3
  import { Text } from "./forms/text/index.mjs";
4
4
  import { Textarea } from "./forms/textarea/index.mjs";
5
5
  import { Number } from "./forms/number/index.mjs";
@@ -20,7 +20,7 @@ import { Industry } from "./forms/industry/index.mjs";
20
20
  import { UserSelect } from "./forms/userSelect/index.mjs";
21
21
  import { RoleSelect } from "./forms/roleSelect/index.mjs";
22
22
  import { Form } from "./forms/form/index.mjs";
23
- import { FormItem } from "./forms/formItem/index.mjs";
23
+ import { Table } from "./table/index.mjs";
24
24
  import { ApprovalHistory } from "./bus/approvalHistory/index.mjs";
25
25
  import { Document } from "./bus/document/index.mjs";
26
26
  import { header } from "./details/header/index.mjs";
@@ -1,8 +1,7 @@
1
1
  import "../../../../../../node_modules/element-plus/es/index.mjs";
2
2
  /* empty css */
3
3
  /* empty css */
4
- import { inject, computed, ref, createElementBlock, openBlock, Fragment, createCommentVNode, createVNode, createBlock, unref, createSlots, withCtx, renderList, createTextVNode, toDisplayString } from "vue";
5
- import Table from "../../table/Table.vue.mjs";
4
+ import { defineAsyncComponent, inject, computed, ref, createElementBlock, openBlock, Fragment, createCommentVNode, createVNode, createBlock, unref, createSlots, withCtx, renderList, createTextVNode, toDisplayString } from "vue";
6
5
  import { SubTitle } from "../subTitle/index.mjs";
7
6
  import { H2 } from "../h2/index.mjs";
8
7
  import { parseRouteParams } from "../../../utils/parseRouteParams.mjs";
@@ -31,6 +30,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
31
30
  }
32
31
  },
33
32
  setup(__props, { expose: __expose }) {
33
+ const Table = defineAsyncComponent(() => import("../../table/index.mjs"));
34
34
  const props = __props;
35
35
  const formData = inject("formData");
36
36
  inject("rowHeight");
@@ -898,7 +898,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
898
898
  };
899
899
  }
900
900
  });
901
- const Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-c35f81ee"]]);
901
+ const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-c35f81ee"]]);
902
902
  export {
903
- Table as default
903
+ _Table as default
904
904
  };
@@ -1,6 +1,6 @@
1
- import Table$1 from "./Table.vue.mjs";
1
+ import _Table from "./Table.vue.mjs";
2
2
  import install from "../../utils/install.mjs";
3
- const Table = install.withInstall("Table", Table$1);
3
+ const Table = install.withInstall("Table", _Table);
4
4
  export {
5
5
  Table,
6
6
  Table as default
@@ -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.115";
3
+ const version = "5.4.117";
4
4
  const packageJson = {
5
5
  version
6
6
  };
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const index = require("./index.vue.js");
3
+ const index = require("./index.vue2.js");
4
4
  const vue = require("vue");
5
5
  function useDialogDialog() {
6
6
  const dialogDialogVisible = vue.ref(false);
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const index = require("./index.vue.js");
3
+ const index = require("./index.vue2.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");