@reltio/remotes 1.4.964 → 1.4.968
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/135.js +2 -0
- package/{63.js.LICENSE.txt → 135.js.LICENSE.txt} +0 -0
- package/183.js +1 -1
- package/241.js +1 -0
- package/244.js +1 -0
- package/290.js +1 -0
- package/352.js +1 -1
- package/357.js +1 -0
- package/394.js +1 -1
- package/565.js +1 -0
- package/605.js +1 -0
- package/618.js +1 -0
- package/637.js +2 -0
- package/637.js.LICENSE.txt +8 -0
- package/650.js +2 -0
- package/650.js.LICENSE.txt +5 -0
- package/67.js +1 -0
- package/721.js +2 -0
- package/{720.js.LICENSE.txt → 721.js.LICENSE.txt} +0 -9
- package/805.js +1 -0
- package/844.js +1 -1
- package/870.css +797 -0
- package/870.js +1 -0
- package/871.js +1 -0
- package/894.js +2 -0
- package/{977.js.LICENSE.txt → 894.js.LICENSE.txt} +0 -0
- package/main.js +1 -1
- package/package.json +1 -1
- package/remoteEntry.js +1 -1
- package/237.js +0 -1
- package/279.js +0 -1
- package/340.js +0 -1
- package/396.js +0 -1
- package/484.js +0 -1
- package/63.js +0 -2
- package/676.js +0 -1
- package/720.js +0 -2
- package/977.js +0 -2
package/650.js
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/*! For license information please see 650.js.LICENSE.txt */
|
|
2
|
+
(self.webpackChunk_reltio_remotes=self.webpackChunk_reltio_remotes||[]).push([[650],{8598:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var r=n(95038),i=n.n(r);const o=function(){function e(e){var t=void 0===e?{}:e,n=t.locale,r=t.instance,o=t.moment;this.yearFormat="YYYY",this.yearMonthFormat="MMMM YYYY",this.dateTime12hFormat="MMMM Do hh:mm a",this.dateTime24hFormat="MMMM Do HH:mm",this.time12hFormat="hh:mm A",this.time24hFormat="HH:mm",this.dateFormat="MMMM Do",this.moment=r||o||i(),this.locale=n}return e.prototype.parse=function(e,t){return""===e?null:this.moment(e,t,!0)},e.prototype.date=function(e){if(null===e)return null;var t=this.moment(e);return t.locale(this.locale),t},e.prototype.isValid=function(e){return this.moment(e).isValid()},e.prototype.isNull=function(e){return null===e},e.prototype.getDiff=function(e,t){return e.diff(t)},e.prototype.isAfter=function(e,t){return e.isAfter(t)},e.prototype.isBefore=function(e,t){return e.isBefore(t)},e.prototype.isAfterDay=function(e,t){return e.isAfter(t,"day")},e.prototype.isBeforeDay=function(e,t){return e.isBefore(t,"day")},e.prototype.isBeforeYear=function(e,t){return e.isBefore(t,"year")},e.prototype.isAfterYear=function(e,t){return e.isAfter(t,"year")},e.prototype.startOfDay=function(e){return e.clone().startOf("day")},e.prototype.endOfDay=function(e){return e.clone().endOf("day")},e.prototype.format=function(e,t){return e.locale(this.locale),e.format(t)},e.prototype.formatNumber=function(e){return e},e.prototype.getHours=function(e){return e.get("hours")},e.prototype.addDays=function(e,t){return t<0?e.clone().subtract(Math.abs(t),"days"):e.clone().add(t,"days")},e.prototype.setHours=function(e,t){return e.clone().hours(t)},e.prototype.getMinutes=function(e){return e.get("minutes")},e.prototype.setMinutes=function(e,t){return e.clone().minutes(t)},e.prototype.getSeconds=function(e){return e.get("seconds")},e.prototype.setSeconds=function(e,t){return e.clone().seconds(t)},e.prototype.getMonth=function(e){return e.get("month")},e.prototype.isSameDay=function(e,t){return e.isSame(t,"day")},e.prototype.isSameMonth=function(e,t){return e.isSame(t,"month")},e.prototype.isSameYear=function(e,t){return e.isSame(t,"year")},e.prototype.isSameHour=function(e,t){return e.isSame(t,"hour")},e.prototype.setMonth=function(e,t){return e.clone().month(t)},e.prototype.getMeridiemText=function(e){return"am"===e?"AM":"PM"},e.prototype.startOfMonth=function(e){return e.clone().startOf("month")},e.prototype.endOfMonth=function(e){return e.clone().endOf("month")},e.prototype.getNextMonth=function(e){return e.clone().add(1,"month")},e.prototype.getPreviousMonth=function(e){return e.clone().subtract(1,"month")},e.prototype.getMonthArray=function(e){for(var t=[e.clone().startOf("year")];t.length<12;){var n=t[t.length-1];t.push(this.getNextMonth(n))}return t},e.prototype.getYear=function(e){return e.get("year")},e.prototype.setYear=function(e,t){return e.clone().set("year",t)},e.prototype.mergeDateAndTime=function(e,t){return this.setMinutes(this.setHours(e,this.getHours(t)),this.getMinutes(t))},e.prototype.getWeekdays=function(){return this.moment.weekdaysShort(!0)},e.prototype.isEqual=function(e,t){return null===e&&null===t||this.moment(e).isSame(t)},e.prototype.getWeekArray=function(e){for(var t=e.clone().startOf("month").startOf("week"),n=e.clone().endOf("month").endOf("week"),r=0,i=t,o=[];i.isBefore(n);){var s=Math.floor(r/7);o[s]=o[s]||[],o[s].push(i),i=i.clone().add(1,"day"),r+=1}return o},e.prototype.getYearRange=function(e,t){for(var n=this.moment(e).startOf("year"),r=this.moment(t).endOf("year"),i=[],o=n;o.isBefore(r);)i.push(o),o=o.clone().add(1,"year");return i},e.prototype.getCalendarHeaderText=function(e){return this.format(e,this.yearMonthFormat)},e.prototype.getYearText=function(e){return this.format(e,"YYYY")},e.prototype.getDatePickerHeaderText=function(e){return this.format(e,"ddd, MMM D")},e.prototype.getDateTimePickerHeaderText=function(e){return this.format(e,"MMM D")},e.prototype.getMonthText=function(e){return this.format(e,"MMMM")},e.prototype.getDayText=function(e){return this.format(e,"D")},e.prototype.getHourText=function(e,t){return this.format(e,t?"hh":"HH")},e.prototype.getMinuteText=function(e){return this.format(e,"mm")},e.prototype.getSecondText=function(e){return this.format(e,"ss")},e}()},84560:(e,t,n)=>{"use strict";var r=n(14859);t.Z=void 0;var i=r(n(24328)),o=(0,r(n(50175)).default)(i.default.createElement(i.default.Fragment,null,i.default.createElement("path",{d:"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}),i.default.createElement("path",{d:"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"})),"AccessTime");t.Z=o},74443:(e,t,n)=>{"use strict";var r=n(14859);t.Z=void 0;var i=r(n(24328)),o=(0,r(n(50175)).default)(i.default.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"}),"AddCircle");t.Z=o},51209:(e,t,n)=>{"use strict";var r=n(14859);t.Z=void 0;var i=r(n(24328)),o=(0,r(n(50175)).default)(i.default.createElement("path",{d:"M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"}),"ChevronRight");t.Z=o},29103:(e,t,n)=>{"use strict";var r=n(14859);t.Z=void 0;var i=r(n(24328)),o=(0,r(n(50175)).default)(i.default.createElement("path",{d:"M7 14H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12 7h-3v2h5v-5h-2v3zM14 5v2h3v3h2V5h-5z"}),"Fullscreen");t.Z=o},83911:(e,t,n)=>{"use strict";var r=n(14859);t.Z=void 0;var i=r(n(24328)),o=(0,r(n(50175)).default)(i.default.createElement("path",{d:"M5 16h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6 11h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z"}),"FullscreenExit");t.Z=o},82726:(e,t,n)=>{"use strict";var r=n(14859);t.Z=void 0;var i=r(n(24328)),o=(0,r(n(50175)).default)(i.default.createElement("path",{d:"M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"}),"InfoOutlined");t.Z=o},12070:(e,t,n)=>{"use strict";var r=n(14859);t.Z=void 0;var i=r(n(24328)),o=(0,r(n(50175)).default)(i.default.createElement("path",{d:"M12 8.41L16.59 13 18 11.59l-6-6-6 6L7.41 13 12 8.41zM6 18h12v-2H6v2z"}),"KeyboardCapslock");t.Z=o},8623:(e,t,n)=>{"use strict";var r=n(14859);t.Z=void 0;var i=r(n(24328)),o=(0,r(n(50175)).default)(i.default.createElement("path",{d:"M20.5 3l-.16.03L15 5.1 9 3 3.36 4.9c-.21.07-.36.25-.36.48V20.5c0 .28.22.5.5.5l.16-.03L9 18.9l6 2.1 5.64-1.9c.21-.07.36-.25.36-.48V3.5c0-.28-.22-.5-.5-.5zM15 19l-6-2.11V5l6 2.11V19z"}),"Map");t.Z=o},27461:(e,t,n)=>{"use strict";var r=n(14859);t.Z=void 0;var i=r(n(24328)),o=(0,r(n(50175)).default)(i.default.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11H7v-2h10v2z"}),"RemoveCircle");t.Z=o},11640:(e,t,n)=>{"use strict";var r=n(14859);t.Z=void 0;var i=r(n(24328)),o=(0,r(n(50175)).default)(i.default.createElement(i.default.Fragment,null,i.default.createElement("path",{d:"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"}),i.default.createElement("path",{fill:"none",d:"M0 0h24v24H0z"})),"Star");t.Z=o},28347:(e,t,n)=>{"use strict";var r=n(14859);t.Z=void 0;var i=r(n(24328)),o=(0,r(n(50175)).default)(i.default.createElement("path",{d:"M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"}),"StarBorder");t.Z=o},57676:(e,t,n)=>{"use strict";var r=n(14859);t.Z=void 0;var i=r(n(24328)),o=(0,r(n(50175)).default)(i.default.createElement("path",{d:"M3 17v2h6v-2H3zM3 5v2h10V5H3zm10 16v-2h8v-2h-8v-2h-2v6h2zM7 9v2H3v2h4v2h2V9H7zm14 4v-2H11v2h10zm-6-4h2V7h4V5h-4V3h-2v6z"}),"Tune");t.Z=o},39781:(e,t,n)=>{"use strict";var r=n(14859);t.Z=void 0;var i=r(n(24328)),o=(0,r(n(50175)).default)(i.default.createElement("path",{d:"M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"}),"Warning");t.Z=o},52180:function(e,t,n){var r;!function(i){"use strict";var o,s,u,a=9e15,c=1e9,f="0123456789abcdef",d="2.3025850929940456840179914546843642076011014886287729760333279009675726096773524802359972050895982983419677840422862486334095254650828067566662873690987816894829072083255546808437998948262331985283935053089653777326288461633662222876982198867465436674744042432743651550489343149393914796194044002221051017141748003688084012647080685567743216228355220114804663715659121373450747856947683463616792101806445070648000277502684916746550586856935673420670581136429224554405758925724208241314695689016758940256776311356919292033376587141660230105703089634572075440370847469940168269282808481184289314848524948644871927809676271275775397027668605952496716674183485704422507197965004714951050492214776567636938662976979522110718264549734772662425709429322582798502585509785265383207606726317164309505995087807523710333101197857547331541421808427543863591778117054309827482385045648019095610299291824318237525357709750539565187697510374970888692180205189339507238539205144634197265287286965110862571492198849978748873771345686209167058",l="3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865132823066470938446095505822317253594081284811174502841027019385211055596446229489549303819644288109756659334461284756482337867831652712019091456485669234603486104543266482133936072602491412737245870066063155881748815209209628292540917153643678925903600113305305488204665213841469519415116094330572703657595919530921861173819326117931051185480744623799627495673518857527248912279381830119491298336733624406566430860213949463952247371907021798609437027705392171762931767523846748184676694051320005681271452635608277857713427577896091736371787214684409012249534301465495853710507922796892589235420199561121290219608640344181598136297747713099605187072113499999983729780499510597317328160963185950244594553469083026425223082533446850352619311881710100031378387528865875332083814206171776691473035982534904287554687311595628638823537875937519577818577805321712268066130019278766111959092164201989380952572010654858632789",h={precision:20,rounding:4,modulo:1,toExpNeg:-7,toExpPos:21,minE:-a,maxE:a,crypto:!1},p=!0,v="[DecimalError] ",m=v+"Invalid argument: ",g=v+"Precision limit exceeded",y=v+"crypto unavailable",w=Math.floor,M=Math.pow,b=/^0b([01]+(\.[01]*)?|\.[01]+)(p[+-]?\d+)?$/i,N=/^0x([0-9a-f]+(\.[0-9a-f]*)?|\.[0-9a-f]+)(p[+-]?\d+)?$/i,_=/^0o([0-7]+(\.[0-7]*)?|\.[0-7]+)(p[+-]?\d+)?$/i,E=/^(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i,x=1e7,O=d.length-1,R=l.length-1,C={name:"[object Decimal]"};function A(e){var t,n,r,i=e.length-1,o="",s=e[0];if(i>0){for(o+=s,t=1;t<i;t++)(n=7-(r=e[t]+"").length)&&(o+=q(n)),o+=r;(n=7-(r=(s=e[t])+"").length)&&(o+=q(n))}else if(0===s)return"0";for(;s%10==0;)s/=10;return o+s}function j(e,t,n){if(e!==~~e||e<t||e>n)throw Error(m+e)}function P(e,t,n,r){var i,o,s,u;for(o=e[0];o>=10;o/=10)--t;return--t<0?(t+=7,i=0):(i=Math.ceil((t+1)/7),t%=7),o=M(10,7-t),u=e[i]%o|0,null==r?t<3?(0==t?u=u/100|0:1==t&&(u=u/10|0),s=n<4&&99999==u||n>3&&49999==u||5e4==u||0==u):s=(n<4&&u+1==o||n>3&&u+1==o/2)&&(e[i+1]/o/100|0)==M(10,t-2)-1||(u==o/2||0==u)&&0==(e[i+1]/o/100|0):t<4?(0==t?u=u/1e3|0:1==t?u=u/100|0:2==t&&(u=u/10|0),s=(r||n<4)&&9999==u||!r&&n>3&&4999==u):s=((r||n<4)&&u+1==o||!r&&n>3&&u+1==o/2)&&(e[i+1]/o/1e3|0)==M(10,t-3)-1,s}function D(e,t,n){for(var r,i,o=[0],s=0,u=e.length;s<u;){for(i=o.length;i--;)o[i]*=t;for(o[0]+=f.indexOf(e.charAt(s++)),r=0;r<o.length;r++)o[r]>n-1&&(void 0===o[r+1]&&(o[r+1]=0),o[r+1]+=o[r]/n|0,o[r]%=n)}return o.reverse()}C.absoluteValue=C.abs=function(){var e=new this.constructor(this);return e.s<0&&(e.s=1),k(e)},C.ceil=function(){return k(new this.constructor(this),this.e+1,2)},C.comparedTo=C.cmp=function(e){var t,n,r,i,o=this,s=o.d,u=(e=new o.constructor(e)).d,a=o.s,c=e.s;if(!s||!u)return a&&c?a!==c?a:s===u?0:!s^a<0?1:-1:NaN;if(!s[0]||!u[0])return s[0]?a:u[0]?-c:0;if(a!==c)return a;if(o.e!==e.e)return o.e>e.e^a<0?1:-1;for(t=0,n=(r=s.length)<(i=u.length)?r:i;t<n;++t)if(s[t]!==u[t])return s[t]>u[t]^a<0?1:-1;return r===i?0:r>i^a<0?1:-1},C.cosine=C.cos=function(){var e,t,n=this,r=n.constructor;return n.d?n.d[0]?(e=r.precision,t=r.rounding,r.precision=e+Math.max(n.e,n.sd())+7,r.rounding=1,n=function(e,t){var n,r,i=t.d.length;i<32?r=(1/K(4,n=Math.ceil(i/3))).toString():(n=16,r="2.3283064365386962890625e-10"),e.precision+=n,t=J(e,1,t.times(r),new e(1));for(var o=n;o--;){var s=t.times(t);t=s.times(s).minus(s).times(8).plus(1)}return e.precision-=n,t}(r,G(r,n)),r.precision=e,r.rounding=t,k(2==u||3==u?n.neg():n,e,t,!0)):new r(1):new r(NaN)},C.cubeRoot=C.cbrt=function(){var e,t,n,r,i,o,s,u,a,c,f=this,d=f.constructor;if(!f.isFinite()||f.isZero())return new d(f);for(p=!1,(o=f.s*M(f.s*f,1/3))&&Math.abs(o)!=1/0?r=new d(o.toString()):(n=A(f.d),(o=((e=f.e)-n.length+1)%3)&&(n+=1==o||-2==o?"0":"00"),o=M(n,1/3),e=w((e+1)/3)-(e%3==(e<0?-1:2)),(r=new d(n=o==1/0?"5e"+e:(n=o.toExponential()).slice(0,n.indexOf("e")+1)+e)).s=f.s),s=(e=d.precision)+3;;)if(c=(a=(u=r).times(u).times(u)).plus(f),r=S(c.plus(f).times(u),c.plus(a),s+2,1),A(u.d).slice(0,s)===(n=A(r.d)).slice(0,s)){if("9999"!=(n=n.slice(s-3,s+1))&&(i||"4999"!=n)){+n&&(+n.slice(1)||"5"!=n.charAt(0))||(k(r,e+1,1),t=!r.times(r).times(r).eq(f));break}if(!i&&(k(u,e+1,0),u.times(u).times(u).eq(f))){r=u;break}s+=4,i=1}return p=!0,k(r,e,d.rounding,t)},C.decimalPlaces=C.dp=function(){var e,t=this.d,n=NaN;if(t){if(n=7*((e=t.length-1)-w(this.e/7)),e=t[e])for(;e%10==0;e/=10)n--;n<0&&(n=0)}return n},C.dividedBy=C.div=function(e){return S(this,new this.constructor(e))},C.dividedToIntegerBy=C.divToInt=function(e){var t=this.constructor;return k(S(this,new t(e),0,1,1),t.precision,t.rounding)},C.equals=C.eq=function(e){return 0===this.cmp(e)},C.floor=function(){return k(new this.constructor(this),this.e+1,3)},C.greaterThan=C.gt=function(e){return this.cmp(e)>0},C.greaterThanOrEqualTo=C.gte=function(e){var t=this.cmp(e);return 1==t||0===t},C.hyperbolicCosine=C.cosh=function(){var e,t,n,r,i,o=this,s=o.constructor,u=new s(1);if(!o.isFinite())return new s(o.s?1/0:NaN);if(o.isZero())return u;n=s.precision,r=s.rounding,s.precision=n+Math.max(o.e,o.sd())+4,s.rounding=1,(i=o.d.length)<32?t=(1/K(4,e=Math.ceil(i/3))).toString():(e=16,t="2.3283064365386962890625e-10"),o=J(s,1,o.times(t),new s(1),!0);for(var a,c=e,f=new s(8);c--;)a=o.times(o),o=u.minus(a.times(f.minus(a.times(f))));return k(o,s.precision=n,s.rounding=r,!0)},C.hyperbolicSine=C.sinh=function(){var e,t,n,r,i=this,o=i.constructor;if(!i.isFinite()||i.isZero())return new o(i);if(t=o.precision,n=o.rounding,o.precision=t+Math.max(i.e,i.sd())+4,o.rounding=1,(r=i.d.length)<3)i=J(o,2,i,i,!0);else{e=(e=1.4*Math.sqrt(r))>16?16:0|e,i=J(o,2,i=i.times(1/K(5,e)),i,!0);for(var s,u=new o(5),a=new o(16),c=new o(20);e--;)s=i.times(i),i=i.times(u.plus(s.times(a.times(s).plus(c))))}return o.precision=t,o.rounding=n,k(i,t,n,!0)},C.hyperbolicTangent=C.tanh=function(){var e,t,n=this,r=n.constructor;return n.isFinite()?n.isZero()?new r(n):(e=r.precision,t=r.rounding,r.precision=e+7,r.rounding=1,S(n.sinh(),n.cosh(),r.precision=e,r.rounding=t)):new r(n.s)},C.inverseCosine=C.acos=function(){var e,t=this,n=t.constructor,r=t.abs().cmp(1),i=n.precision,o=n.rounding;return-1!==r?0===r?t.isNeg()?T(n,i,o):new n(0):new n(NaN):t.isZero()?T(n,i+4,o).times(.5):(n.precision=i+6,n.rounding=1,t=t.asin(),e=T(n,i+4,o).times(.5),n.precision=i,n.rounding=o,e.minus(t))},C.inverseHyperbolicCosine=C.acosh=function(){var e,t,n=this,r=n.constructor;return n.lte(1)?new r(n.eq(1)?0:NaN):n.isFinite()?(e=r.precision,t=r.rounding,r.precision=e+Math.max(Math.abs(n.e),n.sd())+4,r.rounding=1,p=!1,n=n.times(n).minus(1).sqrt().plus(n),p=!0,r.precision=e,r.rounding=t,n.ln()):new r(n)},C.inverseHyperbolicSine=C.asinh=function(){var e,t,n=this,r=n.constructor;return!n.isFinite()||n.isZero()?new r(n):(e=r.precision,t=r.rounding,r.precision=e+2*Math.max(Math.abs(n.e),n.sd())+6,r.rounding=1,p=!1,n=n.times(n).plus(1).sqrt().plus(n),p=!0,r.precision=e,r.rounding=t,n.ln())},C.inverseHyperbolicTangent=C.atanh=function(){var e,t,n,r,i=this,o=i.constructor;return i.isFinite()?i.e>=0?new o(i.abs().eq(1)?i.s/0:i.isZero()?i:NaN):(e=o.precision,t=o.rounding,r=i.sd(),Math.max(r,e)<2*-i.e-1?k(new o(i),e,t,!0):(o.precision=n=r-i.e,i=S(i.plus(1),new o(1).minus(i),n+e,1),o.precision=e+4,o.rounding=1,i=i.ln(),o.precision=e,o.rounding=t,i.times(.5))):new o(NaN)},C.inverseSine=C.asin=function(){var e,t,n,r,i=this,o=i.constructor;return i.isZero()?new o(i):(t=i.abs().cmp(1),n=o.precision,r=o.rounding,-1!==t?0===t?((e=T(o,n+4,r).times(.5)).s=i.s,e):new o(NaN):(o.precision=n+6,o.rounding=1,i=i.div(new o(1).minus(i.times(i)).sqrt().plus(1)).atan(),o.precision=n,o.rounding=r,i.times(2)))},C.inverseTangent=C.atan=function(){var e,t,n,r,i,o,s,u,a,c=this,f=c.constructor,d=f.precision,l=f.rounding;if(c.isFinite()){if(c.isZero())return new f(c);if(c.abs().eq(1)&&d+4<=R)return(s=T(f,d+4,l).times(.25)).s=c.s,s}else{if(!c.s)return new f(NaN);if(d+4<=R)return(s=T(f,d+4,l).times(.5)).s=c.s,s}for(f.precision=u=d+10,f.rounding=1,e=n=Math.min(28,u/7+2|0);e;--e)c=c.div(c.times(c).plus(1).sqrt().plus(1));for(p=!1,t=Math.ceil(u/7),r=1,a=c.times(c),s=new f(c),i=c;-1!==e;)if(i=i.times(a),o=s.minus(i.div(r+=2)),i=i.times(a),void 0!==(s=o.plus(i.div(r+=2))).d[t])for(e=t;s.d[e]===o.d[e]&&e--;);return n&&(s=s.times(2<<n-1)),p=!0,k(s,f.precision=d,f.rounding=l,!0)},C.isFinite=function(){return!!this.d},C.isInteger=C.isInt=function(){return!!this.d&&w(this.e/7)>this.d.length-2},C.isNaN=function(){return!this.s},C.isNegative=C.isNeg=function(){return this.s<0},C.isPositive=C.isPos=function(){return this.s>0},C.isZero=function(){return!!this.d&&0===this.d[0]},C.lessThan=C.lt=function(e){return this.cmp(e)<0},C.lessThanOrEqualTo=C.lte=function(e){return this.cmp(e)<1},C.logarithm=C.log=function(e){var t,n,r,i,o,s,u,a,c=this,f=c.constructor,d=f.precision,l=f.rounding;if(null==e)e=new f(10),t=!0;else{if(n=(e=new f(e)).d,e.s<0||!n||!n[0]||e.eq(1))return new f(NaN);t=e.eq(10)}if(n=c.d,c.s<0||!n||!n[0]||c.eq(1))return new f(n&&!n[0]?-1/0:1!=c.s?NaN:n?0:1/0);if(t)if(n.length>1)o=!0;else{for(i=n[0];i%10==0;)i/=10;o=1!==i}if(p=!1,s=B(c,u=d+5),r=t?z(f,u+10):B(e,u),P((a=S(s,r,u,1)).d,i=d,l))do{if(s=B(c,u+=10),r=t?z(f,u+10):B(e,u),a=S(s,r,u,1),!o){+A(a.d).slice(i+1,i+15)+1==1e14&&(a=k(a,d+1,0));break}}while(P(a.d,i+=10,l));return p=!0,k(a,d,l)},C.minus=C.sub=function(e){var t,n,r,i,o,s,u,a,c,f,d,l,h=this,v=h.constructor;if(e=new v(e),!h.d||!e.d)return h.s&&e.s?h.d?e.s=-e.s:e=new v(e.d||h.s!==e.s?h:NaN):e=new v(NaN),e;if(h.s!=e.s)return e.s=-e.s,h.plus(e);if(c=h.d,l=e.d,u=v.precision,a=v.rounding,!c[0]||!l[0]){if(l[0])e.s=-e.s;else{if(!c[0])return new v(3===a?-0:0);e=new v(h)}return p?k(e,u,a):e}if(n=w(e.e/7),f=w(h.e/7),c=c.slice(),o=f-n){for((d=o<0)?(t=c,o=-o,s=l.length):(t=l,n=f,s=c.length),o>(r=Math.max(Math.ceil(u/7),s)+2)&&(o=r,t.length=1),t.reverse(),r=o;r--;)t.push(0);t.reverse()}else{for((d=(r=c.length)<(s=l.length))&&(s=r),r=0;r<s;r++)if(c[r]!=l[r]){d=c[r]<l[r];break}o=0}for(d&&(t=c,c=l,l=t,e.s=-e.s),s=c.length,r=l.length-s;r>0;--r)c[s++]=0;for(r=l.length;r>o;){if(c[--r]<l[r]){for(i=r;i&&0===c[--i];)c[i]=x-1;--c[i],c[r]+=x}c[r]-=l[r]}for(;0===c[--s];)c.pop();for(;0===c[0];c.shift())--n;return c[0]?(e.d=c,e.e=Z(c,n),p?k(e,u,a):e):new v(3===a?-0:0)},C.modulo=C.mod=function(e){var t,n=this,r=n.constructor;return e=new r(e),!n.d||!e.s||e.d&&!e.d[0]?new r(NaN):!e.d||n.d&&!n.d[0]?k(new r(n),r.precision,r.rounding):(p=!1,9==r.modulo?(t=S(n,e.abs(),0,3,1)).s*=e.s:t=S(n,e,0,r.modulo,1),t=t.times(e),p=!0,n.minus(t))},C.naturalExponential=C.exp=function(){return U(this)},C.naturalLogarithm=C.ln=function(){return B(this)},C.negated=C.neg=function(){var e=new this.constructor(this);return e.s=-e.s,k(e)},C.plus=C.add=function(e){var t,n,r,i,o,s,u,a,c,f,d=this,l=d.constructor;if(e=new l(e),!d.d||!e.d)return d.s&&e.s?d.d||(e=new l(e.d||d.s===e.s?d:NaN)):e=new l(NaN),e;if(d.s!=e.s)return e.s=-e.s,d.minus(e);if(c=d.d,f=e.d,u=l.precision,a=l.rounding,!c[0]||!f[0])return f[0]||(e=new l(d)),p?k(e,u,a):e;if(o=w(d.e/7),r=w(e.e/7),c=c.slice(),i=o-r){for(i<0?(n=c,i=-i,s=f.length):(n=f,r=o,s=c.length),i>(s=(o=Math.ceil(u/7))>s?o+1:s+1)&&(i=s,n.length=1),n.reverse();i--;)n.push(0);n.reverse()}for((s=c.length)-(i=f.length)<0&&(i=s,n=f,f=c,c=n),t=0;i;)t=(c[--i]=c[i]+f[i]+t)/x|0,c[i]%=x;for(t&&(c.unshift(t),++r),s=c.length;0==c[--s];)c.pop();return e.d=c,e.e=Z(c,r),p?k(e,u,a):e},C.precision=C.sd=function(e){var t,n=this;if(void 0!==e&&e!==!!e&&1!==e&&0!==e)throw Error(m+e);return n.d?(t=H(n.d),e&&n.e+1>t&&(t=n.e+1)):t=NaN,t},C.round=function(){var e=this,t=e.constructor;return k(new t(e),e.e+1,t.rounding)},C.sine=C.sin=function(){var e,t,n=this,r=n.constructor;return n.isFinite()?n.isZero()?new r(n):(e=r.precision,t=r.rounding,r.precision=e+Math.max(n.e,n.sd())+7,r.rounding=1,n=function(e,t){var n,r=t.d.length;if(r<3)return J(e,2,t,t);n=(n=1.4*Math.sqrt(r))>16?16:0|n,t=J(e,2,t=t.times(1/K(5,n)),t);for(var i,o=new e(5),s=new e(16),u=new e(20);n--;)i=t.times(t),t=t.times(o.plus(i.times(s.times(i).minus(u))));return t}(r,G(r,n)),r.precision=e,r.rounding=t,k(u>2?n.neg():n,e,t,!0)):new r(NaN)},C.squareRoot=C.sqrt=function(){var e,t,n,r,i,o,s=this,u=s.d,a=s.e,c=s.s,f=s.constructor;if(1!==c||!u||!u[0])return new f(!c||c<0&&(!u||u[0])?NaN:u?s:1/0);for(p=!1,0==(c=Math.sqrt(+s))||c==1/0?(((t=A(u)).length+a)%2==0&&(t+="0"),c=Math.sqrt(t),a=w((a+1)/2)-(a<0||a%2),r=new f(t=c==1/0?"5e"+a:(t=c.toExponential()).slice(0,t.indexOf("e")+1)+a)):r=new f(c.toString()),n=(a=f.precision)+3;;)if(r=(o=r).plus(S(s,o,n+2,1)).times(.5),A(o.d).slice(0,n)===(t=A(r.d)).slice(0,n)){if("9999"!=(t=t.slice(n-3,n+1))&&(i||"4999"!=t)){+t&&(+t.slice(1)||"5"!=t.charAt(0))||(k(r,a+1,1),e=!r.times(r).eq(s));break}if(!i&&(k(o,a+1,0),o.times(o).eq(s))){r=o;break}n+=4,i=1}return p=!0,k(r,a,f.rounding,e)},C.tangent=C.tan=function(){var e,t,n=this,r=n.constructor;return n.isFinite()?n.isZero()?new r(n):(e=r.precision,t=r.rounding,r.precision=e+10,r.rounding=1,(n=n.sin()).s=1,n=S(n,new r(1).minus(n.times(n)).sqrt(),e+10,0),r.precision=e,r.rounding=t,k(2==u||4==u?n.neg():n,e,t,!0)):new r(NaN)},C.times=C.mul=function(e){var t,n,r,i,o,s,u,a,c,f=this,d=f.constructor,l=f.d,h=(e=new d(e)).d;if(e.s*=f.s,!(l&&l[0]&&h&&h[0]))return new d(!e.s||l&&!l[0]&&!h||h&&!h[0]&&!l?NaN:l&&h?0*e.s:e.s/0);for(n=w(f.e/7)+w(e.e/7),(a=l.length)<(c=h.length)&&(o=l,l=h,h=o,s=a,a=c,c=s),o=[],r=s=a+c;r--;)o.push(0);for(r=c;--r>=0;){for(t=0,i=a+r;i>r;)u=o[i]+h[r]*l[i-r-1]+t,o[i--]=u%x|0,t=u/x|0;o[i]=(o[i]+t)%x|0}for(;!o[--s];)o.pop();return t?++n:o.shift(),e.d=o,e.e=Z(o,n),p?k(e,d.precision,d.rounding):e},C.toBinary=function(e,t){return Q(this,2,e,t)},C.toDecimalPlaces=C.toDP=function(e,t){var n=this,r=n.constructor;return n=new r(n),void 0===e?n:(j(e,0,c),void 0===t?t=r.rounding:j(t,0,8),k(n,e+n.e+1,t))},C.toExponential=function(e,t){var n,r=this,i=r.constructor;return void 0===e?n=F(r,!0):(j(e,0,c),void 0===t?t=i.rounding:j(t,0,8),n=F(r=k(new i(r),e+1,t),!0,e+1)),r.isNeg()&&!r.isZero()?"-"+n:n},C.toFixed=function(e,t){var n,r,i=this,o=i.constructor;return void 0===e?n=F(i):(j(e,0,c),void 0===t?t=o.rounding:j(t,0,8),n=F(r=k(new o(i),e+i.e+1,t),!1,e+r.e+1)),i.isNeg()&&!i.isZero()?"-"+n:n},C.toFraction=function(e){var t,n,r,i,o,s,u,a,c,f,d,l,h=this,v=h.d,g=h.constructor;if(!v)return new g(h);if(c=n=new g(1),r=a=new g(0),s=(o=(t=new g(r)).e=H(v)-h.e-1)%7,t.d[0]=M(10,s<0?7+s:s),null==e)e=o>0?t:c;else{if(!(u=new g(e)).isInt()||u.lt(c))throw Error(m+u);e=u.gt(t)?o>0?t:c:u}for(p=!1,u=new g(A(v)),f=g.precision,g.precision=o=7*v.length*2;d=S(u,t,0,1,1),1!=(i=n.plus(d.times(r))).cmp(e);)n=r,r=i,i=c,c=a.plus(d.times(i)),a=i,i=t,t=u.minus(d.times(i)),u=i;return i=S(e.minus(n),r,0,1,1),a=a.plus(i.times(c)),n=n.plus(i.times(r)),a.s=c.s=h.s,l=S(c,r,o,1).minus(h).abs().cmp(S(a,n,o,1).minus(h).abs())<1?[c,r]:[a,n],g.precision=f,p=!0,l},C.toHexadecimal=C.toHex=function(e,t){return Q(this,16,e,t)},C.toNearest=function(e,t){var n=this,r=n.constructor;if(n=new r(n),null==e){if(!n.d)return n;e=new r(1),t=r.rounding}else{if(e=new r(e),void 0===t?t=r.rounding:j(t,0,8),!n.d)return e.s?n:e;if(!e.d)return e.s&&(e.s=n.s),e}return e.d[0]?(p=!1,n=S(n,e,0,t,1).times(e),p=!0,k(n)):(e.s=n.s,n=e),n},C.toNumber=function(){return+this},C.toOctal=function(e,t){return Q(this,8,e,t)},C.toPower=C.pow=function(e){var t,n,r,i,o,s,u=this,a=u.constructor,c=+(e=new a(e));if(!(u.d&&e.d&&u.d[0]&&e.d[0]))return new a(M(+u,c));if((u=new a(u)).eq(1))return u;if(r=a.precision,o=a.rounding,e.eq(1))return k(u,r,o);if((t=w(e.e/7))>=e.d.length-1&&(n=c<0?-c:c)<=9007199254740991)return i=I(a,u,n,r),e.s<0?new a(1).div(i):k(i,r,o);if((s=u.s)<0){if(t<e.d.length-1)return new a(NaN);if(0==(1&e.d[t])&&(s=1),0==u.e&&1==u.d[0]&&1==u.d.length)return u.s=s,u}return(t=0!=(n=M(+u,c))&&isFinite(n)?new a(n+"").e:w(c*(Math.log("0."+A(u.d))/Math.LN10+u.e+1)))>a.maxE+1||t<a.minE-1?new a(t>0?s/0:0):(p=!1,a.rounding=u.s=1,n=Math.min(12,(t+"").length),(i=U(e.times(B(u,r+n)),r)).d&&P((i=k(i,r+5,1)).d,r,o)&&(t=r+10,+A((i=k(U(e.times(B(u,t+n)),t),t+5,1)).d).slice(r+1,r+15)+1==1e14&&(i=k(i,r+1,0))),i.s=s,p=!0,a.rounding=o,k(i,r,o))},C.toPrecision=function(e,t){var n,r=this,i=r.constructor;return void 0===e?n=F(r,r.e<=i.toExpNeg||r.e>=i.toExpPos):(j(e,1,c),void 0===t?t=i.rounding:j(t,0,8),n=F(r=k(new i(r),e,t),e<=r.e||r.e<=i.toExpNeg,e)),r.isNeg()&&!r.isZero()?"-"+n:n},C.toSignificantDigits=C.toSD=function(e,t){var n=this.constructor;return void 0===e?(e=n.precision,t=n.rounding):(j(e,1,c),void 0===t?t=n.rounding:j(t,0,8)),k(new n(this),e,t)},C.toString=function(){var e=this,t=e.constructor,n=F(e,e.e<=t.toExpNeg||e.e>=t.toExpPos);return e.isNeg()&&!e.isZero()?"-"+n:n},C.truncated=C.trunc=function(){return k(new this.constructor(this),this.e+1,1)},C.valueOf=C.toJSON=function(){var e=this,t=e.constructor,n=F(e,e.e<=t.toExpNeg||e.e>=t.toExpPos);return e.isNeg()?"-"+n:n};var S=function(){function e(e,t,n){var r,i=0,o=e.length;for(e=e.slice();o--;)r=e[o]*t+i,e[o]=r%n|0,i=r/n|0;return i&&e.unshift(i),e}function t(e,t,n,r){var i,o;if(n!=r)o=n>r?1:-1;else for(i=o=0;i<n;i++)if(e[i]!=t[i]){o=e[i]>t[i]?1:-1;break}return o}function n(e,t,n,r){for(var i=0;n--;)e[n]-=i,i=e[n]<t[n]?1:0,e[n]=i*r+e[n]-t[n];for(;!e[0]&&e.length>1;)e.shift()}return function(r,i,o,u,a,c){var f,d,l,h,p,v,m,g,y,M,b,N,_,E,O,R,C,A,j,P,D=r.constructor,S=r.s==i.s?1:-1,F=r.d,Z=i.d;if(!(F&&F[0]&&Z&&Z[0]))return new D(r.s&&i.s&&(F?!Z||F[0]!=Z[0]:Z)?F&&0==F[0]||!Z?0*S:S/0:NaN);for(c?(p=1,d=r.e-i.e):(c=x,p=7,d=w(r.e/p)-w(i.e/p)),j=Z.length,C=F.length,M=(y=new D(S)).d=[],l=0;Z[l]==(F[l]||0);l++);if(Z[l]>(F[l]||0)&&d--,null==o?(E=o=D.precision,u=D.rounding):E=a?o+(r.e-i.e)+1:o,E<0)M.push(1),v=!0;else{if(E=E/p+2|0,l=0,1==j){for(h=0,Z=Z[0],E++;(l<C||h)&&E--;l++)O=h*c+(F[l]||0),M[l]=O/Z|0,h=O%Z|0;v=h||l<C}else{for((h=c/(Z[0]+1)|0)>1&&(Z=e(Z,h,c),F=e(F,h,c),j=Z.length,C=F.length),R=j,N=(b=F.slice(0,j)).length;N<j;)b[N++]=0;(P=Z.slice()).unshift(0),A=Z[0],Z[1]>=c/2&&++A;do{h=0,(f=t(Z,b,j,N))<0?(_=b[0],j!=N&&(_=_*c+(b[1]||0)),(h=_/A|0)>1?(h>=c&&(h=c-1),1==(f=t(m=e(Z,h,c),b,g=m.length,N=b.length))&&(h--,n(m,j<g?P:Z,g,c))):(0==h&&(f=h=1),m=Z.slice()),(g=m.length)<N&&m.unshift(0),n(b,m,N,c),-1==f&&(f=t(Z,b,j,N=b.length))<1&&(h++,n(b,j<N?P:Z,N,c)),N=b.length):0===f&&(h++,b=[0]),M[l++]=h,f&&b[0]?b[N++]=F[R]||0:(b=[F[R]],N=1)}while((R++<C||void 0!==b[0])&&E--);v=void 0!==b[0]}M[0]||M.shift()}if(1==p)y.e=d,s=v;else{for(l=1,h=M[0];h>=10;h/=10)l++;y.e=l+d*p-1,k(y,a?o+y.e+1:o,u,v)}return y}}();function k(e,t,n,r){var i,o,s,u,a,c,f,d,l,h=e.constructor;e:if(null!=t){if(!(d=e.d))return e;for(i=1,u=d[0];u>=10;u/=10)i++;if((o=t-i)<0)o+=7,s=t,a=(f=d[l=0])/M(10,i-s-1)%10|0;else if((l=Math.ceil((o+1)/7))>=(u=d.length)){if(!r)break e;for(;u++<=l;)d.push(0);f=a=0,i=1,s=(o%=7)-7+1}else{for(f=u=d[l],i=1;u>=10;u/=10)i++;a=(s=(o%=7)-7+i)<0?0:f/M(10,i-s-1)%10|0}if(r=r||t<0||void 0!==d[l+1]||(s<0?f:f%M(10,i-s-1)),c=n<4?(a||r)&&(0==n||n==(e.s<0?3:2)):a>5||5==a&&(4==n||r||6==n&&(o>0?s>0?f/M(10,i-s):0:d[l-1])%10&1||n==(e.s<0?8:7)),t<1||!d[0])return d.length=0,c?(t-=e.e+1,d[0]=M(10,(7-t%7)%7),e.e=-t||0):d[0]=e.e=0,e;if(0==o?(d.length=l,u=1,l--):(d.length=l+1,u=M(10,7-o),d[l]=s>0?(f/M(10,i-s)%M(10,s)|0)*u:0),c)for(;;){if(0==l){for(o=1,s=d[0];s>=10;s/=10)o++;for(s=d[0]+=u,u=1;s>=10;s/=10)u++;o!=u&&(e.e++,d[0]==x&&(d[0]=1));break}if(d[l]+=u,d[l]!=x)break;d[l--]=0,u=1}for(o=d.length;0===d[--o];)d.pop()}return p&&(e.e>h.maxE?(e.d=null,e.e=NaN):e.e<h.minE&&(e.e=0,e.d=[0])),e}function F(e,t,n){if(!e.isFinite())return Y(e);var r,i=e.e,o=A(e.d),s=o.length;return t?(n&&(r=n-s)>0?o=o.charAt(0)+"."+o.slice(1)+q(r):s>1&&(o=o.charAt(0)+"."+o.slice(1)),o=o+(e.e<0?"e":"e+")+e.e):i<0?(o="0."+q(-i-1)+o,n&&(r=n-s)>0&&(o+=q(r))):i>=s?(o+=q(i+1-s),n&&(r=n-i-1)>0&&(o=o+"."+q(r))):((r=i+1)<s&&(o=o.slice(0,r)+"."+o.slice(r)),n&&(r=n-s)>0&&(i+1===s&&(o+="."),o+=q(r))),o}function Z(e,t){var n=e[0];for(t*=7;n>=10;n/=10)t++;return t}function z(e,t,n){if(t>O)throw p=!0,n&&(e.precision=n),Error(g);return k(new e(d),t,1,!0)}function T(e,t,n){if(t>R)throw Error(g);return k(new e(l),t,n,!0)}function H(e){var t=e.length-1,n=7*t+1;if(t=e[t]){for(;t%10==0;t/=10)n--;for(t=e[0];t>=10;t/=10)n++}return n}function q(e){for(var t="";e--;)t+="0";return t}function I(e,t,n,r){var i,o=new e(1),s=Math.ceil(r/7+4);for(p=!1;;){if(n%2&&X((o=o.times(t)).d,s)&&(i=!0),0===(n=w(n/2))){n=o.d.length-1,i&&0===o.d[n]&&++o.d[n];break}X((t=t.times(t)).d,s)}return p=!0,o}function L(e){return 1&e.d[e.d.length-1]}function V(e,t,n){for(var r,i=new e(t[0]),o=0;++o<t.length;){if(!(r=new e(t[o])).s){i=r;break}i[n](r)&&(i=r)}return i}function U(e,t){var n,r,i,o,s,u,a,c=0,f=0,d=0,l=e.constructor,h=l.rounding,v=l.precision;if(!e.d||!e.d[0]||e.e>17)return new l(e.d?e.d[0]?e.s<0?0:1/0:1:e.s?e.s<0?0:e:NaN);for(null==t?(p=!1,a=v):a=t,u=new l(.03125);e.e>-2;)e=e.times(u),d+=5;for(a+=r=Math.log(M(2,d))/Math.LN10*2+5|0,n=o=s=new l(1),l.precision=a;;){if(o=k(o.times(e),a,1),n=n.times(++f),A((u=s.plus(S(o,n,a,1))).d).slice(0,a)===A(s.d).slice(0,a)){for(i=d;i--;)s=k(s.times(s),a,1);if(null!=t)return l.precision=v,s;if(!(c<3&&P(s.d,a-r,h,c)))return k(s,l.precision=v,h,p=!0);l.precision=a+=10,n=o=u=new l(1),f=0,c++}s=u}}function B(e,t){var n,r,i,o,s,u,a,c,f,d,l,h=1,v=e,m=v.d,g=v.constructor,y=g.rounding,w=g.precision;if(v.s<0||!m||!m[0]||!v.e&&1==m[0]&&1==m.length)return new g(m&&!m[0]?-1/0:1!=v.s?NaN:m?0:v);if(null==t?(p=!1,f=w):f=t,g.precision=f+=10,r=(n=A(m)).charAt(0),!(Math.abs(o=v.e)<15e14))return c=z(g,f+2,w).times(o+""),v=B(new g(r+"."+n.slice(1)),f-10).plus(c),g.precision=w,null==t?k(v,w,y,p=!0):v;for(;r<7&&1!=r||1==r&&n.charAt(1)>3;)r=(n=A((v=v.times(e)).d)).charAt(0),h++;for(o=v.e,r>1?(v=new g("0."+n),o++):v=new g(r+"."+n.slice(1)),d=v,a=s=v=S(v.minus(1),v.plus(1),f,1),l=k(v.times(v),f,1),i=3;;){if(s=k(s.times(l),f,1),A((c=a.plus(S(s,new g(i),f,1))).d).slice(0,f)===A(a.d).slice(0,f)){if(a=a.times(2),0!==o&&(a=a.plus(z(g,f+2,w).times(o+""))),a=S(a,new g(h),f,1),null!=t)return g.precision=w,a;if(!P(a.d,f-10,y,u))return k(a,g.precision=w,y,p=!0);g.precision=f+=10,c=s=v=S(d.minus(1),d.plus(1),f,1),l=k(v.times(v),f,1),i=u=1}a=c,i+=2}}function Y(e){return String(e.s*e.s/0)}function W(e,t){var n,r,i;for((n=t.indexOf("."))>-1&&(t=t.replace(".","")),(r=t.search(/e/i))>0?(n<0&&(n=r),n+=+t.slice(r+1),t=t.substring(0,r)):n<0&&(n=t.length),r=0;48===t.charCodeAt(r);r++);for(i=t.length;48===t.charCodeAt(i-1);--i);if(t=t.slice(r,i)){if(i-=r,e.e=n=n-r-1,e.d=[],r=(n+1)%7,n<0&&(r+=7),r<i){for(r&&e.d.push(+t.slice(0,r)),i-=7;r<i;)e.d.push(+t.slice(r,r+=7));r=7-(t=t.slice(r)).length}else r-=i;for(;r--;)t+="0";e.d.push(+t),p&&(e.e>e.constructor.maxE?(e.d=null,e.e=NaN):e.e<e.constructor.minE&&(e.e=0,e.d=[0]))}else e.e=0,e.d=[0];return e}function $(e,t){var n,r,i,s,u,a,c,f,d;if("Infinity"===t||"NaN"===t)return+t||(e.s=NaN),e.e=NaN,e.d=null,e;if(N.test(t))n=16,t=t.toLowerCase();else if(b.test(t))n=2;else{if(!_.test(t))throw Error(m+t);n=8}for((s=t.search(/p/i))>0?(c=+t.slice(s+1),t=t.substring(2,s)):t=t.slice(2),u=(s=t.indexOf("."))>=0,r=e.constructor,u&&(s=(a=(t=t.replace(".","")).length)-s,i=I(r,new r(n),s,2*s)),s=d=(f=D(t,n,x)).length-1;0===f[s];--s)f.pop();return s<0?new r(0*e.s):(e.e=Z(f,d),e.d=f,p=!1,u&&(e=S(e,i,4*a)),c&&(e=e.times(Math.abs(c)<54?M(2,c):o.pow(2,c))),p=!0,e)}function J(e,t,n,r,i){var o,s,u,a,c=e.precision,f=Math.ceil(c/7);for(p=!1,a=n.times(n),u=new e(r);;){if(s=S(u.times(a),new e(t++*t++),c,1),u=i?r.plus(s):r.minus(s),r=S(s.times(a),new e(t++*t++),c,1),void 0!==(s=u.plus(r)).d[f]){for(o=f;s.d[o]===u.d[o]&&o--;);if(-1==o)break}o=u,u=r,r=s,s=o}return p=!0,s.d.length=f+1,s}function K(e,t){for(var n=e;--t;)n*=e;return n}function G(e,t){var n,r=t.s<0,i=T(e,e.precision,1),o=i.times(.5);if((t=t.abs()).lte(o))return u=r?4:1,t;if((n=t.divToInt(i)).isZero())u=r?3:2;else{if((t=t.minus(n.times(i))).lte(o))return u=L(n)?r?2:3:r?4:1,t;u=L(n)?r?1:4:r?3:2}return t.minus(i).abs()}function Q(e,t,n,r){var i,o,u,a,d,l,h,p,v,m=e.constructor,g=void 0!==n;if(g?(j(n,1,c),void 0===r?r=m.rounding:j(r,0,8)):(n=m.precision,r=m.rounding),e.isFinite()){for(g?(i=2,16==t?n=4*n-3:8==t&&(n=3*n-2)):i=t,(u=(h=F(e)).indexOf("."))>=0&&(h=h.replace(".",""),(v=new m(1)).e=h.length-u,v.d=D(F(v),10,i),v.e=v.d.length),o=d=(p=D(h,10,i)).length;0==p[--d];)p.pop();if(p[0]){if(u<0?o--:((e=new m(e)).d=p,e.e=o,p=(e=S(e,v,n,r,0,i)).d,o=e.e,l=s),u=p[n],a=i/2,l=l||void 0!==p[n+1],l=r<4?(void 0!==u||l)&&(0===r||r===(e.s<0?3:2)):u>a||u===a&&(4===r||l||6===r&&1&p[n-1]||r===(e.s<0?8:7)),p.length=n,l)for(;++p[--n]>i-1;)p[n]=0,n||(++o,p.unshift(1));for(d=p.length;!p[d-1];--d);for(u=0,h="";u<d;u++)h+=f.charAt(p[u]);if(g){if(d>1)if(16==t||8==t){for(u=16==t?4:3,--d;d%u;d++)h+="0";for(d=(p=D(h,i,t)).length;!p[d-1];--d);for(u=1,h="1.";u<d;u++)h+=f.charAt(p[u])}else h=h.charAt(0)+"."+h.slice(1);h=h+(o<0?"p":"p+")+o}else if(o<0){for(;++o;)h="0"+h;h="0."+h}else if(++o>d)for(o-=d;o--;)h+="0";else o<d&&(h=h.slice(0,o)+"."+h.slice(o))}else h=g?"0p+0":"0";h=(16==t?"0x":2==t?"0b":8==t?"0o":"")+h}else h=Y(e);return e.s<0?"-"+h:h}function X(e,t){if(e.length>t)return e.length=t,!0}function ee(e){return new this(e).abs()}function te(e){return new this(e).acos()}function ne(e){return new this(e).acosh()}function re(e,t){return new this(e).plus(t)}function ie(e){return new this(e).asin()}function oe(e){return new this(e).asinh()}function se(e){return new this(e).atan()}function ue(e){return new this(e).atanh()}function ae(e,t){e=new this(e),t=new this(t);var n,r=this.precision,i=this.rounding,o=r+4;return e.s&&t.s?e.d||t.d?!t.d||e.isZero()?(n=t.s<0?T(this,r,i):new this(0)).s=e.s:!e.d||t.isZero()?(n=T(this,o,1).times(.5)).s=e.s:t.s<0?(this.precision=o,this.rounding=1,n=this.atan(S(e,t,o,1)),t=T(this,o,1),this.precision=r,this.rounding=i,n=e.s<0?n.minus(t):n.plus(t)):n=this.atan(S(e,t,o,1)):(n=T(this,o,1).times(t.s>0?.25:.75)).s=e.s:n=new this(NaN),n}function ce(e){return new this(e).cbrt()}function fe(e){return k(e=new this(e),e.e+1,2)}function de(e){if(!e||"object"!=typeof e)throw Error(v+"Object expected");var t,n,r,i=!0===e.defaults,o=["precision",1,c,"rounding",0,8,"toExpNeg",-a,0,"toExpPos",0,a,"maxE",0,a,"minE",-a,0,"modulo",0,9];for(t=0;t<o.length;t+=3)if(n=o[t],i&&(this[n]=h[n]),void 0!==(r=e[n])){if(!(w(r)===r&&r>=o[t+1]&&r<=o[t+2]))throw Error(m+n+": "+r);this[n]=r}if(n="crypto",i&&(this[n]=h[n]),void 0!==(r=e[n])){if(!0!==r&&!1!==r&&0!==r&&1!==r)throw Error(m+n+": "+r);if(r){if("undefined"==typeof crypto||!crypto||!crypto.getRandomValues&&!crypto.randomBytes)throw Error(y);this[n]=!0}else this[n]=!1}return this}function le(e){return new this(e).cos()}function he(e){return new this(e).cosh()}function pe(e,t){return new this(e).div(t)}function ve(e){return new this(e).exp()}function me(e){return k(e=new this(e),e.e+1,3)}function ge(){var e,t,n=new this(0);for(p=!1,e=0;e<arguments.length;)if((t=new this(arguments[e++])).d)n.d&&(n=n.plus(t.times(t)));else{if(t.s)return p=!0,new this(1/0);n=t}return p=!0,n.sqrt()}function ye(e){return e instanceof o||e&&"[object Decimal]"===e.name||!1}function we(e){return new this(e).ln()}function Me(e,t){return new this(e).log(t)}function be(e){return new this(e).log(2)}function Ne(e){return new this(e).log(10)}function _e(){return V(this,arguments,"lt")}function Ee(){return V(this,arguments,"gt")}function xe(e,t){return new this(e).mod(t)}function Oe(e,t){return new this(e).mul(t)}function Re(e,t){return new this(e).pow(t)}function Ce(e){var t,n,r,i,o=0,s=new this(1),u=[];if(void 0===e?e=this.precision:j(e,1,c),r=Math.ceil(e/7),this.crypto)if(crypto.getRandomValues)for(t=crypto.getRandomValues(new Uint32Array(r));o<r;)(i=t[o])>=429e7?t[o]=crypto.getRandomValues(new Uint32Array(1))[0]:u[o++]=i%1e7;else{if(!crypto.randomBytes)throw Error(y);for(t=crypto.randomBytes(r*=4);o<r;)(i=t[o]+(t[o+1]<<8)+(t[o+2]<<16)+((127&t[o+3])<<24))>=214e7?crypto.randomBytes(4).copy(t,o):(u.push(i%1e7),o+=4);o=r/4}else for(;o<r;)u[o++]=1e7*Math.random()|0;for(e%=7,(r=u[--o])&&e&&(i=M(10,7-e),u[o]=(r/i|0)*i);0===u[o];o--)u.pop();if(o<0)n=0,u=[0];else{for(n=-1;0===u[0];n-=7)u.shift();for(r=1,i=u[0];i>=10;i/=10)r++;r<7&&(n-=7-r)}return s.e=n,s.d=u,s}function Ae(e){return k(e=new this(e),e.e+1,this.rounding)}function je(e){return(e=new this(e)).d?e.d[0]?e.s:0*e.s:e.s||NaN}function Pe(e){return new this(e).sin()}function De(e){return new this(e).sinh()}function Se(e){return new this(e).sqrt()}function ke(e,t){return new this(e).sub(t)}function Fe(e){return new this(e).tan()}function Ze(e){return new this(e).tanh()}function ze(e){return k(e=new this(e),e.e+1,1)}(o=function e(t){var n,r,i;function o(e){var t,n,r,i=this;if(!(i instanceof o))return new o(e);if(i.constructor=o,e instanceof o)return i.s=e.s,void(p?!e.d||e.e>o.maxE?(i.e=NaN,i.d=null):e.e<o.minE?(i.e=0,i.d=[0]):(i.e=e.e,i.d=e.d.slice()):(i.e=e.e,i.d=e.d?e.d.slice():e.d));if("number"==(r=typeof e)){if(0===e)return i.s=1/e<0?-1:1,i.e=0,void(i.d=[0]);if(e<0?(e=-e,i.s=-1):i.s=1,e===~~e&&e<1e7){for(t=0,n=e;n>=10;n/=10)t++;return void(p?t>o.maxE?(i.e=NaN,i.d=null):t<o.minE?(i.e=0,i.d=[0]):(i.e=t,i.d=[e]):(i.e=t,i.d=[e]))}return 0*e!=0?(e||(i.s=NaN),i.e=NaN,void(i.d=null)):W(i,e.toString())}if("string"!==r)throw Error(m+e);return 45===(n=e.charCodeAt(0))?(e=e.slice(1),i.s=-1):(43===n&&(e=e.slice(1)),i.s=1),E.test(e)?W(i,e):$(i,e)}if(o.prototype=C,o.ROUND_UP=0,o.ROUND_DOWN=1,o.ROUND_CEIL=2,o.ROUND_FLOOR=3,o.ROUND_HALF_UP=4,o.ROUND_HALF_DOWN=5,o.ROUND_HALF_EVEN=6,o.ROUND_HALF_CEIL=7,o.ROUND_HALF_FLOOR=8,o.EUCLID=9,o.config=o.set=de,o.clone=e,o.isDecimal=ye,o.abs=ee,o.acos=te,o.acosh=ne,o.add=re,o.asin=ie,o.asinh=oe,o.atan=se,o.atanh=ue,o.atan2=ae,o.cbrt=ce,o.ceil=fe,o.cos=le,o.cosh=he,o.div=pe,o.exp=ve,o.floor=me,o.hypot=ge,o.ln=we,o.log=Me,o.log10=Ne,o.log2=be,o.max=_e,o.min=Ee,o.mod=xe,o.mul=Oe,o.pow=Re,o.random=Ce,o.round=Ae,o.sign=je,o.sin=Pe,o.sinh=De,o.sqrt=Se,o.sub=ke,o.tan=Fe,o.tanh=Ze,o.trunc=ze,void 0===t&&(t={}),t&&!0!==t.defaults)for(i=["precision","rounding","toExpNeg","toExpPos","maxE","minE","modulo","crypto"],n=0;n<i.length;)t.hasOwnProperty(r=i[n++])||(t[r]=this[r]);return o.config(t),o}(h)).default=o.Decimal=o,d=new o(d),l=new o(l),void 0===(r=function(){return o}.call(t,n,t,e))||(e.exports=r)}()},15554:e=>{"use strict";var t="%[a-f0-9]{2}",n=new RegExp(t,"gi"),r=new RegExp("("+t+")+","gi");function i(e,t){try{return decodeURIComponent(e.join(""))}catch(e){}if(1===e.length)return e;t=t||1;var n=e.slice(0,t),r=e.slice(t);return Array.prototype.concat.call([],i(n),i(r))}function o(e){try{return decodeURIComponent(e)}catch(o){for(var t=e.match(n),r=1;r<t.length;r++)t=(e=i(t,r).join("")).match(n);return e}}e.exports=function(e){if("string"!=typeof e)throw new TypeError("Expected `encodedURI` to be of type `string`, got `"+typeof e+"`");try{return e=e.replace(/\+/g," "),decodeURIComponent(e)}catch(t){return function(e){for(var t={"%FE%FF":"��","%FF%FE":"��"},n=r.exec(e);n;){try{t[n[0]]=decodeURIComponent(n[0])}catch(e){var i=o(n[0]);i!==n[0]&&(t[n[0]]=i)}n=r.exec(e)}t["%C2"]="�";for(var s=Object.keys(t),u=0;u<s.length;u++){var a=s[u];e=e.replace(new RegExp(a,"g"),t[a])}return e}(e)}}},37320:e=>{"use strict";var t=Object.getOwnPropertySymbols,n=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;function i(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(e){r[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Object.assign:function(e,o){for(var s,u,a=i(e),c=1;c<arguments.length;c++){for(var f in s=Object(arguments[c]))n.call(s,f)&&(a[f]=s[f]);if(t){u=t(s);for(var d=0;d<u.length;d++)r.call(s,u[d])&&(a[u[d]]=s[u[d]])}}return a}},34126:(e,t,n)=>{"use strict";var r=n(57785),i=n(37320),o=n(15554);function s(e,t){return t.encode?t.strict?r(e):encodeURIComponent(e):e}function u(e){return Array.isArray(e)?e.sort():"object"==typeof e?u(Object.keys(e)).sort((function(e,t){return Number(e)-Number(t)})).map((function(t){return e[t]})):e}function a(e){var t=e.indexOf("?");return-1===t?"":e.slice(t+1)}function c(e,t){var n=function(e){var t;switch(e.arrayFormat){case"index":return function(e,n,r){t=/\[(\d*)\]$/.exec(e),e=e.replace(/\[\d*\]$/,""),t?(void 0===r[e]&&(r[e]={}),r[e][t[1]]=n):r[e]=n};case"bracket":return function(e,n,r){t=/(\[\])$/.exec(e),e=e.replace(/\[\]$/,""),t?void 0!==r[e]?r[e]=[].concat(r[e],n):r[e]=[n]:r[e]=n};default:return function(e,t,n){void 0!==n[e]?n[e]=[].concat(n[e],t):n[e]=t}}}(t=i({arrayFormat:"none"},t)),r=Object.create(null);return"string"!=typeof e?r:(e=e.trim().replace(/^[?#&]/,""))?(e.split("&").forEach((function(e){var t=e.replace(/\+/g," ").split("="),i=t.shift(),s=t.length>0?t.join("="):void 0;s=void 0===s?null:o(s),n(o(i),s,r)})),Object.keys(r).sort().reduce((function(e,t){var n=r[t];return Boolean(n)&&"object"==typeof n&&!Array.isArray(n)?e[t]=u(n):e[t]=n,e}),Object.create(null))):r}t.extract=a,t.parse=c,t.stringify=function(e,t){!1===(t=i({encode:!0,strict:!0,arrayFormat:"none"},t)).sort&&(t.sort=function(){});var n=function(e){switch(e.arrayFormat){case"index":return function(t,n,r){return null===n?[s(t,e),"[",r,"]"].join(""):[s(t,e),"[",s(r,e),"]=",s(n,e)].join("")};case"bracket":return function(t,n){return null===n?s(t,e):[s(t,e),"[]=",s(n,e)].join("")};default:return function(t,n){return null===n?s(t,e):[s(t,e),"=",s(n,e)].join("")}}}(t);return e?Object.keys(e).sort(t.sort).map((function(r){var i=e[r];if(void 0===i)return"";if(null===i)return s(r,t);if(Array.isArray(i)){var o=[];return i.slice().forEach((function(e){void 0!==e&&o.push(n(r,e,o.length))})),o.join("&")}return s(r,t)+"="+s(i,t)})).filter((function(e){return e.length>0})).join("&"):""},t.parseUrl=function(e,t){return{url:e.split("?")[0]||"",query:c(a(e),t)}}},33788:(e,t,n)=>{"use strict";t.Z=void 0;var r=a(n(24328)),i=a(n(15256)),o=a(n(13980)),s=a(n(71153)),u=n(65021);function a(e){return e&&e.__esModule?e:{default:e}}function c(e){return c="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},c(e)}function f(){return f=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},f.apply(this,arguments)}function d(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function l(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function h(e,t){return h=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},h(e,t)}function p(e,t){return!t||"object"!==c(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function v(e){return v=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},v(e)}var m={fill:"none",strokeWidth:4,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:10,d:"\n M 28.398, 39.519\n c -14.533, 8.989-13.168, 29.294, 6.284, 32.279\n c 20.682, 3.175, 43.752-18.226, 46.132-36.005\n c 2.223-16.609-11.404-21.941-21.06-4.372\n c -4.959, 9.022-7.28, 22.401-1.362, 35.663\n c 9.141, 20.487, 31.309, 15.551, 17.568-8.284\n C 66.9, 43.086, 45.263, 29.087, 28.398, 39.519 z\n "},g=[[0,15817265],[.2,16765723],[.33,10931778],[.4,31425],[.45,31425],[.5,15817265],[.55,31425],[.6,31425],[.67,10931778],[.8,16765723],[1,15817265]],y=null,w=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&h(e,t)}(c,e);var t,o,a=function(e){function t(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}return function(){var n,r=v(e);if(t()){var i=v(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return p(this,n)}}(c);function c(){return d(this,c),a.apply(this,arguments)}return t=c,(o=[{key:"componentDidMount",value:function(){!function(e){if("function"==typeof n.g.requestAnimationFrame){var t=Date.now(),r="#ededed",i=450;!function o(){var s=(Date.now()-t)%6e3/6e3;r=(0,u.lerpTable)(1,s,g,!1,u.lerpColor),i=i-4<0?450:i-4,e.style.cssText="stroke-dashoffset: ".concat(i,"; stroke: ").concat(r,";"),y=n.g.requestAnimationFrame(o)}()}}(this._progressPath)}},{key:"componentWillUnmount",value:function(){"function"==typeof n.g.cancelAnimationFrame&&y&&(n.g.cancelAnimationFrame(y),y=null)}},{key:"render",value:function(){var e=this,t=this.props,n=t.size,o=t.className,u=(0,s.default)(i.default.root,o);return r.default.createElement("svg",{className:u,width:n,height:n,viewBox:"0 0 100 100",preserveAspectRatio:"xMidYMid meet"},r.default.createElement("path",f({},m,{stroke:"rgba(0, 0, 0, 0.05)"})),r.default.createElement("path",f({},m,{ref:function(t){return e._progressPath=t},className:i.default.progressPath})))}}])&&l(t.prototype,o),c}(r.default.Component);t.Z=w,w.defaultProps={size:80,className:""},w.propTypes={size:o.default.number,className:o.default.string}},15256:(e,t,n)=>{"use strict";var r;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,(0,((r=n(86698))&&r.__esModule?r:{default:r}).default)("<style>.ReltioProgress__root_3VJMk{display:inline-block}.ReltioProgress__progressPath_1BzPW{stroke-dasharray:50,400;will-change:stroke,stroke-dashoffset}</style>"),t.default={root:"ReltioProgress__root_3VJMk",progressPath:"ReltioProgress__progressPath_1BzPW"}},65021:(e,t)=>{"use strict";function n(e,t,n,r,i){return r+(e-t)/(n-t)*(i-r)}Object.defineProperty(t,"__esModule",{value:!0}),t.lerp=n,t.lerpColor=function(e,t,r,i,o){var s=255&i,u=(65280&i)>>8,a=(16711680&i)>>16,c=255&o,f=(65280&o)>>8,d=(16711680&o)>>16;return"#"+("00000"+(Math.floor(n(e,t,r,a,d))<<16|Math.floor(n(e,t,r,u,f))<<8|Math.floor(n(e,t,r,s,c))).toString(16)).slice(-6)},t.lerpTable=function(e,t,r,i){for(var o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:n,s=r.length,u=0;u<s;++u){var a=r[u][0];if(0===u&&t<a)return i?o(t,a,r[u+1][0],r[u][e],r[u+1][e]):r[u][e];if(u===s-1&&t>=a)return i?o(t,r[u-1][0],a,r[u-1][e],r[u][e]):r[u][e];if(t>=a&&t<=r[u+1][0])return o(t,a,r[u+1][0],r[u][e],r[u+1][e])}return 0}},2314:(e,t,n)=>{"use strict";var r=n(28523).compose;t.__esModule=!0,t.composeWithDevTools=function(){if(0!==arguments.length)return"object"==typeof arguments[0]?r:r.apply(null,arguments)},t.devToolsEnhancer=function(){return function(e){return e}}},83273:(e,t,n)=>{"use strict";t.__esModule=!0,t.createDynamicMiddlewares=t.resetMiddlewares=t.removeMiddleware=t.addMiddleware=void 0;var r=n(28523),i=function(){var e=[];return{enhancer:function(t){return function(n){return function(i){var o=e.map((function(e){return e(t)}));return r.compose.apply(void 0,o)(n)(i)}}},addMiddleware:function(){for(var t=arguments.length,n=Array(t),r=0;r<t;r++)n[r]=arguments[r];e=[].concat(e,n)},removeMiddleware:function(t){var n=e.findIndex((function(e){return e===t}));-1!==n?e=e.filter((function(e,t){return t!==n})):console.error("Middleware does not exist!",t)},resetMiddlewares:function(){e=[]}}},o=i();t.default=o.enhancer;var s=o.addMiddleware,u=o.removeMiddleware,a=o.resetMiddlewares;t.addMiddleware=s,t.removeMiddleware=u,t.resetMiddlewares=a,t.createDynamicMiddlewares=i},95174:(e,t,n)=>{"use strict";t.__esModule=!0;var r=n(83273);t.getMiddlewareManager=function(){var e=r.createDynamicMiddlewares();return{getItems:function(){return[]},enhancer:e.enhancer,add:function(t){return e.addMiddleware.apply(e,t),t},remove:function(t){return t.forEach(e.removeMiddleware),t},dispose:function(){e.resetMiddlewares()}}}},12519:function(e,t,n){"use strict";var r=this&&this.__spreadArrays||function(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;var r=Array(e),i=0;for(t=0;t<n;t++)for(var o=arguments[t],s=0,u=o.length;s<u;s++,i++)r[i]=o[s];return r};t.__esModule=!0;var i=n(79329);t.getModuleManager=function(e,t,n){var o,s=null,u=[],a=new Set,c=function(e){if(e){if(!s)throw new Error("setDispatch should be called on ModuleManager before adding any modules.");e.forEach(s)}},f={getReducer:function(e,t){return o?o.reduce(e,t):e||null},setDispatch:function(e){s=e},getItems:function(){return[]},add:function(f){if(f&&0!==f.length){f=f.filter((function(e){return e}));var d=[];f.forEach((function(t){if(!a.has(t.id)){a.add(t.id),u.push(t),function(e){if(e)if(o)for(var t in e)o.add(t,e[t]);else o=i.getRefCountedReducerManager(i.getReducerManager(e,n))}(t.reducerMap);var r=t.middlewares;r&&function(t){t&&e.add(t)}(r),d.push(t)}})),s({type:"@@Internal/ModuleManager/SeedReducers"}),d.forEach((function(e){t.forEach((function(t){t.onModuleAdded&&t.onModuleAdded(e)}));var n={type:"@@Internal/ModuleManager/ModuleAdded",payload:e.id};c(e.initialActions?r([n],e.initialActions):[n])}))}},remove:function(n){n&&(n=n.filter((function(e){return e})).reverse()).forEach((function(n){var r;a.has(n.id)&&(c(n.finalActions),function(e){if(e&&o)for(var t in e)o.remove(t)}(n.reducerMap),(r=n.middlewares)&&e.remove(r),t.forEach((function(e){e.onModuleRemoved&&e.onModuleRemoved(n)})),a.delete(n.id),u=u.filter((function(e){return e.id!==n.id})),c([{type:"@@Internal/ModuleManager/ModuleRemoved",payload:n.id}]))}))},dispose:function(){f.remove(u)}};return f}},79329:function(e,t,n){"use strict";var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},r.apply(this,arguments)};t.__esModule=!0;var i=n(28523),o=n(24446);function s(e,t){return void 0===t&&(t=i.combineReducers),e&&0!==Object.keys(e).length?t(e):function(e,t){return e||null}}t.getRefCountedReducerManager=function(e){var t=o.getStringRefCounter();for(var n in e.getReducerMap())t.add(n);return{reduce:e.reduce,getReducerMap:e.getReducerMap,add:function(n,r){0===t.getCount(n)&&e.add(n,r),t.add(n)},remove:function(n){t.remove(n),0===t.getCount(n)&&e.remove(n)}}},t.getReducerManager=function(e,t){void 0===t&&(t=i.combineReducers);var n=t(e),o=r({},e),u=[];return{getReducerMap:function(){return o},reduce:function(e,t){if(u.length>0){e=r({},e);for(var i=0,o=u;i<o.length;i++)delete e[o[i]];u=[]}return void 0===e&&(e={}),n(e,t)},add:function(e,r){e&&!o[e]&&(o[e]=r,n=s(o,t))},remove:function(e){e&&o[e]&&(delete o[e],u.push(e),n=s(o,t))}}}},45105:function(e,t,n){"use strict";var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},r.apply(this,arguments)};t.__esModule=!0;var i=n(24446);t.getRefCountedManager=function(e,t,n){var o=i.getObjectRefCounter(t,n);e.getItems().forEach((function(e){return o.add(e)}));var s=r({},e);return s.add=function(t){if(t){var n=t.filter((function(e){return e})),r=n.filter((function(e){return 0===o.getCount(e)}));e.add(r),n.forEach(o.add)}},s.remove=function(t){t&&t.forEach((function(t){t&&(o.remove(t),0===o.getCount(t)&&e.remove([t]))}))},s.dispose=function(){e.dispose()},s}},88526:function(e,t,n){"use strict";var r=this&&this.__spreadArrays||function(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;var r=Array(e),i=0;for(t=0;t<n;t++)for(var o=arguments[t],s=0,u=o.length;s<u;s++,i++)r[i]=o[s];return r};t.__esModule=!0;var i=n(28523),o=n(2314),s=n(95174),u=n(12519),a=n(45105),c=n(23425);t.createStore=function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];var f=e.initialState,d=void 0===f?{}:f,l=e.extensions,h=void 0===l?[]:l,p=e.enhancers,v=void 0===p?[]:p,m=e.advancedComposeEnhancers,g=void 0===m?o.composeWithDevTools({}):m,y=e.advancedCombineReducers,w=h.reduce((function(e,t){return t.middleware&&e.push.apply(e,t.middleware),e}),[]),M=a.getRefCountedManager(s.getMiddlewareManager(),(function(e,t){return e===t})),b=g.apply(void 0,r(v,[i.applyMiddleware.apply(void 0,r(w,[M.enhancer]))])),N=a.getRefCountedManager(u.getModuleManager(M,h,y),(function(e,t){return e.id===t.id}),(function(e){return e.retained})),_=i.createStore(N.getReducer,d,b);N.setDispatch(_.dispatch);var E=function(e){var t=c.flatten(e);return N.add(t),{remove:function(){N.remove(t)}}},x=function(e){return E([e])};return h.forEach((function(e){e.onModuleManagerCreated&&e.onModuleManagerCreated({addModule:x,addModules:E})})),_.addModule=x,_.addModules=E,_.dispose=function(){N.dispose(),M.dispose(),h.forEach((function(e){e.dispose&&e.dispose()}))},_.addModules(t),_}},58166:(e,t)=>{"use strict";t.__esModule=!0,t.getMap=function(e){var t=[],n={};return{keys:t,get:function(r){if(r){var i=t.findIndex((function(t){return t&&e(t,r)}));if(-1!==i)return n[i]}},add:function(r,i){r&&-1===t.findIndex((function(t){return t&&e(t,r)}))&&(t.push(r),n[t.length-1]=i)},remove:function(r){if(r){var i=t.findIndex((function(t){return t&&e(t,r)}));if(-1!==i){delete t[i];var o=n[i];return delete n[i],o}}}}}},23425:function(e,t){"use strict";var n=this&&this.__spreadArrays||function(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;var r=Array(e),i=0;for(t=0;t<n;t++)for(var o=arguments[t],s=0,u=o.length;s<u;s++,i++)r[i]=o[s];return r};t.__esModule=!0,t.flatten=function(e){if(e){for(var t=e.slice(),r=0;r<t.length;)Array.isArray(t[r])?t.splice.apply(t,n([r,1],t[r])):r++;return t}return e}},24446:(e,t)=>{"use strict";t.__esModule=!0,t.getObjectRefCounter=function(e,t){e||(e=function(e,t){return e===t}),t||(t=function(){return!1});var n=[],r=[];return{getCount:function(t){if(null==t)return 0;var i=n.findIndex((function(n){return n&&e(n,t)}));return-1===i?0:r[i]},add:function(i){if(null!=i){var o=n.findIndex((function(t){return t&&e(t,i)})),s=1;-1===o?(o=n.length,n.push(i)):s=r[o]+1,t(i)&&(s=1/0),r[o]=s}},remove:function(i){if(t(i))return!1;var o=n.findIndex((function(t){return t&&e(t,i)}));return-1!==o&&(1===r[o]?(delete n[o],delete r[o],!0):(r[o]=r[o]-1,!1))}}},t.getStringRefCounter=function(){var e={};return{getCount:function(t){return null==t?0:e[t]||0},add:function(t){null!=t&&(e[t]?e[t]++:e[t]=1)},remove:function(t){return null!=t&&!!e[t]&&(1===e[t]?(delete e[t],!0):(e[t]--,!1))}}}},70315:(e,t,n)=>{"use strict";function r(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}t.__esModule=!0,r(n(88526)),r(n(58166)),r(n(24446)),r(n(95174)),r(n(45105))},78522:function(e,t,n){"use strict";var r,i=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},r(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},o.apply(this,arguments)};t.__esModule=!0;var s=n(24328),u=n(52730),a=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return i(t,e),t.prototype.render=function(){var e=this;return s.createElement(u.ReactReduxContext.Consumer,null,(function(t){return s.createElement(c,o({},e.props,{reactReduxContext:t}))}))},t}(s.Component);t.DynamicModuleLoader=a;var c=function(e){function t(t){var n=e.call(this,t)||this;if(n._providerInitializationNeeded=!1,n._cleanup=function(){n._addedModules&&(n._addedModules.remove(),n._addedModules=void 0)},null==t.reactReduxContext){var r="Tried to render DynamicModuleLoader, but no ReactReduxContext was provided";throw console.error(r),new Error(r)}return n._store=t.reactReduxContext?t.reactReduxContext.store:void 0,n.props.strictMode?n.state={readyToRender:!1}:(n._addModules(),n.state={readyToRender:!0}),n}return i(t,e),t.prototype.render=function(){return this.state.readyToRender?this._providerInitializationNeeded?s.createElement(u.Provider,{store:this._store},s.createElement(a,o({},this.props))):s.createElement(s.Fragment,null,this._renderLoader(),s.createElement(f,{cleanup:this._cleanup})):null},t.prototype._renderLoader=function(){return this.props.children?"function"==typeof this.props.children?this.props.children():this.props.children:null},t.prototype._addModules=function(){var e=this.props,t=e.createStore,n=e.modules;if(this._store)this._addedModules=this._store.addModules(n);else{if(!t)throw new Error("Store could not be resolved from React context");this._store=t(),this._providerInitializationNeeded=!0}},t.prototype.componentDidMount=function(){this.props.strictMode&&(this._addModules(),this.setState({readyToRender:!0}))},t}(s.Component),f=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return i(t,e),t.prototype.render=function(){return null},t.prototype.componentWillUnmount=function(){this.props.cleanup()},t}(s.Component)},66780:(e,t,n)=>{"use strict";function r(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}t.__esModule=!0,r(n(70315)),r(n(78522))},57785:e=>{"use strict";e.exports=function(e){return encodeURIComponent(e).replace(/[!'()*]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}}}]);
|
package/67.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.webpackChunk_reltio_remotes=self.webpackChunk_reltio_remotes||[]).push([[67],{42639:(e,t,l)=>{l.d(t,{Z:()=>p});var a,r=l(43434),n=l(71153),i=l.n(n),c=l(24328),o=l.n(c);function s(){return s=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var a in l)Object.prototype.hasOwnProperty.call(l,a)&&(e[a]=l[a])}return e},s.apply(this,arguments)}!function(e){e[e.ICON_MODE=0]="ICON_MODE",e[e.TEXT_MODE=1]="TEXT_MODE",e[e.ERROR_MODE=2]="ERROR_MODE"}(a||(a={}));const p=e=>{let{className:t,icon:l,avatarText:n,rootClasses:p}=e,f=function(e,t){if(null==e)return{};var l,a,r=function(e,t){if(null==e)return{};var l,a,r={},n=Object.keys(e);for(a=0;a<n.length;a++)l=n[a],t.indexOf(l)>=0||(r[l]=e[l]);return r}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(a=0;a<n.length;a++)l=n[a],t.indexOf(l)>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(r[l]=e[l])}return r}(e,["className","icon","avatarText","rootClasses"]);const[d,m]=(0,c.useState)(null);(0,c.useEffect)((()=>{m(l?a.ICON_MODE:a.TEXT_MODE)}),[l,n]);const h=()=>{m(a.ERROR_MODE)};switch(d){case a.ICON_MODE:return o().createElement(r.Z,s({className:i()(t,null==p?void 0:p.iconRoot),src:l,onError:h},f));case a.TEXT_MODE:case a.ERROR_MODE:return o().createElement(r.Z,s({className:i()(t,null==p?void 0:p.textRoot)},f),n);default:return null}}},79002:(e,t,l)=>{l.d(t,{B9:()=>h,tC:()=>m,ZP:()=>E});var a=l(24328),r=l.n(a),n=l(17440),i=l(90436),c=l(77277);function o(){return o=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var a in l)Object.prototype.hasOwnProperty.call(l,a)&&(e[a]=l[a])}return e},o.apply(this,arguments)}function s(){return s=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var a in l)Object.prototype.hasOwnProperty.call(l,a)&&(e[a]=l[a])}return e},s.apply(this,arguments)}function p(){return p=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var a in l)Object.prototype.hasOwnProperty.call(l,a)&&(e[a]=l[a])}return e},p.apply(this,arguments)}function f(){return f=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var a in l)Object.prototype.hasOwnProperty.call(l,a)&&(e[a]=l[a])}return e},f.apply(this,arguments)}const d=(0,l(79692).Z)((e=>({root:{display:"flex",flex:"1 1 auto",flexWrap:"nowrap",flexDirection:"column",alignItems:"center",justifyContent:"center",padding:"10px",overflow:"auto",height:"100%",minHeight:"350px",boxSizing:"border-box","& $text":{color:e.palette.text.secondary,fontSize:"20px",fontWeight:300,lineHeight:"24px",letterSpacing:"0.25px",textAlign:"center"},"& $secondaryText":{color:"rgba(0, 0, 0, 0.54)",fontSize:"15px",fontWeight:300,lineHeight:"18px",letterSpacing:"0.11px",textAlign:"center",paddingTop:"3px"}},embedded:{flexShrink:0,width:"190px",height:"190px",padding:"8px"},full:{width:"256px",height:"256px"},textBox:{display:"flex",flexDirection:"column",alignItems:"center",maxWidth:500,marginTop:"16px"},text:{},secondaryText:{},button:{minHeight:36,minWidth:64,maxWidth:500,padding:"10px 16px",borderRadius:"2px",boxShadow:"0 0 2px 0 rgba(0,0,0,0.12), 0 2px 2px 0 rgba(0,0,0,0.24), 0 0 8px 0 rgba(0,0,0,0.12), 0 8px 8px 0 rgba(0,0,0,0.24)",fontSize:"14px",fontWeight:500,lineHeight:"16px",marginTop:"24px"}})));let m;!function(e){e.full="full",e.embedded="embedded"}(m||(m={}));const h={SEARCH_RESULTS:e=>r().createElement("svg",o({width:256,height:256,viewBox:"0 0 256 256",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink"},e),r().createElement("defs",null,r().createElement("radialGradient",{cx:"50%",cy:"100%",fx:"50%",fy:"100%",r:"81.681%",gradientTransform:"matrix(.98998 0 0 .612 .005 .388)",id:"EmptySearchResults_svg__c"},r().createElement("stop",{stopColor:"#00BFFF",stopOpacity:.5,offset:"0%"}),r().createElement("stop",{stopColor:"#9EE8FF",stopOpacity:0,offset:"100%"})),r().createElement("radialGradient",{cx:"50%",cy:"111.651%",fx:"50%",fy:"111.651%",r:"87.693%",gradientTransform:"matrix(0 -.97693 .7263 0 -.31 1.605)",id:"EmptySearchResults_svg__f"},r().createElement("stop",{stopColor:"#91F8E5",stopOpacity:.6,offset:"0%"}),r().createElement("stop",{stopColor:"#14F7FF",stopOpacity:0,offset:"100%"})),r().createElement("radialGradient",{cx:"50%",cy:"103.659%",fx:"50%",fy:"103.659%",r:"90.207%",gradientTransform:"matrix(0 -1 2.23905 0 -1.821 1.537)",id:"EmptySearchResults_svg__g"},r().createElement("stop",{stopColor:"#FFF",offset:"0%"}),r().createElement("stop",{stopColor:"#73FAFF",stopOpacity:.21,offset:"59.38%"}),r().createElement("stop",{stopColor:"#14F7FF",stopOpacity:0,offset:"100%"})),r().createElement("linearGradient",{x1:"50%",y1:"170.771%",x2:"50%",y2:"10.303%",id:"EmptySearchResults_svg__e"},r().createElement("stop",{stopColor:"#91F8E5",offset:"0%"}),r().createElement("stop",{stopColor:"#99FCFF",stopOpacity:0,offset:"100%"})),r().createElement("filter",{x:"-25.9%",y:"-26.2%",width:"151.8%",height:"152.3%",filterUnits:"objectBoundingBox",id:"EmptySearchResults_svg__d"},r().createElement("feGaussianBlur",{stdDeviation:15,in:"SourceGraphic"})),r().createElement("circle",{id:"EmptySearchResults_svg__a",cx:128,cy:128,r:128})),r().createElement("g",{stroke:"none",strokeWidth:1,fill:"none",fillRule:"evenodd"},r().createElement("mask",{id:"EmptySearchResults_svg__b",fill:"#fff"},r().createElement("use",{xlinkHref:"#EmptySearchResults_svg__a"})),r().createElement("use",{fillOpacity:.2,fill:"#A792CD",xlinkHref:"#EmptySearchResults_svg__a"}),r().createElement("g",{mask:"url(#EmptySearchResults_svg__b)"},r().createElement("g",{transform:"translate(56 34)"},r().createElement("g",{opacity:.9,strokeWidth:1,fill:"#FFF"},r().createElement("path",{d:"M0 6.99C0 3.13 3.137 0 7 0h247.067c3.866 0 7 3.144 7 6.99v169.353c0 3.86-3.137 6.99-7 6.99H7c-3.866 0-7-3.143-7-6.99V6.99z"}),r().createElement("path",{d:"M13 25.99c0-3.86 3.137-6.99 7-6.99h247.067c3.866 0 7 3.144 7 6.99v169.353c0 3.86-3.137 6.99-7 6.99H20c-3.866 0-7-3.143-7-6.99V25.99z",opacity:.4})),r().createElement("g",{strokeWidth:1,fill:"none",transform:"translate(21.756 45.833)"},r().createElement("ellipse",{fill:"#6DBCFF",opacity:.5,cx:213.204,cy:5.456,rx:4.351,ry:4.365}),r().createElement("ellipse",{fill:"#6DBCFF",opacity:.5,cx:197.976,cy:5.456,rx:4.351,ry:4.365}),r().createElement("path",{d:"M10.334 1.091c5.707 0 10.334 4.627 10.334 10.334v.067c0 5.707-4.627 10.333-10.334 10.333S0 17.2 0 11.492v-.067C0 5.718 4.627 1.091 10.334 1.091z",fill:"#E3EBF4"}),r().createElement("path",{d:"M35.365.861h69.768a3.82 3.82 0 010 7.639H35.365a3.82 3.82 0 010-7.639z",fill:"#B1AABD",opacity:.5}),r().createElement("path",{d:"M34.274 15.048h126.164a2.728 2.728 0 010 5.456H34.274a2.728 2.728 0 110-5.456z",fill:"#B1AABD",opacity:.43}),r().createElement("path",{d:"M33.182 24.869H73.89a1.637 1.637 0 110 3.274H33.182a1.637 1.637 0 010-3.274z",fill:"#B1AABD",opacity:.2})),r().createElement("rect",{fill:"#645F6D",opacity:.5,x:21.756,y:17.46,width:87.022,height:12.004,rx:6.002}),r().createElement("g",{strokeWidth:1,fill:"none",transform:"translate(21.756 87.302)"},r().createElement("ellipse",{fill:"#6DBCFF",opacity:.5,cx:213.204,cy:5.456,rx:4.351,ry:4.365}),r().createElement("ellipse",{fill:"#6DBCFF",opacity:.5,cx:197.976,cy:5.456,rx:4.351,ry:4.365}),r().createElement("rect",{fill:"#E3EBF4",x:0,y:1.091,width:20.668,height:20.734,rx:10.334}),r().createElement("path",{d:"M35.365.861h82.647a3.82 3.82 0 010 7.639H35.365a3.82 3.82 0 010-7.639z",fill:"#B1AABD",opacity:.5}),r().createElement("path",{d:"M34.274 15.048H174.58a2.728 2.728 0 010 5.456H34.274a2.728 2.728 0 110-5.456z",fill:"#B1AABD",opacity:.43}),r().createElement("path",{d:"M33.182 24.869h113.119a1.637 1.637 0 110 3.274H33.182a1.637 1.637 0 010-3.274z",fill:"#B1AABD",opacity:.2})),r().createElement("g",{strokeWidth:1,fill:"none",transform:"translate(21.756 128.77)"},r().createElement("ellipse",{fill:"#6DBCFF",opacity:.5,cx:213.204,cy:5.456,rx:4.351,ry:4.365}),r().createElement("ellipse",{fill:"#6DBCFF",opacity:.5,cx:197.976,cy:5.456,rx:4.351,ry:4.365}),r().createElement("path",{d:"M10.334 1.091c5.707 0 10.334 4.627 10.334 10.334v.067c0 5.707-4.627 10.333-10.334 10.333S0 17.2 0 11.492v-.067C0 5.718 4.627 1.091 10.334 1.091z",fill:"#E3EBF4"}),r().createElement("path",{d:"M35.365.861h110.929a3.82 3.82 0 010 7.639H35.365a3.82 3.82 0 010-7.639z",fill:"#B1AABD",opacity:.5}),r().createElement("path",{d:"M34.274 15.048h92.443a2.728 2.728 0 010 5.456H34.274a2.728 2.728 0 110-5.456z",fill:"#B1AABD",opacity:.43}),r().createElement("path",{d:"M33.182 24.869H73.89a1.637 1.637 0 110 3.274H33.182a1.637 1.637 0 010-3.274z",fill:"#B1AABD",opacity:.2})))),r().createElement("g",{mask:"url(#EmptySearchResults_svg__b)"},r().createElement("path",{fill:"#446275",d:"M72.246 84.033l8.66 5-35.5 61.488-8.66-5-12.556-24.729-51.307-29.622 20.431-35.388 50.648 29.242z"}),r().createElement("path",{d:"M62.906 120.21l-80.091-46.24 10.5-18.188 50.647 29.242 28.284-.99 8.66 5-18 31.176z",fillOpacity:.2,fill:"#FFF"}),r().createElement("path",{d:"M27.566 75.558L3.877 109.065l-5.013-2.895 26.045-32.146 2.657 1.534zm9.467 5.466L13.345 114.53l-5.014-2.895L34.377 79.49l2.656 1.534zm8.158 4.71l-22.32 34.297-5.013-2.895L43.903 84.99l1.288.744z",fill:"#527585"}),r().createElement("path",{d:"M11.524 90.544l13.385-16.52 2.657 1.534-12.174 17.22-3.868-2.234zm9.467 5.467L34.377 79.49l2.656 1.534-12.174 17.22-3.868-2.233zm9.527 5.5L43.903 84.99l1.288.744-11.47 17.626-3.203-1.85z",fill:"#76A2B5",opacity:.6}),r().createElement("path",{d:"M.355 59.848l-23.689 33.507-5.013-2.895 26.045-32.146 2.657 1.534zm9.468 5.466L-13.866 98.82l-5.013-2.895L7.166 63.78l2.657 1.534zm8.158 4.71L-4.34 104.32l-5.014-2.895L16.692 69.28l1.289.744z",fillOpacity:.1,fill:"#000"}),r().createElement("g",null,r().createElement("path",{fill:"url(#EmptySearchResults_svg__c)",opacity:.993,filter:"url(#EmptySearchResults_svg__d)",d:"M.63 0h173.74L123 172H52z",transform:"rotate(120 90.404 138.861)"}),r().createElement("path",{fill:"url(#EmptySearchResults_svg__e)",opacity:.3,d:"M4 9h166.37L120.73 172.299H53.64z",transform:"rotate(120 90.404 138.861)"}),r().createElement("path",{fill:"url(#EmptySearchResults_svg__f)",opacity:.3,d:"M4 2h166.37L120.73 172.299H53.64z",transform:"rotate(120 90.404 138.861)"}),r().createElement("path",{fill:"url(#EmptySearchResults_svg__g)",d:"M4 9h166.37L120.73 172.299H53.64z",transform:"rotate(120 90.404 138.861)"}),r().createElement("path",{fill:"#FFF",opacity:.196,d:"M212.363 205.344l-1 1.732L60.418 124.52l4.977-8.62z"})),r().createElement("path",{fill:"#76A2B5",d:"M73.112 84.533l-35.5 61.488-.866-.5 35.5-61.488z"}),r().createElement("path",{fill:"#F3F3F3",d:"M80.906 89.033l-35.5 61.488-.866-.5 35.5-61.488z"}),r().createElement("path",{fill:"#538196",d:"M55.112 115.71l-17.5 30.311-.866-.5 17.5-30.31z"})))),SELECT_ATTRIBUTES:e=>r().createElement("svg",s({width:256,height:256,viewBox:"0 0 256 256",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink"},e),r().createElement("defs",null,r().createElement("linearGradient",{x1:"79.375%",y1:"86.747%",x2:"32.207%",y2:"33.403%",id:"SelectAttributes_svg__c"},r().createElement("stop",{stopColor:"#000",stopOpacity:0,offset:"0%"}),r().createElement("stop",{stopColor:"#000",offset:"100%"})),r().createElement("circle",{id:"SelectAttributes_svg__a",cx:128,cy:128,r:128})),r().createElement("g",{stroke:"none",strokeWidth:1,fill:"none",fillRule:"evenodd"},r().createElement("mask",{id:"SelectAttributes_svg__b",fill:"#fff"},r().createElement("use",{xlinkHref:"#SelectAttributes_svg__a"})),r().createElement("use",{fillOpacity:.2,fill:"#A792CD",xlinkHref:"#SelectAttributes_svg__a"}),r().createElement("path",{fill:"#F4F4F4",mask:"url(#SelectAttributes_svg__b)",d:"M-16 9h256v239H-16z"}),r().createElement("path",{fill:"url(#SelectAttributes_svg__c)",opacity:.05,mask:"url(#SelectAttributes_svg__b)",d:"M187.761 56.865l58.639 58.639v148.871H93.383L52 225.083V56.865z"}),r().createElement("path",{d:"M53 58h202a7 7 0 017 7v157a7 7 0 01-7 7H53a7 7 0 01-7-7V65a7 7 0 017-7z",fill:"#000",opacity:.06,mask:"url(#SelectAttributes_svg__b)"}),r().createElement("g",{mask:"url(#SelectAttributes_svg__b)"},r().createElement("path",{d:"M56 56h201a5 5 0 015 5v157a5 5 0 01-5 5H56a5 5 0 01-5-5V61a5 5 0 015-5z",fill:"#FFF",fillRule:"evenodd"}),r().createElement("path",{d:"M114.376 69.635H156a3 3 0 010 6h-41.624a3 3 0 110-6z",fill:"#B6C7DB",fillRule:"evenodd",opacity:.8}),r().createElement("path",{d:"M114 81.635h64.205a3 3 0 010 6H114a3 3 0 110-6z",fill:"#979797",fillRule:"evenodd",opacity:.2}),r().createElement("path",{d:"M114.376 160H156a3 3 0 010 6h-41.624a3 3 0 010-6z",fill:"#B6C7DB",fillRule:"evenodd",opacity:.8}),r().createElement("path",{d:"M114 172h64.205a3 3 0 010 6H114a3 3 0 010-6z",fill:"#979797",fillRule:"evenodd",opacity:.2}),r().createElement("path",{d:"M114.376 190H196a3 3 0 010 6h-81.624a3 3 0 010-6z",fill:"#B6C7DB",fillRule:"evenodd",opacity:.8}),r().createElement("path",{d:"M114 202h74.205a3 3 0 010 6H114a3 3 0 010-6z",fill:"#979797",fillRule:"evenodd",opacity:.2}),r().createElement("path",{d:"M82 190a2 2 0 012 2v14a2 2 0 01-2 2H68a2 2 0 01-2-2v-14a2 2 0 012-2h14zm0 2H68v14h14v-14z",fillOpacity:.18,fill:"#000",fillRule:"nonzero"}),r().createElement("path",{d:"M138.376 100H220a3 3 0 010 6h-81.624a3 3 0 110-6z",fill:"#B6C7DB",fillRule:"evenodd",opacity:.8}),r().createElement("path",{d:"M138 112h64.205a3 3 0 010 6H138a3 3 0 010-6z",fill:"#979797",fillRule:"evenodd",opacity:.2}),r().createElement("path",{d:"M82 100a2 2 0 012 2v14a2 2 0 01-2 2H68a2 2 0 01-2-2v-14a2 2 0 012-2h14zm0 2H68v14h14v-14z",fillOpacity:.18,fill:"#000",fillRule:"nonzero"}),r().createElement("path",{d:"M138.376 130H220a3 3 0 010 6h-81.624a3 3 0 110-6z",fill:"#B6C7DB",fillRule:"evenodd",opacity:.8}),r().createElement("path",{d:"M138 142h74.205a3 3 0 010 6H138a3 3 0 010-6z",fill:"#979797",fillRule:"evenodd",opacity:.2}),r().createElement("path",{d:"M96.514 100h2v8h9.179v2h-9.179v28.365h9.179v2H96.514V100z",fill:"#2B98F0",fillRule:"nonzero",opacity:.2}),r().createElement("path",{d:"M82 70H68a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2V72a2 2 0 00-2-2z",fill:"#2B98F0",fillRule:"nonzero"}),r().createElement("path",{d:"M80.097 73.255a1.5 1.5 0 012.224 2.007l-.103.114-8.157 8.156a1.5 1.5 0 01-2.007.103l-.114-.103-3.164-3.164a1.5 1.5 0 012.007-2.225l.114.103L73 80.35l7.097-7.095z",fill:"#FFF",fillRule:"nonzero"}),r().createElement("path",{d:"M82 160H68a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2v-14a2 2 0 00-2-2z",fill:"#2B98F0",fillRule:"nonzero"}),r().createElement("path",{d:"M80.097 163.255a1.5 1.5 0 012.224 2.007l-.103.114-8.157 8.156a1.5 1.5 0 01-2.007.103l-.114-.103-3.164-3.164a1.5 1.5 0 012.007-2.225l.114.103L73 170.35l7.097-7.095z",fill:"#FFF",fillRule:"nonzero"}),r().createElement("path",{d:"M82 130H68a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2v-14a2 2 0 00-2-2z",fill:"#2B98F0",fillRule:"nonzero"}),r().createElement("path",{d:"M80.097 133.255a1.5 1.5 0 012.224 2.007l-.103.114-8.157 8.156a1.5 1.5 0 01-2.007.103l-.114-.103-3.164-3.164a1.5 1.5 0 012.007-2.225l.114.103L73 140.35l7.097-7.095z",fill:"#FFF",fillRule:"nonzero"}),r().createElement("path",{fill:"#000",fillRule:"evenodd",opacity:.54,d:"M101.071 77l-3.535 3.536L94 77z"})),r().createElement("path",{d:"M56 22h186a6 6 0 016 6v18a6 6 0 01-6 6H56a6 6 0 01-6-6V28a6 6 0 016-6z",fill:"#FFF",opacity:.6,mask:"url(#SelectAttributes_svg__b)"}),r().createElement("path",{d:"M70 31h70a6 6 0 010 12H70a6 6 0 110-12zM160 31h10a6 6 0 010 12h-10a6 6 0 010-12z",fill:"#979797",opacity:.2,mask:"url(#SelectAttributes_svg__b)"}))),NO_DATA:e=>r().createElement("svg",p({width:256,height:256,viewBox:"0 0 256 256",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink"},e),r().createElement("defs",null,r().createElement("linearGradient",{x1:"50%",y1:"0%",x2:"50%",y2:"100%",id:"NoData_svg__b"},r().createElement("stop",{stopColor:"#FAFAFA",stopOpacity:0,offset:"0%"}),r().createElement("stop",{stopColor:"#F4F4F4",offset:"100%"})),r().createElement("linearGradient",{x1:"69.573%",y1:"86.747%",x2:"38.144%",y2:"33.403%",id:"NoData_svg__d"},r().createElement("stop",{stopColor:"#000",stopOpacity:0,offset:"0%"}),r().createElement("stop",{stopColor:"#000",offset:"100%"})),r().createElement("linearGradient",{x1:"50%",y1:"0%",x2:"50%",y2:"100%",id:"NoData_svg__e"},r().createElement("stop",{stopColor:"#EEFBFF",offset:"0%"}),r().createElement("stop",{stopColor:"#0072CE",offset:"100%"})),r().createElement("filter",{x:"-7.7%",y:"-7.5%",width:"115.3%",height:"115%",filterUnits:"objectBoundingBox",id:"NoData_svg__f"},r().createElement("feOffset",{dx:0,dy:2,in:"SourceAlpha",result:"shadowOffsetOuter1"}),r().createElement("feGaussianBlur",{stdDeviation:2,in:"shadowOffsetOuter1",result:"shadowBlurOuter1"}),r().createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0",type:"matrix",in:"shadowBlurOuter1",result:"shadowMatrixOuter1"}),r().createElement("feMerge",null,r().createElement("feMergeNode",{in:"shadowMatrixOuter1"}),r().createElement("feMergeNode",{in:"SourceGraphic"}))),r().createElement("circle",{id:"NoData_svg__a",cx:128,cy:128,r:128})),r().createElement("g",{stroke:"none",strokeWidth:1,fill:"none",fillRule:"evenodd"},r().createElement("mask",{id:"NoData_svg__c",fill:"#fff"},r().createElement("use",{xlinkHref:"#NoData_svg__a"})),r().createElement("use",{fillOpacity:.1,fill:"#0072CE",xlinkHref:"#NoData_svg__a"}),r().createElement("path",{fill:"url(#NoData_svg__b)",mask:"url(#NoData_svg__c)",d:"M0 9h256v247H0z"}),r().createElement("g",{mask:"url(#NoData_svg__c)"},r().createElement("g",{transform:"translate(29 37)"},r().createElement("g",{opacity:.9,strokeWidth:1,fill:"#FFF"},r().createElement("path",{fillOpacity:.8,opacity:.5,d:"M14.565 8h228.144v176.476H14.565z"}),r().createElement("path",{d:"M0 8.01C0 3.586 3.576 0 7.997 0h223.838a7.997 7.997 0 017.997 8.01v152.401c0 4.424-3.577 8.01-7.997 8.01H7.997A7.997 7.997 0 010 160.411V8.01z"})),r().createElement("g",{strokeWidth:1,fill:"none",transform:"translate(19.986 42.105)"},r().createElement("ellipse",{fill:"#6DBCFF",opacity:.5,cx:195.862,cy:5.013,rx:3.997,ry:4.01}),r().createElement("ellipse",{fill:"#6DBCFF",opacity:.5,cx:181.872,cy:5.013,rx:3.997,ry:4.01}),r().createElement("path",{d:"M9.493 1.003a9.493 9.493 0 019.494 9.493v.06a9.493 9.493 0 01-18.987 0v-.06a9.493 9.493 0 019.493-9.493z",fill:"#E3EBF4"}),r().createElement("path",{d:"M32.488.791h64.093a3.509 3.509 0 110 7.018H32.488a3.509 3.509 0 110-7.018z",fill:"#B1AABD",opacity:.5}),r().createElement("path",{d:"M31.486 13.824h115.902a2.506 2.506 0 010 5.012H31.486a2.506 2.506 0 010-5.012z",fill:"#B1AABD",opacity:.43}),r().createElement("path",{d:"M30.483 22.846H67.88a1.504 1.504 0 110 3.008H30.483a1.504 1.504 0 110-3.008z",fill:"#B1AABD",opacity:.2})),r().createElement("rect",{fill:"#645F6D",opacity:.5,x:19.986,y:16.04,width:79.944,height:11.028,rx:5.514}),r().createElement("g",{strokeWidth:1,fill:"none",transform:"translate(19.986 80.2)"},r().createElement("ellipse",{fill:"#6DBCFF",opacity:.5,cx:195.862,cy:5.013,rx:3.997,ry:4.01}),r().createElement("ellipse",{fill:"#6DBCFF",opacity:.5,cx:181.872,cy:5.013,rx:3.997,ry:4.01}),r().createElement("rect",{fill:"#E3EBF4",x:0,y:1.003,width:18.987,height:19.048,rx:9.493}),r().createElement("path",{d:"M32.488.791h75.925a3.509 3.509 0 010 7.018H32.488a3.509 3.509 0 110-7.018z",fill:"#B1AABD",opacity:.5}),r().createElement("path",{d:"M31.486 13.824h128.893a2.506 2.506 0 110 5.012H31.486a2.506 2.506 0 010-5.012z",fill:"#B1AABD",opacity:.43}),r().createElement("path",{d:"M30.483 22.846h103.918a1.504 1.504 0 010 3.008H30.483a1.504 1.504 0 110-3.008z",fill:"#B1AABD",opacity:.2})),r().createElement("g",{strokeWidth:1,fill:"none",transform:"translate(19.986 118.296)"},r().createElement("ellipse",{fill:"#6DBCFF",opacity:.5,cx:195.862,cy:5.013,rx:3.997,ry:4.01}),r().createElement("ellipse",{fill:"#6DBCFF",opacity:.5,cx:181.872,cy:5.013,rx:3.997,ry:4.01}),r().createElement("path",{d:"M9.493 1.003a9.493 9.493 0 019.494 9.493v.06a9.493 9.493 0 01-18.987 0v-.06a9.493 9.493 0 019.493-9.493z",fill:"#E3EBF4"}),r().createElement("path",{d:"M32.488.791h101.906a3.509 3.509 0 010 7.018H32.488a3.509 3.509 0 110-7.018z",fill:"#B1AABD",opacity:.5}),r().createElement("path",{d:"M31.486 13.824h84.924a2.506 2.506 0 010 5.012H31.486a2.506 2.506 0 010-5.012z",fill:"#B1AABD",opacity:.43}),r().createElement("path",{d:"M30.483 22.846H67.88a1.504 1.504 0 110 3.008H30.483a1.504 1.504 0 110-3.008z",fill:"#B1AABD",opacity:.2})))),r().createElement("g",{mask:"url(#NoData_svg__c)"},r().createElement("path",{d:"M154.445 45.134v154.072H36.625V45.134h.811C35.508 62.52 41.07 80.609 54.12 93.944c22.74 23.235 59.61 23.235 82.352 0 13.05-13.335 18.612-31.424 16.683-48.81h1.29z",fill:"url(#NoData_svg__d)",opacity:.1,transform:"rotate(-30 291.014 34.548)"}),r().createElement("path",{d:"M27.473 93.234c17.964 18.355 47.09 18.355 65.054 0s17.964-48.113 0-66.468c-17.964-18.355-47.09-18.355-65.054 0s-17.964 48.113 0 66.468z",fill:"url(#NoData_svg__e)",opacity:.2,transform:"translate(70 86)"}),r().createElement("g",{filter:"url(#NoData_svg__f)",strokeWidth:1,fill:"none",transform:"translate(70 86)"},r().createElement("path",{d:"M59.697 0c32.97 0 59.697 26.746 59.697 59.738 0 15.185-5.662 29.047-14.988 39.587l51.204 51.24a89.336 89.336 0 01-10.097 9.392l-51.38-51.416c-9.73 6.888-21.61 10.936-34.436 10.936C26.727 119.477 0 92.73 0 59.738 0 26.746 26.727 0 59.697 0zm0 17.756c-23.17 0-41.953 18.796-41.953 41.982s18.783 41.982 41.953 41.982 41.953-18.796 41.953-41.982-18.783-41.982-41.953-41.982z",fill:"#B5C8C9"}),r().createElement("path",{d:"M21.508 105.656C8.365 94.698 0 78.196 0 59.738 0 26.746 26.727 0 59.697 0c18.444 0 34.935 8.37 45.885 21.523l-9.794 9.8c-8.408-10.68-21.45-17.537-36.091-17.537-25.361 0-45.92 20.573-45.92 45.952 0 14.652 6.852 27.702 17.525 36.117l-9.794 9.8z",fillOpacity:.4,fill:"#FFF"})),r().createElement("path",{d:"M97.473 179.234c17.964 18.355 47.09 18.355 65.054 0s17.964-48.113 0-66.468c-17.964-18.355-47.09-18.355-65.054 0s-17.964 48.113 0 66.468z",fill:"#D9F5FF",opacity:.4,style:{mixBlendMode:"soft-light"}}),r().createElement("path",{d:"M123.885 158.736c0-3.929.444-7.03 1.332-9.304.888-2.274 2.328-4.245 4.32-5.914 1.99-1.668 3.504-3.195 4.54-4.581 1.037-1.386 1.555-2.913 1.555-4.581 0-4.064-1.75-6.095-5.248-6.095-1.614 0-2.92.592-3.915 1.776-.996 1.184-1.52 2.785-1.574 4.803H111.25c.054-5.382 1.75-9.573 5.086-12.574 3.337-3 8.02-4.5 14.047-4.5 6.001 0 10.65 1.386 13.946 4.157 3.297 2.772 4.945 6.714 4.945 11.827 0 2.234-.444 4.265-1.332 6.095-.888 1.83-2.315 3.7-4.279 5.61l-4.642 4.32c-1.318 1.265-2.233 2.563-2.745 3.895-.51 1.332-.793 3.02-.847 5.066h-11.545zm-1.655 12.27c0-1.99.72-3.625 2.16-4.904 1.44-1.278 3.236-1.917 5.389-1.917 2.152 0 3.949.64 5.388 1.917 1.44 1.279 2.16 2.913 2.16 4.905 0 1.991-.72 3.626-2.16 4.904-1.44 1.278-3.236 1.917-5.388 1.917-2.153 0-3.95-.639-5.389-1.917-1.44-1.278-2.16-2.913-2.16-4.904z",fillOpacity:.87,fill:"#000",style:{mixBlendMode:"overlay"}}),r().createElement("path",{d:"M123.885 158.736c0-3.929.444-7.03 1.332-9.304.888-2.274 2.328-4.245 4.32-5.914 1.99-1.668 3.504-3.195 4.54-4.581 1.037-1.386 1.555-2.913 1.555-4.581 0-4.064-1.75-6.095-5.248-6.095-1.614 0-2.92.592-3.915 1.776-.996 1.184-1.52 2.785-1.574 4.803H111.25c.054-5.382 1.75-9.573 5.086-12.574 3.337-3 8.02-4.5 14.047-4.5 6.001 0 10.65 1.386 13.946 4.157 3.297 2.772 4.945 6.714 4.945 11.827 0 2.234-.444 4.265-1.332 6.095-.888 1.83-2.315 3.7-4.279 5.61l-4.642 4.32c-1.318 1.265-2.233 2.563-2.745 3.895-.51 1.332-.793 3.02-.847 5.066h-11.545zm-1.655 12.27c0-1.99.72-3.625 2.16-4.904 1.44-1.278 3.236-1.917 5.389-1.917 2.152 0 3.949.64 5.388 1.917 1.44 1.279 2.16 2.913 2.16 4.905 0 1.991-.72 3.626-2.16 4.904-1.44 1.278-3.236 1.917-5.388 1.917-2.153 0-3.95-.639-5.389-1.917-1.44-1.278-2.16-2.913-2.16-4.904z",fillOpacity:.38,fill:"#3C74B4"})))),ERROR:e=>r().createElement("svg",f({width:88,height:88,viewBox:"0 0 88 88",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),r().createElement("mask",{id:"Error_svg__a",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:0,y:0,width:88,height:88},r().createElement("path",{d:"M44 88c24.3 0 44-19.7 44-44S68.3 0 44 0 0 19.7 0 44s19.7 44 44 44z",fill:"#fff"})),r().createElement("g",{mask:"url(#Error_svg__a)"},r().createElement("path",{d:"M44 88c24.3 0 44-19.7 44-44S68.3 0 44 0 0 19.7 0 44s19.7 44 44 44z",fill:"#CAC4D5",fillOpacity:.3}),r().createElement("path",{opacity:.3,fillRule:"evenodd",clipRule:"evenodd",d:"M19.987 6.73l49.449 6.072a.687.687 0 01.596.767l-7.845 63.888a.688.688 0 01-.766.6L7.214 71.4a.688.688 0 01-.599-.763l.408-3.326L19.987 6.73z",fill:"#fff"}),r().createElement("path",{opacity:.2,fillRule:"evenodd",clipRule:"evenodd",d:"M1.267 25.921l45.86-19.466a.687.687 0 01.9.366l25.15 59.251a.61.61 0 01-.386.84L22.34 82.765a.719.719 0 01-.887-.445l-20.185-56.4z",fill:"#fff"}),r().createElement("path",{d:"M65.631 9.23H11.017a.688.688 0 00-.687.687v64.37c0 .38.307.687.687.687h54.614c.38 0 .688-.308.688-.687V9.917a.688.688 0 00-.688-.688z",fill:"#F9F9F9"}),r().createElement("path",{opacity:.1,fillRule:"evenodd",clipRule:"evenodd",d:"M14.885 34.95l3.105-1.666 7.31-4.025 8.852 3.472 7.89-5.223 8.036-2.628 8.113 5.193 3.352-10.255v16.967H14.935l-.05-1.835z",fill:"#9C6CF0"}),r().createElement("path",{opacity:.2,fillRule:"evenodd",clipRule:"evenodd",d:"M14.885 32.331l3.105-3.761 7.31 4.31 8.852 1.656 7.89-2.205 8.036 1.827 8.113-12.643 3.352.742V36.36H14.935l-.05-4.029z",fill:"#FA82AA"}),r().createElement("path",{opacity:.2,fillRule:"evenodd",clipRule:"evenodd",d:"M14.885 34.946l3.105.432 7.31 1.01 8.852-5.117 7.89 3.675 8.036 1.839 8.113-1.839 3.352.811v1.028H14.935l-.05-1.839z",fill:"#4DBEE9"}),r().createElement("path",{opacity:.1,fillRule:"evenodd",clipRule:"evenodd",d:"M61.543 35.288l-.05 1.497H14.885v-5.239l3.352-.276 8.114 4.697 8.036-.679 7.889.82 8.852-.616 7.31-1.601 3.105 1.397z",fill:"#4DBEE9"}),r().createElement("path",{d:"M21.036 40.178h-5.09a.636.636 0 000 1.272h5.09a.636.636 0 100-1.272z",fill:"#ACACAC"}),r().createElement("path",{opacity:.3,fillRule:"evenodd",clipRule:"evenodd",d:"M16.582 55.872c.703 0 1.273.57 1.273 1.273V69.02a1.272 1.272 0 11-2.545 0V57.144c0-.702.57-1.272 1.272-1.272zM25.914 55.872c.702 0 1.272.57 1.272 1.273V69.02a1.272 1.272 0 11-2.545 0V57.144c0-.702.57-1.272 1.273-1.272zM39.91 55.872c.703 0 1.273.57 1.273 1.273V69.02a1.272 1.272 0 11-2.545 0V57.144c0-.702.57-1.272 1.273-1.272zM21.248 55.872c.702 0 1.272.57 1.272 1.273V69.02a1.273 1.273 0 01-2.545 0V57.144c0-.702.57-1.272 1.273-1.272zM35.245 55.872c.703 0 1.273.57 1.273 1.273V69.02a1.272 1.272 0 11-2.545 0V57.144c0-.702.57-1.272 1.272-1.272zM30.58 55.872c.702 0 1.272.57 1.272 1.273V69.02a1.272 1.272 0 11-2.545 0V57.144c0-.702.57-1.272 1.272-1.272zM44.577 55.872c.702 0 1.272.57 1.272 1.273V69.02a1.273 1.273 0 01-2.545 0V57.144c0-.702.57-1.272 1.273-1.272z",fill:"#BDBDBD"}),r().createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.582 65.628c.703 0 1.273.57 1.273 1.272v2.121a1.272 1.272 0 11-2.545 0v-2.12c0-.703.57-1.273 1.272-1.273zM25.914 62.658c.702 0 1.272.57 1.272 1.273v5.09a1.272 1.272 0 11-2.545 0v-5.09c0-.703.57-1.273 1.273-1.273zM39.91 65.628c.703 0 1.273.57 1.273 1.272v2.121a1.272 1.272 0 11-2.545 0v-2.12c0-.703.57-1.273 1.273-1.273zM21.248 66.477c.702 0 1.272.57 1.272 1.272v1.273a1.273 1.273 0 01-2.545 0v-1.273c0-.703.57-1.272 1.273-1.272z",fill:"#4DBEE9"}),r().createElement("path",{d:"M36.518 65.628a1.272 1.272 0 00-2.545 0v3.393a1.272 1.272 0 102.545 0v-3.393zM31.852 62.234a1.272 1.272 0 10-2.545 0v6.787a1.272 1.272 0 102.545 0v-6.787z",fill:"#4DBEE9"}),r().createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M44.577 60.962c.702 0 1.272.57 1.272 1.272v6.787a1.273 1.273 0 01-2.545 0v-6.787c0-.702.57-1.272 1.273-1.272z",fill:"#4DBEE9"}),r().createElement("path",{d:"M18.915 18.546a1.909 1.909 0 100-3.817 1.909 1.909 0 000 3.817z",fill:"#9C6CF0"}),r().createElement("path",{opacity:.5,d:"M34.185 18.546a1.909 1.909 0 100-3.817 1.909 1.909 0 000 3.817z",fill:"#4DBEE9"}),r().createElement("path",{opacity:.3,d:"M49.454 18.546a1.909 1.909 0 100-3.817 1.909 1.909 0 000 3.817z",fill:"#4DBEE9"}),r().createElement("path",{opacity:.8,d:"M26.55 18.546a1.909 1.909 0 100-3.817 1.909 1.909 0 000 3.817z",fill:"#FB6597"}),r().createElement("path",{d:"M41.82 18.546a1.909 1.909 0 100-3.817 1.909 1.909 0 000 3.817z",fill:"#4DBEE9"}),r().createElement("path",{opacity:.2,d:"M57.09 18.546a1.909 1.909 0 100-3.817 1.909 1.909 0 000 3.817z",fill:"#4DBEE9"}),r().createElement("path",{opacity:.5,fillRule:"evenodd",clipRule:"evenodd",d:"M16.582 19.818h4.666a.424.424 0 110 .849h-4.666a.424.424 0 110-.849zM31.851 19.818h4.666a.424.424 0 010 .849h-4.666a.424.424 0 110-.849zM47.121 19.818h4.666a.424.424 0 010 .849h-4.666a.424.424 0 010-.849zM24.217 19.818h4.665a.424.424 0 010 .849h-4.665a.424.424 0 010-.849zM39.486 19.818h4.666a.424.424 0 110 .849h-4.666a.424.424 0 110-.849zM54.756 19.818h4.666a.424.424 0 110 .849h-4.666a.424.424 0 110-.849z",fill:"#ACACAC"}),r().createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.946 43.571h5.09a.636.636 0 110 1.273h-5.09a.636.636 0 010-1.273zM15.946 46.116h5.09a.636.636 0 010 1.273h-5.09a.636.636 0 010-1.273zM15.946 48.661h5.09a.636.636 0 010 1.273h-5.09a.636.636 0 110-1.273zM23.58 43.571h5.09a.636.636 0 110 1.273h-5.09a.636.636 0 010-1.273zM23.58 46.116h5.09a.636.636 0 010 1.273h-5.09a.636.636 0 010-1.273zM23.58 48.661h5.09a.636.636 0 010 1.273h-5.09a.636.636 0 110-1.273zM49.454 43.571h11.028a.636.636 0 010 1.273H49.454a.636.636 0 010-1.273zM49.454 46.116h11.028a.636.636 0 010 1.273H49.454a.636.636 0 010-1.273zM49.454 48.661h11.028a.636.636 0 010 1.273H49.454a.636.636 0 110-1.273zM31.215 43.571h15.27a.636.636 0 110 1.273h-15.27a.636.636 0 010-1.273zM31.215 46.116h15.27a.636.636 0 010 1.273h-15.27a.636.636 0 010-1.273zM31.215 48.661h15.27a.636.636 0 010 1.273h-15.27a.636.636 0 010-1.273zM15.946 51.206h5.09a.636.636 0 110 1.272h-5.09a.636.636 0 110-1.272zM23.58 51.206h5.09a.636.636 0 110 1.272h-5.09a.636.636 0 110-1.272zM49.454 51.206h11.028a.636.636 0 010 1.272H49.454a.636.636 0 110-1.272zM31.215 51.206h15.27a.636.636 0 110 1.272h-15.27a.636.636 0 010-1.272z",fill:"#E9E9E9"}),r().createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M49.878 55.872h5.09a.636.636 0 110 1.273h-5.09a.636.636 0 110-1.273z",fill:"#ACACAC"}),r().createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M49.878 59.69h11.029a.636.636 0 010 1.272H49.878a.636.636 0 110-1.273zM49.878 62.234h11.029a.636.636 0 010 1.273H49.878a.636.636 0 010-1.273zM49.878 64.78h11.029a.636.636 0 010 1.272H49.878a.636.636 0 010-1.273z",fill:"#E9E9E9"}),r().createElement("path",{d:"M54.968 67.324h-5.09a.636.636 0 000 1.273h5.09a.636.636 0 000-1.273z",fill:"#E9E9E9"}),r().createElement("g",{filter:"url(#Error_svg__filter0_d)"},r().createElement("path",{d:"M57.406 74.25c9.493 0 17.188-7.695 17.188-17.188 0-9.492-7.695-17.187-17.188-17.187-9.492 0-17.187 7.695-17.187 17.188 0 9.492 7.695 17.187 17.187 17.187z",fill:"#000"})),r().createElement("path",{d:"M57.406 74.25c9.493 0 17.188-7.695 17.188-17.188 0-9.492-7.695-17.187-17.188-17.187-9.492 0-17.187 7.695-17.187 17.188 0 9.492 7.695 17.187 17.187 17.187z",fill:"#F25252"}),r().createElement("path",{opacity:.15,fillRule:"evenodd",clipRule:"evenodd",d:"M57.406 34.719c12.34 0 22.344 10.003 22.344 22.343S69.746 79.406 57.406 79.406c-12.34 0-22.343-10.003-22.343-22.344 0-12.34 10.003-22.343 22.343-22.343zm-.172 2.406c-10.916 0-19.765 8.85-19.765 19.766 0 10.916 8.85 19.765 19.765 19.765C68.151 76.656 77 67.806 77 56.891c0-10.917-8.85-19.766-19.766-19.766z",fill:"#F25252"}),r().createElement("path",{opacity:.3,fillRule:"evenodd",clipRule:"evenodd",d:"M57.406 38.844c10.062 0 18.219 8.157 18.219 18.218 0 10.062-8.157 18.22-18.219 18.22-10.062 0-18.218-8.158-18.218-18.22 0-10.061 8.156-18.218 18.218-18.218zm0 2.043c-8.933 0-16.175 7.242-16.175 16.175 0 8.934 7.242 16.176 16.175 16.176 8.934 0 16.176-7.242 16.176-16.175 0-8.934-7.242-16.176-16.176-16.176z",fill:"#F25252"}),r().createElement("path",{opacity:.05,fillRule:"evenodd",clipRule:"evenodd",d:"M57.406 26.469C74.303 26.469 88 40.166 88 57.062c0 16.897-13.697 30.594-30.594 30.594-16.896 0-30.593-13.697-30.593-30.594 0-16.896 13.697-30.593 30.593-30.593zm-.172 3.437c-14.903 0-26.984 12.082-26.984 26.985 0 14.903 12.081 26.984 26.984 26.984 14.903 0 26.985-12.081 26.985-26.984 0-14.903-12.082-26.985-26.985-26.985z",fill:"#F25252"}),r().createElement("path",{d:"M57.406 71.844c8.164 0 14.782-6.618 14.782-14.781 0-8.164-6.618-14.782-14.782-14.782-8.163 0-14.781 6.618-14.781 14.782 0 8.163 6.618 14.78 14.781 14.78z",fill:"#FF6A6A"}),r().createElement("path",{opacity:.05,fillRule:"evenodd",clipRule:"evenodd",d:"M58.298 46.448L75.18 63.331l-9.114 12.078h-2.029l-7.582-7.582 1.006-3.178.837-18.2z",fill:"url(#Error_svg__paint0_linear)"}),r().createElement("g",{filter:"url(#Error_svg__filter1_d)"},r().createElement("path",{d:"M57.406 68.063a1.719 1.719 0 100-3.438 1.719 1.719 0 000 3.438z",fill:"#000"})),r().createElement("path",{d:"M57.406 68.063a1.719 1.719 0 100-3.438 1.719 1.719 0 000 3.438z",fill:"#fff"}),r().createElement("g",{filter:"url(#Error_svg__filter2_d)"},r().createElement("path",{d:"M57.406 46.063c.95 0 1.719.769 1.719 1.718v12.375a1.719 1.719 0 11-3.438 0V47.781c0-.949.77-1.718 1.72-1.718z",fill:"#000"})),r().createElement("path",{d:"M57.406 46.063c.95 0 1.719.769 1.719 1.718v12.375a1.719 1.719 0 11-3.438 0V47.781c0-.949.77-1.718 1.72-1.718z",fill:"#fff"})),r().createElement("defs",null,r().createElement("filter",{id:"Error_svg__filter0_d",x:36.219,y:37.875,width:42.375,height:42.375,filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},r().createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r().createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r().createElement("feOffset",{dy:2}),r().createElement("feGaussianBlur",{stdDeviation:2}),r().createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"}),r().createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow"}),r().createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow",result:"shape"})),r().createElement("filter",{id:"Error_svg__filter1_d",x:51.688,y:62.625,width:11.438,height:11.438,filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},r().createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r().createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r().createElement("feOffset",{dy:2}),r().createElement("feGaussianBlur",{stdDeviation:2}),r().createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"}),r().createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow"}),r().createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow",result:"shape"})),r().createElement("filter",{id:"Error_svg__filter2_d",x:51.688,y:44.063,width:11.438,height:23.813,filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},r().createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r().createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r().createElement("feOffset",{dy:2}),r().createElement("feGaussianBlur",{stdDeviation:2}),r().createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"}),r().createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow"}),r().createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow",result:"shape"})),r().createElement("linearGradient",{id:"Error_svg__paint0_linear",x1:68.438,y1:71.571,x2:60.119,y2:58.801,gradientUnits:"userSpaceOnUse"},r().createElement("stop",{stopOpacity:0}),r().createElement("stop",{offset:1}))))},E=e=>{let{variant:t=m.full,LogoRenderer:l=h.SEARCH_RESULTS,text:a,secondaryText:o,buttonTitle:s,onClick:p=n.identity,access:f}=e;const E=d(),u=f&&s;return r().createElement("div",{className:E.root},r().createElement(l,{className:E[`${t}`]}),r().createElement("div",{className:E.textBox},r().createElement(i.Z,{variant:"h5",classes:{h5:E.text}},a),o&&r().createElement(i.Z,{variant:"subtitle1",classes:{subtitle1:E.secondaryText}},o)),u&&r().createElement(c.Z,{className:E.button,variant:"contained",color:"primary",onClick:p},s))}},7907:(e,t,l)=>{l.d(t,{Z:()=>p});var a=l(24328),r=l.n(a),n=l(99152),i=l(6487),c=l(83088);const o=(0,l(79692).Z)({tabsRoot:{width:"100%"},tabsScrollButton:{flex:"0 0 24px"},tabRoot:{fontSize:"0.875rem",padding:"7px 18px 5px","@media (min-width: 960px)":{minWidth:"inherit"}},labelWrapper:{whiteSpace:"nowrap",letterSpacing:"normal",display:"flex",flexDirection:"row",width:"100%"},label:{overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis",fontWeight:500}});function s(){return s=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var a in l)Object.prototype.hasOwnProperty.call(l,a)&&(e[a]=l[a])}return e},s.apply(this,arguments)}const p=e=>{let{value:t,tabs:l=[],onChange:a,tabClasses:p}=e,f=function(e,t){if(null==e)return{};var l,a,r=function(e,t){if(null==e)return{};var l,a,r={},n=Object.keys(e);for(a=0;a<n.length;a++)l=n[a],t.indexOf(l)>=0||(r[l]=e[l]);return r}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(a=0;a<n.length;a++)l=n[a],t.indexOf(l)>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(r[l]=e[l])}return r}(e,["value","tabs","onChange","tabClasses"]);const d=o(),m=(e,t)=>r().createElement("span",{className:d.labelWrapper},r().createElement(c.C,{value:e},r().createElement("span",{className:d.label},e)),t);return r().createElement(n.Z,s({value:t,onChange:(e,t)=>a(t),classes:{root:d.tabsRoot,scrollButtons:d.tabsScrollButton},indicatorColor:"primary",textColor:"primary",variant:"scrollable",scrollButtons:"on"},f),l.map((e=>{let{label:t,value:l,additionalLabel:a,dataReltioId:n}=e;return r().createElement(i.Z,{classes:p||{root:d.tabRoot},key:l,value:l,label:m(t,a),"data-reltio-id":n})})))}},33662:(e,t,l)=>{l.d(t,{Z:()=>_});var a=l(71153),r=l.n(a),n=l(17440),i=l(24328),c=l.n(i),o=l(87918),s=l.n(o),p=l(29611),f=l(50581),d=l(87685),m=l(21853),h=l(79573),E=l(40435),u=l(15311);function y(){return y=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var a in l)Object.prototype.hasOwnProperty.call(l,a)&&(e[a]=l[a])}return e},y.apply(this,arguments)}function v(e){for(var t=1;t<arguments.length;t++){var l=null!=arguments[t]?Object(arguments[t]):{},a=Object.keys(l);"function"==typeof Object.getOwnPropertySymbols&&(a=a.concat(Object.getOwnPropertySymbols(l).filter((function(e){return Object.getOwnPropertyDescriptor(l,e).enumerable})))),a.forEach((function(t){g(e,t,l[t])}))}return e}function g(e,t,l){return t in e?Object.defineProperty(e,t,{value:l,enumerable:!0,configurable:!0,writable:!0}):e[t]=l,e}const _=(0,i.memo)((e=>{let{value:t,autofocus:l,onSearch:a=h.ZT,rootRef:o,classes:g={},height:_}=e,x=function(e,t){if(null==e)return{};var l,a,r=function(e,t){if(null==e)return{};var l,a,r={},n=Object.keys(e);for(a=0;a<n.length;a++)l=n[a],t.indexOf(l)>=0||(r[l]=e[l]);return r}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(a=0;a<n.length;a++)l=n[a],t.indexOf(l)>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(r[l]=e[l])}return r}(e,["value","autofocus","onSearch","rootRef","classes","height"]);const z=(0,u.y)({height:_}),[M,F]=(0,i.useState)(""),B=(0,n.pipe)((0,n.tap)(a),F),O=(0,n.isNil)(t)?M:t;return c().createElement(p.Z,y({startAdornment:c().createElement(f.Z,{position:"start"},c().createElement(m.Z,{className:z.icon})),endAdornment:c().createElement(f.Z,{position:"end"},O.length>0&&c().createElement(E.Z,{icon:d.default,className:z.clearButton,onClick:()=>B("")})),autoFocus:l,classes:v({},g,{input:r()(z.input,g.input),root:r()(z.container,g.root)}),placeholder:s().text("Search"),value:O,onChange:(0,n.pipe)(h.NA,B),disableUnderline:!0,ref:o},x))}))},15311:(e,t,l)=>{l.d(t,{y:()=>a});const a=(0,l(79692).Z)((()=>({container:e=>{let{height:t=36}=e;return{height:t,borderRadius:"2px",alignItems:"center",backgroundColor:"rgba(0,0,0,0.03)",minWidth:"100px"}},icon:{opacity:.67,marginLeft:"10px",marginRight:"6px"},input:{fontSize:"13px",width:"100%"},clearButton:{marginRight:"10px"},white:{backgroundColor:"rgb(255, 255, 255)",boxShadow:"0 1px 3px 0 rgba(0,0,0,0.24)"}})))}}]);
|