yuang-framework-ui-pc 1.1.113 → 1.1.115

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.
@@ -3,7 +3,7 @@ import { User } from "@element-plus/icons-vue";
3
3
  import UserQuery from "./user-query";
4
4
  import { UserOutlined } from "../../icons";
5
5
  import { http } from "yuang-framework-ui-common/lib/config/httpConfig";
6
- import { useStatusEnumList } from "yuang-framework-ui-common/lib/hooks/framework/frameworkEnum";
6
+ import { useStatusEnumList } from "yuang-framework-ui-common/lib/hooks/uims/uimsUser";
7
7
  import { deepClone } from "yuang-framework-ui-common/lib/utils/objectUtils";
8
8
  const _sfc_main = /* @__PURE__ */ defineComponent({
9
9
  ...{ name: "UimsUserList" },
@@ -4,7 +4,7 @@ const iconsVue = require("@element-plus/icons-vue");
4
4
  const UserQuery = require("./user-query");
5
5
  const icons = require("../../icons");
6
6
  const httpConfig = require("yuang-framework-ui-common/lib/config/httpConfig");
7
- const frameworkEnum = require("yuang-framework-ui-common/lib/hooks/framework/frameworkEnum");
7
+ const uimsUser = require("yuang-framework-ui-common/lib/hooks/uims/uimsUser");
8
8
  const objectUtils = require("yuang-framework-ui-common/lib/utils/objectUtils");
9
9
  const _sfc_main = /* @__PURE__ */ vue.defineComponent({
10
10
  ...{ name: "UimsUserList" },
@@ -136,7 +136,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
136
136
  ]);
137
137
  const selections = vue.ref([]);
138
138
  const tableList = vue.ref([]);
139
- const { statusEnumList } = frameworkEnum.useStatusEnumList();
139
+ const { statusEnumList } = uimsUser.useStatusEnumList();
140
140
  vue.onMounted(() => {
141
141
  initSelectionList();
142
142
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yuang-framework-ui-pc",
3
- "version": "1.1.113",
3
+ "version": "1.1.115",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite --host --config vite.global.ts --mode dev",
@@ -78,7 +78,7 @@
78
78
  "xgplayer": "^3.0.20",
79
79
  "xgplayer-hls": "^3.0.20",
80
80
  "xgplayer-music": "^3.0.20",
81
- "yuang-framework-ui-common": "^1.0.100"
81
+ "yuang-framework-ui-common": "^1.0.102"
82
82
  },
83
83
  "main": "lib/index.cjs",
84
84
  "module": "es/index.js",