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 +353 -59 1.6.3 → 1.6.5 View file →
@@ -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',
@@ -408,9 +417,9 @@
408 417 '_EditorPanel.js' => [
409 418 'file' => 'chunks/EditorPanel.js',
410 419 'name' => 'EditorPanel',
411 420 'imports' => [
412 - '_BlockEditorTranslator.js'
421 + '_jsx-runtime.js'
413 422 ]
414 423 ],
415 424 '_EditorPanelRow.js' => [
416 425 'file' => 'chunks/EditorPanelRow.js',
@@ -415,9 +424,9 @@
415 424 '_EditorPanelRow.js' => [
416 425 'file' => 'chunks/EditorPanelRow.js',
417 426 'name' => 'EditorPanelRow',
418 427 'imports' => [
419 - '_BlockEditorTranslator.js'
428 + '_jsx-runtime.js'
420 429 ]
421 430 ],
422 431 '_Empty.js' => [
423 432 'file' => 'chunks/Empty.js',
@@ -431,8 +440,9 @@
431 440 '_ErrorBoundary.js' => [
432 441 'file' => 'chunks/ErrorBoundary.js',
433 442 'name' => 'ErrorBoundary',
434 443 'imports' => [
444 + '_jsx-runtime.js',
435 445 '_BlockEditorTranslator.js'
436 446 ]
437 447 ],
438 448 '_FileUploaderDialog.js' => [
@@ -460,9 +470,9 @@
460 470 '_Icons.js' => [
461 471 'file' => 'chunks/Icons.js',
462 472 'name' => 'Icons',
463 473 'imports' => [
464 - '_BlockEditorTranslator.js'
474 + '_jsx-runtime.js'
465 475 ]
466 476 ],
467 477 '_Model.js' => [
468 478 'file' => 'chunks/Model.js',
@@ -529,10 +539,11 @@
529 539 '_ProductExcerptBlock.js' => [
530 540 'file' => 'chunks/ProductExcerptBlock.js',
531 541 'name' => 'ProductExcerptBlock',
532 542 'imports' => [
533 - '_BlockEditorTranslator.js',
534 - '_SingleProductContext.js'
543 + '_jsx-runtime.js',
544 + '_SingleProductContext.js',
545 + '_BlockEditorTranslator.js'
535 546 ]
536 547 ],
537 548 '_ProductListItem.js' => [
538 549 'file' => 'chunks/ProductListItem.js',
@@ -537,10 +548,11 @@
537 548 '_ProductListItem.js' => [
538 549 'file' => 'chunks/ProductListItem.js',
539 550 'name' => 'ProductListItem',
540 551 'imports' => [
541 - '_BlockEditorTranslator.js',
542 - '_Icons.js'
552 + '_jsx-runtime.js',
553 + '_Icons.js',
554 + '_BlockEditorTranslator.js'
543 555 ]
544 556 ],
545 557 '_ProductVariationSelector.js' => [
546 558 'file' => 'chunks/ProductVariationSelector.js',
@@ -561,10 +573,11 @@
561 573 '_SelectProductModal.js' => [
562 574 'file' => 'chunks/SelectProductModal.js',
563 575 'name' => 'SelectProductModal',
564 576 'imports' => [
577 + '_jsx-runtime.js',
578 + '_Icons.js',
565 579 '_BlockEditorTranslator.js',
566 - '_Icons.js',
567 580 '_index5.js',
568 581 '_ProductListItem.js',
569 582 '_index6.js',
570 583 '_add-query-args.js'
@@ -573,13 +586,14 @@
573 586 '_SelectVariationModal.js' => [
574 587 'file' => 'chunks/SelectVariationModal.js',
575 588 'name' => 'SelectVariationModal',
576 589 'imports' => [
577 - '_BlockEditorTranslator.js',
590 + '_jsx-runtime.js',
578 591 '_ProductListItem.js',
579 592 '_Icons.js',
580 593 '_index6.js',
581 594 '_index5.js',
595 + '_BlockEditorTranslator.js',
582 596 '_add-query-args.js'
583 597 ]
584 598 ],
585 599 '_ServerSidePreview.css' => [
@@ -653,8 +667,9 @@
653 667 'imports' => [
654 668 '_Translator.js',
655 669 '_dayjs.min.js',
656 670 '_timezone.js',
671 + '_weekOfYear.js',
657 672 '_CurrencyFormatter.js'
658 673 ]
659 674 ],
660 675 '__plugin-vue_export-helper.js' => [
@@ -672,9 +687,12 @@
672 687 '_dayjs.min.js',
673 688 '_Translator.js',
674 689 '_Str.js',
675 690 '_timezone.js',
691 + '_weekOfYear.js',
676 692 '_Arr.js',
693 + '_Utils.js',
694 + '_CurrencyFormatter.js',
677 695 '_index.js'
678 696 ]
679 697 ],
680 698 '_countries.js' => [
@@ -713,8 +731,12 @@
713 731 '_dayjs.min.js' => [
714 732 'file' => 'chunks/dayjs.min.js',
715 733 'name' => 'dayjs.min'
716 734 ],
735 + '_galleryTabs.js' => [
736 + 'file' => 'chunks/galleryTabs.js',
737 + 'name' => 'galleryTabs'
738 + ],
717 739 '_index.js' => [
718 740 'file' => 'chunks/index.js',
719 741 'name' => 'index',
720 742 'imports' => [
@@ -727,9 +749,10 @@
727 749 'imports' => [
728 750 '_vue.esm-bundler.js',
729 751 '_index.js',
730 752 '_index4.js',
731 - '_dayjs.min.js'
753 + '_dayjs.min.js',
754 + '_weekOfYear.js'
732 755 ]
733 756 ],
734 757 '_index3.js' => [
735 758 'file' => 'chunks/index3.js',
@@ -754,15 +777,23 @@
754 777 '_index6.js' => [
755 778 'file' => 'chunks/index6.js',
756 779 'name' => 'index',
757 780 'imports' => [
758 - '_BlockEditorTranslator.js'
781 + '_jsx-runtime.js'
759 782 ]
760 783 ],
784 + '_jsx-runtime.js' => [
785 + 'file' => 'chunks/jsx-runtime.js',
786 + 'name' => 'jsx-runtime'
787 + ],
761 788 '_payment-loader.js' => [
762 789 'file' => 'chunks/payment-loader.js',
763 790 'name' => 'payment-loader'
764 791 ],
792 + '_preload-helper.js' => [
793 + 'file' => 'chunks/preload-helper.js',
794 + 'name' => 'preload-helper'
795 + ],
765 796 '_productService.js' => [
766 797 'file' => 'chunks/productService.js',
767 798 'name' => 'productService',
768 799 'imports' => [
@@ -803,8 +834,15 @@
803 834 '_vue.esm-bundler.js' => [
804 835 'file' => 'chunks/vue.esm-bundler.js',
805 836 'name' => 'vue.esm-bundler'
806 837 ],
838 + '_weekOfYear.js' => [
839 + 'file' => 'chunks/weekOfYear.js',
840 + 'name' => 'weekOfYear',
841 + 'imports' => [
842 + '_dayjs.min.js'
843 + ]
844 + ],
807 845 'resources/addon-assets/addon-assets.js' => [
808 846 'file' => 'addon-assets.js',
809 847 'name' => 'addon-assets',
810 848 'src' => 'resources/addon-assets/addon-assets.js',
@@ -818,11 +856,15 @@
818 856 '_common.js',
819 857 '_dayjs.min.js',
820 858 '_Str.js',
821 859 '_timezone.js',
860 + '_weekOfYear.js',
861 + '_Utils.js',
862 + '_CurrencyFormatter.js',
822 863 '_index.js',
823 864 '_IconButton.js',
824 865 '_DynamicIcon.js',
866 + '_preload-helper.js',
825 867 '_Rest.js',
826 868 '_Notify.js',
827 869 '_Model.js'
828 870 ]
@@ -917,17 +959,19 @@
917 959 '_common.js',
918 960 '_dayjs.min.js',
919 961 '_Str.js',
920 962 '_timezone.js',
963 + '_weekOfYear.js',
964 + '_Utils.js',
965 + '_CurrencyFormatter.js',
921 966 '_index.js',
922 967 '_vue-router.js',
923 968 '_Url.js',
924 969 '_DynamicIcon.js',
970 + '_preload-helper.js',
925 971 '__plugin-vue_export-helper.js',
926 972 '_index3.js',
927 973 '_IconButton.js',
928 - '_Utils.js',
929 - '_CurrencyFormatter.js',
930 974 '_TransitionAccordion.js',
931 975 '_Animation.js',
932 976 '_Empty.js',
933 977 '_CardBody.js',
@@ -952,8 +996,11 @@
952 996 '_Arr.js',
953 997 '_dayjs.min.js',
954 998 '_Str.js',
955 999 '_timezone.js',
1000 + '_weekOfYear.js',
1001 + '_Utils.js',
1002 + '_CurrencyFormatter.js',
956 1003 '_index.js',
957 1004 '_Model.js',
958 1005 '_Rest.js',
959 1006 '_vue-router.js',
@@ -959,13 +1006,12 @@
959 1006 '_vue-router.js',
960 1007 '_Url.js',
961 1008 '_Notify.js',
962 1009 '_DynamicIcon.js',
1010 + '_preload-helper.js',
963 1011 '__plugin-vue_export-helper.js',
964 1012 '_index3.js',
965 1013 '_IconButton.js',
966 - '_Utils.js',
967 - '_CurrencyFormatter.js',
968 1014 '_TransitionAccordion.js'
969 1015 ]
970 1016 ],
971 1017 'resources/admin/Bits/Components/Form/Components/PaymentView.vue' => [
@@ -976,9 +1022,10 @@
976 1022 'imports' => [
977 1023 '_vue.esm-bundler.js',
978 1024 '_Translator.js',
979 1025 '_DynamicIcon.js',
980 - '_Arr.js'
1026 + '_Arr.js',
1027 + '_preload-helper.js'
981 1028 ]
982 1029 ],
983 1030 'resources/admin/Bits/Components/Form/Components/StoreSettings/AddressComponent.vue' => [
984 1031 'file' => 'chunks/AddressComponent.js',
@@ -995,8 +1042,76 @@
995 1042 '__plugin-vue_export-helper.js',
996 1043 '_TransitionAccordion.js'
997 1044 ]
998 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 + ],
999 1114 'resources/admin/Bits/Components/Form/Components/StoreSettings/CreatePageButton.vue' => [
1000 1115 'file' => 'chunks/CreatePageButton.js',
1001 1116 'name' => 'CreatePageButton',
1002 1117 'src' => 'resources/admin/Bits/Components/Form/Components/StoreSettings/CreatePageButton.vue',
@@ -1007,8 +1122,9 @@
1007 1122 '_Translator.js',
1008 1123 '_Notify.js',
1009 1124 '_Rest.js',
1010 1125 '_IconButton.js',
1126 + '_preload-helper.js',
1011 1127 '_Arr.js',
1012 1128 '_Str.js',
1013 1129 '_index.js',
1014 1130 '__plugin-vue_export-helper.js'
@@ -1024,8 +1140,9 @@
1024 1140 '_Translator.js',
1025 1141 '_DynamicIcon.js',
1026 1142 '_Arr.js',
1027 1143 'resources/admin/Bits/Components/Form/Components/StoreSettings/CreatePageButton.vue',
1144 + '_preload-helper.js',
1028 1145 '_Notify.js',
1029 1146 '_Str.js',
1030 1147 '_index.js',
1031 1148 '_Rest.js',
@@ -1050,17 +1167,19 @@
1050 1167 '_common.js',
1051 1168 '_dayjs.min.js',
1052 1169 '_Str.js',
1053 1170 '_timezone.js',
1171 + '_weekOfYear.js',
1172 + '_Utils.js',
1173 + '_CurrencyFormatter.js',
1054 1174 '_index.js',
1055 1175 '_vue-router.js',
1056 1176 '_Url.js',
1057 1177 '_DynamicIcon.js',
1178 + '_preload-helper.js',
1058 1179 '__plugin-vue_export-helper.js',
1059 1180 '_index3.js',
1060 - '_IconButton.js',
1061 - '_Utils.js',
1062 - '_CurrencyFormatter.js'
1181 + '_IconButton.js'
1063 1182 ]
1064 1183 ],
1065 1184 'resources/admin/Bits/Components/Form/Components/TurnstileSettings.vue' => [
1066 1185 'file' => 'chunks/TurnstileSettings.js',
@@ -1077,18 +1196,20 @@
1077 1196 '_common.js',
1078 1197 '_dayjs.min.js',
1079 1198 '_Str.js',
1080 1199 '_timezone.js',
1200 + '_weekOfYear.js',
1201 + '_Utils.js',
1202 + '_CurrencyFormatter.js',
1081 1203 '_index.js',
1082 1204 '_vue-router.js',
1083 1205 '_Url.js',
1084 1206 '_Notify.js',
1085 1207 '_DynamicIcon.js',
1208 + '_preload-helper.js',
1086 1209 '__plugin-vue_export-helper.js',
1087 1210 '_index3.js',
1088 1211 '_IconButton.js',
1089 - '_Utils.js',
1090 - '_CurrencyFormatter.js',
1091 1212 '_TransitionAccordion.js'
1092 1213 ]
1093 1214 ],
1094 1215 'resources/admin/Bits/Components/Icons/Access.vue' => [
@@ -2540,8 +2661,18 @@
2540 2661 '_vue.esm-bundler.js',
2541 2662 '__plugin-vue_export-helper.js'
2542 2663 ]
2543 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 + ],
2544 2675 'resources/admin/Bits/Components/Icons/Palette.vue' => [
2545 2676 'file' => 'chunks/Palette.js',
2546 2677 'name' => 'Palette',
2547 2678 'src' => 'resources/admin/Bits/Components/Icons/Palette.vue',
@@ -2550,8 +2681,18 @@
2550 2681 '_vue.esm-bundler.js',
2551 2682 '__plugin-vue_export-helper.js'
2552 2683 ]
2553 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 + ],
2554 2695 'resources/admin/Bits/Components/Icons/Party.vue' => [
2555 2696 'file' => 'chunks/Party.js',
2556 2697 'name' => 'Party',
2557 2698 'src' => 'resources/admin/Bits/Components/Icons/Party.vue',
@@ -2580,8 +2721,18 @@
2580 2721 '_vue.esm-bundler.js',
2581 2722 '__plugin-vue_export-helper.js'
2582 2723 ]
2583 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 + ],
2584 2735 'resources/admin/Bits/Components/Icons/Plus.vue' => [
2585 2736 'file' => 'chunks/Plus.js',
2586 2737 'name' => 'Plus',
2587 2738 'src' => 'resources/admin/Bits/Components/Icons/Plus.vue',
@@ -3080,8 +3231,18 @@
3080 3231 '_vue.esm-bundler.js',
3081 3232 '__plugin-vue_export-helper.js'
3082 3233 ]
3083 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 + ],
3084 3245 'resources/admin/Bits/Components/Icons/Wallet.vue' => [
3085 3246 'file' => 'chunks/Wallet.js',
3086 3247 'name' => 'Wallet',
3087 3248 'src' => 'resources/admin/Bits/Components/Icons/Wallet.vue',
@@ -3136,8 +3297,9 @@
3136 3297 'name' => 'AddToCartButtonBlockEditor',
3137 3298 'src' => 'resources/admin/BlockEditor/Buttons/AddToCartButtonBlockEditor.jsx',
3138 3299 'isEntry' => true,
3139 3300 'imports' => [
3301 + '_jsx-runtime.js',
3140 3302 '_BlockEditorTranslator.js',
3141 3303 '_index5.js',
3142 3304 '_SingleProductContext.js',
3143 3305 '_Icons.js',
@@ -3152,8 +3314,9 @@
3152 3314 'name' => 'BuyNowButtonBlockEditor',
3153 3315 'src' => 'resources/admin/BlockEditor/Buttons/BuyNowButtonBlockEditor.jsx',
3154 3316 'isEntry' => true,
3155 3317 'imports' => [
3318 + '_jsx-runtime.js',
3156 3319 '_BlockEditorTranslator.js',
3157 3320 '_index5.js',
3158 3321 '_SelectVariationModal.js',
3159 3322 '_Icons.js',
@@ -3176,8 +3339,9 @@
3176 3339 'name' => 'BuySectionBlockEditor',
3177 3340 'src' => 'resources/admin/BlockEditor/BuySection/BuySectionBlockEditor.jsx',
3178 3341 'isEntry' => true,
3179 3342 'imports' => [
3343 + '_jsx-runtime.js',
3180 3344 '_BlockEditorTranslator.js',
3181 3345 '_index5.js',
3182 3346 '_EditorPanel.js',
3183 3347 '_EditorPanelRow.js',
@@ -3196,8 +3360,30 @@
3196 3360 'file' => 'assets/buy-section-block-editor.css',
3197 3361 'src' => 'resources/admin/BlockEditor/BuySection/style/buy-section-block-editor.scss',
3198 3362 'isEntry' => true
3199 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 + ],
3200 3386 'resources/admin/BlockEditor/Cart/MiniCartBlockEditor.jsx' => [
3201 3387 'file' => 'MiniCartBlockEditor.js',
3202 3388 'name' => 'MiniCartBlockEditor',
3203 3389 'src' => 'resources/admin/BlockEditor/Cart/MiniCartBlockEditor.jsx',
@@ -3202,14 +3388,20 @@
3202 3388 'name' => 'MiniCartBlockEditor',
3203 3389 'src' => 'resources/admin/BlockEditor/Cart/MiniCartBlockEditor.jsx',
3204 3390 'isEntry' => true,
3205 3391 'imports' => [
3206 - '_BlockEditorTranslator.js',
3392 + '_jsx-runtime.js',
3207 3393 '_index5.js',
3208 3394 '_SingleProductContext.js',
3209 - '_Icons.js'
3395 + '_Icons.js',
3396 + '_BlockEditorTranslator.js'
3210 3397 ]
3211 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 + ],
3212 3404 'resources/admin/BlockEditor/Cart/style/mini-cart-block-editor.scss' => [
3213 3405 'file' => 'assets/mini-cart-block-editor.css',
3214 3406 'src' => 'resources/admin/BlockEditor/Cart/style/mini-cart-block-editor.scss',
3215 3407 'isEntry' => true
@@ -3223,11 +3415,12 @@
3223 3415 'name' => 'CheckoutBlockEditor',
3224 3416 'src' => 'resources/admin/BlockEditor/Checkout/CheckoutBlockEditor.jsx',
3225 3417 'isEntry' => true,
3226 3418 'imports' => [
3227 - '_BlockEditorTranslator.js',
3419 + '_jsx-runtime.js',
3228 3420 '_EditorPanel.js',
3229 3421 '_ColorPickerField.js',
3422 + '_BlockEditorTranslator.js',
3230 3423 '_Icons.js'
3231 3424 ],
3232 3425 'assets' => [
3233 3426 'assets/Checkout.png'
@@ -3238,9 +3431,10 @@
3238 3431 'name' => 'InnerBlocks',
3239 3432 'src' => 'resources/admin/BlockEditor/Checkout/InnerBlocks/InnerBlocks.jsx',
3240 3433 'isEntry' => true,
3241 3434 'imports' => [
3242 - '_BlockEditorTranslator.js'
3435 + '_BlockEditorTranslator.js',
3436 + '_jsx-runtime.js'
3243 3437 ]
3244 3438 ],
3245 3439 'resources/admin/BlockEditor/Checkout/style/checkout-block-editor.scss' => [
3246 3440 'file' => 'assets/checkout-block-editor.css',
@@ -3257,8 +3451,9 @@
3257 3451 'name' => 'CustomerDashboardButtonBlockEditor',
3258 3452 'src' => 'resources/admin/BlockEditor/CustomerDashboardButton/CustomerDashboardButtonBlockEditor.jsx',
3259 3453 'isEntry' => true,
3260 3454 'imports' => [
3455 + '_jsx-runtime.js',
3261 3456 '_BlockEditorTranslator.js',
3262 3457 '_Icons.js'
3263 3458 ]
3264 3459 ],
@@ -3276,10 +3471,11 @@
3276 3471 'name' => 'CustomerProfileBlockEditor',
3277 3472 'src' => 'resources/admin/BlockEditor/CustomerProfile/CustomerProfileBlockEditor.jsx',
3278 3473 'isEntry' => true,
3279 3474 'imports' => [
3280 - '_BlockEditorTranslator.js',
3281 - '_Icons.js'
3475 + '_jsx-runtime.js',
3476 + '_Icons.js',
3477 + '_BlockEditorTranslator.js'
3282 3478 ],
3283 3479 'assets' => [
3284 3480 'assets/CustomerProfile.png'
3285 3481 ]
@@ -3294,8 +3490,9 @@
3294 3490 'name' => 'ExcerptBlockEditor',
3295 3491 'src' => 'resources/admin/BlockEditor/Excerpt/ExcerptBlockEditor.jsx',
3296 3492 'isEntry' => true,
3297 3493 'imports' => [
3494 + '_jsx-runtime.js',
3298 3495 '_BlockEditorTranslator.js',
3299 3496 '_index5.js',
3300 3497 '_SelectProductModal.js',
3301 3498 '_EditorPanel.js',
@@ -3317,8 +3514,9 @@
3317 3514 'name' => 'InnerBlocks',
3318 3515 'src' => 'resources/admin/BlockEditor/MediaCarousel/InnerBlocks/InnerBlocks.jsx',
3319 3516 'isEntry' => true,
3320 3517 'imports' => [
3518 + '_jsx-runtime.js',
3321 3519 '_BlockEditorTranslator.js',
3322 3520 '_SingleProductContext.js',
3323 3521 '_Icons.js',
3324 3522 '_ProductContext.js',
@@ -3330,13 +3528,14 @@
3330 3528 'name' => 'MediaCarouselBlockEditor',
3331 3529 'src' => 'resources/admin/BlockEditor/MediaCarousel/MediaCarouselBlockEditor.jsx',
3332 3530 'isEntry' => true,
3333 3531 'imports' => [
3334 - '_BlockEditorTranslator.js',
3532 + '_jsx-runtime.js',
3335 3533 '_Icons.js',
3336 3534 '_index5.js',
3337 3535 '_EditorPanel.js',
3338 3536 '_EditorPanelRow.js',
3537 + '_BlockEditorTranslator.js',
3339 3538 '_SelectVariationModal.js',
3340 3539 '_SingleProductContext.js',
3341 3540 '_ProductContext.js',
3342 3541 '_add-query-args.js',
@@ -3361,14 +3560,15 @@
3361 3560 'name' => 'PriceRangeBlockEditor',
3362 3561 'src' => 'resources/admin/BlockEditor/PriceRange/PriceRangeBlockEditor.jsx',
3363 3562 'isEntry' => true,
3364 3563 'imports' => [
3365 - '_BlockEditorTranslator.js',
3564 + '_jsx-runtime.js',
3366 3565 '_index5.js',
3367 3566 '_SelectProductModal.js',
3368 3567 '_CustomSelect.js',
3369 3568 '_EditorPanel.js',
3370 3569 '_EditorPanelRow.js',
3570 + '_BlockEditorTranslator.js',
3371 3571 '_SingleProductContext.js',
3372 3572 '_Icons.js',
3373 3573 '_add-query-args.js',
3374 3574 '_ProductListItem.js',
@@ -3389,9 +3589,9 @@
3389 3589 'name' => 'PricingTableBlockEditor',
3390 3590 'src' => 'resources/admin/BlockEditor/PricingTable/PricingTableBlockEditor.jsx',
3391 3591 'isEntry' => true,
3392 3592 'imports' => [
3393 - '_BlockEditorTranslator.js',
3593 + '_jsx-runtime.js',
3394 3594 '_index6.js',
3395 3595 '_Icons.js',
3396 3596 '_ProductListItem.js',
3397 3597 '_SelectVariationModal.js',
@@ -3397,8 +3597,9 @@
3397 3597 '_SelectVariationModal.js',
3398 3598 '_index5.js',
3399 3599 '_ColorPickerField.js',
3400 3600 '_EditorPanel.js',
3601 + '_BlockEditorTranslator.js',
3401 3602 '_CustomSelect.js',
3402 3603 '_add-query-args.js'
3403 3604 ],
3404 3605 'assets' => [
@@ -3419,10 +3620,11 @@
3419 3620 'name' => 'ProductCardBlockEditor',
3420 3621 'src' => 'resources/admin/BlockEditor/ProductCard/ProductCardBlockEditor.jsx',
3421 3622 'isEntry' => true,
3422 3623 'imports' => [
3624 + '_jsx-runtime.js',
3625 + '_Icons.js',
3423 3626 '_BlockEditorTranslator.js',
3424 - '_Icons.js',
3425 3627 '_index5.js',
3426 3628 '_EditorPanel.js',
3427 3629 '_EditorPanelRow.js',
3428 3630 '_CustomSelect.js',
@@ -3446,13 +3648,14 @@
3446 3648 'name' => 'InnerBlocks',
3447 3649 'src' => 'resources/admin/BlockEditor/ProductCarousel/InnerBlocks/InnerBlocks.jsx',
3448 3650 'isEntry' => true,
3449 3651 'imports' => [
3450 - '_BlockEditorTranslator.js',
3652 + '_jsx-runtime.js',
3451 3653 '_ProductExcerptBlock.js',
3452 3654 '_ProductContext.js',
3453 3655 '_SingleProductContext.js',
3454 - '_ProductContainerContext.js'
3656 + '_ProductContainerContext.js',
3657 + '_BlockEditorTranslator.js'
3455 3658 ]
3456 3659 ],
3457 3660 'resources/admin/BlockEditor/ProductCarousel/ProductCarousel.png' => [
3458 3661 'file' => 'assets/ProductGallery.png',
@@ -3463,13 +3666,14 @@
3463 3666 'name' => 'ProductCarouselBlockEditor',
3464 3667 'src' => 'resources/admin/BlockEditor/ProductCarousel/ProductCarouselBlockEditor.jsx',
3465 3668 'isEntry' => true,
3466 3669 'imports' => [
3467 - '_BlockEditorTranslator.js',
3670 + '_jsx-runtime.js',
3468 3671 '_Icons.js',
3469 3672 '_index5.js',
3470 3673 '_EditorPanel.js',
3471 3674 '_EditorPanelRow.js',
3675 + '_BlockEditorTranslator.js',
3472 3676 '_CustomSelect.js',
3473 3677 '_SelectProductModal.js',
3474 3678 '_SingleProductContext.js',
3475 3679 '_ProductContext.js',
@@ -3491,8 +3695,9 @@
3491 3695 'name' => 'ProductCategoriesListBlockEditor',
3492 3696 'src' => 'resources/admin/BlockEditor/ProductCategoriesList/ProductCategoriesListBlockEditor.jsx',
3493 3697 'isEntry' => true,
3494 3698 'imports' => [
3699 + '_jsx-runtime.js',
3495 3700 '_BlockEditorTranslator.js',
3496 3701 '_Icons.js'
3497 3702 ]
3498 3703 ],
@@ -3506,8 +3711,9 @@
3506 3711 'name' => 'ProductDescriptionBlockEditor',
3507 3712 'src' => 'resources/admin/BlockEditor/ProductDescription/ProductDescriptionBlockEditor.jsx',
3508 3713 'isEntry' => true,
3509 3714 'imports' => [
3715 + '_jsx-runtime.js',
3510 3716 '_BlockEditorTranslator.js',
3511 3717 '_index5.js',
3512 3718 '_SelectProductModal.js',
3513 3719 '_EditorPanel.js',
@@ -3534,11 +3740,12 @@
3534 3740 'name' => 'ProductGalleryBlockEditor',
3535 3741 'src' => 'resources/admin/BlockEditor/ProductGallery/ProductGalleryBlockEditor.jsx',
3536 3742 'isEntry' => true,
3537 3743 'imports' => [
3538 - '_BlockEditorTranslator.js',
3744 + '_jsx-runtime.js',
3539 3745 '_Icons.js',
3540 3746 '_SelectVariationModal.js',
3747 + '_BlockEditorTranslator.js',
3541 3748 '_index5.js',
3542 3749 '_EditorPanel.js',
3543 3750 '_EditorPanelRow.js',
3544 3751 '_CustomSelect.js',
@@ -3562,13 +3769,14 @@
3562 3769 'name' => 'ProductImageBlockEditor',
3563 3770 'src' => 'resources/admin/BlockEditor/ProductImage/ProductImageBlockEditor.jsx',
3564 3771 'isEntry' => true,
3565 3772 'imports' => [
3566 - '_BlockEditorTranslator.js',
3773 + '_jsx-runtime.js',
3567 3774 '_index5.js',
3568 3775 '_SelectProductModal.js',
3569 3776 '_EditorPanel.js',
3570 3777 '_EditorPanelRow.js',
3778 + '_BlockEditorTranslator.js',
3571 3779 '_SingleProductContext.js',
3572 3780 '_Icons.js',
3573 3781 '_add-query-args.js',
3574 3782 '_ProductListItem.js',
@@ -3589,14 +3797,15 @@
3589 3797 'name' => 'ProductInfoBlockEditor',
3590 3798 'src' => 'resources/admin/BlockEditor/ProductInfo/ProductInfoBlockEditor.jsx',
3591 3799 'isEntry' => true,
3592 3800 'imports' => [
3593 - '_BlockEditorTranslator.js',
3801 + '_jsx-runtime.js',
3594 3802 '_Icons.js',
3595 3803 '_index5.js',
3596 3804 '_SelectProductModal.js',
3597 3805 '_EditorPanel.js',
3598 3806 '_EditorPanelRow.js',
3807 + '_BlockEditorTranslator.js',
3599 3808 '_SingleProductContext.js',
3600 3809 '_add-query-args.js',
3601 3810 '_ProductListItem.js',
3602 3811 '_index6.js'
@@ -3615,8 +3824,9 @@
3615 3824 'name' => 'ProductPackageDescriptionBlockEditor',
3616 3825 'src' => 'resources/admin/BlockEditor/ProductPackageDescription/ProductPackageDescriptionBlockEditor.jsx',
3617 3826 'isEntry' => true,
3618 3827 'imports' => [
3828 + '_jsx-runtime.js',
3619 3829 '_BlockEditorTranslator.js',
3620 3830 '_index5.js',
3621 3831 '_EditorPanel.js',
3622 3832 '_EditorPanelRow.js',
@@ -3635,8 +3845,9 @@
3635 3845 'name' => 'ProductSkuBlockEditor',
3636 3846 'src' => 'resources/admin/BlockEditor/ProductSku/ProductSkuBlockEditor.jsx',
3637 3847 'isEntry' => true,
3638 3848 'imports' => [
3849 + '_jsx-runtime.js',
3639 3850 '_BlockEditorTranslator.js',
3640 3851 '_index5.js',
3641 3852 '_SelectVariationModal.js',
3642 3853 '_EditorPanel.js',
@@ -3659,8 +3870,9 @@
3659 3870 'name' => 'ProductTitleBlockEditor',
3660 3871 'src' => 'resources/admin/BlockEditor/ProductTitle/ProductTitleBlockEditor.jsx',
3661 3872 'isEntry' => true,
3662 3873 'imports' => [
3874 + '_jsx-runtime.js',
3663 3875 '_BlockEditorTranslator.js',
3664 3876 '_index5.js',
3665 3877 '_SelectProductModal.js',
3666 3878 '_EditorPanel.js',
@@ -3688,11 +3900,12 @@
3688 3900 'name' => 'RelatedProductBlockEditor',
3689 3901 'src' => 'resources/admin/BlockEditor/RelatedProduct/RelatedProductBlockEditor.jsx',
3690 3902 'isEntry' => true,
3691 3903 'imports' => [
3692 - '_BlockEditorTranslator.js',
3904 + '_jsx-runtime.js',
3693 3905 '_Icons.js',
3694 3906 '_index5.js',
3907 + '_BlockEditorTranslator.js',
3695 3908 '_add-query-args.js',
3696 3909 '_SingleProductContext.js'
3697 3910 ]
3698 3911 ],
@@ -3706,8 +3919,9 @@
3706 3919 'name' => 'SaleBadgeBlockEditor',
3707 3920 'src' => 'resources/admin/BlockEditor/SaleBadge/SaleBadgeBlockEditor.jsx',
3708 3921 'isEntry' => true,
3709 3922 'imports' => [
3923 + '_jsx-runtime.js',
3710 3924 '_BlockEditorTranslator.js',
3711 3925 '_index5.js',
3712 3926 '_SelectProductModal.js',
3713 3927 '_EditorPanel.js',
@@ -3734,8 +3948,9 @@
3734 3948 'name' => 'SearchBarBlockEditor',
3735 3949 'src' => 'resources/admin/BlockEditor/SearchBar/SearchBarBlockEditor.jsx',
3736 3950 'isEntry' => true,
3737 3951 'imports' => [
3952 + '_jsx-runtime.js',
3738 3953 '_BlockEditorTranslator.js',
3739 3954 '_index6.js',
3740 3955 '_Icons.js'
3741 3956 ],
@@ -3748,13 +3963,14 @@
3748 3963 'name' => 'InnerBlocks',
3749 3964 'src' => 'resources/admin/BlockEditor/ShopApp/InnerBlocks/InnerBlocks.jsx',
3750 3965 'isEntry' => true,
3751 3966 'imports' => [
3752 - '_BlockEditorTranslator.js',
3967 + '_jsx-runtime.js',
3753 3968 '_ProductExcerptBlock.js',
3754 3969 '_ProductContext.js',
3755 3970 '_SingleProductContext.js',
3756 3971 '_ProductContainerContext.js',
3972 + '_BlockEditorTranslator.js',
3757 3973 '_EditorPanel.js',
3758 3974 '_EditorPanelRow.js'
3759 3975 ]
3760 3976 ],
@@ -3767,10 +3983,10 @@
3767 3983 'name' => 'ShopAppBlockEditor',
3768 3984 'src' => 'resources/admin/BlockEditor/ShopApp/ShopAppBlockEditor.jsx',
3769 3985 'isEntry' => true,
3770 3986 'imports' => [
3987 + '_jsx-runtime.js',
3771 3988 '_BlockEditorTranslator.js',
3772 - '_ColorPickerField.js',
3773 3989 '_CustomSelect.js',
3774 3990 '_Icons.js',
3775 3991 '_ErrorBoundary.js',
3776 3992 '_ProductContext.js',
@@ -3791,8 +4007,9 @@
3791 4007 'name' => 'SoldOutBadgeBlockEditor',
3792 4008 'src' => 'resources/admin/BlockEditor/SoldOutBadge/SoldOutBadgeBlockEditor.jsx',
3793 4009 'isEntry' => true,
3794 4010 'imports' => [
4011 + '_jsx-runtime.js',
3795 4012 '_BlockEditorTranslator.js',
3796 4013 '_EditorPanel.js',
3797 4014 '_EditorPanelRow.js',
3798 4015 '_SingleProductContext.js',
@@ -3810,13 +4027,14 @@
3810 4027 'name' => 'StockBlock',
3811 4028 'src' => 'resources/admin/BlockEditor/Stock/StockBlock.jsx',
3812 4029 'isEntry' => true,
3813 4030 'imports' => [
3814 - '_BlockEditorTranslator.js',
4031 + '_jsx-runtime.js',
3815 4032 '_Icons.js',
3816 4033 '_SelectProductModal.js',
3817 4034 '_EditorPanel.js',
3818 4035 '_EditorPanelRow.js',
4036 + '_BlockEditorTranslator.js',
3819 4037 '_index5.js',
3820 4038 '_SingleProductContext.js',
3821 4039 '_add-query-args.js',
3822 4040 '_ProductListItem.js',
@@ -3828,12 +4046,49 @@
3828 4046 'name' => 'StoreLogoBlockEditor',
3829 4047 'src' => 'resources/admin/BlockEditor/StoreLogo/StoreLogoBlockEditor.jsx',
3830 4048 'isEntry' => true,
3831 4049 'imports' => [
4050 + '_jsx-runtime.js',
3832 4051 '_BlockEditorTranslator.js',
3833 4052 '_Icons.js'
3834 4053 ]
3835 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 + ],
3836 4091 'resources/admin/Modules/Reports/Subscription/Cohort.vue' => [
3837 4092 'file' => 'chunks/Cohort.js',
3838 4093 'name' => 'Cohort',
3839 4094 'src' => 'resources/admin/Modules/Reports/Subscription/Cohort.vue',
@@ -3850,15 +4105,17 @@
3850 4105 '_CurrencyFormatter.js',
3851 4106 'resources/admin/bootstrap/app.js',
3852 4107 '_common.js',
3853 4108 '_Arr.js',
4109 + '_preload-helper.js',
3854 4110 '_vue-router.js',
3855 4111 '_dayjs.min.js',
4112 + '_timezone.js',
4113 + '_weekOfYear.js',
3856 4114 '_Badge.js',
3857 4115 '_Model.js',
3858 4116 '_Url.js',
3859 4117 '_Str.js',
3860 - '_timezone.js',
3861 4118 '_Notify.js',
3862 4119 '_index.js',
3863 4120 '_index3.js',
3864 4121 '_IconButton.js',
@@ -3878,8 +4135,9 @@
3878 4135 '_index2.js',
3879 4136 '_AttrGroups.js',
3880 4137 '_DynamicTemplateParser.js',
3881 4138 '_ProductVariationSelector.js',
4139 + '_galleryTabs.js',
3882 4140 '_FileUploaderDialog.js',
3883 4141 'resources/admin/Bits/Components/Icons/Screenshot.vue',
3884 4142 '_useElementPlusComponents.js'
3885 4143 ],
@@ -3912,13 +4170,15 @@
3912 4170 '_common.js',
3913 4171 '_dayjs.min.js',
3914 4172 '_Str.js',
3915 4173 '_timezone.js',
4174 + '_weekOfYear.js',
4175 + '_Utils.js',
4176 + '_CurrencyFormatter.js',
3916 4177 '_Url.js',
3917 4178 '_index3.js',
3918 - '_Utils.js',
3919 - '_CurrencyFormatter.js',
3920 4179 '_TransitionAccordion.js',
4180 + '_preload-helper.js',
3921 4181 '_Asset.js'
3922 4182 ],
3923 4183 'css' => [
3924 4184 'assets/shipping.css'
@@ -3941,9 +4201,12 @@
3941 4201 '_OrderCustomerInformation.js',
3942 4202 '_UserCan.js',
3943 4203 '_CardBody.js',
3944 4204 '_Str.js',
4205 + '_dayjs.min.js',
4206 + '_Utils.js',
3945 4207 '_Notify.js',
4208 + '_CurrencyFormatter.js',
3946 4209 '_NotFound.js',
3947 4210 '_Arr.js',
3948 4211 '_common.js',
3949 4212 '_Model.js',
@@ -3949,20 +4212,19 @@
3949 4212 '_Model.js',
3950 4213 '_Rest.js',
3951 4214 '_vue-router.js',
3952 4215 '_Url.js',
3953 - '_dayjs.min.js',
3954 4216 '_timezone.js',
3955 4217 '_index3.js',
3956 4218 '_IconButton.js',
3957 - '_Utils.js',
3958 - '_CurrencyFormatter.js',
3959 4219 '_TransitionAccordion.js',
3960 4220 '_BundleProducts.js',
4221 + '_preload-helper.js',
3961 4222 '_Animation.js',
3962 4223 '_Asset.js',
3963 4224 '_AddressComponent2.js',
3964 - '_productService.js'
4225 + '_productService.js',
4226 + '_weekOfYear.js'
3965 4227 ],
3966 4228 'css' => [
3967 4229 'assets/subscription.css'
3968 4230 ]
@@ -3980,9 +4242,9 @@
3980 4242 'isEntry' => true,
3981 4243 'imports' => [
3982 4244 '_vue.esm-bundler.js',
3983 4245 '_vue-router.js',
3984 - '_DynamicIcon.js',
4246 + '_preload-helper.js',
3985 4247 '_Translator.js',
3986 4248 '_Badge.js',
3987 4249 '_Empty.js',
3988 4250 '_index.js',
@@ -3990,8 +4252,9 @@
3990 4252 '_UserCan.js',
3991 4253 '_CurrencyFormatter.js',
3992 4254 '_Activity.js',
3993 4255 '_CardBody.js',
4256 + '_DynamicIcon.js',
3994 4257 '__plugin-vue_export-helper.js',
3995 4258 '_common.js',
3996 4259 '_IconButton.js',
3997 4260 '_Model.js',
@@ -4013,8 +4276,9 @@
4013 4276 '_timezone.js',
4014 4277 '_ProductVariationSelector.js',
4015 4278 '_productService.js',
4016 4279 '_BundleProducts.js',
4280 + '_galleryTabs.js',
4017 4281 '_index3.js',
4018 4282 '_TransitionAccordion.js',
4019 4283 '_FileUploaderDialog.js',
4020 4284 'resources/admin/Bits/Components/Icons/Screenshot.vue',
@@ -4019,8 +4283,9 @@
4019 4283 '_FileUploaderDialog.js',
4020 4284 'resources/admin/Bits/Components/Icons/Screenshot.vue',
4021 4285 '_useElementPlusComponents.js',
4022 4286 '_AddressComponent2.js',
4287 + '_weekOfYear.js',
4023 4288 '_index4.js'
4024 4289 ],
4025 4290 'dynamicImports' => [
4026 4291 'resources/admin/Bits/Components/Form/Components/Affix/Test.vue',
@@ -4034,8 +4299,10 @@
4034 4299 'resources/admin/Bits/Components/Form/Components/McpSettings.vue',
4035 4300 'resources/admin/Bits/Components/Form/Components/ModuleSettings.vue',
4036 4301 'resources/admin/Bits/Components/Form/Components/PaymentView.vue',
4037 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',
4038 4305 'resources/admin/Bits/Components/Form/Components/StoreSettings/CreatePageButton.vue',
4039 4306 'resources/admin/Bits/Components/Form/Components/StoreSettings/PageSelector.vue',
4040 4307 'resources/admin/Bits/Components/Form/Components/StoreSettings/SubscriptionModeManager.vue',
4041 4308 'resources/admin/Bits/Components/Form/Components/TurnstileSettings.vue',
@@ -4065,15 +4332,18 @@
4065 4332 '_index.js',
4066 4333 '_index2.js',
4067 4334 '_index4.js',
4068 4335 '_dayjs.min.js',
4336 + '_weekOfYear.js',
4069 4337 '_index3.js',
4070 4338 '_Arr.js',
4071 4339 '_DynamicIcon.js',
4340 + '_preload-helper.js',
4072 4341 'resources/admin/Bits/Components/Icons/CaretRight.vue',
4073 4342 '_Str.js',
4074 4343 '_productService.js',
4075 4344 '_CurrencyFormatter.js',
4345 + '_timezone.js',
4076 4346 '_Model.js',
4077 4347 '_Rest.js',
4078 4348 '_Asset.js',
4079 4349 '_Url.js',
@@ -4097,8 +4367,9 @@
4097 4367 '_index.js',
4098 4368 '_index2.js',
4099 4369 '_index4.js',
4100 4370 '_dayjs.min.js',
4371 + '_weekOfYear.js',
4101 4372 '_index3.js',
4102 4373 '_Arr.js',
4103 4374 '__plugin-vue_export-helper.js',
4104 4375 '_add-query-args.js'
@@ -4122,15 +4393,18 @@
4122 4393 '_index.js',
4123 4394 '_index2.js',
4124 4395 '_index4.js',
4125 4396 '_dayjs.min.js',
4397 + '_weekOfYear.js',
4126 4398 '_index3.js',
4127 4399 '_DynamicIcon.js',
4400 + '_preload-helper.js',
4128 4401 'resources/admin/Bits/Components/Icons/CaretRight.vue',
4129 4402 '_Str.js',
4130 4403 '_productService.js',
4131 4404 '_CurrencyFormatter.js',
4132 4405 '_Arr.js',
4406 + '_timezone.js',
4133 4407 '_Model.js',
4134 4408 '_Rest.js',
4135 4409 '_Asset.js',
4136 4410 '_Url.js',
@@ -4161,13 +4435,16 @@
4161 4435 '_index.js',
4162 4436 '_index2.js',
4163 4437 '_index4.js',
4164 4438 '_dayjs.min.js',
4439 + '_weekOfYear.js',
4165 4440 '_index3.js',
4166 4441 '_DynamicIcon.js',
4442 + '_preload-helper.js',
4167 4443 '_Str.js',
4168 4444 '_productService.js',
4169 4445 '_CurrencyFormatter.js',
4446 + '_timezone.js',
4170 4447 '_Model.js',
4171 4448 '_Asset.js',
4172 4449 '_Url.js',
4173 4450 '_vue-router.js',
@@ -4192,8 +4469,9 @@
4192 4469 '_index.js',
4193 4470 '_index2.js',
4194 4471 '_index4.js',
4195 4472 '_dayjs.min.js',
4473 + '_weekOfYear.js',
4196 4474 '_index3.js',
4197 4475 '_Arr.js'
4198 4476 ]
4199 4477 ],
@@ -4210,8 +4488,9 @@
4210 4488 '_index.js',
4211 4489 '_index2.js',
4212 4490 '_index4.js',
4213 4491 '_dayjs.min.js',
4492 + '_weekOfYear.js',
4214 4493 '_index3.js',
4215 4494 '__plugin-vue_export-helper.js',
4216 4495 '_Arr.js'
4217 4496 ]
@@ -4252,11 +4531,15 @@
4252 4531 '_common.js',
4253 4532 '_dayjs.min.js',
4254 4533 '_Str.js',
4255 4534 '_timezone.js',
4535 + '_weekOfYear.js',
4536 + '_Utils.js',
4537 + '_CurrencyFormatter.js',
4256 4538 '_index.js',
4257 4539 '_Notify.js',
4258 - '_DynamicIcon.js'
4540 + '_DynamicIcon.js',
4541 + '_preload-helper.js'
4259 4542 ]
4260 4543 ],
4261 4544 'resources/images/pro-feature-pattern.png' => [
4262 4545 'file' => 'images/pro-feature-pattern.png',
@@ -4286,20 +4569,22 @@
4286 4569 '_Model.js',
4287 4570 '_Rest.js',
4288 4571 '_IconButton.js',
4289 4572 '_UserCan.js',
4573 + '_Utils.js',
4290 4574 '_Str.js',
4291 4575 '_Arr.js',
4576 + '_CurrencyFormatter.js',
4292 4577 '_vue-router.js',
4293 4578 '_Asset.js',
4294 4579 '_Url.js',
4295 4580 '_index4.js',
4581 + '_preload-helper.js',
4296 4582 '_timezone.js',
4297 4583 '_Notify.js',
4298 4584 '_index3.js',
4299 - '_Utils.js',
4300 - '_CurrencyFormatter.js',
4301 4585 '_TransitionAccordion.js',
4586 + '_weekOfYear.js',
4302 4587 '_Animation.js',
4303 4588 '_AddressComponent2.js',
4304 4589 '_productService.js'
4305 4590 ],
@@ -4334,10 +4619,12 @@
4334 4619 '_dayjs.min.js',
4335 4620 '_timezone.js',
4336 4621 '_index3.js',
4337 4622 '_Utils.js',
4623 + '_weekOfYear.js',
4338 4624 '_CurrencyFormatter.js',
4339 - '_TransitionAccordion.js'
4625 + '_TransitionAccordion.js',
4626 + '_preload-helper.js'
4340 4627 ]
4341 4628 ],
4342 4629 'resources/public/buttons/add-to-cart/style/style.scss' => [
4343 4630 'file' => 'assets/style3.css',
@@ -4468,8 +4755,9 @@
4468 4755 'imports' => [
4469 4756 '_vue.esm-bundler.js',
4470 4757 '_dayjs.min.js',
4471 4758 '_timezone.js',
4759 + '_weekOfYear.js',
4472 4760 '_DynamicIcon.js',
4473 4761 '_Str.js',
4474 4762 '__plugin-vue_export-helper.js',
4475 4763 '_BundleProducts.js',
@@ -4486,9 +4774,12 @@
4486 4774 '_Notify.js',
4487 4775 '_DynamicTemplateParser.js',
4488 4776 '_index3.js',
4489 4777 '_index2.js',
4778 + '_preload-helper.js',
4490 4779 '_Arr.js',
4780 + '_Utils.js',
4781 + '_CurrencyFormatter.js',
4491 4782 '_TransitionAccordion.js',
4492 4783 '_index4.js'
4493 4784 ],
4494 4785 'css' => [
@@ -4664,8 +4955,9 @@
4664 4955 '_vue.esm-bundler.js',
4665 4956 '_Arr.js',
4666 4957 '_dayjs.min.js',
4667 4958 '_timezone.js',
4959 + '_weekOfYear.js',
4668 4960 '_CurrencyFormatter.js'
4669 4961 ]
4670 4962 ],
4671 4963 'resources/public/search-bar-app/style/style.scss' => [
@@ -4743,14 +5035,16 @@
4743 5035 '_common.js',
4744 5036 '_dayjs.min.js',
4745 5037 '_Str.js',
4746 5038 '_timezone.js',
5039 + '_weekOfYear.js',
5040 + '_Utils.js',
4747 5041 '_index.js',
4748 5042 '_vue-router.js',
4749 5043 '_Url.js',
4750 5044 '_index3.js',
4751 - '_Utils.js',
4752 - '_TransitionAccordion.js'
5045 + '_TransitionAccordion.js',
5046 + '_preload-helper.js'
4753 5047 ],
4754 5048 'css' => [
4755 5049 'assets/withdrawal.css'
4756 5050 ]