mediawiki-extensions-Popups/resources/dist/index.js
Jon Robson 2c09fd1d1c Generalize settings code (attempt 2)
This reverts commit a6a65204c6.
to restore custom preview types.

-- Changes since revert
The previous patch accidentally removed the syncUserSettings
changeListener. This has now been restored with several modifications:
* We have a migrate script which rewrites existing localStorage settings
to the new system
* The existing save functions are generalized.

The changes since this patch are captured in
Ia73467799a9b535f7a3cf7268727c9fab7af0d7e

-- More information

A new REGISTER_SETTING action replaces the BOOT action for
registering settings. This allows custom preview types to be
associated with a setting. They do this by adding the enabled
property to the module they provide to mw.popups.register

Every time the new action is called, we refresh the settings
dialog UI with the new settings.

Previously the settings dialog was hardcoded, but now it is generated
from the registered preview types by deriving associated messages
and checking they exist, so by default custom types will not show
up in the settings.

Benefits:
* This change empowers us to add a setting for Math previews to allow
them to be enabled or disabled.
* Allows us to separate references as its own module

Additional notes:
* The syncUserSettings.js changeListener is no longer needed as the logic
for this is handled inside the "userSettings" change listener in response to
the "settings" reducer which is responding to
SETTINGS_CHANGE and REGISTER_SETTING actions.

Upon merging:
* https://www.mediawiki.org/wiki/Extension:Popups#Extensibility will be
updated to detail how a setting can be registered.

Bug: T334261
Bug: T326692

Change-Id: Ie17d622870511ac9730fc9fa525698fc3aa0d5b6
2024-01-09 17:24:09 -08:00

2 lines
48 KiB
JavaScript

!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.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 o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));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/arrayLikeToArray.js":function(e,t){e.exports=function(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r},e.exports.__esModule=!0,e.exports.default=e.exports},"./node_modules/@babel/runtime/helpers/arrayWithHoles.js":function(e,t){e.exports=function(e){if(Array.isArray(e))return e},e.exports.__esModule=!0,e.exports.default=e.exports},"./node_modules/@babel/runtime/helpers/arrayWithoutHoles.js":function(e,t,n){var r=n("./node_modules/@babel/runtime/helpers/arrayLikeToArray.js");e.exports=function(e){if(Array.isArray(e))return r(e)},e.exports.__esModule=!0,e.exports.default=e.exports},"./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/@babel/runtime/helpers/iterableToArray.js":function(e,t){e.exports=function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)},e.exports.__esModule=!0,e.exports.default=e.exports},"./node_modules/@babel/runtime/helpers/iterableToArrayLimit.js":function(e,t){e.exports=function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,i=[],a=!0,s=!1;try{for(n=n.call(e);!(a=(r=n.next()).done)&&(i.push(r.value),!t||i.length!==t);a=!0);}catch(e){s=!0,o=e}finally{try{a||null==n.return||n.return()}finally{if(s)throw o}}return i}},e.exports.__esModule=!0,e.exports.default=e.exports},"./node_modules/@babel/runtime/helpers/nonIterableRest.js":function(e,t){e.exports=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},e.exports.__esModule=!0,e.exports.default=e.exports},"./node_modules/@babel/runtime/helpers/nonIterableSpread.js":function(e,t){e.exports=function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},e.exports.__esModule=!0,e.exports.default=e.exports},"./node_modules/@babel/runtime/helpers/slicedToArray.js":function(e,t,n){var r=n("./node_modules/@babel/runtime/helpers/arrayWithHoles.js"),o=n("./node_modules/@babel/runtime/helpers/iterableToArrayLimit.js"),i=n("./node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js"),a=n("./node_modules/@babel/runtime/helpers/nonIterableRest.js");e.exports=function(e,t){return r(e)||o(e,t)||i(e,t)||a()},e.exports.__esModule=!0,e.exports.default=e.exports},"./node_modules/@babel/runtime/helpers/toConsumableArray.js":function(e,t,n){var r=n("./node_modules/@babel/runtime/helpers/arrayWithoutHoles.js"),o=n("./node_modules/@babel/runtime/helpers/iterableToArray.js"),i=n("./node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js"),a=n("./node_modules/@babel/runtime/helpers/nonIterableSpread.js");e.exports=function(e){return r(e)||o(e)||i(e)||a()},e.exports.__esModule=!0,e.exports.default=e.exports},"./node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js":function(e,t,n){var r=n("./node_modules/@babel/runtime/helpers/arrayLikeToArray.js");e.exports=function(e,t){if(e){if("string"==typeof e)return r(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?r(e,t):void 0}},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 o=n[r]={exports:{},id:r,loaded:!1};return e[r].call(o.exports,o,o.exports,t),o.loaded=!0,o.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(o){return"function"==typeof o?o(n,r,e):t(o)}}}}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),o=function(){return Math.random().toString(36).substring(7).split("").join(".")},i={INIT:"@@redux/INIT"+o(),REPLACE:"@@redux/REPLACE"+o(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+o()}};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,o){var a;if("function"==typeof n&&"function"==typeof o||"function"==typeof o&&"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===o&&(o=n,n=void 0),void 0!==o){if("function"!=typeof o)throw Error("Expected the enhancer to be a function.");return o(e)(t,n)}if("function"!=typeof t)throw Error("Expected the reducer to be a function.");var s=t,u=n,c=[],l=c,p=!1;function d(){l===c&&(l=c.slice())}function f(){if(p)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 m(e){if("function"!=typeof e)throw Error("Expected the listener to be a function.");if(p)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(),l.push(e),function(){if(t){if(p)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=l.indexOf(e);l.splice(n,1)}}}function h(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(p)throw Error("Reducers may not dispatch actions.");try{p=!0,u=s(u,e)}finally{p=!1}for(var t=c=l,n=0;t.length>n;n++)(0,t[n])();return e}return h({type:i.INIT}),(a={dispatch:h,subscribe:m,getState:f,replaceReducer:function(e){if("function"!=typeof e)throw Error("Expected the nextReducer to be a function.");s=e,h({type:i.REPLACE})}})[r]=function(){var e,t=m;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 o=t[r];"function"==typeof e[o]&&(n[o]=e[o])}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:i.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:i.PROBE_UNKNOWN_ACTION()}))throw Error('Reducer "'+t+"\" returned undefined when probed with a random type. Don't try to handle "+i.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,o={},i=0;u.length>i;i++){var c=u[i],l=e[c],p=(0,n[c])(l,t);if(void 0===p){var d=a(c,t);throw Error(d)}o[c]=p,r=r||p!==l}return r?o: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={},o=0;n.length>o;o++){var i=n[o],a=e[i];"function"==typeof a&&(r[i]=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.")},o={getState:n.getState,dispatch:function(){return r.apply(void 0,arguments)}},i=t.map((function(e){return e(o)}));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,i)(n.dispatch)})}}},t.compose=c,t.__DO_NOT_USE__ActionTypes=i,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/canSaveToUserPreferences.js":function(e,t){e.exports=function(e){return!e.isAnon()&&e.isNamed()}},"./src/index.js":function(e,t,n){"use strict";n.r(t);var r={};n.r(r),n.d(r,"boot",(function(){return Ge})),n.d(r,"registerSetting",(function(){return We})),n.d(r,"fetch",(function(){return Xe})),n.d(r,"linkDwell",(function(){return Be})),n.d(r,"abandon",(function(){return Ve})),n.d(r,"linkClick",(function(){return ze})),n.d(r,"previewDwell",(function(){return Ke})),n.d(r,"previewShow",(function(){return $e})),n.d(r,"pageviewLogged",(function(){return Ze})),n.d(r,"showSettings",(function(){return Je})),n.d(r,"hideSettings",(function(){return Qe})),n.d(r,"saveSettings",(function(){return et})),n.d(r,"statsvLogged",(function(){return tt}));var o=n("./node_modules/redux/dist/redux.min.js"),i=n("./node_modules/redux-thunk/dist/redux-thunk.min.js"),a=n.n(i),s=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}(),u={BRACKETED_DEVICE_PIXEL_RATIO:s,THUMBNAIL_SIZE:320*Math.max(s,1.5),EXTRACT_LENGTH:525};function c(e){return new Promise((function(t){setTimeout((function(){t()}),e)}))}var l=n("./src/ui/pointer-mask.svg"),p=n.n(l),d={h:250,w:203},f={h:200,w:320};function m(e,t){var n=u.BRACKETED_DEVICE_PIXEL_RATIO;if(!e)return null;var r=e.width/n,o=e.height/n,i=e.height>e.width||r<f.w;if(i&&o<d.h&&e.height<d.h||e.source.indexOf("\\")>-1||e.source.indexOf("'")>-1||e.source.indexOf('"')>-1)return null;var a,s,c,l,p=r/o,m=p>.7&&p<1.3;i?(a=r>d.w?(r-d.w)/-2:d.w-r,s=o>d.h?(o-d.h)/-2:0,c=d.w,l=d.h,r<c&&(a=0,c=r)):(a=0,s=o>f.h?(o-f.h)/-2:0,c=f.w,l=o>f.h?f.h:o);var w,g,v=i&&r<d.w;return{el:t?(w=e.source,(g=document.createElement("img")).className="mwe-popups-thumbnail",g.src=w,g):function(e,t,n,r,o,i,a,s){var u="http://www.w3.org/2000/svg",c=document.createElementNS(u,"polyline"),l=-1===e.indexOf("not-tall")?[0,0,0,s]:[0,s-1,a,s-1];c.setAttribute("stroke","rgba(0,0,0,0.1)"),c.setAttribute("points",l.join(" ")),c.setAttribute("stroke-width",1);var p=document.createElementNS(u,"image");p.setAttributeNS("http://www.w3.org/1999/xlink","href",t),p.classList.add(e),h(p,{x:n,y:r,width:o,height:i});var d=document.createElementNS(u,"svg");return h(d,{xmlns:u,width:a,height:s}),d.appendChild(p),d.appendChild(c),d}(i?"mwe-popups-is-tall":"mwe-popups-is-not-tall",e.source,a,s,r,o,c,l),isTall:i||m,isNarrow:v,offset:v?d.w-r:0,width:r,height:o}}var h=function(e,t){Object.keys(t).forEach((function(n){e.setAttribute(n,t[n])}))};function w(e){return mw.html.escape(e)}var g={};function v(e){if(!g[e]){var t=document.createElement("div");t.innerHTML=e,g[e]=t.firstElementChild}return g[e].cloneNode(!0)}function b(e,t){var n=v('\n\t<div class="mwe-popups" aria-hidden></div>\n');return n.className="mwe-popups mwe-popups-type-".concat(e),t.className="mwe-popups-container",n.appendChild(t),n}function y(e,t,n){var r=b(e.type,v('\n\t<div class="mwe-popups-container">\n\t\t<a class="mwe-popups-extract">\n \t\t<div class="mwe-popups-scroll">\n\t\t\t\t<strong class="mwe-popups-title">\n\t\t\t\t\t<span class="popups-icon"></span>\n\t\t\t\t</strong>\n\t\t\t\t<div class="mwe-popups-message"></div>\n\t\t\t</div>\n\t\t</a>\n\t\t<footer>\n\t\t\t<a class="mwe-popups-read-link"></a>\n\t\t</footer>\n\t</div>\n'));r.querySelector(".popups-icon").classList.add("popups-icon--preview-".concat(e.type)),r.querySelector(".mwe-popups-extract").setAttribute("href",e.url);var o=r.querySelector(".mwe-popups-message");t?o.innerHTML=w(t):o.remove();var i=r.querySelector(".mwe-popups-read-link");return i.innerHTML=w(n),i.setAttribute("href",e.url),r.querySelector(".mwe-popups-title").innerHTML+=w(e.title),r}var E=!1,x="event.ReferencePreviewsPopups";function T(){return E}var S=function(e,t){"string"==typeof t?e.insertAdjacentHTML("afterend",t):e.parentNode.appendChild(t),e.remove()};function P(e){var t=e.referenceType||"generic",n=mw.message("popups-refpreview-".concat(t));n.exists()||(n=mw.message("popups-refpreview-reference"));var r=b(e.type,v('\n<div class="mwe-popups-container">\n <div class="mwe-popups-extract">\n <div class="mwe-popups-scroll">\n <strong class="mwe-popups-title">\n <span class="popups-icon"></span>\n <span class="mwe-popups-title-placeholder"></span>\n </strong>\n <bdi><div class="mw-parser-output"></div></bdi>\n </div>\n <div class="mwe-popups-fade"></div>\n </div>\n\t<footer>\n\t\t<div class="mwe-popups-settings"></div>\n\t</footer>\n</div>'));S(r.querySelector(".mwe-popups-title-placeholder"),w(n.text())),r.querySelector(".mwe-popups-title .popups-icon").classList.add("popups-icon--reference-".concat(t)),r.querySelector(".mw-parser-output").innerHTML=e.extract,Array.prototype.forEach.call(r.querySelectorAll('.mwe-popups-extract a[href][class~="external"]:not([target])'),(function(e){e.target="_blank",e.rel="".concat(e.rel?"".concat(e.rel," "):"","noopener")})),Array.prototype.forEach.call(r.querySelectorAll(".mw-collapsible"),(function(e){var t=document.createElement("div");t.classList.add("mwe-collapsible-placeholder");var n=document.createElement("span");n.classList.add("popups-icon","popups-icon--infoFilled");var r=document.createElement("span");r.classList.add("mwe-collapsible-placeholder-label"),r.textContent=mw.msg("popups-refpreview-collapsible-placeholder"),t.appendChild(n),t.appendChild(r),S(e,t)}));var o=function(e){e.classList.remove("headerSort"),e.removeAttribute("tabindex"),e.removeAttribute("title")};Array.prototype.forEach.call(r.querySelectorAll("table.sortable"),(function(e){e.classList.remove("sortable","jquery-tablesorter"),Array.prototype.forEach.call(e.querySelectorAll(".headerSort"),o)}));var i=document.createElement("a");i.classList.add("cdx-button","cdx-button--fake-button","cdx-button--fake-button--enabled","cdx-button--weight-quiet","cdx-button--icon-only","mwe-popups-settings-button");var a=document.createElement("span");a.classList.add("popups-icon","popups-icon--size-small","popups-icon--settings");var s=document.createElement("span");return s.textContent=mw.msg("popups-settings-icon-gear-title"),i.append(a),i.append(s),r.querySelector(".mwe-popups-settings").appendChild(i),T()&&r.querySelector(".mw-parser-output").addEventListener("click",(function(e){e.target.matches("a")&&mw.track(x,{action:"clickedReferencePreviewsContentLink"})})),r.querySelector(".mwe-popups-scroll").addEventListener("scroll",(function(e){var t=e.target,n=t.scrollTop>=t.scrollHeight-t.clientHeight-1;if(T()&&(t.isOpenRecorded||(mw.track(x,{action:"poppedOpen",scrollbarsPresent:t.scrollHeight>t.clientHeight}),t.isOpenRecorded=!0),t.scrollTop>0&&!t.isScrollRecorded&&(mw.track(x,{action:"scrolled"}),t.isScrollRecorded=!0)),n||!t.isScrolling){var r=t.parentNode,o=t.scrollWidth>t.clientWidth,i=t.offsetHeight-t.clientHeight,a=t.scrollHeight>t.clientHeight,s=t.offsetWidth-t.clientWidth,u=r.querySelector(".mwe-popups-fade");u.style.bottom=o?"".concat(i,"px"):0,u.style.right=a?"".concat(s,"px"):0,t.isScrolling=!n,r.classList.toggle("mwe-popups-fade-out",t.isScrolling),r.setAttribute("lang",mw.config.get("wgPageContentLanguage"))}})),r}var k=n("./node_modules/@babel/runtime/helpers/toConsumableArray.js"),_=n.n(k);function A(e,t,n,r){var o=b(e.type,v('\n<div>\n <a class="mwe-popups-discreet"></a>\n <a class="mwe-popups-extract"></a>\n <footer>\n\t\t<a class="cdx-button cdx-button--fake-button cdx-button--fake-button--enabled cdx-button--weight-quiet cdx-button--icon-only mwe-popups-settings-button">\n\t\t\t<span class="popups-icon popups-icon--size-small popups-icon--settings"></span>\n\t\t\t<span class="mwe-popups-settings-button-label"></span>\n </a>\n </footer>\n</div>\n\t')),i=o.querySelector(".mwe-popups-discreet"),a=o.querySelector(".mwe-popups-extract");a.setAttribute("href",e.url),i.setAttribute("href",e.url),a.setAttribute("dir",e.languageDirection),a.setAttribute("lang",e.languageCode),o.querySelector(".mwe-popups-settings-button").setAttribute("title",r);var s=w(mw.msg("popups-settings-icon-gear-title"));if(o.querySelector(".mwe-popups-settings-button-label").textContent=s,t?o.querySelector(".mwe-popups-discreet").appendChild(t.el):i.remove(),e.extract){"string"==typeof e.extract?a.innerHTML=e.extract:a.append.apply(a,_()(e.extract));var u=function(e){return e&&e.isNarrow?"".concat(215+e.offset,"px"):""}(t);n||(a.style.width=u,o.querySelector("footer").style.width=u)}return o}function L(){var e,t;R()||(e=document.body,(t=document.createElement("div")).setAttribute("id","mwe-popups-svg"),t.innerHTML=p.a,e.appendChild(t))}function j(e){var t=function(e){return(O[e.type]||q)(e)}(e);return{show:function(e,n,r){return function(e,t,n,r,o,i,a){var s=function(e,t,n,r){var o,i=!1,a=!1,s=t.pageY?D(t.pageY-t.scrollTop,t.clientRects,!1)+t.scrollTop+n:t.offset.top+t.height+8,u=t.clientY?t.clientY:s;o=t.pageX?t.width>28?t.pageX:t.offset.left+t.width/2:t.offset.left;o>t.windowWidth/2&&(o+=t.pageX?0:t.width,o-=e?450:320,i=!0);t.pageX&&(o+=i?18:-18);u>t.windowHeight/2&&(a=!0,s=t.offset.top,t.pageY&&(s=D(t.pageY-t.scrollTop,t.clientRects,!0)+t.scrollTop),s-=n);return{offset:{top:s,left:o},flippedX:"rtl"===r?!i:i,flippedY:a,dir:r}}(e.isTall,t,8,a);i.appendChild(e.el),function(e,t,n,r,o,i){var a=e.el,s=e.isTall,u=e.hasThumbnail,c=e.thumbnail,l=t.flippedY;if(!l&&!s&&u&&c.height<r&&!R()){a.querySelector(".mwe-popups-extract").style.marginTop="".concat(c.height-o,"px")}a.classList.add.apply(a.classList,n),a.style.left="".concat(t.offset.left,"px"),a.style.top=l?"auto":"".concat(t.offset.top,"px"),a.style.bottom=l?"".concat(i-t.offset.top,"px"):"auto",u&&!R()&&function(e,t){var n=e.el,r=e.isTall,o=e.thumbnail,i=t.flippedY,a=t.flippedX,s=t.dir,u=function(e,t,n){if(!e&&!t)return n?"mwe-popups-mask-flip":"mwe-popups-mask";if(e&&n)return t?"mwe-popups-landscape-mask-flip":"mwe-popups-landscape-mask";return}(r,i,a);if(u){var c={scaleX:1,translateX:r?Math.min(o.width-d.w,0):0};"rtl"===s&&(c.scaleX=-1,c.translateX=r?d.w:f.w),document.getElementById(u).setAttribute("transform","matrix(".concat(c.scaleX," 0 0 1 ").concat(c.translateX," 0)")),n.querySelector("image").setAttribute("clip-path","url(#".concat(u,")"))}}(e,t)}(e,s,function(e,t){var n=[];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");n.push(function(e,t){if((!e.hasThumbnail||e.isTall&&!t.flippedX)&&!t.flippedY)return!1;if(e.hasThumbnail&&(!e.isTall&&!t.flippedY||e.isTall&&t.flippedX))return!0;return!1}(e,t)?"mwe-popups-image-pointer":"mwe-popups-no-image-pointer"),e.isTall?n.push("mwe-popups-is-tall"):n.push("mwe-popups-is-not-tall");return n}(e,s),f.h,8,t.windowHeight),e.el.style.display="block",e.el.classList.contains("mwe-popups-type-reference")&&e.el.querySelector(".mwe-popups-scroll").dispatchEvent(new Event("scroll"));return c(200).then((function(){!function(e,t){e.el.addEventListener("mouseenter",t.previewDwell),e.el.addEventListener("mouseleave",t.previewAbandon),e.el.addEventListener("click",t.click);var n=e.el.querySelector("a.mwe-popups-settings-button");n&&(n.href=t.settingsUrl,n.addEventListener("click",(function(e){e.stopPropagation(),t.showSettings(e)})))}(e,r),r.previewShow(o)}))}(t,e,e.target,n,r,document.body,document.documentElement.getAttribute("dir"))},hide:function(){return function(e){var t=e.el.classList.contains("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.classList.remove(t),e.el.classList.add(n),c(150).then((function(){e.el.remove()}))}(t)}}}var O={},I={};function C(e,t,n){O[e]=t||N,I[e]={requireSummary:!n}}function R(){return window.CSS&&"function"==typeof CSS.supports&&CSS.supports("clip-path","polygon(1px 1px)")}function N(e){var t=m(e.thumbnail,R()),n=null!==t;return{el:A(e,t,R(),mw.msg("popups-settings-icon-gear-title")),hasThumbnail:n,thumbnail:t,isTall:n&&t.isTall}}function q(e){return e.title=mw.msg("popups-preview-no-preview"),{el:y(e,null,mw.msg("popups-preview-footer-read")),hasThumbnail:!1,isTall:!1}}function H(e){return{el:y(e,mw.msg("popups-preview-disambiguation"),mw.msg("popups-preview-disambiguation-link")),hasThumbnail:!1,isTall:!1}}function M(e){return{el:P(e),hasThumbnail:!1,isTall:!1}}function D(e,t,n){var r,o=null;return Array.prototype.slice.call(t).forEach((function(t){var i=Math.abs(e-t.top+e-t.bottom);(null===o||o>i)&&(o=i,r=n?Math.floor(t.top):Math.ceil(t.bottom))})),r}var Y=[],F={TYPE_GENERIC:"generic",TYPE_PAGE:"page",TYPE_DISAMBIGUATION:"disambiguation",TYPE_REFERENCE:"reference"};function U(e,t,n,r,o,i,a,s){var u=function(e){if(null==e||0===e.length)return;return e}(o);return{title:e,url:t,languageCode:n,languageDirection:r,extract:u,type:function(e,t){if(void 0===t&&function(e){return(I[e]||{requireSummary:!0}).requireSummary}(e))return F.TYPE_GENERIC;switch(e){case F.TYPE_GENERIC:case F.TYPE_DISAMBIGUATION:case F.TYPE_PAGE:return e;default:return F.TYPE_PAGE}}(i,u),thumbnail:a,pageId:s}}function G(e,t){return U(e,t,"","",[],"")}var W=[];function X(e){var t=W.filter((function(t){return n=e,r=t.selector,n.matches(r);var n,r}));return t.length>0?t[t.length-1].name:null}var B={};function V(e){return B[e]||0}function z(e,t,n){Y.push(t),W.push({name:e,selector:t}),n&&function(e,t){B[e]=t}(e,n)}function K(e,t){var n=e;return void 0===e||0===n.length?[]:n=function(e,t){var n=[],r="<bi-".concat(Math.random(),">"),o="<snip-".concat(Math.random(),">");t=t.replace(/\s+/g," ").trim();var i=mw.util.escapeRegExp(t),a=new RegExp("(^|\\s)(".concat(i,")(|$)"),"i");return(e=(e=(e=e.replace(/\s+/," ")).replace(a,"$1".concat(o).concat(r,"$2").concat(o,"$3"))).split(o)).forEach((function(e){if(0===e.indexOf(r)){var t=document.createElement("b");t.textContent=e.slice(r.length),n.push(t)}else n.push(document.createTextNode(e))})),n}(n,t)}function $(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 Z={};function J(e,t){Z[e]=t}function Q(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 ee(e){var t=Object.assign({},e);return t.extract=K(e.extract,e.title),t}function te(e){return U(e.title,e.canonicalurl,e.pagelanguagehtmlcode,e.pagelanguagedir,e.extract,e.type,e.thumbnail,e.pageid)}function ne(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:oe,fetchPreviewForTitle:function(e){var o=e.getPrefixedDb(),i=r(o);return $(i.then((function(e){return(e=e||{}).title=e.title||o,e.extract=e.extract||"",oe(e,t.THUMBNAIL_SIZE,n)})).catch((function(e,t,n){return Promise.reject("http",{xhr:e,textStatus:t,exception:n})})),(function(){return i.abort()}))}}}function re(e,t,n){var r=e.source.split("/"),o=r[r.length-1],i=function(e){return new RegExp(/\.(jpg|jpeg|png|gif)$/i).test(e)}(t.source)||void 0,a=o.indexOf("px-");if(-1===a)return i&&t;var s,u,c=o.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")?i&&t:(r[r.length-1]="".concat(s,"px-").concat(c),{source:r.join("/"),width:s,height:u})}function oe(e,t,n){return U(e.title,new mw.Title(e.title).getUrl(),e.lang,e.dir,n(e),e.type,e.thumbnail?re(e.thumbnail,e.originalimage,t):void 0,e.pageid)}function ie(e){var t=e.extract_html,n=document.createElement("div");return n.innerHTML=t,0===t.length?[]:n.childNodes}function ae(e){return K(e.extract,e.title)}function se(e){var t=new AbortController,n=t.signal;return $(fetch(e.url,{headers:e.headers,signal:n}).then((function(e){return e.json()})),(function(){t.abort()}))}function ue(e){var t=Object.assign({},u,{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:Q,convertPageToModel:te,fetchPreviewForTitle:function(e){var t=n(e.getPrefixedDb());return $(t.then((function(e){return te(ee(Q(e)))})),(function(){return t.abort()}))},formatPlainTextExtract:ee}}(new mw.Api,t);case"restbasePlain":return ne(se,n,ae);case"restbaseHTML":return ne(se,n,ie);default:throw new Error("Unknown gateway")}}function ce(){return{fetchPreviewForTitle:function(e,t){var n=e.getFragment().replace(/ /g,"_"),r=function(e){var t="#".concat(CSS.escape(e));return document.querySelector("".concat(t," .mw-reference-text, ").concat(t," .reference-text"))}(n);if(!r||!r.textContent.trim()&&!r.children.length)return Promise.reject({textStatus:"abort",textContext:"Footnote not found or empty",xhr:{readyState:0}});var o,i,a,s,u={url:"#".concat(n),extract:r.innerHTML,type:F.TYPE_REFERENCE,referenceType:(o=r,i=["book","journal","news","note","web"],a=null,s=o.querySelectorAll("cite[class]"),Array.prototype.forEach.call(s,(function(e){if(!a)for(var t=e.className.split(/\s+/),n=t.length;n--;)if(-1!==i.indexOf(t[n]))return a=t[n],!1})),a),sourceElementId:t.parentNode.id};return $(Promise.resolve(u))}}}var le=n("./src/canSaveToUserPreferences.js");function pe(e){var t=w(e.heading),n=w(e.saveLabel),r=w(e.closeLabel),o=w(e.helpText),i=w(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,o=e.isChecked;return{id:w(t),name:w(n),description:r?w(r):"",isChecked:o}}))}(e.choices),s=document.createElement("div");return s.innerHTML="\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<button class='cdx-button cdx-button--weight-quiet cdx-button--icon-only'>\n\t\t\t\t\t\t<span class='popups-icon popups-icon--close close'></span>\n\t\t\t\t\t\t<span>".concat(r,"</span>\n\t\t\t\t\t</button>\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 cdx-button cdx-button--weight-primary cdx-button--action-progressive'>").concat(n,"</button>\n\t\t\t\t\t<button class='okay cdx-button cdx-button--weight-primary cdx-button--action-progressive' style='display:none;'>").concat(i,"</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,o=e.isChecked;return'\n\t\t\t\t\t<p class="cdx-checkbox">\n\t\t\t\t\t\t<input\n\t\t\t\t\t\t\t'.concat(o?"checked":"","\n\t\t\t\t\t\t\tvalue='").concat(t,"'\n\t\t\t\t\t\t\ttype='checkbox'\n\t\t\t\t\t\t\tid='mwe-popups-settings-").concat(t,"'\n\t\t\t\t\t\t\tclass='cdx-checkbox__input'>\n\t\t\t\t\t\t<span class=\"cdx-checkbox__icon\">&nbsp;</span>\n\t\t\t\t\t\t<label class=\"cdx-checkbox__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=\"popups-icon popups-icon--footer\"></div>\n\t\t\t\t<p>").concat(o,"</p>\n\t\t\t</div>\n\t\t</section>\n\t").trim(),s.querySelector("section")}var de=function(e,t){var n=function(e){var t=Object.keys(e).map((function(t){return{id:t,name:mw.msg("popups-settings-option-".concat(t)),description:mw.msg("popups-settings-option-".concat(t,"-description")),isChecked:e[t]}}));return pe({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})}(t);return n.querySelector(".save").addEventListener("click",(function(){e.saveSettings(Array.from(n.querySelectorAll("input")).reduce((function(e,t){return e[t.value]=t.matches(":checked"),e}),{}))})),n.querySelector(".okay").addEventListener("click",e.hideSettings),n.querySelector(".close").addEventListener("click",e.hideSettings),n};function fe(){var e,t;return function(n,r){return e||((t=document.createElement("div")).classList.add("mwe-popups-overlay"),e=de(n,r)),{refresh:function(t){var r=e.parentNode;e.remove(),e=de(n,t),r&&e.appendTo(r)},appendTo:function(n){n.appendChild(t),t.appendChild(e)},show:function(){mw.loader.using("codex-styles").then((function(){mw.requestIdleCallback((function(){t.style.display=""}))}))},hide:function(){t.style.display="none"},toggleHelp:function(t){!function(e,t){t?(me(e.querySelectorAll("main, .save, .close")),he(e.querySelectorAll(".mwe-popups-settings-help, .okay"))):(he(e.querySelectorAll("main, .save, .close")),me(e.querySelectorAll(".mwe-popups-settings-help, .okay")))}(e,t)},setEnabled:function(t){Object.keys(t).forEach((function(n){var r=e.querySelector("#mwe-popups-settings-".concat(n));r&&(r.checked=t[n])}))}}}}function me(e){Array.prototype.forEach.call(e,(function(e){e.style.display="none"}))}function he(e){Array.prototype.forEach.call(e,(function(e){e.style.display=""}))}function we(e,t){var n;e.subscribe((function(){var r=e.getState();n!==r&&(t(n,r),n=r)}))}var ge=n("./src/canSaveToUserPreferences.js");function ve(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,o=Object.keys(n.query).length;if(o)1===o&&"title"in n.query&&(r=n.query.title);else{var i=mw.util.escapeRegExp(t.get("wgArticlePath")).replace("\\$1","([^?#]+)"),a=new RegExp(i).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 be(e,t){return t.split(".").reduce((function(e,t){return e&&e[t]}),e)}var ye={footerLink:function(e){var t;return function(n,r){void 0===t&&(t=function(){var e=document.createElement("li"),t=document.createElement("a");t.href="#",t.textContent=mw.message("popups-settings-enable").text(),e.appendChild(t),e.style.display="none";var n=document.querySelector("#footer-places, #f-list");if(!n){var r=document.querySelector("#footer li");r&&(n=r.parentNode)}return n&&n.appendChild(e),e}()).addEventListener("click",(function(t){t.preventDefault(),e.showSettings()})),r.settings.shouldShowFooterLink?t.style.display="":t.style.display="none"}},linkTitle:function(){var e;return function(t,n){var r,o=t&&t.preview.activeLink;o!==n.preview.activeLink&&((r=o)&&e&&(r.setAttribute("title",e),e=void 0),n.preview.enabled[n.preview.previewType]&&function(t){t&&!e&&(e=t.getAttribute("title"),t.setAttribute("title",""))}(n.preview.activeLink))}},pageviews:function(e,t){return function(n,r){var o,i;r.pageviews&&r.pageviews.pageview&&r.pageviews.page&&(o=r.pageviews.page,i=r.pageviews.pageview,t("event.VirtualPageView",{source_page_id:o.id,source_namespace:o.namespaceId,source_title:mw.Title.newFromText(o.title).getPrefixedDb(),source_url:o.url,page_id:i.page_id,page_namespace:i.page_namespace,page_title:mw.Title.newFromText(i.page_title).getPrefixedDb()}),e.pageviewLogged())}},render:function(e){var t;return function(n,r){r.preview.shouldShow&&!t?(t=j(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,o){r&&(n&&Object.keys(r.settings.previewTypesEnabled).length!==Object.keys(o.settings.previewTypesEnabled).length&&n.refresh(o.settings.previewTypesEnabled),!1===r.settings.shouldShow&&o.settings.shouldShow?(n||(n=t(e,o.settings.previewTypesEnabled)).appendTo(document.body),n.setEnabled(o.preview.enabled),n.show()):r.settings.shouldShow&&!1===o.settings.shouldShow&&n.hide(),r.settings.showHelp!==o.settings.showHelp&&n.toggleHelp(o.settings.showHelp))}},statsv:function(e,t){return function(n,r){var o=r.statsv;o.action&&(t(o.action,o.data),e.statsvLogged())}},syncUserSettings:function(e){return function(t,n){Object.keys(n.preview.enabled).forEach((function(r){!function(e,t,n,r){var o=be(t,n);e&&be(e,n)!==o&&r(o)}(t,n,"preview.enabled.".concat(r),(function(t){e.storePreviewTypeEnabled(r,t)}))}))}}},Ee=n("./node_modules/@babel/runtime/helpers/slicedToArray.js"),xe=n.n(Ee),Te="BOOT",Se="LINK_DWELL",Pe="REGISTER_SETTING",ke="ABANDON_START",_e="ABANDON_END",Ae="LINK_CLICK",Le="FETCH_START",je="FETCH_END",Oe="FETCH_COMPLETE",Ie="FETCH_FAILED",Ce="FETCH_ABORTED",Re="PAGEVIEW_LOGGED",Ne="PREVIEW_DWELL",qe="PREVIEW_SHOW",He="PREVIEW_SEEN",Me="SETTINGS_SHOW",De="SETTINGS_HIDE",Ye="SETTINGS_CHANGE",Fe="STATSV_LOGGED";function Ue(e){return e.timestamp=mw.now(),e}function Ge(e,t,n,r,o){var i=r.get("wgUserEditCount");return{type:Te,initiallyEnabled:e,isNavPopupsEnabled:r.get("wgPopupsConflictsWithNavPopupGadget"),sessionToken:t.sessionId(),pageToken:t.getPageviewToken(),page:{url:o,title:r.get("wgTitle"),namespaceId:r.get("wgNamespaceNumber"),id:r.get("wgArticleId")},user:{isAnon:t.isAnon()||mw.user.isTemp(),editCount:i}}}function We(e,t){return{type:Pe,name:e,enabled:t}}function Xe(e,t,n,r,o){var i=t.getPrefixedDb(),a=t.namespace;return function(s){var u=e.fetchPreviewForTitle(t,n);s(Ue({type:Le,el:n,title:i,namespaceId:a,promise:u}));var l=u.then((function(e){return s(Ue({type:je,el:n})),e})).catch((function(e,t){var o=new Error(e),i=t&&t.textStatus&&"abort"===t.textStatus?Ce:Ie;throw o.data=t,s({type:i,el:n,token:r}),o}));return Promise.all([l,c(V(o))]).then((function(e){var t=xe()(e,1)[0];s({type:Oe,el:n,result:t,token:r})})).catch((function(e){var o=e.data,a=!0;o&&o.xhr&&0===o.xhr.readyState&&(a=!("error"===o.textStatus&&""===o.exception||"abort"===o.textStatus));a&&s({type:Oe,el:n,result:G(i,t.getUrl()),token:r})}))}}function Be(e,t,n,r,o,i){var a=o(),s=e.getPrefixedDb(),u=e.namespace;return function(o,l){var p=c(150),d=Ue({type:Se,el:t,previewType:i,measures:n,token:a,title:s,namespaceId:u,promise:p});function f(){return l().preview.activeToken===a}return o(d),f()?p.then((function(){var n=l().preview.enabled[i];if((void 0===n||n)&&f())return o(Xe(r,e,t,a,i))})):Promise.resolve()}}function Ve(){return function(e,t){var n=t().preview,r=n.activeToken,o=n.promise;return r?(e(Ue({type:ke,token:r})),"abort"in o&&o.abort(),c(300).then((function(){e({type:_e,token:r})}))):Promise.resolve()}}function ze(e){return Ue({type:Ae,el:e})}function Ke(){return{type:Ne}}function $e(e){return function(t,n){return t(Ue({type:qe,token:e})),c(1e3).then((function(){var r=n().preview,o=r&&r.fetchResponse,i=r&&r.activeToken,a=o&&[F.TYPE_PAGE,F.TYPE_DISAMBIGUATION].indexOf(o.type)>-1;i&&i===e&&o&&a&&t({type:He,title:o.title,pageId:o.pageId,namespace:0})}))}}function Ze(){return{type:Re}}function Je(){return{type:Me}}function Qe(){return{type:De}}function et(e){return function(t,n){t({type:Ye,oldValue:n().preview.enabled,newValue:e})}}function tt(){return{type:Fe}}function nt(e,t){var n,r=Object.prototype.hasOwnProperty,o={};for(var i in e)r.call(e,i)&&!r.call(t,i)&&(o[i]=e[i]);for(var a in t)if(r.call(t,a))if((n=t[a])&&n.constructor===Object){var s=e[a]?nt({},e[a]):{};o[a]=nt(s,t[a])}else o[a]=t[a];return o}var rt=n("./node_modules/@babel/runtime/helpers/defineProperty.js"),ot=n.n(rt);var it={pageviews:function(e,t){switch(void 0===e&&(e={pageview:void 0}),t.type){case Te:return nt(e,{page:t.page});case Re:return nt(e,{pageview:void 0});case He:return nt(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 Te:return nt(e,{enabled:t.initiallyEnabled});case Pe:return nt(e,{enabled:Object.assign({},e.enabled,ot()({},t.name,t.enabled))});case Ye:return nt(e,{enabled:t.newValue});case Se:return t.el!==e.activeLink?nt(e,{activeLink:t.el,previewType:t.previewType,measures:t.measures,activeToken:t.token,shouldShow:!1,isUserDwelling:!0,promise:t.promise}):nt(e,{isUserDwelling:!0});case Ce:case _e:return t.token!==e.activeToken||e.isUserDwelling?e:nt(e,{activeLink:void 0,previewType:void 0,activeToken:void 0,measures:void 0,fetchResponse:void 0,shouldShow:!1});case Ne:return nt(e,{isUserDwelling:!0});case ke:return nt(e,{isUserDwelling:!1,wasClicked:!1});case Le:return nt(e,{fetchResponse:void 0,promise:t.promise});case Oe:if(t.token===e.activeToken)return nt(e,{fetchResponse:t.result,shouldShow:e.isUserDwelling});default:return e}},settings:function(e,t){switch(void 0===e&&(e={shouldShow:!1,previewTypesEnabled:{},showHelp:!1,shouldShowFooterLink:!1}),t.type){case Me:return nt(e,{shouldShow:!0,showHelp:!1});case De:return nt(e,{shouldShow:!1,showHelp:!1});case Ye:var n=Object.keys(t.newValue),r=n.every((function(e){return t.oldValue[e]===t.newValue[e]})),o=n.some((function(e){return t.oldValue[e]&&!t.newValue[e]})),i=n.some((function(e){return!1===t.newValue[e]}));return nt(e,r?{shouldShow:!1}:{shouldShow:o,showHelp:o,shouldShowFooterLink:i});case Pe:return nt(e,{previewTypesEnabled:Object.assign({},e.previewTypesEnabled,ot()({},t.name,t.enabled)),shouldShowFooterLink:e.shouldShowFooterLink||!t.enabled});case Te:var a=Object.keys(t.initiallyEnabled).some((function(e){return!1===t.initiallyEnabled[e]}));return nt(e,{previewTypesEnabled:Object.assign({},t.initiallyEnabled),shouldShowFooterLink:t.user.isAnon&&a});default:return e}},statsv:function(e,t){switch(e=e||{},t.type){case Le:return nt(e,{fetchStartedAt:t.timestamp});case je:return nt(e,{action:"timing.PagePreviewsApiResponse",data:t.timestamp-e.fetchStartedAt});case Ie:return nt(e,{action:"counter.PagePreviewsApiFailure",data:1});case Se:return nt(e,{linkDwellStartedAt:t.timestamp});case qe:return nt(e,{action:"timing.PagePreviewsPreviewShow",data:t.timestamp-e.linkDwellStartedAt});case Fe:return nt(e,{action:null,data:null});default:return e}}};function at(e,t,n,r,o,i){return{isEnabled:function(){return!!e.getState().preview.enabled[F.TYPE_PAGE]},register:function(e){var a=e.type,s=e.selector,u=e.gateway,c=e.renderFn,l=e.subTypes,p=e.delay,d=e.init,f=e.doNotRequireSummary;if(!a||!s||!u)throw new Error('Registration of Popups custom preview type "'.concat(a,'" failed: You must specify a type, a selector, and a gateway.'));t(a,s,p),r(a,u),n(a,c,f),!function(e){return mw.message("popups-settings-option-".concat(e)).exists()}(a)?mw.log.warn("[Popups] No setting for ".concat(a,' registered.\nPlease create message with key "popups-settings-option-').concat(a,'" if this is a mistake.')):o(a,i.isPreviewTypeEnabled(a)),l&&l.forEach((function(e){n(e.type,e.renderFn,e.doNotRequireSummary)})),"function"==typeof d&&d()}}}var st=n("./src/canSaveToUserPreferences.js");var ut=[".extiw",".mw-selflink",".image",".new",".internal",".external",".mw-cite-backlink a",".oo-ui-buttonElement-button",".ve-ce-surface a",".cancelLink a",".mw-selflink-fragment",'[href^="#"]'];function ct(e){return function(t){var n=t&&t.target;if(n&&(3===n.nodeType&&(n=n.parentNode),n!==document))if(!n||n.closest){var r,o;if(r=n,o=Y.join(", "),null!==(n=r.closest(o))){var i=ve(n,mw.config);i&&e(n,i,t)}}else{var a=new Error("T340081: Unexpected DOM element ".concat(n.tagName," with nodeType ").concat(n.nodeType));mw.errorLogger.logError(a,"error.web-team")}}}!function(){var e,t;e=mw.config,t=parseInt(e.get("wgPopupsFlags"),10),e.set("wgPopupsConflictsWithNavPopupGadget",!!(1&t)),e.set("wgPopupsConflictsWithRefTooltipsGadget",!!(2&t)),e.set("wgPopupsReferencePreviews",!!(4&t));var n,i,s=o.compose,u=mw.user.generateRandomSessionId,c=ue(mw.config),l=ce(),p=(i=mw.storage,{migrateOldPreferences:function(){!!i.get("mwe-popups-enabled")&&(i.remove("mwe-popups-enabled"),this.storePreviewTypeEnabled(F.TYPE_PAGE,!1)),i.get("mwe-popups-referencePreviews-enabled")&&(i.remove("mwe-popups-referencePreviews-enabled"),this.storePreviewTypeEnabled(F.TYPE_REFERENCE,!1))},isPreviewTypeEnabled:function(e){var t="mwe-popups-".concat(e,"-enabled");return null===i.get(t)},storePreviewTypeEnabled:function(e,t){e===F.TYPE_REFERENCE&&mw.track("event.ReferencePreviewsPopups",{action:t?"anonymousEnabled":"anonymousDisabled"});var n="mwe-popups-".concat(e,"-enabled");t?i.remove(n):i.set(n,"0")}}),d=function(e,t,n){return n.get("wgPopupsReferencePreviews")?n.get("wgPopupsConflictsWithRefTooltipsGadget")||n.get("wgPopupsConflictsWithNavPopupGadget")||"minerva"===n.get("skin")?null:st(e)?"1"===mw.user.options.get("popups-reference-previews")||null:t.isPreviewTypeEnabled(F.TYPE_REFERENCE):null}(mw.user,p,mw.config),f=fe(),m=(n=mw.experiments,{weightedBoolean:function(e,t,r){return"true"===n.getBucket({enabled:!0,name:e,buckets:{true:t,false:1-t}},r)}}),h=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,m),w=function(e){return e.get("wgPopupsVirtualPageViews")?mw.track:function(){}}(mw.config),g=function(e,t,n){return n.get("wgPopupsConflictsWithNavPopupGadget")?null:ge(e)?"1"===mw.user.options.get("popups")||null:t.isPreviewTypeEnabled(F.TYPE_PAGE)}(mw.user,p,mw.config);mw.config.get("debug")&&(s=window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__||s);var v,b,y,T=o.createStore(o.combineReducers(it),s(o.applyMiddleware(a.a))),S=o.bindActionCreators(r,T.dispatch),P=function(e,t){var n,r=function(){};if(le(e)){n=mw.Title.newFromText("Special:Preferences#mw-prefsection-rendering").getUrl()}else r=function(e){e.preventDefault(),t.showSettings()};return{settingsUrl:n,showSettings:r,previewDwell:t.previewDwell,previewAbandon:t.abandon,previewShow:t.previewShow,click:t.linkClick}}(mw.user,S);if(function(e,t,n,r,o,i,a){we(e,ye.footerLink(t)),we(e,ye.linkTitle()),we(e,ye.render(o)),we(e,ye.statsv(t,i)),we(e,ye.syncUserSettings(n)),we(e,ye.settings(t,r)),we(e,ye.pageviews(t,a))}(T,S,p,f,P,h,w),S.boot({},mw.user,p,mw.config,window.location.href),mw.popups=at(T,z,C,J,S.registerSetting,p),p.migrateOldPreferences(),null!==g){var k=ut.join(", ");mw.popups.register({type:F.TYPE_PAGE,selector:"#mw-content-text a[href][title]:not(".concat(k,")"),delay:350,gateway:c,renderFn:N,subTypes:[{type:F.TYPE_DISAMBIGUATION,renderFn:H,doNotRequireSummary:!0}]})}(null!==d&&mw.popups.register({type:F.TYPE_REFERENCE,selector:'#mw-content-text .reference a[ href*="#" ]',delay:150,gateway:l,renderFn:M,init:function(){mw.config.get("wgPopupsReferencePreviews")&&navigator.sendBeacon&&mw.config.get("wgIsArticle")&&!E&&(E=!0,mw.track(x,{action:"pageview"}))}}),Y.length)?(L(),v=ct((function(e,t,n){var r=X(e),o=function(e){return Z[e]}(r);if(o){var i=window.scrollY,a=e.getBoundingClientRect(),s={top:i+a.y,left:window.scrollX+a.x},c={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:i};S.linkDwell(t,e,c,o,u,r)}})),b=ct((function(){S.abandon()})),y=ct((function(e){F.TYPE_PAGE===X(e)&&S.linkClick(e)})),document.addEventListener("mouseover",v),document.addEventListener("keyup",v),document.addEventListener("mouseout",b),document.addEventListener("blur",b),document.addEventListener("click",y)):mw.log.warn("ext.popups was loaded but everything is disabled")}(),window.Redux=o,window.ReduxThunk=i},"./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