@wix/ecom_app-extensions 1.0.83 → 1.0.84

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.js';
@@ -0,0 +1,63 @@
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 __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+
20
+ // site.ts
21
+ var site_exports = {};
22
+ __export(site_exports, {
23
+ plugins: () => editor_pages_plugin_props_exports
24
+ });
25
+ module.exports = __toCommonJS(site_exports);
26
+
27
+ // src/extensions/editor-pages-plugin-props.ts
28
+ var editor_pages_plugin_props_exports = {};
29
+ __export(editor_pages_plugin_props_exports, {
30
+ CategoryPage: () => bda15dc1_816d_4ff3_8dcb_1172d5343cce_exports,
31
+ Checkout: () => fd5970_8072_c276_1246_058b79e70c1a_exports,
32
+ GridGallery: () => afb094_84f9_739f_44fd_78d036adb028_exports,
33
+ ProductPage: () => a94f09_2766_3c40_4a32_8edb5acdd8bc_exports,
34
+ SearchModalGallery: () => c9_d856_49b9_af14_216071924e3b_exports,
35
+ SearchResultsPageGallery: () => abcd87fe_c51f_4538_848d_2902a2f50d2d_exports,
36
+ Shop: () => bba0_253e_a800_a235_88821cf3f8a4_exports
37
+ });
38
+
39
+ // src/extensions/editor-page-plugins/13afb094-84f9-739f-44fd-78d036adb028.ts
40
+ var afb094_84f9_739f_44fd_78d036adb028_exports = {};
41
+
42
+ // src/extensions/editor-page-plugins/bda15dc1-816d-4ff3-8dcb-1172d5343cce.ts
43
+ var bda15dc1_816d_4ff3_8dcb_1172d5343cce_exports = {};
44
+
45
+ // src/extensions/editor-page-plugins/13a94f09-2766-3c40-4a32-8edb5acdd8bc.ts
46
+ var a94f09_2766_3c40_4a32_8edb5acdd8bc_exports = {};
47
+
48
+ // src/extensions/editor-page-plugins/14fd5970-8072-c276-1246-058b79e70c1a.ts
49
+ var fd5970_8072_c276_1246_058b79e70c1a_exports = {};
50
+
51
+ // src/extensions/editor-page-plugins/abcd87fe-c51f-4538-848d-2902a2f50d2d.ts
52
+ var abcd87fe_c51f_4538_848d_2902a2f50d2d_exports = {};
53
+
54
+ // src/extensions/editor-page-plugins/1380bba0-253e-a800-a235-88821cf3f8a4.ts
55
+ var bba0_253e_a800_a235_88821cf3f8a4_exports = {};
56
+
57
+ // src/extensions/editor-page-plugins/244576c9-d856-49b9-af14-216071924e3b.ts
58
+ var c9_d856_49b9_af14_216071924e3b_exports = {};
59
+ // Annotate the CommonJS export names for ESM import in node:
60
+ 0 && (module.exports = {
61
+ plugins
62
+ });
63
+ //# sourceMappingURL=site.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../site.ts","../../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 plugins from './src/extensions/editor-pages-plugin-props.js';\n","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;;;ACAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACAA;;;ACAA;;;ACAA;;;ACAA;;;ACAA;;;ACAA;;;ACAA;","names":[]}
@@ -0,0 +1,161 @@
1
+ interface editOrderOptions {
2
+ /** ID of the order to edit. */
3
+ orderId: string;
4
+ }
5
+ /**
6
+ * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Edit Order page in the dashboard.
7
+ * @dashobardPageBuilder
8
+ */
9
+ declare function editOrder(options: editOrderOptions): PageBuilderResult;
10
+ interface orderRefundOptions {
11
+ /** ID of the order to refund. */
12
+ orderId: string;
13
+ }
14
+ /**
15
+ * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Order Refund page in the dashboard.
16
+ * @dashobardPageBuilder
17
+ */
18
+ declare function orderRefund(options: orderRefundOptions): PageBuilderResult;
19
+ /**
20
+ * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Delivery Profiles page in the dashboard.
21
+ * @dashobardPageBuilder
22
+ */
23
+ declare function deliveryProfiles(): PageBuilderResult;
24
+ interface deliveryProfileOptions {
25
+ /** Delivery profile to manage */
26
+ deliveryProfileId: string;
27
+ }
28
+ /**
29
+ * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Delivery Profile page in the dashboard.
30
+ * @dashobardPageBuilder
31
+ */
32
+ declare function deliveryProfile(options: deliveryProfileOptions): PageBuilderResult;
33
+ /**
34
+ * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Order List page in the dashboard.
35
+ * @dashobardPageBuilder
36
+ */
37
+ declare function orderList(): PageBuilderResult;
38
+ /**
39
+ * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the New Order page in the dashboard.
40
+ * @dashobardPageBuilder
41
+ */
42
+ declare function newOrder(): PageBuilderResult;
43
+ interface editDraftOrderOptions {
44
+ /** Draft order id */
45
+ draftOrderId: string;
46
+ }
47
+ /**
48
+ * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Edit Draft Order page in the dashboard.
49
+ * @dashobardPageBuilder
50
+ */
51
+ declare function editDraftOrder(options: editDraftOrderOptions): PageBuilderResult;
52
+ interface orderDetailsOptions {
53
+ /** The order Id to display */
54
+ id: string;
55
+ }
56
+ /**
57
+ * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Order Details page in the dashboard.
58
+ * @dashobardPageBuilder
59
+ */
60
+ declare function orderDetails(options: orderDetailsOptions): PageBuilderResult;
61
+ interface PageBuilderResult {
62
+ pageId: string;
63
+ relativeUrl?: string;
64
+ }
65
+
66
+ type dashboardPageBuilders_PageBuilderResult = PageBuilderResult;
67
+ declare const dashboardPageBuilders_deliveryProfile: typeof deliveryProfile;
68
+ type dashboardPageBuilders_deliveryProfileOptions = deliveryProfileOptions;
69
+ declare const dashboardPageBuilders_deliveryProfiles: typeof deliveryProfiles;
70
+ declare const dashboardPageBuilders_editDraftOrder: typeof editDraftOrder;
71
+ type dashboardPageBuilders_editDraftOrderOptions = editDraftOrderOptions;
72
+ declare const dashboardPageBuilders_editOrder: typeof editOrder;
73
+ type dashboardPageBuilders_editOrderOptions = editOrderOptions;
74
+ declare const dashboardPageBuilders_newOrder: typeof newOrder;
75
+ declare const dashboardPageBuilders_orderDetails: typeof orderDetails;
76
+ type dashboardPageBuilders_orderDetailsOptions = orderDetailsOptions;
77
+ declare const dashboardPageBuilders_orderList: typeof orderList;
78
+ declare const dashboardPageBuilders_orderRefund: typeof orderRefund;
79
+ type dashboardPageBuilders_orderRefundOptions = orderRefundOptions;
80
+ declare namespace dashboardPageBuilders {
81
+ export { type dashboardPageBuilders_PageBuilderResult as PageBuilderResult, dashboardPageBuilders_deliveryProfile as deliveryProfile, type dashboardPageBuilders_deliveryProfileOptions as deliveryProfileOptions, dashboardPageBuilders_deliveryProfiles as deliveryProfiles, dashboardPageBuilders_editDraftOrder as editDraftOrder, type dashboardPageBuilders_editDraftOrderOptions as editDraftOrderOptions, dashboardPageBuilders_editOrder as editOrder, type dashboardPageBuilders_editOrderOptions as editOrderOptions, dashboardPageBuilders_newOrder as newOrder, dashboardPageBuilders_orderDetails as orderDetails, type dashboardPageBuilders_orderDetailsOptions as orderDetailsOptions, dashboardPageBuilders_orderList as orderList, dashboardPageBuilders_orderRefund as orderRefund, type dashboardPageBuilders_orderRefundOptions as orderRefundOptions };
82
+ }
83
+
84
+ /**
85
+ * @pageName EditOrder
86
+ * @slotType dashboard menu plugin
87
+ */
88
+ type OrderSummaryParams$1 = DraftOrderManageFeesActionParams$1;
89
+ /** @internal */
90
+ type DraftOrderManageFeesActionParams$1 = {
91
+ draftOrderId: string;
92
+ onDraftOrderUpdate(): Promise<void>;
93
+ };
94
+
95
+ declare namespace f2526550194f4c1392989a6b8abda62f {
96
+ export type { DraftOrderManageFeesActionParams$1 as DraftOrderManageFeesActionParams, OrderSummaryParams$1 as OrderSummaryParams };
97
+ }
98
+
99
+ /**
100
+ * @pageName Orders
101
+ * @slotType dashboard menu plugin
102
+ */
103
+ type OrderItemsBulkMoreActionsMenuParams = OrdersListBulkActionExtensionProps;
104
+ /** @internal */
105
+ type OrdersListBulkActionExtensionProps = {
106
+ selectedIds: string[];
107
+ uncheckedIds: string[];
108
+ isSelectAll: boolean;
109
+ total: number;
110
+ onSuccess(): Promise<void>;
111
+ };
112
+
113
+ type _8107f05fD6464c81Be90Adf28d321398_OrderItemsBulkMoreActionsMenuParams = OrderItemsBulkMoreActionsMenuParams;
114
+ type _8107f05fD6464c81Be90Adf28d321398_OrdersListBulkActionExtensionProps = OrdersListBulkActionExtensionProps;
115
+ declare namespace _8107f05fD6464c81Be90Adf28d321398 {
116
+ export type { _8107f05fD6464c81Be90Adf28d321398_OrderItemsBulkMoreActionsMenuParams as OrderItemsBulkMoreActionsMenuParams, _8107f05fD6464c81Be90Adf28d321398_OrdersListBulkActionExtensionProps as OrdersListBulkActionExtensionProps };
117
+ }
118
+
119
+ /**
120
+ * @pageName DraftOrderPage
121
+ * @slotType dashboard menu plugin
122
+ */
123
+ type OrderSummaryParams = DraftOrderManageFeesActionParams;
124
+ /** @internal */
125
+ type DraftOrderManageFeesActionParams = {
126
+ draftOrderId: string;
127
+ onDraftOrderUpdate(): Promise<void>;
128
+ };
129
+
130
+ type _8454e8a0568443319d4aE4873467553a_DraftOrderManageFeesActionParams = DraftOrderManageFeesActionParams;
131
+ type _8454e8a0568443319d4aE4873467553a_OrderSummaryParams = OrderSummaryParams;
132
+ declare namespace _8454e8a0568443319d4aE4873467553a {
133
+ export type { _8454e8a0568443319d4aE4873467553a_DraftOrderManageFeesActionParams as DraftOrderManageFeesActionParams, _8454e8a0568443319d4aE4873467553a_OrderSummaryParams as OrderSummaryParams };
134
+ }
135
+
136
+ /**
137
+ * @pageName OrderDetails
138
+ * @slotType dashboard plugin
139
+ */
140
+ type OrderRightPanelParams = OrderDetailsSecondaryCardProps;
141
+ /** @internal */
142
+ type OrderDetailsSecondaryCardProps = {
143
+ orderId: string;
144
+ onOrderUpdate(): Promise<void>;
145
+ };
146
+
147
+ type _3b96985eA459497294c363f038a73af2_OrderDetailsSecondaryCardProps = OrderDetailsSecondaryCardProps;
148
+ type _3b96985eA459497294c363f038a73af2_OrderRightPanelParams = OrderRightPanelParams;
149
+ declare namespace _3b96985eA459497294c363f038a73af2 {
150
+ export type { _3b96985eA459497294c363f038a73af2_OrderDetailsSecondaryCardProps as OrderDetailsSecondaryCardProps, _3b96985eA459497294c363f038a73af2_OrderRightPanelParams as OrderRightPanelParams };
151
+ }
152
+
153
+ declare namespace dashboardPagesPluginProps {
154
+ export { _8454e8a0568443319d4aE4873467553a as DraftOrderPage, f2526550194f4c1392989a6b8abda62f as EditOrder, _3b96985eA459497294c363f038a73af2 as OrderDetails, _8107f05fD6464c81Be90Adf28d321398 as Orders };
155
+ }
156
+
157
+ declare namespace dashboard {
158
+ export { dashboardPageBuilders as pages, dashboardPagesPluginProps as plugins };
159
+ }
160
+
161
+ export { dashboardPageBuilders as a, dashboardPagesPluginProps as b, dashboard as d };