@wix/ecom_app-extensions 1.0.83 → 1.0.85

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.
@@ -0,0 +1,412 @@
1
+ /**
2
+ * @pageName GridGallery
3
+ * @slotType site plugin
4
+ */
5
+ type GalleryFiltersTopSlotProps$4 = {
6
+ categoryId: string;
7
+ };
8
+ /**
9
+ * @pageName GridGallery
10
+ * @slotType site plugin
11
+ */
12
+ type GalleryFiltersBottomSlotProps$4 = {
13
+ categoryId: string;
14
+ };
15
+ /**
16
+ * @pageName GridGallery
17
+ * @slotType site plugin
18
+ */
19
+ type GalleryProductsTopSlotProps$4 = {
20
+ categoryId: string;
21
+ };
22
+ /**
23
+ * @pageName GridGallery
24
+ * @slotType site plugin
25
+ */
26
+ type GalleryProductsBottomSlotProps$4 = {
27
+ categoryId: string;
28
+ };
29
+
30
+ declare namespace _13afb09484f9739f44fd78d036adb028 {
31
+ export type { GalleryFiltersBottomSlotProps$4 as GalleryFiltersBottomSlotProps, GalleryFiltersTopSlotProps$4 as GalleryFiltersTopSlotProps, GalleryProductsBottomSlotProps$4 as GalleryProductsBottomSlotProps, GalleryProductsTopSlotProps$4 as GalleryProductsTopSlotProps };
32
+ }
33
+
34
+ /**
35
+ * @pageName CategoryPage
36
+ * @slotType site plugin
37
+ */
38
+ type GalleryFiltersTopSlotProps$3 = {
39
+ categoryId: string;
40
+ };
41
+ /**
42
+ * @pageName CategoryPage
43
+ * @slotType site plugin
44
+ */
45
+ type GalleryFiltersBottomSlotProps$3 = {
46
+ categoryId: string;
47
+ };
48
+ /**
49
+ * @pageName CategoryPage
50
+ * @slotType site plugin
51
+ */
52
+ type GalleryProductsTopSlotProps$3 = {
53
+ categoryId: string;
54
+ };
55
+ /**
56
+ * @pageName CategoryPage
57
+ * @slotType site plugin
58
+ */
59
+ type GalleryProductsBottomSlotProps$3 = {
60
+ categoryId: string;
61
+ };
62
+ /**
63
+ * @pageName CategoryPage
64
+ * @slotType site plugin
65
+ */
66
+ type CategoryPageHeroBottomSlotProps = {
67
+ categoryId: string;
68
+ };
69
+ /**
70
+ * @pageName CategoryPage
71
+ * @slotType site plugin
72
+ */
73
+ type CategoryPageListTopSlotProps = {
74
+ categoryId: string;
75
+ };
76
+ /**
77
+ * @pageName CategoryPage
78
+ * @slotType site plugin
79
+ */
80
+ type CategoryPageHeroTopSlotProps = {
81
+ categoryId: string;
82
+ };
83
+
84
+ type bda15dc1816d4ff38dcb1172d5343cce_CategoryPageHeroBottomSlotProps = CategoryPageHeroBottomSlotProps;
85
+ type bda15dc1816d4ff38dcb1172d5343cce_CategoryPageHeroTopSlotProps = CategoryPageHeroTopSlotProps;
86
+ type bda15dc1816d4ff38dcb1172d5343cce_CategoryPageListTopSlotProps = CategoryPageListTopSlotProps;
87
+ declare namespace bda15dc1816d4ff38dcb1172d5343cce {
88
+ export type { bda15dc1816d4ff38dcb1172d5343cce_CategoryPageHeroBottomSlotProps as CategoryPageHeroBottomSlotProps, bda15dc1816d4ff38dcb1172d5343cce_CategoryPageHeroTopSlotProps as CategoryPageHeroTopSlotProps, bda15dc1816d4ff38dcb1172d5343cce_CategoryPageListTopSlotProps as CategoryPageListTopSlotProps, GalleryFiltersBottomSlotProps$3 as GalleryFiltersBottomSlotProps, GalleryFiltersTopSlotProps$3 as GalleryFiltersTopSlotProps, GalleryProductsBottomSlotProps$3 as GalleryProductsBottomSlotProps, GalleryProductsTopSlotProps$3 as GalleryProductsTopSlotProps };
89
+ }
90
+
91
+ /**
92
+ * @pageName ProductPage
93
+ * @slotType site plugin
94
+ */
95
+ type CheckoutHeaderProps$1 = {
96
+ checkoutId: string;
97
+ stepId: CheckoutStepId$1;
98
+ onRefreshCheckout: (refreshCheckoutCallback: () => void) => void;
99
+ };
100
+ /** @internal */
101
+ type CheckoutStepId$1 = 'contact-details' | 'delivery-method' | 'payment-and-place-order';
102
+ /**
103
+ * @pageName ProductPage
104
+ * @slotType site plugin
105
+ */
106
+ type ProductPageAdditionalButtonsSlotProps = {
107
+ productId: string;
108
+ };
109
+ /**
110
+ * @pageName ProductPage
111
+ * @slotType site plugin
112
+ */
113
+ type ProductPageDetails5SlotProps = {
114
+ productId: string;
115
+ };
116
+ /**
117
+ * @pageName ProductPage
118
+ * @slotType site plugin
119
+ */
120
+ type ProductPageDetails7SlotProps = {
121
+ productId: string;
122
+ };
123
+ /**
124
+ * @pageName ProductPage
125
+ * @slotType site plugin
126
+ */
127
+ type ProductPageDetails2SlotProps = {
128
+ productId: string;
129
+ };
130
+ /**
131
+ * @pageName ProductPage
132
+ * @slotType site plugin
133
+ */
134
+ type ProductPageDetails9SlotProps = {
135
+ productId: string;
136
+ };
137
+ /**
138
+ * @pageName ProductPage
139
+ * @slotType site plugin
140
+ */
141
+ type ProductPageMedia1SlotProps = {
142
+ productId: string;
143
+ };
144
+ /**
145
+ * @pageName ProductPage
146
+ * @slotType site plugin
147
+ */
148
+ type ProductPageDetails6SlotProps = {
149
+ productId: string;
150
+ };
151
+ /**
152
+ * @pageName ProductPage
153
+ * @slotType site plugin
154
+ */
155
+ type ProductPageDetails4SlotProps = {
156
+ productId: string;
157
+ };
158
+ /**
159
+ * @pageName ProductPage
160
+ * @slotType site plugin
161
+ */
162
+ type ProductPageTopSlotProps = {
163
+ productId: string;
164
+ };
165
+ /**
166
+ * @pageName ProductPage
167
+ * @slotType site plugin
168
+ */
169
+ type ProductPageDetails1SlotProps = {
170
+ productId: string;
171
+ };
172
+ /**
173
+ * @pageName ProductPage
174
+ * @slotType site plugin
175
+ */
176
+ type ProductPageDetails3SlotProps = {
177
+ productId: string;
178
+ };
179
+ /**
180
+ * @pageName ProductPage
181
+ * @slotType site plugin
182
+ */
183
+ type ProductPageDetails8SlotProps = {
184
+ productId: string;
185
+ };
186
+
187
+ type _13a94f0927663c404a328edb5acdd8bc_ProductPageAdditionalButtonsSlotProps = ProductPageAdditionalButtonsSlotProps;
188
+ type _13a94f0927663c404a328edb5acdd8bc_ProductPageDetails1SlotProps = ProductPageDetails1SlotProps;
189
+ type _13a94f0927663c404a328edb5acdd8bc_ProductPageDetails2SlotProps = ProductPageDetails2SlotProps;
190
+ type _13a94f0927663c404a328edb5acdd8bc_ProductPageDetails3SlotProps = ProductPageDetails3SlotProps;
191
+ type _13a94f0927663c404a328edb5acdd8bc_ProductPageDetails4SlotProps = ProductPageDetails4SlotProps;
192
+ type _13a94f0927663c404a328edb5acdd8bc_ProductPageDetails5SlotProps = ProductPageDetails5SlotProps;
193
+ type _13a94f0927663c404a328edb5acdd8bc_ProductPageDetails6SlotProps = ProductPageDetails6SlotProps;
194
+ type _13a94f0927663c404a328edb5acdd8bc_ProductPageDetails7SlotProps = ProductPageDetails7SlotProps;
195
+ type _13a94f0927663c404a328edb5acdd8bc_ProductPageDetails8SlotProps = ProductPageDetails8SlotProps;
196
+ type _13a94f0927663c404a328edb5acdd8bc_ProductPageDetails9SlotProps = ProductPageDetails9SlotProps;
197
+ type _13a94f0927663c404a328edb5acdd8bc_ProductPageMedia1SlotProps = ProductPageMedia1SlotProps;
198
+ type _13a94f0927663c404a328edb5acdd8bc_ProductPageTopSlotProps = ProductPageTopSlotProps;
199
+ declare namespace _13a94f0927663c404a328edb5acdd8bc {
200
+ export type { CheckoutHeaderProps$1 as CheckoutHeaderProps, CheckoutStepId$1 as CheckoutStepId, _13a94f0927663c404a328edb5acdd8bc_ProductPageAdditionalButtonsSlotProps as ProductPageAdditionalButtonsSlotProps, _13a94f0927663c404a328edb5acdd8bc_ProductPageDetails1SlotProps as ProductPageDetails1SlotProps, _13a94f0927663c404a328edb5acdd8bc_ProductPageDetails2SlotProps as ProductPageDetails2SlotProps, _13a94f0927663c404a328edb5acdd8bc_ProductPageDetails3SlotProps as ProductPageDetails3SlotProps, _13a94f0927663c404a328edb5acdd8bc_ProductPageDetails4SlotProps as ProductPageDetails4SlotProps, _13a94f0927663c404a328edb5acdd8bc_ProductPageDetails5SlotProps as ProductPageDetails5SlotProps, _13a94f0927663c404a328edb5acdd8bc_ProductPageDetails6SlotProps as ProductPageDetails6SlotProps, _13a94f0927663c404a328edb5acdd8bc_ProductPageDetails7SlotProps as ProductPageDetails7SlotProps, _13a94f0927663c404a328edb5acdd8bc_ProductPageDetails8SlotProps as ProductPageDetails8SlotProps, _13a94f0927663c404a328edb5acdd8bc_ProductPageDetails9SlotProps as ProductPageDetails9SlotProps, _13a94f0927663c404a328edb5acdd8bc_ProductPageMedia1SlotProps as ProductPageMedia1SlotProps, _13a94f0927663c404a328edb5acdd8bc_ProductPageTopSlotProps as ProductPageTopSlotProps };
201
+ }
202
+
203
+ /**
204
+ * @pageName Checkout
205
+ * @slotType site plugin
206
+ */
207
+ type CheckoutPoliciesAfter1Props = {
208
+ checkoutId: string;
209
+ stepId: CheckoutStepId;
210
+ onRefreshCheckout: (refreshCheckoutCallback: () => void) => void;
211
+ };
212
+ /** @internal */
213
+ type CheckoutStepId = 'contact-details' | 'delivery-method' | 'payment-and-place-order';
214
+ /**
215
+ * @pageName Checkout
216
+ * @slotType site plugin
217
+ */
218
+ type CheckoutSummaryLineItemsAfter2Props = {
219
+ checkoutId: string;
220
+ stepId: CheckoutStepId;
221
+ onRefreshCheckout: (refreshCheckoutCallback: () => void) => void;
222
+ };
223
+ /**
224
+ * @pageName Checkout
225
+ * @slotType site plugin
226
+ */
227
+ type CheckoutSummaryAfterProps = {
228
+ checkoutId: string;
229
+ stepId: CheckoutStepId;
230
+ onRefreshCheckout: (refreshCheckoutCallback: () => void) => void;
231
+ };
232
+ /**
233
+ * @pageName Checkout
234
+ * @slotType site plugin
235
+ */
236
+ type CheckoutTopProps = {
237
+ checkoutId: string;
238
+ stepId: CheckoutStepId;
239
+ onRefreshCheckout: (refreshCheckoutCallback: () => void) => void;
240
+ };
241
+ /**
242
+ * @pageName Checkout
243
+ * @slotType site plugin
244
+ */
245
+ type CheckoutSummaryTotalsBreakdownBeforeProps = {
246
+ checkoutId: string;
247
+ stepId: CheckoutStepId;
248
+ onRefreshCheckout: (refreshCheckoutCallback: () => void) => void;
249
+ };
250
+ /**
251
+ * @pageName Checkout
252
+ * @slotType site plugin
253
+ */
254
+ type CheckoutStepsBeforeProps = {
255
+ checkoutId: string;
256
+ stepId: CheckoutStepId;
257
+ onRefreshCheckout: (refreshCheckoutCallback: () => void) => void;
258
+ };
259
+ /**
260
+ * @pageName Checkout
261
+ * @slotType site plugin
262
+ */
263
+ type CheckoutSummaryBeforeProps = {
264
+ checkoutId: string;
265
+ stepId: CheckoutStepId;
266
+ onRefreshCheckout: (refreshCheckoutCallback: () => void) => void;
267
+ };
268
+ /**
269
+ * @pageName Checkout
270
+ * @slotType site plugin
271
+ */
272
+ type CheckoutSummaryLineItemsAfterProps = {
273
+ checkoutId: string;
274
+ stepId: CheckoutStepId;
275
+ onRefreshCheckout: (refreshCheckoutCallback: () => void) => void;
276
+ };
277
+ /**
278
+ * @pageName Checkout
279
+ * @slotType site plugin
280
+ */
281
+ type CheckoutHeaderProps = {
282
+ checkoutId: string;
283
+ stepId: CheckoutStepId;
284
+ onRefreshCheckout: (refreshCheckoutCallback: () => void) => void;
285
+ };
286
+
287
+ type _14fd59708072C2761246058b79e70c1a_CheckoutHeaderProps = CheckoutHeaderProps;
288
+ type _14fd59708072C2761246058b79e70c1a_CheckoutPoliciesAfter1Props = CheckoutPoliciesAfter1Props;
289
+ type _14fd59708072C2761246058b79e70c1a_CheckoutStepId = CheckoutStepId;
290
+ type _14fd59708072C2761246058b79e70c1a_CheckoutStepsBeforeProps = CheckoutStepsBeforeProps;
291
+ type _14fd59708072C2761246058b79e70c1a_CheckoutSummaryAfterProps = CheckoutSummaryAfterProps;
292
+ type _14fd59708072C2761246058b79e70c1a_CheckoutSummaryBeforeProps = CheckoutSummaryBeforeProps;
293
+ type _14fd59708072C2761246058b79e70c1a_CheckoutSummaryLineItemsAfter2Props = CheckoutSummaryLineItemsAfter2Props;
294
+ type _14fd59708072C2761246058b79e70c1a_CheckoutSummaryLineItemsAfterProps = CheckoutSummaryLineItemsAfterProps;
295
+ type _14fd59708072C2761246058b79e70c1a_CheckoutSummaryTotalsBreakdownBeforeProps = CheckoutSummaryTotalsBreakdownBeforeProps;
296
+ type _14fd59708072C2761246058b79e70c1a_CheckoutTopProps = CheckoutTopProps;
297
+ declare namespace _14fd59708072C2761246058b79e70c1a {
298
+ export type { _14fd59708072C2761246058b79e70c1a_CheckoutHeaderProps as CheckoutHeaderProps, _14fd59708072C2761246058b79e70c1a_CheckoutPoliciesAfter1Props as CheckoutPoliciesAfter1Props, _14fd59708072C2761246058b79e70c1a_CheckoutStepId as CheckoutStepId, _14fd59708072C2761246058b79e70c1a_CheckoutStepsBeforeProps as CheckoutStepsBeforeProps, _14fd59708072C2761246058b79e70c1a_CheckoutSummaryAfterProps as CheckoutSummaryAfterProps, _14fd59708072C2761246058b79e70c1a_CheckoutSummaryBeforeProps as CheckoutSummaryBeforeProps, _14fd59708072C2761246058b79e70c1a_CheckoutSummaryLineItemsAfter2Props as CheckoutSummaryLineItemsAfter2Props, _14fd59708072C2761246058b79e70c1a_CheckoutSummaryLineItemsAfterProps as CheckoutSummaryLineItemsAfterProps, _14fd59708072C2761246058b79e70c1a_CheckoutSummaryTotalsBreakdownBeforeProps as CheckoutSummaryTotalsBreakdownBeforeProps, _14fd59708072C2761246058b79e70c1a_CheckoutTopProps as CheckoutTopProps };
299
+ }
300
+
301
+ /**
302
+ * @pageName SearchResultsPageGallery
303
+ * @slotType site plugin
304
+ */
305
+ type GalleryFiltersTopSlotProps$2 = {
306
+ categoryId: string;
307
+ };
308
+ /**
309
+ * @pageName SearchResultsPageGallery
310
+ * @slotType site plugin
311
+ */
312
+ type GalleryFiltersBottomSlotProps$2 = {
313
+ categoryId: string;
314
+ };
315
+ /**
316
+ * @pageName SearchResultsPageGallery
317
+ * @slotType site plugin
318
+ */
319
+ type GalleryProductsTopSlotProps$2 = {
320
+ categoryId: string;
321
+ };
322
+ /**
323
+ * @pageName SearchResultsPageGallery
324
+ * @slotType site plugin
325
+ */
326
+ type GalleryProductsBottomSlotProps$2 = {
327
+ categoryId: string;
328
+ };
329
+
330
+ declare namespace abcd87feC51f4538848d2902a2f50d2d {
331
+ export type { GalleryFiltersBottomSlotProps$2 as GalleryFiltersBottomSlotProps, GalleryFiltersTopSlotProps$2 as GalleryFiltersTopSlotProps, GalleryProductsBottomSlotProps$2 as GalleryProductsBottomSlotProps, GalleryProductsTopSlotProps$2 as GalleryProductsTopSlotProps };
332
+ }
333
+
334
+ /**
335
+ * @pageName Shop
336
+ * @slotType site plugin
337
+ */
338
+ type GalleryFiltersTopSlotProps$1 = {
339
+ categoryId: string;
340
+ };
341
+ /**
342
+ * @pageName Shop
343
+ * @slotType site plugin
344
+ */
345
+ type GalleryFiltersBottomSlotProps$1 = {
346
+ categoryId: string;
347
+ };
348
+ /**
349
+ * @pageName Shop
350
+ * @slotType site plugin
351
+ */
352
+ type GalleryProductsTopSlotProps$1 = {
353
+ categoryId: string;
354
+ };
355
+ /**
356
+ * @pageName Shop
357
+ * @slotType site plugin
358
+ */
359
+ type GalleryProductsBottomSlotProps$1 = {
360
+ categoryId: string;
361
+ };
362
+
363
+ declare namespace _1380bba0253eA800A23588821cf3f8a4 {
364
+ export type { GalleryFiltersBottomSlotProps$1 as GalleryFiltersBottomSlotProps, GalleryFiltersTopSlotProps$1 as GalleryFiltersTopSlotProps, GalleryProductsBottomSlotProps$1 as GalleryProductsBottomSlotProps, GalleryProductsTopSlotProps$1 as GalleryProductsTopSlotProps };
365
+ }
366
+
367
+ /**
368
+ * @pageName SearchModalGallery
369
+ * @slotType site plugin
370
+ */
371
+ type GalleryFiltersTopSlotProps = {
372
+ categoryId: string;
373
+ };
374
+ /**
375
+ * @pageName SearchModalGallery
376
+ * @slotType site plugin
377
+ */
378
+ type GalleryFiltersBottomSlotProps = {
379
+ categoryId: string;
380
+ };
381
+ /**
382
+ * @pageName SearchModalGallery
383
+ * @slotType site plugin
384
+ */
385
+ type GalleryProductsTopSlotProps = {
386
+ categoryId: string;
387
+ };
388
+ /**
389
+ * @pageName SearchModalGallery
390
+ * @slotType site plugin
391
+ */
392
+ type GalleryProductsBottomSlotProps = {
393
+ categoryId: string;
394
+ };
395
+
396
+ type _244576c9D85649b9Af14216071924e3b_GalleryFiltersBottomSlotProps = GalleryFiltersBottomSlotProps;
397
+ type _244576c9D85649b9Af14216071924e3b_GalleryFiltersTopSlotProps = GalleryFiltersTopSlotProps;
398
+ type _244576c9D85649b9Af14216071924e3b_GalleryProductsBottomSlotProps = GalleryProductsBottomSlotProps;
399
+ type _244576c9D85649b9Af14216071924e3b_GalleryProductsTopSlotProps = GalleryProductsTopSlotProps;
400
+ declare namespace _244576c9D85649b9Af14216071924e3b {
401
+ export type { _244576c9D85649b9Af14216071924e3b_GalleryFiltersBottomSlotProps as GalleryFiltersBottomSlotProps, _244576c9D85649b9Af14216071924e3b_GalleryFiltersTopSlotProps as GalleryFiltersTopSlotProps, _244576c9D85649b9Af14216071924e3b_GalleryProductsBottomSlotProps as GalleryProductsBottomSlotProps, _244576c9D85649b9Af14216071924e3b_GalleryProductsTopSlotProps as GalleryProductsTopSlotProps };
402
+ }
403
+
404
+ declare namespace editorPagesPluginProps {
405
+ export { bda15dc1816d4ff38dcb1172d5343cce as CategoryPage, _14fd59708072C2761246058b79e70c1a as Checkout, _13afb09484f9739f44fd78d036adb028 as GridGallery, _13a94f0927663c404a328edb5acdd8bc as ProductPage, _244576c9D85649b9Af14216071924e3b as SearchModalGallery, abcd87feC51f4538848d2902a2f50d2d as SearchResultsPageGallery, _1380bba0253eA800A23588821cf3f8a4 as Shop };
406
+ }
407
+
408
+ declare namespace site {
409
+ export { editorPagesPluginProps as plugins };
410
+ }
411
+
412
+ export { editorPagesPluginProps as e, site as s };
@@ -0,0 +1 @@
1
+ export { e as plugins } from './site-BtXf6TUC.mjs';
@@ -0,0 +1,42 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __export = (target, all) => {
3
+ for (var name in all)
4
+ __defProp(target, name, { get: all[name], enumerable: true });
5
+ };
6
+
7
+ // src/extensions/editor-pages-plugin-props.ts
8
+ var editor_pages_plugin_props_exports = {};
9
+ __export(editor_pages_plugin_props_exports, {
10
+ CategoryPage: () => bda15dc1_816d_4ff3_8dcb_1172d5343cce_exports,
11
+ Checkout: () => fd5970_8072_c276_1246_058b79e70c1a_exports,
12
+ GridGallery: () => afb094_84f9_739f_44fd_78d036adb028_exports,
13
+ ProductPage: () => a94f09_2766_3c40_4a32_8edb5acdd8bc_exports,
14
+ SearchModalGallery: () => c9_d856_49b9_af14_216071924e3b_exports,
15
+ SearchResultsPageGallery: () => abcd87fe_c51f_4538_848d_2902a2f50d2d_exports,
16
+ Shop: () => bba0_253e_a800_a235_88821cf3f8a4_exports
17
+ });
18
+
19
+ // src/extensions/editor-page-plugins/13afb094-84f9-739f-44fd-78d036adb028.ts
20
+ var afb094_84f9_739f_44fd_78d036adb028_exports = {};
21
+
22
+ // src/extensions/editor-page-plugins/bda15dc1-816d-4ff3-8dcb-1172d5343cce.ts
23
+ var bda15dc1_816d_4ff3_8dcb_1172d5343cce_exports = {};
24
+
25
+ // src/extensions/editor-page-plugins/13a94f09-2766-3c40-4a32-8edb5acdd8bc.ts
26
+ var a94f09_2766_3c40_4a32_8edb5acdd8bc_exports = {};
27
+
28
+ // src/extensions/editor-page-plugins/14fd5970-8072-c276-1246-058b79e70c1a.ts
29
+ var fd5970_8072_c276_1246_058b79e70c1a_exports = {};
30
+
31
+ // src/extensions/editor-page-plugins/abcd87fe-c51f-4538-848d-2902a2f50d2d.ts
32
+ var abcd87fe_c51f_4538_848d_2902a2f50d2d_exports = {};
33
+
34
+ // src/extensions/editor-page-plugins/1380bba0-253e-a800-a235-88821cf3f8a4.ts
35
+ var bba0_253e_a800_a235_88821cf3f8a4_exports = {};
36
+
37
+ // src/extensions/editor-page-plugins/244576c9-d856-49b9-af14-216071924e3b.ts
38
+ var c9_d856_49b9_af14_216071924e3b_exports = {};
39
+ export {
40
+ editor_pages_plugin_props_exports as plugins
41
+ };
42
+ //# sourceMappingURL=site.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/extensions/editor-pages-plugin-props.ts","../../src/extensions/editor-page-plugins/13afb094-84f9-739f-44fd-78d036adb028.ts","../../src/extensions/editor-page-plugins/bda15dc1-816d-4ff3-8dcb-1172d5343cce.ts","../../src/extensions/editor-page-plugins/13a94f09-2766-3c40-4a32-8edb5acdd8bc.ts","../../src/extensions/editor-page-plugins/14fd5970-8072-c276-1246-058b79e70c1a.ts","../../src/extensions/editor-page-plugins/abcd87fe-c51f-4538-848d-2902a2f50d2d.ts","../../src/extensions/editor-page-plugins/1380bba0-253e-a800-a235-88821cf3f8a4.ts","../../src/extensions/editor-page-plugins/244576c9-d856-49b9-af14-216071924e3b.ts"],"sourcesContent":["export * as GridGallery from './editor-page-plugins/13afb094-84f9-739f-44fd-78d036adb028.js';\nexport * as CategoryPage from './editor-page-plugins/bda15dc1-816d-4ff3-8dcb-1172d5343cce.js';\nexport * as ProductPage from './editor-page-plugins/13a94f09-2766-3c40-4a32-8edb5acdd8bc.js';\nexport * as Checkout from './editor-page-plugins/14fd5970-8072-c276-1246-058b79e70c1a.js';\nexport * as SearchResultsPageGallery from './editor-page-plugins/abcd87fe-c51f-4538-848d-2902a2f50d2d.js';\nexport * as Shop from './editor-page-plugins/1380bba0-253e-a800-a235-88821cf3f8a4.js';\nexport * as SearchModalGallery from './editor-page-plugins/244576c9-d856-49b9-af14-216071924e3b.js';\n","/**\n * @pageName GridGallery\n * @slotType site plugin\n */\nexport type GalleryFiltersTopSlotProps = {\n // The ID of the category that is currently applied on the plugin's host.\n categoryId: string;\n};\n\n/**\n * @pageName GridGallery\n * @slotType site plugin\n */\nexport type GalleryFiltersBottomSlotProps = {\n // The ID of the category that is currently applied on the plugin's host.\n categoryId: string;\n};\n/**\n * @pageName GridGallery\n * @slotType site plugin\n */\nexport type GalleryProductsTopSlotProps = {\n // The ID of the category that is currently applied on the plugin's host.\n categoryId: string;\n};\n\n/**\n * @pageName GridGallery\n * @slotType site plugin\n */\nexport type GalleryProductsBottomSlotProps = {\n // The ID of the category that is currently applied on the plugin's host.\n categoryId: string;\n};\n","/**\n * @pageName CategoryPage\n * @slotType site plugin\n */\nexport type GalleryFiltersTopSlotProps = {\n // The ID of the category that is currently applied on the plugin's host.\n categoryId: string;\n};\n\n/**\n * @pageName CategoryPage\n * @slotType site plugin\n */\nexport type GalleryFiltersBottomSlotProps = {\n // The ID of the category that is currently applied on the plugin's host.\n categoryId: string;\n};\n/**\n * @pageName CategoryPage\n * @slotType site plugin\n */\nexport type GalleryProductsTopSlotProps = {\n // The ID of the category that is currently applied on the plugin's host.\n categoryId: string;\n};\n\n/**\n * @pageName CategoryPage\n * @slotType site plugin\n */\nexport type GalleryProductsBottomSlotProps = {\n // The ID of the category that is currently applied on the plugin's host.\n categoryId: string;\n};\n\n/**\n * @pageName CategoryPage\n * @slotType site plugin\n */\nexport type CategoryPageHeroBottomSlotProps = {\n // The ID of the category that is currently applied on the plugin's host.\n categoryId: string;\n};\n\n/**\n * @pageName CategoryPage\n * @slotType site plugin\n */\nexport type CategoryPageListTopSlotProps = {\n // The ID of the category that is currently applied on the plugin's host.\n categoryId: string;\n};\n\n/**\n * @pageName CategoryPage\n * @slotType site plugin\n */\nexport type CategoryPageHeroTopSlotProps = {\n // The ID of the category that is currently applied on the plugin's host.\n categoryId: string;\n};\n","/**\n * @pageName ProductPage\n * @slotType site plugin\n */\nexport type CheckoutHeaderProps = {\n // The ID of the current checkout process.\n checkoutId: string;\n\n // The ID of the current checkout step: `contact-details`, `delivery-method` or `payment-and-place-order`\n stepId: CheckoutStepId;\n\n // An event handler that accepts a callback function that is invoked by a widget. The widget should call the function whenever the checkout needs to be refreshed.\n onRefreshCheckout: (refreshCheckoutCallback: () => void) => void;\n};\n/** @internal */\nexport type CheckoutStepId =\n | 'contact-details'\n | 'delivery-method'\n | 'payment-and-place-order';\n\n/**\n * @pageName ProductPage\n * @slotType site plugin\n */\nexport type ProductPageAdditionalButtonsSlotProps = {\n // The ID of the product that is currently applied on the plugin's host.\n productId: string;\n};\n\n/**\n * @pageName ProductPage\n * @slotType site plugin\n */\nexport type ProductPageDetails5SlotProps = {\n // The ID of the product that is currently applied on the plugin's host.\n productId: string;\n};\n\n/**\n * @pageName ProductPage\n * @slotType site plugin\n */\nexport type ProductPageDetails7SlotProps = {\n // The ID of the product that is currently applied on the plugin's host.\n productId: string;\n};\n\n/**\n * @pageName ProductPage\n * @slotType site plugin\n */\nexport type ProductPageDetails2SlotProps = {\n // The ID of the product that is currently applied on the plugin's host.\n productId: string;\n};\n\n/**\n * @pageName ProductPage\n * @slotType site plugin\n */\nexport type ProductPageDetails9SlotProps = {\n // The ID of the product that is currently applied on the plugin's host.\n productId: string;\n};\n\n/**\n * @pageName ProductPage\n * @slotType site plugin\n */\nexport type ProductPageMedia1SlotProps = {\n // The ID of the product that is currently applied on the plugin's host.\n productId: string;\n};\n\n/**\n * @pageName ProductPage\n * @slotType site plugin\n */\nexport type ProductPageDetails6SlotProps = {\n // The ID of the product that is currently applied on the plugin's host.\n productId: string;\n};\n\n/**\n * @pageName ProductPage\n * @slotType site plugin\n */\nexport type ProductPageDetails4SlotProps = {\n // The ID of the product that is currently applied on the plugin's host.\n productId: string;\n};\n/**\n * @pageName ProductPage\n * @slotType site plugin\n */\nexport type ProductPageTopSlotProps = {\n // The ID of the product that is currently applied on the plugin's host.\n productId: string;\n};\n\n/**\n * @pageName ProductPage\n * @slotType site plugin\n */\nexport type ProductPageDetails1SlotProps = {\n // The ID of the product that is currently applied on the plugin's host.\n productId: string;\n};\n\n/**\n * @pageName ProductPage\n * @slotType site plugin\n */\nexport type ProductPageDetails3SlotProps = {\n // The ID of the product that is currently applied on the plugin's host.\n productId: string;\n};\n\n/**\n * @pageName ProductPage\n * @slotType site plugin\n */\nexport type ProductPageDetails8SlotProps = {\n // The ID of the product that is currently applied on the plugin's host.\n productId: string;\n};\n","/**\n * @pageName Checkout\n * @slotType site plugin\n */\nexport type CheckoutPoliciesAfter1Props = {\n // The ID of the current checkout process.\n checkoutId: string;\n\n // The ID of the current checkout step: `contact-details`, `delivery-method` or `payment-and-place-order`\n stepId: CheckoutStepId;\n\n // An event handler that accepts a callback function that is invoked by a widget. The widget should call the function whenever the checkout needs to be refreshed.\n onRefreshCheckout: (refreshCheckoutCallback: () => void) => void;\n};\n/** @internal */\nexport type CheckoutStepId =\n | 'contact-details'\n | 'delivery-method'\n | 'payment-and-place-order';\n\n/**\n * @pageName Checkout\n * @slotType site plugin\n */\nexport type CheckoutSummaryLineItemsAfter2Props = {\n // The ID of the current checkout process.\n checkoutId: string;\n\n // The ID of the current checkout step: `contact-details`, `delivery-method` or `payment-and-place-order`\n stepId: CheckoutStepId;\n\n // An event handler that accepts a callback function that is invoked by a widget. The widget should call the function whenever the checkout needs to be refreshed.\n onRefreshCheckout: (refreshCheckoutCallback: () => void) => void;\n};\n\n/**\n * @pageName Checkout\n * @slotType site plugin\n */\nexport type CheckoutSummaryAfterProps = {\n // The ID of the current checkout process.\n checkoutId: string;\n\n // The ID of the current checkout step: `contact-details`, `delivery-method` or `payment-and-place-order`\n stepId: CheckoutStepId;\n\n // An event handler that accepts a callback function that is invoked by a widget. The widget should call the function whenever the checkout needs to be refreshed.\n onRefreshCheckout: (refreshCheckoutCallback: () => void) => void;\n};\n\n/**\n * @pageName Checkout\n * @slotType site plugin\n */\nexport type CheckoutTopProps = {\n // The ID of the current checkout process.\n checkoutId: string;\n\n // The ID of the current checkout step: `contact-details`, `delivery-method` or `payment-and-place-order`\n stepId: CheckoutStepId;\n\n // An event handler that accepts a callback function that is invoked by a widget. The widget should call the function whenever the checkout needs to be refreshed.\n onRefreshCheckout: (refreshCheckoutCallback: () => void) => void;\n};\n\n/**\n * @pageName Checkout\n * @slotType site plugin\n */\nexport type CheckoutSummaryTotalsBreakdownBeforeProps = {\n // The ID of the current checkout process.\n checkoutId: string;\n\n // The ID of the current checkout step: `contact-details`, `delivery-method` or `payment-and-place-order`\n stepId: CheckoutStepId;\n\n // An event handler that accepts a callback function that is invoked by a widget. The widget should call the function whenever the checkout needs to be refreshed.\n onRefreshCheckout: (refreshCheckoutCallback: () => void) => void;\n};\n\n/**\n * @pageName Checkout\n * @slotType site plugin\n */\nexport type CheckoutStepsBeforeProps = {\n // The ID of the current checkout process.\n checkoutId: string;\n\n // The ID of the current checkout step: `contact-details`, `delivery-method` or `payment-and-place-order`\n stepId: CheckoutStepId;\n\n // An event handler that accepts a callback function that is invoked by a widget. The widget should call the function whenever the checkout needs to be refreshed.\n onRefreshCheckout: (refreshCheckoutCallback: () => void) => void;\n};\n\n/**\n * @pageName Checkout\n * @slotType site plugin\n */\nexport type CheckoutSummaryBeforeProps = {\n // The ID of the current checkout process.\n checkoutId: string;\n\n // The ID of the current checkout step: `contact-details`, `delivery-method` or `payment-and-place-order`\n stepId: CheckoutStepId;\n\n // An event handler that accepts a callback function that is invoked by a widget. The widget should call the function whenever the checkout needs to be refreshed.\n onRefreshCheckout: (refreshCheckoutCallback: () => void) => void;\n};\n\n/**\n * @pageName Checkout\n * @slotType site plugin\n */\nexport type CheckoutSummaryLineItemsAfterProps = {\n // The ID of the current checkout process.\n checkoutId: string;\n\n // The ID of the current checkout step: `contact-details`, `delivery-method` or `payment-and-place-order`\n stepId: CheckoutStepId;\n\n // An event handler that accepts a callback function that is invoked by a widget. The widget should call the function whenever the checkout needs to be refreshed.\n onRefreshCheckout: (refreshCheckoutCallback: () => void) => void;\n};\n\n/**\n * @pageName Checkout\n * @slotType site plugin\n */\nexport type CheckoutHeaderProps = {\n // The ID of the current checkout process.\n checkoutId: string;\n\n // The ID of the current checkout step: `contact-details`, `delivery-method` or `payment-and-place-order`\n stepId: CheckoutStepId;\n\n // An event handler that accepts a callback function that is invoked by a widget. The widget should call the function whenever the checkout needs to be refreshed.\n onRefreshCheckout: (refreshCheckoutCallback: () => void) => void;\n};\n","/**\n * @pageName SearchResultsPageGallery\n * @slotType site plugin\n */\nexport type GalleryFiltersTopSlotProps = {\n // The ID of the category that is currently applied on the plugin's host.\n categoryId: string;\n};\n\n/**\n * @pageName SearchResultsPageGallery\n * @slotType site plugin\n */\nexport type GalleryFiltersBottomSlotProps = {\n // The ID of the category that is currently applied on the plugin's host.\n categoryId: string;\n};\n/**\n * @pageName SearchResultsPageGallery\n * @slotType site plugin\n */\nexport type GalleryProductsTopSlotProps = {\n // The ID of the category that is currently applied on the plugin's host.\n categoryId: string;\n};\n\n/**\n * @pageName SearchResultsPageGallery\n * @slotType site plugin\n */\nexport type GalleryProductsBottomSlotProps = {\n // The ID of the category that is currently applied on the plugin's host.\n categoryId: string;\n};\n","/**\n * @pageName Shop\n * @slotType site plugin\n */\nexport type GalleryFiltersTopSlotProps = {\n // The ID of the category that is currently applied on the plugin's host.\n categoryId: string;\n};\n\n/**\n * @pageName Shop\n * @slotType site plugin\n */\nexport type GalleryFiltersBottomSlotProps = {\n // The ID of the category that is currently applied on the plugin's host.\n categoryId: string;\n};\n/**\n * @pageName Shop\n * @slotType site plugin\n */\nexport type GalleryProductsTopSlotProps = {\n // The ID of the category that is currently applied on the plugin's host.\n categoryId: string;\n};\n\n/**\n * @pageName Shop\n * @slotType site plugin\n */\nexport type GalleryProductsBottomSlotProps = {\n // The ID of the category that is currently applied on the plugin's host.\n categoryId: string;\n};\n","/**\n * @pageName SearchModalGallery\n * @slotType site plugin\n */\nexport type GalleryFiltersTopSlotProps = {\n // The ID of the category that is currently applied on the plugin's host.\n categoryId: string;\n};\n\n/**\n * @pageName SearchModalGallery\n * @slotType site plugin\n */\nexport type GalleryFiltersBottomSlotProps = {\n // The ID of the category that is currently applied on the plugin's host.\n categoryId: string;\n};\n/**\n * @pageName SearchModalGallery\n * @slotType site plugin\n */\nexport type GalleryProductsTopSlotProps = {\n // The ID of the category that is currently applied on the plugin's host.\n categoryId: string;\n};\n\n/**\n * @pageName SearchModalGallery\n * @slotType site plugin\n */\nexport type GalleryProductsBottomSlotProps = {\n // The ID of the category that is currently applied on the plugin's host.\n categoryId: string;\n};\n"],"mappings":";;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACAA;;;ACAA;;;ACAA;;;ACAA;;;ACAA;;;ACAA;;;ACAA;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ecom_app-extensions",
3
- "version": "1.0.83",
3
+ "version": "1.0.85",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -21,15 +21,21 @@
21
21
  "import": "./build/es/dashboard.mjs",
22
22
  "require": "./build/cjs/dashboard.js",
23
23
  "types": "./build/es/dashboard.d.mts"
24
+ },
25
+ "./site": {
26
+ "import": "./build/es/site.mjs",
27
+ "require": "./build/cjs/site.js",
28
+ "types": "./build/es/site.d.mts"
24
29
  }
25
30
  },
26
31
  "files": [
27
32
  "build",
28
- "dashboard"
33
+ "dashboard",
34
+ "site"
29
35
  ],
30
36
  "dependencies": {
31
37
  "@wix/sdk-runtime": "^0.3.55",
32
- "@wix/sdk-types": "^1.13.28"
38
+ "@wix/sdk-types": "^1.13.33"
33
39
  },
34
40
  "devDependencies": {
35
41
  "tsup": "^8.4.0",
@@ -45,5 +51,5 @@
45
51
  "groupId": "com.wixpress.sdk-app-extensions-autogen"
46
52
  }
47
53
  },
48
- "falconPackageHash": "f412ab8a4c87057a09744875a1378fb5277081ca35d6a0aacb65c9f5"
54
+ "falconPackageHash": "8ce3e3ad135f1f5421b1165b1d9b84334145c1d5e3c332b5d0983fb0"
49
55
  }
@@ -0,0 +1,3 @@
1
+ {
2
+ "main": "../build/cjs/site.js"
3
+ }