@wix/ecom_app-extensions 1.0.31 → 1.0.33
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/build/cjs/src/extensions/dashboard-page-builders.d.ts +0 -14
- package/build/cjs/src/extensions/dashboard-page-builders.js +1 -21
- package/build/cjs/src/extensions/dashboard-page-builders.js.map +1 -1
- package/build/cjs/src/extensions/dashboard-page-plugins/8107f05f-d646-4c81-be90-adf28d321398.d.ts +4 -1
- package/build/cjs/src/extensions/dashboard-page-plugins/f2526550-194f-4c13-9298-9a6b8abda62f.d.ts +4 -1
- package/build/cjs/src/extensions/dashboard-pages-plugin-props.d.ts +0 -1
- package/build/cjs/src/extensions/dashboard-pages-plugin-props.js +1 -2
- package/build/cjs/src/extensions/dashboard-pages-plugin-props.js.map +1 -1
- package/build/es/src/extensions/dashboard-page-builders.d.ts +0 -14
- package/build/es/src/extensions/dashboard-page-builders.js +0 -18
- package/build/es/src/extensions/dashboard-page-builders.js.map +1 -1
- package/build/es/src/extensions/dashboard-page-plugins/8107f05f-d646-4c81-be90-adf28d321398.d.ts +4 -1
- package/build/es/src/extensions/dashboard-page-plugins/f2526550-194f-4c13-9298-9a6b8abda62f.d.ts +4 -1
- package/build/es/src/extensions/dashboard-pages-plugin-props.d.ts +0 -1
- package/build/es/src/extensions/dashboard-pages-plugin-props.js +0 -1
- package/build/es/src/extensions/dashboard-pages-plugin-props.js.map +1 -1
- package/package.json +2 -2
- package/build/cjs/src/extensions/dashboard-page-plugins/8454e8a0-5684-4331-9d4a-e4873467553a.d.ts +0 -5
- package/build/cjs/src/extensions/dashboard-page-plugins/8454e8a0-5684-4331-9d4a-e4873467553a.js +0 -3
- package/build/cjs/src/extensions/dashboard-page-plugins/8454e8a0-5684-4331-9d4a-e4873467553a.js.map +0 -1
- package/build/es/src/extensions/dashboard-page-plugins/8454e8a0-5684-4331-9d4a-e4873467553a.d.ts +0 -5
- package/build/es/src/extensions/dashboard-page-plugins/8454e8a0-5684-4331-9d4a-e4873467553a.js +0 -2
- package/build/es/src/extensions/dashboard-page-plugins/8454e8a0-5684-4331-9d4a-e4873467553a.js.map +0 -1
|
@@ -35,20 +35,6 @@ export declare function deliveryProfile(options: deliveryProfileOptions): PageBu
|
|
|
35
35
|
* @dashobardPageBuilder
|
|
36
36
|
*/
|
|
37
37
|
export declare function orderList(): PageBuilderResult;
|
|
38
|
-
/**
|
|
39
|
-
* A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the New Order page in the dashboard.
|
|
40
|
-
* @dashobardPageBuilder
|
|
41
|
-
*/
|
|
42
|
-
export declare function newOrder(): PageBuilderResult;
|
|
43
|
-
export interface editDraftOrderOptions {
|
|
44
|
-
/** Draft order id */
|
|
45
|
-
draftOrderId: string;
|
|
46
|
-
}
|
|
47
|
-
/**
|
|
48
|
-
* A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Edit Draft Order page in the dashboard.
|
|
49
|
-
* @dashobardPageBuilder
|
|
50
|
-
*/
|
|
51
|
-
export declare function editDraftOrder(options: editDraftOrderOptions): PageBuilderResult;
|
|
52
38
|
export interface orderDetailsOptions {
|
|
53
39
|
/** The order Id to display */
|
|
54
40
|
id: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.orderDetails = exports.
|
|
3
|
+
exports.orderDetails = exports.orderList = exports.deliveryProfile = exports.deliveryProfiles = exports.orderRefund = exports.editOrder = void 0;
|
|
4
4
|
/**
|
|
5
5
|
* A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Edit Order page in the dashboard.
|
|
6
6
|
* @dashobardPageBuilder
|
|
@@ -53,26 +53,6 @@ function orderList() {
|
|
|
53
53
|
return { pageId: '8107f05f-d646-4c81-be90-adf28d321398' };
|
|
54
54
|
}
|
|
55
55
|
exports.orderList = orderList;
|
|
56
|
-
/**
|
|
57
|
-
* A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the New Order page in the dashboard.
|
|
58
|
-
* @dashobardPageBuilder
|
|
59
|
-
*/
|
|
60
|
-
function newOrder() {
|
|
61
|
-
return { pageId: '8454e8a0-5684-4331-9d4a-e4873467553a' };
|
|
62
|
-
}
|
|
63
|
-
exports.newOrder = newOrder;
|
|
64
|
-
/**
|
|
65
|
-
* A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Edit Draft Order page in the dashboard.
|
|
66
|
-
* @dashobardPageBuilder
|
|
67
|
-
*/
|
|
68
|
-
function editDraftOrder(options) {
|
|
69
|
-
const { draftOrderId } = options;
|
|
70
|
-
return {
|
|
71
|
-
pageId: '8454e8a0-5684-4331-9d4a-e4873467553a',
|
|
72
|
-
relativeUrl: `${draftOrderId}`,
|
|
73
|
-
};
|
|
74
|
-
}
|
|
75
|
-
exports.editDraftOrder = editDraftOrder;
|
|
76
56
|
/**
|
|
77
57
|
* A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Order Details page in the dashboard.
|
|
78
58
|
* @dashobardPageBuilder
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard-page-builders.js","sourceRoot":"","sources":["../../../../src/extensions/dashboard-page-builders.ts"],"names":[],"mappings":";;;AAKA;;;GAGG;AACH,SAAgB,SAAS,CAAC,OAAyB;IACjD,MAAM,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC;IAE5B,OAAO;QACL,MAAM,EAAE,sCAAsC;QAC9C,WAAW,EAAE,GAAG,OAAO,EAAE;KAC1B,CAAC;AACJ,CAAC;AAPD,8BAOC;AAOD;;;GAGG;AACH,SAAgB,WAAW,CAAC,OAA2B;IACrD,MAAM,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC;IAE5B,OAAO;QACL,MAAM,EAAE,sCAAsC;QAC9C,WAAW,EAAE,GAAG,OAAO,EAAE;KAC1B,CAAC;AACJ,CAAC;AAPD,kCAOC;AAED;;;GAGG;AACH,SAAgB,gBAAgB;IAC9B,OAAO,EAAE,MAAM,EAAE,sCAAsC,EAAE,CAAC;AAC5D,CAAC;AAFD,4CAEC;AAOD;;;GAGG;AACH,SAAgB,eAAe,CAC7B,OAA+B;IAE/B,MAAM,EAAE,iBAAiB,EAAE,GAAG,OAAO,CAAC;IAEtC,OAAO;QACL,MAAM,EAAE,sCAAsC;QAC9C,WAAW,EAAE,GAAG,iBAAiB,EAAE;KACpC,CAAC;AACJ,CAAC;AATD,0CASC;AAED;;;GAGG;AACH,SAAgB,SAAS;IACvB,OAAO,EAAE,MAAM,EAAE,sCAAsC,EAAE,CAAC;AAC5D,CAAC;AAFD,8BAEC;
|
|
1
|
+
{"version":3,"file":"dashboard-page-builders.js","sourceRoot":"","sources":["../../../../src/extensions/dashboard-page-builders.ts"],"names":[],"mappings":";;;AAKA;;;GAGG;AACH,SAAgB,SAAS,CAAC,OAAyB;IACjD,MAAM,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC;IAE5B,OAAO;QACL,MAAM,EAAE,sCAAsC;QAC9C,WAAW,EAAE,GAAG,OAAO,EAAE;KAC1B,CAAC;AACJ,CAAC;AAPD,8BAOC;AAOD;;;GAGG;AACH,SAAgB,WAAW,CAAC,OAA2B;IACrD,MAAM,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC;IAE5B,OAAO;QACL,MAAM,EAAE,sCAAsC;QAC9C,WAAW,EAAE,GAAG,OAAO,EAAE;KAC1B,CAAC;AACJ,CAAC;AAPD,kCAOC;AAED;;;GAGG;AACH,SAAgB,gBAAgB;IAC9B,OAAO,EAAE,MAAM,EAAE,sCAAsC,EAAE,CAAC;AAC5D,CAAC;AAFD,4CAEC;AAOD;;;GAGG;AACH,SAAgB,eAAe,CAC7B,OAA+B;IAE/B,MAAM,EAAE,iBAAiB,EAAE,GAAG,OAAO,CAAC;IAEtC,OAAO;QACL,MAAM,EAAE,sCAAsC;QAC9C,WAAW,EAAE,GAAG,iBAAiB,EAAE;KACpC,CAAC;AACJ,CAAC;AATD,0CASC;AAED;;;GAGG;AACH,SAAgB,SAAS;IACvB,OAAO,EAAE,MAAM,EAAE,sCAAsC,EAAE,CAAC;AAC5D,CAAC;AAFD,8BAEC;AAOD;;;GAGG;AACH,SAAgB,YAAY,CAAC,OAA4B;IACvD,MAAM,EAAE,EAAE,EAAE,GAAG,OAAO,CAAC;IAEvB,OAAO;QACL,MAAM,EAAE,sCAAsC;QAC9C,WAAW,EAAE,GAAG,EAAE,EAAE;KACrB,CAAC;AACJ,CAAC;AAPD,oCAOC"}
|
|
@@ -1,3 +1,2 @@
|
|
|
1
1
|
export * as OrderEditPage from './dashboard-page-plugins/f2526550-194f-4c13-9298-9a6b8abda62f.js';
|
|
2
2
|
export * as Orders from './dashboard-page-plugins/8107f05f-d646-4c81-be90-adf28d321398.js';
|
|
3
|
-
export * as DraftOrderPage from './dashboard-page-plugins/8454e8a0-5684-4331-9d4a-e4873467553a.js';
|
|
@@ -23,8 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.
|
|
26
|
+
exports.Orders = exports.OrderEditPage = void 0;
|
|
27
27
|
exports.OrderEditPage = __importStar(require("./dashboard-page-plugins/f2526550-194f-4c13-9298-9a6b8abda62f.js"));
|
|
28
28
|
exports.Orders = __importStar(require("./dashboard-page-plugins/8107f05f-d646-4c81-be90-adf28d321398.js"));
|
|
29
|
-
exports.DraftOrderPage = __importStar(require("./dashboard-page-plugins/8454e8a0-5684-4331-9d4a-e4873467553a.js"));
|
|
30
29
|
//# sourceMappingURL=dashboard-pages-plugin-props.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard-pages-plugin-props.js","sourceRoot":"","sources":["../../../../src/extensions/dashboard-pages-plugin-props.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kHAAkG;AAClG,2GAA2F
|
|
1
|
+
{"version":3,"file":"dashboard-pages-plugin-props.js","sourceRoot":"","sources":["../../../../src/extensions/dashboard-pages-plugin-props.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kHAAkG;AAClG,2GAA2F"}
|
|
@@ -35,20 +35,6 @@ export declare function deliveryProfile(options: deliveryProfileOptions): PageBu
|
|
|
35
35
|
* @dashobardPageBuilder
|
|
36
36
|
*/
|
|
37
37
|
export declare function orderList(): PageBuilderResult;
|
|
38
|
-
/**
|
|
39
|
-
* A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the New Order page in the dashboard.
|
|
40
|
-
* @dashobardPageBuilder
|
|
41
|
-
*/
|
|
42
|
-
export declare function newOrder(): PageBuilderResult;
|
|
43
|
-
export interface editDraftOrderOptions {
|
|
44
|
-
/** Draft order id */
|
|
45
|
-
draftOrderId: string;
|
|
46
|
-
}
|
|
47
|
-
/**
|
|
48
|
-
* A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Edit Draft Order page in the dashboard.
|
|
49
|
-
* @dashobardPageBuilder
|
|
50
|
-
*/
|
|
51
|
-
export declare function editDraftOrder(options: editDraftOrderOptions): PageBuilderResult;
|
|
52
38
|
export interface orderDetailsOptions {
|
|
53
39
|
/** The order Id to display */
|
|
54
40
|
id: string;
|
|
@@ -45,24 +45,6 @@ export function deliveryProfile(options) {
|
|
|
45
45
|
export function orderList() {
|
|
46
46
|
return { pageId: '8107f05f-d646-4c81-be90-adf28d321398' };
|
|
47
47
|
}
|
|
48
|
-
/**
|
|
49
|
-
* A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the New Order page in the dashboard.
|
|
50
|
-
* @dashobardPageBuilder
|
|
51
|
-
*/
|
|
52
|
-
export function newOrder() {
|
|
53
|
-
return { pageId: '8454e8a0-5684-4331-9d4a-e4873467553a' };
|
|
54
|
-
}
|
|
55
|
-
/**
|
|
56
|
-
* A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Edit Draft Order page in the dashboard.
|
|
57
|
-
* @dashobardPageBuilder
|
|
58
|
-
*/
|
|
59
|
-
export function editDraftOrder(options) {
|
|
60
|
-
const { draftOrderId } = options;
|
|
61
|
-
return {
|
|
62
|
-
pageId: '8454e8a0-5684-4331-9d4a-e4873467553a',
|
|
63
|
-
relativeUrl: `${draftOrderId}`,
|
|
64
|
-
};
|
|
65
|
-
}
|
|
66
48
|
/**
|
|
67
49
|
* A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Order Details page in the dashboard.
|
|
68
50
|
* @dashobardPageBuilder
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard-page-builders.js","sourceRoot":"","sources":["../../../../src/extensions/dashboard-page-builders.ts"],"names":[],"mappings":"AAKA;;;GAGG;AACH,MAAM,UAAU,SAAS,CAAC,OAAyB;IACjD,MAAM,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC;IAE5B,OAAO;QACL,MAAM,EAAE,sCAAsC;QAC9C,WAAW,EAAE,GAAG,OAAO,EAAE;KAC1B,CAAC;AACJ,CAAC;AAOD;;;GAGG;AACH,MAAM,UAAU,WAAW,CAAC,OAA2B;IACrD,MAAM,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC;IAE5B,OAAO;QACL,MAAM,EAAE,sCAAsC;QAC9C,WAAW,EAAE,GAAG,OAAO,EAAE;KAC1B,CAAC;AACJ,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,gBAAgB;IAC9B,OAAO,EAAE,MAAM,EAAE,sCAAsC,EAAE,CAAC;AAC5D,CAAC;AAOD;;;GAGG;AACH,MAAM,UAAU,eAAe,CAC7B,OAA+B;IAE/B,MAAM,EAAE,iBAAiB,EAAE,GAAG,OAAO,CAAC;IAEtC,OAAO;QACL,MAAM,EAAE,sCAAsC;QAC9C,WAAW,EAAE,GAAG,iBAAiB,EAAE;KACpC,CAAC;AACJ,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,SAAS;IACvB,OAAO,EAAE,MAAM,EAAE,sCAAsC,EAAE,CAAC;AAC5D,CAAC;
|
|
1
|
+
{"version":3,"file":"dashboard-page-builders.js","sourceRoot":"","sources":["../../../../src/extensions/dashboard-page-builders.ts"],"names":[],"mappings":"AAKA;;;GAGG;AACH,MAAM,UAAU,SAAS,CAAC,OAAyB;IACjD,MAAM,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC;IAE5B,OAAO;QACL,MAAM,EAAE,sCAAsC;QAC9C,WAAW,EAAE,GAAG,OAAO,EAAE;KAC1B,CAAC;AACJ,CAAC;AAOD;;;GAGG;AACH,MAAM,UAAU,WAAW,CAAC,OAA2B;IACrD,MAAM,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC;IAE5B,OAAO;QACL,MAAM,EAAE,sCAAsC;QAC9C,WAAW,EAAE,GAAG,OAAO,EAAE;KAC1B,CAAC;AACJ,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,gBAAgB;IAC9B,OAAO,EAAE,MAAM,EAAE,sCAAsC,EAAE,CAAC;AAC5D,CAAC;AAOD;;;GAGG;AACH,MAAM,UAAU,eAAe,CAC7B,OAA+B;IAE/B,MAAM,EAAE,iBAAiB,EAAE,GAAG,OAAO,CAAC;IAEtC,OAAO;QACL,MAAM,EAAE,sCAAsC;QAC9C,WAAW,EAAE,GAAG,iBAAiB,EAAE;KACpC,CAAC;AACJ,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,SAAS;IACvB,OAAO,EAAE,MAAM,EAAE,sCAAsC,EAAE,CAAC;AAC5D,CAAC;AAOD;;;GAGG;AACH,MAAM,UAAU,YAAY,CAAC,OAA4B;IACvD,MAAM,EAAE,EAAE,EAAE,GAAG,OAAO,CAAC;IAEvB,OAAO;QACL,MAAM,EAAE,sCAAsC;QAC9C,WAAW,EAAE,GAAG,EAAE,EAAE;KACrB,CAAC;AACJ,CAAC"}
|
|
@@ -1,3 +1,2 @@
|
|
|
1
1
|
export * as OrderEditPage from './dashboard-page-plugins/f2526550-194f-4c13-9298-9a6b8abda62f.js';
|
|
2
2
|
export * as Orders from './dashboard-page-plugins/8107f05f-d646-4c81-be90-adf28d321398.js';
|
|
3
|
-
export * as DraftOrderPage from './dashboard-page-plugins/8454e8a0-5684-4331-9d4a-e4873467553a.js';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
export * as OrderEditPage from './dashboard-page-plugins/f2526550-194f-4c13-9298-9a6b8abda62f.js';
|
|
2
2
|
export * as Orders from './dashboard-page-plugins/8107f05f-d646-4c81-be90-adf28d321398.js';
|
|
3
|
-
export * as DraftOrderPage from './dashboard-page-plugins/8454e8a0-5684-4331-9d4a-e4873467553a.js';
|
|
4
3
|
//# sourceMappingURL=dashboard-pages-plugin-props.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard-pages-plugin-props.js","sourceRoot":"","sources":["../../../../src/extensions/dashboard-pages-plugin-props.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,kEAAkE,CAAC;AAClG,OAAO,KAAK,MAAM,MAAM,kEAAkE,CAAC
|
|
1
|
+
{"version":3,"file":"dashboard-pages-plugin-props.js","sourceRoot":"","sources":["../../../../src/extensions/dashboard-pages-plugin-props.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,kEAAkE,CAAC;AAClG,OAAO,KAAK,MAAM,MAAM,kEAAkE,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ecom_app-extensions",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.33",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"groupId": "com.wixpress.sdk-app-extensions-autogen"
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
|
-
"falconPackageHash": "
|
|
46
|
+
"falconPackageHash": "b0561346d0130201f117a086a1a946dfa4965769880217f4301c5d7e"
|
|
47
47
|
}
|
package/build/cjs/src/extensions/dashboard-page-plugins/8454e8a0-5684-4331-9d4a-e4873467553a.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"8454e8a0-5684-4331-9d4a-e4873467553a.js","sourceRoot":"","sources":["../../../../../src/extensions/dashboard-page-plugins/8454e8a0-5684-4331-9d4a-e4873467553a.ts"],"names":[],"mappings":""}
|
package/build/es/src/extensions/dashboard-page-plugins/8454e8a0-5684-4331-9d4a-e4873467553a.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"8454e8a0-5684-4331-9d4a-e4873467553a.js","sourceRoot":"","sources":["../../../../../src/extensions/dashboard-page-plugins/8454e8a0-5684-4331-9d4a-e4873467553a.ts"],"names":[],"mappings":""}
|