@wix/table-reservations 1.0.281 → 1.0.282
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 +9 -0
- package/build/cjs/components.js +25 -0
- package/build/cjs/components.js.map +1 -0
- package/build/cjs/dashboard.d.ts +0 -6
- 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 +9 -0
- package/build/es/components.mjs +3 -0
- package/build/es/components.mjs.map +1 -0
- package/build/es/dashboard.d.mts +0 -6
- 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 +9 -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 -6
- 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 +9 -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 -6
- 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 +18 -4
- package/services/package.json +3 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from '@wix/headless-restaurants-table-reservations/react';
|
|
2
|
+
import '@wix/table-reservations_app-extensions/dashboard';
|
|
3
|
+
import '@wix/auto_sdk_table-reservations_reservations';
|
|
4
|
+
import '@wix/auto_sdk_table-reservations_reservation-locations';
|
|
5
|
+
import '@wix/auto_sdk_table-reservations_time-slots';
|
|
6
|
+
import '@wix/auto_sdk_table-reservations_reservations/meta';
|
|
7
|
+
import '@wix/auto_sdk_table-reservations_reservation-locations/meta';
|
|
8
|
+
import '@wix/auto_sdk_table-reservations_time-slots/meta';
|
|
9
|
+
import '@wix/headless-restaurants-table-reservations/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-restaurants-table-reservations/react"), module.exports);
|
|
21
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
22
|
+
0 && (module.exports = {
|
|
23
|
+
...require("@wix/headless-restaurants-table-reservations/react")
|
|
24
|
+
});
|
|
25
|
+
//# sourceMappingURL=components.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../components.ts"],"sourcesContent":["export * from '@wix/headless-restaurants-table-reservations/react';"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,+BAAc,+DAAd;","names":[]}
|
package/build/cjs/dashboard.d.ts
CHANGED
|
@@ -1,7 +1 @@
|
|
|
1
1
|
export * from '@wix/table-reservations_app-extensions/dashboard';
|
|
2
|
-
import '@wix/auto_sdk_table-reservations_reservations';
|
|
3
|
-
import '@wix/auto_sdk_table-reservations_reservation-locations';
|
|
4
|
-
import '@wix/auto_sdk_table-reservations_time-slots';
|
|
5
|
-
import '@wix/auto_sdk_table-reservations_reservations/meta';
|
|
6
|
-
import '@wix/auto_sdk_table-reservations_reservation-locations/meta';
|
|
7
|
-
import '@wix/auto_sdk_table-reservations_time-slots/meta';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@wix/headless-restaurants-table-reservations/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-restaurants-table-reservations/services"), module.exports);
|
|
21
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
22
|
+
0 && (module.exports = {
|
|
23
|
+
...require("@wix/headless-restaurants-table-reservations/services")
|
|
24
|
+
});
|
|
25
|
+
//# sourceMappingURL=services.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../services.ts"],"sourcesContent":["export * from '@wix/headless-restaurants-table-reservations/services';"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,6BAAc,kEAAd;","names":[]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from '@wix/headless-restaurants-table-reservations/react';
|
|
2
|
+
import '@wix/table-reservations_app-extensions/dashboard';
|
|
3
|
+
import '@wix/auto_sdk_table-reservations_reservations';
|
|
4
|
+
import '@wix/auto_sdk_table-reservations_reservation-locations';
|
|
5
|
+
import '@wix/auto_sdk_table-reservations_time-slots';
|
|
6
|
+
import '@wix/auto_sdk_table-reservations_reservations/meta';
|
|
7
|
+
import '@wix/auto_sdk_table-reservations_reservation-locations/meta';
|
|
8
|
+
import '@wix/auto_sdk_table-reservations_time-slots/meta';
|
|
9
|
+
import '@wix/headless-restaurants-table-reservations/services';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../components.ts"],"sourcesContent":["export * from '@wix/headless-restaurants-table-reservations/react';"],"mappings":";AAAA,cAAc;","names":[]}
|
package/build/es/dashboard.d.mts
CHANGED
|
@@ -1,7 +1 @@
|
|
|
1
1
|
export * from '@wix/table-reservations_app-extensions/dashboard';
|
|
2
|
-
import '@wix/auto_sdk_table-reservations_reservations';
|
|
3
|
-
import '@wix/auto_sdk_table-reservations_reservation-locations';
|
|
4
|
-
import '@wix/auto_sdk_table-reservations_time-slots';
|
|
5
|
-
import '@wix/auto_sdk_table-reservations_reservations/meta';
|
|
6
|
-
import '@wix/auto_sdk_table-reservations_reservation-locations/meta';
|
|
7
|
-
import '@wix/auto_sdk_table-reservations_time-slots/meta';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@wix/headless-restaurants-table-reservations/services';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../services.ts"],"sourcesContent":["export * from '@wix/headless-restaurants-table-reservations/services';"],"mappings":";AAAA,cAAc;","names":[]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from '@wix/headless-restaurants-table-reservations/react';
|
|
2
|
+
import '@wix/table-reservations_app-extensions/dashboard';
|
|
3
|
+
import '@wix/auto_sdk_table-reservations_reservations';
|
|
4
|
+
import '@wix/auto_sdk_table-reservations_reservation-locations';
|
|
5
|
+
import '@wix/auto_sdk_table-reservations_time-slots';
|
|
6
|
+
import '@wix/auto_sdk_table-reservations_reservations/meta';
|
|
7
|
+
import '@wix/auto_sdk_table-reservations_reservation-locations/meta';
|
|
8
|
+
import '@wix/auto_sdk_table-reservations_time-slots/meta';
|
|
9
|
+
import '@wix/headless-restaurants-table-reservations/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-restaurants-table-reservations/react"), module.exports);
|
|
21
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
22
|
+
0 && (module.exports = {
|
|
23
|
+
...require("@wix/headless-restaurants-table-reservations/react")
|
|
24
|
+
});
|
|
25
|
+
//# sourceMappingURL=components.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../components.ts"],"sourcesContent":["export * from '@wix/headless-restaurants-table-reservations/react';"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,+BAAc,+DAAd;","names":[]}
|
|
@@ -1,7 +1 @@
|
|
|
1
1
|
export * from '@wix/table-reservations_app-extensions/dashboard';
|
|
2
|
-
import '@wix/auto_sdk_table-reservations_reservations';
|
|
3
|
-
import '@wix/auto_sdk_table-reservations_reservation-locations';
|
|
4
|
-
import '@wix/auto_sdk_table-reservations_time-slots';
|
|
5
|
-
import '@wix/auto_sdk_table-reservations_reservations/meta';
|
|
6
|
-
import '@wix/auto_sdk_table-reservations_reservation-locations/meta';
|
|
7
|
-
import '@wix/auto_sdk_table-reservations_time-slots/meta';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@wix/headless-restaurants-table-reservations/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-restaurants-table-reservations/services"), module.exports);
|
|
21
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
22
|
+
0 && (module.exports = {
|
|
23
|
+
...require("@wix/headless-restaurants-table-reservations/services")
|
|
24
|
+
});
|
|
25
|
+
//# sourceMappingURL=services.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../services.ts"],"sourcesContent":["export * from '@wix/headless-restaurants-table-reservations/services';"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,6BAAc,kEAAd;","names":[]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from '@wix/headless-restaurants-table-reservations/react';
|
|
2
|
+
import '@wix/table-reservations_app-extensions/dashboard';
|
|
3
|
+
import '@wix/auto_sdk_table-reservations_reservations';
|
|
4
|
+
import '@wix/auto_sdk_table-reservations_reservation-locations';
|
|
5
|
+
import '@wix/auto_sdk_table-reservations_time-slots';
|
|
6
|
+
import '@wix/auto_sdk_table-reservations_reservations/meta';
|
|
7
|
+
import '@wix/auto_sdk_table-reservations_reservation-locations/meta';
|
|
8
|
+
import '@wix/auto_sdk_table-reservations_time-slots/meta';
|
|
9
|
+
import '@wix/headless-restaurants-table-reservations/services';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../components.ts"],"sourcesContent":["export * from '@wix/headless-restaurants-table-reservations/react';"],"mappings":";AAAA,cAAc;","names":[]}
|
|
@@ -1,7 +1 @@
|
|
|
1
1
|
export * from '@wix/table-reservations_app-extensions/dashboard';
|
|
2
|
-
import '@wix/auto_sdk_table-reservations_reservations';
|
|
3
|
-
import '@wix/auto_sdk_table-reservations_reservation-locations';
|
|
4
|
-
import '@wix/auto_sdk_table-reservations_time-slots';
|
|
5
|
-
import '@wix/auto_sdk_table-reservations_reservations/meta';
|
|
6
|
-
import '@wix/auto_sdk_table-reservations_reservation-locations/meta';
|
|
7
|
-
import '@wix/auto_sdk_table-reservations_time-slots/meta';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@wix/headless-restaurants-table-reservations/services';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../services.ts"],"sourcesContent":["export * from '@wix/headless-restaurants-table-reservations/services';"],"mappings":";AAAA,cAAc;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/table-reservations",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.282",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -30,21 +30,35 @@
|
|
|
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_table-reservations_reservation-locations": "1.0.50",
|
|
43
55
|
"@wix/auto_sdk_table-reservations_reservations": "1.0.34",
|
|
44
56
|
"@wix/auto_sdk_table-reservations_time-slots": "1.0.25",
|
|
45
|
-
"@wix/table-
|
|
57
|
+
"@wix/headless-restaurants-table-reservations": "0.0.2",
|
|
58
|
+
"@wix/table-reservations_app-extensions": "1.0.25"
|
|
46
59
|
},
|
|
47
60
|
"devDependencies": {
|
|
61
|
+
"@types/react": "^18.0.0",
|
|
48
62
|
"tsup": "^8.4.0",
|
|
49
63
|
"typescript": "^5.3.2"
|
|
50
64
|
},
|
|
@@ -63,5 +77,5 @@
|
|
|
63
77
|
"fqdn": ""
|
|
64
78
|
}
|
|
65
79
|
},
|
|
66
|
-
"falconPackageHash": "
|
|
80
|
+
"falconPackageHash": "5f1e8ac25a76fd2ef549208577346bcc9e867279e42f834e0dbe2032"
|
|
67
81
|
}
|