@wix/stores 1.0.485 → 1.0.487
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/components.d.ts +33 -0
- package/build/cjs/components.js +25 -0
- package/build/cjs/components.js.map +1 -0
- package/build/cjs/dashboard.d.ts +0 -30
- package/build/cjs/services.d.ts +1 -0
- package/build/cjs/services.js +25 -0
- package/build/cjs/services.js.map +1 -0
- package/build/es/components.d.mts +33 -0
- package/build/es/components.mjs +3 -0
- package/build/es/components.mjs.map +1 -0
- package/build/es/dashboard.d.mts +0 -30
- package/build/es/services.d.mts +1 -0
- package/build/es/services.mjs +3 -0
- package/build/es/services.mjs.map +1 -0
- package/build/internal/cjs/components.d.ts +33 -0
- package/build/internal/cjs/components.js +25 -0
- package/build/internal/cjs/components.js.map +1 -0
- package/build/internal/cjs/dashboard.d.ts +0 -30
- package/build/internal/cjs/services.d.ts +1 -0
- package/build/internal/cjs/services.js +25 -0
- package/build/internal/cjs/services.js.map +1 -0
- package/build/internal/es/components.d.mts +33 -0
- package/build/internal/es/components.mjs +3 -0
- package/build/internal/es/components.mjs.map +1 -0
- package/build/internal/es/dashboard.d.mts +0 -30
- package/build/internal/es/services.d.mts +1 -0
- package/build/internal/es/services.mjs +3 -0
- package/build/internal/es/services.mjs.map +1 -0
- package/components/package.json +3 -0
- package/package.json +34 -12
- package/services/package.json +3 -0
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export * from '@wix/headless-stores/react';
|
|
2
|
+
import '@wix/stores_app-extensions/dashboard';
|
|
3
|
+
import '@wix/auto_sdk_stores_wishlist';
|
|
4
|
+
import '@wix/auto_sdk_stores_collections';
|
|
5
|
+
import '@wix/auto_sdk_stores_products';
|
|
6
|
+
import '@wix/auto_sdk_stores_brands-v-3';
|
|
7
|
+
import '@wix/auto_sdk_stores_customizations-v-3';
|
|
8
|
+
import '@wix/auto_sdk_stores_info-sections-v-3';
|
|
9
|
+
import '@wix/auto_sdk_stores_inventory-items-v-3';
|
|
10
|
+
import '@wix/auto_sdk_stores_products-v-3';
|
|
11
|
+
import '@wix/auto_sdk_stores_catalog-versioning';
|
|
12
|
+
import '@wix/auto_sdk_stores_read-only-variants-v-3';
|
|
13
|
+
import '@wix/auto_sdk_stores_ribbons-v-3';
|
|
14
|
+
import '@wix/auto_sdk_stores_stores-locations-v-3';
|
|
15
|
+
import '@wix/auto_sdk_stores_abandoned-carts';
|
|
16
|
+
import '@wix/auto_sdk_stores_subscription-options';
|
|
17
|
+
import '@wix/auto_sdk_stores_inventory';
|
|
18
|
+
import '@wix/auto_sdk_stores_wishlist/meta';
|
|
19
|
+
import '@wix/auto_sdk_stores_collections/meta';
|
|
20
|
+
import '@wix/auto_sdk_stores_products/meta';
|
|
21
|
+
import '@wix/auto_sdk_stores_brands-v-3/meta';
|
|
22
|
+
import '@wix/auto_sdk_stores_customizations-v-3/meta';
|
|
23
|
+
import '@wix/auto_sdk_stores_info-sections-v-3/meta';
|
|
24
|
+
import '@wix/auto_sdk_stores_inventory-items-v-3/meta';
|
|
25
|
+
import '@wix/auto_sdk_stores_products-v-3/meta';
|
|
26
|
+
import '@wix/auto_sdk_stores_catalog-versioning/meta';
|
|
27
|
+
import '@wix/auto_sdk_stores_read-only-variants-v-3/meta';
|
|
28
|
+
import '@wix/auto_sdk_stores_ribbons-v-3/meta';
|
|
29
|
+
import '@wix/auto_sdk_stores_stores-locations-v-3/meta';
|
|
30
|
+
import '@wix/auto_sdk_stores_abandoned-carts/meta';
|
|
31
|
+
import '@wix/auto_sdk_stores_subscription-options/meta';
|
|
32
|
+
import '@wix/auto_sdk_stores_inventory/meta';
|
|
33
|
+
import '@wix/headless-stores/services';
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
+
|
|
17
|
+
// components.ts
|
|
18
|
+
var components_exports = {};
|
|
19
|
+
module.exports = __toCommonJS(components_exports);
|
|
20
|
+
__reExport(components_exports, require("@wix/headless-stores/react"), module.exports);
|
|
21
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
22
|
+
0 && (module.exports = {
|
|
23
|
+
...require("@wix/headless-stores/react")
|
|
24
|
+
});
|
|
25
|
+
//# sourceMappingURL=components.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../components.ts"],"sourcesContent":["export * from '@wix/headless-stores/react';"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,+BAAc,uCAAd;","names":[]}
|
package/build/cjs/dashboard.d.ts
CHANGED
|
@@ -1,31 +1 @@
|
|
|
1
1
|
export * from '@wix/stores_app-extensions/dashboard';
|
|
2
|
-
import '@wix/auto_sdk_stores_wishlist';
|
|
3
|
-
import '@wix/auto_sdk_stores_collections';
|
|
4
|
-
import '@wix/auto_sdk_stores_products';
|
|
5
|
-
import '@wix/auto_sdk_stores_brands-v-3';
|
|
6
|
-
import '@wix/auto_sdk_stores_customizations-v-3';
|
|
7
|
-
import '@wix/auto_sdk_stores_info-sections-v-3';
|
|
8
|
-
import '@wix/auto_sdk_stores_inventory-items-v-3';
|
|
9
|
-
import '@wix/auto_sdk_stores_products-v-3';
|
|
10
|
-
import '@wix/auto_sdk_stores_catalog-versioning';
|
|
11
|
-
import '@wix/auto_sdk_stores_read-only-variants-v-3';
|
|
12
|
-
import '@wix/auto_sdk_stores_ribbons-v-3';
|
|
13
|
-
import '@wix/auto_sdk_stores_stores-locations-v-3';
|
|
14
|
-
import '@wix/auto_sdk_stores_abandoned-carts';
|
|
15
|
-
import '@wix/auto_sdk_stores_subscription-options';
|
|
16
|
-
import '@wix/auto_sdk_stores_inventory';
|
|
17
|
-
import '@wix/auto_sdk_stores_wishlist/meta';
|
|
18
|
-
import '@wix/auto_sdk_stores_collections/meta';
|
|
19
|
-
import '@wix/auto_sdk_stores_products/meta';
|
|
20
|
-
import '@wix/auto_sdk_stores_brands-v-3/meta';
|
|
21
|
-
import '@wix/auto_sdk_stores_customizations-v-3/meta';
|
|
22
|
-
import '@wix/auto_sdk_stores_info-sections-v-3/meta';
|
|
23
|
-
import '@wix/auto_sdk_stores_inventory-items-v-3/meta';
|
|
24
|
-
import '@wix/auto_sdk_stores_products-v-3/meta';
|
|
25
|
-
import '@wix/auto_sdk_stores_catalog-versioning/meta';
|
|
26
|
-
import '@wix/auto_sdk_stores_read-only-variants-v-3/meta';
|
|
27
|
-
import '@wix/auto_sdk_stores_ribbons-v-3/meta';
|
|
28
|
-
import '@wix/auto_sdk_stores_stores-locations-v-3/meta';
|
|
29
|
-
import '@wix/auto_sdk_stores_abandoned-carts/meta';
|
|
30
|
-
import '@wix/auto_sdk_stores_subscription-options/meta';
|
|
31
|
-
import '@wix/auto_sdk_stores_inventory/meta';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@wix/headless-stores/services';
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
+
|
|
17
|
+
// services.ts
|
|
18
|
+
var services_exports = {};
|
|
19
|
+
module.exports = __toCommonJS(services_exports);
|
|
20
|
+
__reExport(services_exports, require("@wix/headless-stores/services"), module.exports);
|
|
21
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
22
|
+
0 && (module.exports = {
|
|
23
|
+
...require("@wix/headless-stores/services")
|
|
24
|
+
});
|
|
25
|
+
//# sourceMappingURL=services.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../services.ts"],"sourcesContent":["export * from '@wix/headless-stores/services';"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,6BAAc,0CAAd;","names":[]}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export * from '@wix/headless-stores/react';
|
|
2
|
+
import '@wix/stores_app-extensions/dashboard';
|
|
3
|
+
import '@wix/auto_sdk_stores_wishlist';
|
|
4
|
+
import '@wix/auto_sdk_stores_collections';
|
|
5
|
+
import '@wix/auto_sdk_stores_products';
|
|
6
|
+
import '@wix/auto_sdk_stores_brands-v-3';
|
|
7
|
+
import '@wix/auto_sdk_stores_customizations-v-3';
|
|
8
|
+
import '@wix/auto_sdk_stores_info-sections-v-3';
|
|
9
|
+
import '@wix/auto_sdk_stores_inventory-items-v-3';
|
|
10
|
+
import '@wix/auto_sdk_stores_products-v-3';
|
|
11
|
+
import '@wix/auto_sdk_stores_catalog-versioning';
|
|
12
|
+
import '@wix/auto_sdk_stores_read-only-variants-v-3';
|
|
13
|
+
import '@wix/auto_sdk_stores_ribbons-v-3';
|
|
14
|
+
import '@wix/auto_sdk_stores_stores-locations-v-3';
|
|
15
|
+
import '@wix/auto_sdk_stores_abandoned-carts';
|
|
16
|
+
import '@wix/auto_sdk_stores_subscription-options';
|
|
17
|
+
import '@wix/auto_sdk_stores_inventory';
|
|
18
|
+
import '@wix/auto_sdk_stores_wishlist/meta';
|
|
19
|
+
import '@wix/auto_sdk_stores_collections/meta';
|
|
20
|
+
import '@wix/auto_sdk_stores_products/meta';
|
|
21
|
+
import '@wix/auto_sdk_stores_brands-v-3/meta';
|
|
22
|
+
import '@wix/auto_sdk_stores_customizations-v-3/meta';
|
|
23
|
+
import '@wix/auto_sdk_stores_info-sections-v-3/meta';
|
|
24
|
+
import '@wix/auto_sdk_stores_inventory-items-v-3/meta';
|
|
25
|
+
import '@wix/auto_sdk_stores_products-v-3/meta';
|
|
26
|
+
import '@wix/auto_sdk_stores_catalog-versioning/meta';
|
|
27
|
+
import '@wix/auto_sdk_stores_read-only-variants-v-3/meta';
|
|
28
|
+
import '@wix/auto_sdk_stores_ribbons-v-3/meta';
|
|
29
|
+
import '@wix/auto_sdk_stores_stores-locations-v-3/meta';
|
|
30
|
+
import '@wix/auto_sdk_stores_abandoned-carts/meta';
|
|
31
|
+
import '@wix/auto_sdk_stores_subscription-options/meta';
|
|
32
|
+
import '@wix/auto_sdk_stores_inventory/meta';
|
|
33
|
+
import '@wix/headless-stores/services';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../components.ts"],"sourcesContent":["export * from '@wix/headless-stores/react';"],"mappings":";AAAA,cAAc;","names":[]}
|
package/build/es/dashboard.d.mts
CHANGED
|
@@ -1,31 +1 @@
|
|
|
1
1
|
export * from '@wix/stores_app-extensions/dashboard';
|
|
2
|
-
import '@wix/auto_sdk_stores_wishlist';
|
|
3
|
-
import '@wix/auto_sdk_stores_collections';
|
|
4
|
-
import '@wix/auto_sdk_stores_products';
|
|
5
|
-
import '@wix/auto_sdk_stores_brands-v-3';
|
|
6
|
-
import '@wix/auto_sdk_stores_customizations-v-3';
|
|
7
|
-
import '@wix/auto_sdk_stores_info-sections-v-3';
|
|
8
|
-
import '@wix/auto_sdk_stores_inventory-items-v-3';
|
|
9
|
-
import '@wix/auto_sdk_stores_products-v-3';
|
|
10
|
-
import '@wix/auto_sdk_stores_catalog-versioning';
|
|
11
|
-
import '@wix/auto_sdk_stores_read-only-variants-v-3';
|
|
12
|
-
import '@wix/auto_sdk_stores_ribbons-v-3';
|
|
13
|
-
import '@wix/auto_sdk_stores_stores-locations-v-3';
|
|
14
|
-
import '@wix/auto_sdk_stores_abandoned-carts';
|
|
15
|
-
import '@wix/auto_sdk_stores_subscription-options';
|
|
16
|
-
import '@wix/auto_sdk_stores_inventory';
|
|
17
|
-
import '@wix/auto_sdk_stores_wishlist/meta';
|
|
18
|
-
import '@wix/auto_sdk_stores_collections/meta';
|
|
19
|
-
import '@wix/auto_sdk_stores_products/meta';
|
|
20
|
-
import '@wix/auto_sdk_stores_brands-v-3/meta';
|
|
21
|
-
import '@wix/auto_sdk_stores_customizations-v-3/meta';
|
|
22
|
-
import '@wix/auto_sdk_stores_info-sections-v-3/meta';
|
|
23
|
-
import '@wix/auto_sdk_stores_inventory-items-v-3/meta';
|
|
24
|
-
import '@wix/auto_sdk_stores_products-v-3/meta';
|
|
25
|
-
import '@wix/auto_sdk_stores_catalog-versioning/meta';
|
|
26
|
-
import '@wix/auto_sdk_stores_read-only-variants-v-3/meta';
|
|
27
|
-
import '@wix/auto_sdk_stores_ribbons-v-3/meta';
|
|
28
|
-
import '@wix/auto_sdk_stores_stores-locations-v-3/meta';
|
|
29
|
-
import '@wix/auto_sdk_stores_abandoned-carts/meta';
|
|
30
|
-
import '@wix/auto_sdk_stores_subscription-options/meta';
|
|
31
|
-
import '@wix/auto_sdk_stores_inventory/meta';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@wix/headless-stores/services';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../services.ts"],"sourcesContent":["export * from '@wix/headless-stores/services';"],"mappings":";AAAA,cAAc;","names":[]}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export * from '@wix/headless-stores/react';
|
|
2
|
+
import '@wix/stores_app-extensions/dashboard';
|
|
3
|
+
import '@wix/auto_sdk_stores_wishlist';
|
|
4
|
+
import '@wix/auto_sdk_stores_collections';
|
|
5
|
+
import '@wix/auto_sdk_stores_products';
|
|
6
|
+
import '@wix/auto_sdk_stores_brands-v-3';
|
|
7
|
+
import '@wix/auto_sdk_stores_customizations-v-3';
|
|
8
|
+
import '@wix/auto_sdk_stores_info-sections-v-3';
|
|
9
|
+
import '@wix/auto_sdk_stores_inventory-items-v-3';
|
|
10
|
+
import '@wix/auto_sdk_stores_products-v-3';
|
|
11
|
+
import '@wix/auto_sdk_stores_catalog-versioning';
|
|
12
|
+
import '@wix/auto_sdk_stores_read-only-variants-v-3';
|
|
13
|
+
import '@wix/auto_sdk_stores_ribbons-v-3';
|
|
14
|
+
import '@wix/auto_sdk_stores_stores-locations-v-3';
|
|
15
|
+
import '@wix/auto_sdk_stores_abandoned-carts';
|
|
16
|
+
import '@wix/auto_sdk_stores_subscription-options';
|
|
17
|
+
import '@wix/auto_sdk_stores_inventory';
|
|
18
|
+
import '@wix/auto_sdk_stores_wishlist/meta';
|
|
19
|
+
import '@wix/auto_sdk_stores_collections/meta';
|
|
20
|
+
import '@wix/auto_sdk_stores_products/meta';
|
|
21
|
+
import '@wix/auto_sdk_stores_brands-v-3/meta';
|
|
22
|
+
import '@wix/auto_sdk_stores_customizations-v-3/meta';
|
|
23
|
+
import '@wix/auto_sdk_stores_info-sections-v-3/meta';
|
|
24
|
+
import '@wix/auto_sdk_stores_inventory-items-v-3/meta';
|
|
25
|
+
import '@wix/auto_sdk_stores_products-v-3/meta';
|
|
26
|
+
import '@wix/auto_sdk_stores_catalog-versioning/meta';
|
|
27
|
+
import '@wix/auto_sdk_stores_read-only-variants-v-3/meta';
|
|
28
|
+
import '@wix/auto_sdk_stores_ribbons-v-3/meta';
|
|
29
|
+
import '@wix/auto_sdk_stores_stores-locations-v-3/meta';
|
|
30
|
+
import '@wix/auto_sdk_stores_abandoned-carts/meta';
|
|
31
|
+
import '@wix/auto_sdk_stores_subscription-options/meta';
|
|
32
|
+
import '@wix/auto_sdk_stores_inventory/meta';
|
|
33
|
+
import '@wix/headless-stores/services';
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
+
|
|
17
|
+
// components.ts
|
|
18
|
+
var components_exports = {};
|
|
19
|
+
module.exports = __toCommonJS(components_exports);
|
|
20
|
+
__reExport(components_exports, require("@wix/headless-stores/react"), module.exports);
|
|
21
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
22
|
+
0 && (module.exports = {
|
|
23
|
+
...require("@wix/headless-stores/react")
|
|
24
|
+
});
|
|
25
|
+
//# sourceMappingURL=components.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../components.ts"],"sourcesContent":["export * from '@wix/headless-stores/react';"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,+BAAc,uCAAd;","names":[]}
|
|
@@ -1,31 +1 @@
|
|
|
1
1
|
export * from '@wix/stores_app-extensions/dashboard';
|
|
2
|
-
import '@wix/auto_sdk_stores_wishlist';
|
|
3
|
-
import '@wix/auto_sdk_stores_collections';
|
|
4
|
-
import '@wix/auto_sdk_stores_products';
|
|
5
|
-
import '@wix/auto_sdk_stores_brands-v-3';
|
|
6
|
-
import '@wix/auto_sdk_stores_customizations-v-3';
|
|
7
|
-
import '@wix/auto_sdk_stores_info-sections-v-3';
|
|
8
|
-
import '@wix/auto_sdk_stores_inventory-items-v-3';
|
|
9
|
-
import '@wix/auto_sdk_stores_products-v-3';
|
|
10
|
-
import '@wix/auto_sdk_stores_catalog-versioning';
|
|
11
|
-
import '@wix/auto_sdk_stores_read-only-variants-v-3';
|
|
12
|
-
import '@wix/auto_sdk_stores_ribbons-v-3';
|
|
13
|
-
import '@wix/auto_sdk_stores_stores-locations-v-3';
|
|
14
|
-
import '@wix/auto_sdk_stores_abandoned-carts';
|
|
15
|
-
import '@wix/auto_sdk_stores_subscription-options';
|
|
16
|
-
import '@wix/auto_sdk_stores_inventory';
|
|
17
|
-
import '@wix/auto_sdk_stores_wishlist/meta';
|
|
18
|
-
import '@wix/auto_sdk_stores_collections/meta';
|
|
19
|
-
import '@wix/auto_sdk_stores_products/meta';
|
|
20
|
-
import '@wix/auto_sdk_stores_brands-v-3/meta';
|
|
21
|
-
import '@wix/auto_sdk_stores_customizations-v-3/meta';
|
|
22
|
-
import '@wix/auto_sdk_stores_info-sections-v-3/meta';
|
|
23
|
-
import '@wix/auto_sdk_stores_inventory-items-v-3/meta';
|
|
24
|
-
import '@wix/auto_sdk_stores_products-v-3/meta';
|
|
25
|
-
import '@wix/auto_sdk_stores_catalog-versioning/meta';
|
|
26
|
-
import '@wix/auto_sdk_stores_read-only-variants-v-3/meta';
|
|
27
|
-
import '@wix/auto_sdk_stores_ribbons-v-3/meta';
|
|
28
|
-
import '@wix/auto_sdk_stores_stores-locations-v-3/meta';
|
|
29
|
-
import '@wix/auto_sdk_stores_abandoned-carts/meta';
|
|
30
|
-
import '@wix/auto_sdk_stores_subscription-options/meta';
|
|
31
|
-
import '@wix/auto_sdk_stores_inventory/meta';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@wix/headless-stores/services';
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
+
|
|
17
|
+
// services.ts
|
|
18
|
+
var services_exports = {};
|
|
19
|
+
module.exports = __toCommonJS(services_exports);
|
|
20
|
+
__reExport(services_exports, require("@wix/headless-stores/services"), module.exports);
|
|
21
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
22
|
+
0 && (module.exports = {
|
|
23
|
+
...require("@wix/headless-stores/services")
|
|
24
|
+
});
|
|
25
|
+
//# sourceMappingURL=services.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../services.ts"],"sourcesContent":["export * from '@wix/headless-stores/services';"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,6BAAc,0CAAd;","names":[]}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export * from '@wix/headless-stores/react';
|
|
2
|
+
import '@wix/stores_app-extensions/dashboard';
|
|
3
|
+
import '@wix/auto_sdk_stores_wishlist';
|
|
4
|
+
import '@wix/auto_sdk_stores_collections';
|
|
5
|
+
import '@wix/auto_sdk_stores_products';
|
|
6
|
+
import '@wix/auto_sdk_stores_brands-v-3';
|
|
7
|
+
import '@wix/auto_sdk_stores_customizations-v-3';
|
|
8
|
+
import '@wix/auto_sdk_stores_info-sections-v-3';
|
|
9
|
+
import '@wix/auto_sdk_stores_inventory-items-v-3';
|
|
10
|
+
import '@wix/auto_sdk_stores_products-v-3';
|
|
11
|
+
import '@wix/auto_sdk_stores_catalog-versioning';
|
|
12
|
+
import '@wix/auto_sdk_stores_read-only-variants-v-3';
|
|
13
|
+
import '@wix/auto_sdk_stores_ribbons-v-3';
|
|
14
|
+
import '@wix/auto_sdk_stores_stores-locations-v-3';
|
|
15
|
+
import '@wix/auto_sdk_stores_abandoned-carts';
|
|
16
|
+
import '@wix/auto_sdk_stores_subscription-options';
|
|
17
|
+
import '@wix/auto_sdk_stores_inventory';
|
|
18
|
+
import '@wix/auto_sdk_stores_wishlist/meta';
|
|
19
|
+
import '@wix/auto_sdk_stores_collections/meta';
|
|
20
|
+
import '@wix/auto_sdk_stores_products/meta';
|
|
21
|
+
import '@wix/auto_sdk_stores_brands-v-3/meta';
|
|
22
|
+
import '@wix/auto_sdk_stores_customizations-v-3/meta';
|
|
23
|
+
import '@wix/auto_sdk_stores_info-sections-v-3/meta';
|
|
24
|
+
import '@wix/auto_sdk_stores_inventory-items-v-3/meta';
|
|
25
|
+
import '@wix/auto_sdk_stores_products-v-3/meta';
|
|
26
|
+
import '@wix/auto_sdk_stores_catalog-versioning/meta';
|
|
27
|
+
import '@wix/auto_sdk_stores_read-only-variants-v-3/meta';
|
|
28
|
+
import '@wix/auto_sdk_stores_ribbons-v-3/meta';
|
|
29
|
+
import '@wix/auto_sdk_stores_stores-locations-v-3/meta';
|
|
30
|
+
import '@wix/auto_sdk_stores_abandoned-carts/meta';
|
|
31
|
+
import '@wix/auto_sdk_stores_subscription-options/meta';
|
|
32
|
+
import '@wix/auto_sdk_stores_inventory/meta';
|
|
33
|
+
import '@wix/headless-stores/services';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../components.ts"],"sourcesContent":["export * from '@wix/headless-stores/react';"],"mappings":";AAAA,cAAc;","names":[]}
|
|
@@ -1,31 +1 @@
|
|
|
1
1
|
export * from '@wix/stores_app-extensions/dashboard';
|
|
2
|
-
import '@wix/auto_sdk_stores_wishlist';
|
|
3
|
-
import '@wix/auto_sdk_stores_collections';
|
|
4
|
-
import '@wix/auto_sdk_stores_products';
|
|
5
|
-
import '@wix/auto_sdk_stores_brands-v-3';
|
|
6
|
-
import '@wix/auto_sdk_stores_customizations-v-3';
|
|
7
|
-
import '@wix/auto_sdk_stores_info-sections-v-3';
|
|
8
|
-
import '@wix/auto_sdk_stores_inventory-items-v-3';
|
|
9
|
-
import '@wix/auto_sdk_stores_products-v-3';
|
|
10
|
-
import '@wix/auto_sdk_stores_catalog-versioning';
|
|
11
|
-
import '@wix/auto_sdk_stores_read-only-variants-v-3';
|
|
12
|
-
import '@wix/auto_sdk_stores_ribbons-v-3';
|
|
13
|
-
import '@wix/auto_sdk_stores_stores-locations-v-3';
|
|
14
|
-
import '@wix/auto_sdk_stores_abandoned-carts';
|
|
15
|
-
import '@wix/auto_sdk_stores_subscription-options';
|
|
16
|
-
import '@wix/auto_sdk_stores_inventory';
|
|
17
|
-
import '@wix/auto_sdk_stores_wishlist/meta';
|
|
18
|
-
import '@wix/auto_sdk_stores_collections/meta';
|
|
19
|
-
import '@wix/auto_sdk_stores_products/meta';
|
|
20
|
-
import '@wix/auto_sdk_stores_brands-v-3/meta';
|
|
21
|
-
import '@wix/auto_sdk_stores_customizations-v-3/meta';
|
|
22
|
-
import '@wix/auto_sdk_stores_info-sections-v-3/meta';
|
|
23
|
-
import '@wix/auto_sdk_stores_inventory-items-v-3/meta';
|
|
24
|
-
import '@wix/auto_sdk_stores_products-v-3/meta';
|
|
25
|
-
import '@wix/auto_sdk_stores_catalog-versioning/meta';
|
|
26
|
-
import '@wix/auto_sdk_stores_read-only-variants-v-3/meta';
|
|
27
|
-
import '@wix/auto_sdk_stores_ribbons-v-3/meta';
|
|
28
|
-
import '@wix/auto_sdk_stores_stores-locations-v-3/meta';
|
|
29
|
-
import '@wix/auto_sdk_stores_abandoned-carts/meta';
|
|
30
|
-
import '@wix/auto_sdk_stores_subscription-options/meta';
|
|
31
|
-
import '@wix/auto_sdk_stores_inventory/meta';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@wix/headless-stores/services';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../services.ts"],"sourcesContent":["export * from '@wix/headless-stores/services';"],"mappings":";AAAA,cAAc;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/stores",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.487",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -30,33 +30,47 @@
|
|
|
30
30
|
"import": "./build/es/dashboard.mjs",
|
|
31
31
|
"require": "./build/cjs/dashboard.js",
|
|
32
32
|
"types": "./build/es/dashboard.d.mts"
|
|
33
|
+
},
|
|
34
|
+
"./components": {
|
|
35
|
+
"import": "./build/es/components.mjs",
|
|
36
|
+
"require": "./build/cjs/components.js",
|
|
37
|
+
"types": "./build/es/components.d.mts"
|
|
38
|
+
},
|
|
39
|
+
"./services": {
|
|
40
|
+
"import": "./build/es/services.mjs",
|
|
41
|
+
"require": "./build/cjs/services.js",
|
|
42
|
+
"types": "./build/es/services.d.mts"
|
|
33
43
|
}
|
|
34
44
|
},
|
|
35
45
|
"files": [
|
|
36
46
|
"build",
|
|
37
47
|
"meta",
|
|
38
48
|
"service-plugins",
|
|
39
|
-
"dashboard"
|
|
49
|
+
"dashboard",
|
|
50
|
+
"components",
|
|
51
|
+
"services"
|
|
40
52
|
],
|
|
41
53
|
"dependencies": {
|
|
42
54
|
"@wix/auto_sdk_stores_abandoned-carts": "1.0.20",
|
|
43
|
-
"@wix/auto_sdk_stores_brands-v-3": "1.0.
|
|
44
|
-
"@wix/auto_sdk_stores_catalog-versioning": "1.0.
|
|
55
|
+
"@wix/auto_sdk_stores_brands-v-3": "1.0.23",
|
|
56
|
+
"@wix/auto_sdk_stores_catalog-versioning": "1.0.29",
|
|
45
57
|
"@wix/auto_sdk_stores_collections": "1.0.16",
|
|
46
|
-
"@wix/auto_sdk_stores_customizations-v-3": "1.0.
|
|
47
|
-
"@wix/auto_sdk_stores_info-sections-v-3": "1.0.
|
|
58
|
+
"@wix/auto_sdk_stores_customizations-v-3": "1.0.27",
|
|
59
|
+
"@wix/auto_sdk_stores_info-sections-v-3": "1.0.31",
|
|
48
60
|
"@wix/auto_sdk_stores_inventory": "1.0.18",
|
|
49
|
-
"@wix/auto_sdk_stores_inventory-items-v-3": "1.0.
|
|
61
|
+
"@wix/auto_sdk_stores_inventory-items-v-3": "1.0.27",
|
|
50
62
|
"@wix/auto_sdk_stores_products": "1.0.27",
|
|
51
|
-
"@wix/auto_sdk_stores_products-v-3": "1.0.
|
|
52
|
-
"@wix/auto_sdk_stores_read-only-variants-v-3": "1.0.
|
|
53
|
-
"@wix/auto_sdk_stores_ribbons-v-3": "1.0.
|
|
54
|
-
"@wix/auto_sdk_stores_stores-locations-v-3": "1.0.
|
|
63
|
+
"@wix/auto_sdk_stores_products-v-3": "1.0.54",
|
|
64
|
+
"@wix/auto_sdk_stores_read-only-variants-v-3": "1.0.24",
|
|
65
|
+
"@wix/auto_sdk_stores_ribbons-v-3": "1.0.19",
|
|
66
|
+
"@wix/auto_sdk_stores_stores-locations-v-3": "1.0.20",
|
|
55
67
|
"@wix/auto_sdk_stores_subscription-options": "1.0.19",
|
|
56
68
|
"@wix/auto_sdk_stores_wishlist": "1.0.16",
|
|
69
|
+
"@wix/headless-stores": "0.0.18",
|
|
57
70
|
"@wix/stores_app-extensions": "1.0.38"
|
|
58
71
|
},
|
|
59
72
|
"devDependencies": {
|
|
73
|
+
"@types/react": "^19.0.0",
|
|
60
74
|
"tsup": "^8.4.0",
|
|
61
75
|
"typescript": "^5.3.2"
|
|
62
76
|
},
|
|
@@ -75,5 +89,13 @@
|
|
|
75
89
|
"fqdn": ""
|
|
76
90
|
}
|
|
77
91
|
},
|
|
78
|
-
"
|
|
92
|
+
"peerDependencies": {
|
|
93
|
+
"react": "^19.0.0"
|
|
94
|
+
},
|
|
95
|
+
"peerDependenciesMeta": {
|
|
96
|
+
"react": {
|
|
97
|
+
"optional": true
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"falconPackageHash": "97c08748617d5471dbcc5ceb563e7636e0a16bf1c06349aa497bfe67"
|
|
79
101
|
}
|