xyvcard-paper-buyer 0.0.29 → 0.0.31

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 (39) hide show
  1. package/dist/{applyEdit-BBkGmNz4.mjs → applyEdit-DYinV0av.mjs} +22 -22
  2. package/dist/assets/3a1c0fd6fbc19dd2.png +0 -0
  3. package/dist/confirm-BBtbi4mX.mjs +227 -0
  4. package/dist/{edit-CEqukYUY.mjs → edit-BgQo-uqd.mjs} +24 -24
  5. package/dist/{edit-CCUAR44E.mjs → edit-DHXk9uMQ.mjs} +84 -84
  6. package/dist/el-message-VSzNakoG.mjs +1381 -0
  7. package/dist/{index-CT0KG-ax.mjs → index-1iQKY0yJ.mjs} +512 -494
  8. package/dist/{index-izvLgG-Q.mjs → index-BCSYWkW7.mjs} +159 -163
  9. package/dist/{index-oEQVLdND.mjs → index-DISDK9IB.mjs} +1 -1
  10. package/dist/index-Dph_ktOL.mjs +9456 -0
  11. package/dist/{index-3POeZkeU.mjs → index-ky8hEDAn.mjs} +35 -35
  12. package/dist/index-sU6sAHrn.mjs +35 -0
  13. package/dist/index.mjs +56 -30
  14. package/dist/info-B4ow2tzV.mjs +194 -0
  15. package/dist/{invoiceEdit-CezFMQuV.mjs → invoiceEdit-CILq1n3W.mjs} +18 -18
  16. package/dist/{invoiceView-CQ8xpAcH.mjs → invoiceView-ClfMLUV3.mjs} +37 -37
  17. package/dist/onlineBanking-oV-IPpiL.mjs +206 -0
  18. package/dist/{orderAddress-BkCadi1G.mjs → orderAddress-CKllpjjU.mjs} +79 -76
  19. package/dist/orderInfo-BVT4H9ew.mjs +309 -0
  20. package/dist/{orderPaper-DfDpfRek.mjs → orderPaper-DpSTDYX4.mjs} +35 -37
  21. package/dist/{payment-CaWj9re7.mjs → payment-BkxF9Q0m.mjs} +14 -14
  22. package/dist/prompt-CsoFkmiu.mjs +76 -0
  23. package/dist/style.css +1 -1
  24. package/dts/api/buyer/order-newspaper/index.d.ts +8 -1
  25. package/dts/api/buyer/order-newspaper/types.d.ts +32 -0
  26. package/dts/lang/order/zh-cn.d.ts +17 -0
  27. package/dts/router/index.d.ts +2 -1
  28. package/dts/utils/index.d.ts +1 -0
  29. package/dts/utils/signature.d.ts +7 -0
  30. package/dts/views/buyer/order-newspaper/confirm.vue.d.ts +39 -0
  31. package/dts/views/buyer/order-newspaper/onlineBanking.vue.d.ts +43 -0
  32. package/dts/views/buyer/order-newspaper/orderInfo.vue.d.ts +2 -0
  33. package/dts/views/buyer/order-newspaper/prompt.vue.d.ts +45 -0
  34. package/package.json +2 -2
  35. package/dist/el-message-D5NtBelf.mjs +0 -1229
  36. package/dist/index-C8xOGCSg.mjs +0 -73
  37. package/dist/index-DOOUDqve.mjs +0 -110
  38. package/dist/info-BpCTqM6V.mjs +0 -189
  39. package/dist/payment copy-CyZWiAyq.mjs +0 -69
@@ -0,0 +1,45 @@
1
+ import type { PayCreateRes } from "@/api/buyer/order-newspaper/types";
2
+ declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
3
+ modelValue: globalThis.PropType<boolean>;
4
+ promptKey: {
5
+ type: globalThis.PropType<PayCreateRes>;
6
+ default: () => {};
7
+ };
8
+ title: {
9
+ type: StringConstructor;
10
+ default: string;
11
+ };
12
+ width: {
13
+ type: StringConstructor;
14
+ default: string;
15
+ };
16
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
17
+ close: (...args: any[]) => void;
18
+ refresh: (...args: any[]) => void;
19
+ "open-confirm": (...args: any[]) => void;
20
+ back: (...args: any[]) => void;
21
+ }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
22
+ modelValue: globalThis.PropType<boolean>;
23
+ promptKey: {
24
+ type: globalThis.PropType<PayCreateRes>;
25
+ default: () => {};
26
+ };
27
+ title: {
28
+ type: StringConstructor;
29
+ default: string;
30
+ };
31
+ width: {
32
+ type: StringConstructor;
33
+ default: string;
34
+ };
35
+ }>> & Readonly<{
36
+ onClose?: ((...args: any[]) => any) | undefined;
37
+ onRefresh?: ((...args: any[]) => any) | undefined;
38
+ "onOpen-confirm"?: ((...args: any[]) => any) | undefined;
39
+ onBack?: ((...args: any[]) => any) | undefined;
40
+ }>, {
41
+ title: string;
42
+ width: string;
43
+ promptKey: PayCreateRes;
44
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
45
+ export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xyvcard-paper-buyer",
3
- "version": "0.0.29",
3
+ "version": "0.0.31",
4
4
  "private": false,
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dts/index.d.ts",
@@ -30,7 +30,7 @@
30
30
  "vue-i18n": "^9.10.1",
31
31
  "vue-router": "^4.3.0",
32
32
  "xyvcard-paper-goods": "^0.0.11",
33
- "xyvcard-paper-union": "^0.0.28",
33
+ "xyvcard-paper-union": "^0.0.29",
34
34
  "xyvcard-union": "^0.0.82"
35
35
  },
36
36
  "devDependencies": {