mand-mobile/docs/static/js/EnUSDocsComponentsBasicButt...

1 line
150 KiB
JavaScript
Raw Normal View History

2023-02-02 11:12:53 +08:00
webpackJsonp([69],{"/IIi":function(e,t,o){"use strict";function a(e,t,o){return t in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e}Object.defineProperty(t,"__esModule",{value:!0});var n=o("oOyB"),s=function(e){return e&&e.__esModule?e:{default:e}}(n);t.default={name:"button-demo",title:"\u884C\u5185\u6309\u94AE",titleEnUS:"Inline buttons",components:a({},s.default.name,s.default)}},"2BC3":function(e,t,o){var a=o("Rwgg");"string"==typeof a&&(a=[[e.i,a,""]]),a.locals&&(e.exports=a.locals);o("rjj0")("f680bf20",a,!0,{})},"5G42":function(e,t,o){t=e.exports=o("FZ+f")(!0),t.push([e.i,".md-example-child-button-3 .md-example-section[data-v-2684571e]{float:left;width:100%;margin-bottom:10px}.md-example-child-button-3 .md-button[data-v-2684571e]{float:left}","",{version:3,sources:["/Users/huangbingcheng/Work/Code/Github/didi/mand-mobile/site/public/en-US/docs/components/basic/button/demo3.vue"],names:[],mappings:"AACA,gEACE,WAAY,AACZ,WAAY,AACZ,kBAAoB,CACrB,AACD,uDACE,UAAY,CACb",file:"demo3.vue",sourcesContent:["\n.md-example-child-button-3 .md-example-section[data-v-2684571e] {\n float: left;\n width: 100%;\n margin-bottom: 10px;\n}\n.md-example-child-button-3 .md-button[data-v-2684571e] {\n float: left;\n}"],sourceRoot:""}])},"608p":function(e,t){"use strict";t.a={render:function(){var e=this,t=e.$createElement,o=e._self._c||t;return o("div",{staticClass:"md-example-child md-example-child-button md-example-child-button-3"},[o("md-button",{attrs:{type:"link",icon:"message"}},[e._v("\u8BC4\u8BBA")]),e._v(" "),o("md-button",{attrs:{type:"link",inactive:""}},[e._v("\u53BB\u770B\u770B"),o("md-icon",{attrs:{name:"arrow",size:"md"}})],1)],1)},staticRenderFns:[]}},"6GOI":function(e,t,o){var a,n,s;(function(){(function(i,l){n=[t,o("U6ik"),o("hFrQ")],a=l,s="function"==typeof a?a.apply(t,n):a,!(void 0!==s&&(e.exports=s))})(this,function(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={name:"md-activity-indicator-rolling",props:{size:{type:Number,default:70},width:{type:Number},color:{type:String,default:"#2F86F6"},borderColor:{type:String,default:"rgba(0, 0, 0, .1)"},fill:{type:String,default:"transparent"},linecap:{type:String,default:"round"},rotate:{type:Number,default:0},process:{type:Number}},computed:{id:function(){return this.$options.name+"-keyframes-"+this.size},strokeWidth:function(){return this.width||this.size/12},strokeDasharray:function(){return this.process*this.circlePerimeter+" "+(1-this.process)*this.circlePerimeter},radius:function(){return this.size/2},viewBoxSize:function(){return this.size+2*this.strokeWidth},circlePerimeter:function(){return 3.1415*this.size},duration:function(){return 2},isAutoAnimation:function(){return void 0===this.process}}}})})(),e.exports.__esModule&&(e.exports=e.exports.default);var i="function"==typeof e.exports?e.exports.options:e.exports;i.render=function(){var e=this,t=e.$createElement,o=e._self._c||t;return o("div",{staticClass:"md-activity-indicator-rolling"},[o("div",{staticClass:"rolling-container"},[o("svg",{staticClass:"md-activity-indicator-svg rolling",style:{width:e.size+"px",height:e.size+"px",transform:"rotateZ("+e.rotate+"deg)"},attrs:{viewBox:"0 0 "+e.viewBoxSize+" "+e.viewBoxSize,preserveAspectRatio:"xMidYMid"}},[o("circle",{attrs:{fill:"none",stroke:e.borderColor,"stroke-width":e.strokeWidth,cx:e.viewBoxSize/2,cy:e.viewBoxSize/2,r:e.radius}}),e._v(" "),e.$slots.circle?e._t("circle"):o("g",{staticClass:"circle"},[e.isAutoAnimation||0<e.process?o("circle",{staticClass:"stroke",attrs:{cx:e.viewBoxSize/2,cy:e.viewBoxSize/2,fill:e.fill,stroke:e.color,"stroke-width":e.strokeWidth,"stroke-dasharray":e.isAutoAnimation?""+110*e.circlePerimeter/125:e.strokeDasharray,"stroke-linecap":e.linecap,r:e.radius}},[e.isAutoAnimation?o("animate",{attrs:{attributeName:"stroke-dashoffset",values:360*e.circlePerimeter/125+";"+140*e.circlePerimeter/125,dur:"2.2s",keyTimes:"0;1",calcMode:"spline",fill:"freeze",keySplines:"0.41,0.314,0.8,0.54",repeatCount:"indefinite",begin:"0"}}):e._e(),e._v(" "),e.isAutoAnimation?o("animate