@zykjcommon/questions 0.0.17 → 0.0.18
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/.env.production +1 -1
- package/dist/static/img/classify-bg-seaworld.5f078467.png +0 -0
- package/dist/static/img/classify-boxitem-bg.c3330518.png +0 -0
- package/dist/static/img/classify-green-item.6accbf0f.png +0 -0
- package/dist/static/img/classify-list-bg.6242e4ea.png +0 -0
- package/dist/zykjcommon-questions.common.js +1439 -3
- package/dist/zykjcommon-questions.css +1 -1
- package/dist/zykjcommon-questions.umd.js +1439 -3
- package/dist/zykjcommon-questions.umd.min.js +7 -4
- package/package.json +2 -1
- package/src/assets/img/classify-arrow-left.png +0 -0
- package/src/assets/img/classify-arrow-right.png +0 -0
- package/src/assets/img/classify-bg-seaworld.png +0 -0
- package/src/assets/img/classify-boxitem-bg.png +0 -0
- package/src/assets/img/classify-green-item.png +0 -0
- package/src/assets/img/classify-list-bg.png +0 -0
- package/src/assets/js/fun.js +44 -1
- package/src/assets/js/rem.js +14 -1
- package/src/assets/scss/questions/index.scss +182 -7
- package/src/common/const.ts +2 -1
- package/src/components/questions/Question_Classify.vue +294 -0
- package/src/components/questions/buildEntry.js +4 -1
- package/src/components/questions/const.js +2 -1
- package/src/components/questions/developmentEntry.js +4 -1
- package/src/components/questions/entry.js +2 -1
- package/src/main.ts +8 -7
- package/src/router/exam.ts +11 -0
- package/src/views/exam/Exam.vue +120 -0
- package/src/views/exam/FullScreen.vue +292 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
(function(e,t){"object"===typeof exports&&"object"===typeof module?module.exports=t(require("vue")):"function"===typeof define&&define.amd?define([],t):"object"===typeof exports?exports["zykjcommon-questions"]=t(require("vue")):e["zykjcommon-questions"]=t(e["Vue"])})("undefined"!==typeof self?self:this,(function(e){return function(){var t={9669:function(e,t,n){e.exports=n(1609)},5448:function(e,t,n){"use strict";var o=n(4867),r=n(6026),i=n(4372),s=n(5327),a=n(4097),c=n(4109),u=n(7985),l=n(5061),d=n(7874),f=n(5263);e.exports=function(e){return new Promise((function(t,n){var h,p=e.data,m=e.headers,g=e.responseType;function A(){e.cancelToken&&e.cancelToken.unsubscribe(h),e.signal&&e.signal.removeEventListener("abort",h)}o.isFormData(p)&&delete m["Content-Type"];var v=new XMLHttpRequest;if(e.auth){var y=e.auth.username||"",w=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";m.Authorization="Basic "+btoa(y+":"+w)}var b=a(e.baseURL,e.url);function C(){if(v){var o="getAllResponseHeaders"in v?c(v.getAllResponseHeaders()):null,i=g&&"text"!==g&&"json"!==g?v.response:v.responseText,s={data:i,status:v.status,statusText:v.statusText,headers:o,config:e,request:v};r((function(e){t(e),A()}),(function(e){n(e),A()}),s),v=null}}if(v.open(e.method.toUpperCase(),s(b,e.params,e.paramsSerializer),!0),v.timeout=e.timeout,"onloadend"in v?v.onloadend=C:v.onreadystatechange=function(){v&&4===v.readyState&&(0!==v.status||v.responseURL&&0===v.responseURL.indexOf("file:"))&&setTimeout(C)},v.onabort=function(){v&&(n(l("Request aborted",e,"ECONNABORTED",v)),v=null)},v.onerror=function(){n(l("Network Error",e,null,v)),v=null},v.ontimeout=function(){var t=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded",o=e.transitional||d;e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),n(l(t,e,o.clarifyTimeoutError?"ETIMEDOUT":"ECONNABORTED",v)),v=null},o.isStandardBrowserEnv()){var x=(e.withCredentials||u(b))&&e.xsrfCookieName?i.read(e.xsrfCookieName):void 0;x&&(m[e.xsrfHeaderName]=x)}"setRequestHeader"in v&&o.forEach(m,(function(e,t){"undefined"===typeof p&&"content-type"===t.toLowerCase()?delete m[t]:v.setRequestHeader(t,e)})),o.isUndefined(e.withCredentials)||(v.withCredentials=!!e.withCredentials),g&&"json"!==g&&(v.responseType=e.responseType),"function"===typeof e.onDownloadProgress&&v.addEventListener("progress",e.onDownloadProgress),"function"===typeof e.onUploadProgress&&v.upload&&v.upload.addEventListener("progress",e.onUploadProgress),(e.cancelToken||e.signal)&&(h=function(e){v&&(n(!e||e&&e.type?new f("canceled"):e),v.abort(),v=null)},e.cancelToken&&e.cancelToken.subscribe(h),e.signal&&(e.signal.aborted?h():e.signal.addEventListener("abort",h))),p||(p=null),v.send(p)}))}},1609:function(e,t,n){"use strict";var o=n(4867),r=n(1849),i=n(321),s=n(7185),a=n(5546);function c(e){var t=new i(e),n=r(i.prototype.request,t);return o.extend(n,i.prototype,t),o.extend(n,t),n.create=function(t){return c(s(e,t))},n}var u=c(a);u.Axios=i,u.Cancel=n(5263),u.CancelToken=n(4972),u.isCancel=n(6502),u.VERSION=n(7288).version,u.all=function(e){return Promise.all(e)},u.spread=n(8713),u.isAxiosError=n(6268),e.exports=u,e.exports["default"]=u},5263:function(e){"use strict";function t(e){this.message=e}t.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},t.prototype.__CANCEL__=!0,e.exports=t},4972:function(e,t,n){"use strict";var o=n(5263);function r(e){if("function"!==typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise((function(e){t=e}));var n=this;this.promise.then((function(e){if(n._listeners){var t,o=n._listeners.length;for(t=0;t<o;t++)n._listeners[t](e);n._listeners=null}})),this.promise.then=function(e){var t,o=new Promise((function(e){n.subscribe(e),t=e})).then(e);return o.cancel=function(){n.unsubscribe(t)},o},e((function(e){n.reason||(n.reason=new o(e),t(n.reason))}))}r.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},r.prototype.subscribe=function(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]},r.prototype.unsubscribe=function(e){if(this._listeners){var t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}},r.source=function(){var e,t=new r((function(t){e=t}));return{token:t,cancel:e}},e.exports=r},6502:function(e){"use strict";e.exports=function(e){return!(!e||!e.__CANCEL__)}},321:function(e,t,n){"use strict";var o=n(4867),r=n(5327),i=n(782),s=n(3572),a=n(7185),c=n(4875),u=c.validators;function l(e){this.defaults=e,this.interceptors={request:new i,response:new i}}l.prototype.request=function(e,t){"string"===typeof e?(t=t||{},t.url=e):t=e||{},t=a(this.defaults,t),t.method?t.method=t.method.toLowerCase():this.defaults.method?t.method=this.defaults.method.toLowerCase():t.method="get";var n=t.transitional;void 0!==n&&c.assertOptions(n,{silentJSONParsing:u.transitional(u.boolean),forcedJSONParsing:u.transitional(u.boolean),clarifyTimeoutError:u.transitional(u.boolean)},!1);var o=[],r=!0;this.interceptors.request.forEach((function(e){"function"===typeof e.runWhen&&!1===e.runWhen(t)||(r=r&&e.synchronous,o.unshift(e.fulfilled,e.rejected))}));var i,l=[];if(this.interceptors.response.forEach((function(e){l.push(e.fulfilled,e.rejected)})),!r){var d=[s,void 0];Array.prototype.unshift.apply(d,o),d=d.concat(l),i=Promise.resolve(t);while(d.length)i=i.then(d.shift(),d.shift());return i}var f=t;while(o.length){var h=o.shift(),p=o.shift();try{f=h(f)}catch(m){p(m);break}}try{i=s(f)}catch(m){return Promise.reject(m)}while(l.length)i=i.then(l.shift(),l.shift());return i},l.prototype.getUri=function(e){return e=a(this.defaults,e),r(e.url,e.params,e.paramsSerializer).replace(/^\?/,"")},o.forEach(["delete","get","head","options"],(function(e){l.prototype[e]=function(t,n){return this.request(a(n||{},{method:e,url:t,data:(n||{}).data}))}})),o.forEach(["post","put","patch"],(function(e){l.prototype[e]=function(t,n,o){return this.request(a(o||{},{method:e,url:t,data:n}))}})),e.exports=l},782:function(e,t,n){"use strict";var o=n(4867);function r(){this.handlers=[]}r.prototype.use=function(e,t,n){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1},r.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},r.prototype.forEach=function(e){o.forEach(this.handlers,(function(t){null!==t&&e(t)}))},e.exports=r},4097:function(e,t,n){"use strict";var o=n(1793),r=n(7303);e.exports=function(e,t){return e&&!o(t)?r(e,t):t}},5061:function(e,t,n){"use strict";var o=n(481);e.exports=function(e,t,n,r,i){var s=new Error(e);return o(s,t,n,r,i)}},3572:function(e,t,n){"use strict";var o=n(4867),r=n(8527),i=n(6502),s=n(5546),a=n(5263);function c(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new a("canceled")}e.exports=function(e){c(e),e.headers=e.headers||{},e.data=r.call(e,e.data,e.headers,e.transformRequest),e.headers=o.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),o.forEach(["delete","get","head","post","put","patch","common"],(function(t){delete e.headers[t]}));var t=e.adapter||s.adapter;return t(e).then((function(t){return c(e),t.data=r.call(e,t.data,t.headers,e.transformResponse),t}),(function(t){return i(t)||(c(e),t&&t.response&&(t.response.data=r.call(e,t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)}))}},481:function(e){"use strict";e.exports=function(e,t,n,o,r){return e.config=t,n&&(e.code=n),e.request=o,e.response=r,e.isAxiosError=!0,e.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code,status:this.response&&this.response.status?this.response.status:null}},e}},7185:function(e,t,n){"use strict";var o=n(4867);e.exports=function(e,t){t=t||{};var n={};function r(e,t){return o.isPlainObject(e)&&o.isPlainObject(t)?o.merge(e,t):o.isPlainObject(t)?o.merge({},t):o.isArray(t)?t.slice():t}function i(n){return o.isUndefined(t[n])?o.isUndefined(e[n])?void 0:r(void 0,e[n]):r(e[n],t[n])}function s(e){if(!o.isUndefined(t[e]))return r(void 0,t[e])}function a(n){return o.isUndefined(t[n])?o.isUndefined(e[n])?void 0:r(void 0,e[n]):r(void 0,t[n])}function c(n){return n in t?r(e[n],t[n]):n in e?r(void 0,e[n]):void 0}var u={url:s,method:s,data:s,baseURL:a,transformRequest:a,transformResponse:a,paramsSerializer:a,timeout:a,timeoutMessage:a,withCredentials:a,adapter:a,responseType:a,xsrfCookieName:a,xsrfHeaderName:a,onUploadProgress:a,onDownloadProgress:a,decompress:a,maxContentLength:a,maxBodyLength:a,transport:a,httpAgent:a,httpsAgent:a,cancelToken:a,socketPath:a,responseEncoding:a,validateStatus:c};return o.forEach(Object.keys(e).concat(Object.keys(t)),(function(e){var t=u[e]||i,r=t(e);o.isUndefined(r)&&t!==c||(n[e]=r)})),n}},6026:function(e,t,n){"use strict";var o=n(5061);e.exports=function(e,t,n){var r=n.config.validateStatus;n.status&&r&&!r(n.status)?t(o("Request failed with status code "+n.status,n.config,null,n.request,n)):e(n)}},8527:function(e,t,n){"use strict";var o=n(4867),r=n(5546);e.exports=function(e,t,n){var i=this||r;return o.forEach(n,(function(n){e=n.call(i,e,t)})),e}},5546:function(e,t,n){"use strict";var o=n(4867),r=n(6016),i=n(481),s=n(7874),a={"Content-Type":"application/x-www-form-urlencoded"};function c(e,t){!o.isUndefined(e)&&o.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}function u(){var e;return("undefined"!==typeof XMLHttpRequest||"undefined"!==typeof process&&"[object process]"===Object.prototype.toString.call(process))&&(e=n(5448)),e}function l(e,t,n){if(o.isString(e))try{return(t||JSON.parse)(e),o.trim(e)}catch(r){if("SyntaxError"!==r.name)throw r}return(n||JSON.stringify)(e)}var d={transitional:s,adapter:u(),transformRequest:[function(e,t){return r(t,"Accept"),r(t,"Content-Type"),o.isFormData(e)||o.isArrayBuffer(e)||o.isBuffer(e)||o.isStream(e)||o.isFile(e)||o.isBlob(e)?e:o.isArrayBufferView(e)?e.buffer:o.isURLSearchParams(e)?(c(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString()):o.isObject(e)||t&&"application/json"===t["Content-Type"]?(c(t,"application/json"),l(e)):e}],transformResponse:[function(e){var t=this.transitional||d.transitional,n=t&&t.silentJSONParsing,r=t&&t.forcedJSONParsing,s=!n&&"json"===this.responseType;if(s||r&&o.isString(e)&&e.length)try{return JSON.parse(e)}catch(a){if(s){if("SyntaxError"===a.name)throw i(a,this,"E_JSON_PARSE");throw a}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};o.forEach(["delete","get","head"],(function(e){d.headers[e]={}})),o.forEach(["post","put","patch"],(function(e){d.headers[e]=o.merge(a)})),e.exports=d},7874:function(e){"use strict";e.exports={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1}},7288:function(e){e.exports={version:"0.26.1"}},1849:function(e){"use strict";e.exports=function(e,t){return function(){for(var n=new Array(arguments.length),o=0;o<n.length;o++)n[o]=arguments[o];return e.apply(t,n)}}},5327:function(e,t,n){"use strict";var o=n(4867);function r(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}e.exports=function(e,t,n){if(!t)return e;var i;if(n)i=n(t);else if(o.isURLSearchParams(t))i=t.toString();else{var s=[];o.forEach(t,(function(e,t){null!==e&&"undefined"!==typeof e&&(o.isArray(e)?t+="[]":e=[e],o.forEach(e,(function(e){o.isDate(e)?e=e.toISOString():o.isObject(e)&&(e=JSON.stringify(e)),s.push(r(t)+"="+r(e))})))})),i=s.join("&")}if(i){var a=e.indexOf("#");-1!==a&&(e=e.slice(0,a)),e+=(-1===e.indexOf("?")?"?":"&")+i}return e}},7303:function(e){"use strict";e.exports=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}},4372:function(e,t,n){"use strict";var o=n(4867);e.exports=o.isStandardBrowserEnv()?function(){return{write:function(e,t,n,r,i,s){var a=[];a.push(e+"="+encodeURIComponent(t)),o.isNumber(n)&&a.push("expires="+new Date(n).toGMTString()),o.isString(r)&&a.push("path="+r),o.isString(i)&&a.push("domain="+i),!0===s&&a.push("secure"),document.cookie=a.join("; ")},read:function(e){var t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}()},1793:function(e){"use strict";e.exports=function(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}},6268:function(e,t,n){"use strict";var o=n(4867);e.exports=function(e){return o.isObject(e)&&!0===e.isAxiosError}},7985:function(e,t,n){"use strict";var o=n(4867);e.exports=o.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function r(e){var o=e;return t&&(n.setAttribute("href",o),o=n.href),n.setAttribute("href",o),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return e=r(window.location.href),function(t){var n=o.isString(t)?r(t):t;return n.protocol===e.protocol&&n.host===e.host}}():function(){return function(){return!0}}()},6016:function(e,t,n){"use strict";var o=n(4867);e.exports=function(e,t){o.forEach(e,(function(n,o){o!==t&&o.toUpperCase()===t.toUpperCase()&&(e[t]=n,delete e[o])}))}},4109:function(e,t,n){"use strict";var o=n(4867),r=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];e.exports=function(e){var t,n,i,s={};return e?(o.forEach(e.split("\n"),(function(e){if(i=e.indexOf(":"),t=o.trim(e.substr(0,i)).toLowerCase(),n=o.trim(e.substr(i+1)),t){if(s[t]&&r.indexOf(t)>=0)return;s[t]="set-cookie"===t?(s[t]?s[t]:[]).concat([n]):s[t]?s[t]+", "+n:n}})),s):s}},8713:function(e){"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},4875:function(e,t,n){"use strict";var o=n(7288).version,r={};["object","boolean","number","function","string","symbol"].forEach((function(e,t){r[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}}));var i={};function s(e,t,n){if("object"!==typeof e)throw new TypeError("options must be an object");var o=Object.keys(e),r=o.length;while(r-- >0){var i=o[r],s=t[i];if(s){var a=e[i],c=void 0===a||s(a,i,e);if(!0!==c)throw new TypeError("option "+i+" must be "+c)}else if(!0!==n)throw Error("Unknown option "+i)}}r.transitional=function(e,t,n){function r(e,t){return"[Axios v"+o+"] Transitional option '"+e+"'"+t+(n?". "+n:"")}return function(n,o,s){if(!1===e)throw new Error(r(o," has been removed"+(t?" in "+t:"")));return t&&!i[o]&&(i[o]=!0,console.warn(r(o," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(n,o,s)}},e.exports={assertOptions:s,validators:r}},4867:function(e,t,n){"use strict";var o=n(1849),r=Object.prototype.toString;function i(e){return Array.isArray(e)}function s(e){return"undefined"===typeof e}function a(e){return null!==e&&!s(e)&&null!==e.constructor&&!s(e.constructor)&&"function"===typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}function c(e){return"[object ArrayBuffer]"===r.call(e)}function u(e){return"[object FormData]"===r.call(e)}function l(e){var t;return t="undefined"!==typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&c(e.buffer),t}function d(e){return"string"===typeof e}function f(e){return"number"===typeof e}function h(e){return null!==e&&"object"===typeof e}function p(e){if("[object Object]"!==r.call(e))return!1;var t=Object.getPrototypeOf(e);return null===t||t===Object.prototype}function m(e){return"[object Date]"===r.call(e)}function g(e){return"[object File]"===r.call(e)}function A(e){return"[object Blob]"===r.call(e)}function v(e){return"[object Function]"===r.call(e)}function y(e){return h(e)&&v(e.pipe)}function w(e){return"[object URLSearchParams]"===r.call(e)}function b(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}function C(){return("undefined"===typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&("undefined"!==typeof window&&"undefined"!==typeof document)}function x(e,t){if(null!==e&&"undefined"!==typeof e)if("object"!==typeof e&&(e=[e]),i(e))for(var n=0,o=e.length;n<o;n++)t.call(null,e[n],n,e);else for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.call(null,e[r],r,e)}function k(){var e={};function t(t,n){p(e[n])&&p(t)?e[n]=k(e[n],t):p(t)?e[n]=k({},t):i(t)?e[n]=t.slice():e[n]=t}for(var n=0,o=arguments.length;n<o;n++)x(arguments[n],t);return e}function B(e,t,n){return x(t,(function(t,r){e[r]=n&&"function"===typeof t?o(t,n):t})),e}function E(e){return 65279===e.charCodeAt(0)&&(e=e.slice(1)),e}e.exports={isArray:i,isArrayBuffer:c,isBuffer:a,isFormData:u,isArrayBufferView:l,isString:d,isNumber:f,isObject:h,isPlainObject:p,isUndefined:s,isDate:m,isFile:g,isBlob:A,isFunction:v,isStream:y,isURLSearchParams:w,isStandardBrowserEnv:C,forEach:x,merge:k,extend:B,trim:b,stripBOM:E}},9662:function(e,t,n){var o=n(614),r=n(6330),i=TypeError;e.exports=function(e){if(o(e))return e;throw i(r(e)+" is not a function")}},9670:function(e,t,n){var o=n(111),r=String,i=TypeError;e.exports=function(e){if(o(e))return e;throw i(r(e)+" is not an object")}},1318:function(e,t,n){var o=n(5656),r=n(1400),i=n(6244),s=function(e){return function(t,n,s){var a,c=o(t),u=i(c),l=r(s,u);if(e&&n!=n){while(u>l)if(a=c[l++],a!=a)return!0}else for(;u>l;l++)if((e||l in c)&&c[l]===n)return e||l||0;return!e&&-1}};e.exports={includes:s(!0),indexOf:s(!1)}},3658:function(e,t,n){"use strict";var o=n(9781),r=n(3157),i=TypeError,s=Object.getOwnPropertyDescriptor,a=o&&!function(){if(void 0!==this)return!0;try{Object.defineProperty([],"length",{writable:!1}).length=1}catch(e){return e instanceof TypeError}}();e.exports=a?function(e,t){if(r(e)&&!s(e,"length").writable)throw i("Cannot set read only .length");return e.length=t}:function(e,t){return e.length=t}},4326:function(e,t,n){var o=n(1702),r=o({}.toString),i=o("".slice);e.exports=function(e){return i(r(e),8,-1)}},648:function(e,t,n){var o=n(1694),r=n(614),i=n(4326),s=n(5112),a=s("toStringTag"),c=Object,u="Arguments"==i(function(){return arguments}()),l=function(e,t){try{return e[t]}catch(n){}};e.exports=o?i:function(e){var t,n,o;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=l(t=c(e),a))?n:u?i(t):"Object"==(o=i(t))&&r(t.callee)?"Arguments":o}},9920:function(e,t,n){var o=n(2597),r=n(3887),i=n(1236),s=n(3070);e.exports=function(e,t,n){for(var a=r(t),c=s.f,u=i.f,l=0;l<a.length;l++){var d=a[l];o(e,d)||n&&o(n,d)||c(e,d,u(t,d))}}},8880:function(e,t,n){var o=n(9781),r=n(3070),i=n(9114);e.exports=o?function(e,t,n){return r.f(e,t,i(1,n))}:function(e,t,n){return e[t]=n,e}},9114:function(e){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},7045:function(e,t,n){var o=n(6339),r=n(3070);e.exports=function(e,t,n){return n.get&&o(n.get,t,{getter:!0}),n.set&&o(n.set,t,{setter:!0}),r.f(e,t,n)}},8052:function(e,t,n){var o=n(614),r=n(3070),i=n(6339),s=n(3072);e.exports=function(e,t,n,a){a||(a={});var c=a.enumerable,u=void 0!==a.name?a.name:t;if(o(n)&&i(n,u,a),a.global)c?e[t]=n:s(t,n);else{try{a.unsafe?e[t]&&(c=!0):delete e[t]}catch(l){}c?e[t]=n:r.f(e,t,{value:n,enumerable:!1,configurable:!a.nonConfigurable,writable:!a.nonWritable})}return e}},3072:function(e,t,n){var o=n(7854),r=Object.defineProperty;e.exports=function(e,t){try{r(o,e,{value:t,configurable:!0,writable:!0})}catch(n){o[e]=t}return t}},9781:function(e,t,n){var o=n(7293);e.exports=!o((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},4154:function(e){var t="object"==typeof document&&document.all,n="undefined"==typeof t&&void 0!==t;e.exports={all:t,IS_HTMLDDA:n}},317:function(e,t,n){var o=n(7854),r=n(111),i=o.document,s=r(i)&&r(i.createElement);e.exports=function(e){return s?i.createElement(e):{}}},7207:function(e){var t=TypeError,n=9007199254740991;e.exports=function(e){if(e>n)throw t("Maximum allowed index exceeded");return e}},8113:function(e){e.exports="undefined"!=typeof navigator&&String(navigator.userAgent)||""},7392:function(e,t,n){var o,r,i=n(7854),s=n(8113),a=i.process,c=i.Deno,u=a&&a.versions||c&&c.version,l=u&&u.v8;l&&(o=l.split("."),r=o[0]>0&&o[0]<4?1:+(o[0]+o[1])),!r&&s&&(o=s.match(/Edge\/(\d+)/),(!o||o[1]>=74)&&(o=s.match(/Chrome\/(\d+)/),o&&(r=+o[1]))),e.exports=r},748:function(e){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},2109:function(e,t,n){var o=n(7854),r=n(1236).f,i=n(8880),s=n(8052),a=n(3072),c=n(9920),u=n(4705);e.exports=function(e,t){var n,l,d,f,h,p,m=e.target,g=e.global,A=e.stat;if(l=g?o:A?o[m]||a(m,{}):(o[m]||{}).prototype,l)for(d in t){if(h=t[d],e.dontCallGetSet?(p=r(l,d),f=p&&p.value):f=l[d],n=u(g?d:m+(A?".":"#")+d,e.forced),!n&&void 0!==f){if(typeof h==typeof f)continue;c(h,f)}(e.sham||f&&f.sham)&&i(h,"sham",!0),s(l,d,h,e)}}},7293:function(e){e.exports=function(e){try{return!!e()}catch(t){return!0}}},4374:function(e,t,n){var o=n(7293);e.exports=!o((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")}))},6916:function(e,t,n){var o=n(4374),r=Function.prototype.call;e.exports=o?r.bind(r):function(){return r.apply(r,arguments)}},6530:function(e,t,n){var o=n(9781),r=n(2597),i=Function.prototype,s=o&&Object.getOwnPropertyDescriptor,a=r(i,"name"),c=a&&"something"===function(){}.name,u=a&&(!o||o&&s(i,"name").configurable);e.exports={EXISTS:a,PROPER:c,CONFIGURABLE:u}},1702:function(e,t,n){var o=n(4374),r=Function.prototype,i=r.call,s=o&&r.bind.bind(i,i);e.exports=o?s:function(e){return function(){return i.apply(e,arguments)}}},5005:function(e,t,n){var o=n(7854),r=n(614),i=function(e){return r(e)?e:void 0};e.exports=function(e,t){return arguments.length<2?i(o[e]):o[e]&&o[e][t]}},8173:function(e,t,n){var o=n(9662),r=n(8554);e.exports=function(e,t){var n=e[t];return r(n)?void 0:o(n)}},7854:function(e,t,n){var o=function(e){return e&&e.Math==Math&&e};e.exports=o("object"==typeof globalThis&&globalThis)||o("object"==typeof window&&window)||o("object"==typeof self&&self)||o("object"==typeof n.g&&n.g)||function(){return this}()||this||Function("return this")()},2597:function(e,t,n){var o=n(1702),r=n(7908),i=o({}.hasOwnProperty);e.exports=Object.hasOwn||function(e,t){return i(r(e),t)}},3501:function(e){e.exports={}},4664:function(e,t,n){var o=n(9781),r=n(7293),i=n(317);e.exports=!o&&!r((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},8361:function(e,t,n){var o=n(1702),r=n(7293),i=n(4326),s=Object,a=o("".split);e.exports=r((function(){return!s("z").propertyIsEnumerable(0)}))?function(e){return"String"==i(e)?a(e,""):s(e)}:s},2788:function(e,t,n){var o=n(1702),r=n(614),i=n(5465),s=o(Function.toString);r(i.inspectSource)||(i.inspectSource=function(e){return s(e)}),e.exports=i.inspectSource},9909:function(e,t,n){var o,r,i,s=n(4811),a=n(7854),c=n(111),u=n(8880),l=n(2597),d=n(5465),f=n(6200),h=n(3501),p="Object already initialized",m=a.TypeError,g=a.WeakMap,A=function(e){return i(e)?r(e):o(e,{})},v=function(e){return function(t){var n;if(!c(t)||(n=r(t)).type!==e)throw m("Incompatible receiver, "+e+" required");return n}};if(s||d.state){var y=d.state||(d.state=new g);y.get=y.get,y.has=y.has,y.set=y.set,o=function(e,t){if(y.has(e))throw m(p);return t.facade=e,y.set(e,t),t},r=function(e){return y.get(e)||{}},i=function(e){return y.has(e)}}else{var w=f("state");h[w]=!0,o=function(e,t){if(l(e,w))throw m(p);return t.facade=e,u(e,w,t),t},r=function(e){return l(e,w)?e[w]:{}},i=function(e){return l(e,w)}}e.exports={set:o,get:r,has:i,enforce:A,getterFor:v}},3157:function(e,t,n){var o=n(4326);e.exports=Array.isArray||function(e){return"Array"==o(e)}},614:function(e,t,n){var o=n(4154),r=o.all;e.exports=o.IS_HTMLDDA?function(e){return"function"==typeof e||e===r}:function(e){return"function"==typeof e}},4705:function(e,t,n){var o=n(7293),r=n(614),i=/#|\.prototype\./,s=function(e,t){var n=c[a(e)];return n==l||n!=u&&(r(t)?o(t):!!t)},a=s.normalize=function(e){return String(e).replace(i,".").toLowerCase()},c=s.data={},u=s.NATIVE="N",l=s.POLYFILL="P";e.exports=s},8554:function(e){e.exports=function(e){return null===e||void 0===e}},111:function(e,t,n){var o=n(614),r=n(4154),i=r.all;e.exports=r.IS_HTMLDDA?function(e){return"object"==typeof e?null!==e:o(e)||e===i}:function(e){return"object"==typeof e?null!==e:o(e)}},1913:function(e){e.exports=!1},2190:function(e,t,n){var o=n(5005),r=n(614),i=n(7976),s=n(3307),a=Object;e.exports=s?function(e){return"symbol"==typeof e}:function(e){var t=o("Symbol");return r(t)&&i(t.prototype,a(e))}},6244:function(e,t,n){var o=n(7466);e.exports=function(e){return o(e.length)}},6339:function(e,t,n){var o=n(1702),r=n(7293),i=n(614),s=n(2597),a=n(9781),c=n(6530).CONFIGURABLE,u=n(2788),l=n(9909),d=l.enforce,f=l.get,h=String,p=Object.defineProperty,m=o("".slice),g=o("".replace),A=o([].join),v=a&&!r((function(){return 8!==p((function(){}),"length",{value:8}).length})),y=String(String).split("String"),w=e.exports=function(e,t,n){"Symbol("===m(h(t),0,7)&&(t="["+g(h(t),/^Symbol\(([^)]*)\)/,"$1")+"]"),n&&n.getter&&(t="get "+t),n&&n.setter&&(t="set "+t),(!s(e,"name")||c&&e.name!==t)&&(a?p(e,"name",{value:t,configurable:!0}):e.name=t),v&&n&&s(n,"arity")&&e.length!==n.arity&&p(e,"length",{value:n.arity});try{n&&s(n,"constructor")&&n.constructor?a&&p(e,"prototype",{writable:!1}):e.prototype&&(e.prototype=void 0)}catch(r){}var o=d(e);return s(o,"source")||(o.source=A(y,"string"==typeof t?t:"")),e};Function.prototype.toString=w((function(){return i(this)&&f(this).source||u(this)}),"toString")},4758:function(e){var t=Math.ceil,n=Math.floor;e.exports=Math.trunc||function(e){var o=+e;return(o>0?n:t)(o)}},3070:function(e,t,n){var o=n(9781),r=n(4664),i=n(3353),s=n(9670),a=n(4948),c=TypeError,u=Object.defineProperty,l=Object.getOwnPropertyDescriptor,d="enumerable",f="configurable",h="writable";t.f=o?i?function(e,t,n){if(s(e),t=a(t),s(n),"function"===typeof e&&"prototype"===t&&"value"in n&&h in n&&!n[h]){var o=l(e,t);o&&o[h]&&(e[t]=n.value,n={configurable:f in n?n[f]:o[f],enumerable:d in n?n[d]:o[d],writable:!1})}return u(e,t,n)}:u:function(e,t,n){if(s(e),t=a(t),s(n),r)try{return u(e,t,n)}catch(o){}if("get"in n||"set"in n)throw c("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},1236:function(e,t,n){var o=n(9781),r=n(6916),i=n(5296),s=n(9114),a=n(5656),c=n(4948),u=n(2597),l=n(4664),d=Object.getOwnPropertyDescriptor;t.f=o?d:function(e,t){if(e=a(e),t=c(t),l)try{return d(e,t)}catch(n){}if(u(e,t))return s(!r(i.f,e,t),e[t])}},8006:function(e,t,n){var o=n(6324),r=n(748),i=r.concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return o(e,i)}},5181:function(e,t){t.f=Object.getOwnPropertySymbols},7976:function(e,t,n){var o=n(1702);e.exports=o({}.isPrototypeOf)},6324:function(e,t,n){var o=n(1702),r=n(2597),i=n(5656),s=n(1318).indexOf,a=n(3501),c=o([].push);e.exports=function(e,t){var n,o=i(e),u=0,l=[];for(n in o)!r(a,n)&&r(o,n)&&c(l,n);while(t.length>u)r(o,n=t[u++])&&(~s(l,n)||c(l,n));return l}},5296:function(e,t){"use strict";var n={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,r=o&&!n.call({1:2},1);t.f=r?function(e){var t=o(this,e);return!!t&&t.enumerable}:n},2140:function(e,t,n){var o=n(6916),r=n(614),i=n(111),s=TypeError;e.exports=function(e,t){var n,a;if("string"===t&&r(n=e.toString)&&!i(a=o(n,e)))return a;if(r(n=e.valueOf)&&!i(a=o(n,e)))return a;if("string"!==t&&r(n=e.toString)&&!i(a=o(n,e)))return a;throw s("Can't convert object to primitive value")}},3887:function(e,t,n){var o=n(5005),r=n(1702),i=n(8006),s=n(5181),a=n(9670),c=r([].concat);e.exports=o("Reflect","ownKeys")||function(e){var t=i.f(a(e)),n=s.f;return n?c(t,n(e)):t}},4488:function(e,t,n){var o=n(8554),r=TypeError;e.exports=function(e){if(o(e))throw r("Can't call method on "+e);return e}},6200:function(e,t,n){var o=n(2309),r=n(9711),i=o("keys");e.exports=function(e){return i[e]||(i[e]=r(e))}},5465:function(e,t,n){var o=n(7854),r=n(3072),i="__core-js_shared__",s=o[i]||r(i,{});e.exports=s},2309:function(e,t,n){var o=n(1913),r=n(5465);(e.exports=function(e,t){return r[e]||(r[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.31.1",mode:o?"pure":"global",copyright:"© 2014-2023 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.31.1/LICENSE",source:"https://github.com/zloirock/core-js"})},6293:function(e,t,n){var o=n(7392),r=n(7293),i=n(7854),s=i.String;e.exports=!!Object.getOwnPropertySymbols&&!r((function(){var e=Symbol();return!s(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&o&&o<41}))},1400:function(e,t,n){var o=n(9303),r=Math.max,i=Math.min;e.exports=function(e,t){var n=o(e);return n<0?r(n+t,0):i(n,t)}},5656:function(e,t,n){var o=n(8361),r=n(4488);e.exports=function(e){return o(r(e))}},9303:function(e,t,n){var o=n(4758);e.exports=function(e){var t=+e;return t!==t||0===t?0:o(t)}},7466:function(e,t,n){var o=n(9303),r=Math.min;e.exports=function(e){return e>0?r(o(e),9007199254740991):0}},7908:function(e,t,n){var o=n(4488),r=Object;e.exports=function(e){return r(o(e))}},7593:function(e,t,n){var o=n(6916),r=n(111),i=n(2190),s=n(8173),a=n(2140),c=n(5112),u=TypeError,l=c("toPrimitive");e.exports=function(e,t){if(!r(e)||i(e))return e;var n,c=s(e,l);if(c){if(void 0===t&&(t="default"),n=o(c,e,t),!r(n)||i(n))return n;throw u("Can't convert object to primitive value")}return void 0===t&&(t="number"),a(e,t)}},4948:function(e,t,n){var o=n(7593),r=n(2190);e.exports=function(e){var t=o(e,"string");return r(t)?t:t+""}},1694:function(e,t,n){var o=n(5112),r=o("toStringTag"),i={};i[r]="z",e.exports="[object z]"===String(i)},1340:function(e,t,n){var o=n(648),r=String;e.exports=function(e){if("Symbol"===o(e))throw TypeError("Cannot convert a Symbol value to a string");return r(e)}},6330:function(e){var t=String;e.exports=function(e){try{return t(e)}catch(n){return"Object"}}},9711:function(e,t,n){var o=n(1702),r=0,i=Math.random(),s=o(1..toString);e.exports=function(e){return"Symbol("+(void 0===e?"":e)+")_"+s(++r+i,36)}},3307:function(e,t,n){var o=n(6293);e.exports=o&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},3353:function(e,t,n){var o=n(9781),r=n(7293);e.exports=o&&r((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},8053:function(e){var t=TypeError;e.exports=function(e,n){if(e<n)throw t("Not enough arguments");return e}},4811:function(e,t,n){var o=n(7854),r=n(614),i=o.WeakMap;e.exports=r(i)&&/native code/.test(String(i))},5112:function(e,t,n){var o=n(7854),r=n(2309),i=n(2597),s=n(9711),a=n(6293),c=n(3307),u=o.Symbol,l=r("wks"),d=c?u["for"]||u:u&&u.withoutSetter||s;e.exports=function(e){return i(l,e)||(l[e]=a&&i(u,e)?u[e]:d("Symbol."+e)),l[e]}},7658:function(e,t,n){"use strict";var o=n(2109),r=n(7908),i=n(6244),s=n(3658),a=n(7207),c=n(7293),u=c((function(){return 4294967297!==[].push.call({length:4294967296},1)})),l=function(){try{Object.defineProperty([],"length",{writable:!1}).push()}catch(e){return e instanceof TypeError}},d=u||!l();o({target:"Array",proto:!0,arity:1,forced:d},{push:function(e){var t=r(this),n=i(t),o=arguments.length;a(n+o);for(var c=0;c<o;c++)t[n]=arguments[c],n++;return s(t,n),n}})},6229:function(e,t,n){"use strict";var o=n(8052),r=n(1702),i=n(1340),s=n(8053),a=URLSearchParams,c=a.prototype,u=r(c.append),l=r(c["delete"]),d=r(c.forEach),f=r([].push),h=new a("a=1&a=2");h["delete"]("a",1),h+""!=="a=2"&&o(c,"delete",(function(e){var t=arguments.length,n=t<2?void 0:arguments[1];if(t&&void 0===n)return l(this,e);var o=[];d(this,(function(e,t){f(o,{key:t,value:e})})),s(t,1);var r,a=i(e),c=i(n),h=0,p=0,m=!1,g=o.length;while(h<g)r=o[h++],m||r.key===a?(m=!0,l(this,r.key)):p++;while(p<g)r=o[p++],r.key===a&&r.value===c||u(this,r.key,r.value)}),{enumerable:!0,unsafe:!0})},7330:function(e,t,n){"use strict";var o=n(8052),r=n(1702),i=n(1340),s=n(8053),a=URLSearchParams,c=a.prototype,u=r(c.getAll),l=r(c.has),d=new a("a=1");d.has("a",2)&&o(c,"has",(function(e){var t=arguments.length,n=t<2?void 0:arguments[1];if(t&&void 0===n)return l(this,e);var o=u(this,e);s(t,1);var r=i(n),a=0;while(a<o.length)if(o[a++]===r)return!0;return!1}),{enumerable:!0,unsafe:!0})},2062:function(e,t,n){"use strict";var o=n(9781),r=n(1702),i=n(7045),s=URLSearchParams.prototype,a=r(s.forEach);o&&!("size"in s)&&i(s,"size",{get:function(){var e=0;return a(this,(function(){e++})),e},configurable:!0,enumerable:!0})},452:function(e,t,n){(function(t,o,r){e.exports=o(n(8249),n(8269),n(8214),n(888),n(5109))})(0,(function(e){return function(){var t=e,n=t.lib,o=n.BlockCipher,r=t.algo,i=[],s=[],a=[],c=[],u=[],l=[],d=[],f=[],h=[],p=[];(function(){for(var e=[],t=0;t<256;t++)e[t]=t<128?t<<1:t<<1^283;var n=0,o=0;for(t=0;t<256;t++){var r=o^o<<1^o<<2^o<<3^o<<4;r=r>>>8^255&r^99,i[n]=r,s[r]=n;var m=e[n],g=e[m],A=e[g],v=257*e[r]^16843008*r;a[n]=v<<24|v>>>8,c[n]=v<<16|v>>>16,u[n]=v<<8|v>>>24,l[n]=v;v=16843009*A^65537*g^257*m^16843008*n;d[r]=v<<24|v>>>8,f[r]=v<<16|v>>>16,h[r]=v<<8|v>>>24,p[r]=v,n?(n=m^e[e[e[A^m]]],o^=e[e[o]]):n=o=1}})();var m=[0,1,2,4,8,16,32,64,128,27,54],g=r.AES=o.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var e=this._keyPriorReset=this._key,t=e.words,n=e.sigBytes/4,o=this._nRounds=n+6,r=4*(o+1),s=this._keySchedule=[],a=0;a<r;a++)if(a<n)s[a]=t[a];else{var c=s[a-1];a%n?n>6&&a%n==4&&(c=i[c>>>24]<<24|i[c>>>16&255]<<16|i[c>>>8&255]<<8|i[255&c]):(c=c<<8|c>>>24,c=i[c>>>24]<<24|i[c>>>16&255]<<16|i[c>>>8&255]<<8|i[255&c],c^=m[a/n|0]<<24),s[a]=s[a-n]^c}for(var u=this._invKeySchedule=[],l=0;l<r;l++){a=r-l;if(l%4)c=s[a];else c=s[a-4];u[l]=l<4||a<=4?c:d[i[c>>>24]]^f[i[c>>>16&255]]^h[i[c>>>8&255]]^p[i[255&c]]}}},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,a,c,u,l,i)},decryptBlock:function(e,t){var n=e[t+1];e[t+1]=e[t+3],e[t+3]=n,this._doCryptBlock(e,t,this._invKeySchedule,d,f,h,p,s);n=e[t+1];e[t+1]=e[t+3],e[t+3]=n},_doCryptBlock:function(e,t,n,o,r,i,s,a){for(var c=this._nRounds,u=e[t]^n[0],l=e[t+1]^n[1],d=e[t+2]^n[2],f=e[t+3]^n[3],h=4,p=1;p<c;p++){var m=o[u>>>24]^r[l>>>16&255]^i[d>>>8&255]^s[255&f]^n[h++],g=o[l>>>24]^r[d>>>16&255]^i[f>>>8&255]^s[255&u]^n[h++],A=o[d>>>24]^r[f>>>16&255]^i[u>>>8&255]^s[255&l]^n[h++],v=o[f>>>24]^r[u>>>16&255]^i[l>>>8&255]^s[255&d]^n[h++];u=m,l=g,d=A,f=v}m=(a[u>>>24]<<24|a[l>>>16&255]<<16|a[d>>>8&255]<<8|a[255&f])^n[h++],g=(a[l>>>24]<<24|a[d>>>16&255]<<16|a[f>>>8&255]<<8|a[255&u])^n[h++],A=(a[d>>>24]<<24|a[f>>>16&255]<<16|a[u>>>8&255]<<8|a[255&l])^n[h++],v=(a[f>>>24]<<24|a[u>>>16&255]<<16|a[l>>>8&255]<<8|a[255&d])^n[h++];e[t]=m,e[t+1]=g,e[t+2]=A,e[t+3]=v},keySize:8});t.AES=o._createHelper(g)}(),e.AES}))},5109:function(e,t,n){(function(t,o,r){e.exports=o(n(8249),n(888))})(0,(function(e){e.lib.Cipher||function(t){var n=e,o=n.lib,r=o.Base,i=o.WordArray,s=o.BufferedBlockAlgorithm,a=n.enc,c=(a.Utf8,a.Base64),u=n.algo,l=u.EvpKDF,d=o.Cipher=s.extend({cfg:r.extend(),createEncryptor:function(e,t){return this.create(this._ENC_XFORM_MODE,e,t)},createDecryptor:function(e,t){return this.create(this._DEC_XFORM_MODE,e,t)},init:function(e,t,n){this.cfg=this.cfg.extend(n),this._xformMode=e,this._key=t,this.reset()},reset:function(){s.reset.call(this),this._doReset()},process:function(e){return this._append(e),this._process()},finalize:function(e){e&&this._append(e);var t=this._doFinalize();return t},keySize:4,ivSize:4,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function e(e){return"string"==typeof e?x:w}return function(t){return{encrypt:function(n,o,r){return e(o).encrypt(t,n,o,r)},decrypt:function(n,o,r){return e(o).decrypt(t,n,o,r)}}}}()}),f=(o.StreamCipher=d.extend({_doFinalize:function(){var e=this._process(!0);return e},blockSize:1}),n.mode={}),h=o.BlockCipherMode=r.extend({createEncryptor:function(e,t){return this.Encryptor.create(e,t)},createDecryptor:function(e,t){return this.Decryptor.create(e,t)},init:function(e,t){this._cipher=e,this._iv=t}}),p=f.CBC=function(){var e=h.extend();function n(e,n,o){var r=this._iv;if(r){var i=r;this._iv=t}else i=this._prevBlock;for(var s=0;s<o;s++)e[n+s]^=i[s]}return e.Encryptor=e.extend({processBlock:function(e,t){var o=this._cipher,r=o.blockSize;n.call(this,e,t,r),o.encryptBlock(e,t),this._prevBlock=e.slice(t,t+r)}}),e.Decryptor=e.extend({processBlock:function(e,t){var o=this._cipher,r=o.blockSize,i=e.slice(t,t+r);o.decryptBlock(e,t),n.call(this,e,t,r),this._prevBlock=i}}),e}(),m=n.pad={},g=m.Pkcs7={pad:function(e,t){for(var n=4*t,o=n-e.sigBytes%n,r=o<<24|o<<16|o<<8|o,s=[],a=0;a<o;a+=4)s.push(r);var c=i.create(s,o);e.concat(c)},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},A=(o.BlockCipher=d.extend({cfg:d.cfg.extend({mode:p,padding:g}),reset:function(){d.reset.call(this);var e=this.cfg,t=e.iv,n=e.mode;if(this._xformMode==this._ENC_XFORM_MODE)var o=n.createEncryptor;else{o=n.createDecryptor;this._minBufferSize=1}this._mode&&this._mode.__creator==o?this._mode.init(this,t&&t.words):(this._mode=o.call(n,this,t&&t.words),this._mode.__creator=o)},_doProcessBlock:function(e,t){this._mode.processBlock(e,t)},_doFinalize:function(){var e=this.cfg.padding;if(this._xformMode==this._ENC_XFORM_MODE){e.pad(this._data,this.blockSize);var t=this._process(!0)}else{t=this._process(!0);e.unpad(t)}return t},blockSize:4}),o.CipherParams=r.extend({init:function(e){this.mixIn(e)},toString:function(e){return(e||this.formatter).stringify(this)}})),v=n.format={},y=v.OpenSSL={stringify:function(e){var t=e.ciphertext,n=e.salt;if(n)var o=i.create([1398893684,1701076831]).concat(n).concat(t);else o=t;return o.toString(c)},parse:function(e){var t=c.parse(e),n=t.words;if(1398893684==n[0]&&1701076831==n[1]){var o=i.create(n.slice(2,4));n.splice(0,4),t.sigBytes-=16}return A.create({ciphertext:t,salt:o})}},w=o.SerializableCipher=r.extend({cfg:r.extend({format:y}),encrypt:function(e,t,n,o){o=this.cfg.extend(o);var r=e.createEncryptor(n,o),i=r.finalize(t),s=r.cfg;return A.create({ciphertext:i,key:n,iv:s.iv,algorithm:e,mode:s.mode,padding:s.padding,blockSize:e.blockSize,formatter:o.format})},decrypt:function(e,t,n,o){o=this.cfg.extend(o),t=this._parse(t,o.format);var r=e.createDecryptor(n,o).finalize(t.ciphertext);return r},_parse:function(e,t){return"string"==typeof e?t.parse(e,this):e}}),b=n.kdf={},C=b.OpenSSL={execute:function(e,t,n,o){o||(o=i.random(8));var r=l.create({keySize:t+n}).compute(e,o),s=i.create(r.words.slice(t),4*n);return r.sigBytes=4*t,A.create({key:r,iv:s,salt:o})}},x=o.PasswordBasedCipher=w.extend({cfg:w.cfg.extend({kdf:C}),encrypt:function(e,t,n,o){o=this.cfg.extend(o);var r=o.kdf.execute(n,e.keySize,e.ivSize);o.iv=r.iv;var i=w.encrypt.call(this,e,t,r.key,o);return i.mixIn(r),i},decrypt:function(e,t,n,o){o=this.cfg.extend(o),t=this._parse(t,o.format);var r=o.kdf.execute(n,e.keySize,e.ivSize,t.salt);o.iv=r.iv;var i=w.decrypt.call(this,e,t,r.key,o);return i}})}()}))},8249:function(e,t){(function(t,n){e.exports=n()})(0,(function(){var e=e||function(e,t){var n=Object.create||function(){function e(){}return function(t){var n;return e.prototype=t,n=new e,e.prototype=null,n}}(),o={},r=o.lib={},i=r.Base=function(){return{extend:function(e){var t=n(this);return e&&t.mixIn(e),t.hasOwnProperty("init")&&this.init!==t.init||(t.init=function(){t.$super.init.apply(this,arguments)}),t.init.prototype=t,t.$super=this,t},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty("toString")&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),s=r.WordArray=i.extend({init:function(e,n){e=this.words=e||[],this.sigBytes=n!=t?n:4*e.length},toString:function(e){return(e||c).stringify(this)},concat:function(e){var t=this.words,n=e.words,o=this.sigBytes,r=e.sigBytes;if(this.clamp(),o%4)for(var i=0;i<r;i++){var s=n[i>>>2]>>>24-i%4*8&255;t[o+i>>>2]|=s<<24-(o+i)%4*8}else for(i=0;i<r;i+=4)t[o+i>>>2]=n[i>>>2];return this.sigBytes+=r,this},clamp:function(){var t=this.words,n=this.sigBytes;t[n>>>2]&=4294967295<<32-n%4*8,t.length=e.ceil(n/4)},clone:function(){var e=i.clone.call(this);return e.words=this.words.slice(0),e},random:function(t){for(var n,o=[],r=function(t){var n=987654321,o=4294967295;return function(){n=36969*(65535&n)+(n>>16)&o,t=18e3*(65535&t)+(t>>16)&o;var r=(n<<16)+t&o;return r/=4294967296,r+=.5,r*(e.random()>.5?1:-1)}},i=0;i<t;i+=4){var a=r(4294967296*(n||e.random()));n=987654071*a(),o.push(4294967296*a()|0)}return new s.init(o,t)}}),a=o.enc={},c=a.Hex={stringify:function(e){for(var t=e.words,n=e.sigBytes,o=[],r=0;r<n;r++){var i=t[r>>>2]>>>24-r%4*8&255;o.push((i>>>4).toString(16)),o.push((15&i).toString(16))}return o.join("")},parse:function(e){for(var t=e.length,n=[],o=0;o<t;o+=2)n[o>>>3]|=parseInt(e.substr(o,2),16)<<24-o%8*4;return new s.init(n,t/2)}},u=a.Latin1={stringify:function(e){for(var t=e.words,n=e.sigBytes,o=[],r=0;r<n;r++){var i=t[r>>>2]>>>24-r%4*8&255;o.push(String.fromCharCode(i))}return o.join("")},parse:function(e){for(var t=e.length,n=[],o=0;o<t;o++)n[o>>>2]|=(255&e.charCodeAt(o))<<24-o%4*8;return new s.init(n,t)}},l=a.Utf8={stringify:function(e){try{return decodeURIComponent(escape(u.stringify(e)))}catch(t){throw new Error("Malformed UTF-8 data")}},parse:function(e){return u.parse(unescape(encodeURIComponent(e)))}},d=r.BufferedBlockAlgorithm=i.extend({reset:function(){this._data=new s.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=l.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var n=this._data,o=n.words,r=n.sigBytes,i=this.blockSize,a=4*i,c=r/a;c=t?e.ceil(c):e.max((0|c)-this._minBufferSize,0);var u=c*i,l=e.min(4*u,r);if(u){for(var d=0;d<u;d+=i)this._doProcessBlock(o,d);var f=o.splice(0,u);n.sigBytes-=l}return new s.init(f,l)},clone:function(){var e=i.clone.call(this);return e._data=this._data.clone(),e},_minBufferSize:0}),f=(r.Hasher=d.extend({cfg:i.extend(),init:function(e){this.cfg=this.cfg.extend(e),this.reset()},reset:function(){d.reset.call(this),this._doReset()},update:function(e){return this._append(e),this._process(),this},finalize:function(e){e&&this._append(e);var t=this._doFinalize();return t},blockSize:16,_createHelper:function(e){return function(t,n){return new e.init(n).finalize(t)}},_createHmacHelper:function(e){return function(t,n){return new f.HMAC.init(e,n).finalize(t)}}}),o.algo={});return o}(Math);return e}))},8269:function(e,t,n){(function(t,o){e.exports=o(n(8249))})(0,(function(e){return function(){var t=e,n=t.lib,o=n.WordArray,r=t.enc;r.Base64={stringify:function(e){var t=e.words,n=e.sigBytes,o=this._map;e.clamp();for(var r=[],i=0;i<n;i+=3)for(var s=t[i>>>2]>>>24-i%4*8&255,a=t[i+1>>>2]>>>24-(i+1)%4*8&255,c=t[i+2>>>2]>>>24-(i+2)%4*8&255,u=s<<16|a<<8|c,l=0;l<4&&i+.75*l<n;l++)r.push(o.charAt(u>>>6*(3-l)&63));var d=o.charAt(64);if(d)while(r.length%4)r.push(d);return r.join("")},parse:function(e){var t=e.length,n=this._map,o=this._reverseMap;if(!o){o=this._reverseMap=[];for(var r=0;r<n.length;r++)o[n.charCodeAt(r)]=r}var s=n.charAt(64);if(s){var a=e.indexOf(s);-1!==a&&(t=a)}return i(e,t,o)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function i(e,t,n){for(var r=[],i=0,s=0;s<t;s++)if(s%4){var a=n[e.charCodeAt(s-1)]<<s%4*2,c=n[e.charCodeAt(s)]>>>6-s%4*2;r[i>>>2]|=(a|c)<<24-i%4*8,i++}return o.create(r,i)}}(),e.enc.Base64}))},298:function(e,t,n){(function(t,o){e.exports=o(n(8249))})(0,(function(e){return function(){var t=e,n=t.lib,o=n.WordArray,r=t.enc;r.Utf16=r.Utf16BE={stringify:function(e){for(var t=e.words,n=e.sigBytes,o=[],r=0;r<n;r+=2){var i=t[r>>>2]>>>16-r%4*8&65535;o.push(String.fromCharCode(i))}return o.join("")},parse:function(e){for(var t=e.length,n=[],r=0;r<t;r++)n[r>>>1]|=e.charCodeAt(r)<<16-r%2*16;return o.create(n,2*t)}};function i(e){return e<<8&4278255360|e>>>8&16711935}r.Utf16LE={stringify:function(e){for(var t=e.words,n=e.sigBytes,o=[],r=0;r<n;r+=2){var s=i(t[r>>>2]>>>16-r%4*8&65535);o.push(String.fromCharCode(s))}return o.join("")},parse:function(e){for(var t=e.length,n=[],r=0;r<t;r++)n[r>>>1]|=i(e.charCodeAt(r)<<16-r%2*16);return o.create(n,2*t)}}}(),e.enc.Utf16}))},888:function(e,t,n){(function(t,o,r){e.exports=o(n(8249),n(2783),n(9824))})(0,(function(e){return function(){var t=e,n=t.lib,o=n.Base,r=n.WordArray,i=t.algo,s=i.MD5,a=i.EvpKDF=o.extend({cfg:o.extend({keySize:4,hasher:s,iterations:1}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){var n=this.cfg,o=n.hasher.create(),i=r.create(),s=i.words,a=n.keySize,c=n.iterations;while(s.length<a){u&&o.update(u);var u=o.update(e).finalize(t);o.reset();for(var l=1;l<c;l++)u=o.finalize(u),o.reset();i.concat(u)}return i.sigBytes=4*a,i}});t.EvpKDF=function(e,t,n){return a.create(n).compute(e,t)}}(),e.EvpKDF}))},2209:function(e,t,n){(function(t,o,r){e.exports=o(n(8249),n(5109))})(0,(function(e){return function(t){var n=e,o=n.lib,r=o.CipherParams,i=n.enc,s=i.Hex,a=n.format;a.Hex={stringify:function(e){return e.ciphertext.toString(s)},parse:function(e){var t=s.parse(e);return r.create({ciphertext:t})}}}(),e.format.Hex}))},9824:function(e,t,n){(function(t,o){e.exports=o(n(8249))})(0,(function(e){(function(){var t=e,n=t.lib,o=n.Base,r=t.enc,i=r.Utf8,s=t.algo;s.HMAC=o.extend({init:function(e,t){e=this._hasher=new e.init,"string"==typeof t&&(t=i.parse(t));var n=e.blockSize,o=4*n;t.sigBytes>o&&(t=e.finalize(t)),t.clamp();for(var r=this._oKey=t.clone(),s=this._iKey=t.clone(),a=r.words,c=s.words,u=0;u<n;u++)a[u]^=1549556828,c[u]^=909522486;r.sigBytes=s.sigBytes=o,this.reset()},reset:function(){var e=this._hasher;e.reset(),e.update(this._iKey)},update:function(e){return this._hasher.update(e),this},finalize:function(e){var t=this._hasher,n=t.finalize(e);t.reset();var o=t.finalize(this._oKey.clone().concat(n));return o}})})()}))},1354:function(e,t,n){(function(t,o,r){e.exports=o(n(8249),n(4938),n(4433),n(298),n(8269),n(8214),n(2783),n(2153),n(7792),n(34),n(7460),n(3327),n(706),n(9824),n(2112),n(888),n(5109),n(8568),n(4242),n(9968),n(7660),n(1148),n(3615),n(2807),n(1077),n(6475),n(6991),n(2209),n(452),n(4253),n(1857),n(4454),n(3974))})(0,(function(e){return e}))},4433:function(e,t,n){(function(t,o){e.exports=o(n(8249))})(0,(function(e){return function(){if("function"==typeof ArrayBuffer){var t=e,n=t.lib,o=n.WordArray,r=o.init,i=o.init=function(e){if(e instanceof ArrayBuffer&&(e=new Uint8Array(e)),(e instanceof Int8Array||"undefined"!==typeof Uint8ClampedArray&&e instanceof Uint8ClampedArray||e instanceof Int16Array||e instanceof Uint16Array||e instanceof Int32Array||e instanceof Uint32Array||e instanceof Float32Array||e instanceof Float64Array)&&(e=new Uint8Array(e.buffer,e.byteOffset,e.byteLength)),e instanceof Uint8Array){for(var t=e.byteLength,n=[],o=0;o<t;o++)n[o>>>2]|=e[o]<<24-o%4*8;r.call(this,n,t)}else r.apply(this,arguments)};i.prototype=o}}(),e.lib.WordArray}))},8214:function(e,t,n){(function(t,o){e.exports=o(n(8249))})(0,(function(e){return function(t){var n=e,o=n.lib,r=o.WordArray,i=o.Hasher,s=n.algo,a=[];(function(){for(var e=0;e<64;e++)a[e]=4294967296*t.abs(t.sin(e+1))|0})();var c=s.MD5=i.extend({_doReset:function(){this._hash=new r.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(e,t){for(var n=0;n<16;n++){var o=t+n,r=e[o];e[o]=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8)}var i=this._hash.words,s=e[t+0],c=e[t+1],h=e[t+2],p=e[t+3],m=e[t+4],g=e[t+5],A=e[t+6],v=e[t+7],y=e[t+8],w=e[t+9],b=e[t+10],C=e[t+11],x=e[t+12],k=e[t+13],B=e[t+14],E=e[t+15],I=i[0],M=i[1],S=i[2],D=i[3];I=u(I,M,S,D,s,7,a[0]),D=u(D,I,M,S,c,12,a[1]),S=u(S,D,I,M,h,17,a[2]),M=u(M,S,D,I,p,22,a[3]),I=u(I,M,S,D,m,7,a[4]),D=u(D,I,M,S,g,12,a[5]),S=u(S,D,I,M,A,17,a[6]),M=u(M,S,D,I,v,22,a[7]),I=u(I,M,S,D,y,7,a[8]),D=u(D,I,M,S,w,12,a[9]),S=u(S,D,I,M,b,17,a[10]),M=u(M,S,D,I,C,22,a[11]),I=u(I,M,S,D,x,7,a[12]),D=u(D,I,M,S,k,12,a[13]),S=u(S,D,I,M,B,17,a[14]),M=u(M,S,D,I,E,22,a[15]),I=l(I,M,S,D,c,5,a[16]),D=l(D,I,M,S,A,9,a[17]),S=l(S,D,I,M,C,14,a[18]),M=l(M,S,D,I,s,20,a[19]),I=l(I,M,S,D,g,5,a[20]),D=l(D,I,M,S,b,9,a[21]),S=l(S,D,I,M,E,14,a[22]),M=l(M,S,D,I,m,20,a[23]),I=l(I,M,S,D,w,5,a[24]),D=l(D,I,M,S,B,9,a[25]),S=l(S,D,I,M,p,14,a[26]),M=l(M,S,D,I,y,20,a[27]),I=l(I,M,S,D,k,5,a[28]),D=l(D,I,M,S,h,9,a[29]),S=l(S,D,I,M,v,14,a[30]),M=l(M,S,D,I,x,20,a[31]),I=d(I,M,S,D,g,4,a[32]),D=d(D,I,M,S,y,11,a[33]),S=d(S,D,I,M,C,16,a[34]),M=d(M,S,D,I,B,23,a[35]),I=d(I,M,S,D,c,4,a[36]),D=d(D,I,M,S,m,11,a[37]),S=d(S,D,I,M,v,16,a[38]),M=d(M,S,D,I,b,23,a[39]),I=d(I,M,S,D,k,4,a[40]),D=d(D,I,M,S,s,11,a[41]),S=d(S,D,I,M,p,16,a[42]),M=d(M,S,D,I,A,23,a[43]),I=d(I,M,S,D,w,4,a[44]),D=d(D,I,M,S,x,11,a[45]),S=d(S,D,I,M,E,16,a[46]),M=d(M,S,D,I,h,23,a[47]),I=f(I,M,S,D,s,6,a[48]),D=f(D,I,M,S,v,10,a[49]),S=f(S,D,I,M,B,15,a[50]),M=f(M,S,D,I,g,21,a[51]),I=f(I,M,S,D,x,6,a[52]),D=f(D,I,M,S,p,10,a[53]),S=f(S,D,I,M,b,15,a[54]),M=f(M,S,D,I,c,21,a[55]),I=f(I,M,S,D,y,6,a[56]),D=f(D,I,M,S,E,10,a[57]),S=f(S,D,I,M,A,15,a[58]),M=f(M,S,D,I,k,21,a[59]),I=f(I,M,S,D,m,6,a[60]),D=f(D,I,M,S,C,10,a[61]),S=f(S,D,I,M,h,15,a[62]),M=f(M,S,D,I,w,21,a[63]),i[0]=i[0]+I|0,i[1]=i[1]+M|0,i[2]=i[2]+S|0,i[3]=i[3]+D|0},_doFinalize:function(){var e=this._data,n=e.words,o=8*this._nDataBytes,r=8*e.sigBytes;n[r>>>5]|=128<<24-r%32;var i=t.floor(o/4294967296),s=o;n[15+(r+64>>>9<<4)]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),n[14+(r+64>>>9<<4)]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),e.sigBytes=4*(n.length+1),this._process();for(var a=this._hash,c=a.words,u=0;u<4;u++){var l=c[u];c[u]=16711935&(l<<8|l>>>24)|4278255360&(l<<24|l>>>8)}return a},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});function u(e,t,n,o,r,i,s){var a=e+(t&n|~t&o)+r+s;return(a<<i|a>>>32-i)+t}function l(e,t,n,o,r,i,s){var a=e+(t&o|n&~o)+r+s;return(a<<i|a>>>32-i)+t}function d(e,t,n,o,r,i,s){var a=e+(t^n^o)+r+s;return(a<<i|a>>>32-i)+t}function f(e,t,n,o,r,i,s){var a=e+(n^(t|~o))+r+s;return(a<<i|a>>>32-i)+t}n.MD5=i._createHelper(c),n.HmacMD5=i._createHmacHelper(c)}(Math),e.MD5}))},8568:function(e,t,n){(function(t,o,r){e.exports=o(n(8249),n(5109))})(0,(function(e){return e.mode.CFB=function(){var t=e.lib.BlockCipherMode.extend();function n(e,t,n,o){var r=this._iv;if(r){var i=r.slice(0);this._iv=void 0}else i=this._prevBlock;o.encryptBlock(i,0);for(var s=0;s<n;s++)e[t+s]^=i[s]}return t.Encryptor=t.extend({processBlock:function(e,t){var o=this._cipher,r=o.blockSize;n.call(this,e,t,r,o),this._prevBlock=e.slice(t,t+r)}}),t.Decryptor=t.extend({processBlock:function(e,t){var o=this._cipher,r=o.blockSize,i=e.slice(t,t+r);n.call(this,e,t,r,o),this._prevBlock=i}}),t}(),e.mode.CFB}))},9968:function(e,t,n){(function(t,o,r){e.exports=o(n(8249),n(5109))})(0,(function(e){
|
|
1
|
+
(function(e,t){"object"===typeof exports&&"object"===typeof module?module.exports=t(require("vue")):"function"===typeof define&&define.amd?define([],t):"object"===typeof exports?exports["zykjcommon-questions"]=t(require("vue")):e["zykjcommon-questions"]=t(e["Vue"])})("undefined"!==typeof self?self:this,(function(e){return function(){var t={9669:function(e,t,n){e.exports=n(1609)},5448:function(e,t,n){"use strict";var o=n(4867),i=n(6026),r=n(4372),s=n(5327),a=n(4097),c=n(4109),l=n(7985),u=n(5061),d=n(7874),f=n(5263);e.exports=function(e){return new Promise((function(t,n){var h,p=e.data,A=e.headers,m=e.responseType;function T(){e.cancelToken&&e.cancelToken.unsubscribe(h),e.signal&&e.signal.removeEventListener("abort",h)}o.isFormData(p)&&delete A["Content-Type"];var b=new XMLHttpRequest;if(e.auth){var g=e.auth.username||"",S=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";A.Authorization="Basic "+btoa(g+":"+S)}var v=a(e.baseURL,e.url);function M(){if(b){var o="getAllResponseHeaders"in b?c(b.getAllResponseHeaders()):null,r=m&&"text"!==m&&"json"!==m?b.response:b.responseText,s={data:r,status:b.status,statusText:b.statusText,headers:o,config:e,request:b};i((function(e){t(e),T()}),(function(e){n(e),T()}),s),b=null}}if(b.open(e.method.toUpperCase(),s(v,e.params,e.paramsSerializer),!0),b.timeout=e.timeout,"onloadend"in b?b.onloadend=M:b.onreadystatechange=function(){b&&4===b.readyState&&(0!==b.status||b.responseURL&&0===b.responseURL.indexOf("file:"))&&setTimeout(M)},b.onabort=function(){b&&(n(u("Request aborted",e,"ECONNABORTED",b)),b=null)},b.onerror=function(){n(u("Network Error",e,null,b)),b=null},b.ontimeout=function(){var t=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded",o=e.transitional||d;e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),n(u(t,e,o.clarifyTimeoutError?"ETIMEDOUT":"ECONNABORTED",b)),b=null},o.isStandardBrowserEnv()){var y=(e.withCredentials||l(v))&&e.xsrfCookieName?r.read(e.xsrfCookieName):void 0;y&&(A[e.xsrfHeaderName]=y)}"setRequestHeader"in b&&o.forEach(A,(function(e,t){"undefined"===typeof p&&"content-type"===t.toLowerCase()?delete A[t]:b.setRequestHeader(t,e)})),o.isUndefined(e.withCredentials)||(b.withCredentials=!!e.withCredentials),m&&"json"!==m&&(b.responseType=e.responseType),"function"===typeof e.onDownloadProgress&&b.addEventListener("progress",e.onDownloadProgress),"function"===typeof e.onUploadProgress&&b.upload&&b.upload.addEventListener("progress",e.onUploadProgress),(e.cancelToken||e.signal)&&(h=function(e){b&&(n(!e||e&&e.type?new f("canceled"):e),b.abort(),b=null)},e.cancelToken&&e.cancelToken.subscribe(h),e.signal&&(e.signal.aborted?h():e.signal.addEventListener("abort",h))),p||(p=null),b.send(p)}))}},1609:function(e,t,n){"use strict";var o=n(4867),i=n(1849),r=n(321),s=n(7185),a=n(5546);function c(e){var t=new r(e),n=i(r.prototype.request,t);return o.extend(n,r.prototype,t),o.extend(n,t),n.create=function(t){return c(s(e,t))},n}var l=c(a);l.Axios=r,l.Cancel=n(5263),l.CancelToken=n(4972),l.isCancel=n(6502),l.VERSION=n(7288).version,l.all=function(e){return Promise.all(e)},l.spread=n(8713),l.isAxiosError=n(6268),e.exports=l,e.exports["default"]=l},5263:function(e){"use strict";function t(e){this.message=e}t.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},t.prototype.__CANCEL__=!0,e.exports=t},4972:function(e,t,n){"use strict";var o=n(5263);function i(e){if("function"!==typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise((function(e){t=e}));var n=this;this.promise.then((function(e){if(n._listeners){var t,o=n._listeners.length;for(t=0;t<o;t++)n._listeners[t](e);n._listeners=null}})),this.promise.then=function(e){var t,o=new Promise((function(e){n.subscribe(e),t=e})).then(e);return o.cancel=function(){n.unsubscribe(t)},o},e((function(e){n.reason||(n.reason=new o(e),t(n.reason))}))}i.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},i.prototype.subscribe=function(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]},i.prototype.unsubscribe=function(e){if(this._listeners){var t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}},i.source=function(){var e,t=new i((function(t){e=t}));return{token:t,cancel:e}},e.exports=i},6502:function(e){"use strict";e.exports=function(e){return!(!e||!e.__CANCEL__)}},321:function(e,t,n){"use strict";var o=n(4867),i=n(5327),r=n(782),s=n(3572),a=n(7185),c=n(4875),l=c.validators;function u(e){this.defaults=e,this.interceptors={request:new r,response:new r}}u.prototype.request=function(e,t){"string"===typeof e?(t=t||{},t.url=e):t=e||{},t=a(this.defaults,t),t.method?t.method=t.method.toLowerCase():this.defaults.method?t.method=this.defaults.method.toLowerCase():t.method="get";var n=t.transitional;void 0!==n&&c.assertOptions(n,{silentJSONParsing:l.transitional(l.boolean),forcedJSONParsing:l.transitional(l.boolean),clarifyTimeoutError:l.transitional(l.boolean)},!1);var o=[],i=!0;this.interceptors.request.forEach((function(e){"function"===typeof e.runWhen&&!1===e.runWhen(t)||(i=i&&e.synchronous,o.unshift(e.fulfilled,e.rejected))}));var r,u=[];if(this.interceptors.response.forEach((function(e){u.push(e.fulfilled,e.rejected)})),!i){var d=[s,void 0];Array.prototype.unshift.apply(d,o),d=d.concat(u),r=Promise.resolve(t);while(d.length)r=r.then(d.shift(),d.shift());return r}var f=t;while(o.length){var h=o.shift(),p=o.shift();try{f=h(f)}catch(A){p(A);break}}try{r=s(f)}catch(A){return Promise.reject(A)}while(u.length)r=r.then(u.shift(),u.shift());return r},u.prototype.getUri=function(e){return e=a(this.defaults,e),i(e.url,e.params,e.paramsSerializer).replace(/^\?/,"")},o.forEach(["delete","get","head","options"],(function(e){u.prototype[e]=function(t,n){return this.request(a(n||{},{method:e,url:t,data:(n||{}).data}))}})),o.forEach(["post","put","patch"],(function(e){u.prototype[e]=function(t,n,o){return this.request(a(o||{},{method:e,url:t,data:n}))}})),e.exports=u},782:function(e,t,n){"use strict";var o=n(4867);function i(){this.handlers=[]}i.prototype.use=function(e,t,n){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1},i.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},i.prototype.forEach=function(e){o.forEach(this.handlers,(function(t){null!==t&&e(t)}))},e.exports=i},4097:function(e,t,n){"use strict";var o=n(1793),i=n(7303);e.exports=function(e,t){return e&&!o(t)?i(e,t):t}},5061:function(e,t,n){"use strict";var o=n(481);e.exports=function(e,t,n,i,r){var s=new Error(e);return o(s,t,n,i,r)}},3572:function(e,t,n){"use strict";var o=n(4867),i=n(8527),r=n(6502),s=n(5546),a=n(5263);function c(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new a("canceled")}e.exports=function(e){c(e),e.headers=e.headers||{},e.data=i.call(e,e.data,e.headers,e.transformRequest),e.headers=o.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),o.forEach(["delete","get","head","post","put","patch","common"],(function(t){delete e.headers[t]}));var t=e.adapter||s.adapter;return t(e).then((function(t){return c(e),t.data=i.call(e,t.data,t.headers,e.transformResponse),t}),(function(t){return r(t)||(c(e),t&&t.response&&(t.response.data=i.call(e,t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)}))}},481:function(e){"use strict";e.exports=function(e,t,n,o,i){return e.config=t,n&&(e.code=n),e.request=o,e.response=i,e.isAxiosError=!0,e.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code,status:this.response&&this.response.status?this.response.status:null}},e}},7185:function(e,t,n){"use strict";var o=n(4867);e.exports=function(e,t){t=t||{};var n={};function i(e,t){return o.isPlainObject(e)&&o.isPlainObject(t)?o.merge(e,t):o.isPlainObject(t)?o.merge({},t):o.isArray(t)?t.slice():t}function r(n){return o.isUndefined(t[n])?o.isUndefined(e[n])?void 0:i(void 0,e[n]):i(e[n],t[n])}function s(e){if(!o.isUndefined(t[e]))return i(void 0,t[e])}function a(n){return o.isUndefined(t[n])?o.isUndefined(e[n])?void 0:i(void 0,e[n]):i(void 0,t[n])}function c(n){return n in t?i(e[n],t[n]):n in e?i(void 0,e[n]):void 0}var l={url:s,method:s,data:s,baseURL:a,transformRequest:a,transformResponse:a,paramsSerializer:a,timeout:a,timeoutMessage:a,withCredentials:a,adapter:a,responseType:a,xsrfCookieName:a,xsrfHeaderName:a,onUploadProgress:a,onDownloadProgress:a,decompress:a,maxContentLength:a,maxBodyLength:a,transport:a,httpAgent:a,httpsAgent:a,cancelToken:a,socketPath:a,responseEncoding:a,validateStatus:c};return o.forEach(Object.keys(e).concat(Object.keys(t)),(function(e){var t=l[e]||r,i=t(e);o.isUndefined(i)&&t!==c||(n[e]=i)})),n}},6026:function(e,t,n){"use strict";var o=n(5061);e.exports=function(e,t,n){var i=n.config.validateStatus;n.status&&i&&!i(n.status)?t(o("Request failed with status code "+n.status,n.config,null,n.request,n)):e(n)}},8527:function(e,t,n){"use strict";var o=n(4867),i=n(5546);e.exports=function(e,t,n){var r=this||i;return o.forEach(n,(function(n){e=n.call(r,e,t)})),e}},5546:function(e,t,n){"use strict";var o=n(4867),i=n(6016),r=n(481),s=n(7874),a={"Content-Type":"application/x-www-form-urlencoded"};function c(e,t){!o.isUndefined(e)&&o.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}function l(){var e;return("undefined"!==typeof XMLHttpRequest||"undefined"!==typeof process&&"[object process]"===Object.prototype.toString.call(process))&&(e=n(5448)),e}function u(e,t,n){if(o.isString(e))try{return(t||JSON.parse)(e),o.trim(e)}catch(i){if("SyntaxError"!==i.name)throw i}return(n||JSON.stringify)(e)}var d={transitional:s,adapter:l(),transformRequest:[function(e,t){return i(t,"Accept"),i(t,"Content-Type"),o.isFormData(e)||o.isArrayBuffer(e)||o.isBuffer(e)||o.isStream(e)||o.isFile(e)||o.isBlob(e)?e:o.isArrayBufferView(e)?e.buffer:o.isURLSearchParams(e)?(c(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString()):o.isObject(e)||t&&"application/json"===t["Content-Type"]?(c(t,"application/json"),u(e)):e}],transformResponse:[function(e){var t=this.transitional||d.transitional,n=t&&t.silentJSONParsing,i=t&&t.forcedJSONParsing,s=!n&&"json"===this.responseType;if(s||i&&o.isString(e)&&e.length)try{return JSON.parse(e)}catch(a){if(s){if("SyntaxError"===a.name)throw r(a,this,"E_JSON_PARSE");throw a}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};o.forEach(["delete","get","head"],(function(e){d.headers[e]={}})),o.forEach(["post","put","patch"],(function(e){d.headers[e]=o.merge(a)})),e.exports=d},7874:function(e){"use strict";e.exports={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1}},7288:function(e){e.exports={version:"0.26.1"}},1849:function(e){"use strict";e.exports=function(e,t){return function(){for(var n=new Array(arguments.length),o=0;o<n.length;o++)n[o]=arguments[o];return e.apply(t,n)}}},5327:function(e,t,n){"use strict";var o=n(4867);function i(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}e.exports=function(e,t,n){if(!t)return e;var r;if(n)r=n(t);else if(o.isURLSearchParams(t))r=t.toString();else{var s=[];o.forEach(t,(function(e,t){null!==e&&"undefined"!==typeof e&&(o.isArray(e)?t+="[]":e=[e],o.forEach(e,(function(e){o.isDate(e)?e=e.toISOString():o.isObject(e)&&(e=JSON.stringify(e)),s.push(i(t)+"="+i(e))})))})),r=s.join("&")}if(r){var a=e.indexOf("#");-1!==a&&(e=e.slice(0,a)),e+=(-1===e.indexOf("?")?"?":"&")+r}return e}},7303:function(e){"use strict";e.exports=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}},4372:function(e,t,n){"use strict";var o=n(4867);e.exports=o.isStandardBrowserEnv()?function(){return{write:function(e,t,n,i,r,s){var a=[];a.push(e+"="+encodeURIComponent(t)),o.isNumber(n)&&a.push("expires="+new Date(n).toGMTString()),o.isString(i)&&a.push("path="+i),o.isString(r)&&a.push("domain="+r),!0===s&&a.push("secure"),document.cookie=a.join("; ")},read:function(e){var t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}()},1793:function(e){"use strict";e.exports=function(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}},6268:function(e,t,n){"use strict";var o=n(4867);e.exports=function(e){return o.isObject(e)&&!0===e.isAxiosError}},7985:function(e,t,n){"use strict";var o=n(4867);e.exports=o.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function i(e){var o=e;return t&&(n.setAttribute("href",o),o=n.href),n.setAttribute("href",o),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return e=i(window.location.href),function(t){var n=o.isString(t)?i(t):t;return n.protocol===e.protocol&&n.host===e.host}}():function(){return function(){return!0}}()},6016:function(e,t,n){"use strict";var o=n(4867);e.exports=function(e,t){o.forEach(e,(function(n,o){o!==t&&o.toUpperCase()===t.toUpperCase()&&(e[t]=n,delete e[o])}))}},4109:function(e,t,n){"use strict";var o=n(4867),i=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];e.exports=function(e){var t,n,r,s={};return e?(o.forEach(e.split("\n"),(function(e){if(r=e.indexOf(":"),t=o.trim(e.substr(0,r)).toLowerCase(),n=o.trim(e.substr(r+1)),t){if(s[t]&&i.indexOf(t)>=0)return;s[t]="set-cookie"===t?(s[t]?s[t]:[]).concat([n]):s[t]?s[t]+", "+n:n}})),s):s}},8713:function(e){"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},4875:function(e,t,n){"use strict";var o=n(7288).version,i={};["object","boolean","number","function","string","symbol"].forEach((function(e,t){i[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}}));var r={};function s(e,t,n){if("object"!==typeof e)throw new TypeError("options must be an object");var o=Object.keys(e),i=o.length;while(i-- >0){var r=o[i],s=t[r];if(s){var a=e[r],c=void 0===a||s(a,r,e);if(!0!==c)throw new TypeError("option "+r+" must be "+c)}else if(!0!==n)throw Error("Unknown option "+r)}}i.transitional=function(e,t,n){function i(e,t){return"[Axios v"+o+"] Transitional option '"+e+"'"+t+(n?". "+n:"")}return function(n,o,s){if(!1===e)throw new Error(i(o," has been removed"+(t?" in "+t:"")));return t&&!r[o]&&(r[o]=!0,console.warn(i(o," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(n,o,s)}},e.exports={assertOptions:s,validators:i}},4867:function(e,t,n){"use strict";var o=n(1849),i=Object.prototype.toString;function r(e){return Array.isArray(e)}function s(e){return"undefined"===typeof e}function a(e){return null!==e&&!s(e)&&null!==e.constructor&&!s(e.constructor)&&"function"===typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}function c(e){return"[object ArrayBuffer]"===i.call(e)}function l(e){return"[object FormData]"===i.call(e)}function u(e){var t;return t="undefined"!==typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&c(e.buffer),t}function d(e){return"string"===typeof e}function f(e){return"number"===typeof e}function h(e){return null!==e&&"object"===typeof e}function p(e){if("[object Object]"!==i.call(e))return!1;var t=Object.getPrototypeOf(e);return null===t||t===Object.prototype}function A(e){return"[object Date]"===i.call(e)}function m(e){return"[object File]"===i.call(e)}function T(e){return"[object Blob]"===i.call(e)}function b(e){return"[object Function]"===i.call(e)}function g(e){return h(e)&&b(e.pipe)}function S(e){return"[object URLSearchParams]"===i.call(e)}function v(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}function M(){return("undefined"===typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&("undefined"!==typeof window&&"undefined"!==typeof document)}function y(e,t){if(null!==e&&"undefined"!==typeof e)if("object"!==typeof e&&(e=[e]),r(e))for(var n=0,o=e.length;n<o;n++)t.call(null,e[n],n,e);else for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&t.call(null,e[i],i,e)}function B(){var e={};function t(t,n){p(e[n])&&p(t)?e[n]=B(e[n],t):p(t)?e[n]=B({},t):r(t)?e[n]=t.slice():e[n]=t}for(var n=0,o=arguments.length;n<o;n++)y(arguments[n],t);return e}function C(e,t,n){return y(t,(function(t,i){e[i]=n&&"function"===typeof t?o(t,n):t})),e}function w(e){return 65279===e.charCodeAt(0)&&(e=e.slice(1)),e}e.exports={isArray:r,isArrayBuffer:c,isBuffer:a,isFormData:l,isArrayBufferView:u,isString:d,isNumber:f,isObject:h,isPlainObject:p,isUndefined:s,isDate:A,isFile:m,isBlob:T,isFunction:b,isStream:g,isURLSearchParams:S,isStandardBrowserEnv:M,forEach:y,merge:B,extend:C,trim:v,stripBOM:w}},9662:function(e,t,n){var o=n(614),i=n(6330),r=TypeError;e.exports=function(e){if(o(e))return e;throw r(i(e)+" is not a function")}},9670:function(e,t,n){var o=n(111),i=String,r=TypeError;e.exports=function(e){if(o(e))return e;throw r(i(e)+" is not an object")}},1318:function(e,t,n){var o=n(5656),i=n(1400),r=n(6244),s=function(e){return function(t,n,s){var a,c=o(t),l=r(c),u=i(s,l);if(e&&n!=n){while(l>u)if(a=c[u++],a!=a)return!0}else for(;l>u;u++)if((e||u in c)&&c[u]===n)return e||u||0;return!e&&-1}};e.exports={includes:s(!0),indexOf:s(!1)}},3658:function(e,t,n){"use strict";var o=n(9781),i=n(3157),r=TypeError,s=Object.getOwnPropertyDescriptor,a=o&&!function(){if(void 0!==this)return!0;try{Object.defineProperty([],"length",{writable:!1}).length=1}catch(e){return e instanceof TypeError}}();e.exports=a?function(e,t){if(i(e)&&!s(e,"length").writable)throw r("Cannot set read only .length");return e.length=t}:function(e,t){return e.length=t}},4326:function(e,t,n){var o=n(1702),i=o({}.toString),r=o("".slice);e.exports=function(e){return r(i(e),8,-1)}},648:function(e,t,n){var o=n(1694),i=n(614),r=n(4326),s=n(5112),a=s("toStringTag"),c=Object,l="Arguments"==r(function(){return arguments}()),u=function(e,t){try{return e[t]}catch(n){}};e.exports=o?r:function(e){var t,n,o;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=u(t=c(e),a))?n:l?r(t):"Object"==(o=r(t))&&i(t.callee)?"Arguments":o}},9920:function(e,t,n){var o=n(2597),i=n(3887),r=n(1236),s=n(3070);e.exports=function(e,t,n){for(var a=i(t),c=s.f,l=r.f,u=0;u<a.length;u++){var d=a[u];o(e,d)||n&&o(n,d)||c(e,d,l(t,d))}}},8880:function(e,t,n){var o=n(9781),i=n(3070),r=n(9114);e.exports=o?function(e,t,n){return i.f(e,t,r(1,n))}:function(e,t,n){return e[t]=n,e}},9114:function(e){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},7045:function(e,t,n){var o=n(6339),i=n(3070);e.exports=function(e,t,n){return n.get&&o(n.get,t,{getter:!0}),n.set&&o(n.set,t,{setter:!0}),i.f(e,t,n)}},8052:function(e,t,n){var o=n(614),i=n(3070),r=n(6339),s=n(3072);e.exports=function(e,t,n,a){a||(a={});var c=a.enumerable,l=void 0!==a.name?a.name:t;if(o(n)&&r(n,l,a),a.global)c?e[t]=n:s(t,n);else{try{a.unsafe?e[t]&&(c=!0):delete e[t]}catch(u){}c?e[t]=n:i.f(e,t,{value:n,enumerable:!1,configurable:!a.nonConfigurable,writable:!a.nonWritable})}return e}},3072:function(e,t,n){var o=n(7854),i=Object.defineProperty;e.exports=function(e,t){try{i(o,e,{value:t,configurable:!0,writable:!0})}catch(n){o[e]=t}return t}},9781:function(e,t,n){var o=n(7293);e.exports=!o((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},4154:function(e){var t="object"==typeof document&&document.all,n="undefined"==typeof t&&void 0!==t;e.exports={all:t,IS_HTMLDDA:n}},317:function(e,t,n){var o=n(7854),i=n(111),r=o.document,s=i(r)&&i(r.createElement);e.exports=function(e){return s?r.createElement(e):{}}},7207:function(e){var t=TypeError,n=9007199254740991;e.exports=function(e){if(e>n)throw t("Maximum allowed index exceeded");return e}},8113:function(e){e.exports="undefined"!=typeof navigator&&String(navigator.userAgent)||""},7392:function(e,t,n){var o,i,r=n(7854),s=n(8113),a=r.process,c=r.Deno,l=a&&a.versions||c&&c.version,u=l&&l.v8;u&&(o=u.split("."),i=o[0]>0&&o[0]<4?1:+(o[0]+o[1])),!i&&s&&(o=s.match(/Edge\/(\d+)/),(!o||o[1]>=74)&&(o=s.match(/Chrome\/(\d+)/),o&&(i=+o[1]))),e.exports=i},748:function(e){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},2109:function(e,t,n){var o=n(7854),i=n(1236).f,r=n(8880),s=n(8052),a=n(3072),c=n(9920),l=n(4705);e.exports=function(e,t){var n,u,d,f,h,p,A=e.target,m=e.global,T=e.stat;if(u=m?o:T?o[A]||a(A,{}):(o[A]||{}).prototype,u)for(d in t){if(h=t[d],e.dontCallGetSet?(p=i(u,d),f=p&&p.value):f=u[d],n=l(m?d:A+(T?".":"#")+d,e.forced),!n&&void 0!==f){if(typeof h==typeof f)continue;c(h,f)}(e.sham||f&&f.sham)&&r(h,"sham",!0),s(u,d,h,e)}}},7293:function(e){e.exports=function(e){try{return!!e()}catch(t){return!0}}},4374:function(e,t,n){var o=n(7293);e.exports=!o((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")}))},6916:function(e,t,n){var o=n(4374),i=Function.prototype.call;e.exports=o?i.bind(i):function(){return i.apply(i,arguments)}},6530:function(e,t,n){var o=n(9781),i=n(2597),r=Function.prototype,s=o&&Object.getOwnPropertyDescriptor,a=i(r,"name"),c=a&&"something"===function(){}.name,l=a&&(!o||o&&s(r,"name").configurable);e.exports={EXISTS:a,PROPER:c,CONFIGURABLE:l}},1702:function(e,t,n){var o=n(4374),i=Function.prototype,r=i.call,s=o&&i.bind.bind(r,r);e.exports=o?s:function(e){return function(){return r.apply(e,arguments)}}},5005:function(e,t,n){var o=n(7854),i=n(614),r=function(e){return i(e)?e:void 0};e.exports=function(e,t){return arguments.length<2?r(o[e]):o[e]&&o[e][t]}},8173:function(e,t,n){var o=n(9662),i=n(8554);e.exports=function(e,t){var n=e[t];return i(n)?void 0:o(n)}},7854:function(e,t,n){var o=function(e){return e&&e.Math==Math&&e};e.exports=o("object"==typeof globalThis&&globalThis)||o("object"==typeof window&&window)||o("object"==typeof self&&self)||o("object"==typeof n.g&&n.g)||function(){return this}()||this||Function("return this")()},2597:function(e,t,n){var o=n(1702),i=n(7908),r=o({}.hasOwnProperty);e.exports=Object.hasOwn||function(e,t){return r(i(e),t)}},3501:function(e){e.exports={}},4664:function(e,t,n){var o=n(9781),i=n(7293),r=n(317);e.exports=!o&&!i((function(){return 7!=Object.defineProperty(r("div"),"a",{get:function(){return 7}}).a}))},8361:function(e,t,n){var o=n(1702),i=n(7293),r=n(4326),s=Object,a=o("".split);e.exports=i((function(){return!s("z").propertyIsEnumerable(0)}))?function(e){return"String"==r(e)?a(e,""):s(e)}:s},2788:function(e,t,n){var o=n(1702),i=n(614),r=n(5465),s=o(Function.toString);i(r.inspectSource)||(r.inspectSource=function(e){return s(e)}),e.exports=r.inspectSource},9909:function(e,t,n){var o,i,r,s=n(4811),a=n(7854),c=n(111),l=n(8880),u=n(2597),d=n(5465),f=n(6200),h=n(3501),p="Object already initialized",A=a.TypeError,m=a.WeakMap,T=function(e){return r(e)?i(e):o(e,{})},b=function(e){return function(t){var n;if(!c(t)||(n=i(t)).type!==e)throw A("Incompatible receiver, "+e+" required");return n}};if(s||d.state){var g=d.state||(d.state=new m);g.get=g.get,g.has=g.has,g.set=g.set,o=function(e,t){if(g.has(e))throw A(p);return t.facade=e,g.set(e,t),t},i=function(e){return g.get(e)||{}},r=function(e){return g.has(e)}}else{var S=f("state");h[S]=!0,o=function(e,t){if(u(e,S))throw A(p);return t.facade=e,l(e,S,t),t},i=function(e){return u(e,S)?e[S]:{}},r=function(e){return u(e,S)}}e.exports={set:o,get:i,has:r,enforce:T,getterFor:b}},3157:function(e,t,n){var o=n(4326);e.exports=Array.isArray||function(e){return"Array"==o(e)}},614:function(e,t,n){var o=n(4154),i=o.all;e.exports=o.IS_HTMLDDA?function(e){return"function"==typeof e||e===i}:function(e){return"function"==typeof e}},4705:function(e,t,n){var o=n(7293),i=n(614),r=/#|\.prototype\./,s=function(e,t){var n=c[a(e)];return n==u||n!=l&&(i(t)?o(t):!!t)},a=s.normalize=function(e){return String(e).replace(r,".").toLowerCase()},c=s.data={},l=s.NATIVE="N",u=s.POLYFILL="P";e.exports=s},8554:function(e){e.exports=function(e){return null===e||void 0===e}},111:function(e,t,n){var o=n(614),i=n(4154),r=i.all;e.exports=i.IS_HTMLDDA?function(e){return"object"==typeof e?null!==e:o(e)||e===r}:function(e){return"object"==typeof e?null!==e:o(e)}},1913:function(e){e.exports=!1},2190:function(e,t,n){var o=n(5005),i=n(614),r=n(7976),s=n(3307),a=Object;e.exports=s?function(e){return"symbol"==typeof e}:function(e){var t=o("Symbol");return i(t)&&r(t.prototype,a(e))}},6244:function(e,t,n){var o=n(7466);e.exports=function(e){return o(e.length)}},6339:function(e,t,n){var o=n(1702),i=n(7293),r=n(614),s=n(2597),a=n(9781),c=n(6530).CONFIGURABLE,l=n(2788),u=n(9909),d=u.enforce,f=u.get,h=String,p=Object.defineProperty,A=o("".slice),m=o("".replace),T=o([].join),b=a&&!i((function(){return 8!==p((function(){}),"length",{value:8}).length})),g=String(String).split("String"),S=e.exports=function(e,t,n){"Symbol("===A(h(t),0,7)&&(t="["+m(h(t),/^Symbol\(([^)]*)\)/,"$1")+"]"),n&&n.getter&&(t="get "+t),n&&n.setter&&(t="set "+t),(!s(e,"name")||c&&e.name!==t)&&(a?p(e,"name",{value:t,configurable:!0}):e.name=t),b&&n&&s(n,"arity")&&e.length!==n.arity&&p(e,"length",{value:n.arity});try{n&&s(n,"constructor")&&n.constructor?a&&p(e,"prototype",{writable:!1}):e.prototype&&(e.prototype=void 0)}catch(i){}var o=d(e);return s(o,"source")||(o.source=T(g,"string"==typeof t?t:"")),e};Function.prototype.toString=S((function(){return r(this)&&f(this).source||l(this)}),"toString")},4758:function(e){var t=Math.ceil,n=Math.floor;e.exports=Math.trunc||function(e){var o=+e;return(o>0?n:t)(o)}},3070:function(e,t,n){var o=n(9781),i=n(4664),r=n(3353),s=n(9670),a=n(4948),c=TypeError,l=Object.defineProperty,u=Object.getOwnPropertyDescriptor,d="enumerable",f="configurable",h="writable";t.f=o?r?function(e,t,n){if(s(e),t=a(t),s(n),"function"===typeof e&&"prototype"===t&&"value"in n&&h in n&&!n[h]){var o=u(e,t);o&&o[h]&&(e[t]=n.value,n={configurable:f in n?n[f]:o[f],enumerable:d in n?n[d]:o[d],writable:!1})}return l(e,t,n)}:l:function(e,t,n){if(s(e),t=a(t),s(n),i)try{return l(e,t,n)}catch(o){}if("get"in n||"set"in n)throw c("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},1236:function(e,t,n){var o=n(9781),i=n(6916),r=n(5296),s=n(9114),a=n(5656),c=n(4948),l=n(2597),u=n(4664),d=Object.getOwnPropertyDescriptor;t.f=o?d:function(e,t){if(e=a(e),t=c(t),u)try{return d(e,t)}catch(n){}if(l(e,t))return s(!i(r.f,e,t),e[t])}},8006:function(e,t,n){var o=n(6324),i=n(748),r=i.concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return o(e,r)}},5181:function(e,t){t.f=Object.getOwnPropertySymbols},7976:function(e,t,n){var o=n(1702);e.exports=o({}.isPrototypeOf)},6324:function(e,t,n){var o=n(1702),i=n(2597),r=n(5656),s=n(1318).indexOf,a=n(3501),c=o([].push);e.exports=function(e,t){var n,o=r(e),l=0,u=[];for(n in o)!i(a,n)&&i(o,n)&&c(u,n);while(t.length>l)i(o,n=t[l++])&&(~s(u,n)||c(u,n));return u}},5296:function(e,t){"use strict";var n={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,i=o&&!n.call({1:2},1);t.f=i?function(e){var t=o(this,e);return!!t&&t.enumerable}:n},2140:function(e,t,n){var o=n(6916),i=n(614),r=n(111),s=TypeError;e.exports=function(e,t){var n,a;if("string"===t&&i(n=e.toString)&&!r(a=o(n,e)))return a;if(i(n=e.valueOf)&&!r(a=o(n,e)))return a;if("string"!==t&&i(n=e.toString)&&!r(a=o(n,e)))return a;throw s("Can't convert object to primitive value")}},3887:function(e,t,n){var o=n(5005),i=n(1702),r=n(8006),s=n(5181),a=n(9670),c=i([].concat);e.exports=o("Reflect","ownKeys")||function(e){var t=r.f(a(e)),n=s.f;return n?c(t,n(e)):t}},4488:function(e,t,n){var o=n(8554),i=TypeError;e.exports=function(e){if(o(e))throw i("Can't call method on "+e);return e}},6200:function(e,t,n){var o=n(2309),i=n(9711),r=o("keys");e.exports=function(e){return r[e]||(r[e]=i(e))}},5465:function(e,t,n){var o=n(7854),i=n(3072),r="__core-js_shared__",s=o[r]||i(r,{});e.exports=s},2309:function(e,t,n){var o=n(1913),i=n(5465);(e.exports=function(e,t){return i[e]||(i[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.31.1",mode:o?"pure":"global",copyright:"© 2014-2023 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.31.1/LICENSE",source:"https://github.com/zloirock/core-js"})},6293:function(e,t,n){var o=n(7392),i=n(7293),r=n(7854),s=r.String;e.exports=!!Object.getOwnPropertySymbols&&!i((function(){var e=Symbol();return!s(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&o&&o<41}))},1400:function(e,t,n){var o=n(9303),i=Math.max,r=Math.min;e.exports=function(e,t){var n=o(e);return n<0?i(n+t,0):r(n,t)}},5656:function(e,t,n){var o=n(8361),i=n(4488);e.exports=function(e){return o(i(e))}},9303:function(e,t,n){var o=n(4758);e.exports=function(e){var t=+e;return t!==t||0===t?0:o(t)}},7466:function(e,t,n){var o=n(9303),i=Math.min;e.exports=function(e){return e>0?i(o(e),9007199254740991):0}},7908:function(e,t,n){var o=n(4488),i=Object;e.exports=function(e){return i(o(e))}},7593:function(e,t,n){var o=n(6916),i=n(111),r=n(2190),s=n(8173),a=n(2140),c=n(5112),l=TypeError,u=c("toPrimitive");e.exports=function(e,t){if(!i(e)||r(e))return e;var n,c=s(e,u);if(c){if(void 0===t&&(t="default"),n=o(c,e,t),!i(n)||r(n))return n;throw l("Can't convert object to primitive value")}return void 0===t&&(t="number"),a(e,t)}},4948:function(e,t,n){var o=n(7593),i=n(2190);e.exports=function(e){var t=o(e,"string");return i(t)?t:t+""}},1694:function(e,t,n){var o=n(5112),i=o("toStringTag"),r={};r[i]="z",e.exports="[object z]"===String(r)},1340:function(e,t,n){var o=n(648),i=String;e.exports=function(e){if("Symbol"===o(e))throw TypeError("Cannot convert a Symbol value to a string");return i(e)}},6330:function(e){var t=String;e.exports=function(e){try{return t(e)}catch(n){return"Object"}}},9711:function(e,t,n){var o=n(1702),i=0,r=Math.random(),s=o(1..toString);e.exports=function(e){return"Symbol("+(void 0===e?"":e)+")_"+s(++i+r,36)}},3307:function(e,t,n){var o=n(6293);e.exports=o&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},3353:function(e,t,n){var o=n(9781),i=n(7293);e.exports=o&&i((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},8053:function(e){var t=TypeError;e.exports=function(e,n){if(e<n)throw t("Not enough arguments");return e}},4811:function(e,t,n){var o=n(7854),i=n(614),r=o.WeakMap;e.exports=i(r)&&/native code/.test(String(r))},5112:function(e,t,n){var o=n(7854),i=n(2309),r=n(2597),s=n(9711),a=n(6293),c=n(3307),l=o.Symbol,u=i("wks"),d=c?l["for"]||l:l&&l.withoutSetter||s;e.exports=function(e){return r(u,e)||(u[e]=a&&r(l,e)?l[e]:d("Symbol."+e)),u[e]}},7658:function(e,t,n){"use strict";var o=n(2109),i=n(7908),r=n(6244),s=n(3658),a=n(7207),c=n(7293),l=c((function(){return 4294967297!==[].push.call({length:4294967296},1)})),u=function(){try{Object.defineProperty([],"length",{writable:!1}).push()}catch(e){return e instanceof TypeError}},d=l||!u();o({target:"Array",proto:!0,arity:1,forced:d},{push:function(e){var t=i(this),n=r(t),o=arguments.length;a(n+o);for(var c=0;c<o;c++)t[n]=arguments[c],n++;return s(t,n),n}})},6229:function(e,t,n){"use strict";var o=n(8052),i=n(1702),r=n(1340),s=n(8053),a=URLSearchParams,c=a.prototype,l=i(c.append),u=i(c["delete"]),d=i(c.forEach),f=i([].push),h=new a("a=1&a=2");h["delete"]("a",1),h+""!=="a=2"&&o(c,"delete",(function(e){var t=arguments.length,n=t<2?void 0:arguments[1];if(t&&void 0===n)return u(this,e);var o=[];d(this,(function(e,t){f(o,{key:t,value:e})})),s(t,1);var i,a=r(e),c=r(n),h=0,p=0,A=!1,m=o.length;while(h<m)i=o[h++],A||i.key===a?(A=!0,u(this,i.key)):p++;while(p<m)i=o[p++],i.key===a&&i.value===c||l(this,i.key,i.value)}),{enumerable:!0,unsafe:!0})},7330:function(e,t,n){"use strict";var o=n(8052),i=n(1702),r=n(1340),s=n(8053),a=URLSearchParams,c=a.prototype,l=i(c.getAll),u=i(c.has),d=new a("a=1");d.has("a",2)&&o(c,"has",(function(e){var t=arguments.length,n=t<2?void 0:arguments[1];if(t&&void 0===n)return u(this,e);var o=l(this,e);s(t,1);var i=r(n),a=0;while(a<o.length)if(o[a++]===i)return!0;return!1}),{enumerable:!0,unsafe:!0})},2062:function(e,t,n){"use strict";var o=n(9781),i=n(1702),r=n(7045),s=URLSearchParams.prototype,a=i(s.forEach);o&&!("size"in s)&&r(s,"size",{get:function(){var e=0;return a(this,(function(){e++})),e},configurable:!0,enumerable:!0})},452:function(e,t,n){(function(t,o,i){e.exports=o(n(8249),n(8269),n(8214),n(888),n(5109))})(0,(function(e){return function(){var t=e,n=t.lib,o=n.BlockCipher,i=t.algo,r=[],s=[],a=[],c=[],l=[],u=[],d=[],f=[],h=[],p=[];(function(){for(var e=[],t=0;t<256;t++)e[t]=t<128?t<<1:t<<1^283;var n=0,o=0;for(t=0;t<256;t++){var i=o^o<<1^o<<2^o<<3^o<<4;i=i>>>8^255&i^99,r[n]=i,s[i]=n;var A=e[n],m=e[A],T=e[m],b=257*e[i]^16843008*i;a[n]=b<<24|b>>>8,c[n]=b<<16|b>>>16,l[n]=b<<8|b>>>24,u[n]=b;b=16843009*T^65537*m^257*A^16843008*n;d[i]=b<<24|b>>>8,f[i]=b<<16|b>>>16,h[i]=b<<8|b>>>24,p[i]=b,n?(n=A^e[e[e[T^A]]],o^=e[e[o]]):n=o=1}})();var A=[0,1,2,4,8,16,32,64,128,27,54],m=i.AES=o.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var e=this._keyPriorReset=this._key,t=e.words,n=e.sigBytes/4,o=this._nRounds=n+6,i=4*(o+1),s=this._keySchedule=[],a=0;a<i;a++)if(a<n)s[a]=t[a];else{var c=s[a-1];a%n?n>6&&a%n==4&&(c=r[c>>>24]<<24|r[c>>>16&255]<<16|r[c>>>8&255]<<8|r[255&c]):(c=c<<8|c>>>24,c=r[c>>>24]<<24|r[c>>>16&255]<<16|r[c>>>8&255]<<8|r[255&c],c^=A[a/n|0]<<24),s[a]=s[a-n]^c}for(var l=this._invKeySchedule=[],u=0;u<i;u++){a=i-u;if(u%4)c=s[a];else c=s[a-4];l[u]=u<4||a<=4?c:d[r[c>>>24]]^f[r[c>>>16&255]]^h[r[c>>>8&255]]^p[r[255&c]]}}},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,a,c,l,u,r)},decryptBlock:function(e,t){var n=e[t+1];e[t+1]=e[t+3],e[t+3]=n,this._doCryptBlock(e,t,this._invKeySchedule,d,f,h,p,s);n=e[t+1];e[t+1]=e[t+3],e[t+3]=n},_doCryptBlock:function(e,t,n,o,i,r,s,a){for(var c=this._nRounds,l=e[t]^n[0],u=e[t+1]^n[1],d=e[t+2]^n[2],f=e[t+3]^n[3],h=4,p=1;p<c;p++){var A=o[l>>>24]^i[u>>>16&255]^r[d>>>8&255]^s[255&f]^n[h++],m=o[u>>>24]^i[d>>>16&255]^r[f>>>8&255]^s[255&l]^n[h++],T=o[d>>>24]^i[f>>>16&255]^r[l>>>8&255]^s[255&u]^n[h++],b=o[f>>>24]^i[l>>>16&255]^r[u>>>8&255]^s[255&d]^n[h++];l=A,u=m,d=T,f=b}A=(a[l>>>24]<<24|a[u>>>16&255]<<16|a[d>>>8&255]<<8|a[255&f])^n[h++],m=(a[u>>>24]<<24|a[d>>>16&255]<<16|a[f>>>8&255]<<8|a[255&l])^n[h++],T=(a[d>>>24]<<24|a[f>>>16&255]<<16|a[l>>>8&255]<<8|a[255&u])^n[h++],b=(a[f>>>24]<<24|a[l>>>16&255]<<16|a[u>>>8&255]<<8|a[255&d])^n[h++];e[t]=A,e[t+1]=m,e[t+2]=T,e[t+3]=b},keySize:8});t.AES=o._createHelper(m)}(),e.AES}))},5109:function(e,t,n){(function(t,o,i){e.exports=o(n(8249),n(888))})(0,(function(e){e.lib.Cipher||function(t){var n=e,o=n.lib,i=o.Base,r=o.WordArray,s=o.BufferedBlockAlgorithm,a=n.enc,c=(a.Utf8,a.Base64),l=n.algo,u=l.EvpKDF,d=o.Cipher=s.extend({cfg:i.extend(),createEncryptor:function(e,t){return this.create(this._ENC_XFORM_MODE,e,t)},createDecryptor:function(e,t){return this.create(this._DEC_XFORM_MODE,e,t)},init:function(e,t,n){this.cfg=this.cfg.extend(n),this._xformMode=e,this._key=t,this.reset()},reset:function(){s.reset.call(this),this._doReset()},process:function(e){return this._append(e),this._process()},finalize:function(e){e&&this._append(e);var t=this._doFinalize();return t},keySize:4,ivSize:4,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function e(e){return"string"==typeof e?y:S}return function(t){return{encrypt:function(n,o,i){return e(o).encrypt(t,n,o,i)},decrypt:function(n,o,i){return e(o).decrypt(t,n,o,i)}}}}()}),f=(o.StreamCipher=d.extend({_doFinalize:function(){var e=this._process(!0);return e},blockSize:1}),n.mode={}),h=o.BlockCipherMode=i.extend({createEncryptor:function(e,t){return this.Encryptor.create(e,t)},createDecryptor:function(e,t){return this.Decryptor.create(e,t)},init:function(e,t){this._cipher=e,this._iv=t}}),p=f.CBC=function(){var e=h.extend();function n(e,n,o){var i=this._iv;if(i){var r=i;this._iv=t}else r=this._prevBlock;for(var s=0;s<o;s++)e[n+s]^=r[s]}return e.Encryptor=e.extend({processBlock:function(e,t){var o=this._cipher,i=o.blockSize;n.call(this,e,t,i),o.encryptBlock(e,t),this._prevBlock=e.slice(t,t+i)}}),e.Decryptor=e.extend({processBlock:function(e,t){var o=this._cipher,i=o.blockSize,r=e.slice(t,t+i);o.decryptBlock(e,t),n.call(this,e,t,i),this._prevBlock=r}}),e}(),A=n.pad={},m=A.Pkcs7={pad:function(e,t){for(var n=4*t,o=n-e.sigBytes%n,i=o<<24|o<<16|o<<8|o,s=[],a=0;a<o;a+=4)s.push(i);var c=r.create(s,o);e.concat(c)},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},T=(o.BlockCipher=d.extend({cfg:d.cfg.extend({mode:p,padding:m}),reset:function(){d.reset.call(this);var e=this.cfg,t=e.iv,n=e.mode;if(this._xformMode==this._ENC_XFORM_MODE)var o=n.createEncryptor;else{o=n.createDecryptor;this._minBufferSize=1}this._mode&&this._mode.__creator==o?this._mode.init(this,t&&t.words):(this._mode=o.call(n,this,t&&t.words),this._mode.__creator=o)},_doProcessBlock:function(e,t){this._mode.processBlock(e,t)},_doFinalize:function(){var e=this.cfg.padding;if(this._xformMode==this._ENC_XFORM_MODE){e.pad(this._data,this.blockSize);var t=this._process(!0)}else{t=this._process(!0);e.unpad(t)}return t},blockSize:4}),o.CipherParams=i.extend({init:function(e){this.mixIn(e)},toString:function(e){return(e||this.formatter).stringify(this)}})),b=n.format={},g=b.OpenSSL={stringify:function(e){var t=e.ciphertext,n=e.salt;if(n)var o=r.create([1398893684,1701076831]).concat(n).concat(t);else o=t;return o.toString(c)},parse:function(e){var t=c.parse(e),n=t.words;if(1398893684==n[0]&&1701076831==n[1]){var o=r.create(n.slice(2,4));n.splice(0,4),t.sigBytes-=16}return T.create({ciphertext:t,salt:o})}},S=o.SerializableCipher=i.extend({cfg:i.extend({format:g}),encrypt:function(e,t,n,o){o=this.cfg.extend(o);var i=e.createEncryptor(n,o),r=i.finalize(t),s=i.cfg;return T.create({ciphertext:r,key:n,iv:s.iv,algorithm:e,mode:s.mode,padding:s.padding,blockSize:e.blockSize,formatter:o.format})},decrypt:function(e,t,n,o){o=this.cfg.extend(o),t=this._parse(t,o.format);var i=e.createDecryptor(n,o).finalize(t.ciphertext);return i},_parse:function(e,t){return"string"==typeof e?t.parse(e,this):e}}),v=n.kdf={},M=v.OpenSSL={execute:function(e,t,n,o){o||(o=r.random(8));var i=u.create({keySize:t+n}).compute(e,o),s=r.create(i.words.slice(t),4*n);return i.sigBytes=4*t,T.create({key:i,iv:s,salt:o})}},y=o.PasswordBasedCipher=S.extend({cfg:S.cfg.extend({kdf:M}),encrypt:function(e,t,n,o){o=this.cfg.extend(o);var i=o.kdf.execute(n,e.keySize,e.ivSize);o.iv=i.iv;var r=S.encrypt.call(this,e,t,i.key,o);return r.mixIn(i),r},decrypt:function(e,t,n,o){o=this.cfg.extend(o),t=this._parse(t,o.format);var i=o.kdf.execute(n,e.keySize,e.ivSize,t.salt);o.iv=i.iv;var r=S.decrypt.call(this,e,t,i.key,o);return r}})}()}))},8249:function(e,t){(function(t,n){e.exports=n()})(0,(function(){var e=e||function(e,t){var n=Object.create||function(){function e(){}return function(t){var n;return e.prototype=t,n=new e,e.prototype=null,n}}(),o={},i=o.lib={},r=i.Base=function(){return{extend:function(e){var t=n(this);return e&&t.mixIn(e),t.hasOwnProperty("init")&&this.init!==t.init||(t.init=function(){t.$super.init.apply(this,arguments)}),t.init.prototype=t,t.$super=this,t},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty("toString")&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),s=i.WordArray=r.extend({init:function(e,n){e=this.words=e||[],this.sigBytes=n!=t?n:4*e.length},toString:function(e){return(e||c).stringify(this)},concat:function(e){var t=this.words,n=e.words,o=this.sigBytes,i=e.sigBytes;if(this.clamp(),o%4)for(var r=0;r<i;r++){var s=n[r>>>2]>>>24-r%4*8&255;t[o+r>>>2]|=s<<24-(o+r)%4*8}else for(r=0;r<i;r+=4)t[o+r>>>2]=n[r>>>2];return this.sigBytes+=i,this},clamp:function(){var t=this.words,n=this.sigBytes;t[n>>>2]&=4294967295<<32-n%4*8,t.length=e.ceil(n/4)},clone:function(){var e=r.clone.call(this);return e.words=this.words.slice(0),e},random:function(t){for(var n,o=[],i=function(t){var n=987654321,o=4294967295;return function(){n=36969*(65535&n)+(n>>16)&o,t=18e3*(65535&t)+(t>>16)&o;var i=(n<<16)+t&o;return i/=4294967296,i+=.5,i*(e.random()>.5?1:-1)}},r=0;r<t;r+=4){var a=i(4294967296*(n||e.random()));n=987654071*a(),o.push(4294967296*a()|0)}return new s.init(o,t)}}),a=o.enc={},c=a.Hex={stringify:function(e){for(var t=e.words,n=e.sigBytes,o=[],i=0;i<n;i++){var r=t[i>>>2]>>>24-i%4*8&255;o.push((r>>>4).toString(16)),o.push((15&r).toString(16))}return o.join("")},parse:function(e){for(var t=e.length,n=[],o=0;o<t;o+=2)n[o>>>3]|=parseInt(e.substr(o,2),16)<<24-o%8*4;return new s.init(n,t/2)}},l=a.Latin1={stringify:function(e){for(var t=e.words,n=e.sigBytes,o=[],i=0;i<n;i++){var r=t[i>>>2]>>>24-i%4*8&255;o.push(String.fromCharCode(r))}return o.join("")},parse:function(e){for(var t=e.length,n=[],o=0;o<t;o++)n[o>>>2]|=(255&e.charCodeAt(o))<<24-o%4*8;return new s.init(n,t)}},u=a.Utf8={stringify:function(e){try{return decodeURIComponent(escape(l.stringify(e)))}catch(t){throw new Error("Malformed UTF-8 data")}},parse:function(e){return l.parse(unescape(encodeURIComponent(e)))}},d=i.BufferedBlockAlgorithm=r.extend({reset:function(){this._data=new s.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=u.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var n=this._data,o=n.words,i=n.sigBytes,r=this.blockSize,a=4*r,c=i/a;c=t?e.ceil(c):e.max((0|c)-this._minBufferSize,0);var l=c*r,u=e.min(4*l,i);if(l){for(var d=0;d<l;d+=r)this._doProcessBlock(o,d);var f=o.splice(0,l);n.sigBytes-=u}return new s.init(f,u)},clone:function(){var e=r.clone.call(this);return e._data=this._data.clone(),e},_minBufferSize:0}),f=(i.Hasher=d.extend({cfg:r.extend(),init:function(e){this.cfg=this.cfg.extend(e),this.reset()},reset:function(){d.reset.call(this),this._doReset()},update:function(e){return this._append(e),this._process(),this},finalize:function(e){e&&this._append(e);var t=this._doFinalize();return t},blockSize:16,_createHelper:function(e){return function(t,n){return new e.init(n).finalize(t)}},_createHmacHelper:function(e){return function(t,n){return new f.HMAC.init(e,n).finalize(t)}}}),o.algo={});return o}(Math);return e}))},8269:function(e,t,n){(function(t,o){e.exports=o(n(8249))})(0,(function(e){return function(){var t=e,n=t.lib,o=n.WordArray,i=t.enc;i.Base64={stringify:function(e){var t=e.words,n=e.sigBytes,o=this._map;e.clamp();for(var i=[],r=0;r<n;r+=3)for(var s=t[r>>>2]>>>24-r%4*8&255,a=t[r+1>>>2]>>>24-(r+1)%4*8&255,c=t[r+2>>>2]>>>24-(r+2)%4*8&255,l=s<<16|a<<8|c,u=0;u<4&&r+.75*u<n;u++)i.push(o.charAt(l>>>6*(3-u)&63));var d=o.charAt(64);if(d)while(i.length%4)i.push(d);return i.join("")},parse:function(e){var t=e.length,n=this._map,o=this._reverseMap;if(!o){o=this._reverseMap=[];for(var i=0;i<n.length;i++)o[n.charCodeAt(i)]=i}var s=n.charAt(64);if(s){var a=e.indexOf(s);-1!==a&&(t=a)}return r(e,t,o)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function r(e,t,n){for(var i=[],r=0,s=0;s<t;s++)if(s%4){var a=n[e.charCodeAt(s-1)]<<s%4*2,c=n[e.charCodeAt(s)]>>>6-s%4*2;i[r>>>2]|=(a|c)<<24-r%4*8,r++}return o.create(i,r)}}(),e.enc.Base64}))},298:function(e,t,n){(function(t,o){e.exports=o(n(8249))})(0,(function(e){return function(){var t=e,n=t.lib,o=n.WordArray,i=t.enc;i.Utf16=i.Utf16BE={stringify:function(e){for(var t=e.words,n=e.sigBytes,o=[],i=0;i<n;i+=2){var r=t[i>>>2]>>>16-i%4*8&65535;o.push(String.fromCharCode(r))}return o.join("")},parse:function(e){for(var t=e.length,n=[],i=0;i<t;i++)n[i>>>1]|=e.charCodeAt(i)<<16-i%2*16;return o.create(n,2*t)}};function r(e){return e<<8&4278255360|e>>>8&16711935}i.Utf16LE={stringify:function(e){for(var t=e.words,n=e.sigBytes,o=[],i=0;i<n;i+=2){var s=r(t[i>>>2]>>>16-i%4*8&65535);o.push(String.fromCharCode(s))}return o.join("")},parse:function(e){for(var t=e.length,n=[],i=0;i<t;i++)n[i>>>1]|=r(e.charCodeAt(i)<<16-i%2*16);return o.create(n,2*t)}}}(),e.enc.Utf16}))},888:function(e,t,n){(function(t,o,i){e.exports=o(n(8249),n(2783),n(9824))})(0,(function(e){return function(){var t=e,n=t.lib,o=n.Base,i=n.WordArray,r=t.algo,s=r.MD5,a=r.EvpKDF=o.extend({cfg:o.extend({keySize:4,hasher:s,iterations:1}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){var n=this.cfg,o=n.hasher.create(),r=i.create(),s=r.words,a=n.keySize,c=n.iterations;while(s.length<a){l&&o.update(l);var l=o.update(e).finalize(t);o.reset();for(var u=1;u<c;u++)l=o.finalize(l),o.reset();r.concat(l)}return r.sigBytes=4*a,r}});t.EvpKDF=function(e,t,n){return a.create(n).compute(e,t)}}(),e.EvpKDF}))},2209:function(e,t,n){(function(t,o,i){e.exports=o(n(8249),n(5109))})(0,(function(e){return function(t){var n=e,o=n.lib,i=o.CipherParams,r=n.enc,s=r.Hex,a=n.format;a.Hex={stringify:function(e){return e.ciphertext.toString(s)},parse:function(e){var t=s.parse(e);return i.create({ciphertext:t})}}}(),e.format.Hex}))},9824:function(e,t,n){(function(t,o){e.exports=o(n(8249))})(0,(function(e){(function(){var t=e,n=t.lib,o=n.Base,i=t.enc,r=i.Utf8,s=t.algo;s.HMAC=o.extend({init:function(e,t){e=this._hasher=new e.init,"string"==typeof t&&(t=r.parse(t));var n=e.blockSize,o=4*n;t.sigBytes>o&&(t=e.finalize(t)),t.clamp();for(var i=this._oKey=t.clone(),s=this._iKey=t.clone(),a=i.words,c=s.words,l=0;l<n;l++)a[l]^=1549556828,c[l]^=909522486;i.sigBytes=s.sigBytes=o,this.reset()},reset:function(){var e=this._hasher;e.reset(),e.update(this._iKey)},update:function(e){return this._hasher.update(e),this},finalize:function(e){var t=this._hasher,n=t.finalize(e);t.reset();var o=t.finalize(this._oKey.clone().concat(n));return o}})})()}))},1354:function(e,t,n){(function(t,o,i){e.exports=o(n(8249),n(4938),n(4433),n(298),n(8269),n(8214),n(2783),n(2153),n(7792),n(34),n(7460),n(3327),n(706),n(9824),n(2112),n(888),n(5109),n(8568),n(4242),n(9968),n(7660),n(1148),n(3615),n(2807),n(1077),n(6475),n(6991),n(2209),n(452),n(4253),n(1857),n(4454),n(3974))})(0,(function(e){return e}))},4433:function(e,t,n){(function(t,o){e.exports=o(n(8249))})(0,(function(e){return function(){if("function"==typeof ArrayBuffer){var t=e,n=t.lib,o=n.WordArray,i=o.init,r=o.init=function(e){if(e instanceof ArrayBuffer&&(e=new Uint8Array(e)),(e instanceof Int8Array||"undefined"!==typeof Uint8ClampedArray&&e instanceof Uint8ClampedArray||e instanceof Int16Array||e instanceof Uint16Array||e instanceof Int32Array||e instanceof Uint32Array||e instanceof Float32Array||e instanceof Float64Array)&&(e=new Uint8Array(e.buffer,e.byteOffset,e.byteLength)),e instanceof Uint8Array){for(var t=e.byteLength,n=[],o=0;o<t;o++)n[o>>>2]|=e[o]<<24-o%4*8;i.call(this,n,t)}else i.apply(this,arguments)};r.prototype=o}}(),e.lib.WordArray}))},8214:function(e,t,n){(function(t,o){e.exports=o(n(8249))})(0,(function(e){return function(t){var n=e,o=n.lib,i=o.WordArray,r=o.Hasher,s=n.algo,a=[];(function(){for(var e=0;e<64;e++)a[e]=4294967296*t.abs(t.sin(e+1))|0})();var c=s.MD5=r.extend({_doReset:function(){this._hash=new i.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(e,t){for(var n=0;n<16;n++){var o=t+n,i=e[o];e[o]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8)}var r=this._hash.words,s=e[t+0],c=e[t+1],h=e[t+2],p=e[t+3],A=e[t+4],m=e[t+5],T=e[t+6],b=e[t+7],g=e[t+8],S=e[t+9],v=e[t+10],M=e[t+11],y=e[t+12],B=e[t+13],C=e[t+14],w=e[t+15],P=r[0],E=r[1],G=r[2],I=r[3];P=l(P,E,G,I,s,7,a[0]),I=l(I,P,E,G,c,12,a[1]),G=l(G,I,P,E,h,17,a[2]),E=l(E,G,I,P,p,22,a[3]),P=l(P,E,G,I,A,7,a[4]),I=l(I,P,E,G,m,12,a[5]),G=l(G,I,P,E,T,17,a[6]),E=l(E,G,I,P,b,22,a[7]),P=l(P,E,G,I,g,7,a[8]),I=l(I,P,E,G,S,12,a[9]),G=l(G,I,P,E,v,17,a[10]),E=l(E,G,I,P,M,22,a[11]),P=l(P,E,G,I,y,7,a[12]),I=l(I,P,E,G,B,12,a[13]),G=l(G,I,P,E,C,17,a[14]),E=l(E,G,I,P,w,22,a[15]),P=u(P,E,G,I,c,5,a[16]),I=u(I,P,E,G,T,9,a[17]),G=u(G,I,P,E,M,14,a[18]),E=u(E,G,I,P,s,20,a[19]),P=u(P,E,G,I,m,5,a[20]),I=u(I,P,E,G,v,9,a[21]),G=u(G,I,P,E,w,14,a[22]),E=u(E,G,I,P,A,20,a[23]),P=u(P,E,G,I,S,5,a[24]),I=u(I,P,E,G,C,9,a[25]),G=u(G,I,P,E,p,14,a[26]),E=u(E,G,I,P,g,20,a[27]),P=u(P,E,G,I,B,5,a[28]),I=u(I,P,E,G,h,9,a[29]),G=u(G,I,P,E,b,14,a[30]),E=u(E,G,I,P,y,20,a[31]),P=d(P,E,G,I,m,4,a[32]),I=d(I,P,E,G,g,11,a[33]),G=d(G,I,P,E,M,16,a[34]),E=d(E,G,I,P,C,23,a[35]),P=d(P,E,G,I,c,4,a[36]),I=d(I,P,E,G,A,11,a[37]),G=d(G,I,P,E,b,16,a[38]),E=d(E,G,I,P,v,23,a[39]),P=d(P,E,G,I,B,4,a[40]),I=d(I,P,E,G,s,11,a[41]),G=d(G,I,P,E,p,16,a[42]),E=d(E,G,I,P,T,23,a[43]),P=d(P,E,G,I,S,4,a[44]),I=d(I,P,E,G,y,11,a[45]),G=d(G,I,P,E,w,16,a[46]),E=d(E,G,I,P,h,23,a[47]),P=f(P,E,G,I,s,6,a[48]),I=f(I,P,E,G,b,10,a[49]),G=f(G,I,P,E,C,15,a[50]),E=f(E,G,I,P,m,21,a[51]),P=f(P,E,G,I,y,6,a[52]),I=f(I,P,E,G,p,10,a[53]),G=f(G,I,P,E,v,15,a[54]),E=f(E,G,I,P,c,21,a[55]),P=f(P,E,G,I,g,6,a[56]),I=f(I,P,E,G,w,10,a[57]),G=f(G,I,P,E,T,15,a[58]),E=f(E,G,I,P,B,21,a[59]),P=f(P,E,G,I,A,6,a[60]),I=f(I,P,E,G,M,10,a[61]),G=f(G,I,P,E,h,15,a[62]),E=f(E,G,I,P,S,21,a[63]),r[0]=r[0]+P|0,r[1]=r[1]+E|0,r[2]=r[2]+G|0,r[3]=r[3]+I|0},_doFinalize:function(){var e=this._data,n=e.words,o=8*this._nDataBytes,i=8*e.sigBytes;n[i>>>5]|=128<<24-i%32;var r=t.floor(o/4294967296),s=o;n[15+(i+64>>>9<<4)]=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8),n[14+(i+64>>>9<<4)]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),e.sigBytes=4*(n.length+1),this._process();for(var a=this._hash,c=a.words,l=0;l<4;l++){var u=c[l];c[l]=16711935&(u<<8|u>>>24)|4278255360&(u<<24|u>>>8)}return a},clone:function(){var e=r.clone.call(this);return e._hash=this._hash.clone(),e}});function l(e,t,n,o,i,r,s){var a=e+(t&n|~t&o)+i+s;return(a<<r|a>>>32-r)+t}function u(e,t,n,o,i,r,s){var a=e+(t&o|n&~o)+i+s;return(a<<r|a>>>32-r)+t}function d(e,t,n,o,i,r,s){var a=e+(t^n^o)+i+s;return(a<<r|a>>>32-r)+t}function f(e,t,n,o,i,r,s){var a=e+(n^(t|~o))+i+s;return(a<<r|a>>>32-r)+t}n.MD5=r._createHelper(c),n.HmacMD5=r._createHmacHelper(c)}(Math),e.MD5}))},8568:function(e,t,n){(function(t,o,i){e.exports=o(n(8249),n(5109))})(0,(function(e){return e.mode.CFB=function(){var t=e.lib.BlockCipherMode.extend();function n(e,t,n,o){var i=this._iv;if(i){var r=i.slice(0);this._iv=void 0}else r=this._prevBlock;o.encryptBlock(r,0);for(var s=0;s<n;s++)e[t+s]^=r[s]}return t.Encryptor=t.extend({processBlock:function(e,t){var o=this._cipher,i=o.blockSize;n.call(this,e,t,i,o),this._prevBlock=e.slice(t,t+i)}}),t.Decryptor=t.extend({processBlock:function(e,t){var o=this._cipher,i=o.blockSize,r=e.slice(t,t+i);n.call(this,e,t,i,o),this._prevBlock=r}}),t}(),e.mode.CFB}))},9968:function(e,t,n){(function(t,o,i){e.exports=o(n(8249),n(5109))})(0,(function(e){
|
|
2
2
|
/** @preserve
|
|
3
3
|
* Counter block mode compatible with Dr Brian Gladman fileenc.c
|
|
4
4
|
* derived from CryptoJS.mode.CTR
|
|
5
5
|
* Jan Hruby jhruby.web@gmail.com
|
|
6
6
|
*/
|
|
7
|
-
return e.mode.CTRGladman=function(){var t=e.lib.BlockCipherMode.extend();function n(e){if(255===(e>>24&255)){var t=e>>16&255,n=e>>8&255,o=255&e;255===t?(t=0,255===n?(n=0,255===o?o=0:++o):++n):++t,e=0,e+=t<<16,e+=n<<8,e+=o}else e+=1<<24;return e}function o(e){return 0===(e[0]=n(e[0]))&&(e[1]=n(e[1])),e}var
|
|
7
|
+
return e.mode.CTRGladman=function(){var t=e.lib.BlockCipherMode.extend();function n(e){if(255===(e>>24&255)){var t=e>>16&255,n=e>>8&255,o=255&e;255===t?(t=0,255===n?(n=0,255===o?o=0:++o):++n):++t,e=0,e+=t<<16,e+=n<<8,e+=o}else e+=1<<24;return e}function o(e){return 0===(e[0]=n(e[0]))&&(e[1]=n(e[1])),e}var i=t.Encryptor=t.extend({processBlock:function(e,t){var n=this._cipher,i=n.blockSize,r=this._iv,s=this._counter;r&&(s=this._counter=r.slice(0),this._iv=void 0),o(s);var a=s.slice(0);n.encryptBlock(a,0);for(var c=0;c<i;c++)e[t+c]^=a[c]}});return t.Decryptor=i,t}(),e.mode.CTRGladman}))},4242:function(e,t,n){(function(t,o,i){e.exports=o(n(8249),n(5109))})(0,(function(e){return e.mode.CTR=function(){var t=e.lib.BlockCipherMode.extend(),n=t.Encryptor=t.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize,i=this._iv,r=this._counter;i&&(r=this._counter=i.slice(0),this._iv=void 0);var s=r.slice(0);n.encryptBlock(s,0),r[o-1]=r[o-1]+1|0;for(var a=0;a<o;a++)e[t+a]^=s[a]}});return t.Decryptor=n,t}(),e.mode.CTR}))},1148:function(e,t,n){(function(t,o,i){e.exports=o(n(8249),n(5109))})(0,(function(e){return e.mode.ECB=function(){var t=e.lib.BlockCipherMode.extend();return t.Encryptor=t.extend({processBlock:function(e,t){this._cipher.encryptBlock(e,t)}}),t.Decryptor=t.extend({processBlock:function(e,t){this._cipher.decryptBlock(e,t)}}),t}(),e.mode.ECB}))},7660:function(e,t,n){(function(t,o,i){e.exports=o(n(8249),n(5109))})(0,(function(e){return e.mode.OFB=function(){var t=e.lib.BlockCipherMode.extend(),n=t.Encryptor=t.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize,i=this._iv,r=this._keystream;i&&(r=this._keystream=i.slice(0),this._iv=void 0),n.encryptBlock(r,0);for(var s=0;s<o;s++)e[t+s]^=r[s]}});return t.Decryptor=n,t}(),e.mode.OFB}))},3615:function(e,t,n){(function(t,o,i){e.exports=o(n(8249),n(5109))})(0,(function(e){return e.pad.AnsiX923={pad:function(e,t){var n=e.sigBytes,o=4*t,i=o-n%o,r=n+i-1;e.clamp(),e.words[r>>>2]|=i<<24-r%4*8,e.sigBytes+=i},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Ansix923}))},2807:function(e,t,n){(function(t,o,i){e.exports=o(n(8249),n(5109))})(0,(function(e){return e.pad.Iso10126={pad:function(t,n){var o=4*n,i=o-t.sigBytes%o;t.concat(e.lib.WordArray.random(i-1)).concat(e.lib.WordArray.create([i<<24],1))},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Iso10126}))},1077:function(e,t,n){(function(t,o,i){e.exports=o(n(8249),n(5109))})(0,(function(e){return e.pad.Iso97971={pad:function(t,n){t.concat(e.lib.WordArray.create([2147483648],1)),e.pad.ZeroPadding.pad(t,n)},unpad:function(t){e.pad.ZeroPadding.unpad(t),t.sigBytes--}},e.pad.Iso97971}))},6991:function(e,t,n){(function(t,o,i){e.exports=o(n(8249),n(5109))})(0,(function(e){return e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding}))},6475:function(e,t,n){(function(t,o,i){e.exports=o(n(8249),n(5109))})(0,(function(e){return e.pad.ZeroPadding={pad:function(e,t){var n=4*t;e.clamp(),e.sigBytes+=n-(e.sigBytes%n||n)},unpad:function(e){var t=e.words,n=e.sigBytes-1;while(!(t[n>>>2]>>>24-n%4*8&255))n--;e.sigBytes=n+1}},e.pad.ZeroPadding}))},2112:function(e,t,n){(function(t,o,i){e.exports=o(n(8249),n(2783),n(9824))})(0,(function(e){return function(){var t=e,n=t.lib,o=n.Base,i=n.WordArray,r=t.algo,s=r.SHA1,a=r.HMAC,c=r.PBKDF2=o.extend({cfg:o.extend({keySize:4,hasher:s,iterations:1}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){var n=this.cfg,o=a.create(n.hasher,e),r=i.create(),s=i.create([1]),c=r.words,l=s.words,u=n.keySize,d=n.iterations;while(c.length<u){var f=o.update(t).finalize(s);o.reset();for(var h=f.words,p=h.length,A=f,m=1;m<d;m++){A=o.finalize(A),o.reset();for(var T=A.words,b=0;b<p;b++)h[b]^=T[b]}r.concat(f),l[0]++}return r.sigBytes=4*u,r}});t.PBKDF2=function(e,t,n){return c.create(n).compute(e,t)}}(),e.PBKDF2}))},3974:function(e,t,n){(function(t,o,i){e.exports=o(n(8249),n(8269),n(8214),n(888),n(5109))})(0,(function(e){return function(){var t=e,n=t.lib,o=n.StreamCipher,i=t.algo,r=[],s=[],a=[],c=i.RabbitLegacy=o.extend({_doReset:function(){var e=this._key.words,t=this.cfg.iv,n=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],o=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];this._b=0;for(var i=0;i<4;i++)l.call(this);for(i=0;i<8;i++)o[i]^=n[i+4&7];if(t){var r=t.words,s=r[0],a=r[1],c=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),u=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),d=c>>>16|4294901760&u,f=u<<16|65535&c;o[0]^=c,o[1]^=d,o[2]^=u,o[3]^=f,o[4]^=c,o[5]^=d,o[6]^=u,o[7]^=f;for(i=0;i<4;i++)l.call(this)}},_doProcessBlock:function(e,t){var n=this._X;l.call(this),r[0]=n[0]^n[5]>>>16^n[3]<<16,r[1]=n[2]^n[7]>>>16^n[5]<<16,r[2]=n[4]^n[1]>>>16^n[7]<<16,r[3]=n[6]^n[3]>>>16^n[1]<<16;for(var o=0;o<4;o++)r[o]=16711935&(r[o]<<8|r[o]>>>24)|4278255360&(r[o]<<24|r[o]>>>8),e[t+o]^=r[o]},blockSize:4,ivSize:2});function l(){for(var e=this._X,t=this._C,n=0;n<8;n++)s[n]=t[n];t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<s[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<s[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<s[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<s[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<s[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<s[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<s[6]>>>0?1:0)|0,this._b=t[7]>>>0<s[7]>>>0?1:0;for(n=0;n<8;n++){var o=e[n]+t[n],i=65535&o,r=o>>>16,c=((i*i>>>17)+i*r>>>15)+r*r,l=((4294901760&o)*o|0)+((65535&o)*o|0);a[n]=c^l}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.RabbitLegacy=o._createHelper(c)}(),e.RabbitLegacy}))},4454:function(e,t,n){(function(t,o,i){e.exports=o(n(8249),n(8269),n(8214),n(888),n(5109))})(0,(function(e){return function(){var t=e,n=t.lib,o=n.StreamCipher,i=t.algo,r=[],s=[],a=[],c=i.Rabbit=o.extend({_doReset:function(){for(var e=this._key.words,t=this.cfg.iv,n=0;n<4;n++)e[n]=16711935&(e[n]<<8|e[n]>>>24)|4278255360&(e[n]<<24|e[n]>>>8);var o=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],i=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];this._b=0;for(n=0;n<4;n++)l.call(this);for(n=0;n<8;n++)i[n]^=o[n+4&7];if(t){var r=t.words,s=r[0],a=r[1],c=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),u=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),d=c>>>16|4294901760&u,f=u<<16|65535&c;i[0]^=c,i[1]^=d,i[2]^=u,i[3]^=f,i[4]^=c,i[5]^=d,i[6]^=u,i[7]^=f;for(n=0;n<4;n++)l.call(this)}},_doProcessBlock:function(e,t){var n=this._X;l.call(this),r[0]=n[0]^n[5]>>>16^n[3]<<16,r[1]=n[2]^n[7]>>>16^n[5]<<16,r[2]=n[4]^n[1]>>>16^n[7]<<16,r[3]=n[6]^n[3]>>>16^n[1]<<16;for(var o=0;o<4;o++)r[o]=16711935&(r[o]<<8|r[o]>>>24)|4278255360&(r[o]<<24|r[o]>>>8),e[t+o]^=r[o]},blockSize:4,ivSize:2});function l(){for(var e=this._X,t=this._C,n=0;n<8;n++)s[n]=t[n];t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<s[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<s[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<s[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<s[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<s[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<s[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<s[6]>>>0?1:0)|0,this._b=t[7]>>>0<s[7]>>>0?1:0;for(n=0;n<8;n++){var o=e[n]+t[n],i=65535&o,r=o>>>16,c=((i*i>>>17)+i*r>>>15)+r*r,l=((4294901760&o)*o|0)+((65535&o)*o|0);a[n]=c^l}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.Rabbit=o._createHelper(c)}(),e.Rabbit}))},1857:function(e,t,n){(function(t,o,i){e.exports=o(n(8249),n(8269),n(8214),n(888),n(5109))})(0,(function(e){return function(){var t=e,n=t.lib,o=n.StreamCipher,i=t.algo,r=i.RC4=o.extend({_doReset:function(){for(var e=this._key,t=e.words,n=e.sigBytes,o=this._S=[],i=0;i<256;i++)o[i]=i;i=0;for(var r=0;i<256;i++){var s=i%n,a=t[s>>>2]>>>24-s%4*8&255;r=(r+o[i]+a)%256;var c=o[i];o[i]=o[r],o[r]=c}this._i=this._j=0},_doProcessBlock:function(e,t){e[t]^=s.call(this)},keySize:8,ivSize:0});function s(){for(var e=this._S,t=this._i,n=this._j,o=0,i=0;i<4;i++){t=(t+1)%256,n=(n+e[t])%256;var r=e[t];e[t]=e[n],e[n]=r,o|=e[(e[t]+e[n])%256]<<24-8*i}return this._i=t,this._j=n,o}t.RC4=o._createHelper(r);var a=i.RC4Drop=r.extend({cfg:r.cfg.extend({drop:192}),_doReset:function(){r._doReset.call(this);for(var e=this.cfg.drop;e>0;e--)s.call(this)}});t.RC4Drop=o._createHelper(a)}(),e.RC4}))},706:function(e,t,n){(function(t,o){e.exports=o(n(8249))})(0,(function(e){
|
|
8
8
|
/** @preserve
|
|
9
9
|
(c) 2012 by Cédric Mesnil. All rights reserved.
|
|
10
10
|
|
|
@@ -15,10 +15,13 @@ return e.mode.CTRGladman=function(){var t=e.lib.BlockCipherMode.extend();functio
|
|
|
15
15
|
|
|
16
16
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
17
17
|
*/
|
|
18
|
-
return function(t){var n=e,o=n.lib,r=o.WordArray,i=o.Hasher,s=n.algo,a=r.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),c=r.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),u=r.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),l=r.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),d=r.create([0,1518500249,1859775393,2400959708,2840853838]),f=r.create([1352829926,1548603684,1836072691,2053994217,0]),h=s.RIPEMD160=i.extend({_doReset:function(){this._hash=r.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var n=0;n<16;n++){var o=t+n,r=e[o];e[o]=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8)}var i,s,h,w,b,C,x,k,B,E,I,M=this._hash.words,S=d.words,D=f.words,O=a.words,j=c.words,q=u.words,N=l.words;C=i=M[0],x=s=M[1],k=h=M[2],B=w=M[3],E=b=M[4];for(n=0;n<80;n+=1)I=i+e[t+O[n]]|0,I+=n<16?p(s,h,w)+S[0]:n<32?m(s,h,w)+S[1]:n<48?g(s,h,w)+S[2]:n<64?A(s,h,w)+S[3]:v(s,h,w)+S[4],I|=0,I=y(I,q[n]),I=I+b|0,i=b,b=w,w=y(h,10),h=s,s=I,I=C+e[t+j[n]]|0,I+=n<16?v(x,k,B)+D[0]:n<32?A(x,k,B)+D[1]:n<48?g(x,k,B)+D[2]:n<64?m(x,k,B)+D[3]:p(x,k,B)+D[4],I|=0,I=y(I,N[n]),I=I+E|0,C=E,E=B,B=y(k,10),k=x,x=I;I=M[1]+h+B|0,M[1]=M[2]+w+E|0,M[2]=M[3]+b+C|0,M[3]=M[4]+i+x|0,M[4]=M[0]+s+k|0,M[0]=I},_doFinalize:function(){var e=this._data,t=e.words,n=8*this._nDataBytes,o=8*e.sigBytes;t[o>>>5]|=128<<24-o%32,t[14+(o+64>>>9<<4)]=16711935&(n<<8|n>>>24)|4278255360&(n<<24|n>>>8),e.sigBytes=4*(t.length+1),this._process();for(var r=this._hash,i=r.words,s=0;s<5;s++){var a=i[s];i[s]=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8)}return r},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});function p(e,t,n){return e^t^n}function m(e,t,n){return e&t|~e&n}function g(e,t,n){return(e|~t)^n}function A(e,t,n){return e&n|t&~n}function v(e,t,n){return e^(t|~n)}function y(e,t){return e<<t|e>>>32-t}n.RIPEMD160=i._createHelper(h),n.HmacRIPEMD160=i._createHmacHelper(h)}(Math),e.RIPEMD160}))},2783:function(e,t,n){(function(t,o){e.exports=o(n(8249))})(0,(function(e){return function(){var t=e,n=t.lib,o=n.WordArray,r=n.Hasher,i=t.algo,s=[],a=i.SHA1=r.extend({_doReset:function(){this._hash=new o.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var n=this._hash.words,o=n[0],r=n[1],i=n[2],a=n[3],c=n[4],u=0;u<80;u++){if(u<16)s[u]=0|e[t+u];else{var l=s[u-3]^s[u-8]^s[u-14]^s[u-16];s[u]=l<<1|l>>>31}var d=(o<<5|o>>>27)+c+s[u];d+=u<20?1518500249+(r&i|~r&a):u<40?1859775393+(r^i^a):u<60?(r&i|r&a|i&a)-1894007588:(r^i^a)-899497514,c=a,a=i,i=r<<30|r>>>2,r=o,o=d}n[0]=n[0]+o|0,n[1]=n[1]+r|0,n[2]=n[2]+i|0,n[3]=n[3]+a|0,n[4]=n[4]+c|0},_doFinalize:function(){var e=this._data,t=e.words,n=8*this._nDataBytes,o=8*e.sigBytes;return t[o>>>5]|=128<<24-o%32,t[14+(o+64>>>9<<4)]=Math.floor(n/4294967296),t[15+(o+64>>>9<<4)]=n,e.sigBytes=4*t.length,this._process(),this._hash},clone:function(){var e=r.clone.call(this);return e._hash=this._hash.clone(),e}});t.SHA1=r._createHelper(a),t.HmacSHA1=r._createHmacHelper(a)}(),e.SHA1}))},7792:function(e,t,n){(function(t,o,r){e.exports=o(n(8249),n(2153))})(0,(function(e){return function(){var t=e,n=t.lib,o=n.WordArray,r=t.algo,i=r.SHA256,s=r.SHA224=i.extend({_doReset:function(){this._hash=new o.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var e=i._doFinalize.call(this);return e.sigBytes-=4,e}});t.SHA224=i._createHelper(s),t.HmacSHA224=i._createHmacHelper(s)}(),e.SHA224}))},2153:function(e,t,n){(function(t,o){e.exports=o(n(8249))})(0,(function(e){return function(t){var n=e,o=n.lib,r=o.WordArray,i=o.Hasher,s=n.algo,a=[],c=[];(function(){function e(e){for(var n=t.sqrt(e),o=2;o<=n;o++)if(!(e%o))return!1;return!0}function n(e){return 4294967296*(e-(0|e))|0}var o=2,r=0;while(r<64)e(o)&&(r<8&&(a[r]=n(t.pow(o,.5))),c[r]=n(t.pow(o,1/3)),r++),o++})();var u=[],l=s.SHA256=i.extend({_doReset:function(){this._hash=new r.init(a.slice(0))},_doProcessBlock:function(e,t){for(var n=this._hash.words,o=n[0],r=n[1],i=n[2],s=n[3],a=n[4],l=n[5],d=n[6],f=n[7],h=0;h<64;h++){if(h<16)u[h]=0|e[t+h];else{var p=u[h-15],m=(p<<25|p>>>7)^(p<<14|p>>>18)^p>>>3,g=u[h-2],A=(g<<15|g>>>17)^(g<<13|g>>>19)^g>>>10;u[h]=m+u[h-7]+A+u[h-16]}var v=a&l^~a&d,y=o&r^o&i^r&i,w=(o<<30|o>>>2)^(o<<19|o>>>13)^(o<<10|o>>>22),b=(a<<26|a>>>6)^(a<<21|a>>>11)^(a<<7|a>>>25),C=f+b+v+c[h]+u[h],x=w+y;f=d,d=l,l=a,a=s+C|0,s=i,i=r,r=o,o=C+x|0}n[0]=n[0]+o|0,n[1]=n[1]+r|0,n[2]=n[2]+i|0,n[3]=n[3]+s|0,n[4]=n[4]+a|0,n[5]=n[5]+l|0,n[6]=n[6]+d|0,n[7]=n[7]+f|0},_doFinalize:function(){var e=this._data,n=e.words,o=8*this._nDataBytes,r=8*e.sigBytes;return n[r>>>5]|=128<<24-r%32,n[14+(r+64>>>9<<4)]=t.floor(o/4294967296),n[15+(r+64>>>9<<4)]=o,e.sigBytes=4*n.length,this._process(),this._hash},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});n.SHA256=i._createHelper(l),n.HmacSHA256=i._createHmacHelper(l)}(Math),e.SHA256}))},3327:function(e,t,n){(function(t,o,r){e.exports=o(n(8249),n(4938))})(0,(function(e){return function(t){var n=e,o=n.lib,r=o.WordArray,i=o.Hasher,s=n.x64,a=s.Word,c=n.algo,u=[],l=[],d=[];(function(){for(var e=1,t=0,n=0;n<24;n++){u[e+5*t]=(n+1)*(n+2)/2%64;var o=t%5,r=(2*e+3*t)%5;e=o,t=r}for(e=0;e<5;e++)for(t=0;t<5;t++)l[e+5*t]=t+(2*e+3*t)%5*5;for(var i=1,s=0;s<24;s++){for(var c=0,f=0,h=0;h<7;h++){if(1&i){var p=(1<<h)-1;p<32?f^=1<<p:c^=1<<p-32}128&i?i=i<<1^113:i<<=1}d[s]=a.create(c,f)}})();var f=[];(function(){for(var e=0;e<25;e++)f[e]=a.create()})();var h=c.SHA3=i.extend({cfg:i.cfg.extend({outputLength:512}),_doReset:function(){for(var e=this._state=[],t=0;t<25;t++)e[t]=new a.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(e,t){for(var n=this._state,o=this.blockSize/2,r=0;r<o;r++){var i=e[t+2*r],s=e[t+2*r+1];i=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),s=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8);var a=n[r];a.high^=s,a.low^=i}for(var c=0;c<24;c++){for(var h=0;h<5;h++){for(var p=0,m=0,g=0;g<5;g++){a=n[h+5*g];p^=a.high,m^=a.low}var A=f[h];A.high=p,A.low=m}for(h=0;h<5;h++){var v=f[(h+4)%5],y=f[(h+1)%5],w=y.high,b=y.low;for(p=v.high^(w<<1|b>>>31),m=v.low^(b<<1|w>>>31),g=0;g<5;g++){a=n[h+5*g];a.high^=p,a.low^=m}}for(var C=1;C<25;C++){a=n[C];var x=a.high,k=a.low,B=u[C];if(B<32)p=x<<B|k>>>32-B,m=k<<B|x>>>32-B;else p=k<<B-32|x>>>64-B,m=x<<B-32|k>>>64-B;var E=f[l[C]];E.high=p,E.low=m}var I=f[0],M=n[0];I.high=M.high,I.low=M.low;for(h=0;h<5;h++)for(g=0;g<5;g++){C=h+5*g,a=n[C];var S=f[C],D=f[(h+1)%5+5*g],O=f[(h+2)%5+5*g];a.high=S.high^~D.high&O.high,a.low=S.low^~D.low&O.low}a=n[0];var j=d[c];a.high^=j.high,a.low^=j.low}},_doFinalize:function(){var e=this._data,n=e.words,o=(this._nDataBytes,8*e.sigBytes),i=32*this.blockSize;n[o>>>5]|=1<<24-o%32,n[(t.ceil((o+1)/i)*i>>>5)-1]|=128,e.sigBytes=4*n.length,this._process();for(var s=this._state,a=this.cfg.outputLength/8,c=a/8,u=[],l=0;l<c;l++){var d=s[l],f=d.high,h=d.low;f=16711935&(f<<8|f>>>24)|4278255360&(f<<24|f>>>8),h=16711935&(h<<8|h>>>24)|4278255360&(h<<24|h>>>8),u.push(h),u.push(f)}return new r.init(u,a)},clone:function(){for(var e=i.clone.call(this),t=e._state=this._state.slice(0),n=0;n<25;n++)t[n]=t[n].clone();return e}});n.SHA3=i._createHelper(h),n.HmacSHA3=i._createHmacHelper(h)}(Math),e.SHA3}))},7460:function(e,t,n){(function(t,o,r){e.exports=o(n(8249),n(4938),n(34))})(0,(function(e){return function(){var t=e,n=t.x64,o=n.Word,r=n.WordArray,i=t.algo,s=i.SHA512,a=i.SHA384=s.extend({_doReset:function(){this._hash=new r.init([new o.init(3418070365,3238371032),new o.init(1654270250,914150663),new o.init(2438529370,812702999),new o.init(355462360,4144912697),new o.init(1731405415,4290775857),new o.init(2394180231,1750603025),new o.init(3675008525,1694076839),new o.init(1203062813,3204075428)])},_doFinalize:function(){var e=s._doFinalize.call(this);return e.sigBytes-=16,e}});t.SHA384=s._createHelper(a),t.HmacSHA384=s._createHmacHelper(a)}(),e.SHA384}))},34:function(e,t,n){(function(t,o,r){e.exports=o(n(8249),n(4938))})(0,(function(e){return function(){var t=e,n=t.lib,o=n.Hasher,r=t.x64,i=r.Word,s=r.WordArray,a=t.algo;function c(){return i.create.apply(i,arguments)}var u=[c(1116352408,3609767458),c(1899447441,602891725),c(3049323471,3964484399),c(3921009573,2173295548),c(961987163,4081628472),c(1508970993,3053834265),c(2453635748,2937671579),c(2870763221,3664609560),c(3624381080,2734883394),c(310598401,1164996542),c(607225278,1323610764),c(1426881987,3590304994),c(1925078388,4068182383),c(2162078206,991336113),c(2614888103,633803317),c(3248222580,3479774868),c(3835390401,2666613458),c(4022224774,944711139),c(264347078,2341262773),c(604807628,2007800933),c(770255983,1495990901),c(1249150122,1856431235),c(1555081692,3175218132),c(1996064986,2198950837),c(2554220882,3999719339),c(2821834349,766784016),c(2952996808,2566594879),c(3210313671,3203337956),c(3336571891,1034457026),c(3584528711,2466948901),c(113926993,3758326383),c(338241895,168717936),c(666307205,1188179964),c(773529912,1546045734),c(1294757372,1522805485),c(1396182291,2643833823),c(1695183700,2343527390),c(1986661051,1014477480),c(2177026350,1206759142),c(2456956037,344077627),c(2730485921,1290863460),c(2820302411,3158454273),c(3259730800,3505952657),c(3345764771,106217008),c(3516065817,3606008344),c(3600352804,1432725776),c(4094571909,1467031594),c(275423344,851169720),c(430227734,3100823752),c(506948616,1363258195),c(659060556,3750685593),c(883997877,3785050280),c(958139571,3318307427),c(1322822218,3812723403),c(1537002063,2003034995),c(1747873779,3602036899),c(1955562222,1575990012),c(2024104815,1125592928),c(2227730452,2716904306),c(2361852424,442776044),c(2428436474,593698344),c(2756734187,3733110249),c(3204031479,2999351573),c(3329325298,3815920427),c(3391569614,3928383900),c(3515267271,566280711),c(3940187606,3454069534),c(4118630271,4000239992),c(116418474,1914138554),c(174292421,2731055270),c(289380356,3203993006),c(460393269,320620315),c(685471733,587496836),c(852142971,1086792851),c(1017036298,365543100),c(1126000580,2618297676),c(1288033470,3409855158),c(1501505948,4234509866),c(1607167915,987167468),c(1816402316,1246189591)],l=[];(function(){for(var e=0;e<80;e++)l[e]=c()})();var d=a.SHA512=o.extend({_doReset:function(){this._hash=new s.init([new i.init(1779033703,4089235720),new i.init(3144134277,2227873595),new i.init(1013904242,4271175723),new i.init(2773480762,1595750129),new i.init(1359893119,2917565137),new i.init(2600822924,725511199),new i.init(528734635,4215389547),new i.init(1541459225,327033209)])},_doProcessBlock:function(e,t){for(var n=this._hash.words,o=n[0],r=n[1],i=n[2],s=n[3],a=n[4],c=n[5],d=n[6],f=n[7],h=o.high,p=o.low,m=r.high,g=r.low,A=i.high,v=i.low,y=s.high,w=s.low,b=a.high,C=a.low,x=c.high,k=c.low,B=d.high,E=d.low,I=f.high,M=f.low,S=h,D=p,O=m,j=g,q=A,N=v,_=y,L=w,V=b,T=C,P=x,Q=k,F=B,U=E,z=I,G=M,R=0;R<80;R++){var H=l[R];if(R<16)var Y=H.high=0|e[t+2*R],K=H.low=0|e[t+2*R+1];else{var W=l[R-15],X=W.high,J=W.low,Z=(X>>>1|J<<31)^(X>>>8|J<<24)^X>>>7,$=(J>>>1|X<<31)^(J>>>8|X<<24)^(J>>>7|X<<25),ee=l[R-2],te=ee.high,ne=ee.low,oe=(te>>>19|ne<<13)^(te<<3|ne>>>29)^te>>>6,re=(ne>>>19|te<<13)^(ne<<3|te>>>29)^(ne>>>6|te<<26),ie=l[R-7],se=ie.high,ae=ie.low,ce=l[R-16],ue=ce.high,le=ce.low;K=$+ae,Y=Z+se+(K>>>0<$>>>0?1:0),K=K+re,Y=Y+oe+(K>>>0<re>>>0?1:0),K=K+le,Y=Y+ue+(K>>>0<le>>>0?1:0);H.high=Y,H.low=K}var de=V&P^~V&F,fe=T&Q^~T&U,he=S&O^S&q^O&q,pe=D&j^D&N^j&N,me=(S>>>28|D<<4)^(S<<30|D>>>2)^(S<<25|D>>>7),ge=(D>>>28|S<<4)^(D<<30|S>>>2)^(D<<25|S>>>7),Ae=(V>>>14|T<<18)^(V>>>18|T<<14)^(V<<23|T>>>9),ve=(T>>>14|V<<18)^(T>>>18|V<<14)^(T<<23|V>>>9),ye=u[R],we=ye.high,be=ye.low,Ce=G+ve,xe=z+Ae+(Ce>>>0<G>>>0?1:0),ke=(Ce=Ce+fe,xe=xe+de+(Ce>>>0<fe>>>0?1:0),Ce=Ce+be,xe=xe+we+(Ce>>>0<be>>>0?1:0),Ce=Ce+K,xe=xe+Y+(Ce>>>0<K>>>0?1:0),ge+pe),Be=me+he+(ke>>>0<ge>>>0?1:0);z=F,G=U,F=P,U=Q,P=V,Q=T,T=L+Ce|0,V=_+xe+(T>>>0<L>>>0?1:0)|0,_=q,L=N,q=O,N=j,O=S,j=D,D=Ce+ke|0,S=xe+Be+(D>>>0<Ce>>>0?1:0)|0}p=o.low=p+D,o.high=h+S+(p>>>0<D>>>0?1:0),g=r.low=g+j,r.high=m+O+(g>>>0<j>>>0?1:0),v=i.low=v+N,i.high=A+q+(v>>>0<N>>>0?1:0),w=s.low=w+L,s.high=y+_+(w>>>0<L>>>0?1:0),C=a.low=C+T,a.high=b+V+(C>>>0<T>>>0?1:0),k=c.low=k+Q,c.high=x+P+(k>>>0<Q>>>0?1:0),E=d.low=E+U,d.high=B+F+(E>>>0<U>>>0?1:0),M=f.low=M+G,f.high=I+z+(M>>>0<G>>>0?1:0)},_doFinalize:function(){var e=this._data,t=e.words,n=8*this._nDataBytes,o=8*e.sigBytes;t[o>>>5]|=128<<24-o%32,t[30+(o+128>>>10<<5)]=Math.floor(n/4294967296),t[31+(o+128>>>10<<5)]=n,e.sigBytes=4*t.length,this._process();var r=this._hash.toX32();return r},clone:function(){var e=o.clone.call(this);return e._hash=this._hash.clone(),e},blockSize:32});t.SHA512=o._createHelper(d),t.HmacSHA512=o._createHmacHelper(d)}(),e.SHA512}))},4253:function(e,t,n){(function(t,o,r){e.exports=o(n(8249),n(8269),n(8214),n(888),n(5109))})(0,(function(e){return function(){var t=e,n=t.lib,o=n.WordArray,r=n.BlockCipher,i=t.algo,s=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],a=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],c=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],u=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],l=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],d=i.DES=r.extend({_doReset:function(){for(var e=this._key,t=e.words,n=[],o=0;o<56;o++){var r=s[o]-1;n[o]=t[r>>>5]>>>31-r%32&1}for(var i=this._subKeys=[],u=0;u<16;u++){var l=i[u]=[],d=c[u];for(o=0;o<24;o++)l[o/6|0]|=n[(a[o]-1+d)%28]<<31-o%6,l[4+(o/6|0)]|=n[28+(a[o+24]-1+d)%28]<<31-o%6;l[0]=l[0]<<1|l[0]>>>31;for(o=1;o<7;o++)l[o]=l[o]>>>4*(o-1)+3;l[7]=l[7]<<5|l[7]>>>27}var f=this._invSubKeys=[];for(o=0;o<16;o++)f[o]=i[15-o]},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._subKeys)},decryptBlock:function(e,t){this._doCryptBlock(e,t,this._invSubKeys)},_doCryptBlock:function(e,t,n){this._lBlock=e[t],this._rBlock=e[t+1],f.call(this,4,252645135),f.call(this,16,65535),h.call(this,2,858993459),h.call(this,8,16711935),f.call(this,1,1431655765);for(var o=0;o<16;o++){for(var r=n[o],i=this._lBlock,s=this._rBlock,a=0,c=0;c<8;c++)a|=u[c][((s^r[c])&l[c])>>>0];this._lBlock=s,this._rBlock=i^a}var d=this._lBlock;this._lBlock=this._rBlock,this._rBlock=d,f.call(this,1,1431655765),h.call(this,8,16711935),h.call(this,2,858993459),f.call(this,16,65535),f.call(this,4,252645135),e[t]=this._lBlock,e[t+1]=this._rBlock},keySize:2,ivSize:2,blockSize:2});function f(e,t){var n=(this._lBlock>>>e^this._rBlock)&t;this._rBlock^=n,this._lBlock^=n<<e}function h(e,t){var n=(this._rBlock>>>e^this._lBlock)&t;this._lBlock^=n,this._rBlock^=n<<e}t.DES=r._createHelper(d);var p=i.TripleDES=r.extend({_doReset:function(){var e=this._key,t=e.words;this._des1=d.createEncryptor(o.create(t.slice(0,2))),this._des2=d.createEncryptor(o.create(t.slice(2,4))),this._des3=d.createEncryptor(o.create(t.slice(4,6)))},encryptBlock:function(e,t){this._des1.encryptBlock(e,t),this._des2.decryptBlock(e,t),this._des3.encryptBlock(e,t)},decryptBlock:function(e,t){this._des3.decryptBlock(e,t),this._des2.encryptBlock(e,t),this._des1.decryptBlock(e,t)},keySize:6,ivSize:2,blockSize:2});t.TripleDES=r._createHelper(p)}(),e.TripleDES}))},4938:function(e,t,n){(function(t,o){e.exports=o(n(8249))})(0,(function(e){return function(t){var n=e,o=n.lib,r=o.Base,i=o.WordArray,s=n.x64={};s.Word=r.extend({init:function(e,t){this.high=e,this.low=t}}),s.WordArray=r.extend({init:function(e,n){e=this.words=e||[],this.sigBytes=n!=t?n:8*e.length},toX32:function(){for(var e=this.words,t=e.length,n=[],o=0;o<t;o++){var r=e[o];n.push(r.high),n.push(r.low)}return i.create(n,this.sigBytes)},clone:function(){for(var e=r.clone.call(this),t=e.words=this.words.slice(0),n=t.length,o=0;o<n;o++)t[o]=t[o].clone();return e}})}(),e}))},7631:function(e){var t=0,n=8;function o(e){return h(r(f(e),e.length*n))}function r(e,t){e[t>>5]|=128<<t%32,e[14+(t+64>>>9<<4)]=t;for(var n=1732584193,o=-271733879,r=-1732584194,i=271733878,d=0;d<e.length;d+=16){var f=n,h=o,p=r,m=i;n=s(n,o,r,i,e[d+0],7,-680876936),i=s(i,n,o,r,e[d+1],12,-389564586),r=s(r,i,n,o,e[d+2],17,606105819),o=s(o,r,i,n,e[d+3],22,-1044525330),n=s(n,o,r,i,e[d+4],7,-176418897),i=s(i,n,o,r,e[d+5],12,1200080426),r=s(r,i,n,o,e[d+6],17,-1473231341),o=s(o,r,i,n,e[d+7],22,-45705983),n=s(n,o,r,i,e[d+8],7,1770035416),i=s(i,n,o,r,e[d+9],12,-1958414417),r=s(r,i,n,o,e[d+10],17,-42063),o=s(o,r,i,n,e[d+11],22,-1990404162),n=s(n,o,r,i,e[d+12],7,1804603682),i=s(i,n,o,r,e[d+13],12,-40341101),r=s(r,i,n,o,e[d+14],17,-1502002290),o=s(o,r,i,n,e[d+15],22,1236535329),n=a(n,o,r,i,e[d+1],5,-165796510),i=a(i,n,o,r,e[d+6],9,-1069501632),r=a(r,i,n,o,e[d+11],14,643717713),o=a(o,r,i,n,e[d+0],20,-373897302),n=a(n,o,r,i,e[d+5],5,-701558691),i=a(i,n,o,r,e[d+10],9,38016083),r=a(r,i,n,o,e[d+15],14,-660478335),o=a(o,r,i,n,e[d+4],20,-405537848),n=a(n,o,r,i,e[d+9],5,568446438),i=a(i,n,o,r,e[d+14],9,-1019803690),r=a(r,i,n,o,e[d+3],14,-187363961),o=a(o,r,i,n,e[d+8],20,1163531501),n=a(n,o,r,i,e[d+13],5,-1444681467),i=a(i,n,o,r,e[d+2],9,-51403784),r=a(r,i,n,o,e[d+7],14,1735328473),o=a(o,r,i,n,e[d+12],20,-1926607734),n=c(n,o,r,i,e[d+5],4,-378558),i=c(i,n,o,r,e[d+8],11,-2022574463),r=c(r,i,n,o,e[d+11],16,1839030562),o=c(o,r,i,n,e[d+14],23,-35309556),n=c(n,o,r,i,e[d+1],4,-1530992060),i=c(i,n,o,r,e[d+4],11,1272893353),r=c(r,i,n,o,e[d+7],16,-155497632),o=c(o,r,i,n,e[d+10],23,-1094730640),n=c(n,o,r,i,e[d+13],4,681279174),i=c(i,n,o,r,e[d+0],11,-358537222),r=c(r,i,n,o,e[d+3],16,-722521979),o=c(o,r,i,n,e[d+6],23,76029189),n=c(n,o,r,i,e[d+9],4,-640364487),i=c(i,n,o,r,e[d+12],11,-421815835),r=c(r,i,n,o,e[d+15],16,530742520),o=c(o,r,i,n,e[d+2],23,-995338651),n=u(n,o,r,i,e[d+0],6,-198630844),i=u(i,n,o,r,e[d+7],10,1126891415),r=u(r,i,n,o,e[d+14],15,-1416354905),o=u(o,r,i,n,e[d+5],21,-57434055),n=u(n,o,r,i,e[d+12],6,1700485571),i=u(i,n,o,r,e[d+3],10,-1894986606),r=u(r,i,n,o,e[d+10],15,-1051523),o=u(o,r,i,n,e[d+1],21,-2054922799),n=u(n,o,r,i,e[d+8],6,1873313359),i=u(i,n,o,r,e[d+15],10,-30611744),r=u(r,i,n,o,e[d+6],15,-1560198380),o=u(o,r,i,n,e[d+13],21,1309151649),n=u(n,o,r,i,e[d+4],6,-145523070),i=u(i,n,o,r,e[d+11],10,-1120210379),r=u(r,i,n,o,e[d+2],15,718787259),o=u(o,r,i,n,e[d+9],21,-343485551),n=l(n,f),o=l(o,h),r=l(r,p),i=l(i,m)}return Array(n,o,r,i)}function i(e,t,n,o,r,i){return l(d(l(l(t,e),l(o,i)),r),n)}function s(e,t,n,o,r,s,a){return i(t&n|~t&o,e,t,r,s,a)}function a(e,t,n,o,r,s,a){return i(t&o|n&~o,e,t,r,s,a)}function c(e,t,n,o,r,s,a){return i(t^n^o,e,t,r,s,a)}function u(e,t,n,o,r,s,a){return i(n^(t|~o),e,t,r,s,a)}function l(e,t){var n=(65535&e)+(65535&t),o=(e>>16)+(t>>16)+(n>>16);return o<<16|65535&n}function d(e,t){return e<<t|e>>>32-t}function f(e){for(var t=Array(),o=(1<<n)-1,r=0;r<e.length*n;r+=n)t[r>>5]|=(e.charCodeAt(r/n)&o)<<r%32;return t}function h(e){for(var n=t?"0123456789ABCDEF":"0123456789abcdef",o="",r=0;r<4*e.length;r++)o+=n.charAt(e[r>>2]>>r%4*8+4&15)+n.charAt(e[r>>2]>>r%4*8&15);return o}e.exports={hex_md5:o}},3744:function(e,t){"use strict";t.Z=(e,t)=>{const n=e.__vccOpts||e;for(const[o,r]of t)n[o]=r;return n}},2657:function(e){"use strict";e.exports="data:image/png;base64,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"},3843:function(e){"use strict";e.exports="data:image/png;base64,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"},6543:function(e){"use strict";e.exports="data:image/png;base64,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"},3031:function(e){"use strict";e.exports="data:image/png;base64,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"},7203:function(t){"use strict";t.exports=e}},n={};function o(e){var r=n[e];if(void 0!==r)return r.exports;var i=n[e]={exports:{}};return t[e].call(i.exports,i,i.exports,o),i.exports}!function(){o.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return o.d(t,{a:t}),t}}(),function(){o.d=function(e,t){for(var n in t)o.o(t,n)&&!o.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})}}(),function(){o.g=function(){if("object"===typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"===typeof window)return window}}()}(),function(){o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)}}(),function(){o.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}}(),function(){o.p=""}();var r={};return function(){"use strict";if(o.r(r),o.d(r,{default:function(){return Br}}),"undefined"!==typeof window){var e=window.document.currentScript,t=e&&e.src.match(/(.+\/)[^/]+\.js(\?.*)?$/);t&&(o.p=t[1])}var n=o(7203);const i={class:"zykjcommon-question"},s={key:0,class:"question-type"},a={key:0},c={key:1,class:"score fr"},u={class:"question-box"},l=["innerHTML"],d={class:"question-option"},f=["disabled","id","value"],h=(0,n.createElementVNode)("div",{class:"radio-bg"},null,-1),p={class:"label-box"},m=["for"],g=["for"],A={key:0},v={key:0,class:"img-box"},y=["src"],w={key:1,class:"question-analysis"},b=(0,n.createElementVNode)("div",{class:"triangle-top"},null,-1),C={class:"question-analysis-item"},x=(0,n.createElementVNode)("span",{class:"txt"},"【你的回答】:",-1),k={class:"txt-box"},B={class:"question-analysis-item"},E=(0,n.createElementVNode)("span",{class:"txt"},"【正确答案】:",-1),I={class:"txt-box"},M={key:0,class:"question-analysis-item"},S=(0,n.createElementVNode)("span",{class:"txt"},"【本题解析】:",-1),D={class:"txt-box"},O=["innerHTML"];function j(e,t,o,r,j,q){const N=(0,n.resolveComponent)("MediaLooker");return(0,n.openBlock)(),(0,n.createElementBlock)("div",i,[o.isSub?(0,n.createCommentVNode)("",!0):((0,n.openBlock)(),(0,n.createElementBlock)("div",s,[(0,n.createTextVNode)((0,n.toDisplayString)(o.questionInfo.questionIndex)+"、"+(0,n.toDisplayString)(o.questionInfo.hint?o.questionInfo.hint:o.questionInfo.question_type_str),1),"null"!==o.questionInfo.score?((0,n.openBlock)(),(0,n.createElementBlock)("span",a)):(0,n.createCommentVNode)("",!0),"analysis"===o.mode?((0,n.openBlock)(),(0,n.createElementBlock)("span",c,"得分:"+(0,n.toDisplayString)(o.questionInfo.answerMap?o.questionInfo.answerMap.user_score:"-")+"分",1)):(0,n.createCommentVNode)("",!0)])),(0,n.createElementVNode)("div",u,[o.questionInfo.htmlContent?((0,n.openBlock)(),(0,n.createElementBlock)("div",{key:0,class:"editor-content",innerHTML:o.questionInfo.htmlContent},null,8,l)):(0,n.createCommentVNode)("",!0),(0,n.createElementVNode)("div",{class:"question-option-list",style:(0,n.normalizeStyle)(o.questionInfo.htmlContent||o.questionInfo.hint?{}:{"margin-top":0})},[((0,n.openBlock)(!0),(0,n.createElementBlock)(n.Fragment,null,(0,n.renderList)(j.exam_options_data,((e,r)=>((0,n.openBlock)(),(0,n.createElementBlock)("div",d,[(0,n.createElementVNode)("div",{class:(0,n.normalizeClass)(["radio-box",{checked:j.radio==e.index}])},[(0,n.withDirectives)((0,n.createElementVNode)("input",{type:"radio",disabled:"analysis"===o.mode||"review"===o.mode,class:"radio","onUpdate:modelValue":t[0]||(t[0]=e=>j.radio=e),name:"judge",id:"radio-"+o.questionInfo.questionIndex+"-"+r,value:e.index},null,8,f),[[n.vModelRadio,j.radio]]),h],2),(0,n.createElementVNode)("div",p,[3==o.questionInfo.question_type?((0,n.openBlock)(),(0,n.createElementBlock)("label",{key:0,for:"radio-"+o.questionInfo.questionIndex+"-"+r},(0,n.toDisplayString)(e.data.name),9,m)):(0,n.createCommentVNode)("",!0),1==o.questionInfo.question_type?((0,n.openBlock)(),(0,n.createElementBlock)("label",{key:1,for:"radio-"+o.questionInfo.questionIndex+"-"+r},[(0,n.createElementVNode)("span",null,[(0,n.createTextVNode)((0,n.toDisplayString)(e.enIndex)+".",1),0==e.data.file_type?((0,n.openBlock)(),(0,n.createElementBlock)("span",A,(0,n.toDisplayString)(e.data.option_content),1)):(0,n.createCommentVNode)("",!0)]),0!=e.data.file_type?((0,n.openBlock)(),(0,n.createElementBlock)("div",v,[(0,n.createElementVNode)("img",{src:e.data.file_url},null,8,y)])):(0,n.createCommentVNode)("",!0)],8,g)):(0,n.createCommentVNode)("",!0)])])))),256))],4),"analysis"===o.mode?((0,n.openBlock)(),(0,n.createElementBlock)("div",w,[b,(0,n.createElementVNode)("div",C,[x,(0,n.createElementVNode)("div",k,[(0,n.createElementVNode)("span",{class:(0,n.normalizeClass)({wrong:"1"!==o.questionInfo.answerMap.is_correct,right:"1"===o.questionInfo.answerMap.is_correct})},(0,n.toDisplayString)("1"!==o.questionInfo.answerMap.is_correct?"错误":"正确"),3)])]),(0,n.createElementVNode)("div",B,[E,(0,n.createElementVNode)("div",I,[(0,n.createElementVNode)("span",null,(0,n.toDisplayString)(j.analyCorrectAnswer),1)])]),o.questionInfo.analysis?((0,n.openBlock)(),(0,n.createElementBlock)("div",M,[S,(0,n.createElementVNode)("div",D,[(0,n.createElementVNode)("span",{class:"analysis-txt",innerHTML:o.questionInfo.analysisHtmlContent},null,8,O)])])):(0,n.createCommentVNode)("",!0)])):(0,n.createCommentVNode)("",!0)]),e.visible?((0,n.openBlock)(),(0,n.createBlock)(N,{key:1,visible:e.visible,"onUpdate:visible":t[1]||(t[1]=t=>e.visible=t),mediaCount:e.curMediaCount,mediaLookerList:e.mediaLookerList},null,8,["visible","mediaCount","mediaLookerList"])):(0,n.createCommentVNode)("",!0)])}o(7658);let q=JSON.stringify({mediaLookerList:[],mediaCount:0,curMediaCount:0,visible:!1});function N(e){let t={img(t){let o=t.getAttribute("src");t.setAttribute("media-index",e.mediaCount+""),e.mediaCount++,e.mediaLookerList.push({url:o,mediaType:1}),t.addEventListener("click",(t=>{let o=t.target,r=Number(o.getAttribute("media-index"));e.curMediaCount=r,n()}))}};function n(){e.visible=!0}function o(){let n=e.$el.querySelector(".question-box");function o(e){let n=e.childNodes;n.forEach((function(e){if(1===e.nodeType){let n=e.nodeName.toLowerCase();"img"===n?t[n](e):e.className.indexOf("question-analysis")<0&&e.childNodes&&e.childNodes.length&&o(e)}}))}e.$nextTick((()=>{o(n)}))}o()}var _="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJwAAACcBAMAAAB4lt9+AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAVUExURQAAAP////////////7+/v7+/v///3vp7x0AAAAGdFJOUwAPHoDe4XWzkRMAAAF7SURBVGje7ZmxkcJADEUX0wAlEPhyIhdA4AIuuAYA9V8CAdxhG6/GWr25Ifg/XX/xPDa70ncpkiRJkiRJkiT9ow7+8i5WbX/21/tTqNxwPXrL3XgJwZm5eL1ZBG8w8/C60ewSgnPxerMI3mDm4XWjWQBvb+bi9Y/1UwSujveA24y3e15ew3vC2fWwrd7f9UcPzs4bb9Y3+D8WdYThfEsczvM0wHmmFri6qwmubmuDq/ka4WrGVrh1ZzPcurUdbs2bgFszZ+De3Sm4d3sObulPwi0LZOHmFdJw8xJ5uGkNAG6KR8C98G4/ANwED4F74SFwS7ws3AIvCzfHy8PN8PJwUzwCrpSv33Lf5fPKwTfLPgr4RWFfY/hPxm4B8AbFbp/w5s4ePfDByB7bcFPBtjxwQ8a2i3Azy7ba8CDAjinwEMWOePAAyo7H8PDORgtw8MHGMnBoxEZadODGxoF0WAlHqXTQC8fQdEgOR/j0Bwb484ckSZIkSZIkSTndAZo6yxBSf1SNAAAAAElFTkSuQmCC";const L={key:0,class:"dialog imgLookerDialog"},V=(0,n.createElementVNode)("div",{class:"mask"},null,-1),T=(0,n.createElementVNode)("img",{src:_,alt:""},null,-1),P=[T],Q=["src"];function F(e,t,o,r,i,s){return o.visible?((0,n.openBlock)(),(0,n.createElementBlock)("div",L,[V,(0,n.createElementVNode)("div",{class:"close",onClick:t[0]||(t[0]=(...e)=>s.cancel&&s.cancel(...e))},P),(0,n.createElementVNode)("div",{class:"prev",onClick:t[1]||(t[1]=(...e)=>s.prev&&s.prev(...e))}),(0,n.createElementVNode)("div",{class:"next",onClick:t[2]||(t[2]=(...e)=>s.next&&s.next(...e))}),1==i.curMediaObj.mediaType?((0,n.openBlock)(),(0,n.createElementBlock)("div",{key:0,class:(0,n.normalizeClass)(["imgLooker",{in:"in"===i.enlargeStatus,out:"out"===i.enlargeStatus}]),onClick:t[3]||(t[3]=(...e)=>s.enlarge&&s.enlarge(...e))},[(0,n.createElementVNode)("img",{src:i.curMediaObj.url,style:(0,n.normalizeStyle)({width:i.curMediaObj.width+"px",height:i.curMediaObj.height+"px"}),alt:""},null,12,Q)],2)):(0,n.createCommentVNode)("",!0)])):(0,n.createCommentVNode)("",!0)}o(6229),o(7330),o(2062);function U(e){let t={},n=Object.keys(e),o=n.length;for(let r=0;r<o;r++)t[n[r]]=e[n[r]];return t}function z(){let e="";for(let t=1;t<=32;t++){let t=Math.floor(16*Math.random()).toString(16);e+=t}return e}function G(e){let t=e.replace(/\+/g,"-");return t=t.replace(/\//g,"_"),t=t.replace(/\=/g,""),t}function R(e){let t=e.replace(/\-/g,"+");t=t.replace(/\_/g,"/");let n=t.length%4,o="====";return t+=o.substring(0,n),t}function H(e){var t=null;return void 0!=window.createObjectURL?t=window.createObjectURL(e):void 0!=window.URL?t=window.URL.createObjectURL(e):void 0!=window.webkitURL&&(t=window.webkitURL.createObjectURL(e)),t}function Y(e){let t=e.substring(e.lastIndexOf(".")+1,e.indexOf("?"));return t}function K(e,t){let n=null;return e instanceof Date?n=e:(n=new Date(e),10===e.length&&(n=new Date(1e3*e)),13===e.length&&(n=new Date(+e))),n instanceof Date&&!isNaN(n.valueOf())?n.format(t||"yyyy-MM-dd hh:mm:ss"):""}function W(e,t,n,o){var r,i,s=+new Date,a=0,c=0,u=null,l=this,d=function(){c=s,e.bind(l,...i)()};return function(){s=+new Date,l=this,i=arguments,r=s-(o?a:c)-t,clearTimeout(u),o?n?r>=0&&d():u=setTimeout(d,t):r>=0?d():n||(u=setTimeout(d,-r)),a=s}}function X(e,t,n=!1){return W(e,t,n,!0)}function J(e){let t;if("[object Object]"===Object.prototype.toString.call(e)){t={};for(let n in e)"object"==typeof e[n]?t[n]=J(e[n]):t[n]=e[n]}else"[object Array]"===Object.prototype.toString.call(e)&&(t=[],e.forEach((e=>{"object"==typeof e?t.push(J(e)):t.push(e)})));return t}function Z(e){return String.fromCharCode(64+parseInt(e))}function ee(e,t){if(Object.keys(e).length!=Object.keys(t).length)return!1;for(let n in e)return!!t.hasOwnProperty(n)&&!!Object.is(e[n],t[n])}function te(e,t){if(e.length!=t.length)return!1;let n=!0;return e.forEach(((e,o)=>{Object.is(e,t[o])||(n=!1)})),n}function ne(e){const t=Array.from(arguments);4===t.length&&(e=t[2]);try{e=JSON.parse(e),e=$.json2html({},e)}catch(n){warnZYKJ("json2html转化出错:",n)}return e}function oe(e){const t=Array.from(arguments);4===t.length&&(e=t[2]);try{e=$.html2json($(e)),e=JSON.stringify(e)}catch(n){warnZYKJ("html2json转化出错:",n)}return e}function re(e){let t=Math.floor(e%60),n=Math.floor(e/60%60),o=Math.floor(e/60/60),r=[];return o&&r.push(o+"时"),n&&r.push(n+"分"),t&&r.push(t+"秒"),r.join(" ")}function ie(e){return parseFloat(e).toString()}function se(e,t,n){if(!e)return;let o=t.match(/(\w+)/gi),r=null;return r=e instanceof Array?e.slice(0):Object.assign({},e),o.forEach(((e,t)=>{"undefined"!==typeof r&&(r=r instanceof Array?r.slice(e-1,1):r[e])})),r||n}function ae(e){if("undefined"===typeof e||null===e)return!0;let t=!1;return t="object"===typeof e?e instanceof Array?0===e.length:0===Object.keys(e).length:"string"===typeof e?0===e.trim().length:isNaN(+e),t}function ce(e){return!ae(e)}function ue(e,t,n,o,r,i){var s=this;if(s.version=function(){return"1.9.2"},s.options={useEasing:!0,useGrouping:!0,separator:",",decimal:".",easingFn:f,formattingFn:d,prefix:"",suffix:"",numerals:[]},i&&"object"===typeof i)for(var a in s.options)i.hasOwnProperty(a)&&null!==i[a]&&(s.options[a]=i[a]);""===s.options.separator?s.options.useGrouping=!1:s.options.separator=""+s.options.separator;for(var c=0,u=["webkit","moz","ms","o"],l=0;l<u.length&&!window.requestAnimationFrame;++l)window.requestAnimationFrame=window[u[l]+"RequestAnimationFrame"],window.cancelAnimationFrame=window[u[l]+"CancelAnimationFrame"]||window[u[l]+"CancelRequestAnimationFrame"];function d(e){var t,n,o,r,i,a;if(e=e.toFixed(s.decimals),e+="",t=e.split("."),n=t[0],o=t.length>1?s.options.decimal+t[1]:"",s.options.useGrouping){for(r="",i=0,a=n.length;i<a;++i)0!==i&&i%3===0&&(r=s.options.separator+r),r=n[a-i-1]+r;n=r}return s.options.numerals.length&&(n=n.replace(/[0-9]/g,(function(e){return s.options.numerals[+e]})),o=o.replace(/[0-9]/g,(function(e){return s.options.numerals[+e]}))),s.options.prefix+n+o+s.options.suffix}function f(e,t,n,o){return n*(1-Math.pow(2,-10*e/o))*1024/1023+t}function h(e){return"number"===typeof e&&!isNaN(e)}window.requestAnimationFrame||(window.requestAnimationFrame=function(e,t){var n=(new Date).getTime(),o=Math.max(0,16-(n-c)),r=window.setTimeout((function(){e(n+o)}),o);return c=n+o,r}),window.cancelAnimationFrame||(window.cancelAnimationFrame=function(e){clearTimeout(e)}),s.initialize=function(){return!!s.initialized||(s.error="",s.d="string"===typeof e?document.getElementById(e):e,s.d?(s.startVal=Number(t),s.endVal=Number(n),h(s.startVal)&&h(s.endVal)?(s.decimals=Math.max(0,o||0),s.dec=Math.pow(10,s.decimals),s.duration=1e3*Number(r)||2e3,s.countDown=s.startVal>s.endVal,s.frameVal=s.startVal,s.initialized=!0,!0):(s.error="[CountUp] startVal ("+t+") or endVal ("+n+") is not a number",!1)):(s.error="[CountUp] target is null or undefined",!1))},s.printValue=function(e){var t=s.options.formattingFn(e);"INPUT"===s.d.tagName?this.d.value=t:"text"===s.d.tagName||"tspan"===s.d.tagName?this.d.textContent=t:this.d.innerHTML=t},s.count=function(e){s.startTime||(s.startTime=e),s.timestamp=e;var t=e-s.startTime;s.remaining=s.duration-t,s.options.useEasing?s.countDown?s.frameVal=s.startVal-s.options.easingFn(t,0,s.startVal-s.endVal,s.duration):s.frameVal=s.options.easingFn(t,s.startVal,s.endVal-s.startVal,s.duration):s.countDown?s.frameVal=s.startVal-(s.startVal-s.endVal)*(t/s.duration):s.frameVal=s.startVal+(s.endVal-s.startVal)*(t/s.duration),s.countDown?s.frameVal=s.frameVal<s.endVal?s.endVal:s.frameVal:s.frameVal=s.frameVal>s.endVal?s.endVal:s.frameVal,s.frameVal=Math.round(s.frameVal*s.dec)/s.dec,s.printValue(s.frameVal),t<s.duration?s.rAF=requestAnimationFrame(s.count):s.callback&&s.callback()},s.start=function(e){s.initialize()&&(s.callback=e,s.rAF=requestAnimationFrame(s.count))},s.pauseResume=function(){s.paused?(s.paused=!1,delete s.startTime,s.duration=s.remaining,s.startVal=s.frameVal,requestAnimationFrame(s.count)):(s.paused=!0,cancelAnimationFrame(s.rAF))},s.reset=function(){s.paused=!1,delete s.startTime,s.initialized=!1,s.initialize()&&(cancelAnimationFrame(s.rAF),s.printValue(s.startVal))},s.update=function(e){s.initialize()&&(e=Number(e),h(e)?(s.error="",e!==s.frameVal&&(cancelAnimationFrame(s.rAF),s.paused=!1,delete s.startTime,s.startVal=s.frameVal,s.endVal=e,s.countDown=s.startVal>s.endVal,s.rAF=requestAnimationFrame(s.count))):s.error="[CountUp] update() - new endVal is not a number: "+e)},s.initialize()&&s.printValue(s.startVal)}function le(){let e="";return e=/(iPhone|iPad|iPhone OS|Phone|iPod|iOS|Mac|Android)/i.test(navigator.userAgent)?/Android/i.test(navigator.userAgent)?"mobile":/Safari/i.test(navigator.userAgent)?"pc":"mobile":"pc",e}function de(e,t){window._czc&&_czc.push(["_trackEvent",e,t])}function fe(e,t){for(var n=0;n<e.length;n++)if(e[n]==t)return n}function he(e=1024,t=768){let n=document.body.clientWidth,o=document.body.clientHeight;return n<=e&&o<=t}function pe(){return!(!window.ActiveXObject&&!("ActiveXObject"in window))}function me(e,t){let n=e.lastIndexOf("?"),o=e.substring(n+1,e.length),r="",i=o.split("&");for(var s=0;s<i.length;s++){let e=i[s].split("="),t="a";r+=""+(0==s?"?":"&")+String.fromCharCode(t.charCodeAt()+s)+"="+e[1]}return r}function ge(e,t,n,o,r){let i,s,a=new Image,c=t,u=n,l=12*n,d=12*t;return a.src=e,r>l&&o<=d?(s=c*(o/r)+"rem",i=`${u}rem`):r<=l&&o>d?(s=`${rewBoxW}rem`,i=u*(o/r)+"rem"):r>l&&r>d?o>r?(s=`${rewBoxW}rem`,i=u*(o/r)+"rem"):(s=c*(o/r)+"rem",i=`${u}rem`):(s=o/12+"rem",i=r/12+"rem"),{width:s,height:i}}function Ae(e){window.parent.postMessage(e,"*")}function ve(){window.contentDialogs.forEach((e=>{e.scope.closeContentDialog()}))}function ye(e){let t=window.contentDialogs.find((t=>t.uid===e));t&&t.scope.closeContentDialog()}let we=function(){let e="962b31f683668129f8b9f3716777c132j63rxr0z";return e};function be(e){for(var t=window.location.search.substring(1),n=t.split("&"),o=0;o<n.length;o++){var r=n[o].split("=");if(r[0]==e)return r[1]}return!1}function Ce(e,t,n=3e3){let o=document.createElement("div");o.className="dialog";let r=`<div class="dialog">\n <div class="message-box ${e}">\n <i class="ico"></i>\n <p class="content">${t}</p>\n </div>\n </div>`,i=$(r);$("body").append(i),setTimeout((()=>{i.remove()}),n+500)}function xe(e,t){var n="offset"+t[0].toUpperCase()+t.substring(1),o=e[n],r=e.offsetParent;while(null!=r)o+=r[n],r=r.offsetParent;return o}function ke(e,t,n,o,r){}function Be(){let e="",t=o(7203);return t=t.default||t,e=t.version||"undefined",e}var Ee={getVueVersion:Be,getToken:we,getQueryVariable:be,debounce2:X,throttle:W,sortDict:U,GUID:z,urlsafe_b64encode:G,urlsafe_b64decode:R,getObjectURL:H,getExtName:Y,fmtDateTime:K,fmtJSON2HTML:ne,fmtHTML2JSON:oe,fmtSecond:re,fmtFloatNumber:ie,copyDeepObject:J,indexToEnIndex:Z,diffObject:ee,diffArray:te,getDeepData:se,isEmpty2:ae,nonEmpty:ce,CountUp:ue,getEnvironment:le,recordCountFn:de,findListIndex:fe,getScreen:he,whatBrowser:pe,getUrlQueryVariable:me,setImgAuto:ge,postMessageByType:Ae,closeAllContentDialog:ve,closeContentDialogByUid:ye,messageTip:Ce,offset:xe,fbError:ke},Ie={props:{visible:{type:Boolean,default:!1},mediaLookerList:{type:Array,default(){return[]}},mediaCount:{type:Number,default:0}},mounted(){},data(){return{curMediaObj:{},curMediaCount:0,imgCompressWidth:0,imgCompressHeight:0,imgNativeWidth:0,imgNativeHeight:0,enlargeStatus:"in",canEnlarge:!1}},watch:{mediaLookerList:{handler(e,t){e&&e.length&&e&&e.length&&this.getCurMedia(this.mediaCount)},immediate:!0,deep:!0}},computed:{},methods:{cancel(){this.$emit("update:visible",!1)},getCurMedia(e){this.curMediaCount=e,this.curMediaObj=Ee.copyDeepObject(this.mediaLookerList[e]);let t=new Image;t.src=this.curMediaObj.url;let n=document.documentElement||document.body,o=n.clientWidth,r=n.clientHeight;this.canEnlarge=!1,this.enlargeStatus="in",t.addEventListener("load",(()=>{let e=t.width,n=t.height;if(this.imgNativeWidth=e,this.imgNativeHeight=n,e>=o||n>=r){let t,i,s,a=e-o,c=n-r;a>c?(i=.9*o,t=i/e,s=n*t,this.curMediaObj.width=i,this.curMediaObj.height=s,this.imgCompressWidth=i,this.imgCompressHeight=s):(s=.9*r,t=s/n,i=e*t,this.curMediaObj.width=i,this.curMediaObj.height=s,this.imgCompressWidth=i,this.imgCompressHeight=s),this.canEnlarge=!0}else this.curMediaObj.width=e,this.curMediaObj.height=n,this.imgCompressWidth=e,this.imgCompressHeight=n}))},enlarge(){this.canEnlarge&&("in"===this.enlargeStatus?(this.curMediaObj.width=this.imgNativeWidth,this.curMediaObj.height=this.imgNativeHeight):(this.curMediaObj.width=this.imgCompressWidth,this.curMediaObj.height=this.imgCompressHeight),this.enlargeStatus="in"===this.enlargeStatus?"out":"in",window.console.log(this.imgNativeWidth,this.imgNativeHeight,this.imgCompressWidth,this.imgCompressHeight))},next(){this.curMediaCount===this.mediaLookerList.length-1?this.curMediaCount=0:this.curMediaCount++,this.getCurMedia(this.curMediaCount)},prev(){0===this.curMediaCount?this.curMediaCount=this.mediaLookerList.length-1:this.curMediaCount--,this.getCurMedia(this.curMediaCount)}}},Me=o(3744);const Se=(0,Me.Z)(Ie,[["render",F]]);var De=Se,Oe={name:"Question_singleChoice",props:{isSub:{type:Boolean,default:!1},orderIndex:{type:Number,default:0},questionInfo:{type:Object,default:{}},bus:{type:Object,default:{}},mode:{type:String,default:"exam"}},mounted(){N(this),this.$watch("radio",(e=>{let t=this,n=this.isSub,o=this.isAnswered();this.$emit("getIsAnswered",o),n?("exam"===this.mode&&this.bus.$emit("optionChange"),"exam"===this.mode&&this.$emit("optionChange",{orderIndex:this.orderIndex,isAnswered:t.isAnswered()})):"exam"===this.mode&&this.bus.$emit("questionCardChange",{questionIndex:this.questionInfo.questionIndex-1,answered:o})}),{immediate:!0})},data(){return{radio:0,analyCorrectAnswer:"",exam_options_data:[],answerMap:{},...JSON.parse(q)}},watch:{questionInfo:{handler(e,t){if(e&&(this.exam_options_data=e.exam_options_data,this.answerMap=e.answerMap,e.answerMap)){let{question_type:t}=e;if("analysis"===this.mode&&(this.analyCorrectAnswer=3==t?"1"===e.correct_judge?"正确":"错误":Ee.indexToEnIndex(e.correct_single_index)),3==t){let t=e.answerMap.judge;void 0!==t&&null!==t&&""!==t&&(this.radio=t?1:2,this.$emit("optionChange",{orderIndex:this.orderIndex,isAnswered:this.isAnswered()}))}else{let t=e.answerMap.single_index;void 0!==t&&null!==t&&""!==t&&(this.radio=t,this.$emit("optionChange",{orderIndex:this.orderIndex,isAnswered:this.isAnswered()}))}}},immediate:!0}},computed:{},methods:{getAnswer(){let e=this.questionInfo,t=e.question_type;if(3==t){let e=1==this.radio;return{judge:e}}return{single_index:this.radio}},isAnswered(){let e=0!==this.radio;return e},isCorrect(){let e="1"===this.questionInfo.answerMap.is_correct;return e}},components:{MediaLooker:De}};const je=(0,Me.Z)(Oe,[["render",j]]);var qe=je;const Ne={class:"zykjcommon-question"},_e={key:0,class:"question-type"},Le={key:0},Ve={key:1,class:"score fr"},Te={class:"question-box"},Pe={key:0,class:"question-stem"},Qe={key:0},Fe=["innerHTML"],Ue={key:2,class:"editor-content",style:{display:"flex"}},ze={key:0},Ge=["innerHTML"],Re={class:"question-option-list"},He={class:"question-option"},Ye=["disabled","id","value"],Ke=(0,n.createElementVNode)("div",{class:"checkbox-bg"},null,-1),We={class:"label-box"},Xe=["for"],Je={key:0},Ze={key:0,class:"img-box"},$e=["src"],et={key:0,class:"question-analysis"},tt=(0,n.createElementVNode)("div",{class:"triangle-top"},null,-1),nt={class:"question-analysis-item"},ot=(0,n.createElementVNode)("span",{class:"txt"},"【你的回答】:",-1),rt={class:"txt-box"},it={class:"question-analysis-item"},st=(0,n.createElementVNode)("span",{class:"txt"},"【正确答案】:",-1),at={class:"txt-box"},ct={key:0,class:"question-analysis-item"},ut=(0,n.createElementVNode)("span",{class:"txt"},"【本题解析】:",-1),lt={class:"txt-box"},dt=["innerHTML"];function ft(e,t,o,r,i,s){const a=(0,n.resolveComponent)("MediaLooker");return(0,n.openBlock)(),(0,n.createElementBlock)("div",Ne,[o.isSub?(0,n.createCommentVNode)("",!0):((0,n.openBlock)(),(0,n.createElementBlock)("div",_e,[(0,n.createTextVNode)((0,n.toDisplayString)(o.questionInfo.questionIndex)+"、"+(0,n.toDisplayString)(o.questionInfo.hint?o.questionInfo.hint:o.questionInfo.question_type_str),1),"null"!==o.questionInfo.score?((0,n.openBlock)(),(0,n.createElementBlock)("span",Le)):(0,n.createCommentVNode)("",!0),"analysis"===o.mode?((0,n.openBlock)(),(0,n.createElementBlock)("span",Ve,"得分:"+(0,n.toDisplayString)(o.questionInfo.answerMap?o.questionInfo.answerMap.user_score:"-")+"分",1)):(0,n.createCommentVNode)("",!0)])),(0,n.createElementVNode)("div",Te,[o.isSub?((0,n.openBlock)(),(0,n.createElementBlock)("div",Pe,[o.questionInfo.hint?((0,n.openBlock)(),(0,n.createElementBlock)("span",Qe,(0,n.toDisplayString)(o.questionInfo.questionIndex2)+"、",1)):(0,n.createCommentVNode)("",!0),(0,n.createTextVNode)((0,n.toDisplayString)(o.questionInfo.hint),1)])):(0,n.createCommentVNode)("",!0),o.isSub?(0,n.createCommentVNode)("",!0):((0,n.openBlock)(),(0,n.createElementBlock)("div",{key:1,class:"editor-content",innerHTML:o.questionInfo.htmlContent},null,8,Fe)),o.isSub?((0,n.openBlock)(),(0,n.createElementBlock)("div",Ue,[o.questionInfo.hint?(0,n.createCommentVNode)("",!0):((0,n.openBlock)(),(0,n.createElementBlock)("span",ze,(0,n.toDisplayString)(o.questionInfo.questionIndex2)+"、",1)),(0,n.createElementVNode)("div",{style:{display:"inline-block",flex:"1"},innerHTML:o.questionInfo.htmlContent},null,8,Ge)])):(0,n.createCommentVNode)("",!0),(0,n.createElementVNode)("div",Re,[((0,n.openBlock)(!0),(0,n.createElementBlock)(n.Fragment,null,(0,n.renderList)(i.exam_options_data,((e,r)=>((0,n.openBlock)(),(0,n.createElementBlock)("div",He,[(0,n.createElementVNode)("div",{class:(0,n.normalizeClass)(["checkbox-box",{checked:i.checkboxList.indexOf(e.index)>-1}])},[(0,n.withDirectives)((0,n.createElementVNode)("input",{type:"checkbox",disabled:"analysis"===o.mode||"review"===o.mode,"onUpdate:modelValue":t[0]||(t[0]=e=>i.checkboxList=e),id:"checkbox-"+o.questionInfo.questionIndex+"-"+r,class:"checkbox",value:e.index},null,8,Ye),[[n.vModelCheckbox,i.checkboxList]]),Ke],2),(0,n.createElementVNode)("div",We,[(0,n.createElementVNode)("label",{for:"checkbox-"+o.questionInfo.questionIndex+"-"+r},[(0,n.createElementVNode)("span",null,[(0,n.createTextVNode)((0,n.toDisplayString)(e.enIndex)+".",1),0==e.data.file_type?((0,n.openBlock)(),(0,n.createElementBlock)("span",Je,(0,n.toDisplayString)(e.data.option_content),1)):(0,n.createCommentVNode)("",!0)]),0!=e.data.file_type?((0,n.openBlock)(),(0,n.createElementBlock)("div",Ze,[(0,n.createElementVNode)("img",{src:e.data.file_url},null,8,$e)])):(0,n.createCommentVNode)("",!0)],8,Xe)])])))),256)),"analysis"===o.mode?((0,n.openBlock)(),(0,n.createElementBlock)("div",et,[tt,(0,n.createElementVNode)("div",nt,[ot,(0,n.createElementVNode)("div",rt,[(0,n.createElementVNode)("span",{class:(0,n.normalizeClass)({wrong:"1"!==o.questionInfo.answerMap.is_correct,right:"1"===o.questionInfo.answerMap.is_correct})},(0,n.toDisplayString)("1"!==o.questionInfo.answerMap.is_correct?"错误":"正确"),3)])]),(0,n.createElementVNode)("div",it,[st,(0,n.createElementVNode)("div",at,[(0,n.createElementVNode)("span",null,(0,n.toDisplayString)(i.analyCorrectAnswer),1)])]),o.questionInfo.analysis?((0,n.openBlock)(),(0,n.createElementBlock)("div",ct,[ut,(0,n.createElementVNode)("div",lt,[(0,n.createElementVNode)("span",{class:"analysis-txt",innerHTML:o.questionInfo.analysisHtmlContent},null,8,dt)])])):(0,n.createCommentVNode)("",!0)])):(0,n.createCommentVNode)("",!0)])]),e.visible?((0,n.openBlock)(),(0,n.createBlock)(a,{key:1,visible:e.visible,"onUpdate:visible":t[1]||(t[1]=t=>e.visible=t),mediaCount:e.curMediaCount,mediaLookerList:e.mediaLookerList},null,8,["visible","mediaCount","mediaLookerList"])):(0,n.createCommentVNode)("",!0)])}var ht={name:"Question_MultipleChoice",props:{isSub:{type:Boolean,default:!1},orderIndex:{type:Number,default:0},questionInfo:{type:Object,default:{}},bus:{type:Object,default:{}},mode:{type:String,default:"exam"}},mounted(){N(this),this.$watch("checkboxList",(e=>{let t=this,n=this.isSub,o=this.isAnswered();this.$emit("getIsAnswered",o),n?("exam"===this.mode&&this.bus.$emit("optionChange"),"exam"===this.mode&&this.$emit("optionChange",{orderIndex:this.orderIndex,isAnswered:t.isAnswered()})):"exam"===this.mode&&this.bus.$emit("questionCardChange",{questionIndex:this.questionInfo.questionIndex-1,answered:o})}),{immediate:!0})},data(){return{checkboxList:[],analyCorrectAnswer:"",exam_options_data:[],answerMap:{},...JSON.parse(q)}},watch:{questionInfo:{handler(e,t){if(e&&(this.exam_options_data=e.exam_options_data,this.answerMap=e.answerMap,e.answerMap)){"analysis"===this.mode&&(this.analyCorrectAnswer=this.getCorrectStr(this.questionInfo.correct_multiple_index_set));let e=this.questionInfo.answerMap.multiple_index_set;e&&e.length&&(this.checkboxList=JSON.parse(JSON.stringify(e)),this.$emit("optionChange",{orderIndex:this.orderIndex,isAnswered:this.isAnswered()}))}},immediate:!0}},computed:{},methods:{getAnswer(){let e=this;return{multiple_index_set:e.checkboxList}},isAnswered(){let e=0!==this.checkboxList.length;return e},isCorrect(){let e="1"===this.questionInfo.answerMap.is_correct;return e},getCorrectStr(e){let t="";return e.forEach(((n,o)=>{t+=`${Ee.indexToEnIndex(n)}${o===e.length-1?"":"、"}`})),t}},components:{MediaLooker:De}};const pt=(0,Me.Z)(ht,[["render",ft]]);var mt=pt;const gt={class:"zykjcommon-question"},At={class:"question-type"},vt={key:0},yt={key:1,class:"score fr"},wt={class:"question-box"},bt=["innerHTML"],Ct={class:"question-tabs"},xt=["onClick"],kt={key:0,class:"tab-mark"},Bt=["id"];function Et(e,t,o,r,i,s){const a=(0,n.resolveComponent)("MediaLooker");return(0,n.openBlock)(),(0,n.createElementBlock)("div",gt,[(0,n.createElementVNode)("div",At,[(0,n.createTextVNode)((0,n.toDisplayString)(o.questionInfo.questionIndex)+"、"+(0,n.toDisplayString)(o.questionInfo.hint?o.questionInfo.hint:o.questionInfo.question_type_str),1),"null"!==o.questionInfo.score?((0,n.openBlock)(),(0,n.createElementBlock)("span",vt)):(0,n.createCommentVNode)("",!0),"analysis"===o.mode?((0,n.openBlock)(),(0,n.createElementBlock)("span",yt,"得分:"+(0,n.toDisplayString)(o.questionInfo.answerMap?o.questionInfo.answerMap.user_score:"-")+"分",1)):(0,n.createCommentVNode)("",!0)]),(0,n.createElementVNode)("div",wt,[(0,n.createElementVNode)("div",{class:"editor-content editor-content-bor",innerHTML:o.questionInfo.htmlContent},null,8,bt),(0,n.createElementVNode)("div",Ct,[((0,n.openBlock)(!0),(0,n.createElementBlock)(n.Fragment,null,(0,n.renderList)(i.tabsArr,((e,t)=>((0,n.openBlock)(),(0,n.createElementBlock)("div",{class:(0,n.normalizeClass)(["question-tab-item",{cur:i.curTab===t}]),onClick:e=>s.clickTab(t),key:t},[(0,n.createTextVNode)((0,n.toDisplayString)(t+1)+" ",1),e.answered?((0,n.openBlock)(),(0,n.createElementBlock)("div",kt)):(0,n.createCommentVNode)("",!0)],10,xt)))),128))]),((0,n.openBlock)(!0),(0,n.createElementBlock)(n.Fragment,null,(0,n.renderList)(o.questionInfo.sub_questions,((e,t)=>(0,n.withDirectives)(((0,n.openBlock)(),(0,n.createElementBlock)("div",{class:"reading-question-item",id:"question"+(o.questionInfo.questionIndex-1)+"-"+t},[((0,n.openBlock)(),(0,n.createBlock)((0,n.resolveDynamicComponent)(e.questionComponent),{onOptionChange:s.optionChange,mode:o.mode,bus:o.bus,isSub:!0,questionInfo:e,orderIndex:t,key:"question"+(o.questionInfo.questionIndex-1)+"-"+t,ref_for:!0,ref:"question"+(o.questionInfo.questionIndex-1)+"-"+t},null,40,["onOptionChange","mode","bus","questionInfo","orderIndex"]))],8,Bt)),[[n.vShow,i.curTab===t]]))),256))]),e.visible?((0,n.openBlock)(),(0,n.createBlock)(a,{key:0,visible:e.visible,"onUpdate:visible":t[0]||(t[0]=t=>e.visible=t),mediaCount:e.curMediaCount,mediaLookerList:e.mediaLookerList},null,8,["visible","mediaCount","mediaLookerList"])):(0,n.createCommentVNode)("",!0)])}var It={name:"Question_Reading",props:{questionInfo:{type:Object,default:{}},bus:{type:Object,default:{}},mode:{type:String,default:"exam"}},created(){let e=this;this.bus.$on("optionChange",(()=>{let t=this.isAnswered();this.$emit("getIsAnswered",t),"exam"===this.mode&&this.bus.$emit("questionCardChange",{questionIndex:e.questionInfo.questionIndex-1,answered:t})}))},mounted(){N(this)},data(){return{curTab:0,radio:0,analyCorrectAnswer:"",exam_options_data:[],answerMap:{},tabsArr:[],...JSON.parse(q)}},watch:{questionInfo:{handler(e,t){if(e){this.exam_options_data=e.exam_options_data,this.answerMap=e.answerMap;let t=e.sub_questions;t&&t.length&&(t.forEach(((t,n)=>{let o={answered:!1,questionComponent:t.questionComponent,refName:`question${e.questionIndex-1}-${n}`};this.tabsArr.push(o)})),console.log(this.tabsArr,333))}},immediate:!0,deep:!0}},computed:{},methods:{getAnswer(){let e=[],t=this.$refs;return Object.keys(t).forEach((n=>{let o=t[n][0];e.push({answer:o.getAnswer(),question_id:o.questionInfo.question_id})})),e},isAnswered(){let e=this.$refs,t=[];Object.keys(e).forEach((n=>{let o=e[n][0];t.push(o.isAnswered())}));let n=t.every((e=>!0===e));return n},isCorrect(){let e=this.$refs,t=[];Object.keys(e).forEach((n=>{let o=e[n][0];t.push(o.isCorrect())}));let n=t.every((e=>!0===e));return n},clickTab(e){this.curTab=e},optionChange(e){let t=e.orderIndex;console.log(e,"obj"),this.tabsArr[t].answered=e.isAnswered}},components:{MediaLooker:De}};const Mt=(0,Me.Z)(It,[["render",Et]]);var St=Mt;const Dt={class:"zykjcommon-question"},Ot={key:0,class:"question-type"},jt={key:0},qt={key:1,class:"score fr"},Nt={class:"question-box"},_t=["innerHTML"],Lt={key:1,class:"editor-output",style:{"margin-bottom":"0.3rem"}},Vt=(0,n.createElementVNode)("div",{class:"editor-tit"},"【你的答案】:",-1),Tt=["innerHTML"],Pt=(0,n.createElementVNode)("div",null,null,-1),Qt={key:2,class:"question-analysis"},Ft=(0,n.createElementVNode)("div",{class:"triangle-top"},null,-1),Ut={class:"question-analysis-item"},zt=(0,n.createElementVNode)("span",{class:"txt"},"【正确答案】:",-1),Gt=["innerHTML"],Rt={key:0,class:"question-analysis-item"},Ht=(0,n.createElementVNode)("span",{class:"txt"},"【本题解析】:",-1),Yt={class:"txt-box"},Kt=["innerHTML"];function Wt(e,t,o,r,i,s){const a=(0,n.resolveComponent)("TextAreaEditor"),c=(0,n.resolveComponent)("MediaLooker");return(0,n.openBlock)(),(0,n.createElementBlock)("div",Dt,[o.isSub?(0,n.createCommentVNode)("",!0):((0,n.openBlock)(),(0,n.createElementBlock)("div",Ot,[(0,n.createTextVNode)((0,n.toDisplayString)(o.questionInfo.questionIndex)+"、"+(0,n.toDisplayString)(o.questionInfo.hint?o.questionInfo.hint:o.questionInfo.question_type_str),1),"null"!==o.questionInfo.score?((0,n.openBlock)(),(0,n.createElementBlock)("span",jt)):(0,n.createCommentVNode)("",!0),"analysis"===o.mode?((0,n.openBlock)(),(0,n.createElementBlock)("span",qt,"得分:"+(0,n.toDisplayString)(o.questionInfo.answerMap?o.questionInfo.answerMap.user_score:"-")+"分",1)):(0,n.createCommentVNode)("",!0)])),(0,n.createElementVNode)("div",Nt,[(0,n.createElementVNode)("div",{class:"editor-content",innerHTML:o.questionInfo.htmlContent},null,8,_t),"exam"===o.mode||"review"===o.mode?((0,n.openBlock)(),(0,n.createBlock)(a,{key:0,onGetTextareaStr:s.getTextareaStr,disabled:"review"===o.mode,value:i.textareaStr,placeHolder:"请在此输入答案"},null,8,["onGetTextareaStr","disabled","value"])):(0,n.createCommentVNode)("",!0),"analysis"===o.mode?((0,n.openBlock)(),(0,n.createElementBlock)("div",Lt,[Vt,(0,n.createElementVNode)("div",{class:"output-main",innerHTML:i.answerMap.subjective_answer},null,8,Tt)])):(0,n.createCommentVNode)("",!0),Pt,"analysis"===o.mode?((0,n.openBlock)(),(0,n.createElementBlock)("div",Qt,[Ft,(0,n.createElementVNode)("div",Ut,[zt,(0,n.createElementVNode)("div",{class:"txt-box",innerHTML:i.analyCorrectAnswer},null,8,Gt)]),o.questionInfo.analysis?((0,n.openBlock)(),(0,n.createElementBlock)("div",Rt,[Ht,(0,n.createElementVNode)("div",Yt,[(0,n.createElementVNode)("span",{class:"analysis-txt",innerHTML:o.questionInfo.analysisHtmlContent},null,8,Kt)])])):(0,n.createCommentVNode)("",!0)])):(0,n.createCommentVNode)("",!0)]),e.visible?((0,n.openBlock)(),(0,n.createBlock)(c,{key:1,visible:e.visible,"onUpdate:visible":t[0]||(t[0]=t=>e.visible=t),mediaCount:e.curMediaCount,mediaLookerList:e.mediaLookerList},null,8,["visible","mediaCount","mediaLookerList"])):(0,n.createCommentVNode)("",!0)])}const Xt={class:"editor-textarea"},Jt=["disabled","placeholder"],Zt={class:"len"};function $t(e,t,o,r,i,s){return(0,n.openBlock)(),(0,n.createElementBlock)("div",Xt,[(0,n.withDirectives)((0,n.createElementVNode)("textarea",{"onUpdate:modelValue":t[0]||(t[0]=e=>i.textareaStr=e),disabled:o.disabled,class:"textareaComponent",placeholder:o.placeHolder,maxlength:"5000"},null,8,Jt),[[n.vModelText,i.textareaStr]]),(0,n.createElementVNode)("div",Zt,(0,n.toDisplayString)(i.textareaStr.length)+"/5000",1)])}var en={props:{placeHolder:{type:String,default:"请输入..."},value:{type:String,default:""},disabled:{type:Boolean,default:!1}},mounted(){let e=this.$el.querySelector(".textareaComponent"),t=parseInt(getComputedStyle(e).getPropertyValue("width")),n=e,o=e.clientHeight;const r=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver,i={attributes:!0,childList:!1,subtree:!0,attributeFilter:["style"],attributeOldValue:!0};this.observer=new r(((r,i)=>{let s=document.querySelector(".content-outter");if(s){let e=parseInt(getComputedStyle(n).getPropertyValue("height")),t=e-o;s.scrollTop=s.scrollTop+t,o=e}let a=parseInt(getComputedStyle(e).getPropertyValue("width"));a>t&&(e.style.width=t+"px")})),this.observer.observe(n,i),this.$watch("textareaStr",(e=>{this.$emit("getTextareaStr",e)}),{immediate:!0})},unmounted(){this.observer&&this.observer.disconnect()},destroyed(){this.observer&&this.observer.disconnect()},data(){return{observer:null,textareaStr:""}},watch:{value:{handler(e,t){e&&(this.textareaStr=e)},immediate:!0}},computed:{},methods:{getAnswer(){let e=this;return{multiple_index_set:e.checkboxList}},isAnswered(){let e=0!==this.checkboxList.length;return e},isCorrect(){let e="1"===this.questionInfo.answerMap.is_correct;return e},getCorrectStr(e){let t="";return e.forEach(((n,o)=>{t+=`${fun.indexToEnIndex(n)}${o===e.length-1?"":"、"}`})),t}}};const tn=(0,Me.Z)(en,[["render",$t]]);var nn=tn,on={name:"Question_BriefAnswer",props:{isSub:{type:Boolean,default:!1},questionInfo:{type:Object,default:{}},bus:{type:Object,default:{}},mode:{type:String,default:"exam"}},mounted(){N(this)},data(){return{textareaHtml:"",textareaStr:"",analyCorrectAnswer:"",answerMap:{},...JSON.parse(q)}},watch:{questionInfo:{handler(e,t){if(e&&(this.answerMap=e.answerMap,this.questionInfo.answerMap)){"analysis"===this.mode&&(this.analyCorrectAnswer=this.questionInfo.correct_subjective_answer);let e=this.questionInfo.answerMap.subjective_answer;void 0!==e&&null!==e&&""!==e&&(this.textareaStr=e.replace(/<br>/gim,"\n"))}},immediate:!0}},computed:{},methods:{getAnswer(){let e=this.textareaHtml;return{subjective_answer:e}},isAnswered(){let e=/<br>/gim,t=/\s+/gim,n=this.textareaHtml.replace(e,"");n=n.replace(t,"");let o=n.length>0;return o},isCorrect(){let e="1"===this.questionInfo.answerMap.is_correct;return e},getTextareaStr(e){let t=/\n/gi;this.textareaHtml=e.replace(t,"<br>");let n=this.isAnswered();this.$emit("getIsAnswered",n),"exam"===this.mode&&this.bus.$emit("questionCardChange",{questionIndex:this.questionInfo.questionIndex-1,answered:n})}},components:{TextAreaEditor:nn,MediaLooker:De}};const rn=(0,Me.Z)(on,[["render",Wt]]);var sn=rn;const an={class:"zykjcommon-question"},cn={key:0,class:"question-type"},un={key:0},ln={key:1,class:"score fr"},dn={class:"question-box"},fn=["innerHTML"];function hn(e,t,o,r,i,s){const a=(0,n.resolveComponent)("MediaLooker");return(0,n.openBlock)(),(0,n.createElementBlock)("div",an,[o.isSub?(0,n.createCommentVNode)("",!0):((0,n.openBlock)(),(0,n.createElementBlock)("div",cn,[(0,n.createTextVNode)((0,n.toDisplayString)(o.questionInfo.questionIndex)+"、"+(0,n.toDisplayString)(o.questionInfo.hint?o.questionInfo.hint:o.questionInfo.question_type_str),1),"null"!==o.questionInfo.score?((0,n.openBlock)(),(0,n.createElementBlock)("span",un)):(0,n.createCommentVNode)("",!0),"analysis"===o.mode?((0,n.openBlock)(),(0,n.createElementBlock)("span",ln,"得分:"+(0,n.toDisplayString)(o.questionInfo.answerMap?o.questionInfo.answerMap.user_score:"-")+"分",1)):(0,n.createCommentVNode)("",!0)])),(0,n.createElementVNode)("div",dn,[o.questionInfo.htmlContent?((0,n.openBlock)(),(0,n.createElementBlock)("div",{key:0,class:"editor-content",style:{"line-height":"40px"},innerHTML:o.questionInfo.htmlContent},null,8,fn)):(0,n.createCommentVNode)("",!0)]),e.visible?((0,n.openBlock)(),(0,n.createBlock)(a,{key:1,visible:e.visible,"onUpdate:visible":t[0]||(t[0]=t=>e.visible=t),mediaCount:e.curMediaCount,mediaLookerList:e.mediaLookerList},null,8,["visible","mediaCount","mediaLookerList"])):(0,n.createCommentVNode)("",!0)])}let pn=[{reg:/</gi,val:"<"},{reg:/>/gi,val:">"}];var mn={name:"Question_FillBlank",props:{bus:{type:Object,default:{}},isSub:{type:Boolean,default:!1},orderIndex:{type:Number,default:0},questionInfo:{type:Object,default:{}},mode:{type:String,default:"exam"}},mounted(){let e=this;N(this),this.$watch("questionInfo",(t=>{if(t){this.answerMap=t.answerMap;let n=jQuery(this.$el).find(".fill-blank");if(n.replaceWith(jQuery(`<span class="fill-blank" contenteditable="${"exam"===e.mode?"true":"false"}"> </span>`)),jQuery(this.$el).find(".fill-blank").bind("input",(function(t){let n=jQuery(t.target),o=n.html();o=e.getIptValue(o),o.length<=0&&n.html(" ");let r=e.isAnswered();e.$emit("getIsAnswered",r),"exam"===e.mode&&e.bus.$emit("questionCardChange",{questionIndex:e.questionInfo.questionIndex-1,answered:r})})),t.answerMap){"analysis"===this.mode&&(this.analyCorrectAnswer=this.questionInfo.correct_gap_data);let n=t.answerMap.gap_data;jQuery(this.$el).find(".fill-blank").each(((t,o)=>{let r=n[t];r&&(pn.forEach((e=>{let t=e.reg;if(t.test(r)){let n=e.val;r=r.replace(t,n)}})),jQuery(o).text(r),"exam"===this.mode&&this.bus.$emit("questionCardChange",{questionIndex:e.questionInfo.questionIndex-1,answered:!0}))}))}let o=e.isAnswered();e.$emit("getIsAnswered",o)}}),{immediate:!0})},data(){return{analyCorrectAnswer:"",answerMap:{},...JSON.parse(q)}},watch:{},computed:{},methods:{getAnswer(){let e=jQuery(this.$el).find(".fill-blank"),t=[];return e.each(((e,n)=>{let o=jQuery(n).html();o=this.getIptValue(o),t.push(o)})),{gap_data:t}},isAnswered(){let e=this.getAnswer().gap_data,t=e.some((e=>""!==e));return t},isCorrect(){let e="1"===this.questionInfo.answerMap.is_correct;return e},getIptValue(e){return e.replace(/ /gi,"").replace(/^\s+/gi,"").replace(/\s+$/gi,"")}},components:{MediaLooker:De}};const gn=(0,Me.Z)(mn,[["render",hn]]);var An=gn;const vn={class:"zykjcommon-question"},yn={key:0,class:"question-type"},wn={key:0},bn={key:1,class:"score fr"},Cn={class:"question-box"},xn=["innerHTML"],kn={key:1,class:"question-analysis"},Bn=(0,n.createElementVNode)("div",{class:"triangle-top"},null,-1),En={class:"question-analysis-item"},In=(0,n.createElementVNode)("span",{class:"txt"},"【你的答案】:",-1),Mn=["src"],Sn=(0,n.createElementVNode)("div",{class:"mask-text-box"},[(0,n.createElementVNode)("div",{class:"mask"}),(0,n.createElementVNode)("div",{class:"mask-text"},"去修改")],-1),Dn={key:2,class:"question-analysis"},On=(0,n.createElementVNode)("div",{class:"triangle-top"},null,-1),jn={class:"question-analysis-item"},qn=(0,n.createElementVNode)("span",{class:"txt"},"【你的答案】:",-1),Nn=["src"],_n={class:"question-analysis-item"},Ln=(0,n.createElementVNode)("span",{class:"txt"},"【正确答案】:",-1),Vn=["src"],Tn={key:0,class:"question-analysis-item"},Pn=(0,n.createElementVNode)("span",{class:"txt"},"【本题解析】:",-1),Qn={class:"txt-box"},Fn=["innerHTML"];function Un(e,t,o,r,i,s){const a=(0,n.resolveComponent)("MediaLooker"),c=(0,n.resolveComponent)("IframeComponent"),u=(0,n.resolveComponent)("Loading");return(0,n.openBlock)(),(0,n.createElementBlock)("div",vn,[o.isSub?(0,n.createCommentVNode)("",!0):((0,n.openBlock)(),(0,n.createElementBlock)("div",yn,[(0,n.createTextVNode)((0,n.toDisplayString)(o.questionInfo.questionIndex)+"、"+(0,n.toDisplayString)(o.questionInfo.hint?o.questionInfo.hint:o.questionInfo.question_type_str),1),"null"!==o.questionInfo.score?((0,n.openBlock)(),(0,n.createElementBlock)("span",wn)):(0,n.createCommentVNode)("",!0),"analysis"===o.mode?((0,n.openBlock)(),(0,n.createElementBlock)("span",bn,"得分:"+(0,n.toDisplayString)(o.questionInfo.answerMap?o.questionInfo.answerMap.user_score:"-")+"分",1)):(0,n.createCommentVNode)("",!0)])),(0,n.createElementVNode)("div",Cn,[(0,n.createElementVNode)("div",{class:"editor-content",innerHTML:o.questionInfo.htmlContent},null,8,xn),"exam"===o.mode&&!i.oss_temp_url||"review"===o.mode?((0,n.openBlock)(),(0,n.createElementBlock)("button",{key:0,class:"bcdt-btn",onClick:t[0]||(t[0]=e=>s.startCode("1"))},"进入"+(0,n.toDisplayString)(i.codeTypeMap[o.questionInfo.code_type])+"答题",1)):(0,n.createCommentVNode)("",!0),"exam"===o.mode&&i.oss_temp_url?((0,n.openBlock)(),(0,n.createElementBlock)("div",kn,[Bn,(0,n.createElementVNode)("div",En,[In,(0,n.createElementVNode)("div",{class:"img-box",onClick:t[1]||(t[1]=e=>s.startCode("2"))},[(0,n.createElementVNode)("img",{src:i.codeTypeImgMap[o.questionInfo.code_type]},null,8,Mn),Sn])])])):(0,n.createCommentVNode)("",!0),"analysis"===o.mode?((0,n.openBlock)(),(0,n.createElementBlock)("div",Dn,[On,(0,n.createElementVNode)("div",jn,[qn,(0,n.createElementVNode)("div",{class:"img-box",onClick:t[2]||(t[2]=e=>s.startCode("3"))},[(0,n.createElementVNode)("img",{src:i.codeTypeImgMap[o.questionInfo.code_type]},null,8,Nn)])]),(0,n.createElementVNode)("div",_n,[Ln,(0,n.createElementVNode)("div",{class:"img-box",onClick:t[3]||(t[3]=e=>s.startCode("4"))},[(0,n.createElementVNode)("img",{src:i.codeTypeImgMap[o.questionInfo.code_type]},null,8,Vn)])]),o.questionInfo.analysis?((0,n.openBlock)(),(0,n.createElementBlock)("div",Tn,[Pn,(0,n.createElementVNode)("div",Qn,[(0,n.createElementVNode)("span",{class:"analysis-txt",innerHTML:o.questionInfo.analysisHtmlContent},null,8,Fn)])])):(0,n.createCommentVNode)("",!0)])):(0,n.createCommentVNode)("",!0)]),e.visible?((0,n.openBlock)(),(0,n.createBlock)(a,{key:1,visible:e.visible,"onUpdate:visible":t[4]||(t[4]=t=>e.visible=t),mediaCount:e.curMediaCount,mediaLookerList:e.mediaLookerList},null,8,["visible","mediaCount","mediaLookerList"])):(0,n.createCommentVNode)("",!0),i.showFrame?((0,n.openBlock)(),(0,n.createBlock)(c,{key:2,iframeUrl:i.iframeUrl,onUploadCodingFileSuccess:s.uploadCodingFileSuccess,onClose:s.closeIframe,onCloseAndSave:s.closeAndSave,onSaveCodeOnly:s.saveCodeOnly,onIframeLoaded:s.iframeLoaded,onGetQuestionInfo:s.getQuestionInfo},null,8,["iframeUrl","onUploadCodingFileSuccess","onClose","onCloseAndSave","onSaveCodeOnly","onIframeLoaded","onGetQuestionInfo"])):(0,n.createCommentVNode)("",!0),(0,n.createVNode)(u,{loading:i.loading},null,8,["loading"])])}const zn={class:"iframeBox"},Gn=["src"];function Rn(e,t,o,r,i,s){const a=(0,n.resolveComponent)("Loading");return(0,n.openBlock)(),(0,n.createElementBlock)("div",null,[(0,n.createElementVNode)("div",zn,[(0,n.createElementVNode)("iframe",{src:o.iframeUrl,id:"codeIframe",loop:"",allow:"microphone;camera;midi;encrypted-media;unsized-media;vr;xr-spatial-tracking;autoplay",frameborder:"0"},"\r\n <p>Your browser does not support iframes.</p>\r\n ",8,Gn)]),(0,n.createVNode)(a,{loading:i.loading},null,8,["loading"])])}var Hn="data:image/gif;base64,R0lGODlhoACgALMIAJSUlNra2nV1dTIyMra2tvX19SUlJVFRUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ4IDc5LjE2NDAzNiwgMjAxOS8wOC8xMy0wMTowNjo1NyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjY4OTlDN0QwMjIyMTFFQ0JBRUU5OTk2QjM0QkQ4MzMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjY4OTlDN0UwMjIyMTFFQ0JBRUU5OTk2QjM0QkQ4MzMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNjg5OUM3QjAyMjIxMUVDQkFFRTk5OTZCMzRCRDgzMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNjg5OUM3QzAyMjIxMUVDQkFFRTk5OTZCMzRCRDgzMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq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";const Yn={class:"loading-box"},Kn={key:0,class:"loading",src:Hn,alt:""};function Wn(e,t,o,r,i,s){return(0,n.openBlock)(),(0,n.createElementBlock)("div",Yn,[o.loading?((0,n.openBlock)(),(0,n.createElementBlock)("img",Kn)):(0,n.createCommentVNode)("",!0)])}var Xn={props:{loading:{type:Boolean,default:!1}},data(){return{}}};const Jn=(0,Me.Z)(Xn,[["render",Wn]]);var Zn=Jn,$n={props:{iframeUrl:{type:String,default:""}},data(){return{loading:!0,iframe:null}},mounted(){this.iframe=document.getElementById("codeIframe"),this.iframe.addEventListener("load",this.iframeLoadEvent),window.addEventListener("message",this.messageEvent)},unmounted(){this.removeIframeEvents()},destroyed(){this.removeIframeEvents()},methods:{iframeLoadEvent(){this.loading=!1,this.$emit("iframeLoaded",this.iframe)},messageEvent(e){if("string"===typeof e.data)try{let t=JSON.parse(e.data);this.$emit(t.type,t.data)}catch(t){let n=e.data;this.$emit(n,e)}},removeIframeEvents(){this.iframe&&this.iframe.removeEventListener("load",this.iframeLoadEvent),window.removeEventListener("message",this.messageEvent)}},components:{Loading:Zn}};const eo=(0,Me.Z)($n,[["render",Rn]]);var to=eo;function no(){return oo().__VUE_DEVTOOLS_GLOBAL_HOOK__}function oo(){return"undefined"!==typeof navigator&&"undefined"!==typeof window?window:"undefined"!==typeof o.g?o.g:{}}const ro="function"===typeof Proxy,io="devtools-plugin:setup",so="plugin:settings:set";let ao,co;function uo(){var e;return void 0!==ao||("undefined"!==typeof window&&window.performance?(ao=!0,co=window.performance):"undefined"!==typeof o.g&&(null===(e=o.g.perf_hooks)||void 0===e?void 0:e.performance)?(ao=!0,co=o.g.perf_hooks.performance):ao=!1),ao}function lo(){return uo()?co.now():Date.now()}class fo{constructor(e,t){this.target=null,this.targetQueue=[],this.onQueue=[],this.plugin=e,this.hook=t;const n={};if(e.settings)for(const s in e.settings){const t=e.settings[s];n[s]=t.defaultValue}const o=`__vue-devtools-plugin-settings__${e.id}`;let r=Object.assign({},n);try{const e=localStorage.getItem(o),t=JSON.parse(e);Object.assign(r,t)}catch(i){}this.fallbacks={getSettings(){return r},setSettings(e){try{localStorage.setItem(o,JSON.stringify(e))}catch(i){}r=e},now(){return lo()}},t&&t.on(so,((e,t)=>{e===this.plugin.id&&this.fallbacks.setSettings(t)})),this.proxiedOn=new Proxy({},{get:(e,t)=>this.target?this.target.on[t]:(...e)=>{this.onQueue.push({method:t,args:e})}}),this.proxiedTarget=new Proxy({},{get:(e,t)=>this.target?this.target[t]:"on"===t?this.proxiedOn:Object.keys(this.fallbacks).includes(t)?(...e)=>(this.targetQueue.push({method:t,args:e,resolve:()=>{}}),this.fallbacks[t](...e)):(...e)=>new Promise((n=>{this.targetQueue.push({method:t,args:e,resolve:n})}))})}async setRealTarget(e){this.target=e;for(const t of this.onQueue)this.target.on[t.method](...t.args);for(const t of this.targetQueue)t.resolve(await this.target[t.method](...t.args))}}function ho(e,t){const n=e,o=oo(),r=no(),i=ro&&n.enableEarlyProxy;if(!r||!o.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__&&i){const e=i?new fo(n,r):null,s=o.__VUE_DEVTOOLS_PLUGINS__=o.__VUE_DEVTOOLS_PLUGINS__||[];s.push({pluginDescriptor:n,setupFn:t,proxy:e}),e&&t(e.proxiedTarget)}else r.emit(io,e,t)}
|
|
18
|
+
return function(t){var n=e,o=n.lib,i=o.WordArray,r=o.Hasher,s=n.algo,a=i.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),c=i.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),l=i.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),u=i.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),d=i.create([0,1518500249,1859775393,2400959708,2840853838]),f=i.create([1352829926,1548603684,1836072691,2053994217,0]),h=s.RIPEMD160=r.extend({_doReset:function(){this._hash=i.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var n=0;n<16;n++){var o=t+n,i=e[o];e[o]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8)}var r,s,h,S,v,M,y,B,C,w,P,E=this._hash.words,G=d.words,I=f.words,x=a.words,D=c.words,k=l.words,H=u.words;M=r=E[0],y=s=E[1],B=h=E[2],C=S=E[3],w=v=E[4];for(n=0;n<80;n+=1)P=r+e[t+x[n]]|0,P+=n<16?p(s,h,S)+G[0]:n<32?A(s,h,S)+G[1]:n<48?m(s,h,S)+G[2]:n<64?T(s,h,S)+G[3]:b(s,h,S)+G[4],P|=0,P=g(P,k[n]),P=P+v|0,r=v,v=S,S=g(h,10),h=s,s=P,P=M+e[t+D[n]]|0,P+=n<16?b(y,B,C)+I[0]:n<32?T(y,B,C)+I[1]:n<48?m(y,B,C)+I[2]:n<64?A(y,B,C)+I[3]:p(y,B,C)+I[4],P|=0,P=g(P,H[n]),P=P+w|0,M=w,w=C,C=g(B,10),B=y,y=P;P=E[1]+h+C|0,E[1]=E[2]+S+w|0,E[2]=E[3]+v+M|0,E[3]=E[4]+r+y|0,E[4]=E[0]+s+B|0,E[0]=P},_doFinalize:function(){var e=this._data,t=e.words,n=8*this._nDataBytes,o=8*e.sigBytes;t[o>>>5]|=128<<24-o%32,t[14+(o+64>>>9<<4)]=16711935&(n<<8|n>>>24)|4278255360&(n<<24|n>>>8),e.sigBytes=4*(t.length+1),this._process();for(var i=this._hash,r=i.words,s=0;s<5;s++){var a=r[s];r[s]=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8)}return i},clone:function(){var e=r.clone.call(this);return e._hash=this._hash.clone(),e}});function p(e,t,n){return e^t^n}function A(e,t,n){return e&t|~e&n}function m(e,t,n){return(e|~t)^n}function T(e,t,n){return e&n|t&~n}function b(e,t,n){return e^(t|~n)}function g(e,t){return e<<t|e>>>32-t}n.RIPEMD160=r._createHelper(h),n.HmacRIPEMD160=r._createHmacHelper(h)}(Math),e.RIPEMD160}))},2783:function(e,t,n){(function(t,o){e.exports=o(n(8249))})(0,(function(e){return function(){var t=e,n=t.lib,o=n.WordArray,i=n.Hasher,r=t.algo,s=[],a=r.SHA1=i.extend({_doReset:function(){this._hash=new o.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var n=this._hash.words,o=n[0],i=n[1],r=n[2],a=n[3],c=n[4],l=0;l<80;l++){if(l<16)s[l]=0|e[t+l];else{var u=s[l-3]^s[l-8]^s[l-14]^s[l-16];s[l]=u<<1|u>>>31}var d=(o<<5|o>>>27)+c+s[l];d+=l<20?1518500249+(i&r|~i&a):l<40?1859775393+(i^r^a):l<60?(i&r|i&a|r&a)-1894007588:(i^r^a)-899497514,c=a,a=r,r=i<<30|i>>>2,i=o,o=d}n[0]=n[0]+o|0,n[1]=n[1]+i|0,n[2]=n[2]+r|0,n[3]=n[3]+a|0,n[4]=n[4]+c|0},_doFinalize:function(){var e=this._data,t=e.words,n=8*this._nDataBytes,o=8*e.sigBytes;return t[o>>>5]|=128<<24-o%32,t[14+(o+64>>>9<<4)]=Math.floor(n/4294967296),t[15+(o+64>>>9<<4)]=n,e.sigBytes=4*t.length,this._process(),this._hash},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});t.SHA1=i._createHelper(a),t.HmacSHA1=i._createHmacHelper(a)}(),e.SHA1}))},7792:function(e,t,n){(function(t,o,i){e.exports=o(n(8249),n(2153))})(0,(function(e){return function(){var t=e,n=t.lib,o=n.WordArray,i=t.algo,r=i.SHA256,s=i.SHA224=r.extend({_doReset:function(){this._hash=new o.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var e=r._doFinalize.call(this);return e.sigBytes-=4,e}});t.SHA224=r._createHelper(s),t.HmacSHA224=r._createHmacHelper(s)}(),e.SHA224}))},2153:function(e,t,n){(function(t,o){e.exports=o(n(8249))})(0,(function(e){return function(t){var n=e,o=n.lib,i=o.WordArray,r=o.Hasher,s=n.algo,a=[],c=[];(function(){function e(e){for(var n=t.sqrt(e),o=2;o<=n;o++)if(!(e%o))return!1;return!0}function n(e){return 4294967296*(e-(0|e))|0}var o=2,i=0;while(i<64)e(o)&&(i<8&&(a[i]=n(t.pow(o,.5))),c[i]=n(t.pow(o,1/3)),i++),o++})();var l=[],u=s.SHA256=r.extend({_doReset:function(){this._hash=new i.init(a.slice(0))},_doProcessBlock:function(e,t){for(var n=this._hash.words,o=n[0],i=n[1],r=n[2],s=n[3],a=n[4],u=n[5],d=n[6],f=n[7],h=0;h<64;h++){if(h<16)l[h]=0|e[t+h];else{var p=l[h-15],A=(p<<25|p>>>7)^(p<<14|p>>>18)^p>>>3,m=l[h-2],T=(m<<15|m>>>17)^(m<<13|m>>>19)^m>>>10;l[h]=A+l[h-7]+T+l[h-16]}var b=a&u^~a&d,g=o&i^o&r^i&r,S=(o<<30|o>>>2)^(o<<19|o>>>13)^(o<<10|o>>>22),v=(a<<26|a>>>6)^(a<<21|a>>>11)^(a<<7|a>>>25),M=f+v+b+c[h]+l[h],y=S+g;f=d,d=u,u=a,a=s+M|0,s=r,r=i,i=o,o=M+y|0}n[0]=n[0]+o|0,n[1]=n[1]+i|0,n[2]=n[2]+r|0,n[3]=n[3]+s|0,n[4]=n[4]+a|0,n[5]=n[5]+u|0,n[6]=n[6]+d|0,n[7]=n[7]+f|0},_doFinalize:function(){var e=this._data,n=e.words,o=8*this._nDataBytes,i=8*e.sigBytes;return n[i>>>5]|=128<<24-i%32,n[14+(i+64>>>9<<4)]=t.floor(o/4294967296),n[15+(i+64>>>9<<4)]=o,e.sigBytes=4*n.length,this._process(),this._hash},clone:function(){var e=r.clone.call(this);return e._hash=this._hash.clone(),e}});n.SHA256=r._createHelper(u),n.HmacSHA256=r._createHmacHelper(u)}(Math),e.SHA256}))},3327:function(e,t,n){(function(t,o,i){e.exports=o(n(8249),n(4938))})(0,(function(e){return function(t){var n=e,o=n.lib,i=o.WordArray,r=o.Hasher,s=n.x64,a=s.Word,c=n.algo,l=[],u=[],d=[];(function(){for(var e=1,t=0,n=0;n<24;n++){l[e+5*t]=(n+1)*(n+2)/2%64;var o=t%5,i=(2*e+3*t)%5;e=o,t=i}for(e=0;e<5;e++)for(t=0;t<5;t++)u[e+5*t]=t+(2*e+3*t)%5*5;for(var r=1,s=0;s<24;s++){for(var c=0,f=0,h=0;h<7;h++){if(1&r){var p=(1<<h)-1;p<32?f^=1<<p:c^=1<<p-32}128&r?r=r<<1^113:r<<=1}d[s]=a.create(c,f)}})();var f=[];(function(){for(var e=0;e<25;e++)f[e]=a.create()})();var h=c.SHA3=r.extend({cfg:r.cfg.extend({outputLength:512}),_doReset:function(){for(var e=this._state=[],t=0;t<25;t++)e[t]=new a.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(e,t){for(var n=this._state,o=this.blockSize/2,i=0;i<o;i++){var r=e[t+2*i],s=e[t+2*i+1];r=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8),s=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8);var a=n[i];a.high^=s,a.low^=r}for(var c=0;c<24;c++){for(var h=0;h<5;h++){for(var p=0,A=0,m=0;m<5;m++){a=n[h+5*m];p^=a.high,A^=a.low}var T=f[h];T.high=p,T.low=A}for(h=0;h<5;h++){var b=f[(h+4)%5],g=f[(h+1)%5],S=g.high,v=g.low;for(p=b.high^(S<<1|v>>>31),A=b.low^(v<<1|S>>>31),m=0;m<5;m++){a=n[h+5*m];a.high^=p,a.low^=A}}for(var M=1;M<25;M++){a=n[M];var y=a.high,B=a.low,C=l[M];if(C<32)p=y<<C|B>>>32-C,A=B<<C|y>>>32-C;else p=B<<C-32|y>>>64-C,A=y<<C-32|B>>>64-C;var w=f[u[M]];w.high=p,w.low=A}var P=f[0],E=n[0];P.high=E.high,P.low=E.low;for(h=0;h<5;h++)for(m=0;m<5;m++){M=h+5*m,a=n[M];var G=f[M],I=f[(h+1)%5+5*m],x=f[(h+2)%5+5*m];a.high=G.high^~I.high&x.high,a.low=G.low^~I.low&x.low}a=n[0];var D=d[c];a.high^=D.high,a.low^=D.low}},_doFinalize:function(){var e=this._data,n=e.words,o=(this._nDataBytes,8*e.sigBytes),r=32*this.blockSize;n[o>>>5]|=1<<24-o%32,n[(t.ceil((o+1)/r)*r>>>5)-1]|=128,e.sigBytes=4*n.length,this._process();for(var s=this._state,a=this.cfg.outputLength/8,c=a/8,l=[],u=0;u<c;u++){var d=s[u],f=d.high,h=d.low;f=16711935&(f<<8|f>>>24)|4278255360&(f<<24|f>>>8),h=16711935&(h<<8|h>>>24)|4278255360&(h<<24|h>>>8),l.push(h),l.push(f)}return new i.init(l,a)},clone:function(){for(var e=r.clone.call(this),t=e._state=this._state.slice(0),n=0;n<25;n++)t[n]=t[n].clone();return e}});n.SHA3=r._createHelper(h),n.HmacSHA3=r._createHmacHelper(h)}(Math),e.SHA3}))},7460:function(e,t,n){(function(t,o,i){e.exports=o(n(8249),n(4938),n(34))})(0,(function(e){return function(){var t=e,n=t.x64,o=n.Word,i=n.WordArray,r=t.algo,s=r.SHA512,a=r.SHA384=s.extend({_doReset:function(){this._hash=new i.init([new o.init(3418070365,3238371032),new o.init(1654270250,914150663),new o.init(2438529370,812702999),new o.init(355462360,4144912697),new o.init(1731405415,4290775857),new o.init(2394180231,1750603025),new o.init(3675008525,1694076839),new o.init(1203062813,3204075428)])},_doFinalize:function(){var e=s._doFinalize.call(this);return e.sigBytes-=16,e}});t.SHA384=s._createHelper(a),t.HmacSHA384=s._createHmacHelper(a)}(),e.SHA384}))},34:function(e,t,n){(function(t,o,i){e.exports=o(n(8249),n(4938))})(0,(function(e){return function(){var t=e,n=t.lib,o=n.Hasher,i=t.x64,r=i.Word,s=i.WordArray,a=t.algo;function c(){return r.create.apply(r,arguments)}var l=[c(1116352408,3609767458),c(1899447441,602891725),c(3049323471,3964484399),c(3921009573,2173295548),c(961987163,4081628472),c(1508970993,3053834265),c(2453635748,2937671579),c(2870763221,3664609560),c(3624381080,2734883394),c(310598401,1164996542),c(607225278,1323610764),c(1426881987,3590304994),c(1925078388,4068182383),c(2162078206,991336113),c(2614888103,633803317),c(3248222580,3479774868),c(3835390401,2666613458),c(4022224774,944711139),c(264347078,2341262773),c(604807628,2007800933),c(770255983,1495990901),c(1249150122,1856431235),c(1555081692,3175218132),c(1996064986,2198950837),c(2554220882,3999719339),c(2821834349,766784016),c(2952996808,2566594879),c(3210313671,3203337956),c(3336571891,1034457026),c(3584528711,2466948901),c(113926993,3758326383),c(338241895,168717936),c(666307205,1188179964),c(773529912,1546045734),c(1294757372,1522805485),c(1396182291,2643833823),c(1695183700,2343527390),c(1986661051,1014477480),c(2177026350,1206759142),c(2456956037,344077627),c(2730485921,1290863460),c(2820302411,3158454273),c(3259730800,3505952657),c(3345764771,106217008),c(3516065817,3606008344),c(3600352804,1432725776),c(4094571909,1467031594),c(275423344,851169720),c(430227734,3100823752),c(506948616,1363258195),c(659060556,3750685593),c(883997877,3785050280),c(958139571,3318307427),c(1322822218,3812723403),c(1537002063,2003034995),c(1747873779,3602036899),c(1955562222,1575990012),c(2024104815,1125592928),c(2227730452,2716904306),c(2361852424,442776044),c(2428436474,593698344),c(2756734187,3733110249),c(3204031479,2999351573),c(3329325298,3815920427),c(3391569614,3928383900),c(3515267271,566280711),c(3940187606,3454069534),c(4118630271,4000239992),c(116418474,1914138554),c(174292421,2731055270),c(289380356,3203993006),c(460393269,320620315),c(685471733,587496836),c(852142971,1086792851),c(1017036298,365543100),c(1126000580,2618297676),c(1288033470,3409855158),c(1501505948,4234509866),c(1607167915,987167468),c(1816402316,1246189591)],u=[];(function(){for(var e=0;e<80;e++)u[e]=c()})();var d=a.SHA512=o.extend({_doReset:function(){this._hash=new s.init([new r.init(1779033703,4089235720),new r.init(3144134277,2227873595),new r.init(1013904242,4271175723),new r.init(2773480762,1595750129),new r.init(1359893119,2917565137),new r.init(2600822924,725511199),new r.init(528734635,4215389547),new r.init(1541459225,327033209)])},_doProcessBlock:function(e,t){for(var n=this._hash.words,o=n[0],i=n[1],r=n[2],s=n[3],a=n[4],c=n[5],d=n[6],f=n[7],h=o.high,p=o.low,A=i.high,m=i.low,T=r.high,b=r.low,g=s.high,S=s.low,v=a.high,M=a.low,y=c.high,B=c.low,C=d.high,w=d.low,P=f.high,E=f.low,G=h,I=p,x=A,D=m,k=T,H=b,N=g,O=S,V=v,L=M,F=y,R=B,_=C,j=w,q=P,U=E,Q=0;Q<80;Q++){var X=u[Q];if(Q<16)var W=X.high=0|e[t+2*Q],K=X.low=0|e[t+2*Q+1];else{var z=u[Q-15],Y=z.high,J=z.low,Z=(Y>>>1|J<<31)^(Y>>>8|J<<24)^Y>>>7,$=(J>>>1|Y<<31)^(J>>>8|Y<<24)^(J>>>7|Y<<25),ee=u[Q-2],te=ee.high,ne=ee.low,oe=(te>>>19|ne<<13)^(te<<3|ne>>>29)^te>>>6,ie=(ne>>>19|te<<13)^(ne<<3|te>>>29)^(ne>>>6|te<<26),re=u[Q-7],se=re.high,ae=re.low,ce=u[Q-16],le=ce.high,ue=ce.low;K=$+ae,W=Z+se+(K>>>0<$>>>0?1:0),K=K+ie,W=W+oe+(K>>>0<ie>>>0?1:0),K=K+ue,W=W+le+(K>>>0<ue>>>0?1:0);X.high=W,X.low=K}var de=V&F^~V&_,fe=L&R^~L&j,he=G&x^G&k^x&k,pe=I&D^I&H^D&H,Ae=(G>>>28|I<<4)^(G<<30|I>>>2)^(G<<25|I>>>7),me=(I>>>28|G<<4)^(I<<30|G>>>2)^(I<<25|G>>>7),Te=(V>>>14|L<<18)^(V>>>18|L<<14)^(V<<23|L>>>9),be=(L>>>14|V<<18)^(L>>>18|V<<14)^(L<<23|V>>>9),ge=l[Q],Se=ge.high,ve=ge.low,Me=U+be,ye=q+Te+(Me>>>0<U>>>0?1:0),Be=(Me=Me+fe,ye=ye+de+(Me>>>0<fe>>>0?1:0),Me=Me+ve,ye=ye+Se+(Me>>>0<ve>>>0?1:0),Me=Me+K,ye=ye+W+(Me>>>0<K>>>0?1:0),me+pe),Ce=Ae+he+(Be>>>0<me>>>0?1:0);q=_,U=j,_=F,j=R,F=V,R=L,L=O+Me|0,V=N+ye+(L>>>0<O>>>0?1:0)|0,N=k,O=H,k=x,H=D,x=G,D=I,I=Me+Be|0,G=ye+Ce+(I>>>0<Me>>>0?1:0)|0}p=o.low=p+I,o.high=h+G+(p>>>0<I>>>0?1:0),m=i.low=m+D,i.high=A+x+(m>>>0<D>>>0?1:0),b=r.low=b+H,r.high=T+k+(b>>>0<H>>>0?1:0),S=s.low=S+O,s.high=g+N+(S>>>0<O>>>0?1:0),M=a.low=M+L,a.high=v+V+(M>>>0<L>>>0?1:0),B=c.low=B+R,c.high=y+F+(B>>>0<R>>>0?1:0),w=d.low=w+j,d.high=C+_+(w>>>0<j>>>0?1:0),E=f.low=E+U,f.high=P+q+(E>>>0<U>>>0?1:0)},_doFinalize:function(){var e=this._data,t=e.words,n=8*this._nDataBytes,o=8*e.sigBytes;t[o>>>5]|=128<<24-o%32,t[30+(o+128>>>10<<5)]=Math.floor(n/4294967296),t[31+(o+128>>>10<<5)]=n,e.sigBytes=4*t.length,this._process();var i=this._hash.toX32();return i},clone:function(){var e=o.clone.call(this);return e._hash=this._hash.clone(),e},blockSize:32});t.SHA512=o._createHelper(d),t.HmacSHA512=o._createHmacHelper(d)}(),e.SHA512}))},4253:function(e,t,n){(function(t,o,i){e.exports=o(n(8249),n(8269),n(8214),n(888),n(5109))})(0,(function(e){return function(){var t=e,n=t.lib,o=n.WordArray,i=n.BlockCipher,r=t.algo,s=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],a=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],c=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],l=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],u=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],d=r.DES=i.extend({_doReset:function(){for(var e=this._key,t=e.words,n=[],o=0;o<56;o++){var i=s[o]-1;n[o]=t[i>>>5]>>>31-i%32&1}for(var r=this._subKeys=[],l=0;l<16;l++){var u=r[l]=[],d=c[l];for(o=0;o<24;o++)u[o/6|0]|=n[(a[o]-1+d)%28]<<31-o%6,u[4+(o/6|0)]|=n[28+(a[o+24]-1+d)%28]<<31-o%6;u[0]=u[0]<<1|u[0]>>>31;for(o=1;o<7;o++)u[o]=u[o]>>>4*(o-1)+3;u[7]=u[7]<<5|u[7]>>>27}var f=this._invSubKeys=[];for(o=0;o<16;o++)f[o]=r[15-o]},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._subKeys)},decryptBlock:function(e,t){this._doCryptBlock(e,t,this._invSubKeys)},_doCryptBlock:function(e,t,n){this._lBlock=e[t],this._rBlock=e[t+1],f.call(this,4,252645135),f.call(this,16,65535),h.call(this,2,858993459),h.call(this,8,16711935),f.call(this,1,1431655765);for(var o=0;o<16;o++){for(var i=n[o],r=this._lBlock,s=this._rBlock,a=0,c=0;c<8;c++)a|=l[c][((s^i[c])&u[c])>>>0];this._lBlock=s,this._rBlock=r^a}var d=this._lBlock;this._lBlock=this._rBlock,this._rBlock=d,f.call(this,1,1431655765),h.call(this,8,16711935),h.call(this,2,858993459),f.call(this,16,65535),f.call(this,4,252645135),e[t]=this._lBlock,e[t+1]=this._rBlock},keySize:2,ivSize:2,blockSize:2});function f(e,t){var n=(this._lBlock>>>e^this._rBlock)&t;this._rBlock^=n,this._lBlock^=n<<e}function h(e,t){var n=(this._rBlock>>>e^this._lBlock)&t;this._lBlock^=n,this._rBlock^=n<<e}t.DES=i._createHelper(d);var p=r.TripleDES=i.extend({_doReset:function(){var e=this._key,t=e.words;this._des1=d.createEncryptor(o.create(t.slice(0,2))),this._des2=d.createEncryptor(o.create(t.slice(2,4))),this._des3=d.createEncryptor(o.create(t.slice(4,6)))},encryptBlock:function(e,t){this._des1.encryptBlock(e,t),this._des2.decryptBlock(e,t),this._des3.encryptBlock(e,t)},decryptBlock:function(e,t){this._des3.decryptBlock(e,t),this._des2.encryptBlock(e,t),this._des1.decryptBlock(e,t)},keySize:6,ivSize:2,blockSize:2});t.TripleDES=i._createHelper(p)}(),e.TripleDES}))},4938:function(e,t,n){(function(t,o){e.exports=o(n(8249))})(0,(function(e){return function(t){var n=e,o=n.lib,i=o.Base,r=o.WordArray,s=n.x64={};s.Word=i.extend({init:function(e,t){this.high=e,this.low=t}}),s.WordArray=i.extend({init:function(e,n){e=this.words=e||[],this.sigBytes=n!=t?n:8*e.length},toX32:function(){for(var e=this.words,t=e.length,n=[],o=0;o<t;o++){var i=e[o];n.push(i.high),n.push(i.low)}return r.create(n,this.sigBytes)},clone:function(){for(var e=i.clone.call(this),t=e.words=this.words.slice(0),n=t.length,o=0;o<n;o++)t[o]=t[o].clone();return e}})}(),e}))},2437:function(e,t,n){
|
|
19
|
+
/*!mobile-detect v1.4.5 2021-03-13*/
|
|
20
|
+
/*!@license Copyright 2013, Heinrich Goebl, License: MIT, see https://github.com/hgoebl/mobile-detect.js*/
|
|
21
|
+
(function(e,t){e((function(){"use strict";var e,n={mobileDetectRules:{phones:{iPhone:"\\biPhone\\b|\\biPod\\b",BlackBerry:"BlackBerry|\\bBB10\\b|rim[0-9]+|\\b(BBA100|BBB100|BBD100|BBE100|BBF100|STH100)\\b-[0-9]+",Pixel:"; \\bPixel\\b",HTC:"HTC|HTC.*(Sensation|Evo|Vision|Explorer|6800|8100|8900|A7272|S510e|C110e|Legend|Desire|T8282)|APX515CKT|Qtek9090|APA9292KT|HD_mini|Sensation.*Z710e|PG86100|Z715e|Desire.*(A8181|HD)|ADR6200|ADR6400L|ADR6425|001HT|Inspire 4G|Android.*\\bEVO\\b|T-Mobile G1|Z520m|Android [0-9.]+; Pixel",Nexus:"Nexus One|Nexus S|Galaxy.*Nexus|Android.*Nexus.*Mobile|Nexus 4|Nexus 5|Nexus 5X|Nexus 6",Dell:"Dell[;]? (Streak|Aero|Venue|Venue Pro|Flash|Smoke|Mini 3iX)|XCD28|XCD35|\\b001DL\\b|\\b101DL\\b|\\bGS01\\b",Motorola:"Motorola|DROIDX|DROID BIONIC|\\bDroid\\b.*Build|Android.*Xoom|HRI39|MOT-|A1260|A1680|A555|A853|A855|A953|A955|A956|Motorola.*ELECTRIFY|Motorola.*i1|i867|i940|MB200|MB300|MB501|MB502|MB508|MB511|MB520|MB525|MB526|MB611|MB612|MB632|MB810|MB855|MB860|MB861|MB865|MB870|ME501|ME502|ME511|ME525|ME600|ME632|ME722|ME811|ME860|ME863|ME865|MT620|MT710|MT716|MT720|MT810|MT870|MT917|Motorola.*TITANIUM|WX435|WX445|XT300|XT301|XT311|XT316|XT317|XT319|XT320|XT390|XT502|XT530|XT531|XT532|XT535|XT603|XT610|XT611|XT615|XT681|XT701|XT702|XT711|XT720|XT800|XT806|XT860|XT862|XT875|XT882|XT883|XT894|XT901|XT907|XT909|XT910|XT912|XT928|XT926|XT915|XT919|XT925|XT1021|\\bMoto E\\b|XT1068|XT1092|XT1052",Samsung:"\\bSamsung\\b|SM-G950F|SM-G955F|SM-G9250|GT-19300|SGH-I337|BGT-S5230|GT-B2100|GT-B2700|GT-B2710|GT-B3210|GT-B3310|GT-B3410|GT-B3730|GT-B3740|GT-B5510|GT-B5512|GT-B5722|GT-B6520|GT-B7300|GT-B7320|GT-B7330|GT-B7350|GT-B7510|GT-B7722|GT-B7800|GT-C3010|GT-C3011|GT-C3060|GT-C3200|GT-C3212|GT-C3212I|GT-C3262|GT-C3222|GT-C3300|GT-C3300K|GT-C3303|GT-C3303K|GT-C3310|GT-C3322|GT-C3330|GT-C3350|GT-C3500|GT-C3510|GT-C3530|GT-C3630|GT-C3780|GT-C5010|GT-C5212|GT-C6620|GT-C6625|GT-C6712|GT-E1050|GT-E1070|GT-E1075|GT-E1080|GT-E1081|GT-E1085|GT-E1087|GT-E1100|GT-E1107|GT-E1110|GT-E1120|GT-E1125|GT-E1130|GT-E1160|GT-E1170|GT-E1175|GT-E1180|GT-E1182|GT-E1200|GT-E1210|GT-E1225|GT-E1230|GT-E1390|GT-E2100|GT-E2120|GT-E2121|GT-E2152|GT-E2220|GT-E2222|GT-E2230|GT-E2232|GT-E2250|GT-E2370|GT-E2550|GT-E2652|GT-E3210|GT-E3213|GT-I5500|GT-I5503|GT-I5700|GT-I5800|GT-I5801|GT-I6410|GT-I6420|GT-I7110|GT-I7410|GT-I7500|GT-I8000|GT-I8150|GT-I8160|GT-I8190|GT-I8320|GT-I8330|GT-I8350|GT-I8530|GT-I8700|GT-I8703|GT-I8910|GT-I9000|GT-I9001|GT-I9003|GT-I9010|GT-I9020|GT-I9023|GT-I9070|GT-I9082|GT-I9100|GT-I9103|GT-I9220|GT-I9250|GT-I9300|GT-I9305|GT-I9500|GT-I9505|GT-M3510|GT-M5650|GT-M7500|GT-M7600|GT-M7603|GT-M8800|GT-M8910|GT-N7000|GT-S3110|GT-S3310|GT-S3350|GT-S3353|GT-S3370|GT-S3650|GT-S3653|GT-S3770|GT-S3850|GT-S5210|GT-S5220|GT-S5229|GT-S5230|GT-S5233|GT-S5250|GT-S5253|GT-S5260|GT-S5263|GT-S5270|GT-S5300|GT-S5330|GT-S5350|GT-S5360|GT-S5363|GT-S5369|GT-S5380|GT-S5380D|GT-S5560|GT-S5570|GT-S5600|GT-S5603|GT-S5610|GT-S5620|GT-S5660|GT-S5670|GT-S5690|GT-S5750|GT-S5780|GT-S5830|GT-S5839|GT-S6102|GT-S6500|GT-S7070|GT-S7200|GT-S7220|GT-S7230|GT-S7233|GT-S7250|GT-S7500|GT-S7530|GT-S7550|GT-S7562|GT-S7710|GT-S8000|GT-S8003|GT-S8500|GT-S8530|GT-S8600|SCH-A310|SCH-A530|SCH-A570|SCH-A610|SCH-A630|SCH-A650|SCH-A790|SCH-A795|SCH-A850|SCH-A870|SCH-A890|SCH-A930|SCH-A950|SCH-A970|SCH-A990|SCH-I100|SCH-I110|SCH-I400|SCH-I405|SCH-I500|SCH-I510|SCH-I515|SCH-I600|SCH-I730|SCH-I760|SCH-I770|SCH-I830|SCH-I910|SCH-I920|SCH-I959|SCH-LC11|SCH-N150|SCH-N300|SCH-R100|SCH-R300|SCH-R351|SCH-R400|SCH-R410|SCH-T300|SCH-U310|SCH-U320|SCH-U350|SCH-U360|SCH-U365|SCH-U370|SCH-U380|SCH-U410|SCH-U430|SCH-U450|SCH-U460|SCH-U470|SCH-U490|SCH-U540|SCH-U550|SCH-U620|SCH-U640|SCH-U650|SCH-U660|SCH-U700|SCH-U740|SCH-U750|SCH-U810|SCH-U820|SCH-U900|SCH-U940|SCH-U960|SCS-26UC|SGH-A107|SGH-A117|SGH-A127|SGH-A137|SGH-A157|SGH-A167|SGH-A177|SGH-A187|SGH-A197|SGH-A227|SGH-A237|SGH-A257|SGH-A437|SGH-A517|SGH-A597|SGH-A637|SGH-A657|SGH-A667|SGH-A687|SGH-A697|SGH-A707|SGH-A717|SGH-A727|SGH-A737|SGH-A747|SGH-A767|SGH-A777|SGH-A797|SGH-A817|SGH-A827|SGH-A837|SGH-A847|SGH-A867|SGH-A877|SGH-A887|SGH-A897|SGH-A927|SGH-B100|SGH-B130|SGH-B200|SGH-B220|SGH-C100|SGH-C110|SGH-C120|SGH-C130|SGH-C140|SGH-C160|SGH-C170|SGH-C180|SGH-C200|SGH-C207|SGH-C210|SGH-C225|SGH-C230|SGH-C417|SGH-C450|SGH-D307|SGH-D347|SGH-D357|SGH-D407|SGH-D415|SGH-D780|SGH-D807|SGH-D980|SGH-E105|SGH-E200|SGH-E315|SGH-E316|SGH-E317|SGH-E335|SGH-E590|SGH-E635|SGH-E715|SGH-E890|SGH-F300|SGH-F480|SGH-I200|SGH-I300|SGH-I320|SGH-I550|SGH-I577|SGH-I600|SGH-I607|SGH-I617|SGH-I627|SGH-I637|SGH-I677|SGH-I700|SGH-I717|SGH-I727|SGH-i747M|SGH-I777|SGH-I780|SGH-I827|SGH-I847|SGH-I857|SGH-I896|SGH-I897|SGH-I900|SGH-I907|SGH-I917|SGH-I927|SGH-I937|SGH-I997|SGH-J150|SGH-J200|SGH-L170|SGH-L700|SGH-M110|SGH-M150|SGH-M200|SGH-N105|SGH-N500|SGH-N600|SGH-N620|SGH-N625|SGH-N700|SGH-N710|SGH-P107|SGH-P207|SGH-P300|SGH-P310|SGH-P520|SGH-P735|SGH-P777|SGH-Q105|SGH-R210|SGH-R220|SGH-R225|SGH-S105|SGH-S307|SGH-T109|SGH-T119|SGH-T139|SGH-T209|SGH-T219|SGH-T229|SGH-T239|SGH-T249|SGH-T259|SGH-T309|SGH-T319|SGH-T329|SGH-T339|SGH-T349|SGH-T359|SGH-T369|SGH-T379|SGH-T409|SGH-T429|SGH-T439|SGH-T459|SGH-T469|SGH-T479|SGH-T499|SGH-T509|SGH-T519|SGH-T539|SGH-T559|SGH-T589|SGH-T609|SGH-T619|SGH-T629|SGH-T639|SGH-T659|SGH-T669|SGH-T679|SGH-T709|SGH-T719|SGH-T729|SGH-T739|SGH-T746|SGH-T749|SGH-T759|SGH-T769|SGH-T809|SGH-T819|SGH-T839|SGH-T919|SGH-T929|SGH-T939|SGH-T959|SGH-T989|SGH-U100|SGH-U200|SGH-U800|SGH-V205|SGH-V206|SGH-X100|SGH-X105|SGH-X120|SGH-X140|SGH-X426|SGH-X427|SGH-X475|SGH-X495|SGH-X497|SGH-X507|SGH-X600|SGH-X610|SGH-X620|SGH-X630|SGH-X700|SGH-X820|SGH-X890|SGH-Z130|SGH-Z150|SGH-Z170|SGH-ZX10|SGH-ZX20|SHW-M110|SPH-A120|SPH-A400|SPH-A420|SPH-A460|SPH-A500|SPH-A560|SPH-A600|SPH-A620|SPH-A660|SPH-A700|SPH-A740|SPH-A760|SPH-A790|SPH-A800|SPH-A820|SPH-A840|SPH-A880|SPH-A900|SPH-A940|SPH-A960|SPH-D600|SPH-D700|SPH-D710|SPH-D720|SPH-I300|SPH-I325|SPH-I330|SPH-I350|SPH-I500|SPH-I600|SPH-I700|SPH-L700|SPH-M100|SPH-M220|SPH-M240|SPH-M300|SPH-M305|SPH-M320|SPH-M330|SPH-M350|SPH-M360|SPH-M370|SPH-M380|SPH-M510|SPH-M540|SPH-M550|SPH-M560|SPH-M570|SPH-M580|SPH-M610|SPH-M620|SPH-M630|SPH-M800|SPH-M810|SPH-M850|SPH-M900|SPH-M910|SPH-M920|SPH-M930|SPH-N100|SPH-N200|SPH-N240|SPH-N300|SPH-N400|SPH-Z400|SWC-E100|SCH-i909|GT-N7100|GT-N7105|SCH-I535|SM-N900A|SGH-I317|SGH-T999L|GT-S5360B|GT-I8262|GT-S6802|GT-S6312|GT-S6310|GT-S5312|GT-S5310|GT-I9105|GT-I8510|GT-S6790N|SM-G7105|SM-N9005|GT-S5301|GT-I9295|GT-I9195|SM-C101|GT-S7392|GT-S7560|GT-B7610|GT-I5510|GT-S7582|GT-S7530E|GT-I8750|SM-G9006V|SM-G9008V|SM-G9009D|SM-G900A|SM-G900D|SM-G900F|SM-G900H|SM-G900I|SM-G900J|SM-G900K|SM-G900L|SM-G900M|SM-G900P|SM-G900R4|SM-G900S|SM-G900T|SM-G900V|SM-G900W8|SHV-E160K|SCH-P709|SCH-P729|SM-T2558|GT-I9205|SM-G9350|SM-J120F|SM-G920F|SM-G920V|SM-G930F|SM-N910C|SM-A310F|GT-I9190|SM-J500FN|SM-G903F|SM-J330F|SM-G610F|SM-G981B|SM-G892A|SM-A530F",LG:"\\bLG\\b;|LG[- ]?(C800|C900|E400|E610|E900|E-900|F160|F180K|F180L|F180S|730|855|L160|LS740|LS840|LS970|LU6200|MS690|MS695|MS770|MS840|MS870|MS910|P500|P700|P705|VM696|AS680|AS695|AX840|C729|E970|GS505|272|C395|E739BK|E960|L55C|L75C|LS696|LS860|P769BK|P350|P500|P509|P870|UN272|US730|VS840|VS950|LN272|LN510|LS670|LS855|LW690|MN270|MN510|P509|P769|P930|UN200|UN270|UN510|UN610|US670|US740|US760|UX265|UX840|VN271|VN530|VS660|VS700|VS740|VS750|VS910|VS920|VS930|VX9200|VX11000|AX840A|LW770|P506|P925|P999|E612|D955|D802|MS323|M257)|LM-G710",Sony:"SonyST|SonyLT|SonyEricsson|SonyEricssonLT15iv|LT18i|E10i|LT28h|LT26w|SonyEricssonMT27i|C5303|C6902|C6903|C6906|C6943|D2533|SOV34|601SO|F8332",Asus:"Asus.*Galaxy|PadFone.*Mobile",Xiaomi:"^(?!.*\\bx11\\b).*xiaomi.*$|POCOPHONE F1|MI 8|Redmi Note 9S|Redmi Note 5A Prime|N2G47H|M2001J2G|M2001J2I|M1805E10A|M2004J11G|M1902F1G|M2002J9G|M2004J19G|M2003J6A1G",NokiaLumia:"Lumia [0-9]{3,4}",Micromax:"Micromax.*\\b(A210|A92|A88|A72|A111|A110Q|A115|A116|A110|A90S|A26|A51|A35|A54|A25|A27|A89|A68|A65|A57|A90)\\b",Palm:"PalmSource|Palm",Vertu:"Vertu|Vertu.*Ltd|Vertu.*Ascent|Vertu.*Ayxta|Vertu.*Constellation(F|Quest)?|Vertu.*Monika|Vertu.*Signature",Pantech:"PANTECH|IM-A850S|IM-A840S|IM-A830L|IM-A830K|IM-A830S|IM-A820L|IM-A810K|IM-A810S|IM-A800S|IM-T100K|IM-A725L|IM-A780L|IM-A775C|IM-A770K|IM-A760S|IM-A750K|IM-A740S|IM-A730S|IM-A720L|IM-A710K|IM-A690L|IM-A690S|IM-A650S|IM-A630K|IM-A600S|VEGA PTL21|PT003|P8010|ADR910L|P6030|P6020|P9070|P4100|P9060|P5000|CDM8992|TXT8045|ADR8995|IS11PT|P2030|P6010|P8000|PT002|IS06|CDM8999|P9050|PT001|TXT8040|P2020|P9020|P2000|P7040|P7000|C790",Fly:"IQ230|IQ444|IQ450|IQ440|IQ442|IQ441|IQ245|IQ256|IQ236|IQ255|IQ235|IQ245|IQ275|IQ240|IQ285|IQ280|IQ270|IQ260|IQ250",Wiko:"KITE 4G|HIGHWAY|GETAWAY|STAIRWAY|DARKSIDE|DARKFULL|DARKNIGHT|DARKMOON|SLIDE|WAX 4G|RAINBOW|BLOOM|SUNSET|GOA(?!nna)|LENNY|BARRY|IGGY|OZZY|CINK FIVE|CINK PEAX|CINK PEAX 2|CINK SLIM|CINK SLIM 2|CINK +|CINK KING|CINK PEAX|CINK SLIM|SUBLIM",iMobile:"i-mobile (IQ|i-STYLE|idea|ZAA|Hitz)",SimValley:"\\b(SP-80|XT-930|SX-340|XT-930|SX-310|SP-360|SP60|SPT-800|SP-120|SPT-800|SP-140|SPX-5|SPX-8|SP-100|SPX-8|SPX-12)\\b",Wolfgang:"AT-B24D|AT-AS50HD|AT-AS40W|AT-AS55HD|AT-AS45q2|AT-B26D|AT-AS50Q",Alcatel:"Alcatel",Nintendo:"Nintendo (3DS|Switch)",Amoi:"Amoi",INQ:"INQ",OnePlus:"ONEPLUS",GenericPhone:"Tapatalk|PDA;|SAGEM|\\bmmp\\b|pocket|\\bpsp\\b|symbian|Smartphone|smartfon|treo|up.browser|up.link|vodafone|\\bwap\\b|nokia|Series40|Series60|S60|SonyEricsson|N900|MAUI.*WAP.*Browser"},tablets:{iPad:"iPad|iPad.*Mobile",NexusTablet:"Android.*Nexus[\\s]+(7|9|10)",GoogleTablet:"Android.*Pixel C",SamsungTablet:"SAMSUNG.*Tablet|Galaxy.*Tab|SC-01C|GT-P1000|GT-P1003|GT-P1010|GT-P3105|GT-P6210|GT-P6800|GT-P6810|GT-P7100|GT-P7300|GT-P7310|GT-P7500|GT-P7510|SCH-I800|SCH-I815|SCH-I905|SGH-I957|SGH-I987|SGH-T849|SGH-T859|SGH-T869|SPH-P100|GT-P3100|GT-P3108|GT-P3110|GT-P5100|GT-P5110|GT-P6200|GT-P7320|GT-P7511|GT-N8000|GT-P8510|SGH-I497|SPH-P500|SGH-T779|SCH-I705|SCH-I915|GT-N8013|GT-P3113|GT-P5113|GT-P8110|GT-N8010|GT-N8005|GT-N8020|GT-P1013|GT-P6201|GT-P7501|GT-N5100|GT-N5105|GT-N5110|SHV-E140K|SHV-E140L|SHV-E140S|SHV-E150S|SHV-E230K|SHV-E230L|SHV-E230S|SHW-M180K|SHW-M180L|SHW-M180S|SHW-M180W|SHW-M300W|SHW-M305W|SHW-M380K|SHW-M380S|SHW-M380W|SHW-M430W|SHW-M480K|SHW-M480S|SHW-M480W|SHW-M485W|SHW-M486W|SHW-M500W|GT-I9228|SCH-P739|SCH-I925|GT-I9200|GT-P5200|GT-P5210|GT-P5210X|SM-T311|SM-T310|SM-T310X|SM-T210|SM-T210R|SM-T211|SM-P600|SM-P601|SM-P605|SM-P900|SM-P901|SM-T217|SM-T217A|SM-T217S|SM-P6000|SM-T3100|SGH-I467|XE500|SM-T110|GT-P5220|GT-I9200X|GT-N5110X|GT-N5120|SM-P905|SM-T111|SM-T2105|SM-T315|SM-T320|SM-T320X|SM-T321|SM-T520|SM-T525|SM-T530NU|SM-T230NU|SM-T330NU|SM-T900|XE500T1C|SM-P605V|SM-P905V|SM-T337V|SM-T537V|SM-T707V|SM-T807V|SM-P600X|SM-P900X|SM-T210X|SM-T230|SM-T230X|SM-T325|GT-P7503|SM-T531|SM-T330|SM-T530|SM-T705|SM-T705C|SM-T535|SM-T331|SM-T800|SM-T700|SM-T537|SM-T807|SM-P907A|SM-T337A|SM-T537A|SM-T707A|SM-T807A|SM-T237|SM-T807P|SM-P607T|SM-T217T|SM-T337T|SM-T807T|SM-T116NQ|SM-T116BU|SM-P550|SM-T350|SM-T550|SM-T9000|SM-P9000|SM-T705Y|SM-T805|GT-P3113|SM-T710|SM-T810|SM-T815|SM-T360|SM-T533|SM-T113|SM-T335|SM-T715|SM-T560|SM-T670|SM-T677|SM-T377|SM-T567|SM-T357T|SM-T555|SM-T561|SM-T713|SM-T719|SM-T813|SM-T819|SM-T580|SM-T355Y?|SM-T280|SM-T817A|SM-T820|SM-W700|SM-P580|SM-T587|SM-P350|SM-P555M|SM-P355M|SM-T113NU|SM-T815Y|SM-T585|SM-T285|SM-T825|SM-W708|SM-T835|SM-T830|SM-T837V|SM-T720|SM-T510|SM-T387V|SM-P610|SM-T290|SM-T515|SM-T590|SM-T595|SM-T725|SM-T817P|SM-P585N0|SM-T395|SM-T295|SM-T865|SM-P610N|SM-P615|SM-T970|SM-T380|SM-T5950|SM-T905|SM-T231|SM-T500|SM-T860",Kindle:"Kindle|Silk.*Accelerated|Android.*\\b(KFOT|KFTT|KFJWI|KFJWA|KFOTE|KFSOWI|KFTHWI|KFTHWA|KFAPWI|KFAPWA|WFJWAE|KFSAWA|KFSAWI|KFASWI|KFARWI|KFFOWI|KFGIWI|KFMEWI)\\b|Android.*Silk/[0-9.]+ like Chrome/[0-9.]+ (?!Mobile)",SurfaceTablet:"Windows NT [0-9.]+; ARM;.*(Tablet|ARMBJS)",HPTablet:"HP Slate (7|8|10)|HP ElitePad 900|hp-tablet|EliteBook.*Touch|HP 8|Slate 21|HP SlateBook 10",AsusTablet:"^.*PadFone((?!Mobile).)*$|Transformer|TF101|TF101G|TF300T|TF300TG|TF300TL|TF700T|TF700KL|TF701T|TF810C|ME171|ME301T|ME302C|ME371MG|ME370T|ME372MG|ME172V|ME173X|ME400C|Slider SL101|\\bK00F\\b|\\bK00C\\b|\\bK00E\\b|\\bK00L\\b|TX201LA|ME176C|ME102A|\\bM80TA\\b|ME372CL|ME560CG|ME372CG|ME302KL| K010 | K011 | K017 | K01E |ME572C|ME103K|ME170C|ME171C|\\bME70C\\b|ME581C|ME581CL|ME8510C|ME181C|P01Y|PO1MA|P01Z|\\bP027\\b|\\bP024\\b|\\bP00C\\b",BlackBerryTablet:"PlayBook|RIM Tablet",HTCtablet:"HTC_Flyer_P512|HTC Flyer|HTC Jetstream|HTC-P715a|HTC EVO View 4G|PG41200|PG09410",MotorolaTablet:"xoom|sholest|MZ615|MZ605|MZ505|MZ601|MZ602|MZ603|MZ604|MZ606|MZ607|MZ608|MZ609|MZ615|MZ616|MZ617",NookTablet:"Android.*Nook|NookColor|nook browser|BNRV200|BNRV200A|BNTV250|BNTV250A|BNTV400|BNTV600|LogicPD Zoom2",AcerTablet:"Android.*; \\b(A100|A101|A110|A200|A210|A211|A500|A501|A510|A511|A700|A701|W500|W500P|W501|W501P|W510|W511|W700|G100|G100W|B1-A71|B1-710|B1-711|A1-810|A1-811|A1-830)\\b|W3-810|\\bA3-A10\\b|\\bA3-A11\\b|\\bA3-A20\\b|\\bA3-A30|A3-A40",ToshibaTablet:"Android.*(AT100|AT105|AT200|AT205|AT270|AT275|AT300|AT305|AT1S5|AT500|AT570|AT700|AT830)|TOSHIBA.*FOLIO",LGTablet:"\\bL-06C|LG-V909|LG-V900|LG-V700|LG-V510|LG-V500|LG-V410|LG-V400|LG-VK810\\b",FujitsuTablet:"Android.*\\b(F-01D|F-02F|F-05E|F-10D|M532|Q572)\\b",PrestigioTablet:"PMP3170B|PMP3270B|PMP3470B|PMP7170B|PMP3370B|PMP3570C|PMP5870C|PMP3670B|PMP5570C|PMP5770D|PMP3970B|PMP3870C|PMP5580C|PMP5880D|PMP5780D|PMP5588C|PMP7280C|PMP7280C3G|PMP7280|PMP7880D|PMP5597D|PMP5597|PMP7100D|PER3464|PER3274|PER3574|PER3884|PER5274|PER5474|PMP5097CPRO|PMP5097|PMP7380D|PMP5297C|PMP5297C_QUAD|PMP812E|PMP812E3G|PMP812F|PMP810E|PMP880TD|PMT3017|PMT3037|PMT3047|PMT3057|PMT7008|PMT5887|PMT5001|PMT5002",LenovoTablet:"Lenovo TAB|Idea(Tab|Pad)( A1|A10| K1|)|ThinkPad([ ]+)?Tablet|YT3-850M|YT3-X90L|YT3-X90F|YT3-X90X|Lenovo.*(S2109|S2110|S5000|S6000|K3011|A3000|A3500|A1000|A2107|A2109|A1107|A5500|A7600|B6000|B8000|B8080)(-|)(FL|F|HV|H|)|TB-X103F|TB-X304X|TB-X304F|TB-X304L|TB-X505F|TB-X505L|TB-X505X|TB-X605F|TB-X605L|TB-8703F|TB-8703X|TB-8703N|TB-8704N|TB-8704F|TB-8704X|TB-8704V|TB-7304F|TB-7304I|TB-7304X|Tab2A7-10F|Tab2A7-20F|TB2-X30L|YT3-X50L|YT3-X50F|YT3-X50M|YT-X705F|YT-X703F|YT-X703L|YT-X705L|YT-X705X|TB2-X30F|TB2-X30L|TB2-X30M|A2107A-F|A2107A-H|TB3-730F|TB3-730M|TB3-730X|TB-7504F|TB-7504X|TB-X704F|TB-X104F|TB3-X70F|TB-X705F|TB-8504F|TB3-X70L|TB3-710F|TB-X704L",DellTablet:"Venue 11|Venue 8|Venue 7|Dell Streak 10|Dell Streak 7",YarvikTablet:"Android.*\\b(TAB210|TAB211|TAB224|TAB250|TAB260|TAB264|TAB310|TAB360|TAB364|TAB410|TAB411|TAB420|TAB424|TAB450|TAB460|TAB461|TAB464|TAB465|TAB467|TAB468|TAB07-100|TAB07-101|TAB07-150|TAB07-151|TAB07-152|TAB07-200|TAB07-201-3G|TAB07-210|TAB07-211|TAB07-212|TAB07-214|TAB07-220|TAB07-400|TAB07-485|TAB08-150|TAB08-200|TAB08-201-3G|TAB08-201-30|TAB09-100|TAB09-211|TAB09-410|TAB10-150|TAB10-201|TAB10-211|TAB10-400|TAB10-410|TAB13-201|TAB274EUK|TAB275EUK|TAB374EUK|TAB462EUK|TAB474EUK|TAB9-200)\\b",MedionTablet:"Android.*\\bOYO\\b|LIFE.*(P9212|P9514|P9516|S9512)|LIFETAB",ArnovaTablet:"97G4|AN10G2|AN7bG3|AN7fG3|AN8G3|AN8cG3|AN7G3|AN9G3|AN7dG3|AN7dG3ST|AN7dG3ChildPad|AN10bG3|AN10bG3DT|AN9G2",IntensoTablet:"INM8002KP|INM1010FP|INM805ND|Intenso Tab|TAB1004",IRUTablet:"M702pro",MegafonTablet:"MegaFon V9|\\bZTE V9\\b|Android.*\\bMT7A\\b",EbodaTablet:"E-Boda (Supreme|Impresspeed|Izzycomm|Essential)",AllViewTablet:"Allview.*(Viva|Alldro|City|Speed|All TV|Frenzy|Quasar|Shine|TX1|AX1|AX2)",ArchosTablet:"\\b(101G9|80G9|A101IT)\\b|Qilive 97R|Archos5|\\bARCHOS (70|79|80|90|97|101|FAMILYPAD|)(b|c|)(G10| Cobalt| TITANIUM(HD|)| Xenon| Neon|XSK| 2| XS 2| PLATINUM| CARBON|GAMEPAD)\\b",AinolTablet:"NOVO7|NOVO8|NOVO10|Novo7Aurora|Novo7Basic|NOVO7PALADIN|novo9-Spark",NokiaLumiaTablet:"Lumia 2520",SonyTablet:"Sony.*Tablet|Xperia Tablet|Sony Tablet S|SO-03E|SGPT12|SGPT13|SGPT114|SGPT121|SGPT122|SGPT123|SGPT111|SGPT112|SGPT113|SGPT131|SGPT132|SGPT133|SGPT211|SGPT212|SGPT213|SGP311|SGP312|SGP321|EBRD1101|EBRD1102|EBRD1201|SGP351|SGP341|SGP511|SGP512|SGP521|SGP541|SGP551|SGP621|SGP641|SGP612|SOT31|SGP771|SGP611|SGP612|SGP712",PhilipsTablet:"\\b(PI2010|PI3000|PI3100|PI3105|PI3110|PI3205|PI3210|PI3900|PI4010|PI7000|PI7100)\\b",CubeTablet:"Android.*(K8GT|U9GT|U10GT|U16GT|U17GT|U18GT|U19GT|U20GT|U23GT|U30GT)|CUBE U8GT",CobyTablet:"MID1042|MID1045|MID1125|MID1126|MID7012|MID7014|MID7015|MID7034|MID7035|MID7036|MID7042|MID7048|MID7127|MID8042|MID8048|MID8127|MID9042|MID9740|MID9742|MID7022|MID7010",MIDTablet:"M9701|M9000|M9100|M806|M1052|M806|T703|MID701|MID713|MID710|MID727|MID760|MID830|MID728|MID933|MID125|MID810|MID732|MID120|MID930|MID800|MID731|MID900|MID100|MID820|MID735|MID980|MID130|MID833|MID737|MID960|MID135|MID860|MID736|MID140|MID930|MID835|MID733|MID4X10",MSITablet:"MSI \\b(Primo 73K|Primo 73L|Primo 81L|Primo 77|Primo 93|Primo 75|Primo 76|Primo 73|Primo 81|Primo 91|Primo 90|Enjoy 71|Enjoy 7|Enjoy 10)\\b",SMiTTablet:"Android.*(\\bMID\\b|MID-560|MTV-T1200|MTV-PND531|MTV-P1101|MTV-PND530)",RockChipTablet:"Android.*(RK2818|RK2808A|RK2918|RK3066)|RK2738|RK2808A",FlyTablet:"IQ310|Fly Vision",bqTablet:"Android.*(bq)?.*\\b(Elcano|Curie|Edison|Maxwell|Kepler|Pascal|Tesla|Hypatia|Platon|Newton|Livingstone|Cervantes|Avant|Aquaris ([E|M]10|M8))\\b|Maxwell.*Lite|Maxwell.*Plus",HuaweiTablet:"MediaPad|MediaPad 7 Youth|IDEOS S7|S7-201c|S7-202u|S7-101|S7-103|S7-104|S7-105|S7-106|S7-201|S7-Slim|M2-A01L|BAH-L09|BAH-W09|AGS-L09|CMR-AL19",NecTablet:"\\bN-06D|\\bN-08D",PantechTablet:"Pantech.*P4100",BronchoTablet:"Broncho.*(N701|N708|N802|a710)",VersusTablet:"TOUCHPAD.*[78910]|\\bTOUCHTAB\\b",ZyncTablet:"z1000|Z99 2G|z930|z990|z909|Z919|z900",PositivoTablet:"TB07STA|TB10STA|TB07FTA|TB10FTA",NabiTablet:"Android.*\\bNabi",KoboTablet:"Kobo Touch|\\bK080\\b|\\bVox\\b Build|\\bArc\\b Build",DanewTablet:"DSlide.*\\b(700|701R|702|703R|704|802|970|971|972|973|974|1010|1012)\\b",TexetTablet:"NaviPad|TB-772A|TM-7045|TM-7055|TM-9750|TM-7016|TM-7024|TM-7026|TM-7041|TM-7043|TM-7047|TM-8041|TM-9741|TM-9747|TM-9748|TM-9751|TM-7022|TM-7021|TM-7020|TM-7011|TM-7010|TM-7023|TM-7025|TM-7037W|TM-7038W|TM-7027W|TM-9720|TM-9725|TM-9737W|TM-1020|TM-9738W|TM-9740|TM-9743W|TB-807A|TB-771A|TB-727A|TB-725A|TB-719A|TB-823A|TB-805A|TB-723A|TB-715A|TB-707A|TB-705A|TB-709A|TB-711A|TB-890HD|TB-880HD|TB-790HD|TB-780HD|TB-770HD|TB-721HD|TB-710HD|TB-434HD|TB-860HD|TB-840HD|TB-760HD|TB-750HD|TB-740HD|TB-730HD|TB-722HD|TB-720HD|TB-700HD|TB-500HD|TB-470HD|TB-431HD|TB-430HD|TB-506|TB-504|TB-446|TB-436|TB-416|TB-146SE|TB-126SE",PlaystationTablet:"Playstation.*(Portable|Vita)",TrekstorTablet:"ST10416-1|VT10416-1|ST70408-1|ST702xx-1|ST702xx-2|ST80208|ST97216|ST70104-2|VT10416-2|ST10216-2A|SurfTab",PyleAudioTablet:"\\b(PTBL10CEU|PTBL10C|PTBL72BC|PTBL72BCEU|PTBL7CEU|PTBL7C|PTBL92BC|PTBL92BCEU|PTBL9CEU|PTBL9CUK|PTBL9C)\\b",AdvanTablet:"Android.* \\b(E3A|T3X|T5C|T5B|T3E|T3C|T3B|T1J|T1F|T2A|T1H|T1i|E1C|T1-E|T5-A|T4|E1-B|T2Ci|T1-B|T1-D|O1-A|E1-A|T1-A|T3A|T4i)\\b ",DanyTechTablet:"Genius Tab G3|Genius Tab S2|Genius Tab Q3|Genius Tab G4|Genius Tab Q4|Genius Tab G-II|Genius TAB GII|Genius TAB GIII|Genius Tab S1",GalapadTablet:"Android [0-9.]+; [a-z-]+; \\bG1\\b",MicromaxTablet:"Funbook|Micromax.*\\b(P250|P560|P360|P362|P600|P300|P350|P500|P275)\\b",KarbonnTablet:"Android.*\\b(A39|A37|A34|ST8|ST10|ST7|Smart Tab3|Smart Tab2)\\b",AllFineTablet:"Fine7 Genius|Fine7 Shine|Fine7 Air|Fine8 Style|Fine9 More|Fine10 Joy|Fine11 Wide",PROSCANTablet:"\\b(PEM63|PLT1023G|PLT1041|PLT1044|PLT1044G|PLT1091|PLT4311|PLT4311PL|PLT4315|PLT7030|PLT7033|PLT7033D|PLT7035|PLT7035D|PLT7044K|PLT7045K|PLT7045KB|PLT7071KG|PLT7072|PLT7223G|PLT7225G|PLT7777G|PLT7810K|PLT7849G|PLT7851G|PLT7852G|PLT8015|PLT8031|PLT8034|PLT8036|PLT8080K|PLT8082|PLT8088|PLT8223G|PLT8234G|PLT8235G|PLT8816K|PLT9011|PLT9045K|PLT9233G|PLT9735|PLT9760G|PLT9770G)\\b",YONESTablet:"BQ1078|BC1003|BC1077|RK9702|BC9730|BC9001|IT9001|BC7008|BC7010|BC708|BC728|BC7012|BC7030|BC7027|BC7026",ChangJiaTablet:"TPC7102|TPC7103|TPC7105|TPC7106|TPC7107|TPC7201|TPC7203|TPC7205|TPC7210|TPC7708|TPC7709|TPC7712|TPC7110|TPC8101|TPC8103|TPC8105|TPC8106|TPC8203|TPC8205|TPC8503|TPC9106|TPC9701|TPC97101|TPC97103|TPC97105|TPC97106|TPC97111|TPC97113|TPC97203|TPC97603|TPC97809|TPC97205|TPC10101|TPC10103|TPC10106|TPC10111|TPC10203|TPC10205|TPC10503",GUTablet:"TX-A1301|TX-M9002|Q702|kf026",PointOfViewTablet:"TAB-P506|TAB-navi-7-3G-M|TAB-P517|TAB-P-527|TAB-P701|TAB-P703|TAB-P721|TAB-P731N|TAB-P741|TAB-P825|TAB-P905|TAB-P925|TAB-PR945|TAB-PL1015|TAB-P1025|TAB-PI1045|TAB-P1325|TAB-PROTAB[0-9]+|TAB-PROTAB25|TAB-PROTAB26|TAB-PROTAB27|TAB-PROTAB26XL|TAB-PROTAB2-IPS9|TAB-PROTAB30-IPS9|TAB-PROTAB25XXL|TAB-PROTAB26-IPS10|TAB-PROTAB30-IPS10",OvermaxTablet:"OV-(SteelCore|NewBase|Basecore|Baseone|Exellen|Quattor|EduTab|Solution|ACTION|BasicTab|TeddyTab|MagicTab|Stream|TB-08|TB-09)|Qualcore 1027",HCLTablet:"HCL.*Tablet|Connect-3G-2.0|Connect-2G-2.0|ME Tablet U1|ME Tablet U2|ME Tablet G1|ME Tablet X1|ME Tablet Y2|ME Tablet Sync",DPSTablet:"DPS Dream 9|DPS Dual 7",VistureTablet:"V97 HD|i75 3G|Visture V4( HD)?|Visture V5( HD)?|Visture V10",CrestaTablet:"CTP(-)?810|CTP(-)?818|CTP(-)?828|CTP(-)?838|CTP(-)?888|CTP(-)?978|CTP(-)?980|CTP(-)?987|CTP(-)?988|CTP(-)?989",MediatekTablet:"\\bMT8125|MT8389|MT8135|MT8377\\b",ConcordeTablet:"Concorde([ ]+)?Tab|ConCorde ReadMan",GoCleverTablet:"GOCLEVER TAB|A7GOCLEVER|M1042|M7841|M742|R1042BK|R1041|TAB A975|TAB A7842|TAB A741|TAB A741L|TAB M723G|TAB M721|TAB A1021|TAB I921|TAB R721|TAB I720|TAB T76|TAB R70|TAB R76.2|TAB R106|TAB R83.2|TAB M813G|TAB I721|GCTA722|TAB I70|TAB I71|TAB S73|TAB R73|TAB R74|TAB R93|TAB R75|TAB R76.1|TAB A73|TAB A93|TAB A93.2|TAB T72|TAB R83|TAB R974|TAB R973|TAB A101|TAB A103|TAB A104|TAB A104.2|R105BK|M713G|A972BK|TAB A971|TAB R974.2|TAB R104|TAB R83.3|TAB A1042",ModecomTablet:"FreeTAB 9000|FreeTAB 7.4|FreeTAB 7004|FreeTAB 7800|FreeTAB 2096|FreeTAB 7.5|FreeTAB 1014|FreeTAB 1001 |FreeTAB 8001|FreeTAB 9706|FreeTAB 9702|FreeTAB 7003|FreeTAB 7002|FreeTAB 1002|FreeTAB 7801|FreeTAB 1331|FreeTAB 1004|FreeTAB 8002|FreeTAB 8014|FreeTAB 9704|FreeTAB 1003",VoninoTablet:"\\b(Argus[ _]?S|Diamond[ _]?79HD|Emerald[ _]?78E|Luna[ _]?70C|Onyx[ _]?S|Onyx[ _]?Z|Orin[ _]?HD|Orin[ _]?S|Otis[ _]?S|SpeedStar[ _]?S|Magnet[ _]?M9|Primus[ _]?94[ _]?3G|Primus[ _]?94HD|Primus[ _]?QS|Android.*\\bQ8\\b|Sirius[ _]?EVO[ _]?QS|Sirius[ _]?QS|Spirit[ _]?S)\\b",ECSTablet:"V07OT2|TM105A|S10OT1|TR10CS1",StorexTablet:"eZee[_']?(Tab|Go)[0-9]+|TabLC7|Looney Tunes Tab",VodafoneTablet:"SmartTab([ ]+)?[0-9]+|SmartTabII10|SmartTabII7|VF-1497|VFD 1400",EssentielBTablet:"Smart[ ']?TAB[ ]+?[0-9]+|Family[ ']?TAB2",RossMoorTablet:"RM-790|RM-997|RMD-878G|RMD-974R|RMT-705A|RMT-701|RME-601|RMT-501|RMT-711",iMobileTablet:"i-mobile i-note",TolinoTablet:"tolino tab [0-9.]+|tolino shine",AudioSonicTablet:"\\bC-22Q|T7-QC|T-17B|T-17P\\b",AMPETablet:"Android.* A78 ",SkkTablet:"Android.* (SKYPAD|PHOENIX|CYCLOPS)",TecnoTablet:"TECNO P9|TECNO DP8D",JXDTablet:"Android.* \\b(F3000|A3300|JXD5000|JXD3000|JXD2000|JXD300B|JXD300|S5800|S7800|S602b|S5110b|S7300|S5300|S602|S603|S5100|S5110|S601|S7100a|P3000F|P3000s|P101|P200s|P1000m|P200m|P9100|P1000s|S6600b|S908|P1000|P300|S18|S6600|S9100)\\b",iJoyTablet:"Tablet (Spirit 7|Essentia|Galatea|Fusion|Onix 7|Landa|Titan|Scooby|Deox|Stella|Themis|Argon|Unique 7|Sygnus|Hexen|Finity 7|Cream|Cream X2|Jade|Neon 7|Neron 7|Kandy|Scape|Saphyr 7|Rebel|Biox|Rebel|Rebel 8GB|Myst|Draco 7|Myst|Tab7-004|Myst|Tadeo Jones|Tablet Boing|Arrow|Draco Dual Cam|Aurix|Mint|Amity|Revolution|Finity 9|Neon 9|T9w|Amity 4GB Dual Cam|Stone 4GB|Stone 8GB|Andromeda|Silken|X2|Andromeda II|Halley|Flame|Saphyr 9,7|Touch 8|Planet|Triton|Unique 10|Hexen 10|Memphis 4GB|Memphis 8GB|Onix 10)",FX2Tablet:"FX2 PAD7|FX2 PAD10",XoroTablet:"KidsPAD 701|PAD[ ]?712|PAD[ ]?714|PAD[ ]?716|PAD[ ]?717|PAD[ ]?718|PAD[ ]?720|PAD[ ]?721|PAD[ ]?722|PAD[ ]?790|PAD[ ]?792|PAD[ ]?900|PAD[ ]?9715D|PAD[ ]?9716DR|PAD[ ]?9718DR|PAD[ ]?9719QR|PAD[ ]?9720QR|TelePAD1030|Telepad1032|TelePAD730|TelePAD731|TelePAD732|TelePAD735Q|TelePAD830|TelePAD9730|TelePAD795|MegaPAD 1331|MegaPAD 1851|MegaPAD 2151",ViewsonicTablet:"ViewPad 10pi|ViewPad 10e|ViewPad 10s|ViewPad E72|ViewPad7|ViewPad E100|ViewPad 7e|ViewSonic VB733|VB100a",VerizonTablet:"QTAQZ3|QTAIR7|QTAQTZ3|QTASUN1|QTASUN2|QTAXIA1",OdysTablet:"LOOX|XENO10|ODYS[ -](Space|EVO|Xpress|NOON)|\\bXELIO\\b|Xelio10Pro|XELIO7PHONETAB|XELIO10EXTREME|XELIOPT2|NEO_QUAD10",CaptivaTablet:"CAPTIVA PAD",IconbitTablet:"NetTAB|NT-3702|NT-3702S|NT-3702S|NT-3603P|NT-3603P|NT-0704S|NT-0704S|NT-3805C|NT-3805C|NT-0806C|NT-0806C|NT-0909T|NT-0909T|NT-0907S|NT-0907S|NT-0902S|NT-0902S",TeclastTablet:"T98 4G|\\bP80\\b|\\bX90HD\\b|X98 Air|X98 Air 3G|\\bX89\\b|P80 3G|\\bX80h\\b|P98 Air|\\bX89HD\\b|P98 3G|\\bP90HD\\b|P89 3G|X98 3G|\\bP70h\\b|P79HD 3G|G18d 3G|\\bP79HD\\b|\\bP89s\\b|\\bA88\\b|\\bP10HD\\b|\\bP19HD\\b|G18 3G|\\bP78HD\\b|\\bA78\\b|\\bP75\\b|G17s 3G|G17h 3G|\\bP85t\\b|\\bP90\\b|\\bP11\\b|\\bP98t\\b|\\bP98HD\\b|\\bG18d\\b|\\bP85s\\b|\\bP11HD\\b|\\bP88s\\b|\\bA80HD\\b|\\bA80se\\b|\\bA10h\\b|\\bP89\\b|\\bP78s\\b|\\bG18\\b|\\bP85\\b|\\bA70h\\b|\\bA70\\b|\\bG17\\b|\\bP18\\b|\\bA80s\\b|\\bA11s\\b|\\bP88HD\\b|\\bA80h\\b|\\bP76s\\b|\\bP76h\\b|\\bP98\\b|\\bA10HD\\b|\\bP78\\b|\\bP88\\b|\\bA11\\b|\\bA10t\\b|\\bP76a\\b|\\bP76t\\b|\\bP76e\\b|\\bP85HD\\b|\\bP85a\\b|\\bP86\\b|\\bP75HD\\b|\\bP76v\\b|\\bA12\\b|\\bP75a\\b|\\bA15\\b|\\bP76Ti\\b|\\bP81HD\\b|\\bA10\\b|\\bT760VE\\b|\\bT720HD\\b|\\bP76\\b|\\bP73\\b|\\bP71\\b|\\bP72\\b|\\bT720SE\\b|\\bC520Ti\\b|\\bT760\\b|\\bT720VE\\b|T720-3GE|T720-WiFi",OndaTablet:"\\b(V975i|Vi30|VX530|V701|Vi60|V701s|Vi50|V801s|V719|Vx610w|VX610W|V819i|Vi10|VX580W|Vi10|V711s|V813|V811|V820w|V820|Vi20|V711|VI30W|V712|V891w|V972|V819w|V820w|Vi60|V820w|V711|V813s|V801|V819|V975s|V801|V819|V819|V818|V811|V712|V975m|V101w|V961w|V812|V818|V971|V971s|V919|V989|V116w|V102w|V973|Vi40)\\b[\\s]+|V10 \\b4G\\b",JaytechTablet:"TPC-PA762",BlaupunktTablet:"Endeavour 800NG|Endeavour 1010",DigmaTablet:"\\b(iDx10|iDx9|iDx8|iDx7|iDxD7|iDxD8|iDsQ8|iDsQ7|iDsQ8|iDsD10|iDnD7|3TS804H|iDsQ11|iDj7|iDs10)\\b",EvolioTablet:"ARIA_Mini_wifi|Aria[ _]Mini|Evolio X10|Evolio X7|Evolio X8|\\bEvotab\\b|\\bNeura\\b",LavaTablet:"QPAD E704|\\bIvoryS\\b|E-TAB IVORY|\\bE-TAB\\b",AocTablet:"MW0811|MW0812|MW0922|MTK8382|MW1031|MW0831|MW0821|MW0931|MW0712",MpmanTablet:"MP11 OCTA|MP10 OCTA|MPQC1114|MPQC1004|MPQC994|MPQC974|MPQC973|MPQC804|MPQC784|MPQC780|\\bMPG7\\b|MPDCG75|MPDCG71|MPDC1006|MP101DC|MPDC9000|MPDC905|MPDC706HD|MPDC706|MPDC705|MPDC110|MPDC100|MPDC99|MPDC97|MPDC88|MPDC8|MPDC77|MP709|MID701|MID711|MID170|MPDC703|MPQC1010",CelkonTablet:"CT695|CT888|CT[\\s]?910|CT7 Tab|CT9 Tab|CT3 Tab|CT2 Tab|CT1 Tab|C820|C720|\\bCT-1\\b",WolderTablet:"miTab \\b(DIAMOND|SPACE|BROOKLYN|NEO|FLY|MANHATTAN|FUNK|EVOLUTION|SKY|GOCAR|IRON|GENIUS|POP|MINT|EPSILON|BROADWAY|JUMP|HOP|LEGEND|NEW AGE|LINE|ADVANCE|FEEL|FOLLOW|LIKE|LINK|LIVE|THINK|FREEDOM|CHICAGO|CLEVELAND|BALTIMORE-GH|IOWA|BOSTON|SEATTLE|PHOENIX|DALLAS|IN 101|MasterChef)\\b",MediacomTablet:"M-MPI10C3G|M-SP10EG|M-SP10EGP|M-SP10HXAH|M-SP7HXAH|M-SP10HXBH|M-SP8HXAH|M-SP8MXA",MiTablet:"\\bMI PAD\\b|\\bHM NOTE 1W\\b",NibiruTablet:"Nibiru M1|Nibiru Jupiter One",NexoTablet:"NEXO NOVA|NEXO 10|NEXO AVIO|NEXO FREE|NEXO GO|NEXO EVO|NEXO 3G|NEXO SMART|NEXO KIDDO|NEXO MOBI",LeaderTablet:"TBLT10Q|TBLT10I|TBL-10WDKB|TBL-10WDKBO2013|TBL-W230V2|TBL-W450|TBL-W500|SV572|TBLT7I|TBA-AC7-8G|TBLT79|TBL-8W16|TBL-10W32|TBL-10WKB|TBL-W100",UbislateTablet:"UbiSlate[\\s]?7C",PocketBookTablet:"Pocketbook",KocasoTablet:"\\b(TB-1207)\\b",HisenseTablet:"\\b(F5281|E2371)\\b",Hudl:"Hudl HT7S3|Hudl 2",TelstraTablet:"T-Hub2",GenericTablet:"Android.*\\b97D\\b|Tablet(?!.*PC)|BNTV250A|MID-WCDMA|LogicPD Zoom2|\\bA7EB\\b|CatNova8|A1_07|CT704|CT1002|\\bM721\\b|rk30sdk|\\bEVOTAB\\b|M758A|ET904|ALUMIUM10|Smartfren Tab|Endeavour 1010|Tablet-PC-4|Tagi Tab|\\bM6pro\\b|CT1020W|arc 10HD|\\bTP750\\b|\\bQTAQZ3\\b|WVT101|TM1088|KT107"},oss:{AndroidOS:"Android",BlackBerryOS:"blackberry|\\bBB10\\b|rim tablet os",PalmOS:"PalmOS|avantgo|blazer|elaine|hiptop|palm|plucker|xiino",SymbianOS:"Symbian|SymbOS|Series60|Series40|SYB-[0-9]+|\\bS60\\b",WindowsMobileOS:"Windows CE.*(PPC|Smartphone|Mobile|[0-9]{3}x[0-9]{3})|Windows Mobile|Windows Phone [0-9.]+|WCE;",WindowsPhoneOS:"Windows Phone 10.0|Windows Phone 8.1|Windows Phone 8.0|Windows Phone OS|XBLWP7|ZuneWP7|Windows NT 6.[23]; ARM;",iOS:"\\biPhone.*Mobile|\\biPod|\\biPad|AppleCoreMedia",iPadOS:"CPU OS 13",SailfishOS:"Sailfish",MeeGoOS:"MeeGo",MaemoOS:"Maemo",JavaOS:"J2ME/|\\bMIDP\\b|\\bCLDC\\b",webOS:"webOS|hpwOS",badaOS:"\\bBada\\b",BREWOS:"BREW"},uas:{Chrome:"\\bCrMo\\b|CriOS|Android.*Chrome/[.0-9]* (Mobile)?",Dolfin:"\\bDolfin\\b",Opera:"Opera.*Mini|Opera.*Mobi|Android.*Opera|Mobile.*OPR/[0-9.]+$|Coast/[0-9.]+",Skyfire:"Skyfire",Edge:"\\bEdgiOS\\b|Mobile Safari/[.0-9]* Edge",IE:"IEMobile|MSIEMobile",Firefox:"fennec|firefox.*maemo|(Mobile|Tablet).*Firefox|Firefox.*Mobile|FxiOS",Bolt:"bolt",TeaShark:"teashark",Blazer:"Blazer",Safari:"Version((?!\\bEdgiOS\\b).)*Mobile.*Safari|Safari.*Mobile|MobileSafari",WeChat:"\\bMicroMessenger\\b",UCBrowser:"UC.*Browser|UCWEB",baiduboxapp:"baiduboxapp",baidubrowser:"baidubrowser",DiigoBrowser:"DiigoBrowser",Mercury:"\\bMercury\\b",ObigoBrowser:"Obigo",NetFront:"NF-Browser",GenericBrowser:"NokiaBrowser|OviBrowser|OneBrowser|TwonkyBeamBrowser|SEMC.*Browser|FlyFlow|Minimo|NetFront|Novarra-Vision|MQQBrowser|MicroMessenger",PaleMoon:"Android.*PaleMoon|Mobile.*PaleMoon"},props:{Mobile:"Mobile/[VER]",Build:"Build/[VER]",Version:"Version/[VER]",VendorID:"VendorID/[VER]",iPad:"iPad.*CPU[a-z ]+[VER]",iPhone:"iPhone.*CPU[a-z ]+[VER]",iPod:"iPod.*CPU[a-z ]+[VER]",Kindle:"Kindle/[VER]",Chrome:["Chrome/[VER]","CriOS/[VER]","CrMo/[VER]"],Coast:["Coast/[VER]"],Dolfin:"Dolfin/[VER]",Firefox:["Firefox/[VER]","FxiOS/[VER]"],Fennec:"Fennec/[VER]",Edge:"Edge/[VER]",IE:["IEMobile/[VER];","IEMobile [VER]","MSIE [VER];","Trident/[0-9.]+;.*rv:[VER]"],NetFront:"NetFront/[VER]",NokiaBrowser:"NokiaBrowser/[VER]",Opera:[" OPR/[VER]","Opera Mini/[VER]","Version/[VER]"],"Opera Mini":"Opera Mini/[VER]","Opera Mobi":"Version/[VER]",UCBrowser:["UCWEB[VER]","UC.*Browser/[VER]"],MQQBrowser:"MQQBrowser/[VER]",MicroMessenger:"MicroMessenger/[VER]",baiduboxapp:"baiduboxapp/[VER]",baidubrowser:"baidubrowser/[VER]",SamsungBrowser:"SamsungBrowser/[VER]",Iron:"Iron/[VER]",Safari:["Version/[VER]","Safari/[VER]"],Skyfire:"Skyfire/[VER]",Tizen:"Tizen/[VER]",Webkit:"webkit[ /][VER]",PaleMoon:"PaleMoon/[VER]",SailfishBrowser:"SailfishBrowser/[VER]",Gecko:"Gecko/[VER]",Trident:"Trident/[VER]",Presto:"Presto/[VER]",Goanna:"Goanna/[VER]",iOS:" \\bi?OS\\b [VER][ ;]{1}",Android:"Android [VER]",Sailfish:"Sailfish [VER]",BlackBerry:["BlackBerry[\\w]+/[VER]","BlackBerry.*Version/[VER]","Version/[VER]"],BREW:"BREW [VER]",Java:"Java/[VER]","Windows Phone OS":["Windows Phone OS [VER]","Windows Phone [VER]"],"Windows Phone":"Windows Phone [VER]","Windows CE":"Windows CE/[VER]","Windows NT":"Windows NT [VER]",Symbian:["SymbianOS/[VER]","Symbian/[VER]"],webOS:["webOS/[VER]","hpwOS/[VER];"]},utils:{Bot:"Googlebot|facebookexternalhit|Google-AMPHTML|s~amp-validator|AdsBot-Google|Google Keyword Suggestion|Facebot|YandexBot|YandexMobileBot|bingbot|ia_archiver|AhrefsBot|Ezooms|GSLFbot|WBSearchBot|Twitterbot|TweetmemeBot|Twikle|PaperLiBot|Wotbox|UnwindFetchor|Exabot|MJ12bot|YandexImages|TurnitinBot|Pingdom|contentkingapp|AspiegelBot",MobileBot:"Googlebot-Mobile|AdsBot-Google-Mobile|YahooSeeker/M1A1-R2D2",DesktopMode:"WPDesktop",TV:"SonyDTV|HbbTV",WebKit:"(webkit)[ /]([\\w.]+)",Console:"\\b(Nintendo|Nintendo WiiU|Nintendo 3DS|Nintendo Switch|PLAYSTATION|Xbox)\\b",Watch:"SM-V700"}},detectMobileBrowsers:{fullPattern:/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i,shortPattern:/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i,tabletPattern:/android|ipad|playbook|silk/i}},o=Object.prototype.hasOwnProperty;function i(e,t){return null!=e&&null!=t&&e.toLowerCase()===t.toLowerCase()}function r(e,t){var n,o,i=e.length;if(!i||!t)return!1;for(n=t.toLowerCase(),o=0;o<i;++o)if(n===e[o].toLowerCase())return!0;return!1}function s(e){for(var t in e)o.call(e,t)&&(e[t]=new RegExp(e[t],"i"))}function a(e){return(e||"").substr(0,500)}function c(e,t){this.ua=a(e),this._cache={},this.maxPhoneWidth=t||600}return n.FALLBACK_PHONE="UnknownPhone",n.FALLBACK_TABLET="UnknownTablet",n.FALLBACK_MOBILE="UnknownMobile",e="isArray"in Array?Array.isArray:function(e){return"[object Array]"===Object.prototype.toString.call(e)},function(){var t,i,r,a,c,l,u=n.mobileDetectRules;for(t in u.props)if(o.call(u.props,t)){for(i=u.props[t],e(i)||(i=[i]),c=i.length,a=0;a<c;++a)r=i[a],l=r.indexOf("[VER]"),l>=0&&(r=r.substring(0,l)+"([\\w._\\+]+)"+r.substring(l+5)),i[a]=new RegExp(r,"i");u.props[t]=i}s(u.oss),s(u.phones),s(u.tablets),s(u.uas),s(u.utils),u.oss0={WindowsPhoneOS:u.oss.WindowsPhoneOS,WindowsMobileOS:u.oss.WindowsMobileOS}}(),n.findMatch=function(e,t){for(var n in e)if(o.call(e,n)&&e[n].test(t))return n;return null},n.findMatches=function(e,t){var n=[];for(var i in e)o.call(e,i)&&e[i].test(t)&&n.push(i);return n},n.getVersionStr=function(e,t){var i,r,s,a,c=n.mobileDetectRules.props;if(o.call(c,e))for(i=c[e],s=i.length,r=0;r<s;++r)if(a=i[r].exec(t),null!==a)return a[1];return null},n.getVersion=function(e,t){var o=n.getVersionStr(e,t);return o?n.prepareVersionNo(o):NaN},n.prepareVersionNo=function(e){var t;return t=e.split(/[a-z._ \/\-]/i),1===t.length&&(e=t[0]),t.length>1&&(e=t[0]+".",t.shift(),e+=t.join("")),Number(e)},n.isMobileFallback=function(e){return n.detectMobileBrowsers.fullPattern.test(e)||n.detectMobileBrowsers.shortPattern.test(e.substr(0,4))},n.isTabletFallback=function(e){return n.detectMobileBrowsers.tabletPattern.test(e)},n.prepareDetectionCache=function(e,o,i){if(e.mobile===t){var r,s,a;if(s=n.findMatch(n.mobileDetectRules.tablets,o),s)return e.mobile=e.tablet=s,void(e.phone=null);if(r=n.findMatch(n.mobileDetectRules.phones,o),r)return e.mobile=e.phone=r,void(e.tablet=null);n.isMobileFallback(o)?(a=c.isPhoneSized(i),a===t?(e.mobile=n.FALLBACK_MOBILE,e.tablet=e.phone=null):a?(e.mobile=e.phone=n.FALLBACK_PHONE,e.tablet=null):(e.mobile=e.tablet=n.FALLBACK_TABLET,e.phone=null)):n.isTabletFallback(o)?(e.mobile=e.tablet=n.FALLBACK_TABLET,e.phone=null):e.mobile=e.tablet=e.phone=null}},n.mobileGrade=function(e){var t=null!==e.mobile();return e.os("iOS")&&e.version("iPad")>=4.3||e.os("iOS")&&e.version("iPhone")>=3.1||e.os("iOS")&&e.version("iPod")>=3.1||e.version("Android")>2.1&&e.is("Webkit")||e.version("Windows Phone OS")>=7||e.is("BlackBerry")&&e.version("BlackBerry")>=6||e.match("Playbook.*Tablet")||e.version("webOS")>=1.4&&e.match("Palm|Pre|Pixi")||e.match("hp.*TouchPad")||e.is("Firefox")&&e.version("Firefox")>=12||e.is("Chrome")&&e.is("AndroidOS")&&e.version("Android")>=4||e.is("Skyfire")&&e.version("Skyfire")>=4.1&&e.is("AndroidOS")&&e.version("Android")>=2.3||e.is("Opera")&&e.version("Opera Mobi")>11&&e.is("AndroidOS")||e.is("MeeGoOS")||e.is("Tizen")||e.is("Dolfin")&&e.version("Bada")>=2||(e.is("UC Browser")||e.is("Dolfin"))&&e.version("Android")>=2.3||e.match("Kindle Fire")||e.is("Kindle")&&e.version("Kindle")>=3||e.is("AndroidOS")&&e.is("NookTablet")||e.version("Chrome")>=11&&!t||e.version("Safari")>=5&&!t||e.version("Firefox")>=4&&!t||e.version("MSIE")>=7&&!t||e.version("Opera")>=10&&!t?"A":e.os("iOS")&&e.version("iPad")<4.3||e.os("iOS")&&e.version("iPhone")<3.1||e.os("iOS")&&e.version("iPod")<3.1||e.is("Blackberry")&&e.version("BlackBerry")>=5&&e.version("BlackBerry")<6||e.version("Opera Mini")>=5&&e.version("Opera Mini")<=6.5&&(e.version("Android")>=2.3||e.is("iOS"))||e.match("NokiaN8|NokiaC7|N97.*Series60|Symbian/3")||e.version("Opera Mobi")>=11&&e.is("SymbianOS")?"B":(e.version("BlackBerry")<5||e.match("MSIEMobile|Windows CE.*Mobile")||e.version("Windows Mobile"),"C")},n.detectOS=function(e){return n.findMatch(n.mobileDetectRules.oss0,e)||n.findMatch(n.mobileDetectRules.oss,e)},n.getDeviceSmallerSide=function(){return window.screen.width<window.screen.height?window.screen.width:window.screen.height},c.prototype={constructor:c,mobile:function(){return n.prepareDetectionCache(this._cache,this.ua,this.maxPhoneWidth),this._cache.mobile},phone:function(){return n.prepareDetectionCache(this._cache,this.ua,this.maxPhoneWidth),this._cache.phone},tablet:function(){return n.prepareDetectionCache(this._cache,this.ua,this.maxPhoneWidth),this._cache.tablet},userAgent:function(){return this._cache.userAgent===t&&(this._cache.userAgent=n.findMatch(n.mobileDetectRules.uas,this.ua)),this._cache.userAgent},userAgents:function(){return this._cache.userAgents===t&&(this._cache.userAgents=n.findMatches(n.mobileDetectRules.uas,this.ua)),this._cache.userAgents},os:function(){return this._cache.os===t&&(this._cache.os=n.detectOS(this.ua)),this._cache.os},version:function(e){return n.getVersion(e,this.ua)},versionStr:function(e){return n.getVersionStr(e,this.ua)},is:function(e){return r(this.userAgents(),e)||i(e,this.os())||i(e,this.phone())||i(e,this.tablet())||r(n.findMatches(n.mobileDetectRules.utils,this.ua),e)},match:function(e){return e instanceof RegExp||(e=new RegExp(e,"i")),e.test(this.ua)},isPhoneSized:function(e){return c.isPhoneSized(e||this.maxPhoneWidth)},mobileGrade:function(){return this._cache.grade===t&&(this._cache.grade=n.mobileGrade(this)),this._cache.grade}},"undefined"!==typeof window&&window.screen?c.isPhoneSized=function(e){return e<0?t:n.getDeviceSmallerSide()<=e}:c.isPhoneSized=function(){},c._impl=n,c.version="1.4.5 2021-03-13",c}))})(function(t){return e.exports?function(t){e.exports=t()}:n.amdD}())},7631:function(e){var t=0,n=8;function o(e){return h(i(f(e),e.length*n))}function i(e,t){e[t>>5]|=128<<t%32,e[14+(t+64>>>9<<4)]=t;for(var n=1732584193,o=-271733879,i=-1732584194,r=271733878,d=0;d<e.length;d+=16){var f=n,h=o,p=i,A=r;n=s(n,o,i,r,e[d+0],7,-680876936),r=s(r,n,o,i,e[d+1],12,-389564586),i=s(i,r,n,o,e[d+2],17,606105819),o=s(o,i,r,n,e[d+3],22,-1044525330),n=s(n,o,i,r,e[d+4],7,-176418897),r=s(r,n,o,i,e[d+5],12,1200080426),i=s(i,r,n,o,e[d+6],17,-1473231341),o=s(o,i,r,n,e[d+7],22,-45705983),n=s(n,o,i,r,e[d+8],7,1770035416),r=s(r,n,o,i,e[d+9],12,-1958414417),i=s(i,r,n,o,e[d+10],17,-42063),o=s(o,i,r,n,e[d+11],22,-1990404162),n=s(n,o,i,r,e[d+12],7,1804603682),r=s(r,n,o,i,e[d+13],12,-40341101),i=s(i,r,n,o,e[d+14],17,-1502002290),o=s(o,i,r,n,e[d+15],22,1236535329),n=a(n,o,i,r,e[d+1],5,-165796510),r=a(r,n,o,i,e[d+6],9,-1069501632),i=a(i,r,n,o,e[d+11],14,643717713),o=a(o,i,r,n,e[d+0],20,-373897302),n=a(n,o,i,r,e[d+5],5,-701558691),r=a(r,n,o,i,e[d+10],9,38016083),i=a(i,r,n,o,e[d+15],14,-660478335),o=a(o,i,r,n,e[d+4],20,-405537848),n=a(n,o,i,r,e[d+9],5,568446438),r=a(r,n,o,i,e[d+14],9,-1019803690),i=a(i,r,n,o,e[d+3],14,-187363961),o=a(o,i,r,n,e[d+8],20,1163531501),n=a(n,o,i,r,e[d+13],5,-1444681467),r=a(r,n,o,i,e[d+2],9,-51403784),i=a(i,r,n,o,e[d+7],14,1735328473),o=a(o,i,r,n,e[d+12],20,-1926607734),n=c(n,o,i,r,e[d+5],4,-378558),r=c(r,n,o,i,e[d+8],11,-2022574463),i=c(i,r,n,o,e[d+11],16,1839030562),o=c(o,i,r,n,e[d+14],23,-35309556),n=c(n,o,i,r,e[d+1],4,-1530992060),r=c(r,n,o,i,e[d+4],11,1272893353),i=c(i,r,n,o,e[d+7],16,-155497632),o=c(o,i,r,n,e[d+10],23,-1094730640),n=c(n,o,i,r,e[d+13],4,681279174),r=c(r,n,o,i,e[d+0],11,-358537222),i=c(i,r,n,o,e[d+3],16,-722521979),o=c(o,i,r,n,e[d+6],23,76029189),n=c(n,o,i,r,e[d+9],4,-640364487),r=c(r,n,o,i,e[d+12],11,-421815835),i=c(i,r,n,o,e[d+15],16,530742520),o=c(o,i,r,n,e[d+2],23,-995338651),n=l(n,o,i,r,e[d+0],6,-198630844),r=l(r,n,o,i,e[d+7],10,1126891415),i=l(i,r,n,o,e[d+14],15,-1416354905),o=l(o,i,r,n,e[d+5],21,-57434055),n=l(n,o,i,r,e[d+12],6,1700485571),r=l(r,n,o,i,e[d+3],10,-1894986606),i=l(i,r,n,o,e[d+10],15,-1051523),o=l(o,i,r,n,e[d+1],21,-2054922799),n=l(n,o,i,r,e[d+8],6,1873313359),r=l(r,n,o,i,e[d+15],10,-30611744),i=l(i,r,n,o,e[d+6],15,-1560198380),o=l(o,i,r,n,e[d+13],21,1309151649),n=l(n,o,i,r,e[d+4],6,-145523070),r=l(r,n,o,i,e[d+11],10,-1120210379),i=l(i,r,n,o,e[d+2],15,718787259),o=l(o,i,r,n,e[d+9],21,-343485551),n=u(n,f),o=u(o,h),i=u(i,p),r=u(r,A)}return Array(n,o,i,r)}function r(e,t,n,o,i,r){return u(d(u(u(t,e),u(o,r)),i),n)}function s(e,t,n,o,i,s,a){return r(t&n|~t&o,e,t,i,s,a)}function a(e,t,n,o,i,s,a){return r(t&o|n&~o,e,t,i,s,a)}function c(e,t,n,o,i,s,a){return r(t^n^o,e,t,i,s,a)}function l(e,t,n,o,i,s,a){return r(n^(t|~o),e,t,i,s,a)}function u(e,t){var n=(65535&e)+(65535&t),o=(e>>16)+(t>>16)+(n>>16);return o<<16|65535&n}function d(e,t){return e<<t|e>>>32-t}function f(e){for(var t=Array(),o=(1<<n)-1,i=0;i<e.length*n;i+=n)t[i>>5]|=(e.charCodeAt(i/n)&o)<<i%32;return t}function h(e){for(var n=t?"0123456789ABCDEF":"0123456789abcdef",o="",i=0;i<4*e.length;i++)o+=n.charAt(e[i>>2]>>i%4*8+4&15)+n.charAt(e[i>>2]>>i%4*8&15);return o}e.exports={hex_md5:o}},3744:function(e,t){"use strict";t.Z=(e,t)=>{const n=e.__vccOpts||e;for(const[o,i]of t)n[o]=i;return n}},2657:function(e){"use strict";e.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQwAAAEMCAYAAAAxjIiTAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAABDKADAAQAAAABAAABDAAAAAA3Ap8ZAAARkUlEQVR4Ae3dfWzV1R3H8XNvn6CFUp4KFRAEZRgfQBEdiBNjMJtumS5q9t/iFuMfbprNzSXLshj1DzVuMZtzWbZl2bLFRGWTP3TLfAA3BUXlwQfkQXkQaqFAgUpLW0q7c8pud3vvpf2257b9nfN9/xKlvfece3/ndQ4ffo/nlzJ2mfHi72Z2dXY81t1tVhjTXedeY0EAAQSMSTWkUmZturT8/vob79yfOhMW7VtsWEyCBwEEECgkYEOjKV1asTD9vy0LwqKQEq8hgECPgNugcFmRPrMbggoCCCDQv4DLijTHLPpH4l0EEMgIdNfZwGBBAAEEZAIEhsyJUgggYAUIDIYBAgiIBQgMMRUFEUCAwGAMIICAWIDAEFNREAEECAzGAAIIiAUIDDEVBRFAgMBgDCCAgFiAwBBTURABBAgMxgACCIgFCAwxFQURQIDAYAwggIBYgMAQU1EQAQQIDMYAAgiIBQgMMRUFEUCAwGAMIICAWIDAEFNREAEECAzGAAIIiAUIDDEVBRFAgMBgDCCAgFiAwBBTURABBAgMxgACCIgFCAwxFQURQIDAYAwggIBYgMAQU1EQAQQIDMYAAgiIBQgMMRUFEUCAwGAMIICAWIDAEFNREAEECAzGAAIIiAUIDDEVBRFAgMBgDCCAgFiAwBBTURABBAgMxgACCIgFCAwxFQURQIDAYAwggIBYgMAQU1EQAQQIDMYAAgiIBQgMMRUFEUCAwGAMIICAWIDAEFNREAEECAzGAAIIiAUIDDEVBRFAgMBgDCCAgFiAwBBTURABBAgMxgACCIgFCAwxFQURQIDAYAwggIBYgMAQU1EQAQQIDMYAAgiIBQgMMRUFEUCAwGAMIICAWIDAEFNREAEECAzGAAIIiAUIDDEVBRFAgMBgDCCAgFiAwBBTURABBAgMxgACCIgFCAwxFQURQIDAYAwggIBYgMAQU1EQAQQIDMYAAgiIBQgMMRUFEUCAwGAMIICAWIDAEFNREAEECAzGAAIIiAUIDDEVBRFAgMBgDCCAgFiAwBBTURABBAgMxgACCIgFCAwxFQURQIDAYAwggIBYgMAQU1EQAQQIDMYAAgiIBQgMMRUFEUCAwGAMIICAWIDAEFNREAEECAzGAAIIiAUIDDEVBRFAgMBgDCCAgFiAwBBTURABBAgMxgACCIgFCAwxFQURQIDAYAwggIBYgMAQU1EQAQQIDMYAAgiIBQgMMRUFEUCAwGAMIICAWIDAEFNREAEECAzGAAIIiAUIDDEVBRFAgMBgDCCAgFiAwBBTURABBAgMxgACCIgFCAwxFQURQIDAYAwggIBYgMAQU1EQAQQIDMYAAgiIBUrFJSMpWDemytw2a4FZPmWGuWD8JDO5fIwpS5dE0jqakTSBYx1t5mB7q9lyrNH8s2GXeaVxr+no6kraaorXJzV99ZPd4tIBF6wpqzA/u2iZuW3mAlOaZsMq4K4MetX3tTabRz56y/ytfkeQ7VARGOePqzGrlt1sau3WBQsCSRB4bt9288Mta0x71+kkrI54HaL/p3ZW5XjzzNKvExbiIUHBkRC4ddYXzJ+uvMmUpFIj8XVF+46oA2NKxVjz3NKbTd3YcUUD44MQKJbAtbWzzAMXXV2sjxuRz4k6MH564VJzblX1iEDyJQgMReA7511qLpkwZShVR6VOtIExu7La3G7PhrAgkGSBlN0l+fGCLyZ5FfusW7SB4U6dus5gQSDpAivsrslEexYvhCXawLipbm4I/qwjAvbAZ9pcVzs7CIkoA6O2otIsqJ4cRAewkgg4gfOqJgQBEWVgrKg9Nwh8VhKBjEDtmMrMj4n+M8rAuI7ASPSgY+XyBZpPdeS/mMBXogyM5VNmJpCaVULg7AJ7Wo6f/c0EvRNdYFw6YapxF2yxIBCSwK6WY0GsbnSBwfGLIMYdK5kl0Ha602w6ejDrleT+GF1gXDt1VnK1WTMECgi8eeQz0xbITWhRBUZlSZlZMml6gS7hJQSSK7C28dPkrlzOmkUVGFfbSXGYDCenh/k18QJrD+1L/DpmVjCqGbc0n049dqrdbP+8ybiJguba+T/K7NWDLMkXONjW0tNvyV/TM2sYVWBoOn5x0h4o++2uzebdpoNma/Nh89nJE71jzs0oNqdygrls4jRz/4Irzcyx43vf44dkCYS0O+LkogkM95fC/cuqYdls54f87saXzCcnCp+K67RzRn584mjPfy80fGJ+MH+JuWveQlPKVkfihkdIuyMOL5rtVg27I27y1Z9vf9t87fVVZw2L3L8RrZ2nzMNb15lb1602nd3hTj6b264Yfu/u7jb/Cej4hTOPZgtDw+7IX/duNY9v35D3d8Xdxu9uXppnt7AOnGwxO040mfbTfeeKfMueunvww3XmwYuX59XPfaHl9Ck7kPf3vjy+tNy4A8pDWYr5WUP5/iTXee/4IXPEzioe0hJFYKRNyiyfGvfl4M2dHeaRbW/mjS0378dDNgQmZM2n0GAPpD1ktyr+vr/vzNS/3/2eueO8Swa8M7K+9XNzx4YXe7/L3fm7ZsU3e38fzA/F/KzBfG8IZUM7fuFMo9gludwe3Mv+CxPCYBnsOj6+bYM50n6yTzX32IRfXnZ9Xtvds1eeunyluWXm/D7l3SbwX+xWCksyBF4LbHfEqUURGLFfDu5uTPrjnvf7jHK3+3HXvEV9Xsv9xW15ZK5LqSwts7sVM805Y3nUQq7TaPzeYrcY3246MBpf7fWdUeySrIj8cvB3jh4w7sxH9nLv/Cts2vc/BeHk8rHmqcUrzTljxplLa6ZyliQbcJR/fuNwfZAHoYMPjGp7QG7RxNpR7v7h/fpdJ/Jvfb5GeAv/V+vmDe/K8elDEgjtdGqmkcEHxpfs1oWbEzHmJffWZ3dhVjFmaPrcbhb/68CePLqGtv9fBObebLZXka7KOYDqXq8uKzcrp81xP5piflbPB0b+vxAPeLouCT4w3MNgYl9258yVMK2iasDdEYlJg7061F0ANtDiriItVO6C8RN7A6OYnzXQ+oT+vnu+6u5AJszJtQ7+n2YN11/saWnu028T7RPnWcIVWBPQ3am5ykEHxryqGjPLPrAo9qWmvO8zKw63t8be5KjbF+Lp1EyHBL1LEvvp1EwnnT9uovk0ayvjkL0eo8t0e++WuFOtywpcwelubMueAcqVW1STf2A5+6a2Yn5Wpt0x/nnaXp7/etZVtKG1MfDAiP/4hRtQc+2W1Ktmb+/YcoOusa3VTLcXaA20bLGXH0+zz2kpVNb9hV+17Oa8j9hhb5O/ds3Tva+fa7fiCpXrLWB/KOZnZX9ubD9vtFPxuat2Q12CDQw338OyyUO7vyG0znIXaeUu6+29IbfMuCD35bzf79n4stlp71y9rGaaudE+De4r9r+5gTw0J68xEbwQ6tmRDH2wxzCWTKozbjNYw3KJnQk9d/nVzndzX8r73d3c5LYW3CXhG+3FX+6u1fs2v5pXjhdGTiDU6y8yQsEGhnuArZZlsb1XZuX0OX2a+1HzEfPs/u19Xsv+pd1OKnvf5jXZL/X8/G178xnL6Agct9ezbD7aODpfXqRvDTgwdD0O8aGLrzEVJSV9uv3eTa+YR7e91XMANPuN/SfP3G36gd3CyF6m2WMebpeEZXQE/m1vNnMHq0NegjyG4e6RuLh6Ssjug1732fbA493nX25+YSfQySxuV+OJHe+YP9jb1t1ui5sTw10Q5M5wuDMductPLlwqup+kyl5un71Fk302JPczB/q9mJ810Hcl/f3XGsOZ7Pdslqnpq58MLvK+MWO++bW9qUrb4p5d8X27VfF8/c5BN/1HC66yU/VdMeh6VCiewJKX/mzc1l/IS5C7JBouBy80qMakS8xvFt9g70C9IW8OjELl3Wvlts498xcTFmcDGqHX3RyroYeFowpylyT229kHGsPudOpVk+vMY/b4xSZ7EM1NBuyuzchexpaUmtvtbFwuLNzt7SyjKxD66dSMXnCBcaGdLq5WcMFSpoGx/ulC4IlF1/c0z+2qbLNnTdxEO+7A5uyqalNn3+9/toxYZZLZrrURHL9wssEFxoqpus6OSIa/21Vxl24XunxbUp8ywyvQYQN93ZH64f2SEfr04I5haLr+YoTGAF8zzAJvNzUUPGs1zF87LB8fVGC4f0mvmnTOsEDwoQgMl0AsuyPOJ6jAcI/+y714abg6mc9FoFgCsRzwdB5BBYa7a5MFgZAE3NwlH9hn38ayBBUYc7jLMpZxp6YdIU+WU6iTggoMN+ksCwIhCcRwOXi2d1CB4SaNYUEgJIHQb2fPtQ4qMEKdaTkXnd91CGw9ftgcimz+1aACY03j3rxLoHUMPVoZosA/DuwOcbX7XeegAuOonYAkpnPa/fYMbwYt4KYeeHbftqDbUGjlgwoM14BHt73ZM+VcocbwGgJJEXjGhsVe+8Ci2JbgAuN9u1/oJoxhQSCpAu6REA9/tD6pq+e1XsEFhmvtAx++YWI7XeXVi1ROjIB7ZOSt6583h+2zY2JcggyM03b/8FsbXjDP7Tv7JLgxdhZtSrZAY1uLuX39arOvNexZtfpTDjIwXIPcrNjf2/Syufvdl2wHxbev2F+n8V6yBDq7uszTn27tefjTx3Yyo5iXIOf0zO2Q8nTaXF8723zZzoi90M4L4Z7yNaGs7/NIc+vwOwJDFThl/7E60tFmdtpnvrx+uL7nbEiD3brQsEQRGBo6ijYikASBYHdJkoDHOiCgTYDA0NbjtBcBDwECwwOPqghoEyAwtPU47UXAQ4DA8MCjKgLaBAgMbT1OexHwECAwPPCoioA2AQJDW4/TXgQ8BAgMDzyqIqBNgMDQ1uO0FwEPAQLDA4+qCGgTIDC09TjtRcBDgMDwwKMqAtoECAxtPU57EfAQIDA88KiKgDYBAkNbj9NeBDwECAwPPKoioE2AwNDW47QXAQ8BAsMDj6oIaBMgMLT1OO1FwEOAwPDAoyoC2gQIDG09TnsR8BAgMDzwqIqANgECQ1uP014EPAQIDA88qiKgTYDA0NbjtBcBDwECwwOPqghoEyAwtPU47UXAQ4DA8MCjKgLaBAgMbT1OexHwECAwPPCoioA2AQJDW4/TXgQ8BAgMDzyqIqBNgMDQ1uO0FwEPAQLDA4+qCGgTIDC09TjtRcBDgMDwwKMqAtoECAxtPU57EfAQIDA88KiKgDYBAkNbj9NeBDwECAwPPKoioE2AwNDW47QXAQ8BAsMDj6oIaBMgMLT1OO1FwEOAwPDAoyoC2gQIDG09TnsR8BAgMDzwqIqANgECQ1uP014EPAQIDA88qiKgTYDA0NbjtBcBDwECwwOPqghoEyAwtPU47UXAQ4DA8MCjKgLaBAgMbT1OexHwECAwPPCoioA2AQJDW4/TXgQ8BAgMDzyqIqBNgMDQ1uO0FwEPAQLDA4+qCGgTIDC09TjtRcBDgMDwwKMqAtoECAxtPU57EfAQIDA88KiKgDYBAkNbj9NeBDwECAwPPKoioE2AwNDW47QXAQ8BAsMDj6oIaBMgMLT1OO1FwEOAwPDAoyoC2gQIDG09TnsR8BAgMDzwqIqANgECQ1uP014EPAQIDA88qiKgTYDA0NbjtBcBDwECwwOPqghoEyAwtPU47UXAQ4DA8MCjKgLaBAgMbT1OexHwECAwPPCoioA2AQJDW4/TXgQ8BAgMDzyqIqBNgMDQ1uO0FwEPAQLDA4+qCGgTIDC09TjtRcBDgMDwwKMqAtoECAxtPU57EfAQIDA88KiKgDYBAkNbj9NeBDwECAwPPKoioE2AwNDW47QXAQ8BAsMDj6oIaBMgMLT1OO1FwEOAwPDAoyoC2gQIDG09TnsR8BAgMDzwqIqANgECQ1uP014EPAQIDA88qiKgTYDA0NbjtBcBDwECwwOPqghoE7CBkWrQ1mjaiwACQxFINaRTKbN2KFWpgwACugRcVqTTpeX32x+adDWd1iKAwGAEXEa4rEjX33jn/nRpxcJUKvU0uyeDIaQsAhoEUg0uG1xGuKz4L+vPBx4CsBdXAAAAAElFTkSuQmCC"},3843:function(e){"use strict";e.exports="data:image/png;base64,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"},6543:function(e){"use strict";e.exports="data:image/png;base64,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"},3031:function(e){"use strict";e.exports="data:image/png;base64,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"},7203:function(t){"use strict";t.exports=e}},n={};function o(e){var i=n[e];if(void 0!==i)return i.exports;var r=n[e]={exports:{}};return t[e].call(r.exports,r,r.exports,o),r.exports}!function(){o.amdD=function(){throw new Error("define cannot be used indirect")}}(),function(){o.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return o.d(t,{a:t}),t}}(),function(){o.d=function(e,t){for(var n in t)o.o(t,n)&&!o.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})}}(),function(){o.g=function(){if("object"===typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"===typeof window)return window}}()}(),function(){o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)}}(),function(){o.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}}(),function(){o.p=""}();var i={};return function(){"use strict";if(o.r(i),o.d(i,{default:function(){return _i}}),"undefined"!==typeof window){var e=window.document.currentScript,t=e&&e.src.match(/(.+\/)[^/]+\.js(\?.*)?$/);t&&(o.p=t[1])}var n=o(7203);const r={class:"zykjcommon-question"},s={key:0,class:"question-type"},a={key:0},c={key:1,class:"score fr"},l={class:"question-box"},u=["innerHTML"],d={class:"question-option"},f=["disabled","id","value"],h=(0,n.createElementVNode)("div",{class:"radio-bg"},null,-1),p={class:"label-box"},A=["for"],m=["for"],T={key:0},b={key:0,class:"img-box"},g=["src"],S={key:1,class:"question-analysis"},v=(0,n.createElementVNode)("div",{class:"triangle-top"},null,-1),M={class:"question-analysis-item"},y=(0,n.createElementVNode)("span",{class:"txt"},"【你的回答】:",-1),B={class:"txt-box"},C={class:"question-analysis-item"},w=(0,n.createElementVNode)("span",{class:"txt"},"【正确答案】:",-1),P={class:"txt-box"},E={key:0,class:"question-analysis-item"},G=(0,n.createElementVNode)("span",{class:"txt"},"【本题解析】:",-1),I={class:"txt-box"},x=["innerHTML"];function D(e,t,o,i,D,k){const H=(0,n.resolveComponent)("MediaLooker");return(0,n.openBlock)(),(0,n.createElementBlock)("div",r,[o.isSub?(0,n.createCommentVNode)("",!0):((0,n.openBlock)(),(0,n.createElementBlock)("div",s,[(0,n.createTextVNode)((0,n.toDisplayString)(o.questionInfo.questionIndex)+"、"+(0,n.toDisplayString)(o.questionInfo.hint?o.questionInfo.hint:o.questionInfo.question_type_str),1),"null"!==o.questionInfo.score?((0,n.openBlock)(),(0,n.createElementBlock)("span",a)):(0,n.createCommentVNode)("",!0),"analysis"===o.mode?((0,n.openBlock)(),(0,n.createElementBlock)("span",c,"得分:"+(0,n.toDisplayString)(o.questionInfo.answerMap?o.questionInfo.answerMap.user_score:"-")+"分",1)):(0,n.createCommentVNode)("",!0)])),(0,n.createElementVNode)("div",l,[o.questionInfo.htmlContent?((0,n.openBlock)(),(0,n.createElementBlock)("div",{key:0,class:"editor-content",innerHTML:o.questionInfo.htmlContent},null,8,u)):(0,n.createCommentVNode)("",!0),(0,n.createElementVNode)("div",{class:"question-option-list",style:(0,n.normalizeStyle)(o.questionInfo.htmlContent||o.questionInfo.hint?{}:{"margin-top":0})},[((0,n.openBlock)(!0),(0,n.createElementBlock)(n.Fragment,null,(0,n.renderList)(D.exam_options_data,((e,i)=>((0,n.openBlock)(),(0,n.createElementBlock)("div",d,[(0,n.createElementVNode)("div",{class:(0,n.normalizeClass)(["radio-box",{checked:D.radio==e.index}])},[(0,n.withDirectives)((0,n.createElementVNode)("input",{type:"radio",disabled:"analysis"===o.mode||"review"===o.mode,class:"radio","onUpdate:modelValue":t[0]||(t[0]=e=>D.radio=e),name:"judge",id:"radio-"+o.questionInfo.questionIndex+"-"+i,value:e.index},null,8,f),[[n.vModelRadio,D.radio]]),h],2),(0,n.createElementVNode)("div",p,[3==o.questionInfo.question_type?((0,n.openBlock)(),(0,n.createElementBlock)("label",{key:0,for:"radio-"+o.questionInfo.questionIndex+"-"+i},(0,n.toDisplayString)(e.data.name),9,A)):(0,n.createCommentVNode)("",!0),1==o.questionInfo.question_type?((0,n.openBlock)(),(0,n.createElementBlock)("label",{key:1,for:"radio-"+o.questionInfo.questionIndex+"-"+i},[(0,n.createElementVNode)("span",null,[(0,n.createTextVNode)((0,n.toDisplayString)(e.enIndex)+".",1),0==e.data.file_type?((0,n.openBlock)(),(0,n.createElementBlock)("span",T,(0,n.toDisplayString)(e.data.option_content),1)):(0,n.createCommentVNode)("",!0)]),0!=e.data.file_type?((0,n.openBlock)(),(0,n.createElementBlock)("div",b,[(0,n.createElementVNode)("img",{src:e.data.file_url},null,8,g)])):(0,n.createCommentVNode)("",!0)],8,m)):(0,n.createCommentVNode)("",!0)])])))),256))],4),"analysis"===o.mode?((0,n.openBlock)(),(0,n.createElementBlock)("div",S,[v,(0,n.createElementVNode)("div",M,[y,(0,n.createElementVNode)("div",B,[(0,n.createElementVNode)("span",{class:(0,n.normalizeClass)({wrong:"1"!==o.questionInfo.answerMap.is_correct,right:"1"===o.questionInfo.answerMap.is_correct})},(0,n.toDisplayString)("1"!==o.questionInfo.answerMap.is_correct?"错误":"正确"),3)])]),(0,n.createElementVNode)("div",C,[w,(0,n.createElementVNode)("div",P,[(0,n.createElementVNode)("span",null,(0,n.toDisplayString)(D.analyCorrectAnswer),1)])]),o.questionInfo.analysis?((0,n.openBlock)(),(0,n.createElementBlock)("div",E,[G,(0,n.createElementVNode)("div",I,[(0,n.createElementVNode)("span",{class:"analysis-txt",innerHTML:o.questionInfo.analysisHtmlContent},null,8,x)])])):(0,n.createCommentVNode)("",!0)])):(0,n.createCommentVNode)("",!0)]),e.visible?((0,n.openBlock)(),(0,n.createBlock)(H,{key:1,visible:e.visible,"onUpdate:visible":t[1]||(t[1]=t=>e.visible=t),mediaCount:e.curMediaCount,mediaLookerList:e.mediaLookerList},null,8,["visible","mediaCount","mediaLookerList"])):(0,n.createCommentVNode)("",!0)])}o(7658);let k=JSON.stringify({mediaLookerList:[],mediaCount:0,curMediaCount:0,visible:!1});function H(e){let t={img(t){let o=t.getAttribute("src");t.setAttribute("media-index",e.mediaCount+""),e.mediaCount++,e.mediaLookerList.push({url:o,mediaType:1}),t.addEventListener("click",(t=>{let o=t.target,i=Number(o.getAttribute("media-index"));e.curMediaCount=i,n()}))}};function n(){e.visible=!0}function o(){let n=e.$el.querySelector(".question-box");function o(e){let n=e.childNodes;n.forEach((function(e){if(1===e.nodeType){let n=e.nodeName.toLowerCase();"img"===n?t[n](e):e.className.indexOf("question-analysis")<0&&e.childNodes&&e.childNodes.length&&o(e)}}))}e.$nextTick((()=>{o(n)}))}o()}var N="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJwAAACcBAMAAAB4lt9+AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAVUExURQAAAP////////////7+/v7+/v///3vp7x0AAAAGdFJOUwAPHoDe4XWzkRMAAAF7SURBVGje7ZmxkcJADEUX0wAlEPhyIhdA4AIuuAYA9V8CAdxhG6/GWr25Ifg/XX/xPDa70ncpkiRJkiRJkiT9ow7+8i5WbX/21/tTqNxwPXrL3XgJwZm5eL1ZBG8w8/C60ewSgnPxerMI3mDm4XWjWQBvb+bi9Y/1UwSujveA24y3e15ew3vC2fWwrd7f9UcPzs4bb9Y3+D8WdYThfEsczvM0wHmmFri6qwmubmuDq/ka4WrGVrh1ZzPcurUdbs2bgFszZ+De3Sm4d3sObulPwi0LZOHmFdJw8xJ5uGkNAG6KR8C98G4/ANwED4F74SFwS7ws3AIvCzfHy8PN8PJwUzwCrpSv33Lf5fPKwTfLPgr4RWFfY/hPxm4B8AbFbp/w5s4ePfDByB7bcFPBtjxwQ8a2i3Azy7ba8CDAjinwEMWOePAAyo7H8PDORgtw8MHGMnBoxEZadODGxoF0WAlHqXTQC8fQdEgOR/j0Bwb484ckSZIkSZIkSTndAZo6yxBSf1SNAAAAAElFTkSuQmCC";const O={key:0,class:"dialog imgLookerDialog"},V=(0,n.createElementVNode)("div",{class:"mask"},null,-1),L=(0,n.createElementVNode)("img",{src:N,alt:""},null,-1),F=[L],R=["src"];function _(e,t,o,i,r,s){return o.visible?((0,n.openBlock)(),(0,n.createElementBlock)("div",O,[V,(0,n.createElementVNode)("div",{class:"close",onClick:t[0]||(t[0]=(...e)=>s.cancel&&s.cancel(...e))},F),(0,n.createElementVNode)("div",{class:"prev",onClick:t[1]||(t[1]=(...e)=>s.prev&&s.prev(...e))}),(0,n.createElementVNode)("div",{class:"next",onClick:t[2]||(t[2]=(...e)=>s.next&&s.next(...e))}),1==r.curMediaObj.mediaType?((0,n.openBlock)(),(0,n.createElementBlock)("div",{key:0,class:(0,n.normalizeClass)(["imgLooker",{in:"in"===r.enlargeStatus,out:"out"===r.enlargeStatus}]),onClick:t[3]||(t[3]=(...e)=>s.enlarge&&s.enlarge(...e))},[(0,n.createElementVNode)("img",{src:r.curMediaObj.url,style:(0,n.normalizeStyle)({width:r.curMediaObj.width+"px",height:r.curMediaObj.height+"px"}),alt:""},null,12,R)],2)):(0,n.createCommentVNode)("",!0)])):(0,n.createCommentVNode)("",!0)}o(6229),o(7330),o(2062);let j=o(2437);function q(e){let t={},n=Object.keys(e),o=n.length;for(let i=0;i<o;i++)t[n[i]]=e[n[i]];return t}function U(){let e="";for(let t=1;t<=32;t++){let t=Math.floor(16*Math.random()).toString(16);e+=t}return e}function Q(e){let t=e.replace(/\+/g,"-");return t=t.replace(/\//g,"_"),t=t.replace(/\=/g,""),t}function X(e){let t=e.replace(/\-/g,"+");t=t.replace(/\_/g,"/");let n=t.length%4,o="====";return t+=o.substring(0,n),t}function W(e){var t=null;return void 0!=window.createObjectURL?t=window.createObjectURL(e):void 0!=window.URL?t=window.URL.createObjectURL(e):void 0!=window.webkitURL&&(t=window.webkitURL.createObjectURL(e)),t}function K(e){let t=e.substring(e.lastIndexOf(".")+1,e.indexOf("?"));return t}function z(e,t){let n=null;return e instanceof Date?n=e:(n=new Date(e),10===e.length&&(n=new Date(1e3*e)),13===e.length&&(n=new Date(+e))),n instanceof Date&&!isNaN(n.valueOf())?n.format(t||"yyyy-MM-dd hh:mm:ss"):""}function Y(e,t,n,o){var i,r,s=+new Date,a=0,c=0,l=null,u=this,d=function(){c=s,e.bind(u,...r)()};return function(){s=+new Date,u=this,r=arguments,i=s-(o?a:c)-t,clearTimeout(l),o?n?i>=0&&d():l=setTimeout(d,t):i>=0?d():n||(l=setTimeout(d,-i)),a=s}}function J(e,t,n=!1){return Y(e,t,n,!0)}function Z(e){let t;if("[object Object]"===Object.prototype.toString.call(e)){t={};for(let n in e)"object"==typeof e[n]?t[n]=Z(e[n]):t[n]=e[n]}else"[object Array]"===Object.prototype.toString.call(e)&&(t=[],e.forEach((e=>{"object"==typeof e?t.push(Z(e)):t.push(e)})));return t}function ee(e){return String.fromCharCode(64+parseInt(e))}function te(e,t){if(Object.keys(e).length!=Object.keys(t).length)return!1;for(let n in e)return!!t.hasOwnProperty(n)&&!!Object.is(e[n],t[n])}function ne(e,t){if(e.length!=t.length)return!1;let n=!0;return e.forEach(((e,o)=>{Object.is(e,t[o])||(n=!1)})),n}function oe(e){const t=Array.from(arguments);4===t.length&&(e=t[2]);try{e=JSON.parse(e),e=$.json2html({},e)}catch(n){warnZYKJ("json2html转化出错:",n)}return e}function ie(e){const t=Array.from(arguments);4===t.length&&(e=t[2]);try{e=$.html2json($(e)),e=JSON.stringify(e)}catch(n){warnZYKJ("html2json转化出错:",n)}return e}function re(e){let t=Math.floor(e%60),n=Math.floor(e/60%60),o=Math.floor(e/60/60),i=[];return o&&i.push(o+"时"),n&&i.push(n+"分"),t&&i.push(t+"秒"),i.join(" ")}function se(e){return parseFloat(e).toString()}function ae(e,t,n){if(!e)return;let o=t.match(/(\w+)/gi),i=null;return i=e instanceof Array?e.slice(0):Object.assign({},e),o.forEach(((e,t)=>{"undefined"!==typeof i&&(i=i instanceof Array?i.slice(e-1,1):i[e])})),i||n}function ce(e){if("undefined"===typeof e||null===e)return!0;let t=!1;return t="object"===typeof e?e instanceof Array?0===e.length:0===Object.keys(e).length:"string"===typeof e?0===e.trim().length:isNaN(+e),t}function le(e){return!ce(e)}function ue(e,t,n,o,i,r){var s=this;if(s.version=function(){return"1.9.2"},s.options={useEasing:!0,useGrouping:!0,separator:",",decimal:".",easingFn:f,formattingFn:d,prefix:"",suffix:"",numerals:[]},r&&"object"===typeof r)for(var a in s.options)r.hasOwnProperty(a)&&null!==r[a]&&(s.options[a]=r[a]);""===s.options.separator?s.options.useGrouping=!1:s.options.separator=""+s.options.separator;for(var c=0,l=["webkit","moz","ms","o"],u=0;u<l.length&&!window.requestAnimationFrame;++u)window.requestAnimationFrame=window[l[u]+"RequestAnimationFrame"],window.cancelAnimationFrame=window[l[u]+"CancelAnimationFrame"]||window[l[u]+"CancelRequestAnimationFrame"];function d(e){var t,n,o,i,r,a;if(e=e.toFixed(s.decimals),e+="",t=e.split("."),n=t[0],o=t.length>1?s.options.decimal+t[1]:"",s.options.useGrouping){for(i="",r=0,a=n.length;r<a;++r)0!==r&&r%3===0&&(i=s.options.separator+i),i=n[a-r-1]+i;n=i}return s.options.numerals.length&&(n=n.replace(/[0-9]/g,(function(e){return s.options.numerals[+e]})),o=o.replace(/[0-9]/g,(function(e){return s.options.numerals[+e]}))),s.options.prefix+n+o+s.options.suffix}function f(e,t,n,o){return n*(1-Math.pow(2,-10*e/o))*1024/1023+t}function h(e){return"number"===typeof e&&!isNaN(e)}window.requestAnimationFrame||(window.requestAnimationFrame=function(e,t){var n=(new Date).getTime(),o=Math.max(0,16-(n-c)),i=window.setTimeout((function(){e(n+o)}),o);return c=n+o,i}),window.cancelAnimationFrame||(window.cancelAnimationFrame=function(e){clearTimeout(e)}),s.initialize=function(){return!!s.initialized||(s.error="",s.d="string"===typeof e?document.getElementById(e):e,s.d?(s.startVal=Number(t),s.endVal=Number(n),h(s.startVal)&&h(s.endVal)?(s.decimals=Math.max(0,o||0),s.dec=Math.pow(10,s.decimals),s.duration=1e3*Number(i)||2e3,s.countDown=s.startVal>s.endVal,s.frameVal=s.startVal,s.initialized=!0,!0):(s.error="[CountUp] startVal ("+t+") or endVal ("+n+") is not a number",!1)):(s.error="[CountUp] target is null or undefined",!1))},s.printValue=function(e){var t=s.options.formattingFn(e);"INPUT"===s.d.tagName?this.d.value=t:"text"===s.d.tagName||"tspan"===s.d.tagName?this.d.textContent=t:this.d.innerHTML=t},s.count=function(e){s.startTime||(s.startTime=e),s.timestamp=e;var t=e-s.startTime;s.remaining=s.duration-t,s.options.useEasing?s.countDown?s.frameVal=s.startVal-s.options.easingFn(t,0,s.startVal-s.endVal,s.duration):s.frameVal=s.options.easingFn(t,s.startVal,s.endVal-s.startVal,s.duration):s.countDown?s.frameVal=s.startVal-(s.startVal-s.endVal)*(t/s.duration):s.frameVal=s.startVal+(s.endVal-s.startVal)*(t/s.duration),s.countDown?s.frameVal=s.frameVal<s.endVal?s.endVal:s.frameVal:s.frameVal=s.frameVal>s.endVal?s.endVal:s.frameVal,s.frameVal=Math.round(s.frameVal*s.dec)/s.dec,s.printValue(s.frameVal),t<s.duration?s.rAF=requestAnimationFrame(s.count):s.callback&&s.callback()},s.start=function(e){s.initialize()&&(s.callback=e,s.rAF=requestAnimationFrame(s.count))},s.pauseResume=function(){s.paused?(s.paused=!1,delete s.startTime,s.duration=s.remaining,s.startVal=s.frameVal,requestAnimationFrame(s.count)):(s.paused=!0,cancelAnimationFrame(s.rAF))},s.reset=function(){s.paused=!1,delete s.startTime,s.initialized=!1,s.initialize()&&(cancelAnimationFrame(s.rAF),s.printValue(s.startVal))},s.update=function(e){s.initialize()&&(e=Number(e),h(e)?(s.error="",e!==s.frameVal&&(cancelAnimationFrame(s.rAF),s.paused=!1,delete s.startTime,s.startVal=s.frameVal,s.endVal=e,s.countDown=s.startVal>s.endVal,s.rAF=requestAnimationFrame(s.count))):s.error="[CountUp] update() - new endVal is not a number: "+e)},s.initialize()&&s.printValue(s.startVal)}function de(){let e="";return e=/(iPhone|iPad|iPhone OS|Phone|iPod|iOS|Mac|Android)/i.test(navigator.userAgent)?/Android/i.test(navigator.userAgent)?"mobile":/Safari/i.test(navigator.userAgent)?"pc":"mobile":"pc",e}function fe(e,t){window._czc&&_czc.push(["_trackEvent",e,t])}function he(e,t){for(var n=0;n<e.length;n++)if(e[n]==t)return n}function pe(e=1024,t=768){let n=document.body.clientWidth,o=document.body.clientHeight;return n<=e&&o<=t}function Ae(){return!(!window.ActiveXObject&&!("ActiveXObject"in window))}function me(e,t){let n=e.lastIndexOf("?"),o=e.substring(n+1,e.length),i="",r=o.split("&");for(var s=0;s<r.length;s++){let e=r[s].split("="),t="a";i+=""+(0==s?"?":"&")+String.fromCharCode(t.charCodeAt()+s)+"="+e[1]}return i}function Te(e,t,n,o,i){let r,s,a=new Image,c=t,l=n,u=12*n,d=12*t;return a.src=e,i>u&&o<=d?(s=c*(o/i)+"rem",r=`${l}rem`):i<=u&&o>d?(s=`${rewBoxW}rem`,r=l*(o/i)+"rem"):i>u&&i>d?o>i?(s=`${rewBoxW}rem`,r=l*(o/i)+"rem"):(s=c*(o/i)+"rem",r=`${l}rem`):(s=o/12+"rem",r=i/12+"rem"),{width:s,height:r}}function be(e){window.parent.postMessage(e,"*")}function ge(){window.contentDialogs.forEach((e=>{e.scope.closeContentDialog()}))}function Se(e){let t=window.contentDialogs.find((t=>t.uid===e));t&&t.scope.closeContentDialog()}let ve=function(){let e="962b31f683668129f8b9f3716777c132j63rxr0z";return e};function Me(e){for(var t=window.location.search.substring(1),n=t.split("&"),o=0;o<n.length;o++){var i=n[o].split("=");if(i[0]==e)return i[1]}return!1}function ye(e,t,n=3e3){let o=document.createElement("div");o.className="dialog";let i=`<div class="dialog">\n <div class="message-box ${e}">\n <i class="ico"></i>\n <p class="content">${t}</p>\n </div>\n </div>`,r=$(i);$("body").append(r),setTimeout((()=>{r.remove()}),n+500)}function Be(e,t){var n="offset"+t[0].toUpperCase()+t.substring(1),o=e[n],i=e.offsetParent;while(null!=i)o+=i[n],i=i.offsetParent;return o}function Ce(e,t,n,o,i){}function we(){let e="",t=o(7203);return t=t.default||t,e=t.version||"undefined",e}function Pe(){function e(){var e=window.navigator.userAgent,t=!1;/ipad/i.test(e)&&(t=!0);var n=null!=e.match(/Macintosh/i);if(n){var o=document.createElement("canvas");if(null!=o){var i=o.getContext("webgl")||o.getContext("experimental-webgl");if(i){var r=i.getExtension("WEBGL_debug_renderer_info");if(r){var s=i.getParameter(r.UNMASKED_RENDERER_WEBGL);-1!=s.indexOf("Apple")&&(t=!0)}}}}return t}let t="",n=new j(window.navigator.userAgent),o=n.os();return o&&(o=o.toLowerCase()),t="ios"===o||"androidos"===o||e()?"mobile":"pc",t}var Ee={getDeviceEnv:Pe,getVueVersion:we,getToken:ve,getQueryVariable:Me,debounce2:J,throttle:Y,sortDict:q,GUID:U,urlsafe_b64encode:Q,urlsafe_b64decode:X,getObjectURL:W,getExtName:K,fmtDateTime:z,fmtJSON2HTML:oe,fmtHTML2JSON:ie,fmtSecond:re,fmtFloatNumber:se,copyDeepObject:Z,indexToEnIndex:ee,diffObject:te,diffArray:ne,getDeepData:ae,isEmpty2:ce,nonEmpty:le,CountUp:ue,getEnvironment:de,recordCountFn:fe,findListIndex:he,getScreen:pe,whatBrowser:Ae,getUrlQueryVariable:me,setImgAuto:Te,postMessageByType:be,closeAllContentDialog:ge,closeContentDialogByUid:Se,messageTip:ye,offset:Be,fbError:Ce},Ge={props:{visible:{type:Boolean,default:!1},mediaLookerList:{type:Array,default(){return[]}},mediaCount:{type:Number,default:0}},mounted(){},data(){return{curMediaObj:{},curMediaCount:0,imgCompressWidth:0,imgCompressHeight:0,imgNativeWidth:0,imgNativeHeight:0,enlargeStatus:"in",canEnlarge:!1}},watch:{mediaLookerList:{handler(e,t){e&&e.length&&e&&e.length&&this.getCurMedia(this.mediaCount)},immediate:!0,deep:!0}},computed:{},methods:{cancel(){this.$emit("update:visible",!1)},getCurMedia(e){this.curMediaCount=e,this.curMediaObj=Ee.copyDeepObject(this.mediaLookerList[e]);let t=new Image;t.src=this.curMediaObj.url;let n=document.documentElement||document.body,o=n.clientWidth,i=n.clientHeight;this.canEnlarge=!1,this.enlargeStatus="in",t.addEventListener("load",(()=>{let e=t.width,n=t.height;if(this.imgNativeWidth=e,this.imgNativeHeight=n,e>=o||n>=i){let t,r,s,a=e-o,c=n-i;a>c?(r=.9*o,t=r/e,s=n*t,this.curMediaObj.width=r,this.curMediaObj.height=s,this.imgCompressWidth=r,this.imgCompressHeight=s):(s=.9*i,t=s/n,r=e*t,this.curMediaObj.width=r,this.curMediaObj.height=s,this.imgCompressWidth=r,this.imgCompressHeight=s),this.canEnlarge=!0}else this.curMediaObj.width=e,this.curMediaObj.height=n,this.imgCompressWidth=e,this.imgCompressHeight=n}))},enlarge(){this.canEnlarge&&("in"===this.enlargeStatus?(this.curMediaObj.width=this.imgNativeWidth,this.curMediaObj.height=this.imgNativeHeight):(this.curMediaObj.width=this.imgCompressWidth,this.curMediaObj.height=this.imgCompressHeight),this.enlargeStatus="in"===this.enlargeStatus?"out":"in",window.console.log(this.imgNativeWidth,this.imgNativeHeight,this.imgCompressWidth,this.imgCompressHeight))},next(){this.curMediaCount===this.mediaLookerList.length-1?this.curMediaCount=0:this.curMediaCount++,this.getCurMedia(this.curMediaCount)},prev(){0===this.curMediaCount?this.curMediaCount=this.mediaLookerList.length-1:this.curMediaCount--,this.getCurMedia(this.curMediaCount)}}},Ie=o(3744);const xe=(0,Ie.Z)(Ge,[["render",_]]);var De=xe,ke={name:"Question_singleChoice",props:{isSub:{type:Boolean,default:!1},orderIndex:{type:Number,default:0},questionInfo:{type:Object,default:{}},bus:{type:Object,default:{}},mode:{type:String,default:"exam"}},mounted(){H(this),this.$watch("radio",(e=>{let t=this,n=this.isSub,o=this.isAnswered();this.$emit("getIsAnswered",o),n?("exam"===this.mode&&this.bus.$emit("optionChange"),"exam"===this.mode&&this.$emit("optionChange",{orderIndex:this.orderIndex,isAnswered:t.isAnswered()})):"exam"===this.mode&&this.bus.$emit("questionCardChange",{questionIndex:this.questionInfo.questionIndex-1,answered:o})}),{immediate:!0})},data(){return{radio:0,analyCorrectAnswer:"",exam_options_data:[],answerMap:{},...JSON.parse(k)}},watch:{questionInfo:{handler(e,t){if(e&&(this.exam_options_data=e.exam_options_data,this.answerMap=e.answerMap,e.answerMap)){let{question_type:t}=e;if("analysis"===this.mode&&(this.analyCorrectAnswer=3==t?"1"===e.correct_judge?"正确":"错误":Ee.indexToEnIndex(e.correct_single_index)),3==t){let t=e.answerMap.judge;void 0!==t&&null!==t&&""!==t&&(this.radio=t?1:2,this.$emit("optionChange",{orderIndex:this.orderIndex,isAnswered:this.isAnswered()}))}else{let t=e.answerMap.single_index;void 0!==t&&null!==t&&""!==t&&(this.radio=t,this.$emit("optionChange",{orderIndex:this.orderIndex,isAnswered:this.isAnswered()}))}}},immediate:!0}},computed:{},methods:{getAnswer(){let e=this.questionInfo,t=e.question_type;if(3==t){let e=1==this.radio;return{judge:e}}return{single_index:this.radio}},isAnswered(){let e=0!==this.radio;return e},isCorrect(){let e="1"===this.questionInfo.answerMap.is_correct;return e}},components:{MediaLooker:De}};const He=(0,Ie.Z)(ke,[["render",D]]);var Ne=He;const Oe={class:"zykjcommon-question"},Ve={key:0,class:"question-type"},Le={key:0},Fe={key:1,class:"score fr"},Re={class:"question-box"},_e={key:0,class:"question-stem"},je={key:0},qe=["innerHTML"],Ue={key:2,class:"editor-content",style:{display:"flex"}},Qe={key:0},Xe=["innerHTML"],We={class:"question-option-list"},Ke={class:"question-option"},ze=["disabled","id","value"],Ye=(0,n.createElementVNode)("div",{class:"checkbox-bg"},null,-1),Je={class:"label-box"},Ze=["for"],$e={key:0},et={key:0,class:"img-box"},tt=["src"],nt={key:0,class:"question-analysis"},ot=(0,n.createElementVNode)("div",{class:"triangle-top"},null,-1),it={class:"question-analysis-item"},rt=(0,n.createElementVNode)("span",{class:"txt"},"【你的回答】:",-1),st={class:"txt-box"},at={class:"question-analysis-item"},ct=(0,n.createElementVNode)("span",{class:"txt"},"【正确答案】:",-1),lt={class:"txt-box"},ut={key:0,class:"question-analysis-item"},dt=(0,n.createElementVNode)("span",{class:"txt"},"【本题解析】:",-1),ft={class:"txt-box"},ht=["innerHTML"];function pt(e,t,o,i,r,s){const a=(0,n.resolveComponent)("MediaLooker");return(0,n.openBlock)(),(0,n.createElementBlock)("div",Oe,[o.isSub?(0,n.createCommentVNode)("",!0):((0,n.openBlock)(),(0,n.createElementBlock)("div",Ve,[(0,n.createTextVNode)((0,n.toDisplayString)(o.questionInfo.questionIndex)+"、"+(0,n.toDisplayString)(o.questionInfo.hint?o.questionInfo.hint:o.questionInfo.question_type_str),1),"null"!==o.questionInfo.score?((0,n.openBlock)(),(0,n.createElementBlock)("span",Le)):(0,n.createCommentVNode)("",!0),"analysis"===o.mode?((0,n.openBlock)(),(0,n.createElementBlock)("span",Fe,"得分:"+(0,n.toDisplayString)(o.questionInfo.answerMap?o.questionInfo.answerMap.user_score:"-")+"分",1)):(0,n.createCommentVNode)("",!0)])),(0,n.createElementVNode)("div",Re,[o.isSub?((0,n.openBlock)(),(0,n.createElementBlock)("div",_e,[o.questionInfo.hint?((0,n.openBlock)(),(0,n.createElementBlock)("span",je,(0,n.toDisplayString)(o.questionInfo.questionIndex2)+"、",1)):(0,n.createCommentVNode)("",!0),(0,n.createTextVNode)((0,n.toDisplayString)(o.questionInfo.hint),1)])):(0,n.createCommentVNode)("",!0),o.isSub?(0,n.createCommentVNode)("",!0):((0,n.openBlock)(),(0,n.createElementBlock)("div",{key:1,class:"editor-content",innerHTML:o.questionInfo.htmlContent},null,8,qe)),o.isSub?((0,n.openBlock)(),(0,n.createElementBlock)("div",Ue,[o.questionInfo.hint?(0,n.createCommentVNode)("",!0):((0,n.openBlock)(),(0,n.createElementBlock)("span",Qe,(0,n.toDisplayString)(o.questionInfo.questionIndex2)+"、",1)),(0,n.createElementVNode)("div",{style:{display:"inline-block",flex:"1"},innerHTML:o.questionInfo.htmlContent},null,8,Xe)])):(0,n.createCommentVNode)("",!0),(0,n.createElementVNode)("div",We,[((0,n.openBlock)(!0),(0,n.createElementBlock)(n.Fragment,null,(0,n.renderList)(r.exam_options_data,((e,i)=>((0,n.openBlock)(),(0,n.createElementBlock)("div",Ke,[(0,n.createElementVNode)("div",{class:(0,n.normalizeClass)(["checkbox-box",{checked:r.checkboxList.indexOf(e.index)>-1}])},[(0,n.withDirectives)((0,n.createElementVNode)("input",{type:"checkbox",disabled:"analysis"===o.mode||"review"===o.mode,"onUpdate:modelValue":t[0]||(t[0]=e=>r.checkboxList=e),id:"checkbox-"+o.questionInfo.questionIndex+"-"+i,class:"checkbox",value:e.index},null,8,ze),[[n.vModelCheckbox,r.checkboxList]]),Ye],2),(0,n.createElementVNode)("div",Je,[(0,n.createElementVNode)("label",{for:"checkbox-"+o.questionInfo.questionIndex+"-"+i},[(0,n.createElementVNode)("span",null,[(0,n.createTextVNode)((0,n.toDisplayString)(e.enIndex)+".",1),0==e.data.file_type?((0,n.openBlock)(),(0,n.createElementBlock)("span",$e,(0,n.toDisplayString)(e.data.option_content),1)):(0,n.createCommentVNode)("",!0)]),0!=e.data.file_type?((0,n.openBlock)(),(0,n.createElementBlock)("div",et,[(0,n.createElementVNode)("img",{src:e.data.file_url},null,8,tt)])):(0,n.createCommentVNode)("",!0)],8,Ze)])])))),256)),"analysis"===o.mode?((0,n.openBlock)(),(0,n.createElementBlock)("div",nt,[ot,(0,n.createElementVNode)("div",it,[rt,(0,n.createElementVNode)("div",st,[(0,n.createElementVNode)("span",{class:(0,n.normalizeClass)({wrong:"1"!==o.questionInfo.answerMap.is_correct,right:"1"===o.questionInfo.answerMap.is_correct})},(0,n.toDisplayString)("1"!==o.questionInfo.answerMap.is_correct?"错误":"正确"),3)])]),(0,n.createElementVNode)("div",at,[ct,(0,n.createElementVNode)("div",lt,[(0,n.createElementVNode)("span",null,(0,n.toDisplayString)(r.analyCorrectAnswer),1)])]),o.questionInfo.analysis?((0,n.openBlock)(),(0,n.createElementBlock)("div",ut,[dt,(0,n.createElementVNode)("div",ft,[(0,n.createElementVNode)("span",{class:"analysis-txt",innerHTML:o.questionInfo.analysisHtmlContent},null,8,ht)])])):(0,n.createCommentVNode)("",!0)])):(0,n.createCommentVNode)("",!0)])]),e.visible?((0,n.openBlock)(),(0,n.createBlock)(a,{key:1,visible:e.visible,"onUpdate:visible":t[1]||(t[1]=t=>e.visible=t),mediaCount:e.curMediaCount,mediaLookerList:e.mediaLookerList},null,8,["visible","mediaCount","mediaLookerList"])):(0,n.createCommentVNode)("",!0)])}var At={name:"Question_MultipleChoice",props:{isSub:{type:Boolean,default:!1},orderIndex:{type:Number,default:0},questionInfo:{type:Object,default:{}},bus:{type:Object,default:{}},mode:{type:String,default:"exam"}},mounted(){H(this),this.$watch("checkboxList",(e=>{let t=this,n=this.isSub,o=this.isAnswered();this.$emit("getIsAnswered",o),n?("exam"===this.mode&&this.bus.$emit("optionChange"),"exam"===this.mode&&this.$emit("optionChange",{orderIndex:this.orderIndex,isAnswered:t.isAnswered()})):"exam"===this.mode&&this.bus.$emit("questionCardChange",{questionIndex:this.questionInfo.questionIndex-1,answered:o})}),{immediate:!0})},data(){return{checkboxList:[],analyCorrectAnswer:"",exam_options_data:[],answerMap:{},...JSON.parse(k)}},watch:{questionInfo:{handler(e,t){if(e&&(this.exam_options_data=e.exam_options_data,this.answerMap=e.answerMap,e.answerMap)){"analysis"===this.mode&&(this.analyCorrectAnswer=this.getCorrectStr(this.questionInfo.correct_multiple_index_set));let e=this.questionInfo.answerMap.multiple_index_set;e&&e.length&&(this.checkboxList=JSON.parse(JSON.stringify(e)),this.$emit("optionChange",{orderIndex:this.orderIndex,isAnswered:this.isAnswered()}))}},immediate:!0}},computed:{},methods:{getAnswer(){let e=this;return{multiple_index_set:e.checkboxList}},isAnswered(){let e=0!==this.checkboxList.length;return e},isCorrect(){let e="1"===this.questionInfo.answerMap.is_correct;return e},getCorrectStr(e){let t="";return e.forEach(((n,o)=>{t+=`${Ee.indexToEnIndex(n)}${o===e.length-1?"":"、"}`})),t}},components:{MediaLooker:De}};const mt=(0,Ie.Z)(At,[["render",pt]]);var Tt=mt;const bt={class:"zykjcommon-question"},gt={class:"question-type"},St={key:0},vt={key:1,class:"score fr"},Mt={class:"question-box"},yt=["innerHTML"],Bt={class:"question-tabs"},Ct=["onClick"],wt={key:0,class:"tab-mark"},Pt=["id"];function Et(e,t,o,i,r,s){const a=(0,n.resolveComponent)("MediaLooker");return(0,n.openBlock)(),(0,n.createElementBlock)("div",bt,[(0,n.createElementVNode)("div",gt,[(0,n.createTextVNode)((0,n.toDisplayString)(o.questionInfo.questionIndex)+"、"+(0,n.toDisplayString)(o.questionInfo.hint?o.questionInfo.hint:o.questionInfo.question_type_str),1),"null"!==o.questionInfo.score?((0,n.openBlock)(),(0,n.createElementBlock)("span",St)):(0,n.createCommentVNode)("",!0),"analysis"===o.mode?((0,n.openBlock)(),(0,n.createElementBlock)("span",vt,"得分:"+(0,n.toDisplayString)(o.questionInfo.answerMap?o.questionInfo.answerMap.user_score:"-")+"分",1)):(0,n.createCommentVNode)("",!0)]),(0,n.createElementVNode)("div",Mt,[(0,n.createElementVNode)("div",{class:"editor-content editor-content-bor",innerHTML:o.questionInfo.htmlContent},null,8,yt),(0,n.createElementVNode)("div",Bt,[((0,n.openBlock)(!0),(0,n.createElementBlock)(n.Fragment,null,(0,n.renderList)(r.tabsArr,((e,t)=>((0,n.openBlock)(),(0,n.createElementBlock)("div",{class:(0,n.normalizeClass)(["question-tab-item",{cur:r.curTab===t}]),onClick:e=>s.clickTab(t),key:t},[(0,n.createTextVNode)((0,n.toDisplayString)(t+1)+" ",1),e.answered?((0,n.openBlock)(),(0,n.createElementBlock)("div",wt)):(0,n.createCommentVNode)("",!0)],10,Ct)))),128))]),((0,n.openBlock)(!0),(0,n.createElementBlock)(n.Fragment,null,(0,n.renderList)(o.questionInfo.sub_questions,((e,t)=>(0,n.withDirectives)(((0,n.openBlock)(),(0,n.createElementBlock)("div",{class:"reading-question-item",id:"question"+(o.questionInfo.questionIndex-1)+"-"+t},[((0,n.openBlock)(),(0,n.createBlock)((0,n.resolveDynamicComponent)(e.questionComponent),{onOptionChange:s.optionChange,mode:o.mode,bus:o.bus,isSub:!0,questionInfo:e,orderIndex:t,key:"question"+(o.questionInfo.questionIndex-1)+"-"+t,ref_for:!0,ref:"question"+(o.questionInfo.questionIndex-1)+"-"+t},null,40,["onOptionChange","mode","bus","questionInfo","orderIndex"]))],8,Pt)),[[n.vShow,r.curTab===t]]))),256))]),e.visible?((0,n.openBlock)(),(0,n.createBlock)(a,{key:0,visible:e.visible,"onUpdate:visible":t[0]||(t[0]=t=>e.visible=t),mediaCount:e.curMediaCount,mediaLookerList:e.mediaLookerList},null,8,["visible","mediaCount","mediaLookerList"])):(0,n.createCommentVNode)("",!0)])}var Gt={name:"Question_Reading",props:{questionInfo:{type:Object,default:{}},bus:{type:Object,default:{}},mode:{type:String,default:"exam"}},created(){let e=this;this.bus.$on("optionChange",(()=>{let t=this.isAnswered();this.$emit("getIsAnswered",t),"exam"===this.mode&&this.bus.$emit("questionCardChange",{questionIndex:e.questionInfo.questionIndex-1,answered:t})}))},mounted(){H(this)},data(){return{curTab:0,radio:0,analyCorrectAnswer:"",exam_options_data:[],answerMap:{},tabsArr:[],...JSON.parse(k)}},watch:{questionInfo:{handler(e,t){if(e){this.exam_options_data=e.exam_options_data,this.answerMap=e.answerMap;let t=e.sub_questions;t&&t.length&&(t.forEach(((t,n)=>{let o={answered:!1,questionComponent:t.questionComponent,refName:`question${e.questionIndex-1}-${n}`};this.tabsArr.push(o)})),console.log(this.tabsArr,333))}},immediate:!0,deep:!0}},computed:{},methods:{getAnswer(){let e=[],t=this.$refs;return Object.keys(t).forEach((n=>{let o=t[n][0];e.push({answer:o.getAnswer(),question_id:o.questionInfo.question_id})})),e},isAnswered(){let e=this.$refs,t=[];Object.keys(e).forEach((n=>{let o=e[n][0];t.push(o.isAnswered())}));let n=t.every((e=>!0===e));return n},isCorrect(){let e=this.$refs,t=[];Object.keys(e).forEach((n=>{let o=e[n][0];t.push(o.isCorrect())}));let n=t.every((e=>!0===e));return n},clickTab(e){this.curTab=e},optionChange(e){let t=e.orderIndex;console.log(e,"obj"),this.tabsArr[t].answered=e.isAnswered}},components:{MediaLooker:De}};const It=(0,Ie.Z)(Gt,[["render",Et]]);var xt=It;const Dt={class:"zykjcommon-question"},kt={key:0,class:"question-type"},Ht={key:0},Nt={key:1,class:"score fr"},Ot={class:"question-box"},Vt=["innerHTML"],Lt={key:1,class:"editor-output",style:{"margin-bottom":"0.3rem"}},Ft=(0,n.createElementVNode)("div",{class:"editor-tit"},"【你的答案】:",-1),Rt=["innerHTML"],_t=(0,n.createElementVNode)("div",null,null,-1),jt={key:2,class:"question-analysis"},qt=(0,n.createElementVNode)("div",{class:"triangle-top"},null,-1),Ut={class:"question-analysis-item"},Qt=(0,n.createElementVNode)("span",{class:"txt"},"【正确答案】:",-1),Xt=["innerHTML"],Wt={key:0,class:"question-analysis-item"},Kt=(0,n.createElementVNode)("span",{class:"txt"},"【本题解析】:",-1),zt={class:"txt-box"},Yt=["innerHTML"];function Jt(e,t,o,i,r,s){const a=(0,n.resolveComponent)("TextAreaEditor"),c=(0,n.resolveComponent)("MediaLooker");return(0,n.openBlock)(),(0,n.createElementBlock)("div",Dt,[o.isSub?(0,n.createCommentVNode)("",!0):((0,n.openBlock)(),(0,n.createElementBlock)("div",kt,[(0,n.createTextVNode)((0,n.toDisplayString)(o.questionInfo.questionIndex)+"、"+(0,n.toDisplayString)(o.questionInfo.hint?o.questionInfo.hint:o.questionInfo.question_type_str),1),"null"!==o.questionInfo.score?((0,n.openBlock)(),(0,n.createElementBlock)("span",Ht)):(0,n.createCommentVNode)("",!0),"analysis"===o.mode?((0,n.openBlock)(),(0,n.createElementBlock)("span",Nt,"得分:"+(0,n.toDisplayString)(o.questionInfo.answerMap?o.questionInfo.answerMap.user_score:"-")+"分",1)):(0,n.createCommentVNode)("",!0)])),(0,n.createElementVNode)("div",Ot,[(0,n.createElementVNode)("div",{class:"editor-content",innerHTML:o.questionInfo.htmlContent},null,8,Vt),"exam"===o.mode||"review"===o.mode?((0,n.openBlock)(),(0,n.createBlock)(a,{key:0,onGetTextareaStr:s.getTextareaStr,disabled:"review"===o.mode,value:r.textareaStr,placeHolder:"请在此输入答案"},null,8,["onGetTextareaStr","disabled","value"])):(0,n.createCommentVNode)("",!0),"analysis"===o.mode?((0,n.openBlock)(),(0,n.createElementBlock)("div",Lt,[Ft,(0,n.createElementVNode)("div",{class:"output-main",innerHTML:r.answerMap.subjective_answer},null,8,Rt)])):(0,n.createCommentVNode)("",!0),_t,"analysis"===o.mode?((0,n.openBlock)(),(0,n.createElementBlock)("div",jt,[qt,(0,n.createElementVNode)("div",Ut,[Qt,(0,n.createElementVNode)("div",{class:"txt-box",innerHTML:r.analyCorrectAnswer},null,8,Xt)]),o.questionInfo.analysis?((0,n.openBlock)(),(0,n.createElementBlock)("div",Wt,[Kt,(0,n.createElementVNode)("div",zt,[(0,n.createElementVNode)("span",{class:"analysis-txt",innerHTML:o.questionInfo.analysisHtmlContent},null,8,Yt)])])):(0,n.createCommentVNode)("",!0)])):(0,n.createCommentVNode)("",!0)]),e.visible?((0,n.openBlock)(),(0,n.createBlock)(c,{key:1,visible:e.visible,"onUpdate:visible":t[0]||(t[0]=t=>e.visible=t),mediaCount:e.curMediaCount,mediaLookerList:e.mediaLookerList},null,8,["visible","mediaCount","mediaLookerList"])):(0,n.createCommentVNode)("",!0)])}const Zt={class:"editor-textarea"},$t=["disabled","placeholder"],en={class:"len"};function tn(e,t,o,i,r,s){return(0,n.openBlock)(),(0,n.createElementBlock)("div",Zt,[(0,n.withDirectives)((0,n.createElementVNode)("textarea",{"onUpdate:modelValue":t[0]||(t[0]=e=>r.textareaStr=e),disabled:o.disabled,class:"textareaComponent",placeholder:o.placeHolder,maxlength:"5000"},null,8,$t),[[n.vModelText,r.textareaStr]]),(0,n.createElementVNode)("div",en,(0,n.toDisplayString)(r.textareaStr.length)+"/5000",1)])}var nn={props:{placeHolder:{type:String,default:"请输入..."},value:{type:String,default:""},disabled:{type:Boolean,default:!1}},mounted(){let e=this.$el.querySelector(".textareaComponent"),t=parseInt(getComputedStyle(e).getPropertyValue("width")),n=e,o=e.clientHeight;const i=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver,r={attributes:!0,childList:!1,subtree:!0,attributeFilter:["style"],attributeOldValue:!0};this.observer=new i(((i,r)=>{let s=document.querySelector(".content-outter");if(s){let e=parseInt(getComputedStyle(n).getPropertyValue("height")),t=e-o;s.scrollTop=s.scrollTop+t,o=e}let a=parseInt(getComputedStyle(e).getPropertyValue("width"));a>t&&(e.style.width=t+"px")})),this.observer.observe(n,r),this.$watch("textareaStr",(e=>{this.$emit("getTextareaStr",e)}),{immediate:!0})},unmounted(){this.observer&&this.observer.disconnect()},destroyed(){this.observer&&this.observer.disconnect()},data(){return{observer:null,textareaStr:""}},watch:{value:{handler(e,t){e&&(this.textareaStr=e)},immediate:!0}},computed:{},methods:{getAnswer(){let e=this;return{multiple_index_set:e.checkboxList}},isAnswered(){let e=0!==this.checkboxList.length;return e},isCorrect(){let e="1"===this.questionInfo.answerMap.is_correct;return e},getCorrectStr(e){let t="";return e.forEach(((n,o)=>{t+=`${fun.indexToEnIndex(n)}${o===e.length-1?"":"、"}`})),t}}};const on=(0,Ie.Z)(nn,[["render",tn]]);var rn=on,sn={name:"Question_BriefAnswer",props:{isSub:{type:Boolean,default:!1},questionInfo:{type:Object,default:{}},bus:{type:Object,default:{}},mode:{type:String,default:"exam"}},mounted(){H(this)},data(){return{textareaHtml:"",textareaStr:"",analyCorrectAnswer:"",answerMap:{},...JSON.parse(k)}},watch:{questionInfo:{handler(e,t){if(e&&(this.answerMap=e.answerMap,this.questionInfo.answerMap)){"analysis"===this.mode&&(this.analyCorrectAnswer=this.questionInfo.correct_subjective_answer);let e=this.questionInfo.answerMap.subjective_answer;void 0!==e&&null!==e&&""!==e&&(this.textareaStr=e.replace(/<br>/gim,"\n"))}},immediate:!0}},computed:{},methods:{getAnswer(){let e=this.textareaHtml;return{subjective_answer:e}},isAnswered(){let e=/<br>/gim,t=/\s+/gim,n=this.textareaHtml.replace(e,"");n=n.replace(t,"");let o=n.length>0;return o},isCorrect(){let e="1"===this.questionInfo.answerMap.is_correct;return e},getTextareaStr(e){let t=/\n/gi;this.textareaHtml=e.replace(t,"<br>");let n=this.isAnswered();this.$emit("getIsAnswered",n),"exam"===this.mode&&this.bus.$emit("questionCardChange",{questionIndex:this.questionInfo.questionIndex-1,answered:n})}},components:{TextAreaEditor:rn,MediaLooker:De}};const an=(0,Ie.Z)(sn,[["render",Jt]]);var cn=an;const ln={class:"zykjcommon-question"},un={key:0,class:"question-type"},dn={key:0},fn={key:1,class:"score fr"},hn={class:"question-box"},pn=["innerHTML"];function An(e,t,o,i,r,s){const a=(0,n.resolveComponent)("MediaLooker");return(0,n.openBlock)(),(0,n.createElementBlock)("div",ln,[o.isSub?(0,n.createCommentVNode)("",!0):((0,n.openBlock)(),(0,n.createElementBlock)("div",un,[(0,n.createTextVNode)((0,n.toDisplayString)(o.questionInfo.questionIndex)+"、"+(0,n.toDisplayString)(o.questionInfo.hint?o.questionInfo.hint:o.questionInfo.question_type_str),1),"null"!==o.questionInfo.score?((0,n.openBlock)(),(0,n.createElementBlock)("span",dn)):(0,n.createCommentVNode)("",!0),"analysis"===o.mode?((0,n.openBlock)(),(0,n.createElementBlock)("span",fn,"得分:"+(0,n.toDisplayString)(o.questionInfo.answerMap?o.questionInfo.answerMap.user_score:"-")+"分",1)):(0,n.createCommentVNode)("",!0)])),(0,n.createElementVNode)("div",hn,[o.questionInfo.htmlContent?((0,n.openBlock)(),(0,n.createElementBlock)("div",{key:0,class:"editor-content",style:{"line-height":"40px"},innerHTML:o.questionInfo.htmlContent},null,8,pn)):(0,n.createCommentVNode)("",!0)]),e.visible?((0,n.openBlock)(),(0,n.createBlock)(a,{key:1,visible:e.visible,"onUpdate:visible":t[0]||(t[0]=t=>e.visible=t),mediaCount:e.curMediaCount,mediaLookerList:e.mediaLookerList},null,8,["visible","mediaCount","mediaLookerList"])):(0,n.createCommentVNode)("",!0)])}let mn=[{reg:/</gi,val:"<"},{reg:/>/gi,val:">"}];var Tn={name:"Question_FillBlank",props:{bus:{type:Object,default:{}},isSub:{type:Boolean,default:!1},orderIndex:{type:Number,default:0},questionInfo:{type:Object,default:{}},mode:{type:String,default:"exam"}},mounted(){let e=this;H(this),this.$watch("questionInfo",(t=>{if(t){this.answerMap=t.answerMap;let n=jQuery(this.$el).find(".fill-blank");if(n.replaceWith(jQuery(`<span class="fill-blank" contenteditable="${"exam"===e.mode?"true":"false"}"> </span>`)),jQuery(this.$el).find(".fill-blank").bind("input",(function(t){let n=jQuery(t.target),o=n.html();o=e.getIptValue(o),o.length<=0&&n.html(" ");let i=e.isAnswered();e.$emit("getIsAnswered",i),"exam"===e.mode&&e.bus.$emit("questionCardChange",{questionIndex:e.questionInfo.questionIndex-1,answered:i})})),t.answerMap){"analysis"===this.mode&&(this.analyCorrectAnswer=this.questionInfo.correct_gap_data);let n=t.answerMap.gap_data;jQuery(this.$el).find(".fill-blank").each(((t,o)=>{let i=n[t];i&&(mn.forEach((e=>{let t=e.reg;if(t.test(i)){let n=e.val;i=i.replace(t,n)}})),jQuery(o).text(i),"exam"===this.mode&&this.bus.$emit("questionCardChange",{questionIndex:e.questionInfo.questionIndex-1,answered:!0}))}))}let o=e.isAnswered();e.$emit("getIsAnswered",o)}}),{immediate:!0})},data(){return{analyCorrectAnswer:"",answerMap:{},...JSON.parse(k)}},watch:{},computed:{},methods:{getAnswer(){let e=jQuery(this.$el).find(".fill-blank"),t=[];return e.each(((e,n)=>{let o=jQuery(n).html();o=this.getIptValue(o),t.push(o)})),{gap_data:t}},isAnswered(){let e=this.getAnswer().gap_data,t=e.some((e=>""!==e));return t},isCorrect(){let e="1"===this.questionInfo.answerMap.is_correct;return e},getIptValue(e){return e.replace(/ /gi,"").replace(/^\s+/gi,"").replace(/\s+$/gi,"")}},components:{MediaLooker:De}};const bn=(0,Ie.Z)(Tn,[["render",An]]);var gn=bn;const Sn={class:"zykjcommon-question"},vn={key:0,class:"question-type"},Mn={key:0},yn={key:1,class:"score fr"},Bn={class:"question-box"},Cn=["innerHTML"],wn={key:1,class:"question-analysis"},Pn=(0,n.createElementVNode)("div",{class:"triangle-top"},null,-1),En={class:"question-analysis-item"},Gn=(0,n.createElementVNode)("span",{class:"txt"},"【你的答案】:",-1),In=["src"],xn=(0,n.createElementVNode)("div",{class:"mask-text-box"},[(0,n.createElementVNode)("div",{class:"mask"}),(0,n.createElementVNode)("div",{class:"mask-text"},"去修改")],-1),Dn={key:2,class:"question-analysis"},kn=(0,n.createElementVNode)("div",{class:"triangle-top"},null,-1),Hn={class:"question-analysis-item"},Nn=(0,n.createElementVNode)("span",{class:"txt"},"【你的答案】:",-1),On=["src"],Vn={class:"question-analysis-item"},Ln=(0,n.createElementVNode)("span",{class:"txt"},"【正确答案】:",-1),Fn=["src"],Rn={key:0,class:"question-analysis-item"},_n=(0,n.createElementVNode)("span",{class:"txt"},"【本题解析】:",-1),jn={class:"txt-box"},qn=["innerHTML"];function Un(e,t,o,i,r,s){const a=(0,n.resolveComponent)("MediaLooker"),c=(0,n.resolveComponent)("IframeComponent"),l=(0,n.resolveComponent)("Loading");return(0,n.openBlock)(),(0,n.createElementBlock)("div",Sn,[o.isSub?(0,n.createCommentVNode)("",!0):((0,n.openBlock)(),(0,n.createElementBlock)("div",vn,[(0,n.createTextVNode)((0,n.toDisplayString)(o.questionInfo.questionIndex)+"、"+(0,n.toDisplayString)(o.questionInfo.hint?o.questionInfo.hint:o.questionInfo.question_type_str),1),"null"!==o.questionInfo.score?((0,n.openBlock)(),(0,n.createElementBlock)("span",Mn)):(0,n.createCommentVNode)("",!0),"analysis"===o.mode?((0,n.openBlock)(),(0,n.createElementBlock)("span",yn,"得分:"+(0,n.toDisplayString)(o.questionInfo.answerMap?o.questionInfo.answerMap.user_score:"-")+"分",1)):(0,n.createCommentVNode)("",!0)])),(0,n.createElementVNode)("div",Bn,[(0,n.createElementVNode)("div",{class:"editor-content",innerHTML:o.questionInfo.htmlContent},null,8,Cn),"exam"===o.mode&&!r.oss_temp_url||"review"===o.mode?((0,n.openBlock)(),(0,n.createElementBlock)("button",{key:0,class:"bcdt-btn",onClick:t[0]||(t[0]=e=>s.startCode("1"))},"进入"+(0,n.toDisplayString)(r.codeTypeMap[o.questionInfo.code_type])+"答题",1)):(0,n.createCommentVNode)("",!0),"exam"===o.mode&&r.oss_temp_url?((0,n.openBlock)(),(0,n.createElementBlock)("div",wn,[Pn,(0,n.createElementVNode)("div",En,[Gn,(0,n.createElementVNode)("div",{class:"img-box",onClick:t[1]||(t[1]=e=>s.startCode("2"))},[(0,n.createElementVNode)("img",{src:r.codeTypeImgMap[o.questionInfo.code_type]},null,8,In),xn])])])):(0,n.createCommentVNode)("",!0),"analysis"===o.mode?((0,n.openBlock)(),(0,n.createElementBlock)("div",Dn,[kn,(0,n.createElementVNode)("div",Hn,[Nn,(0,n.createElementVNode)("div",{class:"img-box",onClick:t[2]||(t[2]=e=>s.startCode("3"))},[(0,n.createElementVNode)("img",{src:r.codeTypeImgMap[o.questionInfo.code_type]},null,8,On)])]),(0,n.createElementVNode)("div",Vn,[Ln,(0,n.createElementVNode)("div",{class:"img-box",onClick:t[3]||(t[3]=e=>s.startCode("4"))},[(0,n.createElementVNode)("img",{src:r.codeTypeImgMap[o.questionInfo.code_type]},null,8,Fn)])]),o.questionInfo.analysis?((0,n.openBlock)(),(0,n.createElementBlock)("div",Rn,[_n,(0,n.createElementVNode)("div",jn,[(0,n.createElementVNode)("span",{class:"analysis-txt",innerHTML:o.questionInfo.analysisHtmlContent},null,8,qn)])])):(0,n.createCommentVNode)("",!0)])):(0,n.createCommentVNode)("",!0)]),e.visible?((0,n.openBlock)(),(0,n.createBlock)(a,{key:1,visible:e.visible,"onUpdate:visible":t[4]||(t[4]=t=>e.visible=t),mediaCount:e.curMediaCount,mediaLookerList:e.mediaLookerList},null,8,["visible","mediaCount","mediaLookerList"])):(0,n.createCommentVNode)("",!0),r.showFrame?((0,n.openBlock)(),(0,n.createBlock)(c,{key:2,iframeUrl:r.iframeUrl,onUploadCodingFileSuccess:s.uploadCodingFileSuccess,onClose:s.closeIframe,onCloseAndSave:s.closeAndSave,onSaveCodeOnly:s.saveCodeOnly,onIframeLoaded:s.iframeLoaded,onGetQuestionInfo:s.getQuestionInfo},null,8,["iframeUrl","onUploadCodingFileSuccess","onClose","onCloseAndSave","onSaveCodeOnly","onIframeLoaded","onGetQuestionInfo"])):(0,n.createCommentVNode)("",!0),(0,n.createVNode)(l,{loading:r.loading},null,8,["loading"])])}const Qn={class:"iframeBox"},Xn=["src"];function Wn(e,t,o,i,r,s){const a=(0,n.resolveComponent)("Loading");return(0,n.openBlock)(),(0,n.createElementBlock)("div",null,[(0,n.createElementVNode)("div",Qn,[(0,n.createElementVNode)("iframe",{src:o.iframeUrl,id:"codeIframe",loop:"",allow:"microphone;camera;midi;encrypted-media;unsized-media;vr;xr-spatial-tracking;autoplay",frameborder:"0"},"\r\n <p>Your browser does not support iframes.</p>\r\n ",8,Xn)]),(0,n.createVNode)(a,{loading:r.loading},null,8,["loading"])])}var Kn="data:image/gif;base64,R0lGODlhoACgALMIAJSUlNra2nV1dTIyMra2tvX19SUlJVFRUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ4IDc5LjE2NDAzNiwgMjAxOS8wOC8xMy0wMTowNjo1NyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjY4OTlDN0QwMjIyMTFFQ0JBRUU5OTk2QjM0QkQ4MzMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjY4OTlDN0UwMjIyMTFFQ0JBRUU5OTk2QjM0QkQ4MzMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNjg5OUM3QjAyMjIxMUVDQkFFRTk5OTZCMzRCRDgzMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNjg5OUM3QzAyMjIxMUVDQkFFRTk5OTZCMzRCRDgzMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq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";const zn={class:"loading-box"},Yn={key:0,class:"loading",src:Kn,alt:""};function Jn(e,t,o,i,r,s){return(0,n.openBlock)(),(0,n.createElementBlock)("div",zn,[o.loading?((0,n.openBlock)(),(0,n.createElementBlock)("img",Yn)):(0,n.createCommentVNode)("",!0)])}var Zn={props:{loading:{type:Boolean,default:!1}},data(){return{}}};const $n=(0,Ie.Z)(Zn,[["render",Jn]]);var eo=$n,to={props:{iframeUrl:{type:String,default:""}},data(){return{loading:!0,iframe:null}},mounted(){this.iframe=document.getElementById("codeIframe"),this.iframe.addEventListener("load",this.iframeLoadEvent),window.addEventListener("message",this.messageEvent)},unmounted(){this.removeIframeEvents()},destroyed(){this.removeIframeEvents()},methods:{iframeLoadEvent(){this.loading=!1,this.$emit("iframeLoaded",this.iframe)},messageEvent(e){if("string"===typeof e.data)try{let t=JSON.parse(e.data);this.$emit(t.type,t.data)}catch(t){let n=e.data;this.$emit(n,e)}},removeIframeEvents(){this.iframe&&this.iframe.removeEventListener("load",this.iframeLoadEvent),window.removeEventListener("message",this.messageEvent)}},components:{Loading:eo}};const no=(0,Ie.Z)(to,[["render",Wn]]);var oo=no;function io(){return ro().__VUE_DEVTOOLS_GLOBAL_HOOK__}function ro(){return"undefined"!==typeof navigator&&"undefined"!==typeof window?window:"undefined"!==typeof o.g?o.g:{}}const so="function"===typeof Proxy,ao="devtools-plugin:setup",co="plugin:settings:set";let lo,uo;function fo(){var e;return void 0!==lo||("undefined"!==typeof window&&window.performance?(lo=!0,uo=window.performance):"undefined"!==typeof o.g&&(null===(e=o.g.perf_hooks)||void 0===e?void 0:e.performance)?(lo=!0,uo=o.g.perf_hooks.performance):lo=!1),lo}function ho(){return fo()?uo.now():Date.now()}class po{constructor(e,t){this.target=null,this.targetQueue=[],this.onQueue=[],this.plugin=e,this.hook=t;const n={};if(e.settings)for(const s in e.settings){const t=e.settings[s];n[s]=t.defaultValue}const o=`__vue-devtools-plugin-settings__${e.id}`;let i=Object.assign({},n);try{const e=localStorage.getItem(o),t=JSON.parse(e);Object.assign(i,t)}catch(r){}this.fallbacks={getSettings(){return i},setSettings(e){try{localStorage.setItem(o,JSON.stringify(e))}catch(r){}i=e},now(){return ho()}},t&&t.on(co,((e,t)=>{e===this.plugin.id&&this.fallbacks.setSettings(t)})),this.proxiedOn=new Proxy({},{get:(e,t)=>this.target?this.target.on[t]:(...e)=>{this.onQueue.push({method:t,args:e})}}),this.proxiedTarget=new Proxy({},{get:(e,t)=>this.target?this.target[t]:"on"===t?this.proxiedOn:Object.keys(this.fallbacks).includes(t)?(...e)=>(this.targetQueue.push({method:t,args:e,resolve:()=>{}}),this.fallbacks[t](...e)):(...e)=>new Promise((n=>{this.targetQueue.push({method:t,args:e,resolve:n})}))})}async setRealTarget(e){this.target=e;for(const t of this.onQueue)this.target.on[t.method](...t.args);for(const t of this.targetQueue)t.resolve(await this.target[t.method](...t.args))}}function Ao(e,t){const n=e,o=ro(),i=io(),r=so&&n.enableEarlyProxy;if(!i||!o.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__&&r){const e=r?new po(n,i):null,s=o.__VUE_DEVTOOLS_PLUGINS__=o.__VUE_DEVTOOLS_PLUGINS__||[];s.push({pluginDescriptor:n,setupFn:t,proxy:e}),e&&t(e.proxiedTarget)}else i.emit(ao,e,t)}
|
|
19
22
|
/*!
|
|
20
23
|
* vuex v4.1.0
|
|
21
24
|
* (c) 2022 Evan You
|
|
22
25
|
* @license MIT
|
|
23
26
|
*/
|
|
24
|
-
var po="store";function mo(e,t){Object.keys(e).forEach((function(n){return t(e[n],n)}))}function go(e){return null!==e&&"object"===typeof e}function Ao(e){return e&&"function"===typeof e.then}function vo(e,t){return function(){return e(t)}}function yo(e,t,n){return t.indexOf(e)<0&&(n&&n.prepend?t.unshift(e):t.push(e)),function(){var n=t.indexOf(e);n>-1&&t.splice(n,1)}}function wo(e,t){e._actions=Object.create(null),e._mutations=Object.create(null),e._wrappedGetters=Object.create(null),e._modulesNamespaceMap=Object.create(null);var n=e.state;Co(e,n,[],e._modules.root,!0),bo(e,n,t)}function bo(e,t,o){var r=e._state,i=e._scope;e.getters={},e._makeLocalGettersCache=Object.create(null);var s=e._wrappedGetters,a={},c={},u=(0,n.effectScope)(!0);u.run((function(){mo(s,(function(t,o){a[o]=vo(t,e),c[o]=(0,n.computed)((function(){return a[o]()})),Object.defineProperty(e.getters,o,{get:function(){return c[o].value},enumerable:!0})}))})),e._state=(0,n.reactive)({data:t}),e._scope=u,e.strict&&Mo(e),r&&o&&e._withCommit((function(){r.data=null})),i&&i.stop()}function Co(e,t,n,o,r){var i=!n.length,s=e._modules.getNamespace(n);if(o.namespaced&&(e._modulesNamespaceMap[s],e._modulesNamespaceMap[s]=o),!i&&!r){var a=So(t,n.slice(0,-1)),c=n[n.length-1];e._withCommit((function(){a[c]=o.state}))}var u=o.context=xo(e,s,n);o.forEachMutation((function(t,n){var o=s+n;Bo(e,o,t,u)})),o.forEachAction((function(t,n){var o=t.root?n:s+n,r=t.handler||t;Eo(e,o,r,u)})),o.forEachGetter((function(t,n){var o=s+n;Io(e,o,t,u)})),o.forEachChild((function(o,i){Co(e,t,n.concat(i),o,r)}))}function xo(e,t,n){var o=""===t,r={dispatch:o?e.dispatch:function(n,o,r){var i=Do(n,o,r),s=i.payload,a=i.options,c=i.type;return a&&a.root||(c=t+c),e.dispatch(c,s)},commit:o?e.commit:function(n,o,r){var i=Do(n,o,r),s=i.payload,a=i.options,c=i.type;a&&a.root||(c=t+c),e.commit(c,s,a)}};return Object.defineProperties(r,{getters:{get:o?function(){return e.getters}:function(){return ko(e,t)}},state:{get:function(){return So(e.state,n)}}}),r}function ko(e,t){if(!e._makeLocalGettersCache[t]){var n={},o=t.length;Object.keys(e.getters).forEach((function(r){if(r.slice(0,o)===t){var i=r.slice(o);Object.defineProperty(n,i,{get:function(){return e.getters[r]},enumerable:!0})}})),e._makeLocalGettersCache[t]=n}return e._makeLocalGettersCache[t]}function Bo(e,t,n,o){var r=e._mutations[t]||(e._mutations[t]=[]);r.push((function(t){n.call(e,o.state,t)}))}function Eo(e,t,n,o){var r=e._actions[t]||(e._actions[t]=[]);r.push((function(t){var r=n.call(e,{dispatch:o.dispatch,commit:o.commit,getters:o.getters,state:o.state,rootGetters:e.getters,rootState:e.state},t);return Ao(r)||(r=Promise.resolve(r)),e._devtoolHook?r.catch((function(t){throw e._devtoolHook.emit("vuex:error",t),t})):r}))}function Io(e,t,n,o){e._wrappedGetters[t]||(e._wrappedGetters[t]=function(e){return n(o.state,o.getters,e.state,e.getters)})}function Mo(e){(0,n.watch)((function(){return e._state.data}),(function(){0}),{deep:!0,flush:"sync"})}function So(e,t){return t.reduce((function(e,t){return e[t]}),e)}function Do(e,t,n){return go(e)&&e.type&&(n=t,t=e,e=e.type),{type:e,payload:t,options:n}}var Oo="vuex bindings",jo="vuex:mutations",qo="vuex:actions",No="vuex",_o=0;function Lo(e,t){ho({id:"org.vuejs.vuex",app:e,label:"Vuex",homepage:"https://next.vuex.vuejs.org/",logo:"https://vuejs.org/images/icons/favicon-96x96.png",packageName:"vuex",componentStateTypes:[Oo]},(function(n){n.addTimelineLayer({id:jo,label:"Vuex Mutations",color:Vo}),n.addTimelineLayer({id:qo,label:"Vuex Actions",color:Vo}),n.addInspector({id:No,label:"Vuex",icon:"storage",treeFilterPlaceholder:"Filter stores..."}),n.on.getInspectorTree((function(n){if(n.app===e&&n.inspectorId===No)if(n.filter){var o=[];zo(o,t._modules.root,n.filter,""),n.rootNodes=o}else n.rootNodes=[Uo(t._modules.root,"")]})),n.on.getInspectorState((function(n){if(n.app===e&&n.inspectorId===No){var o=n.nodeId;ko(t,o),n.state=Go(Ho(t._modules,o),"root"===o?t.getters:t._makeLocalGettersCache,o)}})),n.on.editInspectorState((function(n){if(n.app===e&&n.inspectorId===No){var o=n.nodeId,r=n.path;"root"!==o&&(r=o.split("/").filter(Boolean).concat(r)),t._withCommit((function(){n.set(t._state.data,r,n.state.value)}))}})),t.subscribe((function(e,t){var o={};e.payload&&(o.payload=e.payload),o.state=t,n.notifyComponentUpdate(),n.sendInspectorTree(No),n.sendInspectorState(No),n.addTimelineEvent({layerId:jo,event:{time:Date.now(),title:e.type,data:o}})})),t.subscribeAction({before:function(e,t){var o={};e.payload&&(o.payload=e.payload),e._id=_o++,e._time=Date.now(),o.state=t,n.addTimelineEvent({layerId:qo,event:{time:e._time,title:e.type,groupId:e._id,subtitle:"start",data:o}})},after:function(e,t){var o={},r=Date.now()-e._time;o.duration={_custom:{type:"duration",display:r+"ms",tooltip:"Action duration",value:r}},e.payload&&(o.payload=e.payload),o.state=t,n.addTimelineEvent({layerId:qo,event:{time:Date.now(),title:e.type,groupId:e._id,subtitle:"end",data:o}})}})}))}var Vo=8702998,To=6710886,Po=16777215,Qo={label:"namespaced",textColor:Po,backgroundColor:To};function Fo(e){return e&&"root"!==e?e.split("/").slice(-2,-1)[0]:"Root"}function Uo(e,t){return{id:t||"root",label:Fo(t),tags:e.namespaced?[Qo]:[],children:Object.keys(e._children).map((function(n){return Uo(e._children[n],t+n+"/")}))}}function zo(e,t,n,o){o.includes(n)&&e.push({id:o||"root",label:o.endsWith("/")?o.slice(0,o.length-1):o||"Root",tags:t.namespaced?[Qo]:[]}),Object.keys(t._children).forEach((function(r){zo(e,t._children[r],n,o+r+"/")}))}function Go(e,t,n){t="root"===n?t:t[n];var o=Object.keys(t),r={state:Object.keys(e.state).map((function(t){return{key:t,editable:!0,value:e.state[t]}}))};if(o.length){var i=Ro(t);r.getters=Object.keys(i).map((function(e){return{key:e.endsWith("/")?Fo(e):e,editable:!1,value:Yo((function(){return i[e]}))}}))}return r}function Ro(e){var t={};return Object.keys(e).forEach((function(n){var o=n.split("/");if(o.length>1){var r=t,i=o.pop();o.forEach((function(e){r[e]||(r[e]={_custom:{value:{},display:e,tooltip:"Module",abstract:!0}}),r=r[e]._custom.value})),r[i]=Yo((function(){return e[n]}))}else t[n]=Yo((function(){return e[n]}))})),t}function Ho(e,t){var n=t.split("/").filter((function(e){return e}));return n.reduce((function(e,o,r){var i=e[o];if(!i)throw new Error('Missing module "'+o+'" for path "'+t+'".');return r===n.length-1?i:i._children}),"root"===t?e:e.root._children)}function Yo(e){try{return e()}catch(t){return t}}var Ko=function(e,t){this.runtime=t,this._children=Object.create(null),this._rawModule=e;var n=e.state;this.state=("function"===typeof n?n():n)||{}},Wo={namespaced:{configurable:!0}};Wo.namespaced.get=function(){return!!this._rawModule.namespaced},Ko.prototype.addChild=function(e,t){this._children[e]=t},Ko.prototype.removeChild=function(e){delete this._children[e]},Ko.prototype.getChild=function(e){return this._children[e]},Ko.prototype.hasChild=function(e){return e in this._children},Ko.prototype.update=function(e){this._rawModule.namespaced=e.namespaced,e.actions&&(this._rawModule.actions=e.actions),e.mutations&&(this._rawModule.mutations=e.mutations),e.getters&&(this._rawModule.getters=e.getters)},Ko.prototype.forEachChild=function(e){mo(this._children,e)},Ko.prototype.forEachGetter=function(e){this._rawModule.getters&&mo(this._rawModule.getters,e)},Ko.prototype.forEachAction=function(e){this._rawModule.actions&&mo(this._rawModule.actions,e)},Ko.prototype.forEachMutation=function(e){this._rawModule.mutations&&mo(this._rawModule.mutations,e)},Object.defineProperties(Ko.prototype,Wo);var Xo=function(e){this.register([],e,!1)};function Jo(e,t,n){if(t.update(n),n.modules)for(var o in n.modules){if(!t.getChild(o))return void 0;Jo(e.concat(o),t.getChild(o),n.modules[o])}}Xo.prototype.get=function(e){return e.reduce((function(e,t){return e.getChild(t)}),this.root)},Xo.prototype.getNamespace=function(e){var t=this.root;return e.reduce((function(e,n){return t=t.getChild(n),e+(t.namespaced?n+"/":"")}),"")},Xo.prototype.update=function(e){Jo([],this.root,e)},Xo.prototype.register=function(e,t,n){var o=this;void 0===n&&(n=!0);var r=new Ko(t,n);if(0===e.length)this.root=r;else{var i=this.get(e.slice(0,-1));i.addChild(e[e.length-1],r)}t.modules&&mo(t.modules,(function(t,r){o.register(e.concat(r),t,n)}))},Xo.prototype.unregister=function(e){var t=this.get(e.slice(0,-1)),n=e[e.length-1],o=t.getChild(n);o&&o.runtime&&t.removeChild(n)},Xo.prototype.isRegistered=function(e){var t=this.get(e.slice(0,-1)),n=e[e.length-1];return!!t&&t.hasChild(n)};var Zo=function(e){var t=this;void 0===e&&(e={});var n=e.plugins;void 0===n&&(n=[]);var o=e.strict;void 0===o&&(o=!1);var r=e.devtools;this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new Xo(e),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._makeLocalGettersCache=Object.create(null),this._scope=null,this._devtools=r;var i=this,s=this,a=s.dispatch,c=s.commit;this.dispatch=function(e,t){return a.call(i,e,t)},this.commit=function(e,t,n){return c.call(i,e,t,n)},this.strict=o;var u=this._modules.root.state;Co(this,u,[],this._modules.root),bo(this,u),n.forEach((function(e){return e(t)}))},$o={state:{configurable:!0}};Zo.prototype.install=function(e,t){e.provide(t||po,this),e.config.globalProperties.$store=this;var n=void 0!==this._devtools&&this._devtools;n&&Lo(e,this)},$o.state.get=function(){return this._state.data},$o.state.set=function(e){0},Zo.prototype.commit=function(e,t,n){var o=this,r=Do(e,t,n),i=r.type,s=r.payload,a=(r.options,{type:i,payload:s}),c=this._mutations[i];c&&(this._withCommit((function(){c.forEach((function(e){e(s)}))})),this._subscribers.slice().forEach((function(e){return e(a,o.state)})))},Zo.prototype.dispatch=function(e,t){var n=this,o=Do(e,t),r=o.type,i=o.payload,s={type:r,payload:i},a=this._actions[r];if(a){try{this._actionSubscribers.slice().filter((function(e){return e.before})).forEach((function(e){return e.before(s,n.state)}))}catch(u){0}var c=a.length>1?Promise.all(a.map((function(e){return e(i)}))):a[0](i);return new Promise((function(e,t){c.then((function(t){try{n._actionSubscribers.filter((function(e){return e.after})).forEach((function(e){return e.after(s,n.state)}))}catch(u){0}e(t)}),(function(e){try{n._actionSubscribers.filter((function(e){return e.error})).forEach((function(t){return t.error(s,n.state,e)}))}catch(u){0}t(e)}))}))}},Zo.prototype.subscribe=function(e,t){return yo(e,this._subscribers,t)},Zo.prototype.subscribeAction=function(e,t){var n="function"===typeof e?{before:e}:e;return yo(n,this._actionSubscribers,t)},Zo.prototype.watch=function(e,t,o){var r=this;return(0,n.watch)((function(){return e(r.state,r.getters)}),t,Object.assign({},o))},Zo.prototype.replaceState=function(e){var t=this;this._withCommit((function(){t._state.data=e}))},Zo.prototype.registerModule=function(e,t,n){void 0===n&&(n={}),"string"===typeof e&&(e=[e]),this._modules.register(e,t),Co(this,this.state,e,this._modules.get(e),n.preserveState),bo(this,this.state)},Zo.prototype.unregisterModule=function(e){var t=this;"string"===typeof e&&(e=[e]),this._modules.unregister(e),this._withCommit((function(){var n=So(t.state,e.slice(0,-1));delete n[e[e.length-1]]})),wo(this)},Zo.prototype.hasModule=function(e){return"string"===typeof e&&(e=[e]),this._modules.isRegistered(e)},Zo.prototype.hotUpdate=function(e){this._modules.update(e),wo(this,!0)},Zo.prototype._withCommit=function(e){var t=this._committing;this._committing=!0,e(),this._committing=t},Object.defineProperties(Zo.prototype,$o);var er=rr((function(e,t){var n={};return nr(t).forEach((function(t){var o=t.key,r=t.val;n[o]=function(){var t=this.$store.state,n=this.$store.getters;if(e){var o=ir(this.$store,"mapState",e);if(!o)return;t=o.context.state,n=o.context.getters}return"function"===typeof r?r.call(this,t,n):t[r]},n[o].vuex=!0})),n})),tr=(rr((function(e,t){var n={};return nr(t).forEach((function(t){var o=t.key,r=t.val;n[o]=function(){var t=[],n=arguments.length;while(n--)t[n]=arguments[n];var o=this.$store.commit;if(e){var i=ir(this.$store,"mapMutations",e);if(!i)return;o=i.context.commit}return"function"===typeof r?r.apply(this,[o].concat(t)):o.apply(this.$store,[r].concat(t))}})),n})),rr((function(e,t){var n={};return nr(t).forEach((function(t){var o=t.key,r=t.val;r=e+r,n[o]=function(){if(!e||ir(this.$store,"mapGetters",e))return this.$store.getters[r]},n[o].vuex=!0})),n})),rr((function(e,t){var n={};return nr(t).forEach((function(t){var o=t.key,r=t.val;n[o]=function(){var t=[],n=arguments.length;while(n--)t[n]=arguments[n];var o=this.$store.dispatch;if(e){var i=ir(this.$store,"mapActions",e);if(!i)return;o=i.context.dispatch}return"function"===typeof r?r.apply(this,[o].concat(t)):o.apply(this.$store,[r].concat(t))}})),n})));function nr(e){return or(e)?Array.isArray(e)?e.map((function(e){return{key:e,val:e}})):Object.keys(e).map((function(t){return{key:t,val:e[t]}})):[]}function or(e){return Array.isArray(e)||go(e)}function rr(e){return function(t,n){return"string"!==typeof t?(n=t,t=""):"/"!==t.charAt(t.length-1)&&(t+="/"),e(t,n)}}function ir(e,t,n){var o=e._modulesNamespaceMap[n];return o}var sr={name:"Question_Programming",props:{isEnterCodeByInit:{type:Boolean,default:!1},urlQuery:{type:String,default:""},isSub:{type:Boolean,default:!1},questionInfo:{type:Object,default:{}},bus:{type:Object,default:{}},mode:{type:String,default:"exam"}},mounted(){N(this),this.$watch("oss_temp_url",(e=>{if(e){let e=this.isAnswered();this.$emit("getIsAnswered",e),"exam"===this.mode&&this.bus.$emit("questionCardChange",{questionIndex:this.questionInfo.questionIndex-1,answered:e})}}),{immediate:!0})},created(){this.isEnterCodeByInit&&(this.oss_temp_url?this.startCode("2"):this.startCode("1"))},data(){return{iframe:null,showFrame:!1,analyCorrectAnswer:"",iframeUrl:"",code_file_oss_temp_path:"",oss_temp_url:"",scratch_answer_json:"",loading:!1,enterCode:!1,codeTypeMap:{1:"Scratch",2:"Python",3:"PyGame",4:"C++"},codeTypeImgMap:{1:o(3031),2:o(3843),3:o(6543),4:o(2657)},answerMap:{},...JSON.parse(q)}},watch:{questionInfo:{handler(e,t){if(e){this.answerMap=e.answerMap;let t=e.answerMap;t&&(this.code_file_oss_temp_path=t.code_file_oss_temp_path,this.oss_temp_url=t.oss_temp_url)}},immediate:!0}},computed:{...er("zykjcommonQuestions",["pythonCodeWebPath","scratchCodeWebPath","cplusCodeWebPath"])},methods:{...tr("zykjcommonQuestions",["getEditorUrlActions"]),getAnswer(){return{code_file_oss_temp_path:this.code_file_oss_temp_path,oss_temp_url:this.oss_temp_url,scratch_answer_json:this.scratch_answer_json}},isAnswered(){let e=""!==this.oss_temp_url;return e},isCorrect(){let e="1"===this.questionInfo.answerMap.is_correct;return e},getCodeWebPath(e){this.pythonCodeWebPath||this.scratchCodeWebPath||this.cplusCodeWebPath?e&&e():(this.loading=!0,this.getEditorUrlActions().then((()=>{this.loading=!1,e&&e()}),(()=>{this.loading=!1})))},startCode(e){let t=this;this.loading||(this.getCodeWebPath((function(){let n={1:t.questionInfo.template_file_full_url,2:t.oss_temp_url,3:t.oss_temp_url,4:t.questionInfo.reference_file_full_url},o="",r=t.questionInfo.code_type,i=n[e],s=t.urlQuery+`&codeUrl=${i}`;switch(r){case 1:o=`${t.scratchCodeWebPath}/?${s}`;break;case 2:o=`${t.pythonCodeWebPath}/?${s}`;break;case 3:o=`${t.pythonCodeWebPath}/?${s}&pygame=true`;break;case 4:o=`${t.cplusCodeWebPath}/?${s}`;break}t.iframeUrl=o})),this.showFrame=!0)},getQuestionInfo(){let e=this,t={type:"getQuestionInfo",data:e.questionInfo.htmlContent};this.iframe&&this.iframe.contentWindow.postMessage(JSON.stringify(t),"*")},submitCodeQuestionByTimeover(){let e={type:"submitCodeQuestionByTimeover"};this.iframe&&this.iframe.contentWindow.postMessage(JSON.stringify(e),"*")},iframeLoaded(e){this.iframe=e,this.enterCode=!0,this.bus.$emit("enterCode",!0)},closeIframe(){this.enterCode=!1,this.bus.$emit("enterCode",!1),this.showFrame=!1},closeAndSave(e){this.saveCodeOnly(e),this.isEnterCodeByInit||this.closeIframe(),this.$emit("closeAndSave",e)},saveCodeOnly(e){let t=this;this.code_file_oss_temp_path=e.codeFileOssTempPath,this.oss_temp_url=e.ossTempUrl,this.scratch_answer_json=e.scratch_answer_json,this.bus.$emit("submitQuestion",{saveType:1,submitRequestAutoQuit:!1,needSubmitRequest:!1});let n=this.isAnswered();"exam"===this.mode&&this.bus.$emit("questionCardChange",{questionIndex:t.questionInfo.questionIndex-1,answered:n}),this.$emit("saveCodeOnly",e)},uploadCodingFileSuccess(e){this.code_file_oss_temp_path=e.codeFileOssTempPath,this.oss_temp_url=e.ossTempUrl,this.scratch_answer_json=e.scratch_answer_json,this.bus.$emit("uploadCodingFileSuccess")}},components:{IframeComponent:to,MediaLooker:De,Loading:Zn}};const ar=(0,Me.Z)(sr,[["render",Un]]);var cr=ar;let ur={1:"Question_SingleChoice",2:"Question_MultipleChoice",3:"Question_SingleChoice",7:"Question_BriefAnswer",16:"Question_Programming",11:"Question_Reading",4:"Question_FillBlank"};var lr=o(1354),dr=o(9669),fr=o.n(dr),hr=o(7631),pr=o.n(hr);let mr="piw38kulfozrea7ydmjnvbc965q1gt2x",gr=function(e,t,n,o){void 0!=n&&"undefined"!==typeof n["password"]&&(n["password"]=pr().hex_md5(pr().hex_md5(n["password"]+"FE605C9343A3A47764598FDC184EC66F").toUpperCase()+"FE605C9343A3A47764598FDC184EC66F").toUpperCase());let r=e+"\n/student-web"+t+"\n"+o+"\n"+(n?JSON.stringify(n):""),i=lr.enc.Base64.stringify((0,lr.HmacSHA256)(r,mr)),s=function(e){let t=e.replace(/\+/g,"-");t=t.replace(/\//g,"_");let n=t.length%4,o="====";return t+=o.substring(0,n),t};return s(i)};fr().defaults.baseURL="https://jsl-api.thedeer.cn/student-web/",fr().defaults.timeout=6e4,fr().defaults.withCredentials=!0;let Ar=(e,t)=>{if(t&&-1!=t["Content-Type"].indexOf("multipart/form-data")){let t=new FormData;for(let n in e)t.append(n,e[n]);return t}return JSON.stringify(e)},vr=e=>{e=JSON.parse(e),e.hasOwnProperty("errorCode")&&(e.error_code=e.errorCode);let{error_code:t,message:n}=e;if(t){let e=[39002,39003];if(e.indexOf(t)<=-1){let e=n||"系统异常";Ee.messageTip("warning",e)}}return e};function yr(e,t,n,o,r){let i,s;e=e.toUpperCase(),t+=0===n.indexOf("/")?n.substr(1):n;let a=window.isMock;"undefined"!==typeof r&&"undefined"!==typeof r.isMock&&(a=r.isMock,delete r.isMock),a&&r&&r.onUploadProgress&&delete r.onUploadProgress;let c=n;"/"!==n[0]&&(c="/"+n);let u=(new Date).getTime(),l={ts:u,sign:gr(e,c,o,u),token:Ee.getToken()};switch(e){case"Get":s=o||{};break;default:case"POST":i=o||{},l["Content-Type"]=r&&r.contentType?r.contentType:"application/json";break}return t instanceof Array?fr().all([]).then(fr().spread((function(){}))):fr()(Object.assign({headers:l,method:e,url:t,data:i,params:s,transformRequest:Ar,transformResponse:vr},r)).then((e=>e.data)).catch((e=>(console.log("服务端请求/响应错误:",e,e.config),Promise.reject(e))))}const wr=(e,t,n)=>yr("GET","",e,t,n);let br={editorUrl:"/open/editor-url"};const Cr={pythonCodeWebPath:"",scratchCodeWebPath:"",cplusCodeWebPath:""};var xr={namespaced:!0,state:Cr,getters:{},mutations:{setCodeWebPath(e,t){e.pythonCodeWebPath=t.pythonCodeWebPath,e.scratchCodeWebPath=t.scratchCodeWebPath,e.cplusCodeWebPath=t.cplusCodeWebPath}},actions:{getEditorUrlActions({commit:e,dispatch:t}){return new Promise(((t,n)=>{wr(`${br.editorUrl}`).then((n=>{let{error_code:o,data:r}=n;if(!o){let{pythonCodeWebPath:t,scratchCodeWebPath:n,cplusCodeWebPath:o}=r;e("setCodeWebPath",{pythonCodeWebPath:t,scratchCodeWebPath:n,cplusCodeWebPath:o})}t(n)}),(e=>{n(e)}))}))}}};function kr(e){return e.registerModule("zykjcommonQuestions",xr),{install(e){Ee.getVueVersion();e.mixin({methods:{parseQuestionListItem(e,t,n,o=void 0){function r(e,t){e.forEach((e=>{if("img"===e["<>"]&&e.hasOwnProperty("width")){let n=Number(e.width);n>t&&(e.width=Math.floor(t),e.height&&delete e.height)}e.html&&e.html.length&&r(e.html,t)}))}t.forEach(((t,i)=>{if(t.questionComponent=ur[t.question_type],void 0===o?t.questionIndex=i+1:(t.questionIndex=o+1+"-"+(i+1),t.questionIndex2=i+1),n&&n.hasOwnProperty(t.question_id)){if(t.answerMap=n[t.question_id],"analysis"===e){t.answerMap.user_coding_file&&(t.answerMap.oss_temp_url=t.answerMap.user_coding_file),t.score=t.answerMap.question_max_score;let e=Object.keys(t.answerMap),n=/^user_/gi;e.forEach((e=>{if(n.test(e)){let o=e.replace(n,"");t.answerMap[o]=t.answerMap[e]}}))}}else t.answerMap=null;let s=t.question_type;3==s?t.exam_options_data=[{index:1,data:{name:"正确"}},{index:2,data:{name:"错误"}}]:t.exam_options_data&&t.exam_options_data.length&&t.exam_options_data.forEach(((e,t)=>{e.enIndex=Ee.indexToEnIndex(t+1)}));try{let e=JSON.parse(t.content),n=jQuery(".question-list").width()-30;r(e,n),t.htmlContent=$.json2html({},e)}catch(a){t.htmlContent=t.content}try{t.analysis?t.analysisHtmlContent=$.json2html({},JSON.parse(t.analysis)):t.analysisHtmlContent=""}catch(a){t.analysisHtmlContent=t.analysis}t.sub_questions&&t.sub_questions.length&&this.parseQuestionListItem(e,t.sub_questions,n,i)}))}}}),e.component("Question_SingleChoice",qe),e.component("Question_MultipleChoice",mt),e.component("Question_Reading",St),e.component("Question_BriefAnswer",sn),e.component("Question_FillBlank",An),e.component("Question_Programming",cr)},Question_SingleChoice:qe,Question_MultipleChoice:mt,Question_Reading:St,Question_BriefAnswer:sn,Question_FillBlank:An,Question_Programming:cr}}var Br=kr}(),r}()}));
|
|
27
|
+
var mo="store";function To(e,t){Object.keys(e).forEach((function(n){return t(e[n],n)}))}function bo(e){return null!==e&&"object"===typeof e}function go(e){return e&&"function"===typeof e.then}function So(e,t){return function(){return e(t)}}function vo(e,t,n){return t.indexOf(e)<0&&(n&&n.prepend?t.unshift(e):t.push(e)),function(){var n=t.indexOf(e);n>-1&&t.splice(n,1)}}function Mo(e,t){e._actions=Object.create(null),e._mutations=Object.create(null),e._wrappedGetters=Object.create(null),e._modulesNamespaceMap=Object.create(null);var n=e.state;Bo(e,n,[],e._modules.root,!0),yo(e,n,t)}function yo(e,t,o){var i=e._state,r=e._scope;e.getters={},e._makeLocalGettersCache=Object.create(null);var s=e._wrappedGetters,a={},c={},l=(0,n.effectScope)(!0);l.run((function(){To(s,(function(t,o){a[o]=So(t,e),c[o]=(0,n.computed)((function(){return a[o]()})),Object.defineProperty(e.getters,o,{get:function(){return c[o].value},enumerable:!0})}))})),e._state=(0,n.reactive)({data:t}),e._scope=l,e.strict&&Io(e),i&&o&&e._withCommit((function(){i.data=null})),r&&r.stop()}function Bo(e,t,n,o,i){var r=!n.length,s=e._modules.getNamespace(n);if(o.namespaced&&(e._modulesNamespaceMap[s],e._modulesNamespaceMap[s]=o),!r&&!i){var a=xo(t,n.slice(0,-1)),c=n[n.length-1];e._withCommit((function(){a[c]=o.state}))}var l=o.context=Co(e,s,n);o.forEachMutation((function(t,n){var o=s+n;Po(e,o,t,l)})),o.forEachAction((function(t,n){var o=t.root?n:s+n,i=t.handler||t;Eo(e,o,i,l)})),o.forEachGetter((function(t,n){var o=s+n;Go(e,o,t,l)})),o.forEachChild((function(o,r){Bo(e,t,n.concat(r),o,i)}))}function Co(e,t,n){var o=""===t,i={dispatch:o?e.dispatch:function(n,o,i){var r=Do(n,o,i),s=r.payload,a=r.options,c=r.type;return a&&a.root||(c=t+c),e.dispatch(c,s)},commit:o?e.commit:function(n,o,i){var r=Do(n,o,i),s=r.payload,a=r.options,c=r.type;a&&a.root||(c=t+c),e.commit(c,s,a)}};return Object.defineProperties(i,{getters:{get:o?function(){return e.getters}:function(){return wo(e,t)}},state:{get:function(){return xo(e.state,n)}}}),i}function wo(e,t){if(!e._makeLocalGettersCache[t]){var n={},o=t.length;Object.keys(e.getters).forEach((function(i){if(i.slice(0,o)===t){var r=i.slice(o);Object.defineProperty(n,r,{get:function(){return e.getters[i]},enumerable:!0})}})),e._makeLocalGettersCache[t]=n}return e._makeLocalGettersCache[t]}function Po(e,t,n,o){var i=e._mutations[t]||(e._mutations[t]=[]);i.push((function(t){n.call(e,o.state,t)}))}function Eo(e,t,n,o){var i=e._actions[t]||(e._actions[t]=[]);i.push((function(t){var i=n.call(e,{dispatch:o.dispatch,commit:o.commit,getters:o.getters,state:o.state,rootGetters:e.getters,rootState:e.state},t);return go(i)||(i=Promise.resolve(i)),e._devtoolHook?i.catch((function(t){throw e._devtoolHook.emit("vuex:error",t),t})):i}))}function Go(e,t,n,o){e._wrappedGetters[t]||(e._wrappedGetters[t]=function(e){return n(o.state,o.getters,e.state,e.getters)})}function Io(e){(0,n.watch)((function(){return e._state.data}),(function(){0}),{deep:!0,flush:"sync"})}function xo(e,t){return t.reduce((function(e,t){return e[t]}),e)}function Do(e,t,n){return bo(e)&&e.type&&(n=t,t=e,e=e.type),{type:e,payload:t,options:n}}var ko="vuex bindings",Ho="vuex:mutations",No="vuex:actions",Oo="vuex",Vo=0;function Lo(e,t){Ao({id:"org.vuejs.vuex",app:e,label:"Vuex",homepage:"https://next.vuex.vuejs.org/",logo:"https://vuejs.org/images/icons/favicon-96x96.png",packageName:"vuex",componentStateTypes:[ko]},(function(n){n.addTimelineLayer({id:Ho,label:"Vuex Mutations",color:Fo}),n.addTimelineLayer({id:No,label:"Vuex Actions",color:Fo}),n.addInspector({id:Oo,label:"Vuex",icon:"storage",treeFilterPlaceholder:"Filter stores..."}),n.on.getInspectorTree((function(n){if(n.app===e&&n.inspectorId===Oo)if(n.filter){var o=[];Qo(o,t._modules.root,n.filter,""),n.rootNodes=o}else n.rootNodes=[Uo(t._modules.root,"")]})),n.on.getInspectorState((function(n){if(n.app===e&&n.inspectorId===Oo){var o=n.nodeId;wo(t,o),n.state=Xo(Ko(t._modules,o),"root"===o?t.getters:t._makeLocalGettersCache,o)}})),n.on.editInspectorState((function(n){if(n.app===e&&n.inspectorId===Oo){var o=n.nodeId,i=n.path;"root"!==o&&(i=o.split("/").filter(Boolean).concat(i)),t._withCommit((function(){n.set(t._state.data,i,n.state.value)}))}})),t.subscribe((function(e,t){var o={};e.payload&&(o.payload=e.payload),o.state=t,n.notifyComponentUpdate(),n.sendInspectorTree(Oo),n.sendInspectorState(Oo),n.addTimelineEvent({layerId:Ho,event:{time:Date.now(),title:e.type,data:o}})})),t.subscribeAction({before:function(e,t){var o={};e.payload&&(o.payload=e.payload),e._id=Vo++,e._time=Date.now(),o.state=t,n.addTimelineEvent({layerId:No,event:{time:e._time,title:e.type,groupId:e._id,subtitle:"start",data:o}})},after:function(e,t){var o={},i=Date.now()-e._time;o.duration={_custom:{type:"duration",display:i+"ms",tooltip:"Action duration",value:i}},e.payload&&(o.payload=e.payload),o.state=t,n.addTimelineEvent({layerId:No,event:{time:Date.now(),title:e.type,groupId:e._id,subtitle:"end",data:o}})}})}))}var Fo=8702998,Ro=6710886,_o=16777215,jo={label:"namespaced",textColor:_o,backgroundColor:Ro};function qo(e){return e&&"root"!==e?e.split("/").slice(-2,-1)[0]:"Root"}function Uo(e,t){return{id:t||"root",label:qo(t),tags:e.namespaced?[jo]:[],children:Object.keys(e._children).map((function(n){return Uo(e._children[n],t+n+"/")}))}}function Qo(e,t,n,o){o.includes(n)&&e.push({id:o||"root",label:o.endsWith("/")?o.slice(0,o.length-1):o||"Root",tags:t.namespaced?[jo]:[]}),Object.keys(t._children).forEach((function(i){Qo(e,t._children[i],n,o+i+"/")}))}function Xo(e,t,n){t="root"===n?t:t[n];var o=Object.keys(t),i={state:Object.keys(e.state).map((function(t){return{key:t,editable:!0,value:e.state[t]}}))};if(o.length){var r=Wo(t);i.getters=Object.keys(r).map((function(e){return{key:e.endsWith("/")?qo(e):e,editable:!1,value:zo((function(){return r[e]}))}}))}return i}function Wo(e){var t={};return Object.keys(e).forEach((function(n){var o=n.split("/");if(o.length>1){var i=t,r=o.pop();o.forEach((function(e){i[e]||(i[e]={_custom:{value:{},display:e,tooltip:"Module",abstract:!0}}),i=i[e]._custom.value})),i[r]=zo((function(){return e[n]}))}else t[n]=zo((function(){return e[n]}))})),t}function Ko(e,t){var n=t.split("/").filter((function(e){return e}));return n.reduce((function(e,o,i){var r=e[o];if(!r)throw new Error('Missing module "'+o+'" for path "'+t+'".');return i===n.length-1?r:r._children}),"root"===t?e:e.root._children)}function zo(e){try{return e()}catch(t){return t}}var Yo=function(e,t){this.runtime=t,this._children=Object.create(null),this._rawModule=e;var n=e.state;this.state=("function"===typeof n?n():n)||{}},Jo={namespaced:{configurable:!0}};Jo.namespaced.get=function(){return!!this._rawModule.namespaced},Yo.prototype.addChild=function(e,t){this._children[e]=t},Yo.prototype.removeChild=function(e){delete this._children[e]},Yo.prototype.getChild=function(e){return this._children[e]},Yo.prototype.hasChild=function(e){return e in this._children},Yo.prototype.update=function(e){this._rawModule.namespaced=e.namespaced,e.actions&&(this._rawModule.actions=e.actions),e.mutations&&(this._rawModule.mutations=e.mutations),e.getters&&(this._rawModule.getters=e.getters)},Yo.prototype.forEachChild=function(e){To(this._children,e)},Yo.prototype.forEachGetter=function(e){this._rawModule.getters&&To(this._rawModule.getters,e)},Yo.prototype.forEachAction=function(e){this._rawModule.actions&&To(this._rawModule.actions,e)},Yo.prototype.forEachMutation=function(e){this._rawModule.mutations&&To(this._rawModule.mutations,e)},Object.defineProperties(Yo.prototype,Jo);var Zo=function(e){this.register([],e,!1)};function $o(e,t,n){if(t.update(n),n.modules)for(var o in n.modules){if(!t.getChild(o))return void 0;$o(e.concat(o),t.getChild(o),n.modules[o])}}Zo.prototype.get=function(e){return e.reduce((function(e,t){return e.getChild(t)}),this.root)},Zo.prototype.getNamespace=function(e){var t=this.root;return e.reduce((function(e,n){return t=t.getChild(n),e+(t.namespaced?n+"/":"")}),"")},Zo.prototype.update=function(e){$o([],this.root,e)},Zo.prototype.register=function(e,t,n){var o=this;void 0===n&&(n=!0);var i=new Yo(t,n);if(0===e.length)this.root=i;else{var r=this.get(e.slice(0,-1));r.addChild(e[e.length-1],i)}t.modules&&To(t.modules,(function(t,i){o.register(e.concat(i),t,n)}))},Zo.prototype.unregister=function(e){var t=this.get(e.slice(0,-1)),n=e[e.length-1],o=t.getChild(n);o&&o.runtime&&t.removeChild(n)},Zo.prototype.isRegistered=function(e){var t=this.get(e.slice(0,-1)),n=e[e.length-1];return!!t&&t.hasChild(n)};var ei=function(e){var t=this;void 0===e&&(e={});var n=e.plugins;void 0===n&&(n=[]);var o=e.strict;void 0===o&&(o=!1);var i=e.devtools;this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new Zo(e),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._makeLocalGettersCache=Object.create(null),this._scope=null,this._devtools=i;var r=this,s=this,a=s.dispatch,c=s.commit;this.dispatch=function(e,t){return a.call(r,e,t)},this.commit=function(e,t,n){return c.call(r,e,t,n)},this.strict=o;var l=this._modules.root.state;Bo(this,l,[],this._modules.root),yo(this,l),n.forEach((function(e){return e(t)}))},ti={state:{configurable:!0}};ei.prototype.install=function(e,t){e.provide(t||mo,this),e.config.globalProperties.$store=this;var n=void 0!==this._devtools&&this._devtools;n&&Lo(e,this)},ti.state.get=function(){return this._state.data},ti.state.set=function(e){0},ei.prototype.commit=function(e,t,n){var o=this,i=Do(e,t,n),r=i.type,s=i.payload,a=(i.options,{type:r,payload:s}),c=this._mutations[r];c&&(this._withCommit((function(){c.forEach((function(e){e(s)}))})),this._subscribers.slice().forEach((function(e){return e(a,o.state)})))},ei.prototype.dispatch=function(e,t){var n=this,o=Do(e,t),i=o.type,r=o.payload,s={type:i,payload:r},a=this._actions[i];if(a){try{this._actionSubscribers.slice().filter((function(e){return e.before})).forEach((function(e){return e.before(s,n.state)}))}catch(l){0}var c=a.length>1?Promise.all(a.map((function(e){return e(r)}))):a[0](r);return new Promise((function(e,t){c.then((function(t){try{n._actionSubscribers.filter((function(e){return e.after})).forEach((function(e){return e.after(s,n.state)}))}catch(l){0}e(t)}),(function(e){try{n._actionSubscribers.filter((function(e){return e.error})).forEach((function(t){return t.error(s,n.state,e)}))}catch(l){0}t(e)}))}))}},ei.prototype.subscribe=function(e,t){return vo(e,this._subscribers,t)},ei.prototype.subscribeAction=function(e,t){var n="function"===typeof e?{before:e}:e;return vo(n,this._actionSubscribers,t)},ei.prototype.watch=function(e,t,o){var i=this;return(0,n.watch)((function(){return e(i.state,i.getters)}),t,Object.assign({},o))},ei.prototype.replaceState=function(e){var t=this;this._withCommit((function(){t._state.data=e}))},ei.prototype.registerModule=function(e,t,n){void 0===n&&(n={}),"string"===typeof e&&(e=[e]),this._modules.register(e,t),Bo(this,this.state,e,this._modules.get(e),n.preserveState),yo(this,this.state)},ei.prototype.unregisterModule=function(e){var t=this;"string"===typeof e&&(e=[e]),this._modules.unregister(e),this._withCommit((function(){var n=xo(t.state,e.slice(0,-1));delete n[e[e.length-1]]})),Mo(this)},ei.prototype.hasModule=function(e){return"string"===typeof e&&(e=[e]),this._modules.isRegistered(e)},ei.prototype.hotUpdate=function(e){this._modules.update(e),Mo(this,!0)},ei.prototype._withCommit=function(e){var t=this._committing;this._committing=!0,e(),this._committing=t},Object.defineProperties(ei.prototype,ti);var ni=si((function(e,t){var n={};return ii(t).forEach((function(t){var o=t.key,i=t.val;n[o]=function(){var t=this.$store.state,n=this.$store.getters;if(e){var o=ai(this.$store,"mapState",e);if(!o)return;t=o.context.state,n=o.context.getters}return"function"===typeof i?i.call(this,t,n):t[i]},n[o].vuex=!0})),n})),oi=(si((function(e,t){var n={};return ii(t).forEach((function(t){var o=t.key,i=t.val;n[o]=function(){var t=[],n=arguments.length;while(n--)t[n]=arguments[n];var o=this.$store.commit;if(e){var r=ai(this.$store,"mapMutations",e);if(!r)return;o=r.context.commit}return"function"===typeof i?i.apply(this,[o].concat(t)):o.apply(this.$store,[i].concat(t))}})),n})),si((function(e,t){var n={};return ii(t).forEach((function(t){var o=t.key,i=t.val;i=e+i,n[o]=function(){if(!e||ai(this.$store,"mapGetters",e))return this.$store.getters[i]},n[o].vuex=!0})),n})),si((function(e,t){var n={};return ii(t).forEach((function(t){var o=t.key,i=t.val;n[o]=function(){var t=[],n=arguments.length;while(n--)t[n]=arguments[n];var o=this.$store.dispatch;if(e){var r=ai(this.$store,"mapActions",e);if(!r)return;o=r.context.dispatch}return"function"===typeof i?i.apply(this,[o].concat(t)):o.apply(this.$store,[i].concat(t))}})),n})));function ii(e){return ri(e)?Array.isArray(e)?e.map((function(e){return{key:e,val:e}})):Object.keys(e).map((function(t){return{key:t,val:e[t]}})):[]}function ri(e){return Array.isArray(e)||bo(e)}function si(e){return function(t,n){return"string"!==typeof t?(n=t,t=""):"/"!==t.charAt(t.length-1)&&(t+="/"),e(t,n)}}function ai(e,t,n){var o=e._modulesNamespaceMap[n];return o}var ci={name:"Question_Programming",props:{isEnterCodeByInit:{type:Boolean,default:!1},urlQuery:{type:String,default:""},isSub:{type:Boolean,default:!1},questionInfo:{type:Object,default:{}},bus:{type:Object,default:{}},mode:{type:String,default:"exam"}},mounted(){H(this),this.$watch("oss_temp_url",(e=>{if(e){let e=this.isAnswered();this.$emit("getIsAnswered",e),"exam"===this.mode&&this.bus.$emit("questionCardChange",{questionIndex:this.questionInfo.questionIndex-1,answered:e})}}),{immediate:!0})},created(){this.isEnterCodeByInit&&(this.oss_temp_url?this.startCode("2"):this.startCode("1"))},data(){return{iframe:null,showFrame:!1,analyCorrectAnswer:"",iframeUrl:"",code_file_oss_temp_path:"",oss_temp_url:"",scratch_answer_json:"",loading:!1,enterCode:!1,codeTypeMap:{1:"Scratch",2:"Python",3:"PyGame",4:"C++"},codeTypeImgMap:{1:o(3031),2:o(3843),3:o(6543),4:o(2657)},answerMap:{},...JSON.parse(k)}},watch:{questionInfo:{handler(e,t){if(e){this.answerMap=e.answerMap;let t=e.answerMap;t&&(this.code_file_oss_temp_path=t.code_file_oss_temp_path,this.oss_temp_url=t.oss_temp_url)}},immediate:!0}},computed:{...ni("zykjcommonQuestions",["pythonCodeWebPath","scratchCodeWebPath","cplusCodeWebPath"])},methods:{...oi("zykjcommonQuestions",["getEditorUrlActions"]),getAnswer(){return{code_file_oss_temp_path:this.code_file_oss_temp_path,oss_temp_url:this.oss_temp_url,scratch_answer_json:this.scratch_answer_json}},isAnswered(){let e=""!==this.oss_temp_url;return e},isCorrect(){let e="1"===this.questionInfo.answerMap.is_correct;return e},getCodeWebPath(e){this.pythonCodeWebPath||this.scratchCodeWebPath||this.cplusCodeWebPath?e&&e():(this.loading=!0,this.getEditorUrlActions().then((()=>{this.loading=!1,e&&e()}),(()=>{this.loading=!1})))},startCode(e){let t=this;this.loading||(this.getCodeWebPath((function(){let n={1:t.questionInfo.template_file_full_url,2:t.oss_temp_url,3:t.oss_temp_url,4:t.questionInfo.reference_file_full_url},o="",i=t.questionInfo.code_type,r=n[e],s=t.urlQuery+`&codeUrl=${r}`;switch(i){case 1:o=`${t.scratchCodeWebPath}/?${s}`;break;case 2:o=`${t.pythonCodeWebPath}/?${s}`;break;case 3:o=`${t.pythonCodeWebPath}/?${s}&pygame=true`;break;case 4:o=`${t.cplusCodeWebPath}/?${s}`;break}t.iframeUrl=o})),this.showFrame=!0)},getQuestionInfo(){let e=this,t={type:"getQuestionInfo",data:e.questionInfo.htmlContent};this.iframe&&this.iframe.contentWindow.postMessage(JSON.stringify(t),"*")},submitCodeQuestionByTimeover(){let e={type:"submitCodeQuestionByTimeover"};this.iframe&&this.iframe.contentWindow.postMessage(JSON.stringify(e),"*")},iframeLoaded(e){this.iframe=e,this.enterCode=!0,this.bus.$emit("enterCode",!0)},closeIframe(){this.enterCode=!1,this.bus.$emit("enterCode",!1),this.showFrame=!1},closeAndSave(e){this.saveCodeOnly(e),this.isEnterCodeByInit||this.closeIframe(),this.$emit("closeAndSave",e)},saveCodeOnly(e){let t=this;this.code_file_oss_temp_path=e.codeFileOssTempPath,this.oss_temp_url=e.ossTempUrl,this.scratch_answer_json=e.scratch_answer_json,this.bus.$emit("submitQuestion",{saveType:1,submitRequestAutoQuit:!1,needSubmitRequest:!1});let n=this.isAnswered();"exam"===this.mode&&this.bus.$emit("questionCardChange",{questionIndex:t.questionInfo.questionIndex-1,answered:n}),this.$emit("saveCodeOnly",e)},uploadCodingFileSuccess(e){this.code_file_oss_temp_path=e.codeFileOssTempPath,this.oss_temp_url=e.ossTempUrl,this.scratch_answer_json=e.scratch_answer_json,this.bus.$emit("uploadCodingFileSuccess")}},components:{IframeComponent:oo,MediaLooker:De,Loading:eo}};const li=(0,Ie.Z)(ci,[["render",Un]]);var ui=li;const di={class:"zykjcommon-question",style:{width:"100%",height:"100%"}},fi={class:"question-classify"},hi=(0,n.createStaticVNode)('<div class="box"><div class="box-item"><div class="main-block"></div><div class="main-content"><div class="main-append"></div></div></div><div class="box-item"><div class="main-block"></div><div class="main-content"><div class="main-append"></div></div></div></div>',1),pi={class:"list-outter"},Ai=(0,n.createElementVNode)("div",{class:"prev"},[(0,n.createElementVNode)("div",{class:"prev-main"})],-1),mi=(0,n.createElementVNode)("div",{class:"next"},[(0,n.createElementVNode)("div",{class:"next-main"})],-1),Ti={class:"list"},bi={class:"list-item-text"};function gi(e,t,o,i,r,s){return(0,n.openBlock)(),(0,n.createElementBlock)("div",di,[(0,n.createElementVNode)("div",fi,[hi,(0,n.createElementVNode)("div",pi,[Ai,mi,(0,n.createElementVNode)("div",Ti,[((0,n.openBlock)(!0),(0,n.createElementBlock)(n.Fragment,null,(0,n.renderList)(r.list,((e,t)=>((0,n.openBlock)(),(0,n.createElementBlock)("div",{class:"list-item",key:t},[(0,n.createElementVNode)("div",bi,(0,n.toDisplayString)(e.name),1)])))),128))])])])])}let Si=function(e=1440,t=0,n=1){let o=100,i=document.documentElement.clientWidth||document.body.clientWidth,r=document.documentElement.clientHeight||document.body.clientHeight;r-=t;let s=document.getElementsByTagName("html")[0],a=4/3,c=a/(i/r),l=parseInt(i*c);s.style.fontSize=l/e*o*n+"px",console.log(s.style.fontSize)},vi=Ee.getDeviceEnv();var Mi={name:"Question_Classify",props:{questionInfo:{type:Object,default:{}},bus:{type:Object,default:{}},mode:{type:String,default:"exam"}},created(){this.setRootFontSize(),window.addEventListener("resize",this.setRootFontSize)},unmounted(){this.unmountedDo()},destroyed(){this.unmountedDo()},mounted(){this.init(),this.$watch("list",(e=>{e&&e.length&&this.$nextTick((()=>{this.dothings()}))})),setTimeout((()=>{this.list=[{name:"每年春夏秋冬季节变化"},{name:"音乐播放10次"},{name:"把10个梨子放进篮子"},{name:"音乐播放9次"},{name:"把9个梨子放进篮子"},{name:"音乐播放8次"},{name:"把8个梨子放进篮子"},{name:"音乐播放6次"}]}),500)},data(){return{analyCorrectAnswer:"",exam_options_data:[],answerMap:{},list:[],env:vi,p1:{},p2:{},listItem:null,moveDiv:null,timer:null,mousedown:"mobile"===vi?"touchstart":"mousedown",mousemove:"mobile"===vi?"touchmove":"mousemove",mouseup:"mobile"===vi?"touchend":"mouseup",dragWay:"",flag:!1,scrollDistance:3e3}},watch:{},computed:{},methods:{setRootFontSize(){Si(1e3,140,1.08)},unmountedDo(){window.removeEventListener("resize",this.setRootFontSize),document.removeEventListener("gesturestart",this.gesturestartListener),$(".question-classify .append-item").off(this.mousedown),$(".question-classify .list-item").off(this.mousedown),$(document).off(this.mouseup);let e=document.getElementsByTagName("html")[0];e.style.fontSize=""},gesturestartListener(e){e.preventDefault()},init(){"mobile"===vi&&document.addEventListener("gesturestart",this.gesturestartListener)},getSpecArr(){let e=this,t=[],n=e.moveDiv.offset().left,o=n+e.moveDiv.width(),i=e.moveDiv.offset().top,r=i+e.moveDiv.height();return $(".box-item").each(((e,s)=>{let a=$(s),c=a.offset().left,l=c+a.width(),u=a.offset().top,d=u+a.height();n>c&&o<l&&i>u&&r<d&&t.push({dom:a})})),t},bindDragDomEvent(e,t){let n=this;e.on(this.mousedown,(function(e){n.moveDiv||(n.flag=!1,n.dragWay=t,console.log(e),e.stopPropagation(),e.preventDefault(),n.listItem=$(this),n.listItem.addClass("drag"),n.p1.moveX=n.listItem.offset().left,n.p1.moveY=n.listItem.offset().top-30,console.log(this.p1),n.moveDiv=$(`<div class="question-classify-moveDiv"><div class="list-item-text">${n.listItem.find(".list-item-text").text()}</div></div>`),n.moveDiv.css({left:`${n.p1.moveX}px`,top:`${n.p1.moveY}px`}),$("body").append(n.moveDiv),$(document).on(n.mousemove,(function(e){e.stopPropagation(),n.p2.moveX=e.clientX||e.originalEvent.touches&&e.originalEvent.touches[0].clientX,n.p2.moveY=e.clientY||e.originalEvent.touches&&e.originalEvent.touches[0].clientY;let t=n.p2.moveX-n.moveDiv.width()/2,o=n.p2.moveY-n.moveDiv.height()/2;n.moveDiv.css({left:t+"px",top:o+"px"})})))}))},appendMoveDiv(e){let t=this;t.listItem.remove();let n=$(`<div class="${e.appendItemClassName}"><div class="list-item-text">${t.moveDiv.find(".list-item-text").text()}</div></div>`);n.css({opacity:0}),e.targetList.append(n),e.targetList[e.scrollDirection](t.scrollDistance);let o=n.offset().left,i=n.offset().top;t.moveDiv.css({transition:"all 0.5s",left:o,top:i}).on("transitionend",(function(){t.flag||(t.moveDiv.remove(),t.moveDiv.off("transitionend"),t.moveDiv=null,n.css({opacity:1}),t.bindDragDomEvent(n,e.op)),t.flag=!0}))},bindNextPrevEvent(e){$(`.question-classify .${e}`).on("click",(function(t){t.stopPropagation(),t.preventDefault();let n=$(".question-classify .list-item"),o=$(".question-classify .list"),i=n.outerWidth()*("next"===e?1:-1),r=o.scrollLeft();console.log(r),$(".question-classify .list").stop(!0).animate({scrollLeft:r+i},500)}))},dothings(){let e=this;e.bindDragDomEvent($(".question-classify .list-item"),"go"),$(document).on(e.mouseup,(function(t){if("go"===e.dragWay){if($(document).off(e.mousemove),e.listItem&&e.listItem.removeClass("drag"),e.moveDiv){let t=e.getSpecArr();if(0===t.length)e.moveDiv&&(e.moveDiv.remove(),e.moveDiv=null);else{let n=t[0].dom;e.appendMoveDiv({targetList:n.find(".main-append"),appendItemClassName:"append-item",op:"back",scrollDirection:"scrollTop"})}}}else if("back"===e.dragWay&&($(document).off(e.mousemove),e.listItem&&e.listItem.removeClass("drag"),e.moveDiv)){let t=e.getSpecArr();if(0===t.length)e.appendMoveDiv({targetList:$(".question-classify .list"),appendItemClassName:"list-item",op:"go",scrollDirection:"scrollLeft"});else{let n=t[0].dom,o=e.listItem.parents(".question-classify .box-item");n.get(0)===o.get(0)?(console.log("自己"),e.moveDiv.remove(),e.moveDiv=null,e.listItem&&e.listItem.removeClass("drag")):(console.log("不是自己"),e.appendMoveDiv({targetList:n.find(".main-append"),appendItemClassName:"append-item",op:"back",scrollDirection:"scrollTop"}),console.log("不是自己"))}console.log(t.length)}})),e.bindNextPrevEvent("next"),e.bindNextPrevEvent("prev")}},components:{}};const yi=(0,Ie.Z)(Mi,[["render",gi]]);var Bi=yi;let Ci={1:"Question_SingleChoice",2:"Question_MultipleChoice",3:"Question_SingleChoice",7:"Question_BriefAnswer",16:"Question_Programming",11:"Question_Reading",4:"Question_FillBlank",17:"Question_Classify"};var wi=o(1354),Pi=o(9669),Ei=o.n(Pi),Gi=o(7631),Ii=o.n(Gi);let xi="piw38kulfozrea7ydmjnvbc965q1gt2x",Di=function(e,t,n,o){void 0!=n&&"undefined"!==typeof n["password"]&&(n["password"]=Ii().hex_md5(Ii().hex_md5(n["password"]+"FE605C9343A3A47764598FDC184EC66F").toUpperCase()+"FE605C9343A3A47764598FDC184EC66F").toUpperCase());let i=e+"\n/student-web"+t+"\n"+o+"\n"+(n?JSON.stringify(n):""),r=wi.enc.Base64.stringify((0,wi.HmacSHA256)(i,xi)),s=function(e){let t=e.replace(/\+/g,"-");t=t.replace(/\//g,"_");let n=t.length%4,o="====";return t+=o.substring(0,n),t};return s(r)};Ei().defaults.baseURL="https://jsl-api.thedeer.cn/student-web/",Ei().defaults.timeout=6e4,Ei().defaults.withCredentials=!0;let ki=(e,t)=>{if(t&&-1!=t["Content-Type"].indexOf("multipart/form-data")){let t=new FormData;for(let n in e)t.append(n,e[n]);return t}return JSON.stringify(e)},Hi=e=>{e=JSON.parse(e),e.hasOwnProperty("errorCode")&&(e.error_code=e.errorCode);let{error_code:t,message:n}=e;if(t){let e=[39002,39003];if(e.indexOf(t)<=-1){let e=n||"系统异常";Ee.messageTip("warning",e)}}return e};function Ni(e,t,n,o,i){let r,s;e=e.toUpperCase(),t+=0===n.indexOf("/")?n.substr(1):n;let a=window.isMock;"undefined"!==typeof i&&"undefined"!==typeof i.isMock&&(a=i.isMock,delete i.isMock),a&&i&&i.onUploadProgress&&delete i.onUploadProgress;let c=n;"/"!==n[0]&&(c="/"+n);let l=(new Date).getTime(),u={ts:l,sign:Di(e,c,o,l),token:Ee.getToken()};switch(e){case"Get":s=o||{};break;default:case"POST":r=o||{},u["Content-Type"]=i&&i.contentType?i.contentType:"application/json";break}return t instanceof Array?Ei().all([]).then(Ei().spread((function(){}))):Ei()(Object.assign({headers:u,method:e,url:t,data:r,params:s,transformRequest:ki,transformResponse:Hi},i)).then((e=>e.data)).catch((e=>(console.log("服务端请求/响应错误:",e,e.config),Promise.reject(e))))}const Oi=(e,t,n)=>Ni("GET","",e,t,n);let Vi={editorUrl:"/open/editor-url"};const Li={pythonCodeWebPath:"",scratchCodeWebPath:"",cplusCodeWebPath:""};var Fi={namespaced:!0,state:Li,getters:{},mutations:{setCodeWebPath(e,t){e.pythonCodeWebPath=t.pythonCodeWebPath,e.scratchCodeWebPath=t.scratchCodeWebPath,e.cplusCodeWebPath=t.cplusCodeWebPath}},actions:{getEditorUrlActions({commit:e,dispatch:t}){return new Promise(((t,n)=>{Oi(`${Vi.editorUrl}`).then((n=>{let{error_code:o,data:i}=n;if(!o){let{pythonCodeWebPath:t,scratchCodeWebPath:n,cplusCodeWebPath:o}=i;e("setCodeWebPath",{pythonCodeWebPath:t,scratchCodeWebPath:n,cplusCodeWebPath:o})}t(n)}),(e=>{n(e)}))}))}}};function Ri(e){return e.registerModule("zykjcommonQuestions",Fi),{install(e){Ee.getVueVersion();e.mixin({methods:{parseQuestionListItem(e,t,n,o=void 0){function i(e,t){e.forEach((e=>{if("img"===e["<>"]&&e.hasOwnProperty("width")){let n=Number(e.width);n>t&&(e.width=Math.floor(t),e.height&&delete e.height)}e.html&&e.html.length&&i(e.html,t)}))}t.forEach(((t,r)=>{if(t.questionComponent=Ci[t.question_type],void 0===o?t.questionIndex=r+1:(t.questionIndex=o+1+"-"+(r+1),t.questionIndex2=r+1),n&&n.hasOwnProperty(t.question_id)){if(t.answerMap=n[t.question_id],"analysis"===e){t.answerMap.user_coding_file&&(t.answerMap.oss_temp_url=t.answerMap.user_coding_file),t.score=t.answerMap.question_max_score;let e=Object.keys(t.answerMap),n=/^user_/gi;e.forEach((e=>{if(n.test(e)){let o=e.replace(n,"");t.answerMap[o]=t.answerMap[e]}}))}}else t.answerMap=null;let s=t.question_type;3==s?t.exam_options_data=[{index:1,data:{name:"正确"}},{index:2,data:{name:"错误"}}]:t.exam_options_data&&t.exam_options_data.length&&t.exam_options_data.forEach(((e,t)=>{e.enIndex=Ee.indexToEnIndex(t+1)}));try{let e=JSON.parse(t.content),n=jQuery(".question-list").width()-30;i(e,n),t.htmlContent=$.json2html({},e)}catch(a){t.htmlContent=t.content}try{t.analysis?t.analysisHtmlContent=$.json2html({},JSON.parse(t.analysis)):t.analysisHtmlContent=""}catch(a){t.analysisHtmlContent=t.analysis}t.sub_questions&&t.sub_questions.length&&this.parseQuestionListItem(e,t.sub_questions,n,r)}))}}}),e.component("Question_SingleChoice",Ne),e.component("Question_MultipleChoice",Tt),e.component("Question_Reading",xt),e.component("Question_BriefAnswer",cn),e.component("Question_FillBlank",gn),e.component("Question_Programming",ui),e.component("Question_Classify",Bi)},Question_SingleChoice:Ne,Question_MultipleChoice:Tt,Question_Reading:xt,Question_BriefAnswer:cn,Question_FillBlank:gn,Question_Programming:ui,Question_Classify:Bi}}var _i=Ri}(),i}()}));
|