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 +512 -172 1.5.3 → 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 ],
@@ -73,12 +99,12 @@
73 99 'imports' => [
74 100 '_vue.esm-bundler.js',
75 101 '_Translator.js',
76 102 '_Rest.js',
103 + '_common.js',
77 104 '_index.js',
78 105 '_Notify.js',
79 106 '_DynamicIcon.js',
80 - '_common.js',
81 107 '__plugin-vue_export-helper.js'
82 108 ]
83 109 ],
84 110 '_Badge.js' => [
@@ -86,9 +112,9 @@
86 112 'name' => 'Badge',
87 113 'imports' => [
88 114 '_Model.js',
89 115 '_vue.esm-bundler.js',
90 - '_Storage.js',
116 + '_common.js',
91 117 '_Rest.js',
92 118 '_vue-router.js',
93 119 '_Url.js',
94 120 '_Arr.js',
@@ -118,34 +144,8 @@
118 144 '_vue.esm-bundler.js',
119 145 '__plugin-vue_export-helper.js'
120 146 ]
121 147 ],
122 - '_CancelSubscription.js' => [
123 - 'file' => 'chunks/CancelSubscription.js',
124 - 'name' => 'CancelSubscription',
125 - 'imports' => [
126 - '_vue.esm-bundler.js',
127 - '_Empty.js',
128 - '_Badge.js',
129 - '_Translator.js',
130 - '_Str.js',
131 - '_Url.js',
132 - '_IconButton.js',
133 - '_DynamicIcon.js',
134 - '_CardBody.js',
135 - '_CurrencyFormatter.js',
136 - '_OrderCustomerInformation.js',
137 - '_Rest.js',
138 - '_Notify.js',
139 - '_NotFound.js',
140 - '_index.js',
141 - '_Arr.js',
142 - '_common.js',
143 - '_BundleProducts.js',
144 - '__plugin-vue_export-helper.js',
145 - '_Utils.js'
146 - ]
147 - ],
148 148 '_CardBody.js' => [
149 149 'file' => 'chunks/CardBody.js',
150 150 'name' => 'CardBody',
151 151 'imports' => [
@@ -158,10 +158,11 @@
158 158 '_ColorPickerField.js' => [
159 159 'file' => 'chunks/ColorPickerField.js',
160 160 'name' => 'ColorPickerField',
161 161 'imports' => [
162 - '_BlockEditorTranslator.js',
163 - '_Icons.js'
162 + '_jsx-runtime.js',
163 + '_Icons.js',
164 + '_BlockEditorTranslator.js'
164 165 ]
165 166 ],
166 167 '_CurrencyFormatter.js' => [
167 168 'file' => 'chunks/CurrencyFormatter.js',
@@ -168,8 +169,10 @@
168 169 'name' => 'CurrencyFormatter',
169 170 'imports' => [
170 171 '_Arr.js',
171 172 '_dayjs.min.js',
173 + '_timezone.js',
174 + '_weekOfYear.js',
172 175 '_Translator.js'
173 176 ]
174 177 ],
175 178 '_CustomSelect.js' => [
@@ -175,10 +178,11 @@
175 178 '_CustomSelect.js' => [
176 179 'file' => 'chunks/CustomSelect.js',
177 180 'name' => 'CustomSelect',
178 181 'imports' => [
179 - '_BlockEditorTranslator.js',
180 - '_index6.js'
182 + '_jsx-runtime.js',
183 + '_index6.js',
184 + '_BlockEditorTranslator.js'
181 185 ]
182 186 ],
183 187 '_DynamicIcon.js' => [
184 188 'file' => 'chunks/DynamicIcon.js',
@@ -183,8 +187,9 @@
183 187 '_DynamicIcon.js' => [
184 188 'file' => 'chunks/DynamicIcon.js',
185 189 'name' => 'DynamicIcon',
186 190 'imports' => [
191 + '_preload-helper.js',
187 192 '_vue.esm-bundler.js'
188 193 ],
189 194 'dynamicImports' => [
190 195 'resources/admin/Bits/Components/Icons/Access.vue',
@@ -331,12 +336,15 @@
331 336 'resources/admin/Bits/Components/Icons/Overview.vue',
332 337 'resources/admin/Bits/Components/Icons/Package.vue',
333 338 'resources/admin/Bits/Components/Icons/Page.vue',
334 339 'resources/admin/Bits/Components/Icons/PaidOrdersIcon.vue',
340 + 'resources/admin/Bits/Components/Icons/PaintLine.vue',
335 341 'resources/admin/Bits/Components/Icons/Palette.vue',
342 + 'resources/admin/Bits/Components/Icons/PaletteLine.vue',
336 343 'resources/admin/Bits/Components/Icons/Party.vue',
337 344 'resources/admin/Bits/Components/Icons/PaymentIcon.vue',
338 345 'resources/admin/Bits/Components/Icons/Pending.vue',
346 + 'resources/admin/Bits/Components/Icons/PlayCircle.vue',
339 347 'resources/admin/Bits/Components/Icons/Plus.vue',
340 348 'resources/admin/Bits/Components/Icons/PlusCircle.vue',
341 349 'resources/admin/Bits/Components/Icons/Print.vue',
342 350 'resources/admin/Bits/Components/Icons/Product.vue',
@@ -385,8 +393,9 @@
385 393 'resources/admin/Bits/Components/Icons/Unfulfilled.vue',
386 394 'resources/admin/Bits/Components/Icons/Unlink.vue',
387 395 'resources/admin/Bits/Components/Icons/Upload.vue',
388 396 'resources/admin/Bits/Components/Icons/Users.vue',
397 + 'resources/admin/Bits/Components/Icons/VideoAdd.vue',
389 398 'resources/admin/Bits/Components/Icons/Wallet.vue',
390 399 'resources/admin/Bits/Components/Icons/Warning.vue',
391 400 'resources/admin/Bits/Components/Icons/WarningFill.vue',
392 401 'resources/admin/Bits/Components/Icons/Webhooks.vue',
@@ -392,13 +401,25 @@
392 401 'resources/admin/Bits/Components/Icons/Webhooks.vue',
393 402 'resources/admin/Bits/Components/Icons/Window.vue'
394 403 ]
395 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 + ],
396 417 '_EditorPanel.js' => [
397 418 'file' => 'chunks/EditorPanel.js',
398 419 'name' => 'EditorPanel',
399 420 'imports' => [
400 - '_BlockEditorTranslator.js'
421 + '_jsx-runtime.js'
401 422 ]
402 423 ],
403 424 '_EditorPanelRow.js' => [
404 425 'file' => 'chunks/EditorPanelRow.js',
@@ -403,9 +424,9 @@
403 424 '_EditorPanelRow.js' => [
404 425 'file' => 'chunks/EditorPanelRow.js',
405 426 'name' => 'EditorPanelRow',
406 427 'imports' => [
407 - '_BlockEditorTranslator.js'
428 + '_jsx-runtime.js'
408 429 ]
409 430 ],
410 431 '_Empty.js' => [
411 432 'file' => 'chunks/Empty.js',
@@ -419,8 +440,9 @@
419 440 '_ErrorBoundary.js' => [
420 441 'file' => 'chunks/ErrorBoundary.js',
421 442 'name' => 'ErrorBoundary',
422 443 'imports' => [
444 + '_jsx-runtime.js',
423 445 '_BlockEditorTranslator.js'
424 446 ]
425 447 ],
426 448 '_FileUploaderDialog.js' => [
@@ -433,9 +455,8 @@
433 455 '_DynamicIcon.js',
434 456 '_Rest.js',
435 457 '_Notify.js',
436 458 '_Translator.js',
437 - '_Storage.js',
438 459 '_Model.js'
439 460 ]
440 461 ],
441 462 '_IconButton.js' => [
@@ -449,9 +470,9 @@
449 470 '_Icons.js' => [
450 471 'file' => 'chunks/Icons.js',
451 472 'name' => 'Icons',
452 473 'imports' => [
453 - '_BlockEditorTranslator.js'
474 + '_jsx-runtime.js'
454 475 ]
455 476 ],
456 477 '_Model.js' => [
457 478 'file' => 'chunks/Model.js',
@@ -486,22 +507,23 @@
486 507 'file' => 'chunks/OrderCustomerInformation.js',
487 508 'name' => 'OrderCustomerInformation',
488 509 'imports' => [
489 510 '_vue.esm-bundler.js',
511 + '_index.js',
512 + '_Translator.js',
513 + '_Animation.js',
514 + '_Badge.js',
515 + '_Rest.js',
516 + '_Notify.js',
490 517 '__plugin-vue_export-helper.js',
491 - '_Badge.js',
492 518 '_Empty.js',
493 519 '_common.js',
494 520 '_IconButton.js',
495 521 '_DynamicIcon.js',
496 - '_Translator.js',
497 522 '_CardBody.js',
498 523 '_UserCan.js',
499 524 '_Arr.js',
500 525 '_Asset.js',
501 - '_Notify.js',
502 - '_Rest.js',
503 - '_index.js',
504 526 '_AddressComponent2.js',
505 527 '_NotFound.js',
506 528 '_productService.js'
507 529 ]
@@ -517,10 +539,11 @@
517 539 '_ProductExcerptBlock.js' => [
518 540 'file' => 'chunks/ProductExcerptBlock.js',
519 541 'name' => 'ProductExcerptBlock',
520 542 'imports' => [
521 - '_BlockEditorTranslator.js',
522 - '_SingleProductContext.js'
543 + '_jsx-runtime.js',
544 + '_SingleProductContext.js',
545 + '_BlockEditorTranslator.js'
523 546 ]
524 547 ],
525 548 '_ProductListItem.js' => [
526 549 'file' => 'chunks/ProductListItem.js',
@@ -525,10 +548,11 @@
525 548 '_ProductListItem.js' => [
526 549 'file' => 'chunks/ProductListItem.js',
527 550 'name' => 'ProductListItem',
528 551 'imports' => [
529 - '_BlockEditorTranslator.js',
530 - '_Icons.js'
552 + '_jsx-runtime.js',
553 + '_Icons.js',
554 + '_BlockEditorTranslator.js'
531 555 ]
532 556 ],
533 557 '_ProductVariationSelector.js' => [
534 558 'file' => 'chunks/ProductVariationSelector.js',
@@ -549,10 +573,11 @@
549 573 '_SelectProductModal.js' => [
550 574 'file' => 'chunks/SelectProductModal.js',
551 575 'name' => 'SelectProductModal',
552 576 'imports' => [
577 + '_jsx-runtime.js',
578 + '_Icons.js',
553 579 '_BlockEditorTranslator.js',
554 - '_Icons.js',
555 580 '_index5.js',
556 581 '_ProductListItem.js',
557 582 '_index6.js',
558 583 '_add-query-args.js'
@@ -561,13 +586,14 @@
561 586 '_SelectVariationModal.js' => [
562 587 'file' => 'chunks/SelectVariationModal.js',
563 588 'name' => 'SelectVariationModal',
564 589 'imports' => [
565 - '_BlockEditorTranslator.js',
590 + '_jsx-runtime.js',
566 591 '_ProductListItem.js',
567 592 '_Icons.js',
568 593 '_index6.js',
569 594 '_index5.js',
595 + '_BlockEditorTranslator.js',
570 596 '_add-query-args.js'
571 597 ]
572 598 ],
573 599 '_ServerSidePreview.css' => [
@@ -590,16 +616,8 @@
590 616 '_SingleProductContext.js' => [
591 617 'file' => 'chunks/SingleProductContext.js',
592 618 'name' => 'SingleProductContext'
593 619 ],
594 - '_Storage.js' => [
595 - 'file' => 'chunks/Storage.js',
596 - 'name' => 'Storage',
597 - 'imports' => [
598 - '_Str.js',
599 - '_Arr.js'
600 - ]
601 - ],
602 620 '_Str.js' => [
603 621 'file' => 'chunks/Str.js',
604 622 'name' => 'Str'
605 623 ],
@@ -648,9 +666,11 @@
648 666 'name' => 'Utils',
649 667 'imports' => [
650 668 '_Translator.js',
651 669 '_dayjs.min.js',
652 - '_timezone.js'
670 + '_timezone.js',
671 + '_weekOfYear.js',
672 + '_CurrencyFormatter.js'
653 673 ]
654 674 ],
655 675 '__plugin-vue_export-helper.js' => [
656 676 'file' => 'chunks/_plugin-vue_export-helper.js',
@@ -667,9 +687,12 @@
667 687 '_dayjs.min.js',
668 688 '_Translator.js',
669 689 '_Str.js',
670 690 '_timezone.js',
671 - '_Storage.js',
691 + '_weekOfYear.js',
692 + '_Arr.js',
693 + '_Utils.js',
694 + '_CurrencyFormatter.js',
672 695 '_index.js'
673 696 ]
674 697 ],
675 698 '_countries.js' => [
@@ -700,9 +723,9 @@
700 723 '_index.js',
701 724 '_Rest.js',
702 725 '_Arr.js',
703 726 '_Badge.js',
704 - '_Storage.js',
727 + '_common.js',
705 728 '_dayjs.min.js'
706 729 ]
707 730 ],
708 731 '_dayjs.min.js' => [
@@ -708,19 +731,11 @@
708 731 '_dayjs.min.js' => [
709 732 'file' => 'chunks/dayjs.min.js',
710 733 'name' => 'dayjs.min'
711 734 ],
712 - '_defaults.js' => [
713 - 'file' => 'chunks/defaults.js',
714 - 'name' => 'defaults',
715 - 'imports' => [
716 - '_index.js',
717 - '_vue.esm-bundler.js',
718 - '_index2.js',
719 - '_index3.js',
720 - '_dayjs.min.js',
721 - '_index4.js'
722 - ]
735 + '_galleryTabs.js' => [
736 + 'file' => 'chunks/galleryTabs.js',
737 + 'name' => 'galleryTabs'
723 738 ],
724 739 '_index.js' => [
725 740 'file' => 'chunks/index.js',
726 741 'name' => 'index',
@@ -734,9 +749,10 @@
734 749 'imports' => [
735 750 '_vue.esm-bundler.js',
736 751 '_index.js',
737 752 '_index4.js',
738 - '_dayjs.min.js'
753 + '_dayjs.min.js',
754 + '_weekOfYear.js'
739 755 ]
740 756 ],
741 757 '_index3.js' => [
742 758 'file' => 'chunks/index3.js',
@@ -761,15 +777,23 @@
761 777 '_index6.js' => [
762 778 'file' => 'chunks/index6.js',
763 779 'name' => 'index',
764 780 'imports' => [
765 - '_BlockEditorTranslator.js'
781 + '_jsx-runtime.js'
766 782 ]
767 783 ],
784 + '_jsx-runtime.js' => [
785 + 'file' => 'chunks/jsx-runtime.js',
786 + 'name' => 'jsx-runtime'
787 + ],
768 788 '_payment-loader.js' => [
769 789 'file' => 'chunks/payment-loader.js',
770 790 'name' => 'payment-loader'
771 791 ],
792 + '_preload-helper.js' => [
793 + 'file' => 'chunks/preload-helper.js',
794 + 'name' => 'preload-helper'
795 + ],
772 796 '_productService.js' => [
773 797 'file' => 'chunks/productService.js',
774 798 'name' => 'productService',
775 799 'imports' => [
@@ -810,8 +834,15 @@
810 834 '_vue.esm-bundler.js' => [
811 835 'file' => 'chunks/vue.esm-bundler.js',
812 836 'name' => 'vue.esm-bundler'
813 837 ],
838 + '_weekOfYear.js' => [
839 + 'file' => 'chunks/weekOfYear.js',
840 + 'name' => 'weekOfYear',
841 + 'imports' => [
842 + '_dayjs.min.js'
843 + ]
844 + ],
814 845 'resources/addon-assets/addon-assets.js' => [
815 846 'file' => 'addon-assets.js',
816 847 'name' => 'addon-assets',
817 848 'src' => 'resources/addon-assets/addon-assets.js',
@@ -816,21 +847,24 @@
816 847 'name' => 'addon-assets',
817 848 'src' => 'resources/addon-assets/addon-assets.js',
818 849 'isEntry' => true,
819 850 'imports' => [
851 + '_Translator.js',
820 852 '_FileUploaderDialog.js',
821 - '_Translator.js',
822 853 '_vue.esm-bundler.js',
823 854 '__plugin-vue_export-helper.js',
855 + '_Arr.js',
824 856 '_common.js',
825 857 '_dayjs.min.js',
826 858 '_Str.js',
827 859 '_timezone.js',
828 - '_Storage.js',
829 - '_Arr.js',
860 + '_weekOfYear.js',
861 + '_Utils.js',
862 + '_CurrencyFormatter.js',
830 863 '_index.js',
831 864 '_IconButton.js',
832 865 '_DynamicIcon.js',
866 + '_preload-helper.js',
833 867 '_Rest.js',
834 868 '_Notify.js',
835 869 '_Model.js'
836 870 ]
@@ -921,31 +955,32 @@
921 955 '_Notify.js',
922 956 '_OrderCustomerInformation.js',
923 957 '_Arr.js',
924 958 '_Model.js',
925 - '_Storage.js',
959 + '_common.js',
960 + '_dayjs.min.js',
926 961 '_Str.js',
962 + '_timezone.js',
963 + '_weekOfYear.js',
964 + '_Utils.js',
965 + '_CurrencyFormatter.js',
966 + '_index.js',
927 967 '_vue-router.js',
928 968 '_Url.js',
929 - '_dayjs.min.js',
930 - '_timezone.js',
931 969 '_DynamicIcon.js',
970 + '_preload-helper.js',
932 971 '__plugin-vue_export-helper.js',
933 972 '_index3.js',
934 - '_index.js',
935 973 '_IconButton.js',
936 - '_Utils.js',
937 974 '_TransitionAccordion.js',
975 + '_Animation.js',
938 976 '_Empty.js',
939 - '_common.js',
940 977 '_CardBody.js',
941 978 '_UserCan.js',
942 979 '_Asset.js',
943 980 '_AddressComponent2.js',
944 - '_Animation.js',
945 981 '_NotFound.js',
946 - '_productService.js',
947 - '_CurrencyFormatter.js'
982 + '_productService.js'
948 983 ]
949 984 ],
950 985 'resources/admin/Bits/Components/Form/Components/ModuleSettings.vue' => [
951 986 'file' => 'chunks/ModuleSettings.js',
@@ -954,26 +989,29 @@
954 989 'isDynamicEntry' => true,
955 990 'imports' => [
956 991 '_vue.esm-bundler.js',
957 992 '_Translator.js',
993 + '_common.js',
958 994 '_Badge.js',
959 995 '_Animation.js',
960 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',
961 1004 '_Model.js',
962 1005 '_Rest.js',
963 - '_Storage.js',
964 - '_Str.js',
965 1006 '_vue-router.js',
966 1007 '_Url.js',
967 - '_dayjs.min.js',
968 - '_timezone.js',
969 1008 '_Notify.js',
970 - '_index.js',
971 1009 '_DynamicIcon.js',
1010 + '_preload-helper.js',
972 1011 '__plugin-vue_export-helper.js',
973 1012 '_index3.js',
974 1013 '_IconButton.js',
975 - '_Utils.js',
976 1014 '_TransitionAccordion.js'
977 1015 ]
978 1016 ],
979 1017 'resources/admin/Bits/Components/Form/Components/PaymentView.vue' => [
@@ -984,9 +1022,10 @@
984 1022 'imports' => [
985 1023 '_vue.esm-bundler.js',
986 1024 '_Translator.js',
987 1025 '_DynamicIcon.js',
988 - '_Arr.js'
1026 + '_Arr.js',
1027 + '_preload-helper.js'
989 1028 ]
990 1029 ],
991 1030 'resources/admin/Bits/Components/Form/Components/StoreSettings/AddressComponent.vue' => [
992 1031 'file' => 'chunks/AddressComponent.js',
@@ -1003,8 +1042,76 @@
1003 1042 '__plugin-vue_export-helper.js',
1004 1043 '_TransitionAccordion.js'
1005 1044 ]
1006 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 + ],
1007 1114 'resources/admin/Bits/Components/Form/Components/StoreSettings/CreatePageButton.vue' => [
1008 1115 'file' => 'chunks/CreatePageButton.js',
1009 1116 'name' => 'CreatePageButton',
1010 1117 'src' => 'resources/admin/Bits/Components/Form/Components/StoreSettings/CreatePageButton.vue',
@@ -1015,8 +1122,9 @@
1015 1122 '_Translator.js',
1016 1123 '_Notify.js',
1017 1124 '_Rest.js',
1018 1125 '_IconButton.js',
1126 + '_preload-helper.js',
1019 1127 '_Arr.js',
1020 1128 '_Str.js',
1021 1129 '_index.js',
1022 1130 '__plugin-vue_export-helper.js'
@@ -1032,8 +1140,9 @@
1032 1140 '_Translator.js',
1033 1141 '_DynamicIcon.js',
1034 1142 '_Arr.js',
1035 1143 'resources/admin/Bits/Components/Form/Components/StoreSettings/CreatePageButton.vue',
1144 + '_preload-helper.js',
1036 1145 '_Notify.js',
1037 1146 '_Str.js',
1038 1147 '_index.js',
1039 1148 '_Rest.js',
@@ -1040,8 +1149,39 @@
1040 1149 '_IconButton.js',
1041 1150 '__plugin-vue_export-helper.js'
1042 1151 ]
1043 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 + ],
1044 1184 'resources/admin/Bits/Components/Form/Components/TurnstileSettings.vue' => [
1045 1185 'file' => 'chunks/TurnstileSettings.js',
1046 1186 'name' => 'TurnstileSettings',
1047 1187 'src' => 'resources/admin/Bits/Components/Form/Components/TurnstileSettings.vue',
@@ -1052,21 +1192,24 @@
1052 1192 '_Badge.js',
1053 1193 '_Rest.js',
1054 1194 '_Arr.js',
1055 1195 '_Model.js',
1056 - '_Storage.js',
1196 + '_common.js',
1197 + '_dayjs.min.js',
1057 1198 '_Str.js',
1199 + '_timezone.js',
1200 + '_weekOfYear.js',
1201 + '_Utils.js',
1202 + '_CurrencyFormatter.js',
1203 + '_index.js',
1058 1204 '_vue-router.js',
1059 1205 '_Url.js',
1060 - '_dayjs.min.js',
1061 - '_timezone.js',
1062 1206 '_Notify.js',
1063 - '_index.js',
1064 1207 '_DynamicIcon.js',
1208 + '_preload-helper.js',
1065 1209 '__plugin-vue_export-helper.js',
1066 1210 '_index3.js',
1067 1211 '_IconButton.js',
1068 - '_Utils.js',
1069 1212 '_TransitionAccordion.js'
1070 1213 ]
1071 1214 ],
1072 1215 'resources/admin/Bits/Components/Icons/Access.vue' => [
@@ -2518,8 +2661,18 @@
2518 2661 '_vue.esm-bundler.js',
2519 2662 '__plugin-vue_export-helper.js'
2520 2663 ]
2521 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 + ],
2522 2675 'resources/admin/Bits/Components/Icons/Palette.vue' => [
2523 2676 'file' => 'chunks/Palette.js',
2524 2677 'name' => 'Palette',
2525 2678 'src' => 'resources/admin/Bits/Components/Icons/Palette.vue',
@@ -2528,8 +2681,18 @@
2528 2681 '_vue.esm-bundler.js',
2529 2682 '__plugin-vue_export-helper.js'
2530 2683 ]
2531 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 + ],
2532 2695 'resources/admin/Bits/Components/Icons/Party.vue' => [
2533 2696 'file' => 'chunks/Party.js',
2534 2697 'name' => 'Party',
2535 2698 'src' => 'resources/admin/Bits/Components/Icons/Party.vue',
@@ -2558,8 +2721,18 @@
2558 2721 '_vue.esm-bundler.js',
2559 2722 '__plugin-vue_export-helper.js'
2560 2723 ]
2561 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 + ],
2562 2735 'resources/admin/Bits/Components/Icons/Plus.vue' => [
2563 2736 'file' => 'chunks/Plus.js',
2564 2737 'name' => 'Plus',
2565 2738 'src' => 'resources/admin/Bits/Components/Icons/Plus.vue',
@@ -3058,8 +3231,18 @@
3058 3231 '_vue.esm-bundler.js',
3059 3232 '__plugin-vue_export-helper.js'
3060 3233 ]
3061 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 + ],
3062 3245 'resources/admin/Bits/Components/Icons/Wallet.vue' => [
3063 3246 'file' => 'chunks/Wallet.js',
3064 3247 'name' => 'Wallet',
3065 3248 'src' => 'resources/admin/Bits/Components/Icons/Wallet.vue',
@@ -3114,8 +3297,9 @@
3114 3297 'name' => 'AddToCartButtonBlockEditor',
3115 3298 'src' => 'resources/admin/BlockEditor/Buttons/AddToCartButtonBlockEditor.jsx',
3116 3299 'isEntry' => true,
3117 3300 'imports' => [
3301 + '_jsx-runtime.js',
3118 3302 '_BlockEditorTranslator.js',
3119 3303 '_index5.js',
3120 3304 '_SingleProductContext.js',
3121 3305 '_Icons.js',
@@ -3130,8 +3314,9 @@
3130 3314 'name' => 'BuyNowButtonBlockEditor',
3131 3315 'src' => 'resources/admin/BlockEditor/Buttons/BuyNowButtonBlockEditor.jsx',
3132 3316 'isEntry' => true,
3133 3317 'imports' => [
3318 + '_jsx-runtime.js',
3134 3319 '_BlockEditorTranslator.js',
3135 3320 '_index5.js',
3136 3321 '_SelectVariationModal.js',
3137 3322 '_Icons.js',
@@ -3154,8 +3339,9 @@
3154 3339 'name' => 'BuySectionBlockEditor',
3155 3340 'src' => 'resources/admin/BlockEditor/BuySection/BuySectionBlockEditor.jsx',
3156 3341 'isEntry' => true,
3157 3342 'imports' => [
3343 + '_jsx-runtime.js',
3158 3344 '_BlockEditorTranslator.js',
3159 3345 '_index5.js',
3160 3346 '_EditorPanel.js',
3161 3347 '_EditorPanelRow.js',
@@ -3174,8 +3360,30 @@
3174 3360 'file' => 'assets/buy-section-block-editor.css',
3175 3361 'src' => 'resources/admin/BlockEditor/BuySection/style/buy-section-block-editor.scss',
3176 3362 'isEntry' => true
3177 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 + ],
3178 3386 'resources/admin/BlockEditor/Cart/MiniCartBlockEditor.jsx' => [
3179 3387 'file' => 'MiniCartBlockEditor.js',
3180 3388 'name' => 'MiniCartBlockEditor',
3181 3389 'src' => 'resources/admin/BlockEditor/Cart/MiniCartBlockEditor.jsx',
@@ -3180,14 +3388,20 @@
3180 3388 'name' => 'MiniCartBlockEditor',
3181 3389 'src' => 'resources/admin/BlockEditor/Cart/MiniCartBlockEditor.jsx',
3182 3390 'isEntry' => true,
3183 3391 'imports' => [
3184 - '_BlockEditorTranslator.js',
3392 + '_jsx-runtime.js',
3185 3393 '_index5.js',
3186 3394 '_SingleProductContext.js',
3187 - '_Icons.js'
3395 + '_Icons.js',
3396 + '_BlockEditorTranslator.js'
3188 3397 ]
3189 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 + ],
3190 3404 'resources/admin/BlockEditor/Cart/style/mini-cart-block-editor.scss' => [
3191 3405 'file' => 'assets/mini-cart-block-editor.css',
3192 3406 'src' => 'resources/admin/BlockEditor/Cart/style/mini-cart-block-editor.scss',
3193 3407 'isEntry' => true
@@ -3201,11 +3415,12 @@
3201 3415 'name' => 'CheckoutBlockEditor',
3202 3416 'src' => 'resources/admin/BlockEditor/Checkout/CheckoutBlockEditor.jsx',
3203 3417 'isEntry' => true,
3204 3418 'imports' => [
3205 - '_BlockEditorTranslator.js',
3419 + '_jsx-runtime.js',
3206 3420 '_EditorPanel.js',
3207 3421 '_ColorPickerField.js',
3422 + '_BlockEditorTranslator.js',
3208 3423 '_Icons.js'
3209 3424 ],
3210 3425 'assets' => [
3211 3426 'assets/Checkout.png'
@@ -3216,9 +3431,10 @@
3216 3431 'name' => 'InnerBlocks',
3217 3432 'src' => 'resources/admin/BlockEditor/Checkout/InnerBlocks/InnerBlocks.jsx',
3218 3433 'isEntry' => true,
3219 3434 'imports' => [
3220 - '_BlockEditorTranslator.js'
3435 + '_BlockEditorTranslator.js',
3436 + '_jsx-runtime.js'
3221 3437 ]
3222 3438 ],
3223 3439 'resources/admin/BlockEditor/Checkout/style/checkout-block-editor.scss' => [
3224 3440 'file' => 'assets/checkout-block-editor.css',
@@ -3235,8 +3451,9 @@
3235 3451 'name' => 'CustomerDashboardButtonBlockEditor',
3236 3452 'src' => 'resources/admin/BlockEditor/CustomerDashboardButton/CustomerDashboardButtonBlockEditor.jsx',
3237 3453 'isEntry' => true,
3238 3454 'imports' => [
3455 + '_jsx-runtime.js',
3239 3456 '_BlockEditorTranslator.js',
3240 3457 '_Icons.js'
3241 3458 ]
3242 3459 ],
@@ -3254,10 +3471,11 @@
3254 3471 'name' => 'CustomerProfileBlockEditor',
3255 3472 'src' => 'resources/admin/BlockEditor/CustomerProfile/CustomerProfileBlockEditor.jsx',
3256 3473 'isEntry' => true,
3257 3474 'imports' => [
3258 - '_BlockEditorTranslator.js',
3259 - '_Icons.js'
3475 + '_jsx-runtime.js',
3476 + '_Icons.js',
3477 + '_BlockEditorTranslator.js'
3260 3478 ],
3261 3479 'assets' => [
3262 3480 'assets/CustomerProfile.png'
3263 3481 ]
@@ -3272,8 +3490,9 @@
3272 3490 'name' => 'ExcerptBlockEditor',
3273 3491 'src' => 'resources/admin/BlockEditor/Excerpt/ExcerptBlockEditor.jsx',
3274 3492 'isEntry' => true,
3275 3493 'imports' => [
3494 + '_jsx-runtime.js',
3276 3495 '_BlockEditorTranslator.js',
3277 3496 '_index5.js',
3278 3497 '_SelectProductModal.js',
3279 3498 '_EditorPanel.js',
@@ -3295,8 +3514,9 @@
3295 3514 'name' => 'InnerBlocks',
3296 3515 'src' => 'resources/admin/BlockEditor/MediaCarousel/InnerBlocks/InnerBlocks.jsx',
3297 3516 'isEntry' => true,
3298 3517 'imports' => [
3518 + '_jsx-runtime.js',
3299 3519 '_BlockEditorTranslator.js',
3300 3520 '_SingleProductContext.js',
3301 3521 '_Icons.js',
3302 3522 '_ProductContext.js',
@@ -3308,13 +3528,14 @@
3308 3528 'name' => 'MediaCarouselBlockEditor',
3309 3529 'src' => 'resources/admin/BlockEditor/MediaCarousel/MediaCarouselBlockEditor.jsx',
3310 3530 'isEntry' => true,
3311 3531 'imports' => [
3312 - '_BlockEditorTranslator.js',
3532 + '_jsx-runtime.js',
3313 3533 '_Icons.js',
3314 3534 '_index5.js',
3315 3535 '_EditorPanel.js',
3316 3536 '_EditorPanelRow.js',
3537 + '_BlockEditorTranslator.js',
3317 3538 '_SelectVariationModal.js',
3318 3539 '_SingleProductContext.js',
3319 3540 '_ProductContext.js',
3320 3541 '_add-query-args.js',
@@ -3339,14 +3560,15 @@
3339 3560 'name' => 'PriceRangeBlockEditor',
3340 3561 'src' => 'resources/admin/BlockEditor/PriceRange/PriceRangeBlockEditor.jsx',
3341 3562 'isEntry' => true,
3342 3563 'imports' => [
3343 - '_BlockEditorTranslator.js',
3564 + '_jsx-runtime.js',
3344 3565 '_index5.js',
3345 3566 '_SelectProductModal.js',
3346 3567 '_CustomSelect.js',
3347 3568 '_EditorPanel.js',
3348 3569 '_EditorPanelRow.js',
3570 + '_BlockEditorTranslator.js',
3349 3571 '_SingleProductContext.js',
3350 3572 '_Icons.js',
3351 3573 '_add-query-args.js',
3352 3574 '_ProductListItem.js',
@@ -3367,9 +3589,9 @@
3367 3589 'name' => 'PricingTableBlockEditor',
3368 3590 'src' => 'resources/admin/BlockEditor/PricingTable/PricingTableBlockEditor.jsx',
3369 3591 'isEntry' => true,
3370 3592 'imports' => [
3371 - '_BlockEditorTranslator.js',
3593 + '_jsx-runtime.js',
3372 3594 '_index6.js',
3373 3595 '_Icons.js',
3374 3596 '_ProductListItem.js',
3375 3597 '_SelectVariationModal.js',
@@ -3375,8 +3597,9 @@
3375 3597 '_SelectVariationModal.js',
3376 3598 '_index5.js',
3377 3599 '_ColorPickerField.js',
3378 3600 '_EditorPanel.js',
3601 + '_BlockEditorTranslator.js',
3379 3602 '_CustomSelect.js',
3380 3603 '_add-query-args.js'
3381 3604 ],
3382 3605 'assets' => [
@@ -3397,10 +3620,11 @@
3397 3620 'name' => 'ProductCardBlockEditor',
3398 3621 'src' => 'resources/admin/BlockEditor/ProductCard/ProductCardBlockEditor.jsx',
3399 3622 'isEntry' => true,
3400 3623 'imports' => [
3624 + '_jsx-runtime.js',
3625 + '_Icons.js',
3401 3626 '_BlockEditorTranslator.js',
3402 - '_Icons.js',
3403 3627 '_index5.js',
3404 3628 '_EditorPanel.js',
3405 3629 '_EditorPanelRow.js',
3406 3630 '_CustomSelect.js',
@@ -3424,13 +3648,14 @@
3424 3648 'name' => 'InnerBlocks',
3425 3649 'src' => 'resources/admin/BlockEditor/ProductCarousel/InnerBlocks/InnerBlocks.jsx',
3426 3650 'isEntry' => true,
3427 3651 'imports' => [
3428 - '_BlockEditorTranslator.js',
3652 + '_jsx-runtime.js',
3429 3653 '_ProductExcerptBlock.js',
3430 3654 '_ProductContext.js',
3431 3655 '_SingleProductContext.js',
3432 - '_ProductContainerContext.js'
3656 + '_ProductContainerContext.js',
3657 + '_BlockEditorTranslator.js'
3433 3658 ]
3434 3659 ],
3435 3660 'resources/admin/BlockEditor/ProductCarousel/ProductCarousel.png' => [
3436 3661 'file' => 'assets/ProductGallery.png',
@@ -3441,13 +3666,14 @@
3441 3666 'name' => 'ProductCarouselBlockEditor',
3442 3667 'src' => 'resources/admin/BlockEditor/ProductCarousel/ProductCarouselBlockEditor.jsx',
3443 3668 'isEntry' => true,
3444 3669 'imports' => [
3445 - '_BlockEditorTranslator.js',
3670 + '_jsx-runtime.js',
3446 3671 '_Icons.js',
3447 3672 '_index5.js',
3448 3673 '_EditorPanel.js',
3449 3674 '_EditorPanelRow.js',
3675 + '_BlockEditorTranslator.js',
3450 3676 '_CustomSelect.js',
3451 3677 '_SelectProductModal.js',
3452 3678 '_SingleProductContext.js',
3453 3679 '_ProductContext.js',
@@ -3469,8 +3695,9 @@
3469 3695 'name' => 'ProductCategoriesListBlockEditor',
3470 3696 'src' => 'resources/admin/BlockEditor/ProductCategoriesList/ProductCategoriesListBlockEditor.jsx',
3471 3697 'isEntry' => true,
3472 3698 'imports' => [
3699 + '_jsx-runtime.js',
3473 3700 '_BlockEditorTranslator.js',
3474 3701 '_Icons.js'
3475 3702 ]
3476 3703 ],
@@ -3484,8 +3711,9 @@
3484 3711 'name' => 'ProductDescriptionBlockEditor',
3485 3712 'src' => 'resources/admin/BlockEditor/ProductDescription/ProductDescriptionBlockEditor.jsx',
3486 3713 'isEntry' => true,
3487 3714 'imports' => [
3715 + '_jsx-runtime.js',
3488 3716 '_BlockEditorTranslator.js',
3489 3717 '_index5.js',
3490 3718 '_SelectProductModal.js',
3491 3719 '_EditorPanel.js',
@@ -3512,11 +3740,12 @@
3512 3740 'name' => 'ProductGalleryBlockEditor',
3513 3741 'src' => 'resources/admin/BlockEditor/ProductGallery/ProductGalleryBlockEditor.jsx',
3514 3742 'isEntry' => true,
3515 3743 'imports' => [
3516 - '_BlockEditorTranslator.js',
3744 + '_jsx-runtime.js',
3517 3745 '_Icons.js',
3518 3746 '_SelectVariationModal.js',
3747 + '_BlockEditorTranslator.js',
3519 3748 '_index5.js',
3520 3749 '_EditorPanel.js',
3521 3750 '_EditorPanelRow.js',
3522 3751 '_CustomSelect.js',
@@ -3540,13 +3769,14 @@
3540 3769 'name' => 'ProductImageBlockEditor',
3541 3770 'src' => 'resources/admin/BlockEditor/ProductImage/ProductImageBlockEditor.jsx',
3542 3771 'isEntry' => true,
3543 3772 'imports' => [
3544 - '_BlockEditorTranslator.js',
3773 + '_jsx-runtime.js',
3545 3774 '_index5.js',
3546 3775 '_SelectProductModal.js',
3547 3776 '_EditorPanel.js',
3548 3777 '_EditorPanelRow.js',
3778 + '_BlockEditorTranslator.js',
3549 3779 '_SingleProductContext.js',
3550 3780 '_Icons.js',
3551 3781 '_add-query-args.js',
3552 3782 '_ProductListItem.js',
@@ -3567,14 +3797,15 @@
3567 3797 'name' => 'ProductInfoBlockEditor',
3568 3798 'src' => 'resources/admin/BlockEditor/ProductInfo/ProductInfoBlockEditor.jsx',
3569 3799 'isEntry' => true,
3570 3800 'imports' => [
3571 - '_BlockEditorTranslator.js',
3801 + '_jsx-runtime.js',
3572 3802 '_Icons.js',
3573 3803 '_index5.js',
3574 3804 '_SelectProductModal.js',
3575 3805 '_EditorPanel.js',
3576 3806 '_EditorPanelRow.js',
3807 + '_BlockEditorTranslator.js',
3577 3808 '_SingleProductContext.js',
3578 3809 '_add-query-args.js',
3579 3810 '_ProductListItem.js',
3580 3811 '_index6.js'
@@ -3593,8 +3824,9 @@
3593 3824 'name' => 'ProductPackageDescriptionBlockEditor',
3594 3825 'src' => 'resources/admin/BlockEditor/ProductPackageDescription/ProductPackageDescriptionBlockEditor.jsx',
3595 3826 'isEntry' => true,
3596 3827 'imports' => [
3828 + '_jsx-runtime.js',
3597 3829 '_BlockEditorTranslator.js',
3598 3830 '_index5.js',
3599 3831 '_EditorPanel.js',
3600 3832 '_EditorPanelRow.js',
@@ -3613,8 +3845,9 @@
3613 3845 'name' => 'ProductSkuBlockEditor',
3614 3846 'src' => 'resources/admin/BlockEditor/ProductSku/ProductSkuBlockEditor.jsx',
3615 3847 'isEntry' => true,
3616 3848 'imports' => [
3849 + '_jsx-runtime.js',
3617 3850 '_BlockEditorTranslator.js',
3618 3851 '_index5.js',
3619 3852 '_SelectVariationModal.js',
3620 3853 '_EditorPanel.js',
@@ -3637,8 +3870,9 @@
3637 3870 'name' => 'ProductTitleBlockEditor',
3638 3871 'src' => 'resources/admin/BlockEditor/ProductTitle/ProductTitleBlockEditor.jsx',
3639 3872 'isEntry' => true,
3640 3873 'imports' => [
3874 + '_jsx-runtime.js',
3641 3875 '_BlockEditorTranslator.js',
3642 3876 '_index5.js',
3643 3877 '_SelectProductModal.js',
3644 3878 '_EditorPanel.js',
@@ -3666,11 +3900,12 @@
3666 3900 'name' => 'RelatedProductBlockEditor',
3667 3901 'src' => 'resources/admin/BlockEditor/RelatedProduct/RelatedProductBlockEditor.jsx',
3668 3902 'isEntry' => true,
3669 3903 'imports' => [
3670 - '_BlockEditorTranslator.js',
3904 + '_jsx-runtime.js',
3671 3905 '_Icons.js',
3672 3906 '_index5.js',
3907 + '_BlockEditorTranslator.js',
3673 3908 '_add-query-args.js',
3674 3909 '_SingleProductContext.js'
3675 3910 ]
3676 3911 ],
@@ -3684,8 +3919,9 @@
3684 3919 'name' => 'SaleBadgeBlockEditor',
3685 3920 'src' => 'resources/admin/BlockEditor/SaleBadge/SaleBadgeBlockEditor.jsx',
3686 3921 'isEntry' => true,
3687 3922 'imports' => [
3923 + '_jsx-runtime.js',
3688 3924 '_BlockEditorTranslator.js',
3689 3925 '_index5.js',
3690 3926 '_SelectProductModal.js',
3691 3927 '_EditorPanel.js',
@@ -3712,8 +3948,9 @@
3712 3948 'name' => 'SearchBarBlockEditor',
3713 3949 'src' => 'resources/admin/BlockEditor/SearchBar/SearchBarBlockEditor.jsx',
3714 3950 'isEntry' => true,
3715 3951 'imports' => [
3952 + '_jsx-runtime.js',
3716 3953 '_BlockEditorTranslator.js',
3717 3954 '_index6.js',
3718 3955 '_Icons.js'
3719 3956 ],
@@ -3726,13 +3963,14 @@
3726 3963 'name' => 'InnerBlocks',
3727 3964 'src' => 'resources/admin/BlockEditor/ShopApp/InnerBlocks/InnerBlocks.jsx',
3728 3965 'isEntry' => true,
3729 3966 'imports' => [
3730 - '_BlockEditorTranslator.js',
3967 + '_jsx-runtime.js',
3731 3968 '_ProductExcerptBlock.js',
3732 3969 '_ProductContext.js',
3733 3970 '_SingleProductContext.js',
3734 3971 '_ProductContainerContext.js',
3972 + '_BlockEditorTranslator.js',
3735 3973 '_EditorPanel.js',
3736 3974 '_EditorPanelRow.js'
3737 3975 ]
3738 3976 ],
@@ -3745,10 +3983,10 @@
3745 3983 'name' => 'ShopAppBlockEditor',
3746 3984 'src' => 'resources/admin/BlockEditor/ShopApp/ShopAppBlockEditor.jsx',
3747 3985 'isEntry' => true,
3748 3986 'imports' => [
3987 + '_jsx-runtime.js',
3749 3988 '_BlockEditorTranslator.js',
3750 - '_ColorPickerField.js',
3751 3989 '_CustomSelect.js',
3752 3990 '_Icons.js',
3753 3991 '_ErrorBoundary.js',
3754 3992 '_ProductContext.js',
@@ -3769,8 +4007,9 @@
3769 4007 'name' => 'SoldOutBadgeBlockEditor',
3770 4008 'src' => 'resources/admin/BlockEditor/SoldOutBadge/SoldOutBadgeBlockEditor.jsx',
3771 4009 'isEntry' => true,
3772 4010 'imports' => [
4011 + '_jsx-runtime.js',
3773 4012 '_BlockEditorTranslator.js',
3774 4013 '_EditorPanel.js',
3775 4014 '_EditorPanelRow.js',
3776 4015 '_SingleProductContext.js',
@@ -3788,13 +4027,14 @@
3788 4027 'name' => 'StockBlock',
3789 4028 'src' => 'resources/admin/BlockEditor/Stock/StockBlock.jsx',
3790 4029 'isEntry' => true,
3791 4030 'imports' => [
3792 - '_BlockEditorTranslator.js',
4031 + '_jsx-runtime.js',
3793 4032 '_Icons.js',
3794 4033 '_SelectProductModal.js',
3795 4034 '_EditorPanel.js',
3796 4035 '_EditorPanelRow.js',
4036 + '_BlockEditorTranslator.js',
3797 4037 '_index5.js',
3798 4038 '_SingleProductContext.js',
3799 4039 '_add-query-args.js',
3800 4040 '_ProductListItem.js',
@@ -3806,12 +4046,49 @@
3806 4046 'name' => 'StoreLogoBlockEditor',
3807 4047 'src' => 'resources/admin/BlockEditor/StoreLogo/StoreLogoBlockEditor.jsx',
3808 4048 'isEntry' => true,
3809 4049 'imports' => [
4050 + '_jsx-runtime.js',
3810 4051 '_BlockEditorTranslator.js',
3811 4052 '_Icons.js'
3812 4053 ]
3813 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 + ],
3814 4091 'resources/admin/Modules/Reports/Subscription/Cohort.vue' => [
3815 4092 'file' => 'chunks/Cohort.js',
3816 4093 'name' => 'Cohort',
3817 4094 'src' => 'resources/admin/Modules/Reports/Subscription/Cohort.vue',
@@ -3828,16 +4105,17 @@
3828 4105 '_CurrencyFormatter.js',
3829 4106 'resources/admin/bootstrap/app.js',
3830 4107 '_common.js',
3831 4108 '_Arr.js',
4109 + '_preload-helper.js',
3832 4110 '_vue-router.js',
3833 4111 '_dayjs.min.js',
4112 + '_timezone.js',
4113 + '_weekOfYear.js',
3834 4114 '_Badge.js',
3835 4115 '_Model.js',
3836 - '_Storage.js',
4116 + '_Url.js',
3837 4117 '_Str.js',
3838 - '_Url.js',
3839 - '_timezone.js',
3840 4118 '_Notify.js',
3841 4119 '_index.js',
3842 4120 '_index3.js',
3843 4121 '_IconButton.js',
@@ -3843,14 +4121,14 @@
3843 4121 '_IconButton.js',
3844 4122 '_Utils.js',
3845 4123 '_TransitionAccordion.js',
3846 4124 '_OrderCustomerInformation.js',
4125 + '_Animation.js',
3847 4126 '_Asset.js',
3848 4127 '_AddressComponent2.js',
3849 - '_Animation.js',
3850 4128 '_NotFound.js',
3851 4129 '_productService.js',
3852 - '_CancelSubscription.js',
4130 + '_Activity.js',
3853 4131 '_BundleProducts.js',
3854 4132 '_dateShortCuts.js',
3855 4133 '_index4.js',
3856 4134 '_countries.js',
@@ -3855,11 +4133,12 @@
3855 4133 '_index4.js',
3856 4134 '_countries.js',
3857 4135 '_index2.js',
3858 4136 '_AttrGroups.js',
4137 + '_DynamicTemplateParser.js',
3859 4138 '_ProductVariationSelector.js',
4139 + '_galleryTabs.js',
3860 4140 '_FileUploaderDialog.js',
3861 - '_defaults.js',
3862 4141 'resources/admin/Bits/Components/Icons/Screenshot.vue',
3863 4142 '_useElementPlusComponents.js'
3864 4143 ],
3865 4144 'css' => [
@@ -3887,16 +4166,19 @@
3887 4166 '_index.js',
3888 4167 '_NotFound.js',
3889 4168 '_Animation.js',
3890 4169 '_Model.js',
3891 - '_Storage.js',
4170 + '_common.js',
4171 + '_dayjs.min.js',
3892 4172 '_Str.js',
4173 + '_timezone.js',
4174 + '_weekOfYear.js',
4175 + '_Utils.js',
4176 + '_CurrencyFormatter.js',
3893 4177 '_Url.js',
3894 - '_dayjs.min.js',
3895 - '_timezone.js',
3896 4178 '_index3.js',
3897 - '_Utils.js',
3898 4179 '_TransitionAccordion.js',
4180 + '_preload-helper.js',
3899 4181 '_Asset.js'
3900 4182 ],
3901 4183 'css' => [
3902 4184 'assets/shipping.css'
@@ -3911,37 +4193,41 @@
3911 4193 '_vue.esm-bundler.js',
3912 4194 '_Badge.js',
3913 4195 '_Empty.js',
3914 4196 '_Translator.js',
3915 - '_CancelSubscription.js',
4197 + '_Activity.js',
3916 4198 '__plugin-vue_export-helper.js',
3917 4199 '_index.js',
4200 + '_DynamicIcon.js',
4201 + '_OrderCustomerInformation.js',
4202 + '_UserCan.js',
3918 4203 '_CardBody.js',
3919 - '_OrderCustomerInformation.js',
3920 4204 '_Str.js',
3921 - '_DynamicIcon.js',
4205 + '_dayjs.min.js',
4206 + '_Utils.js',
4207 + '_Notify.js',
4208 + '_CurrencyFormatter.js',
3922 4209 '_NotFound.js',
3923 4210 '_Arr.js',
3924 4211 '_common.js',
3925 - '_Notify.js',
3926 4212 '_Model.js',
3927 4213 '_Rest.js',
3928 - '_Storage.js',
3929 4214 '_vue-router.js',
3930 4215 '_Url.js',
3931 - '_dayjs.min.js',
3932 4216 '_timezone.js',
3933 4217 '_index3.js',
3934 4218 '_IconButton.js',
3935 - '_Utils.js',
3936 4219 '_TransitionAccordion.js',
3937 - '_CurrencyFormatter.js',
3938 4220 '_BundleProducts.js',
3939 - '_UserCan.js',
4221 + '_preload-helper.js',
4222 + '_Animation.js',
3940 4223 '_Asset.js',
3941 4224 '_AddressComponent2.js',
3942 - '_Animation.js',
3943 - '_productService.js'
4225 + '_productService.js',
4226 + '_weekOfYear.js'
4227 + ],
4228 + 'css' => [
4229 + 'assets/subscription.css'
3944 4230 ]
3945 4231 ],
3946 4232 'resources/admin/admin_hooks.js' => [
3947 4233 'file' => 'admin_hooks.js',
@@ -3956,30 +4242,31 @@
3956 4242 'isEntry' => true,
3957 4243 'imports' => [
3958 4244 '_vue.esm-bundler.js',
3959 4245 '_vue-router.js',
3960 - '_DynamicIcon.js',
4246 + '_preload-helper.js',
4247 + '_Translator.js',
3961 4248 '_Badge.js',
3962 - '_Translator.js',
3963 4249 '_Empty.js',
4250 + '_index.js',
3964 4251 '_OrderCustomerInformation.js',
3965 4252 '_UserCan.js',
3966 4253 '_CurrencyFormatter.js',
3967 - '_CancelSubscription.js',
4254 + '_Activity.js',
3968 4255 '_CardBody.js',
4256 + '_DynamicIcon.js',
3969 4257 '__plugin-vue_export-helper.js',
3970 - '_Storage.js',
3971 4258 '_common.js',
3972 4259 '_IconButton.js',
3973 4260 '_Model.js',
3974 4261 '_Rest.js',
3975 4262 '_dayjs.min.js',
3976 - '_index.js',
3977 4263 '_Notify.js',
3978 4264 '_Animation.js',
3979 4265 '_dateShortCuts.js',
3980 4266 '_countries.js',
3981 4267 '_NotFound.js',
4268 + '_Utils.js',
3982 4269 '_Asset.js',
3983 4270 '_index2.js',
3984 4271 '_Str.js',
3985 4272 '_Arr.js',
@@ -3984,20 +4271,21 @@
3984 4271 '_Str.js',
3985 4272 '_Arr.js',
3986 4273 '_AttrGroups.js',
3987 4274 '_Url.js',
4275 + '_DynamicTemplateParser.js',
3988 4276 '_timezone.js',
3989 - '_Utils.js',
3990 4277 '_ProductVariationSelector.js',
3991 4278 '_productService.js',
3992 4279 '_BundleProducts.js',
4280 + '_galleryTabs.js',
3993 4281 '_index3.js',
3994 4282 '_TransitionAccordion.js',
3995 4283 '_FileUploaderDialog.js',
3996 - '_defaults.js',
3997 4284 'resources/admin/Bits/Components/Icons/Screenshot.vue',
3998 4285 '_useElementPlusComponents.js',
3999 4286 '_AddressComponent2.js',
4287 + '_weekOfYear.js',
4000 4288 '_index4.js'
4001 4289 ],
4002 4290 'dynamicImports' => [
4003 4291 'resources/admin/Bits/Components/Form/Components/Affix/Test.vue',
@@ -4011,10 +4299,13 @@
4011 4299 'resources/admin/Bits/Components/Form/Components/McpSettings.vue',
4012 4300 'resources/admin/Bits/Components/Form/Components/ModuleSettings.vue',
4013 4301 'resources/admin/Bits/Components/Form/Components/PaymentView.vue',
4014 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',
4015 4305 'resources/admin/Bits/Components/Form/Components/StoreSettings/CreatePageButton.vue',
4016 4306 'resources/admin/Bits/Components/Form/Components/StoreSettings/PageSelector.vue',
4307 + 'resources/admin/Bits/Components/Form/Components/StoreSettings/SubscriptionModeManager.vue',
4017 4308 'resources/admin/Bits/Components/Form/Components/TurnstileSettings.vue',
4018 4309 'resources/admin/Modules/Reports/Subscription/Cohort.vue'
4019 4310 ],
4020 4311 'css' => [
@@ -4041,15 +4332,18 @@
4041 4332 '_index.js',
4042 4333 '_index2.js',
4043 4334 '_index4.js',
4044 4335 '_dayjs.min.js',
4336 + '_weekOfYear.js',
4045 4337 '_index3.js',
4046 4338 '_Arr.js',
4047 4339 '_DynamicIcon.js',
4340 + '_preload-helper.js',
4048 4341 'resources/admin/Bits/Components/Icons/CaretRight.vue',
4049 4342 '_Str.js',
4050 4343 '_productService.js',
4051 4344 '_CurrencyFormatter.js',
4345 + '_timezone.js',
4052 4346 '_Model.js',
4053 4347 '_Rest.js',
4054 4348 '_Asset.js',
4055 4349 '_Url.js',
@@ -4073,8 +4367,9 @@
4073 4367 '_index.js',
4074 4368 '_index2.js',
4075 4369 '_index4.js',
4076 4370 '_dayjs.min.js',
4371 + '_weekOfYear.js',
4077 4372 '_index3.js',
4078 4373 '_Arr.js',
4079 4374 '__plugin-vue_export-helper.js',
4080 4375 '_add-query-args.js'
@@ -4098,15 +4393,18 @@
4098 4393 '_index.js',
4099 4394 '_index2.js',
4100 4395 '_index4.js',
4101 4396 '_dayjs.min.js',
4397 + '_weekOfYear.js',
4102 4398 '_index3.js',
4103 4399 '_DynamicIcon.js',
4400 + '_preload-helper.js',
4104 4401 'resources/admin/Bits/Components/Icons/CaretRight.vue',
4105 4402 '_Str.js',
4106 4403 '_productService.js',
4107 4404 '_CurrencyFormatter.js',
4108 4405 '_Arr.js',
4406 + '_timezone.js',
4109 4407 '_Model.js',
4110 4408 '_Rest.js',
4111 4409 '_Asset.js',
4112 4410 '_Url.js',
@@ -4137,13 +4435,16 @@
4137 4435 '_index.js',
4138 4436 '_index2.js',
4139 4437 '_index4.js',
4140 4438 '_dayjs.min.js',
4439 + '_weekOfYear.js',
4141 4440 '_index3.js',
4142 4441 '_DynamicIcon.js',
4442 + '_preload-helper.js',
4143 4443 '_Str.js',
4144 4444 '_productService.js',
4145 4445 '_CurrencyFormatter.js',
4446 + '_timezone.js',
4146 4447 '_Model.js',
4147 4448 '_Asset.js',
4148 4449 '_Url.js',
4149 4450 '_vue-router.js',
@@ -4168,8 +4469,9 @@
4168 4469 '_index.js',
4169 4470 '_index2.js',
4170 4471 '_index4.js',
4171 4472 '_dayjs.min.js',
4473 + '_weekOfYear.js',
4172 4474 '_index3.js',
4173 4475 '_Arr.js'
4174 4476 ]
4175 4477 ],
@@ -4186,8 +4488,9 @@
4186 4488 '_index.js',
4187 4489 '_index2.js',
4188 4490 '_index4.js',
4189 4491 '_dayjs.min.js',
4492 + '_weekOfYear.js',
4190 4493 '_index3.js',
4191 4494 '__plugin-vue_export-helper.js',
4192 4495 '_Arr.js'
4193 4496 ]
@@ -4218,22 +4521,25 @@
4218 4521 'name' => 'attributes',
4219 4522 'src' => 'resources/attributes/attributes.js',
4220 4523 'isEntry' => true,
4221 4524 'imports' => [
4525 + '_Translator.js',
4222 4526 '_vue.esm-bundler.js',
4223 4527 '__plugin-vue_export-helper.js',
4224 4528 '_AttrGroups.js',
4225 - '_Translator.js',
4226 4529 '_Arr.js',
4227 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',
4228 4538 '_index.js',
4229 4539 '_Notify.js',
4230 - '_Str.js',
4231 4540 '_DynamicIcon.js',
4232 - '_common.js',
4233 - '_dayjs.min.js',
4234 - '_timezone.js',
4235 - '_Storage.js'
4541 + '_preload-helper.js'
4236 4542 ]
4237 4543 ],
4238 4544 'resources/images/pro-feature-pattern.png' => [
4239 4545 'file' => 'images/pro-feature-pattern.png',
@@ -4246,8 +4552,9 @@
4246 4552 'name' => 'license',
4247 4553 'src' => 'resources/licensing/license.js',
4248 4554 'isEntry' => true,
4249 4555 'imports' => [
4556 + '_Translator.js',
4250 4557 '_vue.esm-bundler.js',
4251 4558 '_CardBody.js',
4252 4559 '_NotFound.js',
4253 4560 '_dateShortCuts.js',
@@ -4252,11 +4559,10 @@
4252 4559 '_NotFound.js',
4253 4560 '_dateShortCuts.js',
4254 4561 '_Empty.js',
4255 4562 '_DynamicIcon.js',
4256 - '_Translator.js',
4257 4563 '_Badge.js',
4258 - '_Storage.js',
4564 + '_common.js',
4259 4565 '_index.js',
4260 4566 '_OrderCustomerInformation.js',
4261 4567 '__plugin-vue_export-helper.js',
4262 4568 '_dayjs.min.js',
@@ -4263,24 +4569,25 @@
4263 4569 '_Model.js',
4264 4570 '_Rest.js',
4265 4571 '_IconButton.js',
4266 4572 '_UserCan.js',
4267 - '_common.js',
4573 + '_Utils.js',
4268 4574 '_Str.js',
4269 4575 '_Arr.js',
4576 + '_CurrencyFormatter.js',
4270 4577 '_vue-router.js',
4271 4578 '_Asset.js',
4272 4579 '_Url.js',
4273 4580 '_index4.js',
4581 + '_preload-helper.js',
4274 4582 '_timezone.js',
4275 4583 '_Notify.js',
4276 4584 '_index3.js',
4277 - '_Utils.js',
4278 4585 '_TransitionAccordion.js',
4586 + '_weekOfYear.js',
4587 + '_Animation.js',
4279 4588 '_AddressComponent2.js',
4280 - '_Animation.js',
4281 - '_productService.js',
4282 - '_CurrencyFormatter.js'
4589 + '_productService.js'
4283 4590 ],
4284 4591 'css' => [
4285 4592 'assets/license.css'
4286 4593 ]
@@ -4290,10 +4597,10 @@
4290 4597 'name' => 'order-bump',
4291 4598 'src' => 'resources/order-bump/order-bump.js',
4292 4599 'isEntry' => true,
4293 4600 'imports' => [
4601 + '_Translator.js',
4294 4602 '_vue.esm-bundler.js',
4295 - '_Translator.js',
4296 4603 '_Badge.js',
4297 4604 '_Empty.js',
4298 4605 '_CardBody.js',
4299 4606 '_DynamicIcon.js',
@@ -4306,16 +4613,18 @@
4306 4613 '_IconButton.js',
4307 4614 '__plugin-vue_export-helper.js',
4308 4615 '_Arr.js',
4309 4616 '_Model.js',
4310 - '_Storage.js',
4617 + '_Url.js',
4311 4618 '_Str.js',
4312 - '_Url.js',
4313 4619 '_dayjs.min.js',
4314 4620 '_timezone.js',
4315 4621 '_index3.js',
4316 4622 '_Utils.js',
4317 - '_TransitionAccordion.js'
4623 + '_weekOfYear.js',
4624 + '_CurrencyFormatter.js',
4625 + '_TransitionAccordion.js',
4626 + '_preload-helper.js'
4318 4627 ]
4319 4628 ],
4320 4629 'resources/public/buttons/add-to-cart/style/style.scss' => [
4321 4630 'file' => 'assets/style3.css',
@@ -4446,8 +4755,9 @@
4446 4755 'imports' => [
4447 4756 '_vue.esm-bundler.js',
4448 4757 '_dayjs.min.js',
4449 4758 '_timezone.js',
4759 + '_weekOfYear.js',
4450 4760 '_DynamicIcon.js',
4451 4761 '_Str.js',
4452 4762 '__plugin-vue_export-helper.js',
4453 4763 '_BundleProducts.js',
@@ -4455,9 +4765,8 @@
4455 4765 '_IconButton.js',
4456 4766 '_index.js',
4457 4767 '_vue-router.js',
4458 4768 '_Translator.js',
4459 - '_Storage.js',
4460 4769 'resources/admin/Bits/Components/Icons/ArrowDown.vue',
4461 4770 'resources/admin/Bits/Components/Icons/ArrowUp.vue',
4462 4771 '_AddressComponent2.js',
4463 4772 '_Rest.js',
@@ -4462,12 +4771,15 @@
4462 4771 '_AddressComponent2.js',
4463 4772 '_Rest.js',
4464 4773 '_Animation.js',
4465 4774 '_Notify.js',
4775 + '_DynamicTemplateParser.js',
4776 + '_index3.js',
4466 4777 '_index2.js',
4467 - '_index3.js',
4468 - '_defaults.js',
4778 + '_preload-helper.js',
4469 4779 '_Arr.js',
4780 + '_Utils.js',
4781 + '_CurrencyFormatter.js',
4470 4782 '_TransitionAccordion.js',
4471 4783 '_index4.js'
4472 4784 ],
4473 4785 'css' => [
@@ -4642,9 +4954,11 @@
4642 4954 '_Translator.js',
4643 4955 '_vue.esm-bundler.js',
4644 4956 '_Arr.js',
4645 4957 '_dayjs.min.js',
4646 - '_timezone.js'
4958 + '_timezone.js',
4959 + '_weekOfYear.js',
4960 + '_CurrencyFormatter.js'
4647 4961 ]
4648 4962 ],
4649 4963 'resources/public/search-bar-app/style/style.scss' => [
4650 4964 'file' => 'assets/style5.css',
@@ -4704,11 +5018,11 @@
4704 5018 'name' => 'withdrawal',
4705 5019 'src' => 'resources/withdrawal/withdrawal.js',
4706 5020 'isEntry' => true,
4707 5021 'imports' => [
5022 + '_Translator.js',
4708 5023 '_vue.esm-bundler.js',
4709 5024 '_Badge.js',
4710 - '_Translator.js',
4711 5025 '_Empty.js',
4712 5026 '_UserCan.js',
4713 5027 '_Rest.js',
4714 5028 '_Notify.js',
@@ -4715,20 +5029,22 @@
4715 5029 '_CurrencyFormatter.js',
4716 5030 '_IconButton.js',
4717 5031 '_DynamicIcon.js',
4718 5032 '__plugin-vue_export-helper.js',
5033 + '_Arr.js',
4719 5034 '_Model.js',
4720 - '_Storage.js',
5035 + '_common.js',
5036 + '_dayjs.min.js',
4721 5037 '_Str.js',
4722 - '_Arr.js',
5038 + '_timezone.js',
5039 + '_weekOfYear.js',
5040 + '_Utils.js',
5041 + '_index.js',
4723 5042 '_vue-router.js',
4724 5043 '_Url.js',
4725 - '_dayjs.min.js',
4726 - '_timezone.js',
4727 5044 '_index3.js',
4728 - '_index.js',
4729 - '_Utils.js',
4730 - '_TransitionAccordion.js'
5045 + '_TransitionAccordion.js',
5046 + '_preload-helper.js'
4731 5047 ],
4732 5048 'css' => [
4733 5049 'assets/withdrawal.css'
4734 5050 ]
@@ -4750,8 +5066,14 @@
4750 5066 'name' => 'bill-line',
4751 5067 'src' => 'resources/images/bill-line.svg',
4752 5068 'isEntry' => true
4753 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 + ],
4754 5076 'resources/images/cart.svg' => [
4755 5077 'file' => 'images/cart.svg',
4756 5078 'name' => 'cart',
4757 5079 'src' => 'resources/images/cart.svg',
@@ -4804,8 +5126,20 @@
4804 5126 'name' => 'crown',
4805 5127 'src' => 'resources/images/crown.svg',
4806 5128 'isEntry' => true
4807 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 + ],
4808 5142 'resources/images/elementor/black.svg' => [
4809 5143 'file' => 'images/elementor/black.svg',
4810 5144 'name' => 'black',
4811 5145 'src' => 'resources/images/elementor/black.svg',
@@ -5084,8 +5418,14 @@
5084 5418 'resources/images/payment-methods/cod-icon.svg' => [
5085 5419 'file' => 'images/payment-methods/cod-icon.svg',
5086 5420 'name' => 'cod-icon',
5087 5421 'src' => 'resources/images/payment-methods/cod-icon.svg',
5422 + 'isEntry' => true
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',
5088 5428 'isEntry' => true
5089 5429 ],
5090 5430 'resources/images/payment-methods/flutterwave-logo.svg' => [
5091 5431 'file' => 'images/payment-methods/flutterwave-logo.svg',