From e64bd78fd9646e168efebfdfb66416f2632dfeea Mon Sep 17 00:00:00 2001 From: Leonard Biano Date: Mon, 1 Jul 2024 11:52:29 +0800 Subject: [PATCH] StudioPlus Module Update Fix statistic counting --- .../StudioPlus/Public/js/creator-studio.js | 2 +- Modules/StudioPlus/Public/mix-manifest.json | 2 +- .../Resources/assets/js/CreatorStudio/App.vue | 93 +++++++++++++------ 3 files changed, 67 insertions(+), 30 deletions(-) diff --git a/Modules/StudioPlus/Public/js/creator-studio.js b/Modules/StudioPlus/Public/js/creator-studio.js index 28c15a27..bbb59d0a 100644 --- a/Modules/StudioPlus/Public/js/creator-studio.js +++ b/Modules/StudioPlus/Public/js/creator-studio.js @@ -1,2 +1,2 @@ /*! For license information please see creator-studio.js.LICENSE.txt */ -(()=>{var e={9742:(e,t)=>{"use strict";t.byteLength=function(e){var t=a(e),n=t[0],i=t[1];return 3*(n+i)/4-i},t.toByteArray=function(e){var t,n,r=a(e),s=r[0],l=r[1],u=new o(function(e,t,n){return 3*(t+n)/4-n}(0,s,l)),c=0,d=l>0?s-4:s;for(n=0;n>16&255,u[c++]=t>>8&255,u[c++]=255&t;2===l&&(t=i[e.charCodeAt(n)]<<2|i[e.charCodeAt(n+1)]>>4,u[c++]=255&t);1===l&&(t=i[e.charCodeAt(n)]<<10|i[e.charCodeAt(n+1)]<<4|i[e.charCodeAt(n+2)]>>2,u[c++]=t>>8&255,u[c++]=255&t);return u},t.fromByteArray=function(e){for(var t,i=e.length,o=i%3,r=[],s=16383,a=0,u=i-o;au?u:a+s));1===o?(t=e[i-1],r.push(n[t>>2]+n[t<<4&63]+"==")):2===o&&(t=(e[i-2]<<8)+e[i-1],r.push(n[t>>10]+n[t>>4&63]+n[t<<2&63]+"="));return r.join("")};for(var n=[],i=[],o="undefined"!=typeof Uint8Array?Uint8Array:Array,r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",s=0;s<64;++s)n[s]=r[s],i[r.charCodeAt(s)]=s;function a(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");return-1===n&&(n=t),[n,n===t?0:4-n%4]}function l(e,t,i){for(var o,r,s=[],a=t;a>18&63]+n[r>>12&63]+n[r>>6&63]+n[63&r]);return s.join("")}i["-".charCodeAt(0)]=62,i["_".charCodeAt(0)]=63},8764:(e,t,n)=>{"use strict";var i=n(9742),o=n(645),r=n(5826);function s(){return l.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function a(e,t){if(s()=s())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+s().toString(16)+" bytes");return 0|e}function f(e,t){if(l.isBuffer(e))return e.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;"string"!=typeof e&&(e=""+e);var n=e.length;if(0===n)return 0;for(var i=!1;;)switch(t){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":case void 0:return V(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return B(e).length;default:if(i)return V(e).length;t=(""+t).toLowerCase(),i=!0}}function m(e,t,n){var i=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return O(this,t,n);case"utf8":case"utf-8":return S(this,t,n);case"ascii":return T(this,t,n);case"latin1":case"binary":return D(this,t,n);case"base64":return M(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Y(this,t,n);default:if(i)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),i=!0}}function g(e,t,n){var i=e[t];e[t]=e[n],e[n]=i}function y(e,t,n,i,o){if(0===e.length)return-1;if("string"==typeof n?(i=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,isNaN(n)&&(n=o?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(o)return-1;n=e.length-1}else if(n<0){if(!o)return-1;n=0}if("string"==typeof t&&(t=l.from(t,i)),l.isBuffer(t))return 0===t.length?-1:v(e,t,n,i,o);if("number"==typeof t)return t&=255,l.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?o?Uint8Array.prototype.indexOf.call(e,t,n):Uint8Array.prototype.lastIndexOf.call(e,t,n):v(e,[t],n,i,o);throw new TypeError("val must be string, number or Buffer")}function v(e,t,n,i,o){var r,s=1,a=e.length,l=t.length;if(void 0!==i&&("ucs2"===(i=String(i).toLowerCase())||"ucs-2"===i||"utf16le"===i||"utf-16le"===i)){if(e.length<2||t.length<2)return-1;s=2,a/=2,l/=2,n/=2}function u(e,t){return 1===s?e[t]:e.readUInt16BE(t*s)}if(o){var c=-1;for(r=n;ra&&(n=a-l),r=n;r>=0;r--){for(var d=!0,p=0;po&&(i=o):i=o;var r=t.length;if(r%2!=0)throw new TypeError("Invalid hex string");i>r/2&&(i=r/2);for(var s=0;s>8,o=n%256,r.push(o),r.push(i);return r}(t,e.length-n),e,n,i)}function M(e,t,n){return 0===t&&n===e.length?i.fromByteArray(e):i.fromByteArray(e.slice(t,n))}function S(e,t,n){n=Math.min(e.length,n);for(var i=[],o=t;o239?4:u>223?3:u>191?2:1;if(o+d<=n)switch(d){case 1:u<128&&(c=u);break;case 2:128==(192&(r=e[o+1]))&&(l=(31&u)<<6|63&r)>127&&(c=l);break;case 3:r=e[o+1],s=e[o+2],128==(192&r)&&128==(192&s)&&(l=(15&u)<<12|(63&r)<<6|63&s)>2047&&(l<55296||l>57343)&&(c=l);break;case 4:r=e[o+1],s=e[o+2],a=e[o+3],128==(192&r)&&128==(192&s)&&128==(192&a)&&(l=(15&u)<<18|(63&r)<<12|(63&s)<<6|63&a)>65535&&l<1114112&&(c=l)}null===c?(c=65533,d=1):c>65535&&(c-=65536,i.push(c>>>10&1023|55296),c=56320|1023&c),i.push(c),o+=d}return function(e){var t=e.length;if(t<=C)return String.fromCharCode.apply(String,e);var n="",i=0;for(;i0&&(e=this.toString("hex",0,n).match(/.{2}/g).join(" "),this.length>n&&(e+=" ... ")),""},l.prototype.compare=function(e,t,n,i,o){if(!l.isBuffer(e))throw new TypeError("Argument must be a Buffer");if(void 0===t&&(t=0),void 0===n&&(n=e?e.length:0),void 0===i&&(i=0),void 0===o&&(o=this.length),t<0||n>e.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&t>=n)return 0;if(i>=o)return-1;if(t>=n)return 1;if(this===e)return 0;for(var r=(o>>>=0)-(i>>>=0),s=(n>>>=0)-(t>>>=0),a=Math.min(r,s),u=this.slice(i,o),c=e.slice(t,n),d=0;do)&&(n=o),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var r=!1;;)switch(i){case"hex":return b(this,e,t,n);case"utf8":case"utf-8":return _(this,e,t,n);case"ascii":return w(this,e,t,n);case"latin1":case"binary":return k(this,e,t,n);case"base64":return x(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return L(this,e,t,n);default:if(r)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),r=!0}},l.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var C=4096;function T(e,t,n){var i="";n=Math.min(e.length,n);for(var o=t;oi)&&(n=i);for(var o="",r=t;rn)throw new RangeError("Trying to access beyond buffer length")}function P(e,t,n,i,o,r){if(!l.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>o||te.length)throw new RangeError("Index out of range")}function I(e,t,n,i){t<0&&(t=65535+t+1);for(var o=0,r=Math.min(e.length-n,2);o>>8*(i?o:1-o)}function j(e,t,n,i){t<0&&(t=4294967295+t+1);for(var o=0,r=Math.min(e.length-n,4);o>>8*(i?o:3-o)&255}function A(e,t,n,i,o,r){if(n+i>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function R(e,t,n,i,r){return r||A(e,0,n,4),o.write(e,t,n,i,23,4),n+4}function F(e,t,n,i,r){return r||A(e,0,n,8),o.write(e,t,n,i,52,8),n+8}l.prototype.slice=function(e,t){var n,i=this.length;if((e=~~e)<0?(e+=i)<0&&(e=0):e>i&&(e=i),(t=void 0===t?i:~~t)<0?(t+=i)<0&&(t=0):t>i&&(t=i),t0&&(o*=256);)i+=this[e+--t]*o;return i},l.prototype.readUInt8=function(e,t){return t||E(e,1,this.length),this[e]},l.prototype.readUInt16LE=function(e,t){return t||E(e,2,this.length),this[e]|this[e+1]<<8},l.prototype.readUInt16BE=function(e,t){return t||E(e,2,this.length),this[e]<<8|this[e+1]},l.prototype.readUInt32LE=function(e,t){return t||E(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},l.prototype.readUInt32BE=function(e,t){return t||E(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},l.prototype.readIntLE=function(e,t,n){e|=0,t|=0,n||E(e,t,this.length);for(var i=this[e],o=1,r=0;++r=(o*=128)&&(i-=Math.pow(2,8*t)),i},l.prototype.readIntBE=function(e,t,n){e|=0,t|=0,n||E(e,t,this.length);for(var i=t,o=1,r=this[e+--i];i>0&&(o*=256);)r+=this[e+--i]*o;return r>=(o*=128)&&(r-=Math.pow(2,8*t)),r},l.prototype.readInt8=function(e,t){return t||E(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},l.prototype.readInt16LE=function(e,t){t||E(e,2,this.length);var n=this[e]|this[e+1]<<8;return 32768&n?4294901760|n:n},l.prototype.readInt16BE=function(e,t){t||E(e,2,this.length);var n=this[e+1]|this[e]<<8;return 32768&n?4294901760|n:n},l.prototype.readInt32LE=function(e,t){return t||E(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},l.prototype.readInt32BE=function(e,t){return t||E(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},l.prototype.readFloatLE=function(e,t){return t||E(e,4,this.length),o.read(this,e,!0,23,4)},l.prototype.readFloatBE=function(e,t){return t||E(e,4,this.length),o.read(this,e,!1,23,4)},l.prototype.readDoubleLE=function(e,t){return t||E(e,8,this.length),o.read(this,e,!0,52,8)},l.prototype.readDoubleBE=function(e,t){return t||E(e,8,this.length),o.read(this,e,!1,52,8)},l.prototype.writeUIntLE=function(e,t,n,i){(e=+e,t|=0,n|=0,i)||P(this,e,t,n,Math.pow(2,8*n)-1,0);var o=1,r=0;for(this[t]=255&e;++r=0&&(r*=256);)this[t+o]=e/r&255;return t+n},l.prototype.writeUInt8=function(e,t,n){return e=+e,t|=0,n||P(this,e,t,1,255,0),l.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[t]=255&e,t+1},l.prototype.writeUInt16LE=function(e,t,n){return e=+e,t|=0,n||P(this,e,t,2,65535,0),l.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):I(this,e,t,!0),t+2},l.prototype.writeUInt16BE=function(e,t,n){return e=+e,t|=0,n||P(this,e,t,2,65535,0),l.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):I(this,e,t,!1),t+2},l.prototype.writeUInt32LE=function(e,t,n){return e=+e,t|=0,n||P(this,e,t,4,4294967295,0),l.TYPED_ARRAY_SUPPORT?(this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e):j(this,e,t,!0),t+4},l.prototype.writeUInt32BE=function(e,t,n){return e=+e,t|=0,n||P(this,e,t,4,4294967295,0),l.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):j(this,e,t,!1),t+4},l.prototype.writeIntLE=function(e,t,n,i){if(e=+e,t|=0,!i){var o=Math.pow(2,8*n-1);P(this,e,t,n,o-1,-o)}var r=0,s=1,a=0;for(this[t]=255&e;++r>0)-a&255;return t+n},l.prototype.writeIntBE=function(e,t,n,i){if(e=+e,t|=0,!i){var o=Math.pow(2,8*n-1);P(this,e,t,n,o-1,-o)}var r=n-1,s=1,a=0;for(this[t+r]=255&e;--r>=0&&(s*=256);)e<0&&0===a&&0!==this[t+r+1]&&(a=1),this[t+r]=(e/s>>0)-a&255;return t+n},l.prototype.writeInt8=function(e,t,n){return e=+e,t|=0,n||P(this,e,t,1,127,-128),l.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[t]=255&e,t+1},l.prototype.writeInt16LE=function(e,t,n){return e=+e,t|=0,n||P(this,e,t,2,32767,-32768),l.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):I(this,e,t,!0),t+2},l.prototype.writeInt16BE=function(e,t,n){return e=+e,t|=0,n||P(this,e,t,2,32767,-32768),l.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):I(this,e,t,!1),t+2},l.prototype.writeInt32LE=function(e,t,n){return e=+e,t|=0,n||P(this,e,t,4,2147483647,-2147483648),l.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24):j(this,e,t,!0),t+4},l.prototype.writeInt32BE=function(e,t,n){return e=+e,t|=0,n||P(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),l.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):j(this,e,t,!1),t+4},l.prototype.writeFloatLE=function(e,t,n){return R(this,e,t,!0,n)},l.prototype.writeFloatBE=function(e,t,n){return R(this,e,t,!1,n)},l.prototype.writeDoubleLE=function(e,t,n){return F(this,e,t,!0,n)},l.prototype.writeDoubleBE=function(e,t,n){return F(this,e,t,!1,n)},l.prototype.copy=function(e,t,n,i){if(n||(n=0),i||0===i||(i=this.length),t>=e.length&&(t=e.length),t||(t=0),i>0&&i=this.length)throw new RangeError("sourceStart out of bounds");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),e.length-t=0;--o)e[o+t]=this[o+n];else if(r<1e3||!l.TYPED_ARRAY_SUPPORT)for(o=0;o>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"==typeof e)for(r=t;r55295&&n<57344){if(!o){if(n>56319){(t-=3)>-1&&r.push(239,191,189);continue}if(s+1===i){(t-=3)>-1&&r.push(239,191,189);continue}o=n;continue}if(n<56320){(t-=3)>-1&&r.push(239,191,189),o=n;continue}n=65536+(o-55296<<10|n-56320)}else o&&(t-=3)>-1&&r.push(239,191,189);if(o=null,n<128){if((t-=1)<0)break;r.push(n)}else if(n<2048){if((t-=2)<0)break;r.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;r.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;r.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return r}function B(e){return i.toByteArray(function(e){if((e=function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}(e).replace(H,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function N(e,t,n,i){for(var o=0;o=t.length||o>=e.length);++o)t[o+n]=e[o];return o}},6654:(e,t,n)=>{"use strict";n.d(t,{Z:()=>p});var i=n(3645),o=n.n(i),r=n(1667),s=n.n(r),a=n(6091),l=n(540),u=o()((function(e){return e[1]})),c=s()(a.Z),d=s()(l.Z);u.push([e.id,".p-component,.p-component *{box-sizing:border-box}.p-hidden{display:none}.p-hidden-space{visibility:hidden}.p-hidden-accessible{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.p-hidden-accessible input,.p-hidden-accessible select{transform:scale(0)}.p-reset{border:0;font-size:100%;list-style:none;margin:0;outline:0;padding:0;text-decoration:none}.p-disabled,.p-disabled *{cursor:default!important;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-component-overlay{height:100%;left:0;position:fixed;top:0;width:100%}.p-overflow-hidden{overflow:hidden}.p-unselectable-text{-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-scrollbar-measure{height:100px;overflow:scroll;position:absolute;top:-9999px;width:100px}@keyframes p-fadein{0%{opacity:0}to{opacity:1}}button,input[type=button],input[type=file]::-webkit-file-upload-button,input[type=reset],input[type=submit]{border-radius:0}.p-link{background-color:transparent;border:0;cursor:pointer;margin:0;padding:0;text-align:left;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-link:disabled{cursor:default}.p-connected-overlay{opacity:0;transform:scaleY(.8);transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1)}.p-connected-overlay-visible{opacity:1;transform:scaleY(1)}.p-connected-overlay-hidden{opacity:0;transform:scaleY(1);transition:opacity .1s linear}.p-connected-overlay-enter-from{opacity:0;transform:scaleY(.8)}.p-connected-overlay-leave-to{opacity:0}.p-connected-overlay-enter-active{transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1)}.p-connected-overlay-leave-active{transition:opacity .1s linear}.p-toggleable-content-enter-from,.p-toggleable-content-leave-to{max-height:0}.p-toggleable-content-enter-to,.p-toggleable-content-leave-from{max-height:1000px}.p-toggleable-content-leave-active{overflow:hidden;transition:max-height .45s cubic-bezier(0,1,0,1)}.p-toggleable-content-enter-active{overflow:hidden;transition:max-height 1s ease-in-out}.p-sr-only{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.p-badge{border-radius:10px;display:inline-block;padding:0 .5rem;text-align:center}.p-overlay-badge{position:relative}.p-overlay-badge .p-badge{margin:0;position:absolute;right:0;top:0;transform:translate(50%,-50%);transform-origin:100% 0}.p-badge-dot{height:.5rem;min-width:.5rem;width:.5rem}.p-badge-dot,.p-badge-no-gutter{border-radius:50%;padding:0}.p-button{align-items:center;cursor:pointer;display:inline-flex;margin:0;overflow:hidden;position:relative;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:bottom}.p-button-label{flex:1 1 auto}.p-button-icon-right{order:1}.p-button:disabled{cursor:default}.p-button-icon-only{justify-content:center}.p-button-icon-only .p-button-label{flex:0 0 auto;visibility:hidden;width:0}.p-button-vertical{flex-direction:column}.p-button-icon-bottom{order:2}.p-buttonset .p-button{margin:0}.p-buttonset .p-button:not(:last-child){border-right:0}.p-buttonset .p-button:not(:first-of-type):not(:last-of-type){border-radius:0}.p-buttonset .p-button:first-of-type{border-bottom-right-radius:0;border-top-right-radius:0}.p-buttonset .p-button:last-of-type{border-bottom-left-radius:0;border-top-left-radius:0}.p-buttonset .p-button:focus{position:relative;z-index:1}.p-checkbox{cursor:pointer;display:inline-flex;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:bottom}.p-checkbox.p-checkbox-disabled{cursor:default}.p-checkbox-box{align-items:center;display:flex;justify-content:center}.p-colorpicker-panel .p-colorpicker-color{background:transparent url("+c+") no-repeat 0 0}.p-colorpicker-panel .p-colorpicker-hue{background:transparent url("+d+") no-repeat 0 0}.p-inputtext{margin:0}.p-fluid .p-inputtext{width:100%}.p-inputgroup{align-items:stretch;display:flex;width:100%}.p-inputgroup-addon{align-items:center;display:flex;justify-content:center}.p-inputgroup .p-float-label{align-items:stretch;display:flex;width:100%}.p-fluid .p-inputgroup .p-input,.p-fluid .p-inputgroup .p-inputtext,.p-inputgroup .p-inputtext,.p-inputgroup .p-inputwrapper{flex:1 1 auto;width:1%}.p-float-label{display:block;position:relative}.p-float-label label{line-height:1;margin-top:-.5rem;pointer-events:none;position:absolute;top:50%;transition-property:all;transition-timing-function:ease}.p-float-label textarea~label{top:1rem}.p-float-label .p-inputwrapper-filled~label,.p-float-label .p-inputwrapper-focus~label,.p-float-label input.p-filled~label,.p-float-label input:focus~label,.p-float-label textarea.p-filled~label,.p-float-label textarea:focus~label{font-size:12px;top:-.75rem}.p-float-label .input:-webkit-autofill~label{font-size:12px;top:-20px}.p-float-label .p-inputtext::-moz-placeholder,.p-float-label input::-moz-placeholder{opacity:0;-moz-transition-property:all;transition-property:all;transition-timing-function:ease}.p-float-label .p-inputtext::placeholder,.p-float-label .p-placeholder,.p-float-label input::placeholder{opacity:0;transition-property:all;transition-timing-function:ease}.p-float-label .p-inputtext:focus::-moz-placeholder,.p-float-label input:focus::-moz-placeholder{opacity:1;-moz-transition-property:all;transition-property:all;transition-timing-function:ease}.p-float-label .p-focus .p-placeholder,.p-float-label .p-inputtext:focus::placeholder,.p-float-label input:focus::placeholder{opacity:1;transition-property:all;transition-timing-function:ease}.p-input-icon-left,.p-input-icon-right{display:inline-block;position:relative}.p-input-icon-left>i,.p-input-icon-left>svg,.p-input-icon-right>i,.p-input-icon-right>svg{margin-top:-.5rem;position:absolute;top:50%}.p-fluid .p-input-icon-left,.p-fluid .p-input-icon-right{display:block;width:100%}.p-radiobutton{cursor:pointer;display:inline-flex;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:bottom}.p-radiobutton.p-radiobutton-disabled{cursor:default}.p-radiobutton-box{align-items:center;display:flex;justify-content:center}.p-radiobutton-icon{backface-visibility:hidden;border-radius:50%;transform:translateZ(0) scale(.1);visibility:hidden}.p-radiobutton-box.p-highlight .p-radiobutton-icon{transform:translateZ(0) scale(1);visibility:visible}.p-ripple{overflow:hidden;position:relative}.p-ink{background:hsla(0,0%,100%,.5);border-radius:100%;display:block;pointer-events:none;position:absolute;transform:scale(0)}.p-ink-active{animation:ripple .4s linear}.p-ripple-disabled .p-ink{display:none!important}@keyframes ripple{to{opacity:0;transform:scale(2.5)}}.p-tooltip{display:none;max-width:12.5rem;padding:.25em .5rem;position:absolute}.p-tooltip.p-tooltip-left,.p-tooltip.p-tooltip-right{padding:0 .25rem}.p-tooltip.p-tooltip-bottom,.p-tooltip.p-tooltip-top{padding:.25em 0}.p-tooltip .p-tooltip-text{white-space:pre-line;word-break:break-word}.p-tooltip-arrow{border-color:transparent;border-style:solid;height:0;position:absolute;width:0}.p-tooltip-right .p-tooltip-arrow{border-width:.25em .25em .25em 0;left:0;margin-top:-.25rem;top:50%}.p-tooltip-left .p-tooltip-arrow{border-width:.25em 0 .25em .25rem;margin-top:-.25rem;right:0;top:50%}.p-tooltip.p-tooltip-top{padding:.25em 0}.p-tooltip-top .p-tooltip-arrow{border-width:.25em .25em 0;bottom:0;left:50%;margin-left:-.25rem}.p-tooltip-bottom .p-tooltip-arrow{border-width:0 .25em .25rem;left:50%;margin-left:-.25rem;top:0}",""]);const p=u},515:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var i=n(3645),o=n.n(i)()((function(e){return e[1]}));o.push([e.id,".label{font-weight:600;margin-bottom:5px}.p-inputtext,textarea{background:#fff!important}input.p-inputtext:disabled{background-color:#4d4f5f4d!important}textarea.p-inputtextarea{overflow:auto!important;resize:vertical!important}.video-preview{height:15rem}",""]);const r=o},2218:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var i=n(3645),o=n.n(i)()((function(e){return e[1]}));o.push([e.id,".video.mobile *{font-size:.875rem}.video.mobile .details{min-width:100%!important}.video.mobile .upload-actions{display:flex!important}.video.mobile .upload-description{display:block!important}.video.mobile .p-dropdown.p-component{border:none}.video.mobile .p-inputtext.p-component{padding:.3rem}.video.mobile .p-inputtext-sm .p-inputtext{padding:.3rem 0}.video.mobile .p-button.p-component{color:var(--text_color);padding:.2rem}.video.mobile .p-button.p-component:not(.p-button-text){background-color:#ffc107;border-color:#ffc107}.video.mobile .p-button.p-component .p-button-label{font-weight:400}.video.mobile .p-button.p-component.p-button-text .p-button-label{color:#ffc107}.video.mobile .p-button.p-component.active{background-color:#ffc107!important}.video.mobile .p-button:hover.p-component:hover:not(.p-button-text){background-color:#ffce3a}.video.mobile .p-button:hover.p-component:hover:not(.p-button-text) .p-button-label{font-weight:400}",""]);const r=o},9810:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var i=n(3645),o=n.n(i)()((function(e){return e[1]}));o.push([e.id,".p-datatable-scrollable .p-frozen-column{position:sticky!important;z-index:2!important}.p-datatable-scrollable .p-frozen-column:not(th){background:#fff!important}@media (max-width:640px){.p-datatable-scrollable .p-frozen-column{position:relative!important}#main-content{padding:0!important}#creator-studio{padding-top:60px}}#video-table .p-dropdown.p-component{border:none}#video-table .p-inputtext.p-component{padding:.5rem}#video-table .p-button.p-component{color:var(--text_color);padding:.4rem .9rem}#video-table .p-button.p-component:not(.p-button-text){background-color:#ffc107;border-color:#ffc107}#video-table .p-button.p-component .p-button-label{font-weight:400}#video-table .p-button.p-component.p-button-text .p-button-label{color:#ffc107}#video-table .p-button.p-component.active{background-color:#ffc107!important}#video-table .p-button:hover.p-component:hover:not(.p-button-text){background-color:#ffce3a}#video-table .p-button:hover.p-component:hover:not(.p-button-text) .p-button-label{font-weight:400}#video-table td{font-size:.875rem}",""]);const r=o},3595:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var i=n(3645),o=n.n(i)()((function(e){return e[1]}));o.push([e.id,".video .details{min-width:410px!important}.video .details .thumbnail-img{width:120px!important}.video .details img{height:70px;width:120px}.video .details img.short{width:60px}.video .details h3{font-size:14px}.video .upload-description{width:250px}.video .upload-description p{font-size:.875rem!important;line-height:1!important}.video .thumbnail-img:hover .uploader-button{display:block}.video .upload-actions{display:none}.video .upload-actions a{background:#fff;border:none;border-radius:100%}.video .upload-actions a i{color:#818181}.video .upload-actions a:active{background-color:#ccc}.video:hover .upload-actions{display:flex}.video:hover .upload-description{display:none}.video .upload-actions.input-tags{display:flex}.video .upload-description.input-tags{display:none}.video .p-chip .p-chip-text{font-size:14px;line-height:1;margin-bottom:4px;margin-top:3px}.video .tag.fa-youtube{color:red}.video .tag.ott{color:#2bbebe}.tags *{font-size:.9rem!important}.tags input{background:#fff!important}.tags .p-chips{display:block!important}.tags .p-inputtext.p-chips-multiple-container{padding:.2rem}.tags .p-chips .p-chips-multiple-container .p-chips-token{margin:2px 0 2px 2px!important}.tags .p-button.p-component{color:var(--text_color);padding:.2rem .9rem}.tags .p-button.p-component:not(.p-button-text){background-color:#ffc107;border-color:#ffc107}.tags .p-button.p-component .p-button-label{font-weight:400}.tags .p-button.p-component.p-button-text .p-button-label{color:#ffc107}.tags .p-button.p-component.active{background-color:#ffc107!important}.tags .p-button:hover.p-component:hover:not(.p-button-text){background-color:#ffce3a}.tags .p-button:hover.p-component:hover:not(.p-button-text) .p-button-label{font-weight:400}.status-tracks .p-timeline-event-opposite{display:none}.status-tracks .p-timeline-event{min-height:50px}.status-tracks .p-timeline .p-timeline-event-marker{border-color:#ffc107}",""]);const r=o},6092:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var i=n(3645),o=n.n(i)()((function(e){return e[1]}));o.push([e.id,".video-details-component[data-v-08fe8264]{font-size:13px}.thumbnail[data-v-08fe8264]{opacity:70%;width:130px}.selected-thumbnail[data-v-08fe8264]{opacity:100%!important}.upload-video-modal[data-v-08fe8264]{font-size:13px}.bg-f9f9f9[data-v-08fe8264]{background-color:#f9f9f9}input[type=checkbox][data-v-08fe8264],input[type=radio][data-v-08fe8264]{accent-color:#000;transform:scale(1.3)}.custom-btn[data-v-08fe8264]{border:1px solid #ccc}.thumbnail-btn[data-v-08fe8264]{background:#fff;border:1px dotted #ccc;height:76px;width:146px}.loading-video[data-v-08fe8264]{background:#e9e9e9;border-radius:3px;height:180px;width:100%}.video-details[data-v-08fe8264]{background:#f9f9f9;border-radius:3px;width:340px}.btn[data-v-08fe8264]{border-radius:0!important}.show-details[data-v-08fe8264]{font-weight:600;text-decoration:none}.btn-upload-video[data-v-08fe8264]{background:#f9f9f9;border:0;border-radius:100%;height:150px;width:150px}.btn-upload-video i[data-v-08fe8264]{color:#909090;font-size:80px}.steppers[data-v-08fe8264]{align-items:center;background:#e9e9e9;border-radius:100%;display:flex;height:50px;justify-content:center;width:50px}.step-done[data-v-08fe8264]{background:#0d6efd!important;color:#fff!important}.subtitles[data-v-08fe8264]{background-color:#f9f9f9}.visibility-hidden[data-v-08fe8264]{height:80px;overflow:hidden}.visibility-active[data-v-08fe8264]{height:100%!important}.placeholder-glow[data-v-08fe8264]{animation-direction:alternate;animation-duration:1s;animation-iteration-count:infinite;animation-name:backgroundColorPalette-08fe8264;animation-timing-function:linear}@keyframes backgroundColorPalette-08fe8264{0%{background-color:#f5f5f5}to{background-color:#e0e0e0}}textarea[data-v-08fe8264]{background:#dedede!important}.parent-asin-details[data-v-08fe8264]{position:relative}.asin-details[data-v-08fe8264]{align-items:center;background:#fff;display:flex;height:inherit;justify-content:center;opacity:.7;position:absolute;z-index:10}.reupload-button[data-v-08fe8264]:hover{box-shadow:0 3px 8px rgba(0,0,0,.24)}",""]);const r=o},9616:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var i=n(3645),o=n.n(i)()((function(e){return e[1]}));o.push([e.id,".navlink[data-v-ee610b62]{color:#6d6d6d;font-weight:600;height:50px;text-decoration:none}.router-link-active[data-v-ee610b62]{background:#f9f9f9;box-shadow:inset 5px 0 red}.thumbnail[data-v-ee610b62]{opacity:70%;width:130px}.selected-thumbnail[data-v-ee610b62]{opacity:100%!important}.upload-video-modal[data-v-ee610b62]{font-size:13px}.bg-f9f9f9[data-v-ee610b62]{background-color:#f9f9f9}.custom-checkbox[data-v-ee610b62]:checked{background-color:#000}input[type=checkbox][data-v-ee610b62],input[type=radio][data-v-ee610b62]{accent-color:#000;transform:scale(1.3)}.custom-btn[data-v-ee610b62]{border:1px solid #ccc}.thumbnail-btn[data-v-ee610b62]{background:#fff;border:1px dotted #ccc;height:76px;width:146px}.loading-video[data-v-ee610b62]{background:#e9e9e9;border-radius:3px;height:180px;width:340px}.video-details[data-v-ee610b62]{background:#f9f9f9;border-radius:3px}.btn[data-v-ee610b62]{border-radius:0!important}.show-details[data-v-ee610b62]{font-weight:600;text-decoration:none}.btn-upload-video[data-v-ee610b62]{background:#f9f9f9;border:0;border-radius:100%;height:150px;width:150px}.btn-upload-video i[data-v-ee610b62]{color:#909090;font-size:80px}.steppers[data-v-ee610b62]{align-items:center;background:#e9e9e9;border-radius:100%;display:flex;height:50px;justify-content:center;width:50px}.step-done[data-v-ee610b62]{background:#0d6efd!important;color:#fff!important}.subtitles[data-v-ee610b62]{background-color:#f9f9f9}.visibility-hidden[data-v-ee610b62]{height:80px;overflow:hidden}.visibility-active[data-v-ee610b62]{height:100%!important}.gap-10[data-v-ee610b62]{gap:10px}",""]);const r=o},5200:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var i=n(3645),o=n.n(i)()((function(e){return e[1]}));o.push([e.id,".gap-10[data-v-4f5507b9]{gap:10px}.thumbnail-btn[data-v-4f5507b9]{background:#fff;border:1px dotted #ccc;height:76px;width:146px}.thumbnail[data-v-4f5507b9]{opacity:70%;width:130px}.selected-thumbnail[data-v-4f5507b9]{opacity:100%!important}.pointer[data-v-4f5507b9]{cursor:pointer}.btn-option[data-v-4f5507b9]{display:none}.btn-option[data-v-4f5507b9],.thumbnail-img:hover .btn-option[data-v-4f5507b9]{background:#000;color:#fff;font-size:16px;height:30px;left:75%;opacity:.7;position:absolute;top:5%;width:30px}.thumbnail-img:hover .btn-option[data-v-4f5507b9]{display:block}img[data-v-4f5507b9]{height:73.13;-o-object-fit:contain;object-fit:contain;width:130px}",""]);const r=o},3341:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var i=n(3645),o=n.n(i)()((function(e){return e[1]}));o.push([e.id,".visibility-hidden[data-v-491cb15f]{border:1px solid #ccc}.visibility-active[data-v-491cb15f]{border:1px solid #000}input[type=checkbox][data-v-491cb15f],input[type=radio][data-v-491cb15f]{accent-color:#000;transform:scale(1.3)}.fw-500[data-v-491cb15f]{font-weight:500}.gap-3[data-v-491cb15f]{gap:20px}.fs-15[data-v-491cb15f]{font-size:15px}.pointer[data-v-491cb15f]{cursor:pointer}",""]);const r=o},9783:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var i=n(3645),o=n.n(i)()((function(e){return e[1]}));o.push([e.id,".capitalize{text-transform:capitalize}.p-button.p-component:focus,.p-chips:not(.p-disabled).p-focus .p-chips-multiple-container,.p-dropdown.p-component.p-inputwrapper.p-inputwrapper.p-inputwrapper-focus,.p-inputtext.p-component:focus,.p-multiselect.p-component.p-inputwrapper.p-inputwrapper.p-inputwrapper-focus{box-shadow:none;outline:0 none;outline-offset:0}.p-chips:not(.p-disabled) .p-chips-multiple-container:hover,.p-chips:not(.p-disabled).p-focus .p-chips-multiple-container,.p-dropdown.p-component.p-inputwrapper.p-inputwrapper.p-inputwrapper-focus,.p-dropdown.p-component:hover,.p-inputtext.p-component:focus,.p-inputtext.p-component:hover,.p-multiselect.p-component.p-inputwrapper.p-inputwrapper.p-inputwrapper-focus,.p-multiselect.p-component:hover{border-color:#ffc107}.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight,.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus,.p-paginator .p-paginator-pages .p-paginator-page.p-highlight{background-color:#fffcf3;color:#ffc107}.p-inputtext.p-component{background-color:#fff!important}.p-progressbar .p-progressbar-value{background:#ffc107}.p-checkbox .p-checkbox-box .p-checkbox-icon.p-icon{opacity:0!important}.p-checkbox .p-checkbox-box.p-highlight .p-checkbox-icon.p-icon{opacity:1!important}",""]);const r=o},286:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var i=n(3645),o=n.n(i)()((function(e){return e[1]}));o.push([e.id,".datastyle[data-v-2c6fd22e]{background-color:#fff;border-bottom:3px solid;border-radius:10px;height:100%;padding:10px}",""]);const r=o},7043:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var i=n(3645),o=n.n(i)()((function(e){return e[1]}));o.push([e.id,".columnpreset{display:grid;gap:0 15px;grid-template-columns:repeat(5,1fr);margin-bottom:4px}@media screen and (max-width:640px){.screen-options-panel{position:fixed;top:78px;width:100%;z-index:1001!important}}#screen-meta-links{margin-bottom:50px;margin-top:0;transition:all .5s ease}#screen-meta-links .screen-meta-toggle{position:relative;top:0}#screen-meta-links .show-settings{background:#fff;border:1px solid #c3c4c7;border-radius:0 0 4px 4px;border-top:none;bottom:-26px;box-shadow:0 0 0 transparent;color:#646970;float:right;height:auto;line-height:1.7;margin-bottom:0;margin-right:0;padding:3px 6px 3px 16px;position:absolute;right:0;transition:box-shadow .1s linear}#screen-meta-links .apply-btn{background:#2271b1;color:#fff;font-weight:600;letter-spacing:1px;line-height:30px}#screen-meta{background-color:#fff;border:1px solid #c3c4c7;border-top:none;box-shadow:0 0 0 transparent;display:block;margin:0 0 -1px;position:relative}#screen-meta #screen-options-wrap{margin:0;padding:8px 20px 12px;position:relative}#screen-meta.show{display:block}#screen-meta .checkboxes{align-items:center;display:flex;gap:10px}#screen-meta .checkboxes .labels{margin-bottom:0!important;text-transform:capitalize}#screen-meta .checkboxes input{accent-color:#fff!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff!important;border:1px solid #8c8f94;border-radius:4px;box-shadow:inset 0 1px 2px rgba(0,0,0,.1);clear:none;color:#50575e;cursor:pointer;display:inline-block;height:1rem;line-height:0;min-width:1rem;outline:0;padding:0!important;text-align:center;transform:none!important;transition:border-color .05s ease-in-out;vertical-align:middle;width:1rem}#screen-meta .checkboxes input:focus{border-color:#2271b1;box-shadow:0 0 0 1px #2271b1!important;outline:2px solid transparent!important}#screen-meta .checkboxes input[type=checkbox]:checked:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%233582c4%27%2F%3E%3C%2Fsvg%3E);display:inline-block;float:left;height:1.3rem;margin:-.1875rem 0 0 -.25rem;vertical-align:middle;width:1.3rem}#screen-meta .columns-lists{display:flex;flex-wrap:wrap;gap:20px}#screen-meta .pagination-options .p-inputtext.p-component{padding:.3rem;width:80px}.spinner-border{height:17px;margin-right:5px;top:50%;width:17px;z-index:5}",""]);const r=o},2788:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var i=n(3645),o=n.n(i)()((function(e){return e[1]}));o.push([e.id,".tabs{border-bottom:1px solid;color:#415094;font-size:14px;line-height:16px;overflow-x:auto;row-gap:8px;white-space:nowrap}.tabs::-webkit-scrollbar{height:5px;width:0}.active-tab{border-bottom:3px solid;font-size:16px;font-weight:600}",""]);const r=o},1443:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var i=n(3645),o=n.n(i)()((function(e){return e[1]}));o.push([e.id,".gap-2[data-v-1cb0e436]{gap:10px}.surface-100[data-v-1cb0e436]{background:#e7e6e6}.text-xs[data-v-1cb0e436]{font-size:.75rem}.text-sm[data-v-1cb0e436]{font-size:.875rem}.video-details-component[data-v-1cb0e436]{font-size:13px}.thumbnail[data-v-1cb0e436]{opacity:70%;width:130px}.selected-thumbnail[data-v-1cb0e436]{opacity:100%!important}.upload-video-modal[data-v-1cb0e436]{font-size:13px}.bg-f9f9f9[data-v-1cb0e436]{background-color:#f9f9f9}.custom-btn[data-v-1cb0e436]{border:1px solid #ccc}.thumbnail-btn[data-v-1cb0e436]{background:#fff;border:1px dotted #ccc;height:76px;width:146px}.loading-video[data-v-1cb0e436]{background:#e9e9e9;border-radius:3px;height:15rem;width:100%}.parent-asin-details[data-v-1cb0e436]{position:relative}.asin-details[data-v-1cb0e436]{align-items:center;background:#fff;display:flex;height:inherit;justify-content:center;opacity:.7;position:absolute;z-index:10}.order-first[data-v-1cb0e436]{order:-1!important}.order-last[data-v-1cb0e436]{order:13!important}@media (min-width:768px){.order-md-1[data-v-1cb0e436]{order:1!important}.order-md-2[data-v-1cb0e436]{order:2!important}}",""]);const r=o},6898:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var i=n(3645),o=n.n(i)()((function(e){return e[1]}));o.push([e.id,"a[data-v-223baa2c]{color:#415094;display:inline-block;font-size:20px;margin-right:29px;position:relative}.btn-upload-video[data-v-223baa2c]{background:#f9f9f9;border:0;border-radius:100%;height:150px;width:150px}.btn-upload-video i[data-v-223baa2c]{color:#909090;font-size:80px}.h-90vh[data-v-223baa2c]{height:90vh}.pointer[data-v-223baa2c]{cursor:pointer}.h-95vh[data-v-223baa2c]{height:95vh}.overflow-y-auto[data-v-223baa2c]{overflow-y:auto}.fa-circle[data-v-223baa2c]{background-color:#fff;position:relative;z-index:1}.fs-20[data-v-223baa2c]{font-size:20px}.fs-16[data-v-223baa2c],.fs-18[data-v-223baa2c]{font-size:16px}.fs-14[data-v-223baa2c]{font-size:14px}.gap-2[data-v-223baa2c]{gap:5px}.gap-10[data-v-223baa2c],.gap-3[data-v-223baa2c]{gap:10px}.gap-4[data-v-223baa2c]{gap:30px}.fw-bold[data-v-223baa2c]{font-weight:700}",""]);const r=o},560:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var i=n(3645),o=n.n(i)()((function(e){return e[1]}));o.push([e.id,".thumbnail-img[data-v-550e0a66]{position:relative}.overlay[data-v-550e0a66]{background:transparent;height:100%;left:0;position:absolute;top:0;transition:background .5s ease;width:100%}.thumbnail-img:hover .overlay[data-v-550e0a66]{background:rgba(0,0,0,.3);display:block}.change-thumbnail-btn[data-v-550e0a66]{font-size:12px;left:35%;opacity:0;padding:0 5px;position:absolute;text-align:center;top:40%;transition:opacity .35s ease}.thumbnail-img:hover .change-thumbnail-btn[data-v-550e0a66]{opacity:1}.gap-10[data-v-550e0a66]{gap:10px}.thumbnail-btn[data-v-550e0a66]{background:#fff;border:1px dotted #ccc;font-size:16px}.thumbnail-btn span[data-v-550e0a66]{font-size:10px;line-height:15px}.thumbnail[data-v-550e0a66]{-o-object-fit:contain;object-fit:contain;opacity:70%;width:100%}.selected-thumbnail[data-v-550e0a66]{opacity:100%!important}.pointer[data-v-550e0a66]{cursor:pointer}.col-fixed[data-v-550e0a66]{flex:0 0 auto;padding-left:15px;padding-right:15px}.w-20[data-v-550e0a66]{width:20%}@media only screen and (max-width:768px){.w-20[data-v-550e0a66]{width:100%}}",""]);const r=o},3966:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var i=n(3645),o=n.n(i)()((function(e){return e[1]}));o.push([e.id,".p-dropdown .p-inputtext{background:#fff!important}",""]);const r=o},3645:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=e(t);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n,i){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(i)for(var r=0;r{"use strict";e.exports=function(e,t){return t||(t={}),"string"!=typeof(e=e&&e.__esModule?e.default:e)?e:(/^['"].*['"]$/.test(e)&&(e=e.slice(1,-1)),t.hash&&(e+=t.hash),/["'() \t\n]/.test(e)||t.needQuotes?'"'.concat(e.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):e)}},6091:(e,t,n)=>{"use strict";n.d(t,{Z:()=>i});const i="/images/vendor/primevue/resources/color.png?6441e63a57ccc5105bad045142bc31eb"},540:(e,t,n)=>{"use strict";n.d(t,{Z:()=>i});const i="/images/vendor/primevue/resources/hue.png?f8505bd4d6f3e3aa435b72d1c045d4a7"},645:(e,t)=>{t.read=function(e,t,n,i,o){var r,s,a=8*o-i-1,l=(1<>1,c=-7,d=n?o-1:0,p=n?-1:1,h=e[t+d];for(d+=p,r=h&(1<<-c)-1,h>>=-c,c+=a;c>0;r=256*r+e[t+d],d+=p,c-=8);for(s=r&(1<<-c)-1,r>>=-c,c+=i;c>0;s=256*s+e[t+d],d+=p,c-=8);if(0===r)r=1-u;else{if(r===l)return s?NaN:1/0*(h?-1:1);s+=Math.pow(2,i),r-=u}return(h?-1:1)*s*Math.pow(2,r-i)},t.write=function(e,t,n,i,o,r){var s,a,l,u=8*r-o-1,c=(1<>1,p=23===o?Math.pow(2,-24)-Math.pow(2,-77):0,h=i?0:r-1,f=i?1:-1,m=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(a=isNaN(t)?1:0,s=c):(s=Math.floor(Math.log(t)/Math.LN2),t*(l=Math.pow(2,-s))<1&&(s--,l*=2),(t+=s+d>=1?p/l:p*Math.pow(2,1-d))*l>=2&&(s++,l/=2),s+d>=c?(a=0,s=c):s+d>=1?(a=(t*l-1)*Math.pow(2,o),s+=d):(a=t*Math.pow(2,d-1)*Math.pow(2,o),s=0));o>=8;e[n+h]=255&a,h+=f,a/=256,o-=8);for(s=s<0;e[n+h]=255&s,h+=f,s/=256,u-=8);e[n+h-f]|=128*m}},5826:e=>{var t={}.toString;e.exports=Array.isArray||function(e){return"[object Array]"==t.call(e)}},9755:function(e,t){var n;!function(t,n){"use strict";"object"==typeof e.exports?e.exports=t.document?n(t,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return n(e)}:n(t)}("undefined"!=typeof window?window:this,(function(i,o){"use strict";var r=[],s=Object.getPrototypeOf,a=r.slice,l=r.flat?function(e){return r.flat.call(e)}:function(e){return r.concat.apply([],e)},u=r.push,c=r.indexOf,d={},p=d.toString,h=d.hasOwnProperty,f=h.toString,m=f.call(Object),g={},y=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},v=function(e){return null!=e&&e===e.window},b=i.document,_={type:!0,src:!0,nonce:!0,noModule:!0};function w(e,t,n){var i,o,r=(n=n||b).createElement("script");if(r.text=e,t)for(i in _)(o=t[i]||t.getAttribute&&t.getAttribute(i))&&r.setAttribute(i,o);n.head.appendChild(r).parentNode.removeChild(r)}function k(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?d[p.call(e)]||"object":typeof e}var x="3.7.0",L=/HTML$/i,M=function(e,t){return new M.fn.init(e,t)};function S(e){var t=!!e&&"length"in e&&e.length,n=k(e);return!y(e)&&!v(e)&&("array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}function C(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}M.fn=M.prototype={jquery:x,constructor:M,length:0,toArray:function(){return a.call(this)},get:function(e){return null==e?a.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=M.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return M.each(this,e)},map:function(e){return this.pushStack(M.map(this,(function(t,n){return e.call(t,n,t)})))},slice:function(){return this.pushStack(a.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(M.grep(this,(function(e,t){return(t+1)%2})))},odd:function(){return this.pushStack(M.grep(this,(function(e,t){return t%2})))},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n+~]|"+Y+")"+Y+"*"),V=new RegExp(Y+"|>"),B=new RegExp(R),N=new RegExp("^"+P+"$"),z={ID:new RegExp("^#("+P+")"),CLASS:new RegExp("^\\.("+P+")"),TAG:new RegExp("^("+P+"|[*])"),ATTR:new RegExp("^"+I),PSEUDO:new RegExp("^"+R),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+Y+"*(even|odd|(([+-]|)(\\d*)n|)"+Y+"*(?:([+-]|)"+Y+"*(\\d+)|))"+Y+"*\\)|)","i"),bool:new RegExp("^(?:"+S+")$","i"),needsContext:new RegExp("^"+Y+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+Y+"*((?:-\\d)?\\d*)"+Y+"*\\)|)(?=[^-]|$)","i")},W=/^(?:input|select|textarea|button)$/i,U=/^h\d$/i,K=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,G=/[+~]/,q=new RegExp("\\\\[\\da-fA-F]{1,6}"+Y+"?|\\\\([^\\r\\n\\f])","g"),J=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},Z=function(){le()},X=pe((function(e){return!0===e.disabled&&C(e,"fieldset")}),{dir:"parentNode",next:"legend"});try{m.apply(r=a.call(j.childNodes),j.childNodes),r[j.childNodes.length].nodeType}catch(e){m={apply:function(e,t){A.apply(e,a.call(t))},call:function(e){A.apply(e,a.call(arguments,1))}}}function Q(e,t,n,i){var o,r,s,a,u,c,h,f=t&&t.ownerDocument,v=t?t.nodeType:9;if(n=n||[],"string"!=typeof e||!e||1!==v&&9!==v&&11!==v)return n;if(!i&&(le(t),t=t||l,d)){if(11!==v&&(u=K.exec(e)))if(o=u[1]){if(9===v){if(!(s=t.getElementById(o)))return n;if(s.id===o)return m.call(n,s),n}else if(f&&(s=f.getElementById(o))&&Q.contains(t,s)&&s.id===o)return m.call(n,s),n}else{if(u[2])return m.apply(n,t.getElementsByTagName(e)),n;if((o=u[3])&&t.getElementsByClassName)return m.apply(n,t.getElementsByClassName(o)),n}if(!(x[e+" "]||p&&p.test(e))){if(h=e,f=t,1===v&&(V.test(e)||$.test(e))){for((f=G.test(e)&&ae(t.parentNode)||t)==t&&g.scope||((a=t.getAttribute("id"))?a=M.escapeSelector(a):t.setAttribute("id",a=y)),r=(c=ce(e)).length;r--;)c[r]=(a?"#"+a:":scope")+" "+de(c[r]);h=c.join(",")}try{return m.apply(n,f.querySelectorAll(h)),n}catch(t){x(e,!0)}finally{a===y&&t.removeAttribute("id")}}}return ve(e.replace(E,"$1"),t,n,i)}function ee(){var e=[];return function n(i,o){return e.push(i+" ")>t.cacheLength&&delete n[e.shift()],n[i+" "]=o}}function te(e){return e[y]=!0,e}function ne(e){var t=l.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function ie(e){return function(t){return C(t,"input")&&t.type===e}}function oe(e){return function(t){return(C(t,"input")||C(t,"button"))&&t.type===e}}function re(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&X(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function se(e){return te((function(t){return t=+t,te((function(n,i){for(var o,r=e([],n.length,t),s=r.length;s--;)n[o=r[s]]&&(n[o]=!(i[o]=n[o]))}))}))}function ae(e){return e&&void 0!==e.getElementsByTagName&&e}function le(e){var n,i=e?e.ownerDocument||e:j;return i!=l&&9===i.nodeType&&i.documentElement?(u=(l=i).documentElement,d=!M.isXMLDoc(l),f=u.matches||u.webkitMatchesSelector||u.msMatchesSelector,j!=l&&(n=l.defaultView)&&n.top!==n&&n.addEventListener("unload",Z),g.getById=ne((function(e){return u.appendChild(e).id=M.expando,!l.getElementsByName||!l.getElementsByName(M.expando).length})),g.disconnectedMatch=ne((function(e){return f.call(e,"*")})),g.scope=ne((function(){return l.querySelectorAll(":scope")})),g.cssHas=ne((function(){try{return l.querySelector(":has(*,:jqfake)"),!1}catch(e){return!0}})),g.getById?(t.filter.ID=function(e){var t=e.replace(q,J);return function(e){return e.getAttribute("id")===t}},t.find.ID=function(e,t){if(void 0!==t.getElementById&&d){var n=t.getElementById(e);return n?[n]:[]}}):(t.filter.ID=function(e){var t=e.replace(q,J);return function(e){var n=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},t.find.ID=function(e,t){if(void 0!==t.getElementById&&d){var n,i,o,r=t.getElementById(e);if(r){if((n=r.getAttributeNode("id"))&&n.value===e)return[r];for(o=t.getElementsByName(e),i=0;r=o[i++];)if((n=r.getAttributeNode("id"))&&n.value===e)return[r]}return[]}}),t.find.TAG=function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):t.querySelectorAll(e)},t.find.CLASS=function(e,t){if(void 0!==t.getElementsByClassName&&d)return t.getElementsByClassName(e)},p=[],ne((function(e){var t;u.appendChild(e).innerHTML="",e.querySelectorAll("[selected]").length||p.push("\\["+Y+"*(?:value|"+S+")"),e.querySelectorAll("[id~="+y+"-]").length||p.push("~="),e.querySelectorAll("a#"+y+"+*").length||p.push(".#.+[+~]"),e.querySelectorAll(":checked").length||p.push(":checked"),(t=l.createElement("input")).setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),u.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&p.push(":enabled",":disabled"),(t=l.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||p.push("\\["+Y+"*name"+Y+"*="+Y+"*(?:''|\"\")")})),g.cssHas||p.push(":has"),p=p.length&&new RegExp(p.join("|")),L=function(e,t){if(e===t)return s=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!g.sortDetached&&t.compareDocumentPosition(e)===n?e===l||e.ownerDocument==j&&Q.contains(j,e)?-1:t===l||t.ownerDocument==j&&Q.contains(j,t)?1:o?c.call(o,e)-c.call(o,t):0:4&n?-1:1)},l):l}for(e in Q.matches=function(e,t){return Q(e,null,null,t)},Q.matchesSelector=function(e,t){if(le(e),d&&!x[t+" "]&&(!p||!p.test(t)))try{var n=f.call(e,t);if(n||g.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){x(t,!0)}return Q(t,l,null,[e]).length>0},Q.contains=function(e,t){return(e.ownerDocument||e)!=l&&le(e),M.contains(e,t)},Q.attr=function(e,n){(e.ownerDocument||e)!=l&&le(e);var i=t.attrHandle[n.toLowerCase()],o=i&&h.call(t.attrHandle,n.toLowerCase())?i(e,n,!d):void 0;return void 0!==o?o:e.getAttribute(n)},Q.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},M.uniqueSort=function(e){var t,n=[],i=0,r=0;if(s=!g.sortStable,o=!g.sortStable&&a.call(e,0),D.call(e,L),s){for(;t=e[r++];)t===e[r]&&(i=n.push(r));for(;i--;)O.call(e,n[i],1)}return o=null,e},M.fn.uniqueSort=function(){return this.pushStack(M.uniqueSort(a.apply(this)))},t=M.expr={cacheLength:50,createPseudo:te,match:z,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(q,J),e[3]=(e[3]||e[4]||e[5]||"").replace(q,J),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||Q.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&Q.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return z.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&B.test(n)&&(t=ce(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(q,J).toLowerCase();return"*"===e?function(){return!0}:function(e){return C(e,t)}},CLASS:function(e){var t=_[e+" "];return t||(t=new RegExp("(^|"+Y+")"+e+"("+Y+"|$)"))&&_(e,(function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")}))},ATTR:function(e,t,n){return function(i){var o=Q.attr(i,e);return null==o?"!="===t:!t||(o+="","="===t?o===n:"!="===t?o!==n:"^="===t?n&&0===o.indexOf(n):"*="===t?n&&o.indexOf(n)>-1:"$="===t?n&&o.slice(-n.length)===n:"~="===t?(" "+o.replace(F," ")+" ").indexOf(n)>-1:"|="===t&&(o===n||o.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,i,o){var r="nth"!==e.slice(0,3),s="last"!==e.slice(-4),a="of-type"===t;return 1===i&&0===o?function(e){return!!e.parentNode}:function(t,n,l){var u,c,d,p,h,f=r!==s?"nextSibling":"previousSibling",m=t.parentNode,g=a&&t.nodeName.toLowerCase(),b=!l&&!a,_=!1;if(m){if(r){for(;f;){for(d=t;d=d[f];)if(a?C(d,g):1===d.nodeType)return!1;h=f="only"===e&&!h&&"nextSibling"}return!0}if(h=[s?m.firstChild:m.lastChild],s&&b){for(_=(p=(u=(c=m[y]||(m[y]={}))[e]||[])[0]===v&&u[1])&&u[2],d=p&&m.childNodes[p];d=++p&&d&&d[f]||(_=p=0)||h.pop();)if(1===d.nodeType&&++_&&d===t){c[e]=[v,p,_];break}}else if(b&&(_=p=(u=(c=t[y]||(t[y]={}))[e]||[])[0]===v&&u[1]),!1===_)for(;(d=++p&&d&&d[f]||(_=p=0)||h.pop())&&(!(a?C(d,g):1===d.nodeType)||!++_||(b&&((c=d[y]||(d[y]={}))[e]=[v,_]),d!==t)););return(_-=o)===i||_%i==0&&_/i>=0}}},PSEUDO:function(e,n){var i,o=t.pseudos[e]||t.setFilters[e.toLowerCase()]||Q.error("unsupported pseudo: "+e);return o[y]?o(n):o.length>1?(i=[e,e,"",n],t.setFilters.hasOwnProperty(e.toLowerCase())?te((function(e,t){for(var i,r=o(e,n),s=r.length;s--;)e[i=c.call(e,r[s])]=!(t[i]=r[s])})):function(e){return o(e,0,i)}):o}},pseudos:{not:te((function(e){var t=[],n=[],i=ye(e.replace(E,"$1"));return i[y]?te((function(e,t,n,o){for(var r,s=i(e,null,o,[]),a=e.length;a--;)(r=s[a])&&(e[a]=!(t[a]=r))})):function(e,o,r){return t[0]=e,i(t,null,r,n),t[0]=null,!n.pop()}})),has:te((function(e){return function(t){return Q(e,t).length>0}})),contains:te((function(e){return e=e.replace(q,J),function(t){return(t.textContent||M.text(t)).indexOf(e)>-1}})),lang:te((function(e){return N.test(e||"")||Q.error("unsupported lang: "+e),e=e.replace(q,J).toLowerCase(),function(t){var n;do{if(n=d?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}})),target:function(e){var t=i.location&&i.location.hash;return t&&t.slice(1)===e.id},root:function(e){return e===u},focus:function(e){return e===function(){try{return l.activeElement}catch(e){}}()&&l.hasFocus()&&!!(e.type||e.href||~e.tabIndex)},enabled:re(!1),disabled:re(!0),checked:function(e){return C(e,"input")&&!!e.checked||C(e,"option")&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!t.pseudos.empty(e)},header:function(e){return U.test(e.nodeName)},input:function(e){return W.test(e.nodeName)},button:function(e){return C(e,"input")&&"button"===e.type||C(e,"button")},text:function(e){var t;return C(e,"input")&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:se((function(){return[0]})),last:se((function(e,t){return[t-1]})),eq:se((function(e,t,n){return[n<0?n+t:n]})),even:se((function(e,t){for(var n=0;nt?t:n;--i>=0;)e.push(i);return e})),gt:se((function(e,t,n){for(var i=n<0?n+t:n;++i1?function(t,n,i){for(var o=e.length;o--;)if(!e[o](t,n,i))return!1;return!0}:e[0]}function fe(e,t,n,i,o){for(var r,s=[],a=0,l=e.length,u=null!=t;a-1&&(r[u]=!(s[u]=p))}}else h=fe(h===s?h.splice(y,h.length):h),o?o(null,s,h,l):m.apply(s,h)}))}function ge(e){for(var i,o,r,s=e.length,a=t.relative[e[0].type],l=a||t.relative[" "],u=a?1:0,d=pe((function(e){return e===i}),l,!0),p=pe((function(e){return c.call(i,e)>-1}),l,!0),h=[function(e,t,o){var r=!a&&(o||t!=n)||((i=t).nodeType?d(e,t,o):p(e,t,o));return i=null,r}];u1&&he(h),u>1&&de(e.slice(0,u-1).concat({value:" "===e[u-2].type?"*":""})).replace(E,"$1"),o,u0,r=e.length>0,s=function(s,a,u,c,p){var h,f,g,y=0,b="0",_=s&&[],w=[],k=n,x=s||r&&t.find.TAG("*",p),L=v+=null==k?1:Math.random()||.1,S=x.length;for(p&&(n=a==l||a||p);b!==S&&null!=(h=x[b]);b++){if(r&&h){for(f=0,a||h.ownerDocument==l||(le(h),u=!d);g=e[f++];)if(g(h,a||l,u)){m.call(c,h);break}p&&(v=L)}o&&((h=!g&&h)&&y--,s&&_.push(h))}if(y+=b,o&&b!==y){for(f=0;g=i[f++];)g(_,w,a,u);if(s){if(y>0)for(;b--;)_[b]||w[b]||(w[b]=T.call(c));w=fe(w)}m.apply(c,w),p&&!s&&w.length>0&&y+i.length>1&&M.uniqueSort(c)}return p&&(v=L,n=k),_};return o?te(s):s}(s,r)),a.selector=e}return a}function ve(e,n,i,o){var r,s,a,l,u,c="function"==typeof e&&e,p=!o&&ce(e=c.selector||e);if(i=i||[],1===p.length){if((s=p[0]=p[0].slice(0)).length>2&&"ID"===(a=s[0]).type&&9===n.nodeType&&d&&t.relative[s[1].type]){if(!(n=(t.find.ID(a.matches[0].replace(q,J),n)||[])[0]))return i;c&&(n=n.parentNode),e=e.slice(s.shift().value.length)}for(r=z.needsContext.test(e)?0:s.length;r--&&(a=s[r],!t.relative[l=a.type]);)if((u=t.find[l])&&(o=u(a.matches[0].replace(q,J),G.test(s[0].type)&&ae(n.parentNode)||n))){if(s.splice(r,1),!(e=o.length&&de(s)))return m.apply(i,o),i;break}}return(c||ye(e,p))(o,n,!d,i,!n||G.test(e)&&ae(n.parentNode)||n),i}ue.prototype=t.filters=t.pseudos,t.setFilters=new ue,g.sortStable=y.split("").sort(L).join("")===y,le(),g.sortDetached=ne((function(e){return 1&e.compareDocumentPosition(l.createElement("fieldset"))})),M.find=Q,M.expr[":"]=M.expr.pseudos,M.unique=M.uniqueSort,Q.compile=ye,Q.select=ve,Q.setDocument=le,Q.escape=M.escapeSelector,Q.getText=M.text,Q.isXML=M.isXMLDoc,Q.selectors=M.expr,Q.support=M.support,Q.uniqueSort=M.uniqueSort}();var R=function(e,t,n){for(var i=[],o=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(o&&M(e).is(n))break;i.push(e)}return i},F=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},H=M.expr.match.needsContext,$=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function V(e,t,n){return y(t)?M.grep(e,(function(e,i){return!!t.call(e,i,e)!==n})):t.nodeType?M.grep(e,(function(e){return e===t!==n})):"string"!=typeof t?M.grep(e,(function(e){return c.call(t,e)>-1!==n})):M.filter(t,e,n)}M.filter=function(e,t,n){var i=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===i.nodeType?M.find.matchesSelector(i,e)?[i]:[]:M.find.matches(e,M.grep(t,(function(e){return 1===e.nodeType})))},M.fn.extend({find:function(e){var t,n,i=this.length,o=this;if("string"!=typeof e)return this.pushStack(M(e).filter((function(){for(t=0;t1?M.uniqueSort(n):n},filter:function(e){return this.pushStack(V(this,e||[],!1))},not:function(e){return this.pushStack(V(this,e||[],!0))},is:function(e){return!!V(this,"string"==typeof e&&H.test(e)?M(e):e||[],!1).length}});var B,N=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(M.fn.init=function(e,t,n){var i,o;if(!e)return this;if(n=n||B,"string"==typeof e){if(!(i="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:N.exec(e))||!i[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(i[1]){if(t=t instanceof M?t[0]:t,M.merge(this,M.parseHTML(i[1],t&&t.nodeType?t.ownerDocument||t:b,!0)),$.test(i[1])&&M.isPlainObject(t))for(i in t)y(this[i])?this[i](t[i]):this.attr(i,t[i]);return this}return(o=b.getElementById(i[2]))&&(this[0]=o,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):y(e)?void 0!==n.ready?n.ready(e):e(M):M.makeArray(e,this)}).prototype=M.fn,B=M(b);var z=/^(?:parents|prev(?:Until|All))/,W={children:!0,contents:!0,next:!0,prev:!0};function U(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}M.fn.extend({has:function(e){var t=M(e,this),n=t.length;return this.filter((function(){for(var e=0;e-1:1===n.nodeType&&M.find.matchesSelector(n,e))){r.push(n);break}return this.pushStack(r.length>1?M.uniqueSort(r):r)},index:function(e){return e?"string"==typeof e?c.call(M(e),this[0]):c.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(M.uniqueSort(M.merge(this.get(),M(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),M.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return R(e,"parentNode")},parentsUntil:function(e,t,n){return R(e,"parentNode",n)},next:function(e){return U(e,"nextSibling")},prev:function(e){return U(e,"previousSibling")},nextAll:function(e){return R(e,"nextSibling")},prevAll:function(e){return R(e,"previousSibling")},nextUntil:function(e,t,n){return R(e,"nextSibling",n)},prevUntil:function(e,t,n){return R(e,"previousSibling",n)},siblings:function(e){return F((e.parentNode||{}).firstChild,e)},children:function(e){return F(e.firstChild)},contents:function(e){return null!=e.contentDocument&&s(e.contentDocument)?e.contentDocument:(C(e,"template")&&(e=e.content||e),M.merge([],e.childNodes))}},(function(e,t){M.fn[e]=function(n,i){var o=M.map(this,t,n);return"Until"!==e.slice(-5)&&(i=n),i&&"string"==typeof i&&(o=M.filter(i,o)),this.length>1&&(W[e]||M.uniqueSort(o),z.test(e)&&o.reverse()),this.pushStack(o)}}));var K=/[^\x20\t\r\n\f]+/g;function G(e){return e}function q(e){throw e}function J(e,t,n,i){var o;try{e&&y(o=e.promise)?o.call(e).done(t).fail(n):e&&y(o=e.then)?o.call(e,t,n):t.apply(void 0,[e].slice(i))}catch(e){n.apply(void 0,[e])}}M.Callbacks=function(e){e="string"==typeof e?function(e){var t={};return M.each(e.match(K)||[],(function(e,n){t[n]=!0})),t}(e):M.extend({},e);var t,n,i,o,r=[],s=[],a=-1,l=function(){for(o=o||e.once,i=t=!0;s.length;a=-1)for(n=s.shift();++a-1;)r.splice(n,1),n<=a&&a--})),this},has:function(e){return e?M.inArray(e,r)>-1:r.length>0},empty:function(){return r&&(r=[]),this},disable:function(){return o=s=[],r=n="",this},disabled:function(){return!r},lock:function(){return o=s=[],n||t||(r=n=""),this},locked:function(){return!!o},fireWith:function(e,n){return o||(n=[e,(n=n||[]).slice?n.slice():n],s.push(n),t||l()),this},fire:function(){return u.fireWith(this,arguments),this},fired:function(){return!!i}};return u},M.extend({Deferred:function(e){var t=[["notify","progress",M.Callbacks("memory"),M.Callbacks("memory"),2],["resolve","done",M.Callbacks("once memory"),M.Callbacks("once memory"),0,"resolved"],["reject","fail",M.Callbacks("once memory"),M.Callbacks("once memory"),1,"rejected"]],n="pending",o={state:function(){return n},always:function(){return r.done(arguments).fail(arguments),this},catch:function(e){return o.then(null,e)},pipe:function(){var e=arguments;return M.Deferred((function(n){M.each(t,(function(t,i){var o=y(e[i[4]])&&e[i[4]];r[i[1]]((function(){var e=o&&o.apply(this,arguments);e&&y(e.promise)?e.promise().progress(n.notify).done(n.resolve).fail(n.reject):n[i[0]+"With"](this,o?[e]:arguments)}))})),e=null})).promise()},then:function(e,n,o){var r=0;function s(e,t,n,o){return function(){var a=this,l=arguments,u=function(){var i,u;if(!(e=r&&(n!==q&&(a=void 0,l=[i]),t.rejectWith(a,l))}};e?c():(M.Deferred.getErrorHook?c.error=M.Deferred.getErrorHook():M.Deferred.getStackHook&&(c.error=M.Deferred.getStackHook()),i.setTimeout(c))}}return M.Deferred((function(i){t[0][3].add(s(0,i,y(o)?o:G,i.notifyWith)),t[1][3].add(s(0,i,y(e)?e:G)),t[2][3].add(s(0,i,y(n)?n:q))})).promise()},promise:function(e){return null!=e?M.extend(e,o):o}},r={};return M.each(t,(function(e,i){var s=i[2],a=i[5];o[i[1]]=s.add,a&&s.add((function(){n=a}),t[3-e][2].disable,t[3-e][3].disable,t[0][2].lock,t[0][3].lock),s.add(i[3].fire),r[i[0]]=function(){return r[i[0]+"With"](this===r?void 0:this,arguments),this},r[i[0]+"With"]=s.fireWith})),o.promise(r),e&&e.call(r,r),r},when:function(e){var t=arguments.length,n=t,i=Array(n),o=a.call(arguments),r=M.Deferred(),s=function(e){return function(n){i[e]=this,o[e]=arguments.length>1?a.call(arguments):n,--t||r.resolveWith(i,o)}};if(t<=1&&(J(e,r.done(s(n)).resolve,r.reject,!t),"pending"===r.state()||y(o[n]&&o[n].then)))return r.then();for(;n--;)J(o[n],s(n),r.reject);return r.promise()}});var Z=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;M.Deferred.exceptionHook=function(e,t){i.console&&i.console.warn&&e&&Z.test(e.name)&&i.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},M.readyException=function(e){i.setTimeout((function(){throw e}))};var X=M.Deferred();function Q(){b.removeEventListener("DOMContentLoaded",Q),i.removeEventListener("load",Q),M.ready()}M.fn.ready=function(e){return X.then(e).catch((function(e){M.readyException(e)})),this},M.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--M.readyWait:M.isReady)||(M.isReady=!0,!0!==e&&--M.readyWait>0||X.resolveWith(b,[M]))}}),M.ready.then=X.then,"complete"===b.readyState||"loading"!==b.readyState&&!b.documentElement.doScroll?i.setTimeout(M.ready):(b.addEventListener("DOMContentLoaded",Q),i.addEventListener("load",Q));var ee=function(e,t,n,i,o,r,s){var a=0,l=e.length,u=null==n;if("object"===k(n))for(a in o=!0,n)ee(e,t,a,n[a],!0,r,s);else if(void 0!==i&&(o=!0,y(i)||(s=!0),u&&(s?(t.call(e,i),t=null):(u=t,t=function(e,t,n){return u.call(M(e),n)})),t))for(;a1,null,!0)},removeData:function(e){return this.each((function(){le.remove(this,e)}))}}),M.extend({queue:function(e,t,n){var i;if(e)return t=(t||"fx")+"queue",i=ae.get(e,t),n&&(!i||Array.isArray(n)?i=ae.access(e,t,M.makeArray(n)):i.push(n)),i||[]},dequeue:function(e,t){t=t||"fx";var n=M.queue(e,t),i=n.length,o=n.shift(),r=M._queueHooks(e,t);"inprogress"===o&&(o=n.shift(),i--),o&&("fx"===t&&n.unshift("inprogress"),delete r.stop,o.call(e,(function(){M.dequeue(e,t)}),r)),!i&&r&&r.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return ae.get(e,n)||ae.access(e,n,{empty:M.Callbacks("once memory").add((function(){ae.remove(e,[t+"queue",n])}))})}}),M.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length\x20\t\r\n\f]*)/i,Ce=/^$|^module$|\/(?:java|ecma)script/i;xe=b.createDocumentFragment().appendChild(b.createElement("div")),(Le=b.createElement("input")).setAttribute("type","radio"),Le.setAttribute("checked","checked"),Le.setAttribute("name","t"),xe.appendChild(Le),g.checkClone=xe.cloneNode(!0).cloneNode(!0).lastChild.checked,xe.innerHTML="",g.noCloneChecked=!!xe.cloneNode(!0).lastChild.defaultValue,xe.innerHTML="",g.option=!!xe.lastChild;var Te={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function De(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&C(e,t)?M.merge([e],n):n}function Oe(e,t){for(var n=0,i=e.length;n",""]);var Ye=/<|&#?\w+;/;function Ee(e,t,n,i,o){for(var r,s,a,l,u,c,d=t.createDocumentFragment(),p=[],h=0,f=e.length;h-1)o&&o.push(r);else if(u=ge(r),s=De(d.appendChild(r),"script"),u&&Oe(s),n)for(c=0;r=s[c++];)Ce.test(r.type||"")&&n.push(r);return d}var Pe=/^([^.]*)(?:\.(.+)|)/;function Ie(){return!0}function je(){return!1}function Ae(e,t,n,i,o,r){var s,a;if("object"==typeof t){for(a in"string"!=typeof n&&(i=i||n,n=void 0),t)Ae(e,a,n,i,t[a],r);return e}if(null==i&&null==o?(o=n,i=n=void 0):null==o&&("string"==typeof n?(o=i,i=void 0):(o=i,i=n,n=void 0)),!1===o)o=je;else if(!o)return e;return 1===r&&(s=o,o=function(e){return M().off(e),s.apply(this,arguments)},o.guid=s.guid||(s.guid=M.guid++)),e.each((function(){M.event.add(this,t,o,i,n)}))}function Re(e,t,n){n?(ae.set(e,t,!1),M.event.add(e,t,{namespace:!1,handler:function(e){var n,i=ae.get(this,t);if(1&e.isTrigger&&this[t]){if(i)(M.event.special[t]||{}).delegateType&&e.stopPropagation();else if(i=a.call(arguments),ae.set(this,t,i),this[t](),n=ae.get(this,t),ae.set(this,t,!1),i!==n)return e.stopImmediatePropagation(),e.preventDefault(),n}else i&&(ae.set(this,t,M.event.trigger(i[0],i.slice(1),this)),e.stopPropagation(),e.isImmediatePropagationStopped=Ie)}})):void 0===ae.get(e,t)&&M.event.add(e,t,Ie)}M.event={global:{},add:function(e,t,n,i,o){var r,s,a,l,u,c,d,p,h,f,m,g=ae.get(e);if(re(e))for(n.handler&&(n=(r=n).handler,o=r.selector),o&&M.find.matchesSelector(me,o),n.guid||(n.guid=M.guid++),(l=g.events)||(l=g.events=Object.create(null)),(s=g.handle)||(s=g.handle=function(t){return void 0!==M&&M.event.triggered!==t.type?M.event.dispatch.apply(e,arguments):void 0}),u=(t=(t||"").match(K)||[""]).length;u--;)h=m=(a=Pe.exec(t[u])||[])[1],f=(a[2]||"").split(".").sort(),h&&(d=M.event.special[h]||{},h=(o?d.delegateType:d.bindType)||h,d=M.event.special[h]||{},c=M.extend({type:h,origType:m,data:i,handler:n,guid:n.guid,selector:o,needsContext:o&&M.expr.match.needsContext.test(o),namespace:f.join(".")},r),(p=l[h])||((p=l[h]=[]).delegateCount=0,d.setup&&!1!==d.setup.call(e,i,f,s)||e.addEventListener&&e.addEventListener(h,s)),d.add&&(d.add.call(e,c),c.handler.guid||(c.handler.guid=n.guid)),o?p.splice(p.delegateCount++,0,c):p.push(c),M.event.global[h]=!0)},remove:function(e,t,n,i,o){var r,s,a,l,u,c,d,p,h,f,m,g=ae.hasData(e)&&ae.get(e);if(g&&(l=g.events)){for(u=(t=(t||"").match(K)||[""]).length;u--;)if(h=m=(a=Pe.exec(t[u])||[])[1],f=(a[2]||"").split(".").sort(),h){for(d=M.event.special[h]||{},p=l[h=(i?d.delegateType:d.bindType)||h]||[],a=a[2]&&new RegExp("(^|\\.)"+f.join("\\.(?:.*\\.|)")+"(\\.|$)"),s=r=p.length;r--;)c=p[r],!o&&m!==c.origType||n&&n.guid!==c.guid||a&&!a.test(c.namespace)||i&&i!==c.selector&&("**"!==i||!c.selector)||(p.splice(r,1),c.selector&&p.delegateCount--,d.remove&&d.remove.call(e,c));s&&!p.length&&(d.teardown&&!1!==d.teardown.call(e,f,g.handle)||M.removeEvent(e,h,g.handle),delete l[h])}else for(h in l)M.event.remove(e,h+t[u],n,i,!0);M.isEmptyObject(l)&&ae.remove(e,"handle events")}},dispatch:function(e){var t,n,i,o,r,s,a=new Array(arguments.length),l=M.event.fix(e),u=(ae.get(this,"events")||Object.create(null))[l.type]||[],c=M.event.special[l.type]||{};for(a[0]=l,t=1;t=1))for(;u!==this;u=u.parentNode||this)if(1===u.nodeType&&("click"!==e.type||!0!==u.disabled)){for(r=[],s={},n=0;n-1:M.find(o,this,null,[u]).length),s[o]&&r.push(i);r.length&&a.push({elem:u,handlers:r})}return u=this,l\s*$/g;function Ve(e,t){return C(e,"table")&&C(11!==t.nodeType?t:t.firstChild,"tr")&&M(e).children("tbody")[0]||e}function Be(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Ne(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function ze(e,t){var n,i,o,r,s,a;if(1===t.nodeType){if(ae.hasData(e)&&(a=ae.get(e).events))for(o in ae.remove(t,"handle events"),a)for(n=0,i=a[o].length;n1&&"string"==typeof f&&!g.checkClone&&He.test(f))return e.each((function(o){var r=e.eq(o);m&&(t[0]=f.call(this,o,r.html())),Ue(r,t,n,i)}));if(p&&(r=(o=Ee(t,e[0].ownerDocument,!1,e,i)).firstChild,1===o.childNodes.length&&(o=r),r||i)){for(a=(s=M.map(De(o,"script"),Be)).length;d0&&Oe(s,!l&&De(e,"script")),a},cleanData:function(e){for(var t,n,i,o=M.event.special,r=0;void 0!==(n=e[r]);r++)if(re(n)){if(t=n[ae.expando]){if(t.events)for(i in t.events)o[i]?M.event.remove(n,i):M.removeEvent(n,i,t.handle);n[ae.expando]=void 0}n[le.expando]&&(n[le.expando]=void 0)}}}),M.fn.extend({detach:function(e){return Ke(this,e,!0)},remove:function(e){return Ke(this,e)},text:function(e){return ee(this,(function(e){return void 0===e?M.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)}))}),null,e,arguments.length)},append:function(){return Ue(this,arguments,(function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Ve(this,e).appendChild(e)}))},prepend:function(){return Ue(this,arguments,(function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Ve(this,e);t.insertBefore(e,t.firstChild)}}))},before:function(){return Ue(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this)}))},after:function(){return Ue(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)}))},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(M.cleanData(De(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map((function(){return M.clone(this,e,t)}))},html:function(e){return ee(this,(function(e){var t=this[0]||{},n=0,i=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!Fe.test(e)&&!Te[(Se.exec(e)||["",""])[1].toLowerCase()]){e=M.htmlPrefilter(e);try{for(;n=0&&(l+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-r-l-a-.5))||0),l+u}function ct(e,t,n){var i=Je(e),o=(!g.boxSizingReliable()||n)&&"border-box"===M.css(e,"boxSizing",!1,i),r=o,s=Qe(e,t,i),a="offset"+t[0].toUpperCase()+t.slice(1);if(Ge.test(s)){if(!n)return s;s="auto"}return(!g.boxSizingReliable()&&o||!g.reliableTrDimensions()&&C(e,"tr")||"auto"===s||!parseFloat(s)&&"inline"===M.css(e,"display",!1,i))&&e.getClientRects().length&&(o="border-box"===M.css(e,"boxSizing",!1,i),(r=a in e)&&(s=e[a])),(s=parseFloat(s)||0)+ut(e,t,n||(o?"border":"content"),r,i,s)+"px"}function dt(e,t,n,i,o){return new dt.prototype.init(e,t,n,i,o)}M.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Qe(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,aspectRatio:!0,borderImageSlice:!0,columnCount:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,scale:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeMiterlimit:!0,strokeOpacity:!0},cssProps:{},style:function(e,t,n,i){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var o,r,s,a=oe(t),l=qe.test(t),u=e.style;if(l||(t=ot(a)),s=M.cssHooks[t]||M.cssHooks[a],void 0===n)return s&&"get"in s&&void 0!==(o=s.get(e,!1,i))?o:u[t];"string"===(r=typeof n)&&(o=he.exec(n))&&o[1]&&(n=be(e,t,o),r="number"),null!=n&&n==n&&("number"!==r||l||(n+=o&&o[3]||(M.cssNumber[a]?"":"px")),g.clearCloneStyle||""!==n||0!==t.indexOf("background")||(u[t]="inherit"),s&&"set"in s&&void 0===(n=s.set(e,n,i))||(l?u.setProperty(t,n):u[t]=n))}},css:function(e,t,n,i){var o,r,s,a=oe(t);return qe.test(t)||(t=ot(a)),(s=M.cssHooks[t]||M.cssHooks[a])&&"get"in s&&(o=s.get(e,!0,n)),void 0===o&&(o=Qe(e,t,i)),"normal"===o&&t in at&&(o=at[t]),""===n||n?(r=parseFloat(o),!0===n||isFinite(r)?r||0:o):o}}),M.each(["height","width"],(function(e,t){M.cssHooks[t]={get:function(e,n,i){if(n)return!rt.test(M.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?ct(e,t,i):Ze(e,st,(function(){return ct(e,t,i)}))},set:function(e,n,i){var o,r=Je(e),s=!g.scrollboxSize()&&"absolute"===r.position,a=(s||i)&&"border-box"===M.css(e,"boxSizing",!1,r),l=i?ut(e,t,i,a,r):0;return a&&s&&(l-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(r[t])-ut(e,t,"border",!1,r)-.5)),l&&(o=he.exec(n))&&"px"!==(o[3]||"px")&&(e.style[t]=n,n=M.css(e,t)),lt(0,n,l)}}})),M.cssHooks.marginLeft=et(g.reliableMarginLeft,(function(e,t){if(t)return(parseFloat(Qe(e,"marginLeft"))||e.getBoundingClientRect().left-Ze(e,{marginLeft:0},(function(){return e.getBoundingClientRect().left})))+"px"})),M.each({margin:"",padding:"",border:"Width"},(function(e,t){M.cssHooks[e+t]={expand:function(n){for(var i=0,o={},r="string"==typeof n?n.split(" "):[n];i<4;i++)o[e+fe[i]+t]=r[i]||r[i-2]||r[0];return o}},"margin"!==e&&(M.cssHooks[e+t].set=lt)})),M.fn.extend({css:function(e,t){return ee(this,(function(e,t,n){var i,o,r={},s=0;if(Array.isArray(t)){for(i=Je(e),o=t.length;s1)}}),M.Tween=dt,dt.prototype={constructor:dt,init:function(e,t,n,i,o,r){this.elem=e,this.prop=n,this.easing=o||M.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=i,this.unit=r||(M.cssNumber[n]?"":"px")},cur:function(){var e=dt.propHooks[this.prop];return e&&e.get?e.get(this):dt.propHooks._default.get(this)},run:function(e){var t,n=dt.propHooks[this.prop];return this.options.duration?this.pos=t=M.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):dt.propHooks._default.set(this),this}},dt.prototype.init.prototype=dt.prototype,dt.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=M.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){M.fx.step[e.prop]?M.fx.step[e.prop](e):1!==e.elem.nodeType||!M.cssHooks[e.prop]&&null==e.elem.style[ot(e.prop)]?e.elem[e.prop]=e.now:M.style(e.elem,e.prop,e.now+e.unit)}}},dt.propHooks.scrollTop=dt.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},M.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},M.fx=dt.prototype.init,M.fx.step={};var pt,ht,ft=/^(?:toggle|show|hide)$/,mt=/queueHooks$/;function gt(){ht&&(!1===b.hidden&&i.requestAnimationFrame?i.requestAnimationFrame(gt):i.setTimeout(gt,M.fx.interval),M.fx.tick())}function yt(){return i.setTimeout((function(){pt=void 0})),pt=Date.now()}function vt(e,t){var n,i=0,o={height:e};for(t=t?1:0;i<4;i+=2-t)o["margin"+(n=fe[i])]=o["padding"+n]=e;return t&&(o.opacity=o.width=e),o}function bt(e,t,n){for(var i,o=(_t.tweeners[t]||[]).concat(_t.tweeners["*"]),r=0,s=o.length;r1)},removeAttr:function(e){return this.each((function(){M.removeAttr(this,e)}))}}),M.extend({attr:function(e,t,n){var i,o,r=e.nodeType;if(3!==r&&8!==r&&2!==r)return void 0===e.getAttribute?M.prop(e,t,n):(1===r&&M.isXMLDoc(e)||(o=M.attrHooks[t.toLowerCase()]||(M.expr.match.bool.test(t)?wt:void 0)),void 0!==n?null===n?void M.removeAttr(e,t):o&&"set"in o&&void 0!==(i=o.set(e,n,t))?i:(e.setAttribute(t,n+""),n):o&&"get"in o&&null!==(i=o.get(e,t))?i:null==(i=M.find.attr(e,t))?void 0:i)},attrHooks:{type:{set:function(e,t){if(!g.radioValue&&"radio"===t&&C(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,i=0,o=t&&t.match(K);if(o&&1===e.nodeType)for(;n=o[i++];)e.removeAttribute(n)}}),wt={set:function(e,t,n){return!1===t?M.removeAttr(e,n):e.setAttribute(n,n),n}},M.each(M.expr.match.bool.source.match(/\w+/g),(function(e,t){var n=kt[t]||M.find.attr;kt[t]=function(e,t,i){var o,r,s=t.toLowerCase();return i||(r=kt[s],kt[s]=o,o=null!=n(e,t,i)?s:null,kt[s]=r),o}}));var xt=/^(?:input|select|textarea|button)$/i,Lt=/^(?:a|area)$/i;function Mt(e){return(e.match(K)||[]).join(" ")}function St(e){return e.getAttribute&&e.getAttribute("class")||""}function Ct(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(K)||[]}M.fn.extend({prop:function(e,t){return ee(this,M.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each((function(){delete this[M.propFix[e]||e]}))}}),M.extend({prop:function(e,t,n){var i,o,r=e.nodeType;if(3!==r&&8!==r&&2!==r)return 1===r&&M.isXMLDoc(e)||(t=M.propFix[t]||t,o=M.propHooks[t]),void 0!==n?o&&"set"in o&&void 0!==(i=o.set(e,n,t))?i:e[t]=n:o&&"get"in o&&null!==(i=o.get(e,t))?i:e[t]},propHooks:{tabIndex:{get:function(e){var t=M.find.attr(e,"tabindex");return t?parseInt(t,10):xt.test(e.nodeName)||Lt.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),g.optSelected||(M.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),M.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){M.propFix[this.toLowerCase()]=this})),M.fn.extend({addClass:function(e){var t,n,i,o,r,s;return y(e)?this.each((function(t){M(this).addClass(e.call(this,t,St(this)))})):(t=Ct(e)).length?this.each((function(){if(i=St(this),n=1===this.nodeType&&" "+Mt(i)+" "){for(r=0;r-1;)n=n.replace(" "+o+" "," ");s=Mt(n),i!==s&&this.setAttribute("class",s)}})):this:this.attr("class","")},toggleClass:function(e,t){var n,i,o,r,s=typeof e,a="string"===s||Array.isArray(e);return y(e)?this.each((function(n){M(this).toggleClass(e.call(this,n,St(this),t),t)})):"boolean"==typeof t&&a?t?this.addClass(e):this.removeClass(e):(n=Ct(e),this.each((function(){if(a)for(r=M(this),o=0;o-1)return!0;return!1}});var Tt=/\r/g;M.fn.extend({val:function(e){var t,n,i,o=this[0];return arguments.length?(i=y(e),this.each((function(n){var o;1===this.nodeType&&(null==(o=i?e.call(this,n,M(this).val()):e)?o="":"number"==typeof o?o+="":Array.isArray(o)&&(o=M.map(o,(function(e){return null==e?"":e+""}))),(t=M.valHooks[this.type]||M.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,o,"value")||(this.value=o))}))):o?(t=M.valHooks[o.type]||M.valHooks[o.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(o,"value"))?n:"string"==typeof(n=o.value)?n.replace(Tt,""):null==n?"":n:void 0}}),M.extend({valHooks:{option:{get:function(e){var t=M.find.attr(e,"value");return null!=t?t:Mt(M.text(e))}},select:{get:function(e){var t,n,i,o=e.options,r=e.selectedIndex,s="select-one"===e.type,a=s?null:[],l=s?r+1:o.length;for(i=r<0?l:s?r:0;i-1)&&(n=!0);return n||(e.selectedIndex=-1),r}}}}),M.each(["radio","checkbox"],(function(){M.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=M.inArray(M(e).val(),t)>-1}},g.checkOn||(M.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}));var Dt=i.location,Ot={guid:Date.now()},Yt=/\?/;M.parseXML=function(e){var t,n;if(!e||"string"!=typeof e)return null;try{t=(new i.DOMParser).parseFromString(e,"text/xml")}catch(e){}return n=t&&t.getElementsByTagName("parsererror")[0],t&&!n||M.error("Invalid XML: "+(n?M.map(n.childNodes,(function(e){return e.textContent})).join("\n"):e)),t};var Et=/^(?:focusinfocus|focusoutblur)$/,Pt=function(e){e.stopPropagation()};M.extend(M.event,{trigger:function(e,t,n,o){var r,s,a,l,u,c,d,p,f=[n||b],m=h.call(e,"type")?e.type:e,g=h.call(e,"namespace")?e.namespace.split("."):[];if(s=p=a=n=n||b,3!==n.nodeType&&8!==n.nodeType&&!Et.test(m+M.event.triggered)&&(m.indexOf(".")>-1&&(g=m.split("."),m=g.shift(),g.sort()),u=m.indexOf(":")<0&&"on"+m,(e=e[M.expando]?e:new M.Event(m,"object"==typeof e&&e)).isTrigger=o?2:3,e.namespace=g.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+g.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=n),t=null==t?[e]:M.makeArray(t,[e]),d=M.event.special[m]||{},o||!d.trigger||!1!==d.trigger.apply(n,t))){if(!o&&!d.noBubble&&!v(n)){for(l=d.delegateType||m,Et.test(l+m)||(s=s.parentNode);s;s=s.parentNode)f.push(s),a=s;a===(n.ownerDocument||b)&&f.push(a.defaultView||a.parentWindow||i)}for(r=0;(s=f[r++])&&!e.isPropagationStopped();)p=s,e.type=r>1?l:d.bindType||m,(c=(ae.get(s,"events")||Object.create(null))[e.type]&&ae.get(s,"handle"))&&c.apply(s,t),(c=u&&s[u])&&c.apply&&re(s)&&(e.result=c.apply(s,t),!1===e.result&&e.preventDefault());return e.type=m,o||e.isDefaultPrevented()||d._default&&!1!==d._default.apply(f.pop(),t)||!re(n)||u&&y(n[m])&&!v(n)&&((a=n[u])&&(n[u]=null),M.event.triggered=m,e.isPropagationStopped()&&p.addEventListener(m,Pt),n[m](),e.isPropagationStopped()&&p.removeEventListener(m,Pt),M.event.triggered=void 0,a&&(n[u]=a)),e.result}},simulate:function(e,t,n){var i=M.extend(new M.Event,n,{type:e,isSimulated:!0});M.event.trigger(i,null,t)}}),M.fn.extend({trigger:function(e,t){return this.each((function(){M.event.trigger(e,t,this)}))},triggerHandler:function(e,t){var n=this[0];if(n)return M.event.trigger(e,t,n,!0)}});var It=/\[\]$/,jt=/\r?\n/g,At=/^(?:submit|button|image|reset|file)$/i,Rt=/^(?:input|select|textarea|keygen)/i;function Ft(e,t,n,i){var o;if(Array.isArray(t))M.each(t,(function(t,o){n||It.test(e)?i(e,o):Ft(e+"["+("object"==typeof o&&null!=o?t:"")+"]",o,n,i)}));else if(n||"object"!==k(t))i(e,t);else for(o in t)Ft(e+"["+o+"]",t[o],n,i)}M.param=function(e,t){var n,i=[],o=function(e,t){var n=y(t)?t():t;i[i.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!M.isPlainObject(e))M.each(e,(function(){o(this.name,this.value)}));else for(n in e)Ft(n,e[n],t,o);return i.join("&")},M.fn.extend({serialize:function(){return M.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var e=M.prop(this,"elements");return e?M.makeArray(e):this})).filter((function(){var e=this.type;return this.name&&!M(this).is(":disabled")&&Rt.test(this.nodeName)&&!At.test(e)&&(this.checked||!Me.test(e))})).map((function(e,t){var n=M(this).val();return null==n?null:Array.isArray(n)?M.map(n,(function(e){return{name:t.name,value:e.replace(jt,"\r\n")}})):{name:t.name,value:n.replace(jt,"\r\n")}})).get()}});var Ht=/%20/g,$t=/#.*$/,Vt=/([?&])_=[^&]*/,Bt=/^(.*?):[ \t]*([^\r\n]*)$/gm,Nt=/^(?:GET|HEAD)$/,zt=/^\/\//,Wt={},Ut={},Kt="*/".concat("*"),Gt=b.createElement("a");function qt(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var i,o=0,r=t.toLowerCase().match(K)||[];if(y(n))for(;i=r[o++];)"+"===i[0]?(i=i.slice(1)||"*",(e[i]=e[i]||[]).unshift(n)):(e[i]=e[i]||[]).push(n)}}function Jt(e,t,n,i){var o={},r=e===Ut;function s(a){var l;return o[a]=!0,M.each(e[a]||[],(function(e,a){var u=a(t,n,i);return"string"!=typeof u||r||o[u]?r?!(l=u):void 0:(t.dataTypes.unshift(u),s(u),!1)})),l}return s(t.dataTypes[0])||!o["*"]&&s("*")}function Zt(e,t){var n,i,o=M.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((o[n]?e:i||(i={}))[n]=t[n]);return i&&M.extend(!0,e,i),e}Gt.href=Dt.href,M.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Dt.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(Dt.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Kt,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":M.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?Zt(Zt(e,M.ajaxSettings),t):Zt(M.ajaxSettings,e)},ajaxPrefilter:qt(Wt),ajaxTransport:qt(Ut),ajax:function(e,t){"object"==typeof e&&(t=e,e=void 0),t=t||{};var n,o,r,s,a,l,u,c,d,p,h=M.ajaxSetup({},t),f=h.context||h,m=h.context&&(f.nodeType||f.jquery)?M(f):M.event,g=M.Deferred(),y=M.Callbacks("once memory"),v=h.statusCode||{},_={},w={},k="canceled",x={readyState:0,getResponseHeader:function(e){var t;if(u){if(!s)for(s={};t=Bt.exec(r);)s[t[1].toLowerCase()+" "]=(s[t[1].toLowerCase()+" "]||[]).concat(t[2]);t=s[e.toLowerCase()+" "]}return null==t?null:t.join(", ")},getAllResponseHeaders:function(){return u?r:null},setRequestHeader:function(e,t){return null==u&&(e=w[e.toLowerCase()]=w[e.toLowerCase()]||e,_[e]=t),this},overrideMimeType:function(e){return null==u&&(h.mimeType=e),this},statusCode:function(e){var t;if(e)if(u)x.always(e[x.status]);else for(t in e)v[t]=[v[t],e[t]];return this},abort:function(e){var t=e||k;return n&&n.abort(t),L(0,t),this}};if(g.promise(x),h.url=((e||h.url||Dt.href)+"").replace(zt,Dt.protocol+"//"),h.type=t.method||t.type||h.method||h.type,h.dataTypes=(h.dataType||"*").toLowerCase().match(K)||[""],null==h.crossDomain){l=b.createElement("a");try{l.href=h.url,l.href=l.href,h.crossDomain=Gt.protocol+"//"+Gt.host!=l.protocol+"//"+l.host}catch(e){h.crossDomain=!0}}if(h.data&&h.processData&&"string"!=typeof h.data&&(h.data=M.param(h.data,h.traditional)),Jt(Wt,h,t,x),u)return x;for(d in(c=M.event&&h.global)&&0==M.active++&&M.event.trigger("ajaxStart"),h.type=h.type.toUpperCase(),h.hasContent=!Nt.test(h.type),o=h.url.replace($t,""),h.hasContent?h.data&&h.processData&&0===(h.contentType||"").indexOf("application/x-www-form-urlencoded")&&(h.data=h.data.replace(Ht,"+")):(p=h.url.slice(o.length),h.data&&(h.processData||"string"==typeof h.data)&&(o+=(Yt.test(o)?"&":"?")+h.data,delete h.data),!1===h.cache&&(o=o.replace(Vt,"$1"),p=(Yt.test(o)?"&":"?")+"_="+Ot.guid+++p),h.url=o+p),h.ifModified&&(M.lastModified[o]&&x.setRequestHeader("If-Modified-Since",M.lastModified[o]),M.etag[o]&&x.setRequestHeader("If-None-Match",M.etag[o])),(h.data&&h.hasContent&&!1!==h.contentType||t.contentType)&&x.setRequestHeader("Content-Type",h.contentType),x.setRequestHeader("Accept",h.dataTypes[0]&&h.accepts[h.dataTypes[0]]?h.accepts[h.dataTypes[0]]+("*"!==h.dataTypes[0]?", "+Kt+"; q=0.01":""):h.accepts["*"]),h.headers)x.setRequestHeader(d,h.headers[d]);if(h.beforeSend&&(!1===h.beforeSend.call(f,x,h)||u))return x.abort();if(k="abort",y.add(h.complete),x.done(h.success),x.fail(h.error),n=Jt(Ut,h,t,x)){if(x.readyState=1,c&&m.trigger("ajaxSend",[x,h]),u)return x;h.async&&h.timeout>0&&(a=i.setTimeout((function(){x.abort("timeout")}),h.timeout));try{u=!1,n.send(_,L)}catch(e){if(u)throw e;L(-1,e)}}else L(-1,"No Transport");function L(e,t,s,l){var d,p,b,_,w,k=t;u||(u=!0,a&&i.clearTimeout(a),n=void 0,r=l||"",x.readyState=e>0?4:0,d=e>=200&&e<300||304===e,s&&(_=function(e,t,n){for(var i,o,r,s,a=e.contents,l=e.dataTypes;"*"===l[0];)l.shift(),void 0===i&&(i=e.mimeType||t.getResponseHeader("Content-Type"));if(i)for(o in a)if(a[o]&&a[o].test(i)){l.unshift(o);break}if(l[0]in n)r=l[0];else{for(o in n){if(!l[0]||e.converters[o+" "+l[0]]){r=o;break}s||(s=o)}r=r||s}if(r)return r!==l[0]&&l.unshift(r),n[r]}(h,x,s)),!d&&M.inArray("script",h.dataTypes)>-1&&M.inArray("json",h.dataTypes)<0&&(h.converters["text script"]=function(){}),_=function(e,t,n,i){var o,r,s,a,l,u={},c=e.dataTypes.slice();if(c[1])for(s in e.converters)u[s.toLowerCase()]=e.converters[s];for(r=c.shift();r;)if(e.responseFields[r]&&(n[e.responseFields[r]]=t),!l&&i&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),l=r,r=c.shift())if("*"===r)r=l;else if("*"!==l&&l!==r){if(!(s=u[l+" "+r]||u["* "+r]))for(o in u)if((a=o.split(" "))[1]===r&&(s=u[l+" "+a[0]]||u["* "+a[0]])){!0===s?s=u[o]:!0!==u[o]&&(r=a[0],c.unshift(a[1]));break}if(!0!==s)if(s&&e.throws)t=s(t);else try{t=s(t)}catch(e){return{state:"parsererror",error:s?e:"No conversion from "+l+" to "+r}}}return{state:"success",data:t}}(h,_,x,d),d?(h.ifModified&&((w=x.getResponseHeader("Last-Modified"))&&(M.lastModified[o]=w),(w=x.getResponseHeader("etag"))&&(M.etag[o]=w)),204===e||"HEAD"===h.type?k="nocontent":304===e?k="notmodified":(k=_.state,p=_.data,d=!(b=_.error))):(b=k,!e&&k||(k="error",e<0&&(e=0))),x.status=e,x.statusText=(t||k)+"",d?g.resolveWith(f,[p,k,x]):g.rejectWith(f,[x,k,b]),x.statusCode(v),v=void 0,c&&m.trigger(d?"ajaxSuccess":"ajaxError",[x,h,d?p:b]),y.fireWith(f,[x,k]),c&&(m.trigger("ajaxComplete",[x,h]),--M.active||M.event.trigger("ajaxStop")))}return x},getJSON:function(e,t,n){return M.get(e,t,n,"json")},getScript:function(e,t){return M.get(e,void 0,t,"script")}}),M.each(["get","post"],(function(e,t){M[t]=function(e,n,i,o){return y(n)&&(o=o||i,i=n,n=void 0),M.ajax(M.extend({url:e,type:t,dataType:o,data:n,success:i},M.isPlainObject(e)&&e))}})),M.ajaxPrefilter((function(e){var t;for(t in e.headers)"content-type"===t.toLowerCase()&&(e.contentType=e.headers[t]||"")})),M._evalUrl=function(e,t,n){return M.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(e){M.globalEval(e,t,n)}})},M.fn.extend({wrapAll:function(e){var t;return this[0]&&(y(e)&&(e=e.call(this[0])),t=M(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map((function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e})).append(this)),this},wrapInner:function(e){return y(e)?this.each((function(t){M(this).wrapInner(e.call(this,t))})):this.each((function(){var t=M(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)}))},wrap:function(e){var t=y(e);return this.each((function(n){M(this).wrapAll(t?e.call(this,n):e)}))},unwrap:function(e){return this.parent(e).not("body").each((function(){M(this).replaceWith(this.childNodes)})),this}}),M.expr.pseudos.hidden=function(e){return!M.expr.pseudos.visible(e)},M.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},M.ajaxSettings.xhr=function(){try{return new i.XMLHttpRequest}catch(e){}};var Xt={0:200,1223:204},Qt=M.ajaxSettings.xhr();g.cors=!!Qt&&"withCredentials"in Qt,g.ajax=Qt=!!Qt,M.ajaxTransport((function(e){var t,n;if(g.cors||Qt&&!e.crossDomain)return{send:function(o,r){var s,a=e.xhr();if(a.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(s in e.xhrFields)a[s]=e.xhrFields[s];for(s in e.mimeType&&a.overrideMimeType&&a.overrideMimeType(e.mimeType),e.crossDomain||o["X-Requested-With"]||(o["X-Requested-With"]="XMLHttpRequest"),o)a.setRequestHeader(s,o[s]);t=function(e){return function(){t&&(t=n=a.onload=a.onerror=a.onabort=a.ontimeout=a.onreadystatechange=null,"abort"===e?a.abort():"error"===e?"number"!=typeof a.status?r(0,"error"):r(a.status,a.statusText):r(Xt[a.status]||a.status,a.statusText,"text"!==(a.responseType||"text")||"string"!=typeof a.responseText?{binary:a.response}:{text:a.responseText},a.getAllResponseHeaders()))}},a.onload=t(),n=a.onerror=a.ontimeout=t("error"),void 0!==a.onabort?a.onabort=n:a.onreadystatechange=function(){4===a.readyState&&i.setTimeout((function(){t&&n()}))},t=t("abort");try{a.send(e.hasContent&&e.data||null)}catch(e){if(t)throw e}},abort:function(){t&&t()}}})),M.ajaxPrefilter((function(e){e.crossDomain&&(e.contents.script=!1)})),M.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return M.globalEval(e),e}}}),M.ajaxPrefilter("script",(function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")})),M.ajaxTransport("script",(function(e){var t,n;if(e.crossDomain||e.scriptAttrs)return{send:function(i,o){t=M("