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.6 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 All 49 releases
← All changes | config/vite_config.php +156 -20 1.6.4 → 1.6.5 View file →
@@ -169,8 +169,10 @@
169 169 'name' => 'CurrencyFormatter',
170 170 'imports' => [
171 171 '_Arr.js',
172 172 '_dayjs.min.js',
173 + '_timezone.js',
174 + '_weekOfYear.js',
173 175 '_Translator.js'
174 176 ]
175 177 ],
176 178 '_CustomSelect.js' => [
@@ -334,9 +336,11 @@
334 336 'resources/admin/Bits/Components/Icons/Overview.vue',
335 337 'resources/admin/Bits/Components/Icons/Package.vue',
336 338 'resources/admin/Bits/Components/Icons/Page.vue',
337 339 'resources/admin/Bits/Components/Icons/PaidOrdersIcon.vue',
340 + 'resources/admin/Bits/Components/Icons/PaintLine.vue',
338 341 'resources/admin/Bits/Components/Icons/Palette.vue',
342 + 'resources/admin/Bits/Components/Icons/PaletteLine.vue',
339 343 'resources/admin/Bits/Components/Icons/Party.vue',
340 344 'resources/admin/Bits/Components/Icons/PaymentIcon.vue',
341 345 'resources/admin/Bits/Components/Icons/Pending.vue',
342 346 'resources/admin/Bits/Components/Icons/PlayCircle.vue',
@@ -663,8 +667,9 @@
663 667 'imports' => [
664 668 '_Translator.js',
665 669 '_dayjs.min.js',
666 670 '_timezone.js',
671 + '_weekOfYear.js',
667 672 '_CurrencyFormatter.js'
668 673 ]
669 674 ],
670 675 '__plugin-vue_export-helper.js' => [
@@ -682,9 +687,12 @@
682 687 '_dayjs.min.js',
683 688 '_Translator.js',
684 689 '_Str.js',
685 690 '_timezone.js',
691 + '_weekOfYear.js',
686 692 '_Arr.js',
693 + '_Utils.js',
694 + '_CurrencyFormatter.js',
687 695 '_index.js'
688 696 ]
689 697 ],
690 698 '_countries.js' => [
@@ -741,9 +749,10 @@
741 749 'imports' => [
742 750 '_vue.esm-bundler.js',
743 751 '_index.js',
744 752 '_index4.js',
745 - '_dayjs.min.js'
753 + '_dayjs.min.js',
754 + '_weekOfYear.js'
746 755 ]
747 756 ],
748 757 '_index3.js' => [
749 758 'file' => 'chunks/index3.js',
@@ -825,8 +834,15 @@
825 834 '_vue.esm-bundler.js' => [
826 835 'file' => 'chunks/vue.esm-bundler.js',
827 836 'name' => 'vue.esm-bundler'
828 837 ],
838 + '_weekOfYear.js' => [
839 + 'file' => 'chunks/weekOfYear.js',
840 + 'name' => 'weekOfYear',
841 + 'imports' => [
842 + '_dayjs.min.js'
843 + ]
844 + ],
829 845 'resources/addon-assets/addon-assets.js' => [
830 846 'file' => 'addon-assets.js',
831 847 'name' => 'addon-assets',
832 848 'src' => 'resources/addon-assets/addon-assets.js',
@@ -840,8 +856,11 @@
840 856 '_common.js',
841 857 '_dayjs.min.js',
842 858 '_Str.js',
843 859 '_timezone.js',
860 + '_weekOfYear.js',
861 + '_Utils.js',
862 + '_CurrencyFormatter.js',
844 863 '_index.js',
845 864 '_IconButton.js',
846 865 '_DynamicIcon.js',
847 866 '_preload-helper.js',
@@ -940,8 +959,11 @@
940 959 '_common.js',
941 960 '_dayjs.min.js',
942 961 '_Str.js',
943 962 '_timezone.js',
963 + '_weekOfYear.js',
964 + '_Utils.js',
965 + '_CurrencyFormatter.js',
944 966 '_index.js',
945 967 '_vue-router.js',
946 968 '_Url.js',
947 969 '_DynamicIcon.js',
@@ -948,10 +970,8 @@
948 970 '_preload-helper.js',
949 971 '__plugin-vue_export-helper.js',
950 972 '_index3.js',
951 973 '_IconButton.js',
952 - '_Utils.js',
953 - '_CurrencyFormatter.js',
954 974 '_TransitionAccordion.js',
955 975 '_Animation.js',
956 976 '_Empty.js',
957 977 '_CardBody.js',
@@ -976,8 +996,11 @@
976 996 '_Arr.js',
977 997 '_dayjs.min.js',
978 998 '_Str.js',
979 999 '_timezone.js',
1000 + '_weekOfYear.js',
1001 + '_Utils.js',
1002 + '_CurrencyFormatter.js',
980 1003 '_index.js',
981 1004 '_Model.js',
982 1005 '_Rest.js',
983 1006 '_vue-router.js',
@@ -987,10 +1010,8 @@
987 1010 '_preload-helper.js',
988 1011 '__plugin-vue_export-helper.js',
989 1012 '_index3.js',
990 1013 '_IconButton.js',
991 - '_Utils.js',
992 - '_CurrencyFormatter.js',
993 1014 '_TransitionAccordion.js'
994 1015 ]
995 1016 ],
996 1017 'resources/admin/Bits/Components/Form/Components/PaymentView.vue' => [
@@ -1021,8 +1042,76 @@
1021 1042 '__plugin-vue_export-helper.js',
1022 1043 '_TransitionAccordion.js'
1023 1044 ]
1024 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 + ],
1025 1114 'resources/admin/Bits/Components/Form/Components/StoreSettings/CreatePageButton.vue' => [
1026 1115 'file' => 'chunks/CreatePageButton.js',
1027 1116 'name' => 'CreatePageButton',
1028 1117 'src' => 'resources/admin/Bits/Components/Form/Components/StoreSettings/CreatePageButton.vue',
@@ -1078,8 +1167,11 @@
1078 1167 '_common.js',
1079 1168 '_dayjs.min.js',
1080 1169 '_Str.js',
1081 1170 '_timezone.js',
1171 + '_weekOfYear.js',
1172 + '_Utils.js',
1173 + '_CurrencyFormatter.js',
1082 1174 '_index.js',
1083 1175 '_vue-router.js',
1084 1176 '_Url.js',
1085 1177 '_DynamicIcon.js',
@@ -1085,11 +1177,9 @@
1085 1177 '_DynamicIcon.js',
1086 1178 '_preload-helper.js',
1087 1179 '__plugin-vue_export-helper.js',
1088 1180 '_index3.js',
1089 - '_IconButton.js',
1090 - '_Utils.js',
1091 - '_CurrencyFormatter.js'
1181 + '_IconButton.js'
1092 1182 ]
1093 1183 ],
1094 1184 'resources/admin/Bits/Components/Form/Components/TurnstileSettings.vue' => [
1095 1185 'file' => 'chunks/TurnstileSettings.js',
@@ -1106,8 +1196,11 @@
1106 1196 '_common.js',
1107 1197 '_dayjs.min.js',
1108 1198 '_Str.js',
1109 1199 '_timezone.js',
1200 + '_weekOfYear.js',
1201 + '_Utils.js',
1202 + '_CurrencyFormatter.js',
1110 1203 '_index.js',
1111 1204 '_vue-router.js',
1112 1205 '_Url.js',
1113 1206 '_Notify.js',
@@ -1115,10 +1208,8 @@
1115 1208 '_preload-helper.js',
1116 1209 '__plugin-vue_export-helper.js',
1117 1210 '_index3.js',
1118 1211 '_IconButton.js',
1119 - '_Utils.js',
1120 - '_CurrencyFormatter.js',
1121 1212 '_TransitionAccordion.js'
1122 1213 ]
1123 1214 ],
1124 1215 'resources/admin/Bits/Components/Icons/Access.vue' => [
@@ -2570,8 +2661,18 @@
2570 2661 '_vue.esm-bundler.js',
2571 2662 '__plugin-vue_export-helper.js'
2572 2663 ]
2573 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 + ],
2574 2675 'resources/admin/Bits/Components/Icons/Palette.vue' => [
2575 2676 'file' => 'chunks/Palette.js',
2576 2677 'name' => 'Palette',
2577 2678 'src' => 'resources/admin/Bits/Components/Icons/Palette.vue',
@@ -2580,8 +2681,18 @@
2580 2681 '_vue.esm-bundler.js',
2581 2682 '__plugin-vue_export-helper.js'
2582 2683 ]
2583 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 + ],
2584 2695 'resources/admin/Bits/Components/Icons/Party.vue' => [
2585 2696 'file' => 'chunks/Party.js',
2586 2697 'name' => 'Party',
2587 2698 'src' => 'resources/admin/Bits/Components/Icons/Party.vue',
@@ -3997,13 +4108,14 @@
3997 4108 '_Arr.js',
3998 4109 '_preload-helper.js',
3999 4110 '_vue-router.js',
4000 4111 '_dayjs.min.js',
4112 + '_timezone.js',
4113 + '_weekOfYear.js',
4001 4114 '_Badge.js',
4002 4115 '_Model.js',
4003 4116 '_Url.js',
4004 4117 '_Str.js',
4005 - '_timezone.js',
4006 4118 '_Notify.js',
4007 4119 '_index.js',
4008 4120 '_index3.js',
4009 4121 '_IconButton.js',
@@ -4058,12 +4170,13 @@
4058 4170 '_common.js',
4059 4171 '_dayjs.min.js',
4060 4172 '_Str.js',
4061 4173 '_timezone.js',
4174 + '_weekOfYear.js',
4175 + '_Utils.js',
4176 + '_CurrencyFormatter.js',
4062 4177 '_Url.js',
4063 4178 '_index3.js',
4064 - '_Utils.js',
4065 - '_CurrencyFormatter.js',
4066 4179 '_TransitionAccordion.js',
4067 4180 '_preload-helper.js',
4068 4181 '_Asset.js'
4069 4182 ],
@@ -4088,9 +4201,12 @@
4088 4201 '_OrderCustomerInformation.js',
4089 4202 '_UserCan.js',
4090 4203 '_CardBody.js',
4091 4204 '_Str.js',
4205 + '_dayjs.min.js',
4206 + '_Utils.js',
4092 4207 '_Notify.js',
4208 + '_CurrencyFormatter.js',
4093 4209 '_NotFound.js',
4094 4210 '_Arr.js',
4095 4211 '_common.js',
4096 4212 '_Model.js',
@@ -4096,14 +4212,11 @@
4096 4212 '_Model.js',
4097 4213 '_Rest.js',
4098 4214 '_vue-router.js',
4099 4215 '_Url.js',
4100 - '_dayjs.min.js',
4101 4216 '_timezone.js',
4102 4217 '_index3.js',
4103 4218 '_IconButton.js',
4104 - '_Utils.js',
4105 - '_CurrencyFormatter.js',
4106 4219 '_TransitionAccordion.js',
4107 4220 '_BundleProducts.js',
4108 4221 '_preload-helper.js',
4109 4222 '_Animation.js',
@@ -4108,9 +4221,10 @@
4108 4221 '_preload-helper.js',
4109 4222 '_Animation.js',
4110 4223 '_Asset.js',
4111 4224 '_AddressComponent2.js',
4112 - '_productService.js'
4225 + '_productService.js',
4226 + '_weekOfYear.js'
4113 4227 ],
4114 4228 'css' => [
4115 4229 'assets/subscription.css'
4116 4230 ]
@@ -4169,8 +4283,9 @@
4169 4283 '_FileUploaderDialog.js',
4170 4284 'resources/admin/Bits/Components/Icons/Screenshot.vue',
4171 4285 '_useElementPlusComponents.js',
4172 4286 '_AddressComponent2.js',
4287 + '_weekOfYear.js',
4173 4288 '_index4.js'
4174 4289 ],
4175 4290 'dynamicImports' => [
4176 4291 'resources/admin/Bits/Components/Form/Components/Affix/Test.vue',
@@ -4184,8 +4299,10 @@
4184 4299 'resources/admin/Bits/Components/Form/Components/McpSettings.vue',
4185 4300 'resources/admin/Bits/Components/Form/Components/ModuleSettings.vue',
4186 4301 'resources/admin/Bits/Components/Form/Components/PaymentView.vue',
4187 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',
4188 4305 'resources/admin/Bits/Components/Form/Components/StoreSettings/CreatePageButton.vue',
4189 4306 'resources/admin/Bits/Components/Form/Components/StoreSettings/PageSelector.vue',
4190 4307 'resources/admin/Bits/Components/Form/Components/StoreSettings/SubscriptionModeManager.vue',
4191 4308 'resources/admin/Bits/Components/Form/Components/TurnstileSettings.vue',
@@ -4215,8 +4332,9 @@
4215 4332 '_index.js',
4216 4333 '_index2.js',
4217 4334 '_index4.js',
4218 4335 '_dayjs.min.js',
4336 + '_weekOfYear.js',
4219 4337 '_index3.js',
4220 4338 '_Arr.js',
4221 4339 '_DynamicIcon.js',
4222 4340 '_preload-helper.js',
@@ -4223,8 +4341,9 @@
4223 4341 'resources/admin/Bits/Components/Icons/CaretRight.vue',
4224 4342 '_Str.js',
4225 4343 '_productService.js',
4226 4344 '_CurrencyFormatter.js',
4345 + '_timezone.js',
4227 4346 '_Model.js',
4228 4347 '_Rest.js',
4229 4348 '_Asset.js',
4230 4349 '_Url.js',
@@ -4248,8 +4367,9 @@
4248 4367 '_index.js',
4249 4368 '_index2.js',
4250 4369 '_index4.js',
4251 4370 '_dayjs.min.js',
4371 + '_weekOfYear.js',
4252 4372 '_index3.js',
4253 4373 '_Arr.js',
4254 4374 '__plugin-vue_export-helper.js',
4255 4375 '_add-query-args.js'
@@ -4273,8 +4393,9 @@
4273 4393 '_index.js',
4274 4394 '_index2.js',
4275 4395 '_index4.js',
4276 4396 '_dayjs.min.js',
4397 + '_weekOfYear.js',
4277 4398 '_index3.js',
4278 4399 '_DynamicIcon.js',
4279 4400 '_preload-helper.js',
4280 4401 'resources/admin/Bits/Components/Icons/CaretRight.vue',
@@ -4281,8 +4402,9 @@
4281 4402 '_Str.js',
4282 4403 '_productService.js',
4283 4404 '_CurrencyFormatter.js',
4284 4405 '_Arr.js',
4406 + '_timezone.js',
4285 4407 '_Model.js',
4286 4408 '_Rest.js',
4287 4409 '_Asset.js',
4288 4410 '_Url.js',
@@ -4313,8 +4435,9 @@
4313 4435 '_index.js',
4314 4436 '_index2.js',
4315 4437 '_index4.js',
4316 4438 '_dayjs.min.js',
4439 + '_weekOfYear.js',
4317 4440 '_index3.js',
4318 4441 '_DynamicIcon.js',
4319 4442 '_preload-helper.js',
4320 4443 '_Str.js',
@@ -4319,8 +4442,9 @@
4319 4442 '_preload-helper.js',
4320 4443 '_Str.js',
4321 4444 '_productService.js',
4322 4445 '_CurrencyFormatter.js',
4446 + '_timezone.js',
4323 4447 '_Model.js',
4324 4448 '_Asset.js',
4325 4449 '_Url.js',
4326 4450 '_vue-router.js',
@@ -4345,8 +4469,9 @@
4345 4469 '_index.js',
4346 4470 '_index2.js',
4347 4471 '_index4.js',
4348 4472 '_dayjs.min.js',
4473 + '_weekOfYear.js',
4349 4474 '_index3.js',
4350 4475 '_Arr.js'
4351 4476 ]
4352 4477 ],
@@ -4363,8 +4488,9 @@
4363 4488 '_index.js',
4364 4489 '_index2.js',
4365 4490 '_index4.js',
4366 4491 '_dayjs.min.js',
4492 + '_weekOfYear.js',
4367 4493 '_index3.js',
4368 4494 '__plugin-vue_export-helper.js',
4369 4495 '_Arr.js'
4370 4496 ]
@@ -4405,8 +4531,11 @@
4405 4531 '_common.js',
4406 4532 '_dayjs.min.js',
4407 4533 '_Str.js',
4408 4534 '_timezone.js',
4535 + '_weekOfYear.js',
4536 + '_Utils.js',
4537 + '_CurrencyFormatter.js',
4409 4538 '_index.js',
4410 4539 '_Notify.js',
4411 4540 '_DynamicIcon.js',
4412 4541 '_preload-helper.js'
@@ -4440,10 +4569,12 @@
4440 4569 '_Model.js',
4441 4570 '_Rest.js',
4442 4571 '_IconButton.js',
4443 4572 '_UserCan.js',
4573 + '_Utils.js',
4444 4574 '_Str.js',
4445 4575 '_Arr.js',
4576 + '_CurrencyFormatter.js',
4446 4577 '_vue-router.js',
4447 4578 '_Asset.js',
4448 4579 '_Url.js',
4449 4580 '_index4.js',
@@ -4450,11 +4581,10 @@
4450 4581 '_preload-helper.js',
4451 4582 '_timezone.js',
4452 4583 '_Notify.js',
4453 4584 '_index3.js',
4454 - '_Utils.js',
4455 - '_CurrencyFormatter.js',
4456 4585 '_TransitionAccordion.js',
4586 + '_weekOfYear.js',
4457 4587 '_Animation.js',
4458 4588 '_AddressComponent2.js',
4459 4589 '_productService.js'
4460 4590 ],
@@ -4489,8 +4619,9 @@
4489 4619 '_dayjs.min.js',
4490 4620 '_timezone.js',
4491 4621 '_index3.js',
4492 4622 '_Utils.js',
4623 + '_weekOfYear.js',
4493 4624 '_CurrencyFormatter.js',
4494 4625 '_TransitionAccordion.js',
4495 4626 '_preload-helper.js'
4496 4627 ]
@@ -4624,8 +4755,9 @@
4624 4755 'imports' => [
4625 4756 '_vue.esm-bundler.js',
4626 4757 '_dayjs.min.js',
4627 4758 '_timezone.js',
4759 + '_weekOfYear.js',
4628 4760 '_DynamicIcon.js',
4629 4761 '_Str.js',
4630 4762 '__plugin-vue_export-helper.js',
4631 4763 '_BundleProducts.js',
@@ -4644,8 +4776,10 @@
4644 4776 '_index3.js',
4645 4777 '_index2.js',
4646 4778 '_preload-helper.js',
4647 4779 '_Arr.js',
4780 + '_Utils.js',
4781 + '_CurrencyFormatter.js',
4648 4782 '_TransitionAccordion.js',
4649 4783 '_index4.js'
4650 4784 ],
4651 4785 'css' => [
@@ -4821,8 +4955,9 @@
4821 4955 '_vue.esm-bundler.js',
4822 4956 '_Arr.js',
4823 4957 '_dayjs.min.js',
4824 4958 '_timezone.js',
4959 + '_weekOfYear.js',
4825 4960 '_CurrencyFormatter.js'
4826 4961 ]
4827 4962 ],
4828 4963 'resources/public/search-bar-app/style/style.scss' => [
@@ -4900,13 +5035,14 @@
4900 5035 '_common.js',
4901 5036 '_dayjs.min.js',
4902 5037 '_Str.js',
4903 5038 '_timezone.js',
5039 + '_weekOfYear.js',
5040 + '_Utils.js',
4904 5041 '_index.js',
4905 5042 '_vue-router.js',
4906 5043 '_Url.js',
4907 5044 '_index3.js',
4908 - '_Utils.js',
4909 5045 '_TransitionAccordion.js',
4910 5046 '_preload-helper.js'
4911 5047 ],
4912 5048 'css' => [