@wix/echo 1.0.51 → 1.0.53
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/another-components.d.ts +6 -2
- package/build/cjs/another-components.js +13 -7
- package/build/cjs/another-components.js.map +1 -1
- package/build/cjs/components.d.ts +2 -4
- package/build/cjs/components.js +13 -13
- package/build/cjs/components.js.map +1 -1
- package/build/cjs/index.d.ts +0 -1
- package/build/es/another-components.d.mts +6 -2
- package/build/es/another-components.mjs +3 -19
- package/build/es/another-components.mjs.map +1 -1
- package/build/es/components.d.mts +2 -4
- package/build/es/components.mjs +3 -25
- package/build/es/components.mjs.map +1 -1
- package/build/es/index.d.mts +0 -1
- package/build/internal/cjs/another-components.d.ts +6 -2
- package/build/internal/cjs/another-components.js +13 -7
- package/build/internal/cjs/another-components.js.map +1 -1
- package/build/internal/cjs/components.d.ts +2 -4
- package/build/internal/cjs/components.js +13 -13
- package/build/internal/cjs/components.js.map +1 -1
- package/build/internal/cjs/index.d.ts +0 -1
- package/build/internal/es/another-components.d.mts +6 -2
- package/build/internal/es/another-components.mjs +3 -19
- package/build/internal/es/another-components.mjs.map +1 -1
- package/build/internal/es/components.d.mts +2 -4
- package/build/internal/es/components.mjs +3 -25
- package/build/internal/es/components.mjs.map +1 -1
- package/build/internal/es/index.d.mts +0 -1
- package/package.json +2 -2
- package/build/cjs/components-components-DJYUKvD4.d.ts +0 -22
- package/build/cjs/components-server-actions-DAojCGGy.d.ts +0 -22
- package/build/cjs/sdk-exports/another-components-another-server-actions.d.ts +0 -23
- package/build/cjs/sdk-exports/another-components-another-server-actions.js +0 -25
- package/build/cjs/sdk-exports/another-components-another-server-actions.js.map +0 -1
- package/build/cjs/sdk-exports/components-components.d.ts +0 -1
- package/build/cjs/sdk-exports/components-components.js +0 -25
- package/build/cjs/sdk-exports/components-components.js.map +0 -1
- package/build/cjs/sdk-exports/components-server-actions.d.ts +0 -1
- package/build/cjs/sdk-exports/components-server-actions.js +0 -25
- package/build/cjs/sdk-exports/components-server-actions.js.map +0 -1
- package/build/es/components-components-DJYUKvD4.d.mts +0 -22
- package/build/es/components-server-actions-DAojCGGy.d.mts +0 -22
- package/build/es/sdk-exports/another-components-another-server-actions.d.mts +0 -23
- package/build/es/sdk-exports/another-components-another-server-actions.mjs +0 -3
- package/build/es/sdk-exports/another-components-another-server-actions.mjs.map +0 -1
- package/build/es/sdk-exports/components-components.d.mts +0 -1
- package/build/es/sdk-exports/components-components.mjs +0 -3
- package/build/es/sdk-exports/components-components.mjs.map +0 -1
- package/build/es/sdk-exports/components-server-actions.d.mts +0 -1
- package/build/es/sdk-exports/components-server-actions.mjs +0 -3
- package/build/es/sdk-exports/components-server-actions.mjs.map +0 -1
- package/build/internal/cjs/components-components-DJYUKvD4.d.ts +0 -22
- package/build/internal/cjs/components-server-actions-DAojCGGy.d.ts +0 -22
- package/build/internal/cjs/sdk-exports/another-components-another-server-actions.d.ts +0 -23
- package/build/internal/cjs/sdk-exports/another-components-another-server-actions.js +0 -25
- package/build/internal/cjs/sdk-exports/another-components-another-server-actions.js.map +0 -1
- package/build/internal/cjs/sdk-exports/components-components.d.ts +0 -1
- package/build/internal/cjs/sdk-exports/components-components.js +0 -25
- package/build/internal/cjs/sdk-exports/components-components.js.map +0 -1
- package/build/internal/cjs/sdk-exports/components-server-actions.d.ts +0 -1
- package/build/internal/cjs/sdk-exports/components-server-actions.js +0 -25
- package/build/internal/cjs/sdk-exports/components-server-actions.js.map +0 -1
- package/build/internal/es/components-components-DJYUKvD4.d.mts +0 -22
- package/build/internal/es/components-server-actions-DAojCGGy.d.mts +0 -22
- package/build/internal/es/sdk-exports/another-components-another-server-actions.d.mts +0 -23
- package/build/internal/es/sdk-exports/another-components-another-server-actions.mjs +0 -3
- package/build/internal/es/sdk-exports/another-components-another-server-actions.mjs.map +0 -1
- package/build/internal/es/sdk-exports/components-components.d.mts +0 -1
- package/build/internal/es/sdk-exports/components-components.mjs +0 -3
- package/build/internal/es/sdk-exports/components-components.mjs.map +0 -1
- package/build/internal/es/sdk-exports/components-server-actions.d.mts +0 -1
- package/build/internal/es/sdk-exports/components-server-actions.mjs +0 -3
- package/build/internal/es/sdk-exports/components-server-actions.mjs.map +0 -1
|
@@ -1,2 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import * as serverActions from '@wix/headless-stores/server-actions';
|
|
2
|
+
export { serverActions as StoresServerActions };
|
|
3
|
+
import '@wix/headless-stores/react';
|
|
4
|
+
import '@wix/auto_sdk_echo_metroinspector';
|
|
5
|
+
import '@wix/sdk-types';
|
|
6
|
+
import '@wix/auto_sdk_echo_metroinspector/meta';
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
2
3
|
var __defProp = Object.defineProperty;
|
|
3
4
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
5
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
5
7
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
8
|
var __export = (target, all) => {
|
|
7
9
|
for (var name in all)
|
|
@@ -15,21 +17,25 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
17
|
}
|
|
16
18
|
return to;
|
|
17
19
|
};
|
|
18
|
-
var
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
19
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
29
|
|
|
21
30
|
// another-components.ts
|
|
22
31
|
var another_components_exports = {};
|
|
23
32
|
__export(another_components_exports, {
|
|
24
|
-
|
|
33
|
+
StoresServerActions: () => StoresServerActions
|
|
25
34
|
});
|
|
26
35
|
module.exports = __toCommonJS(another_components_exports);
|
|
27
|
-
|
|
28
|
-
// sdk-exports/another-components-another-server-actions.ts
|
|
29
|
-
var another_components_another_server_actions_exports = {};
|
|
30
|
-
__reExport(another_components_another_server_actions_exports, require("@wix/headless-stores/server-actions"));
|
|
36
|
+
var StoresServerActions = __toESM(require("@wix/headless-stores/server-actions"));
|
|
31
37
|
// Annotate the CommonJS export names for ESM import in node:
|
|
32
38
|
0 && (module.exports = {
|
|
33
|
-
|
|
39
|
+
StoresServerActions
|
|
34
40
|
});
|
|
35
41
|
//# sourceMappingURL=another-components.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../another-components.ts"
|
|
1
|
+
{"version":3,"sources":["../../another-components.ts"],"sourcesContent":["export * as StoresServerActions from '@wix/headless-stores/server-actions';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,0BAAqC;","names":[]}
|
|
@@ -1,4 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export {
|
|
3
|
-
import '@wix/headless-stores/react';
|
|
4
|
-
import '@wix/headless-stores/server-actions';
|
|
1
|
+
import * as react from '@wix/headless-stores/react';
|
|
2
|
+
export { react as StoresComponents };
|
package/build/cjs/components.js
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
2
3
|
var __defProp = Object.defineProperty;
|
|
3
4
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
5
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
5
7
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
8
|
var __export = (target, all) => {
|
|
7
9
|
for (var name in all)
|
|
@@ -15,27 +17,25 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
17
|
}
|
|
16
18
|
return to;
|
|
17
19
|
};
|
|
18
|
-
var
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
19
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
29
|
|
|
21
30
|
// components.ts
|
|
22
31
|
var components_exports = {};
|
|
23
32
|
__export(components_exports, {
|
|
24
|
-
|
|
25
|
-
ServerActions: () => components_server_actions_exports
|
|
33
|
+
StoresComponents: () => StoresComponents
|
|
26
34
|
});
|
|
27
35
|
module.exports = __toCommonJS(components_exports);
|
|
28
|
-
|
|
29
|
-
// sdk-exports/components-components.ts
|
|
30
|
-
var components_components_exports = {};
|
|
31
|
-
__reExport(components_components_exports, require("@wix/headless-stores/react"));
|
|
32
|
-
|
|
33
|
-
// sdk-exports/components-server-actions.ts
|
|
34
|
-
var components_server_actions_exports = {};
|
|
35
|
-
__reExport(components_server_actions_exports, require("@wix/headless-stores/server-actions"));
|
|
36
|
+
var StoresComponents = __toESM(require("@wix/headless-stores/react"));
|
|
36
37
|
// Annotate the CommonJS export names for ESM import in node:
|
|
37
38
|
0 && (module.exports = {
|
|
38
|
-
|
|
39
|
-
ServerActions
|
|
39
|
+
StoresComponents
|
|
40
40
|
});
|
|
41
41
|
//# sourceMappingURL=components.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../components.ts"
|
|
1
|
+
{"version":3,"sources":["../../components.ts"],"sourcesContent":["export * as StoresComponents from '@wix/headless-stores/react';\n\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,uBAAkC;","names":[]}
|
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,2 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import * as serverActions from '@wix/headless-stores/server-actions';
|
|
2
|
+
export { serverActions as StoresServerActions };
|
|
3
|
+
import '@wix/headless-stores/react';
|
|
4
|
+
import '@wix/auto_sdk_echo_metroinspector';
|
|
5
|
+
import '@wix/sdk-types';
|
|
6
|
+
import '@wix/auto_sdk_echo_metroinspector/meta';
|
|
@@ -1,22 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __copyProps = (to, from, except, desc) => {
|
|
6
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
7
|
-
for (let key of __getOwnPropNames(from))
|
|
8
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
9
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
10
|
-
}
|
|
11
|
-
return to;
|
|
12
|
-
};
|
|
13
|
-
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
14
|
-
|
|
15
|
-
// sdk-exports/another-components-another-server-actions.ts
|
|
16
|
-
var another_components_another_server_actions_exports = {};
|
|
17
|
-
__reExport(another_components_another_server_actions_exports, server_actions_star);
|
|
18
|
-
import * as server_actions_star from "@wix/headless-stores/server-actions";
|
|
1
|
+
// another-components.ts
|
|
2
|
+
import * as StoresServerActions from "@wix/headless-stores/server-actions";
|
|
19
3
|
export {
|
|
20
|
-
|
|
4
|
+
StoresServerActions
|
|
21
5
|
};
|
|
22
6
|
//# sourceMappingURL=another-components.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../
|
|
1
|
+
{"version":3,"sources":["../../another-components.ts"],"sourcesContent":["export * as StoresServerActions from '@wix/headless-stores/server-actions';\n"],"mappings":";AAAA,YAAY,yBAAyB;","names":[]}
|
|
@@ -1,4 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export {
|
|
3
|
-
import '@wix/headless-stores/react';
|
|
4
|
-
import '@wix/headless-stores/server-actions';
|
|
1
|
+
import * as react from '@wix/headless-stores/react';
|
|
2
|
+
export { react as StoresComponents };
|
package/build/es/components.mjs
CHANGED
|
@@ -1,28 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __copyProps = (to, from, except, desc) => {
|
|
6
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
7
|
-
for (let key of __getOwnPropNames(from))
|
|
8
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
9
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
10
|
-
}
|
|
11
|
-
return to;
|
|
12
|
-
};
|
|
13
|
-
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
14
|
-
|
|
15
|
-
// sdk-exports/components-components.ts
|
|
16
|
-
var components_components_exports = {};
|
|
17
|
-
__reExport(components_components_exports, react_star);
|
|
18
|
-
import * as react_star from "@wix/headless-stores/react";
|
|
19
|
-
|
|
20
|
-
// sdk-exports/components-server-actions.ts
|
|
21
|
-
var components_server_actions_exports = {};
|
|
22
|
-
__reExport(components_server_actions_exports, server_actions_star);
|
|
23
|
-
import * as server_actions_star from "@wix/headless-stores/server-actions";
|
|
1
|
+
// components.ts
|
|
2
|
+
import * as StoresComponents from "@wix/headless-stores/react";
|
|
24
3
|
export {
|
|
25
|
-
|
|
26
|
-
components_server_actions_exports as ServerActions
|
|
4
|
+
StoresComponents
|
|
27
5
|
};
|
|
28
6
|
//# sourceMappingURL=components.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../
|
|
1
|
+
{"version":3,"sources":["../../components.ts"],"sourcesContent":["export * as StoresComponents from '@wix/headless-stores/react';\n\n"],"mappings":";AAAA,YAAY,sBAAsB;","names":[]}
|
package/build/es/index.d.mts
CHANGED
|
@@ -1,2 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import * as serverActions from '@wix/headless-stores/server-actions';
|
|
2
|
+
export { serverActions as StoresServerActions };
|
|
3
|
+
import '@wix/headless-stores/react';
|
|
4
|
+
import '@wix/auto_sdk_echo_metroinspector';
|
|
5
|
+
import '@wix/sdk-types';
|
|
6
|
+
import '@wix/auto_sdk_echo_metroinspector/meta';
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
2
3
|
var __defProp = Object.defineProperty;
|
|
3
4
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
5
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
5
7
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
8
|
var __export = (target, all) => {
|
|
7
9
|
for (var name in all)
|
|
@@ -15,21 +17,25 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
17
|
}
|
|
16
18
|
return to;
|
|
17
19
|
};
|
|
18
|
-
var
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
19
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
29
|
|
|
21
30
|
// another-components.ts
|
|
22
31
|
var another_components_exports = {};
|
|
23
32
|
__export(another_components_exports, {
|
|
24
|
-
|
|
33
|
+
StoresServerActions: () => StoresServerActions
|
|
25
34
|
});
|
|
26
35
|
module.exports = __toCommonJS(another_components_exports);
|
|
27
|
-
|
|
28
|
-
// sdk-exports/another-components-another-server-actions.ts
|
|
29
|
-
var another_components_another_server_actions_exports = {};
|
|
30
|
-
__reExport(another_components_another_server_actions_exports, require("@wix/headless-stores/server-actions"));
|
|
36
|
+
var StoresServerActions = __toESM(require("@wix/headless-stores/server-actions"));
|
|
31
37
|
// Annotate the CommonJS export names for ESM import in node:
|
|
32
38
|
0 && (module.exports = {
|
|
33
|
-
|
|
39
|
+
StoresServerActions
|
|
34
40
|
});
|
|
35
41
|
//# sourceMappingURL=another-components.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../another-components.ts"
|
|
1
|
+
{"version":3,"sources":["../../../another-components.ts"],"sourcesContent":["export * as StoresServerActions from '@wix/headless-stores/server-actions';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,0BAAqC;","names":[]}
|
|
@@ -1,4 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export {
|
|
3
|
-
import '@wix/headless-stores/react';
|
|
4
|
-
import '@wix/headless-stores/server-actions';
|
|
1
|
+
import * as react from '@wix/headless-stores/react';
|
|
2
|
+
export { react as StoresComponents };
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
2
3
|
var __defProp = Object.defineProperty;
|
|
3
4
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
5
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
5
7
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
8
|
var __export = (target, all) => {
|
|
7
9
|
for (var name in all)
|
|
@@ -15,27 +17,25 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
17
|
}
|
|
16
18
|
return to;
|
|
17
19
|
};
|
|
18
|
-
var
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
19
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
29
|
|
|
21
30
|
// components.ts
|
|
22
31
|
var components_exports = {};
|
|
23
32
|
__export(components_exports, {
|
|
24
|
-
|
|
25
|
-
ServerActions: () => components_server_actions_exports
|
|
33
|
+
StoresComponents: () => StoresComponents
|
|
26
34
|
});
|
|
27
35
|
module.exports = __toCommonJS(components_exports);
|
|
28
|
-
|
|
29
|
-
// sdk-exports/components-components.ts
|
|
30
|
-
var components_components_exports = {};
|
|
31
|
-
__reExport(components_components_exports, require("@wix/headless-stores/react"));
|
|
32
|
-
|
|
33
|
-
// sdk-exports/components-server-actions.ts
|
|
34
|
-
var components_server_actions_exports = {};
|
|
35
|
-
__reExport(components_server_actions_exports, require("@wix/headless-stores/server-actions"));
|
|
36
|
+
var StoresComponents = __toESM(require("@wix/headless-stores/react"));
|
|
36
37
|
// Annotate the CommonJS export names for ESM import in node:
|
|
37
38
|
0 && (module.exports = {
|
|
38
|
-
|
|
39
|
-
ServerActions
|
|
39
|
+
StoresComponents
|
|
40
40
|
});
|
|
41
41
|
//# sourceMappingURL=components.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../components.ts"
|
|
1
|
+
{"version":3,"sources":["../../../components.ts"],"sourcesContent":["export * as StoresComponents from '@wix/headless-stores/react';\n\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,uBAAkC;","names":[]}
|
|
@@ -1,2 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import * as serverActions from '@wix/headless-stores/server-actions';
|
|
2
|
+
export { serverActions as StoresServerActions };
|
|
3
|
+
import '@wix/headless-stores/react';
|
|
4
|
+
import '@wix/auto_sdk_echo_metroinspector';
|
|
5
|
+
import '@wix/sdk-types';
|
|
6
|
+
import '@wix/auto_sdk_echo_metroinspector/meta';
|
|
@@ -1,22 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __copyProps = (to, from, except, desc) => {
|
|
6
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
7
|
-
for (let key of __getOwnPropNames(from))
|
|
8
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
9
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
10
|
-
}
|
|
11
|
-
return to;
|
|
12
|
-
};
|
|
13
|
-
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
14
|
-
|
|
15
|
-
// sdk-exports/another-components-another-server-actions.ts
|
|
16
|
-
var another_components_another_server_actions_exports = {};
|
|
17
|
-
__reExport(another_components_another_server_actions_exports, server_actions_star);
|
|
18
|
-
import * as server_actions_star from "@wix/headless-stores/server-actions";
|
|
1
|
+
// another-components.ts
|
|
2
|
+
import * as StoresServerActions from "@wix/headless-stores/server-actions";
|
|
19
3
|
export {
|
|
20
|
-
|
|
4
|
+
StoresServerActions
|
|
21
5
|
};
|
|
22
6
|
//# sourceMappingURL=another-components.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../
|
|
1
|
+
{"version":3,"sources":["../../../another-components.ts"],"sourcesContent":["export * as StoresServerActions from '@wix/headless-stores/server-actions';\n"],"mappings":";AAAA,YAAY,yBAAyB;","names":[]}
|
|
@@ -1,4 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export {
|
|
3
|
-
import '@wix/headless-stores/react';
|
|
4
|
-
import '@wix/headless-stores/server-actions';
|
|
1
|
+
import * as react from '@wix/headless-stores/react';
|
|
2
|
+
export { react as StoresComponents };
|
|
@@ -1,28 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __copyProps = (to, from, except, desc) => {
|
|
6
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
7
|
-
for (let key of __getOwnPropNames(from))
|
|
8
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
9
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
10
|
-
}
|
|
11
|
-
return to;
|
|
12
|
-
};
|
|
13
|
-
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
14
|
-
|
|
15
|
-
// sdk-exports/components-components.ts
|
|
16
|
-
var components_components_exports = {};
|
|
17
|
-
__reExport(components_components_exports, react_star);
|
|
18
|
-
import * as react_star from "@wix/headless-stores/react";
|
|
19
|
-
|
|
20
|
-
// sdk-exports/components-server-actions.ts
|
|
21
|
-
var components_server_actions_exports = {};
|
|
22
|
-
__reExport(components_server_actions_exports, server_actions_star);
|
|
23
|
-
import * as server_actions_star from "@wix/headless-stores/server-actions";
|
|
1
|
+
// components.ts
|
|
2
|
+
import * as StoresComponents from "@wix/headless-stores/react";
|
|
24
3
|
export {
|
|
25
|
-
|
|
26
|
-
components_server_actions_exports as ServerActions
|
|
4
|
+
StoresComponents
|
|
27
5
|
};
|
|
28
6
|
//# sourceMappingURL=components.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../
|
|
1
|
+
{"version":3,"sources":["../../../components.ts"],"sourcesContent":["export * as StoresComponents from '@wix/headless-stores/react';\n\n"],"mappings":";AAAA,YAAY,sBAAsB;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/echo",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.53",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"fqdn": ""
|
|
68
68
|
}
|
|
69
69
|
},
|
|
70
|
-
"falconPackageHash": "
|
|
70
|
+
"falconPackageHash": "cd0e907af83d12397ca8e868ab815d0f1a1c558757029d0c6062a890"
|
|
71
71
|
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import * as react from '@wix/headless-stores/react';
|
|
2
|
-
|
|
3
|
-
function _mergeNamespaces(n, m) {
|
|
4
|
-
m.forEach(function (e) {
|
|
5
|
-
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
6
|
-
if (k !== 'default' && !(k in n)) {
|
|
7
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
8
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
9
|
-
enumerable: true,
|
|
10
|
-
get: function () { return e[k]; }
|
|
11
|
-
});
|
|
12
|
-
}
|
|
13
|
-
});
|
|
14
|
-
});
|
|
15
|
-
return Object.freeze(n);
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
var componentsComponents = /*#__PURE__*/_mergeNamespaces({
|
|
19
|
-
__proto__: null
|
|
20
|
-
}, [react]);
|
|
21
|
-
|
|
22
|
-
export { componentsComponents as c };
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import * as serverActions from '@wix/headless-stores/server-actions';
|
|
2
|
-
|
|
3
|
-
function _mergeNamespaces(n, m) {
|
|
4
|
-
m.forEach(function (e) {
|
|
5
|
-
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
6
|
-
if (k !== 'default' && !(k in n)) {
|
|
7
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
8
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
9
|
-
enumerable: true,
|
|
10
|
-
get: function () { return e[k]; }
|
|
11
|
-
});
|
|
12
|
-
}
|
|
13
|
-
});
|
|
14
|
-
});
|
|
15
|
-
return Object.freeze(n);
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
var componentsServerActions = /*#__PURE__*/_mergeNamespaces({
|
|
19
|
-
__proto__: null
|
|
20
|
-
}, [serverActions]);
|
|
21
|
-
|
|
22
|
-
export { componentsServerActions as c };
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import * as serverActions from '@wix/headless-stores/server-actions';
|
|
2
|
-
export * from '@wix/headless-stores/server-actions';
|
|
3
|
-
|
|
4
|
-
function _mergeNamespaces(n, m) {
|
|
5
|
-
m.forEach(function (e) {
|
|
6
|
-
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
7
|
-
if (k !== 'default' && !(k in n)) {
|
|
8
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
9
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
10
|
-
enumerable: true,
|
|
11
|
-
get: function () { return e[k]; }
|
|
12
|
-
});
|
|
13
|
-
}
|
|
14
|
-
});
|
|
15
|
-
});
|
|
16
|
-
return Object.freeze(n);
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
var anotherComponentsAnotherServerActions = /*#__PURE__*/_mergeNamespaces({
|
|
20
|
-
__proto__: null
|
|
21
|
-
}, [serverActions]);
|
|
22
|
-
|
|
23
|
-
export { anotherComponentsAnotherServerActions as a };
|
|
@@ -1,25 +0,0 @@
|
|
|
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
|
-
// sdk-exports/another-components-another-server-actions.ts
|
|
18
|
-
var another_components_another_server_actions_exports = {};
|
|
19
|
-
module.exports = __toCommonJS(another_components_another_server_actions_exports);
|
|
20
|
-
__reExport(another_components_another_server_actions_exports, require("@wix/headless-stores/server-actions"), module.exports);
|
|
21
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
22
|
-
0 && (module.exports = {
|
|
23
|
-
...require("@wix/headless-stores/server-actions")
|
|
24
|
-
});
|
|
25
|
-
//# sourceMappingURL=another-components-another-server-actions.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../sdk-exports/another-components-another-server-actions.ts"],"sourcesContent":["export * from '@wix/headless-stores/server-actions';\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,8DAAc,gDAAd;","names":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@wix/headless-stores/react';
|
|
@@ -1,25 +0,0 @@
|
|
|
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
|
-
// sdk-exports/components-components.ts
|
|
18
|
-
var components_components_exports = {};
|
|
19
|
-
module.exports = __toCommonJS(components_components_exports);
|
|
20
|
-
__reExport(components_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-components.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../sdk-exports/components-components.ts"],"sourcesContent":["export * from '@wix/headless-stores/react';\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,0CAAc,uCAAd;","names":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@wix/headless-stores/server-actions';
|
|
@@ -1,25 +0,0 @@
|
|
|
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
|
-
// sdk-exports/components-server-actions.ts
|
|
18
|
-
var components_server_actions_exports = {};
|
|
19
|
-
module.exports = __toCommonJS(components_server_actions_exports);
|
|
20
|
-
__reExport(components_server_actions_exports, require("@wix/headless-stores/server-actions"), module.exports);
|
|
21
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
22
|
-
0 && (module.exports = {
|
|
23
|
-
...require("@wix/headless-stores/server-actions")
|
|
24
|
-
});
|
|
25
|
-
//# sourceMappingURL=components-server-actions.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../sdk-exports/components-server-actions.ts"],"sourcesContent":["export * from '@wix/headless-stores/server-actions';\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,8CAAc,gDAAd;","names":[]}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import * as react from '@wix/headless-stores/react';
|
|
2
|
-
|
|
3
|
-
function _mergeNamespaces(n, m) {
|
|
4
|
-
m.forEach(function (e) {
|
|
5
|
-
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
6
|
-
if (k !== 'default' && !(k in n)) {
|
|
7
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
8
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
9
|
-
enumerable: true,
|
|
10
|
-
get: function () { return e[k]; }
|
|
11
|
-
});
|
|
12
|
-
}
|
|
13
|
-
});
|
|
14
|
-
});
|
|
15
|
-
return Object.freeze(n);
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
var componentsComponents = /*#__PURE__*/_mergeNamespaces({
|
|
19
|
-
__proto__: null
|
|
20
|
-
}, [react]);
|
|
21
|
-
|
|
22
|
-
export { componentsComponents as c };
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import * as serverActions from '@wix/headless-stores/server-actions';
|
|
2
|
-
|
|
3
|
-
function _mergeNamespaces(n, m) {
|
|
4
|
-
m.forEach(function (e) {
|
|
5
|
-
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
6
|
-
if (k !== 'default' && !(k in n)) {
|
|
7
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
8
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
9
|
-
enumerable: true,
|
|
10
|
-
get: function () { return e[k]; }
|
|
11
|
-
});
|
|
12
|
-
}
|
|
13
|
-
});
|
|
14
|
-
});
|
|
15
|
-
return Object.freeze(n);
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
var componentsServerActions = /*#__PURE__*/_mergeNamespaces({
|
|
19
|
-
__proto__: null
|
|
20
|
-
}, [serverActions]);
|
|
21
|
-
|
|
22
|
-
export { componentsServerActions as c };
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import * as serverActions from '@wix/headless-stores/server-actions';
|
|
2
|
-
export * from '@wix/headless-stores/server-actions';
|
|
3
|
-
|
|
4
|
-
function _mergeNamespaces(n, m) {
|
|
5
|
-
m.forEach(function (e) {
|
|
6
|
-
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
7
|
-
if (k !== 'default' && !(k in n)) {
|
|
8
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
9
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
10
|
-
enumerable: true,
|
|
11
|
-
get: function () { return e[k]; }
|
|
12
|
-
});
|
|
13
|
-
}
|
|
14
|
-
});
|
|
15
|
-
});
|
|
16
|
-
return Object.freeze(n);
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
var anotherComponentsAnotherServerActions = /*#__PURE__*/_mergeNamespaces({
|
|
20
|
-
__proto__: null
|
|
21
|
-
}, [serverActions]);
|
|
22
|
-
|
|
23
|
-
export { anotherComponentsAnotherServerActions as a };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../sdk-exports/another-components-another-server-actions.ts"],"sourcesContent":["export * from '@wix/headless-stores/server-actions';\n"],"mappings":";AAAA,cAAc;","names":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@wix/headless-stores/react';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../sdk-exports/components-components.ts"],"sourcesContent":["export * from '@wix/headless-stores/react';\n"],"mappings":";AAAA,cAAc;","names":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@wix/headless-stores/server-actions';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../sdk-exports/components-server-actions.ts"],"sourcesContent":["export * from '@wix/headless-stores/server-actions';\n"],"mappings":";AAAA,cAAc;","names":[]}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import * as react from '@wix/headless-stores/react';
|
|
2
|
-
|
|
3
|
-
function _mergeNamespaces(n, m) {
|
|
4
|
-
m.forEach(function (e) {
|
|
5
|
-
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
6
|
-
if (k !== 'default' && !(k in n)) {
|
|
7
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
8
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
9
|
-
enumerable: true,
|
|
10
|
-
get: function () { return e[k]; }
|
|
11
|
-
});
|
|
12
|
-
}
|
|
13
|
-
});
|
|
14
|
-
});
|
|
15
|
-
return Object.freeze(n);
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
var componentsComponents = /*#__PURE__*/_mergeNamespaces({
|
|
19
|
-
__proto__: null
|
|
20
|
-
}, [react]);
|
|
21
|
-
|
|
22
|
-
export { componentsComponents as c };
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import * as serverActions from '@wix/headless-stores/server-actions';
|
|
2
|
-
|
|
3
|
-
function _mergeNamespaces(n, m) {
|
|
4
|
-
m.forEach(function (e) {
|
|
5
|
-
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
6
|
-
if (k !== 'default' && !(k in n)) {
|
|
7
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
8
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
9
|
-
enumerable: true,
|
|
10
|
-
get: function () { return e[k]; }
|
|
11
|
-
});
|
|
12
|
-
}
|
|
13
|
-
});
|
|
14
|
-
});
|
|
15
|
-
return Object.freeze(n);
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
var componentsServerActions = /*#__PURE__*/_mergeNamespaces({
|
|
19
|
-
__proto__: null
|
|
20
|
-
}, [serverActions]);
|
|
21
|
-
|
|
22
|
-
export { componentsServerActions as c };
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import * as serverActions from '@wix/headless-stores/server-actions';
|
|
2
|
-
export * from '@wix/headless-stores/server-actions';
|
|
3
|
-
|
|
4
|
-
function _mergeNamespaces(n, m) {
|
|
5
|
-
m.forEach(function (e) {
|
|
6
|
-
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
7
|
-
if (k !== 'default' && !(k in n)) {
|
|
8
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
9
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
10
|
-
enumerable: true,
|
|
11
|
-
get: function () { return e[k]; }
|
|
12
|
-
});
|
|
13
|
-
}
|
|
14
|
-
});
|
|
15
|
-
});
|
|
16
|
-
return Object.freeze(n);
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
var anotherComponentsAnotherServerActions = /*#__PURE__*/_mergeNamespaces({
|
|
20
|
-
__proto__: null
|
|
21
|
-
}, [serverActions]);
|
|
22
|
-
|
|
23
|
-
export { anotherComponentsAnotherServerActions as a };
|
|
@@ -1,25 +0,0 @@
|
|
|
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
|
-
// sdk-exports/another-components-another-server-actions.ts
|
|
18
|
-
var another_components_another_server_actions_exports = {};
|
|
19
|
-
module.exports = __toCommonJS(another_components_another_server_actions_exports);
|
|
20
|
-
__reExport(another_components_another_server_actions_exports, require("@wix/headless-stores/server-actions"), module.exports);
|
|
21
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
22
|
-
0 && (module.exports = {
|
|
23
|
-
...require("@wix/headless-stores/server-actions")
|
|
24
|
-
});
|
|
25
|
-
//# sourceMappingURL=another-components-another-server-actions.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../sdk-exports/another-components-another-server-actions.ts"],"sourcesContent":["export * from '@wix/headless-stores/server-actions';\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,8DAAc,gDAAd;","names":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@wix/headless-stores/react';
|
|
@@ -1,25 +0,0 @@
|
|
|
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
|
-
// sdk-exports/components-components.ts
|
|
18
|
-
var components_components_exports = {};
|
|
19
|
-
module.exports = __toCommonJS(components_components_exports);
|
|
20
|
-
__reExport(components_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-components.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../sdk-exports/components-components.ts"],"sourcesContent":["export * from '@wix/headless-stores/react';\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,0CAAc,uCAAd;","names":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@wix/headless-stores/server-actions';
|
|
@@ -1,25 +0,0 @@
|
|
|
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
|
-
// sdk-exports/components-server-actions.ts
|
|
18
|
-
var components_server_actions_exports = {};
|
|
19
|
-
module.exports = __toCommonJS(components_server_actions_exports);
|
|
20
|
-
__reExport(components_server_actions_exports, require("@wix/headless-stores/server-actions"), module.exports);
|
|
21
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
22
|
-
0 && (module.exports = {
|
|
23
|
-
...require("@wix/headless-stores/server-actions")
|
|
24
|
-
});
|
|
25
|
-
//# sourceMappingURL=components-server-actions.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../sdk-exports/components-server-actions.ts"],"sourcesContent":["export * from '@wix/headless-stores/server-actions';\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,8CAAc,gDAAd;","names":[]}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import * as react from '@wix/headless-stores/react';
|
|
2
|
-
|
|
3
|
-
function _mergeNamespaces(n, m) {
|
|
4
|
-
m.forEach(function (e) {
|
|
5
|
-
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
6
|
-
if (k !== 'default' && !(k in n)) {
|
|
7
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
8
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
9
|
-
enumerable: true,
|
|
10
|
-
get: function () { return e[k]; }
|
|
11
|
-
});
|
|
12
|
-
}
|
|
13
|
-
});
|
|
14
|
-
});
|
|
15
|
-
return Object.freeze(n);
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
var componentsComponents = /*#__PURE__*/_mergeNamespaces({
|
|
19
|
-
__proto__: null
|
|
20
|
-
}, [react]);
|
|
21
|
-
|
|
22
|
-
export { componentsComponents as c };
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import * as serverActions from '@wix/headless-stores/server-actions';
|
|
2
|
-
|
|
3
|
-
function _mergeNamespaces(n, m) {
|
|
4
|
-
m.forEach(function (e) {
|
|
5
|
-
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
6
|
-
if (k !== 'default' && !(k in n)) {
|
|
7
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
8
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
9
|
-
enumerable: true,
|
|
10
|
-
get: function () { return e[k]; }
|
|
11
|
-
});
|
|
12
|
-
}
|
|
13
|
-
});
|
|
14
|
-
});
|
|
15
|
-
return Object.freeze(n);
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
var componentsServerActions = /*#__PURE__*/_mergeNamespaces({
|
|
19
|
-
__proto__: null
|
|
20
|
-
}, [serverActions]);
|
|
21
|
-
|
|
22
|
-
export { componentsServerActions as c };
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import * as serverActions from '@wix/headless-stores/server-actions';
|
|
2
|
-
export * from '@wix/headless-stores/server-actions';
|
|
3
|
-
|
|
4
|
-
function _mergeNamespaces(n, m) {
|
|
5
|
-
m.forEach(function (e) {
|
|
6
|
-
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
7
|
-
if (k !== 'default' && !(k in n)) {
|
|
8
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
9
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
10
|
-
enumerable: true,
|
|
11
|
-
get: function () { return e[k]; }
|
|
12
|
-
});
|
|
13
|
-
}
|
|
14
|
-
});
|
|
15
|
-
});
|
|
16
|
-
return Object.freeze(n);
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
var anotherComponentsAnotherServerActions = /*#__PURE__*/_mergeNamespaces({
|
|
20
|
-
__proto__: null
|
|
21
|
-
}, [serverActions]);
|
|
22
|
-
|
|
23
|
-
export { anotherComponentsAnotherServerActions as a };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../sdk-exports/another-components-another-server-actions.ts"],"sourcesContent":["export * from '@wix/headless-stores/server-actions';\n"],"mappings":";AAAA,cAAc;","names":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@wix/headless-stores/react';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../sdk-exports/components-components.ts"],"sourcesContent":["export * from '@wix/headless-stores/react';\n"],"mappings":";AAAA,cAAc;","names":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@wix/headless-stores/server-actions';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../sdk-exports/components-server-actions.ts"],"sourcesContent":["export * from '@wix/headless-stores/server-actions';\n"],"mappings":";AAAA,cAAc;","names":[]}
|