@wix/astro 2.23.0 → 2.24.0
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/dependencies/astro-backend-extensions/types/index.d.ts +15 -1
- package/build/dependencies/astro-core/types/index.d.ts +3 -1
- package/build/dependencies/astro-translations/chunk-YRKN4TFH.js +136 -0
- package/build/dependencies/astro-translations/index.d.ts +5 -0
- package/build/dependencies/astro-translations/index.js +133 -0
- package/build/dependencies/astro-translations/middleware/static-translations.d.ts +5 -0
- package/build/dependencies/astro-translations/middleware/static-translations.js +58 -0
- package/build/dependencies/astro-trusted-backoffice-extensions/types/index.d.ts +19 -4
- package/build/integration/builders-experimental.js +2 -2
- package/build/integration/builders-trusted.d.ts +21 -4
- package/build/integration/builders-trusted.js +8 -4
- package/build/integration/builders-trusted.js.map +1 -1
- package/build/integration/builders.d.ts +2 -1
- package/build/integration/builders.js +3 -3
- package/build/integration/{chunk-2K4KOKVV.js → chunk-23MOLCVI.js} +3 -3
- package/build/integration/chunk-23MOLCVI.js.map +1 -0
- package/build/integration/{chunk-2K65FTYR.js → chunk-5BEUYVXR.js} +66 -33
- package/build/integration/chunk-5BEUYVXR.js.map +1 -0
- package/build/integration/{chunk-C2WQBOJF.js → chunk-CTGNWVC3.js} +48 -10
- package/build/integration/chunk-CTGNWVC3.js.map +1 -0
- package/build/integration/{chunk-LKZKWQSB.js → chunk-S5CQHYTB.js} +5 -3
- package/build/integration/{chunk-LKZKWQSB.js.map → chunk-S5CQHYTB.js.map} +1 -1
- package/build/integration/{chunk-KH7M6QFM.js → chunk-XF55M5AE.js} +5 -5
- package/build/integration/chunk-XF55M5AE.js.map +1 -0
- package/build/integration/{index.d-DVHQaDA6.d.ts → index.d-BUVlSCHa.d.ts} +18 -4
- package/build/integration/index.d.ts +4 -1
- package/build/integration/index.js +129 -10
- package/build/integration/index.js.map +1 -1
- package/package.json +5 -3
- package/build/integration/chunk-2K4KOKVV.js.map +0 -1
- package/build/integration/chunk-2K65FTYR.js.map +0 -1
- package/build/integration/chunk-C2WQBOJF.js.map +0 -1
- package/build/integration/chunk-KH7M6QFM.js.map +0 -1
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { createRequire as _createRequire } from 'node:module';
|
|
2
2
|
const require = _createRequire(import.meta.url);
|
|
3
3
|
import {
|
|
4
|
+
bookingsStaffSortingProvider,
|
|
4
5
|
clearDir,
|
|
5
6
|
customElement,
|
|
6
7
|
ecomAdditionalFees,
|
|
@@ -16,7 +17,7 @@ import {
|
|
|
16
17
|
siteComponentPanel,
|
|
17
18
|
sitePlugin,
|
|
18
19
|
webhook
|
|
19
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-CTGNWVC3.js";
|
|
20
21
|
import {
|
|
21
22
|
__commonJS,
|
|
22
23
|
__require,
|
|
@@ -25,7 +26,7 @@ import {
|
|
|
25
26
|
defaultOutdent,
|
|
26
27
|
init_esm_shims,
|
|
27
28
|
normalizePath
|
|
28
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-23MOLCVI.js";
|
|
29
30
|
|
|
30
31
|
// ../../node_modules/fast-glob/out/utils/array.js
|
|
31
32
|
var require_array = __commonJS({
|
|
@@ -6958,6 +6959,7 @@ function backofficePage(options) {
|
|
|
6958
6959
|
|
|
6959
6960
|
// src/builders.ts
|
|
6960
6961
|
var extensions = {
|
|
6962
|
+
bookingsStaffSortingProvider,
|
|
6961
6963
|
customElement,
|
|
6962
6964
|
dashboardMenuPlugin: backofficeExtensionMenuPlugin,
|
|
6963
6965
|
dashboardModal: backofficeModal,
|
|
@@ -7029,4 +7031,4 @@ queue-microtask/index.js:
|
|
|
7029
7031
|
run-parallel/index.js:
|
|
7030
7032
|
(*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
|
|
7031
7033
|
*/
|
|
7032
|
-
//# sourceMappingURL=chunk-
|
|
7034
|
+
//# sourceMappingURL=chunk-S5CQHYTB.js.map
|