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.
- package/README.md +51 -51
- package/dist/{applyEdit-Dawg7OOU.mjs → applyEdit-Bcl_bli2.mjs} +14 -14
- package/dist/{confirm-2p5e0YTd.mjs → confirm-BIHrk7gs.mjs} +57 -57
- package/dist/{edit-D2_W7oIL.mjs → edit-BgQo-uqd.mjs} +1 -1
- package/dist/{edit-CgLvvQy2.mjs → edit-DHXk9uMQ.mjs} +9 -9
- package/dist/index-B90ZLkZ9.mjs +98 -0
- package/dist/{index-cet93VuQ.mjs → index-BEPJuAyP.mjs} +149 -144
- package/dist/{index-Ckvv9EJa.mjs → index-BKZPqxLM.mjs} +485 -462
- package/dist/{index-VA1xSPHO.mjs → index-BWV5njqv.mjs} +2 -2
- package/dist/{index-C8vnqMMv.mjs → index-DISDK9IB.mjs} +1 -1
- package/dist/index.mjs +2 -2
- package/dist/{info-BbZDNkKB.mjs → info-BLkVF0dz.mjs} +2 -2
- package/dist/{invoice-1CME5d68.mjs → invoice-N1lsQHhB.mjs} +2 -2
- package/dist/{invoiceEdit-BheiUTbA.mjs → invoiceEdit-CILq1n3W.mjs} +1 -1
- package/dist/{invoiceView-BzauDq3v.mjs → invoiceView-ClfMLUV3.mjs} +2 -2
- package/dist/{list-Gi-uC47c.mjs → list-BPfP8vsl.mjs} +1 -1
- package/dist/onlineBanking-DfzIYOBF.mjs +199 -0
- package/dist/{orderAddress-BLmoG7St.mjs → orderAddress-CK22n9R3.mjs} +11 -11
- package/dist/orderInfo-DKPnxmRD.mjs +306 -0
- package/dist/{orderPaper-CRqHO_qE.mjs → orderPaper-Cscnx-MT.mjs} +2 -2
- package/dist/{payment-Bj2wv7Zf.mjs → payment-DD_Lhvf0.mjs} +8 -8
- package/dist/{prompt-D3JrKZHk.mjs → prompt-DQX4apPU.mjs} +4 -4
- package/dist/{sendDialog-DQhLGAf_.mjs → sendDialog-Bf8rP763.mjs} +4 -4
- package/dist/style.css +1 -1
- package/dts/api/buyer/order-info/index.d.ts +1 -0
- package/dts/api/buyer/order-newspaper/index.d.ts +2 -6
- package/dts/api/buyer/order-newspaper/types.d.ts +6 -10
- package/dts/utils/momentPlugin.d.ts +5 -0
- package/dts/views/buyer/order-newspaper/confirm.vue.d.ts +4 -4
- package/dts/views/buyer/order-newspaper/payment copy.vue.d.ts +2 -0
- package/dts/views/buyer/order-newspaper/prompt.vue.d.ts +4 -4
- package/package.json +62 -66
- package/dist/index-Dph_ktOL.mjs +0 -9456
- package/dist/onlineBanking-D40v8MD7.mjs +0 -208
- package/dist/orderInfo-CIOWPF8V.mjs +0 -309
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type {
|
|
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<
|
|
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<
|
|
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:
|
|
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.
|
|
4
|
-
"private": false,
|
|
5
|
-
"module": "dist/index.mjs",
|
|
6
|
-
"types": "dts/index.d.ts",
|
|
7
|
-
"files": [
|
|
8
|
-
"dist",
|
|
9
|
-
"dts"
|
|
10
|
-
],
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
"
|
|
38
|
-
"eslint-
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"prettier": "^
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
|
|
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
|
}
|