yc-vep-ui 0.3.21 → 0.3.24

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,2 +1,2 @@
1
- import { c as e, d as t, l as n, o as r, s as i, u as a } from "../entry-C1anhdGK.js";
1
+ import { c as e, d as t, l as n, o as r, s as i, u as a } from "../entry-B5Wt_FtJ.js";
2
2
  export { i as useDictionary, t as useFetch, e as useRoute, n as useRouter, a as useTable, r as useUser };
@@ -1,18 +1,11 @@
1
1
  export declare function useRoute(): {
2
2
  readonly path: string;
3
- readonly query: {
4
- readonly [x: string]: string;
5
- };
3
+ readonly query: Record<string, string>;
6
4
  readonly hash: string;
7
5
  readonly fullPath: string;
8
- readonly params: {
9
- readonly [x: string]: string;
10
- };
6
+ readonly params: Record<string, string>;
7
+ readonly mode: "hash" | "history";
11
8
  };
12
- /**
13
- * 简单的 useRouter 实现
14
- * 提供路由操作方法
15
- */
16
9
  export declare function useRouter(): {
17
10
  push: (url: string) => void;
18
11
  replace: (url: string) => void;
package/dist/vep-ui.js CHANGED
@@ -1,2 +1,2 @@
1
- import { S as e, _ as t, a as n, b as r, f as i, g as a, h as o, i as s, m as c, n as l, p as u, r as d, t as f, v as p, x as m, y as h } from "./entry-C1anhdGK.js";
1
+ import { S as e, _ as t, a as n, b as r, f as i, g as a, h as o, i as s, m as c, n as l, p as u, r as d, t as f, v as p, x as m, y as h } from "./entry-B5Wt_FtJ.js";
2
2
  export { e as UiCard, o as UiDescriptions, c as UiDialog, p as UiEditor, r as UiFilter, h as UiForm, a as UiInfiniteScroll, u as UiStaffSelect, m as UiTable, t as UiTree, i as UiUpload, s as YcApproval, d as default, d as ycPlugin, f as getHostVue, n as hooks, l as setHostVue };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yc-vep-ui",
3
- "version": "0.3.21",
3
+ "version": "0.3.24",
4
4
  "type": "module",
5
5
  "description": "基于 Vue 3 + Element Plus 的企业级 UI 组件库",
6
6
  "keywords": [