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.
- package/dist/{entry-Ds2_eo0B.js → entry-TwXWSat4.js} +1 -1
- package/dist/entry.d.ts +17 -23
- package/dist/hooks/index.js +1 -1
- package/dist/vep-ui.js +1 -1
- package/package.json +1 -1
|
@@ -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("提交成功,
|
|
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
|
|
4
|
-
export type
|
|
5
|
-
export type
|
|
6
|
-
export type
|
|
7
|
-
export type
|
|
8
|
-
export type
|
|
9
|
-
export type
|
|
10
|
-
export type
|
|
11
|
-
export
|
|
12
|
-
export
|
|
13
|
-
export
|
|
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
|
-
|
|
18
|
-
install: (app: App, ...args: any[]) => void;
|
|
19
|
-
};
|
|
15
|
+
elementPlus?: { install: (app: App, ...args: any[]) => void }
|
|
20
16
|
}
|
|
21
|
-
declare const ycPlugin: {
|
|
22
|
-
|
|
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 }
|
package/dist/hooks/index.js
CHANGED
|
@@ -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-
|
|
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-
|
|
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 };
|