!function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s="./src/index.js")}({"./node_modules/@babel/runtime/helpers/defineProperty.js":function(e,t){e.exports=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e},e.exports.__esModule=!0,e.exports.default=e.exports},"./node_modules/redux-thunk/dist/redux-thunk.min.js":function(e,t,n){e.exports=function(e){function t(r){if(n[r])return n[r].exports;var i=n[r]={exports:{},id:r,loaded:!1};return e[r].call(i.exports,i,i.exports,t),i.loaded=!0,i.exports}var n={};return t.m=e,t.c=n,t.p="",t(0)}([function(e,t,n){e.exports=n(1)},function(e,t){"use strict";function n(e){return function(t){var n=t.dispatch,r=t.getState;return function(t){return function(i){return"function"==typeof i?i(n,r,e):t(i)}}}}t.__esModule=!0;var r=n();r.withExtraArgument=n,t.default=r}])},"./node_modules/redux/dist/redux.min.js":function(e,t,n){(function(e,n){!function(t){"use strict";var r=function(e){var t,n=e.Symbol;return"function"==typeof n?n.observable?t=n.observable:(t=n("observable"),n.observable=t):t="@@observable",t}("undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0!==e?e:n),i=function(){return Math.random().toString(36).substring(7).split("").join(".")},o={INIT:"@@redux/INIT"+i(),REPLACE:"@@redux/REPLACE"+i(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+i()}};function a(e,t){var n=t&&t.type;return"Given "+(n&&'action "'+n+'"'||"an action")+', reducer "'+e+'" 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.'}function s(e,t){return function(){return t(e.apply(this,arguments))}}function u(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function c(){for(var e=arguments.length,t=Array(e),n=0;e>n;n++)t[n]=arguments[n];return 0===t.length?function(e){return e}:1===t.length?t[0]:t.reduce((function(e,t){return function(){return e(t.apply(void 0,arguments))}}))}t.createStore=function e(t,n,i){var a;if("function"==typeof n&&"function"==typeof i||"function"==typeof i&&"function"==typeof arguments[3])throw Error("It looks like you are passing several store enhancers to createStore(). This is not supported. Instead, compose them together to a single function");if("function"==typeof n&&void 0===i&&(i=n,n=void 0),void 0!==i){if("function"!=typeof i)throw Error("Expected the enhancer to be a function.");return i(e)(t,n)}if("function"!=typeof t)throw Error("Expected the reducer to be a function.");var s=t,u=n,c=[],p=c,l=!1;function d(){p===c&&(p=c.slice())}function f(){if(l)throw Error("You may not call store.getState() while the reducer is executing. The reducer has already received the state as an argument. Pass it down from the top reducer instead of reading it from the store.");return u}function w(e){if("function"!=typeof e)throw Error("Expected the listener to be a function.");if(l)throw Error("You may not call store.subscribe() while the reducer is executing. If you would like to be notified after the store has been updated, subscribe from a component and invoke store.getState() in the callback to access the latest state. See https://redux.js.org/api-reference/store#subscribe(listener) for more details.");var t=!0;return d(),p.push(e),function(){if(t){if(l)throw Error("You may not unsubscribe from a store listener while the reducer is executing. See https://redux.js.org/api-reference/store#subscribe(listener) for more details.");t=!1,d();var n=p.indexOf(e);p.splice(n,1)}}}function m(e){if(!function(e){if("object"!=typeof e||null===e)return!1;for(var t=e;null!==Object.getPrototypeOf(t);)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}(e))throw Error("Actions must be plain objects. Use custom middleware for async actions.");if(void 0===e.type)throw Error('Actions may not have an undefined "type" property. Have you misspelled a constant?');if(l)throw Error("Reducers may not dispatch actions.");try{l=!0,u=s(u,e)}finally{l=!1}for(var t=c=p,n=0;t.length>n;n++)(0,t[n])();return e}return m({type:o.INIT}),(a={dispatch:m,subscribe:w,getState:f,replaceReducer:function(e){if("function"!=typeof e)throw Error("Expected the nextReducer to be a function.");s=e,m({type:o.REPLACE})}})[r]=function(){var e,t=w;return(e={subscribe:function(e){if("object"!=typeof e||null===e)throw new TypeError("Expected the observer to be an object.");function n(){e.next&&e.next(f())}return n(),{unsubscribe:t(n)}}})[r]=function(){return this},e},a},t.combineReducers=function(e){for(var t=Object.keys(e),n={},r=0;t.length>r;r++){var i=t[r];"function"==typeof e[i]&&(n[i]=e[i])}var s,u=Object.keys(n);try{!function(e){Object.keys(e).forEach((function(t){var n=e[t];if(void 0===n(void 0,{type:o.INIT}))throw 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===n(void 0,{type:o.PROBE_UNKNOWN_ACTION()}))throw Error('Reducer "'+t+"\" returned undefined when probed with a random type. Don't try to handle "+o.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.')}))}(n)}catch(e){s=e}return function(e,t){if(void 0===e&&(e={}),s)throw s;for(var r=!1,i={},o=0;u.length>o;o++){var c=u[o],p=e[c],l=(0,n[c])(p,t);if(void 0===l){var d=a(c,t);throw Error(d)}i[c]=l,r=r||l!==p}return r?i:e}},t.bindActionCreators=function(e,t){if("function"==typeof e)return s(e,t);if("object"!=typeof e||null===e)throw Error("bindActionCreators expected an object or a function, instead received "+(null===e?"null":typeof e)+'. Did you write "import ActionCreators from" instead of "import * as ActionCreators from"?');for(var n=Object.keys(e),r={},i=0;n.length>i;i++){var o=n[i],a=e[o];"function"==typeof a&&(r[o]=s(a,t))}return r},t.applyMiddleware=function(){for(var e=arguments.length,t=Array(e),n=0;e>n;n++)t[n]=arguments[n];return function(e){return function(){var n=e.apply(void 0,arguments),r=function(){throw Error("Dispatching while constructing your middleware is not allowed. Other middleware would not be applied to this dispatch.")},i={getState:n.getState,dispatch:function(){return r.apply(void 0,arguments)}},o=t.map((function(e){return e(i)}));return function(e){for(var t=1;arguments.length>t;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){u(e,t,n[t])}))}return e}({},n,{dispatch:r=c.apply(void 0,o)(n.dispatch)})}}},t.compose=c,t.__DO_NOT_USE__ActionTypes=o,Object.defineProperty(t,"__esModule",{value:!0})}(t)}).call(this,n("./node_modules/webpack/buildin/global.js"),n("./node_modules/webpack/buildin/module.js")(e))},"./node_modules/webpack/buildin/global.js":function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n},"./node_modules/webpack/buildin/module.js":function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},"./src/index.js":function(e,t,n){"use strict";n.r(t);var r={};n.r(r),n.d(r,"boot",(function(){return Ne})),n.d(r,"fetch",(function(){return je})),n.d(r,"linkDwell",(function(){return Le})),n.d(r,"abandon",(function(){return De})),n.d(r,"linkClick",(function(){return Ye})),n.d(r,"previewDwell",(function(){return He})),n.d(r,"previewShow",(function(){return Fe})),n.d(r,"pageviewLogged",(function(){return Ge})),n.d(r,"showSettings",(function(){return Me})),n.d(r,"hideSettings",(function(){return $e})),n.d(r,"saveSettings",(function(){return Ue})),n.d(r,"statsvLogged",(function(){return We}));var i=n("./node_modules/@babel/runtime/helpers/defineProperty.js"),o=n.n(i),a=n("./node_modules/redux/dist/redux.min.js"),s=n("./node_modules/redux-thunk/dist/redux-thunk.min.js"),u=n.n(s),c=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:window.devicePixelRatio;return e?e>1.5?2:e>1?1.5:1:1}(),p={BRACKETED_DEVICE_PIXEL_RATIO:c,THUMBNAIL_SIZE:320*Math.max(c,1.5),EXTRACT_LENGTH:525},l={TYPE_GENERIC:"generic",TYPE_PAGE:"page",TYPE_DISAMBIGUATION:"disambiguation",TYPE_REFERENCE:"reference"};function d(e,t,n,r,i,o,a,s){var u=function(e){if(null==e||0===e.length)return;return e}(i);return{title:e,url:t,languageCode:n,languageDirection:r,extract:u,type:function(e,t){if(void 0===t)return l.TYPE_GENERIC;switch(e){case l.TYPE_GENERIC:case l.TYPE_DISAMBIGUATION:case l.TYPE_PAGE:return e;default:return l.TYPE_PAGE}}(o,u),thumbnail:a,pageId:s}}function f(e,t){return d(e,t,"","",[],"")}var w=function(e,t){try{return e.matches(t)}catch(n){return $(e).is(t)}};function m(e){var t=v.join(", ");try{return e.closest(t)}catch(n){return function e(t,n){var r=t.parentNode;return w(t,n)?t:r&&r!==document.body?e(r,n):null}(e,t)}}var h=[];function g(e){var t=h.filter((function(t){return w(e,t.selector)}));return t.length>0?t[t.length-1].name:null}var v=[];function b(e,t){v.push(t),h.push({name:e,selector:t})}function y(e,t){var n=e;return void 0===e||0===n.length?[]:n=function(e,t){var n=[],r=""),i="");t=t.replace(/\s+/g," ").trim();var o=mw.util.escapeRegExp(t),a=new RegExp("(^|\\s)(".concat(o,")(|$)"),"i");return(e=(e=(e=e.replace(/\s+/," ")).replace(a,"$1".concat(i).concat(r,"$2").concat(i,"$3"))).split(i)).forEach((function(e){0===e.indexOf(r)?n.push($("").text(e.slice(r.length))):n.push(document.createTextNode(e))})),n}(n,t)}function E(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:function(){};return e.promise?e.promise({abort:t}):(e.abort=t,e)}var T={};function x(e,t){T[e]=t}function P(e){if(e.query&&e.query.pages&&e.query.pages.length)return e.query.pages[0];throw new Error("API response `query.pages` is empty.")}function k(e){var t=Object.assign({},e);return t.extract=y(e.extract,e.title),t}function S(e){return d(e.title,e.canonicalurl,e.pagelanguagehtmlcode,e.pagelanguagedir,e.extract,e.type,e.thumbnail,e.pageid)}function _(e,t,n){function r(n){var r=t.endpoint;return e({url:r+encodeURIComponent(n),headers:{Accept:'application/json; charset=utf-8; profile="'.concat("https://www.mediawiki.org/wiki/Specs/Summary/1.2.0",'"'),"Accept-Language":t.acceptLanguage}})}return{fetch:r,convertPageToModel:A,fetchPreviewForTitle:function(e){var i=e.getPrefixedDb(),o=r(i);return E(o.then((function(e){return(e=e||{}).title=e.title||i,e.extract=e.extract||"",A(e,t.THUMBNAIL_SIZE,n)})).catch((function(e,t,n){return Promise.reject("http",{xhr:e,textStatus:t,exception:n})})),(function(){return o.abort()}))}}}function R(e,t,n){var r=e.source.split("/"),i=r[r.length-1],o=function(e){return new RegExp(/\.(jpg|jpeg|png|gif)$/i).test(e)}(t.source)||void 0,a=i.indexOf("px-");if(-1===a)return o&&t;var s,u,c=i.slice(a+3);return e.width>e.height?(s=n,u=Math.floor(n/e.width*e.height)):(s=Math.floor(n/e.height*e.width),u=n),s>=t.width&&-1===c.indexOf(".svg")?o&&t:(r[r.length-1]="".concat(s,"px-").concat(c),{source:r.join("/"),width:s,height:u})}function A(e,t,n){return d(e.title,new mw.Title(e.title).getUrl(),e.lang,e.dir,n(e),e.type,e.thumbnail?R(e.thumbnail,e.originalimage,t):void 0,e.pageid)}function C(e){var t=e.extract_html;return 0===t.length?[]:$.parseHTML(t)}function O(e){return y(e.extract,e.title)}function I(e){var t=Object.assign({},p,{acceptLanguage:e.get("wgPageContentLanguage")}),n=Object.assign({},t,{endpoint:e.get("wgPopupsRestGatewayEndpoint")});switch(e.get("wgPopupsGateway")){case"mwApiPlain":return function(e,t){function n(n){return e.get({action:"query",prop:"info|extracts|pageimages|revisions|info",formatversion:2,redirects:!0,exintro:mw.config.get("wgPopupsTextExtractsIntroOnly",!0),exchars:t.EXTRACT_LENGTH,explaintext:!0,exsectionformat:"plain",piprop:"thumbnail",pithumbsize:t.THUMBNAIL_SIZE,pilicense:"any",rvprop:"timestamp",inprop:"url",titles:n,smaxage:300,maxage:300,uselang:"content"},{headers:{"X-Analytics":"preview=1","Accept-Language":t.acceptLanguage}})}return{fetch:n,extractPageFromResponse:P,convertPageToModel:S,fetchPreviewForTitle:function(e){var t=n(e.getPrefixedDb());return E(t.then((function(e){return S(k(P(e)))})),(function(){return t.abort()}))},formatPlainTextExtract:k}}(new mw.Api,t);case"restbasePlain":return _($.ajax,n,O);case"restbaseHTML":return _($.ajax,n,C);default:throw new Error("Unknown gateway")}}function N(){function e(e){var t=["book","journal","news","note","web"],n=null;return e.find("cite[class]").each((function(e,r){for(var i=r.className.split(/\s+/),o=i.length;o--;)if(-1!==t.indexOf(i[o]))return n=i[o],!1})),n}return{fetchPreviewForTitle:function(t,n){var r=t.getFragment().replace(/ /g,"_"),i=function(e){var t="#".concat($.escapeSelector(e));return $("".concat(t," .mw-reference-text, ").concat(t," .reference-text"))}(r);if(!i.length||!i.text().trim()&&!i.children().length)return Promise.reject({textStatus:"abort",textContext:"Footnote not found or empty",xhr:{readyState:0}});var o={url:"#".concat(r),extract:i.html(),type:l.TYPE_REFERENCE,referenceType:e(i),sourceElementId:n.parentNode.id};return E(Promise.resolve(o))}}}function j(e){return mw.html.escape(e)}var L={};function D(e){if(!L[e]){var t=document.createElement("div");t.innerHTML=e,L[e]=t.firstElementChild}return L[e].cloneNode(!0)}function Y(e){var t=j(e.heading),n=j(e.saveLabel),r=j(e.closeLabel),i=j(e.helpText),o=j(e.okLabel),a=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return e.map((function(e){var t=e.id,n=e.name,r=e.description,i=e.isChecked;return{id:j(t),name:j(n),description:r?j(r):"",isChecked:i}}))}(e.choices);return $($.parseHTML("\n\t\t
\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t
".concat(r,"
\n\t\t\t\t
\n\t\t\t\t

").concat(t,"

\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t
\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t").concat(a.map((function(e){var t=e.id,n=e.name,r=e.description,i=e.isChecked;return'\n\t\t\t\t\t

\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t

")})).join(""),"\n\t\t\t\t
\n\t\t\t
\n\t\t\t\n\t\t
\n\t").trim()))}function H(e){var t,n;return function(r){return t||(t=function(e){var t=[{id:l.TYPE_PAGE,name:mw.msg("popups-settings-option-page"),description:mw.msg("popups-settings-option-page-description")},{id:l.TYPE_REFERENCE,name:mw.msg("popups-settings-option-reference"),description:mw.msg("popups-settings-option-reference-description")}];return e||t.splice(1,1),Y({heading:mw.msg("popups-settings-title"),closeLabel:mw.msg("popups-settings-cancel"),saveLabel:mw.msg("popups-settings-save"),helpText:mw.msg("popups-settings-help"),okLabel:mw.msg("popups-settings-help-ok"),choices:t})}(e),n=$("
").addClass("mwe-popups-overlay"),t.find(".save").on("click",(function(){var e={};t.find("input").each((function(t,n){e[n.value]=$(n).is(":checked")})),r.saveSettings(e)})),t.find(".close, .okay").on("click",r.hideSettings)),{appendTo:function(e){n.appendTo(e),t.appendTo(n)},show:function(){n.show()},hide:function(){n.hide()},toggleHelp:function(e){!function(e,t){var n=$("#mwe-popups-settings");t?(n.find("main, .save, .close").hide(),n.find(".mwe-popups-settings-help, .okay").show()):(n.find("main, .save, .close").show(),n.find(".mwe-popups-settings-help, .okay").hide())}(0,e)},setEnabled:function(e){Object.keys(e).forEach((function(n){t.find("#mwe-popups-settings-"+n).prop("checked",e[n])}))}}}}function F(e,t){var n;e.subscribe((function(){var r=e.getState();n!==r&&(t(n,r),n=r)}))}function G(e,t){if(e.dataset.title)return mw.Title.newFromText(e.dataset.title);if(function(e){return e.hash&&e.host===location.host&&e.pathname===location.pathname&&e.search===location.search}(e))try{return mw.Title.newFromText(t.get("wgPageName")+decodeURIComponent(e.hash))}catch(e){return null}return function(e,t){if(!e)return null;var n=mw.Title.newFromText(e);return n&&t.indexOf(n.namespace)>=0?n:null}(function(e,t){var n;try{n=new mw.Uri(e)}catch(e){return}if(n.host===location.hostname){var r,i=Object.keys(n.query).length;if(i)1===i&&"title"in n.query&&(r=n.query.title);else{var o=mw.util.escapeRegExp(t.get("wgArticlePath")).replace("\\$1","([^?#]+)"),a=new RegExp(o).exec(n.path);try{r=a&&decodeURIComponent(a[1])}catch(e){}}return r?"".concat(r).concat(n.fragment?"#".concat(n.fragment):""):void 0}}(e.href,t),t.get("wgContentNamespaces"))}function M(e){return new Promise((function(t){setTimeout((function(){t()}),e)}))}var U=n("./src/ui/pointer-mask.svg"),W=n.n(U),X={h:250,w:203},B={h:200,w:320};function V(e,t){var n=p.BRACKETED_DEVICE_PIXEL_RATIO;if(!e)return null;var r=e.width/n,i=e.height/n,o=e.height>e.width||r-1||e.source.indexOf("'")>-1||e.source.indexOf('"')>-1)return null;var a,s,u,c,l=r/i,d=l>.7&&l<1.3;o?(a=r>X.w?(r-X.w)/-2:X.w-r,s=i>X.h?(i-X.h)/-2:0,u=X.w,c=X.h,rB.h?(i-B.h)/-2:0,u=B.w,c=i>B.h?B.h:i);var f,w,m=o&&r
\n');return n.className="mwe-popups mwe-popups-type-".concat(e),t.className="mwe-popups-container",n.appendChild(t),$(n)}function K(e,t,n,r){var i=q(e.type,D('\n\t
\n\t\t
\n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\t\n\t\t
\n\t
\n'));return i.find(".mw-ui-icon ").addClass("mw-ui-icon-preview-".concat(e.type)),i.find(".mwe-popups-extract").attr("href",e.url),i.find(".mwe-popups-message").html(j(n)),i.find(".mwe-popups-read-link").html(j(r)).attr("href",e.url),t?i.find(".mwe-popups-title").html(j(e.title)):i.find(".mwe-popups-title").remove(),i}var z=!1,Z="event.ReferencePreviewsPopups";function J(){return z}function Q(e){var t=e.referenceType||"generic",n=mw.message("popups-refpreview-".concat(t));n.exists()||(n=mw.message("popups-refpreview-reference"));var r=q(e.type,D('\n
\n
\n
\n \n \n \n \n
\n
\n
\n
\n\t
\n\t\t
\n\t
\n
'));return r.find(".mwe-popups-title-placeholder").replaceWith(j(n.text())),r.find(".mwe-popups-title .mw-ui-icon").addClass("mw-ui-icon-reference-".concat(t)),r.find(".mw-parser-output").html(e.extract),r.find('.mwe-popups-extract a[href][class~="external"]:not([target])').each((function(e,t){t.target="_blank",t.rel="".concat(t.rel?"".concat(t.rel," "):"","noopener")})),r.find(".mw-collapsible").replaceWith($("
").addClass("mwe-collapsible-placeholder").append($("").addClass("mw-ui-icon mw-ui-icon-element mw-ui-icon-infoFilled"),$("
").addClass("mwe-collapsible-placeholder-label").text(mw.msg("popups-refpreview-collapsible-placeholder")))),r.find("table.sortable").removeClass("sortable jquery-tablesorter").find(".headerSort").removeClass("headerSort").attr({tabindex:null,title:null}),mw.config.get("wgPopupsReferencePreviewsBetaFeature")?r.find(".mwe-popups-container").addClass("footer-empty"):r.find(".mwe-popups-settings").append($("").addClass("mwe-popups-settings-icon").append($("").addClass("mw-ui-icon mw-ui-icon-element mw-ui-icon-small mw-ui-icon-settings"))),J()&&r.find(".mw-parser-output").on("click","a",(function(){mw.track(Z,{action:"clickedReferencePreviewsContentLink"})})),r.find(".mwe-popups-scroll").on("scroll",(function(e){var t=e.target,n=t.scrollTop>=t.scrollHeight-t.clientHeight-1;if(J()&&(t.isOpenRecorded||(mw.track(Z,{action:"poppedOpen",scrollbarsPresent:t.scrollHeight>t.clientHeight}),t.isOpenRecorded=!0),t.scrollTop>0&&!t.isScrollRecorded&&(mw.track(Z,{action:"scrolled"}),t.isScrollRecorded=!0)),n||!t.isScrolling){var r=$(t).parent(),i=t.scrollWidth>t.clientWidth,o=t.offsetHeight-t.clientHeight,a=t.scrollHeight>t.clientHeight,s=t.offsetWidth-t.clientWidth;r.find(".mwe-popups-fade").css({bottom:i?"".concat(o,"px"):0,right:a?"".concat(s,"px"):0}),t.isScrolling=!n,r.toggleClass("mwe-popups-fade-out",t.isScrolling)}})),r}function ee(e,t,n,r){var i=q(e.type,D('\n
\n \n \n \n
\n\t'));i.find(".mwe-popups-discreet, .mwe-popups-extract").attr("href",e.url),i.find(".mwe-popups-extract").attr("dir",e.languageDirection).attr("lang",e.languageCode),i.find(".mwe-popups-settings-icon").attr("title",r),t?i.find(".mwe-popups-discreet").append(t.el):i.find(".mwe-popups-discreet").remove();var o=i.find(".mwe-popups-extract");if(e.extract){o.append(e.extract);var a=function(e){return e&&e.isNarrow?"".concat(215+e.offset,"px"):""}(t);n||(o.css("width",a),i.find("footer").css("width",a))}return i}function te(){var e;oe()||(e=document.body,$("
").attr("id","mwe-popups-svg").html(W.a).appendTo(e))}function ne(e){var t=function(e){return(re[e.type]||se)(e)}(e);return{show:function(e,n,r){return function(e,t,n,r,i,o,a){var s=function(e,t,n,r){var i,o=!1,a=!1,s=t.pageY?pe(t.pageY-t.scrollTop,t.clientRects,!1)+t.scrollTop+n:t.offset.top+t.height+8,u=t.clientY?t.clientY:s;i=t.pageX?t.width>28?t.pageX:t.offset.left+t.width/2:t.offset.left;i>t.windowWidth/2&&(i+=t.pageX?0:t.width,i-=e?450:320,o=!0);t.pageX&&(i+=o?18:-18);u>t.windowHeight/2&&(a=!0,s=t.offset.top,t.pageY&&(s=pe(t.pageY-t.scrollTop,t.clientRects,!0)+t.scrollTop),s-=n);return{offset:{top:s,left:i},flippedX:"rtl"===r?!o:o,flippedY:a,dir:r}}(e.isTall,t,8,a);e.el.appendTo(o),function(e,t,n,r,i,o){var a=e.el,s=e.isTall,u=e.hasThumbnail,c=e.thumbnail,p=t.flippedY;!p&&!s&&u&&c.heighto)&&(i=o,r=n?Math.floor(t.top):Math.ceil(t.bottom))})),r}function le(e,t){return t.split(".").reduce((function(e,t){return e&&e[t]}),e)}function de(e,t,n,r){var i=le(t,n);e&&le(e,n)!==i&&r(i)}var fe={footerLink:function(e){var t;return function(n,r){void 0===t&&(t=function(){var e=$("
  • ").append($("").attr("href","#").text(mw.message("popups-settings-enable").text()));e.hide();var t=$("#footer-places, #f-list");return 0===t.length&&(t=$("#footer li").parent()),t.append(e),e}()).on("click",(function(t){t.preventDefault(),e.showSettings()})),r.settings.shouldShowFooterLink?t.show():t.hide()}},linkTitle:function(){var e;return function(t,n){var r,i=t&&t.preview.activeLink;i!==n.preview.activeLink&&((r=i)&&e&&($(r).attr("title",e),e=void 0),n.preview.enabled[n.preview.previewType]&&function(t){if(t&&!e){var n=$(t);e=n.attr("title"),n.attr("title","")}}(n.preview.activeLink))}},pageviews:function(e,t){return function(n,r){var i,o;r.pageviews&&r.pageviews.pageview&&r.pageviews.page&&(i=r.pageviews.page,o=r.pageviews.pageview,t("event.VirtualPageView",{source_page_id:i.id,source_namespace:i.namespaceId,source_title:mw.Title.newFromText(i.title).getPrefixedDb(),source_url:i.url,page_id:o.page_id,page_namespace:o.page_namespace,page_title:mw.Title.newFromText(o.page_title).getPrefixedDb()}),e.pageviewLogged())}},render:function(e){var t;return function(n,r){r.preview.shouldShow&&!t?(t=ne(r.preview.fetchResponse)).show(r.preview.measures,e,r.preview.activeToken):!r.preview.shouldShow&&t&&(t.hide(),t=void 0)}},settings:function(e,t){var n;return function(r,i){r&&(!1===r.settings.shouldShow&&i.settings.shouldShow?(n||(n=t(e)).appendTo(document.body),n.setEnabled(i.preview.enabled),n.show()):r.settings.shouldShow&&!1===i.settings.shouldShow&&n.hide(),r.settings.showHelp!==i.settings.showHelp&&n.toggleHelp(i.settings.showHelp))}},statsv:function(e,t){return function(n,r){var i=r.statsv;i.action&&(t(i.action,i.data),e.statsvLogged())}},syncUserSettings:function(e){return function(t,n){de(t,n,"preview.enabled."+l.TYPE_PAGE,e.storePagePreviewsEnabled),de(t,n,"preview.enabled."+l.TYPE_REFERENCE,e.storeReferencePreviewsEnabled)}}},we="BOOT",me="LINK_DWELL",he="ABANDON_START",ge="ABANDON_END",ve="LINK_CLICK",be="FETCH_START",ye="FETCH_END",Ee="FETCH_COMPLETE",Te="FETCH_FAILED",xe="FETCH_ABORTED",Pe="PAGEVIEW_LOGGED",ke="PREVIEW_DWELL",Se="PREVIEW_SHOW",_e="PREVIEW_SEEN",Re="SETTINGS_SHOW",Ae="SETTINGS_HIDE",Ce="SETTINGS_CHANGE",Oe="STATSV_LOGGED";function Ie(e){return e.timestamp=mw.now(),e}function Ne(e,t,n,r,i){var o=r.get("wgUserEditCount");return{type:we,initiallyEnabled:e,isNavPopupsEnabled:r.get("wgPopupsConflictsWithNavPopupGadget"),sessionToken:t.sessionId(),pageToken:t.getPageviewToken(),page:{url:i,title:r.get("wgTitle"),namespaceId:r.get("wgNamespaceNumber"),id:r.get("wgArticleId")},user:{isAnon:t.isAnon(),editCount:o}}}function je(e,t,n,r,i){var o=t.getPrefixedDb(),a=t.namespace;return function(s){var u=e.fetchPreviewForTitle(t,n);s(Ie({type:be,el:n,title:o,namespaceId:a,promise:u}));var c=u.then((function(e){return s(Ie({type:ye,el:n})),e})).catch((function(e,t){var i=new Error(e),o=t&&t.textStatus&&"abort"===t.textStatus?xe:Te;throw i.data=t,s({type:o,el:n,token:r}),i}));return $.when(c,M(function(e){switch(e){case l.TYPE_PAGE:return 350;case l.TYPE_REFERENCE:return 150;default:return 0}}(i))).then((function(e){s({type:Ee,el:n,result:e,token:r})})).catch((function(e){var i=e.data,a=!0;i&&i.xhr&&0===i.xhr.readyState&&(a=!("error"===i.textStatus&&""===i.exception||"abort"===i.textStatus));a&&s({type:Ee,el:n,result:f(o,t.getUrl()),token:r})}))}}function Le(e,t,n,r,i,o){var a=i(),s=e.getPrefixedDb(),u=e.namespace;return function(i,c){var p=M(150),l=Ie({type:me,el:t,previewType:o,measures:n,token:a,title:s,namespaceId:u,promise:p});function d(){return c().preview.activeToken===a}return i(l),d()?p.then((function(){var n=c().preview.enabled[o];if((void 0===n||n)&&d())return i(je(r,e,t,a,o))})):Promise.resolve()}}function De(){return function(e,t){var n=t().preview,r=n.activeToken,i=n.promise;return r?(e(Ie({type:he,token:r})),"abort"in i&&i.abort(),M(300).then((function(){e({type:ge,token:r})}))):Promise.resolve()}}function Ye(e){return Ie({type:ve,el:e})}function He(){return{type:ke}}function Fe(e){return function(t,n){return t(Ie({type:Se,token:e})),M(1e3).then((function(){var r=n().preview,i=r&&r.fetchResponse,o=r&&r.activeToken,a=i&&[l.TYPE_PAGE,l.TYPE_DISAMBIGUATION].indexOf(i.type)>-1;o&&o===e&&i&&a&&t({type:_e,title:i.title,pageId:i.pageId,namespace:0})}))}}function Ge(){return{type:Pe}}function Me(){return{type:Re}}function $e(){return{type:Ae}}function Ue(e){return function(t,n){t({type:Ce,oldValue:n().preview.enabled,newValue:e})}}function We(){return{type:Oe}}function Xe(e,t){var n,r=Object.prototype.hasOwnProperty,i={};for(var o in e)r.call(e,o)&&!r.call(t,o)&&(i[o]=e[o]);for(var a in t)if(r.call(t,a))if((n=t[a])&&n.constructor===Object){var s=e[a]?Xe({},e[a]):{};i[a]=Xe(s,t[a])}else i[a]=t[a];return i}var Be={pageviews:function(e,t){switch(void 0===e&&(e={pageview:void 0}),t.type){case we:return Xe(e,{page:t.page});case Pe:return Xe(e,{pageview:void 0});case _e:return Xe(e,{pageview:{page_title:t.title,page_id:t.pageId,page_namespace:t.namespace}});default:return e}},preview:function(e,t){switch(void 0===e&&(e={enabled:{},activeLink:void 0,previewType:void 0,measures:void 0,activeToken:"",shouldShow:!1,isUserDwelling:!1,wasClicked:!1}),t.type){case we:return Xe(e,{enabled:t.initiallyEnabled});case Ce:return Xe(e,{enabled:t.newValue});case me:return t.el!==e.activeLink?Xe(e,{activeLink:t.el,previewType:t.previewType,measures:t.measures,activeToken:t.token,shouldShow:!1,isUserDwelling:!0,promise:t.promise}):Xe(e,{isUserDwelling:!0});case xe:case ge:return t.token!==e.activeToken||e.isUserDwelling?e:Xe(e,{activeLink:void 0,previewType:void 0,activeToken:void 0,measures:void 0,fetchResponse:void 0,shouldShow:!1});case ke:return Xe(e,{isUserDwelling:!0});case he:return Xe(e,{isUserDwelling:!1,wasClicked:!1});case be:return Xe(e,{fetchResponse:void 0,promise:t.promise});case Ee:if(t.token===e.activeToken)return Xe(e,{fetchResponse:t.result,shouldShow:e.isUserDwelling});default:return e}},settings:function(e,t){switch(void 0===e&&(e={shouldShow:!1,showHelp:!1,shouldShowFooterLink:!1}),t.type){case Re:return Xe(e,{shouldShow:!0,showHelp:!1});case Ae:return Xe(e,{shouldShow:!1,showHelp:!1});case Ce:var n=Object.keys(t.newValue),r=n.every((function(e){return t.oldValue[e]===t.newValue[e]})),i=n.some((function(e){return t.oldValue[e]&&!t.newValue[e]})),o=n.some((function(e){return!1===t.newValue[e]}));return Xe(e,r?{shouldShow:!1}:{shouldShow:i,showHelp:i,shouldShowFooterLink:o});case we:var a=Object.keys(t.initiallyEnabled).some((function(e){return!1===t.initiallyEnabled[e]}));return Xe(e,{shouldShowFooterLink:t.user.isAnon&&a});default:return e}},statsv:function(e,t){switch(e=e||{},t.type){case be:return Xe(e,{fetchStartedAt:t.timestamp});case ye:return Xe(e,{action:"timing.PagePreviewsApiResponse",data:t.timestamp-e.fetchStartedAt});case Te:return Xe(e,{action:"counter.PagePreviewsApiFailure",data:1});case me:return Xe(e,{linkDwellStartedAt:t.timestamp});case Se:return Xe(e,{action:"timing.PagePreviewsPreviewShow",data:t.timestamp-e.linkDwellStartedAt});case Oe:return Xe(e,{action:null,data:null});default:return e}}};var Ve=[".extiw",".mw-selflink",".image",".new",".internal",".external",".mw-cite-backlink a",".oo-ui-buttonedElement-button",".ve-ce-surface a",".cancelLink a",".mw-selflink-fragment",'[href^="#"]'];function qe(e){return function(t){var n=m(t.target);if(null!==n){var r=G(n,mw.config);r&&e(n,r,t)}}}!function(){var e,t,n;t=mw.config,n=parseInt(t.get("wgPopupsFlags"),10),t.set("wgPopupsConflictsWithNavPopupGadget",!!(1&n)),t.set("wgPopupsConflictsWithRefTooltipsGadget",!!(2&n)),t.set("wgPopupsReferencePreviews",!!(4&n)),t.set("wgPopupsReferencePreviewsBetaFeature",!!(8&n));var i,s,c=a.compose,p=mw.user.generateRandomSessionId,d=I(mw.config),f=N(),w=(s=mw.storage,{isPagePreviewsEnabled:function(){return"0"!==s.get("mwe-popups-enabled")},storePagePreviewsEnabled:function(e){e?s.remove("mwe-popups-enabled"):s.set("mwe-popups-enabled","0")},isReferencePreviewsEnabled:function(){return"0"!==s.get("mwe-popups-referencePreviews-enabled")},storeReferencePreviewsEnabled:function(e){e?s.remove("mwe-popups-referencePreviews-enabled"):s.set("mwe-popups-referencePreviews-enabled","0"),mw.track("event.ReferencePreviewsPopups",{action:e?"anonymousEnabled":"anonymousDisabled"})}}),m=function(e,t,n){return n.get("wgPopupsReferencePreviews")?n.get("wgPopupsConflictsWithRefTooltipsGadget")||"minerva"===n.get("skin")?null:e.isAnon()?t.isReferencePreviewsEnabled():!!n.get("wgPopupsReferencePreviews")||("1"===mw.user.options.get("popups-reference-previews")||null):null}(mw.user,w,mw.config),h=H(null!==m),y=(i=mw.experiments,{weightedBoolean:function(e,t,n){return"true"===i.getBucket({enabled:!0,name:e,buckets:{true:t,false:1-t}},n)}}),E=function(e,t,n){return function(e,t,n){var r=t.get("wgPopupsStatsvSamplingRate",0);return n.weightedBoolean("ext.Popups.statsv",r,e.sessionId())}(e,t,n)?mw.track:function(){}}(mw.user,mw.config,y),P=function(e){return e.get("wgPopupsVirtualPageViews")?mw.track:function(){}}(mw.config),k=(e={},o()(e,l.TYPE_PAGE,function(e,t,n){return n.get("wgPopupsConflictsWithNavPopupGadget")?null:e.isAnon()?t.isPagePreviewsEnabled():"1"===mw.user.options.get("popups")||null}(mw.user,w,mw.config)),o()(e,l.TYPE_REFERENCE,m),e);mw.config.get("debug")&&(c=window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__||c);var S,_,R,A=a.createStore(a.combineReducers(Be),c(a.applyMiddleware(u.a))),C=a.bindActionCreators(r,A.dispatch),O=function(e,t){var n,r=function(){};if(e.isAnon())r=function(e){e.preventDefault(),t.showSettings()};else{n=mw.Title.newFromText("Special:Preferences#mw-prefsection-rendering").getUrl()}return{settingsUrl:n,showSettings:r,previewDwell:t.previewDwell,previewAbandon:t.abandon,previewShow:t.previewShow,click:t.linkClick}}(mw.user,C);if(function(e,t,n,r,i,o,a){F(e,fe.footerLink(t)),F(e,fe.linkTitle()),F(e,fe.render(i)),F(e,fe.statsv(t,o)),F(e,fe.syncUserSettings(n)),F(e,fe.settings(t,r)),F(e,fe.pageviews(t,a))}(A,C,w,h,O,E,P),C.boot(k,mw.user,w,mw.config,window.location.href),mw.popups=function(e,t,n,r){return{isEnabled:function(){return e.getState().preview.enabled[l.TYPE_PAGE]},register:function(e){var i=e.type,o=e.selector,a=e.gateway,s=e.renderFn,u=e.subTypes,c=e.init;if(!i||!o||!a)throw new Error('Registration of Popups custom preview type "'.concat(i,'" failed: You must specify a type, a selector, and a gateway.'));t(i,o),r(i,a),n(i,s),u&&u.forEach((function(e){n(e.type,e.renderFn)})),"function"==typeof c&&c()}}}(A,b,ie,x),null!==k[l.TYPE_PAGE]){var j=Ve.join(", ");mw.popups.register({type:l.TYPE_PAGE,selector:"#mw-content-text a[href][title]:not(".concat(j,")"),gateway:d,renderFn:ae,subTypes:[{type:l.TYPE_DISAMBIGUATION,renderFn:ue}]})}(null!==k[l.TYPE_REFERENCE]&&mw.popups.register({type:l.TYPE_REFERENCE,selector:'#mw-content-text .reference a[ href*="#" ]',gateway:f,renderFn:ce,init:function(){mw.config.get("wgPopupsReferencePreviews")&&navigator.sendBeacon&&mw.config.get("wgIsArticle")&&!z&&(z=!0,mw.track(Z,{action:"pageview"}))}}),v.length)?(te(),S=qe((function(e,t,n){var r=g(e),i=function(e){return T[e]}(r);if(i){var o=window.scrollY,a=e.getBoundingClientRect(),s={top:o+a.y,left:window.scrollX+a.x},u={pageX:n.pageX,pageY:n.pageY,clientY:n.clientY,width:e.offsetWidth,height:e.offsetHeight,offset:s,clientRects:e.getClientRects(),windowWidth:window.innerWidth,windowHeight:window.innerHeight,scrollTop:o};C.linkDwell(t,e,u,i,p,r)}})),_=qe((function(){C.abandon()})),R=qe((function(e){l.TYPE_PAGE===g(e)&&C.linkClick(e)})),document.addEventListener("mouseover",S),document.addEventListener("keyup",S),document.addEventListener("mouseout",_),document.addEventListener("blur",_),document.addEventListener("click",R)):mw.log.warn("ext.popups was loaded but everything is disabled")}(),window.Redux=a,window.ReduxThunk=s},"./src/ui/pointer-mask.svg":function(e,t){e.exports=''}}); //# sourceMappingURL=index.js.map.json