UNPKG

7.72 kBJavaScriptView Raw
1module.exports=function(t){function e(o){if(n[o])return n[o].exports;var i=n[o]={i:o,l:!1,exports:{}};return t[o].call(i.exports,i,i.exports,e),i.l=!0,i.exports}var n={};return e.m=t,e.c=n,e.d=function(t,n,o){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:o})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="/dist/",e(e.s=288)}({0:function(t,e){t.exports=function(t,e,n,o,i,a){var r,s=t=t||{},l=typeof t.default;"object"!==l&&"function"!==l||(r=t,s=t.default);var c="function"==typeof s?s.options:s;e&&(c.render=e.render,c.staticRenderFns=e.staticRenderFns,c._compiled=!0),n&&(c.functional=!0),i&&(c._scopeId=i);var u;if(a?(u=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),o&&o.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},c._ssrRegister=u):o&&(u=o),u){var p=c.functional,d=p?c.render:c.beforeCreate;p?(c._injectStyles=u,c.render=function(t,e){return u.call(e),d(t,e)}):c.beforeCreate=d?[].concat(d,u):[u]}return{esModule:r,exports:s,options:c}}},1:function(t,e,n){"use strict";n.d(e,"a",function(){return o}),n.d(e,"c",function(){return i}),n.d(e,"d",function(){return a}),n.d(e,"b",function(){return r});var o={props:{disabled:{type:Boolean},type:{type:String,default:"default"},size:{type:String,default:"default"},nativeType:{type:String,default:"button"},plain:{type:Boolean},loadingColor:{type:Object,default:function(){return{default:"#d6d6d6",danger:"#e04b00",warning:"#ff9900"}}},loading:{type:Boolean},ripple:{type:Boolean}}},i={inject:{vxFormItem:{default:"vxFormItem"}},props:{disabled:{type:Boolean},clearable:{type:Boolean,default:!0},nativeType:{type:String,default:"text"},readonly:{type:Boolean},value:{type:[String,Number]},placeholder:{type:String},autocomplete:{type:String},autofocus:{type:String},maxlength:{type:Number},name:{type:String,default:function(){return Math.random().toString(36).substr(2)}},checked:{type:Boolean},validateEvent:{type:Boolean,default:!0},arrow:{type:Boolean,default:!1},arrowProps:{type:Object},border:{type:Boolean,default:!0},autoIntoView:{type:Boolean,default:!0},size:{type:String,default:"default"}},data:function(){return{isFocus:!1}},methods:{handleFocusIn:function(t){this.isFocus=!0;var e=t.target;this.autoIntoView&&void 0!==e.ontouchstart&&window.addEventListener("resize",function(){e.scrollIntoView&&e.scrollIntoView()},{once:!0})},handleFocusOut:function(t){this.isFocus=!1,this.eDispatch("ElFormItem","el.form.blur",[t.target.value])},handleChange:function(t){this.$emit("change",t.target.value)},handleInput:function(t){var e=t.target?t.target.value:t;this.$emit("input",e),this.eDispatch("ElFormItem","el.form.change",[e])},eDispatch:function(){this.validateEvent&&this.dispatch&&this.dispatch.apply(this,arguments)}}},a={methods:{change:function(t){this.active!==t&&this.$emit("update:active",t).$emit("change",t)}},props:{active:{type:[Number,String,Object],required:!0},layout:{type:String,default:"default"}}},r={props:{history:{type:Boolean,default:!0}},methods:{getPushURL:function(){var t=window.location.hash;this.pushString="popup="+Math.random().toString(36).substr(2);var e=[window.location.href.split("#")[0],t];return e.push(t?-1===t.indexOf("?")&&-1===t.indexOf("=")?"?":"&":"#"),e.push(this.pushString),e.join("")},pushState:function(){var t=this;this.history&&(this.pushString&&this.isCurrentPopup()&&window.history.back(),setTimeout(function(){window.history.pushState({},"",t.getPushURL()),window.addEventListener("popstate",t.handlePopstate)},16))},handlePopstate:function(){-1===window.location.href.indexOf(this.pushString)&&(this.$emit("update:open",!1).$emit("close"),this.popStateBack&&this.popStateBack(),window.removeEventListener("popstate",this.handlePopstate))},goBack:function(){this.history&&this.isCurrentPopup()&&(window.removeEventListener("popstate",this.handlePopstate),history.back())},isCurrentPopup:function(){return window.location.href.indexOf(this.pushString)===window.location.href.length-this.pushString.length}}}},11:function(t,e,n){"use strict";var o=n(8),i=n(17),a=n(0),r=a(o.a,i.a,!0,null,null,null);e.a=r.exports},17:function(t,e,n){"use strict";var o=function(t,e){var n=e._c;return n("transition",{attrs:{name:"popup-fade"}},[n("div",e._g(e._b({directives:[{name:"show",rawName:"v-show",value:e.props.open,expression:"props.open"}],class:["vx-overlay",e.data.staticClass,e.data.class],style:Object.assign({opacity:""+e.props.opacity},e.data.style)},"div",e.data.attrs,!1),e.listeners),[e._t("default")],2)])},i=[],a={render:o,staticRenderFns:i};e.a=a},288:function(t,e,n){t.exports=n(45)},33:function(t,e,n){"use strict";var o=n(1),i=n(11);e.a={name:"Confirm",componentName:"Confirm",mixins:[o.b],components:{Overlay:i.a},props:{open:{type:Boolean,default:!1},cancel:{type:Boolean,default:!0},title:{type:String},cancelText:{type:String,default:"取消"},cancelLight:{type:Boolean},confirmText:{type:String,default:"确定"},confirmTag:{type:String,default:"button"},confirmProps:{type:Object,default:function(){return{type:"button"}}}},mounted:function(){var t=this;this.open&&requestAnimationFrame(function(){t.pushState(),t.$el.style.display="table",t.handleEnter()})},beforeDestroy:function(){this.$$timerEvent&&clearTimeout(this.$$timerEvent)},watch:{open:function(t){var e=this;t&&requestAnimationFrame(function(){e.pushState(),e.$el.style.display="table"})}},methods:{handleCancel:function(){this.$emit("update:open",!1).$emit("close"),this.$emit("button-click","cancel")},handleConfirm:function(t){var e=this;t.target&&t.target.nodeName&&"a"===t.target.nodeName.toLowerCase()?(this.$$timerEvent&&clearTimeout(this.$$timerEvent),this.$$timerEvent=setTimeout(function(){e.open&&e.$emit("update:open",!1).$emit("confirm")},400)):this.open&&this.$emit("update:open",!1).$emit("confirm"),this.$emit("button-click","confirm")},handleEnter:function(){this.$emit("open")},handleLeave:function(){var t=this;this.$nextTick(function(){t.goBack(),t.$el.style.display="none",t.$emit("after-close")})}}}},45:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var o=n(33),i=n(59),a=n(0),r=a(o.a,i.a,!1,null,null,null);e.default=r.exports},59:function(t,e,n){"use strict";var o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"vx-confirm"},[n("overlay",{attrs:{open:t.open}}),n("div",{staticClass:"vx-confirm--wrapper"},[n("transition",{attrs:{name:"confirm-scale"},on:{"after-enter":t.handleEnter,"after-leave":t.handleLeave}},[n("div",{directives:[{name:"show",rawName:"v-show",value:t.open,expression:"open"}],staticClass:"vx-confirm--inner"},[t.title?n("div",{staticClass:"vx-confirm--title"},[t._v(t._s(t.title))]):t._e(),n("div",{staticClass:"vx-confirm--body"},[n("div",{staticClass:"vx-confirm--table"},[n("div",{staticClass:"vx-confirm--cell"},[t._t("default",null,{open:t.open})],2)])]),n("div",{class:["vx-confirm--footer","vx-flexbox"],attrs:{onselectstart:"return false;"}},[t.cancel?n("button",{class:["vx-flexbox--item",{"is-cancel-light":t.cancelLight}],attrs:{type:"button"},on:{click:t.handleCancel}},[t._v(t._s(t.cancelText))]):t._e(),n(t.confirmTag,t._b({tag:"component",staticClass:"vx-flexbox--item",on:{click:function(e){t.handleConfirm(e)}}},"component",t.confirmProps,!1),[t._v(t._s(t.confirmText))])],1)])])],1)],1)},i=[],a={render:o,staticRenderFns:i};e.a=a},8:function(t,e,n){"use strict";e.a={name:"Overlay",componentName:"Overlay",props:{opacity:{type:Number},open:{type:Boolean}}}}});
\No newline at end of file