xyvcard-order 0.0.5 → 0.0.6
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/dist/{index-CL3mlOnd.mjs → index-BGDa_EK1.mjs} +158 -126
- package/dist/{index-Dvf0V5EP.mjs → index-BnhfSp6U.mjs} +8 -0
- package/dist/index.mjs +136 -132
- package/dist/{info-DtOaZ-hg.mjs → info-BmqDpsnn.mjs} +1 -1
- package/dist/{info.vue_vue_type_script_setup_true_lang-DLnh7W1x.mjs → info.vue_vue_type_script_setup_true_lang-CHaAOFGr.mjs} +1 -1
- package/dist/{review-DjGDxyqZ.mjs → review-Dr4_ycsb.mjs} +1 -1
- package/dist/{review.vue_vue_type_script_setup_true_lang-CKGCdXD5.mjs → review.vue_vue_type_script_setup_true_lang-BER9b6r2.mjs} +1 -1
- package/dts/src/api/order-refunds/index.d.ts +2 -1
- package/dts/src/api/order-refunds/types.d.ts +5 -0
- package/dts/src/lang/order/zh-cn.d.ts +4 -0
- package/package.json +2 -2
@@ -1,6 +1,6 @@
|
|
1
1
|
import { defineComponent as E, ref as v, onBeforeMount as V, resolveComponent as _, openBlock as f, createBlock as A, withCtx as t, createElementVNode as u, createVNode as o, createElementBlock as m, Fragment as w, renderList as K, toDisplayString as n, createTextVNode as a, withDirectives as h, vShow as k, createCommentVNode as L } from "vue";
|
2
2
|
import { D as O } from "./index-suIgymdy.mjs";
|
3
|
-
import { o as S } from "./index-
|
3
|
+
import { o as S } from "./index-BnhfSp6U.mjs";
|
4
4
|
import { o as j } from "./index-DyFAVz8t.mjs";
|
5
5
|
const q = { key: 0 }, z = { key: 1 }, F = {
|
6
6
|
key: 2,
|
@@ -2,7 +2,7 @@ import { _ as K } from "./index.vue_vue_type_script_setup_true_lang-RpiqLerK.mjs
|
|
2
2
|
import { defineComponent as S, mergeModels as O, ref as y, reactive as A, useModel as G, resolveComponent as m, openBlock as R, createBlock as b, withCtx as u, createElementVNode as H, createVNode as r, createTextVNode as N, toDisplayString as M, unref as e, createCommentVNode as V } from "vue";
|
3
3
|
import { ElMessage as J } from "element-plus";
|
4
4
|
import { useI18n as L } from "vue-i18n";
|
5
|
-
import { o as h } from "./index-
|
5
|
+
import { o as h } from "./index-BnhfSp6U.mjs";
|
6
6
|
import { D as k, C as g } from "./index-suIgymdy.mjs";
|
7
7
|
const Q = { class: "dialog-footer" }, oe = /* @__PURE__ */ S({
|
8
8
|
__name: "review",
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import type { AxiosPromise } from "axios";
|
2
|
-
import type { OrderRefundsApi, OrderRefundsReq, OrderRefundsModel, OrderRefundsPage, OrderRefundsList, OrderRefundsKey, OrderInfoRefundModel, OrderRefundsUpdateReq } from "./types";
|
2
|
+
import type { OrderRefundsApi, OrderRefundsReq, OrderRefundsModel, OrderRefundsPage, OrderRefundsList, OrderRefundsKey, OrderInfoRefundModel, OrderRefundsUpdateReq, OrderRefundReq } from "./types";
|
3
3
|
declare class OrderRefundsApiImpl implements OrderRefundsApi {
|
4
4
|
getKey(model: OrderInfoRefundModel): OrderRefundsKey;
|
5
5
|
findPage(query?: OrderRefundsReq): AxiosPromise<OrderRefundsPage>;
|
@@ -8,6 +8,7 @@ declare class OrderRefundsApiImpl implements OrderRefundsApi {
|
|
8
8
|
delete(query: OrderRefundsKey): AxiosPromise<OrderInfoRefundModel>;
|
9
9
|
batchDelete(keys: OrderRefundsKey[]): AxiosPromise<number>;
|
10
10
|
update(data: OrderRefundsUpdateReq): AxiosPromise<OrderRefundsModel>;
|
11
|
+
refund(data: OrderRefundReq): AxiosPromise<boolean>;
|
11
12
|
}
|
12
13
|
declare const orderRefundsApi: OrderRefundsApiImpl;
|
13
14
|
export { orderRefundsApi };
|
@@ -112,6 +112,10 @@ declare const _default: {
|
|
112
112
|
refuseRefundResonRequired: string;
|
113
113
|
info: string;
|
114
114
|
refundReview: string;
|
115
|
+
refund: string;
|
116
|
+
refundConfirm: string;
|
117
|
+
refundSuccess: string;
|
118
|
+
refundFailed: string;
|
115
119
|
refundOperation: string;
|
116
120
|
userName: string;
|
117
121
|
userNameRequired: string;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "xyvcard-order",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.6",
|
4
4
|
"private": false,
|
5
5
|
"module": "dist/index.mjs",
|
6
6
|
"types": "dts/src/index.d.ts",
|
@@ -18,7 +18,7 @@
|
|
18
18
|
"vue": "^3.5.11",
|
19
19
|
"vue-i18n": "^9.14.1",
|
20
20
|
"vue-router": "^4.4.5",
|
21
|
-
"xyvcard-shop": "^0.0.
|
21
|
+
"xyvcard-shop": "^0.0.17"
|
22
22
|
},
|
23
23
|
"devDependencies": {
|
24
24
|
"@eslint/js": "^9.16.0",
|