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 +817 -199 1.3.23 → 1.6.5 View file →
@@ -1,5 +1,31 @@
1 1 <?php return [
2 + '_Activity.js' => [
3 + 'file' => 'chunks/Activity.js',
4 + 'name' => 'Activity',
5 + 'imports' => [
6 + '_vue.esm-bundler.js',
7 + '_Empty.js',
8 + '_Badge.js',
9 + '_Translator.js',
10 + '_Str.js',
11 + '_Url.js',
12 + '_IconButton.js',
13 + '_DynamicIcon.js',
14 + '_CardBody.js',
15 + '_CurrencyFormatter.js',
16 + '_OrderCustomerInformation.js',
17 + '_Rest.js',
18 + '_Notify.js',
19 + '_NotFound.js',
20 + '_index.js',
21 + '_Arr.js',
22 + '_common.js',
23 + '_BundleProducts.js',
24 + '__plugin-vue_export-helper.js',
25 + '_Utils.js'
26 + ]
27 + ],
2 28 '_AddProductItemModal.css' => [
3 29 'file' => 'assets/AddProductItemModal.css',
4 30 'src' => '_AddProductItemModal.css'
5 31 ],
@@ -21,8 +47,25 @@
21 47 'css' => [
22 48 'assets/AddProductItemModal.css'
23 49 ]
24 50 ],
51 + '_AddressComponent.css' => [
52 + 'file' => 'assets/AddressComponent.css',
53 + 'src' => '_AddressComponent.css'
54 + ],
55 + '_AddressComponent2.js' => [
56 + 'file' => 'chunks/AddressComponent2.js',
57 + 'name' => 'AddressComponent',
58 + 'imports' => [
59 + '_vue.esm-bundler.js',
60 + '_Rest.js',
61 + '_Translator.js',
62 + '_Animation.js'
63 + ],
64 + 'css' => [
65 + 'assets/AddressComponent.css'
66 + ]
67 + ],
25 68 '_Animation.css' => [
26 69 'file' => 'assets/Animation.css',
27 70 'src' => '_Animation.css'
28 71 ],
@@ -31,9 +74,9 @@
31 74 'name' => 'Animation',
32 75 'imports' => [
33 76 '_vue.esm-bundler.js',
34 77 '__plugin-vue_export-helper.js',
35 - '_Badge.js'
78 + '_TransitionAccordion.js'
36 79 ],
37 80 'css' => [
38 81 'assets/Animation.css'
39 82 ]
@@ -49,24 +92,45 @@
49 92 '_Arr.js',
50 93 '_Url.js'
51 94 ]
52 95 ],
53 - '_Badge.css' => [
54 - 'file' => 'assets/Badge.css',
55 - 'src' => '_Badge.css'
96 + '_AttrGroups.js' => [
97 + 'file' => 'chunks/AttrGroups.js',
98 + 'name' => 'AttrGroups',
99 + 'imports' => [
100 + '_vue.esm-bundler.js',
101 + '_Translator.js',
102 + '_Rest.js',
103 + '_common.js',
104 + '_index.js',
105 + '_Notify.js',
106 + '_DynamicIcon.js',
107 + '__plugin-vue_export-helper.js'
108 + ]
56 109 ],
57 110 '_Badge.js' => [
58 111 'file' => 'chunks/Badge.js',
59 112 'name' => 'Badge',
60 113 'imports' => [
114 + '_Model.js',
61 115 '_vue.esm-bundler.js',
116 + '_common.js',
117 + '_Rest.js',
118 + '_vue-router.js',
119 + '_Url.js',
120 + '_Arr.js',
121 + '_Translator.js',
122 + '_dayjs.min.js',
123 + '_timezone.js',
124 + '_Notify.js',
125 + '_DynamicIcon.js',
62 126 '__plugin-vue_export-helper.js',
63 - '_DynamicIcon.js',
64 - '_Str.js',
65 - '_Translator.js'
66 - ],
67 - 'css' => [
68 - 'assets/Badge.css'
127 + '_index3.js',
128 + '_index.js',
129 + '_IconButton.js',
130 + '_Utils.js',
131 + '_TransitionAccordion.js',
132 + '_Str.js'
69 133 ]
70 134 ],
71 135 '_BlockEditorTranslator.js' => [
72 136 'file' => 'chunks/BlockEditorTranslator.js',
@@ -80,55 +144,16 @@
80 144 '_vue.esm-bundler.js',
81 145 '__plugin-vue_export-helper.js'
82 146 ]
83 147 ],
84 - '_CancelSubscription.js' => [
85 - 'file' => 'chunks/CancelSubscription.js',
86 - 'name' => 'CancelSubscription',
87 - 'imports' => [
88 - '_vue.esm-bundler.js',
89 - '_Empty.js',
90 - '_Badge.js',
91 - '_Translator.js',
92 - '_Str.js',
93 - '_Url.js',
94 - '_IconButton.js',
95 - '_DynamicIcon.js',
96 - '_CardBody.js',
97 - '_productService.js',
98 - '_OrderCustomerInformation.js',
99 - '_Rest.js',
100 - '_Notify.js',
101 - '_NotFound.js',
102 - '_index.js',
103 - '_Arr.js',
104 - '_common.js',
105 - '_BundleProducts.js',
106 - '__plugin-vue_export-helper.js',
107 - '_Utils.js'
108 - ]
109 - ],
110 148 '_CardBody.js' => [
111 149 'file' => 'chunks/CardBody.js',
112 150 'name' => 'CardBody',
113 151 'imports' => [
114 - '_Model.js',
115 152 '_vue.esm-bundler.js',
116 - '_IconButton.js',
117 - '_Rest.js',
118 153 '_vue-router.js',
119 - '_Url.js',
120 - '_Arr.js',
121 - '_Translator.js',
122 - '_dayjs.min.js',
123 - '_timezone.js',
124 - '_Notify.js',
125 - '_DynamicIcon.js',
126 154 '__plugin-vue_export-helper.js',
127 - '_index3.js',
128 - '_index.js',
129 - '_Utils.js',
130 - '_Badge.js'
155 + '_DynamicIcon.js'
131 156 ]
132 157 ],
133 158 '_ColorPickerField.js' => [
134 159 'file' => 'chunks/ColorPickerField.js',
@@ -133,30 +158,22 @@
133 158 '_ColorPickerField.js' => [
134 159 'file' => 'chunks/ColorPickerField.js',
135 160 'name' => 'ColorPickerField',
136 161 'imports' => [
137 - '_BlockEditorTranslator.js',
138 - '_Icons.js'
162 + '_jsx-runtime.js',
163 + '_Icons.js',
164 + '_BlockEditorTranslator.js'
139 165 ]
140 166 ],
141 - '_CopyToClipboard.css' => [
142 - 'file' => 'assets/CopyToClipboard.css',
143 - 'src' => '_CopyToClipboard.css'
144 - ],
145 - '_CopyToClipboard.js' => [
146 - 'file' => 'chunks/CopyToClipboard.js',
147 - 'name' => 'CopyToClipboard',
167 + '_CurrencyFormatter.js' => [
168 + 'file' => 'chunks/CurrencyFormatter.js',
169 + 'name' => 'CurrencyFormatter',
148 170 'imports' => [
149 - '_vue.esm-bundler.js',
150 - '_Rest.js',
151 - '_Translator.js',
152 - '_Animation.js',
153 - '_DynamicIcon.js',
154 - '_Notify.js',
155 - '_index.js'
156 - ],
157 - 'css' => [
158 - 'assets/CopyToClipboard.css'
171 + '_Arr.js',
172 + '_dayjs.min.js',
173 + '_timezone.js',
174 + '_weekOfYear.js',
175 + '_Translator.js'
159 176 ]
160 177 ],
161 178 '_CustomSelect.js' => [
162 179 'file' => 'chunks/CustomSelect.js',
@@ -161,10 +178,11 @@
161 178 '_CustomSelect.js' => [
162 179 'file' => 'chunks/CustomSelect.js',
163 180 'name' => 'CustomSelect',
164 181 'imports' => [
165 - '_BlockEditorTranslator.js',
166 - '_index6.js'
182 + '_jsx-runtime.js',
183 + '_index6.js',
184 + '_BlockEditorTranslator.js'
167 185 ]
168 186 ],
169 187 '_DynamicIcon.js' => [
170 188 'file' => 'chunks/DynamicIcon.js',
@@ -169,8 +187,9 @@
169 187 '_DynamicIcon.js' => [
170 188 'file' => 'chunks/DynamicIcon.js',
171 189 'name' => 'DynamicIcon',
172 190 'imports' => [
191 + '_preload-helper.js',
173 192 '_vue.esm-bundler.js'
174 193 ],
175 194 'dynamicImports' => [
176 195 'resources/admin/Bits/Components/Icons/Access.vue',
@@ -269,8 +288,9 @@
269 288 'resources/admin/Bits/Components/Icons/Frame.vue',
270 289 'resources/admin/Bits/Components/Icons/FullScreen.vue',
271 290 'resources/admin/Bits/Components/Icons/GalleryAdd.vue',
272 291 'resources/admin/Bits/Components/Icons/GearIcon.vue',
292 + 'resources/admin/Bits/Components/Icons/Generate.vue',
273 293 'resources/admin/Bits/Components/Icons/Gift.vue',
274 294 'resources/admin/Bits/Components/Icons/Globe.vue',
275 295 'resources/admin/Bits/Components/Icons/GradientCheckCircle.vue',
276 296 'resources/admin/Bits/Components/Icons/GradientWarningCircle.vue',
@@ -316,12 +336,15 @@
316 336 'resources/admin/Bits/Components/Icons/Overview.vue',
317 337 'resources/admin/Bits/Components/Icons/Package.vue',
318 338 'resources/admin/Bits/Components/Icons/Page.vue',
319 339 'resources/admin/Bits/Components/Icons/PaidOrdersIcon.vue',
340 + 'resources/admin/Bits/Components/Icons/PaintLine.vue',
320 341 'resources/admin/Bits/Components/Icons/Palette.vue',
342 + 'resources/admin/Bits/Components/Icons/PaletteLine.vue',
321 343 'resources/admin/Bits/Components/Icons/Party.vue',
322 344 'resources/admin/Bits/Components/Icons/PaymentIcon.vue',
323 345 'resources/admin/Bits/Components/Icons/Pending.vue',
346 + 'resources/admin/Bits/Components/Icons/PlayCircle.vue',
324 347 'resources/admin/Bits/Components/Icons/Plus.vue',
325 348 'resources/admin/Bits/Components/Icons/PlusCircle.vue',
326 349 'resources/admin/Bits/Components/Icons/Print.vue',
327 350 'resources/admin/Bits/Components/Icons/Product.vue',
@@ -332,8 +355,9 @@
332 355 'resources/admin/Bits/Components/Icons/Refresh.vue',
333 356 'resources/admin/Bits/Components/Icons/Refund.vue',
334 357 'resources/admin/Bits/Components/Icons/Reload.vue',
335 358 'resources/admin/Bits/Components/Icons/ReorderDotsVertical.vue',
359 + 'resources/admin/Bits/Components/Icons/Reset.vue',
336 360 'resources/admin/Bits/Components/Icons/Revenue.vue',
337 361 'resources/admin/Bits/Components/Icons/Rotate.vue',
338 362 'resources/admin/Bits/Components/Icons/RunningShoe.vue',
339 363 'resources/admin/Bits/Components/Icons/Save.vue',
@@ -348,8 +372,9 @@
348 372 'resources/admin/Bits/Components/Icons/ShipmentStatus.vue',
349 373 'resources/admin/Bits/Components/Icons/Shipping.vue',
350 374 'resources/admin/Bits/Components/Icons/ShoppingBag.vue',
351 375 'resources/admin/Bits/Components/Icons/ShoppingCartIcon.vue',
376 + 'resources/admin/Bits/Components/Icons/Sites.vue',
352 377 'resources/admin/Bits/Components/Icons/SoftPackage.vue',
353 378 'resources/admin/Bits/Components/Icons/Source.vue',
354 379 'resources/admin/Bits/Components/Icons/SpeedFill.vue',
355 380 'resources/admin/Bits/Components/Icons/Stars.vue',
@@ -368,8 +393,9 @@
368 393 'resources/admin/Bits/Components/Icons/Unfulfilled.vue',
369 394 'resources/admin/Bits/Components/Icons/Unlink.vue',
370 395 'resources/admin/Bits/Components/Icons/Upload.vue',
371 396 'resources/admin/Bits/Components/Icons/Users.vue',
397 + 'resources/admin/Bits/Components/Icons/VideoAdd.vue',
372 398 'resources/admin/Bits/Components/Icons/Wallet.vue',
373 399 'resources/admin/Bits/Components/Icons/Warning.vue',
374 400 'resources/admin/Bits/Components/Icons/WarningFill.vue',
375 401 'resources/admin/Bits/Components/Icons/Webhooks.vue',
@@ -375,13 +401,25 @@
375 401 'resources/admin/Bits/Components/Icons/Webhooks.vue',
376 402 'resources/admin/Bits/Components/Icons/Window.vue'
377 403 ]
378 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 + ],
379 417 '_EditorPanel.js' => [
380 418 'file' => 'chunks/EditorPanel.js',
381 419 'name' => 'EditorPanel',
382 420 'imports' => [
383 - '_BlockEditorTranslator.js'
421 + '_jsx-runtime.js'
384 422 ]
385 423 ],
386 424 '_EditorPanelRow.js' => [
387 425 'file' => 'chunks/EditorPanelRow.js',
@@ -386,9 +424,9 @@
386 424 '_EditorPanelRow.js' => [
387 425 'file' => 'chunks/EditorPanelRow.js',
388 426 'name' => 'EditorPanelRow',
389 427 'imports' => [
390 - '_BlockEditorTranslator.js'
428 + '_jsx-runtime.js'
391 429 ]
392 430 ],
393 431 '_Empty.js' => [
394 432 'file' => 'chunks/Empty.js',
@@ -402,8 +440,9 @@
402 440 '_ErrorBoundary.js' => [
403 441 'file' => 'chunks/ErrorBoundary.js',
404 442 'name' => 'ErrorBoundary',
405 443 'imports' => [
444 + '_jsx-runtime.js',
406 445 '_BlockEditorTranslator.js'
407 446 ]
408 447 ],
409 448 '_FileUploaderDialog.js' => [
@@ -423,10 +462,8 @@
423 462 '_IconButton.js' => [
424 463 'file' => 'chunks/IconButton.js',
425 464 'name' => 'IconButton',
426 465 'imports' => [
427 - '_Str.js',
428 - '_Arr.js',
429 466 '_vue.esm-bundler.js',
430 467 '__plugin-vue_export-helper.js'
431 468 ]
432 469 ],
@@ -433,9 +470,9 @@
433 470 '_Icons.js' => [
434 471 'file' => 'chunks/Icons.js',
435 472 'name' => 'Icons',
436 473 'imports' => [
437 - '_BlockEditorTranslator.js'
474 + '_jsx-runtime.js'
438 475 ]
439 476 ],
440 477 '_Model.js' => [
441 478 'file' => 'chunks/Model.js',
@@ -470,23 +507,25 @@
470 507 'file' => 'chunks/OrderCustomerInformation.js',
471 508 'name' => 'OrderCustomerInformation',
472 509 'imports' => [
473 510 '_vue.esm-bundler.js',
511 + '_index.js',
512 + '_Translator.js',
513 + '_Animation.js',
514 + '_Badge.js',
515 + '_Rest.js',
516 + '_Notify.js',
474 517 '__plugin-vue_export-helper.js',
475 - '_Badge.js',
476 518 '_Empty.js',
477 519 '_common.js',
478 - '_CopyToClipboard.js',
479 520 '_IconButton.js',
480 521 '_DynamicIcon.js',
481 - '_Translator.js',
482 522 '_CardBody.js',
523 + '_UserCan.js',
483 524 '_Arr.js',
484 525 '_Asset.js',
485 - '_Notify.js',
486 - '_Rest.js',
526 + '_AddressComponent2.js',
487 527 '_NotFound.js',
488 - '_index.js',
489 528 '_productService.js'
490 529 ]
491 530 ],
492 531 '_ProductContainerContext.js' => [
@@ -500,10 +539,11 @@
500 539 '_ProductExcerptBlock.js' => [
501 540 'file' => 'chunks/ProductExcerptBlock.js',
502 541 'name' => 'ProductExcerptBlock',
503 542 'imports' => [
504 - '_BlockEditorTranslator.js',
505 - '_SingleProductContext.js'
543 + '_jsx-runtime.js',
544 + '_SingleProductContext.js',
545 + '_BlockEditorTranslator.js'
506 546 ]
507 547 ],
508 548 '_ProductListItem.js' => [
509 549 'file' => 'chunks/ProductListItem.js',
@@ -508,10 +548,11 @@
508 548 '_ProductListItem.js' => [
509 549 'file' => 'chunks/ProductListItem.js',
510 550 'name' => 'ProductListItem',
511 551 'imports' => [
512 - '_BlockEditorTranslator.js',
513 - '_Icons.js'
552 + '_jsx-runtime.js',
553 + '_Icons.js',
554 + '_BlockEditorTranslator.js'
514 555 ]
515 556 ],
516 557 '_ProductVariationSelector.js' => [
517 558 'file' => 'chunks/ProductVariationSelector.js',
@@ -532,10 +573,11 @@
532 573 '_SelectProductModal.js' => [
533 574 'file' => 'chunks/SelectProductModal.js',
534 575 'name' => 'SelectProductModal',
535 576 'imports' => [
577 + '_jsx-runtime.js',
578 + '_Icons.js',
536 579 '_BlockEditorTranslator.js',
537 - '_Icons.js',
538 580 '_index5.js',
539 581 '_ProductListItem.js',
540 582 '_index6.js',
541 583 '_add-query-args.js'
@@ -544,13 +586,14 @@
544 586 '_SelectVariationModal.js' => [
545 587 'file' => 'chunks/SelectVariationModal.js',
546 588 'name' => 'SelectVariationModal',
547 589 'imports' => [
548 - '_BlockEditorTranslator.js',
590 + '_jsx-runtime.js',
549 591 '_ProductListItem.js',
550 592 '_Icons.js',
551 593 '_index6.js',
552 594 '_index5.js',
595 + '_BlockEditorTranslator.js',
553 596 '_add-query-args.js'
554 597 ]
555 598 ],
556 599 '_ServerSidePreview.css' => [
@@ -577,8 +620,23 @@
577 620 '_Str.js' => [
578 621 'file' => 'chunks/Str.js',
579 622 'name' => 'Str'
580 623 ],
624 + '_TransitionAccordion.css' => [
625 + 'file' => 'assets/TransitionAccordion.css',
626 + 'src' => '_TransitionAccordion.css'
627 + ],
628 + '_TransitionAccordion.js' => [
629 + 'file' => 'chunks/TransitionAccordion.js',
630 + 'name' => 'TransitionAccordion',
631 + 'imports' => [
632 + '_vue.esm-bundler.js',
633 + '__plugin-vue_export-helper.js'
634 + ],
635 + 'css' => [
636 + 'assets/TransitionAccordion.css'
637 + ]
638 + ],
581 639 '_Translator.js' => [
582 640 'file' => 'chunks/Translator.js',
583 641 'name' => 'Translator',
584 642 'imports' => [
@@ -594,8 +652,16 @@
594 652 '_Arr.js',
595 653 '_vue-router.js'
596 654 ]
597 655 ],
656 + '_UserCan.js' => [
657 + 'file' => 'chunks/UserCan.js',
658 + 'name' => 'UserCan',
659 + 'imports' => [
660 + '_vue.esm-bundler.js',
661 + '_Arr.js'
662 + ]
663 + ],
598 664 '_Utils.js' => [
599 665 'file' => 'chunks/Utils.js',
600 666 'name' => 'Utils',
601 667 'imports' => [
@@ -600,9 +666,11 @@
600 666 'name' => 'Utils',
601 667 'imports' => [
602 668 '_Translator.js',
603 669 '_dayjs.min.js',
604 - '_timezone.js'
670 + '_timezone.js',
671 + '_weekOfYear.js',
672 + '_CurrencyFormatter.js'
605 673 ]
606 674 ],
607 675 '__plugin-vue_export-helper.js' => [
608 676 'file' => 'chunks/_plugin-vue_export-helper.js',
@@ -619,9 +687,12 @@
619 687 '_dayjs.min.js',
620 688 '_Translator.js',
621 689 '_Str.js',
622 690 '_timezone.js',
623 - '_IconButton.js',
691 + '_weekOfYear.js',
692 + '_Arr.js',
693 + '_Utils.js',
694 + '_CurrencyFormatter.js',
624 695 '_index.js'
625 696 ]
626 697 ],
627 698 '_countries.js' => [
@@ -631,8 +702,11 @@
631 702 '_Translator.js',
632 703 '_DynamicIcon.js',
633 704 '_vue.esm-bundler.js',
634 705 '__plugin-vue_export-helper.js',
706 + '_vue-router.js',
707 + '_Badge.js',
708 + '_TransitionAccordion.js',
635 709 '_Rest.js',
636 710 '_Notify.js',
637 711 '_NotFound.js'
638 712 ]
@@ -648,9 +722,10 @@
648 722 '_DynamicIcon.js',
649 723 '_index.js',
650 724 '_Rest.js',
651 725 '_Arr.js',
652 - '_CardBody.js',
726 + '_Badge.js',
727 + '_common.js',
653 728 '_dayjs.min.js'
654 729 ]
655 730 ],
656 731 '_dayjs.min.js' => [
@@ -656,19 +731,11 @@
656 731 '_dayjs.min.js' => [
657 732 'file' => 'chunks/dayjs.min.js',
658 733 'name' => 'dayjs.min'
659 734 ],
660 - '_defaults.js' => [
661 - 'file' => 'chunks/defaults.js',
662 - 'name' => 'defaults',
663 - 'imports' => [
664 - '_index.js',
665 - '_vue.esm-bundler.js',
666 - '_index2.js',
667 - '_index3.js',
668 - '_dayjs.min.js',
669 - '_index4.js'
670 - ]
735 + '_galleryTabs.js' => [
736 + 'file' => 'chunks/galleryTabs.js',
737 + 'name' => 'galleryTabs'
671 738 ],
672 739 '_index.js' => [
673 740 'file' => 'chunks/index.js',
674 741 'name' => 'index',
@@ -682,9 +749,10 @@
682 749 'imports' => [
683 750 '_vue.esm-bundler.js',
684 751 '_index.js',
685 752 '_index4.js',
686 - '_dayjs.min.js'
753 + '_dayjs.min.js',
754 + '_weekOfYear.js'
687 755 ]
688 756 ],
689 757 '_index3.js' => [
690 758 'file' => 'chunks/index3.js',
@@ -709,22 +777,29 @@
709 777 '_index6.js' => [
710 778 'file' => 'chunks/index6.js',
711 779 'name' => 'index',
712 780 'imports' => [
713 - '_BlockEditorTranslator.js'
781 + '_jsx-runtime.js'
714 782 ]
715 783 ],
784 + '_jsx-runtime.js' => [
785 + 'file' => 'chunks/jsx-runtime.js',
786 + 'name' => 'jsx-runtime'
787 + ],
716 788 '_payment-loader.js' => [
717 789 'file' => 'chunks/payment-loader.js',
718 790 'name' => 'payment-loader'
719 791 ],
792 + '_preload-helper.js' => [
793 + 'file' => 'chunks/preload-helper.js',
794 + 'name' => 'preload-helper'
795 + ],
720 796 '_productService.js' => [
721 797 'file' => 'chunks/productService.js',
722 798 'name' => 'productService',
723 799 'imports' => [
724 800 '_Translator.js',
725 - '_Arr.js',
726 - '_dayjs.min.js'
801 + '_CurrencyFormatter.js'
727 802 ]
728 803 ],
729 804 '_timezone.js' => [
730 805 'file' => 'chunks/timezone.js',
@@ -759,8 +834,15 @@
759 834 '_vue.esm-bundler.js' => [
760 835 'file' => 'chunks/vue.esm-bundler.js',
761 836 'name' => 'vue.esm-bundler'
762 837 ],
838 + '_weekOfYear.js' => [
839 + 'file' => 'chunks/weekOfYear.js',
840 + 'name' => 'weekOfYear',
841 + 'imports' => [
842 + '_dayjs.min.js'
843 + ]
844 + ],
763 845 'resources/addon-assets/addon-assets.js' => [
764 846 'file' => 'addon-assets.js',
765 847 'name' => 'addon-assets',
766 848 'src' => 'resources/addon-assets/addon-assets.js',
@@ -765,20 +847,24 @@
765 847 'name' => 'addon-assets',
766 848 'src' => 'resources/addon-assets/addon-assets.js',
767 849 'isEntry' => true,
768 850 'imports' => [
851 + '_Translator.js',
769 852 '_FileUploaderDialog.js',
770 - '_Translator.js',
771 853 '_vue.esm-bundler.js',
772 854 '__plugin-vue_export-helper.js',
855 + '_Arr.js',
773 856 '_common.js',
774 857 '_dayjs.min.js',
775 858 '_Str.js',
776 859 '_timezone.js',
860 + '_weekOfYear.js',
861 + '_Utils.js',
862 + '_CurrencyFormatter.js',
863 + '_index.js',
777 864 '_IconButton.js',
778 - '_Arr.js',
779 - '_index.js',
780 865 '_DynamicIcon.js',
866 + '_preload-helper.js',
781 867 '_Rest.js',
782 868 '_Notify.js',
783 869 '_Model.js'
784 870 ]
@@ -855,8 +941,48 @@
855 941 'imports' => [
856 942 '_vue.esm-bundler.js'
857 943 ]
858 944 ],
945 + 'resources/admin/Bits/Components/Form/Components/McpSettings.vue' => [
946 + 'file' => 'chunks/McpSettings.js',
947 + 'name' => 'McpSettings',
948 + 'src' => 'resources/admin/Bits/Components/Form/Components/McpSettings.vue',
949 + 'isDynamicEntry' => true,
950 + 'imports' => [
951 + '_vue.esm-bundler.js',
952 + '_Translator.js',
953 + '_Badge.js',
954 + '_Rest.js',
955 + '_Notify.js',
956 + '_OrderCustomerInformation.js',
957 + '_Arr.js',
958 + '_Model.js',
959 + '_common.js',
960 + '_dayjs.min.js',
961 + '_Str.js',
962 + '_timezone.js',
963 + '_weekOfYear.js',
964 + '_Utils.js',
965 + '_CurrencyFormatter.js',
966 + '_index.js',
967 + '_vue-router.js',
968 + '_Url.js',
969 + '_DynamicIcon.js',
970 + '_preload-helper.js',
971 + '__plugin-vue_export-helper.js',
972 + '_index3.js',
973 + '_IconButton.js',
974 + '_TransitionAccordion.js',
975 + '_Animation.js',
976 + '_Empty.js',
977 + '_CardBody.js',
978 + '_UserCan.js',
979 + '_Asset.js',
980 + '_AddressComponent2.js',
981 + '_NotFound.js',
982 + '_productService.js'
983 + ]
984 + ],
859 985 'resources/admin/Bits/Components/Form/Components/ModuleSettings.vue' => [
860 986 'file' => 'chunks/ModuleSettings.js',
861 987 'name' => 'ModuleSettings',
862 988 'src' => 'resources/admin/Bits/Components/Form/Components/ModuleSettings.vue',
@@ -863,14 +989,30 @@
863 989 'isDynamicEntry' => true,
864 990 'imports' => [
865 991 '_vue.esm-bundler.js',
866 992 '_Translator.js',
993 + '_common.js',
867 994 '_Badge.js',
868 995 '_Animation.js',
869 996 '_Arr.js',
997 + '_dayjs.min.js',
998 + '_Str.js',
999 + '_timezone.js',
1000 + '_weekOfYear.js',
1001 + '_Utils.js',
1002 + '_CurrencyFormatter.js',
1003 + '_index.js',
1004 + '_Model.js',
1005 + '_Rest.js',
1006 + '_vue-router.js',
1007 + '_Url.js',
1008 + '_Notify.js',
1009 + '_DynamicIcon.js',
1010 + '_preload-helper.js',
870 1011 '__plugin-vue_export-helper.js',
871 - '_DynamicIcon.js',
872 - '_Str.js'
1012 + '_index3.js',
1013 + '_IconButton.js',
1014 + '_TransitionAccordion.js'
873 1015 ]
874 1016 ],
875 1017 'resources/admin/Bits/Components/Form/Components/PaymentView.vue' => [
876 1018 'file' => 'chunks/PaymentView.js',
@@ -880,9 +1022,10 @@
880 1022 'imports' => [
881 1023 '_vue.esm-bundler.js',
882 1024 '_Translator.js',
883 1025 '_DynamicIcon.js',
884 - '_Arr.js'
1026 + '_Arr.js',
1027 + '_preload-helper.js'
885 1028 ]
886 1029 ],
887 1030 'resources/admin/Bits/Components/Form/Components/StoreSettings/AddressComponent.vue' => [
888 1031 'file' => 'chunks/AddressComponent.js',
@@ -892,19 +1035,83 @@
892 1035 'imports' => [
893 1036 '_vue.esm-bundler.js',
894 1037 '_Rest.js',
895 1038 '_Translator.js',
896 - '_CopyToClipboard.js',
1039 + '_AddressComponent2.js',
897 1040 '_Arr.js',
898 1041 '_Animation.js',
899 1042 '__plugin-vue_export-helper.js',
1043 + '_TransitionAccordion.js'
1044 + ]
1045 + ],
1046 + 'resources/admin/Bits/Components/Form/Components/StoreSettings/AppearanceComponent.vue' => [
1047 + 'file' => 'chunks/AppearanceComponent.js',
1048 + 'name' => 'AppearanceComponent',
1049 + 'src' => 'resources/admin/Bits/Components/Form/Components/StoreSettings/AppearanceComponent.vue',
1050 + 'isDynamicEntry' => true,
1051 + 'imports' => [
1052 + '_vue.esm-bundler.js',
1053 + 'resources/admin/bootstrap/app.js',
1054 + '_DynamicIcon.js',
1055 + 'resources/admin/Bits/Components/Form/Components/StoreSettings/AppearancePreview.vue',
1056 + '_Translator.js',
1057 + '_IconButton.js',
1058 + '_vue-router.js',
1059 + '_preload-helper.js',
900 1060 '_Badge.js',
901 - '_DynamicIcon.js',
1061 + '_Model.js',
1062 + '_Rest.js',
1063 + '_common.js',
1064 + '_dayjs.min.js',
902 1065 '_Str.js',
1066 + '_timezone.js',
1067 + '_weekOfYear.js',
1068 + '_Arr.js',
1069 + '_Utils.js',
1070 + '_CurrencyFormatter.js',
1071 + '_index.js',
1072 + '_Url.js',
903 1073 '_Notify.js',
904 - '_index.js'
1074 + '__plugin-vue_export-helper.js',
1075 + '_index3.js',
1076 + '_TransitionAccordion.js',
1077 + '_Empty.js',
1078 + '_OrderCustomerInformation.js',
1079 + '_Animation.js',
1080 + '_CardBody.js',
1081 + '_UserCan.js',
1082 + '_Asset.js',
1083 + '_AddressComponent2.js',
1084 + '_NotFound.js',
1085 + '_productService.js',
1086 + '_Activity.js',
1087 + '_BundleProducts.js',
1088 + '_dateShortCuts.js',
1089 + '_index4.js',
1090 + '_countries.js',
1091 + '_index2.js',
1092 + '_AttrGroups.js',
1093 + '_DynamicTemplateParser.js',
1094 + '_ProductVariationSelector.js',
1095 + '_galleryTabs.js',
1096 + '_FileUploaderDialog.js',
1097 + 'resources/admin/Bits/Components/Icons/Screenshot.vue',
1098 + '_useElementPlusComponents.js'
905 1099 ]
906 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 + ],
907 1114 'resources/admin/Bits/Components/Form/Components/StoreSettings/CreatePageButton.vue' => [
908 1115 'file' => 'chunks/CreatePageButton.js',
909 1116 'name' => 'CreatePageButton',
910 1117 'src' => 'resources/admin/Bits/Components/Form/Components/StoreSettings/CreatePageButton.vue',
@@ -915,8 +1122,9 @@
915 1122 '_Translator.js',
916 1123 '_Notify.js',
917 1124 '_Rest.js',
918 1125 '_IconButton.js',
1126 + '_preload-helper.js',
919 1127 '_Arr.js',
920 1128 '_Str.js',
921 1129 '_index.js',
922 1130 '__plugin-vue_export-helper.js'
@@ -932,8 +1140,9 @@
932 1140 '_Translator.js',
933 1141 '_DynamicIcon.js',
934 1142 '_Arr.js',
935 1143 'resources/admin/Bits/Components/Form/Components/StoreSettings/CreatePageButton.vue',
1144 + '_preload-helper.js',
936 1145 '_Notify.js',
937 1146 '_Str.js',
938 1147 '_index.js',
939 1148 '_Rest.js',
@@ -940,8 +1149,39 @@
940 1149 '_IconButton.js',
941 1150 '__plugin-vue_export-helper.js'
942 1151 ]
943 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 + ],
944 1184 'resources/admin/Bits/Components/Form/Components/TurnstileSettings.vue' => [
945 1185 'file' => 'chunks/TurnstileSettings.js',
946 1186 'name' => 'TurnstileSettings',
947 1187 'src' => 'resources/admin/Bits/Components/Form/Components/TurnstileSettings.vue',
@@ -951,11 +1191,26 @@
951 1191 '_Translator.js',
952 1192 '_Badge.js',
953 1193 '_Rest.js',
954 1194 '_Arr.js',
1195 + '_Model.js',
1196 + '_common.js',
1197 + '_dayjs.min.js',
1198 + '_Str.js',
1199 + '_timezone.js',
1200 + '_weekOfYear.js',
1201 + '_Utils.js',
1202 + '_CurrencyFormatter.js',
1203 + '_index.js',
1204 + '_vue-router.js',
1205 + '_Url.js',
1206 + '_Notify.js',
1207 + '_DynamicIcon.js',
1208 + '_preload-helper.js',
955 1209 '__plugin-vue_export-helper.js',
956 - '_DynamicIcon.js',
957 - '_Str.js'
1210 + '_index3.js',
1211 + '_IconButton.js',
1212 + '_TransitionAccordion.js'
958 1213 ]
959 1214 ],
960 1215 'resources/admin/Bits/Components/Icons/Access.vue' => [
961 1216 'file' => 'chunks/Access.js',
@@ -1926,8 +2181,18 @@
1926 2181 '_vue.esm-bundler.js',
1927 2182 '__plugin-vue_export-helper.js'
1928 2183 ]
1929 2184 ],
2185 + 'resources/admin/Bits/Components/Icons/Generate.vue' => [
2186 + 'file' => 'chunks/Generate.js',
2187 + 'name' => 'Generate',
2188 + 'src' => 'resources/admin/Bits/Components/Icons/Generate.vue',
2189 + 'isDynamicEntry' => true,
2190 + 'imports' => [
2191 + '_vue.esm-bundler.js',
2192 + '__plugin-vue_export-helper.js'
2193 + ]
2194 + ],
1930 2195 'resources/admin/Bits/Components/Icons/Gift.vue' => [
1931 2196 'file' => 'chunks/Gift.js',
1932 2197 'name' => 'Gift',
1933 2198 'src' => 'resources/admin/Bits/Components/Icons/Gift.vue',
@@ -2396,8 +2661,18 @@
2396 2661 '_vue.esm-bundler.js',
2397 2662 '__plugin-vue_export-helper.js'
2398 2663 ]
2399 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 + ],
2400 2675 'resources/admin/Bits/Components/Icons/Palette.vue' => [
2401 2676 'file' => 'chunks/Palette.js',
2402 2677 'name' => 'Palette',
2403 2678 'src' => 'resources/admin/Bits/Components/Icons/Palette.vue',
@@ -2406,8 +2681,18 @@
2406 2681 '_vue.esm-bundler.js',
2407 2682 '__plugin-vue_export-helper.js'
2408 2683 ]
2409 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 + ],
2410 2695 'resources/admin/Bits/Components/Icons/Party.vue' => [
2411 2696 'file' => 'chunks/Party.js',
2412 2697 'name' => 'Party',
2413 2698 'src' => 'resources/admin/Bits/Components/Icons/Party.vue',
@@ -2436,8 +2721,18 @@
2436 2721 '_vue.esm-bundler.js',
2437 2722 '__plugin-vue_export-helper.js'
2438 2723 ]
2439 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 + ],
2440 2735 'resources/admin/Bits/Components/Icons/Plus.vue' => [
2441 2736 'file' => 'chunks/Plus.js',
2442 2737 'name' => 'Plus',
2443 2738 'src' => 'resources/admin/Bits/Components/Icons/Plus.vue',
@@ -2556,8 +2851,18 @@
2556 2851 '_vue.esm-bundler.js',
2557 2852 '__plugin-vue_export-helper.js'
2558 2853 ]
2559 2854 ],
2855 + 'resources/admin/Bits/Components/Icons/Reset.vue' => [
2856 + 'file' => 'chunks/Reset.js',
2857 + 'name' => 'Reset',
2858 + 'src' => 'resources/admin/Bits/Components/Icons/Reset.vue',
2859 + 'isDynamicEntry' => true,
2860 + 'imports' => [
2861 + '_vue.esm-bundler.js',
2862 + '__plugin-vue_export-helper.js'
2863 + ]
2864 + ],
2560 2865 'resources/admin/Bits/Components/Icons/Revenue.vue' => [
2561 2866 'file' => 'chunks/Revenue.js',
2562 2867 'name' => 'Revenue',
2563 2868 'src' => 'resources/admin/Bits/Components/Icons/Revenue.vue',
@@ -2716,8 +3021,18 @@
2716 3021 '_vue.esm-bundler.js',
2717 3022 '__plugin-vue_export-helper.js'
2718 3023 ]
2719 3024 ],
3025 + 'resources/admin/Bits/Components/Icons/Sites.vue' => [
3026 + 'file' => 'chunks/Sites.js',
3027 + 'name' => 'Sites',
3028 + 'src' => 'resources/admin/Bits/Components/Icons/Sites.vue',
3029 + 'isDynamicEntry' => true,
3030 + 'imports' => [
3031 + '_vue.esm-bundler.js',
3032 + '__plugin-vue_export-helper.js'
3033 + ]
3034 + ],
2720 3035 'resources/admin/Bits/Components/Icons/SoftPackage.vue' => [
2721 3036 'file' => 'chunks/SoftPackage.js',
2722 3037 'name' => 'SoftPackage',
2723 3038 'src' => 'resources/admin/Bits/Components/Icons/SoftPackage.vue',
@@ -2916,8 +3231,18 @@
2916 3231 '_vue.esm-bundler.js',
2917 3232 '__plugin-vue_export-helper.js'
2918 3233 ]
2919 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 + ],
2920 3245 'resources/admin/Bits/Components/Icons/Wallet.vue' => [
2921 3246 'file' => 'chunks/Wallet.js',
2922 3247 'name' => 'Wallet',
2923 3248 'src' => 'resources/admin/Bits/Components/Icons/Wallet.vue',
@@ -2972,8 +3297,9 @@
2972 3297 'name' => 'AddToCartButtonBlockEditor',
2973 3298 'src' => 'resources/admin/BlockEditor/Buttons/AddToCartButtonBlockEditor.jsx',
2974 3299 'isEntry' => true,
2975 3300 'imports' => [
3301 + '_jsx-runtime.js',
2976 3302 '_BlockEditorTranslator.js',
2977 3303 '_index5.js',
2978 3304 '_SingleProductContext.js',
2979 3305 '_Icons.js',
@@ -2988,8 +3314,9 @@
2988 3314 'name' => 'BuyNowButtonBlockEditor',
2989 3315 'src' => 'resources/admin/BlockEditor/Buttons/BuyNowButtonBlockEditor.jsx',
2990 3316 'isEntry' => true,
2991 3317 'imports' => [
3318 + '_jsx-runtime.js',
2992 3319 '_BlockEditorTranslator.js',
2993 3320 '_index5.js',
2994 3321 '_SelectVariationModal.js',
2995 3322 '_Icons.js',
@@ -3012,8 +3339,9 @@
3012 3339 'name' => 'BuySectionBlockEditor',
3013 3340 'src' => 'resources/admin/BlockEditor/BuySection/BuySectionBlockEditor.jsx',
3014 3341 'isEntry' => true,
3015 3342 'imports' => [
3343 + '_jsx-runtime.js',
3016 3344 '_BlockEditorTranslator.js',
3017 3345 '_index5.js',
3018 3346 '_EditorPanel.js',
3019 3347 '_EditorPanelRow.js',
@@ -3032,8 +3360,30 @@
3032 3360 'file' => 'assets/buy-section-block-editor.css',
3033 3361 'src' => 'resources/admin/BlockEditor/BuySection/style/buy-section-block-editor.scss',
3034 3362 'isEntry' => true
3035 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 + ],
3036 3386 'resources/admin/BlockEditor/Cart/MiniCartBlockEditor.jsx' => [
3037 3387 'file' => 'MiniCartBlockEditor.js',
3038 3388 'name' => 'MiniCartBlockEditor',
3039 3389 'src' => 'resources/admin/BlockEditor/Cart/MiniCartBlockEditor.jsx',
@@ -3038,14 +3388,20 @@
3038 3388 'name' => 'MiniCartBlockEditor',
3039 3389 'src' => 'resources/admin/BlockEditor/Cart/MiniCartBlockEditor.jsx',
3040 3390 'isEntry' => true,
3041 3391 'imports' => [
3042 - '_BlockEditorTranslator.js',
3392 + '_jsx-runtime.js',
3043 3393 '_index5.js',
3044 3394 '_SingleProductContext.js',
3045 - '_Icons.js'
3395 + '_Icons.js',
3396 + '_BlockEditorTranslator.js'
3046 3397 ]
3047 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 + ],
3048 3404 'resources/admin/BlockEditor/Cart/style/mini-cart-block-editor.scss' => [
3049 3405 'file' => 'assets/mini-cart-block-editor.css',
3050 3406 'src' => 'resources/admin/BlockEditor/Cart/style/mini-cart-block-editor.scss',
3051 3407 'isEntry' => true
@@ -3059,11 +3415,12 @@
3059 3415 'name' => 'CheckoutBlockEditor',
3060 3416 'src' => 'resources/admin/BlockEditor/Checkout/CheckoutBlockEditor.jsx',
3061 3417 'isEntry' => true,
3062 3418 'imports' => [
3063 - '_BlockEditorTranslator.js',
3419 + '_jsx-runtime.js',
3064 3420 '_EditorPanel.js',
3065 3421 '_ColorPickerField.js',
3422 + '_BlockEditorTranslator.js',
3066 3423 '_Icons.js'
3067 3424 ],
3068 3425 'assets' => [
3069 3426 'assets/Checkout.png'
@@ -3074,9 +3431,10 @@
3074 3431 'name' => 'InnerBlocks',
3075 3432 'src' => 'resources/admin/BlockEditor/Checkout/InnerBlocks/InnerBlocks.jsx',
3076 3433 'isEntry' => true,
3077 3434 'imports' => [
3078 - '_BlockEditorTranslator.js'
3435 + '_BlockEditorTranslator.js',
3436 + '_jsx-runtime.js'
3079 3437 ]
3080 3438 ],
3081 3439 'resources/admin/BlockEditor/Checkout/style/checkout-block-editor.scss' => [
3082 3440 'file' => 'assets/checkout-block-editor.css',
@@ -3093,8 +3451,9 @@
3093 3451 'name' => 'CustomerDashboardButtonBlockEditor',
3094 3452 'src' => 'resources/admin/BlockEditor/CustomerDashboardButton/CustomerDashboardButtonBlockEditor.jsx',
3095 3453 'isEntry' => true,
3096 3454 'imports' => [
3455 + '_jsx-runtime.js',
3097 3456 '_BlockEditorTranslator.js',
3098 3457 '_Icons.js'
3099 3458 ]
3100 3459 ],
@@ -3112,10 +3471,11 @@
3112 3471 'name' => 'CustomerProfileBlockEditor',
3113 3472 'src' => 'resources/admin/BlockEditor/CustomerProfile/CustomerProfileBlockEditor.jsx',
3114 3473 'isEntry' => true,
3115 3474 'imports' => [
3116 - '_BlockEditorTranslator.js',
3117 - '_Icons.js'
3475 + '_jsx-runtime.js',
3476 + '_Icons.js',
3477 + '_BlockEditorTranslator.js'
3118 3478 ],
3119 3479 'assets' => [
3120 3480 'assets/CustomerProfile.png'
3121 3481 ]
@@ -3130,8 +3490,9 @@
3130 3490 'name' => 'ExcerptBlockEditor',
3131 3491 'src' => 'resources/admin/BlockEditor/Excerpt/ExcerptBlockEditor.jsx',
3132 3492 'isEntry' => true,
3133 3493 'imports' => [
3494 + '_jsx-runtime.js',
3134 3495 '_BlockEditorTranslator.js',
3135 3496 '_index5.js',
3136 3497 '_SelectProductModal.js',
3137 3498 '_EditorPanel.js',
@@ -3153,8 +3514,9 @@
3153 3514 'name' => 'InnerBlocks',
3154 3515 'src' => 'resources/admin/BlockEditor/MediaCarousel/InnerBlocks/InnerBlocks.jsx',
3155 3516 'isEntry' => true,
3156 3517 'imports' => [
3518 + '_jsx-runtime.js',
3157 3519 '_BlockEditorTranslator.js',
3158 3520 '_SingleProductContext.js',
3159 3521 '_Icons.js',
3160 3522 '_ProductContext.js',
@@ -3166,13 +3528,14 @@
3166 3528 'name' => 'MediaCarouselBlockEditor',
3167 3529 'src' => 'resources/admin/BlockEditor/MediaCarousel/MediaCarouselBlockEditor.jsx',
3168 3530 'isEntry' => true,
3169 3531 'imports' => [
3170 - '_BlockEditorTranslator.js',
3532 + '_jsx-runtime.js',
3171 3533 '_Icons.js',
3172 3534 '_index5.js',
3173 3535 '_EditorPanel.js',
3174 3536 '_EditorPanelRow.js',
3537 + '_BlockEditorTranslator.js',
3175 3538 '_SelectVariationModal.js',
3176 3539 '_SingleProductContext.js',
3177 3540 '_ProductContext.js',
3178 3541 '_add-query-args.js',
@@ -3197,14 +3560,15 @@
3197 3560 'name' => 'PriceRangeBlockEditor',
3198 3561 'src' => 'resources/admin/BlockEditor/PriceRange/PriceRangeBlockEditor.jsx',
3199 3562 'isEntry' => true,
3200 3563 'imports' => [
3201 - '_BlockEditorTranslator.js',
3564 + '_jsx-runtime.js',
3202 3565 '_index5.js',
3203 3566 '_SelectProductModal.js',
3204 3567 '_CustomSelect.js',
3205 3568 '_EditorPanel.js',
3206 3569 '_EditorPanelRow.js',
3570 + '_BlockEditorTranslator.js',
3207 3571 '_SingleProductContext.js',
3208 3572 '_Icons.js',
3209 3573 '_add-query-args.js',
3210 3574 '_ProductListItem.js',
@@ -3225,9 +3589,9 @@
3225 3589 'name' => 'PricingTableBlockEditor',
3226 3590 'src' => 'resources/admin/BlockEditor/PricingTable/PricingTableBlockEditor.jsx',
3227 3591 'isEntry' => true,
3228 3592 'imports' => [
3229 - '_BlockEditorTranslator.js',
3593 + '_jsx-runtime.js',
3230 3594 '_index6.js',
3231 3595 '_Icons.js',
3232 3596 '_ProductListItem.js',
3233 3597 '_SelectVariationModal.js',
@@ -3233,8 +3597,9 @@
3233 3597 '_SelectVariationModal.js',
3234 3598 '_index5.js',
3235 3599 '_ColorPickerField.js',
3236 3600 '_EditorPanel.js',
3601 + '_BlockEditorTranslator.js',
3237 3602 '_CustomSelect.js',
3238 3603 '_add-query-args.js'
3239 3604 ],
3240 3605 'assets' => [
@@ -3255,10 +3620,11 @@
3255 3620 'name' => 'ProductCardBlockEditor',
3256 3621 'src' => 'resources/admin/BlockEditor/ProductCard/ProductCardBlockEditor.jsx',
3257 3622 'isEntry' => true,
3258 3623 'imports' => [
3624 + '_jsx-runtime.js',
3625 + '_Icons.js',
3259 3626 '_BlockEditorTranslator.js',
3260 - '_Icons.js',
3261 3627 '_index5.js',
3262 3628 '_EditorPanel.js',
3263 3629 '_EditorPanelRow.js',
3264 3630 '_CustomSelect.js',
@@ -3282,13 +3648,14 @@
3282 3648 'name' => 'InnerBlocks',
3283 3649 'src' => 'resources/admin/BlockEditor/ProductCarousel/InnerBlocks/InnerBlocks.jsx',
3284 3650 'isEntry' => true,
3285 3651 'imports' => [
3286 - '_BlockEditorTranslator.js',
3652 + '_jsx-runtime.js',
3287 3653 '_ProductExcerptBlock.js',
3288 3654 '_ProductContext.js',
3289 3655 '_SingleProductContext.js',
3290 - '_ProductContainerContext.js'
3656 + '_ProductContainerContext.js',
3657 + '_BlockEditorTranslator.js'
3291 3658 ]
3292 3659 ],
3293 3660 'resources/admin/BlockEditor/ProductCarousel/ProductCarousel.png' => [
3294 3661 'file' => 'assets/ProductGallery.png',
@@ -3299,13 +3666,14 @@
3299 3666 'name' => 'ProductCarouselBlockEditor',
3300 3667 'src' => 'resources/admin/BlockEditor/ProductCarousel/ProductCarouselBlockEditor.jsx',
3301 3668 'isEntry' => true,
3302 3669 'imports' => [
3303 - '_BlockEditorTranslator.js',
3670 + '_jsx-runtime.js',
3304 3671 '_Icons.js',
3305 3672 '_index5.js',
3306 3673 '_EditorPanel.js',
3307 3674 '_EditorPanelRow.js',
3675 + '_BlockEditorTranslator.js',
3308 3676 '_CustomSelect.js',
3309 3677 '_SelectProductModal.js',
3310 3678 '_SingleProductContext.js',
3311 3679 '_ProductContext.js',
@@ -3327,8 +3695,9 @@
3327 3695 'name' => 'ProductCategoriesListBlockEditor',
3328 3696 'src' => 'resources/admin/BlockEditor/ProductCategoriesList/ProductCategoriesListBlockEditor.jsx',
3329 3697 'isEntry' => true,
3330 3698 'imports' => [
3699 + '_jsx-runtime.js',
3331 3700 '_BlockEditorTranslator.js',
3332 3701 '_Icons.js'
3333 3702 ]
3334 3703 ],
@@ -3342,8 +3711,9 @@
3342 3711 'name' => 'ProductDescriptionBlockEditor',
3343 3712 'src' => 'resources/admin/BlockEditor/ProductDescription/ProductDescriptionBlockEditor.jsx',
3344 3713 'isEntry' => true,
3345 3714 'imports' => [
3715 + '_jsx-runtime.js',
3346 3716 '_BlockEditorTranslator.js',
3347 3717 '_index5.js',
3348 3718 '_SelectProductModal.js',
3349 3719 '_EditorPanel.js',
@@ -3370,11 +3740,12 @@
3370 3740 'name' => 'ProductGalleryBlockEditor',
3371 3741 'src' => 'resources/admin/BlockEditor/ProductGallery/ProductGalleryBlockEditor.jsx',
3372 3742 'isEntry' => true,
3373 3743 'imports' => [
3374 - '_BlockEditorTranslator.js',
3744 + '_jsx-runtime.js',
3375 3745 '_Icons.js',
3376 3746 '_SelectVariationModal.js',
3747 + '_BlockEditorTranslator.js',
3377 3748 '_index5.js',
3378 3749 '_EditorPanel.js',
3379 3750 '_EditorPanelRow.js',
3380 3751 '_CustomSelect.js',
@@ -3398,13 +3769,14 @@
3398 3769 'name' => 'ProductImageBlockEditor',
3399 3770 'src' => 'resources/admin/BlockEditor/ProductImage/ProductImageBlockEditor.jsx',
3400 3771 'isEntry' => true,
3401 3772 'imports' => [
3402 - '_BlockEditorTranslator.js',
3773 + '_jsx-runtime.js',
3403 3774 '_index5.js',
3404 3775 '_SelectProductModal.js',
3405 3776 '_EditorPanel.js',
3406 3777 '_EditorPanelRow.js',
3778 + '_BlockEditorTranslator.js',
3407 3779 '_SingleProductContext.js',
3408 3780 '_Icons.js',
3409 3781 '_add-query-args.js',
3410 3782 '_ProductListItem.js',
@@ -3425,14 +3797,15 @@
3425 3797 'name' => 'ProductInfoBlockEditor',
3426 3798 'src' => 'resources/admin/BlockEditor/ProductInfo/ProductInfoBlockEditor.jsx',
3427 3799 'isEntry' => true,
3428 3800 'imports' => [
3429 - '_BlockEditorTranslator.js',
3801 + '_jsx-runtime.js',
3430 3802 '_Icons.js',
3431 3803 '_index5.js',
3432 3804 '_SelectProductModal.js',
3433 3805 '_EditorPanel.js',
3434 3806 '_EditorPanelRow.js',
3807 + '_BlockEditorTranslator.js',
3435 3808 '_SingleProductContext.js',
3436 3809 '_add-query-args.js',
3437 3810 '_ProductListItem.js',
3438 3811 '_index6.js'
@@ -3451,8 +3824,9 @@
3451 3824 'name' => 'ProductPackageDescriptionBlockEditor',
3452 3825 'src' => 'resources/admin/BlockEditor/ProductPackageDescription/ProductPackageDescriptionBlockEditor.jsx',
3453 3826 'isEntry' => true,
3454 3827 'imports' => [
3828 + '_jsx-runtime.js',
3455 3829 '_BlockEditorTranslator.js',
3456 3830 '_index5.js',
3457 3831 '_EditorPanel.js',
3458 3832 '_EditorPanelRow.js',
@@ -3471,8 +3845,9 @@
3471 3845 'name' => 'ProductSkuBlockEditor',
3472 3846 'src' => 'resources/admin/BlockEditor/ProductSku/ProductSkuBlockEditor.jsx',
3473 3847 'isEntry' => true,
3474 3848 'imports' => [
3849 + '_jsx-runtime.js',
3475 3850 '_BlockEditorTranslator.js',
3476 3851 '_index5.js',
3477 3852 '_SelectVariationModal.js',
3478 3853 '_EditorPanel.js',
@@ -3495,8 +3870,9 @@
3495 3870 'name' => 'ProductTitleBlockEditor',
3496 3871 'src' => 'resources/admin/BlockEditor/ProductTitle/ProductTitleBlockEditor.jsx',
3497 3872 'isEntry' => true,
3498 3873 'imports' => [
3874 + '_jsx-runtime.js',
3499 3875 '_BlockEditorTranslator.js',
3500 3876 '_index5.js',
3501 3877 '_SelectProductModal.js',
3502 3878 '_EditorPanel.js',
@@ -3524,11 +3900,12 @@
3524 3900 'name' => 'RelatedProductBlockEditor',
3525 3901 'src' => 'resources/admin/BlockEditor/RelatedProduct/RelatedProductBlockEditor.jsx',
3526 3902 'isEntry' => true,
3527 3903 'imports' => [
3528 - '_BlockEditorTranslator.js',
3904 + '_jsx-runtime.js',
3529 3905 '_Icons.js',
3530 3906 '_index5.js',
3907 + '_BlockEditorTranslator.js',
3531 3908 '_add-query-args.js',
3532 3909 '_SingleProductContext.js'
3533 3910 ]
3534 3911 ],
@@ -3542,8 +3919,9 @@
3542 3919 'name' => 'SaleBadgeBlockEditor',
3543 3920 'src' => 'resources/admin/BlockEditor/SaleBadge/SaleBadgeBlockEditor.jsx',
3544 3921 'isEntry' => true,
3545 3922 'imports' => [
3923 + '_jsx-runtime.js',
3546 3924 '_BlockEditorTranslator.js',
3547 3925 '_index5.js',
3548 3926 '_SelectProductModal.js',
3549 3927 '_EditorPanel.js',
@@ -3570,8 +3948,9 @@
3570 3948 'name' => 'SearchBarBlockEditor',
3571 3949 'src' => 'resources/admin/BlockEditor/SearchBar/SearchBarBlockEditor.jsx',
3572 3950 'isEntry' => true,
3573 3951 'imports' => [
3952 + '_jsx-runtime.js',
3574 3953 '_BlockEditorTranslator.js',
3575 3954 '_index6.js',
3576 3955 '_Icons.js'
3577 3956 ],
@@ -3584,13 +3963,14 @@
3584 3963 'name' => 'InnerBlocks',
3585 3964 'src' => 'resources/admin/BlockEditor/ShopApp/InnerBlocks/InnerBlocks.jsx',
3586 3965 'isEntry' => true,
3587 3966 'imports' => [
3588 - '_BlockEditorTranslator.js',
3967 + '_jsx-runtime.js',
3589 3968 '_ProductExcerptBlock.js',
3590 3969 '_ProductContext.js',
3591 3970 '_SingleProductContext.js',
3592 3971 '_ProductContainerContext.js',
3972 + '_BlockEditorTranslator.js',
3593 3973 '_EditorPanel.js',
3594 3974 '_EditorPanelRow.js'
3595 3975 ]
3596 3976 ],
@@ -3603,10 +3983,10 @@
3603 3983 'name' => 'ShopAppBlockEditor',
3604 3984 'src' => 'resources/admin/BlockEditor/ShopApp/ShopAppBlockEditor.jsx',
3605 3985 'isEntry' => true,
3606 3986 'imports' => [
3987 + '_jsx-runtime.js',
3607 3988 '_BlockEditorTranslator.js',
3608 - '_ColorPickerField.js',
3609 3989 '_CustomSelect.js',
3610 3990 '_Icons.js',
3611 3991 '_ErrorBoundary.js',
3612 3992 '_ProductContext.js',
@@ -3627,8 +4007,9 @@
3627 4007 'name' => 'SoldOutBadgeBlockEditor',
3628 4008 'src' => 'resources/admin/BlockEditor/SoldOutBadge/SoldOutBadgeBlockEditor.jsx',
3629 4009 'isEntry' => true,
3630 4010 'imports' => [
4011 + '_jsx-runtime.js',
3631 4012 '_BlockEditorTranslator.js',
3632 4013 '_EditorPanel.js',
3633 4014 '_EditorPanelRow.js',
3634 4015 '_SingleProductContext.js',
@@ -3646,13 +4027,14 @@
3646 4027 'name' => 'StockBlock',
3647 4028 'src' => 'resources/admin/BlockEditor/Stock/StockBlock.jsx',
3648 4029 'isEntry' => true,
3649 4030 'imports' => [
3650 - '_BlockEditorTranslator.js',
4031 + '_jsx-runtime.js',
3651 4032 '_Icons.js',
3652 4033 '_SelectProductModal.js',
3653 4034 '_EditorPanel.js',
3654 4035 '_EditorPanelRow.js',
4036 + '_BlockEditorTranslator.js',
3655 4037 '_index5.js',
3656 4038 '_SingleProductContext.js',
3657 4039 '_add-query-args.js',
3658 4040 '_ProductListItem.js',
@@ -3664,12 +4046,49 @@
3664 4046 'name' => 'StoreLogoBlockEditor',
3665 4047 'src' => 'resources/admin/BlockEditor/StoreLogo/StoreLogoBlockEditor.jsx',
3666 4048 'isEntry' => true,
3667 4049 'imports' => [
4050 + '_jsx-runtime.js',
3668 4051 '_BlockEditorTranslator.js',
3669 4052 '_Icons.js'
3670 4053 ]
3671 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 + ],
3672 4091 'resources/admin/Modules/Reports/Subscription/Cohort.vue' => [
3673 4092 'file' => 'chunks/Cohort.js',
3674 4093 'name' => 'Cohort',
3675 4094 'src' => 'resources/admin/Modules/Reports/Subscription/Cohort.vue',
@@ -3675,9 +4094,9 @@
3675 4094 'src' => 'resources/admin/Modules/Reports/Subscription/Cohort.vue',
3676 4095 'isDynamicEntry' => true,
3677 4096 'imports' => [
3678 4097 '_vue.esm-bundler.js',
3679 - '_OrderCustomerInformation.js',
4098 + '_UserCan.js',
3680 4099 '_DynamicIcon.js',
3681 4100 '_CardBody.js',
3682 4101 '__plugin-vue_export-helper.js',
3683 4102 '_Empty.js',
@@ -3682,37 +4101,44 @@
3682 4101 '__plugin-vue_export-helper.js',
3683 4102 '_Empty.js',
3684 4103 '_Translator.js',
3685 4104 '_Rest.js',
3686 - '_productService.js',
4105 + '_CurrencyFormatter.js',
3687 4106 'resources/admin/bootstrap/app.js',
3688 4107 '_common.js',
4108 + '_Arr.js',
4109 + '_preload-helper.js',
4110 + '_vue-router.js',
4111 + '_dayjs.min.js',
4112 + '_timezone.js',
4113 + '_weekOfYear.js',
3689 4114 '_Badge.js',
4115 + '_Model.js',
4116 + '_Url.js',
3690 4117 '_Str.js',
3691 - '_CopyToClipboard.js',
3692 - '_Animation.js',
3693 4118 '_Notify.js',
3694 4119 '_index.js',
4120 + '_index3.js',
3695 4121 '_IconButton.js',
3696 - '_Arr.js',
4122 + '_Utils.js',
4123 + '_TransitionAccordion.js',
4124 + '_OrderCustomerInformation.js',
4125 + '_Animation.js',
3697 4126 '_Asset.js',
3698 - '_Url.js',
3699 - '_vue-router.js',
4127 + '_AddressComponent2.js',
3700 4128 '_NotFound.js',
3701 - '_Model.js',
3702 - '_dayjs.min.js',
3703 - '_timezone.js',
3704 - '_index3.js',
3705 - '_Utils.js',
3706 - '_CancelSubscription.js',
4129 + '_productService.js',
4130 + '_Activity.js',
3707 4131 '_BundleProducts.js',
3708 4132 '_dateShortCuts.js',
3709 4133 '_index4.js',
3710 4134 '_countries.js',
3711 4135 '_index2.js',
4136 + '_AttrGroups.js',
4137 + '_DynamicTemplateParser.js',
3712 4138 '_ProductVariationSelector.js',
4139 + '_galleryTabs.js',
3713 4140 '_FileUploaderDialog.js',
3714 - '_defaults.js',
3715 4141 'resources/admin/Bits/Components/Icons/Screenshot.vue',
3716 4142 '_useElementPlusComponents.js'
3717 4143 ],
3718 4144 'css' => [
@@ -3725,11 +4151,12 @@
3725 4151 'src' => 'resources/admin/Modules/Shipping/shipping.js',
3726 4152 'isEntry' => true,
3727 4153 'imports' => [
3728 4154 '_vue.esm-bundler.js',
3729 - '_CardBody.js',
4155 + '_Badge.js',
3730 4156 '_Translator.js',
3731 4157 '_Arr.js',
4158 + '_CardBody.js',
3732 4159 '_Rest.js',
3733 4160 '_IconButton.js',
3734 4161 '_DynamicIcon.js',
3735 4162 '_Notify.js',
@@ -3737,17 +4164,21 @@
3737 4164 '_vue-router.js',
3738 4165 '_countries.js',
3739 4166 '_index.js',
3740 4167 '_NotFound.js',
3741 - '_Badge.js',
3742 4168 '_Animation.js',
3743 4169 '_Model.js',
3744 - '_Url.js',
4170 + '_common.js',
4171 + '_dayjs.min.js',
3745 4172 '_Str.js',
3746 - '_dayjs.min.js',
3747 4173 '_timezone.js',
4174 + '_weekOfYear.js',
4175 + '_Utils.js',
4176 + '_CurrencyFormatter.js',
4177 + '_Url.js',
3748 4178 '_index3.js',
3749 - '_Utils.js',
4179 + '_TransitionAccordion.js',
4180 + '_preload-helper.js',
3750 4181 '_Asset.js'
3751 4182 ],
3752 4183 'css' => [
3753 4184 'assets/shipping.css'
@@ -3759,36 +4190,44 @@
3759 4190 'src' => 'resources/admin/Modules/Subscriptions/subscription.js',
3760 4191 'isEntry' => true,
3761 4192 'imports' => [
3762 4193 '_vue.esm-bundler.js',
3763 - '_CardBody.js',
4194 + '_Badge.js',
3764 4195 '_Empty.js',
3765 4196 '_Translator.js',
3766 - '_CancelSubscription.js',
4197 + '_Activity.js',
3767 4198 '__plugin-vue_export-helper.js',
3768 4199 '_index.js',
3769 - '_CopyToClipboard.js',
4200 + '_DynamicIcon.js',
3770 4201 '_OrderCustomerInformation.js',
4202 + '_UserCan.js',
4203 + '_CardBody.js',
3771 4204 '_Str.js',
3772 - '_DynamicIcon.js',
4205 + '_dayjs.min.js',
4206 + '_Utils.js',
4207 + '_Notify.js',
4208 + '_CurrencyFormatter.js',
3773 4209 '_NotFound.js',
3774 4210 '_Arr.js',
3775 - '_Badge.js',
3776 4211 '_common.js',
3777 - '_Notify.js',
3778 4212 '_Model.js',
3779 4213 '_Rest.js',
3780 - '_IconButton.js',
3781 4214 '_vue-router.js',
3782 4215 '_Url.js',
3783 - '_dayjs.min.js',
3784 4216 '_timezone.js',
3785 4217 '_index3.js',
3786 - '_Utils.js',
3787 - '_productService.js',
4218 + '_IconButton.js',
4219 + '_TransitionAccordion.js',
3788 4220 '_BundleProducts.js',
4221 + '_preload-helper.js',
3789 4222 '_Animation.js',
3790 - '_Asset.js'
4223 + '_Asset.js',
4224 + '_AddressComponent2.js',
4225 + '_productService.js',
4226 + '_weekOfYear.js'
4227 + ],
4228 + 'css' => [
4229 + 'assets/subscription.css'
3791 4230 ]
3792 4231 ],
3793 4232 'resources/admin/admin_hooks.js' => [
3794 4233 'file' => 'admin_hooks.js',
@@ -3803,43 +4242,50 @@
3803 4242 'isEntry' => true,
3804 4243 'imports' => [
3805 4244 '_vue.esm-bundler.js',
3806 4245 '_vue-router.js',
3807 - '_DynamicIcon.js',
3808 - '_CardBody.js',
4246 + '_preload-helper.js',
3809 4247 '_Translator.js',
4248 + '_Badge.js',
3810 4249 '_Empty.js',
4250 + '_index.js',
3811 4251 '_OrderCustomerInformation.js',
3812 - '_productService.js',
3813 - '_CancelSubscription.js',
4252 + '_UserCan.js',
4253 + '_CurrencyFormatter.js',
4254 + '_Activity.js',
4255 + '_CardBody.js',
4256 + '_DynamicIcon.js',
3814 4257 '__plugin-vue_export-helper.js',
4258 + '_common.js',
3815 4259 '_IconButton.js',
3816 - '_common.js',
3817 4260 '_Model.js',
3818 4261 '_Rest.js',
3819 4262 '_dayjs.min.js',
3820 - '_index.js',
3821 4263 '_Notify.js',
3822 4264 '_Animation.js',
3823 4265 '_dateShortCuts.js',
3824 4266 '_countries.js',
3825 4267 '_NotFound.js',
4268 + '_Utils.js',
3826 4269 '_Asset.js',
3827 4270 '_index2.js',
3828 4271 '_Str.js',
3829 4272 '_Arr.js',
4273 + '_AttrGroups.js',
3830 4274 '_Url.js',
4275 + '_DynamicTemplateParser.js',
3831 4276 '_timezone.js',
3832 - '_Utils.js',
3833 - '_Badge.js',
3834 4277 '_ProductVariationSelector.js',
3835 - '_CopyToClipboard.js',
4278 + '_productService.js',
3836 4279 '_BundleProducts.js',
4280 + '_galleryTabs.js',
3837 4281 '_index3.js',
4282 + '_TransitionAccordion.js',
3838 4283 '_FileUploaderDialog.js',
3839 - '_defaults.js',
3840 4284 'resources/admin/Bits/Components/Icons/Screenshot.vue',
3841 4285 '_useElementPlusComponents.js',
4286 + '_AddressComponent2.js',
4287 + '_weekOfYear.js',
3842 4288 '_index4.js'
3843 4289 ],
3844 4290 'dynamicImports' => [
3845 4291 'resources/admin/Bits/Components/Form/Components/Affix/Test.vue',
@@ -3849,13 +4295,17 @@
3849 4295 'resources/admin/Bits/Components/Form/Components/Coupon/GetProducts.vue',
3850 4296 'resources/admin/Bits/Components/Form/Components/Coupon/IncludeExclude/Categories.vue',
3851 4297 'resources/admin/Bits/Components/Form/Components/Coupon/IncludeExclude/Product.vue',
3852 4298 'resources/admin/Bits/Components/Form/Components/Coupon/Products.vue',
4299 + 'resources/admin/Bits/Components/Form/Components/McpSettings.vue',
3853 4300 'resources/admin/Bits/Components/Form/Components/ModuleSettings.vue',
3854 4301 'resources/admin/Bits/Components/Form/Components/PaymentView.vue',
3855 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',
3856 4305 'resources/admin/Bits/Components/Form/Components/StoreSettings/CreatePageButton.vue',
3857 4306 'resources/admin/Bits/Components/Form/Components/StoreSettings/PageSelector.vue',
4307 + 'resources/admin/Bits/Components/Form/Components/StoreSettings/SubscriptionModeManager.vue',
3858 4308 'resources/admin/Bits/Components/Form/Components/TurnstileSettings.vue',
3859 4309 'resources/admin/Modules/Reports/Subscription/Cohort.vue'
3860 4310 ],
3861 4311 'css' => [
@@ -3861,8 +4311,14 @@
3861 4311 'css' => [
3862 4312 'assets/app.css'
3863 4313 ]
3864 4314 ],
4315 + 'resources/admin/dark-mode-toggle.js' => [
4316 + 'file' => 'dark-mode-toggle.js',
4317 + 'name' => 'dark-mode-toggle',
4318 + 'src' => 'resources/admin/dark-mode-toggle.js',
4319 + 'isEntry' => true
4320 + ],
3865 4321 'resources/admin/elementor/AddToCart/Start.js' => [
3866 4322 'file' => 'Start3.js',
3867 4323 'name' => 'Start',
3868 4324 'src' => 'resources/admin/elementor/AddToCart/Start.js',
@@ -3876,14 +4332,18 @@
3876 4332 '_index.js',
3877 4333 '_index2.js',
3878 4334 '_index4.js',
3879 4335 '_dayjs.min.js',
4336 + '_weekOfYear.js',
3880 4337 '_index3.js',
3881 4338 '_Arr.js',
3882 4339 '_DynamicIcon.js',
4340 + '_preload-helper.js',
3883 4341 'resources/admin/Bits/Components/Icons/CaretRight.vue',
3884 4342 '_Str.js',
3885 4343 '_productService.js',
4344 + '_CurrencyFormatter.js',
4345 + '_timezone.js',
3886 4346 '_Model.js',
3887 4347 '_Rest.js',
3888 4348 '_Asset.js',
3889 4349 '_Url.js',
@@ -3907,8 +4367,9 @@
3907 4367 '_index.js',
3908 4368 '_index2.js',
3909 4369 '_index4.js',
3910 4370 '_dayjs.min.js',
4371 + '_weekOfYear.js',
3911 4372 '_index3.js',
3912 4373 '_Arr.js',
3913 4374 '__plugin-vue_export-helper.js',
3914 4375 '_add-query-args.js'
@@ -3932,14 +4393,18 @@
3932 4393 '_index.js',
3933 4394 '_index2.js',
3934 4395 '_index4.js',
3935 4396 '_dayjs.min.js',
4397 + '_weekOfYear.js',
3936 4398 '_index3.js',
3937 4399 '_DynamicIcon.js',
4400 + '_preload-helper.js',
3938 4401 'resources/admin/Bits/Components/Icons/CaretRight.vue',
3939 4402 '_Str.js',
3940 4403 '_productService.js',
4404 + '_CurrencyFormatter.js',
3941 4405 '_Arr.js',
4406 + '_timezone.js',
3942 4407 '_Model.js',
3943 4408 '_Rest.js',
3944 4409 '_Asset.js',
3945 4410 '_Url.js',
@@ -3970,12 +4435,16 @@
3970 4435 '_index.js',
3971 4436 '_index2.js',
3972 4437 '_index4.js',
3973 4438 '_dayjs.min.js',
4439 + '_weekOfYear.js',
3974 4440 '_index3.js',
3975 4441 '_DynamicIcon.js',
4442 + '_preload-helper.js',
3976 4443 '_Str.js',
3977 4444 '_productService.js',
4445 + '_CurrencyFormatter.js',
4446 + '_timezone.js',
3978 4447 '_Model.js',
3979 4448 '_Asset.js',
3980 4449 '_Url.js',
3981 4450 '_vue-router.js',
@@ -4000,8 +4469,9 @@
4000 4469 '_index.js',
4001 4470 '_index2.js',
4002 4471 '_index4.js',
4003 4472 '_dayjs.min.js',
4473 + '_weekOfYear.js',
4004 4474 '_index3.js',
4005 4475 '_Arr.js'
4006 4476 ]
4007 4477 ],
@@ -4018,8 +4488,9 @@
4018 4488 '_index.js',
4019 4489 '_index2.js',
4020 4490 '_index4.js',
4021 4491 '_dayjs.min.js',
4492 + '_weekOfYear.js',
4022 4493 '_index3.js',
4023 4494 '__plugin-vue_export-helper.js',
4024 4495 '_Arr.js'
4025 4496 ]
@@ -4044,8 +4515,33 @@
4044 4515 'name' => 'edit-wp-user-global',
4045 4516 'src' => 'resources/admin/utils/edit-wp-user-global.js',
4046 4517 'isEntry' => true
4047 4518 ],
4519 + 'resources/attributes/attributes.js' => [
4520 + 'file' => 'attributes.js',
4521 + 'name' => 'attributes',
4522 + 'src' => 'resources/attributes/attributes.js',
4523 + 'isEntry' => true,
4524 + 'imports' => [
4525 + '_Translator.js',
4526 + '_vue.esm-bundler.js',
4527 + '__plugin-vue_export-helper.js',
4528 + '_AttrGroups.js',
4529 + '_Arr.js',
4530 + '_Rest.js',
4531 + '_common.js',
4532 + '_dayjs.min.js',
4533 + '_Str.js',
4534 + '_timezone.js',
4535 + '_weekOfYear.js',
4536 + '_Utils.js',
4537 + '_CurrencyFormatter.js',
4538 + '_index.js',
4539 + '_Notify.js',
4540 + '_DynamicIcon.js',
4541 + '_preload-helper.js'
4542 + ]
4543 + ],
4048 4544 'resources/images/pro-feature-pattern.png' => [
4049 4545 'file' => 'images/pro-feature-pattern.png',
4050 4546 'name' => 'pro-feature-pattern',
4051 4547 'src' => 'resources/images/pro-feature-pattern.png',
@@ -4056,8 +4552,9 @@
4056 4552 'name' => 'license',
4057 4553 'src' => 'resources/licensing/license.js',
4058 4554 'isEntry' => true,
4059 4555 'imports' => [
4556 + '_Translator.js',
4060 4557 '_vue.esm-bundler.js',
4061 4558 '_CardBody.js',
4062 4559 '_NotFound.js',
4063 4560 '_dateShortCuts.js',
@@ -4062,10 +4559,10 @@
4062 4559 '_NotFound.js',
4063 4560 '_dateShortCuts.js',
4064 4561 '_Empty.js',
4065 4562 '_DynamicIcon.js',
4066 - '_Translator.js',
4067 - '_IconButton.js',
4563 + '_Badge.js',
4564 + '_common.js',
4068 4565 '_index.js',
4069 4566 '_OrderCustomerInformation.js',
4070 4567 '__plugin-vue_export-helper.js',
4071 4568 '_dayjs.min.js',
@@ -4070,23 +4567,27 @@
4070 4567 '__plugin-vue_export-helper.js',
4071 4568 '_dayjs.min.js',
4072 4569 '_Model.js',
4073 4570 '_Rest.js',
4074 - '_Badge.js',
4075 - '_common.js',
4076 - '_CopyToClipboard.js',
4571 + '_IconButton.js',
4572 + '_UserCan.js',
4573 + '_Utils.js',
4077 4574 '_Str.js',
4078 4575 '_Arr.js',
4576 + '_CurrencyFormatter.js',
4079 4577 '_vue-router.js',
4578 + '_Asset.js',
4080 4579 '_Url.js',
4580 + '_index4.js',
4581 + '_preload-helper.js',
4081 4582 '_timezone.js',
4082 4583 '_Notify.js',
4083 4584 '_index3.js',
4084 - '_Utils.js',
4085 - '_Asset.js',
4086 - '_index4.js',
4087 - '_productService.js',
4088 - '_Animation.js'
4585 + '_TransitionAccordion.js',
4586 + '_weekOfYear.js',
4587 + '_Animation.js',
4588 + '_AddressComponent2.js',
4589 + '_productService.js'
4089 4590 ],
4090 4591 'css' => [
4091 4592 'assets/license.css'
4092 4593 ]
@@ -4096,13 +4597,13 @@
4096 4597 'name' => 'order-bump',
4097 4598 'src' => 'resources/order-bump/order-bump.js',
4098 4599 'isEntry' => true,
4099 4600 'imports' => [
4601 + '_Translator.js',
4100 4602 '_vue.esm-bundler.js',
4101 - '_Translator.js',
4603 + '_Badge.js',
4604 + '_Empty.js',
4102 4605 '_CardBody.js',
4103 - '_Empty.js',
4104 - '_Badge.js',
4105 4606 '_DynamicIcon.js',
4106 4607 '_common.js',
4107 4608 '_Notify.js',
4108 4609 '_Rest.js',
@@ -4117,9 +4618,13 @@
4117 4618 '_Str.js',
4118 4619 '_dayjs.min.js',
4119 4620 '_timezone.js',
4120 4621 '_index3.js',
4121 - '_Utils.js'
4622 + '_Utils.js',
4623 + '_weekOfYear.js',
4624 + '_CurrencyFormatter.js',
4625 + '_TransitionAccordion.js',
4626 + '_preload-helper.js'
4122 4627 ]
4123 4628 ],
4124 4629 'resources/public/buttons/add-to-cart/style/style.scss' => [
4125 4630 'file' => 'assets/style3.css',
@@ -4250,28 +4755,32 @@
4250 4755 'imports' => [
4251 4756 '_vue.esm-bundler.js',
4252 4757 '_dayjs.min.js',
4253 4758 '_timezone.js',
4759 + '_weekOfYear.js',
4254 4760 '_DynamicIcon.js',
4255 - '_Badge.js',
4256 4761 '_Str.js',
4762 + '__plugin-vue_export-helper.js',
4257 4763 '_BundleProducts.js',
4258 - '__plugin-vue_export-helper.js',
4259 4764 '_common.js',
4260 4765 '_IconButton.js',
4261 - '_CopyToClipboard.js',
4766 + '_index.js',
4262 4767 '_vue-router.js',
4263 - '_index.js',
4768 + '_Translator.js',
4264 4769 'resources/admin/Bits/Components/Icons/ArrowDown.vue',
4265 4770 'resources/admin/Bits/Components/Icons/ArrowUp.vue',
4771 + '_AddressComponent2.js',
4266 4772 '_Rest.js',
4267 4773 '_Animation.js',
4268 4774 '_Notify.js',
4775 + '_DynamicTemplateParser.js',
4776 + '_index3.js',
4269 4777 '_index2.js',
4270 - '_index3.js',
4271 - '_defaults.js',
4272 - '_Translator.js',
4778 + '_preload-helper.js',
4273 4779 '_Arr.js',
4780 + '_Utils.js',
4781 + '_CurrencyFormatter.js',
4782 + '_TransitionAccordion.js',
4274 4783 '_index4.js'
4275 4784 ],
4276 4785 'css' => [
4277 4786 'assets/Start.css'
@@ -4445,9 +4954,11 @@
4445 4954 '_Translator.js',
4446 4955 '_vue.esm-bundler.js',
4447 4956 '_Arr.js',
4448 4957 '_dayjs.min.js',
4449 - '_timezone.js'
4958 + '_timezone.js',
4959 + '_weekOfYear.js',
4960 + '_CurrencyFormatter.js'
4450 4961 ]
4451 4962 ],
4452 4963 'resources/public/search-bar-app/style/style.scss' => [
4453 4964 'file' => 'assets/style5.css',
@@ -4459,8 +4970,19 @@
4459 4970 'name' => 'SingleProduct',
4460 4971 'src' => 'resources/public/single-product/SingleProduct.js',
4461 4972 'isEntry' => true
4462 4973 ],
4974 + 'resources/public/single-product/advanced-variation-public.js' => [
4975 + 'file' => 'advanced-variation-public.js',
4976 + 'name' => 'advanced-variation-public',
4977 + 'src' => 'resources/public/single-product/advanced-variation-public.js',
4978 + 'isEntry' => true
4979 + ],
4980 + 'resources/public/single-product/advanced-variations.scss' => [
4981 + 'file' => 'assets/advanced-variations.css',
4982 + 'src' => 'resources/public/single-product/advanced-variations.scss',
4983 + 'isEntry' => true
4984 + ],
4463 4985 'resources/public/single-product/similar-product.scss' => [
4464 4986 'file' => 'assets/similar-product.css',
4465 4987 'src' => 'resources/public/single-product/similar-product.scss',
4466 4988 'isEntry' => true
@@ -4490,8 +5012,44 @@
4490 5012 'file' => 'assets/taxonomy.css',
4491 5013 'src' => 'resources/styles/tailwind/taxonomy.scss',
4492 5014 'isEntry' => true
4493 5015 ],
5016 + 'resources/withdrawal/withdrawal.js' => [
5017 + 'file' => 'withdrawal.js',
5018 + 'name' => 'withdrawal',
5019 + 'src' => 'resources/withdrawal/withdrawal.js',
5020 + 'isEntry' => true,
5021 + 'imports' => [
5022 + '_Translator.js',
5023 + '_vue.esm-bundler.js',
5024 + '_Badge.js',
5025 + '_Empty.js',
5026 + '_UserCan.js',
5027 + '_Rest.js',
5028 + '_Notify.js',
5029 + '_CurrencyFormatter.js',
5030 + '_IconButton.js',
5031 + '_DynamicIcon.js',
5032 + '__plugin-vue_export-helper.js',
5033 + '_Arr.js',
5034 + '_Model.js',
5035 + '_common.js',
5036 + '_dayjs.min.js',
5037 + '_Str.js',
5038 + '_timezone.js',
5039 + '_weekOfYear.js',
5040 + '_Utils.js',
5041 + '_index.js',
5042 + '_vue-router.js',
5043 + '_Url.js',
5044 + '_index3.js',
5045 + '_TransitionAccordion.js',
5046 + '_preload-helper.js'
5047 + ],
5048 + 'css' => [
5049 + 'assets/withdrawal.css'
5050 + ]
5051 + ],
4494 5052 'resources/images/404.svg' => [
4495 5053 'file' => 'images/404.svg',
4496 5054 'name' => '404',
4497 5055 'src' => 'resources/images/404.svg',
@@ -4502,8 +5060,20 @@
4502 5060 'name' => 'avatar-empty',
4503 5061 'src' => 'resources/images/avatar-empty.png',
4504 5062 'isEntry' => true
4505 5063 ],
5064 + 'resources/images/bill-line.svg' => [
5065 + 'file' => 'images/bill-line.svg',
5066 + 'name' => 'bill-line',
5067 + 'src' => 'resources/images/bill-line.svg',
5068 + 'isEntry' => true
5069 + ],
5070 + 'resources/images/bricks/logo.png' => [
5071 + 'file' => 'images/bricks/logo.png',
5072 + 'name' => 'logo',
5073 + 'src' => 'resources/images/bricks/logo.png',
5074 + 'isEntry' => true
5075 + ],
4506 5076 'resources/images/cart.svg' => [
4507 5077 'file' => 'images/cart.svg',
4508 5078 'name' => 'cart',
4509 5079 'src' => 'resources/images/cart.svg',
@@ -4556,8 +5126,20 @@
4556 5126 'name' => 'crown',
4557 5127 'src' => 'resources/images/crown.svg',
4558 5128 'isEntry' => true
4559 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 + ],
4560 5142 'resources/images/elementor/black.svg' => [
4561 5143 'file' => 'images/elementor/black.svg',
4562 5144 'name' => 'black',
4563 5145 'src' => 'resources/images/elementor/black.svg',
@@ -4622,8 +5204,20 @@
4622 5204 'name' => 'empty',
4623 5205 'src' => 'resources/images/empty.png',
4624 5206 'isEntry' => true
4625 5207 ],
5208 + 'resources/images/external-link-line.svg' => [
5209 + 'file' => 'images/external-link-line.svg',
5210 + 'name' => 'external-link-line',
5211 + 'src' => 'resources/images/external-link-line.svg',
5212 + 'isEntry' => true
5213 + ],
5214 + 'resources/images/fluent-cart-resolution/logo.svg' => [
5215 + 'file' => 'images/fluent-cart-resolution/logo.svg',
5216 + 'name' => 'logo',
5217 + 'src' => 'resources/images/fluent-cart-resolution/logo.svg',
5218 + 'isEntry' => true
5219 + ],
4626 5220 'resources/images/fluent-pdf/black.svg' => [
4627 5221 'file' => 'images/fluent-pdf/black.svg',
4628 5222 'name' => 'black',
4629 5223 'src' => 'resources/images/fluent-pdf/black.svg',
@@ -4790,8 +5384,14 @@
4790 5384 'name' => 'airwallex-icon',
4791 5385 'src' => 'resources/images/payment-methods/airwallex-icon.svg',
4792 5386 'isEntry' => true
4793 5387 ],
5388 + 'resources/images/payment-methods/airwallex-logo-light.svg' => [
5389 + 'file' => 'images/payment-methods/airwallex-logo-light.svg',
5390 + 'name' => 'airwallex-logo-light',
5391 + 'src' => 'resources/images/payment-methods/airwallex-logo-light.svg',
5392 + 'isEntry' => true
5393 + ],
4794 5394 'resources/images/payment-methods/airwallex-logo.svg' => [
4795 5395 'file' => 'images/payment-methods/airwallex-logo.svg',
4796 5396 'name' => 'airwallex-logo',
4797 5397 'src' => 'resources/images/payment-methods/airwallex-logo.svg',
@@ -4820,8 +5420,14 @@
4820 5420 'name' => 'cod-icon',
4821 5421 'src' => 'resources/images/payment-methods/cod-icon.svg',
4822 5422 'isEntry' => true
4823 5423 ],
5424 + 'resources/images/payment-methods/flutterwave-logo-light.svg' => [
5425 + 'file' => 'images/payment-methods/flutterwave-logo-light.svg',
5426 + 'name' => 'flutterwave-logo-light',
5427 + 'src' => 'resources/images/payment-methods/flutterwave-logo-light.svg',
5428 + 'isEntry' => true
5429 + ],
4824 5430 'resources/images/payment-methods/flutterwave-logo.svg' => [
4825 5431 'file' => 'images/payment-methods/flutterwave-logo.svg',
4826 5432 'name' => 'flutterwave-logo',
4827 5433 'src' => 'resources/images/payment-methods/flutterwave-logo.svg',
@@ -4850,8 +5456,14 @@
4850 5456 'name' => 'offline-payment-icon',
4851 5457 'src' => 'resources/images/payment-methods/offline-payment-icon.svg',
4852 5458 'isEntry' => true
4853 5459 ],
5460 + 'resources/images/payment-methods/offline-payment-light.svg' => [
5461 + 'file' => 'images/payment-methods/offline-payment-light.svg',
5462 + 'name' => 'offline-payment-light',
5463 + 'src' => 'resources/images/payment-methods/offline-payment-light.svg',
5464 + 'isEntry' => true
5465 + ],
4854 5466 'resources/images/payment-methods/offline-payment.svg' => [
4855 5467 'file' => 'images/payment-methods/offline-payment.svg',
4856 5468 'name' => 'offline-payment',
4857 5469 'src' => 'resources/images/payment-methods/offline-payment.svg',
@@ -4914,8 +5526,14 @@
4914 5526 'resources/images/payment-methods/square-logo.svg' => [
4915 5527 'file' => 'images/payment-methods/square-logo.svg',
4916 5528 'name' => 'square-logo',
4917 5529 'src' => 'resources/images/payment-methods/square-logo.svg',
5530 + 'isEntry' => true
5531 + ],
5532 + 'resources/images/payment-methods/sslcommerz-logo.svg' => [
5533 + 'file' => 'images/payment-methods/sslcommerz-logo.svg',
5534 + 'name' => 'sslcommerz-logo',
5535 + 'src' => 'resources/images/payment-methods/sslcommerz-logo.svg',
4918 5536 'isEntry' => true
4919 5537 ],
4920 5538 'resources/images/payment-methods/stripe-connect.png' => [
4921 5539 'file' => 'images/payment-methods/stripe-connect.png',