xyvcard-paper-buyer 0.0.38 → 0.0.39

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 (35) hide show
  1. package/README.md +51 -51
  2. package/dist/{applyEdit-Dawg7OOU.mjs → applyEdit-Bcl_bli2.mjs} +14 -14
  3. package/dist/{confirm-2p5e0YTd.mjs → confirm-BIHrk7gs.mjs} +57 -57
  4. package/dist/{edit-D2_W7oIL.mjs → edit-BgQo-uqd.mjs} +1 -1
  5. package/dist/{edit-CgLvvQy2.mjs → edit-DHXk9uMQ.mjs} +9 -9
  6. package/dist/index-B90ZLkZ9.mjs +98 -0
  7. package/dist/{index-cet93VuQ.mjs → index-BEPJuAyP.mjs} +149 -144
  8. package/dist/{index-Ckvv9EJa.mjs → index-BKZPqxLM.mjs} +485 -462
  9. package/dist/{index-VA1xSPHO.mjs → index-BWV5njqv.mjs} +2 -2
  10. package/dist/{index-C8vnqMMv.mjs → index-DISDK9IB.mjs} +1 -1
  11. package/dist/index.mjs +2 -2
  12. package/dist/{info-BbZDNkKB.mjs → info-BLkVF0dz.mjs} +2 -2
  13. package/dist/{invoice-1CME5d68.mjs → invoice-N1lsQHhB.mjs} +2 -2
  14. package/dist/{invoiceEdit-BheiUTbA.mjs → invoiceEdit-CILq1n3W.mjs} +1 -1
  15. package/dist/{invoiceView-BzauDq3v.mjs → invoiceView-ClfMLUV3.mjs} +2 -2
  16. package/dist/{list-Gi-uC47c.mjs → list-BPfP8vsl.mjs} +1 -1
  17. package/dist/onlineBanking-DfzIYOBF.mjs +199 -0
  18. package/dist/{orderAddress-BLmoG7St.mjs → orderAddress-CK22n9R3.mjs} +11 -11
  19. package/dist/orderInfo-DKPnxmRD.mjs +306 -0
  20. package/dist/{orderPaper-CRqHO_qE.mjs → orderPaper-Cscnx-MT.mjs} +2 -2
  21. package/dist/{payment-Bj2wv7Zf.mjs → payment-DD_Lhvf0.mjs} +8 -8
  22. package/dist/{prompt-D3JrKZHk.mjs → prompt-DQX4apPU.mjs} +4 -4
  23. package/dist/{sendDialog-DQhLGAf_.mjs → sendDialog-Bf8rP763.mjs} +4 -4
  24. package/dist/style.css +1 -1
  25. package/dts/api/buyer/order-info/index.d.ts +1 -0
  26. package/dts/api/buyer/order-newspaper/index.d.ts +2 -6
  27. package/dts/api/buyer/order-newspaper/types.d.ts +6 -10
  28. package/dts/utils/momentPlugin.d.ts +5 -0
  29. package/dts/views/buyer/order-newspaper/confirm.vue.d.ts +4 -4
  30. package/dts/views/buyer/order-newspaper/payment copy.vue.d.ts +2 -0
  31. package/dts/views/buyer/order-newspaper/prompt.vue.d.ts +4 -4
  32. package/package.json +62 -66
  33. package/dist/index-Dph_ktOL.mjs +0 -9456
  34. package/dist/onlineBanking-D40v8MD7.mjs +0 -208
  35. package/dist/orderInfo-CIOWPF8V.mjs +0 -309
@@ -1,8 +1,8 @@
1
- import type { PayCreateRes } from "@/api/buyer/order-newspaper/types";
1
+ import type { PayResultReq } from "@/api/buyer/order-newspaper/types";
2
2
  declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
3
3
  modelValue: globalThis.PropType<boolean>;
4
4
  promptKey: {
5
- type: globalThis.PropType<PayCreateRes>;
5
+ type: globalThis.PropType<PayResultReq>;
6
6
  default: () => {};
7
7
  };
8
8
  title: {
@@ -21,7 +21,7 @@ declare const _default: import("vue").DefineComponent<globalThis.ExtractPropType
21
21
  }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
22
22
  modelValue: globalThis.PropType<boolean>;
23
23
  promptKey: {
24
- type: globalThis.PropType<PayCreateRes>;
24
+ type: globalThis.PropType<PayResultReq>;
25
25
  default: () => {};
26
26
  };
27
27
  title: {
@@ -40,6 +40,6 @@ declare const _default: import("vue").DefineComponent<globalThis.ExtractPropType
40
40
  }>, {
41
41
  title: string;
42
42
  width: string;
43
- promptKey: PayCreateRes;
43
+ promptKey: PayResultReq;
44
44
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
45
45
  export default _default;
package/package.json CHANGED
@@ -1,67 +1,63 @@
1
- {
2
- "name": "xyvcard-paper-buyer",
3
- "version": "0.0.38",
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.6.7",
13
- "element-plus": "^2.11.5",
14
- "jmash-core": "^0.1.15",
15
- "jmash-dict": "^0.1.2",
16
- "jmash-rbac": "^0.1.17",
17
- "jmash-region": "^0.1.0",
18
- "pinia": "^2.1.7",
19
- "vue": "^3.4.21",
20
- "vue-i18n": "^9.10.1",
21
- "vue-router": "^4.3.0",
22
- "xyvcard-paper-goods": "^0.0.11",
23
- "xyvcard-paper-union": "^0.0.30",
24
- "xyvcard-union": "^0.0.82"
25
- },
26
- "devDependencies": {
27
- "@laynezh/vite-plugin-lib-assets": "^2.1.3",
28
- "@rushstack/eslint-patch": "^1.3.3",
29
- "@tsconfig/node20": "^20.1.2",
30
- "@types/js-base64": "^3.3.1",
31
- "@types/jsrsasign": "^10.5.15",
32
- "@types/node": "^20.11.10",
33
- "@vitejs/plugin-vue": "^5.0.3",
34
- "@vue/eslint-config-prettier": "^8.0.0",
35
- "@vue/eslint-config-typescript": "^12.0.0",
36
- "@vue/tsconfig": "^0.5.1",
37
- "eslint": "^8.49.0",
38
- "eslint-plugin-vue": "^9.17.0",
39
- "js-base64": "^3.7.8",
40
- "jsrsasign": "^11.1.0",
41
- "npm-run-all2": "^6.1.1",
42
- "prettier": "^3.0.3",
43
- "sass": "^1.72.0",
44
- "typescript": "~5.3.0",
45
- "unplugin-auto-import": "^0.17.5",
46
- "unplugin-vue-components": "^0.26.0",
47
- "vite": "^5.0.11",
48
- "vue-tsc": "^1.8.27"
49
- },
50
- "dependencies": {
51
- "@element-plus/icons-vue": "^2.3.1",
52
- "@vueuse/core": "^10.9.0",
53
- "file-saver": "^2.0.5",
54
- "nprogress": "^0.2.0",
55
- "qs": "^6.12.0"
56
- },
57
- "scripts": {
58
- "dev": "vite --host",
59
- "build": "vite build && pnpm build:dts",
60
- "build:dts": "vue-tsc --declaration --emitDeclarationOnly",
61
- "preview": "vite preview",
62
- "build-only": "vite build",
63
- "type-check": "vue-tsc --build --force",
64
- "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
65
- "format": "prettier --write src/"
66
- }
1
+ {
2
+ "name": "xyvcard-paper-buyer",
3
+ "version": "0.0.39",
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.6.7",
23
+ "element-plus": "^2.11.5",
24
+ "jmash-core": "^0.1.15",
25
+ "jmash-dict": "^0.1.2",
26
+ "jmash-rbac": "^0.1.17",
27
+ "jmash-region": "^0.1.0",
28
+ "pinia": "^2.1.7",
29
+ "vue": "^3.4.21",
30
+ "vue-i18n": "^9.10.1",
31
+ "vue-router": "^4.3.0",
32
+ "xyvcard-paper-goods": "^0.0.11",
33
+ "xyvcard-paper-union": "^0.0.30",
34
+ "xyvcard-union": "^0.0.82"
35
+ },
36
+ "devDependencies": {
37
+ "@laynezh/vite-plugin-lib-assets": "^2.1.3",
38
+ "@rushstack/eslint-patch": "^1.3.3",
39
+ "@tsconfig/node20": "^20.1.2",
40
+ "@types/node": "^20.11.10",
41
+ "@vitejs/plugin-vue": "^5.0.3",
42
+ "@vue/eslint-config-prettier": "^8.0.0",
43
+ "@vue/eslint-config-typescript": "^12.0.0",
44
+ "@vue/tsconfig": "^0.5.1",
45
+ "eslint": "^8.49.0",
46
+ "eslint-plugin-vue": "^9.17.0",
47
+ "npm-run-all2": "^6.1.1",
48
+ "prettier": "^3.0.3",
49
+ "sass": "^1.72.0",
50
+ "typescript": "~5.3.0",
51
+ "unplugin-auto-import": "^0.17.5",
52
+ "unplugin-vue-components": "^0.26.0",
53
+ "vite": "^5.0.11",
54
+ "vue-tsc": "^1.8.27"
55
+ },
56
+ "dependencies": {
57
+ "@element-plus/icons-vue": "^2.3.1",
58
+ "@vueuse/core": "^10.9.0",
59
+ "file-saver": "^2.0.5",
60
+ "nprogress": "^0.2.0",
61
+ "qs": "^6.12.0"
62
+ }
67
63
  }