@szjy/workflow 0.1.18 → 0.1.20
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.mjs +34992 -34918
- package/dist/index.umd.js +1017 -1017
- package/dist/packages/components/Workflow/biz-logic/leave/common/UserConfigProperty.vue.d.ts +9 -4
- package/dist/packages/components/Workflow/biz-logic/leave/common/slots.d.ts +3 -0
- package/dist/packages/components/Workflow/biz-logic/leave/types.d.ts +1 -0
- package/dist/packages/components/Workflow/biz-logic/leave/utils/approvalUtil.d.ts +3 -0
- package/dist/packages/components/Workflow/biz-logic/leave/utils/userUtil.d.ts +2 -1
- package/dist/packages/components/Workflow/components/biz/UserSelector.vue.d.ts +7 -2
- package/dist/packages/components/Workflow/components/biz/slots.d.ts +6 -0
- package/dist/style.css +1 -1
- package/package.json +2 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@szjy/workflow",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.20",
|
4
4
|
"main": "dist/index.umd.js",
|
5
5
|
"module": "dist/index.mjs",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -36,6 +36,7 @@
|
|
36
36
|
"devDependencies": {
|
37
37
|
"@vitejs/plugin-vue": "^5.0.4",
|
38
38
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
39
|
+
"code-inspector-plugin": "^0.15.2",
|
39
40
|
"commit-and-tag-version": "^12.2.0",
|
40
41
|
"fast-glob": "^3.3.2",
|
41
42
|
"less": "^4.2.0",
|