yc-vep-ui 0.3.10 → 0.3.12

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,3 +1,4 @@
1
+ import { IField, IFormInstance } from '../type';
1
2
  import { IFormData } from './type';
2
3
  export declare function operateProcess(data: IFormData): Promise<any>;
3
4
  interface IProps {
@@ -5,7 +6,7 @@ interface IProps {
5
6
  getData?: () => any;
6
7
  }
7
8
  export declare function useDetail(props: IProps): {
8
- processInfoRef: import('vue').Ref<any, any>;
9
+ processInfoRef: import('vue').Ref<IFormInstance | undefined, IFormInstance | undefined>;
9
10
  readScopeRef: import('vue').Ref<any, any>;
10
11
  remindRef: import('vue').Ref<{
11
12
  getValues: () => IFormData["processInfo"][];
@@ -4266,7 +4266,7 @@ function Ti(e) {
4266
4266
  nextActivityVisible: !1,
4267
4267
  buttonList: [],
4268
4268
  currentHandlers: "",
4269
- current: r?.account || "",
4269
+ current: r.account,
4270
4270
  activityName: ""
4271
4271
  }), l = C({
4272
4272
  processInfo: {
@@ -4763,7 +4763,8 @@ var Di = { key: 0 }, Oi = /* @__PURE__ */ u({
4763
4763
  UiDescriptions: ln,
4764
4764
  UiDialog: pn,
4765
4765
  UiStaffSelect: On,
4766
- UiUpload: Pn
4766
+ UiUpload: Pn,
4767
+ YcApproval: Pi
4767
4768
  }, Vi = null;
4768
4769
  function Hi(e) {
4769
4770
  Vi = e;
@@ -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-D4Whf0ic.js";
1
+ import { c as e, d as t, l as n, o as r, s as i, u as a } from "../entry-CwQfKDuC.js";
2
2
  export { i as useDictionary, t as useFetch, e as useRoute, n as useRouter, a as useTable, r as useUser };
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-D4Whf0ic.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-CwQfKDuC.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.10",
3
+ "version": "0.3.12",
4
4
  "type": "module",
5
5
  "description": "基于 Vue 3 + Element Plus 的企业级 UI 组件库",
6
6
  "keywords": [
@@ -1 +0,0 @@
1
- export {};