xyvcard-itsm-flow 0.0.9 → 0.0.11

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.
Files changed (42) hide show
  1. package/README.md +51 -51
  2. package/dist/{FileSaver.min-BeKvLuyk.mjs → FileSaver.min-5d27MsC6.mjs} +12 -12
  3. package/dist/{edit-BatVtQjM.mjs → edit-B6eDlOpi.mjs} +1 -1
  4. package/dist/{edit-CJKi69Ya.mjs → edit-Cfo0JZSs.mjs} +1 -1
  5. package/dist/{edit-RNcc8UYn.mjs → edit-RoD8ie-7.mjs} +1 -1
  6. package/dist/{edit.vue_vue_type_script_setup_true_lang-D9fa466K.mjs → edit.vue_vue_type_script_setup_true_lang-IEXBlCBV.mjs} +28 -26
  7. package/dist/{edit.vue_vue_type_script_setup_true_lang-4mAArGdW.mjs → edit.vue_vue_type_script_setup_true_lang-e_oZRaYA.mjs} +164 -157
  8. package/dist/{edit.vue_vue_type_script_setup_true_lang-DlfhAjvW.mjs → edit.vue_vue_type_script_setup_true_lang-iiu5w8LK.mjs} +222 -214
  9. package/dist/{el-message-9Nit-6wb.mjs → el-message-So7u3ZRi.mjs} +357 -366
  10. package/dist/{index-CitJdS-N.mjs → index-C7wI2ALv.mjs} +65 -69
  11. package/dist/{index-Ckl3mXfI.mjs → index-C96hiFIm.mjs} +178 -157
  12. package/dist/{index-2vkMhoSW.mjs → index-CC7B9YOg.mjs} +12 -12
  13. package/dist/index-CMbZtOBo.mjs +633 -0
  14. package/dist/{index-CpSpS_gR.mjs → index-CNIFtVcB.mjs} +135 -133
  15. package/dist/{index-ay0TMqjH.mjs → index-CzSzBtpb.mjs} +15 -15
  16. package/dist/{index-BkB6hpAN.mjs → index-D5ZcRr4h.mjs} +109 -106
  17. package/dist/{index-DmttwKtY.mjs → index-DWuCzfFj.mjs} +69 -67
  18. package/dist/{index-w_RSrZed.mjs → index-m-ohs_8-.mjs} +87 -88
  19. package/dist/{index-BqZwYXr_.mjs → index-nSm5Jecq.mjs} +12 -12
  20. package/dist/index.mjs +60 -59
  21. package/dist/style.css +1 -1
  22. package/dts/api/itsm-flow-acceptance/index.d.ts +1 -3
  23. package/dts/api/itsm-flow-acceptance/types.d.ts +1 -6
  24. package/dts/api/itsm-flow-entrust/types.d.ts +3 -1
  25. package/dts/api/itsm-flow-entrust-user/types.d.ts +3 -1
  26. package/dts/api/itsm-flow-reckoning/types.d.ts +1 -1
  27. package/dts/components/TaskItsmFlowAcceptance/index.vue.d.ts +2 -2
  28. package/dts/components/TaskItsmFlowAcceptanceEdit/index.vue.d.ts +2 -2
  29. package/dts/components/TaskItsmFlowEntrust/index.vue.d.ts +2 -2
  30. package/dts/components/TaskItsmFlowEntrustEdit/index.vue.d.ts +2 -2
  31. package/dts/components/TaskItsmFlowReckoning/index.vue.d.ts +2 -2
  32. package/dts/components/TaskItsmFlowReckoningEdit/index.vue.d.ts +2 -2
  33. package/dts/constant.d.ts +3 -0
  34. package/dts/lang/itsm-flow/zh-cn.d.ts +1 -0
  35. package/dts/views/itsm-flow-acceptance/edit.vue.d.ts +2 -2
  36. package/dts/views/itsm-flow-acceptance/index.vue.d.ts +1 -1
  37. package/dts/views/itsm-flow-entrust/edit.vue.d.ts +2 -2
  38. package/dts/views/itsm-flow-entrust/index.vue.d.ts +1 -1
  39. package/dts/views/itsm-flow-reckoning/edit.vue.d.ts +2 -2
  40. package/dts/views/itsm-flow-reckoning/index.vue.d.ts +1 -1
  41. package/package.json +63 -63
  42. package/dist/index-tnwVLRVb.mjs +0 -624
@@ -11,7 +11,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
11
11
  }>, {
12
12
  changeModel: () => Promise<boolean>;
13
13
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
- "update:modelValue": (value: TaskDealWith) => any;
14
+ "update:modelValue": (value: TaskDealWith | undefined) => any;
15
15
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
16
16
  task: {
17
17
  type: PropType<FlowTaskModel>;
@@ -21,7 +21,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
21
21
  type: PropType<TaskDealWith>;
22
22
  };
23
23
  }>> & Readonly<{
24
- "onUpdate:modelValue"?: ((value: TaskDealWith) => any) | undefined;
24
+ "onUpdate:modelValue"?: ((value: TaskDealWith | undefined) => any) | undefined;
25
25
  }>, {
26
26
  task: FlowTaskModel;
27
27
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -11,7 +11,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
11
11
  }>, {
12
12
  changeModel: () => Promise<boolean>;
13
13
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
- "update:modelValue": (value: TaskDealWith) => any;
14
+ "update:modelValue": (value: TaskDealWith | undefined) => any;
15
15
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
16
16
  task: {
17
17
  type: PropType<FlowTaskModel>;
@@ -21,7 +21,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
21
21
  type: PropType<TaskDealWith>;
22
22
  };
23
23
  }>> & Readonly<{
24
- "onUpdate:modelValue"?: ((value: TaskDealWith) => any) | undefined;
24
+ "onUpdate:modelValue"?: ((value: TaskDealWith | undefined) => any) | undefined;
25
25
  }>, {
26
26
  task: FlowTaskModel;
27
27
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
package/dts/constant.d.ts CHANGED
@@ -33,4 +33,7 @@ export declare class Constant {
33
33
  static readonly userType: {
34
34
  companyManager: string;
35
35
  };
36
+ static readonly jobCode: {
37
+ groupLeader: string;
38
+ };
36
39
  }
@@ -51,6 +51,7 @@ declare const _default: {
51
51
  stage: string;
52
52
  stageRequired: string;
53
53
  headman: string;
54
+ headmanRequired: string;
54
55
  members: string;
55
56
  membersRequired: string;
56
57
  serviceContent: string;
@@ -10,7 +10,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
10
10
  };
11
11
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
12
  refresh: (...args: any[]) => void;
13
- "update:modelValue": (value: boolean) => void;
13
+ "update:modelValue": (value: boolean | undefined) => void;
14
14
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
15
  entityKey: {
16
16
  type: PropType<ItsmFlowAcceptanceModel>;
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
20
20
  type: PropType<boolean>;
21
21
  };
22
22
  }>> & Readonly<{
23
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
23
+ "onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
24
24
  onRefresh?: ((...args: any[]) => any) | undefined;
25
25
  }>, {
26
26
  entityKey: ItsmFlowAcceptanceModel;
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -10,7 +10,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
10
10
  };
11
11
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
12
  refresh: (...args: any[]) => void;
13
- "update:modelValue": (value: boolean) => void;
13
+ "update:modelValue": (value: boolean | undefined) => void;
14
14
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
15
  entityKey: {
16
16
  type: PropType<ItsmFlowEntrustModel>;
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
20
20
  type: PropType<boolean>;
21
21
  };
22
22
  }>> & Readonly<{
23
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
23
+ "onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
24
24
  onRefresh?: ((...args: any[]) => any) | undefined;
25
25
  }>, {
26
26
  entityKey: ItsmFlowEntrustModel;
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -10,7 +10,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
10
10
  };
11
11
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
12
  refresh: (...args: any[]) => void;
13
- "update:modelValue": (value: boolean) => void;
13
+ "update:modelValue": (value: boolean | undefined) => void;
14
14
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
15
  entityKey: {
16
16
  type: PropType<ItsmFlowReckoningModel>;
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
20
20
  type: PropType<boolean>;
21
21
  };
22
22
  }>> & Readonly<{
23
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
23
+ "onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
24
24
  onRefresh?: ((...args: any[]) => any) | undefined;
25
25
  }>, {
26
26
  entityKey: ItsmFlowReckoningModel;
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
package/package.json CHANGED
@@ -1,64 +1,64 @@
1
- {
2
- "name": "xyvcard-itsm-flow",
3
- "version": "0.0.9",
4
- "private": false,
5
- "module": "dist/index.mjs",
6
- "types": "dts/index.d.ts",
7
- "files": [
8
- "dist",
9
- "dts"
10
- ],
11
- "scripts": {
12
- "dev": "vite --host",
13
- "build": "vite build && pnpm build:dts",
14
- "build:dts": "vue-tsc --declaration --emitDeclarationOnly",
15
- "preview": "vite preview",
16
- "build-only": "vite build",
17
- "type-check": "vue-tsc --build --force",
18
- "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
19
- "format": "prettier --write src/"
20
- },
21
- "peerDependencies": {
22
- "axios": "^1.9.0",
23
- "element-plus": "^2.9.10",
24
- "pinia": "^2.3.1",
25
- "vue": "^3.5.13",
26
- "vue-i18n": "^9.14.4",
27
- "vue-router": "^4.5.1",
28
- "jmash-core": "^0.1.0",
29
- "jmash-dict": "^0.1.1",
30
- "jmash-rbac": "^0.1.1",
31
- "jmash-flow": "^0.0.12",
32
- "xyvcard-workflow": "^0.0.33",
33
- "xyvcard-itsmsys": "^0.0.19",
34
- "xyvcard-itsm": "^0.0.26"
35
- },
36
- "devDependencies": {
37
- "@eslint/js": "^9.14.0",
38
- "@tsconfig/node20": "^20.1.2",
39
- "@types/node": "^20.11.10",
40
- "@vitejs/plugin-vue": "^5.0.3",
41
- "@vue/tsconfig": "^0.5.1",
42
- "eslint": "^9.14.0",
43
- "eslint-plugin-vue": "^9.30.0",
44
- "globals": "^15.12.0",
45
- "npm-run-all2": "^6.1.1",
46
- "prettier": "^3.0.3",
47
- "sass": "^1.72.0",
48
- "typescript": "~5.3.0",
49
- "typescript-eslint": "^8.13.0",
50
- "unplugin-auto-import": "^0.17.5",
51
- "unplugin-vue-components": "^0.26.0",
52
- "vite": "^5.0.11",
53
- "vue-tsc": "^2.1.10"
54
- },
55
- "dependencies": {
56
- "@element-plus/icons-vue": "^2.3.1",
57
- "@vueuse/core": "^10.9.0",
58
- "file-saver": "^2.0.5",
59
- "fs": "0.0.1-security",
60
- "moment": "^2.30.1",
61
- "nprogress": "^0.2.0",
62
- "qs": "^6.14.0"
63
- }
1
+ {
2
+ "name": "xyvcard-itsm-flow",
3
+ "version": "0.0.11",
4
+ "private": false,
5
+ "module": "dist/index.mjs",
6
+ "types": "dts/index.d.ts",
7
+ "files": [
8
+ "dist",
9
+ "dts"
10
+ ],
11
+ "peerDependencies": {
12
+ "axios": "^1.9.0",
13
+ "element-plus": "^2.9.10",
14
+ "pinia": "^2.3.1",
15
+ "vue": "^3.5.13",
16
+ "vue-i18n": "^9.14.4",
17
+ "vue-router": "^4.5.1",
18
+ "jmash-core": "^0.1.0",
19
+ "jmash-dict": "^0.1.1",
20
+ "jmash-rbac": "^0.1.1",
21
+ "jmash-flow": "^0.0.12",
22
+ "xyvcard-workflow": "^0.0.33",
23
+ "xyvcard-itsmsys": "^0.0.19",
24
+ "xyvcard-itsm": "^0.0.26"
25
+ },
26
+ "devDependencies": {
27
+ "@eslint/js": "^9.14.0",
28
+ "@tsconfig/node20": "^20.1.2",
29
+ "@types/node": "^20.11.10",
30
+ "@vitejs/plugin-vue": "^5.0.3",
31
+ "@vue/tsconfig": "^0.5.1",
32
+ "eslint": "^9.14.0",
33
+ "eslint-plugin-vue": "^9.30.0",
34
+ "globals": "^15.12.0",
35
+ "npm-run-all2": "^6.1.1",
36
+ "prettier": "^3.0.3",
37
+ "sass": "^1.72.0",
38
+ "typescript": "~5.3.0",
39
+ "typescript-eslint": "^8.13.0",
40
+ "unplugin-auto-import": "^0.17.5",
41
+ "unplugin-vue-components": "^0.26.0",
42
+ "vite": "^5.0.11",
43
+ "vue-tsc": "^2.1.10"
44
+ },
45
+ "dependencies": {
46
+ "@element-plus/icons-vue": "^2.3.1",
47
+ "@vueuse/core": "^10.9.0",
48
+ "file-saver": "^2.0.5",
49
+ "fs": "0.0.1-security",
50
+ "moment": "^2.30.1",
51
+ "nprogress": "^0.2.0",
52
+ "qs": "^6.14.0"
53
+ },
54
+ "scripts": {
55
+ "dev": "vite --host",
56
+ "build": "vite build && pnpm build:dts",
57
+ "build:dts": "vue-tsc --declaration --emitDeclarationOnly",
58
+ "preview": "vite preview",
59
+ "build-only": "vite build",
60
+ "type-check": "vue-tsc --build --force",
61
+ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
62
+ "format": "prettier --write src/"
63
+ }
64
64
  }