/*! @viselect/vanilla 3.0.0-beta.2 MIT | https://github.com/Simonwep/selection */ !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t="undefined"!=typeof globalThis?globalThis:t||self).SelectionArea=e()}(this,(function(){"use strict";const t=(t,e="px")=>"number"==typeof t?t+e:t;function e({style:e},s,i){if("object"==typeof s)for(const[i,o]of Object.entries(s))e[i]=t(o);else void 0!==i&&(e[s]=t(i))}function s(t){return(e,s,i,o={})=>{e instanceof HTMLCollection||e instanceof NodeList?e=Array.from(e):Array.isArray(e)||(e=[e]),Array.isArray(s)||(s=[s]);for(const n of e)for(const e of s)n[t](e,i,{capture:!1,...o});return[e,s,i,o]}}const i=s("addEventListener"),o=s("removeEventListener"),n=t=>{const e=t.touches&&t.touches[0]||t;return{tap:e,x:e.clientX,y:e.clientY,target:e.target}};function h(t){let e=t.path||t.composedPath&&t.composedPath();if(e)return e;let s=t.target.parentElement;for(e=[t.target,s];s=s.parentElement;)e.push(s);return e.push(document,window),e}function r(t,e,s="touch"){switch(s){case"center":{const s=e.left+e.width/2,i=e.top+e.height/2;return s>=t.left&&s<=t.right&&i>=t.top&&i<=t.bottom}case"cover":return e.left>=t.left&&e.top>=t.top&&e.right<=t.right&&e.bottom<=t.bottom;case"touch":return t.right>=e.left&&t.left<=e.right&&t.bottom>=e.top&&t.top<=e.bottom;default:throw new Error(`Unkown intersection mode: ${s}`)}}function c(t,e){const s=t.indexOf(e);~s&&t.splice(s,1)}function l(t,e=document){const s=Array.isArray(t)?t:[t],i=[];for(let t=0,o=s.length;t{const s={};for(const[i,o]of Object.entries(t))s[i]=void 0===e[i]?t[i]:"object"!=typeof o||null===o||Array.isArray(o)?e[i]:u(o,e[i]);return s},{abs:d,max:f,min:p,ceil:m}=Math;class SelectionArea extends class{constructor(){this.t=new Map,this.on=this.addEventListener,this.off=this.removeEventListener,this.emit=this.dispatchEvent}addEventListener(t,e){const s=this.t.get(t)||new Set;return this.t.set(t,s),s.add(e),this}removeEventListener(t,e){return this.t.get(t)?.delete(e),this}dispatchEvent(t,...e){let s=!0;for(const i of this.t.get(t)||[])s=!1!==i(...e)&&s;return s}unbindAllListeners(){this.t.clear()}}{constructor(t){super(),this.i={touched:[],stored:[],selected:[],changed:{added:[],removed:[]}},this.o=[],this.h=new DOMRect,this.l={y1:0,x2:0,y2:0,x1:0},this.u=!0,this.p=!0,this.m={x:0,y:0},this.v={x:0,y:0},this.disable=this.g.bind(this,!1),this.enable=this.g,this._=u({selectionAreaClass:"selection-area",selectables:[],document:window.document,behaviour:{overlap:"invert",intersect:"touch",startThreshold:10,scrolling:{speedDivider:10,manualSpeed:750}},features:{range:!0,touch:!0,singleTap:{allow:!0,intersect:"native"}},startareas:["html"],boundaries:["html"],container:"body"},t);for(const t of Object.getOwnPropertyNames(Object.getPrototypeOf(this)))"function"==typeof this[t]&&(this[t]=this[t].bind(this));const{document:s,selectionAreaClass:i,selectionContainerClass:o}=this._;this.S=s.createElement("div"),this.A=s.createElement("div"),this.A.appendChild(this.S),this.S.classList.add(i),o&&this.A.classList.add(o),e(this.S,{willChange:"top, left, bottom, right, width, height",top:0,left:0,position:"fixed"}),e(this.A,{overflow:"hidden",position:"fixed",transform:"translate3d(0, 0, 0)",pointerEvents:"none",zIndex:"1"}),this.enable()}g(t=!0){const{document:e,features:s}=this._,n=t?i:o;n(e,"mousedown",this.T),s.touch&&n(e,"touchstart",this.T,{passive:!1})}T(t,e=!1){const{x:s,y:o,target:c}=n(t),{_:a}=this,{document:u}=this._,d=c.getBoundingClientRect(),f=l(a.startareas,a.document),p=l(a.boundaries,a.document);this.L=p.find((t=>r(t.getBoundingClientRect(),d)));const m=h(t);if(!this.L||!f.find((t=>m.includes(t)))||!p.find((t=>m.includes(t))))return;if(!e&&!1===this.j("beforestart",t))return;this.l={x1:s,y1:o,x2:0,y2:0};const v=u.scrollingElement||u.body;this.v={x:v.scrollLeft,y:v.scrollTop},this.u=!0,this.clearSelection(!1),i(u,["touchmove","mousemove"],this.k,{passive:!1}),i(u,["mouseup","touchcancel","touchend"],this.C),i(u,"scroll",this.M)}O(t){const{singleTap:{intersect:e},range:s}=this._.features,i=n(t);let o=null;if("native"===e)o=i.target;else if("touch"===e){this.resolveSelectables();const{x:t,y:e}=i;o=this.o.find((s=>{const{right:i,left:o,top:n,bottom:h}=s.getBoundingClientRect();return to&&en}))}if(!o)return;for(this.resolveSelectables();!this.o.includes(o);){if(!o.parentElement)return;o=o.parentElement}const{stored:h}=this.i;if(this.j("start",t),t.shiftKey&&h.length&&s){const t=h[h.length-1],[e,s]=4&t.compareDocumentPosition(o)?[o,t]:[t,o],i=[...this.o.filter((t=>4&t.compareDocumentPosition(e)&&2&t.compareDocumentPosition(s))),o,e,s];this.select(i)}else h.includes(o)&&(1===h.length||t.ctrlKey)?this.deselect(o):this.select(o);this.j("stop",t)}k(t){const{container:s,document:h,features:r,behaviour:{startThreshold:c}}=this._,{x1:u,y1:f}=this.l,{x:p,y:m}=n(t),v=typeof c;("number"===v&&d(p+m-(u+f))>=c||"object"===v&&d(p-u)>=c.x||d(m-f)>=c.y)&&(o(h,["mousemove","touchmove"],this.k,{passive:!1}),i(h,["mousemove","touchmove"],this.R,{passive:!1}),e(this.S,"display","block"),l(s,h)[0].appendChild(this.A),this.resolveSelectables(),this.u=!1,this.$=this.L.getBoundingClientRect(),this.p=this.L.scrollHeight!==this.L.clientHeight||this.L.scrollWidth!==this.L.clientWidth,this.p&&(i(h,"wheel",this.D,{passive:!1}),this.o=this.o.filter((t=>this.L.contains(t)))),this.H(),this.j("start",t),this.R(t)),r.touch&&a&&t.preventDefault()}H(){const{A:t,L:s,S:i}=this,o=this.$=s.getBoundingClientRect();this.p?(e(t,{top:o.top,left:o.left,width:o.width,height:o.height}),e(i,{marginTop:-o.top,marginLeft:-o.left})):(e(t,{top:0,left:0,width:"100%",height:"100%"}),e(i,{marginTop:0,marginLeft:0}))}R(t){const{x:e,y:s}=n(t),{m:i,l:o,_:h}=this,{features:r}=h,{speedDivider:c}=h.behaviour.scrolling,l=this.L;if(o.x2=e,o.y2=s,this.p&&(i.y||i.x)){const e=()=>{if(!i.x&&!i.y)return;const{scrollTop:s,scrollLeft:n}=l;i.y&&(l.scrollTop+=m(i.y/c),o.y1-=l.scrollTop-s),i.x&&(l.scrollLeft+=m(i.x/c),o.x1-=l.scrollLeft-n),this.q(),this.F(),this.j("move",t),this.W(),requestAnimationFrame(e)};requestAnimationFrame(e)}else this.q(),this.F(),this.j("move",t),this.W();r.touch&&a&&t.preventDefault()}M(){const{v:t,_:{document:e}}=this,{scrollTop:s,scrollLeft:i}=e.scrollingElement||e.body;this.l.x1+=t.x-i,this.l.y1+=t.y-s,t.x=i,t.y=s,this.H(),this.q(),this.F(),this.j("move",null),this.W()}D(t){const{manualSpeed:e}=this._.behaviour.scrolling,s=t.deltaY?t.deltaY>0?1:-1:0,i=t.deltaX?t.deltaX>0?1:-1:0;this.m.y+=s*e,this.m.x+=i*e,this.R(t),t.preventDefault()}q(){const{m:t,l:e,h:s,L:i,$:o}=this,{scrollTop:n,scrollHeight:h,clientHeight:r,scrollLeft:c,scrollWidth:l,clientWidth:a}=i,u=o,{x1:m,y1:v}=e;let{x2:y,y2:g}=e;yu.right?(t.x=l-c-a?d(u.left+u.width-y):0,y=u.right):t.x=0,gu.bottom?(t.y=h-n-r?d(u.top+u.height-g):0,g=u.bottom):t.y=0;const _=p(m,y),b=p(v,g),x=f(m,y),w=f(v,g);s.x=_,s.y=b,s.width=x-_,s.height=w-b}W(){const{x:t,y:e,width:s,height:i}=this.h,{style:o}=this.S;o.left=`${t}px`,o.top=`${e}px`,o.width=`${s}px`,o.height=`${i}px`}C(t,s){const{document:i,features:n}=this._,{u:h}=this;o(i,["mousemove","touchmove"],this.k),o(i,["touchmove","mousemove"],this.R),o(i,["mouseup","touchcancel","touchend"],this.C),o(i,"scroll",this.M),t&&h&&n.singleTap.allow?this.O(t):h||s||(this.F(),this.j("stop",t)),this.m.x=0,this.m.y=0,this.p&&o(i,"wheel",this.D,{passive:!0}),this.A.remove(),e(this.S,"display","none"),this.I()}F(){const{o:t,_:e,i:s,h:i}=this,{stored:o,selected:n,touched:h}=s,{intersect:c,overlap:l}=e.behaviour,a=[],u=[],d=[];for(let e=0;e!n.includes(t))));for(let t=0;t!n.includes(t)));switch(t.behaviour.overlap){case"drop":e.stored=h.concat(n.filter((t=>!o.includes(t))));break;case"invert":e.stored=h.concat(n.filter((t=>!i.removed.includes(t))));break;case"keep":e.stored=n.concat(s.filter((t=>!n.includes(t))))}}trigger(t,e=!0){this.T(t,e)}resolveSelectables(){this.o=l(this._.selectables,this._.document)}clearSelection(t=!0){this.i={stored:t?[]:this.i.stored,selected:[],touched:[],changed:{added:[],removed:[]}}}getSelection(){return this.i.stored}getSelectionArea(){return this.S}cancel(t=!1){this.C(null,!t)}destroy(){this.cancel(),this.disable(),this.A.remove(),super.unbindAllListeners()}select(t,e=!1){const{changed:s,selected:i,stored:o}=this.i,n=l(t,this._.document).filter((t=>!i.includes(t)&&!o.includes(t)));return i.push(...n),s.added.push(...n),!e&&this.j("move",null),n}deselect(t,e=!1){const{selected:s,stored:i,changed:o}=this.i;return!(!s.includes(t)&&!i.includes(t))&&(o.removed.push(t),c(i,t),c(s,t),!e&&this.j("move",null),!0)}}return SelectionArea.version="3.0.0-beta.2",SelectionArea})); //# sourceMappingURL=viselect.min.js.map