@nlabs/gothamjs
Version:
Platform
2 lines • 21.5 kB
JavaScript
/*! For license information please see 225.3ea7dfd9.iframe.bundle.js.LICENSE.txt */
(self.webpackChunk_nlabs_gothamjs=self.webpackChunk_nlabs_gothamjs||[]).push([[225],{"./node_modules/@nlabs/utils/lib/index.js":function(__unused_webpack_module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,{mg:function(){return clone_r},cn:function(){return cn_o},D0:function(){return c},Jt:function(){return o},Im:function(){return r},n4:function(){return s},h1:function(){return merge_c},GI:function(){return p},hZ:function(){return u}});const r=t=>null===t||("string"==typeof t||Array.isArray(t)?0===t.length:t instanceof Map||t instanceof Set?0===t.size:"object"==typeof t&&0===Object.keys(t).length),s=(e,r)=>{if(e===r)return!0;if(null===e||null===r)return e===r;if(typeof e!=typeof r)return!1;if("object"==typeof e){if(e instanceof Date&&r instanceof Date)return e.getTime()===r.getTime();if(Array.isArray(e)!==Array.isArray(r))return!1;if(Array.isArray(e)){if(e.length!==r.length)return!1;for(let t=0;t<e.length;t++)if(!s(e[t],r[t]))return!1;return!0}const n=Object.keys(e),f=Object.keys(r);if(n.length!==f.length)return!1;for(const t of n)if(!f.includes(t)||!s(e[t],r[t]))return!1;return!0}return!1},clone_r=t=>{if(null===t||"object"!=typeof t)return t;if(Array.isArray(t))return t.map(clone_r);const s=Object.getOwnPropertySymbols(t);if(!(s.length>0)&&"function"==typeof structuredClone)try{return structuredClone(t)}catch{}const n={};for(const e in t)Object.hasOwn(t,e)&&(n[e]=clone_r(t[e]));for(const e of s)n[e]=clone_r(t[e]);return n},c=(n,t)=>{let e;const i=function(...o){t<=0?n.apply(this,o):(e&&clearTimeout(e),e=setTimeout(()=>{n.apply(this,o)},t))};return i.cancel=()=>{e&&(clearTimeout(e),e=void 0)},i},o=(s,n,t)=>{if(!s||null==n)return t;const y=Array.isArray(n)?n:n.split(".");let r=s;for(const e of y){if(null==r||"object"!=typeof r)return t;r=r[e]}return r??t},merge_c=(r,...n)=>{if(!r)return r;for(const y of n){if(!y||"object"!=typeof y)continue;for(const e in y)if(Object.hasOwn(y,e)){const s=r[e],o=y[e];o&&"object"==typeof o&&!Array.isArray(o)&&s&&"object"==typeof s&&!Array.isArray(s)?r[e]=merge_c(s,o):r[e]=o}const f=Object.getOwnPropertySymbols(y);for(const e of f){const s=r[e],o=y[e];o&&"object"==typeof o&&!Array.isArray(o)&&s&&"object"==typeof s&&!Array.isArray(s)?r[e]=merge_c(s,o):r[e]=o}}return r},u=(s,e,y)=>{if(!s||null==e||void 0===e)return s;const t=Array.isArray(e)?e:e.split("."),i={...s};let n=i;for(let l=0;l<t.length-1;l++){const r=t[l];(!(r in n)||"object"!=typeof n[r]||null===n[r])&&(n[r]={}),n=n[r]}return n[t[t.length-1]]=y,i},p=o=>{if(!o.stack)return[];const a=o.stack.split("\n"),n=[];for(const e of a){if(e.includes("Error:")||e.includes("UnhandledPromiseRejectionWarning:")||""===e.trim())continue;const c=N(e);c&&n.push(c)}return n},N=o=>{const a=o.replace(/^\s*at\s+/,""),n={},e=a.match(/^async\s+([^:]+):(\d+):(\d+)$/);if(e)return n.functionName="async <anonymous>",n.fileName=e[1],n.lineNumber=parseInt(e[2],10),n.columnNumber=parseInt(e[3],10),n;const c=a.match(/^([^:]+):(\d+):(\d+)$/);if(c)return n.functionName="<anonymous>",n.fileName=c[1],n.lineNumber=parseInt(c[2],10),n.columnNumber=parseInt(c[3],10),n;const f=a.match(/^([^(]+)\s*\(native\)$/);if(f)return n.functionName=f[1].trim(),n.fileName="native",n;const r=a.match(/^eval\s*\(eval at <anonymous> \(([^:]+):(\d+):(\d+)\), <anonymous>:(\d+):(\d+)\)$/);if(r)return n.functionName="eval",n.fileName=`eval at <anonymous> (${r[1]}:${r[2]}:${r[3]}), <anonymous>`,n.lineNumber=parseInt(r[4],10),n.columnNumber=parseInt(r[5],10),n;const i=a.match(/^([^(]+)\s*\(([^)]+)\)$/);if(i){n.functionName=i[1].trim();const m=i[2],t=m.match(/^(.*):(\d+):(\d+)$/);if(t)return n.fileName=t[1],n.lineNumber=parseInt(t[2],10),n.columnNumber=parseInt(t[3],10),n;const s=m.match(/^([^:]+):(\d+):(\d+)$/);if(s)return n.fileName=s[1],n.lineNumber=parseInt(s[2],10),n.columnNumber=parseInt(s[3],10),n;{const l=m.match(/^([^:]+):(\d+)$/);l?(n.fileName=l[1],n.lineNumber=parseInt(l[2],10)):n.fileName=m}return n}const u=a.match(/^([^(]+)\s*\(webpack:\/\/([^)]+)\)$/);if(u){n.functionName=u[1].trim();const t=u[2].match(/^([^:]+):(\d+):(\d+)$/);return t&&(n.fileName=`webpack:///${t[1]}`,n.lineNumber=parseInt(t[2],10),n.columnNumber=parseInt(t[3],10)),n}return null};__webpack_require__("./node_modules/numeral/numeral.js");const cn_o=(...i)=>{const s=[];for(const e of i)if(null!=e)if("string"==typeof e)e&&s.push(e);else if("number"==typeof e)s.push(String(e));else if("boolean"==typeof e)e&&s.push(String(e));else if(Array.isArray(e)){const n=cn_o(...e);n&&s.push(n)}else if("object"==typeof e&&!Array.isArray(e))for(const[n,t]of Object.entries(e))t&&n&&"object"!=typeof t&&s.push(n);return s.join(" ")}},"./node_modules/numeral/numeral.js":function(module,exports,__webpack_require__){var __WEBPACK_AMD_DEFINE_FACTORY__,__WEBPACK_AMD_DEFINE_RESULT__;__WEBPACK_AMD_DEFINE_FACTORY__=function(){var numeral,_,decimal,binary,unformatRegex,VERSION="2.0.6",formats={},locales={},defaults={currentLocale:"en",zeroFormat:null,nullFormat:null,defaultFormat:"0,0",scalePercentBy100:!0},options={currentLocale:defaults.currentLocale,zeroFormat:defaults.zeroFormat,nullFormat:defaults.nullFormat,defaultFormat:defaults.defaultFormat,scalePercentBy100:defaults.scalePercentBy100};function Numeral(input,number){this._input=input,this._value=number}return(numeral=function(input){var value,kind,unformatFunction,regexp;if(numeral.isNumeral(input))value=input.value();else if(0===input||void 0===input)value=0;else if(null===input||_.isNaN(input))value=null;else if("string"==typeof input)if(options.zeroFormat&&input===options.zeroFormat)value=0;else if(options.nullFormat&&input===options.nullFormat||!input.replace(/[^0-9]+/g,"").length)value=null;else{for(kind in formats)if((regexp="function"==typeof formats[kind].regexps.unformat?formats[kind].regexps.unformat():formats[kind].regexps.unformat)&&input.match(regexp)){unformatFunction=formats[kind].unformat;break}value=(unformatFunction=unformatFunction||numeral._.stringToNumber)(input)}else value=Number(input)||null;return new Numeral(input,value)}).version=VERSION,numeral.isNumeral=function(obj){return obj instanceof Numeral},numeral._=_={numberToFormat:function(value,format,roundingFunction){var abbrForce,abs,int,precision,signed,thousands,output,locale=locales[numeral.options.currentLocale],negP=!1,optDec=!1,leadingCount=0,abbr="",trillion=1e12,billion=1e9,million=1e6,thousand=1e3,decimal="",neg=!1;if(value=value||0,abs=Math.abs(value),numeral._.includes(format,"(")?(negP=!0,format=format.replace(/[\(|\)]/g,"")):(numeral._.includes(format,"+")||numeral._.includes(format,"-"))&&(signed=numeral._.includes(format,"+")?format.indexOf("+"):value<0?format.indexOf("-"):-1,format=format.replace(/[\+|\-]/g,"")),numeral._.includes(format,"a")&&(abbrForce=!!(abbrForce=format.match(/a(k|m|b|t)?/))&&abbrForce[1],numeral._.includes(format," a")&&(abbr=" "),format=format.replace(new RegExp(abbr+"a[kmbt]?"),""),abs>=trillion&&!abbrForce||"t"===abbrForce?(abbr+=locale.abbreviations.trillion,value/=trillion):abs<trillion&&abs>=billion&&!abbrForce||"b"===abbrForce?(abbr+=locale.abbreviations.billion,value/=billion):abs<billion&&abs>=million&&!abbrForce||"m"===abbrForce?(abbr+=locale.abbreviations.million,value/=million):(abs<million&&abs>=thousand&&!abbrForce||"k"===abbrForce)&&(abbr+=locale.abbreviations.thousand,value/=thousand)),numeral._.includes(format,"[.]")&&(optDec=!0,format=format.replace("[.]",".")),int=value.toString().split(".")[0],precision=format.split(".")[1],thousands=format.indexOf(","),leadingCount=(format.split(".")[0].split(",")[0].match(/0/g)||[]).length,precision?(numeral._.includes(precision,"[")?(precision=(precision=precision.replace("]","")).split("["),decimal=numeral._.toFixed(value,precision[0].length+precision[1].length,roundingFunction,precision[1].length)):decimal=numeral._.toFixed(value,precision.length,roundingFunction),int=decimal.split(".")[0],decimal=numeral._.includes(decimal,".")?locale.delimiters.decimal+decimal.split(".")[1]:"",optDec&&0===Number(decimal.slice(1))&&(decimal="")):int=numeral._.toFixed(value,0,roundingFunction),abbr&&!abbrForce&&Number(int)>=1e3&&abbr!==locale.abbreviations.trillion)switch(int=String(Number(int)/1e3),abbr){case locale.abbreviations.thousand:abbr=locale.abbreviations.million;break;case locale.abbreviations.million:abbr=locale.abbreviations.billion;break;case locale.abbreviations.billion:abbr=locale.abbreviations.trillion}if(numeral._.includes(int,"-")&&(int=int.slice(1),neg=!0),int.length<leadingCount)for(var i=leadingCount-int.length;i>0;i--)int="0"+int;return thousands>-1&&(int=int.toString().replace(/(\d)(?=(\d{3})+(?!\d))/g,"$1"+locale.delimiters.thousands)),0===format.indexOf(".")&&(int=""),output=int+decimal+(abbr||""),negP?output=(negP&&neg?"(":"")+output+(negP&&neg?")":""):signed>=0?output=0===signed?(neg?"-":"+")+output:output+(neg?"-":"+"):neg&&(output="-"+output),output},stringToNumber:function(string){var abbreviation,value,regexp,locale=locales[options.currentLocale],stringOriginal=string,abbreviations={thousand:3,million:6,billion:9,trillion:12};if(options.zeroFormat&&string===options.zeroFormat)value=0;else if(options.nullFormat&&string===options.nullFormat||!string.replace(/[^0-9]+/g,"").length)value=null;else{for(abbreviation in value=1,"."!==locale.delimiters.decimal&&(string=string.replace(/\./g,"").replace(locale.delimiters.decimal,".")),abbreviations)if(regexp=new RegExp("[^a-zA-Z]"+locale.abbreviations[abbreviation]+"(?:\\)|(\\"+locale.currency.symbol+")?(?:\\))?)?$"),stringOriginal.match(regexp)){value*=Math.pow(10,abbreviations[abbreviation]);break}value*=(string.split("-").length+Math.min(string.split("(").length-1,string.split(")").length-1))%2?1:-1,string=string.replace(/[^0-9\.]+/g,""),value*=Number(string)}return value},isNaN:function(value){return"number"==typeof value&&isNaN(value)},includes:function(string,search){return-1!==string.indexOf(search)},insert:function(string,subString,start){return string.slice(0,start)+subString+string.slice(start)},reduce:function(array,callback){if(null===this)throw new TypeError("Array.prototype.reduce called on null or undefined");if("function"!=typeof callback)throw new TypeError(callback+" is not a function");var value,t=Object(array),len=t.length>>>0,k=0;if(3===arguments.length)value=arguments[2];else{for(;k<len&&!(k in t);)k++;if(k>=len)throw new TypeError("Reduce of empty array with no initial value");value=t[k++]}for(;k<len;k++)k in t&&(value=callback(value,t[k],k,t));return value},multiplier:function(x){var parts=x.toString().split(".");return parts.length<2?1:Math.pow(10,parts[1].length)},correctionFactor:function(){return Array.prototype.slice.call(arguments).reduce(function(accum,next){var mn=_.multiplier(next);return accum>mn?accum:mn},1)},toFixed:function(value,maxDecimals,roundingFunction,optionals){var boundedPrecision,optionalsRegExp,power,output,splitValue=value.toString().split("."),minDecimals=maxDecimals-(optionals||0);return boundedPrecision=2===splitValue.length?Math.min(Math.max(splitValue[1].length,minDecimals),maxDecimals):minDecimals,power=Math.pow(10,boundedPrecision),output=(roundingFunction(value+"e+"+boundedPrecision)/power).toFixed(boundedPrecision),optionals>maxDecimals-boundedPrecision&&(optionalsRegExp=new RegExp("\\.?0{1,"+(optionals-(maxDecimals-boundedPrecision))+"}$"),output=output.replace(optionalsRegExp,"")),output}},numeral.options=options,numeral.formats=formats,numeral.locales=locales,numeral.locale=function(key){return key&&(options.currentLocale=key.toLowerCase()),options.currentLocale},numeral.localeData=function(key){if(!key)return locales[options.currentLocale];if(key=key.toLowerCase(),!locales[key])throw new Error("Unknown locale : "+key);return locales[key]},numeral.reset=function(){for(var property in defaults)options[property]=defaults[property]},numeral.zeroFormat=function(format){options.zeroFormat="string"==typeof format?format:null},numeral.nullFormat=function(format){options.nullFormat="string"==typeof format?format:null},numeral.defaultFormat=function(format){options.defaultFormat="string"==typeof format?format:"0.0"},numeral.register=function(type,name,format){if(name=name.toLowerCase(),this[type+"s"][name])throw new TypeError(name+" "+type+" already registered.");return this[type+"s"][name]=format,format},numeral.validate=function(val,culture){var _decimalSep,_thousandSep,_currSymbol,_valArray,_abbrObj,_thousandRegEx,localeData,temp;if("string"!=typeof val&&(val+="",console.warn&&console.warn("Numeral.js: Value is not string. It has been co-erced to: ",val)),(val=val.trim()).match(/^\d+$/))return!0;if(""===val)return!1;try{localeData=numeral.localeData(culture)}catch(e){localeData=numeral.localeData(numeral.locale())}return _currSymbol=localeData.currency.symbol,_abbrObj=localeData.abbreviations,_decimalSep=localeData.delimiters.decimal,_thousandSep="."===localeData.delimiters.thousands?"\\.":localeData.delimiters.thousands,!(null!==(temp=val.match(/^[^\d]+/))&&(val=val.substr(1),temp[0]!==_currSymbol)||null!==(temp=val.match(/[^\d]+$/))&&(val=val.slice(0,-1),temp[0]!==_abbrObj.thousand&&temp[0]!==_abbrObj.million&&temp[0]!==_abbrObj.billion&&temp[0]!==_abbrObj.trillion)||(_thousandRegEx=new RegExp(_thousandSep+"{2}"),val.match(/[^\d.,]/g)||(_valArray=val.split(_decimalSep)).length>2||(_valArray.length<2?!_valArray[0].match(/^\d+.*\d$/)||_valArray[0].match(_thousandRegEx):1===_valArray[0].length?!_valArray[0].match(/^\d+$/)||_valArray[0].match(_thousandRegEx)||!_valArray[1].match(/^\d+$/):!_valArray[0].match(/^\d+.*\d$/)||_valArray[0].match(_thousandRegEx)||!_valArray[1].match(/^\d+$/))))},numeral.fn=Numeral.prototype={clone:function(){return numeral(this)},format:function(inputString,roundingFunction){var kind,output,formatFunction,value=this._value,format=inputString||options.defaultFormat;if(roundingFunction=roundingFunction||Math.round,0===value&&null!==options.zeroFormat)output=options.zeroFormat;else if(null===value&&null!==options.nullFormat)output=options.nullFormat;else{for(kind in formats)if(format.match(formats[kind].regexps.format)){formatFunction=formats[kind].format;break}output=(formatFunction=formatFunction||numeral._.numberToFormat)(value,format,roundingFunction)}return output},value:function(){return this._value},input:function(){return this._input},set:function(value){return this._value=Number(value),this},add:function(value){var corrFactor=_.correctionFactor.call(null,this._value,value);function cback(accum,curr,currI,O){return accum+Math.round(corrFactor*curr)}return this._value=_.reduce([this._value,value],cback,0)/corrFactor,this},subtract:function(value){var corrFactor=_.correctionFactor.call(null,this._value,value);function cback(accum,curr,currI,O){return accum-Math.round(corrFactor*curr)}return this._value=_.reduce([value],cback,Math.round(this._value*corrFactor))/corrFactor,this},multiply:function(value){function cback(accum,curr,currI,O){var corrFactor=_.correctionFactor(accum,curr);return Math.round(accum*corrFactor)*Math.round(curr*corrFactor)/Math.round(corrFactor*corrFactor)}return this._value=_.reduce([this._value,value],cback,1),this},divide:function(value){function cback(accum,curr,currI,O){var corrFactor=_.correctionFactor(accum,curr);return Math.round(accum*corrFactor)/Math.round(curr*corrFactor)}return this._value=_.reduce([this._value,value],cback),this},difference:function(value){return Math.abs(numeral(this._value).subtract(value).value())}},numeral.register("locale","en",{delimiters:{thousands:",",decimal:"."},abbreviations:{thousand:"k",million:"m",billion:"b",trillion:"t"},ordinal:function(number){var b=number%10;return 1==~~(number%100/10)?"th":1===b?"st":2===b?"nd":3===b?"rd":"th"},currency:{symbol:"$"}}),numeral.register("format","bps",{regexps:{format:/(BPS)/,unformat:/(BPS)/},format:function(value,format,roundingFunction){var output,space=numeral._.includes(format," BPS")?" ":"";return value*=1e4,format=format.replace(/\s?BPS/,""),output=numeral._.numberToFormat(value,format,roundingFunction),numeral._.includes(output,")")?((output=output.split("")).splice(-1,0,space+"BPS"),output=output.join("")):output=output+space+"BPS",output},unformat:function(string){return+(1e-4*numeral._.stringToNumber(string)).toFixed(15)}}),binary={base:1024,suffixes:["B","KiB","MiB","GiB","TiB","PiB","EiB","ZiB","YiB"]},unformatRegex="("+(unformatRegex=(decimal={base:1e3,suffixes:["B","KB","MB","GB","TB","PB","EB","ZB","YB"]}).suffixes.concat(binary.suffixes.filter(function(item){return decimal.suffixes.indexOf(item)<0})).join("|")).replace("B","B(?!PS)")+")",numeral.register("format","bytes",{regexps:{format:/([0\s]i?b)/,unformat:new RegExp(unformatRegex)},format:function(value,format,roundingFunction){var power,min,max,bytes=numeral._.includes(format,"ib")?binary:decimal,suffix=numeral._.includes(format," b")||numeral._.includes(format," ib")?" ":"";for(format=format.replace(/\s?i?b/,""),power=0;power<=bytes.suffixes.length;power++)if(min=Math.pow(bytes.base,power),max=Math.pow(bytes.base,power+1),null===value||0===value||value>=min&&value<max){suffix+=bytes.suffixes[power],min>0&&(value/=min);break}return numeral._.numberToFormat(value,format,roundingFunction)+suffix},unformat:function(string){var power,bytesMultiplier,value=numeral._.stringToNumber(string);if(value){for(power=decimal.suffixes.length-1;power>=0;power--){if(numeral._.includes(string,decimal.suffixes[power])){bytesMultiplier=Math.pow(decimal.base,power);break}if(numeral._.includes(string,binary.suffixes[power])){bytesMultiplier=Math.pow(binary.base,power);break}}value*=bytesMultiplier||1}return value}}),numeral.register("format","currency",{regexps:{format:/(\$)/},format:function(value,format,roundingFunction){var output,i,locale=numeral.locales[numeral.options.currentLocale],symbols={before:format.match(/^([\+|\-|\(|\s|\$]*)/)[0],after:format.match(/([\+|\-|\)|\s|\$]*)$/)[0]};for(format=format.replace(/\s?\$\s?/,""),output=numeral._.numberToFormat(value,format,roundingFunction),value>=0?(symbols.before=symbols.before.replace(/[\-\(]/,""),symbols.after=symbols.after.replace(/[\-\)]/,"")):value<0&&!numeral._.includes(symbols.before,"-")&&!numeral._.includes(symbols.before,"(")&&(symbols.before="-"+symbols.before),i=0;i<symbols.before.length;i++)switch(symbols.before[i]){case"$":output=numeral._.insert(output,locale.currency.symbol,i);break;case" ":output=numeral._.insert(output," ",i+locale.currency.symbol.length-1)}for(i=symbols.after.length-1;i>=0;i--)switch(symbols.after[i]){case"$":output=i===symbols.after.length-1?output+locale.currency.symbol:numeral._.insert(output,locale.currency.symbol,-(symbols.after.length-(1+i)));break;case" ":output=i===symbols.after.length-1?output+" ":numeral._.insert(output," ",-(symbols.after.length-(1+i)+locale.currency.symbol.length-1))}return output}}),numeral.register("format","exponential",{regexps:{format:/(e\+|e-)/,unformat:/(e\+|e-)/},format:function(value,format,roundingFunction){var parts=("number"!=typeof value||numeral._.isNaN(value)?"0e+0":value.toExponential()).split("e");return format=format.replace(/e[\+|\-]{1}0/,""),numeral._.numberToFormat(Number(parts[0]),format,roundingFunction)+"e"+parts[1]},unformat:function(string){var parts=numeral._.includes(string,"e+")?string.split("e+"):string.split("e-"),value=Number(parts[0]),power=Number(parts[1]);function cback(accum,curr,currI,O){var corrFactor=numeral._.correctionFactor(accum,curr);return accum*corrFactor*(curr*corrFactor)/(corrFactor*corrFactor)}return power=numeral._.includes(string,"e-")?power*=-1:power,numeral._.reduce([value,Math.pow(10,power)],cback,1)}}),numeral.register("format","ordinal",{regexps:{format:/(o)/},format:function(value,format,roundingFunction){var locale=numeral.locales[numeral.options.currentLocale],ordinal=numeral._.includes(format," o")?" ":"";return format=format.replace(/\s?o/,""),ordinal+=locale.ordinal(value),numeral._.numberToFormat(value,format,roundingFunction)+ordinal}}),numeral.register("format","percentage",{regexps:{format:/(%)/,unformat:/(%)/},format:function(value,format,roundingFunction){var output,space=numeral._.includes(format," %")?" ":"";return numeral.options.scalePercentBy100&&(value*=100),format=format.replace(/\s?\%/,""),output=numeral._.numberToFormat(value,format,roundingFunction),numeral._.includes(output,")")?((output=output.split("")).splice(-1,0,space+"%"),output=output.join("")):output=output+space+"%",output},unformat:function(string){var number=numeral._.stringToNumber(string);return numeral.options.scalePercentBy100?.01*number:number}}),numeral.register("format","time",{regexps:{format:/(:)/,unformat:/(:)/},format:function(value,format,roundingFunction){var hours=Math.floor(value/60/60),minutes=Math.floor((value-60*hours*60)/60),seconds=Math.round(value-60*hours*60-60*minutes);return hours+":"+(minutes<10?"0"+minutes:minutes)+":"+(seconds<10?"0"+seconds:seconds)},unformat:function(string){var timeArray=string.split(":"),seconds=0;return 3===timeArray.length?(seconds+=60*Number(timeArray[0])*60,seconds+=60*Number(timeArray[1]),seconds+=Number(timeArray[2])):2===timeArray.length&&(seconds+=60*Number(timeArray[0]),seconds+=Number(timeArray[1])),Number(seconds)}}),numeral},void 0===(__WEBPACK_AMD_DEFINE_RESULT__="function"==typeof __WEBPACK_AMD_DEFINE_FACTORY__?__WEBPACK_AMD_DEFINE_FACTORY__.call(exports,__webpack_require__,exports,module):__WEBPACK_AMD_DEFINE_FACTORY__)||(module.exports=__WEBPACK_AMD_DEFINE_RESULT__)}}]);