qcell-react 1.0.41 → 1.0.43

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.
Files changed (26) hide show
  1. package/dist/index.js +2 -2
  2. package/dist/main.3a2c7a175e28878c225d.js +2 -0
  3. package/dist/main.3a2c7a175e28878c225d.js.LICENSE.txt +1283 -0
  4. package/dist/node_modules_file-saver_dist_FileSaver_min_js.e86ae96e51e730543430.js +2 -0
  5. package/dist/node_modules_file-saver_dist_FileSaver_min_js.e86ae96e51e730543430.js.LICENSE.txt +3 -0
  6. package/dist/qcell.f76a50e3eb8046513287.js +2 -0
  7. package/dist/qcell.f76a50e3eb8046513287.js.LICENSE.txt +1035 -0
  8. package/dist/src_QCELL_lib_jquery_plugins_jquery_browser_min_js.22aabb833d130986ae7b.js +2 -0
  9. package/dist/src_QCELL_lib_jquery_plugins_jquery_browser_min_js.22aabb833d130986ae7b.js.LICENSE.txt +3 -0
  10. package/dist/src_QCELL_lib_jquery_plugins_jquery_mousewheel_min_js.78685f610767cb8a8353.js +2 -0
  11. package/dist/src_QCELL_lib_jquery_plugins_jquery_mousewheel_min_js.78685f610767cb8a8353.js.LICENSE.txt +3 -0
  12. package/dist/src_QCELL_lib_jquery_plugins_jquery_sparkline_min_js.995e5dbe1aa55ee327dc.js +2 -0
  13. package/dist/src_QCELL_lib_jquery_plugins_jquery_sparkline_min_js.995e5dbe1aa55ee327dc.js.LICENSE.txt +3 -0
  14. package/dist/src_QCELL_lib_jquery_plugins_jquery_touchSwipe_min_js.331c328f8fdf833e1aac.js +2 -0
  15. package/dist/src_QCELL_lib_jquery_plugins_jquery_touchSwipe_min_js.331c328f8fdf833e1aac.js.LICENSE.txt +3 -0
  16. package/package.json +1 -1
  17. package/dist/50.be51b3525ada1744cf41.js +0 -2
  18. package/dist/50.be51b3525ada1744cf41.js.LICENSE.txt +0 -13
  19. package/dist/543.a8230dc6636fca91a68a.js +0 -2
  20. package/dist/543.a8230dc6636fca91a68a.js.LICENSE.txt +0 -8
  21. package/dist/604.e8cc327a8868b3f3abbe.js +0 -2
  22. package/dist/604.e8cc327a8868b3f3abbe.js.LICENSE.txt +0 -9
  23. package/dist/main.b4fd7a15787d2c554894.js +0 -2
  24. package/dist/main.b4fd7a15787d2c554894.js.LICENSE.txt +0 -66
  25. package/dist/qcell.4c489e1c2fec346baef4.js +0 -2
  26. package/dist/qcell.4c489e1c2fec346baef4.js.LICENSE.txt +0 -66
@@ -1,2 +0,0 @@
1
- /*! For license information please see 604.e8cc327a8868b3f3abbe.js.LICENSE.txt */
2
- (this.webpackChunkqcell_react=this.webpackChunkqcell_react||[]).push([[604],{7604:(e,r,t)=>{var n;!function(){"use strict";var o={not_string:/[^s]/,not_bool:/[^t]/,not_type:/[^T]/,not_primitive:/[^v]/,number:/[diefg]/,numeric_arg:/[bcdiefguxX]/,json:/[j]/,not_json:/[^j]/,text:/^[^\x25]+/,modulo:/^\x25{2}/,placeholder:/^\x25(?:([1-9]\d*)\$|\(([^)]+)\))?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-gijostTuvxX])/,key:/^([a-z_][a-z_\d]*)/i,key_access:/^\.([a-z_][a-z_\d]*)/i,index_access:/^\[(\d+)\]/,sign:/^[+-]/};function a(e){return function(e,r){var t,n,i,s,p,c,u,l,f,g=1,h=e.length,v="";for(n=0;n<h;n++)if("string"==typeof e[n])v+=e[n];else if("object"==typeof e[n]){if((s=e[n]).keys)for(t=r[g],i=0;i<s.keys.length;i++){if(null==t)throw new Error(a('[sprintf] Cannot access property "%s" of undefined value "%s"',s.keys[i],s.keys[i-1]));t=t[s.keys[i]]}else t=s.param_no?r[s.param_no]:r[g++];if(o.not_type.test(s.type)&&o.not_primitive.test(s.type)&&t instanceof Function&&(t=t()),o.numeric_arg.test(s.type)&&"number"!=typeof t&&isNaN(t))throw new TypeError(a("[sprintf] expecting number but found %T",t));switch(o.number.test(s.type)&&(l=t>=0),s.type){case"b":t=parseInt(t,10).toString(2);break;case"c":t=String.fromCharCode(parseInt(t,10));break;case"d":case"i":t=parseInt(t,10);break;case"j":t=JSON.stringify(t,null,s.width?parseInt(s.width):0);break;case"e":t=s.precision?parseFloat(t).toExponential(s.precision):parseFloat(t).toExponential();break;case"f":t=s.precision?parseFloat(t).toFixed(s.precision):parseFloat(t);break;case"g":t=s.precision?String(Number(t.toPrecision(s.precision))):parseFloat(t);break;case"o":t=(parseInt(t,10)>>>0).toString(8);break;case"s":t=String(t),t=s.precision?t.substring(0,s.precision):t;break;case"t":t=String(!!t),t=s.precision?t.substring(0,s.precision):t;break;case"T":t=Object.prototype.toString.call(t).slice(8,-1).toLowerCase(),t=s.precision?t.substring(0,s.precision):t;break;case"u":t=parseInt(t,10)>>>0;break;case"v":t=t.valueOf(),t=s.precision?t.substring(0,s.precision):t;break;case"x":t=(parseInt(t,10)>>>0).toString(16);break;case"X":t=(parseInt(t,10)>>>0).toString(16).toUpperCase()}o.json.test(s.type)?v+=t:(!o.number.test(s.type)||l&&!s.sign?f="":(f=l?"+":"-",t=t.toString().replace(o.sign,"")),c=s.pad_char?"0"===s.pad_char?"0":s.pad_char.charAt(1):" ",u=s.width-(f+t).length,p=s.width&&u>0?c.repeat(u):"",v+=s.align?f+t+p:"0"===c?f+p+t:p+f+t)}return v}(function(e){if(s[e])return s[e];var r,t=e,n=[],a=0;for(;t;){if(null!==(r=o.text.exec(t)))n.push(r[0]);else if(null!==(r=o.modulo.exec(t)))n.push("%");else{if(null===(r=o.placeholder.exec(t)))throw new SyntaxError("[sprintf] unexpected placeholder");if(r[2]){a|=1;var i=[],p=r[2],c=[];if(null===(c=o.key.exec(p)))throw new SyntaxError("[sprintf] failed to parse named argument key");for(i.push(c[1]);""!==(p=p.substring(c[0].length));)if(null!==(c=o.key_access.exec(p)))i.push(c[1]);else{if(null===(c=o.index_access.exec(p)))throw new SyntaxError("[sprintf] failed to parse named argument key");i.push(c[1])}r[2]=i}else a|=2;if(3===a)throw new Error("[sprintf] mixing positional and named placeholders is not (yet) supported");n.push({placeholder:r[0],param_no:r[1],keys:r[2],sign:r[3],pad_char:r[4],align:r[5],width:r[6],precision:r[7],type:r[8]})}t=t.substring(r[0].length)}return s[e]=n}(e),arguments)}function i(e,r){return a.apply(null,[e].concat(r||[]))}var s=Object.create(null);r.sprintf=a,r.vsprintf=i,"undefined"!=typeof window&&(window.sprintf=a,window.vsprintf=i,void 0===(n=function(){return{sprintf:a,vsprintf:i}}.call(r,t,r,e))||(e.exports=n))}()},5282:(e,r,t)=>{var n=t(8710),o=t(775);e.exports=function(e,r){return e=n(e).replace(/[-_\s]+(.)?/g,(function(e,r){return r?r.toUpperCase():""})),!0===r?o(e):e}},4172:(e,r,t)=>{var n=t(5349);e.exports=function(e,r){e=n(e);var t=r?e.slice(1).toLowerCase():e.slice(1);return e.charAt(0).toUpperCase()+t}},9633:(e,r,t)=>{var n=t(5349);e.exports=function(e){return n(e).split("")}},3590:e=>{e.exports=function(e,r){return null==e?[]:(e=String(e),(r=~~r)>0?e.match(new RegExp(".{1,"+r+"}","g")):[e])}},592:(e,r,t)=>{var n=t(4172),o=t(5282),a=t(5349);e.exports=function(e){return e=a(e),n(o(e.replace(/[\W_]/g," ")).replace(/\s/g,""))}},1133:(e,r,t)=>{var n=t(8710);e.exports=function(e){return n(e).replace(/\s\s+/g," ")}},4806:(e,r,t)=>{var n=t(5349),o="ąàáäâãåæăćčĉęèéëêĝĥìíïîĵłľńňòóöőôõðøśșşšŝťțţŭùúüűûñÿýçżźž",a="aaaaaaaaaccceeeeeghiiiijllnnoooooooossssstttuuuuuunyyczzz";o+=o.toUpperCase(),a=(a+=a.toUpperCase()).split(""),o+="ß",a.push("ss"),e.exports=function(e){return n(e).replace(/.{1}/g,(function(e){var r=o.indexOf(e);return-1===r?e:a[r]}))}},9599:(e,r,t)=>{var n=t(5349);e.exports=function(e,r){return e=n(e),r=n(r),0===e.length||0===r.length?0:e.split(r).length-1}},3043:(e,r,t)=>{var n=t(8710);e.exports=function(e){return n(e).replace(/([A-Z])/g,"-$1").replace(/[-_\s]+/g,"-").toLowerCase()}},775:(e,r,t)=>{var n=t(5349);e.exports=function(e){return(e=n(e)).charAt(0).toLowerCase()+e.slice(1)}},9520:(e,r,t)=>{var n=t(5349);e.exports=function(e,r){var t,o=function(e){for(var r=e.match(/^[\s\\t]*/gm),t=r[0].length,n=1;n<r.length;n++)t=Math.min(r[n].length,t);return t}(e=n(e));return 0===o?e:(t="string"==typeof r?new RegExp("^"+r,"gm"):new RegExp("^[ \\t]{"+o+"}","gm"),e.replace(t,""))}},300:(e,r,t)=>{var n=t(5349),o=t(455);e.exports=function(e,r,t){return e=n(e),r=""+r,(t=void 0===t?e.length-r.length:Math.min(o(t),e.length)-r.length)>=0&&e.indexOf(r,t)===t}},7844:(e,r,t)=>{var n=t(5349),o=t(9269),a="[";for(var i in o)a+=i;a+="]";var s=new RegExp(a,"g");e.exports=function(e){return n(e).replace(s,(function(e){return"&"+o[e]+";"}))}},403:e=>{e.exports=function(){var e={};for(var r in this)this.hasOwnProperty(r)&&!r.match(/^(?:include|contains|reverse|join|map|wrap)$/)&&(e[r]=this[r]);return e}},9887:(e,r,t)=>{var n=t(5349);e.exports=function(e,r){return 0===(e=n(e)).length?"":e.slice(0,-1)+String.fromCharCode(e.charCodeAt(e.length-1)+r)}},5520:(e,r,t)=>{var n=t(1871);e.exports=function(e){return null==e?"\\s":e.source?e.source:"["+n(e)+"]"}},9269:e=>{e.exports={"¢":"cent","£":"pound","¥":"yen","€":"euro","©":"copy","®":"reg","<":"lt",">":"gt",'"':"quot","&":"amp","'":"#39"}},1871:(e,r,t)=>{var n=t(5349);e.exports=function(e){return n(e).replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")}},3491:e=>{e.exports={nbsp:" ",cent:"¢",pound:"£",yen:"¥",euro:"€",copy:"©",reg:"®",lt:"<",gt:">",quot:'"',amp:"&",apos:"'"}},5349:e=>{e.exports=function(e){return null==e?"":""+e}},6565:e=>{e.exports=function(e,r){if(r<1)return"";for(var t="";r>0;)1&r&&(t+=e),r>>=1,e+=e;return t}},455:e=>{e.exports=function(e){return e<0?0:+e||0}},1375:(e,r,t)=>{var n=t(4172),o=t(3380),a=t(8710);e.exports=function(e){return n(a(o(e).replace(/_id$/,"").replace(/_/g," ")))}},2760:(e,r,t)=>{var n=t(5349);e.exports=function(e,r){return""===r||-1!==n(e).indexOf(r)}},9604:(e,r,t)=>{"use strict";function n(e){if(!(this instanceof n))return new n(e);this._wrapped=e}function o(e,r){"function"==typeof r&&(n.prototype[e]=function(){var e=[this._wrapped].concat(Array.prototype.slice.call(arguments)),t=r.apply(null,e);return"string"==typeof t?new n(t):t})}for(var a in n.VERSION="3.3.6",n.isBlank=t(478),n.stripTags=t(3655),n.capitalize=t(4172),n.decapitalize=t(775),n.chop=t(3590),n.trim=t(8710),n.clean=t(1133),n.cleanDiacritics=t(4806),n.count=t(9599),n.chars=t(9633),n.swapCase=t(3241),n.escapeHTML=t(7844),n.unescapeHTML=t(6891),n.splice=t(9146),n.insert=t(5883),n.replaceAll=t(6581),n.include=t(2760),n.join=t(6806),n.lines=t(9111),n.dedent=t(9520),n.reverse=t(714),n.startsWith=t(1591),n.endsWith=t(300),n.pred=t(111),n.succ=t(9084),n.titleize=t(5793),n.camelize=t(5282),n.underscored=t(3380),n.dasherize=t(3043),n.classify=t(592),n.humanize=t(1375),n.ltrim=t(9436),n.rtrim=t(2918),n.truncate=t(200),n.prune=t(7672),n.words=t(2993),n.pad=t(2539),n.lpad=t(2231),n.rpad=t(865),n.lrpad=t(2215),n.sprintf=t(982),n.vsprintf=t(1138),n.toNumber=t(6074),n.numberFormat=t(4028),n.strRight=t(3433),n.strRightBack=t(4974),n.strLeft=t(2654),n.strLeftBack=t(157),n.toSentence=t(926),n.toSentenceSerial=t(9210),n.slugify=t(6323),n.surround=t(7540),n.quote=t(7656),n.unquote=t(9765),n.repeat=t(5537),n.naturalCmp=t(3609),n.levenshtein=t(6823),n.toBoolean=t(803),n.exports=t(403),n.escapeRegExp=t(1871),n.wrap=t(5882),n.map=t(6206),n.strip=n.trim,n.lstrip=n.ltrim,n.rstrip=n.rtrim,n.center=n.lrpad,n.rjust=n.lpad,n.ljust=n.rpad,n.contains=n.include,n.q=n.quote,n.toBool=n.toBoolean,n.camelcase=n.camelize,n.mapChars=n.map,n.prototype={value:function(){return this._wrapped}},n)o(a,n[a]);function i(e){o(e,(function(r){var t=Array.prototype.slice.call(arguments,1);return String.prototype[e].apply(r,t)}))}o("tap",(function(e,r){return r(e)}));var s=["toUpperCase","toLowerCase","split","replace","slice","substring","substr","concat"];for(var p in s)i(s[p]);e.exports=n},5883:(e,r,t)=>{var n=t(9146);e.exports=function(e,r,t){return n(e,r,0,t)}},478:(e,r,t)=>{var n=t(5349);e.exports=function(e){return/^\s*$/.test(n(e))}},6806:(e,r,t)=>{var n=t(5349),o=[].slice;e.exports=function(){var e=o.call(arguments),r=e.shift();return e.join(n(r))}},6823:(e,r,t)=>{var n=t(5349);e.exports=function(e,r){"use strict";if((e=n(e))===(r=n(r)))return 0;if(!e||!r)return Math.max(e.length,r.length);for(var t=new Array(r.length+1),o=0;o<t.length;++o)t[o]=o;for(o=0;o<e.length;++o){for(var a=o+1,i=0;i<r.length;++i){var s=a,p=s+1;(a=t[i]+(e.charAt(o)===r.charAt(i)?0:1))>p&&(a=p),a>(p=t[i+1]+1)&&(a=p),t[i]=s}t[i]=a}return a}},9111:e=>{e.exports=function(e){return null==e?[]:String(e).split(/\r\n?|\n/)}},2231:(e,r,t)=>{var n=t(2539);e.exports=function(e,r,t){return n(e,r,t)}},2215:(e,r,t)=>{var n=t(2539);e.exports=function(e,r,t){return n(e,r,t,"both")}},9436:(e,r,t)=>{var n=t(5349),o=t(5520),a=String.prototype.trimLeft;e.exports=function(e,r){return e=n(e),!r&&a?a.call(e):(r=o(r),e.replace(new RegExp("^"+r+"+"),""))}},6206:(e,r,t)=>{var n=t(5349);e.exports=function(e,r){return 0===(e=n(e)).length||"function"!=typeof r?e:e.replace(/./g,r)}},3609:e=>{e.exports=function(e,r){if(e==r)return 0;if(!e)return-1;if(!r)return 1;for(var t=/(\.\d+|\d+|\D+)/g,n=String(e).match(t),o=String(r).match(t),a=Math.min(n.length,o.length),i=0;i<a;i++){var s=n[i],p=o[i];if(s!==p){var c=+s,u=+p;return c==c&&u==u?c>u?1:-1:s<p?-1:1}}return n.length!=o.length?n.length-o.length:e<r?-1:1}},4028:e=>{e.exports=function(e,r,t,n){if(isNaN(e)||null==e)return"";n="string"==typeof n?n:",";var o=(e=e.toFixed(~~r)).split("."),a=o[0],i=o[1]?(t||".")+o[1]:"";return a.replace(/(\d)(?=(?:\d{3})+$)/g,"$1"+n)+i}},2539:(e,r,t)=>{var n=t(5349),o=t(6565);e.exports=function(e,r,t,a){e=n(e),r=~~r;var i=0;switch(t?t.length>1&&(t=t.charAt(0)):t=" ",a){case"right":return i=r-e.length,e+o(t,i);case"both":return i=r-e.length,o(t,Math.ceil(i/2))+e+o(t,Math.floor(i/2));default:return i=r-e.length,o(t,i)+e}}},111:(e,r,t)=>{var n=t(9887);e.exports=function(e){return n(e,-1)}},7672:(e,r,t)=>{var n=t(5349),o=t(2918);e.exports=function(e,r,t){if(e=n(e),r=~~r,t=null!=t?String(t):"...",e.length<=r)return e;var a=e.slice(0,r+1).replace(/.(?=\W*\w*$)/g,(function(e){return e.toUpperCase()!==e.toLowerCase()?"A":" "}));return((a=a.slice(a.length-2).match(/\w\w/)?a.replace(/\s*\S+$/,""):o(a.slice(0,a.length-1)))+t).length>e.length?e:e.slice(0,a.length)+t}},7656:(e,r,t)=>{var n=t(7540);e.exports=function(e,r){return n(e,r||'"')}},5537:(e,r,t)=>{var n=t(5349),o=t(6565);e.exports=function(e,r,t){if(e=n(e),r=~~r,null==t)return o(e,r);for(var a=[];r>0;a[--r]=e);return a.join(t)}},6581:(e,r,t)=>{var n=t(5349);e.exports=function(e,r,t,o){var a=new RegExp(r,!0===o?"gi":"g");return n(e).replace(a,t)}},714:(e,r,t)=>{var n=t(9633);e.exports=function(e){return n(e).reverse().join("")}},865:(e,r,t)=>{var n=t(2539);e.exports=function(e,r,t){return n(e,r,t,"right")}},2918:(e,r,t)=>{var n=t(5349),o=t(5520),a=String.prototype.trimRight;e.exports=function(e,r){return e=n(e),!r&&a?a.call(e):(r=o(r),e.replace(new RegExp(r+"+$"),""))}},6323:(e,r,t)=>{var n=t(8710),o=t(3043),a=t(4806);e.exports=function(e){return n(o(a(e).replace(/[^\w\s-]/g,"-").toLowerCase()),"-")}},9146:(e,r,t)=>{var n=t(9633);e.exports=function(e,r,t,o){var a=n(e);return a.splice(~~r,~~t,o),a.join("")}},982:(e,r,t)=>{var n=t(4643);e.exports=n(t(7604).sprintf,"sprintf() will be removed in the next major release, use the sprintf-js package instead.")},1591:(e,r,t)=>{var n=t(5349),o=t(455);e.exports=function(e,r,t){return e=n(e),r=""+r,t=null==t?0:Math.min(o(t),e.length),e.lastIndexOf(r,t)===t}},2654:(e,r,t)=>{var n=t(5349);e.exports=function(e,r){e=n(e);var t=(r=n(r))?e.indexOf(r):-1;return~t?e.slice(0,t):e}},157:(e,r,t)=>{var n=t(5349);e.exports=function(e,r){e=n(e),r=n(r);var t=e.lastIndexOf(r);return~t?e.slice(0,t):e}},3433:(e,r,t)=>{var n=t(5349);e.exports=function(e,r){e=n(e);var t=(r=n(r))?e.indexOf(r):-1;return~t?e.slice(t+r.length,e.length):e}},4974:(e,r,t)=>{var n=t(5349);e.exports=function(e,r){e=n(e);var t=(r=n(r))?e.lastIndexOf(r):-1;return~t?e.slice(t+r.length,e.length):e}},3655:(e,r,t)=>{var n=t(5349);e.exports=function(e){return n(e).replace(/<\/?[^>]+>/g,"")}},9084:(e,r,t)=>{var n=t(9887);e.exports=function(e){return n(e,1)}},7540:e=>{e.exports=function(e,r){return[r,e,r].join("")}},3241:(e,r,t)=>{var n=t(5349);e.exports=function(e){return n(e).replace(/\S/g,(function(e){return e===e.toUpperCase()?e.toLowerCase():e.toUpperCase()}))}},5793:(e,r,t)=>{var n=t(5349);e.exports=function(e){return n(e).toLowerCase().replace(/(?:^|\s|-)\S/g,(function(e){return e.toUpperCase()}))}},803:(e,r,t)=>{var n=t(8710);function o(e,r){var t,n,o=e.toLowerCase();for(r=[].concat(r),t=0;t<r.length;t+=1)if(n=r[t]){if(n.test&&n.test(e))return!0;if(n.toLowerCase()===o)return!0}}e.exports=function(e,r,t){return"number"==typeof e&&(e=""+e),"string"!=typeof e?!!e:!!o(e=n(e),r||["true","1"])||!o(e,t||["false","0"])&&void 0}},6074:e=>{e.exports=function(e,r){if(null==e)return 0;var t=Math.pow(10,isFinite(r)?r:0);return Math.round(e*t)/t}},926:(e,r,t)=>{var n=t(2918);e.exports=function(e,r,t,o){r=r||", ",t=t||" and ";var a=e.slice(),i=a.pop();return e.length>2&&o&&(t=n(r)+t),a.length?a.join(r)+t+i:i}},9210:(e,r,t)=>{var n=t(926);e.exports=function(e,r,t){return n(e,r,t,!0)}},8710:(e,r,t)=>{var n=t(5349),o=t(5520),a=String.prototype.trim;e.exports=function(e,r){return e=n(e),!r&&a?a.call(e):(r=o(r),e.replace(new RegExp("^"+r+"+|"+r+"+$","g"),""))}},200:(e,r,t)=>{var n=t(5349);e.exports=function(e,r,t){return t=t||"...",r=~~r,(e=n(e)).length>r?e.slice(0,r)+t:e}},3380:(e,r,t)=>{var n=t(8710);e.exports=function(e){return n(e).replace(/([a-z\d])([A-Z]+)/g,"$1_$2").replace(/[-\s]+/g,"_").toLowerCase()}},6891:(e,r,t)=>{var n=t(5349),o=t(3491);e.exports=function(e){return n(e).replace(/\&([^;]{1,10});/g,(function(e,r){var t;return r in o?o[r]:(t=r.match(/^#x([\da-fA-F]+)$/))?String.fromCharCode(parseInt(t[1],16)):(t=r.match(/^#(\d+)$/))?String.fromCharCode(~~t[1]):e}))}},9765:e=>{e.exports=function(e,r){return r=r||'"',e[0]===r&&e[e.length-1]===r?e.slice(1,e.length-1):e}},1138:(e,r,t)=>{var n=t(4643);e.exports=n(t(7604).vsprintf,"vsprintf() will be removed in the next major release, use the sprintf-js package instead.")},2993:(e,r,t)=>{var n=t(478),o=t(8710);e.exports=function(e,r){return n(e)?[]:o(e,r).split(r||/\s+/)}},5882:(e,r,t)=>{var n=t(5349);e.exports=function(e,r){e=n(e);var t,o=(r=r||{}).width||75,a=r.seperator||"\n",i=r.cut||!1,s=r.preserveSpaces||!1,p=r.trailingSpaces||!1;if(o<=0)return e;if(i){var c=0;for(t="";c<e.length;)c%o==0&&c>0&&(t+=a),t+=e.charAt(c),c++;if(p)for(;c%o>0;)t+=" ",c++;return t}var u=e.split(" "),l=0;for(t="";u.length>0;){if(1+u[0].length+l>o&&l>0){if(s)t+=" ",l++;else if(p)for(;l<o;)t+=" ",l++;t+=a,l=0}l>0&&(t+=" ",l++),t+=u[0],l+=u[0].length,u.shift()}if(p)for(;l<o;)t+=" ",l++;return t}},4643:(e,r,t)=>{function n(e){try{if(!t.g.localStorage)return!1}catch(e){return!1}var r=t.g.localStorage[e];return null!=r&&"true"===String(r).toLowerCase()}e.exports=function(e,r){if(n("noDeprecation"))return e;var t=!1;return function(){if(!t){if(n("throwDeprecation"))throw new Error(r);n("traceDeprecation")?console.trace(r):console.warn(r),t=!0}return e.apply(this,arguments)}}}}]);
@@ -1,9 +0,0 @@
1
- /*
2
- * Underscore.string
3
- * (c) 2010 Esa-Matti Suuronen <esa-matti aet suuronen dot org>
4
- * Underscore.string is freely distributable under the terms of the MIT license.
5
- * Documentation: https://github.com/epeli/underscore.string
6
- * Some code is borrowed from MooTools and Alexandru Marasteanu.
7
- * Version '3.3.6'
8
- * @preserve
9
- */