12345678910 |
- (global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["uni_modules/vk-uview-ui/components/u-skeleton/u-skeleton"],{"0b26":function(e,t,n){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={name:"u-skeleton",props:{elColor:{type:String,default:"#e5e5e5"},bgColor:{type:String,default:"#ffffff"},animation:{type:Boolean,default:!1},borderRadius:{type:[String,Number],default:"10"},loading:{type:Boolean,default:!0}},data:function(){return{windowWinth:750,windowHeight:1500,filletNodes:[],circleNodes:[],RectNodes:[],top:0,left:0}},methods:{selecterQueryInfo:function(){var t=this,n="";n=e.createSelectorQuery().in(this.$parent),n.selectAll(".u-skeleton").boundingClientRect().exec((function(e){t.windowHeight=e[0][0].height,t.windowWinth=e[0][0].width,t.top=e[0][0].bottom-e[0][0].height,t.left=e[0][0].left})),this.getRectEls(),this.getCircleEls(),this.getFilletEls()},getRectEls:function(){var t=this,n="";n=e.createSelectorQuery().in(this.$parent),n.selectAll(".u-skeleton-rect").boundingClientRect().exec((function(e){t.RectNodes=e[0]}))},getFilletEls:function(){var t=this,n="";n=e.createSelectorQuery().in(this.$parent),n.selectAll(".u-skeleton-fillet").boundingClientRect().exec((function(e){t.filletNodes=e[0]}))},getCircleEls:function(){var t=this,n="";n=e.createSelectorQuery().in(this.$parent),n.selectAll(".u-skeleton-circle").boundingClientRect().exec((function(e){t.circleNodes=e[0]}))}},mounted:function(){var t=e.getSystemInfoSync();this.windowHeight=t.windowHeight,this.windowWinth=t.windowWidth,this.selecterQueryInfo()}};t.default=n}).call(this,n("543d")["default"])},"0ed2":function(e,t,n){},"2e71":function(e,t,n){"use strict";var i;n.d(t,"b",(function(){return o})),n.d(t,"c",(function(){return l})),n.d(t,"a",(function(){return i}));var o=function(){var e=this,t=e.$createElement,n=(e._self._c,e.$u.guid()),i=e.$u.guid(),o=e.$u.guid();e.$mp.data=Object.assign({},{$root:{g0:n,g1:i,g2:o}})},l=[]},b8d8:function(e,t,n){"use strict";var i=n("0ed2"),o=n.n(i);o.a},ec56:function(e,t,n){"use strict";n.r(t);var i=n("0b26"),o=n.n(i);for(var l in i)"default"!==l&&function(e){n.d(t,e,(function(){return i[e]}))}(l);t["default"]=o.a},fe2a:function(e,t,n){"use strict";n.r(t);var i=n("2e71"),o=n("ec56");for(var l in o)"default"!==l&&function(e){n.d(t,e,(function(){return o[e]}))}(l);n("b8d8");var u,c=n("f0c5"),r=Object(c["a"])(o["default"],i["b"],i["c"],!1,null,"c4304e1e",null,!1,i["a"],u);t["default"]=r.exports}}]);
- ;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
- 'uni_modules/vk-uview-ui/components/u-skeleton/u-skeleton-create-component',
- {
- 'uni_modules/vk-uview-ui/components/u-skeleton/u-skeleton-create-component':(function(module, exports, __webpack_require__){
- __webpack_require__('543d')['createComponent'](__webpack_require__("fe2a"))
- })
- },
- [['uni_modules/vk-uview-ui/components/u-skeleton/u-skeleton-create-component']]
- ]);
|