uni-swiper-dot.js 2.2 KB

12345678910
  1. (global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/basic-component/uni-swiper-dot/uni-swiper-dot"],{2179:function(t,e,n){},"403b":function(t,e,n){"use strict";n.r(e);var o=n("d708"),i=n.n(o);for(var s in o)"default"!==s&&function(t){n.d(e,t,(function(){return o[t]}))}(s);e["default"]=i.a},"4f2a":function(t,e,n){"use strict";var o=n("2179"),i=n.n(o);i.a},"648d":function(t,e,n){"use strict";var o;n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return s})),n.d(e,"a",(function(){return o}));var i=function(){var t=this,e=t.$createElement;t._self._c},s=[]},"662e":function(t,e,n){"use strict";n.r(e);var o=n("648d"),i=n("403b");for(var s in i)"default"!==s&&function(t){n.d(e,t,(function(){return i[t]}))}(s);n("4f2a");var r,d=n("f0c5"),u=Object(d["a"])(i["default"],o["b"],o["c"],!1,null,"5365e23a",null,!1,o["a"],r);e["default"]=u.exports},d708:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o={name:"UniSwiperDot",props:{info:{type:Array,default:function(){return[]}},current:{type:Number,default:0},dotsStyles:{type:Object,default:function(){return{}}},mode:{type:String,default:"default"},field:{type:String,default:""},theme:Object},data:function(){return{dots:{width:8,height:8,bottom:10,color:"#fff",backgroundColor:"rgba(0, 0, 0, .3)",border:"1px rgba(0, 0, 0, .3) solid",selectedBackgroundColor:"#333",selectedBorder:"1px rgba(0, 0, 0, .9) solid"}}},watch:{dotsStyles:function(t){this.dots=Object.assign(this.dots,this.dotsStyles)},mode:function(t){"indexes"===t?(this.dots.width=20,this.dots.height=20):(this.dots.width=8,this.dots.height=8)}},created:function(){"indexes"===this.mode&&(this.dots.width=20,this.dots.height=20),this.dots=Object.assign(this.dots,this.dotsStyles)}};e.default=o}}]);
  2. ;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
  3. 'components/basic-component/uni-swiper-dot/uni-swiper-dot-create-component',
  4. {
  5. 'components/basic-component/uni-swiper-dot/uni-swiper-dot-create-component':(function(module, exports, __webpack_require__){
  6. __webpack_require__('543d')['createComponent'](__webpack_require__("662e"))
  7. })
  8. },
  9. [['components/basic-component/uni-swiper-dot/uni-swiper-dot-create-component']]
  10. ]);