-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path5563.js
1 lines (1 loc) · 38.3 KB
/
5563.js
1
(("undefined"!=typeof self?self:global).webpackChunkclient_web=("undefined"!=typeof self?self:global).webpackChunkclient_web||[]).push([[5563],{35616:(t,e,o)=>{var n=o(68002);function a(t){this.mode=n.MODE_8BIT_BYTE,this.data=t}a.prototype={getLength:function(t){return this.data.length},write:function(t){for(var e=0;e<this.data.length;e++)t.put(this.data.charCodeAt(e),8)}},t.exports=a},97304:t=>{function e(){this.buffer=new Array,this.length=0}e.prototype={get:function(t){var e=Math.floor(t/8);return 1==(this.buffer[e]>>>7-t%8&1)},put:function(t,e){for(var o=0;o<e;o++)this.putBit(1==(t>>>e-o-1&1))},getLengthInBits:function(){return this.length},putBit:function(t){var e=Math.floor(this.length/8);this.buffer.length<=e&&this.buffer.push(0),t&&(this.buffer[e]|=128>>>this.length%8),this.length++}},t.exports=e},85543:t=>{t.exports={L:1,M:0,Q:3,H:2}},89363:(t,e,o)=>{var n=o(86023);function a(t,e){if(null==t.length)throw new Error(t.length+"/"+e);for(var o=0;o<t.length&&0==t[o];)o++;this.num=new Array(t.length-o+e);for(var n=0;n<t.length-o;n++)this.num[n]=t[n+o]}a.prototype={get:function(t){return this.num[t]},getLength:function(){return this.num.length},multiply:function(t){for(var e=new Array(this.getLength()+t.getLength()-1),o=0;o<this.getLength();o++)for(var r=0;r<t.getLength();r++)e[o+r]^=n.gexp(n.glog(this.get(o))+n.glog(t.get(r)));return new a(e,0)},mod:function(t){if(this.getLength()-t.getLength()<0)return this;for(var e=n.glog(this.get(0))-n.glog(t.get(0)),o=new Array(this.getLength()),r=0;r<this.getLength();r++)o[r]=this.get(r);for(r=0;r<t.getLength();r++)o[r]^=n.gexp(n.glog(t.get(r))+e);return new a(o,0).mod(t)}},t.exports=a},71135:(t,e,o)=>{var n=o(35616),a=o(3249),r=o(97304),i=o(41430),s=o(89363);function c(t,e){this.typeNumber=t,this.errorCorrectLevel=e,this.modules=null,this.moduleCount=0,this.dataCache=null,this.dataList=[]}var u=c.prototype;u.addData=function(t){var e=new n(t);this.dataList.push(e),this.dataCache=null},u.isDark=function(t,e){if(t<0||this.moduleCount<=t||e<0||this.moduleCount<=e)throw new Error(t+","+e);return this.modules[t][e]},u.getModuleCount=function(){return this.moduleCount},u.make=function(){if(this.typeNumber<1){var t=1;for(t=1;t<40;t++){for(var e=a.getRSBlocks(t,this.errorCorrectLevel),o=new r,n=0,s=0;s<e.length;s++)n+=e[s].dataCount;for(s=0;s<this.dataList.length;s++){var c=this.dataList[s];o.put(c.mode,4),o.put(c.getLength(),i.getLengthInBits(c.mode,t)),c.write(o)}if(o.getLengthInBits()<=8*n)break}this.typeNumber=t}this.makeImpl(!1,this.getBestMaskPattern())},u.makeImpl=function(t,e){this.moduleCount=4*this.typeNumber+17,this.modules=new Array(this.moduleCount);for(var o=0;o<this.moduleCount;o++){this.modules[o]=new Array(this.moduleCount);for(var n=0;n<this.moduleCount;n++)this.modules[o][n]=null}this.setupPositionProbePattern(0,0),this.setupPositionProbePattern(this.moduleCount-7,0),this.setupPositionProbePattern(0,this.moduleCount-7),this.setupPositionAdjustPattern(),this.setupTimingPattern(),this.setupTypeInfo(t,e),this.typeNumber>=7&&this.setupTypeNumber(t),null==this.dataCache&&(this.dataCache=c.createData(this.typeNumber,this.errorCorrectLevel,this.dataList)),this.mapData(this.dataCache,e)},u.setupPositionProbePattern=function(t,e){for(var o=-1;o<=7;o++)if(!(t+o<=-1||this.moduleCount<=t+o))for(var n=-1;n<=7;n++)e+n<=-1||this.moduleCount<=e+n||(this.modules[t+o][e+n]=0<=o&&o<=6&&(0==n||6==n)||0<=n&&n<=6&&(0==o||6==o)||2<=o&&o<=4&&2<=n&&n<=4)},u.getBestMaskPattern=function(){for(var t=0,e=0,o=0;o<8;o++){this.makeImpl(!0,o);var n=i.getLostPoint(this);(0==o||t>n)&&(t=n,e=o)}return e},u.createMovieClip=function(t,e,o){var n=t.createEmptyMovieClip(e,o);this.make();for(var a=0;a<this.modules.length;a++)for(var r=1*a,i=0;i<this.modules[a].length;i++){var s=1*i;this.modules[a][i]&&(n.beginFill(0,100),n.moveTo(s,r),n.lineTo(s+1,r),n.lineTo(s+1,r+1),n.lineTo(s,r+1),n.endFill())}return n},u.setupTimingPattern=function(){for(var t=8;t<this.moduleCount-8;t++)null==this.modules[t][6]&&(this.modules[t][6]=t%2==0);for(var e=8;e<this.moduleCount-8;e++)null==this.modules[6][e]&&(this.modules[6][e]=e%2==0)},u.setupPositionAdjustPattern=function(){for(var t=i.getPatternPosition(this.typeNumber),e=0;e<t.length;e++)for(var o=0;o<t.length;o++){var n=t[e],a=t[o];if(null==this.modules[n][a])for(var r=-2;r<=2;r++)for(var s=-2;s<=2;s++)this.modules[n+r][a+s]=-2==r||2==r||-2==s||2==s||0==r&&0==s}},u.setupTypeNumber=function(t){for(var e=i.getBCHTypeNumber(this.typeNumber),o=0;o<18;o++){var n=!t&&1==(e>>o&1);this.modules[Math.floor(o/3)][o%3+this.moduleCount-8-3]=n}for(o=0;o<18;o++){n=!t&&1==(e>>o&1);this.modules[o%3+this.moduleCount-8-3][Math.floor(o/3)]=n}},u.setupTypeInfo=function(t,e){for(var o=this.errorCorrectLevel<<3|e,n=i.getBCHTypeInfo(o),a=0;a<15;a++){var r=!t&&1==(n>>a&1);a<6?this.modules[a][8]=r:a<8?this.modules[a+1][8]=r:this.modules[this.moduleCount-15+a][8]=r}for(a=0;a<15;a++){r=!t&&1==(n>>a&1);a<8?this.modules[8][this.moduleCount-a-1]=r:a<9?this.modules[8][15-a-1+1]=r:this.modules[8][15-a-1]=r}this.modules[this.moduleCount-8][8]=!t},u.mapData=function(t,e){for(var o=-1,n=this.moduleCount-1,a=7,r=0,s=this.moduleCount-1;s>0;s-=2)for(6==s&&s--;;){for(var c=0;c<2;c++)if(null==this.modules[n][s-c]){var u=!1;r<t.length&&(u=1==(t[r]>>>a&1)),i.getMask(e,n,s-c)&&(u=!u),this.modules[n][s-c]=u,-1==--a&&(r++,a=7)}if((n+=o)<0||this.moduleCount<=n){n-=o,o=-o;break}}},c.PAD0=236,c.PAD1=17,c.createData=function(t,e,o){for(var n=a.getRSBlocks(t,e),s=new r,u=0;u<o.length;u++){var h=o[u];s.put(h.mode,4),s.put(h.getLength(),i.getLengthInBits(h.mode,t)),h.write(s)}var l=0;for(u=0;u<n.length;u++)l+=n[u].dataCount;if(s.getLengthInBits()>8*l)throw new Error("code length overflow. ("+s.getLengthInBits()+">"+8*l+")");for(s.getLengthInBits()+4<=8*l&&s.put(0,4);s.getLengthInBits()%8!=0;)s.putBit(!1);for(;!(s.getLengthInBits()>=8*l||(s.put(c.PAD0,8),s.getLengthInBits()>=8*l));)s.put(c.PAD1,8);return c.createBytes(s,n)},c.createBytes=function(t,e){for(var o=0,n=0,a=0,r=new Array(e.length),c=new Array(e.length),u=0;u<e.length;u++){var h=e[u].dataCount,l=e[u].totalCount-h;n=Math.max(n,h),a=Math.max(a,l),r[u]=new Array(h);for(var p=0;p<r[u].length;p++)r[u][p]=255&t.buffer[p+o];o+=h;var g=i.getErrorCorrectPolynomial(l),_=new s(r[u],g.getLength()-1).mod(g);c[u]=new Array(g.getLength()-1);for(p=0;p<c[u].length;p++){var d=p+_.getLength()-c[u].length;c[u][p]=d>=0?_.get(d):0}}var m=0;for(p=0;p<e.length;p++)m+=e[p].totalCount;var f=new Array(m),L=0;for(p=0;p<n;p++)for(u=0;u<e.length;u++)p<r[u].length&&(f[L++]=r[u][p]);for(p=0;p<a;p++)for(u=0;u<e.length;u++)p<c[u].length&&(f[L++]=c[u][p]);return f},t.exports=c},3249:(t,e,o)=>{var n=o(85543);function a(t,e){this.totalCount=t,this.dataCount=e}a.RS_BLOCK_TABLE=[[1,26,19],[1,26,16],[1,26,13],[1,26,9],[1,44,34],[1,44,28],[1,44,22],[1,44,16],[1,70,55],[1,70,44],[2,35,17],[2,35,13],[1,100,80],[2,50,32],[2,50,24],[4,25,9],[1,134,108],[2,67,43],[2,33,15,2,34,16],[2,33,11,2,34,12],[2,86,68],[4,43,27],[4,43,19],[4,43,15],[2,98,78],[4,49,31],[2,32,14,4,33,15],[4,39,13,1,40,14],[2,121,97],[2,60,38,2,61,39],[4,40,18,2,41,19],[4,40,14,2,41,15],[2,146,116],[3,58,36,2,59,37],[4,36,16,4,37,17],[4,36,12,4,37,13],[2,86,68,2,87,69],[4,69,43,1,70,44],[6,43,19,2,44,20],[6,43,15,2,44,16],[4,101,81],[1,80,50,4,81,51],[4,50,22,4,51,23],[3,36,12,8,37,13],[2,116,92,2,117,93],[6,58,36,2,59,37],[4,46,20,6,47,21],[7,42,14,4,43,15],[4,133,107],[8,59,37,1,60,38],[8,44,20,4,45,21],[12,33,11,4,34,12],[3,145,115,1,146,116],[4,64,40,5,65,41],[11,36,16,5,37,17],[11,36,12,5,37,13],[5,109,87,1,110,88],[5,65,41,5,66,42],[5,54,24,7,55,25],[11,36,12],[5,122,98,1,123,99],[7,73,45,3,74,46],[15,43,19,2,44,20],[3,45,15,13,46,16],[1,135,107,5,136,108],[10,74,46,1,75,47],[1,50,22,15,51,23],[2,42,14,17,43,15],[5,150,120,1,151,121],[9,69,43,4,70,44],[17,50,22,1,51,23],[2,42,14,19,43,15],[3,141,113,4,142,114],[3,70,44,11,71,45],[17,47,21,4,48,22],[9,39,13,16,40,14],[3,135,107,5,136,108],[3,67,41,13,68,42],[15,54,24,5,55,25],[15,43,15,10,44,16],[4,144,116,4,145,117],[17,68,42],[17,50,22,6,51,23],[19,46,16,6,47,17],[2,139,111,7,140,112],[17,74,46],[7,54,24,16,55,25],[34,37,13],[4,151,121,5,152,122],[4,75,47,14,76,48],[11,54,24,14,55,25],[16,45,15,14,46,16],[6,147,117,4,148,118],[6,73,45,14,74,46],[11,54,24,16,55,25],[30,46,16,2,47,17],[8,132,106,4,133,107],[8,75,47,13,76,48],[7,54,24,22,55,25],[22,45,15,13,46,16],[10,142,114,2,143,115],[19,74,46,4,75,47],[28,50,22,6,51,23],[33,46,16,4,47,17],[8,152,122,4,153,123],[22,73,45,3,74,46],[8,53,23,26,54,24],[12,45,15,28,46,16],[3,147,117,10,148,118],[3,73,45,23,74,46],[4,54,24,31,55,25],[11,45,15,31,46,16],[7,146,116,7,147,117],[21,73,45,7,74,46],[1,53,23,37,54,24],[19,45,15,26,46,16],[5,145,115,10,146,116],[19,75,47,10,76,48],[15,54,24,25,55,25],[23,45,15,25,46,16],[13,145,115,3,146,116],[2,74,46,29,75,47],[42,54,24,1,55,25],[23,45,15,28,46,16],[17,145,115],[10,74,46,23,75,47],[10,54,24,35,55,25],[19,45,15,35,46,16],[17,145,115,1,146,116],[14,74,46,21,75,47],[29,54,24,19,55,25],[11,45,15,46,46,16],[13,145,115,6,146,116],[14,74,46,23,75,47],[44,54,24,7,55,25],[59,46,16,1,47,17],[12,151,121,7,152,122],[12,75,47,26,76,48],[39,54,24,14,55,25],[22,45,15,41,46,16],[6,151,121,14,152,122],[6,75,47,34,76,48],[46,54,24,10,55,25],[2,45,15,64,46,16],[17,152,122,4,153,123],[29,74,46,14,75,47],[49,54,24,10,55,25],[24,45,15,46,46,16],[4,152,122,18,153,123],[13,74,46,32,75,47],[48,54,24,14,55,25],[42,45,15,32,46,16],[20,147,117,4,148,118],[40,75,47,7,76,48],[43,54,24,22,55,25],[10,45,15,67,46,16],[19,148,118,6,149,119],[18,75,47,31,76,48],[34,54,24,34,55,25],[20,45,15,61,46,16]],a.getRSBlocks=function(t,e){var o=a.getRsBlockTable(t,e);if(null==o)throw new Error("bad rs block @ typeNumber:"+t+"/errorCorrectLevel:"+e);for(var n=o.length/3,r=new Array,i=0;i<n;i++)for(var s=o[3*i+0],c=o[3*i+1],u=o[3*i+2],h=0;h<s;h++)r.push(new a(c,u));return r},a.getRsBlockTable=function(t,e){switch(e){case n.L:return a.RS_BLOCK_TABLE[4*(t-1)+0];case n.M:return a.RS_BLOCK_TABLE[4*(t-1)+1];case n.Q:return a.RS_BLOCK_TABLE[4*(t-1)+2];case n.H:return a.RS_BLOCK_TABLE[4*(t-1)+3];default:return}},t.exports=a},86023:t=>{for(var e={glog:function(t){if(t<1)throw new Error("glog("+t+")");return e.LOG_TABLE[t]},gexp:function(t){for(;t<0;)t+=255;for(;t>=256;)t-=255;return e.EXP_TABLE[t]},EXP_TABLE:new Array(256),LOG_TABLE:new Array(256)},o=0;o<8;o++)e.EXP_TABLE[o]=1<<o;for(o=8;o<256;o++)e.EXP_TABLE[o]=e.EXP_TABLE[o-4]^e.EXP_TABLE[o-5]^e.EXP_TABLE[o-6]^e.EXP_TABLE[o-8];for(o=0;o<255;o++)e.LOG_TABLE[e.EXP_TABLE[o]]=o;t.exports=e},68002:t=>{t.exports={MODE_NUMBER:1,MODE_ALPHA_NUM:2,MODE_8BIT_BYTE:4,MODE_KANJI:8}},41430:(t,e,o)=>{var n=o(68002),a=o(89363),r=o(86023),i=0,s=1,c=2,u=3,h=4,l=5,p=6,g=7,_={PATTERN_POSITION_TABLE:[[],[6,18],[6,22],[6,26],[6,30],[6,34],[6,22,38],[6,24,42],[6,26,46],[6,28,50],[6,30,54],[6,32,58],[6,34,62],[6,26,46,66],[6,26,48,70],[6,26,50,74],[6,30,54,78],[6,30,56,82],[6,30,58,86],[6,34,62,90],[6,28,50,72,94],[6,26,50,74,98],[6,30,54,78,102],[6,28,54,80,106],[6,32,58,84,110],[6,30,58,86,114],[6,34,62,90,118],[6,26,50,74,98,122],[6,30,54,78,102,126],[6,26,52,78,104,130],[6,30,56,82,108,134],[6,34,60,86,112,138],[6,30,58,86,114,142],[6,34,62,90,118,146],[6,30,54,78,102,126,150],[6,24,50,76,102,128,154],[6,28,54,80,106,132,158],[6,32,58,84,110,136,162],[6,26,54,82,110,138,166],[6,30,58,86,114,142,170]],G15:1335,G18:7973,G15_MASK:21522,getBCHTypeInfo:function(t){for(var e=t<<10;_.getBCHDigit(e)-_.getBCHDigit(_.G15)>=0;)e^=_.G15<<_.getBCHDigit(e)-_.getBCHDigit(_.G15);return(t<<10|e)^_.G15_MASK},getBCHTypeNumber:function(t){for(var e=t<<12;_.getBCHDigit(e)-_.getBCHDigit(_.G18)>=0;)e^=_.G18<<_.getBCHDigit(e)-_.getBCHDigit(_.G18);return t<<12|e},getBCHDigit:function(t){for(var e=0;0!=t;)e++,t>>>=1;return e},getPatternPosition:function(t){return _.PATTERN_POSITION_TABLE[t-1]},getMask:function(t,e,o){switch(t){case i:return(e+o)%2==0;case s:return e%2==0;case c:return o%3==0;case u:return(e+o)%3==0;case h:return(Math.floor(e/2)+Math.floor(o/3))%2==0;case l:return e*o%2+e*o%3==0;case p:return(e*o%2+e*o%3)%2==0;case g:return(e*o%3+(e+o)%2)%2==0;default:throw new Error("bad maskPattern:"+t)}},getErrorCorrectPolynomial:function(t){for(var e=new a([1],0),o=0;o<t;o++)e=e.multiply(new a([1,r.gexp(o)],0));return e},getLengthInBits:function(t,e){if(1<=e&&e<10)switch(t){case n.MODE_NUMBER:return 10;case n.MODE_ALPHA_NUM:return 9;case n.MODE_8BIT_BYTE:case n.MODE_KANJI:return 8;default:throw new Error("mode:"+t)}else if(e<27)switch(t){case n.MODE_NUMBER:return 12;case n.MODE_ALPHA_NUM:return 11;case n.MODE_8BIT_BYTE:return 16;case n.MODE_KANJI:return 10;default:throw new Error("mode:"+t)}else{if(!(e<41))throw new Error("type:"+e);switch(t){case n.MODE_NUMBER:return 14;case n.MODE_ALPHA_NUM:return 13;case n.MODE_8BIT_BYTE:return 16;case n.MODE_KANJI:return 12;default:throw new Error("mode:"+t)}}},getLostPoint:function(t){for(var e=t.getModuleCount(),o=0,n=0;n<e;n++)for(var a=0;a<e;a++){for(var r=0,i=t.isDark(n,a),s=-1;s<=1;s++)if(!(n+s<0||e<=n+s))for(var c=-1;c<=1;c++)a+c<0||e<=a+c||0==s&&0==c||i==t.isDark(n+s,a+c)&&r++;r>5&&(o+=3+r-5)}for(n=0;n<e-1;n++)for(a=0;a<e-1;a++){var u=0;t.isDark(n,a)&&u++,t.isDark(n+1,a)&&u++,t.isDark(n,a+1)&&u++,t.isDark(n+1,a+1)&&u++,0!=u&&4!=u||(o+=3)}for(n=0;n<e;n++)for(a=0;a<e-6;a++)t.isDark(n,a)&&!t.isDark(n,a+1)&&t.isDark(n,a+2)&&t.isDark(n,a+3)&&t.isDark(n,a+4)&&!t.isDark(n,a+5)&&t.isDark(n,a+6)&&(o+=40);for(a=0;a<e;a++)for(n=0;n<e-6;n++)t.isDark(n,a)&&!t.isDark(n+1,a)&&t.isDark(n+2,a)&&t.isDark(n+3,a)&&t.isDark(n+4,a)&&!t.isDark(n+5,a)&&t.isDark(n+6,a)&&(o+=40);var h=0;for(a=0;a<e;a++)for(n=0;n<e;n++)t.isDark(n,a)&&h++;return o+=10*(Math.abs(100*h/e/e-50)/5)}};t.exports=_},68469:(t,e,o)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var o=arguments[e];for(var n in o)Object.prototype.hasOwnProperty.call(o,n)&&(t[n]=o[n])}return t},a=s(o(2736)),r=o(30758),i=s(r);function s(t){return t&&t.__esModule?t:{default:t}}var c={bgColor:a.default.oneOfType([a.default.object,a.default.string]).isRequired,bgD:a.default.string.isRequired,fgColor:a.default.oneOfType([a.default.object,a.default.string]).isRequired,fgD:a.default.string.isRequired,size:a.default.number.isRequired,title:a.default.string,viewBoxSize:a.default.number.isRequired,xmlns:a.default.string},u=(0,r.forwardRef)((function(t,e){var o=t.bgColor,a=t.bgD,r=t.fgD,s=t.fgColor,c=t.size,u=t.title,h=t.viewBoxSize,l=t.xmlns,p=void 0===l?"http://www.w3.org/2000/svg":l,g=function(t,e){var o={};for(var n in t)e.indexOf(n)>=0||Object.prototype.hasOwnProperty.call(t,n)&&(o[n]=t[n]);return o}(t,["bgColor","bgD","fgD","fgColor","size","title","viewBoxSize","xmlns"]);return i.default.createElement("svg",n({},g,{height:c,ref:e,viewBox:"0 0 "+h+" "+h,width:c,xmlns:p}),u?i.default.createElement("title",null,u):null,i.default.createElement("path",{d:a,fill:o}),i.default.createElement("path",{d:r,fill:s}))}));u.displayName="QRCodeSvg",u.propTypes=c,e.default=u},33242:(t,e,o)=>{"use strict";var n=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var o=arguments[e];for(var n in o)Object.prototype.hasOwnProperty.call(o,n)&&(t[n]=o[n])}return t},a=h(o(2736)),r=h(o(85543)),i=h(o(71135)),s=o(30758),c=h(s),u=h(o(68469));function h(t){return t&&t.__esModule?t:{default:t}}var l={bgColor:a.default.oneOfType([a.default.object,a.default.string]),fgColor:a.default.oneOfType([a.default.object,a.default.string]),level:a.default.string,size:a.default.number,value:a.default.string.isRequired},p=(0,s.forwardRef)((function(t,e){var o=t.bgColor,a=void 0===o?"#FFFFFF":o,s=t.fgColor,h=void 0===s?"#000000":s,l=t.level,p=void 0===l?"L":l,g=t.size,_=void 0===g?256:g,d=t.value,m=function(t,e){var o={};for(var n in t)e.indexOf(n)>=0||Object.prototype.hasOwnProperty.call(t,n)&&(o[n]=t[n]);return o}(t,["bgColor","fgColor","level","size","value"]),f=new i.default(-1,r.default[p]);f.addData(d),f.make();var L=f.modules;return c.default.createElement(u.default,n({},m,{bgColor:a,bgD:L.map((function(t,e){return t.map((function(t,o){return t?"":"M "+o+" "+e+" l 1 0 0 1 -1 0 Z"})).join(" ")})).join(" "),fgColor:h,fgD:L.map((function(t,e){return t.map((function(t,o){return t?"M "+o+" "+e+" l 1 0 0 1 -1 0 Z":""})).join(" ")})).join(" "),ref:e,size:_,viewBoxSize:L.length}))}));p.displayName="QRCode",p.propTypes=l,e.Ay=p},345:(t,e,o)=>{"use strict";o.d(e,{j:()=>r});var n=o(30758),a=o(12323);function r(t){var e,o,r,i,s,c=t.size?a.$Z[t.size]:t.iconSize,u=(0,a._C)([{size:16,svgContent:"<path d='M15 15H1v-1.5h14V15zm0-4.5H1V9h14v1.5zm-14-7A2.5 2.5 0 0 1 3.5 1h9a2.5 2.5 0 0 1 0 5h-9A2.5 2.5 0 0 1 1 3.5zm2.5-1a1 1 0 0 0 0 2h9a1 1 0 1 0 0-2h-9z'/>"},{size:24,svgContent:"<path d='M21 22H3v-2h18v2zm0-6H3v-2h18v2zM2.05 6.546a3.5 3.5 0 0 1 3.5-3.5h13a3.5 3.5 0 0 1 0 7h-13a3.5 3.5 0 0 1-3.5-3.5zm3.5-1.5a1.5 1.5 0 0 0 0 3h13a1.5 1.5 0 0 0 0-3h-13z'/>"}],c||24),h=null!==(e=t.autoMirror)&&void 0!==e&&e;return n.createElement(a.In,Object.assign({},t,{autoMirror:h,viewBox:"0 0 ".concat(u.size," ").concat(u.size),dangerouslySetInnerHTML:{__html:"".concat((i=t.title,s=t.titleId,i?"<title ".concat(s?'id="'.concat(s,'"'):"",">").concat(i,"</title>"):"")).concat((o=t.desc,r=t.descId,o?"<desc ".concat(r?'id="'.concat(r,'"'):"",">").concat(o,"</desc>"):"")).concat(u.svgContent)}}))}},85813:(t,e,o)=>{"use strict";o.d(e,{J:()=>s});const n="music",a="2.0.0",r="default",i="15.2.1";function s(t){return new c(t)}class c{constructor(t){this._path=[{name:"desktop-jam-queue-header"}],t?.parentAbsoluteLocation&&(this._parentAbsoluteLocation=t.parentAbsoluteLocation)}facepileButtonFactory(){return new c.FacepileButtonEventFactory({path:this._path,parentAbsoluteLocation:this._parentAbsoluteLocation})}inviteButtonFactory(){return new c.InviteButtonEventFactory({path:this._path,parentAbsoluteLocation:this._parentAbsoluteLocation})}endButtonFactory(){return new c.EndButtonEventFactory({path:this._path,parentAbsoluteLocation:this._parentAbsoluteLocation})}leaveButtonFactory(){return new c.LeaveButtonEventFactory({path:this._path,parentAbsoluteLocation:this._parentAbsoluteLocation})}createJamButtonFactory(){return new c.CreateJamButtonEventFactory({path:this._path,parentAbsoluteLocation:this._parentAbsoluteLocation})}_getCurrentLocation(){return{pathNodes:this._path,specMode:[r,...[...Array(this._path.length-1)].map((()=>""))],specVersion:[a,...[...Array(this._path.length-1)].map((()=>""))]}}getAbsoluteLocation(){const t=this._parentAbsoluteLocation?.locations;return{locations:[...t||[],this._getCurrentLocation()]}}}!function(t){t.FacepileButtonEventFactory=class{constructor({path:t,parentAbsoluteLocation:e,data:o}){this._path=t.concat({name:"facepile_button"}),e&&(this._parentAbsoluteLocation=e)}_getCurrentLocation(){return{pathNodes:this._path,specMode:[r,...[...Array(this._path.length-1)].map((()=>""))],specVersion:[a,...[...Array(this._path.length-1)].map((()=>""))]}}getAbsoluteLocation(){const t=this._parentAbsoluteLocation?.locations;return{locations:[...t||[],this._getCurrentLocation()]}}hitUiNavigate({destination:t}){return{actionParameterNames:["destination"],actionParameterValues:[t.toString()],actionName:"ui_navigate",actionVersion:1,app:n,generatorVersion:i,interactionType:"hit",specificationMode:r,specificationVersion:a,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}keyStrokeUiNavigate({destination:t}){return{actionParameterNames:["destination"],actionParameterValues:[t.toString()],actionName:"ui_navigate",actionVersion:1,app:n,generatorVersion:i,interactionType:"key_stroke",specificationMode:r,specificationVersion:a,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}}}(c||(c={})),function(t){t.InviteButtonEventFactory=class{constructor({path:t,parentAbsoluteLocation:e,data:o}){this._path=t.concat({name:"invite_button"}),e&&(this._parentAbsoluteLocation=e)}_getCurrentLocation(){return{pathNodes:this._path,specMode:[r,...[...Array(this._path.length-1)].map((()=>""))],specVersion:[a,...[...Array(this._path.length-1)].map((()=>""))]}}getAbsoluteLocation(){const t=this._parentAbsoluteLocation?.locations;return{locations:[...t||[],this._getCurrentLocation()]}}hitShare({entityToBeShared:t,shareId:e}){return{actionParameterNames:["entity_to_be_shared","share_id"],actionParameterValues:[t.toString(),e.toString()],actionName:"share",actionVersion:2,app:n,generatorVersion:i,interactionType:"hit",specificationMode:r,specificationVersion:a,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}keyStrokeShare({entityToBeShared:t,shareId:e}){return{actionParameterNames:["entity_to_be_shared","share_id"],actionParameterValues:[t.toString(),e.toString()],actionName:"share",actionVersion:2,app:n,generatorVersion:i,interactionType:"key_stroke",specificationMode:r,specificationVersion:a,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}}}(c||(c={})),function(t){t.EndButtonEventFactory=class{constructor({path:t,parentAbsoluteLocation:e,data:o}){this._path=t.concat({name:"end_button"}),e&&(this._parentAbsoluteLocation=e)}_getCurrentLocation(){return{pathNodes:this._path,specMode:[r,...[...Array(this._path.length-1)].map((()=>""))],specVersion:[a,...[...Array(this._path.length-1)].map((()=>""))]}}getAbsoluteLocation(){const t=this._parentAbsoluteLocation?.locations;return{locations:[...t||[],this._getCurrentLocation()]}}hitUiReveal(){return{actionName:"ui_reveal",actionVersion:1,app:n,generatorVersion:i,interactionType:"hit",specificationMode:r,specificationVersion:a,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}keyStrokeUiReveal(){return{actionName:"ui_reveal",actionVersion:1,app:n,generatorVersion:i,interactionType:"key_stroke",specificationMode:r,specificationVersion:a,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}}}(c||(c={})),function(t){t.LeaveButtonEventFactory=class{constructor({path:t,parentAbsoluteLocation:e,data:o}){this._path=t.concat({name:"leave_button"}),e&&(this._parentAbsoluteLocation=e)}_getCurrentLocation(){return{pathNodes:this._path,specMode:[r,...[...Array(this._path.length-1)].map((()=>""))],specVersion:[a,...[...Array(this._path.length-1)].map((()=>""))]}}getAbsoluteLocation(){const t=this._parentAbsoluteLocation?.locations;return{locations:[...t||[],this._getCurrentLocation()]}}hitUiReveal(){return{actionName:"ui_reveal",actionVersion:1,app:n,generatorVersion:i,interactionType:"hit",specificationMode:r,specificationVersion:a,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}keyStrokeUiReveal(){return{actionName:"ui_reveal",actionVersion:1,app:n,generatorVersion:i,interactionType:"key_stroke",specificationMode:r,specificationVersion:a,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}}}(c||(c={})),function(t){t.CreateJamButtonEventFactory=class{constructor({path:t,parentAbsoluteLocation:e,data:o}){this._path=t.concat({name:"create_jam_button"}),e&&(this._parentAbsoluteLocation=e)}_getCurrentLocation(){return{pathNodes:this._path,specMode:[r,...[...Array(this._path.length-1)].map((()=>""))],specVersion:[a,...[...Array(this._path.length-1)].map((()=>""))]}}getAbsoluteLocation(){const t=this._parentAbsoluteLocation?.locations;return{locations:[...t||[],this._getCurrentLocation()]}}hitUiNavigate({destination:t}){return{actionParameterNames:["destination"],actionParameterValues:[t.toString()],actionName:"ui_navigate",actionVersion:1,app:n,generatorVersion:i,interactionType:"hit",specificationMode:r,specificationVersion:a,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}}}(c||(c={}))},86323:(t,e,o)=>{"use strict";o.d(e,{i:()=>s});const n="music",a="4.3.0",r="default",i="15.2.1";function s(t){return new c(t)}class c{constructor(t){this._path=[{name:"desktop-now-playing-queue",...t.data}],t?.parentAbsoluteLocation&&(this._parentAbsoluteLocation=t.parentAbsoluteLocation)}nowPlayingSectionFactory(){return new c.NowPlayingSectionEventFactory({path:this._path,parentAbsoluteLocation:this._parentAbsoluteLocation})}nextInQueueSectionFactory(){return new c.NextInQueueSectionEventFactory({path:this._path,parentAbsoluteLocation:this._parentAbsoluteLocation})}nextFromSectionFactory(){return new c.NextFromSectionEventFactory({path:this._path,parentAbsoluteLocation:this._parentAbsoluteLocation})}queueHistoryTabFactory(t){return new c.QueueHistoryTabEventFactory({path:this._path,parentAbsoluteLocation:this._parentAbsoluteLocation,data:t})}_getCurrentLocation(){return{pathNodes:this._path,specMode:[r,...[...Array(this._path.length-1)].map((()=>""))],specVersion:[a,...[...Array(this._path.length-1)].map((()=>""))]}}getAbsoluteLocation(){const t=this._parentAbsoluteLocation?.locations;return{locations:[...t||[],this._getCurrentLocation()]}}hitUiHide(){return{actionName:"ui_hide",actionVersion:1,app:n,generatorVersion:i,interactionType:"hit",specificationMode:r,specificationVersion:a,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}dragAddItemToQueue({itemToAddToQueue:t}){return{actionParameterNames:["item_to_add_to_queue"],actionParameterValues:[t.toString()],actionName:"add_item_to_queue",actionVersion:1,app:n,generatorVersion:i,interactionType:"drag",specificationMode:r,specificationVersion:a,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}dragAddItemsToQueue({numberOfItemsToAddToQueue:t}){return{actionParameterNames:["number_of_items_to_add_to_queue"],actionParameterValues:[t.toString()],actionName:"add_items_to_queue",actionVersion:2,app:n,generatorVersion:i,interactionType:"drag",specificationMode:r,specificationVersion:a,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}impression(){return{app:n,generatorVersion:i,specificationVersion:a,specificationMode:r,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}}!function(t){t.NowPlayingSectionEventFactory=class{constructor({path:t,parentAbsoluteLocation:e,data:o}){this._path=t.concat({name:"now_playing_section"}),e&&(this._parentAbsoluteLocation=e)}_getCurrentLocation(){return{pathNodes:this._path,specMode:[r,...[...Array(this._path.length-1)].map((()=>""))],specVersion:[a,...[...Array(this._path.length-1)].map((()=>""))]}}getAbsoluteLocation(){const t=this._parentAbsoluteLocation?.locations;return{locations:[...t||[],this._getCurrentLocation()]}}dragAddItemToQueue({itemToAddToQueue:t}){return{actionParameterNames:["item_to_add_to_queue"],actionParameterValues:[t.toString()],actionName:"add_item_to_queue",actionVersion:1,app:n,generatorVersion:i,interactionType:"drag",specificationMode:r,specificationVersion:a,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}dragAddItemsToQueue({numberOfItemsToAddToQueue:t}){return{actionParameterNames:["number_of_items_to_add_to_queue"],actionParameterValues:[t.toString()],actionName:"add_items_to_queue",actionVersion:2,app:n,generatorVersion:i,interactionType:"drag",specificationMode:r,specificationVersion:a,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}}}(c||(c={})),function(t){t.NextInQueueSectionEventFactory=class{constructor({path:t,parentAbsoluteLocation:e,data:o}){this._path=t.concat({name:"next_in_queue_section"}),e&&(this._parentAbsoluteLocation=e)}clearQueueButtonFactory(){return new t.NextInQueueSectionEventFactory.ClearQueueButtonEventFactory({path:this._path,parentAbsoluteLocation:this._parentAbsoluteLocation})}_getCurrentLocation(){return{pathNodes:this._path,specMode:[r,...[...Array(this._path.length-1)].map((()=>""))],specVersion:[a,...[...Array(this._path.length-1)].map((()=>""))]}}getAbsoluteLocation(){const t=this._parentAbsoluteLocation?.locations;return{locations:[...t||[],this._getCurrentLocation()]}}dragAddItemToQueue({itemToAddToQueue:t}){return{actionParameterNames:["item_to_add_to_queue"],actionParameterValues:[t.toString()],actionName:"add_item_to_queue",actionVersion:1,app:n,generatorVersion:i,interactionType:"drag",specificationMode:r,specificationVersion:a,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}dragSort(){return{actionName:"sort",actionVersion:1,app:n,generatorVersion:i,interactionType:"drag",specificationMode:r,specificationVersion:a,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}dragAddItemsToQueue({numberOfItemsToAddToQueue:t}){return{actionParameterNames:["number_of_items_to_add_to_queue"],actionParameterValues:[t.toString()],actionName:"add_items_to_queue",actionVersion:2,app:n,generatorVersion:i,interactionType:"drag",specificationMode:r,specificationVersion:a,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}}}(c||(c={})),function(t){t.NextFromSectionEventFactory=class{constructor({path:t,parentAbsoluteLocation:e,data:o}){this._path=t.concat({name:"next_from_section"}),e&&(this._parentAbsoluteLocation=e)}queueContextLinkFactory(){return new t.NextFromSectionEventFactory.QueueContextLinkEventFactory({path:this._path,parentAbsoluteLocation:this._parentAbsoluteLocation})}_getCurrentLocation(){return{pathNodes:this._path,specMode:[r,...[...Array(this._path.length-1)].map((()=>""))],specVersion:[a,...[...Array(this._path.length-1)].map((()=>""))]}}getAbsoluteLocation(){const t=this._parentAbsoluteLocation?.locations;return{locations:[...t||[],this._getCurrentLocation()]}}dragAddItemToQueue({itemToAddToQueue:t}){return{actionParameterNames:["item_to_add_to_queue"],actionParameterValues:[t.toString()],actionName:"add_item_to_queue",actionVersion:1,app:n,generatorVersion:i,interactionType:"drag",specificationMode:r,specificationVersion:a,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}dragSort(){return{actionName:"sort",actionVersion:1,app:n,generatorVersion:i,interactionType:"drag",specificationMode:r,specificationVersion:a,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}dragAddItemsToQueue({numberOfItemsToAddToQueue:t}){return{actionParameterNames:["number_of_items_to_add_to_queue"],actionParameterValues:[t.toString()],actionName:"add_items_to_queue",actionVersion:2,app:n,generatorVersion:i,interactionType:"drag",specificationMode:r,specificationVersion:a,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}}}(c||(c={})),function(t){class e{constructor({path:t,parentAbsoluteLocation:e,data:o}){this._path=t.concat({...o,name:"queue_history_tab"}),e&&(this._parentAbsoluteLocation=e)}_getCurrentLocation(){return{pathNodes:this._path,specMode:[r,...[...Array(this._path.length-1)].map((()=>""))],specVersion:[a,...[...Array(this._path.length-1)].map((()=>""))]}}getAbsoluteLocation(){const t=this._parentAbsoluteLocation?.locations;return{locations:[...t||[],this._getCurrentLocation()]}}hitUiReveal(){return{actionName:"ui_reveal",actionVersion:1,app:n,generatorVersion:i,interactionType:"hit",specificationMode:r,specificationVersion:a,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}}e.Identifier={QUEUE:"queue",RECENTLY_PLAYED:"recently_played"},t.QueueHistoryTabEventFactory=e}(c||(c={})),function(t){!function(t){t.ClearQueueButtonEventFactory=class{constructor({path:t,parentAbsoluteLocation:e,data:o}){this._path=t.concat({name:"clear_queue_button"}),e&&(this._parentAbsoluteLocation=e)}_getCurrentLocation(){return{pathNodes:this._path,specMode:[r,...[...Array(this._path.length-1)].map((()=>""))],specVersion:[a,...[...Array(this._path.length-1)].map((()=>""))]}}getAbsoluteLocation(){const t=this._parentAbsoluteLocation?.locations;return{locations:[...t||[],this._getCurrentLocation()]}}hitRemoveItemsFromQueue({numberOfItemsToRemoveFromQueue:t}){return{actionParameterNames:["number_of_items_to_remove_from_queue"],actionParameterValues:[t.toString()],actionName:"remove_items_from_queue",actionVersion:2,app:n,generatorVersion:i,interactionType:"hit",specificationMode:r,specificationVersion:a,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}}}(t.NextInQueueSectionEventFactory||(t.NextInQueueSectionEventFactory={}))}(c||(c={})),function(t){!function(t){t.QueueContextLinkEventFactory=class{constructor({path:t,parentAbsoluteLocation:e,data:o}){this._path=t.concat({name:"queue_context_link"}),e&&(this._parentAbsoluteLocation=e)}_getCurrentLocation(){return{pathNodes:this._path,specMode:[r,...[...Array(this._path.length-1)].map((()=>""))],specVersion:[a,...[...Array(this._path.length-1)].map((()=>""))]}}getAbsoluteLocation(){const t=this._parentAbsoluteLocation?.locations;return{locations:[...t||[],this._getCurrentLocation()]}}hitUiNavigate({destination:t}){return{actionParameterNames:["destination"],actionParameterValues:[t.toString()],actionName:"ui_navigate",actionVersion:1,app:n,generatorVersion:i,interactionType:"hit",specificationMode:r,specificationVersion:a,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}}}(t.NextFromSectionEventFactory||(t.NextFromSectionEventFactory={}))}(c||(c={}))},37558:(t,e,o)=>{"use strict";o.d(e,{A:()=>s});const n="music",a="2.0.0",r="default",i="14.11.0";function s(t){return new c(t)}class c{constructor(t){this._path=[{name:"desktop-smart-shuffle-actions",...t.data}],t?.parentAbsoluteLocation&&(this._parentAbsoluteLocation=t.parentAbsoluteLocation)}addRecommendationButtonFactory(t){return new c.AddRecommendationButtonEventFactory({path:this._path,parentAbsoluteLocation:this._parentAbsoluteLocation,data:t})}removeRecommendationButtonFactory(t){return new c.RemoveRecommendationButtonEventFactory({path:this._path,parentAbsoluteLocation:this._parentAbsoluteLocation,data:t})}undoButtonFactory(t){return new c.UndoButtonEventFactory({path:this._path,parentAbsoluteLocation:this._parentAbsoluteLocation,data:t})}_getCurrentLocation(){return{pathNodes:this._path,specMode:[r,...[...Array(this._path.length-1)].map((()=>""))],specVersion:[a,...[...Array(this._path.length-1)].map((()=>""))]}}getAbsoluteLocation(){const t=this._parentAbsoluteLocation?.locations;return{locations:[...t||[],this._getCurrentLocation()]}}}!function(t){t.AddRecommendationButtonEventFactory=class{constructor({path:t,parentAbsoluteLocation:e,data:o}){this._path=t.concat({...o,name:"add_recommendation_button"}),e&&(this._parentAbsoluteLocation=e)}_getCurrentLocation(){return{pathNodes:this._path,specMode:[r,...[...Array(this._path.length-1)].map((()=>""))],specVersion:[a,...[...Array(this._path.length-1)].map((()=>""))]}}getAbsoluteLocation(){const t=this._parentAbsoluteLocation?.locations;return{locations:[...t||[],this._getCurrentLocation()]}}hitAddToPlaylist({playlist:t,itemToBeAdded:e}){return{actionParameterNames:["playlist","item_to_be_added"],actionParameterValues:[t.toString(),e.toString()],actionName:"add_to_playlist",actionVersion:2,app:n,generatorVersion:i,interactionType:"hit",specificationMode:r,specificationVersion:a,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}hitLike({itemToBeLiked:t}){return{actionParameterNames:["item_to_be_liked"],actionParameterValues:[t.toString()],actionName:"like",actionVersion:1,app:n,generatorVersion:i,interactionType:"hit",specificationMode:r,specificationVersion:a,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}hitApproveRecommendation({recommendedItemUri:t,contextUri:e}){return{actionParameterNames:["recommended_item_uri","context_uri"],actionParameterValues:[t.toString(),e.toString()],actionName:"approve_recommendation",actionVersion:2,app:n,generatorVersion:i,interactionType:"hit",specificationMode:r,specificationVersion:a,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}}}(c||(c={})),function(t){t.RemoveRecommendationButtonEventFactory=class{constructor({path:t,parentAbsoluteLocation:e,data:o}){this._path=t.concat({...o,name:"remove_recommendation_button"}),e&&(this._parentAbsoluteLocation=e)}_getCurrentLocation(){return{pathNodes:this._path,specMode:[r,...[...Array(this._path.length-1)].map((()=>""))],specVersion:[a,...[...Array(this._path.length-1)].map((()=>""))]}}getAbsoluteLocation(){const t=this._parentAbsoluteLocation?.locations;return{locations:[...t||[],this._getCurrentLocation()]}}hitRemoveRecommendation({recommendedItemUri:t,contextUri:e}){return{actionParameterNames:["recommended_item_uri","context_uri"],actionParameterValues:[t.toString(),e.toString()],actionName:"remove_recommendation",actionVersion:2,app:n,generatorVersion:i,interactionType:"hit",specificationMode:r,specificationVersion:a,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}}}(c||(c={})),function(t){t.UndoButtonEventFactory=class{constructor({path:t,parentAbsoluteLocation:e,data:o}){this._path=t.concat({...o,name:"undo_button"}),e&&(this._parentAbsoluteLocation=e)}_getCurrentLocation(){return{pathNodes:this._path,specMode:[r,...[...Array(this._path.length-1)].map((()=>""))],specVersion:[a,...[...Array(this._path.length-1)].map((()=>""))]}}getAbsoluteLocation(){const t=this._parentAbsoluteLocation?.locations;return{locations:[...t||[],this._getCurrentLocation()]}}hitUiHide(){return{actionName:"ui_hide",actionVersion:1,app:n,generatorVersion:i,interactionType:"hit",specificationMode:r,specificationVersion:a,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}}}(c||(c={}))}}]);