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 +706 -206 1.4.1 → 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 ],
@@ -66,17 +92,45 @@
66 92 '_Arr.js',
67 93 '_Url.js'
68 94 ]
69 95 ],
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 + ]
109 + ],
70 110 '_Badge.js' => [
71 111 'file' => 'chunks/Badge.js',
72 112 'name' => 'Badge',
73 113 'imports' => [
114 + '_Model.js',
74 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',
75 126 '__plugin-vue_export-helper.js',
76 - '_DynamicIcon.js',
77 - '_Str.js',
78 - '_Translator.js'
127 + '_index3.js',
128 + '_index.js',
129 + '_IconButton.js',
130 + '_Utils.js',
131 + '_TransitionAccordion.js',
132 + '_Str.js'
79 133 ]
80 134 ],
81 135 '_BlockEditorTranslator.js' => [
82 136 'file' => 'chunks/BlockEditorTranslator.js',
@@ -90,32 +144,16 @@
90 144 '_vue.esm-bundler.js',
91 145 '__plugin-vue_export-helper.js'
92 146 ]
93 147 ],
94 - '_CancelSubscription.js' => [
95 - 'file' => 'chunks/CancelSubscription.js',
96 - 'name' => 'CancelSubscription',
148 + '_CardBody.js' => [
149 + 'file' => 'chunks/CardBody.js',
150 + 'name' => 'CardBody',
97 151 'imports' => [
98 152 '_vue.esm-bundler.js',
99 - '_Empty.js',
100 - '_Badge.js',
101 - '_Translator.js',
102 - '_Str.js',
103 - '_Url.js',
104 - '_IconButton.js',
105 - '_DynamicIcon.js',
106 - '_RouteCell.js',
107 - '_ConvertedTime.js',
108 - '_productService.js',
109 - '_OrderCustomerInformation.js',
110 - '_Rest.js',
111 - '_Notify.js',
112 - '_NotFound.js',
113 - '_index.js',
114 - '_Arr.js',
115 - '_common.js',
116 - '_BundleProducts.js',
117 - '__plugin-vue_export-helper.js'
153 + '_vue-router.js',
154 + '__plugin-vue_export-helper.js',
155 + '_DynamicIcon.js'
118 156 ]
119 157 ],
120 158 '_ColorPickerField.js' => [
121 159 'file' => 'chunks/ColorPickerField.js',
@@ -120,19 +158,22 @@
120 158 '_ColorPickerField.js' => [
121 159 'file' => 'chunks/ColorPickerField.js',
122 160 'name' => 'ColorPickerField',
123 161 'imports' => [
124 - '_BlockEditorTranslator.js',
125 - '_Icons.js'
162 + '_jsx-runtime.js',
163 + '_Icons.js',
164 + '_BlockEditorTranslator.js'
126 165 ]
127 166 ],
128 - '_ConvertedTime.js' => [
129 - 'file' => 'chunks/ConvertedTime.js',
130 - 'name' => 'ConvertedTime',
167 + '_CurrencyFormatter.js' => [
168 + 'file' => 'chunks/CurrencyFormatter.js',
169 + 'name' => 'CurrencyFormatter',
131 170 'imports' => [
132 - '_vue.esm-bundler.js',
133 - '_common.js',
134 - '_Utils.js'
171 + '_Arr.js',
172 + '_dayjs.min.js',
173 + '_timezone.js',
174 + '_weekOfYear.js',
175 + '_Translator.js'
135 176 ]
136 177 ],
137 178 '_CustomSelect.js' => [
138 179 'file' => 'chunks/CustomSelect.js',
@@ -137,10 +178,11 @@
137 178 '_CustomSelect.js' => [
138 179 'file' => 'chunks/CustomSelect.js',
139 180 'name' => 'CustomSelect',
140 181 'imports' => [
141 - '_BlockEditorTranslator.js',
142 - '_index6.js'
182 + '_jsx-runtime.js',
183 + '_index6.js',
184 + '_BlockEditorTranslator.js'
143 185 ]
144 186 ],
145 187 '_DynamicIcon.js' => [
146 188 'file' => 'chunks/DynamicIcon.js',
@@ -145,8 +187,9 @@
145 187 '_DynamicIcon.js' => [
146 188 'file' => 'chunks/DynamicIcon.js',
147 189 'name' => 'DynamicIcon',
148 190 'imports' => [
191 + '_preload-helper.js',
149 192 '_vue.esm-bundler.js'
150 193 ],
151 194 'dynamicImports' => [
152 195 'resources/admin/Bits/Components/Icons/Access.vue',
@@ -245,8 +288,9 @@
245 288 'resources/admin/Bits/Components/Icons/Frame.vue',
246 289 'resources/admin/Bits/Components/Icons/FullScreen.vue',
247 290 'resources/admin/Bits/Components/Icons/GalleryAdd.vue',
248 291 'resources/admin/Bits/Components/Icons/GearIcon.vue',
292 + 'resources/admin/Bits/Components/Icons/Generate.vue',
249 293 'resources/admin/Bits/Components/Icons/Gift.vue',
250 294 'resources/admin/Bits/Components/Icons/Globe.vue',
251 295 'resources/admin/Bits/Components/Icons/GradientCheckCircle.vue',
252 296 'resources/admin/Bits/Components/Icons/GradientWarningCircle.vue',
@@ -292,12 +336,15 @@
292 336 'resources/admin/Bits/Components/Icons/Overview.vue',
293 337 'resources/admin/Bits/Components/Icons/Package.vue',
294 338 'resources/admin/Bits/Components/Icons/Page.vue',
295 339 'resources/admin/Bits/Components/Icons/PaidOrdersIcon.vue',
340 + 'resources/admin/Bits/Components/Icons/PaintLine.vue',
296 341 'resources/admin/Bits/Components/Icons/Palette.vue',
342 + 'resources/admin/Bits/Components/Icons/PaletteLine.vue',
297 343 'resources/admin/Bits/Components/Icons/Party.vue',
298 344 'resources/admin/Bits/Components/Icons/PaymentIcon.vue',
299 345 'resources/admin/Bits/Components/Icons/Pending.vue',
346 + 'resources/admin/Bits/Components/Icons/PlayCircle.vue',
300 347 'resources/admin/Bits/Components/Icons/Plus.vue',
301 348 'resources/admin/Bits/Components/Icons/PlusCircle.vue',
302 349 'resources/admin/Bits/Components/Icons/Print.vue',
303 350 'resources/admin/Bits/Components/Icons/Product.vue',
@@ -346,8 +393,9 @@
346 393 'resources/admin/Bits/Components/Icons/Unfulfilled.vue',
347 394 'resources/admin/Bits/Components/Icons/Unlink.vue',
348 395 'resources/admin/Bits/Components/Icons/Upload.vue',
349 396 'resources/admin/Bits/Components/Icons/Users.vue',
397 + 'resources/admin/Bits/Components/Icons/VideoAdd.vue',
350 398 'resources/admin/Bits/Components/Icons/Wallet.vue',
351 399 'resources/admin/Bits/Components/Icons/Warning.vue',
352 400 'resources/admin/Bits/Components/Icons/WarningFill.vue',
353 401 'resources/admin/Bits/Components/Icons/Webhooks.vue',
@@ -353,13 +401,25 @@
353 401 'resources/admin/Bits/Components/Icons/Webhooks.vue',
354 402 'resources/admin/Bits/Components/Icons/Window.vue'
355 403 ]
356 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 + ],
357 417 '_EditorPanel.js' => [
358 418 'file' => 'chunks/EditorPanel.js',
359 419 'name' => 'EditorPanel',
360 420 'imports' => [
361 - '_BlockEditorTranslator.js'
421 + '_jsx-runtime.js'
362 422 ]
363 423 ],
364 424 '_EditorPanelRow.js' => [
365 425 'file' => 'chunks/EditorPanelRow.js',
@@ -364,9 +424,9 @@
364 424 '_EditorPanelRow.js' => [
365 425 'file' => 'chunks/EditorPanelRow.js',
366 426 'name' => 'EditorPanelRow',
367 427 'imports' => [
368 - '_BlockEditorTranslator.js'
428 + '_jsx-runtime.js'
369 429 ]
370 430 ],
371 431 '_Empty.js' => [
372 432 'file' => 'chunks/Empty.js',
@@ -380,8 +440,9 @@
380 440 '_ErrorBoundary.js' => [
381 441 'file' => 'chunks/ErrorBoundary.js',
382 442 'name' => 'ErrorBoundary',
383 443 'imports' => [
444 + '_jsx-runtime.js',
384 445 '_BlockEditorTranslator.js'
385 446 ]
386 447 ],
387 448 '_FileUploaderDialog.js' => [
@@ -401,10 +462,8 @@
401 462 '_IconButton.js' => [
402 463 'file' => 'chunks/IconButton.js',
403 464 'name' => 'IconButton',
404 465 'imports' => [
405 - '_Str.js',
406 - '_Arr.js',
407 466 '_vue.esm-bundler.js',
408 467 '__plugin-vue_export-helper.js'
409 468 ]
410 469 ],
@@ -411,9 +470,9 @@
411 470 '_Icons.js' => [
412 471 'file' => 'chunks/Icons.js',
413 472 'name' => 'Icons',
414 473 'imports' => [
415 - '_BlockEditorTranslator.js'
474 + '_jsx-runtime.js'
416 475 ]
417 476 ],
418 477 '_Model.js' => [
419 478 'file' => 'chunks/Model.js',
@@ -448,21 +507,23 @@
448 507 'file' => 'chunks/OrderCustomerInformation.js',
449 508 'name' => 'OrderCustomerInformation',
450 509 'imports' => [
451 510 '_vue.esm-bundler.js',
511 + '_index.js',
512 + '_Translator.js',
513 + '_Animation.js',
514 + '_Badge.js',
515 + '_Rest.js',
516 + '_Notify.js',
452 517 '__plugin-vue_export-helper.js',
453 - '_Badge.js',
454 518 '_Empty.js',
455 519 '_common.js',
456 520 '_IconButton.js',
457 521 '_DynamicIcon.js',
458 - '_Translator.js',
459 - '_RouteCell.js',
522 + '_CardBody.js',
523 + '_UserCan.js',
460 524 '_Arr.js',
461 525 '_Asset.js',
462 - '_Notify.js',
463 - '_Rest.js',
464 - '_index.js',
465 526 '_AddressComponent2.js',
466 527 '_NotFound.js',
467 528 '_productService.js'
468 529 ]
@@ -478,10 +539,11 @@
478 539 '_ProductExcerptBlock.js' => [
479 540 'file' => 'chunks/ProductExcerptBlock.js',
480 541 'name' => 'ProductExcerptBlock',
481 542 'imports' => [
482 - '_BlockEditorTranslator.js',
483 - '_SingleProductContext.js'
543 + '_jsx-runtime.js',
544 + '_SingleProductContext.js',
545 + '_BlockEditorTranslator.js'
484 546 ]
485 547 ],
486 548 '_ProductListItem.js' => [
487 549 'file' => 'chunks/ProductListItem.js',
@@ -486,10 +548,11 @@
486 548 '_ProductListItem.js' => [
487 549 'file' => 'chunks/ProductListItem.js',
488 550 'name' => 'ProductListItem',
489 551 'imports' => [
490 - '_BlockEditorTranslator.js',
491 - '_Icons.js'
552 + '_jsx-runtime.js',
553 + '_Icons.js',
554 + '_BlockEditorTranslator.js'
492 555 ]
493 556 ],
494 557 '_ProductVariationSelector.js' => [
495 558 'file' => 'chunks/ProductVariationSelector.js',
@@ -506,37 +569,15 @@
506 569 '_Rest.js' => [
507 570 'file' => 'chunks/Rest.js',
508 571 'name' => 'Rest'
509 572 ],
510 - '_RouteCell.js' => [
511 - 'file' => 'chunks/RouteCell.js',
512 - 'name' => 'RouteCell',
513 - 'imports' => [
514 - '_Model.js',
515 - '_vue.esm-bundler.js',
516 - '_IconButton.js',
517 - '_Rest.js',
518 - '_vue-router.js',
519 - '_Url.js',
520 - '_Arr.js',
521 - '_Translator.js',
522 - '_dayjs.min.js',
523 - '_timezone.js',
524 - '_Notify.js',
525 - '_DynamicIcon.js',
526 - '__plugin-vue_export-helper.js',
527 - '_index3.js',
528 - '_index.js',
529 - '_Utils.js',
530 - '_TransitionAccordion.js'
531 - ]
532 - ],
533 573 '_SelectProductModal.js' => [
534 574 'file' => 'chunks/SelectProductModal.js',
535 575 'name' => 'SelectProductModal',
536 576 'imports' => [
577 + '_jsx-runtime.js',
578 + '_Icons.js',
537 579 '_BlockEditorTranslator.js',
538 - '_Icons.js',
539 580 '_index5.js',
540 581 '_ProductListItem.js',
541 582 '_index6.js',
542 583 '_add-query-args.js'
@@ -545,13 +586,14 @@
545 586 '_SelectVariationModal.js' => [
546 587 'file' => 'chunks/SelectVariationModal.js',
547 588 'name' => 'SelectVariationModal',
548 589 'imports' => [
549 - '_BlockEditorTranslator.js',
590 + '_jsx-runtime.js',
550 591 '_ProductListItem.js',
551 592 '_Icons.js',
552 593 '_index6.js',
553 594 '_index5.js',
595 + '_BlockEditorTranslator.js',
554 596 '_add-query-args.js'
555 597 ]
556 598 ],
557 599 '_ServerSidePreview.css' => [
@@ -610,8 +652,16 @@
610 652 '_Arr.js',
611 653 '_vue-router.js'
612 654 ]
613 655 ],
656 + '_UserCan.js' => [
657 + 'file' => 'chunks/UserCan.js',
658 + 'name' => 'UserCan',
659 + 'imports' => [
660 + '_vue.esm-bundler.js',
661 + '_Arr.js'
662 + ]
663 + ],
614 664 '_Utils.js' => [
615 665 'file' => 'chunks/Utils.js',
616 666 'name' => 'Utils',
617 667 'imports' => [
@@ -616,9 +666,11 @@
616 666 'name' => 'Utils',
617 667 'imports' => [
618 668 '_Translator.js',
619 669 '_dayjs.min.js',
620 - '_timezone.js'
670 + '_timezone.js',
671 + '_weekOfYear.js',
672 + '_CurrencyFormatter.js'
621 673 ]
622 674 ],
623 675 '__plugin-vue_export-helper.js' => [
624 676 'file' => 'chunks/_plugin-vue_export-helper.js',
@@ -635,9 +687,12 @@
635 687 '_dayjs.min.js',
636 688 '_Translator.js',
637 689 '_Str.js',
638 690 '_timezone.js',
639 - '_IconButton.js',
691 + '_weekOfYear.js',
692 + '_Arr.js',
693 + '_Utils.js',
694 + '_CurrencyFormatter.js',
640 695 '_index.js'
641 696 ]
642 697 ],
643 698 '_countries.js' => [
@@ -648,9 +703,9 @@
648 703 '_DynamicIcon.js',
649 704 '_vue.esm-bundler.js',
650 705 '__plugin-vue_export-helper.js',
651 706 '_vue-router.js',
652 - '_RouteCell.js',
707 + '_Badge.js',
653 708 '_TransitionAccordion.js',
654 709 '_Rest.js',
655 710 '_Notify.js',
656 711 '_NotFound.js'
@@ -667,9 +722,10 @@
667 722 '_DynamicIcon.js',
668 723 '_index.js',
669 724 '_Rest.js',
670 725 '_Arr.js',
671 - '_RouteCell.js',
726 + '_Badge.js',
727 + '_common.js',
672 728 '_dayjs.min.js'
673 729 ]
674 730 ],
675 731 '_dayjs.min.js' => [
@@ -675,19 +731,11 @@
675 731 '_dayjs.min.js' => [
676 732 'file' => 'chunks/dayjs.min.js',
677 733 'name' => 'dayjs.min'
678 734 ],
679 - '_defaults.js' => [
680 - 'file' => 'chunks/defaults.js',
681 - 'name' => 'defaults',
682 - 'imports' => [
683 - '_index.js',
684 - '_vue.esm-bundler.js',
685 - '_index2.js',
686 - '_index3.js',
687 - '_dayjs.min.js',
688 - '_index4.js'
689 - ]
735 + '_galleryTabs.js' => [
736 + 'file' => 'chunks/galleryTabs.js',
737 + 'name' => 'galleryTabs'
690 738 ],
691 739 '_index.js' => [
692 740 'file' => 'chunks/index.js',
693 741 'name' => 'index',
@@ -701,9 +749,10 @@
701 749 'imports' => [
702 750 '_vue.esm-bundler.js',
703 751 '_index.js',
704 752 '_index4.js',
705 - '_dayjs.min.js'
753 + '_dayjs.min.js',
754 + '_weekOfYear.js'
706 755 ]
707 756 ],
708 757 '_index3.js' => [
709 758 'file' => 'chunks/index3.js',
@@ -728,22 +777,29 @@
728 777 '_index6.js' => [
729 778 'file' => 'chunks/index6.js',
730 779 'name' => 'index',
731 780 'imports' => [
732 - '_BlockEditorTranslator.js'
781 + '_jsx-runtime.js'
733 782 ]
734 783 ],
784 + '_jsx-runtime.js' => [
785 + 'file' => 'chunks/jsx-runtime.js',
786 + 'name' => 'jsx-runtime'
787 + ],
735 788 '_payment-loader.js' => [
736 789 'file' => 'chunks/payment-loader.js',
737 790 'name' => 'payment-loader'
738 791 ],
792 + '_preload-helper.js' => [
793 + 'file' => 'chunks/preload-helper.js',
794 + 'name' => 'preload-helper'
795 + ],
739 796 '_productService.js' => [
740 797 'file' => 'chunks/productService.js',
741 798 'name' => 'productService',
742 799 'imports' => [
743 800 '_Translator.js',
744 - '_Arr.js',
745 - '_dayjs.min.js'
801 + '_CurrencyFormatter.js'
746 802 ]
747 803 ],
748 804 '_timezone.js' => [
749 805 'file' => 'chunks/timezone.js',
@@ -778,8 +834,15 @@
778 834 '_vue.esm-bundler.js' => [
779 835 'file' => 'chunks/vue.esm-bundler.js',
780 836 'name' => 'vue.esm-bundler'
781 837 ],
838 + '_weekOfYear.js' => [
839 + 'file' => 'chunks/weekOfYear.js',
840 + 'name' => 'weekOfYear',
841 + 'imports' => [
842 + '_dayjs.min.js'
843 + ]
844 + ],
782 845 'resources/addon-assets/addon-assets.js' => [
783 846 'file' => 'addon-assets.js',
784 847 'name' => 'addon-assets',
785 848 'src' => 'resources/addon-assets/addon-assets.js',
@@ -784,20 +847,24 @@
784 847 'name' => 'addon-assets',
785 848 'src' => 'resources/addon-assets/addon-assets.js',
786 849 'isEntry' => true,
787 850 'imports' => [
851 + '_Translator.js',
788 852 '_FileUploaderDialog.js',
789 - '_Translator.js',
790 853 '_vue.esm-bundler.js',
791 854 '__plugin-vue_export-helper.js',
855 + '_Arr.js',
792 856 '_common.js',
793 857 '_dayjs.min.js',
794 858 '_Str.js',
795 859 '_timezone.js',
860 + '_weekOfYear.js',
861 + '_Utils.js',
862 + '_CurrencyFormatter.js',
863 + '_index.js',
796 864 '_IconButton.js',
797 - '_Arr.js',
798 - '_index.js',
799 865 '_DynamicIcon.js',
866 + '_preload-helper.js',
800 867 '_Rest.js',
801 868 '_Notify.js',
802 869 '_Model.js'
803 870 ]
@@ -886,30 +953,34 @@
886 953 '_Badge.js',
887 954 '_Rest.js',
888 955 '_Notify.js',
889 956 '_OrderCustomerInformation.js',
890 - '_RouteCell.js',
891 957 '_Arr.js',
892 - '__plugin-vue_export-helper.js',
893 - '_DynamicIcon.js',
894 - '_Str.js',
895 - '_index.js',
896 - '_Empty.js',
958 + '_Model.js',
897 959 '_common.js',
898 960 '_dayjs.min.js',
961 + '_Str.js',
899 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',
900 973 '_IconButton.js',
974 + '_TransitionAccordion.js',
975 + '_Animation.js',
976 + '_Empty.js',
977 + '_CardBody.js',
978 + '_UserCan.js',
901 979 '_Asset.js',
902 - '_Url.js',
903 - '_vue-router.js',
904 980 '_AddressComponent2.js',
905 - '_Animation.js',
906 - '_TransitionAccordion.js',
907 981 '_NotFound.js',
908 - '_productService.js',
909 - '_Model.js',
910 - '_index3.js',
911 - '_Utils.js'
982 + '_productService.js'
912 983 ]
913 984 ],
914 985 'resources/admin/Bits/Components/Form/Components/ModuleSettings.vue' => [
915 986 'file' => 'chunks/ModuleSettings.js',
@@ -918,14 +989,29 @@
918 989 'isDynamicEntry' => true,
919 990 'imports' => [
920 991 '_vue.esm-bundler.js',
921 992 '_Translator.js',
993 + '_common.js',
922 994 '_Badge.js',
923 995 '_Animation.js',
924 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',
925 1011 '__plugin-vue_export-helper.js',
926 - '_DynamicIcon.js',
927 - '_Str.js',
1012 + '_index3.js',
1013 + '_IconButton.js',
928 1014 '_TransitionAccordion.js'
929 1015 ]
930 1016 ],
931 1017 'resources/admin/Bits/Components/Form/Components/PaymentView.vue' => [
@@ -936,9 +1022,10 @@
936 1022 'imports' => [
937 1023 '_vue.esm-bundler.js',
938 1024 '_Translator.js',
939 1025 '_DynamicIcon.js',
940 - '_Arr.js'
1026 + '_Arr.js',
1027 + '_preload-helper.js'
941 1028 ]
942 1029 ],
943 1030 'resources/admin/Bits/Components/Form/Components/StoreSettings/AddressComponent.vue' => [
944 1031 'file' => 'chunks/AddressComponent.js',
@@ -955,8 +1042,76 @@
955 1042 '__plugin-vue_export-helper.js',
956 1043 '_TransitionAccordion.js'
957 1044 ]
958 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',
1060 + '_Badge.js',
1061 + '_Model.js',
1062 + '_Rest.js',
1063 + '_common.js',
1064 + '_dayjs.min.js',
1065 + '_Str.js',
1066 + '_timezone.js',
1067 + '_weekOfYear.js',
1068 + '_Arr.js',
1069 + '_Utils.js',
1070 + '_CurrencyFormatter.js',
1071 + '_index.js',
1072 + '_Url.js',
1073 + '_Notify.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'
1099 + ]
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 + ],
959 1114 'resources/admin/Bits/Components/Form/Components/StoreSettings/CreatePageButton.vue' => [
960 1115 'file' => 'chunks/CreatePageButton.js',
961 1116 'name' => 'CreatePageButton',
962 1117 'src' => 'resources/admin/Bits/Components/Form/Components/StoreSettings/CreatePageButton.vue',
@@ -967,8 +1122,9 @@
967 1122 '_Translator.js',
968 1123 '_Notify.js',
969 1124 '_Rest.js',
970 1125 '_IconButton.js',
1126 + '_preload-helper.js',
971 1127 '_Arr.js',
972 1128 '_Str.js',
973 1129 '_index.js',
974 1130 '__plugin-vue_export-helper.js'
@@ -984,8 +1140,9 @@
984 1140 '_Translator.js',
985 1141 '_DynamicIcon.js',
986 1142 '_Arr.js',
987 1143 'resources/admin/Bits/Components/Form/Components/StoreSettings/CreatePageButton.vue',
1144 + '_preload-helper.js',
988 1145 '_Notify.js',
989 1146 '_Str.js',
990 1147 '_index.js',
991 1148 '_Rest.js',
@@ -992,8 +1149,39 @@
992 1149 '_IconButton.js',
993 1150 '__plugin-vue_export-helper.js'
994 1151 ]
995 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 + ],
996 1184 'resources/admin/Bits/Components/Form/Components/TurnstileSettings.vue' => [
997 1185 'file' => 'chunks/TurnstileSettings.js',
998 1186 'name' => 'TurnstileSettings',
999 1187 'src' => 'resources/admin/Bits/Components/Form/Components/TurnstileSettings.vue',
@@ -1003,11 +1191,26 @@
1003 1191 '_Translator.js',
1004 1192 '_Badge.js',
1005 1193 '_Rest.js',
1006 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',
1007 1209 '__plugin-vue_export-helper.js',
1008 - '_DynamicIcon.js',
1009 - '_Str.js'
1210 + '_index3.js',
1211 + '_IconButton.js',
1212 + '_TransitionAccordion.js'
1010 1213 ]
1011 1214 ],
1012 1215 'resources/admin/Bits/Components/Icons/Access.vue' => [
1013 1216 'file' => 'chunks/Access.js',
@@ -1978,8 +2181,18 @@
1978 2181 '_vue.esm-bundler.js',
1979 2182 '__plugin-vue_export-helper.js'
1980 2183 ]
1981 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 + ],
1982 2195 'resources/admin/Bits/Components/Icons/Gift.vue' => [
1983 2196 'file' => 'chunks/Gift.js',
1984 2197 'name' => 'Gift',
1985 2198 'src' => 'resources/admin/Bits/Components/Icons/Gift.vue',
@@ -2448,8 +2661,18 @@
2448 2661 '_vue.esm-bundler.js',
2449 2662 '__plugin-vue_export-helper.js'
2450 2663 ]
2451 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 + ],
2452 2675 'resources/admin/Bits/Components/Icons/Palette.vue' => [
2453 2676 'file' => 'chunks/Palette.js',
2454 2677 'name' => 'Palette',
2455 2678 'src' => 'resources/admin/Bits/Components/Icons/Palette.vue',
@@ -2458,8 +2681,18 @@
2458 2681 '_vue.esm-bundler.js',
2459 2682 '__plugin-vue_export-helper.js'
2460 2683 ]
2461 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 + ],
2462 2695 'resources/admin/Bits/Components/Icons/Party.vue' => [
2463 2696 'file' => 'chunks/Party.js',
2464 2697 'name' => 'Party',
2465 2698 'src' => 'resources/admin/Bits/Components/Icons/Party.vue',
@@ -2488,8 +2721,18 @@
2488 2721 '_vue.esm-bundler.js',
2489 2722 '__plugin-vue_export-helper.js'
2490 2723 ]
2491 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 + ],
2492 2735 'resources/admin/Bits/Components/Icons/Plus.vue' => [
2493 2736 'file' => 'chunks/Plus.js',
2494 2737 'name' => 'Plus',
2495 2738 'src' => 'resources/admin/Bits/Components/Icons/Plus.vue',
@@ -2988,8 +3231,18 @@
2988 3231 '_vue.esm-bundler.js',
2989 3232 '__plugin-vue_export-helper.js'
2990 3233 ]
2991 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 + ],
2992 3245 'resources/admin/Bits/Components/Icons/Wallet.vue' => [
2993 3246 'file' => 'chunks/Wallet.js',
2994 3247 'name' => 'Wallet',
2995 3248 'src' => 'resources/admin/Bits/Components/Icons/Wallet.vue',
@@ -3044,8 +3297,9 @@
3044 3297 'name' => 'AddToCartButtonBlockEditor',
3045 3298 'src' => 'resources/admin/BlockEditor/Buttons/AddToCartButtonBlockEditor.jsx',
3046 3299 'isEntry' => true,
3047 3300 'imports' => [
3301 + '_jsx-runtime.js',
3048 3302 '_BlockEditorTranslator.js',
3049 3303 '_index5.js',
3050 3304 '_SingleProductContext.js',
3051 3305 '_Icons.js',
@@ -3060,8 +3314,9 @@
3060 3314 'name' => 'BuyNowButtonBlockEditor',
3061 3315 'src' => 'resources/admin/BlockEditor/Buttons/BuyNowButtonBlockEditor.jsx',
3062 3316 'isEntry' => true,
3063 3317 'imports' => [
3318 + '_jsx-runtime.js',
3064 3319 '_BlockEditorTranslator.js',
3065 3320 '_index5.js',
3066 3321 '_SelectVariationModal.js',
3067 3322 '_Icons.js',
@@ -3084,8 +3339,9 @@
3084 3339 'name' => 'BuySectionBlockEditor',
3085 3340 'src' => 'resources/admin/BlockEditor/BuySection/BuySectionBlockEditor.jsx',
3086 3341 'isEntry' => true,
3087 3342 'imports' => [
3343 + '_jsx-runtime.js',
3088 3344 '_BlockEditorTranslator.js',
3089 3345 '_index5.js',
3090 3346 '_EditorPanel.js',
3091 3347 '_EditorPanelRow.js',
@@ -3104,8 +3360,30 @@
3104 3360 'file' => 'assets/buy-section-block-editor.css',
3105 3361 'src' => 'resources/admin/BlockEditor/BuySection/style/buy-section-block-editor.scss',
3106 3362 'isEntry' => true
3107 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 + ],
3108 3386 'resources/admin/BlockEditor/Cart/MiniCartBlockEditor.jsx' => [
3109 3387 'file' => 'MiniCartBlockEditor.js',
3110 3388 'name' => 'MiniCartBlockEditor',
3111 3389 'src' => 'resources/admin/BlockEditor/Cart/MiniCartBlockEditor.jsx',
@@ -3110,14 +3388,20 @@
3110 3388 'name' => 'MiniCartBlockEditor',
3111 3389 'src' => 'resources/admin/BlockEditor/Cart/MiniCartBlockEditor.jsx',
3112 3390 'isEntry' => true,
3113 3391 'imports' => [
3114 - '_BlockEditorTranslator.js',
3392 + '_jsx-runtime.js',
3115 3393 '_index5.js',
3116 3394 '_SingleProductContext.js',
3117 - '_Icons.js'
3395 + '_Icons.js',
3396 + '_BlockEditorTranslator.js'
3118 3397 ]
3119 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 + ],
3120 3404 'resources/admin/BlockEditor/Cart/style/mini-cart-block-editor.scss' => [
3121 3405 'file' => 'assets/mini-cart-block-editor.css',
3122 3406 'src' => 'resources/admin/BlockEditor/Cart/style/mini-cart-block-editor.scss',
3123 3407 'isEntry' => true
@@ -3131,11 +3415,12 @@
3131 3415 'name' => 'CheckoutBlockEditor',
3132 3416 'src' => 'resources/admin/BlockEditor/Checkout/CheckoutBlockEditor.jsx',
3133 3417 'isEntry' => true,
3134 3418 'imports' => [
3135 - '_BlockEditorTranslator.js',
3419 + '_jsx-runtime.js',
3136 3420 '_EditorPanel.js',
3137 3421 '_ColorPickerField.js',
3422 + '_BlockEditorTranslator.js',
3138 3423 '_Icons.js'
3139 3424 ],
3140 3425 'assets' => [
3141 3426 'assets/Checkout.png'
@@ -3146,9 +3431,10 @@
3146 3431 'name' => 'InnerBlocks',
3147 3432 'src' => 'resources/admin/BlockEditor/Checkout/InnerBlocks/InnerBlocks.jsx',
3148 3433 'isEntry' => true,
3149 3434 'imports' => [
3150 - '_BlockEditorTranslator.js'
3435 + '_BlockEditorTranslator.js',
3436 + '_jsx-runtime.js'
3151 3437 ]
3152 3438 ],
3153 3439 'resources/admin/BlockEditor/Checkout/style/checkout-block-editor.scss' => [
3154 3440 'file' => 'assets/checkout-block-editor.css',
@@ -3165,8 +3451,9 @@
3165 3451 'name' => 'CustomerDashboardButtonBlockEditor',
3166 3452 'src' => 'resources/admin/BlockEditor/CustomerDashboardButton/CustomerDashboardButtonBlockEditor.jsx',
3167 3453 'isEntry' => true,
3168 3454 'imports' => [
3455 + '_jsx-runtime.js',
3169 3456 '_BlockEditorTranslator.js',
3170 3457 '_Icons.js'
3171 3458 ]
3172 3459 ],
@@ -3184,10 +3471,11 @@
3184 3471 'name' => 'CustomerProfileBlockEditor',
3185 3472 'src' => 'resources/admin/BlockEditor/CustomerProfile/CustomerProfileBlockEditor.jsx',
3186 3473 'isEntry' => true,
3187 3474 'imports' => [
3188 - '_BlockEditorTranslator.js',
3189 - '_Icons.js'
3475 + '_jsx-runtime.js',
3476 + '_Icons.js',
3477 + '_BlockEditorTranslator.js'
3190 3478 ],
3191 3479 'assets' => [
3192 3480 'assets/CustomerProfile.png'
3193 3481 ]
@@ -3202,8 +3490,9 @@
3202 3490 'name' => 'ExcerptBlockEditor',
3203 3491 'src' => 'resources/admin/BlockEditor/Excerpt/ExcerptBlockEditor.jsx',
3204 3492 'isEntry' => true,
3205 3493 'imports' => [
3494 + '_jsx-runtime.js',
3206 3495 '_BlockEditorTranslator.js',
3207 3496 '_index5.js',
3208 3497 '_SelectProductModal.js',
3209 3498 '_EditorPanel.js',
@@ -3225,8 +3514,9 @@
3225 3514 'name' => 'InnerBlocks',
3226 3515 'src' => 'resources/admin/BlockEditor/MediaCarousel/InnerBlocks/InnerBlocks.jsx',
3227 3516 'isEntry' => true,
3228 3517 'imports' => [
3518 + '_jsx-runtime.js',
3229 3519 '_BlockEditorTranslator.js',
3230 3520 '_SingleProductContext.js',
3231 3521 '_Icons.js',
3232 3522 '_ProductContext.js',
@@ -3238,13 +3528,14 @@
3238 3528 'name' => 'MediaCarouselBlockEditor',
3239 3529 'src' => 'resources/admin/BlockEditor/MediaCarousel/MediaCarouselBlockEditor.jsx',
3240 3530 'isEntry' => true,
3241 3531 'imports' => [
3242 - '_BlockEditorTranslator.js',
3532 + '_jsx-runtime.js',
3243 3533 '_Icons.js',
3244 3534 '_index5.js',
3245 3535 '_EditorPanel.js',
3246 3536 '_EditorPanelRow.js',
3537 + '_BlockEditorTranslator.js',
3247 3538 '_SelectVariationModal.js',
3248 3539 '_SingleProductContext.js',
3249 3540 '_ProductContext.js',
3250 3541 '_add-query-args.js',
@@ -3269,14 +3560,15 @@
3269 3560 'name' => 'PriceRangeBlockEditor',
3270 3561 'src' => 'resources/admin/BlockEditor/PriceRange/PriceRangeBlockEditor.jsx',
3271 3562 'isEntry' => true,
3272 3563 'imports' => [
3273 - '_BlockEditorTranslator.js',
3564 + '_jsx-runtime.js',
3274 3565 '_index5.js',
3275 3566 '_SelectProductModal.js',
3276 3567 '_CustomSelect.js',
3277 3568 '_EditorPanel.js',
3278 3569 '_EditorPanelRow.js',
3570 + '_BlockEditorTranslator.js',
3279 3571 '_SingleProductContext.js',
3280 3572 '_Icons.js',
3281 3573 '_add-query-args.js',
3282 3574 '_ProductListItem.js',
@@ -3297,9 +3589,9 @@
3297 3589 'name' => 'PricingTableBlockEditor',
3298 3590 'src' => 'resources/admin/BlockEditor/PricingTable/PricingTableBlockEditor.jsx',
3299 3591 'isEntry' => true,
3300 3592 'imports' => [
3301 - '_BlockEditorTranslator.js',
3593 + '_jsx-runtime.js',
3302 3594 '_index6.js',
3303 3595 '_Icons.js',
3304 3596 '_ProductListItem.js',
3305 3597 '_SelectVariationModal.js',
@@ -3305,8 +3597,9 @@
3305 3597 '_SelectVariationModal.js',
3306 3598 '_index5.js',
3307 3599 '_ColorPickerField.js',
3308 3600 '_EditorPanel.js',
3601 + '_BlockEditorTranslator.js',
3309 3602 '_CustomSelect.js',
3310 3603 '_add-query-args.js'
3311 3604 ],
3312 3605 'assets' => [
@@ -3327,10 +3620,11 @@
3327 3620 'name' => 'ProductCardBlockEditor',
3328 3621 'src' => 'resources/admin/BlockEditor/ProductCard/ProductCardBlockEditor.jsx',
3329 3622 'isEntry' => true,
3330 3623 'imports' => [
3624 + '_jsx-runtime.js',
3625 + '_Icons.js',
3331 3626 '_BlockEditorTranslator.js',
3332 - '_Icons.js',
3333 3627 '_index5.js',
3334 3628 '_EditorPanel.js',
3335 3629 '_EditorPanelRow.js',
3336 3630 '_CustomSelect.js',
@@ -3354,13 +3648,14 @@
3354 3648 'name' => 'InnerBlocks',
3355 3649 'src' => 'resources/admin/BlockEditor/ProductCarousel/InnerBlocks/InnerBlocks.jsx',
3356 3650 'isEntry' => true,
3357 3651 'imports' => [
3358 - '_BlockEditorTranslator.js',
3652 + '_jsx-runtime.js',
3359 3653 '_ProductExcerptBlock.js',
3360 3654 '_ProductContext.js',
3361 3655 '_SingleProductContext.js',
3362 - '_ProductContainerContext.js'
3656 + '_ProductContainerContext.js',
3657 + '_BlockEditorTranslator.js'
3363 3658 ]
3364 3659 ],
3365 3660 'resources/admin/BlockEditor/ProductCarousel/ProductCarousel.png' => [
3366 3661 'file' => 'assets/ProductGallery.png',
@@ -3371,13 +3666,14 @@
3371 3666 'name' => 'ProductCarouselBlockEditor',
3372 3667 'src' => 'resources/admin/BlockEditor/ProductCarousel/ProductCarouselBlockEditor.jsx',
3373 3668 'isEntry' => true,
3374 3669 'imports' => [
3375 - '_BlockEditorTranslator.js',
3670 + '_jsx-runtime.js',
3376 3671 '_Icons.js',
3377 3672 '_index5.js',
3378 3673 '_EditorPanel.js',
3379 3674 '_EditorPanelRow.js',
3675 + '_BlockEditorTranslator.js',
3380 3676 '_CustomSelect.js',
3381 3677 '_SelectProductModal.js',
3382 3678 '_SingleProductContext.js',
3383 3679 '_ProductContext.js',
@@ -3399,8 +3695,9 @@
3399 3695 'name' => 'ProductCategoriesListBlockEditor',
3400 3696 'src' => 'resources/admin/BlockEditor/ProductCategoriesList/ProductCategoriesListBlockEditor.jsx',
3401 3697 'isEntry' => true,
3402 3698 'imports' => [
3699 + '_jsx-runtime.js',
3403 3700 '_BlockEditorTranslator.js',
3404 3701 '_Icons.js'
3405 3702 ]
3406 3703 ],
@@ -3414,8 +3711,9 @@
3414 3711 'name' => 'ProductDescriptionBlockEditor',
3415 3712 'src' => 'resources/admin/BlockEditor/ProductDescription/ProductDescriptionBlockEditor.jsx',
3416 3713 'isEntry' => true,
3417 3714 'imports' => [
3715 + '_jsx-runtime.js',
3418 3716 '_BlockEditorTranslator.js',
3419 3717 '_index5.js',
3420 3718 '_SelectProductModal.js',
3421 3719 '_EditorPanel.js',
@@ -3442,11 +3740,12 @@
3442 3740 'name' => 'ProductGalleryBlockEditor',
3443 3741 'src' => 'resources/admin/BlockEditor/ProductGallery/ProductGalleryBlockEditor.jsx',
3444 3742 'isEntry' => true,
3445 3743 'imports' => [
3446 - '_BlockEditorTranslator.js',
3744 + '_jsx-runtime.js',
3447 3745 '_Icons.js',
3448 3746 '_SelectVariationModal.js',
3747 + '_BlockEditorTranslator.js',
3449 3748 '_index5.js',
3450 3749 '_EditorPanel.js',
3451 3750 '_EditorPanelRow.js',
3452 3751 '_CustomSelect.js',
@@ -3470,13 +3769,14 @@
3470 3769 'name' => 'ProductImageBlockEditor',
3471 3770 'src' => 'resources/admin/BlockEditor/ProductImage/ProductImageBlockEditor.jsx',
3472 3771 'isEntry' => true,
3473 3772 'imports' => [
3474 - '_BlockEditorTranslator.js',
3773 + '_jsx-runtime.js',
3475 3774 '_index5.js',
3476 3775 '_SelectProductModal.js',
3477 3776 '_EditorPanel.js',
3478 3777 '_EditorPanelRow.js',
3778 + '_BlockEditorTranslator.js',
3479 3779 '_SingleProductContext.js',
3480 3780 '_Icons.js',
3481 3781 '_add-query-args.js',
3482 3782 '_ProductListItem.js',
@@ -3497,14 +3797,15 @@
3497 3797 'name' => 'ProductInfoBlockEditor',
3498 3798 'src' => 'resources/admin/BlockEditor/ProductInfo/ProductInfoBlockEditor.jsx',
3499 3799 'isEntry' => true,
3500 3800 'imports' => [
3501 - '_BlockEditorTranslator.js',
3801 + '_jsx-runtime.js',
3502 3802 '_Icons.js',
3503 3803 '_index5.js',
3504 3804 '_SelectProductModal.js',
3505 3805 '_EditorPanel.js',
3506 3806 '_EditorPanelRow.js',
3807 + '_BlockEditorTranslator.js',
3507 3808 '_SingleProductContext.js',
3508 3809 '_add-query-args.js',
3509 3810 '_ProductListItem.js',
3510 3811 '_index6.js'
@@ -3523,8 +3824,9 @@
3523 3824 'name' => 'ProductPackageDescriptionBlockEditor',
3524 3825 'src' => 'resources/admin/BlockEditor/ProductPackageDescription/ProductPackageDescriptionBlockEditor.jsx',
3525 3826 'isEntry' => true,
3526 3827 'imports' => [
3828 + '_jsx-runtime.js',
3527 3829 '_BlockEditorTranslator.js',
3528 3830 '_index5.js',
3529 3831 '_EditorPanel.js',
3530 3832 '_EditorPanelRow.js',
@@ -3543,8 +3845,9 @@
3543 3845 'name' => 'ProductSkuBlockEditor',
3544 3846 'src' => 'resources/admin/BlockEditor/ProductSku/ProductSkuBlockEditor.jsx',
3545 3847 'isEntry' => true,
3546 3848 'imports' => [
3849 + '_jsx-runtime.js',
3547 3850 '_BlockEditorTranslator.js',
3548 3851 '_index5.js',
3549 3852 '_SelectVariationModal.js',
3550 3853 '_EditorPanel.js',
@@ -3567,8 +3870,9 @@
3567 3870 'name' => 'ProductTitleBlockEditor',
3568 3871 'src' => 'resources/admin/BlockEditor/ProductTitle/ProductTitleBlockEditor.jsx',
3569 3872 'isEntry' => true,
3570 3873 'imports' => [
3874 + '_jsx-runtime.js',
3571 3875 '_BlockEditorTranslator.js',
3572 3876 '_index5.js',
3573 3877 '_SelectProductModal.js',
3574 3878 '_EditorPanel.js',
@@ -3596,11 +3900,12 @@
3596 3900 'name' => 'RelatedProductBlockEditor',
3597 3901 'src' => 'resources/admin/BlockEditor/RelatedProduct/RelatedProductBlockEditor.jsx',
3598 3902 'isEntry' => true,
3599 3903 'imports' => [
3600 - '_BlockEditorTranslator.js',
3904 + '_jsx-runtime.js',
3601 3905 '_Icons.js',
3602 3906 '_index5.js',
3907 + '_BlockEditorTranslator.js',
3603 3908 '_add-query-args.js',
3604 3909 '_SingleProductContext.js'
3605 3910 ]
3606 3911 ],
@@ -3614,8 +3919,9 @@
3614 3919 'name' => 'SaleBadgeBlockEditor',
3615 3920 'src' => 'resources/admin/BlockEditor/SaleBadge/SaleBadgeBlockEditor.jsx',
3616 3921 'isEntry' => true,
3617 3922 'imports' => [
3923 + '_jsx-runtime.js',
3618 3924 '_BlockEditorTranslator.js',
3619 3925 '_index5.js',
3620 3926 '_SelectProductModal.js',
3621 3927 '_EditorPanel.js',
@@ -3642,8 +3948,9 @@
3642 3948 'name' => 'SearchBarBlockEditor',
3643 3949 'src' => 'resources/admin/BlockEditor/SearchBar/SearchBarBlockEditor.jsx',
3644 3950 'isEntry' => true,
3645 3951 'imports' => [
3952 + '_jsx-runtime.js',
3646 3953 '_BlockEditorTranslator.js',
3647 3954 '_index6.js',
3648 3955 '_Icons.js'
3649 3956 ],
@@ -3656,13 +3963,14 @@
3656 3963 'name' => 'InnerBlocks',
3657 3964 'src' => 'resources/admin/BlockEditor/ShopApp/InnerBlocks/InnerBlocks.jsx',
3658 3965 'isEntry' => true,
3659 3966 'imports' => [
3660 - '_BlockEditorTranslator.js',
3967 + '_jsx-runtime.js',
3661 3968 '_ProductExcerptBlock.js',
3662 3969 '_ProductContext.js',
3663 3970 '_SingleProductContext.js',
3664 3971 '_ProductContainerContext.js',
3972 + '_BlockEditorTranslator.js',
3665 3973 '_EditorPanel.js',
3666 3974 '_EditorPanelRow.js'
3667 3975 ]
3668 3976 ],
@@ -3675,10 +3983,10 @@
3675 3983 'name' => 'ShopAppBlockEditor',
3676 3984 'src' => 'resources/admin/BlockEditor/ShopApp/ShopAppBlockEditor.jsx',
3677 3985 'isEntry' => true,
3678 3986 'imports' => [
3987 + '_jsx-runtime.js',
3679 3988 '_BlockEditorTranslator.js',
3680 - '_ColorPickerField.js',
3681 3989 '_CustomSelect.js',
3682 3990 '_Icons.js',
3683 3991 '_ErrorBoundary.js',
3684 3992 '_ProductContext.js',
@@ -3699,8 +4007,9 @@
3699 4007 'name' => 'SoldOutBadgeBlockEditor',
3700 4008 'src' => 'resources/admin/BlockEditor/SoldOutBadge/SoldOutBadgeBlockEditor.jsx',
3701 4009 'isEntry' => true,
3702 4010 'imports' => [
4011 + '_jsx-runtime.js',
3703 4012 '_BlockEditorTranslator.js',
3704 4013 '_EditorPanel.js',
3705 4014 '_EditorPanelRow.js',
3706 4015 '_SingleProductContext.js',
@@ -3718,13 +4027,14 @@
3718 4027 'name' => 'StockBlock',
3719 4028 'src' => 'resources/admin/BlockEditor/Stock/StockBlock.jsx',
3720 4029 'isEntry' => true,
3721 4030 'imports' => [
3722 - '_BlockEditorTranslator.js',
4031 + '_jsx-runtime.js',
3723 4032 '_Icons.js',
3724 4033 '_SelectProductModal.js',
3725 4034 '_EditorPanel.js',
3726 4035 '_EditorPanelRow.js',
4036 + '_BlockEditorTranslator.js',
3727 4037 '_index5.js',
3728 4038 '_SingleProductContext.js',
3729 4039 '_add-query-args.js',
3730 4040 '_ProductListItem.js',
@@ -3736,12 +4046,49 @@
3736 4046 'name' => 'StoreLogoBlockEditor',
3737 4047 'src' => 'resources/admin/BlockEditor/StoreLogo/StoreLogoBlockEditor.jsx',
3738 4048 'isEntry' => true,
3739 4049 'imports' => [
4050 + '_jsx-runtime.js',
3740 4051 '_BlockEditorTranslator.js',
3741 4052 '_Icons.js'
3742 4053 ]
3743 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 + ],
3744 4091 'resources/admin/Modules/Reports/Subscription/Cohort.vue' => [
3745 4092 'file' => 'chunks/Cohort.js',
3746 4093 'name' => 'Cohort',
3747 4094 'src' => 'resources/admin/Modules/Reports/Subscription/Cohort.vue',
@@ -3747,46 +4094,51 @@
3747 4094 'src' => 'resources/admin/Modules/Reports/Subscription/Cohort.vue',
3748 4095 'isDynamicEntry' => true,
3749 4096 'imports' => [
3750 4097 '_vue.esm-bundler.js',
3751 - '_OrderCustomerInformation.js',
4098 + '_UserCan.js',
3752 4099 '_DynamicIcon.js',
3753 - '_Badge.js',
4100 + '_CardBody.js',
3754 4101 '__plugin-vue_export-helper.js',
3755 4102 '_Empty.js',
3756 4103 '_Translator.js',
3757 4104 '_Rest.js',
3758 - '_productService.js',
4105 + '_CurrencyFormatter.js',
3759 4106 'resources/admin/bootstrap/app.js',
3760 4107 '_common.js',
3761 - '_IconButton.js',
3762 - '_Str.js',
3763 4108 '_Arr.js',
3764 - '_RouteCell.js',
3765 - '_Model.js',
4109 + '_preload-helper.js',
3766 4110 '_vue-router.js',
3767 - '_Url.js',
3768 4111 '_dayjs.min.js',
3769 4112 '_timezone.js',
4113 + '_weekOfYear.js',
4114 + '_Badge.js',
4115 + '_Model.js',
4116 + '_Url.js',
4117 + '_Str.js',
3770 4118 '_Notify.js',
3771 4119 '_index.js',
3772 4120 '_index3.js',
4121 + '_IconButton.js',
3773 4122 '_Utils.js',
3774 4123 '_TransitionAccordion.js',
4124 + '_OrderCustomerInformation.js',
4125 + '_Animation.js',
3775 4126 '_Asset.js',
3776 4127 '_AddressComponent2.js',
3777 - '_Animation.js',
3778 4128 '_NotFound.js',
3779 - '_ConvertedTime.js',
3780 - '_CancelSubscription.js',
4129 + '_productService.js',
4130 + '_Activity.js',
3781 4131 '_BundleProducts.js',
3782 4132 '_dateShortCuts.js',
3783 4133 '_index4.js',
3784 4134 '_countries.js',
3785 4135 '_index2.js',
4136 + '_AttrGroups.js',
4137 + '_DynamicTemplateParser.js',
3786 4138 '_ProductVariationSelector.js',
4139 + '_galleryTabs.js',
3787 4140 '_FileUploaderDialog.js',
3788 - '_defaults.js',
3789 4141 'resources/admin/Bits/Components/Icons/Screenshot.vue',
3790 4142 '_useElementPlusComponents.js'
3791 4143 ],
3792 4144 'css' => [
@@ -3799,11 +4151,12 @@
3799 4151 'src' => 'resources/admin/Modules/Shipping/shipping.js',
3800 4152 'isEntry' => true,
3801 4153 'imports' => [
3802 4154 '_vue.esm-bundler.js',
3803 - '_RouteCell.js',
4155 + '_Badge.js',
3804 4156 '_Translator.js',
3805 4157 '_Arr.js',
4158 + '_CardBody.js',
3806 4159 '_Rest.js',
3807 4160 '_IconButton.js',
3808 4161 '_DynamicIcon.js',
3809 4162 '_Notify.js',
@@ -3809,20 +4162,23 @@
3809 4162 '_Notify.js',
3810 4163 '__plugin-vue_export-helper.js',
3811 4164 '_vue-router.js',
3812 4165 '_countries.js',
3813 - '_Badge.js',
3814 4166 '_index.js',
3815 4167 '_NotFound.js',
3816 4168 '_Animation.js',
3817 4169 '_Model.js',
3818 - '_Url.js',
4170 + '_common.js',
4171 + '_dayjs.min.js',
3819 4172 '_Str.js',
3820 - '_dayjs.min.js',
3821 4173 '_timezone.js',
4174 + '_weekOfYear.js',
4175 + '_Utils.js',
4176 + '_CurrencyFormatter.js',
4177 + '_Url.js',
3822 4178 '_index3.js',
3823 - '_Utils.js',
3824 4179 '_TransitionAccordion.js',
4180 + '_preload-helper.js',
3825 4181 '_Asset.js'
3826 4182 ],
3827 4183 'css' => [
3828 4184 'assets/shipping.css'
@@ -3834,38 +4190,44 @@
3834 4190 'src' => 'resources/admin/Modules/Subscriptions/subscription.js',
3835 4191 'isEntry' => true,
3836 4192 'imports' => [
3837 4193 '_vue.esm-bundler.js',
3838 - '_RouteCell.js',
4194 + '_Badge.js',
3839 4195 '_Empty.js',
3840 4196 '_Translator.js',
3841 - '_CancelSubscription.js',
4197 + '_Activity.js',
3842 4198 '__plugin-vue_export-helper.js',
3843 4199 '_index.js',
3844 - '_Badge.js',
4200 + '_DynamicIcon.js',
3845 4201 '_OrderCustomerInformation.js',
4202 + '_UserCan.js',
4203 + '_CardBody.js',
3846 4204 '_Str.js',
3847 - '_DynamicIcon.js',
3848 - '_ConvertedTime.js',
4205 + '_dayjs.min.js',
4206 + '_Utils.js',
4207 + '_Notify.js',
4208 + '_CurrencyFormatter.js',
3849 4209 '_NotFound.js',
3850 4210 '_Arr.js',
3851 4211 '_common.js',
3852 - '_Notify.js',
3853 4212 '_Model.js',
3854 4213 '_Rest.js',
3855 - '_IconButton.js',
3856 4214 '_vue-router.js',
3857 4215 '_Url.js',
3858 - '_dayjs.min.js',
3859 4216 '_timezone.js',
3860 4217 '_index3.js',
3861 - '_Utils.js',
4218 + '_IconButton.js',
3862 4219 '_TransitionAccordion.js',
3863 - '_productService.js',
3864 4220 '_BundleProducts.js',
4221 + '_preload-helper.js',
4222 + '_Animation.js',
3865 4223 '_Asset.js',
3866 4224 '_AddressComponent2.js',
3867 - '_Animation.js'
4225 + '_productService.js',
4226 + '_weekOfYear.js'
4227 + ],
4228 + 'css' => [
4229 + 'assets/subscription.css'
3868 4230 ]
3869 4231 ],
3870 4232 'resources/admin/admin_hooks.js' => [
3871 4233 'file' => 'admin_hooks.js',
@@ -3880,45 +4242,50 @@
3880 4242 'isEntry' => true,
3881 4243 'imports' => [
3882 4244 '_vue.esm-bundler.js',
3883 4245 '_vue-router.js',
3884 - '_DynamicIcon.js',
3885 - '_RouteCell.js',
4246 + '_preload-helper.js',
3886 4247 '_Translator.js',
4248 + '_Badge.js',
3887 4249 '_Empty.js',
4250 + '_index.js',
3888 4251 '_OrderCustomerInformation.js',
3889 - '_productService.js',
3890 - '_ConvertedTime.js',
4252 + '_UserCan.js',
4253 + '_CurrencyFormatter.js',
4254 + '_Activity.js',
4255 + '_CardBody.js',
4256 + '_DynamicIcon.js',
3891 4257 '__plugin-vue_export-helper.js',
4258 + '_common.js',
3892 4259 '_IconButton.js',
3893 - '_common.js',
3894 - '_Badge.js',
3895 4260 '_Model.js',
3896 4261 '_Rest.js',
3897 4262 '_dayjs.min.js',
3898 - '_index.js',
3899 - '_CancelSubscription.js',
3900 4263 '_Notify.js',
3901 4264 '_Animation.js',
3902 4265 '_dateShortCuts.js',
3903 4266 '_countries.js',
3904 4267 '_NotFound.js',
4268 + '_Utils.js',
3905 4269 '_Asset.js',
3906 4270 '_index2.js',
3907 4271 '_Str.js',
3908 4272 '_Arr.js',
4273 + '_AttrGroups.js',
3909 4274 '_Url.js',
4275 + '_DynamicTemplateParser.js',
3910 4276 '_timezone.js',
3911 - '_Utils.js',
3912 4277 '_ProductVariationSelector.js',
4278 + '_productService.js',
3913 4279 '_BundleProducts.js',
4280 + '_galleryTabs.js',
3914 4281 '_index3.js',
4282 + '_TransitionAccordion.js',
3915 4283 '_FileUploaderDialog.js',
3916 - '_defaults.js',
3917 4284 'resources/admin/Bits/Components/Icons/Screenshot.vue',
3918 4285 '_useElementPlusComponents.js',
3919 - '_TransitionAccordion.js',
3920 4286 '_AddressComponent2.js',
4287 + '_weekOfYear.js',
3921 4288 '_index4.js'
3922 4289 ],
3923 4290 'dynamicImports' => [
3924 4291 'resources/admin/Bits/Components/Form/Components/Affix/Test.vue',
@@ -3932,10 +4299,13 @@
3932 4299 'resources/admin/Bits/Components/Form/Components/McpSettings.vue',
3933 4300 'resources/admin/Bits/Components/Form/Components/ModuleSettings.vue',
3934 4301 'resources/admin/Bits/Components/Form/Components/PaymentView.vue',
3935 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',
3936 4305 'resources/admin/Bits/Components/Form/Components/StoreSettings/CreatePageButton.vue',
3937 4306 'resources/admin/Bits/Components/Form/Components/StoreSettings/PageSelector.vue',
4307 + 'resources/admin/Bits/Components/Form/Components/StoreSettings/SubscriptionModeManager.vue',
3938 4308 'resources/admin/Bits/Components/Form/Components/TurnstileSettings.vue',
3939 4309 'resources/admin/Modules/Reports/Subscription/Cohort.vue'
3940 4310 ],
3941 4311 'css' => [
@@ -3962,14 +4332,18 @@
3962 4332 '_index.js',
3963 4333 '_index2.js',
3964 4334 '_index4.js',
3965 4335 '_dayjs.min.js',
4336 + '_weekOfYear.js',
3966 4337 '_index3.js',
3967 4338 '_Arr.js',
3968 4339 '_DynamicIcon.js',
4340 + '_preload-helper.js',
3969 4341 'resources/admin/Bits/Components/Icons/CaretRight.vue',
3970 4342 '_Str.js',
3971 4343 '_productService.js',
4344 + '_CurrencyFormatter.js',
4345 + '_timezone.js',
3972 4346 '_Model.js',
3973 4347 '_Rest.js',
3974 4348 '_Asset.js',
3975 4349 '_Url.js',
@@ -3993,8 +4367,9 @@
3993 4367 '_index.js',
3994 4368 '_index2.js',
3995 4369 '_index4.js',
3996 4370 '_dayjs.min.js',
4371 + '_weekOfYear.js',
3997 4372 '_index3.js',
3998 4373 '_Arr.js',
3999 4374 '__plugin-vue_export-helper.js',
4000 4375 '_add-query-args.js'
@@ -4018,14 +4393,18 @@
4018 4393 '_index.js',
4019 4394 '_index2.js',
4020 4395 '_index4.js',
4021 4396 '_dayjs.min.js',
4397 + '_weekOfYear.js',
4022 4398 '_index3.js',
4023 4399 '_DynamicIcon.js',
4400 + '_preload-helper.js',
4024 4401 'resources/admin/Bits/Components/Icons/CaretRight.vue',
4025 4402 '_Str.js',
4026 4403 '_productService.js',
4404 + '_CurrencyFormatter.js',
4027 4405 '_Arr.js',
4406 + '_timezone.js',
4028 4407 '_Model.js',
4029 4408 '_Rest.js',
4030 4409 '_Asset.js',
4031 4410 '_Url.js',
@@ -4056,12 +4435,16 @@
4056 4435 '_index.js',
4057 4436 '_index2.js',
4058 4437 '_index4.js',
4059 4438 '_dayjs.min.js',
4439 + '_weekOfYear.js',
4060 4440 '_index3.js',
4061 4441 '_DynamicIcon.js',
4442 + '_preload-helper.js',
4062 4443 '_Str.js',
4063 4444 '_productService.js',
4445 + '_CurrencyFormatter.js',
4446 + '_timezone.js',
4064 4447 '_Model.js',
4065 4448 '_Asset.js',
4066 4449 '_Url.js',
4067 4450 '_vue-router.js',
@@ -4086,8 +4469,9 @@
4086 4469 '_index.js',
4087 4470 '_index2.js',
4088 4471 '_index4.js',
4089 4472 '_dayjs.min.js',
4473 + '_weekOfYear.js',
4090 4474 '_index3.js',
4091 4475 '_Arr.js'
4092 4476 ]
4093 4477 ],
@@ -4104,8 +4488,9 @@
4104 4488 '_index.js',
4105 4489 '_index2.js',
4106 4490 '_index4.js',
4107 4491 '_dayjs.min.js',
4492 + '_weekOfYear.js',
4108 4493 '_index3.js',
4109 4494 '__plugin-vue_export-helper.js',
4110 4495 '_Arr.js'
4111 4496 ]
@@ -4136,30 +4521,25 @@
4136 4521 'name' => 'attributes',
4137 4522 'src' => 'resources/attributes/attributes.js',
4138 4523 'isEntry' => true,
4139 4524 'imports' => [
4525 + '_Translator.js',
4140 4526 '_vue.esm-bundler.js',
4141 4527 '__plugin-vue_export-helper.js',
4142 - '_Translator.js',
4143 - '_RouteCell.js',
4144 - '_Empty.js',
4145 - '_DynamicIcon.js',
4146 - '_ConvertedTime.js',
4528 + '_AttrGroups.js',
4529 + '_Arr.js',
4530 + '_Rest.js',
4147 4531 '_common.js',
4148 - '_Notify.js',
4149 - '_Rest.js',
4150 - '_vue-router.js',
4151 - '_index.js',
4152 - '_Arr.js',
4153 - '_Model.js',
4154 - '_IconButton.js',
4532 + '_dayjs.min.js',
4155 4533 '_Str.js',
4156 - '_Url.js',
4157 - '_dayjs.min.js',
4158 4534 '_timezone.js',
4159 - '_index3.js',
4535 + '_weekOfYear.js',
4160 4536 '_Utils.js',
4161 - '_TransitionAccordion.js'
4537 + '_CurrencyFormatter.js',
4538 + '_index.js',
4539 + '_Notify.js',
4540 + '_DynamicIcon.js',
4541 + '_preload-helper.js'
4162 4542 ]
4163 4543 ],
4164 4544 'resources/images/pro-feature-pattern.png' => [
4165 4545 'file' => 'images/pro-feature-pattern.png',
@@ -4172,17 +4552,17 @@
4172 4552 'name' => 'license',
4173 4553 'src' => 'resources/licensing/license.js',
4174 4554 'isEntry' => true,
4175 4555 'imports' => [
4556 + '_Translator.js',
4176 4557 '_vue.esm-bundler.js',
4177 - '_Badge.js',
4558 + '_CardBody.js',
4178 4559 '_NotFound.js',
4179 4560 '_dateShortCuts.js',
4180 4561 '_Empty.js',
4181 4562 '_DynamicIcon.js',
4182 - '_Translator.js',
4183 - '_RouteCell.js',
4184 - '_IconButton.js',
4563 + '_Badge.js',
4564 + '_common.js',
4185 4565 '_index.js',
4186 4566 '_OrderCustomerInformation.js',
4187 4567 '__plugin-vue_export-helper.js',
4188 4568 '_dayjs.min.js',
@@ -4187,22 +4567,26 @@
4187 4567 '__plugin-vue_export-helper.js',
4188 4568 '_dayjs.min.js',
4189 4569 '_Model.js',
4190 4570 '_Rest.js',
4191 - '_common.js',
4571 + '_IconButton.js',
4572 + '_UserCan.js',
4573 + '_Utils.js',
4192 4574 '_Str.js',
4193 4575 '_Arr.js',
4576 + '_CurrencyFormatter.js',
4577 + '_vue-router.js',
4194 4578 '_Asset.js',
4195 4579 '_Url.js',
4196 - '_vue-router.js',
4197 4580 '_index4.js',
4581 + '_preload-helper.js',
4198 4582 '_timezone.js',
4199 4583 '_Notify.js',
4200 4584 '_index3.js',
4201 - '_Utils.js',
4202 4585 '_TransitionAccordion.js',
4586 + '_weekOfYear.js',
4587 + '_Animation.js',
4203 4588 '_AddressComponent2.js',
4204 - '_Animation.js',
4205 4589 '_productService.js'
4206 4590 ],
4207 4591 'css' => [
4208 4592 'assets/license.css'
@@ -4213,13 +4597,13 @@
4213 4597 'name' => 'order-bump',
4214 4598 'src' => 'resources/order-bump/order-bump.js',
4215 4599 'isEntry' => true,
4216 4600 'imports' => [
4601 + '_Translator.js',
4217 4602 '_vue.esm-bundler.js',
4218 - '_Translator.js',
4219 - '_RouteCell.js',
4603 + '_Badge.js',
4220 4604 '_Empty.js',
4221 - '_Badge.js',
4605 + '_CardBody.js',
4222 4606 '_DynamicIcon.js',
4223 4607 '_common.js',
4224 4608 '_Notify.js',
4225 4609 '_Rest.js',
@@ -4235,9 +4619,12 @@
4235 4619 '_dayjs.min.js',
4236 4620 '_timezone.js',
4237 4621 '_index3.js',
4238 4622 '_Utils.js',
4239 - '_TransitionAccordion.js'
4623 + '_weekOfYear.js',
4624 + '_CurrencyFormatter.js',
4625 + '_TransitionAccordion.js',
4626 + '_preload-helper.js'
4240 4627 ]
4241 4628 ],
4242 4629 'resources/public/buttons/add-to-cart/style/style.scss' => [
4243 4630 'file' => 'assets/style3.css',
@@ -4368,8 +4755,9 @@
4368 4755 'imports' => [
4369 4756 '_vue.esm-bundler.js',
4370 4757 '_dayjs.min.js',
4371 4758 '_timezone.js',
4759 + '_weekOfYear.js',
4372 4760 '_DynamicIcon.js',
4373 4761 '_Str.js',
4374 4762 '__plugin-vue_export-helper.js',
4375 4763 '_BundleProducts.js',
@@ -4383,12 +4771,15 @@
4383 4771 '_AddressComponent2.js',
4384 4772 '_Rest.js',
4385 4773 '_Animation.js',
4386 4774 '_Notify.js',
4775 + '_DynamicTemplateParser.js',
4776 + '_index3.js',
4387 4777 '_index2.js',
4388 - '_index3.js',
4389 - '_defaults.js',
4778 + '_preload-helper.js',
4390 4779 '_Arr.js',
4780 + '_Utils.js',
4781 + '_CurrencyFormatter.js',
4391 4782 '_TransitionAccordion.js',
4392 4783 '_index4.js'
4393 4784 ],
4394 4785 'css' => [
@@ -4563,9 +4954,11 @@
4563 4954 '_Translator.js',
4564 4955 '_vue.esm-bundler.js',
4565 4956 '_Arr.js',
4566 4957 '_dayjs.min.js',
4567 - '_timezone.js'
4958 + '_timezone.js',
4959 + '_weekOfYear.js',
4960 + '_CurrencyFormatter.js'
4568 4961 ]
4569 4962 ],
4570 4963 'resources/public/search-bar-app/style/style.scss' => [
4571 4964 'file' => 'assets/style5.css',
@@ -4577,8 +4970,19 @@
4577 4970 'name' => 'SingleProduct',
4578 4971 'src' => 'resources/public/single-product/SingleProduct.js',
4579 4972 'isEntry' => true
4580 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 + ],
4581 4985 'resources/public/single-product/similar-product.scss' => [
4582 4986 'file' => 'assets/similar-product.css',
4583 4987 'src' => 'resources/public/single-product/similar-product.scss',
4584 4988 'isEntry' => true
@@ -4608,8 +5012,44 @@
4608 5012 'file' => 'assets/taxonomy.css',
4609 5013 'src' => 'resources/styles/tailwind/taxonomy.scss',
4610 5014 'isEntry' => true
4611 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 + ],
4612 5052 'resources/images/404.svg' => [
4613 5053 'file' => 'images/404.svg',
4614 5054 'name' => '404',
4615 5055 'src' => 'resources/images/404.svg',
@@ -4620,8 +5060,20 @@
4620 5060 'name' => 'avatar-empty',
4621 5061 'src' => 'resources/images/avatar-empty.png',
4622 5062 'isEntry' => true
4623 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 + ],
4624 5076 'resources/images/cart.svg' => [
4625 5077 'file' => 'images/cart.svg',
4626 5078 'name' => 'cart',
4627 5079 'src' => 'resources/images/cart.svg',
@@ -4674,8 +5126,20 @@
4674 5126 'name' => 'crown',
4675 5127 'src' => 'resources/images/crown.svg',
4676 5128 'isEntry' => true
4677 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 + ],
4678 5142 'resources/images/elementor/black.svg' => [
4679 5143 'file' => 'images/elementor/black.svg',
4680 5144 'name' => 'black',
4681 5145 'src' => 'resources/images/elementor/black.svg',
@@ -4740,8 +5204,20 @@
4740 5204 'name' => 'empty',
4741 5205 'src' => 'resources/images/empty.png',
4742 5206 'isEntry' => true
4743 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 + ],
4744 5220 'resources/images/fluent-pdf/black.svg' => [
4745 5221 'file' => 'images/fluent-pdf/black.svg',
4746 5222 'name' => 'black',
4747 5223 'src' => 'resources/images/fluent-pdf/black.svg',
@@ -4908,8 +5384,14 @@
4908 5384 'name' => 'airwallex-icon',
4909 5385 'src' => 'resources/images/payment-methods/airwallex-icon.svg',
4910 5386 'isEntry' => true
4911 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 + ],
4912 5394 'resources/images/payment-methods/airwallex-logo.svg' => [
4913 5395 'file' => 'images/payment-methods/airwallex-logo.svg',
4914 5396 'name' => 'airwallex-logo',
4915 5397 'src' => 'resources/images/payment-methods/airwallex-logo.svg',
@@ -4938,8 +5420,14 @@
4938 5420 'name' => 'cod-icon',
4939 5421 'src' => 'resources/images/payment-methods/cod-icon.svg',
4940 5422 'isEntry' => true
4941 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 + ],
4942 5430 'resources/images/payment-methods/flutterwave-logo.svg' => [
4943 5431 'file' => 'images/payment-methods/flutterwave-logo.svg',
4944 5432 'name' => 'flutterwave-logo',
4945 5433 'src' => 'resources/images/payment-methods/flutterwave-logo.svg',
@@ -4968,8 +5456,14 @@
4968 5456 'name' => 'offline-payment-icon',
4969 5457 'src' => 'resources/images/payment-methods/offline-payment-icon.svg',
4970 5458 'isEntry' => true
4971 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 + ],
4972 5466 'resources/images/payment-methods/offline-payment.svg' => [
4973 5467 'file' => 'images/payment-methods/offline-payment.svg',
4974 5468 'name' => 'offline-payment',
4975 5469 'src' => 'resources/images/payment-methods/offline-payment.svg',
@@ -5032,8 +5526,14 @@
5032 5526 'resources/images/payment-methods/square-logo.svg' => [
5033 5527 'file' => 'images/payment-methods/square-logo.svg',
5034 5528 'name' => 'square-logo',
5035 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',
5036 5536 'isEntry' => true
5037 5537 ],
5038 5538 'resources/images/payment-methods/stripe-connect.png' => [
5039 5539 'file' => 'images/payment-methods/stripe-connect.png',