| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/dom.min.js.tar |
home/xbodynamge/www/wp-includes/js/dist/dom.min.js 0000644 00000021350 15113446343 0016172 0 ustar 00 this.wp=this.wp||{},this.wp.dom=function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s="2sUP")}({"25BE":function(t,e,n){"use strict";function r(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}n.d(e,"a",(function(){return r}))},"2sUP":function(t,e,n){"use strict";n.r(e),n.d(e,"focus",(function(){return F})),n.d(e,"isHorizontalEdge",(function(){return y})),n.d(e,"isVerticalEdge",(function(){return O})),n.d(e,"getRectangleFromRange",(function(){return T})),n.d(e,"computeCaretRect",(function(){return S})),n.d(e,"placeCaretAtHorizontalEdge",(function(){return R})),n.d(e,"placeCaretAtVerticalEdge",(function(){return w})),n.d(e,"isTextField",(function(){return P})),n.d(e,"documentHasSelection",(function(){return j})),n.d(e,"isEntirelySelected",(function(){return I})),n.d(e,"getScrollContainer",(function(){return x})),n.d(e,"getOffsetParent",(function(){return B})),n.d(e,"replace",(function(){return M})),n.d(e,"remove",(function(){return _})),n.d(e,"insertAfter",(function(){return D})),n.d(e,"unwrap",(function(){return H})),n.d(e,"replaceTag",(function(){return U})),n.d(e,"wrap",(function(){return L})),n.d(e,"safeHTML",(function(){return W}));var r={};n.r(r),n.d(r,"find",(function(){return c}));var o={};n.r(o),n.d(o,"isTabbableIndex",(function(){return f})),n.d(o,"find",(function(){return p}));var i=n("KQm4"),a=["[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(t){return t.offsetWidth>0||t.offsetHeight>0||t.getClientRects().length>0}function c(t){var e=t.querySelectorAll(a);return Object(i.a)(e).filter((function(t){return!!u(t)&&("AREA"!==t.nodeName||function(t){var e=t.closest("map[name]");if(!e)return!1;var n=document.querySelector('img[usemap="#'+e.name+'"]');return!!n&&u(n)}(t))}))}function l(t){var e=t.getAttribute("tabindex");return null===e?0:parseInt(e,10)}function f(t){return-1!==l(t)}function d(t,e){return{element:t,index:e}}function s(t){return t.element}function g(t,e){var n=l(t.element),r=l(e.element);return n===r?t.index-e.index:n-r}function p(t){return c(t).filter(f).map(d).sort(g).map(s)}var m=n("YLtl"),v=window.getComputedStyle,b=window.Node,h=b.TEXT_NODE,C=b.ELEMENT_NODE,E=b.DOCUMENT_POSITION_PRECEDING,N=b.DOCUMENT_POSITION_FOLLOWING;function y(t,e){if(Object(m.includes)(["INPUT","TEXTAREA"],t.tagName))return t.selectionStart===t.selectionEnd&&(e?0===t.selectionStart:t.value.length===t.selectionStart);if(!t.isContentEditable)return!0;var n=window.getSelection(),r=n.getRangeAt(0).cloneRange();n.isCollapsed||r.collapse(!function(t){var e=t.anchorNode,n=t.focusNode,r=t.anchorOffset,o=t.focusOffset,i=e.compareDocumentPosition(n);return!(i&E)&&(!!(i&N)||(0!==i||r<=o))}(n));var o,i=r.startContainer;if(o=e?0:i.nodeValue?i.nodeValue.length:i.childNodes.length,r["".concat(e?"start":"end","Offset")]!==o)return!1;for(var a=e?"first":"last";i!==t;){var u=i.parentNode;if(u["".concat(a,"Child")]!==i)return!1;i=u}return!0}function O(t,e){if(Object(m.includes)(["INPUT","TEXTAREA"],t.tagName))return y(t,e);if(!t.isContentEditable)return!0;var n=window.getSelection(),r=n.rangeCount?n.getRangeAt(0):null;if(!r)return!1;var o=T(r);if(!o)return!1;var i=o.height/2,a=t.getBoundingClientRect();return!(e&&o.top-i>a.top)&&!(!e&&o.bottom+i<a.bottom)}function T(t){if(!t.collapsed)return t.getBoundingClientRect();var e=t.getClientRects()[0];if(!e){var n=document.createTextNode("");t.insertNode(n),e=t.getClientRects()[0],n.parentNode.removeChild(n)}return e}function S(t){if(t.isContentEditable){var e=window.getSelection(),n=e.rangeCount?e.getRangeAt(0):null;if(n)return T(n)}}function R(t,e){if(t){if(Object(m.includes)(["INPUT","TEXTAREA"],t.tagName))return t.focus(),void(e?(t.selectionStart=t.value.length,t.selectionEnd=t.value.length):(t.selectionStart=0,t.selectionEnd=0));if(t.focus(),t.isContentEditable){var n=t[e?"lastChild":"firstChild"];if(n){var r=window.getSelection(),o=document.createRange();o.selectNodeContents(n),o.collapse(!e),r.removeAllRanges(),r.addRange(o)}}}}function A(t,e,n,r){r.style.zIndex="10000";var o=function(t,e,n){if(t.caretRangeFromPoint)return t.caretRangeFromPoint(e,n);if(!t.caretPositionFromPoint)return null;var r=t.caretPositionFromPoint(e,n);if(!r)return null;var o=t.createRange();return o.setStart(r.offsetNode,r.offset),o.collapse(!0),o}(t,e,n);return r.style.zIndex=null,o}function w(t,e,n){var r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3];if(t)if(n&&t.isContentEditable){var o=n.height/2,i=t.getBoundingClientRect(),a=n.left,u=e?i.bottom-o:i.top+o,c=A(document,a,u,t);if(!c||!t.contains(c.startContainer))return!r||c&&c.startContainer&&c.startContainer.contains(t)?void R(t,e):(t.scrollIntoView(e),void w(t,e,n,!1));if(c.startContainer.nodeType===h){var l=c.startContainer.parentNode,f=l.getBoundingClientRect(),d=e?"bottom":"top",s=parseInt(v(l).getPropertyValue("padding-".concat(d)),10)||0,g=e?f.bottom-s-o:f.top+s+o;u!==g&&(c=A(document,a,g,t))}var p=window.getSelection();p.removeAllRanges(),p.addRange(c),t.focus(),p.removeAllRanges(),p.addRange(c)}else R(t,e)}function P(t){try{var e=t.nodeName,n=t.selectionStart,r=t.contentEditable;return"INPUT"===e&&null!==n||"TEXTAREA"===e||"true"===r}catch(t){return!1}}function j(){if(P(document.activeElement))return!0;var t=window.getSelection(),e=t.rangeCount?t.getRangeAt(0):null;return e&&!e.collapsed}function I(t){if(Object(m.includes)(["INPUT","TEXTAREA"],t.nodeName))return 0===t.selectionStart&&t.value.length===t.selectionEnd;if(!t.isContentEditable)return!0;var e=window.getSelection(),n=e.rangeCount?e.getRangeAt(0):null;if(!n)return!0;var r=n.startContainer,o=n.endContainer,i=n.startOffset,a=n.endOffset;if(r===t&&o===t&&0===i&&a===t.childNodes.length)return!0;var u=t.lastChild,c=u.nodeType===h?u.data.length:u.childNodes.length;return r===t.firstChild&&o===t.lastChild&&0===i&&a===c}function x(t){if(t){if(t.scrollHeight>t.clientHeight){var e=window.getComputedStyle(t).overflowY;if(/(auto|scroll)/.test(e))return t}return x(t.parentNode)}}function B(t){for(var e;(e=t.parentNode)&&e.nodeType!==C;);return e?"static"!==v(e).position?e:e.offsetParent:null}function M(t,e){D(e,t.parentNode),_(t)}function _(t){t.parentNode.removeChild(t)}function D(t,e){e.parentNode.insertBefore(t,e.nextSibling)}function H(t){for(var e=t.parentNode;t.firstChild;)e.insertBefore(t.firstChild,t);e.removeChild(t)}function U(t,e){for(var n=t.ownerDocument.createElement(e);t.firstChild;)n.appendChild(t.firstChild);return t.parentNode.replaceChild(n,t),n}function L(t,e){e.parentNode.insertBefore(t,e),t.appendChild(e)}function W(t){var e=document.implementation.createHTMLDocument("").body;e.innerHTML=t;for(var n=e.getElementsByTagName("*"),r=n.length;r--;){var o=n[r];if("SCRIPT"===o.tagName)_(o);else for(var i=o.attributes.length;i--;){var a=o.attributes[i].name;a.startsWith("on")&&o.removeAttribute(a)}}return e.innerHTML}var F={focusable:r,tabbable:o}},BsWD:function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var r=n("a3WO");function o(t,e){if(t){if("string"==typeof t)return Object(r.a)(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Object(r.a)(t,e):void 0}}},KQm4:function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));var r=n("a3WO");var o=n("25BE"),i=n("BsWD");function a(t){return function(t){if(Array.isArray(t))return Object(r.a)(t)}(t)||Object(o.a)(t)||Object(i.a)(t)||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.")}()}},YLtl:function(t,e){!function(){t.exports=this.lodash}()},a3WO:function(t,e,n){"use strict";function r(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}n.d(e,"a",(function(){return r}))}}); home/xbodynamge/lebauwcentre/wp-includes/js/dist/dom.min.js 0000644 00000021102 15113656352 0020024 0 ustar 00 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="2sUP")}({"25BE":function(e,t,n){"use strict";function r(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}n.d(t,"a",(function(){return r}))},"2sUP":function(e,t,n){"use strict";n.r(t),n.d(t,"focus",(function(){return z})),n.d(t,"isHorizontalEdge",(function(){return T})),n.d(t,"isVerticalEdge",(function(){return R})),n.d(t,"getRectangleFromRange",(function(){return w})),n.d(t,"computeCaretRect",(function(){return S})),n.d(t,"placeCaretAtHorizontalEdge",(function(){return O})),n.d(t,"placeCaretAtVerticalEdge",(function(){return P})),n.d(t,"isTextField",(function(){return I})),n.d(t,"documentHasSelection",(function(){return x})),n.d(t,"isEntirelySelected",(function(){return j})),n.d(t,"getScrollContainer",(function(){return M})),n.d(t,"getOffsetParent",(function(){return B})),n.d(t,"replace",(function(){return _})),n.d(t,"remove",(function(){return H})),n.d(t,"insertAfter",(function(){return L})),n.d(t,"unwrap",(function(){return U})),n.d(t,"replaceTag",(function(){return D})),n.d(t,"wrap",(function(){return F})),n.d(t,"safeHTML",(function(){return X}));var r={};n.r(r),n.d(r,"find",(function(){return c}));var o={};n.r(o),n.d(o,"isTabbableIndex",(function(){return f})),n.d(o,"find",(function(){return m}));var i=n("KQm4"),a=["[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 c(e){var t=e.querySelectorAll(a);return Object(i.a)(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 l=n("YLtl");function d(e){var t=e.getAttribute("tabindex");return null===t?0:parseInt(t,10)}function f(e){return-1!==d(e)}function s(e,t){return{element:e,index:t}}function g(e){return e.element}function p(e,t){var n=d(e.element),r=d(t.element);return n===r?e.index-t.index:n-r}function m(e){return c(e).filter(f).map(s).sort(p).map(g).reduce((t={},function(e,n){var r=n.nodeName,o=n.type,i=n.checked,a=n.name;if("INPUT"!==r||"radio"!==o||!a)return e.concat(n);var u=t.hasOwnProperty(a);if(!i&&u)return e;if(u){var c=t[a];e=Object(l.without)(e,c)}return t[a]=n,e.concat(n)}),[]);var t}var v=window.getComputedStyle,h=window.Node,b=h.TEXT_NODE,C=h.ELEMENT_NODE,N=h.DOCUMENT_POSITION_PRECEDING,E=h.DOCUMENT_POSITION_FOLLOWING;function y(e,t,n){if(Object(l.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).cloneRange(),i=function(e){var t=e.anchorNode,n=e.focusNode,r=e.anchorOffset,o=e.focusOffset,i=t.compareDocumentPosition(n);return!(i&N)&&(!!(i&E)||(0!==i||r<=o))}(r),a=r.isCollapsed;a||o.collapse(!i);var u=w(o);if(!u)return!1;var c=window.getComputedStyle(e),d=parseInt(c.lineHeight,10)||0;if(!a&&u.height>d&&i===t)return!1;var f=parseInt(c["padding".concat(t?"Top":"Bottom")],10)||0,s=3*parseInt(d,10)/4,g=e.getBoundingClientRect();if(!(t?g.top+f>u.top-s:g.bottom-f<u.bottom+s))return!1;if(n)return!0;var p="rtl"===c.direction?!t:t,m=p?g.left+1:g.right-1,v=t?g.top+s:g.bottom-s,h=A(document,m,v,e);if(!h)return!1;var b=p?"left":"right",C=w(h);return Math.round(C[b])===Math.round(u[b])}function T(e,t){return y(e,t)}function R(e,t){return y(e,t,!0)}function w(e){if(!e.collapsed)return e.getBoundingClientRect();var t=e.startContainer;if("BR"===t.nodeName){var n=t.parentNode,r=Array.from(n.childNodes).indexOf(t);(e=document.createRange()).setStart(n,r),e.setEnd(n,r)}var o=e.getClientRects()[0];if(!o){var i=document.createTextNode("");(e=e.cloneRange()).insertNode(i),o=e.getClientRects()[0],i.parentNode.removeChild(i)}return o}function S(e){if(e.isContentEditable){var t=window.getSelection(),n=t.rangeCount?t.getRangeAt(0):null;if(n)return w(n)}}function O(e,t){if(e){if(Object(l.includes)(["INPUT","TEXTAREA"],e.tagName))return e.focus(),void(t?(e.selectionStart=e.value.length,e.selectionEnd=e.value.length):(e.selectionStart=0,e.selectionEnd=0));if(e.focus(),e.isContentEditable){var n=e[t?"lastChild":"firstChild"];if(n){var r=window.getSelection(),o=document.createRange();o.selectNodeContents(n),o.collapse(!t),r.removeAllRanges(),r.addRange(o)}}}}function A(e,t,n,r){r.style.zIndex="10000";var o=function(e,t,n){if(e.caretRangeFromPoint)return e.caretRangeFromPoint(t,n);if(!e.caretPositionFromPoint)return null;var r=e.caretPositionFromPoint(t,n);if(!r)return null;var o=e.createRange();return o.setStart(r.offsetNode,r.offset),o.collapse(!0),o}(e,t,n);return r.style.zIndex=null,o}function P(e,t,n){var r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3];if(e)if(n&&e.isContentEditable){var o=n.height/2,i=e.getBoundingClientRect(),a=n.left,u=t?i.bottom-o:i.top+o,c=A(document,a,u,e);if(!c||!e.contains(c.startContainer))return!r||c&&c.startContainer&&c.startContainer.contains(e)?void O(e,t):(e.scrollIntoView(t),void P(e,t,n,!1));if(c.startContainer.nodeType===b){var l=c.startContainer.parentNode,d=l.getBoundingClientRect(),f=t?"bottom":"top",s=parseInt(v(l).getPropertyValue("padding-".concat(f)),10)||0,g=t?d.bottom-s-o:d.top+s+o;u!==g&&(c=A(document,a,g,e))}var p=window.getSelection();p.removeAllRanges(),p.addRange(c),e.focus(),p.removeAllRanges(),p.addRange(c)}else O(e,t)}function I(e){try{var t=e.nodeName,n=e.selectionStart,r=e.contentEditable;return"INPUT"===t&&null!==n||"TEXTAREA"===t||"true"===r}catch(e){return!1}}function x(){if(I(document.activeElement))return!0;var e=window.getSelection(),t=e.rangeCount?e.getRangeAt(0):null;return t&&!t.collapsed}function j(e){if(Object(l.includes)(["INPUT","TEXTAREA"],e.nodeName))return 0===e.selectionStart&&e.value.length===e.selectionEnd;if(!e.isContentEditable)return!0;var t=window.getSelection(),n=t.rangeCount?t.getRangeAt(0):null;if(!n)return!0;var r=n.startContainer,o=n.endContainer,i=n.startOffset,a=n.endOffset;if(r===e&&o===e&&0===i&&a===e.childNodes.length)return!0;var u=e.lastChild,c=u.nodeType===b?u.data.length:u.childNodes.length;return r===e.firstChild&&o===e.lastChild&&0===i&&a===c}function M(e){if(e){if(e.scrollHeight>e.clientHeight){var t=window.getComputedStyle(e).overflowY;if(/(auto|scroll)/.test(t))return e}return M(e.parentNode)}}function B(e){for(var t;(t=e.parentNode)&&t.nodeType!==C;);return t?"static"!==v(t).position?t:t.offsetParent:null}function _(e,t){L(t,e.parentNode),H(e)}function H(e){e.parentNode.removeChild(e)}function L(e,t){t.parentNode.insertBefore(e,t.nextSibling)}function U(e){for(var t=e.parentNode;e.firstChild;)t.insertBefore(e.firstChild,e);t.removeChild(e)}function D(e,t){for(var n=e.ownerDocument.createElement(t);e.firstChild;)n.appendChild(e.firstChild);return e.parentNode.replaceChild(n,e),n}function F(e,t){t.parentNode.insertBefore(e,t),e.appendChild(t)}function X(e){var t=document.implementation.createHTMLDocument("").body;t.innerHTML=e;for(var n=t.getElementsByTagName("*"),r=n.length;r--;){var o=n[r];if("SCRIPT"===o.tagName)H(o);else for(var i=o.attributes.length;i--;){var a=o.attributes[i].name;a.startsWith("on")&&o.removeAttribute(a)}}return t.innerHTML}var z={focusable:r,tabbable:o}},KQm4:function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=n("25BE");function o(e){return function(e){if(Array.isArray(e)){for(var t=0,n=new Array(e.length);t<e.length;t++)n[t]=e[t];return n}}(e)||Object(r.a)(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}},YLtl:function(e,t){!function(){e.exports=this.lodash}()}}); home/xbodynamge/namtation/wp-includes/js/dist/dom.min.js 0000644 00000021102 15114034410 0017320 0 ustar 00 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="2sUP")}({"25BE":function(e,t,n){"use strict";function r(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}n.d(t,"a",(function(){return r}))},"2sUP":function(e,t,n){"use strict";n.r(t),n.d(t,"focus",(function(){return z})),n.d(t,"isHorizontalEdge",(function(){return T})),n.d(t,"isVerticalEdge",(function(){return R})),n.d(t,"getRectangleFromRange",(function(){return w})),n.d(t,"computeCaretRect",(function(){return S})),n.d(t,"placeCaretAtHorizontalEdge",(function(){return O})),n.d(t,"placeCaretAtVerticalEdge",(function(){return P})),n.d(t,"isTextField",(function(){return I})),n.d(t,"documentHasSelection",(function(){return x})),n.d(t,"isEntirelySelected",(function(){return j})),n.d(t,"getScrollContainer",(function(){return M})),n.d(t,"getOffsetParent",(function(){return B})),n.d(t,"replace",(function(){return _})),n.d(t,"remove",(function(){return H})),n.d(t,"insertAfter",(function(){return L})),n.d(t,"unwrap",(function(){return U})),n.d(t,"replaceTag",(function(){return D})),n.d(t,"wrap",(function(){return F})),n.d(t,"safeHTML",(function(){return X}));var r={};n.r(r),n.d(r,"find",(function(){return c}));var o={};n.r(o),n.d(o,"isTabbableIndex",(function(){return f})),n.d(o,"find",(function(){return m}));var i=n("KQm4"),a=["[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 c(e){var t=e.querySelectorAll(a);return Object(i.a)(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 l=n("YLtl");function d(e){var t=e.getAttribute("tabindex");return null===t?0:parseInt(t,10)}function f(e){return-1!==d(e)}function s(e,t){return{element:e,index:t}}function g(e){return e.element}function p(e,t){var n=d(e.element),r=d(t.element);return n===r?e.index-t.index:n-r}function m(e){return c(e).filter(f).map(s).sort(p).map(g).reduce((t={},function(e,n){var r=n.nodeName,o=n.type,i=n.checked,a=n.name;if("INPUT"!==r||"radio"!==o||!a)return e.concat(n);var u=t.hasOwnProperty(a);if(!i&&u)return e;if(u){var c=t[a];e=Object(l.without)(e,c)}return t[a]=n,e.concat(n)}),[]);var t}var v=window.getComputedStyle,h=window.Node,b=h.TEXT_NODE,C=h.ELEMENT_NODE,N=h.DOCUMENT_POSITION_PRECEDING,E=h.DOCUMENT_POSITION_FOLLOWING;function y(e,t,n){if(Object(l.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).cloneRange(),i=function(e){var t=e.anchorNode,n=e.focusNode,r=e.anchorOffset,o=e.focusOffset,i=t.compareDocumentPosition(n);return!(i&N)&&(!!(i&E)||(0!==i||r<=o))}(r),a=r.isCollapsed;a||o.collapse(!i);var u=w(o);if(!u)return!1;var c=window.getComputedStyle(e),d=parseInt(c.lineHeight,10)||0;if(!a&&u.height>d&&i===t)return!1;var f=parseInt(c["padding".concat(t?"Top":"Bottom")],10)||0,s=3*parseInt(d,10)/4,g=e.getBoundingClientRect();if(!(t?g.top+f>u.top-s:g.bottom-f<u.bottom+s))return!1;if(n)return!0;var p="rtl"===c.direction?!t:t,m=p?g.left+1:g.right-1,v=t?g.top+s:g.bottom-s,h=A(document,m,v,e);if(!h)return!1;var b=p?"left":"right",C=w(h);return Math.round(C[b])===Math.round(u[b])}function T(e,t){return y(e,t)}function R(e,t){return y(e,t,!0)}function w(e){if(!e.collapsed)return e.getBoundingClientRect();var t=e.startContainer;if("BR"===t.nodeName){var n=t.parentNode,r=Array.from(n.childNodes).indexOf(t);(e=document.createRange()).setStart(n,r),e.setEnd(n,r)}var o=e.getClientRects()[0];if(!o){var i=document.createTextNode("");(e=e.cloneRange()).insertNode(i),o=e.getClientRects()[0],i.parentNode.removeChild(i)}return o}function S(e){if(e.isContentEditable){var t=window.getSelection(),n=t.rangeCount?t.getRangeAt(0):null;if(n)return w(n)}}function O(e,t){if(e){if(Object(l.includes)(["INPUT","TEXTAREA"],e.tagName))return e.focus(),void(t?(e.selectionStart=e.value.length,e.selectionEnd=e.value.length):(e.selectionStart=0,e.selectionEnd=0));if(e.focus(),e.isContentEditable){var n=e[t?"lastChild":"firstChild"];if(n){var r=window.getSelection(),o=document.createRange();o.selectNodeContents(n),o.collapse(!t),r.removeAllRanges(),r.addRange(o)}}}}function A(e,t,n,r){r.style.zIndex="10000";var o=function(e,t,n){if(e.caretRangeFromPoint)return e.caretRangeFromPoint(t,n);if(!e.caretPositionFromPoint)return null;var r=e.caretPositionFromPoint(t,n);if(!r)return null;var o=e.createRange();return o.setStart(r.offsetNode,r.offset),o.collapse(!0),o}(e,t,n);return r.style.zIndex=null,o}function P(e,t,n){var r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3];if(e)if(n&&e.isContentEditable){var o=n.height/2,i=e.getBoundingClientRect(),a=n.left,u=t?i.bottom-o:i.top+o,c=A(document,a,u,e);if(!c||!e.contains(c.startContainer))return!r||c&&c.startContainer&&c.startContainer.contains(e)?void O(e,t):(e.scrollIntoView(t),void P(e,t,n,!1));if(c.startContainer.nodeType===b){var l=c.startContainer.parentNode,d=l.getBoundingClientRect(),f=t?"bottom":"top",s=parseInt(v(l).getPropertyValue("padding-".concat(f)),10)||0,g=t?d.bottom-s-o:d.top+s+o;u!==g&&(c=A(document,a,g,e))}var p=window.getSelection();p.removeAllRanges(),p.addRange(c),e.focus(),p.removeAllRanges(),p.addRange(c)}else O(e,t)}function I(e){try{var t=e.nodeName,n=e.selectionStart,r=e.contentEditable;return"INPUT"===t&&null!==n||"TEXTAREA"===t||"true"===r}catch(e){return!1}}function x(){if(I(document.activeElement))return!0;var e=window.getSelection(),t=e.rangeCount?e.getRangeAt(0):null;return t&&!t.collapsed}function j(e){if(Object(l.includes)(["INPUT","TEXTAREA"],e.nodeName))return 0===e.selectionStart&&e.value.length===e.selectionEnd;if(!e.isContentEditable)return!0;var t=window.getSelection(),n=t.rangeCount?t.getRangeAt(0):null;if(!n)return!0;var r=n.startContainer,o=n.endContainer,i=n.startOffset,a=n.endOffset;if(r===e&&o===e&&0===i&&a===e.childNodes.length)return!0;var u=e.lastChild,c=u.nodeType===b?u.data.length:u.childNodes.length;return r===e.firstChild&&o===e.lastChild&&0===i&&a===c}function M(e){if(e){if(e.scrollHeight>e.clientHeight){var t=window.getComputedStyle(e).overflowY;if(/(auto|scroll)/.test(t))return e}return M(e.parentNode)}}function B(e){for(var t;(t=e.parentNode)&&t.nodeType!==C;);return t?"static"!==v(t).position?t:t.offsetParent:null}function _(e,t){L(t,e.parentNode),H(e)}function H(e){e.parentNode.removeChild(e)}function L(e,t){t.parentNode.insertBefore(e,t.nextSibling)}function U(e){for(var t=e.parentNode;e.firstChild;)t.insertBefore(e.firstChild,e);t.removeChild(e)}function D(e,t){for(var n=e.ownerDocument.createElement(t);e.firstChild;)n.appendChild(e.firstChild);return e.parentNode.replaceChild(n,e),n}function F(e,t){t.parentNode.insertBefore(e,t),e.appendChild(t)}function X(e){var t=document.implementation.createHTMLDocument("").body;t.innerHTML=e;for(var n=t.getElementsByTagName("*"),r=n.length;r--;){var o=n[r];if("SCRIPT"===o.tagName)H(o);else for(var i=o.attributes.length;i--;){var a=o.attributes[i].name;a.startsWith("on")&&o.removeAttribute(a)}}return t.innerHTML}var z={focusable:r,tabbable:o}},KQm4:function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=n("25BE");function o(e){return function(e){if(Array.isArray(e)){for(var t=0,n=new Array(e.length);t<e.length;t++)n[t]=e[t];return n}}(e)||Object(r.a)(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}},YLtl:function(e,t){!function(){e.exports=this.lodash}()}}); home/xbodynamge/crosstraining/wp-includes/js/dist/dom.min.js 0000644 00000021350 15114164305 0020227 0 ustar 00 this.wp=this.wp||{},this.wp.dom=function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s="2sUP")}({"25BE":function(t,e,n){"use strict";function r(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}n.d(e,"a",(function(){return r}))},"2sUP":function(t,e,n){"use strict";n.r(e),n.d(e,"focus",(function(){return F})),n.d(e,"isHorizontalEdge",(function(){return y})),n.d(e,"isVerticalEdge",(function(){return O})),n.d(e,"getRectangleFromRange",(function(){return T})),n.d(e,"computeCaretRect",(function(){return S})),n.d(e,"placeCaretAtHorizontalEdge",(function(){return R})),n.d(e,"placeCaretAtVerticalEdge",(function(){return w})),n.d(e,"isTextField",(function(){return P})),n.d(e,"documentHasSelection",(function(){return j})),n.d(e,"isEntirelySelected",(function(){return I})),n.d(e,"getScrollContainer",(function(){return x})),n.d(e,"getOffsetParent",(function(){return B})),n.d(e,"replace",(function(){return M})),n.d(e,"remove",(function(){return _})),n.d(e,"insertAfter",(function(){return D})),n.d(e,"unwrap",(function(){return H})),n.d(e,"replaceTag",(function(){return U})),n.d(e,"wrap",(function(){return L})),n.d(e,"safeHTML",(function(){return W}));var r={};n.r(r),n.d(r,"find",(function(){return c}));var o={};n.r(o),n.d(o,"isTabbableIndex",(function(){return f})),n.d(o,"find",(function(){return p}));var i=n("KQm4"),a=["[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(t){return t.offsetWidth>0||t.offsetHeight>0||t.getClientRects().length>0}function c(t){var e=t.querySelectorAll(a);return Object(i.a)(e).filter((function(t){return!!u(t)&&("AREA"!==t.nodeName||function(t){var e=t.closest("map[name]");if(!e)return!1;var n=document.querySelector('img[usemap="#'+e.name+'"]');return!!n&&u(n)}(t))}))}function l(t){var e=t.getAttribute("tabindex");return null===e?0:parseInt(e,10)}function f(t){return-1!==l(t)}function d(t,e){return{element:t,index:e}}function s(t){return t.element}function g(t,e){var n=l(t.element),r=l(e.element);return n===r?t.index-e.index:n-r}function p(t){return c(t).filter(f).map(d).sort(g).map(s)}var m=n("YLtl"),v=window.getComputedStyle,b=window.Node,h=b.TEXT_NODE,C=b.ELEMENT_NODE,E=b.DOCUMENT_POSITION_PRECEDING,N=b.DOCUMENT_POSITION_FOLLOWING;function y(t,e){if(Object(m.includes)(["INPUT","TEXTAREA"],t.tagName))return t.selectionStart===t.selectionEnd&&(e?0===t.selectionStart:t.value.length===t.selectionStart);if(!t.isContentEditable)return!0;var n=window.getSelection(),r=n.getRangeAt(0).cloneRange();n.isCollapsed||r.collapse(!function(t){var e=t.anchorNode,n=t.focusNode,r=t.anchorOffset,o=t.focusOffset,i=e.compareDocumentPosition(n);return!(i&E)&&(!!(i&N)||(0!==i||r<=o))}(n));var o,i=r.startContainer;if(o=e?0:i.nodeValue?i.nodeValue.length:i.childNodes.length,r["".concat(e?"start":"end","Offset")]!==o)return!1;for(var a=e?"first":"last";i!==t;){var u=i.parentNode;if(u["".concat(a,"Child")]!==i)return!1;i=u}return!0}function O(t,e){if(Object(m.includes)(["INPUT","TEXTAREA"],t.tagName))return y(t,e);if(!t.isContentEditable)return!0;var n=window.getSelection(),r=n.rangeCount?n.getRangeAt(0):null;if(!r)return!1;var o=T(r);if(!o)return!1;var i=o.height/2,a=t.getBoundingClientRect();return!(e&&o.top-i>a.top)&&!(!e&&o.bottom+i<a.bottom)}function T(t){if(!t.collapsed)return t.getBoundingClientRect();var e=t.getClientRects()[0];if(!e){var n=document.createTextNode("");t.insertNode(n),e=t.getClientRects()[0],n.parentNode.removeChild(n)}return e}function S(t){if(t.isContentEditable){var e=window.getSelection(),n=e.rangeCount?e.getRangeAt(0):null;if(n)return T(n)}}function R(t,e){if(t){if(Object(m.includes)(["INPUT","TEXTAREA"],t.tagName))return t.focus(),void(e?(t.selectionStart=t.value.length,t.selectionEnd=t.value.length):(t.selectionStart=0,t.selectionEnd=0));if(t.focus(),t.isContentEditable){var n=t[e?"lastChild":"firstChild"];if(n){var r=window.getSelection(),o=document.createRange();o.selectNodeContents(n),o.collapse(!e),r.removeAllRanges(),r.addRange(o)}}}}function A(t,e,n,r){r.style.zIndex="10000";var o=function(t,e,n){if(t.caretRangeFromPoint)return t.caretRangeFromPoint(e,n);if(!t.caretPositionFromPoint)return null;var r=t.caretPositionFromPoint(e,n);if(!r)return null;var o=t.createRange();return o.setStart(r.offsetNode,r.offset),o.collapse(!0),o}(t,e,n);return r.style.zIndex=null,o}function w(t,e,n){var r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3];if(t)if(n&&t.isContentEditable){var o=n.height/2,i=t.getBoundingClientRect(),a=n.left,u=e?i.bottom-o:i.top+o,c=A(document,a,u,t);if(!c||!t.contains(c.startContainer))return!r||c&&c.startContainer&&c.startContainer.contains(t)?void R(t,e):(t.scrollIntoView(e),void w(t,e,n,!1));if(c.startContainer.nodeType===h){var l=c.startContainer.parentNode,f=l.getBoundingClientRect(),d=e?"bottom":"top",s=parseInt(v(l).getPropertyValue("padding-".concat(d)),10)||0,g=e?f.bottom-s-o:f.top+s+o;u!==g&&(c=A(document,a,g,t))}var p=window.getSelection();p.removeAllRanges(),p.addRange(c),t.focus(),p.removeAllRanges(),p.addRange(c)}else R(t,e)}function P(t){try{var e=t.nodeName,n=t.selectionStart,r=t.contentEditable;return"INPUT"===e&&null!==n||"TEXTAREA"===e||"true"===r}catch(t){return!1}}function j(){if(P(document.activeElement))return!0;var t=window.getSelection(),e=t.rangeCount?t.getRangeAt(0):null;return e&&!e.collapsed}function I(t){if(Object(m.includes)(["INPUT","TEXTAREA"],t.nodeName))return 0===t.selectionStart&&t.value.length===t.selectionEnd;if(!t.isContentEditable)return!0;var e=window.getSelection(),n=e.rangeCount?e.getRangeAt(0):null;if(!n)return!0;var r=n.startContainer,o=n.endContainer,i=n.startOffset,a=n.endOffset;if(r===t&&o===t&&0===i&&a===t.childNodes.length)return!0;var u=t.lastChild,c=u.nodeType===h?u.data.length:u.childNodes.length;return r===t.firstChild&&o===t.lastChild&&0===i&&a===c}function x(t){if(t){if(t.scrollHeight>t.clientHeight){var e=window.getComputedStyle(t).overflowY;if(/(auto|scroll)/.test(e))return t}return x(t.parentNode)}}function B(t){for(var e;(e=t.parentNode)&&e.nodeType!==C;);return e?"static"!==v(e).position?e:e.offsetParent:null}function M(t,e){D(e,t.parentNode),_(t)}function _(t){t.parentNode.removeChild(t)}function D(t,e){e.parentNode.insertBefore(t,e.nextSibling)}function H(t){for(var e=t.parentNode;t.firstChild;)e.insertBefore(t.firstChild,t);e.removeChild(t)}function U(t,e){for(var n=t.ownerDocument.createElement(e);t.firstChild;)n.appendChild(t.firstChild);return t.parentNode.replaceChild(n,t),n}function L(t,e){e.parentNode.insertBefore(t,e),t.appendChild(e)}function W(t){var e=document.implementation.createHTMLDocument("").body;e.innerHTML=t;for(var n=e.getElementsByTagName("*"),r=n.length;r--;){var o=n[r];if("SCRIPT"===o.tagName)_(o);else for(var i=o.attributes.length;i--;){var a=o.attributes[i].name;a.startsWith("on")&&o.removeAttribute(a)}}return e.innerHTML}var F={focusable:r,tabbable:o}},BsWD:function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var r=n("a3WO");function o(t,e){if(t){if("string"==typeof t)return Object(r.a)(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Object(r.a)(t,e):void 0}}},KQm4:function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));var r=n("a3WO");var o=n("25BE"),i=n("BsWD");function a(t){return function(t){if(Array.isArray(t))return Object(r.a)(t)}(t)||Object(o.a)(t)||Object(i.a)(t)||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.")}()}},YLtl:function(t,e){!function(){t.exports=this.lodash}()},a3WO:function(t,e,n){"use strict";function r(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}n.d(e,"a",(function(){return r}))}}); home/xbodynamge/dev/wp-includes/js/dist/dom.min.js 0000604 00000017314 15114542566 0016132 0 ustar 00 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=323)}({19:function(e,t,n){"use strict";var r=n(33);function o(e){return function(e){if(Array.isArray(e)){for(var t=0,n=new Array(e.length);t<e.length;t++)n[t]=e[t];return n}}(e)||Object(r.a)(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}n.d(t,"a",function(){return o})},2:function(e,t){!function(){e.exports=this.lodash}()},323:function(e,t,n){"use strict";n.r(t);var r={};n.r(r),n.d(r,"find",function(){return l});var o={};n.r(o),n.d(o,"isTabbableIndex",function(){return d}),n.d(o,"find",function(){return p});var i=n(19),a=["[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 l(e){var t=e.querySelectorAll(a);return Object(i.a)(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))})}function c(e){var t=e.getAttribute("tabindex");return null===t?0:parseInt(t,10)}function d(e){return-1!==c(e)}function f(e,t){return{element:e,index:t}}function s(e){return e.element}function g(e,t){var n=c(e.element),r=c(t.element);return n===r?e.index-t.index:n-r}function p(e){return l(e).filter(d).map(f).sort(g).map(s)}var v=n(2),m=window.getComputedStyle,b=window.Node,h=b.TEXT_NODE,C=b.ELEMENT_NODE,N=b.DOCUMENT_POSITION_PRECEDING,E=b.DOCUMENT_POSITION_FOLLOWING;function R(e,t){if(Object(v.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 n=window.getSelection(),r=n.getRangeAt(0).cloneRange();n.isCollapsed||r.collapse(!function(e){var t=e.anchorNode,n=e.focusNode,r=e.anchorOffset,o=e.focusOffset,i=t.compareDocumentPosition(n);return!(i&N)&&(!!(i&E)||0!==i||r<=o)}(n));var o,i=r.startContainer;if(o=t?0:i.nodeValue?i.nodeValue.length:i.childNodes.length,r["".concat(t?"start":"end","Offset")]!==o)return!1;for(var a=t?"first":"last";i!==e;){var u=i.parentNode;if(u["".concat(a,"Child")]!==i)return!1;i=u}return!0}function w(e,t){if(Object(v.includes)(["INPUT","TEXTAREA"],e.tagName))return R(e,t);if(!e.isContentEditable)return!0;var n=window.getSelection(),r=n.rangeCount?n.getRangeAt(0):null;if(!r)return!1;var o=y(r);if(!o)return!1;var i=o.height/2,a=e.getBoundingClientRect();return!(t&&o.top-i>a.top)&&!(!t&&o.bottom+i<a.bottom)}function y(e){if(!e.collapsed)return e.getBoundingClientRect();var t=e.getClientRects()[0];if(!t){var n=document.createTextNode("");e.insertNode(n),t=e.getClientRects()[0],n.parentNode.removeChild(n)}return t}function S(e){if(e.isContentEditable){var t=window.getSelection(),n=t.rangeCount?t.getRangeAt(0):null;if(n)return y(n)}}function T(e,t){if(e){if(Object(v.includes)(["INPUT","TEXTAREA"],e.tagName))return e.focus(),void(t?(e.selectionStart=e.value.length,e.selectionEnd=e.value.length):(e.selectionStart=0,e.selectionEnd=0));if(e.focus(),e.isContentEditable){var n=e[t?"lastChild":"firstChild"];if(n){var r=window.getSelection(),o=document.createRange();o.selectNodeContents(n),o.collapse(!t),r.removeAllRanges(),r.addRange(o)}}}}function O(e,t,n,r){r.style.zIndex="10000";var o=function(e,t,n){if(e.caretRangeFromPoint)return e.caretRangeFromPoint(t,n);if(!e.caretPositionFromPoint)return null;var r=e.caretPositionFromPoint(t,n);if(!r)return null;var o=e.createRange();return o.setStart(r.offsetNode,r.offset),o.collapse(!0),o}(e,t,n);return r.style.zIndex=null,o}function A(e,t,n){var r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3];if(e)if(n&&e.isContentEditable){var o=n.height/2,i=e.getBoundingClientRect(),a=n.left,u=t?i.bottom-o:i.top+o,l=window.getSelection(),c=O(document,a,u,e);if(!c||!e.contains(c.startContainer))return!r||c&&c.startContainer&&c.startContainer.contains(e)?void T(e,t):(e.scrollIntoView(t),void A(e,t,n,!1));if(c.startContainer.nodeType===h){var d=c.startContainer.parentNode,f=d.getBoundingClientRect(),s=t?"bottom":"top",g=parseInt(m(d).getPropertyValue("padding-".concat(s)),10)||0,p=t?f.bottom-g-o:f.top+g+o;u!==p&&(c=O(document,a,p,e))}l.removeAllRanges(),l.addRange(c),e.focus(),l.removeAllRanges(),l.addRange(c)}else T(e,t)}function P(e){try{var t=e.nodeName,n=e.selectionStart,r=e.contentEditable;return"INPUT"===t&&null!==n||"TEXTAREA"===t||"true"===r}catch(e){return!1}}function j(){if(P(document.activeElement))return!0;var e=window.getSelection(),t=e.rangeCount?e.getRangeAt(0):null;return t&&!t.collapsed}function x(e){if(Object(v.includes)(["INPUT","TEXTAREA"],e.nodeName))return 0===e.selectionStart&&e.value.length===e.selectionEnd;if(!e.isContentEditable)return!0;var t=window.getSelection(),n=t.rangeCount?t.getRangeAt(0):null;if(!n)return!0;var r=n.startContainer,o=n.endContainer,i=n.startOffset,a=n.endOffset;if(r===e&&o===e&&0===i&&a===e.childNodes.length)return!0;var u=e.lastChild,l=u.nodeType===h?u.data.length:u.childNodes.length;return r===e.firstChild&&o===e.lastChild&&0===i&&a===l}function I(e){if(e){if(e.scrollHeight>e.clientHeight){var t=window.getComputedStyle(e).overflowY;if(/(auto|scroll)/.test(t))return e}return I(e.parentNode)}}function _(e){for(var t;(t=e.parentNode)&&t.nodeType!==C;);return t?"static"!==m(t).position?t:t.offsetParent:null}function B(e,t){F(t,e.parentNode),D(e)}function D(e){e.parentNode.removeChild(e)}function F(e,t){t.parentNode.insertBefore(e,t.nextSibling)}function M(e){for(var t=e.parentNode;e.firstChild;)t.insertBefore(e.firstChild,e);t.removeChild(e)}function U(e,t){for(var n=e.ownerDocument.createElement(t);e.firstChild;)n.appendChild(e.firstChild);return e.parentNode.replaceChild(n,e),n}function H(e,t){t.parentNode.insertBefore(e,t),e.appendChild(t)}n.d(t,"focus",function(){return V}),n.d(t,"isHorizontalEdge",function(){return R}),n.d(t,"isVerticalEdge",function(){return w}),n.d(t,"getRectangleFromRange",function(){return y}),n.d(t,"computeCaretRect",function(){return S}),n.d(t,"placeCaretAtHorizontalEdge",function(){return T}),n.d(t,"placeCaretAtVerticalEdge",function(){return A}),n.d(t,"isTextField",function(){return P}),n.d(t,"documentHasSelection",function(){return j}),n.d(t,"isEntirelySelected",function(){return x}),n.d(t,"getScrollContainer",function(){return I}),n.d(t,"getOffsetParent",function(){return _}),n.d(t,"replace",function(){return B}),n.d(t,"remove",function(){return D}),n.d(t,"insertAfter",function(){return F}),n.d(t,"unwrap",function(){return M}),n.d(t,"replaceTag",function(){return U}),n.d(t,"wrap",function(){return H});var V={focusable:r,tabbable:o}},33:function(e,t,n){"use strict";function r(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}n.d(t,"a",function(){return r})}});