mediawiki-extensions-Popups/resources/dist/index.js
Adam Wight 07aa0f3ae9 Don't record Popups actions on non-content pages
We found that Popups was overcounted approximately 2.5x relative to Cite.
This patch attempts to nearly match the circumstances under which Cite
(and its tracking) is loaded.

Bug: T214493
Change-Id: Ib31df3c33879f4ea63d9808ffd260861069a8977
2019-11-14 16:52:05 +01:00

2 lines
42 KiB
JavaScript

!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/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 c(e,t){return function(){return t(e.apply(this,arguments))}}function s(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function u(){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 c=t,s=n,u=[],p=u,l=!1;function d(){p===u&&(p=u.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 s}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 g(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,s=c(s,e)}finally{l=!1}for(var t=u=p,n=0;t.length>n;n++)(0,t[n])();return e}return g({type:o.INIT}),(a={dispatch:g,subscribe:w,getState:f,replaceReducer:function(e){if("function"!=typeof e)throw Error("Expected the nextReducer to be a function.");c=e,g({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 c,s=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){c=e}return function(e,t){if(void 0===e&&(e={}),c)throw c;for(var r=!1,i={},o=0;s.length>o;o++){var u=s[o],p=e[u],l=(0,n[u])(p,t);if(void 0===l){var d=a(u,t);throw Error(d)}i[u]=l,r=r||l!==p}return r?i:e}},t.bindActionCreators=function(e,t){if("function"==typeof e)return c(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]=c(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){s(e,t,n[t])})}return e}({},n,{dispatch:r=u.apply(void 0,o)(n.dispatch)})}}},t.compose=u,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/counts.js":function(e,t){t.getEditCountBucket=function(e){var t;return 0===e?t="0":e>=1&&e<=4?t="1-4":e>=5&&e<=99?t="5-99":e>=100&&e<=999?t="100-999":e>=1e3&&(t="1000+"),"".concat(t," edits")},t.getPreviewCountBucket=function(e){var t;return 0===e?t="0":e>=1&&e<=4?t="1-4":e>=5&&e<=20?t="5-20":e>=21&&(t="21+"),void 0!==t?"".concat(t," previews"):"unknown"}},"./src/index.js":function(e,t,n){"use strict";n.r(t);var r={};n.r(r),n.d(r,"boot",function(){return de}),n.d(r,"fetch",function(){return fe}),n.d(r,"linkDwell",function(){return we}),n.d(r,"abandon",function(){return ge}),n.d(r,"linkClick",function(){return he}),n.d(r,"referenceClick",function(){return me}),n.d(r,"previewDwell",function(){return ve}),n.d(r,"previewShow",function(){return Ee}),n.d(r,"pageviewLogged",function(){return Te}),n.d(r,"showSettings",function(){return be}),n.d(r,"hideSettings",function(){return ye}),n.d(r,"saveSettings",function(){return _e}),n.d(r,"eventLogged",function(){return ke}),n.d(r,"statsvLogged",function(){return Ie});var i=n("./node_modules/redux/dist/redux.min.js"),o=n("./node_modules/redux-thunk/dist/redux-thunk.min.js"),a=n.n(o),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}(),s={BRACKETED_DEVICE_PIXEL_RATIO:c,THUMBNAIL_SIZE:320*c,EXTRACT_LENGTH:525},u={TYPE_GENERIC:"generic",TYPE_PAGE:"page",TYPE_DISAMBIGUATION:"disambiguation",TYPE_REFERENCE:"reference"};function p(e,t,n,r,i,o,a,c){var s=function(e){if(null==e||0===e.length)return;return e}(i);return{title:e,url:t,languageCode:n,languageDirection:r,extract:s,type:function(e,t){if(void 0===t)return u.TYPE_GENERIC;switch(e){case u.TYPE_GENERIC:case u.TYPE_DISAMBIGUATION:case u.TYPE_PAGE:return e;default:return u.TYPE_PAGE}}(o,s),thumbnail:a,pageId:c}}function l(e,t){return p(e,t,"","",[],"")}function d(e,t,n){return function(e,t){return e.getNamespaceId()===t.get("wgNamespaceNumber")&&e.getMainText()===t.get("wgTitle")}(n,t)?n.getFragment()&&t.get("wgPopupsReferencePreviews")&&$(e).parent().hasClass("reference")?u.TYPE_REFERENCE:null:u.TYPE_PAGE}function f(e,t){var n=e;return void 0===e?[]:0===n.length?[]:n=function(e,t){var n=[],r="<bi-".concat(Math.random(),">"),i="<snip-".concat(Math.random(),">");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($("<b>").text(e.substring(r.length))):n.push(document.createTextNode(e))}),n}(n,t)}var w=300;function g(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 h(e){var t=$.extend({},e);return t.extract=f(e.extract,e.title),t}function m(e){return p(e.title,e.canonicalurl,e.pagelanguagehtmlcode,e.pagelanguagedir,e.extract,e.type,e.thumbnail,e.pageid)}var v="https://www.mediawiki.org/wiki/Specs/Summary/1.2.0";function E(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(v,'"'),"Accept-Language":t.acceptLanguage}})}return{fetch:r,convertPageToModel:b,fetchPreviewForTitle:function(e){var i=e.getPrefixedDb(),o=r(i);return o.then(function(e){return e&&e.title||(e=$.extend(!0,e||{},{title:i})),void 0===e.extract&&(e.extract=""),b(e,t.THUMBNAIL_SIZE,n)}).catch(function(e,t,n){return $.Deferred().reject("http",{xhr:e,textStatus:t,exception:n})}).promise({abort:function(){o.abort()}})}}}function T(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 c,s,u=i.substr(a+3);return e.width>e.height?(c=n,s=Math.floor(n/e.width*e.height)):(c=Math.floor(n/e.height*e.width),s=n),c>=t.width&&-1===u.indexOf(".svg")?o&&t:(r[r.length-1]="".concat(c,"px-").concat(u),{source:r.join("/"),width:c,height:s})}function b(e,t,n){return p(e.title,new mw.Title(e.title).getUrl(),e.lang,e.dir,n(e),e.type,e.thumbnail?T(e.thumbnail,e.originalimage,t):void 0,e.pageid)}function y(e){var t=e.extract_html;return 0===t.length?[]:$.parseHTML(t)}function _(e){return f(e.extract,e.title)}function k(e){var t=$.extend({},s,{acceptLanguage:e.get("wgPageContentLanguage")}),n=$.extend({},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:!0,exchars:t.EXTRACT_LENGTH,explaintext:!0,piprop:"thumbnail",pithumbsize:t.THUMBNAIL_SIZE,pilicense:"any",rvprop:"timestamp",inprop:"url",titles:n,smaxage:w,maxage:w,uselang:"content"},{headers:{"X-Analytics":"preview=1","Accept-Language":t.acceptLanguage}})}return{fetch:n,extractPageFromResponse:g,convertPageToModel:m,fetchPreviewForTitle:function(e){var t=n(e.getPrefixedDb());return t.then(function(e){return m(h(g(e)))}).promise({abort:function(){t.abort()}})},formatPlainTextExtract:h}}(new mw.Api,t);case"restbasePlain":return E($.ajax,n,_);case"restbaseHTML":return E($.ajax,n,y);default:throw new Error("Unknown gateway")}}function I(){function e(e){var t=null;return e.find("cite[class]").each(function(e,n){var r=n.className.replace(/\bcitation\b\s*/g,"").trim();if(t){if(r&&r!==t)return t=null,!1}else t=r}),t}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)return $.Deferred().reject("Footnote not found",{textStatus:"abort",xhr:{readyState:0}}).promise({abort:function(){}});var o={url:"#".concat(r),extract:i.html(),type:u.TYPE_REFERENCE,referenceType:e(i),sourceElementId:n&&n.parentNode&&n.parentNode.id};return $.Deferred().resolve(o).promise({abort:function(){}})}}}var S="mwe-popups-enabled",P="ext.popups.core.previewCount";function x(e){return mw.html.escape(e)}function C(e){var t=x(e.heading),n=x(e.saveLabel),r=x(e.closeLabel),i=x(e.helpText),o=x(e.okLabel),a=function(){return(arguments.length>0&&void 0!==arguments[0]?arguments[0]:[]).map(function(e){var t=e.id,n=e.name,r=e.description,i=e.isChecked;return{id:x(t),name:x(n),description:r?x(r):"",isChecked:i}})}(e.choices);return $($.parseHTML("\n\t\t<section id='mwe-popups-settings'>\n\t\t\t<header>\n\t\t\t\t<div>\n\t\t\t\t\t<div class='mw-ui-icon mw-ui-icon-element mw-ui-icon-popups-close close'>".concat(r,"</div>\n\t\t\t\t</div>\n\t\t\t\t<h1>").concat(t,"</h1>\n\t\t\t\t<div>\n\t\t\t\t\t<button class='save mw-ui-button mw-ui-progressive'>").concat(n,"</button>\n\t\t\t\t\t<button class='okay mw-ui-button mw-ui-progressive' style='display:none;'>").concat(o,"</button>\n\t\t\t\t</div>\n\t\t\t</header>\n\t\t\t<main id='mwe-popups-settings-form'>\n\t\t\t\t<form>\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<p>\n\t\t\t\t\t\t<input\n\t\t\t\t\t\t\tname='mwe-popups-setting'\n\t\t\t\t\t\t\t".concat(i?"checked":"","\n\t\t\t\t\t\t\tvalue='").concat(t,"'\n\t\t\t\t\t\t\ttype='radio'\n\t\t\t\t\t\t\tid='mwe-popups-settings-").concat(t,"'>\n\t\t\t\t\t\t<label for='mwe-popups-settings-").concat(t,"'>\n\t\t\t\t\t\t\t<span>").concat(n,"</span>\n\t\t\t\t\t\t\t").concat(r,"\n\t\t\t\t\t\t</label>\n\t\t\t\t\t</p>")}).join(""),"\n\t\t\t\t</form>\n\t\t\t</main>\n\t\t\t<div class='mwe-popups-settings-help' style='display:none;'>\n\t\t\t\t<div class=\"mw-ui-icon mw-ui-icon-element mw-ui-icon-footer\"></div>\n\t\t\t\t<p>").concat(i,"</p>\n\t\t\t</div>\n\t\t</section>\n\t").trim()))}function N(){var e,t;return function(n){var r,i;return e||(r=A(),i=[{id:"simple",name:mw.msg("popups-settings-option-simple"),description:mw.msg("popups-settings-option-simple-description"),isChecked:!0},{id:"advanced",name:mw.msg("popups-settings-option-advanced"),description:mw.msg("popups-settings-option-advanced-description")},{id:"off",name:mw.msg("popups-settings-option-off")}],r||i.splice(1,1),e=C({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:i}),t=$("<div>").addClass("mwe-popups-overlay"),e.find(".save").on("click",function(){var t="simple"===e.find("input[name=mwe-popups-setting]:checked, #mwe-popups-settings").val();n.saveSettings(t)}),e.find(".close, .okay").on("click",n.hideSettings)),{appendTo:function(n){t.appendTo(n),e.appendTo(t)},show:function(){t.show()},hide:function(){t.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(t){var n="off";t?n="simple":A()&&(n="advanced"),e.find("#mwe-popups-settings-".concat(n)).prop("checked",!0)}}}}function A(){return"undefined"!=typeof pg&&void 0!==pg.fn.disablePopups}function O(e,t){var n;e.subscribe(function(){var r=n;r!==(n=e.getState())&&t(r,n)})}function L(e,t){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 D(e){var t=$.Deferred();return setTimeout(function(){return t.resolve()},e),t.promise()}var R=n("./src/ui/pointer-mask.svg"),H=n.n(R),G={portraitImage:{h:250,w:203},landscapeImage:{h:200,w:320}};function j(e,t,n,r,i,o,a,c){var s="http://www.w3.org/2000/svg",u=document.createElementNS(s,"polyline"),p=-1===e.indexOf("not-tall")?[0,0,0,c]:[0,c-1,a,c-1];u.setAttribute("stroke","rgba(0,0,0,0.1)"),u.setAttribute("points",p.join(" ")),u.setAttribute("stroke-width",1);var l=$(document.createElementNS(s,"image"));l[0].setAttributeNS("http://www.w3.org/1999/xlink","href",t),l.addClass(e).attr({x:n,y:r,width:i,height:o});var d=$(document.createElementNS(s,"svg")).attr({xmlns:s,width:a,height:c}).append(l);return d.append(u),d}function F(e,t){return e=x(e),$($.parseHTML("\n\t<div class='mwe-popups mwe-popups-type-".concat(e,"' aria-hidden>\n\t\t<div class='mwe-popups-container'>").concat(t,"</div>\n\t</div>\n\t").trim()))}function B(e,t,n,r){var i=x(e.title),o=x(e.url),a=x(e.type);return n=x(n),r=x(r),F(e.type,"\n\t\t\t<div class='mw-ui-icon mw-ui-icon-element mw-ui-icon-preview-".concat(a,"'></div>\n\t\t\t").concat(t?"<strong class='mwe-popups-title'>".concat(i,"</strong>"):"","\n\t\t\t<a href='").concat(o,"' class='mwe-popups-extract'>\n\t\t\t\t<span class='mwe-popups-message'>").concat(n,"</span>\n\t\t\t</a>\n\t\t\t<footer>\n\t\t\t\t<a href='").concat(o,"' class='mwe-popups-read-link'>").concat(r,"</a>\n\t\t\t</footer>\n\t\t"))}var W=["book","journal","news","web"],M="event.ReferencePreviewsPopups",Y=!1;function U(e){var t=W.indexOf(e.referenceType)<0?"generic":e.referenceType,n="popups-refpreview-".concat("generic"===t?"reference":t),r=x(mw.msg(n)),i=x(e.url),o=x(mw.msg("popups-refpreview-jump-to-reference")),a=F(e.type,"\n\t\t\t<strong class='mwe-popups-title'>\n\t\t\t\t<span class='mw-ui-icon mw-ui-icon-element mw-ui-icon-reference-".concat(t,"'></span>\n\t\t\t\t").concat(r,"\n\t\t\t</strong>\n\t\t\t<div class='mwe-popups-extract'>\n\t\t\t\t<div class='mw-parser-output'>").concat(e.extract,"</div>\n\t\t\t\t<div class='mwe-popups-fade' />\n\t\t\t</div>\n\t\t\t<footer>\n\t\t\t\t<a href='").concat(i,"' class='mwe-popups-read-link'>").concat(o,"</a>\n\t\t\t</footer>\n\t\t"));return a.find(".mwe-popups-extract a[href]:not([target])").each(function(e,t){t.target="_blank",t.rel="".concat(t.rel?"".concat(t.rel," "):"","noopener")}),e.sourceElementId&&a.find("a.mwe-popups-read-link").on("click",function(t){t.stopPropagation(),Y&&mw.track(M,{action:"clickedGoToReferences"}),$("#".concat($.escapeSelector(e.sourceElementId)," > a:first-child")).trigger("click")}),Y&&a.find(".mw-parser-output").on("click","a",function(){mw.track(M,{action:"clickedReferencePreviewsContentLink"})}),a.find(".mw-parser-output").on("scroll",function(e){var t=e.target,n=t.scrollTop>=t.scrollHeight-t.clientHeight-1;if(Y&&(t.isOpenRecorded||(mw.track(M,{action:"poppedOpen",scrollbarsPresent:t.scrollHeight>t.clientHeight}),t.isOpenRecorded=!0),t.scrollTop>0&&!t.isScrollRecorded&&(mw.track(M,{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,c=t.offsetWidth-t.clientWidth;r.find(".mwe-popups-fade").css({bottom:i?"".concat(o,"px"):0,right:a?"".concat(c,"px"):0}),t.isScrolling=!n,r.toggleClass("mwe-popups-fade-out",t.isScrolling)}}),a}$(function(){mw.config.get("wgPopupsReferencePreviews")&&navigator.sendBeacon&&mw.config.get("wgIsArticle")&&!Y&&(Y=!0,mw.track(M,{action:"pageview"}))});var V=215;function K(e,t){var n=x(e.url),r=x(e.languageCode),i=x(e.languageDirection),o=F(e.type,"\n\t\t\t".concat(t?"<a href='".concat(n,"' class='mwe-popups-discreet'></a>"):"","\n\t\t\t<a dir='").concat(i,"' lang='").concat(r,"' class='mwe-popups-extract' href='").concat(n,"'></a>\n\t\t\t<footer>\n\t\t\t\t<a class='mwe-popups-settings-icon'>\n\t\t\t\t\t<span class=\"mw-ui-icon mw-ui-icon-element mw-ui-icon-popups-settings\"></span>\n\t\t\t\t</a>\n\t\t\t</footer>\n\t\t"));if(t&&o.find(".mwe-popups-discreet").append(t.el),e.extract){var a=function(e){return e&&e.isNarrow?"".concat(V+e.offset,"px"):""}(t);o.find(".mwe-popups-extract").css("width",a).append(e.extract),o.find("footer").css("width",a)}return o}var X=$(window),q=450,z=320,Z=8,J=28;function Q(){var e;e=document.body,$("<div>").attr("id","mwe-popups-svg").html(H.a).appendTo(e)}function ee(e){var t=function(e){switch(e.type){case u.TYPE_PAGE:return function(e){var t=function(e){var t=s.BRACKETED_DEVICE_PIXEL_RATIO;if(!e)return null;var n,r,i,o,a=e.width<e.height,c=e.width/t,u=e.height/t;if(!a&&c<G.landscapeImage.w||a&&u<G.portraitImage.h||e.source.indexOf("\\")>-1||e.source.indexOf("'")>-1||e.source.indexOf('"')>-1)return null;a?(n=c>G.portraitImage.w?(c-G.portraitImage.w)/-2:G.portraitImage.w-c,r=u>G.portraitImage.h?(u-G.portraitImage.h)/-2:0,i=G.portraitImage.w,o=G.portraitImage.h,c<i&&(n=0,i=c)):(n=0,r=u>G.landscapeImage.h?(u-G.landscapeImage.h)/-2:0,i=G.landscapeImage.w,o=u>G.landscapeImage.h?G.landscapeImage.h:u);var p=a&&c<G.portraitImage.w;return{el:j(a?"mwe-popups-is-tall":"mwe-popups-is-not-tall",e.source,n,r,c,u,i,o),isTall:a,isNarrow:p,offset:p?G.portraitImage.w-c:0,width:c,height:u}}(e.thumbnail),n=null!==t;return{el:K(e,t),hasThumbnail:n,thumbnail:t,isTall:n&&t.isTall}}(e);case u.TYPE_DISAMBIGUATION:return function(e){var t=mw.msg("popups-preview-disambiguation"),n=mw.msg("popups-preview-disambiguation-link");return{el:B(e,!0,t,n),hasThumbnail:!1,isTall:!1}}(e);case u.TYPE_REFERENCE:return function(e){return{el:U(e),hasThumbnail:!1,isTall:!1}}(e);default:return function(e){var t=mw.msg("popups-preview-no-preview"),n=mw.msg("popups-preview-footer-read");return{el:B(e,!1,t,n),hasThumbnail:!1,isTall:!1}}(e)}}(e);return{show:function(e,n,r){return function(e,t,n,r,i,o,a){var c=function(e,t,n,r,i,o){var a,c=!1,s=!1,u=t.pageY?te(t.pageY-r.scrollTop,n.clientRects,!1)+r.scrollTop+i:n.offset.top+n.height+i,p=t.clientY?t.clientY:u;a=t.pageX?n.width>J?t.pageX:n.offset.left+n.width/2:n.offset.left;a>r.width/2&&(a+=t.pageX?0:n.width,a-=e?q:z,c=!0);t.pageX&&(a+=c?18:-18);p>r.height/2&&(s=!0,u=n.offset.top,t.pageY&&(u=te(t.pageY-r.scrollTop,n.clientRects,!0)+r.scrollTop),u-=i);return{offset:{top:u,left:a},flippedX:"rtl"===o?!c:c,flippedY:s,dir:o}}(e.isTall,{pageX:t.pageX,pageY:t.pageY,clientY:t.clientY},{clientRects:n.get(0).getClientRects(),offset:n.offset(),width:n.width(),height:n.height()},{scrollTop:X.scrollTop(),width:X.width(),height:X.height()},Z,a);e.el.appendTo(o),function(e,t,n,r,i){var o=e.el,a=e.isTall,c=e.hasThumbnail,s=e.thumbnail,u=t.flippedY,p=t.offset.top;!u&&!a&&c&&s.height<r&&o.find(".mwe-popups-extract").css("margin-top",s.height-i),o.addClass(n.join(" ")),u&&(p-=o.outerHeight()),o.css({top:p,left:"".concat(t.offset.left,"px")}),c&&function(e,t){var n=e.el,r=e.isTall,i=e.thumbnail,o=t.flippedY,a=t.flippedX,c=t.dir,s=function(e,t,n){return e||t?e&&n?t?"mwe-popups-landscape-mask-flip":"mwe-popups-landscape-mask":void 0:n?"mwe-popups-mask-flip":"mwe-popups-mask"}(r,o,a);if(s){var u={scaleX:1,translateX:r?Math.min(i.width-G.portraitImage.w,0):0};"rtl"===c&&(u.scaleX=-1,u.translateX=r?G.portraitImage.w:G.landscapeImage.w);var p=document.getElementById(s);p.setAttribute("transform","matrix(".concat(u.scaleX," 0 0 1 ").concat(u.translateX," 0)")),n.find("image")[0].setAttribute("clip-path","url(#".concat(s,")"))}}(e,t)}(e,c,function(e,t){var n=[];return t.flippedY?n.push("mwe-popups-fade-in-down"):n.push("mwe-popups-fade-in-up"),t.flippedY&&t.flippedX?n.push("flipped-x-y"):t.flippedY?n.push("flipped-y"):t.flippedX&&n.push("flipped-x"),e.hasThumbnail&&(!e.isTall||t.flippedX)||t.flippedY||n.push("mwe-popups-no-image-pointer"),!e.hasThumbnail||e.isTall||t.flippedY||n.push("mwe-popups-image-pointer"),e.isTall?n.push("mwe-popups-is-tall"):n.push("mwe-popups-is-not-tall"),n}(e,c),G.landscapeImage.h,Z),e.el.show(),e.el.hasClass("mwe-popups-type-reference")&&e.el.find(".mw-parser-output").first().trigger("scroll");return D(200).then(function(){!function(e,t){e.el.on("mouseenter",t.previewDwell).on("mouseleave",t.previewAbandon),e.el.click(t.click),e.el.find(".mwe-popups-settings-icon").attr("href",t.settingsUrl).click(function(e){e.stopPropagation(),t.showSettings(e)})}(e,r),r.previewShow(i)})}(t,e,$(e.target),n,r,document.body,document.documentElement.getAttribute("dir"))},hide:function(){return function(e){var t=e.el.hasClass("mwe-popups-fade-in-up")?"mwe-popups-fade-in-up":"mwe-popups-fade-in-down",n="mwe-popups-fade-in-up"===t?"mwe-popups-fade-out-down":"mwe-popups-fade-out-up";return e.el.removeClass(t).addClass(n),D(150).then(function(){e.el.remove()})}(t)}}}function te(e,t,n){var r,i=null;return Array.prototype.slice.call(t).forEach(function(t){var o=Math.abs(e-t.top+e-t.bottom);(null===i||i>o)&&(i=o,r=n?Math.floor(t.top):Math.ceil(t.bottom))}),r}function ne(e,t,n){return e[t]&&e[t][n]}function re(e,t,n,r,i){var o=ne(t,n,r);e&&ne(e,n,r)!==o&&i(o)}var ie={footerLink:function(e){var t;return function(n,r){void 0===t&&(t=function(){var e=$("<li>").append($("<a>").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()}},eventLogging:function(e,t,n){return function(r,i){var o=i.eventLogging,a=o.event;a&&(a=$.extend(!0,{},o.baseData,a,{timestamp:n()}),t("event.Popups",a),e.eventLogged(a))}},linkTitle:function(){var e;return function(t,n){var r,i=t&&t.preview.activeLink;n.preview.enabled&&(i&&t.preview.activeLink!==n.preview.activeLink&&(r=t.preview.activeLink,$(r).attr("title",e),e=void 0),n.preview.activeLink&&function(t){var n=$(t);e||(e=n.attr("title"),n.attr("title",""))}(n.preview.activeLink))}},pageviews:function(e,t){return function(n,r){var i;r.pageviews&&r.pageviews.pageview&&r.pageviews.page&&(i=r.pageviews.page,t("event.VirtualPageView",$.extend({},{source_page_id:i.id,source_namespace:i.namespaceId,source_title:i.title,source_url:i.url},r.pageviews.pageview)),e.pageviewLogged())}},render:function(e){var t;return function(n,r){r.preview.shouldShow&&!t?(t=ee(r.preview.fetchResponse)).show(r.preview.activeEvent,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&&!0===i.settings.shouldShow?(n||(n=t(e)).appendTo(document.body),n.setEnabled(i.preview.enabled),n.show()):!0===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){re(t,n,"eventLogging","previewCount",e.setPreviewCount),re(t,n,"preview","enabled",e.setIsEnabled)}}},oe={BOOT:"BOOT",LINK_DWELL:"LINK_DWELL",ABANDON_START:"ABANDON_START",ABANDON_END:"ABANDON_END",LINK_CLICK:"LINK_CLICK",REFERENCE_CLICK:"REFERENCE_CLICK",FETCH_START:"FETCH_START",FETCH_END:"FETCH_END",FETCH_COMPLETE:"FETCH_COMPLETE",FETCH_FAILED:"FETCH_FAILED",FETCH_ABORTED:"FETCH_ABORTED",PAGEVIEW_LOGGED:"PAGEVIEW_LOGGED",PREVIEW_DWELL:"PREVIEW_DWELL",PREVIEW_SHOW:"PREVIEW_SHOW",PREVIEW_CLICK:"PREVIEW_CLICK",PREVIEW_SEEN:"PREVIEW_SEEN",SETTINGS_SHOW:"SETTINGS_SHOW",SETTINGS_HIDE:"SETTINGS_HIDE",SETTINGS_CHANGE:"SETTINGS_CHANGE",EVENT_LOGGED:"EVENT_LOGGED",STATSV_LOGGED:"STATSV_LOGGED"},ae=150,ce=1e3,se=350+ae,ue=150,pe=300;function le(e){return e.timestamp=mw.now(),e}function de(e,t,n,r,i){var o=r.get("wgUserEditCount"),a=n.getPreviewCount();return{type:oe.BOOT,isEnabled: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,previewCount:a}}}function fe(e,t,n,r,i){var o=t.getPrefixedDb(),a=t.namespace;return function(c){var s=e.fetchPreviewForTitle(t,n);c(le({type:oe.FETCH_START,el:n,title:o,namespaceId:a,promise:s}));var p=s.then(function(e){return c(le({type:oe.FETCH_END,el:n})),e}).catch(function(e,t){var i=new Error(e),o=t&&t.textStatus&&"abort"===t.textStatus?oe.FETCH_ABORTED:oe.FETCH_FAILED;throw i.data=t,c({type:o,el:n,token:r}),i});return $.when(p,D(function(e){switch(e){case u.TYPE_PAGE:return se-ae;case u.TYPE_REFERENCE:return ue;default:return 0}}(i))).then(function(e){c({type:oe.FETCH_COMPLETE,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&&c({type:oe.FETCH_COMPLETE,el:n,result:l(o,t.getUrl()),token:r})})}}function we(e,t,n,r,i,o){var a=i(),c=e.getPrefixedDb(),s=e.namespace;return function(i,u){var p=D(ae),l=le({type:oe.LINK_DWELL,el:t,event:n,token:a,title:c,namespaceId:s,promise:p});function d(){return u().preview.activeToken===a}return i(l),d()?p.then(function(){if(u().preview.enabled&&d())return i(fe(r,e,t,a,o))}):$.Deferred().resolve().promise()}}function ge(){return function(e,t){var n=t().preview,r=n.activeToken,i=n.promise;return r?(e(le({type:oe.ABANDON_START,token:r})),"abort"in i&&i.abort(),D(pe).then(function(){e({type:oe.ABANDON_END,token:r})})):$.Deferred().resolve().promise()}}function he(e){return le({type:oe.LINK_CLICK,el:e})}function me(e,t,n,r){return function(i,o){var a=o().preview,c=a.activeLink,s=a.activeToken,u=a.promise;if(a.wasClicked)return $.Deferred().resolve().promise();var p=n.fetchPreviewForTitle(e,t);var l=s;return c!==t||""===s?l=r():u.abort(),i(le({type:oe.REFERENCE_CLICK,el:t,token:l})),p.then(function(e){i({type:oe.FETCH_COMPLETE,el:t,result:e,token:l})})}}function ve(){return{type:oe.PREVIEW_DWELL}}function Ee(e){return function(t,n){return t(le({type:oe.PREVIEW_SHOW,token:e})),D(ce).then(function(){var r=n().preview,i=r&&r.fetchResponse,o=r&&r.activeToken,a=i&&[u.TYPE_PAGE,u.TYPE_DISAMBIGUATION].indexOf(i.type)>-1;o&&o===e&&i&&a&&t({type:oe.PREVIEW_SEEN,title:i.title,pageId:i.pageId,namespace:0})})}}function Te(){return{type:oe.PAGEVIEW_LOGGED}}function be(){return{type:oe.SETTINGS_SHOW}}function ye(){return{type:oe.SETTINGS_HIDE}}function _e(e){return function(t,n){t({type:oe.SETTINGS_CHANGE,wasEnabled:n().preview.enabled,enabled:e})}}function ke(e){return{type:oe.EVENT_LOGGED,event:e}}function Ie(){return{type:oe.STATSV_LOGGED}}function Se(e,t){var n={},r=Object.prototype.hasOwnProperty;for(var i in e)r.call(e,i)&&!r.call(t,i)&&(n[i]=e[i]);for(var o in t)r.call(t,o)&&(n[o]=t[o]);return n}var Pe=n("./src/counts.js");function xe(e,t){return t.linkInteractionToken=e.token,t.pageTitleHover=e.title,t.namespaceIdHover=e.namespaceId,void 0!==e.timeToPreviewShow&&(t.previewType=e.previewType,t.perceivedWait=e.timeToPreviewShow),t}function Ce(e){var t={totalInteractionTime:Math.round(e.finished-e.started)};if(!e.finalized)return t.action=e.timeToPreviewShow?"dismissed":"dwelledButAbandoned",xe(e,t)}var Ne={eventLogging:function(e,t){var n,r,i,o;if(void 0===e&&(e={previewCount:void 0,baseData:{},interaction:void 0,event:void 0}),-1!==[oe.FETCH_COMPLETE,oe.ABANDON_END,oe.PREVIEW_SHOW].indexOf(t.type)&&(!e.interaction||t.token!==e.interaction.token))return e;if(!e.interaction&&t.type!==oe.BOOT&&t.type!==oe.LINK_DWELL&&t.type!==oe.EVENT_LOGGED&&t.type!==oe.SETTINGS_CHANGE)return e;switch(t.type){case oe.BOOT:return Se(e,{previewCount:t.user.previewCount,baseData:(i=t,o={pageTitleSource:i.page.title,namespaceIdSource:i.page.namespaceId,pageIdSource:i.page.id,isAnon:i.user.isAnon,popupEnabled:i.isEnabled,pageToken:i.pageToken,sessionToken:i.sessionToken,previewCountBucket:Pe.getPreviewCountBucket(i.user.previewCount),hovercardsSuppressedByGadget:i.isNavPopupsEnabled},i.user.isAnon||(o.editCountBucket=Pe.getEditCountBucket(i.user.editCount)),o),event:{action:"pageLoaded"}});case oe.EVENT_LOGGED:return r=Se(e,{event:void 0}),t.event.linkInteractionToken&&e.interaction&&t.event.linkInteractionToken===e.interaction.token&&(r.interaction=void 0),r;case oe.FETCH_COMPLETE:return Se(e,{interaction:Se(e.interaction,{previewType:t.result.type})});case oe.PREVIEW_SHOW:return Se(e,{previewCount:n=e.previewCount+1,baseData:Se(e.baseData,{previewCountBucket:Pe.getPreviewCountBucket(n)}),interaction:Se(e.interaction,{timeToPreviewShow:Math.round(t.timestamp-e.interaction.started)})});case oe.LINK_DWELL:return e.interaction&&t.el===e.interaction.link?Se(e,{interaction:Se(e.interaction,{isUserDwelling:!0})}):Se(e,{interaction:{link:t.el,title:t.title,namespaceId:t.namespaceId,token:t.token,started:t.timestamp,isUserDwelling:!0},event:e.interaction?Ce(e.interaction):void 0});case oe.PREVIEW_DWELL:return Se(e,{interaction:Se(e.interaction,{isUserDwelling:!0})});case oe.LINK_CLICK:return Se(e,{interaction:Se(e.interaction,{finalized:!0}),event:xe(e.interaction,{action:"opened",totalInteractionTime:Math.round(t.timestamp-e.interaction.started)})});case oe.ABANDON_START:return Se(e,{interaction:Se(e.interaction,{finished:t.timestamp,isUserDwelling:!1})});case oe.ABANDON_END:return e.interaction.isUserDwelling?e:Se(e,{interaction:void 0,event:Ce(e.interaction)});case oe.SETTINGS_SHOW:return Se(e,{event:xe(e.interaction,{action:"tapped settings cog"})});case oe.SETTINGS_CHANGE:return t.wasEnabled&&!t.enabled?Se(e,{event:{action:"disabled",popupEnabled:!1}}):e;default:return e}},pageviews:function(e,t){switch(void 0===e&&(e={pageview:void 0}),t.type){case oe.BOOT:return Se(e,{page:t.page});case oe.PAGEVIEW_LOGGED:return Se(e,{pageview:void 0});case oe.PREVIEW_SEEN:return Se(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:void 0,activeLink:void 0,activeEvent:void 0,activeToken:"",shouldShow:!1,isUserDwelling:!1,wasClicked:!1}),t.type){case oe.BOOT:return Se(e,{enabled:t.isEnabled});case oe.SETTINGS_CHANGE:return Se(e,{enabled:t.enabled});case oe.LINK_DWELL:return t.el!==e.activeLink?Se(e,{activeLink:t.el,activeEvent:t.event,activeToken:t.token,shouldShow:!1,isUserDwelling:!0,promise:t.promise}):Se(e,{isUserDwelling:!0});case oe.REFERENCE_CLICK:return Se(e,{activeLink:t.el,activeToken:t.token,isUserDwelling:!0,wasClicked:!0});case oe.FETCH_ABORTED:case oe.ABANDON_END:return t.token!==e.activeToken||e.isUserDwelling?e:Se(e,{activeLink:void 0,activeToken:void 0,activeEvent:void 0,fetchResponse:void 0,shouldShow:!1});case oe.PREVIEW_DWELL:return Se(e,{isUserDwelling:!0});case oe.ABANDON_START:return Se(e,{isUserDwelling:!1,wasClicked:!1});case oe.FETCH_START:return Se(e,{fetchResponse:void 0,promise:t.promise});case oe.FETCH_COMPLETE:if(t.token===e.activeToken)return Se(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 oe.SETTINGS_SHOW:return Se(e,{shouldShow:!0,showHelp:!1});case oe.SETTINGS_HIDE:return Se(e,{shouldShow:!1,showHelp:!1});case oe.SETTINGS_CHANGE:return t.wasEnabled===t.enabled?Se(e,{shouldShow:!1}):Se(e,{shouldShow:!t.enabled,showHelp:!t.enabled,shouldShowFooterLink:!t.enabled});case oe.BOOT:return Se(e,{shouldShowFooterLink:t.user.isAnon&&!t.isEnabled});default:return e}},statsv:function(e,t){switch(e=e||{},t.type){case oe.FETCH_START:return Se(e,{fetchStartedAt:t.timestamp});case oe.FETCH_END:return Se(e,{action:"timing.PagePreviewsApiResponse",data:t.timestamp-e.fetchStartedAt});case oe.FETCH_FAILED:return Se(e,{action:"counter.PagePreviewsApiFailure",data:1});case oe.LINK_DWELL:return Se(e,{linkDwellStartedAt:t.timestamp});case oe.PREVIEW_SHOW:return Se(e,{action:"timing.PagePreviewsPreviewShow",data:t.timestamp-e.linkDwellStartedAt});case oe.STATSV_LOGGED:return Se(e,{action:null,data:null});default:return e}}};function Ae(e){var t,n,r,i=e;return i.source_title=mw.Title.newFromText(e.source_title).getPrefixedDb(),i.page_title=mw.Title.newFromText(e.page_title).getPrefixedDb(),i.source_url=(t=e.source_url,n=1e3,r="",t.split("").every(function(e){return encodeURIComponent(r+e).length<n&&(r+=e)}),r),i}var Oe=function(e,t,n,r){return e.get("wgPopupsVirtualPageViews")?function(e,i){var o,a=(o=e.slice(e.indexOf(".")+1))[0].toUpperCase()+o.slice(1);return t(["ext.eventLogging"]).then(function(){var e=n(),t=e.prepare(a,Ae(i)),o=e.makeBeaconUrl(t);r(o)})}:function(){}},Le=[".extiw",".image",".new",".internal",".external",".mw-cite-backlink a",".oo-ui-buttonedElement-button",".cancelLink a"];function De(){return window.performance&&window.performance.now?Math.round(window.performance.now()):null}!function(){var e,t,n,o=i.compose,c=mw.user.generateRandomSessionId,s=k(mw.config),p=I(),l=(n=mw.storage,{getIsEnabled:function(){return"0"!==n.get(S)},setIsEnabled:function(e){n.set(S,e?"1":"0")},hasIsEnabled:function(){var e=n.get(S);return!1!==Boolean(e)},getPreviewCount:function(){var e=n.get(P);if(!1===e)return-1;if(null===e)return 0;var t=parseInt(e,10);return isNaN(t)&&(t=0,this.setPreviewCount(t)),t},setPreviewCount:function(e){n.set(P,e.toString())}}),f=N(),w=(t=mw.experiments,{weightedBoolean:function(e,n,r){return"true"===t.getBucket({enabled:!0,name:e,buckets:{true:n,false:1-n}},r)}}),g=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,w),h=Oe(mw.config,mw.loader.using,function(){return mw.eventLog},(e=window.navigator).sendBeacon?e.sendBeacon.bind(e):function(e){document.createElement("img").src=e}),m=function(e,t,n){return function(e,t,n){return!0===t.get("debug")||!!t.get("wgPopupsEventLogging")&&!(!n.navigator||"function"!=typeof n.navigator.sendBeacon)}(0,t,n)?mw.track:function(){}}(mw.user,mw.config,window),v=function(e,t,n){return!n.get("wgPopupsConflictsWithNavPopupGadget")&&(!e.isAnon()||!t.hasIsEnabled()||t.getIsEnabled())}(mw.user,l,mw.config);!0===mw.config.get("debug")&&(o=window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__||o);var E=i.createStore(i.combineReducers(Ne),o(i.applyMiddleware(a.a))),T=i.bindActionCreators(r,E.dispatch),b=function(e,t){var n,r=function(){};e.isAnon()?r=function(e){e.preventDefault(),t.showSettings()}: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,T);!function(e,t,n,r,i,o,a,c,s){O(e,ie.footerLink(t)),O(e,ie.linkTitle()),O(e,ie.render(i)),O(e,ie.statsv(t,o)),O(e,ie.syncUserSettings(n)),O(e,ie.settings(t,r)),O(e,ie.eventLogging(t,a,s)),O(e,ie.pageviews(t,c))}(E,T,l,f,b,g,m,h,De),T.boot(v,mw.user,l,mw.config,window.location.href),mw.popups=function(e){return{isEnabled:function(){return e.getState().preview.enabled}}}(E);var y=[];if(mw.user.isAnon()||"1"===mw.user.options.get("popups")){var _=Le.join(", ");y.push("#mw-content-text a[href][title]:not(".concat(_,")"))}if(mw.config.get("wgPopupsReferencePreviews")&&y.push('#mw-content-text .reference a[ href*="#" ]'),y.length){var x=y.join(", ");Q(),$(document).on("mouseover keyup",x,function(e){var t=L(this,mw.config);if(t){var n,r=d(this,mw.config,t);switch(r){case u.TYPE_PAGE:n=s;break;case u.TYPE_REFERENCE:n=p;break;default:return}T.linkDwell(t,this,e,n,c,r)}}).on("mouseout blur",x,function(){L(this,mw.config)&&T.abandon()}).on("click",x,function(e){var t=L(this,mw.config);if(t)switch(d(this,mw.config,t)){case u.TYPE_PAGE:T.linkClick(this);break;case u.TYPE_REFERENCE:e.preventDefault(),T.referenceClick(t,this,p,c)}})}else mw.log.error("ext.popups should not even be loaded!")}(),window.Redux=i,window.ReduxThunk=o},"./src/ui/pointer-mask.svg":function(e,t){e.exports='<svg xmlns="http://www.w3.org/2000/svg" width="0" height="0"><defs><clipPath id="mwe-popups-mask"><path d="M0 8h10l8-8 8 8h974v992H0z"></path></clipPath><clipPath id="mwe-popups-mask-flip"><path d="M0 8h294l8-8 8 8h690v992H0z"></path></clipPath><clipPath id="mwe-popups-landscape-mask"><path d="M0 8h174l8-8 8 8h810v992H0z"></path></clipPath><clipPath id="mwe-popups-landscape-mask-flip"><path d="M0 0h1000v242H190l-8 8-8-8H0z"></path></clipPath></defs></svg>'}});
//# sourceMappingURL=index.js.map.json