"use strict";const e=require("../../libs/config/props.js"),r={props:{list:{type:Array,default:e.defprops.swiper.list},indicator:{type:Boolean,default:e.defprops.swiper.indicator},indicatorActiveColor:{type:String,default:e.defprops.swiper.indicatorActiveColor},indicatorInactiveColor:{type:String,default:e.defprops.swiper.indicatorInactiveColor},indicatorStyle:{type:[String,Object],default:e.defprops.swiper.indicatorStyle},indicatorMode:{type:String,default:e.defprops.swiper.indicatorMode},autoplay:{type:Boolean,default:e.defprops.swiper.autoplay},current:{type:[String,Number],default:e.defprops.swiper.current},currentItemId:{type:String,default:e.defprops.swiper.currentItemId},interval:{type:[String,Number],default:e.defprops.swiper.interval},duration:{type:[String,Number],default:e.defprops.swiper.duration},circular:{type:Boolean,default:e.defprops.swiper.circular},previousMargin:{type:[String,Number],default:e.defprops.swiper.previousMargin},nextMargin:{type:[String,Number],default:e.defprops.swiper.nextMargin},acceleration:{type:Boolean,default:e.defprops.swiper.acceleration},displayMultipleItems:{type:Number,default:e.defprops.swiper.displayMultipleItems},easingFunction:{type:String,default:e.defprops.swiper.easingFunction},keyName:{type:String,default:e.defprops.swiper.keyName},imgMode:{type:String,default:e.defprops.swiper.imgMode},height:{type:[String,Number],default:e.defprops.swiper.height},bgColor:{type:String,default:e.defprops.swiper.bgColor},radius:{type:[String,Number],default:e.defprops.swiper.radius},loading:{type:Boolean,default:e.defprops.swiper.loading},showTitle:{type:Boolean,default:e.defprops.swiper.showTitle}}};exports.props=r;