MCPcopy
hub / github.com/didi/DoKit / createBaseVNode

Function createBaseVNode

Android/dokit/src/main/assets/h5help/dokit.js:1–1  ·  view source on GitHub ↗
(e,t=null,o=null,n=0,i=null,r=(e===Fragment?0:1),s=!1,a=!1)

Source from the content-addressed store, hash-verified

1(function(){"use strict";function makeMap(e,t){const o=Object.create(null),n=e.split(",");for(let e=0;e<n.length;e++)o[n[e]]=!0;return t?e=>!!o[e.toLowerCase()]:e=>!!o[e]}const specialBooleanAttrs="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",isSpecialBooleanAttr=makeMap(specialBooleanAttrs);function includeBooleanAttr(e){return!!e||""===e}function normalizeStyle(e){if(isArray(e)){const t={};for(let o=0;o<e.length;o++){const n=e[o],i=isString(n)?parseStringStyle(n):normalizeStyle(n);if(i)for(const e in i)t[e]=i[e]}return t}return isString(e)||isObject$1(e)?e:void 0}const listDelimiterRE=/;(?![^(]*\))/g,propertyDelimiterRE=/:(.+)/;function parseStringStyle(e){const t={};return e.split(listDelimiterRE).forEach((e=>{if(e){const o=e.split(propertyDelimiterRE);o.length>1&&(t[o[0].trim()]=o[1].trim())}})),t}function normalizeClass(e){let t="";if(isString(e))t=e;else if(isArray(e))for(let o=0;o<e.length;o++){const n=normalizeClass(e[o]);n&&(t+=n+" ")}else if(isObject$1(e))for(const o in e)e[o]&&(t+=o+" ");return t.trim()}function looseCompareArrays(e,t){if(e.length!==t.length)return!1;let o=!0;for(let n=0;o&&n<e.length;n++)o=looseEqual(e[n],t[n]);return o}function looseEqual(e,t){if(e===t)return!0;let o=isDate(e),n=isDate(t);if(o||n)return!(!o||!n)&&e.getTime()===t.getTime();if(o=isArray(e),n=isArray(t),o||n)return!(!o||!n)&&looseCompareArrays(e,t);if(o=isObject$1(e),n=isObject$1(t),o||n){if(!o||!n)return!1;if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const o in e){const n=e.hasOwnProperty(o),i=t.hasOwnProperty(o);if(n&&!i||!n&&i||!looseEqual(e[o],t[o]))return!1}}return String(e)===String(t)}function looseIndexOf(e,t){return e.findIndex((e=>looseEqual(e,t)))}const toDisplayString=e=>isString(e)?e:null==e?"":isArray(e)||isObject$1(e)&&(e.toString===objectToString||!isFunction(e.toString))?JSON.stringify(e,replacer,2):String(e),replacer=(e,t)=>t&&t.__v_isRef?replacer(e,t.value):isMap(t)?{[`Map(${t.size})`]:[...t.entries()].reduce(((e,[t,o])=>(e[`${t} =>`]=o,e)),{})}:isSet(t)?{[`Set(${t.size})`]:[...t.values()]}:!isObject$1(t)||isArray(t)||isPlainObject(t)?t:String(t),EMPTY_OBJ={},EMPTY_ARR=[],NOOP=()=>{},NO=()=>!1,onRE=/^on[^a-z]/,isOn=e=>onRE.test(e),isModelListener=e=>e.startsWith("onUpdate:"),extend=Object.assign,remove=(e,t)=>{const o=e.indexOf(t);o>-1&&e.splice(o,1)},hasOwnProperty=Object.prototype.hasOwnProperty,hasOwn=(e,t)=>hasOwnProperty.call(e,t),isArray=Array.isArray,isMap=e=>"[object Map]"===toTypeString(e),isSet=e=>"[object Set]"===toTypeString(e),isDate=e=>e instanceof Date,isFunction=e=>"function"==typeof e,isString=e=>"string"==typeof e,isSymbol=e=>"symbol"==typeof e,isObject$1=e=>null!==e&&"object"==typeof e,isPromise=e=>isObject$1(e)&&isFunction(e.then)&&isFunction(e.catch),objectToString=Object.prototype.toString,toTypeString=e=>objectToString.call(e),toRawType=e=>toTypeString(e).slice(8,-1),isPlainObject=e=>"[object Object]"===toTypeString(e),isIntegerKey=e=>isString(e)&&"NaN"!==e&&"-"!==e[0]&&""+parseInt(e,10)===e,isReservedProp=makeMap(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),cacheStringFunction=e=>{const t=Object.create(null);return o=>t[o]||(t[o]=e(o))},camelizeRE=/-(\w)/g,camelize=cacheStringFunction((e=>e.replace(camelizeRE,((e,t)=>t?t.toUpperCase():"")))),hyphenateRE=/\B([A-Z])/g,hyphenate=cacheStringFunction((e=>e.replace(hyphenateRE,"-$1").toLowerCase())),capitalize=cacheStringFunction((e=>e.charAt(0).toUpperCase()+e.slice(1))),toHandlerKey=cacheStringFunction((e=>e?`on${capitalize(e)}`:"")),hasChanged=(e,t)=>!Object.is(e,t),invokeArrayFns=(e,t)=>{for(let o=0;o<e.length;o++)e[o](t)},def=(e,t,o)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:o})},toNumber=e=>{const t=parseFloat(e);return isNaN(t)?e:t};let _globalThis;const getGlobalThis=()=>_globalThis||(_globalThis="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{});let activeEffectScope;class EffectScope{constructor(e=!1){this.active=!0,this.effects=[],this.cleanups=[],!e&&activeEffectScope&&(this.parent=activeEffectScope,this.index=(activeEffectScope.scopes||(activeEffectScope.scopes=[])).push(this)-1)}run(e){if(this.active)try{return activeEffectScope=this,e()}finally{activeEffectScope=this.parent}}on(){activeEffectScope=this}off(){activeEffectScope=this.parent}stop(e){if(this.active){let t,o;for(t=0,o=this.effects.length;t<o;t++)this.effects[t].stop();for(t=0,o=this.cleanups.length;t<o;t++)this.cleanups[t]();if(this.scopes)for(t=0,o=this.scopes.length;t<o;t++)this.scopes[t].stop(!0);if(this.parent&&!e){const e=this.parent.scopes.pop();e&&e!==this&&(this.parent.scopes[this.index]=e,e.index=this.index)}this.active=!1}}}function recordEffectScope(e,t=activeEffectScope){t&&t.active&&t.effects.push(e)}const createDep=e=>{const t=new Set(e);return t.w=0,t.n=0,t},wasTracked=e=>(e.w&trackOpBit)>0,newTracked=e=>(e.n&trackOpBit)>0,initDepMarkers=({deps:e})=>{if(e.length)for(let t=0;t<e.length;t++)e[t].w|=trackOpBit},finalizeDepMarkers=e=>{const{deps:t}=e;if(t.length){let o=0;for(let n=0;n<t.length;n++){const i=t[n];wasTracked(i)&&!newTracked(i)?i.delete(e):t[o++]=i,i.w&=~trackOpBit,i.n&=~trackOpBit}t.length=o}},targetMap=new WeakMap;let effectTrackDepth=0,trackOpBit=1;const maxMarkerBits=30;let activeEffect;const ITERATE_KEY=Symbol(""),MAP_KEY_ITERATE_KEY=Symbol("");class ReactiveEffect{constructor(e,t=null,o){this.fn=e,this.scheduler=t,this.active=!0,this.deps=[],this.parent=void 0,recordEffectScope(this,o)}run(){if(!this.active)return this.fn();let e=activeEffect,t=shouldTrack;for(;e;){if(e===this)return;e=e.parent}try{return this.parent=activeEffect,activeEffect=this,shouldTrack=!0,trackOpBit=1<<++effectTrackDepth,effectTrackDepth<=maxMarkerBits?initDepMarkers(this):cleanupEffect(this),this.fn()}finally{effectTrackDepth<=maxMarkerBits&&finalizeDepMarkers(this),trackOpBit=1<<--effectTrackDepth,activeEffect=this.parent,shouldTrack=t,this.parent=void 0}}stop(){this.active&&(cleanupEffect(this),this.onStop&&this.onStop(),this.active=!1)}}function cleanupEffect(e){const{deps:t}=e;if(t.length){for(let o=0;o<t.length;o++)t[o].delete(e);t.length=0}}let shouldTrack=!0;const trackStack=[];function pauseTracking(){trackStack.push(shouldTrack),shouldTrack=!1}function resetTracking(){const e=trackStack.pop();shouldTrack=void 0===e||e}function track(e,t,o){if(shouldTrack&&activeEffect){let t=targetMap.get(e);t||targetMap.set(e,t=new Map);let n=t.get(o);n||t.set(o,n=createDep()),trackEffects(n)}}function trackEffects(e,t){let o=!1;effectTrackDepth<=maxMarkerBits?newTracked(e)||(e.n|=trackOpBit,o=!wasTracked(e)):o=!e.has(activeEffect),o&&(e.add(activeEffect),activeEffect.deps.push(e))}function trigger$1(e,t,o,n,i,r){const s=targetMap.get(e);if(!s)return;let a=[];if("clear"===t)a=[...s.values()];else if("length"===o&&isArray(e))s.forEach(((e,t)=>{("length"===t||t>=n)&&a.push(e)}));else switch(void 0!==o&&a.push(s.get(o)),t){case"add":isArray(e)?isIntegerKey(o)&&a.push(s.get("length")):(a.push(s.get(ITERATE_KEY)),isMap(e)&&a.push(s.get(MAP_KEY_ITERATE_KEY)));break;case"delete":isArray(e)||(a.push(s.get(ITERATE_KEY)),isMap(e)&&a.push(s.get(MAP_KEY_ITERATE_KEY)));break;case"set":isMap(e)&&a.push(s.get(ITERATE_KEY))}if(1===a.length)a[0]&&triggerEffects(a[0]);else{const e=[];for(const t of a)t&&e.push(...t);triggerEffects(createDep(e))}}function triggerEffects(e,t){for(const t of isArray(e)?e:[...e])(t!==activeEffect||t.allowRecurse)&&(t.scheduler?t.scheduler():t.run())}const isNonTrackableKeys=makeMap("__proto__,__v_isRef,__isVue"),builtInSymbols=new Set(Object.getOwnPropertyNames(Symbol).map((e=>Symbol[e])).filter(isSymbol)),get=createGetter(),shallowGet=createGetter(!1,!0),readonlyGet=createGetter(!0),arrayInstrumentations=createArrayInstrumentations();function createArrayInstrumentations(){const e={};return["includes","indexOf","lastIndexOf"].forEach((t=>{e[t]=function(...e){const o=toRaw(this);for(let e=0,t=this.length;e<t;e++)track(o,"get",e+"");const n=o[t](...e);return-1===n||!1===n?o[t](...e.map(toRaw)):n}})),["push","pop","shift","unshift","splice"].forEach((t=>{e[t]=function(...e){pauseTracking();const o=toRaw(this)[t].apply(this,e);return resetTracking(),o}})),e}function createGetter(e=!1,t=!1){return function(o,n,i){if("__v_isReactive"===n)return!e;if("__v_isReadonly"===n)return e;if("__v_isShallow"===n)return t;if("__v_raw"===n&&i===(e?t?shallowReadonlyMap:readonlyMap:t?shallowReactiveMap:reactiveMap).get(o))return o;const r=isArray(o);if(!e&&r&&hasOwn(arrayInstrumentations,n))return Reflect.get(arrayInstrumentations,n,i);const s=Reflect.get(o,n,i);if(isSymbol(n)?builtInSymbols.has(n):isNonTrackableKeys(n))return s;if(e||track(o,"get",n),t)return s;if(isRef(s)){return!r||!isIntegerKey(n)?s.value:s}return isObject$1(s)?e?readonly(s):reactive(s):s}}const set=createSetter(),shallowSet=createSetter(!0);function createSetter(e=!1){return function(t,o,n,i){let r=t[o];if(isReadonly(r)&&isRef(r)&&!isRef(n))return!1;if(!e&&!isReadonly(n)&&(isShallow(n)||(n=toRaw(n),r=toRaw(r)),!isArray(t)&&isRef(r)&&!isRef(n)))return r.value=n,!0;const s=isArray(t)&&isIntegerKey(o)?Number(o)<t.length:hasOwn(t,o),a=Reflect.set(t,o,n,i);return t===toRaw(i)&&(s?hasChanged(n,r)&&trigger$1(t,"set",o,n):trigger$1(t,"add",o,n)),a}}function deleteProperty(e,t){const o=hasOwn(e,t);e[t];const n=Reflect.deleteProperty(e,t);return n&&o&&trigger$1(e,"delete",t,void 0),n}function has(e,t){const o=Reflect.has(e,t);return isSymbol(t)&&builtInSymbols.has(t)||track(e,"has",t),o}function ownKeys(e){return track(e,"iterate",isArray(e)?"length":ITERATE_KEY),Reflect.ownKeys(e)}const mutableHandlers={get:get,set:set,deleteProperty:deleteProperty,has:has,ownKeys:ownKeys},readonlyHandlers={get:readonlyGet,set:(e,t)=>!0,deleteProperty:(e,t)=>!0},shallowReactiveHandlers=extend({},mutableHandlers,{get:shallowGet,set:shallowSet}),toShallow=e=>e,getProto=e=>Reflect.getPrototypeOf(e);function get$1(e,t,o=!1,n=!1){const i=toRaw(e=e.__v_raw),r=toRaw(t);t!==r&&!o&&track(i,"get",t),!o&&track(i,"get",r);const{has:s}=getProto(i),a=n?toShallow:o?toReadonly:toReactive;return s.call(i,t)?a(e.get(t)):s.call(i,r)?a(e.get(r)):void(e!==i&&e.get(t))}function has$1(e,t=!1){const o=this.__v_raw,n=toRaw(o),i=toRaw(e);return e!==i&&!t&&track(n,"has",e),!t&&track(n,"has",i),e===i?o.has(e):o.has(e)||o.has(i)}function size(e,t=!1){return e=e.__v_raw,!t&&track(toRaw(e),"iterate",ITERATE_KEY),Reflect.get(e,"size",e)}function add(e){e=toRaw(e);const t=toRaw(this);return getProto(t).has.call(t,e)||(t.add(e),trigger$1(t,"add",e,e)),this}function set$1(e,t){t=toRaw(t);const o=toRaw(this),{has:n,get:i}=getProto(o);let r=n.call(o,e);r||(e=toRaw(e),r=n.call(o,e));const s=i.call(o,e);return o.set(e,t),r?hasChanged(t,s)&&trigger$1(o,"set",e,t):trigger$1(o,"add",e,t),this}function deleteEntry(e){const t=toRaw(this),{has:o,get:n}=getProto(t);let i=o.call(t,e);i||(e=toRaw(e),i=o.call(t,e)),n&&n.call(t,e);const r=t.delete(e);return i&&trigger$1(t,"delete",e,void 0),r}function clear(){const e=toRaw(this),t=0!==e.size,o=e.clear();return t&&trigger$1(e,"clear",void 0,void 0),o}function createForEach(e,t){return function(o,n){const i=this,r=i.__v_raw,s=toRaw(r),a=t?toShallow:e?toReadonly:toReactive;return!e&&track(s,"iterate",ITERATE_KEY),r.forEach(((e,t)=>o.call(n,a(e),a(t),i)))}}function createIterableMethod(e,t,o){return function(...n){const i=this.__v_raw,r=toRaw(i),s=isMap(r),a="entries"===e||e===Symbol.iterator&&s,l="keys"===e&&s,c=i[e](...n),d=o?toShallow:t?toReadonly:toReactive;return!t&&track(r,"iterate",l?MAP_KEY_ITERATE_KEY:ITERATE_KEY),{next(){const{value:e,done:t}=c.next();return t?{value:e,done:t}:{value:a?[d(e[0]),d(e[1])]:d(e),done:t}},[Symbol.iterator](){return this}}}}function createReadonlyMethod(e){return function(...t){return"delete"!==e&&this}}function createInstrumentations(){const e={get(e){return get$1(this,e)},get size(){return size(this)},has:has$1,add:add,set:set$1,delete:deleteEntry,clear:clear,forEach:createForEach(!1,!1)},t={get(e){return get$1(this,e,!1,!0)},get size(){return size(this)},has:has$1,add:add,set:set$1,delete:deleteEntry,clear:clear,forEach:createForEach(!1,!0)},o={get(e){return get$1(this,e,!0)},get size(){return size(this,!0)},has(e){return has$1.call(this,e,!0)},add:createReadonlyMethod("add"),set:createReadonlyMethod("set"),delete:createReadonlyMethod("delete"),clear:createReadonlyMethod("clear"),forEach:createForEach(!0,!1)},n={get(e){return get$1(this,e,!0,!0)},get size(){return size(this,!0)},has(e){return has$1.call(this,e,!0)},add:createReadonlyMethod("add"),set:createReadonlyMethod("set"),delete:createReadonlyMethod("delete"),clear:createReadonlyMethod("clear"),forEach:createForEach(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach((i=>{e[i]=createIterableMethod(i,!1,!1),o[i]=createIterableMethod(i,!0,!1),t[i]=createIterableMethod(i,!1,!0),n[i]=createIterableMethod(i,!0,!0)})),[e,o,t,n]}const[mutableInstrumentations,readonlyInstrumentations,shallowInstrumentations,shallowReadonlyInstrumentations]=createInstrumentations();function createInstrumentationGetter(e,t){const o=t?e?shallowReadonlyInstrumentations:shallowInstrumentations:e?readonlyInstrumentations:mutableInstrumentations;return(t,n,i)=>"__v_isReactive"===n?!e:"__v_isReadonly"===n?e:"__v_raw"===n?t:Reflect.get(hasOwn(o,n)&&n in t?o:t,n,i)}const mutableCollectionHandlers={get:createInstrumentationGetter(!1,!1)},shallowCollectionHandlers={get:createInstrumentationGetter(!1,!0)},readonlyCollectionHandlers={get:createInstrumentationGetter(!0,!1)},reactiveMap=new WeakMap,shallowReactiveMap=new WeakMap,readonlyMap=new WeakMap,shallowReadonlyMap=new WeakMap;function targetTypeMap(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function getTargetType(e){return e.__v_skip||!Object.isExtensible(e)?0:targetTypeMap(toRawType(e))}function reactive(e){return isReadonly(e)?e:createReactiveObject(e,!1,mutableHandlers,mutableCollectionHandlers,reactiveMap)}function shallowReactive(e){return createReactiveObject(e,!1,shallowReactiveHandlers,shallowCollectionHandlers,shallowReactiveMap)}function readonly(e){return createReactiveObject(e,!0,readonlyHandlers,readonlyCollectionHandlers,readonlyMap)}function createReactiveObject(e,t,o,n,i){if(!isObject$1(e))return e;if(e.__v_raw&&(!t||!e.__v_isReactive))return e;const r=i.get(e);if(r)return r;const s=getTargetType(e);if(0===s)return e;const a=new Proxy(e,2===s?n:o);return i.set(e,a),a}function isReactive(e){return isReadonly(e)?isReactive(e.__v_raw):!(!e||!e.__v_isReactive)}function isReadonly(e){return!(!e||!e.__v_isReadonly)}function isShallow(e){return!(!e||!e.__v_isShallow)}function isProxy(e){return isReactive(e)||isReadonly(e)}function toRaw(e){const t=e&&e.__v_raw;return t?toRaw(t):e}function markRaw(e){return def(e,"__v_skip",!0),e}const toReactive=e=>isObject$1(e)?reactive(e):e,toReadonly=e=>isObject$1(e)?readonly(e):e;function trackRefValue(e){shouldTrack&&activeEffect&&trackEffects((e=toRaw(e)).dep||(e.dep=createDep()))}function triggerRefValue(e,t){(e=toRaw(e)).dep&&triggerEffects(e.dep)}function isRef(e){return!(!e||!0!==e.__v_isRef)}function shallowRef(e){return createRef(e,!0)}function createRef(e,t){return isRef(e)?e:new RefImpl(e,t)}class RefImpl{constructor(e,t){this.__v_isShallow=t,this.dep=void 0,this.__v_isRef=!0,this._rawValue=t?e:toRaw(e),this._value=t?e:toReactive(e)}get value(){return trackRefValue(this),this._value}set value(e){e=this.__v_isShallow?e:toRaw(e),hasChanged(e,this._rawValue)&&(this._rawValue=e,this._value=this.__v_isShallow?e:toReactive(e),triggerRefValue(this))}}function unref(e){return isRef(e)?e.value:e}const shallowUnwrapHandlers={get:(e,t,o)=>unref(Reflect.get(e,t,o)),set:(e,t,o,n)=>{const i=e[t];return isRef(i)&&!isRef(o)?(i.value=o,!0):Reflect.set(e,t,o,n)}};function proxyRefs(e){return isReactive(e)?e:new Proxy(e,shallowUnwrapHandlers)}class ComputedRefImpl{constructor(e,t,o,n){this._setter=t,this.dep=void 0,this.__v_isRef=!0,this._dirty=!0,this.effect=new ReactiveEffect(e,(()=>{this._dirty||(this._dirty=!0,triggerRefValue(this))})),this.effect.computed=this,this.effect.active=this._cacheable=!n,this.__v_isReadonly=o}get value(){const e=toRaw(this);return trackRefValue(e),!e._dirty&&e._cacheable||(e._dirty=!1,e._value=e.effect.run()),e._value}set value(e){this._setter(e)}}function computed$1(e,t,o=!1){let n,i;const r=isFunction(e);r?(n=e,i=NOOP):(n=e.get,i=e.set);return new ComputedRefImpl(n,i,r||!i,o)}function callWithErrorHandling(e,t,o,n){let i;try{i=n?e(...n):e()}catch(e){handleError(e,t,o)}return i}function callWithAsyncErrorHandling(e,t,o,n){if(isFunction(e)){const i=callWithErrorHandling(e,t,o,n);return i&&isPromise(i)&&i.catch((e=>{handleError(e,t,o)})),i}const i=[];for(let r=0;r<e.length;r++)i.push(callWithAsyncErrorHandling(e[r],t,o,n));return i}function handleError(e,t,o,n=!0){const i=t?t.vnode:null;if(t){let n=t.parent;const i=t.proxy,r=o;for(;n;){const t=n.ec;if(t)for(let o=0;o<t.length;o++)if(!1===t[o](e,i,r))return;n=n.parent}const s=t.appContext.config.errorHandler;if(s)return void callWithErrorHandling(s,null,10,[e,i,r])}logError(e,o,i,n)}function logError(e,t,o,n=!0){console.error(e)}Promise.resolve();let isFlushing=!1,isFlushPending=!1;const queue=[];let flushIndex=0;const pendingPreFlushCbs=[];let activePreFlushCbs=null,preFlushIndex=0;const pendingPostFlushCbs=[];let activePostFlushCbs=null,postFlushIndex=0;const resolvedPromise=Promise.resolve();let currentFlushPromise=null,currentPreFlushParentJob=null;function nextTick(e){const t=currentFlushPromise||resolvedPromise;return e?t.then(this?e.bind(this):e):t}function findInsertionIndex(e){let t=flushIndex+1,o=queue.length;for(;t<o;){const n=t+o>>>1;getId(queue[n])<e?t=n+1:o=n}return t}function queueJob(e){queue.length&&queue.includes(e,isFlushing&&e.allowRecurse?flushIndex+1:flushIndex)||e===currentPreFlushParentJob||(null==e.id?queue.push(e):queue.splice(findInsertionIndex(e.id),0,e),queueFlush())}function queueFlush(){isFlushing||isFlushPending||(isFlushPending=!0,currentFlushPromise=resolvedPromise.then(flushJobs))}function invalidateJob(e){const t=queue.indexOf(e);t>flushIndex&&queue.splice(t,1)}function queueCb(e,t,o,n){isArray(e)?o.push(...e):t&&t.includes(e,e.allowRecurse?n+1:n)||o.push(e),queueFlush()}function queuePreFlushCb(e){queueCb(e,activePreFlushCbs,pendingPreFlushCbs,preFlushIndex)}function queuePostFlushCb(e){queueCb(e,activePostFlushCbs,pendingPostFlushCbs,postFlushIndex)}function flushPreFlushCbs(e,t=null){if(pendingPreFlushCbs.length){for(currentPreFlushParentJob=t,activePreFlushCbs=[...new Set(pendingPreFlushCbs)],pendingPreFlushCbs.length=0,preFlushIndex=0;preFlushIndex<activePreFlushCbs.length;preFlushIndex++)activePreFlushCbs[preFlushIndex]();activePreFlushCbs=null,preFlushIndex=0,currentPreFlushParentJob=null,flushPreFlushCbs(e,t)}}function flushPostFlushCbs(e){if(pendingPostFlushCbs.length){const e=[...new Set(pendingPostFlushCbs)];if(pendingPostFlushCbs.length=0,activePostFlushCbs)return void activePostFlushCbs.push(...e);for(activePostFlushCbs=e,activePostFlushCbs.sort(((e,t)=>getId(e)-getId(t))),postFlushIndex=0;postFlushIndex<activePostFlushCbs.length;postFlushIndex++)activePostFlushCbs[postFlushIndex]();activePostFlushCbs=null,postFlushIndex=0}}const getId=e=>null==e.id?1/0:e.id;function flushJobs(e){isFlushPending=!1,isFlushing=!0,flushPreFlushCbs(e),queue.sort(((e,t)=>getId(e)-getId(t)));try{for(flushIndex=0;flushIndex<queue.length;flushIndex++){const e=queue[flushIndex];e&&!1!==e.active&&callWithErrorHandling(e,null,14)}}finally{flushIndex=0,queue.length=0,flushPostFlushCbs(),isFlushing=!1,currentFlushPromise=null,(queue.length||pendingPreFlushCbs.length||pendingPostFlushCbs.length)&&flushJobs(e)}}let devtools,buffer=[],devtoolsNotInstalled=!1;function emit(e,...t){devtools?devtools.emit(e,...t):devtoolsNotInstalled||buffer.push({event:e,args:t})}function setDevtoolsHook(e,t){var o,n;if(devtools=e,devtools)devtools.enabled=!0,buffer.forEach((({event:e,args:t})=>devtools.emit(e,...t))),buffer=[];else if("undefined"!=typeof window&&window.HTMLElement&&!(null===(n=null===(o=window.navigator)||void 0===o?void 0:o.userAgent)||void 0===n?void 0:n.includes("jsdom"))){(t.__VUE_DEVTOOLS_HOOK_REPLAY__=t.__VUE_DEVTOOLS_HOOK_REPLAY__||[]).push((e=>{setDevtoolsHook(e,t)})),setTimeout((()=>{devtools||(t.__VUE_DEVTOOLS_HOOK_REPLAY__=null,devtoolsNotInstalled=!0,buffer=[])}),3e3)}else devtoolsNotInstalled=!0,buffer=[]}function devtoolsInitApp(e,t){emit("app:init",e,t,{Fragment:Fragment,Text:Text,Comment:Comment,Static:Static})}function devtoolsUnmountApp(e){emit("app:unmount",e)}const devtoolsComponentAdded=createDevtoolsComponentHook("component:added"),devtoolsComponentUpdated=createDevtoolsComponentHook("component:updated"),devtoolsComponentRemoved=createDevtoolsComponentHook("component:removed");function createDevtoolsComponentHook(e){return t=>{emit(e,t.appContext.app,t.uid,t.parent?t.parent.uid:void 0,t)}}function devtoolsComponentEmit(e,t,o){emit("component:emit",e.appContext.app,e,t,o)}function emit$1(e,t,...o){const n=e.vnode.props||EMPTY_OBJ;let i=o;const r=t.startsWith("update:"),s=r&&t.slice(7);if(s&&s in n){const e=`${"modelValue"===s?"model":s}Modifiers`,{number:t,trim:r}=n[e]||EMPTY_OBJ;r?i=o.map((e=>e.trim())):t&&(i=o.map(toNumber))}let a;devtoolsComponentEmit(e,t,i);let l=n[a=toHandlerKey(t)]||n[a=toHandlerKey(camelize(t))];!l&&r&&(l=n[a=toHandlerKey(hyphenate(t))]),l&&callWithAsyncErrorHandling(l,e,6,i);const c=n[a+"Once"];if(c){if(e.emitted){if(e.emitted[a])return}else e.emitted={};e.emitted[a]=!0,callWithAsyncErrorHandling(c,e,6,i)}}function normalizeEmitsOptions(e,t,o=!1){const n=t.emitsCache,i=n.get(e);if(void 0!==i)return i;const r=e.emits;let s={},a=!1;if(!isFunction(e)){const n=e=>{const o=normalizeEmitsOptions(e,t,!0);o&&(a=!0,extend(s,o))};!o&&t.mixins.length&&t.mixins.forEach(n),e.extends&&n(e.extends),e.mixins&&e.mixins.forEach(n)}return r||a?(isArray(r)?r.forEach((e=>s[e]=null)):extend(s,r),n.set(e,s),s):(n.set(e,null),null)}function isEmitListener(e,t){return!(!e||!isOn(t))&&(t=t.slice(2).replace(/Once$/,""),hasOwn(e,t[0].toLowerCase()+t.slice(1))||hasOwn(e,hyphenate(t))||hasOwn(e,t))}let currentRenderingInstance=null,currentScopeId=null;function setCurrentRenderingInstance(e){const t=currentRenderingInstance;return currentRenderingInstance=e,currentScopeId=e&&e.type.__scopeId||null,t}function pushScopeId(e){currentScopeId=e}function popScopeId(){currentScopeId=null}function withCtx(e,t=currentRenderingInstance,o){if(!t)return e;if(e._n)return e;const n=(...o)=>{n._d&&setBlockTracking(-1);const i=setCurrentRenderingInstance(t),r=e(...o);return setCurrentRenderingInstance(i),n._d&&setBlockTracking(1),devtoolsComponentUpdated(t),r};return n._n=!0,n._c=!0,n._d=!0,n}function markAttrsAccessed(){}function renderComponentRoot(e){const{type:t,vnode:o,proxy:n,withProxy:i,props:r,propsOptions:[s],slots:a,attrs:l,emit:c,render:d,renderCache:u,data:h,setupState:p,ctx:f,inheritAttrs:m}=e;let g,v;const k=setCurrentRenderingInstance(e);try{if(4&o.shapeFlag){const e=i||n;g=normalizeVNode(d.call(e,e,u,r,p,h,f)),v=l}else{const e=t;0,g=normalizeVNode(e.length>1?e(r,{attrs:l,slots:a,emit:c}):e(r,null)),v=t.props?l:getFunctionalFallthrough(l)}}catch(t){blockStack.length=0,handleError(t,e,1),g=createVNode(Comment)}let y=g;if(v&&!1!==m){const e=Object.keys(v),{shapeFlag:t}=y;e.length&&7&t&&(s&&e.some(isModelListener)&&(v=filterModelListeners(v,s)),y=cloneVNode(y,v))}return o.dirs&&(y.dirs=y.dirs?y.dirs.concat(o.dirs):o.dirs),o.transition&&(y.transition=o.transition),g=y,setCurrentRenderingInstance(k),g}const getFunctionalFallthrough=e=>{let t;for(const o in e)("class"===o||"style"===o||isOn(o))&&((t||(t={}))[o]=e[o]);return t},filterModelListeners=(e,t)=>{const o={};for(const n in e)isModelListener(n)&&n.slice(9)in t||(o[n]=e[n]);return o};function shouldUpdateComponent(e,t,o){const{props:n,children:i,component:r}=e,{props:s,children:a,patchFlag:l}=t,c=r.emitsOptions;if(t.dirs||t.transition)return!0;if(!(o&&l>=0))return!(!i&&!a||a&&a.$stable)||n!==s&&(n?!s||hasPropsChanged(n,s,c):!!s);if(1024&l)return!0;if(16&l)return n?hasPropsChanged(n,s,c):!!s;if(8&l){const e=t.dynamicProps;for(let t=0;t<e.length;t++){const o=e[t];if(s[o]!==n[o]&&!isEmitListener(c,o))return!0}}return!1}function hasPropsChanged(e,t,o){const n=Object.keys(t);if(n.length!==Object.keys(e).length)return!0;for(let i=0;i<n.length;i++){const r=n[i];if(t[r]!==e[r]&&!isEmitListener(o,r))return!0}return!1}function updateHOCHostEl({vnode:e,parent:t},o){for(;t&&t.subTree===e;)(e=t.vnode).el=o,t=t.parent}const isSuspense=e=>e.__isSuspense;function queueEffectWithSuspense(e,t){t&&t.pendingBranch?isArray(e)?t.effects.push(...e):t.effects.push(e):queuePostFlushCb(e)}function provide(e,t){if(currentInstance){let o=currentInstance.provides;const n=currentInstance.parent&&currentInstance.parent.provides;n===o&&(o=currentInstance.provides=Object.create(n)),o[e]=t}else;}function inject(e,t,o=!1){const n=currentInstance||currentRenderingInstance;if(n){const i=null==n.parent?n.vnode.appContext&&n.vnode.appContext.provides:n.parent.provides;if(i&&e in i)return i[e];if(arguments.length>1)return o&&isFunction(t)?t.call(n.proxy):t}}const INITIAL_WATCHER_VALUE={};function watch(e,t,o){return doWatch(e,t,o)}function doWatch(e,t,{immediate:o,deep:n,flush:i,onTrack:r,onTrigger:s}=EMPTY_OBJ){const a=currentInstance;let l,c,d=!1,u=!1;if(isRef(e)?(l=()=>e.value,d=isShallow(e)):isReactive(e)?(l=()=>e,n=!0):isArray(e)?(u=!0,d=e.some(isReactive),l=()=>e.map((e=>isRef(e)?e.value:isReactive(e)?traverse(e):isFunction(e)?callWithErrorHandling(e,a,2):void 0))):l=isFunction(e)?t?()=>callWithErrorHandling(e,a,2):()=>{if(!a||!a.isUnmounted)return c&&c(),callWithAsyncErrorHandling(e,a,3,[h])}:NOOP,t&&n){const e=l;l=()=>traverse(e())}let h=e=>{c=g.onStop=()=>{callWithErrorHandling(e,a,4)}};if(isInSSRComponentSetup)return h=NOOP,t?o&&callWithAsyncErrorHandling(t,a,3,[l(),u?[]:void 0,h]):l(),NOOP;let p=u?[]:INITIAL_WATCHER_VALUE;const f=()=>{if(g.active)if(t){const e=g.run();(n||d||(u?e.some(((e,t)=>hasChanged(e,p[t]))):hasChanged(e,p)))&&(c&&c(),callWithAsyncErrorHandling(t,a,3,[e,p===INITIAL_WATCHER_VALUE?void 0:p,h]),p=e)}else g.run()};let m;f.allowRecurse=!!t,m="sync"===i?f:"post"===i?()=>queuePostRenderEffect(f,a&&a.suspense):()=>{!a||a.isMounted?queuePreFlushCb(f):f()};const g=new ReactiveEffect(l,m);return t?o?f():p=g.run():"post"===i?queuePostRenderEffect(g.run.bind(g),a&&a.suspense):g.run(),()=>{g.stop(),a&&a.scope&&remove(a.scope.effects,g)}}function instanceWatch(e,t,o){const n=this.proxy,i=isString(e)?e.includes(".")?createPathGetter(n,e):()=>n[e]:e.bind(n,n);let r;isFunction(t)?r=t:(r=t.handler,o=t);const s=currentInstance;setCurrentInstance(this);const a=doWatch(i,r.bind(n),o);return s?setCurrentInstance(s):unsetCurrentInstance(),a}function createPathGetter(e,t){const o=t.split(".");return()=>{let t=e;for(let e=0;e<o.length&&t;e++)t=t[o[e]];return t}}function traverse(e,t){if(!isObject$1(e)||e.__v_skip)return e;if((t=t||new Set).has(e))return e;if(t.add(e),isRef(e))traverse(e.value,t);else if(isArray(e))for(let o=0;o<e.length;o++)traverse(e[o],t);else if(isSet(e)||isMap(e))e.forEach((e=>{traverse(e,t)}));else if(isPlainObject(e))for(const o in e)traverse(e[o],t);return e}function useTransitionState(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return onMounted((()=>{e.isMounted=!0})),onBeforeUnmount((()=>{e.isUnmounting=!0})),e}const TransitionHookValidator=[Function,Array],BaseTransitionImpl={name:"BaseTransition",props:{mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:TransitionHookValidator,onEnter:TransitionHookValidator,onAfterEnter:TransitionHookValidator,onEnterCancelled:TransitionHookValidator,onBeforeLeave:TransitionHookValidator,onLeave:TransitionHookValidator,onAfterLeave:TransitionHookValidator,onLeaveCancelled:TransitionHookValidator,onBeforeAppear:TransitionHookValidator,onAppear:TransitionHookValidator,onAfterAppear:TransitionHookValidator,onAppearCancelled:TransitionHookValidator},setup(e,{slots:t}){const o=getCurrentInstance(),n=useTransitionState();let i;return()=>{const r=t.default&&getTransitionRawChildren(t.default(),!0);if(!r||!r.length)return;const s=toRaw(e),{mode:a}=s,l=r[0];if(n.isLeaving)return emptyPlaceholder(l);const c=getKeepAliveChild(l);if(!c)return emptyPlaceholder(l);const d=resolveTransitionHooks(c,s,n,o);setTransitionHooks(c,d);const u=o.subTree,h=u&&getKeepAliveChild(u);let p=!1;const{getTransitionKey:f}=c.type;if(f){const e=f();void 0===i?i=e:e!==i&&(i=e,p=!0)}if(h&&h.type!==Comment&&(!isSameVNodeType(c,h)||p)){const e=resolveTransitionHooks(h,s,n,o);if(setTransitionHooks(h,e),"out-in"===a)return n.isLeaving=!0,e.afterLeave=()=>{n.isLeaving=!1,o.update()},emptyPlaceholder(l);"in-out"===a&&c.type!==Comment&&(e.delayLeave=(e,t,o)=>{getLeavingNodesForType(n,h)[String(h.key)]=h,e._leaveCb=()=>{t(),e._leaveCb=void 0,delete d.delayedLeave},d.delayedLeave=o})}return l}}},BaseTransition=BaseTransitionImpl;function getLeavingNodesForType(e,t){const{leavingVNodes:o}=e;let n=o.get(t.type);return n||(n=Object.create(null),o.set(t.type,n)),n}function resolveTransitionHooks(e,t,o,n){const{appear:i,mode:r,persisted:s=!1,onBeforeEnter:a,onEnter:l,onAfterEnter:c,onEnterCancelled:d,onBeforeLeave:u,onLeave:h,onAfterLeave:p,onLeaveCancelled:f,onBeforeAppear:m,onAppear:g,onAfterAppear:v,onAppearCancelled:k}=t,y=String(e.key),w=getLeavingNodesForType(o,e),A=(e,t)=>{e&&callWithAsyncErrorHandling(e,n,9,t)},C={mode:r,persisted:s,beforeEnter(t){let n=a;if(!o.isMounted){if(!i)return;n=m||a}t._leaveCb&&t._leaveCb(!0);const r=w[y];r&&isSameVNodeType(e,r)&&r.el._leaveCb&&r.el._leaveCb(),A(n,[t])},enter(e){let t=l,n=c,r=d;if(!o.isMounted){if(!i)return;t=g||l,n=v||c,r=k||d}let s=!1;const a=e._enterCb=t=>{s||(s=!0,A(t?r:n,[e]),C.delayedLeave&&C.delayedLeave(),e._enterCb=void 0)};t?(t(e,a),t.length<=1&&a()):a()},leave(t,n){const i=String(e.key);if(t._enterCb&&t._enterCb(!0),o.isUnmounting)return n();A(u,[t]);let r=!1;const s=t._leaveCb=o=>{r||(r=!0,n(),A(o?f:p,[t]),t._leaveCb=void 0,w[i]===e&&delete w[i])};w[i]=e,h?(h(t,s),h.length<=1&&s()):s()},clone:e=>resolveTransitionHooks(e,t,o,n)};return C}function emptyPlaceholder(e){if(isKeepAlive(e))return(e=cloneVNode(e)).children=null,e}function getKeepAliveChild(e){return isKeepAlive(e)?e.children?e.children[0]:void 0:e}function setTransitionHooks(e,t){6&e.shapeFlag&&e.component?setTransitionHooks(e.component.subTree,t):128&e.shapeFlag?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function getTransitionRawChildren(e,t=!1){let o=[],n=0;for(let i=0;i<e.length;i++){const r=e[i];r.type===Fragment?(128&r.patchFlag&&n++,o=o.concat(getTransitionRawChildren(r.children,t))):(t||r.type!==Comment)&&o.push(r)}if(n>1)for(let e=0;e<o.length;e++)o[e].patchFlag=-2;return o}function defineComponent(e){return isFunction(e)?{setup:e,name:e.name}:e}const isAsyncWrapper=e=>!!e.type.__asyncLoader,isKeepAlive=e=>e.type.__isKeepAlive,KeepAliveImpl={name:"KeepAlive",__isKeepAlive:!0,props:{include:[String,RegExp,Array],exclude:[String,RegExp,Array],max:[String,Number]},setup(e,{slots:t}){const o=getCurrentInstance(),n=o.ctx;if(!n.renderer)return t.default;const i=new Map,r=new Set;let s=null;o.__v_cache=i;const a=o.suspense,{renderer:{p:l,m:c,um:d,o:{createElement:u}}}=n,h=u("div");function p(e){resetShapeFlag(e),d(e,o,a,!0)}function f(e){i.forEach(((t,o)=>{const n=getComponentName(t.type);!n||e&&e(n)||m(o)}))}function m(e){const t=i.get(e);s&&t.type===s.type?s&&resetShapeFlag(s):p(t),i.delete(e),r.delete(e)}n.activate=(e,t,o,n,i)=>{const r=e.component;c(e,t,o,0,a),l(r.vnode,e,t,o,r,a,n,e.slotScopeIds,i),queuePostRenderEffect((()=>{r.isDeactivated=!1,r.a&&invokeArrayFns(r.a);const t=e.props&&e.props.onVnodeMounted;t&&invokeVNodeHook(t,r.parent,e)}),a),devtoolsComponentAdded(r)},n.deactivate=e=>{const t=e.component;c(e,h,null,1,a),queuePostRenderEffect((()=>{t.da&&invokeArrayFns(t.da);const o=e.props&&e.props.onVnodeUnmounted;o&&invokeVNodeHook(o,t.parent,e),t.isDeactivated=!0}),a),devtoolsComponentAdded(t)},watch((()=>[e.include,e.exclude]),(([e,t])=>{e&&f((t=>matches(e,t))),t&&f((e=>!matches(t,e)))}),{flush:"post",deep:!0});let g=null;const v=()=>{null!=g&&i.set(g,getInnerChild(o.subTree))};return onMounted(v),onUpdated(v),onBeforeUnmount((()=>{i.forEach((e=>{const{subTree:t,suspense:n}=o,i=getInnerChild(t);if(e.type!==i.type)p(e);else{resetShapeFlag(i);const e=i.component.da;e&&queuePostRenderEffect(e,n)}}))})),()=>{if(g=null,!t.default)return null;const o=t.default(),n=o[0];if(o.length>1)return s=null,o;if(!(isVNode(n)&&(4&n.shapeFlag||128&n.shapeFlag)))return s=null,n;let a=getInnerChild(n);const l=a.type,c=getComponentName(isAsyncWrapper(a)?a.type.__asyncResolved||{}:l),{include:d,exclude:u,max:h}=e;if(d&&(!c||!matches(d,c))||u&&c&&matches(u,c))return s=a,n;const p=null==a.key?l:a.key,f=i.get(p);return a.el&&(a=cloneVNode(a),128&n.shapeFlag&&(n.ssContent=a)),g=p,f?(a.el=f.el,a.component=f.component,a.transition&&setTransitionHooks(a,a.transition),a.shapeFlag|=512,r.delete(p),r.add(p)):(r.add(p),h&&r.size>parseInt(h,10)&&m(r.values().next().value)),a.shapeFlag|=256,s=a,n}}},KeepAlive=KeepAliveImpl;function matches(e,t){return isArray(e)?e.some((e=>matches(e,t))):isString(e)?e.split(",").includes(t):!!e.test&&e.test(t)}function onActivated(e,t){registerKeepAliveHook(e,"a",t)}function onDeactivated(e,t){registerKeepAliveHook(e,"da",t)}function registerKeepAliveHook(e,t,o=currentInstance){const n=e.__wdc||(e.__wdc=()=>{let t=o;for(;t;){if(t.isDeactivated)return;t=t.parent}return e()});if(injectHook(t,n,o),o){let e=o.parent;for(;e&&e.parent;)isKeepAlive(e.parent.vnode)&&injectToKeepAliveRoot(n,t,o,e),e=e.parent}}function injectToKeepAliveRoot(e,t,o,n){const i=injectHook(t,e,n,!0);onUnmounted((()=>{remove(n[t],i)}),o)}function resetShapeFlag(e){let t=e.shapeFlag;256&t&&(t-=256),512&t&&(t-=512),e.shapeFlag=t}function getInnerChild(e){return 128&e.shapeFlag?e.ssContent:e}function injectHook(e,t,o=currentInstance,n=!1){if(o){const i=o[e]||(o[e]=[]),r=t.__weh||(t.__weh=(...n)=>{if(o.isUnmounted)return;pauseTracking(),setCurrentInstance(o);const i=callWithAsyncErrorHandling(t,o,e,n);return unsetCurrentInstance(),resetTracking(),i});return n?i.unshift(r):i.push(r),r}}const createHook=e=>(t,o=currentInstance)=>(!isInSSRComponentSetup||"sp"===e)&&injectHook(e,t,o),onBeforeMount=createHook("bm"),onMounted=createHook("m"),onBeforeUpdate=createHook("bu"),onUpdated=createHook("u"),onBeforeUnmount=createHook("bum"),onUnmounted=createHook("um"),onServerPrefetch=createHook("sp"),onRenderTriggered=createHook("rtg"),onRenderTracked=createHook("rtc");function onErrorCaptured(e,t=currentInstance){injectHook("ec",e,t)}let shouldCacheAccess=!0;function applyOptions(e){const t=resolveMergedOptions(e),o=e.proxy,n=e.ctx;shouldCacheAccess=!1,t.beforeCreate&&callHook$1(t.beforeCreate,e,"bc");const{data:i,computed:r,methods:s,watch:a,provide:l,inject:c,created:d,beforeMount:u,mounted:h,beforeUpdate:p,updated:f,activated:m,deactivated:g,beforeDestroy:v,beforeUnmount:k,destroyed:y,unmounted:w,render:A,renderTracked:C,renderTriggered:b,errorCaptured:_,serverPrefetch:x,expose:S,inheritAttrs:B,components:L,directives:T,filters:E}=t;if(c&&resolveInjections(c,n,null,e.appContext.config.unwrapInjectedRef),s)for(const e in s){const t=s[e];isFunction(t)&&(n[e]=t.bind(o))}if(i){const t=i.call(o,o);isObject$1(t)&&(e.data=reactive(t))}if(shouldCacheAccess=!0,r)for(const e in r){const t=r[e],i=isFunction(t)?t.bind(o,o):isFunction(t.get)?t.get.bind(o,o):NOOP,s=!isFunction(t)&&isFunction(t.set)?t.set.bind(o):NOOP,a=computed({get:i,set:s});Object.defineProperty(n,e,{enumerable:!0,configurable:!0,get:()=>a.value,set:e=>a.value=e})}if(a)for(const e in a)createWatcher(a[e],n,o,e);if(l){const e=isFunction(l)?l.call(o):l;Reflect.ownKeys(e).forEach((t=>{provide(t,e[t])}))}function N(e,t){isArray(t)?t.forEach((t=>e(t.bind(o)))):t&&e(t.bind(o))}if(d&&callHook$1(d,e,"c"),N(onBeforeMount,u),N(onMounted,h),N(onBeforeUpdate,p),N(onUpdated,f),N(onActivated,m),N(onDeactivated,g),N(onErrorCaptured,_),N(onRenderTracked,C),N(onRenderTriggered,b),N(onBeforeUnmount,k),N(onUnmounted,w),N(onServerPrefetch,x),isArray(S))if(S.length){const t=e.exposed||(e.exposed={});S.forEach((e=>{Object.defineProperty(t,e,{get:()=>o[e],set:t=>o[e]=t})}))}else e.exposed||(e.exposed={});A&&e.render===NOOP&&(e.render=A),null!=B&&(e.inheritAttrs=B),L&&(e.components=L),T&&(e.directives=T)}function resolveInjections(e,t,o=NOOP,n=!1){isArray(e)&&(e=normalizeInject(e));for(const o in e){const i=e[o];let r;r=isObject$1(i)?"default"in i?inject(i.from||o,i.default,!0):inject(i.from||o):inject(i),isRef(r)&&n?Object.defineProperty(t,o,{enumerable:!0,configurable:!0,get:()=>r.value,set:e=>r.value=e}):t[o]=r}}function callHook$1(e,t,o){callWithAsyncErrorHandling(isArray(e)?e.map((e=>e.bind(t.proxy))):e.bind(t.proxy),t,o)}function createWatcher(e,t,o,n){const i=n.includes(".")?createPathGetter(o,n):()=>o[n];if(isString(e)){const o=t[e];isFunction(o)&&watch(i,o)}else if(isFunction(e))watch(i,e.bind(o));else if(isObject$1(e))if(isArray(e))e.forEach((e=>createWatcher(e,t,o,n)));else{const n=isFunction(e.handler)?e.handler.bind(o):t[e.handler];isFunction(n)&&watch(i,n,e)}}function resolveMergedOptions(e){const t=e.type,{mixins:o,extends:n}=t,{mixins:i,optionsCache:r,config:{optionMergeStrategies:s}}=e.appContext,a=r.get(t);let l;return a?l=a:i.length||o||n?(l={},i.length&&i.forEach((e=>mergeOptions(l,e,s,!0))),mergeOptions(l,t,s)):l=t,r.set(t,l),l}function mergeOptions(e,t,o,n=!1){const{mixins:i,extends:r}=t;r&&mergeOptions(e,r,o,!0),i&&i.forEach((t=>mergeOptions(e,t,o,!0)));for(const i in t)if(n&&"expose"===i);else{const n=internalOptionMergeStrats[i]||o&&o[i];e[i]=n?n(e[i],t[i]):t[i]}return e}const internalOptionMergeStrats={data:mergeDataFn,props:mergeObjectOptions,emits:mergeObjectOptions,methods:mergeObjectOptions,computed:mergeObjectOptions,beforeCreate:mergeAsArray,created:mergeAsArray,beforeMount:mergeAsArray,mounted:mergeAsArray,beforeUpdate:mergeAsArray,updated:mergeAsArray,beforeDestroy:mergeAsArray,beforeUnmount:mergeAsArray,destroyed:mergeAsArray,unmounted:mergeAsArray,activated:mergeAsArray,deactivated:mergeAsArray,errorCaptured:mergeAsArray,serverPrefetch:mergeAsArray,components:mergeObjectOptions,directives:mergeObjectOptions,watch:mergeWatchOptions,provide:mergeDataFn,inject:mergeInject};function mergeDataFn(e,t){return t?e?function(){return extend(isFunction(e)?e.call(this,this):e,isFunction(t)?t.call(this,this):t)}:t:e}function mergeInject(e,t){return mergeObjectOptions(normalizeInject(e),normalizeInject(t))}function normalizeInject(e){if(isArray(e)){const t={};for(let o=0;o<e.length;o++)t[e[o]]=e[o];return t}return e}function mergeAsArray(e,t){return e?[...new Set([].concat(e,t))]:t}function mergeObjectOptions(e,t){return e?extend(extend(Object.create(null),e),t):t}function mergeWatchOptions(e,t){if(!e)return t;if(!t)return e;const o=extend(Object.create(null),e);for(const n in t)o[n]=mergeAsArray(e[n],t[n]);return o}function initProps(e,t,o,n=!1){const i={},r={};def(r,InternalObjectKey,1),e.propsDefaults=Object.create(null),setFullProps(e,t,i,r);for(const t in e.propsOptions[0])t in i||(i[t]=void 0);o?e.props=n?i:shallowReactive(i):e.type.props?e.props=i:e.props=r,e.attrs=r}function updateProps(e,t,o,n){const{props:i,attrs:r,vnode:{patchFlag:s}}=e,a=toRaw(i),[l]=e.propsOptions;let c=!1;if(!(n||s>0)||16&s){let n;setFullProps(e,t,i,r)&&(c=!0);for(const r in a)t&&(hasOwn(t,r)||(n=hyphenate(r))!==r&&hasOwn(t,n))||(l?!o||void 0===o[r]&&void 0===o[n]||(i[r]=resolvePropValue(l,a,r,void 0,e,!0)):delete i[r]);if(r!==a)for(const e in r)t&&hasOwn(t,e)||(delete r[e],c=!0)}else if(8&s){const o=e.vnode.dynamicProps;for(let n=0;n<o.length;n++){let s=o[n];const d=t[s];if(l)if(hasOwn(r,s))d!==r[s]&&(r[s]=d,c=!0);else{const t=camelize(s);i[t]=resolvePropValue(l,a,t,d,e,!1)}else d!==r[s]&&(r[s]=d,c=!0)}}c&&trigger$1(e,"set","$attrs")}function setFullProps(e,t,o,n){const[i,r]=e.propsOptions;let s,a=!1;if(t)for(let l in t){if(isReservedProp(l))continue;const c=t[l];let d;i&&hasOwn(i,d=camelize(l))?r&&r.includes(d)?(s||(s={}))[d]=c:o[d]=c:isEmitListener(e.emitsOptions,l)||l in n&&c===n[l]||(n[l]=c,a=!0)}if(r){const t=toRaw(o),n=s||EMPTY_OBJ;for(let s=0;s<r.length;s++){const a=r[s];o[a]=resolvePropValue(i,t,a,n[a],e,!hasOwn(n,a))}}return a}function resolvePropValue(e,t,o,n,i,r){const s=e[o];if(null!=s){const e=hasOwn(s,"default");if(e&&void 0===n){const e=s.default;if(s.type!==Function&&isFunction(e)){const{propsDefaults:r}=i;o in r?n=r[o]:(setCurrentInstance(i),n=r[o]=e.call(null,t),unsetCurrentInstance())}else n=e}s[0]&&(r&&!e?n=!1:!s[1]||""!==n&&n!==hyphenate(o)||(n=!0))}return n}function normalizePropsOptions(e,t,o=!1){const n=t.propsCache,i=n.get(e);if(i)return i;const r=e.props,s={},a=[];let l=!1;if(!isFunction(e)){const n=e=>{l=!0;const[o,n]=normalizePropsOptions(e,t,!0);extend(s,o),n&&a.push(...n)};!o&&t.mixins.length&&t.mixins.forEach(n),e.extends&&n(e.extends),e.mixins&&e.mixins.forEach(n)}if(!r&&!l)return n.set(e,EMPTY_ARR),EMPTY_ARR;if(isArray(r))for(let e=0;e<r.length;e++){const t=camelize(r[e]);validatePropName(t)&&(s[t]=EMPTY_OBJ)}else if(r)for(const e in r){const t=camelize(e);if(validatePropName(t)){const o=r[e],n=s[t]=isArray(o)||isFunction(o)?{type:o}:o;if(n){const e=getTypeIndex(Boolean,n.type),o=getTypeIndex(String,n.type);n[0]=e>-1,n[1]=o<0||e<o,(e>-1||hasOwn(n,"default"))&&a.push(t)}}}const c=[s,a];return n.set(e,c),c}function validatePropName(e){return"$"!==e[0]}function getType$1(e){const t=e&&e.toString().match(/^\s*function (\w+)/);return t?t[1]:null===e?"null":""}function isSameType(e,t){return getType$1(e)===getType$1(t)}function getTypeIndex(e,t){return isArray(t)?t.findIndex((t=>isSameType(t,e))):isFunction(t)&&isSameType(t,e)?0:-1}const isInternalKey=e=>"_"===e[0]||"$stable"===e,normalizeSlotValue=e=>isArray(e)?e.map(normalizeVNode):[normalizeVNode(e)],normalizeSlot=(e,t,o)=>{const n=withCtx(((...e)=>normalizeSlotValue(t(...e))),o);return n._c=!1,n},normalizeObjectSlots=(e,t,o)=>{const n=e._ctx;for(const o in e){if(isInternalKey(o))continue;const i=e[o];if(isFunction(i))t[o]=normalizeSlot(o,i,n);else if(null!=i){const e=normalizeSlotValue(i);t[o]=()=>e}}},normalizeVNodeSlots=(e,t)=>{const o=normalizeSlotValue(t);e.slots.default=()=>o},initSlots=(e,t)=>{if(32&e.vnode.shapeFlag){const o=t._;o?(e.slots=toRaw(t),def(t,"_",o)):normalizeObjectSlots(t,e.slots={})}else e.slots={},t&&normalizeVNodeSlots(e,t);def(e.slots,InternalObjectKey,1)},updateSlots=(e,t,o)=>{const{vnode:n,slots:i}=e;let r=!0,s=EMPTY_OBJ;if(32&n.shapeFlag){const e=t._;e?o&&1===e?r=!1:(extend(i,t),o||1!==e||delete i._):(r=!t.$stable,normalizeObjectSlots(t,i)),s=t}else t&&(normalizeVNodeSlots(e,t),s={default:1});if(r)for(const e in i)isInternalKey(e)||e in s||delete i[e]};function withDirectives(e,t){if(null===currentRenderingInstance)return e;const o=currentRenderingInstance.proxy,n=e.dirs||(e.dirs=[]);for(let e=0;e<t.length;e++){let[i,r,s,a=EMPTY_OBJ]=t[e];isFunction(i)&&(i={mounted:i,updated:i}),i.deep&&traverse(r),n.push({dir:i,instance:o,value:r,oldValue:void 0,arg:s,modifiers:a})}return e}function invokeDirectiveHook(e,t,o,n){const i=e.dirs,r=t&&t.dirs;for(let s=0;s<i.length;s++){const a=i[s];r&&(a.oldValue=r[s].value);let l=a.dir[n];l&&(pauseTracking(),callWithAsyncErrorHandling(l,o,8,[e.el,a,e,t]),resetTracking())}}function createAppContext(){return{app:null,config:{isNativeTag:NO,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let uid=0;function createAppAPI(e,t){return function(o,n=null){null==n||isObject$1(n)||(n=null);const i=createAppContext(),r=new Set;let s=!1;const a=i.app={_uid:uid++,_component:o,_props:n,_container:null,_context:i,_instance:null,version:version,get config(){return i.config},set config(e){},use:(e,...t)=>(r.has(e)||(e&&isFunction(e.install)?(r.add(e),e.install(a,...t)):isFunction(e)&&(r.add(e),e(a,...t))),a),mixin:e=>(i.mixins.includes(e)||i.mixins.push(e),a),component:(e,t)=>t?(i.components[e]=t,a):i.components[e],directive:(e,t)=>t?(i.directives[e]=t,a):i.directives[e],mount(r,l,c){if(!s){const d=createVNode(o,n);return d.appContext=i,l&&t?t(d,r):e(d,r,c),s=!0,a._container=r,r.__vue_app__=a,a._instance=d.component,devtoolsInitApp(a,version),getExposeProxy(d.component)||d.component.proxy}},unmount(){s&&(e(null,a._container),a._instance=null,devtoolsUnmountApp(a),delete a._container.__vue_app__)},provide:(e,t)=>(i.provides[e]=t,a)};return a}}function setRef(e,t,o,n,i=!1){if(isArray(e))return void e.forEach(((e,r)=>setRef(e,t&&(isArray(t)?t[r]:t),o,n,i)));if(isAsyncWrapper(n)&&!i)return;const r=4&n.shapeFlag?getExposeProxy(n.component)||n.component.proxy:n.el,s=i?null:r,{i:a,r:l}=e,c=t&&t.r,d=a.refs===EMPTY_OBJ?a.refs={}:a.refs,u=a.setupState;if(null!=c&&c!==l&&(isString(c)?(d[c]=null,hasOwn(u,c)&&(u[c]=null)):isRef(c)&&(c.value=null)),isFunction(l))callWithErrorHandling(l,a,12,[s,d]);else{const t=isString(l),n=isRef(l);if(t||n){const n=()=>{if(e.f){const o=t?d[l]:l.value;i?isArray(o)&&remove(o,r):isArray(o)?o.includes(r)||o.push(r):t?d[l]=[r]:(l.value=[r],e.k&&(d[e.k]=l.value))}else t?(d[l]=s,hasOwn(u,l)&&(u[l]=s)):isRef(l)&&(l.value=s,e.k&&(d[e.k]=s))};s?(n.id=-1,queuePostRenderEffect(n,o)):n()}}}const queuePostRenderEffect=queueEffectWithSuspense;function createRenderer(e){return baseCreateRenderer(e)}function baseCreateRenderer(e,t){const o=getGlobalThis();o.__VUE__=!0,setDevtoolsHook(o.__VUE_DEVTOOLS_GLOBAL_HOOK__,o);const{insert:n,remove:i,patchProp:r,createElement:s,createText:a,createComment:l,setText:c,setElementText:d,parentNode:u,nextSibling:h,setScopeId:p=NOOP,cloneNode:f,insertStaticContent:m}=e,g=(e,t,o,n=null,i=null,r=null,s=!1,a=null,l=!!t.dynamicChildren)=>{if(e===t)return;e&&!isSameVNodeType(e,t)&&(n=z(e),R(e,i,r,!0),e=null),-2===t.patchFlag&&(l=!1,t.dynamicChildren=null);const{type:c,ref:d,shapeFlag:u}=t;switch(c){case Text:v(e,t,o,n);break;case Comment:k(e,t,o,n);break;case Static:null==e&&y(t,o,n,s);break;case Fragment:B(e,t,o,n,i,r,s,a,l);break;default:1&u?w(e,t,o,n,i,r,s,a,l):6&u?L(e,t,o,n,i,r,s,a,l):(64&u||128&u)&&c.process(e,t,o,n,i,r,s,a,l,U)}null!=d&&i&&setRef(d,e&&e.ref,r,t||e,!t)},v=(e,t,o,i)=>{if(null==e)n(t.el=a(t.children),o,i);else{const o=t.el=e.el;t.children!==e.children&&c(o,t.children)}},k=(e,t,o,i)=>{null==e?n(t.el=l(t.children||""),o,i):t.el=e.el},y=(e,t,o,n)=>{[e.el,e.anchor]=m(e.children,t,o,n,e.el,e.anchor)},w=(e,t,o,n,i,r,s,a,l)=>{s=s||"svg"===t.type,null==e?A(t,o,n,i,r,s,a,l):_(e,t,i,r,s,a,l)},A=(e,t,o,i,a,l,c,u)=>{let h,p;const{type:m,props:g,shapeFlag:v,transition:k,patchFlag:y,dirs:w}=e;if(e.el&&void 0!==f&&-1===y)h=e.el=f(e.el);else{if(h=e.el=s(e.type,l,g&&g.is,g),8&v?d(h,e.children):16&v&&b(e.children,h,null,i,a,l&&"foreignObject"!==m,c,u),w&&invokeDirectiveHook(e,null,i,"created"),g){for(const t in g)"value"===t||isReservedProp(t)||r(h,t,null,g[t],l,e.children,i,a,F);"value"in g&&r(h,"value",null,g.value),(p=g.onVnodeBeforeMount)&&invokeVNodeHook(p,i,e)}C(h,e,e.scopeId,c,i)}Object.defineProperty(h,"__vnode",{value:e,enumerable:!1}),Object.defineProperty(h,"__vueParentComponent",{value:i,enumerable:!1}),w&&invokeDirectiveHook(e,null,i,"beforeMount");const A=(!a||a&&!a.pendingBranch)&&k&&!k.persisted;A&&k.beforeEnter(h),n(h,t,o),((p=g&&g.onVnodeMounted)||A||w)&&queuePostRenderEffect((()=>{p&&invokeVNodeHook(p,i,e),A&&k.enter(h),w&&invokeDirectiveHook(e,null,i,"mounted")}),a)},C=(e,t,o,n,i)=>{if(o&&p(e,o),n)for(let t=0;t<n.length;t++)p(e,n[t]);if(i){if(t===i.subTree){const t=i.vnode;C(e,t,t.scopeId,t.slotScopeIds,i.parent)}}},b=(e,t,o,n,i,r,s,a,l=0)=>{for(let c=l;c<e.length;c++){const l=e[c]=a?cloneIfMounted(e[c]):normalizeVNode(e[c]);g(null,l,t,o,n,i,r,s,a)}},_=(e,t,o,n,i,s,a)=>{const l=t.el=e.el;let{patchFlag:c,dynamicChildren:u,dirs:h}=t;c|=16&e.patchFlag;const p=e.props||EMPTY_OBJ,f=t.props||EMPTY_OBJ;let m;o&&toggleRecurse(o,!1),(m=f.onVnodeBeforeUpdate)&&invokeVNodeHook(m,o,t,e),h&&invokeDirectiveHook(t,e,o,"beforeUpdate"),o&&toggleRecurse(o,!0);const g=i&&"foreignObject"!==t.type;if(u?x(e.dynamicChildren,u,l,o,n,g,s):a||I(e,t,l,null,o,n,g,s,!1),c>0){if(16&c)S(l,t,p,f,o,n,i);else if(2&c&&p.class!==f.class&&r(l,"class",null,f.class,i),4&c&&r(l,"style",p.style,f.style,i),8&c){const s=t.dynamicProps;for(let t=0;t<s.length;t++){const a=s[t],c=p[a],d=f[a];d===c&&"value"!==a||r(l,a,c,d,i,e.children,o,n,F)}}1&c&&e.children!==t.children&&d(l,t.children)}else a||null!=u||S(l,t,p,f,o,n,i);((m=f.onVnodeUpdated)||h)&&queuePostRenderEffect((()=>{m&&invokeVNodeHook(m,o,t,e),h&&invokeDirectiveHook(t,e,o,"updated")}),n)},x=(e,t,o,n,i,r,s)=>{for(let a=0;a<t.length;a++){const l=e[a],c=t[a],d=l.el&&(l.type===Fragment||!isSameVNodeType(l,c)||70&l.shapeFlag)?u(l.el):o;g(l,c,d,null,n,i,r,s,!0)}},S=(e,t,o,n,i,s,a)=>{if(o!==n){for(const l in n){if(isReservedProp(l))continue;const c=n[l],d=o[l];c!==d&&"value"!==l&&r(e,l,d,c,a,t.children,i,s,F)}if(o!==EMPTY_OBJ)for(const l in o)isReservedProp(l)||l in n||r(e,l,o[l],null,a,t.children,i,s,F);"value"in n&&r(e,"value",o.value,n.value)}},B=(e,t,o,i,r,s,l,c,d)=>{const u=t.el=e?e.el:a(""),h=t.anchor=e?e.anchor:a("");let{patchFlag:p,dynamicChildren:f,slotScopeIds:m}=t;m&&(c=c?c.concat(m):m),null==e?(n(u,o,i),n(h,o,i),b(t.children,o,h,r,s,l,c,d)):p>0&&64&p&&f&&e.dynamicChildren?(x(e.dynamicChildren,f,o,r,s,l,c),(null!=t.key||r&&t===r.subTree)&&traverseStaticChildren(e,t,!0)):I(e,t,o,h,r,s,l,c,d)},L=(e,t,o,n,i,r,s,a,l)=>{t.slotScopeIds=a,null==e?512&t.shapeFlag?i.ctx.activate(t,o,n,s,l):T(t,o,n,i,r,s,l):E(e,t,l)},T=(e,t,o,n,i,r,s)=>{const a=e.component=createComponentInstance(e,n,i);if(isKeepAlive(e)&&(a.ctx.renderer=U),setupComponent(a),a.asyncDep){if(i&&i.registerDep(a,N),!e.el){const e=a.subTree=createVNode(Comment);k(null,e,t,o)}}else N(a,e,t,o,i,r,s)},E=(e,t,o)=>{const n=t.component=e.component;if(shouldUpdateComponent(e,t,o)){if(n.asyncDep&&!n.asyncResolved)return void M(n,t,o);n.next=t,invalidateJob(n.update),n.update()}else t.component=e.component,t.el=e.el,n.vnode=t},N=(e,t,o,n,i,r,s)=>{const a=e.effect=new ReactiveEffect((()=>{if(e.isMounted){let t,{next:o,bu:n,u:a,parent:l,vnode:c}=e,d=o;toggleRecurse(e,!1),o?(o.el=c.el,M(e,o,s)):o=c,n&&invokeArrayFns(n),(t=o.props&&o.props.onVnodeBeforeUpdate)&&invokeVNodeHook(t,l,o,c),toggleRecurse(e,!0);const h=renderComponentRoot(e),p=e.subTree;e.subTree=h,g(p,h,u(p.el),z(p),e,i,r),o.el=h.el,null===d&&updateHOCHostEl(e,h.el),a&&queuePostRenderEffect(a,i),(t=o.props&&o.props.onVnodeUpdated)&&queuePostRenderEffect((()=>invokeVNodeHook(t,l,o,c)),i),devtoolsComponentUpdated(e)}else{let s;const{el:a,props:l}=t,{bm:c,m:d,parent:u}=e,h=isAsyncWrapper(t);if(toggleRecurse(e,!1),c&&invokeArrayFns(c),!h&&(s=l&&l.onVnodeBeforeMount)&&invokeVNodeHook(s,u,t),toggleRecurse(e,!0),a&&W){const o=()=>{e.subTree=renderComponentRoot(e),W(a,e.subTree,e,i,null)};h?t.type.__asyncLoader().then((()=>!e.isUnmounted&&o())):o()}else{const s=e.subTree=renderComponentRoot(e);g(null,s,o,n,e,i,r),t.el=s.el}if(d&&queuePostRenderEffect(d,i),!h&&(s=l&&l.onVnodeMounted)){const e=t;queuePostRenderEffect((()=>invokeVNodeHook(s,u,e)),i)}256&t.shapeFlag&&e.a&&queuePostRenderEffect(e.a,i),e.isMounted=!0,devtoolsComponentAdded(e),t=o=n=null}}),(()=>queueJob(e.update)),e.scope),l=e.update=a.run.bind(a);l.id=e.uid,toggleRecurse(e,!0),l()},M=(e,t,o)=>{t.component=e;const n=e.vnode.props;e.vnode=t,e.next=null,updateProps(e,t.props,n,o),updateSlots(e,t.children,o),pauseTracking(),flushPreFlushCbs(void 0,e.update),resetTracking()},I=(e,t,o,n,i,r,s,a,l=!1)=>{const c=e&&e.children,u=e?e.shapeFlag:0,h=t.children,{patchFlag:p,shapeFlag:f}=t;if(p>0){if(128&p)return void O(c,h,o,n,i,r,s,a,l);if(256&p)return void P(c,h,o,n,i,r,s,a,l)}8&f?(16&u&&F(c,i,r),h!==c&&d(o,h)):16&u?16&f?O(c,h,o,n,i,r,s,a,l):F(c,i,r,!0):(8&u&&d(o,""),16&f&&b(h,o,n,i,r,s,a,l))},P=(e,t,o,n,i,r,s,a,l)=>{t=t||EMPTY_ARR;const c=(e=e||EMPTY_ARR).length,d=t.length,u=Math.min(c,d);let h;for(h=0;h<u;h++){const n=t[h]=l?cloneIfMounted(t[h]):normalizeVNode(t[h]);g(e[h],n,o,null,i,r,s,a,l)}c>d?F(e,i,r,!0,!1,u):b(t,o,n,i,r,s,a,l,u)},O=(e,t,o,n,i,r,s,a,l)=>{let c=0;const d=t.length;let u=e.length-1,h=d-1;for(;c<=u&&c<=h;){const n=e[c],d=t[c]=l?cloneIfMounted(t[c]):normalizeVNode(t[c]);if(!isSameVNodeType(n,d))break;g(n,d,o,null,i,r,s,a,l),c++}for(;c<=u&&c<=h;){const n=e[u],c=t[h]=l?cloneIfMounted(t[h]):normalizeVNode(t[h]);if(!isSameVNodeType(n,c))break;g(n,c,o,null,i,r,s,a,l),u--,h--}if(c>u){if(c<=h){const e=h+1,u=e<d?t[e].el:n;for(;c<=h;)g(null,t[c]=l?cloneIfMounted(t[c]):normalizeVNode(t[c]),o,u,i,r,s,a,l),c++}}else if(c>h)for(;c<=u;)R(e[c],i,r,!0),c++;else{const p=c,f=c,m=new Map;for(c=f;c<=h;c++){const e=t[c]=l?cloneIfMounted(t[c]):normalizeVNode(t[c]);null!=e.key&&m.set(e.key,c)}let v,k=0;const y=h-f+1;let w=!1,A=0;const C=new Array(y);for(c=0;c<y;c++)C[c]=0;for(c=p;c<=u;c++){const n=e[c];if(k>=y){R(n,i,r,!0);continue}let d;if(null!=n.key)d=m.get(n.key);else for(v=f;v<=h;v++)if(0===C[v-f]&&isSameVNodeType(n,t[v])){d=v;break}void 0===d?R(n,i,r,!0):(C[d-f]=c+1,d>=A?A=d:w=!0,g(n,t[d],o,null,i,r,s,a,l),k++)}const b=w?getSequence(C):EMPTY_ARR;for(v=b.length-1,c=y-1;c>=0;c--){const e=f+c,u=t[e],h=e+1<d?t[e+1].el:n;0===C[c]?g(null,u,o,h,i,r,s,a,l):w&&(v<0||c!==b[v]?D(u,o,h,2):v--)}}},D=(e,t,o,i,r=null)=>{const{el:s,type:a,transition:l,children:c,shapeFlag:d}=e;if(6&d)return void D(e.component.subTree,t,o,i);if(128&d)return void e.suspense.move(t,o,i);if(64&d)return void a.move(e,t,o,U);if(a===Fragment){n(s,t,o);for(let e=0;e<c.length;e++)D(c[e],t,o,i);return void n(e.anchor,t,o)}if(a===Static)return void(({el:e,anchor:t},o,i)=>{let r;for(;e&&e!==t;)r=h(e),n(e,o,i),e=r;n(t,o,i)})(e,t,o);if(2!==i&&1&d&&l)if(0===i)l.beforeEnter(s),n(s,t,o),queuePostRenderEffect((()=>l.enter(s)),r);else{const{leave:e,delayLeave:i,afterLeave:r}=l,a=()=>n(s,t,o),c=()=>{e(s,(()=>{a(),r&&r()}))};i?i(s,a,c):c()}else n(s,t,o)},R=(e,t,o,n=!1,i=!1)=>{const{type:r,props:s,ref:a,children:l,dynamicChildren:c,shapeFlag:d,patchFlag:u,dirs:h}=e;if(null!=a&&setRef(a,null,o,e,!0),256&d)return void t.ctx.deactivate(e);const p=1&d&&h,f=!isAsyncWrapper(e);let m;if(f&&(m=s&&s.onVnodeBeforeUnmount)&&invokeVNodeHook(m,t,e),6&d)Y(e.component,o,n);else{if(128&d)return void e.suspense.unmount(o,n);p&&invokeDirectiveHook(e,null,t,"beforeUnmount"),64&d?e.type.remove(e,t,o,i,U,n):c&&(r!==Fragment||u>0&&64&u)?F(c,t,o,!1,!0):(r===Fragment&&384&u||!i&&16&d)&&F(l,t,o),n&&V(e)}(f&&(m=s&&s.onVnodeUnmounted)||p)&&queuePostRenderEffect((()=>{m&&invokeVNodeHook(m,t,e),p&&invokeDirectiveHook(e,null,t,"unmounted")}),o)},V=e=>{const{type:t,el:o,anchor:n,transition:r}=e;if(t===Fragment)return void H(o,n);if(t===Static)return void(({el:e,anchor:t})=>{let o;for(;e&&e!==t;)o=h(e),i(e),e=o;i(t)})(e);const s=()=>{i(o),r&&!r.persisted&&r.afterLeave&&r.afterLeave()};if(1&e.shapeFlag&&r&&!r.persisted){const{leave:t,delayLeave:n}=r,i=()=>t(o,s);n?n(e.el,s,i):i()}else s()},H=(e,t)=>{let o;for(;e!==t;)o=h(e),i(e),e=o;i(t)},Y=(e,t,o)=>{const{bum:n,scope:i,update:r,subTree:s,um:a}=e;n&&invokeArrayFns(n),i.stop(),r&&(r.active=!1,R(s,e,t,o)),a&&queuePostRenderEffect(a,t),queuePostRenderEffect((()=>{e.isUnmounted=!0}),t),t&&t.pendingBranch&&!t.isUnmounted&&e.asyncDep&&!e.asyncResolved&&e.suspenseId===t.pendingId&&(t.deps--,0===t.deps&&t.resolve()),devtoolsComponentRemoved(e)},F=(e,t,o,n=!1,i=!1,r=0)=>{for(let s=r;s<e.length;s++)R(e[s],t,o,n,i)},z=e=>6&e.shapeFlag?z(e.component.subTree):128&e.shapeFlag?e.suspense.next():h(e.anchor||e.el),j=(e,t,o)=>{null==e?t._vnode&&R(t._vnode,null,null,!0):g(t._vnode||null,e,t,null,null,null,o),flushPostFlushCbs(),t._vnode=e},U={p:g,um:R,m:D,r:V,mt:T,mc:b,pc:I,pbc:x,n:z,o:e};let q,W;return t&&([q,W]=t(U)),{render:j,hydrate:q,createApp:createAppAPI(j,q)}}function toggleRecurse({effect:e,update:t},o){e.allowRecurse=t.allowRecurse=o}function traverseStaticChildren(e,t,o=!1){const n=e.children,i=t.children;if(isArray(n)&&isArray(i))for(let e=0;e<n.length;e++){const t=n[e];let r=i[e];1&r.shapeFlag&&!r.dynamicChildren&&((r.patchFlag<=0||32===r.patchFlag)&&(r=i[e]=cloneIfMounted(i[e]),r.el=t.el),o||traverseStaticChildren(t,r))}}function getSequence(e){const t=e.slice(),o=[0];let n,i,r,s,a;const l=e.length;for(n=0;n<l;n++){const l=e[n];if(0!==l){if(i=o[o.length-1],e[i]<l){t[n]=i,o.push(n);continue}for(r=0,s=o.length-1;r<s;)a=r+s>>1,e[o[a]]<l?r=a+1:s=a;l<e[o[r]]&&(r>0&&(t[n]=o[r-1]),o[r]=n)}}for(r=o.length,s=o[r-1];r-- >0;)o[r]=s,s=t[s];return o}const isTeleport=e=>e.__isTeleport,COMPONENTS="components",DIRECTIVES="directives";function resolveComponent(e,t){return resolveAsset(COMPONENTS,e,!0,t)||e}const NULL_DYNAMIC_COMPONENT=Symbol();function resolveDynamicComponent(e){return isString(e)?resolveAsset(COMPONENTS,e,!1)||e:e||NULL_DYNAMIC_COMPONENT}function resolveDirective(e){return resolveAsset(DIRECTIVES,e)}function resolveAsset(e,t,o=!0,n=!1){const i=currentRenderingInstance||currentInstance;if(i){const o=i.type;if(e===COMPONENTS){const e=getComponentName(o);if(e&&(e===t||e===camelize(t)||e===capitalize(camelize(t))))return o}const r=resolve(i[e]||o[e],t)||resolve(i.appContext[e],t);return!r&&n?o:r}}function resolve(e,t){return e&&(e[t]||e[camelize(t)]||e[capitalize(camelize(t))])}const Fragment=Symbol(void 0),Text=Symbol(void 0),Comment=Symbol(void 0),Static=Symbol(void 0),blockStack=[];let currentBlock=null;function openBlock(e=!1){blockStack.push(currentBlock=e?null:[])}function closeBlock(){blockStack.pop(),currentBlock=blockStack[blockStack.length-1]||null}let isBlockTreeEnabled=1;function setBlockTracking(e){isBlockTreeEnabled+=e}function setupBlock(e){return e.dynamicChildren=isBlockTreeEnabled>0?currentBlock||EMPTY_ARR:null,closeBlock(),isBlockTreeEnabled>0&&currentBlock&&currentBlock.push(e),e}function createElementBlock(e,t,o,n,i,r){return setupBlock(createBaseVNode(e,t,o,n,i,r,!0))}function createBlock(e,t,o,n,i){return setupBlock(createVNode(e,t,o,n,i,!0))}function isVNode(e){return!!e&&!0===e.__v_isVNode}function isSameVNodeType(e,t){return e.type===t.type&&e.key===t.key}const InternalObjectKey="__vInternal",normalizeKey=({key:e})=>null!=e?e:null,normalizeRef=({ref:e,ref_key:t,ref_for:o})=>null!=e?isString(e)||isRef(e)||isFunction(e)?{i:currentRenderingInstance,r:e,k:t,f:!!o}:e:null;function createBaseVNode(e,t=null,o=null,n=0,i=null,r=(e===Fragment?0:1),s=!1,a=!1){const l={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&normalizeKey(t),ref:t&&normalizeRef(t),scopeId:currentScopeId,slotScopeIds:null,children:o,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:r,patchFlag:n,dynamicProps:i,dynamicChildren:null,appContext:null};return a?(normalizeChildren(l,o),128&r&&e.normalize(l)):o&&(l.shapeFlag|=isString(o)?8:16),isBlockTreeEnabled>0&&!s&&currentBlock&&(l.patchFlag>0||6&r)&&32!==l.patchFlag&&currentBlock.push(l),l}const createVNode=_createVNode;function _createVNode(e,t=null,o=null,n=0,i=null,r=!1){if(e&&e!==NULL_DYNAMIC_COMPONENT||(e=Comment),isVNode(e)){const n=cloneVNode(e,t,!0);return o&&normalizeChildren(n,o),n}if(isClassComponent(e)&&(e=e.__vccOpts),t){t=guardReactiveProps(t);let{class:e,style:o}=t;e&&!isString(e)&&(t.class=normalizeClass(e)),isObject$1(o)&&(isProxy(o)&&!isArray(o)&&(o=extend({},o)),t.style=normalizeStyle(o))}return createBaseVNode(e,t,o,n,i,isString(e)?1:isSuspense(e)?128:isTeleport(e)?64:isObject$1(e)?4:isFunction(e)?2:0,r,!0)}function guardReactiveProps(e){return e?isProxy(e)||InternalObjectKey in e?extend({},e):e:null}function cloneVNode(e,t,o=!1){const{props:n,ref:i,patchFlag:r,children:s}=e,a=t?mergeProps(n||{},t):n;return{__v_isVNode:!0,__v_skip:!0,type:e.type,props:a,key:a&&normalizeKey(a),ref:t&&t.ref?o&&i?isArray(i)?i.concat(normalizeRef(t)):[i,normalizeRef(t)]:normalizeRef(t):i,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:s,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Fragment?-1===r?16:16|r:r,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:e.transition,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&cloneVNode(e.ssContent),ssFallback:e.ssFallback&&cloneVNode(e.ssFallback),el:e.el,anchor:e.anchor}}function createTextVNode(e=" ",t=0){return createVNode(Text,null,e,t)}function createStaticVNode(e,t){const o=createVNode(Static,null,e);return o.staticCount=t,o}function createCommentVNode(e="",t=!1){return t?(openBlock(),createBlock(Comment,null,e)):createVNode(Comment,null,e)}function normalizeVNode(e){return null==e||"boolean"==typeof e?createVNode(Comment):isArray(e)?createVNode(Fragment,null,e.slice()):"object"==typeof e?cloneIfMounted(e):createVNode(Text,null,String(e))}function cloneIfMounted(e){return null===e.el||e.memo?e:cloneVNode(e)}function normalizeChildren(e,t){let o=0;const{shapeFlag:n}=e;if(null==t)t=null;else if(isArray(t))o=16;else if("object"==typeof t){if(65&n){const o=t.default;return void(o&&(o._c&&(o._d=!1),normalizeChildren(e,o()),o._c&&(o._d=!0)))}{o=32;const n=t._;n||InternalObjectKey in t?3===n&&currentRenderingInstance&&(1===currentRenderingInstance.slots._?t._=1:(t._=2,e.patchFlag|=1024)):t._ctx=currentRenderingInstance}}else isFunction(t)?(t={default:t,_ctx:currentRenderingInstance},o=32):(t=String(t),64&n?(o=16,t=[createTextVNode(t)]):o=8);e.children=t,e.shapeFlag|=o}function mergeProps(...e){const t={};for(let o=0;o<e.length;o++){const n=e[o];for(const e in n)if("class"===e)t.class!==n.class&&(t.class=normalizeClass([t.class,n.class]));else if("style"===e)t.style=normalizeStyle([t.style,n.style]);else if(isOn(e)){const o=t[e],i=n[e];!i||o===i||isArray(o)&&o.includes(i)||(t[e]=o?[].concat(o,i):i)}else""!==e&&(t[e]=n[e])}return t}function invokeVNodeHook(e,t,o,n=null){callWithAsyncErrorHandling(e,t,7,[o,n])}function renderList(e,t,o,n){let i;const r=o&&o[n];if(isArray(e)||isString(e)){i=new Array(e.length);for(let o=0,n=e.length;o<n;o++)i[o]=t(e[o],o,void 0,r&&r[o])}else if("number"==typeof e){i=new Array(e);for(let o=0;o<e;o++)i[o]=t(o+1,o,void 0,r&&r[o])}else if(isObject$1(e))if(e[Symbol.iterator])i=Array.from(e,((e,o)=>t(e,o,void 0,r&&r[o])));else{const o=Object.keys(e);i=new Array(o.length);for(let n=0,s=o.length;n<s;n++){const s=o[n];i[n]=t(e[s],s,n,r&&r[n])}}else i=[];return o&&(o[n]=i),i}function renderSlot(e,t,o={},n,i){if(currentRenderingInstance.isCE)return createVNode("slot","default"===t?null:{name:t},n&&n());let r=e[t];r&&r._c&&(r._d=!1),openBlock();const s=r&&ensureValidVNode(r(o)),a=createBlock(Fragment,{key:o.key||`_${t}`},s||(n?n():[]),s&&1===e._?64:-2);return!i&&a.scopeId&&(a.slotScopeIds=[a.scopeId+"-s"]),r&&r._c&&(r._d=!0),a}function ensureValidVNode(e){return e.some((e=>!isVNode(e)||e.type!==Comment&&!(e.type===Fragment&&!ensureValidVNode(e.children))))?e:null}const getPublicInstance=e=>e?isStatefulComponent(e)?getExposeProxy(e)||e.proxy:getPublicInstance(e.parent):null,publicPropertiesMap=extend(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>getPublicInstance(e.parent),$root:e=>getPublicInstance(e.root),$emit:e=>e.emit,$options:e=>resolveMergedOptions(e),$forceUpdate:e=>()=>queueJob(e.update),$nextTick:e=>nextTick.bind(e.proxy),$watch:e=>instanceWatch.bind(e)}),PublicInstanceProxyHandlers={get({_:e},t){const{ctx:o,setupState:n,data:i,props:r,accessCache:s,type:a,appContext:l}=e;let c;if("$"!==t[0]){const a=s[t];if(void 0!==a)switch(a){case 1:return n[t];case 2:return i[t];case 4:return o[t];case 3:return r[t]}else{if(n!==EMPTY_OBJ&&hasOwn(n,t))return s[t]=1,n[t];if(i!==EMPTY_OBJ&&hasOwn(i,t))return s[t]=2,i[t];if((c=e.propsOptions[0])&&hasOwn(c,t))return s[t]=3,r[t];if(o!==EMPTY_OBJ&&hasOwn(o,t))return s[t]=4,o[t];shouldCacheAccess&&(s[t]=0)}}const d=publicPropertiesMap[t];let u,h;return d?("$attrs"===t&&track(e,"get",t),d(e)):(u=a.__cssModules)&&(u=u[t])?u:o!==EMPTY_OBJ&&hasOwn(o,t)?(s[t]=4,o[t]):(h=l.config.globalProperties,hasOwn(h,t)?h[t]:void 0)},set({_:e},t,o){const{data:n,setupState:i,ctx:r}=e;return i!==EMPTY_OBJ&&hasOwn(i,t)?(i[t]=o,!0):n!==EMPTY_OBJ&&hasOwn(n,t)?(n[t]=o,!0):!hasOwn(e.props,t)&&(("$"!==t[0]||!(t.slice(1)in e))&&(r[t]=o,!0))},has({_:{data:e,setupState:t,accessCache:o,ctx:n,appContext:i,propsOptions:r}},s){let a;return!!o[s]||e!==EMPTY_OBJ&&hasOwn(e,s)||t!==EMPTY_OBJ&&hasOwn(t,s)||(a=r[0])&&hasOwn(a,s)||hasOwn(n,s)||hasOwn(publicPropertiesMap,s)||hasOwn(i.config.globalProperties,s)},defineProperty(e,t,o){return null!=o.get?this.set(e,t,o.get(),null):null!=o.value&&this.set(e,t,o.value,null),Reflect.defineProperty(e,t,o)}},emptyAppContext=createAppContext();let uid$1=0;function createComponentInstance(e,t,o){const n=e.type,i=(t?t.appContext:e.appContext)||emptyAppContext,r={uid:uid$1++,vnode:e,type:n,parent:t,appContext:i,root:null,next:null,subTree:null,effect:null,update:null,scope:new EffectScope(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(i.provides),accessCache:null,renderCache:[],components:null,directives:null,propsOptions:normalizePropsOptions(n,i),emitsOptions:normalizeEmitsOptions(n,i),emit:null,emitted:null,propsDefaults:EMPTY_OBJ,inheritAttrs:n.inheritAttrs,ctx:EMPTY_OBJ,data:EMPTY_OBJ,props:EMPTY_OBJ,attrs:EMPTY_OBJ,slots:EMPTY_OBJ,refs:EMPTY_OBJ,setupState:EMPTY_OBJ,setupContext:null,suspense:o,suspenseId:o?o.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return r.ctx={_:r},r.root=t?t.root:r,r.emit=emit$1.bind(null,r),e.ce&&e.ce(r),r}let currentInstance=null;const getCurrentInstance=()=>currentInstance||currentRenderingInstance,setCurrentInstance=e=>{currentInstance=e,e.scope.on()},unsetCurrentInstance=()=>{currentInstance&&currentInstance.scope.off(),currentInstance=null};function isStatefulComponent(e){return 4&e.vnode.shapeFlag}let isInSSRComponentSetup=!1,compile;function setupComponent(e,t=!1){isInSSRComponentSetup=t;const{props:o,children:n}=e.vnode,i=isStatefulComponent(e);initProps(e,o,i,t),initSlots(e,n);const r=i?setupStatefulComponent(e,t):void 0;return isInSSRComponentSetup=!1,r}function setupStatefulComponent(e,t){const o=e.type;e.accessCache=Object.create(null),e.proxy=markRaw(new Proxy(e.ctx,PublicInstanceProxyHandlers));const{setup:n}=o;if(n){const o=e.setupContext=n.length>1?createSetupContext(e):null;setCurrentInstance(e),pauseTracking();const i=callWithErrorHandling(n,e,0,[e.props,o]);if(resetTracking(),unsetCurrentInstance(),isPromise(i)){if(i.then(unsetCurrentInstance,unsetCurrentInstance),t)return i.then((o=>{handleSetupResult(e,o,t)})).catch((t=>{handleError(t,e,0)}));e.asyncDep=i}else handleSetupResult(e,i,t)}else finishComponentSetup(e,t)}function handleSetupResult(e,t,o){isFunction(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:isObject$1(t)&&(e.devtoolsRawSetupState=t,e.setupState=proxyRefs(t)),finishComponentSetup(e,o)}function finishComponentSetup(e,t,o){const n=e.type;if(!e.render){if(!t&&compile&&!n.render){const t=n.template;if(t){const{isCustomElement:o,compilerOptions:i}=e.appContext.config,{delimiters:r,compilerOptions:s}=n,a=extend(extend({isCustomElement:o,delimiters:r},i),s);n.render=compile(t,a)}}e.render=n.render||NOOP}setCurrentInstance(e),pauseTracking(),applyOptions(e),resetTracking(),unsetCurrentInstance()}function createAttrsProxy(e){return new Proxy(e.attrs,{get:(t,o)=>(track(e,"get","$attrs"),t[o])})}function createSetupContext(e){const t=t=>{e.exposed=t||{}};let o;return{get attrs(){return o||(o=createAttrsProxy(e))},slots:e.slots,emit:e.emit,expose:t}}function getExposeProxy(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(proxyRefs(markRaw(e.exposed)),{get:(t,o)=>o in t?t[o]:o in publicPropertiesMap?publicPropertiesMap[o](e):void 0}))}function getComponentName(e){return isFunction(e)&&e.displayName||e.name}function isClassComponent(e){return isFunction(e)&&"__vccOpts"in e}const computed=(e,t)=>computed$1(e,t,isInSSRComponentSetup);function h$1(e,t,o){const n=arguments.length;return 2===n?isObject$1(t)&&!isArray(t)?isVNode(t)?createVNode(e,null,[t]):createVNode(e,t):createVNode(e,null,t):(n>3?o=Array.prototype.slice.call(arguments,2):3===n&&isVNode(o)&&(o=[o]),createVNode(e,t,o))}const version="3.2.31",svgNS="http://www.w3.org/2000/svg",doc="undefined"!=typeof document?document:null,templateContainer=doc&&doc.createElement("template"),nodeOps={insert:(e,t,o)=>{t.insertBefore(e,o||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,o,n)=>{const i=t?doc.createElementNS(svgNS,e):doc.createElement(e,o?{is:o}:void 0);return"select"===e&&n&&null!=n.multiple&&i.setAttribute("multiple",n.multiple),i},createText:e=>doc.createTextNode(e),createComment:e=>doc.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>doc.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},cloneNode(e){const t=e.cloneNode(!0);return"_value"in e&&(t._value=e._value),t},insertStaticContent(e,t,o,n,i,r){const s=o?o.previousSibling:t.lastChild;if(i&&(i===r||i.nextSibling))for(;t.insertBefore(i.cloneNode(!0),o),i!==r&&(i=i.nextSibling););else{templateContainer.innerHTML=n?`<svg>${e}</svg>`:e;const i=templateContainer.content;if(n){const e=i.firstChild;for(;e.firstChild;)i.appendChild(e.firstChild);i.removeChild(e)}t.insertBefore(i,o)}return[s?s.nextSibling:t.firstChild,o?o.previousSibling:t.lastChild]}};function patchClass(e,t,o){const n=e._vtc;n&&(t=(t?[t,...n]:[...n]).join(" ")),null==t?e.removeAttribute("class"):o?e.setAttribute("class",t):e.className=t}function patchStyle(e,t,o){const n=e.style,i=isString(o);if(o&&!i){for(const e in o)setStyle(n,e,o[e]);if(t&&!isString(t))for(const e in t)null==o[e]&&setStyle(n,e,"")}else{const r=n.display;i?t!==o&&(n.cssText=o):t&&e.removeAttribute("style"),"_vod"in e&&(n.display=r)}}const importantRE=/\s*!important$/;function setStyle(e,t,o){if(isArray(o))o.forEach((o=>setStyle(e,t,o)));else if(t.startsWith("--"))e.setProperty(t,o);else{const n=autoPrefix(e,t);importantRE.test(o)?e.setProperty(hyphenate(n),o.replace(importantRE,""),"important"):e[n]=o}}const prefixes=["Webkit","Moz","ms"],prefixCache={};function autoPrefix(e,t){const o=prefixCache[t];if(o)return o;let n=camelize(t);if("filter"!==n&&n in e)return prefixCache[t]=n;n=capitalize(n);for(let o=0;o<prefixes.length;o++){const i=prefixes[o]+n;if(i in e)return prefixCache[t]=i}return t}const xlinkNS="http://www.w3.org/1999/xlink";function patchAttr(e,t,o,n,i){if(n&&t.startsWith("xlink:"))null==o?e.removeAttributeNS(xlinkNS,t.slice(6,t.length)):e.setAttributeNS(xlinkNS,t,o);else{const n=isSpecialBooleanAttr(t);null==o||n&&!includeBooleanAttr(o)?e.removeAttribute(t):e.setAttribute(t,n?"":o)}}function patchDOMProp(e,t,o,n,i,r,s){if("innerHTML"===t||"textContent"===t)return n&&s(n,i,r),void(e[t]=null==o?"":o);if("value"===t&&"PROGRESS"!==e.tagName&&!e.tagName.includes("-")){e._value=o;const n=null==o?"":o;return e.value===n&&"OPTION"!==e.tagName||(e.value=n),void(null==o&&e.removeAttribute(t))}if(""===o||null==o){const n=typeof e[t];if("boolean"===n)return void(e[t]=includeBooleanAttr(o));if(null==o&&"string"===n)return e[t]="",void e.removeAttribute(t);if("number"===n){try{e[t]=0}catch(e){}return void e.removeAttribute(t)}}try{e[t]=o}catch(e){}}let _getNow=Date.now,skipTimestampCheck=!1;if("undefined"!=typeof window){_getNow()>document.createEvent("Event").timeStamp&&(_getNow=()=>performance.now());const e=navigator.userAgent.match(/firefox\/(\d+)/i);skipTimestampCheck=!!(e&&Number(e[1])<=53)}let cachedNow=0;const p$1=Promise.resolve(),reset=()=>{cachedNow=0},getNow=()=>cachedNow||(p$1.then(reset),cachedNow=_getNow());function addEventListener$1(e,t,o,n){e.addEventListener(t,o,n)}function removeEventListener$1(e,t,o,n){e.removeEventListener(t,o,n)}function patchEvent(e,t,o,n,i=null){const r=e._vei||(e._vei={}),s=r[t];if(n&&s)s.value=n;else{const[o,a]=parseName(t);if(n){addEventListener$1(e,o,r[t]=createInvoker(n,i),a)}else s&&(removeEventListener$1(e,o,s,a),r[t]=void 0)}}const optionsModifierRE=/(?:Once|Passive|Capture)$/;function parseName(e){let t;if(optionsModifierRE.test(e)){let o;for(t={};o=e.match(optionsModifierRE);)e=e.slice(0,e.length-o[0].length),t[o[0].toLowerCase()]=!0}return[hyphenate(e.slice(2)),t]}function createInvoker(e,t){const o=e=>{const n=e.timeStamp||_getNow();(skipTimestampCheck||n>=o.attached-1)&&callWithAsyncErrorHandling(patchStopImmediatePropagation(e,o.value),t,5,[e])};return o.value=e,o.attached=getNow(),o}function patchStopImmediatePropagation(e,t){if(isArray(t)){const o=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{o.call(e),e._stopped=!0},t.map((e=>t=>!t._stopped&&e&&e(t)))}return t}const nativeOnRE=/^on[a-z]/,patchProp=(e,t,o,n,i=!1,r,s,a,l)=>{"class"===t?patchClass(e,n,i):"style"===t?patchStyle(e,o,n):isOn(t)?isModelListener(t)||patchEvent(e,t,o,n,s):("."===t[0]?(t=t.slice(1),1):"^"===t[0]?(t=t.slice(1),0):shouldSetAsProp(e,t,n,i))?patchDOMProp(e,t,n,r,s,a,l):("true-value"===t?e._trueValue=n:"false-value"===t&&(e._falseValue=n),patchAttr(e,t,n,i))};function shouldSetAsProp(e,t,o,n){return n?"innerHTML"===t||"textContent"===t||!!(t in e&&nativeOnRE.test(t)&&isFunction(o)):"spellcheck"!==t&&"draggable"!==t&&("form"!==t&&(("list"!==t||"INPUT"!==e.tagName)&&(("type"!==t||"TEXTAREA"!==e.tagName)&&((!nativeOnRE.test(t)||!isString(o))&&t in e))))}const TRANSITION="transition",ANIMATION="animation",Transition=(e,{slots:t})=>h$1(BaseTransition,resolveTransitionProps(e),t);Transition.displayName="Transition";const DOMTransitionPropsValidators={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String};Transition.props=extend({},BaseTransition.props,DOMTransitionPropsValidators);const callHook=(e,t=[])=>{isArray(e)?e.forEach((e=>e(...t))):e&&e(...t)},hasExplicitCallback=e=>!!e&&(isArray(e)?e.some((e=>e.length>1)):e.length>1);function resolveTransitionProps(e){const t={};for(const o in e)o in DOMTransitionPropsValidators||(t[o]=e[o]);if(!1===e.css)return t;const{name:o="v",type:n,duration:i,enterFromClass:r=`${o}-enter-from`,enterActiveClass:s=`${o}-enter-active`,enterToClass:a=`${o}-enter-to`,appearFromClass:l=r,appearActiveClass:c=s,appearToClass:d=a,leaveFromClass:u=`${o}-leave-from`,leaveActiveClass:h=`${o}-leave-active`,leaveToClass:p=`${o}-leave-to`}=e,f=normalizeDuration(i),m=f&&f[0],g=f&&f[1],{onBeforeEnter:v,onEnter:k,onEnterCancelled:y,onLeave:w,onLeaveCancelled:A,onBeforeAppear:C=v,onAppear:b=k,onAppearCancelled:_=y}=t,x=(e,t,o)=>{removeTransitionClass(e,t?d:a),removeTransitionClass(e,t?c:s),o&&o()},S=(e,t)=>{removeTransitionClass(e,p),removeTransitionClass(e,h),t&&t()},B=e=>(t,o)=>{const i=e?b:k,s=()=>x(t,e,o);callHook(i,[t,s]),nextFrame((()=>{removeTransitionClass(t,e?l:r),addTransitionClass(t,e?d:a),hasExplicitCallback(i)||whenTransitionEnds(t,n,m,s)}))};return extend(t,{onBeforeEnter(e){callHook(v,[e]),addTransitionClass(e,r),addTransitionClass(e,s)},onBeforeAppear(e){callHook(C,[e]),addTransitionClass(e,l),addTransitionClass(e,c)},onEnter:B(!1),onAppear:B(!0),onLeave(e,t){const o=()=>S(e,t);addTransitionClass(e,u),forceReflow(),addTransitionClass(e,h),nextFrame((()=>{removeTransitionClass(e,u),addTransitionClass(e,p),hasExplicitCallback(w)||whenTransitionEnds(e,n,g,o)})),callHook(w,[e,o])},onEnterCancelled(e){x(e,!1),callHook(y,[e])},onAppearCancelled(e){x(e,!0),callHook(_,[e])},onLeaveCancelled(e){S(e),callHook(A,[e])}})}function normalizeDuration(e){if(null==e)return null;if(isObject$1(e))return[NumberOf(e.enter),NumberOf(e.leave)];{const t=NumberOf(e);return[t,t]}}function NumberOf(e){return toNumber(e)}function addTransitionClass(e,t){t.split(/\s+/).forEach((t=>t&&e.classList.add(t))),(e._vtc||(e._vtc=new Set)).add(t)}function removeTransitionClass(e,t){t.split(/\s+/).forEach((t=>t&&e.classList.remove(t)));const{_vtc:o}=e;o&&(o.delete(t),o.size||(e._vtc=void 0))}function nextFrame(e){requestAnimationFrame((()=>{requestAnimationFrame(e)}))}let endId=0;function whenTransitionEnds(e,t,o,n){const i=e._endId=++endId,r=()=>{i===e._endId&&n()};if(o)return setTimeout(r,o);const{type:s,timeout:a,propCount:l}=getTransitionInfo(e,t);if(!s)return n();const c=s+"end";let d=0;const u=()=>{e.removeEventListener(c,h),r()},h=t=>{t.target===e&&++d>=l&&u()};setTimeout((()=>{d<l&&u()}),a+1),e.addEventListener(c,h)}function getTransitionInfo(e,t){const o=window.getComputedStyle(e),n=e=>(o[e]||"").split(", "),i=n(TRANSITION+"Delay"),r=n(TRANSITION+"Duration"),s=getTimeout(i,r),a=n(ANIMATION+"Delay"),l=n(ANIMATION+"Duration"),c=getTimeout(a,l);let d=null,u=0,h=0;t===TRANSITION?s>0&&(d=TRANSITION,u=s,h=r.length):t===ANIMATION?c>0&&(d=ANIMATION,u=c,h=l.length):(u=Math.max(s,c),d=u>0?s>c?TRANSITION:ANIMATION:null,h=d?d===TRANSITION?r.length:l.length:0);return{type:d,timeout:u,propCount:h,hasTransform:d===TRANSITION&&/\b(transform|all)(,|$)/.test(o[TRANSITION+"Property"])}}function getTimeout(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map(((t,o)=>toMs(t)+toMs(e[o]))))}function toMs(e){return 1e3*Number(e.slice(0,-1).replace(",","."))}function forceReflow(){return document.body.offsetHeight}const getModelAssigner=e=>{const t=e.props["onUpdate:modelValue"];return isArray(t)?e=>invokeArrayFns(t,e):t};function onCompositionStart(e){e.target.composing=!0}function onCompositionEnd(e){const t=e.target;t.composing&&(t.composing=!1,trigger(t,"input"))}function trigger(e,t){const o=document.createEvent("HTMLEvents");o.initEvent(t,!0,!0),e.dispatchEvent(o)}const vModelText={created(e,{modifiers:{lazy:t,trim:o,number:n}},i){e._assign=getModelAssigner(i);const r=n||i.props&&"number"===i.props.type;addEventListener$1(e,t?"change":"input",(t=>{if(t.target.composing)return;let n=e.value;o?n=n.trim():r&&(n=toNumber(n)),e._assign(n)})),o&&addEventListener$1(e,"change",(()=>{e.value=e.value.trim()})),t||(addEventListener$1(e,"compositionstart",onCompositionStart),addEventListener$1(e,"compositionend",onCompositionEnd),addEventListener$1(e,"change",onCompositionEnd))},mounted(e,{value:t}){e.value=null==t?"":t},beforeUpdate(e,{value:t,modifiers:{lazy:o,trim:n,number:i}},r){if(e._assign=getModelAssigner(r),e.composing)return;if(document.activeElement===e){if(o)return;if(n&&e.value.trim()===t)return;if((i||"number"===e.type)&&toNumber(e.value)===t)return}const s=null==t?"":t;e.value!==s&&(e.value=s)}},vModelCheckbox={deep:!0,created(e,t,o){e._assign=getModelAssigner(o),addEventListener$1(e,"change",(()=>{const t=e._modelValue,o=getValue(e),n=e.checked,i=e._assign;if(isArray(t)){const e=looseIndexOf(t,o),r=-1!==e;if(n&&!r)i(t.concat(o));else if(!n&&r){const o=[...t];o.splice(e,1),i(o)}}else if(isSet(t)){const e=new Set(t);n?e.add(o):e.delete(o),i(e)}else i(getCheckboxValue(e,n))}))},mounted:setChecked,beforeUpdate(e,t,o){e._assign=getModelAssigner(o),setChecked(e,t,o)}};function setChecked(e,{value:t,oldValue:o},n){e._modelValue=t,isArray(t)?e.checked=looseIndexOf(t,n.props.value)>-1:isSet(t)?e.checked=t.has(n.props.value):t!==o&&(e.checked=looseEqual(t,getCheckboxValue(e,!0)))}function getValue(e){return"_value"in e?e._value:e.value}function getCheckboxValue(e,t){const o=t?"_trueValue":"_falseValue";return o in e?e[o]:t}const systemModifiers=["ctrl","shift","alt","meta"],modifierGuards={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&0!==e.button,middle:e=>"button"in e&&1!==e.button,right:e=>"button"in e&&2!==e.button,exact:(e,t)=>systemModifiers.some((o=>e[`${o}Key`]&&!t.includes(o)))},withModifiers=(e,t)=>(o,...n)=>{for(let e=0;e<t.length;e++){const n=modifierGuards[t[e]];if(n&&n(o,t))return}return e(o,...n)},vShow={beforeMount(e,{value:t},{transition:o}){e._vod="none"===e.style.display?"":e.style.display,o&&t?o.beforeEnter(e):setDisplay(e,t)},mounted(e,{value:t},{transition:o}){o&&t&&o.enter(e)},updated(e,{value:t,oldValue:o},{transition:n}){!t!=!o&&(n?t?(n.beforeEnter(e),setDisplay(e,!0),n.enter(e)):n.leave(e,(()=>{setDisplay(e,!1)})):setDisplay(e,t))},beforeUnmount(e,{value:t}){setDisplay(e,t)}};function setDisplay(e,t){e.style.display=t?e._vod:"none"}const rendererOptions=extend({patchProp:patchProp},nodeOps);let renderer;function ensureRenderer(){return renderer||(renderer=createRenderer(rendererOptions))}const createApp=(...e)=>{const t=ensureRenderer().createApp(...e),{mount:o}=t;return t.mount=e=>{const n=normalizeContainer(e);if(!n)return;const i=t._component;isFunction(i)||i.render||i.template||(i.template=n.innerHTML),n.innerHTML="";const r=o(n,!1,n instanceof SVGElement);return n instanceof Element&&(n.removeAttribute("v-cloak"),n.setAttribute("data-v-app","")),r},t};function normalizeContainer(e){if(isString(e)){return document.querySelector(e)}return e}class EventEmitter{constructor(){this._events={}}on(e,t){const o=this._events[e]||[];o.push(t),this._events[e]=o}emit(e,...t){(this._events[e]||[]).forEach((e=>e(...t)))}once(e,t){const o=(...n)=>{t(...n),this.off(e,o)};o.initialCallback=t,this.on(e,o)}off(e,t){const o=(this._events[e]||[]).filter((e=>e!=t&&e.initialCallback!=t));this._events[e]=o}}const getPartUrlByParam=(e,t)=>/^(?:([A-Za-z]+):)?(\/{0,3})([0-9.\-A-Za-z]+)(?::(\d+))?(?:\/([^?#]*))?(?:\?([^#]*))?(?:#(.*))?$/.exec(e)[["url","scheme","slash","host","port","path","query","hash"].indexOf(t)],getQueryMap=e=>{if(!e)return null;let t={};return e.split("&").forEach((e=>{e&&(t[e.split("=")[0]]=e.split("=")[1])})),t},$bus$1=new EventEmitter,guid$1=function(){function e(){return(65536*(1+Math.random())|0).toString(16).substring(1)}return e()+e()+"-"+e()+"-"+e()+"-"+e()+"-"+e()+e()+e()},HTTP_STATUS_CODES={100:"Continue",101:"Switching Protocols",200:"OK",201:"Created",202:"Accepted",203:"Non-Authoritative Information",204:"No Content",205:"Reset Content",206:"Partial Content",300:"Multiple Choice",301:"Moved Permanently",302:"Found",303:"See Other",304:"Not Modified",305:"Use Proxy",307:"Temporary Redirect",400:"Bad Request",401:"Unauthorized",402:"Payment Required",403:"Forbidden",404:"Not Found",405:"Method Not Allowed",406:"Not Acceptable",407:"Proxy Authentication Required",408:"Request Timeout",409:"Conflict",410:"Gone",411:"Length Required",412:"Precondition Failed",413:"Request Entity Too Large",414:"Request-URI Too Long",415:"Unsupported Media Type",416:"Requested Range Not Satisfiable",417:"Expectation Failed",422:"Unprocessable Entity",500:"Internal Server Error",501:"Not Implemented",502:"Bad Gateway",503:"Service Unavailable",504:"Gateway Timeout",505:"HTTP Version Not Supported"},getQueryVariable=(e,t)=>{if(t.indexOf("?")>=0)for(var o=(t?t.split("?")[1]:window.location.search.substring(1)).split("&"),n=0;n<o.length;n++){var i=o[n].split("=");if(i[0]==e)return i[1]}return!1},strMapToObj=e=>{let t=Object.create(null);for(let[o,n]of e)t[o]=n;return t},completionUrlProtocol=e=>"http:"==e.substr(0,5).toLowerCase()||"https:"==e.substr(0,6).toLowerCase()?e:`${location.protocol}`+e,INIT_VALUE=9999;let MOUSE_DOWN_FLAG=!1;const DEFAULT_EL_CONF={name:"",opacity:1,left:"",top:"",safeBottom:0},dragable={mounted(e,t){e.config={...DEFAULT_EL_CONF,...t.value},e.dokitEntryLastX=INIT_VALUE,e.dokitEntryLastY=INIT_VALUE,e.style.position="fixed",e.style.opacity=e.config.opacity,e.dokitPositionLeft=getDefaultX(e),e.dokitPositionTop=getDefaultY(e),e.style.top=`${e.dokitPositionTop}px`,e.style.left=`${e.dokitPositionLeft}px`,adjustPosition(e),e.ontouchstart=()=>{moveStart(e)},e.ontouchmove=t=>{t.preventDefault(),moving(e,t)},e.ontouchend=t=>{moveEnd(e)},e.onmousedown=t=>{t.preventDefault(),moveStart(e),MOUSE_DOWN_FLAG=!0},window.addEventListener("mousemove",(t=>{MOUSE_DOWN_FLAG&&moving(e,t)})),window.addEventListener("mouseup",(t=>{MOUSE_DOWN_FLAG&&(moveEnd(e),MOUSE_DOWN_FLAG=!1)})),window.addEventListener("resize",(()=>{adjustPosition(e)}))}};function moveStart(e){e.style.opacity=1}function moving(e,t){let o=t.touches?t.touches[0]:t;if(e.dokitEntryLastX===INIT_VALUE)return e.dokitEntryLastX=o.clientX,void(e.dokitEntryLastY=o.clientY);e.dokitPositionTop+=o.clientY-e.dokitEntryLastY,e.dokitPositionLeft+=o.clientX-e.dokitEntryLastX,e.dokitEntryLastX=o.clientX,e.dokitEntryLastY=o.clientY,e.style.top=`${e.dokitPositionTop}px`,e.style.left=`${e.dokitPositionLeft}px`}function moveEnd(e,t){setTimeout((()=>{adjustPosition(e),e.config.name&&localStorage.setItem(`dokitPositionTop_${e.config.name}`,e.dokitPositionTop),e.config.name&&localStorage.setItem(`dokitPositionLeft_${e.config.name}`,e.dokitPositionLeft)}),100),e.dokitEntryLastX=INIT_VALUE,e.dokitEntryLastY=INIT_VALUE,e.style.opacity=e.config.opacity}function getDefaultX(e){let t=e.config.left||Math.round(window.innerWidth/2);return localStorage.getItem(`dokitPositionLeft_${e.config.name}`)?parseInt(localStorage.getItem(`dokitPositionLeft_${e.config.name}`)):t}function getDefaultY(e){let t=e.config.top||Math.round(window.innerHeight/2);return localStorage.getItem(`dokitPositionTop_${e.config.name}`)?parseInt(localStorage.getItem(`dokitPositionTop_${e.config.name}`)):t}function adjustPosition(e){e.dokitPositionLeft<0?(e.dokitPositionLeft=0,e.style.left=`${e.dokitPositionLeft}px`):e.dokitPositionLeft+e.getBoundingClientRect().width>window.innerWidth&&(e.dokitPositionLeft=window.innerWidth-e.getBoundingClientRect().width,e.style.left=`${e.dokitPositionLeft}px`),e.dokitPositionTop<0?(e.dokitPositionTop=0,e.style.top=`${e.dokitPositionTop}px`):e.dokitPositionTop+e.getBoundingClientRect().height+e.config.safeBottom>window.innerHeight&&(e.dokitPositionTop=window.innerHeight-e.getBoundingClientRect().height-e.config.safeBottom,e.style.top=`${e.dokitPositionTop}px`)}const mapTag="[object Map]",setTag="[object Set]",arrayTag="[object Array]",objectTag="[object Object]",argsTag="[object Arguments]",boolTag="[object Boolean]",dateTag="[object Date]",numberTag="[object Number]",stringTag="[object String]",symbolTag="[object Symbol]",errorTag="[object Error]",regexpTag="[object RegExp]",funcTag="[object Function]",deepTag=[mapTag,setTag,arrayTag,objectTag,argsTag];function forEach(e,t){let o=-1;const n=e.length;for(;++o<n;)t(e[o],o);return e}function isObject(e){const t=typeof e;return null!==e&&("object"===t||"function"===t)}function getType(e){return Object.prototype.toString.call(e)}function cloneSymbol(e){return Object(Symbol.prototype.valueOf.call(e))}function cloneReg(e){const t=new e.constructor(e.source,/\w*$/.exec(e));return t.lastIndex=e.lastIndex,t}function cloneFunction(func){const bodyReg=/(?<={)(.|\n)+(?=})/m,paramReg=/(?<=\().+(?=\)\s+{)/,funcString=func.toString();if(func.prototype){const e=paramReg.exec(funcString),t=bodyReg.exec(funcString);if(t){if(e){const o=e[0].split(",");return new Function(...o,t[0])}return new Function(t[0])}return null}return eval(funcString)}function cloneOtherType(e,t){const o=e.constructor;switch(t){case boolTag:case numberTag:case stringTag:case errorTag:case dateTag:return new o(e);case regexpTag:return cloneReg(e);case symbolTag:return cloneSymbol(e);case funcTag:return cloneFunction(e);default:return null}}function allKey(e,t){let o=[];for(const i in e)o.push(i),e.propertyIsEnumerable(i)||n(t,i,e[i]);function n(e,t,o){Object.defineProperty(e,t,{enumerable:!0,get:()=>o,set(e){o=e}})}return o}const clone=(e,t=new WeakMap)=>{if(!isObject(e))return e;const o=getType(e);let n;if(!(deepTag.includes(o)||Object.prototype.isPrototypeOf(e)||Array.prototype.isPrototypeOf(e)))return cloneOtherType(e,o);if(n=Object.create(e.constructor.prototype),t.get(e))return t.get(e);if(t.set(e,n),o===setTag)return e.forEach((e=>{n.add(clone(e,t))})),n;if(o===mapTag)return e.forEach(((e,o)=>{n.set(o,clone(e,t))})),n;const i=Array.prototype.isPrototypeOf(n)?void 0:allKey(e,n);return forEach(i||e,((o,r)=>{i&&(r=o),Array.prototype.isPrototypeOf(n)?n.splice(r,1,clone(e[r],t)):n[r]=clone(e[r],t)})),n};var chrsz=8;function hex_md5(e){return binl2hex(core_md5(str2binl(e),e.length*chrsz))}function core_md5(e,t){e[t>>5]|=128<<t%32,e[14+(t+64>>>9<<4)]=t;for(var o=1732584193,n=-271733879,i=-1732584194,r=271733878,s=0;s<e.length;s+=16){var a=o,l=n,c=i,d=r;o=md5_ff(o,n,i,r,e[s+0],7,-680876936),r=md5_ff(r,o,n,i,e[s+1],12,-389564586),i=md5_ff(i,r,o,n,e[s+2],17,606105819),n=md5_ff(n,i,r,o,e[s+3],22,-1044525330),o=md5_ff(o,n,i,r,e[s+4],7,-176418897),r=md5_ff(r,o,n,i,e[s+5],12,1200080426),i=md5_ff(i,r,o,n,e[s+6],17,-1473231341),n=md5_ff(n,i,r,o,e[s+7],22,-45705983),o=md5_ff(o,n,i,r,e[s+8],7,1770035416),r=md5_ff(r,o,n,i,e[s+9],12,-1958414417),i=md5_ff(i,r,o,n,e[s+10],17,-42063),n=md5_ff(n,i,r,o,e[s+11],22,-1990404162),o=md5_ff(o,n,i,r,e[s+12],7,1804603682),r=md5_ff(r,o,n,i,e[s+13],12,-40341101),i=md5_ff(i,r,o,n,e[s+14],17,-1502002290),o=md5_gg(o,n=md5_ff(n,i,r,o,e[s+15],22,1236535329),i,r,e[s+1],5,-165796510),r=md5_gg(r,o,n,i,e[s+6],9,-1069501632),i=md5_gg(i,r,o,n,e[s+11],14,643717713),n=md5_gg(n,i,r,o,e[s+0],20,-373897302),o=md5_gg(o,n,i,r,e[s+5],5,-701558691),r=md5_gg(r,o,n,i,e[s+10],9,38016083),i=md5_gg(i,r,o,n,e[s+15],14,-660478335),n=md5_gg(n,i,r,o,e[s+4],20,-405537848),o=md5_gg(o,n,i,r,e[s+9],5,568446438),r=md5_gg(r,o,n,i,e[s+14],9,-1019803690),i=md5_gg(i,r,o,n,e[s+3],14,-187363961),n=md5_gg(n,i,r,o,e[s+8],20,1163531501),o=md5_gg(o,n,i,r,e[s+13],5,-1444681467),r=md5_gg(r,o,n,i,e[s+2],9,-51403784),i=md5_gg(i,r,o,n,e[s+7],14,1735328473),o=md5_hh(o,n=md5_gg(n,i,r,o,e[s+12],20,-1926607734),i,r,e[s+5],4,-378558),r=md5_hh(r,o,n,i,e[s+8],11,-2022574463),i=md5_hh(i,r,o,n,e[s+11],16,1839030562),n=md5_hh(n,i,r,o,e[s+14],23,-35309556),o=md5_hh(o,n,i,r,e[s+1],4,-1530992060),r=md5_hh(r,o,n,i,e[s+4],11,1272893353),i=md5_hh(i,r,o,n,e[s+7],16,-155497632),n=md5_hh(n,i,r,o,e[s+10],23,-1094730640),o=md5_hh(o,n,i,r,e[s+13],4,681279174),r=md5_hh(r,o,n,i,e[s+0],11,-358537222),i=md5_hh(i,r,o,n,e[s+3],16,-722521979),n=md5_hh(n,i,r,o,e[s+6],23,76029189),o=md5_hh(o,n,i,r,e[s+9],4,-640364487),r=md5_hh(r,o,n,i,e[s+12],11,-421815835),i=md5_hh(i,r,o,n,e[s+15],16,530742520),o=md5_ii(o,n=md5_hh(n,i,r,o,e[s+2],23,-995338651),i,r,e[s+0],6,-198630844),r=md5_ii(r,o,n,i,e[s+7],10,1126891415),i=md5_ii(i,r,o,n,e[s+14],15,-1416354905),n=md5_ii(n,i,r,o,e[s+5],21,-57434055),o=md5_ii(o,n,i,r,e[s+12],6,1700485571),r=md5_ii(r,o,n,i,e[s+3],10,-1894986606),i=md5_ii(i,r,o,n,e[s+10],15,-1051523),n=md5_ii(n,i,r,o,e[s+1],21,-2054922799),o=md5_ii(o,n,i,r,e[s+8],6,1873313359),r=md5_ii(r,o,n,i,e[s+15],10,-30611744),i=md5_ii(i,r,o,n,e[s+6],15,-1560198380),n=md5_ii(n,i,r,o,e[s+13],21,1309151649),o=md5_ii(o,n,i,r,e[s+4],6,-145523070),r=md5_ii(r,o,n,i,e[s+11],10,-1120210379),i=md5_ii(i,r,o,n,e[s+2],15,718787259),n=md5_ii(n,i,r,o,e[s+9],21,-343485551),o=safe_add(o,a),n=safe_add(n,l),i=safe_add(i,c),r=safe_add(r,d)}return Array(o,n,i,r)}function md5_cmn(e,t,o,n,i,r){return safe_add(bit_rol(safe_add(safe_add(t,e),safe_add(n,r)),i),o)}function md5_ff(e,t,o,n,i,r,s){return md5_cmn(t&o|~t&n,e,t,i,r,s)}function md5_gg(e,t,o,n,i,r,s){return md5_cmn(t&n|o&~n,e,t,i,r,s)}function md5_hh(e,t,o,n,i,r,s){return md5_cmn(t^o^n,e,t,i,r,s)}function md5_ii(e,t,o,n,i,r,s){return md5_cmn(o^(t|~n),e,t,i,r,s)}function safe_add(e,t){var o=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(o>>16)<<16|65535&o}function bit_rol(e,t){return e<<t|e>>>32-t}function str2binl(e){for(var t=Array(),o=(1<<chrsz)-1,n=0;n<e.length*chrsz;n+=chrsz)t[n>>5]|=(e.charCodeAt(n/chrsz)&o)<<n%32;return t}function binl2hex(e){for(var t="0123456789abcdef",o="",n=0;n<4*e.length;n++)o+=t.charAt(e[n>>2]>>n%4*8+4&15)+t.charAt(e[n>>2]>>n%4*8&15);return o}class Request extends EventEmitter{constructor(){super(),this.hookFetchConfig={},this.hookXhrConfig={},this.multiControlhookConfig={},this.initialize()}initialize(){let e=this;const t=window.XMLHttpRequest.prototype,o=t.send,n=t.open,i=t.setRequestHeader,r=t.getResponseHeader,s=t.getAllResponseHeaders;window.XMLHttpRequest.prototype.setRequestHeader=function(...t){this.reqConf.requestHeaders||(this.reqConf.requestHeaders={}),this.reqConf.requestHeaders[t[0]]=t[1],e.hookXhrConfig.onBeforeSetRequestHeader?(t=e.hookXhrConfig.onBeforeSetRequestHeader(t,this.reqConf))&&i.apply(this,t):i.apply(this,t)},window.addEventListener("xhrSendStart",(function(e){console.log("xhrSendStart",e)})),window.XMLHttpRequest.prototype.open=function(...t){console.log("open",t);let o={...t};t=e.hookXhrConfig.onBeforeOpen&&e.hookXhrConfig.onBeforeOpen(t)||t;const i=this;this.reqConf={id:guid$1(),type:"xhr",requestInfo:{method:t[0].toUpperCase(),url:completionUrlProtocol(t[1])},originRequestInfo:{method:o[0].toUpperCase(),url:completionUrlProtocol(o[1])}},i.addEventListener("readystatechange",(function(t){try{switch(i.readyState){case 2:e.multiControlhookConfig?.xhrHostRequest?.call(e,i);break;case 4:e.handleDone(i),e.multiControlhookConfig?.xhrHostResponse?.call(e,i)}}catch(e){console.log(e)}})),i.addEventListener("error",(function(t){e.emit("REQUEST.ERROR",{id:this.reqConf.id,responseInfo:{type:"error"}})})),i.getResponseHeader=t=>e.multiControlhookConfig?.getResponseHeader?e.multiControlhookConfig?.getResponseHeader.call(this,r,t):r.call(this,t),i.getAllResponseHeaders=()=>e.multiControlhookConfig?.getAllResponseHeaders?e.multiControlhookConfig?.getAllResponseHeaders.apply(this,[s,...arguments]):s.call(this,t),n.apply(this,t)},window.XMLHttpRequest.prototype.send=function(){try{arguments.length&&(this.reqConf.requestInfo.body=arguments[0]),e.multiControlhookConfig?.xhrClientQuery?.apply(this,[o,...arguments]),e.emit("REQUEST.SEND",this.reqConf),e.multiControlhookConfig?.isOriginSend?e.multiControlhookConfig?.isOriginSend.apply(this,[o,...arguments]):o.apply(this,arguments)}catch(e){console.log(e)}};const a=window.fetch;window.fetch=async function(...t){try{let o=guid$1(),n=guid$1(),i=guid$1(),r=null;if(console.log("fetchHostRequest:",e.multiControlhookConfig?.fetchHostRequest),e.multiControlhookConfig?.fetchHostRequest?.apply(e,[o,n,...arguments]),r=e.multiControlhookConfig?.fetchResult?.apply(e,[n,i,a,...arguments]),e.multiControlhookConfig?.fetchClientQuery?.apply(e,[n,...arguments]),t=e.hookFetchConfig.onBeforeFetch&&e.hookFetchConfig.onBeforeFetch(t)||t,e.emit("REQUEST.SEND",{id:i,type:"fetch",requestInfo:{url:t[0],method:(t.length>1&&t[1].method||"get").toUpperCase(),headers:t.length>1&&t[1].headers||{},body:t.length>1&&t[1].body||""}}),!r){r=a(...t);const n=await r,s=await n.clone().text();e.multiControlhookConfig?.fetchHostResponse?.apply(e,[o,n,s]),e.emit("REQUEST.DONE",{id:i,responseInfo:{contentType:n.headers.get("Content-Type"),status:n.status,resRaw:s}})}return r}catch(e){console.error(e)}}}hookXhr(e){this.hookXhrConfig=e}hookFetch(e){this.hookFetchConfig=e}getType(e){if(!e)return{type:"unknown",subType:"unknown"};const t=e.split(";")[0].split("/");return{type:t[0],subType:t[t.length-1]}}readBlobAsText(e,t){const o=new FileReader;o.onload=()=>{t(null,o.result)},o.onerror=e=>{t(e)},o.readAsText(e)}handleDone(e){const t=e.responseType;let o="";const n=()=>{this.emit("REQUEST.DONE",{id:e.reqConf.id,responseInfo:{resRaw:o,contentType:e.getResponseHeader("Content-Type"),status:e.status}})},i=this.getType(e.getResponseHeader("Content-Type")||"");"blob"!==t||"text"!==i.type&&"javascript"!==i.subType&&"json"!==i.subType?(""!==t&&"text"!==t||(o=e.responseText),"json"===t&&(o=JSON.stringify(e.response)),n()):this.readBlobAsText(e.response,((e,t)=>{t&&(o=t),n()}))}multiControlhook(e){this.multiControlhookConfig=e}}new EventEmitter;const R=()=>{var e=URL.createObjectURL(new Blob),t=e.toString();return URL.revokeObjectURL(e),t.substr(t.lastIndexOf("/")+1)},L$1=(e,t,o)=>{var n=null,i=null;return function(...r){var s=+new Date,a=this;n||(n=s),s-n>o?(clearTimeout(i),e.apply(a,r),n=s):(clearTimeout(i),i=setTimeout((function(){e.apply(a,r)}),t))}};function P$1(e,t){let o=0;return(...n)=>{let i=+new Date;i-o>t&&(e.apply(this,n),o=i)}}const F$1={click:{actionType:"ON_CLICK",actionName:"点击"},dblclick:{actionType:"ON_DBL_CLICK",actionName:"双击"},touchstart:{actionType:"ON_TOUCH_START",actionName:"触摸开始"},touchmove:{actionType:"ON_TOUCH_MOVE",actionName:"触摸移动"},touchend:{actionType:"ON_TOUCH_END",actionName:"触摸结束"},input:{actionType:"ON_INPUT_CHANGE",actionName:"输入"},scroll:{actionType:"ON_SCROLL",actionName:"滚动"}};var W={props:{title:{default:"DoKit"},canBack:{default:!0}},data:()=>({icon:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAzCAMAAADIDVqJAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAXFQTFRFAAAANX7GNHzFM3zFM3zFNn3ENYDHNHzFM3zENIDHNH7INH3ENX3GNn7GM33ENYDFNYDGM4DINH7HM3zENH3HNHzENYDGM37FM33FNH3FNn3FNX7HN4DINHzEM33HNH7FNIDGNn7GM33ENX3FNXzHNoDENH7FNH3EM3zEN33INHzFNH3FM4DHNX3HNH3GNX7ENHzENHzFNYDFNH3FM33ENn3JM33GN4DINX7EM3zEM33GNH7FM33FM33FNIDFNH3GNX3KM37HNHzFN4DINX7FNH3EOHzHNH3GM3zFM4DGM33EM3zENHzENH3EM33FOoTFgID/NHzFOIDHM3zEM3zFNoPJM33FM33ENH3FNHzENYDL////NHzENH3FM4PFM3zFOYDGNH3FM3zFN3zINHzEM33FNoDJM3zFM33FNH3ENHzFM37FNH3ENH3FM33ENH7GNX7FM33ENH3FNH7FM37ENH7FM3zFNH3EM4jMM3zE////TdHL6gAAAHl0Uk5TAEPy+vA9RPb0QEX3P0fzPkg8Sfg7SjpL+fE5TThON082Ue81UjRT++4zVO0yVjFX/OwwWOsvWi5b6i1d/eksXitf6Cph5yli/ihk5ieh3x8CoiCg4CGf4Z3iIgGc4yOaJJnkJZjlJpaVk5KQj42LioiHhYSCgHOyD3AmCqsAAAABYktHRFt0vJU0AAAACXBIWXMAAABIAAAASABGyWs+AAABPUlEQVQ4y43UxVoCUBQE4Ctgd3cXKAYoKqioINiBrdjdXby9C+6c3ZzPWf+rE2MMS4bDmY4rk5qs7FQ6ObnU5OXDFFBTCFNUTE2JmFJqysqtcVRQUymmiprqGmtq66ipF9NATSOMq4maZidMCzWtMG3t1HSI6aSmq9sat4eaHpheLzV9YvqpGRi0xuenZghmOEDNiJhRasZggiFqxiesmQxTMyVmmpoZmEiUmlmYWJyauXmYBWoWYZaWqTEr1qRW1zhaT4jaUNQm1Na2onagdjW1B7V/wFXyEOroWFEnok4VdQZ1fqGoS6ira0XdpP4x+uStKL5EY+6gYpq6h4rEFfUgKqqoRyjlkI15ggqGFfUsKqSoFyjlTY15hfIFFPUmyq+odyilhIz5gHJ7FfUpyqOoLyilYo35/rFJ/Jo/DZ3bT7fEcIgAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjEtMDQtMjFUMTc6MzI6MjgrMDg6MDBBnT5hAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIxLTA0LTIxVDE3OjMyOjI4KzA4OjAwMMCG3QAAAABJRU5ErkJggg=="}),methods:{handleBackRoute(){this.$emit("back")||this.$router.back()}}};const U={class:"dokit-bar"},I=["src"],z=(e=>(pushScopeId("data-v-d48b84c4"),e=e(),popScopeId(),e))((()=>createBaseVNode("span",{class:"dokit-bar-back-btn"},"返回",-1))),G={class:"dokit-bar-title"},j={class:"dokit-bar-title-text"};function V(e,t){void 0===t&&(t={});var o=t.insertAt;if(e&&"undefined"!=typeof document){var n=document.head||document.getElementsByTagName("head")[0],i=document.createElement("style");i.type="text/css","top"===o&&n.firstChild?n.insertBefore(i,n.firstChild):n.appendChild(i),i.styleSheet?i.styleSheet.cssText=e:i.appendChild(document.createTextNode(e))}}V(".dokit-bar[data-v-d48b84c4] {\n background-color: white;\n height: 50px;\n width: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n padding: 0 10px;\n box-sizing: border-box;\n position: relative;\n border-radius: 10px 10px 0 0;\n}\n.dokit-bar-back[data-v-d48b84c4] {\n position: absolute;\n left: 10px;\n display: flex;\n flex-direction: row;\n align-items: center;\n}\n.dokit-bar-back-icon[data-v-d48b84c4] {\n display: inline-block;\n height: 18px;\n}\n.dokit-bar-back-btn[data-v-d48b84c4] {\n color: #337CC4;\n font-size: 16px;\n margin-left: 5px;\n}\n.dokit-bar-title-text[data-v-d48b84c4] {\n color: #333333;\n font-size: 20px;\n font-weight: bold;\n}\n.dokit-bar-other-text[data-v-d48b84c4] {\n color: #666666;\n font-size: 16px;\n}\n"),W.render=function(e,t,o,n,i,r){return openBlock(),createElementBlock("div",U,[withDirectives(createBaseVNode("div",{class:"dokit-bar-back",onClick:t[0]||(t[0]=(...e)=>r.handleBackRoute&&r.handleBackRoute(...e))},[createBaseVNode("img",{class:"dokit-bar-back-icon",src:i.icon},null,8,I),z],512),[[vShow,o.canBack]]),createBaseVNode("div",G,[createBaseVNode("span",j,toDisplayString(o.title),1)])])},W.__scopeId="data-v-d48b84c4";var $={components:{TopBar:W},data:()=>({}),computed:{component(){return this.$route.component},title(){return this.$route.meta&&this.$route.meta.title||"DoKit"},canBack(){return"home"!==this.$route.name}}};const X={class:"dokit-container"},B={class:"dokit-router-container"};V(".dokit-container[data-v-6cd4753b] {\n position: fixed;\n left: 0;\n right: 0;\n top: 100px;\n bottom: 0;\n background-color: #f5f6f7;\n display: flex;\n flex-direction: column;\n z-index: 999;\n border-radius: 10px 10px 0 0;\n}\n.dokit-router-container[data-v-6cd4753b] {\n margin-top: 5px;\n background-color: white;\n flex: 1;\n overflow-y: scroll;\n}\n"),$.render=function(e,t,o,n,i,r){const s=resolveComponent("top-bar");return openBlock(),createElementBlock("div",X,[createVNode(s,{title:r.title,canBack:r.canBack},null,8,["title","canBack"]),createBaseVNode("div",B,[(openBlock(),createBlock(KeepAlive,null,[(openBlock(),createBlock(resolveDynamicComponent(r.component)))],1024))])])},$.__scopeId="data-v-6cd4753b";var q={components:{},data:()=>({}),computed:{independPlugins(){return this.$store.state.independPlugins}},methods:{toRaw:toRaw}};const Z={class:"dokit-container",style:{"z-index":"998"}};V(".dokit-container[data-v-6b9cd332] {\n position: absolute;\n left: 0;\n right: 0;\n bottom: 0;\n top: 0;\n}\n"),q.render=function(e,t,o,n,i,r){return openBlock(),createElementBlock("div",Z,[(openBlock(!0),createElementBlock(Fragment,null,renderList(r.independPlugins,(e=>(openBlock(),createBlock(resolveDynamicComponent(r.toRaw(e.component)),{key:e.name})))),128))])},q.__scopeId="data-v-6b9cd332";var J={props:{element:Object},data:()=>({}),computed:{highlightnNode(){return this.element?.__dokitForWeb_node},isOverfllow(){return this.element.getBoundingClientRect().top+this.highlightnNode.boxStyle.marginTop<25?"\n top: 0px;\n left: 0px;\n ":`\n top: ${-25-this.highlightnNode.boxStyle.marginTop}px;\n left: ${-this.highlightnNode.boxStyle.marginLeft}px;\n `},contentLeft(){return`${parseInt(this.highlightnNode.boxStyle.paddingLeft)+parseInt(this.highlightnNode.boxStyle.borderLeftWidth)}px`},contentTop(){return`${parseInt(this.highlightnNode.boxStyle.paddingTop)+parseInt(this.highlightnNode.boxStyle.borderTopWidth)}px`}}};const K={class:"dokit-elements-indicator"},Q={class:"nodeName"},tt={key:0,class:"nodeaId"},et={key:1,class:"nodeaClass"};V(".dokit-elements-highlight[data-v-c7fa2f80] {\n position: absolute;\n z-index: -100;\n pointer-events: none !important;\n}\n.dokit-elements-highlight .dokit-elements-indicator[data-v-c7fa2f80] {\n position: absolute;\n left: 0;\n right: 0;\n width: 100%;\n height: 100%;\n}\n.dokit-elements-highlight .dokit-elements-indicator > *[data-v-c7fa2f80] {\n pointer-events: none !important;\n}\n.dokit-elements-highlight .dokit-elements-indicator .dokit-margin[data-v-c7fa2f80],\n.dokit-elements-highlight .dokit-elements-indicator .dokit-border[data-v-c7fa2f80],\n.dokit-elements-highlight .dokit-elements-indicator .dokit-padding[data-v-c7fa2f80],\n.dokit-elements-highlight .dokit-elements-indicator .dokit-content[data-v-c7fa2f80] {\n position: absolute;\n}\n.dokit-elements-highlight .dokit-elements-indicator .dokit-border[data-v-c7fa2f80] {\n box-sizing: border-box;\n}\n.dokit-elements-highlight .dokit-elements-size[data-v-c7fa2f80] {\n position: absolute;\n background: #fff;\n color: #222;\n font-size: 12px;\n height: 25px;\n line-height: 25px;\n text-align: center;\n padding: 0 5px;\n white-space: nowrap;\n overflow-x: hidden;\n box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.08), 0 3px 1px -2px rgba(0, 0, 0, 0.2);\n}\n.dokit-elements-highlight .dokit-elements-size .nodeName[data-v-c7fa2f80] {\n color: #881280;\n}\n.dokit-elements-highlight .dokit-elements-size .nodeaId[data-v-c7fa2f80] {\n color: #1a1aa8;\n}\n.dokit-elements-highlight .dokit-elements-size .nodeaClass[data-v-c7fa2f80] {\n color: #8f4919;\n}\n"),J.render=function(e,t,o,n,i,r){return openBlock(),createElementBlock("div",{class:"dokit-elements-highlight",style:normalizeStyle(`\n top: ${o.element.getBoundingClientRect().top}px;\n left: ${o.element.getBoundingClientRect().left}px;\n `)},[createBaseVNode("div",K,[createBaseVNode("div",{class:"dokit-margin",style:normalizeStyle(`\n left: -${r.highlightnNode.boxStyle.marginLeft}px;\n top: -${r.highlightnNode.boxStyle.marginTop}px;\n width: ${o.element.offsetWidth}px;\n height: ${o.element.offsetHeight}px;\n border-width: ${r.highlightnNode.boxStyle.marginTop}px ${r.highlightnNode.boxStyle.marginRight}px ${r.highlightnNode.boxStyle.marginBottom}px ${r.highlightnNode.boxStyle.marginLeft}px;\n border-style: solid;\n border-color: rgba(246, 178, 107, 0.66);\n `)},null,4),createBaseVNode("div",{class:"dokit-border",style:normalizeStyle(`\n left: 0px;\n top:0px;\n width: ${o.element.offsetWidth}px;\n height: ${o.element.offsetHeight}px;\n border-width: ${r.highlightnNode.boxStyle.borderTopWidth}px ${r.highlightnNode.boxStyle.borderRightWidth}px ${r.highlightnNode.boxStyle.borderBottomWidth}px ${r.highlightnNode.boxStyle.borderLeftWidth}px;\n border-style: solid;\n border-color: rgba(255, 229, 153, 0.66);\n `)},null,4),createBaseVNode("div",{class:"dokit-padding",style:normalizeStyle(`\n left: ${r.highlightnNode.boxStyle.borderLeftWidth}px;\n top: ${r.highlightnNode.boxStyle.borderTopWidth}px;\n width: ${r.highlightnNode.boxStyle.contentWidth}px;\n height: ${r.highlightnNode.boxStyle.contentHeight}px;\n border-width: ${r.highlightnNode.boxStyle.paddingTop}px ${r.highlightnNode.boxStyle.paddingRight}px ${r.highlightnNode.boxStyle.paddingBottom}px ${r.highlightnNode.boxStyle.paddingLeft}px;\n border-style: solid;\n border-color: rgba(147, 196, 125, 0.55);\n `)},null,4),createBaseVNode("div",{class:"dokit-content",style:normalizeStyle(`\n left: ${r.contentLeft};\n top: ${r.contentTop};\n width: ${r.highlightnNode.boxStyle.contentWidth}px;\n height: ${r.highlightnNode.boxStyle.contentHeight}px;\n background: rgba(111, 168, 220, 0.66);\n `)},null,4)]),createBaseVNode("div",{class:"dokit-elements-size",style:normalizeStyle(r.isOverfllow)},[createBaseVNode("span",Q,toDisplayString(o.element.nodeName.toLowerCase()),1),""!==o.element.id?(openBlock(),createElementBlock("span",tt,toDisplayString(`#${o.element.id}`),1)):createCommentVNode("",!0),""!==o.element.className?(openBlock(),createElementBlock("span",et,toDisplayString(`.${o.element.className}`),1)):createCommentVNode("",!0),createBaseVNode("span",null," | "+toDisplayString(o.element.offsetWidth)+" × "+toDisplayString(o.element.offsetHeight),1)],4)],4)},J.__scopeId="data-v-c7fa2f80";var ot={directives:{dragable:dragable},data:()=>({isHost:!1,btnConfig:{name:"dokit_multi_control",opacity:.5,left:window.innerWidth-50,top:.2*window.innerHeight,safeBottom:50,eventPlayback:null}}),computed:{isHost(){return this.$store.state.isHost}},methods:{change(){this.$store.state.isHost=!this.$store.state.isHost}}};V(".dokit-masterSuspendedBall[data-v-697bd0cd] {\n z-index: 10000;\n font-size: 16px;\n width: 50px;\n height: 50px;\n border-radius: 50%;\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: #ccc;\n}\n"),ot.render=function(e,t,o,n,i,r){const s=resolveDirective("dragable");return openBlock(),createElementBlock("div",null,[withDirectives((openBlock(),createElementBlock("div",{class:"dokit-masterSuspendedBall",onClick:t[0]||(t[0]=(...e)=>r.change&&r.change(...e))},[createTextVNode(toDisplayString(r.isHost?"主机":"从机"),1)])),[[s,i.btnConfig]])])},ot.__scopeId="data-v-697bd0cd";const it=new class{constructor(e){let{state:t}=e;this.initData(t)}initData(e={}){this._state=reactive({data:e})}get state(){return this._state.data}install(e){e.provide("store",this),e.config.globalProperties.$store=this}}({state:{showContainer:!1,showHighlightElement:!1,highlightElement:null,independPlugins:[],interfaceList:[],features:[],socketUrl:"",isHost:!1,socketConnect:!1,socketHistoryList:new Map,mcClientWaitRequestQueue:[],mcHostWaitRequestQueue:[],mcHostWaitResponseQueue:[],mcClientWaitFetchRequestQueue:[],mcHostWaitFetchRequestQueue:[],mcHostWaitFetchResponseQueue:[],isNative:!1}});function st(){return it.state}function lt(e){it.state.showContainer=e||!it.state.showContainer}function rt(e){it.state.showHighlightElement=e||!it.state.showHighlightElement}function at(e){it.state.highlightElement=e}function dt(e){it.state.independPlugins.findIndex((t=>t.name===e.name))>-1||it.state.independPlugins.push(e)}function ct(e){let t=it.state.independPlugins.findIndex((t=>t.name===e));-1!==t&&it.state.independPlugins.splice(t,1)}class ht{static _findRootDocument(e,t){return e.nodeType===Node.DOCUMENT_NODE?e:e===t?e.ownerDocument:e}static index(e){const t=e.parentNode;if(!t)return null;let o=t.firstChild;if(!o)return null;let n=0;for(;o&&(o.nodeType===Node.ELEMENT_NODE&&(n+=1),o!==e);)o=o.nextSibling;return n}static any(){return{name:"*",weight:1,type:"any"}}static nthChild(e,t){return{name:`${e.name}:nth-child(${t})`,penalty:e.weight+1,type:"nth"}}static filterNth(e){return"html"!==e.name&&!e.name.startsWith("#")}constructor(e){const t={root:document.body,tagName:e=>!0};this._opts=Object.assign({},t,e),this._rootDoc=ht._findRootDocument(this._opts.root,t.root)}bubbleUp(e){const{root:t}=this._opts,o=[];let n=e,i=0;for(;n&&n!==t.parentElement;){let e=this.tagName(n)||ht.any();const t=ht.index(n);t&&"html"!==e.name&&(e=ht.nthChild(e,t)),e.level=i,o.push(e),n=n.parentElement,i+=1}return o}tagName(e){const t=e.tagName.toLowerCase(),{tagName:o}=this._opts;return o(t)?{name:t,weight:2,type:"tag"}:null}find(e){const t=this.bubbleUp(e).sort(((e,t)=>t.level-e.level)).reduce(((e,t)=>e+`${t.name}>`),"");return t.length?t.slice(0,t.length-1):t}}function ut(e){return new ht(e)}
2/*! https://mths.be/cssesc v3.0.0 by @mathias */var ft={}.hasOwnProperty,pt=/[ -,\.\/:-@\[-\^`\{-~]/,mt=/[ -,\.\/:-@\[\]\^`\{-~]/,gt=/(^|\\+)?(\\[A-F0-9]{1,6})\x20(?![a-fA-F0-9\x20])/g,vt=function e(t,o){"single"!=(o=function(e,t){if(!e)return t;var o={};for(var n in t)o[n]=ft.call(e,n)?e[n]:t[n];return o}(o,e.options)).quotes&&"double"!=o.quotes&&(o.quotes="single");for(var n="double"==o.quotes?'"':"'",i=o.isIdentifier,r=t.charAt(0),s="",a=0,l=t.length;a<l;){var c=t.charAt(a++),d=c.charCodeAt(),u=void 0;if(d<32||d>126){if(d>=55296&&d<=56319&&a<l){var h=t.charCodeAt(a++);56320==(64512&h)?d=((1023&d)<<10)+(1023&h)+65536:a--}u="\\"+d.toString(16).toUpperCase()+" "}else u=o.escapeEverything?pt.test(c)?"\\"+c:"\\"+d.toString(16).toUpperCase()+" ":/[\t\n\f\r\x0B]/.test(c)?"\\"+d.toString(16).toUpperCase()+" ":"\\"==c||!i&&('"'==c&&n==c||"'"==c&&n==c)||i&&mt.test(c)?"\\"+c:c;s+=u}return i&&(/^-[-\d]/.test(s)?s="\\-"+s.slice(1):/\d/.test(r)&&(s="\\3"+r+" "+s.slice(1))),s=s.replace(gt,(function(e,t,o){return t&&t.length%2?e:(t||"")+o})),!i&&o.wrap?n+s+n:s};vt.options={escapeEverything:!1,isIdentifier:!1,quotes:"single",wrap:!1},vt.version="3.0.0";var yt=vt;let wt;!function(e){e[e.All=0]="All",e[e.Two=1]="Two",e[e.One=2]="One"}(wt||(wt={}));var _t={CLICK:"click",DBLCLICK:"dblclick",TOUCHSTART:"touchstart",TOUCHMOVE:"touchmove",TOUCHEND:"touchend",INPUT:"input",SCROLL:"scroll"};const xt=(e,t=0,o=3)=>{if(t>o)return t;const n=Array.from(e.childNodes||[]);if(e.nodeType!==Node.ELEMENT_NODE)return t;if(0===n.length)return t;const i=n.map((e=>xt(e,t+1,o)));return Math.max(...i)},kt=(e,t=3)=>xt(e)>t?"":(e=>{switch(e.nodeType){case Node.ELEMENT_NODE:return e.innerHTML;case Node.TEXT_NODE:return e.nodeValue;default:return""}})(e);function bt(){throw new Error("Dynamic requires are not currently supported by rollup-plugin-commonjs")}var St,Tt,Mt,Nt=(St=function(e,t){e.exports=function(){var t,o;function n(){return t.apply(null,arguments)}function i(e){return e instanceof Array||"[object Array]"===Object.prototype.toString.call(e)}function r(e){return null!=e&&"[object Object]"===Object.prototype.toString.call(e)}function s(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function a(e){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(e).length;var t;for(t in e)if(s(e,t))return!1;return!0}function l(e){return void 0===e}function c(e){return"number"==typeof e||"[object Number]"===Object.prototype.toString.call(e)}function d(e){return e instanceof Date||"[object Date]"===Object.prototype.toString.call(e)}function u(e,t){var o,n=[];for(o=0;o<e.length;++o)n.push(t(e[o],o));return n}function h(e,t){for(var o in t)s(t,o)&&(e[o]=t[o]);return s(t,"toString")&&(e.toString=t.toString),s(t,"valueOf")&&(e.valueOf=t.valueOf),e}function p(e,t,o,n){return Bt(e,t,o,n,!0).utc()}function f(e){return null==e._pf&&(e._pf={empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidEra:null,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],era:null,meridiem:null,rfc2822:!1,weekdayMismatch:!1}),e._pf}function m(e){if(null==e._isValid){var t=f(e),n=o.call(t.parsedDateParts,(function(e){return null!=e})),i=!isNaN(e._d.getTime())&&t.overflow<0&&!t.empty&&!t.invalidEra&&!t.invalidMonth&&!t.invalidWeekday&&!t.weekdayMismatch&&!t.nullInput&&!t.invalidFormat&&!t.userInvalidated&&(!t.meridiem||t.meridiem&&n);if(e._strict&&(i=i&&0===t.charsLeftOver&&0===t.unusedTokens.length&&void 0===t.bigHour),null!=Object.isFrozen&&Object.isFrozen(e))return i;e._isValid=i}return e._isValid}function g(e){var t=p(NaN);return null!=e?h(f(t),e):f(t).userInvalidated=!0,t}o=Array.prototype.some?Array.prototype.some:function(e){var t,o=Object(this),n=o.length>>>0;for(t=0;t<n;t++)if(t in o&&e.call(this,o[t],t,o))return!0;return!1};var v=n.momentProperties=[],k=!1;function y(e,t){var o,n,i;if(l(t._isAMomentObject)||(e._isAMomentObject=t._isAMomentObject),l(t._i)||(e._i=t._i),l(t._f)||(e._f=t._f),l(t._l)||(e._l=t._l),l(t._strict)||(e._strict=t._strict),l(t._tzm)||(e._tzm=t._tzm),l(t._isUTC)||(e._isUTC=t._isUTC),l(t._offset)||(e._offset=t._offset),l(t._pf)||(e._pf=f(t)),l(t._locale)||(e._locale=t._locale),v.length>0)for(o=0;o<v.length;o++)l(i=t[n=v[o]])||(e[n]=i);return e}function w(e){y(this,e),this._d=new Date(null!=e._d?e._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===k&&(k=!0,n.updateOffset(this),k=!1)}function A(e){return e instanceof w||null!=e&&null!=e._isAMomentObject}function C(e){!1===n.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+e)}function b(e,t){var o=!0;return h((function(){if(null!=n.deprecationHandler&&n.deprecationHandler(null,e),o){var i,r,a,l=[];for(r=0;r<arguments.length;r++){if(i="","object"==typeof arguments[r]){for(a in i+="\n["+r+"] ",arguments[0])s(arguments[0],a)&&(i+=a+": "+arguments[0][a]+", ");i=i.slice(0,-2)}else i=arguments[r];l.push(i)}C(e+"\nArguments: "+Array.prototype.slice.call(l).join("")+"\n"+(new Error).stack),o=!1}return t.apply(this,arguments)}),t)}var _,x={};function S(e,t){null!=n.deprecationHandler&&n.deprecationHandler(e,t),x[e]||(C(t),x[e]=!0)}function B(e){return"undefined"!=typeof Function&&e instanceof Function||"[object Function]"===Object.prototype.toString.call(e)}function L(e,t){var o,n=h({},e);for(o in t)s(t,o)&&(r(e[o])&&r(t[o])?(n[o]={},h(n[o],e[o]),h(n[o],t[o])):null!=t[o]?n[o]=t[o]:delete n[o]);for(o in e)s(e,o)&&!s(t,o)&&r(e[o])&&(n[o]=h({},n[o]));return n}function T(e){null!=e&&this.set(e)}n.suppressDeprecationWarnings=!1,n.deprecationHandler=null,_=Object.keys?Object.keys:function(e){var t,o=[];for(t in e)s(e,t)&&o.push(t);return o};function E(e,t,o){var n=""+Math.abs(e),i=t-n.length;return(e>=0?o?"+":"":"-")+Math.pow(10,Math.max(0,i)).toString().substr(1)+n}var N=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,M=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,I={},P={};function O(e,t,o,n){var i=n;"string"==typeof n&&(i=function(){return this[n]()}),e&&(P[e]=i),t&&(P[t[0]]=function(){return E(i.apply(this,arguments),t[1],t[2])}),o&&(P[o]=function(){return this.localeData().ordinal(i.apply(this,arguments),e)})}function D(e){return e.match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"")}function R(e,t){return e.isValid()?(t=V(t,e.localeData()),I[t]=I[t]||function(e){var t,o,n=e.match(N);for(t=0,o=n.length;t<o;t++)P[n[t]]?n[t]=P[n[t]]:n[t]=D(n[t]);return function(t){var i,r="";for(i=0;i<o;i++)r+=B(n[i])?n[i].call(t,e):n[i];return r}}(t),I[t](e)):e.localeData().invalidDate()}function V(e,t){var o=5;function n(e){return t.longDateFormat(e)||e}for(M.lastIndex=0;o>=0&&M.test(e);)e=e.replace(M,n),M.lastIndex=0,o-=1;return e}var H={};function Y(e,t){var o=e.toLowerCase();H[o]=H[o+"s"]=H[t]=e}function F(e){return"string"==typeof e?H[e]||H[e.toLowerCase()]:void 0}function z(e){var t,o,n={};for(o in e)s(e,o)&&(t=F(o))&&(n[t]=e[o]);return n}var j={};function U(e,t){j[e]=t}function q(e){return e%4==0&&e%100!=0||e%400==0}function W(e){return e<0?Math.ceil(e)||0:Math.floor(e)}function K(e){var t=+e,o=0;return 0!==t&&isFinite(t)&&(o=W(t)),o}function J(e,t){return function(o){return null!=o?(X(this,e,o),n.updateOffset(this,t),this):$(this,e)}}function $(e,t){return e.isValid()?e._d["get"+(e._isUTC?"UTC":"")+t]():NaN}function X(e,t,o){e.isValid()&&!isNaN(o)&&("FullYear"===t&&q(e.year())&&1===e.month()&&29===e.date()?(o=K(o),e._d["set"+(e._isUTC?"UTC":"")+t](o,e.month(),Ce(o,e.month()))):e._d["set"+(e._isUTC?"UTC":"")+t](o))}var Q,G=/\d/,Z=/\d\d/,ee=/\d{3}/,te=/\d{4}/,oe=/[+-]?\d{6}/,ne=/\d\d?/,ie=/\d\d\d\d?/,re=/\d\d\d\d\d\d?/,se=/\d{1,3}/,ae=/\d{1,4}/,le=/[+-]?\d{1,6}/,ce=/\d+/,de=/[+-]?\d+/,ue=/Z|[+-]\d\d:?\d\d/gi,he=/Z|[+-]\d\d(?::?\d\d)?/gi,pe=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i;function fe(e,t,o){Q[e]=B(t)?t:function(e,n){return e&&o?o:t}}function me(e,t){return s(Q,e)?Q[e](t._strict,t._locale):new RegExp(function(e){return ge(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(e,t,o,n,i){return t||o||n||i})))}(e))}function ge(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}Q={};var ve={};function ke(e,t){var o,n=t;for("string"==typeof e&&(e=[e]),c(t)&&(n=function(e,o){o[t]=K(e)}),o=0;o<e.length;o++)ve[e[o]]=n}function ye(e,t){ke(e,(function(e,o,n,i){n._w=n._w||{},t(e,n._w,n,i)}))}function we(e,t,o){null!=t&&s(ve,e)&&ve[e](t,o._a,o,e)}var Ae;function Ce(e,t){if(isNaN(e)||isNaN(t))return NaN;var o=function(e,t){return(e%t+t)%t}(t,12);return e+=(t-o)/12,1===o?q(e)?29:28:31-o%7%2}Ae=Array.prototype.indexOf?Array.prototype.indexOf:function(e){var t;for(t=0;t<this.length;++t)if(this[t]===e)return t;return-1},O("M",["MM",2],"Mo",(function(){return this.month()+1})),O("MMM",0,0,(function(e){return this.localeData().monthsShort(this,e)})),O("MMMM",0,0,(function(e){return this.localeData().months(this,e)})),Y("month","M"),U("month",8),fe("M",ne),fe("MM",ne,Z),fe("MMM",(function(e,t){return t.monthsShortRegex(e)})),fe("MMMM",(function(e,t){return t.monthsRegex(e)})),ke(["M","MM"],(function(e,t){t[1]=K(e)-1})),ke(["MMM","MMMM"],(function(e,t,o,n){var i=o._locale.monthsParse(e,n,o._strict);null!=i?t[1]=i:f(o).invalidMonth=e}));var be="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),_e="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),xe=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,Se=pe,Be=pe;function Le(e,t,o){var n,i,r,s=e.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],n=0;n<12;++n)r=p([2e3,n]),this._shortMonthsParse[n]=this.monthsShort(r,"").toLocaleLowerCase(),this._longMonthsParse[n]=this.months(r,"").toLocaleLowerCase();return o?"MMM"===t?-1!==(i=Ae.call(this._shortMonthsParse,s))?i:null:-1!==(i=Ae.call(this._longMonthsParse,s))?i:null:"MMM"===t?-1!==(i=Ae.call(this._shortMonthsParse,s))||-1!==(i=Ae.call(this._longMonthsParse,s))?i:null:-1!==(i=Ae.call(this._longMonthsParse,s))||-1!==(i=Ae.call(this._shortMonthsParse,s))?i:null}function Te(e,t){var o;if(!e.isValid())return e;if("string"==typeof t)if(/^\d+$/.test(t))t=K(t);else if(!c(t=e.localeData().monthsParse(t)))return e;return o=Math.min(e.date(),Ce(e.year(),t)),e._d["set"+(e._isUTC?"UTC":"")+"Month"](t,o),e}function Ee(e){return null!=e?(Te(this,e),n.updateOffset(this,!0),this):$(this,"Month")}function Ne(){function e(e,t){return t.length-e.length}var t,o,n=[],i=[],r=[];for(t=0;t<12;t++)o=p([2e3,t]),n.push(this.monthsShort(o,"")),i.push(this.months(o,"")),r.push(this.months(o,"")),r.push(this.monthsShort(o,""));for(n.sort(e),i.sort(e),r.sort(e),t=0;t<12;t++)n[t]=ge(n[t]),i[t]=ge(i[t]);for(t=0;t<24;t++)r[t]=ge(r[t]);this._monthsRegex=new RegExp("^("+r.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+i.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+n.join("|")+")","i")}function Me(e){return q(e)?366:365}O("Y",0,0,(function(){var e=this.year();return e<=9999?E(e,4):"+"+e})),O(0,["YY",2],0,(function(){return this.year()%100})),O(0,["YYYY",4],0,"year"),O(0,["YYYYY",5],0,"year"),O(0,["YYYYYY",6,!0],0,"year"),Y("year","y"),U("year",1),fe("Y",de),fe("YY",ne,Z),fe("YYYY",ae,te),fe("YYYYY",le,oe),fe("YYYYYY",le,oe),ke(["YYYYY","YYYYYY"],0),ke("YYYY",(function(e,t){t[0]=2===e.length?n.parseTwoDigitYear(e):K(e)})),ke("YY",(function(e,t){t[0]=n.parseTwoDigitYear(e)})),ke("Y",(function(e,t){t[0]=parseInt(e,10)})),n.parseTwoDigitYear=function(e){return K(e)+(K(e)>68?1900:2e3)};var Ie=J("FullYear",!0);function Pe(e,t,o,n,i,r,s){var a;return e<100&&e>=0?(a=new Date(e+400,t,o,n,i,r,s),isFinite(a.getFullYear())&&a.setFullYear(e)):a=new Date(e,t,o,n,i,r,s),a}function Oe(e){var t,o;return e<100&&e>=0?((o=Array.prototype.slice.call(arguments))[0]=e+400,t=new Date(Date.UTC.apply(null,o)),isFinite(t.getUTCFullYear())&&t.setUTCFullYear(e)):t=new Date(Date.UTC.apply(null,arguments)),t}function De(e,t,o){var n=7+t-o;return-(7+Oe(e,0,n).getUTCDay()-t)%7+n-1}function Re(e,t,o,n,i){var r,s,a=1+7*(t-1)+(7+o-n)%7+De(e,n,i);return a<=0?s=Me(r=e-1)+a:a>Me(e)?(r=e+1,s=a-Me(e)):(r=e,s=a),{year:r,dayOfYear:s}}function Ve(e,t,o){var n,i,r=De(e.year(),t,o),s=Math.floor((e.dayOfYear()-r-1)/7)+1;return s<1?n=s+He(i=e.year()-1,t,o):s>He(e.year(),t,o)?(n=s-He(e.year(),t,o),i=e.year()+1):(i=e.year(),n=s),{week:n,year:i}}function He(e,t,o){var n=De(e,t,o),i=De(e+1,t,o);return(Me(e)-n+i)/7}O("w",["ww",2],"wo","week"),O("W",["WW",2],"Wo","isoWeek"),Y("week","w"),Y("isoWeek","W"),U("week",5),U("isoWeek",5),fe("w",ne),fe("ww",ne,Z),fe("W",ne),fe("WW",ne,Z),ye(["w","ww","W","WW"],(function(e,t,o,n){t[n.substr(0,1)]=K(e)}));function Ye(e,t){return e.slice(t,7).concat(e.slice(0,t))}O("d",0,"do","day"),O("dd",0,0,(function(e){return this.localeData().weekdaysMin(this,e)})),O("ddd",0,0,(function(e){return this.localeData().weekdaysShort(this,e)})),O("dddd",0,0,(function(e){return this.localeData().weekdays(this,e)})),O("e",0,0,"weekday"),O("E",0,0,"isoWeekday"),Y("day","d"),Y("weekday","e"),Y("isoWeekday","E"),U("day",11),U("weekday",11),U("isoWeekday",11),fe("d",ne),fe("e",ne),fe("E",ne),fe("dd",(function(e,t){return t.weekdaysMinRegex(e)})),fe("ddd",(function(e,t){return t.weekdaysShortRegex(e)})),fe("dddd",(function(e,t){return t.weekdaysRegex(e)})),ye(["dd","ddd","dddd"],(function(e,t,o,n){var i=o._locale.weekdaysParse(e,n,o._strict);null!=i?t.d=i:f(o).invalidWeekday=e})),ye(["d","e","E"],(function(e,t,o,n){t[n]=K(e)}));var Fe="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),ze="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),je="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Ue=pe,qe=pe,We=pe;function Ke(e,t,o){var n,i,r,s=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],n=0;n<7;++n)r=p([2e3,1]).day(n),this._minWeekdaysParse[n]=this.weekdaysMin(r,"").toLocaleLowerCase(),this._shortWeekdaysParse[n]=this.weekdaysShort(r,"").toLocaleLowerCase(),this._weekdaysParse[n]=this.weekdays(r,"").toLocaleLowerCase();return o?"dddd"===t?-1!==(i=Ae.call(this._weekdaysParse,s))?i:null:"ddd"===t?-1!==(i=Ae.call(this._shortWeekdaysParse,s))?i:null:-1!==(i=Ae.call(this._minWeekdaysParse,s))?i:null:"dddd"===t?-1!==(i=Ae.call(this._weekdaysParse,s))||-1!==(i=Ae.call(this._shortWeekdaysParse,s))||-1!==(i=Ae.call(this._minWeekdaysParse,s))?i:null:"ddd"===t?-1!==(i=Ae.call(this._shortWeekdaysParse,s))||-1!==(i=Ae.call(this._weekdaysParse,s))||-1!==(i=Ae.call(this._minWeekdaysParse,s))?i:null:-1!==(i=Ae.call(this._minWeekdaysParse,s))||-1!==(i=Ae.call(this._weekdaysParse,s))||-1!==(i=Ae.call(this._shortWeekdaysParse,s))?i:null}function Je(){function e(e,t){return t.length-e.length}var t,o,n,i,r,s=[],a=[],l=[],c=[];for(t=0;t<7;t++)o=p([2e3,1]).day(t),n=ge(this.weekdaysMin(o,"")),i=ge(this.weekdaysShort(o,"")),r=ge(this.weekdays(o,"")),s.push(n),a.push(i),l.push(r),c.push(n),c.push(i),c.push(r);s.sort(e),a.sort(e),l.sort(e),c.sort(e),this._weekdaysRegex=new RegExp("^("+c.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+l.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+a.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+s.join("|")+")","i")}function $e(){return this.hours()%12||12}function Xe(e,t){O(e,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)}))}function Qe(e,t){return t._meridiemParse}O("H",["HH",2],0,"hour"),O("h",["hh",2],0,$e),O("k",["kk",2],0,(function(){return this.hours()||24})),O("hmm",0,0,(function(){return""+$e.apply(this)+E(this.minutes(),2)})),O("hmmss",0,0,(function(){return""+$e.apply(this)+E(this.minutes(),2)+E(this.seconds(),2)})),O("Hmm",0,0,(function(){return""+this.hours()+E(this.minutes(),2)})),O("Hmmss",0,0,(function(){return""+this.hours()+E(this.minutes(),2)+E(this.seconds(),2)})),Xe("a",!0),Xe("A",!1),Y("hour","h"),U("hour",13),fe("a",Qe),fe("A",Qe),fe("H",ne),fe("h",ne),fe("k",ne),fe("HH",ne,Z),fe("hh",ne,Z),fe("kk",ne,Z),fe("hmm",ie),fe("hmmss",re),fe("Hmm",ie),fe("Hmmss",re),ke(["H","HH"],3),ke(["k","kk"],(function(e,t,o){var n=K(e);t[3]=24===n?0:n})),ke(["a","A"],(function(e,t,o){o._isPm=o._locale.isPM(e),o._meridiem=e})),ke(["h","hh"],(function(e,t,o){t[3]=K(e),f(o).bigHour=!0})),ke("hmm",(function(e,t,o){var n=e.length-2;t[3]=K(e.substr(0,n)),t[4]=K(e.substr(n)),f(o).bigHour=!0})),ke("hmmss",(function(e,t,o){var n=e.length-4,i=e.length-2;t[3]=K(e.substr(0,n)),t[4]=K(e.substr(n,2)),t[5]=K(e.substr(i)),f(o).bigHour=!0})),ke("Hmm",(function(e,t,o){var n=e.length-2;t[3]=K(e.substr(0,n)),t[4]=K(e.substr(n))})),ke("Hmmss",(function(e,t,o){var n=e.length-4,i=e.length-2;t[3]=K(e.substr(0,n)),t[4]=K(e.substr(n,2)),t[5]=K(e.substr(i))}));var Ge=J("Hours",!0);var Ze,et={calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},longDateFormat:{LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},invalidDate:"Invalid date",ordinal:"%d",dayOfMonthOrdinalParse:/\d{1,2}/,relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},months:be,monthsShort:_e,week:{dow:0,doy:6},weekdays:Fe,weekdaysMin:je,weekdaysShort:ze,meridiemParse:/[ap]\.?m?\.?/i},tt={},ot={};function nt(e,t){var o,n=Math.min(e.length,t.length);for(o=0;o<n;o+=1)if(e[o]!==t[o])return o;return n}function it(e){return e?e.toLowerCase().replace("_","-"):e}function rt(t){var o=null;if(void 0===tt[t]&&e&&e.exports)try{o=Ze._abbr,bt(),st(o)}catch(e){tt[t]=null}return tt[t]}function st(e,t){var o;return e&&((o=l(t)?lt(e):at(e,t))?Ze=o:"undefined"!=typeof console&&console.warn&&console.warn("Locale "+e+" not found. Did you forget to load it?")),Ze._abbr}function at(e,t){if(null!==t){var o,n=et;if(t.abbr=e,null!=tt[e])S("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),n=tt[e]._config;else if(null!=t.parentLocale)if(null!=tt[t.parentLocale])n=tt[t.parentLocale]._config;else{if(null==(o=rt(t.parentLocale)))return ot[t.parentLocale]||(ot[t.parentLocale]=[]),ot[t.parentLocale].push({name:e,config:t}),null;n=o._config}return tt[e]=new T(L(n,t)),ot[e]&&ot[e].forEach((function(e){at(e.name,e.config)})),st(e),tt[e]}return delete tt[e],null}function lt(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return Ze;if(!i(e)){if(t=rt(e))return t;e=[e]}return function(e){for(var t,o,n,i,r=0;r<e.length;){for(t=(i=it(e[r]).split("-")).length,o=(o=it(e[r+1]))?o.split("-"):null;t>0;){if(n=rt(i.slice(0,t).join("-")))return n;if(o&&o.length>=t&&nt(i,o)>=t-1)break;t--}r++}return Ze}(e)}function ct(e){var t,o=e._a;return o&&-2===f(e).overflow&&(t=o[1]<0||o[1]>11?1:o[2]<1||o[2]>Ce(o[0],o[1])?2:o[3]<0||o[3]>24||24===o[3]&&(0!==o[4]||0!==o[5]||0!==o[6])?3:o[4]<0||o[4]>59?4:o[5]<0||o[5]>59?5:o[6]<0||o[6]>999?6:-1,f(e)._overflowDayOfYear&&(t<0||t>2)&&(t=2),f(e)._overflowWeeks&&-1===t&&(t=7),f(e)._overflowWeekday&&-1===t&&(t=8),f(e).overflow=t),e}var dt=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,ut=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,ht=/Z|[+-]\d\d(?::?\d\d)?/,pt=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],ft=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],mt=/^\/?Date\((-?\d+)/i,gt=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,vt={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function kt(e){var t,o,n,i,r,s,a=e._i,l=dt.exec(a)||ut.exec(a);if(l){for(f(e).iso=!0,t=0,o=pt.length;t<o;t++)if(pt[t][1].exec(l[1])){i=pt[t][0],n=!1!==pt[t][2];break}if(null==i)return void(e._isValid=!1);if(l[3]){for(t=0,o=ft.length;t<o;t++)if(ft[t][1].exec(l[3])){r=(l[2]||" ")+ft[t][0];break}if(null==r)return void(e._isValid=!1)}if(!n&&null!=r)return void(e._isValid=!1);if(l[4]){if(!ht.exec(l[4]))return void(e._isValid=!1);s="Z"}e._f=i+(r||"")+(s||""),xt(e)}else e._isValid=!1}function yt(e){var t=parseInt(e,10);return t<=49?2e3+t:t<=999?1900+t:t}function wt(e){var t,o=gt.exec(function(e){return e.replace(/\([^)]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}(e._i));if(o){if(t=function(e,t,o,n,i,r){var s=[yt(e),_e.indexOf(t),parseInt(o,10),parseInt(n,10),parseInt(i,10)];return r&&s.push(parseInt(r,10)),s}(o[4],o[3],o[2],o[5],o[6],o[7]),!function(e,t,o){return!e||ze.indexOf(e)===new Date(t[0],t[1],t[2]).getDay()||(f(o).weekdayMismatch=!0,o._isValid=!1,!1)}(o[1],t,e))return;e._a=t,e._tzm=function(e,t,o){if(e)return vt[e];if(t)return 0;var n=parseInt(o,10),i=n%100;return(n-i)/100*60+i}(o[8],o[9],o[10]),e._d=Oe.apply(null,e._a),e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),f(e).rfc2822=!0}else e._isValid=!1}function At(e,t,o){return null!=e?e:null!=t?t:o}function Ct(e){var t=new Date(n.now());return e._useUTC?[t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()]:[t.getFullYear(),t.getMonth(),t.getDate()]}function _t(e){var t,o,n,i,r,s=[];if(!e._d){for(n=Ct(e),e._w&&null==e._a[2]&&null==e._a[1]&&function(e){var t,o,n,i,r,s,a,l,c;null!=(t=e._w).GG||null!=t.W||null!=t.E?(r=1,s=4,o=At(t.GG,e._a[0],Ve(Lt(),1,4).year),n=At(t.W,1),((i=At(t.E,1))<1||i>7)&&(l=!0)):(r=e._locale._week.dow,s=e._locale._week.doy,c=Ve(Lt(),r,s),o=At(t.gg,e._a[0],c.year),n=At(t.w,c.week),null!=t.d?((i=t.d)<0||i>6)&&(l=!0):null!=t.e?(i=t.e+r,(t.e<0||t.e>6)&&(l=!0)):i=r),n<1||n>He(o,r,s)?f(e)._overflowWeeks=!0:null!=l?f(e)._overflowWeekday=!0:(a=Re(o,n,i,r,s),e._a[0]=a.year,e._dayOfYear=a.dayOfYear)}(e),null!=e._dayOfYear&&(r=At(e._a[0],n[0]),(e._dayOfYear>Me(r)||0===e._dayOfYear)&&(f(e)._overflowDayOfYear=!0),o=Oe(r,0,e._dayOfYear),e._a[1]=o.getUTCMonth(),e._a[2]=o.getUTCDate()),t=0;t<3&&null==e._a[t];++t)e._a[t]=s[t]=n[t];for(;t<7;t++)e._a[t]=s[t]=null==e._a[t]?2===t?1:0:e._a[t];24===e._a[3]&&0===e._a[4]&&0===e._a[5]&&0===e._a[6]&&(e._nextDay=!0,e._a[3]=0),e._d=(e._useUTC?Oe:Pe).apply(null,s),i=e._useUTC?e._d.getUTCDay():e._d.getDay(),null!=e._tzm&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[3]=24),e._w&&void 0!==e._w.d&&e._w.d!==i&&(f(e).weekdayMismatch=!0)}}function xt(e){if(e._f!==n.ISO_8601)if(e._f!==n.RFC_2822){e._a=[],f(e).empty=!0;var t,o,i,r,s,a,l=""+e._i,c=l.length,d=0;for(i=V(e._f,e._locale).match(N)||[],t=0;t<i.length;t++)r=i[t],(o=(l.match(me(r,e))||[])[0])&&((s=l.substr(0,l.indexOf(o))).length>0&&f(e).unusedInput.push(s),l=l.slice(l.indexOf(o)+o.length),d+=o.length),P[r]?(o?f(e).empty=!1:f(e).unusedTokens.push(r),we(r,o,e)):e._strict&&!o&&f(e).unusedTokens.push(r);f(e).charsLeftOver=c-d,l.length>0&&f(e).unusedInput.push(l),e._a[3]<=12&&!0===f(e).bigHour&&e._a[3]>0&&(f(e).bigHour=void 0),f(e).parsedDateParts=e._a.slice(0),f(e).meridiem=e._meridiem,e._a[3]=function(e,t,o){var n;return null==o?t:null!=e.meridiemHour?e.meridiemHour(t,o):null!=e.isPM?((n=e.isPM(o))&&t<12&&(t+=12),n||12!==t||(t=0),t):t}(e._locale,e._a[3],e._meridiem),null!==(a=f(e).era)&&(e._a[0]=e._locale.erasConvertYear(a,e._a[0])),_t(e),ct(e)}else wt(e);else kt(e)}function St(e){var t=e._i,o=e._f;return e._locale=e._locale||lt(e._l),null===t||void 0===o&&""===t?g({nullInput:!0}):("string"==typeof t&&(e._i=t=e._locale.preparse(t)),A(t)?new w(ct(t)):(d(t)?e._d=t:i(o)?function(e){var t,o,n,i,r,s,a=!1;if(0===e._f.length)return f(e).invalidFormat=!0,void(e._d=new Date(NaN));for(i=0;i<e._f.length;i++)r=0,s=!1,t=y({},e),null!=e._useUTC&&(t._useUTC=e._useUTC),t._f=e._f[i],xt(t),m(t)&&(s=!0),r+=f(t).charsLeftOver,r+=10*f(t).unusedTokens.length,f(t).score=r,a?r<n&&(n=r,o=t):(null==n||r<n||s)&&(n=r,o=t,s&&(a=!0));h(e,o||t)}(e):o?xt(e):function(e){var t=e._i;l(t)?e._d=new Date(n.now()):d(t)?e._d=new Date(t.valueOf()):"string"==typeof t?function(e){var t=mt.exec(e._i);null===t?(kt(e),!1===e._isValid&&(delete e._isValid,wt(e),!1===e._isValid&&(delete e._isValid,e._strict?e._isValid=!1:n.createFromInputFallback(e)))):e._d=new Date(+t[1])}(e):i(t)?(e._a=u(t.slice(0),(function(e){return parseInt(e,10)})),_t(e)):r(t)?function(e){if(!e._d){var t=z(e._i),o=void 0===t.day?t.date:t.day;e._a=u([t.year,t.month,o,t.hour,t.minute,t.second,t.millisecond],(function(e){return e&&parseInt(e,10)})),_t(e)}}(e):c(t)?e._d=new Date(t):n.createFromInputFallback(e)}(e),m(e)||(e._d=null),e))}function Bt(e,t,o,n,s){var l={};return!0!==t&&!1!==t||(n=t,t=void 0),!0!==o&&!1!==o||(n=o,o=void 0),(r(e)&&a(e)||i(e)&&0===e.length)&&(e=void 0),l._isAMomentObject=!0,l._useUTC=l._isUTC=s,l._l=o,l._i=e,l._f=t,l._strict=n,function(e){var t=new w(ct(St(e)));return t._nextDay&&(t.add(1,"d"),t._nextDay=void 0),t}(l)}function Lt(e,t,o,n){return Bt(e,t,o,n,!1)}n.createFromInputFallback=b("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",(function(e){e._d=new Date(e._i+(e._useUTC?" UTC":""))})),n.ISO_8601=function(){},n.RFC_2822=function(){};var Tt=b("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var e=Lt.apply(null,arguments);return this.isValid()&&e.isValid()?e<this?this:e:g()})),Et=b("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var e=Lt.apply(null,arguments);return this.isValid()&&e.isValid()?e>this?this:e:g()}));function Nt(e,t){var o,n;if(1===t.length&&i(t[0])&&(t=t[0]),!t.length)return Lt();for(o=t[0],n=1;n<t.length;++n)t[n].isValid()&&!t[n][e](o)||(o=t[n]);return o}var Mt=["year","quarter","month","week","day","hour","minute","second","millisecond"];function It(e){var t,o,n=!1;for(t in e)if(s(e,t)&&(-1===Ae.call(Mt,t)||null!=e[t]&&isNaN(e[t])))return!1;for(o=0;o<Mt.length;++o)if(e[Mt[o]]){if(n)return!1;parseFloat(e[Mt[o]])!==K(e[Mt[o]])&&(n=!0)}return!0}function Pt(e){var t=z(e),o=t.year||0,n=t.quarter||0,i=t.month||0,r=t.week||t.isoWeek||0,s=t.day||0,a=t.hour||0,l=t.minute||0,c=t.second||0,d=t.millisecond||0;this._isValid=It(t),this._milliseconds=+d+1e3*c+6e4*l+1e3*a*60*60,this._days=+s+7*r,this._months=+i+3*n+12*o,this._data={},this._locale=lt(),this._bubble()}function Ot(e){return e instanceof Pt}function Dt(e){return e<0?-1*Math.round(-1*e):Math.round(e)}function Rt(e,t){O(e,0,0,(function(){var e=this.utcOffset(),o="+";return e<0&&(e=-e,o="-"),o+E(~~(e/60),2)+t+E(~~e%60,2)}))}Rt("Z",":"),Rt("ZZ",""),fe("Z",he),fe("ZZ",he),ke(["Z","ZZ"],(function(e,t,o){o._useUTC=!0,o._tzm=Ht(he,e)}));var Vt=/([\+\-]|\d\d)/gi;function Ht(e,t){var o,n,i=(t||"").match(e);return null===i?null:0===(n=60*(o=((i[i.length-1]||[])+"").match(Vt)||["-",0,0])[1]+K(o[2]))?0:"+"===o[0]?n:-n}function Yt(e,t){var o,i;return t._isUTC?(o=t.clone(),i=(A(e)||d(e)?e.valueOf():Lt(e).valueOf())-o.valueOf(),o._d.setTime(o._d.valueOf()+i),n.updateOffset(o,!1),o):Lt(e).local()}function Ft(e){return-Math.round(e._d.getTimezoneOffset())}function zt(){return!!this.isValid()&&this._isUTC&&0===this._offset}n.updateOffset=function(){};var jt=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,Ut=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function qt(e,t){var o,n,i,r=e,a=null;return Ot(e)?r={ms:e._milliseconds,d:e._days,M:e._months}:c(e)||!isNaN(+e)?(r={},t?r[t]=+e:r.milliseconds=+e):(a=jt.exec(e))?(o="-"===a[1]?-1:1,r={y:0,d:K(a[2])*o,h:K(a[3])*o,m:K(a[4])*o,s:K(a[5])*o,ms:K(Dt(1e3*a[6]))*o}):(a=Ut.exec(e))?(o="-"===a[1]?-1:1,r={y:Wt(a[2],o),M:Wt(a[3],o),w:Wt(a[4],o),d:Wt(a[5],o),h:Wt(a[6],o),m:Wt(a[7],o),s:Wt(a[8],o)}):null==r?r={}:"object"==typeof r&&("from"in r||"to"in r)&&(i=function(e,t){var o;return e.isValid()&&t.isValid()?(t=Yt(t,e),e.isBefore(t)?o=Kt(e,t):((o=Kt(t,e)).milliseconds=-o.milliseconds,o.months=-o.months),o):{milliseconds:0,months:0}}(Lt(r.from),Lt(r.to)),(r={}).ms=i.milliseconds,r.M=i.months),n=new Pt(r),Ot(e)&&s(e,"_locale")&&(n._locale=e._locale),Ot(e)&&s(e,"_isValid")&&(n._isValid=e._isValid),n}function Wt(e,t){var o=e&&parseFloat(e.replace(",","."));return(isNaN(o)?0:o)*t}function Kt(e,t){var o={};return o.months=t.month()-e.month()+12*(t.year()-e.year()),e.clone().add(o.months,"M").isAfter(t)&&--o.months,o.milliseconds=+t-+e.clone().add(o.months,"M"),o}function Jt(e,t){return function(o,n){var i;return null===n||isNaN(+n)||(S(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),i=o,o=n,n=i),$t(this,qt(o,n),e),this}}function $t(e,t,o,i){var r=t._milliseconds,s=Dt(t._days),a=Dt(t._months);e.isValid()&&(i=null==i||i,a&&Te(e,$(e,"Month")+a*o),s&&X(e,"Date",$(e,"Date")+s*o),r&&e._d.setTime(e._d.valueOf()+r*o),i&&n.updateOffset(e,s||a))}qt.fn=Pt.prototype,qt.invalid=function(){return qt(NaN)};var Xt=Jt(1,"add"),Qt=Jt(-1,"subtract");function Gt(e){return"string"==typeof e||e instanceof String}function Zt(e){return A(e)||d(e)||Gt(e)||c(e)||function(e){var t=i(e),o=!1;return t&&(o=0===e.filter((function(t){return!c(t)&&Gt(e)})).length),t&&o}(e)||function(e){var t,o,n=r(e)&&!a(e),i=!1,l=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"];for(t=0;t<l.length;t+=1)o=l[t],i=i||s(e,o);return n&&i}(e)||null==e}function eo(e){var t,o=r(e)&&!a(e),n=!1,i=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"];for(t=0;t<i.length;t+=1)n=n||s(e,i[t]);return o&&n}function to(e,t){if(e.date()<t.date())return-to(t,e);var o=12*(t.year()-e.year())+(t.month()-e.month()),n=e.clone().add(o,"months");return-(o+(t-n<0?(t-n)/(n-e.clone().add(o-1,"months")):(t-n)/(e.clone().add(o+1,"months")-n)))||0}function oo(e){var t;return void 0===e?this._locale._abbr:(null!=(t=lt(e))&&(this._locale=t),this)}n.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",n.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var no=b("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",(function(e){return void 0===e?this.localeData():this.locale(e)}));function io(){return this._locale}var ro=1e3,so=6e4,ao=60*so,lo=3506328*ao;function co(e,t){return(e%t+t)%t}function uo(e,t,o){return e<100&&e>=0?new Date(e+400,t,o)-lo:new Date(e,t,o).valueOf()}function ho(e,t,o){return e<100&&e>=0?Date.UTC(e+400,t,o)-lo:Date.UTC(e,t,o)}function po(e,t){return t.erasAbbrRegex(e)}function fo(){var e,t,o=[],n=[],i=[],r=[],s=this.eras();for(e=0,t=s.length;e<t;++e)n.push(ge(s[e].name)),o.push(ge(s[e].abbr)),i.push(ge(s[e].narrow)),r.push(ge(s[e].name)),r.push(ge(s[e].abbr)),r.push(ge(s[e].narrow));this._erasRegex=new RegExp("^("+r.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+n.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+o.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+i.join("|")+")","i")}function mo(e,t){O(0,[e,e.length],0,t)}function go(e,t,o,n,i){var r;return null==e?Ve(this,n,i).year:(t>(r=He(e,n,i))&&(t=r),vo.call(this,e,t,o,n,i))}function vo(e,t,o,n,i){var r=Re(e,t,o,n,i),s=Oe(r.year,0,r.dayOfYear);return this.year(s.getUTCFullYear()),this.month(s.getUTCMonth()),this.date(s.getUTCDate()),this}O("N",0,0,"eraAbbr"),O("NN",0,0,"eraAbbr"),O("NNN",0,0,"eraAbbr"),O("NNNN",0,0,"eraName"),O("NNNNN",0,0,"eraNarrow"),O("y",["y",1],"yo","eraYear"),O("y",["yy",2],0,"eraYear"),O("y",["yyy",3],0,"eraYear"),O("y",["yyyy",4],0,"eraYear"),fe("N",po),fe("NN",po),fe("NNN",po),fe("NNNN",(function(e,t){return t.erasNameRegex(e)})),fe("NNNNN",(function(e,t){return t.erasNarrowRegex(e)})),ke(["N","NN","NNN","NNNN","NNNNN"],(function(e,t,o,n){var i=o._locale.erasParse(e,n,o._strict);i?f(o).era=i:f(o).invalidEra=e})),fe("y",ce),fe("yy",ce),fe("yyy",ce),fe("yyyy",ce),fe("yo",(function(e,t){return t._eraYearOrdinalRegex||ce})),ke(["y","yy","yyy","yyyy"],0),ke(["yo"],(function(e,t,o,n){var i;o._locale._eraYearOrdinalRegex&&(i=e.match(o._locale._eraYearOrdinalRegex)),o._locale.eraYearOrdinalParse?t[0]=o._locale.eraYearOrdinalParse(e,i):t[0]=parseInt(e,10)})),O(0,["gg",2],0,(function(){return this.weekYear()%100})),O(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),mo("gggg","weekYear"),mo("ggggg","weekYear"),mo("GGGG","isoWeekYear"),mo("GGGGG","isoWeekYear"),Y("weekYear","gg"),Y("isoWeekYear","GG"),U("weekYear",1),U("isoWeekYear",1),fe("G",de),fe("g",de),fe("GG",ne,Z),fe("gg",ne,Z),fe("GGGG",ae,te),fe("gggg",ae,te),fe("GGGGG",le,oe),fe("ggggg",le,oe),ye(["gggg","ggggg","GGGG","GGGGG"],(function(e,t,o,n){t[n.substr(0,2)]=K(e)})),ye(["gg","GG"],(function(e,t,o,i){t[i]=n.parseTwoDigitYear(e)})),O("Q",0,"Qo","quarter"),Y("quarter","Q"),U("quarter",7),fe("Q",G),ke("Q",(function(e,t){t[1]=3*(K(e)-1)})),O("D",["DD",2],"Do","date"),Y("date","D"),U("date",9),fe("D",ne),fe("DD",ne,Z),fe("Do",(function(e,t){return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient})),ke(["D","DD"],2),ke("Do",(function(e,t){t[2]=K(e.match(ne)[0])}));var ko=J("Date",!0);O("DDD",["DDDD",3],"DDDo","dayOfYear"),Y("dayOfYear","DDD"),U("dayOfYear",4),fe("DDD",se),fe("DDDD",ee),ke(["DDD","DDDD"],(function(e,t,o){o._dayOfYear=K(e)})),O("m",["mm",2],0,"minute"),Y("minute","m"),U("minute",14),fe("m",ne),fe("mm",ne,Z),ke(["m","mm"],4);var yo=J("Minutes",!1);O("s",["ss",2],0,"second"),Y("second","s"),U("second",15),fe("s",ne),fe("ss",ne,Z),ke(["s","ss"],5);var wo,Ao,Co=J("Seconds",!1);for(O("S",0,0,(function(){return~~(this.millisecond()/100)})),O(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),O(0,["SSS",3],0,"millisecond"),O(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),O(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),O(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),O(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),O(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),O(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),Y("millisecond","ms"),U("millisecond",16),fe("S",se,G),fe("SS",se,Z),fe("SSS",se,ee),wo="SSSS";wo.length<=9;wo+="S")fe(wo,ce);function bo(e,t){t[6]=K(1e3*("0."+e))}for(wo="S";wo.length<=9;wo+="S")ke(wo,bo);Ao=J("Milliseconds",!1),O("z",0,0,"zoneAbbr"),O("zz",0,0,"zoneName");var _o=w.prototype;function xo(e){return e}_o.add=Xt,_o.calendar=function(e,t){1===arguments.length&&(arguments[0]?Zt(arguments[0])?(e=arguments[0],t=void 0):eo(arguments[0])&&(t=arguments[0],e=void 0):(e=void 0,t=void 0));var o=e||Lt(),i=Yt(o,this).startOf("day"),r=n.calendarFormat(this,i)||"sameElse",s=t&&(B(t[r])?t[r].call(this,o):t[r]);return this.format(s||this.localeData().calendar(r,this,Lt(o)))},_o.clone=function(){return new w(this)},_o.diff=function(e,t,o){var n,i,r;if(!this.isValid())return NaN;if(!(n=Yt(e,this)).isValid())return NaN;switch(i=6e4*(n.utcOffset()-this.utcOffset()),t=F(t)){case"year":r=to(this,n)/12;break;case"month":r=to(this,n);break;case"quarter":r=to(this,n)/3;break;case"second":r=(this-n)/1e3;break;case"minute":r=(this-n)/6e4;break;case"hour":r=(this-n)/36e5;break;case"day":r=(this-n-i)/864e5;break;case"week":r=(this-n-i)/6048e5;break;default:r=this-n}return o?r:W(r)},_o.endOf=function(e){var t,o;if(void 0===(e=F(e))||"millisecond"===e||!this.isValid())return this;switch(o=this._isUTC?ho:uo,e){case"year":t=o(this.year()+1,0,1)-1;break;case"quarter":t=o(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":t=o(this.year(),this.month()+1,1)-1;break;case"week":t=o(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":t=o(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":t=o(this.year(),this.month(),this.date()+1)-1;break;case"hour":t=this._d.valueOf(),t+=ao-co(t+(this._isUTC?0:this.utcOffset()*so),ao)-1;break;case"minute":t=this._d.valueOf(),t+=so-co(t,so)-1;break;case"second":t=this._d.valueOf(),t+=ro-co(t,ro)-1}return this._d.setTime(t),n.updateOffset(this,!0),this},_o.format=function(e){e||(e=this.isUtc()?n.defaultFormatUtc:n.defaultFormat);var t=R(this,e);return this.localeData().postformat(t)},_o.from=function(e,t){return this.isValid()&&(A(e)&&e.isValid()||Lt(e).isValid())?qt({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()},_o.fromNow=function(e){return this.from(Lt(),e)},_o.to=function(e,t){return this.isValid()&&(A(e)&&e.isValid()||Lt(e).isValid())?qt({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()},_o.toNow=function(e){return this.to(Lt(),e)},_o.get=function(e){return B(this[e=F(e)])?this[e]():this},_o.invalidAt=function(){return f(this).overflow},_o.isAfter=function(e,t){var o=A(e)?e:Lt(e);return!(!this.isValid()||!o.isValid())&&("millisecond"===(t=F(t)||"millisecond")?this.valueOf()>o.valueOf():o.valueOf()<this.clone().startOf(t).valueOf())},_o.isBefore=function(e,t){var o=A(e)?e:Lt(e);return!(!this.isValid()||!o.isValid())&&("millisecond"===(t=F(t)||"millisecond")?this.valueOf()<o.valueOf():this.clone().endOf(t).valueOf()<o.valueOf())},_o.isBetween=function(e,t,o,n){var i=A(e)?e:Lt(e),r=A(t)?t:Lt(t);return!!(this.isValid()&&i.isValid()&&r.isValid())&&("("===(n=n||"()")[0]?this.isAfter(i,o):!this.isBefore(i,o))&&(")"===n[1]?this.isBefore(r,o):!this.isAfter(r,o))},_o.isSame=function(e,t){var o,n=A(e)?e:Lt(e);return!(!this.isValid()||!n.isValid())&&("millisecond"===(t=F(t)||"millisecond")?this.valueOf()===n.valueOf():(o=n.valueOf(),this.clone().startOf(t).valueOf()<=o&&o<=this.clone().endOf(t).valueOf()))},_o.isSameOrAfter=function(e,t){return this.isSame(e,t)||this.isAfter(e,t)},_o.isSameOrBefore=function(e,t){return this.isSame(e,t)||this.isBefore(e,t)},_o.isValid=function(){return m(this)},_o.lang=no,_o.locale=oo,_o.localeData=io,_o.max=Et,_o.min=Tt,_o.parsingFlags=function(){return h({},f(this))},_o.set=function(e,t){if("object"==typeof e){var o,n=function(e){var t,o=[];for(t in e)s(e,t)&&o.push({unit:t,priority:j[t]});return o.sort((function(e,t){return e.priority-t.priority})),o}(e=z(e));for(o=0;o<n.length;o++)this[n[o].unit](e[n[o].unit])}else if(B(this[e=F(e)]))return this[e](t);return this},_o.startOf=function(e){var t,o;if(void 0===(e=F(e))||"millisecond"===e||!this.isValid())return this;switch(o=this._isUTC?ho:uo,e){case"year":t=o(this.year(),0,1);break;case"quarter":t=o(this.year(),this.month()-this.month()%3,1);break;case"month":t=o(this.year(),this.month(),1);break;case"week":t=o(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":t=o(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":t=o(this.year(),this.month(),this.date());break;case"hour":t=this._d.valueOf(),t-=co(t+(this._isUTC?0:this.utcOffset()*so),ao);break;case"minute":t=this._d.valueOf(),t-=co(t,so);break;case"second":t=this._d.valueOf(),t-=co(t,ro)}return this._d.setTime(t),n.updateOffset(this,!0),this},_o.subtract=Qt,_o.toArray=function(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]},_o.toObject=function(){var e=this;return{years:e.year(),months:e.month(),date:e.date(),hours:e.hours(),minutes:e.minutes(),seconds:e.seconds(),milliseconds:e.milliseconds()}},_o.toDate=function(){return new Date(this.valueOf())},_o.toISOString=function(e){if(!this.isValid())return null;var t=!0!==e,o=t?this.clone().utc():this;return o.year()<0||o.year()>9999?R(o,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):B(Date.prototype.toISOString)?t?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",R(o,"Z")):R(o,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")},_o.inspect=function(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e,t,o,n="moment",i="";return this.isLocal()||(n=0===this.utcOffset()?"moment.utc":"moment.parseZone",i="Z"),e="["+n+'("]',t=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY","-MM-DD[T]HH:mm:ss.SSS",o=i+'[")]',this.format(e+t+"-MM-DD[T]HH:mm:ss.SSS"+o)},"undefined"!=typeof Symbol&&null!=Symbol.for&&(_o[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),_o.toJSON=function(){return this.isValid()?this.toISOString():null},_o.toString=function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},_o.unix=function(){return Math.floor(this.valueOf()/1e3)},_o.valueOf=function(){return this._d.valueOf()-6e4*(this._offset||0)},_o.creationData=function(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}},_o.eraName=function(){var e,t,o,n=this.localeData().eras();for(e=0,t=n.length;e<t;++e){if(o=this.clone().startOf("day").valueOf(),n[e].since<=o&&o<=n[e].until)return n[e].name;if(n[e].until<=o&&o<=n[e].since)return n[e].name}return""},_o.eraNarrow=function(){var e,t,o,n=this.localeData().eras();for(e=0,t=n.length;e<t;++e){if(o=this.clone().startOf("day").valueOf(),n[e].since<=o&&o<=n[e].until)return n[e].narrow;if(n[e].until<=o&&o<=n[e].since)return n[e].narrow}return""},_o.eraAbbr=function(){var e,t,o,n=this.localeData().eras();for(e=0,t=n.length;e<t;++e){if(o=this.clone().startOf("day").valueOf(),n[e].since<=o&&o<=n[e].until)return n[e].abbr;if(n[e].until<=o&&o<=n[e].since)return n[e].abbr}return""},_o.eraYear=function(){var e,t,o,i,r=this.localeData().eras();for(e=0,t=r.length;e<t;++e)if(o=r[e].since<=r[e].until?1:-1,i=this.clone().startOf("day").valueOf(),r[e].since<=i&&i<=r[e].until||r[e].until<=i&&i<=r[e].since)return(this.year()-n(r[e].since).year())*o+r[e].offset;return this.year()},_o.year=Ie,_o.isLeapYear=function(){return q(this.year())},_o.weekYear=function(e){return go.call(this,e,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)},_o.isoWeekYear=function(e){return go.call(this,e,this.isoWeek(),this.isoWeekday(),1,4)},_o.quarter=_o.quarters=function(e){return null==e?Math.ceil((this.month()+1)/3):this.month(3*(e-1)+this.month()%3)},_o.month=Ee,_o.daysInMonth=function(){return Ce(this.year(),this.month())},_o.week=_o.weeks=function(e){var t=this.localeData().week(this);return null==e?t:this.add(7*(e-t),"d")},_o.isoWeek=_o.isoWeeks=function(e){var t=Ve(this,1,4).week;return null==e?t:this.add(7*(e-t),"d")},_o.weeksInYear=function(){var e=this.localeData()._week;return He(this.year(),e.dow,e.doy)},_o.weeksInWeekYear=function(){var e=this.localeData()._week;return He(this.weekYear(),e.dow,e.doy)},_o.isoWeeksInYear=function(){return He(this.year(),1,4)},_o.isoWeeksInISOWeekYear=function(){return He(this.isoWeekYear(),1,4)},_o.date=ko,_o.day=_o.days=function(e){if(!this.isValid())return null!=e?this:NaN;var t=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=e?(e=function(e,t){return"string"!=typeof e?e:isNaN(e)?"number"==typeof(e=t.weekdaysParse(e))?e:null:parseInt(e,10)}(e,this.localeData()),this.add(e-t,"d")):t},_o.weekday=function(e){if(!this.isValid())return null!=e?this:NaN;var t=(this.day()+7-this.localeData()._week.dow)%7;return null==e?t:this.add(e-t,"d")},_o.isoWeekday=function(e){if(!this.isValid())return null!=e?this:NaN;if(null!=e){var t=function(e,t){return"string"==typeof e?t.weekdaysParse(e)%7||7:isNaN(e)?null:e}(e,this.localeData());return this.day(this.day()%7?t:t-7)}return this.day()||7},_o.dayOfYear=function(e){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==e?t:this.add(e-t,"d")},_o.hour=_o.hours=Ge,_o.minute=_o.minutes=yo,_o.second=_o.seconds=Co,_o.millisecond=_o.milliseconds=Ao,_o.utcOffset=function(e,t,o){var i,r=this._offset||0;if(!this.isValid())return null!=e?this:NaN;if(null!=e){if("string"==typeof e){if(null===(e=Ht(he,e)))return this}else Math.abs(e)<16&&!o&&(e*=60);return!this._isUTC&&t&&(i=Ft(this)),this._offset=e,this._isUTC=!0,null!=i&&this.add(i,"m"),r!==e&&(!t||this._changeInProgress?$t(this,qt(e-r,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,n.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?r:Ft(this)},_o.utc=function(e){return this.utcOffset(0,e)},_o.local=function(e){return this._isUTC&&(this.utcOffset(0,e),this._isUTC=!1,e&&this.subtract(Ft(this),"m")),this},_o.parseZone=function(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var e=Ht(ue,this._i);null!=e?this.utcOffset(e):this.utcOffset(0,!0)}return this},_o.hasAlignedHourOffset=function(e){return!!this.isValid()&&(e=e?Lt(e).utcOffset():0,(this.utcOffset()-e)%60==0)},_o.isDST=function(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},_o.isLocal=function(){return!!this.isValid()&&!this._isUTC},_o.isUtcOffset=function(){return!!this.isValid()&&this._isUTC},_o.isUtc=zt,_o.isUTC=zt,_o.zoneAbbr=function(){return this._isUTC?"UTC":""},_o.zoneName=function(){return this._isUTC?"Coordinated Universal Time":""},_o.dates=b("dates accessor is deprecated. Use date instead.",ko),_o.months=b("months accessor is deprecated. Use month instead",Ee),_o.years=b("years accessor is deprecated. Use year instead",Ie),_o.zone=b("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",(function(e,t){return null!=e?("string"!=typeof e&&(e=-e),this.utcOffset(e,t),this):-this.utcOffset()})),_o.isDSTShifted=b("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",(function(){if(!l(this._isDSTShifted))return this._isDSTShifted;var e,t={};return y(t,this),(t=St(t))._a?(e=t._isUTC?p(t._a):Lt(t._a),this._isDSTShifted=this.isValid()&&function(e,t,o){var n,i=Math.min(e.length,t.length),r=Math.abs(e.length-t.length),s=0;for(n=0;n<i;n++)(o&&e[n]!==t[n]||!o&&K(e[n])!==K(t[n]))&&s++;return s+r}(t._a,e.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}));var So=T.prototype;function Bo(e,t,o,n){var i=lt(),r=p().set(n,t);return i[o](r,e)}function Lo(e,t,o){if(c(e)&&(t=e,e=void 0),e=e||"",null!=t)return Bo(e,t,o,"month");var n,i=[];for(n=0;n<12;n++)i[n]=Bo(e,n,o,"month");return i}function To(e,t,o,n){"boolean"==typeof e?(c(t)&&(o=t,t=void 0),t=t||""):(o=t=e,e=!1,c(t)&&(o=t,t=void 0),t=t||"");var i,r=lt(),s=e?r._week.dow:0,a=[];if(null!=o)return Bo(t,(o+s)%7,n,"day");for(i=0;i<7;i++)a[i]=Bo(t,(i+s)%7,n,"day");return a}So.calendar=function(e,t,o){var n=this._calendar[e]||this._calendar.sameElse;return B(n)?n.call(t,o):n},So.longDateFormat=function(e){var t=this._longDateFormat[e],o=this._longDateFormat[e.toUpperCase()];return t||!o?t:(this._longDateFormat[e]=o.match(N).map((function(e){return"MMMM"===e||"MM"===e||"DD"===e||"dddd"===e?e.slice(1):e})).join(""),this._longDateFormat[e])},So.invalidDate=function(){return this._invalidDate},So.ordinal=function(e){return this._ordinal.replace("%d",e)},So.preparse=xo,So.postformat=xo,So.relativeTime=function(e,t,o,n){var i=this._relativeTime[o];return B(i)?i(e,t,o,n):i.replace(/%d/i,e)},So.pastFuture=function(e,t){var o=this._relativeTime[e>0?"future":"past"];return B(o)?o(t):o.replace(/%s/i,t)},So.set=function(e){var t,o;for(o in e)s(e,o)&&(B(t=e[o])?this[o]=t:this["_"+o]=t);this._config=e,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)},So.eras=function(e,t){var o,i,r,s=this._eras||lt("en")._eras;for(o=0,i=s.length;o<i;++o)switch("string"==typeof s[o].since&&(r=n(s[o].since).startOf("day"),s[o].since=r.valueOf()),typeof s[o].until){case"undefined":s[o].until=1/0;break;case"string":r=n(s[o].until).startOf("day").valueOf(),s[o].until=r.valueOf()}return s},So.erasParse=function(e,t,o){var n,i,r,s,a,l=this.eras();for(e=e.toUpperCase(),n=0,i=l.length;n<i;++n)if(r=l[n].name.toUpperCase(),s=l[n].abbr.toUpperCase(),a=l[n].narrow.toUpperCase(),o)switch(t){case"N":case"NN":case"NNN":if(s===e)return l[n];break;case"NNNN":if(r===e)return l[n];break;case"NNNNN":if(a===e)return l[n]}else if([r,s,a].indexOf(e)>=0)return l[n]},So.erasConvertYear=function(e,t){var o=e.since<=e.until?1:-1;return void 0===t?n(e.since).year():n(e.since).year()+(t-e.offset)*o},So.erasAbbrRegex=function(e){return s(this,"_erasAbbrRegex")||fo.call(this),e?this._erasAbbrRegex:this._erasRegex},So.erasNameRegex=function(e){return s(this,"_erasNameRegex")||fo.call(this),e?this._erasNameRegex:this._erasRegex},So.erasNarrowRegex=function(e){return s(this,"_erasNarrowRegex")||fo.call(this),e?this._erasNarrowRegex:this._erasRegex},So.months=function(e,t){return e?i(this._months)?this._months[e.month()]:this._months[(this._months.isFormat||xe).test(t)?"format":"standalone"][e.month()]:i(this._months)?this._months:this._months.standalone},So.monthsShort=function(e,t){return e?i(this._monthsShort)?this._monthsShort[e.month()]:this._monthsShort[xe.test(t)?"format":"standalone"][e.month()]:i(this._monthsShort)?this._monthsShort:this._monthsShort.standalone},So.monthsParse=function(e,t,o){var n,i,r;if(this._monthsParseExact)return Le.call(this,e,t,o);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),n=0;n<12;n++){if(i=p([2e3,n]),o&&!this._longMonthsParse[n]&&(this._longMonthsParse[n]=new RegExp("^"+this.months(i,"").replace(".","")+"$","i"),this._shortMonthsParse[n]=new RegExp("^"+this.monthsShort(i,"").replace(".","")+"$","i")),o||this._monthsParse[n]||(r="^"+this.months(i,"")+"|^"+this.monthsShort(i,""),this._monthsParse[n]=new RegExp(r.replace(".",""),"i")),o&&"MMMM"===t&&this._longMonthsParse[n].test(e))return n;if(o&&"MMM"===t&&this._shortMonthsParse[n].test(e))return n;if(!o&&this._monthsParse[n].test(e))return n}},So.monthsRegex=function(e){return this._monthsParseExact?(s(this,"_monthsRegex")||Ne.call(this),e?this._monthsStrictRegex:this._monthsRegex):(s(this,"_monthsRegex")||(this._monthsRegex=Be),this._monthsStrictRegex&&e?this._monthsStrictRegex:this._monthsRegex)},So.monthsShortRegex=function(e){return this._monthsParseExact?(s(this,"_monthsRegex")||Ne.call(this),e?this._monthsShortStrictRegex:this._monthsShortRegex):(s(this,"_monthsShortRegex")||(this._monthsShortRegex=Se),this._monthsShortStrictRegex&&e?this._monthsShortStrictRegex:this._monthsShortRegex)},So.week=function(e){return Ve(e,this._week.dow,this._week.doy).week},So.firstDayOfYear=function(){return this._week.doy},So.firstDayOfWeek=function(){return this._week.dow},So.weekdays=function(e,t){var o=i(this._weekdays)?this._weekdays:this._weekdays[e&&!0!==e&&this._weekdays.isFormat.test(t)?"format":"standalone"];return!0===e?Ye(o,this._week.dow):e?o[e.day()]:o},So.weekdaysMin=function(e){return!0===e?Ye(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin},So.weekdaysShort=function(e){return!0===e?Ye(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort},So.weekdaysParse=function(e,t,o){var n,i,r;if(this._weekdaysParseExact)return Ke.call(this,e,t,o);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),n=0;n<7;n++){if(i=p([2e3,1]).day(n),o&&!this._fullWeekdaysParse[n]&&(this._fullWeekdaysParse[n]=new RegExp("^"+this.weekdays(i,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[n]=new RegExp("^"+this.weekdaysShort(i,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[n]=new RegExp("^"+this.weekdaysMin(i,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[n]||(r="^"+this.weekdays(i,"")+"|^"+this.weekdaysShort(i,"")+"|^"+this.weekdaysMin(i,""),this._weekdaysParse[n]=new RegExp(r.replace(".",""),"i")),o&&"dddd"===t&&this._fullWeekdaysParse[n].test(e))return n;if(o&&"ddd"===t&&this._shortWeekdaysParse[n].test(e))return n;if(o&&"dd"===t&&this._minWeekdaysParse[n].test(e))return n;if(!o&&this._weekdaysParse[n].test(e))return n}},So.weekdaysRegex=function(e){return this._weekdaysParseExact?(s(this,"_weekdaysRegex")||Je.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(s(this,"_weekdaysRegex")||(this._weekdaysRegex=Ue),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)},So.weekdaysShortRegex=function(e){return this._weekdaysParseExact?(s(this,"_weekdaysRegex")||Je.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(s(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=qe),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)},So.weekdaysMinRegex=function(e){return this._weekdaysParseExact?(s(this,"_weekdaysRegex")||Je.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(s(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=We),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)},So.isPM=function(e){return"p"===(e+"").toLowerCase().charAt(0)},So.meridiem=function(e,t,o){return e>11?o?"pm":"PM":o?"am":"AM"},st("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1===K(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}}),n.lang=b("moment.lang is deprecated. Use moment.locale instead.",st),n.langData=b("moment.langData is deprecated. Use moment.localeData instead.",lt);var Eo=Math.abs;function No(e,t,o,n){var i=qt(t,o);return e._milliseconds+=n*i._milliseconds,e._days+=n*i._days,e._months+=n*i._months,e._bubble()}function Mo(e){return e<0?Math.floor(e):Math.ceil(e)}function Io(e){return 4800*e/146097}function Po(e){return 146097*e/4800}function Oo(e){return function(){return this.as(e)}}var Do=Oo("ms"),Ro=Oo("s"),Vo=Oo("m"),Ho=Oo("h"),Yo=Oo("d"),Fo=Oo("w"),zo=Oo("M"),jo=Oo("Q"),Uo=Oo("y");function qo(e){return function(){return this.isValid()?this._data[e]:NaN}}var Wo=qo("milliseconds"),Ko=qo("seconds"),Jo=qo("minutes"),$o=qo("hours"),Xo=qo("days"),Qo=qo("months"),Go=qo("years");var Zo=Math.round,en={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function tn(e,t,o,n,i){return i.relativeTime(t||1,!!o,e,n)}var on=Math.abs;function nn(e){return(e>0)-(e<0)||+e}function rn(){if(!this.isValid())return this.localeData().invalidDate();var e,t,o,n,i,r,s,a,l=on(this._milliseconds)/1e3,c=on(this._days),d=on(this._months),u=this.asSeconds();return u?(e=W(l/60),t=W(e/60),l%=60,e%=60,o=W(d/12),d%=12,n=l?l.toFixed(3).replace(/\.?0+$/,""):"",i=u<0?"-":"",r=nn(this._months)!==nn(u)?"-":"",s=nn(this._days)!==nn(u)?"-":"",a=nn(this._milliseconds)!==nn(u)?"-":"",i+"P"+(o?r+o+"Y":"")+(d?r+d+"M":"")+(c?s+c+"D":"")+(t||e||l?"T":"")+(t?a+t+"H":"")+(e?a+e+"M":"")+(l?a+n+"S":"")):"P0D"}var sn=Pt.prototype;return sn.isValid=function(){return this._isValid},sn.abs=function(){var e=this._data;return this._milliseconds=Eo(this._milliseconds),this._days=Eo(this._days),this._months=Eo(this._months),e.milliseconds=Eo(e.milliseconds),e.seconds=Eo(e.seconds),e.minutes=Eo(e.minutes),e.hours=Eo(e.hours),e.months=Eo(e.months),e.years=Eo(e.years),this},sn.add=function(e,t){return No(this,e,t,1)},sn.subtract=function(e,t){return No(this,e,t,-1)},sn.as=function(e){if(!this.isValid())return NaN;var t,o,n=this._milliseconds;if("month"===(e=F(e))||"quarter"===e||"year"===e)switch(t=this._days+n/864e5,o=this._months+Io(t),e){case"month":return o;case"quarter":return o/3;case"year":return o/12}else switch(t=this._days+Math.round(Po(this._months)),e){case"week":return t/7+n/6048e5;case"day":return t+n/864e5;case"hour":return 24*t+n/36e5;case"minute":return 1440*t+n/6e4;case"second":return 86400*t+n/1e3;case"millisecond":return Math.floor(864e5*t)+n;default:throw new Error("Unknown unit "+e)}},sn.asMilliseconds=Do,sn.asSeconds=Ro,sn.asMinutes=Vo,sn.asHours=Ho,sn.asDays=Yo,sn.asWeeks=Fo,sn.asMonths=zo,sn.asQuarters=jo,sn.asYears=Uo,sn.valueOf=function(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*K(this._months/12):NaN},sn._bubble=function(){var e,t,o,n,i,r=this._milliseconds,s=this._days,a=this._months,l=this._data;return r>=0&&s>=0&&a>=0||r<=0&&s<=0&&a<=0||(r+=864e5*Mo(Po(a)+s),s=0,a=0),l.milliseconds=r%1e3,e=W(r/1e3),l.seconds=e%60,t=W(e/60),l.minutes=t%60,o=W(t/60),l.hours=o%24,s+=W(o/24),a+=i=W(Io(s)),s-=Mo(Po(i)),n=W(a/12),a%=12,l.days=s,l.months=a,l.years=n,this},sn.clone=function(){return qt(this)},sn.get=function(e){return e=F(e),this.isValid()?this[e+"s"]():NaN},sn.milliseconds=Wo,sn.seconds=Ko,sn.minutes=Jo,sn.hours=$o,sn.days=Xo,sn.weeks=function(){return W(this.days()/7)},sn.months=Qo,sn.years=Go,sn.humanize=function(e,t){if(!this.isValid())return this.localeData().invalidDate();var o,n,i=!1,r=en;return"object"==typeof e&&(t=e,e=!1),"boolean"==typeof e&&(i=e),"object"==typeof t&&(r=Object.assign({},en,t),null!=t.s&&null==t.ss&&(r.ss=t.s-1)),n=function(e,t,o,n){var i=qt(e).abs(),r=Zo(i.as("s")),s=Zo(i.as("m")),a=Zo(i.as("h")),l=Zo(i.as("d")),c=Zo(i.as("M")),d=Zo(i.as("w")),u=Zo(i.as("y")),h=r<=o.ss&&["s",r]||r<o.s&&["ss",r]||s<=1&&["m"]||s<o.m&&["mm",s]||a<=1&&["h"]||a<o.h&&["hh",a]||l<=1&&["d"]||l<o.d&&["dd",l];return null!=o.w&&(h=h||d<=1&&["w"]||d<o.w&&["ww",d]),(h=h||c<=1&&["M"]||c<o.M&&["MM",c]||u<=1&&["y"]||["yy",u])[2]=t,h[3]=+e>0,h[4]=n,tn.apply(null,h)}(this,!i,r,o=this.localeData()),i&&(n=o.pastFuture(+this,n)),o.postformat(n)},sn.toISOString=rn,sn.toString=rn,sn.toJSON=rn,sn.locale=oo,sn.localeData=io,sn.toIsoString=b("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",rn),sn.lang=no,O("X",0,0,"unix"),O("x",0,0,"valueOf"),fe("x",de),fe("X",/[+-]?\d+(\.\d{1,3})?/),ke("X",(function(e,t,o){o._d=new Date(1e3*parseFloat(e))})),ke("x",(function(e,t,o){o._d=new Date(K(e))})),
3//! moment.js
4n.version="2.29.1",function(e){t=e}(Lt),n.fn=_o,n.min=function(){return Nt("isBefore",[].slice.call(arguments,0))},n.max=function(){return Nt("isAfter",[].slice.call(arguments,0))},n.now=function(){return Date.now?Date.now():+new Date},n.utc=p,n.unix=function(e){return Lt(1e3*e)},n.months=function(e,t){return Lo(e,t,"months")},n.isDate=d,n.locale=st,n.invalid=g,n.duration=qt,n.isMoment=A,n.weekdays=function(e,t,o){return To(e,t,o,"weekdays")},n.parseZone=function(){return Lt.apply(null,arguments).parseZone()},n.localeData=lt,n.isDuration=Ot,n.monthsShort=function(e,t){return Lo(e,t,"monthsShort")},n.weekdaysMin=function(e,t,o){return To(e,t,o,"weekdaysMin")},n.defineLocale=at,n.updateLocale=function(e,t){if(null!=t){var o,n,i=et;null!=tt[e]&&null!=tt[e].parentLocale?tt[e].set(L(tt[e]._config,t)):(null!=(n=rt(e))&&(i=n._config),t=L(i,t),null==n&&(t.abbr=e),(o=new T(t)).parentLocale=tt[e],tt[e]=o),st(e)}else null!=tt[e]&&(null!=tt[e].parentLocale?(tt[e]=tt[e].parentLocale,e===st()&&st(e)):null!=tt[e]&&delete tt[e]);return tt[e]},n.locales=function(){return _(tt)},n.weekdaysShort=function(e,t,o){return To(e,t,o,"weekdaysShort")},n.normalizeUnits=F,n.relativeTimeRounding=function(e){return void 0===e?Zo:"function"==typeof e&&(Zo=e,!0)},n.relativeTimeThreshold=function(e,t){return void 0!==en[e]&&(void 0===t?en[e]:(en[e]=t,"s"===e&&(en.ss=t-1),!0))},n.calendarFormat=function(e,t){var o=e.diff(t,"days",!0);return o<-6?"sameElse":o<-1?"lastWeek":o<0?"lastDay":o<1?"sameDay":o<2?"nextDay":o<7?"nextWeek":"sameElse"},n.prototype=_o,n.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"},n}()},St(Tt={exports:{}},Tt.exports),Tt.exports);"loading"===document.readyState?document.addEventListener("readystatechange",(function(){"interactive"===document.readyState&&(Mt=ut())})):Mt=ut();class Dt{constructor(e){this.state=st(),this._boundedMessageListener=null,this._eventErrLog=[],this._eventLog=[],this._eventSendLog=[],this._previousEvent=null,this._dataAttribute=null,this._uiController=null,this._screenShotMode=!1,this._isTopFrame=window.location===window.parent.location,this._isRecordingClicks=!0,this.socketUrl=e,this.observer=null,this.inputEventListenerFun=L$1(this._recordEvent.bind(this),200)}boot(){this.state.startRecorder=!0,"loading"===document.readyState?document.addEventListener("readystatechange",(()=>{"complete"===document.readyState&&(this._initializeRecorder(),this.ovserverDom())})):(this._initializeRecorder(),this.ovserverDom())}off(){this.state.startRecorder=!1,this.observer.disconnect()}ovserverDom(){this.observer=new MutationObserver((e=>{for(let t=0;t<e.length;t++)e[t].addedNodes.length>0&&[...document.getElementsByTagName("input"),...document.getElementsByTagName("textarea")].forEach((e=>{switch(e.type){case"text":case"number":case"password":case"textarea":e.addEventListener("input",this.inputEventListenerFun,!0)}}))})),this.observer.observe(document.body,{childList:!0,subtree:!0})}_initializeRecorder(){const e=Object.values(_t);window.screenRecorderAddedControlListeners||(console.log("_addAllListeners:",e),this._addAllListeners(e),window.screenRecorderAddedControlListeners=!0),window.document.screenRecorderAddedControlListeners||(window.document.screenRecorderAddedControlListeners=!0)}_addAllListeners(e){e.forEach((e=>{let t=this._recordEvent.bind(this);if(console.log("type:",e),"input"===e){let e=[...document.getElementsByTagName("input"),...document.getElementsByTagName("textarea")];return console.log("inputList:",e),void e.forEach((e=>{switch(console.log(e.type),e.type){case"text":case"number":case"password":case"textarea":e.addEventListener("input",this.inputEventListenerFun,!0)}}))}"touchmove"===e&&(t=P$1(t,50)),"scroll"===e&&(t=P$1(t,50)),window.addEventListener(e,t,!0)}))}_sendMessage(e){this.state.mySocket&&this.state.mySocket.webSocketState&&(console.log("send message:",e,window.eventRecorder),this.state.mySocket.send({type:"BROADCAST",contentType:"action",channelSerial:this.state.channelSerial,data:JSON.stringify({...e,connectSerial:this.state.connectSerial})}),this._eventSendLog.push(e))}_recordEvent(e){if(this.state.aid=R(),this.state.startRecorder)try{let t="",o=e.target;if(e.target===document?(t="html",o=e.target.scrollingElement):(e.target.id,t=this._dataAttribute&&e.target.hasAttribute&&e.target.hasAttribute(this._dataAttribute)?Dt._formatDataSelector(e.target,this._dataAttribute):Mt.find(e.target)),t.indexOf("body")<0&&"html"!==t)return;let n={};"scroll"===e.type&&(n={scrollLeft:o.scrollLeft,scrollTop:o.scrollTop}),Array.from(e.target.classList||[]).map((e=>`.${yt(e,{isIdentifier:!0})}`));const i={};switch(e.type){case"click":case"click":case"touchstart":case"touchmove":case"touchend":i.altKey=e?.altKey,i.metaKey=e?.metaKey,i.ctrlKey=e?.ctrlKey,e?.targetTouches&&(i.targetTouches={clientX:e?.targetTouches[0]?.clientX,clientY:e?.targetTouches[0]?.clientY,force:e?.targetTouches[0]?.force,identifier:e?.targetTouches[0]?.identifier,pageX:e?.targetTouches[0]?.pageX,pageY:e?.targetTouches[0]?.pageY,radiusX:e?.targetTouches[0]?.radiusX,radiusY:e?.targetTouches[0]?.radiusY,rotationAngle:e?.targetTouches[0]?.rotationAngle,screenX:e?.targetTouches[0]?.screenX,screenY:e?.targetTouches[0]?.screenY}),e?.changedTouches&&(i.changedTouches={clientX:e?.changedTouches[0]?.clientX,clientY:e?.changedTouches[0]?.clientY,force:e?.changedTouches[0]?.force,identifier:e?.changedTouches[0]?.identifier,pageX:e?.changedTouches[0]?.pageX,pageY:e?.changedTouches[0]?.pageY,radiusX:e?.changedTouches[0]?.radiusX,radiusY:e?.changedTouches[0]?.radiusY,rotationAngle:e?.changedTouches[0]?.rotationAngle,screenX:e?.changedTouches[0]?.screenX,screenY:e?.changedTouches[0]?.screenY})}let r=(new Date).getTime(),s=Dt._getCoordinates(e);const a={eventId:R(),eventType:"VIEW_COMMON_EVENT",dateTime:Nt(r).format("YYYY-MM-DD HH:mm:ss.SSS"),diffTime:this.state.actionTime?r-this.state.actionTime:0,params:{},viewC12c:{actionType:F$1[e.type].actionType,actionName:F$1[e.type].actionName,params:{},viewPath:t,viewPathDetail:t,text:kt(o),touchX:s?.x,touchY:s?.y,scrollX:n?.scrollTop,scrollY:n?.scrollLeft,inputValue:o?.value,position:this.getPositon(o),cloneEvent:i}};this.state.actionTime=r,this._eventLog.push(a),this._sendMessage(a)}catch(e){this._eventErrLog.push(e),console.log("[eventErrLog]:",e)}}getPositon(e){let t=-window.scrollY,o=-window.scrollX;const n=e.offsetWidth,i=e.offsetHeight;for(;e&&e!==document.body;)t+=e.offsetTop,o+=e.offsetLeft,e=e.offsetParent;return{width:`${n}px`,height:`${i}px`,top:t-1+"px",left:o-1+"px"}}_getEventLog(){return this._eventLog}_clearEventLog(){this._eventLog=[]}sendEventRight(){return this._eventLog.length===this._eventSendLog.length}static _getCoordinates(e){return{mouseup:!0,mousedown:!0,mousemove:!0,mouseover:!0,touchstart:!0,touchend:!0,touchmove:!0}[e.type]?{x:e.clientX||e.changedTouches[0].clientX,y:e.clientY||e.changedTouches[0].clientY}:null}static _formatDataSelector(e,t){return`[${t}="${e.getAttribute(t)}"]`}}class Yt{constructor(e){this.instance=getCurrentInstance(),this.state=st(),this.socket=null,this.webSocketState=null,this.reconnectTimer=null,this.waitingServerTime=null,this.startHeartBeatTimee=null,this.heartBeat={time:3e4,timeout:3e3,reconnect:1e4},this.isReconnect=!0,this.wsUrl=e,this.init(),this.socket&&(this.onopen((()=>{this.state=st(),this.webSocketState=!0,this.send({type:"LOGIN",channelSerial:this.state.channelSerial,data:JSON.stringify({manufacturer:window.location.host,connectSerial:this.state.connectSerial||void 0})}),$bus$1.emit("webSocketState"),this.startHeartBeat(this.heartBeat.time)})),this.onerror((e=>{console.log(e),this.webSocketState=!1,this.socket=null,this.state.socketConnect=!1})),this.onclose((e=>{console.log(e),this.socket=null,this.state.socketConnect=!1,this.webSocketState=!1,this.reconnectTimer&&clearTimeout(this.reconnectTimer),this.waitingServerTime&&clearTimeout(this.waitingServerTime),this.startHeartBeatTime&&clearTimeout(this.startHeartBeatTime)})),this.onmessage((e=>{"HEART_BEAT"===JSON.parse(e.data).type&&(this.webSocketState=!0)})))}init(){try{this.socket||(this.socket=new WebSocket(this.wsUrl)),this.socket&&this.reconnectTimer&&(clearTimeout(this.reconnectTimer),this.reconnectTimer=null,this.socket=new WebSocket(this.wsUrl))}catch(e){console.error(e)}}onopen(e){this.socket.addEventListener("open",e)}onclose(e){this.socket.addEventListener("close",e)}onmessage(e){this.socket.addEventListener("message",e)}onerror(e){this.socket.addEventListener("error",e)}close(){this.socket&&this.socket?.close(),this.socket=null,this.reconnectTimer&&clearTimeout(this.reconnectTimer),this.waitingServerTime&&clearTimeout(this.waitingServerTime),this.startHeartBeatTime&&clearTimeout(this.startHeartBeatTime)}send(e){this.socket&&this.socket.send(JSON.stringify(e))}startHeartBeat(e){this.startHeartBeatTime=setTimeout((()=>{this.send({type:"HEART_BEAT",data:JSON.stringify({time:new Date,connectSerial:this.state.connectSerial})}),this.waitingServer()}),e)}waitingServer(){this.webSocketState=!1,this.waitingServerTime=setTimeout((()=>{if(this.webSocketState)this.startHeartBeat(this.heartBeat.time);else{console.log("心跳无响应,已断线");try{this.close(),this.instance.proxy.$toast("连接已经断开",2e3)}catch(e){console.log("连接已关闭,无需关闭")}this.reconnectWebSocket()}}),this.heartBeat.timeout)}reconnectWebSocket(){this.isReconnect&&(this.reconnectTimer=setTimeout((()=>{this.init()}),this.heartBeat.reconnect))}}class Ct{constructor(e){this.socketUrl=e,this.state=st(),this.init()}init(){!this.state.mySocket&&(this.state.mySocket=new Yt(this.socketUrl)),this.state.mySocket&&this.state.mySocket.socket&&(this.state.startPlayback=!0,this.state.mySocket.onmessage((e=>{try{let t,o=JSON.parse(e.data);if("LOGIN"===o.type)t=JSON.parse(o.data),this.state.connectSerial=t.connectSerial,this.state.isNative&&localStorage.setItem("nativeConnectSerial",t.connectSerial);else if("BROADCAST"===o.type)if(t=JSON.parse(o.data),"action"===o.contentType){if(this.state.aid=t.eventId,this.state.startPlayback){let e,o=document.querySelector(t.viewC12c.viewPath);switch(t.viewC12c.actionType){case"ON_CLICK":o.click();break;case"ON_TOUCH_START":e=document.createEvent("MouseEvents"),e.initMouseEvent("touchstart",!0,!0,window,0,t.viewC12c.cloneEvent.targetTouches.screenX,t.viewC12c.cloneEvent.targetTouches.screenY,t.viewC12c.cloneEvent.targetTouches.clientX,t.viewC12c.cloneEvent.targetTouches.clientY,t.viewC12c.cloneEvent.ctrlKey,t.viewC12c.cloneEvent.altKey,t.viewC12c.cloneEvent.shiftKey,t.viewC12c.cloneEvent.metaKey),e.changedTouches=[{clientX:t.viewC12c.cloneEvent.targetTouches.clientX,clientY:t.viewC12c.cloneEvent.targetTouches.clientY,force:t.viewC12c.cloneEvent.targetTouches.force,identifier:t.viewC12c.cloneEvent.targetTouches.identifier,pageX:t.viewC12c.cloneEvent.targetTouches.pageX,pageY:t.viewC12c.cloneEvent.targetTouches.pageY,radiusX:t.viewC12c.cloneEvent.targetTouches.radiusX,radiusY:t.viewC12c.cloneEvent.targetTouches.radiusY,rotationAngle:t.viewC12c.cloneEvent.targetTouches.rotationAngle,screenX:t.viewC12c.cloneEvent.targetTouches.screenX,screenY:t.viewC12c.cloneEvent.targetTouches.screenY}],e.touches=e.changedTouches,e.targetTouches=e.changedTouches,console.log("fyq",e),o.dispatchEvent(e);break;case"ON_TOUCH_MOVE":e=document.createEvent("MouseEvents"),e.initMouseEvent("touchmove",!0,!0,window,0,t.viewC12c.cloneEvent.targetTouches.screenX,t.viewC12c.cloneEvent.targetTouches.screenY,t.viewC12c.cloneEvent.targetTouches.clientX,t.viewC12c.cloneEvent.targetTouches.clientY,t.viewC12c.cloneEvent.ctrlKey,t.viewC12c.cloneEvent.altKey,t.viewC12c.cloneEvent.shiftKey,t.viewC12c.cloneEvent.metaKey),e.changedTouches=[{clientX:t.viewC12c.cloneEvent.targetTouches.clientX,clientY:t.viewC12c.cloneEvent.targetTouches.clientY,force:t.viewC12c.cloneEvent.targetTouches.force,identifier:t.viewC12c.cloneEvent.targetTouches.identifier,pageX:t.viewC12c.cloneEvent.targetTouches.pageX,pageY:t.viewC12c.cloneEvent.targetTouches.pageY,radiusX:t.viewC12c.cloneEvent.targetTouches.radiusX,radiusY:t.viewC12c.cloneEvent.targetTouches.radiusY,rotationAngle:t.viewC12c.cloneEvent.targetTouches.rotationAngle,screenX:t.viewC12c.cloneEvent.targetTouches.screenX,screenY:t.viewC12c.cloneEvent.targetTouches.screenY}],e.touches=e.changedTouches,e.targetTouches=e.changedTouches,o.dispatchEvent(e);break;case"ON_TOUCH_END":e=document.createEvent("MouseEvents"),e.initMouseEvent("touchend",!0,!0,window,0,t.viewC12c.cloneEvent.changedTouches.screenX,t.viewC12c.cloneEvent.changedTouches.screenY,t.viewC12c.cloneEvent.changedTouches.clientX,t.viewC12c.cloneEvent.changedTouches.clientY,t.viewC12c.cloneEvent.ctrlKey,t.viewC12c.cloneEvent.altKey,t.viewC12c.cloneEvent.shiftKey,t.viewC12c.cloneEvent.metaKey),e.changedTouches=[{clientX:t.viewC12c.cloneEvent.targetTouches.clientX,clientY:t.viewC12c.cloneEvent.targetTouches.clientY,force:t.viewC12c.cloneEvent.targetTouches.force,identifier:t.viewC12c.cloneEvent.targetTouches.identifier,pageX:t.viewC12c.cloneEvent.targetTouches.pageX,pageY:t.viewC12c.cloneEvent.targetTouches.pageY,radiusX:t.viewC12c.cloneEvent.targetTouches.radiusX,radiusY:t.viewC12c.cloneEvent.targetTouches.radiusY,rotationAngle:t.viewC12c.cloneEvent.targetTouches.rotationAngle,screenX:t.viewC12c.cloneEvent.targetTouches.screenX,screenY:t.viewC12c.cloneEvent.targetTouches.screenY}],e.touches=e.changedTouches,e.targetTouches=e.changedTouches,o.dispatchEvent(e);break;case"ON_INPUT_CHANGE":e=document.createEvent("Events"),e.initEvent("input",!0,!0),o.value=t.viewC12c.text,o.dispatchEvent(e);break;case"ON_SCROLL":o.scrollTop=t.viewC12c.scrollX,o.scrollLeft=t.viewC12c.scrollY}}}else"mc_host"===o.contentType&&(this.state.isHost=!1,this.state.startPlayback=!0)}catch(e){console.error(e)}})))}close(){this.state.mySocket&&(this.state.mySocket.close(),this.state.mySocket=null),this.state.startPlayback=!1}}var Et={components:{RouterContainer:$,IndependContainer:q,ElementsHighlight:J,HostSuspendedBall:ot},directives:{dragable:dragable},data:()=>({btnConfig:{name:"dokit_entry",opacity:.5,left:window.innerWidth-50,top:window.innerHeight-100,safeBottom:50,eventPlayback:null}}),created(){this.$store.state.aid=R()},watch:{socketConnect:{handler(e,t){e?(this.eventPlayback=new Ct(this.socketUrl),this.$store.state.socketHistoryList.set(this.socketUrl,"connect")):this.eventPlayback&&(this.$store.state.socketHistoryList.set(this.socketUrl,"close"),this.eventPlayback.close(),this.eventPlayback=null)},immediate:!0},socketHistoryList:{handler(e,t){localStorage.setItem("dokit-socket-history-list",JSON.stringify([...e]))},deep:!0},isHost:{handler(e,t){e?(this.eventPlayback?.state?.mySocket?.webSocketState&&this.eventPlayback.state.mySocket.send({type:"BROADCAST",contentType:"mc_host",channelSerial:this.channelSerial,data:JSON.stringify({connectSerial:this.eventPlayback.state.connectSerial})}),window.eventRecorder||(window.eventRecorder=new Dt(this.socketUrl)),this.$store.state.startPlayback=!1,window?.eventRecorder?.boot()):window?.eventRecorder?.off()},immediate:!0}},computed:{channelSerial(){return this.state.channelSerial},socketHistoryList(){return this.state.socketHistoryList},highlightElement(){return this.state.highlightElement},showHighlightElement(){return this.state.showHighlightElement},state(){return this.$store.state},showContainer(){return this.state.showContainer},independPlugins(){return this.$store.state.independPlugins},socketConnect(){return this.state.socketConnect},socketUrl(){return this.state.socketUrl},isHost(){return this.state.isHost}},methods:{toggleShowContainer(){lt()}}};const Ot={class:"dokit-app"};V(".dokit-app[data-v-5dbfed36] {\n font-family: Helvetica Neue, Helvetica, Arial, sans-serif;\n pointer-events: none;\n position: fixed;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n z-index: 100000;\n}\n.dokit-app > *[data-v-5dbfed36] {\n pointer-events: all;\n font-size: 16px;\n}\n.dokit-entry-btn[data-v-5dbfed36] {\n width: 50px;\n height: 50px;\n padding: 10px;\n box-sizing: border-box;\n background-image: url(//pt-starimg.didistatic.com/static/starimg/img/OzaetKDzHr1618905183992.png);\n background-size: 50px;\n background-position: center;\n background-repeat: no-repeat;\n}\n.dokit-mask[data-v-5dbfed36] {\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n z-index: 3;\n background-color: #333333;\n opacity: 0.3;\n}\n"),Et.render=function(e,t,o,n,i,r){const s=resolveComponent("router-container"),a=resolveComponent("independ-container"),l=resolveComponent("elements-highlight"),c=resolveComponent("host-suspendedBall"),d=resolveDirective("dragable");return openBlock(),createElementBlock("div",Ot,[withDirectives(createBaseVNode("div",{class:"dokit-entry-btn",style:{"z-index":"10000"},onClick:t[0]||(t[0]=(...e)=>r.toggleShowContainer&&r.toggleShowContainer(...e))},null,512),[[d,i.btnConfig]]),withDirectives(createBaseVNode("div",{class:"dokit-mask",onClick:t[1]||(t[1]=(...t)=>e.toggleContainer&&e.toggleContainer(...t))},null,512),[[vShow,r.showContainer]]),withDirectives(createVNode(s,null,null,512),[[vShow,r.showContainer]]),withDirectives(createVNode(a,null,null,512),[[vShow,r.independPlugins.length]]),r.showHighlightElement&&r.highlightElement?(openBlock(),createBlock(l,{key:0,element:r.highlightElement},null,8,["element"])):createCommentVNode("",!0),r.socketConnect?(openBlock(),createBlock(c,{key:1})):createCommentVNode("",!0)])},Et.__scopeId="data-v-5dbfed36";var Ht=defineComponent({name:"DoCol",componentName:"DoCol",props:{span:{type:Number,default:24},tag:{type:String,default:"div"},offset:Number,pull:Number,push:Number,xs:[Number,Object],sm:[Number,Object],md:[Number,Object],lg:[Number,Object],xl:[Number,Object]},setup(e,{slots:t}){let o=computed((()=>inject("gutter",0))),n=[],i={paddingLeft:"",paddingRight:""};return o&&(i.paddingLeft=o.value/2+"px",i.paddingRight=i.paddingLeft),["span","offset","pull","push"].forEach((t=>{(e[t]||0===e[t])&&n.push("span"!==t?`do-col-${t}-${e[t]}`:`do-col-${e[t]}`)})),["xs","sm","md","lg","xl"].forEach((t=>{if("number"==typeof e[t])n.push(`do-col-${t}-${e[t]}`);else if("object"==typeof e[t]){let o=e[t];Object.keys(o).forEach((e=>{n.push("span"!==e?`do-col-${t}-${e}-${o[e]}`:`do-col-${t}-${o[e]}`)}))}})),()=>h$1(e.tag,{class:["do-col",n],style:i},t)}}),At=defineComponent({name:"DoRow",componentName:"DoRow",props:{tag:{type:String,default:"div"},gutter:Number,type:{type:String,default:"flex"},justify:{type:String,default:"start"},align:{type:String,default:"top"}},setup(e,{slots:t}){let o=computed((()=>{const t={};return e.gutter&&(t.marginLeft=`-${e.gutter/2}px`,t.marginRight=t.marginLeft),t}));return provide("gutter",e.gutter),()=>h$1(e.tag,{class:["do-row","start"!==e.justify?`is-justify-${e.justify}`:"","top"!==e.align?`is-align-${e.align}`:"",{"do-row--flex":"flex"===e.type}],style:o},t)}});V(".do-col-pull-0,.do-col-pull-1,.do-col-pull-10,.do-col-pull-11,.do-col-pull-12,.do-col-pull-13,.do-col-pull-14,.do-col-pull-15,.do-col-pull-16,.do-col-pull-17,.do-col-pull-18,.do-col-pull-19,.do-col-pull-2,.do-col-pull-20,.do-col-pull-21,.do-col-pull-22,.do-col-pull-23,.do-col-pull-24,.do-col-pull-3,.do-col-pull-4,.do-col-pull-5,.do-col-pull-6,.do-col-pull-7,.do-col-pull-8,.do-col-pull-9,.do-col-push-0,.do-col-push-1,.do-col-push-10,.do-col-push-11,.do-col-push-12,.do-col-push-13,.do-col-push-14,.do-col-push-15,.do-col-push-16,.do-col-push-17,.do-col-push-18,.do-col-push-19,.do-col-push-2,.do-col-push-20,.do-col-push-21,.do-col-push-22,.do-col-push-23,.do-col-push-24,.do-col-push-3,.do-col-push-4,.do-col-push-5,.do-col-push-6,.do-col-push-7,.do-col-push-8,.do-col-push-9{position:relative}[class*=do-col-]{float:left;-webkit-box-sizing:border-box;box-sizing:border-box}.do-col-0{display:none;width:0%}.do-col-offset-0{margin-left:0}.do-col-pull-0{right:0}.do-col-push-0{left:0}.do-col-1{width:4.16667%}.do-col-offset-1{margin-left:4.16667%}.do-col-pull-1{right:4.16667%}.do-col-push-1{left:4.16667%}.do-col-2{width:8.33333%}.do-col-offset-2{margin-left:8.33333%}.do-col-pull-2{right:8.33333%}.do-col-push-2{left:8.33333%}.do-col-3{width:12.5%}.do-col-offset-3{margin-left:12.5%}.do-col-pull-3{right:12.5%}.do-col-push-3{left:12.5%}.do-col-4{width:16.66667%}.do-col-offset-4{margin-left:16.66667%}.do-col-pull-4{right:16.66667%}.do-col-push-4{left:16.66667%}.do-col-5{width:20.83333%}.do-col-offset-5{margin-left:20.83333%}.do-col-pull-5{right:20.83333%}.do-col-push-5{left:20.83333%}.do-col-6{width:25%}.do-col-offset-6{margin-left:25%}.do-col-pull-6{right:25%}.do-col-push-6{left:25%}.do-col-7{width:29.16667%}.do-col-offset-7{margin-left:29.16667%}.do-col-pull-7{right:29.16667%}.do-col-push-7{left:29.16667%}.do-col-8{width:33.33333%}.do-col-offset-8{margin-left:33.33333%}.do-col-pull-8{right:33.33333%}.do-col-push-8{left:33.33333%}.do-col-9{width:37.5%}.do-col-offset-9{margin-left:37.5%}.do-col-pull-9{right:37.5%}.do-col-push-9{left:37.5%}.do-col-10{width:41.66667%}.do-col-offset-10{margin-left:41.66667%}.do-col-pull-10{right:41.66667%}.do-col-push-10{left:41.66667%}.do-col-11{width:45.83333%}.do-col-offset-11{margin-left:45.83333%}.do-col-pull-11{right:45.83333%}.do-col-push-11{left:45.83333%}.do-col-12{width:50%}.do-col-offset-12{margin-left:50%}.do-col-pull-12{right:50%}.do-col-push-12{left:50%}.do-col-13{width:54.16667%}.do-col-offset-13{margin-left:54.16667%}.do-col-pull-13{right:54.16667%}.do-col-push-13{left:54.16667%}.do-col-14{width:58.33333%}.do-col-offset-14{margin-left:58.33333%}.do-col-pull-14{right:58.33333%}.do-col-push-14{left:58.33333%}.do-col-15{width:62.5%}.do-col-offset-15{margin-left:62.5%}.do-col-pull-15{right:62.5%}.do-col-push-15{left:62.5%}.do-col-16{width:66.66667%}.do-col-offset-16{margin-left:66.66667%}.do-col-pull-16{right:66.66667%}.do-col-push-16{left:66.66667%}.do-col-17{width:70.83333%}.do-col-offset-17{margin-left:70.83333%}.do-col-pull-17{right:70.83333%}.do-col-push-17{left:70.83333%}.do-col-18{width:75%}.do-col-offset-18{margin-left:75%}.do-col-pull-18{right:75%}.do-col-push-18{left:75%}.do-col-19{width:79.16667%}.do-col-offset-19{margin-left:79.16667%}.do-col-pull-19{right:79.16667%}.do-col-push-19{left:79.16667%}.do-col-20{width:83.33333%}.do-col-offset-20{margin-left:83.33333%}.do-col-pull-20{right:83.33333%}.do-col-push-20{left:83.33333%}.do-col-21{width:87.5%}.do-col-offset-21{margin-left:87.5%}.do-col-pull-21{right:87.5%}.do-col-push-21{left:87.5%}.do-col-22{width:91.66667%}.do-col-offset-22{margin-left:91.66667%}.do-col-pull-22{right:91.66667%}.do-col-push-22{left:91.66667%}.do-col-23{width:95.83333%}.do-col-offset-23{margin-left:95.83333%}.do-col-pull-23{right:95.83333%}.do-col-push-23{left:95.83333%}.do-col-24{width:100%}.do-col-offset-24{margin-left:100%}.do-col-pull-24{right:100%}.do-col-push-24{left:100%}@media only screen and (max-width:767px){.do-col-xs-0{display:none;width:0%}.do-col-xs-offset-0{margin-left:0}.do-col-xs-pull-0{position:relative;right:0}.do-col-xs-push-0{position:relative;left:0}.do-col-xs-1{width:4.16667%}.do-col-xs-offset-1{margin-left:4.16667%}.do-col-xs-pull-1{position:relative;right:4.16667%}.do-col-xs-push-1{position:relative;left:4.16667%}.do-col-xs-2{width:8.33333%}.do-col-xs-offset-2{margin-left:8.33333%}.do-col-xs-pull-2{position:relative;right:8.33333%}.do-col-xs-push-2{position:relative;left:8.33333%}.do-col-xs-3{width:12.5%}.do-col-xs-offset-3{margin-left:12.5%}.do-col-xs-pull-3{position:relative;right:12.5%}.do-col-xs-push-3{position:relative;left:12.5%}.do-col-xs-4{width:16.66667%}.do-col-xs-offset-4{margin-left:16.66667%}.do-col-xs-pull-4{position:relative;right:16.66667%}.do-col-xs-push-4{position:relative;left:16.66667%}.do-col-xs-5{width:20.83333%}.do-col-xs-offset-5{margin-left:20.83333%}.do-col-xs-pull-5{position:relative;right:20.83333%}.do-col-xs-push-5{position:relative;left:20.83333%}.do-col-xs-6{width:25%}.do-col-xs-offset-6{margin-left:25%}.do-col-xs-pull-6{position:relative;right:25%}.do-col-xs-push-6{position:relative;left:25%}.do-col-xs-7{width:29.16667%}.do-col-xs-offset-7{margin-left:29.16667%}.do-col-xs-pull-7{position:relative;right:29.16667%}.do-col-xs-push-7{position:relative;left:29.16667%}.do-col-xs-8{width:33.33333%}.do-col-xs-offset-8{margin-left:33.33333%}.do-col-xs-pull-8{position:relative;right:33.33333%}.do-col-xs-push-8{position:relative;left:33.33333%}.do-col-xs-9{width:37.5%}.do-col-xs-offset-9{margin-left:37.5%}.do-col-xs-pull-9{position:relative;right:37.5%}.do-col-xs-push-9{position:relative;left:37.5%}.do-col-xs-10{width:41.66667%}.do-col-xs-offset-10{margin-left:41.66667%}.do-col-xs-pull-10{position:relative;right:41.66667%}.do-col-xs-push-10{position:relative;left:41.66667%}.do-col-xs-11{width:45.83333%}.do-col-xs-offset-11{margin-left:45.83333%}.do-col-xs-pull-11{position:relative;right:45.83333%}.do-col-xs-push-11{position:relative;left:45.83333%}.do-col-xs-12{width:50%}.do-col-xs-offset-12{margin-left:50%}.do-col-xs-pull-12{position:relative;right:50%}.do-col-xs-push-12{position:relative;left:50%}.do-col-xs-13{width:54.16667%}.do-col-xs-offset-13{margin-left:54.16667%}.do-col-xs-pull-13{position:relative;right:54.16667%}.do-col-xs-push-13{position:relative;left:54.16667%}.do-col-xs-14{width:58.33333%}.do-col-xs-offset-14{margin-left:58.33333%}.do-col-xs-pull-14{position:relative;right:58.33333%}.do-col-xs-push-14{position:relative;left:58.33333%}.do-col-xs-15{width:62.5%}.do-col-xs-offset-15{margin-left:62.5%}.do-col-xs-pull-15{position:relative;right:62.5%}.do-col-xs-push-15{position:relative;left:62.5%}.do-col-xs-16{width:66.66667%}.do-col-xs-offset-16{margin-left:66.66667%}.do-col-xs-pull-16{position:relative;right:66.66667%}.do-col-xs-push-16{position:relative;left:66.66667%}.do-col-xs-17{width:70.83333%}.do-col-xs-offset-17{margin-left:70.83333%}.do-col-xs-pull-17{position:relative;right:70.83333%}.do-col-xs-push-17{position:relative;left:70.83333%}.do-col-xs-18{width:75%}.do-col-xs-offset-18{margin-left:75%}.do-col-xs-pull-18{position:relative;right:75%}.do-col-xs-push-18{position:relative;left:75%}.do-col-xs-19{width:79.16667%}.do-col-xs-offset-19{margin-left:79.16667%}.do-col-xs-pull-19{position:relative;right:79.16667%}.do-col-xs-push-19{position:relative;left:79.16667%}.do-col-xs-20{width:83.33333%}.do-col-xs-offset-20{margin-left:83.33333%}.do-col-xs-pull-20{position:relative;right:83.33333%}.do-col-xs-push-20{position:relative;left:83.33333%}.do-col-xs-21{width:87.5%}.do-col-xs-offset-21{margin-left:87.5%}.do-col-xs-pull-21{position:relative;right:87.5%}.do-col-xs-push-21{position:relative;left:87.5%}.do-col-xs-22{width:91.66667%}.do-col-xs-offset-22{margin-left:91.66667%}.do-col-xs-pull-22{position:relative;right:91.66667%}.do-col-xs-push-22{position:relative;left:91.66667%}.do-col-xs-23{width:95.83333%}.do-col-xs-offset-23{margin-left:95.83333%}.do-col-xs-pull-23{position:relative;right:95.83333%}.do-col-xs-push-23{position:relative;left:95.83333%}.do-col-xs-24{width:100%}.do-col-xs-offset-24{margin-left:100%}.do-col-xs-pull-24{position:relative;right:100%}.do-col-xs-push-24{position:relative;left:100%}}@media only screen and (min-width:768px){.do-col-sm-0{display:none;width:0%}.do-col-sm-offset-0{margin-left:0}.do-col-sm-pull-0{position:relative;right:0}.do-col-sm-push-0{position:relative;left:0}.do-col-sm-1{width:4.16667%}.do-col-sm-offset-1{margin-left:4.16667%}.do-col-sm-pull-1{position:relative;right:4.16667%}.do-col-sm-push-1{position:relative;left:4.16667%}.do-col-sm-2{width:8.33333%}.do-col-sm-offset-2{margin-left:8.33333%}.do-col-sm-pull-2{position:relative;right:8.33333%}.do-col-sm-push-2{position:relative;left:8.33333%}.do-col-sm-3{width:12.5%}.do-col-sm-offset-3{margin-left:12.5%}.do-col-sm-pull-3{position:relative;right:12.5%}.do-col-sm-push-3{position:relative;left:12.5%}.do-col-sm-4{width:16.66667%}.do-col-sm-offset-4{margin-left:16.66667%}.do-col-sm-pull-4{position:relative;right:16.66667%}.do-col-sm-push-4{position:relative;left:16.66667%}.do-col-sm-5{width:20.83333%}.do-col-sm-offset-5{margin-left:20.83333%}.do-col-sm-pull-5{position:relative;right:20.83333%}.do-col-sm-push-5{position:relative;left:20.83333%}.do-col-sm-6{width:25%}.do-col-sm-offset-6{margin-left:25%}.do-col-sm-pull-6{position:relative;right:25%}.do-col-sm-push-6{position:relative;left:25%}.do-col-sm-7{width:29.16667%}.do-col-sm-offset-7{margin-left:29.16667%}.do-col-sm-pull-7{position:relative;right:29.16667%}.do-col-sm-push-7{position:relative;left:29.16667%}.do-col-sm-8{width:33.33333%}.do-col-sm-offset-8{margin-left:33.33333%}.do-col-sm-pull-8{position:relative;right:33.33333%}.do-col-sm-push-8{position:relative;left:33.33333%}.do-col-sm-9{width:37.5%}.do-col-sm-offset-9{margin-left:37.5%}.do-col-sm-pull-9{position:relative;right:37.5%}.do-col-sm-push-9{position:relative;left:37.5%}.do-col-sm-10{width:41.66667%}.do-col-sm-offset-10{margin-left:41.66667%}.do-col-sm-pull-10{position:relative;right:41.66667%}.do-col-sm-push-10{position:relative;left:41.66667%}.do-col-sm-11{width:45.83333%}.do-col-sm-offset-11{margin-left:45.83333%}.do-col-sm-pull-11{position:relative;right:45.83333%}.do-col-sm-push-11{position:relative;left:45.83333%}.do-col-sm-12{width:50%}.do-col-sm-offset-12{margin-left:50%}.do-col-sm-pull-12{position:relative;right:50%}.do-col-sm-push-12{position:relative;left:50%}.do-col-sm-13{width:54.16667%}.do-col-sm-offset-13{margin-left:54.16667%}.do-col-sm-pull-13{position:relative;right:54.16667%}.do-col-sm-push-13{position:relative;left:54.16667%}.do-col-sm-14{width:58.33333%}.do-col-sm-offset-14{margin-left:58.33333%}.do-col-sm-pull-14{position:relative;right:58.33333%}.do-col-sm-push-14{position:relative;left:58.33333%}.do-col-sm-15{width:62.5%}.do-col-sm-offset-15{margin-left:62.5%}.do-col-sm-pull-15{position:relative;right:62.5%}.do-col-sm-push-15{position:relative;left:62.5%}.do-col-sm-16{width:66.66667%}.do-col-sm-offset-16{margin-left:66.66667%}.do-col-sm-pull-16{position:relative;right:66.66667%}.do-col-sm-push-16{position:relative;left:66.66667%}.do-col-sm-17{width:70.83333%}.do-col-sm-offset-17{margin-left:70.83333%}.do-col-sm-pull-17{position:relative;right:70.83333%}.do-col-sm-push-17{position:relative;left:70.83333%}.do-col-sm-18{width:75%}.do-col-sm-offset-18{margin-left:75%}.do-col-sm-pull-18{position:relative;right:75%}.do-col-sm-push-18{position:relative;left:75%}.do-col-sm-19{width:79.16667%}.do-col-sm-offset-19{margin-left:79.16667%}.do-col-sm-pull-19{position:relative;right:79.16667%}.do-col-sm-push-19{position:relative;left:79.16667%}.do-col-sm-20{width:83.33333%}.do-col-sm-offset-20{margin-left:83.33333%}.do-col-sm-pull-20{position:relative;right:83.33333%}.do-col-sm-push-20{position:relative;left:83.33333%}.do-col-sm-21{width:87.5%}.do-col-sm-offset-21{margin-left:87.5%}.do-col-sm-pull-21{position:relative;right:87.5%}.do-col-sm-push-21{position:relative;left:87.5%}.do-col-sm-22{width:91.66667%}.do-col-sm-offset-22{margin-left:91.66667%}.do-col-sm-pull-22{position:relative;right:91.66667%}.do-col-sm-push-22{position:relative;left:91.66667%}.do-col-sm-23{width:95.83333%}.do-col-sm-offset-23{margin-left:95.83333%}.do-col-sm-pull-23{position:relative;right:95.83333%}.do-col-sm-push-23{position:relative;left:95.83333%}.do-col-sm-24{width:100%}.do-col-sm-offset-24{margin-left:100%}.do-col-sm-pull-24{position:relative;right:100%}.do-col-sm-push-24{position:relative;left:100%}}@media only screen and (min-width:992px){.do-col-md-0{display:none;width:0%}.do-col-md-offset-0{margin-left:0}.do-col-md-pull-0{position:relative;right:0}.do-col-md-push-0{position:relative;left:0}.do-col-md-1{width:4.16667%}.do-col-md-offset-1{margin-left:4.16667%}.do-col-md-pull-1{position:relative;right:4.16667%}.do-col-md-push-1{position:relative;left:4.16667%}.do-col-md-2{width:8.33333%}.do-col-md-offset-2{margin-left:8.33333%}.do-col-md-pull-2{position:relative;right:8.33333%}.do-col-md-push-2{position:relative;left:8.33333%}.do-col-md-3{width:12.5%}.do-col-md-offset-3{margin-left:12.5%}.do-col-md-pull-3{position:relative;right:12.5%}.do-col-md-push-3{position:relative;left:12.5%}.do-col-md-4{width:16.66667%}.do-col-md-offset-4{margin-left:16.66667%}.do-col-md-pull-4{position:relative;right:16.66667%}.do-col-md-push-4{position:relative;left:16.66667%}.do-col-md-5{width:20.83333%}.do-col-md-offset-5{margin-left:20.83333%}.do-col-md-pull-5{position:relative;right:20.83333%}.do-col-md-push-5{position:relative;left:20.83333%}.do-col-md-6{width:25%}.do-col-md-offset-6{margin-left:25%}.do-col-md-pull-6{position:relative;right:25%}.do-col-md-push-6{position:relative;left:25%}.do-col-md-7{width:29.16667%}.do-col-md-offset-7{margin-left:29.16667%}.do-col-md-pull-7{position:relative;right:29.16667%}.do-col-md-push-7{position:relative;left:29.16667%}.do-col-md-8{width:33.33333%}.do-col-md-offset-8{margin-left:33.33333%}.do-col-md-pull-8{position:relative;right:33.33333%}.do-col-md-push-8{position:relative;left:33.33333%}.do-col-md-9{width:37.5%}.do-col-md-offset-9{margin-left:37.5%}.do-col-md-pull-9{position:relative;right:37.5%}.do-col-md-push-9{position:relative;left:37.5%}.do-col-md-10{width:41.66667%}.do-col-md-offset-10{margin-left:41.66667%}.do-col-md-pull-10{position:relative;right:41.66667%}.do-col-md-push-10{position:relative;left:41.66667%}.do-col-md-11{width:45.83333%}.do-col-md-offset-11{margin-left:45.83333%}.do-col-md-pull-11{position:relative;right:45.83333%}.do-col-md-push-11{position:relative;left:45.83333%}.do-col-md-12{width:50%}.do-col-md-offset-12{margin-left:50%}.do-col-md-pull-12{position:relative;right:50%}.do-col-md-push-12{position:relative;left:50%}.do-col-md-13{width:54.16667%}.do-col-md-offset-13{margin-left:54.16667%}.do-col-md-pull-13{position:relative;right:54.16667%}.do-col-md-push-13{position:relative;left:54.16667%}.do-col-md-14{width:58.33333%}.do-col-md-offset-14{margin-left:58.33333%}.do-col-md-pull-14{position:relative;right:58.33333%}.do-col-md-push-14{position:relative;left:58.33333%}.do-col-md-15{width:62.5%}.do-col-md-offset-15{margin-left:62.5%}.do-col-md-pull-15{position:relative;right:62.5%}.do-col-md-push-15{position:relative;left:62.5%}.do-col-md-16{width:66.66667%}.do-col-md-offset-16{margin-left:66.66667%}.do-col-md-pull-16{position:relative;right:66.66667%}.do-col-md-push-16{position:relative;left:66.66667%}.do-col-md-17{width:70.83333%}.do-col-md-offset-17{margin-left:70.83333%}.do-col-md-pull-17{position:relative;right:70.83333%}.do-col-md-push-17{position:relative;left:70.83333%}.do-col-md-18{width:75%}.do-col-md-offset-18{margin-left:75%}.do-col-md-pull-18{position:relative;right:75%}.do-col-md-push-18{position:relative;left:75%}.do-col-md-19{width:79.16667%}.do-col-md-offset-19{margin-left:79.16667%}.do-col-md-pull-19{position:relative;right:79.16667%}.do-col-md-push-19{position:relative;left:79.16667%}.do-col-md-20{width:83.33333%}.do-col-md-offset-20{margin-left:83.33333%}.do-col-md-pull-20{position:relative;right:83.33333%}.do-col-md-push-20{position:relative;left:83.33333%}.do-col-md-21{width:87.5%}.do-col-md-offset-21{margin-left:87.5%}.do-col-md-pull-21{position:relative;right:87.5%}.do-col-md-push-21{position:relative;left:87.5%}.do-col-md-22{width:91.66667%}.do-col-md-offset-22{margin-left:91.66667%}.do-col-md-pull-22{position:relative;right:91.66667%}.do-col-md-push-22{position:relative;left:91.66667%}.do-col-md-23{width:95.83333%}.do-col-md-offset-23{margin-left:95.83333%}.do-col-md-pull-23{position:relative;right:95.83333%}.do-col-md-push-23{position:relative;left:95.83333%}.do-col-md-24{width:100%}.do-col-md-offset-24{margin-left:100%}.do-col-md-pull-24{position:relative;right:100%}.do-col-md-push-24{position:relative;left:100%}}@media only screen and (min-width:1200px){.do-col-lg-0{display:none;width:0%}.do-col-lg-offset-0{margin-left:0}.do-col-lg-pull-0{position:relative;right:0}.do-col-lg-push-0{position:relative;left:0}.do-col-lg-1{width:4.16667%}.do-col-lg-offset-1{margin-left:4.16667%}.do-col-lg-pull-1{position:relative;right:4.16667%}.do-col-lg-push-1{position:relative;left:4.16667%}.do-col-lg-2{width:8.33333%}.do-col-lg-offset-2{margin-left:8.33333%}.do-col-lg-pull-2{position:relative;right:8.33333%}.do-col-lg-push-2{position:relative;left:8.33333%}.do-col-lg-3{width:12.5%}.do-col-lg-offset-3{margin-left:12.5%}.do-col-lg-pull-3{position:relative;right:12.5%}.do-col-lg-push-3{position:relative;left:12.5%}.do-col-lg-4{width:16.66667%}.do-col-lg-offset-4{margin-left:16.66667%}.do-col-lg-pull-4{position:relative;right:16.66667%}.do-col-lg-push-4{position:relative;left:16.66667%}.do-col-lg-5{width:20.83333%}.do-col-lg-offset-5{margin-left:20.83333%}.do-col-lg-pull-5{position:relative;right:20.83333%}.do-col-lg-push-5{position:relative;left:20.83333%}.do-col-lg-6{width:25%}.do-col-lg-offset-6{margin-left:25%}.do-col-lg-pull-6{position:relative;right:25%}.do-col-lg-push-6{position:relative;left:25%}.do-col-lg-7{width:29.16667%}.do-col-lg-offset-7{margin-left:29.16667%}.do-col-lg-pull-7{position:relative;right:29.16667%}.do-col-lg-push-7{position:relative;left:29.16667%}.do-col-lg-8{width:33.33333%}.do-col-lg-offset-8{margin-left:33.33333%}.do-col-lg-pull-8{position:relative;right:33.33333%}.do-col-lg-push-8{position:relative;left:33.33333%}.do-col-lg-9{width:37.5%}.do-col-lg-offset-9{margin-left:37.5%}.do-col-lg-pull-9{position:relative;right:37.5%}.do-col-lg-push-9{position:relative;left:37.5%}.do-col-lg-10{width:41.66667%}.do-col-lg-offset-10{margin-left:41.66667%}.do-col-lg-pull-10{position:relative;right:41.66667%}.do-col-lg-push-10{position:relative;left:41.66667%}.do-col-lg-11{width:45.83333%}.do-col-lg-offset-11{margin-left:45.83333%}.do-col-lg-pull-11{position:relative;right:45.83333%}.do-col-lg-push-11{position:relative;left:45.83333%}.do-col-lg-12{width:50%}.do-col-lg-offset-12{margin-left:50%}.do-col-lg-pull-12{position:relative;right:50%}.do-col-lg-push-12{position:relative;left:50%}.do-col-lg-13{width:54.16667%}.do-col-lg-offset-13{margin-left:54.16667%}.do-col-lg-pull-13{position:relative;right:54.16667%}.do-col-lg-push-13{position:relative;left:54.16667%}.do-col-lg-14{width:58.33333%}.do-col-lg-offset-14{margin-left:58.33333%}.do-col-lg-pull-14{position:relative;right:58.33333%}.do-col-lg-push-14{position:relative;left:58.33333%}.do-col-lg-15{width:62.5%}.do-col-lg-offset-15{margin-left:62.5%}.do-col-lg-pull-15{position:relative;right:62.5%}.do-col-lg-push-15{position:relative;left:62.5%}.do-col-lg-16{width:66.66667%}.do-col-lg-offset-16{margin-left:66.66667%}.do-col-lg-pull-16{position:relative;right:66.66667%}.do-col-lg-push-16{position:relative;left:66.66667%}.do-col-lg-17{width:70.83333%}.do-col-lg-offset-17{margin-left:70.83333%}.do-col-lg-pull-17{position:relative;right:70.83333%}.do-col-lg-push-17{position:relative;left:70.83333%}.do-col-lg-18{width:75%}.do-col-lg-offset-18{margin-left:75%}.do-col-lg-pull-18{position:relative;right:75%}.do-col-lg-push-18{position:relative;left:75%}.do-col-lg-19{width:79.16667%}.do-col-lg-offset-19{margin-left:79.16667%}.do-col-lg-pull-19{position:relative;right:79.16667%}.do-col-lg-push-19{position:relative;left:79.16667%}.do-col-lg-20{width:83.33333%}.do-col-lg-offset-20{margin-left:83.33333%}.do-col-lg-pull-20{position:relative;right:83.33333%}.do-col-lg-push-20{position:relative;left:83.33333%}.do-col-lg-21{width:87.5%}.do-col-lg-offset-21{margin-left:87.5%}.do-col-lg-pull-21{position:relative;right:87.5%}.do-col-lg-push-21{position:relative;left:87.5%}.do-col-lg-22{width:91.66667%}.do-col-lg-offset-22{margin-left:91.66667%}.do-col-lg-pull-22{position:relative;right:91.66667%}.do-col-lg-push-22{position:relative;left:91.66667%}.do-col-lg-23{width:95.83333%}.do-col-lg-offset-23{margin-left:95.83333%}.do-col-lg-pull-23{position:relative;right:95.83333%}.do-col-lg-push-23{position:relative;left:95.83333%}.do-col-lg-24{width:100%}.do-col-lg-offset-24{margin-left:100%}.do-col-lg-pull-24{position:relative;right:100%}.do-col-lg-push-24{position:relative;left:100%}}@media only screen and (min-width:1920px){.do-col-xl-0{display:none;width:0%}.do-col-xl-offset-0{margin-left:0}.do-col-xl-pull-0{position:relative;right:0}.do-col-xl-push-0{position:relative;left:0}.do-col-xl-1{width:4.16667%}.do-col-xl-offset-1{margin-left:4.16667%}.do-col-xl-pull-1{position:relative;right:4.16667%}.do-col-xl-push-1{position:relative;left:4.16667%}.do-col-xl-2{width:8.33333%}.do-col-xl-offset-2{margin-left:8.33333%}.do-col-xl-pull-2{position:relative;right:8.33333%}.do-col-xl-push-2{position:relative;left:8.33333%}.do-col-xl-3{width:12.5%}.do-col-xl-offset-3{margin-left:12.5%}.do-col-xl-pull-3{position:relative;right:12.5%}.do-col-xl-push-3{position:relative;left:12.5%}.do-col-xl-4{width:16.66667%}.do-col-xl-offset-4{margin-left:16.66667%}.do-col-xl-pull-4{position:relative;right:16.66667%}.do-col-xl-push-4{position:relative;left:16.66667%}.do-col-xl-5{width:20.83333%}.do-col-xl-offset-5{margin-left:20.83333%}.do-col-xl-pull-5{position:relative;right:20.83333%}.do-col-xl-push-5{position:relative;left:20.83333%}.do-col-xl-6{width:25%}.do-col-xl-offset-6{margin-left:25%}.do-col-xl-pull-6{position:relative;right:25%}.do-col-xl-push-6{position:relative;left:25%}.do-col-xl-7{width:29.16667%}.do-col-xl-offset-7{margin-left:29.16667%}.do-col-xl-pull-7{position:relative;right:29.16667%}.do-col-xl-push-7{position:relative;left:29.16667%}.do-col-xl-8{width:33.33333%}.do-col-xl-offset-8{margin-left:33.33333%}.do-col-xl-pull-8{position:relative;right:33.33333%}.do-col-xl-push-8{position:relative;left:33.33333%}.do-col-xl-9{width:37.5%}.do-col-xl-offset-9{margin-left:37.5%}.do-col-xl-pull-9{position:relative;right:37.5%}.do-col-xl-push-9{position:relative;left:37.5%}.do-col-xl-10{width:41.66667%}.do-col-xl-offset-10{margin-left:41.66667%}.do-col-xl-pull-10{position:relative;right:41.66667%}.do-col-xl-push-10{position:relative;left:41.66667%}.do-col-xl-11{width:45.83333%}.do-col-xl-offset-11{margin-left:45.83333%}.do-col-xl-pull-11{position:relative;right:45.83333%}.do-col-xl-push-11{position:relative;left:45.83333%}.do-col-xl-12{width:50%}.do-col-xl-offset-12{margin-left:50%}.do-col-xl-pull-12{position:relative;right:50%}.do-col-xl-push-12{position:relative;left:50%}.do-col-xl-13{width:54.16667%}.do-col-xl-offset-13{margin-left:54.16667%}.do-col-xl-pull-13{position:relative;right:54.16667%}.do-col-xl-push-13{position:relative;left:54.16667%}.do-col-xl-14{width:58.33333%}.do-col-xl-offset-14{margin-left:58.33333%}.do-col-xl-pull-14{position:relative;right:58.33333%}.do-col-xl-push-14{position:relative;left:58.33333%}.do-col-xl-15{width:62.5%}.do-col-xl-offset-15{margin-left:62.5%}.do-col-xl-pull-15{position:relative;right:62.5%}.do-col-xl-push-15{position:relative;left:62.5%}.do-col-xl-16{width:66.66667%}.do-col-xl-offset-16{margin-left:66.66667%}.do-col-xl-pull-16{position:relative;right:66.66667%}.do-col-xl-push-16{position:relative;left:66.66667%}.do-col-xl-17{width:70.83333%}.do-col-xl-offset-17{margin-left:70.83333%}.do-col-xl-pull-17{position:relative;right:70.83333%}.do-col-xl-push-17{position:relative;left:70.83333%}.do-col-xl-18{width:75%}.do-col-xl-offset-18{margin-left:75%}.do-col-xl-pull-18{position:relative;right:75%}.do-col-xl-push-18{position:relative;left:75%}.do-col-xl-19{width:79.16667%}.do-col-xl-offset-19{margin-left:79.16667%}.do-col-xl-pull-19{position:relative;right:79.16667%}.do-col-xl-push-19{position:relative;left:79.16667%}.do-col-xl-20{width:83.33333%}.do-col-xl-offset-20{margin-left:83.33333%}.do-col-xl-pull-20{position:relative;right:83.33333%}.do-col-xl-push-20{position:relative;left:83.33333%}.do-col-xl-21{width:87.5%}.do-col-xl-offset-21{margin-left:87.5%}.do-col-xl-pull-21{position:relative;right:87.5%}.do-col-xl-push-21{position:relative;left:87.5%}.do-col-xl-22{width:91.66667%}.do-col-xl-offset-22{margin-left:91.66667%}.do-col-xl-pull-22{position:relative;right:91.66667%}.do-col-xl-push-22{position:relative;left:91.66667%}.do-col-xl-23{width:95.83333%}.do-col-xl-offset-23{margin-left:95.83333%}.do-col-xl-pull-23{position:relative;right:95.83333%}.do-col-xl-push-23{position:relative;left:95.83333%}.do-col-xl-24{width:100%}.do-col-xl-offset-24{margin-left:100%}.do-col-xl-pull-24{position:relative;right:100%}.do-col-xl-push-24{position:relative;left:100%}}\n"),V('.do-row{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.do-row::after,.do-row::before{display:table;content:""}.do-row::after{clear:both}.do-row--flex{display:-webkit-box;display:-ms-flexbox;display:flex}.do-row--flex:after,.do-row--flex:before{display:none}.do-row--flex.is-justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.do-row--flex.is-justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.do-row--flex.is-justify-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.do-row--flex.is-justify-space-around{-ms-flex-pack:distribute;justify-content:space-around}.do-row--flex.is-align-middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.do-row--flex.is-align-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}\n');var Rt={install:e=>{e.component("DoCol",Ht),e.component("DoRow",At)}};const Lt="load",Pt="unload",Ft="productReady",Wt=function(e,t){e.forEach((e=>{let{list:o}=e;o.forEach((e=>{Ut(e[t])&&e[t]()}))}))},Ut=function(e){return"function"==typeof e};var It={props:{title:{default:"专区"},list:{default:[]}},data:()=>({defaultIcon:"https://pt-starimg.didistatic.com/static/starimg/img/FHqpI3InaS1618997548865.png"}),methods:{handleClickItem(e){this.$emit("handleClickItem",e)}}};const zt={class:"dokit-card"},Gt={class:"dokit-card-title"},jt={class:"dokit-card-title-text"},Vt={class:"dokit-item-list"},$t=["onClick"],Xt={class:"item-icon"},Bt=["src"],qt={class:"item-title"};V(".dokit-card[data-v-1c420a41] {\n margin-bottom: 10px;\n padding: 10px;\n background-color: white;\n}\n.dokit-card-title-text[data-v-1c420a41] {\n font-size: 16px;\n color: #333333;\n}\n.dokit-item-list[data-v-1c420a41] {\n display: flex;\n flex-wrap: wrap;\n margin-top: 5px;\n}\n.item[data-v-1c420a41] {\n display: flex;\n flex-direction: column;\n align-items: center;\n width: 25%;\n margin-top: 5px;\n}\n.item .item-icon-image[data-v-1c420a41] {\n width: 30px;\n}\n.item .item-title[data-v-1c420a41] {\n font-size: 14px;\n margin-top: 5px;\n}\n"),It.render=function(e,t,o,n,i,r){return openBlock(),createElementBlock("div",zt,[createBaseVNode("div",Gt,[createBaseVNode("span",jt,toDisplayString(o.title),1)]),createBaseVNode("div",Vt,[(openBlock(!0),createElementBlock(Fragment,null,renderList(o.list,((e,t)=>(openBlock(),createElementBlock("div",{class:"item",key:t,onClick:t=>r.handleClickItem(e)},[createBaseVNode("div",Xt,[createBaseVNode("img",{class:"item-icon-image",src:e.icon||i.defaultIcon},null,8,Bt)]),createBaseVNode("div",qt,toDisplayString(e.nameZh||"默认功能"),1)],8,$t)))),128))])])},It.__scopeId="data-v-1c420a41";var Zt={props:{version:String},data:()=>({dokitIcon:"https://pt-starimg.didistatic.com/static/starimg/img/eM7MJKDqVG1618998466986.png"})};const Jt={class:"dokit-card dokit-version"},Kt={class:"dokit-version-text"},Qt={class:"dokit-version-image"},te=["src"];V(".dokit-card[data-v-29aa30bc] {\n padding: 10px;\n background-color: white;\n}\n.dokit-version[data-v-29aa30bc] {\n padding: 20px 0;\n text-align: center;\n}\n.dokit-version .dokit-version-text[data-v-29aa30bc] {\n font-size: 16px;\n color: #999999;\n}\n.dokit-version .dokit-version-image[data-v-29aa30bc] {\n margin-top: 20px;\n}\n.dokit-version .dokit-icon[data-v-29aa30bc] {\n width: 150px;\n}\n"),Zt.render=function(e,t,o,n,i,r){return openBlock(),createElementBlock("div",Jt,[createBaseVNode("div",null,[createBaseVNode("span",Kt,"当前版本:V"+toDisplayString(o.version),1)]),createBaseVNode("div",Qt,[createBaseVNode("img",{class:"dokit-icon",src:i.dokitIcon},null,8,te)])])},Zt.__scopeId="data-v-29aa30bc";var ee={components:{TopBar:W,Card:It,VersionCard:Zt},data:()=>({version:"0.0.3-alpha.1"}),mounted(){},computed:{features(){return this.$store.state.features}},methods:{handleClickItem(e){switch(e.type){case"RouterPlugin":this.$router.push({name:e.name});break;case"IndependPlugin":dt(e),this.$store.state.showContainer=!1}}}};const oe={class:"dokit-index-container"};V(".dokit-index-container[data-v-51162b22] {\n background-color: #f5f6f7;\n}\n"),ee.render=function(e,t,o,n,i,r){const s=resolveComponent("card"),a=resolveComponent("version-card");return openBlock(),createElementBlock("div",oe,[(openBlock(!0),createElementBlock(Fragment,null,renderList(r.features,((e,t)=>(openBlock(),createBlock(s,{key:t,title:e.title,list:e.list,onHandleClickItem:r.handleClickItem},null,8,["title","list","onHandleClickItem"])))),128)),createVNode(a,{version:i.version},null,8,["version"])])},ee.__scopeId="data-v-51162b22";const ie=[{name:"home",component:ee}];function ne(e){let t=[];return e.forEach((e=>{let{list:o,title:n}=e;o.forEach((e=>{let{name:o,nameZh:i,component:r}=e;t.push({name:o,component:r,meta:{title:i,zone:n}})}))})),[...ie,...t]}function se(e){return function({routes:e}){const t=e,o=[],n=r("home"),i=shallowRef(n);function r(e){return t.find((t=>t.name===e))}function s({name:e}){let t=r(e)||n;i.value=t}return{currentRoute:i,addRoute:function(e){t.push(e)},removeRoute:function(e){let o=t.findIndex((t=>t.name===e));return-1!=o?t.splice(o,1):null},hasRoute:function(e){return-1!==t.findIndex((t=>t.name===e))},getRoutes:function(){return t},push:function({name:e}){o.push(e),s({name:e})},replace:function(e){o.pop(),o.push(e),s({name:e})},back:function(){o.pop();let e=o.length-1;s({name:o[e]})},install:function(e){e.config.globalProperties.$router=this,Object.defineProperty(e.config.globalProperties,"$route",{get:()=>unref(i)})}}}({routes:[...ne(e)]})}var le={data:()=>({visible:!1,message:""}),methods:{showToast(){this.visible=!0},closeToast(){this.visible=!1},setMessage(e){this.message=e}}};V(".alert-fade-enter-active[data-v-17caa746],\n.alert-fade-leave-active[data-v-17caa746] {\n transition: opacity 0.3s;\n}\n.alert-fade-enter[data-v-17caa746],\n.alert-fade-leave-to[data-v-17caa746] {\n opacity: 0;\n}\n.dokit-dialog-tips[data-v-17caa746] {\n position: fixed;\n z-index: 100001;\n max-width: 70%;\n padding: 8px 12px;\n border-radius: 15px;\n white-space: nowrap;\n background-color: rgba(0, 0, 0, 0.5);\n box-shadow: 0px 8px 30px 0 rgba(0, 0, 0, 0.363);\n text-align: center;\n color: #ffffff;\n}\n.dokit-dialog-center[data-v-17caa746] {\n top: 20%;\n left: 50%;\n transform: translate(-50%, -50%);\n}\n"),le.render=function(e,t,o,n,i,r){return openBlock(),createBlock(Transition,{name:"alert-fade"},{default:withCtx((()=>[withDirectives(createBaseVNode("div",{id:"dokit-toast",class:"dokit-dialog-tips dokit-dialog-center"},toDisplayString(i.message),513),[[vShow,i.visible]])])),_:1})},le.__scopeId="data-v-17caa746";const re={install:e=>{const t=createApp(le);let o=document.createElement("div");t.mount(o),document.body.appendChild(o),e.config.globalProperties.$toast=(e,o=3e3)=>{t._instance.ctx.setMessage(e),t._instance.ctx.showToast(),setTimeout((()=>{t._instance.ctx.closeToast()}),o)}}},ae=()=>{};class de{type="";name="";nameZh="";icon="";component=null;_onLoad=ae;_onUnload=ae;_onProductReady=ae;constructor(e){let{name:t,nameZh:o,icon:n,component:i,onLoad:r,onUnload:s,onProductReady:a}=e;this.name=t,this.nameZh=o,this.icon=n,this.component=i,this._onLoad=r||ae,this._onUnload=s||ae,this._onProductReady=a||ae}load(){this._onLoad.call(this)}unload(){this._onUnload.call(this)}productReady(){this._onProductReady.call(this)}}class ce extends de{type="RouterPlugin";constructor(e){super(e)}}class he extends de{type="IndependPlugin";constructor(e){super(e)}}class pe{options=null;constructor(e){this.options=e;let t=createApp(Et),{features:o}=e;t.use(Rt),t.use(se(o)),t.use(it),"loading"===document.readyState?document.addEventListener("readystatechange",(function(){"interactive"===document.readyState&&t.use(re)})):t.use(re),it.state.features=o,this.app=t,this.init(),this.onLoad()}onLoad(){Wt(this.options.features,Lt)}onUnload(){Wt(this.options.features,Pt)}onProductReady(){Wt(this.options.features,Ft)}init(){let e=document.createElement("div");e.id="dokit-root",document.documentElement.appendChild(e);let t=document.createElement("div");t.id="dokit-container",this.app.mount(t),e.appendChild(t)}setProductId(e){this.productId=e,it.state.productId=e,this.onProductReady()}startMultiControl(e,t){"client"!==t&&"host"!==t||("host"===t&&(it.state.isHost=!0),it.state.socketUrl=e,it.state.socketConnect=!0)}stopMultiControl(){it.state.socketConnect=!1}isNativeContainer(){if(!it.state.socketConnect){it.state.isNative=!0;let e=localStorage.getItem("nativeConnectSerial");e&&(it.state.connectSerial=e)}}}var script$C={props:{tabs:{type:Array}},data:()=>({curIndex:0}),methods:{handleClickTab(e,t){let{type:o}=e;this.curIndex=t,this.$emit("changeTap",o)}}};const _hoisted_1$A={class:"dokit-tab-container"},_hoisted_2$r={class:"dokit-tab-list"},_hoisted_3$o=["onClick"],_hoisted_4$n={class:"dokit-tab-item-text"};function render$C(e,t,o,n,i,r){return openBlock(),createElementBlock("div",_hoisted_1$A,[createBaseVNode("div",_hoisted_2$r,[(openBlock(!0),createElementBlock(Fragment,null,renderList(o.tabs,((e,t)=>(openBlock(),createElementBlock("div",{class:normalizeClass(["dokit-tab-item",i.curIndex===t?"dokit-tab-active":"dokit-tab-default"]),key:t,onClick:o=>r.handleClickTab(e,t)},[createBaseVNode("span",_hoisted_4$n,toDisplayString(e.name),1)],10,_hoisted_3$o)))),128))])])}function styleInject(e,t){void 0===t&&(t={});var o=t.insertAt;if(e&&"undefined"!=typeof document){var n=document.head||document.getElementsByTagName("head")[0],i=document.createElement("style");i.type="text/css","top"===o&&n.firstChild?n.insertBefore(i,n.firstChild):n.appendChild(i),i.styleSheet?i.styleSheet.cssText=e:i.appendChild(document.createTextNode(e))}}var css_248z$z=".dokit-tab-container[data-v-b15e8dba] .dokit-tab-list[data-v-b15e8dba] {\n display: flex;\n height: 38px;\n justify-content: space-between;\n align-items: center;\n border: 1px solid #f5f6f7;\n}\n.dokit-tab-container[data-v-b15e8dba] .dokit-tab-item[data-v-b15e8dba] {\n flex: 1;\n height: 38px;\n line-height: 38px;\n text-align: center;\n}\n.dokit-tab-container[data-v-b15e8dba] .dokit-tab-item-text[data-v-b15e8dba] {\n font-size: 16px;\n color: #333333;\n}\n.dokit-tab-container[data-v-b15e8dba] .dokit-tab-active[data-v-b15e8dba] {\n border-bottom: 1px solid #1485ee;\n}\n.dokit-tab-container[data-v-b15e8dba] .dokit-tab-default[data-v-b15e8dba] {\n border: none;\n}\n";styleInject(css_248z$z),script$C.render=render$C,script$C.__scopeId="data-v-b15e8dba";const LogMap={0:"All",1:"Log",2:"Info",3:"Warn",4:"Error"},LogEnum={ALL:0,LOG:1,INFO:2,WARN:3,ERROR:4},ConsoleLogMap={log:LogEnum.LOG,info:LogEnum.INFO,warn:LogEnum.WARN,error:LogEnum.ERROR},CONSOLE_METHODS=["log","info","warn","error"],LogTabs=Object.keys(LogMap).map((e=>({type:parseInt(e),name:LogMap[e]}))),excuteScript=function(e){let t;try{t=eval.call(window,`(${e})`)}catch(o){t=eval.call(window,e)}return t},origConsole={},noop=()=>{},overrideConsole=function(e){const t=window.console;CONSOLE_METHODS.forEach((o=>{let n=origConsole[o]=noop;t[o]&&(n=origConsole[o]=t[o].bind(t)),t[o]=(...t)=>{e({name:o,type:ConsoleLogMap[o],value:t}),n(...t)}}))},restoreConsole=function(){const e=window.console;CONSOLE_METHODS.forEach((t=>{e[t]=origConsole[t]}))},request=new Request,getDataType=function(e){return null===e?"Null":void 0===e?"Undefined":e.constructor&&e.constructor.name||"Object"},MAX_DISPLAY_PROPERTY_NUM=5,getDataStructureStr=function(e,t){let o=getDataType(e),n="";switch(o){case"Number":case"String":case"Boolean":case"RegExp":case"Symbol":case"Function":n=e.toString();break;case"Null":case"Undefined":n=e+"";break;case"Array":break;case"Object":try{if(n+="{",t){let t=Object.getOwnPropertyNames(e).map((t=>n+=`${t}: ${getDataStructureStr(e[t],!1)}`));t.join(","),t.length>MAX_DISPLAY_PROPERTY_NUM&&(n+=",...")}else n+="...";n+="}"}catch(e){console.log(e)}}return n},guid=function(){function e(){return(65536*(1+Math.random())|0).toString(16).substring(1)}return e()+e()+"-"+e()+"-"+e()+"-"+e()+"-"+e()+e()+e()},$bus=new EventEmitter,debounce=(e,t,o)=>{var n=null,i=null;return function(...r){var s=+new Date,a=this;n||(n=s),s-n>o?(clearTimeout(i),e.apply(a,r),n=s):(clearTimeout(i),i=setTimeout((function(){e.apply(a,r)}),t))}};var script$B={name:"Detail",components:{Detail:script$B},props:{detailValue:[String,Number,Object],detailIndex:[String,Number]},data:()=>({unfold:!1,newDetailValue:null}),computed:{dataType(){return getDataType(this.newDetailValue)},canFold(){return!(!this.isObject(this.newDetailValue)&&!this.isArray(this.newDetailValue))},displayDetailValue(){let e="";return this.canFold?(this.isObject(this.newDetailValue)&&(e="Function"!==this.dataType?"Object":"Function"),this.isArray(this.newDetailValue)&&(e=`Array(${this.newDetailValue.length})`)):e=`<span style="color:#1802C7;">${this.newDetailValue}</span>`,`<span style="color:#7D208C;">${this.detailIndex}</span>: ${e}`}},watch:{detailValue:{immediate:!0,handler(e,t){this.newDetailValue=clone(e)}}},methods:{unfoldDetail(){this.unfold=!this.unfold},isObject:e=>Object.prototype.isPrototypeOf(e),isArray:e=>Array.prototype.isPrototypeOf(e)}};const _hoisted_1$z=["innerHTML"];function render$B(e,t,o,n,i,r){const s=resolveComponent("Detail");return openBlock(),createElementBlock("div",{class:normalizeClass(["dokit-detail-container",[r.canFold?"dokit-can-unfold":"",i.unfold?"dokit-unfolded":""]])},[createBaseVNode("div",{onClick:t[0]||(t[0]=(...e)=>r.unfoldDetail&&r.unfoldDetail(...e)),innerHTML:r.displayDetailValue},null,8,_hoisted_1$z),r.canFold?(openBlock(!0),createElementBlock(Fragment,{key:0},renderList(i.newDetailValue,((e,t)=>withDirectives((openBlock(),createElementBlock("div",{key:t},[createVNode(s,{detailValue:e,detailIndex:t},null,8,["detailValue","detailIndex"])])),[[vShow,i.unfold]]))),128)):createCommentVNode("",!0)],2)}var css_248z$y='.dokit-detail-container[data-v-1e1ac878] {\n font-size: 12px;\n margin-left: 24px;\n position: relative;\n white-space: pre-wrap;\n word-wrap: break-word;\n max-width: 100%;\n}\n.dokit-can-unfold[data-v-1e1ac878][data-v-1e1ac878]::before {\n content: "";\n width: 0;\n height: 0;\n border: 4px solid transparent;\n position: absolute;\n border-left-color: #333;\n left: -12px;\n top: 3px;\n}\n.dokit-unfolded[data-v-1e1ac878][data-v-1e1ac878]::before {\n border: 4px solid transparent;\n border-top-color: #333;\n top: 6px;\n}\n';styleInject(css_248z$y),script$B.render=render$B,script$B.__scopeId="data-v-1e1ac878";const DATATYPE_NOT_DISPLAY=["Number","String","Boolean","Undefined","Null"];var script$A={components:{Detail:script$B},props:{type:[Number],value:[String,Number,Object],logType:[String]},data:()=>({showDetail:!1}),computed:{logPreview(){let e="",t=null,o="<div>";return"log"===this.logType||"info"===this.logType?t=t=>{e=getDataType(t),-1===DATATYPE_NOT_DISPLAY.indexOf(e)&&(o+=`<span class="data-type">${e}</span>`),o+=`<span class="data-structure">${getDataStructureStr(t,!0)}</span>`}:"error"!==this.logType&&"warn"!==this.logType||(t=t=>{t.stack?o+=`<span style="white-space: pre-wrap;">${t.stack}</span>`:(e=getDataType(t),-1===DATATYPE_NOT_DISPLAY.indexOf(e)&&(o+=`<span class="data-type">${e}</span>`),o+=`<span class="data-structure">${getDataStructureStr(t,!0)}</span>`)}),this.value.forEach(t),o+="</div>",o},canShowDetail(){return this.showDetail&&"object"==typeof this.value&&!this.value.stack}},methods:{toggleDetail(){this.showDetail=!this.showDetail}}};const _hoisted_1$y=["innerHTML"],_hoisted_2$q={key:0};function render$A(e,t,o,n,i,r){const s=resolveComponent("Detail");return openBlock(),createElementBlock("div",{class:normalizeClass(["dokit-log-ltem",o.logType])},[createBaseVNode("div",{class:"dokit-log-preview",innerHTML:r.logPreview,onClick:t[0]||(t[0]=(...e)=>r.toggleDetail&&r.toggleDetail(...e))},null,8,_hoisted_1$y),r.canShowDetail?(openBlock(),createElementBlock("div",_hoisted_2$q,[(openBlock(!0),createElementBlock(Fragment,null,renderList(o.value,((e,t)=>(openBlock(),createElementBlock("div",{class:"dokit-list-item",key:t},[createVNode(s,{detailValue:e,detailIndex:t},null,8,["detailValue","detailIndex"])])))),128))])):createCommentVNode("",!0)],2)}var css_248z$x='.dokit-log-ltem[data-v-037bd26e] {\n padding: 5px;\n padding-left: 20px;\n border-top: 1px solid #eee;\n text-align: left;\n font-size: 12px;\n}\n.info[data-v-037bd26e] {\n background-color: #ECF1F7;\n position: relative;\n}\n.info[data-v-037bd26e][data-v-037bd26e]::before {\n content: "";\n background: url("https://pt-starimg.didistatic.com/static/starimg/img/M3nz7HYPH21621412737959.png") no-repeat;\n background-size: 10px 10px;\n width: 10px;\n height: 10px;\n position: absolute;\n top: 7px;\n left: 8px;\n}\n.warn[data-v-037bd26e] {\n background-color: #FFFBE4;\n color: #5C3C01;\n position: relative;\n}\n.warn[data-v-037bd26e][data-v-037bd26e]::before {\n content: "";\n background: url("https://pt-starimg.didistatic.com/static/starimg/img/39hzJzObhZ1621411397522.png") no-repeat;\n background-size: 10px 10px;\n width: 10px;\n height: 10px;\n position: absolute;\n top: 7px;\n left: 8px;\n}\n.error[data-v-037bd26e] {\n background-color: #FEF0F0;\n color: #FF161A;\n position: relative;\n}\n.error[data-v-037bd26e][data-v-037bd26e]::before {\n content: "";\n background: url("https://pt-starimg.didistatic.com/static/starimg/img/z6EndYs29d1621411397532.png") no-repeat;\n background-size: 10px 10px;\n width: 10px;\n height: 10px;\n position: absolute;\n top: 7px;\n left: 8px;\n}\n.log-ltem[data-v-037bd26e]:first-child {\n border: none;\n}\n.dokit-log-preview[data-v-037bd26e][data-v-037bd26e] .data-type {\n margin-left: 5px;\n margin-right: 5px;\n font-style: italic;\n font-weight: bold;\n color: #aaa;\n}\n.dokit-log-preview[data-v-037bd26e][data-v-037bd26e] .data-structure {\n display: inline-block;\n max-width: 100%;\n font-style: italic;\n white-space: pre-wrap;\n word-wrap: break-word;\n overflow: hidden;\n}\n';styleInject(css_248z$x),script$A.render=render$A,script$A.__scopeId="data-v-037bd26e";var script$z={components:{LogItem:script$A},props:{logList:{type:Array,default:[]}},data:()=>({})};const _hoisted_1$x={class:"dokit-log-container"};function render$z(e,t,o,n,i,r){const s=resolveComponent("log-item");return openBlock(),createElementBlock("div",_hoisted_1$x,[(openBlock(!0),createElementBlock(Fragment,null,renderList(o.logList,((e,t)=>(openBlock(),createBlock(s,{key:t,value:e.value,type:e.type,logType:e.name},null,8,["value","type","logType"])))),128))])}var css_248z$w=".dokit-tab-container[data-v-2996fcff] .dokit-tab-list[data-v-2996fcff] {\n display: flex;\n height: 38px;\n justify-content: space-between;\n align-items: center;\n border: 1px solid #f5f6f7;\n}\n.dokit-tab-container[data-v-2996fcff] .dokit-tab-item[data-v-2996fcff] {\n flex: 1;\n height: 38px;\n line-height: 38px;\n text-align: center;\n}\n.dokit-tab-container[data-v-2996fcff] .dokit-tab-item-text[data-v-2996fcff] {\n font-size: 16px;\n color: #333333;\n}\n.dokit-tab-container[data-v-2996fcff] .dokit-tab-active[data-v-2996fcff] {\n border-bottom: 1px solid #1485ee;\n}\n.dokit-tab-container[data-v-2996fcff] .dokit-tab-default[data-v-2996fcff] {\n border: none;\n}\n";styleInject(css_248z$w),script$z.render=render$z,script$z.__scopeId="data-v-2996fcff";var script$y={data:()=>({command:""}),methods:{excuteCommand(){if(this.command){try{let e=excuteScript(this.command);console.log(e)}catch(e){console.error(e)}this.command=""}}}};const _withScopeId$c=e=>(pushScopeId("data-v-4c84e48c"),e=e(),popScopeId(),e),_hoisted_1$w={class:"dokit-operation"},_hoisted_2$p={class:"dokit-input-wrapper"},_hoisted_3$n=_withScopeId$c((()=>createBaseVNode("span",null,"Excute",-1))),_hoisted_4$m=[_hoisted_3$n];function render$y(e,t,o,n,i,r){return openBlock(),createElementBlock("div",_hoisted_1$w,[createBaseVNode("div",_hoisted_2$p,[withDirectives(createBaseVNode("input",{class:"dokit-input",placeholder:"Command……","onUpdate:modelValue":t[0]||(t[0]=e=>i.command=e)},null,512),[[vModelText,i.command]])]),createBaseVNode("div",{class:"dokit-button-wrapper",onClick:t[1]||(t[1]=(...e)=>r.excuteCommand&&r.excuteCommand(...e))},_hoisted_4$m)])}var css_248z$v=".dokit-operation[data-v-4c84e48c] {\n height: 50px;\n display: flex;\n justify-content: space-between;\n align-items: center;\n}\n.dokit-input-wrapper[data-v-4c84e48c] {\n flex: 1;\n height: 100%;\n}\n.dokit-input-wrapper[data-v-4c84e48c] .dokit-input[data-v-4c84e48c] {\n height: 100%;\n width: 100%;\n outline: none;\n border: none;\n line-height: 100%;\n padding: 0 10px;\n font-size: 18px;\n}\n.dokit-button-wrapper[data-v-4c84e48c] {\n height: 100%;\n line-height: 100%;\n margin-left: 10px;\n padding: 0 10px;\n border-left: 1px solid #f5f6f7;\n display: flex;\n align-items: center;\n font-size: 18px;\n}\n";styleInject(css_248z$v),script$y.render=render$y,script$y.__scopeId="data-v-4c84e48c";var script$x={components:{ConsoleTap:script$C,LogContainer:script$z,OperationCommand:script$y},data:()=>({logTabs:LogTabs,curTab:LogEnum.ALL}),computed:{logList(){return this.$store.state.logList||[]},curLogList(){return this.curTab==LogEnum.ALL?this.logList:this.logList.filter((e=>e.type==this.curTab))}},created(){},methods:{handleChangeTab(e){this.curTab=e}}};const _hoisted_1$v={class:"dokit-console-container"},_hoisted_2$o={class:"dokit-log-container"},_hoisted_3$m={class:"dokit-info-container"},_hoisted_4$l={class:"dokit-operation-container"};function render$x(e,t,o,n,i,r){const s=resolveComponent("console-tap"),a=resolveComponent("log-container"),l=resolveComponent("operation-command");return openBlock(),createElementBlock("div",_hoisted_1$v,[createVNode(s,{tabs:i.logTabs,onChangeTap:r.handleChangeTab},null,8,["tabs","onChangeTap"]),createBaseVNode("div",_hoisted_2$o,[createBaseVNode("div",_hoisted_3$m,[createVNode(a,{logList:r.curLogList},null,8,["logList"])]),createBaseVNode("div",_hoisted_4$l,[createVNode(l)])])])}var css_248z$u=".dokit-console-container[data-v-1fcec258] {\n display: flex;\n flex-direction: column;\n height: 100%;\n}\n.dokit-log-container[data-v-1fcec258] {\n flex: 1;\n display: flex;\n flex-direction: column;\n overflow: hidden;\n}\n.dokit-log-container[data-v-1fcec258] .dokit-info-container[data-v-1fcec258] {\n flex: 1;\n background-color: #ffffff;\n border-bottom: 1px solid #f5f6f7;\n overflow-y: scroll;\n}\n";styleInject(css_248z$u),script$x.render=render$x,script$x.__scopeId="data-v-1fcec258";var Console=new ce({name:"console",nameZh:"日志",component:script$x,icon:"https://pt-starimg.didistatic.com/static/starimg/img/PbNXVyzTbq1618997544543.png",onLoad(){overrideConsole((({name:e,type:t,value:o})=>{let n=st();n.logList=n.logList||[],n.logList.push({type:t,name:e,value:o})}))},onUnload(){restoreConsole()}}),script$w={props:{title:{default:""}}};const _hoisted_1$u={class:"dokit-common-card"},_hoisted_2$n={class:"dokit-common-card-header"},_hoisted_3$l={class:"dokit-common-card-header__title"},_hoisted_4$k={class:"dokit-common-card-header__extra-info"},_hoisted_5$i={class:"dokit-common-card-body"};function render$w(e,t,o,n,i,r){return openBlock(),createElementBlock("div",_hoisted_1$u,[createBaseVNode("div",_hoisted_2$n,[createBaseVNode("div",_hoisted_3$l,toDisplayString(o.title),1),createBaseVNode("div",_hoisted_4$k,[renderSlot(e.$slots,"extra")])]),createBaseVNode("div",_hoisted_5$i,[renderSlot(e.$slots,"body")])])}var css_248z$t=".dokit-common-card {\n border-radius: 5px;\n overflow: hidden;\n border: 1px solid #d6e4ef;\n}\n.dokit-common-card-header {\n border-bottom: 1px solid #d6e4ef;\n display: flex;\n justify-content: space-between;\n align-items: center;\n}\n.dokit-common-card-header .dokit-common-card-header__title {\n padding: 8px;\n font-size: 18px;\n color: #2c405a;\n}\n.dokit-common-card-body {\n padding: 8px;\n}\n";styleInject(css_248z$t),script$w.render=render$w;var script$v={components:{Card:script$w},data:()=>({ua:window.navigator.userAgent,url:window.location.href,ratio:window.devicePixelRatio,screen:window.screen,viewport:{width:document.documentElement.clientWidth,height:document.documentElement.clientHeight}})};const _hoisted_1$t={class:"dokit-app-info-container"},_hoisted_2$m={class:"dokit-info-wrapper"},_hoisted_3$k=createTextVNode("UA"),_hoisted_4$j=createTextVNode("URL"),_hoisted_5$h={class:"dokit-info-wrapper",style:{"margin-top":"20px"}},_hoisted_6$g=createTextVNode("设备缩放比"),_hoisted_7$b=createTextVNode("screen"),_hoisted_8$a=createTextVNode("viewport");function render$v(e,t,o,n,i,r){const s=resolveComponent("DoCol"),a=resolveComponent("DoRow"),l=resolveComponent("Card");return openBlock(),createElementBlock("div",_hoisted_1$t,[createBaseVNode("div",_hoisted_2$m,[createVNode(l,{title:"Page Info"},{body:withCtx((()=>[createVNode(a,{class:"dokit-app-info-item"},{default:withCtx((()=>[createVNode(s,{span:8},{default:withCtx((()=>[_hoisted_3$k])),_:1}),createVNode(s,{span:16},{default:withCtx((()=>[createTextVNode(toDisplayString(i.ua),1)])),_:1})])),_:1}),createVNode(a,{class:"dokit-app-info-item"},{default:withCtx((()=>[createVNode(s,{span:8},{default:withCtx((()=>[_hoisted_4$j])),_:1}),createVNode(s,{span:16},{default:withCtx((()=>[createTextVNode(toDisplayString(i.url),1)])),_:1})])),_:1})])),_:1})]),createBaseVNode("div",_hoisted_5$h,[createVNode(l,{title:"Device Info"},{body:withCtx((()=>[createVNode(a,{class:"dokit-app-info-item"},{default:withCtx((()=>[createVNode(s,{span:8},{default:withCtx((()=>[_hoisted_6$g])),_:1}),createVNode(s,{span:16},{default:withCtx((()=>[createTextVNode(toDisplayString(i.ratio),1)])),_:1})])),_:1}),createVNode(a,{class:"dokit-app-info-item"},{default:withCtx((()=>[createVNode(s,{span:8},{default:withCtx((()=>[_hoisted_7$b])),_:1}),createVNode(s,{span:16},{default:withCtx((()=>[createTextVNode(toDisplayString(i.screen.width)+" X "+toDisplayString(i.screen.height),1)])),_:1})])),_:1}),createVNode(a,{class:"dokit-app-info-item"},{default:withCtx((()=>[createVNode(s,{span:8},{default:withCtx((()=>[_hoisted_8$a])),_:1}),createVNode(s,{span:16},{default:withCtx((()=>[createTextVNode(toDisplayString(i.viewport.width)+" X "+toDisplayString(i.viewport.height),1)])),_:1})])),_:1})])),_:1})])])}var css_248z$s=".dokit-app-info-container[data-v-c97bdae2] {\n font-size: 14px;\n height: 100%;\n overflow: hidden;\n}\n.dokit-info-wrapper[data-v-c97bdae2] {\n margin: 5px 5px 0 5px;\n}\n.dokit-info-wrapper[data-v-c97bdae2] .key[data-v-c97bdae2] {\n font-weight: bold;\n}\n.dokit-info-wrapper[data-v-c97bdae2] .dokit-app-info-item[data-v-c97bdae2] {\n padding: 5px 0;\n}\ntable[data-v-c97bdae2] {\n border-color: #eee;\n width: 100%;\n border-collapse: collapse;\n border-spacing: 0;\n}\ntr[data-v-c97bdae2] {\n width: 100%;\n}\ntd[data-v-c97bdae2],\nth[data-v-c97bdae2] {\n padding: 5px;\n}\n";styleInject(css_248z$s),script$v.render=render$v,script$v.__scopeId="data-v-c97bdae2";var AppInfo=new ce({nameZh:"应用信息",name:"app-info",icon:"https://pt-starimg.didistatic.com/static/starimg/img/z1346TQD531618997547642.png",component:script$v}),script$u={name:"ElementTree",components:{ElementTree:script$u},data:()=>({unfold:!1,isShow:!0}),props:{node:Object,parentIsUnfold:Boolean},watch:{unfold(e){e?$bus.on(this.node.key+"refreshChild",this.refreshSon):$bus.off(this.node.key+"refreshChild",this.refreshSon)},parentIsUnfold(e){e?$bus.on(this.node.key+"refreshMy",this.refresh):$bus.off(this.node.key+"refreshMy",this.refresh)}},created(){"HTML"===this?.node?.tagName&&$bus.on(this.node.key,this.refresh)},destroyed(){$bus.off(this.node.key,this.refresh),$bus.off(this.node.key,this.refreshSon)},methods:{refreshSon(){this.unfold=!1,this.$nextTick((()=>{this.unfold=!0}))},refresh(){this.isShow=!1,this.$nextTick((()=>{this.isShow=!0}))},isNullEndTag:e=>(e=e?e.toLowerCase():"",["br","hr","img","input","link","meta"].indexOf(e)>-1),unfoldDetail(){this.canFold()&&(this.unfold=!this.unfold)},canFold(){return this.node.childNodes.length>0},_trim:e=>e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")}};const _hoisted_1$s={key:0,class:"dkelm-k"},_hoisted_2$l={key:0},_hoisted_3$j={class:"dkelm-v"},_hoisted_4$i={key:1},_hoisted_5$g=createTextVNode("> "),_hoisted_6$f={key:1,class:"dkelm-node"};function render$u(e,t,o,n,i,r){const s=resolveComponent("ElementTree",!0);return i.isShow?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(["element-tree-container",[r.canFold?"can-unfold":"",i.unfold?"unfolded":""]])},[o.node&&1===o.node.nodeType?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(["dkelm-l",[r.isNullEndTag(o.node.tagName)||0==o.node.childNodes.length?"dkelm-noc":"",i.unfold?"dk-toggle":""]])},[createBaseVNode("span",{class:"dkelm-node",onClick:t[0]||(t[0]=(...e)=>r.unfoldDetail&&r.unfoldDetail(...e))},[createTextVNode(" <"+toDisplayString(o.node.tagName.toLowerCase())+" ",1),o.node.className||o.node.attributes.length?(openBlock(),createElementBlock("i",_hoisted_1$s,[(openBlock(!0),createElementBlock(Fragment,null,renderList(o.node.attributes,((e,t)=>(openBlock(),createElementBlock("span",{key:t},[""!==e.value?(openBlock(),createElementBlock("span",_hoisted_2$l,[createTextVNode(toDisplayString(" "+e.name)+"=",1),createBaseVNode("i",_hoisted_3$j,toDisplayString(e.value),1)])):(openBlock(),createElementBlock("span",_hoisted_4$i,toDisplayString(" "+e.name),1))])))),128))])):createCommentVNode("",!0),_hoisted_5$g]),r.canFold?(openBlock(!0),createElementBlock(Fragment,{key:0},renderList(o.node.childNodes,(e=>withDirectives((openBlock(),createElementBlock("div",{key:e.key},[createVNode(s,{node:e,parentIsUnfold:i.unfold},null,8,["node","parentIsUnfold"])])),[[vShow,i.unfold]]))),128)):createCommentVNode("",!0),r.isNullEndTag(o.node.tagName)?createCommentVNode("",!0):(openBlock(),createElementBlock("span",_hoisted_6$f,"</"+toDisplayString(o.node.tagName.toLowerCase())+">",1))],2)):o.node&&3===o.node.nodeType&&o.node.textContent?(openBlock(),createElementBlock(Fragment,{key:1},[createTextVNode(toDisplayString(r._trim(o.node.textContent)),1)],64)):createCommentVNode("",!0)],2)):createCommentVNode("",!0)}var css_248z$r='.element-tree-container[data-v-754a8304] {\n font-size: 16px;\n position: relative;\n}\n.element-tree-container[data-v-754a8304] .dkelm-l[data-v-754a8304] {\n padding-left: 8px;\n position: relative;\n word-wrap: break-word;\n line-height: 1;\n}\n.element-tree-container[data-v-754a8304] .dkelm-l[data-v-754a8304][data-v-754a8304]::before {\n content: "";\n display: block;\n position: absolute;\n top: 6px;\n left: 3px;\n width: 0;\n height: 0;\n border: 3px solid transparent;\n border-left-color: #000;\n}\n.element-tree-container[data-v-754a8304] .dkelm-l[data-v-754a8304].dkelm-noc[data-v-754a8304]:before {\n display: none;\n}\n.element-tree-container[data-v-754a8304] .dkelm-l[data-v-754a8304].dk-toggle[data-v-754a8304]:before {\n display: block;\n top: 8px;\n left: 0;\n border-top-color: #000;\n border-left-color: transparent;\n}\n.element-tree-container[data-v-754a8304] .dkelm-node[data-v-754a8304] {\n color: #183691;\n}\n.element-tree-container[data-v-754a8304] .dkelm-k[data-v-754a8304] {\n color: #0086b3;\n}\n.element-tree-container[data-v-754a8304] .dkelm-v[data-v-754a8304] {\n color: #905;\n}\n';function formatStyle(e){const t={};for(let o=0,n=e.length;o<n;o++){const n=e[o];"initial"!==e[n]&&(t[n]=e[n])}return t}styleInject(css_248z$r),script$u.render=render$u,script$u.__scopeId="data-v-754a8304";const elProto=Element.prototype;let matchesSel=function(){return!1};elProto.webkitMatchesSelector?matchesSel=(e,t)=>e.webkitMatchesSelector(t):elProto.mozMatchesSelector&&(matchesSel=(e,t)=>e.mozMatchesSelector(t));class CssStore{constructor(e){this._el=e}getComputedStyle(){return formatStyle(window.getComputedStyle(this._el))}getMatchedCSSRules(){const e=[];return[].slice.call(document.styleSheets).forEach((t=>{try{if(!t.cssRules)return}catch(e){return}for(let o in t.cssRules){let n=!1,i=t.cssRules[o];try{n=this._elMatchesSel(i.selectorText)}catch(e){}if(!n)return;e.push({selectorText:i.selectorText,style:formatStyle(i.style)})}})),e}_elMatchesSel(e){return matchesSel(this._el,e)}}var script$t={props:{highlightnNode:Object,contentWidth:String|Number,contentHeight:String|Number}};const _hoisted_1$r={class:"dokit-margin"},_hoisted_2$k=createBaseVNode("div",{class:"dokit-label"},"margin",-1),_hoisted_3$i={class:"dokit-top"},_hoisted_4$h=createBaseVNode("br",null,null,-1),_hoisted_5$f={class:"dokit-left"},_hoisted_6$e={class:"dokit-border"},_hoisted_7$a=createBaseVNode("div",{class:"dokit-label"},"border",-1),_hoisted_8$9={class:"dokit-top"},_hoisted_9$9=createBaseVNode("br",null,null,-1),_hoisted_10$8={class:"dokit-left"},_hoisted_11$6={class:"dokit-padding"},_hoisted_12$4=createBaseVNode("div",{class:"dokit-label"},"padding",-1),_hoisted_13$4={class:"dokit-top"},_hoisted_14$4=createBaseVNode("br",null,null,-1),_hoisted_15$3={class:"dokit-left"},_hoisted_16$2={class:"dokit-content"},_hoisted_17$2=createTextVNode(" × "),_hoisted_18$2={class:"dokit-right"},_hoisted_19$2=createBaseVNode("br",null,null,-1),_hoisted_20$1={class:"dokit-bottom"},_hoisted_21$1={class:"dokit-right"},_hoisted_22$1=createBaseVNode("br",null,null,-1),_hoisted_23$1={class:"dokit-bottom"},_hoisted_24$1={class:"dokit-right"},_hoisted_25$1=createBaseVNode("br",null,null,-1),_hoisted_26$1={class:"dokit-bottom"};function render$t(e,t,o,n,i,r){return openBlock(),createElementBlock("div",_hoisted_1$r,[_hoisted_2$k,createBaseVNode("div",_hoisted_3$i,toDisplayString(o.highlightnNode.boxStyle.marginTop),1),_hoisted_4$h,createBaseVNode("div",_hoisted_5$f,toDisplayString(o.highlightnNode.boxStyle.marginLeft),1),createBaseVNode("div",_hoisted_6$e,[_hoisted_7$a,createBaseVNode("div",_hoisted_8$9,toDisplayString(o.highlightnNode.boxStyle.borderTopWidth),1),_hoisted_9$9,createBaseVNode("div",_hoisted_10$8,toDisplayString(o.highlightnNode.boxStyle.borderLeftWidth),1),createBaseVNode("div",_hoisted_11$6,[_hoisted_12$4,createBaseVNode("div",_hoisted_13$4,toDisplayString(o.highlightnNode.boxStyle.paddingTop),1),_hoisted_14$4,createBaseVNode("div",_hoisted_15$3,toDisplayString(o.highlightnNode.boxStyle.paddingLeft),1),createBaseVNode("div",_hoisted_16$2,[createBaseVNode("span",null,toDisplayString(o.contentWidth),1),_hoisted_17$2,createBaseVNode("span",null,toDisplayString(o.contentHeight),1)]),createBaseVNode("div",_hoisted_18$2,toDisplayString(o.highlightnNode.boxStyle.paddingRight),1),_hoisted_19$2,createBaseVNode("div",_hoisted_20$1,toDisplayString(o.highlightnNode.boxStyle.paddingBottom),1)]),createBaseVNode("div",_hoisted_21$1,toDisplayString(o.highlightnNode.boxStyle.borderRightWidth),1),_hoisted_22$1,createBaseVNode("div",_hoisted_23$1,toDisplayString(o.highlightnNode.boxStyle.borderBottomWidth),1)]),createBaseVNode("div",_hoisted_24$1,toDisplayString(o.highlightnNode.boxStyle.marginRight),1),_hoisted_25$1,createBaseVNode("div",_hoisted_26$1,toDisplayString(o.highlightnNode.boxStyle.marginBottom),1)])}script$t.render=render$t;var script$s={components:{ElementBoxModel:script$t},props:{highlightElement:Object,highlightnNode:Object,contentWidth:String|Number,contentHeight:String|Number}};const _withScopeId$b=e=>(pushScopeId("data-v-080bc273"),e=e(),popScopeId(),e),_hoisted_1$q={class:"dokit-computed-style dokit-section"},_hoisted_2$j={class:"dokit-box-model"},_hoisted_3$h={key:0,class:"dokit-position"},_hoisted_4$g=_withScopeId$b((()=>createBaseVNode("div",{class:"dokit-label"},"position",-1))),_hoisted_5$e={class:"dokit-top"},_hoisted_6$d=_withScopeId$b((()=>createBaseVNode("br",null,null,-1))),_hoisted_7$9={class:"dokit-left"},_hoisted_8$8={class:"dokit-right"},_hoisted_9$8=_withScopeId$b((()=>createBaseVNode("br",null,null,-1))),_hoisted_10$7={class:"dokit-bottom"};function render$s(e,t,o,n,i,r){const s=resolveComponent("ElementBoxModel");return openBlock(),createElementBlock("div",_hoisted_1$q,[createBaseVNode("div",_hoisted_2$j,["static"!==o.highlightnNode.boxStyle.position?(openBlock(),createElementBlock("div",_hoisted_3$h,[_hoisted_4$g,createBaseVNode("div",_hoisted_5$e,toDisplayString(o.highlightnNode.boxStyle.top),1),_hoisted_6$d,createBaseVNode("div",_hoisted_7$9,toDisplayString(o.highlightnNode.boxStyle.left),1),createVNode(s,{highlightnNode:o.highlightnNode,contentWidth:o.contentWidth,contentHeight:o.contentHeight},null,8,["highlightnNode","contentWidth","contentHeight"]),createBaseVNode("div",_hoisted_8$8,toDisplayString(o.highlightnNode.boxStyle.right),1),_hoisted_9$8,createBaseVNode("div",_hoisted_10$7,toDisplayString(o.highlightnNode.boxStyle.bottom),1)])):(openBlock(),createBlock(s,{key:1,highlightnNode:o.highlightnNode,contentWidth:o.contentWidth,contentHeight:o.contentHeight},null,8,["highlightnNode","contentWidth","contentHeight"]))])])}var css_248z$q=".dokit-computed-style[data-v-080bc273] {\n font-size: 15px;\n}\n.dokit-computed-style[data-v-080bc273] .dokit-box-model[data-v-080bc273] {\n overflow-x: auto;\n color: #222;\n font-size: 12px;\n padding: 10px;\n text-align: center;\n white-space: nowrap;\n}\n.dokit-computed-style[data-v-080bc273] .dokit-box-model[data-v-080bc273][data-v-080bc273] .dokit-label {\n position: absolute;\n margin-left: 3px;\n padding: 0 2px;\n}\n.dokit-computed-style[data-v-080bc273] .dokit-box-model[data-v-080bc273][data-v-080bc273] .dokit-top,\n.dokit-computed-style[data-v-080bc273] .dokit-box-model[data-v-080bc273][data-v-080bc273] .dokit-left,\n.dokit-computed-style[data-v-080bc273] .dokit-box-model[data-v-080bc273][data-v-080bc273] .dokit-right,\n.dokit-computed-style[data-v-080bc273] .dokit-box-model[data-v-080bc273][data-v-080bc273] .dokit-bottom {\n display: inline-block;\n}\n.dokit-computed-style[data-v-080bc273] .dokit-box-model[data-v-080bc273][data-v-080bc273] .dokit-left,\n.dokit-computed-style[data-v-080bc273] .dokit-box-model[data-v-080bc273][data-v-080bc273] .dokit-right {\n vertical-align: middle;\n}\n.dokit-computed-style[data-v-080bc273] .dokit-box-model[data-v-080bc273][data-v-080bc273] .dokit-border,\n.dokit-computed-style[data-v-080bc273] .dokit-box-model[data-v-080bc273][data-v-080bc273] .dokit-padding,\n.dokit-computed-style[data-v-080bc273] .dokit-box-model[data-v-080bc273][data-v-080bc273] .dokit-content,\n.dokit-computed-style[data-v-080bc273] .dokit-box-model[data-v-080bc273][data-v-080bc273] .dokit-position,\n.dokit-computed-style[data-v-080bc273] .dokit-box-model[data-v-080bc273][data-v-080bc273] .dokit-margin {\n position: relative;\n background: #fff;\n display: inline-block;\n text-align: center;\n vertical-align: middle;\n padding: 3px;\n margin: 3px;\n}\n.dokit-computed-style[data-v-080bc273] .dokit-box-model[data-v-080bc273] .dokit-position[data-v-080bc273] {\n border: 1px grey dotted;\n}\n.dokit-computed-style[data-v-080bc273] .dokit-box-model[data-v-080bc273][data-v-080bc273] .dokit-margin {\n border: 1px dashed;\n background: rgba(246, 178, 107, 0.66);\n}\n.dokit-computed-style[data-v-080bc273] .dokit-box-model[data-v-080bc273][data-v-080bc273] .dokit-border {\n border: 1px #000 solid;\n background: rgba(255, 229, 153, 0.66);\n}\n.dokit-computed-style[data-v-080bc273] .dokit-box-model[data-v-080bc273][data-v-080bc273] .dokit-padding {\n border: 1px grey dashed;\n background: rgba(147, 196, 125, 0.55);\n}\n.dokit-computed-style[data-v-080bc273] .dokit-box-model[data-v-080bc273][data-v-080bc273] .dokit-content {\n border: 1px grey solid;\n min-width: 100px;\n background: rgba(111, 168, 220, 0.66);\n}\n.dokit-computed-style[data-v-080bc273] .dokit-box-model[data-v-080bc273][data-v-080bc273] .dokit-content[data-v-080bc273] span {\n margin: 0;\n padding: 0;\n border: 0;\n font: inherit;\n vertical-align: baseline;\n}\n";styleInject(css_248z$q),script$s.render=render$s,script$s.__scopeId="data-v-080bc273";var script$r={props:{styles:Array}};const _withScopeId$a=e=>(pushScopeId("data-v-782aac7b"),e=e(),popScopeId(),e),_hoisted_1$p={class:"dokit-styles dokit-section"},_hoisted_2$i=_withScopeId$a((()=>createBaseVNode("h2",null,"Styles",-1))),_hoisted_3$g={class:"dokit-style-wrapper"},_hoisted_4$f=createTextVNode(": "),_hoisted_5$d=["innerHTML"],_hoisted_6$c=_withScopeId$a((()=>createBaseVNode("div",null,"}",-1)));function render$r(e,t,o,n,i,r){return openBlock(),createElementBlock("div",_hoisted_1$p,[_hoisted_2$i,createBaseVNode("div",_hoisted_3$g,[(openBlock(!0),createElementBlock(Fragment,null,renderList(o.styles,((e,t)=>(openBlock(),createElementBlock("div",{class:"dokit-style-rules",key:t},[createBaseVNode("div",null,toDisplayString(e.selectorText)+" {",1),(openBlock(!0),createElementBlock(Fragment,null,renderList(e.style,((e,t,o)=>(openBlock(),createElementBlock("div",{class:"dokit-rule",key:o},[createBaseVNode("span",null,toDisplayString(t),1),_hoisted_4$f,createBaseVNode("span",{innerHTML:`${e};`},null,8,_hoisted_5$d)])))),128)),_hoisted_6$c])))),128))])])}var css_248z$p=".dokit-styles[data-v-782aac7b] {\n font-size: 15px;\n}\n.dokit-styles[data-v-782aac7b] .dokit-style-wrapper[data-v-782aac7b] {\n padding: 10px;\n}\n.dokit-styles[data-v-782aac7b] .dokit-style-wrapper[data-v-782aac7b] .dokit-style-rules[data-v-782aac7b] {\n border: 1px solid #ccc;\n padding: 10px;\n margin-bottom: 10px;\n}\n.dokit-styles[data-v-782aac7b] .dokit-style-wrapper[data-v-782aac7b] .dokit-style-rules[data-v-782aac7b][data-v-782aac7b]:last-child {\n margin-bottom: 0;\n}\n.dokit-styles[data-v-782aac7b] .dokit-style-wrapper[data-v-782aac7b] .dokit-style-rules[data-v-782aac7b] .dokit-rule[data-v-782aac7b] {\n padding-left: 2em;\n word-break: break-all;\n}\n.dokit-styles[data-v-782aac7b] .dokit-style-wrapper[data-v-782aac7b] .dokit-style-rules[data-v-782aac7b] .dokit-rule[data-v-782aac7b][data-v-782aac7b] .dokit-style-color {\n position: relative;\n top: 1px;\n width: 10px;\n height: 10px;\n border-radius: 50%;\n margin-right: 2px;\n border: 1px solid #ccc;\n display: inline-block;\n}\n.dokit-styles[data-v-782aac7b] .dokit-style-wrapper[data-v-782aac7b] .dokit-style-rules[data-v-782aac7b] .dokit-rule[data-v-782aac7b] span[data-v-782aac7b] {\n color: #c80000;\n}\n";styleInject(css_248z$p),script$r.render=render$r,script$r.__scopeId="data-v-782aac7b";var script$q={props:{highlightnNode:Object}};const _withScopeId$9=e=>(pushScopeId("data-v-6185e768"),e=e(),popScopeId(),e),_hoisted_1$o={class:"dokit-attributes dokit-section"},_hoisted_2$h=_withScopeId$9((()=>createBaseVNode("h2",null,"Attributes",-1))),_hoisted_3$f={class:"dokit-table-wrapper"},_hoisted_4$e={key:0},_hoisted_5$c={key:0},_hoisted_6$b=_withScopeId$9((()=>createBaseVNode("td",null,"Empty",-1))),_hoisted_7$8=[_hoisted_6$b],_hoisted_8$7={class:"dokit-attribute-name-color"},_hoisted_9$7={key:0,class:"dokit-string-color"},_hoisted_10$6=["href"],_hoisted_11$5={key:1,class:"dokit-string-color"};function render$q(e,t,o,n,i,r){return openBlock(),createElementBlock("div",_hoisted_1$o,[_hoisted_2$h,createBaseVNode("div",_hoisted_3$f,[createBaseVNode("table",null,[o.highlightnNode?(openBlock(),createElementBlock("tbody",_hoisted_4$e,[0===o.highlightnNode.attributes.length?(openBlock(),createElementBlock("tr",_hoisted_5$c,_hoisted_7$8)):(openBlock(!0),createElementBlock(Fragment,{key:1},renderList(o.highlightnNode.attributes,((e,t)=>(openBlock(),createElementBlock("tr",{key:t},[createBaseVNode("td",_hoisted_8$7,toDisplayString(e.name),1),"href"===e.name||"src"===e.name?(openBlock(),createElementBlock("td",_hoisted_9$7,[createBaseVNode("a",{href:e.value,target:"_blank"},toDisplayString(e.value),9,_hoisted_10$6)])):(openBlock(),createElementBlock("td",_hoisted_11$5,toDisplayString(e.value),1))])))),128))])):createCommentVNode("",!0)])])])}var css_248z$o=".dokit-attributes[data-v-6185e768] {\n font-size: 15px;\n margin-top: 10px;\n}\n.dokit-attributes[data-v-6185e768] .dokit-table-wrapper[data-v-6185e768] {\n overflow-x: auto;\n}\n.dokit-attributes[data-v-6185e768] .dokit-attribute-name-color[data-v-6185e768] {\n color: #994500;\n}\n.dokit-attributes[data-v-6185e768] .dokit-string-color[data-v-6185e768] {\n color: #1a1aa6;\n}\n.dokit-attributes[data-v-6185e768] table[data-v-6185e768] td[data-v-6185e768] {\n padding: 5px 10px;\n vertical-align: baseline;\n}\n";styleInject(css_248z$o),script$q.render=render$q,script$q.__scopeId="data-v-6185e768";var script$p={props:{parentTag:Array,highlightElement:Object},methods:{selectElement(e){at(e)}}};const _withScopeId$8=e=>(pushScopeId("data-v-bc25b728"),e=e(),popScopeId(),e),_hoisted_1$n={class:"dokit-breadcrumb"},_hoisted_2$g={key:0,class:"dokit-parents"},_hoisted_3$e=["onClick"],_hoisted_4$d={class:"nodeName"},_hoisted_5$b={key:0,class:"nodeaId"},_hoisted_6$a={key:1,class:"nodeaClass"},_hoisted_7$7=_withScopeId$8((()=>createBaseVNode("span",{class:"dokit-icon-arrow-right"},">",-1))),_hoisted_8$6={key:1,class:"dokit-element"},_hoisted_9$6={class:"nodeName"},_hoisted_10$5={key:0,class:"nodeaId"},_hoisted_11$4={key:1,class:"nodeaClass"};function render$p(e,t,o,n,i,r){return openBlock(),createElementBlock("div",_hoisted_1$n,[o.parentTag.length>0?(openBlock(),createElementBlock("ul",_hoisted_2$g,[(openBlock(!0),createElementBlock(Fragment,null,renderList(o.parentTag,((e,t)=>(openBlock(),createElementBlock("li",{key:t},[createBaseVNode("div",{class:"dokit-parent",onClick:t=>r.selectElement(e)},[createBaseVNode("span",_hoisted_4$d,toDisplayString(e.nodeName.toLowerCase()),1),""!==e.id?(openBlock(),createElementBlock("span",_hoisted_5$b,toDisplayString(`#${e.id}`),1)):createCommentVNode("",!0),""!==e.className?(openBlock(),createElementBlock("span",_hoisted_6$a,toDisplayString(`.${e.className}`),1)):createCommentVNode("",!0)],8,_hoisted_3$e),_hoisted_7$7])))),128))])):createCommentVNode("",!0),o.highlightElement?(openBlock(),createElementBlock("div",_hoisted_8$6,[createBaseVNode("span",_hoisted_9$6,toDisplayString(o.highlightElement.nodeName.toLowerCase()),1),""!==o.highlightElement.id?(openBlock(),createElementBlock("span",_hoisted_10$5,toDisplayString(`#${o.highlightElement.id}`),1)):createCommentVNode("",!0),""!==o.highlightElement.className?(openBlock(),createElementBlock("span",_hoisted_11$4,toDisplayString(`.${o.highlightElement.className}`),1)):createCommentVNode("",!0)])):createCommentVNode("",!0)])}var css_248z$n=".dokit-breadcrumb[data-v-bc25b728] .dokit-parents[data-v-bc25b728] {\n overflow-x: auto;\n background: #f3f3f3;\n color: #333;\n padding: 10px;\n white-space: nowrap;\n border-bottom: 1px solid #ccc;\n font-size: 15px;\n margin: 0;\n}\n.dokit-breadcrumb[data-v-bc25b728] .dokit-parents[data-v-bc25b728] li[data-v-bc25b728] {\n display: inline-block;\n}\n.dokit-breadcrumb[data-v-bc25b728] .dokit-parents[data-v-bc25b728] .dokit-parent[data-v-bc25b728] {\n display: inline-block;\n}\n.dokit-breadcrumb[data-v-bc25b728] .dokit-parents[data-v-bc25b728] .dokit-icon-arrow-right[data-v-bc25b728] {\n font-size: 15px;\n margin: 0 5px;\n}\n.dokit-breadcrumb[data-v-bc25b728] .dokit-element[data-v-bc25b728] {\n background: #f3f3f3;\n color: #333;\n user-select: text;\n word-break: break-all;\n padding: 10px;\n font-size: 16px;\n border-bottom: 1px solid #ccc;\n}\n.dokit-breadcrumb[data-v-bc25b728] .nodeName[data-v-bc25b728] {\n color: #881280;\n}\n.dokit-breadcrumb[data-v-bc25b728] .nodeaId[data-v-bc25b728] {\n color: #1a1aa8;\n}\n.dokit-breadcrumb[data-v-bc25b728] .nodeaClass[data-v-bc25b728] {\n color: #8f4919;\n}\n";styleInject(css_248z$n),script$p.render=render$p,script$p.__scopeId="data-v-bc25b728";var script$o={components:{ElementComputedStyle:script$s,ElementStyles:script$r,ElementAttributes:script$q,ElementBreadcrumb:script$p},data:()=>({parentTag:[],curCssStore:null,styles:[],computedStyle:null}),computed:{state(){return this.$store.state},highlightElement(){return this.state.highlightElement},highlightnNode(){return this.highlightElement?.__dokitForWeb_node},contentWidth(){return"auto"===this.computedStyle.width?"auto":this.highlightnNode.boxStyle.contentWidth},contentHeight(){return"auto"===this.computedStyle.height?"auto":this.highlightnNode.boxStyle.contentHeight}},watch:{highlightElement(e){e&&(this.curCssStore=new CssStore(e),this.getStyle(),this.parentTag=this.getParentTag(e).reverse(),this.computedStyle=this.curCssStore.getComputedStyle())}},methods:{getParentTag(e,t=[]){let o=this;return e?.parentElement?(t.push(e?.parentElement),o.getParentTag(e?.parentElement,t)):t},getStyle(){const e=this.curCssStore.getMatchedCSSRules();e.unshift(this.getInlineStyle(this.highlightElement?.style)),e.forEach((e=>this.processStyleRules(e?.style))),this.styles=e},getInlineStyle(e){const t={selectorText:"element.style",style:{}};for(let o=0,n=e?.length;o<n;o++){const n=e[o];"initial"!==e[n]&&(t.style[n]=e[n])}return t},processStyleRules(e){Object.keys(e).forEach((t=>{e[t]=this.processStyleRule(e[t])}))},processStyleRule(e){return(e+="").replace(/rgba?\((.*?)\)/g,'<span class="dokit-style-color" style="background-color: $&"></span>$&').replace(/url\("?(.*?)"?\)/g,((e,t)=>`url("${this.wrapLink(t)}")`))},wrapLink:e=>`<a href="${e}" target="_blank">${e}</a>`}};const _hoisted_1$m={class:"dokit-element-details"};function render$o(e,t,o,n,i,r){const s=resolveComponent("ElementBreadcrumb"),a=resolveComponent("ElementAttributes"),l=resolveComponent("ElementStyles"),c=resolveComponent("ElementComputedStyle");return openBlock(),createElementBlock("div",_hoisted_1$m,[createVNode(s,{parentTag:i.parentTag,highlightElement:r.highlightElement},null,8,["parentTag","highlightElement"]),createVNode(a,{highlightnNode:r.highlightnNode},null,8,["highlightnNode"]),createVNode(l,{styles:i.styles},null,8,["styles"]),r.highlightElement?(openBlock(),createBlock(c,{key:0,highlightElement:r.highlightElement,highlightnNode:r.highlightnNode,contentWidth:r.contentWidth,contentHeight:r.contentHeight},null,8,["highlightElement","highlightnNode","contentWidth","contentHeight"])):createCommentVNode("",!0)])}var css_248z$m=".dokit-element-details[data-v-34e094cc] {\n overflow-y: auto;\n height: calc(100% - 76px);\n}\n.dokit-element-details[data-v-34e094cc][data-v-34e094cc] .dokit-section {\n border-bottom: 1px solid #ccc;\n color: #333;\n margin-bottom: 10px;\n}\n.dokit-element-details[data-v-34e094cc][data-v-34e094cc] .dokit-section[data-v-34e094cc] h2 {\n background: #f3f3f3;\n border-top: 1px solid #ccc;\n padding: 10px;\n font-size: 18px;\n margin: 0;\n}\n";styleInject(css_248z$m),script$o.render=render$o,script$o.__scopeId="data-v-34e094cc";var script$n={data:()=>({selectElement:!1,checkCurrentElement:!1,oldElement:null}),computed:{state(){return this.$store.state},showHighlightElement(){return this.state.showHighlightElement},highlightElement(){return this.state.highlightElement}},created(){this.onScroll=debounce(this.onScroll,300)},watch:{showHighlightElement(e){e?(document.body.addEventListener("click",this.elementClick,!0),window.addEventListener("scroll",this.onScroll)):(document.body.removeEventListener("click",this.elementClick,!0),window.removeEventListener("scroll",this.onScroll))}},methods:{openCheck(){this.selectElement=!this.selectElement,this.showHighlightElement||lt(),rt()},elementClick(e){e.preventDefault(),e.stopImmediatePropagation(),e.target!==this.highlightElement&&at(e.target)},onScroll(){this.oldElement=this.highlightElement,at(null),this.$nextTick((()=>{at(this.oldElement)}))}}};const _hoisted_1$l={class:"element-snippet-component"},_hoisted_2$f=["src"];function render$n(e,t,o,n,i,r){return openBlock(),createElementBlock("div",_hoisted_1$l,[createBaseVNode("div",{class:"element-btn",onClick:t[0]||(t[0]=(...e)=>r.openCheck&&r.openCheck(...e))},[createBaseVNode("img",{src:i.selectElement?"https://pt-starimg.didistatic.com/static/starimg/img/mP3782Ooy71635737733419.png":"https://pt-starimg.didistatic.com/static/starimg/img/6Yjqj9hBVz1635736368868.png"},null,8,_hoisted_2$f)])])}var css_248z$l=".element-snippet-component {\n height: 40px;\n background: #f3f3f3;\n position: absolute;\n z-index: 100;\n left: 0;\n bottom: 0;\n width: 100%;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.element-snippet-component .element-btn {\n height: 100%;\n width: 100%;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.element-snippet-component .element-btn img {\n height: 20px;\n}\n";styleInject(css_248z$l),script$n.render=render$n;var script$m={components:{ElementTree:script$u,ElementSnippet:script$n,ElementDetails:script$o},data:()=>({node:null,observer:null,isRealTime:null,config:{attributes:!0,childList:!0,characterData:!0,subtree:!0},active:0}),mounted(){this.node=this.getNode(document.documentElement),this.observer=new MutationObserver((e=>{for(let t=0;t<e.length;t++){let o=e[t];this._isInDokit(o.target)||this.onMutation(o)}})),this.isRealTime=JSON.parse(localStorage.getItem("dokitElementRealTime"))??!0,at(this.node.$view)},computed:{state(){return this.$store.state},highlightElement(){return this.state.highlightElement}},destroyed(){this.observer.disconnect()},watch:{isRealTime:{handler:function(e){e?(this.node=this.getNode(document.documentElement),$bus.emit(this.node.key),localStorage.setItem("dokitElementRealTime",e),this.observer.observe(document.documentElement,this.config)):!1===e&&(this.observer.disconnect(),localStorage.setItem("dokitElementRealTime",e)),console.log(this.node)},immediate:!0}},methods:{changeMode(e){this.active=e},getNode(e){if(this._isIgnoredElement(e))return;let t=e.__dokitForWeb_node||{};if(t.$view=e,t.nodeType=e.nodeType,t.key=t.key||guid(),t.nodeName=e.nodeName,t.tagName=e.tagName||"",t.textContent="",t.nodeType!=e.TEXT_NODE&&t.nodeType!=e.DOCUMENT_TYPE_NODE||(t.textContent=e.textContent),t.nodeType===e.ELEMENT_NODE&&(t.boxStyle=this.getBoxModelValue(e)),t.id=e.id||"",t.className=e.className||"",t.attributes=[],e.hasAttributes&&e.hasAttributes())for(let o=0;o<e.attributes.length;o++)t.attributes.push({name:e.attributes[o].name,value:e.attributes[o].value||""});if(t.childNodes=[],e.childNodes.length>0)for(let o=0;o<e.childNodes.length;o++){let n=this.getNode(e.childNodes[o]);n&&t.childNodes.push(n)}return e.__dokitForWeb_node=t,t},_isIgnoredElement:e=>e.nodeType==e.TEXT_NODE&&""==e.textContent.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$|\n+/g,""),_isInDokit(e){let t=e;for(;null!=t;){if("dokit-root"==t.id)return!0;t=t.parentNode||void 0}return!1},onMutation(e){switch(e.type){case"childList":e.removedNodes.length>0&&this.onChildRemove(e),e.addedNodes.length>0&&this.onChildAdd(e);break;case"attributes":this.onAttributesChange(e);break;case"characterData":this.onCharacterDataChange(e)}},onAttributesChange(e){let t=e.target.__dokitForWeb_node;t&&(e.target===this.highlightElement&&(at(null),this.$nextTick((()=>{at(e.target)}))),t=this.getNode(e.target),$bus.emit(t.key+"refreshMy"))},onCharacterDataChange(e){let t=e.target.__dokitForWeb_node;t&&(e.target!==this.highlightElement&&e.target.parentNode!==this.highlightElement||(at(null),this.$nextTick((()=>{at(e.target.parentNode)}))),t=this.getNode(e.target),$bus.emit(t.key+"refreshMy"))},onChildAdd(e){let t=e.target,o=t.__dokitForWeb_node;o&&(t===this.highlightElement&&(at(null),this.$nextTick((()=>{at(t)}))),this.getNode(t),$bus.emit(o.key+"refreshChild"))},onChildRemove(e){let t=e.target.__dokitForWeb_node;if(t){for(let o=0;o<e.removedNodes.length;o++){let n=e.removedNodes[o],i=n?.__dokitForWeb_node?.key;i&&(n===this.highlightElement&&at(null),this.deleteNode(t,i))}$bus.emit(t.key+"refreshChild")}},deleteNode(e,t){let o=e.childNodes.findIndex((e=>e.key===t));e.childNodes.splice(o,1)},getBoxModelValue(e){return{display:this.getStyle(e,"display"),position:this.getStyle(e,"position"),top:this.getStyle(e,"top"),right:this.getStyle(e,"right"),bottom:this.getStyle(e,"bottom"),left:this.getStyle(e,"left"),marginTop:this.getStyle(e,"marginTop"),marginRight:this.getStyle(e,"marginRight"),marginBottom:this.getStyle(e,"marginBottom"),marginLeft:this.getStyle(e,"marginLeft"),borderTopWidth:this.getStyle(e,"borderTopWidth"),borderRightWidth:this.getStyle(e,"borderRightWidth"),borderBottomWidth:this.getStyle(e,"borderBottomWidth"),borderLeftWidth:this.getStyle(e,"borderLeftWidth"),paddingTop:this.getStyle(e,"paddingTop"),paddingRight:this.getStyle(e,"paddingRight"),paddingBottom:this.getStyle(e,"paddingBottom"),paddingLeft:this.getStyle(e,"paddingLeft"),contentWidth:e.offsetWidth-parseInt(this.getStyle(e,"paddingLeft"))-parseInt(this.getStyle(e,"paddingRight"))-parseInt(this.getStyle(e,"borderLeftWidth"))-parseInt(this.getStyle(e,"borderRightWidth")),contentHeight:e.offsetHeight-parseInt(this.getStyle(e,"paddingTop"))-parseInt(this.getStyle(e,"paddingBottom"))-parseInt(this.getStyle(e,"borderTopWidth"))-parseInt(this.getStyle(e,"borderBottomWidth"))}},getStyle(e,t){let o=null;return o=e?.currentStyle?e.currentStyle[t]:document.defaultView.getComputedStyle(e,null)[t],-1!==o.indexOf("px")?/\d+/.exec(o)[0]:o}}};const _hoisted_1$k={class:"element-container"},_hoisted_2$e={class:"element-tab"},_hoisted_3$d={class:"tree-container"},_hoisted_4$c={class:"real-time-switch"},_hoisted_5$a=createBaseVNode("div",null,"实时更新",-1);function render$m(e,t,o,n,i,r){const s=resolveComponent("ElementTree"),a=resolveComponent("ElementDetails"),l=resolveComponent("ElementSnippet");return openBlock(),createElementBlock("div",_hoisted_1$k,[createBaseVNode("div",_hoisted_2$e,[createBaseVNode("div",{onClick:t[0]||(t[0]=e=>r.changeMode(0)),class:normalizeClass("elemen-tab-item "+(0===i.active?"elemen-tab-item-active":""))}," 视图树 ",2),createBaseVNode("div",{onClick:t[1]||(t[1]=e=>r.changeMode(1)),class:normalizeClass("elemen-tab-item "+(1===i.active?"elemen-tab-item-active":""))}," 元素属性 ",2)]),withDirectives(createBaseVNode("div",_hoisted_3$d,[createBaseVNode("div",_hoisted_4$c,[_hoisted_5$a,withDirectives(createBaseVNode("input",{class:"switch",type:"checkbox","onUpdate:modelValue":t[2]||(t[2]=e=>i.isRealTime=e)},null,512),[[vModelCheckbox,i.isRealTime]])]),createVNode(s,{node:i.node},null,8,["node"])],512),[[vShow,0===i.active]]),withDirectives(createVNode(a,null,null,512),[[vShow,1===i.active]]),createVNode(l)])}var css_248z$k='.element-container {\n position: relative;\n height: 100%;\n overflow: hidden;\n}\n.element-container .tree-container {\n overflow-y: auto;\n height: calc(100% - 76px);\n}\n.element-container .tree-container .real-time-switch {\n display: flex;\n flex-direction: row;\n align-items: center;\n font-size: 18px;\n padding: 5px;\n}\n.element-container .tree-container .real-time-switch .switch {\n appearance: none;\n -moz-appearance: button;\n -webkit-appearance: none;\n}\n.element-container .tree-container .real-time-switch .switch {\n position: relative;\n margin: 0;\n width: 40px;\n height: 24px;\n border: 1px solid #ebebf9;\n outline: 0;\n border-radius: 16px;\n box-sizing: border-box;\n background-color: #ebebf9;\n -webkit-transition: background-color 0.1s, border 0.1s;\n transition: background-color 0.1s, border 0.1s;\n margin-left: auto;\n}\n.element-container .tree-container .real-time-switch .switch:before {\n content: " ";\n position: absolute;\n top: 0;\n left: 0;\n width: 38px;\n height: 22px;\n border-radius: 19px;\n background-color: #ebebf9;\n -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);\n transition: -webkit-transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);\n transition: transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);\n}\n.element-container .tree-container .real-time-switch .switch:after {\n content: " ";\n position: absolute;\n top: 0;\n left: 1px;\n width: 22px;\n height: 22px;\n border-radius: 15px;\n background-color: #ffffff;\n /*box-shadow: 0 1PX 3PX rgba(0, 0, 0, 0.4);*/\n -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);\n transition: -webkit-transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);\n transition: transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);\n}\n.element-container .tree-container .real-time-switch .switch:checked {\n background: #457cbe;\n border: solid 1px #457cbe;\n}\n.element-container .tree-container .real-time-switch .switch:checked:before {\n transform: scale(0);\n}\n.element-container .tree-container .real-time-switch .switch:checked:after {\n transform: translateX(15px);\n}\n.element-container .element-tab {\n width: 100%;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.element-container .element-tab .elemen-tab-item {\n font-size: 18px;\n width: 50%;\n display: flex;\n align-items: center;\n justify-content: center;\n padding: 5px 10px;\n border-bottom: 1px #eee solid;\n}\n.element-container .element-tab .elemen-tab-item:first-child {\n border-right: 1px #eee solid;\n}\n.element-container .element-tab .elemen-tab-item-active {\n border-bottom: 1px transparent solid;\n color: #457cbe;\n}\n';styleInject(css_248z$k),script$m.render=render$m;var Element$1=new ce({nameZh:"元素查看",name:"element",icon:"https://pt-starimg.didistatic.com/static/starimg/img/nktYHc1alL1635323338193.png",component:script$m}),commonjsGlobal="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function commonjsRequire(){throw new Error("Dynamic requires are not currently supported by rollup-plugin-commonjs")}function unwrapExports(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function createCommonjsModule(e,t){return e(t={exports:{}},t.exports),t.exports}var jsQR=createCommonjsModule((function(e,t){var o;"undefined"!=typeof self&&self,o=function(){return function(e){var t={};function o(n){if(t[n])return t[n].exports;var i=t[n]={i:n,l:!1,exports:{}};return e[n].call(i.exports,i,i.exports,o),i.l=!0,i.exports}return o.m=e,o.c=t,o.d=function(e,t,n){o.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:n})},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="",o(o.s=3)}([function(e,t,o){Object.defineProperty(t,"__esModule",{value:!0});var n=function(){function e(e,t){this.width=t,this.height=e.length/t,this.data=e}return e.createEmpty=function(t,o){return new e(new Uint8ClampedArray(t*o),t)},e.prototype.get=function(e,t){return!(e<0||e>=this.width||t<0||t>=this.height||!this.data[t*this.width+e])},e.prototype.set=function(e,t,o){this.data[t*this.width+e]=o?1:0},e.prototype.setRegion=function(e,t,o,n,i){for(var r=t;r<t+n;r++)for(var s=e;s<e+o;s++)this.set(s,r,!!i)},e}();t.BitMatrix=n},function(e,t,o){Object.defineProperty(t,"__esModule",{value:!0});var n=o(2);t.addOrSubtractGF=function(e,t){return e^t};var i=function(){function e(e,t,o){this.primitive=e,this.size=t,this.generatorBase=o,this.expTable=new Array(this.size),this.logTable=new Array(this.size);for(var i=1,r=0;r<this.size;r++)this.expTable[r]=i,(i*=2)>=this.size&&(i=(i^this.primitive)&this.size-1);for(r=0;r<this.size-1;r++)this.logTable[this.expTable[r]]=r;this.zero=new n.default(this,Uint8ClampedArray.from([0])),this.one=new n.default(this,Uint8ClampedArray.from([1]))}return e.prototype.multiply=function(e,t){return 0===e||0===t?0:this.expTable[(this.logTable[e]+this.logTable[t])%(this.size-1)]},e.prototype.inverse=function(e){if(0===e)throw new Error("Can't invert 0");return this.expTable[this.size-this.logTable[e]-1]},e.prototype.buildMonomial=function(e,t){if(e<0)throw new Error("Invalid monomial degree less than 0");if(0===t)return this.zero;var o=new Uint8ClampedArray(e+1);return o[0]=t,new n.default(this,o)},e.prototype.log=function(e){if(0===e)throw new Error("Can't take log(0)");return this.logTable[e]},e.prototype.exp=function(e){return this.expTable[e]},e}();t.default=i},function(e,t,o){Object.defineProperty(t,"__esModule",{value:!0});var n=o(1),i=function(){function e(e,t){if(0===t.length)throw new Error("No coefficients.");this.field=e;var o=t.length;if(o>1&&0===t[0]){for(var n=1;n<o&&0===t[n];)n++;if(n===o)this.coefficients=e.zero.coefficients;else{this.coefficients=new Uint8ClampedArray(o-n);for(var i=0;i<this.coefficients.length;i++)this.coefficients[i]=t[n+i]}}else this.coefficients=t}return e.prototype.degree=function(){return this.coefficients.length-1},e.prototype.isZero=function(){return 0===this.coefficients[0]},e.prototype.getCoefficient=function(e){return this.coefficients[this.coefficients.length-1-e]},e.prototype.addOrSubtract=function(t){var o;if(this.isZero())return t;if(t.isZero())return this;var i=this.coefficients,r=t.coefficients;i.length>r.length&&(i=(o=[r,i])[0],r=o[1]);for(var s=new Uint8ClampedArray(r.length),a=r.length-i.length,l=0;l<a;l++)s[l]=r[l];for(l=a;l<r.length;l++)s[l]=n.addOrSubtractGF(i[l-a],r[l]);return new e(this.field,s)},e.prototype.multiply=function(t){if(0===t)return this.field.zero;if(1===t)return this;for(var o=this.coefficients.length,n=new Uint8ClampedArray(o),i=0;i<o;i++)n[i]=this.field.multiply(this.coefficients[i],t);return new e(this.field,n)},e.prototype.multiplyPoly=function(t){if(this.isZero()||t.isZero())return this.field.zero;for(var o=this.coefficients,i=o.length,r=t.coefficients,s=r.length,a=new Uint8ClampedArray(i+s-1),l=0;l<i;l++)for(var c=o[l],d=0;d<s;d++)a[l+d]=n.addOrSubtractGF(a[l+d],this.field.multiply(c,r[d]));return new e(this.field,a)},e.prototype.multiplyByMonomial=function(t,o){if(t<0)throw new Error("Invalid degree less than 0");if(0===o)return this.field.zero;for(var n=this.coefficients.length,i=new Uint8ClampedArray(n+t),r=0;r<n;r++)i[r]=this.field.multiply(this.coefficients[r],o);return new e(this.field,i)},e.prototype.evaluateAt=function(e){var t=0;if(0===e)return this.getCoefficient(0);var o=this.coefficients.length;if(1===e)return this.coefficients.forEach((function(e){t=n.addOrSubtractGF(t,e)})),t;t=this.coefficients[0];for(var i=1;i<o;i++)t=n.addOrSubtractGF(this.field.multiply(e,t),this.coefficients[i]);return t},e}();t.default=i},function(e,t,o){Object.defineProperty(t,"__esModule",{value:!0});var n=o(4),i=o(5),r=o(11),s=o(12);function a(e){var t=s.locate(e);if(!t)return null;for(var o=0,n=t;o<n.length;o++){var a=n[o],l=r.extract(e,a),c=i.decode(l.matrix);if(c)return{binaryData:c.bytes,data:c.text,chunks:c.chunks,version:c.version,location:{topRightCorner:l.mappingFunction(a.dimension,0),topLeftCorner:l.mappingFunction(0,0),bottomRightCorner:l.mappingFunction(a.dimension,a.dimension),bottomLeftCorner:l.mappingFunction(0,a.dimension),topRightFinderPattern:a.topRight,topLeftFinderPattern:a.topLeft,bottomLeftFinderPattern:a.bottomLeft,bottomRightAlignmentPattern:a.alignmentPattern}}}return null}var l={inversionAttempts:"attemptBoth"};function c(e,t,o,i){void 0===i&&(i={});var r=l;Object.keys(r||{}).forEach((function(e){r[e]=i[e]||r[e]}));var s="attemptBoth"===r.inversionAttempts||"invertFirst"===r.inversionAttempts,c="onlyInvert"===r.inversionAttempts||"invertFirst"===r.inversionAttempts,d=n.binarize(e,t,o,s),u=d.binarized,h=d.inverted,p=a(c?h:u);return p||"attemptBoth"!==r.inversionAttempts&&"invertFirst"!==r.inversionAttempts||(p=a(c?u:h)),p}c.default=c,t.default=c},function(e,t,o){Object.defineProperty(t,"__esModule",{value:!0});var n=o(0);function i(e,t,o){return e<t?t:e>o?o:e}var r=function(){function e(e,t){this.width=e,this.data=new Uint8ClampedArray(e*t)}return e.prototype.get=function(e,t){return this.data[t*this.width+e]},e.prototype.set=function(e,t,o){this.data[t*this.width+e]=o},e}();t.binarize=function(e,t,o,s){if(e.length!==t*o*4)throw new Error("Malformed data passed to binarizer.");for(var a=new r(t,o),l=0;l<t;l++)for(var c=0;c<o;c++){var d=e[4*(c*t+l)+0],u=e[4*(c*t+l)+1],h=e[4*(c*t+l)+2];a.set(l,c,.2126*d+.7152*u+.0722*h)}for(var p=Math.ceil(t/8),f=Math.ceil(o/8),m=new r(p,f),g=0;g<f;g++)for(var v=0;v<p;v++){var k=0,y=1/0,w=0;for(c=0;c<8;c++)for(l=0;l<8;l++){var A=a.get(8*v+l,8*g+c);k+=A,y=Math.min(y,A),w=Math.max(w,A)}var C=k/Math.pow(8,2);if(w-y<=24&&(C=y/2,g>0&&v>0)){var b=(m.get(v,g-1)+2*m.get(v-1,g)+m.get(v-1,g-1))/4;y<b&&(C=b)}m.set(v,g,C)}var _=n.BitMatrix.createEmpty(t,o),x=null;for(s&&(x=n.BitMatrix.createEmpty(t,o)),g=0;g<f;g++)for(v=0;v<p;v++){for(var S=i(v,2,p-3),B=i(g,2,f-3),L=(k=0,-2);L<=2;L++)for(var T=-2;T<=2;T++)k+=m.get(S+L,B+T);var E=k/25;for(L=0;L<8;L++)for(T=0;T<8;T++){l=8*v+L,c=8*g+T;var N=a.get(l,c);_.set(l,c,N<=E),s&&x.set(l,c,!(N<=E))}}return s?{binarized:_,inverted:x}:{binarized:_}}},function(e,t,o){Object.defineProperty(t,"__esModule",{value:!0});var n=o(0),i=o(6),r=o(9),s=o(10);function a(e,t){for(var o=e^t,n=0;o;)n++,o&=o-1;return n}function l(e,t){return t<<1|e}var c=[{bits:21522,formatInfo:{errorCorrectionLevel:1,dataMask:0}},{bits:20773,formatInfo:{errorCorrectionLevel:1,dataMask:1}},{bits:24188,formatInfo:{errorCorrectionLevel:1,dataMask:2}},{bits:23371,formatInfo:{errorCorrectionLevel:1,dataMask:3}},{bits:17913,formatInfo:{errorCorrectionLevel:1,dataMask:4}},{bits:16590,formatInfo:{errorCorrectionLevel:1,dataMask:5}},{bits:20375,formatInfo:{errorCorrectionLevel:1,dataMask:6}},{bits:19104,formatInfo:{errorCorrectionLevel:1,dataMask:7}},{bits:30660,formatInfo:{errorCorrectionLevel:0,dataMask:0}},{bits:29427,formatInfo:{errorCorrectionLevel:0,dataMask:1}},{bits:32170,formatInfo:{errorCorrectionLevel:0,dataMask:2}},{bits:30877,formatInfo:{errorCorrectionLevel:0,dataMask:3}},{bits:26159,formatInfo:{errorCorrectionLevel:0,dataMask:4}},{bits:25368,formatInfo:{errorCorrectionLevel:0,dataMask:5}},{bits:27713,formatInfo:{errorCorrectionLevel:0,dataMask:6}},{bits:26998,formatInfo:{errorCorrectionLevel:0,dataMask:7}},{bits:5769,formatInfo:{errorCorrectionLevel:3,dataMask:0}},{bits:5054,formatInfo:{errorCorrectionLevel:3,dataMask:1}},{bits:7399,formatInfo:{errorCorrectionLevel:3,dataMask:2}},{bits:6608,formatInfo:{errorCorrectionLevel:3,dataMask:3}},{bits:1890,formatInfo:{errorCorrectionLevel:3,dataMask:4}},{bits:597,formatInfo:{errorCorrectionLevel:3,dataMask:5}},{bits:3340,formatInfo:{errorCorrectionLevel:3,dataMask:6}},{bits:2107,formatInfo:{errorCorrectionLevel:3,dataMask:7}},{bits:13663,formatInfo:{errorCorrectionLevel:2,dataMask:0}},{bits:12392,formatInfo:{errorCorrectionLevel:2,dataMask:1}},{bits:16177,formatInfo:{errorCorrectionLevel:2,dataMask:2}},{bits:14854,formatInfo:{errorCorrectionLevel:2,dataMask:3}},{bits:9396,formatInfo:{errorCorrectionLevel:2,dataMask:4}},{bits:8579,formatInfo:{errorCorrectionLevel:2,dataMask:5}},{bits:11994,formatInfo:{errorCorrectionLevel:2,dataMask:6}},{bits:11245,formatInfo:{errorCorrectionLevel:2,dataMask:7}}],d=[function(e){return(e.y+e.x)%2==0},function(e){return e.y%2==0},function(e){return e.x%3==0},function(e){return(e.y+e.x)%3==0},function(e){return(Math.floor(e.y/2)+Math.floor(e.x/3))%2==0},function(e){return e.x*e.y%2+e.x*e.y%3==0},function(e){return(e.y*e.x%2+e.y*e.x%3)%2==0},function(e){return((e.y+e.x)%2+e.y*e.x%3)%2==0}];function u(e,t,o){for(var i=d[o.dataMask],r=e.height,s=function(e){var t=17+4*e.versionNumber,o=n.BitMatrix.createEmpty(t,t);o.setRegion(0,0,9,9,!0),o.setRegion(t-8,0,8,9,!0),o.setRegion(0,t-8,9,8,!0);for(var i=0,r=e.alignmentPatternCenters;i<r.length;i++)for(var s=r[i],a=0,l=e.alignmentPatternCenters;a<l.length;a++){var c=l[a];6===s&&6===c||6===s&&c===t-7||s===t-7&&6===c||o.setRegion(s-2,c-2,5,5,!0)}return o.setRegion(6,9,1,t-17,!0),o.setRegion(9,6,t-17,1,!0),e.versionNumber>6&&(o.setRegion(t-11,0,3,6,!0),o.setRegion(0,t-11,6,3,!0)),o}(t),a=[],c=0,u=0,h=!0,p=r-1;p>0;p-=2){6===p&&p--;for(var f=0;f<r;f++)for(var m=h?r-1-f:f,g=0;g<2;g++){var v=p-g;if(!s.get(v,m)){u++;var k=e.get(v,m);i({y:m,x:v})&&(k=!k),c=l(k,c),8===u&&(a.push(c),u=0,c=0)}}h=!h}return a}function h(e){var t=function(e){var t=e.height,o=Math.floor((t-17)/4);if(o<=6)return s.VERSIONS[o-1];for(var n=0,i=5;i>=0;i--)for(var r=t-9;r>=t-11;r--)n=l(e.get(r,i),n);var c=0;for(r=5;r>=0;r--)for(i=t-9;i>=t-11;i--)c=l(e.get(r,i),c);for(var d,u=1/0,h=0,p=s.VERSIONS;h<p.length;h++){var f=p[h];if(f.infoBits===n||f.infoBits===c)return f;var m=a(n,f.infoBits);m<u&&(d=f,u=m),(m=a(c,f.infoBits))<u&&(d=f,u=m)}return u<=3?d:void 0}(e);if(!t)return null;var o=function(e){for(var t=0,o=0;o<=8;o++)6!==o&&(t=l(e.get(o,8),t));for(var n=7;n>=0;n--)6!==n&&(t=l(e.get(8,n),t));var i=e.height,r=0;for(n=i-1;n>=i-7;n--)r=l(e.get(8,n),r);for(o=i-8;o<i;o++)r=l(e.get(o,8),r);for(var s=1/0,d=null,u=0,h=c;u<h.length;u++){var p=h[u],f=p.bits,m=p.formatInfo;if(f===t||f===r)return m;var g=a(t,f);g<s&&(d=m,s=g),t!==r&&(g=a(r,f))<s&&(d=m,s=g)}return s<=3?d:null}(e);if(!o)return null;var n=function(e,t,o){var n=t.errorCorrectionLevels[o],i=[],r=0;if(n.ecBlocks.forEach((function(e){for(var t=0;t<e.numBlocks;t++)i.push({numDataCodewords:e.dataCodewordsPerBlock,codewords:[]}),r+=e.dataCodewordsPerBlock+n.ecCodewordsPerBlock})),e.length<r)return null;e=e.slice(0,r);for(var s=n.ecBlocks[0].dataCodewordsPerBlock,a=0;a<s;a++)for(var l=0,c=i;l<c.length;l++)c[l].codewords.push(e.shift());if(n.ecBlocks.length>1){var d=n.ecBlocks[0].numBlocks,u=n.ecBlocks[1].numBlocks;for(a=0;a<u;a++)i[d+a].codewords.push(e.shift())}for(;e.length>0;)for(var h=0,p=i;h<p.length;h++)p[h].codewords.push(e.shift());return i}(u(e,t,o),t,o.errorCorrectionLevel);if(!n)return null;for(var d=n.reduce((function(e,t){return e+t.numDataCodewords}),0),h=new Uint8ClampedArray(d),p=0,f=0,m=n;f<m.length;f++){var g=m[f],v=r.decode(g.codewords,g.codewords.length-g.numDataCodewords);if(!v)return null;for(var k=0;k<g.numDataCodewords;k++)h[p++]=v[k]}try{return i.decode(h,t.versionNumber)}catch(e){return null}}t.decode=function(e){if(null==e)return null;var t=h(e);if(t)return t;for(var o=0;o<e.width;o++)for(var n=o+1;n<e.height;n++)e.get(o,n)!==e.get(n,o)&&(e.set(o,n,!e.get(o,n)),e.set(n,o,!e.get(n,o)));return h(e)}},function(e,t,o){Object.defineProperty(t,"__esModule",{value:!0});var n,i,r=o(7),s=o(8);function a(e,t){for(var o=[],n="",i=[10,12,14][t],r=e.readBits(i);r>=3;){if((c=e.readBits(10))>=1e3)throw new Error("Invalid numeric value above 999");var s=Math.floor(c/100),a=Math.floor(c/10)%10,l=c%10;o.push(48+s,48+a,48+l),n+=s.toString()+a.toString()+l.toString(),r-=3}if(2===r){if((c=e.readBits(7))>=100)throw new Error("Invalid numeric value above 99");s=Math.floor(c/10),a=c%10,o.push(48+s,48+a),n+=s.toString()+a.toString()}else if(1===r){var c;if((c=e.readBits(4))>=10)throw new Error("Invalid numeric value above 9");o.push(48+c),n+=c.toString()}return{bytes:o,text:n}}!function(e){e.Numeric="numeric",e.Alphanumeric="alphanumeric",e.Byte="byte",e.Kanji="kanji",e.ECI="eci"}(n=t.Mode||(t.Mode={})),function(e){e[e.Terminator=0]="Terminator",e[e.Numeric=1]="Numeric",e[e.Alphanumeric=2]="Alphanumeric",e[e.Byte=4]="Byte",e[e.Kanji=8]="Kanji",e[e.ECI=7]="ECI"}(i||(i={}));var l=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"," ","$","%","*","+","-",".","/",":"];function c(e,t){for(var o=[],n="",i=[9,11,13][t],r=e.readBits(i);r>=2;){var s=e.readBits(11),a=Math.floor(s/45),c=s%45;o.push(l[a].charCodeAt(0),l[c].charCodeAt(0)),n+=l[a]+l[c],r-=2}return 1===r&&(a=e.readBits(6),o.push(l[a].charCodeAt(0)),n+=l[a]),{bytes:o,text:n}}function d(e,t){for(var o=[],n="",i=[8,16,16][t],r=e.readBits(i),s=0;s<r;s++){var a=e.readBits(8);o.push(a)}try{n+=decodeURIComponent(o.map((function(e){return"%"+("0"+e.toString(16)).substr(-2)})).join(""))}catch(e){}return{bytes:o,text:n}}function u(e,t){for(var o=[],n="",i=[8,10,12][t],r=e.readBits(i),a=0;a<r;a++){var l=e.readBits(13),c=Math.floor(l/192)<<8|l%192;c+=c<7936?33088:49472,o.push(c>>8,255&c),n+=String.fromCharCode(s.shiftJISTable[c])}return{bytes:o,text:n}}t.decode=function(e,t){for(var o,s,l,h,p=new r.BitStream(e),f=t<=9?0:t<=26?1:2,m={text:"",bytes:[],chunks:[],version:t};p.available()>=4;){var g=p.readBits(4);if(g===i.Terminator)return m;if(g===i.ECI)0===p.readBits(1)?m.chunks.push({type:n.ECI,assignmentNumber:p.readBits(7)}):0===p.readBits(1)?m.chunks.push({type:n.ECI,assignmentNumber:p.readBits(14)}):0===p.readBits(1)?m.chunks.push({type:n.ECI,assignmentNumber:p.readBits(21)}):m.chunks.push({type:n.ECI,assignmentNumber:-1});else if(g===i.Numeric){var v=a(p,f);m.text+=v.text,(o=m.bytes).push.apply(o,v.bytes),m.chunks.push({type:n.Numeric,text:v.text})}else if(g===i.Alphanumeric){var k=c(p,f);m.text+=k.text,(s=m.bytes).push.apply(s,k.bytes),m.chunks.push({type:n.Alphanumeric,text:k.text})}else if(g===i.Byte){var y=d(p,f);m.text+=y.text,(l=m.bytes).push.apply(l,y.bytes),m.chunks.push({type:n.Byte,bytes:y.bytes,text:y.text})}else if(g===i.Kanji){var w=u(p,f);m.text+=w.text,(h=m.bytes).push.apply(h,w.bytes),m.chunks.push({type:n.Kanji,bytes:w.bytes,text:w.text})}}if(0===p.available()||0===p.readBits(p.available()))return m}},function(e,t,o){Object.defineProperty(t,"__esModule",{value:!0});var n=function(){function e(e){this.byteOffset=0,this.bitOffset=0,this.bytes=e}return e.prototype.readBits=function(e){if(e<1||e>32||e>this.available())throw new Error("Cannot read "+e.toString()+" bits");var t=0;if(this.bitOffset>0){var o=8-this.bitOffset,n=e<o?e:o,i=255>>8-n<<(r=o-n);t=(this.bytes[this.byteOffset]&i)>>r,e-=n,this.bitOffset+=n,8===this.bitOffset&&(this.bitOffset=0,this.byteOffset++)}if(e>0){for(;e>=8;)t=t<<8|255&this.bytes[this.byteOffset],this.byteOffset++,e-=8;var r;if(e>0)i=255>>(r=8-e)<<r,t=t<<e|(this.bytes[this.byteOffset]&i)>>r,this.bitOffset+=e}return t},e.prototype.available=function(){return 8*(this.bytes.length-this.byteOffset)-this.bitOffset},e}();t.BitStream=n},function(e,t,o){Object.defineProperty(t,"__esModule",{value:!0}),t.shiftJISTable={32:32,33:33,34:34,35:35,36:36,37:37,38:38,39:39,40:40,41:41,42:42,43:43,44:44,45:45,46:46,47:47,48:48,49:49,50:50,51:51,52:52,53:53,54:54,55:55,56:56,57:57,58:58,59:59,60:60,61:61,62:62,63:63,64:64,65:65,66:66,67:67,68:68,69:69,70:70,71:71,72:72,73:73,74:74,75:75,76:76,77:77,78:78,79:79,80:80,81:81,82:82,83:83,84:84,85:85,86:86,87:87,88:88,89:89,90:90,91:91,92:165,93:93,94:94,95:95,96:96,97:97,98:98,99:99,100:100,101:101,102:102,103:103,104:104,105:105,106:106,107:107,108:108,109:109,110:110,111:111,112:112,113:113,114:114,115:115,116:116,117:117,118:118,119:119,120:120,121:121,122:122,123:123,124:124,125:125,126:8254,33088:12288,33089:12289,33090:12290,33091:65292,33092:65294,33093:12539,33094:65306,33095:65307,33096:65311,33097:65281,33098:12443,33099:12444,33100:180,33101:65344,33102:168,33103:65342,33104:65507,33105:65343,33106:12541,33107:12542,33108:12445,33109:12446,33110:12291,33111:20189,33112:12293,33113:12294,33114:12295,33115:12540,33116:8213,33117:8208,33118:65295,33119:92,33120:12316,33121:8214,33122:65372,33123:8230,33124:8229,33125:8216,33126:8217,33127:8220,33128:8221,33129:65288,33130:65289,33131:12308,33132:12309,33133:65339,33134:65341,33135:65371,33136:65373,33137:12296,33138:12297,33139:12298,33140:12299,33141:12300,33142:12301,33143:12302,33144:12303,33145:12304,33146:12305,33147:65291,33148:8722,33149:177,33150:215,33152:247,33153:65309,33154:8800,33155:65308,33156:65310,33157:8806,33158:8807,33159:8734,33160:8756,33161:9794,33162:9792,33163:176,33164:8242,33165:8243,33166:8451,33167:65509,33168:65284,33169:162,33170:163,33171:65285,33172:65283,33173:65286,33174:65290,33175:65312,33176:167,33177:9734,33178:9733,33179:9675,33180:9679,33181:9678,33182:9671,33183:9670,33184:9633,33185:9632,33186:9651,33187:9650,33188:9661,33189:9660,33190:8251,33191:12306,33192:8594,33193:8592,33194:8593,33195:8595,33196:12307,33208:8712,33209:8715,33210:8838,33211:8839,33212:8834,33213:8835,33214:8746,33215:8745,33224:8743,33225:8744,33226:172,33227:8658,33228:8660,33229:8704,33230:8707,33242:8736,33243:8869,33244:8978,33245:8706,33246:8711,33247:8801,33248:8786,33249:8810,33250:8811,33251:8730,33252:8765,33253:8733,33254:8757,33255:8747,33256:8748,33264:8491,33265:8240,33266:9839,33267:9837,33268:9834,33269:8224,33270:8225,33271:182,33276:9711,33359:65296,33360:65297,33361:65298,33362:65299,33363:65300,33364:65301,33365:65302,33366:65303,33367:65304,33368:65305,33376:65313,33377:65314,33378:65315,33379:65316,33380:65317,33381:65318,33382:65319,33383:65320,33384:65321,33385:65322,33386:65323,33387:65324,33388:65325,33389:65326,33390:65327,33391:65328,33392:65329,33393:65330,33394:65331,33395:65332,33396:65333,33397:65334,33398:65335,33399:65336,33400:65337,33401:65338,33409:65345,33410:65346,33411:65347,33412:65348,33413:65349,33414:65350,33415:65351,33416:65352,33417:65353,33418:65354,33419:65355,33420:65356,33421:65357,33422:65358,33423:65359,33424:65360,33425:65361,33426:65362,33427:65363,33428:65364,33429:65365,33430:65366,33431:65367,33432:65368,33433:65369,33434:65370,33439:12353,33440:12354,33441:12355,33442:12356,33443:12357,33444:12358,33445:12359,33446:12360,33447:12361,33448:12362,33449:12363,33450:12364,33451:12365,33452:12366,33453:12367,33454:12368,33455:12369,33456:12370,33457:12371,33458:12372,33459:12373,33460:12374,33461:12375,33462:12376,33463:12377,33464:12378,33465:12379,33466:12380,33467:12381,33468:12382,33469:12383,33470:12384,33471:12385,33472:12386,33473:12387,33474:12388,33475:12389,33476:12390,33477:12391,33478:12392,33479:12393,33480:12394,33481:12395,33482:12396,33483:12397,33484:12398,33485:12399,33486:12400,33487:12401,33488:12402,33489:12403,33490:12404,33491:12405,33492:12406,33493:12407,33494:12408,33495:12409,33496:12410,33497:12411,33498:12412,33499:12413,33500:12414,33501:12415,33502:12416,33503:12417,33504:12418,33505:12419,33506:12420,33507:12421,33508:12422,33509:12423,33510:12424,33511:12425,33512:12426,33513:12427,33514:12428,33515:12429,33516:12430,33517:12431,33518:12432,33519:12433,33520:12434,33521:12435,33600:12449,33601:12450,33602:12451,33603:12452,33604:12453,33605:12454,33606:12455,33607:12456,33608:12457,33609:12458,33610:12459,33611:12460,33612:12461,33613:12462,33614:12463,33615:12464,33616:12465,33617:12466,33618:12467,33619:12468,33620:12469,33621:12470,33622:12471,33623:12472,33624:12473,33625:12474,33626:12475,33627:12476,33628:12477,33629:12478,33630:12479,33631:12480,33632:12481,33633:12482,33634:12483,33635:12484,33636:12485,33637:12486,33638:12487,33639:12488,33640:12489,33641:12490,33642:12491,33643:12492,33644:12493,33645:12494,33646:12495,33647:12496,33648:12497,33649:12498,33650:12499,33651:12500,33652:12501,33653:12502,33654:12503,33655:12504,33656:12505,33657:12506,33658:12507,33659:12508,33660:12509,33661:12510,33662:12511,33664:12512,33665:12513,33666:12514,33667:12515,33668:12516,33669:12517,33670:12518,33671:12519,33672:12520,33673:12521,33674:12522,33675:12523,33676:12524,33677:12525,33678:12526,33679:12527,33680:12528,33681:12529,33682:12530,33683:12531,33684:12532,33685:12533,33686:12534,33695:913,33696:914,33697:915,33698:916,33699:917,33700:918,33701:919,33702:920,33703:921,33704:922,33705:923,33706:924,33707:925,33708:926,33709:927,33710:928,33711:929,33712:931,33713:932,33714:933,33715:934,33716:935,33717:936,33718:937,33727:945,33728:946,33729:947,33730:948,33731:949,33732:950,33733:951,33734:952,33735:953,33736:954,33737:955,33738:956,33739:957,33740:958,33741:959,33742:960,33743:961,33744:963,33745:964,33746:965,33747:966,33748:967,33749:968,33750:969,33856:1040,33857:1041,33858:1042,33859:1043,33860:1044,33861:1045,33862:1025,33863:1046,33864:1047,33865:1048,33866:1049,33867:1050,33868:1051,33869:1052,33870:1053,33871:1054,33872:1055,33873:1056,33874:1057,33875:1058,33876:1059,33877:1060,33878:1061,33879:1062,33880:1063,33881:1064,33882:1065,33883:1066,33884:1067,33885:1068,33886:1069,33887:1070,33888:1071,33904:1072,33905:1073,33906:1074,33907:1075,33908:1076,33909:1077,33910:1105,33911:1078,33912:1079,33913:1080,33914:1081,33915:1082,33916:1083,33917:1084,33918:1085,33920:1086,33921:1087,33922:1088,33923:1089,33924:1090,33925:1091,33926:1092,33927:1093,33928:1094,33929:1095,33930:1096,33931:1097,33932:1098,33933:1099,33934:1100,33935:1101,33936:1102,33937:1103,33951:9472,33952:9474,33953:9484,33954:9488,33955:9496,33956:9492,33957:9500,33958:9516,33959:9508,33960:9524,33961:9532,33962:9473,33963:9475,33964:9487,33965:9491,33966:9499,33967:9495,33968:9507,33969:9523,33970:9515,33971:9531,33972:9547,33973:9504,33974:9519,33975:9512,33976:9527,33977:9535,33978:9501,33979:9520,33980:9509,33981:9528,33982:9538,34975:20124,34976:21782,34977:23043,34978:38463,34979:21696,34980:24859,34981:25384,34982:23030,34983:36898,34984:33909,34985:33564,34986:31312,34987:24746,34988:25569,34989:28197,34990:26093,34991:33894,34992:33446,34993:39925,34994:26771,34995:22311,34996:26017,34997:25201,34998:23451,34999:22992,35e3:34427,35001:39156,35002:32098,35003:32190,35004:39822,35005:25110,35006:31903,35007:34999,35008:23433,35009:24245,35010:25353,35011:26263,35012:26696,35013:38343,35014:38797,35015:26447,35016:20197,35017:20234,35018:20301,35019:20381,35020:20553,35021:22258,35022:22839,35023:22996,35024:23041,35025:23561,35026:24799,35027:24847,35028:24944,35029:26131,35030:26885,35031:28858,35032:30031,35033:30064,35034:31227,35035:32173,35036:32239,35037:32963,35038:33806,35039:34915,35040:35586,35041:36949,35042:36986,35043:21307,35044:20117,35045:20133,35046:22495,35047:32946,35048:37057,35049:30959,35050:19968,35051:22769,35052:28322,35053:36920,35054:31282,35055:33576,35056:33419,35057:39983,35058:20801,35059:21360,35060:21693,35061:21729,35062:22240,35063:23035,35064:24341,35065:39154,35066:28139,35067:32996,35068:34093,35136:38498,35137:38512,35138:38560,35139:38907,35140:21515,35141:21491,35142:23431,35143:28879,35144:32701,35145:36802,35146:38632,35147:21359,35148:40284,35149:31418,35150:19985,35151:30867,35152:33276,35153:28198,35154:22040,35155:21764,35156:27421,35157:34074,35158:39995,35159:23013,35160:21417,35161:28006,35162:29916,35163:38287,35164:22082,35165:20113,35166:36939,35167:38642,35168:33615,35169:39180,35170:21473,35171:21942,35172:23344,35173:24433,35174:26144,35175:26355,35176:26628,35177:27704,35178:27891,35179:27945,35180:29787,35181:30408,35182:31310,35183:38964,35184:33521,35185:34907,35186:35424,35187:37613,35188:28082,35189:30123,35190:30410,35191:39365,35192:24742,35193:35585,35194:36234,35195:38322,35196:27022,35197:21421,35198:20870,35200:22290,35201:22576,35202:22852,35203:23476,35204:24310,35205:24616,35206:25513,35207:25588,35208:27839,35209:28436,35210:28814,35211:28948,35212:29017,35213:29141,35214:29503,35215:32257,35216:33398,35217:33489,35218:34199,35219:36960,35220:37467,35221:40219,35222:22633,35223:26044,35224:27738,35225:29989,35226:20985,35227:22830,35228:22885,35229:24448,35230:24540,35231:25276,35232:26106,35233:27178,35234:27431,35235:27572,35236:29579,35237:32705,35238:35158,35239:40236,35240:40206,35241:40644,35242:23713,35243:27798,35244:33659,35245:20740,35246:23627,35247:25014,35248:33222,35249:26742,35250:29281,35251:20057,35252:20474,35253:21368,35254:24681,35255:28201,35256:31311,35257:38899,35258:19979,35259:21270,35260:20206,35261:20309,35262:20285,35263:20385,35264:20339,35265:21152,35266:21487,35267:22025,35268:22799,35269:23233,35270:23478,35271:23521,35272:31185,35273:26247,35274:26524,35275:26550,35276:27468,35277:27827,35278:28779,35279:29634,35280:31117,35281:31166,35282:31292,35283:31623,35284:33457,35285:33499,35286:33540,35287:33655,35288:33775,35289:33747,35290:34662,35291:35506,35292:22057,35293:36008,35294:36838,35295:36942,35296:38686,35297:34442,35298:20420,35299:23784,35300:25105,35301:29273,35302:30011,35303:33253,35304:33469,35305:34558,35306:36032,35307:38597,35308:39187,35309:39381,35310:20171,35311:20250,35312:35299,35313:22238,35314:22602,35315:22730,35316:24315,35317:24555,35318:24618,35319:24724,35320:24674,35321:25040,35322:25106,35323:25296,35324:25913,35392:39745,35393:26214,35394:26800,35395:28023,35396:28784,35397:30028,35398:30342,35399:32117,35400:33445,35401:34809,35402:38283,35403:38542,35404:35997,35405:20977,35406:21182,35407:22806,35408:21683,35409:23475,35410:23830,35411:24936,35412:27010,35413:28079,35414:30861,35415:33995,35416:34903,35417:35442,35418:37799,35419:39608,35420:28012,35421:39336,35422:34521,35423:22435,35424:26623,35425:34510,35426:37390,35427:21123,35428:22151,35429:21508,35430:24275,35431:25313,35432:25785,35433:26684,35434:26680,35435:27579,35436:29554,35437:30906,35438:31339,35439:35226,35440:35282,35441:36203,35442:36611,35443:37101,35444:38307,35445:38548,35446:38761,35447:23398,35448:23731,35449:27005,35450:38989,35451:38990,35452:25499,35453:31520,35454:27179,35456:27263,35457:26806,35458:39949,35459:28511,35460:21106,35461:21917,35462:24688,35463:25324,35464:27963,35465:28167,35466:28369,35467:33883,35468:35088,35469:36676,35470:19988,35471:39993,35472:21494,35473:26907,35474:27194,35475:38788,35476:26666,35477:20828,35478:31427,35479:33970,35480:37340,35481:37772,35482:22107,35483:40232,35484:26658,35485:33541,35486:33841,35487:31909,35488:21e3,35489:33477,35490:29926,35491:20094,35492:20355,35493:20896,35494:23506,35495:21002,35496:21208,35497:21223,35498:24059,35499:21914,35500:22570,35501:23014,35502:23436,35503:23448,35504:23515,35505:24178,35506:24185,35507:24739,35508:24863,35509:24931,35510:25022,35511:25563,35512:25954,35513:26577,35514:26707,35515:26874,35516:27454,35517:27475,35518:27735,35519:28450,35520:28567,35521:28485,35522:29872,35523:29976,35524:30435,35525:30475,35526:31487,35527:31649,35528:31777,35529:32233,35530:32566,35531:32752,35532:32925,35533:33382,35534:33694,35535:35251,35536:35532,35537:36011,35538:36996,35539:37969,35540:38291,35541:38289,35542:38306,35543:38501,35544:38867,35545:39208,35546:33304,35547:20024,35548:21547,35549:23736,35550:24012,35551:29609,35552:30284,35553:30524,35554:23721,35555:32747,35556:36107,35557:38593,35558:38929,35559:38996,35560:39e3,35561:20225,35562:20238,35563:21361,35564:21916,35565:22120,35566:22522,35567:22855,35568:23305,35569:23492,35570:23696,35571:24076,35572:24190,35573:24524,35574:25582,35575:26426,35576:26071,35577:26082,35578:26399,35579:26827,35580:26820,35648:27231,35649:24112,35650:27589,35651:27671,35652:27773,35653:30079,35654:31048,35655:23395,35656:31232,35657:32e3,35658:24509,35659:35215,35660:35352,35661:36020,35662:36215,35663:36556,35664:36637,35665:39138,35666:39438,35667:39740,35668:20096,35669:20605,35670:20736,35671:22931,35672:23452,35673:25135,35674:25216,35675:25836,35676:27450,35677:29344,35678:30097,35679:31047,35680:32681,35681:34811,35682:35516,35683:35696,35684:25516,35685:33738,35686:38816,35687:21513,35688:21507,35689:21931,35690:26708,35691:27224,35692:35440,35693:30759,35694:26485,35695:40653,35696:21364,35697:23458,35698:33050,35699:34384,35700:36870,35701:19992,35702:20037,35703:20167,35704:20241,35705:21450,35706:21560,35707:23470,35708:24339,35709:24613,35710:25937,35712:26429,35713:27714,35714:27762,35715:27875,35716:28792,35717:29699,35718:31350,35719:31406,35720:31496,35721:32026,35722:31998,35723:32102,35724:26087,35725:29275,35726:21435,35727:23621,35728:24040,35729:25298,35730:25312,35731:25369,35732:28192,35733:34394,35734:35377,35735:36317,35736:37624,35737:28417,35738:31142,35739:39770,35740:20136,35741:20139,35742:20140,35743:20379,35744:20384,35745:20689,35746:20807,35747:31478,35748:20849,35749:20982,35750:21332,35751:21281,35752:21375,35753:21483,35754:21932,35755:22659,35756:23777,35757:24375,35758:24394,35759:24623,35760:24656,35761:24685,35762:25375,35763:25945,35764:27211,35765:27841,35766:29378,35767:29421,35768:30703,35769:33016,35770:33029,35771:33288,35772:34126,35773:37111,35774:37857,35775:38911,35776:39255,35777:39514,35778:20208,35779:20957,35780:23597,35781:26241,35782:26989,35783:23616,35784:26354,35785:26997,35786:29577,35787:26704,35788:31873,35789:20677,35790:21220,35791:22343,35792:24062,35793:37670,35794:26020,35795:27427,35796:27453,35797:29748,35798:31105,35799:31165,35800:31563,35801:32202,35802:33465,35803:33740,35804:34943,35805:35167,35806:35641,35807:36817,35808:37329,35809:21535,35810:37504,35811:20061,35812:20534,35813:21477,35814:21306,35815:29399,35816:29590,35817:30697,35818:33510,35819:36527,35820:39366,35821:39368,35822:39378,35823:20855,35824:24858,35825:34398,35826:21936,35827:31354,35828:20598,35829:23507,35830:36935,35831:38533,35832:20018,35833:27355,35834:37351,35835:23633,35836:23624,35904:25496,35905:31391,35906:27795,35907:38772,35908:36705,35909:31402,35910:29066,35911:38536,35912:31874,35913:26647,35914:32368,35915:26705,35916:37740,35917:21234,35918:21531,35919:34219,35920:35347,35921:32676,35922:36557,35923:37089,35924:21350,35925:34952,35926:31041,35927:20418,35928:20670,35929:21009,35930:20804,35931:21843,35932:22317,35933:29674,35934:22411,35935:22865,35936:24418,35937:24452,35938:24693,35939:24950,35940:24935,35941:25001,35942:25522,35943:25658,35944:25964,35945:26223,35946:26690,35947:28179,35948:30054,35949:31293,35950:31995,35951:32076,35952:32153,35953:32331,35954:32619,35955:33550,35956:33610,35957:34509,35958:35336,35959:35427,35960:35686,35961:36605,35962:38938,35963:40335,35964:33464,35965:36814,35966:39912,35968:21127,35969:25119,35970:25731,35971:28608,35972:38553,35973:26689,35974:20625,35975:27424,35976:27770,35977:28500,35978:31348,35979:32080,35980:34880,35981:35363,35982:26376,35983:20214,35984:20537,35985:20518,35986:20581,35987:20860,35988:21048,35989:21091,35990:21927,35991:22287,35992:22533,35993:23244,35994:24314,35995:25010,35996:25080,35997:25331,35998:25458,35999:26908,36e3:27177,36001:29309,36002:29356,36003:29486,36004:30740,36005:30831,36006:32121,36007:30476,36008:32937,36009:35211,36010:35609,36011:36066,36012:36562,36013:36963,36014:37749,36015:38522,36016:38997,36017:39443,36018:40568,36019:20803,36020:21407,36021:21427,36022:24187,36023:24358,36024:28187,36025:28304,36026:29572,36027:29694,36028:32067,36029:33335,36030:35328,36031:35578,36032:38480,36033:20046,36034:20491,36035:21476,36036:21628,36037:22266,36038:22993,36039:23396,36040:24049,36041:24235,36042:24359,36043:25144,36044:25925,36045:26543,36046:28246,36047:29392,36048:31946,36049:34996,36050:32929,36051:32993,36052:33776,36053:34382,36054:35463,36055:36328,36056:37431,36057:38599,36058:39015,36059:40723,36060:20116,36061:20114,36062:20237,36063:21320,36064:21577,36065:21566,36066:23087,36067:24460,36068:24481,36069:24735,36070:26791,36071:27278,36072:29786,36073:30849,36074:35486,36075:35492,36076:35703,36077:37264,36078:20062,36079:39881,36080:20132,36081:20348,36082:20399,36083:20505,36084:20502,36085:20809,36086:20844,36087:21151,36088:21177,36089:21246,36090:21402,36091:21475,36092:21521,36160:21518,36161:21897,36162:22353,36163:22434,36164:22909,36165:23380,36166:23389,36167:23439,36168:24037,36169:24039,36170:24055,36171:24184,36172:24195,36173:24218,36174:24247,36175:24344,36176:24658,36177:24908,36178:25239,36179:25304,36180:25511,36181:25915,36182:26114,36183:26179,36184:26356,36185:26477,36186:26657,36187:26775,36188:27083,36189:27743,36190:27946,36191:28009,36192:28207,36193:28317,36194:30002,36195:30343,36196:30828,36197:31295,36198:31968,36199:32005,36200:32024,36201:32094,36202:32177,36203:32789,36204:32771,36205:32943,36206:32945,36207:33108,36208:33167,36209:33322,36210:33618,36211:34892,36212:34913,36213:35611,36214:36002,36215:36092,36216:37066,36217:37237,36218:37489,36219:30783,36220:37628,36221:38308,36222:38477,36224:38917,36225:39321,36226:39640,36227:40251,36228:21083,36229:21163,36230:21495,36231:21512,36232:22741,36233:25335,36234:28640,36235:35946,36236:36703,36237:40633,36238:20811,36239:21051,36240:21578,36241:22269,36242:31296,36243:37239,36244:40288,36245:40658,36246:29508,36247:28425,36248:33136,36249:29969,36250:24573,36251:24794,36252:39592,36253:29403,36254:36796,36255:27492,36256:38915,36257:20170,36258:22256,36259:22372,36260:22718,36261:23130,36262:24680,36263:25031,36264:26127,36265:26118,36266:26681,36267:26801,36268:28151,36269:30165,36270:32058,36271:33390,36272:39746,36273:20123,36274:20304,36275:21449,36276:21766,36277:23919,36278:24038,36279:24046,36280:26619,36281:27801,36282:29811,36283:30722,36284:35408,36285:37782,36286:35039,36287:22352,36288:24231,36289:25387,36290:20661,36291:20652,36292:20877,36293:26368,36294:21705,36295:22622,36296:22971,36297:23472,36298:24425,36299:25165,36300:25505,36301:26685,36302:27507,36303:28168,36304:28797,36305:37319,36306:29312,36307:30741,36308:30758,36309:31085,36310:25998,36311:32048,36312:33756,36313:35009,36314:36617,36315:38555,36316:21092,36317:22312,36318:26448,36319:32618,36320:36001,36321:20916,36322:22338,36323:38442,36324:22586,36325:27018,36326:32948,36327:21682,36328:23822,36329:22524,36330:30869,36331:40442,36332:20316,36333:21066,36334:21643,36335:25662,36336:26152,36337:26388,36338:26613,36339:31364,36340:31574,36341:32034,36342:37679,36343:26716,36344:39853,36345:31545,36346:21273,36347:20874,36348:21047,36416:23519,36417:25334,36418:25774,36419:25830,36420:26413,36421:27578,36422:34217,36423:38609,36424:30352,36425:39894,36426:25420,36427:37638,36428:39851,36429:30399,36430:26194,36431:19977,36432:20632,36433:21442,36434:23665,36435:24808,36436:25746,36437:25955,36438:26719,36439:29158,36440:29642,36441:29987,36442:31639,36443:32386,36444:34453,36445:35715,36446:36059,36447:37240,36448:39184,36449:26028,36450:26283,36451:27531,36452:20181,36453:20180,36454:20282,36455:20351,36456:21050,36457:21496,36458:21490,36459:21987,36460:22235,36461:22763,36462:22987,36463:22985,36464:23039,36465:23376,36466:23629,36467:24066,36468:24107,36469:24535,36470:24605,36471:25351,36472:25903,36473:23388,36474:26031,36475:26045,36476:26088,36477:26525,36478:27490,36480:27515,36481:27663,36482:29509,36483:31049,36484:31169,36485:31992,36486:32025,36487:32043,36488:32930,36489:33026,36490:33267,36491:35222,36492:35422,36493:35433,36494:35430,36495:35468,36496:35566,36497:36039,36498:36060,36499:38604,36500:39164,36501:27503,36502:20107,36503:20284,36504:20365,36505:20816,36506:23383,36507:23546,36508:24904,36509:25345,36510:26178,36511:27425,36512:28363,36513:27835,36514:29246,36515:29885,36516:30164,36517:30913,36518:31034,36519:32780,36520:32819,36521:33258,36522:33940,36523:36766,36524:27728,36525:40575,36526:24335,36527:35672,36528:40235,36529:31482,36530:36600,36531:23437,36532:38635,36533:19971,36534:21489,36535:22519,36536:22833,36537:23241,36538:23460,36539:24713,36540:28287,36541:28422,36542:30142,36543:36074,36544:23455,36545:34048,36546:31712,36547:20594,36548:26612,36549:33437,36550:23649,36551:34122,36552:32286,36553:33294,36554:20889,36555:23556,36556:25448,36557:36198,36558:26012,36559:29038,36560:31038,36561:32023,36562:32773,36563:35613,36564:36554,36565:36974,36566:34503,36567:37034,36568:20511,36569:21242,36570:23610,36571:26451,36572:28796,36573:29237,36574:37196,36575:37320,36576:37675,36577:33509,36578:23490,36579:24369,36580:24825,36581:20027,36582:21462,36583:23432,36584:25163,36585:26417,36586:27530,36587:29417,36588:29664,36589:31278,36590:33131,36591:36259,36592:37202,36593:39318,36594:20754,36595:21463,36596:21610,36597:23551,36598:25480,36599:27193,36600:32172,36601:38656,36602:22234,36603:21454,36604:21608,36672:23447,36673:23601,36674:24030,36675:20462,36676:24833,36677:25342,36678:27954,36679:31168,36680:31179,36681:32066,36682:32333,36683:32722,36684:33261,36685:33311,36686:33936,36687:34886,36688:35186,36689:35728,36690:36468,36691:36655,36692:36913,36693:37195,36694:37228,36695:38598,36696:37276,36697:20160,36698:20303,36699:20805,36700:21313,36701:24467,36702:25102,36703:26580,36704:27713,36705:28171,36706:29539,36707:32294,36708:37325,36709:37507,36710:21460,36711:22809,36712:23487,36713:28113,36714:31069,36715:32302,36716:31899,36717:22654,36718:29087,36719:20986,36720:34899,36721:36848,36722:20426,36723:23803,36724:26149,36725:30636,36726:31459,36727:33308,36728:39423,36729:20934,36730:24490,36731:26092,36732:26991,36733:27529,36734:28147,36736:28310,36737:28516,36738:30462,36739:32020,36740:24033,36741:36981,36742:37255,36743:38918,36744:20966,36745:21021,36746:25152,36747:26257,36748:26329,36749:28186,36750:24246,36751:32210,36752:32626,36753:26360,36754:34223,36755:34295,36756:35576,36757:21161,36758:21465,36759:22899,36760:24207,36761:24464,36762:24661,36763:37604,36764:38500,36765:20663,36766:20767,36767:21213,36768:21280,36769:21319,36770:21484,36771:21736,36772:21830,36773:21809,36774:22039,36775:22888,36776:22974,36777:23100,36778:23477,36779:23558,36780:23567,36781:23569,36782:23578,36783:24196,36784:24202,36785:24288,36786:24432,36787:25215,36788:25220,36789:25307,36790:25484,36791:25463,36792:26119,36793:26124,36794:26157,36795:26230,36796:26494,36797:26786,36798:27167,36799:27189,36800:27836,36801:28040,36802:28169,36803:28248,36804:28988,36805:28966,36806:29031,36807:30151,36808:30465,36809:30813,36810:30977,36811:31077,36812:31216,36813:31456,36814:31505,36815:31911,36816:32057,36817:32918,36818:33750,36819:33931,36820:34121,36821:34909,36822:35059,36823:35359,36824:35388,36825:35412,36826:35443,36827:35937,36828:36062,36829:37284,36830:37478,36831:37758,36832:37912,36833:38556,36834:38808,36835:19978,36836:19976,36837:19998,36838:20055,36839:20887,36840:21104,36841:22478,36842:22580,36843:22732,36844:23330,36845:24120,36846:24773,36847:25854,36848:26465,36849:26454,36850:27972,36851:29366,36852:30067,36853:31331,36854:33976,36855:35698,36856:37304,36857:37664,36858:22065,36859:22516,36860:39166,36928:25325,36929:26893,36930:27542,36931:29165,36932:32340,36933:32887,36934:33394,36935:35302,36936:39135,36937:34645,36938:36785,36939:23611,36940:20280,36941:20449,36942:20405,36943:21767,36944:23072,36945:23517,36946:23529,36947:24515,36948:24910,36949:25391,36950:26032,36951:26187,36952:26862,36953:27035,36954:28024,36955:28145,36956:30003,36957:30137,36958:30495,36959:31070,36960:31206,36961:32051,36962:33251,36963:33455,36964:34218,36965:35242,36966:35386,36967:36523,36968:36763,36969:36914,36970:37341,36971:38663,36972:20154,36973:20161,36974:20995,36975:22645,36976:22764,36977:23563,36978:29978,36979:23613,36980:33102,36981:35338,36982:36805,36983:38499,36984:38765,36985:31525,36986:35535,36987:38920,36988:37218,36989:22259,36990:21416,36992:36887,36993:21561,36994:22402,36995:24101,36996:25512,36997:27700,36998:28810,36999:30561,37e3:31883,37001:32736,37002:34928,37003:36930,37004:37204,37005:37648,37006:37656,37007:38543,37008:29790,37009:39620,37010:23815,37011:23913,37012:25968,37013:26530,37014:36264,37015:38619,37016:25454,37017:26441,37018:26905,37019:33733,37020:38935,37021:38592,37022:35070,37023:28548,37024:25722,37025:23544,37026:19990,37027:28716,37028:30045,37029:26159,37030:20932,37031:21046,37032:21218,37033:22995,37034:24449,37035:24615,37036:25104,37037:25919,37038:25972,37039:26143,37040:26228,37041:26866,37042:26646,37043:27491,37044:28165,37045:29298,37046:29983,37047:30427,37048:31934,37049:32854,37050:22768,37051:35069,37052:35199,37053:35488,37054:35475,37055:35531,37056:36893,37057:37266,37058:38738,37059:38745,37060:25993,37061:31246,37062:33030,37063:38587,37064:24109,37065:24796,37066:25114,37067:26021,37068:26132,37069:26512,37070:30707,37071:31309,37072:31821,37073:32318,37074:33034,37075:36012,37076:36196,37077:36321,37078:36447,37079:30889,37080:20999,37081:25305,37082:25509,37083:25666,37084:25240,37085:35373,37086:31363,37087:31680,37088:35500,37089:38634,37090:32118,37091:33292,37092:34633,37093:20185,37094:20808,37095:21315,37096:21344,37097:23459,37098:23554,37099:23574,37100:24029,37101:25126,37102:25159,37103:25776,37104:26643,37105:26676,37106:27849,37107:27973,37108:27927,37109:26579,37110:28508,37111:29006,37112:29053,37113:26059,37114:31359,37115:31661,37116:32218,37184:32330,37185:32680,37186:33146,37187:33307,37188:33337,37189:34214,37190:35438,37191:36046,37192:36341,37193:36984,37194:36983,37195:37549,37196:37521,37197:38275,37198:39854,37199:21069,37200:21892,37201:28472,37202:28982,37203:20840,37204:31109,37205:32341,37206:33203,37207:31950,37208:22092,37209:22609,37210:23720,37211:25514,37212:26366,37213:26365,37214:26970,37215:29401,37216:30095,37217:30094,37218:30990,37219:31062,37220:31199,37221:31895,37222:32032,37223:32068,37224:34311,37225:35380,37226:38459,37227:36961,37228:40736,37229:20711,37230:21109,37231:21452,37232:21474,37233:20489,37234:21930,37235:22766,37236:22863,37237:29245,37238:23435,37239:23652,37240:21277,37241:24803,37242:24819,37243:25436,37244:25475,37245:25407,37246:25531,37248:25805,37249:26089,37250:26361,37251:24035,37252:27085,37253:27133,37254:28437,37255:29157,37256:20105,37257:30185,37258:30456,37259:31379,37260:31967,37261:32207,37262:32156,37263:32865,37264:33609,37265:33624,37266:33900,37267:33980,37268:34299,37269:35013,37270:36208,37271:36865,37272:36973,37273:37783,37274:38684,37275:39442,37276:20687,37277:22679,37278:24974,37279:33235,37280:34101,37281:36104,37282:36896,37283:20419,37284:20596,37285:21063,37286:21363,37287:24687,37288:25417,37289:26463,37290:28204,37291:36275,37292:36895,37293:20439,37294:23646,37295:36042,37296:26063,37297:32154,37298:21330,37299:34966,37300:20854,37301:25539,37302:23384,37303:23403,37304:23562,37305:25613,37306:26449,37307:36956,37308:20182,37309:22810,37310:22826,37311:27760,37312:35409,37313:21822,37314:22549,37315:22949,37316:24816,37317:25171,37318:26561,37319:33333,37320:26965,37321:38464,37322:39364,37323:39464,37324:20307,37325:22534,37326:23550,37327:32784,37328:23729,37329:24111,37330:24453,37331:24608,37332:24907,37333:25140,37334:26367,37335:27888,37336:28382,37337:32974,37338:33151,37339:33492,37340:34955,37341:36024,37342:36864,37343:36910,37344:38538,37345:40667,37346:39899,37347:20195,37348:21488,37349:22823,37350:31532,37351:37261,37352:38988,37353:40441,37354:28381,37355:28711,37356:21331,37357:21828,37358:23429,37359:25176,37360:25246,37361:25299,37362:27810,37363:28655,37364:29730,37365:35351,37366:37944,37367:28609,37368:35582,37369:33592,37370:20967,37371:34552,37372:21482,37440:21481,37441:20294,37442:36948,37443:36784,37444:22890,37445:33073,37446:24061,37447:31466,37448:36799,37449:26842,37450:35895,37451:29432,37452:40008,37453:27197,37454:35504,37455:20025,37456:21336,37457:22022,37458:22374,37459:25285,37460:25506,37461:26086,37462:27470,37463:28129,37464:28251,37465:28845,37466:30701,37467:31471,37468:31658,37469:32187,37470:32829,37471:32966,37472:34507,37473:35477,37474:37723,37475:22243,37476:22727,37477:24382,37478:26029,37479:26262,37480:27264,37481:27573,37482:30007,37483:35527,37484:20516,37485:30693,37486:22320,37487:24347,37488:24677,37489:26234,37490:27744,37491:30196,37492:31258,37493:32622,37494:33268,37495:34584,37496:36933,37497:39347,37498:31689,37499:30044,37500:31481,37501:31569,37502:33988,37504:36880,37505:31209,37506:31378,37507:33590,37508:23265,37509:30528,37510:20013,37511:20210,37512:23449,37513:24544,37514:25277,37515:26172,37516:26609,37517:27880,37518:34411,37519:34935,37520:35387,37521:37198,37522:37619,37523:39376,37524:27159,37525:28710,37526:29482,37527:33511,37528:33879,37529:36015,37530:19969,37531:20806,37532:20939,37533:21899,37534:23541,37535:24086,37536:24115,37537:24193,37538:24340,37539:24373,37540:24427,37541:24500,37542:25074,37543:25361,37544:26274,37545:26397,37546:28526,37547:29266,37548:30010,37549:30522,37550:32884,37551:33081,37552:33144,37553:34678,37554:35519,37555:35548,37556:36229,37557:36339,37558:37530,37559:38263,37560:38914,37561:40165,37562:21189,37563:25431,37564:30452,37565:26389,37566:27784,37567:29645,37568:36035,37569:37806,37570:38515,37571:27941,37572:22684,37573:26894,37574:27084,37575:36861,37576:37786,37577:30171,37578:36890,37579:22618,37580:26626,37581:25524,37582:27131,37583:20291,37584:28460,37585:26584,37586:36795,37587:34086,37588:32180,37589:37716,37590:26943,37591:28528,37592:22378,37593:22775,37594:23340,37595:32044,37596:29226,37597:21514,37598:37347,37599:40372,37600:20141,37601:20302,37602:20572,37603:20597,37604:21059,37605:35998,37606:21576,37607:22564,37608:23450,37609:24093,37610:24213,37611:24237,37612:24311,37613:24351,37614:24716,37615:25269,37616:25402,37617:25552,37618:26799,37619:27712,37620:30855,37621:31118,37622:31243,37623:32224,37624:33351,37625:35330,37626:35558,37627:36420,37628:36883,37696:37048,37697:37165,37698:37336,37699:40718,37700:27877,37701:25688,37702:25826,37703:25973,37704:28404,37705:30340,37706:31515,37707:36969,37708:37841,37709:28346,37710:21746,37711:24505,37712:25764,37713:36685,37714:36845,37715:37444,37716:20856,37717:22635,37718:22825,37719:23637,37720:24215,37721:28155,37722:32399,37723:29980,37724:36028,37725:36578,37726:39003,37727:28857,37728:20253,37729:27583,37730:28593,37731:3e4,37732:38651,37733:20814,37734:21520,37735:22581,37736:22615,37737:22956,37738:23648,37739:24466,37740:26007,37741:26460,37742:28193,37743:30331,37744:33759,37745:36077,37746:36884,37747:37117,37748:37709,37749:30757,37750:30778,37751:21162,37752:24230,37753:22303,37754:22900,37755:24594,37756:20498,37757:20826,37758:20908,37760:20941,37761:20992,37762:21776,37763:22612,37764:22616,37765:22871,37766:23445,37767:23798,37768:23947,37769:24764,37770:25237,37771:25645,37772:26481,37773:26691,37774:26812,37775:26847,37776:30423,37777:28120,37778:28271,37779:28059,37780:28783,37781:29128,37782:24403,37783:30168,37784:31095,37785:31561,37786:31572,37787:31570,37788:31958,37789:32113,37790:21040,37791:33891,37792:34153,37793:34276,37794:35342,37795:35588,37796:35910,37797:36367,37798:36867,37799:36879,37800:37913,37801:38518,37802:38957,37803:39472,37804:38360,37805:20685,37806:21205,37807:21516,37808:22530,37809:23566,37810:24999,37811:25758,37812:27934,37813:30643,37814:31461,37815:33012,37816:33796,37817:36947,37818:37509,37819:23776,37820:40199,37821:21311,37822:24471,37823:24499,37824:28060,37825:29305,37826:30563,37827:31167,37828:31716,37829:27602,37830:29420,37831:35501,37832:26627,37833:27233,37834:20984,37835:31361,37836:26932,37837:23626,37838:40182,37839:33515,37840:23493,37841:37193,37842:28702,37843:22136,37844:23663,37845:24775,37846:25958,37847:27788,37848:35930,37849:36929,37850:38931,37851:21585,37852:26311,37853:37389,37854:22856,37855:37027,37856:20869,37857:20045,37858:20970,37859:34201,37860:35598,37861:28760,37862:25466,37863:37707,37864:26978,37865:39348,37866:32260,37867:30071,37868:21335,37869:26976,37870:36575,37871:38627,37872:27741,37873:20108,37874:23612,37875:24336,37876:36841,37877:21250,37878:36049,37879:32905,37880:34425,37881:24319,37882:26085,37883:20083,37884:20837,37952:22914,37953:23615,37954:38894,37955:20219,37956:22922,37957:24525,37958:35469,37959:28641,37960:31152,37961:31074,37962:23527,37963:33905,37964:29483,37965:29105,37966:24180,37967:24565,37968:25467,37969:25754,37970:29123,37971:31896,37972:20035,37973:24316,37974:20043,37975:22492,37976:22178,37977:24745,37978:28611,37979:32013,37980:33021,37981:33075,37982:33215,37983:36786,37984:35223,37985:34468,37986:24052,37987:25226,37988:25773,37989:35207,37990:26487,37991:27874,37992:27966,37993:29750,37994:30772,37995:23110,37996:32629,37997:33453,37998:39340,37999:20467,38e3:24259,38001:25309,38002:25490,38003:25943,38004:26479,38005:30403,38006:29260,38007:32972,38008:32954,38009:36649,38010:37197,38011:20493,38012:22521,38013:23186,38014:26757,38016:26995,38017:29028,38018:29437,38019:36023,38020:22770,38021:36064,38022:38506,38023:36889,38024:34687,38025:31204,38026:30695,38027:33833,38028:20271,38029:21093,38030:21338,38031:25293,38032:26575,38033:27850,38034:30333,38035:31636,38036:31893,38037:33334,38038:34180,38039:36843,38040:26333,38041:28448,38042:29190,38043:32283,38044:33707,38045:39361,38046:40614,38047:20989,38048:31665,38049:30834,38050:31672,38051:32903,38052:31560,38053:27368,38054:24161,38055:32908,38056:30033,38057:30048,38058:20843,38059:37474,38060:28300,38061:30330,38062:37271,38063:39658,38064:20240,38065:32624,38066:25244,38067:31567,38068:38309,38069:40169,38070:22138,38071:22617,38072:34532,38073:38588,38074:20276,38075:21028,38076:21322,38077:21453,38078:21467,38079:24070,38080:25644,38081:26001,38082:26495,38083:27710,38084:27726,38085:29256,38086:29359,38087:29677,38088:30036,38089:32321,38090:33324,38091:34281,38092:36009,38093:31684,38094:37318,38095:29033,38096:38930,38097:39151,38098:25405,38099:26217,38100:30058,38101:30436,38102:30928,38103:34115,38104:34542,38105:21290,38106:21329,38107:21542,38108:22915,38109:24199,38110:24444,38111:24754,38112:25161,38113:25209,38114:25259,38115:26e3,38116:27604,38117:27852,38118:30130,38119:30382,38120:30865,38121:31192,38122:32203,38123:32631,38124:32933,38125:34987,38126:35513,38127:36027,38128:36991,38129:38750,38130:39131,38131:27147,38132:31800,38133:20633,38134:23614,38135:24494,38136:26503,38137:27608,38138:29749,38139:30473,38140:32654,38208:40763,38209:26570,38210:31255,38211:21305,38212:30091,38213:39661,38214:24422,38215:33181,38216:33777,38217:32920,38218:24380,38219:24517,38220:30050,38221:31558,38222:36924,38223:26727,38224:23019,38225:23195,38226:32016,38227:30334,38228:35628,38229:20469,38230:24426,38231:27161,38232:27703,38233:28418,38234:29922,38235:31080,38236:34920,38237:35413,38238:35961,38239:24287,38240:25551,38241:30149,38242:31186,38243:33495,38244:37672,38245:37618,38246:33948,38247:34541,38248:39981,38249:21697,38250:24428,38251:25996,38252:27996,38253:28693,38254:36007,38255:36051,38256:38971,38257:25935,38258:29942,38259:19981,38260:20184,38261:22496,38262:22827,38263:23142,38264:23500,38265:20904,38266:24067,38267:24220,38268:24598,38269:25206,38270:25975,38272:26023,38273:26222,38274:28014,38275:29238,38276:31526,38277:33104,38278:33178,38279:33433,38280:35676,38281:36e3,38282:36070,38283:36212,38284:38428,38285:38468,38286:20398,38287:25771,38288:27494,38289:33310,38290:33889,38291:34154,38292:37096,38293:23553,38294:26963,38295:39080,38296:33914,38297:34135,38298:20239,38299:21103,38300:24489,38301:24133,38302:26381,38303:31119,38304:33145,38305:35079,38306:35206,38307:28149,38308:24343,38309:25173,38310:27832,38311:20175,38312:29289,38313:39826,38314:20998,38315:21563,38316:22132,38317:22707,38318:24996,38319:25198,38320:28954,38321:22894,38322:31881,38323:31966,38324:32027,38325:38640,38326:25991,38327:32862,38328:19993,38329:20341,38330:20853,38331:22592,38332:24163,38333:24179,38334:24330,38335:26564,38336:20006,38337:34109,38338:38281,38339:38491,38340:31859,38341:38913,38342:20731,38343:22721,38344:30294,38345:30887,38346:21029,38347:30629,38348:34065,38349:31622,38350:20559,38351:22793,38352:29255,38353:31687,38354:32232,38355:36794,38356:36820,38357:36941,38358:20415,38359:21193,38360:23081,38361:24321,38362:38829,38363:20445,38364:33303,38365:37610,38366:22275,38367:25429,38368:27497,38369:29995,38370:35036,38371:36628,38372:31298,38373:21215,38374:22675,38375:24917,38376:25098,38377:26286,38378:27597,38379:31807,38380:33769,38381:20515,38382:20472,38383:21253,38384:21574,38385:22577,38386:22857,38387:23453,38388:23792,38389:23791,38390:23849,38391:24214,38392:25265,38393:25447,38394:25918,38395:26041,38396:26379,38464:27861,38465:27873,38466:28921,38467:30770,38468:32299,38469:32990,38470:33459,38471:33804,38472:34028,38473:34562,38474:35090,38475:35370,38476:35914,38477:37030,38478:37586,38479:39165,38480:40179,38481:40300,38482:20047,38483:20129,38484:20621,38485:21078,38486:22346,38487:22952,38488:24125,38489:24536,38490:24537,38491:25151,38492:26292,38493:26395,38494:26576,38495:26834,38496:20882,38497:32033,38498:32938,38499:33192,38500:35584,38501:35980,38502:36031,38503:37502,38504:38450,38505:21536,38506:38956,38507:21271,38508:20693,38509:21340,38510:22696,38511:25778,38512:26420,38513:29287,38514:30566,38515:31302,38516:37350,38517:21187,38518:27809,38519:27526,38520:22528,38521:24140,38522:22868,38523:26412,38524:32763,38525:20961,38526:30406,38528:25705,38529:30952,38530:39764,38531:40635,38532:22475,38533:22969,38534:26151,38535:26522,38536:27598,38537:21737,38538:27097,38539:24149,38540:33180,38541:26517,38542:39850,38543:26622,38544:40018,38545:26717,38546:20134,38547:20451,38548:21448,38549:25273,38550:26411,38551:27819,38552:36804,38553:20397,38554:32365,38555:40639,38556:19975,38557:24930,38558:28288,38559:28459,38560:34067,38561:21619,38562:26410,38563:39749,38564:24051,38565:31637,38566:23724,38567:23494,38568:34588,38569:28234,38570:34001,38571:31252,38572:33032,38573:22937,38574:31885,38575:27665,38576:30496,38577:21209,38578:22818,38579:28961,38580:29279,38581:30683,38582:38695,38583:40289,38584:26891,38585:23167,38586:23064,38587:20901,38588:21517,38589:21629,38590:26126,38591:30431,38592:36855,38593:37528,38594:40180,38595:23018,38596:29277,38597:28357,38598:20813,38599:26825,38600:32191,38601:32236,38602:38754,38603:40634,38604:25720,38605:27169,38606:33538,38607:22916,38608:23391,38609:27611,38610:29467,38611:30450,38612:32178,38613:32791,38614:33945,38615:20786,38616:26408,38617:40665,38618:30446,38619:26466,38620:21247,38621:39173,38622:23588,38623:25147,38624:31870,38625:36016,38626:21839,38627:24758,38628:32011,38629:38272,38630:21249,38631:20063,38632:20918,38633:22812,38634:29242,38635:32822,38636:37326,38637:24357,38638:30690,38639:21380,38640:24441,38641:32004,38642:34220,38643:35379,38644:36493,38645:38742,38646:26611,38647:34222,38648:37971,38649:24841,38650:24840,38651:27833,38652:30290,38720:35565,38721:36664,38722:21807,38723:20305,38724:20778,38725:21191,38726:21451,38727:23461,38728:24189,38729:24736,38730:24962,38731:25558,38732:26377,38733:26586,38734:28263,38735:28044,38736:29494,38737:29495,38738:30001,38739:31056,38740:35029,38741:35480,38742:36938,38743:37009,38744:37109,38745:38596,38746:34701,38747:22805,38748:20104,38749:20313,38750:19982,38751:35465,38752:36671,38753:38928,38754:20653,38755:24188,38756:22934,38757:23481,38758:24248,38759:25562,38760:25594,38761:25793,38762:26332,38763:26954,38764:27096,38765:27915,38766:28342,38767:29076,38768:29992,38769:31407,38770:32650,38771:32768,38772:33865,38773:33993,38774:35201,38775:35617,38776:36362,38777:36965,38778:38525,38779:39178,38780:24958,38781:25233,38782:27442,38784:27779,38785:28020,38786:32716,38787:32764,38788:28096,38789:32645,38790:34746,38791:35064,38792:26469,38793:33713,38794:38972,38795:38647,38796:27931,38797:32097,38798:33853,38799:37226,38800:20081,38801:21365,38802:23888,38803:27396,38804:28651,38805:34253,38806:34349,38807:35239,38808:21033,38809:21519,38810:23653,38811:26446,38812:26792,38813:29702,38814:29827,38815:30178,38816:35023,38817:35041,38818:37324,38819:38626,38820:38520,38821:24459,38822:29575,38823:31435,38824:33870,38825:25504,38826:30053,38827:21129,38828:27969,38829:28316,38830:29705,38831:30041,38832:30827,38833:31890,38834:38534,38835:31452,38836:40845,38837:20406,38838:24942,38839:26053,38840:34396,38841:20102,38842:20142,38843:20698,38844:20001,38845:20940,38846:23534,38847:26009,38848:26753,38849:28092,38850:29471,38851:30274,38852:30637,38853:31260,38854:31975,38855:33391,38856:35538,38857:36988,38858:37327,38859:38517,38860:38936,38861:21147,38862:32209,38863:20523,38864:21400,38865:26519,38866:28107,38867:29136,38868:29747,38869:33256,38870:36650,38871:38563,38872:40023,38873:40607,38874:29792,38875:22593,38876:28057,38877:32047,38878:39006,38879:20196,38880:20278,38881:20363,38882:20919,38883:21169,38884:23994,38885:24604,38886:29618,38887:31036,38888:33491,38889:37428,38890:38583,38891:38646,38892:38666,38893:40599,38894:40802,38895:26278,38896:27508,38897:21015,38898:21155,38899:28872,38900:35010,38901:24265,38902:24651,38903:24976,38904:28451,38905:29001,38906:31806,38907:32244,38908:32879,38976:34030,38977:36899,38978:37676,38979:21570,38980:39791,38981:27347,38982:28809,38983:36034,38984:36335,38985:38706,38986:21172,38987:23105,38988:24266,38989:24324,38990:26391,38991:27004,38992:27028,38993:28010,38994:28431,38995:29282,38996:29436,38997:31725,38998:32769,38999:32894,39e3:34635,39001:37070,39002:20845,39003:40595,39004:31108,39005:32907,39006:37682,39007:35542,39008:20525,39009:21644,39010:35441,39011:27498,39012:36036,39013:33031,39014:24785,39015:26528,39016:40434,39017:20121,39018:20120,39019:39952,39020:35435,39021:34241,39022:34152,39023:26880,39024:28286,39025:30871,39026:33109,39071:24332,39072:19984,39073:19989,39074:20010,39075:20017,39076:20022,39077:20028,39078:20031,39079:20034,39080:20054,39081:20056,39082:20098,39083:20101,39084:35947,39085:20106,39086:33298,39087:24333,39088:20110,39089:20126,39090:20127,39091:20128,39092:20130,39093:20144,39094:20147,39095:20150,39096:20174,39097:20173,39098:20164,39099:20166,39100:20162,39101:20183,39102:20190,39103:20205,39104:20191,39105:20215,39106:20233,39107:20314,39108:20272,39109:20315,39110:20317,39111:20311,39112:20295,39113:20342,39114:20360,39115:20367,39116:20376,39117:20347,39118:20329,39119:20336,39120:20369,39121:20335,39122:20358,39123:20374,39124:20760,39125:20436,39126:20447,39127:20430,39128:20440,39129:20443,39130:20433,39131:20442,39132:20432,39133:20452,39134:20453,39135:20506,39136:20520,39137:20500,39138:20522,39139:20517,39140:20485,39141:20252,39142:20470,39143:20513,39144:20521,39145:20524,39146:20478,39147:20463,39148:20497,39149:20486,39150:20547,39151:20551,39152:26371,39153:20565,39154:20560,39155:20552,39156:20570,39157:20566,39158:20588,39159:20600,39160:20608,39161:20634,39162:20613,39163:20660,39164:20658,39232:20681,39233:20682,39234:20659,39235:20674,39236:20694,39237:20702,39238:20709,39239:20717,39240:20707,39241:20718,39242:20729,39243:20725,39244:20745,39245:20737,39246:20738,39247:20758,39248:20757,39249:20756,39250:20762,39251:20769,39252:20794,39253:20791,39254:20796,39255:20795,39256:20799,39257:20800,39258:20818,39259:20812,39260:20820,39261:20834,39262:31480,39263:20841,39264:20842,39265:20846,39266:20864,39267:20866,39268:22232,39269:20876,39270:20873,39271:20879,39272:20881,39273:20883,39274:20885,39275:20886,39276:20900,39277:20902,39278:20898,39279:20905,39280:20906,39281:20907,39282:20915,39283:20913,39284:20914,39285:20912,39286:20917,39287:20925,39288:20933,39289:20937,39290:20955,39291:20960,39292:34389,39293:20969,39294:20973,39296:20976,39297:20981,39298:20990,39299:20996,39300:21003,39301:21012,39302:21006,39303:21031,39304:21034,39305:21038,39306:21043,39307:21049,39308:21071,39309:21060,39310:21067,39311:21068,39312:21086,39313:21076,39314:21098,39315:21108,39316:21097,39317:21107,39318:21119,39319:21117,39320:21133,39321:21140,39322:21138,39323:21105,39324:21128,39325:21137,39326:36776,39327:36775,39328:21164,39329:21165,39330:21180,39331:21173,39332:21185,39333:21197,39334:21207,39335:21214,39336:21219,39337:21222,39338:39149,39339:21216,39340:21235,39341:21237,39342:21240,39343:21241,39344:21254,39345:21256,39346:30008,39347:21261,39348:21264,39349:21263,39350:21269,39351:21274,39352:21283,39353:21295,39354:21297,39355:21299,39356:21304,39357:21312,39358:21318,39359:21317,39360:19991,39361:21321,39362:21325,39363:20950,39364:21342,39365:21353,39366:21358,39367:22808,39368:21371,39369:21367,39370:21378,39371:21398,39372:21408,39373:21414,39374:21413,39375:21422,39376:21424,39377:21430,39378:21443,39379:31762,39380:38617,39381:21471,39382:26364,39383:29166,39384:21486,39385:21480,39386:21485,39387:21498,39388:21505,39389:21565,39390:21568,39391:21548,39392:21549,39393:21564,39394:21550,39395:21558,39396:21545,39397:21533,39398:21582,39399:21647,39400:21621,39401:21646,39402:21599,39403:21617,39404:21623,39405:21616,39406:21650,39407:21627,39408:21632,39409:21622,39410:21636,39411:21648,39412:21638,39413:21703,39414:21666,39415:21688,39416:21669,39417:21676,39418:21700,39419:21704,39420:21672,39488:21675,39489:21698,39490:21668,39491:21694,39492:21692,39493:21720,39494:21733,39495:21734,39496:21775,39497:21780,39498:21757,39499:21742,39500:21741,39501:21754,39502:21730,39503:21817,39504:21824,39505:21859,39506:21836,39507:21806,39508:21852,39509:21829,39510:21846,39511:21847,39512:21816,39513:21811,39514:21853,39515:21913,39516:21888,39517:21679,39518:21898,39519:21919,39520:21883,39521:21886,39522:21912,39523:21918,39524:21934,39525:21884,39526:21891,39527:21929,39528:21895,39529:21928,39530:21978,39531:21957,39532:21983,39533:21956,39534:21980,39535:21988,39536:21972,39537:22036,39538:22007,39539:22038,39540:22014,39541:22013,39542:22043,39543:22009,39544:22094,39545:22096,39546:29151,39547:22068,39548:22070,39549:22066,39550:22072,39552:22123,39553:22116,39554:22063,39555:22124,39556:22122,39557:22150,39558:22144,39559:22154,39560:22176,39561:22164,39562:22159,39563:22181,39564:22190,39565:22198,39566:22196,39567:22210,39568:22204,39569:22209,39570:22211,39571:22208,39572:22216,39573:22222,39574:22225,39575:22227,39576:22231,39577:22254,39578:22265,39579:22272,39580:22271,39581:22276,39582:22281,39583:22280,39584:22283,39585:22285,39586:22291,39587:22296,39588:22294,39589:21959,39590:22300,39591:22310,39592:22327,39593:22328,39594:22350,39595:22331,39596:22336,39597:22351,39598:22377,39599:22464,39600:22408,39601:22369,39602:22399,39603:22409,39604:22419,39605:22432,39606:22451,39607:22436,39608:22442,39609:22448,39610:22467,39611:22470,39612:22484,39613:22482,39614:22483,39615:22538,39616:22486,39617:22499,39618:22539,39619:22553,39620:22557,39621:22642,39622:22561,39623:22626,39624:22603,39625:22640,39626:27584,39627:22610,39628:22589,39629:22649,39630:22661,39631:22713,39632:22687,39633:22699,39634:22714,39635:22750,39636:22715,39637:22712,39638:22702,39639:22725,39640:22739,39641:22737,39642:22743,39643:22745,39644:22744,39645:22757,39646:22748,39647:22756,39648:22751,39649:22767,39650:22778,39651:22777,39652:22779,39653:22780,39654:22781,39655:22786,39656:22794,39657:22800,39658:22811,39659:26790,39660:22821,39661:22828,39662:22829,39663:22834,39664:22840,39665:22846,39666:31442,39667:22869,39668:22864,39669:22862,39670:22874,39671:22872,39672:22882,39673:22880,39674:22887,39675:22892,39676:22889,39744:22904,39745:22913,39746:22941,39747:20318,39748:20395,39749:22947,39750:22962,39751:22982,39752:23016,39753:23004,39754:22925,39755:23001,39756:23002,39757:23077,39758:23071,39759:23057,39760:23068,39761:23049,39762:23066,39763:23104,39764:23148,39765:23113,39766:23093,39767:23094,39768:23138,39769:23146,39770:23194,39771:23228,39772:23230,39773:23243,39774:23234,39775:23229,39776:23267,39777:23255,39778:23270,39779:23273,39780:23254,39781:23290,39782:23291,39783:23308,39784:23307,39785:23318,39786:23346,39787:23248,39788:23338,39789:23350,39790:23358,39791:23363,39792:23365,39793:23360,39794:23377,39795:23381,39796:23386,39797:23387,39798:23397,39799:23401,39800:23408,39801:23411,39802:23413,39803:23416,39804:25992,39805:23418,39806:23424,39808:23427,39809:23462,39810:23480,39811:23491,39812:23495,39813:23497,39814:23508,39815:23504,39816:23524,39817:23526,39818:23522,39819:23518,39820:23525,39821:23531,39822:23536,39823:23542,39824:23539,39825:23557,39826:23559,39827:23560,39828:23565,39829:23571,39830:23584,39831:23586,39832:23592,39833:23608,39834:23609,39835:23617,39836:23622,39837:23630,39838:23635,39839:23632,39840:23631,39841:23409,39842:23660,39843:23662,39844:20066,39845:23670,39846:23673,39847:23692,39848:23697,39849:23700,39850:22939,39851:23723,39852:23739,39853:23734,39854:23740,39855:23735,39856:23749,39857:23742,39858:23751,39859:23769,39860:23785,39861:23805,39862:23802,39863:23789,39864:23948,39865:23786,39866:23819,39867:23829,39868:23831,39869:23900,39870:23839,39871:23835,39872:23825,39873:23828,39874:23842,39875:23834,39876:23833,39877:23832,39878:23884,39879:23890,39880:23886,39881:23883,39882:23916,39883:23923,39884:23926,39885:23943,39886:23940,39887:23938,39888:23970,39889:23965,39890:23980,39891:23982,39892:23997,39893:23952,39894:23991,39895:23996,39896:24009,39897:24013,39898:24019,39899:24018,39900:24022,39901:24027,39902:24043,39903:24050,39904:24053,39905:24075,39906:24090,39907:24089,39908:24081,39909:24091,39910:24118,39911:24119,39912:24132,39913:24131,39914:24128,39915:24142,39916:24151,39917:24148,39918:24159,39919:24162,39920:24164,39921:24135,39922:24181,39923:24182,39924:24186,39925:40636,39926:24191,39927:24224,39928:24257,39929:24258,39930:24264,39931:24272,39932:24271,4e4:24278,40001:24291,40002:24285,40003:24282,40004:24283,40005:24290,40006:24289,40007:24296,40008:24297,40009:24300,40010:24305,40011:24307,40012:24304,40013:24308,40014:24312,40015:24318,40016:24323,40017:24329,40018:24413,40019:24412,40020:24331,40021:24337,40022:24342,40023:24361,40024:24365,40025:24376,40026:24385,40027:24392,40028:24396,40029:24398,40030:24367,40031:24401,40032:24406,40033:24407,40034:24409,40035:24417,40036:24429,40037:24435,40038:24439,40039:24451,40040:24450,40041:24447,40042:24458,40043:24456,40044:24465,40045:24455,40046:24478,40047:24473,40048:24472,40049:24480,40050:24488,40051:24493,40052:24508,40053:24534,40054:24571,40055:24548,40056:24568,40057:24561,40058:24541,40059:24755,40060:24575,40061:24609,40062:24672,40064:24601,40065:24592,40066:24617,40067:24590,40068:24625,40069:24603,40070:24597,40071:24619,40072:24614,40073:24591,40074:24634,40075:24666,40076:24641,40077:24682,40078:24695,40079:24671,40080:24650,40081:24646,40082:24653,40083:24675,40084:24643,40085:24676,40086:24642,40087:24684,40088:24683,40089:24665,40090:24705,40091:24717,40092:24807,40093:24707,40094:24730,40095:24708,40096:24731,40097:24726,40098:24727,40099:24722,40100:24743,40101:24715,40102:24801,40103:24760,40104:24800,40105:24787,40106:24756,40107:24560,40108:24765,40109:24774,40110:24757,40111:24792,40112:24909,40113:24853,40114:24838,40115:24822,40116:24823,40117:24832,40118:24820,40119:24826,40120:24835,40121:24865,40122:24827,40123:24817,40124:24845,40125:24846,40126:24903,40127:24894,40128:24872,40129:24871,40130:24906,40131:24895,40132:24892,40133:24876,40134:24884,40135:24893,40136:24898,40137:24900,40138:24947,40139:24951,40140:24920,40141:24921,40142:24922,40143:24939,40144:24948,40145:24943,40146:24933,40147:24945,40148:24927,40149:24925,40150:24915,40151:24949,40152:24985,40153:24982,40154:24967,40155:25004,40156:24980,40157:24986,40158:24970,40159:24977,40160:25003,40161:25006,40162:25036,40163:25034,40164:25033,40165:25079,40166:25032,40167:25027,40168:25030,40169:25018,40170:25035,40171:32633,40172:25037,40173:25062,40174:25059,40175:25078,40176:25082,40177:25076,40178:25087,40179:25085,40180:25084,40181:25086,40182:25088,40183:25096,40184:25097,40185:25101,40186:25100,40187:25108,40188:25115,40256:25118,40257:25121,40258:25130,40259:25134,40260:25136,40261:25138,40262:25139,40263:25153,40264:25166,40265:25182,40266:25187,40267:25179,40268:25184,40269:25192,40270:25212,40271:25218,40272:25225,40273:25214,40274:25234,40275:25235,40276:25238,40277:25300,40278:25219,40279:25236,40280:25303,40281:25297,40282:25275,40283:25295,40284:25343,40285:25286,40286:25812,40287:25288,40288:25308,40289:25292,40290:25290,40291:25282,40292:25287,40293:25243,40294:25289,40295:25356,40296:25326,40297:25329,40298:25383,40299:25346,40300:25352,40301:25327,40302:25333,40303:25424,40304:25406,40305:25421,40306:25628,40307:25423,40308:25494,40309:25486,40310:25472,40311:25515,40312:25462,40313:25507,40314:25487,40315:25481,40316:25503,40317:25525,40318:25451,40320:25449,40321:25534,40322:25577,40323:25536,40324:25542,40325:25571,40326:25545,40327:25554,40328:25590,40329:25540,40330:25622,40331:25652,40332:25606,40333:25619,40334:25638,40335:25654,40336:25885,40337:25623,40338:25640,40339:25615,40340:25703,40341:25711,40342:25718,40343:25678,40344:25898,40345:25749,40346:25747,40347:25765,40348:25769,40349:25736,40350:25788,40351:25818,40352:25810,40353:25797,40354:25799,40355:25787,40356:25816,40357:25794,40358:25841,40359:25831,40360:33289,40361:25824,40362:25825,40363:25260,40364:25827,40365:25839,40366:25900,40367:25846,40368:25844,40369:25842,40370:25850,40371:25856,40372:25853,40373:25880,40374:25884,40375:25861,40376:25892,40377:25891,40378:25899,40379:25908,40380:25909,40381:25911,40382:25910,40383:25912,40384:30027,40385:25928,40386:25942,40387:25941,40388:25933,40389:25944,40390:25950,40391:25949,40392:25970,40393:25976,40394:25986,40395:25987,40396:35722,40397:26011,40398:26015,40399:26027,40400:26039,40401:26051,40402:26054,40403:26049,40404:26052,40405:26060,40406:26066,40407:26075,40408:26073,40409:26080,40410:26081,40411:26097,40412:26482,40413:26122,40414:26115,40415:26107,40416:26483,40417:26165,40418:26166,40419:26164,40420:26140,40421:26191,40422:26180,40423:26185,40424:26177,40425:26206,40426:26205,40427:26212,40428:26215,40429:26216,40430:26207,40431:26210,40432:26224,40433:26243,40434:26248,40435:26254,40436:26249,40437:26244,40438:26264,40439:26269,40440:26305,40441:26297,40442:26313,40443:26302,40444:26300,40512:26308,40513:26296,40514:26326,40515:26330,40516:26336,40517:26175,40518:26342,40519:26345,40520:26352,40521:26357,40522:26359,40523:26383,40524:26390,40525:26398,40526:26406,40527:26407,40528:38712,40529:26414,40530:26431,40531:26422,40532:26433,40533:26424,40534:26423,40535:26438,40536:26462,40537:26464,40538:26457,40539:26467,40540:26468,40541:26505,40542:26480,40543:26537,40544:26492,40545:26474,40546:26508,40547:26507,40548:26534,40549:26529,40550:26501,40551:26551,40552:26607,40553:26548,40554:26604,40555:26547,40556:26601,40557:26552,40558:26596,40559:26590,40560:26589,40561:26594,40562:26606,40563:26553,40564:26574,40565:26566,40566:26599,40567:27292,40568:26654,40569:26694,40570:26665,40571:26688,40572:26701,40573:26674,40574:26702,40576:26803,40577:26667,40578:26713,40579:26723,40580:26743,40581:26751,40582:26783,40583:26767,40584:26797,40585:26772,40586:26781,40587:26779,40588:26755,40589:27310,40590:26809,40591:26740,40592:26805,40593:26784,40594:26810,40595:26895,40596:26765,40597:26750,40598:26881,40599:26826,40600:26888,40601:26840,40602:26914,40603:26918,40604:26849,40605:26892,40606:26829,40607:26836,40608:26855,40609:26837,40610:26934,40611:26898,40612:26884,40613:26839,40614:26851,40615:26917,40616:26873,40617:26848,40618:26863,40619:26920,40620:26922,40621:26906,40622:26915,40623:26913,40624:26822,40625:27001,40626:26999,40627:26972,40628:27e3,40629:26987,40630:26964,40631:27006,40632:26990,40633:26937,40634:26996,40635:26941,40636:26969,40637:26928,40638:26977,40639:26974,40640:26973,40641:27009,40642:26986,40643:27058,40644:27054,40645:27088,40646:27071,40647:27073,40648:27091,40649:27070,40650:27086,40651:23528,40652:27082,40653:27101,40654:27067,40655:27075,40656:27047,40657:27182,40658:27025,40659:27040,40660:27036,40661:27029,40662:27060,40663:27102,40664:27112,40665:27138,40666:27163,40667:27135,40668:27402,40669:27129,40670:27122,40671:27111,40672:27141,40673:27057,40674:27166,40675:27117,40676:27156,40677:27115,40678:27146,40679:27154,40680:27329,40681:27171,40682:27155,40683:27204,40684:27148,40685:27250,40686:27190,40687:27256,40688:27207,40689:27234,40690:27225,40691:27238,40692:27208,40693:27192,40694:27170,40695:27280,40696:27277,40697:27296,40698:27268,40699:27298,40700:27299,40768:27287,40769:34327,40770:27323,40771:27331,40772:27330,40773:27320,40774:27315,40775:27308,40776:27358,40777:27345,40778:27359,40779:27306,40780:27354,40781:27370,40782:27387,40783:27397,40784:34326,40785:27386,40786:27410,40787:27414,40788:39729,40789:27423,40790:27448,40791:27447,40792:30428,40793:27449,40794:39150,40795:27463,40796:27459,40797:27465,40798:27472,40799:27481,40800:27476,40801:27483,40802:27487,40803:27489,40804:27512,40805:27513,40806:27519,40807:27520,40808:27524,40809:27523,40810:27533,40811:27544,40812:27541,40813:27550,40814:27556,40815:27562,40816:27563,40817:27567,40818:27570,40819:27569,40820:27571,40821:27575,40822:27580,40823:27590,40824:27595,40825:27603,40826:27615,40827:27628,40828:27627,40829:27635,40830:27631,40832:40638,40833:27656,40834:27667,40835:27668,40836:27675,40837:27684,40838:27683,40839:27742,40840:27733,40841:27746,40842:27754,40843:27778,40844:27789,40845:27802,40846:27777,40847:27803,40848:27774,40849:27752,40850:27763,40851:27794,40852:27792,40853:27844,40854:27889,40855:27859,40856:27837,40857:27863,40858:27845,40859:27869,40860:27822,40861:27825,40862:27838,40863:27834,40864:27867,40865:27887,40866:27865,40867:27882,40868:27935,40869:34893,40870:27958,40871:27947,40872:27965,40873:27960,40874:27929,40875:27957,40876:27955,40877:27922,40878:27916,40879:28003,40880:28051,40881:28004,40882:27994,40883:28025,40884:27993,40885:28046,40886:28053,40887:28644,40888:28037,40889:28153,40890:28181,40891:28170,40892:28085,40893:28103,40894:28134,40895:28088,40896:28102,40897:28140,40898:28126,40899:28108,40900:28136,40901:28114,40902:28101,40903:28154,40904:28121,40905:28132,40906:28117,40907:28138,40908:28142,40909:28205,40910:28270,40911:28206,40912:28185,40913:28274,40914:28255,40915:28222,40916:28195,40917:28267,40918:28203,40919:28278,40920:28237,40921:28191,40922:28227,40923:28218,40924:28238,40925:28196,40926:28415,40927:28189,40928:28216,40929:28290,40930:28330,40931:28312,40932:28361,40933:28343,40934:28371,40935:28349,40936:28335,40937:28356,40938:28338,40939:28372,40940:28373,40941:28303,40942:28325,40943:28354,40944:28319,40945:28481,40946:28433,40947:28748,40948:28396,40949:28408,40950:28414,40951:28479,40952:28402,40953:28465,40954:28399,40955:28466,40956:28364,161:65377,162:65378,163:65379,164:65380,165:65381,166:65382,167:65383,168:65384,169:65385,170:65386,171:65387,172:65388,173:65389,174:65390,175:65391,176:65392,177:65393,178:65394,179:65395,180:65396,181:65397,182:65398,183:65399,184:65400,185:65401,186:65402,187:65403,188:65404,189:65405,190:65406,191:65407,192:65408,193:65409,194:65410,195:65411,196:65412,197:65413,198:65414,199:65415,200:65416,201:65417,202:65418,203:65419,204:65420,205:65421,206:65422,207:65423,208:65424,209:65425,210:65426,211:65427,212:65428,213:65429,214:65430,215:65431,216:65432,217:65433,218:65434,219:65435,220:65436,221:65437,222:65438,223:65439,57408:28478,57409:28435,57410:28407,57411:28550,57412:28538,57413:28536,57414:28545,57415:28544,57416:28527,57417:28507,57418:28659,57419:28525,57420:28546,57421:28540,57422:28504,57423:28558,57424:28561,57425:28610,57426:28518,57427:28595,57428:28579,57429:28577,57430:28580,57431:28601,57432:28614,57433:28586,57434:28639,57435:28629,57436:28652,57437:28628,57438:28632,57439:28657,57440:28654,57441:28635,57442:28681,57443:28683,57444:28666,57445:28689,57446:28673,57447:28687,57448:28670,57449:28699,57450:28698,57451:28532,57452:28701,57453:28696,57454:28703,57455:28720,57456:28734,57457:28722,57458:28753,57459:28771,57460:28825,57461:28818,57462:28847,57463:28913,57464:28844,57465:28856,57466:28851,57467:28846,57468:28895,57469:28875,57470:28893,57472:28889,57473:28937,57474:28925,57475:28956,57476:28953,57477:29029,57478:29013,57479:29064,57480:29030,57481:29026,57482:29004,57483:29014,57484:29036,57485:29071,57486:29179,57487:29060,57488:29077,57489:29096,57490:29100,57491:29143,57492:29113,57493:29118,57494:29138,57495:29129,57496:29140,57497:29134,57498:29152,57499:29164,57500:29159,57501:29173,57502:29180,57503:29177,57504:29183,57505:29197,57506:29200,57507:29211,57508:29224,57509:29229,57510:29228,57511:29232,57512:29234,57513:29243,57514:29244,57515:29247,57516:29248,57517:29254,57518:29259,57519:29272,57520:29300,57521:29310,57522:29314,57523:29313,57524:29319,57525:29330,57526:29334,57527:29346,57528:29351,57529:29369,57530:29362,57531:29379,57532:29382,57533:29380,57534:29390,57535:29394,57536:29410,57537:29408,57538:29409,57539:29433,57540:29431,57541:20495,57542:29463,57543:29450,57544:29468,57545:29462,57546:29469,57547:29492,57548:29487,57549:29481,57550:29477,57551:29502,57552:29518,57553:29519,57554:40664,57555:29527,57556:29546,57557:29544,57558:29552,57559:29560,57560:29557,57561:29563,57562:29562,57563:29640,57564:29619,57565:29646,57566:29627,57567:29632,57568:29669,57569:29678,57570:29662,57571:29858,57572:29701,57573:29807,57574:29733,57575:29688,57576:29746,57577:29754,57578:29781,57579:29759,57580:29791,57581:29785,57582:29761,57583:29788,57584:29801,57585:29808,57586:29795,57587:29802,57588:29814,57589:29822,57590:29835,57591:29854,57592:29863,57593:29898,57594:29903,57595:29908,57596:29681,57664:29920,57665:29923,57666:29927,57667:29929,57668:29934,57669:29938,57670:29936,57671:29937,57672:29944,57673:29943,57674:29956,57675:29955,57676:29957,57677:29964,57678:29966,57679:29965,57680:29973,57681:29971,57682:29982,57683:29990,57684:29996,57685:30012,57686:30020,57687:30029,57688:30026,57689:30025,57690:30043,57691:30022,57692:30042,57693:30057,57694:30052,57695:30055,57696:30059,57697:30061,57698:30072,57699:30070,57700:30086,57701:30087,57702:30068,57703:30090,57704:30089,57705:30082,57706:30100,57707:30106,57708:30109,57709:30117,57710:30115,57711:30146,57712:30131,57713:30147,57714:30133,57715:30141,57716:30136,57717:30140,57718:30129,57719:30157,57720:30154,57721:30162,57722:30169,57723:30179,57724:30174,57725:30206,57726:30207,57728:30204,57729:30209,57730:30192,57731:30202,57732:30194,57733:30195,57734:30219,57735:30221,57736:30217,57737:30239,57738:30247,57739:30240,57740:30241,57741:30242,57742:30244,57743:30260,57744:30256,57745:30267,57746:30279,57747:30280,57748:30278,57749:30300,57750:30296,57751:30305,57752:30306,57753:30312,57754:30313,57755:30314,57756:30311,57757:30316,57758:30320,57759:30322,57760:30326,57761:30328,57762:30332,57763:30336,57764:30339,57765:30344,57766:30347,57767:30350,57768:30358,57769:30355,57770:30361,57771:30362,57772:30384,57773:30388,57774:30392,57775:30393,57776:30394,57777:30402,57778:30413,57779:30422,57780:30418,57781:30430,57782:30433,57783:30437,57784:30439,57785:30442,57786:34351,57787:30459,57788:30472,57789:30471,57790:30468,57791:30505,57792:30500,57793:30494,57794:30501,57795:30502,57796:30491,57797:30519,57798:30520,57799:30535,57800:30554,57801:30568,57802:30571,57803:30555,57804:30565,57805:30591,57806:30590,57807:30585,57808:30606,57809:30603,57810:30609,57811:30624,57812:30622,57813:30640,57814:30646,57815:30649,57816:30655,57817:30652,57818:30653,57819:30651,57820:30663,57821:30669,57822:30679,57823:30682,57824:30684,57825:30691,57826:30702,57827:30716,57828:30732,57829:30738,57830:31014,57831:30752,57832:31018,57833:30789,57834:30862,57835:30836,57836:30854,57837:30844,57838:30874,57839:30860,57840:30883,57841:30901,57842:30890,57843:30895,57844:30929,57845:30918,57846:30923,57847:30932,57848:30910,57849:30908,57850:30917,57851:30922,57852:30956,57920:30951,57921:30938,57922:30973,57923:30964,57924:30983,57925:30994,57926:30993,57927:31001,57928:31020,57929:31019,57930:31040,57931:31072,57932:31063,57933:31071,57934:31066,57935:31061,57936:31059,57937:31098,57938:31103,57939:31114,57940:31133,57941:31143,57942:40779,57943:31146,57944:31150,57945:31155,57946:31161,57947:31162,57948:31177,57949:31189,57950:31207,57951:31212,57952:31201,57953:31203,57954:31240,57955:31245,57956:31256,57957:31257,57958:31264,57959:31263,57960:31104,57961:31281,57962:31291,57963:31294,57964:31287,57965:31299,57966:31319,57967:31305,57968:31329,57969:31330,57970:31337,57971:40861,57972:31344,57973:31353,57974:31357,57975:31368,57976:31383,57977:31381,57978:31384,57979:31382,57980:31401,57981:31432,57982:31408,57984:31414,57985:31429,57986:31428,57987:31423,57988:36995,57989:31431,57990:31434,57991:31437,57992:31439,57993:31445,57994:31443,57995:31449,57996:31450,57997:31453,57998:31457,57999:31458,58e3:31462,58001:31469,58002:31472,58003:31490,58004:31503,58005:31498,58006:31494,58007:31539,58008:31512,58009:31513,58010:31518,58011:31541,58012:31528,58013:31542,58014:31568,58015:31610,58016:31492,58017:31565,58018:31499,58019:31564,58020:31557,58021:31605,58022:31589,58023:31604,58024:31591,58025:31600,58026:31601,58027:31596,58028:31598,58029:31645,58030:31640,58031:31647,58032:31629,58033:31644,58034:31642,58035:31627,58036:31634,58037:31631,58038:31581,58039:31641,58040:31691,58041:31681,58042:31692,58043:31695,58044:31668,58045:31686,58046:31709,58047:31721,58048:31761,58049:31764,58050:31718,58051:31717,58052:31840,58053:31744,58054:31751,58055:31763,58056:31731,58057:31735,58058:31767,58059:31757,58060:31734,58061:31779,58062:31783,58063:31786,58064:31775,58065:31799,58066:31787,58067:31805,58068:31820,58069:31811,58070:31828,58071:31823,58072:31808,58073:31824,58074:31832,58075:31839,58076:31844,58077:31830,58078:31845,58079:31852,58080:31861,58081:31875,58082:31888,58083:31908,58084:31917,58085:31906,58086:31915,58087:31905,58088:31912,58089:31923,58090:31922,58091:31921,58092:31918,58093:31929,58094:31933,58095:31936,58096:31941,58097:31938,58098:31960,58099:31954,58100:31964,58101:31970,58102:39739,58103:31983,58104:31986,58105:31988,58106:31990,58107:31994,58108:32006,58176:32002,58177:32028,58178:32021,58179:32010,58180:32069,58181:32075,58182:32046,58183:32050,58184:32063,58185:32053,58186:32070,58187:32115,58188:32086,58189:32078,58190:32114,58191:32104,58192:32110,58193:32079,58194:32099,58195:32147,58196:32137,58197:32091,58198:32143,58199:32125,58200:32155,58201:32186,58202:32174,58203:32163,58204:32181,58205:32199,58206:32189,58207:32171,58208:32317,58209:32162,58210:32175,58211:32220,58212:32184,58213:32159,58214:32176,58215:32216,58216:32221,58217:32228,58218:32222,58219:32251,58220:32242,58221:32225,58222:32261,58223:32266,58224:32291,58225:32289,58226:32274,58227:32305,58228:32287,58229:32265,58230:32267,58231:32290,58232:32326,58233:32358,58234:32315,58235:32309,58236:32313,58237:32323,58238:32311,58240:32306,58241:32314,58242:32359,58243:32349,58244:32342,58245:32350,58246:32345,58247:32346,58248:32377,58249:32362,58250:32361,58251:32380,58252:32379,58253:32387,58254:32213,58255:32381,58256:36782,58257:32383,58258:32392,58259:32393,58260:32396,58261:32402,58262:32400,58263:32403,58264:32404,58265:32406,58266:32398,58267:32411,58268:32412,58269:32568,58270:32570,58271:32581,58272:32588,58273:32589,58274:32590,58275:32592,58276:32593,58277:32597,58278:32596,58279:32600,58280:32607,58281:32608,58282:32616,58283:32617,58284:32615,58285:32632,58286:32642,58287:32646,58288:32643,58289:32648,58290:32647,58291:32652,58292:32660,58293:32670,58294:32669,58295:32666,58296:32675,58297:32687,58298:32690,58299:32697,58300:32686,58301:32694,58302:32696,58303:35697,58304:32709,58305:32710,58306:32714,58307:32725,58308:32724,58309:32737,58310:32742,58311:32745,58312:32755,58313:32761,58314:39132,58315:32774,58316:32772,58317:32779,58318:32786,58319:32792,58320:32793,58321:32796,58322:32801,58323:32808,58324:32831,58325:32827,58326:32842,58327:32838,58328:32850,58329:32856,58330:32858,58331:32863,58332:32866,58333:32872,58334:32883,58335:32882,58336:32880,58337:32886,58338:32889,58339:32893,58340:32895,58341:32900,58342:32902,58343:32901,58344:32923,58345:32915,58346:32922,58347:32941,58348:20880,58349:32940,58350:32987,58351:32997,58352:32985,58353:32989,58354:32964,58355:32986,58356:32982,58357:33033,58358:33007,58359:33009,58360:33051,58361:33065,58362:33059,58363:33071,58364:33099,58432:38539,58433:33094,58434:33086,58435:33107,58436:33105,58437:33020,58438:33137,58439:33134,58440:33125,58441:33126,58442:33140,58443:33155,58444:33160,58445:33162,58446:33152,58447:33154,58448:33184,58449:33173,58450:33188,58451:33187,58452:33119,58453:33171,58454:33193,58455:33200,58456:33205,58457:33214,58458:33208,58459:33213,58460:33216,58461:33218,58462:33210,58463:33225,58464:33229,58465:33233,58466:33241,58467:33240,58468:33224,58469:33242,58470:33247,58471:33248,58472:33255,58473:33274,58474:33275,58475:33278,58476:33281,58477:33282,58478:33285,58479:33287,58480:33290,58481:33293,58482:33296,58483:33302,58484:33321,58485:33323,58486:33336,58487:33331,58488:33344,58489:33369,58490:33368,58491:33373,58492:33370,58493:33375,58494:33380,58496:33378,58497:33384,58498:33386,58499:33387,58500:33326,58501:33393,58502:33399,58503:33400,58504:33406,58505:33421,58506:33426,58507:33451,58508:33439,58509:33467,58510:33452,58511:33505,58512:33507,58513:33503,58514:33490,58515:33524,58516:33523,58517:33530,58518:33683,58519:33539,58520:33531,58521:33529,58522:33502,58523:33542,58524:33500,58525:33545,58526:33497,58527:33589,58528:33588,58529:33558,58530:33586,58531:33585,58532:33600,58533:33593,58534:33616,58535:33605,58536:33583,58537:33579,58538:33559,58539:33560,58540:33669,58541:33690,58542:33706,58543:33695,58544:33698,58545:33686,58546:33571,58547:33678,58548:33671,58549:33674,58550:33660,58551:33717,58552:33651,58553:33653,58554:33696,58555:33673,58556:33704,58557:33780,58558:33811,58559:33771,58560:33742,58561:33789,58562:33795,58563:33752,58564:33803,58565:33729,58566:33783,58567:33799,58568:33760,58569:33778,58570:33805,58571:33826,58572:33824,58573:33725,58574:33848,58575:34054,58576:33787,58577:33901,58578:33834,58579:33852,58580:34138,58581:33924,58582:33911,58583:33899,58584:33965,58585:33902,58586:33922,58587:33897,58588:33862,58589:33836,58590:33903,58591:33913,58592:33845,58593:33994,58594:33890,58595:33977,58596:33983,58597:33951,58598:34009,58599:33997,58600:33979,58601:34010,58602:34e3,58603:33985,58604:33990,58605:34006,58606:33953,58607:34081,58608:34047,58609:34036,58610:34071,58611:34072,58612:34092,58613:34079,58614:34069,58615:34068,58616:34044,58617:34112,58618:34147,58619:34136,58620:34120,58688:34113,58689:34306,58690:34123,58691:34133,58692:34176,58693:34212,58694:34184,58695:34193,58696:34186,58697:34216,58698:34157,58699:34196,58700:34203,58701:34282,58702:34183,58703:34204,58704:34167,58705:34174,58706:34192,58707:34249,58708:34234,58709:34255,58710:34233,58711:34256,58712:34261,58713:34269,58714:34277,58715:34268,58716:34297,58717:34314,58718:34323,58719:34315,58720:34302,58721:34298,58722:34310,58723:34338,58724:34330,58725:34352,58726:34367,58727:34381,58728:20053,58729:34388,58730:34399,58731:34407,58732:34417,58733:34451,58734:34467,58735:34473,58736:34474,58737:34443,58738:34444,58739:34486,58740:34479,58741:34500,58742:34502,58743:34480,58744:34505,58745:34851,58746:34475,58747:34516,58748:34526,58749:34537,58750:34540,58752:34527,58753:34523,58754:34543,58755:34578,58756:34566,58757:34568,58758:34560,58759:34563,58760:34555,58761:34577,58762:34569,58763:34573,58764:34553,58765:34570,58766:34612,58767:34623,58768:34615,58769:34619,58770:34597,58771:34601,58772:34586,58773:34656,58774:34655,58775:34680,58776:34636,58777:34638,58778:34676,58779:34647,58780:34664,58781:34670,58782:34649,58783:34643,58784:34659,58785:34666,58786:34821,58787:34722,58788:34719,58789:34690,58790:34735,58791:34763,58792:34749,58793:34752,58794:34768,58795:38614,58796:34731,58797:34756,58798:34739,58799:34759,58800:34758,58801:34747,58802:34799,58803:34802,58804:34784,58805:34831,58806:34829,58807:34814,58808:34806,58809:34807,58810:34830,58811:34770,58812:34833,58813:34838,58814:34837,58815:34850,58816:34849,58817:34865,58818:34870,58819:34873,58820:34855,58821:34875,58822:34884,58823:34882,58824:34898,58825:34905,58826:34910,58827:34914,58828:34923,58829:34945,58830:34942,58831:34974,58832:34933,58833:34941,58834:34997,58835:34930,58836:34946,58837:34967,58838:34962,58839:34990,58840:34969,58841:34978,58842:34957,58843:34980,58844:34992,58845:35007,58846:34993,58847:35011,58848:35012,58849:35028,58850:35032,58851:35033,58852:35037,58853:35065,58854:35074,58855:35068,58856:35060,58857:35048,58858:35058,58859:35076,58860:35084,58861:35082,58862:35091,58863:35139,58864:35102,58865:35109,58866:35114,58867:35115,58868:35137,58869:35140,58870:35131,58871:35126,58872:35128,58873:35148,58874:35101,58875:35168,58876:35166,58944:35174,58945:35172,58946:35181,58947:35178,58948:35183,58949:35188,58950:35191,58951:35198,58952:35203,58953:35208,58954:35210,58955:35219,58956:35224,58957:35233,58958:35241,58959:35238,58960:35244,58961:35247,58962:35250,58963:35258,58964:35261,58965:35263,58966:35264,58967:35290,58968:35292,58969:35293,58970:35303,58971:35316,58972:35320,58973:35331,58974:35350,58975:35344,58976:35340,58977:35355,58978:35357,58979:35365,58980:35382,58981:35393,58982:35419,58983:35410,58984:35398,58985:35400,58986:35452,58987:35437,58988:35436,58989:35426,58990:35461,58991:35458,58992:35460,58993:35496,58994:35489,58995:35473,58996:35493,58997:35494,58998:35482,58999:35491,59e3:35524,59001:35533,59002:35522,59003:35546,59004:35563,59005:35571,59006:35559,59008:35556,59009:35569,59010:35604,59011:35552,59012:35554,59013:35575,59014:35550,59015:35547,59016:35596,59017:35591,59018:35610,59019:35553,59020:35606,59021:35600,59022:35607,59023:35616,59024:35635,59025:38827,59026:35622,59027:35627,59028:35646,59029:35624,59030:35649,59031:35660,59032:35663,59033:35662,59034:35657,59035:35670,59036:35675,59037:35674,59038:35691,59039:35679,59040:35692,59041:35695,59042:35700,59043:35709,59044:35712,59045:35724,59046:35726,59047:35730,59048:35731,59049:35734,59050:35737,59051:35738,59052:35898,59053:35905,59054:35903,59055:35912,59056:35916,59057:35918,59058:35920,59059:35925,59060:35938,59061:35948,59062:35960,59063:35962,59064:35970,59065:35977,59066:35973,59067:35978,59068:35981,59069:35982,59070:35988,59071:35964,59072:35992,59073:25117,59074:36013,59075:36010,59076:36029,59077:36018,59078:36019,59079:36014,59080:36022,59081:36040,59082:36033,59083:36068,59084:36067,59085:36058,59086:36093,59087:36090,59088:36091,59089:36100,59090:36101,59091:36106,59092:36103,59093:36111,59094:36109,59095:36112,59096:40782,59097:36115,59098:36045,59099:36116,59100:36118,59101:36199,59102:36205,59103:36209,59104:36211,59105:36225,59106:36249,59107:36290,59108:36286,59109:36282,59110:36303,59111:36314,59112:36310,59113:36300,59114:36315,59115:36299,59116:36330,59117:36331,59118:36319,59119:36323,59120:36348,59121:36360,59122:36361,59123:36351,59124:36381,59125:36382,59126:36368,59127:36383,59128:36418,59129:36405,59130:36400,59131:36404,59132:36426,59200:36423,59201:36425,59202:36428,59203:36432,59204:36424,59205:36441,59206:36452,59207:36448,59208:36394,59209:36451,59210:36437,59211:36470,59212:36466,59213:36476,59214:36481,59215:36487,59216:36485,59217:36484,59218:36491,59219:36490,59220:36499,59221:36497,59222:36500,59223:36505,59224:36522,59225:36513,59226:36524,59227:36528,59228:36550,59229:36529,59230:36542,59231:36549,59232:36552,59233:36555,59234:36571,59235:36579,59236:36604,59237:36603,59238:36587,59239:36606,59240:36618,59241:36613,59242:36629,59243:36626,59244:36633,59245:36627,59246:36636,59247:36639,59248:36635,59249:36620,59250:36646,59251:36659,59252:36667,59253:36665,59254:36677,59255:36674,59256:36670,59257:36684,59258:36681,59259:36678,59260:36686,59261:36695,59262:36700,59264:36706,59265:36707,59266:36708,59267:36764,59268:36767,59269:36771,59270:36781,59271:36783,59272:36791,59273:36826,59274:36837,59275:36834,59276:36842,59277:36847,59278:36999,59279:36852,59280:36869,59281:36857,59282:36858,59283:36881,59284:36885,59285:36897,59286:36877,59287:36894,59288:36886,59289:36875,59290:36903,59291:36918,59292:36917,59293:36921,59294:36856,59295:36943,59296:36944,59297:36945,59298:36946,59299:36878,59300:36937,59301:36926,59302:36950,59303:36952,59304:36958,59305:36968,59306:36975,59307:36982,59308:38568,59309:36978,59310:36994,59311:36989,59312:36993,59313:36992,59314:37002,59315:37001,59316:37007,59317:37032,59318:37039,59319:37041,59320:37045,59321:37090,59322:37092,59323:25160,59324:37083,59325:37122,59326:37138,59327:37145,59328:37170,59329:37168,59330:37194,59331:37206,59332:37208,59333:37219,59334:37221,59335:37225,59336:37235,59337:37234,59338:37259,59339:37257,59340:37250,59341:37282,59342:37291,59343:37295,59344:37290,59345:37301,59346:37300,59347:37306,59348:37312,59349:37313,59350:37321,59351:37323,59352:37328,59353:37334,59354:37343,59355:37345,59356:37339,59357:37372,59358:37365,59359:37366,59360:37406,59361:37375,59362:37396,59363:37420,59364:37397,59365:37393,59366:37470,59367:37463,59368:37445,59369:37449,59370:37476,59371:37448,59372:37525,59373:37439,59374:37451,59375:37456,59376:37532,59377:37526,59378:37523,59379:37531,59380:37466,59381:37583,59382:37561,59383:37559,59384:37609,59385:37647,59386:37626,59387:37700,59388:37678,59456:37657,59457:37666,59458:37658,59459:37667,59460:37690,59461:37685,59462:37691,59463:37724,59464:37728,59465:37756,59466:37742,59467:37718,59468:37808,59469:37804,59470:37805,59471:37780,59472:37817,59473:37846,59474:37847,59475:37864,59476:37861,59477:37848,59478:37827,59479:37853,59480:37840,59481:37832,59482:37860,59483:37914,59484:37908,59485:37907,59486:37891,59487:37895,59488:37904,59489:37942,59490:37931,59491:37941,59492:37921,59493:37946,59494:37953,59495:37970,59496:37956,59497:37979,59498:37984,59499:37986,59500:37982,59501:37994,59502:37417,59503:38e3,59504:38005,59505:38007,59506:38013,59507:37978,59508:38012,59509:38014,59510:38017,59511:38015,59512:38274,59513:38279,59514:38282,59515:38292,59516:38294,59517:38296,59518:38297,59520:38304,59521:38312,59522:38311,59523:38317,59524:38332,59525:38331,59526:38329,59527:38334,59528:38346,59529:28662,59530:38339,59531:38349,59532:38348,59533:38357,59534:38356,59535:38358,59536:38364,59537:38369,59538:38373,59539:38370,59540:38433,59541:38440,59542:38446,59543:38447,59544:38466,59545:38476,59546:38479,59547:38475,59548:38519,59549:38492,59550:38494,59551:38493,59552:38495,59553:38502,59554:38514,59555:38508,59556:38541,59557:38552,59558:38549,59559:38551,59560:38570,59561:38567,59562:38577,59563:38578,59564:38576,59565:38580,59566:38582,59567:38584,59568:38585,59569:38606,59570:38603,59571:38601,59572:38605,59573:35149,59574:38620,59575:38669,59576:38613,59577:38649,59578:38660,59579:38662,59580:38664,59581:38675,59582:38670,59583:38673,59584:38671,59585:38678,59586:38681,59587:38692,59588:38698,59589:38704,59590:38713,59591:38717,59592:38718,59593:38724,59594:38726,59595:38728,59596:38722,59597:38729,59598:38748,59599:38752,59600:38756,59601:38758,59602:38760,59603:21202,59604:38763,59605:38769,59606:38777,59607:38789,59608:38780,59609:38785,59610:38778,59611:38790,59612:38795,59613:38799,59614:38800,59615:38812,59616:38824,59617:38822,59618:38819,59619:38835,59620:38836,59621:38851,59622:38854,59623:38856,59624:38859,59625:38876,59626:38893,59627:40783,59628:38898,59629:31455,59630:38902,59631:38901,59632:38927,59633:38924,59634:38968,59635:38948,59636:38945,59637:38967,59638:38973,59639:38982,59640:38991,59641:38987,59642:39019,59643:39023,59644:39024,59712:39025,59713:39028,59714:39027,59715:39082,59716:39087,59717:39089,59718:39094,59719:39108,59720:39107,59721:39110,59722:39145,59723:39147,59724:39171,59725:39177,59726:39186,59727:39188,59728:39192,59729:39201,59730:39197,59731:39198,59732:39204,59733:39200,59734:39212,59735:39214,59736:39229,59737:39230,59738:39234,59739:39241,59740:39237,59741:39248,59742:39243,59743:39249,59744:39250,59745:39244,59746:39253,59747:39319,59748:39320,59749:39333,59750:39341,59751:39342,59752:39356,59753:39391,59754:39387,59755:39389,59756:39384,59757:39377,59758:39405,59759:39406,59760:39409,59761:39410,59762:39419,59763:39416,59764:39425,59765:39439,59766:39429,59767:39394,59768:39449,59769:39467,59770:39479,59771:39493,59772:39490,59773:39488,59774:39491,59776:39486,59777:39509,59778:39501,59779:39515,59780:39511,59781:39519,59782:39522,59783:39525,59784:39524,59785:39529,59786:39531,59787:39530,59788:39597,59789:39600,59790:39612,59791:39616,59792:39631,59793:39633,59794:39635,59795:39636,59796:39646,59797:39647,59798:39650,59799:39651,59800:39654,59801:39663,59802:39659,59803:39662,59804:39668,59805:39665,59806:39671,59807:39675,59808:39686,59809:39704,59810:39706,59811:39711,59812:39714,59813:39715,59814:39717,59815:39719,59816:39720,59817:39721,59818:39722,59819:39726,59820:39727,59821:39730,59822:39748,59823:39747,59824:39759,59825:39757,59826:39758,59827:39761,59828:39768,59829:39796,59830:39827,59831:39811,59832:39825,59833:39830,59834:39831,59835:39839,59836:39840,59837:39848,59838:39860,59839:39872,59840:39882,59841:39865,59842:39878,59843:39887,59844:39889,59845:39890,59846:39907,59847:39906,59848:39908,59849:39892,59850:39905,59851:39994,59852:39922,59853:39921,59854:39920,59855:39957,59856:39956,59857:39945,59858:39955,59859:39948,59860:39942,59861:39944,59862:39954,59863:39946,59864:39940,59865:39982,59866:39963,59867:39973,59868:39972,59869:39969,59870:39984,59871:40007,59872:39986,59873:40006,59874:39998,59875:40026,59876:40032,59877:40039,59878:40054,59879:40056,59880:40167,59881:40172,59882:40176,59883:40201,59884:40200,59885:40171,59886:40195,59887:40198,59888:40234,59889:40230,59890:40367,59891:40227,59892:40223,59893:40260,59894:40213,59895:40210,59896:40257,59897:40255,59898:40254,59899:40262,59900:40264,59968:40285,59969:40286,59970:40292,59971:40273,59972:40272,59973:40281,59974:40306,59975:40329,59976:40327,59977:40363,59978:40303,59979:40314,59980:40346,59981:40356,59982:40361,59983:40370,59984:40388,59985:40385,59986:40379,59987:40376,59988:40378,59989:40390,59990:40399,59991:40386,59992:40409,59993:40403,59994:40440,59995:40422,59996:40429,59997:40431,59998:40445,59999:40474,6e4:40475,60001:40478,60002:40565,60003:40569,60004:40573,60005:40577,60006:40584,60007:40587,60008:40588,60009:40594,60010:40597,60011:40593,60012:40605,60013:40613,60014:40617,60015:40632,60016:40618,60017:40621,60018:38753,60019:40652,60020:40654,60021:40655,60022:40656,60023:40660,60024:40668,60025:40670,60026:40669,60027:40672,60028:40677,60029:40680,60030:40687,60032:40692,60033:40694,60034:40695,60035:40697,60036:40699,60037:40700,60038:40701,60039:40711,60040:40712,60041:30391,60042:40725,60043:40737,60044:40748,60045:40766,60046:40778,60047:40786,60048:40788,60049:40803,60050:40799,60051:40800,60052:40801,60053:40806,60054:40807,60055:40812,60056:40810,60057:40823,60058:40818,60059:40822,60060:40853,60061:40860,60062:40864,60063:22575,60064:27079,60065:36953,60066:29796,60067:20956,60068:29081}},function(e,t,o){Object.defineProperty(t,"__esModule",{value:!0});var n=o(1),i=o(2);t.decode=function(e,t){var o=new Uint8ClampedArray(e.length);o.set(e);for(var r=new n.default(285,256,0),s=new i.default(r,o),a=new Uint8ClampedArray(t),l=!1,c=0;c<t;c++){var d=s.evaluateAt(r.exp(c+r.generatorBase));a[a.length-1-c]=d,0!==d&&(l=!0)}if(!l)return o;var u=new i.default(r,a),h=function(e,t,o,n){var i;t.degree()<o.degree()&&(t=(i=[o,t])[0],o=i[1]);for(var r=t,s=o,a=e.zero,l=e.one;s.degree()>=n/2;){var c=r,d=a;if(a=l,(r=s).isZero())return null;s=c;for(var u=e.zero,h=r.getCoefficient(r.degree()),p=e.inverse(h);s.degree()>=r.degree()&&!s.isZero();){var f=s.degree()-r.degree(),m=e.multiply(s.getCoefficient(s.degree()),p);u=u.addOrSubtract(e.buildMonomial(f,m)),s=s.addOrSubtract(r.multiplyByMonomial(f,m))}if(l=u.multiplyPoly(a).addOrSubtract(d),s.degree()>=r.degree())return null}var g=l.getCoefficient(0);if(0===g)return null;var v=e.inverse(g);return[l.multiply(v),s.multiply(v)]}(r,r.buildMonomial(t,1),u,t);if(null===h)return null;var p=function(e,t){var o=t.degree();if(1===o)return[t.getCoefficient(1)];for(var n=new Array(o),i=0,r=1;r<e.size&&i<o;r++)0===t.evaluateAt(r)&&(n[i]=e.inverse(r),i++);return i!==o?null:n}(r,h[0]);if(null==p)return null;for(var f=function(e,t,o){for(var i=o.length,r=new Array(i),s=0;s<i;s++){for(var a=e.inverse(o[s]),l=1,c=0;c<i;c++)s!==c&&(l=e.multiply(l,n.addOrSubtractGF(1,e.multiply(o[c],a))));r[s]=e.multiply(t.evaluateAt(a),e.inverse(l)),0!==e.generatorBase&&(r[s]=e.multiply(r[s],a))}return r}(r,h[1],p),m=0;m<p.length;m++){var g=o.length-1-r.log(p[m]);if(g<0)return null;o[g]=n.addOrSubtractGF(o[g],f[m])}return o}},function(e,t,o){Object.defineProperty(t,"__esModule",{value:!0}),t.VERSIONS=[{infoBits:null,versionNumber:1,alignmentPatternCenters:[],errorCorrectionLevels:[{ecCodewordsPerBlock:7,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:19}]},{ecCodewordsPerBlock:10,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:16}]},{ecCodewordsPerBlock:13,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:13}]},{ecCodewordsPerBlock:17,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:9}]}]},{infoBits:null,versionNumber:2,alignmentPatternCenters:[6,18],errorCorrectionLevels:[{ecCodewordsPerBlock:10,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:34}]},{ecCodewordsPerBlock:16,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:28}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:22}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:16}]}]},{infoBits:null,versionNumber:3,alignmentPatternCenters:[6,22],errorCorrectionLevels:[{ecCodewordsPerBlock:15,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:55}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:44}]},{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:17}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:13}]}]},{infoBits:null,versionNumber:4,alignmentPatternCenters:[6,26],errorCorrectionLevels:[{ecCodewordsPerBlock:20,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:80}]},{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:32}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:24}]},{ecCodewordsPerBlock:16,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:9}]}]},{infoBits:null,versionNumber:5,alignmentPatternCenters:[6,30],errorCorrectionLevels:[{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:108}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:43}]},{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:15},{numBlocks:2,dataCodewordsPerBlock:16}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:11},{numBlocks:2,dataCodewordsPerBlock:12}]}]},{infoBits:null,versionNumber:6,alignmentPatternCenters:[6,34],errorCorrectionLevels:[{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:68}]},{ecCodewordsPerBlock:16,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:27}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:19}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:15}]}]},{infoBits:31892,versionNumber:7,alignmentPatternCenters:[6,22,38],errorCorrectionLevels:[{ecCodewordsPerBlock:20,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:78}]},{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:31}]},{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:14},{numBlocks:4,dataCodewordsPerBlock:15}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:13},{numBlocks:1,dataCodewordsPerBlock:14}]}]},{infoBits:34236,versionNumber:8,alignmentPatternCenters:[6,24,42],errorCorrectionLevels:[{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:97}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:38},{numBlocks:2,dataCodewordsPerBlock:39}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:18},{numBlocks:2,dataCodewordsPerBlock:19}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:14},{numBlocks:2,dataCodewordsPerBlock:15}]}]},{infoBits:39577,versionNumber:9,alignmentPatternCenters:[6,26,46],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:116}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:36},{numBlocks:2,dataCodewordsPerBlock:37}]},{ecCodewordsPerBlock:20,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:16},{numBlocks:4,dataCodewordsPerBlock:17}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:12},{numBlocks:4,dataCodewordsPerBlock:13}]}]},{infoBits:42195,versionNumber:10,alignmentPatternCenters:[6,28,50],errorCorrectionLevels:[{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:68},{numBlocks:2,dataCodewordsPerBlock:69}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:43},{numBlocks:1,dataCodewordsPerBlock:44}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:19},{numBlocks:2,dataCodewordsPerBlock:20}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:15},{numBlocks:2,dataCodewordsPerBlock:16}]}]},{infoBits:48118,versionNumber:11,alignmentPatternCenters:[6,30,54],errorCorrectionLevels:[{ecCodewordsPerBlock:20,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:81}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:50},{numBlocks:4,dataCodewordsPerBlock:51}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:22},{numBlocks:4,dataCodewordsPerBlock:23}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:12},{numBlocks:8,dataCodewordsPerBlock:13}]}]},{infoBits:51042,versionNumber:12,alignmentPatternCenters:[6,32,58],errorCorrectionLevels:[{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:92},{numBlocks:2,dataCodewordsPerBlock:93}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:36},{numBlocks:2,dataCodewordsPerBlock:37}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:20},{numBlocks:6,dataCodewordsPerBlock:21}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:7,dataCodewordsPerBlock:14},{numBlocks:4,dataCodewordsPerBlock:15}]}]},{infoBits:55367,versionNumber:13,alignmentPatternCenters:[6,34,62],errorCorrectionLevels:[{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:107}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:8,dataCodewordsPerBlock:37},{numBlocks:1,dataCodewordsPerBlock:38}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:8,dataCodewordsPerBlock:20},{numBlocks:4,dataCodewordsPerBlock:21}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:12,dataCodewordsPerBlock:11},{numBlocks:4,dataCodewordsPerBlock:12}]}]},{infoBits:58893,versionNumber:14,alignmentPatternCenters:[6,26,46,66],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:115},{numBlocks:1,dataCodewordsPerBlock:116}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:40},{numBlocks:5,dataCodewordsPerBlock:41}]},{ecCodewordsPerBlock:20,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:16},{numBlocks:5,dataCodewordsPerBlock:17}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:12},{numBlocks:5,dataCodewordsPerBlock:13}]}]},{infoBits:63784,versionNumber:15,alignmentPatternCenters:[6,26,48,70],errorCorrectionLevels:[{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:5,dataCodewordsPerBlock:87},{numBlocks:1,dataCodewordsPerBlock:88}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:5,dataCodewordsPerBlock:41},{numBlocks:5,dataCodewordsPerBlock:42}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:5,dataCodewordsPerBlock:24},{numBlocks:7,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:12},{numBlocks:7,dataCodewordsPerBlock:13}]}]},{infoBits:68472,versionNumber:16,alignmentPatternCenters:[6,26,50,74],errorCorrectionLevels:[{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:5,dataCodewordsPerBlock:98},{numBlocks:1,dataCodewordsPerBlock:99}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:7,dataCodewordsPerBlock:45},{numBlocks:3,dataCodewordsPerBlock:46}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:15,dataCodewordsPerBlock:19},{numBlocks:2,dataCodewordsPerBlock:20}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:15},{numBlocks:13,dataCodewordsPerBlock:16}]}]},{infoBits:70749,versionNumber:17,alignmentPatternCenters:[6,30,54,78],errorCorrectionLevels:[{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:107},{numBlocks:5,dataCodewordsPerBlock:108}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:10,dataCodewordsPerBlock:46},{numBlocks:1,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:22},{numBlocks:15,dataCodewordsPerBlock:23}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:14},{numBlocks:17,dataCodewordsPerBlock:15}]}]},{infoBits:76311,versionNumber:18,alignmentPatternCenters:[6,30,56,82],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:5,dataCodewordsPerBlock:120},{numBlocks:1,dataCodewordsPerBlock:121}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:9,dataCodewordsPerBlock:43},{numBlocks:4,dataCodewordsPerBlock:44}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:22},{numBlocks:1,dataCodewordsPerBlock:23}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:14},{numBlocks:19,dataCodewordsPerBlock:15}]}]},{infoBits:79154,versionNumber:19,alignmentPatternCenters:[6,30,58,86],errorCorrectionLevels:[{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:113},{numBlocks:4,dataCodewordsPerBlock:114}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:44},{numBlocks:11,dataCodewordsPerBlock:45}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:21},{numBlocks:4,dataCodewordsPerBlock:22}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:9,dataCodewordsPerBlock:13},{numBlocks:16,dataCodewordsPerBlock:14}]}]},{infoBits:84390,versionNumber:20,alignmentPatternCenters:[6,34,62,90],errorCorrectionLevels:[{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:107},{numBlocks:5,dataCodewordsPerBlock:108}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:41},{numBlocks:13,dataCodewordsPerBlock:42}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:15,dataCodewordsPerBlock:24},{numBlocks:5,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:15,dataCodewordsPerBlock:15},{numBlocks:10,dataCodewordsPerBlock:16}]}]},{infoBits:87683,versionNumber:21,alignmentPatternCenters:[6,28,50,72,94],errorCorrectionLevels:[{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:116},{numBlocks:4,dataCodewordsPerBlock:117}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:42}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:22},{numBlocks:6,dataCodewordsPerBlock:23}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:19,dataCodewordsPerBlock:16},{numBlocks:6,dataCodewordsPerBlock:17}]}]},{infoBits:92361,versionNumber:22,alignmentPatternCenters:[6,26,50,74,98],errorCorrectionLevels:[{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:111},{numBlocks:7,dataCodewordsPerBlock:112}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:46}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:7,dataCodewordsPerBlock:24},{numBlocks:16,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:34,dataCodewordsPerBlock:13}]}]},{infoBits:96236,versionNumber:23,alignmentPatternCenters:[6,30,54,74,102],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:121},{numBlocks:5,dataCodewordsPerBlock:122}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:47},{numBlocks:14,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:24},{numBlocks:14,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:16,dataCodewordsPerBlock:15},{numBlocks:14,dataCodewordsPerBlock:16}]}]},{infoBits:102084,versionNumber:24,alignmentPatternCenters:[6,28,54,80,106],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:117},{numBlocks:4,dataCodewordsPerBlock:118}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:45},{numBlocks:14,dataCodewordsPerBlock:46}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:24},{numBlocks:16,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:30,dataCodewordsPerBlock:16},{numBlocks:2,dataCodewordsPerBlock:17}]}]},{infoBits:102881,versionNumber:25,alignmentPatternCenters:[6,32,58,84,110],errorCorrectionLevels:[{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:8,dataCodewordsPerBlock:106},{numBlocks:4,dataCodewordsPerBlock:107}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:8,dataCodewordsPerBlock:47},{numBlocks:13,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:7,dataCodewordsPerBlock:24},{numBlocks:22,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:22,dataCodewordsPerBlock:15},{numBlocks:13,dataCodewordsPerBlock:16}]}]},{infoBits:110507,versionNumber:26,alignmentPatternCenters:[6,30,58,86,114],errorCorrectionLevels:[{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:10,dataCodewordsPerBlock:114},{numBlocks:2,dataCodewordsPerBlock:115}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:19,dataCodewordsPerBlock:46},{numBlocks:4,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:28,dataCodewordsPerBlock:22},{numBlocks:6,dataCodewordsPerBlock:23}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:33,dataCodewordsPerBlock:16},{numBlocks:4,dataCodewordsPerBlock:17}]}]},{infoBits:110734,versionNumber:27,alignmentPatternCenters:[6,34,62,90,118],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:8,dataCodewordsPerBlock:122},{numBlocks:4,dataCodewordsPerBlock:123}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:22,dataCodewordsPerBlock:45},{numBlocks:3,dataCodewordsPerBlock:46}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:8,dataCodewordsPerBlock:23},{numBlocks:26,dataCodewordsPerBlock:24}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:12,dataCodewordsPerBlock:15},{numBlocks:28,dataCodewordsPerBlock:16}]}]},{infoBits:117786,versionNumber:28,alignmentPatternCenters:[6,26,50,74,98,122],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:117},{numBlocks:10,dataCodewordsPerBlock:118}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:45},{numBlocks:23,dataCodewordsPerBlock:46}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:24},{numBlocks:31,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:15},{numBlocks:31,dataCodewordsPerBlock:16}]}]},{infoBits:119615,versionNumber:29,alignmentPatternCenters:[6,30,54,78,102,126],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:7,dataCodewordsPerBlock:116},{numBlocks:7,dataCodewordsPerBlock:117}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:21,dataCodewordsPerBlock:45},{numBlocks:7,dataCodewordsPerBlock:46}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:23},{numBlocks:37,dataCodewordsPerBlock:24}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:19,dataCodewordsPerBlock:15},{numBlocks:26,dataCodewordsPerBlock:16}]}]},{infoBits:126325,versionNumber:30,alignmentPatternCenters:[6,26,52,78,104,130],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:5,dataCodewordsPerBlock:115},{numBlocks:10,dataCodewordsPerBlock:116}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:19,dataCodewordsPerBlock:47},{numBlocks:10,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:15,dataCodewordsPerBlock:24},{numBlocks:25,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:23,dataCodewordsPerBlock:15},{numBlocks:25,dataCodewordsPerBlock:16}]}]},{infoBits:127568,versionNumber:31,alignmentPatternCenters:[6,30,56,82,108,134],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:13,dataCodewordsPerBlock:115},{numBlocks:3,dataCodewordsPerBlock:116}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:46},{numBlocks:29,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:42,dataCodewordsPerBlock:24},{numBlocks:1,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:23,dataCodewordsPerBlock:15},{numBlocks:28,dataCodewordsPerBlock:16}]}]},{infoBits:133589,versionNumber:32,alignmentPatternCenters:[6,34,60,86,112,138],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:115}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:10,dataCodewordsPerBlock:46},{numBlocks:23,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:10,dataCodewordsPerBlock:24},{numBlocks:35,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:19,dataCodewordsPerBlock:15},{numBlocks:35,dataCodewordsPerBlock:16}]}]},{infoBits:136944,versionNumber:33,alignmentPatternCenters:[6,30,58,86,114,142],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:115},{numBlocks:1,dataCodewordsPerBlock:116}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:14,dataCodewordsPerBlock:46},{numBlocks:21,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:29,dataCodewordsPerBlock:24},{numBlocks:19,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:15},{numBlocks:46,dataCodewordsPerBlock:16}]}]},{infoBits:141498,versionNumber:34,alignmentPatternCenters:[6,34,62,90,118,146],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:13,dataCodewordsPerBlock:115},{numBlocks:6,dataCodewordsPerBlock:116}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:14,dataCodewordsPerBlock:46},{numBlocks:23,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:44,dataCodewordsPerBlock:24},{numBlocks:7,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:59,dataCodewordsPerBlock:16},{numBlocks:1,dataCodewordsPerBlock:17}]}]},{infoBits:145311,versionNumber:35,alignmentPatternCenters:[6,30,54,78,102,126,150],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:12,dataCodewordsPerBlock:121},{numBlocks:7,dataCodewordsPerBlock:122}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:12,dataCodewordsPerBlock:47},{numBlocks:26,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:39,dataCodewordsPerBlock:24},{numBlocks:14,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:22,dataCodewordsPerBlock:15},{numBlocks:41,dataCodewordsPerBlock:16}]}]},{infoBits:150283,versionNumber:36,alignmentPatternCenters:[6,24,50,76,102,128,154],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:121},{numBlocks:14,dataCodewordsPerBlock:122}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:47},{numBlocks:34,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:46,dataCodewordsPerBlock:24},{numBlocks:10,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:15},{numBlocks:64,dataCodewordsPerBlock:16}]}]},{infoBits:152622,versionNumber:37,alignmentPatternCenters:[6,28,54,80,106,132,158],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:122},{numBlocks:4,dataCodewordsPerBlock:123}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:29,dataCodewordsPerBlock:46},{numBlocks:14,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:49,dataCodewordsPerBlock:24},{numBlocks:10,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:24,dataCodewordsPerBlock:15},{numBlocks:46,dataCodewordsPerBlock:16}]}]},{infoBits:158308,versionNumber:38,alignmentPatternCenters:[6,32,58,84,110,136,162],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:122},{numBlocks:18,dataCodewordsPerBlock:123}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:13,dataCodewordsPerBlock:46},{numBlocks:32,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:48,dataCodewordsPerBlock:24},{numBlocks:14,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:42,dataCodewordsPerBlock:15},{numBlocks:32,dataCodewordsPerBlock:16}]}]},{infoBits:161089,versionNumber:39,alignmentPatternCenters:[6,26,54,82,110,138,166],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:20,dataCodewordsPerBlock:117},{numBlocks:4,dataCodewordsPerBlock:118}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:40,dataCodewordsPerBlock:47},{numBlocks:7,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:43,dataCodewordsPerBlock:24},{numBlocks:22,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:10,dataCodewordsPerBlock:15},{numBlocks:67,dataCodewordsPerBlock:16}]}]},{infoBits:167017,versionNumber:40,alignmentPatternCenters:[6,30,58,86,114,142,170],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:19,dataCodewordsPerBlock:118},{numBlocks:6,dataCodewordsPerBlock:119}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:18,dataCodewordsPerBlock:47},{numBlocks:31,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:34,dataCodewordsPerBlock:24},{numBlocks:34,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:20,dataCodewordsPerBlock:15},{numBlocks:61,dataCodewordsPerBlock:16}]}]}]},function(e,t,o){Object.defineProperty(t,"__esModule",{value:!0});var n=o(0);function i(e,t,o,n){var i=e.x-t.x+o.x-n.x,r=e.y-t.y+o.y-n.y;if(0===i&&0===r)return{a11:t.x-e.x,a12:t.y-e.y,a13:0,a21:o.x-t.x,a22:o.y-t.y,a23:0,a31:e.x,a32:e.y,a33:1};var s=t.x-o.x,a=n.x-o.x,l=t.y-o.y,c=n.y-o.y,d=s*c-a*l,u=(i*c-a*r)/d,h=(s*r-i*l)/d;return{a11:t.x-e.x+u*t.x,a12:t.y-e.y+u*t.y,a13:u,a21:n.x-e.x+h*n.x,a22:n.y-e.y+h*n.y,a23:h,a31:e.x,a32:e.y,a33:1}}t.extract=function(e,t){for(var o=function(e,t,o,n){var r=i(e,t,o,n);return{a11:r.a22*r.a33-r.a23*r.a32,a12:r.a13*r.a32-r.a12*r.a33,a13:r.a12*r.a23-r.a13*r.a22,a21:r.a23*r.a31-r.a21*r.a33,a22:r.a11*r.a33-r.a13*r.a31,a23:r.a13*r.a21-r.a11*r.a23,a31:r.a21*r.a32-r.a22*r.a31,a32:r.a12*r.a31-r.a11*r.a32,a33:r.a11*r.a22-r.a12*r.a21}}({x:3.5,y:3.5},{x:t.dimension-3.5,y:3.5},{x:t.dimension-6.5,y:t.dimension-6.5},{x:3.5,y:t.dimension-3.5}),r=function(e,t){return{a11:e.a11*t.a11+e.a21*t.a12+e.a31*t.a13,a12:e.a12*t.a11+e.a22*t.a12+e.a32*t.a13,a13:e.a13*t.a11+e.a23*t.a12+e.a33*t.a13,a21:e.a11*t.a21+e.a21*t.a22+e.a31*t.a23,a22:e.a12*t.a21+e.a22*t.a22+e.a32*t.a23,a23:e.a13*t.a21+e.a23*t.a22+e.a33*t.a23,a31:e.a11*t.a31+e.a21*t.a32+e.a31*t.a33,a32:e.a12*t.a31+e.a22*t.a32+e.a32*t.a33,a33:e.a13*t.a31+e.a23*t.a32+e.a33*t.a33}}(i(t.topLeft,t.topRight,t.alignmentPattern,t.bottomLeft),o),s=n.BitMatrix.createEmpty(t.dimension,t.dimension),a=function(e,t){var o=r.a13*e+r.a23*t+r.a33;return{x:(r.a11*e+r.a21*t+r.a31)/o,y:(r.a12*e+r.a22*t+r.a32)/o}},l=0;l<t.dimension;l++)for(var c=0;c<t.dimension;c++){var d=a(c+.5,l+.5);s.set(c,l,e.get(Math.floor(d.x),Math.floor(d.y)))}return{matrix:s,mappingFunction:a}}},function(e,t,o){Object.defineProperty(t,"__esModule",{value:!0});var n=function(e,t){return Math.sqrt(Math.pow(t.x-e.x,2)+Math.pow(t.y-e.y,2))};function i(e){return e.reduce((function(e,t){return e+t}))}function r(e,t,o,i){var r,s,a,l,c=[{x:Math.floor(e.x),y:Math.floor(e.y)}],d=Math.abs(t.y-e.y)>Math.abs(t.x-e.x);d?(r=Math.floor(e.y),s=Math.floor(e.x),a=Math.floor(t.y),l=Math.floor(t.x)):(r=Math.floor(e.x),s=Math.floor(e.y),a=Math.floor(t.x),l=Math.floor(t.y));for(var u=Math.abs(a-r),h=Math.abs(l-s),p=Math.floor(-u/2),f=r<a?1:-1,m=s<l?1:-1,g=!0,v=r,k=s;v!==a+f;v+=f){var y=d?k:v,w=d?v:k;if(o.get(y,w)!==g&&(g=!g,c.push({x:y,y:w}),c.length===i+1))break;if((p+=h)>0){if(k===l)break;k+=m,p-=u}}for(var A=[],C=0;C<i;C++)c[C]&&c[C+1]?A.push(n(c[C],c[C+1])):A.push(0);return A}function s(e,t,o,n){var i,s=t.y-e.y,a=t.x-e.x,l=r(e,t,o,Math.ceil(n/2)),c=r(e,{x:e.x-a,y:e.y-s},o,Math.ceil(n/2)),d=l.shift()+c.shift()-1;return(i=c.concat(d)).concat.apply(i,l)}function a(e,t){var o=i(e)/i(t),n=0;return t.forEach((function(t,i){n+=Math.pow(e[i]-t*o,2)})),{averageSize:o,error:n}}function l(e,t,o){try{var n=s(e,{x:-1,y:e.y},o,t.length),i=s(e,{x:e.x,y:-1},o,t.length),r=s(e,{x:Math.max(0,e.x-e.y)-1,y:Math.max(0,e.y-e.x)-1},o,t.length),l=s(e,{x:Math.min(o.width,e.x+e.y)+1,y:Math.min(o.height,e.y+e.x)+1},o,t.length),c=a(n,t),d=a(i,t),u=a(r,t),h=a(l,t),p=Math.sqrt(c.error*c.error+d.error*d.error+u.error*u.error+h.error*h.error),f=(c.averageSize+d.averageSize+u.averageSize+h.averageSize)/4;return p+(Math.pow(c.averageSize-f,2)+Math.pow(d.averageSize-f,2)+Math.pow(u.averageSize-f,2)+Math.pow(h.averageSize-f,2))/f}catch(e){return 1/0}}function c(e,t){for(var o=Math.round(t.x);e.get(o,Math.round(t.y));)o--;for(var n=Math.round(t.x);e.get(n,Math.round(t.y));)n++;for(var i=(o+n)/2,r=Math.round(t.y);e.get(Math.round(i),r);)r--;for(var s=Math.round(t.y);e.get(Math.round(i),s);)s++;return{x:i,y:(r+s)/2}}function d(e,t,o,r,a){var c,d,u;try{c=function(e,t,o,r){var a=(i(s(e,o,r,5))/7+i(s(e,t,r,5))/7+i(s(o,e,r,5))/7+i(s(t,e,r,5))/7)/4;if(a<1)throw new Error("Invalid module size");var l=Math.round(n(e,t)/a),c=Math.round(n(e,o)/a),d=Math.floor((l+c)/2)+7;switch(d%4){case 0:d++;break;case 2:d--}return{dimension:d,moduleSize:a}}(r,o,a,e),d=c.dimension,u=c.moduleSize}catch(e){return null}var h=o.x-r.x+a.x,p=o.y-r.y+a.y,f=(n(r,a)+n(r,o))/2/u,m=1-3/f,g={x:r.x+m*(h-r.x),y:r.y+m*(p-r.y)},v=t.map((function(t){var o=(t.top.startX+t.top.endX+t.bottom.startX+t.bottom.endX)/4,r=(t.top.y+t.bottom.y+1)/2;if(e.get(Math.floor(o),Math.floor(r))){var s=[t.top.endX-t.top.startX,t.bottom.endX-t.bottom.startX,t.bottom.y-t.top.y+1];return i(s),{x:o,y:r,score:l({x:Math.floor(o),y:Math.floor(r)},[1,1,1],e)+n({x:o,y:r},g)}}})).filter((function(e){return!!e})).sort((function(e,t){return e.score-t.score}));return{alignmentPattern:f>=15&&v.length?v[0]:g,dimension:d}}t.locate=function(e){for(var t=[],o=[],r=[],s=[],a=function(n){for(var a=0,l=!1,c=[0,0,0,0,0],d=function(t){var r=e.get(t,n);if(r===l)a++;else{c=[c[1],c[2],c[3],c[4],a],a=1,l=r;var d=i(c)/7,u=Math.abs(c[0]-d)<d&&Math.abs(c[1]-d)<d&&Math.abs(c[2]-3*d)<3*d&&Math.abs(c[3]-d)<d&&Math.abs(c[4]-d)<d&&!r,h=i(c.slice(-3))/3,p=Math.abs(c[2]-h)<h&&Math.abs(c[3]-h)<h&&Math.abs(c[4]-h)<h&&r;if(u){var f=t-c[3]-c[4],m=f-c[2],g={startX:m,endX:f,y:n},v=o.filter((function(e){return m>=e.bottom.startX&&m<=e.bottom.endX||f>=e.bottom.startX&&m<=e.bottom.endX||m<=e.bottom.startX&&f>=e.bottom.endX&&c[2]/(e.bottom.endX-e.bottom.startX)<1.5&&c[2]/(e.bottom.endX-e.bottom.startX)>.5}));v.length>0?v[0].bottom=g:o.push({top:g,bottom:g})}if(p){var k=t-c[4],y=k-c[3];g={startX:y,y:n,endX:k},v=s.filter((function(e){return y>=e.bottom.startX&&y<=e.bottom.endX||k>=e.bottom.startX&&y<=e.bottom.endX||y<=e.bottom.startX&&k>=e.bottom.endX&&c[2]/(e.bottom.endX-e.bottom.startX)<1.5&&c[2]/(e.bottom.endX-e.bottom.startX)>.5})),v.length>0?v[0].bottom=g:s.push({top:g,bottom:g})}}},u=-1;u<=e.width;u++)d(u);t.push.apply(t,o.filter((function(e){return e.bottom.y!==n&&e.bottom.y-e.top.y>=2}))),o=o.filter((function(e){return e.bottom.y===n})),r.push.apply(r,s.filter((function(e){return e.bottom.y!==n}))),s=s.filter((function(e){return e.bottom.y===n}))},u=0;u<=e.height;u++)a(u);t.push.apply(t,o.filter((function(e){return e.bottom.y-e.top.y>=2}))),r.push.apply(r,s);var h=t.filter((function(e){return e.bottom.y-e.top.y>=2})).map((function(t){var o=(t.top.startX+t.top.endX+t.bottom.startX+t.bottom.endX)/4,n=(t.top.y+t.bottom.y+1)/2;if(e.get(Math.round(o),Math.round(n))){var r=[t.top.endX-t.top.startX,t.bottom.endX-t.bottom.startX,t.bottom.y-t.top.y+1],s=i(r)/r.length;return{score:l({x:Math.round(o),y:Math.round(n)},[1,1,3,1,1],e),x:o,y:n,size:s}}})).filter((function(e){return!!e})).sort((function(e,t){return e.score-t.score})).map((function(e,t,o){if(t>4)return null;var n=o.filter((function(e,o){return t!==o})).map((function(t){return{x:t.x,y:t.y,score:t.score+Math.pow(t.size-e.size,2)/e.size,size:t.size}})).sort((function(e,t){return e.score-t.score}));if(n.length<2)return null;var i=e.score+n[0].score+n[1].score;return{points:[e].concat(n.slice(0,2)),score:i}})).filter((function(e){return!!e})).sort((function(e,t){return e.score-t.score}));if(0===h.length)return null;var p=function(e,t,o){var i,r,s,a,l,c,d,u=n(e,t),h=n(t,o),p=n(e,o);return h>=u&&h>=p?(l=(i=[t,e,o])[0],c=i[1],d=i[2]):p>=h&&p>=u?(l=(r=[e,t,o])[0],c=r[1],d=r[2]):(l=(s=[e,o,t])[0],c=s[1],d=s[2]),(d.x-c.x)*(l.y-c.y)-(d.y-c.y)*(l.x-c.x)<0&&(l=(a=[d,l])[0],d=a[1]),{bottomLeft:l,topLeft:c,topRight:d}}(h[0].points[0],h[0].points[1],h[0].points[2]),f=p.topRight,m=p.topLeft,g=p.bottomLeft,v=d(e,r,f,m,g),k=[];v&&k.push({alignmentPattern:{x:v.alignmentPattern.x,y:v.alignmentPattern.y},bottomLeft:{x:g.x,y:g.y},dimension:v.dimension,topLeft:{x:m.x,y:m.y},topRight:{x:f.x,y:f.y}});var y=c(e,f),w=c(e,m),A=c(e,g),C=d(e,r,y,w,A);return C&&k.push({alignmentPattern:{x:C.alignmentPattern.x,y:C.alignmentPattern.y},bottomLeft:{x:A.x,y:A.y},topLeft:{x:w.x,y:w.y},topRight:{x:y.x,y:y.y},dimension:C.dimension}),0===k.length?null:k}}]).default},e.exports=o()})),jsQR$1=unwrapExports(jsQR),script$l={name:"Scaner",props:{useBackCamera:{type:Boolean,default:!0},stopOnScaned:{type:Boolean,default:!0},drawOnfound:{type:Boolean,default:!0},lineColor:{type:String,default:"#03C03C"},lineWidth:{type:Number,default:2},videoWidth:{type:Number,default:document.documentElement.clientWidth||document.body.clientWidth},videoHeight:{type:Number,default:document.documentElement.clientHeight-48||document.body.clientHeight-48},responsive:{type:Boolean,default:!1}},data:()=>({showPlay:!1,showBanner:!0,containerWidth:null,active:!1,timeIndex:null}),computed:{videoWH(){if(this.containerWidth){const e=this.containerWidth;return{width:e,height:.75*e}}return{width:this.videoWidth,height:this.videoHeight}}},watch:{active:{immediate:!0,handler(e){e||this.fullStop()}}},methods:{drawLine(e,t){this.canvas.beginPath(),this.canvas.moveTo(e.x,e.y),this.canvas.lineTo(t.x,t.y),this.canvas.lineWidth=this.lineWidth,this.canvas.strokeStyle=this.lineColor,this.canvas.stroke()},drawBox(e){this.drawOnfound&&(this.drawLine(e.topLeftCorner,e.topRightCorner),this.drawLine(e.topRightCorner,e.bottomRightCorner),this.drawLine(e.bottomRightCorner,e.bottomLeftCorner),this.drawLine(e.bottomLeftCorner,e.topLeftCorner))},tick(){if(this.$refs.video&&this.$refs.video.readyState===this.$refs.video.HAVE_ENOUGH_DATA){this.$refs.canvas.height=this.videoWH.height,this.$refs.canvas.width=this.videoWH.width,this.canvas.drawImage(this.$refs.video,0,0,this.$refs.canvas.width,this.$refs.canvas.height);const e=this.canvas.getImageData(0,0,this.$refs.canvas.width,this.$refs.canvas.height);let t=!1;try{t=jsQR$1(e.data,e.width,e.height)}catch(e){console.error(e)}t&&(this.drawBox(t.location),this.found(t.data))}this.run()},setup(){if(this.responsive&&this.$nextTick((()=>{this.containerWidth=this.$refs.scaner.clientWidth})),console.log(navigator.mediaDevices),navigator.mediaDevices&&navigator.mediaDevices.getUserMedia){this.previousCode=null,this.parity=0,this.active=!0,this.canvas=this.$refs.canvas.getContext("2d");const e=this.useBackCamera?{exact:"environment"}:"user",t=e=>{void 0!==this.$refs.video.srcObject?this.$refs.video.srcObject=e:void 0!==window.videoEl.mozSrcObject?this.$refs.video.mozSrcObject=e:window.URL.createObjectURL?this.$refs.video.src=window.URL.createObjectURL(e):window.webkitURL?this.$refs.video.src=window.webkitURL.createObjectURL(e):this.$refs.video.src=e,this.$refs.video.playsInline=!0;const t=this.$refs.video.play();t.catch((()=>this.showPlay=!0)),t.then(this.run)};navigator.mediaDevices.getUserMedia({video:{facingMode:e}}).then(t).catch((()=>{navigator.mediaDevices.getUserMedia({video:!0}).then(t).catch((e=>{this.$emit("error-captured",e)}))}))}},run(){this.active&&(this.timeIndex=requestAnimationFrame(this.tick))},found(e){this.previousCode!==e?this.previousCode=e:this.previousCode===e&&(this.parity+=1),this.parity>2&&(this.active=!this.stopOnScanned,this.parity=0,this.$emit("code-scanned",e))},fullStop(){this.$refs.video&&this.$refs.video.srcObject&&this.$refs.video.srcObject.getTracks().forEach((e=>e.stop()))}},activated(){this.setup()},deactivated(){this.fullStop(),cancelAnimationFrame(this.timeIndex),this.timeIndex=null}};const _withScopeId$7=e=>(pushScopeId("data-v-9262226e"),e=e(),popScopeId(),e),_hoisted_1$j={class:"dokit-scaner",ref:"scaner"},_hoisted_2$d={key:0,class:"dokit-banner"},_hoisted_3$c=_withScopeId$7((()=>createBaseVNode("p",{class:"dokit-text"},"若当前浏览器无法扫码,请切换其他浏览器尝试,目前支持的url:localhost、file和https",-1))),_hoisted_4$b=createStaticVNode('<div class="dokit-cover" data-v-9262226e><p class="dokit-line" data-v-9262226e></p><span class="dokit-square top left" data-v-9262226e></span><span class="dokit-square top right" data-v-9262226e></span><span class="dokit-square bottom right" data-v-9262226e></span><span class="dokit-square bottom left" data-v-9262226e></span><p class="dokit-tips" data-v-9262226e>将二维码放入框内,即可自动扫描</p></div>',1),_hoisted_5$9=["width","height"],_hoisted_6$9={ref:"canvas"};function render$l(e,t,o,n,i,r){return openBlock(),createElementBlock("div",_hoisted_1$j,[i.showBanner?(openBlock(),createElementBlock("div",_hoisted_2$d,[createBaseVNode("i",{class:"dokit-close_icon",onClick:t[0]||(t[0]=()=>i.showBanner=!1)}),_hoisted_3$c])):createCommentVNode("",!0),_hoisted_4$b,withDirectives(createBaseVNode("video",{class:"dokit-source",ref:"video",width:r.videoWH.width,height:r.videoWH.height,controls:""},null,8,_hoisted_5$9),[[vShow,i.showPlay]]),withDirectives(createBaseVNode("canvas",_hoisted_6$9,null,512),[[vShow,!i.showPlay]]),withDirectives(createBaseVNode("button",{onClick:t[1]||(t[1]=(...e)=>r.run&&r.run(...e))},"开始",512),[[vShow,i.showPlay]])],512)}var css_248z$j='.dokit-scaner[data-v-9262226e] {\n background: #000000;\n position: fixed;\n top: 48px;\n left: 0;\n width: 100%;\n height: 100%;\n height: -webkit-calc(52%);\n height: -moz-calc(52%);\n height: -ms-calc(52%);\n height: -o-calc(52%);\n height: calc(100% - 48px);\n}\n.dokit-scaner[data-v-9262226e] .dokit-banner[data-v-9262226e] {\n width: 340px;\n position: absolute;\n top: 16px;\n left: 50%;\n margin-left: -170px;\n background: #fa74a2;\n border-radius: 8px;\n box-sizing: border-box;\n padding: 12px;\n padding-right: 39px;\n opacity: 0.9;\n box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);\n}\n.dokit-scaner[data-v-9262226e] .dokit-banner[data-v-9262226e] .dokit-text[data-v-9262226e] {\n padding: 0;\n margin: 0;\n color: #ffffff;\n font-size: 12px;\n text-align: justify;\n text-align-last: left;\n}\n.dokit-scaner[data-v-9262226e] .dokit-banner[data-v-9262226e] .dokit-close_icon[data-v-9262226e] {\n display: inline-block;\n height: 24px;\n width: 24px;\n background: url("https://pt-starimg.didistatic.com/static/starimg/img/9by73wJnr31645431185877.png") no-repeat center;\n background-size: auto 100%;\n position: absolute;\n right: 8px;\n top: 50%;\n transform: translateY(-50%);\n}\n.dokit-scaner[data-v-9262226e] .dokit-cover[data-v-9262226e] {\n height: 220px;\n width: 220px;\n position: absolute;\n top: 50%;\n left: 50%;\n -webkit-transform: translate(-50%, -50%);\n -moz-transform: translate(-50%, -50%);\n -ms-transform: translate(-50%, -50%);\n -o-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n border: 0.5px solid #999999;\n z-index: 1111;\n}\n.dokit-scaner[data-v-9262226e] .dokit-cover[data-v-9262226e] .dokit-line[data-v-9262226e] {\n width: 200px;\n height: 1px;\n margin-left: 10px;\n background: #5f68e8;\n background: linear-gradient(to right, transparent, #5f68e8, #0165ff, #5f68e8, transparent);\n position: absolute;\n -webkit-animation: scan-9262226e 1.75s infinite linear;\n -moz-animation: scan-9262226e 1.75s infinite linear;\n -ms-animation: scan-9262226e 1.75s infinite linear;\n -o-animation: scan-9262226e 1.75s infinite linear;\n animation: scan-9262226e 1.75s infinite linear;\n -webkit-animation-fill-mode: both;\n -moz-animation-fill-mode: both;\n -ms-animation-fill-mode: both;\n -o-animation-fill-mode: both;\n animation-fill-mode: both;\n border-radius: 1px;\n}\n.dokit-scaner[data-v-9262226e] .dokit-cover[data-v-9262226e] .dokit-square[data-v-9262226e] {\n display: inline-block;\n height: 20px;\n width: 20px;\n position: absolute;\n}\n.dokit-scaner[data-v-9262226e] .dokit-cover[data-v-9262226e] .top[data-v-9262226e] {\n top: 0;\n border-top: 1px solid #5f68e8;\n}\n.dokit-scaner[data-v-9262226e] .dokit-cover[data-v-9262226e] .left[data-v-9262226e] {\n left: 0;\n border-left: 1px solid #5f68e8;\n}\n.dokit-scaner[data-v-9262226e] .dokit-cover[data-v-9262226e] .bottom[data-v-9262226e] {\n bottom: 0;\n border-bottom: 1px solid #5f68e8;\n}\n.dokit-scaner[data-v-9262226e] .dokit-cover[data-v-9262226e] .right[data-v-9262226e] {\n right: 0;\n border-right: 1px solid #5f68e8;\n}\n.dokit-scaner[data-v-9262226e] .dokit-cover[data-v-9262226e] .dokit-tips[data-v-9262226e] {\n position: absolute;\n bottom: -48px;\n width: 100%;\n font-size: 14px;\n color: #ffffff;\n opacity: 0.8;\n}\n@-webkit-keyframes scan-9262226e {\n 0% {\n top: 0;\n }\n 25% {\n top: 50px;\n }\n 50% {\n top: 100px;\n }\n 75% {\n top: 150px;\n }\n 100% {\n top: 200px;\n }\n}\n@-moz-keyframes scan-9262226e {\n 0% {\n top: 0;\n }\n 25% {\n top: 50px;\n }\n 50% {\n top: 100px;\n }\n 75% {\n top: 150px;\n }\n 100% {\n top: 200px;\n }\n}\n@-o-keyframes scan-9262226e {\n 0% {\n top: 0;\n }\n 25% {\n top: 50px;\n }\n 50% {\n top: 100px;\n }\n 75% {\n top: 150px;\n }\n 100% {\n top: 200px;\n }\n}\n@keyframes scan-9262226e {\n 0% {\n top: 0;\n }\n 25% {\n top: 50px;\n }\n 50% {\n top: 100px;\n }\n 75% {\n top: 150px;\n }\n 100% {\n top: 200px;\n }\n}\n';styleInject(css_248z$j),script$l.render=render$l,script$l.__scopeId="data-v-9262226e";var script$k={name:"Scan",components:{Scaner:script$l},data:()=>({errorMessage:"",scanned:""}),methods:{codeScanned(e){this.scanned=e,$bus.emit("scanCode",e),setTimeout((()=>{alert(`扫码解析成功: ${e}`)}),200)},errorCaptured(e){switch(e.name){case"NotAllowedError":this.errorMessage="Camera permission denied.";break;case"NotFoundError":this.errorMessage="There is no connected camera.";break;case"NotSupportedError":this.errorMessage="Seems like this page is served in non-secure context.";break;case"NotReadableError":this.errorMessage="Couldn't access your camera. Is it already in use?";break;case"OverconstrainedError":this.errorMessage="Constraints don't match any installed camera.";break;default:this.errorMessage="UNKNOWN ERROR: "+e.message}console.error(this.errorMessage),alert("相机调用失败")}},mounted(){var e=navigator.userAgent.toLowerCase().match(/cpu iphone os (.*?) like mac os/);e&&e[1].replace(/_/g,".")<"10.3.3"&&alert("相机调用失败")}};const _withScopeId$6=e=>(pushScopeId("data-v-2705d4fe"),e=e(),popScopeId(),e),_hoisted_1$i={class:"scan"},_hoisted_2$c={class:"nav"},_hoisted_3$b=_withScopeId$6((()=>createBaseVNode("p",{class:"title"},"Scan QRcode",-1))),_hoisted_4$a={class:"scroll-container"};function render$k(e,t,o,n,i,r){const s=resolveComponent("Scaner");return openBlock(),createElementBlock("div",_hoisted_1$i,[createBaseVNode("div",_hoisted_2$c,[createBaseVNode("a",{class:"close",onClick:t[0]||(t[0]=()=>e.$router.back())}),_hoisted_3$b]),createBaseVNode("div",_hoisted_4$a,[createVNode(s,{onCodeScanned:r.codeScanned,onErrorCaptured:r.errorCaptured,"stop-on-scanned":!0,"draw-on-found":!0,responsive:!1},null,8,["onCodeScanned","onErrorCaptured"])])])}var css_248z$i='.scan[data-v-2705d4fe] {\n height: 100%;\n width: 100%;\n}\n.scan[data-v-2705d4fe] .nav[data-v-2705d4fe] {\n width: 100%;\n height: 48px;\n line-height: 48px;\n position: fixed;\n top: 0;\n left: 0;\n background-color: #ffffff;\n}\n.scan[data-v-2705d4fe] .nav[data-v-2705d4fe] .title[data-v-2705d4fe] {\n padding: 0;\n margin: 0;\n font-size: 16px;\n color: #000000;\n text-align: center;\n}\n.scan[data-v-2705d4fe] .nav[data-v-2705d4fe] .close[data-v-2705d4fe] {\n display: inline-block;\n height: 22px;\n width: 22px;\n background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAzCAMAAADIDVqJAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAXFQTFRFAAAANX7GNHzFM3zFM3zFNn3ENYDHNHzFM3zENIDHNH7INH3ENX3GNn7GM33ENYDFNYDGM4DINH7HM3zENH3HNHzENYDGM37FM33FNH3FNn3FNX7HN4DINHzEM33HNH7FNIDGNn7GM33ENX3FNXzHNoDENH7FNH3EM3zEN33INHzFNH3FM4DHNX3HNH3GNX7ENHzENHzFNYDFNH3FM33ENn3JM33GN4DINX7EM3zEM33GNH7FM33FM33FNIDFNH3GNX3KM37HNHzFN4DINX7FNH3EOHzHNH3GM3zFM4DGM33EM3zENHzENH3EM33FOoTFgID/NHzFOIDHM3zEM3zFNoPJM33FM33ENH3FNHzENYDL////NHzENH3FM4PFM3zFOYDGNH3FM3zFN3zINHzEM33FNoDJM3zFM33FNH3ENHzFM37FNH3ENH3FM33ENH7GNX7FM33ENH3FNH7FM37ENH7FM3zFNH3EM4jMM3zE////TdHL6gAAAHl0Uk5TAEPy+vA9RPb0QEX3P0fzPkg8Sfg7SjpL+fE5TThON082Ue81UjRT++4zVO0yVjFX/OwwWOsvWi5b6i1d/eksXitf6Cph5yli/ihk5ieh3x8CoiCg4CGf4Z3iIgGc4yOaJJnkJZjlJpaVk5KQj42LioiHhYSCgHOyD3AmCqsAAAABYktHRFt0vJU0AAAACXBIWXMAAABIAAAASABGyWs+AAABPUlEQVQ4y43UxVoCUBQE4Ctgd3cXKAYoKqioINiBrdjdXby9C+6c3ZzPWf+rE2MMS4bDmY4rk5qs7FQ6ObnU5OXDFFBTCFNUTE2JmFJqysqtcVRQUymmiprqGmtq66ipF9NATSOMq4maZidMCzWtMG3t1HSI6aSmq9sat4eaHpheLzV9YvqpGRi0xuenZghmOEDNiJhRasZggiFqxiesmQxTMyVmmpoZmEiUmlmYWJyauXmYBWoWYZaWqTEr1qRW1zhaT4jaUNQm1Na2onagdjW1B7V/wFXyEOroWFEnok4VdQZ1fqGoS6ira0XdpP4x+uStKL5EY+6gYpq6h4rEFfUgKqqoRyjlkI15ggqGFfUsKqSoFyjlTY15hfIFFPUmyq+odyilhIz5gHJ7FfUpyqOoLyilYo35/rFJ/Jo/DZ3bT7fEcIgAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjEtMDQtMjFUMTc6MzI6MjgrMDg6MDBBnT5hAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIxLTA0LTIxVDE3OjMyOjI4KzA4OjAwMMCG3QAAAABJRU5ErkJggg==") no-repeat center;\n background-size: auto 100%;\n position: absolute;\n left: 16px;\n top: 14px;\n}\n';styleInject(css_248z$i),script$k.render=render$k,script$k.__scopeId="data-v-2705d4fe";var scanCode=new ce({nameZh:"扫码",name:"scanCode",icon:"https://pt-starimg.didistatic.com/static/starimg/img/jvD7qcMXX51645432343946.png",component:script$k}),script$j={data:()=>({recording:!1,socketUrl:"",historyList:[],testSocket:null}),watch:{socketHistoryList:{handler:function(e,t){this.historyList=[...e]},deep:!0,immediate:!0}},computed:{connect(){return this.$store.state.socketConnect},isHost(){return this.$store.state.isHost},socketHistoryList(){return this.$store.state.socketHistoryList}},created(){JSON.parse(localStorage.getItem("dokit-socket-history-list")||"[]").forEach((e=>{this.connect&&e[0]===this.$store.state.socketUrl?(this.$store.state.socketHistoryList.set(e[0],"connect"),this.socketUrl=this.$store.state.socketUrl):this.$store.state.socketHistoryList.set(e[0],"close")})),$bus.on("scanCode",this.scanCodeCallback)},destroyed(){$bus.off("scanCode",this.scanCodeCallback)},methods:{recordHandle(){},connectHandle(e){if(this.$store.state.socketConnect)this.$store.state.socketConnect=!1;else if(e&&!/^(ws?s:\/\/)/.test(e)||this.socketUrl&&!/^(ws?s:\/\/)/.test(this.socketUrl))this.$toast("url地址格式不对",1e3);else try{this.testSocket=new WebSocket(e||this.socketUrl),this.testSocket.addEventListener("error",(e=>{this.$toast("url地址无法连接",2e3),this.testSocket.close(),this.testSocket=null})),this.testSocket.addEventListener("open",(t=>{e&&(this.socketUrl=e),this.$store.state.socketUrl=this.socketUrl,this.$nextTick((()=>{this.$store.state.socketConnect=!this.$store.state.socketConnect,this.$store.state.socketConnect&&(this.$store.state.showContainer=!1)})),this.testSocket.close(),this.testSocket=null}))}catch(e){return void this.$toast("url地址无法连接",1e3)}},scanCode(){this.$router.push({name:"scanCode",params:{multiControl:!0}})},scanCodeCallback(e){this.$router.back(),this.socketUrl=e,this.connectHandle()},delHistory(e){this.$store.state.socketHistoryList.delete(e)},connectStateColor:e=>"connect"===e?"#1afa29":"#d81e06"}};const _withScopeId$5=e=>(pushScopeId("data-v-03351b1c"),e=e(),popScopeId(),e),_hoisted_1$h={class:"one-machine-with-multiple-controls-content"},_hoisted_2$b={class:"portal-textarea-container"},_hoisted_3$a={class:"portal-opt-area"},_hoisted_4$9={class:"portal-opt-area"},_hoisted_5$8={class:"portal-opt-area"},_hoisted_6$8={class:"history-record-container"},_hoisted_7$6=_withScopeId$5((()=>createBaseVNode("div",{class:"history-record-title"},"历史记录",-1))),_hoisted_8$5={key:0,class:"history-record-list"},_hoisted_9$5={t:"1646903397439",class:"connectState",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"7559",width:"200",height:"200"},_hoisted_10$4=["fill"],_hoisted_11$3={class:"name"},_hoisted_12$3=["onClick"],_hoisted_13$3=["onClick"],_hoisted_14$3={key:1,class:"history-record-list-empty"};function render$j(e,t,o,n,i,r){return openBlock(),createElementBlock("div",_hoisted_1$h,[createBaseVNode("div",_hoisted_2$b,[withDirectives(createBaseVNode("textarea",{class:"portal-textarea",rows:"5","onUpdate:modelValue":t[0]||(t[0]=e=>i.socketUrl=e),placeholder:"请输入联网地址"},null,512),[[vModelText,i.socketUrl]]),createBaseVNode("div",_hoisted_3$a,[createBaseVNode("div",{class:"opt-btn",onClick:t[1]||(t[1]=(...e)=>r.scanCode&&r.scanCode(...e))},"扫码")]),createBaseVNode("div",_hoisted_4$9,[createBaseVNode("div",{class:"opt-btn",onClick:t[2]||(t[2]=e=>r.connectHandle())},toDisplayString(r.connect?"断开联网":"联网"),1)]),createBaseVNode("div",_hoisted_5$8,[createBaseVNode("div",{class:"opt-btn",onClick:t[3]||(t[3]=(...e)=>r.recordHandle&&r.recordHandle(...e))},toDisplayString(i.recording?"暂停录制":"开始录制"),1)])]),createBaseVNode("div",_hoisted_6$8,[_hoisted_7$6,i.historyList.length>0?(openBlock(),createElementBlock("div",_hoisted_8$5,[(openBlock(!0),createElementBlock(Fragment,null,renderList(i.historyList,((e,t)=>(openBlock(),createElementBlock("div",{class:"history-record-list-item",key:t},[(openBlock(),createElementBlock("svg",_hoisted_9$5,[createBaseVNode("path",{d:"M969.586403 624.769747l-129.946199-130.564991c-34.911813-35.071501-77.458713-52.607251-127.401169-52.607251-50.830721 0-94.146121 18.30425-129.946199 55.172242l-54.912749-55.172242c36.568577-36.089513 54.912749-79.74425 54.912749-131.203743 0-50.172008-17.32616-92.678986-51.848733-127.361247L401.885195 53.246004C367.362622 17.795244 324.815721 0 274.484025 0c-49.942456 0-92.229864 17.406004-126.762417 52.098246l-91.850604 91.521247c-35.291072 34.682261-52.996491 77.179259-52.996492 127.351267 0 50.172008 17.455906 92.928499 52.357739 128l129.946199 130.684757c34.901832 35.071501 77.458713 52.617232 127.40117 52.617232 50.830721 0 94.156101-18.30425 129.946198-55.172242l54.912749 55.172242c-36.688343 36.089513-54.912749 79.74425-54.912749 131.203742 0 50.172008 17.32616 92.669006 51.858714 127.361248l128.538947 129.916257c34.522573 35.460741 76.949708 53.246004 127.40117 53.246004 49.942456 0 92.239844-17.406004 126.762417-52.227992l91.850604-91.521248c35.291072-34.692242 52.996491-77.179259 52.996492-127.361247 0.019961-50.042261-17.435945-92.798752-52.347759-128.119766zM460.790146 365.556023c-1.626823-1.337388-5.90846-5.938402-13.453723-13.813021-7.395556-7.575205-12.555478-12.924756-15.519688-15.599532-2.95423-2.525068-7.545263-6.237817-13.753139-10.838831-6.357583-4.601014-12.41575-7.724912-18.473918-9.511423-6.058168-1.77653-12.715166-2.664795-19.961014-2.664795-19.212476 0-35.620429 6.676959-49.223859 20.350253-13.603431 13.513606-20.250448 30.001404-20.250449 49.453412 0 7.28577 1.027992 13.97271 2.664796 20.050838 1.626823 5.938402 4.870487 12.325926 9.45154 18.563743 4.581053 6.237817 8.283821 10.998519 10.788928 13.813021 2.515088 2.824483 7.68499 8.024327 15.529668 15.589552 7.68499 7.575205 12.276023 12.026511 13.743158 13.513606-14.481715 15.010682-31.917661 22.585887-52.17809 22.585887-19.801326 0-36.069552-6.387524-49.223859-19.601715L110.145 315.952904C96.541569 302.429318 89.894551 285.951501 89.894551 266.489513c0-19.012865 6.647018-35.201248 20.250449-48.864562l106.591813-106.3423c14.042573-13.074464 30.300819-19.611696 49.223859-19.611696 19.222456 0 35.630409 6.68694 49.22386 20.350254l149.168655 150.755555c13.59345 13.513606 20.250448 30.001404 20.250448 49.463392-0.009981 20.350253-7.844678 38.165458-23.813489 53.315867z m455.849669 443.334113L809.62882 915.511891c-13.503626 12.824951-29.981442 19.082729-49.423469 19.082729-19.89115 0-36.209279-6.417466-49.42347-19.68156L561.034356 763.708382c-13.663314-13.573489-20.330292-30.12117-20.330292-49.653021 0-20.430097 8.014347-38.325146 24.043041-53.385731 1.626823 1.347368 6.078129 6.118051 13.503626 13.872904 7.425497 7.754854 12.615361 13.124366 15.589551 15.649435 2.964211 2.535049 7.565224 6.257778 13.793061 10.888733 6.387524 4.620975 12.475634 7.904561 18.553762 9.541364 6.088109 1.936218 12.765068 2.684756 20.040858 2.684757 19.29232 0 35.770136-6.716881 49.423469-20.430098 13.653333-13.573489 20.330292-30.12117 20.330293-49.653021 0-7.305731-1.037973-14.012632-2.674776-20.130683-1.626823-5.958363-4.900429-12.375828-9.501442-18.643586-4.601014-6.257778-8.164055-10.888733-10.838831-13.862924-2.525068-2.844444-7.714932-8.054269-15.579571-15.659415-7.714932-7.605146-12.315945-12.076413-13.803041-13.563509 14.541598-15.509708 32.057388-23.414269 52.397661-23.414269 19.29232 0 35.760156 6.716881 49.413489 20.430097l151.384328 152.102924c13.653333 13.563509 20.330292 30.111189 20.330292 49.653022 0.009981 19.082729-6.816686 35.490682-20.470019 48.754775z","p-id":"7560",fill:r.connectStateColor(e[1])},null,8,_hoisted_10$4)])),createBaseVNode("div",_hoisted_11$3,toDisplayString(e[0]),1),createBaseVNode("div",{class:"opt-btn",style:normalizeStyle("background-color:"+("connect"===e[1]?"#d81e06":"#28af31")),onClick:t=>r.connectHandle(e[0])},toDisplayString("connect"===e[1]?"断开连接":"连接"),13,_hoisted_12$3),createBaseVNode("img",{class:"delBtn",onClick:t=>r.delHistory(e[0]),src:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAASAAAAEgARslrPgAAGl1JREFUeNrtnXtwVNeZ4H9HEg8JCYQkY8xLPHWbh2PAjl+AXzDenZrM1OxkQiubWjsbvLXZTGVeroHmj63a2tktNcw4M1OZ8nq9djZOzUzUTqamau2qZGyMk2BjHMc22Dz6ykZGYGwshAAhhBCSvv3j3gZZ1qMf5/a53X1+VV2y2tK532nuT9/tvud8n8ISCCJSDjhAk/+oB6qBmlFfRz8HcAnoHfG1d4znzgFtgAu0KaWGTM+5GFGmAyh0RGQhNyQYKcSyPIdynBHCpB5KqVOmX6NCxgqSISLSBNwH/Jb/mG06pknoBl72H79SSn1gOqBCwgoyCSLSCNwLbMATosl0TDni4smyH9ivlOowHVCYsYKMgYg8DPwbPDHuNh1PwBzAk+XnSqmXTQcTNqwgPiJyL/AV/3Gr6XgM8T7wIvCiUmq/6WDCQEkLIiK3cUOKYs8UmXIAeAFPlvdMB2OKkhNEROYDf4gnxRbT8RQIe/Ayy0+UUp+YDiaflIwgIrIYeAzYBsw1HU+BcgZ4BnhWKXXCdDD5oOgF8T+WTYlRZzqeIqGbG6K0mQ4mSIpWEBFZww0xqk3HU6T04onyjFLqiOlggqDoBBGRdXhiPAZMNR1PiTDADVHeNR2MTopGEBGZDezwHxZz7AJ2KaXOmw5EB0UhiIg8gifGKtOxWAA4iifJj0wHkisFLYiIfBnYjvexrSV8/BTYrZR6y3Qg2VKQgohINZ4YO7DvM8LOAN5l126lVK/pYDKl4AQRka/jybHWdCyWjDiIJ8mPTQeSCQUjiIjUALuBb5uOxZITTwHblVKXTAeSDgUhiIhswpPDrpcqDg7gSbLPdCCTEXpBROS7eHJMNx2LRSv9eJJ833QgExFaQUSkHk+Mb5mOxRIoP8AT5ZzpQMaizHQAYyEim4GXsHKUAt8C/tX/Nw8docsgIvI4XuYIpbyWwBgCdiilnjAdyEhCJYiIPAH8uek4LEb5nlLqcdNBpAiNICLyQ+BR03FYQsFzSqlvmg4CQiKIiLyAt8PPYknxolLqd00HYVwQEdkP3GM6Dkso2a+U2mAyAKOCiIhL4deZsgSLq5SKmDq4MUFEpAuvXq3FMhldSqmbTBzYiCAiIiaOayloRCmV94/+835AETmZ72NaigIlInkvk5pXQUTkdWBhvidpKRoWichr+Txg3gQRkVa8WrcWSy5sEJG87SnJiyAi8rdANF+TshQ9zSLyN/k4UOCCiMhu4E/yMRlLSfGnIrIr6IMEKoiI/CXwF0FPwlKybPfPscAI7GNef1XuXwcZvMXi87hS6ntBDByIICP2c9gl65Z8MAQ8rJTaq3tg7YL4OwFfAtbn4YWxWFK8jSdJt85Bg/gLvxsrhyX/3I537mlFqyB+gQW7TdZiim3+OagNbZdYfmmel7DVRyxm6ce71NJSUkiLIH5Rt5ewdass4eAAniQ5F6fTdYlli7pZwsTdaHo/knMG8Wvl/pPpV8RiGYOvK6VacxkgJ0H8Kuv7sIWkLeHkILBRKXU52wFyvcSyVdYtYWYtOXYcyzqD+M1rXsP257CEmwG8LJJVE59cMohtXmMpBKaSQxbJShAReRT4qumZWyxp8lW/j2XGZHyJJSJ1eG/MQ90w82eHzvJW+0U6uq7Q0XWF8jJYMXcGixsq2by6gXWLZ5oOsaB450QPLx/uor2zj/bOPgCWzqmisaGSNQuq+b31N5sOcTKO4l1qZdR9NxtB4oS81fLTe0/y9Kunxv3/FeWK72xu5JFN802HWhA8t+80T+7pYGh4/GI090fqeOIbK02HOhm7lFKxTH4hI0FEZD3eqsnQcsd/fT3tn92ypoGWqGO+vGRIEYFYwuWVI11p/85v/tJoIcR0WK+UejfdH870Pcg207ObiMf/8VhGP7/ncBex1iTDtkrXFxgWIZZIZiQHMGHmDgmPZfLDaQsiImsyHTyf/L93PuOXycy3Arxy5Byx1uSElw+lxtCwEGt1eeVI5k2fnt57kp8fOmt6ChPxmIisTveHM8kg2wjxx7qHP86+Bffeo+eIJVwGrSQMDnly7D2afUe0t9ovmp7GREwlgz/0aQkiIk2ZDGqCjq4rOf3+q0fPEWt1GRwqXUmuDXmXVa8ey61d4Ikc/y3ywGP+OT0p6WaQbUC16VlNROqjx1z4xbFz7EgkuTY0bHo6eWdgcJhYa5JfHMt9x2pHV+7/FgFTTZrvpycVREQWE/LsAVCm6aOoXx7rZkery8Bg6UhydXCYWMLN6j3cWChVEJ8LbvPP7QlJJ4M8BtSZns1krJg7Q9tYv0p6kly9VvyS9F8bJtbq8itNcoB3A7EAqCeNLDKhICIyL51BwkBjQ6XW8fa53cQSLv1FLMmVgWFiiST7XK2FQApFEPCyyLyJfmCyDPI1YK7pWaTDltUNVOi6zvLZ53YTa01yZWDI9PS00zcwRCyR5DU3o5UXk1JRrnh4TYPp6aXLLXjn+LhMJkjBNNZct3gm/2VLo/ZxX2s7Tyzh0ldEkvRdHSLW6vJ6m145AL6zpbHQ1rlNeI6PK4iI3AZsMR19Jjy6aT5bAvjr9XrbeWKtLpevFr4kl68OsSPhsv8D/XL81poGHtlYcOvbtvjn+phMlEEKJnuMpCXqsHm1/taH+z84TyyRpLe/cCXp7R9kR2uSNwKQY8tqb11bgTLuuV50giigJRrhoVX6JXnjgwvEEkku9Q+anmbGXLoyyI6Ey4EPL2gfe/Pq+kKWA+B3xvsfYwoiIhso4DI+ZcrLJA8GIMmBDy8Qa3XpuVI4kvRcGSSWcHkzADkeWuXJURi3PsblHhEZs/vZeBmkILPHSMrLFC1RhwdW6pfkzeMXiCVcLhaAJBf7Bom1Jnnz+AXtYz/oy1FW4Hb4jHnOF60gABVlinjU4f6V+u9z/vr4BWKtSS70XTM9zXG50HeNWCLJrwNYPPjAynpatjqUa/5o3SDpCSIiDwNrTEeri4pyT5L7Ivoleav9IrGEy/nL4ZPk/OVrxFrdQFbW3h+poyXqUFFeNHIA3Oqf+59jrAzy26Yj1c2U8jLiUYdNjn5JfuNL0h0iSbovXyOWcPnNR/rluM+XY0pxyZHi345+YixBNpqOMgimVniSbAxAkrc/ukis1eVcr3lJzvVeI9aa5O0A5NjkeHJMrSjaxmFfOPc/92dARJYDH5iOMkj6rw2zozUZyF3kdYtnEo861Feb2VfWdWmAnc+7vHuiR/vYG53ZxKMRpk8pWjlSLFdKHU99M3q2D5iOLmimT/EyyYam2drHfvdED7FWl65LA3mf19lLA8QSwcixoWk2LVtLQg4Y5cDoGW8yHV0+qJxaTkvU4d4VAUjS0UMs4XK2J3+SdPYMEGt1OdihX457V8ymJepQObUk5IBRDpSkIABVviT3LK/VPvbBjh5iiSSdeZCks+cqsUSSQyf1y3GPL0fV1PLA5xEixhZERFYBS0xHl09mTCunJRrh7gAkOXTyErHWJJ9dvBpY/J9dvMqOVpf3TubcSOkL3L28lnjUYca0kpIDYKnvAvD5DPKQ6chMUD3dyyR3LavVPvZ7py4RS7icuaBfkjMXrhJLuLx/Sr8cd5WuHCkeTP1H2VhPlho10ytoiTrcGYAk7/uSfKpRkk8DlOPOZbXEtzpUT6/QPnYBcd2F6x/zish5oNZ0ZCa52DdILJEM5O7z6gXVtGx1mDc7tybAn5zvZ2fC5cjp7OuAjcedS2uJNzvMrCxpOQDOK6XqwM8gIrKQEpcDYFaVl0nuWDJL+9hHPu4llnA5fb4/6zFOn+8nFpAcX146i5aolcNntu/E9UustIpolQK1VVNoiTrcHoAkR0/3Emt1+bg7c0k+7u4n1upyNAA57ljiyTGrysoxgiawgozJ7BmeJOsX65fk2CdeJjl1Ln1JTp3zMsexT/TLcbsvR23VFO1jFzhWkImo8yUJogBB8pNeYokkJ89NXqLz5LkrxBJJkgHIsX7xTFq2OsyeYeUYg88JUtD7JYOivnoKLVsd1jbql8T99DKxhDthTeGOrivEWl3cT7PuYjwu6xpn0hKNUFdt5RgHm0HSoaFmKvGow22L9EvS5ksyVrHnE11XiCVc2s7ol2Nt40xaog71Vo6JcACUiJQD4d87apizPQPsSCQDuWu9/OYqWqIRltzkVYf86OwVdiZcPvxMvxy3LZpJvNnhpprQdrIIExVKRFbiNTi0TEJnzwA7WpOB3KBbdnMVLVu9K92dz7sc/0x/hfQvLaohHo0wZ6aVI01WKRH5feBfTEdSKHx28So7Ei6Hg5BkThWCnlYOo7l1YQ3xqMPNs6bl4VUqGv5dGfb9R0bcPGsa8a0OaxbUaB/7+IgWyzpZs6CGFitHNjSV4ZWBt2TA3NpptEQdVs8PdU8hwF/iEnWYa+XIhvoyQt45Kqzc4kuyKsSSrJpfTUs0wi21Vo4sqS4D9F8rlAjzZk+nJeqwcl74JFk1v5p41GGelSMXamwGyZH5viSREEmycp6elcMWm0G0sKBuOi1bHZxb9LWBy5bILTNoiTrMr7NyaMBmEF0srPcySZPGXomZ4twyg5ZohAVWDl1UW0E0sqi+kpaoo7WhaLo0zfUyx8J6K4dG7CWWbhobPEmW35y/RpYrfDkW1ettZGqxl1iBsLihkpZohGV5kGS5v0RFd5dfCwDVSkSuAnZxTgC0d/YRS7iB3B0Hb/1WPOqw5KaCabtcaAyUTLm8okRMB1D8lAH6V91ZvCXrzweXPcBbuxVrdfnobHDHKHEulQH693KWOCe6rrAzkQxkyfporksSoIglTK/NIJrp6EptdsrfCXs84Pc6JYzNIDo5ec6T44MAtslOxvHOPnZaSXTTawXRxKlzXsXDIPaQp4vNJNq5ZC+xNPBxdz87nw+m+kimpD5aPnF28pJClkmxGSRXTvu1coOoW5Ut7Z19bG9NciqNuluWCbEZJBdShaSDqHiYK+2dfTz+T8mcagFbbAbJmk8vXGVnIphaubpo7+zjz/7hGGcCbOJT5FwqA86ZjqLQOOPLEUSVdd20d/bxxz86mteeiUVEdxnQZjqKQuKzi1eJPe9y+ONgyv4snaN/XVV7Zx9/9NwRukPQx73AaCsDXNNRFAqdPV6r5UBqYt1cRUvUIR51AlkF3N7Zx7f/72Eu9tkimhng2tKjaVIspUeXzqni2f90KzWl3WItXSrKlFJDwHHTkYSZrkte5ghCjhVzZxBvviEHwJKbKok3B7Mzsb2zj23/5336BoYCfc2KgONKqaHUcnf7PmQcUnIE0Ye86ZYZxKMOi8fY7LS4oZJ4QHvc2zv7+Ob/fo+rg8OBvGZFggs32h/Y9yFjcK73GjufdznYoV8Ox5djop2AjQ1eJgmiWkp7Zx//4X8dYnDIbioZhza4IYjNIKPovnyNnQmXd0/olyMyr5p4NJLWHvJF9ZXEo5FA6m61d/bx7588iFhHxsIKMh7nfTneOaG/HfTKeV7Fw0yqjyysn048oAqO7Z19RP/+Xe3jFgFWkLG40OfJ8fZH+uVYNb+aeLOTVd2qBXXTiTcHUwu4vbOPrd+3koyiDUClvhORbmC26ahMcrFvkFgiyVvt+uVYvUBPOdDU+q8g7uIvnVPF899dp33cAqRbKVUPNzIIwMumozJJz5VBdj7vBiLHmgVeZycdtXLnzZ5OvDkSSH8Sm0muc90FKwhwqX+QnQmXXx+/oH3sVGcnnS0IbqmdRjzqcOtCK0lAjCnIr0xHZYLe/iF2JlzeDECOL/lyzA2gBcFcK0mQXHdBjXxWRFxKqCXb5atDxFqTvPHhBe1j37aohpY8NMzs7Lka2F3+En1P4iqlIqlvRheOK5nLrL4BL3MEIcfaxpl56yY7Z+Y04tFIIH3cSzST7Bn5zWhB9puOLh9c8eXY/8F57WOva5xJPOpwUx5bLc+ZOZV4s8PaRiuJBl4f+U3JCdJ/bZhYwuX1tgDkWDyTeLNDQ03+Sx3fVDOVeNRh3WIrSY58zoHPCaKUOgG8aTrCoLgaoBzrF88iHo1QX22uDnhDzVTi0QjrrSTZckAp1THyibGKVxdlFhkY9OR4ze3WPvbtS2YRb3aor55ieprUV08h3hzh9iWztI9dApJ84dwfS5Cfm45SN9eGPDn2BSDHHUtnEY861M0wL0eKuhlTiEcd7rCSZMoXzn011k+JyPvAGtPR6mBwSNiRSPLLY/rl+PLSWbREHWqrwiPHSFLryoJYHbBi7gx+/EdrTU9RJ+8rpb40+snx+oO8aDpaHQwOC7GEG4gcdy6rJd4cCa0cALVVU4hHI9y5VH8m+eDMZb7x5EHTU9TJmOd80QoyNCzsTLj84pj+qkZ3LaslHnWYVRn+fd2zqiqIN0e4a1mt9rHdTy/zyFOHTE9RF+kLopR6HThgOuJsGRbYmXB59ah+Oe5eXku82WFmAciRYmZlBfGow13La7WPffR0L//x6fdMTzFX3lBKjfnh1EQt2AoyiwiwM5FkbwBy3LOilng0UpAVQWoqK9gVdbg7AEneP3WJx5553/QUc2Hcc73oBNmZcHnliH457l0xm3g0QvX0ctNTzJrq6RXsao5wzwr9234OdvTwn39w2PQUsyVzQZRSh4BXTEeeCT/ad5o9h7u0j7uhaTbxZocZ0wpXjhQzppWzK+pwbwCSvP3RRf7mZx+ZnmKm7FFKjXuNOFmX2xdMR58u757o4ck9HbkPNIqNTbOJRx2qpha+HCmqppUTb3bY0KRfkn/c/wlPv3rK9BQzYcIrpckE+QlwxvQM0mHPkS4Gh/WW59jk1BFvjlBZRHKkqJpaTjwaYaOjX5Kn954slC5XZ/DO8XGZUBCl1CfAs6ZnkQ4dXXqbxWxy6ohHHaZPKd5W8pVTy4hHI2xy6rSPfTCAQnsB8Kx/jo9LOv/6zwD677RpRmfjzPsidexqdphWxHKkmD6ljHizw30RvZIc6gh9X6ZuvHN7QiY9A/wVvqHPIrquru5f6ckxtaL45UgxraKMeNThfo2SSPir0T3rn9sTku5Z8Awh70Slo6/GAyvr2RWNMKW8dORIMbWijHhzhAdW6pFkdQBVVzTSSxrZA9IURCnVRsizSGMaZTwn4sFV9cSbHSrKVU7jFDJTyhXxaIQHV9bnPFYQZYk08qx/Tk9KJn8qnwFC28drzcLsKw4+tKqeeNShoqx05UhRUa6INzs8tCp7SR5YWc/qBforQGpigDSzB2QgiFLqcCYD55vfW39zVtfQm1fXE2+OUG7luE55mSfJ5tWZS7KucSb/7Q+Wm57CRDzjn8tpkenFdqgvs574xsqMfn7LmgbizRGsG1+kTHmXW5tXN6T9O01zZ/Df/7CJ6nCvVcvoj3zGp4aIxIEdpmc5EU/vPTnh3dyKcsV3NjfyyKb5pkMtCJ7bd5on93QwNMFHhV+9cy7f2dzIrKpQy7FLKRXL5BeyEaQO2AesMj3bifjZobO81X6Rjq4rdHRdobzM2wW3uKGSzasbAqn+Ucy8c6KHlw930d7Zd/0u+dI5VTQ2VHLbohp+Z+0c0yFOxlFgo1Iqo4odWV1ciMijwA9Nz9hiyYBHlVI/yvSXsr76FpGfAl81PWuLJQ1+qpT6Wja/mIsgXwZeA8wVgrJYJmcA79LqrWx+Oetbxv4Bd5mevcUyCbuylQNyyCAAIlKN94Z9relXwWIZg4N42SPrlaw5LTpSSvUCu02/ChbLOOzKRQ7IURAApdSPgadMvxIWyyieUkq15jqIlnvIIlIDvATcbfpVsVjwSlY9rJTKeVOKtkUWIrIJT5LcO1VaLNnTjyfHPh2Dadv44Ae03dSrYrH4bNclB2jMIClE5FngW3l9SSwWjx8opbbpHDAIQerxLrXW5+tVsViAd/AurbRWDQxkobeIbMaTpPT2rlpMMIwnh/ZCh4GcwH6g9v2IJV9sD0IOCCiDpBCR7wF/FuQxLCXP95RSjwc1eOB76UTkh8CjQR/HUpI8p5T6ZpAHyMtmUxF5AfhKPo5lKRleVEr9btAHydtubBHZD9yTr+NZipo3lFL35uNAeS1XICIu0JTPY1qKjjallJOvg+W9noeIdAG5VyazlCJdSqmb8nlAIwVvpAAKt1pChyil8n5fzciNPKWUAgqqy4rFKCdNyAEG73QrpRYB+3MeyFLsvK6UajR1cKNLQZRSG4CEyRgsoaZVKbXRZADG10oppZqBvzMdhyV0/J1S6uumgzAuCIBS6k+BvzIdhyU0/JV/ThgnFIIAKKW2A//TdBwW4/wP/1wIBaGray4ij+NVSgmNvJa8MIy3KvcJ04GMJHSCwPX9JLuxm65KhXcIcMl6LoRSELi+M3E3dvtusfMDPDm07gTURWgFSSEi38UTxVZLKS768cT4vulAJiL0gsD1kkK7sXW3ioUDaK4+EhQFIQhcL063G/i26VgsOfEUnhw5F3XLBwUjSAoR+Trefve1pmOxZMRBYLdfqrZgKDhB4HpV+e14vRJtf5JwM4DXJmO3X+y8oChIQVL4TXx2YDtdhZV/Jsf+HKYpaEFS+D0TtxPyxqIlxFG8jPGc6UBypSgEgevdd1OXXRZzpC6nuk0HooOiESSFiKwHtgGPYd+f5IsB4BngWaXUO6aD0UnRCZJCRNbgSbINqDYdT5HSyw0xDpsOJgiKVpAUItLEDVHqTMdTJHRzQ4w208EESdELkkJEFnNDlLmm4ylQznBDjBOmg8kHJSNIChGZD3wNr9LjZtPxFAh7gBeBnyilPjEdTD4pOUFGIiK34YnyFew6r9EcwJPiRaXUIdPBmKKkBRmJiGzghixrTMdjiMPAC3hS2IozWEHGREQeBn4b2AjcYTqegPkNsA/4uVLqJdPBhA0ryCSIyHLgAWCT/1hiOqYcaQdew5PiF0qpD00HFGasIBkiIquBB/3HQ0Ct6Zgm4Tzwqv/Yq5Q6ajqgQsIKkiMishCvYn0T4Iz472V5DuU40Aa4/tc2vErotsRrDlhBAkJEyvm8MPV4d/RrRn0d/RzAJby71KmvvWM8d44RQiilhkzPuRj5/2omzr+oqKWjAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIxLTA2LTI1VDE0OjE5OjU3KzA4OjAwANMjHwAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMS0wNi0yNVQxNDoxOTo1NyswODowMHGOm6MAAAAASUVORK5CYII=",alt:"",srcset:""},null,8,_hoisted_13$3)])))),128))])):(openBlock(),createElementBlock("div",_hoisted_14$3,"暂无"))])])}var css_248z$h=".one-machine-with-multiple-controls-content[data-v-03351b1c] {\n padding: 5px;\n}\n.one-machine-with-multiple-controls-content[data-v-03351b1c] textarea[data-v-03351b1c] {\n font-size: 13px;\n}\n.one-machine-with-multiple-controls-content[data-v-03351b1c] .portal-textarea-container[data-v-03351b1c] .portal-textarea[data-v-03351b1c] {\n font-size: 13px;\n border-radius: 5px;\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #d6e4ef;\n resize: vertical;\n}\n.one-machine-with-multiple-controls-content[data-v-03351b1c] .portal-textarea-container[data-v-03351b1c] .portal-opt-area[data-v-03351b1c] {\n margin-top: 5px;\n height: 32px;\n line-height: 32px;\n display: flex;\n justify-content: space-between;\n align-items: center;\n}\n.one-machine-with-multiple-controls-content[data-v-03351b1c] .portal-textarea-container[data-v-03351b1c] .portal-opt-area[data-v-03351b1c] .opt-btn[data-v-03351b1c] {\n background-color: #337cc4;\n border-radius: 5px;\n font-size: 16px;\n width: 100%;\n text-align: center;\n color: #fff;\n}\n.one-machine-with-multiple-controls-content[data-v-03351b1c] .history-record-container[data-v-03351b1c] {\n margin-top: 20px;\n padding-top: 20px;\n border-top: 1px solid #d6e4ef;\n}\n.one-machine-with-multiple-controls-content[data-v-03351b1c] .history-record-container[data-v-03351b1c] .history-record-title[data-v-03351b1c] {\n text-align: center;\n font-size: 18px;\n color: #2c405a;\n margin-bottom: 20px;\n}\n.one-machine-with-multiple-controls-content[data-v-03351b1c] .history-record-container[data-v-03351b1c] .history-record-list-item[data-v-03351b1c] {\n margin-top: 5px;\n background-color: #337cc4;\n border-radius: 5px;\n color: #fff;\n padding: 5px;\n display: flex;\n align-items: center;\n}\n.one-machine-with-multiple-controls-content[data-v-03351b1c] .history-record-container[data-v-03351b1c] .history-record-list-item[data-v-03351b1c] .delBtn[data-v-03351b1c] {\n width: 15px;\n height: 15px;\n}\n.one-machine-with-multiple-controls-content[data-v-03351b1c] .history-record-container[data-v-03351b1c] .history-record-list-item[data-v-03351b1c] .name[data-v-03351b1c] {\n word-break: break-all;\n margin-right: 5px;\n font-size: 15px;\n}\n.one-machine-with-multiple-controls-content[data-v-03351b1c] .history-record-container[data-v-03351b1c] .history-record-list-item[data-v-03351b1c] .connectState[data-v-03351b1c] {\n width: 20px;\n height: 20px;\n margin-right: 7px;\n}\n.one-machine-with-multiple-controls-content[data-v-03351b1c] .history-record-container[data-v-03351b1c] .history-record-list-item[data-v-03351b1c] .opt-btn[data-v-03351b1c] {\n border-radius: 5px;\n font-size: 16px;\n text-align: center;\n color: #fff;\n white-space: nowrap;\n padding: 2px 15px;\n margin-right: 5px;\n}\n.one-machine-with-multiple-controls-content[data-v-03351b1c] .history-record-container[data-v-03351b1c] .history-record-list-empty[data-v-03351b1c] {\n display: flex;\n align-items: center;\n justify-content: center;\n margin-top: 30px;\n font-size: 17px;\n}\n";styleInject(css_248z$h),script$j.render=render$j,script$j.__scopeId="data-v-03351b1c";var moment=createCommonjsModule((function(e,t){e.exports=function(){var t,o;function n(){return t.apply(null,arguments)}function i(e){t=e}function r(e){return e instanceof Array||"[object Array]"===Object.prototype.toString.call(e)}function s(e){return null!=e&&"[object Object]"===Object.prototype.toString.call(e)}function a(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function l(e){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(e).length;var t;for(t in e)if(a(e,t))return!1;return!0}function c(e){return void 0===e}function d(e){return"number"==typeof e||"[object Number]"===Object.prototype.toString.call(e)}function u(e){return e instanceof Date||"[object Date]"===Object.prototype.toString.call(e)}function h(e,t){var o,n=[];for(o=0;o<e.length;++o)n.push(t(e[o],o));return n}function p(e,t){for(var o in t)a(t,o)&&(e[o]=t[o]);return a(t,"toString")&&(e.toString=t.toString),a(t,"valueOf")&&(e.valueOf=t.valueOf),e}function f(e,t,o,n){return Ko(e,t,o,n,!0).utc()}function m(){return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidEra:null,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],era:null,meridiem:null,rfc2822:!1,weekdayMismatch:!1}}function g(e){return null==e._pf&&(e._pf=m()),e._pf}function v(e){if(null==e._isValid){var t=g(e),n=o.call(t.parsedDateParts,(function(e){return null!=e})),i=!isNaN(e._d.getTime())&&t.overflow<0&&!t.empty&&!t.invalidEra&&!t.invalidMonth&&!t.invalidWeekday&&!t.weekdayMismatch&&!t.nullInput&&!t.invalidFormat&&!t.userInvalidated&&(!t.meridiem||t.meridiem&&n);if(e._strict&&(i=i&&0===t.charsLeftOver&&0===t.unusedTokens.length&&void 0===t.bigHour),null!=Object.isFrozen&&Object.isFrozen(e))return i;e._isValid=i}return e._isValid}function k(e){var t=f(NaN);return null!=e?p(g(t),e):g(t).userInvalidated=!0,t}o=Array.prototype.some?Array.prototype.some:function(e){var t,o=Object(this),n=o.length>>>0;for(t=0;t<n;t++)if(t in o&&e.call(this,o[t],t,o))return!0;return!1};var y=n.momentProperties=[],w=!1;function A(e,t){var o,n,i;if(c(t._isAMomentObject)||(e._isAMomentObject=t._isAMomentObject),c(t._i)||(e._i=t._i),c(t._f)||(e._f=t._f),c(t._l)||(e._l=t._l),c(t._strict)||(e._strict=t._strict),c(t._tzm)||(e._tzm=t._tzm),c(t._isUTC)||(e._isUTC=t._isUTC),c(t._offset)||(e._offset=t._offset),c(t._pf)||(e._pf=g(t)),c(t._locale)||(e._locale=t._locale),y.length>0)for(o=0;o<y.length;o++)c(i=t[n=y[o]])||(e[n]=i);return e}function C(e){A(this,e),this._d=new Date(null!=e._d?e._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===w&&(w=!0,n.updateOffset(this),w=!1)}function b(e){return e instanceof C||null!=e&&null!=e._isAMomentObject}function _(e){!1===n.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+e)}function x(e,t){var o=!0;return p((function(){if(null!=n.deprecationHandler&&n.deprecationHandler(null,e),o){var i,r,s,l=[];for(r=0;r<arguments.length;r++){if(i="","object"==typeof arguments[r]){for(s in i+="\n["+r+"] ",arguments[0])a(arguments[0],s)&&(i+=s+": "+arguments[0][s]+", ");i=i.slice(0,-2)}else i=arguments[r];l.push(i)}_(e+"\nArguments: "+Array.prototype.slice.call(l).join("")+"\n"+(new Error).stack),o=!1}return t.apply(this,arguments)}),t)}var S,B={};function L(e,t){null!=n.deprecationHandler&&n.deprecationHandler(e,t),B[e]||(_(t),B[e]=!0)}function T(e){return"undefined"!=typeof Function&&e instanceof Function||"[object Function]"===Object.prototype.toString.call(e)}function E(e){var t,o;for(o in e)a(e,o)&&(T(t=e[o])?this[o]=t:this["_"+o]=t);this._config=e,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)}function N(e,t){var o,n=p({},e);for(o in t)a(t,o)&&(s(e[o])&&s(t[o])?(n[o]={},p(n[o],e[o]),p(n[o],t[o])):null!=t[o]?n[o]=t[o]:delete n[o]);for(o in e)a(e,o)&&!a(t,o)&&s(e[o])&&(n[o]=p({},n[o]));return n}function M(e){null!=e&&this.set(e)}n.suppressDeprecationWarnings=!1,n.deprecationHandler=null,S=Object.keys?Object.keys:function(e){var t,o=[];for(t in e)a(e,t)&&o.push(t);return o};var I={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"};function P(e,t,o){var n=this._calendar[e]||this._calendar.sameElse;return T(n)?n.call(t,o):n}function O(e,t,o){var n=""+Math.abs(e),i=t-n.length;return(e>=0?o?"+":"":"-")+Math.pow(10,Math.max(0,i)).toString().substr(1)+n}var D=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,R=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,V={},H={};function Y(e,t,o,n){var i=n;"string"==typeof n&&(i=function(){return this[n]()}),e&&(H[e]=i),t&&(H[t[0]]=function(){return O(i.apply(this,arguments),t[1],t[2])}),o&&(H[o]=function(){return this.localeData().ordinal(i.apply(this,arguments),e)})}function F(e){return e.match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"")}function z(e){var t,o,n=e.match(D);for(t=0,o=n.length;t<o;t++)H[n[t]]?n[t]=H[n[t]]:n[t]=F(n[t]);return function(t){var i,r="";for(i=0;i<o;i++)r+=T(n[i])?n[i].call(t,e):n[i];return r}}function j(e,t){return e.isValid()?(t=U(t,e.localeData()),V[t]=V[t]||z(t),V[t](e)):e.localeData().invalidDate()}function U(e,t){var o=5;function n(e){return t.longDateFormat(e)||e}for(R.lastIndex=0;o>=0&&R.test(e);)e=e.replace(R,n),R.lastIndex=0,o-=1;return e}var q={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};function W(e){var t=this._longDateFormat[e],o=this._longDateFormat[e.toUpperCase()];return t||!o?t:(this._longDateFormat[e]=o.match(D).map((function(e){return"MMMM"===e||"MM"===e||"DD"===e||"dddd"===e?e.slice(1):e})).join(""),this._longDateFormat[e])}var K="Invalid date";function J(){return this._invalidDate}var $="%d",X=/\d{1,2}/;function Q(e){return this._ordinal.replace("%d",e)}var G={future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function Z(e,t,o,n){var i=this._relativeTime[o];return T(i)?i(e,t,o,n):i.replace(/%d/i,e)}function ee(e,t){var o=this._relativeTime[e>0?"future":"past"];return T(o)?o(t):o.replace(/%s/i,t)}var te={};function oe(e,t){var o=e.toLowerCase();te[o]=te[o+"s"]=te[t]=e}function ne(e){return"string"==typeof e?te[e]||te[e.toLowerCase()]:void 0}function ie(e){var t,o,n={};for(o in e)a(e,o)&&(t=ne(o))&&(n[t]=e[o]);return n}var re={};function se(e,t){re[e]=t}function ae(e){var t,o=[];for(t in e)a(e,t)&&o.push({unit:t,priority:re[t]});return o.sort((function(e,t){return e.priority-t.priority})),o}function le(e){return e%4==0&&e%100!=0||e%400==0}function ce(e){return e<0?Math.ceil(e)||0:Math.floor(e)}function de(e){var t=+e,o=0;return 0!==t&&isFinite(t)&&(o=ce(t)),o}function ue(e,t){return function(o){return null!=o?(pe(this,e,o),n.updateOffset(this,t),this):he(this,e)}}function he(e,t){return e.isValid()?e._d["get"+(e._isUTC?"UTC":"")+t]():NaN}function pe(e,t,o){e.isValid()&&!isNaN(o)&&("FullYear"===t&&le(e.year())&&1===e.month()&&29===e.date()?(o=de(o),e._d["set"+(e._isUTC?"UTC":"")+t](o,e.month(),Ze(o,e.month()))):e._d["set"+(e._isUTC?"UTC":"")+t](o))}function fe(e){return T(this[e=ne(e)])?this[e]():this}function me(e,t){if("object"==typeof e){var o,n=ae(e=ie(e));for(o=0;o<n.length;o++)this[n[o].unit](e[n[o].unit])}else if(T(this[e=ne(e)]))return this[e](t);return this}var ge,ve=/\d/,ke=/\d\d/,ye=/\d{3}/,we=/\d{4}/,Ae=/[+-]?\d{6}/,Ce=/\d\d?/,be=/\d\d\d\d?/,_e=/\d\d\d\d\d\d?/,xe=/\d{1,3}/,Se=/\d{1,4}/,Be=/[+-]?\d{1,6}/,Le=/\d+/,Te=/[+-]?\d+/,Ee=/Z|[+-]\d\d:?\d\d/gi,Ne=/Z|[+-]\d\d(?::?\d\d)?/gi,Me=/[+-]?\d+(\.\d{1,3})?/,Ie=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i;function Pe(e,t,o){ge[e]=T(t)?t:function(e,n){return e&&o?o:t}}function Oe(e,t){return a(ge,e)?ge[e](t._strict,t._locale):new RegExp(De(e))}function De(e){return Re(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(e,t,o,n,i){return t||o||n||i})))}function Re(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}ge={};var Ve={};function He(e,t){var o,n=t;for("string"==typeof e&&(e=[e]),d(t)&&(n=function(e,o){o[t]=de(e)}),o=0;o<e.length;o++)Ve[e[o]]=n}function Ye(e,t){He(e,(function(e,o,n,i){n._w=n._w||{},t(e,n._w,n,i)}))}function Fe(e,t,o){null!=t&&a(Ve,e)&&Ve[e](t,o._a,o,e)}var ze,je=0,Ue=1,qe=2,We=3,Ke=4,Je=5,$e=6,Xe=7,Qe=8;function Ge(e,t){return(e%t+t)%t}function Ze(e,t){if(isNaN(e)||isNaN(t))return NaN;var o=Ge(t,12);return e+=(t-o)/12,1===o?le(e)?29:28:31-o%7%2}ze=Array.prototype.indexOf?Array.prototype.indexOf:function(e){var t;for(t=0;t<this.length;++t)if(this[t]===e)return t;return-1},Y("M",["MM",2],"Mo",(function(){return this.month()+1})),Y("MMM",0,0,(function(e){return this.localeData().monthsShort(this,e)})),Y("MMMM",0,0,(function(e){return this.localeData().months(this,e)})),oe("month","M"),se("month",8),Pe("M",Ce),Pe("MM",Ce,ke),Pe("MMM",(function(e,t){return t.monthsShortRegex(e)})),Pe("MMMM",(function(e,t){return t.monthsRegex(e)})),He(["M","MM"],(function(e,t){t[Ue]=de(e)-1})),He(["MMM","MMMM"],(function(e,t,o,n){var i=o._locale.monthsParse(e,n,o._strict);null!=i?t[Ue]=i:g(o).invalidMonth=e}));var et="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),tt="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),ot=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,nt=Ie,it=Ie;function rt(e,t){return e?r(this._months)?this._months[e.month()]:this._months[(this._months.isFormat||ot).test(t)?"format":"standalone"][e.month()]:r(this._months)?this._months:this._months.standalone}function st(e,t){return e?r(this._monthsShort)?this._monthsShort[e.month()]:this._monthsShort[ot.test(t)?"format":"standalone"][e.month()]:r(this._monthsShort)?this._monthsShort:this._monthsShort.standalone}function at(e,t,o){var n,i,r,s=e.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],n=0;n<12;++n)r=f([2e3,n]),this._shortMonthsParse[n]=this.monthsShort(r,"").toLocaleLowerCase(),this._longMonthsParse[n]=this.months(r,"").toLocaleLowerCase();return o?"MMM"===t?-1!==(i=ze.call(this._shortMonthsParse,s))?i:null:-1!==(i=ze.call(this._longMonthsParse,s))?i:null:"MMM"===t?-1!==(i=ze.call(this._shortMonthsParse,s))||-1!==(i=ze.call(this._longMonthsParse,s))?i:null:-1!==(i=ze.call(this._longMonthsParse,s))||-1!==(i=ze.call(this._shortMonthsParse,s))?i:null}function lt(e,t,o){var n,i,r;if(this._monthsParseExact)return at.call(this,e,t,o);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),n=0;n<12;n++){if(i=f([2e3,n]),o&&!this._longMonthsParse[n]&&(this._longMonthsParse[n]=new RegExp("^"+this.months(i,"").replace(".","")+"$","i"),this._shortMonthsParse[n]=new RegExp("^"+this.monthsShort(i,"").replace(".","")+"$","i")),o||this._monthsParse[n]||(r="^"+this.months(i,"")+"|^"+this.monthsShort(i,""),this._monthsParse[n]=new RegExp(r.replace(".",""),"i")),o&&"MMMM"===t&&this._longMonthsParse[n].test(e))return n;if(o&&"MMM"===t&&this._shortMonthsParse[n].test(e))return n;if(!o&&this._monthsParse[n].test(e))return n}}function ct(e,t){var o;if(!e.isValid())return e;if("string"==typeof t)if(/^\d+$/.test(t))t=de(t);else if(!d(t=e.localeData().monthsParse(t)))return e;return o=Math.min(e.date(),Ze(e.year(),t)),e._d["set"+(e._isUTC?"UTC":"")+"Month"](t,o),e}function dt(e){return null!=e?(ct(this,e),n.updateOffset(this,!0),this):he(this,"Month")}function ut(){return Ze(this.year(),this.month())}function ht(e){return this._monthsParseExact?(a(this,"_monthsRegex")||ft.call(this),e?this._monthsShortStrictRegex:this._monthsShortRegex):(a(this,"_monthsShortRegex")||(this._monthsShortRegex=nt),this._monthsShortStrictRegex&&e?this._monthsShortStrictRegex:this._monthsShortRegex)}function pt(e){return this._monthsParseExact?(a(this,"_monthsRegex")||ft.call(this),e?this._monthsStrictRegex:this._monthsRegex):(a(this,"_monthsRegex")||(this._monthsRegex=it),this._monthsStrictRegex&&e?this._monthsStrictRegex:this._monthsRegex)}function ft(){function e(e,t){return t.length-e.length}var t,o,n=[],i=[],r=[];for(t=0;t<12;t++)o=f([2e3,t]),n.push(this.monthsShort(o,"")),i.push(this.months(o,"")),r.push(this.months(o,"")),r.push(this.monthsShort(o,""));for(n.sort(e),i.sort(e),r.sort(e),t=0;t<12;t++)n[t]=Re(n[t]),i[t]=Re(i[t]);for(t=0;t<24;t++)r[t]=Re(r[t]);this._monthsRegex=new RegExp("^("+r.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+i.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+n.join("|")+")","i")}function mt(e){return le(e)?366:365}Y("Y",0,0,(function(){var e=this.year();return e<=9999?O(e,4):"+"+e})),Y(0,["YY",2],0,(function(){return this.year()%100})),Y(0,["YYYY",4],0,"year"),Y(0,["YYYYY",5],0,"year"),Y(0,["YYYYYY",6,!0],0,"year"),oe("year","y"),se("year",1),Pe("Y",Te),Pe("YY",Ce,ke),Pe("YYYY",Se,we),Pe("YYYYY",Be,Ae),Pe("YYYYYY",Be,Ae),He(["YYYYY","YYYYYY"],je),He("YYYY",(function(e,t){t[je]=2===e.length?n.parseTwoDigitYear(e):de(e)})),He("YY",(function(e,t){t[je]=n.parseTwoDigitYear(e)})),He("Y",(function(e,t){t[je]=parseInt(e,10)})),n.parseTwoDigitYear=function(e){return de(e)+(de(e)>68?1900:2e3)};var gt=ue("FullYear",!0);function vt(){return le(this.year())}function kt(e,t,o,n,i,r,s){var a;return e<100&&e>=0?(a=new Date(e+400,t,o,n,i,r,s),isFinite(a.getFullYear())&&a.setFullYear(e)):a=new Date(e,t,o,n,i,r,s),a}function yt(e){var t,o;return e<100&&e>=0?((o=Array.prototype.slice.call(arguments))[0]=e+400,t=new Date(Date.UTC.apply(null,o)),isFinite(t.getUTCFullYear())&&t.setUTCFullYear(e)):t=new Date(Date.UTC.apply(null,arguments)),t}function wt(e,t,o){var n=7+t-o;return-(7+yt(e,0,n).getUTCDay()-t)%7+n-1}function At(e,t,o,n,i){var r,s,a=1+7*(t-1)+(7+o-n)%7+wt(e,n,i);return a<=0?s=mt(r=e-1)+a:a>mt(e)?(r=e+1,s=a-mt(e)):(r=e,s=a),{year:r,dayOfYear:s}}function Ct(e,t,o){var n,i,r=wt(e.year(),t,o),s=Math.floor((e.dayOfYear()-r-1)/7)+1;return s<1?n=s+bt(i=e.year()-1,t,o):s>bt(e.year(),t,o)?(n=s-bt(e.year(),t,o),i=e.year()+1):(i=e.year(),n=s),{week:n,year:i}}function bt(e,t,o){var n=wt(e,t,o),i=wt(e+1,t,o);return(mt(e)-n+i)/7}function _t(e){return Ct(e,this._week.dow,this._week.doy).week}Y("w",["ww",2],"wo","week"),Y("W",["WW",2],"Wo","isoWeek"),oe("week","w"),oe("isoWeek","W"),se("week",5),se("isoWeek",5),Pe("w",Ce),Pe("ww",Ce,ke),Pe("W",Ce),Pe("WW",Ce,ke),Ye(["w","ww","W","WW"],(function(e,t,o,n){t[n.substr(0,1)]=de(e)}));var xt={dow:0,doy:6};function St(){return this._week.dow}function Bt(){return this._week.doy}function Lt(e){var t=this.localeData().week(this);return null==e?t:this.add(7*(e-t),"d")}function Tt(e){var t=Ct(this,1,4).week;return null==e?t:this.add(7*(e-t),"d")}function Et(e,t){return"string"!=typeof e?e:isNaN(e)?"number"==typeof(e=t.weekdaysParse(e))?e:null:parseInt(e,10)}function Nt(e,t){return"string"==typeof e?t.weekdaysParse(e)%7||7:isNaN(e)?null:e}function Mt(e,t){return e.slice(t,7).concat(e.slice(0,t))}Y("d",0,"do","day"),Y("dd",0,0,(function(e){return this.localeData().weekdaysMin(this,e)})),Y("ddd",0,0,(function(e){return this.localeData().weekdaysShort(this,e)})),Y("dddd",0,0,(function(e){return this.localeData().weekdays(this,e)})),Y("e",0,0,"weekday"),Y("E",0,0,"isoWeekday"),oe("day","d"),oe("weekday","e"),oe("isoWeekday","E"),se("day",11),se("weekday",11),se("isoWeekday",11),Pe("d",Ce),Pe("e",Ce),Pe("E",Ce),Pe("dd",(function(e,t){return t.weekdaysMinRegex(e)})),Pe("ddd",(function(e,t){return t.weekdaysShortRegex(e)})),Pe("dddd",(function(e,t){return t.weekdaysRegex(e)})),Ye(["dd","ddd","dddd"],(function(e,t,o,n){var i=o._locale.weekdaysParse(e,n,o._strict);null!=i?t.d=i:g(o).invalidWeekday=e})),Ye(["d","e","E"],(function(e,t,o,n){t[n]=de(e)}));var It="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Pt="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Ot="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Dt=Ie,Rt=Ie,Vt=Ie;function Ht(e,t){var o=r(this._weekdays)?this._weekdays:this._weekdays[e&&!0!==e&&this._weekdays.isFormat.test(t)?"format":"standalone"];return!0===e?Mt(o,this._week.dow):e?o[e.day()]:o}function Yt(e){return!0===e?Mt(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort}function Ft(e){return!0===e?Mt(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin}function zt(e,t,o){var n,i,r,s=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],n=0;n<7;++n)r=f([2e3,1]).day(n),this._minWeekdaysParse[n]=this.weekdaysMin(r,"").toLocaleLowerCase(),this._shortWeekdaysParse[n]=this.weekdaysShort(r,"").toLocaleLowerCase(),this._weekdaysParse[n]=this.weekdays(r,"").toLocaleLowerCase();return o?"dddd"===t?-1!==(i=ze.call(this._weekdaysParse,s))?i:null:"ddd"===t?-1!==(i=ze.call(this._shortWeekdaysParse,s))?i:null:-1!==(i=ze.call(this._minWeekdaysParse,s))?i:null:"dddd"===t?-1!==(i=ze.call(this._weekdaysParse,s))||-1!==(i=ze.call(this._shortWeekdaysParse,s))||-1!==(i=ze.call(this._minWeekdaysParse,s))?i:null:"ddd"===t?-1!==(i=ze.call(this._shortWeekdaysParse,s))||-1!==(i=ze.call(this._weekdaysParse,s))||-1!==(i=ze.call(this._minWeekdaysParse,s))?i:null:-1!==(i=ze.call(this._minWeekdaysParse,s))||-1!==(i=ze.call(this._weekdaysParse,s))||-1!==(i=ze.call(this._shortWeekdaysParse,s))?i:null}function jt(e,t,o){var n,i,r;if(this._weekdaysParseExact)return zt.call(this,e,t,o);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),n=0;n<7;n++){if(i=f([2e3,1]).day(n),o&&!this._fullWeekdaysParse[n]&&(this._fullWeekdaysParse[n]=new RegExp("^"+this.weekdays(i,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[n]=new RegExp("^"+this.weekdaysShort(i,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[n]=new RegExp("^"+this.weekdaysMin(i,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[n]||(r="^"+this.weekdays(i,"")+"|^"+this.weekdaysShort(i,"")+"|^"+this.weekdaysMin(i,""),this._weekdaysParse[n]=new RegExp(r.replace(".",""),"i")),o&&"dddd"===t&&this._fullWeekdaysParse[n].test(e))return n;if(o&&"ddd"===t&&this._shortWeekdaysParse[n].test(e))return n;if(o&&"dd"===t&&this._minWeekdaysParse[n].test(e))return n;if(!o&&this._weekdaysParse[n].test(e))return n}}function Ut(e){if(!this.isValid())return null!=e?this:NaN;var t=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=e?(e=Et(e,this.localeData()),this.add(e-t,"d")):t}function qt(e){if(!this.isValid())return null!=e?this:NaN;var t=(this.day()+7-this.localeData()._week.dow)%7;return null==e?t:this.add(e-t,"d")}function Wt(e){if(!this.isValid())return null!=e?this:NaN;if(null!=e){var t=Nt(e,this.localeData());return this.day(this.day()%7?t:t-7)}return this.day()||7}function Kt(e){return this._weekdaysParseExact?(a(this,"_weekdaysRegex")||Xt.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(a(this,"_weekdaysRegex")||(this._weekdaysRegex=Dt),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)}function Jt(e){return this._weekdaysParseExact?(a(this,"_weekdaysRegex")||Xt.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(a(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Rt),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function $t(e){return this._weekdaysParseExact?(a(this,"_weekdaysRegex")||Xt.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(a(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Vt),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function Xt(){function e(e,t){return t.length-e.length}var t,o,n,i,r,s=[],a=[],l=[],c=[];for(t=0;t<7;t++)o=f([2e3,1]).day(t),n=Re(this.weekdaysMin(o,"")),i=Re(this.weekdaysShort(o,"")),r=Re(this.weekdays(o,"")),s.push(n),a.push(i),l.push(r),c.push(n),c.push(i),c.push(r);s.sort(e),a.sort(e),l.sort(e),c.sort(e),this._weekdaysRegex=new RegExp("^("+c.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+l.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+a.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+s.join("|")+")","i")}function Qt(){return this.hours()%12||12}function Gt(){return this.hours()||24}function Zt(e,t){Y(e,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)}))}function eo(e,t){return t._meridiemParse}function to(e){return"p"===(e+"").toLowerCase().charAt(0)}Y("H",["HH",2],0,"hour"),Y("h",["hh",2],0,Qt),Y("k",["kk",2],0,Gt),Y("hmm",0,0,(function(){return""+Qt.apply(this)+O(this.minutes(),2)})),Y("hmmss",0,0,(function(){return""+Qt.apply(this)+O(this.minutes(),2)+O(this.seconds(),2)})),Y("Hmm",0,0,(function(){return""+this.hours()+O(this.minutes(),2)})),Y("Hmmss",0,0,(function(){return""+this.hours()+O(this.minutes(),2)+O(this.seconds(),2)})),Zt("a",!0),Zt("A",!1),oe("hour","h"),se("hour",13),Pe("a",eo),Pe("A",eo),Pe("H",Ce),Pe("h",Ce),Pe("k",Ce),Pe("HH",Ce,ke),Pe("hh",Ce,ke),Pe("kk",Ce,ke),Pe("hmm",be),Pe("hmmss",_e),Pe("Hmm",be),Pe("Hmmss",_e),He(["H","HH"],We),He(["k","kk"],(function(e,t,o){var n=de(e);t[We]=24===n?0:n})),He(["a","A"],(function(e,t,o){o._isPm=o._locale.isPM(e),o._meridiem=e})),He(["h","hh"],(function(e,t,o){t[We]=de(e),g(o).bigHour=!0})),He("hmm",(function(e,t,o){var n=e.length-2;t[We]=de(e.substr(0,n)),t[Ke]=de(e.substr(n)),g(o).bigHour=!0})),He("hmmss",(function(e,t,o){var n=e.length-4,i=e.length-2;t[We]=de(e.substr(0,n)),t[Ke]=de(e.substr(n,2)),t[Je]=de(e.substr(i)),g(o).bigHour=!0})),He("Hmm",(function(e,t,o){var n=e.length-2;t[We]=de(e.substr(0,n)),t[Ke]=de(e.substr(n))})),He("Hmmss",(function(e,t,o){var n=e.length-4,i=e.length-2;t[We]=de(e.substr(0,n)),t[Ke]=de(e.substr(n,2)),t[Je]=de(e.substr(i))}));var oo=/[ap]\.?m?\.?/i,no=ue("Hours",!0);function io(e,t,o){return e>11?o?"pm":"PM":o?"am":"AM"}var ro,so={calendar:I,longDateFormat:q,invalidDate:K,ordinal:$,dayOfMonthOrdinalParse:X,relativeTime:G,months:et,monthsShort:tt,week:xt,weekdays:It,weekdaysMin:Ot,weekdaysShort:Pt,meridiemParse:oo},ao={},lo={};function co(e,t){var o,n=Math.min(e.length,t.length);for(o=0;o<n;o+=1)if(e[o]!==t[o])return o;return n}function uo(e){return e?e.toLowerCase().replace("_","-"):e}function ho(e){for(var t,o,n,i,r=0;r<e.length;){for(t=(i=uo(e[r]).split("-")).length,o=(o=uo(e[r+1]))?o.split("-"):null;t>0;){if(n=po(i.slice(0,t).join("-")))return n;if(o&&o.length>=t&&co(i,o)>=t-1)break;t--}r++}return ro}function po(t){var o=null;if(void 0===ao[t]&&e&&e.exports)try{o=ro._abbr,commonjsRequire("./locale/"+t),fo(o)}catch(e){ao[t]=null}return ao[t]}function fo(e,t){var o;return e&&((o=c(t)?vo(e):mo(e,t))?ro=o:"undefined"!=typeof console&&console.warn&&console.warn("Locale "+e+" not found. Did you forget to load it?")),ro._abbr}function mo(e,t){if(null!==t){var o,n=so;if(t.abbr=e,null!=ao[e])L("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),n=ao[e]._config;else if(null!=t.parentLocale)if(null!=ao[t.parentLocale])n=ao[t.parentLocale]._config;else{if(null==(o=po(t.parentLocale)))return lo[t.parentLocale]||(lo[t.parentLocale]=[]),lo[t.parentLocale].push({name:e,config:t}),null;n=o._config}return ao[e]=new M(N(n,t)),lo[e]&&lo[e].forEach((function(e){mo(e.name,e.config)})),fo(e),ao[e]}return delete ao[e],null}function go(e,t){if(null!=t){var o,n,i=so;null!=ao[e]&&null!=ao[e].parentLocale?ao[e].set(N(ao[e]._config,t)):(null!=(n=po(e))&&(i=n._config),t=N(i,t),null==n&&(t.abbr=e),(o=new M(t)).parentLocale=ao[e],ao[e]=o),fo(e)}else null!=ao[e]&&(null!=ao[e].parentLocale?(ao[e]=ao[e].parentLocale,e===fo()&&fo(e)):null!=ao[e]&&delete ao[e]);return ao[e]}function vo(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return ro;if(!r(e)){if(t=po(e))return t;e=[e]}return ho(e)}function ko(){return S(ao)}function yo(e){var t,o=e._a;return o&&-2===g(e).overflow&&(t=o[Ue]<0||o[Ue]>11?Ue:o[qe]<1||o[qe]>Ze(o[je],o[Ue])?qe:o[We]<0||o[We]>24||24===o[We]&&(0!==o[Ke]||0!==o[Je]||0!==o[$e])?We:o[Ke]<0||o[Ke]>59?Ke:o[Je]<0||o[Je]>59?Je:o[$e]<0||o[$e]>999?$e:-1,g(e)._overflowDayOfYear&&(t<je||t>qe)&&(t=qe),g(e)._overflowWeeks&&-1===t&&(t=Xe),g(e)._overflowWeekday&&-1===t&&(t=Qe),g(e).overflow=t),e}var wo=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Ao=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Co=/Z|[+-]\d\d(?::?\d\d)?/,bo=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],_o=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],xo=/^\/?Date\((-?\d+)/i,So=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,Bo={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function Lo(e){var t,o,n,i,r,s,a=e._i,l=wo.exec(a)||Ao.exec(a);if(l){for(g(e).iso=!0,t=0,o=bo.length;t<o;t++)if(bo[t][1].exec(l[1])){i=bo[t][0],n=!1!==bo[t][2];break}if(null==i)return void(e._isValid=!1);if(l[3]){for(t=0,o=_o.length;t<o;t++)if(_o[t][1].exec(l[3])){r=(l[2]||" ")+_o[t][0];break}if(null==r)return void(e._isValid=!1)}if(!n&&null!=r)return void(e._isValid=!1);if(l[4]){if(!Co.exec(l[4]))return void(e._isValid=!1);s="Z"}e._f=i+(r||"")+(s||""),Yo(e)}else e._isValid=!1}function To(e,t,o,n,i,r){var s=[Eo(e),tt.indexOf(t),parseInt(o,10),parseInt(n,10),parseInt(i,10)];return r&&s.push(parseInt(r,10)),s}function Eo(e){var t=parseInt(e,10);return t<=49?2e3+t:t<=999?1900+t:t}function No(e){return e.replace(/\([^)]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function Mo(e,t,o){return!e||Pt.indexOf(e)===new Date(t[0],t[1],t[2]).getDay()||(g(o).weekdayMismatch=!0,o._isValid=!1,!1)}function Io(e,t,o){if(e)return Bo[e];if(t)return 0;var n=parseInt(o,10),i=n%100;return(n-i)/100*60+i}function Po(e){var t,o=So.exec(No(e._i));if(o){if(t=To(o[4],o[3],o[2],o[5],o[6],o[7]),!Mo(o[1],t,e))return;e._a=t,e._tzm=Io(o[8],o[9],o[10]),e._d=yt.apply(null,e._a),e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),g(e).rfc2822=!0}else e._isValid=!1}function Oo(e){var t=xo.exec(e._i);null===t?(Lo(e),!1===e._isValid&&(delete e._isValid,Po(e),!1===e._isValid&&(delete e._isValid,e._strict?e._isValid=!1:n.createFromInputFallback(e)))):e._d=new Date(+t[1])}function Do(e,t,o){return null!=e?e:null!=t?t:o}function Ro(e){var t=new Date(n.now());return e._useUTC?[t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()]:[t.getFullYear(),t.getMonth(),t.getDate()]}function Vo(e){var t,o,n,i,r,s=[];if(!e._d){for(n=Ro(e),e._w&&null==e._a[qe]&&null==e._a[Ue]&&Ho(e),null!=e._dayOfYear&&(r=Do(e._a[je],n[je]),(e._dayOfYear>mt(r)||0===e._dayOfYear)&&(g(e)._overflowDayOfYear=!0),o=yt(r,0,e._dayOfYear),e._a[Ue]=o.getUTCMonth(),e._a[qe]=o.getUTCDate()),t=0;t<3&&null==e._a[t];++t)e._a[t]=s[t]=n[t];for(;t<7;t++)e._a[t]=s[t]=null==e._a[t]?2===t?1:0:e._a[t];24===e._a[We]&&0===e._a[Ke]&&0===e._a[Je]&&0===e._a[$e]&&(e._nextDay=!0,e._a[We]=0),e._d=(e._useUTC?yt:kt).apply(null,s),i=e._useUTC?e._d.getUTCDay():e._d.getDay(),null!=e._tzm&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[We]=24),e._w&&void 0!==e._w.d&&e._w.d!==i&&(g(e).weekdayMismatch=!0)}}function Ho(e){var t,o,n,i,r,s,a,l,c;null!=(t=e._w).GG||null!=t.W||null!=t.E?(r=1,s=4,o=Do(t.GG,e._a[je],Ct(Jo(),1,4).year),n=Do(t.W,1),((i=Do(t.E,1))<1||i>7)&&(l=!0)):(r=e._locale._week.dow,s=e._locale._week.doy,c=Ct(Jo(),r,s),o=Do(t.gg,e._a[je],c.year),n=Do(t.w,c.week),null!=t.d?((i=t.d)<0||i>6)&&(l=!0):null!=t.e?(i=t.e+r,(t.e<0||t.e>6)&&(l=!0)):i=r),n<1||n>bt(o,r,s)?g(e)._overflowWeeks=!0:null!=l?g(e)._overflowWeekday=!0:(a=At(o,n,i,r,s),e._a[je]=a.year,e._dayOfYear=a.dayOfYear)}function Yo(e){if(e._f!==n.ISO_8601)if(e._f!==n.RFC_2822){e._a=[],g(e).empty=!0;var t,o,i,r,s,a,l=""+e._i,c=l.length,d=0;for(i=U(e._f,e._locale).match(D)||[],t=0;t<i.length;t++)r=i[t],(o=(l.match(Oe(r,e))||[])[0])&&((s=l.substr(0,l.indexOf(o))).length>0&&g(e).unusedInput.push(s),l=l.slice(l.indexOf(o)+o.length),d+=o.length),H[r]?(o?g(e).empty=!1:g(e).unusedTokens.push(r),Fe(r,o,e)):e._strict&&!o&&g(e).unusedTokens.push(r);g(e).charsLeftOver=c-d,l.length>0&&g(e).unusedInput.push(l),e._a[We]<=12&&!0===g(e).bigHour&&e._a[We]>0&&(g(e).bigHour=void 0),g(e).parsedDateParts=e._a.slice(0),g(e).meridiem=e._meridiem,e._a[We]=Fo(e._locale,e._a[We],e._meridiem),null!==(a=g(e).era)&&(e._a[je]=e._locale.erasConvertYear(a,e._a[je])),Vo(e),yo(e)}else Po(e);else Lo(e)}function Fo(e,t,o){var n;return null==o?t:null!=e.meridiemHour?e.meridiemHour(t,o):null!=e.isPM?((n=e.isPM(o))&&t<12&&(t+=12),n||12!==t||(t=0),t):t}function zo(e){var t,o,n,i,r,s,a=!1;if(0===e._f.length)return g(e).invalidFormat=!0,void(e._d=new Date(NaN));for(i=0;i<e._f.length;i++)r=0,s=!1,t=A({},e),null!=e._useUTC&&(t._useUTC=e._useUTC),t._f=e._f[i],Yo(t),v(t)&&(s=!0),r+=g(t).charsLeftOver,r+=10*g(t).unusedTokens.length,g(t).score=r,a?r<n&&(n=r,o=t):(null==n||r<n||s)&&(n=r,o=t,s&&(a=!0));p(e,o||t)}function jo(e){if(!e._d){var t=ie(e._i),o=void 0===t.day?t.date:t.day;e._a=h([t.year,t.month,o,t.hour,t.minute,t.second,t.millisecond],(function(e){return e&&parseInt(e,10)})),Vo(e)}}function Uo(e){var t=new C(yo(qo(e)));return t._nextDay&&(t.add(1,"d"),t._nextDay=void 0),t}function qo(e){var t=e._i,o=e._f;return e._locale=e._locale||vo(e._l),null===t||void 0===o&&""===t?k({nullInput:!0}):("string"==typeof t&&(e._i=t=e._locale.preparse(t)),b(t)?new C(yo(t)):(u(t)?e._d=t:r(o)?zo(e):o?Yo(e):Wo(e),v(e)||(e._d=null),e))}function Wo(e){var t=e._i;c(t)?e._d=new Date(n.now()):u(t)?e._d=new Date(t.valueOf()):"string"==typeof t?Oo(e):r(t)?(e._a=h(t.slice(0),(function(e){return parseInt(e,10)})),Vo(e)):s(t)?jo(e):d(t)?e._d=new Date(t):n.createFromInputFallback(e)}function Ko(e,t,o,n,i){var a={};return!0!==t&&!1!==t||(n=t,t=void 0),!0!==o&&!1!==o||(n=o,o=void 0),(s(e)&&l(e)||r(e)&&0===e.length)&&(e=void 0),a._isAMomentObject=!0,a._useUTC=a._isUTC=i,a._l=o,a._i=e,a._f=t,a._strict=n,Uo(a)}function Jo(e,t,o,n){return Ko(e,t,o,n,!1)}n.createFromInputFallback=x("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",(function(e){e._d=new Date(e._i+(e._useUTC?" UTC":""))})),n.ISO_8601=function(){},n.RFC_2822=function(){};var $o=x("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var e=Jo.apply(null,arguments);return this.isValid()&&e.isValid()?e<this?this:e:k()})),Xo=x("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var e=Jo.apply(null,arguments);return this.isValid()&&e.isValid()?e>this?this:e:k()}));function Qo(e,t){var o,n;if(1===t.length&&r(t[0])&&(t=t[0]),!t.length)return Jo();for(o=t[0],n=1;n<t.length;++n)t[n].isValid()&&!t[n][e](o)||(o=t[n]);return o}function Go(){return Qo("isBefore",[].slice.call(arguments,0))}function Zo(){return Qo("isAfter",[].slice.call(arguments,0))}var en=function(){return Date.now?Date.now():+new Date},tn=["year","quarter","month","week","day","hour","minute","second","millisecond"];function on(e){var t,o,n=!1;for(t in e)if(a(e,t)&&(-1===ze.call(tn,t)||null!=e[t]&&isNaN(e[t])))return!1;for(o=0;o<tn.length;++o)if(e[tn[o]]){if(n)return!1;parseFloat(e[tn[o]])!==de(e[tn[o]])&&(n=!0)}return!0}function nn(){return this._isValid}function rn(){return Ln(NaN)}function sn(e){var t=ie(e),o=t.year||0,n=t.quarter||0,i=t.month||0,r=t.week||t.isoWeek||0,s=t.day||0,a=t.hour||0,l=t.minute||0,c=t.second||0,d=t.millisecond||0;this._isValid=on(t),this._milliseconds=+d+1e3*c+6e4*l+1e3*a*60*60,this._days=+s+7*r,this._months=+i+3*n+12*o,this._data={},this._locale=vo(),this._bubble()}function an(e){return e instanceof sn}function ln(e){return e<0?-1*Math.round(-1*e):Math.round(e)}function cn(e,t,o){var n,i=Math.min(e.length,t.length),r=Math.abs(e.length-t.length),s=0;for(n=0;n<i;n++)(o&&e[n]!==t[n]||!o&&de(e[n])!==de(t[n]))&&s++;return s+r}function dn(e,t){Y(e,0,0,(function(){var e=this.utcOffset(),o="+";return e<0&&(e=-e,o="-"),o+O(~~(e/60),2)+t+O(~~e%60,2)}))}dn("Z",":"),dn("ZZ",""),Pe("Z",Ne),Pe("ZZ",Ne),He(["Z","ZZ"],(function(e,t,o){o._useUTC=!0,o._tzm=hn(Ne,e)}));var un=/([\+\-]|\d\d)/gi;function hn(e,t){var o,n,i=(t||"").match(e);return null===i?null:0===(n=60*(o=((i[i.length-1]||[])+"").match(un)||["-",0,0])[1]+de(o[2]))?0:"+"===o[0]?n:-n}function pn(e,t){var o,i;return t._isUTC?(o=t.clone(),i=(b(e)||u(e)?e.valueOf():Jo(e).valueOf())-o.valueOf(),o._d.setTime(o._d.valueOf()+i),n.updateOffset(o,!1),o):Jo(e).local()}function fn(e){return-Math.round(e._d.getTimezoneOffset())}function mn(e,t,o){var i,r=this._offset||0;if(!this.isValid())return null!=e?this:NaN;if(null!=e){if("string"==typeof e){if(null===(e=hn(Ne,e)))return this}else Math.abs(e)<16&&!o&&(e*=60);return!this._isUTC&&t&&(i=fn(this)),this._offset=e,this._isUTC=!0,null!=i&&this.add(i,"m"),r!==e&&(!t||this._changeInProgress?In(this,Ln(e-r,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,n.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?r:fn(this)}function gn(e,t){return null!=e?("string"!=typeof e&&(e=-e),this.utcOffset(e,t),this):-this.utcOffset()}function vn(e){return this.utcOffset(0,e)}function kn(e){return this._isUTC&&(this.utcOffset(0,e),this._isUTC=!1,e&&this.subtract(fn(this),"m")),this}function yn(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var e=hn(Ee,this._i);null!=e?this.utcOffset(e):this.utcOffset(0,!0)}return this}function wn(e){return!!this.isValid()&&(e=e?Jo(e).utcOffset():0,(this.utcOffset()-e)%60==0)}function An(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function Cn(){if(!c(this._isDSTShifted))return this._isDSTShifted;var e,t={};return A(t,this),(t=qo(t))._a?(e=t._isUTC?f(t._a):Jo(t._a),this._isDSTShifted=this.isValid()&&cn(t._a,e.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}function bn(){return!!this.isValid()&&!this._isUTC}function _n(){return!!this.isValid()&&this._isUTC}function xn(){return!!this.isValid()&&this._isUTC&&0===this._offset}n.updateOffset=function(){};var Sn=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,Bn=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Ln(e,t){var o,n,i,r=e,s=null;return an(e)?r={ms:e._milliseconds,d:e._days,M:e._months}:d(e)||!isNaN(+e)?(r={},t?r[t]=+e:r.milliseconds=+e):(s=Sn.exec(e))?(o="-"===s[1]?-1:1,r={y:0,d:de(s[qe])*o,h:de(s[We])*o,m:de(s[Ke])*o,s:de(s[Je])*o,ms:de(ln(1e3*s[$e]))*o}):(s=Bn.exec(e))?(o="-"===s[1]?-1:1,r={y:Tn(s[2],o),M:Tn(s[3],o),w:Tn(s[4],o),d:Tn(s[5],o),h:Tn(s[6],o),m:Tn(s[7],o),s:Tn(s[8],o)}):null==r?r={}:"object"==typeof r&&("from"in r||"to"in r)&&(i=Nn(Jo(r.from),Jo(r.to)),(r={}).ms=i.milliseconds,r.M=i.months),n=new sn(r),an(e)&&a(e,"_locale")&&(n._locale=e._locale),an(e)&&a(e,"_isValid")&&(n._isValid=e._isValid),n}function Tn(e,t){var o=e&&parseFloat(e.replace(",","."));return(isNaN(o)?0:o)*t}function En(e,t){var o={};return o.months=t.month()-e.month()+12*(t.year()-e.year()),e.clone().add(o.months,"M").isAfter(t)&&--o.months,o.milliseconds=+t-+e.clone().add(o.months,"M"),o}function Nn(e,t){var o;return e.isValid()&&t.isValid()?(t=pn(t,e),e.isBefore(t)?o=En(e,t):((o=En(t,e)).milliseconds=-o.milliseconds,o.months=-o.months),o):{milliseconds:0,months:0}}function Mn(e,t){return function(o,n){var i;return null===n||isNaN(+n)||(L(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),i=o,o=n,n=i),In(this,Ln(o,n),e),this}}function In(e,t,o,i){var r=t._milliseconds,s=ln(t._days),a=ln(t._months);e.isValid()&&(i=null==i||i,a&&ct(e,he(e,"Month")+a*o),s&&pe(e,"Date",he(e,"Date")+s*o),r&&e._d.setTime(e._d.valueOf()+r*o),i&&n.updateOffset(e,s||a))}Ln.fn=sn.prototype,Ln.invalid=rn;var Pn=Mn(1,"add"),On=Mn(-1,"subtract");function Dn(e){return"string"==typeof e||e instanceof String}function Rn(e){return b(e)||u(e)||Dn(e)||d(e)||Hn(e)||Vn(e)||null==e}function Vn(e){var t,o,n=s(e)&&!l(e),i=!1,r=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"];for(t=0;t<r.length;t+=1)o=r[t],i=i||a(e,o);return n&&i}function Hn(e){var t=r(e),o=!1;return t&&(o=0===e.filter((function(t){return!d(t)&&Dn(e)})).length),t&&o}function Yn(e){var t,o,n=s(e)&&!l(e),i=!1,r=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"];for(t=0;t<r.length;t+=1)o=r[t],i=i||a(e,o);return n&&i}function Fn(e,t){var o=e.diff(t,"days",!0);return o<-6?"sameElse":o<-1?"lastWeek":o<0?"lastDay":o<1?"sameDay":o<2?"nextDay":o<7?"nextWeek":"sameElse"}function zn(e,t){1===arguments.length&&(arguments[0]?Rn(arguments[0])?(e=arguments[0],t=void 0):Yn(arguments[0])&&(t=arguments[0],e=void 0):(e=void 0,t=void 0));var o=e||Jo(),i=pn(o,this).startOf("day"),r=n.calendarFormat(this,i)||"sameElse",s=t&&(T(t[r])?t[r].call(this,o):t[r]);return this.format(s||this.localeData().calendar(r,this,Jo(o)))}function jn(){return new C(this)}function Un(e,t){var o=b(e)?e:Jo(e);return!(!this.isValid()||!o.isValid())&&("millisecond"===(t=ne(t)||"millisecond")?this.valueOf()>o.valueOf():o.valueOf()<this.clone().startOf(t).valueOf())}function qn(e,t){var o=b(e)?e:Jo(e);return!(!this.isValid()||!o.isValid())&&("millisecond"===(t=ne(t)||"millisecond")?this.valueOf()<o.valueOf():this.clone().endOf(t).valueOf()<o.valueOf())}function Wn(e,t,o,n){var i=b(e)?e:Jo(e),r=b(t)?t:Jo(t);return!!(this.isValid()&&i.isValid()&&r.isValid())&&("("===(n=n||"()")[0]?this.isAfter(i,o):!this.isBefore(i,o))&&(")"===n[1]?this.isBefore(r,o):!this.isAfter(r,o))}function Kn(e,t){var o,n=b(e)?e:Jo(e);return!(!this.isValid()||!n.isValid())&&("millisecond"===(t=ne(t)||"millisecond")?this.valueOf()===n.valueOf():(o=n.valueOf(),this.clone().startOf(t).valueOf()<=o&&o<=this.clone().endOf(t).valueOf()))}function Jn(e,t){return this.isSame(e,t)||this.isAfter(e,t)}function $n(e,t){return this.isSame(e,t)||this.isBefore(e,t)}function Xn(e,t,o){var n,i,r;if(!this.isValid())return NaN;if(!(n=pn(e,this)).isValid())return NaN;switch(i=6e4*(n.utcOffset()-this.utcOffset()),t=ne(t)){case"year":r=Qn(this,n)/12;break;case"month":r=Qn(this,n);break;case"quarter":r=Qn(this,n)/3;break;case"second":r=(this-n)/1e3;break;case"minute":r=(this-n)/6e4;break;case"hour":r=(this-n)/36e5;break;case"day":r=(this-n-i)/864e5;break;case"week":r=(this-n-i)/6048e5;break;default:r=this-n}return o?r:ce(r)}function Qn(e,t){if(e.date()<t.date())return-Qn(t,e);var o=12*(t.year()-e.year())+(t.month()-e.month()),n=e.clone().add(o,"months");return-(o+(t-n<0?(t-n)/(n-e.clone().add(o-1,"months")):(t-n)/(e.clone().add(o+1,"months")-n)))||0}function Gn(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function Zn(e){if(!this.isValid())return null;var t=!0!==e,o=t?this.clone().utc():this;return o.year()<0||o.year()>9999?j(o,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):T(Date.prototype.toISOString)?t?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",j(o,"Z")):j(o,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}function ei(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e,t,o,n,i="moment",r="";return this.isLocal()||(i=0===this.utcOffset()?"moment.utc":"moment.parseZone",r="Z"),e="["+i+'("]',t=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",o="-MM-DD[T]HH:mm:ss.SSS",n=r+'[")]',this.format(e+t+o+n)}function ti(e){e||(e=this.isUtc()?n.defaultFormatUtc:n.defaultFormat);var t=j(this,e);return this.localeData().postformat(t)}function oi(e,t){return this.isValid()&&(b(e)&&e.isValid()||Jo(e).isValid())?Ln({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function ni(e){return this.from(Jo(),e)}function ii(e,t){return this.isValid()&&(b(e)&&e.isValid()||Jo(e).isValid())?Ln({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function ri(e){return this.to(Jo(),e)}function si(e){var t;return void 0===e?this._locale._abbr:(null!=(t=vo(e))&&(this._locale=t),this)}n.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",n.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var ai=x("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",(function(e){return void 0===e?this.localeData():this.locale(e)}));function li(){return this._locale}var ci=1e3,di=60*ci,ui=60*di,hi=3506328*ui;function pi(e,t){return(e%t+t)%t}function fi(e,t,o){return e<100&&e>=0?new Date(e+400,t,o)-hi:new Date(e,t,o).valueOf()}function mi(e,t,o){return e<100&&e>=0?Date.UTC(e+400,t,o)-hi:Date.UTC(e,t,o)}function gi(e){var t,o;if(void 0===(e=ne(e))||"millisecond"===e||!this.isValid())return this;switch(o=this._isUTC?mi:fi,e){case"year":t=o(this.year(),0,1);break;case"quarter":t=o(this.year(),this.month()-this.month()%3,1);break;case"month":t=o(this.year(),this.month(),1);break;case"week":t=o(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":t=o(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":t=o(this.year(),this.month(),this.date());break;case"hour":t=this._d.valueOf(),t-=pi(t+(this._isUTC?0:this.utcOffset()*di),ui);break;case"minute":t=this._d.valueOf(),t-=pi(t,di);break;case"second":t=this._d.valueOf(),t-=pi(t,ci)}return this._d.setTime(t),n.updateOffset(this,!0),this}function vi(e){var t,o;if(void 0===(e=ne(e))||"millisecond"===e||!this.isValid())return this;switch(o=this._isUTC?mi:fi,e){case"year":t=o(this.year()+1,0,1)-1;break;case"quarter":t=o(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":t=o(this.year(),this.month()+1,1)-1;break;case"week":t=o(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":t=o(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":t=o(this.year(),this.month(),this.date()+1)-1;break;case"hour":t=this._d.valueOf(),t+=ui-pi(t+(this._isUTC?0:this.utcOffset()*di),ui)-1;break;case"minute":t=this._d.valueOf(),t+=di-pi(t,di)-1;break;case"second":t=this._d.valueOf(),t+=ci-pi(t,ci)-1}return this._d.setTime(t),n.updateOffset(this,!0),this}function ki(){return this._d.valueOf()-6e4*(this._offset||0)}function yi(){return Math.floor(this.valueOf()/1e3)}function wi(){return new Date(this.valueOf())}function Ai(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]}function Ci(){var e=this;return{years:e.year(),months:e.month(),date:e.date(),hours:e.hours(),minutes:e.minutes(),seconds:e.seconds(),milliseconds:e.milliseconds()}}function bi(){return this.isValid()?this.toISOString():null}function _i(){return v(this)}function xi(){return p({},g(this))}function Si(){return g(this).overflow}function Bi(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}function Li(e,t){var o,i,r,s=this._eras||vo("en")._eras;for(o=0,i=s.length;o<i;++o)switch("string"==typeof s[o].since&&(r=n(s[o].since).startOf("day"),s[o].since=r.valueOf()),typeof s[o].until){case"undefined":s[o].until=1/0;break;case"string":r=n(s[o].until).startOf("day").valueOf(),s[o].until=r.valueOf()}return s}function Ti(e,t,o){var n,i,r,s,a,l=this.eras();for(e=e.toUpperCase(),n=0,i=l.length;n<i;++n)if(r=l[n].name.toUpperCase(),s=l[n].abbr.toUpperCase(),a=l[n].narrow.toUpperCase(),o)switch(t){case"N":case"NN":case"NNN":if(s===e)return l[n];break;case"NNNN":if(r===e)return l[n];break;case"NNNNN":if(a===e)return l[n]}else if([r,s,a].indexOf(e)>=0)return l[n]}function Ei(e,t){var o=e.since<=e.until?1:-1;return void 0===t?n(e.since).year():n(e.since).year()+(t-e.offset)*o}function Ni(){var e,t,o,n=this.localeData().eras();for(e=0,t=n.length;e<t;++e){if(o=this.clone().startOf("day").valueOf(),n[e].since<=o&&o<=n[e].until)return n[e].name;if(n[e].until<=o&&o<=n[e].since)return n[e].name}return""}function Mi(){var e,t,o,n=this.localeData().eras();for(e=0,t=n.length;e<t;++e){if(o=this.clone().startOf("day").valueOf(),n[e].since<=o&&o<=n[e].until)return n[e].narrow;if(n[e].until<=o&&o<=n[e].since)return n[e].narrow}return""}function Ii(){var e,t,o,n=this.localeData().eras();for(e=0,t=n.length;e<t;++e){if(o=this.clone().startOf("day").valueOf(),n[e].since<=o&&o<=n[e].until)return n[e].abbr;if(n[e].until<=o&&o<=n[e].since)return n[e].abbr}return""}function Pi(){var e,t,o,i,r=this.localeData().eras();for(e=0,t=r.length;e<t;++e)if(o=r[e].since<=r[e].until?1:-1,i=this.clone().startOf("day").valueOf(),r[e].since<=i&&i<=r[e].until||r[e].until<=i&&i<=r[e].since)return(this.year()-n(r[e].since).year())*o+r[e].offset;return this.year()}function Oi(e){return a(this,"_erasNameRegex")||zi.call(this),e?this._erasNameRegex:this._erasRegex}function Di(e){return a(this,"_erasAbbrRegex")||zi.call(this),e?this._erasAbbrRegex:this._erasRegex}function Ri(e){return a(this,"_erasNarrowRegex")||zi.call(this),e?this._erasNarrowRegex:this._erasRegex}function Vi(e,t){return t.erasAbbrRegex(e)}function Hi(e,t){return t.erasNameRegex(e)}function Yi(e,t){return t.erasNarrowRegex(e)}function Fi(e,t){return t._eraYearOrdinalRegex||Le}function zi(){var e,t,o=[],n=[],i=[],r=[],s=this.eras();for(e=0,t=s.length;e<t;++e)n.push(Re(s[e].name)),o.push(Re(s[e].abbr)),i.push(Re(s[e].narrow)),r.push(Re(s[e].name)),r.push(Re(s[e].abbr)),r.push(Re(s[e].narrow));this._erasRegex=new RegExp("^("+r.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+n.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+o.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+i.join("|")+")","i")}function ji(e,t){Y(0,[e,e.length],0,t)}function Ui(e){return Xi.call(this,e,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)}function qi(e){return Xi.call(this,e,this.isoWeek(),this.isoWeekday(),1,4)}function Wi(){return bt(this.year(),1,4)}function Ki(){return bt(this.isoWeekYear(),1,4)}function Ji(){var e=this.localeData()._week;return bt(this.year(),e.dow,e.doy)}function $i(){var e=this.localeData()._week;return bt(this.weekYear(),e.dow,e.doy)}function Xi(e,t,o,n,i){var r;return null==e?Ct(this,n,i).year:(t>(r=bt(e,n,i))&&(t=r),Qi.call(this,e,t,o,n,i))}function Qi(e,t,o,n,i){var r=At(e,t,o,n,i),s=yt(r.year,0,r.dayOfYear);return this.year(s.getUTCFullYear()),this.month(s.getUTCMonth()),this.date(s.getUTCDate()),this}function Gi(e){return null==e?Math.ceil((this.month()+1)/3):this.month(3*(e-1)+this.month()%3)}Y("N",0,0,"eraAbbr"),Y("NN",0,0,"eraAbbr"),Y("NNN",0,0,"eraAbbr"),Y("NNNN",0,0,"eraName"),Y("NNNNN",0,0,"eraNarrow"),Y("y",["y",1],"yo","eraYear"),Y("y",["yy",2],0,"eraYear"),Y("y",["yyy",3],0,"eraYear"),Y("y",["yyyy",4],0,"eraYear"),Pe("N",Vi),Pe("NN",Vi),Pe("NNN",Vi),Pe("NNNN",Hi),Pe("NNNNN",Yi),He(["N","NN","NNN","NNNN","NNNNN"],(function(e,t,o,n){var i=o._locale.erasParse(e,n,o._strict);i?g(o).era=i:g(o).invalidEra=e})),Pe("y",Le),Pe("yy",Le),Pe("yyy",Le),Pe("yyyy",Le),Pe("yo",Fi),He(["y","yy","yyy","yyyy"],je),He(["yo"],(function(e,t,o,n){var i;o._locale._eraYearOrdinalRegex&&(i=e.match(o._locale._eraYearOrdinalRegex)),o._locale.eraYearOrdinalParse?t[je]=o._locale.eraYearOrdinalParse(e,i):t[je]=parseInt(e,10)})),Y(0,["gg",2],0,(function(){return this.weekYear()%100})),Y(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),ji("gggg","weekYear"),ji("ggggg","weekYear"),ji("GGGG","isoWeekYear"),ji("GGGGG","isoWeekYear"),oe("weekYear","gg"),oe("isoWeekYear","GG"),se("weekYear",1),se("isoWeekYear",1),Pe("G",Te),Pe("g",Te),Pe("GG",Ce,ke),Pe("gg",Ce,ke),Pe("GGGG",Se,we),Pe("gggg",Se,we),Pe("GGGGG",Be,Ae),Pe("ggggg",Be,Ae),Ye(["gggg","ggggg","GGGG","GGGGG"],(function(e,t,o,n){t[n.substr(0,2)]=de(e)})),Ye(["gg","GG"],(function(e,t,o,i){t[i]=n.parseTwoDigitYear(e)})),Y("Q",0,"Qo","quarter"),oe("quarter","Q"),se("quarter",7),Pe("Q",ve),He("Q",(function(e,t){t[Ue]=3*(de(e)-1)})),Y("D",["DD",2],"Do","date"),oe("date","D"),se("date",9),Pe("D",Ce),Pe("DD",Ce,ke),Pe("Do",(function(e,t){return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient})),He(["D","DD"],qe),He("Do",(function(e,t){t[qe]=de(e.match(Ce)[0])}));var Zi=ue("Date",!0);function er(e){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==e?t:this.add(e-t,"d")}Y("DDD",["DDDD",3],"DDDo","dayOfYear"),oe("dayOfYear","DDD"),se("dayOfYear",4),Pe("DDD",xe),Pe("DDDD",ye),He(["DDD","DDDD"],(function(e,t,o){o._dayOfYear=de(e)})),Y("m",["mm",2],0,"minute"),oe("minute","m"),se("minute",14),Pe("m",Ce),Pe("mm",Ce,ke),He(["m","mm"],Ke);var tr=ue("Minutes",!1);Y("s",["ss",2],0,"second"),oe("second","s"),se("second",15),Pe("s",Ce),Pe("ss",Ce,ke),He(["s","ss"],Je);var or,nr,ir=ue("Seconds",!1);for(Y("S",0,0,(function(){return~~(this.millisecond()/100)})),Y(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),Y(0,["SSS",3],0,"millisecond"),Y(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),Y(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),Y(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),Y(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),Y(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),Y(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),oe("millisecond","ms"),se("millisecond",16),Pe("S",xe,ve),Pe("SS",xe,ke),Pe("SSS",xe,ye),or="SSSS";or.length<=9;or+="S")Pe(or,Le);function rr(e,t){t[$e]=de(1e3*("0."+e))}for(or="S";or.length<=9;or+="S")He(or,rr);function sr(){return this._isUTC?"UTC":""}function ar(){return this._isUTC?"Coordinated Universal Time":""}nr=ue("Milliseconds",!1),Y("z",0,0,"zoneAbbr"),Y("zz",0,0,"zoneName");var lr=C.prototype;function cr(e){return Jo(1e3*e)}function dr(){return Jo.apply(null,arguments).parseZone()}function ur(e){return e}lr.add=Pn,lr.calendar=zn,lr.clone=jn,lr.diff=Xn,lr.endOf=vi,lr.format=ti,lr.from=oi,lr.fromNow=ni,lr.to=ii,lr.toNow=ri,lr.get=fe,lr.invalidAt=Si,lr.isAfter=Un,lr.isBefore=qn,lr.isBetween=Wn,lr.isSame=Kn,lr.isSameOrAfter=Jn,lr.isSameOrBefore=$n,lr.isValid=_i,lr.lang=ai,lr.locale=si,lr.localeData=li,lr.max=Xo,lr.min=$o,lr.parsingFlags=xi,lr.set=me,lr.startOf=gi,lr.subtract=On,lr.toArray=Ai,lr.toObject=Ci,lr.toDate=wi,lr.toISOString=Zn,lr.inspect=ei,"undefined"!=typeof Symbol&&null!=Symbol.for&&(lr[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),lr.toJSON=bi,lr.toString=Gn,lr.unix=yi,lr.valueOf=ki,lr.creationData=Bi,lr.eraName=Ni,lr.eraNarrow=Mi,lr.eraAbbr=Ii,lr.eraYear=Pi,lr.year=gt,lr.isLeapYear=vt,lr.weekYear=Ui,lr.isoWeekYear=qi,lr.quarter=lr.quarters=Gi,lr.month=dt,lr.daysInMonth=ut,lr.week=lr.weeks=Lt,lr.isoWeek=lr.isoWeeks=Tt,lr.weeksInYear=Ji,lr.weeksInWeekYear=$i,lr.isoWeeksInYear=Wi,lr.isoWeeksInISOWeekYear=Ki,lr.date=Zi,lr.day=lr.days=Ut,lr.weekday=qt,lr.isoWeekday=Wt,lr.dayOfYear=er,lr.hour=lr.hours=no,lr.minute=lr.minutes=tr,lr.second=lr.seconds=ir,lr.millisecond=lr.milliseconds=nr,lr.utcOffset=mn,lr.utc=vn,lr.local=kn,lr.parseZone=yn,lr.hasAlignedHourOffset=wn,lr.isDST=An,lr.isLocal=bn,lr.isUtcOffset=_n,lr.isUtc=xn,lr.isUTC=xn,lr.zoneAbbr=sr,lr.zoneName=ar,lr.dates=x("dates accessor is deprecated. Use date instead.",Zi),lr.months=x("months accessor is deprecated. Use month instead",dt),lr.years=x("years accessor is deprecated. Use year instead",gt),lr.zone=x("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",gn),lr.isDSTShifted=x("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",Cn);var hr=M.prototype;function pr(e,t,o,n){var i=vo(),r=f().set(n,t);return i[o](r,e)}function fr(e,t,o){if(d(e)&&(t=e,e=void 0),e=e||"",null!=t)return pr(e,t,o,"month");var n,i=[];for(n=0;n<12;n++)i[n]=pr(e,n,o,"month");return i}function mr(e,t,o,n){"boolean"==typeof e?(d(t)&&(o=t,t=void 0),t=t||""):(o=t=e,e=!1,d(t)&&(o=t,t=void 0),t=t||"");var i,r=vo(),s=e?r._week.dow:0,a=[];if(null!=o)return pr(t,(o+s)%7,n,"day");for(i=0;i<7;i++)a[i]=pr(t,(i+s)%7,n,"day");return a}function gr(e,t){return fr(e,t,"months")}function vr(e,t){return fr(e,t,"monthsShort")}function kr(e,t,o){return mr(e,t,o,"weekdays")}function yr(e,t,o){return mr(e,t,o,"weekdaysShort")}function wr(e,t,o){return mr(e,t,o,"weekdaysMin")}hr.calendar=P,hr.longDateFormat=W,hr.invalidDate=J,hr.ordinal=Q,hr.preparse=ur,hr.postformat=ur,hr.relativeTime=Z,hr.pastFuture=ee,hr.set=E,hr.eras=Li,hr.erasParse=Ti,hr.erasConvertYear=Ei,hr.erasAbbrRegex=Di,hr.erasNameRegex=Oi,hr.erasNarrowRegex=Ri,hr.months=rt,hr.monthsShort=st,hr.monthsParse=lt,hr.monthsRegex=pt,hr.monthsShortRegex=ht,hr.week=_t,hr.firstDayOfYear=Bt,hr.firstDayOfWeek=St,hr.weekdays=Ht,hr.weekdaysMin=Ft,hr.weekdaysShort=Yt,hr.weekdaysParse=jt,hr.weekdaysRegex=Kt,hr.weekdaysShortRegex=Jt,hr.weekdaysMinRegex=$t,hr.isPM=to,hr.meridiem=io,fo("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1===de(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}}),n.lang=x("moment.lang is deprecated. Use moment.locale instead.",fo),n.langData=x("moment.langData is deprecated. Use moment.localeData instead.",vo);var Ar=Math.abs;function Cr(){var e=this._data;return this._milliseconds=Ar(this._milliseconds),this._days=Ar(this._days),this._months=Ar(this._months),e.milliseconds=Ar(e.milliseconds),e.seconds=Ar(e.seconds),e.minutes=Ar(e.minutes),e.hours=Ar(e.hours),e.months=Ar(e.months),e.years=Ar(e.years),this}function br(e,t,o,n){var i=Ln(t,o);return e._milliseconds+=n*i._milliseconds,e._days+=n*i._days,e._months+=n*i._months,e._bubble()}function _r(e,t){return br(this,e,t,1)}function xr(e,t){return br(this,e,t,-1)}function Sr(e){return e<0?Math.floor(e):Math.ceil(e)}function Br(){var e,t,o,n,i,r=this._milliseconds,s=this._days,a=this._months,l=this._data;return r>=0&&s>=0&&a>=0||r<=0&&s<=0&&a<=0||(r+=864e5*Sr(Tr(a)+s),s=0,a=0),l.milliseconds=r%1e3,e=ce(r/1e3),l.seconds=e%60,t=ce(e/60),l.minutes=t%60,o=ce(t/60),l.hours=o%24,s+=ce(o/24),a+=i=ce(Lr(s)),s-=Sr(Tr(i)),n=ce(a/12),a%=12,l.days=s,l.months=a,l.years=n,this}function Lr(e){return 4800*e/146097}function Tr(e){return 146097*e/4800}function Er(e){if(!this.isValid())return NaN;var t,o,n=this._milliseconds;if("month"===(e=ne(e))||"quarter"===e||"year"===e)switch(t=this._days+n/864e5,o=this._months+Lr(t),e){case"month":return o;case"quarter":return o/3;case"year":return o/12}else switch(t=this._days+Math.round(Tr(this._months)),e){case"week":return t/7+n/6048e5;case"day":return t+n/864e5;case"hour":return 24*t+n/36e5;case"minute":return 1440*t+n/6e4;case"second":return 86400*t+n/1e3;case"millisecond":return Math.floor(864e5*t)+n;default:throw new Error("Unknown unit "+e)}}function Nr(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*de(this._months/12):NaN}function Mr(e){return function(){return this.as(e)}}var Ir=Mr("ms"),Pr=Mr("s"),Or=Mr("m"),Dr=Mr("h"),Rr=Mr("d"),Vr=Mr("w"),Hr=Mr("M"),Yr=Mr("Q"),Fr=Mr("y");function zr(){return Ln(this)}function jr(e){return e=ne(e),this.isValid()?this[e+"s"]():NaN}function Ur(e){return function(){return this.isValid()?this._data[e]:NaN}}var qr=Ur("milliseconds"),Wr=Ur("seconds"),Kr=Ur("minutes"),Jr=Ur("hours"),$r=Ur("days"),Xr=Ur("months"),Qr=Ur("years");function Gr(){return ce(this.days()/7)}var Zr=Math.round,es={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function ts(e,t,o,n,i){return i.relativeTime(t||1,!!o,e,n)}function os(e,t,o,n){var i=Ln(e).abs(),r=Zr(i.as("s")),s=Zr(i.as("m")),a=Zr(i.as("h")),l=Zr(i.as("d")),c=Zr(i.as("M")),d=Zr(i.as("w")),u=Zr(i.as("y")),h=r<=o.ss&&["s",r]||r<o.s&&["ss",r]||s<=1&&["m"]||s<o.m&&["mm",s]||a<=1&&["h"]||a<o.h&&["hh",a]||l<=1&&["d"]||l<o.d&&["dd",l];return null!=o.w&&(h=h||d<=1&&["w"]||d<o.w&&["ww",d]),(h=h||c<=1&&["M"]||c<o.M&&["MM",c]||u<=1&&["y"]||["yy",u])[2]=t,h[3]=+e>0,h[4]=n,ts.apply(null,h)}function ns(e){return void 0===e?Zr:"function"==typeof e&&(Zr=e,!0)}function is(e,t){return void 0!==es[e]&&(void 0===t?es[e]:(es[e]=t,"s"===e&&(es.ss=t-1),!0))}function rs(e,t){if(!this.isValid())return this.localeData().invalidDate();var o,n,i=!1,r=es;return"object"==typeof e&&(t=e,e=!1),"boolean"==typeof e&&(i=e),"object"==typeof t&&(r=Object.assign({},es,t),null!=t.s&&null==t.ss&&(r.ss=t.s-1)),n=os(this,!i,r,o=this.localeData()),i&&(n=o.pastFuture(+this,n)),o.postformat(n)}var ss=Math.abs;function as(e){return(e>0)-(e<0)||+e}function ls(){if(!this.isValid())return this.localeData().invalidDate();var e,t,o,n,i,r,s,a,l=ss(this._milliseconds)/1e3,c=ss(this._days),d=ss(this._months),u=this.asSeconds();return u?(e=ce(l/60),t=ce(e/60),l%=60,e%=60,o=ce(d/12),d%=12,n=l?l.toFixed(3).replace(/\.?0+$/,""):"",i=u<0?"-":"",r=as(this._months)!==as(u)?"-":"",s=as(this._days)!==as(u)?"-":"",a=as(this._milliseconds)!==as(u)?"-":"",i+"P"+(o?r+o+"Y":"")+(d?r+d+"M":"")+(c?s+c+"D":"")+(t||e||l?"T":"")+(t?a+t+"H":"")+(e?a+e+"M":"")+(l?a+n+"S":"")):"P0D"}var cs=sn.prototype;return cs.isValid=nn,cs.abs=Cr,cs.add=_r,cs.subtract=xr,cs.as=Er,cs.asMilliseconds=Ir,cs.asSeconds=Pr,cs.asMinutes=Or,cs.asHours=Dr,cs.asDays=Rr,cs.asWeeks=Vr,cs.asMonths=Hr,cs.asQuarters=Yr,cs.asYears=Fr,cs.valueOf=Nr,cs._bubble=Br,cs.clone=zr,cs.get=jr,cs.milliseconds=qr,cs.seconds=Wr,cs.minutes=Kr,cs.hours=Jr,cs.days=$r,cs.weeks=Gr,cs.months=Xr,cs.years=Qr,cs.humanize=rs,cs.toISOString=ls,cs.toString=ls,cs.toJSON=ls,cs.locale=si,cs.localeData=li,cs.toIsoString=x("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",ls),cs.lang=ai,Y("X",0,0,"unix"),Y("x",0,0,"valueOf"),Pe("x",Te),Pe("X",Me),He("X",(function(e,t,o){o._d=new Date(1e3*parseFloat(e))})),He("x",(function(e,t,o){o._d=new Date(de(e))})),

Callers 15

createElementBlockFunction · 0.85
_createVNodeFunction · 0.85
dokit.jsFile · 0.85
render$CFunction · 0.85
render$BFunction · 0.85
render$AFunction · 0.85
render$yFunction · 0.85
render$xFunction · 0.85
render$wFunction · 0.85
render$vFunction · 0.85
render$uFunction · 0.85
render$tFunction · 0.85

Calls 4

normalizeKeyFunction · 0.85
normalizeRefFunction · 0.85
normalizeChildrenFunction · 0.85
isStringFunction · 0.85

Tested by

no test coverage detected