WordPress/wp-includes/js/dist/dom.min.js

2 lines
8.7 KiB
JavaScript
Raw Normal View History

/*! This file is auto-generated */
this.wp=this.wp||{},this.wp.dom=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}return 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=458)}({2:function(e,t){!function(){e.exports=this.lodash}()},458:function(e,t,n){"use strict";n.r(t);var r={};n.r(r),n.d(r,"find",(function(){return a}));var o={};n.r(o),n.d(o,"isTabbableIndex",(function(){return d})),n.d(o,"find",(function(){return m})),n.d(o,"findPrevious",(function(){return p})),n.d(o,"findNext",(function(){return h}));var i=["[tabindex]","a[href]","button:not([disabled])",'input:not([type="hidden"]):not([disabled])',"select:not([disabled])","textarea:not([disabled])","iframe","object","embed","area[href]","[contenteditable]:not([contenteditable=false])"].join(",");function u(e){return e.offsetWidth>0||e.offsetHeight>0||e.getClientRects().length>0}function a(e){var t=e.querySelectorAll(i);return Array.from(t).filter((function(e){return!!u(e)&&("AREA"!==e.nodeName||function(e){var t=e.closest("map[name]");if(!t)return!1;var n=document.querySelector('img[usemap="#'+t.name+'"]');return!!n&&u(n)}(e))}))}var c=n(2);function l(e){var t=e.getAttribute("tabindex");return null===t?0:parseInt(t,10)}function d(e){return-1!==l(e)}function f(e,t){return{element:e,index:t}}function s(e){return e.element}function g(e,t){var n=l(e.element),r=l(t.element);return n===r?e.index-t.index:n-r}function v(e){return e.filter(d).map(f).sort(g).map(s).reduce((t={},function(e,n){var r=n.nodeName,o=n.type,i=n.checked,u=n.name;if("INPUT"!==r||"radio"!==o||!u)return e.concat(n);var a=t.hasOwnProperty(u);if(!i&&a)return e;if(a){var l=t[u];e=Object(c.without)(e,l)}return t[u]=n,e.concat(n)}),[]);var t}function m(e){return v(a(e))}function p(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:document.activeElement,t=a(document.body),n=t.indexOf(e);return t.length=n,Object(c.last)(v(t))}function h(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:document.activeElement,t=a(document.body),n=t.indexOf(e),r=t.slice(n+1).filter((function(t){return!e.contains(t)}));return Object(c.first)(v(r))}var b=window,C=b.DOMParser,N=b.getComputedStyle,E=window.Node,y=E.TEXT_NODE,S=E.ELEMENT_NODE,O=E.DOCUMENT_POSITION_PRECEDING,R=E.DOCUMENT_POSITION_FOLLOWING;function w(e,t,n){if(Object(c.includes)(["INPUT","TEXTAREA"],e.tagName))return e.selectionStart===e.selectionEnd&&(t?0===e.selectionStart:e.value.length===e.selectionStart);if(!e.isContentEditable)return!0;var r=window.getSelection();if(!r.rangeCount)return!1;var o=r.getRangeAt(0),i=o.cloneRange(),u=function(e){var t=e.anchorNode,n=e.focusNode,r=e.anchorOffset,o=e.focusOffset,i=t.compareDocumentPosition(n);return!(i&O)&&(!!(i&R)||(0!==i||r<=o))}(r),a=r.isCollapsed;a||i.collapse(!u);var l=P(i);if(!l)return!1;var d=window.getComputedStyle(e),f=parseInt(d.lineHeight,10)||0;if(!a&&l.height>f&&u===t)return!1;var s=parseInt(d["padding".concat(t?"Top":"Bottom")],10)||0,g=3*parseInt(f,10)/4,v=e.getBoundingClientRect(),m=P(o);if(!(t?v.top+s>m.top-g:v.bottom-s<m.bottom+g))return!1;if(n)return!0;var p="rtl"===d.direction?!t:t,h=p?v.left+1:v.right-1,b=t?v.top+g:v.bottom-g,C=j(document,h,b,e);if(!C)return!1;var N=p?"left":"right",E=P(C);return Math.abs(E[N]-l[N])<=1}function T(e,t){return w(e,t)}function x(e,t){return w(e,t,!0)}function P(e){if(!e.collapsed)