@zykjcommon/questions 0.0.1 → 0.0.2
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/@types/global.d.ts +3 -0
- package/dist/zykjcommon-questions.common.js +12 -33
- package/dist/zykjcommon-questions.umd.js +12 -33
- package/dist/zykjcommon-questions.umd.min.js +1 -1
- package/package.json +2 -1
- package/src/components/questions/QuestionReader.js +12 -11
- package/src/components/questions/Question_SingleChoice.vue +6 -3
- package/src/components/questions/buildEntry.js +2 -1
- package/src/main.ts +7 -2
- package/src/views/exam/Exam.vue +7 -1
- package/src/assets/js/zykjcommon-questions.umd.min.js +0 -18
package/@types/global.d.ts
CHANGED
|
@@ -10713,7 +10713,7 @@ if (typeof window !== 'undefined') {
|
|
|
10713
10713
|
|
|
10714
10714
|
;// CONCATENATED MODULE: external {"commonjs":"vue","commonjs2":"vue","root":"Vue"}
|
|
10715
10715
|
var external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject = require("vue");
|
|
10716
|
-
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[4]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/questions/Question_SingleChoice.vue?vue&type=template&id=
|
|
10716
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[4]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/questions/Question_SingleChoice.vue?vue&type=template&id=a07bdb32
|
|
10717
10717
|
|
|
10718
10718
|
const _hoisted_1 = {
|
|
10719
10719
|
class: "zykjcommon-question"
|
|
@@ -10838,7 +10838,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10838
10838
|
mediaLookerList: _ctx.mediaLookerList
|
|
10839
10839
|
}, null, 8, ["visible", "mediaCount", "mediaLookerList"])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true)]);
|
|
10840
10840
|
}
|
|
10841
|
-
;// CONCATENATED MODULE: ./src/components/questions/Question_SingleChoice.vue?vue&type=template&id=
|
|
10841
|
+
;// CONCATENATED MODULE: ./src/components/questions/Question_SingleChoice.vue?vue&type=template&id=a07bdb32
|
|
10842
10842
|
|
|
10843
10843
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.push.js
|
|
10844
10844
|
var es_array_push = __webpack_require__(7658);
|
|
@@ -12618,30 +12618,10 @@ var exportHelper = __webpack_require__(3744);
|
|
|
12618
12618
|
const __exports__ = /*#__PURE__*/(0,exportHelper/* default */.Z)(MediaLookervue_type_script_lang_js, [['render',MediaLookervue_type_template_id_ec152b5e_render]])
|
|
12619
12619
|
|
|
12620
12620
|
/* harmony default export */ var MediaLooker = (__exports__);
|
|
12621
|
-
;// CONCATENATED MODULE: ./node_modules/mitt/dist/mitt.mjs
|
|
12622
|
-
/* harmony default export */ function mitt(n){return{all:n=n||new Map,on:function(t,e){var i=n.get(t);i?i.push(e):n.set(t,[e])},off:function(t,e){var i=n.get(t);i&&(e?i.splice(i.indexOf(e)>>>0,1):n.set(t,[]))},emit:function(t,e){var i=n.get(t);i&&i.slice().map(function(n){n(e)}),(i=n.get("*"))&&i.slice().map(function(n){n(t,e)})}}}
|
|
12623
|
-
//# sourceMappingURL=mitt.mjs.map
|
|
12624
|
-
|
|
12625
|
-
;// CONCATENATED MODULE: ./src/assets/js/bus.js
|
|
12626
|
-
|
|
12627
|
-
|
|
12628
|
-
// 初始化一个 mitt 实例
|
|
12629
|
-
const emitter = mitt();
|
|
12630
|
-
|
|
12631
|
-
// 定义一个空对象用来承载我们的自定义方法
|
|
12632
|
-
const bus = {};
|
|
12633
|
-
|
|
12634
|
-
// 把你要用到的方法添加到 bus 对象上
|
|
12635
|
-
bus.$on = emitter.on;
|
|
12636
|
-
bus.$emit = emitter.emit;
|
|
12637
|
-
|
|
12638
|
-
// 最终是暴露自己定义的 bus
|
|
12639
|
-
/* harmony default export */ var js_bus = (bus);
|
|
12640
12621
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/questions/Question_SingleChoice.vue?vue&type=script&lang=js
|
|
12641
12622
|
|
|
12642
12623
|
|
|
12643
12624
|
|
|
12644
|
-
|
|
12645
12625
|
/* harmony default export */ var Question_SingleChoicevue_type_script_lang_js = ({
|
|
12646
12626
|
name: 'Question_singleChoice',
|
|
12647
12627
|
props: {
|
|
@@ -12657,6 +12637,10 @@ bus.$emit = emitter.emit;
|
|
|
12657
12637
|
type: Object,
|
|
12658
12638
|
default: {}
|
|
12659
12639
|
},
|
|
12640
|
+
bus: {
|
|
12641
|
+
type: Object,
|
|
12642
|
+
default: {}
|
|
12643
|
+
},
|
|
12660
12644
|
mode: {
|
|
12661
12645
|
type: String,
|
|
12662
12646
|
default: 'exam'
|
|
@@ -12669,12 +12653,12 @@ bus.$emit = emitter.emit;
|
|
|
12669
12653
|
let isSub = this.isSub;
|
|
12670
12654
|
if (!isSub) {
|
|
12671
12655
|
let answered = this.isAnswered();
|
|
12672
|
-
this.mode === 'exam' &&
|
|
12656
|
+
this.mode === 'exam' && this.bus.$emit('questionCardChange', {
|
|
12673
12657
|
questionIndex: this.questionInfo.questionIndex - 1,
|
|
12674
12658
|
answered
|
|
12675
12659
|
});
|
|
12676
12660
|
} else {
|
|
12677
|
-
this.mode === 'exam' &&
|
|
12661
|
+
this.mode === 'exam' && this.bus.$emit('optionChange');
|
|
12678
12662
|
this.mode === 'exam' && this.emit('optionChange', {
|
|
12679
12663
|
orderIndex: this.orderIndex,
|
|
12680
12664
|
isAnswered: self.isAnswered()
|
|
@@ -12787,28 +12771,23 @@ bus.$emit = emitter.emit;
|
|
|
12787
12771
|
const Question_SingleChoice_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(Question_SingleChoicevue_type_script_lang_js, [['render',render]])
|
|
12788
12772
|
|
|
12789
12773
|
/* harmony default export */ var Question_SingleChoice = (Question_SingleChoice_exports_);
|
|
12790
|
-
;// CONCATENATED MODULE: ./src/components/questions/
|
|
12774
|
+
;// CONCATENATED MODULE: ./src/components/questions/buildEntry.js
|
|
12791
12775
|
/**
|
|
12792
12776
|
* Created by Allen Liu on 2023/7/14.
|
|
12793
12777
|
*/
|
|
12778
|
+
//此文件作为打包入口,打包后的dist文件给vue3用
|
|
12794
12779
|
|
|
12795
12780
|
|
|
12796
|
-
/* harmony default export */ var
|
|
12781
|
+
/* harmony default export */ var buildEntry = ({
|
|
12797
12782
|
install(Vue) {
|
|
12798
12783
|
Vue.component('Question_SingleChoice', Question_SingleChoice);
|
|
12799
12784
|
},
|
|
12800
12785
|
Question_SingleChoice: Question_SingleChoice
|
|
12801
12786
|
});
|
|
12802
|
-
|
|
12803
|
-
// export let ppp = {
|
|
12804
|
-
// install(Vue){
|
|
12805
|
-
// Vue.component('Question_SingleChoice',Question_SingleChoice)
|
|
12806
|
-
// }
|
|
12807
|
-
// }
|
|
12808
12787
|
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
|
|
12809
12788
|
|
|
12810
12789
|
|
|
12811
|
-
/* harmony default export */ var entry_lib = (
|
|
12790
|
+
/* harmony default export */ var entry_lib = (buildEntry);
|
|
12812
12791
|
|
|
12813
12792
|
|
|
12814
12793
|
}();
|
|
@@ -10731,7 +10731,7 @@ if (typeof window !== 'undefined') {
|
|
|
10731
10731
|
|
|
10732
10732
|
// EXTERNAL MODULE: external {"commonjs":"vue","commonjs2":"vue","root":"Vue"}
|
|
10733
10733
|
var external_commonjs_vue_commonjs2_vue_root_Vue_ = __webpack_require__(7203);
|
|
10734
|
-
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-85.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[4]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/questions/Question_SingleChoice.vue?vue&type=template&id=
|
|
10734
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-85.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[4]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/questions/Question_SingleChoice.vue?vue&type=template&id=a07bdb32
|
|
10735
10735
|
|
|
10736
10736
|
const _hoisted_1 = {
|
|
10737
10737
|
class: "zykjcommon-question"
|
|
@@ -10856,7 +10856,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10856
10856
|
mediaLookerList: _ctx.mediaLookerList
|
|
10857
10857
|
}, null, 8, ["visible", "mediaCount", "mediaLookerList"])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true)]);
|
|
10858
10858
|
}
|
|
10859
|
-
;// CONCATENATED MODULE: ./src/components/questions/Question_SingleChoice.vue?vue&type=template&id=
|
|
10859
|
+
;// CONCATENATED MODULE: ./src/components/questions/Question_SingleChoice.vue?vue&type=template&id=a07bdb32
|
|
10860
10860
|
|
|
10861
10861
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.push.js
|
|
10862
10862
|
var es_array_push = __webpack_require__(7658);
|
|
@@ -12636,30 +12636,10 @@ var exportHelper = __webpack_require__(3744);
|
|
|
12636
12636
|
const __exports__ = /*#__PURE__*/(0,exportHelper/* default */.Z)(MediaLookervue_type_script_lang_js, [['render',MediaLookervue_type_template_id_ec152b5e_render]])
|
|
12637
12637
|
|
|
12638
12638
|
/* harmony default export */ var MediaLooker = (__exports__);
|
|
12639
|
-
;// CONCATENATED MODULE: ./node_modules/mitt/dist/mitt.mjs
|
|
12640
|
-
/* harmony default export */ function mitt(n){return{all:n=n||new Map,on:function(t,e){var i=n.get(t);i?i.push(e):n.set(t,[e])},off:function(t,e){var i=n.get(t);i&&(e?i.splice(i.indexOf(e)>>>0,1):n.set(t,[]))},emit:function(t,e){var i=n.get(t);i&&i.slice().map(function(n){n(e)}),(i=n.get("*"))&&i.slice().map(function(n){n(t,e)})}}}
|
|
12641
|
-
//# sourceMappingURL=mitt.mjs.map
|
|
12642
|
-
|
|
12643
|
-
;// CONCATENATED MODULE: ./src/assets/js/bus.js
|
|
12644
|
-
|
|
12645
|
-
|
|
12646
|
-
// 初始化一个 mitt 实例
|
|
12647
|
-
const emitter = mitt();
|
|
12648
|
-
|
|
12649
|
-
// 定义一个空对象用来承载我们的自定义方法
|
|
12650
|
-
const bus = {};
|
|
12651
|
-
|
|
12652
|
-
// 把你要用到的方法添加到 bus 对象上
|
|
12653
|
-
bus.$on = emitter.on;
|
|
12654
|
-
bus.$emit = emitter.emit;
|
|
12655
|
-
|
|
12656
|
-
// 最终是暴露自己定义的 bus
|
|
12657
|
-
/* harmony default export */ var js_bus = (bus);
|
|
12658
12639
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-85.use[1]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/questions/Question_SingleChoice.vue?vue&type=script&lang=js
|
|
12659
12640
|
|
|
12660
12641
|
|
|
12661
12642
|
|
|
12662
|
-
|
|
12663
12643
|
/* harmony default export */ var Question_SingleChoicevue_type_script_lang_js = ({
|
|
12664
12644
|
name: 'Question_singleChoice',
|
|
12665
12645
|
props: {
|
|
@@ -12675,6 +12655,10 @@ bus.$emit = emitter.emit;
|
|
|
12675
12655
|
type: Object,
|
|
12676
12656
|
default: {}
|
|
12677
12657
|
},
|
|
12658
|
+
bus: {
|
|
12659
|
+
type: Object,
|
|
12660
|
+
default: {}
|
|
12661
|
+
},
|
|
12678
12662
|
mode: {
|
|
12679
12663
|
type: String,
|
|
12680
12664
|
default: 'exam'
|
|
@@ -12687,12 +12671,12 @@ bus.$emit = emitter.emit;
|
|
|
12687
12671
|
let isSub = this.isSub;
|
|
12688
12672
|
if (!isSub) {
|
|
12689
12673
|
let answered = this.isAnswered();
|
|
12690
|
-
this.mode === 'exam' &&
|
|
12674
|
+
this.mode === 'exam' && this.bus.$emit('questionCardChange', {
|
|
12691
12675
|
questionIndex: this.questionInfo.questionIndex - 1,
|
|
12692
12676
|
answered
|
|
12693
12677
|
});
|
|
12694
12678
|
} else {
|
|
12695
|
-
this.mode === 'exam' &&
|
|
12679
|
+
this.mode === 'exam' && this.bus.$emit('optionChange');
|
|
12696
12680
|
this.mode === 'exam' && this.emit('optionChange', {
|
|
12697
12681
|
orderIndex: this.orderIndex,
|
|
12698
12682
|
isAnswered: self.isAnswered()
|
|
@@ -12805,28 +12789,23 @@ bus.$emit = emitter.emit;
|
|
|
12805
12789
|
const Question_SingleChoice_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(Question_SingleChoicevue_type_script_lang_js, [['render',render]])
|
|
12806
12790
|
|
|
12807
12791
|
/* harmony default export */ var Question_SingleChoice = (Question_SingleChoice_exports_);
|
|
12808
|
-
;// CONCATENATED MODULE: ./src/components/questions/
|
|
12792
|
+
;// CONCATENATED MODULE: ./src/components/questions/buildEntry.js
|
|
12809
12793
|
/**
|
|
12810
12794
|
* Created by Allen Liu on 2023/7/14.
|
|
12811
12795
|
*/
|
|
12796
|
+
//此文件作为打包入口,打包后的dist文件给vue3用
|
|
12812
12797
|
|
|
12813
12798
|
|
|
12814
|
-
/* harmony default export */ var
|
|
12799
|
+
/* harmony default export */ var buildEntry = ({
|
|
12815
12800
|
install(Vue) {
|
|
12816
12801
|
Vue.component('Question_SingleChoice', Question_SingleChoice);
|
|
12817
12802
|
},
|
|
12818
12803
|
Question_SingleChoice: Question_SingleChoice
|
|
12819
12804
|
});
|
|
12820
|
-
|
|
12821
|
-
// export let ppp = {
|
|
12822
|
-
// install(Vue){
|
|
12823
|
-
// Vue.component('Question_SingleChoice',Question_SingleChoice)
|
|
12824
|
-
// }
|
|
12825
|
-
// }
|
|
12826
12805
|
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
|
|
12827
12806
|
|
|
12828
12807
|
|
|
12829
|
-
/* harmony default export */ var entry_lib = (
|
|
12808
|
+
/* harmony default export */ var entry_lib = (buildEntry);
|
|
12830
12809
|
|
|
12831
12810
|
|
|
12832
12811
|
}();
|
|
@@ -15,4 +15,4 @@ 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,r=n.lib,i=r.WordArray,o=r.Hasher,a=n.algo,s=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]),u=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]),f=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]),l=i.create([0,1518500249,1859775393,2400959708,2840853838]),d=i.create([1352829926,1548603684,1836072691,2053994217,0]),h=a.RIPEMD160=o.extend({_doReset:function(){this._hash=i.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var n=0;n<16;n++){var r=t+n,i=e[r];e[r]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8)}var o,a,h,b,x,_,S,k,A,B,C,E=this._hash.words,O=l.words,j=d.words,M=s.words,P=c.words,D=u.words,N=f.words;_=o=E[0],S=a=E[1],k=h=E[2],A=b=E[3],B=x=E[4];for(n=0;n<80;n+=1)C=o+e[t+M[n]]|0,C+=n<16?p(a,h,b)+O[0]:n<32?v(a,h,b)+O[1]:n<48?m(a,h,b)+O[2]:n<64?g(a,h,b)+O[3]:y(a,h,b)+O[4],C|=0,C=w(C,D[n]),C=C+x|0,o=x,x=b,b=w(h,10),h=a,a=C,C=_+e[t+P[n]]|0,C+=n<16?y(S,k,A)+j[0]:n<32?g(S,k,A)+j[1]:n<48?m(S,k,A)+j[2]:n<64?v(S,k,A)+j[3]:p(S,k,A)+j[4],C|=0,C=w(C,N[n]),C=C+B|0,_=B,B=A,A=w(k,10),k=S,S=C;C=E[1]+h+A|0,E[1]=E[2]+b+B|0,E[2]=E[3]+x+_|0,E[3]=E[4]+o+S|0,E[4]=E[0]+a+k|0,E[0]=C},_doFinalize:function(){var e=this._data,t=e.words,n=8*this._nDataBytes,r=8*e.sigBytes;t[r>>>5]|=128<<24-r%32,t[14+(r+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,o=i.words,a=0;a<5;a++){var s=o[a];o[a]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8)}return i},clone:function(){var e=o.clone.call(this);return e._hash=this._hash.clone(),e}});function p(e,t,n){return e^t^n}function v(e,t,n){return e&t|~e&n}function m(e,t,n){return(e|~t)^n}function g(e,t,n){return e&n|t&~n}function y(e,t,n){return e^(t|~n)}function w(e,t){return e<<t|e>>>32-t}n.RIPEMD160=o._createHelper(h),n.HmacRIPEMD160=o._createHmacHelper(h)}(Math),e.RIPEMD160}))},2783:function(e,t,n){(function(t,r){e.exports=r(n(8249))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.WordArray,i=n.Hasher,o=t.algo,a=[],s=o.SHA1=i.extend({_doReset:function(){this._hash=new r.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var n=this._hash.words,r=n[0],i=n[1],o=n[2],s=n[3],c=n[4],u=0;u<80;u++){if(u<16)a[u]=0|e[t+u];else{var f=a[u-3]^a[u-8]^a[u-14]^a[u-16];a[u]=f<<1|f>>>31}var l=(r<<5|r>>>27)+c+a[u];l+=u<20?1518500249+(i&o|~i&s):u<40?1859775393+(i^o^s):u<60?(i&o|i&s|o&s)-1894007588:(i^o^s)-899497514,c=s,s=o,o=i<<30|i>>>2,i=r,r=l}n[0]=n[0]+r|0,n[1]=n[1]+i|0,n[2]=n[2]+o|0,n[3]=n[3]+s|0,n[4]=n[4]+c|0},_doFinalize:function(){var e=this._data,t=e.words,n=8*this._nDataBytes,r=8*e.sigBytes;return t[r>>>5]|=128<<24-r%32,t[14+(r+64>>>9<<4)]=Math.floor(n/4294967296),t[15+(r+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(s),t.HmacSHA1=i._createHmacHelper(s)}(),e.SHA1}))},7792:function(e,t,n){(function(t,r,i){e.exports=r(n(8249),n(2153))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.WordArray,i=t.algo,o=i.SHA256,a=i.SHA224=o.extend({_doReset:function(){this._hash=new r.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var e=o._doFinalize.call(this);return e.sigBytes-=4,e}});t.SHA224=o._createHelper(a),t.HmacSHA224=o._createHmacHelper(a)}(),e.SHA224}))},2153:function(e,t,n){(function(t,r){e.exports=r(n(8249))})(0,(function(e){return function(t){var n=e,r=n.lib,i=r.WordArray,o=r.Hasher,a=n.algo,s=[],c=[];(function(){function e(e){for(var n=t.sqrt(e),r=2;r<=n;r++)if(!(e%r))return!1;return!0}function n(e){return 4294967296*(e-(0|e))|0}var r=2,i=0;while(i<64)e(r)&&(i<8&&(s[i]=n(t.pow(r,.5))),c[i]=n(t.pow(r,1/3)),i++),r++})();var u=[],f=a.SHA256=o.extend({_doReset:function(){this._hash=new i.init(s.slice(0))},_doProcessBlock:function(e,t){for(var n=this._hash.words,r=n[0],i=n[1],o=n[2],a=n[3],s=n[4],f=n[5],l=n[6],d=n[7],h=0;h<64;h++){if(h<16)u[h]=0|e[t+h];else{var p=u[h-15],v=(p<<25|p>>>7)^(p<<14|p>>>18)^p>>>3,m=u[h-2],g=(m<<15|m>>>17)^(m<<13|m>>>19)^m>>>10;u[h]=v+u[h-7]+g+u[h-16]}var y=s&f^~s&l,w=r&i^r&o^i&o,b=(r<<30|r>>>2)^(r<<19|r>>>13)^(r<<10|r>>>22),x=(s<<26|s>>>6)^(s<<21|s>>>11)^(s<<7|s>>>25),_=d+x+y+c[h]+u[h],S=b+w;d=l,l=f,f=s,s=a+_|0,a=o,o=i,i=r,r=_+S|0}n[0]=n[0]+r|0,n[1]=n[1]+i|0,n[2]=n[2]+o|0,n[3]=n[3]+a|0,n[4]=n[4]+s|0,n[5]=n[5]+f|0,n[6]=n[6]+l|0,n[7]=n[7]+d|0},_doFinalize:function(){var e=this._data,n=e.words,r=8*this._nDataBytes,i=8*e.sigBytes;return n[i>>>5]|=128<<24-i%32,n[14+(i+64>>>9<<4)]=t.floor(r/4294967296),n[15+(i+64>>>9<<4)]=r,e.sigBytes=4*n.length,this._process(),this._hash},clone:function(){var e=o.clone.call(this);return e._hash=this._hash.clone(),e}});n.SHA256=o._createHelper(f),n.HmacSHA256=o._createHmacHelper(f)}(Math),e.SHA256}))},3327:function(e,t,n){(function(t,r,i){e.exports=r(n(8249),n(4938))})(0,(function(e){return function(t){var n=e,r=n.lib,i=r.WordArray,o=r.Hasher,a=n.x64,s=a.Word,c=n.algo,u=[],f=[],l=[];(function(){for(var e=1,t=0,n=0;n<24;n++){u[e+5*t]=(n+1)*(n+2)/2%64;var r=t%5,i=(2*e+3*t)%5;e=r,t=i}for(e=0;e<5;e++)for(t=0;t<5;t++)f[e+5*t]=t+(2*e+3*t)%5*5;for(var o=1,a=0;a<24;a++){for(var c=0,d=0,h=0;h<7;h++){if(1&o){var p=(1<<h)-1;p<32?d^=1<<p:c^=1<<p-32}128&o?o=o<<1^113:o<<=1}l[a]=s.create(c,d)}})();var d=[];(function(){for(var e=0;e<25;e++)d[e]=s.create()})();var h=c.SHA3=o.extend({cfg:o.cfg.extend({outputLength:512}),_doReset:function(){for(var e=this._state=[],t=0;t<25;t++)e[t]=new s.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(e,t){for(var n=this._state,r=this.blockSize/2,i=0;i<r;i++){var o=e[t+2*i],a=e[t+2*i+1];o=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),a=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8);var s=n[i];s.high^=a,s.low^=o}for(var c=0;c<24;c++){for(var h=0;h<5;h++){for(var p=0,v=0,m=0;m<5;m++){s=n[h+5*m];p^=s.high,v^=s.low}var g=d[h];g.high=p,g.low=v}for(h=0;h<5;h++){var y=d[(h+4)%5],w=d[(h+1)%5],b=w.high,x=w.low;for(p=y.high^(b<<1|x>>>31),v=y.low^(x<<1|b>>>31),m=0;m<5;m++){s=n[h+5*m];s.high^=p,s.low^=v}}for(var _=1;_<25;_++){s=n[_];var S=s.high,k=s.low,A=u[_];if(A<32)p=S<<A|k>>>32-A,v=k<<A|S>>>32-A;else p=k<<A-32|S>>>64-A,v=S<<A-32|k>>>64-A;var B=d[f[_]];B.high=p,B.low=v}var C=d[0],E=n[0];C.high=E.high,C.low=E.low;for(h=0;h<5;h++)for(m=0;m<5;m++){_=h+5*m,s=n[_];var O=d[_],j=d[(h+1)%5+5*m],M=d[(h+2)%5+5*m];s.high=O.high^~j.high&M.high,s.low=O.low^~j.low&M.low}s=n[0];var P=l[c];s.high^=P.high,s.low^=P.low}},_doFinalize:function(){var e=this._data,n=e.words,r=(this._nDataBytes,8*e.sigBytes),o=32*this.blockSize;n[r>>>5]|=1<<24-r%32,n[(t.ceil((r+1)/o)*o>>>5)-1]|=128,e.sigBytes=4*n.length,this._process();for(var a=this._state,s=this.cfg.outputLength/8,c=s/8,u=[],f=0;f<c;f++){var l=a[f],d=l.high,h=l.low;d=16711935&(d<<8|d>>>24)|4278255360&(d<<24|d>>>8),h=16711935&(h<<8|h>>>24)|4278255360&(h<<24|h>>>8),u.push(h),u.push(d)}return new i.init(u,s)},clone:function(){for(var e=o.clone.call(this),t=e._state=this._state.slice(0),n=0;n<25;n++)t[n]=t[n].clone();return e}});n.SHA3=o._createHelper(h),n.HmacSHA3=o._createHmacHelper(h)}(Math),e.SHA3}))},7460:function(e,t,n){(function(t,r,i){e.exports=r(n(8249),n(4938),n(34))})(0,(function(e){return function(){var t=e,n=t.x64,r=n.Word,i=n.WordArray,o=t.algo,a=o.SHA512,s=o.SHA384=a.extend({_doReset:function(){this._hash=new i.init([new r.init(3418070365,3238371032),new r.init(1654270250,914150663),new r.init(2438529370,812702999),new r.init(355462360,4144912697),new r.init(1731405415,4290775857),new r.init(2394180231,1750603025),new r.init(3675008525,1694076839),new r.init(1203062813,3204075428)])},_doFinalize:function(){var e=a._doFinalize.call(this);return e.sigBytes-=16,e}});t.SHA384=a._createHelper(s),t.HmacSHA384=a._createHmacHelper(s)}(),e.SHA384}))},34:function(e,t,n){(function(t,r,i){e.exports=r(n(8249),n(4938))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.Hasher,i=t.x64,o=i.Word,a=i.WordArray,s=t.algo;function c(){return o.create.apply(o,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)],f=[];(function(){for(var e=0;e<80;e++)f[e]=c()})();var l=s.SHA512=r.extend({_doReset:function(){this._hash=new a.init([new o.init(1779033703,4089235720),new o.init(3144134277,2227873595),new o.init(1013904242,4271175723),new o.init(2773480762,1595750129),new o.init(1359893119,2917565137),new o.init(2600822924,725511199),new o.init(528734635,4215389547),new o.init(1541459225,327033209)])},_doProcessBlock:function(e,t){for(var n=this._hash.words,r=n[0],i=n[1],o=n[2],a=n[3],s=n[4],c=n[5],l=n[6],d=n[7],h=r.high,p=r.low,v=i.high,m=i.low,g=o.high,y=o.low,w=a.high,b=a.low,x=s.high,_=s.low,S=c.high,k=c.low,A=l.high,B=l.low,C=d.high,E=d.low,O=h,j=p,M=v,P=m,D=g,N=y,H=w,T=b,R=x,z=_,F=S,I=k,V=A,L=B,U=C,q=E,W=0;W<80;W++){var J=f[W];if(W<16)var X=J.high=0|e[t+2*W],$=J.low=0|e[t+2*W+1];else{var K=f[W-15],G=K.high,Z=K.low,Q=(G>>>1|Z<<31)^(G>>>8|Z<<24)^G>>>7,Y=(Z>>>1|G<<31)^(Z>>>8|G<<24)^(Z>>>7|G<<25),ee=f[W-2],te=ee.high,ne=ee.low,re=(te>>>19|ne<<13)^(te<<3|ne>>>29)^te>>>6,ie=(ne>>>19|te<<13)^(ne<<3|te>>>29)^(ne>>>6|te<<26),oe=f[W-7],ae=oe.high,se=oe.low,ce=f[W-16],ue=ce.high,fe=ce.low;$=Y+se,X=Q+ae+($>>>0<Y>>>0?1:0),$=$+ie,X=X+re+($>>>0<ie>>>0?1:0),$=$+fe,X=X+ue+($>>>0<fe>>>0?1:0);J.high=X,J.low=$}var le=R&F^~R&V,de=z&I^~z&L,he=O&M^O&D^M&D,pe=j&P^j&N^P&N,ve=(O>>>28|j<<4)^(O<<30|j>>>2)^(O<<25|j>>>7),me=(j>>>28|O<<4)^(j<<30|O>>>2)^(j<<25|O>>>7),ge=(R>>>14|z<<18)^(R>>>18|z<<14)^(R<<23|z>>>9),ye=(z>>>14|R<<18)^(z>>>18|R<<14)^(z<<23|R>>>9),we=u[W],be=we.high,xe=we.low,_e=q+ye,Se=U+ge+(_e>>>0<q>>>0?1:0),ke=(_e=_e+de,Se=Se+le+(_e>>>0<de>>>0?1:0),_e=_e+xe,Se=Se+be+(_e>>>0<xe>>>0?1:0),_e=_e+$,Se=Se+X+(_e>>>0<$>>>0?1:0),me+pe),Ae=ve+he+(ke>>>0<me>>>0?1:0);U=V,q=L,V=F,L=I,F=R,I=z,z=T+_e|0,R=H+Se+(z>>>0<T>>>0?1:0)|0,H=D,T=N,D=M,N=P,M=O,P=j,j=_e+ke|0,O=Se+Ae+(j>>>0<_e>>>0?1:0)|0}p=r.low=p+j,r.high=h+O+(p>>>0<j>>>0?1:0),m=i.low=m+P,i.high=v+M+(m>>>0<P>>>0?1:0),y=o.low=y+N,o.high=g+D+(y>>>0<N>>>0?1:0),b=a.low=b+T,a.high=w+H+(b>>>0<T>>>0?1:0),_=s.low=_+z,s.high=x+R+(_>>>0<z>>>0?1:0),k=c.low=k+I,c.high=S+F+(k>>>0<I>>>0?1:0),B=l.low=B+L,l.high=A+V+(B>>>0<L>>>0?1:0),E=d.low=E+q,d.high=C+U+(E>>>0<q>>>0?1:0)},_doFinalize:function(){var e=this._data,t=e.words,n=8*this._nDataBytes,r=8*e.sigBytes;t[r>>>5]|=128<<24-r%32,t[30+(r+128>>>10<<5)]=Math.floor(n/4294967296),t[31+(r+128>>>10<<5)]=n,e.sigBytes=4*t.length,this._process();var i=this._hash.toX32();return i},clone:function(){var e=r.clone.call(this);return e._hash=this._hash.clone(),e},blockSize:32});t.SHA512=r._createHelper(l),t.HmacSHA512=r._createHmacHelper(l)}(),e.SHA512}))},4253:function(e,t,n){(function(t,r,i){e.exports=r(n(8249),n(8269),n(8214),n(888),n(5109))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.WordArray,i=n.BlockCipher,o=t.algo,a=[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],s=[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}],f=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],l=o.DES=i.extend({_doReset:function(){for(var e=this._key,t=e.words,n=[],r=0;r<56;r++){var i=a[r]-1;n[r]=t[i>>>5]>>>31-i%32&1}for(var o=this._subKeys=[],u=0;u<16;u++){var f=o[u]=[],l=c[u];for(r=0;r<24;r++)f[r/6|0]|=n[(s[r]-1+l)%28]<<31-r%6,f[4+(r/6|0)]|=n[28+(s[r+24]-1+l)%28]<<31-r%6;f[0]=f[0]<<1|f[0]>>>31;for(r=1;r<7;r++)f[r]=f[r]>>>4*(r-1)+3;f[7]=f[7]<<5|f[7]>>>27}var d=this._invSubKeys=[];for(r=0;r<16;r++)d[r]=o[15-r]},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],d.call(this,4,252645135),d.call(this,16,65535),h.call(this,2,858993459),h.call(this,8,16711935),d.call(this,1,1431655765);for(var r=0;r<16;r++){for(var i=n[r],o=this._lBlock,a=this._rBlock,s=0,c=0;c<8;c++)s|=u[c][((a^i[c])&f[c])>>>0];this._lBlock=a,this._rBlock=o^s}var l=this._lBlock;this._lBlock=this._rBlock,this._rBlock=l,d.call(this,1,1431655765),h.call(this,8,16711935),h.call(this,2,858993459),d.call(this,16,65535),d.call(this,4,252645135),e[t]=this._lBlock,e[t+1]=this._rBlock},keySize:2,ivSize:2,blockSize:2});function d(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(l);var p=o.TripleDES=i.extend({_doReset:function(){var e=this._key,t=e.words;this._des1=l.createEncryptor(r.create(t.slice(0,2))),this._des2=l.createEncryptor(r.create(t.slice(2,4))),this._des3=l.createEncryptor(r.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,r){e.exports=r(n(8249))})(0,(function(e){return function(t){var n=e,r=n.lib,i=r.Base,o=r.WordArray,a=n.x64={};a.Word=i.extend({init:function(e,t){this.high=e,this.low=t}}),a.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=[],r=0;r<t;r++){var i=e[r];n.push(i.high),n.push(i.low)}return o.create(n,this.sigBytes)},clone:function(){for(var e=i.clone.call(this),t=e.words=this.words.slice(0),n=t.length,r=0;r<n;r++)t[r]=t[r].clone();return e}})}(),e}))},655:function(e){var t=0,n=8;function r(e){return h(i(d(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,r=-271733879,i=-1732584194,o=271733878,l=0;l<e.length;l+=16){var d=n,h=r,p=i,v=o;n=a(n,r,i,o,e[l+0],7,-680876936),o=a(o,n,r,i,e[l+1],12,-389564586),i=a(i,o,n,r,e[l+2],17,606105819),r=a(r,i,o,n,e[l+3],22,-1044525330),n=a(n,r,i,o,e[l+4],7,-176418897),o=a(o,n,r,i,e[l+5],12,1200080426),i=a(i,o,n,r,e[l+6],17,-1473231341),r=a(r,i,o,n,e[l+7],22,-45705983),n=a(n,r,i,o,e[l+8],7,1770035416),o=a(o,n,r,i,e[l+9],12,-1958414417),i=a(i,o,n,r,e[l+10],17,-42063),r=a(r,i,o,n,e[l+11],22,-1990404162),n=a(n,r,i,o,e[l+12],7,1804603682),o=a(o,n,r,i,e[l+13],12,-40341101),i=a(i,o,n,r,e[l+14],17,-1502002290),r=a(r,i,o,n,e[l+15],22,1236535329),n=s(n,r,i,o,e[l+1],5,-165796510),o=s(o,n,r,i,e[l+6],9,-1069501632),i=s(i,o,n,r,e[l+11],14,643717713),r=s(r,i,o,n,e[l+0],20,-373897302),n=s(n,r,i,o,e[l+5],5,-701558691),o=s(o,n,r,i,e[l+10],9,38016083),i=s(i,o,n,r,e[l+15],14,-660478335),r=s(r,i,o,n,e[l+4],20,-405537848),n=s(n,r,i,o,e[l+9],5,568446438),o=s(o,n,r,i,e[l+14],9,-1019803690),i=s(i,o,n,r,e[l+3],14,-187363961),r=s(r,i,o,n,e[l+8],20,1163531501),n=s(n,r,i,o,e[l+13],5,-1444681467),o=s(o,n,r,i,e[l+2],9,-51403784),i=s(i,o,n,r,e[l+7],14,1735328473),r=s(r,i,o,n,e[l+12],20,-1926607734),n=c(n,r,i,o,e[l+5],4,-378558),o=c(o,n,r,i,e[l+8],11,-2022574463),i=c(i,o,n,r,e[l+11],16,1839030562),r=c(r,i,o,n,e[l+14],23,-35309556),n=c(n,r,i,o,e[l+1],4,-1530992060),o=c(o,n,r,i,e[l+4],11,1272893353),i=c(i,o,n,r,e[l+7],16,-155497632),r=c(r,i,o,n,e[l+10],23,-1094730640),n=c(n,r,i,o,e[l+13],4,681279174),o=c(o,n,r,i,e[l+0],11,-358537222),i=c(i,o,n,r,e[l+3],16,-722521979),r=c(r,i,o,n,e[l+6],23,76029189),n=c(n,r,i,o,e[l+9],4,-640364487),o=c(o,n,r,i,e[l+12],11,-421815835),i=c(i,o,n,r,e[l+15],16,530742520),r=c(r,i,o,n,e[l+2],23,-995338651),n=u(n,r,i,o,e[l+0],6,-198630844),o=u(o,n,r,i,e[l+7],10,1126891415),i=u(i,o,n,r,e[l+14],15,-1416354905),r=u(r,i,o,n,e[l+5],21,-57434055),n=u(n,r,i,o,e[l+12],6,1700485571),o=u(o,n,r,i,e[l+3],10,-1894986606),i=u(i,o,n,r,e[l+10],15,-1051523),r=u(r,i,o,n,e[l+1],21,-2054922799),n=u(n,r,i,o,e[l+8],6,1873313359),o=u(o,n,r,i,e[l+15],10,-30611744),i=u(i,o,n,r,e[l+6],15,-1560198380),r=u(r,i,o,n,e[l+13],21,1309151649),n=u(n,r,i,o,e[l+4],6,-145523070),o=u(o,n,r,i,e[l+11],10,-1120210379),i=u(i,o,n,r,e[l+2],15,718787259),r=u(r,i,o,n,e[l+9],21,-343485551),n=f(n,d),r=f(r,h),i=f(i,p),o=f(o,v)}return Array(n,r,i,o)}function o(e,t,n,r,i,o){return f(l(f(f(t,e),f(r,o)),i),n)}function a(e,t,n,r,i,a,s){return o(t&n|~t&r,e,t,i,a,s)}function s(e,t,n,r,i,a,s){return o(t&r|n&~r,e,t,i,a,s)}function c(e,t,n,r,i,a,s){return o(t^n^r,e,t,i,a,s)}function u(e,t,n,r,i,a,s){return o(n^(t|~r),e,t,i,a,s)}function f(e,t){var n=(65535&e)+(65535&t),r=(e>>16)+(t>>16)+(n>>16);return r<<16|65535&n}function l(e,t){return e<<t|e>>>32-t}function d(e){for(var t=Array(),r=(1<<n)-1,i=0;i<e.length*n;i+=n)t[i>>5]|=(e.charCodeAt(i/n)&r)<<i%32;return t}function h(e){for(var n=t?"0123456789ABCDEF":"0123456789abcdef",r="",i=0;i<4*e.length;i++)r+=n.charAt(e[i>>2]>>i%4*8+4&15)+n.charAt(e[i>>2]>>i%4*8&15);return r}e.exports={hex_md5:r}},3744:function(e,t){"use strict";t.Z=(e,t)=>{const n=e.__vccOpts||e;for(const[r,i]of t)n[r]=i;return n}},7203:function(t){"use strict";t.exports=e}},n={};function r(e){var i=n[e];if(void 0!==i)return i.exports;var o=n[e]={exports:{}};return t[e].call(o.exports,o,o.exports,r),o.exports}!function(){r.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return r.d(t,{a:t}),t}}(),function(){r.d=function(e,t){for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})}}(),function(){r.g=function(){if("object"===typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"===typeof window)return window}}()}(),function(){r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)}}(),function(){r.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}}(),function(){r.p=""}();var i={};return function(){"use strict";if(r.r(i),r.d(i,{default:function(){return nt}}),"undefined"!==typeof window){var e=window.document.currentScript,t=e&&e.src.match(/(.+\/)[^/]+\.js(\?.*)?$/);t&&(r.p=t[1])}var n=r(7203);const o={class:"zykjcommon-question"},a={key:0,class:"question-type"},s={key:0},c={key:1,class:"score fr"},u={class:"question-box"},f=["innerHTML"],l={class:"question-option"},d=["disabled","id","value"],h=(0,n.createElementVNode)("div",{class:"radio-bg"},null,-1),p={class:"label-box"},v=["for"],m=["for"],g={key:0},y={key:0,class:"img-box"},w=["src"],b={key:1,class:"question-analysis"},x=(0,n.createElementVNode)("div",{class:"triangle-top"},null,-1),_={class:"question-analysis-item"},S=(0,n.createElementVNode)("span",{class:"txt"},"【你的回答】:",-1),k={class:"txt-box"},A={class:"question-analysis-item"},B=(0,n.createElementVNode)("span",{class:"txt"},"【正确答案】:",-1),C={class:"txt-box"},E={key:0,class:"question-analysis-item"},O=(0,n.createElementVNode)("span",{class:"txt"},"【本题解析】:",-1),j={class:"txt-box"},M=["innerHTML"];function P(e,t,r,i,P,D){const N=(0,n.resolveComponent)("MediaLooker");return(0,n.openBlock)(),(0,n.createElementBlock)("div",o,[r.isSub?(0,n.createCommentVNode)("",!0):((0,n.openBlock)(),(0,n.createElementBlock)("div",a,[(0,n.createTextVNode)((0,n.toDisplayString)(r.questionInfo.questionIndex)+"、"+(0,n.toDisplayString)(r.questionInfo.hint?r.questionInfo.hint:r.questionInfo.question_type_str),1),"null"!==r.questionInfo.score?((0,n.openBlock)(),(0,n.createElementBlock)("span",s)):(0,n.createCommentVNode)("",!0),"analysis"===r.mode?((0,n.openBlock)(),(0,n.createElementBlock)("span",c,"得分:"+(0,n.toDisplayString)(r.questionInfo.answerMap?r.questionInfo.answerMap.user_score:"-")+"分",1)):(0,n.createCommentVNode)("",!0)])),(0,n.createElementVNode)("div",u,[r.questionInfo.htmlContent?((0,n.openBlock)(),(0,n.createElementBlock)("div",{key:0,class:"editor-content",innerHTML:r.questionInfo.htmlContent},null,8,f)):(0,n.createCommentVNode)("",!0),(0,n.createElementVNode)("div",{class:"question-option-list",style:(0,n.normalizeStyle)(r.questionInfo.htmlContent||r.questionInfo.hint?{}:{"margin-top":0})},[((0,n.openBlock)(!0),(0,n.createElementBlock)(n.Fragment,null,(0,n.renderList)(P.exam_options_data,((e,i)=>((0,n.openBlock)(),(0,n.createElementBlock)("div",l,[(0,n.createElementVNode)("div",{class:(0,n.normalizeClass)(["radio-box",{checked:P.radio==e.index}])},[(0,n.withDirectives)((0,n.createElementVNode)("input",{type:"radio",disabled:"analysis"===r.mode||"review"===r.mode,class:"radio","onUpdate:modelValue":t[0]||(t[0]=e=>P.radio=e),name:"judge",id:"radio-"+r.questionInfo.questionIndex+"-"+i,value:e.index},null,8,d),[[n.vModelRadio,P.radio]]),h],2),(0,n.createElementVNode)("div",p,[3==r.questionInfo.question_type?((0,n.openBlock)(),(0,n.createElementBlock)("label",{key:0,for:"radio-"+r.questionInfo.questionIndex+"-"+i},(0,n.toDisplayString)(e.data.name),9,v)):(0,n.createCommentVNode)("",!0),1==r.questionInfo.question_type?((0,n.openBlock)(),(0,n.createElementBlock)("label",{key:1,for:"radio-"+r.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",g,(0,n.toDisplayString)(e.data.option_content),1)):(0,n.createCommentVNode)("",!0)]),0!=e.data.file_type?((0,n.openBlock)(),(0,n.createElementBlock)("div",y,[(0,n.createElementVNode)("img",{src:e.data.file_url},null,8,w)])):(0,n.createCommentVNode)("",!0)],8,m)):(0,n.createCommentVNode)("",!0)])])))),256))],4),"analysis"===r.mode?((0,n.openBlock)(),(0,n.createElementBlock)("div",b,[x,(0,n.createElementVNode)("div",_,[S,(0,n.createElementVNode)("div",k,[(0,n.createElementVNode)("span",{class:(0,n.normalizeClass)({wrong:"1"!==r.questionInfo.answerMap.is_correct,right:"1"===r.questionInfo.answerMap.is_correct})},(0,n.toDisplayString)("1"!==r.questionInfo.answerMap.is_correct?"错误":"正确"),3)])]),(0,n.createElementVNode)("div",A,[B,(0,n.createElementVNode)("div",C,[(0,n.createElementVNode)("span",null,(0,n.toDisplayString)(P.analyCorrectAnswer),1)])]),r.questionInfo.analysis?((0,n.openBlock)(),(0,n.createElementBlock)("div",E,[O,(0,n.createElementVNode)("div",j,[(0,n.createElementVNode)("span",{class:"analysis-txt",innerHTML:r.questionInfo.analysisHtmlContent},null,8,M)])])):(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)])}r(7658);let D=JSON.stringify({mediaLookerList:[],mediaCount:0,curMediaCount:0,visible:!1});function N(e){let t={img(t){let r=t.getAttribute("src");t.setAttribute("media-index",e.mediaCount+""),e.mediaCount++,e.mediaLookerList.push({url:r,mediaType:1}),t.addEventListener("click",(t=>{let r=t.target,i=Number(r.getAttribute("media-index"));e.curMediaCount=i,n()}))}};function n(){e.visible=!0}function r(){let n=e.$el.querySelector(".question-box");function r(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&&r(e)}}))}e.$nextTick((()=>{r(n)}))}r()}var H="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 T={key:0,class:"dialog imgLookerDialog"},R=(0,n.createElementVNode)("div",{class:"mask"},null,-1),z=(0,n.createElementVNode)("img",{src:H,alt:""},null,-1),F=[z],I=["src"];function V(e,t,r,i,o,a){return r.visible?((0,n.openBlock)(),(0,n.createElementBlock)("div",T,[R,(0,n.createElementVNode)("div",{class:"close",onClick:t[0]||(t[0]=(...e)=>a.cancel&&a.cancel(...e))},F),(0,n.createElementVNode)("div",{class:"prev",onClick:t[1]||(t[1]=(...e)=>a.prev&&a.prev(...e))}),(0,n.createElementVNode)("div",{class:"next",onClick:t[2]||(t[2]=(...e)=>a.next&&a.next(...e))}),1==o.curMediaObj.mediaType?((0,n.openBlock)(),(0,n.createElementBlock)("div",{key:0,class:(0,n.normalizeClass)(["imgLooker",{in:"in"===o.enlargeStatus,out:"out"===o.enlargeStatus}]),onClick:t[3]||(t[3]=(...e)=>a.enlarge&&a.enlarge(...e))},[(0,n.createElementVNode)("img",{src:o.curMediaObj.url,style:(0,n.normalizeStyle)({width:o.curMediaObj.width+"px",height:o.curMediaObj.height+"px"}),alt:""},null,12,I)],2)):(0,n.createCommentVNode)("",!0)])):(0,n.createCommentVNode)("",!0)}r(6229),r(7330),r(2062);var L=r(1354),U=r(9669),q=r.n(U),W=r(655),J=r.n(W);let X="piw38kulfozrea7ydmjnvbc965q1gt2x",K=function(e,t,n,r){void 0!=n&&"undefined"!==typeof n["password"]&&(n["password"]=J().hex_md5(J().hex_md5(n["password"]+"FE605C9343A3A47764598FDC184EC66F").toUpperCase()+"FE605C9343A3A47764598FDC184EC66F").toUpperCase());let i=e+"\n/education"+t+"\n"+r+"\n"+(n?JSON.stringify(n):""),o=L.enc.Base64.stringify((0,L.HmacSHA256)(i,X)),a=function(e){let t=e.replace(/\+/g,"-");t=t.replace(/\//g,"_");let n=t.length%4,r="====";return t+=r.substring(0,n),t};return a(o)};q().defaults.baseURL="https://jsl-api.thedeer.cn/education/",q().defaults.timeout=6e4,q().defaults.withCredentials=!0;let G=(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)},Z=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||"系统异常";Ue.messageTip("warning",e)}}return e};function Q(e,t,n,r,i){let o,a;e=e.toUpperCase(),t+=0===n.indexOf("/")?n.substr(1):n;let s=window.isMock;"undefined"!==typeof i&&"undefined"!==typeof i.isMock&&(s=i.isMock,delete i.isMock),s&&i&&i.onUploadProgress&&delete i.onUploadProgress;let c=n;"/"!==n[0]&&(c="/"+n);let u=(new Date).getTime(),f={ts:u,sign:K(e,c,r,u),token:Ue.getToken()};switch(e){case"Get":a=r||{};break;default:case"POST":o=r||{},f["Content-Type"]=i&&i.contentType?i.contentType:"application/json";break}return t instanceof Array?q().all([]).then(q().spread((function(){}))):q()(Object.assign({headers:f,method:e,url:t,data:o,params:a,transformRequest:G,transformResponse:Z},i)).then((e=>e.data)).catch((e=>(console.log("服务端请求/响应错误:",e,e.config),Promise.reject(e))))}const Y=(e,t={},n)=>Q("POST","",e,t,n);var ee=function(){var e,t,n,r,i;function o(e){return new Promise((function(t){var n,r,i;try{i=new(window.AudioContext||window.webkitAudioContext)}catch(o){return window.console.warn("Web Audio API not supported.")}n=i.createMediaStreamSource(e),r=i.createScriptProcessor(0,1,1),n.connect(r),r.connect(i.destination),t&&"function"===typeof t&&n&&r&&t({mediaStreamSource:n,scriptProcessor:r,audioContext:i})}))}function a(e,t){e&&(e.onaudioprocess=function(e){for(var n=e.inputBuffer,r=e.outputBuffer,i=0;i<r.numberOfChannels;i++)for(var o=n.getChannelData(i),a=r.getChannelData(i),s=0;s<n.length;s++)a[s]=o[s];if(t){for(var c=e.inputBuffer.getChannelData(0),u=c.length,f=0,l=0;l<u;++l)f+=c[l]*c[l];var d=Math.sqrt(f/u);d=100*Math.sin(3.1415*d/2)>>0,t(d)}})}function s(e,t){e&&(e.onaudioprocess=function(e){if(t){for(var n=e.inputBuffer.getChannelData(0),r=n.length,i=0,o=0;o<r;++o)i+=n[o]*n[o];var a=Math.sqrt(i/r);a=100*Math.sin(3.1415*a/2)>>0,t(a)}})}return window.AudioContext=window.AudioContext||window.webkitAudioContext,e=function(){return new Promise((function(e,t){navigator.mediaDevices&&navigator.mediaDevices.enumerateDevices?navigator.mediaDevices.enumerateDevices().then((function(t){var n={audio:[],video:[],headphones:[]},r=1,i=1,o=1;for(var a in t){var s=t[a],c={};c.deviceId=s.deviceId,c.groupId=s.groupId,c.label=s.label,"videoinput"===s.kind&&(""===c.label&&(c.label="摄像头"+i,i++),c.label.indexOf("前")>=0||c.label.indexOf("正")>=0?n.video.splice(0,0,c):n.video.push(c)),"audioinput"===s.kind&&"communications"!==s.deviceId&&"default"!==s.deviceId&&(""===c.label&&(c.label="麦克风"+r,r++),n.audio.push(c)),"audiooutput"===s.kind&&"communications"!==s.deviceId&&"default"!==s.deviceId&&(""===c.label&&(c.label="扬声器"+o,o++),n.headphones.push(c))}e&&"function"===typeof e&&e(n)})):t()}))},t=function(e){var t=e||{audio:!0,video:!0};return new Promise((function(e,n){navigator.mediaDevices&&navigator.mediaDevices.getUserMedia?navigator.mediaDevices.getUserMedia(t).then((function(n){if(t.video){var r=n.getVideoTracks();if(!r.length)return void e(3);var i=Date.now();r[0].onended=function(){var t=Date.now()-i;window.console.debug("videoTracks[0].readyState : "+t),e(t>2e3?n:1)}}e&&"function"===typeof e&&e(n)})).catch((function(t){if(t){var n;switch(t.name){case"NotAllowedError":case"PermissionDeniedError":n=2;break;case"TrackStartError":n=1;break;case"DevicesNotFoundError":n=3;break;case"MediaStreamError":"getUserMedia() failed: video denied"==t.message&&(n=2),"getUserMedia() failed: audio denied"==t.message&&(n=2);break;default:n=4;break}e(n)}else e(4)})):n()}))},n=function(e,t){return new Promise((function(n){o(e).then((function(){var e=arguments[0].mediaStreamSource,r=arguments[0].scriptProcessor,i=arguments[0].audioContext;a(r,t);var o={mediaStreamSource:e,scriptProcessor:r,audiocontext:i};n(o)}))}))},r=function(e,t){return new Promise((function(n){o(e).then((function(){var e=arguments[0].mediaStreamSource,r=arguments[0].scriptProcessor,i=arguments[0].audioContext;s(r,t);let o={mediaStreamSource:e,scriptProcessor:r,audiocontext:i};n(o)}))}))},i=function(e,t){return new Promise((function(n){if(e){var r=e.getTracks();for(var i in r)r[i].stop();e=null}t&&(t.mediaStreamSource&&t.mediaStreamSource.disconnect(),t.scriptProcessor&&(t.scriptProcessor.disconnect(),t.scriptProcessor.onaudioprocess=null),t.audiocontext&&(t.audiocontext.close(),t.audiocontext=null),t=null),n()}))},{getDevices:e,getUserMedia:t,setVolume:n,getHeadphones:r,dispose:i}}(),te=function(){function e(){var e=navigator?navigator.userAgent.toLowerCase():"other";return e.indexOf("chrome")>-1?"chrome":e.indexOf("safari")>-1?"safari":e.indexOf("msie")>-1||e.indexOf("trident")>-1?"ie":e.indexOf("firefox")>-1?"firefox":e}function t(e){try{return new ActiveXObject(e)}catch(t){window.console.log(t)}}function n(e){for(let n in navigator.plugins){var t=navigator.plugins[n];if(t.name==e)return t}}function r(){return"ie"==e()?t("AcroPDF.PDF")||t("PDF.PdfCtrl"):n("Adobe Acrobat")||n("Chrome PDF Viewer")||n("WebKit built-in PDF")}function i(){return r()}return{goPdf(e){if(i){let t=window.open("about:blank","_blank");t.document.write("<h2>加载中</h2>"),t.location=e}else alert("你可能还没有安装pdf阅读器,为了方便你查看pdf文档,请下载!"),window.location.href="http://ardownload.adobe.com/pub/adobe/reader/win/9.x/9.3/chs/AdbeRdr930_zh_CN.exe"}}}(),ne={chrome(){return navigator.userAgent.indexOf("Chrome")>-1},safari(){return navigator.userAgent.indexOf("Safari")>-1},edge(){return navigator.userAgent.indexOf("Edge")>-1}},re={setItem(e,t,n){let r={key:e},i=n?"localStorage":"sessionStorage";function o(){"localStorage"===i&&(r.expires=n)}r.value=t,o(),window[i].setItem(e,JSON.stringify(r))},getItem(e,t){let n=null,r=t?"localStorage":"sessionStorage",i=window[r].getItem(e);if(i&&(i=JSON.parse(i),"[object Object]"===Object.prototype.toString.call(i))){let t=i.value;if("localStorage"===r){let r=i.expires;r-(new Date).getTime()<=0?this.removeItem(e):n=t}else n=t}return n},removeItem(e){window.localStorage.removeItem(e),window.sessionStorage.removeItem(e)}};function ie(e){var t,n=oe(e)?"object":Array.isArray(e)?"array":"";if("object"!==typeof e&&null!==e)t=e;else if("object"===n){t={};for(let n in e)"object"===typeof e[n]?t[n]=ie(e[n]):t[n]=e[n]}else if("array"===n){t=[];for(let n=0;n<e.length;n++)"object"===typeof e[n]?t[n]=ie(e[n]):t[n]=e[n]}else t=e;return t}function oe(e){var t=Object.prototype.toString.call(e);return"[object Object]"===t}var ae={mediadevice:ee,pdfHelper:te,browserTester:ne,cookieUtils:re,isObj:oe,deepCopy:ie};function se(e){let t={},n=Object.keys(e),r=n.length;for(let i=0;i<r;i++)t[n[i]]=e[n[i]];return t}function ce(){let e="";for(let t=1;t<=32;t++){let t=Math.floor(16*Math.random()).toString(16);e+=t}return e}function ue(e){let t=e.replace(/\+/g,"-");return t=t.replace(/\//g,"_"),t=t.replace(/\=/g,""),t}function fe(e){let t=e.replace(/\-/g,"+");t=t.replace(/\_/g,"/");let n=t.length%4,r="====";return t+=r.substring(0,n),t}function le(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 de(e){let t=e.substring(e.lastIndexOf(".")+1,e.indexOf("?"));return t}function he(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 pe(e,t,n,r){var i,o,a=+new Date,s=0,c=0,u=null,f=this,l=function(){c=a,e.bind(f,...o)()};return function(){a=+new Date,f=this,o=arguments,i=a-(r?s:c)-t,clearTimeout(u),r?n?i>=0&&l():u=setTimeout(l,t):i>=0?l():n||(u=setTimeout(l,-i)),s=a}}function ve(e,t,n=!1){return pe(e,t,n,!0)}function me(e){let t;if("[object Object]"===Object.prototype.toString.call(e)){t={};for(let n in e)"object"==typeof e[n]?t[n]=me(e[n]):t[n]=e[n]}else"[object Array]"===Object.prototype.toString.call(e)&&(t=[],e.forEach((e=>{"object"==typeof e?t.push(me(e)):t.push(e)})));return t}function ge(e){return String.fromCharCode(64+parseInt(e))}function ye(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 we(e,t){if(e.length!=t.length)return!1;let n=!0;return e.forEach(((e,r)=>{Object.is(e,t[r])||(n=!1)})),n}function be(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 xe(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 _e(e){let t=Math.floor(e%60),n=Math.floor(e/60%60),r=Math.floor(e/60/60),i=[];return r&&i.push(r+"时"),n&&i.push(n+"分"),t&&i.push(t+"秒"),i.join(" ")}function Se(e){return parseFloat(e).toString()}function ke(e,t,n){if(!e)return;let r=t.match(/(\w+)/gi),i=null;return i=e instanceof Array?e.slice(0):Object.assign({},e),r.forEach(((e,t)=>{"undefined"!==typeof i&&(i=i instanceof Array?i.slice(e-1,1):i[e])})),i||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 Be(e){return!Ae(e)}function Ce(e,t,n,r,i,o){var a=this;if(a.version=function(){return"1.9.2"},a.options={useEasing:!0,useGrouping:!0,separator:",",decimal:".",easingFn:d,formattingFn:l,prefix:"",suffix:"",numerals:[]},o&&"object"===typeof o)for(var s in a.options)o.hasOwnProperty(s)&&null!==o[s]&&(a.options[s]=o[s]);""===a.options.separator?a.options.useGrouping=!1:a.options.separator=""+a.options.separator;for(var c=0,u=["webkit","moz","ms","o"],f=0;f<u.length&&!window.requestAnimationFrame;++f)window.requestAnimationFrame=window[u[f]+"RequestAnimationFrame"],window.cancelAnimationFrame=window[u[f]+"CancelAnimationFrame"]||window[u[f]+"CancelRequestAnimationFrame"];function l(e){var t,n,r,i,o,s;if(e=e.toFixed(a.decimals),e+="",t=e.split("."),n=t[0],r=t.length>1?a.options.decimal+t[1]:"",a.options.useGrouping){for(i="",o=0,s=n.length;o<s;++o)0!==o&&o%3===0&&(i=a.options.separator+i),i=n[s-o-1]+i;n=i}return a.options.numerals.length&&(n=n.replace(/[0-9]/g,(function(e){return a.options.numerals[+e]})),r=r.replace(/[0-9]/g,(function(e){return a.options.numerals[+e]}))),a.options.prefix+n+r+a.options.suffix}function d(e,t,n,r){return n*(1-Math.pow(2,-10*e/r))*1024/1023+t}function h(e){return"number"===typeof e&&!isNaN(e)}window.requestAnimationFrame||(window.requestAnimationFrame=function(e,t){var n=(new Date).getTime(),r=Math.max(0,16-(n-c)),i=window.setTimeout((function(){e(n+r)}),r);return c=n+r,i}),window.cancelAnimationFrame||(window.cancelAnimationFrame=function(e){clearTimeout(e)}),a.initialize=function(){return!!a.initialized||(a.error="",a.d="string"===typeof e?document.getElementById(e):e,a.d?(a.startVal=Number(t),a.endVal=Number(n),h(a.startVal)&&h(a.endVal)?(a.decimals=Math.max(0,r||0),a.dec=Math.pow(10,a.decimals),a.duration=1e3*Number(i)||2e3,a.countDown=a.startVal>a.endVal,a.frameVal=a.startVal,a.initialized=!0,!0):(a.error="[CountUp] startVal ("+t+") or endVal ("+n+") is not a number",!1)):(a.error="[CountUp] target is null or undefined",!1))},a.printValue=function(e){var t=a.options.formattingFn(e);"INPUT"===a.d.tagName?this.d.value=t:"text"===a.d.tagName||"tspan"===a.d.tagName?this.d.textContent=t:this.d.innerHTML=t},a.count=function(e){a.startTime||(a.startTime=e),a.timestamp=e;var t=e-a.startTime;a.remaining=a.duration-t,a.options.useEasing?a.countDown?a.frameVal=a.startVal-a.options.easingFn(t,0,a.startVal-a.endVal,a.duration):a.frameVal=a.options.easingFn(t,a.startVal,a.endVal-a.startVal,a.duration):a.countDown?a.frameVal=a.startVal-(a.startVal-a.endVal)*(t/a.duration):a.frameVal=a.startVal+(a.endVal-a.startVal)*(t/a.duration),a.countDown?a.frameVal=a.frameVal<a.endVal?a.endVal:a.frameVal:a.frameVal=a.frameVal>a.endVal?a.endVal:a.frameVal,a.frameVal=Math.round(a.frameVal*a.dec)/a.dec,a.printValue(a.frameVal),t<a.duration?a.rAF=requestAnimationFrame(a.count):a.callback&&a.callback()},a.start=function(e){a.initialize()&&(a.callback=e,a.rAF=requestAnimationFrame(a.count))},a.pauseResume=function(){a.paused?(a.paused=!1,delete a.startTime,a.duration=a.remaining,a.startVal=a.frameVal,requestAnimationFrame(a.count)):(a.paused=!0,cancelAnimationFrame(a.rAF))},a.reset=function(){a.paused=!1,delete a.startTime,a.initialized=!1,a.initialize()&&(cancelAnimationFrame(a.rAF),a.printValue(a.startVal))},a.update=function(e){a.initialize()&&(e=Number(e),h(e)?(a.error="",e!==a.frameVal&&(cancelAnimationFrame(a.rAF),a.paused=!1,delete a.startTime,a.startVal=a.frameVal,a.endVal=e,a.countDown=a.startVal>a.endVal,a.rAF=requestAnimationFrame(a.count))):a.error="[CountUp] update() - new endVal is not a number: "+e)},a.initialize()&&a.printValue(a.startVal)}function Ee(){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 Oe(e,t){window._czc&&_czc.push(["_trackEvent",e,t])}function je(e,t){for(var n=0;n<e.length;n++)if(e[n]==t)return n}function Me(e=1024,t=768){let n=document.body.clientWidth,r=document.body.clientHeight;return n<=e&&r<=t}function Pe(){return!(!window.ActiveXObject&&!("ActiveXObject"in window))}function De(e,t){let n=e.lastIndexOf("?"),r=e.substring(n+1,e.length),i="",o=r.split("&");for(var a=0;a<o.length;a++){let e=o[a].split("="),t="a";i+=""+(0==a?"?":"&")+String.fromCharCode(t.charCodeAt()+a)+"="+e[1]}return i}function Ne(e,t,n,r,i){let o,a,s=new Image,c=t,u=n,f=12*n,l=12*t;return s.src=e,i>f&&r<=l?(a=c*(r/i)+"rem",o=`${u}rem`):i<=f&&r>l?(a=`${rewBoxW}rem`,o=u*(r/i)+"rem"):i>f&&i>l?r>i?(a=`${rewBoxW}rem`,o=u*(r/i)+"rem"):(a=c*(r/i)+"rem",o=`${u}rem`):(a=r/12+"rem",o=i/12+"rem"),{width:a,height:o}}function He(e){window.parent.postMessage(e,"*")}function Te(){window.contentDialogs.forEach((e=>{e.scope.closeContentDialog()}))}function Re(e){let t=window.contentDialogs.find((t=>t.uid===e));t&&t.scope.closeContentDialog()}let ze=function(){let e=ae.cookieUtils.getItem("token",!0);return e};function Fe(e){for(var t=window.location.search.substring(1),n=t.split("&"),r=0;r<n.length;r++){var i=n[r].split("=");if(i[0]==e)return i[1]}return!1}function Ie(e,t,n=3e3){let r=document.createElement("div");r.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>`,o=$(i);$("body").append(o),setTimeout((()=>{o.remove()}),n+500)}function Ve(e,t){var n="offset"+t[0].toUpperCase()+t.substring(1),r=e[n],i=e.offsetParent;while(null!=i)r+=i[n],i=i.offsetParent;return r}function Le(e,t,n,r,i){try{let o="https://api.deerclass.com",a=[],s=`${e}\n[${t} : lineno:${n},colno:${r}]\n${i}`;a.push(s),Y(o+"/event/error/web",{errors:a,client:"JSL_WEB_BIANCHENG_EXAM"}).then((e=>{let{error_code:t}=e;+t||console.log("上报错误成功")}))}catch(o){console.log(o.toString())}}var Ue={getToken:ze,getQueryVariable:Fe,debounce2:ve,throttle:pe,sortDict:se,GUID:ce,urlsafe_b64encode:ue,urlsafe_b64decode:fe,getObjectURL:le,getExtName:de,fmtDateTime:he,fmtJSON2HTML:be,fmtHTML2JSON:xe,fmtSecond:_e,fmtFloatNumber:Se,copyDeepObject:me,indexToEnIndex:ge,diffObject:ye,diffArray:we,getDeepData:ke,isEmpty2:Ae,nonEmpty:Be,CountUp:Ce,getEnvironment:Ee,recordCountFn:Oe,findListIndex:je,getScreen:Me,whatBrowser:Pe,getUrlQueryVariable:De,setImgAuto:Ne,postMessageByType:He,closeAllContentDialog:Te,closeContentDialogByUid:Re,messageTip:Ie,offset:Ve,fbError:Le},qe={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=Ue.copyDeepObject(this.mediaLookerList[e]);let t=new Image;t.src=this.curMediaObj.url;let n=document.documentElement||document.body,r=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>=r||n>=i){let t,o,a,s=e-r,c=n-i;s>c?(o=.9*r,t=o/e,a=n*t,this.curMediaObj.width=o,this.curMediaObj.height=a,this.imgCompressWidth=o,this.imgCompressHeight=a):(a=.9*i,t=a/n,o=e*t,this.curMediaObj.width=o,this.curMediaObj.height=a,this.imgCompressWidth=o,this.imgCompressHeight=a),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)}}},We=r(3744);const Je=(0,We.Z)(qe,[["render",V]]);var Xe=Je;function $e(e){return{all:e=e||new Map,on:function(t,n){var r=e.get(t);r?r.push(n):e.set(t,[n])},off:function(t,n){var r=e.get(t);r&&(n?r.splice(r.indexOf(n)>>>0,1):e.set(t,[]))},emit:function(t,n){var r=e.get(t);r&&r.slice().map((function(e){e(n)})),(r=e.get("*"))&&r.slice().map((function(e){e(t,n)}))}}}const Ke=$e(),Ge={};Ge.$on=Ke.on,Ge.$emit=Ke.emit;var Ze=Ge,Qe={name:"Question_singleChoice",props:{isSub:{type:Boolean,default:!1},orderIndex:{type:Number,default:0},questionInfo:{type:Object,default:{}},mode:{type:String,default:"exam"}},mounted(){N(this),this.$watch("radio",(e=>{let t=this,n=this.isSub;if(n)"exam"===this.mode&&Ze.$emit("optionChange"),"exam"===this.mode&&this.emit("optionChange",{orderIndex:this.orderIndex,isAnswered:t.isAnswered()});else{let e=this.isAnswered();"exam"===this.mode&&Ze.$emit("questionCardChange",{questionIndex:this.questionInfo.questionIndex-1,answered:e})}}),{immediate:!0})},data(){return{radio:0,analyCorrectAnswer:"",exam_options_data:[],answerMap:{},...JSON.parse(D)}},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?"正确":"错误":Ue.indexToEnIndex(e.correct_single_index)),3==t){let t=e.answerMap.judge;void 0!==t&&null!==t&&""!==t&&(this.radio=t?1:2)}else{let t=e.answerMap.single_index;void 0!==t&&null!==t&&""!==t&&(this.radio=t)}}},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:Xe}};const Ye=(0,We.Z)(Qe,[["render",P]]);var et=Ye,tt={install(e){e.component("Question_SingleChoice",et)},Question_SingleChoice:et},nt=tt}(),i}()}));
|
|
18
|
+
return function(t){var n=e,r=n.lib,i=r.WordArray,o=r.Hasher,a=n.algo,s=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]),u=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]),f=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]),l=i.create([0,1518500249,1859775393,2400959708,2840853838]),d=i.create([1352829926,1548603684,1836072691,2053994217,0]),h=a.RIPEMD160=o.extend({_doReset:function(){this._hash=i.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var n=0;n<16;n++){var r=t+n,i=e[r];e[r]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8)}var o,a,h,b,x,_,S,k,A,B,C,E=this._hash.words,O=l.words,j=d.words,M=s.words,P=c.words,D=u.words,N=f.words;_=o=E[0],S=a=E[1],k=h=E[2],A=b=E[3],B=x=E[4];for(n=0;n<80;n+=1)C=o+e[t+M[n]]|0,C+=n<16?p(a,h,b)+O[0]:n<32?v(a,h,b)+O[1]:n<48?m(a,h,b)+O[2]:n<64?g(a,h,b)+O[3]:y(a,h,b)+O[4],C|=0,C=w(C,D[n]),C=C+x|0,o=x,x=b,b=w(h,10),h=a,a=C,C=_+e[t+P[n]]|0,C+=n<16?y(S,k,A)+j[0]:n<32?g(S,k,A)+j[1]:n<48?m(S,k,A)+j[2]:n<64?v(S,k,A)+j[3]:p(S,k,A)+j[4],C|=0,C=w(C,N[n]),C=C+B|0,_=B,B=A,A=w(k,10),k=S,S=C;C=E[1]+h+A|0,E[1]=E[2]+b+B|0,E[2]=E[3]+x+_|0,E[3]=E[4]+o+S|0,E[4]=E[0]+a+k|0,E[0]=C},_doFinalize:function(){var e=this._data,t=e.words,n=8*this._nDataBytes,r=8*e.sigBytes;t[r>>>5]|=128<<24-r%32,t[14+(r+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,o=i.words,a=0;a<5;a++){var s=o[a];o[a]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8)}return i},clone:function(){var e=o.clone.call(this);return e._hash=this._hash.clone(),e}});function p(e,t,n){return e^t^n}function v(e,t,n){return e&t|~e&n}function m(e,t,n){return(e|~t)^n}function g(e,t,n){return e&n|t&~n}function y(e,t,n){return e^(t|~n)}function w(e,t){return e<<t|e>>>32-t}n.RIPEMD160=o._createHelper(h),n.HmacRIPEMD160=o._createHmacHelper(h)}(Math),e.RIPEMD160}))},2783:function(e,t,n){(function(t,r){e.exports=r(n(8249))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.WordArray,i=n.Hasher,o=t.algo,a=[],s=o.SHA1=i.extend({_doReset:function(){this._hash=new r.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var n=this._hash.words,r=n[0],i=n[1],o=n[2],s=n[3],c=n[4],u=0;u<80;u++){if(u<16)a[u]=0|e[t+u];else{var f=a[u-3]^a[u-8]^a[u-14]^a[u-16];a[u]=f<<1|f>>>31}var l=(r<<5|r>>>27)+c+a[u];l+=u<20?1518500249+(i&o|~i&s):u<40?1859775393+(i^o^s):u<60?(i&o|i&s|o&s)-1894007588:(i^o^s)-899497514,c=s,s=o,o=i<<30|i>>>2,i=r,r=l}n[0]=n[0]+r|0,n[1]=n[1]+i|0,n[2]=n[2]+o|0,n[3]=n[3]+s|0,n[4]=n[4]+c|0},_doFinalize:function(){var e=this._data,t=e.words,n=8*this._nDataBytes,r=8*e.sigBytes;return t[r>>>5]|=128<<24-r%32,t[14+(r+64>>>9<<4)]=Math.floor(n/4294967296),t[15+(r+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(s),t.HmacSHA1=i._createHmacHelper(s)}(),e.SHA1}))},7792:function(e,t,n){(function(t,r,i){e.exports=r(n(8249),n(2153))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.WordArray,i=t.algo,o=i.SHA256,a=i.SHA224=o.extend({_doReset:function(){this._hash=new r.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var e=o._doFinalize.call(this);return e.sigBytes-=4,e}});t.SHA224=o._createHelper(a),t.HmacSHA224=o._createHmacHelper(a)}(),e.SHA224}))},2153:function(e,t,n){(function(t,r){e.exports=r(n(8249))})(0,(function(e){return function(t){var n=e,r=n.lib,i=r.WordArray,o=r.Hasher,a=n.algo,s=[],c=[];(function(){function e(e){for(var n=t.sqrt(e),r=2;r<=n;r++)if(!(e%r))return!1;return!0}function n(e){return 4294967296*(e-(0|e))|0}var r=2,i=0;while(i<64)e(r)&&(i<8&&(s[i]=n(t.pow(r,.5))),c[i]=n(t.pow(r,1/3)),i++),r++})();var u=[],f=a.SHA256=o.extend({_doReset:function(){this._hash=new i.init(s.slice(0))},_doProcessBlock:function(e,t){for(var n=this._hash.words,r=n[0],i=n[1],o=n[2],a=n[3],s=n[4],f=n[5],l=n[6],d=n[7],h=0;h<64;h++){if(h<16)u[h]=0|e[t+h];else{var p=u[h-15],v=(p<<25|p>>>7)^(p<<14|p>>>18)^p>>>3,m=u[h-2],g=(m<<15|m>>>17)^(m<<13|m>>>19)^m>>>10;u[h]=v+u[h-7]+g+u[h-16]}var y=s&f^~s&l,w=r&i^r&o^i&o,b=(r<<30|r>>>2)^(r<<19|r>>>13)^(r<<10|r>>>22),x=(s<<26|s>>>6)^(s<<21|s>>>11)^(s<<7|s>>>25),_=d+x+y+c[h]+u[h],S=b+w;d=l,l=f,f=s,s=a+_|0,a=o,o=i,i=r,r=_+S|0}n[0]=n[0]+r|0,n[1]=n[1]+i|0,n[2]=n[2]+o|0,n[3]=n[3]+a|0,n[4]=n[4]+s|0,n[5]=n[5]+f|0,n[6]=n[6]+l|0,n[7]=n[7]+d|0},_doFinalize:function(){var e=this._data,n=e.words,r=8*this._nDataBytes,i=8*e.sigBytes;return n[i>>>5]|=128<<24-i%32,n[14+(i+64>>>9<<4)]=t.floor(r/4294967296),n[15+(i+64>>>9<<4)]=r,e.sigBytes=4*n.length,this._process(),this._hash},clone:function(){var e=o.clone.call(this);return e._hash=this._hash.clone(),e}});n.SHA256=o._createHelper(f),n.HmacSHA256=o._createHmacHelper(f)}(Math),e.SHA256}))},3327:function(e,t,n){(function(t,r,i){e.exports=r(n(8249),n(4938))})(0,(function(e){return function(t){var n=e,r=n.lib,i=r.WordArray,o=r.Hasher,a=n.x64,s=a.Word,c=n.algo,u=[],f=[],l=[];(function(){for(var e=1,t=0,n=0;n<24;n++){u[e+5*t]=(n+1)*(n+2)/2%64;var r=t%5,i=(2*e+3*t)%5;e=r,t=i}for(e=0;e<5;e++)for(t=0;t<5;t++)f[e+5*t]=t+(2*e+3*t)%5*5;for(var o=1,a=0;a<24;a++){for(var c=0,d=0,h=0;h<7;h++){if(1&o){var p=(1<<h)-1;p<32?d^=1<<p:c^=1<<p-32}128&o?o=o<<1^113:o<<=1}l[a]=s.create(c,d)}})();var d=[];(function(){for(var e=0;e<25;e++)d[e]=s.create()})();var h=c.SHA3=o.extend({cfg:o.cfg.extend({outputLength:512}),_doReset:function(){for(var e=this._state=[],t=0;t<25;t++)e[t]=new s.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(e,t){for(var n=this._state,r=this.blockSize/2,i=0;i<r;i++){var o=e[t+2*i],a=e[t+2*i+1];o=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),a=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8);var s=n[i];s.high^=a,s.low^=o}for(var c=0;c<24;c++){for(var h=0;h<5;h++){for(var p=0,v=0,m=0;m<5;m++){s=n[h+5*m];p^=s.high,v^=s.low}var g=d[h];g.high=p,g.low=v}for(h=0;h<5;h++){var y=d[(h+4)%5],w=d[(h+1)%5],b=w.high,x=w.low;for(p=y.high^(b<<1|x>>>31),v=y.low^(x<<1|b>>>31),m=0;m<5;m++){s=n[h+5*m];s.high^=p,s.low^=v}}for(var _=1;_<25;_++){s=n[_];var S=s.high,k=s.low,A=u[_];if(A<32)p=S<<A|k>>>32-A,v=k<<A|S>>>32-A;else p=k<<A-32|S>>>64-A,v=S<<A-32|k>>>64-A;var B=d[f[_]];B.high=p,B.low=v}var C=d[0],E=n[0];C.high=E.high,C.low=E.low;for(h=0;h<5;h++)for(m=0;m<5;m++){_=h+5*m,s=n[_];var O=d[_],j=d[(h+1)%5+5*m],M=d[(h+2)%5+5*m];s.high=O.high^~j.high&M.high,s.low=O.low^~j.low&M.low}s=n[0];var P=l[c];s.high^=P.high,s.low^=P.low}},_doFinalize:function(){var e=this._data,n=e.words,r=(this._nDataBytes,8*e.sigBytes),o=32*this.blockSize;n[r>>>5]|=1<<24-r%32,n[(t.ceil((r+1)/o)*o>>>5)-1]|=128,e.sigBytes=4*n.length,this._process();for(var a=this._state,s=this.cfg.outputLength/8,c=s/8,u=[],f=0;f<c;f++){var l=a[f],d=l.high,h=l.low;d=16711935&(d<<8|d>>>24)|4278255360&(d<<24|d>>>8),h=16711935&(h<<8|h>>>24)|4278255360&(h<<24|h>>>8),u.push(h),u.push(d)}return new i.init(u,s)},clone:function(){for(var e=o.clone.call(this),t=e._state=this._state.slice(0),n=0;n<25;n++)t[n]=t[n].clone();return e}});n.SHA3=o._createHelper(h),n.HmacSHA3=o._createHmacHelper(h)}(Math),e.SHA3}))},7460:function(e,t,n){(function(t,r,i){e.exports=r(n(8249),n(4938),n(34))})(0,(function(e){return function(){var t=e,n=t.x64,r=n.Word,i=n.WordArray,o=t.algo,a=o.SHA512,s=o.SHA384=a.extend({_doReset:function(){this._hash=new i.init([new r.init(3418070365,3238371032),new r.init(1654270250,914150663),new r.init(2438529370,812702999),new r.init(355462360,4144912697),new r.init(1731405415,4290775857),new r.init(2394180231,1750603025),new r.init(3675008525,1694076839),new r.init(1203062813,3204075428)])},_doFinalize:function(){var e=a._doFinalize.call(this);return e.sigBytes-=16,e}});t.SHA384=a._createHelper(s),t.HmacSHA384=a._createHmacHelper(s)}(),e.SHA384}))},34:function(e,t,n){(function(t,r,i){e.exports=r(n(8249),n(4938))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.Hasher,i=t.x64,o=i.Word,a=i.WordArray,s=t.algo;function c(){return o.create.apply(o,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)],f=[];(function(){for(var e=0;e<80;e++)f[e]=c()})();var l=s.SHA512=r.extend({_doReset:function(){this._hash=new a.init([new o.init(1779033703,4089235720),new o.init(3144134277,2227873595),new o.init(1013904242,4271175723),new o.init(2773480762,1595750129),new o.init(1359893119,2917565137),new o.init(2600822924,725511199),new o.init(528734635,4215389547),new o.init(1541459225,327033209)])},_doProcessBlock:function(e,t){for(var n=this._hash.words,r=n[0],i=n[1],o=n[2],a=n[3],s=n[4],c=n[5],l=n[6],d=n[7],h=r.high,p=r.low,v=i.high,m=i.low,g=o.high,y=o.low,w=a.high,b=a.low,x=s.high,_=s.low,S=c.high,k=c.low,A=l.high,B=l.low,C=d.high,E=d.low,O=h,j=p,M=v,P=m,D=g,N=y,H=w,T=b,R=x,z=_,F=S,I=k,V=A,L=B,U=C,q=E,W=0;W<80;W++){var J=f[W];if(W<16)var X=J.high=0|e[t+2*W],$=J.low=0|e[t+2*W+1];else{var K=f[W-15],G=K.high,Z=K.low,Q=(G>>>1|Z<<31)^(G>>>8|Z<<24)^G>>>7,Y=(Z>>>1|G<<31)^(Z>>>8|G<<24)^(Z>>>7|G<<25),ee=f[W-2],te=ee.high,ne=ee.low,re=(te>>>19|ne<<13)^(te<<3|ne>>>29)^te>>>6,ie=(ne>>>19|te<<13)^(ne<<3|te>>>29)^(ne>>>6|te<<26),oe=f[W-7],ae=oe.high,se=oe.low,ce=f[W-16],ue=ce.high,fe=ce.low;$=Y+se,X=Q+ae+($>>>0<Y>>>0?1:0),$=$+ie,X=X+re+($>>>0<ie>>>0?1:0),$=$+fe,X=X+ue+($>>>0<fe>>>0?1:0);J.high=X,J.low=$}var le=R&F^~R&V,de=z&I^~z&L,he=O&M^O&D^M&D,pe=j&P^j&N^P&N,ve=(O>>>28|j<<4)^(O<<30|j>>>2)^(O<<25|j>>>7),me=(j>>>28|O<<4)^(j<<30|O>>>2)^(j<<25|O>>>7),ge=(R>>>14|z<<18)^(R>>>18|z<<14)^(R<<23|z>>>9),ye=(z>>>14|R<<18)^(z>>>18|R<<14)^(z<<23|R>>>9),we=u[W],be=we.high,xe=we.low,_e=q+ye,Se=U+ge+(_e>>>0<q>>>0?1:0),ke=(_e=_e+de,Se=Se+le+(_e>>>0<de>>>0?1:0),_e=_e+xe,Se=Se+be+(_e>>>0<xe>>>0?1:0),_e=_e+$,Se=Se+X+(_e>>>0<$>>>0?1:0),me+pe),Ae=ve+he+(ke>>>0<me>>>0?1:0);U=V,q=L,V=F,L=I,F=R,I=z,z=T+_e|0,R=H+Se+(z>>>0<T>>>0?1:0)|0,H=D,T=N,D=M,N=P,M=O,P=j,j=_e+ke|0,O=Se+Ae+(j>>>0<_e>>>0?1:0)|0}p=r.low=p+j,r.high=h+O+(p>>>0<j>>>0?1:0),m=i.low=m+P,i.high=v+M+(m>>>0<P>>>0?1:0),y=o.low=y+N,o.high=g+D+(y>>>0<N>>>0?1:0),b=a.low=b+T,a.high=w+H+(b>>>0<T>>>0?1:0),_=s.low=_+z,s.high=x+R+(_>>>0<z>>>0?1:0),k=c.low=k+I,c.high=S+F+(k>>>0<I>>>0?1:0),B=l.low=B+L,l.high=A+V+(B>>>0<L>>>0?1:0),E=d.low=E+q,d.high=C+U+(E>>>0<q>>>0?1:0)},_doFinalize:function(){var e=this._data,t=e.words,n=8*this._nDataBytes,r=8*e.sigBytes;t[r>>>5]|=128<<24-r%32,t[30+(r+128>>>10<<5)]=Math.floor(n/4294967296),t[31+(r+128>>>10<<5)]=n,e.sigBytes=4*t.length,this._process();var i=this._hash.toX32();return i},clone:function(){var e=r.clone.call(this);return e._hash=this._hash.clone(),e},blockSize:32});t.SHA512=r._createHelper(l),t.HmacSHA512=r._createHmacHelper(l)}(),e.SHA512}))},4253:function(e,t,n){(function(t,r,i){e.exports=r(n(8249),n(8269),n(8214),n(888),n(5109))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.WordArray,i=n.BlockCipher,o=t.algo,a=[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],s=[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}],f=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],l=o.DES=i.extend({_doReset:function(){for(var e=this._key,t=e.words,n=[],r=0;r<56;r++){var i=a[r]-1;n[r]=t[i>>>5]>>>31-i%32&1}for(var o=this._subKeys=[],u=0;u<16;u++){var f=o[u]=[],l=c[u];for(r=0;r<24;r++)f[r/6|0]|=n[(s[r]-1+l)%28]<<31-r%6,f[4+(r/6|0)]|=n[28+(s[r+24]-1+l)%28]<<31-r%6;f[0]=f[0]<<1|f[0]>>>31;for(r=1;r<7;r++)f[r]=f[r]>>>4*(r-1)+3;f[7]=f[7]<<5|f[7]>>>27}var d=this._invSubKeys=[];for(r=0;r<16;r++)d[r]=o[15-r]},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],d.call(this,4,252645135),d.call(this,16,65535),h.call(this,2,858993459),h.call(this,8,16711935),d.call(this,1,1431655765);for(var r=0;r<16;r++){for(var i=n[r],o=this._lBlock,a=this._rBlock,s=0,c=0;c<8;c++)s|=u[c][((a^i[c])&f[c])>>>0];this._lBlock=a,this._rBlock=o^s}var l=this._lBlock;this._lBlock=this._rBlock,this._rBlock=l,d.call(this,1,1431655765),h.call(this,8,16711935),h.call(this,2,858993459),d.call(this,16,65535),d.call(this,4,252645135),e[t]=this._lBlock,e[t+1]=this._rBlock},keySize:2,ivSize:2,blockSize:2});function d(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(l);var p=o.TripleDES=i.extend({_doReset:function(){var e=this._key,t=e.words;this._des1=l.createEncryptor(r.create(t.slice(0,2))),this._des2=l.createEncryptor(r.create(t.slice(2,4))),this._des3=l.createEncryptor(r.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,r){e.exports=r(n(8249))})(0,(function(e){return function(t){var n=e,r=n.lib,i=r.Base,o=r.WordArray,a=n.x64={};a.Word=i.extend({init:function(e,t){this.high=e,this.low=t}}),a.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=[],r=0;r<t;r++){var i=e[r];n.push(i.high),n.push(i.low)}return o.create(n,this.sigBytes)},clone:function(){for(var e=i.clone.call(this),t=e.words=this.words.slice(0),n=t.length,r=0;r<n;r++)t[r]=t[r].clone();return e}})}(),e}))},655:function(e){var t=0,n=8;function r(e){return h(i(d(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,r=-271733879,i=-1732584194,o=271733878,l=0;l<e.length;l+=16){var d=n,h=r,p=i,v=o;n=a(n,r,i,o,e[l+0],7,-680876936),o=a(o,n,r,i,e[l+1],12,-389564586),i=a(i,o,n,r,e[l+2],17,606105819),r=a(r,i,o,n,e[l+3],22,-1044525330),n=a(n,r,i,o,e[l+4],7,-176418897),o=a(o,n,r,i,e[l+5],12,1200080426),i=a(i,o,n,r,e[l+6],17,-1473231341),r=a(r,i,o,n,e[l+7],22,-45705983),n=a(n,r,i,o,e[l+8],7,1770035416),o=a(o,n,r,i,e[l+9],12,-1958414417),i=a(i,o,n,r,e[l+10],17,-42063),r=a(r,i,o,n,e[l+11],22,-1990404162),n=a(n,r,i,o,e[l+12],7,1804603682),o=a(o,n,r,i,e[l+13],12,-40341101),i=a(i,o,n,r,e[l+14],17,-1502002290),r=a(r,i,o,n,e[l+15],22,1236535329),n=s(n,r,i,o,e[l+1],5,-165796510),o=s(o,n,r,i,e[l+6],9,-1069501632),i=s(i,o,n,r,e[l+11],14,643717713),r=s(r,i,o,n,e[l+0],20,-373897302),n=s(n,r,i,o,e[l+5],5,-701558691),o=s(o,n,r,i,e[l+10],9,38016083),i=s(i,o,n,r,e[l+15],14,-660478335),r=s(r,i,o,n,e[l+4],20,-405537848),n=s(n,r,i,o,e[l+9],5,568446438),o=s(o,n,r,i,e[l+14],9,-1019803690),i=s(i,o,n,r,e[l+3],14,-187363961),r=s(r,i,o,n,e[l+8],20,1163531501),n=s(n,r,i,o,e[l+13],5,-1444681467),o=s(o,n,r,i,e[l+2],9,-51403784),i=s(i,o,n,r,e[l+7],14,1735328473),r=s(r,i,o,n,e[l+12],20,-1926607734),n=c(n,r,i,o,e[l+5],4,-378558),o=c(o,n,r,i,e[l+8],11,-2022574463),i=c(i,o,n,r,e[l+11],16,1839030562),r=c(r,i,o,n,e[l+14],23,-35309556),n=c(n,r,i,o,e[l+1],4,-1530992060),o=c(o,n,r,i,e[l+4],11,1272893353),i=c(i,o,n,r,e[l+7],16,-155497632),r=c(r,i,o,n,e[l+10],23,-1094730640),n=c(n,r,i,o,e[l+13],4,681279174),o=c(o,n,r,i,e[l+0],11,-358537222),i=c(i,o,n,r,e[l+3],16,-722521979),r=c(r,i,o,n,e[l+6],23,76029189),n=c(n,r,i,o,e[l+9],4,-640364487),o=c(o,n,r,i,e[l+12],11,-421815835),i=c(i,o,n,r,e[l+15],16,530742520),r=c(r,i,o,n,e[l+2],23,-995338651),n=u(n,r,i,o,e[l+0],6,-198630844),o=u(o,n,r,i,e[l+7],10,1126891415),i=u(i,o,n,r,e[l+14],15,-1416354905),r=u(r,i,o,n,e[l+5],21,-57434055),n=u(n,r,i,o,e[l+12],6,1700485571),o=u(o,n,r,i,e[l+3],10,-1894986606),i=u(i,o,n,r,e[l+10],15,-1051523),r=u(r,i,o,n,e[l+1],21,-2054922799),n=u(n,r,i,o,e[l+8],6,1873313359),o=u(o,n,r,i,e[l+15],10,-30611744),i=u(i,o,n,r,e[l+6],15,-1560198380),r=u(r,i,o,n,e[l+13],21,1309151649),n=u(n,r,i,o,e[l+4],6,-145523070),o=u(o,n,r,i,e[l+11],10,-1120210379),i=u(i,o,n,r,e[l+2],15,718787259),r=u(r,i,o,n,e[l+9],21,-343485551),n=f(n,d),r=f(r,h),i=f(i,p),o=f(o,v)}return Array(n,r,i,o)}function o(e,t,n,r,i,o){return f(l(f(f(t,e),f(r,o)),i),n)}function a(e,t,n,r,i,a,s){return o(t&n|~t&r,e,t,i,a,s)}function s(e,t,n,r,i,a,s){return o(t&r|n&~r,e,t,i,a,s)}function c(e,t,n,r,i,a,s){return o(t^n^r,e,t,i,a,s)}function u(e,t,n,r,i,a,s){return o(n^(t|~r),e,t,i,a,s)}function f(e,t){var n=(65535&e)+(65535&t),r=(e>>16)+(t>>16)+(n>>16);return r<<16|65535&n}function l(e,t){return e<<t|e>>>32-t}function d(e){for(var t=Array(),r=(1<<n)-1,i=0;i<e.length*n;i+=n)t[i>>5]|=(e.charCodeAt(i/n)&r)<<i%32;return t}function h(e){for(var n=t?"0123456789ABCDEF":"0123456789abcdef",r="",i=0;i<4*e.length;i++)r+=n.charAt(e[i>>2]>>i%4*8+4&15)+n.charAt(e[i>>2]>>i%4*8&15);return r}e.exports={hex_md5:r}},3744:function(e,t){"use strict";t.Z=(e,t)=>{const n=e.__vccOpts||e;for(const[r,i]of t)n[r]=i;return n}},7203:function(t){"use strict";t.exports=e}},n={};function r(e){var i=n[e];if(void 0!==i)return i.exports;var o=n[e]={exports:{}};return t[e].call(o.exports,o,o.exports,r),o.exports}!function(){r.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return r.d(t,{a:t}),t}}(),function(){r.d=function(e,t){for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})}}(),function(){r.g=function(){if("object"===typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"===typeof window)return window}}()}(),function(){r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)}}(),function(){r.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}}(),function(){r.p=""}();var i={};return function(){"use strict";if(r.r(i),r.d(i,{default:function(){return Qe}}),"undefined"!==typeof window){var e=window.document.currentScript,t=e&&e.src.match(/(.+\/)[^/]+\.js(\?.*)?$/);t&&(r.p=t[1])}var n=r(7203);const o={class:"zykjcommon-question"},a={key:0,class:"question-type"},s={key:0},c={key:1,class:"score fr"},u={class:"question-box"},f=["innerHTML"],l={class:"question-option"},d=["disabled","id","value"],h=(0,n.createElementVNode)("div",{class:"radio-bg"},null,-1),p={class:"label-box"},v=["for"],m=["for"],g={key:0},y={key:0,class:"img-box"},w=["src"],b={key:1,class:"question-analysis"},x=(0,n.createElementVNode)("div",{class:"triangle-top"},null,-1),_={class:"question-analysis-item"},S=(0,n.createElementVNode)("span",{class:"txt"},"【你的回答】:",-1),k={class:"txt-box"},A={class:"question-analysis-item"},B=(0,n.createElementVNode)("span",{class:"txt"},"【正确答案】:",-1),C={class:"txt-box"},E={key:0,class:"question-analysis-item"},O=(0,n.createElementVNode)("span",{class:"txt"},"【本题解析】:",-1),j={class:"txt-box"},M=["innerHTML"];function P(e,t,r,i,P,D){const N=(0,n.resolveComponent)("MediaLooker");return(0,n.openBlock)(),(0,n.createElementBlock)("div",o,[r.isSub?(0,n.createCommentVNode)("",!0):((0,n.openBlock)(),(0,n.createElementBlock)("div",a,[(0,n.createTextVNode)((0,n.toDisplayString)(r.questionInfo.questionIndex)+"、"+(0,n.toDisplayString)(r.questionInfo.hint?r.questionInfo.hint:r.questionInfo.question_type_str),1),"null"!==r.questionInfo.score?((0,n.openBlock)(),(0,n.createElementBlock)("span",s)):(0,n.createCommentVNode)("",!0),"analysis"===r.mode?((0,n.openBlock)(),(0,n.createElementBlock)("span",c,"得分:"+(0,n.toDisplayString)(r.questionInfo.answerMap?r.questionInfo.answerMap.user_score:"-")+"分",1)):(0,n.createCommentVNode)("",!0)])),(0,n.createElementVNode)("div",u,[r.questionInfo.htmlContent?((0,n.openBlock)(),(0,n.createElementBlock)("div",{key:0,class:"editor-content",innerHTML:r.questionInfo.htmlContent},null,8,f)):(0,n.createCommentVNode)("",!0),(0,n.createElementVNode)("div",{class:"question-option-list",style:(0,n.normalizeStyle)(r.questionInfo.htmlContent||r.questionInfo.hint?{}:{"margin-top":0})},[((0,n.openBlock)(!0),(0,n.createElementBlock)(n.Fragment,null,(0,n.renderList)(P.exam_options_data,((e,i)=>((0,n.openBlock)(),(0,n.createElementBlock)("div",l,[(0,n.createElementVNode)("div",{class:(0,n.normalizeClass)(["radio-box",{checked:P.radio==e.index}])},[(0,n.withDirectives)((0,n.createElementVNode)("input",{type:"radio",disabled:"analysis"===r.mode||"review"===r.mode,class:"radio","onUpdate:modelValue":t[0]||(t[0]=e=>P.radio=e),name:"judge",id:"radio-"+r.questionInfo.questionIndex+"-"+i,value:e.index},null,8,d),[[n.vModelRadio,P.radio]]),h],2),(0,n.createElementVNode)("div",p,[3==r.questionInfo.question_type?((0,n.openBlock)(),(0,n.createElementBlock)("label",{key:0,for:"radio-"+r.questionInfo.questionIndex+"-"+i},(0,n.toDisplayString)(e.data.name),9,v)):(0,n.createCommentVNode)("",!0),1==r.questionInfo.question_type?((0,n.openBlock)(),(0,n.createElementBlock)("label",{key:1,for:"radio-"+r.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",g,(0,n.toDisplayString)(e.data.option_content),1)):(0,n.createCommentVNode)("",!0)]),0!=e.data.file_type?((0,n.openBlock)(),(0,n.createElementBlock)("div",y,[(0,n.createElementVNode)("img",{src:e.data.file_url},null,8,w)])):(0,n.createCommentVNode)("",!0)],8,m)):(0,n.createCommentVNode)("",!0)])])))),256))],4),"analysis"===r.mode?((0,n.openBlock)(),(0,n.createElementBlock)("div",b,[x,(0,n.createElementVNode)("div",_,[S,(0,n.createElementVNode)("div",k,[(0,n.createElementVNode)("span",{class:(0,n.normalizeClass)({wrong:"1"!==r.questionInfo.answerMap.is_correct,right:"1"===r.questionInfo.answerMap.is_correct})},(0,n.toDisplayString)("1"!==r.questionInfo.answerMap.is_correct?"错误":"正确"),3)])]),(0,n.createElementVNode)("div",A,[B,(0,n.createElementVNode)("div",C,[(0,n.createElementVNode)("span",null,(0,n.toDisplayString)(P.analyCorrectAnswer),1)])]),r.questionInfo.analysis?((0,n.openBlock)(),(0,n.createElementBlock)("div",E,[O,(0,n.createElementVNode)("div",j,[(0,n.createElementVNode)("span",{class:"analysis-txt",innerHTML:r.questionInfo.analysisHtmlContent},null,8,M)])])):(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)])}r(7658);let D=JSON.stringify({mediaLookerList:[],mediaCount:0,curMediaCount:0,visible:!1});function N(e){let t={img(t){let r=t.getAttribute("src");t.setAttribute("media-index",e.mediaCount+""),e.mediaCount++,e.mediaLookerList.push({url:r,mediaType:1}),t.addEventListener("click",(t=>{let r=t.target,i=Number(r.getAttribute("media-index"));e.curMediaCount=i,n()}))}};function n(){e.visible=!0}function r(){let n=e.$el.querySelector(".question-box");function r(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&&r(e)}}))}e.$nextTick((()=>{r(n)}))}r()}var H="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 T={key:0,class:"dialog imgLookerDialog"},R=(0,n.createElementVNode)("div",{class:"mask"},null,-1),z=(0,n.createElementVNode)("img",{src:H,alt:""},null,-1),F=[z],I=["src"];function V(e,t,r,i,o,a){return r.visible?((0,n.openBlock)(),(0,n.createElementBlock)("div",T,[R,(0,n.createElementVNode)("div",{class:"close",onClick:t[0]||(t[0]=(...e)=>a.cancel&&a.cancel(...e))},F),(0,n.createElementVNode)("div",{class:"prev",onClick:t[1]||(t[1]=(...e)=>a.prev&&a.prev(...e))}),(0,n.createElementVNode)("div",{class:"next",onClick:t[2]||(t[2]=(...e)=>a.next&&a.next(...e))}),1==o.curMediaObj.mediaType?((0,n.openBlock)(),(0,n.createElementBlock)("div",{key:0,class:(0,n.normalizeClass)(["imgLooker",{in:"in"===o.enlargeStatus,out:"out"===o.enlargeStatus}]),onClick:t[3]||(t[3]=(...e)=>a.enlarge&&a.enlarge(...e))},[(0,n.createElementVNode)("img",{src:o.curMediaObj.url,style:(0,n.normalizeStyle)({width:o.curMediaObj.width+"px",height:o.curMediaObj.height+"px"}),alt:""},null,12,I)],2)):(0,n.createCommentVNode)("",!0)])):(0,n.createCommentVNode)("",!0)}r(6229),r(7330),r(2062);var L=r(1354),U=r(9669),q=r.n(U),W=r(655),J=r.n(W);let X="piw38kulfozrea7ydmjnvbc965q1gt2x",K=function(e,t,n,r){void 0!=n&&"undefined"!==typeof n["password"]&&(n["password"]=J().hex_md5(J().hex_md5(n["password"]+"FE605C9343A3A47764598FDC184EC66F").toUpperCase()+"FE605C9343A3A47764598FDC184EC66F").toUpperCase());let i=e+"\n/education"+t+"\n"+r+"\n"+(n?JSON.stringify(n):""),o=L.enc.Base64.stringify((0,L.HmacSHA256)(i,X)),a=function(e){let t=e.replace(/\+/g,"-");t=t.replace(/\//g,"_");let n=t.length%4,r="====";return t+=r.substring(0,n),t};return a(o)};q().defaults.baseURL="https://jsl-api.thedeer.cn/education/",q().defaults.timeout=6e4,q().defaults.withCredentials=!0;let G=(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)},Z=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||"系统异常";Ue.messageTip("warning",e)}}return e};function Q(e,t,n,r,i){let o,a;e=e.toUpperCase(),t+=0===n.indexOf("/")?n.substr(1):n;let s=window.isMock;"undefined"!==typeof i&&"undefined"!==typeof i.isMock&&(s=i.isMock,delete i.isMock),s&&i&&i.onUploadProgress&&delete i.onUploadProgress;let c=n;"/"!==n[0]&&(c="/"+n);let u=(new Date).getTime(),f={ts:u,sign:K(e,c,r,u),token:Ue.getToken()};switch(e){case"Get":a=r||{};break;default:case"POST":o=r||{},f["Content-Type"]=i&&i.contentType?i.contentType:"application/json";break}return t instanceof Array?q().all([]).then(q().spread((function(){}))):q()(Object.assign({headers:f,method:e,url:t,data:o,params:a,transformRequest:G,transformResponse:Z},i)).then((e=>e.data)).catch((e=>(console.log("服务端请求/响应错误:",e,e.config),Promise.reject(e))))}const Y=(e,t={},n)=>Q("POST","",e,t,n);var ee=function(){var e,t,n,r,i;function o(e){return new Promise((function(t){var n,r,i;try{i=new(window.AudioContext||window.webkitAudioContext)}catch(o){return window.console.warn("Web Audio API not supported.")}n=i.createMediaStreamSource(e),r=i.createScriptProcessor(0,1,1),n.connect(r),r.connect(i.destination),t&&"function"===typeof t&&n&&r&&t({mediaStreamSource:n,scriptProcessor:r,audioContext:i})}))}function a(e,t){e&&(e.onaudioprocess=function(e){for(var n=e.inputBuffer,r=e.outputBuffer,i=0;i<r.numberOfChannels;i++)for(var o=n.getChannelData(i),a=r.getChannelData(i),s=0;s<n.length;s++)a[s]=o[s];if(t){for(var c=e.inputBuffer.getChannelData(0),u=c.length,f=0,l=0;l<u;++l)f+=c[l]*c[l];var d=Math.sqrt(f/u);d=100*Math.sin(3.1415*d/2)>>0,t(d)}})}function s(e,t){e&&(e.onaudioprocess=function(e){if(t){for(var n=e.inputBuffer.getChannelData(0),r=n.length,i=0,o=0;o<r;++o)i+=n[o]*n[o];var a=Math.sqrt(i/r);a=100*Math.sin(3.1415*a/2)>>0,t(a)}})}return window.AudioContext=window.AudioContext||window.webkitAudioContext,e=function(){return new Promise((function(e,t){navigator.mediaDevices&&navigator.mediaDevices.enumerateDevices?navigator.mediaDevices.enumerateDevices().then((function(t){var n={audio:[],video:[],headphones:[]},r=1,i=1,o=1;for(var a in t){var s=t[a],c={};c.deviceId=s.deviceId,c.groupId=s.groupId,c.label=s.label,"videoinput"===s.kind&&(""===c.label&&(c.label="摄像头"+i,i++),c.label.indexOf("前")>=0||c.label.indexOf("正")>=0?n.video.splice(0,0,c):n.video.push(c)),"audioinput"===s.kind&&"communications"!==s.deviceId&&"default"!==s.deviceId&&(""===c.label&&(c.label="麦克风"+r,r++),n.audio.push(c)),"audiooutput"===s.kind&&"communications"!==s.deviceId&&"default"!==s.deviceId&&(""===c.label&&(c.label="扬声器"+o,o++),n.headphones.push(c))}e&&"function"===typeof e&&e(n)})):t()}))},t=function(e){var t=e||{audio:!0,video:!0};return new Promise((function(e,n){navigator.mediaDevices&&navigator.mediaDevices.getUserMedia?navigator.mediaDevices.getUserMedia(t).then((function(n){if(t.video){var r=n.getVideoTracks();if(!r.length)return void e(3);var i=Date.now();r[0].onended=function(){var t=Date.now()-i;window.console.debug("videoTracks[0].readyState : "+t),e(t>2e3?n:1)}}e&&"function"===typeof e&&e(n)})).catch((function(t){if(t){var n;switch(t.name){case"NotAllowedError":case"PermissionDeniedError":n=2;break;case"TrackStartError":n=1;break;case"DevicesNotFoundError":n=3;break;case"MediaStreamError":"getUserMedia() failed: video denied"==t.message&&(n=2),"getUserMedia() failed: audio denied"==t.message&&(n=2);break;default:n=4;break}e(n)}else e(4)})):n()}))},n=function(e,t){return new Promise((function(n){o(e).then((function(){var e=arguments[0].mediaStreamSource,r=arguments[0].scriptProcessor,i=arguments[0].audioContext;a(r,t);var o={mediaStreamSource:e,scriptProcessor:r,audiocontext:i};n(o)}))}))},r=function(e,t){return new Promise((function(n){o(e).then((function(){var e=arguments[0].mediaStreamSource,r=arguments[0].scriptProcessor,i=arguments[0].audioContext;s(r,t);let o={mediaStreamSource:e,scriptProcessor:r,audiocontext:i};n(o)}))}))},i=function(e,t){return new Promise((function(n){if(e){var r=e.getTracks();for(var i in r)r[i].stop();e=null}t&&(t.mediaStreamSource&&t.mediaStreamSource.disconnect(),t.scriptProcessor&&(t.scriptProcessor.disconnect(),t.scriptProcessor.onaudioprocess=null),t.audiocontext&&(t.audiocontext.close(),t.audiocontext=null),t=null),n()}))},{getDevices:e,getUserMedia:t,setVolume:n,getHeadphones:r,dispose:i}}(),te=function(){function e(){var e=navigator?navigator.userAgent.toLowerCase():"other";return e.indexOf("chrome")>-1?"chrome":e.indexOf("safari")>-1?"safari":e.indexOf("msie")>-1||e.indexOf("trident")>-1?"ie":e.indexOf("firefox")>-1?"firefox":e}function t(e){try{return new ActiveXObject(e)}catch(t){window.console.log(t)}}function n(e){for(let n in navigator.plugins){var t=navigator.plugins[n];if(t.name==e)return t}}function r(){return"ie"==e()?t("AcroPDF.PDF")||t("PDF.PdfCtrl"):n("Adobe Acrobat")||n("Chrome PDF Viewer")||n("WebKit built-in PDF")}function i(){return r()}return{goPdf(e){if(i){let t=window.open("about:blank","_blank");t.document.write("<h2>加载中</h2>"),t.location=e}else alert("你可能还没有安装pdf阅读器,为了方便你查看pdf文档,请下载!"),window.location.href="http://ardownload.adobe.com/pub/adobe/reader/win/9.x/9.3/chs/AdbeRdr930_zh_CN.exe"}}}(),ne={chrome(){return navigator.userAgent.indexOf("Chrome")>-1},safari(){return navigator.userAgent.indexOf("Safari")>-1},edge(){return navigator.userAgent.indexOf("Edge")>-1}},re={setItem(e,t,n){let r={key:e},i=n?"localStorage":"sessionStorage";function o(){"localStorage"===i&&(r.expires=n)}r.value=t,o(),window[i].setItem(e,JSON.stringify(r))},getItem(e,t){let n=null,r=t?"localStorage":"sessionStorage",i=window[r].getItem(e);if(i&&(i=JSON.parse(i),"[object Object]"===Object.prototype.toString.call(i))){let t=i.value;if("localStorage"===r){let r=i.expires;r-(new Date).getTime()<=0?this.removeItem(e):n=t}else n=t}return n},removeItem(e){window.localStorage.removeItem(e),window.sessionStorage.removeItem(e)}};function ie(e){var t,n=oe(e)?"object":Array.isArray(e)?"array":"";if("object"!==typeof e&&null!==e)t=e;else if("object"===n){t={};for(let n in e)"object"===typeof e[n]?t[n]=ie(e[n]):t[n]=e[n]}else if("array"===n){t=[];for(let n=0;n<e.length;n++)"object"===typeof e[n]?t[n]=ie(e[n]):t[n]=e[n]}else t=e;return t}function oe(e){var t=Object.prototype.toString.call(e);return"[object Object]"===t}var ae={mediadevice:ee,pdfHelper:te,browserTester:ne,cookieUtils:re,isObj:oe,deepCopy:ie};function se(e){let t={},n=Object.keys(e),r=n.length;for(let i=0;i<r;i++)t[n[i]]=e[n[i]];return t}function ce(){let e="";for(let t=1;t<=32;t++){let t=Math.floor(16*Math.random()).toString(16);e+=t}return e}function ue(e){let t=e.replace(/\+/g,"-");return t=t.replace(/\//g,"_"),t=t.replace(/\=/g,""),t}function fe(e){let t=e.replace(/\-/g,"+");t=t.replace(/\_/g,"/");let n=t.length%4,r="====";return t+=r.substring(0,n),t}function le(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 de(e){let t=e.substring(e.lastIndexOf(".")+1,e.indexOf("?"));return t}function he(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 pe(e,t,n,r){var i,o,a=+new Date,s=0,c=0,u=null,f=this,l=function(){c=a,e.bind(f,...o)()};return function(){a=+new Date,f=this,o=arguments,i=a-(r?s:c)-t,clearTimeout(u),r?n?i>=0&&l():u=setTimeout(l,t):i>=0?l():n||(u=setTimeout(l,-i)),s=a}}function ve(e,t,n=!1){return pe(e,t,n,!0)}function me(e){let t;if("[object Object]"===Object.prototype.toString.call(e)){t={};for(let n in e)"object"==typeof e[n]?t[n]=me(e[n]):t[n]=e[n]}else"[object Array]"===Object.prototype.toString.call(e)&&(t=[],e.forEach((e=>{"object"==typeof e?t.push(me(e)):t.push(e)})));return t}function ge(e){return String.fromCharCode(64+parseInt(e))}function ye(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 we(e,t){if(e.length!=t.length)return!1;let n=!0;return e.forEach(((e,r)=>{Object.is(e,t[r])||(n=!1)})),n}function be(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 xe(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 _e(e){let t=Math.floor(e%60),n=Math.floor(e/60%60),r=Math.floor(e/60/60),i=[];return r&&i.push(r+"时"),n&&i.push(n+"分"),t&&i.push(t+"秒"),i.join(" ")}function Se(e){return parseFloat(e).toString()}function ke(e,t,n){if(!e)return;let r=t.match(/(\w+)/gi),i=null;return i=e instanceof Array?e.slice(0):Object.assign({},e),r.forEach(((e,t)=>{"undefined"!==typeof i&&(i=i instanceof Array?i.slice(e-1,1):i[e])})),i||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 Be(e){return!Ae(e)}function Ce(e,t,n,r,i,o){var a=this;if(a.version=function(){return"1.9.2"},a.options={useEasing:!0,useGrouping:!0,separator:",",decimal:".",easingFn:d,formattingFn:l,prefix:"",suffix:"",numerals:[]},o&&"object"===typeof o)for(var s in a.options)o.hasOwnProperty(s)&&null!==o[s]&&(a.options[s]=o[s]);""===a.options.separator?a.options.useGrouping=!1:a.options.separator=""+a.options.separator;for(var c=0,u=["webkit","moz","ms","o"],f=0;f<u.length&&!window.requestAnimationFrame;++f)window.requestAnimationFrame=window[u[f]+"RequestAnimationFrame"],window.cancelAnimationFrame=window[u[f]+"CancelAnimationFrame"]||window[u[f]+"CancelRequestAnimationFrame"];function l(e){var t,n,r,i,o,s;if(e=e.toFixed(a.decimals),e+="",t=e.split("."),n=t[0],r=t.length>1?a.options.decimal+t[1]:"",a.options.useGrouping){for(i="",o=0,s=n.length;o<s;++o)0!==o&&o%3===0&&(i=a.options.separator+i),i=n[s-o-1]+i;n=i}return a.options.numerals.length&&(n=n.replace(/[0-9]/g,(function(e){return a.options.numerals[+e]})),r=r.replace(/[0-9]/g,(function(e){return a.options.numerals[+e]}))),a.options.prefix+n+r+a.options.suffix}function d(e,t,n,r){return n*(1-Math.pow(2,-10*e/r))*1024/1023+t}function h(e){return"number"===typeof e&&!isNaN(e)}window.requestAnimationFrame||(window.requestAnimationFrame=function(e,t){var n=(new Date).getTime(),r=Math.max(0,16-(n-c)),i=window.setTimeout((function(){e(n+r)}),r);return c=n+r,i}),window.cancelAnimationFrame||(window.cancelAnimationFrame=function(e){clearTimeout(e)}),a.initialize=function(){return!!a.initialized||(a.error="",a.d="string"===typeof e?document.getElementById(e):e,a.d?(a.startVal=Number(t),a.endVal=Number(n),h(a.startVal)&&h(a.endVal)?(a.decimals=Math.max(0,r||0),a.dec=Math.pow(10,a.decimals),a.duration=1e3*Number(i)||2e3,a.countDown=a.startVal>a.endVal,a.frameVal=a.startVal,a.initialized=!0,!0):(a.error="[CountUp] startVal ("+t+") or endVal ("+n+") is not a number",!1)):(a.error="[CountUp] target is null or undefined",!1))},a.printValue=function(e){var t=a.options.formattingFn(e);"INPUT"===a.d.tagName?this.d.value=t:"text"===a.d.tagName||"tspan"===a.d.tagName?this.d.textContent=t:this.d.innerHTML=t},a.count=function(e){a.startTime||(a.startTime=e),a.timestamp=e;var t=e-a.startTime;a.remaining=a.duration-t,a.options.useEasing?a.countDown?a.frameVal=a.startVal-a.options.easingFn(t,0,a.startVal-a.endVal,a.duration):a.frameVal=a.options.easingFn(t,a.startVal,a.endVal-a.startVal,a.duration):a.countDown?a.frameVal=a.startVal-(a.startVal-a.endVal)*(t/a.duration):a.frameVal=a.startVal+(a.endVal-a.startVal)*(t/a.duration),a.countDown?a.frameVal=a.frameVal<a.endVal?a.endVal:a.frameVal:a.frameVal=a.frameVal>a.endVal?a.endVal:a.frameVal,a.frameVal=Math.round(a.frameVal*a.dec)/a.dec,a.printValue(a.frameVal),t<a.duration?a.rAF=requestAnimationFrame(a.count):a.callback&&a.callback()},a.start=function(e){a.initialize()&&(a.callback=e,a.rAF=requestAnimationFrame(a.count))},a.pauseResume=function(){a.paused?(a.paused=!1,delete a.startTime,a.duration=a.remaining,a.startVal=a.frameVal,requestAnimationFrame(a.count)):(a.paused=!0,cancelAnimationFrame(a.rAF))},a.reset=function(){a.paused=!1,delete a.startTime,a.initialized=!1,a.initialize()&&(cancelAnimationFrame(a.rAF),a.printValue(a.startVal))},a.update=function(e){a.initialize()&&(e=Number(e),h(e)?(a.error="",e!==a.frameVal&&(cancelAnimationFrame(a.rAF),a.paused=!1,delete a.startTime,a.startVal=a.frameVal,a.endVal=e,a.countDown=a.startVal>a.endVal,a.rAF=requestAnimationFrame(a.count))):a.error="[CountUp] update() - new endVal is not a number: "+e)},a.initialize()&&a.printValue(a.startVal)}function Ee(){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 Oe(e,t){window._czc&&_czc.push(["_trackEvent",e,t])}function je(e,t){for(var n=0;n<e.length;n++)if(e[n]==t)return n}function Me(e=1024,t=768){let n=document.body.clientWidth,r=document.body.clientHeight;return n<=e&&r<=t}function Pe(){return!(!window.ActiveXObject&&!("ActiveXObject"in window))}function De(e,t){let n=e.lastIndexOf("?"),r=e.substring(n+1,e.length),i="",o=r.split("&");for(var a=0;a<o.length;a++){let e=o[a].split("="),t="a";i+=""+(0==a?"?":"&")+String.fromCharCode(t.charCodeAt()+a)+"="+e[1]}return i}function Ne(e,t,n,r,i){let o,a,s=new Image,c=t,u=n,f=12*n,l=12*t;return s.src=e,i>f&&r<=l?(a=c*(r/i)+"rem",o=`${u}rem`):i<=f&&r>l?(a=`${rewBoxW}rem`,o=u*(r/i)+"rem"):i>f&&i>l?r>i?(a=`${rewBoxW}rem`,o=u*(r/i)+"rem"):(a=c*(r/i)+"rem",o=`${u}rem`):(a=r/12+"rem",o=i/12+"rem"),{width:a,height:o}}function He(e){window.parent.postMessage(e,"*")}function Te(){window.contentDialogs.forEach((e=>{e.scope.closeContentDialog()}))}function Re(e){let t=window.contentDialogs.find((t=>t.uid===e));t&&t.scope.closeContentDialog()}let ze=function(){let e=ae.cookieUtils.getItem("token",!0);return e};function Fe(e){for(var t=window.location.search.substring(1),n=t.split("&"),r=0;r<n.length;r++){var i=n[r].split("=");if(i[0]==e)return i[1]}return!1}function Ie(e,t,n=3e3){let r=document.createElement("div");r.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>`,o=$(i);$("body").append(o),setTimeout((()=>{o.remove()}),n+500)}function Ve(e,t){var n="offset"+t[0].toUpperCase()+t.substring(1),r=e[n],i=e.offsetParent;while(null!=i)r+=i[n],i=i.offsetParent;return r}function Le(e,t,n,r,i){try{let o="https://api.deerclass.com",a=[],s=`${e}\n[${t} : lineno:${n},colno:${r}]\n${i}`;a.push(s),Y(o+"/event/error/web",{errors:a,client:"JSL_WEB_BIANCHENG_EXAM"}).then((e=>{let{error_code:t}=e;+t||console.log("上报错误成功")}))}catch(o){console.log(o.toString())}}var Ue={getToken:ze,getQueryVariable:Fe,debounce2:ve,throttle:pe,sortDict:se,GUID:ce,urlsafe_b64encode:ue,urlsafe_b64decode:fe,getObjectURL:le,getExtName:de,fmtDateTime:he,fmtJSON2HTML:be,fmtHTML2JSON:xe,fmtSecond:_e,fmtFloatNumber:Se,copyDeepObject:me,indexToEnIndex:ge,diffObject:ye,diffArray:we,getDeepData:ke,isEmpty2:Ae,nonEmpty:Be,CountUp:Ce,getEnvironment:Ee,recordCountFn:Oe,findListIndex:je,getScreen:Me,whatBrowser:Pe,getUrlQueryVariable:De,setImgAuto:Ne,postMessageByType:He,closeAllContentDialog:Te,closeContentDialogByUid:Re,messageTip:Ie,offset:Ve,fbError:Le},qe={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=Ue.copyDeepObject(this.mediaLookerList[e]);let t=new Image;t.src=this.curMediaObj.url;let n=document.documentElement||document.body,r=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>=r||n>=i){let t,o,a,s=e-r,c=n-i;s>c?(o=.9*r,t=o/e,a=n*t,this.curMediaObj.width=o,this.curMediaObj.height=a,this.imgCompressWidth=o,this.imgCompressHeight=a):(a=.9*i,t=a/n,o=e*t,this.curMediaObj.width=o,this.curMediaObj.height=a,this.imgCompressWidth=o,this.imgCompressHeight=a),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)}}},We=r(3744);const Je=(0,We.Z)(qe,[["render",V]]);var Xe=Je,$e={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;if(n)"exam"===this.mode&&this.bus.$emit("optionChange"),"exam"===this.mode&&this.emit("optionChange",{orderIndex:this.orderIndex,isAnswered:t.isAnswered()});else{let e=this.isAnswered();"exam"===this.mode&&this.bus.$emit("questionCardChange",{questionIndex:this.questionInfo.questionIndex-1,answered:e})}}),{immediate:!0})},data(){return{radio:0,analyCorrectAnswer:"",exam_options_data:[],answerMap:{},...JSON.parse(D)}},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?"正确":"错误":Ue.indexToEnIndex(e.correct_single_index)),3==t){let t=e.answerMap.judge;void 0!==t&&null!==t&&""!==t&&(this.radio=t?1:2)}else{let t=e.answerMap.single_index;void 0!==t&&null!==t&&""!==t&&(this.radio=t)}}},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:Xe}};const Ke=(0,We.Z)($e,[["render",P]]);var Ge=Ke,Ze={install(e){e.component("Question_SingleChoice",Ge)},Question_SingleChoice:Ge},Qe=Ze}(),i}()}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zykjcommon/questions",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"main": "dist/zykjcommon-questions.umd.min.js",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"serve": "vue-cli-service serve",
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
"build:wc": "vue-cli-service build --target lib src/components/questions/buildEntry.js --name zykjcommon-questions"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
+
"@zykjcommon/questions": "^0.0.1",
|
|
15
16
|
"alife-logger": "^1.8.30",
|
|
16
17
|
"axios": "^0.26.0",
|
|
17
18
|
"cookie": "^0.4.1",
|
|
@@ -1,20 +1,21 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Created by Allen Liu on 2022/4/1.
|
|
3
3
|
*/
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
4
|
+
import '../../assets/scss/questions/index.scss';
|
|
5
|
+
import Question_SingleChoice from './Question_SingleChoice.vue'
|
|
6
|
+
// import Question_MultipleChoice from '@src/components/questions/Question_MultipleChoice.vue'
|
|
7
|
+
// import Question_Programming from '@src/components/questions/Question_Programming.vue'
|
|
8
|
+
// import Question_BriefAnswer from '@src/components/questions/Question_BriefAnswer.vue'
|
|
9
|
+
// import Question_Reading from '@src/components/questions/Question_Reading.vue'
|
|
10
|
+
// import Question_FillBlank from '@src/components/questions/Question_FillBlank.vue'
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
|
|
13
14
|
export default {
|
|
14
15
|
Question_SingleChoice,
|
|
15
|
-
Question_MultipleChoice,
|
|
16
|
-
Question_Programming,
|
|
17
|
-
Question_BriefAnswer,
|
|
18
|
-
Question_Reading,
|
|
19
|
-
Question_FillBlank
|
|
16
|
+
// Question_MultipleChoice,
|
|
17
|
+
// Question_Programming,
|
|
18
|
+
// Question_BriefAnswer,
|
|
19
|
+
// Question_Reading,
|
|
20
|
+
// Question_FillBlank
|
|
20
21
|
}
|
|
@@ -77,7 +77,6 @@
|
|
|
77
77
|
|
|
78
78
|
import {commonData,doMediaLookerSome} from './mixin.js'
|
|
79
79
|
import MediaLooker from '../common/MediaLooker.vue'
|
|
80
|
-
import bus from "../../assets/js/bus";
|
|
81
80
|
import fun from "../../assets/js/fun";
|
|
82
81
|
|
|
83
82
|
export default {
|
|
@@ -95,6 +94,10 @@ export default {
|
|
|
95
94
|
type: Object,
|
|
96
95
|
default: {}
|
|
97
96
|
},
|
|
97
|
+
bus: {
|
|
98
|
+
type: Object,
|
|
99
|
+
default: {}
|
|
100
|
+
},
|
|
98
101
|
mode: {
|
|
99
102
|
type: String,
|
|
100
103
|
default: 'exam'
|
|
@@ -107,12 +110,12 @@ export default {
|
|
|
107
110
|
let isSub = this.isSub
|
|
108
111
|
if(!isSub){
|
|
109
112
|
let answered = this.isAnswered()
|
|
110
|
-
this.mode === 'exam' && bus.$emit('questionCardChange',{
|
|
113
|
+
this.mode === 'exam' && this.bus.$emit('questionCardChange',{
|
|
111
114
|
questionIndex:this.questionInfo.questionIndex - 1,
|
|
112
115
|
answered
|
|
113
116
|
})
|
|
114
117
|
}else{
|
|
115
|
-
this.mode === 'exam' && bus.$emit('optionChange')
|
|
118
|
+
this.mode === 'exam' && this.bus.$emit('optionChange')
|
|
116
119
|
this.mode === 'exam' && this.emit('optionChange', {orderIndex:this.orderIndex,isAnswered:self.isAnswered()})
|
|
117
120
|
}
|
|
118
121
|
},{
|
package/src/main.ts
CHANGED
|
@@ -40,10 +40,14 @@ import '@src/assets/js/arms'
|
|
|
40
40
|
|
|
41
41
|
let vueInstance = createApp(App)
|
|
42
42
|
|
|
43
|
-
import
|
|
44
|
-
vueInstance.use(
|
|
43
|
+
import ZYKJQuestionsPlugin from "../dist/zykjcommon-questions.umd.min"
|
|
44
|
+
vueInstance.use(ZYKJQuestionsPlugin as any)
|
|
45
45
|
import '../dist/zykjcommon-questions.css';
|
|
46
46
|
|
|
47
|
+
// import zykj_question_plugin from "@zykjcommon/questions/src/components/questions/developmentEntry.js"
|
|
48
|
+
// vueInstance.use(zykj_question_plugin as any)
|
|
49
|
+
// import '@zykjcommon/questions/dist/zykjcommon-questions.css';
|
|
50
|
+
|
|
47
51
|
|
|
48
52
|
vueInstance.component('remote-js', {
|
|
49
53
|
render() {
|
|
@@ -121,6 +125,7 @@ vueInstance.component('ContentDialog',ContentDialog)
|
|
|
121
125
|
|
|
122
126
|
|
|
123
127
|
|
|
128
|
+
|
|
124
129
|
function eleClick(){
|
|
125
130
|
(document.querySelector('.content-outter') as HTMLElement).scrollTop = 0
|
|
126
131
|
}
|
package/src/views/exam/Exam.vue
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
<ul class="question-list">
|
|
15
15
|
<li v-for="(item,index) in responsiveObj.questionList" :id="'question'+ index">
|
|
16
16
|
<component :is="item.questionComponent"
|
|
17
|
+
:bus="eventBus"
|
|
17
18
|
:questionInfo="item"
|
|
18
19
|
:key="'question'+ index"
|
|
19
20
|
:ref="'question'+ index"/>
|
|
@@ -53,6 +54,8 @@ import fun from "@/assets/js/fun";
|
|
|
53
54
|
import bus from "@/assets/js/bus";
|
|
54
55
|
import {questionMapper} from '@src/common/const.ts'
|
|
55
56
|
|
|
57
|
+
// import zykj_question_plugin from "@zykjcommon/questions/src/components/questions/QuestionReader.js"
|
|
58
|
+
|
|
56
59
|
interface dataInterface{
|
|
57
60
|
showBlur:boolean,
|
|
58
61
|
examInfo:any,
|
|
@@ -60,7 +63,8 @@ interface dataInterface{
|
|
|
60
63
|
autoSubmitTimer:any,
|
|
61
64
|
routeName:string,
|
|
62
65
|
loading:boolean,
|
|
63
|
-
warnText:string
|
|
66
|
+
warnText:string,
|
|
67
|
+
eventBus:any
|
|
64
68
|
}
|
|
65
69
|
|
|
66
70
|
interface responsiveData{
|
|
@@ -71,6 +75,7 @@ interface responsiveData{
|
|
|
71
75
|
|
|
72
76
|
export default defineComponent({
|
|
73
77
|
components: {
|
|
78
|
+
// ...zykj_question_plugin,
|
|
74
79
|
// ...QuestionReader,
|
|
75
80
|
QuestionCard,
|
|
76
81
|
QuestionHeader,
|
|
@@ -87,6 +92,7 @@ export default defineComponent({
|
|
|
87
92
|
let _this = currentInstance.proxy
|
|
88
93
|
//不需要响应式或者写死的数据放里面
|
|
89
94
|
let data:dataInterface = reactive({
|
|
95
|
+
eventBus:bus,
|
|
90
96
|
showBlur:false,
|
|
91
97
|
examInfo,
|
|
92
98
|
autoSubmitTimer:null,
|
|
@@ -1,18 +0,0 @@
|
|
|
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 r=n(4867),i=n(6026),o=n(4372),a=n(5327),s=n(4097),c=n(4109),u=n(7985),f=n(5061),l=n(7874),d=n(5263);e.exports=function(e){return new Promise((function(t,n){var h,p=e.data,v=e.headers,m=e.responseType;function g(){e.cancelToken&&e.cancelToken.unsubscribe(h),e.signal&&e.signal.removeEventListener("abort",h)}r.isFormData(p)&&delete v["Content-Type"];var y=new XMLHttpRequest;if(e.auth){var w=e.auth.username||"",b=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";v.Authorization="Basic "+btoa(w+":"+b)}var x=s(e.baseURL,e.url);function _(){if(y){var r="getAllResponseHeaders"in y?c(y.getAllResponseHeaders()):null,o=m&&"text"!==m&&"json"!==m?y.response:y.responseText,a={data:o,status:y.status,statusText:y.statusText,headers:r,config:e,request:y};i((function(e){t(e),g()}),(function(e){n(e),g()}),a),y=null}}if(y.open(e.method.toUpperCase(),a(x,e.params,e.paramsSerializer),!0),y.timeout=e.timeout,"onloadend"in y?y.onloadend=_:y.onreadystatechange=function(){y&&4===y.readyState&&(0!==y.status||y.responseURL&&0===y.responseURL.indexOf("file:"))&&setTimeout(_)},y.onabort=function(){y&&(n(f("Request aborted",e,"ECONNABORTED",y)),y=null)},y.onerror=function(){n(f("Network Error",e,null,y)),y=null},y.ontimeout=function(){var t=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded",r=e.transitional||l;e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),n(f(t,e,r.clarifyTimeoutError?"ETIMEDOUT":"ECONNABORTED",y)),y=null},r.isStandardBrowserEnv()){var S=(e.withCredentials||u(x))&&e.xsrfCookieName?o.read(e.xsrfCookieName):void 0;S&&(v[e.xsrfHeaderName]=S)}"setRequestHeader"in y&&r.forEach(v,(function(e,t){"undefined"===typeof p&&"content-type"===t.toLowerCase()?delete v[t]:y.setRequestHeader(t,e)})),r.isUndefined(e.withCredentials)||(y.withCredentials=!!e.withCredentials),m&&"json"!==m&&(y.responseType=e.responseType),"function"===typeof e.onDownloadProgress&&y.addEventListener("progress",e.onDownloadProgress),"function"===typeof e.onUploadProgress&&y.upload&&y.upload.addEventListener("progress",e.onUploadProgress),(e.cancelToken||e.signal)&&(h=function(e){y&&(n(!e||e&&e.type?new d("canceled"):e),y.abort(),y=null)},e.cancelToken&&e.cancelToken.subscribe(h),e.signal&&(e.signal.aborted?h():e.signal.addEventListener("abort",h))),p||(p=null),y.send(p)}))}},1609:function(e,t,n){"use strict";var r=n(4867),i=n(1849),o=n(321),a=n(7185),s=n(5546);function c(e){var t=new o(e),n=i(o.prototype.request,t);return r.extend(n,o.prototype,t),r.extend(n,t),n.create=function(t){return c(a(e,t))},n}var u=c(s);u.Axios=o,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 r=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,r=n._listeners.length;for(t=0;t<r;t++)n._listeners[t](e);n._listeners=null}})),this.promise.then=function(e){var t,r=new Promise((function(e){n.subscribe(e),t=e})).then(e);return r.cancel=function(){n.unsubscribe(t)},r},e((function(e){n.reason||(n.reason=new r(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 r=n(4867),i=n(5327),o=n(782),a=n(3572),s=n(7185),c=n(4875),u=c.validators;function f(e){this.defaults=e,this.interceptors={request:new o,response:new o}}f.prototype.request=function(e,t){"string"===typeof e?(t=t||{},t.url=e):t=e||{},t=s(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 r=[],i=!0;this.interceptors.request.forEach((function(e){"function"===typeof e.runWhen&&!1===e.runWhen(t)||(i=i&&e.synchronous,r.unshift(e.fulfilled,e.rejected))}));var o,f=[];if(this.interceptors.response.forEach((function(e){f.push(e.fulfilled,e.rejected)})),!i){var l=[a,void 0];Array.prototype.unshift.apply(l,r),l=l.concat(f),o=Promise.resolve(t);while(l.length)o=o.then(l.shift(),l.shift());return o}var d=t;while(r.length){var h=r.shift(),p=r.shift();try{d=h(d)}catch(v){p(v);break}}try{o=a(d)}catch(v){return Promise.reject(v)}while(f.length)o=o.then(f.shift(),f.shift());return o},f.prototype.getUri=function(e){return e=s(this.defaults,e),i(e.url,e.params,e.paramsSerializer).replace(/^\?/,"")},r.forEach(["delete","get","head","options"],(function(e){f.prototype[e]=function(t,n){return this.request(s(n||{},{method:e,url:t,data:(n||{}).data}))}})),r.forEach(["post","put","patch"],(function(e){f.prototype[e]=function(t,n,r){return this.request(s(r||{},{method:e,url:t,data:n}))}})),e.exports=f},782:function(e,t,n){"use strict";var r=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){r.forEach(this.handlers,(function(t){null!==t&&e(t)}))},e.exports=i},4097:function(e,t,n){"use strict";var r=n(1793),i=n(7303);e.exports=function(e,t){return e&&!r(t)?i(e,t):t}},5061:function(e,t,n){"use strict";var r=n(481);e.exports=function(e,t,n,i,o){var a=new Error(e);return r(a,t,n,i,o)}},3572:function(e,t,n){"use strict";var r=n(4867),i=n(8527),o=n(6502),a=n(5546),s=n(5263);function c(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new s("canceled")}e.exports=function(e){c(e),e.headers=e.headers||{},e.data=i.call(e,e.data,e.headers,e.transformRequest),e.headers=r.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),r.forEach(["delete","get","head","post","put","patch","common"],(function(t){delete e.headers[t]}));var t=e.adapter||a.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 o(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,r,i){return e.config=t,n&&(e.code=n),e.request=r,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 r=n(4867);e.exports=function(e,t){t=t||{};var n={};function i(e,t){return r.isPlainObject(e)&&r.isPlainObject(t)?r.merge(e,t):r.isPlainObject(t)?r.merge({},t):r.isArray(t)?t.slice():t}function o(n){return r.isUndefined(t[n])?r.isUndefined(e[n])?void 0:i(void 0,e[n]):i(e[n],t[n])}function a(e){if(!r.isUndefined(t[e]))return i(void 0,t[e])}function s(n){return r.isUndefined(t[n])?r.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 u={url:a,method:a,data:a,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:c};return r.forEach(Object.keys(e).concat(Object.keys(t)),(function(e){var t=u[e]||o,i=t(e);r.isUndefined(i)&&t!==c||(n[e]=i)})),n}},6026:function(e,t,n){"use strict";var r=n(5061);e.exports=function(e,t,n){var i=n.config.validateStatus;n.status&&i&&!i(n.status)?t(r("Request failed with status code "+n.status,n.config,null,n.request,n)):e(n)}},8527:function(e,t,n){"use strict";var r=n(4867),i=n(5546);e.exports=function(e,t,n){var o=this||i;return r.forEach(n,(function(n){e=n.call(o,e,t)})),e}},5546:function(e,t,n){"use strict";var r=n(4867),i=n(6016),o=n(481),a=n(7874),s={"Content-Type":"application/x-www-form-urlencoded"};function c(e,t){!r.isUndefined(e)&&r.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 f(e,t,n){if(r.isString(e))try{return(t||JSON.parse)(e),r.trim(e)}catch(i){if("SyntaxError"!==i.name)throw i}return(n||JSON.stringify)(e)}var l={transitional:a,adapter:u(),transformRequest:[function(e,t){return i(t,"Accept"),i(t,"Content-Type"),r.isFormData(e)||r.isArrayBuffer(e)||r.isBuffer(e)||r.isStream(e)||r.isFile(e)||r.isBlob(e)?e:r.isArrayBufferView(e)?e.buffer:r.isURLSearchParams(e)?(c(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString()):r.isObject(e)||t&&"application/json"===t["Content-Type"]?(c(t,"application/json"),f(e)):e}],transformResponse:[function(e){var t=this.transitional||l.transitional,n=t&&t.silentJSONParsing,i=t&&t.forcedJSONParsing,a=!n&&"json"===this.responseType;if(a||i&&r.isString(e)&&e.length)try{return JSON.parse(e)}catch(s){if(a){if("SyntaxError"===s.name)throw o(s,this,"E_JSON_PARSE");throw s}}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, */*"}}};r.forEach(["delete","get","head"],(function(e){l.headers[e]={}})),r.forEach(["post","put","patch"],(function(e){l.headers[e]=r.merge(s)})),e.exports=l},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),r=0;r<n.length;r++)n[r]=arguments[r];return e.apply(t,n)}}},5327:function(e,t,n){"use strict";var r=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 o;if(n)o=n(t);else if(r.isURLSearchParams(t))o=t.toString();else{var a=[];r.forEach(t,(function(e,t){null!==e&&"undefined"!==typeof e&&(r.isArray(e)?t+="[]":e=[e],r.forEach(e,(function(e){r.isDate(e)?e=e.toISOString():r.isObject(e)&&(e=JSON.stringify(e)),a.push(i(t)+"="+i(e))})))})),o=a.join("&")}if(o){var s=e.indexOf("#");-1!==s&&(e=e.slice(0,s)),e+=(-1===e.indexOf("?")?"?":"&")+o}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 r=n(4867);e.exports=r.isStandardBrowserEnv()?function(){return{write:function(e,t,n,i,o,a){var s=[];s.push(e+"="+encodeURIComponent(t)),r.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),r.isString(i)&&s.push("path="+i),r.isString(o)&&s.push("domain="+o),!0===a&&s.push("secure"),document.cookie=s.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 r=n(4867);e.exports=function(e){return r.isObject(e)&&!0===e.isAxiosError}},7985:function(e,t,n){"use strict";var r=n(4867);e.exports=r.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function i(e){var r=e;return t&&(n.setAttribute("href",r),r=n.href),n.setAttribute("href",r),{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=r.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 r=n(4867);e.exports=function(e,t){r.forEach(e,(function(n,r){r!==t&&r.toUpperCase()===t.toUpperCase()&&(e[t]=n,delete e[r])}))}},4109:function(e,t,n){"use strict";var r=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,o,a={};return e?(r.forEach(e.split("\n"),(function(e){if(o=e.indexOf(":"),t=r.trim(e.substr(0,o)).toLowerCase(),n=r.trim(e.substr(o+1)),t){if(a[t]&&i.indexOf(t)>=0)return;a[t]="set-cookie"===t?(a[t]?a[t]:[]).concat([n]):a[t]?a[t]+", "+n:n}})),a):a}},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 r=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 o={};function a(e,t,n){if("object"!==typeof e)throw new TypeError("options must be an object");var r=Object.keys(e),i=r.length;while(i-- >0){var o=r[i],a=t[o];if(a){var s=e[o],c=void 0===s||a(s,o,e);if(!0!==c)throw new TypeError("option "+o+" must be "+c)}else if(!0!==n)throw Error("Unknown option "+o)}}i.transitional=function(e,t,n){function i(e,t){return"[Axios v"+r+"] Transitional option '"+e+"'"+t+(n?". "+n:"")}return function(n,r,a){if(!1===e)throw new Error(i(r," has been removed"+(t?" in "+t:"")));return t&&!o[r]&&(o[r]=!0,console.warn(i(r," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(n,r,a)}},e.exports={assertOptions:a,validators:i}},4867:function(e,t,n){"use strict";var r=n(1849),i=Object.prototype.toString;function o(e){return Array.isArray(e)}function a(e){return"undefined"===typeof e}function s(e){return null!==e&&!a(e)&&null!==e.constructor&&!a(e.constructor)&&"function"===typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}function c(e){return"[object ArrayBuffer]"===i.call(e)}function u(e){return"[object FormData]"===i.call(e)}function f(e){var t;return t="undefined"!==typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&c(e.buffer),t}function l(e){return"string"===typeof e}function d(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 v(e){return"[object Date]"===i.call(e)}function m(e){return"[object File]"===i.call(e)}function g(e){return"[object Blob]"===i.call(e)}function y(e){return"[object Function]"===i.call(e)}function w(e){return h(e)&&y(e.pipe)}function b(e){return"[object URLSearchParams]"===i.call(e)}function x(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}function _(){return("undefined"===typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&("undefined"!==typeof window&&"undefined"!==typeof document)}function S(e,t){if(null!==e&&"undefined"!==typeof e)if("object"!==typeof e&&(e=[e]),o(e))for(var n=0,r=e.length;n<r;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 k(){var e={};function t(t,n){p(e[n])&&p(t)?e[n]=k(e[n],t):p(t)?e[n]=k({},t):o(t)?e[n]=t.slice():e[n]=t}for(var n=0,r=arguments.length;n<r;n++)S(arguments[n],t);return e}function A(e,t,n){return S(t,(function(t,i){e[i]=n&&"function"===typeof t?r(t,n):t})),e}function B(e){return 65279===e.charCodeAt(0)&&(e=e.slice(1)),e}e.exports={isArray:o,isArrayBuffer:c,isBuffer:s,isFormData:u,isArrayBufferView:f,isString:l,isNumber:d,isObject:h,isPlainObject:p,isUndefined:a,isDate:v,isFile:m,isBlob:g,isFunction:y,isStream:w,isURLSearchParams:b,isStandardBrowserEnv:_,forEach:S,merge:k,extend:A,trim:x,stripBOM:B}},9662:function(e,t,n){var r=n(614),i=n(6330),o=TypeError;e.exports=function(e){if(r(e))return e;throw o(i(e)+" is not a function")}},9670:function(e,t,n){var r=n(111),i=String,o=TypeError;e.exports=function(e){if(r(e))return e;throw o(i(e)+" is not an object")}},1318:function(e,t,n){var r=n(5656),i=n(1400),o=n(6244),a=function(e){return function(t,n,a){var s,c=r(t),u=o(c),f=i(a,u);if(e&&n!=n){while(u>f)if(s=c[f++],s!=s)return!0}else for(;u>f;f++)if((e||f in c)&&c[f]===n)return e||f||0;return!e&&-1}};e.exports={includes:a(!0),indexOf:a(!1)}},3658:function(e,t,n){"use strict";var r=n(9781),i=n(3157),o=TypeError,a=Object.getOwnPropertyDescriptor,s=r&&!function(){if(void 0!==this)return!0;try{Object.defineProperty([],"length",{writable:!1}).length=1}catch(e){return e instanceof TypeError}}();e.exports=s?function(e,t){if(i(e)&&!a(e,"length").writable)throw o("Cannot set read only .length");return e.length=t}:function(e,t){return e.length=t}},4326:function(e,t,n){var r=n(1702),i=r({}.toString),o=r("".slice);e.exports=function(e){return o(i(e),8,-1)}},648:function(e,t,n){var r=n(1694),i=n(614),o=n(4326),a=n(5112),s=a("toStringTag"),c=Object,u="Arguments"==o(function(){return arguments}()),f=function(e,t){try{return e[t]}catch(n){}};e.exports=r?o:function(e){var t,n,r;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=f(t=c(e),s))?n:u?o(t):"Object"==(r=o(t))&&i(t.callee)?"Arguments":r}},9920:function(e,t,n){var r=n(2597),i=n(3887),o=n(1236),a=n(3070);e.exports=function(e,t,n){for(var s=i(t),c=a.f,u=o.f,f=0;f<s.length;f++){var l=s[f];r(e,l)||n&&r(n,l)||c(e,l,u(t,l))}}},8880:function(e,t,n){var r=n(9781),i=n(3070),o=n(9114);e.exports=r?function(e,t,n){return i.f(e,t,o(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 r=n(6339),i=n(3070);e.exports=function(e,t,n){return n.get&&r(n.get,t,{getter:!0}),n.set&&r(n.set,t,{setter:!0}),i.f(e,t,n)}},8052:function(e,t,n){var r=n(614),i=n(3070),o=n(6339),a=n(3072);e.exports=function(e,t,n,s){s||(s={});var c=s.enumerable,u=void 0!==s.name?s.name:t;if(r(n)&&o(n,u,s),s.global)c?e[t]=n:a(t,n);else{try{s.unsafe?e[t]&&(c=!0):delete e[t]}catch(f){}c?e[t]=n:i.f(e,t,{value:n,enumerable:!1,configurable:!s.nonConfigurable,writable:!s.nonWritable})}return e}},3072:function(e,t,n){var r=n(7854),i=Object.defineProperty;e.exports=function(e,t){try{i(r,e,{value:t,configurable:!0,writable:!0})}catch(n){r[e]=t}return t}},9781:function(e,t,n){var r=n(7293);e.exports=!r((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 r=n(7854),i=n(111),o=r.document,a=i(o)&&i(o.createElement);e.exports=function(e){return a?o.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 r,i,o=n(7854),a=n(8113),s=o.process,c=o.Deno,u=s&&s.versions||c&&c.version,f=u&&u.v8;f&&(r=f.split("."),i=r[0]>0&&r[0]<4?1:+(r[0]+r[1])),!i&&a&&(r=a.match(/Edge\/(\d+)/),(!r||r[1]>=74)&&(r=a.match(/Chrome\/(\d+)/),r&&(i=+r[1]))),e.exports=i},748:function(e){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},2109:function(e,t,n){var r=n(7854),i=n(1236).f,o=n(8880),a=n(8052),s=n(3072),c=n(9920),u=n(4705);e.exports=function(e,t){var n,f,l,d,h,p,v=e.target,m=e.global,g=e.stat;if(f=m?r:g?r[v]||s(v,{}):(r[v]||{}).prototype,f)for(l in t){if(h=t[l],e.dontCallGetSet?(p=i(f,l),d=p&&p.value):d=f[l],n=u(m?l:v+(g?".":"#")+l,e.forced),!n&&void 0!==d){if(typeof h==typeof d)continue;c(h,d)}(e.sham||d&&d.sham)&&o(h,"sham",!0),a(f,l,h,e)}}},7293:function(e){e.exports=function(e){try{return!!e()}catch(t){return!0}}},4374:function(e,t,n){var r=n(7293);e.exports=!r((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")}))},6916:function(e,t,n){var r=n(4374),i=Function.prototype.call;e.exports=r?i.bind(i):function(){return i.apply(i,arguments)}},6530:function(e,t,n){var r=n(9781),i=n(2597),o=Function.prototype,a=r&&Object.getOwnPropertyDescriptor,s=i(o,"name"),c=s&&"something"===function(){}.name,u=s&&(!r||r&&a(o,"name").configurable);e.exports={EXISTS:s,PROPER:c,CONFIGURABLE:u}},1702:function(e,t,n){var r=n(4374),i=Function.prototype,o=i.call,a=r&&i.bind.bind(o,o);e.exports=r?a:function(e){return function(){return o.apply(e,arguments)}}},5005:function(e,t,n){var r=n(7854),i=n(614),o=function(e){return i(e)?e:void 0};e.exports=function(e,t){return arguments.length<2?o(r[e]):r[e]&&r[e][t]}},8173:function(e,t,n){var r=n(9662),i=n(8554);e.exports=function(e,t){var n=e[t];return i(n)?void 0:r(n)}},7854:function(e,t,n){var r=function(e){return e&&e.Math==Math&&e};e.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof n.g&&n.g)||function(){return this}()||this||Function("return this")()},2597:function(e,t,n){var r=n(1702),i=n(7908),o=r({}.hasOwnProperty);e.exports=Object.hasOwn||function(e,t){return o(i(e),t)}},3501:function(e){e.exports={}},4664:function(e,t,n){var r=n(9781),i=n(7293),o=n(317);e.exports=!r&&!i((function(){return 7!=Object.defineProperty(o("div"),"a",{get:function(){return 7}}).a}))},8361:function(e,t,n){var r=n(1702),i=n(7293),o=n(4326),a=Object,s=r("".split);e.exports=i((function(){return!a("z").propertyIsEnumerable(0)}))?function(e){return"String"==o(e)?s(e,""):a(e)}:a},2788:function(e,t,n){var r=n(1702),i=n(614),o=n(5465),a=r(Function.toString);i(o.inspectSource)||(o.inspectSource=function(e){return a(e)}),e.exports=o.inspectSource},9909:function(e,t,n){var r,i,o,a=n(4811),s=n(7854),c=n(111),u=n(8880),f=n(2597),l=n(5465),d=n(6200),h=n(3501),p="Object already initialized",v=s.TypeError,m=s.WeakMap,g=function(e){return o(e)?i(e):r(e,{})},y=function(e){return function(t){var n;if(!c(t)||(n=i(t)).type!==e)throw v("Incompatible receiver, "+e+" required");return n}};if(a||l.state){var w=l.state||(l.state=new m);w.get=w.get,w.has=w.has,w.set=w.set,r=function(e,t){if(w.has(e))throw v(p);return t.facade=e,w.set(e,t),t},i=function(e){return w.get(e)||{}},o=function(e){return w.has(e)}}else{var b=d("state");h[b]=!0,r=function(e,t){if(f(e,b))throw v(p);return t.facade=e,u(e,b,t),t},i=function(e){return f(e,b)?e[b]:{}},o=function(e){return f(e,b)}}e.exports={set:r,get:i,has:o,enforce:g,getterFor:y}},3157:function(e,t,n){var r=n(4326);e.exports=Array.isArray||function(e){return"Array"==r(e)}},614:function(e,t,n){var r=n(4154),i=r.all;e.exports=r.IS_HTMLDDA?function(e){return"function"==typeof e||e===i}:function(e){return"function"==typeof e}},4705:function(e,t,n){var r=n(7293),i=n(614),o=/#|\.prototype\./,a=function(e,t){var n=c[s(e)];return n==f||n!=u&&(i(t)?r(t):!!t)},s=a.normalize=function(e){return String(e).replace(o,".").toLowerCase()},c=a.data={},u=a.NATIVE="N",f=a.POLYFILL="P";e.exports=a},8554:function(e){e.exports=function(e){return null===e||void 0===e}},111:function(e,t,n){var r=n(614),i=n(4154),o=i.all;e.exports=i.IS_HTMLDDA?function(e){return"object"==typeof e?null!==e:r(e)||e===o}:function(e){return"object"==typeof e?null!==e:r(e)}},1913:function(e){e.exports=!1},2190:function(e,t,n){var r=n(5005),i=n(614),o=n(7976),a=n(3307),s=Object;e.exports=a?function(e){return"symbol"==typeof e}:function(e){var t=r("Symbol");return i(t)&&o(t.prototype,s(e))}},6244:function(e,t,n){var r=n(7466);e.exports=function(e){return r(e.length)}},6339:function(e,t,n){var r=n(1702),i=n(7293),o=n(614),a=n(2597),s=n(9781),c=n(6530).CONFIGURABLE,u=n(2788),f=n(9909),l=f.enforce,d=f.get,h=String,p=Object.defineProperty,v=r("".slice),m=r("".replace),g=r([].join),y=s&&!i((function(){return 8!==p((function(){}),"length",{value:8}).length})),w=String(String).split("String"),b=e.exports=function(e,t,n){"Symbol("===v(h(t),0,7)&&(t="["+m(h(t),/^Symbol\(([^)]*)\)/,"$1")+"]"),n&&n.getter&&(t="get "+t),n&&n.setter&&(t="set "+t),(!a(e,"name")||c&&e.name!==t)&&(s?p(e,"name",{value:t,configurable:!0}):e.name=t),y&&n&&a(n,"arity")&&e.length!==n.arity&&p(e,"length",{value:n.arity});try{n&&a(n,"constructor")&&n.constructor?s&&p(e,"prototype",{writable:!1}):e.prototype&&(e.prototype=void 0)}catch(i){}var r=l(e);return a(r,"source")||(r.source=g(w,"string"==typeof t?t:"")),e};Function.prototype.toString=b((function(){return o(this)&&d(this).source||u(this)}),"toString")},4758:function(e){var t=Math.ceil,n=Math.floor;e.exports=Math.trunc||function(e){var r=+e;return(r>0?n:t)(r)}},3070:function(e,t,n){var r=n(9781),i=n(4664),o=n(3353),a=n(9670),s=n(4948),c=TypeError,u=Object.defineProperty,f=Object.getOwnPropertyDescriptor,l="enumerable",d="configurable",h="writable";t.f=r?o?function(e,t,n){if(a(e),t=s(t),a(n),"function"===typeof e&&"prototype"===t&&"value"in n&&h in n&&!n[h]){var r=f(e,t);r&&r[h]&&(e[t]=n.value,n={configurable:d in n?n[d]:r[d],enumerable:l in n?n[l]:r[l],writable:!1})}return u(e,t,n)}:u:function(e,t,n){if(a(e),t=s(t),a(n),i)try{return u(e,t,n)}catch(r){}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 r=n(9781),i=n(6916),o=n(5296),a=n(9114),s=n(5656),c=n(4948),u=n(2597),f=n(4664),l=Object.getOwnPropertyDescriptor;t.f=r?l:function(e,t){if(e=s(e),t=c(t),f)try{return l(e,t)}catch(n){}if(u(e,t))return a(!i(o.f,e,t),e[t])}},8006:function(e,t,n){var r=n(6324),i=n(748),o=i.concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return r(e,o)}},5181:function(e,t){t.f=Object.getOwnPropertySymbols},7976:function(e,t,n){var r=n(1702);e.exports=r({}.isPrototypeOf)},6324:function(e,t,n){var r=n(1702),i=n(2597),o=n(5656),a=n(1318).indexOf,s=n(3501),c=r([].push);e.exports=function(e,t){var n,r=o(e),u=0,f=[];for(n in r)!i(s,n)&&i(r,n)&&c(f,n);while(t.length>u)i(r,n=t[u++])&&(~a(f,n)||c(f,n));return f}},5296:function(e,t){"use strict";var n={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,i=r&&!n.call({1:2},1);t.f=i?function(e){var t=r(this,e);return!!t&&t.enumerable}:n},2140:function(e,t,n){var r=n(6916),i=n(614),o=n(111),a=TypeError;e.exports=function(e,t){var n,s;if("string"===t&&i(n=e.toString)&&!o(s=r(n,e)))return s;if(i(n=e.valueOf)&&!o(s=r(n,e)))return s;if("string"!==t&&i(n=e.toString)&&!o(s=r(n,e)))return s;throw a("Can't convert object to primitive value")}},3887:function(e,t,n){var r=n(5005),i=n(1702),o=n(8006),a=n(5181),s=n(9670),c=i([].concat);e.exports=r("Reflect","ownKeys")||function(e){var t=o.f(s(e)),n=a.f;return n?c(t,n(e)):t}},4488:function(e,t,n){var r=n(8554),i=TypeError;e.exports=function(e){if(r(e))throw i("Can't call method on "+e);return e}},6200:function(e,t,n){var r=n(2309),i=n(9711),o=r("keys");e.exports=function(e){return o[e]||(o[e]=i(e))}},5465:function(e,t,n){var r=n(7854),i=n(3072),o="__core-js_shared__",a=r[o]||i(o,{});e.exports=a},2309:function(e,t,n){var r=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:r?"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 r=n(7392),i=n(7293),o=n(7854),a=o.String;e.exports=!!Object.getOwnPropertySymbols&&!i((function(){var e=Symbol();return!a(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&r&&r<41}))},1400:function(e,t,n){var r=n(9303),i=Math.max,o=Math.min;e.exports=function(e,t){var n=r(e);return n<0?i(n+t,0):o(n,t)}},5656:function(e,t,n){var r=n(8361),i=n(4488);e.exports=function(e){return r(i(e))}},9303:function(e,t,n){var r=n(4758);e.exports=function(e){var t=+e;return t!==t||0===t?0:r(t)}},7466:function(e,t,n){var r=n(9303),i=Math.min;e.exports=function(e){return e>0?i(r(e),9007199254740991):0}},7908:function(e,t,n){var r=n(4488),i=Object;e.exports=function(e){return i(r(e))}},7593:function(e,t,n){var r=n(6916),i=n(111),o=n(2190),a=n(8173),s=n(2140),c=n(5112),u=TypeError,f=c("toPrimitive");e.exports=function(e,t){if(!i(e)||o(e))return e;var n,c=a(e,f);if(c){if(void 0===t&&(t="default"),n=r(c,e,t),!i(n)||o(n))return n;throw u("Can't convert object to primitive value")}return void 0===t&&(t="number"),s(e,t)}},4948:function(e,t,n){var r=n(7593),i=n(2190);e.exports=function(e){var t=r(e,"string");return i(t)?t:t+""}},1694:function(e,t,n){var r=n(5112),i=r("toStringTag"),o={};o[i]="z",e.exports="[object z]"===String(o)},1340:function(e,t,n){var r=n(648),i=String;e.exports=function(e){if("Symbol"===r(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 r=n(1702),i=0,o=Math.random(),a=r(1..toString);e.exports=function(e){return"Symbol("+(void 0===e?"":e)+")_"+a(++i+o,36)}},3307:function(e,t,n){var r=n(6293);e.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},3353:function(e,t,n){var r=n(9781),i=n(7293);e.exports=r&&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 r=n(7854),i=n(614),o=r.WeakMap;e.exports=i(o)&&/native code/.test(String(o))},5112:function(e,t,n){var r=n(7854),i=n(2309),o=n(2597),a=n(9711),s=n(6293),c=n(3307),u=r.Symbol,f=i("wks"),l=c?u["for"]||u:u&&u.withoutSetter||a;e.exports=function(e){return o(f,e)||(f[e]=s&&o(u,e)?u[e]:l("Symbol."+e)),f[e]}},7658:function(e,t,n){"use strict";var r=n(2109),i=n(7908),o=n(6244),a=n(3658),s=n(7207),c=n(7293),u=c((function(){return 4294967297!==[].push.call({length:4294967296},1)})),f=function(){try{Object.defineProperty([],"length",{writable:!1}).push()}catch(e){return e instanceof TypeError}},l=u||!f();r({target:"Array",proto:!0,arity:1,forced:l},{push:function(e){var t=i(this),n=o(t),r=arguments.length;s(n+r);for(var c=0;c<r;c++)t[n]=arguments[c],n++;return a(t,n),n}})},6229:function(e,t,n){"use strict";var r=n(8052),i=n(1702),o=n(1340),a=n(8053),s=URLSearchParams,c=s.prototype,u=i(c.append),f=i(c["delete"]),l=i(c.forEach),d=i([].push),h=new s("a=1&a=2");h["delete"]("a",1),h+""!=="a=2"&&r(c,"delete",(function(e){var t=arguments.length,n=t<2?void 0:arguments[1];if(t&&void 0===n)return f(this,e);var r=[];l(this,(function(e,t){d(r,{key:t,value:e})})),a(t,1);var i,s=o(e),c=o(n),h=0,p=0,v=!1,m=r.length;while(h<m)i=r[h++],v||i.key===s?(v=!0,f(this,i.key)):p++;while(p<m)i=r[p++],i.key===s&&i.value===c||u(this,i.key,i.value)}),{enumerable:!0,unsafe:!0})},7330:function(e,t,n){"use strict";var r=n(8052),i=n(1702),o=n(1340),a=n(8053),s=URLSearchParams,c=s.prototype,u=i(c.getAll),f=i(c.has),l=new s("a=1");l.has("a",2)&&r(c,"has",(function(e){var t=arguments.length,n=t<2?void 0:arguments[1];if(t&&void 0===n)return f(this,e);var r=u(this,e);a(t,1);var i=o(n),s=0;while(s<r.length)if(r[s++]===i)return!0;return!1}),{enumerable:!0,unsafe:!0})},2062:function(e,t,n){"use strict";var r=n(9781),i=n(1702),o=n(7045),a=URLSearchParams.prototype,s=i(a.forEach);r&&!("size"in a)&&o(a,"size",{get:function(){var e=0;return s(this,(function(){e++})),e},configurable:!0,enumerable:!0})},452:function(e,t,n){(function(t,r,i){e.exports=r(n(8249),n(8269),n(8214),n(888),n(5109))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.BlockCipher,i=t.algo,o=[],a=[],s=[],c=[],u=[],f=[],l=[],d=[],h=[],p=[];(function(){for(var e=[],t=0;t<256;t++)e[t]=t<128?t<<1:t<<1^283;var n=0,r=0;for(t=0;t<256;t++){var i=r^r<<1^r<<2^r<<3^r<<4;i=i>>>8^255&i^99,o[n]=i,a[i]=n;var v=e[n],m=e[v],g=e[m],y=257*e[i]^16843008*i;s[n]=y<<24|y>>>8,c[n]=y<<16|y>>>16,u[n]=y<<8|y>>>24,f[n]=y;y=16843009*g^65537*m^257*v^16843008*n;l[i]=y<<24|y>>>8,d[i]=y<<16|y>>>16,h[i]=y<<8|y>>>24,p[i]=y,n?(n=v^e[e[e[g^v]]],r^=e[e[r]]):n=r=1}})();var v=[0,1,2,4,8,16,32,64,128,27,54],m=i.AES=r.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var e=this._keyPriorReset=this._key,t=e.words,n=e.sigBytes/4,r=this._nRounds=n+6,i=4*(r+1),a=this._keySchedule=[],s=0;s<i;s++)if(s<n)a[s]=t[s];else{var c=a[s-1];s%n?n>6&&s%n==4&&(c=o[c>>>24]<<24|o[c>>>16&255]<<16|o[c>>>8&255]<<8|o[255&c]):(c=c<<8|c>>>24,c=o[c>>>24]<<24|o[c>>>16&255]<<16|o[c>>>8&255]<<8|o[255&c],c^=v[s/n|0]<<24),a[s]=a[s-n]^c}for(var u=this._invKeySchedule=[],f=0;f<i;f++){s=i-f;if(f%4)c=a[s];else c=a[s-4];u[f]=f<4||s<=4?c:l[o[c>>>24]]^d[o[c>>>16&255]]^h[o[c>>>8&255]]^p[o[255&c]]}}},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,s,c,u,f,o)},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,l,d,h,p,a);n=e[t+1];e[t+1]=e[t+3],e[t+3]=n},_doCryptBlock:function(e,t,n,r,i,o,a,s){for(var c=this._nRounds,u=e[t]^n[0],f=e[t+1]^n[1],l=e[t+2]^n[2],d=e[t+3]^n[3],h=4,p=1;p<c;p++){var v=r[u>>>24]^i[f>>>16&255]^o[l>>>8&255]^a[255&d]^n[h++],m=r[f>>>24]^i[l>>>16&255]^o[d>>>8&255]^a[255&u]^n[h++],g=r[l>>>24]^i[d>>>16&255]^o[u>>>8&255]^a[255&f]^n[h++],y=r[d>>>24]^i[u>>>16&255]^o[f>>>8&255]^a[255&l]^n[h++];u=v,f=m,l=g,d=y}v=(s[u>>>24]<<24|s[f>>>16&255]<<16|s[l>>>8&255]<<8|s[255&d])^n[h++],m=(s[f>>>24]<<24|s[l>>>16&255]<<16|s[d>>>8&255]<<8|s[255&u])^n[h++],g=(s[l>>>24]<<24|s[d>>>16&255]<<16|s[u>>>8&255]<<8|s[255&f])^n[h++],y=(s[d>>>24]<<24|s[u>>>16&255]<<16|s[f>>>8&255]<<8|s[255&l])^n[h++];e[t]=v,e[t+1]=m,e[t+2]=g,e[t+3]=y},keySize:8});t.AES=r._createHelper(m)}(),e.AES}))},5109:function(e,t,n){(function(t,r,i){e.exports=r(n(8249),n(888))})(0,(function(e){e.lib.Cipher||function(t){var n=e,r=n.lib,i=r.Base,o=r.WordArray,a=r.BufferedBlockAlgorithm,s=n.enc,c=(s.Utf8,s.Base64),u=n.algo,f=u.EvpKDF,l=r.Cipher=a.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(){a.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?S:b}return function(t){return{encrypt:function(n,r,i){return e(r).encrypt(t,n,r,i)},decrypt:function(n,r,i){return e(r).decrypt(t,n,r,i)}}}}()}),d=(r.StreamCipher=l.extend({_doFinalize:function(){var e=this._process(!0);return e},blockSize:1}),n.mode={}),h=r.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=d.CBC=function(){var e=h.extend();function n(e,n,r){var i=this._iv;if(i){var o=i;this._iv=t}else o=this._prevBlock;for(var a=0;a<r;a++)e[n+a]^=o[a]}return e.Encryptor=e.extend({processBlock:function(e,t){var r=this._cipher,i=r.blockSize;n.call(this,e,t,i),r.encryptBlock(e,t),this._prevBlock=e.slice(t,t+i)}}),e.Decryptor=e.extend({processBlock:function(e,t){var r=this._cipher,i=r.blockSize,o=e.slice(t,t+i);r.decryptBlock(e,t),n.call(this,e,t,i),this._prevBlock=o}}),e}(),v=n.pad={},m=v.Pkcs7={pad:function(e,t){for(var n=4*t,r=n-e.sigBytes%n,i=r<<24|r<<16|r<<8|r,a=[],s=0;s<r;s+=4)a.push(i);var c=o.create(a,r);e.concat(c)},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},g=(r.BlockCipher=l.extend({cfg:l.cfg.extend({mode:p,padding:m}),reset:function(){l.reset.call(this);var e=this.cfg,t=e.iv,n=e.mode;if(this._xformMode==this._ENC_XFORM_MODE)var r=n.createEncryptor;else{r=n.createDecryptor;this._minBufferSize=1}this._mode&&this._mode.__creator==r?this._mode.init(this,t&&t.words):(this._mode=r.call(n,this,t&&t.words),this._mode.__creator=r)},_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}),r.CipherParams=i.extend({init:function(e){this.mixIn(e)},toString:function(e){return(e||this.formatter).stringify(this)}})),y=n.format={},w=y.OpenSSL={stringify:function(e){var t=e.ciphertext,n=e.salt;if(n)var r=o.create([1398893684,1701076831]).concat(n).concat(t);else r=t;return r.toString(c)},parse:function(e){var t=c.parse(e),n=t.words;if(1398893684==n[0]&&1701076831==n[1]){var r=o.create(n.slice(2,4));n.splice(0,4),t.sigBytes-=16}return g.create({ciphertext:t,salt:r})}},b=r.SerializableCipher=i.extend({cfg:i.extend({format:w}),encrypt:function(e,t,n,r){r=this.cfg.extend(r);var i=e.createEncryptor(n,r),o=i.finalize(t),a=i.cfg;return g.create({ciphertext:o,key:n,iv:a.iv,algorithm:e,mode:a.mode,padding:a.padding,blockSize:e.blockSize,formatter:r.format})},decrypt:function(e,t,n,r){r=this.cfg.extend(r),t=this._parse(t,r.format);var i=e.createDecryptor(n,r).finalize(t.ciphertext);return i},_parse:function(e,t){return"string"==typeof e?t.parse(e,this):e}}),x=n.kdf={},_=x.OpenSSL={execute:function(e,t,n,r){r||(r=o.random(8));var i=f.create({keySize:t+n}).compute(e,r),a=o.create(i.words.slice(t),4*n);return i.sigBytes=4*t,g.create({key:i,iv:a,salt:r})}},S=r.PasswordBasedCipher=b.extend({cfg:b.cfg.extend({kdf:_}),encrypt:function(e,t,n,r){r=this.cfg.extend(r);var i=r.kdf.execute(n,e.keySize,e.ivSize);r.iv=i.iv;var o=b.encrypt.call(this,e,t,i.key,r);return o.mixIn(i),o},decrypt:function(e,t,n,r){r=this.cfg.extend(r),t=this._parse(t,r.format);var i=r.kdf.execute(n,e.keySize,e.ivSize,t.salt);r.iv=i.iv;var o=b.decrypt.call(this,e,t,i.key,r);return o}})}()}))},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}}(),r={},i=r.lib={},o=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)}}}(),a=i.WordArray=o.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,r=this.sigBytes,i=e.sigBytes;if(this.clamp(),r%4)for(var o=0;o<i;o++){var a=n[o>>>2]>>>24-o%4*8&255;t[r+o>>>2]|=a<<24-(r+o)%4*8}else for(o=0;o<i;o+=4)t[r+o>>>2]=n[o>>>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=o.clone.call(this);return e.words=this.words.slice(0),e},random:function(t){for(var n,r=[],i=function(t){var n=987654321,r=4294967295;return function(){n=36969*(65535&n)+(n>>16)&r,t=18e3*(65535&t)+(t>>16)&r;var i=(n<<16)+t&r;return i/=4294967296,i+=.5,i*(e.random()>.5?1:-1)}},o=0;o<t;o+=4){var s=i(4294967296*(n||e.random()));n=987654071*s(),r.push(4294967296*s()|0)}return new a.init(r,t)}}),s=r.enc={},c=s.Hex={stringify:function(e){for(var t=e.words,n=e.sigBytes,r=[],i=0;i<n;i++){var o=t[i>>>2]>>>24-i%4*8&255;r.push((o>>>4).toString(16)),r.push((15&o).toString(16))}return r.join("")},parse:function(e){for(var t=e.length,n=[],r=0;r<t;r+=2)n[r>>>3]|=parseInt(e.substr(r,2),16)<<24-r%8*4;return new a.init(n,t/2)}},u=s.Latin1={stringify:function(e){for(var t=e.words,n=e.sigBytes,r=[],i=0;i<n;i++){var o=t[i>>>2]>>>24-i%4*8&255;r.push(String.fromCharCode(o))}return r.join("")},parse:function(e){for(var t=e.length,n=[],r=0;r<t;r++)n[r>>>2]|=(255&e.charCodeAt(r))<<24-r%4*8;return new a.init(n,t)}},f=s.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)))}},l=i.BufferedBlockAlgorithm=o.extend({reset:function(){this._data=new a.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=f.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var n=this._data,r=n.words,i=n.sigBytes,o=this.blockSize,s=4*o,c=i/s;c=t?e.ceil(c):e.max((0|c)-this._minBufferSize,0);var u=c*o,f=e.min(4*u,i);if(u){for(var l=0;l<u;l+=o)this._doProcessBlock(r,l);var d=r.splice(0,u);n.sigBytes-=f}return new a.init(d,f)},clone:function(){var e=o.clone.call(this);return e._data=this._data.clone(),e},_minBufferSize:0}),d=(i.Hasher=l.extend({cfg:o.extend(),init:function(e){this.cfg=this.cfg.extend(e),this.reset()},reset:function(){l.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 d.HMAC.init(e,n).finalize(t)}}}),r.algo={});return r}(Math);return e}))},8269:function(e,t,n){(function(t,r){e.exports=r(n(8249))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.WordArray,i=t.enc;i.Base64={stringify:function(e){var t=e.words,n=e.sigBytes,r=this._map;e.clamp();for(var i=[],o=0;o<n;o+=3)for(var a=t[o>>>2]>>>24-o%4*8&255,s=t[o+1>>>2]>>>24-(o+1)%4*8&255,c=t[o+2>>>2]>>>24-(o+2)%4*8&255,u=a<<16|s<<8|c,f=0;f<4&&o+.75*f<n;f++)i.push(r.charAt(u>>>6*(3-f)&63));var l=r.charAt(64);if(l)while(i.length%4)i.push(l);return i.join("")},parse:function(e){var t=e.length,n=this._map,r=this._reverseMap;if(!r){r=this._reverseMap=[];for(var i=0;i<n.length;i++)r[n.charCodeAt(i)]=i}var a=n.charAt(64);if(a){var s=e.indexOf(a);-1!==s&&(t=s)}return o(e,t,r)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function o(e,t,n){for(var i=[],o=0,a=0;a<t;a++)if(a%4){var s=n[e.charCodeAt(a-1)]<<a%4*2,c=n[e.charCodeAt(a)]>>>6-a%4*2;i[o>>>2]|=(s|c)<<24-o%4*8,o++}return r.create(i,o)}}(),e.enc.Base64}))},298:function(e,t,n){(function(t,r){e.exports=r(n(8249))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.WordArray,i=t.enc;i.Utf16=i.Utf16BE={stringify:function(e){for(var t=e.words,n=e.sigBytes,r=[],i=0;i<n;i+=2){var o=t[i>>>2]>>>16-i%4*8&65535;r.push(String.fromCharCode(o))}return r.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 r.create(n,2*t)}};function o(e){return e<<8&4278255360|e>>>8&16711935}i.Utf16LE={stringify:function(e){for(var t=e.words,n=e.sigBytes,r=[],i=0;i<n;i+=2){var a=o(t[i>>>2]>>>16-i%4*8&65535);r.push(String.fromCharCode(a))}return r.join("")},parse:function(e){for(var t=e.length,n=[],i=0;i<t;i++)n[i>>>1]|=o(e.charCodeAt(i)<<16-i%2*16);return r.create(n,2*t)}}}(),e.enc.Utf16}))},888:function(e,t,n){(function(t,r,i){e.exports=r(n(8249),n(2783),n(9824))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.Base,i=n.WordArray,o=t.algo,a=o.MD5,s=o.EvpKDF=r.extend({cfg:r.extend({keySize:4,hasher:a,iterations:1}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){var n=this.cfg,r=n.hasher.create(),o=i.create(),a=o.words,s=n.keySize,c=n.iterations;while(a.length<s){u&&r.update(u);var u=r.update(e).finalize(t);r.reset();for(var f=1;f<c;f++)u=r.finalize(u),r.reset();o.concat(u)}return o.sigBytes=4*s,o}});t.EvpKDF=function(e,t,n){return s.create(n).compute(e,t)}}(),e.EvpKDF}))},2209:function(e,t,n){(function(t,r,i){e.exports=r(n(8249),n(5109))})(0,(function(e){return function(t){var n=e,r=n.lib,i=r.CipherParams,o=n.enc,a=o.Hex,s=n.format;s.Hex={stringify:function(e){return e.ciphertext.toString(a)},parse:function(e){var t=a.parse(e);return i.create({ciphertext:t})}}}(),e.format.Hex}))},9824:function(e,t,n){(function(t,r){e.exports=r(n(8249))})(0,(function(e){(function(){var t=e,n=t.lib,r=n.Base,i=t.enc,o=i.Utf8,a=t.algo;a.HMAC=r.extend({init:function(e,t){e=this._hasher=new e.init,"string"==typeof t&&(t=o.parse(t));var n=e.blockSize,r=4*n;t.sigBytes>r&&(t=e.finalize(t)),t.clamp();for(var i=this._oKey=t.clone(),a=this._iKey=t.clone(),s=i.words,c=a.words,u=0;u<n;u++)s[u]^=1549556828,c[u]^=909522486;i.sigBytes=a.sigBytes=r,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 r=t.finalize(this._oKey.clone().concat(n));return r}})})()}))},1354:function(e,t,n){(function(t,r,i){e.exports=r(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,r){e.exports=r(n(8249))})(0,(function(e){return function(){if("function"==typeof ArrayBuffer){var t=e,n=t.lib,r=n.WordArray,i=r.init,o=r.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=[],r=0;r<t;r++)n[r>>>2]|=e[r]<<24-r%4*8;i.call(this,n,t)}else i.apply(this,arguments)};o.prototype=r}}(),e.lib.WordArray}))},8214:function(e,t,n){(function(t,r){e.exports=r(n(8249))})(0,(function(e){return function(t){var n=e,r=n.lib,i=r.WordArray,o=r.Hasher,a=n.algo,s=[];(function(){for(var e=0;e<64;e++)s[e]=4294967296*t.abs(t.sin(e+1))|0})();var c=a.MD5=o.extend({_doReset:function(){this._hash=new i.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(e,t){for(var n=0;n<16;n++){var r=t+n,i=e[r];e[r]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8)}var o=this._hash.words,a=e[t+0],c=e[t+1],h=e[t+2],p=e[t+3],v=e[t+4],m=e[t+5],g=e[t+6],y=e[t+7],w=e[t+8],b=e[t+9],x=e[t+10],_=e[t+11],S=e[t+12],k=e[t+13],A=e[t+14],B=e[t+15],C=o[0],E=o[1],O=o[2],j=o[3];C=u(C,E,O,j,a,7,s[0]),j=u(j,C,E,O,c,12,s[1]),O=u(O,j,C,E,h,17,s[2]),E=u(E,O,j,C,p,22,s[3]),C=u(C,E,O,j,v,7,s[4]),j=u(j,C,E,O,m,12,s[5]),O=u(O,j,C,E,g,17,s[6]),E=u(E,O,j,C,y,22,s[7]),C=u(C,E,O,j,w,7,s[8]),j=u(j,C,E,O,b,12,s[9]),O=u(O,j,C,E,x,17,s[10]),E=u(E,O,j,C,_,22,s[11]),C=u(C,E,O,j,S,7,s[12]),j=u(j,C,E,O,k,12,s[13]),O=u(O,j,C,E,A,17,s[14]),E=u(E,O,j,C,B,22,s[15]),C=f(C,E,O,j,c,5,s[16]),j=f(j,C,E,O,g,9,s[17]),O=f(O,j,C,E,_,14,s[18]),E=f(E,O,j,C,a,20,s[19]),C=f(C,E,O,j,m,5,s[20]),j=f(j,C,E,O,x,9,s[21]),O=f(O,j,C,E,B,14,s[22]),E=f(E,O,j,C,v,20,s[23]),C=f(C,E,O,j,b,5,s[24]),j=f(j,C,E,O,A,9,s[25]),O=f(O,j,C,E,p,14,s[26]),E=f(E,O,j,C,w,20,s[27]),C=f(C,E,O,j,k,5,s[28]),j=f(j,C,E,O,h,9,s[29]),O=f(O,j,C,E,y,14,s[30]),E=f(E,O,j,C,S,20,s[31]),C=l(C,E,O,j,m,4,s[32]),j=l(j,C,E,O,w,11,s[33]),O=l(O,j,C,E,_,16,s[34]),E=l(E,O,j,C,A,23,s[35]),C=l(C,E,O,j,c,4,s[36]),j=l(j,C,E,O,v,11,s[37]),O=l(O,j,C,E,y,16,s[38]),E=l(E,O,j,C,x,23,s[39]),C=l(C,E,O,j,k,4,s[40]),j=l(j,C,E,O,a,11,s[41]),O=l(O,j,C,E,p,16,s[42]),E=l(E,O,j,C,g,23,s[43]),C=l(C,E,O,j,b,4,s[44]),j=l(j,C,E,O,S,11,s[45]),O=l(O,j,C,E,B,16,s[46]),E=l(E,O,j,C,h,23,s[47]),C=d(C,E,O,j,a,6,s[48]),j=d(j,C,E,O,y,10,s[49]),O=d(O,j,C,E,A,15,s[50]),E=d(E,O,j,C,m,21,s[51]),C=d(C,E,O,j,S,6,s[52]),j=d(j,C,E,O,p,10,s[53]),O=d(O,j,C,E,x,15,s[54]),E=d(E,O,j,C,c,21,s[55]),C=d(C,E,O,j,w,6,s[56]),j=d(j,C,E,O,B,10,s[57]),O=d(O,j,C,E,g,15,s[58]),E=d(E,O,j,C,k,21,s[59]),C=d(C,E,O,j,v,6,s[60]),j=d(j,C,E,O,_,10,s[61]),O=d(O,j,C,E,h,15,s[62]),E=d(E,O,j,C,b,21,s[63]),o[0]=o[0]+C|0,o[1]=o[1]+E|0,o[2]=o[2]+O|0,o[3]=o[3]+j|0},_doFinalize:function(){var e=this._data,n=e.words,r=8*this._nDataBytes,i=8*e.sigBytes;n[i>>>5]|=128<<24-i%32;var o=t.floor(r/4294967296),a=r;n[15+(i+64>>>9<<4)]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),n[14+(i+64>>>9<<4)]=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),e.sigBytes=4*(n.length+1),this._process();for(var s=this._hash,c=s.words,u=0;u<4;u++){var f=c[u];c[u]=16711935&(f<<8|f>>>24)|4278255360&(f<<24|f>>>8)}return s},clone:function(){var e=o.clone.call(this);return e._hash=this._hash.clone(),e}});function u(e,t,n,r,i,o,a){var s=e+(t&n|~t&r)+i+a;return(s<<o|s>>>32-o)+t}function f(e,t,n,r,i,o,a){var s=e+(t&r|n&~r)+i+a;return(s<<o|s>>>32-o)+t}function l(e,t,n,r,i,o,a){var s=e+(t^n^r)+i+a;return(s<<o|s>>>32-o)+t}function d(e,t,n,r,i,o,a){var s=e+(n^(t|~r))+i+a;return(s<<o|s>>>32-o)+t}n.MD5=o._createHelper(c),n.HmacMD5=o._createHmacHelper(c)}(Math),e.MD5}))},8568:function(e,t,n){(function(t,r,i){e.exports=r(n(8249),n(5109))})(0,(function(e){return e.mode.CFB=function(){var t=e.lib.BlockCipherMode.extend();function n(e,t,n,r){var i=this._iv;if(i){var o=i.slice(0);this._iv=void 0}else o=this._prevBlock;r.encryptBlock(o,0);for(var a=0;a<n;a++)e[t+a]^=o[a]}return t.Encryptor=t.extend({processBlock:function(e,t){var r=this._cipher,i=r.blockSize;n.call(this,e,t,i,r),this._prevBlock=e.slice(t,t+i)}}),t.Decryptor=t.extend({processBlock:function(e,t){var r=this._cipher,i=r.blockSize,o=e.slice(t,t+i);n.call(this,e,t,i,r),this._prevBlock=o}}),t}(),e.mode.CFB}))},9968:function(e,t,n){(function(t,r,i){e.exports=r(n(8249),n(5109))})(0,(function(e){
|
|
2
|
-
/** @preserve
|
|
3
|
-
* Counter block mode compatible with Dr Brian Gladman fileenc.c
|
|
4
|
-
* derived from CryptoJS.mode.CTR
|
|
5
|
-
* Jan Hruby jhruby.web@gmail.com
|
|
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,r=255&e;255===t?(t=0,255===n?(n=0,255===r?r=0:++r):++n):++t,e=0,e+=t<<16,e+=n<<8,e+=r}else e+=1<<24;return e}function r(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,o=this._iv,a=this._counter;o&&(a=this._counter=o.slice(0),this._iv=void 0),r(a);var s=a.slice(0);n.encryptBlock(s,0);for(var c=0;c<i;c++)e[t+c]^=s[c]}});return t.Decryptor=i,t}(),e.mode.CTRGladman}))},4242:function(e,t,n){(function(t,r,i){e.exports=r(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,r=n.blockSize,i=this._iv,o=this._counter;i&&(o=this._counter=i.slice(0),this._iv=void 0);var a=o.slice(0);n.encryptBlock(a,0),o[r-1]=o[r-1]+1|0;for(var s=0;s<r;s++)e[t+s]^=a[s]}});return t.Decryptor=n,t}(),e.mode.CTR}))},1148:function(e,t,n){(function(t,r,i){e.exports=r(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,r,i){e.exports=r(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,r=n.blockSize,i=this._iv,o=this._keystream;i&&(o=this._keystream=i.slice(0),this._iv=void 0),n.encryptBlock(o,0);for(var a=0;a<r;a++)e[t+a]^=o[a]}});return t.Decryptor=n,t}(),e.mode.OFB}))},3615:function(e,t,n){(function(t,r,i){e.exports=r(n(8249),n(5109))})(0,(function(e){return e.pad.AnsiX923={pad:function(e,t){var n=e.sigBytes,r=4*t,i=r-n%r,o=n+i-1;e.clamp(),e.words[o>>>2]|=i<<24-o%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,r,i){e.exports=r(n(8249),n(5109))})(0,(function(e){return e.pad.Iso10126={pad:function(t,n){var r=4*n,i=r-t.sigBytes%r;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,r,i){e.exports=r(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,r,i){e.exports=r(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,r,i){e.exports=r(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,r,i){e.exports=r(n(8249),n(2783),n(9824))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.Base,i=n.WordArray,o=t.algo,a=o.SHA1,s=o.HMAC,c=o.PBKDF2=r.extend({cfg:r.extend({keySize:4,hasher:a,iterations:1}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){var n=this.cfg,r=s.create(n.hasher,e),o=i.create(),a=i.create([1]),c=o.words,u=a.words,f=n.keySize,l=n.iterations;while(c.length<f){var d=r.update(t).finalize(a);r.reset();for(var h=d.words,p=h.length,v=d,m=1;m<l;m++){v=r.finalize(v),r.reset();for(var g=v.words,y=0;y<p;y++)h[y]^=g[y]}o.concat(d),u[0]++}return o.sigBytes=4*f,o}});t.PBKDF2=function(e,t,n){return c.create(n).compute(e,t)}}(),e.PBKDF2}))},3974:function(e,t,n){(function(t,r,i){e.exports=r(n(8249),n(8269),n(8214),n(888),n(5109))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.StreamCipher,i=t.algo,o=[],a=[],s=[],c=i.RabbitLegacy=r.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],r=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++)u.call(this);for(i=0;i<8;i++)r[i]^=n[i+4&7];if(t){var o=t.words,a=o[0],s=o[1],c=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),f=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),l=c>>>16|4294901760&f,d=f<<16|65535&c;r[0]^=c,r[1]^=l,r[2]^=f,r[3]^=d,r[4]^=c,r[5]^=l,r[6]^=f,r[7]^=d;for(i=0;i<4;i++)u.call(this)}},_doProcessBlock:function(e,t){var n=this._X;u.call(this),o[0]=n[0]^n[5]>>>16^n[3]<<16,o[1]=n[2]^n[7]>>>16^n[5]<<16,o[2]=n[4]^n[1]>>>16^n[7]<<16,o[3]=n[6]^n[3]>>>16^n[1]<<16;for(var r=0;r<4;r++)o[r]=16711935&(o[r]<<8|o[r]>>>24)|4278255360&(o[r]<<24|o[r]>>>8),e[t+r]^=o[r]},blockSize:4,ivSize:2});function u(){for(var e=this._X,t=this._C,n=0;n<8;n++)a[n]=t[n];t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<a[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<a[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<a[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<a[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<a[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<a[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<a[6]>>>0?1:0)|0,this._b=t[7]>>>0<a[7]>>>0?1:0;for(n=0;n<8;n++){var r=e[n]+t[n],i=65535&r,o=r>>>16,c=((i*i>>>17)+i*o>>>15)+o*o,u=((4294901760&r)*r|0)+((65535&r)*r|0);s[n]=c^u}e[0]=s[0]+(s[7]<<16|s[7]>>>16)+(s[6]<<16|s[6]>>>16)|0,e[1]=s[1]+(s[0]<<8|s[0]>>>24)+s[7]|0,e[2]=s[2]+(s[1]<<16|s[1]>>>16)+(s[0]<<16|s[0]>>>16)|0,e[3]=s[3]+(s[2]<<8|s[2]>>>24)+s[1]|0,e[4]=s[4]+(s[3]<<16|s[3]>>>16)+(s[2]<<16|s[2]>>>16)|0,e[5]=s[5]+(s[4]<<8|s[4]>>>24)+s[3]|0,e[6]=s[6]+(s[5]<<16|s[5]>>>16)+(s[4]<<16|s[4]>>>16)|0,e[7]=s[7]+(s[6]<<8|s[6]>>>24)+s[5]|0}t.RabbitLegacy=r._createHelper(c)}(),e.RabbitLegacy}))},4454:function(e,t,n){(function(t,r,i){e.exports=r(n(8249),n(8269),n(8214),n(888),n(5109))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.StreamCipher,i=t.algo,o=[],a=[],s=[],c=i.Rabbit=r.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 r=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++)u.call(this);for(n=0;n<8;n++)i[n]^=r[n+4&7];if(t){var o=t.words,a=o[0],s=o[1],c=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),f=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),l=c>>>16|4294901760&f,d=f<<16|65535&c;i[0]^=c,i[1]^=l,i[2]^=f,i[3]^=d,i[4]^=c,i[5]^=l,i[6]^=f,i[7]^=d;for(n=0;n<4;n++)u.call(this)}},_doProcessBlock:function(e,t){var n=this._X;u.call(this),o[0]=n[0]^n[5]>>>16^n[3]<<16,o[1]=n[2]^n[7]>>>16^n[5]<<16,o[2]=n[4]^n[1]>>>16^n[7]<<16,o[3]=n[6]^n[3]>>>16^n[1]<<16;for(var r=0;r<4;r++)o[r]=16711935&(o[r]<<8|o[r]>>>24)|4278255360&(o[r]<<24|o[r]>>>8),e[t+r]^=o[r]},blockSize:4,ivSize:2});function u(){for(var e=this._X,t=this._C,n=0;n<8;n++)a[n]=t[n];t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<a[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<a[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<a[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<a[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<a[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<a[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<a[6]>>>0?1:0)|0,this._b=t[7]>>>0<a[7]>>>0?1:0;for(n=0;n<8;n++){var r=e[n]+t[n],i=65535&r,o=r>>>16,c=((i*i>>>17)+i*o>>>15)+o*o,u=((4294901760&r)*r|0)+((65535&r)*r|0);s[n]=c^u}e[0]=s[0]+(s[7]<<16|s[7]>>>16)+(s[6]<<16|s[6]>>>16)|0,e[1]=s[1]+(s[0]<<8|s[0]>>>24)+s[7]|0,e[2]=s[2]+(s[1]<<16|s[1]>>>16)+(s[0]<<16|s[0]>>>16)|0,e[3]=s[3]+(s[2]<<8|s[2]>>>24)+s[1]|0,e[4]=s[4]+(s[3]<<16|s[3]>>>16)+(s[2]<<16|s[2]>>>16)|0,e[5]=s[5]+(s[4]<<8|s[4]>>>24)+s[3]|0,e[6]=s[6]+(s[5]<<16|s[5]>>>16)+(s[4]<<16|s[4]>>>16)|0,e[7]=s[7]+(s[6]<<8|s[6]>>>24)+s[5]|0}t.Rabbit=r._createHelper(c)}(),e.Rabbit}))},1857:function(e,t,n){(function(t,r,i){e.exports=r(n(8249),n(8269),n(8214),n(888),n(5109))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.StreamCipher,i=t.algo,o=i.RC4=r.extend({_doReset:function(){for(var e=this._key,t=e.words,n=e.sigBytes,r=this._S=[],i=0;i<256;i++)r[i]=i;i=0;for(var o=0;i<256;i++){var a=i%n,s=t[a>>>2]>>>24-a%4*8&255;o=(o+r[i]+s)%256;var c=r[i];r[i]=r[o],r[o]=c}this._i=this._j=0},_doProcessBlock:function(e,t){e[t]^=a.call(this)},keySize:8,ivSize:0});function a(){for(var e=this._S,t=this._i,n=this._j,r=0,i=0;i<4;i++){t=(t+1)%256,n=(n+e[t])%256;var o=e[t];e[t]=e[n],e[n]=o,r|=e[(e[t]+e[n])%256]<<24-8*i}return this._i=t,this._j=n,r}t.RC4=r._createHelper(o);var s=i.RC4Drop=o.extend({cfg:o.cfg.extend({drop:192}),_doReset:function(){o._doReset.call(this);for(var e=this.cfg.drop;e>0;e--)a.call(this)}});t.RC4Drop=r._createHelper(s)}(),e.RC4}))},706:function(e,t,n){(function(t,r){e.exports=r(n(8249))})(0,(function(e){
|
|
8
|
-
/** @preserve
|
|
9
|
-
(c) 2012 by Cédric Mesnil. All rights reserved.
|
|
10
|
-
|
|
11
|
-
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
12
|
-
|
|
13
|
-
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
14
|
-
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
15
|
-
|
|
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
|
-
*/
|
|
18
|
-
return function(t){var n=e,r=n.lib,i=r.WordArray,o=r.Hasher,a=n.algo,s=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]),u=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]),f=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]),l=i.create([0,1518500249,1859775393,2400959708,2840853838]),d=i.create([1352829926,1548603684,1836072691,2053994217,0]),h=a.RIPEMD160=o.extend({_doReset:function(){this._hash=i.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var n=0;n<16;n++){var r=t+n,i=e[r];e[r]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8)}var o,a,h,b,x,_,S,k,A,B,C,E=this._hash.words,O=l.words,j=d.words,M=s.words,P=c.words,D=u.words,N=f.words;_=o=E[0],S=a=E[1],k=h=E[2],A=b=E[3],B=x=E[4];for(n=0;n<80;n+=1)C=o+e[t+M[n]]|0,C+=n<16?p(a,h,b)+O[0]:n<32?v(a,h,b)+O[1]:n<48?m(a,h,b)+O[2]:n<64?g(a,h,b)+O[3]:y(a,h,b)+O[4],C|=0,C=w(C,D[n]),C=C+x|0,o=x,x=b,b=w(h,10),h=a,a=C,C=_+e[t+P[n]]|0,C+=n<16?y(S,k,A)+j[0]:n<32?g(S,k,A)+j[1]:n<48?m(S,k,A)+j[2]:n<64?v(S,k,A)+j[3]:p(S,k,A)+j[4],C|=0,C=w(C,N[n]),C=C+B|0,_=B,B=A,A=w(k,10),k=S,S=C;C=E[1]+h+A|0,E[1]=E[2]+b+B|0,E[2]=E[3]+x+_|0,E[3]=E[4]+o+S|0,E[4]=E[0]+a+k|0,E[0]=C},_doFinalize:function(){var e=this._data,t=e.words,n=8*this._nDataBytes,r=8*e.sigBytes;t[r>>>5]|=128<<24-r%32,t[14+(r+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,o=i.words,a=0;a<5;a++){var s=o[a];o[a]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8)}return i},clone:function(){var e=o.clone.call(this);return e._hash=this._hash.clone(),e}});function p(e,t,n){return e^t^n}function v(e,t,n){return e&t|~e&n}function m(e,t,n){return(e|~t)^n}function g(e,t,n){return e&n|t&~n}function y(e,t,n){return e^(t|~n)}function w(e,t){return e<<t|e>>>32-t}n.RIPEMD160=o._createHelper(h),n.HmacRIPEMD160=o._createHmacHelper(h)}(Math),e.RIPEMD160}))},2783:function(e,t,n){(function(t,r){e.exports=r(n(8249))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.WordArray,i=n.Hasher,o=t.algo,a=[],s=o.SHA1=i.extend({_doReset:function(){this._hash=new r.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var n=this._hash.words,r=n[0],i=n[1],o=n[2],s=n[3],c=n[4],u=0;u<80;u++){if(u<16)a[u]=0|e[t+u];else{var f=a[u-3]^a[u-8]^a[u-14]^a[u-16];a[u]=f<<1|f>>>31}var l=(r<<5|r>>>27)+c+a[u];l+=u<20?1518500249+(i&o|~i&s):u<40?1859775393+(i^o^s):u<60?(i&o|i&s|o&s)-1894007588:(i^o^s)-899497514,c=s,s=o,o=i<<30|i>>>2,i=r,r=l}n[0]=n[0]+r|0,n[1]=n[1]+i|0,n[2]=n[2]+o|0,n[3]=n[3]+s|0,n[4]=n[4]+c|0},_doFinalize:function(){var e=this._data,t=e.words,n=8*this._nDataBytes,r=8*e.sigBytes;return t[r>>>5]|=128<<24-r%32,t[14+(r+64>>>9<<4)]=Math.floor(n/4294967296),t[15+(r+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(s),t.HmacSHA1=i._createHmacHelper(s)}(),e.SHA1}))},7792:function(e,t,n){(function(t,r,i){e.exports=r(n(8249),n(2153))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.WordArray,i=t.algo,o=i.SHA256,a=i.SHA224=o.extend({_doReset:function(){this._hash=new r.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var e=o._doFinalize.call(this);return e.sigBytes-=4,e}});t.SHA224=o._createHelper(a),t.HmacSHA224=o._createHmacHelper(a)}(),e.SHA224}))},2153:function(e,t,n){(function(t,r){e.exports=r(n(8249))})(0,(function(e){return function(t){var n=e,r=n.lib,i=r.WordArray,o=r.Hasher,a=n.algo,s=[],c=[];(function(){function e(e){for(var n=t.sqrt(e),r=2;r<=n;r++)if(!(e%r))return!1;return!0}function n(e){return 4294967296*(e-(0|e))|0}var r=2,i=0;while(i<64)e(r)&&(i<8&&(s[i]=n(t.pow(r,.5))),c[i]=n(t.pow(r,1/3)),i++),r++})();var u=[],f=a.SHA256=o.extend({_doReset:function(){this._hash=new i.init(s.slice(0))},_doProcessBlock:function(e,t){for(var n=this._hash.words,r=n[0],i=n[1],o=n[2],a=n[3],s=n[4],f=n[5],l=n[6],d=n[7],h=0;h<64;h++){if(h<16)u[h]=0|e[t+h];else{var p=u[h-15],v=(p<<25|p>>>7)^(p<<14|p>>>18)^p>>>3,m=u[h-2],g=(m<<15|m>>>17)^(m<<13|m>>>19)^m>>>10;u[h]=v+u[h-7]+g+u[h-16]}var y=s&f^~s&l,w=r&i^r&o^i&o,b=(r<<30|r>>>2)^(r<<19|r>>>13)^(r<<10|r>>>22),x=(s<<26|s>>>6)^(s<<21|s>>>11)^(s<<7|s>>>25),_=d+x+y+c[h]+u[h],S=b+w;d=l,l=f,f=s,s=a+_|0,a=o,o=i,i=r,r=_+S|0}n[0]=n[0]+r|0,n[1]=n[1]+i|0,n[2]=n[2]+o|0,n[3]=n[3]+a|0,n[4]=n[4]+s|0,n[5]=n[5]+f|0,n[6]=n[6]+l|0,n[7]=n[7]+d|0},_doFinalize:function(){var e=this._data,n=e.words,r=8*this._nDataBytes,i=8*e.sigBytes;return n[i>>>5]|=128<<24-i%32,n[14+(i+64>>>9<<4)]=t.floor(r/4294967296),n[15+(i+64>>>9<<4)]=r,e.sigBytes=4*n.length,this._process(),this._hash},clone:function(){var e=o.clone.call(this);return e._hash=this._hash.clone(),e}});n.SHA256=o._createHelper(f),n.HmacSHA256=o._createHmacHelper(f)}(Math),e.SHA256}))},3327:function(e,t,n){(function(t,r,i){e.exports=r(n(8249),n(4938))})(0,(function(e){return function(t){var n=e,r=n.lib,i=r.WordArray,o=r.Hasher,a=n.x64,s=a.Word,c=n.algo,u=[],f=[],l=[];(function(){for(var e=1,t=0,n=0;n<24;n++){u[e+5*t]=(n+1)*(n+2)/2%64;var r=t%5,i=(2*e+3*t)%5;e=r,t=i}for(e=0;e<5;e++)for(t=0;t<5;t++)f[e+5*t]=t+(2*e+3*t)%5*5;for(var o=1,a=0;a<24;a++){for(var c=0,d=0,h=0;h<7;h++){if(1&o){var p=(1<<h)-1;p<32?d^=1<<p:c^=1<<p-32}128&o?o=o<<1^113:o<<=1}l[a]=s.create(c,d)}})();var d=[];(function(){for(var e=0;e<25;e++)d[e]=s.create()})();var h=c.SHA3=o.extend({cfg:o.cfg.extend({outputLength:512}),_doReset:function(){for(var e=this._state=[],t=0;t<25;t++)e[t]=new s.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(e,t){for(var n=this._state,r=this.blockSize/2,i=0;i<r;i++){var o=e[t+2*i],a=e[t+2*i+1];o=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),a=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8);var s=n[i];s.high^=a,s.low^=o}for(var c=0;c<24;c++){for(var h=0;h<5;h++){for(var p=0,v=0,m=0;m<5;m++){s=n[h+5*m];p^=s.high,v^=s.low}var g=d[h];g.high=p,g.low=v}for(h=0;h<5;h++){var y=d[(h+4)%5],w=d[(h+1)%5],b=w.high,x=w.low;for(p=y.high^(b<<1|x>>>31),v=y.low^(x<<1|b>>>31),m=0;m<5;m++){s=n[h+5*m];s.high^=p,s.low^=v}}for(var _=1;_<25;_++){s=n[_];var S=s.high,k=s.low,A=u[_];if(A<32)p=S<<A|k>>>32-A,v=k<<A|S>>>32-A;else p=k<<A-32|S>>>64-A,v=S<<A-32|k>>>64-A;var B=d[f[_]];B.high=p,B.low=v}var C=d[0],E=n[0];C.high=E.high,C.low=E.low;for(h=0;h<5;h++)for(m=0;m<5;m++){_=h+5*m,s=n[_];var O=d[_],j=d[(h+1)%5+5*m],M=d[(h+2)%5+5*m];s.high=O.high^~j.high&M.high,s.low=O.low^~j.low&M.low}s=n[0];var P=l[c];s.high^=P.high,s.low^=P.low}},_doFinalize:function(){var e=this._data,n=e.words,r=(this._nDataBytes,8*e.sigBytes),o=32*this.blockSize;n[r>>>5]|=1<<24-r%32,n[(t.ceil((r+1)/o)*o>>>5)-1]|=128,e.sigBytes=4*n.length,this._process();for(var a=this._state,s=this.cfg.outputLength/8,c=s/8,u=[],f=0;f<c;f++){var l=a[f],d=l.high,h=l.low;d=16711935&(d<<8|d>>>24)|4278255360&(d<<24|d>>>8),h=16711935&(h<<8|h>>>24)|4278255360&(h<<24|h>>>8),u.push(h),u.push(d)}return new i.init(u,s)},clone:function(){for(var e=o.clone.call(this),t=e._state=this._state.slice(0),n=0;n<25;n++)t[n]=t[n].clone();return e}});n.SHA3=o._createHelper(h),n.HmacSHA3=o._createHmacHelper(h)}(Math),e.SHA3}))},7460:function(e,t,n){(function(t,r,i){e.exports=r(n(8249),n(4938),n(34))})(0,(function(e){return function(){var t=e,n=t.x64,r=n.Word,i=n.WordArray,o=t.algo,a=o.SHA512,s=o.SHA384=a.extend({_doReset:function(){this._hash=new i.init([new r.init(3418070365,3238371032),new r.init(1654270250,914150663),new r.init(2438529370,812702999),new r.init(355462360,4144912697),new r.init(1731405415,4290775857),new r.init(2394180231,1750603025),new r.init(3675008525,1694076839),new r.init(1203062813,3204075428)])},_doFinalize:function(){var e=a._doFinalize.call(this);return e.sigBytes-=16,e}});t.SHA384=a._createHelper(s),t.HmacSHA384=a._createHmacHelper(s)}(),e.SHA384}))},34:function(e,t,n){(function(t,r,i){e.exports=r(n(8249),n(4938))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.Hasher,i=t.x64,o=i.Word,a=i.WordArray,s=t.algo;function c(){return o.create.apply(o,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)],f=[];(function(){for(var e=0;e<80;e++)f[e]=c()})();var l=s.SHA512=r.extend({_doReset:function(){this._hash=new a.init([new o.init(1779033703,4089235720),new o.init(3144134277,2227873595),new o.init(1013904242,4271175723),new o.init(2773480762,1595750129),new o.init(1359893119,2917565137),new o.init(2600822924,725511199),new o.init(528734635,4215389547),new o.init(1541459225,327033209)])},_doProcessBlock:function(e,t){for(var n=this._hash.words,r=n[0],i=n[1],o=n[2],a=n[3],s=n[4],c=n[5],l=n[6],d=n[7],h=r.high,p=r.low,v=i.high,m=i.low,g=o.high,y=o.low,w=a.high,b=a.low,x=s.high,_=s.low,S=c.high,k=c.low,A=l.high,B=l.low,C=d.high,E=d.low,O=h,j=p,M=v,P=m,D=g,N=y,H=w,T=b,R=x,z=_,F=S,I=k,V=A,L=B,U=C,q=E,W=0;W<80;W++){var J=f[W];if(W<16)var X=J.high=0|e[t+2*W],$=J.low=0|e[t+2*W+1];else{var K=f[W-15],G=K.high,Z=K.low,Q=(G>>>1|Z<<31)^(G>>>8|Z<<24)^G>>>7,Y=(Z>>>1|G<<31)^(Z>>>8|G<<24)^(Z>>>7|G<<25),ee=f[W-2],te=ee.high,ne=ee.low,re=(te>>>19|ne<<13)^(te<<3|ne>>>29)^te>>>6,ie=(ne>>>19|te<<13)^(ne<<3|te>>>29)^(ne>>>6|te<<26),oe=f[W-7],ae=oe.high,se=oe.low,ce=f[W-16],ue=ce.high,fe=ce.low;$=Y+se,X=Q+ae+($>>>0<Y>>>0?1:0),$=$+ie,X=X+re+($>>>0<ie>>>0?1:0),$=$+fe,X=X+ue+($>>>0<fe>>>0?1:0);J.high=X,J.low=$}var le=R&F^~R&V,de=z&I^~z&L,he=O&M^O&D^M&D,pe=j&P^j&N^P&N,ve=(O>>>28|j<<4)^(O<<30|j>>>2)^(O<<25|j>>>7),me=(j>>>28|O<<4)^(j<<30|O>>>2)^(j<<25|O>>>7),ge=(R>>>14|z<<18)^(R>>>18|z<<14)^(R<<23|z>>>9),ye=(z>>>14|R<<18)^(z>>>18|R<<14)^(z<<23|R>>>9),we=u[W],be=we.high,xe=we.low,_e=q+ye,Se=U+ge+(_e>>>0<q>>>0?1:0),ke=(_e=_e+de,Se=Se+le+(_e>>>0<de>>>0?1:0),_e=_e+xe,Se=Se+be+(_e>>>0<xe>>>0?1:0),_e=_e+$,Se=Se+X+(_e>>>0<$>>>0?1:0),me+pe),Ae=ve+he+(ke>>>0<me>>>0?1:0);U=V,q=L,V=F,L=I,F=R,I=z,z=T+_e|0,R=H+Se+(z>>>0<T>>>0?1:0)|0,H=D,T=N,D=M,N=P,M=O,P=j,j=_e+ke|0,O=Se+Ae+(j>>>0<_e>>>0?1:0)|0}p=r.low=p+j,r.high=h+O+(p>>>0<j>>>0?1:0),m=i.low=m+P,i.high=v+M+(m>>>0<P>>>0?1:0),y=o.low=y+N,o.high=g+D+(y>>>0<N>>>0?1:0),b=a.low=b+T,a.high=w+H+(b>>>0<T>>>0?1:0),_=s.low=_+z,s.high=x+R+(_>>>0<z>>>0?1:0),k=c.low=k+I,c.high=S+F+(k>>>0<I>>>0?1:0),B=l.low=B+L,l.high=A+V+(B>>>0<L>>>0?1:0),E=d.low=E+q,d.high=C+U+(E>>>0<q>>>0?1:0)},_doFinalize:function(){var e=this._data,t=e.words,n=8*this._nDataBytes,r=8*e.sigBytes;t[r>>>5]|=128<<24-r%32,t[30+(r+128>>>10<<5)]=Math.floor(n/4294967296),t[31+(r+128>>>10<<5)]=n,e.sigBytes=4*t.length,this._process();var i=this._hash.toX32();return i},clone:function(){var e=r.clone.call(this);return e._hash=this._hash.clone(),e},blockSize:32});t.SHA512=r._createHelper(l),t.HmacSHA512=r._createHmacHelper(l)}(),e.SHA512}))},4253:function(e,t,n){(function(t,r,i){e.exports=r(n(8249),n(8269),n(8214),n(888),n(5109))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.WordArray,i=n.BlockCipher,o=t.algo,a=[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],s=[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}],f=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],l=o.DES=i.extend({_doReset:function(){for(var e=this._key,t=e.words,n=[],r=0;r<56;r++){var i=a[r]-1;n[r]=t[i>>>5]>>>31-i%32&1}for(var o=this._subKeys=[],u=0;u<16;u++){var f=o[u]=[],l=c[u];for(r=0;r<24;r++)f[r/6|0]|=n[(s[r]-1+l)%28]<<31-r%6,f[4+(r/6|0)]|=n[28+(s[r+24]-1+l)%28]<<31-r%6;f[0]=f[0]<<1|f[0]>>>31;for(r=1;r<7;r++)f[r]=f[r]>>>4*(r-1)+3;f[7]=f[7]<<5|f[7]>>>27}var d=this._invSubKeys=[];for(r=0;r<16;r++)d[r]=o[15-r]},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],d.call(this,4,252645135),d.call(this,16,65535),h.call(this,2,858993459),h.call(this,8,16711935),d.call(this,1,1431655765);for(var r=0;r<16;r++){for(var i=n[r],o=this._lBlock,a=this._rBlock,s=0,c=0;c<8;c++)s|=u[c][((a^i[c])&f[c])>>>0];this._lBlock=a,this._rBlock=o^s}var l=this._lBlock;this._lBlock=this._rBlock,this._rBlock=l,d.call(this,1,1431655765),h.call(this,8,16711935),h.call(this,2,858993459),d.call(this,16,65535),d.call(this,4,252645135),e[t]=this._lBlock,e[t+1]=this._rBlock},keySize:2,ivSize:2,blockSize:2});function d(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(l);var p=o.TripleDES=i.extend({_doReset:function(){var e=this._key,t=e.words;this._des1=l.createEncryptor(r.create(t.slice(0,2))),this._des2=l.createEncryptor(r.create(t.slice(2,4))),this._des3=l.createEncryptor(r.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,r){e.exports=r(n(8249))})(0,(function(e){return function(t){var n=e,r=n.lib,i=r.Base,o=r.WordArray,a=n.x64={};a.Word=i.extend({init:function(e,t){this.high=e,this.low=t}}),a.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=[],r=0;r<t;r++){var i=e[r];n.push(i.high),n.push(i.low)}return o.create(n,this.sigBytes)},clone:function(){for(var e=i.clone.call(this),t=e.words=this.words.slice(0),n=t.length,r=0;r<n;r++)t[r]=t[r].clone();return e}})}(),e}))},655:function(e){var t=0,n=8;function r(e){return h(i(d(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,r=-271733879,i=-1732584194,o=271733878,l=0;l<e.length;l+=16){var d=n,h=r,p=i,v=o;n=a(n,r,i,o,e[l+0],7,-680876936),o=a(o,n,r,i,e[l+1],12,-389564586),i=a(i,o,n,r,e[l+2],17,606105819),r=a(r,i,o,n,e[l+3],22,-1044525330),n=a(n,r,i,o,e[l+4],7,-176418897),o=a(o,n,r,i,e[l+5],12,1200080426),i=a(i,o,n,r,e[l+6],17,-1473231341),r=a(r,i,o,n,e[l+7],22,-45705983),n=a(n,r,i,o,e[l+8],7,1770035416),o=a(o,n,r,i,e[l+9],12,-1958414417),i=a(i,o,n,r,e[l+10],17,-42063),r=a(r,i,o,n,e[l+11],22,-1990404162),n=a(n,r,i,o,e[l+12],7,1804603682),o=a(o,n,r,i,e[l+13],12,-40341101),i=a(i,o,n,r,e[l+14],17,-1502002290),r=a(r,i,o,n,e[l+15],22,1236535329),n=s(n,r,i,o,e[l+1],5,-165796510),o=s(o,n,r,i,e[l+6],9,-1069501632),i=s(i,o,n,r,e[l+11],14,643717713),r=s(r,i,o,n,e[l+0],20,-373897302),n=s(n,r,i,o,e[l+5],5,-701558691),o=s(o,n,r,i,e[l+10],9,38016083),i=s(i,o,n,r,e[l+15],14,-660478335),r=s(r,i,o,n,e[l+4],20,-405537848),n=s(n,r,i,o,e[l+9],5,568446438),o=s(o,n,r,i,e[l+14],9,-1019803690),i=s(i,o,n,r,e[l+3],14,-187363961),r=s(r,i,o,n,e[l+8],20,1163531501),n=s(n,r,i,o,e[l+13],5,-1444681467),o=s(o,n,r,i,e[l+2],9,-51403784),i=s(i,o,n,r,e[l+7],14,1735328473),r=s(r,i,o,n,e[l+12],20,-1926607734),n=c(n,r,i,o,e[l+5],4,-378558),o=c(o,n,r,i,e[l+8],11,-2022574463),i=c(i,o,n,r,e[l+11],16,1839030562),r=c(r,i,o,n,e[l+14],23,-35309556),n=c(n,r,i,o,e[l+1],4,-1530992060),o=c(o,n,r,i,e[l+4],11,1272893353),i=c(i,o,n,r,e[l+7],16,-155497632),r=c(r,i,o,n,e[l+10],23,-1094730640),n=c(n,r,i,o,e[l+13],4,681279174),o=c(o,n,r,i,e[l+0],11,-358537222),i=c(i,o,n,r,e[l+3],16,-722521979),r=c(r,i,o,n,e[l+6],23,76029189),n=c(n,r,i,o,e[l+9],4,-640364487),o=c(o,n,r,i,e[l+12],11,-421815835),i=c(i,o,n,r,e[l+15],16,530742520),r=c(r,i,o,n,e[l+2],23,-995338651),n=u(n,r,i,o,e[l+0],6,-198630844),o=u(o,n,r,i,e[l+7],10,1126891415),i=u(i,o,n,r,e[l+14],15,-1416354905),r=u(r,i,o,n,e[l+5],21,-57434055),n=u(n,r,i,o,e[l+12],6,1700485571),o=u(o,n,r,i,e[l+3],10,-1894986606),i=u(i,o,n,r,e[l+10],15,-1051523),r=u(r,i,o,n,e[l+1],21,-2054922799),n=u(n,r,i,o,e[l+8],6,1873313359),o=u(o,n,r,i,e[l+15],10,-30611744),i=u(i,o,n,r,e[l+6],15,-1560198380),r=u(r,i,o,n,e[l+13],21,1309151649),n=u(n,r,i,o,e[l+4],6,-145523070),o=u(o,n,r,i,e[l+11],10,-1120210379),i=u(i,o,n,r,e[l+2],15,718787259),r=u(r,i,o,n,e[l+9],21,-343485551),n=f(n,d),r=f(r,h),i=f(i,p),o=f(o,v)}return Array(n,r,i,o)}function o(e,t,n,r,i,o){return f(l(f(f(t,e),f(r,o)),i),n)}function a(e,t,n,r,i,a,s){return o(t&n|~t&r,e,t,i,a,s)}function s(e,t,n,r,i,a,s){return o(t&r|n&~r,e,t,i,a,s)}function c(e,t,n,r,i,a,s){return o(t^n^r,e,t,i,a,s)}function u(e,t,n,r,i,a,s){return o(n^(t|~r),e,t,i,a,s)}function f(e,t){var n=(65535&e)+(65535&t),r=(e>>16)+(t>>16)+(n>>16);return r<<16|65535&n}function l(e,t){return e<<t|e>>>32-t}function d(e){for(var t=Array(),r=(1<<n)-1,i=0;i<e.length*n;i+=n)t[i>>5]|=(e.charCodeAt(i/n)&r)<<i%32;return t}function h(e){for(var n=t?"0123456789ABCDEF":"0123456789abcdef",r="",i=0;i<4*e.length;i++)r+=n.charAt(e[i>>2]>>i%4*8+4&15)+n.charAt(e[i>>2]>>i%4*8&15);return r}e.exports={hex_md5:r}},3744:function(e,t){"use strict";t.Z=(e,t)=>{const n=e.__vccOpts||e;for(const[r,i]of t)n[r]=i;return n}},7203:function(t){"use strict";t.exports=e}},n={};function r(e){var i=n[e];if(void 0!==i)return i.exports;var o=n[e]={exports:{}};return t[e].call(o.exports,o,o.exports,r),o.exports}!function(){r.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return r.d(t,{a:t}),t}}(),function(){r.d=function(e,t){for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})}}(),function(){r.g=function(){if("object"===typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"===typeof window)return window}}()}(),function(){r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)}}(),function(){r.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}}(),function(){r.p=""}();var i={};return function(){"use strict";if(r.r(i),r.d(i,{default:function(){return rt},ppp:function(){return nt}}),"undefined"!==typeof window){var e=window.document.currentScript,t=e&&e.src.match(/(.+\/)[^/]+\.js(\?.*)?$/);t&&(r.p=t[1])}var n=r(7203);const o={class:"zykjcommon-question"},a={key:0,class:"question-type"},s={key:0},c={key:1,class:"score fr"},u={class:"question-box"},f=["innerHTML"],l={class:"question-option"},d=["disabled","id","value"],h=(0,n.createElementVNode)("div",{class:"radio-bg"},null,-1),p={class:"label-box"},v=["for"],m=["for"],g={key:0},y={key:0,class:"img-box"},w=["src"],b={key:1,class:"question-analysis"},x=(0,n.createElementVNode)("div",{class:"triangle-top"},null,-1),_={class:"question-analysis-item"},S=(0,n.createElementVNode)("span",{class:"txt"},"【你的回答】:",-1),k={class:"txt-box"},A={class:"question-analysis-item"},B=(0,n.createElementVNode)("span",{class:"txt"},"【正确答案】:",-1),C={class:"txt-box"},E={key:0,class:"question-analysis-item"},O=(0,n.createElementVNode)("span",{class:"txt"},"【本题解析】:",-1),j={class:"txt-box"},M=["innerHTML"];function P(e,t,r,i,P,D){const N=(0,n.resolveComponent)("MediaLooker");return(0,n.openBlock)(),(0,n.createElementBlock)("div",o,[r.isSub?(0,n.createCommentVNode)("",!0):((0,n.openBlock)(),(0,n.createElementBlock)("div",a,[(0,n.createTextVNode)((0,n.toDisplayString)(r.questionInfo.questionIndex)+"、"+(0,n.toDisplayString)(r.questionInfo.hint?r.questionInfo.hint:r.questionInfo.question_type_str),1),"null"!==r.questionInfo.score?((0,n.openBlock)(),(0,n.createElementBlock)("span",s)):(0,n.createCommentVNode)("",!0),"analysis"===r.mode?((0,n.openBlock)(),(0,n.createElementBlock)("span",c,"得分:"+(0,n.toDisplayString)(r.questionInfo.answerMap?r.questionInfo.answerMap.user_score:"-")+"分",1)):(0,n.createCommentVNode)("",!0)])),(0,n.createElementVNode)("div",u,[r.questionInfo.htmlContent?((0,n.openBlock)(),(0,n.createElementBlock)("div",{key:0,class:"editor-content",innerHTML:r.questionInfo.htmlContent},null,8,f)):(0,n.createCommentVNode)("",!0),(0,n.createElementVNode)("div",{class:"question-option-list",style:(0,n.normalizeStyle)(r.questionInfo.htmlContent||r.questionInfo.hint?{}:{"margin-top":0})},[((0,n.openBlock)(!0),(0,n.createElementBlock)(n.Fragment,null,(0,n.renderList)(P.exam_options_data,((e,i)=>((0,n.openBlock)(),(0,n.createElementBlock)("div",l,[(0,n.createElementVNode)("div",{class:(0,n.normalizeClass)(["radio-box",{checked:P.radio==e.index}])},[(0,n.withDirectives)((0,n.createElementVNode)("input",{type:"radio",disabled:"analysis"===r.mode||"review"===r.mode,class:"radio","onUpdate:modelValue":t[0]||(t[0]=e=>P.radio=e),name:"judge",id:"radio-"+r.questionInfo.questionIndex+"-"+i,value:e.index},null,8,d),[[n.vModelRadio,P.radio]]),h],2),(0,n.createElementVNode)("div",p,[3==r.questionInfo.question_type?((0,n.openBlock)(),(0,n.createElementBlock)("label",{key:0,for:"radio-"+r.questionInfo.questionIndex+"-"+i},(0,n.toDisplayString)(e.data.name),9,v)):(0,n.createCommentVNode)("",!0),1==r.questionInfo.question_type?((0,n.openBlock)(),(0,n.createElementBlock)("label",{key:1,for:"radio-"+r.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",g,(0,n.toDisplayString)(e.data.option_content),1)):(0,n.createCommentVNode)("",!0)]),0!=e.data.file_type?((0,n.openBlock)(),(0,n.createElementBlock)("div",y,[(0,n.createElementVNode)("img",{src:e.data.file_url},null,8,w)])):(0,n.createCommentVNode)("",!0)],8,m)):(0,n.createCommentVNode)("",!0)])])))),256))],4),"analysis"===r.mode?((0,n.openBlock)(),(0,n.createElementBlock)("div",b,[x,(0,n.createElementVNode)("div",_,[S,(0,n.createElementVNode)("div",k,[(0,n.createElementVNode)("span",{class:(0,n.normalizeClass)({wrong:"1"!==r.questionInfo.answerMap.is_correct,right:"1"===r.questionInfo.answerMap.is_correct})},(0,n.toDisplayString)("1"!==r.questionInfo.answerMap.is_correct?"错误":"正确"),3)])]),(0,n.createElementVNode)("div",A,[B,(0,n.createElementVNode)("div",C,[(0,n.createElementVNode)("span",null,(0,n.toDisplayString)(P.analyCorrectAnswer),1)])]),r.questionInfo.analysis?((0,n.openBlock)(),(0,n.createElementBlock)("div",E,[O,(0,n.createElementVNode)("div",j,[(0,n.createElementVNode)("span",{class:"analysis-txt",innerHTML:r.questionInfo.analysisHtmlContent},null,8,M)])])):(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)])}r(7658);let D=JSON.stringify({mediaLookerList:[],mediaCount:0,curMediaCount:0,visible:!1});function N(e){let t={img(t){let r=t.getAttribute("src");t.setAttribute("media-index",e.mediaCount+""),e.mediaCount++,e.mediaLookerList.push({url:r,mediaType:1}),t.addEventListener("click",(t=>{let r=t.target,i=Number(r.getAttribute("media-index"));e.curMediaCount=i,n()}))}};function n(){e.visible=!0}function r(){let n=e.$el.querySelector(".question-box");function r(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&&r(e)}}))}e.$nextTick((()=>{r(n)}))}r()}var H="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 T={key:0,class:"dialog imgLookerDialog"},R=(0,n.createElementVNode)("div",{class:"mask"},null,-1),z=(0,n.createElementVNode)("img",{src:H,alt:""},null,-1),F=[z],I=["src"];function V(e,t,r,i,o,a){return r.visible?((0,n.openBlock)(),(0,n.createElementBlock)("div",T,[R,(0,n.createElementVNode)("div",{class:"close",onClick:t[0]||(t[0]=(...e)=>a.cancel&&a.cancel(...e))},F),(0,n.createElementVNode)("div",{class:"prev",onClick:t[1]||(t[1]=(...e)=>a.prev&&a.prev(...e))}),(0,n.createElementVNode)("div",{class:"next",onClick:t[2]||(t[2]=(...e)=>a.next&&a.next(...e))}),1==o.curMediaObj.mediaType?((0,n.openBlock)(),(0,n.createElementBlock)("div",{key:0,class:(0,n.normalizeClass)(["imgLooker",{in:"in"===o.enlargeStatus,out:"out"===o.enlargeStatus}]),onClick:t[3]||(t[3]=(...e)=>a.enlarge&&a.enlarge(...e))},[(0,n.createElementVNode)("img",{src:o.curMediaObj.url,style:(0,n.normalizeStyle)({width:o.curMediaObj.width+"px",height:o.curMediaObj.height+"px"}),alt:""},null,12,I)],2)):(0,n.createCommentVNode)("",!0)])):(0,n.createCommentVNode)("",!0)}r(6229),r(7330),r(2062);var L=r(1354),U=r(9669),q=r.n(U),W=r(655),J=r.n(W);let X="piw38kulfozrea7ydmjnvbc965q1gt2x",K=function(e,t,n,r){void 0!=n&&"undefined"!==typeof n["password"]&&(n["password"]=J().hex_md5(J().hex_md5(n["password"]+"FE605C9343A3A47764598FDC184EC66F").toUpperCase()+"FE605C9343A3A47764598FDC184EC66F").toUpperCase());let i=e+"\n/education"+t+"\n"+r+"\n"+(n?JSON.stringify(n):""),o=L.enc.Base64.stringify((0,L.HmacSHA256)(i,X)),a=function(e){let t=e.replace(/\+/g,"-");t=t.replace(/\//g,"_");let n=t.length%4,r="====";return t+=r.substring(0,n),t};return a(o)};q().defaults.baseURL="https://jsl-api.thedeer.cn/education/",q().defaults.timeout=6e4,q().defaults.withCredentials=!0;let G=(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)},Z=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||"系统异常";Ue.messageTip("warning",e)}}return e};function Q(e,t,n,r,i){let o,a;e=e.toUpperCase(),t+=0===n.indexOf("/")?n.substr(1):n;let s=window.isMock;"undefined"!==typeof i&&"undefined"!==typeof i.isMock&&(s=i.isMock,delete i.isMock),s&&i&&i.onUploadProgress&&delete i.onUploadProgress;let c=n;"/"!==n[0]&&(c="/"+n);let u=(new Date).getTime(),f={ts:u,sign:K(e,c,r,u),token:Ue.getToken()};switch(e){case"Get":a=r||{};break;default:case"POST":o=r||{},f["Content-Type"]=i&&i.contentType?i.contentType:"application/json";break}return t instanceof Array?q().all([]).then(q().spread((function(){}))):q()(Object.assign({headers:f,method:e,url:t,data:o,params:a,transformRequest:G,transformResponse:Z},i)).then((e=>e.data)).catch((e=>(console.log("服务端请求/响应错误:",e,e.config),Promise.reject(e))))}const Y=(e,t={},n)=>Q("POST","",e,t,n);var ee=function(){var e,t,n,r,i;function o(e){return new Promise((function(t){var n,r,i;try{i=new(window.AudioContext||window.webkitAudioContext)}catch(o){return window.console.warn("Web Audio API not supported.")}n=i.createMediaStreamSource(e),r=i.createScriptProcessor(0,1,1),n.connect(r),r.connect(i.destination),t&&"function"===typeof t&&n&&r&&t({mediaStreamSource:n,scriptProcessor:r,audioContext:i})}))}function a(e,t){e&&(e.onaudioprocess=function(e){for(var n=e.inputBuffer,r=e.outputBuffer,i=0;i<r.numberOfChannels;i++)for(var o=n.getChannelData(i),a=r.getChannelData(i),s=0;s<n.length;s++)a[s]=o[s];if(t){for(var c=e.inputBuffer.getChannelData(0),u=c.length,f=0,l=0;l<u;++l)f+=c[l]*c[l];var d=Math.sqrt(f/u);d=100*Math.sin(3.1415*d/2)>>0,t(d)}})}function s(e,t){e&&(e.onaudioprocess=function(e){if(t){for(var n=e.inputBuffer.getChannelData(0),r=n.length,i=0,o=0;o<r;++o)i+=n[o]*n[o];var a=Math.sqrt(i/r);a=100*Math.sin(3.1415*a/2)>>0,t(a)}})}return window.AudioContext=window.AudioContext||window.webkitAudioContext,e=function(){return new Promise((function(e,t){navigator.mediaDevices&&navigator.mediaDevices.enumerateDevices?navigator.mediaDevices.enumerateDevices().then((function(t){var n={audio:[],video:[],headphones:[]},r=1,i=1,o=1;for(var a in t){var s=t[a],c={};c.deviceId=s.deviceId,c.groupId=s.groupId,c.label=s.label,"videoinput"===s.kind&&(""===c.label&&(c.label="摄像头"+i,i++),c.label.indexOf("前")>=0||c.label.indexOf("正")>=0?n.video.splice(0,0,c):n.video.push(c)),"audioinput"===s.kind&&"communications"!==s.deviceId&&"default"!==s.deviceId&&(""===c.label&&(c.label="麦克风"+r,r++),n.audio.push(c)),"audiooutput"===s.kind&&"communications"!==s.deviceId&&"default"!==s.deviceId&&(""===c.label&&(c.label="扬声器"+o,o++),n.headphones.push(c))}e&&"function"===typeof e&&e(n)})):t()}))},t=function(e){var t=e||{audio:!0,video:!0};return new Promise((function(e,n){navigator.mediaDevices&&navigator.mediaDevices.getUserMedia?navigator.mediaDevices.getUserMedia(t).then((function(n){if(t.video){var r=n.getVideoTracks();if(!r.length)return void e(3);var i=Date.now();r[0].onended=function(){var t=Date.now()-i;window.console.debug("videoTracks[0].readyState : "+t),e(t>2e3?n:1)}}e&&"function"===typeof e&&e(n)})).catch((function(t){if(t){var n;switch(t.name){case"NotAllowedError":case"PermissionDeniedError":n=2;break;case"TrackStartError":n=1;break;case"DevicesNotFoundError":n=3;break;case"MediaStreamError":"getUserMedia() failed: video denied"==t.message&&(n=2),"getUserMedia() failed: audio denied"==t.message&&(n=2);break;default:n=4;break}e(n)}else e(4)})):n()}))},n=function(e,t){return new Promise((function(n){o(e).then((function(){var e=arguments[0].mediaStreamSource,r=arguments[0].scriptProcessor,i=arguments[0].audioContext;a(r,t);var o={mediaStreamSource:e,scriptProcessor:r,audiocontext:i};n(o)}))}))},r=function(e,t){return new Promise((function(n){o(e).then((function(){var e=arguments[0].mediaStreamSource,r=arguments[0].scriptProcessor,i=arguments[0].audioContext;s(r,t);let o={mediaStreamSource:e,scriptProcessor:r,audiocontext:i};n(o)}))}))},i=function(e,t){return new Promise((function(n){if(e){var r=e.getTracks();for(var i in r)r[i].stop();e=null}t&&(t.mediaStreamSource&&t.mediaStreamSource.disconnect(),t.scriptProcessor&&(t.scriptProcessor.disconnect(),t.scriptProcessor.onaudioprocess=null),t.audiocontext&&(t.audiocontext.close(),t.audiocontext=null),t=null),n()}))},{getDevices:e,getUserMedia:t,setVolume:n,getHeadphones:r,dispose:i}}(),te=function(){function e(){var e=navigator?navigator.userAgent.toLowerCase():"other";return e.indexOf("chrome")>-1?"chrome":e.indexOf("safari")>-1?"safari":e.indexOf("msie")>-1||e.indexOf("trident")>-1?"ie":e.indexOf("firefox")>-1?"firefox":e}function t(e){try{return new ActiveXObject(e)}catch(t){window.console.log(t)}}function n(e){for(let n in navigator.plugins){var t=navigator.plugins[n];if(t.name==e)return t}}function r(){return"ie"==e()?t("AcroPDF.PDF")||t("PDF.PdfCtrl"):n("Adobe Acrobat")||n("Chrome PDF Viewer")||n("WebKit built-in PDF")}function i(){return r()}return{goPdf(e){if(i){let t=window.open("about:blank","_blank");t.document.write("<h2>加载中</h2>"),t.location=e}else alert("你可能还没有安装pdf阅读器,为了方便你查看pdf文档,请下载!"),window.location.href="http://ardownload.adobe.com/pub/adobe/reader/win/9.x/9.3/chs/AdbeRdr930_zh_CN.exe"}}}(),ne={chrome(){return navigator.userAgent.indexOf("Chrome")>-1},safari(){return navigator.userAgent.indexOf("Safari")>-1},edge(){return navigator.userAgent.indexOf("Edge")>-1}},re={setItem(e,t,n){let r={key:e},i=n?"localStorage":"sessionStorage";function o(){"localStorage"===i&&(r.expires=n)}r.value=t,o(),window[i].setItem(e,JSON.stringify(r))},getItem(e,t){let n=null,r=t?"localStorage":"sessionStorage",i=window[r].getItem(e);if(i&&(i=JSON.parse(i),"[object Object]"===Object.prototype.toString.call(i))){let t=i.value;if("localStorage"===r){let r=i.expires;r-(new Date).getTime()<=0?this.removeItem(e):n=t}else n=t}return n},removeItem(e){window.localStorage.removeItem(e),window.sessionStorage.removeItem(e)}};function ie(e){var t,n=oe(e)?"object":Array.isArray(e)?"array":"";if("object"!==typeof e&&null!==e)t=e;else if("object"===n){t={};for(let n in e)"object"===typeof e[n]?t[n]=ie(e[n]):t[n]=e[n]}else if("array"===n){t=[];for(let n=0;n<e.length;n++)"object"===typeof e[n]?t[n]=ie(e[n]):t[n]=e[n]}else t=e;return t}function oe(e){var t=Object.prototype.toString.call(e);return"[object Object]"===t}var ae={mediadevice:ee,pdfHelper:te,browserTester:ne,cookieUtils:re,isObj:oe,deepCopy:ie};function se(e){let t={},n=Object.keys(e),r=n.length;for(let i=0;i<r;i++)t[n[i]]=e[n[i]];return t}function ce(){let e="";for(let t=1;t<=32;t++){let t=Math.floor(16*Math.random()).toString(16);e+=t}return e}function ue(e){let t=e.replace(/\+/g,"-");return t=t.replace(/\//g,"_"),t=t.replace(/\=/g,""),t}function fe(e){let t=e.replace(/\-/g,"+");t=t.replace(/\_/g,"/");let n=t.length%4,r="====";return t+=r.substring(0,n),t}function le(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 de(e){let t=e.substring(e.lastIndexOf(".")+1,e.indexOf("?"));return t}function he(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 pe(e,t,n,r){var i,o,a=+new Date,s=0,c=0,u=null,f=this,l=function(){c=a,e.bind(f,...o)()};return function(){a=+new Date,f=this,o=arguments,i=a-(r?s:c)-t,clearTimeout(u),r?n?i>=0&&l():u=setTimeout(l,t):i>=0?l():n||(u=setTimeout(l,-i)),s=a}}function ve(e,t,n=!1){return pe(e,t,n,!0)}function me(e){let t;if("[object Object]"===Object.prototype.toString.call(e)){t={};for(let n in e)"object"==typeof e[n]?t[n]=me(e[n]):t[n]=e[n]}else"[object Array]"===Object.prototype.toString.call(e)&&(t=[],e.forEach((e=>{"object"==typeof e?t.push(me(e)):t.push(e)})));return t}function ge(e){return String.fromCharCode(64+parseInt(e))}function ye(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 we(e,t){if(e.length!=t.length)return!1;let n=!0;return e.forEach(((e,r)=>{Object.is(e,t[r])||(n=!1)})),n}function be(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 xe(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 _e(e){let t=Math.floor(e%60),n=Math.floor(e/60%60),r=Math.floor(e/60/60),i=[];return r&&i.push(r+"时"),n&&i.push(n+"分"),t&&i.push(t+"秒"),i.join(" ")}function Se(e){return parseFloat(e).toString()}function ke(e,t,n){if(!e)return;let r=t.match(/(\w+)/gi),i=null;return i=e instanceof Array?e.slice(0):Object.assign({},e),r.forEach(((e,t)=>{"undefined"!==typeof i&&(i=i instanceof Array?i.slice(e-1,1):i[e])})),i||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 Be(e){return!Ae(e)}function Ce(e,t,n,r,i,o){var a=this;if(a.version=function(){return"1.9.2"},a.options={useEasing:!0,useGrouping:!0,separator:",",decimal:".",easingFn:d,formattingFn:l,prefix:"",suffix:"",numerals:[]},o&&"object"===typeof o)for(var s in a.options)o.hasOwnProperty(s)&&null!==o[s]&&(a.options[s]=o[s]);""===a.options.separator?a.options.useGrouping=!1:a.options.separator=""+a.options.separator;for(var c=0,u=["webkit","moz","ms","o"],f=0;f<u.length&&!window.requestAnimationFrame;++f)window.requestAnimationFrame=window[u[f]+"RequestAnimationFrame"],window.cancelAnimationFrame=window[u[f]+"CancelAnimationFrame"]||window[u[f]+"CancelRequestAnimationFrame"];function l(e){var t,n,r,i,o,s;if(e=e.toFixed(a.decimals),e+="",t=e.split("."),n=t[0],r=t.length>1?a.options.decimal+t[1]:"",a.options.useGrouping){for(i="",o=0,s=n.length;o<s;++o)0!==o&&o%3===0&&(i=a.options.separator+i),i=n[s-o-1]+i;n=i}return a.options.numerals.length&&(n=n.replace(/[0-9]/g,(function(e){return a.options.numerals[+e]})),r=r.replace(/[0-9]/g,(function(e){return a.options.numerals[+e]}))),a.options.prefix+n+r+a.options.suffix}function d(e,t,n,r){return n*(1-Math.pow(2,-10*e/r))*1024/1023+t}function h(e){return"number"===typeof e&&!isNaN(e)}window.requestAnimationFrame||(window.requestAnimationFrame=function(e,t){var n=(new Date).getTime(),r=Math.max(0,16-(n-c)),i=window.setTimeout((function(){e(n+r)}),r);return c=n+r,i}),window.cancelAnimationFrame||(window.cancelAnimationFrame=function(e){clearTimeout(e)}),a.initialize=function(){return!!a.initialized||(a.error="",a.d="string"===typeof e?document.getElementById(e):e,a.d?(a.startVal=Number(t),a.endVal=Number(n),h(a.startVal)&&h(a.endVal)?(a.decimals=Math.max(0,r||0),a.dec=Math.pow(10,a.decimals),a.duration=1e3*Number(i)||2e3,a.countDown=a.startVal>a.endVal,a.frameVal=a.startVal,a.initialized=!0,!0):(a.error="[CountUp] startVal ("+t+") or endVal ("+n+") is not a number",!1)):(a.error="[CountUp] target is null or undefined",!1))},a.printValue=function(e){var t=a.options.formattingFn(e);"INPUT"===a.d.tagName?this.d.value=t:"text"===a.d.tagName||"tspan"===a.d.tagName?this.d.textContent=t:this.d.innerHTML=t},a.count=function(e){a.startTime||(a.startTime=e),a.timestamp=e;var t=e-a.startTime;a.remaining=a.duration-t,a.options.useEasing?a.countDown?a.frameVal=a.startVal-a.options.easingFn(t,0,a.startVal-a.endVal,a.duration):a.frameVal=a.options.easingFn(t,a.startVal,a.endVal-a.startVal,a.duration):a.countDown?a.frameVal=a.startVal-(a.startVal-a.endVal)*(t/a.duration):a.frameVal=a.startVal+(a.endVal-a.startVal)*(t/a.duration),a.countDown?a.frameVal=a.frameVal<a.endVal?a.endVal:a.frameVal:a.frameVal=a.frameVal>a.endVal?a.endVal:a.frameVal,a.frameVal=Math.round(a.frameVal*a.dec)/a.dec,a.printValue(a.frameVal),t<a.duration?a.rAF=requestAnimationFrame(a.count):a.callback&&a.callback()},a.start=function(e){a.initialize()&&(a.callback=e,a.rAF=requestAnimationFrame(a.count))},a.pauseResume=function(){a.paused?(a.paused=!1,delete a.startTime,a.duration=a.remaining,a.startVal=a.frameVal,requestAnimationFrame(a.count)):(a.paused=!0,cancelAnimationFrame(a.rAF))},a.reset=function(){a.paused=!1,delete a.startTime,a.initialized=!1,a.initialize()&&(cancelAnimationFrame(a.rAF),a.printValue(a.startVal))},a.update=function(e){a.initialize()&&(e=Number(e),h(e)?(a.error="",e!==a.frameVal&&(cancelAnimationFrame(a.rAF),a.paused=!1,delete a.startTime,a.startVal=a.frameVal,a.endVal=e,a.countDown=a.startVal>a.endVal,a.rAF=requestAnimationFrame(a.count))):a.error="[CountUp] update() - new endVal is not a number: "+e)},a.initialize()&&a.printValue(a.startVal)}function Ee(){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 Oe(e,t){window._czc&&_czc.push(["_trackEvent",e,t])}function je(e,t){for(var n=0;n<e.length;n++)if(e[n]==t)return n}function Me(e=1024,t=768){let n=document.body.clientWidth,r=document.body.clientHeight;return n<=e&&r<=t}function Pe(){return!(!window.ActiveXObject&&!("ActiveXObject"in window))}function De(e,t){let n=e.lastIndexOf("?"),r=e.substring(n+1,e.length),i="",o=r.split("&");for(var a=0;a<o.length;a++){let e=o[a].split("="),t="a";i+=""+(0==a?"?":"&")+String.fromCharCode(t.charCodeAt()+a)+"="+e[1]}return i}function Ne(e,t,n,r,i){let o,a,s=new Image,c=t,u=n,f=12*n,l=12*t;return s.src=e,i>f&&r<=l?(a=c*(r/i)+"rem",o=`${u}rem`):i<=f&&r>l?(a=`${rewBoxW}rem`,o=u*(r/i)+"rem"):i>f&&i>l?r>i?(a=`${rewBoxW}rem`,o=u*(r/i)+"rem"):(a=c*(r/i)+"rem",o=`${u}rem`):(a=r/12+"rem",o=i/12+"rem"),{width:a,height:o}}function He(e){window.parent.postMessage(e,"*")}function Te(){window.contentDialogs.forEach((e=>{e.scope.closeContentDialog()}))}function Re(e){let t=window.contentDialogs.find((t=>t.uid===e));t&&t.scope.closeContentDialog()}let ze=function(){let e=ae.cookieUtils.getItem("token",!0);return e};function Fe(e){for(var t=window.location.search.substring(1),n=t.split("&"),r=0;r<n.length;r++){var i=n[r].split("=");if(i[0]==e)return i[1]}return!1}function Ie(e,t,n=3e3){let r=document.createElement("div");r.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>`,o=$(i);$("body").append(o),setTimeout((()=>{o.remove()}),n+500)}function Ve(e,t){var n="offset"+t[0].toUpperCase()+t.substring(1),r=e[n],i=e.offsetParent;while(null!=i)r+=i[n],i=i.offsetParent;return r}function Le(e,t,n,r,i){try{let o="https://api.deerclass.com",a=[],s=`${e}\n[${t} : lineno:${n},colno:${r}]\n${i}`;a.push(s),Y(o+"/event/error/web",{errors:a,client:"JSL_WEB_BIANCHENG_EXAM"}).then((e=>{let{error_code:t}=e;+t||console.log("上报错误成功")}))}catch(o){console.log(o.toString())}}var Ue={getToken:ze,getQueryVariable:Fe,debounce2:ve,throttle:pe,sortDict:se,GUID:ce,urlsafe_b64encode:ue,urlsafe_b64decode:fe,getObjectURL:le,getExtName:de,fmtDateTime:he,fmtJSON2HTML:be,fmtHTML2JSON:xe,fmtSecond:_e,fmtFloatNumber:Se,copyDeepObject:me,indexToEnIndex:ge,diffObject:ye,diffArray:we,getDeepData:ke,isEmpty2:Ae,nonEmpty:Be,CountUp:Ce,getEnvironment:Ee,recordCountFn:Oe,findListIndex:je,getScreen:Me,whatBrowser:Pe,getUrlQueryVariable:De,setImgAuto:Ne,postMessageByType:He,closeAllContentDialog:Te,closeContentDialogByUid:Re,messageTip:Ie,offset:Ve,fbError:Le},qe={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=Ue.copyDeepObject(this.mediaLookerList[e]);let t=new Image;t.src=this.curMediaObj.url;let n=document.documentElement||document.body,r=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>=r||n>=i){let t,o,a,s=e-r,c=n-i;s>c?(o=.9*r,t=o/e,a=n*t,this.curMediaObj.width=o,this.curMediaObj.height=a,this.imgCompressWidth=o,this.imgCompressHeight=a):(a=.9*i,t=a/n,o=e*t,this.curMediaObj.width=o,this.curMediaObj.height=a,this.imgCompressWidth=o,this.imgCompressHeight=a),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)}}},We=r(3744);const Je=(0,We.Z)(qe,[["render",V]]);var Xe=Je;function $e(e){return{all:e=e||new Map,on:function(t,n){var r=e.get(t);r?r.push(n):e.set(t,[n])},off:function(t,n){var r=e.get(t);r&&(n?r.splice(r.indexOf(n)>>>0,1):e.set(t,[]))},emit:function(t,n){var r=e.get(t);r&&r.slice().map((function(e){e(n)})),(r=e.get("*"))&&r.slice().map((function(e){e(t,n)}))}}}const Ke=$e(),Ge={};Ge.$on=Ke.on,Ge.$emit=Ke.emit;var Ze=Ge,Qe={name:"Question_singleChoice",props:{isSub:{type:Boolean,default:!1},orderIndex:{type:Number,default:0},questionInfo:{type:Object,default:{}},mode:{type:String,default:"exam"}},mounted(){N(this),this.$watch("radio",(e=>{let t=this,n=this.isSub;if(n)"exam"===this.mode&&Ze.$emit("optionChange"),"exam"===this.mode&&this.emit("optionChange",{orderIndex:this.orderIndex,isAnswered:t.isAnswered()});else{let e=this.isAnswered();"exam"===this.mode&&Ze.$emit("questionCardChange",{questionIndex:this.questionInfo.questionIndex-1,answered:e})}}),{immediate:!0})},data(){return{radio:0,analyCorrectAnswer:"",exam_options_data:[],answerMap:{},...JSON.parse(D)}},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?"正确":"错误":Ue.indexToEnIndex(e.correct_single_index)),3==t){let t=e.answerMap.judge;void 0!==t&&null!==t&&""!==t&&(this.radio=t?1:2)}else{let t=e.answerMap.single_index;void 0!==t&&null!==t&&""!==t&&(this.radio=t)}}},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:Xe}};const Ye=(0,We.Z)(Qe,[["render",P]]);var et=Ye,tt={Question_SingleChoice:et};let nt={install(e){e.component("Question_SingleChoice",et)}};var rt=tt}(),i}()}));
|