@indfnd/utils 0.1.14 → 0.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist/ind-utils.es.js +2 -0
- package/dist/ind-utils.umd.cjs +1 -1
- package/package.json +1 -1
- package/src/config/base.config.ts +4 -0
- package/types/config/base.config.d.ts +2 -0
- package/types/config/base.config.d.ts.map +1 -1
- package/types/config/index.d.ts +4 -0
- package/types/config/index.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.1.16](http://git.inspur.com/imp-ec/ind-front/ind-utils/compare/v0.1.15...v0.1.16) (2024-08-01)
|
|
6
|
+
|
|
7
|
+
### [0.1.15](http://git.inspur.com/imp-ec/ind-front/ind-utils/compare/v0.1.14...v0.1.15) (2024-06-27)
|
|
8
|
+
|
|
9
|
+
### [0.1.14](http://git.inspur.com/imp-ec/ind-front/ind-utils/compare/v0.1.13...v0.1.14) (2024-06-27)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* 添加img ([297b9fd](http://git.inspur.com/imp-ec/ind-front/ind-utils/commit/297b9fd911fa67d84b63cb153e5394aba8f663cb))
|
|
15
|
+
|
|
5
16
|
### [0.1.13](http://git.inspur.com/imp-ec/ind-front/ind-utils/compare/v0.1.12...v0.1.13) (2024-06-27)
|
|
6
17
|
|
|
7
18
|
|
package/dist/ind-utils.es.js
CHANGED
|
@@ -3242,6 +3242,8 @@ var baseConfig = {
|
|
|
3242
3242
|
ismAcServerContext: "/ind-ism-ac-server",
|
|
3243
3243
|
ismSqServerContext: "/ind-ism-sq-server",
|
|
3244
3244
|
ilmServerContext: "/ind-ilm-server",
|
|
3245
|
+
imgServerContext: "/ind-img-server",
|
|
3246
|
+
imarketActManageServerContext: "/imarket-act-manage-server",
|
|
3245
3247
|
ucExtServerContext: "/ind-uc-ext-server",
|
|
3246
3248
|
kkfilepreviewContext: "/kkfilepreview",
|
|
3247
3249
|
errorMessage: "\u7CFB\u7EDF\u5F00\u5C0F\u5DEE\u4E86\uFF0C\u8BF7\u7A0D\u540E\u5C1D\u8BD5",
|
package/dist/ind-utils.umd.cjs
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
`),function(h){if(l=h.indexOf(":"),a=pu.trim(h.substr(0,l)).toLowerCase(),f=pu.trim(h.substr(l+1)),a){if(u[a]&&Yp.indexOf(a)>=0)return;a==="set-cookie"?u[a]=(u[a]?u[a]:[]).concat([f]):u[a]=u[a]?u[a]+", "+f:f}}),u},Fa=rt,Gp=Fa.isStandardBrowserEnv()?function(){var r=/(msie|trident)/i.test(navigator.userAgent),u=document.createElement("a"),a;function f(l){var g=l;return r&&(u.setAttribute("href",g),g=u.href),u.setAttribute("href",g),{href:u.href,protocol:u.protocol?u.protocol.replace(/:$/,""):"",host:u.host,search:u.search?u.search.replace(/^\?/,""):"",hash:u.hash?u.hash.replace(/^#/,""):"",hostname:u.hostname,port:u.port,pathname:u.pathname.charAt(0)==="/"?u.pathname:"/"+u.pathname}}return a=f(window.location.href),function(g){var h=Fa.isString(g)?f(g):g;return h.protocol===a.protocol&&h.host===a.host}}():function(){return function(){return!0}}(),Vr=rt,qp=Rp,zp=Lp,Kp=Ia,Jp=Hp,Vp=kp,Qp=Gp,hu=Da,Pa=function(r){return new Promise(function(a,f){var l=r.data,g=r.headers,h=r.responseType;Vr.isFormData(l)&&delete g["Content-Type"];var d=new XMLHttpRequest;if(r.auth){var y=r.auth.username||"",E=r.auth.password?unescape(encodeURIComponent(r.auth.password)):"";g.Authorization="Basic "+btoa(y+":"+E)}var _=Jp(r.baseURL,r.url);d.open(r.method.toUpperCase(),Kp(_,r.params,r.paramsSerializer),!0),d.timeout=r.timeout;function w(){if(!!d){var $="getAllResponseHeaders"in d?Vp(d.getAllResponseHeaders()):null,M=!h||h==="text"||h==="json"?d.responseText:d.response,B={data:M,status:d.status,statusText:d.statusText,headers:$,config:r,request:d};qp(a,f,B),d=null}}if("onloadend"in d?d.onloadend=w:d.onreadystatechange=function(){!d||d.readyState!==4||d.status===0&&!(d.responseURL&&d.responseURL.indexOf("file:")===0)||setTimeout(w)},d.onabort=function(){!d||(f(hu("Request aborted",r,"ECONNABORTED",d)),d=null)},d.onerror=function(){f(hu("Network Error",r,null,d)),d=null},d.ontimeout=function(){var M="timeout of "+r.timeout+"ms exceeded";r.timeoutErrorMessage&&(M=r.timeoutErrorMessage),f(hu(M,r,r.transitional&&r.transitional.clarifyTimeoutError?"ETIMEDOUT":"ECONNABORTED",d)),d=null},Vr.isStandardBrowserEnv()){var S=(r.withCredentials||Qp(_))&&r.xsrfCookieName?zp.read(r.xsrfCookieName):void 0;S&&(g[r.xsrfHeaderName]=S)}"setRequestHeader"in d&&Vr.forEach(g,function(M,B){typeof l=="undefined"&&B.toLowerCase()==="content-type"?delete g[B]:d.setRequestHeader(B,M)}),Vr.isUndefined(r.withCredentials)||(d.withCredentials=!!r.withCredentials),h&&h!=="json"&&(d.responseType=r.responseType),typeof r.onDownloadProgress=="function"&&d.addEventListener("progress",r.onDownloadProgress),typeof r.onUploadProgress=="function"&&d.upload&&d.upload.addEventListener("progress",r.onUploadProgress),r.cancelToken&&r.cancelToken.promise.then(function(M){!d||(d.abort(),f(M),d=null)}),l||(l=null),d.send(l)})},Ue=rt,Ma=Fp,Xp=$a,Zp={"Content-Type":"application/x-www-form-urlencoded"};function Ra(n,r){!Ue.isUndefined(n)&&Ue.isUndefined(n["Content-Type"])&&(n["Content-Type"]=r)}function jp(){var n;return(typeof XMLHttpRequest!="undefined"||typeof process!="undefined"&&Object.prototype.toString.call(process)==="[object process]")&&(n=Pa),n}function eh(n,r,u){if(Ue.isString(n))try{return(r||JSON.parse)(n),Ue.trim(n)}catch(a){if(a.name!=="SyntaxError")throw a}return(u||JSON.stringify)(n)}var Qr={transitional:{silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},adapter:jp(),transformRequest:[function(r,u){return Ma(u,"Accept"),Ma(u,"Content-Type"),Ue.isFormData(r)||Ue.isArrayBuffer(r)||Ue.isBuffer(r)||Ue.isStream(r)||Ue.isFile(r)||Ue.isBlob(r)?r:Ue.isArrayBufferView(r)?r.buffer:Ue.isURLSearchParams(r)?(Ra(u,"application/x-www-form-urlencoded;charset=utf-8"),r.toString()):Ue.isObject(r)||u&&u["Content-Type"]==="application/json"?(Ra(u,"application/json"),eh(r)):r}],transformResponse:[function(r){var u=this.transitional,a=u&&u.silentJSONParsing,f=u&&u.forcedJSONParsing,l=!a&&this.responseType==="json";if(l||f&&Ue.isString(r)&&r.length)try{return JSON.parse(r)}catch(g){if(l)throw g.name==="SyntaxError"?Xp(g,this,"E_JSON_PARSE"):g}return r}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(r){return r>=200&&r<300}};Qr.headers={common:{Accept:"application/json, text/plain, */*"}},Ue.forEach(["delete","get","head"],function(r){Qr.headers[r]={}}),Ue.forEach(["post","put","patch"],function(r){Qr.headers[r]=Ue.merge(Zp)});var gu=Qr,th=rt,nh=gu,rh=function(r,u,a){var f=this||nh;return th.forEach(a,function(g){r=g.call(f,r,u)}),r},La=function(r){return!!(r&&r.__CANCEL__)},Na=rt,du=rh,ih=La,uh=gu;function vu(n){n.cancelToken&&n.cancelToken.throwIfRequested()}var oh=function(r){vu(r),r.headers=r.headers||{},r.data=du.call(r,r.data,r.headers,r.transformRequest),r.headers=Na.merge(r.headers.common||{},r.headers[r.method]||{},r.headers),Na.forEach(["delete","get","head","post","put","patch","common"],function(f){delete r.headers[f]});var u=r.adapter||uh.adapter;return u(r).then(function(f){return vu(r),f.data=du.call(r,f.data,f.headers,r.transformResponse),f},function(f){return ih(f)||(vu(r),f&&f.response&&(f.response.data=du.call(r,f.response.data,f.response.headers,r.transformResponse))),Promise.reject(f)})},Ye=rt,Ba=function(r,u){u=u||{};var a={},f=["url","method","data"],l=["headers","auth","proxy","params"],g=["baseURL","transformRequest","transformResponse","paramsSerializer","timeout","timeoutMessage","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","decompress","maxContentLength","maxBodyLength","maxRedirects","transport","httpAgent","httpsAgent","cancelToken","socketPath","responseEncoding"],h=["validateStatus"];function d(w,S){return Ye.isPlainObject(w)&&Ye.isPlainObject(S)?Ye.merge(w,S):Ye.isPlainObject(S)?Ye.merge({},S):Ye.isArray(S)?S.slice():S}function y(w){Ye.isUndefined(u[w])?Ye.isUndefined(r[w])||(a[w]=d(void 0,r[w])):a[w]=d(r[w],u[w])}Ye.forEach(f,function(S){Ye.isUndefined(u[S])||(a[S]=d(void 0,u[S]))}),Ye.forEach(l,y),Ye.forEach(g,function(S){Ye.isUndefined(u[S])?Ye.isUndefined(r[S])||(a[S]=d(void 0,r[S])):a[S]=d(void 0,u[S])}),Ye.forEach(h,function(S){S in u?a[S]=d(r[S],u[S]):S in r&&(a[S]=d(void 0,r[S]))});var E=f.concat(l).concat(g).concat(h),_=Object.keys(r).concat(Object.keys(u)).filter(function(S){return E.indexOf(S)===-1});return Ye.forEach(_,y),a},ah={name:"axios",version:"0.21.4",description:"Promise based HTTP client for the browser and node.js",main:"index.js",scripts:{test:"grunt test",start:"node ./sandbox/server.js",build:"NODE_ENV=production grunt build",preversion:"npm test",version:"npm run build && grunt version && git add -A dist && git add CHANGELOG.md bower.json package.json",postversion:"git push && git push --tags",examples:"node ./examples/server.js",coveralls:"cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",fix:"eslint --fix lib/**/*.js"},repository:{type:"git",url:"https://github.com/axios/axios.git"},keywords:["xhr","http","ajax","promise","node"],author:"Matt Zabriskie",license:"MIT",bugs:{url:"https://github.com/axios/axios/issues"},homepage:"https://axios-http.com",devDependencies:{coveralls:"^3.0.0","es6-promise":"^4.2.4",grunt:"^1.3.0","grunt-banner":"^0.6.0","grunt-cli":"^1.2.0","grunt-contrib-clean":"^1.1.0","grunt-contrib-watch":"^1.0.0","grunt-eslint":"^23.0.0","grunt-karma":"^4.0.0","grunt-mocha-test":"^0.13.3","grunt-ts":"^6.0.0-beta.19","grunt-webpack":"^4.0.2","istanbul-instrumenter-loader":"^1.0.0","jasmine-core":"^2.4.1",karma:"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-jasmine":"^1.1.1","karma-jasmine-ajax":"^0.1.13","karma-safari-launcher":"^1.0.0","karma-sauce-launcher":"^4.3.6","karma-sinon":"^1.0.5","karma-sourcemap-loader":"^0.3.8","karma-webpack":"^4.0.2","load-grunt-tasks":"^3.5.2",minimist:"^1.2.0",mocha:"^8.2.1",sinon:"^4.5.0","terser-webpack-plugin":"^4.2.3",typescript:"^4.0.5","url-search-params":"^0.10.0",webpack:"^4.44.2","webpack-dev-server":"^3.11.0"},browser:{"./lib/adapters/http.js":"./lib/adapters/xhr.js"},jsdelivr:"dist/axios.min.js",unpkg:"dist/axios.min.js",typings:"./index.d.ts",dependencies:{"follow-redirects":"^1.14.0"},bundlesize:[{path:"./dist/axios.min.js",threshold:"5kB"}]},Ua=ah,yu={};["object","boolean","number","function","string","symbol"].forEach(function(n,r){yu[n]=function(a){return typeof a===n||"a"+(r<1?"n ":" ")+n}});var Wa={},fh=Ua.version.split(".");function Ha(n,r){for(var u=r?r.split("."):fh,a=n.split("."),f=0;f<3;f++){if(u[f]>a[f])return!0;if(u[f]<a[f])return!1}return!1}yu.transitional=function(r,u,a){var f=u&&Ha(u);function l(g,h){return"[Axios v"+Ua.version+"] Transitional option '"+g+"'"+h+(a?". "+a:"")}return function(g,h,d){if(r===!1)throw new Error(l(h," has been removed in "+u));return f&&!Wa[h]&&(Wa[h]=!0,console.warn(l(h," has been deprecated since v"+u+" and will be removed in the near future"))),r?r(g,h,d):!0}};function sh(n,r,u){if(typeof n!="object")throw new TypeError("options must be an object");for(var a=Object.keys(n),f=a.length;f-- >0;){var l=a[f],g=r[l];if(g){var h=n[l],d=h===void 0||g(h,l,n);if(d!==!0)throw new TypeError("option "+l+" must be "+d);continue}if(u!==!0)throw Error("Unknown option "+l)}}var lh={isOlderVersion:Ha,assertOptions:sh,validators:yu},Ya=rt,ch=Ia,ka=$p,Ga=oh,Xr=Ba,qa=lh,Bn=qa.validators;function hr(n){this.defaults=n,this.interceptors={request:new ka,response:new ka}}hr.prototype.request=function(r){typeof r=="string"?(r=arguments[1]||{},r.url=arguments[0]):r=r||{},r=Xr(this.defaults,r),r.method?r.method=r.method.toLowerCase():this.defaults.method?r.method=this.defaults.method.toLowerCase():r.method="get";var u=r.transitional;u!==void 0&&qa.assertOptions(u,{silentJSONParsing:Bn.transitional(Bn.boolean,"1.0.0"),forcedJSONParsing:Bn.transitional(Bn.boolean,"1.0.0"),clarifyTimeoutError:Bn.transitional(Bn.boolean,"1.0.0")},!1);var a=[],f=!0;this.interceptors.request.forEach(function(w){typeof w.runWhen=="function"&&w.runWhen(r)===!1||(f=f&&w.synchronous,a.unshift(w.fulfilled,w.rejected))});var l=[];this.interceptors.response.forEach(function(w){l.push(w.fulfilled,w.rejected)});var g;if(!f){var h=[Ga,void 0];for(Array.prototype.unshift.apply(h,a),h=h.concat(l),g=Promise.resolve(r);h.length;)g=g.then(h.shift(),h.shift());return g}for(var d=r;a.length;){var y=a.shift(),E=a.shift();try{d=y(d)}catch(_){E(_);break}}try{g=Ga(d)}catch(_){return Promise.reject(_)}for(;l.length;)g=g.then(l.shift(),l.shift());return g},hr.prototype.getUri=function(r){return r=Xr(this.defaults,r),ch(r.url,r.params,r.paramsSerializer).replace(/^\?/,"")},Ya.forEach(["delete","get","head","options"],function(r){hr.prototype[r]=function(u,a){return this.request(Xr(a||{},{method:r,url:u,data:(a||{}).data}))}}),Ya.forEach(["post","put","patch"],function(r){hr.prototype[r]=function(u,a,f){return this.request(Xr(f||{},{method:r,url:u,data:a}))}});var ph=hr;function mu(n){this.message=n}mu.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},mu.prototype.__CANCEL__=!0;var za=mu,hh=za;function Zr(n){if(typeof n!="function")throw new TypeError("executor must be a function.");var r;this.promise=new Promise(function(f){r=f});var u=this;n(function(f){u.reason||(u.reason=new hh(f),r(u.reason))})}Zr.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},Zr.source=function(){var r,u=new Zr(function(f){r=f});return{token:u,cancel:r}};var gh=Zr,dh=function(r){return function(a){return r.apply(null,a)}},vh=function(r){return typeof r=="object"&&r.isAxiosError===!0},Ka=rt,yh=Ca,jr=ph,mh=Ba,_h=gu;function Ja(n){var r=new jr(n),u=yh(jr.prototype.request,r);return Ka.extend(u,jr.prototype,r),Ka.extend(u,r),u}var At=Ja(_h);At.Axios=jr,At.create=function(r){return Ja(mh(At.defaults,r))},At.Cancel=za,At.CancelToken=gh,At.isCancel=La,At.all=function(r){return Promise.all(r)},At.spread=dh,At.isAxiosError=vh,au.exports=At,au.exports.default=At;var wh=au.exports,Eh=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var r={},u=Symbol("test"),a=Object(u);if(typeof u=="string"||Object.prototype.toString.call(u)!=="[object Symbol]"||Object.prototype.toString.call(a)!=="[object Symbol]")return!1;var f=42;r[u]=f;for(u in r)return!1;if(typeof Object.keys=="function"&&Object.keys(r).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(r).length!==0)return!1;var l=Object.getOwnPropertySymbols(r);if(l.length!==1||l[0]!==u||!Object.prototype.propertyIsEnumerable.call(r,u))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var g=Object.getOwnPropertyDescriptor(r,u);if(g.value!==f||g.enumerable!==!0)return!1}return!0},Va=typeof Symbol!="undefined"&&Symbol,Sh=Eh,Ah=function(){return typeof Va!="function"||typeof Symbol!="function"||typeof Va("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:Sh()},Qa={foo:{}},bh=Object,Ch=function(){return{__proto__:Qa}.foo===Qa.foo&&!({__proto__:null}instanceof bh)},Oh="Function.prototype.bind called on incompatible ",xh=Object.prototype.toString,Th=Math.max,Ih="[object Function]",Xa=function(r,u){for(var a=[],f=0;f<r.length;f+=1)a[f]=r[f];for(var l=0;l<u.length;l+=1)a[l+r.length]=u[l];return a},$h=function(r,u){for(var a=[],f=u||0,l=0;f<r.length;f+=1,l+=1)a[l]=r[f];return a},Dh=function(n,r){for(var u="",a=0;a<n.length;a+=1)u+=n[a],a+1<n.length&&(u+=r);return u},Fh=function(r){var u=this;if(typeof u!="function"||xh.apply(u)!==Ih)throw new TypeError(Oh+u);for(var a=$h(arguments,1),f,l=function(){if(this instanceof f){var E=u.apply(this,Xa(a,arguments));return Object(E)===E?E:this}return u.apply(r,Xa(a,arguments))},g=Th(0,u.length-a.length),h=[],d=0;d<g;d++)h[d]="$"+d;if(f=Function("binder","return function ("+Dh(h,",")+"){ return binder.apply(this,arguments); }")(l),u.prototype){var y=function(){};y.prototype=u.prototype,f.prototype=new y,y.prototype=null}return f},Ph=Fh,_u=Function.prototype.bind||Ph,Mh=Function.prototype.call,Rh=Object.prototype.hasOwnProperty,Lh=_u,Nh=Lh.call(Mh,Rh),se,Un=SyntaxError,Za=Function,Wn=TypeError,wu=function(n){try{return Za('"use strict"; return ('+n+").constructor;")()}catch(r){}},En=Object.getOwnPropertyDescriptor;if(En)try{En({},"")}catch(n){En=null}var Eu=function(){throw new Wn},Bh=En?function(){try{return arguments.callee,Eu}catch(n){try{return En(arguments,"callee").get}catch(r){return Eu}}}():Eu,Hn=Ah(),Uh=Ch(),Re=Object.getPrototypeOf||(Uh?function(n){return n.__proto__}:null),Yn={},Wh=typeof Uint8Array=="undefined"||!Re?se:Re(Uint8Array),Sn={"%AggregateError%":typeof AggregateError=="undefined"?se:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer=="undefined"?se:ArrayBuffer,"%ArrayIteratorPrototype%":Hn&&Re?Re([][Symbol.iterator]()):se,"%AsyncFromSyncIteratorPrototype%":se,"%AsyncFunction%":Yn,"%AsyncGenerator%":Yn,"%AsyncGeneratorFunction%":Yn,"%AsyncIteratorPrototype%":Yn,"%Atomics%":typeof Atomics=="undefined"?se:Atomics,"%BigInt%":typeof BigInt=="undefined"?se:BigInt,"%BigInt64Array%":typeof BigInt64Array=="undefined"?se:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array=="undefined"?se:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView=="undefined"?se:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":typeof Float32Array=="undefined"?se:Float32Array,"%Float64Array%":typeof Float64Array=="undefined"?se:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry=="undefined"?se:FinalizationRegistry,"%Function%":Za,"%GeneratorFunction%":Yn,"%Int8Array%":typeof Int8Array=="undefined"?se:Int8Array,"%Int16Array%":typeof Int16Array=="undefined"?se:Int16Array,"%Int32Array%":typeof Int32Array=="undefined"?se:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":Hn&&Re?Re(Re([][Symbol.iterator]())):se,"%JSON%":typeof JSON=="object"?JSON:se,"%Map%":typeof Map=="undefined"?se:Map,"%MapIteratorPrototype%":typeof Map=="undefined"||!Hn||!Re?se:Re(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise=="undefined"?se:Promise,"%Proxy%":typeof Proxy=="undefined"?se:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":typeof Reflect=="undefined"?se:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set=="undefined"?se:Set,"%SetIteratorPrototype%":typeof Set=="undefined"||!Hn||!Re?se:Re(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer=="undefined"?se:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":Hn&&Re?Re(""[Symbol.iterator]()):se,"%Symbol%":Hn?Symbol:se,"%SyntaxError%":Un,"%ThrowTypeError%":Bh,"%TypedArray%":Wh,"%TypeError%":Wn,"%Uint8Array%":typeof Uint8Array=="undefined"?se:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray=="undefined"?se:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array=="undefined"?se:Uint16Array,"%Uint32Array%":typeof Uint32Array=="undefined"?se:Uint32Array,"%URIError%":URIError,"%WeakMap%":typeof WeakMap=="undefined"?se:WeakMap,"%WeakRef%":typeof WeakRef=="undefined"?se:WeakRef,"%WeakSet%":typeof WeakSet=="undefined"?se:WeakSet};if(Re)try{null.error}catch(n){var Hh=Re(Re(n));Sn["%Error.prototype%"]=Hh}var Yh=function n(r){var u;if(r==="%AsyncFunction%")u=wu("async function () {}");else if(r==="%GeneratorFunction%")u=wu("function* () {}");else if(r==="%AsyncGeneratorFunction%")u=wu("async function* () {}");else if(r==="%AsyncGenerator%"){var a=n("%AsyncGeneratorFunction%");a&&(u=a.prototype)}else if(r==="%AsyncIteratorPrototype%"){var f=n("%AsyncGenerator%");f&&Re&&(u=Re(f.prototype))}return Sn[r]=u,u},ja={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},gr=_u,ei=Nh,kh=gr.call(Function.call,Array.prototype.concat),Gh=gr.call(Function.apply,Array.prototype.splice),ef=gr.call(Function.call,String.prototype.replace),ti=gr.call(Function.call,String.prototype.slice),qh=gr.call(Function.call,RegExp.prototype.exec),zh=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,Kh=/\\(\\)?/g,Jh=function(r){var u=ti(r,0,1),a=ti(r,-1);if(u==="%"&&a!=="%")throw new Un("invalid intrinsic syntax, expected closing `%`");if(a==="%"&&u!=="%")throw new Un("invalid intrinsic syntax, expected opening `%`");var f=[];return ef(r,zh,function(l,g,h,d){f[f.length]=h?ef(d,Kh,"$1"):g||l}),f},Vh=function(r,u){var a=r,f;if(ei(ja,a)&&(f=ja[a],a="%"+f[0]+"%"),ei(Sn,a)){var l=Sn[a];if(l===Yn&&(l=Yh(a)),typeof l=="undefined"&&!u)throw new Wn("intrinsic "+r+" exists, but is not available. Please file an issue!");return{alias:f,name:a,value:l}}throw new Un("intrinsic "+r+" does not exist!")},An=function(r,u){if(typeof r!="string"||r.length===0)throw new Wn("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof u!="boolean")throw new Wn('"allowMissing" argument must be a boolean');if(qh(/^%?[^%]*%?$/,r)===null)throw new Un("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var a=Jh(r),f=a.length>0?a[0]:"",l=Vh("%"+f+"%",u),g=l.name,h=l.value,d=!1,y=l.alias;y&&(f=y[0],Gh(a,kh([0,1],y)));for(var E=1,_=!0;E<a.length;E+=1){var w=a[E],S=ti(w,0,1),$=ti(w,-1);if((S==='"'||S==="'"||S==="`"||$==='"'||$==="'"||$==="`")&&S!==$)throw new Un("property names with quotes must have matching quotes");if((w==="constructor"||!_)&&(d=!0),f+="."+w,g="%"+f+"%",ei(Sn,g))h=Sn[g];else if(h!=null){if(!(w in h)){if(!u)throw new Wn("base intrinsic for "+r+" exists, but the property is not available.");return}if(En&&E+1>=a.length){var M=En(h,w);_=!!M,_&&"get"in M&&!("originalValue"in M.get)?h=M.get:h=h[w]}else _=ei(h,w),h=h[w];_&&!d&&(Sn[g]=h)}}return h},tf={exports:{}},Qh=An,Su=Qh("%Object.defineProperty%",!0),Au=function(){if(Su)try{return Su({},"a",{value:1}),!0}catch(r){return!1}return!1};Au.hasArrayLengthDefineBug=function(){if(!Au())return null;try{return Su([],"length",{value:1}).length!==1}catch(r){return!0}};var nf=Au,Xh=An,ni=Xh("%Object.getOwnPropertyDescriptor%",!0);if(ni)try{ni([],"length")}catch(n){ni=null}var rf=ni,Zh=nf(),bu=An,dr=Zh&&bu("%Object.defineProperty%",!0);if(dr)try{dr({},"a",{value:1})}catch(n){dr=!1}var jh=bu("%SyntaxError%"),kn=bu("%TypeError%"),uf=rf,eg=function(r,u,a){if(!r||typeof r!="object"&&typeof r!="function")throw new kn("`obj` must be an object or a function`");if(typeof u!="string"&&typeof u!="symbol")throw new kn("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new kn("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new kn("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new kn("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new kn("`loose`, if provided, must be a boolean");var f=arguments.length>3?arguments[3]:null,l=arguments.length>4?arguments[4]:null,g=arguments.length>5?arguments[5]:null,h=arguments.length>6?arguments[6]:!1,d=!!uf&&uf(r,u);if(dr)dr(r,u,{configurable:g===null&&d?d.configurable:!g,enumerable:f===null&&d?d.enumerable:!f,value:a,writable:l===null&&d?d.writable:!l});else if(h||!f&&!l&&!g)r[u]=a;else throw new jh("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")},of=An,af=eg,tg=nf(),ff=rf,sf=of("%TypeError%"),ng=of("%Math.floor%"),rg=function(r,u){if(typeof r!="function")throw new sf("`fn` is not a function");if(typeof u!="number"||u<0||u>4294967295||ng(u)!==u)throw new sf("`length` must be a positive 32-bit integer");var a=arguments.length>2&&!!arguments[2],f=!0,l=!0;if("length"in r&&ff){var g=ff(r,"length");g&&!g.configurable&&(f=!1),g&&!g.writable&&(l=!1)}return(f||l||!a)&&(tg?af(r,"length",u,!0,!0):af(r,"length",u)),r};(function(n){var r=_u,u=An,a=rg,f=u("%TypeError%"),l=u("%Function.prototype.apply%"),g=u("%Function.prototype.call%"),h=u("%Reflect.apply%",!0)||r.call(g,l),d=u("%Object.defineProperty%",!0),y=u("%Math.max%");if(d)try{d({},"a",{value:1})}catch(_){d=null}n.exports=function(w){if(typeof w!="function")throw new f("a function is required");var S=h(r,g,arguments);return a(S,1+y(0,w.length-(arguments.length-1)),!0)};var E=function(){return h(r,l,arguments)};d?d(n.exports,"apply",{value:E}):n.exports.apply=E})(tf);var lf=An,cf=tf.exports,ig=cf(lf("String.prototype.indexOf")),ug=function(r,u){var a=lf(r,!!u);return typeof a=="function"&&ig(r,".prototype.")>-1?cf(a):a},og={},ag=Object.freeze(Object.defineProperty({__proto__:null,default:og},Symbol.toStringTag,{value:"Module"})),fg=pp(ag),Cu=typeof Map=="function"&&Map.prototype,Ou=Object.getOwnPropertyDescriptor&&Cu?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,ri=Cu&&Ou&&typeof Ou.get=="function"?Ou.get:null,pf=Cu&&Map.prototype.forEach,xu=typeof Set=="function"&&Set.prototype,Tu=Object.getOwnPropertyDescriptor&&xu?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,ii=xu&&Tu&&typeof Tu.get=="function"?Tu.get:null,hf=xu&&Set.prototype.forEach,sg=typeof WeakMap=="function"&&WeakMap.prototype,vr=sg?WeakMap.prototype.has:null,lg=typeof WeakSet=="function"&&WeakSet.prototype,yr=lg?WeakSet.prototype.has:null,cg=typeof WeakRef=="function"&&WeakRef.prototype,gf=cg?WeakRef.prototype.deref:null,pg=Boolean.prototype.valueOf,hg=Object.prototype.toString,gg=Function.prototype.toString,dg=String.prototype.match,Iu=String.prototype.slice,un=String.prototype.replace,vg=String.prototype.toUpperCase,df=String.prototype.toLowerCase,vf=RegExp.prototype.test,yf=Array.prototype.concat,Mt=Array.prototype.join,yg=Array.prototype.slice,mf=Math.floor,$u=typeof BigInt=="function"?BigInt.prototype.valueOf:null,Du=Object.getOwnPropertySymbols,Fu=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,Gn=typeof Symbol=="function"&&typeof Symbol.iterator=="object",ke=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===Gn?"object":"symbol")?Symbol.toStringTag:null,_f=Object.prototype.propertyIsEnumerable,wf=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(n){return n.__proto__}:null);function Ef(n,r){if(n===1/0||n===-1/0||n!==n||n&&n>-1e3&&n<1e3||vf.call(/e/,r))return r;var u=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof n=="number"){var a=n<0?-mf(-n):mf(n);if(a!==n){var f=String(a),l=Iu.call(r,f.length+1);return un.call(f,u,"$&_")+"."+un.call(un.call(l,/([0-9]{3})/g,"$&_"),/_$/,"")}}return un.call(r,u,"$&_")}var Pu=fg,Sf=Pu.custom,Af=Of(Sf)?Sf:null,mg=function n(r,u,a,f){var l=u||{};if(on(l,"quoteStyle")&&l.quoteStyle!=="single"&&l.quoteStyle!=="double")throw new TypeError('option "quoteStyle" must be "single" or "double"');if(on(l,"maxStringLength")&&(typeof l.maxStringLength=="number"?l.maxStringLength<0&&l.maxStringLength!==1/0:l.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var g=on(l,"customInspect")?l.customInspect:!0;if(typeof g!="boolean"&&g!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(on(l,"indent")&&l.indent!==null&&l.indent!==" "&&!(parseInt(l.indent,10)===l.indent&&l.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(on(l,"numericSeparator")&&typeof l.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var h=l.numericSeparator;if(typeof r=="undefined")return"undefined";if(r===null)return"null";if(typeof r=="boolean")return r?"true":"false";if(typeof r=="string")return Tf(r,l);if(typeof r=="number"){if(r===0)return 1/0/r>0?"0":"-0";var d=String(r);return h?Ef(r,d):d}if(typeof r=="bigint"){var y=String(r)+"n";return h?Ef(r,y):y}var E=typeof l.depth=="undefined"?5:l.depth;if(typeof a=="undefined"&&(a=0),a>=E&&E>0&&typeof r=="object")return Mu(r)?"[Array]":"[Object]";var _=Lg(l,a);if(typeof f=="undefined")f=[];else if(xf(f,r)>=0)return"[Circular]";function w(qe,K,H){if(K&&(f=yg.call(f),f.push(K)),H){var L={depth:l.depth};return on(l,"quoteStyle")&&(L.quoteStyle=l.quoteStyle),n(qe,L,a+1,f)}return n(qe,l,a+1,f)}if(typeof r=="function"&&!Cf(r)){var S=xg(r),$=ui(r,w);return"[Function"+(S?": "+S:" (anonymous)")+"]"+($.length>0?" { "+Mt.call($,", ")+" }":"")}if(Of(r)){var M=Gn?un.call(String(r),/^(Symbol\(.*\))_[^)]*$/,"$1"):Fu.call(r);return typeof r=="object"&&!Gn?mr(M):M}if(Pg(r)){for(var B="<"+df.call(String(r.nodeName)),P=r.attributes||[],k=0;k<P.length;k++)B+=" "+P[k].name+"="+bf(_g(P[k].value),"double",l);return B+=">",r.childNodes&&r.childNodes.length&&(B+="..."),B+="</"+df.call(String(r.nodeName))+">",B}if(Mu(r)){if(r.length===0)return"[]";var F=ui(r,w);return _&&!Rg(F)?"["+Lu(F,_)+"]":"[ "+Mt.call(F,", ")+" ]"}if(Eg(r)){var N=ui(r,w);return!("cause"in Error.prototype)&&"cause"in r&&!_f.call(r,"cause")?"{ ["+String(r)+"] "+Mt.call(yf.call("[cause]: "+w(r.cause),N),", ")+" }":N.length===0?"["+String(r)+"]":"{ ["+String(r)+"] "+Mt.call(N,", ")+" }"}if(typeof r=="object"&&g){if(Af&&typeof r[Af]=="function"&&Pu)return Pu(r,{depth:E-a});if(g!=="symbol"&&typeof r.inspect=="function")return r.inspect()}if(Tg(r)){var R=[];return pf&&pf.call(r,function(qe,K){R.push(w(K,r,!0)+" => "+w(qe,r))}),If("Map",ri.call(r),R,_)}if(Dg(r)){var X=[];return hf&&hf.call(r,function(qe){X.push(w(qe,r))}),If("Set",ii.call(r),X,_)}if(Ig(r))return Ru("WeakMap");if(Fg(r))return Ru("WeakSet");if($g(r))return Ru("WeakRef");if(Ag(r))return mr(w(Number(r)));if(Cg(r))return mr(w($u.call(r)));if(bg(r))return mr(pg.call(r));if(Sg(r))return mr(w(String(r)));if(typeof window!="undefined"&&r===window)return"{ [object Window] }";if(r===_n)return"{ [object globalThis] }";if(!wg(r)&&!Cf(r)){var z=ui(r,w),ue=wf?wf(r)===Object.prototype:r instanceof Object||r.constructor===Object,ye=r instanceof Object?"":"null prototype",de=!ue&&ke&&Object(r)===r&&ke in r?Iu.call(an(r),8,-1):ye?"Object":"",oe=ue||typeof r.constructor!="function"?"":r.constructor.name?r.constructor.name+" ":"",$e=oe+(de||ye?"["+Mt.call(yf.call([],de||[],ye||[]),": ")+"] ":"");return z.length===0?$e+"{}":_?$e+"{"+Lu(z,_)+"}":$e+"{ "+Mt.call(z,", ")+" }"}return String(r)};function bf(n,r,u){var a=(u.quoteStyle||r)==="double"?'"':"'";return a+n+a}function _g(n){return un.call(String(n),/"/g,""")}function Mu(n){return an(n)==="[object Array]"&&(!ke||!(typeof n=="object"&&ke in n))}function wg(n){return an(n)==="[object Date]"&&(!ke||!(typeof n=="object"&&ke in n))}function Cf(n){return an(n)==="[object RegExp]"&&(!ke||!(typeof n=="object"&&ke in n))}function Eg(n){return an(n)==="[object Error]"&&(!ke||!(typeof n=="object"&&ke in n))}function Sg(n){return an(n)==="[object String]"&&(!ke||!(typeof n=="object"&&ke in n))}function Ag(n){return an(n)==="[object Number]"&&(!ke||!(typeof n=="object"&&ke in n))}function bg(n){return an(n)==="[object Boolean]"&&(!ke||!(typeof n=="object"&&ke in n))}function Of(n){if(Gn)return n&&typeof n=="object"&&n instanceof Symbol;if(typeof n=="symbol")return!0;if(!n||typeof n!="object"||!Fu)return!1;try{return Fu.call(n),!0}catch(r){}return!1}function Cg(n){if(!n||typeof n!="object"||!$u)return!1;try{return $u.call(n),!0}catch(r){}return!1}var Og=Object.prototype.hasOwnProperty||function(n){return n in this};function on(n,r){return Og.call(n,r)}function an(n){return hg.call(n)}function xg(n){if(n.name)return n.name;var r=dg.call(gg.call(n),/^function\s*([\w$]+)/);return r?r[1]:null}function xf(n,r){if(n.indexOf)return n.indexOf(r);for(var u=0,a=n.length;u<a;u++)if(n[u]===r)return u;return-1}function Tg(n){if(!ri||!n||typeof n!="object")return!1;try{ri.call(n);try{ii.call(n)}catch(r){return!0}return n instanceof Map}catch(r){}return!1}function Ig(n){if(!vr||!n||typeof n!="object")return!1;try{vr.call(n,vr);try{yr.call(n,yr)}catch(r){return!0}return n instanceof WeakMap}catch(r){}return!1}function $g(n){if(!gf||!n||typeof n!="object")return!1;try{return gf.call(n),!0}catch(r){}return!1}function Dg(n){if(!ii||!n||typeof n!="object")return!1;try{ii.call(n);try{ri.call(n)}catch(r){return!0}return n instanceof Set}catch(r){}return!1}function Fg(n){if(!yr||!n||typeof n!="object")return!1;try{yr.call(n,yr);try{vr.call(n,vr)}catch(r){return!0}return n instanceof WeakSet}catch(r){}return!1}function Pg(n){return!n||typeof n!="object"?!1:typeof HTMLElement!="undefined"&&n instanceof HTMLElement?!0:typeof n.nodeName=="string"&&typeof n.getAttribute=="function"}function Tf(n,r){if(n.length>r.maxStringLength){var u=n.length-r.maxStringLength,a="... "+u+" more character"+(u>1?"s":"");return Tf(Iu.call(n,0,r.maxStringLength),r)+a}var f=un.call(un.call(n,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,Mg);return bf(f,"single",r)}function Mg(n){var r=n.charCodeAt(0),u={8:"b",9:"t",10:"n",12:"f",13:"r"}[r];return u?"\\"+u:"\\x"+(r<16?"0":"")+vg.call(r.toString(16))}function mr(n){return"Object("+n+")"}function Ru(n){return n+" { ? }"}function If(n,r,u,a){var f=a?Lu(u,a):Mt.call(u,", ");return n+" ("+r+") {"+f+"}"}function Rg(n){for(var r=0;r<n.length;r++)if(xf(n[r],`
|
|
3
3
|
`)>=0)return!1;return!0}function Lg(n,r){var u;if(n.indent===" ")u=" ";else if(typeof n.indent=="number"&&n.indent>0)u=Mt.call(Array(n.indent+1)," ");else return null;return{base:u,prev:Mt.call(Array(r+1),u)}}function Lu(n,r){if(n.length===0)return"";var u=`
|
|
4
4
|
`+r.prev+r.base;return u+Mt.call(n,","+u)+`
|
|
5
|
-
`+r.prev}function ui(n,r){var u=Mu(n),a=[];if(u){a.length=n.length;for(var f=0;f<n.length;f++)a[f]=on(n,f)?r(n[f],n):""}var l=typeof Du=="function"?Du(n):[],g;if(Gn){g={};for(var h=0;h<l.length;h++)g["$"+l[h]]=l[h]}for(var d in n)!on(n,d)||u&&String(Number(d))===d&&d<n.length||Gn&&g["$"+d]instanceof Symbol||(vf.call(/[^\w$]/,d)?a.push(r(d,n)+": "+r(n[d],n)):a.push(d+": "+r(n[d],n)));if(typeof Du=="function")for(var y=0;y<l.length;y++)_f.call(n,l[y])&&a.push("["+r(l[y])+"]: "+r(n[l[y]],n));return a}var Nu=An,qn=ug,Ng=mg,Bg=Nu("%TypeError%"),oi=Nu("%WeakMap%",!0),ai=Nu("%Map%",!0),Ug=qn("WeakMap.prototype.get",!0),Wg=qn("WeakMap.prototype.set",!0),Hg=qn("WeakMap.prototype.has",!0),Yg=qn("Map.prototype.get",!0),kg=qn("Map.prototype.set",!0),Gg=qn("Map.prototype.has",!0),Bu=function(n,r){for(var u=n,a;(a=u.next)!==null;u=a)if(a.key===r)return u.next=a.next,a.next=n.next,n.next=a,a},qg=function(n,r){var u=Bu(n,r);return u&&u.value},zg=function(n,r,u){var a=Bu(n,r);a?a.value=u:n.next={key:r,next:n.next,value:u}},Kg=function(n,r){return!!Bu(n,r)},Jg=function(){var r,u,a,f={assert:function(l){if(!f.has(l))throw new Bg("Side channel does not contain "+Ng(l))},get:function(l){if(oi&&l&&(typeof l=="object"||typeof l=="function")){if(r)return Ug(r,l)}else if(ai){if(u)return Yg(u,l)}else if(a)return qg(a,l)},has:function(l){if(oi&&l&&(typeof l=="object"||typeof l=="function")){if(r)return Hg(r,l)}else if(ai){if(u)return Gg(u,l)}else if(a)return Kg(a,l);return!1},set:function(l,g){oi&&l&&(typeof l=="object"||typeof l=="function")?(r||(r=new oi),Wg(r,l,g)):ai?(u||(u=new ai),kg(u,l,g)):(a||(a={key:{},next:null}),zg(a,l,g))}};return f},Vg=String.prototype.replace,Qg=/%20/g,Uu={RFC1738:"RFC1738",RFC3986:"RFC3986"},Wu={default:Uu.RFC3986,formatters:{RFC1738:function(n){return Vg.call(n,Qg,"+")},RFC3986:function(n){return String(n)}},RFC1738:Uu.RFC1738,RFC3986:Uu.RFC3986},Xg=Wu,Hu=Object.prototype.hasOwnProperty,bn=Array.isArray,Rt=function(){for(var n=[],r=0;r<256;++r)n.push("%"+((r<16?"0":"")+r.toString(16)).toUpperCase());return n}(),Zg=function(r){for(;r.length>1;){var u=r.pop(),a=u.obj[u.prop];if(bn(a)){for(var f=[],l=0;l<a.length;++l)typeof a[l]!="undefined"&&f.push(a[l]);u.obj[u.prop]=f}}},$f=function(r,u){for(var a=u&&u.plainObjects?Object.create(null):{},f=0;f<r.length;++f)typeof r[f]!="undefined"&&(a[f]=r[f]);return a},jg=function n(r,u,a){if(!u)return r;if(typeof u!="object"){if(bn(r))r.push(u);else if(r&&typeof r=="object")(a&&(a.plainObjects||a.allowPrototypes)||!Hu.call(Object.prototype,u))&&(r[u]=!0);else return[r,u];return r}if(!r||typeof r!="object")return[r].concat(u);var f=r;return bn(r)&&!bn(u)&&(f=$f(r,a)),bn(r)&&bn(u)?(u.forEach(function(l,g){if(Hu.call(r,g)){var h=r[g];h&&typeof h=="object"&&l&&typeof l=="object"?r[g]=n(h,l,a):r.push(l)}else r[g]=l}),r):Object.keys(u).reduce(function(l,g){var h=u[g];return Hu.call(l,g)?l[g]=n(l[g],h,a):l[g]=h,l},f)},ed=function(r,u){return Object.keys(u).reduce(function(a,f){return a[f]=u[f],a},r)},td=function(n,r,u){var a=n.replace(/\+/g," ");if(u==="iso-8859-1")return a.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(a)}catch(f){return a}},nd=function(r,u,a,f,l){if(r.length===0)return r;var g=r;if(typeof r=="symbol"?g=Symbol.prototype.toString.call(r):typeof r!="string"&&(g=String(r)),a==="iso-8859-1")return escape(g).replace(/%u[0-9a-f]{4}/gi,function(E){return"%26%23"+parseInt(E.slice(2),16)+"%3B"});for(var h="",d=0;d<g.length;++d){var y=g.charCodeAt(d);if(y===45||y===46||y===95||y===126||y>=48&&y<=57||y>=65&&y<=90||y>=97&&y<=122||l===Xg.RFC1738&&(y===40||y===41)){h+=g.charAt(d);continue}if(y<128){h=h+Rt[y];continue}if(y<2048){h=h+(Rt[192|y>>6]+Rt[128|y&63]);continue}if(y<55296||y>=57344){h=h+(Rt[224|y>>12]+Rt[128|y>>6&63]+Rt[128|y&63]);continue}d+=1,y=65536+((y&1023)<<10|g.charCodeAt(d)&1023),h+=Rt[240|y>>18]+Rt[128|y>>12&63]+Rt[128|y>>6&63]+Rt[128|y&63]}return h},rd=function(r){for(var u=[{obj:{o:r},prop:"o"}],a=[],f=0;f<u.length;++f)for(var l=u[f],g=l.obj[l.prop],h=Object.keys(g),d=0;d<h.length;++d){var y=h[d],E=g[y];typeof E=="object"&&E!==null&&a.indexOf(E)===-1&&(u.push({obj:g,prop:y}),a.push(E))}return Zg(u),r},id=function(r){return Object.prototype.toString.call(r)==="[object RegExp]"},ud=function(r){return!r||typeof r!="object"?!1:!!(r.constructor&&r.constructor.isBuffer&&r.constructor.isBuffer(r))},od=function(r,u){return[].concat(r,u)},ad=function(r,u){if(bn(r)){for(var a=[],f=0;f<r.length;f+=1)a.push(u(r[f]));return a}return u(r)},Df={arrayToObject:$f,assign:ed,combine:od,compact:rd,decode:td,encode:nd,isBuffer:ud,isRegExp:id,maybeMap:ad,merge:jg},Ff=Jg,fi=Df,_r=Wu,fd=Object.prototype.hasOwnProperty,Pf={brackets:function(r){return r+"[]"},comma:"comma",indices:function(r,u){return r+"["+u+"]"},repeat:function(r){return r}},kt=Array.isArray,sd=Array.prototype.push,Mf=function(n,r){sd.apply(n,kt(r)?r:[r])},ld=Date.prototype.toISOString,Rf=_r.default,Ge={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:fi.encode,encodeValuesOnly:!1,format:Rf,formatter:_r.formatters[Rf],indices:!1,serializeDate:function(r){return ld.call(r)},skipNulls:!1,strictNullHandling:!1},cd=function(r){return typeof r=="string"||typeof r=="number"||typeof r=="boolean"||typeof r=="symbol"||typeof r=="bigint"},Yu={},pd=function n(r,u,a,f,l,g,h,d,y,E,_,w,S,$,M,B){for(var P=r,k=B,F=0,N=!1;(k=k.get(Yu))!==void 0&&!N;){var R=k.get(r);if(F+=1,typeof R!="undefined"){if(R===F)throw new RangeError("Cyclic object value");N=!0}typeof k.get(Yu)=="undefined"&&(F=0)}if(typeof d=="function"?P=d(u,P):P instanceof Date?P=_(P):a==="comma"&&kt(P)&&(P=fi.maybeMap(P,function(L){return L instanceof Date?_(L):L})),P===null){if(l)return h&&!$?h(u,Ge.encoder,M,"key",w):u;P=""}if(cd(P)||fi.isBuffer(P)){if(h){var X=$?u:h(u,Ge.encoder,M,"key",w);return[S(X)+"="+S(h(P,Ge.encoder,M,"value",w))]}return[S(u)+"="+S(String(P))]}var z=[];if(typeof P=="undefined")return z;var ue;if(a==="comma"&&kt(P))$&&h&&(P=fi.maybeMap(P,h)),ue=[{value:P.length>0?P.join(",")||null:void 0}];else if(kt(d))ue=d;else{var ye=Object.keys(P);ue=y?ye.sort(y):ye}for(var de=f&&kt(P)&&P.length===1?u+"[]":u,oe=0;oe<ue.length;++oe){var $e=ue[oe],qe=typeof $e=="object"&&typeof $e.value!="undefined"?$e.value:P[$e];if(!(g&&qe===null)){var K=kt(P)?typeof a=="function"?a(de,$e):de:de+(E?"."+$e:"["+$e+"]");B.set(r,F);var H=Ff();H.set(Yu,B),Mf(z,n(qe,K,a,f,l,g,a==="comma"&&$&&kt(P)?null:h,d,y,E,_,w,S,$,M,H))}}return z},hd=function(r){if(!r)return Ge;if(r.encoder!==null&&typeof r.encoder!="undefined"&&typeof r.encoder!="function")throw new TypeError("Encoder has to be a function.");var u=r.charset||Ge.charset;if(typeof r.charset!="undefined"&&r.charset!=="utf-8"&&r.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var a=_r.default;if(typeof r.format!="undefined"){if(!fd.call(_r.formatters,r.format))throw new TypeError("Unknown format option provided.");a=r.format}var f=_r.formatters[a],l=Ge.filter;return(typeof r.filter=="function"||kt(r.filter))&&(l=r.filter),{addQueryPrefix:typeof r.addQueryPrefix=="boolean"?r.addQueryPrefix:Ge.addQueryPrefix,allowDots:typeof r.allowDots=="undefined"?Ge.allowDots:!!r.allowDots,charset:u,charsetSentinel:typeof r.charsetSentinel=="boolean"?r.charsetSentinel:Ge.charsetSentinel,delimiter:typeof r.delimiter=="undefined"?Ge.delimiter:r.delimiter,encode:typeof r.encode=="boolean"?r.encode:Ge.encode,encoder:typeof r.encoder=="function"?r.encoder:Ge.encoder,encodeValuesOnly:typeof r.encodeValuesOnly=="boolean"?r.encodeValuesOnly:Ge.encodeValuesOnly,filter:l,format:a,formatter:f,serializeDate:typeof r.serializeDate=="function"?r.serializeDate:Ge.serializeDate,skipNulls:typeof r.skipNulls=="boolean"?r.skipNulls:Ge.skipNulls,sort:typeof r.sort=="function"?r.sort:null,strictNullHandling:typeof r.strictNullHandling=="boolean"?r.strictNullHandling:Ge.strictNullHandling}},gd=function(n,r){var u=n,a=hd(r),f,l;typeof a.filter=="function"?(l=a.filter,u=l("",u)):kt(a.filter)&&(l=a.filter,f=l);var g=[];if(typeof u!="object"||u===null)return"";var h;r&&r.arrayFormat in Pf?h=r.arrayFormat:r&&"indices"in r?h=r.indices?"indices":"repeat":h="indices";var d=Pf[h];if(r&&"commaRoundTrip"in r&&typeof r.commaRoundTrip!="boolean")throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var y=d==="comma"&&r&&r.commaRoundTrip;f||(f=Object.keys(u)),a.sort&&f.sort(a.sort);for(var E=Ff(),_=0;_<f.length;++_){var w=f[_];a.skipNulls&&u[w]===null||Mf(g,pd(u[w],w,d,y,a.strictNullHandling,a.skipNulls,a.encode?a.encoder:null,a.filter,a.sort,a.allowDots,a.serializeDate,a.format,a.formatter,a.encodeValuesOnly,a.charset,E))}var S=g.join(a.delimiter),$=a.addQueryPrefix===!0?"?":"";return a.charsetSentinel&&(a.charset==="iso-8859-1"?$+="utf8=%26%2310003%3B&":$+="utf8=%E2%9C%93&"),S.length>0?$+S:""},zn=Df,ku=Object.prototype.hasOwnProperty,dd=Array.isArray,Le={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:zn.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},vd=function(n){return n.replace(/&#(\d+);/g,function(r,u){return String.fromCharCode(parseInt(u,10))})},Lf=function(n,r){return n&&typeof n=="string"&&r.comma&&n.indexOf(",")>-1?n.split(","):n},yd="utf8=%26%2310003%3B",md="utf8=%E2%9C%93",_d=function(r,u){var a={__proto__:null},f=u.ignoreQueryPrefix?r.replace(/^\?/,""):r,l=u.parameterLimit===1/0?void 0:u.parameterLimit,g=f.split(u.delimiter,l),h=-1,d,y=u.charset;if(u.charsetSentinel)for(d=0;d<g.length;++d)g[d].indexOf("utf8=")===0&&(g[d]===md?y="utf-8":g[d]===yd&&(y="iso-8859-1"),h=d,d=g.length);for(d=0;d<g.length;++d)if(d!==h){var E=g[d],_=E.indexOf("]="),w=_===-1?E.indexOf("="):_+1,S,$;w===-1?(S=u.decoder(E,Le.decoder,y,"key"),$=u.strictNullHandling?null:""):(S=u.decoder(E.slice(0,w),Le.decoder,y,"key"),$=zn.maybeMap(Lf(E.slice(w+1),u),function(M){return u.decoder(M,Le.decoder,y,"value")})),$&&u.interpretNumericEntities&&y==="iso-8859-1"&&($=vd($)),E.indexOf("[]=")>-1&&($=dd($)?[$]:$),ku.call(a,S)?a[S]=zn.combine(a[S],$):a[S]=$}return a},wd=function(n,r,u,a){for(var f=a?r:Lf(r,u),l=n.length-1;l>=0;--l){var g,h=n[l];if(h==="[]"&&u.parseArrays)g=[].concat(f);else{g=u.plainObjects?Object.create(null):{};var d=h.charAt(0)==="["&&h.charAt(h.length-1)==="]"?h.slice(1,-1):h,y=parseInt(d,10);!u.parseArrays&&d===""?g={0:f}:!isNaN(y)&&h!==d&&String(y)===d&&y>=0&&u.parseArrays&&y<=u.arrayLimit?(g=[],g[y]=f):d!=="__proto__"&&(g[d]=f)}f=g}return f},Ed=function(r,u,a,f){if(!!r){var l=a.allowDots?r.replace(/\.([^.[]+)/g,"[$1]"):r,g=/(\[[^[\]]*])/,h=/(\[[^[\]]*])/g,d=a.depth>0&&g.exec(l),y=d?l.slice(0,d.index):l,E=[];if(y){if(!a.plainObjects&&ku.call(Object.prototype,y)&&!a.allowPrototypes)return;E.push(y)}for(var _=0;a.depth>0&&(d=h.exec(l))!==null&&_<a.depth;){if(_+=1,!a.plainObjects&&ku.call(Object.prototype,d[1].slice(1,-1))&&!a.allowPrototypes)return;E.push(d[1])}return d&&E.push("["+l.slice(d.index)+"]"),wd(E,u,a,f)}},Sd=function(r){if(!r)return Le;if(r.decoder!==null&&r.decoder!==void 0&&typeof r.decoder!="function")throw new TypeError("Decoder has to be a function.");if(typeof r.charset!="undefined"&&r.charset!=="utf-8"&&r.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var u=typeof r.charset=="undefined"?Le.charset:r.charset;return{allowDots:typeof r.allowDots=="undefined"?Le.allowDots:!!r.allowDots,allowPrototypes:typeof r.allowPrototypes=="boolean"?r.allowPrototypes:Le.allowPrototypes,allowSparse:typeof r.allowSparse=="boolean"?r.allowSparse:Le.allowSparse,arrayLimit:typeof r.arrayLimit=="number"?r.arrayLimit:Le.arrayLimit,charset:u,charsetSentinel:typeof r.charsetSentinel=="boolean"?r.charsetSentinel:Le.charsetSentinel,comma:typeof r.comma=="boolean"?r.comma:Le.comma,decoder:typeof r.decoder=="function"?r.decoder:Le.decoder,delimiter:typeof r.delimiter=="string"||zn.isRegExp(r.delimiter)?r.delimiter:Le.delimiter,depth:typeof r.depth=="number"||r.depth===!1?+r.depth:Le.depth,ignoreQueryPrefix:r.ignoreQueryPrefix===!0,interpretNumericEntities:typeof r.interpretNumericEntities=="boolean"?r.interpretNumericEntities:Le.interpretNumericEntities,parameterLimit:typeof r.parameterLimit=="number"?r.parameterLimit:Le.parameterLimit,parseArrays:r.parseArrays!==!1,plainObjects:typeof r.plainObjects=="boolean"?r.plainObjects:Le.plainObjects,strictNullHandling:typeof r.strictNullHandling=="boolean"?r.strictNullHandling:Le.strictNullHandling}},Ad=function(n,r){var u=Sd(r);if(n===""||n===null||typeof n=="undefined")return u.plainObjects?Object.create(null):{};for(var a=typeof n=="string"?_d(n,u):n,f=u.plainObjects?Object.create(null):{},l=Object.keys(a),g=0;g<l.length;++g){var h=l[g],d=Ed(h,a[h],u,typeof n=="string");f=zn.merge(f,d,u)}return u.allowSparse===!0?f:zn.compact(f)},bd=gd,Cd=Ad,Od=Wu,xd={formats:Od,parse:Cd,stringify:bd};function Nf(){const n=location.search,r=new Object;if(n.indexOf("?")!=-1){let a=n.substr(1).split("&");for(let f=0;f<a.length;f++)r[a[f].split("=")[0]]=unescape(a[f].split("=")[1])}return r}const Bf="Content-Type";function Gu(n){let r=(n==null?void 0:n[Bf])||(n==null?void 0:n["content-type"])||"";const u=r.indexOf(";");return u!==-1&&(r=r.substring(0,u)),r}function Uf(n,r){n[Bf]=r}const wr={form:"application/x-www-form-urlencoded",multiForm:"multipart/form-data",body:"application/json",os:"application/octet-stream",json:"application/json"},Wf="v8-token",Td="lambo-token";function Id(n){Ln(Wf,n),qu.set("TOKEN_KEY",n,1)}function Hf(){let n=_e(Td);return n||(n=qu.get("lambo-sso-key")),n||(n=qu.get("TOKEN_KEY")),n||(n=Rn(Wf)),n||!1}const qu={set:function(n,r,u){if(n.indexOf("=")!==-1)throw new Error("Cookie\u4E0D\u652F\u6301key\u4E2D\u4F7F\u7528\u7B49\u53F7\u3010=\u3011, key:"+n);let a=new Date;a.setTime(a.getTime()+24*60*60*1e3*u),window.document.cookie=n+"="+r+";path=/;expires="+a.toGMTString()},get:function(n){if(document.cookie.length>0){var r=document.cookie.split("; ");for(let a=0;a<r.length;a++){let f=r[a].split("=");if(f[0]===n){var u=f[1];for(let l=2;l<f.length;l++)u+="="+f[l];return u}}}}};var Yf={title:"",icomId:"",showMenus:!1,routerBase:"ind",loginRouteName:"login",rootRouteName:"root",homeRouteName:"home",authServerContext:"/user-manage-server",ossServerContext:"/user-manage-server",ismAmServerContext:"/ind-ism-am-server",ismAcServerContext:"/ind-ism-ac-server",ismSqServerContext:"/ind-ism-sq-server",ilmServerContext:"/ind-ilm-server",ucExtServerContext:"/ind-uc-ext-server",kkfilepreviewContext:"/kkfilepreview",errorMessage:"\u7CFB\u7EDF\u5F00\u5C0F\u5DEE\u4E86\uFF0C\u8BF7\u7A0D\u540E\u5C1D\u8BD5",leftLockDays:7,labelStyle:{labelWidthButton:50,labelWidthSmall:100+40,labelWidthMiddle:120+40,labelWidthMiddleLarge:140+40,labelWidthLarge:160+40,labelWidthSuperLarge:180+40},linkColor:"#488AFF"};function $d(){return{showMenus:!0}}function Dd(){return{showMenus:typeof window!="undefined"&&window.top===window.self}}function kf(n){return n?Object.assign({},Yf,$d()):Object.assign({},Yf,Dd())}const Lt=kf(),Fd=1,Pd=10106;let Er=null;function Md(n){Er&&clearTimeout(Er);let r=!Er;Er=setTimeout(()=>{Er=null},1e3*20),r&&n()}function Rd(n){let r=Hf();r&&(n.headers.token=r);const u=Nf();(u.hasOwnProperty("sso_token")||sessionStorage.getItem("sso_token"))&&(n.params=Object.assign({sso_token:u.sso_token||sessionStorage.getItem("sso_token"),sso_id:u.sso_id},n.params));const a=Gu(n.headers);return n.method==="post"?a===wr.form&&(n.data=xd.stringify(n.data)):n.method,n}function Gf(n){let r=n.data;if(Gu(n.headers)!==wr.json)return r;switch(typeof n.data=="string"&&(r=JSON.parse(n.data)),r.code){case Fd:return r;case Pd:{Md(function(){window.sessionNotValidHandler&&window.sessionNotValidHandler()});break}default:{let f=r.message||r.msg||Lt.errorMessage;window.apiErrorHandler&&window.apiErrorHandler(f)}}return Promise.reject(r)}function qf(n){var r;return(n==null?void 0:n.code)==="ECONNABORTED"?window.apiErrorHandler&&window.apiErrorHandler("\u8BF7\u6C42\u8D85\u65F6\uFF0C\u8BF7\u7A0D\u540E\u518D\u8BD5"):((r=n==null?void 0:n.response)==null?void 0:r.status)!==200&&window.apiErrorHandler&&window.apiErrorHandler("\u8BF7\u6C42\u51FA\u9519\u4E86"),Promise.reject(n)}const he=wh.create({timeout:5*60*1e3});he.interceptors.request.use(Rd,qf),he.interceptors.response.use(Gf,qf),he.formPost=function(n,r,u){const a=(u==null?void 0:u.headers)||{};return Uf(a,wr.form),he.post(n,r,Pt(pt({},u),{headers:a}))};var zf={exports:{}},Kf={exports:{}};(function(){var n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",r={rotl:function(u,a){return u<<a|u>>>32-a},rotr:function(u,a){return u<<32-a|u>>>a},endian:function(u){if(u.constructor==Number)return r.rotl(u,8)&16711935|r.rotl(u,24)&4278255360;for(var a=0;a<u.length;a++)u[a]=r.endian(u[a]);return u},randomBytes:function(u){for(var a=[];u>0;u--)a.push(Math.floor(Math.random()*256));return a},bytesToWords:function(u){for(var a=[],f=0,l=0;f<u.length;f++,l+=8)a[l>>>5]|=u[f]<<24-l%32;return a},wordsToBytes:function(u){for(var a=[],f=0;f<u.length*32;f+=8)a.push(u[f>>>5]>>>24-f%32&255);return a},bytesToHex:function(u){for(var a=[],f=0;f<u.length;f++)a.push((u[f]>>>4).toString(16)),a.push((u[f]&15).toString(16));return a.join("")},hexToBytes:function(u){for(var a=[],f=0;f<u.length;f+=2)a.push(parseInt(u.substr(f,2),16));return a},bytesToBase64:function(u){for(var a=[],f=0;f<u.length;f+=3)for(var l=u[f]<<16|u[f+1]<<8|u[f+2],g=0;g<4;g++)f*8+g*6<=u.length*8?a.push(n.charAt(l>>>6*(3-g)&63)):a.push("=");return a.join("")},base64ToBytes:function(u){u=u.replace(/[^A-Z0-9+\/]/ig,"");for(var a=[],f=0,l=0;f<u.length;l=++f%4)l!=0&&a.push((n.indexOf(u.charAt(f-1))&Math.pow(2,-2*l+8)-1)<<l*2|n.indexOf(u.charAt(f))>>>6-l*2);return a}};Kf.exports=r})();var zu={utf8:{stringToBytes:function(n){return zu.bin.stringToBytes(unescape(encodeURIComponent(n)))},bytesToString:function(n){return decodeURIComponent(escape(zu.bin.bytesToString(n)))}},bin:{stringToBytes:function(n){for(var r=[],u=0;u<n.length;u++)r.push(n.charCodeAt(u)&255);return r},bytesToString:function(n){for(var r=[],u=0;u<n.length;u++)r.push(String.fromCharCode(n[u]));return r.join("")}}},Jf=zu;/*!
|
|
5
|
+
`+r.prev}function ui(n,r){var u=Mu(n),a=[];if(u){a.length=n.length;for(var f=0;f<n.length;f++)a[f]=on(n,f)?r(n[f],n):""}var l=typeof Du=="function"?Du(n):[],g;if(Gn){g={};for(var h=0;h<l.length;h++)g["$"+l[h]]=l[h]}for(var d in n)!on(n,d)||u&&String(Number(d))===d&&d<n.length||Gn&&g["$"+d]instanceof Symbol||(vf.call(/[^\w$]/,d)?a.push(r(d,n)+": "+r(n[d],n)):a.push(d+": "+r(n[d],n)));if(typeof Du=="function")for(var y=0;y<l.length;y++)_f.call(n,l[y])&&a.push("["+r(l[y])+"]: "+r(n[l[y]],n));return a}var Nu=An,qn=ug,Ng=mg,Bg=Nu("%TypeError%"),oi=Nu("%WeakMap%",!0),ai=Nu("%Map%",!0),Ug=qn("WeakMap.prototype.get",!0),Wg=qn("WeakMap.prototype.set",!0),Hg=qn("WeakMap.prototype.has",!0),Yg=qn("Map.prototype.get",!0),kg=qn("Map.prototype.set",!0),Gg=qn("Map.prototype.has",!0),Bu=function(n,r){for(var u=n,a;(a=u.next)!==null;u=a)if(a.key===r)return u.next=a.next,a.next=n.next,n.next=a,a},qg=function(n,r){var u=Bu(n,r);return u&&u.value},zg=function(n,r,u){var a=Bu(n,r);a?a.value=u:n.next={key:r,next:n.next,value:u}},Kg=function(n,r){return!!Bu(n,r)},Jg=function(){var r,u,a,f={assert:function(l){if(!f.has(l))throw new Bg("Side channel does not contain "+Ng(l))},get:function(l){if(oi&&l&&(typeof l=="object"||typeof l=="function")){if(r)return Ug(r,l)}else if(ai){if(u)return Yg(u,l)}else if(a)return qg(a,l)},has:function(l){if(oi&&l&&(typeof l=="object"||typeof l=="function")){if(r)return Hg(r,l)}else if(ai){if(u)return Gg(u,l)}else if(a)return Kg(a,l);return!1},set:function(l,g){oi&&l&&(typeof l=="object"||typeof l=="function")?(r||(r=new oi),Wg(r,l,g)):ai?(u||(u=new ai),kg(u,l,g)):(a||(a={key:{},next:null}),zg(a,l,g))}};return f},Vg=String.prototype.replace,Qg=/%20/g,Uu={RFC1738:"RFC1738",RFC3986:"RFC3986"},Wu={default:Uu.RFC3986,formatters:{RFC1738:function(n){return Vg.call(n,Qg,"+")},RFC3986:function(n){return String(n)}},RFC1738:Uu.RFC1738,RFC3986:Uu.RFC3986},Xg=Wu,Hu=Object.prototype.hasOwnProperty,bn=Array.isArray,Rt=function(){for(var n=[],r=0;r<256;++r)n.push("%"+((r<16?"0":"")+r.toString(16)).toUpperCase());return n}(),Zg=function(r){for(;r.length>1;){var u=r.pop(),a=u.obj[u.prop];if(bn(a)){for(var f=[],l=0;l<a.length;++l)typeof a[l]!="undefined"&&f.push(a[l]);u.obj[u.prop]=f}}},$f=function(r,u){for(var a=u&&u.plainObjects?Object.create(null):{},f=0;f<r.length;++f)typeof r[f]!="undefined"&&(a[f]=r[f]);return a},jg=function n(r,u,a){if(!u)return r;if(typeof u!="object"){if(bn(r))r.push(u);else if(r&&typeof r=="object")(a&&(a.plainObjects||a.allowPrototypes)||!Hu.call(Object.prototype,u))&&(r[u]=!0);else return[r,u];return r}if(!r||typeof r!="object")return[r].concat(u);var f=r;return bn(r)&&!bn(u)&&(f=$f(r,a)),bn(r)&&bn(u)?(u.forEach(function(l,g){if(Hu.call(r,g)){var h=r[g];h&&typeof h=="object"&&l&&typeof l=="object"?r[g]=n(h,l,a):r.push(l)}else r[g]=l}),r):Object.keys(u).reduce(function(l,g){var h=u[g];return Hu.call(l,g)?l[g]=n(l[g],h,a):l[g]=h,l},f)},ed=function(r,u){return Object.keys(u).reduce(function(a,f){return a[f]=u[f],a},r)},td=function(n,r,u){var a=n.replace(/\+/g," ");if(u==="iso-8859-1")return a.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(a)}catch(f){return a}},nd=function(r,u,a,f,l){if(r.length===0)return r;var g=r;if(typeof r=="symbol"?g=Symbol.prototype.toString.call(r):typeof r!="string"&&(g=String(r)),a==="iso-8859-1")return escape(g).replace(/%u[0-9a-f]{4}/gi,function(E){return"%26%23"+parseInt(E.slice(2),16)+"%3B"});for(var h="",d=0;d<g.length;++d){var y=g.charCodeAt(d);if(y===45||y===46||y===95||y===126||y>=48&&y<=57||y>=65&&y<=90||y>=97&&y<=122||l===Xg.RFC1738&&(y===40||y===41)){h+=g.charAt(d);continue}if(y<128){h=h+Rt[y];continue}if(y<2048){h=h+(Rt[192|y>>6]+Rt[128|y&63]);continue}if(y<55296||y>=57344){h=h+(Rt[224|y>>12]+Rt[128|y>>6&63]+Rt[128|y&63]);continue}d+=1,y=65536+((y&1023)<<10|g.charCodeAt(d)&1023),h+=Rt[240|y>>18]+Rt[128|y>>12&63]+Rt[128|y>>6&63]+Rt[128|y&63]}return h},rd=function(r){for(var u=[{obj:{o:r},prop:"o"}],a=[],f=0;f<u.length;++f)for(var l=u[f],g=l.obj[l.prop],h=Object.keys(g),d=0;d<h.length;++d){var y=h[d],E=g[y];typeof E=="object"&&E!==null&&a.indexOf(E)===-1&&(u.push({obj:g,prop:y}),a.push(E))}return Zg(u),r},id=function(r){return Object.prototype.toString.call(r)==="[object RegExp]"},ud=function(r){return!r||typeof r!="object"?!1:!!(r.constructor&&r.constructor.isBuffer&&r.constructor.isBuffer(r))},od=function(r,u){return[].concat(r,u)},ad=function(r,u){if(bn(r)){for(var a=[],f=0;f<r.length;f+=1)a.push(u(r[f]));return a}return u(r)},Df={arrayToObject:$f,assign:ed,combine:od,compact:rd,decode:td,encode:nd,isBuffer:ud,isRegExp:id,maybeMap:ad,merge:jg},Ff=Jg,fi=Df,_r=Wu,fd=Object.prototype.hasOwnProperty,Pf={brackets:function(r){return r+"[]"},comma:"comma",indices:function(r,u){return r+"["+u+"]"},repeat:function(r){return r}},kt=Array.isArray,sd=Array.prototype.push,Mf=function(n,r){sd.apply(n,kt(r)?r:[r])},ld=Date.prototype.toISOString,Rf=_r.default,Ge={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:fi.encode,encodeValuesOnly:!1,format:Rf,formatter:_r.formatters[Rf],indices:!1,serializeDate:function(r){return ld.call(r)},skipNulls:!1,strictNullHandling:!1},cd=function(r){return typeof r=="string"||typeof r=="number"||typeof r=="boolean"||typeof r=="symbol"||typeof r=="bigint"},Yu={},pd=function n(r,u,a,f,l,g,h,d,y,E,_,w,S,$,M,B){for(var P=r,k=B,F=0,N=!1;(k=k.get(Yu))!==void 0&&!N;){var R=k.get(r);if(F+=1,typeof R!="undefined"){if(R===F)throw new RangeError("Cyclic object value");N=!0}typeof k.get(Yu)=="undefined"&&(F=0)}if(typeof d=="function"?P=d(u,P):P instanceof Date?P=_(P):a==="comma"&&kt(P)&&(P=fi.maybeMap(P,function(L){return L instanceof Date?_(L):L})),P===null){if(l)return h&&!$?h(u,Ge.encoder,M,"key",w):u;P=""}if(cd(P)||fi.isBuffer(P)){if(h){var X=$?u:h(u,Ge.encoder,M,"key",w);return[S(X)+"="+S(h(P,Ge.encoder,M,"value",w))]}return[S(u)+"="+S(String(P))]}var z=[];if(typeof P=="undefined")return z;var ue;if(a==="comma"&&kt(P))$&&h&&(P=fi.maybeMap(P,h)),ue=[{value:P.length>0?P.join(",")||null:void 0}];else if(kt(d))ue=d;else{var ye=Object.keys(P);ue=y?ye.sort(y):ye}for(var de=f&&kt(P)&&P.length===1?u+"[]":u,oe=0;oe<ue.length;++oe){var $e=ue[oe],qe=typeof $e=="object"&&typeof $e.value!="undefined"?$e.value:P[$e];if(!(g&&qe===null)){var K=kt(P)?typeof a=="function"?a(de,$e):de:de+(E?"."+$e:"["+$e+"]");B.set(r,F);var H=Ff();H.set(Yu,B),Mf(z,n(qe,K,a,f,l,g,a==="comma"&&$&&kt(P)?null:h,d,y,E,_,w,S,$,M,H))}}return z},hd=function(r){if(!r)return Ge;if(r.encoder!==null&&typeof r.encoder!="undefined"&&typeof r.encoder!="function")throw new TypeError("Encoder has to be a function.");var u=r.charset||Ge.charset;if(typeof r.charset!="undefined"&&r.charset!=="utf-8"&&r.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var a=_r.default;if(typeof r.format!="undefined"){if(!fd.call(_r.formatters,r.format))throw new TypeError("Unknown format option provided.");a=r.format}var f=_r.formatters[a],l=Ge.filter;return(typeof r.filter=="function"||kt(r.filter))&&(l=r.filter),{addQueryPrefix:typeof r.addQueryPrefix=="boolean"?r.addQueryPrefix:Ge.addQueryPrefix,allowDots:typeof r.allowDots=="undefined"?Ge.allowDots:!!r.allowDots,charset:u,charsetSentinel:typeof r.charsetSentinel=="boolean"?r.charsetSentinel:Ge.charsetSentinel,delimiter:typeof r.delimiter=="undefined"?Ge.delimiter:r.delimiter,encode:typeof r.encode=="boolean"?r.encode:Ge.encode,encoder:typeof r.encoder=="function"?r.encoder:Ge.encoder,encodeValuesOnly:typeof r.encodeValuesOnly=="boolean"?r.encodeValuesOnly:Ge.encodeValuesOnly,filter:l,format:a,formatter:f,serializeDate:typeof r.serializeDate=="function"?r.serializeDate:Ge.serializeDate,skipNulls:typeof r.skipNulls=="boolean"?r.skipNulls:Ge.skipNulls,sort:typeof r.sort=="function"?r.sort:null,strictNullHandling:typeof r.strictNullHandling=="boolean"?r.strictNullHandling:Ge.strictNullHandling}},gd=function(n,r){var u=n,a=hd(r),f,l;typeof a.filter=="function"?(l=a.filter,u=l("",u)):kt(a.filter)&&(l=a.filter,f=l);var g=[];if(typeof u!="object"||u===null)return"";var h;r&&r.arrayFormat in Pf?h=r.arrayFormat:r&&"indices"in r?h=r.indices?"indices":"repeat":h="indices";var d=Pf[h];if(r&&"commaRoundTrip"in r&&typeof r.commaRoundTrip!="boolean")throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var y=d==="comma"&&r&&r.commaRoundTrip;f||(f=Object.keys(u)),a.sort&&f.sort(a.sort);for(var E=Ff(),_=0;_<f.length;++_){var w=f[_];a.skipNulls&&u[w]===null||Mf(g,pd(u[w],w,d,y,a.strictNullHandling,a.skipNulls,a.encode?a.encoder:null,a.filter,a.sort,a.allowDots,a.serializeDate,a.format,a.formatter,a.encodeValuesOnly,a.charset,E))}var S=g.join(a.delimiter),$=a.addQueryPrefix===!0?"?":"";return a.charsetSentinel&&(a.charset==="iso-8859-1"?$+="utf8=%26%2310003%3B&":$+="utf8=%E2%9C%93&"),S.length>0?$+S:""},zn=Df,ku=Object.prototype.hasOwnProperty,dd=Array.isArray,Le={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:zn.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},vd=function(n){return n.replace(/&#(\d+);/g,function(r,u){return String.fromCharCode(parseInt(u,10))})},Lf=function(n,r){return n&&typeof n=="string"&&r.comma&&n.indexOf(",")>-1?n.split(","):n},yd="utf8=%26%2310003%3B",md="utf8=%E2%9C%93",_d=function(r,u){var a={__proto__:null},f=u.ignoreQueryPrefix?r.replace(/^\?/,""):r,l=u.parameterLimit===1/0?void 0:u.parameterLimit,g=f.split(u.delimiter,l),h=-1,d,y=u.charset;if(u.charsetSentinel)for(d=0;d<g.length;++d)g[d].indexOf("utf8=")===0&&(g[d]===md?y="utf-8":g[d]===yd&&(y="iso-8859-1"),h=d,d=g.length);for(d=0;d<g.length;++d)if(d!==h){var E=g[d],_=E.indexOf("]="),w=_===-1?E.indexOf("="):_+1,S,$;w===-1?(S=u.decoder(E,Le.decoder,y,"key"),$=u.strictNullHandling?null:""):(S=u.decoder(E.slice(0,w),Le.decoder,y,"key"),$=zn.maybeMap(Lf(E.slice(w+1),u),function(M){return u.decoder(M,Le.decoder,y,"value")})),$&&u.interpretNumericEntities&&y==="iso-8859-1"&&($=vd($)),E.indexOf("[]=")>-1&&($=dd($)?[$]:$),ku.call(a,S)?a[S]=zn.combine(a[S],$):a[S]=$}return a},wd=function(n,r,u,a){for(var f=a?r:Lf(r,u),l=n.length-1;l>=0;--l){var g,h=n[l];if(h==="[]"&&u.parseArrays)g=[].concat(f);else{g=u.plainObjects?Object.create(null):{};var d=h.charAt(0)==="["&&h.charAt(h.length-1)==="]"?h.slice(1,-1):h,y=parseInt(d,10);!u.parseArrays&&d===""?g={0:f}:!isNaN(y)&&h!==d&&String(y)===d&&y>=0&&u.parseArrays&&y<=u.arrayLimit?(g=[],g[y]=f):d!=="__proto__"&&(g[d]=f)}f=g}return f},Ed=function(r,u,a,f){if(!!r){var l=a.allowDots?r.replace(/\.([^.[]+)/g,"[$1]"):r,g=/(\[[^[\]]*])/,h=/(\[[^[\]]*])/g,d=a.depth>0&&g.exec(l),y=d?l.slice(0,d.index):l,E=[];if(y){if(!a.plainObjects&&ku.call(Object.prototype,y)&&!a.allowPrototypes)return;E.push(y)}for(var _=0;a.depth>0&&(d=h.exec(l))!==null&&_<a.depth;){if(_+=1,!a.plainObjects&&ku.call(Object.prototype,d[1].slice(1,-1))&&!a.allowPrototypes)return;E.push(d[1])}return d&&E.push("["+l.slice(d.index)+"]"),wd(E,u,a,f)}},Sd=function(r){if(!r)return Le;if(r.decoder!==null&&r.decoder!==void 0&&typeof r.decoder!="function")throw new TypeError("Decoder has to be a function.");if(typeof r.charset!="undefined"&&r.charset!=="utf-8"&&r.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var u=typeof r.charset=="undefined"?Le.charset:r.charset;return{allowDots:typeof r.allowDots=="undefined"?Le.allowDots:!!r.allowDots,allowPrototypes:typeof r.allowPrototypes=="boolean"?r.allowPrototypes:Le.allowPrototypes,allowSparse:typeof r.allowSparse=="boolean"?r.allowSparse:Le.allowSparse,arrayLimit:typeof r.arrayLimit=="number"?r.arrayLimit:Le.arrayLimit,charset:u,charsetSentinel:typeof r.charsetSentinel=="boolean"?r.charsetSentinel:Le.charsetSentinel,comma:typeof r.comma=="boolean"?r.comma:Le.comma,decoder:typeof r.decoder=="function"?r.decoder:Le.decoder,delimiter:typeof r.delimiter=="string"||zn.isRegExp(r.delimiter)?r.delimiter:Le.delimiter,depth:typeof r.depth=="number"||r.depth===!1?+r.depth:Le.depth,ignoreQueryPrefix:r.ignoreQueryPrefix===!0,interpretNumericEntities:typeof r.interpretNumericEntities=="boolean"?r.interpretNumericEntities:Le.interpretNumericEntities,parameterLimit:typeof r.parameterLimit=="number"?r.parameterLimit:Le.parameterLimit,parseArrays:r.parseArrays!==!1,plainObjects:typeof r.plainObjects=="boolean"?r.plainObjects:Le.plainObjects,strictNullHandling:typeof r.strictNullHandling=="boolean"?r.strictNullHandling:Le.strictNullHandling}},Ad=function(n,r){var u=Sd(r);if(n===""||n===null||typeof n=="undefined")return u.plainObjects?Object.create(null):{};for(var a=typeof n=="string"?_d(n,u):n,f=u.plainObjects?Object.create(null):{},l=Object.keys(a),g=0;g<l.length;++g){var h=l[g],d=Ed(h,a[h],u,typeof n=="string");f=zn.merge(f,d,u)}return u.allowSparse===!0?f:zn.compact(f)},bd=gd,Cd=Ad,Od=Wu,xd={formats:Od,parse:Cd,stringify:bd};function Nf(){const n=location.search,r=new Object;if(n.indexOf("?")!=-1){let a=n.substr(1).split("&");for(let f=0;f<a.length;f++)r[a[f].split("=")[0]]=unescape(a[f].split("=")[1])}return r}const Bf="Content-Type";function Gu(n){let r=(n==null?void 0:n[Bf])||(n==null?void 0:n["content-type"])||"";const u=r.indexOf(";");return u!==-1&&(r=r.substring(0,u)),r}function Uf(n,r){n[Bf]=r}const wr={form:"application/x-www-form-urlencoded",multiForm:"multipart/form-data",body:"application/json",os:"application/octet-stream",json:"application/json"},Wf="v8-token",Td="lambo-token";function Id(n){Ln(Wf,n),qu.set("TOKEN_KEY",n,1)}function Hf(){let n=_e(Td);return n||(n=qu.get("lambo-sso-key")),n||(n=qu.get("TOKEN_KEY")),n||(n=Rn(Wf)),n||!1}const qu={set:function(n,r,u){if(n.indexOf("=")!==-1)throw new Error("Cookie\u4E0D\u652F\u6301key\u4E2D\u4F7F\u7528\u7B49\u53F7\u3010=\u3011, key:"+n);let a=new Date;a.setTime(a.getTime()+24*60*60*1e3*u),window.document.cookie=n+"="+r+";path=/;expires="+a.toGMTString()},get:function(n){if(document.cookie.length>0){var r=document.cookie.split("; ");for(let a=0;a<r.length;a++){let f=r[a].split("=");if(f[0]===n){var u=f[1];for(let l=2;l<f.length;l++)u+="="+f[l];return u}}}}};var Yf={title:"",icomId:"",showMenus:!1,routerBase:"ind",loginRouteName:"login",rootRouteName:"root",homeRouteName:"home",authServerContext:"/user-manage-server",ossServerContext:"/user-manage-server",ismAmServerContext:"/ind-ism-am-server",ismAcServerContext:"/ind-ism-ac-server",ismSqServerContext:"/ind-ism-sq-server",ilmServerContext:"/ind-ilm-server",imgServerContext:"/ind-img-server",imarketActManageServerContext:"/imarket-act-manage-server",ucExtServerContext:"/ind-uc-ext-server",kkfilepreviewContext:"/kkfilepreview",errorMessage:"\u7CFB\u7EDF\u5F00\u5C0F\u5DEE\u4E86\uFF0C\u8BF7\u7A0D\u540E\u5C1D\u8BD5",leftLockDays:7,labelStyle:{labelWidthButton:50,labelWidthSmall:100+40,labelWidthMiddle:120+40,labelWidthMiddleLarge:140+40,labelWidthLarge:160+40,labelWidthSuperLarge:180+40},linkColor:"#488AFF"};function $d(){return{showMenus:!0}}function Dd(){return{showMenus:typeof window!="undefined"&&window.top===window.self}}function kf(n){return n?Object.assign({},Yf,$d()):Object.assign({},Yf,Dd())}const Lt=kf(),Fd=1,Pd=10106;let Er=null;function Md(n){Er&&clearTimeout(Er);let r=!Er;Er=setTimeout(()=>{Er=null},1e3*20),r&&n()}function Rd(n){let r=Hf();r&&(n.headers.token=r);const u=Nf();(u.hasOwnProperty("sso_token")||sessionStorage.getItem("sso_token"))&&(n.params=Object.assign({sso_token:u.sso_token||sessionStorage.getItem("sso_token"),sso_id:u.sso_id},n.params));const a=Gu(n.headers);return n.method==="post"?a===wr.form&&(n.data=xd.stringify(n.data)):n.method,n}function Gf(n){let r=n.data;if(Gu(n.headers)!==wr.json)return r;switch(typeof n.data=="string"&&(r=JSON.parse(n.data)),r.code){case Fd:return r;case Pd:{Md(function(){window.sessionNotValidHandler&&window.sessionNotValidHandler()});break}default:{let f=r.message||r.msg||Lt.errorMessage;window.apiErrorHandler&&window.apiErrorHandler(f)}}return Promise.reject(r)}function qf(n){var r;return(n==null?void 0:n.code)==="ECONNABORTED"?window.apiErrorHandler&&window.apiErrorHandler("\u8BF7\u6C42\u8D85\u65F6\uFF0C\u8BF7\u7A0D\u540E\u518D\u8BD5"):((r=n==null?void 0:n.response)==null?void 0:r.status)!==200&&window.apiErrorHandler&&window.apiErrorHandler("\u8BF7\u6C42\u51FA\u9519\u4E86"),Promise.reject(n)}const he=wh.create({timeout:5*60*1e3});he.interceptors.request.use(Rd,qf),he.interceptors.response.use(Gf,qf),he.formPost=function(n,r,u){const a=(u==null?void 0:u.headers)||{};return Uf(a,wr.form),he.post(n,r,Pt(pt({},u),{headers:a}))};var zf={exports:{}},Kf={exports:{}};(function(){var n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",r={rotl:function(u,a){return u<<a|u>>>32-a},rotr:function(u,a){return u<<32-a|u>>>a},endian:function(u){if(u.constructor==Number)return r.rotl(u,8)&16711935|r.rotl(u,24)&4278255360;for(var a=0;a<u.length;a++)u[a]=r.endian(u[a]);return u},randomBytes:function(u){for(var a=[];u>0;u--)a.push(Math.floor(Math.random()*256));return a},bytesToWords:function(u){for(var a=[],f=0,l=0;f<u.length;f++,l+=8)a[l>>>5]|=u[f]<<24-l%32;return a},wordsToBytes:function(u){for(var a=[],f=0;f<u.length*32;f+=8)a.push(u[f>>>5]>>>24-f%32&255);return a},bytesToHex:function(u){for(var a=[],f=0;f<u.length;f++)a.push((u[f]>>>4).toString(16)),a.push((u[f]&15).toString(16));return a.join("")},hexToBytes:function(u){for(var a=[],f=0;f<u.length;f+=2)a.push(parseInt(u.substr(f,2),16));return a},bytesToBase64:function(u){for(var a=[],f=0;f<u.length;f+=3)for(var l=u[f]<<16|u[f+1]<<8|u[f+2],g=0;g<4;g++)f*8+g*6<=u.length*8?a.push(n.charAt(l>>>6*(3-g)&63)):a.push("=");return a.join("")},base64ToBytes:function(u){u=u.replace(/[^A-Z0-9+\/]/ig,"");for(var a=[],f=0,l=0;f<u.length;l=++f%4)l!=0&&a.push((n.indexOf(u.charAt(f-1))&Math.pow(2,-2*l+8)-1)<<l*2|n.indexOf(u.charAt(f))>>>6-l*2);return a}};Kf.exports=r})();var zu={utf8:{stringToBytes:function(n){return zu.bin.stringToBytes(unescape(encodeURIComponent(n)))},bytesToString:function(n){return decodeURIComponent(escape(zu.bin.bytesToString(n)))}},bin:{stringToBytes:function(n){for(var r=[],u=0;u<n.length;u++)r.push(n.charCodeAt(u)&255);return r},bytesToString:function(n){for(var r=[],u=0;u<n.length;u++)r.push(String.fromCharCode(n[u]));return r.join("")}}},Jf=zu;/*!
|
|
6
6
|
* Determine if an object is a Buffer
|
|
7
7
|
*
|
|
8
8
|
* @author Feross Aboukhadijeh <https://feross.org>
|
package/package.json
CHANGED
|
@@ -30,6 +30,10 @@ export default {
|
|
|
30
30
|
ismSqServerContext: '/ind-ism-sq-server',
|
|
31
31
|
// ilm-server
|
|
32
32
|
ilmServerContext: '/ind-ilm-server',
|
|
33
|
+
// img-server
|
|
34
|
+
imgServerContext: '/ind-img-server',
|
|
35
|
+
// imarket-act-manage-server
|
|
36
|
+
imarketActManageServerContext: '/imarket-act-manage-server',
|
|
33
37
|
// uc-ext-server
|
|
34
38
|
ucExtServerContext: '/ind-uc-ext-server',
|
|
35
39
|
// kkfilepreview 预览文件组件
|
|
@@ -12,6 +12,8 @@ declare const _default: {
|
|
|
12
12
|
ismAcServerContext: string
|
|
13
13
|
ismSqServerContext: string
|
|
14
14
|
ilmServerContext: string
|
|
15
|
+
imgServerContext: string
|
|
16
|
+
imarketActManageServerContext: string
|
|
15
17
|
ucExtServerContext: string
|
|
16
18
|
kkfilepreviewContext: string
|
|
17
19
|
errorMessage: string
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base.config.d.ts","sourceRoot":"","sources":["../../src/config/base.config.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"base.config.d.ts","sourceRoot":"","sources":["../../src/config/base.config.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;IAqDE,gBAAgB;;;AAhDlB,wBAkDC"}
|
package/types/config/index.d.ts
CHANGED
|
@@ -12,6 +12,8 @@ export declare function useConfig(isDev?: boolean): {
|
|
|
12
12
|
ismAcServerContext: string
|
|
13
13
|
ismSqServerContext: string
|
|
14
14
|
ilmServerContext: string
|
|
15
|
+
imgServerContext: string
|
|
16
|
+
imarketActManageServerContext: string
|
|
15
17
|
ucExtServerContext: string
|
|
16
18
|
kkfilepreviewContext: string
|
|
17
19
|
errorMessage: string
|
|
@@ -42,6 +44,8 @@ export declare const config: {
|
|
|
42
44
|
ismAcServerContext: string
|
|
43
45
|
ismSqServerContext: string
|
|
44
46
|
ilmServerContext: string
|
|
47
|
+
imgServerContext: string
|
|
48
|
+
imarketActManageServerContext: string
|
|
45
49
|
ucExtServerContext: string
|
|
46
50
|
kkfilepreviewContext: string
|
|
47
51
|
errorMessage: string
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/config/index.ts"],"names":[],"mappings":"AAIA,wBAAgB,SAAS,CAAC,KAAK,CAAC,EAAE,OAAO
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/config/index.ts"],"names":[],"mappings":"AAIA,wBAAgB,SAAS,CAAC,KAAK,CAAC,EAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIxC;AAED,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAc,CAAA"}
|