Comparing version 0.1.1 to 0.1.2
@@ -1,1 +0,1 @@ | ||
!function(t){"use strict";var e=function(t){if(Array.isArray(t)){for(var e=0,n=new Array(t.length);e<t.length;e++)n[e]=t[e];return n}};var n=function(t){if(Symbol.iterator in Object(t)||"[object Arguments]"===Object.prototype.toString.call(t))return Array.from(t)};var r=function(){throw new TypeError("Invalid attempt to spread non-iterable instance")};var _=function(t){return e(t)||n(t)||r()};var o=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t};var T=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),r.forEach(function(t){o(e,t,n[t])})}return e};function a(t,e){return t(e={exports:{}},e.exports),e.exports}var M=a(function(e){function n(t){return(n="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})(t)}function r(t){return"function"==typeof Symbol&&"symbol"===n(Symbol.iterator)?e.exports=r=function(t){return n(t)}:e.exports=r=function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":n(t)},r(t)}e.exports=r}),i="object"==typeof global&&global&&global.Object===Object&&global,c="object"==typeof self&&self&&self.Object===Object&&self,u=(i||c||Function("return this")()).Symbol,s=Object.prototype,l=s.hasOwnProperty,f=s.toString,p=u?u.toStringTag:void 0;var d=Object.prototype.toString;var h="[object Null]",m="[object Undefined]",y=u?u.toStringTag:void 0;function g(t){return null==t?void 0===t?m:h:y&&y in Object(t)?function(t){var e=l.call(t,p),n=t[p];try{var r=!(t[p]=void 0)}catch(t){}var o=f.call(t);return r&&(e?t[p]=n:delete t[p]),o}(t):(e=t,d.call(e));var e}var v,b,w=(v=Object.getPrototypeOf,b=Object,function(t){return v(b(t))});var S,x="[object Object]",E=Function.prototype,I=Object.prototype,O=E.toString,j=I.hasOwnProperty,k=O.call(Object);S="undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof module?module:Function("return this")();var A,N,P=("function"==typeof(N=S.Symbol)?N.observable?A=N.observable:(A=N("observable"),N.observable=A):A="@@observable",A),L={INIT:"@@redux/INIT"};function q(t,e,n){var r;if("function"==typeof e&&void 0===n&&(n=e,e=void 0),void 0!==n){if("function"!=typeof n)throw new Error("Expected the enhancer to be a function.");return n(q)(t,e)}if("function"!=typeof t)throw new Error("Expected the reducer to be a function.");var o=t,a=e,i=[],c=i,u=!1;function s(){c===i&&(c=i.slice())}function l(){return a}function f(e){if("function"!=typeof e)throw new Error("Expected listener to be a function.");var n=!0;return s(),c.push(e),function(){if(n){n=!1,s();var t=c.indexOf(e);c.splice(t,1)}}}function p(t){if(!function(t){if(null==(e=t)||"object"!=typeof e||g(t)!=x)return!1;var e,n=w(t);if(null===n)return!0;var r=j.call(n,"constructor")&&n.constructor;return"function"==typeof r&&r instanceof r&&O.call(r)==k}(t))throw new Error("Actions must be plain objects. Use custom middleware for async actions.");if(void 0===t.type)throw new Error('Actions may not have an undefined "type" property. Have you misspelled a constant?');if(u)throw new Error("Reducers may not dispatch actions.");try{u=!0,a=o(a,t)}finally{u=!1}for(var e=i=c,n=0;n<e.length;n++){(0,e[n])()}return t}return p({type:L.INIT}),(r={dispatch:p,subscribe:f,getState:l,replaceReducer:function(t){if("function"!=typeof t)throw new Error("Expected the nextReducer to be a function.");o=t,p({type:L.INIT})}})[P]=function(){var t,n=f;return(t={subscribe:function(t){if("object"!=typeof t)throw new TypeError("Expected the observer to be an object.");function e(){t.next&&t.next(l())}return e(),{unsubscribe:n(e)}}})[P]=function(){return this},t},r}function R(t){for(var e=Object.keys(t),d={},n=0;n<e.length;n++){var r=e[n];"function"==typeof t[r]&&(d[r]=t[r])}var o,h=Object.keys(d),m=void 0;try{o=d,Object.keys(o).forEach(function(t){var e=o[t];if(void 0===e(void 0,{type:L.INIT}))throw new Error('Reducer "'+t+"\" returned undefined during initialization. If the state passed to the reducer is undefined, you must explicitly return the initial state. The initial state may not be undefined. If you don't want to set a value for this reducer, you can use null instead of undefined.");if(void 0===e(void 0,{type:"@@redux/PROBE_UNKNOWN_ACTION_"+Math.random().toString(36).substring(7).split("").join(".")}))throw new Error('Reducer "'+t+"\" returned undefined when probed with a random type. Don't try to handle "+L.INIT+' or other actions in "redux/*" namespace. They are considered private. Instead, you must return the current state for any unknown actions, unless it is undefined, in which case you must return the initial state, regardless of the action type. The initial state may not be undefined, but can be null.')})}catch(t){m=t}return function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},e=arguments[1];if(m)throw m;for(var n,r,o,a=!1,i={},c=0;c<h.length;c++){var u=h[c],s=d[u],l=t[u],f=s(l,e);if(void 0===f){var p=(n=u,o=void 0,"Given action "+((o=(r=e)&&r.type)&&'"'+o.toString()+'"'||"an action")+', reducer "'+n+'" returned undefined. To ignore an action, you must explicitly return the previous state. If you want this reducer to hold no value, you can return null instead of undefined.');throw new Error(p)}i[u]=f,a=a||f!==l}return a?i:t}}function C(){for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];return 0===e.length?function(t){return t}:1===e.length?e[0]:e.reduce(function(t,e){return function(){return t(e.apply(void 0,arguments))}})}var z=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t};var F="undefined"!=typeof window;var $=function(){try{if(!F)return!1;document.cookie="cookietest=1";var t=-1!==document.cookie.indexOf("cookietest=");return document.cookie="cookietest=1; expires=Thu, 01-Jan-1970 00:00:01 GMT",t}catch(t){return!1}}();function D(t,e,n){if(!$)return!1;var r="";if(n){var o=new Date;o.setTime(o.getTime()+24*n*60*60*1e3),r="; expires=".concat(o.toGMTString())}document.cookie="".concat(t,"=").concat(e).concat(r,"; path=/")}function G(t){if(!$)return!1;for(var e="".concat(t,"="),n=document.cookie.split(";"),r=0;r<n.length;r++){for(var o=n[r];" "===o.charAt(0);)o=o.substring(1,o.length);if(0===o.indexOf(e))return o.substring(e.length,o.length)}return null}function U(t){return decodeURIComponent(t).replace(/\+/g," ")}function V(t){if(!F)return!1;var e=t||document.referrer;if(e){var n=window.document.location.port,r=e.split("/")[2];return n&&(r=r.replace(":".concat(n),"")),r!==window.location.hostname}return!1}function Y(t){var e=function(t){if(t){var e=t.match(/\?(.*)/);return e&&e[1]?e[1].split("#")[0]:""}return F&&window.location.search.substring(1)}(t);return e?function(t){var e,n=/([^&=]+)=?([^&]*)/g,r={};for(;e=n.exec(t);){var o=U(e[1]),a=U(e[2]);if("[]"===o.substring(o.length-2))o=o.substring(0,o.length-2),(r[o]||(r[o]=[])).push(a);else{var i=""===a||a;r[o]=i}}for(var c in r){var u=c.split("[");if(1<u.length){var s=[];u.forEach(function(t,e){var n=t.replace(/[?[\]\\ ]/g,"");s.push(n)}),J(r,s,r[c]),delete r[c]}}return r}(e):{}}function J(t,e,n){for(var r=e.length-1,o=0;o<r;++o){var a=e[o];a in t||(t[a]={}),t=t[a]}t[e[r]]=n}function B(o,a){return new Promise(function(t,e){if(F&&window.history&&window.history.replaceState){var n=window.location.href,r=function(t,e){var n=(t.split("?")||[,])[1];if(!n||-1===n.indexOf(e))return t;var r=new RegExp("(\\&|\\?)".concat(e,"([_A-Za-z0-9=.%]+)"),"g"),o="?".concat(n).replace(r,"").replace(/^&/,"?");return t.replace("?".concat(n),o)}(n,o);n!==r&&history.replaceState({},"",r)}return a&&a(),t()})}function H(t){return(function(t){if(!F)return null;var e=document.createElement("a");return e.setAttribute("href",t),e.hostname}(t)||"").split(".").slice(-2).join(".")}var W={"daum.net":"q","eniro.se":"search_word","naver.com":"query","yahoo.com":"p","msn.com":"q","aol.com":"q","lycos.com":"q","ask.com":"q","altavista.com":"q","cnn.com":"query","about.com":"terms","alltheweb.com":"q","voila.fr":"rdata","baidu.com":"wd","alice.com":"qs","yandex.com":"text","seznam.cz":"q","search.com":"q","szukacz.pl":"q","yam.com":"k","pchome.com":"q","kvasir.no":"q","sesam.no":"q","ozu.es":"q","terra.com":"query","mynet.com":"q","ekolay.net":"q","rambler.ru":"words",google:"q","wp.pl":{p:"szukaj ",n:"wirtulana polska"},"online.onetcenter.org":{p:"qt",n:"o*net"},"najdi.org.mk":{p:"q",n:"najdi"},"search.virgilio.it":{p:"qs",n:"virgilio"},"mamma.com":{p:"query",n:"mama"},"search.netscape.com":{p:"query",n:"netscape"},"bing.com":{p:"q",n:"live"}};function X(t){return(X="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})(t)}function Z(e){var n;try{void 0===(n=JSON.parse(e))&&(n=e),"true"===n&&(n=!0),"false"===n&&(n=!1),parseFloat(n)===n&&"object"!==X(n)&&(n=parseFloat(n))}catch(t){n=e}return n}var K=function(){try{if("undefined"==typeof localStorage||"undefined"==typeof JSON)return!1;localStorage.setItem("_test_","1"),localStorage.removeItem("_test_")}catch(t){return!1}return!0}();var Q={getItem:function(t,e){if(!F||!t)return!1;var n=(e||{}).storage;if(K&&(!n||"localStorage"===n)){var r=localStorage.getItem(t);if(r||"localStorage"===n)return Z(r)}if($&&(!n||"cookie"===n)){var o=G(t);if(o||"cookie"===n)return Z(o)}return window[t]||null},setItem:function(t,e,n){if(!F||!t||!e)return!1;var r=JSON.stringify(e),o=(n||{}).storage;if(K&&(!o||"localStorage"===o)){var a=Z(localStorage.getItem(t));return localStorage.setItem(t,r),{value:e,oldValue:a,type:"localStorage"}}if($&&(!o||"cookie"===o)){var i=Z(G(t));return D(t,r),{value:e,oldValue:i,type:"cookie"}}var c=window[t];return{value:window[t]=e,oldValue:c,type:"window"}},removeItem:function(t,e){if(!F||!t)return!1;var n=(e||{}).storage;return!K||n&&"localStorage"!==n?!$||n&&"cookie"!==n?window[t]=null:(r=t,$&&D(r,"",-1),null):(localStorage.removeItem(t),null);var r}};function tt(){for(var t,e,n,r,o=[],a=0;a<256;a++)o[a]=(a<16?"0":"")+a.toString(16);return t=4294967295*Math.random()|0,e=4294967295*Math.random()|0,n=4294967295*Math.random()|0,r=4294967295*Math.random()|0,"".concat(o[255&t]+o[t>>8&255]+o[t>>16&255]+o[t>>24&255],"-").concat(o[255&e]).concat(o[e>>8&255],"-").concat(o[e>>16&15|64]).concat(o[e>>24&255],"-").concat(o[63&n|128]).concat(o[n>>8&255],"-").concat(o[n>>16&255]).concat(o[n>>24&255]).concat(o[255&r]).concat(o[r>>8&255]).concat(o[r>>16&255]).concat(o[r>>24&255])}var et=["bootstrap","params","campaign","initializeStart","initialize","initializeEnd","ready","reset","pageStart","page","pageEnd","pageAborted","trackStart","track","trackEnd","trackAborted","identifyStart","identify","identifyEnd","identifyAborted","userIdChanged","registerPlugins","pluginRegister","pluginsRegistered","pluginFailed","loadPlugin","enablePlugin","disablePlugin","online","offline","setItemStart","setItem","setItemEnd","setItemAborted","removeItemStart","removeItem","removeItemEnd","removeItemAborted"],nt=et.reduce(function(t,e){return t[e]=e,t},{pluginRegisterType:function(t){return"pluginRegister:".concat(t)},pluginReadyType:function(t){return"pluginReady:".concat(t)}});var rt="__anon_id",ot="__user_id",at="__user_traits",it=Object.freeze({ANON_ID:rt,USER_ID:ot,USER_TRAITS:at});var ct=a(function(_){!function(t){var u,e=Object.prototype,s=e.hasOwnProperty,n="function"==typeof Symbol?Symbol:{},o=n.iterator||"@@iterator",r=n.asyncIterator||"@@asyncIterator",a=n.toStringTag||"@@toStringTag",i=t.regeneratorRuntime;if(i)_.exports=i;else{(i=t.regeneratorRuntime=_.exports).wrap=v;var f="suspendedStart",p="suspendedYield",d="executing",h="completed",m={},c={};c[o]=function(){return this};var l=Object.getPrototypeOf,y=l&&l(l(N([])));y&&y!==e&&s.call(y,o)&&(c=y);var g=x.prototype=w.prototype=Object.create(c);S.prototype=g.constructor=x,x.constructor=S,x[a]=S.displayName="GeneratorFunction",i.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===S||"GeneratorFunction"===(e.displayName||e.name))},i.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,x):(t.__proto__=x,a in t||(t[a]="GeneratorFunction")),t.prototype=Object.create(g),t},i.awrap=function(t){return{__await:t}},E(I.prototype),I.prototype[r]=function(){return this},i.AsyncIterator=I,i.async=function(t,e,n,r){var o=new I(v(t,e,n,r));return i.isGeneratorFunction(e)?o:o.next().then(function(t){return t.done?t.value:o.next()})},E(g),g[a]="Generator",g[o]=function(){return this},g.toString=function(){return"[object Generator]"},i.keys=function(n){var r=[];for(var t in n)r.push(t);return r.reverse(),function t(){for(;r.length;){var e=r.pop();if(e in n)return t.value=e,t.done=!1,t}return t.done=!0,t}},i.values=N,A.prototype={constructor:A,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=u,this.done=!1,this.delegate=null,this.method="next",this.arg=u,this.tryEntries.forEach(k),!t)for(var e in this)"t"===e.charAt(0)&&s.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=u)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(n){if(this.done)throw n;var r=this;function t(t,e){return a.type="throw",a.arg=n,r.next=t,e&&(r.method="next",r.arg=u),!!e}for(var e=this.tryEntries.length-1;0<=e;--e){var o=this.tryEntries[e],a=o.completion;if("root"===o.tryLoc)return t("end");if(o.tryLoc<=this.prev){var i=s.call(o,"catchLoc"),c=s.call(o,"finallyLoc");if(i&&c){if(this.prev<o.catchLoc)return t(o.catchLoc,!0);if(this.prev<o.finallyLoc)return t(o.finallyLoc)}else if(i){if(this.prev<o.catchLoc)return t(o.catchLoc,!0)}else{if(!c)throw new Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return t(o.finallyLoc)}}}},abrupt:function(t,e){for(var n=this.tryEntries.length-1;0<=n;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&s.call(r,"finallyLoc")&&this.prev<r.finallyLoc){var o=r;break}}o&&("break"===t||"continue"===t)&&o.tryLoc<=e&&e<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=t,a.arg=e,o?(this.method="next",this.next=o.finallyLoc,m):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),m},finish:function(t){for(var e=this.tryEntries.length-1;0<=e;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),k(n),m}},catch:function(t){for(var e=this.tryEntries.length-1;0<=e;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var r=n.completion;if("throw"===r.type){var o=r.arg;k(n)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,n){return this.delegate={iterator:N(t),resultName:e,nextLoc:n},"next"===this.method&&(this.arg=u),m}}}function v(t,e,n,r){var a,i,c,u,o=e&&e.prototype instanceof w?e:w,s=Object.create(o.prototype),l=new A(r||[]);return s._invoke=(a=t,i=n,c=l,u=f,function(t,e){if(u===d)throw new Error("Generator is already running");if(u===h){if("throw"===t)throw e;return P()}for(c.method=t,c.arg=e;;){var n=c.delegate;if(n){var r=O(n,c);if(r){if(r===m)continue;return r}}if("next"===c.method)c.sent=c._sent=c.arg;else if("throw"===c.method){if(u===f)throw u=h,c.arg;c.dispatchException(c.arg)}else"return"===c.method&&c.abrupt("return",c.arg);u=d;var o=b(a,i,c);if("normal"===o.type){if(u=c.done?h:p,o.arg===m)continue;return{value:o.arg,done:c.done}}"throw"===o.type&&(u=h,c.method="throw",c.arg=o.arg)}}),s}function b(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}function w(){}function S(){}function x(){}function E(t){["next","throw","return"].forEach(function(e){t[e]=function(t){return this._invoke(e,t)}})}function I(u){var e;this._invoke=function(n,r){function t(){return new Promise(function(t,e){!function e(t,n,r,o){var a=b(u[t],u,n);if("throw"!==a.type){var i=a.arg,c=i.value;return c&&"object"==typeof c&&s.call(c,"__await")?Promise.resolve(c.__await).then(function(t){e("next",t,r,o)},function(t){e("throw",t,r,o)}):Promise.resolve(c).then(function(t){i.value=t,r(i)},function(t){return e("throw",t,r,o)})}o(a.arg)}(n,r,t,e)})}return e=e?e.then(t,t):t()}}function O(t,e){var n=t.iterator[e.method];if(n===u){if(e.delegate=null,"throw"===e.method){if(t.iterator.return&&(e.method="return",e.arg=u,O(t,e),"throw"===e.method))return m;e.method="throw",e.arg=new TypeError("The iterator does not provide a 'throw' method")}return m}var r=b(n,t.iterator,e.arg);if("throw"===r.type)return e.method="throw",e.arg=r.arg,e.delegate=null,m;var o=r.arg;return o?o.done?(e[t.resultName]=o.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=u),e.delegate=null,m):o:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,m)}function j(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function k(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function A(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(j,this),this.reset(!0)}function N(e){if(e){var t=e[o];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var n=-1,r=function t(){for(;++n<e.length;)if(s.call(e,n))return t.value=e[n],t.done=!1,t;return t.value=u,t.done=!0,t};return r.next=r}}return{next:P}}function P(){return{value:u,done:!0}}}(function(){return this||"object"==typeof self&&self}()||Function("return this")())}),ut=function(){return this||"object"==typeof self&&self}()||Function("return this")(),st=ut.regeneratorRuntime&&0<=Object.getOwnPropertyNames(ut).indexOf("regeneratorRuntime"),lt=st&&ut.regeneratorRuntime;ut.regeneratorRuntime=void 0;var ft=ct;if(st)ut.regeneratorRuntime=lt;else try{delete ut.regeneratorRuntime}catch(t){ut.regeneratorRuntime=void 0}var pt=ft;function dt(t,e,n,r,o,a,i){try{var c=t[a](i),u=c.value}catch(t){return void n(t)}c.done?e(u):Promise.resolve(u).then(r,o)}var ht=function(c){return function(){var t=this,i=arguments;return new Promise(function(e,n){var r=c.apply(t,i);function o(t){dt(r,e,n,o,a,"next",t)}function a(t){dt(r,e,n,o,a,"throw",t)}o(void 0)})}};function mt(o,a,i){return new Promise(function(e,n){return a()?e(o):i<1?n(T({},o,{queue:!0})):(r=10,new Promise(function(t){return setTimeout(t,r)})).then(function(t){return mt(o,a,i-10).then(e,n)});var r})}var yt=function(t){if(Array.isArray(t))return t};var gt=function(t,e){var n=[],r=!0,o=!1,a=void 0;try{for(var i,c=t[Symbol.iterator]();!(r=(i=c.next()).done)&&(n.push(i.value),!e||n.length!==e);r=!0);}catch(t){o=!0,a=t}finally{try{r||null==c.return||c.return()}finally{if(o)throw a}}return n};var vt=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")};var bt=function(t,e){return yt(t)||gt(t,e)||vt()};function wt(e){var n=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},r=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{};return Object.keys(e).filter(function(t){var e=r.plugins||{};return!1!==e[t]&&(!0===e[t]||(!n[t]||!1!==n[t].enabled))}).map(function(t){return e[t]})}function St(t,e,n,r){return xt.apply(this,arguments)}function xt(){return(xt=ht(pt.mark(function t(e,n,r,o){var a,i,c,u,s,l,f,p,d,h,m;return pt.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(a=n(),i=e.type,e.meta&&e.meta.called)return t.abrupt("return",e);t.next=4;break;case 4:return c=r.getState(),u=wt(a,c.plugins,e.options),s=u.map(function(t){return t.NAMESPACE}),l=_t(i,u,a),t.next=10,It({action:e,data:{exact:l.before,namespaced:l.beforeNS},state:c,allPlugins:a,allMatches:l,instance:r,store:o});case 10:if(Mt(f=t.sent,s.length))return t.abrupt("return",f);t.next=13;break;case 13:if(u.filter(function(t){return!Tt(f,t.NAMESPACE)}),i.replace(/Start$/,"")!==i){t.next=20;break}t.t0=f,t.next=23;break;case 20:return t.next=22,It({action:T({},f,{type:Nt(i)}),data:{exact:l.during,namespaced:l.duringNS},state:c,allPlugins:a,allMatches:l,instance:r,store:o});case 22:t.t0=t.sent;case 23:return p=t.t0,d="".concat(Nt(i),"End"),t.next=27,It({action:T({},p,{type:d}),data:{exact:l.after,namespaced:l.afterNS},state:c,allPlugins:a,allMatches:l,instance:r,store:o});case 27:return h=t.sent,(m=Et(h))&&m({payload:h}),t.abrupt("return",f);case 31:case"end":return t.stop()}},t,this)}))).apply(this,arguments)}function Et(r){return!!r.meta&&Object.keys(r.meta).reduce(function(t,e){var n=r.meta[e];return"function"==typeof n?n:t},!1)}function It(t){return Ot.apply(this,arguments)}function Ot(){return(Ot=ht(pt.mark(function t(e){var m,i,y,n,g,r,v,b,w,o,S,x,E,a;return pt.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return m=e.data,i=e.action,y=e.instance,n=e.state,g=e.allPlugins,r=e.allMatches,v=e.store,b=n.plugins,w=i.type,o=m.exact.map(function(t){return t.pluginName}),w.match(/Start$/)&&(o=r.during.map(function(t){return t.pluginName})),S=Rt(y,o),x=m.exact.reduce(function(t,e){var n=e.pluginName,r=!1;return e.methodName.match(/^initialize/)||(r=!b[n].loaded),t["".concat(n)]=r,t},{}),t.next=9,m.exact.reduce(function(){var r=ht(pt.mark(function t(e,n,r){var u,o,a;return pt.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return u=n.pluginName,t.next=3,e;case 3:if(o=t.sent,m.namespaced&&m.namespaced[u])return t.next=7,m.namespaced[u].reduce(function(){var r=ht(pt.mark(function t(e,n,r){var o,a,i,c;return pt.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return a=function(n,r,o){return function(t,e){return T({},n,{abort:{reason:t,plugins:e||[r],caller:w,from:o||r}})}},t.next=3,e;case 3:if(o=t.sent,n.method&&"function"==typeof n.method){t.next=6;break}return t.abrupt("return",o);case 6:return Ct(n.methodName,n.pluginName),t.next=9,n.method({payload:o,instance:y,abort:a(o,u,n.pluginName),config:kt(u,b,g),plugins:b});case 9:return i=t.sent,c="object"===M(i)?i:{},t.abrupt("return",Promise.resolve(T({},o,c)));case 12:case"end":return t.stop()}},t,this)}));return function(t,e,n){return r.apply(this,arguments)}}(),Promise.resolve(i));t.next=11;break;case 7:a=t.sent,o[u]=a,t.next=12;break;case 11:o[u]=i;case 12:return t.abrupt("return",Promise.resolve(o));case 13:case"end":return t.stop()}},t,this)}));return function(t,e,n){return r.apply(this,arguments)}}(),Promise.resolve({}));case 9:return E=t.sent,t.next=12,m.exact.reduce(function(){var r=ht(pt.mark(function t(e,n,r){var o,a,i,c,u,s,l,f,p,d,h;return pt.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return o=m.exact.length===r+1,a=n.pluginName,i=g[a],t.next=5,e;case 5:if(c=t.sent,Tt(u=E[a]?E[a]:{},a))return jt({data:u,method:w,instance:y,pluginName:a,store:v}),t.abrupt("return",Promise.resolve(c));t.next=10;break;case 10:if(Tt(c,a))return o&&jt({data:c,method:w,instance:y,store:v}),t.abrupt("return",Promise.resolve(c));t.next=13;break;case 13:if(x.hasOwnProperty(a)&&!0===x[a])return v.dispatch({type:"queue",plugin:a,payload:u,meta:{called:!0}}),t.abrupt("return",Promise.resolve(c));t.next=16;break;case 16:return s=S(E[a],g[a]),t.next=19,i[w]({hello:a,abort:s.abort,payload:E[a],instance:y,config:kt(a,b,g),plugins:b});case 19:return l=t.sent,f="object"===M(l)?l:{},p=T({},c,f),Tt(d=E[a],a)?jt({data:d,method:w,instance:y,pluginName:a,store:v}):(h="".concat(w,":").concat(a),(h.match(/:/g)||[]).length<2&&!w.match(/^bootstrap/)&&!w.match(/^ready/)&&y.dispatch(T({},d,{type:"".concat(w,":").concat(a),meta:{called:!0,subMethod:!0}}))),t.abrupt("return",Promise.resolve(p));case 25:case"end":return t.stop()}},t,this)}));return function(t,e,n){return r.apply(this,arguments)}}(),Promise.resolve(i));case 12:return a=t.sent,w.match(/Start$/)||w.match(/^registerPlugin/)||w.match(/^ready/)||w.match(/^bootstrap/)||w.match(/^params/)||v.dispatch(T({},a,{meta:{called:!0}})),t.abrupt("return",a);case 15:case"end":return t.stop()}},t,this)}))).apply(this,arguments)}function jt(t){var e=t.data,n=t.method,r=(t.instance,t.pluginName),o=t.store,a=r?":".concat(r):"";o.dispatch(T({},e,{type:"".concat(n,"Aborted").concat(a),meta:{called:!0}}))}function kt(t,e,n){return e[t]&&e[t].config?e[t].config:n[t]&&n[t].config?n[t].config:{}}function At(n,t){return t.reduce(function(t,e){return e[n]?t.concat({methodName:n,pluginName:e.NAMESPACE,method:e[n]}):t},[])}function Nt(t){return t.replace(/Start$/,"")}function Pt(t,e){var n=Nt(t),r=e?":".concat(e):"";return["".concat(t).concat(r),"".concat(n).concat(r),"".concat(n,"End").concat(r)]}function _t(u,s,t){var e=Pt(u).map(function(t){return At(t,s)});return s.reduce(function(t,e){var n=e.NAMESPACE,r=Pt(u,n).map(function(t){return At(t,s)}),o=bt(r,3),a=o[0],i=o[1],c=o[2];return a.length&&(t.beforeNS[n]=a),i.length&&(t.duringNS[n]=i),c.length&&(t.afterNS[n]=c),t},{before:e[0],beforeNS:{},during:e[1],duringNS:{},after:e[2],afterNS:{}})}function Tt(t,e){var n=t.abort;return!!n&&(!0===n||(qt(n,e)||n&&qt(n.plugins,e)))}function Mt(t,e){var n=t.abort;if(!n)return!1;if(!0===n||"string"==typeof n)return!0;var r=n.plugins;return Lt(n)&&n.length===e||Lt(r)&&r.length===e}function Lt(t){return Array.isArray(t)}function qt(t,e){return!(!t||!Lt(t))&&t.includes(e)}function Rt(m,y){return function(t,e,n){var r=e.config,o=e.NAMESPACE,a="".concat(o,".").concat(t.type);n&&(a=n.event);var i,c,u,s,l,f,p,d,h=t.type.match(/Start$/)?(u=o,s=a,l=y,f=n,p=t,function(t,e){var n=f?f.NAMESPACE:u,r=e&&Lt(e)?e:l;if(f&&(!(r=e&&Lt(e)?e:[u]).includes(u)||1!==r.length))throw new Error('Method "'.concat(s,'" can only abort "').concat(u,'" plugin. ').concat(JSON.stringify(r)," input valid"));return T({},p,{abort:{reason:t,plugins:r,caller:s,_:n}})}):(i=t,c=a,function(){throw new Error('Action "'.concat(i.type,'" is not cancellable. Remove abort call from plugin ').concat(c))});return{payload:(d=t,Object.keys(d).reduce(function(t,e){return"type"===e||("object"===M(d[e])?t[e]=Object.assign({},d[e]):t[e]=d[e]),t},{})),instance:m,config:r||{},abort:h}}}function Ct(t,e){var n=zt(t);if(n&&n.name===e){var r=zt(n.method),o=r?'or "'.concat(r.method,'"'):"";throw new Error(['Plugin "'.concat(e,'" is calling method [').concat(t,"]"),"Plugins should not call their own namespace.",'Use "'.concat(n.method,'" ').concat(o,' in "').concat(e,'" plugin instead of "').concat(t,'"')].join("\n"))}}function zt(t){var e=t.match(/(.*):(.*)/);return!!e&&{method:e[1],name:e[2]}}function Ft(){return(new Date).getTime()}var $t=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},Dt=function t(){var i=this;$t(this,t),o(this,"before",[]),o(this,"after",[]),o(this,"addMiddleware",function(t,e){i[e]=i[e].concat(t)}),o(this,"removeMiddleware",function(e,t){var n=i[t].findIndex(function(t){return t===e});-1!==n&&(i[t]=[].concat(_(i[t].slice(0,n)),_(i[t].slice(n+1))))}),o(this,"resetMiddlewares",function(t){t?i[t]=[]:(i.before=[],i.after=[])}),o(this,"dynamicMiddlewares",function(a){return function(o){return function(r){return function(t){var e={getState:o.getState,dispatch:function(t){return o.dispatch(t)}},n=i[a].map(function(t){return t(e)});return C.apply(void 0,_(n))(r)(t)}}}})},Gt={};function Ut(c){return function(){var n=0<arguments.length&&void 0!==arguments[0]?arguments[0]:Gt,t=1<arguments.length?arguments[1]:void 0,e={};if("initialize:aborted"===t.type)return n;if(/^registerPlugin:([^:]*)$/.test(t.type)){var r=t.type.split(":")[1],o=c()[r];return o&&r?(e[r]={enabled:!0,initialized:!o.initialize,loaded:Boolean(o.loaded()),config:o.config||{}},T({},n,e)):n}if(/^initialize:([^:]*)$/.test(t.type)){var a=t.type.split(":")[1],i=c()[a];return i&&a?(e[a]=T({},n[a],{initialized:!0,loaded:Boolean(i.loaded())}),T({},n,e)):n}if(/^ready:([^:]*)$/.test(t.type))return e[t.name]=T({},n[t.name],{loaded:!0}),T({},n,e);switch(t.type){case nt.pluginFailed:return e[t.name]=T({},n[t.name],{loaded:!1}),T({},n,e);case nt.disablePlugin:return Array.isArray(t.name)?e=t.name.reduce(function(t,e){return t[e]=T({},n[e],{enabled:!1}),t},n):e[t.name]=T({},n[t.name],{enabled:!1}),T({},n,e);case nt.enablePlugin:return Array.isArray(t.name)?e=t.name.reduce(function(t,e){return t[e]=T({},n[e],{enabled:!0}),t},n):e[t.name]=T({},n[t.name],{enabled:!0}),T({},n,e);default:return n}}}var Vt,Yt,Jt,Bt;Vt=function(){if(!F)return!1;var t=navigator.appVersion;return-1!==t.indexOf("Win")?"Windows":-1!==t.indexOf("Mac")?"MacOS":-1!==t.indexOf("X11")?"UNIX":-1!==t.indexOf("Linux")?"Linux":"Unknown OS"}(),Yt=function(t,e){if(!F)return!1;var n={source:"(direct)",medium:"(none)",campaign:"(not set)"};t&&V(t)&&(n.referrer=t);var r=function(t){if(!t||!F)return!1;var e,n,r=H(t),o=document.createElement("a");if(o.href=t,-1<o.hostname.indexOf("google")&&(r="google"),W[r]){var a=W[r],i="string"==typeof a?a:a.p,c=new RegExp(i+"=.*?([^&#]*|$)","gi"),u=o.search.match(c);return{source:a.n||(e=r,n=e.split("."),1<n.length?n.slice(0,-1).join("."):e),medium:"organic",term:(u?u[0].split("=")[1]:"")||"(not provided)"}}var s=V(t)?"referral":"internal";return{source:o.hostname,medium:s}}(t);r&&Object.keys(r).length&&(n=Object.assign({},n,r));var o=Y(e),a=Object.keys(o);if(a.length){var i=a.reduce(function(t,e){return e.match(/^utm_/)&&(t["".concat(e.replace(/^utm_/,""))]=o[e]),e.match(/^(d|g)clid/)&&(t.source="google",t.medium=o.gclid?"cpc":"cpm",t[e]=o[e]),t},{});n=Object.assign({},n,i),(o.dclid||o.gclid)&&(n.source="google",n.medium=o.gclid?"cpc":"cpm")}return n}(),Jt=function(){if(!F)return null;var t=navigator,e=t.language,n=t.languages,r=t.userLanguage;return n&&n.length?n[0]:r||e}(),Bt="undefined"==typeof Intl||"function"!=typeof Intl.DateTimeFormat||"function"!=typeof Intl.DateTimeFormat().resolvedOptions?null:Intl.DateTimeFormat().resolvedOptions().timeZone;var Ht={initialized:!1,sessionId:tt(),app:null,version:null,debug:!1,offline:!!F&&!navigator.onLine,os:{name:Vt},userAgent:F?navigator.userAgent:"node",library:{name:"analytics",version:"0.1.0"},timezone:Bt,locale:Jt,campaign:{},referrer:Yt};function Wt(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:Ht,e=1<arguments.length?arguments[1]:void 0,n=t.initialized,r=e.type,o=e.campaign;switch(r){case nt.campaign:return T({},t,{campaign:o});case nt.offline:return T({},t,{offline:!0});case nt.online:return T({},t,{offline:!1});default:return n?t:T({},Ht,t,{initialized:!0})}}var Xt=function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};if(!F)return t;var e=document,n=e.title,r=e.referrer,o=window,a=o.location,i=o.innerWidth,c=o.innerHeight,u=a.hash,s=a.search,l=a.pathname,f=a.href,p=T({title:n,url:f,path:l,hash:u,search:s,width:i,height:c},t);return r&&""!==r&&(p.referrer=r),p},Zt=T({},Xt());function Kt(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:Zt,e=1<arguments.length?arguments[1]:void 0;switch(e.type){case nt.page:return Object.assign({},t,e.data);default:return t}}var Qt={event:{},lastEvent:null,history:[]};function te(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:Qt,e=1<arguments.length?arguments[1]:void 0,n=e.type,r=e.payload,o=e.options,a=e.eventName;switch(n){case nt.track:return T({},t,{event:{eventName:a,payload:r,options:o},lastEvent:e.eventName,history:t.history.concat(e)});default:return t}}var ee={actions:[]};function ne(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:ee,e=1<arguments.length?arguments[1]:void 0,n=e.type;e.data,e.timestamp;switch(n){case"queue":return T({},t,{actions:t.actions.concat(e)});case"dequeue":return[];default:return t}}function re(){return{userId:Q.getItem(ot),anonymousId:Q.getItem(rt),traits:Q.getItem(at)||{}}}function oe(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},e=1<arguments.length?arguments[1]:void 0;if(e&&e.type===nt.setItemCompleted&&e.key===rt)return Object.assign({},t,{anonymousId:e.value});switch(e.type){case nt.identify:return Object.assign({},t,{userId:e.userId,traits:T({},t.traits,e.traits)});case nt.reset:return Object.assign({},t,{userId:null,anonymousId:null,traits:null});default:return t}}function ae(t,e,n,r){for(r=0,e=e.split?e.split("."):e;t&&r<e.length;)t=t[e[r++]];return void 0===t||r<e.length?n:t}function ie(e){var n=function(t,e,n){if(!F)return!1;var r=window[(n?"add":"remove")+"EventListener"];t.split(" ").forEach(function(t){r(t,e)})}.bind(null,"online offline",function(t){return Promise.resolve(!navigator.onLine).then(e)});return n(!0),function(t){n(!1)}}function ce(){return Array.prototype.slice.call(arguments).reduce(function(t,e){return t||("function"==typeof e?e:t)},!1)}var ue="object"===("undefined"==typeof self?"undefined":M(self))&&self.self===self&&self||"object"===("undefined"==typeof global?"undefined":M(global))&&global.global===global&&global||void 0;function se(){return ue.__ANALYTICS_HISTORY__=[],function(a){return function(t,e,n){var r=a(t,e,n),o=r.dispatch;return Object.assign(r,{dispatch:function(t){var e=t.action||t;return ue.__ANALYTICS_HISTORY__.push(e),o(t)}})}}}function le(t){return function(){return C(C.apply(null,arguments),se())}}var fe=function(t,e,n){return{type:nt.setItemStart,timestamp:Ft(),key:t,value:e,options:n}},pe=function(t,e){return{type:nt.removeItemStart,key:t,options:e,timestamp:Ft()}},de=function(t,e){return Q.getItem(t,e)};function he(){var t,s,i,h,m,e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},n=e.reducers||{},r=(e.plugins||[]).reduce(function(t,e){if("function"!=typeof e&&e.NAMESPACE){var n=new Set(t.events.concat(Object.keys(e)));if(t.events=Array.from(n),t.pluginsArray=t.pluginsArray.concat(e),t.plugins[e.NAMESPACE])throw new Error('Analytics "'.concat(e.NAMESPACE,'" loaded twice!'));return t.plugins[e.NAMESPACE]=e,t.plugins[e.NAMESPACE].loaded||(t.plugins[e.NAMESPACE].loaded=function(){return!0}),t}return t.middlewares=t.middlewares.concat(e),t},{plugins:{},pluginsArray:[],middlewares:[],events:[]}),c=r.plugins,a=Object.keys(c),o=["config","loaded","NAMESPACE"],u=r.events.concat(et).filter(function(t){return!o.includes(t)}),l=new Set(u),f=Array.from(l).sort(),p=function(t){return t?Object.keys(c).map(function(t){return c[t]}):c},d=new Dt,y=d.addMiddleware,g=d.removeMiddleware,v=d.dynamicMiddlewares,b={identify:function(t,e,n,r){var o="string"==typeof t?t:null,a="object"===M(t)?t:e,i=n||{},c=ce(e,n,r),u=b.user(),s=o||re().userId;P.dispatch(T({type:nt.identifyStart,userId:s,traits:a,options:i,anonymousId:u.anonymousId},u.id&&u.id!==o&&{previousId:u.id},{meta:T({timestamp:Ft()},c&&{callback:c})}))},track:function(t,e,n,r){var o="object"===M(t)?t.event:t;if(!o||"string"!=typeof o)throw new Error("No eventName not supplied");var a="object"===M(t)?t:e||{},i="object"===M(n)?n:{},c=ce(e,n,r),u=b.user(),s=u.userId,l=u.anonymousId;P.dispatch({type:nt.trackStart,event:o,properties:a,options:i,userId:s,anonymousId:l,meta:T({timestamp:Ft()},c&&{callback:c})})},page:function(t,e,n){var r="object"===M(t)?t:{},o="object"===M(e)?e:{},a=ce(t,e,n),i=b.user(),c=i.userId,u=i.anonymousId;P.dispatch({type:nt.pageStart,properties:T({},Xt(),r),options:o,userId:c,anonymousId:u,meta:T({timestamp:Ft()},a&&{callback:a})})},getState:function(t){var e=P.getState();return t?ae(e,t):Object.assign({},e)},reset:function(t){var e;P.dispatch((e=t,{type:nt.reset,timestamp:Ft(),callback:e}))},dispatch:function(t){var e,n=t;if("string"==typeof t&&(n={type:t}),e=t.type,et.includes(e))throw new Error('Trying to dispatch analytics reservedAction "'.concat(t.type,'"'));var r=T({},n,{meta:{timestamp:Ft()}});n.meta&&(r=T({},r,{meta:T({},r.meta,n.meta)})),P.dispatch(r)},storage:{getItem:de,setItem:function(t,e,n){P.dispatch(fe(t,e,n))},removeItem:function(t,e){P.dispatch(pe(t,e))}},setAnonymousId:function(t,e){b.storage.setItem(rt,t,e)},user:function(t){re();var e=b.getState("user");return t?ae(e,t):e},ready:function(t){return b.on(nt.ready,t)},on:function(n,r){if(!n||!r||"function"!=typeof r)return!1;if("bootstrap"===n)throw new Error("Not allowed to listen to bootstrap");if("*"===n){var t=function(t){return function(e){return function(t){return t.type.match(/Start$|Start:/)&&r({payload:t,instance:b,plugins:c}),e(t)}}},e=function(t){return function(e){return function(t){return t.type.match(/Start$|Start:/)||r({payload:t,instance:b,plugins:c}),e(t)}}};return y(t,"before"),y(e,"after"),function(){g(t,"before"),g(e,"after")}}var o=n.match(/Start$|Start:/)?"before":"after",a=function(t){return function(e){return function(t){return t.type===n&&r({payload:t,instance:b,plugins:c}),e(t)}}};return y(a,o),function(){return g(a,o)}},once:function(t,e){var n=b.on(t,function(t){e(t,b),n()})},enablePlugin:function(t,e){var n,r;P.dispatch((n=t,r=e,{type:nt.enablePlugin,name:n,callback:r}))},disablePlugin:function(t,e){var n,r;P.dispatch((n=t,r=e,{type:nt.disablePlugin,name:n,callback:r}))},loadPlugin:function(t){P.dispatch({type:nt.loadPlugin,plugins:t?[t]:Object.keys(p())})},events:f},w=r.middlewares.concat([v("before"),(h=b,m=p,function(d){return function(p){return e=ht(pt.mark(function t(e){var n,r,o,a,i,c,u,s,l,f;return pt.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(n=e.type,r=e.name,o=e.callback,(a=e).abort)return t.abrupt("return",p(e));t.next=4;break;case 4:if(n!==nt.disablePlugin&&n!==nt.enablePlugin||o&&o(r),n===nt.initializeEnd&&(i=m(),c=Object.keys(i).map(function(t){return i[t]}),u=[],s=[],l=c.map(function(e){var t=e.loaded,n=e.NAMESPACE;return mt(e,t,1e4).then(function(t){d.dispatch({type:"ready:".concat(n),name:n,events:Object.keys(e).filter(function(t){return!["NAMESPACE","config","loaded"].includes(t)})}),u=u.concat(n)}).catch(function(t){if(t instanceof Error)throw new Error(t);return s=s.concat(t.NAMESPACE),t})}),Promise.all(l).then(function(t){setTimeout(function(){d.dispatch({type:"ready",plugins:u,failed:s})},0)})),"bootstrap"!==n)return t.next=9,St(e,m,h,d);t.next=11;break;case 9:return f=t.sent,t.abrupt("return",p(f));case 11:return t.abrupt("return",p(a));case 12:case"end":return t.stop()}},t,this)})),function(t){return e.apply(this,arguments)};var e}}),function(t){return function(a){return function(t){var e=t.type,n=t.key,r=t.value;if(t.timestamp,e===nt.setItem||e===nt.removeItem){if(t.abort)return a(t);var o=e===nt.setItem?"setItem":"removeItem";Q[o](n,r)}return a(t)}}},(i=b,function(a){return function(o){return function(t){if(t.type===nt.bootstrap){Q.getItem(rt)||i.storage.setItem(rt,tt());var n=Y(),e=Object.keys(n);if(e.length){var r=e.reduce(function(t,e){return(e.match(/^utm_/)||e.match(/^(d|g)clid/))&&(t.campaign[e]=n[e]),e.match(/^an_prop_/)&&(t.props["".concat(e.replace(/^an_prop_/,""))]=n[e]),e.match(/^an_trait_/)&&(t.traits["".concat(e.replace(/^an_trait_/,""))]=n[e]),t},{campaign:{},props:{},traits:{}});a.dispatch(T({type:nt.params,raw:n},r)),n.an_uid&&setTimeout(function(){i.identify(n.an_uid,r.traits)},0),n.an_event&&setTimeout(function(){i.track(n.an_event,r.props)},0),Object.keys(r.campaign).length&&a.dispatch({type:nt.campaign,campaign:r.campaign}),n.an_clean&&setTimeout(function(){B("an_")},0)}}return o(t)}}}),(t=b,s=t.storage,function(u){return function(c){return function(t){var e=t.userId,n=t.traits,r=t.options,o=t.callback;if(t.type===nt.reset&&(s.removeItem(ot),s.removeItem(at),s.removeItem(rt),o&&"function"==typeof o&&o()),t.type===nt.identify){var a=s.getItem(ot),i=s.getItem(at)||{};a&&a!==e&&u.dispatch({type:nt.userIdChanged,old:{userId:a,traits:i},new:{userId:e,traits:n},options:r}),e&&s.setItem(ot,e),n&&s.setItem(at,T({},i,n))}return c(t)}}}),v("after")]),S={context:Wt,user:oe,page:Kt,track:te,plugins:Ut(p),queue:ne},x=C,E=C;if(F&&e.debug){var I=window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__;I&&(x=I({trace:!0,traceLimit:25})),E=function(){return 0===arguments.length?se():"object"===M(arguments[0])?le(arguments[0]):le().apply(null,arguments)}}var O,j,k,A=(O=e,Object.keys(O).reduce(function(t,e){return"plugins"===e||"reducers"===e||(t[e]=O[e]),t},{})),N={context:A,user:re(),plugins:r.pluginsArray.reduce(function(t,e){var n=e.NAMESPACE,r=e.config,o=e.loaded;return t[n]={enabled:!0,initialized:!1,loaded:Boolean(o()),config:r||{}},t},{})},P=q(R(T({},S,n)),N,E(x(function(){for(var t=arguments.length,u=Array(t),e=0;e<t;e++)u[e]=arguments[e];return function(c){return function(t,e,n){var r,o=c(t,e,n),a=o.dispatch,i={getState:o.getState,dispatch:function(t){return a(t)}};return r=u.map(function(t){return t(i)}),a=C.apply(void 0,r)(o.dispatch),z({},o,{dispatch:a})}}}.apply(void 0,_(w)))));return P.dispatch({type:nt.bootstrap,plugins:a,config:A}),P.dispatch({type:nt.registerPlugins,plugins:a}),r.pluginsArray.map(function(t,e){var n=t.bootstrap,r=t.config;n&&"function"==typeof n&&n({instance:b,config:r,payload:t});var o=Ut.length===e+1;P.dispatch({type:"registerPlugin:".concat(t.NAMESPACE),name:t.NAMESPACE,plugin:t}),o&&P.dispatch({type:nt.initializeStart,plugins:a})}),ie(function(t){P.dispatch({type:t?nt.offline:nt.online})}),j=P,k=p,setInterval(function(){var a=k(),t=j.getState(),i=t.plugins,e=t.context,c=t.queue;if(!e.offline&&c&&c.actions&&c.actions.length){var n=c.actions.reduce(function(t,e,n){return i[e.plugin].loaded?(t.process.push(e),t.processIndex.push(n)):(t.requeue.push(e),t.requeueIndex.push(n)),t},{processIndex:[],process:[],requeue:[],requeueIndex:[]});if(n.processIndex&&n.processIndex.length){n.processIndex.forEach(function(t){var e=c.actions[t],n=e.plugin,r=e.payload.type,o=a[n][r];o&&"function"==typeof o&&(o({payload:e.payload,config:i[n].config}),j.dispatch(T({},e.payload,{type:"".concat(r,":").concat(n),meta:{called:!0}})))});var r=c.actions.filter(function(t,e){return-1===n.processIndex.indexOf(e)});c.actions=r}}},3e3),e.exposeRedux?Object.assign({},b,{dispatch:P.dispatch,subscribe:P.subscribe,replaceReducer:P.replaceReducer}):b}t.default=he,t.analytics=he,t.EVENTS=nt,t.CONSTANTS=it}(this.window=this.window||{}); | ||
!function(t){"use strict";var e=function(t){if(Array.isArray(t)){for(var e=0,n=new Array(t.length);e<t.length;e++)n[e]=t[e];return n}};var n=function(t){if(Symbol.iterator in Object(t)||"[object Arguments]"===Object.prototype.toString.call(t))return Array.from(t)};var r=function(){throw new TypeError("Invalid attempt to spread non-iterable instance")};var M=function(t){return e(t)||n(t)||r()};var o=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t};var L=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),r.forEach(function(t){o(e,t,n[t])})}return e};function a(t,e){return t(e={exports:{}},e.exports),e.exports}var q=a(function(e){function n(t){return(n="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})(t)}function r(t){return"function"==typeof Symbol&&"symbol"===n(Symbol.iterator)?e.exports=r=function(t){return n(t)}:e.exports=r=function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":n(t)},r(t)}e.exports=r}),i="object"==typeof global&&global&&global.Object===Object&&global,c="object"==typeof self&&self&&self.Object===Object&&self,u=(i||c||Function("return this")()).Symbol,s=Object.prototype,l=s.hasOwnProperty,f=s.toString,p=u?u.toStringTag:void 0;var d=Object.prototype.toString;var h="[object Null]",m="[object Undefined]",g=u?u.toStringTag:void 0;function y(t){return null==t?void 0===t?m:h:g&&g in Object(t)?function(t){var e=l.call(t,p),n=t[p];try{var r=!(t[p]=void 0)}catch(t){}var o=f.call(t);return r&&(e?t[p]=n:delete t[p]),o}(t):(e=t,d.call(e));var e}var v,b,w=(v=Object.getPrototypeOf,b=Object,function(t){return v(b(t))});var S,E="[object Object]",x=Function.prototype,I=Object.prototype,O=x.toString,j=I.hasOwnProperty,k=O.call(Object);S="undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof module?module:Function("return this")();var N,A,_=("function"==typeof(A=S.Symbol)?A.observable?N=A.observable:(N=A("observable"),A.observable=N):N="@@observable",N),P={INIT:"@@redux/INIT"};function R(t,e,n){var r;if("function"==typeof e&&void 0===n&&(n=e,e=void 0),void 0!==n){if("function"!=typeof n)throw new Error("Expected the enhancer to be a function.");return n(R)(t,e)}if("function"!=typeof t)throw new Error("Expected the reducer to be a function.");var o=t,a=e,i=[],c=i,u=!1;function s(){c===i&&(c=i.slice())}function l(){return a}function f(e){if("function"!=typeof e)throw new Error("Expected listener to be a function.");var n=!0;return s(),c.push(e),function(){if(n){n=!1,s();var t=c.indexOf(e);c.splice(t,1)}}}function p(t){if(!function(t){if(null==(e=t)||"object"!=typeof e||y(t)!=E)return!1;var e,n=w(t);if(null===n)return!0;var r=j.call(n,"constructor")&&n.constructor;return"function"==typeof r&&r instanceof r&&O.call(r)==k}(t))throw new Error("Actions must be plain objects. Use custom middleware for async actions.");if(void 0===t.type)throw new Error('Actions may not have an undefined "type" property. Have you misspelled a constant?');if(u)throw new Error("Reducers may not dispatch actions.");try{u=!0,a=o(a,t)}finally{u=!1}for(var e=i=c,n=0;n<e.length;n++){(0,e[n])()}return t}return p({type:P.INIT}),(r={dispatch:p,subscribe:f,getState:l,replaceReducer:function(t){if("function"!=typeof t)throw new Error("Expected the nextReducer to be a function.");o=t,p({type:P.INIT})}})[_]=function(){var t,n=f;return(t={subscribe:function(t){if("object"!=typeof t)throw new TypeError("Expected the observer to be an object.");function e(){t.next&&t.next(l())}return e(),{unsubscribe:n(e)}}})[_]=function(){return this},t},r}function C(t){for(var e=Object.keys(t),d={},n=0;n<e.length;n++){var r=e[n];"function"==typeof t[r]&&(d[r]=t[r])}var o,h=Object.keys(d),m=void 0;try{o=d,Object.keys(o).forEach(function(t){var e=o[t];if(void 0===e(void 0,{type:P.INIT}))throw new Error('Reducer "'+t+"\" returned undefined during initialization. If the state passed to the reducer is undefined, you must explicitly return the initial state. The initial state may not be undefined. If you don't want to set a value for this reducer, you can use null instead of undefined.");if(void 0===e(void 0,{type:"@@redux/PROBE_UNKNOWN_ACTION_"+Math.random().toString(36).substring(7).split("").join(".")}))throw new Error('Reducer "'+t+"\" returned undefined when probed with a random type. Don't try to handle "+P.INIT+' or other actions in "redux/*" namespace. They are considered private. Instead, you must return the current state for any unknown actions, unless it is undefined, in which case you must return the initial state, regardless of the action type. The initial state may not be undefined, but can be null.')})}catch(t){m=t}return function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},e=arguments[1];if(m)throw m;for(var n,r,o,a=!1,i={},c=0;c<h.length;c++){var u=h[c],s=d[u],l=t[u],f=s(l,e);if(void 0===f){var p=(n=u,o=void 0,"Given action "+((o=(r=e)&&r.type)&&'"'+o.toString()+'"'||"an action")+', reducer "'+n+'" returned undefined. To ignore an action, you must explicitly return the previous state. If you want this reducer to hold no value, you can return null instead of undefined.');throw new Error(p)}i[u]=f,a=a||f!==l}return a?i:t}}function z(){for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];return 0===e.length?function(t){return t}:1===e.length?e[0]:e.reduce(function(t,e){return function(){return t(e.apply(void 0,arguments))}})}var F=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t};var V="undefined"!=typeof window;var T=function(){try{if(!V)return!1;document.cookie="cookietest=1";var t=-1!==document.cookie.indexOf("cookietest=");return document.cookie="cookietest=1; expires=Thu, 01-Jan-1970 00:00:01 GMT",t}catch(t){return!1}}();function $(t,e,n){if(!T)return!1;var r="";if(n){var o=new Date;o.setTime(o.getTime()+24*n*60*60*1e3),r="; expires=".concat(o.toGMTString())}document.cookie="".concat(t,"=").concat(e).concat(r,"; path=/")}function D(t){if(!T)return!1;for(var e="".concat(t,"="),n=document.cookie.split(";"),r=0;r<n.length;r++){for(var o=n[r];" "===o.charAt(0);)o=o.substring(1,o.length);if(0===o.indexOf(e))return o.substring(e.length,o.length)}return null}function G(t){return decodeURIComponent(t).replace(/\+/g," ")}function U(t){if(!V)return!1;var e=t||document.referrer;if(e){var n=window.document.location.port,r=e.split("/")[2];return n&&(r=r.replace(":".concat(n),"")),r!==window.location.hostname}return!1}function Y(t){var e=function(t){if(t){var e=t.match(/\?(.*)/);return e&&e[1]?e[1].split("#")[0]:""}return V&&window.location.search.substring(1)}(t);return e?function(t){var e,n=/([^&=]+)=?([^&]*)/g,r={};for(;e=n.exec(t);){var o=G(e[1]),a=G(e[2]);if("[]"===o.substring(o.length-2))o=o.substring(0,o.length-2),(r[o]||(r[o]=[])).push(a);else{var i=""===a||a;r[o]=i}}for(var c in r){var u=c.split("[");if(1<u.length){var s=[];u.forEach(function(t,e){var n=t.replace(/[?[\]\\ ]/g,"");s.push(n)}),J(r,s,r[c]),delete r[c]}}return r}(e):{}}function J(t,e,n){for(var r=e.length-1,o=0;o<r;++o){var a=e[o];a in t||(t[a]={}),t=t[a]}t[e[r]]=n}function B(o,a){return new Promise(function(t,e){if(V&&window.history&&window.history.replaceState){var n=window.location.href,r=function(t,e){var n=(t.split("?")||[,])[1];if(!n||-1===n.indexOf(e))return t;var r=new RegExp("(\\&|\\?)".concat(e,"([_A-Za-z0-9=.%]+)"),"g"),o="?".concat(n).replace(r,"").replace(/^&/,"?");return t.replace("?".concat(n),o)}(n,o);n!==r&&history.replaceState({},"",r)}return a&&a(),t()})}function H(t){return(function(t){if(!V)return null;var e=document.createElement("a");return e.setAttribute("href",t),e.hostname}(t)||"").split(".").slice(-2).join(".")}var W={"daum.net":"q","eniro.se":"search_word","naver.com":"query","yahoo.com":"p","msn.com":"q","aol.com":"q","lycos.com":"q","ask.com":"q","altavista.com":"q","cnn.com":"query","about.com":"terms","alltheweb.com":"q","voila.fr":"rdata","baidu.com":"wd","alice.com":"qs","yandex.com":"text","seznam.cz":"q","search.com":"q","szukacz.pl":"q","yam.com":"k","pchome.com":"q","kvasir.no":"q","sesam.no":"q","ozu.es":"q","terra.com":"query","mynet.com":"q","ekolay.net":"q","rambler.ru":"words",google:"q","wp.pl":{p:"szukaj ",n:"wirtulana polska"},"online.onetcenter.org":{p:"qt",n:"o*net"},"najdi.org.mk":{p:"q",n:"najdi"},"search.virgilio.it":{p:"qs",n:"virgilio"},"mamma.com":{p:"query",n:"mama"},"search.netscape.com":{p:"query",n:"netscape"},"bing.com":{p:"q",n:"live"}};function X(t){return(X="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})(t)}function Z(e){var n;try{void 0===(n=JSON.parse(e))&&(n=e),"true"===n&&(n=!0),"false"===n&&(n=!1),parseFloat(n)===n&&"object"!==X(n)&&(n=parseFloat(n))}catch(t){n=e}return n}var K="undefined"!=typeof self&&self?self:"undefined"!=typeof window&&window?window:"undefined"!=typeof global&&global?global:"undefined"!=typeof globalThis&&globalThis?globalThis:void 0,Q=function(){try{if("undefined"==typeof localStorage||"undefined"==typeof JSON)return!1;localStorage.setItem("_test_","1"),localStorage.removeItem("_test_")}catch(t){return!1}return!0}();var tt={getItem:function(t){var e=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{};if(!t)return null;var n=e.storage;if(Q&&(!n||"localStorage"===n)){var r=localStorage.getItem(t);if(r||"localStorage"===n)return Z(r)}if(T&&(!n||"cookie"===n)){var o=D(t);if(o||"cookie"===n)return Z(o)}return K[t]||null},setItem:function(t,e){var n=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{};if(!t||!e)return!1;var r=n.storage,o=JSON.stringify(e);if(Q&&(!r||"localStorage"===r)){var a=Z(localStorage.getItem(t));return localStorage.setItem(t,o),{value:e,oldValue:a,type:"localStorage"}}if(T&&(!r||"cookie"===r)){var i=Z(D(t));return $(t,o),{value:e,oldValue:i,type:"cookie"}}var c=K[t];return{value:K[t]=e,oldValue:c,type:"window"}},removeItem:function(t){var e=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{};if(!t)return!1;var n=e.storage;return!Q||n&&"localStorage"!==n?!T||n&&"cookie"!==n?K[t]=null:(r=t,T&&$(r,"",-1),null):(localStorage.removeItem(t),null);var r}};function et(){for(var t,e,n,r,o=[],a=0;a<256;a++)o[a]=(a<16?"0":"")+a.toString(16);return t=4294967295*Math.random()|0,e=4294967295*Math.random()|0,n=4294967295*Math.random()|0,r=4294967295*Math.random()|0,"".concat(o[255&t]+o[t>>8&255]+o[t>>16&255]+o[t>>24&255],"-").concat(o[255&e]).concat(o[e>>8&255],"-").concat(o[e>>16&15|64]).concat(o[e>>24&255],"-").concat(o[63&n|128]).concat(o[n>>8&255],"-").concat(o[n>>16&255]).concat(o[n>>24&255]).concat(o[255&r]).concat(o[r>>8&255]).concat(o[r>>16&255]).concat(o[r>>24&255])}var nt=["bootstrap","params","campaign","initializeStart","initialize","initializeEnd","ready","reset","pageStart","page","pageEnd","pageAborted","trackStart","track","trackEnd","trackAborted","identifyStart","identify","identifyEnd","identifyAborted","userIdChanged","registerPlugins","pluginRegister","pluginsRegistered","pluginFailed","loadPlugin","enablePlugin","disablePlugin","online","offline","setItemStart","setItem","setItemEnd","setItemAborted","removeItemStart","removeItem","removeItemEnd","removeItemAborted"],rt=nt.reduce(function(t,e){return t[e]=e,t},{pluginRegisterType:function(t){return"pluginRegister:".concat(t)},pluginReadyType:function(t){return"pluginReady:".concat(t)}});var ot="__anon_id",at="__user_id",it="__user_traits",ct=Object.freeze({ANON_ID:ot,USER_ID:at,USER_TRAITS:it});var ut=a(function(P){!function(t){var u,e=Object.prototype,s=e.hasOwnProperty,n="function"==typeof Symbol?Symbol:{},o=n.iterator||"@@iterator",r=n.asyncIterator||"@@asyncIterator",a=n.toStringTag||"@@toStringTag",i=t.regeneratorRuntime;if(i)P.exports=i;else{(i=t.regeneratorRuntime=P.exports).wrap=v;var f="suspendedStart",p="suspendedYield",d="executing",h="completed",m={},c={};c[o]=function(){return this};var l=Object.getPrototypeOf,g=l&&l(l(A([])));g&&g!==e&&s.call(g,o)&&(c=g);var y=E.prototype=w.prototype=Object.create(c);S.prototype=y.constructor=E,E.constructor=S,E[a]=S.displayName="GeneratorFunction",i.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===S||"GeneratorFunction"===(e.displayName||e.name))},i.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,E):(t.__proto__=E,a in t||(t[a]="GeneratorFunction")),t.prototype=Object.create(y),t},i.awrap=function(t){return{__await:t}},x(I.prototype),I.prototype[r]=function(){return this},i.AsyncIterator=I,i.async=function(t,e,n,r){var o=new I(v(t,e,n,r));return i.isGeneratorFunction(e)?o:o.next().then(function(t){return t.done?t.value:o.next()})},x(y),y[a]="Generator",y[o]=function(){return this},y.toString=function(){return"[object Generator]"},i.keys=function(n){var r=[];for(var t in n)r.push(t);return r.reverse(),function t(){for(;r.length;){var e=r.pop();if(e in n)return t.value=e,t.done=!1,t}return t.done=!0,t}},i.values=A,N.prototype={constructor:N,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=u,this.done=!1,this.delegate=null,this.method="next",this.arg=u,this.tryEntries.forEach(k),!t)for(var e in this)"t"===e.charAt(0)&&s.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=u)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(n){if(this.done)throw n;var r=this;function t(t,e){return a.type="throw",a.arg=n,r.next=t,e&&(r.method="next",r.arg=u),!!e}for(var e=this.tryEntries.length-1;0<=e;--e){var o=this.tryEntries[e],a=o.completion;if("root"===o.tryLoc)return t("end");if(o.tryLoc<=this.prev){var i=s.call(o,"catchLoc"),c=s.call(o,"finallyLoc");if(i&&c){if(this.prev<o.catchLoc)return t(o.catchLoc,!0);if(this.prev<o.finallyLoc)return t(o.finallyLoc)}else if(i){if(this.prev<o.catchLoc)return t(o.catchLoc,!0)}else{if(!c)throw new Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return t(o.finallyLoc)}}}},abrupt:function(t,e){for(var n=this.tryEntries.length-1;0<=n;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&s.call(r,"finallyLoc")&&this.prev<r.finallyLoc){var o=r;break}}o&&("break"===t||"continue"===t)&&o.tryLoc<=e&&e<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=t,a.arg=e,o?(this.method="next",this.next=o.finallyLoc,m):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),m},finish:function(t){for(var e=this.tryEntries.length-1;0<=e;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),k(n),m}},catch:function(t){for(var e=this.tryEntries.length-1;0<=e;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var r=n.completion;if("throw"===r.type){var o=r.arg;k(n)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,n){return this.delegate={iterator:A(t),resultName:e,nextLoc:n},"next"===this.method&&(this.arg=u),m}}}function v(t,e,n,r){var a,i,c,u,o=e&&e.prototype instanceof w?e:w,s=Object.create(o.prototype),l=new N(r||[]);return s._invoke=(a=t,i=n,c=l,u=f,function(t,e){if(u===d)throw new Error("Generator is already running");if(u===h){if("throw"===t)throw e;return _()}for(c.method=t,c.arg=e;;){var n=c.delegate;if(n){var r=O(n,c);if(r){if(r===m)continue;return r}}if("next"===c.method)c.sent=c._sent=c.arg;else if("throw"===c.method){if(u===f)throw u=h,c.arg;c.dispatchException(c.arg)}else"return"===c.method&&c.abrupt("return",c.arg);u=d;var o=b(a,i,c);if("normal"===o.type){if(u=c.done?h:p,o.arg===m)continue;return{value:o.arg,done:c.done}}"throw"===o.type&&(u=h,c.method="throw",c.arg=o.arg)}}),s}function b(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}function w(){}function S(){}function E(){}function x(t){["next","throw","return"].forEach(function(e){t[e]=function(t){return this._invoke(e,t)}})}function I(u){var e;this._invoke=function(n,r){function t(){return new Promise(function(t,e){!function e(t,n,r,o){var a=b(u[t],u,n);if("throw"!==a.type){var i=a.arg,c=i.value;return c&&"object"==typeof c&&s.call(c,"__await")?Promise.resolve(c.__await).then(function(t){e("next",t,r,o)},function(t){e("throw",t,r,o)}):Promise.resolve(c).then(function(t){i.value=t,r(i)},function(t){return e("throw",t,r,o)})}o(a.arg)}(n,r,t,e)})}return e=e?e.then(t,t):t()}}function O(t,e){var n=t.iterator[e.method];if(n===u){if(e.delegate=null,"throw"===e.method){if(t.iterator.return&&(e.method="return",e.arg=u,O(t,e),"throw"===e.method))return m;e.method="throw",e.arg=new TypeError("The iterator does not provide a 'throw' method")}return m}var r=b(n,t.iterator,e.arg);if("throw"===r.type)return e.method="throw",e.arg=r.arg,e.delegate=null,m;var o=r.arg;return o?o.done?(e[t.resultName]=o.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=u),e.delegate=null,m):o:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,m)}function j(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function k(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function N(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(j,this),this.reset(!0)}function A(e){if(e){var t=e[o];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var n=-1,r=function t(){for(;++n<e.length;)if(s.call(e,n))return t.value=e[n],t.done=!1,t;return t.value=u,t.done=!0,t};return r.next=r}}return{next:_}}function _(){return{value:u,done:!0}}}(function(){return this||"object"==typeof self&&self}()||Function("return this")())}),st=function(){return this||"object"==typeof self&&self}()||Function("return this")(),lt=st.regeneratorRuntime&&0<=Object.getOwnPropertyNames(st).indexOf("regeneratorRuntime"),ft=lt&&st.regeneratorRuntime;st.regeneratorRuntime=void 0;var pt=ut;if(lt)st.regeneratorRuntime=ft;else try{delete st.regeneratorRuntime}catch(t){st.regeneratorRuntime=void 0}var dt=pt;function ht(t,e,n,r,o,a,i){try{var c=t[a](i),u=c.value}catch(t){return void n(t)}c.done?e(u):Promise.resolve(u).then(r,o)}var mt=function(c){return function(){var t=this,i=arguments;return new Promise(function(e,n){var r=c.apply(t,i);function o(t){ht(r,e,n,o,a,"next",t)}function a(t){ht(r,e,n,o,a,"throw",t)}o(void 0)})}};function gt(o,a,i){return new Promise(function(e,n){return a()?e(o):i<1?n(L({},o,{queue:!0})):(r=10,new Promise(function(t){return setTimeout(t,r)})).then(function(t){return gt(o,a,i-10).then(e,n)});var r})}var yt=function(t){if(Array.isArray(t))return t};var vt=function(t,e){var n=[],r=!0,o=!1,a=void 0;try{for(var i,c=t[Symbol.iterator]();!(r=(i=c.next()).done)&&(n.push(i.value),!e||n.length!==e);r=!0);}catch(t){o=!0,a=t}finally{try{r||null==c.return||c.return()}finally{if(o)throw a}}return n};var bt=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")};var wt=function(t,e){return yt(t)||vt(t,e)||bt()};function St(e){var n=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},r=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{};return Object.keys(e).filter(function(t){var e=r.plugins||{};return!1!==e[t]&&(!0===e[t]||(!n[t]||!1!==n[t].enabled))}).map(function(t){return e[t]})}function Et(t,e,n,r,o){return xt.apply(this,arguments)}function xt(){return(xt=mt(dt.mark(function t(e,n,r,o,a){var i,c,u,s,l,f,p,d,h,m,g;return dt.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(i=n(),c=e.type,e.meta&&e.meta.called)return t.abrupt("return",e);t.next=4;break;case 4:return u=r.getState(),s=St(i,u.plugins,e.options),l=s.map(function(t){return t.NAMESPACE}),f=Tt(c,s,i),t.next=10,Ot({action:e,data:{exact:f.before,namespaced:f.beforeNS},state:u,allPlugins:i,allMatches:f,instance:r,store:o,EVENTS:a});case 10:if(Lt(p=t.sent,l.length))return t.abrupt("return",p);t.next=13;break;case 13:if(s.filter(function(t){return!Mt(p,t.NAMESPACE)}),c.replace(/Start$/,"")!==c){t.next=20;break}t.t0=p,t.next=23;break;case 20:return t.next=22,Ot({action:L({},p,{type:_t(c)}),data:{exact:f.during,namespaced:f.duringNS},state:u,allPlugins:i,allMatches:f,instance:r,store:o,EVENTS:a});case 22:t.t0=t.sent;case 23:return d=t.t0,h="".concat(_t(c),"End"),t.next=27,Ot({action:L({},d,{type:h}),data:{exact:f.after,namespaced:f.afterNS},state:u,allPlugins:i,allMatches:f,instance:r,store:o,EVENTS:a});case 27:return m=t.sent,(g=It(m))&&g({payload:m}),t.abrupt("return",p);case 31:case"end":return t.stop()}},t,this)}))).apply(this,arguments)}function It(r){return!!r.meta&&Object.keys(r.meta).reduce(function(t,e){var n=r.meta[e];return"function"==typeof n?n:t},!1)}function Ot(t){return jt.apply(this,arguments)}function jt(){return(jt=mt(dt.mark(function t(e){var m,i,g,n,y,r,v,o,b,w,a,S,E,x,c;return dt.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return m=e.data,i=e.action,g=e.instance,n=e.state,y=e.allPlugins,r=e.allMatches,v=e.store,o=e.EVENTS,b=n.plugins,w=i.type,a=m.exact.map(function(t){return t.pluginName}),w.match(/Start$/)&&(a=r.during.map(function(t){return t.pluginName})),S=Ct(g,a),E=m.exact.reduce(function(t,e){var n=e.pluginName,r=!1;return e.methodName.match(/^initialize/)||(r=!b[n].loaded),t["".concat(n)]=r,t},{}),t.next=9,m.exact.reduce(function(){var r=mt(dt.mark(function t(e,n,r){var u,o,a;return dt.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return u=n.pluginName,t.next=3,e;case 3:if(o=t.sent,m.namespaced&&m.namespaced[u])return t.next=7,m.namespaced[u].reduce(function(){var r=mt(dt.mark(function t(e,n,r){var o,a,i,c;return dt.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return a=function(n,r,o){return function(t,e){return L({},n,{abort:{reason:t,plugins:e||[r],caller:w,from:o||r}})}},t.next=3,e;case 3:if(o=t.sent,n.method&&"function"==typeof n.method){t.next=6;break}return t.abrupt("return",o);case 6:return zt(n.methodName,n.pluginName),t.next=9,n.method({payload:o,instance:g,abort:a(o,u,n.pluginName),config:Nt(u,b,y),plugins:b});case 9:return i=t.sent,c="object"===q(i)?i:{},t.abrupt("return",Promise.resolve(L({},o,c)));case 12:case"end":return t.stop()}},t,this)}));return function(t,e,n){return r.apply(this,arguments)}}(),Promise.resolve(i));t.next=11;break;case 7:a=t.sent,o[u]=a,t.next=12;break;case 11:o[u]=i;case 12:return t.abrupt("return",Promise.resolve(o));case 13:case"end":return t.stop()}},t,this)}));return function(t,e,n){return r.apply(this,arguments)}}(),Promise.resolve({}));case 9:return x=t.sent,t.next=12,m.exact.reduce(function(){var r=mt(dt.mark(function t(e,n,r){var o,a,i,c,u,s,l,f,p,d,h;return dt.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return o=m.exact.length===r+1,a=n.pluginName,i=y[a],t.next=5,e;case 5:if(c=t.sent,Mt(u=x[a]?x[a]:{},a))return kt({data:u,method:w,instance:g,pluginName:a,store:v}),t.abrupt("return",Promise.resolve(c));t.next=10;break;case 10:if(Mt(c,a))return o&&kt({data:c,method:w,instance:g,store:v}),t.abrupt("return",Promise.resolve(c));t.next=13;break;case 13:if(E.hasOwnProperty(a)&&!0===E[a])return v.dispatch({type:"queue",plugin:a,payload:u,meta:{called:!0}}),t.abrupt("return",Promise.resolve(c));t.next=16;break;case 16:return s=S(x[a],y[a]),t.next=19,i[w]({hello:a,abort:s.abort,payload:x[a],instance:g,config:Nt(a,b,y),plugins:b});case 19:return l=t.sent,f="object"===q(l)?l:{},p=L({},c,f),Mt(d=x[a],a)?kt({data:d,method:w,instance:g,pluginName:a,store:v}):(h="".concat(w,":").concat(a),(h.match(/:/g)||[]).length<2&&!w.match(/^bootstrap/)&&!w.match(/^ready/)&&g.dispatch(L({},d,{type:"".concat(w,":").concat(a),meta:{called:!0,subMethod:!0}}))),t.abrupt("return",Promise.resolve(p));case 25:case"end":return t.stop()}},t,this)}));return function(t,e,n){return r.apply(this,arguments)}}(),Promise.resolve(i));case 12:if(c=t.sent,w.match(/Start$/)||w.match(/^registerPlugin/)||w.match(/^ready/)||w.match(/^bootstrap/)||w.match(/^params/)){t.next=18;break}if(o.plugins.includes(w),c.meta&&c.meta.__oa===w)return t.abrupt("return",c);t.next=17;break;case 17:v.dispatch(L({},c,{meta:{called:!0,__oa:c.type}}));case 18:return t.abrupt("return",c);case 19:case"end":return t.stop()}},t,this)}))).apply(this,arguments)}function kt(t){var e=t.data,n=t.method,r=(t.instance,t.pluginName),o=t.store,a=r?":".concat(r):"";o.dispatch(L({},e,{type:"".concat(n,"Aborted").concat(a),meta:{called:!0}}))}function Nt(t,e,n){return e[t]&&e[t].config?e[t].config:n[t]&&n[t].config?n[t].config:{}}function At(n,t){return t.reduce(function(t,e){return e[n]?t.concat({methodName:n,pluginName:e.NAMESPACE,method:e[n]}):t},[])}function _t(t){return t.replace(/Start$/,"")}function Pt(t,e){var n=_t(t),r=e?":".concat(e):"";return["".concat(t).concat(r),"".concat(n).concat(r),"".concat(n,"End").concat(r)]}function Tt(u,s,t){var e=Pt(u).map(function(t){return At(t,s)});return s.reduce(function(t,e){var n=e.NAMESPACE,r=Pt(u,n).map(function(t){return At(t,s)}),o=wt(r,3),a=o[0],i=o[1],c=o[2];return a.length&&(t.beforeNS[n]=a),i.length&&(t.duringNS[n]=i),c.length&&(t.afterNS[n]=c),t},{before:e[0],beforeNS:{},during:e[1],duringNS:{},after:e[2],afterNS:{}})}function Mt(t,e){var n=t.abort;return!!n&&(!0===n||(Rt(n,e)||n&&Rt(n.plugins,e)))}function Lt(t,e){var n=t.abort;if(!n)return!1;if(!0===n||"string"==typeof n)return!0;var r=n.plugins;return qt(n)&&n.length===e||qt(r)&&r.length===e}function qt(t){return Array.isArray(t)}function Rt(t,e){return!(!t||!qt(t))&&t.includes(e)}function Ct(m,g){return function(t,e,n){var r=e.config,o=e.NAMESPACE,a="".concat(o,".").concat(t.type);n&&(a=n.event);var i,c,u,s,l,f,p,d,h=t.type.match(/Start$/)?(u=o,s=a,l=g,f=n,p=t,function(t,e){var n=f?f.NAMESPACE:u,r=e&&qt(e)?e:l;if(f&&(!(r=e&&qt(e)?e:[u]).includes(u)||1!==r.length))throw new Error('Method "'.concat(s,'" can only abort "').concat(u,'" plugin. ').concat(JSON.stringify(r)," input valid"));return L({},p,{abort:{reason:t,plugins:r,caller:s,_:n}})}):(i=t,c=a,function(){throw new Error('Action "'.concat(i.type,'" is not cancellable. Remove abort call from plugin ').concat(c))});return{payload:(d=t,Object.keys(d).reduce(function(t,e){return"type"===e||("object"===q(d[e])?t[e]=Object.assign({},d[e]):t[e]=d[e]),t},{})),instance:m,config:r||{},abort:h}}}function zt(t,e){var n=Ft(t);if(n&&n.name===e){var r=Ft(n.method),o=r?'or "'.concat(r.method,'"'):"";throw new Error(['Plugin "'.concat(e,'" is calling method [').concat(t,"]"),"Plugins should not call their own namespace.",'Use "'.concat(n.method,'" ').concat(o,' in "').concat(e,'" plugin instead of "').concat(t,'"')].join("\n"))}}function Ft(t){var e=t.match(/(.*):(.*)/);return!!e&&{method:e[1],name:e[2]}}function Vt(){return(new Date).getTime()}var $t=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},Dt=function t(){var i=this;$t(this,t),o(this,"before",[]),o(this,"after",[]),o(this,"addMiddleware",function(t,e){i[e]=i[e].concat(t)}),o(this,"removeMiddleware",function(e,t){var n=i[t].findIndex(function(t){return t===e});-1!==n&&(i[t]=[].concat(M(i[t].slice(0,n)),M(i[t].slice(n+1))))}),o(this,"resetMiddlewares",function(t){t?i[t]=[]:(i.before=[],i.after=[])}),o(this,"dynamicMiddlewares",function(a){return function(o){return function(r){return function(t){var e={getState:o.getState,dispatch:function(t){return o.dispatch(t)}},n=i[a].map(function(t){return t(e)});return z.apply(void 0,M(n))(r)(t)}}}})},Gt={};function Ut(c){return function(){var n=0<arguments.length&&void 0!==arguments[0]?arguments[0]:Gt,t=1<arguments.length?arguments[1]:void 0,e={};if("initialize:aborted"===t.type)return n;if(/^registerPlugin:([^:]*)$/.test(t.type)){var r=t.type.split(":")[1],o=c()[r];return o&&r?(e[r]={enabled:!0,initialized:!o.initialize,loaded:Boolean(o.loaded()),config:o.config||{}},L({},n,e)):n}if(/^initialize:([^:]*)$/.test(t.type)){var a=t.type.split(":")[1],i=c()[a];return i&&a?(e[a]=L({},n[a],{initialized:!0,loaded:Boolean(i.loaded())}),L({},n,e)):n}if(/^ready:([^:]*)$/.test(t.type))return e[t.name]=L({},n[t.name],{loaded:!0}),L({},n,e);switch(t.type){case rt.pluginFailed:return e[t.name]=L({},n[t.name],{loaded:!1}),L({},n,e);case rt.disablePlugin:return Array.isArray(t.name)?e=t.name.reduce(function(t,e){return t[e]=L({},n[e],{enabled:!1}),t},n):e[t.name]=L({},n[t.name],{enabled:!1}),L({},n,e);case rt.enablePlugin:return Array.isArray(t.name)?e=t.name.reduce(function(t,e){return t[e]=L({},n[e],{enabled:!0}),t},n):e[t.name]=L({},n[t.name],{enabled:!0}),L({},n,e);default:return n}}}var Yt,Jt,Bt,Ht;Yt=function(){if(!V)return!1;var t=navigator.appVersion;return-1!==t.indexOf("Win")?"Windows":-1!==t.indexOf("Mac")?"MacOS":-1!==t.indexOf("X11")?"UNIX":-1!==t.indexOf("Linux")?"Linux":"Unknown OS"}(),Jt=function(t,e){if(!V)return!1;var n={source:"(direct)",medium:"(none)",campaign:"(not set)"};t&&U(t)&&(n.referrer=t);var r=function(t){if(!t||!V)return!1;var e,n,r=H(t),o=document.createElement("a");if(o.href=t,-1<o.hostname.indexOf("google")&&(r="google"),W[r]){var a=W[r],i="string"==typeof a?a:a.p,c=new RegExp(i+"=.*?([^&#]*|$)","gi"),u=o.search.match(c);return{source:a.n||(e=r,n=e.split("."),1<n.length?n.slice(0,-1).join("."):e),medium:"organic",term:(u?u[0].split("=")[1]:"")||"(not provided)"}}var s=U(t)?"referral":"internal";return{source:o.hostname,medium:s}}(t);r&&Object.keys(r).length&&(n=Object.assign({},n,r));var o=Y(e),a=Object.keys(o);if(a.length){var i=a.reduce(function(t,e){return e.match(/^utm_/)&&(t["".concat(e.replace(/^utm_/,""))]=o[e]),e.match(/^(d|g)clid/)&&(t.source="google",t.medium=o.gclid?"cpc":"cpm",t[e]=o[e]),t},{});n=Object.assign({},n,i),(o.dclid||o.gclid)&&(n.source="google",n.medium=o.gclid?"cpc":"cpm")}return n}(),Bt=function(){if(!V)return null;var t=navigator,e=t.language,n=t.languages,r=t.userLanguage;return n&&n.length?n[0]:r||e}(),Ht="undefined"==typeof Intl||"function"!=typeof Intl.DateTimeFormat||"function"!=typeof Intl.DateTimeFormat().resolvedOptions?null:Intl.DateTimeFormat().resolvedOptions().timeZone;var Wt={initialized:!1,sessionId:et(),app:null,version:null,debug:!1,offline:!!V&&!navigator.onLine,os:{name:Yt},userAgent:V?navigator.userAgent:"node",library:{name:"analytics",version:"0.1.1"},timezone:Ht,locale:Bt,campaign:{},referrer:Jt};function Xt(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:Wt,e=1<arguments.length?arguments[1]:void 0,n=t.initialized,r=e.type,o=e.campaign;switch(r){case rt.campaign:return L({},t,{campaign:o});case rt.offline:return L({},t,{offline:!0});case rt.online:return L({},t,{offline:!1});default:return n?t:L({},Wt,t,{initialized:!0})}}var Zt=function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};if(!V)return t;var e=document,n=e.title,r=e.referrer,o=window,a=o.location,i=o.innerWidth,c=o.innerHeight,u=a.hash,s=a.search,l=a.pathname,f=a.href,p=L({title:n,url:f,path:l,hash:u,search:s,width:i,height:c},t);return r&&""!==r&&(p.referrer=r),p},Kt=L({},Zt());function Qt(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:Kt,e=1<arguments.length?arguments[1]:void 0;switch(e.type){case rt.page:return Object.assign({},t,e.data);default:return t}}var te={event:{},lastEvent:null,history:[]};function ee(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:te,e=1<arguments.length?arguments[1]:void 0,n=e.type,r=e.payload,o=e.options,a=e.eventName;switch(n){case rt.track:return L({},t,{event:{eventName:a,payload:r,options:o},lastEvent:e.eventName,history:t.history.concat(e)});default:return t}}var ne={actions:[]};function re(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:ne,e=1<arguments.length?arguments[1]:void 0,n=e.type;e.data,e.timestamp;switch(n){case"queue":return L({},t,{actions:t.actions.concat(e)});case"dequeue":return[];default:return t}}var oe="object"===("undefined"==typeof self?"undefined":q(self))&&self.self===self&&self||"object"===("undefined"==typeof global?"undefined":q(global))&&global.global===global&&global||void 0;function ae(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},e=1<arguments.length?arguments[1]:void 0;if(e&&e.type===rt.setItemEnd&&e.key===ot)return Object.assign({},t,{anonymousId:e.value});switch(e.type){case rt.identify:return Object.assign({},t,{userId:e.userId,traits:L({},t.traits,e.traits)});case rt.reset:return Object.assign({},t,{userId:null,anonymousId:null,traits:null});default:return t}}function ie(){return{userId:tt.getItem(at),anonymousId:tt.getItem(ot),traits:tt.getItem(it)||{}}}var ce=function(t){return"__TEMP__".concat(t)};function ue(t,e,n){var r=e.getState("user")[t];if(r)return r;if(n&&"object"===q(n)&&n[t])return n[t];var o=ie()[t];return o||(oe[ce(t)]?oe[ce(t)]:void 0)}function se(t,e,n,r){for(r=0,e=e.split?e.split("."):e;t&&r<e.length;)t=t[e[r++]];return void 0===t||r<e.length?n:t}function le(e){var n=function(t,e,n){if(!V)return!1;var r=window[(n?"add":"remove")+"EventListener"];t.split(" ").forEach(function(t){r(t,e)})}.bind(null,"online offline",function(t){return Promise.resolve(!navigator.onLine).then(e)});return n(!0),function(t){n(!1)}}function fe(){return Array.prototype.slice.call(arguments).reduce(function(t,e){return t||("function"==typeof e?e:t)},!1)}function pe(){return oe.__ANALYTICS_HISTORY__=[],function(a){return function(t,e,n){var r=a(t,e,n),o=r.dispatch;return Object.assign(r,{dispatch:function(t){var e=t.action||t;return oe.__ANALYTICS_HISTORY__.push(e),o(t)}})}}}function de(t){return function(){return z(z.apply(null,arguments),pe())}}var he=function(t,e,n){return{type:rt.setItemStart,timestamp:Vt(),key:t,value:e,options:n}},me=function(t,e){return{type:rt.removeItemStart,timestamp:Vt(),key:t,options:e}},ge=function(t,e){return tt.getItem(t,e)};function ye(){var t,s,i,h,m,g,e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},n=e.reducers||{},r=(e.plugins||[]).reduce(function(t,e){if("function"!=typeof e&&e.NAMESPACE){var n=e.EVENTS?Object.keys(e.EVENTS).map(function(t){return e.EVENTS[t]}):[],r=Object.keys(e).concat(n),o=new Set(t.events.concat(r));if(t.events=Array.from(o),t.pluginsArray=t.pluginsArray.concat(e),t.plugins[e.NAMESPACE])throw new Error('Analytics "'.concat(e.NAMESPACE,'" loaded twice!'));return t.plugins[e.NAMESPACE]=e,t.plugins[e.NAMESPACE].loaded||(t.plugins[e.NAMESPACE].loaded=function(){return!0}),t}return t.middlewares=t.middlewares.concat(e),t},{plugins:{},pluginsArray:[],middlewares:[],events:[]}),c=r.plugins,o=["NAMESPACE","EVENTS","config","loaded"],a=r.events.filter(function(t){return!o.includes(t)}),u=new Set(a.concat(nt).filter(function(t){return!o.includes(t)})),l=Array.from(u).sort(),f=a.sort(),p=function(t){return t?Object.keys(c).map(function(t){return c[t]}):c},d=new Dt,y=d.addMiddleware,v=d.removeMiddleware,b=d.dynamicMiddlewares,w={identify:function(t,e,n,r){var o="string"==typeof t?t:null,a="object"===q(t)?t:e,i=n||{},c=fe(e,n,r),u=w.user(),s=(oe[ce("userId")]=o)||a.userId||ue("userId",w,a);P.dispatch(L({type:rt.identifyStart,userId:s,traits:a,options:i,anonymousId:u.anonymousId},u.id&&u.id!==o&&{previousId:u.id},{meta:L({timestamp:Vt()},c&&{callback:c})}))},track:function(t,e,n,r){var o="object"===q(t)?t.event:t;if(!o||"string"!=typeof o)throw new Error("No eventName not supplied");var a="object"===q(t)?t:e||{},i="object"===q(n)?n:{},c=fe(e,n,r),u=ue("userId",w,e),s=ue("anonymousId",w,e);P.dispatch({type:rt.trackStart,event:o,properties:a,options:i,userId:u,anonymousId:s,meta:L({timestamp:Vt()},c&&{callback:c})})},page:function(t,e,n){var r="object"===q(t)?t:{},o="object"===q(e)?e:{},a=fe(t,e,n),i=ue("userId",w,r),c=ue("anonymousId",w,r);P.dispatch({type:rt.pageStart,properties:L({},Zt(),r),options:o,userId:i,anonymousId:c,meta:L({timestamp:Vt()},a&&{callback:a})})},getState:function(t){var e=P.getState();return t?se(e,t):Object.assign({},e)},reset:function(t){var e;P.dispatch((e=t,{type:rt.reset,timestamp:Vt(),callback:e}))},dispatch:function(t){var e,n=t;if("string"==typeof t&&(n={type:t}),e=t.type,nt.includes(e))throw new Error('Trying to dispatch analytics reservedAction "'.concat(t.type,'"'));var r=L({},n,{meta:{timestamp:Vt(),__oa:n.type}});n.meta&&(r=L({},r,{meta:L({},r.meta,n.meta)})),P.dispatch(r)},storage:{getItem:ge,setItem:function(t,e,n){P.dispatch(he(t,e,n))},removeItem:function(t,e){P.dispatch(me(t,e))}},setAnonymousId:function(t,e){w.storage.setItem(ot,t,e)},user:function(t){if("userId"===t||"id"===t)return ue("userId",w);var e=w.getState("user");return t?se(e,t):e},ready:function(t){return w.on(rt.ready,t)},on:function(n,r){if(!n||!r||"function"!=typeof r)return!1;if("bootstrap"===n)throw new Error("Not allowed to listen to bootstrap");if("*"===n){var t=function(t){return function(e){return function(t){return t.type.match(/Start$|Start:/)&&r({payload:t,instance:w,plugins:c}),e(t)}}},e=function(t){return function(e){return function(t){return t.type.match(/Start$|Start:/)||r({payload:t,instance:w,plugins:c}),e(t)}}};return y(t,"before"),y(e,"after"),function(){v(t,"before"),v(e,"after")}}var o=n.match(/Start$|Start:/)?"before":"after",a=function(t){return function(e){return function(t){return t.type===n&&r({payload:t,instance:w,plugins:c}),e(t)}}};return y(a,o),function(){return v(a,o)}},once:function(t,e){var n=w.on(t,function(t){e(t,w),n()})},enablePlugin:function(t,e){var n,r;P.dispatch((n=t,r=e,{type:rt.enablePlugin,name:n,callback:r}))},disablePlugin:function(t,e){var n,r;P.dispatch((n=t,r=e,{type:rt.disablePlugin,name:n,callback:r}))},loadPlugin:function(t){P.dispatch({type:rt.loadPlugin,plugins:t?[t]:Object.keys(p())})},events:l,pluginEvents:f},S=r.middlewares.concat([b("before"),(h=w,m=p,g={all:l,plugins:f},function(d){return function(p){return e=mt(dt.mark(function t(e){var n,r,o,a,i,c,u,s,l,f;return dt.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(n=e.type,r=e.name,o=e.callback,(a=e).abort)return t.abrupt("return",p(e));t.next=4;break;case 4:if(n!==rt.disablePlugin&&n!==rt.enablePlugin||o&&o(r),n===rt.initializeEnd&&(i=m(),c=Object.keys(i).map(function(t){return i[t]}),u=[],s=[],l=c.map(function(e){var t=e.loaded,n=e.NAMESPACE;return gt(e,t,1e4).then(function(t){d.dispatch({type:"ready:".concat(n),name:n,events:Object.keys(e).filter(function(t){return!["NAMESPACE","config","loaded"].includes(t)})}),u=u.concat(n)}).catch(function(t){if(t instanceof Error)throw new Error(t);return s=s.concat(t.NAMESPACE),t})}),Promise.all(l).then(function(t){setTimeout(function(){d.dispatch({type:"ready",plugins:u,failed:s})},0)})),"bootstrap"!==n)return t.next=9,Et(e,m,h,d,g);t.next=11;break;case 9:return f=t.sent,t.abrupt("return",p(f));case 11:return t.abrupt("return",p(a));case 12:case"end":return t.stop()}},t,this)})),function(t){return e.apply(this,arguments)};var e}}),function(t){return function(a){return function(t){var e=t.type,n=t.key,r=t.value;if(t.timestamp,e===rt.setItem||e===rt.removeItem){if(t.abort)return a(t);var o=e===rt.setItem?"setItem":"removeItem";tt[o](n,r)}return a(t)}}},(i=w,function(a){return function(o){return function(t){if(t.type===rt.bootstrap){tt.getItem(ot)||i.storage.setItem(ot,et());var n=Y(),e=Object.keys(n);if(e.length){var r=e.reduce(function(t,e){return(e.match(/^utm_/)||e.match(/^(d|g)clid/))&&(t.campaign[e]=n[e]),e.match(/^an_prop_/)&&(t.props["".concat(e.replace(/^an_prop_/,""))]=n[e]),e.match(/^an_trait_/)&&(t.traits["".concat(e.replace(/^an_trait_/,""))]=n[e]),t},{campaign:{},props:{},traits:{}});a.dispatch(L({type:rt.params,raw:n},r)),n.an_uid&&setTimeout(function(){i.identify(n.an_uid,r.traits)},0),n.an_event&&setTimeout(function(){i.track(n.an_event,r.props)},0),Object.keys(r.campaign).length&&a.dispatch({type:rt.campaign,campaign:r.campaign}),n.an_clean&&setTimeout(function(){B("an_")},0)}}return o(t)}}}),(t=w,s=t.storage,function(u){return function(c){return function(t){var e=t.userId,n=t.traits,r=t.options,o=t.callback;if(t.type===rt.reset&&(s.removeItem(at),s.removeItem(it),s.removeItem(ot),o&&"function"==typeof o&&o()),t.type===rt.identify){var a=s.getItem(at),i=s.getItem(it)||{};a&&a!==e&&u.dispatch({type:rt.userIdChanged,old:{userId:a,traits:i},new:{userId:e,traits:n},options:r}),e&&s.setItem(at,e),n&&s.setItem(it,L({},i,n))}return c(t)}}}),b("after")]),E={context:Xt,user:ae,page:Qt,track:ee,plugins:Ut(p),queue:re},x=z,I=z;if(V&&e.debug){var O=window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__;O&&(x=O({trace:!0,traceLimit:25})),I=function(){return 0===arguments.length?pe():"object"===q(arguments[0])?de(arguments[0]):de().apply(null,arguments)}}var j,k,N,A=(j=e,Object.keys(j).reduce(function(t,e){return"plugins"===e||"reducers"===e||(t[e]=j[e]),t},{})),_={context:A,user:ie(),plugins:r.pluginsArray.reduce(function(t,e){var n=e.NAMESPACE,r=e.config,o=e.loaded;return t[n]={enabled:!0,initialized:!e.initialize,loaded:Boolean(o()),config:r||{}},t},{})},P=R(C(L({},E,n)),_,I(x(function(){for(var t=arguments.length,u=Array(t),e=0;e<t;e++)u[e]=arguments[e];return function(c){return function(t,e,n){var r,o=c(t,e,n),a=o.dispatch,i={getState:o.getState,dispatch:function(t){return a(t)}};return r=u.map(function(t){return t(i)}),a=z.apply(void 0,r)(o.dispatch),F({},o,{dispatch:a})}}}.apply(void 0,M(S))))),T=Object.keys(c);return P.dispatch({type:rt.bootstrap,plugins:T,config:A}),P.dispatch({type:rt.registerPlugins,plugins:T}),r.pluginsArray.map(function(t,e){var n=t.bootstrap,r=t.config;n&&"function"==typeof n&&n({instance:w,config:r,payload:t});var o=Ut.length===e+1;P.dispatch({type:"registerPlugin:".concat(t.NAMESPACE),name:t.NAMESPACE,plugin:t}),o&&P.dispatch({type:rt.initializeStart,plugins:T})}),le(function(t){P.dispatch({type:t?rt.offline:rt.online})}),k=P,N=p,setInterval(function(){var a=N(),t=k.getState(),i=t.plugins,e=t.context,c=t.queue;if(!e.offline&&c&&c.actions&&c.actions.length){var n=c.actions.reduce(function(t,e,n){return i[e.plugin].loaded?(t.process.push(e),t.processIndex.push(n)):(t.requeue.push(e),t.requeueIndex.push(n)),t},{processIndex:[],process:[],requeue:[],requeueIndex:[]});if(n.processIndex&&n.processIndex.length){n.processIndex.forEach(function(t){var e=c.actions[t],n=e.plugin,r=e.payload.type,o=a[n][r];o&&"function"==typeof o&&(o({payload:e.payload,config:i[n].config}),k.dispatch(L({},e.payload,{type:"".concat(r,":").concat(n),meta:{called:!0}})))});var r=c.actions.filter(function(t,e){return-1===n.processIndex.indexOf(e)});c.actions=r}}},3e3),e.exposeRedux?Object.assign({},w,{dispatch:P.dispatch,subscribe:P.subscribe,replaceReducer:P.replaceReducer}):w}t.default=ye,t.analytics=ye,t.EVENTS=rt,t.CONSTANTS=ct}(this.window=this.window||{}); |
{ | ||
"name": "analytics", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Pluggable analytics library", | ||
@@ -53,3 +53,3 @@ "keywords": [ | ||
"dependencies": { | ||
"analytics-utils": "^0.0.16", | ||
"analytics-utils": "^0.0.17", | ||
"redux": "^3.6.0" | ||
@@ -92,3 +92,3 @@ }, | ||
}, | ||
"gitHead": "1ff99eae72526105918caa3035b4c7c1d1a17205" | ||
"gitHead": "d7926a362de35c94e21cbd0e9f1d9cdf63f76791" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
670303
16768
+ Addedanalytics-utils@0.0.17(transitive)
- Removedanalytics-utils@0.0.16(transitive)
Updatedanalytics-utils@^0.0.17