@xysfe/actui
Version:
A fantastic mobile ui lib implement by Vue
1 lines • 19.2 kB
JavaScript
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("@xysfe/actui/es/assets/utils/create/index.js"),require("@xysfe/actui/es/assets/mixins/gold-visible.js"),require("@xysfe/actui/es/assets/mixins/gold-element.js"),require("@xysfe/actui/es/assets/common/baseelement.js"),require("@xysfe/actui/es/assets/mixins/gold-change.js"),require("@xysfe/actui/es/BaseInput/index.js")):"function"==typeof define&&define.amd?define(["@xysfe/actui/es/assets/utils/create/index.js","@xysfe/actui/es/assets/mixins/gold-visible.js","@xysfe/actui/es/assets/mixins/gold-element.js","@xysfe/actui/es/assets/common/baseelement.js","@xysfe/actui/es/assets/mixins/gold-change.js","@xysfe/actui/es/BaseInput/index.js"],e):"object"==typeof exports?exports.GoldInput=e(require("@xysfe/actui/es/assets/utils/create/index.js"),require("@xysfe/actui/es/assets/mixins/gold-visible.js"),require("@xysfe/actui/es/assets/mixins/gold-element.js"),require("@xysfe/actui/es/assets/common/baseelement.js"),require("@xysfe/actui/es/assets/mixins/gold-change.js"),require("@xysfe/actui/es/BaseInput/index.js")):t.GoldInput=e(t["@xysfe/actui/es/assets/utils/create/index.js"],t["@xysfe/actui/es/assets/mixins/gold-visible.js"],t["@xysfe/actui/es/assets/mixins/gold-element.js"],t["@xysfe/actui/es/assets/common/baseelement.js"],t["@xysfe/actui/es/assets/mixins/gold-change.js"],t["@xysfe/actui/es/BaseInput/index.js"])}("undefined"!=typeof self?self:this,function(t,e,n,i,r,o){return function(t){function e(i){if(n[i])return n[i].exports;var r=n[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,e),r.l=!0,r.exports}var n={};return e.m=t,e.c=n,e.d=function(t,n,i){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:i})},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="../es",e(e.s=1493)}({0:function(t,e){var n=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},1:function(t,e,n){var i=n(31)("wks"),r=n(24),o=n(0).Symbol,s="function"==typeof o;(t.exports=function(t){return i[t]||(i[t]=s&&o[t]||(s?o:r)("Symbol."+t))}).store=i},10:function(t,e,n){var i=n(4),r=n(41),o=n(38),s=Object.defineProperty;e.f=n(3)?Object.defineProperty:function(t,e,n){if(i(t),e=o(e,!0),i(n),r)try{return s(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(t[e]=n.value),t}},105:function(t,n){t.exports=e},1074:function(t,e,n){"use strict";var i=n(130),r=n.n(i),o=n(105),s=n.n(o),u=n(119),a=n.n(u),c=n(142),l=n.n(c),f=n(128),p=n.n(f),h=n(632),d=n.n(h);e.a={name:"ActGoldInput",mixins:[s.a,a.a,l.a],data:function(){return{isShowTip:!1,emailAuto:[],selectEmailValue:"",istopTip:!1,showSuggestions:!1,picker:null,decimalPlaces:this.value>0?2:0,maxlength:this.maxLength?this.maxLength:1e4,focused:!1,bubblePosition:{right:"0px",bottom:"10px"},isIntersecting:this.isVisible}},computed:{isAutofixEmail:function(){return"email"===this.type},inputValue:function(){return this.getRatioValue(this.value)},displayValue:function(){return this.focused?this.inputValue:this.bubble?this.bubbleSeparatorValue(this.inputValue):this.inputValue},showTip:function(){return this.asyncSearch&&this.showSuggestions},showBubble:function(){if(!this.isVisible)return!1;if(!this.bubble)return!1;if(String(this.inputValue).startsWith("0"))return!1;var t=Number(this.inputValue);return!(isNaN(t)||t<1e4)},bubbleText:function(){return this.getBubbleAmount(this.inputValue)}},watch:{showTip:function(t,e){t?(this.picker?this.picker.show():(this.picker=this.$GoldAddressLayer({title:"企业搜索",searchUrl:"/enterprise/getCompanyInfo",onSelect:this.selectSuggestion,brandColor:this.brandColor}),this.picker.show()),this.$refs.input.blur()):this.picker.hide()},value:{handler:function(t){this.calcBubblePostion()}},immediate:!0},methods:{getBubbleAmount:function(t){if(void 0===t||""===t||null===t)return"";var e=Number(t);if(e<1e4)return"";for(var n=[{value:1e8,label:"兆"},{value:1e7,label:"千亿"},{value:1e6,label:"百亿"},{value:1e5,label:"十亿"},{value:1e4,label:"亿"}],i=n,o=Array.isArray(i),s=0,i=o?i:r()(i);;){var u;if(o){if(s>=i.length)break;u=i[s++]}else{if(s=i.next(),s.done)break;u=s.value}var a=u;if(e>=a.value)return""+a.label}return""},calcBubblePostion:function(){var t=this;this.showBubble&&this.$nextTick(function(){var e=t.$refs.bubbleRef;if(e){var n=t.$refs.input;if(n){var i=n.$el;if(i){var r=e.querySelector("span");if(r){var o=r.getBoundingClientRect(),s=i.getBoundingClientRect(),u=e.getBoundingClientRect(),a=s.width-u.width/2,c=o.width-4;t.bubblePosition={left:a-c+"px",bottom:"10px"}}}}}})},bubbleSeparatorValue:function(t){return null===t||void 0===t||""===t?t:String(t).startsWith("0")?t:isNaN(Number(t))||Number(t)<1e3?t:Number(t).toLocaleString("zh-CN")},onFocus:function(t){var e=this;this.focused=!0,this.$emit("focus",t),this.showSuggestions&&(this.showSuggestions=!1),this.$nextTick(function(){e.showSuggestions=!0})},onBlur:function(t){this.focused=!1,this.isAutofixEmail&&(this.emailAuto=[]),this.$emit("blur",t)},selectEmail:function(t){var e=t&&t.replace(/\s*/gi,"");this.$refs.input.setInputValue(e)},onInput:function(t,e){if(1!==this.displayRatio){t=t.replace(/(^\s*)|(\s*$)/g,"");var n=t.length;if(/^[0-9]+(.[0-9]{1,2})?$/.test(t)){var i=t.split(".");i[1]&&2===i[1].length?this.maxlength=n||0:this.maxlength=1e4}}var r=t;if(this.isAutofixEmail){if(!r)return void(this.emailAuto=[]);var o=r.lastIndexOf("@"),s=r.lastIndexOf("."),u="";s>-1&&o>-1?u=r.substring(o+1,s):o>-1&&(u=r.substring(o+1)),r.match(/@$/)&&(r=r.replace(/@$/,"")),o>-1&&(r=r.substring(0,o)),this.emailAuto=this.emailAutoList.map(function(t){if(t.indexOf(u)>-1)return r+t}).filter(function(t){return!!t})}var a=document.body.clientHeight,c=e.target.getBoundingClientRect().bottom;this.istopTip=a-c<280,this.$emit("input",t)},onChange:function(t){this.change(void 0,this.getRealValue(t))},getRatioValue:function(t){return 1===this.displayRatio||""===t||isNaN(t)?t:(t*this.displayRatio).toFixed(this.decimalPlaces)},getRealValue:function(t){if(1===this.displayRatio||""===t||isNaN(t))return t;var e=t.split(".");return this.decimalPlaces=e[1]?e[1].length:0,(parseFloat(t)/this.displayRatio).toFixed(this.decimalPlaces)},selectSuggestion:function(t){this.change(void 0,t),this.showSuggestions=!1}},mounted:function(){var t=this;this.bubble&&(this.observer=new IntersectionObserver(function(e){e[0].isIntersecting?(t.isIntersecting=!0,t.calcBubblePostion()):t.isIntersecting=!1}),this.observer.observe(this.$el))},beforeDestroy:function(){this.observer&&this.observer.disconnect()},components:{ActGoldBaseElement:p.a,ActBaseInput:d.a}}},11:function(t,e){t.exports={}},119:function(t,e){t.exports=n},12:function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},128:function(t,e){t.exports=i},13:function(t,e,n){var i=n(34),r=n(15);t.exports=function(t){return i(r(t))}},130:function(t,e,n){t.exports={default:n(144),__esModule:!0}},14:function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},142:function(t,e){t.exports=r},144:function(t,e,n){n(50),n(48),t.exports=n(145)},145:function(t,e,n){var i=n(4),r=n(56);t.exports=n(2).getIterator=function(t){var e=r(t);if("function"!=typeof e)throw TypeError(t+" is not iterable!");return i(e.call(t))}},1493:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(26),r=n.n(i),o=n(1494);o.a.install=function(t){t.component(o.a.name,o.a),t.prototype.$createGoldInput=r()(o.a,t)},e.default=o.a},1494:function(t,e,n){"use strict";function i(t){u||n(1495)}var r=n(1074),o=n(1496),s=n(7),u=!1,a=i,c=Object(s.a)(r.a,o.a,o.b,!1,a,"data-v-fb240230",null);c.options.__file="src\\components\\GoldInput\\src\\index.vue",e.a=c.exports},1495:function(t,e){},1496:function(t,e,n){"use strict";n.d(e,"a",function(){return i}),n.d(e,"b",function(){return r});var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("act-gold-base-element",{directives:[{name:"show",rawName:"v-show",value:t.isVisible,expression:"isVisible"}],class:{"element-bubble-box":t.showBubble},attrs:{common:t.common,type:t.type,hasSuffix:!!t.$slots.suffix},on:{showTips:t.showTips,takenLink:t.takenLink},scopedSlots:t._u([{key:"email",fn:function(){return["email"===t.type&&t.emailAuto.length>0?n("div",{class:[{"email-auto-fix":!t.istopTip},{"email-auto-fix-top":t.istopTip}]},t._l(t.emailAuto,function(e){return n("p",{key:e,staticClass:"email-item",on:{mousedown:function(n){return t.selectEmail(e)},touchstart:function(n){return t.selectEmail(e)}}},[t._v("\n "+t._s(e)+"\n ")])}),0):t._e()]},proxy:!0}])},[n("act-base-input",{ref:"input",attrs:{type:t.type,placeholder:t.placeholder,value:t.displayValue,"data-key":[t.isWebTester?t.elemKey:""],maxLength:t.maxlength,allowSpace:t.allowSpace},on:{focus:t.onFocus,blur:t.onBlur,input:t.onInput,change:t.onChange,mucChange:function(e){return t.mucChange(e)}}}),t._v(" "),t._v(" "),t.unit?n("span",{staticClass:"element-unit"},[t._v(t._s(t.unit))]):t._e(),t._v(" "),t.$slots.suffix?t._t("suffix"):t._e(),t._v(" "),t.showBubble?n("div",{ref:"bubbleRef",staticClass:"element-bubble",style:t.bubblePosition},[n("div",{staticClass:"element-bubble-text"},[t._v("\n "+t._s(t.bubbleText)+"\n ")]),t._v(" "),n("span",{staticClass:"element-bubble-input"},[t._v(t._s(t.displayValue))])]):t._e()],2)},r=[];i._withStripped=!0},15:function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},16:function(t,e){var n=Math.ceil,i=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?i:n)(t)}},17:function(t,e,n){var i=n(19);t.exports=function(t,e,n){if(i(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,i){return t.call(e,n,i)};case 3:return function(n,i,r){return t.call(e,n,i,r)}}return function(){return t.apply(e,arguments)}}},18:function(t,e){t.exports=!0},19:function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},2:function(t,e){var n=t.exports={version:"2.6.12"};"number"==typeof __e&&(__e=n)},20:function(t,e,n){var i=n(31)("keys"),r=n(24);t.exports=function(t){return i[t]||(i[t]=r(t))}},22:function(t,e,n){var i=n(6),r=n(0).document,o=i(r)&&i(r.createElement);t.exports=function(t){return o?r.createElement(t):{}}},23:function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},24:function(t,e){var n=0,i=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+i).toString(36))}},26:function(e,n){e.exports=t},27:function(t,e,n){var i=n(10).f,r=n(8),o=n(1)("toStringTag");t.exports=function(t,e,n){t&&!r(t=n?t:t.prototype,o)&&i(t,o,{configurable:!0,value:e})}},28:function(t,e,n){var i=n(42),r=n(32);t.exports=Object.keys||function(t){return i(t,r)}},3:function(t,e,n){t.exports=!n(12)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},31:function(t,e,n){var i=n(2),r=n(0),o=r["__core-js_shared__"]||(r["__core-js_shared__"]={});(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:i.version,mode:n(18)?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},32:function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},33:function(t,e,n){var i=n(15);t.exports=function(t){return Object(i(t))}},34:function(t,e,n){var i=n(14);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==i(t)?t.split(""):Object(t)}},35:function(t,e,n){var i=n(16),r=Math.min;t.exports=function(t){return t>0?r(i(t),9007199254740991):0}},36:function(t,e,n){"use strict";var i=n(18),r=n(9),o=n(54),s=n(5),u=n(11),a=n(60),c=n(27),l=n(62),f=n(1)("iterator"),p=!([].keys&&"next"in[].keys()),h=function(){return this};t.exports=function(t,e,n,d,v,b,x){a(n,e,d);var m,y,g,_=function(t){if(!p&&t in O)return O[t];switch(t){case"keys":case"values":return function(){return new n(this,t)}}return function(){return new n(this,t)}},S=e+" Iterator",w="values"==v,j=!1,O=t.prototype,T=O[f]||O["@@iterator"]||v&&O[v],C=T||_(v),L=v?w?_("entries"):C:void 0,k="Array"==e?O.entries||T:T;if(k&&(g=l(k.call(new t)))!==Object.prototype&&g.next&&(c(g,S,!0),i||"function"==typeof g[f]||s(g,f,h)),w&&T&&"values"!==T.name&&(j=!0,C=function(){return T.call(this)}),i&&!x||!p&&!j&&O[f]||s(O,f,C),u[e]=C,u[S]=h,v)if(m={values:w?C:_("values"),keys:b?C:_("keys"),entries:L},x)for(y in m)y in O||o(O,y,m[y]);else r(r.P+r.F*(p||j),e,m);return m}},38:function(t,e,n){var i=n(6);t.exports=function(t,e){if(!i(t))return t;var n,r;if(e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;if("function"==typeof(n=t.valueOf)&&!i(r=n.call(t)))return r;if(!e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;throw TypeError("Can't convert object to primitive value")}},4:function(t,e,n){var i=n(6);t.exports=function(t){if(!i(t))throw TypeError(t+" is not an object!");return t}},41:function(t,e,n){t.exports=!n(3)&&!n(12)(function(){return 7!=Object.defineProperty(n(22)("div"),"a",{get:function(){return 7}}).a})},42:function(t,e,n){var i=n(8),r=n(13),o=n(46)(!1),s=n(20)("IE_PROTO");t.exports=function(t,e){var n,u=r(t),a=0,c=[];for(n in u)n!=s&&i(u,n)&&c.push(n);for(;e.length>a;)i(u,n=e[a++])&&(~o(c,n)||c.push(n));return c}},43:function(t,e,n){var i=n(0).document;t.exports=i&&i.documentElement},45:function(t,e,n){var i=n(14),r=n(1)("toStringTag"),o="Arguments"==i(function(){return arguments}()),s=function(t,e){try{return t[e]}catch(t){}};t.exports=function(t){var e,n,u;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=s(e=Object(t),r))?n:o?i(e):"Object"==(u=i(e))&&"function"==typeof e.callee?"Arguments":u}},46:function(t,e,n){var i=n(13),r=n(35),o=n(47);t.exports=function(t){return function(e,n,s){var u,a=i(e),c=r(a.length),l=o(s,c);if(t&&n!=n){for(;c>l;)if((u=a[l++])!=u)return!0}else for(;c>l;l++)if((t||l in a)&&a[l]===n)return t||l||0;return!t&&-1}}},47:function(t,e,n){var i=n(16),r=Math.max,o=Math.min;t.exports=function(t,e){return t=i(t),t<0?r(t+e,0):o(t,e)}},48:function(t,e,n){"use strict";var i=n(59)(!0);n(36)(String,"String",function(t){this._t=String(t),this._i=0},function(){var t,e=this._t,n=this._i;return n>=e.length?{value:void 0,done:!0}:(t=i(e,n),this._i+=t.length,{value:t,done:!1})})},5:function(t,e,n){var i=n(10),r=n(23);t.exports=n(3)?function(t,e,n){return i.f(t,e,r(1,n))}:function(t,e,n){return t[e]=n,t}},50:function(t,e,n){n(68);for(var i=n(0),r=n(5),o=n(11),s=n(1)("toStringTag"),u="CSSRuleList,CSSStyleDeclaration,CSSValueList,ClientRectList,DOMRectList,DOMStringList,DOMTokenList,DataTransferItemList,FileList,HTMLAllCollection,HTMLCollection,HTMLFormElement,HTMLSelectElement,MediaList,MimeTypeArray,NamedNodeMap,NodeList,PaintRequestList,Plugin,PluginArray,SVGLengthList,SVGNumberList,SVGPathSegList,SVGPointList,SVGStringList,SVGTransformList,SourceBufferList,StyleSheetList,TextTrackCueList,TextTrackList,TouchList".split(","),a=0;a<u.length;a++){var c=u[a],l=i[c],f=l&&l.prototype;f&&!f[s]&&r(f,s,c),o[c]=o.Array}},52:function(t,e,n){var i=n(4),r=n(61),o=n(32),s=n(20)("IE_PROTO"),u=function(){},a=function(){var t,e=n(22)("iframe"),i=o.length;for(e.style.display="none",n(43).appendChild(e),e.src="javascript:",t=e.contentWindow.document,t.open(),t.write("<script>document.F=Object<\/script>"),t.close(),a=t.F;i--;)delete a.prototype[o[i]];return a()};t.exports=Object.create||function(t,e){var n;return null!==t?(u.prototype=i(t),n=new u,u.prototype=null,n[s]=t):n=a(),void 0===e?n:r(n,e)}},54:function(t,e,n){t.exports=n(5)},56:function(t,e,n){var i=n(45),r=n(1)("iterator"),o=n(11);t.exports=n(2).getIteratorMethod=function(t){if(void 0!=t)return t[r]||t["@@iterator"]||o[i(t)]}},59:function(t,e,n){var i=n(16),r=n(15);t.exports=function(t){return function(e,n){var o,s,u=String(r(e)),a=i(n),c=u.length;return a<0||a>=c?t?"":void 0:(o=u.charCodeAt(a),o<55296||o>56319||a+1===c||(s=u.charCodeAt(a+1))<56320||s>57343?t?u.charAt(a):o:t?u.slice(a,a+2):s-56320+(o-55296<<10)+65536)}}},6:function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},60:function(t,e,n){"use strict";var i=n(52),r=n(23),o=n(27),s={};n(5)(s,n(1)("iterator"),function(){return this}),t.exports=function(t,e,n){t.prototype=i(s,{next:r(1,n)}),o(t,e+" Iterator")}},61:function(t,e,n){var i=n(10),r=n(4),o=n(28);t.exports=n(3)?Object.defineProperties:function(t,e){r(t);for(var n,s=o(e),u=s.length,a=0;u>a;)i.f(t,n=s[a++],e[n]);return t}},62:function(t,e,n){var i=n(8),r=n(33),o=n(20)("IE_PROTO"),s=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=r(t),i(t,o)?t[o]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?s:null}},63:function(t,e){t.exports=function(t,e){return{value:e,done:!!t}}},632:function(t,e){t.exports=o},68:function(t,e,n){"use strict";var i=n(69),r=n(63),o=n(11),s=n(13);t.exports=n(36)(Array,"Array",function(t,e){this._t=s(t),this._i=0,this._k=e},function(){var t=this._t,e=this._k,n=this._i++;return!t||n>=t.length?(this._t=void 0,r(1)):"keys"==e?r(0,n):"values"==e?r(0,t[n]):r(0,[n,t[n]])},"values"),o.Arguments=o.Array,i("keys"),i("values"),i("entries")},69:function(t,e){t.exports=function(){}},7:function(t,e,n){"use strict";function i(t,e,n,i,r,o,s,u){t=t||{};var a=typeof t.default;"object"!==a&&"function"!==a||(t=t.default);var c="function"==typeof t?t.options:t;e&&(c.render=e,c.staticRenderFns=n,c._compiled=!0),i&&(c.functional=!0),o&&(c._scopeId=o);var l;if(s?(l=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__),r&&r.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(s)},c._ssrRegister=l):r&&(l=u?function(){r.call(this,this.$root.$options.shadowRoot)}:r),l)if(c.functional){c._injectStyles=l;var f=c.render;c.render=function(t,e){return l.call(e),f(t,e)}}else{var p=c.beforeCreate;c.beforeCreate=p?[].concat(p,l):[l]}return{exports:t,options:c}}e.a=i},8:function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},9:function(t,e,n){var i=n(0),r=n(2),o=n(17),s=n(5),u=n(8),a=function(t,e,n){var c,l,f,p=t&a.F,h=t&a.G,d=t&a.S,v=t&a.P,b=t&a.B,x=t&a.W,m=h?r:r[e]||(r[e]={}),y=m.prototype,g=h?i:d?i[e]:(i[e]||{}).prototype;h&&(n=e);for(c in n)(l=!p&&g&&void 0!==g[c])&&u(m,c)||(f=l?g[c]:n[c],m[c]=h&&"function"!=typeof g[c]?n[c]:b&&l?o(f,i):x&&g[c]==f?function(t){var e=function(e,n,i){if(this instanceof t){switch(arguments.length){case 0:return new t;case 1:return new t(e);case 2:return new t(e,n)}return new t(e,n,i)}return t.apply(this,arguments)};return e.prototype=t.prototype,e}(f):v&&"function"==typeof f?o(Function.call,f):f,v&&((m.virtual||(m.virtual={}))[c]=f,t&a.R&&y&&!y[c]&&s(y,c,f)))};a.F=1,a.G=2,a.S=4,a.P=8,a.B=16,a.W=32,a.U=64,a.R=128,t.exports=a}})});