yc-vep-ui 0.3.17 → 0.3.19

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.
@@ -4395,7 +4395,7 @@ function Ti(e) {
4395
4395
  nextAssignee: c.nextAssigneeVisible ? l.nextAssignee : void 0,
4396
4396
  nextActivity: c.nextActivityVisible ? l.nextActivity : void 0
4397
4397
  });
4398
- s.code === "ok" && s.data ? (z.Message.success("提交成功, 即将关闭页面..."), setTimeout(() => window.location.reload(), 2e3)) : z.Message.error(s?.message || "提交失败");
4398
+ s.code === "ok" && s.data ? (z.Message.success("提交成功, 即将刷新页面..."), console.log("res ->>", s)) : z.Message.error(s?.message || "提交失败");
4399
4399
  }
4400
4400
  async function p(e) {
4401
4401
  c.code = e, c.nextActivityVisible = e === "back", c.nextAssigneeVisible = ["forward", "reassign"].includes(e), c.confirmVisible = ![
package/dist/entry.d.ts CHANGED
@@ -1,25 +1,19 @@
1
- import { App } from 'vue';
2
- export type * from './components/type';
3
- export type * from './components/Table/type';
4
- export type * from './components/Filter/type';
5
- export type * from './components/Form/type';
6
- export type * from './components/Descriptions/type';
7
- export type * from './components/InfiniteScroll/type';
8
- export type * from './components/Tree/type';
9
- export type * from './components/Card/type';
10
- export type * from './components/Editor/type';
11
- export type * from './components/Upload/type';
12
- export * from './components';
13
- export * as hooks from './hooks';
14
- export declare function setHostVue(vue: any): void;
15
- export declare function getHostVue(): any;
1
+ import type { App } from 'vue'
2
+ export type * from './components/type'
3
+ export type { IColumn, ITableProps, ITableInstance, IRender, IRenderProps, IExtra, IColumnRenderProps } from './components/Table/type'
4
+ export type { IField, IFilterProps, IFieldSlot, IFilterRenderProps } from './components/Filter/type'
5
+ export type { IFormProps, IFormInstance } from './components/Form/type'
6
+ export type { IDescriptionsProps, IDescriptionsField } from './components/Descriptions/type'
7
+ export type { ITreeProps } from './components/Tree/type'
8
+ export type { IInfiniteScrollProps } from './components/InfiniteScroll/type'
9
+ export type { IEditorProps } from './components/Editor/type'
10
+ export type { ICardProps } from './components/Card/type'
11
+ export * from './components'
12
+ export declare function setHostVue(vue: any): void
13
+ export declare function getHostVue(): any
16
14
  export interface YcVepUiOptions {
17
- elementPlus?: {
18
- install: (app: App, ...args: any[]) => void;
19
- };
15
+ elementPlus?: { install: (app: App, ...args: any[]) => void }
20
16
  }
21
- declare const ycPlugin: {
22
- install(app: App, options?: YcVepUiOptions): void;
23
- };
24
- export default ycPlugin;
25
- export { ycPlugin };
17
+ declare const ycPlugin: { install(app: App, options?: YcVepUiOptions): void }
18
+ export default ycPlugin
19
+ export { ycPlugin }
@@ -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-Ds2_eo0B.js";
1
+ import { c as e, d as t, l as n, o as r, s as i, u as a } from "../entry-TwXWSat4.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-Ds2_eo0B.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-TwXWSat4.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.17",
3
+ "version": "0.3.19",
4
4
  "type": "module",
5
5
  "description": "基于 Vue 3 + Element Plus 的企业级 UI 组件库",
6
6
  "keywords": [