@szjy/workflow 0.1.10 → 0.1.11
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.ts +1 -0
- package/dist/index.mjs +18610 -18501
- package/dist/index.umd.js +221 -221
- package/dist/packages/components/Workflow/biz-logic/leave/utils/findElementUtil.d.ts +2 -0
- package/dist/packages/components/Workflow/exposeApi.d.ts +7 -11
- package/dist/packages/components/Workflow/index.vue.d.ts +4 -2
- package/dist/packages/components/Workflow/store/bpmn-utils/initiatorUtil.d.ts +1 -0
- package/dist/packages/components/Workflow/store/permission/constants.d.ts +39 -5
- package/dist/packages/components/Workflow/store/permission/index.d.ts +31 -16
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/packages/components/Workflow/biz-logic/form-permissions/util.d.ts +0 -2
package/dist/index.d.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
import { App } from "vue";
|
2
2
|
export * from "./packages/components/components";
|
3
|
+
export * from './packages/components/Workflow/store/permission/constants';
|
3
4
|
export { SLOT_NAMES as WORKFLOW_SLOT_NAMES } from './packages/components/Workflow/slots';
|
4
5
|
export { default as create } from './packages/components/create';
|
5
6
|
declare const _default: {
|