kui-crm 0.0.290 → 0.0.292

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/cjs/index.js CHANGED
@@ -3721,6 +3721,10 @@ var GalleryThumbnails = function (_a) {
3721
3721
  spaceBetween: 12,
3722
3722
  grabCursor: true,
3723
3723
  slideToClickedSlide: true,
3724
+ lazyPreloadPrevNext: 2,
3725
+ centeredSlides: true,
3726
+ centeredSlidesBounds: true,
3727
+ lazy: true,
3724
3728
  };
3725
3729
  if (!images)
3726
3730
  return null;
@@ -3743,6 +3747,8 @@ var GallerySlider = function (_a) {
3743
3747
  slidesPerView: 1,
3744
3748
  spaceBetween: 4,
3745
3749
  grabCursor: true,
3750
+ lazyPreloadPrevNext: 1,
3751
+ lazy: true,
3746
3752
  on: {
3747
3753
  slideChange: function (swipe) {
3748
3754
  updateCurrentIndex(swipe.realIndex);