PluginProbe
FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler / 1.6.5
FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler v1.6.5
1.6.5 1.6.4 1.6.3 1.6.2 1.6.1 1.6.0 1.5.4 1.5.5 1.5.3 1.5.2 1.5.1 1.5.0 1.4.2 1.4.1 1.4.0 1.3.28 1.3.27 1.3.26 1.3.25 1.3.23 1.3.22 1.3.21 1.3.20 1.3.19 trunk All 48 releases
← All changes | config/vite_config.php +871 -199 1.3.21 → 1.6.5 View file →
@@ -1,5 +1,31 @@
1 1 <?php return [
2 + '_Activity.js' => [
3 + 'file' => 'chunks/Activity.js',
4 + 'name' => 'Activity',
5 + 'imports' => [
6 + '_vue.esm-bundler.js',
7 + '_Empty.js',
8 + '_Badge.js',
9 + '_Translator.js',
10 + '_Str.js',
11 + '_Url.js',
12 + '_IconButton.js',
13 + '_DynamicIcon.js',
14 + '_CardBody.js',
15 + '_CurrencyFormatter.js',
16 + '_OrderCustomerInformation.js',
17 + '_Rest.js',
18 + '_Notify.js',
19 + '_NotFound.js',
20 + '_index.js',
21 + '_Arr.js',
22 + '_common.js',
23 + '_BundleProducts.js',
24 + '__plugin-vue_export-helper.js',
25 + '_Utils.js'
26 + ]
27 + ],
2 28 '_AddProductItemModal.css' => [
3 29 'file' => 'assets/AddProductItemModal.css',
4 30 'src' => '_AddProductItemModal.css'
5 31 ],
@@ -21,8 +47,25 @@
21 47 'css' => [
22 48 'assets/AddProductItemModal.css'
23 49 ]
24 50 ],
51 + '_AddressComponent.css' => [
52 + 'file' => 'assets/AddressComponent.css',
53 + 'src' => '_AddressComponent.css'
54 + ],
55 + '_AddressComponent2.js' => [
56 + 'file' => 'chunks/AddressComponent2.js',
57 + 'name' => 'AddressComponent',
58 + 'imports' => [
59 + '_vue.esm-bundler.js',
60 + '_Rest.js',
61 + '_Translator.js',
62 + '_Animation.js'
63 + ],
64 + 'css' => [
65 + 'assets/AddressComponent.css'
66 + ]
67 + ],
25 68 '_Animation.css' => [
26 69 'file' => 'assets/Animation.css',
27 70 'src' => '_Animation.css'
28 71 ],
@@ -31,9 +74,9 @@
31 74 'name' => 'Animation',
32 75 'imports' => [
33 76 '_vue.esm-bundler.js',
34 77 '__plugin-vue_export-helper.js',
35 - '_Badge.js'
78 + '_TransitionAccordion.js'
36 79 ],
37 80 'css' => [
38 81 'assets/Animation.css'
39 82 ]
@@ -49,24 +92,45 @@
49 92 '_Arr.js',
50 93 '_Url.js'
51 94 ]
52 95 ],
53 - '_Badge.css' => [
54 - 'file' => 'assets/Badge.css',
55 - 'src' => '_Badge.css'
96 + '_AttrGroups.js' => [
97 + 'file' => 'chunks/AttrGroups.js',
98 + 'name' => 'AttrGroups',
99 + 'imports' => [
100 + '_vue.esm-bundler.js',
101 + '_Translator.js',
102 + '_Rest.js',
103 + '_common.js',
104 + '_index.js',
105 + '_Notify.js',
106 + '_DynamicIcon.js',
107 + '__plugin-vue_export-helper.js'
108 + ]
56 109 ],
57 110 '_Badge.js' => [
58 111 'file' => 'chunks/Badge.js',
59 112 'name' => 'Badge',
60 113 'imports' => [
114 + '_Model.js',
61 115 '_vue.esm-bundler.js',
116 + '_common.js',
117 + '_Rest.js',
118 + '_vue-router.js',
119 + '_Url.js',
120 + '_Arr.js',
121 + '_Translator.js',
122 + '_dayjs.min.js',
123 + '_timezone.js',
124 + '_Notify.js',
125 + '_DynamicIcon.js',
62 126 '__plugin-vue_export-helper.js',
63 - '_DynamicIcon.js',
64 - '_Str.js',
65 - '_Translator.js'
66 - ],
67 - 'css' => [
68 - 'assets/Badge.css'
127 + '_index3.js',
128 + '_index.js',
129 + '_IconButton.js',
130 + '_Utils.js',
131 + '_TransitionAccordion.js',
132 + '_Str.js'
69 133 ]
70 134 ],
71 135 '_BlockEditorTranslator.js' => [
72 136 'file' => 'chunks/BlockEditorTranslator.js',
@@ -80,55 +144,16 @@
80 144 '_vue.esm-bundler.js',
81 145 '__plugin-vue_export-helper.js'
82 146 ]
83 147 ],
84 - '_CancelSubscription.js' => [
85 - 'file' => 'chunks/CancelSubscription.js',
86 - 'name' => 'CancelSubscription',
87 - 'imports' => [
88 - '_vue.esm-bundler.js',
89 - '_Empty.js',
90 - '_Badge.js',
91 - '_Translator.js',
92 - '_Str.js',
93 - '_Url.js',
94 - '_IconButton.js',
95 - '_DynamicIcon.js',
96 - '_CardBody.js',
97 - '_productService.js',
98 - '_OrderCustomerInformation.js',
99 - '_Rest.js',
100 - '_Notify.js',
101 - '_NotFound.js',
102 - '_index.js',
103 - '_Arr.js',
104 - '_common.js',
105 - '_BundleProducts.js',
106 - '__plugin-vue_export-helper.js',
107 - '_Utils.js'
108 - ]
109 - ],
110 148 '_CardBody.js' => [
111 149 'file' => 'chunks/CardBody.js',
112 150 'name' => 'CardBody',
113 151 'imports' => [
114 - '_Model.js',
115 152 '_vue.esm-bundler.js',
116 - '_IconButton.js',
117 - '_Rest.js',
118 153 '_vue-router.js',
119 - '_Url.js',
120 - '_Arr.js',
121 - '_Translator.js',
122 - '_dayjs.min.js',
123 - '_timezone.js',
124 - '_Notify.js',
125 - '_DynamicIcon.js',
126 154 '__plugin-vue_export-helper.js',
127 - '_index3.js',
128 - '_index.js',
129 - '_Utils.js',
130 - '_Badge.js'
155 + '_DynamicIcon.js'
131 156 ]
132 157 ],
133 158 '_ColorPickerField.js' => [
134 159 'file' => 'chunks/ColorPickerField.js',
@@ -133,30 +158,22 @@
133 158 '_ColorPickerField.js' => [
134 159 'file' => 'chunks/ColorPickerField.js',
135 160 'name' => 'ColorPickerField',
136 161 'imports' => [
137 - '_BlockEditorTranslator.js',
138 - '_Icons.js'
162 + '_jsx-runtime.js',
163 + '_Icons.js',
164 + '_BlockEditorTranslator.js'
139 165 ]
140 166 ],
141 - '_CopyToClipboard.css' => [
142 - 'file' => 'assets/CopyToClipboard.css',
143 - 'src' => '_CopyToClipboard.css'
144 - ],
145 - '_CopyToClipboard.js' => [
146 - 'file' => 'chunks/CopyToClipboard.js',
147 - 'name' => 'CopyToClipboard',
167 + '_CurrencyFormatter.js' => [
168 + 'file' => 'chunks/CurrencyFormatter.js',
169 + 'name' => 'CurrencyFormatter',
148 170 'imports' => [
149 - '_vue.esm-bundler.js',
150 - '_Rest.js',
151 - '_Translator.js',
152 - '_Animation.js',
153 - '_DynamicIcon.js',
154 - '_Notify.js',
155 - '_index.js'
156 - ],
157 - 'css' => [
158 - 'assets/CopyToClipboard.css'
171 + '_Arr.js',
172 + '_dayjs.min.js',
173 + '_timezone.js',
174 + '_weekOfYear.js',
175 + '_Translator.js'
159 176 ]
160 177 ],
161 178 '_CustomSelect.js' => [
162 179 'file' => 'chunks/CustomSelect.js',
@@ -161,10 +178,11 @@
161 178 '_CustomSelect.js' => [
162 179 'file' => 'chunks/CustomSelect.js',
163 180 'name' => 'CustomSelect',
164 181 'imports' => [
165 - '_BlockEditorTranslator.js',
166 - '_index6.js'
182 + '_jsx-runtime.js',
183 + '_index6.js',
184 + '_BlockEditorTranslator.js'
167 185 ]
168 186 ],
169 187 '_DynamicIcon.js' => [
170 188 'file' => 'chunks/DynamicIcon.js',
@@ -169,8 +187,9 @@
169 187 '_DynamicIcon.js' => [
170 188 'file' => 'chunks/DynamicIcon.js',
171 189 'name' => 'DynamicIcon',
172 190 'imports' => [
191 + '_preload-helper.js',
173 192 '_vue.esm-bundler.js'
174 193 ],
175 194 'dynamicImports' => [
176 195 'resources/admin/Bits/Components/Icons/Access.vue',
@@ -213,8 +232,9 @@
213 232 'resources/admin/Bits/Components/Icons/Clock.vue',
214 233 'resources/admin/Bits/Components/Icons/Close.vue',
215 234 'resources/admin/Bits/Components/Icons/Cloth.vue',
216 235 'resources/admin/Bits/Components/Icons/Code.vue',
236 + 'resources/admin/Bits/Components/Icons/Collapse.vue',
217 237 'resources/admin/Bits/Components/Icons/ColorPicker.vue',
218 238 'resources/admin/Bits/Components/Icons/ColumnIcon.vue',
219 239 'resources/admin/Bits/Components/Icons/Condition.vue',
220 240 'resources/admin/Bits/Components/Icons/Configuration.vue',
@@ -253,8 +273,9 @@
253 273 'resources/admin/Bits/Components/Icons/Empty/WebPage.vue',
254 274 'resources/admin/Bits/Components/Icons/Enter.vue',
255 275 'resources/admin/Bits/Components/Icons/Envelope.vue',
256 276 'resources/admin/Bits/Components/Icons/EqualizerLine.vue',
277 + 'resources/admin/Bits/Components/Icons/Expand.vue',
257 278 'resources/admin/Bits/Components/Icons/External.vue',
258 279 'resources/admin/Bits/Components/Icons/Eye.vue',
259 280 'resources/admin/Bits/Components/Icons/EyeOff.vue',
260 281 'resources/admin/Bits/Components/Icons/Failed.vue',
@@ -267,8 +288,9 @@
267 288 'resources/admin/Bits/Components/Icons/Frame.vue',
268 289 'resources/admin/Bits/Components/Icons/FullScreen.vue',
269 290 'resources/admin/Bits/Components/Icons/GalleryAdd.vue',
270 291 'resources/admin/Bits/Components/Icons/GearIcon.vue',
292 + 'resources/admin/Bits/Components/Icons/Generate.vue',
271 293 'resources/admin/Bits/Components/Icons/Gift.vue',
272 294 'resources/admin/Bits/Components/Icons/Globe.vue',
273 295 'resources/admin/Bits/Components/Icons/GradientCheckCircle.vue',
274 296 'resources/admin/Bits/Components/Icons/GradientWarningCircle.vue',
@@ -314,12 +336,15 @@
314 336 'resources/admin/Bits/Components/Icons/Overview.vue',
315 337 'resources/admin/Bits/Components/Icons/Package.vue',
316 338 'resources/admin/Bits/Components/Icons/Page.vue',
317 339 'resources/admin/Bits/Components/Icons/PaidOrdersIcon.vue',
340 + 'resources/admin/Bits/Components/Icons/PaintLine.vue',
318 341 'resources/admin/Bits/Components/Icons/Palette.vue',
342 + 'resources/admin/Bits/Components/Icons/PaletteLine.vue',
319 343 'resources/admin/Bits/Components/Icons/Party.vue',
320 344 'resources/admin/Bits/Components/Icons/PaymentIcon.vue',
321 345 'resources/admin/Bits/Components/Icons/Pending.vue',
346 + 'resources/admin/Bits/Components/Icons/PlayCircle.vue',
322 347 'resources/admin/Bits/Components/Icons/Plus.vue',
323 348 'resources/admin/Bits/Components/Icons/PlusCircle.vue',
324 349 'resources/admin/Bits/Components/Icons/Print.vue',
325 350 'resources/admin/Bits/Components/Icons/Product.vue',
@@ -330,8 +355,9 @@
330 355 'resources/admin/Bits/Components/Icons/Refresh.vue',
331 356 'resources/admin/Bits/Components/Icons/Refund.vue',
332 357 'resources/admin/Bits/Components/Icons/Reload.vue',
333 358 'resources/admin/Bits/Components/Icons/ReorderDotsVertical.vue',
359 + 'resources/admin/Bits/Components/Icons/Reset.vue',
334 360 'resources/admin/Bits/Components/Icons/Revenue.vue',
335 361 'resources/admin/Bits/Components/Icons/Rotate.vue',
336 362 'resources/admin/Bits/Components/Icons/RunningShoe.vue',
337 363 'resources/admin/Bits/Components/Icons/Save.vue',
@@ -344,9 +370,11 @@
344 370 'resources/admin/Bits/Components/Icons/Setting.vue',
345 371 'resources/admin/Bits/Components/Icons/ShieldCheck.vue',
346 372 'resources/admin/Bits/Components/Icons/ShipmentStatus.vue',
347 373 'resources/admin/Bits/Components/Icons/Shipping.vue',
374 + 'resources/admin/Bits/Components/Icons/ShoppingBag.vue',
348 375 'resources/admin/Bits/Components/Icons/ShoppingCartIcon.vue',
376 + 'resources/admin/Bits/Components/Icons/Sites.vue',
349 377 'resources/admin/Bits/Components/Icons/SoftPackage.vue',
350 378 'resources/admin/Bits/Components/Icons/Source.vue',
351 379 'resources/admin/Bits/Components/Icons/SpeedFill.vue',
352 380 'resources/admin/Bits/Components/Icons/Stars.vue',
@@ -365,8 +393,9 @@
365 393 'resources/admin/Bits/Components/Icons/Unfulfilled.vue',
366 394 'resources/admin/Bits/Components/Icons/Unlink.vue',
367 395 'resources/admin/Bits/Components/Icons/Upload.vue',
368 396 'resources/admin/Bits/Components/Icons/Users.vue',
397 + 'resources/admin/Bits/Components/Icons/VideoAdd.vue',
369 398 'resources/admin/Bits/Components/Icons/Wallet.vue',
370 399 'resources/admin/Bits/Components/Icons/Warning.vue',
371 400 'resources/admin/Bits/Components/Icons/WarningFill.vue',
372 401 'resources/admin/Bits/Components/Icons/Webhooks.vue',
@@ -372,13 +401,25 @@
372 401 'resources/admin/Bits/Components/Icons/Webhooks.vue',
373 402 'resources/admin/Bits/Components/Icons/Window.vue'
374 403 ]
375 404 ],
405 + '_DynamicTemplateParser.js' => [
406 + 'file' => 'chunks/DynamicTemplateParser.js',
407 + 'name' => 'DynamicTemplateParser',
408 + 'imports' => [
409 + '_index.js',
410 + '_vue.esm-bundler.js',
411 + '_index2.js',
412 + '_index3.js',
413 + '_dayjs.min.js',
414 + '_index4.js'
415 + ]
416 + ],
376 417 '_EditorPanel.js' => [
377 418 'file' => 'chunks/EditorPanel.js',
378 419 'name' => 'EditorPanel',
379 420 'imports' => [
380 - '_BlockEditorTranslator.js'
421 + '_jsx-runtime.js'
381 422 ]
382 423 ],
383 424 '_EditorPanelRow.js' => [
384 425 'file' => 'chunks/EditorPanelRow.js',
@@ -383,9 +424,9 @@
383 424 '_EditorPanelRow.js' => [
384 425 'file' => 'chunks/EditorPanelRow.js',
385 426 'name' => 'EditorPanelRow',
386 427 'imports' => [
387 - '_BlockEditorTranslator.js'
428 + '_jsx-runtime.js'
388 429 ]
389 430 ],
390 431 '_Empty.js' => [
391 432 'file' => 'chunks/Empty.js',
@@ -399,8 +440,9 @@
399 440 '_ErrorBoundary.js' => [
400 441 'file' => 'chunks/ErrorBoundary.js',
401 442 'name' => 'ErrorBoundary',
402 443 'imports' => [
444 + '_jsx-runtime.js',
403 445 '_BlockEditorTranslator.js'
404 446 ]
405 447 ],
406 448 '_FileUploaderDialog.js' => [
@@ -420,10 +462,8 @@
420 462 '_IconButton.js' => [
421 463 'file' => 'chunks/IconButton.js',
422 464 'name' => 'IconButton',
423 465 'imports' => [
424 - '_Str.js',
425 - '_Arr.js',
426 466 '_vue.esm-bundler.js',
427 467 '__plugin-vue_export-helper.js'
428 468 ]
429 469 ],
@@ -430,9 +470,9 @@
430 470 '_Icons.js' => [
431 471 'file' => 'chunks/Icons.js',
432 472 'name' => 'Icons',
433 473 'imports' => [
434 - '_BlockEditorTranslator.js'
474 + '_jsx-runtime.js'
435 475 ]
436 476 ],
437 477 '_Model.js' => [
438 478 'file' => 'chunks/Model.js',
@@ -467,23 +507,25 @@
467 507 'file' => 'chunks/OrderCustomerInformation.js',
468 508 'name' => 'OrderCustomerInformation',
469 509 'imports' => [
470 510 '_vue.esm-bundler.js',
511 + '_index.js',
512 + '_Translator.js',
513 + '_Animation.js',
514 + '_Badge.js',
515 + '_Rest.js',
516 + '_Notify.js',
471 517 '__plugin-vue_export-helper.js',
472 - '_Badge.js',
473 518 '_Empty.js',
474 519 '_common.js',
475 - '_CopyToClipboard.js',
476 520 '_IconButton.js',
477 521 '_DynamicIcon.js',
478 - '_Translator.js',
479 522 '_CardBody.js',
523 + '_UserCan.js',
480 524 '_Arr.js',
481 525 '_Asset.js',
482 - '_Notify.js',
483 - '_Rest.js',
526 + '_AddressComponent2.js',
484 527 '_NotFound.js',
485 - '_index.js',
486 528 '_productService.js'
487 529 ]
488 530 ],
489 531 '_ProductContainerContext.js' => [
@@ -497,10 +539,11 @@
497 539 '_ProductExcerptBlock.js' => [
498 540 'file' => 'chunks/ProductExcerptBlock.js',
499 541 'name' => 'ProductExcerptBlock',
500 542 'imports' => [
501 - '_BlockEditorTranslator.js',
502 - '_SingleProductContext.js'
543 + '_jsx-runtime.js',
544 + '_SingleProductContext.js',
545 + '_BlockEditorTranslator.js'
503 546 ]
504 547 ],
505 548 '_ProductListItem.js' => [
506 549 'file' => 'chunks/ProductListItem.js',
@@ -505,10 +548,11 @@
505 548 '_ProductListItem.js' => [
506 549 'file' => 'chunks/ProductListItem.js',
507 550 'name' => 'ProductListItem',
508 551 'imports' => [
509 - '_BlockEditorTranslator.js',
510 - '_Icons.js'
552 + '_jsx-runtime.js',
553 + '_Icons.js',
554 + '_BlockEditorTranslator.js'
511 555 ]
512 556 ],
513 557 '_ProductVariationSelector.js' => [
514 558 'file' => 'chunks/ProductVariationSelector.js',
@@ -529,10 +573,11 @@
529 573 '_SelectProductModal.js' => [
530 574 'file' => 'chunks/SelectProductModal.js',
531 575 'name' => 'SelectProductModal',
532 576 'imports' => [
577 + '_jsx-runtime.js',
578 + '_Icons.js',
533 579 '_BlockEditorTranslator.js',
534 - '_Icons.js',
535 580 '_index5.js',
536 581 '_ProductListItem.js',
537 582 '_index6.js',
538 583 '_add-query-args.js'
@@ -541,13 +586,14 @@
541 586 '_SelectVariationModal.js' => [
542 587 'file' => 'chunks/SelectVariationModal.js',
543 588 'name' => 'SelectVariationModal',
544 589 'imports' => [
545 - '_BlockEditorTranslator.js',
590 + '_jsx-runtime.js',
546 591 '_ProductListItem.js',
547 592 '_Icons.js',
548 593 '_index6.js',
549 594 '_index5.js',
595 + '_BlockEditorTranslator.js',
550 596 '_add-query-args.js'
551 597 ]
552 598 ],
553 599 '_ServerSidePreview.css' => [
@@ -574,8 +620,23 @@
574 620 '_Str.js' => [
575 621 'file' => 'chunks/Str.js',
576 622 'name' => 'Str'
577 623 ],
624 + '_TransitionAccordion.css' => [
625 + 'file' => 'assets/TransitionAccordion.css',
626 + 'src' => '_TransitionAccordion.css'
627 + ],
628 + '_TransitionAccordion.js' => [
629 + 'file' => 'chunks/TransitionAccordion.js',
630 + 'name' => 'TransitionAccordion',
631 + 'imports' => [
632 + '_vue.esm-bundler.js',
633 + '__plugin-vue_export-helper.js'
634 + ],
635 + 'css' => [
636 + 'assets/TransitionAccordion.css'
637 + ]
638 + ],
578 639 '_Translator.js' => [
579 640 'file' => 'chunks/Translator.js',
580 641 'name' => 'Translator',
581 642 'imports' => [
@@ -591,8 +652,16 @@
591 652 '_Arr.js',
592 653 '_vue-router.js'
593 654 ]
594 655 ],
656 + '_UserCan.js' => [
657 + 'file' => 'chunks/UserCan.js',
658 + 'name' => 'UserCan',
659 + 'imports' => [
660 + '_vue.esm-bundler.js',
661 + '_Arr.js'
662 + ]
663 + ],
595 664 '_Utils.js' => [
596 665 'file' => 'chunks/Utils.js',
597 666 'name' => 'Utils',
598 667 'imports' => [
@@ -597,9 +666,11 @@
597 666 'name' => 'Utils',
598 667 'imports' => [
599 668 '_Translator.js',
600 669 '_dayjs.min.js',
601 - '_timezone.js'
670 + '_timezone.js',
671 + '_weekOfYear.js',
672 + '_CurrencyFormatter.js'
602 673 ]
603 674 ],
604 675 '__plugin-vue_export-helper.js' => [
605 676 'file' => 'chunks/_plugin-vue_export-helper.js',
@@ -616,9 +687,12 @@
616 687 '_dayjs.min.js',
617 688 '_Translator.js',
618 689 '_Str.js',
619 690 '_timezone.js',
620 - '_IconButton.js',
691 + '_weekOfYear.js',
692 + '_Arr.js',
693 + '_Utils.js',
694 + '_CurrencyFormatter.js',
621 695 '_index.js'
622 696 ]
623 697 ],
624 698 '_countries.js' => [
@@ -628,8 +702,11 @@
628 702 '_Translator.js',
629 703 '_DynamicIcon.js',
630 704 '_vue.esm-bundler.js',
631 705 '__plugin-vue_export-helper.js',
706 + '_vue-router.js',
707 + '_Badge.js',
708 + '_TransitionAccordion.js',
632 709 '_Rest.js',
633 710 '_Notify.js',
634 711 '_NotFound.js'
635 712 ]
@@ -645,9 +722,10 @@
645 722 '_DynamicIcon.js',
646 723 '_index.js',
647 724 '_Rest.js',
648 725 '_Arr.js',
649 - '_CardBody.js',
726 + '_Badge.js',
727 + '_common.js',
650 728 '_dayjs.min.js'
651 729 ]
652 730 ],
653 731 '_dayjs.min.js' => [
@@ -653,19 +731,11 @@
653 731 '_dayjs.min.js' => [
654 732 'file' => 'chunks/dayjs.min.js',
655 733 'name' => 'dayjs.min'
656 734 ],
657 - '_defaults.js' => [
658 - 'file' => 'chunks/defaults.js',
659 - 'name' => 'defaults',
660 - 'imports' => [
661 - '_index.js',
662 - '_vue.esm-bundler.js',
663 - '_index2.js',
664 - '_index3.js',
665 - '_dayjs.min.js',
666 - '_index4.js'
667 - ]
735 + '_galleryTabs.js' => [
736 + 'file' => 'chunks/galleryTabs.js',
737 + 'name' => 'galleryTabs'
668 738 ],
669 739 '_index.js' => [
670 740 'file' => 'chunks/index.js',
671 741 'name' => 'index',
@@ -679,9 +749,10 @@
679 749 'imports' => [
680 750 '_vue.esm-bundler.js',
681 751 '_index.js',
682 752 '_index4.js',
683 - '_dayjs.min.js'
753 + '_dayjs.min.js',
754 + '_weekOfYear.js'
684 755 ]
685 756 ],
686 757 '_index3.js' => [
687 758 'file' => 'chunks/index3.js',
@@ -706,22 +777,29 @@
706 777 '_index6.js' => [
707 778 'file' => 'chunks/index6.js',
708 779 'name' => 'index',
709 780 'imports' => [
710 - '_BlockEditorTranslator.js'
781 + '_jsx-runtime.js'
711 782 ]
712 783 ],
784 + '_jsx-runtime.js' => [
785 + 'file' => 'chunks/jsx-runtime.js',
786 + 'name' => 'jsx-runtime'
787 + ],
713 788 '_payment-loader.js' => [
714 789 'file' => 'chunks/payment-loader.js',
715 790 'name' => 'payment-loader'
716 791 ],
792 + '_preload-helper.js' => [
793 + 'file' => 'chunks/preload-helper.js',
794 + 'name' => 'preload-helper'
795 + ],
717 796 '_productService.js' => [
718 797 'file' => 'chunks/productService.js',
719 798 'name' => 'productService',
720 799 'imports' => [
721 800 '_Translator.js',
722 - '_Arr.js',
723 - '_dayjs.min.js'
801 + '_CurrencyFormatter.js'
724 802 ]
725 803 ],
726 804 '_timezone.js' => [
727 805 'file' => 'chunks/timezone.js',
@@ -756,8 +834,15 @@
756 834 '_vue.esm-bundler.js' => [
757 835 'file' => 'chunks/vue.esm-bundler.js',
758 836 'name' => 'vue.esm-bundler'
759 837 ],
838 + '_weekOfYear.js' => [
839 + 'file' => 'chunks/weekOfYear.js',
840 + 'name' => 'weekOfYear',
841 + 'imports' => [
842 + '_dayjs.min.js'
843 + ]
844 + ],
760 845 'resources/addon-assets/addon-assets.js' => [
761 846 'file' => 'addon-assets.js',
762 847 'name' => 'addon-assets',
763 848 'src' => 'resources/addon-assets/addon-assets.js',
@@ -762,20 +847,24 @@
762 847 'name' => 'addon-assets',
763 848 'src' => 'resources/addon-assets/addon-assets.js',
764 849 'isEntry' => true,
765 850 'imports' => [
851 + '_Translator.js',
766 852 '_FileUploaderDialog.js',
767 - '_Translator.js',
768 853 '_vue.esm-bundler.js',
769 854 '__plugin-vue_export-helper.js',
855 + '_Arr.js',
770 856 '_common.js',
771 857 '_dayjs.min.js',
772 858 '_Str.js',
773 859 '_timezone.js',
860 + '_weekOfYear.js',
861 + '_Utils.js',
862 + '_CurrencyFormatter.js',
863 + '_index.js',
774 864 '_IconButton.js',
775 - '_Arr.js',
776 - '_index.js',
777 865 '_DynamicIcon.js',
866 + '_preload-helper.js',
778 867 '_Rest.js',
779 868 '_Notify.js',
780 869 '_Model.js'
781 870 ]
@@ -852,8 +941,48 @@
852 941 'imports' => [
853 942 '_vue.esm-bundler.js'
854 943 ]
855 944 ],
945 + 'resources/admin/Bits/Components/Form/Components/McpSettings.vue' => [
946 + 'file' => 'chunks/McpSettings.js',
947 + 'name' => 'McpSettings',
948 + 'src' => 'resources/admin/Bits/Components/Form/Components/McpSettings.vue',
949 + 'isDynamicEntry' => true,
950 + 'imports' => [
951 + '_vue.esm-bundler.js',
952 + '_Translator.js',
953 + '_Badge.js',
954 + '_Rest.js',
955 + '_Notify.js',
956 + '_OrderCustomerInformation.js',
957 + '_Arr.js',
958 + '_Model.js',
959 + '_common.js',
960 + '_dayjs.min.js',
961 + '_Str.js',
962 + '_timezone.js',
963 + '_weekOfYear.js',
964 + '_Utils.js',
965 + '_CurrencyFormatter.js',
966 + '_index.js',
967 + '_vue-router.js',
968 + '_Url.js',
969 + '_DynamicIcon.js',
970 + '_preload-helper.js',
971 + '__plugin-vue_export-helper.js',
972 + '_index3.js',
973 + '_IconButton.js',
974 + '_TransitionAccordion.js',
975 + '_Animation.js',
976 + '_Empty.js',
977 + '_CardBody.js',
978 + '_UserCan.js',
979 + '_Asset.js',
980 + '_AddressComponent2.js',
981 + '_NotFound.js',
982 + '_productService.js'
983 + ]
984 + ],
856 985 'resources/admin/Bits/Components/Form/Components/ModuleSettings.vue' => [
857 986 'file' => 'chunks/ModuleSettings.js',
858 987 'name' => 'ModuleSettings',
859 988 'src' => 'resources/admin/Bits/Components/Form/Components/ModuleSettings.vue',
@@ -860,13 +989,30 @@
860 989 'isDynamicEntry' => true,
861 990 'imports' => [
862 991 '_vue.esm-bundler.js',
863 992 '_Translator.js',
993 + '_common.js',
864 994 '_Badge.js',
995 + '_Animation.js',
865 996 '_Arr.js',
997 + '_dayjs.min.js',
998 + '_Str.js',
999 + '_timezone.js',
1000 + '_weekOfYear.js',
1001 + '_Utils.js',
1002 + '_CurrencyFormatter.js',
1003 + '_index.js',
1004 + '_Model.js',
1005 + '_Rest.js',
1006 + '_vue-router.js',
1007 + '_Url.js',
1008 + '_Notify.js',
1009 + '_DynamicIcon.js',
1010 + '_preload-helper.js',
866 1011 '__plugin-vue_export-helper.js',
867 - '_DynamicIcon.js',
868 - '_Str.js'
1012 + '_index3.js',
1013 + '_IconButton.js',
1014 + '_TransitionAccordion.js'
869 1015 ]
870 1016 ],
871 1017 'resources/admin/Bits/Components/Form/Components/PaymentView.vue' => [
872 1018 'file' => 'chunks/PaymentView.js',
@@ -876,9 +1022,10 @@
876 1022 'imports' => [
877 1023 '_vue.esm-bundler.js',
878 1024 '_Translator.js',
879 1025 '_DynamicIcon.js',
880 - '_Arr.js'
1026 + '_Arr.js',
1027 + '_preload-helper.js'
881 1028 ]
882 1029 ],
883 1030 'resources/admin/Bits/Components/Form/Components/StoreSettings/AddressComponent.vue' => [
884 1031 'file' => 'chunks/AddressComponent.js',
@@ -888,19 +1035,83 @@
888 1035 'imports' => [
889 1036 '_vue.esm-bundler.js',
890 1037 '_Rest.js',
891 1038 '_Translator.js',
892 - '_CopyToClipboard.js',
1039 + '_AddressComponent2.js',
893 1040 '_Arr.js',
894 1041 '_Animation.js',
895 1042 '__plugin-vue_export-helper.js',
1043 + '_TransitionAccordion.js'
1044 + ]
1045 + ],
1046 + 'resources/admin/Bits/Components/Form/Components/StoreSettings/AppearanceComponent.vue' => [
1047 + 'file' => 'chunks/AppearanceComponent.js',
1048 + 'name' => 'AppearanceComponent',
1049 + 'src' => 'resources/admin/Bits/Components/Form/Components/StoreSettings/AppearanceComponent.vue',
1050 + 'isDynamicEntry' => true,
1051 + 'imports' => [
1052 + '_vue.esm-bundler.js',
1053 + 'resources/admin/bootstrap/app.js',
1054 + '_DynamicIcon.js',
1055 + 'resources/admin/Bits/Components/Form/Components/StoreSettings/AppearancePreview.vue',
1056 + '_Translator.js',
1057 + '_IconButton.js',
1058 + '_vue-router.js',
1059 + '_preload-helper.js',
896 1060 '_Badge.js',
897 - '_DynamicIcon.js',
1061 + '_Model.js',
1062 + '_Rest.js',
1063 + '_common.js',
1064 + '_dayjs.min.js',
898 1065 '_Str.js',
1066 + '_timezone.js',
1067 + '_weekOfYear.js',
1068 + '_Arr.js',
1069 + '_Utils.js',
1070 + '_CurrencyFormatter.js',
1071 + '_index.js',
1072 + '_Url.js',
899 1073 '_Notify.js',
900 - '_index.js'
1074 + '__plugin-vue_export-helper.js',
1075 + '_index3.js',
1076 + '_TransitionAccordion.js',
1077 + '_Empty.js',
1078 + '_OrderCustomerInformation.js',
1079 + '_Animation.js',
1080 + '_CardBody.js',
1081 + '_UserCan.js',
1082 + '_Asset.js',
1083 + '_AddressComponent2.js',
1084 + '_NotFound.js',
1085 + '_productService.js',
1086 + '_Activity.js',
1087 + '_BundleProducts.js',
1088 + '_dateShortCuts.js',
1089 + '_index4.js',
1090 + '_countries.js',
1091 + '_index2.js',
1092 + '_AttrGroups.js',
1093 + '_DynamicTemplateParser.js',
1094 + '_ProductVariationSelector.js',
1095 + '_galleryTabs.js',
1096 + '_FileUploaderDialog.js',
1097 + 'resources/admin/Bits/Components/Icons/Screenshot.vue',
1098 + '_useElementPlusComponents.js'
901 1099 ]
902 1100 ],
1101 + 'resources/admin/Bits/Components/Form/Components/StoreSettings/AppearancePreview.vue' => [
1102 + 'file' => 'chunks/AppearancePreview.js',
1103 + 'name' => 'AppearancePreview',
1104 + 'src' => 'resources/admin/Bits/Components/Form/Components/StoreSettings/AppearancePreview.vue',
1105 + 'isDynamicEntry' => true,
1106 + 'imports' => [
1107 + '_vue.esm-bundler.js',
1108 + '_DynamicIcon.js',
1109 + '_Translator.js',
1110 + '_preload-helper.js',
1111 + '_Arr.js'
1112 + ]
1113 + ],
903 1114 'resources/admin/Bits/Components/Form/Components/StoreSettings/CreatePageButton.vue' => [
904 1115 'file' => 'chunks/CreatePageButton.js',
905 1116 'name' => 'CreatePageButton',
906 1117 'src' => 'resources/admin/Bits/Components/Form/Components/StoreSettings/CreatePageButton.vue',
@@ -911,8 +1122,9 @@
911 1122 '_Translator.js',
912 1123 '_Notify.js',
913 1124 '_Rest.js',
914 1125 '_IconButton.js',
1126 + '_preload-helper.js',
915 1127 '_Arr.js',
916 1128 '_Str.js',
917 1129 '_index.js',
918 1130 '__plugin-vue_export-helper.js'
@@ -928,8 +1140,9 @@
928 1140 '_Translator.js',
929 1141 '_DynamicIcon.js',
930 1142 '_Arr.js',
931 1143 'resources/admin/Bits/Components/Form/Components/StoreSettings/CreatePageButton.vue',
1144 + '_preload-helper.js',
932 1145 '_Notify.js',
933 1146 '_Str.js',
934 1147 '_index.js',
935 1148 '_Rest.js',
@@ -936,8 +1149,39 @@
936 1149 '_IconButton.js',
937 1150 '__plugin-vue_export-helper.js'
938 1151 ]
939 1152 ],
1153 + 'resources/admin/Bits/Components/Form/Components/StoreSettings/SubscriptionModeManager.vue' => [
1154 + 'file' => 'chunks/SubscriptionModeManager.js',
1155 + 'name' => 'SubscriptionModeManager',
1156 + 'src' => 'resources/admin/Bits/Components/Form/Components/StoreSettings/SubscriptionModeManager.vue',
1157 + 'isDynamicEntry' => true,
1158 + 'imports' => [
1159 + '_vue.esm-bundler.js',
1160 + '_Translator.js',
1161 + '_Badge.js',
1162 + '_TransitionAccordion.js',
1163 + '_Rest.js',
1164 + '_Notify.js',
1165 + '_Arr.js',
1166 + '_Model.js',
1167 + '_common.js',
1168 + '_dayjs.min.js',
1169 + '_Str.js',
1170 + '_timezone.js',
1171 + '_weekOfYear.js',
1172 + '_Utils.js',
1173 + '_CurrencyFormatter.js',
1174 + '_index.js',
1175 + '_vue-router.js',
1176 + '_Url.js',
1177 + '_DynamicIcon.js',
1178 + '_preload-helper.js',
1179 + '__plugin-vue_export-helper.js',
1180 + '_index3.js',
1181 + '_IconButton.js'
1182 + ]
1183 + ],
940 1184 'resources/admin/Bits/Components/Form/Components/TurnstileSettings.vue' => [
941 1185 'file' => 'chunks/TurnstileSettings.js',
942 1186 'name' => 'TurnstileSettings',
943 1187 'src' => 'resources/admin/Bits/Components/Form/Components/TurnstileSettings.vue',
@@ -947,11 +1191,26 @@
947 1191 '_Translator.js',
948 1192 '_Badge.js',
949 1193 '_Rest.js',
950 1194 '_Arr.js',
1195 + '_Model.js',
1196 + '_common.js',
1197 + '_dayjs.min.js',
1198 + '_Str.js',
1199 + '_timezone.js',
1200 + '_weekOfYear.js',
1201 + '_Utils.js',
1202 + '_CurrencyFormatter.js',
1203 + '_index.js',
1204 + '_vue-router.js',
1205 + '_Url.js',
1206 + '_Notify.js',
1207 + '_DynamicIcon.js',
1208 + '_preload-helper.js',
951 1209 '__plugin-vue_export-helper.js',
952 - '_DynamicIcon.js',
953 - '_Str.js'
1210 + '_index3.js',
1211 + '_IconButton.js',
1212 + '_TransitionAccordion.js'
954 1213 ]
955 1214 ],
956 1215 'resources/admin/Bits/Components/Icons/Access.vue' => [
957 1216 'file' => 'chunks/Access.js',
@@ -1362,8 +1621,18 @@
1362 1621 '_vue.esm-bundler.js',
1363 1622 '__plugin-vue_export-helper.js'
1364 1623 ]
1365 1624 ],
1625 + 'resources/admin/Bits/Components/Icons/Collapse.vue' => [
1626 + 'file' => 'chunks/Collapse.js',
1627 + 'name' => 'Collapse',
1628 + 'src' => 'resources/admin/Bits/Components/Icons/Collapse.vue',
1629 + 'isDynamicEntry' => true,
1630 + 'imports' => [
1631 + '_vue.esm-bundler.js',
1632 + '__plugin-vue_export-helper.js'
1633 + ]
1634 + ],
1366 1635 'resources/admin/Bits/Components/Icons/ColorPicker.vue' => [
1367 1636 'file' => 'chunks/ColorPicker.js',
1368 1637 'name' => 'ColorPicker',
1369 1638 'src' => 'resources/admin/Bits/Components/Icons/ColorPicker.vue',
@@ -1762,8 +2031,18 @@
1762 2031 '_vue.esm-bundler.js',
1763 2032 '__plugin-vue_export-helper.js'
1764 2033 ]
1765 2034 ],
2035 + 'resources/admin/Bits/Components/Icons/Expand.vue' => [
2036 + 'file' => 'chunks/Expand.js',
2037 + 'name' => 'Expand',
2038 + 'src' => 'resources/admin/Bits/Components/Icons/Expand.vue',
2039 + 'isDynamicEntry' => true,
2040 + 'imports' => [
2041 + '_vue.esm-bundler.js',
2042 + '__plugin-vue_export-helper.js'
2043 + ]
2044 + ],
1766 2045 'resources/admin/Bits/Components/Icons/External.vue' => [
1767 2046 'file' => 'chunks/External.js',
1768 2047 'name' => 'External',
1769 2048 'src' => 'resources/admin/Bits/Components/Icons/External.vue',
@@ -1902,8 +2181,18 @@
1902 2181 '_vue.esm-bundler.js',
1903 2182 '__plugin-vue_export-helper.js'
1904 2183 ]
1905 2184 ],
2185 + 'resources/admin/Bits/Components/Icons/Generate.vue' => [
2186 + 'file' => 'chunks/Generate.js',
2187 + 'name' => 'Generate',
2188 + 'src' => 'resources/admin/Bits/Components/Icons/Generate.vue',
2189 + 'isDynamicEntry' => true,
2190 + 'imports' => [
2191 + '_vue.esm-bundler.js',
2192 + '__plugin-vue_export-helper.js'
2193 + ]
2194 + ],
1906 2195 'resources/admin/Bits/Components/Icons/Gift.vue' => [
1907 2196 'file' => 'chunks/Gift.js',
1908 2197 'name' => 'Gift',
1909 2198 'src' => 'resources/admin/Bits/Components/Icons/Gift.vue',
@@ -2372,8 +2661,18 @@
2372 2661 '_vue.esm-bundler.js',
2373 2662 '__plugin-vue_export-helper.js'
2374 2663 ]
2375 2664 ],
2665 + 'resources/admin/Bits/Components/Icons/PaintLine.vue' => [
2666 + 'file' => 'chunks/PaintLine.js',
2667 + 'name' => 'PaintLine',
2668 + 'src' => 'resources/admin/Bits/Components/Icons/PaintLine.vue',
2669 + 'isDynamicEntry' => true,
2670 + 'imports' => [
2671 + '_vue.esm-bundler.js',
2672 + '__plugin-vue_export-helper.js'
2673 + ]
2674 + ],
2376 2675 'resources/admin/Bits/Components/Icons/Palette.vue' => [
2377 2676 'file' => 'chunks/Palette.js',
2378 2677 'name' => 'Palette',
2379 2678 'src' => 'resources/admin/Bits/Components/Icons/Palette.vue',
@@ -2382,8 +2681,18 @@
2382 2681 '_vue.esm-bundler.js',
2383 2682 '__plugin-vue_export-helper.js'
2384 2683 ]
2385 2684 ],
2685 + 'resources/admin/Bits/Components/Icons/PaletteLine.vue' => [
2686 + 'file' => 'chunks/PaletteLine.js',
2687 + 'name' => 'PaletteLine',
2688 + 'src' => 'resources/admin/Bits/Components/Icons/PaletteLine.vue',
2689 + 'isDynamicEntry' => true,
2690 + 'imports' => [
2691 + '_vue.esm-bundler.js',
2692 + '__plugin-vue_export-helper.js'
2693 + ]
2694 + ],
2386 2695 'resources/admin/Bits/Components/Icons/Party.vue' => [
2387 2696 'file' => 'chunks/Party.js',
2388 2697 'name' => 'Party',
2389 2698 'src' => 'resources/admin/Bits/Components/Icons/Party.vue',
@@ -2412,8 +2721,18 @@
2412 2721 '_vue.esm-bundler.js',
2413 2722 '__plugin-vue_export-helper.js'
2414 2723 ]
2415 2724 ],
2725 + 'resources/admin/Bits/Components/Icons/PlayCircle.vue' => [
2726 + 'file' => 'chunks/PlayCircle.js',
2727 + 'name' => 'PlayCircle',
2728 + 'src' => 'resources/admin/Bits/Components/Icons/PlayCircle.vue',
2729 + 'isDynamicEntry' => true,
2730 + 'imports' => [
2731 + '_vue.esm-bundler.js',
2732 + '__plugin-vue_export-helper.js'
2733 + ]
2734 + ],
2416 2735 'resources/admin/Bits/Components/Icons/Plus.vue' => [
2417 2736 'file' => 'chunks/Plus.js',
2418 2737 'name' => 'Plus',
2419 2738 'src' => 'resources/admin/Bits/Components/Icons/Plus.vue',
@@ -2532,8 +2851,18 @@
2532 2851 '_vue.esm-bundler.js',
2533 2852 '__plugin-vue_export-helper.js'
2534 2853 ]
2535 2854 ],
2855 + 'resources/admin/Bits/Components/Icons/Reset.vue' => [
2856 + 'file' => 'chunks/Reset.js',
2857 + 'name' => 'Reset',
2858 + 'src' => 'resources/admin/Bits/Components/Icons/Reset.vue',
2859 + 'isDynamicEntry' => true,
2860 + 'imports' => [
2861 + '_vue.esm-bundler.js',
2862 + '__plugin-vue_export-helper.js'
2863 + ]
2864 + ],
2536 2865 'resources/admin/Bits/Components/Icons/Revenue.vue' => [
2537 2866 'file' => 'chunks/Revenue.js',
2538 2867 'name' => 'Revenue',
2539 2868 'src' => 'resources/admin/Bits/Components/Icons/Revenue.vue',
@@ -2672,8 +3001,18 @@
2672 3001 '_vue.esm-bundler.js',
2673 3002 '__plugin-vue_export-helper.js'
2674 3003 ]
2675 3004 ],
3005 + 'resources/admin/Bits/Components/Icons/ShoppingBag.vue' => [
3006 + 'file' => 'chunks/ShoppingBag.js',
3007 + 'name' => 'ShoppingBag',
3008 + 'src' => 'resources/admin/Bits/Components/Icons/ShoppingBag.vue',
3009 + 'isDynamicEntry' => true,
3010 + 'imports' => [
3011 + '_vue.esm-bundler.js',
3012 + '__plugin-vue_export-helper.js'
3013 + ]
3014 + ],
2676 3015 'resources/admin/Bits/Components/Icons/ShoppingCartIcon.vue' => [
2677 3016 'file' => 'chunks/ShoppingCartIcon.js',
2678 3017 'name' => 'ShoppingCartIcon',
2679 3018 'src' => 'resources/admin/Bits/Components/Icons/ShoppingCartIcon.vue',
@@ -2682,8 +3021,18 @@
2682 3021 '_vue.esm-bundler.js',
2683 3022 '__plugin-vue_export-helper.js'
2684 3023 ]
2685 3024 ],
3025 + 'resources/admin/Bits/Components/Icons/Sites.vue' => [
3026 + 'file' => 'chunks/Sites.js',
3027 + 'name' => 'Sites',
3028 + 'src' => 'resources/admin/Bits/Components/Icons/Sites.vue',
3029 + 'isDynamicEntry' => true,
3030 + 'imports' => [
3031 + '_vue.esm-bundler.js',
3032 + '__plugin-vue_export-helper.js'
3033 + ]
3034 + ],
2686 3035 'resources/admin/Bits/Components/Icons/SoftPackage.vue' => [
2687 3036 'file' => 'chunks/SoftPackage.js',
2688 3037 'name' => 'SoftPackage',
2689 3038 'src' => 'resources/admin/Bits/Components/Icons/SoftPackage.vue',
@@ -2882,8 +3231,18 @@
2882 3231 '_vue.esm-bundler.js',
2883 3232 '__plugin-vue_export-helper.js'
2884 3233 ]
2885 3234 ],
3235 + 'resources/admin/Bits/Components/Icons/VideoAdd.vue' => [
3236 + 'file' => 'chunks/VideoAdd.js',
3237 + 'name' => 'VideoAdd',
3238 + 'src' => 'resources/admin/Bits/Components/Icons/VideoAdd.vue',
3239 + 'isDynamicEntry' => true,
3240 + 'imports' => [
3241 + '_vue.esm-bundler.js',
3242 + '__plugin-vue_export-helper.js'
3243 + ]
3244 + ],
2886 3245 'resources/admin/Bits/Components/Icons/Wallet.vue' => [
2887 3246 'file' => 'chunks/Wallet.js',
2888 3247 'name' => 'Wallet',
2889 3248 'src' => 'resources/admin/Bits/Components/Icons/Wallet.vue',
@@ -2938,8 +3297,9 @@
2938 3297 'name' => 'AddToCartButtonBlockEditor',
2939 3298 'src' => 'resources/admin/BlockEditor/Buttons/AddToCartButtonBlockEditor.jsx',
2940 3299 'isEntry' => true,
2941 3300 'imports' => [
3301 + '_jsx-runtime.js',
2942 3302 '_BlockEditorTranslator.js',
2943 3303 '_index5.js',
2944 3304 '_SingleProductContext.js',
2945 3305 '_Icons.js',
@@ -2954,8 +3314,9 @@
2954 3314 'name' => 'BuyNowButtonBlockEditor',
2955 3315 'src' => 'resources/admin/BlockEditor/Buttons/BuyNowButtonBlockEditor.jsx',
2956 3316 'isEntry' => true,
2957 3317 'imports' => [
3318 + '_jsx-runtime.js',
2958 3319 '_BlockEditorTranslator.js',
2959 3320 '_index5.js',
2960 3321 '_SelectVariationModal.js',
2961 3322 '_Icons.js',
@@ -2978,8 +3339,9 @@
2978 3339 'name' => 'BuySectionBlockEditor',
2979 3340 'src' => 'resources/admin/BlockEditor/BuySection/BuySectionBlockEditor.jsx',
2980 3341 'isEntry' => true,
2981 3342 'imports' => [
3343 + '_jsx-runtime.js',
2982 3344 '_BlockEditorTranslator.js',
2983 3345 '_index5.js',
2984 3346 '_EditorPanel.js',
2985 3347 '_EditorPanelRow.js',
@@ -2998,8 +3360,30 @@
2998 3360 'file' => 'assets/buy-section-block-editor.css',
2999 3361 'src' => 'resources/admin/BlockEditor/BuySection/style/buy-section-block-editor.scss',
3000 3362 'isEntry' => true
3001 3363 ],
3364 + 'resources/admin/BlockEditor/Cart/CartBlockEditor.jsx' => [
3365 + 'file' => 'CartBlockEditor.js',
3366 + 'name' => 'CartBlockEditor',
3367 + 'src' => 'resources/admin/BlockEditor/Cart/CartBlockEditor.jsx',
3368 + 'isEntry' => true,
3369 + 'imports' => [
3370 + '_jsx-runtime.js',
3371 + '_Icons.js'
3372 + ]
3373 + ],
3374 + 'resources/admin/BlockEditor/Cart/InnerBlocks/InnerBlocks.jsx' => [
3375 + 'file' => 'InnerBlocks5.js',
3376 + 'name' => 'InnerBlocks',
3377 + 'src' => 'resources/admin/BlockEditor/Cart/InnerBlocks/InnerBlocks.jsx',
3378 + 'isEntry' => true,
3379 + 'imports' => [
3380 + '_BlockEditorTranslator.js',
3381 + '_jsx-runtime.js',
3382 + '_EditorPanel.js',
3383 + '_EditorPanelRow.js'
3384 + ]
3385 + ],
3002 3386 'resources/admin/BlockEditor/Cart/MiniCartBlockEditor.jsx' => [
3003 3387 'file' => 'MiniCartBlockEditor.js',
3004 3388 'name' => 'MiniCartBlockEditor',
3005 3389 'src' => 'resources/admin/BlockEditor/Cart/MiniCartBlockEditor.jsx',
@@ -3004,14 +3388,20 @@
3004 3388 'name' => 'MiniCartBlockEditor',
3005 3389 'src' => 'resources/admin/BlockEditor/Cart/MiniCartBlockEditor.jsx',
3006 3390 'isEntry' => true,
3007 3391 'imports' => [
3008 - '_BlockEditorTranslator.js',
3392 + '_jsx-runtime.js',
3009 3393 '_index5.js',
3010 3394 '_SingleProductContext.js',
3011 - '_Icons.js'
3395 + '_Icons.js',
3396 + '_BlockEditorTranslator.js'
3012 3397 ]
3013 3398 ],
3399 + 'resources/admin/BlockEditor/Cart/style/cart-block-editor.scss' => [
3400 + 'file' => 'assets/cart-block-editor.css',
3401 + 'src' => 'resources/admin/BlockEditor/Cart/style/cart-block-editor.scss',
3402 + 'isEntry' => true
3403 + ],
3014 3404 'resources/admin/BlockEditor/Cart/style/mini-cart-block-editor.scss' => [
3015 3405 'file' => 'assets/mini-cart-block-editor.css',
3016 3406 'src' => 'resources/admin/BlockEditor/Cart/style/mini-cart-block-editor.scss',
3017 3407 'isEntry' => true
@@ -3025,11 +3415,12 @@
3025 3415 'name' => 'CheckoutBlockEditor',
3026 3416 'src' => 'resources/admin/BlockEditor/Checkout/CheckoutBlockEditor.jsx',
3027 3417 'isEntry' => true,
3028 3418 'imports' => [
3029 - '_BlockEditorTranslator.js',
3419 + '_jsx-runtime.js',
3030 3420 '_EditorPanel.js',
3031 3421 '_ColorPickerField.js',
3422 + '_BlockEditorTranslator.js',
3032 3423 '_Icons.js'
3033 3424 ],
3034 3425 'assets' => [
3035 3426 'assets/Checkout.png'
@@ -3040,9 +3431,10 @@
3040 3431 'name' => 'InnerBlocks',
3041 3432 'src' => 'resources/admin/BlockEditor/Checkout/InnerBlocks/InnerBlocks.jsx',
3042 3433 'isEntry' => true,
3043 3434 'imports' => [
3044 - '_BlockEditorTranslator.js'
3435 + '_BlockEditorTranslator.js',
3436 + '_jsx-runtime.js'
3045 3437 ]
3046 3438 ],
3047 3439 'resources/admin/BlockEditor/Checkout/style/checkout-block-editor.scss' => [
3048 3440 'file' => 'assets/checkout-block-editor.css',
@@ -3059,8 +3451,9 @@
3059 3451 'name' => 'CustomerDashboardButtonBlockEditor',
3060 3452 'src' => 'resources/admin/BlockEditor/CustomerDashboardButton/CustomerDashboardButtonBlockEditor.jsx',
3061 3453 'isEntry' => true,
3062 3454 'imports' => [
3455 + '_jsx-runtime.js',
3063 3456 '_BlockEditorTranslator.js',
3064 3457 '_Icons.js'
3065 3458 ]
3066 3459 ],
@@ -3078,10 +3471,11 @@
3078 3471 'name' => 'CustomerProfileBlockEditor',
3079 3472 'src' => 'resources/admin/BlockEditor/CustomerProfile/CustomerProfileBlockEditor.jsx',
3080 3473 'isEntry' => true,
3081 3474 'imports' => [
3082 - '_BlockEditorTranslator.js',
3083 - '_Icons.js'
3475 + '_jsx-runtime.js',
3476 + '_Icons.js',
3477 + '_BlockEditorTranslator.js'
3084 3478 ],
3085 3479 'assets' => [
3086 3480 'assets/CustomerProfile.png'
3087 3481 ]
@@ -3096,8 +3490,9 @@
3096 3490 'name' => 'ExcerptBlockEditor',
3097 3491 'src' => 'resources/admin/BlockEditor/Excerpt/ExcerptBlockEditor.jsx',
3098 3492 'isEntry' => true,
3099 3493 'imports' => [
3494 + '_jsx-runtime.js',
3100 3495 '_BlockEditorTranslator.js',
3101 3496 '_index5.js',
3102 3497 '_SelectProductModal.js',
3103 3498 '_EditorPanel.js',
@@ -3119,8 +3514,9 @@
3119 3514 'name' => 'InnerBlocks',
3120 3515 'src' => 'resources/admin/BlockEditor/MediaCarousel/InnerBlocks/InnerBlocks.jsx',
3121 3516 'isEntry' => true,
3122 3517 'imports' => [
3518 + '_jsx-runtime.js',
3123 3519 '_BlockEditorTranslator.js',
3124 3520 '_SingleProductContext.js',
3125 3521 '_Icons.js',
3126 3522 '_ProductContext.js',
@@ -3132,13 +3528,14 @@
3132 3528 'name' => 'MediaCarouselBlockEditor',
3133 3529 'src' => 'resources/admin/BlockEditor/MediaCarousel/MediaCarouselBlockEditor.jsx',
3134 3530 'isEntry' => true,
3135 3531 'imports' => [
3136 - '_BlockEditorTranslator.js',
3532 + '_jsx-runtime.js',
3137 3533 '_Icons.js',
3138 3534 '_index5.js',
3139 3535 '_EditorPanel.js',
3140 3536 '_EditorPanelRow.js',
3537 + '_BlockEditorTranslator.js',
3141 3538 '_SelectVariationModal.js',
3142 3539 '_SingleProductContext.js',
3143 3540 '_ProductContext.js',
3144 3541 '_add-query-args.js',
@@ -3163,14 +3560,15 @@
3163 3560 'name' => 'PriceRangeBlockEditor',
3164 3561 'src' => 'resources/admin/BlockEditor/PriceRange/PriceRangeBlockEditor.jsx',
3165 3562 'isEntry' => true,
3166 3563 'imports' => [
3167 - '_BlockEditorTranslator.js',
3564 + '_jsx-runtime.js',
3168 3565 '_index5.js',
3169 3566 '_SelectProductModal.js',
3170 3567 '_CustomSelect.js',
3171 3568 '_EditorPanel.js',
3172 3569 '_EditorPanelRow.js',
3570 + '_BlockEditorTranslator.js',
3173 3571 '_SingleProductContext.js',
3174 3572 '_Icons.js',
3175 3573 '_add-query-args.js',
3176 3574 '_ProductListItem.js',
@@ -3191,9 +3589,9 @@
3191 3589 'name' => 'PricingTableBlockEditor',
3192 3590 'src' => 'resources/admin/BlockEditor/PricingTable/PricingTableBlockEditor.jsx',
3193 3591 'isEntry' => true,
3194 3592 'imports' => [
3195 - '_BlockEditorTranslator.js',
3593 + '_jsx-runtime.js',
3196 3594 '_index6.js',
3197 3595 '_Icons.js',
3198 3596 '_ProductListItem.js',
3199 3597 '_SelectVariationModal.js',
@@ -3199,8 +3597,9 @@
3199 3597 '_SelectVariationModal.js',
3200 3598 '_index5.js',
3201 3599 '_ColorPickerField.js',
3202 3600 '_EditorPanel.js',
3601 + '_BlockEditorTranslator.js',
3203 3602 '_CustomSelect.js',
3204 3603 '_add-query-args.js'
3205 3604 ],
3206 3605 'assets' => [
@@ -3221,10 +3620,11 @@
3221 3620 'name' => 'ProductCardBlockEditor',
3222 3621 'src' => 'resources/admin/BlockEditor/ProductCard/ProductCardBlockEditor.jsx',
3223 3622 'isEntry' => true,
3224 3623 'imports' => [
3624 + '_jsx-runtime.js',
3625 + '_Icons.js',
3225 3626 '_BlockEditorTranslator.js',
3226 - '_Icons.js',
3227 3627 '_index5.js',
3228 3628 '_EditorPanel.js',
3229 3629 '_EditorPanelRow.js',
3230 3630 '_CustomSelect.js',
@@ -3248,13 +3648,14 @@
3248 3648 'name' => 'InnerBlocks',
3249 3649 'src' => 'resources/admin/BlockEditor/ProductCarousel/InnerBlocks/InnerBlocks.jsx',
3250 3650 'isEntry' => true,
3251 3651 'imports' => [
3252 - '_BlockEditorTranslator.js',
3652 + '_jsx-runtime.js',
3253 3653 '_ProductExcerptBlock.js',
3254 3654 '_ProductContext.js',
3255 3655 '_SingleProductContext.js',
3256 - '_ProductContainerContext.js'
3656 + '_ProductContainerContext.js',
3657 + '_BlockEditorTranslator.js'
3257 3658 ]
3258 3659 ],
3259 3660 'resources/admin/BlockEditor/ProductCarousel/ProductCarousel.png' => [
3260 3661 'file' => 'assets/ProductGallery.png',
@@ -3265,13 +3666,14 @@
3265 3666 'name' => 'ProductCarouselBlockEditor',
3266 3667 'src' => 'resources/admin/BlockEditor/ProductCarousel/ProductCarouselBlockEditor.jsx',
3267 3668 'isEntry' => true,
3268 3669 'imports' => [
3269 - '_BlockEditorTranslator.js',
3670 + '_jsx-runtime.js',
3270 3671 '_Icons.js',
3271 3672 '_index5.js',
3272 3673 '_EditorPanel.js',
3273 3674 '_EditorPanelRow.js',
3675 + '_BlockEditorTranslator.js',
3274 3676 '_CustomSelect.js',
3275 3677 '_SelectProductModal.js',
3276 3678 '_SingleProductContext.js',
3277 3679 '_ProductContext.js',
@@ -3293,8 +3695,9 @@
3293 3695 'name' => 'ProductCategoriesListBlockEditor',
3294 3696 'src' => 'resources/admin/BlockEditor/ProductCategoriesList/ProductCategoriesListBlockEditor.jsx',
3295 3697 'isEntry' => true,
3296 3698 'imports' => [
3699 + '_jsx-runtime.js',
3297 3700 '_BlockEditorTranslator.js',
3298 3701 '_Icons.js'
3299 3702 ]
3300 3703 ],
@@ -3308,8 +3711,9 @@
3308 3711 'name' => 'ProductDescriptionBlockEditor',
3309 3712 'src' => 'resources/admin/BlockEditor/ProductDescription/ProductDescriptionBlockEditor.jsx',
3310 3713 'isEntry' => true,
3311 3714 'imports' => [
3715 + '_jsx-runtime.js',
3312 3716 '_BlockEditorTranslator.js',
3313 3717 '_index5.js',
3314 3718 '_SelectProductModal.js',
3315 3719 '_EditorPanel.js',
@@ -3336,11 +3740,12 @@
3336 3740 'name' => 'ProductGalleryBlockEditor',
3337 3741 'src' => 'resources/admin/BlockEditor/ProductGallery/ProductGalleryBlockEditor.jsx',
3338 3742 'isEntry' => true,
3339 3743 'imports' => [
3340 - '_BlockEditorTranslator.js',
3744 + '_jsx-runtime.js',
3341 3745 '_Icons.js',
3342 3746 '_SelectVariationModal.js',
3747 + '_BlockEditorTranslator.js',
3343 3748 '_index5.js',
3344 3749 '_EditorPanel.js',
3345 3750 '_EditorPanelRow.js',
3346 3751 '_CustomSelect.js',
@@ -3364,13 +3769,14 @@
3364 3769 'name' => 'ProductImageBlockEditor',
3365 3770 'src' => 'resources/admin/BlockEditor/ProductImage/ProductImageBlockEditor.jsx',
3366 3771 'isEntry' => true,
3367 3772 'imports' => [
3368 - '_BlockEditorTranslator.js',
3773 + '_jsx-runtime.js',
3369 3774 '_index5.js',
3370 3775 '_SelectProductModal.js',
3371 3776 '_EditorPanel.js',
3372 3777 '_EditorPanelRow.js',
3778 + '_BlockEditorTranslator.js',
3373 3779 '_SingleProductContext.js',
3374 3780 '_Icons.js',
3375 3781 '_add-query-args.js',
3376 3782 '_ProductListItem.js',
@@ -3391,14 +3797,15 @@
3391 3797 'name' => 'ProductInfoBlockEditor',
3392 3798 'src' => 'resources/admin/BlockEditor/ProductInfo/ProductInfoBlockEditor.jsx',
3393 3799 'isEntry' => true,
3394 3800 'imports' => [
3395 - '_BlockEditorTranslator.js',
3801 + '_jsx-runtime.js',
3396 3802 '_Icons.js',
3397 3803 '_index5.js',
3398 3804 '_SelectProductModal.js',
3399 3805 '_EditorPanel.js',
3400 3806 '_EditorPanelRow.js',
3807 + '_BlockEditorTranslator.js',
3401 3808 '_SingleProductContext.js',
3402 3809 '_add-query-args.js',
3403 3810 '_ProductListItem.js',
3404 3811 '_index6.js'
@@ -3411,8 +3818,29 @@
3411 3818 'file' => 'assets/product-info-block-editor.css',
3412 3819 'src' => 'resources/admin/BlockEditor/ProductInfo/style/product-info-block-editor.scss',
3413 3820 'isEntry' => true
3414 3821 ],
3822 + 'resources/admin/BlockEditor/ProductPackageDescription/ProductPackageDescriptionBlockEditor.jsx' => [
3823 + 'file' => 'ProductPackageDescriptionBlockEditor.js',
3824 + 'name' => 'ProductPackageDescriptionBlockEditor',
3825 + 'src' => 'resources/admin/BlockEditor/ProductPackageDescription/ProductPackageDescriptionBlockEditor.jsx',
3826 + 'isEntry' => true,
3827 + 'imports' => [
3828 + '_jsx-runtime.js',
3829 + '_BlockEditorTranslator.js',
3830 + '_index5.js',
3831 + '_EditorPanel.js',
3832 + '_EditorPanelRow.js',
3833 + '_ErrorBoundary.js',
3834 + '_SingleProductContext.js',
3835 + '_Icons.js'
3836 + ]
3837 + ],
3838 + 'resources/admin/BlockEditor/ProductPackageDescription/style/product-package-description-block-editor.scss' => [
3839 + 'file' => 'assets/product-package-description-block-editor.css',
3840 + 'src' => 'resources/admin/BlockEditor/ProductPackageDescription/style/product-package-description-block-editor.scss',
3841 + 'isEntry' => true
3842 + ],
3415 3843 'resources/admin/BlockEditor/ProductSku/ProductSkuBlockEditor.jsx' => [
3416 3844 'file' => 'ProductSkuBlockEditor.js',
3417 3845 'name' => 'ProductSkuBlockEditor',
3418 3846 'src' => 'resources/admin/BlockEditor/ProductSku/ProductSkuBlockEditor.jsx',
@@ -3417,8 +3845,9 @@
3417 3845 'name' => 'ProductSkuBlockEditor',
3418 3846 'src' => 'resources/admin/BlockEditor/ProductSku/ProductSkuBlockEditor.jsx',
3419 3847 'isEntry' => true,
3420 3848 'imports' => [
3849 + '_jsx-runtime.js',
3421 3850 '_BlockEditorTranslator.js',
3422 3851 '_index5.js',
3423 3852 '_SelectVariationModal.js',
3424 3853 '_EditorPanel.js',
@@ -3441,8 +3870,9 @@
3441 3870 'name' => 'ProductTitleBlockEditor',
3442 3871 'src' => 'resources/admin/BlockEditor/ProductTitle/ProductTitleBlockEditor.jsx',
3443 3872 'isEntry' => true,
3444 3873 'imports' => [
3874 + '_jsx-runtime.js',
3445 3875 '_BlockEditorTranslator.js',
3446 3876 '_index5.js',
3447 3877 '_SelectProductModal.js',
3448 3878 '_EditorPanel.js',
@@ -3470,11 +3900,12 @@
3470 3900 'name' => 'RelatedProductBlockEditor',
3471 3901 'src' => 'resources/admin/BlockEditor/RelatedProduct/RelatedProductBlockEditor.jsx',
3472 3902 'isEntry' => true,
3473 3903 'imports' => [
3474 - '_BlockEditorTranslator.js',
3904 + '_jsx-runtime.js',
3475 3905 '_Icons.js',
3476 3906 '_index5.js',
3907 + '_BlockEditorTranslator.js',
3477 3908 '_add-query-args.js',
3478 3909 '_SingleProductContext.js'
3479 3910 ]
3480 3911 ],
@@ -3488,8 +3919,9 @@
3488 3919 'name' => 'SaleBadgeBlockEditor',
3489 3920 'src' => 'resources/admin/BlockEditor/SaleBadge/SaleBadgeBlockEditor.jsx',
3490 3921 'isEntry' => true,
3491 3922 'imports' => [
3923 + '_jsx-runtime.js',
3492 3924 '_BlockEditorTranslator.js',
3493 3925 '_index5.js',
3494 3926 '_SelectProductModal.js',
3495 3927 '_EditorPanel.js',
@@ -3516,8 +3948,9 @@
3516 3948 'name' => 'SearchBarBlockEditor',
3517 3949 'src' => 'resources/admin/BlockEditor/SearchBar/SearchBarBlockEditor.jsx',
3518 3950 'isEntry' => true,
3519 3951 'imports' => [
3952 + '_jsx-runtime.js',
3520 3953 '_BlockEditorTranslator.js',
3521 3954 '_index6.js',
3522 3955 '_Icons.js'
3523 3956 ],
@@ -3530,13 +3963,14 @@
3530 3963 'name' => 'InnerBlocks',
3531 3964 'src' => 'resources/admin/BlockEditor/ShopApp/InnerBlocks/InnerBlocks.jsx',
3532 3965 'isEntry' => true,
3533 3966 'imports' => [
3534 - '_BlockEditorTranslator.js',
3967 + '_jsx-runtime.js',
3535 3968 '_ProductExcerptBlock.js',
3536 3969 '_ProductContext.js',
3537 3970 '_SingleProductContext.js',
3538 3971 '_ProductContainerContext.js',
3972 + '_BlockEditorTranslator.js',
3539 3973 '_EditorPanel.js',
3540 3974 '_EditorPanelRow.js'
3541 3975 ]
3542 3976 ],
@@ -3549,10 +3983,10 @@
3549 3983 'name' => 'ShopAppBlockEditor',
3550 3984 'src' => 'resources/admin/BlockEditor/ShopApp/ShopAppBlockEditor.jsx',
3551 3985 'isEntry' => true,
3552 3986 'imports' => [
3987 + '_jsx-runtime.js',
3553 3988 '_BlockEditorTranslator.js',
3554 - '_ColorPickerField.js',
3555 3989 '_CustomSelect.js',
3556 3990 '_Icons.js',
3557 3991 '_ErrorBoundary.js',
3558 3992 '_ProductContext.js',
@@ -3573,8 +4007,9 @@
3573 4007 'name' => 'SoldOutBadgeBlockEditor',
3574 4008 'src' => 'resources/admin/BlockEditor/SoldOutBadge/SoldOutBadgeBlockEditor.jsx',
3575 4009 'isEntry' => true,
3576 4010 'imports' => [
4011 + '_jsx-runtime.js',
3577 4012 '_BlockEditorTranslator.js',
3578 4013 '_EditorPanel.js',
3579 4014 '_EditorPanelRow.js',
3580 4015 '_SingleProductContext.js',
@@ -3592,13 +4027,14 @@
3592 4027 'name' => 'StockBlock',
3593 4028 'src' => 'resources/admin/BlockEditor/Stock/StockBlock.jsx',
3594 4029 'isEntry' => true,
3595 4030 'imports' => [
3596 - '_BlockEditorTranslator.js',
4031 + '_jsx-runtime.js',
3597 4032 '_Icons.js',
3598 4033 '_SelectProductModal.js',
3599 4034 '_EditorPanel.js',
3600 4035 '_EditorPanelRow.js',
4036 + '_BlockEditorTranslator.js',
3601 4037 '_index5.js',
3602 4038 '_SingleProductContext.js',
3603 4039 '_add-query-args.js',
3604 4040 '_ProductListItem.js',
@@ -3610,12 +4046,49 @@
3610 4046 'name' => 'StoreLogoBlockEditor',
3611 4047 'src' => 'resources/admin/BlockEditor/StoreLogo/StoreLogoBlockEditor.jsx',
3612 4048 'isEntry' => true,
3613 4049 'imports' => [
4050 + '_jsx-runtime.js',
3614 4051 '_BlockEditorTranslator.js',
3615 4052 '_Icons.js'
3616 4053 ]
3617 4054 ],
4055 + 'resources/admin/Modules/Products/FluentPlayer/fluent-player-gallery.js' => [
4056 + 'file' => 'fluent-player-gallery.js',
4057 + 'name' => 'fluent-player-gallery',
4058 + 'src' => 'resources/admin/Modules/Products/FluentPlayer/fluent-player-gallery.js',
4059 + 'isEntry' => true,
4060 + 'imports' => [
4061 + '_preload-helper.js',
4062 + '_Translator.js',
4063 + '_vue.esm-bundler.js',
4064 + '_galleryTabs.js',
4065 + '_Rest.js',
4066 + '_Arr.js'
4067 + ],
4068 + 'dynamicImports' => [
4069 + 'resources/admin/Modules/Products/parts/FluentPlayerVideoTab.vue'
4070 + ]
4071 + ],
4072 + 'resources/admin/Modules/Products/parts/FluentPlayerVideoTab.vue' => [
4073 + 'file' => 'chunks/FluentPlayerVideoTab.js',
4074 + 'name' => 'FluentPlayerVideoTab',
4075 + 'src' => 'resources/admin/Modules/Products/parts/FluentPlayerVideoTab.vue',
4076 + 'isDynamicEntry' => true,
4077 + 'imports' => [
4078 + '_vue.esm-bundler.js',
4079 + '_Rest.js',
4080 + '_Notify.js',
4081 + '_Translator.js',
4082 + '_DynamicIcon.js',
4083 + 'resources/admin/Modules/Products/FluentPlayer/fluent-player-gallery.js',
4084 + '_index.js',
4085 + '_Str.js',
4086 + '_Arr.js',
4087 + '_preload-helper.js',
4088 + '_galleryTabs.js'
4089 + ]
4090 + ],
3618 4091 'resources/admin/Modules/Reports/Subscription/Cohort.vue' => [
3619 4092 'file' => 'chunks/Cohort.js',
3620 4093 'name' => 'Cohort',
3621 4094 'src' => 'resources/admin/Modules/Reports/Subscription/Cohort.vue',
@@ -3621,9 +4094,9 @@
3621 4094 'src' => 'resources/admin/Modules/Reports/Subscription/Cohort.vue',
3622 4095 'isDynamicEntry' => true,
3623 4096 'imports' => [
3624 4097 '_vue.esm-bundler.js',
3625 - '_OrderCustomerInformation.js',
4098 + '_UserCan.js',
3626 4099 '_DynamicIcon.js',
3627 4100 '_CardBody.js',
3628 4101 '__plugin-vue_export-helper.js',
3629 4102 '_Empty.js',
@@ -3628,37 +4101,44 @@
3628 4101 '__plugin-vue_export-helper.js',
3629 4102 '_Empty.js',
3630 4103 '_Translator.js',
3631 4104 '_Rest.js',
3632 - '_productService.js',
4105 + '_CurrencyFormatter.js',
3633 4106 'resources/admin/bootstrap/app.js',
3634 4107 '_common.js',
4108 + '_Arr.js',
4109 + '_preload-helper.js',
4110 + '_vue-router.js',
4111 + '_dayjs.min.js',
4112 + '_timezone.js',
4113 + '_weekOfYear.js',
3635 4114 '_Badge.js',
4115 + '_Model.js',
4116 + '_Url.js',
3636 4117 '_Str.js',
3637 - '_CopyToClipboard.js',
3638 - '_Animation.js',
3639 4118 '_Notify.js',
3640 4119 '_index.js',
4120 + '_index3.js',
3641 4121 '_IconButton.js',
3642 - '_Arr.js',
4122 + '_Utils.js',
4123 + '_TransitionAccordion.js',
4124 + '_OrderCustomerInformation.js',
4125 + '_Animation.js',
3643 4126 '_Asset.js',
3644 - '_Url.js',
3645 - '_vue-router.js',
4127 + '_AddressComponent2.js',
3646 4128 '_NotFound.js',
3647 - '_Model.js',
3648 - '_dayjs.min.js',
3649 - '_timezone.js',
3650 - '_index3.js',
3651 - '_Utils.js',
3652 - '_CancelSubscription.js',
4129 + '_productService.js',
4130 + '_Activity.js',
3653 4131 '_BundleProducts.js',
3654 4132 '_dateShortCuts.js',
3655 4133 '_index4.js',
3656 4134 '_countries.js',
3657 4135 '_index2.js',
4136 + '_AttrGroups.js',
4137 + '_DynamicTemplateParser.js',
3658 4138 '_ProductVariationSelector.js',
4139 + '_galleryTabs.js',
3659 4140 '_FileUploaderDialog.js',
3660 - '_defaults.js',
3661 4141 'resources/admin/Bits/Components/Icons/Screenshot.vue',
3662 4142 '_useElementPlusComponents.js'
3663 4143 ],
3664 4144 'css' => [
@@ -3671,11 +4151,12 @@
3671 4151 'src' => 'resources/admin/Modules/Shipping/shipping.js',
3672 4152 'isEntry' => true,
3673 4153 'imports' => [
3674 4154 '_vue.esm-bundler.js',
3675 - '_CardBody.js',
4155 + '_Badge.js',
3676 4156 '_Translator.js',
3677 4157 '_Arr.js',
4158 + '_CardBody.js',
3678 4159 '_Rest.js',
3679 4160 '_IconButton.js',
3680 4161 '_DynamicIcon.js',
3681 4162 '_Notify.js',
@@ -3683,17 +4164,21 @@
3683 4164 '_vue-router.js',
3684 4165 '_countries.js',
3685 4166 '_index.js',
3686 4167 '_NotFound.js',
3687 - '_Badge.js',
3688 4168 '_Animation.js',
3689 4169 '_Model.js',
3690 - '_Url.js',
4170 + '_common.js',
4171 + '_dayjs.min.js',
3691 4172 '_Str.js',
3692 - '_dayjs.min.js',
3693 4173 '_timezone.js',
4174 + '_weekOfYear.js',
4175 + '_Utils.js',
4176 + '_CurrencyFormatter.js',
4177 + '_Url.js',
3694 4178 '_index3.js',
3695 - '_Utils.js',
4179 + '_TransitionAccordion.js',
4180 + '_preload-helper.js',
3696 4181 '_Asset.js'
3697 4182 ],
3698 4183 'css' => [
3699 4184 'assets/shipping.css'
@@ -3705,36 +4190,44 @@
3705 4190 'src' => 'resources/admin/Modules/Subscriptions/subscription.js',
3706 4191 'isEntry' => true,
3707 4192 'imports' => [
3708 4193 '_vue.esm-bundler.js',
3709 - '_CardBody.js',
4194 + '_Badge.js',
3710 4195 '_Empty.js',
3711 4196 '_Translator.js',
3712 - '_CancelSubscription.js',
4197 + '_Activity.js',
3713 4198 '__plugin-vue_export-helper.js',
3714 4199 '_index.js',
3715 - '_CopyToClipboard.js',
4200 + '_DynamicIcon.js',
3716 4201 '_OrderCustomerInformation.js',
4202 + '_UserCan.js',
4203 + '_CardBody.js',
3717 4204 '_Str.js',
3718 - '_DynamicIcon.js',
4205 + '_dayjs.min.js',
4206 + '_Utils.js',
4207 + '_Notify.js',
4208 + '_CurrencyFormatter.js',
3719 4209 '_NotFound.js',
3720 4210 '_Arr.js',
3721 - '_Badge.js',
3722 4211 '_common.js',
3723 - '_Notify.js',
3724 4212 '_Model.js',
3725 4213 '_Rest.js',
3726 - '_IconButton.js',
3727 4214 '_vue-router.js',
3728 4215 '_Url.js',
3729 - '_dayjs.min.js',
3730 4216 '_timezone.js',
3731 4217 '_index3.js',
3732 - '_Utils.js',
3733 - '_productService.js',
4218 + '_IconButton.js',
4219 + '_TransitionAccordion.js',
3734 4220 '_BundleProducts.js',
4221 + '_preload-helper.js',
3735 4222 '_Animation.js',
3736 - '_Asset.js'
4223 + '_Asset.js',
4224 + '_AddressComponent2.js',
4225 + '_productService.js',
4226 + '_weekOfYear.js'
4227 + ],
4228 + 'css' => [
4229 + 'assets/subscription.css'
3737 4230 ]
3738 4231 ],
3739 4232 'resources/admin/admin_hooks.js' => [
3740 4233 'file' => 'admin_hooks.js',
@@ -3749,43 +4242,50 @@
3749 4242 'isEntry' => true,
3750 4243 'imports' => [
3751 4244 '_vue.esm-bundler.js',
3752 4245 '_vue-router.js',
3753 - '_DynamicIcon.js',
3754 - '_CardBody.js',
4246 + '_preload-helper.js',
3755 4247 '_Translator.js',
4248 + '_Badge.js',
3756 4249 '_Empty.js',
4250 + '_index.js',
3757 4251 '_OrderCustomerInformation.js',
3758 - '_productService.js',
3759 - '_CancelSubscription.js',
4252 + '_UserCan.js',
4253 + '_CurrencyFormatter.js',
4254 + '_Activity.js',
4255 + '_CardBody.js',
4256 + '_DynamicIcon.js',
3760 4257 '__plugin-vue_export-helper.js',
4258 + '_common.js',
3761 4259 '_IconButton.js',
3762 - '_common.js',
3763 4260 '_Model.js',
3764 4261 '_Rest.js',
3765 4262 '_dayjs.min.js',
3766 - '_index.js',
3767 4263 '_Notify.js',
3768 4264 '_Animation.js',
3769 4265 '_dateShortCuts.js',
3770 4266 '_countries.js',
3771 4267 '_NotFound.js',
4268 + '_Utils.js',
3772 4269 '_Asset.js',
3773 4270 '_index2.js',
3774 4271 '_Str.js',
3775 4272 '_Arr.js',
4273 + '_AttrGroups.js',
3776 4274 '_Url.js',
4275 + '_DynamicTemplateParser.js',
3777 4276 '_timezone.js',
3778 - '_Utils.js',
3779 - '_Badge.js',
3780 4277 '_ProductVariationSelector.js',
3781 - '_CopyToClipboard.js',
4278 + '_productService.js',
3782 4279 '_BundleProducts.js',
4280 + '_galleryTabs.js',
3783 4281 '_index3.js',
4282 + '_TransitionAccordion.js',
3784 4283 '_FileUploaderDialog.js',
3785 - '_defaults.js',
3786 4284 'resources/admin/Bits/Components/Icons/Screenshot.vue',
3787 4285 '_useElementPlusComponents.js',
4286 + '_AddressComponent2.js',
4287 + '_weekOfYear.js',
3788 4288 '_index4.js'
3789 4289 ],
3790 4290 'dynamicImports' => [
3791 4291 'resources/admin/Bits/Components/Form/Components/Affix/Test.vue',
@@ -3795,13 +4295,17 @@
3795 4295 'resources/admin/Bits/Components/Form/Components/Coupon/GetProducts.vue',
3796 4296 'resources/admin/Bits/Components/Form/Components/Coupon/IncludeExclude/Categories.vue',
3797 4297 'resources/admin/Bits/Components/Form/Components/Coupon/IncludeExclude/Product.vue',
3798 4298 'resources/admin/Bits/Components/Form/Components/Coupon/Products.vue',
4299 + 'resources/admin/Bits/Components/Form/Components/McpSettings.vue',
3799 4300 'resources/admin/Bits/Components/Form/Components/ModuleSettings.vue',
3800 4301 'resources/admin/Bits/Components/Form/Components/PaymentView.vue',
3801 4302 'resources/admin/Bits/Components/Form/Components/StoreSettings/AddressComponent.vue',
4303 + 'resources/admin/Bits/Components/Form/Components/StoreSettings/AppearanceComponent.vue',
4304 + 'resources/admin/Bits/Components/Form/Components/StoreSettings/AppearancePreview.vue',
3802 4305 'resources/admin/Bits/Components/Form/Components/StoreSettings/CreatePageButton.vue',
3803 4306 'resources/admin/Bits/Components/Form/Components/StoreSettings/PageSelector.vue',
4307 + 'resources/admin/Bits/Components/Form/Components/StoreSettings/SubscriptionModeManager.vue',
3804 4308 'resources/admin/Bits/Components/Form/Components/TurnstileSettings.vue',
3805 4309 'resources/admin/Modules/Reports/Subscription/Cohort.vue'
3806 4310 ],
3807 4311 'css' => [
@@ -3807,8 +4311,14 @@
3807 4311 'css' => [
3808 4312 'assets/app.css'
3809 4313 ]
3810 4314 ],
4315 + 'resources/admin/dark-mode-toggle.js' => [
4316 + 'file' => 'dark-mode-toggle.js',
4317 + 'name' => 'dark-mode-toggle',
4318 + 'src' => 'resources/admin/dark-mode-toggle.js',
4319 + 'isEntry' => true
4320 + ],
3811 4321 'resources/admin/elementor/AddToCart/Start.js' => [
3812 4322 'file' => 'Start3.js',
3813 4323 'name' => 'Start',
3814 4324 'src' => 'resources/admin/elementor/AddToCart/Start.js',
@@ -3822,14 +4332,18 @@
3822 4332 '_index.js',
3823 4333 '_index2.js',
3824 4334 '_index4.js',
3825 4335 '_dayjs.min.js',
4336 + '_weekOfYear.js',
3826 4337 '_index3.js',
3827 4338 '_Arr.js',
3828 4339 '_DynamicIcon.js',
4340 + '_preload-helper.js',
3829 4341 'resources/admin/Bits/Components/Icons/CaretRight.vue',
3830 4342 '_Str.js',
3831 4343 '_productService.js',
4344 + '_CurrencyFormatter.js',
4345 + '_timezone.js',
3832 4346 '_Model.js',
3833 4347 '_Rest.js',
3834 4348 '_Asset.js',
3835 4349 '_Url.js',
@@ -3853,8 +4367,9 @@
3853 4367 '_index.js',
3854 4368 '_index2.js',
3855 4369 '_index4.js',
3856 4370 '_dayjs.min.js',
4371 + '_weekOfYear.js',
3857 4372 '_index3.js',
3858 4373 '_Arr.js',
3859 4374 '__plugin-vue_export-helper.js',
3860 4375 '_add-query-args.js'
@@ -3878,14 +4393,18 @@
3878 4393 '_index.js',
3879 4394 '_index2.js',
3880 4395 '_index4.js',
3881 4396 '_dayjs.min.js',
4397 + '_weekOfYear.js',
3882 4398 '_index3.js',
3883 4399 '_DynamicIcon.js',
4400 + '_preload-helper.js',
3884 4401 'resources/admin/Bits/Components/Icons/CaretRight.vue',
3885 4402 '_Str.js',
3886 4403 '_productService.js',
4404 + '_CurrencyFormatter.js',
3887 4405 '_Arr.js',
4406 + '_timezone.js',
3888 4407 '_Model.js',
3889 4408 '_Rest.js',
3890 4409 '_Asset.js',
3891 4410 '_Url.js',
@@ -3916,12 +4435,16 @@
3916 4435 '_index.js',
3917 4436 '_index2.js',
3918 4437 '_index4.js',
3919 4438 '_dayjs.min.js',
4439 + '_weekOfYear.js',
3920 4440 '_index3.js',
3921 4441 '_DynamicIcon.js',
4442 + '_preload-helper.js',
3922 4443 '_Str.js',
3923 4444 '_productService.js',
4445 + '_CurrencyFormatter.js',
4446 + '_timezone.js',
3924 4447 '_Model.js',
3925 4448 '_Asset.js',
3926 4449 '_Url.js',
3927 4450 '_vue-router.js',
@@ -3946,8 +4469,9 @@
3946 4469 '_index.js',
3947 4470 '_index2.js',
3948 4471 '_index4.js',
3949 4472 '_dayjs.min.js',
4473 + '_weekOfYear.js',
3950 4474 '_index3.js',
3951 4475 '_Arr.js'
3952 4476 ]
3953 4477 ],
@@ -3964,8 +4488,9 @@
3964 4488 '_index.js',
3965 4489 '_index2.js',
3966 4490 '_index4.js',
3967 4491 '_dayjs.min.js',
4492 + '_weekOfYear.js',
3968 4493 '_index3.js',
3969 4494 '__plugin-vue_export-helper.js',
3970 4495 '_Arr.js'
3971 4496 ]
@@ -3990,8 +4515,33 @@
3990 4515 'name' => 'edit-wp-user-global',
3991 4516 'src' => 'resources/admin/utils/edit-wp-user-global.js',
3992 4517 'isEntry' => true
3993 4518 ],
4519 + 'resources/attributes/attributes.js' => [
4520 + 'file' => 'attributes.js',
4521 + 'name' => 'attributes',
4522 + 'src' => 'resources/attributes/attributes.js',
4523 + 'isEntry' => true,
4524 + 'imports' => [
4525 + '_Translator.js',
4526 + '_vue.esm-bundler.js',
4527 + '__plugin-vue_export-helper.js',
4528 + '_AttrGroups.js',
4529 + '_Arr.js',
4530 + '_Rest.js',
4531 + '_common.js',
4532 + '_dayjs.min.js',
4533 + '_Str.js',
4534 + '_timezone.js',
4535 + '_weekOfYear.js',
4536 + '_Utils.js',
4537 + '_CurrencyFormatter.js',
4538 + '_index.js',
4539 + '_Notify.js',
4540 + '_DynamicIcon.js',
4541 + '_preload-helper.js'
4542 + ]
4543 + ],
3994 4544 'resources/images/pro-feature-pattern.png' => [
3995 4545 'file' => 'images/pro-feature-pattern.png',
3996 4546 'name' => 'pro-feature-pattern',
3997 4547 'src' => 'resources/images/pro-feature-pattern.png',
@@ -4002,8 +4552,9 @@
4002 4552 'name' => 'license',
4003 4553 'src' => 'resources/licensing/license.js',
4004 4554 'isEntry' => true,
4005 4555 'imports' => [
4556 + '_Translator.js',
4006 4557 '_vue.esm-bundler.js',
4007 4558 '_CardBody.js',
4008 4559 '_NotFound.js',
4009 4560 '_dateShortCuts.js',
@@ -4008,10 +4559,10 @@
4008 4559 '_NotFound.js',
4009 4560 '_dateShortCuts.js',
4010 4561 '_Empty.js',
4011 4562 '_DynamicIcon.js',
4012 - '_Translator.js',
4013 - '_IconButton.js',
4563 + '_Badge.js',
4564 + '_common.js',
4014 4565 '_index.js',
4015 4566 '_OrderCustomerInformation.js',
4016 4567 '__plugin-vue_export-helper.js',
4017 4568 '_dayjs.min.js',
@@ -4016,23 +4567,27 @@
4016 4567 '__plugin-vue_export-helper.js',
4017 4568 '_dayjs.min.js',
4018 4569 '_Model.js',
4019 4570 '_Rest.js',
4020 - '_Badge.js',
4021 - '_common.js',
4022 - '_CopyToClipboard.js',
4571 + '_IconButton.js',
4572 + '_UserCan.js',
4573 + '_Utils.js',
4023 4574 '_Str.js',
4024 4575 '_Arr.js',
4576 + '_CurrencyFormatter.js',
4025 4577 '_vue-router.js',
4578 + '_Asset.js',
4026 4579 '_Url.js',
4580 + '_index4.js',
4581 + '_preload-helper.js',
4027 4582 '_timezone.js',
4028 4583 '_Notify.js',
4029 4584 '_index3.js',
4030 - '_Utils.js',
4031 - '_Asset.js',
4032 - '_index4.js',
4033 - '_productService.js',
4034 - '_Animation.js'
4585 + '_TransitionAccordion.js',
4586 + '_weekOfYear.js',
4587 + '_Animation.js',
4588 + '_AddressComponent2.js',
4589 + '_productService.js'
4035 4590 ],
4036 4591 'css' => [
4037 4592 'assets/license.css'
4038 4593 ]
@@ -4042,13 +4597,13 @@
4042 4597 'name' => 'order-bump',
4043 4598 'src' => 'resources/order-bump/order-bump.js',
4044 4599 'isEntry' => true,
4045 4600 'imports' => [
4601 + '_Translator.js',
4046 4602 '_vue.esm-bundler.js',
4047 - '_Translator.js',
4603 + '_Badge.js',
4604 + '_Empty.js',
4048 4605 '_CardBody.js',
4049 - '_Empty.js',
4050 - '_Badge.js',
4051 4606 '_DynamicIcon.js',
4052 4607 '_common.js',
4053 4608 '_Notify.js',
4054 4609 '_Rest.js',
@@ -4063,9 +4618,13 @@
4063 4618 '_Str.js',
4064 4619 '_dayjs.min.js',
4065 4620 '_timezone.js',
4066 4621 '_index3.js',
4067 - '_Utils.js'
4622 + '_Utils.js',
4623 + '_weekOfYear.js',
4624 + '_CurrencyFormatter.js',
4625 + '_TransitionAccordion.js',
4626 + '_preload-helper.js'
4068 4627 ]
4069 4628 ],
4070 4629 'resources/public/buttons/add-to-cart/style/style.scss' => [
4071 4630 'file' => 'assets/style3.css',
@@ -4196,28 +4755,32 @@
4196 4755 'imports' => [
4197 4756 '_vue.esm-bundler.js',
4198 4757 '_dayjs.min.js',
4199 4758 '_timezone.js',
4759 + '_weekOfYear.js',
4200 4760 '_DynamicIcon.js',
4201 - '_Badge.js',
4202 4761 '_Str.js',
4762 + '__plugin-vue_export-helper.js',
4203 4763 '_BundleProducts.js',
4204 - '__plugin-vue_export-helper.js',
4205 4764 '_common.js',
4206 4765 '_IconButton.js',
4207 - '_CopyToClipboard.js',
4766 + '_index.js',
4208 4767 '_vue-router.js',
4209 - '_index.js',
4768 + '_Translator.js',
4210 4769 'resources/admin/Bits/Components/Icons/ArrowDown.vue',
4211 4770 'resources/admin/Bits/Components/Icons/ArrowUp.vue',
4771 + '_AddressComponent2.js',
4212 4772 '_Rest.js',
4213 4773 '_Animation.js',
4214 4774 '_Notify.js',
4775 + '_DynamicTemplateParser.js',
4776 + '_index3.js',
4215 4777 '_index2.js',
4216 - '_index3.js',
4217 - '_defaults.js',
4218 - '_Translator.js',
4778 + '_preload-helper.js',
4219 4779 '_Arr.js',
4780 + '_Utils.js',
4781 + '_CurrencyFormatter.js',
4782 + '_TransitionAccordion.js',
4220 4783 '_index4.js'
4221 4784 ],
4222 4785 'css' => [
4223 4786 'assets/Start.css'
@@ -4391,9 +4954,11 @@
4391 4954 '_Translator.js',
4392 4955 '_vue.esm-bundler.js',
4393 4956 '_Arr.js',
4394 4957 '_dayjs.min.js',
4395 - '_timezone.js'
4958 + '_timezone.js',
4959 + '_weekOfYear.js',
4960 + '_CurrencyFormatter.js'
4396 4961 ]
4397 4962 ],
4398 4963 'resources/public/search-bar-app/style/style.scss' => [
4399 4964 'file' => 'assets/style5.css',
@@ -4405,8 +4970,19 @@
4405 4970 'name' => 'SingleProduct',
4406 4971 'src' => 'resources/public/single-product/SingleProduct.js',
4407 4972 'isEntry' => true
4408 4973 ],
4974 + 'resources/public/single-product/advanced-variation-public.js' => [
4975 + 'file' => 'advanced-variation-public.js',
4976 + 'name' => 'advanced-variation-public',
4977 + 'src' => 'resources/public/single-product/advanced-variation-public.js',
4978 + 'isEntry' => true
4979 + ],
4980 + 'resources/public/single-product/advanced-variations.scss' => [
4981 + 'file' => 'assets/advanced-variations.css',
4982 + 'src' => 'resources/public/single-product/advanced-variations.scss',
4983 + 'isEntry' => true
4984 + ],
4409 4985 'resources/public/single-product/similar-product.scss' => [
4410 4986 'file' => 'assets/similar-product.css',
4411 4987 'src' => 'resources/public/single-product/similar-product.scss',
4412 4988 'isEntry' => true
@@ -4436,8 +5012,44 @@
4436 5012 'file' => 'assets/taxonomy.css',
4437 5013 'src' => 'resources/styles/tailwind/taxonomy.scss',
4438 5014 'isEntry' => true
4439 5015 ],
5016 + 'resources/withdrawal/withdrawal.js' => [
5017 + 'file' => 'withdrawal.js',
5018 + 'name' => 'withdrawal',
5019 + 'src' => 'resources/withdrawal/withdrawal.js',
5020 + 'isEntry' => true,
5021 + 'imports' => [
5022 + '_Translator.js',
5023 + '_vue.esm-bundler.js',
5024 + '_Badge.js',
5025 + '_Empty.js',
5026 + '_UserCan.js',
5027 + '_Rest.js',
5028 + '_Notify.js',
5029 + '_CurrencyFormatter.js',
5030 + '_IconButton.js',
5031 + '_DynamicIcon.js',
5032 + '__plugin-vue_export-helper.js',
5033 + '_Arr.js',
5034 + '_Model.js',
5035 + '_common.js',
5036 + '_dayjs.min.js',
5037 + '_Str.js',
5038 + '_timezone.js',
5039 + '_weekOfYear.js',
5040 + '_Utils.js',
5041 + '_index.js',
5042 + '_vue-router.js',
5043 + '_Url.js',
5044 + '_index3.js',
5045 + '_TransitionAccordion.js',
5046 + '_preload-helper.js'
5047 + ],
5048 + 'css' => [
5049 + 'assets/withdrawal.css'
5050 + ]
5051 + ],
4440 5052 'resources/images/404.svg' => [
4441 5053 'file' => 'images/404.svg',
4442 5054 'name' => '404',
4443 5055 'src' => 'resources/images/404.svg',
@@ -4448,8 +5060,20 @@
4448 5060 'name' => 'avatar-empty',
4449 5061 'src' => 'resources/images/avatar-empty.png',
4450 5062 'isEntry' => true
4451 5063 ],
5064 + 'resources/images/bill-line.svg' => [
5065 + 'file' => 'images/bill-line.svg',
5066 + 'name' => 'bill-line',
5067 + 'src' => 'resources/images/bill-line.svg',
5068 + 'isEntry' => true
5069 + ],
5070 + 'resources/images/bricks/logo.png' => [
5071 + 'file' => 'images/bricks/logo.png',
5072 + 'name' => 'logo',
5073 + 'src' => 'resources/images/bricks/logo.png',
5074 + 'isEntry' => true
5075 + ],
4452 5076 'resources/images/cart.svg' => [
4453 5077 'file' => 'images/cart.svg',
4454 5078 'name' => 'cart',
4455 5079 'src' => 'resources/images/cart.svg',
@@ -4502,8 +5126,20 @@
4502 5126 'name' => 'crown',
4503 5127 'src' => 'resources/images/crown.svg',
4504 5128 'isEntry' => true
4505 5129 ],
5130 + 'resources/images/divi/black.svg' => [
5131 + 'file' => 'images/divi/black.svg',
5132 + 'name' => 'black',
5133 + 'src' => 'resources/images/divi/black.svg',
5134 + 'isEntry' => true
5135 + ],
5136 + 'resources/images/divi/white.svg' => [
5137 + 'file' => 'images/divi/white.svg',
5138 + 'name' => 'white',
5139 + 'src' => 'resources/images/divi/white.svg',
5140 + 'isEntry' => true
5141 + ],
4506 5142 'resources/images/elementor/black.svg' => [
4507 5143 'file' => 'images/elementor/black.svg',
4508 5144 'name' => 'black',
4509 5145 'src' => 'resources/images/elementor/black.svg',
@@ -4568,8 +5204,20 @@
4568 5204 'name' => 'empty',
4569 5205 'src' => 'resources/images/empty.png',
4570 5206 'isEntry' => true
4571 5207 ],
5208 + 'resources/images/external-link-line.svg' => [
5209 + 'file' => 'images/external-link-line.svg',
5210 + 'name' => 'external-link-line',
5211 + 'src' => 'resources/images/external-link-line.svg',
5212 + 'isEntry' => true
5213 + ],
5214 + 'resources/images/fluent-cart-resolution/logo.svg' => [
5215 + 'file' => 'images/fluent-cart-resolution/logo.svg',
5216 + 'name' => 'logo',
5217 + 'src' => 'resources/images/fluent-cart-resolution/logo.svg',
5218 + 'isEntry' => true
5219 + ],
4572 5220 'resources/images/fluent-pdf/black.svg' => [
4573 5221 'file' => 'images/fluent-pdf/black.svg',
4574 5222 'name' => 'black',
4575 5223 'src' => 'resources/images/fluent-pdf/black.svg',
@@ -4736,8 +5384,14 @@
4736 5384 'name' => 'airwallex-icon',
4737 5385 'src' => 'resources/images/payment-methods/airwallex-icon.svg',
4738 5386 'isEntry' => true
4739 5387 ],
5388 + 'resources/images/payment-methods/airwallex-logo-light.svg' => [
5389 + 'file' => 'images/payment-methods/airwallex-logo-light.svg',
5390 + 'name' => 'airwallex-logo-light',
5391 + 'src' => 'resources/images/payment-methods/airwallex-logo-light.svg',
5392 + 'isEntry' => true
5393 + ],
4740 5394 'resources/images/payment-methods/airwallex-logo.svg' => [
4741 5395 'file' => 'images/payment-methods/airwallex-logo.svg',
4742 5396 'name' => 'airwallex-logo',
4743 5397 'src' => 'resources/images/payment-methods/airwallex-logo.svg',
@@ -4766,8 +5420,14 @@
4766 5420 'name' => 'cod-icon',
4767 5421 'src' => 'resources/images/payment-methods/cod-icon.svg',
4768 5422 'isEntry' => true
4769 5423 ],
5424 + 'resources/images/payment-methods/flutterwave-logo-light.svg' => [
5425 + 'file' => 'images/payment-methods/flutterwave-logo-light.svg',
5426 + 'name' => 'flutterwave-logo-light',
5427 + 'src' => 'resources/images/payment-methods/flutterwave-logo-light.svg',
5428 + 'isEntry' => true
5429 + ],
4770 5430 'resources/images/payment-methods/flutterwave-logo.svg' => [
4771 5431 'file' => 'images/payment-methods/flutterwave-logo.svg',
4772 5432 'name' => 'flutterwave-logo',
4773 5433 'src' => 'resources/images/payment-methods/flutterwave-logo.svg',
@@ -4796,8 +5456,14 @@
4796 5456 'name' => 'offline-payment-icon',
4797 5457 'src' => 'resources/images/payment-methods/offline-payment-icon.svg',
4798 5458 'isEntry' => true
4799 5459 ],
5460 + 'resources/images/payment-methods/offline-payment-light.svg' => [
5461 + 'file' => 'images/payment-methods/offline-payment-light.svg',
5462 + 'name' => 'offline-payment-light',
5463 + 'src' => 'resources/images/payment-methods/offline-payment-light.svg',
5464 + 'isEntry' => true
5465 + ],
4800 5466 'resources/images/payment-methods/offline-payment.svg' => [
4801 5467 'file' => 'images/payment-methods/offline-payment.svg',
4802 5468 'name' => 'offline-payment',
4803 5469 'src' => 'resources/images/payment-methods/offline-payment.svg',
@@ -4860,8 +5526,14 @@
4860 5526 'resources/images/payment-methods/square-logo.svg' => [
4861 5527 'file' => 'images/payment-methods/square-logo.svg',
4862 5528 'name' => 'square-logo',
4863 5529 'src' => 'resources/images/payment-methods/square-logo.svg',
5530 + 'isEntry' => true
5531 + ],
5532 + 'resources/images/payment-methods/sslcommerz-logo.svg' => [
5533 + 'file' => 'images/payment-methods/sslcommerz-logo.svg',
5534 + 'name' => 'sslcommerz-logo',
5535 + 'src' => 'resources/images/payment-methods/sslcommerz-logo.svg',
4864 5536 'isEntry' => true
4865 5537 ],
4866 5538 'resources/images/payment-methods/stripe-connect.png' => [
4867 5539 'file' => 'images/payment-methods/stripe-connect.png',