@gem-sdk/components 4.0.0-staging.1204 → 4.0.0-staging.1206
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/dist/cjs/builder.js +1 -1
- package/dist/cjs/carousel/components/arrow/common/classes.js +1 -1
- package/dist/cjs/carousel/components/arrow/common/helpers.js +1 -1
- package/dist/cjs/carousel/components/arrow/common/styles.js +11 -11
- package/dist/cjs/carousel/components/dot/common/helpers.js +1 -1
- package/dist/cjs/carousel/components/item/CarouselItem.js +1 -1
- package/dist/cjs/carousel/components/item/common/styles.js +1 -1
- package/dist/cjs/carousel/components/root/Carousel.js +1 -1
- package/dist/cjs/carousel/components/root/Carousel.liquid.js +6 -8
- package/dist/cjs/carousel/components/root/common/attrs.js +1 -1
- package/dist/cjs/carousel/components/root/common/classes.js +1 -1
- package/dist/cjs/carousel/components/root/common/styles.js +1 -1
- package/dist/cjs/carousel/hooks/useCarousel.js +1 -1
- package/dist/cjs/carousel/hooks/useDotsSetting.js +1 -1
- package/dist/cjs/carousel/index.js +1 -1
- package/dist/cjs/carousel/plugins/animation.js +1 -1
- package/dist/cjs/carousel/plugins/auto-play.js +1 -0
- package/dist/cjs/carousel/plugins/fix-slider-move-backward.js +1 -0
- package/dist/cjs/carousel/plugins/mutation.js +1 -0
- package/dist/cjs/carousel/settings/configs/presets.js +4 -4
- package/dist/cjs/carousel/settings/configs/settings-v2.js +1 -1
- package/dist/cjs/carousel-v3/common/helpers.js +1 -0
- package/dist/cjs/carousel-v3/components/arrow/Arrow.js +10 -0
- package/dist/cjs/carousel-v3/components/arrow/Arrow.liquid.js +26 -0
- package/dist/cjs/carousel-v3/components/arrow/common/classes.js +1 -0
- package/dist/cjs/carousel-v3/components/arrow/common/helpers.js +1 -0
- package/dist/cjs/carousel-v3/components/arrow/common/styles.js +33 -0
- package/dist/cjs/carousel-v3/components/dot/Dots.js +2 -0
- package/dist/cjs/carousel-v3/components/dot/Dots.liquid.js +7 -0
- package/dist/cjs/carousel-v3/components/dot/common/classes.js +1 -0
- package/dist/cjs/carousel-v3/components/dot/common/helpers.js +1 -0
- package/dist/cjs/carousel-v3/components/dot/common/styles.js +1 -0
- package/dist/cjs/carousel-v3/components/item/CarouselItem.js +2 -0
- package/dist/cjs/carousel-v3/components/item/CarouselItem.liquid.js +22 -0
- package/dist/cjs/carousel-v3/components/item/common/classes.js +1 -0
- package/dist/cjs/carousel-v3/components/item/common/styles.js +1 -0
- package/dist/cjs/carousel-v3/components/root/Carousel.js +2 -0
- package/dist/cjs/carousel-v3/components/root/Carousel.liquid.js +23 -0
- package/dist/cjs/carousel-v3/components/root/common/attrs.js +1 -0
- package/dist/cjs/carousel-v3/components/root/common/classes.js +1 -0
- package/dist/cjs/carousel-v3/components/root/common/helpers.js +1 -0
- package/dist/cjs/carousel-v3/components/root/common/styles.js +1 -0
- package/dist/cjs/carousel-v3/components/swiper/Swiper.js +1 -0
- package/dist/cjs/carousel-v3/hooks/useCarouseItem.js +1 -0
- package/dist/cjs/carousel-v3/hooks/useCarousel.js +1 -0
- package/dist/cjs/carousel-v3/hooks/useDotsSetting.js +1 -0
- package/dist/cjs/carousel-v3/hooks/useTrackPreviewPause.js +1 -0
- package/dist/cjs/carousel-v3/index.js +1 -0
- package/dist/cjs/{carousel → carousel-v3}/next.js +1 -1
- package/dist/cjs/carousel-v3/plugins/animation.js +1 -0
- package/dist/cjs/carousel-v3/settings/Carousel.js +5 -0
- package/dist/cjs/carousel-v3/settings/CarouselItem.js +1 -0
- package/dist/cjs/carousel-v3/settings/configs/presets.js +114 -0
- package/dist/cjs/carousel-v3/settings/configs/settings-v2.js +3 -0
- package/dist/cjs/carousel-v3/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/carousel-v3/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/grid/components/row/common/helpers.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.liquid.js +1 -1
- package/dist/cjs/marquee/hooks/useMarqueeScrollToItem.js +1 -1
- package/dist/cjs/marquee/settings/Marquee.js +1 -1
- package/dist/cjs/next.js +1 -1
- package/dist/cjs/product/components/product-images/ProductGalleryCarousel.js +1 -1
- package/dist/cjs/product/components/product-images/ProductGalleryCarousel.liquid.js +1 -1
- package/dist/cjs/product/components/product-images/ProductImagesLightBox.js +1 -1
- package/dist/cjs/product/components/product-images-v2/ProductImagesV2.liquid.js +6 -6
- package/dist/cjs/product/components/product-images-v2/common/attrs.js +1 -1
- package/dist/cjs/product/components/product-images-v2/common/classes.js +1 -1
- package/dist/cjs/product/components/product-images-v2/common/common.js +1 -1
- package/dist/cjs/product/components/product-images-v2/common/getBorderActiveCss.js +1 -5
- package/dist/cjs/product/components/product-images-v2/common/productFeaturedImage.js +1 -1
- package/dist/cjs/product/components/product-images-v2/common/productGallery.js +1 -1
- package/dist/cjs/product/components/product-images-v2/common/styles.js +1 -1
- package/dist/cjs/product/components/product-images-v2/components/child/ProductFeaturedImageCarousel.js +1 -1
- package/dist/cjs/product/components/product-images-v2/components/child/ProductGalleryGrid.js +2 -2
- package/dist/cjs/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.js +1 -1
- package/dist/cjs/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.liquid.js +13 -13
- package/dist/cjs/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.js +1 -1
- package/dist/cjs/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.liquid.js +7 -7
- package/dist/cjs/product/components/product-images-v2/components/gallery-grid/GalleryGrid.js +1 -1
- package/dist/cjs/product/components/product-images-v2/components/gallery-grid/GalleryGrid.liquid.js +4 -4
- package/dist/cjs/product/components/product-images-v2/components/lightbox/ProductImagesLightBox.js +1 -1
- package/dist/cjs/product/components/product-images-v2/hooks/useGalleryCarousel.js +1 -1
- package/dist/cjs/product/components/product-images-v2/hooks/useProductFeaturedImageCarousel.js +1 -1
- package/dist/cjs/product/components/product-images-v2/hooks/useProductGalleryGrid.js +1 -1
- package/dist/cjs/product/components/product-images-v3/ProductImageV3.js +26 -0
- package/dist/cjs/product/components/product-images-v3/ProductImagesV3.liquid.js +44 -0
- package/dist/cjs/product/components/product-images-v3/common/attrs.js +1 -0
- package/dist/cjs/product/components/product-images-v3/common/classes.js +1 -0
- package/dist/cjs/product/components/product-images-v3/common/common.js +1 -0
- package/dist/cjs/product/components/product-images-v3/common/getBorderActiveCss.js +20 -0
- package/dist/cjs/product/components/product-images-v3/common/hoverAction.js +1 -0
- package/dist/cjs/product/components/product-images-v3/common/productFeaturedImage.js +1 -0
- package/dist/cjs/product/components/product-images-v3/common/productGallery.js +1 -0
- package/dist/cjs/product/components/product-images-v3/common/styles.js +1 -0
- package/dist/cjs/product/components/product-images-v3/components/child/MediaIcon.js +2 -0
- package/dist/cjs/product/components/product-images-v3/components/child/ProductFeatureVideo.js +1 -0
- package/dist/cjs/product/components/product-images-v3/components/child/ProductFeaturedImageCarousel.js +1 -0
- package/dist/cjs/product/components/product-images-v3/components/child/ProductFeaturedImageOnly.js +2 -0
- package/dist/cjs/product/components/product-images-v3/components/child/ProductGalleryGrid.js +2 -0
- package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.js +1 -0
- package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.liquid.js +118 -0
- package/dist/cjs/product/components/product-images-v3/components/feature-only/OnlyFeatureImage.js +2 -0
- package/dist/cjs/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.js +1 -0
- package/dist/cjs/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.liquid.js +46 -0
- package/dist/cjs/product/components/product-images-v3/components/gallery-grid/GalleryGrid.js +2 -0
- package/dist/cjs/product/components/product-images-v3/components/gallery-grid/GalleryGrid.liquid.js +93 -0
- package/dist/cjs/product/components/product-images-v3/components/lightbox/ButtonOpenLightBox.js +2 -0
- package/dist/cjs/product/components/product-images-v3/components/lightbox/ProductImagesLightBox.js +2 -0
- package/dist/cjs/product/components/product-images-v3/composables/getProductImagesAttr.js +1 -0
- package/dist/cjs/product/components/product-images-v3/composables/getProductImagesClassName.js +1 -0
- package/dist/cjs/product/components/product-images-v3/composables/getProductImagesStyles.js +1 -0
- package/dist/cjs/product/components/product-images-v3/hooks/useFeatureImageWithGallery.js +1 -0
- package/dist/cjs/product/components/product-images-v3/hooks/useFilterImagesByVariant.js +1 -0
- package/dist/cjs/product/components/product-images-v3/hooks/useGalleryCarousel.js +1 -0
- package/dist/cjs/product/components/product-images-v3/hooks/useProductFeaturedImageCarousel.js +1 -0
- package/dist/cjs/product/components/product-images-v3/hooks/useProductGalleryGrid.js +1 -0
- package/dist/cjs/product/components/product-list/ProductListCarouselLayout.liquid.js +4 -4
- package/dist/cjs/product/components/product-list-v3/ProductList.js +1 -0
- package/dist/cjs/product/components/product-list-v3/ProductList.liquid.js +205 -0
- package/dist/cjs/product/components/product-list-v3/ProductListCarouselItem.liquid.js +15 -0
- package/dist/cjs/product/components/product-list-v3/ProductListCarouselLayout.js +1 -0
- package/dist/cjs/product/components/product-list-v3/ProductListCarouselLayout.liquid.js +22 -0
- package/dist/cjs/product/components/product-list-v3/ProductListGridItem.liquid.js +19 -0
- package/dist/cjs/product/components/product-list-v3/ProductListGridLayout.js +1 -0
- package/dist/cjs/product/components/product-list-v3/ProductListGridLayout.liquid.js +34 -0
- package/dist/cjs/product/components/product-list-v3/common/attrs.js +1 -0
- package/dist/cjs/product/components/product-list-v3/common/classes.js +1 -0
- package/dist/cjs/product/components/product-list-v3/common/helpers.js +1 -0
- package/dist/cjs/product/components/product-list-v3/common/styles.js +1 -0
- package/dist/cjs/product/index.js +1 -1
- package/dist/cjs/product/next.js +1 -1
- package/dist/cjs/product/settings/ProductListV3.js +8 -0
- package/dist/cjs/product/settings/product/configs/product-presets/product-1-col.js +2 -2
- package/dist/cjs/product/settings/product/configs/product-presets/product-2-col.js +2 -2
- package/dist/cjs/product/settings/product/configs/product-presets/product-default.js +2 -2
- package/dist/cjs/product/settings/product-image-v2/ProductImages.js +2 -2
- package/dist/cjs/product/settings/product-image-v2/configs/setting-v2/ProductFeatureImage.js +1 -1
- package/dist/cjs/product/settings/product-image-v2/configs/setting-v2/ProductGalleryImage.js +3 -2
- package/dist/cjs/product/settings/product-image-v2/configs/ui/FeatureNavigation.js +1 -1
- package/dist/cjs/product/settings/product-image-v2/configs/ui/ImageListNavigation.js +1 -1
- package/dist/cjs/product/settings/product-image-v2/configs/ui-v2.js +1 -1
- package/dist/cjs/product/settings/product-image-v3/ProductFeatureImage.js +1 -0
- package/dist/cjs/product/settings/product-image-v3/ProductGalleryImage.js +1 -0
- package/dist/cjs/product/settings/product-image-v3/ProductImages.js +21 -0
- package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/ProductFeatureImage.js +2 -0
- package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/ProductGalleryImage.js +2 -0
- package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/index.js +1 -0
- package/dist/cjs/product/settings/product-image-v3/configs/ui/FeatureDots.js +1 -0
- package/dist/cjs/product/settings/product-image-v3/configs/ui/FeatureNavigation.js +1 -0
- package/dist/cjs/product/settings/product-image-v3/configs/ui/ImageListNavigation.js +1 -0
- package/dist/cjs/product/settings/product-image-v3/configs/ui-v1.js +1 -0
- package/dist/cjs/product/settings/product-image-v3/configs/ui-v2.js +1 -0
- package/dist/cjs/product/settings/product-list/configs/presets.js +2 -2
- package/dist/cjs/product/settings/product-list/configs/settings-v2.js +1 -1
- package/dist/cjs/product/settings/product-list-v3/configs/presets.js +37 -0
- package/dist/cjs/product/settings/product-list-v3/configs/settings-v2.js +1 -0
- package/dist/cjs/product/settings/product-list-v3/configs/ui-v1.js +1 -0
- package/dist/cjs/product/settings/product-list-v3/configs/ui-v2.js +1 -0
- package/dist/cjs/setting.js +1 -1
- package/dist/cjs/third-party/settings/KoalaBundleQuantityDiscount/index.js +1 -1
- package/dist/esm/builder.js +1 -1
- package/dist/esm/carousel/components/arrow/common/classes.js +1 -1
- package/dist/esm/carousel/components/arrow/common/helpers.js +1 -1
- package/dist/esm/carousel/components/arrow/common/styles.js +8 -8
- package/dist/esm/carousel/components/dot/common/helpers.js +1 -1
- package/dist/esm/carousel/components/item/CarouselItem.js +1 -1
- package/dist/esm/carousel/components/item/common/styles.js +1 -1
- package/dist/esm/carousel/components/root/Carousel.js +1 -1
- package/dist/esm/carousel/components/root/Carousel.liquid.js +7 -9
- package/dist/esm/carousel/components/root/common/attrs.js +1 -1
- package/dist/esm/carousel/components/root/common/classes.js +1 -1
- package/dist/esm/carousel/components/root/common/styles.js +1 -1
- package/dist/esm/carousel/hooks/useCarousel.js +1 -1
- package/dist/esm/carousel/hooks/useDotsSetting.js +1 -1
- package/dist/esm/carousel/index.js +1 -1
- package/dist/esm/carousel/plugins/animation.js +1 -1
- package/dist/esm/carousel/plugins/auto-play.js +1 -0
- package/dist/esm/carousel/plugins/fix-slider-move-backward.js +1 -0
- package/dist/esm/carousel/plugins/mutation.js +1 -0
- package/dist/esm/carousel/settings/configs/presets.js +4 -4
- package/dist/esm/carousel/settings/configs/settings-v2.js +1 -1
- package/dist/esm/carousel-v3/common/helpers.js +1 -0
- package/dist/esm/carousel-v3/components/arrow/Arrow.js +10 -0
- package/dist/esm/carousel-v3/components/arrow/Arrow.liquid.js +26 -0
- package/dist/esm/carousel-v3/components/arrow/common/classes.js +1 -0
- package/dist/esm/carousel-v3/components/arrow/common/helpers.js +1 -0
- package/dist/esm/carousel-v3/components/arrow/common/styles.js +33 -0
- package/dist/esm/carousel-v3/components/dot/Dots.js +2 -0
- package/dist/esm/carousel-v3/components/dot/Dots.liquid.js +7 -0
- package/dist/esm/carousel-v3/components/dot/common/classes.js +1 -0
- package/dist/esm/carousel-v3/components/dot/common/helpers.js +1 -0
- package/dist/esm/carousel-v3/components/dot/common/styles.js +1 -0
- package/dist/esm/carousel-v3/components/item/CarouselItem.js +2 -0
- package/dist/esm/carousel-v3/components/item/CarouselItem.liquid.js +22 -0
- package/dist/esm/carousel-v3/components/item/common/classes.js +1 -0
- package/dist/esm/carousel-v3/components/item/common/styles.js +1 -0
- package/dist/esm/carousel-v3/components/root/Carousel.js +2 -0
- package/dist/esm/carousel-v3/components/root/Carousel.liquid.js +23 -0
- package/dist/esm/carousel-v3/components/root/common/attrs.js +1 -0
- package/dist/esm/carousel-v3/components/root/common/classes.js +1 -0
- package/dist/esm/carousel-v3/components/root/common/helpers.js +1 -0
- package/dist/esm/carousel-v3/components/root/common/styles.js +1 -0
- package/dist/esm/carousel-v3/components/swiper/Swiper.js +1 -0
- package/dist/esm/carousel-v3/hooks/useCarouseItem.js +1 -0
- package/dist/esm/carousel-v3/hooks/useCarousel.js +1 -0
- package/dist/esm/carousel-v3/hooks/useDotsSetting.js +1 -0
- package/dist/esm/carousel-v3/hooks/useTrackPreviewPause.js +1 -0
- package/dist/esm/carousel-v3/index.js +1 -0
- package/dist/esm/{carousel → carousel-v3}/next.js +1 -1
- package/dist/esm/carousel-v3/plugins/animation.js +1 -0
- package/dist/esm/carousel-v3/settings/Carousel.js +5 -0
- package/dist/esm/carousel-v3/settings/CarouselItem.js +1 -0
- package/dist/esm/carousel-v3/settings/configs/presets.js +114 -0
- package/dist/esm/carousel-v3/settings/configs/settings-v2.js +3 -0
- package/dist/esm/carousel-v3/settings/configs/ui-v1.js +1 -0
- package/dist/esm/carousel-v3/settings/configs/ui-v2.js +1 -0
- package/dist/esm/grid/components/row/common/helpers.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.liquid.js +1 -1
- package/dist/esm/marquee/hooks/useMarqueeScrollToItem.js +1 -1
- package/dist/esm/marquee/settings/Marquee.js +1 -1
- package/dist/esm/next.js +1 -1
- package/dist/esm/product/components/product-images/ProductGalleryCarousel.js +1 -1
- package/dist/esm/product/components/product-images/ProductGalleryCarousel.liquid.js +1 -1
- package/dist/esm/product/components/product-images/ProductImagesLightBox.js +1 -1
- package/dist/esm/product/components/product-images-v2/ProductImagesV2.liquid.js +8 -8
- package/dist/esm/product/components/product-images-v2/common/attrs.js +1 -1
- package/dist/esm/product/components/product-images-v2/common/classes.js +1 -1
- package/dist/esm/product/components/product-images-v2/common/common.js +1 -1
- package/dist/esm/product/components/product-images-v2/common/getBorderActiveCss.js +2 -6
- package/dist/esm/product/components/product-images-v2/common/productFeaturedImage.js +1 -1
- package/dist/esm/product/components/product-images-v2/common/productGallery.js +1 -1
- package/dist/esm/product/components/product-images-v2/common/styles.js +1 -1
- package/dist/esm/product/components/product-images-v2/components/child/ProductFeaturedImageCarousel.js +1 -1
- package/dist/esm/product/components/product-images-v2/components/child/ProductGalleryGrid.js +2 -2
- package/dist/esm/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.js +1 -1
- package/dist/esm/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.liquid.js +48 -48
- package/dist/esm/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.js +1 -1
- package/dist/esm/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.liquid.js +14 -14
- package/dist/esm/product/components/product-images-v2/components/gallery-grid/GalleryGrid.js +1 -1
- package/dist/esm/product/components/product-images-v2/components/gallery-grid/GalleryGrid.liquid.js +11 -11
- package/dist/esm/product/components/product-images-v2/components/lightbox/ProductImagesLightBox.js +1 -1
- package/dist/esm/product/components/product-images-v2/hooks/useGalleryCarousel.js +1 -1
- package/dist/esm/product/components/product-images-v2/hooks/useProductFeaturedImageCarousel.js +1 -1
- package/dist/esm/product/components/product-images-v2/hooks/useProductGalleryGrid.js +1 -1
- package/dist/esm/product/components/product-images-v3/ProductImageV3.js +26 -0
- package/dist/esm/product/components/product-images-v3/ProductImagesV3.liquid.js +44 -0
- package/dist/esm/product/components/product-images-v3/common/attrs.js +1 -0
- package/dist/esm/product/components/product-images-v3/common/classes.js +1 -0
- package/dist/esm/product/components/product-images-v3/common/common.js +1 -0
- package/dist/esm/product/components/product-images-v3/common/getBorderActiveCss.js +20 -0
- package/dist/esm/product/components/product-images-v3/common/hoverAction.js +1 -0
- package/dist/esm/product/components/product-images-v3/common/productFeaturedImage.js +1 -0
- package/dist/esm/product/components/product-images-v3/common/productGallery.js +1 -0
- package/dist/esm/product/components/product-images-v3/common/styles.js +1 -0
- package/dist/esm/product/components/product-images-v3/components/child/MediaIcon.js +2 -0
- package/dist/esm/product/components/product-images-v3/components/child/ProductFeatureVideo.js +1 -0
- package/dist/esm/product/components/product-images-v3/components/child/ProductFeaturedImageCarousel.js +1 -0
- package/dist/esm/product/components/product-images-v3/components/child/ProductFeaturedImageOnly.js +2 -0
- package/dist/esm/product/components/product-images-v3/components/child/ProductGalleryGrid.js +2 -0
- package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.js +1 -0
- package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.liquid.js +118 -0
- package/dist/esm/product/components/product-images-v3/components/feature-only/OnlyFeatureImage.js +2 -0
- package/dist/esm/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.js +1 -0
- package/dist/esm/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.liquid.js +46 -0
- package/dist/esm/product/components/product-images-v3/components/gallery-grid/GalleryGrid.js +2 -0
- package/dist/esm/product/components/product-images-v3/components/gallery-grid/GalleryGrid.liquid.js +93 -0
- package/dist/esm/product/components/product-images-v3/components/lightbox/ButtonOpenLightBox.js +2 -0
- package/dist/esm/product/components/product-images-v3/components/lightbox/ProductImagesLightBox.js +2 -0
- package/dist/esm/product/components/product-images-v3/composables/getProductImagesAttr.js +1 -0
- package/dist/esm/product/components/product-images-v3/composables/getProductImagesClassName.js +1 -0
- package/dist/esm/product/components/product-images-v3/composables/getProductImagesStyles.js +1 -0
- package/dist/esm/product/components/product-images-v3/hooks/useFeatureImageWithGallery.js +1 -0
- package/dist/esm/product/components/product-images-v3/hooks/useFilterImagesByVariant.js +1 -0
- package/dist/esm/product/components/product-images-v3/hooks/useGalleryCarousel.js +1 -0
- package/dist/esm/product/components/product-images-v3/hooks/useProductFeaturedImageCarousel.js +1 -0
- package/dist/esm/product/components/product-images-v3/hooks/useProductGalleryGrid.js +1 -0
- package/dist/esm/product/components/product-list/ProductListCarouselLayout.liquid.js +6 -6
- package/dist/esm/product/components/product-list-v3/ProductList.js +1 -0
- package/dist/esm/product/components/product-list-v3/ProductList.liquid.js +205 -0
- package/dist/esm/product/components/product-list-v3/ProductListCarouselItem.liquid.js +15 -0
- package/dist/esm/product/components/product-list-v3/ProductListCarouselLayout.js +1 -0
- package/dist/esm/product/components/product-list-v3/ProductListCarouselLayout.liquid.js +22 -0
- package/dist/esm/product/components/product-list-v3/ProductListGridItem.liquid.js +19 -0
- package/dist/esm/product/components/product-list-v3/ProductListGridLayout.js +1 -0
- package/dist/esm/product/components/product-list-v3/ProductListGridLayout.liquid.js +34 -0
- package/dist/esm/product/components/product-list-v3/common/attrs.js +1 -0
- package/dist/esm/product/components/product-list-v3/common/classes.js +1 -0
- package/dist/esm/product/components/product-list-v3/common/helpers.js +1 -0
- package/dist/esm/product/components/product-list-v3/common/styles.js +1 -0
- package/dist/esm/product/index.js +1 -1
- package/dist/esm/product/next.js +1 -1
- package/dist/esm/product/settings/ProductListV3.js +8 -0
- package/dist/esm/product/settings/product/configs/product-presets/product-1-col.js +2 -2
- package/dist/esm/product/settings/product/configs/product-presets/product-2-col.js +2 -2
- package/dist/esm/product/settings/product/configs/product-presets/product-default.js +2 -2
- package/dist/esm/product/settings/product-image-v2/ProductImages.js +2 -2
- package/dist/esm/product/settings/product-image-v2/configs/setting-v2/ProductFeatureImage.js +1 -1
- package/dist/esm/product/settings/product-image-v2/configs/setting-v2/ProductGalleryImage.js +3 -2
- package/dist/esm/product/settings/product-image-v2/configs/ui/FeatureNavigation.js +1 -1
- package/dist/esm/product/settings/product-image-v2/configs/ui/ImageListNavigation.js +1 -1
- package/dist/esm/product/settings/product-image-v2/configs/ui-v2.js +1 -1
- package/dist/esm/product/settings/product-image-v3/ProductFeatureImage.js +1 -0
- package/dist/esm/product/settings/product-image-v3/ProductGalleryImage.js +1 -0
- package/dist/esm/product/settings/product-image-v3/ProductImages.js +21 -0
- package/dist/esm/product/settings/product-image-v3/configs/setting-v2/ProductFeatureImage.js +2 -0
- package/dist/esm/product/settings/product-image-v3/configs/setting-v2/ProductGalleryImage.js +2 -0
- package/dist/esm/product/settings/product-image-v3/configs/setting-v2/index.js +1 -0
- package/dist/esm/product/settings/product-image-v3/configs/ui/FeatureDots.js +1 -0
- package/dist/esm/product/settings/product-image-v3/configs/ui/FeatureNavigation.js +1 -0
- package/dist/esm/product/settings/product-image-v3/configs/ui/ImageListNavigation.js +1 -0
- package/dist/esm/product/settings/product-image-v3/configs/ui-v1.js +1 -0
- package/dist/esm/product/settings/product-image-v3/configs/ui-v2.js +1 -0
- package/dist/esm/product/settings/product-list/configs/presets.js +2 -2
- package/dist/esm/product/settings/product-list/configs/settings-v2.js +1 -1
- package/dist/esm/product/settings/product-list-v3/configs/presets.js +37 -0
- package/dist/esm/product/settings/product-list-v3/configs/settings-v2.js +1 -0
- package/dist/esm/product/settings/product-list-v3/configs/ui-v1.js +1 -0
- package/dist/esm/product/settings/product-list-v3/configs/ui-v2.js +1 -0
- package/dist/esm/setting.js +1 -1
- package/dist/esm/third-party/settings/KoalaBundleQuantityDiscount/index.js +1 -1
- package/dist/types/index.d.ts +476 -74
- package/package.json +3 -3
- package/dist/cjs/carousel/components/swiper/Swiper.js +0 -1
- package/dist/esm/carousel/components/swiper/Swiper.js +0 -1
- /package/dist/cjs/{carousel → carousel-v3}/components/swiper/SwiperSlide.js +0 -0
- /package/dist/cjs/{carousel → carousel-v3}/components/swiper/common/styles.js +0 -0
- /package/dist/esm/{carousel → carousel-v3}/components/swiper/SwiperSlide.js +0 -0
- /package/dist/esm/{carousel → carousel-v3}/components/swiper/common/styles.js +0 -0
package/dist/types/index.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as _gem_sdk_core from '@gem-sdk/core';
|
|
2
|
-
import { BasePropsWrap, TypographySettingV2, ObjectDevices, Background, SizeSettingGlobal, StateProp, ColorValueType, TypographySetting, Border, SizeSetting, CornerRadius, ShadowProps, BackgroundMedia, AlignProp, TransformProp, Ratio, ResponsiveStateProp, PageContext, BackgroundImageValue, ObjectLayoutValue, BaseProps, PaddingType as PaddingType$
|
|
2
|
+
import { BasePropsWrap, TypographySettingV2, ObjectDevices, Background, SizeSettingGlobal, StateProp, ColorValueType, TypographySetting, Border, SizeSetting, CornerRadius, ShadowProps, BackgroundMedia, AlignProp, TransformProp, Ratio, ResponsiveStateProp, PageContext, BackgroundImageValue, ObjectLayoutValue, BaseProps, PaddingType as PaddingType$2, NameDevices, RawChild, PostPurchaseTypo, AlignItemProp, ProductProviderProps, AdvancedType, DotStyle as DotStyle$2, AirProductReview, TagShopWidgetType, PreOrderNowWodWidgetType, FastBundleWidgetType, LooxReviewsWidgetType, LooxReviewsWidgetTypeV2, JudgeMeReviewsWidgetType, ProductReviewsWidgetType, RyviuWidgetType, RivyoWidgetType, VitalsWidgetType, OmnisendWidgetType, TrustooWidgetType, FeraReviewsWidgetType, FeraReviewsV3WidgetType, GrowaveWidgetTypeV2, GrowaveWidgetTypeV1, OpinewWidgetType, OpinewDesignWidgetType, UltimateSalesBoostWidgetType, AliReviewsWidgetType, BoldSubscriptionsWidgetType, PickyStoryWidgetType, WiserWidgetType, WiserV2WidgetType, StampedWidgetType, StampedWidgetTypeV2, LaiProductReviewsWidgetType, LaiProductReviewsAdvancedWidgetType, YotpoReviewsWidgetType, BogosWidgetType, InstantJudgeMeReviewsWidgetType, InstantLooxReviewsWidgetType, ComponentSetting, RenderMode } from '@gem-sdk/core';
|
|
3
3
|
import * as csstype from 'csstype';
|
|
4
4
|
import { Property } from 'csstype';
|
|
5
5
|
import * as _gem_sdk_keen_slider from '@gem-sdk/keen-slider';
|
|
6
6
|
import { KeenSliderInstance } from '@gem-sdk/keen-slider';
|
|
7
|
-
import { Swiper } from 'gem-sdk
|
|
7
|
+
import { Swiper } from '@gem-sdk/swiper';
|
|
8
8
|
import React$1, { ReactNode } from 'react';
|
|
9
|
-
import * as
|
|
9
|
+
import * as _gem_sdk_swiper_types_swiper_class from '@gem-sdk/swiper/types/swiper-class';
|
|
10
10
|
|
|
11
11
|
type AccordionSettingProps = {
|
|
12
12
|
activeKey?: string;
|
|
@@ -208,9 +208,9 @@ type ImageSettingProps$1 = {
|
|
|
208
208
|
disableNoDataState?: boolean;
|
|
209
209
|
srcSet?: ObjectDevices<BaseImageData>;
|
|
210
210
|
qualityPercent?: ObjectDevices<number>;
|
|
211
|
-
qualityType?: ObjectDevices<QualityType$
|
|
211
|
+
qualityType?: ObjectDevices<QualityType$3>;
|
|
212
212
|
};
|
|
213
|
-
type QualityType$
|
|
213
|
+
type QualityType$3 = 'finest' | 'high' | 'medium' | 'custom';
|
|
214
214
|
type ImageProps = BasePropsWrap<ImageSettingProps$1, ImageStyleProps$1> & {
|
|
215
215
|
className?: string;
|
|
216
216
|
children?: React.ReactNode;
|
|
@@ -371,7 +371,7 @@ type ArticleImageSettingProps = ImageProps['setting'] & {
|
|
|
371
371
|
};
|
|
372
372
|
type ArticleImageProps = BasePropsWrap<ArticleImageSettingProps, Pick<ImageStyleProps$1, 'opacity' | 'opacityColor' | 'shape' | 'objectFit' | 'align' | 'borderRadius' | 'wrapperBorder' | 'shadow'> & {
|
|
373
373
|
qualityPercent?: ObjectDevices<number>;
|
|
374
|
-
qualityType?: ObjectDevices<QualityType$
|
|
374
|
+
qualityType?: ObjectDevices<QualityType$3>;
|
|
375
375
|
}> & {
|
|
376
376
|
className?: string;
|
|
377
377
|
style?: React.CSSProperties;
|
|
@@ -677,7 +677,7 @@ type HeroBannerStyleProps = {
|
|
|
677
677
|
shadowBg?: ShadowProps;
|
|
678
678
|
sizeSetting?: ObjectDevices<SizeSettingGlobal>;
|
|
679
679
|
order?: ObjectDevices<number>;
|
|
680
|
-
contentPadding?: ObjectDevices<PaddingType$
|
|
680
|
+
contentPadding?: ObjectDevices<PaddingType$2>;
|
|
681
681
|
} & Pick<RowStyleProps, 'verticalGutter' | 'background'>;
|
|
682
682
|
type HeroBannerProps = BasePropsWrap<HeroBannerSettingProps, HeroBannerStyleProps> & {
|
|
683
683
|
children?: React.ReactNode;
|
|
@@ -731,6 +731,208 @@ declare const buttonSetting: {
|
|
|
731
731
|
Button: _gem_sdk_core.ComponentSetting<ButtonProps>;
|
|
732
732
|
};
|
|
733
733
|
|
|
734
|
+
declare const CAROUSEL_ANIMATION$1: {
|
|
735
|
+
readonly EASE_IN: {
|
|
736
|
+
readonly value: "ease-in";
|
|
737
|
+
readonly formula: (t: number) => number;
|
|
738
|
+
};
|
|
739
|
+
readonly EASE_OUT: {
|
|
740
|
+
readonly value: "ease-out";
|
|
741
|
+
readonly formula: (t: number) => number;
|
|
742
|
+
};
|
|
743
|
+
readonly EASE_IN_OUT: {
|
|
744
|
+
readonly value: "ease-in-out";
|
|
745
|
+
readonly formula: (t: number) => number;
|
|
746
|
+
};
|
|
747
|
+
readonly DEFAULT: {
|
|
748
|
+
readonly value: "default";
|
|
749
|
+
readonly formula: (t: number) => number;
|
|
750
|
+
};
|
|
751
|
+
};
|
|
752
|
+
type CarouselAnimationValue$1 = (typeof CAROUSEL_ANIMATION$1)[keyof typeof CAROUSEL_ANIMATION$1]['value'];
|
|
753
|
+
|
|
754
|
+
type NavigationStyle$1 = 'none' | 'inside' | 'outside';
|
|
755
|
+
type PaddingType$1 = {
|
|
756
|
+
type?: 'small' | 'medium' | 'large' | 'custom';
|
|
757
|
+
top?: string;
|
|
758
|
+
left?: string;
|
|
759
|
+
bottom?: string;
|
|
760
|
+
right?: string;
|
|
761
|
+
linked?: boolean;
|
|
762
|
+
};
|
|
763
|
+
type DotStyle$1 = 'none' | 'inside' | 'outside';
|
|
764
|
+
type InteractionChangeSlide$1 = {
|
|
765
|
+
key: string;
|
|
766
|
+
data: number;
|
|
767
|
+
isRollback: boolean;
|
|
768
|
+
index?: number;
|
|
769
|
+
element: HTMLElement;
|
|
770
|
+
};
|
|
771
|
+
type CarouselRef$1 = {
|
|
772
|
+
nextSlideInteraction: (params: InteractionChangeSlide$1) => void;
|
|
773
|
+
previousSlideInteraction: (params: InteractionChangeSlide$1) => void;
|
|
774
|
+
moveToSlideInteraction: (params: InteractionChangeSlide$1) => void;
|
|
775
|
+
getSwiper: () => Swiper | null;
|
|
776
|
+
};
|
|
777
|
+
type CarouselSettingProps$1 = {
|
|
778
|
+
slidesToShow?: ObjectDevices<number | 'auto'>;
|
|
779
|
+
slidesToScroll?: ObjectDevices<number>;
|
|
780
|
+
childItem?: string[];
|
|
781
|
+
vertical?: ObjectDevices<boolean>;
|
|
782
|
+
dot?: ObjectDevices<boolean>;
|
|
783
|
+
speed?: number;
|
|
784
|
+
arrow?: ObjectDevices<boolean>;
|
|
785
|
+
controlOverContent?: ObjectDevices<boolean>;
|
|
786
|
+
autoplaySpeed?: number;
|
|
787
|
+
dotColor?: ObjectDevices<ColorValueType>;
|
|
788
|
+
dotActiveColor?: ObjectDevices<ColorValueType>;
|
|
789
|
+
dotStyle?: ObjectDevices<DotStyle$1>;
|
|
790
|
+
dotSize?: ObjectDevices<number>;
|
|
791
|
+
dotGapToCarousel?: ObjectDevices<number>;
|
|
792
|
+
navigationStyle?: ObjectDevices<NavigationStyle$1>;
|
|
793
|
+
navigationEnable?: ObjectDevices<boolean>;
|
|
794
|
+
arrowCustomColor?: ColorValueType;
|
|
795
|
+
arrowCustom?: string;
|
|
796
|
+
arrowIconSize?: ObjectDevices<number>;
|
|
797
|
+
arrowButtonSize?: ObjectDevices<{
|
|
798
|
+
shapeLinked?: boolean;
|
|
799
|
+
shapeValue?: string;
|
|
800
|
+
width?: string;
|
|
801
|
+
height?: string;
|
|
802
|
+
padding?: PaddingType$1;
|
|
803
|
+
}>;
|
|
804
|
+
rtl?: boolean;
|
|
805
|
+
arrowBackgroundColor?: string;
|
|
806
|
+
arrowBorder?: ObjectDevices<Border>;
|
|
807
|
+
arrowShadow?: ObjectDevices<ShadowProps>;
|
|
808
|
+
roundedArrow?: ObjectDevices<CornerRadius>;
|
|
809
|
+
arrowGapToEachSide?: string;
|
|
810
|
+
showWhenHover?: boolean;
|
|
811
|
+
defaultCurrentSlider?: number;
|
|
812
|
+
background?: ObjectDevices<BackgroundMedia>;
|
|
813
|
+
label?: boolean;
|
|
814
|
+
sneakPeak?: ObjectDevices<boolean>;
|
|
815
|
+
sneakPeakOffsetForward?: ObjectDevices<number>;
|
|
816
|
+
sneakPeakOffsetCenter?: ObjectDevices<number>;
|
|
817
|
+
sneakPeakType?: ObjectDevices<'center' | 'forward'>;
|
|
818
|
+
itemNumber?: ObjectDevices<number | 'auto'>;
|
|
819
|
+
runPreview?: boolean;
|
|
820
|
+
autoplayTimeout?: number;
|
|
821
|
+
pauseOnHover?: boolean;
|
|
822
|
+
autoplay?: boolean;
|
|
823
|
+
enableDrag?: ObjectDevices<boolean>;
|
|
824
|
+
loop?: ObjectDevices<boolean>;
|
|
825
|
+
animationMode?: CarouselAnimationValue$1;
|
|
826
|
+
layout?: 'vertical' | 'hozirontal';
|
|
827
|
+
enableAction?: ObjectDevices<boolean>;
|
|
828
|
+
initialSlide?: number;
|
|
829
|
+
};
|
|
830
|
+
type CarouselStyleProps$1 = {
|
|
831
|
+
spacing?: ObjectDevices<number>;
|
|
832
|
+
roundedContent?: CornerRadius;
|
|
833
|
+
borderContent?: Border;
|
|
834
|
+
hasActiveShadow?: boolean;
|
|
835
|
+
carouselShadow?: ShadowProps;
|
|
836
|
+
align?: ObjectDevices<AlignProp | Property.AlignItems>;
|
|
837
|
+
sizeSetting?: ObjectDevices<SizeSettingGlobal>;
|
|
838
|
+
playSpeed?: number;
|
|
839
|
+
itemPadding?: ObjectDevices<SizeSettingGlobal>;
|
|
840
|
+
backgroundColor?: ObjectDevices<string>;
|
|
841
|
+
backgroundImage?: ObjectDevices<BackgroundImageValue>;
|
|
842
|
+
};
|
|
843
|
+
type CarouselProps$1 = BasePropsWrap<CarouselSettingProps$1, CarouselStyleProps$1> & {
|
|
844
|
+
children?: React.ReactNode;
|
|
845
|
+
moveToIdx?: number;
|
|
846
|
+
isHiddenArrowWhenDisabled?: boolean;
|
|
847
|
+
hiddenDotWhenOnlyOne?: boolean;
|
|
848
|
+
disableMarginAuto?: boolean;
|
|
849
|
+
onLoaded?: (status: boolean) => void;
|
|
850
|
+
onChangeActive?: (index: number) => void;
|
|
851
|
+
onUpdated?: (slider: KeenSliderInstance) => void;
|
|
852
|
+
onCreated?: (slider: KeenSliderInstance) => void;
|
|
853
|
+
onClickArrow?: () => void;
|
|
854
|
+
onHandleChangeSlideByInteraction?: (index: number) => void;
|
|
855
|
+
onSwiperReady?: (swiper: Swiper) => void;
|
|
856
|
+
elmRef?: React.Ref<HTMLDivElement>;
|
|
857
|
+
rootClass?: string;
|
|
858
|
+
parentClass?: string;
|
|
859
|
+
rootAttrs?: Record<string, string | boolean | number>;
|
|
860
|
+
slidesClass?: string;
|
|
861
|
+
fullHeight?: boolean;
|
|
862
|
+
isDisableResetSlide?: boolean;
|
|
863
|
+
isProductList?: boolean;
|
|
864
|
+
thumbsSwiper?: string;
|
|
865
|
+
} & {
|
|
866
|
+
rootId?: string;
|
|
867
|
+
rootClass?: string;
|
|
868
|
+
wrapperClass?: string;
|
|
869
|
+
rootStyles?: React.CSSProperties;
|
|
870
|
+
rawChildren?: any[];
|
|
871
|
+
advanced?: any;
|
|
872
|
+
disableMarginAuto?: boolean;
|
|
873
|
+
slidesClass?: string;
|
|
874
|
+
conditionAppendJs?: string;
|
|
875
|
+
isEnableCheckHasScrollableContent?: boolean;
|
|
876
|
+
};
|
|
877
|
+
type CarouselItemProps$1 = {
|
|
878
|
+
parentStyle?: CarouselProps$1['styles'];
|
|
879
|
+
customStyle?: React.CSSProperties;
|
|
880
|
+
parentSettings?: CarouselProps$1['setting'];
|
|
881
|
+
background?: Partial<Record<NameDevices, Background>> | undefined;
|
|
882
|
+
index?: number;
|
|
883
|
+
contentType?: 'normalItem' | 'productImage';
|
|
884
|
+
onClickItem?: React.MouseEventHandler<any>;
|
|
885
|
+
dispatchEventSelectSlide?: (index: number) => void;
|
|
886
|
+
parentId?: string;
|
|
887
|
+
parentUid?: string;
|
|
888
|
+
indexKey?: string;
|
|
889
|
+
} & BasePropsWrap & React.ComponentPropsWithoutRef<'div'>;
|
|
890
|
+
|
|
891
|
+
declare const Carousel$3: React.ForwardRefExoticComponent<_gem_sdk_core.BaseProps<CarouselSettingProps$1, CarouselStyleProps$1, Record<string, any>> & {
|
|
892
|
+
builderAttrs?: Record<string, any> | undefined;
|
|
893
|
+
style?: React.CSSProperties | undefined;
|
|
894
|
+
} & {
|
|
895
|
+
children?: React.ReactNode;
|
|
896
|
+
moveToIdx?: number | undefined;
|
|
897
|
+
isHiddenArrowWhenDisabled?: boolean | undefined;
|
|
898
|
+
hiddenDotWhenOnlyOne?: boolean | undefined;
|
|
899
|
+
disableMarginAuto?: boolean | undefined;
|
|
900
|
+
onLoaded?: ((status: boolean) => void) | undefined;
|
|
901
|
+
onChangeActive?: ((index: number) => void) | undefined;
|
|
902
|
+
onUpdated?: ((slider: _gem_sdk_keen_slider.KeenSliderInstance) => void) | undefined;
|
|
903
|
+
onCreated?: ((slider: _gem_sdk_keen_slider.KeenSliderInstance) => void) | undefined;
|
|
904
|
+
onClickArrow?: (() => void) | undefined;
|
|
905
|
+
onHandleChangeSlideByInteraction?: ((index: number) => void) | undefined;
|
|
906
|
+
onSwiperReady?: ((swiper: Swiper) => void) | undefined;
|
|
907
|
+
elmRef?: React.Ref<HTMLDivElement> | undefined;
|
|
908
|
+
rootClass?: string | undefined;
|
|
909
|
+
parentClass?: string | undefined;
|
|
910
|
+
rootAttrs?: Record<string, string | number | boolean> | undefined;
|
|
911
|
+
slidesClass?: string | undefined;
|
|
912
|
+
fullHeight?: boolean | undefined;
|
|
913
|
+
isDisableResetSlide?: boolean | undefined;
|
|
914
|
+
isProductList?: boolean | undefined;
|
|
915
|
+
thumbsSwiper?: string | undefined;
|
|
916
|
+
} & {
|
|
917
|
+
rootId?: string | undefined;
|
|
918
|
+
rootClass?: string | undefined;
|
|
919
|
+
wrapperClass?: string | undefined;
|
|
920
|
+
rootStyles?: React.CSSProperties | undefined;
|
|
921
|
+
rawChildren?: any[] | undefined;
|
|
922
|
+
advanced?: any;
|
|
923
|
+
disableMarginAuto?: boolean | undefined;
|
|
924
|
+
slidesClass?: string | undefined;
|
|
925
|
+
conditionAppendJs?: string | undefined;
|
|
926
|
+
isEnableCheckHasScrollableContent?: boolean | undefined;
|
|
927
|
+
} & React.RefAttributes<CarouselRef$1>>;
|
|
928
|
+
|
|
929
|
+
declare const CarouselItem$3: React.FC<CarouselItemProps$1>;
|
|
930
|
+
|
|
931
|
+
declare const carouselSettingV3: {
|
|
932
|
+
CarouselV3: _gem_sdk_core.ComponentSetting<CarouselProps$1>;
|
|
933
|
+
CarouselItemV3: _gem_sdk_core.ComponentSetting<CarouselItemProps$1>;
|
|
934
|
+
};
|
|
935
|
+
|
|
734
936
|
declare const CAROUSEL_ANIMATION: {
|
|
735
937
|
readonly EASE_IN: {
|
|
736
938
|
readonly value: "ease-in";
|
|
@@ -772,7 +974,6 @@ type CarouselRef = {
|
|
|
772
974
|
nextSlideInteraction: (params: InteractionChangeSlide) => void;
|
|
773
975
|
previousSlideInteraction: (params: InteractionChangeSlide) => void;
|
|
774
976
|
moveToSlideInteraction: (params: InteractionChangeSlide) => void;
|
|
775
|
-
getSwiper: () => Swiper | null;
|
|
776
977
|
};
|
|
777
978
|
type CarouselSettingProps = {
|
|
778
979
|
slidesToShow?: ObjectDevices<number | 'auto'>;
|
|
@@ -825,7 +1026,6 @@ type CarouselSettingProps = {
|
|
|
825
1026
|
animationMode?: CarouselAnimationValue;
|
|
826
1027
|
layout?: 'vertical' | 'hozirontal';
|
|
827
1028
|
enableAction?: ObjectDevices<boolean>;
|
|
828
|
-
initialSlide?: number;
|
|
829
1029
|
};
|
|
830
1030
|
type CarouselStyleProps = {
|
|
831
1031
|
spacing?: ObjectDevices<number>;
|
|
@@ -852,16 +1052,12 @@ type CarouselProps = BasePropsWrap<CarouselSettingProps, CarouselStyleProps> & {
|
|
|
852
1052
|
onCreated?: (slider: KeenSliderInstance) => void;
|
|
853
1053
|
onClickArrow?: () => void;
|
|
854
1054
|
onHandleChangeSlideByInteraction?: (index: number) => void;
|
|
855
|
-
onSwiperReady?: (swiper: Swiper) => void;
|
|
856
1055
|
elmRef?: React.Ref<HTMLDivElement>;
|
|
857
1056
|
rootClass?: string;
|
|
858
1057
|
parentClass?: string;
|
|
859
1058
|
rootAttrs?: Record<string, string | boolean | number>;
|
|
860
1059
|
slidesClass?: string;
|
|
861
1060
|
fullHeight?: boolean;
|
|
862
|
-
isDisableResetSlide?: boolean;
|
|
863
|
-
isProductList?: boolean;
|
|
864
|
-
thumbsSwiper?: string;
|
|
865
1061
|
} & {
|
|
866
1062
|
rootId?: string;
|
|
867
1063
|
rootClass?: string;
|
|
@@ -872,7 +1068,6 @@ type CarouselProps = BasePropsWrap<CarouselSettingProps, CarouselStyleProps> & {
|
|
|
872
1068
|
disableMarginAuto?: boolean;
|
|
873
1069
|
slidesClass?: string;
|
|
874
1070
|
conditionAppendJs?: string;
|
|
875
|
-
isEnableCheckHasScrollableContent?: boolean;
|
|
876
1071
|
};
|
|
877
1072
|
type CarouselItemProps = {
|
|
878
1073
|
parentStyle?: CarouselProps['styles'];
|
|
@@ -885,10 +1080,9 @@ type CarouselItemProps = {
|
|
|
885
1080
|
dispatchEventSelectSlide?: (index: number) => void;
|
|
886
1081
|
parentId?: string;
|
|
887
1082
|
parentUid?: string;
|
|
888
|
-
indexKey?: string;
|
|
889
1083
|
} & BasePropsWrap & React.ComponentPropsWithoutRef<'div'>;
|
|
890
1084
|
|
|
891
|
-
declare const Carousel$
|
|
1085
|
+
declare const Carousel$2: React.ForwardRefExoticComponent<_gem_sdk_core.BaseProps<CarouselSettingProps, CarouselStyleProps, Record<string, any>> & {
|
|
892
1086
|
builderAttrs?: Record<string, any> | undefined;
|
|
893
1087
|
style?: React.CSSProperties | undefined;
|
|
894
1088
|
} & {
|
|
@@ -903,16 +1097,12 @@ declare const Carousel$1: React.ForwardRefExoticComponent<_gem_sdk_core.BaseProp
|
|
|
903
1097
|
onCreated?: ((slider: _gem_sdk_keen_slider.KeenSliderInstance) => void) | undefined;
|
|
904
1098
|
onClickArrow?: (() => void) | undefined;
|
|
905
1099
|
onHandleChangeSlideByInteraction?: ((index: number) => void) | undefined;
|
|
906
|
-
onSwiperReady?: ((swiper: Swiper) => void) | undefined;
|
|
907
1100
|
elmRef?: React.Ref<HTMLDivElement> | undefined;
|
|
908
1101
|
rootClass?: string | undefined;
|
|
909
1102
|
parentClass?: string | undefined;
|
|
910
1103
|
rootAttrs?: Record<string, string | number | boolean> | undefined;
|
|
911
1104
|
slidesClass?: string | undefined;
|
|
912
1105
|
fullHeight?: boolean | undefined;
|
|
913
|
-
isDisableResetSlide?: boolean | undefined;
|
|
914
|
-
isProductList?: boolean | undefined;
|
|
915
|
-
thumbsSwiper?: string | undefined;
|
|
916
1106
|
} & {
|
|
917
1107
|
rootId?: string | undefined;
|
|
918
1108
|
rootClass?: string | undefined;
|
|
@@ -923,10 +1113,9 @@ declare const Carousel$1: React.ForwardRefExoticComponent<_gem_sdk_core.BaseProp
|
|
|
923
1113
|
disableMarginAuto?: boolean | undefined;
|
|
924
1114
|
slidesClass?: string | undefined;
|
|
925
1115
|
conditionAppendJs?: string | undefined;
|
|
926
|
-
isEnableCheckHasScrollableContent?: boolean | undefined;
|
|
927
1116
|
} & React.RefAttributes<CarouselRef>>;
|
|
928
1117
|
|
|
929
|
-
declare const CarouselItem$
|
|
1118
|
+
declare const CarouselItem$2: React.FC<CarouselItemProps>;
|
|
930
1119
|
|
|
931
1120
|
declare const carouselSetting: {
|
|
932
1121
|
Carousel: _gem_sdk_core.ComponentSetting<CarouselProps>;
|
|
@@ -1225,7 +1414,7 @@ type CountdownStyleProps = {
|
|
|
1225
1414
|
roundedState?: StateProp<CornerRadius>;
|
|
1226
1415
|
verticalGap?: string;
|
|
1227
1416
|
horizontalGap?: string;
|
|
1228
|
-
itemPadding?: ObjectDevices<PaddingType$
|
|
1417
|
+
itemPadding?: ObjectDevices<PaddingType$2>;
|
|
1229
1418
|
};
|
|
1230
1419
|
type CountdownProps = BaseProps<CountdownSettingProps, CountdownStyleProps> & {
|
|
1231
1420
|
pageContext?: PageContext;
|
|
@@ -1281,7 +1470,7 @@ type DialogSettingProps = {
|
|
|
1281
1470
|
btnSize?: number;
|
|
1282
1471
|
btnWidth?: ObjectDevices<string>;
|
|
1283
1472
|
btnHeight?: ObjectDevices<string>;
|
|
1284
|
-
btnPadding?: ObjectDevices<PaddingType$
|
|
1473
|
+
btnPadding?: ObjectDevices<PaddingType$2>;
|
|
1285
1474
|
background?: ObjectDevices<BackgroundMedia>;
|
|
1286
1475
|
iconSize?: string;
|
|
1287
1476
|
iconSvg?: string;
|
|
@@ -1565,12 +1754,12 @@ type NewsletterProps = BasePropsWrap<NewsLetterSettingProps, NewsLetterStyleProp
|
|
|
1565
1754
|
formType?: string;
|
|
1566
1755
|
pageContext?: PageContext;
|
|
1567
1756
|
};
|
|
1568
|
-
type OriginalSettingProps$
|
|
1757
|
+
type OriginalSettingProps$7 = {
|
|
1569
1758
|
layout?: 'default' | 'rounded' | 'bordered' | 'underlined';
|
|
1570
1759
|
label?: string;
|
|
1571
1760
|
translate?: string;
|
|
1572
1761
|
};
|
|
1573
|
-
type SubmitButtonSettingProps = OriginalSettingProps$
|
|
1762
|
+
type SubmitButtonSettingProps = OriginalSettingProps$7 & Pick<ButtonSettingProps, 'iconAlign' | 'iconSvg' | 'iconVisible' | 'shouldClearSpace' | 'enableHoverEffect'>;
|
|
1574
1763
|
type SubmitButtonStyleProps = ButtonStyleProps;
|
|
1575
1764
|
type SubmitButtonProps = BasePropsWrap<SubmitButtonSettingProps, SubmitButtonStyleProps> & {
|
|
1576
1765
|
children: React.ReactNode;
|
|
@@ -1936,7 +2125,7 @@ type IconListStyleProps = {
|
|
|
1936
2125
|
background?: ObjectDevices<Background>;
|
|
1937
2126
|
panelAlign?: ObjectDevices<AlignProp>;
|
|
1938
2127
|
contentBoxWidth?: ObjectDevices<string | number>;
|
|
1939
|
-
contentBoxPadding?: ObjectDevices<PaddingType$
|
|
2128
|
+
contentBoxPadding?: ObjectDevices<PaddingType$2>;
|
|
1940
2129
|
contentBoxBorder?: ObjectDevices<Border>;
|
|
1941
2130
|
contentBoxRounded?: ObjectDevices<CornerRadius>;
|
|
1942
2131
|
contentBoxShadow?: ObjectDevices<ShadowProps>;
|
|
@@ -1987,14 +2176,14 @@ type ImageComparisonSettingProps = {
|
|
|
1987
2176
|
seoTab?: ImageTab;
|
|
1988
2177
|
enableLabel?: boolean;
|
|
1989
2178
|
preload?: boolean;
|
|
1990
|
-
qualityType?: ObjectDevices<QualityType$
|
|
2179
|
+
qualityType?: ObjectDevices<QualityType$2>;
|
|
1991
2180
|
qualityPercent?: ObjectDevices<number>;
|
|
1992
2181
|
enableSEOLeft?: boolean;
|
|
1993
2182
|
enableSEORight?: boolean;
|
|
1994
2183
|
};
|
|
1995
|
-
type QualityType$
|
|
2184
|
+
type QualityType$2 = 'finest' | 'high' | 'medium' | 'custom';
|
|
1996
2185
|
type ImageComparisonStyleProps = {
|
|
1997
|
-
labelPadding?: ObjectDevices<PaddingType$
|
|
2186
|
+
labelPadding?: ObjectDevices<PaddingType$2>;
|
|
1998
2187
|
labelTextColor?: ColorValueType;
|
|
1999
2188
|
labelBackgroundColor?: ObjectDevices<ColorValueType>;
|
|
2000
2189
|
labelBorder?: ObjectDevices<Border>;
|
|
@@ -2522,7 +2711,7 @@ declare const postPurchaseTextSetting: {
|
|
|
2522
2711
|
PostPurchaseHeading: _gem_sdk_core.ComponentSetting<PostPurchaseTextProps>;
|
|
2523
2712
|
};
|
|
2524
2713
|
|
|
2525
|
-
type OriginalSettingProps$
|
|
2714
|
+
type OriginalSettingProps$6 = {
|
|
2526
2715
|
isAuto?: boolean;
|
|
2527
2716
|
productSetting?: {
|
|
2528
2717
|
productId?: string;
|
|
@@ -2545,7 +2734,7 @@ type OriginalSettingProps$5 = {
|
|
|
2545
2734
|
ssr?: boolean;
|
|
2546
2735
|
isSyncProduct?: boolean;
|
|
2547
2736
|
};
|
|
2548
|
-
type ProductSettingProps = OriginalSettingProps$
|
|
2737
|
+
type ProductSettingProps = OriginalSettingProps$6 & Omit<ProductProviderProps, 'product' | 'initialVariantId'> & RowSettingProps;
|
|
2549
2738
|
type ProductStyleProps = RowStyleProps;
|
|
2550
2739
|
type ProductProps = BasePropsWrap<ProductSettingProps, ProductStyleProps> & {
|
|
2551
2740
|
children: React.ReactNode;
|
|
@@ -2692,12 +2881,12 @@ type PostPurchaseProductPriceBreakdownProps = BasePropsWrap<PostPurchaseProductP
|
|
|
2692
2881
|
children?: ReactNode;
|
|
2693
2882
|
};
|
|
2694
2883
|
|
|
2695
|
-
type FeatureImageStyles$
|
|
2884
|
+
type FeatureImageStyles$2 = {
|
|
2696
2885
|
ftLayout?: ObjectDevices<ObjectFit$1>;
|
|
2697
2886
|
ftShape?: ObjectDevices<SizeSettingGlobal>;
|
|
2698
2887
|
ftCorner?: CornerRadius;
|
|
2699
2888
|
};
|
|
2700
|
-
type OriginalFeatureImageSetting = {
|
|
2889
|
+
type OriginalFeatureImageSetting$1 = {
|
|
2701
2890
|
ftClickOpenLightBox?: ObjectDevices<'none' | 'popup' | 'product-link'>;
|
|
2702
2891
|
ftClickOpenNewTab?: boolean;
|
|
2703
2892
|
hoverEffect?: 'zoom' | 'other' | 'none';
|
|
@@ -2711,7 +2900,7 @@ type OriginalFeatureImageSetting = {
|
|
|
2711
2900
|
ftArrow?: ObjectDevices<boolean>;
|
|
2712
2901
|
ftLoop?: ObjectDevices<boolean>;
|
|
2713
2902
|
ftAnimationSpeed?: number;
|
|
2714
|
-
ftAnimationMode?: CarouselAnimationValue;
|
|
2903
|
+
ftAnimationMode?: CarouselAnimationValue$1;
|
|
2715
2904
|
ftPauseOnHover?: boolean;
|
|
2716
2905
|
ftArrowIcon?: string;
|
|
2717
2906
|
ftArrowIconSize?: ObjectDevices<number>;
|
|
@@ -2724,16 +2913,16 @@ type OriginalFeatureImageSetting = {
|
|
|
2724
2913
|
ftArrowNavShadow?: ShadowProps;
|
|
2725
2914
|
ftDotColor?: ObjectDevices<ColorValueType>;
|
|
2726
2915
|
ftDotActiveColor?: ObjectDevices<ColorValueType>;
|
|
2727
|
-
ftDotStyle?: ObjectDevices<DotStyle>;
|
|
2916
|
+
ftDotStyle?: ObjectDevices<DotStyle$1>;
|
|
2728
2917
|
ftDotSize?: ObjectDevices<number>;
|
|
2729
2918
|
ftDotGapToCarousel?: ObjectDevices<number>;
|
|
2730
2919
|
};
|
|
2731
|
-
type FeatureImageSetting$
|
|
2732
|
-
type SelectDisplaySetting = {
|
|
2920
|
+
type FeatureImageSetting$2 = OriginalFeatureImageSetting$1 & GalleryStyles$2;
|
|
2921
|
+
type SelectDisplaySetting$1 = {
|
|
2733
2922
|
typeDisplay?: 'all-images' | 'select-manual';
|
|
2734
2923
|
preDisplay?: '1st-available-variant' | '1st-images' | '1st-video' | '1st-3d-mode';
|
|
2735
2924
|
};
|
|
2736
|
-
type GalleryStyles$
|
|
2925
|
+
type GalleryStyles$2 = {
|
|
2737
2926
|
layout?: ObjectDevices<ObjectFit$1>;
|
|
2738
2927
|
shape?: ObjectDevices<SizeSettingGlobal>;
|
|
2739
2928
|
shapeForBottom?: ObjectDevices<SizeSettingGlobal>;
|
|
@@ -2748,7 +2937,7 @@ type GalleryStyles$1 = {
|
|
|
2748
2937
|
verticalLayout?: ObjectDevices<boolean>;
|
|
2749
2938
|
verticalLayoutRow?: ObjectDevices<boolean>;
|
|
2750
2939
|
};
|
|
2751
|
-
type GallerySetting$
|
|
2940
|
+
type GallerySetting$2 = {
|
|
2752
2941
|
clickOpenLightBox?: ObjectDevices<boolean>;
|
|
2753
2942
|
type?: ObjectDevices<string>;
|
|
2754
2943
|
galleryHoverEffect?: 'zoom' | 'none';
|
|
@@ -2772,28 +2961,28 @@ type GallerySetting$1 = {
|
|
|
2772
2961
|
arrowNavShadow?: ShadowProps;
|
|
2773
2962
|
borderActive?: Border;
|
|
2774
2963
|
};
|
|
2775
|
-
type ProductImageOriginalSettingProps = {
|
|
2776
|
-
qualityType?: ObjectDevices<QualityType>;
|
|
2964
|
+
type ProductImageOriginalSettingProps$1 = {
|
|
2965
|
+
qualityType?: ObjectDevices<QualityType$1>;
|
|
2777
2966
|
qualityPercent?: ObjectDevices<number>;
|
|
2778
2967
|
displayByVariant?: boolean;
|
|
2779
2968
|
variantSelect?: string;
|
|
2780
2969
|
};
|
|
2781
|
-
type ProductImagesSetting$
|
|
2782
|
-
type ProductImagesStyles$
|
|
2970
|
+
type ProductImagesSetting$2 = ProductImageOriginalSettingProps$1 & GallerySetting$2 & FeatureImageSetting$2 & SelectDisplaySetting$1;
|
|
2971
|
+
type ProductImagesStyles$2 = GalleryStyles$2 & FeatureImageStyles$2 & {
|
|
2783
2972
|
spacing?: ObjectDevices<string | number>;
|
|
2784
|
-
position?: ObjectDevices<ProductImagesLayout$
|
|
2973
|
+
position?: ObjectDevices<ProductImagesLayout$2>;
|
|
2785
2974
|
ratioLayout?: ObjectDevices<number[]>;
|
|
2786
2975
|
ratioLayoutRight?: ObjectDevices<number[]>;
|
|
2787
2976
|
align?: ObjectDevices<Property.AlignItems>;
|
|
2788
2977
|
};
|
|
2789
|
-
type ProductImagesProps$
|
|
2978
|
+
type ProductImagesProps$2 = BasePropsWrap<ProductImagesSetting$2, ProductImagesStyles$2> & {
|
|
2790
2979
|
className?: string;
|
|
2791
2980
|
children?: React.ReactNode;
|
|
2792
2981
|
dotSize?: Partial<Record<NameDevices, number>>;
|
|
2793
2982
|
dotGapToCarousel?: Partial<Record<NameDevices, number | string>>;
|
|
2794
2983
|
};
|
|
2795
|
-
type QualityType = 'finest' | 'high' | 'medium' | 'custom';
|
|
2796
|
-
type ProductImagesLayout$
|
|
2984
|
+
type QualityType$1 = 'finest' | 'high' | 'medium' | 'custom';
|
|
2985
|
+
type ProductImagesLayout$2 = 'bottom-left' | 'bottom-center' | 'left' | 'right' | 'only-feature' | 'one-col' | 'two-col' | 'inside-bottom' | 'inside-left' | 'inside-right';
|
|
2797
2986
|
|
|
2798
2987
|
type FeatureImagStyle = {
|
|
2799
2988
|
ftAspectRatio?: string;
|
|
@@ -2815,7 +3004,7 @@ type ImageListStyle = {
|
|
|
2815
3004
|
ilNumberPerRow: number;
|
|
2816
3005
|
};
|
|
2817
3006
|
type ProductImageLayoutSettings = {
|
|
2818
|
-
layoutType?: ProductImagesLayout;
|
|
3007
|
+
layoutType?: ProductImagesLayout$1;
|
|
2819
3008
|
spacingHoz?: string;
|
|
2820
3009
|
spacingVertical?: Spacing;
|
|
2821
3010
|
ratioLayoutLeft?: number[];
|
|
@@ -2823,7 +3012,7 @@ type ProductImageLayoutSettings = {
|
|
|
2823
3012
|
ftEnabled?: boolean;
|
|
2824
3013
|
ilEnabled?: boolean;
|
|
2825
3014
|
};
|
|
2826
|
-
type ProductImagesLayout = 'bottom-center' | 'left' | 'right' | 'only-feature' | 'one-col' | 'two-col';
|
|
3015
|
+
type ProductImagesLayout$1 = 'bottom-center' | 'left' | 'right' | 'only-feature' | 'one-col' | 'two-col';
|
|
2827
3016
|
type ProductImagesSettingProps = ImageListSetting & ProductImageLayoutSettings;
|
|
2828
3017
|
type AlignSetting = {
|
|
2829
3018
|
align?: 'left' | 'right' | 'center';
|
|
@@ -2850,11 +3039,11 @@ type PostPurchaseProductPriceSettingProps = {
|
|
|
2850
3039
|
moneyWithCurrentFormat?: boolean;
|
|
2851
3040
|
discountAndShippingFee?: boolean;
|
|
2852
3041
|
};
|
|
2853
|
-
type OriginalStyleProps$
|
|
3042
|
+
type OriginalStyleProps$4 = {
|
|
2854
3043
|
priceType?: 'regular' | 'compare';
|
|
2855
3044
|
lineThrough?: boolean;
|
|
2856
3045
|
};
|
|
2857
|
-
type PostPurchaseProductPriceStyleProps = OriginalStyleProps$
|
|
3046
|
+
type PostPurchaseProductPriceStyleProps = OriginalStyleProps$4 & PostPurchaseTextSettingProps & PostPurchaseTextStyleProps;
|
|
2858
3047
|
type PostPurchaseProductPriceProps = BasePropsWrap<PostPurchaseProductPriceSettingProps, PostPurchaseProductPriceStyleProps> & {
|
|
2859
3048
|
advanced?: any;
|
|
2860
3049
|
children?: ReactNode;
|
|
@@ -3329,10 +3518,111 @@ declare const postPurchaseProductSetting: {
|
|
|
3329
3518
|
PostPurchaseProductImages: _gem_sdk_core.ComponentSetting<PostPurchaseProductImagesProps>;
|
|
3330
3519
|
};
|
|
3331
3520
|
|
|
3332
|
-
type
|
|
3521
|
+
type FeatureImageStyles$1 = {
|
|
3522
|
+
ftLayout?: ObjectDevices<ObjectFit$1>;
|
|
3523
|
+
ftShape?: ObjectDevices<SizeSettingGlobal>;
|
|
3524
|
+
ftCorner?: CornerRadius;
|
|
3525
|
+
};
|
|
3526
|
+
type OriginalFeatureImageSetting = {
|
|
3527
|
+
ftClickOpenLightBox?: ObjectDevices<'none' | 'popup' | 'product-link'>;
|
|
3528
|
+
ftClickOpenNewTab?: boolean;
|
|
3529
|
+
hoverEffect?: 'zoom' | 'other' | 'none';
|
|
3530
|
+
zoom?: number;
|
|
3531
|
+
zoomType?: 'default' | 'glasses';
|
|
3532
|
+
otherImage?: number;
|
|
3533
|
+
preload?: boolean;
|
|
3534
|
+
ftSlidesToShow?: ObjectDevices<number | 'auto'>;
|
|
3535
|
+
ftControlOverContent?: ObjectDevices<boolean>;
|
|
3536
|
+
ftNavigationPosition?: ObjectDevices<'inside' | 'outside' | 'none'>;
|
|
3537
|
+
ftArrow?: ObjectDevices<boolean>;
|
|
3538
|
+
ftLoop?: ObjectDevices<boolean>;
|
|
3539
|
+
ftAnimationSpeed?: number;
|
|
3540
|
+
ftAnimationMode?: CarouselAnimationValue;
|
|
3541
|
+
ftPauseOnHover?: boolean;
|
|
3542
|
+
ftArrowIcon?: string;
|
|
3543
|
+
ftArrowIconSize?: ObjectDevices<number>;
|
|
3544
|
+
ftArrowIconColor?: ColorValueType;
|
|
3545
|
+
ftDragToScroll?: boolean;
|
|
3546
|
+
ftArrowNavColor?: string;
|
|
3547
|
+
ftArrowNavBorder?: Border;
|
|
3548
|
+
ftArrowNavRadius?: CornerRadius;
|
|
3549
|
+
ftArrowNavShadow?: ShadowProps;
|
|
3550
|
+
ftDotColor?: ObjectDevices<ColorValueType>;
|
|
3551
|
+
ftDotActiveColor?: ObjectDevices<ColorValueType>;
|
|
3552
|
+
ftDotStyle?: ObjectDevices<DotStyle>;
|
|
3553
|
+
ftDotSize?: ObjectDevices<number>;
|
|
3554
|
+
ftDotGapToCarousel?: ObjectDevices<number>;
|
|
3555
|
+
};
|
|
3556
|
+
type FeatureImageSetting$1 = OriginalFeatureImageSetting & GalleryStyles$1;
|
|
3557
|
+
type SelectDisplaySetting = {
|
|
3558
|
+
typeDisplay?: 'all-images' | 'select-manual';
|
|
3559
|
+
preDisplay?: '1st-available-variant' | '1st-images' | '1st-video' | '1st-3d-mode';
|
|
3560
|
+
};
|
|
3561
|
+
type GalleryStyles$1 = {
|
|
3562
|
+
layout?: ObjectDevices<ObjectFit$1>;
|
|
3563
|
+
shape?: ObjectDevices<SizeSettingGlobal>;
|
|
3564
|
+
shapeForBottom?: ObjectDevices<SizeSettingGlobal>;
|
|
3565
|
+
shapeForFtOnly?: ObjectDevices<SizeSettingGlobal>;
|
|
3566
|
+
shapeFor2Col?: ObjectDevices<SizeSettingGlobal>;
|
|
3567
|
+
shapeFor1Col?: ObjectDevices<SizeSettingGlobal>;
|
|
3568
|
+
shapeForInsideBottom?: ObjectDevices<SizeSettingGlobal>;
|
|
3569
|
+
shapeForInside?: ObjectDevices<SizeSettingGlobal>;
|
|
3570
|
+
corner?: CornerRadius;
|
|
3571
|
+
itemSpacing?: ObjectDevices<string | number>;
|
|
3572
|
+
align?: ObjectDevices<Property.AlignItems>;
|
|
3573
|
+
verticalLayout?: ObjectDevices<boolean>;
|
|
3574
|
+
verticalLayoutRow?: ObjectDevices<boolean>;
|
|
3575
|
+
};
|
|
3576
|
+
type GallerySetting$1 = {
|
|
3577
|
+
clickOpenLightBox?: ObjectDevices<boolean>;
|
|
3578
|
+
type?: ObjectDevices<string>;
|
|
3579
|
+
galleryHoverEffect?: 'zoom' | 'none';
|
|
3580
|
+
galleryZoom?: number;
|
|
3581
|
+
galleryZoomType?: 'default' | 'glasses';
|
|
3582
|
+
preload?: boolean;
|
|
3583
|
+
slidesToShow?: ObjectDevices<number | 'auto'>;
|
|
3584
|
+
navigationPosition?: ObjectDevices<'inside' | 'outside' | 'none'>;
|
|
3585
|
+
arrow?: ObjectDevices<boolean>;
|
|
3586
|
+
loop?: ObjectDevices<boolean>;
|
|
3587
|
+
speed?: number;
|
|
3588
|
+
pauseOnHover?: boolean;
|
|
3589
|
+
arrowIcon?: string;
|
|
3590
|
+
arrowIconSize?: ObjectDevices<number>;
|
|
3591
|
+
arrowIconColor?: ColorValueType;
|
|
3592
|
+
dragToScroll?: boolean;
|
|
3593
|
+
arrowNavColor?: string;
|
|
3594
|
+
arrowNavBorder?: Border;
|
|
3595
|
+
arrowNavRadius?: CornerRadius;
|
|
3596
|
+
arrowNavShadow?: ShadowProps;
|
|
3597
|
+
borderActive?: Border;
|
|
3598
|
+
};
|
|
3599
|
+
type ProductImageOriginalSettingProps = {
|
|
3600
|
+
qualityType?: ObjectDevices<QualityType>;
|
|
3601
|
+
qualityPercent?: ObjectDevices<number>;
|
|
3602
|
+
displayByVariant?: boolean;
|
|
3603
|
+
variantSelect?: string;
|
|
3604
|
+
};
|
|
3605
|
+
type ProductImagesSetting$1 = ProductImageOriginalSettingProps & GallerySetting$1 & FeatureImageSetting$1 & SelectDisplaySetting;
|
|
3606
|
+
type ProductImagesStyles$1 = GalleryStyles$1 & FeatureImageStyles$1 & {
|
|
3607
|
+
spacing?: ObjectDevices<string | number>;
|
|
3608
|
+
position?: ObjectDevices<ProductImagesLayout>;
|
|
3609
|
+
ratioLayout?: ObjectDevices<number[]>;
|
|
3610
|
+
ratioLayoutRight?: ObjectDevices<number[]>;
|
|
3611
|
+
align?: ObjectDevices<Property.AlignItems>;
|
|
3612
|
+
};
|
|
3613
|
+
type ProductImagesProps$1 = BasePropsWrap<ProductImagesSetting$1, ProductImagesStyles$1> & {
|
|
3614
|
+
className?: string;
|
|
3615
|
+
children?: React.ReactNode;
|
|
3616
|
+
dotSize?: Partial<Record<NameDevices, number>>;
|
|
3617
|
+
dotGapToCarousel?: Partial<Record<NameDevices, number | string>>;
|
|
3618
|
+
};
|
|
3619
|
+
type QualityType = 'finest' | 'high' | 'medium' | 'custom';
|
|
3620
|
+
type ProductImagesLayout = 'bottom-left' | 'bottom-center' | 'left' | 'right' | 'only-feature' | 'one-col' | 'two-col' | 'inside-bottom' | 'inside-left' | 'inside-right';
|
|
3621
|
+
|
|
3622
|
+
type OriginalSettingProps$5 = {
|
|
3333
3623
|
linkProduct?: boolean;
|
|
3334
3624
|
};
|
|
3335
|
-
type ProductTitleSettingProps = OriginalSettingProps$
|
|
3625
|
+
type ProductTitleSettingProps = OriginalSettingProps$5 & TextSettingProps;
|
|
3336
3626
|
type ProductTitleStyleProps = TextStyleProps;
|
|
3337
3627
|
type ProductTitleProps = BaseProps<ProductTitleSettingProps, ProductTitleStyleProps>;
|
|
3338
3628
|
|
|
@@ -3387,7 +3677,7 @@ type ProductPriceProps = BasePropsWrap<ProductPriceSettingProps, ProductPriceSty
|
|
|
3387
3677
|
pageContext?: PageContext;
|
|
3388
3678
|
};
|
|
3389
3679
|
|
|
3390
|
-
type OriginalSettingProps$
|
|
3680
|
+
type OriginalSettingProps$4 = {
|
|
3391
3681
|
label?: string;
|
|
3392
3682
|
translate?: string;
|
|
3393
3683
|
outOfStockLabel?: string;
|
|
@@ -3418,8 +3708,8 @@ type OriginalSettingProps$3 = {
|
|
|
3418
3708
|
opacityPrice?: number;
|
|
3419
3709
|
separator?: Separator;
|
|
3420
3710
|
};
|
|
3421
|
-
type ProductButtonSettingProps = OriginalSettingProps$
|
|
3422
|
-
type OriginalStyleProps$
|
|
3711
|
+
type ProductButtonSettingProps = OriginalSettingProps$4 & Pick<ButtonSettingProps, 'iconAlign' | 'iconSvg' | 'iconVisible' | 'enableHoverEffect'>;
|
|
3712
|
+
type OriginalStyleProps$3 = {
|
|
3423
3713
|
successTypo?: NonNullable<TextProps['styles']>['typo'];
|
|
3424
3714
|
successColor?: ColorValueType;
|
|
3425
3715
|
priceColorHover?: ObjectDevices<StateProp<ColorValueType>>;
|
|
@@ -3444,7 +3734,7 @@ type OriginalStyleProps$2 = {
|
|
|
3444
3734
|
enablePrice?: boolean;
|
|
3445
3735
|
enableSeparator?: boolean;
|
|
3446
3736
|
};
|
|
3447
|
-
type ProductButtonStyleProps = OriginalStyleProps$
|
|
3737
|
+
type ProductButtonStyleProps = OriginalStyleProps$3 & ButtonStyleProps;
|
|
3448
3738
|
type ProductButtonProps = BasePropsWrap<ProductButtonSettingProps, ProductButtonStyleProps> & {
|
|
3449
3739
|
className?: string;
|
|
3450
3740
|
style?: React.CSSProperties;
|
|
@@ -3590,7 +3880,7 @@ type ProductTagSettingProps = {
|
|
|
3590
3880
|
newLabel?: string;
|
|
3591
3881
|
moneyWithCurrentFormat?: boolean;
|
|
3592
3882
|
} & TextSettingProps;
|
|
3593
|
-
type OriginalStyleProps$
|
|
3883
|
+
type OriginalStyleProps$2 = {
|
|
3594
3884
|
textAlign?: ObjectDevices<AlignProp>;
|
|
3595
3885
|
backgroundColor?: ColorValueType;
|
|
3596
3886
|
textColor?: ColorValueType;
|
|
@@ -3612,11 +3902,61 @@ type OriginalStyleProps$1 = {
|
|
|
3612
3902
|
textContentAlign?: ObjectDevices<AlignProp>;
|
|
3613
3903
|
size?: ObjectDevices<SizeSettingGlobal>;
|
|
3614
3904
|
};
|
|
3615
|
-
type ProductTagStyleProps = OriginalStyleProps$
|
|
3905
|
+
type ProductTagStyleProps = OriginalStyleProps$2 & TextStyleProps;
|
|
3616
3906
|
type ProductTagProps = BaseProps<ProductTagSettingProps, ProductTagStyleProps> & {
|
|
3617
3907
|
'bundle-item'?: bundleItem;
|
|
3618
3908
|
};
|
|
3619
3909
|
|
|
3910
|
+
type ProductSortedByOrderType$1 = 'TITLE_ASC' | 'TITLE_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'none' | undefined;
|
|
3911
|
+
type ProductSource$1 = 'Collection' | 'PickProduct' | 'DynamicCollection' | 'RelatedProduct';
|
|
3912
|
+
type RelatedCondition$1 = 'collection' | 'production-type' | 'vendor' | 'tags' | 'category';
|
|
3913
|
+
type OriginalStyleProps$1 = {
|
|
3914
|
+
layout?: 'grid' | 'slider';
|
|
3915
|
+
horizontalGutter?: ObjectDevices<string>;
|
|
3916
|
+
verticalGutter?: ObjectDevices<string>;
|
|
3917
|
+
fullWidth?: ObjectDevices<boolean>;
|
|
3918
|
+
adaptiveHeight?: ObjectDevices<boolean>;
|
|
3919
|
+
width?: ObjectDevices<string>;
|
|
3920
|
+
height?: ObjectDevices<string>;
|
|
3921
|
+
backgroundColor?: ObjectDevices<ColorValueType>;
|
|
3922
|
+
backgroundImage?: ObjectDevices<BackgroundImageValue>;
|
|
3923
|
+
preloadBgImage?: boolean;
|
|
3924
|
+
align?: ObjectDevices<AlignProp>;
|
|
3925
|
+
};
|
|
3926
|
+
type ProductListStyleProps$1 = OriginalStyleProps$1 & CarouselStyleProps$1;
|
|
3927
|
+
type OriginalSettingProps$3 = {
|
|
3928
|
+
productSetting?: {
|
|
3929
|
+
productSrc?: ProductSource$1;
|
|
3930
|
+
productIds?: string[];
|
|
3931
|
+
collectionId?: string;
|
|
3932
|
+
collectionHandle?: string;
|
|
3933
|
+
productHandles?: string[];
|
|
3934
|
+
numOfSelectedProducts?: number;
|
|
3935
|
+
relatedTag?: RelatedCondition$1[];
|
|
3936
|
+
relatedType?: 'related-product' | 'recommended-product';
|
|
3937
|
+
hasRelatedExclude?: boolean;
|
|
3938
|
+
relatedExclude?: string;
|
|
3939
|
+
relatedTagsExclude?: string;
|
|
3940
|
+
relatedCollectionExclude?: string;
|
|
3941
|
+
relatedProductId?: string;
|
|
3942
|
+
relatedProductHandle?: string;
|
|
3943
|
+
};
|
|
3944
|
+
randomizeOrder?: boolean;
|
|
3945
|
+
numberOfProducts?: number;
|
|
3946
|
+
col?: number;
|
|
3947
|
+
scrollMode?: ObjectDevices<'snap' | 'free' | 'free-snap'>;
|
|
3948
|
+
orderBy?: ProductSortedByOrderType$1;
|
|
3949
|
+
sameHeight?: boolean;
|
|
3950
|
+
};
|
|
3951
|
+
type ProductListSettingProps$1 = OriginalSettingProps$3 & CarouselSettingProps$1;
|
|
3952
|
+
type ProductListProps$1 = BasePropsWrap<ProductListSettingProps$1, ProductListStyleProps$1> & {
|
|
3953
|
+
style?: React.CSSProperties;
|
|
3954
|
+
className?: string;
|
|
3955
|
+
children: React.ReactNode;
|
|
3956
|
+
pageContext?: PageContext;
|
|
3957
|
+
rawChildren: any;
|
|
3958
|
+
};
|
|
3959
|
+
|
|
3620
3960
|
type ProductSortedByOrderType = 'TITLE_ASC' | 'TITLE_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'none' | undefined;
|
|
3621
3961
|
type ProductSource = 'Collection' | 'PickProduct' | 'DynamicCollection' | 'RelatedProduct';
|
|
3622
3962
|
type RelatedCondition = 'collection' | 'production-type' | 'vendor' | 'tags' | 'category';
|
|
@@ -3818,12 +4158,12 @@ type ProductBadgeProps = BasePropsWrap<ProductBadgeSettingProps, ProductBadgeSty
|
|
|
3818
4158
|
imageData: {
|
|
3819
4159
|
imageShape?: Partial<Record<NameDevices, SizeSettingGlobal>>;
|
|
3820
4160
|
imageAlign?: Partial<Record<NameDevices, Property.AlignItems>>;
|
|
3821
|
-
imageLayout?: Partial<Record<NameDevices, ProductImagesLayout$
|
|
4161
|
+
imageLayout?: Partial<Record<NameDevices, ProductImagesLayout$2>>;
|
|
3822
4162
|
};
|
|
3823
4163
|
dotData: {
|
|
3824
4164
|
dotSize?: Partial<Record<NameDevices, number>>;
|
|
3825
4165
|
dotGapToCarousel?: Partial<Record<NameDevices, number | string>>;
|
|
3826
|
-
dotStyle: Partial<Record<NameDevices, DotStyle$
|
|
4166
|
+
dotStyle: Partial<Record<NameDevices, DotStyle$2>> | undefined;
|
|
3827
4167
|
};
|
|
3828
4168
|
} & {
|
|
3829
4169
|
'bundle-item'?: bundleItem;
|
|
@@ -4040,7 +4380,9 @@ declare const ProductButton$1: React.FC<ProductButtonProps>;
|
|
|
4040
4380
|
|
|
4041
4381
|
declare const ProductVariants$1: React.FC<ProductVariantsProps>;
|
|
4042
4382
|
|
|
4043
|
-
declare const ProductImages$
|
|
4383
|
+
declare const ProductImages$3: React.FC<ProductImagesProps>;
|
|
4384
|
+
|
|
4385
|
+
declare const ProductImagesV2$1: React.FC<ProductImagesProps$2>;
|
|
4044
4386
|
|
|
4045
4387
|
declare const ProductImagesV2: React.FC<ProductImagesProps$1>;
|
|
4046
4388
|
|
|
@@ -4050,7 +4392,9 @@ declare const QuickView: () => React.JSX.Element | null;
|
|
|
4050
4392
|
|
|
4051
4393
|
declare const ProductTag$1: React.FC<ProductTagProps>;
|
|
4052
4394
|
|
|
4053
|
-
declare const ProductList$
|
|
4395
|
+
declare const ProductList$3: React.FC<ProductListProps$1>;
|
|
4396
|
+
|
|
4397
|
+
declare const ProductList$2: React.FC<ProductListProps>;
|
|
4054
4398
|
|
|
4055
4399
|
declare const DynamicCheckout$1: React.FC<DynamicCheckoutProps>;
|
|
4056
4400
|
|
|
@@ -4079,9 +4423,11 @@ declare const productSetting: {
|
|
|
4079
4423
|
ProductVariants: _gem_sdk_core.ComponentSetting<ProductVariantsProps>;
|
|
4080
4424
|
ProductImages: _gem_sdk_core.ComponentSetting<ProductImagesProps>;
|
|
4081
4425
|
ProductImagesV2: _gem_sdk_core.ComponentSetting<ProductImagesProps$1>;
|
|
4426
|
+
ProductImagesV3: _gem_sdk_core.ComponentSetting<ProductImagesProps$2>;
|
|
4082
4427
|
ProductDescription: _gem_sdk_core.ComponentSetting<ProductDescriptionProps>;
|
|
4083
4428
|
ProductProperties: _gem_sdk_core.ComponentSetting<ProductPropertiesProps>;
|
|
4084
4429
|
ProductTag: _gem_sdk_core.ComponentSetting<ProductTagProps>;
|
|
4430
|
+
ProductListV3: _gem_sdk_core.ComponentSetting<ProductListProps$1>;
|
|
4085
4431
|
ProductList: _gem_sdk_core.ComponentSetting<ProductListProps>;
|
|
4086
4432
|
DynamicCheckout: _gem_sdk_core.ComponentSetting<ProductButtonProps>;
|
|
4087
4433
|
ProductVendor: _gem_sdk_core.ComponentSetting<VendorProps>;
|
|
@@ -5821,10 +6167,12 @@ declare const _default$3: {
|
|
|
5821
6167
|
ProductDescription: React.ComponentType<ProductDescriptionProps>;
|
|
5822
6168
|
ProductVariants: React.ComponentType<ProductVariantsProps>;
|
|
5823
6169
|
ProductImages: React.ComponentType<ProductImagesProps>;
|
|
6170
|
+
ProductImagesV3: React.ComponentType<ProductImagesProps$2>;
|
|
5824
6171
|
ProductImagesV2: React.ComponentType<ProductImagesProps$1>;
|
|
5825
6172
|
ProductProperties: React.ComponentType<ProductPropertiesProps>;
|
|
5826
6173
|
ProductQuickView: React.ComponentType<{}>;
|
|
5827
6174
|
ProductTag: React.ComponentType<ProductTagProps>;
|
|
6175
|
+
ProductListV3: React.ComponentType<ProductListProps$1>;
|
|
5828
6176
|
ProductList: React.ComponentType<ProductListProps>;
|
|
5829
6177
|
DynamicCheckout: React.ComponentType<DynamicCheckoutProps>;
|
|
5830
6178
|
ProductVendor: React.ComponentType<VendorProps>;
|
|
@@ -5932,7 +6280,7 @@ declare const _default$3: {
|
|
|
5932
6280
|
CouponList: React.ComponentType<{}>;
|
|
5933
6281
|
ShopPayButton: React.ComponentType<ShopPayButtonProps>;
|
|
5934
6282
|
CheckoutNow: React.ComponentType<CheckoutNowProps>;
|
|
5935
|
-
Carousel: React.ComponentType<_gem_sdk_core.BaseProps<CarouselSettingProps, CarouselStyleProps, Record<string, any>> & {
|
|
6283
|
+
Carousel: React.ComponentType<_gem_sdk_core.BaseProps<CarouselSettingProps$1, CarouselStyleProps$1, Record<string, any>> & {
|
|
5936
6284
|
builderAttrs?: Record<string, any> | undefined;
|
|
5937
6285
|
style?: React.CSSProperties | undefined;
|
|
5938
6286
|
} & {
|
|
@@ -5947,7 +6295,7 @@ declare const _default$3: {
|
|
|
5947
6295
|
onCreated?: ((slider: _gem_sdk_keen_slider.KeenSliderInstance) => void) | undefined;
|
|
5948
6296
|
onClickArrow?: (() => void) | undefined;
|
|
5949
6297
|
onHandleChangeSlideByInteraction?: ((index: number) => void) | undefined;
|
|
5950
|
-
onSwiperReady?: ((swiper:
|
|
6298
|
+
onSwiperReady?: ((swiper: _gem_sdk_swiper_types_swiper_class.default) => void) | undefined;
|
|
5951
6299
|
elmRef?: React.Ref<HTMLDivElement> | undefined;
|
|
5952
6300
|
rootClass?: string | undefined;
|
|
5953
6301
|
parentClass?: string | undefined;
|
|
@@ -5968,8 +6316,8 @@ declare const _default$3: {
|
|
|
5968
6316
|
slidesClass?: string | undefined;
|
|
5969
6317
|
conditionAppendJs?: string | undefined;
|
|
5970
6318
|
isEnableCheckHasScrollableContent?: boolean | undefined;
|
|
5971
|
-
} & React.RefAttributes<CarouselRef>>;
|
|
5972
|
-
CarouselItem: React.ComponentType<CarouselItemProps>;
|
|
6319
|
+
} & React.RefAttributes<CarouselRef$1>>;
|
|
6320
|
+
CarouselItem: React.ComponentType<CarouselItemProps$1>;
|
|
5973
6321
|
Button: React.ComponentType<ButtonProps>;
|
|
5974
6322
|
Breadcrumb: React.ComponentType<BreadcrumbProps>;
|
|
5975
6323
|
HeroBanner: React.ComponentType<HeroBannerProps>;
|
|
@@ -6028,6 +6376,10 @@ declare const Breadcrumb: ({ setting, builderAttrs, style, styles, className, bu
|
|
|
6028
6376
|
|
|
6029
6377
|
declare const Button: (props: ButtonLiquidProps) => string;
|
|
6030
6378
|
|
|
6379
|
+
declare const CarouselItem$1: (props: CarouselItemProps$1) => string;
|
|
6380
|
+
|
|
6381
|
+
declare const Carousel$1: (props: CarouselProps$1) => string;
|
|
6382
|
+
|
|
6031
6383
|
declare const CarouselItem: (props: CarouselItemProps) => string;
|
|
6032
6384
|
|
|
6033
6385
|
declare const Carousel: (props: CarouselProps) => string;
|
|
@@ -6310,7 +6662,7 @@ declare const ProductButton: (props: ProductButtonProps & {
|
|
|
6310
6662
|
|
|
6311
6663
|
declare const ProductDescription: (props: ProductDescriptionProps) => string;
|
|
6312
6664
|
|
|
6313
|
-
declare const ProductImages$
|
|
6665
|
+
declare const ProductImages$2: (productImageProps: ProductImagesProps) => string;
|
|
6314
6666
|
|
|
6315
6667
|
declare const ProductQuantity: ({ setting, styles, advanced, builderProps, }: ProductQuantityProps) => string;
|
|
6316
6668
|
|
|
@@ -6357,7 +6709,16 @@ declare const ProductTag: ({ setting, styles, builderProps, advanced, pageContex
|
|
|
6357
6709
|
pageContext?: PageContext | undefined;
|
|
6358
6710
|
}) => string;
|
|
6359
6711
|
|
|
6360
|
-
type PropTypes = ProductImagesProps$1 & React.ComponentPropsWithoutRef<'div'> & {
|
|
6712
|
+
type PropTypes$1 = ProductImagesProps$1 & React.ComponentPropsWithoutRef<'div'> & {
|
|
6713
|
+
rawChildren?: any[];
|
|
6714
|
+
children?: any;
|
|
6715
|
+
} & {
|
|
6716
|
+
pageContext?: PageContext;
|
|
6717
|
+
enableLazyLoadImage?: boolean;
|
|
6718
|
+
};
|
|
6719
|
+
declare const ProductImages$1: (props: PropTypes$1) => string;
|
|
6720
|
+
|
|
6721
|
+
type PropTypes = ProductImagesProps$2 & React.ComponentPropsWithoutRef<'div'> & {
|
|
6361
6722
|
rawChildren?: any[];
|
|
6362
6723
|
children?: any;
|
|
6363
6724
|
} & {
|
|
@@ -6366,6 +6727,8 @@ type PropTypes = ProductImagesProps$1 & React.ComponentPropsWithoutRef<'div'> &
|
|
|
6366
6727
|
};
|
|
6367
6728
|
declare const ProductImages: (props: PropTypes) => string;
|
|
6368
6729
|
|
|
6730
|
+
declare const ProductList$1: (props: ProductListProps$1) => string;
|
|
6731
|
+
|
|
6369
6732
|
declare const ProductList: (props: ProductListProps) => string;
|
|
6370
6733
|
|
|
6371
6734
|
declare const ProductPrice: (props: ProductPriceProps) => string;
|
|
@@ -6844,7 +7207,7 @@ declare const index_liquid_WishlistKing: typeof WishlistKing;
|
|
|
6844
7207
|
declare const index_liquid_WishlistPlus: typeof WishlistPlus;
|
|
6845
7208
|
declare const index_liquid_YotpoReviews: typeof YotpoReviews;
|
|
6846
7209
|
declare namespace index_liquid {
|
|
6847
|
-
export { index_liquid_Accordion as Accordion, index_liquid_AccordionItem as AccordionItem, index_liquid_AftershipEmailMarketingsms as AftershipEmailMarketingsms, index_liquid_AirProductReviewsAppUgc as AirProductReviewsAppUgc, index_liquid_AliReviews as AliReviews, index_liquid_AlsoBoughtCbb as AlsoBoughtCbb, index_liquid_AovBundlesVolumeDiscounts as AovBundlesVolumeDiscounts, index_liquid_AovFreeGiftBuyXGetYBogo as AovFreeGiftBuyXGetYBogo, index_liquid_AppointmentBookingCowlendar as AppointmentBookingCowlendar, index_liquid_AppstleBundlesDiscounts as AppstleBundlesDiscounts, index_liquid_AppstleSubscriptions as AppstleSubscriptions, index_liquid_ArticleAuthor as ArticleAuthor, index_liquid_ArticleCategory as ArticleCategory, index_liquid_ArticleContent as ArticleContent, index_liquid_ArticleDate as ArticleDate, index_liquid_ArticleExcerpt as ArticleExcerpt, index_liquid_ArticleImage as ArticleImage, index_liquid_ArticleList as ArticleList, index_liquid_ArticlePagination as ArticlePagination, index_liquid_ArticleReadMore as ArticleReadMore, index_liquid_ArticleTag as ArticleTag, index_liquid_ArticleTitle as ArticleTitle, index_liquid_BestBuyFulfillment as BestBuyFulfillment, index_liquid_BfSizeChartSizeGuide as BfSizeChartSizeGuide, index_liquid_BirdChime as BirdChime, index_liquid_BloyRewardsProgramLoyalty as BloyRewardsProgramLoyalty, index_liquid_Bogos as Bogos, index_liquid_BoldProductOptions as BoldProductOptions, index_liquid_BoldSubscriptions as BoldSubscriptions, index_liquid_BonLoyaltyRewardsReferrals as BonLoyaltyRewardsReferrals, index_liquid_BoostAISearchDiscovery as BoostAISearchDiscovery, index_liquid_Breadcrumb as Breadcrumb, index_liquid_Bundler as Bundler, index_liquid_Button as Button, index_liquid_CSSCode as CSSCode, index_liquid_Carousel as Carousel, index_liquid_CarouselItem as CarouselItem, index_liquid_CleanSizeCharts as CleanSizeCharts, Column as Col, index_liquid_CollectionBanner as CollectionBanner, index_liquid_CollectionDescription as CollectionDescription, index_liquid_CollectionPaginator as CollectionPaginator, index_liquid_CollectionTitle as CollectionTitle, index_liquid_CollectionToolbar as CollectionToolbar, index_liquid_ContactForm as ContactForm, index_liquid_Countdown as Countdown, index_liquid_Coupon as Coupon, index_liquid_CrossSellCartUpsell as CrossSellCartUpsell, index_liquid_CustomProductOptionsVariant as CustomProductOptionsVariant, index_liquid_DealeasyVolumeDiscounts as DealeasyVolumeDiscounts, index_liquid_Dialog as Dialog, index_liquid_DiscountyBulkDiscountSales as DiscountyBulkDiscountSales, index_liquid_DynamicCheckout as DynamicCheckout, index_liquid_EasifyProductOptions as EasifyProductOptions, index_liquid_EasyBundleBuilderSkailama as EasyBundleBuilderSkailama, index_liquid_EasySellCOD as EasySellCOD, index_liquid_EcoboostifyShoppableReelUgc as EcoboostifyShoppableReelUgc, index_liquid_EcomsendBackInStockAlert as EcomsendBackInStockAlert, index_liquid_EssentialAnnouncementBar as EssentialAnnouncementBar, index_liquid_EssentialCountdownTimerBar as EssentialCountdownTimerBar, index_liquid_EstimateDate as EstimateDate, index_liquid_EstimatedDeliveryDatePlus as EstimatedDeliveryDatePlus, index_liquid_FastBundleBundlesDiscounts as FastBundleBundlesDiscounts, index_liquid_FeraReviews as FeraReviews, index_liquid_FileUpload as FileUpload, index_liquid_FirePush as FirePush, index_liquid_FlyBundlesUpsellsFbt as FlyBundlesUpsellsFbt, index_liquid_FordeerProductLabels as FordeerProductLabels, FromCheckbox as FormCheckbox, index_liquid_FormDropdown as FormDropdown, index_liquid_FormEmail as FormEmail, index_liquid_FormTextarea as FormTextarea, index_liquid_FrequentlyBoughtTogether as FrequentlyBoughtTogether, index_liquid_GloColorSwatchvariantImage as GloColorSwatchvariantImage, index_liquid_GloboProductOptionsVariant as GloboProductOptionsVariant, index_liquid_GoogleReviewsByReputon as GoogleReviewsByReputon, index_liquid_Growave as Growave, index_liquid_Heading as Heading, index_liquid_HeroBanner as HeroBanner, index_liquid_HextomCountdownTimerBar as HextomCountdownTimerBar, index_liquid_HextomFreeShippingBar as HextomFreeShippingBar, index_liquid_HulkFormBuilder as HulkFormBuilder, index_liquid_HulkProductOptions as HulkProductOptions, index_liquid_Icon as Icon, index_liquid_IconList as IconList, index_liquid_IconListHoz as IconListHoz, index_liquid_IconListItem as IconListItem, IconListIHozItemLiquid as IconListItemHoz, index_liquid_IconListV2 as IconListV2, index_liquid_Image as Image, index_liquid_ImageComparison as ImageComparison, index_liquid_InfiniteOptions as InfiniteOptions, index_liquid_Instafeed as Instafeed, index_liquid_InstasellShoppableInstagram as InstasellShoppableInstagram, index_liquid_JudgemeReviews as JudgemeReviews, index_liquid_JunipProductReviewsUgc as JunipProductReviewsUgc, index_liquid_KachingBundles as KachingBundles, index_liquid_KingProductOptions as KingProductOptions, index_liquid_KiteFreeGiftDiscount as KiteFreeGiftDiscount, index_liquid_KlarnaMessaging as KlarnaMessaging, index_liquid_Klaviyo as Klaviyo, index_liquid_KoalaBundleQuantityDiscount as KoalaBundleQuantityDiscount, index_liquid_LaiProductReviews as LaiProductReviews, index_liquid_Line as Line, index_liquid_LoloyalLoyaltyReferrals as LoloyalLoyaltyReferrals, index_liquid_LoopSubscriptions as LoopSubscriptions, index_liquid_LooxReviews as LooxReviews, index_liquid_Marquee as Marquee, index_liquid_MarqueeItem as MarqueeItem, index_liquid_MaxbundleProductBundles as MaxbundleProductBundles, index_liquid_MbcBundleVolumeDiscount as MbcBundleVolumeDiscount, index_liquid_MyappgurusProductReviews as MyappgurusProductReviews, index_liquid_Newsletter as Newsletter, index_liquid_NotifyBackInStockPreOrder as NotifyBackInStockPreOrder, index_liquid_OkendoReviewsLoyalty as OkendoReviewsLoyalty, index_liquid_Omnisend as Omnisend, index_liquid_Opinew as Opinew, index_liquid_ParcelPanel as ParcelPanel, index_liquid_PickyStory as PickyStory, index_liquid_PowerfulContactFormBuilder as PowerfulContactFormBuilder, index_liquid_PreorderNowPreOrderPq as PreorderNowPreOrderPq, index_liquid_PreorderNowWodPresale as PreorderNowWodPresale, index_liquid_Product as Product, index_liquid_ProductBadge as ProductBadge, index_liquid_ProductBundleDiscount as ProductBundleDiscount, index_liquid_ProductBundleDiscountItem as ProductBundleDiscountItem, index_liquid_ProductButton as ProductButton, index_liquid_ProductDescription as ProductDescription, ProductImages$1 as ProductImages, ProductImages as ProductImagesV2, index_liquid_ProductList as ProductList, index_liquid_ProductOptionsCustomizer as ProductOptionsCustomizer, index_liquid_ProductOptionsVariantOption as ProductOptionsVariantOption, index_liquid_ProductPrice as ProductPrice, index_liquid_ProductProperties as ProductProperties, index_liquid_ProductQuantity as ProductQuantity, index_liquid_ProductReviews as ProductReviews, index_liquid_ProductSku as ProductSku, index_liquid_ProductTag as ProductTag, index_liquid_ProductTitle as ProductTitle, index_liquid_ProductVariants as ProductVariants, index_liquid_ProductVendor as ProductVendor, index_liquid_ProductViewMore as ProductViewMore, index_liquid_PumperBundlesVolumeDiscount as PumperBundlesVolumeDiscount, index_liquid_PushOwl as PushOwl, index_liquid_QikifyUpsell as QikifyUpsell, index_liquid_RapiBundleQuantityBreaks as RapiBundleQuantityBreaks, index_liquid_RechargeSubscriptions as RechargeSubscriptions, index_liquid_RecurpaySubscriptionApp as RecurpaySubscriptionApp, index_liquid_Releasit as Releasit, index_liquid_RequestQuoteHidePrice as RequestQuoteHidePrice, index_liquid_ReviewxpoProductReviewsApp as ReviewxpoProductReviewsApp, index_liquid_Rivyo as Rivyo, index_liquid_Root as Root, index_liquid_Row as Row, index_liquid_Ryviu as Ryviu, index_liquid_SealSubscriptions as SealSubscriptions, index_liquid_Section as Section, index_liquid_SegunoEmailMarketing as SegunoEmailMarketing, index_liquid_Selleasy as Selleasy, index_liquid_SeoantTrustBadgesIcon as SeoantTrustBadgesIcon, index_liquid_ShopPayButton as ShopPayButton, index_liquid_ShopPayInstallments as ShopPayInstallments, index_liquid_ShopifyForms as ShopifyForms, index_liquid_ShopifySubscriptions as ShopifySubscriptions, index_liquid_SimpleBundlesKits as SimpleBundlesKits, index_liquid_SkioSubscriptionsYcS20 as SkioSubscriptionsYcS20, index_liquid_SmartSearchBarAndFilters as SmartSearchBarAndFilters, index_liquid_SproutPlantTreesGrowSales as SproutPlantTreesGrowSales, index_liquid_Stamped as Stamped, index_liquid_StellarDeliveryDatePickup as StellarDeliveryDatePickup, index_liquid_Sticky as Sticky, index_liquid_StockCounter as StockCounter, index_liquid_SubifySubscriptionsApp as SubifySubscriptionsApp, index_liquid_SubmitButton as SubmitButton, index_liquid_TabItem as TabItem, index_liquid_Tabs as Tabs, index_liquid_TagembedSocialPostReview as TagembedSocialPostReview, index_liquid_TagshopShoppableVideosUgc as TagshopShoppableVideosUgc, index_liquid_TeeinblueProductPersonalizer as TeeinblueProductPersonalizer, index_liquid_Text as Text, index_liquid_TextField as TextField, index_liquid_TextInput as TextInput, index_liquid_ThirdPartySlot as ThirdPartySlot, index_liquid_TrustBadgesBear as TrustBadgesBear, index_liquid_TrustMe as TrustMe, index_liquid_TrustedsiteTrustBadges as TrustedsiteTrustBadges, index_liquid_Trustoo as Trustoo, index_liquid_TrustreviewsProductReviews as TrustreviewsProductReviews, index_liquid_TrustshopProductReviews as TrustshopProductReviews, index_liquid_UltimateSalesBoost as UltimateSalesBoost, index_liquid_UnlimitedBundlesDiscounts as UnlimitedBundlesDiscounts, index_liquid_UppromoteAffiliateMarketing as UppromoteAffiliateMarketing, index_liquid_Video as Video, index_liquid_Vitals as Vitals, index_liquid_WhatmoreShoppableVideosreel as WhatmoreShoppableVideosreel, index_liquid_WideBundle as WideBundle, index_liquid_Wiser as Wiser, index_liquid_WishlistKing as WishlistKing, index_liquid_WishlistPlus as WishlistPlus, index_liquid_YotpoReviews as YotpoReviews, config as videoSetting };
|
|
7210
|
+
export { index_liquid_Accordion as Accordion, index_liquid_AccordionItem as AccordionItem, index_liquid_AftershipEmailMarketingsms as AftershipEmailMarketingsms, index_liquid_AirProductReviewsAppUgc as AirProductReviewsAppUgc, index_liquid_AliReviews as AliReviews, index_liquid_AlsoBoughtCbb as AlsoBoughtCbb, index_liquid_AovBundlesVolumeDiscounts as AovBundlesVolumeDiscounts, index_liquid_AovFreeGiftBuyXGetYBogo as AovFreeGiftBuyXGetYBogo, index_liquid_AppointmentBookingCowlendar as AppointmentBookingCowlendar, index_liquid_AppstleBundlesDiscounts as AppstleBundlesDiscounts, index_liquid_AppstleSubscriptions as AppstleSubscriptions, index_liquid_ArticleAuthor as ArticleAuthor, index_liquid_ArticleCategory as ArticleCategory, index_liquid_ArticleContent as ArticleContent, index_liquid_ArticleDate as ArticleDate, index_liquid_ArticleExcerpt as ArticleExcerpt, index_liquid_ArticleImage as ArticleImage, index_liquid_ArticleList as ArticleList, index_liquid_ArticlePagination as ArticlePagination, index_liquid_ArticleReadMore as ArticleReadMore, index_liquid_ArticleTag as ArticleTag, index_liquid_ArticleTitle as ArticleTitle, index_liquid_BestBuyFulfillment as BestBuyFulfillment, index_liquid_BfSizeChartSizeGuide as BfSizeChartSizeGuide, index_liquid_BirdChime as BirdChime, index_liquid_BloyRewardsProgramLoyalty as BloyRewardsProgramLoyalty, index_liquid_Bogos as Bogos, index_liquid_BoldProductOptions as BoldProductOptions, index_liquid_BoldSubscriptions as BoldSubscriptions, index_liquid_BonLoyaltyRewardsReferrals as BonLoyaltyRewardsReferrals, index_liquid_BoostAISearchDiscovery as BoostAISearchDiscovery, index_liquid_Breadcrumb as Breadcrumb, index_liquid_Bundler as Bundler, index_liquid_Button as Button, index_liquid_CSSCode as CSSCode, index_liquid_Carousel as Carousel, index_liquid_CarouselItem as CarouselItem, CarouselItem$1 as CarouselItemV3, Carousel$1 as CarouselV3, index_liquid_CleanSizeCharts as CleanSizeCharts, Column as Col, index_liquid_CollectionBanner as CollectionBanner, index_liquid_CollectionDescription as CollectionDescription, index_liquid_CollectionPaginator as CollectionPaginator, index_liquid_CollectionTitle as CollectionTitle, index_liquid_CollectionToolbar as CollectionToolbar, index_liquid_ContactForm as ContactForm, index_liquid_Countdown as Countdown, index_liquid_Coupon as Coupon, index_liquid_CrossSellCartUpsell as CrossSellCartUpsell, index_liquid_CustomProductOptionsVariant as CustomProductOptionsVariant, index_liquid_DealeasyVolumeDiscounts as DealeasyVolumeDiscounts, index_liquid_Dialog as Dialog, index_liquid_DiscountyBulkDiscountSales as DiscountyBulkDiscountSales, index_liquid_DynamicCheckout as DynamicCheckout, index_liquid_EasifyProductOptions as EasifyProductOptions, index_liquid_EasyBundleBuilderSkailama as EasyBundleBuilderSkailama, index_liquid_EasySellCOD as EasySellCOD, index_liquid_EcoboostifyShoppableReelUgc as EcoboostifyShoppableReelUgc, index_liquid_EcomsendBackInStockAlert as EcomsendBackInStockAlert, index_liquid_EssentialAnnouncementBar as EssentialAnnouncementBar, index_liquid_EssentialCountdownTimerBar as EssentialCountdownTimerBar, index_liquid_EstimateDate as EstimateDate, index_liquid_EstimatedDeliveryDatePlus as EstimatedDeliveryDatePlus, index_liquid_FastBundleBundlesDiscounts as FastBundleBundlesDiscounts, index_liquid_FeraReviews as FeraReviews, index_liquid_FileUpload as FileUpload, index_liquid_FirePush as FirePush, index_liquid_FlyBundlesUpsellsFbt as FlyBundlesUpsellsFbt, index_liquid_FordeerProductLabels as FordeerProductLabels, FromCheckbox as FormCheckbox, index_liquid_FormDropdown as FormDropdown, index_liquid_FormEmail as FormEmail, index_liquid_FormTextarea as FormTextarea, index_liquid_FrequentlyBoughtTogether as FrequentlyBoughtTogether, index_liquid_GloColorSwatchvariantImage as GloColorSwatchvariantImage, index_liquid_GloboProductOptionsVariant as GloboProductOptionsVariant, index_liquid_GoogleReviewsByReputon as GoogleReviewsByReputon, index_liquid_Growave as Growave, index_liquid_Heading as Heading, index_liquid_HeroBanner as HeroBanner, index_liquid_HextomCountdownTimerBar as HextomCountdownTimerBar, index_liquid_HextomFreeShippingBar as HextomFreeShippingBar, index_liquid_HulkFormBuilder as HulkFormBuilder, index_liquid_HulkProductOptions as HulkProductOptions, index_liquid_Icon as Icon, index_liquid_IconList as IconList, index_liquid_IconListHoz as IconListHoz, index_liquid_IconListItem as IconListItem, IconListIHozItemLiquid as IconListItemHoz, index_liquid_IconListV2 as IconListV2, index_liquid_Image as Image, index_liquid_ImageComparison as ImageComparison, index_liquid_InfiniteOptions as InfiniteOptions, index_liquid_Instafeed as Instafeed, index_liquid_InstasellShoppableInstagram as InstasellShoppableInstagram, index_liquid_JudgemeReviews as JudgemeReviews, index_liquid_JunipProductReviewsUgc as JunipProductReviewsUgc, index_liquid_KachingBundles as KachingBundles, index_liquid_KingProductOptions as KingProductOptions, index_liquid_KiteFreeGiftDiscount as KiteFreeGiftDiscount, index_liquid_KlarnaMessaging as KlarnaMessaging, index_liquid_Klaviyo as Klaviyo, index_liquid_KoalaBundleQuantityDiscount as KoalaBundleQuantityDiscount, index_liquid_LaiProductReviews as LaiProductReviews, index_liquid_Line as Line, index_liquid_LoloyalLoyaltyReferrals as LoloyalLoyaltyReferrals, index_liquid_LoopSubscriptions as LoopSubscriptions, index_liquid_LooxReviews as LooxReviews, index_liquid_Marquee as Marquee, index_liquid_MarqueeItem as MarqueeItem, index_liquid_MaxbundleProductBundles as MaxbundleProductBundles, index_liquid_MbcBundleVolumeDiscount as MbcBundleVolumeDiscount, index_liquid_MyappgurusProductReviews as MyappgurusProductReviews, index_liquid_Newsletter as Newsletter, index_liquid_NotifyBackInStockPreOrder as NotifyBackInStockPreOrder, index_liquid_OkendoReviewsLoyalty as OkendoReviewsLoyalty, index_liquid_Omnisend as Omnisend, index_liquid_Opinew as Opinew, index_liquid_ParcelPanel as ParcelPanel, index_liquid_PickyStory as PickyStory, index_liquid_PowerfulContactFormBuilder as PowerfulContactFormBuilder, index_liquid_PreorderNowPreOrderPq as PreorderNowPreOrderPq, index_liquid_PreorderNowWodPresale as PreorderNowWodPresale, index_liquid_Product as Product, index_liquid_ProductBadge as ProductBadge, index_liquid_ProductBundleDiscount as ProductBundleDiscount, index_liquid_ProductBundleDiscountItem as ProductBundleDiscountItem, index_liquid_ProductButton as ProductButton, index_liquid_ProductDescription as ProductDescription, ProductImages$2 as ProductImages, ProductImages$1 as ProductImagesV2, ProductImages as ProductImagesV3, index_liquid_ProductList as ProductList, ProductList$1 as ProductListV3, index_liquid_ProductOptionsCustomizer as ProductOptionsCustomizer, index_liquid_ProductOptionsVariantOption as ProductOptionsVariantOption, index_liquid_ProductPrice as ProductPrice, index_liquid_ProductProperties as ProductProperties, index_liquid_ProductQuantity as ProductQuantity, index_liquid_ProductReviews as ProductReviews, index_liquid_ProductSku as ProductSku, index_liquid_ProductTag as ProductTag, index_liquid_ProductTitle as ProductTitle, index_liquid_ProductVariants as ProductVariants, index_liquid_ProductVendor as ProductVendor, index_liquid_ProductViewMore as ProductViewMore, index_liquid_PumperBundlesVolumeDiscount as PumperBundlesVolumeDiscount, index_liquid_PushOwl as PushOwl, index_liquid_QikifyUpsell as QikifyUpsell, index_liquid_RapiBundleQuantityBreaks as RapiBundleQuantityBreaks, index_liquid_RechargeSubscriptions as RechargeSubscriptions, index_liquid_RecurpaySubscriptionApp as RecurpaySubscriptionApp, index_liquid_Releasit as Releasit, index_liquid_RequestQuoteHidePrice as RequestQuoteHidePrice, index_liquid_ReviewxpoProductReviewsApp as ReviewxpoProductReviewsApp, index_liquid_Rivyo as Rivyo, index_liquid_Root as Root, index_liquid_Row as Row, index_liquid_Ryviu as Ryviu, index_liquid_SealSubscriptions as SealSubscriptions, index_liquid_Section as Section, index_liquid_SegunoEmailMarketing as SegunoEmailMarketing, index_liquid_Selleasy as Selleasy, index_liquid_SeoantTrustBadgesIcon as SeoantTrustBadgesIcon, index_liquid_ShopPayButton as ShopPayButton, index_liquid_ShopPayInstallments as ShopPayInstallments, index_liquid_ShopifyForms as ShopifyForms, index_liquid_ShopifySubscriptions as ShopifySubscriptions, index_liquid_SimpleBundlesKits as SimpleBundlesKits, index_liquid_SkioSubscriptionsYcS20 as SkioSubscriptionsYcS20, index_liquid_SmartSearchBarAndFilters as SmartSearchBarAndFilters, index_liquid_SproutPlantTreesGrowSales as SproutPlantTreesGrowSales, index_liquid_Stamped as Stamped, index_liquid_StellarDeliveryDatePickup as StellarDeliveryDatePickup, index_liquid_Sticky as Sticky, index_liquid_StockCounter as StockCounter, index_liquid_SubifySubscriptionsApp as SubifySubscriptionsApp, index_liquid_SubmitButton as SubmitButton, index_liquid_TabItem as TabItem, index_liquid_Tabs as Tabs, index_liquid_TagembedSocialPostReview as TagembedSocialPostReview, index_liquid_TagshopShoppableVideosUgc as TagshopShoppableVideosUgc, index_liquid_TeeinblueProductPersonalizer as TeeinblueProductPersonalizer, index_liquid_Text as Text, index_liquid_TextField as TextField, index_liquid_TextInput as TextInput, index_liquid_ThirdPartySlot as ThirdPartySlot, index_liquid_TrustBadgesBear as TrustBadgesBear, index_liquid_TrustMe as TrustMe, index_liquid_TrustedsiteTrustBadges as TrustedsiteTrustBadges, index_liquid_Trustoo as Trustoo, index_liquid_TrustreviewsProductReviews as TrustreviewsProductReviews, index_liquid_TrustshopProductReviews as TrustshopProductReviews, index_liquid_UltimateSalesBoost as UltimateSalesBoost, index_liquid_UnlimitedBundlesDiscounts as UnlimitedBundlesDiscounts, index_liquid_UppromoteAffiliateMarketing as UppromoteAffiliateMarketing, index_liquid_Video as Video, index_liquid_Vitals as Vitals, index_liquid_WhatmoreShoppableVideosreel as WhatmoreShoppableVideosreel, index_liquid_WideBundle as WideBundle, index_liquid_Wiser as Wiser, index_liquid_WishlistKing as WishlistKing, index_liquid_WishlistPlus as WishlistPlus, index_liquid_YotpoReviews as YotpoReviews, config as videoSetting };
|
|
6848
7211
|
}
|
|
6849
7212
|
|
|
6850
7213
|
declare const _default$2: {
|
|
@@ -6871,7 +7234,7 @@ declare const _default$2: {
|
|
|
6871
7234
|
HeroBanner: React.FC<HeroBannerProps>;
|
|
6872
7235
|
Breadcrumb: React.FC<BreadcrumbProps>;
|
|
6873
7236
|
Button: React.FC<ButtonProps>;
|
|
6874
|
-
|
|
7237
|
+
CarouselV3: React.ForwardRefExoticComponent<_gem_sdk_core.BaseProps<CarouselSettingProps$1, CarouselStyleProps$1, Record<string, any>> & {
|
|
6875
7238
|
builderAttrs?: Record<string, any> | undefined;
|
|
6876
7239
|
style?: React.CSSProperties | undefined;
|
|
6877
7240
|
} & {
|
|
@@ -6886,7 +7249,7 @@ declare const _default$2: {
|
|
|
6886
7249
|
onCreated?: ((slider: _gem_sdk_keen_slider.KeenSliderInstance) => void) | undefined;
|
|
6887
7250
|
onClickArrow?: (() => void) | undefined;
|
|
6888
7251
|
onHandleChangeSlideByInteraction?: ((index: number) => void) | undefined;
|
|
6889
|
-
onSwiperReady?: ((swiper:
|
|
7252
|
+
onSwiperReady?: ((swiper: _gem_sdk_swiper_types_swiper_class.default) => void) | undefined;
|
|
6890
7253
|
elmRef?: React.Ref<HTMLDivElement> | undefined;
|
|
6891
7254
|
rootClass?: string | undefined;
|
|
6892
7255
|
parentClass?: string | undefined;
|
|
@@ -6907,6 +7270,39 @@ declare const _default$2: {
|
|
|
6907
7270
|
slidesClass?: string | undefined;
|
|
6908
7271
|
conditionAppendJs?: string | undefined;
|
|
6909
7272
|
isEnableCheckHasScrollableContent?: boolean | undefined;
|
|
7273
|
+
} & React.RefAttributes<CarouselRef$1>>;
|
|
7274
|
+
CarouselItemV3: React.FC<CarouselItemProps$1>;
|
|
7275
|
+
Carousel: React.ForwardRefExoticComponent<_gem_sdk_core.BaseProps<CarouselSettingProps, CarouselStyleProps, Record<string, any>> & {
|
|
7276
|
+
builderAttrs?: Record<string, any> | undefined;
|
|
7277
|
+
style?: React.CSSProperties | undefined;
|
|
7278
|
+
} & {
|
|
7279
|
+
children?: React.ReactNode;
|
|
7280
|
+
moveToIdx?: number | undefined;
|
|
7281
|
+
isHiddenArrowWhenDisabled?: boolean | undefined;
|
|
7282
|
+
hiddenDotWhenOnlyOne?: boolean | undefined;
|
|
7283
|
+
disableMarginAuto?: boolean | undefined;
|
|
7284
|
+
onLoaded?: ((status: boolean) => void) | undefined;
|
|
7285
|
+
onChangeActive?: ((index: number) => void) | undefined;
|
|
7286
|
+
onUpdated?: ((slider: _gem_sdk_keen_slider.KeenSliderInstance) => void) | undefined;
|
|
7287
|
+
onCreated?: ((slider: _gem_sdk_keen_slider.KeenSliderInstance) => void) | undefined;
|
|
7288
|
+
onClickArrow?: (() => void) | undefined;
|
|
7289
|
+
onHandleChangeSlideByInteraction?: ((index: number) => void) | undefined;
|
|
7290
|
+
elmRef?: React.Ref<HTMLDivElement> | undefined;
|
|
7291
|
+
rootClass?: string | undefined;
|
|
7292
|
+
parentClass?: string | undefined;
|
|
7293
|
+
rootAttrs?: Record<string, string | number | boolean> | undefined;
|
|
7294
|
+
slidesClass?: string | undefined;
|
|
7295
|
+
fullHeight?: boolean | undefined;
|
|
7296
|
+
} & {
|
|
7297
|
+
rootId?: string | undefined;
|
|
7298
|
+
rootClass?: string | undefined;
|
|
7299
|
+
wrapperClass?: string | undefined;
|
|
7300
|
+
rootStyles?: React.CSSProperties | undefined;
|
|
7301
|
+
rawChildren?: any[] | undefined;
|
|
7302
|
+
advanced?: any;
|
|
7303
|
+
disableMarginAuto?: boolean | undefined;
|
|
7304
|
+
slidesClass?: string | undefined;
|
|
7305
|
+
conditionAppendJs?: string | undefined;
|
|
6910
7306
|
} & React.RefAttributes<CarouselRef>>;
|
|
6911
7307
|
CarouselItem: React.FC<CarouselItemProps>;
|
|
6912
7308
|
Cart: React.FC<CartProps>;
|
|
@@ -7085,10 +7481,12 @@ declare const _default$2: {
|
|
|
7085
7481
|
ProductDescription: React.FC<ProductDescriptionProps>;
|
|
7086
7482
|
ProductVariants: React.FC<ProductVariantsProps>;
|
|
7087
7483
|
ProductImages: React.FC<ProductImagesProps>;
|
|
7484
|
+
ProductImagesV3: React.FC<ProductImagesProps$2>;
|
|
7088
7485
|
ProductImagesV2: React.FC<ProductImagesProps$1>;
|
|
7089
7486
|
ProductProperties: React.FC<ProductPropertiesProps>;
|
|
7090
7487
|
ProductQuickView: () => React.JSX.Element | null;
|
|
7091
7488
|
ProductTag: React.FC<ProductTagProps>;
|
|
7489
|
+
ProductListV3: React.FC<ProductListProps$1>;
|
|
7092
7490
|
ProductList: React.FC<ProductListProps>;
|
|
7093
7491
|
Radio: React.FC<RadioProps>;
|
|
7094
7492
|
Select: React.FC<SelectProps>;
|
|
@@ -7313,9 +7711,11 @@ declare const _default$1: {
|
|
|
7313
7711
|
ProductVariants: _gem_sdk_core.ComponentSetting<ProductVariantsProps>;
|
|
7314
7712
|
ProductImages: _gem_sdk_core.ComponentSetting<ProductImagesProps>;
|
|
7315
7713
|
ProductImagesV2: _gem_sdk_core.ComponentSetting<ProductImagesProps$1>;
|
|
7714
|
+
ProductImagesV3: _gem_sdk_core.ComponentSetting<ProductImagesProps$2>;
|
|
7316
7715
|
ProductDescription: _gem_sdk_core.ComponentSetting<ProductDescriptionProps>;
|
|
7317
7716
|
ProductProperties: _gem_sdk_core.ComponentSetting<ProductPropertiesProps>;
|
|
7318
7717
|
ProductTag: _gem_sdk_core.ComponentSetting<ProductTagProps>;
|
|
7718
|
+
ProductListV3: _gem_sdk_core.ComponentSetting<ProductListProps$1>;
|
|
7319
7719
|
ProductList: _gem_sdk_core.ComponentSetting<ProductListProps>;
|
|
7320
7720
|
DynamicCheckout: _gem_sdk_core.ComponentSetting<ProductButtonProps>;
|
|
7321
7721
|
ProductVendor: _gem_sdk_core.ComponentSetting<VendorProps>;
|
|
@@ -7383,6 +7783,8 @@ declare const _default$1: {
|
|
|
7383
7783
|
ShopPayButton: _gem_sdk_core.ComponentSetting<ShopPayButtonSidebarSettingProps>;
|
|
7384
7784
|
Carousel: _gem_sdk_core.ComponentSetting<CarouselProps>;
|
|
7385
7785
|
CarouselItem: _gem_sdk_core.ComponentSetting<CarouselItemProps>;
|
|
7786
|
+
CarouselV3: _gem_sdk_core.ComponentSetting<CarouselProps$1>;
|
|
7787
|
+
CarouselItemV3: _gem_sdk_core.ComponentSetting<CarouselItemProps$1>;
|
|
7386
7788
|
Button: _gem_sdk_core.ComponentSetting<ButtonProps>;
|
|
7387
7789
|
Breadcrumb: _gem_sdk_core.ComponentSetting<BreadcrumbProps>;
|
|
7388
7790
|
HeroBanner: _gem_sdk_core.ComponentSetting<HeroBannerProps>;
|
|
@@ -7531,4 +7933,4 @@ declare const replaceAllHrefFromString: (htmlString: string, hrefs: string[]) =>
|
|
|
7531
7933
|
declare function isEmptyObject(obj: Record<string, any>): boolean;
|
|
7532
7934
|
declare const handleClickLink: (setting?: ImageLink, mode?: RenderMode) => void;
|
|
7533
7935
|
|
|
7534
|
-
export { Accordion$1 as Accordion, AccordionItem$1 as AccordionItem, type AccordionItemProps, type AccordionProps, AftershipEmailMarketingsms$1 as AftershipEmailMarketingsms, type AftershipEmailMarketingsmsProps, AirProductReviewsAppUgc$1 as AirProductReviewsAppUgc, type AirProductReviewsAppUgcProps, AliReviews$1 as AliReviews, type AliReviewsProps, AlsoBoughtCbb$1 as AlsoBoughtCbb, type AlsoBoughtCbbProps, AovBundlesVolumeDiscounts$1 as AovBundlesVolumeDiscounts, type AovBundlesVolumeDiscountsProps, AovFreeGiftBuyXGetYBogo$1 as AovFreeGiftBuyXGetYBogo, type AovFreeGiftBuyXGetYBogoProps, AppointmentBookingCowlendar$1 as AppointmentBookingCowlendar, type AppointmentBookingCowlendarProps, AppstleBundlesDiscounts$1 as AppstleBundlesDiscounts, type AppstleBundlesDiscountsProps, AppstleSubscriptions$1 as AppstleSubscriptions, type AppstleSubscriptionsProps, ArticleAuthor$1 as ArticleAuthor, ArticleCategory$1 as ArticleCategory, ArticleContent$1 as ArticleContent, ArticleDate$1 as ArticleDate, ArticleExcerpt$1 as ArticleExcerpt, ArticleImage$1 as ArticleImage, ArticleList$1 as ArticleList, ArticlePagination$1 as ArticlePagination, ArticleReadMore$1 as ArticleReadMore, ArticleTag$1 as ArticleTag, ArticleTitle$1 as ArticleTitle, BasicHeader, BestBuyFulfillment$1 as BestBuyFulfillment, type BestBuyFulfillmentProps, BfSizeChartSizeGuide$1 as BfSizeChartSizeGuide, type BfSizeChartSizeGuideProps, BirdChime$1 as BirdChime, type BirdChimeProps, BloyRewardsProgramLoyalty$1 as BloyRewardsProgramLoyalty, type BloyRewardsProgramLoyaltyProps, Bogos$1 as Bogos, type BogosProps, BoldProductOptions$1 as BoldProductOptions, type BoldProductOptionsProps, BoldSubscriptions$1 as BoldSubscriptions, type BoldSubscriptionsProps, BonLoyaltyRewardsReferrals$1 as BonLoyaltyRewardsReferrals, type BonLoyaltyRewardsReferralsProps, BoostAISearchDiscovery$1 as BoostAISearchDiscovery, type BoostAISearchDiscoveryProps, Breadcrumb$1 as Breadcrumb, Breadcrumb$1 as BreadcrumbProps, Bundler$1 as Bundler, type BundlerProps, Button$2 as Button, type ButtonProps, CONTINUE_SELLING_WHEN_OUT_OF_STOCK, CSSCode$1 as CSSCode, type CSSCodeProps, type CalloutBoxProps, type CalloutTextProps, Carousel$1 as Carousel, CarouselItem$1 as CarouselItem, type CarouselItemProps, type CarouselProps, type CarouselSettingProps, type CarouselStyleProps, Cart, CartCheckout, CartDiscount, CartLineAttribute, CartLineImage, CartLinePrice, CartLineVariant, CartList, CartOrderNote, type CartProps, CartTotalItem, CartTotalPrice, CheckoutNow, CleanSizeCharts$1 as CleanSizeCharts, type CleanSizeChartsProps, Column$1 as Col, type ColProps, CollectionBanner$1 as CollectionBanner, type CollectionBannerProps, CollectionDescription$1 as CollectionDescription, type CollectionDescriptionProps, CollectionPaginator$1 as CollectionPaginator, type CollectionPaginatorProps, CollectionTitle$1 as CollectionTitle, type CollectionTitleProps, CollectionToolbar$1 as CollectionToolbar, type CollectionToolbarProps, ContactForm$1 as ContactForm, Countdown$1 as Countdown, type CountdownProps, Coupon$1 as Coupon, CouponList, type CouponProps, CrossSellCartUpsell$1 as CrossSellCartUpsell, type CrossSellCartUpsellProps, CustomProductOptionsVariant$1 as CustomProductOptionsVariant, type CustomProductOptionsVariantProps, DEFAULT_FONT_SIZE, DEFAULT_HIGHLIGHT_TAG, DEFAULT_PROGRESS_BAR_HEIGHT, DEFAULT_QUANTITY_TEMPLATE, DEFAULT_RANGE_STEP, DEFAULT_REMAINING_PERCENT, DEFAULT_REMAINING_QUANTITY, DEFAULT_SCARCITY_THRESHOLD, type DataVideoType, DealeasyVolumeDiscounts$1 as DealeasyVolumeDiscounts, type DealeasyVolumeDiscountsProps, DesktopMenu, Dialog$1 as Dialog, DiscountInput, DiscountyBulkDiscountSales$1 as DiscountyBulkDiscountSales, type DiscountyBulkDiscountSalesProps, DynamicCheckout$1 as DynamicCheckout, type DynamicCheckoutProps, ELEMENT_Z_INDEX, EasifyProductOptions$1 as EasifyProductOptions, type EasifyProductOptionsProps, EasyBundleBuilderSkailama$1 as EasyBundleBuilderSkailama, type EasyBundleBuilderSkailamaProps, EasySell as EasySellCOD, type EasySellCODProps, EcoboostifyShoppableReelUgc$1 as EcoboostifyShoppableReelUgc, type EcoboostifyShoppableReelUgcProps, EcomsendBackInStockAlert$1 as EcomsendBackInStockAlert, type EcomsendBackInStockAlertProps, EssentialAnnouncementBar$1 as EssentialAnnouncementBar, type EssentialAnnouncementBarProps, EssentialCountdownTimerBar$1 as EssentialCountdownTimerBar, type EssentialCountdownTimerBarProps, EstimateDate$1 as EstimateDate, type EstimateDateProps, EstimatedDeliveryDatePlus$1 as EstimatedDeliveryDatePlus, type EstimatedDeliveryDatePlusProps, FastBundleBundlesDiscounts$1 as FastBundleBundlesDiscounts, type FastBundleBundlesDiscountsProps, FeraReviews$1 as FeraReviews, type FeraReviewsProps, FileUpload$1 as FileUpload, type FileUploadProps, FirePush$1 as FirePush, type FirePushProps, FlyBundlesUpsellsFbt$1 as FlyBundlesUpsellsFbt, type FlyBundlesUpsellsFbtProps, FordeerProductLabels$1 as FordeerProductLabels, type FordeerProductLabelsProps, FormCheckbox, type FormCheckboxProps, FormDropdown$1 as FormDropdown, type FormDropdownProps, FormEmail$1 as FormEmail, type FormEmailProps, FormTextArea as FormTextarea, FrequentlyBoughtTogether$1 as FrequentlyBoughtTogether, type FrequentlyBoughtTogetherProps, GloColorSwatchvariantImage$1 as GloColorSwatchvariantImage, type GloColorSwatchvariantImageProps, GloboProductOptionsVariant$1 as GloboProductOptionsVariant, type GloboProductOptionsVariantProps, GoogleReviewsByReputon$1 as GoogleReviewsByReputon, type GoogleReviewsByReputonProps, Growave$1 as Growave, type GrowaveProps, Header, type HeaderProps, Heading$1 as Heading, type HeadingProps, HeroBanner$1 as HeroBanner, type HeroBannerProps, HextomCountdownTimerBar$1 as HextomCountdownTimerBar, type HextomCountdownTimerBarProps, HextomFreeShippingBar$1 as HextomFreeShippingBar, type HextomFreeShippingBarProps, HulkFormBuilder$1 as HulkFormBuilder, type HulkFormBuilderProps, HulkProductOptions$1 as HulkProductOptions, type HulkProductOptionsProps, Icon$1 as Icon, IconList$1 as IconList, IconListHoz$1 as IconListHoz, type IconListHozProps, IconListItem$1 as IconListItem, IconListHozItem as IconListItemHoz, type IconListItemProps$1 as IconListItemProps, type IconListProps$1 as IconListProps, IconListV2$1 as IconListV2, type IconProps, Image$1 as Image, ImageComparison$1 as ImageComparison, type ImageComparisonItem, ImageDetection, type ImageDetectionProps, type ImageProps, type ImgProps, InfiniteOptions$1 as InfiniteOptions, type InfiniteOptionsProps, Input, type InputProps, Instafeed$1 as Instafeed, type InstafeedProps, InstantJudgemeReviews, InstantKlaviyo, InstantLooxReviews, InstantYotpoLoyalty, InstasellShoppableInstagram$1 as InstasellShoppableInstagram, type InstasellShoppableInstagramProps, JudgemeReviews$1 as JudgemeReviews, type JudgemeReviewsProps, JunipProductReviewsUgc$1 as JunipProductReviewsUgc, type JunipProductReviewsUgcProps, KachingBundles$1 as KachingBundles, type KachingBundlesProps, KingProductOptions$1 as KingProductOptions, type KingProductOptionsProps, KiteFreeGiftDiscount$1 as KiteFreeGiftDiscount, type KiteFreeGiftDiscountProps, KlarnaMessaging$1 as KlarnaMessaging, type KlarnaMessagingProps, Klaviyo$1 as Klaviyo, type KlaviyoProps, KoalaBundleQuantityDiscount$1 as KoalaBundleQuantityDiscount, type KoalaBundleQuantityDiscountProps, LaiProductReviews$1 as LaiProductReviews, type LaiProductReviewsProps, Line$2 as Line, type LineProps, Link$1 as Link, type LinkProps, LoloyalLoyaltyReferrals$1 as LoloyalLoyaltyReferrals, type LoloyalLoyaltyReferralsProps, LoopSubscriptions$1 as LoopSubscriptions, type LoopSubscriptionsProps, LooxReviews$1 as LooxReviews, type LooxReviewsProps, MAX_PROGRESS_BAR_HEIGHT, MAX_REMAINING_PERCENT, MIN_PROGRESS_BAR_HEIGHT, MIN_REMAINING_PERCENT, MIN_REMAINING_QUANTITY, Marquee$1 as Marquee, _default$4 as MarqueeItem, type MarqueeItemProps, type MarqueeProps, MaxbundleProductBundles$1 as MaxbundleProductBundles, type MaxbundleProductBundlesProps, MbcBundleVolumeDiscount$1 as MbcBundleVolumeDiscount, type MbcBundleVolumeDiscountProps, Menu, type MenuProps, MobileMenu, Modal, ModernHeader, MyappgurusProductReviews$1 as MyappgurusProductReviews, type MyappgurusProductReviewsProps, NO_PRODUCT_LEFT, Newsletter$1 as Newsletter, type NewsletterProps, Notify as Notice, type NotificationAPI, type NotificationConfig, NotifyBackInStockPreOrder$1 as NotifyBackInStockPreOrder, type NotifyBackInStockPreOrderProps, OUT_OF_STOCK, type ObjectFit$1 as ObjectFit, OkendoReviewsLoyalty$1 as OkendoReviewsLoyalty, type OkendoReviewsLoyaltyProps, Omnisend$1 as Omnisend, type OmnisendProps, Opinew$1 as Opinew, type OpinewProps, Pagination, type PaginationProps, ParcelPanel$1 as ParcelPanel, type ParcelPanelProps, PickyStory$1 as PickyStory, type PickyStoryProps, PostPurchaseAcceptButton, PostPurchaseAdvancedList, PostPurchaseAdvancedListItem, type PostPurchaseAdvancedListProps, Button$1 as PostPurchaseButton, type PostPurchaseButtonProps, CalloutBox as PostPurchaseCalloutBox, CalloutText as PostPurchaseCalloutText, PostPurchaseCountdownTimer, type PostPurchaseCountdownTimerProps, PostPurchaseHeading, PostPurchaseImage, type PostPurchaseImageProps, Line$1 as PostPurchaseLine, type PostPurchaseLineProps, Link as PostPurchaseLink, type PostPurchaseLinkProps, PostPurchaseProductDescription, type PostPurchaseProductDescriptionProps, PostPurchaseProductDiscountTag, type PostPurchaseProductDiscountTagProps, PostPurchaseProductImages, type PostPurchaseProductImagesProps, PostPurchaseProductOffer, type PostPurchaseProductOfferProps$1 as PostPurchaseProductOfferProps, PostPurchaseProductPrice, PostPurchaseProductPriceBreakdown, type PostPurchaseProductPriceBreakdownProps, type PostPurchaseProductPriceProps, PostPurchaseProductQuantity, type PostPurchaseProductQuantityProps, PostPurchaseProductTitle, type PostPurchaseProductTitleProps, PostPurchaseProductVariants, type PostPurchaseProductVariantsProps, Text$2 as PostPurchaseText, type PostPurchaseTextProps, PowerfulContactFormBuilder$1 as PowerfulContactFormBuilder, type PowerfulContactFormBuilderProps, PreorderNowPreOrderPq$1 as PreorderNowPreOrderPq, type PreorderNowPreOrderPqProps, PreorderNowWodPresale$1 as PreorderNowWodPresale, type PreorderNowWodPresaleProps, Product$1 as Product, ProductBadge$1 as ProductBadge, type ProductBadgeProps, ProductBundleDiscount$1 as ProductBundleDiscount, ProductBundleDiscountItem$1 as ProductBundleDiscountItem, type ProductBundleDiscountProps, type ProductBundleItemDiscountProps, ProductButton$1 as ProductButton, type ProductButtonProps, ProductDescription$1 as ProductDescription, type ProductDescriptionProps, ProductImages$2 as ProductImages, type ProductImagesProps, ProductImagesV2, ProductList$1 as ProductList, type ProductListProps, ProductOptionsCustomizer$1 as ProductOptionsCustomizer, type ProductOptionsCustomizerProps, ProductOptionsVariantOption$1 as ProductOptionsVariantOption, type ProductOptionsVariantOptionProps, ProductPrice$1 as ProductPrice, type ProductPriceProps, type ProductPropertiesProps, ProductProperties$1 as ProductPropertyInput, type ProductProps, ProductQuantity$1 as ProductQuantity, type ProductQuantityProps, QuickView as ProductQuickView, ProductReviews$1 as ProductReviews, type ProductReviewsProps, ProductSku$1 as ProductSku, ProductTag$1 as ProductTag, type ProductTagProps, ProductTitle$1 as ProductTitle, type ProductTitleProps, ProductVariants$1 as ProductVariants, type ProductVariantsProps, ProductVendor$1 as ProductVendor, ProductViewMore$1 as ProductViewMore, type ProductViewMoreProps, PumperBundlesVolumeDiscount$1 as PumperBundlesVolumeDiscount, type PumperBundlesVolumeDiscountProps, PushOwl$1 as PushOwl, type PushOwlProps, QUANTITY_SOURCE, QikifyUpsell$1 as QikifyUpsell, type QikifyUpsellProps, REGEX_PAGE_TYPE, Radio, RapiBundleQuantityBreaks$1 as RapiBundleQuantityBreaks, type RapiBundleQuantityBreaksProps, RechargeSubscriptions$1 as RechargeSubscriptions, type RechargeSubscriptionsProps, RecurpaySubscriptionApp$1 as RecurpaySubscriptionApp, type RecurpaySubscriptionAppProps, Releasit$1 as Releasit, type ReleasitProps, RequestQuoteHidePrice$1 as RequestQuoteHidePrice, type RequestQuoteHidePriceProps, ReviewxpoProductReviewsApp$1 as ReviewxpoProductReviewsApp, type ReviewxpoProductReviewsAppProps, Rivyo$1 as Rivyo, type RivyoProps, Root$1 as Root, type RootProps$2 as RootProps, Row$1 as Row, type RowProps, Ryviu$1 as Ryviu, type RyviuProps, SealSubscriptions$1 as SealSubscriptions, type SealSubscriptionsProps, Section$1 as Section, SegunoEmailMarketing$1 as SegunoEmailMarketing, type SegunoEmailMarketingProps, Select, Selleasy$1 as Selleasy, type SelleasyProps, SeoantTrustBadgesIcon$1 as SeoantTrustBadgesIcon, type SeoantTrustBadgesIconProps, ShopPayButton$1 as ShopPayButton, type ShopPayButtonProps, ShopPayInstallments$1 as ShopPayInstallments, ShopifyForms$1 as ShopifyForms, type ShopifyFormsProps, ShopifySubscriptions$1 as ShopifySubscriptions, type ShopifySubscriptionsProps, SimpleBundlesKits$1 as SimpleBundlesKits, type SimpleBundlesKitsProps, SkioSubscriptionsYcS20$1 as SkioSubscriptionsYcS20, type SkioSubscriptionsYcS20Props, type SkuProps, SmartSearchBarAndFilters$1 as SmartSearchBarAndFilters, type SmartSearchBarAndFiltersProps, SproutPlantTreesGrowSales$1 as SproutPlantTreesGrowSales, type SproutPlantTreesGrowSalesProps, Stamped$1 as Stamped, type StampedProps, StellarDeliveryDatePickup$1 as StellarDeliveryDatePickup, type StellarDeliveryDatePickupProps, Sticky$1 as Sticky, StockCounter$1 as StockCounter, SubifySubscriptionsApp$1 as SubifySubscriptionsApp, type SubifySubscriptionsAppProps, SubmitButton$1 as SubmitButton, type SubmitButtonProps, TabItem$1 as TabItem, type TabItemProps, Tabs$1 as Tabs, type TabsProps, TagembedSocialPostReview$1 as TagembedSocialPostReview, type TagembedSocialPostReviewProps, TagshopShoppableVideosUgc$1 as TagshopShoppableVideosUgc, type TagshopShoppableVideosUgcProps, TeeinblueProductPersonalizer$1 as TeeinblueProductPersonalizer, type TeeinblueProductPersonalizerProps, Text$1 as Text, type TextAreaProps, TextField$1 as TextField, type TextFieldProps, TextInput$1 as TextInput, type TextInputProps, type TextProps, TextArea as Textarea, type TextareaProps, ThirdPartySlot$1 as ThirdPartySlot, TrustBadgesBear$1 as TrustBadgesBear, type TrustBadgesBearProps, TrustMe$1 as TrustMe, type TrustMeProps, TrustedsiteTrustBadges$1 as TrustedsiteTrustBadges, type TrustedsiteTrustBadgesProps, Trustoo$1 as Trustoo, type TrustooProps, TrustreviewsProductReviews$1 as TrustreviewsProductReviews, type TrustreviewsProductReviewsProps, TrustshopProductReviews$1 as TrustshopProductReviews, type TrustshopProductReviewsProps, UltimateSalesBoost$1 as UltimateSalesBoost, type UltimateSalesBoostProps, UnlimitedBundlesDiscounts$1 as UnlimitedBundlesDiscounts, type UnlimitedBundlesDiscountsProps, UppromoteAffiliateMarketing$1 as UppromoteAffiliateMarketing, type UppromoteAffiliateMarketingProps, type VendorProps, Video$1 as Video, Vitals$1 as Vitals, type VitalsProps, WhatmoreShoppableVideosreel$1 as WhatmoreShoppableVideosreel, type WhatmoreShoppableVideosreelProps, WideBundle$1 as WideBundle, type WideBundleProps, Wiser$1 as Wiser, type WiserProps, WishlistKing$1 as WishlistKing, type WishlistKingProps, WishlistPlus$1 as WishlistPlus, type WishlistPlusProps, YotpoLoyalty, type YotpoLoyaltyProps, YotpoReviews$1 as YotpoReviews, type YotpoReviewsProps, accordionSetting, articleListSetting, bannerSetting, breadcrumbSetting, _default$2 as builderComponent, buttonSetting, carouselSetting, cartSetting, checkIsOpenPopup, checkIsScrollToTop, codeSetting, collectionSetting, _default$1 as componentSettings, contactFormSetting, convertSizeToWidth, convertUnitToNumber, countdownSetting, couponSetting, dialogSetting, estimateDeliverySetting, filterTruthyObject, filterTruthyStyles, getAllHrefFromString, getDisplayStyle, getDynamicSourceLocales, getInlineCss, getInsertLinkData, getLinkArticle, getLinkData, getLiquidInitData, getLiquidTextContent, getSettingPreloadData, getStaticLocale, getTextDisplayData, gridSetting, handleClickLink, headerSetting, headingSetting, iconListHozSetting, iconListSetting, iconListSettingV2, iconSetting, imageComparisonSetting, imageDetectionSetting, imageSetting, inputSetting, isEmptyObject, isHexTransparent, isLinkedToSalesPage, isShopifyDomain, isTransparentColor, isTransparentRGBA, lineSetting, linkSetting, index_liquid as liquidComponents, marqueeSetting, menuSetting, modalSetting, _default$3 as nextComponent, normalizeMailto, openConfirm, paginationSetting, postPurchaseAdvancedListSetting, postPurchaseButtonSetting, postPurchaseCalloutBoxSetting, postPurchaseCountdownTimerSetting, postPurchaseImageSetting, postPurchaseLineSetting, postPurchaseLinkSetting, postPurchaseProduct1Col, postPurchaseProduct2Col, postPurchaseProductDefault, postPurchaseProductSetting, _default as postPurchaseSettings, postPurchaseTextSetting, productSetting, radioSetting, replaceAllHrefFromString, replaceLinkData, selectSetting, shopPayInstallmentSetting, stickySetting, stockCounterSetting, tabSetting, textSetting, textareaSetting, thirdPartyInstantSetting, thirdPartySetting, thirdPartySlotSetting, transformHighlighTag, transformNumberTag, useNotification, videoSetting, youtubeShortsRegex };
|
|
7936
|
+
export { Accordion$1 as Accordion, AccordionItem$1 as AccordionItem, type AccordionItemProps, type AccordionProps, AftershipEmailMarketingsms$1 as AftershipEmailMarketingsms, type AftershipEmailMarketingsmsProps, AirProductReviewsAppUgc$1 as AirProductReviewsAppUgc, type AirProductReviewsAppUgcProps, AliReviews$1 as AliReviews, type AliReviewsProps, AlsoBoughtCbb$1 as AlsoBoughtCbb, type AlsoBoughtCbbProps, AovBundlesVolumeDiscounts$1 as AovBundlesVolumeDiscounts, type AovBundlesVolumeDiscountsProps, AovFreeGiftBuyXGetYBogo$1 as AovFreeGiftBuyXGetYBogo, type AovFreeGiftBuyXGetYBogoProps, AppointmentBookingCowlendar$1 as AppointmentBookingCowlendar, type AppointmentBookingCowlendarProps, AppstleBundlesDiscounts$1 as AppstleBundlesDiscounts, type AppstleBundlesDiscountsProps, AppstleSubscriptions$1 as AppstleSubscriptions, type AppstleSubscriptionsProps, ArticleAuthor$1 as ArticleAuthor, ArticleCategory$1 as ArticleCategory, ArticleContent$1 as ArticleContent, ArticleDate$1 as ArticleDate, ArticleExcerpt$1 as ArticleExcerpt, ArticleImage$1 as ArticleImage, ArticleList$1 as ArticleList, ArticlePagination$1 as ArticlePagination, ArticleReadMore$1 as ArticleReadMore, ArticleTag$1 as ArticleTag, ArticleTitle$1 as ArticleTitle, BasicHeader, BestBuyFulfillment$1 as BestBuyFulfillment, type BestBuyFulfillmentProps, BfSizeChartSizeGuide$1 as BfSizeChartSizeGuide, type BfSizeChartSizeGuideProps, BirdChime$1 as BirdChime, type BirdChimeProps, BloyRewardsProgramLoyalty$1 as BloyRewardsProgramLoyalty, type BloyRewardsProgramLoyaltyProps, Bogos$1 as Bogos, type BogosProps, BoldProductOptions$1 as BoldProductOptions, type BoldProductOptionsProps, BoldSubscriptions$1 as BoldSubscriptions, type BoldSubscriptionsProps, BonLoyaltyRewardsReferrals$1 as BonLoyaltyRewardsReferrals, type BonLoyaltyRewardsReferralsProps, BoostAISearchDiscovery$1 as BoostAISearchDiscovery, type BoostAISearchDiscoveryProps, Breadcrumb$1 as Breadcrumb, Breadcrumb$1 as BreadcrumbProps, Bundler$1 as Bundler, type BundlerProps, Button$2 as Button, type ButtonProps, CONTINUE_SELLING_WHEN_OUT_OF_STOCK, CSSCode$1 as CSSCode, type CSSCodeProps, type CalloutBoxProps, type CalloutTextProps, Carousel$2 as Carousel, CarouselItem$2 as CarouselItem, type CarouselItemProps, type CarouselItemProps$1 as CarouselItemPropsV3, CarouselItem$3 as CarouselItemV3, type CarouselProps, type CarouselProps$1 as CarouselPropsV3, type CarouselSettingProps, type CarouselSettingProps$1 as CarouselSettingPropsV3, type CarouselStyleProps, type CarouselStyleProps$1 as CarouselStylePropsV3, Carousel$3 as CarouselV3, Cart, CartCheckout, CartDiscount, CartLineAttribute, CartLineImage, CartLinePrice, CartLineVariant, CartList, CartOrderNote, type CartProps, CartTotalItem, CartTotalPrice, CheckoutNow, CleanSizeCharts$1 as CleanSizeCharts, type CleanSizeChartsProps, Column$1 as Col, type ColProps, CollectionBanner$1 as CollectionBanner, type CollectionBannerProps, CollectionDescription$1 as CollectionDescription, type CollectionDescriptionProps, CollectionPaginator$1 as CollectionPaginator, type CollectionPaginatorProps, CollectionTitle$1 as CollectionTitle, type CollectionTitleProps, CollectionToolbar$1 as CollectionToolbar, type CollectionToolbarProps, ContactForm$1 as ContactForm, Countdown$1 as Countdown, type CountdownProps, Coupon$1 as Coupon, CouponList, type CouponProps, CrossSellCartUpsell$1 as CrossSellCartUpsell, type CrossSellCartUpsellProps, CustomProductOptionsVariant$1 as CustomProductOptionsVariant, type CustomProductOptionsVariantProps, DEFAULT_FONT_SIZE, DEFAULT_HIGHLIGHT_TAG, DEFAULT_PROGRESS_BAR_HEIGHT, DEFAULT_QUANTITY_TEMPLATE, DEFAULT_RANGE_STEP, DEFAULT_REMAINING_PERCENT, DEFAULT_REMAINING_QUANTITY, DEFAULT_SCARCITY_THRESHOLD, type DataVideoType, DealeasyVolumeDiscounts$1 as DealeasyVolumeDiscounts, type DealeasyVolumeDiscountsProps, DesktopMenu, Dialog$1 as Dialog, DiscountInput, DiscountyBulkDiscountSales$1 as DiscountyBulkDiscountSales, type DiscountyBulkDiscountSalesProps, DynamicCheckout$1 as DynamicCheckout, type DynamicCheckoutProps, ELEMENT_Z_INDEX, EasifyProductOptions$1 as EasifyProductOptions, type EasifyProductOptionsProps, EasyBundleBuilderSkailama$1 as EasyBundleBuilderSkailama, type EasyBundleBuilderSkailamaProps, EasySell as EasySellCOD, type EasySellCODProps, EcoboostifyShoppableReelUgc$1 as EcoboostifyShoppableReelUgc, type EcoboostifyShoppableReelUgcProps, EcomsendBackInStockAlert$1 as EcomsendBackInStockAlert, type EcomsendBackInStockAlertProps, EssentialAnnouncementBar$1 as EssentialAnnouncementBar, type EssentialAnnouncementBarProps, EssentialCountdownTimerBar$1 as EssentialCountdownTimerBar, type EssentialCountdownTimerBarProps, EstimateDate$1 as EstimateDate, type EstimateDateProps, EstimatedDeliveryDatePlus$1 as EstimatedDeliveryDatePlus, type EstimatedDeliveryDatePlusProps, FastBundleBundlesDiscounts$1 as FastBundleBundlesDiscounts, type FastBundleBundlesDiscountsProps, FeraReviews$1 as FeraReviews, type FeraReviewsProps, FileUpload$1 as FileUpload, type FileUploadProps, FirePush$1 as FirePush, type FirePushProps, FlyBundlesUpsellsFbt$1 as FlyBundlesUpsellsFbt, type FlyBundlesUpsellsFbtProps, FordeerProductLabels$1 as FordeerProductLabels, type FordeerProductLabelsProps, FormCheckbox, type FormCheckboxProps, FormDropdown$1 as FormDropdown, type FormDropdownProps, FormEmail$1 as FormEmail, type FormEmailProps, FormTextArea as FormTextarea, FrequentlyBoughtTogether$1 as FrequentlyBoughtTogether, type FrequentlyBoughtTogetherProps, GloColorSwatchvariantImage$1 as GloColorSwatchvariantImage, type GloColorSwatchvariantImageProps, GloboProductOptionsVariant$1 as GloboProductOptionsVariant, type GloboProductOptionsVariantProps, GoogleReviewsByReputon$1 as GoogleReviewsByReputon, type GoogleReviewsByReputonProps, Growave$1 as Growave, type GrowaveProps, Header, type HeaderProps, Heading$1 as Heading, type HeadingProps, HeroBanner$1 as HeroBanner, type HeroBannerProps, HextomCountdownTimerBar$1 as HextomCountdownTimerBar, type HextomCountdownTimerBarProps, HextomFreeShippingBar$1 as HextomFreeShippingBar, type HextomFreeShippingBarProps, HulkFormBuilder$1 as HulkFormBuilder, type HulkFormBuilderProps, HulkProductOptions$1 as HulkProductOptions, type HulkProductOptionsProps, Icon$1 as Icon, IconList$1 as IconList, IconListHoz$1 as IconListHoz, type IconListHozProps, IconListItem$1 as IconListItem, IconListHozItem as IconListItemHoz, type IconListItemProps$1 as IconListItemProps, type IconListProps$1 as IconListProps, IconListV2$1 as IconListV2, type IconProps, Image$1 as Image, ImageComparison$1 as ImageComparison, type ImageComparisonItem, ImageDetection, type ImageDetectionProps, type ImageProps, type ImgProps, InfiniteOptions$1 as InfiniteOptions, type InfiniteOptionsProps, Input, type InputProps, Instafeed$1 as Instafeed, type InstafeedProps, InstantJudgemeReviews, InstantKlaviyo, InstantLooxReviews, InstantYotpoLoyalty, InstasellShoppableInstagram$1 as InstasellShoppableInstagram, type InstasellShoppableInstagramProps, JudgemeReviews$1 as JudgemeReviews, type JudgemeReviewsProps, JunipProductReviewsUgc$1 as JunipProductReviewsUgc, type JunipProductReviewsUgcProps, KachingBundles$1 as KachingBundles, type KachingBundlesProps, KingProductOptions$1 as KingProductOptions, type KingProductOptionsProps, KiteFreeGiftDiscount$1 as KiteFreeGiftDiscount, type KiteFreeGiftDiscountProps, KlarnaMessaging$1 as KlarnaMessaging, type KlarnaMessagingProps, Klaviyo$1 as Klaviyo, type KlaviyoProps, KoalaBundleQuantityDiscount$1 as KoalaBundleQuantityDiscount, type KoalaBundleQuantityDiscountProps, LaiProductReviews$1 as LaiProductReviews, type LaiProductReviewsProps, Line$2 as Line, type LineProps, Link$1 as Link, type LinkProps, LoloyalLoyaltyReferrals$1 as LoloyalLoyaltyReferrals, type LoloyalLoyaltyReferralsProps, LoopSubscriptions$1 as LoopSubscriptions, type LoopSubscriptionsProps, LooxReviews$1 as LooxReviews, type LooxReviewsProps, MAX_PROGRESS_BAR_HEIGHT, MAX_REMAINING_PERCENT, MIN_PROGRESS_BAR_HEIGHT, MIN_REMAINING_PERCENT, MIN_REMAINING_QUANTITY, Marquee$1 as Marquee, _default$4 as MarqueeItem, type MarqueeItemProps, type MarqueeProps, MaxbundleProductBundles$1 as MaxbundleProductBundles, type MaxbundleProductBundlesProps, MbcBundleVolumeDiscount$1 as MbcBundleVolumeDiscount, type MbcBundleVolumeDiscountProps, Menu, type MenuProps, MobileMenu, Modal, ModernHeader, MyappgurusProductReviews$1 as MyappgurusProductReviews, type MyappgurusProductReviewsProps, NO_PRODUCT_LEFT, Newsletter$1 as Newsletter, type NewsletterProps, Notify as Notice, type NotificationAPI, type NotificationConfig, NotifyBackInStockPreOrder$1 as NotifyBackInStockPreOrder, type NotifyBackInStockPreOrderProps, OUT_OF_STOCK, type ObjectFit$1 as ObjectFit, OkendoReviewsLoyalty$1 as OkendoReviewsLoyalty, type OkendoReviewsLoyaltyProps, Omnisend$1 as Omnisend, type OmnisendProps, Opinew$1 as Opinew, type OpinewProps, Pagination, type PaginationProps, ParcelPanel$1 as ParcelPanel, type ParcelPanelProps, PickyStory$1 as PickyStory, type PickyStoryProps, PostPurchaseAcceptButton, PostPurchaseAdvancedList, PostPurchaseAdvancedListItem, type PostPurchaseAdvancedListProps, Button$1 as PostPurchaseButton, type PostPurchaseButtonProps, CalloutBox as PostPurchaseCalloutBox, CalloutText as PostPurchaseCalloutText, PostPurchaseCountdownTimer, type PostPurchaseCountdownTimerProps, PostPurchaseHeading, PostPurchaseImage, type PostPurchaseImageProps, Line$1 as PostPurchaseLine, type PostPurchaseLineProps, Link as PostPurchaseLink, type PostPurchaseLinkProps, PostPurchaseProductDescription, type PostPurchaseProductDescriptionProps, PostPurchaseProductDiscountTag, type PostPurchaseProductDiscountTagProps, PostPurchaseProductImages, type PostPurchaseProductImagesProps, PostPurchaseProductOffer, type PostPurchaseProductOfferProps$1 as PostPurchaseProductOfferProps, PostPurchaseProductPrice, PostPurchaseProductPriceBreakdown, type PostPurchaseProductPriceBreakdownProps, type PostPurchaseProductPriceProps, PostPurchaseProductQuantity, type PostPurchaseProductQuantityProps, PostPurchaseProductTitle, type PostPurchaseProductTitleProps, PostPurchaseProductVariants, type PostPurchaseProductVariantsProps, Text$2 as PostPurchaseText, type PostPurchaseTextProps, PowerfulContactFormBuilder$1 as PowerfulContactFormBuilder, type PowerfulContactFormBuilderProps, PreorderNowPreOrderPq$1 as PreorderNowPreOrderPq, type PreorderNowPreOrderPqProps, PreorderNowWodPresale$1 as PreorderNowWodPresale, type PreorderNowWodPresaleProps, Product$1 as Product, ProductBadge$1 as ProductBadge, type ProductBadgeProps, ProductBundleDiscount$1 as ProductBundleDiscount, ProductBundleDiscountItem$1 as ProductBundleDiscountItem, type ProductBundleDiscountProps, type ProductBundleItemDiscountProps, ProductButton$1 as ProductButton, type ProductButtonProps, ProductDescription$1 as ProductDescription, type ProductDescriptionProps, ProductImages$3 as ProductImages, type ProductImagesProps, ProductImagesV2, ProductImagesV2$1 as ProductImagesV3, ProductList$2 as ProductList, type ProductListProps, type ProductListProps$1 as ProductListPropsV3, ProductList$3 as ProductListV3, ProductOptionsCustomizer$1 as ProductOptionsCustomizer, type ProductOptionsCustomizerProps, ProductOptionsVariantOption$1 as ProductOptionsVariantOption, type ProductOptionsVariantOptionProps, ProductPrice$1 as ProductPrice, type ProductPriceProps, type ProductPropertiesProps, ProductProperties$1 as ProductPropertyInput, type ProductProps, ProductQuantity$1 as ProductQuantity, type ProductQuantityProps, QuickView as ProductQuickView, ProductReviews$1 as ProductReviews, type ProductReviewsProps, ProductSku$1 as ProductSku, ProductTag$1 as ProductTag, type ProductTagProps, ProductTitle$1 as ProductTitle, type ProductTitleProps, ProductVariants$1 as ProductVariants, type ProductVariantsProps, ProductVendor$1 as ProductVendor, ProductViewMore$1 as ProductViewMore, type ProductViewMoreProps, PumperBundlesVolumeDiscount$1 as PumperBundlesVolumeDiscount, type PumperBundlesVolumeDiscountProps, PushOwl$1 as PushOwl, type PushOwlProps, QUANTITY_SOURCE, QikifyUpsell$1 as QikifyUpsell, type QikifyUpsellProps, REGEX_PAGE_TYPE, Radio, RapiBundleQuantityBreaks$1 as RapiBundleQuantityBreaks, type RapiBundleQuantityBreaksProps, RechargeSubscriptions$1 as RechargeSubscriptions, type RechargeSubscriptionsProps, RecurpaySubscriptionApp$1 as RecurpaySubscriptionApp, type RecurpaySubscriptionAppProps, Releasit$1 as Releasit, type ReleasitProps, RequestQuoteHidePrice$1 as RequestQuoteHidePrice, type RequestQuoteHidePriceProps, ReviewxpoProductReviewsApp$1 as ReviewxpoProductReviewsApp, type ReviewxpoProductReviewsAppProps, Rivyo$1 as Rivyo, type RivyoProps, Root$1 as Root, type RootProps$2 as RootProps, Row$1 as Row, type RowProps, Ryviu$1 as Ryviu, type RyviuProps, SealSubscriptions$1 as SealSubscriptions, type SealSubscriptionsProps, Section$1 as Section, SegunoEmailMarketing$1 as SegunoEmailMarketing, type SegunoEmailMarketingProps, Select, Selleasy$1 as Selleasy, type SelleasyProps, SeoantTrustBadgesIcon$1 as SeoantTrustBadgesIcon, type SeoantTrustBadgesIconProps, ShopPayButton$1 as ShopPayButton, type ShopPayButtonProps, ShopPayInstallments$1 as ShopPayInstallments, ShopifyForms$1 as ShopifyForms, type ShopifyFormsProps, ShopifySubscriptions$1 as ShopifySubscriptions, type ShopifySubscriptionsProps, SimpleBundlesKits$1 as SimpleBundlesKits, type SimpleBundlesKitsProps, SkioSubscriptionsYcS20$1 as SkioSubscriptionsYcS20, type SkioSubscriptionsYcS20Props, type SkuProps, SmartSearchBarAndFilters$1 as SmartSearchBarAndFilters, type SmartSearchBarAndFiltersProps, SproutPlantTreesGrowSales$1 as SproutPlantTreesGrowSales, type SproutPlantTreesGrowSalesProps, Stamped$1 as Stamped, type StampedProps, StellarDeliveryDatePickup$1 as StellarDeliveryDatePickup, type StellarDeliveryDatePickupProps, Sticky$1 as Sticky, StockCounter$1 as StockCounter, SubifySubscriptionsApp$1 as SubifySubscriptionsApp, type SubifySubscriptionsAppProps, SubmitButton$1 as SubmitButton, type SubmitButtonProps, TabItem$1 as TabItem, type TabItemProps, Tabs$1 as Tabs, type TabsProps, TagembedSocialPostReview$1 as TagembedSocialPostReview, type TagembedSocialPostReviewProps, TagshopShoppableVideosUgc$1 as TagshopShoppableVideosUgc, type TagshopShoppableVideosUgcProps, TeeinblueProductPersonalizer$1 as TeeinblueProductPersonalizer, type TeeinblueProductPersonalizerProps, Text$1 as Text, type TextAreaProps, TextField$1 as TextField, type TextFieldProps, TextInput$1 as TextInput, type TextInputProps, type TextProps, TextArea as Textarea, type TextareaProps, ThirdPartySlot$1 as ThirdPartySlot, TrustBadgesBear$1 as TrustBadgesBear, type TrustBadgesBearProps, TrustMe$1 as TrustMe, type TrustMeProps, TrustedsiteTrustBadges$1 as TrustedsiteTrustBadges, type TrustedsiteTrustBadgesProps, Trustoo$1 as Trustoo, type TrustooProps, TrustreviewsProductReviews$1 as TrustreviewsProductReviews, type TrustreviewsProductReviewsProps, TrustshopProductReviews$1 as TrustshopProductReviews, type TrustshopProductReviewsProps, UltimateSalesBoost$1 as UltimateSalesBoost, type UltimateSalesBoostProps, UnlimitedBundlesDiscounts$1 as UnlimitedBundlesDiscounts, type UnlimitedBundlesDiscountsProps, UppromoteAffiliateMarketing$1 as UppromoteAffiliateMarketing, type UppromoteAffiliateMarketingProps, type VendorProps, Video$1 as Video, Vitals$1 as Vitals, type VitalsProps, WhatmoreShoppableVideosreel$1 as WhatmoreShoppableVideosreel, type WhatmoreShoppableVideosreelProps, WideBundle$1 as WideBundle, type WideBundleProps, Wiser$1 as Wiser, type WiserProps, WishlistKing$1 as WishlistKing, type WishlistKingProps, WishlistPlus$1 as WishlistPlus, type WishlistPlusProps, YotpoLoyalty, type YotpoLoyaltyProps, YotpoReviews$1 as YotpoReviews, type YotpoReviewsProps, accordionSetting, articleListSetting, bannerSetting, breadcrumbSetting, _default$2 as builderComponent, buttonSetting, carouselSetting, carouselSettingV3, cartSetting, checkIsOpenPopup, checkIsScrollToTop, codeSetting, collectionSetting, _default$1 as componentSettings, contactFormSetting, convertSizeToWidth, convertUnitToNumber, countdownSetting, couponSetting, dialogSetting, estimateDeliverySetting, filterTruthyObject, filterTruthyStyles, getAllHrefFromString, getDisplayStyle, getDynamicSourceLocales, getInlineCss, getInsertLinkData, getLinkArticle, getLinkData, getLiquidInitData, getLiquidTextContent, getSettingPreloadData, getStaticLocale, getTextDisplayData, gridSetting, handleClickLink, headerSetting, headingSetting, iconListHozSetting, iconListSetting, iconListSettingV2, iconSetting, imageComparisonSetting, imageDetectionSetting, imageSetting, inputSetting, isEmptyObject, isHexTransparent, isLinkedToSalesPage, isShopifyDomain, isTransparentColor, isTransparentRGBA, lineSetting, linkSetting, index_liquid as liquidComponents, marqueeSetting, menuSetting, modalSetting, _default$3 as nextComponent, normalizeMailto, openConfirm, paginationSetting, postPurchaseAdvancedListSetting, postPurchaseButtonSetting, postPurchaseCalloutBoxSetting, postPurchaseCountdownTimerSetting, postPurchaseImageSetting, postPurchaseLineSetting, postPurchaseLinkSetting, postPurchaseProduct1Col, postPurchaseProduct2Col, postPurchaseProductDefault, postPurchaseProductSetting, _default as postPurchaseSettings, postPurchaseTextSetting, productSetting, radioSetting, replaceAllHrefFromString, replaceLinkData, selectSetting, shopPayInstallmentSetting, stickySetting, stockCounterSetting, tabSetting, textSetting, textareaSetting, thirdPartyInstantSetting, thirdPartySetting, thirdPartySlotSetting, transformHighlighTag, transformNumberTag, useNotification, videoSetting, youtubeShortsRegex };
|