🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@paraview/lib

Package Overview
Dependencies
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paraview/lib - npm Package Compare versions

Comparing version
2.1.11
to
3.0.0
+1
-1
index.d.ts

@@ -9,3 +9,3 @@ import * as esso from './esso';

export * from './utils';
export declare const version = "2.1.11";
export declare const version = "3.0.0";
declare const _default: {

@@ -12,0 +12,0 @@ esso: typeof esso;

{
"name": "@paraview/lib",
"private": false,
"version": "2.1.11",
"version": "3.0.0",
"main": "./index.js",

@@ -6,0 +6,0 @@ "typings": "./src/index.d.ts",

@@ -0,1 +1,7 @@

# 3.0.1
fix: GetBrowserClass、IsIE 方法判断浏览器错误的问题
# 3.0.0
基于 2.1.10 合并原 2.2.0 版本功能:
移除validate中IsMobile方法
# 2.1.10

@@ -2,0 +8,0 @@

@@ -1,1 +0,1 @@

!function(n,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.ParaLib=t():n.ParaLib=t()}(self,(function(){return function(){"use strict";var n={461:function(n,t,r){function e(n){return document.querySelectorAll(n)}r.d(t,{$:function(){return e}})},314:function(n,t,r){r.d(t,{h:function(){return e}});var e=function(n){var t=n.methods,r=n.url,e=n.body,o=void 0===e?{}:e,i=n.headers,u=void 0===i?{}:i;return new Promise((function(n){var e=new XMLHttpRequest;for(var i in e.open(t,r),u){var a=u[i];e.setRequestHeader(i,a)}e.onreadystatechange=function(){4===e.readyState&&(e.status>=200&&e.status<300?(console.log("成功"),n.call(void 0,{data:e.responseText,err:null})):(console.log("失败"),n.call(void 0,{err:e,data:null})))},e.send(o)}))}},777:function(n,t,r){r.d(t,{I:function(){return e}});var e=function(n,t){if(t instanceof Array){var r={};return t.forEach((function(t){t&&t[n]&&(r[t[n]]=t)})),r}return"object"==typeof t?t:{}}},448:function(n,t,r){r.d(t,{tq:function(){return e},V5:function(){return o},ED:function(){return i},pU:function(){return u},FB:function(){return a},dP:function(){return f},q2:function(){return d},nZ:function(){return s},w1:function(){return l}});var e=function(n){var t=n||navigator.userAgent;return/phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone/i.test(t)},o=function(n){var t=n||navigator.userAgent;return/macintosh|mac os x/i.test(t)},i=function(n){if(-1!==(n||navigator.userAgent).indexOf("Windows"))return!0},u=function(n){if(n.type&&/^touch.*$/.test(n.type)){var t=void 0;n.touches&&n.touches[0]?t=n.touches[0]:n.originalEvent&&n.originalEvent.touches&&n.originalEvent.touches[0]&&(t=n.originalEvent.touches[0]),t&&(n.clientX=t.clientX,n.clientY=t.clientY,n.pageX=t.pageX,n.pageY=t.pageY,n.radiusX=t.radiusX,n.radiusY=t.radiusY,n.rotationAngle=t.rotationAngle,n.screenX=t.screenX,n.screenY=t.screenY)}return n},a=function(n){if("string"!=typeof n)return"";if(-1!==n.indexOf("Windows NT 5.1"))return"Windows Vista";if(-1!==n.indexOf("Windows NT 6.1"))return"Windows 7";if(-1!==n.indexOf("Windows NT 6.2"))return"Windows 8";if(-1!==n.indexOf("Windows NT 10"))return"Windows 10";var t=n.match(/.*?mac\sos\sx\s(.*?)([;)])/i);if(t&&t[1])return"MAC OSX "+t[1].replace(/_/g,".");var r=n.match(/.*?Android\s(.*?);/i);if(r&&r[1])return"Android "+r[1];var e=n.match(/.*?\siPhone\sOS\s(.*?)\s/i)||n.match(/.*?iPhone;\siOS\s(.*?)([;])\s/i);return e&&e[1]?"iOS "+e[1].replace(/_/g,"."):-1!==n.indexOf("Windows Phone 8")?"Windows Phone 8":-1!==n.indexOf("PostmanRuntime")?"Postman":-1!==n.indexOf("Linux")?"Linux":"other"},c=function(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];if(1===n.length&&"string"==typeof n[0]){var r=n[0],e=r.indexOf(".");if(e>0){var o=r.indexOf(".",e+1);if(-1!==o)return r.substr(0,o)}return r}return 1===n.length?n[0]:0},f=function(n){var t,r,e,o,i,u=n||navigator.userAgent,a=u.indexOf("compatible")>-1&&u.indexOf("MSIE")>-1,f=u.indexOf("Trident")>-1&&u.indexOf("rv:11.0")>-1,d=u.indexOf("Edge")>-1&&!a,s=u.indexOf("Firefox")>-1,l=u.indexOf("Opera")>-1||u.indexOf("OPR")>-1,v=u.indexOf("Chrome")>-1&&u.indexOf("Safari")>-1&&-1===u.indexOf("Edge")&&-1==u.indexOf("OPR"),h=u.indexOf("Safari")>-1&&-1===u.indexOf("Chrome")&&-1===u.indexOf("Edge")&&-1==u.indexOf("OPR"),p=u.indexOf("Android")>-1,g=u.indexOf("iPhone")>-1,A={name:"",type:"",version:""};if(a){A.name="IE",new RegExp("MSIE (\\d+\\.\\d+);").test(u);var m=parseFloat(RegExp.$1);A.version=7===m?"7":8===m?"8":9===m?"9":10===m?"10":"6"}else f?(A.name="IE",A.version="11"):d?(A.name="Edge",A.version=c(null===(t=u.match(/Edge\/([\d.]+)/))||void 0===t?void 0:t[1])):s?(A.name="Firefox",A.version=c(null===(r=u.match(/Firefox\/([\d.]+)/))||void 0===r?void 0:r[1])):l?(A.name="Opera",A.version=c(null===(e=u.match(/OPR\/([\d.]+)/))||void 0===e?void 0:e[1])):v?(A.name="Chrome",A.version=c(null===(o=u.match(/Chrome\/([\d.]+)/))||void 0===o?void 0:o[1])):h?(A.name="Safari",A.version=c(null===(i=u.match(/Version\/([\d.]+)/))||void 0===i?void 0:i[1])):p?(A.name="Android",A.version=""):g?(A.name="iPhone",A.version=""):(A.name="unKnownDevice",A.version="");return A},d=function(){var n=navigator.userAgent,t=n.indexOf("compatible")>-1&&n.indexOf("MSIE")>-1,r=n.indexOf("Edge")>-1&&!t,e=n.indexOf("Trident")>-1&&n.indexOf("rv:11.0")>-1;if(t){new RegExp("MSIE (\\d+\\.\\d+);").test(n);var o=parseFloat(RegExp.$1);return 7===o?7:8===o?8:9===o?9:10===o?10:6}return r?"edge":e?11:-1},s=function(){var n=navigator.userAgent,t=n.indexOf("Opera")>-1,r=window.ActiveXObject||"ActiveXObject"in window,e=n.indexOf("Edge")>-1,o=n.indexOf("Firefox")>-1,i=n.indexOf("Safari")>-1&&-1===n.indexOf("Chrome"),u=n.indexOf("Chrome")>-1&&n.indexOf("Safari")>-1&&!e;return r?"ie":o?"firefox":t||i||u?"chrome":e?"ie":void 0},l=function(){return"ie"===s()}},533:function(n,t,r){r.d(t,{h:function(){return e}});var e=function(n){var t=document.createElement("textarea");t.value=n,t.setAttribute("readonly",""),t.style.position="absolute",t.style.left="-9999px",document.body.appendChild(t);var r=document.getSelection();if(!r)return!1;var e=r.rangeCount>0&&r.getRangeAt(0);return t.select(),document.execCommand("copy"),document.body.removeChild(t),!!e&&(r.removeAllRanges(),r.addRange(e),!0)}},698:function(n,t,r){r.d(t,{m:function(){return o},s:function(){return e}});var e=function(n){return"object"!=typeof n?(console.error("clone json error"),n):JSON.parse(JSON.stringify(n))},o=function(n,t,r,i){if(void 0===r&&(r=!1),!t)return n;n=e(n);var u=Object.keys(n);if(0===u.length)return t;for(var a=0,c=u.length;a<c;a++){var f=u[a],d=n[f],s=t[f];if("function"==typeof i){var l=i(f,s,d);if(void 0!==l){n[f]=l;continue}}void 0!==s?d instanceof Array?s instanceof Array&&(n[f]=s):n[f]=d&&"object"==typeof d?o(d,s,r,i):s:!0===r&&delete n[f]}return n}},6:function(n,t,r){r.d(t,{c:function(){return e}});var e=function(n){return new Promise((function(t){setTimeout(t,n)}))}},981:function(n,t,r){r.d(t,{qA:function(){return e},Yl:function(){return o},vC:function(){return i},AE:function(){return u},XV:function(){return a},si:function(){return c},sP:function(){return f}});var e=function(n){return!isNaN(parseFloat(n))&&isFinite(n)},o=function(n){return"[object Array]"===Object.prototype.toString.call(n)},i=function(n){return"[object Function]"===Object.prototype.toString.call(n)},u=function(n){return"[object RegExp]"===Object.prototype.toString.call(n)},a=function(n){return"[object String]"===Object.prototype.toString.call(n)},c=function(n){return"[object Boolean]"===Object.prototype.toString.call(n)},f=function(n){return"[object Symbol]"===Object.prototype.toString.call(n)}},345:function(n,t,r){r.d(t,{b:function(){return e},L:function(){return o}});var e=function(n,t){t||(t={});var r=t.idKey||"key",e=t.parentKey||"parent",o=t.childKey||"children",i={},u=[],a={};function c(n,e){var i=e[r];if("function"==typeof t.format){var u=e[o],c=e.isParent||!1;if(!1===(e=t.format(e)))return;u&&(e[o]=u),e.isParent=c}a[i]=e,n.push(e)}for(var f=0,d=n.length;f<d;f++)i[n[f][r]]=n[f];for(f=0,d=n.length;f<d;f++){var s=n[f],l=i[s[e]];s[e]===s[r]&&(l=null),l?(l[o]||(l[o]=[]),s[o]||(s[o]=[]),c(l[o],s)):(s.isParent=!0,c(u,s))}return{map:a,data:u}},o=function(n,t){var r=[],e={};return n.forEach((function(n){if(e[n[t]])return e[n[t]].push(n),!0;var o={key:n[t],value:[n]};r.push(o),e[n[t]]=o.value})),r}},70:function(n,t,r){r.d(t,{e:function(){return o}});var e=function(){var n=navigator.language;try{n=navigator.language.split("-")[0]}catch(n){}return n},o=function(n){var t=localStorage.getItem("language")||e()||"zh";return n?n[t]?t:e():t}},351:function(n,t,r){r.d(t,{cd:function(){return e},We:function(){return o},HF:function(){return i},VU:function(){return u},Jy:function(){return a},Ry:function(){return c},V5:function(){return f},Pi:function(){return d},F1:function(){return s},mu:function(){return l}});var e=function(){return window.location.protocol+"//"+window.location.host},o=function(){var n,t;try{t=null===(n=window.location.href.replace(/(#|\?).*$/,"").match(/(http:\/\/|https:\/\/)(.*?)\/(.*?)\//))||void 0===n?void 0:n[3]}catch(n){t=""}return""===t?t+="/":t="/"+t+"/",e()+t},i=function(n,t){void 0===t&&(t=window.location.href),n=n.replace(/[\[\]]/g,"\\$&");var r=new RegExp("[?&]"+n+"(=([^&#]*)|&|#|$)").exec(t);return r&&r[2]?decodeURIComponent(r[2].replace(/\+/g," ")):""},u=function(n,t){n&&(n=String(n)),t&&(t=String(t));var r=window.location.search.substr(1),e=window.location.hash.substr(1),o={},i=[],u=[];if(r&&""!==r&&r.split("&").forEach((function(r,e){var u=r.split("=");n===u[0]&&"string"==typeof t&&(u[1]=t),"?"===n.charAt(0)&&n.substr(1)===u[0]&&(u[1]=t),u[0]&&u[1]&&(o[u[0]]=u[1],i.push(u.join("=")))})),e&&""!==e&&e.split("&").forEach((function(r,e){var i=r.split("=");n===i[0]&&"string"==typeof t&&(i[1]=t),"#"===n.charAt(0)&&n.substr(1)===r[0]&&(i[1]=t),i[0]&&i[1]&&""!==i[1]&&(o[i[0]]=i[1],u.push(i.join("=")))})),"string"==typeof n&&"string"==typeof t){""!==t&&("?"!==n.charAt(0)||o[n.substr(1)]?"#"!==n.charAt(0)||o[n.substr(1)]||u.push(n.substr(1)+"="+t):i.push(n.substr(1)+"="+t));var a=i.join("&"),c=u.join("&");return e!==c&&(window.location.hash=c),r!==a&&(window.location.search=a),"string"==typeof o[n]?o[n]:""}return n?"string"==typeof o[n]?o[n]:"":o},a=function(){var n=window.location.hash;"#"===n?n="":""!==n&&(n=n.substr(1));try{return decodeURIComponent(n)}catch(n){return window.location.hash=""}},c=function(){var n;try{return null===(n=window.location.hostname.match(/.*?(\..*)/))||void 0===n?void 0:n[1]}catch(n){return n}},f=function(n){if(!n&&!Object.keys(n).length)return"";var t=[];for(var r in n)t.push(r+"="+n[r]);return t.join("&")},d=function(n){var t="";for(var r in n){var e=void 0!==n[r]?n[r]:"";t+="&".concat(r,"=").concat(encodeURIComponent(e))}return t?t.substring(1):""},s=function(n){var t;return null===(t=n.match(/([^?=&]+)(=([^&]*))/g))||void 0===t?void 0:t.reduce((function(n,t){return n[t.slice(0,t.indexOf("="))]=t.slice(t.indexOf("=")+1),n}),{})},l=function(n){var t,r=n||window.location.search,e={};if(-1!==r.indexOf("?")){t=r.substr(1).split("&");for(var o=0;o<t.length;o++)e[t[o].split("=")[0]]=decodeURI(t[o].split("=")[1])}return e}},201:function(n,t,r){r.d(t,{p:function(){return e},A:function(){return o}});var e=function(){var n=document.documentElement.scrollTop||document.body.scrollTop;n>0&&(window.requestAnimationFrame(e),window.scrollTo(0,n-n/8))},o=function(n){return{x:void 0!==n.pageXOffset?n.pageXOffset:n.scrollLeft,y:void 0!==n.pageYOffset?n.pageYOffset:n.scrollTop}}},689:function(n,t,r){r.d(t,{W:function(){return e}});var e=function(n){return JSON.stringify(n,(function(n,t){return void 0===t&&(t=null),t}))}}},t={};function r(e){var o=t[e];if(void 0!==o)return o.exports;var i=t[e]={exports:{}};return n[e](i,i.exports,r),i.exports}r.d=function(n,t){for(var e in t)r.o(t,e)&&!r.o(n,e)&&Object.defineProperty(n,e,{enumerable:!0,get:t[e]})},r.o=function(n,t){return Object.prototype.hasOwnProperty.call(n,t)},r.r=function(n){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(n,"__esModule",{value:!0})};var e={};return function(){r.r(e),r.d(e,{$:function(){return S.$},ArrayToObject:function(){return O.I},Base64:function(){return y},CopyToClipboard:function(){return $.h},DeepClone:function(){return n.s},Delay:function(){return N.c},FormatTree:function(){return x.b},GetBrowser:function(){return E.dP},GetBrowserClass:function(){return E.nZ},GetContext:function(){return P.We},GetDomainByHostName:function(){return P.Ry},GetElementStyle:function(){return B},GetHost:function(){return P.cd},GetIEVersion:function(){return E.q2},GetLanguage:function(){return U.e},GetParamByHash:function(){return P.Jy},GetParamByName:function(){return P.HF},GetParamByUrl:function(){return P.VU},GetScrollPosition:function(){return I.A},GetURLParameters:function(){return P.mu},IsAZ:function(){return l},IsAZaz:function(){return s},IsArray:function(){return g.Yl},IsBoolean:function(){return g.si},IsEmailAddress:function(){return h},IsFunction:function(){return g.vC},IsInteger:function(){return f},IsMobile:function(){return o},IsNegativeInteger:function(){return c},IsNotNegativeFloatInteger:function(){return d},IsNull:function(){return t},IsNumber:function(){return g.qA},IsPositiveInteger:function(){return a},IsRegExp:function(){return g.AE},IsString:function(){return g.XV},IsSymbol:function(){return g.sP},Isaz:function(){return v},ObjectConverParameters:function(){return P.V5},ObjectToString:function(){return P.Pi},Off:function(){return R},On:function(){return j},ParametersConverObject:function(){return P.F1},PipKeyByValue:function(){return x.L},REGEXPRULES:function(){return i},ReflectionObject:function(){return n.m},SPECIAL_CODE:function(){return u},ScrollToTop:function(){return I.p},SetStyle:function(){return z},Show:function(){return T},Stringify:function(){return b.W},ToObject:function(){return p},UUID:function(){return A},UUIDGenerator:function(){return m},ajax:function(){return F.h},getTouchEvent:function(){return E.pU},isIE:function(){return E.w1},isMac:function(){return E.V5},isMobile:function(){return E.tq},isWindows:function(){return E.ED},whatOS:function(){return E.FB}});var n=r(698),t=function(n){return""===n||(null===n||void 0===n)},o=function(n){var t=n||navigator.userAgent;return/phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone/i.test(t)},i={numberEnglish:/^\w+$/,unnumberEnglish:/^\W*$/,number:/^\d+$/,unnumber:/^\D*$/,english:/^[a-zA-Z]+$/,chinese:/^[\u4E00-\u9FA5]+$/,unchinese:/^[^\u4e00-\u9fa5]*$/,integer:/(^-|^)\d+$/,chineseEnglishNumber:/^[\u4e00-\u9fa5\w]+$/,floatNumber:/^(-?[1-9]\d*\.\d+|-?0\.\d*[1-9]\d*|0\.0+)$/,strictFloatNumber:/^(-?[1-9]\d*\.\d+|-?0\.\d*[1-9])$/,idcard:/^[1-9]\d{5}(?:18|19|20)\d{2}(?:0[1-9]|10|11|12)(?:0[1-9]|[1-2]\d|30|31)\d{3}[\dXx]$/,hkIdcard:/^[a-zA-Z]\d{6}\([\dA]\)$/,amIdcard:/^[1|5|7]\d{6}\(\d\)$/,twIdcard:/^[a-zA-Z][0-9]{9}$/,email:/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-\_0-9]+\.)+[a-zA-Z]{2,}))$/,chineseEmail:/^[A-Za-z0-9\u4e00-\u9fa5]+@[a-zA-Z0-9_-]+(\.[a-zA-Z0-9_-]+)+$/,phone:/^(?:(?:\+|00)86)?1[3-9]\d{9}$/,strictPhone:/^(?:(?:\+|00)86)?1(?:(?:3[\d])|(?:4[5-79])|(?:5[0-35-9])|(?:6[5-7])|(?:7[0-8])|(?:8[\d])|(?:9[189]))\d{8}$/,telphone:/^(?:(?:\d{3}-)?\d{8}|^(?:\d{4}-)?\d{7,8})(?:-\d+)?$/,IMEI:/^\d{15,17}$/,url:/^(http|ftp|https):\/\/[\w\-_]+(\.[\w\-_]+)+([\w\-.,@?^=%&:/~+#]*[\w\-@?^=%&/~+#])?/,link:/^(http|https):\/\/[\w\-_]+(\.[\w\-_]+)+([\w\-.,@?^=%&:/~+#]*[\w\-@?^=%&/~+#])?/,magnet:/^magnet:\?xt=urn:btih:[0-9a-fA-F]{40,}.*$/,image:/^https?:\/\/(.+\/)+.+(\.(gif|png|jpg|jpeg|webp|svg|psd|bmp|tif))$/i,video:/^https?:\/\/(.+\/)+.+(\.(swf|avi|flv|mpg|rm|mov|wav|asf|3gp|mkv|rmvb|mp4))$/i,base64:/^\s*data:(?:[a-z]+\/[a-z0-9-+.]+(?:;[a-z-]+=[a-z0-9-]+)?)?(?:;base64)?,([a-z0-9!$&',()*+;=\-._~:@/?%\s]*?)\s*$/i,ipport:/^((ht|f)tps?:\/\/)?[\w-]+(\.[\w-]+)+:\d{1,5}\/?$/,ipv4Port:/^((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.){3}(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])(?::(?:[0-9]|[1-9][0-9]{1,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5]))?$/,ipv6Port:/(^(?:(?:(?:[0-9A-Fa-f]{1,4}:){7}[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){6}:[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){5}:([0-9A-Fa-f]{1,4}:)?[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){4}:([0-9A-Fa-f]{1,4}:){0,2}[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){3}:([0-9A-Fa-f]{1,4}:){0,3}[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){2}:([0-9A-Fa-f]{1,4}:){0,4}[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){6}((\b((25[0-5])|(1\d{2})|(2[0-4]\d)|(\d{1,2}))\b)\.){3}(\b((25[0-5])|(1\d{2})|(2[0-4]\d)|(\d{1,2}))\b))|(([0-9A-Fa-f]{1,4}:){0,5}:((\b((25[0-5])|(1\d{2})|(2[0-4]\d)|(\d{1,2}))\b)\.){3}(\b((25[0-5])|(1\d{2})|(2[0-4]\d)|(\d{1,2}))\b))|(::([0-9A-Fa-f]{1,4}:){0,5}((\b((25[0-5])|(1\d{2})|(2[0-4]\d)|(\d{1,2}))\b)\.){3}(\b((25[0-5])|(1\d{2})|(2[0-4]\d)|(\d{1,2}))\b))|([0-9A-Fa-f]{1,4}::([0-9A-Fa-f]{1,4}:){0,5}[0-9A-Fa-f]{1,4})|(::([0-9A-Fa-f]{1,4}:){0,6}[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){1,7}:))$)|(^\[(?:(?:(?:[0-9A-Fa-f]{1,4}:){7}[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){6}:[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){5}:([0-9A-Fa-f]{1,4}:)?[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){4}:([0-9A-Fa-f]{1,4}:){0,2}[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){3}:([0-9A-Fa-f]{1,4}:){0,3}[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){2}:([0-9A-Fa-f]{1,4}:){0,4}[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){6}((\b((25[0-5])|(1\d{2})|(2[0-4]\d)|(\d{1,2}))\b)\.){3}(\b((25[0-5])|(1\d{2})|(2[0-4]\d)|(\d{1,2}))\b))|(([0-9A-Fa-f]{1,4}:){0,5}:((\b((25[0-5])|(1\d{2})|(2[0-4]\d)|(\d{1,2}))\b)\.){3}(\b((25[0-5])|(1\d{2})|(2[0-4]\d)|(\d{1,2}))\b))|(::([0-9A-Fa-f]{1,4}:){0,5}((\b((25[0-5])|(1\d{2})|(2[0-4]\d)|(\d{1,2}))\b)\.){3}(\b((25[0-5])|(1\d{2})|(2[0-4]\d)|(\d{1,2}))\b))|([0-9A-Fa-f]{1,4}::([0-9A-Fa-f]{1,4}:){0,5}[0-9A-Fa-f]{1,4})|(::([0-9A-Fa-f]{1,4}:){0,6}[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){1,7}:))\](?::(?:[0-9]|[1-9][0-9]{1,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5]))?$)/i,netmask:/^(254|252|248|240|224|192|128)\.0\.0\.0|255\.(254|252|248|240|224|192|128|0)\.0\.0|255\.255\.(254|252|248|240|224|192|128|0)\.0|255\.255\.255\.(255|254|252|248|240|224|192|128|0)$/,"24Time":/^(?:[01]\d|2[0-3]):[0-5]\d:[0-5]\d$/,"12Time":/^(?:1[0-2]|0?[1-9]):[0-5]\d:[0-5]\d$/,date:/^\d{1,4}(-)(1[0-2]|0?[1-9])\1(0?[1-9]|[1-2]\d|30|31)$/,strictDate:/^(([0-9]{3}[1-9]|[0-9]{2}[1-9][0-9]{1}|[0-9]{1}[1-9][0-9]{2}|[1-9][0-9]{3})-(((0[13578]|1[02])-(0[1-9]|[12][0-9]|3[01]))|((0[469]|11)-(0[1-9]|[12][0-9]|30))|(02-(0[1-9]|[1][0-9]|2[0-8]))))|((([0-9]{2})(0[48]|[2468][048]|[13579][26])|((0[48]|[2468][048]|[3579][26])00))-02-29)$/,qq:/^[1-9][0-9]{4,10}$/,wx:/^[a-zA-Z][-_a-zA-Z0-9]{5,19}$/,postal:/^(0[1-7]|1[0-356]|2[0-7]|3[0-6]|4[0-7]|5[1-7]|6[1-7]|7[0-5]|8[013-6])\d{4}$/,double:/(.)\1+/g,passwordCheck:/^\S*(?=\S{6,})(?=\S*\d)(?=\S*[A-Z])(?=\S*[a-z])(?=\S*[!@#$%^&*? ])\S*$/,color:/^#?([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$/},u=["{","|","}","~","[","\\","]","^","_","`",":",";","<","=",">",">","?","@","!",'"',"#","$","%","&","'","(",")","*","+",",","-",".","/"," "],a=function(n){return/^[1-9]d*$/.test(n)},c=function(n){return/^-[1-9]d*$/.test(n)},f=function(n){return/^([-+])?\d+$/.test(n)},d=function(n){return/^\d+(\.\d+)?$/.test(n)},s=function(n){return/^[A-Za-z]+$/.test(n)},l=function(n){return/^[A-Z]+$/.test(n)},v=function(n){return/^[a-z]+$/.test(n)},h=function(n){return/^[\w-]+(\.[\w-]+)*@[\w-]+(\.[\w-]+)+$/.test(n)||/w+([-+.]w+)*@w+([-.]w+)*.w+([-.]w+)*/.test(n)},p=function(n,r){try{if(!t(n)&&"object"==typeof n)return n;if("string"==typeof n)return JSON.parse(n)}catch(n){}return r||n},g=r(981),A=function(n){return void 0===n&&(n="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"),n.replace(/[xy]/g,(function(n){var t=16*Math.random()|0,r=(("x"===n?t:3&t|8)*(new Date).getTime()).toString(16);return r.charAt(Math.random()*r.length|0)}))},m=function(){return([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g,(function(n){return(n^crypto.getRandomValues(new Uint8Array(1))[0]&15>>n/4).toString(16)}))},b=r(689),x=r(345),w=function(){var n,t,r,e=String.fromCharCode;function o(n){for(var t,r,e=[],o=0,i=n.length;o<i;)(t=n.charCodeAt(o++))>=55296&&t<=56319&&o<i?56320==(64512&(r=n.charCodeAt(o++)))?e.push(((1023&t)<<10)+(1023&r)+65536):(e.push(t),o--):e.push(t);return e}function i(n){if(n>=55296&&n<=57343)throw Error("Lone surrogate U+"+n.toString(16).toUpperCase()+" is not a scalar value")}function u(n,t){return e(n>>t&63|128)}function a(n){if(0==(4294967168&n))return e(n);var t="";return 0==(4294965248&n)?t=e(n>>6&31|192):0==(4294901760&n)?(i(n),t=e(n>>12&15|224),t+=u(n,6)):0==(4292870144&n)&&(t=e(n>>18&7|240),t+=u(n,12),t+=u(n,6)),t+=e(63&n|128)}function c(){if(r>=t)throw Error("Invalid byte index");var e=255&n[r];if(r++,128==(192&e))return 63&e;throw Error("Invalid continuation byte")}function f(){var e,o;if(r>t)throw Error("Invalid byte index");if(r==t)return!1;if(e=255&n[r],r++,0==(128&e))return e;if(192==(224&e)){if((o=(31&e)<<6|c())>=128)return o;throw Error("Invalid continuation byte")}if(224==(240&e)){if((o=(15&e)<<12|c()<<6|c())>=2048)return i(o),o;throw Error("Invalid continuation byte")}if(240==(248&e)&&(o=(7&e)<<18|c()<<12|c()<<6|c())>=65536&&o<=1114111)return o;throw Error("Invalid UTF-8 detected")}return{version:"3.0.0",encode:function(n){for(var t=o(n),r=t.length,e=-1,i="";++e<r;)i+=a(t[e]);return i},decode:function(i){n=o(i),t=n.length,r=0;for(var u,a=[];!1!==(u=f());)a.push(u);return function(n){for(var t,r=n.length,o=-1,i="";++o<r;)(t=n[o])>65535&&(i+=e((t-=65536)>>>10&1023|55296),t=56320|1023&t),i+=e(t);return i}(a)}}}(),y=function(){var n=function(n){this.message=n};(n.prototype=new Error).name="InvalidCharacterError";var t=function(t){throw new n(t)},r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",e=/[\t\n\f\r ]/g,o={encode:function(n,e){return void 0===e&&(e=!1),e&&(n=w.encode(n)),function(n){n=String(n),/[^\0-\xFF]/.test(n)&&t("The string to be encoded contains characters outside of the Latin1 range.");for(var e,o,i,u,a=n.length%3,c="",f=-1,d=n.length-a;++f<d;)e=n.charCodeAt(f)<<16,o=n.charCodeAt(++f)<<8,i=n.charCodeAt(++f),c+=r.charAt((u=e+o+i)>>18&63)+r.charAt(u>>12&63)+r.charAt(u>>6&63)+r.charAt(63&u);return 2==a?(e=n.charCodeAt(f)<<8,o=n.charCodeAt(++f),c+=r.charAt((u=e+o)>>10)+r.charAt(u>>4&63)+r.charAt(u<<2&63)+"="):1==a&&(u=n.charCodeAt(f),c+=r.charAt(u>>2)+r.charAt(u<<4&63)+"=="),c}(n)},decode:function(n,o){return void 0===o&&(o=!1),n=function(n){var o=(n=String(n).replace(e,"")).length;o%4==0&&(o=(n=n.replace(/==?$/,"")).length),(o%4==1||/[^+a-zA-Z0-9/]/.test(n))&&t("Invalid character: the string to be decoded is not correctly encoded.");for(var i,u,a=0,c="",f=-1;++f<o;)u=r.indexOf(n.charAt(f)),i=a%4?64*i+u:u,a++%4&&(c+=String.fromCharCode(255&i>>(-2*a&6)));return c}(n),o&&(n=w.decode(n)),n},version:"0.1.0"};return o}(),O=r(777),F=r(314),S=r(461),E=r(448),$=r(533),I=r(201),P=r(351),C=function(n,t,r){if(r||2===arguments.length)for(var e,o=0,i=t.length;o<i;o++)!e&&o in t||(e||(e=Array.prototype.slice.call(t,0,o)),e[o]=t[o]);return n.concat(e||Array.prototype.slice.call(t))},j=function(n,t,r,e){void 0===e&&(e={target:{},options:{}});var o=function(n){return n.target.matches(e.target)&&r.call(n.target,n)};if(n.addEventListener(t,e.target?o:r,e.options||!1),e.target)return o},R=function(n,t,r,e){return void 0===e&&(e=!1),n.removeEventListener(t,r,e)},T=function(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];return C([],n,!0).forEach((function(n){return n.style.display=""}))},z=function(n,t,r){return n.style[t]=r},B=function(n,t){return getComputedStyle(n)[t]},N=r(6),U=r(70)}(),e}()}));
!function(n,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.ParaLib=e():n.ParaLib=e()}(self,(function(){return function(){"use strict";var n={461:function(n,e,r){function t(n){return document.querySelectorAll(n)}r.d(e,{$:function(){return t}})},314:function(n,e,r){r.d(e,{h:function(){return t}});var t=function(n){var e=n.methods,r=n.url,t=n.body,i=void 0===t?{}:t,o=n.headers,a=void 0===o?{}:o;return new Promise((function(n){var t=new XMLHttpRequest;for(var o in t.open(e,r),a){var u=a[o];t.setRequestHeader(o,u)}t.onreadystatechange=function(){4===t.readyState&&(t.status>=200&&t.status<300?(console.log("成功"),n.call(void 0,{data:t.responseText,err:null})):(console.log("失败"),n.call(void 0,{err:t,data:null})))},t.send(i)}))}},777:function(n,e,r){r.d(e,{I:function(){return t}});var t=function(n,e){if(e instanceof Array){var r={};return e.forEach((function(e){e&&e[n]&&(r[e[n]]=e)})),r}return"object"==typeof e?e:{}}},448:function(n,e,r){r.d(e,{hD:function(){return o},Nt:function(){return a},jR:function(){return u},b_:function(){return f},MY:function(){return c},dP:function(){return s},q2:function(){return l},nZ:function(){return p},Z:function(){return x},tq:function(){return v},V5:function(){return h},ED:function(){return O},pU:function(){return g},FB:function(){return m},w1:function(){return b}});var t=function(n,e){var r,t=navigator.mimeTypes||[];for(var i in t)if((null===(r=null==t?void 0:t[i])||void 0===r?void 0:r[n])===e)return!0;return!1},i=function(n,e){var r,i,o,a=(e||{}).lowercase,u=void 0===a||a,f=window,c=navigator,d=n||c.userAgent,s={Trident:(i=d).indexOf("Trident")>-1||i.indexOf("NET CLR")>-1,Presto:i.indexOf("Presto")>-1,WebKit:i.indexOf("AppleWebKit")>-1,Gecko:i.indexOf("Gecko/")>-1,KHTML:i.indexOf("KHTML/")>-1,Safari:i.indexOf("Safari")>-1,Chrome:i.indexOf("Chrome")>-1||i.indexOf("CriOS")>-1,IE:i.indexOf("MSIE")>-1||i.indexOf("Trident")>-1||window.ActiveXObject||"ActiveXObject"in window,Edge:i.indexOf("Edge")>-1||i.indexOf("Edg/")>-1||i.indexOf("EdgA")>-1||i.indexOf("EdgiOS")>-1,Firefox:i.indexOf("Firefox")>-1||i.indexOf("FxiOS")>-1,"Firefox Focus":i.indexOf("Focus")>-1,Chromium:i.indexOf("Chromium")>-1,Opera:i.indexOf("Opera")>-1||i.indexOf("OPR")>-1,Vivaldi:i.indexOf("Vivaldi")>-1,Yandex:i.indexOf("YaBrowser")>-1,Arora:i.indexOf("Arora")>-1,Lunascape:i.indexOf("Lunascape")>-1,QupZilla:i.indexOf("QupZilla")>-1,"Coc Coc":i.indexOf("coc_coc_browser")>-1,Kindle:i.indexOf("Kindle")>-1||i.indexOf("Silk/")>-1,Iceweasel:i.indexOf("Iceweasel")>-1,Konqueror:i.indexOf("Konqueror")>-1,Iceape:i.indexOf("Iceape")>-1,SeaMonkey:i.indexOf("SeaMonkey")>-1,Epiphany:i.indexOf("Epiphany")>-1,360:i.indexOf("QihooBrowser")>-1||i.indexOf("QHBrowser")>-1,"360EE":i.indexOf("360EE")>-1,"360SE":i.indexOf("360SE")>-1,UC:i.indexOf("UCBrowser")>-1||i.indexOf(" UBrowser")>-1||i.indexOf("UCWEB")>-1,QQBrowser:i.indexOf("QQBrowser")>-1,QQ:i.indexOf("QQ/")>-1,Baidu:i.indexOf("Baidu")>-1||i.indexOf("BIDUBrowser")>-1||i.indexOf("baidubrowser")>-1||i.indexOf("baiduboxapp")>-1||i.indexOf("BaiduHD")>-1,Maxthon:i.indexOf("Maxthon")>-1,Sogou:i.indexOf("MetaSr")>-1||i.indexOf("Sogou")>-1,Liebao:i.indexOf("LBBROWSER")>-1||i.indexOf("LieBaoFast")>-1,"2345Explorer":i.indexOf("2345Explorer")>-1||i.indexOf("Mb2345Browser")>-1||i.indexOf("2345chrome")>-1,"115Browser":i.indexOf("115Browser")>-1,TheWorld:i.indexOf("TheWorld")>-1,XiaoMi:i.indexOf("MiuiBrowser")>-1,Quark:i.indexOf("Quark")>-1,Qiyu:i.indexOf("Qiyu")>-1,Wechat:i.indexOf("MicroMessenger")>-1,WechatWork:i.indexOf("wxwork/")>-1,Taobao:i.indexOf("AliApp(TB")>-1,Alipay:i.indexOf("AliApp(AP")>-1,Weibo:i.indexOf("Weibo")>-1,Douban:i.indexOf("com.douban.frodo")>-1,Suning:i.indexOf("SNEBUY-APP")>-1,iQiYi:i.indexOf("IqiyiApp")>-1,DingTalk:i.indexOf("DingTalk")>-1,Huawei:i.indexOf("HuaweiBrowser")>-1||i.indexOf("HUAWEI/")>-1||i.indexOf("HONOR")>-1||i.indexOf("HBPC/")>-1,Vivo:i.indexOf("VivoBrowser")>-1,Windows:i.indexOf("Windows")>-1,Linux:i.indexOf("Linux")>-1||i.indexOf("X11")>-1,"Mac OS":i.indexOf("Macintosh")>-1,Android:i.indexOf("Android")>-1||i.indexOf("Adr")>-1,HarmonyOS:i.indexOf("HarmonyOS")>-1,Ubuntu:i.indexOf("Ubuntu")>-1,FreeBSD:i.indexOf("FreeBSD")>-1,Debian:i.indexOf("Debian")>-1,"Windows Phone":i.indexOf("IEMobile")>-1||i.indexOf("Windows Phone")>-1,BlackBerry:i.indexOf("BlackBerry")>-1||i.indexOf("RIM")>-1,MeeGo:i.indexOf("MeeGo")>-1,Symbian:i.indexOf("Symbian")>-1,iOS:i.indexOf("like Mac OS X")>-1,"Chrome OS":i.indexOf("CrOS")>-1,WebOS:i.indexOf("hpwOS")>-1,Mobile:i.indexOf("Mobi")>-1||i.indexOf("iPh")>-1||i.indexOf("480")>-1,Tablet:i.indexOf("Tablet")>-1||i.indexOf("Pad")>-1||i.indexOf("Nexus 7")>-1||"MacIntel"===navigator.platform&&navigator.maxTouchPoints>1,isWebview:i.indexOf("; wv)")>-1},l=!1;if(f.chrome){var p=+d.replace(/^.*Chrome\/([\d]+).*$/,"$1");f.chrome.adblock2345||f.chrome.common2345?s["2345Explorer"]=!0:t("type","application/360softmgrplugin")||t("type","application/mozilla-npqihooquicklogin")||p>36&&f.showModalDialog?l=!0:p>45&&!(l=t("type","application/vnd.chromium.remoting-viewer"))&&p>=69&&(l=t("type","application/hwepass2001.installepass2001")||t("type","application/asx"))}return s.Mobile?s.Mobile=!(d.indexOf("iPad")>-1):l&&(t("type","application/gameplugin")||c&&void 0!==(null==c?void 0:c.connection)&&void 0===(null===(r=null==c?void 0:c.connection)||void 0===r?void 0:r.saveData)?s["360SE"]=!0:s["360EE"]=!0),s.Baidu&&s.Opera?s.Baidu=!1:s.iOS&&(s.Safari=!0),["Safari","Chrome","Edge","IE","Firefox","Firefox Focus","Chromium","Opera","Vivaldi","Yandex","Arora","Lunascape","QupZilla","Coc Coc","Kindle","Iceweasel","Konqueror","Iceape","SeaMonkey","Epiphany","XiaoMi","Vivo","360","360SE","360EE","UC","QQBrowser","QQ","Huawei","Baidu","Maxthon","Sogou","Liebao","2345Explorer","115Browser","TheWorld","Quark","Qiyu","Wechat","WechatWork","Taobao","Alipay","Weibo","Douban","Suning","iQiYi","DingTalk"].forEach((function(n){s[n]&&(o=n)})),u?null==o?void 0:o.toLowerCase():o},o=function(n){var e=n||navigator.userAgent;return/phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone/i.test(e)},a=function(n){var e=n||navigator.userAgent;return/macintosh|mac os x/i.test(e)},u=function(n){if(-1!==(n||navigator.userAgent).indexOf("Windows"))return!0},f=function(n){if(n.type&&/^touch.*$/.test(n.type)){var e=void 0;n.touches&&n.touches[0]?e=n.touches[0]:n.originalEvent&&n.originalEvent.touches&&n.originalEvent.touches[0]&&(e=n.originalEvent.touches[0]),e&&(n.clientX=e.clientX,n.clientY=e.clientY,n.pageX=e.pageX,n.pageY=e.pageY,n.radiusX=e.radiusX,n.radiusY=e.radiusY,n.rotationAngle=e.rotationAngle,n.screenX=e.screenX,n.screenY=e.screenY)}return n},c=function(n){var e=n||navigator.userAgent;if("string"!=typeof e)return"";if(-1!==e.indexOf("Windows NT 5.1"))return"Windows Vista";if(-1!==e.indexOf("Windows NT 6.1"))return"Windows 7";if(-1!==e.indexOf("Windows NT 6.2"))return"Windows 8";if(-1!==e.indexOf("Windows NT 10"))return"Windows 10";var r=e.match(/.*?mac\sos\sx\s(.*?)([;)])/i);if(r&&r[1])return"MAC OSX "+r[1].replace(/_/g,".");var t=e.match(/.*?Android\s(.*?);/i);if(t&&t[1])return"Android "+t[1];var i=e.match(/.*?\siPhone\sOS\s(.*?)\s/i)||e.match(/.*?iPhone;\siOS\s(.*?)([;])\s/i);return i&&i[1]?"iOS "+i[1].replace(/_/g,"."):-1!==e.indexOf("Windows Phone 8")?"Windows Phone 8":-1!==e.indexOf("PostmanRuntime")?"Postman":-1!==e.indexOf("Linux")?"Linux":"other"},d=function(){for(var n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];if(1===n.length&&"string"==typeof n[0]){var r=n[0],t=r.indexOf(".");if(t>0){var i=r.indexOf(".",t+1);if(-1!==i)return r.substr(0,i)}return r}return 1===n.length?n[0]:0},s=function(n){var e,r,t,i,o,a=n||navigator.userAgent,u=a.indexOf("compatible")>-1&&a.indexOf("MSIE")>-1,f=a.indexOf("Trident")>-1&&a.indexOf("rv:11.0")>-1,c=a.indexOf("Edge")>-1&&!u,s=a.indexOf("Firefox")>-1,l=a.indexOf("Opera")>-1||a.indexOf("OPR")>-1,p=a.indexOf("Chrome")>-1&&a.indexOf("Safari")>-1&&-1===a.indexOf("Edge")&&-1==a.indexOf("OPR"),x=a.indexOf("Safari")>-1&&-1===a.indexOf("Chrome")&&-1===a.indexOf("Edge")&&-1==a.indexOf("OPR"),v=a.indexOf("Android")>-1,h=a.indexOf("iPhone")>-1,O={name:"",type:"",version:""};if(u){O.name="IE",new RegExp("MSIE (\\d+\\.\\d+);").test(a);var g=parseFloat(RegExp.$1);O.version=7===g?"7":8===g?"8":9===g?"9":10===g?"10":"6"}else f?(O.name="IE",O.version="11"):c?(O.name="Edge",O.version=d(null===(e=a.match(/Edge\/([\d.]+)/))||void 0===e?void 0:e[1])):s?(O.name="Firefox",O.version=d(null===(r=a.match(/Firefox\/([\d.]+)/))||void 0===r?void 0:r[1])):l?(O.name="Opera",O.version=d(null===(t=a.match(/OPR\/([\d.]+)/))||void 0===t?void 0:t[1])):p?(O.name="Chrome",O.version=d(null===(i=a.match(/Chrome\/([\d.]+)/))||void 0===i?void 0:i[1])):x?(O.name="Safari",O.version=d(null===(o=a.match(/Version\/([\d.]+)/))||void 0===o?void 0:o[1])):v?(O.name="Android",O.version=""):h?(O.name="iPhone",O.version=""):(O.name="unKnownDevice",O.version="");return O},l=function(){var n=navigator.userAgent,e=n.indexOf("compatible")>-1&&n.indexOf("MSIE")>-1,r=n.indexOf("Edge")>-1&&!e,t=n.indexOf("Trident")>-1&&n.indexOf("rv:11.0")>-1;if(e){new RegExp("MSIE (\\d+\\.\\d+);").test(n);var i=parseFloat(RegExp.$1);return 7===i?7:8===i?8:9===i?9:10===i?10:6}return r?"edge":t?11:-1},p=function(){return i()},x=function(){return"ie"===i()},v=o,h=a,O=u,g=f,m=c,b=x},533:function(n,e,r){r.d(e,{h:function(){return t}});var t=function(n){var e=document.createElement("textarea");e.value=n,e.setAttribute("readonly",""),e.style.position="absolute",e.style.left="-9999px",document.body.appendChild(e);var r=document.getSelection();if(!r)return!1;var t=r.rangeCount>0&&r.getRangeAt(0);return e.select(),document.execCommand("copy"),document.body.removeChild(e),!!t&&(r.removeAllRanges(),r.addRange(t),!0)}},698:function(n,e,r){r.d(e,{m:function(){return i},s:function(){return t}});var t=function(n){return"object"!=typeof n?(console.error("clone json error"),n):JSON.parse(JSON.stringify(n))},i=function(n,e,r,o){if(void 0===r&&(r=!1),!e)return n;n=t(n);var a=Object.keys(n);if(0===a.length)return e;for(var u=0,f=a.length;u<f;u++){var c=a[u],d=n[c],s=e[c];if("function"==typeof o){var l=o(c,s,d);if(void 0!==l){n[c]=l;continue}}void 0!==s?d instanceof Array?s instanceof Array&&(n[c]=s):n[c]=d&&"object"==typeof d?i(d,s,r,o):s:!0===r&&delete n[c]}return n}},6:function(n,e,r){r.d(e,{c:function(){return t}});var t=function(n){return new Promise((function(e){setTimeout(e,n)}))}},981:function(n,e,r){r.d(e,{qA:function(){return t},Yl:function(){return i},vC:function(){return o},AE:function(){return a},XV:function(){return u},si:function(){return f},sP:function(){return c}});var t=function(n){return!isNaN(parseFloat(n))&&isFinite(n)},i=function(n){return"[object Array]"===Object.prototype.toString.call(n)},o=function(n){return"[object Function]"===Object.prototype.toString.call(n)},a=function(n){return"[object RegExp]"===Object.prototype.toString.call(n)},u=function(n){return"[object String]"===Object.prototype.toString.call(n)},f=function(n){return"[object Boolean]"===Object.prototype.toString.call(n)},c=function(n){return"[object Symbol]"===Object.prototype.toString.call(n)}},345:function(n,e,r){r.d(e,{b:function(){return t},L:function(){return i}});var t=function(n,e){e||(e={});var r=e.idKey||"key",t=e.parentKey||"parent",i=e.childKey||"children",o={},a=[],u={};function f(n,t){var o=t[r];if("function"==typeof e.format){var a=t[i],f=t.isParent||!1;if(!1===(t=e.format(t)))return;a&&(t[i]=a),t.isParent=f}u[o]=t,n.push(t)}for(var c=0,d=n.length;c<d;c++)o[n[c][r]]=n[c];for(c=0,d=n.length;c<d;c++){var s=n[c],l=o[s[t]];s[t]===s[r]&&(l=null),l?(l[i]||(l[i]=[]),s[i]||(s[i]=[]),f(l[i],s)):(s.isParent=!0,f(a,s))}return{map:u,data:a}},i=function(n,e){var r=[],t={};return n.forEach((function(n){if(t[n[e]])return t[n[e]].push(n),!0;var i={key:n[e],value:[n]};r.push(i),t[n[e]]=i.value})),r}},70:function(n,e,r){r.d(e,{e:function(){return i}});var t=function(){var n=navigator.language;try{n=navigator.language.split("-")[0]}catch(n){}return n},i=function(n){var e=localStorage.getItem("language")||t()||"zh";return n?n[e]?e:t():e}},351:function(n,e,r){r.d(e,{cd:function(){return t},We:function(){return i},HF:function(){return o},VU:function(){return a},Jy:function(){return u},Ry:function(){return f},V5:function(){return c},Pi:function(){return d},F1:function(){return s},mu:function(){return l}});var t=function(){return window.location.protocol+"//"+window.location.host},i=function(){var n,e;try{e=null===(n=window.location.href.replace(/(#|\?).*$/,"").match(/(http:\/\/|https:\/\/)(.*?)\/(.*?)\//))||void 0===n?void 0:n[3]}catch(n){e=""}return""===e?e+="/":e="/"+e+"/",t()+e},o=function(n,e){void 0===e&&(e=window.location.href),n=n.replace(/[\[\]]/g,"\\$&");var r=new RegExp("[?&]"+n+"(=([^&#]*)|&|#|$)").exec(e);return r&&r[2]?decodeURIComponent(r[2].replace(/\+/g," ")):""},a=function(n,e){n&&(n=String(n)),e&&(e=String(e));var r=window.location.search.substr(1),t=window.location.hash.substr(1),i={},o=[],a=[];if(r&&""!==r&&r.split("&").forEach((function(r,t){var a=r.split("=");n===a[0]&&"string"==typeof e&&(a[1]=e),"?"===n.charAt(0)&&n.substr(1)===a[0]&&(a[1]=e),a[0]&&a[1]&&(i[a[0]]=a[1],o.push(a.join("=")))})),t&&""!==t&&t.split("&").forEach((function(r,t){var o=r.split("=");n===o[0]&&"string"==typeof e&&(o[1]=e),"#"===n.charAt(0)&&n.substr(1)===r[0]&&(o[1]=e),o[0]&&o[1]&&""!==o[1]&&(i[o[0]]=o[1],a.push(o.join("=")))})),"string"==typeof n&&"string"==typeof e){""!==e&&("?"!==n.charAt(0)||i[n.substr(1)]?"#"!==n.charAt(0)||i[n.substr(1)]||a.push(n.substr(1)+"="+e):o.push(n.substr(1)+"="+e));var u=o.join("&"),f=a.join("&");return t!==f&&(window.location.hash=f),r!==u&&(window.location.search=u),"string"==typeof i[n]?i[n]:""}return n?"string"==typeof i[n]?i[n]:"":i},u=function(){var n=window.location.hash;"#"===n?n="":""!==n&&(n=n.substr(1));try{return decodeURIComponent(n)}catch(n){return window.location.hash=""}},f=function(){var n;try{return null===(n=window.location.hostname.match(/.*?(\..*)/))||void 0===n?void 0:n[1]}catch(n){return n}},c=function(n){if(!n&&!Object.keys(n).length)return"";var e=[];for(var r in n)e.push(r+"="+n[r]);return e.join("&")},d=function(n){var e="";for(var r in n){var t=void 0!==n[r]?n[r]:"";e+="&".concat(r,"=").concat(encodeURIComponent(t))}return e?e.substring(1):""},s=function(n){var e;return null===(e=n.match(/([^?=&]+)(=([^&]*))/g))||void 0===e?void 0:e.reduce((function(n,e){return n[e.slice(0,e.indexOf("="))]=e.slice(e.indexOf("=")+1),n}),{})},l=function(n){var e,r=n||window.location.search,t={};if(-1!==r.indexOf("?")){e=r.substr(1).split("&");for(var i=0;i<e.length;i++)t[e[i].split("=")[0]]=decodeURI(e[i].split("=")[1])}return t}},201:function(n,e,r){r.d(e,{p:function(){return t},A:function(){return i}});var t=function(){var n=document.documentElement.scrollTop||document.body.scrollTop;n>0&&(window.requestAnimationFrame(t),window.scrollTo(0,n-n/8))},i=function(n){return{x:void 0!==n.pageXOffset?n.pageXOffset:n.scrollLeft,y:void 0!==n.pageYOffset?n.pageYOffset:n.scrollTop}}},689:function(n,e,r){r.d(e,{W:function(){return t}});var t=function(n){return JSON.stringify(n,(function(n,e){return void 0===e&&(e=null),e}))}}},e={};function r(t){var i=e[t];if(void 0!==i)return i.exports;var o=e[t]={exports:{}};return n[t](o,o.exports,r),o.exports}r.d=function(n,e){for(var t in e)r.o(e,t)&&!r.o(n,t)&&Object.defineProperty(n,t,{enumerable:!0,get:e[t]})},r.o=function(n,e){return Object.prototype.hasOwnProperty.call(n,e)},r.r=function(n){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(n,"__esModule",{value:!0})};var t={};return function(){r.r(t),r.d(t,{$:function(){return S.$},ArrayToObject:function(){return w.I},Base64:function(){return A},CopyToClipboard:function(){return F.h},DeepClone:function(){return n.s},Delay:function(){return W.c},FormatTree:function(){return m.b},GetBrowser:function(){return E.dP},GetBrowserClass:function(){return E.nZ},GetContext:function(){return C.We},GetDomainByHostName:function(){return C.Ry},GetElementStyle:function(){return j},GetHost:function(){return C.cd},GetIEVersion:function(){return E.q2},GetLanguage:function(){return R.e},GetParamByHash:function(){return C.Jy},GetParamByName:function(){return C.HF},GetParamByUrl:function(){return C.VU},GetScrollPosition:function(){return I.A},GetTouchEvent:function(){return E.b_},GetURLParameters:function(){return C.mu},IsAZ:function(){return s},IsAZaz:function(){return d},IsArray:function(){return v.Yl},IsBoolean:function(){return v.si},IsEmailAddress:function(){return p},IsFunction:function(){return v.vC},IsIE:function(){return E.Z},IsInteger:function(){return f},IsMac:function(){return E.Nt},IsMobile:function(){return E.hD},IsNegativeInteger:function(){return u},IsNotNegativeFloatInteger:function(){return c},IsNull:function(){return e},IsNumber:function(){return v.qA},IsPositiveInteger:function(){return a},IsRegExp:function(){return v.AE},IsString:function(){return v.XV},IsSymbol:function(){return v.sP},IsWindows:function(){return E.jR},Isaz:function(){return l},ObjectConverParameters:function(){return C.V5},ObjectToString:function(){return C.Pi},Off:function(){return B},On:function(){return P},ParametersConverObject:function(){return C.F1},PipKeyByValue:function(){return m.L},REGEXPRULES:function(){return i},ReflectionObject:function(){return n.m},SPECIAL_CODE:function(){return o},ScrollToTop:function(){return I.p},SetStyle:function(){return T},Show:function(){return M},Stringify:function(){return g.W},ToObject:function(){return x},UUID:function(){return h},UUIDGenerator:function(){return O},WhatOS:function(){return E.MY},ajax:function(){return y.h},getTouchEvent:function(){return E.pU},isIE:function(){return E.w1},isMac:function(){return E.V5},isMobile:function(){return E.tq},isWindows:function(){return E.ED},whatOS:function(){return E.FB}});var n=r(698),e=function(n){return""===n||(null===n||void 0===n)},i={numberEnglish:/^\w+$/,unnumberEnglish:/^\W*$/,number:/^\d+$/,unnumber:/^\D*$/,english:/^[a-zA-Z]+$/,chinese:/^[\u4E00-\u9FA5]+$/,unchinese:/^[^\u4e00-\u9fa5]*$/,integer:/(^-|^)\d+$/,chineseEnglishNumber:/^[\u4e00-\u9fa5\w]+$/,floatNumber:/^(-?[1-9]\d*\.\d+|-?0\.\d*[1-9]\d*|0\.0+)$/,strictFloatNumber:/^(-?[1-9]\d*\.\d+|-?0\.\d*[1-9])$/,idcard:/^[1-9]\d{5}(?:18|19|20)\d{2}(?:0[1-9]|10|11|12)(?:0[1-9]|[1-2]\d|30|31)\d{3}[\dXx]$/,hkIdcard:/^[a-zA-Z]\d{6}\([\dA]\)$/,amIdcard:/^[1|5|7]\d{6}\(\d\)$/,twIdcard:/^[a-zA-Z][0-9]{9}$/,email:/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-\_0-9]+\.)+[a-zA-Z]{2,}))$/,chineseEmail:/^[A-Za-z0-9\u4e00-\u9fa5]+@[a-zA-Z0-9_-]+(\.[a-zA-Z0-9_-]+)+$/,phone:/^(?:(?:\+|00)86)?1[3-9]\d{9}$/,strictPhone:/^(?:(?:\+|00)86)?1(?:(?:3[\d])|(?:4[5-79])|(?:5[0-35-9])|(?:6[5-7])|(?:7[0-8])|(?:8[\d])|(?:9[189]))\d{8}$/,telphone:/^(?:(?:\d{3}-)?\d{8}|^(?:\d{4}-)?\d{7,8})(?:-\d+)?$/,IMEI:/^\d{15,17}$/,url:/^(http|ftp|https):\/\/[\w\-_]+(\.[\w\-_]+)+([\w\-.,@?^=%&:/~+#]*[\w\-@?^=%&/~+#])?/,link:/^(http|https):\/\/[\w\-_]+(\.[\w\-_]+)+([\w\-.,@?^=%&:/~+#]*[\w\-@?^=%&/~+#])?/,magnet:/^magnet:\?xt=urn:btih:[0-9a-fA-F]{40,}.*$/,image:/^https?:\/\/(.+\/)+.+(\.(gif|png|jpg|jpeg|webp|svg|psd|bmp|tif))$/i,video:/^https?:\/\/(.+\/)+.+(\.(swf|avi|flv|mpg|rm|mov|wav|asf|3gp|mkv|rmvb|mp4))$/i,base64:/^\s*data:(?:[a-z]+\/[a-z0-9-+.]+(?:;[a-z-]+=[a-z0-9-]+)?)?(?:;base64)?,([a-z0-9!$&',()*+;=\-._~:@/?%\s]*?)\s*$/i,ipport:/^((ht|f)tps?:\/\/)?[\w-]+(\.[\w-]+)+:\d{1,5}\/?$/,ipv4Port:/^((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.){3}(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])(?::(?:[0-9]|[1-9][0-9]{1,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5]))?$/,ipv6Port:/(^(?:(?:(?:[0-9A-Fa-f]{1,4}:){7}[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){6}:[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){5}:([0-9A-Fa-f]{1,4}:)?[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){4}:([0-9A-Fa-f]{1,4}:){0,2}[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){3}:([0-9A-Fa-f]{1,4}:){0,3}[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){2}:([0-9A-Fa-f]{1,4}:){0,4}[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){6}((\b((25[0-5])|(1\d{2})|(2[0-4]\d)|(\d{1,2}))\b)\.){3}(\b((25[0-5])|(1\d{2})|(2[0-4]\d)|(\d{1,2}))\b))|(([0-9A-Fa-f]{1,4}:){0,5}:((\b((25[0-5])|(1\d{2})|(2[0-4]\d)|(\d{1,2}))\b)\.){3}(\b((25[0-5])|(1\d{2})|(2[0-4]\d)|(\d{1,2}))\b))|(::([0-9A-Fa-f]{1,4}:){0,5}((\b((25[0-5])|(1\d{2})|(2[0-4]\d)|(\d{1,2}))\b)\.){3}(\b((25[0-5])|(1\d{2})|(2[0-4]\d)|(\d{1,2}))\b))|([0-9A-Fa-f]{1,4}::([0-9A-Fa-f]{1,4}:){0,5}[0-9A-Fa-f]{1,4})|(::([0-9A-Fa-f]{1,4}:){0,6}[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){1,7}:))$)|(^\[(?:(?:(?:[0-9A-Fa-f]{1,4}:){7}[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){6}:[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){5}:([0-9A-Fa-f]{1,4}:)?[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){4}:([0-9A-Fa-f]{1,4}:){0,2}[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){3}:([0-9A-Fa-f]{1,4}:){0,3}[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){2}:([0-9A-Fa-f]{1,4}:){0,4}[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){6}((\b((25[0-5])|(1\d{2})|(2[0-4]\d)|(\d{1,2}))\b)\.){3}(\b((25[0-5])|(1\d{2})|(2[0-4]\d)|(\d{1,2}))\b))|(([0-9A-Fa-f]{1,4}:){0,5}:((\b((25[0-5])|(1\d{2})|(2[0-4]\d)|(\d{1,2}))\b)\.){3}(\b((25[0-5])|(1\d{2})|(2[0-4]\d)|(\d{1,2}))\b))|(::([0-9A-Fa-f]{1,4}:){0,5}((\b((25[0-5])|(1\d{2})|(2[0-4]\d)|(\d{1,2}))\b)\.){3}(\b((25[0-5])|(1\d{2})|(2[0-4]\d)|(\d{1,2}))\b))|([0-9A-Fa-f]{1,4}::([0-9A-Fa-f]{1,4}:){0,5}[0-9A-Fa-f]{1,4})|(::([0-9A-Fa-f]{1,4}:){0,6}[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){1,7}:))\](?::(?:[0-9]|[1-9][0-9]{1,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5]))?$)/i,netmask:/^(254|252|248|240|224|192|128)\.0\.0\.0|255\.(254|252|248|240|224|192|128|0)\.0\.0|255\.255\.(254|252|248|240|224|192|128|0)\.0|255\.255\.255\.(255|254|252|248|240|224|192|128|0)$/,"24Time":/^(?:[01]\d|2[0-3]):[0-5]\d:[0-5]\d$/,"12Time":/^(?:1[0-2]|0?[1-9]):[0-5]\d:[0-5]\d$/,date:/^\d{1,4}(-)(1[0-2]|0?[1-9])\1(0?[1-9]|[1-2]\d|30|31)$/,strictDate:/^(([0-9]{3}[1-9]|[0-9]{2}[1-9][0-9]{1}|[0-9]{1}[1-9][0-9]{2}|[1-9][0-9]{3})-(((0[13578]|1[02])-(0[1-9]|[12][0-9]|3[01]))|((0[469]|11)-(0[1-9]|[12][0-9]|30))|(02-(0[1-9]|[1][0-9]|2[0-8]))))|((([0-9]{2})(0[48]|[2468][048]|[13579][26])|((0[48]|[2468][048]|[3579][26])00))-02-29)$/,qq:/^[1-9][0-9]{4,10}$/,wx:/^[a-zA-Z][-_a-zA-Z0-9]{5,19}$/,postal:/^(0[1-7]|1[0-356]|2[0-7]|3[0-6]|4[0-7]|5[1-7]|6[1-7]|7[0-5]|8[013-6])\d{4}$/,double:/(.)\1+/g,passwordCheck:/^\S*(?=\S{6,})(?=\S*\d)(?=\S*[A-Z])(?=\S*[a-z])(?=\S*[!@#$%^&*? ])\S*$/,color:/^#?([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$/},o=["{","|","}","~","[","\\","]","^","_","`",":",";","<","=",">",">","?","@","!",'"',"#","$","%","&","'","(",")","*","+",",","-",".","/"," "],a=function(n){return/^[1-9]d*$/.test(n)},u=function(n){return/^-[1-9]d*$/.test(n)},f=function(n){return/^([-+])?\d+$/.test(n)},c=function(n){return/^\d+(\.\d+)?$/.test(n)},d=function(n){return/^[A-Za-z]+$/.test(n)},s=function(n){return/^[A-Z]+$/.test(n)},l=function(n){return/^[a-z]+$/.test(n)},p=function(n){return/^[\w-]+(\.[\w-]+)*@[\w-]+(\.[\w-]+)+$/.test(n)||/w+([-+.]w+)*@w+([-.]w+)*.w+([-.]w+)*/.test(n)},x=function(n,r){try{if(!e(n)&&"object"==typeof n)return n;if("string"==typeof n)return JSON.parse(n)}catch(n){}return r||n},v=r(981),h=function(n){return void 0===n&&(n="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"),n.replace(/[xy]/g,(function(n){var e=16*Math.random()|0,r=(("x"===n?e:3&e|8)*(new Date).getTime()).toString(16);return r.charAt(Math.random()*r.length|0)}))},O=function(){return([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g,(function(n){return(n^crypto.getRandomValues(new Uint8Array(1))[0]&15>>n/4).toString(16)}))},g=r(689),m=r(345),b=function(){var n,e,r,t=String.fromCharCode;function i(n){for(var e,r,t=[],i=0,o=n.length;i<o;)(e=n.charCodeAt(i++))>=55296&&e<=56319&&i<o?56320==(64512&(r=n.charCodeAt(i++)))?t.push(((1023&e)<<10)+(1023&r)+65536):(t.push(e),i--):t.push(e);return t}function o(n){if(n>=55296&&n<=57343)throw Error("Lone surrogate U+"+n.toString(16).toUpperCase()+" is not a scalar value")}function a(n,e){return t(n>>e&63|128)}function u(n){if(0==(4294967168&n))return t(n);var e="";return 0==(4294965248&n)?e=t(n>>6&31|192):0==(4294901760&n)?(o(n),e=t(n>>12&15|224),e+=a(n,6)):0==(4292870144&n)&&(e=t(n>>18&7|240),e+=a(n,12),e+=a(n,6)),e+=t(63&n|128)}function f(){if(r>=e)throw Error("Invalid byte index");var t=255&n[r];if(r++,128==(192&t))return 63&t;throw Error("Invalid continuation byte")}function c(){var t,i;if(r>e)throw Error("Invalid byte index");if(r==e)return!1;if(t=255&n[r],r++,0==(128&t))return t;if(192==(224&t)){if((i=(31&t)<<6|f())>=128)return i;throw Error("Invalid continuation byte")}if(224==(240&t)){if((i=(15&t)<<12|f()<<6|f())>=2048)return o(i),i;throw Error("Invalid continuation byte")}if(240==(248&t)&&(i=(7&t)<<18|f()<<12|f()<<6|f())>=65536&&i<=1114111)return i;throw Error("Invalid UTF-8 detected")}return{version:"3.0.0",encode:function(n){for(var e=i(n),r=e.length,t=-1,o="";++t<r;)o+=u(e[t]);return o},decode:function(o){n=i(o),e=n.length,r=0;for(var a,u=[];!1!==(a=c());)u.push(a);return function(n){for(var e,r=n.length,i=-1,o="";++i<r;)(e=n[i])>65535&&(o+=t((e-=65536)>>>10&1023|55296),e=56320|1023&e),o+=t(e);return o}(u)}}}(),A=function(){var n=function(n){this.message=n};(n.prototype=new Error).name="InvalidCharacterError";var e=function(e){throw new n(e)},r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",t=/[\t\n\f\r ]/g,i={encode:function(n,t){return void 0===t&&(t=!1),t&&(n=b.encode(n)),function(n){n=String(n),/[^\0-\xFF]/.test(n)&&e("The string to be encoded contains characters outside of the Latin1 range.");for(var t,i,o,a,u=n.length%3,f="",c=-1,d=n.length-u;++c<d;)t=n.charCodeAt(c)<<16,i=n.charCodeAt(++c)<<8,o=n.charCodeAt(++c),f+=r.charAt((a=t+i+o)>>18&63)+r.charAt(a>>12&63)+r.charAt(a>>6&63)+r.charAt(63&a);return 2==u?(t=n.charCodeAt(c)<<8,i=n.charCodeAt(++c),f+=r.charAt((a=t+i)>>10)+r.charAt(a>>4&63)+r.charAt(a<<2&63)+"="):1==u&&(a=n.charCodeAt(c),f+=r.charAt(a>>2)+r.charAt(a<<4&63)+"=="),f}(n)},decode:function(n,i){return void 0===i&&(i=!1),n=function(n){var i=(n=String(n).replace(t,"")).length;i%4==0&&(i=(n=n.replace(/==?$/,"")).length),(i%4==1||/[^+a-zA-Z0-9/]/.test(n))&&e("Invalid character: the string to be decoded is not correctly encoded.");for(var o,a,u=0,f="",c=-1;++c<i;)a=r.indexOf(n.charAt(c)),o=u%4?64*o+a:a,u++%4&&(f+=String.fromCharCode(255&o>>(-2*u&6)));return f}(n),i&&(n=b.decode(n)),n},version:"0.1.0"};return i}(),w=r(777),y=r(314),S=r(461),E=r(448),F=r(533),I=r(201),C=r(351),$=function(n,e,r){if(r||2===arguments.length)for(var t,i=0,o=e.length;i<o;i++)!t&&i in e||(t||(t=Array.prototype.slice.call(e,0,i)),t[i]=e[i]);return n.concat(t||Array.prototype.slice.call(e))},P=function(n,e,r,t){void 0===t&&(t={target:{},options:{}});var i=function(n){return n.target.matches(t.target)&&r.call(n.target,n)};if(n.addEventListener(e,t.target?i:r,t.options||!1),t.target)return i},B=function(n,e,r,t){return void 0===t&&(t=!1),n.removeEventListener(e,r,t)},M=function(){for(var n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];return $([],n,!0).forEach((function(n){return n.style.display=""}))},T=function(n,e,r){return n.style[e]=r},j=function(n,e){return getComputedStyle(n)[e]},W=r(6),R=r(70)}(),t}()}));

@@ -1,7 +0,7 @@

export declare const isMobile: (userAgent: string) => boolean;
export declare const isMac: (userAgent: string) => boolean;
export declare const isWindows: (userAgent: string) => true | undefined;
export declare const getTouchEvent: (e: any) => any;
export declare const whatOS: (userAgent: string) => string;
export declare const GetBrowser: (params: string) => {
export declare const IsMobile: (userAgent?: string | undefined) => boolean;
export declare const IsMac: (userAgent?: string | undefined) => boolean;
export declare const IsWindows: (userAgent?: string | undefined) => true | undefined;
export declare const GetTouchEvent: (e: any) => any;
export declare const WhatOS: (uAgent?: string | undefined) => string;
export declare const GetBrowser: (params?: string | undefined) => {
name: string;

@@ -12,3 +12,10 @@ type: string;

export declare const GetIEVersion: () => 10 | -1 | 8 | 6 | 7 | 9 | "edge" | 11;
export declare const GetBrowserClass: () => "ie" | "firefox" | "chrome" | undefined;
export declare const GetBrowserClass: () => string | undefined;
export declare const IsIE: () => boolean;
/** 兼容老版本---后续要删除掉 */
export declare const isMobile: (userAgent?: string | undefined) => boolean;
export declare const isMac: (userAgent?: string | undefined) => boolean;
export declare const isWindows: (userAgent?: string | undefined) => true | undefined;
export declare const getTouchEvent: (e: any) => any;
export declare const whatOS: (uAgent?: string | undefined) => string;
export declare const isIE: () => boolean;

@@ -7,2 +7,6 @@ import { Window } from '../../global/interface';

export declare const ScrollToTop: () => void;
/**
* 获取滚动位置
* @param el
*/
export declare const GetScrollPosition: (el: Window) => {

@@ -9,0 +13,0 @@ x: any;

@@ -6,7 +6,2 @@ /**

export declare const IsNull: (data: any) => boolean;
/**
* 判断是否是移动端
* @param userAgent
*/
export declare const IsMobile: (userAgent: any) => boolean;
export declare const REGEXPRULES: {

@@ -13,0 +8,0 @@ /**

Sorry, the diff of this file is too big to display