Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@govflanders/vl-widget-utility

Package Overview
Dependencies
Maintainers
18
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@govflanders/vl-widget-utility - npm Package Compare versions

Comparing version 1.1.7 to 1.1.9

govflanders-vl-widget-utility-1.1.8.tgz

2

dist/index.js

@@ -1,1 +0,1 @@

"use strict";function isMounted(t){return!!t.parentNode}function mount(t,r){t.parentNode!==r&&r.appendChild(t)}function unmount(t){t.parentNode&&t.parentNode.removeChild(t)}function replaceWith(t,r){var e=t.parentNode||null;return null!==e&&e.replaceChild(r,t),t}function loadCss(t,r){return new Promise(function(e,n){var o=r.createElement("link");o.onload=function(){e(o)},o.onerror=function(){n(new Error('Failed import stylesheet "'+t+'"'))},o.setAttribute("rel","stylesheet"),o.setAttribute("type","text/css"),o.setAttribute("href",t),r.getElementsByTagName("head")[0].appendChild(o)})}function loadScript(t,r){return new Promise(function(e,n){var o=r.createElement("script");o.onload=function(){e(o)},o.onerror=function(){n(new Error('Failed import script "'+t+'"'))},o.setAttribute("src",t),o.setAttribute("async",""),r.getElementsByTagName("head")[0].appendChild(o)})}Object.defineProperty(exports,"__esModule",{value:!0});var dom=Object.freeze({isMounted:isMounted,mount:mount,unmount:unmount,replaceWith:replaceWith,loadCss:loadCss,loadScript:loadScript});function dispatchCustomEvent(t,r,e,n,o){void 0===e&&(e=null),void 0===n&&(n=!1),void 0===o&&(o=!1);var i=window.document.createEvent("CustomEvent");return i.initCustomEvent(r,n,o,e),t.dispatchEvent(i)}var event=Object.freeze({dispatchCustomEvent:dispatchCustomEvent}),index=Object.freeze({DOM:dom,Event:event}),_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},defaults=function(t,r){for(var e=Object.getOwnPropertyNames(r),n=0;n<e.length;n++){var o=e[n],i=Object.getOwnPropertyDescriptor(r,o);i&&i.configurable&&void 0===t[o]&&Object.defineProperty(t,o,i)}return t},_extends=Object.assign||function(t){for(var r=1;r<arguments.length;r++){var e=arguments[r];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])}return t},__extends=function(){var t=function(r,e){return(t=Object.setPrototypeOf||_extends({},[])instanceof Array&&function(t,r){defaults(t,r)}||function(t,r){for(var e in r)r.hasOwnProperty(e)&&(t[e]=r[e])})(r,e)};return function(r,e){function n(){this.constructor=r}t(r,e),r.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}}(),RuntimeError=function(t){function r(r,e){void 0===e&&(e=null);var n=t.call(this,r)||this;return n.innerError=e,n}return __extends(r,t),r.prototype.getInnerError=function(){return this.innerError},r}(Error),__extends$1=function(){var t=function(r,e){return(t=Object.setPrototypeOf||_extends({},[])instanceof Array&&function(t,r){defaults(t,r)}||function(t,r){for(var e in r)r.hasOwnProperty(e)&&(t[e]=r[e])})(r,e)};return function(r,e){function n(){this.constructor=r}t(r,e),r.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}}(),LogicError=function(t){function r(){return null!==t&&t.apply(this,arguments)||this}return __extends$1(r,t),r}(RuntimeError),__extends$2=function(){var t=function(r,e){return(t=Object.setPrototypeOf||_extends({},[])instanceof Array&&function(t,r){defaults(t,r)}||function(t,r){for(var e in r)r.hasOwnProperty(e)&&(t[e]=r[e])})(r,e)};return function(r,e){function n(){this.constructor=r}t(r,e),r.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}}(),InvalidArgumentError=function(t){function r(){return null!==t&&t.apply(this,arguments)||this}return __extends$2(r,t),r}(LogicError),__extends$3=function(){var t=function(r,e){return(t=Object.setPrototypeOf||_extends({},[])instanceof Array&&function(t,r){defaults(t,r)}||function(t,r){for(var e in r)r.hasOwnProperty(e)&&(t[e]=r[e])})(r,e)};return function(r,e){function n(){this.constructor=r}t(r,e),r.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}}(),UnexpectedValueError=function(t){function r(){return null!==t&&t.apply(this,arguments)||this}return __extends$3(r,t),r}(RuntimeError),index$1=Object.freeze({InvalidArgumentError:InvalidArgumentError,LogicError:LogicError,RuntimeError:RuntimeError,UnexpectedValueError:UnexpectedValueError});function isBrowser(){return"undefined"!=typeof window&&"undefined"!=typeof document}function isServer(){return!isBrowser()&&"undefined"!=typeof process}function isWebWorker(){return"undefined"!=typeof self&&"function"==typeof postMessage}var environment=Object.freeze({isBrowser:isBrowser,isServer:isServer,isWebWorker:isWebWorker});function get$1(t,r,e){return("string"==typeof r?r.split("."):r).reduce(function(t,r){return t&&t[r]?t[r]:e},t)}function set$1(t,r,e){var n="string"==typeof r?r.split("."):r,o=n.length-1;n.reduce(function(t,r,n){switch(n){case o:return t[r]=e;default:var i=t[r];return null==i&&(i=t[r]={}),i}},t)}function merge(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];var e={};return t.forEach(function(t){Object.keys(t).forEach(function(r){var n=t[r];"object"===_typeof(e[r])&&"object"===(void 0===n?"undefined":_typeof(n))?e[r]=merge(e[r],n):e[r]=n})}),e}function deepMerge(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];var e={};return t.forEach(function(t){Object.keys(t).forEach(function(r){var n=t[r];"object"===_typeof(e[r])&&"object"===(void 0===n?"undefined":_typeof(n))?e[r]=deepMerge(e[r],n):"object"===(void 0===n?"undefined":_typeof(n))?e[r]=deepMerge({},n):e[r]=n})}),e}var utility=Object.freeze({get:get$1,set:set$1,merge:merge,deepMerge:deepMerge}),commonjsGlobal="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function createCommonjsModule(t,r){return t(r={exports:{}},r.exports),r.exports}var Version,Format,uuid=createCommonjsModule(function(t){var r;r=function(){var t=function(t,r,e,n,o,i){for(var a=function(t,r){var e=t.toString(16);return e.length<2&&(e="0"+e),r&&(e=e.toUpperCase()),e},f=r;f<=e;f++)o[i++]=a(t[f],n);return o},r=function(t,r,e,n,o){for(var i=r;i<=e;i+=2)n[o++]=parseInt(t.substr(i,2),16)},e="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-:+=^!/*?&<>()[]{}@%$#".split(""),n=[0,68,0,84,83,82,72,0,75,76,70,65,0,63,62,69,0,1,2,3,4,5,6,7,8,9,64,0,73,66,74,71,81,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,77,0,78,67,0,0,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,79,0,80,0,0],o=function(t,r){var e={ibits:8,obits:8,obigendian:!0};for(var n in r)void 0!==e[n]&&(e[n]=r[n]);for(var o,i,a,f=[],u=0,s=0,c=0,d=t.length;0===s&&(i=t.charCodeAt(u++)),o=i>>e.ibits-(s+8)&255,s=(s+8)%e.ibits,e.obigendian?0===c?a=o<<e.obits-8:a|=o<<e.obits-8-c:0===c?a=o:a|=o<<c,!(0===(c=(c+8)%e.obits)&&(f.push(a),u>=d)););return f},i=function(t,r){var e={ibits:32,ibigendian:!0};for(var n in r)void 0!==e[n]&&(e[n]=r[n]);var o="",i=4294967295;e.ibits<32&&(i=(1<<e.ibits)-1);for(var a=t.length,f=0;f<a;f++)for(var u=t[f]&i,s=0;s<e.ibits;s+=8)e.ibigendian?o+=String.fromCharCode(u>>e.ibits-8-s&255):o+=String.fromCharCode(u>>s&255);return o},a=function(t,r,e,n,o,i,a,f){return[f,a,i,o,n,e,r,t]},f=function(){return a(0,0,0,0,0,0,0,0)},u=function(t){return t.slice(0)},s=function(t){for(var r=f(),e=0;e<8;e++)r[e]=Math.floor(t%256),t/=256;return r},c=function(t){for(var r=0,e=7;e>=0;e--)r*=256,r+=t[e];return Math.floor(r)},d=function(t,r){for(var e=0,n=0;n<8;n++)e+=t[n]+r[n],t[n]=Math.floor(e%256),e=Math.floor(e/256);return e},p=function(t,r){for(var e=0;e<8;e++)t[e]&=r[e];return t},l=function(t,r){var e=f();if(r%8!=0)throw new Error("ui64_rorn: only bit rotations supported with a multiple of digit bits");for(var n=Math.floor(r/8),o=0;o<n;o++){for(var i=6;i>=0;i--)e[i+1]=e[i];for(e[0]=t[0],i=0;i<7;i++)t[i]=t[i+1];t[i]=0}return c(e)},h=function(t,r){if(r>64)throw new Error("ui64_ror: invalid number of bits to shift");var e,n=new Array(16);for(e=0;e<8;e++)n[e+8]=t[e],n[e]=0;var o=Math.floor(r/8),i=r%8;for(e=o;e<15;e++)n[e-o]=255&(n[e]>>>i|n[e+1]<<8-i);for(n[15-o]=n[15]>>>i&255,e=15-o+1;e<16;e++)n[e]=0;for(e=0;e<8;e++)t[e]=n[e+8];return n.slice(0,8)},v=function(t,r){for(var e=0;e<8;e++)t[e]^=r[e]},y=function(t,r){var e=(65535&t)+(65535&r);return(t>>16)+(r>>16)+(e>>16)<<16|65535&e},m=function(t,r){return t<<r&4294967295|t>>>32-r&4294967295},b=function(t){return i(function(t,r){function e(t,r,e,n){return t<20?r&e|~r&n:t<40?r^e^n:t<60?r&e|r&n|e&n:r^e^n}function n(t){return t<20?1518500249:t<40?1859775393:t<60?-1894007588:-899497514}t[r>>5]|=128<<24-r%32,t[15+(r+64>>9<<4)]=r;for(var o=Array(80),i=1732584193,a=-271733879,f=-1732584194,u=271733878,s=-1009589776,c=0;c<t.length;c+=16){for(var d=i,p=a,l=f,h=u,v=s,b=0;b<80;b++){o[b]=b<16?t[c+b]:m(o[b-3]^o[b-8]^o[b-14]^o[b-16],1);var g=y(y(m(i,5),e(b,a,f,u)),y(y(s,o[b]),n(b)));s=u,u=f,f=m(a,30),a=i,i=g}i=y(i,d),a=y(a,p),f=y(f,l),u=y(u,h),s=y(s,v)}return[i,a,f,u,s]}(o(t,{ibits:8,obits:32,obigendian:!0}),8*t.length),{ibits:32,ibigendian:!0})},g=function(t){return i(function(t,r){function e(t,r,e,n,o,i){return y(m(y(y(r,t),y(n,i)),o),e)}function n(t,r,n,o,i,a,f){return e(r&n|~r&o,t,r,i,a,f)}function o(t,r,n,o,i,a,f){return e(r&o|n&~o,t,r,i,a,f)}function i(t,r,n,o,i,a,f){return e(r^n^o,t,r,i,a,f)}function a(t,r,n,o,i,a,f){return e(n^(r|~o),t,r,i,a,f)}t[r>>5]|=128<<r%32,t[14+(r+64>>>9<<4)]=r;for(var f=1732584193,u=-271733879,s=-1732584194,c=271733878,d=0;d<t.length;d+=16){var p=f,l=u,h=s,v=c;u=a(u=a(u=a(u=a(u=i(u=i(u=i(u=i(u=o(u=o(u=o(u=o(u=n(u=n(u=n(u=n(u,s=n(s,c=n(c,f=n(f,u,s,c,t[d+0],7,-680876936),u,s,t[d+1],12,-389564586),f,u,t[d+2],17,606105819),c,f,t[d+3],22,-1044525330),s=n(s,c=n(c,f=n(f,u,s,c,t[d+4],7,-176418897),u,s,t[d+5],12,1200080426),f,u,t[d+6],17,-1473231341),c,f,t[d+7],22,-45705983),s=n(s,c=n(c,f=n(f,u,s,c,t[d+8],7,1770035416),u,s,t[d+9],12,-1958414417),f,u,t[d+10],17,-42063),c,f,t[d+11],22,-1990404162),s=n(s,c=n(c,f=n(f,u,s,c,t[d+12],7,1804603682),u,s,t[d+13],12,-40341101),f,u,t[d+14],17,-1502002290),c,f,t[d+15],22,1236535329),s=o(s,c=o(c,f=o(f,u,s,c,t[d+1],5,-165796510),u,s,t[d+6],9,-1069501632),f,u,t[d+11],14,643717713),c,f,t[d+0],20,-373897302),s=o(s,c=o(c,f=o(f,u,s,c,t[d+5],5,-701558691),u,s,t[d+10],9,38016083),f,u,t[d+15],14,-660478335),c,f,t[d+4],20,-405537848),s=o(s,c=o(c,f=o(f,u,s,c,t[d+9],5,568446438),u,s,t[d+14],9,-1019803690),f,u,t[d+3],14,-187363961),c,f,t[d+8],20,1163531501),s=o(s,c=o(c,f=o(f,u,s,c,t[d+13],5,-1444681467),u,s,t[d+2],9,-51403784),f,u,t[d+7],14,1735328473),c,f,t[d+12],20,-1926607734),s=i(s,c=i(c,f=i(f,u,s,c,t[d+5],4,-378558),u,s,t[d+8],11,-2022574463),f,u,t[d+11],16,1839030562),c,f,t[d+14],23,-35309556),s=i(s,c=i(c,f=i(f,u,s,c,t[d+1],4,-1530992060),u,s,t[d+4],11,1272893353),f,u,t[d+7],16,-155497632),c,f,t[d+10],23,-1094730640),s=i(s,c=i(c,f=i(f,u,s,c,t[d+13],4,681279174),u,s,t[d+0],11,-358537222),f,u,t[d+3],16,-722521979),c,f,t[d+6],23,76029189),s=i(s,c=i(c,f=i(f,u,s,c,t[d+9],4,-640364487),u,s,t[d+12],11,-421815835),f,u,t[d+15],16,530742520),c,f,t[d+2],23,-995338651),s=a(s,c=a(c,f=a(f,u,s,c,t[d+0],6,-198630844),u,s,t[d+7],10,1126891415),f,u,t[d+14],15,-1416354905),c,f,t[d+5],21,-57434055),s=a(s,c=a(c,f=a(f,u,s,c,t[d+12],6,1700485571),u,s,t[d+3],10,-1894986606),f,u,t[d+10],15,-1051523),c,f,t[d+1],21,-2054922799),s=a(s,c=a(c,f=a(f,u,s,c,t[d+8],6,1873313359),u,s,t[d+15],10,-30611744),f,u,t[d+6],15,-1560198380),c,f,t[d+13],21,1309151649),s=a(s,c=a(c,f=a(f,u,s,c,t[d+4],6,-145523070),u,s,t[d+11],10,-1120210379),f,u,t[d+2],15,718787259),c,f,t[d+9],21,-343485551),f=y(f,p),u=y(u,l),s=y(s,h),c=y(c,v)}return[f,u,s,c]}(o(t,{ibits:8,obits:32,obigendian:!1}),8*t.length),{ibits:32,ibigendian:!1})},w=function(t){this.mul=a(88,81,244,45,76,149,127,45),this.inc=a(20,5,123,126,247,103,129,79),this.mask=a(0,0,0,0,255,255,255,255),this.state=u(this.inc),this.next(),p(this.state,this.mask),t=s(void 0!==t?t>>>0:4294967295*Math.random()>>>0),function(t,r){for(var e=0;e<8;e++)t[e]|=r[e]}(this.state,t),this.next()};w.prototype.next=function(){var t=u(this.state);!function(t,r){var e,n,o,i=new Array(16);for(e=0;e<16;e++)i[e]=0;for(e=0;e<8;e++){for(o=0,n=0;n<8;n++)o+=t[e]*r[n]+i[e+n],i[e+n]=o%256,o/=256;for(;n<16-e;n++)o+=i[e+n],i[e+n]=o%256,o/=256}for(e=0;e<8;e++)t[e]=i[e];i.slice(8,8)}(this.state,this.mul),d(this.state,this.inc);var r=u(t);h(r,18),v(r,t),h(r,27);var e=u(t);h(e,59),p(r,this.mask);var n=c(e),o=u(r);return function(t,r){if(r>64)throw new Error("ui64_rol: invalid number of bits to shift");var e,n=new Array(16);for(e=0;e<8;e++)n[e+8]=0,n[e]=t[e];var o=Math.floor(r/8),i=r%8;for(e=7-o;e>0;e--)n[e+o]=255&(n[e]<<i|n[e-1]>>>8-i);for(n[0+o]=n[0]<<i&255,e=0+o-1;e>=0;e--)n[e]=0;for(e=0;e<8;e++)t[e]=n[e];n.slice(8,8)}(o,32-n),h(r,n),v(r,o),c(r)};var x=new w,E=function(t,r){for(var e=[],n=0;n<t;n++)e[n]=x.next()%r;return e},U=0,j=0,O=function(){if(1===arguments.length&&"string"==typeof arguments[0])this.parse.apply(this,arguments);else if(arguments.length>=1&&"number"==typeof arguments[0])this.make.apply(this,arguments);else{if(arguments.length>=1)throw new Error("UUID: constructor: invalid arguments");for(var t=0;t<16;t++)this[t]=0}};return(O.prototype="undefined"!=typeof Uint8Array?new Uint8Array(16):Buffer?new Buffer(16):new Array(16)).constructor=O,O.prototype.make=function(t){var r;if(1===t){var e=(new Date).getTime();e!==U?j=0:j++,U=e;var n,o=s(e);!function(t,r){for(var e=0,n=0;n<8;n++)e+=t[n]*r,t[n]=Math.floor(e%256),e=Math.floor(e/256)}(o,1e4),d(o,a(1,178,29,210,19,129,64,0)),j>0&&d(o,s(j)),n=l(o,8),this[3]=255&n,n=l(o,8),this[2]=255&n,n=l(o,8),this[1]=255&n,n=l(o,8),this[0]=255&n,n=l(o,8),this[5]=255&n,n=l(o,8),this[4]=255&n,n=l(o,8),this[7]=255&n,n=l(o,8),this[6]=15&n;var i=E(2,255);this[8]=i[0],this[9]=i[1];var f=E(6,255);for(f[0]|=1,f[0]|=2,r=0;r<6;r++)this[10+r]=f[r]}else if(4===t){var u=E(16,255);for(r=0;r<16;r++)this[r]=u[r]}else{if(3!==t&&5!==t)throw new Error("UUID: make: invalid version");var c="",p="object"==typeof arguments[1]&&arguments[1]instanceof O?arguments[1]:(new O).parse(arguments[1]);for(r=0;r<16;r++)c+=String.fromCharCode(p[r]);c+=arguments[2];var h=3===t?g(c):b(c);for(r=0;r<16;r++)this[r]=h.charCodeAt(r)}return this[6]&=15,this[6]|=t<<4,this[8]&=63,this[8]|=128,this},O.prototype.format=function(r){var n,o;return"z85"===r?n=function(t,r){if(r%4!=0)throw new Error("z85_encode: invalid input length (multiple of 4 expected)");for(var n="",o=0,i=0;o<r;)if(i=256*i+t[o++],o%4==0){for(var a=52200625;a>=1;){var f=Math.floor(i/a)%85;n+=e[f],a/=85}i=0}return n}(this,16):"b16"===r?(o=Array(32),t(this,0,15,!0,o,0),n=o.join("")):void 0!==r&&"std"!==r||(o=new Array(36),t(this,0,3,!1,o,0),o[8]="-",t(this,4,5,!1,o,9),o[13]="-",t(this,6,7,!1,o,14),o[18]="-",t(this,8,9,!1,o,19),o[23]="-",t(this,10,15,!1,o,24),n=o.join("")),n},O.prototype.toString=function(t){return this.format(t)},O.prototype.parse=function(t,e){if("string"!=typeof t)throw new Error("UUID: parse: invalid argument (type string expected)");if("z85"===e)!function(t,r){var e=t.length;if(e%5!=0)throw new Error("z85_decode: invalid input length (multiple of 5 expected)");void 0===r&&(r=new Array(4*e/5));for(var o=0,i=0,a=0;o<e;){var f=t.charCodeAt(o++)-32;if(f<0||f>=n.length)break;if(a=85*a+n[f],o%5==0){for(var u=16777216;u>=1;)r[i++]=Math.trunc(a/u%256),u/=256;a=0}}}(t,this);else if("b16"===e)r(t,0,35,this,0);else if(void 0===e||"std"===e){var o={nil:"00000000-0000-0000-0000-000000000000","ns:DNS":"6ba7b810-9dad-11d1-80b4-00c04fd430c8","ns:URL":"6ba7b811-9dad-11d1-80b4-00c04fd430c8","ns:OID":"6ba7b812-9dad-11d1-80b4-00c04fd430c8","ns:X500":"6ba7b814-9dad-11d1-80b4-00c04fd430c8"};if(void 0!==o[t])t=o[t];else if(!t.match(/^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/))throw new Error('UUID: parse: invalid string representation (expected "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx")');r(t,0,7,this,0),r(t,9,12,this,4),r(t,14,17,this,6),r(t,19,22,this,8),r(t,24,35,this,10)}return this},O.prototype.export=function(){for(var t=Array(16),r=0;r<16;r++)t[r]=this[r];return t},O.prototype.import=function(t){if(!("object"==typeof t&&t instanceof Array))throw new Error("UUID: import: invalid argument (type Array expected)");if(16!==t.length)throw new Error("UUID: import: invalid argument (Array of length 16 expected)");for(var r=0;r<16;r++){if("number"!=typeof t[r])throw new Error("UUID: import: invalid array element #"+r+" (type Number expected)");if(!isFinite(t[r])||Math.floor(t[r])!==t[r])throw new Error("UUID: import: invalid array element #"+r+" (Number with integer value expected)");if(!(t[r]>=0&&t[r]<=255))throw new Error("UUID: import: invalid array element #"+r+" (Number with integer value in range 0...255 expected)");this[r]=t[r]}return this},O.prototype.compare=function(t){if("object"!=typeof t)throw new Error("UUID: compare: invalid argument (type UUID expected)");if(!(t instanceof O))throw new Error("UUID: compare: invalid argument (type UUID expected)");for(var r=0;r<16;r++){if(this[r]<t[r])return-1;if(this[r]>t[r])return 1}return 0},O.prototype.fold=function(t){if(void 0===t)throw new Error("UUID: fold: invalid argument (number of fold operations expected)");if(t<1||t>4)throw new Error("UUID: fold: invalid argument (1-4 fold operations expected)");for(var r=16/Math.pow(2,t),e=new Array(r),n=0;n<r;n++){for(var o=0,i=0;n+i<16;i+=r)o^=this[n+i];e[n]=o}return e},O.PCG=w,O},t.exports=r(),t.exports.default=t.exports});function create(t,r,e){return r&&e?new uuid(t,r,e):new uuid(t)}function namespace(t,r,e,n){return void 0===e&&(e=Version.V5),void 0===n&&(n=Format.Standard),create(e,t,r).format(n)}function generate(t,r){return void 0===t&&(t=Version.V4),void 0===r&&(r=Format.Standard),create(t).format(r)}!function(t){t[t.V1=1]="V1",t[t.V3=3]="V3",t[t.V4=4]="V4",t[t.V5=5]="V5"}(Version||(Version={})),function(t){t.Standard="std",t.Base16="b16",t.ZeroMQBase85="z85"}(Format||(Format={}));var uuid$1=Object.freeze({get Version(){return Version},get Format(){return Format},namespace:namespace,generate:generate});exports.Browser=index,exports.Error=index$1,exports.Environment=environment,exports.Utility=utility,exports.Uuid=uuid$1;
"use strict";function isMounted(t){return!!t.parentNode}function mount(t,r){t.parentNode!==r&&r.appendChild(t)}function unmount(t){t.parentNode&&t.parentNode.removeChild(t)}function replaceWith(t,r){var e=t.parentNode||null;return null!==e&&e.replaceChild(r,t),t}function loadCss(t,r){return new Promise(function(e,n){var o=r.createElement("link");o.onload=function(){e(o)},o.onerror=function(){n(new Error('Failed import stylesheet "'+t+'"'))},o.setAttribute("rel","stylesheet"),o.setAttribute("type","text/css"),o.setAttribute("href",t),r.getElementsByTagName("head")[0].appendChild(o)})}function loadScript(t,r){return new Promise(function(e,n){var o=r.createElement("script");o.onload=function(){e(o)},o.onerror=function(){n(new Error('Failed import script "'+t+'"'))},o.setAttribute("src",t),o.setAttribute("async",""),r.getElementsByTagName("head")[0].appendChild(o)})}Object.defineProperty(exports,"__esModule",{value:!0});var dom=Object.freeze({isMounted:isMounted,mount:mount,unmount:unmount,replaceWith:replaceWith,loadCss:loadCss,loadScript:loadScript});function dispatchCustomEvent(t,r,e,n,o){void 0===e&&(e=null),void 0===n&&(n=!1),void 0===o&&(o=!1);var i=window.document.createEvent("CustomEvent");return i.initCustomEvent(r,n,o,e),t.dispatchEvent(i)}var event=Object.freeze({dispatchCustomEvent:dispatchCustomEvent}),index=Object.freeze({DOM:dom,Event:event}),_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},defaults=function(t,r){for(var e=Object.getOwnPropertyNames(r),n=0;n<e.length;n++){var o=e[n],i=Object.getOwnPropertyDescriptor(r,o);i&&i.configurable&&void 0===t[o]&&Object.defineProperty(t,o,i)}return t},_extends=Object.assign||function(t){for(var r=1;r<arguments.length;r++){var e=arguments[r];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])}return t},__extends=function(){var t=function(r,e){return(t=Object.setPrototypeOf||_extends({},[])instanceof Array&&function(t,r){defaults(t,r)}||function(t,r){for(var e in r)r.hasOwnProperty(e)&&(t[e]=r[e])})(r,e)};return function(r,e){function n(){this.constructor=r}t(r,e),r.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}}(),RuntimeError=function(t){function r(r,e){void 0===e&&(e=null);var n=t.call(this,r)||this;return n.innerError=e,n}return __extends(r,t),r.prototype.getInnerError=function(){return this.innerError},r}(Error),__extends$1=function(){var t=function(r,e){return(t=Object.setPrototypeOf||_extends({},[])instanceof Array&&function(t,r){defaults(t,r)}||function(t,r){for(var e in r)r.hasOwnProperty(e)&&(t[e]=r[e])})(r,e)};return function(r,e){function n(){this.constructor=r}t(r,e),r.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}}(),LogicError=function(t){function r(){return null!==t&&t.apply(this,arguments)||this}return __extends$1(r,t),r}(RuntimeError),__extends$2=function(){var t=function(r,e){return(t=Object.setPrototypeOf||_extends({},[])instanceof Array&&function(t,r){defaults(t,r)}||function(t,r){for(var e in r)r.hasOwnProperty(e)&&(t[e]=r[e])})(r,e)};return function(r,e){function n(){this.constructor=r}t(r,e),r.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}}(),InvalidArgumentError=function(t){function r(){return null!==t&&t.apply(this,arguments)||this}return __extends$2(r,t),r}(LogicError),__extends$3=function(){var t=function(r,e){return(t=Object.setPrototypeOf||_extends({},[])instanceof Array&&function(t,r){defaults(t,r)}||function(t,r){for(var e in r)r.hasOwnProperty(e)&&(t[e]=r[e])})(r,e)};return function(r,e){function n(){this.constructor=r}t(r,e),r.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}}(),UnexpectedValueError=function(t){function r(){return null!==t&&t.apply(this,arguments)||this}return __extends$3(r,t),r}(RuntimeError),index$1=Object.freeze({InvalidArgumentError:InvalidArgumentError,LogicError:LogicError,RuntimeError:RuntimeError,UnexpectedValueError:UnexpectedValueError});function isBrowser(){return"undefined"!=typeof window&&"undefined"!=typeof document}function isServer(){return!isBrowser()&&"undefined"!=typeof process}function isWebWorker(){return"undefined"!=typeof self&&"function"==typeof postMessage}var environment=Object.freeze({isBrowser:isBrowser,isServer:isServer,isWebWorker:isWebWorker});function nextTick(t){"undefined"!=typeof process?process.nextTick(t):setTimeout(t,0)}function get$1(t,r,e){return("string"==typeof r?r.split("."):r).reduce(function(t,r){return t&&t[r]?t[r]:e},t)}function set$1(t,r,e){var n="string"==typeof r?r.split("."):r,o=n.length-1;n.reduce(function(t,r,n){switch(n){case o:return t[r]=e;default:var i=t[r];return null==i&&(i=t[r]={}),i}},t)}function merge(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];var e={};return t.forEach(function(t){Object.keys(t).forEach(function(r){var n=t[r];"object"===_typeof(e[r])&&"object"===(void 0===n?"undefined":_typeof(n))?e[r]=merge(e[r],n):e[r]=n})}),e}function deepMerge(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];var e={};return t.forEach(function(t){Object.keys(t).forEach(function(r){var n=t[r];"object"===_typeof(e[r])&&"object"===(void 0===n?"undefined":_typeof(n))?e[r]=deepMerge(e[r],n):"object"===(void 0===n?"undefined":_typeof(n))?e[r]=deepMerge({},n):e[r]=n})}),e}var utility=Object.freeze({nextTick:nextTick,get:get$1,set:set$1,merge:merge,deepMerge:deepMerge}),commonjsGlobal="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function createCommonjsModule(t,r){return t(r={exports:{}},r.exports),r.exports}var Version,Format,uuid=createCommonjsModule(function(t){var r;r=function(){var t=function(t,r,e,n,o,i){for(var a=function(t,r){var e=t.toString(16);return e.length<2&&(e="0"+e),r&&(e=e.toUpperCase()),e},f=r;f<=e;f++)o[i++]=a(t[f],n);return o},r=function(t,r,e,n,o){for(var i=r;i<=e;i+=2)n[o++]=parseInt(t.substr(i,2),16)},e="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-:+=^!/*?&<>()[]{}@%$#".split(""),n=[0,68,0,84,83,82,72,0,75,76,70,65,0,63,62,69,0,1,2,3,4,5,6,7,8,9,64,0,73,66,74,71,81,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,77,0,78,67,0,0,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,79,0,80,0,0],o=function(t,r){var e={ibits:8,obits:8,obigendian:!0};for(var n in r)void 0!==e[n]&&(e[n]=r[n]);for(var o,i,a,f=[],u=0,s=0,c=0,d=t.length;0===s&&(i=t.charCodeAt(u++)),o=i>>e.ibits-(s+8)&255,s=(s+8)%e.ibits,e.obigendian?0===c?a=o<<e.obits-8:a|=o<<e.obits-8-c:0===c?a=o:a|=o<<c,!(0===(c=(c+8)%e.obits)&&(f.push(a),u>=d)););return f},i=function(t,r){var e={ibits:32,ibigendian:!0};for(var n in r)void 0!==e[n]&&(e[n]=r[n]);var o="",i=4294967295;e.ibits<32&&(i=(1<<e.ibits)-1);for(var a=t.length,f=0;f<a;f++)for(var u=t[f]&i,s=0;s<e.ibits;s+=8)e.ibigendian?o+=String.fromCharCode(u>>e.ibits-8-s&255):o+=String.fromCharCode(u>>s&255);return o},a=function(t,r,e,n,o,i,a,f){return[f,a,i,o,n,e,r,t]},f=function(){return a(0,0,0,0,0,0,0,0)},u=function(t){return t.slice(0)},s=function(t){for(var r=f(),e=0;e<8;e++)r[e]=Math.floor(t%256),t/=256;return r},c=function(t){for(var r=0,e=7;e>=0;e--)r*=256,r+=t[e];return Math.floor(r)},d=function(t,r){for(var e=0,n=0;n<8;n++)e+=t[n]+r[n],t[n]=Math.floor(e%256),e=Math.floor(e/256);return e},p=function(t,r){for(var e=0;e<8;e++)t[e]&=r[e];return t},l=function(t,r){var e=f();if(r%8!=0)throw new Error("ui64_rorn: only bit rotations supported with a multiple of digit bits");for(var n=Math.floor(r/8),o=0;o<n;o++){for(var i=6;i>=0;i--)e[i+1]=e[i];for(e[0]=t[0],i=0;i<7;i++)t[i]=t[i+1];t[i]=0}return c(e)},h=function(t,r){if(r>64)throw new Error("ui64_ror: invalid number of bits to shift");var e,n=new Array(16);for(e=0;e<8;e++)n[e+8]=t[e],n[e]=0;var o=Math.floor(r/8),i=r%8;for(e=o;e<15;e++)n[e-o]=255&(n[e]>>>i|n[e+1]<<8-i);for(n[15-o]=n[15]>>>i&255,e=15-o+1;e<16;e++)n[e]=0;for(e=0;e<8;e++)t[e]=n[e+8];return n.slice(0,8)},v=function(t,r){for(var e=0;e<8;e++)t[e]^=r[e]},y=function(t,r){var e=(65535&t)+(65535&r);return(t>>16)+(r>>16)+(e>>16)<<16|65535&e},m=function(t,r){return t<<r&4294967295|t>>>32-r&4294967295},b=function(t){return i(function(t,r){function e(t,r,e,n){return t<20?r&e|~r&n:t<40?r^e^n:t<60?r&e|r&n|e&n:r^e^n}function n(t){return t<20?1518500249:t<40?1859775393:t<60?-1894007588:-899497514}t[r>>5]|=128<<24-r%32,t[15+(r+64>>9<<4)]=r;for(var o=Array(80),i=1732584193,a=-271733879,f=-1732584194,u=271733878,s=-1009589776,c=0;c<t.length;c+=16){for(var d=i,p=a,l=f,h=u,v=s,b=0;b<80;b++){o[b]=b<16?t[c+b]:m(o[b-3]^o[b-8]^o[b-14]^o[b-16],1);var g=y(y(m(i,5),e(b,a,f,u)),y(y(s,o[b]),n(b)));s=u,u=f,f=m(a,30),a=i,i=g}i=y(i,d),a=y(a,p),f=y(f,l),u=y(u,h),s=y(s,v)}return[i,a,f,u,s]}(o(t,{ibits:8,obits:32,obigendian:!0}),8*t.length),{ibits:32,ibigendian:!0})},g=function(t){return i(function(t,r){function e(t,r,e,n,o,i){return y(m(y(y(r,t),y(n,i)),o),e)}function n(t,r,n,o,i,a,f){return e(r&n|~r&o,t,r,i,a,f)}function o(t,r,n,o,i,a,f){return e(r&o|n&~o,t,r,i,a,f)}function i(t,r,n,o,i,a,f){return e(r^n^o,t,r,i,a,f)}function a(t,r,n,o,i,a,f){return e(n^(r|~o),t,r,i,a,f)}t[r>>5]|=128<<r%32,t[14+(r+64>>>9<<4)]=r;for(var f=1732584193,u=-271733879,s=-1732584194,c=271733878,d=0;d<t.length;d+=16){var p=f,l=u,h=s,v=c;u=a(u=a(u=a(u=a(u=i(u=i(u=i(u=i(u=o(u=o(u=o(u=o(u=n(u=n(u=n(u=n(u,s=n(s,c=n(c,f=n(f,u,s,c,t[d+0],7,-680876936),u,s,t[d+1],12,-389564586),f,u,t[d+2],17,606105819),c,f,t[d+3],22,-1044525330),s=n(s,c=n(c,f=n(f,u,s,c,t[d+4],7,-176418897),u,s,t[d+5],12,1200080426),f,u,t[d+6],17,-1473231341),c,f,t[d+7],22,-45705983),s=n(s,c=n(c,f=n(f,u,s,c,t[d+8],7,1770035416),u,s,t[d+9],12,-1958414417),f,u,t[d+10],17,-42063),c,f,t[d+11],22,-1990404162),s=n(s,c=n(c,f=n(f,u,s,c,t[d+12],7,1804603682),u,s,t[d+13],12,-40341101),f,u,t[d+14],17,-1502002290),c,f,t[d+15],22,1236535329),s=o(s,c=o(c,f=o(f,u,s,c,t[d+1],5,-165796510),u,s,t[d+6],9,-1069501632),f,u,t[d+11],14,643717713),c,f,t[d+0],20,-373897302),s=o(s,c=o(c,f=o(f,u,s,c,t[d+5],5,-701558691),u,s,t[d+10],9,38016083),f,u,t[d+15],14,-660478335),c,f,t[d+4],20,-405537848),s=o(s,c=o(c,f=o(f,u,s,c,t[d+9],5,568446438),u,s,t[d+14],9,-1019803690),f,u,t[d+3],14,-187363961),c,f,t[d+8],20,1163531501),s=o(s,c=o(c,f=o(f,u,s,c,t[d+13],5,-1444681467),u,s,t[d+2],9,-51403784),f,u,t[d+7],14,1735328473),c,f,t[d+12],20,-1926607734),s=i(s,c=i(c,f=i(f,u,s,c,t[d+5],4,-378558),u,s,t[d+8],11,-2022574463),f,u,t[d+11],16,1839030562),c,f,t[d+14],23,-35309556),s=i(s,c=i(c,f=i(f,u,s,c,t[d+1],4,-1530992060),u,s,t[d+4],11,1272893353),f,u,t[d+7],16,-155497632),c,f,t[d+10],23,-1094730640),s=i(s,c=i(c,f=i(f,u,s,c,t[d+13],4,681279174),u,s,t[d+0],11,-358537222),f,u,t[d+3],16,-722521979),c,f,t[d+6],23,76029189),s=i(s,c=i(c,f=i(f,u,s,c,t[d+9],4,-640364487),u,s,t[d+12],11,-421815835),f,u,t[d+15],16,530742520),c,f,t[d+2],23,-995338651),s=a(s,c=a(c,f=a(f,u,s,c,t[d+0],6,-198630844),u,s,t[d+7],10,1126891415),f,u,t[d+14],15,-1416354905),c,f,t[d+5],21,-57434055),s=a(s,c=a(c,f=a(f,u,s,c,t[d+12],6,1700485571),u,s,t[d+3],10,-1894986606),f,u,t[d+10],15,-1051523),c,f,t[d+1],21,-2054922799),s=a(s,c=a(c,f=a(f,u,s,c,t[d+8],6,1873313359),u,s,t[d+15],10,-30611744),f,u,t[d+6],15,-1560198380),c,f,t[d+13],21,1309151649),s=a(s,c=a(c,f=a(f,u,s,c,t[d+4],6,-145523070),u,s,t[d+11],10,-1120210379),f,u,t[d+2],15,718787259),c,f,t[d+9],21,-343485551),f=y(f,p),u=y(u,l),s=y(s,h),c=y(c,v)}return[f,u,s,c]}(o(t,{ibits:8,obits:32,obigendian:!1}),8*t.length),{ibits:32,ibigendian:!1})},x=function(t){this.mul=a(88,81,244,45,76,149,127,45),this.inc=a(20,5,123,126,247,103,129,79),this.mask=a(0,0,0,0,255,255,255,255),this.state=u(this.inc),this.next(),p(this.state,this.mask),t=s(void 0!==t?t>>>0:4294967295*Math.random()>>>0),function(t,r){for(var e=0;e<8;e++)t[e]|=r[e]}(this.state,t),this.next()};x.prototype.next=function(){var t=u(this.state);!function(t,r){var e,n,o,i=new Array(16);for(e=0;e<16;e++)i[e]=0;for(e=0;e<8;e++){for(o=0,n=0;n<8;n++)o+=t[e]*r[n]+i[e+n],i[e+n]=o%256,o/=256;for(;n<16-e;n++)o+=i[e+n],i[e+n]=o%256,o/=256}for(e=0;e<8;e++)t[e]=i[e];i.slice(8,8)}(this.state,this.mul),d(this.state,this.inc);var r=u(t);h(r,18),v(r,t),h(r,27);var e=u(t);h(e,59),p(r,this.mask);var n=c(e),o=u(r);return function(t,r){if(r>64)throw new Error("ui64_rol: invalid number of bits to shift");var e,n=new Array(16);for(e=0;e<8;e++)n[e+8]=0,n[e]=t[e];var o=Math.floor(r/8),i=r%8;for(e=7-o;e>0;e--)n[e+o]=255&(n[e]<<i|n[e-1]>>>8-i);for(n[0+o]=n[0]<<i&255,e=0+o-1;e>=0;e--)n[e]=0;for(e=0;e<8;e++)t[e]=n[e];n.slice(8,8)}(o,32-n),h(r,n),v(r,o),c(r)};var w=new x,E=function(t,r){for(var e=[],n=0;n<t;n++)e[n]=w.next()%r;return e},U=0,j=0,O=function(){if(1===arguments.length&&"string"==typeof arguments[0])this.parse.apply(this,arguments);else if(arguments.length>=1&&"number"==typeof arguments[0])this.make.apply(this,arguments);else{if(arguments.length>=1)throw new Error("UUID: constructor: invalid arguments");for(var t=0;t<16;t++)this[t]=0}};return(O.prototype="undefined"!=typeof Uint8Array?new Uint8Array(16):Buffer?new Buffer(16):new Array(16)).constructor=O,O.prototype.make=function(t){var r;if(1===t){var e=(new Date).getTime();e!==U?j=0:j++,U=e;var n,o=s(e);!function(t,r){for(var e=0,n=0;n<8;n++)e+=t[n]*r,t[n]=Math.floor(e%256),e=Math.floor(e/256)}(o,1e4),d(o,a(1,178,29,210,19,129,64,0)),j>0&&d(o,s(j)),n=l(o,8),this[3]=255&n,n=l(o,8),this[2]=255&n,n=l(o,8),this[1]=255&n,n=l(o,8),this[0]=255&n,n=l(o,8),this[5]=255&n,n=l(o,8),this[4]=255&n,n=l(o,8),this[7]=255&n,n=l(o,8),this[6]=15&n;var i=E(2,255);this[8]=i[0],this[9]=i[1];var f=E(6,255);for(f[0]|=1,f[0]|=2,r=0;r<6;r++)this[10+r]=f[r]}else if(4===t){var u=E(16,255);for(r=0;r<16;r++)this[r]=u[r]}else{if(3!==t&&5!==t)throw new Error("UUID: make: invalid version");var c="",p="object"==typeof arguments[1]&&arguments[1]instanceof O?arguments[1]:(new O).parse(arguments[1]);for(r=0;r<16;r++)c+=String.fromCharCode(p[r]);c+=arguments[2];var h=3===t?g(c):b(c);for(r=0;r<16;r++)this[r]=h.charCodeAt(r)}return this[6]&=15,this[6]|=t<<4,this[8]&=63,this[8]|=128,this},O.prototype.format=function(r){var n,o;return"z85"===r?n=function(t,r){if(r%4!=0)throw new Error("z85_encode: invalid input length (multiple of 4 expected)");for(var n="",o=0,i=0;o<r;)if(i=256*i+t[o++],o%4==0){for(var a=52200625;a>=1;){var f=Math.floor(i/a)%85;n+=e[f],a/=85}i=0}return n}(this,16):"b16"===r?(o=Array(32),t(this,0,15,!0,o,0),n=o.join("")):void 0!==r&&"std"!==r||(o=new Array(36),t(this,0,3,!1,o,0),o[8]="-",t(this,4,5,!1,o,9),o[13]="-",t(this,6,7,!1,o,14),o[18]="-",t(this,8,9,!1,o,19),o[23]="-",t(this,10,15,!1,o,24),n=o.join("")),n},O.prototype.toString=function(t){return this.format(t)},O.prototype.parse=function(t,e){if("string"!=typeof t)throw new Error("UUID: parse: invalid argument (type string expected)");if("z85"===e)!function(t,r){var e=t.length;if(e%5!=0)throw new Error("z85_decode: invalid input length (multiple of 5 expected)");void 0===r&&(r=new Array(4*e/5));for(var o=0,i=0,a=0;o<e;){var f=t.charCodeAt(o++)-32;if(f<0||f>=n.length)break;if(a=85*a+n[f],o%5==0){for(var u=16777216;u>=1;)r[i++]=Math.trunc(a/u%256),u/=256;a=0}}}(t,this);else if("b16"===e)r(t,0,35,this,0);else if(void 0===e||"std"===e){var o={nil:"00000000-0000-0000-0000-000000000000","ns:DNS":"6ba7b810-9dad-11d1-80b4-00c04fd430c8","ns:URL":"6ba7b811-9dad-11d1-80b4-00c04fd430c8","ns:OID":"6ba7b812-9dad-11d1-80b4-00c04fd430c8","ns:X500":"6ba7b814-9dad-11d1-80b4-00c04fd430c8"};if(void 0!==o[t])t=o[t];else if(!t.match(/^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/))throw new Error('UUID: parse: invalid string representation (expected "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx")');r(t,0,7,this,0),r(t,9,12,this,4),r(t,14,17,this,6),r(t,19,22,this,8),r(t,24,35,this,10)}return this},O.prototype.export=function(){for(var t=Array(16),r=0;r<16;r++)t[r]=this[r];return t},O.prototype.import=function(t){if(!("object"==typeof t&&t instanceof Array))throw new Error("UUID: import: invalid argument (type Array expected)");if(16!==t.length)throw new Error("UUID: import: invalid argument (Array of length 16 expected)");for(var r=0;r<16;r++){if("number"!=typeof t[r])throw new Error("UUID: import: invalid array element #"+r+" (type Number expected)");if(!isFinite(t[r])||Math.floor(t[r])!==t[r])throw new Error("UUID: import: invalid array element #"+r+" (Number with integer value expected)");if(!(t[r]>=0&&t[r]<=255))throw new Error("UUID: import: invalid array element #"+r+" (Number with integer value in range 0...255 expected)");this[r]=t[r]}return this},O.prototype.compare=function(t){if("object"!=typeof t)throw new Error("UUID: compare: invalid argument (type UUID expected)");if(!(t instanceof O))throw new Error("UUID: compare: invalid argument (type UUID expected)");for(var r=0;r<16;r++){if(this[r]<t[r])return-1;if(this[r]>t[r])return 1}return 0},O.prototype.fold=function(t){if(void 0===t)throw new Error("UUID: fold: invalid argument (number of fold operations expected)");if(t<1||t>4)throw new Error("UUID: fold: invalid argument (1-4 fold operations expected)");for(var r=16/Math.pow(2,t),e=new Array(r),n=0;n<r;n++){for(var o=0,i=0;n+i<16;i+=r)o^=this[n+i];e[n]=o}return e},O.PCG=x,O},t.exports=r(),t.exports.default=t.exports});function create(t,r,e){return r&&e?new uuid(t,r,e):new uuid(t)}function namespace(t,r,e,n){return void 0===e&&(e=Version.V5),void 0===n&&(n=Format.Standard),create(e,t,r).format(n)}function generate(t,r){return void 0===t&&(t=Version.V4),void 0===r&&(r=Format.Standard),create(t).format(r)}!function(t){t[t.V1=1]="V1",t[t.V3=3]="V3",t[t.V4=4]="V4",t[t.V5=5]="V5"}(Version||(Version={})),function(t){t.Standard="std",t.Base16="b16",t.ZeroMQBase85="z85"}(Format||(Format={}));var uuid$1=Object.freeze({get Version(){return Version},get Format(){return Format},namespace:namespace,generate:generate});exports.Browser=index,exports.Error=index$1,exports.Environment=environment,exports.Utility=utility,exports.Uuid=uuid$1;
{
"name": "@govflanders/vl-widget-utility",
"version": "1.1.7",
"version": "1.1.9",
"license": "MIT",

@@ -46,3 +46,3 @@ "contributors": [

},
"gitHead": "24e0ed9f996a58c2162b6f1e8389ed56ef5a17af"
"gitHead": "0c58e5600a1a49bf9ac161e020c333cb94457be9"
}
/**
* Schedule execution for given callback in next cycle.
*
* @param {Function} callback
* A callback function which should be invoked.
*/
export declare function nextTick(callback: Function): void;
/**
* Get a nested value from an object safely.

@@ -3,0 +10,0 @@ *

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc