balkan-orgchart-react-community 9.1.82 → 9.1.86

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.umd.js CHANGED
@@ -21,7 +21,7 @@
21
21
  <rect style="display: ${C}" data-treelist-scroll="${p.id}" class="boc-scroll" x="${p.x+p.w-p.padding[1]-u.TREELIST_SCROLLBAR_WIDTH}" y="${p.y+p.padding[0]}" width="${u.TREELIST_SCROLLBAR_WIDTH}" height="${p.h-p.padding[2]-p.padding[0]}"></rect>
22
22
  <rect style="display: ${C}" data-treelist-thumb="${p.id}" class="boc-scroll-thumb" x="${p.x+p.w-p.padding[1]-u.TREELIST_SCROLLBAR_WIDTH}" y="${S}" width="${u.TREELIST_SCROLLBAR_WIDTH}" height="${x}"></rect>
23
23
 
24
- </g>`}}for(var f=0;f<e.visibleNodeIds.length;f++){var p=e.nodes[e.visibleNodeIds[f]],m=i._get(p.id);p.isTreeListItem||(u.RENDER_LINKS_BEFORE_NODES||(o+=i.ui.link(p,i,s,e.bordersByRootIdAndLevel,e.nodes,t)),o+=i.ui.expandCollapseBtn(i,p,m,i.config,i._layoutConfigs,t,s))}var a={content:o,res:e};if(u.events.publish(`render`,[i,a]),o=a.content,e=a.res,o+=i.ui.lonely(i.config),t===u.action.exporting){var w=e.boundary,T=w.maxX-w.minX,E=w.maxY-w.minY,D=i.ui.svg(T,E,[w.minX,w.minY,T,E],i.config,o,s);r.call(i,D,e);return}(t===u.action.centernode||t===u.action.insert||t===u.action.expand||t===u.action.collapse||t===u.action.update)&&(l=c),t===u.action.init&&c!=null&&(l=c),t===u.action.centerNode&&c!=null&&(l=c),i.response=e,i._lastSize={width:i.width(),height:i.height()};var D=i.ui.svg(`100%`,`100%`,l,i.config,o);if(!i._initialized)i.element.innerHTML=i.ui.css()+D+i.ui.menuButton(i.config)+i.ui.aiButton(i.config),i._attachEventHandlers(),i.xScrollUI.create(i.width(),i.config.padding),i.xScrollUI.setPosition(),i.xScrollUI.addListener(i.getSvg()),i.yScrollUI.create(i.height(),i.config.padding),i.yScrollUI.setPosition(),i.yScrollUI.addListener(i.getSvg()),i.config.enableSearch&&i.searchUI.init(i),i.aiUI.init(i),i.orgScribeUI.init(i),i.powerPointPreviewUI.init(i),i.pdfPreviewUI.init(i),i.svgPreviewUI.init(i),i.pngPreviewUI.init(i),i.toolbarUI.init(i,i.config.toolbar),i.undoRedoUI.init(i),i.controlsUI.init(i);else{var O=i.getSvg(),k=O.parentNode;k.removeChild(O),k.insertAdjacentHTML(`afterbegin`,D),i._attachEventHandlers(),i.xScrollUI.addListener(i.getSvg()),i.yScrollUI.addListener(i.getSvg()),i.xScrollUI.setPosition(),i.yScrollUI.setPosition()}var A=!1,j=i.response.animations;if(j[0].length>0){i._hideBeforeAnimation(j[0].length);for(var f=0;f<j[0].length;f++)j[0][f]=i.getNodeElement(j[0][f]);u.animate(j[0],j[1],j[2],i.config.anim.duration,i.config.anim.func,function(){A||=(r&&r.call(i),u.events.publish(`redraw`,[i]),i._showAfterAnimation(),!0)})}t===u.action.centerNode?u.animate(i.getSvg(),{viewbox:c},{viewbox:i.response.viewBox},i.config.anim.duration,i.config.anim.func,function(){i.ripple(n.options.rippleId),A||=(r&&r.call(i),u.events.publish(`redraw`,[i]),i._showAfterAnimation(),!0)},function(){i.xScrollUI.setPosition(),i.yScrollUI.setPosition()}):c&&i.response&&(c[0]!=i.response.viewBox[0]||c[1]!=i.response.viewBox[1]||c[2]!=i.response.viewBox[2]||c[3]!=i.response.viewBox[3])&&(t===u.action.insert||t===u.action.expand||t===u.action.collapse||t===u.action.update||t===u.action.init)?u.animate(i.getSvg(),{viewbox:c},{viewbox:i.response.viewBox},i.config.anim.duration*2,i.config.anim.func,function(){i.xScrollUI.setPosition(),i.yScrollUI.setPosition(),A||=(r&&r.call(i),u.events.publish(`redraw`,[i]),!0)}):j[0].length==0&&(A||=(r&&r.call(i),u.events.publish(`redraw`,[i]),!0)),i._initialized||(i._initialized=!0,i.filterUI.update(),i._ai.setContext(),u.events.publish(`init`,[i])),!i._loaded&&e&&e.nodes&&Object.keys(e.nodes).length&&(i._loaded=!0)}},function(e){u.events.publish(`ready`,[i,e])})}},u.prototype._setInitialSizeIfNotSet=function(){this.mainElement.style.overflow=`hidden`,this.mainElement.style.position=`relative`,this.mainElement.offsetHeight==0&&(this.mainElement.style.height=`100%`,this.mainElement.offsetHeight==0&&(this.mainElement.style.height=`700px`)),this.mainElement.offsetWidth==0&&(this.mainElement.style.width=`100%`,this.mainElement.offsetWidth==0&&(this.mainElement.style.width=`700px`))},u.prototype.width=function(){return this.element.offsetWidth},u.prototype.height=function(){return this.element.offsetHeight},u.prototype.getViewBox=function(){var e=this.getSvg();return u._getViewBox(e)},u.prototype.setViewBox=function(e){this.getSvg().setAttribute(`viewBox`,e.toString())},u.prototype.getScale=function(e){return e||=this.getViewBox(),u.getScale(e,this.width(),this.height(),this.config.scaleInitial,this.config.scaleMax,this.config.scaleMin)},u.prototype.setScale=function(e){e>this.config.scaleMax&&(e=this.config.scaleMax),e<this.config.scaleMin&&(e=this.config.scaleMin);var t=this.getViewBox().slice(0),n=this.width(),r=this.height(),i=n/t[2],a=r/t[3],o=i>a?a:i,s=t,c=t[2],l=t[3];return t[2]/=e/o,t[3]/=e/o,t[0]=s[0]-(t[2]-c)/2,t[1]=s[1]-(t[3]-l)/2,this.setViewBox(t),u.events.publish(`redraw`,[this]),e},u.prototype.ripple=function(e,t,n){var r=this.getNode(e);if(r!=null){var i=this.getNodeElement(e);if(i!=null){var a=this.getScale(),o=r.w/2,s=r.h/2;if(t!==void 0&&n!==void 0){var c=i.getBoundingClientRect();o=t/a-c.left/a,s=n/a-c.top/a}var l=r.w,d=r.h,f=l-o>o?l-o:o,p=d-s>s?d-s:s;f=f,p=p;var m=f>p?f:p,h=document.createElementNS(`http://www.w3.org/2000/svg`,`g`),g=document.createElementNS(`http://www.w3.org/2000/svg`,`clipPath`),_=document.createElementNS(`http://www.w3.org/2000/svg`,`rect`),v=document.createElementNS(`http://www.w3.org/2000/svg`,`circle`),y=u.randomId();g.setAttribute(`id`,y);var b={ripple:u.t(r.templateName,r.min,this.getScale()).ripple,node:r};u.events.publish(`ripple`,[this,b]),_.setAttribute(`x`,b.ripple.rect?b.ripple.rect.x:0),_.setAttribute(`y`,b.ripple.rect?b.ripple.rect.y:0),_.setAttribute(`width`,b.ripple.rect?b.ripple.rect.width:r.w),_.setAttribute(`height`,b.ripple.rect?b.ripple.rect.height:r.h),_.setAttribute(`rx`,b.ripple.radius),_.setAttribute(`ry`,b.ripple.radius),v.setAttribute(`clip-path`,`url(#`+y+`)`),v.setAttribute(`cx`,o),v.setAttribute(`cy`,s),v.setAttribute(`r`,0),v.setAttribute(`fill`,b.ripple.color),v.setAttribute(`class`,`boc-ripple`),g.appendChild(_),h.appendChild(g),h.appendChild(v),i.appendChild(h),u.animate(v,{r:0,opacity:1},{r:m,opacity:0},500,u.anim.outPow,function(){i.removeChild(h)})}}},u.prototype.centerOutNodes=function(e){if(this._centerInNodes){var t=JSON.parse(this._centerInNodes);this._centerInNodes=null;var n=this;this._centerInNodesTimeout=u.animate(this.getSvg(),{viewBox:this.getViewBox()},{viewBox:t},300,this.config.anim.func,function(){n.draw(u.action.update,null,function(){e&&e.call(n)})})}},u.prototype.centerInNodes=function(e,t){var n=this.getViewBox();this._centerInNodes||=JSON.stringify(n);var r=2**53-1,i=-(2**53-1),a=2**53-1,o=-(2**53-1);for(var s of e)s.y<r&&(r=s.y),s.y+s.h>i&&(i=s.y+s.h),s.x<a&&(a=s.x),s.x+s.w>o&&(o=s.x+s.w);var c=o-a,l=i-r,d=c/(c+this.config.padding*2),f=l/(l+this.config.padding*2),p=d>f?f:d;p>this.config.scaleMax&&(p=this.config.scaleMax),p<this.config.scaleMin&&(p=this.config.scaleMin);var m=[50,50],h=this.width(),g=this.height(),d=h/n[2],f=g/n[3],_=d>f?f:d,v=n,y=n[2],b=n[3];n[2]/=p/_,n[3]/=p/_,n[0]=v[0]-(n[2]-y)/(100/m[0]),n[1]=v[1]-(n[3]-b)/(100/m[1]),n[0]=a-(h/p-c)/2,n[1]=r-(g/p-l)/2;var x=this;this._centerInNodesTimeout&&=(clearTimeout(this._centerInNodesTimeout),null),this._centerInNodesTimeout=u.animate(this.getSvg(),{viewBox:this.getViewBox()},{viewBox:n},300,this.config.anim.func,function(){x.draw(u.action.update,null,function(){t&&t.call(x)})})},u.prototype.center=function(e,t,n){var r,i,a=e,o=!0,s=!0;t&&t.parentState!=null&&(r=t.parentState),t&&t.childrenState!=null&&(i=t.childrenState),t&&t.rippleId!=null&&(a=t.rippleId),t&&t.vertical!=null&&(o=t.vertical),t&&t.horizontal!=null&&(s=t.horizontal);var c={parentState:r,childrenState:i,rippleId:a,vertical:o,horizontal:s};this._draw(!1,u.action.centerNode,{id:e,options:c},n)},u.prototype.fit=function(e){this.config.scaleInitial=u.match.boundary,this._draw(!0,u.action.init,{method:`fit`},e)},u.prototype.fitIfOutside=function(e){this.config.scaleInitial=u.match.boundaryIfOutside,this._draw(!0,u.action.init,{method:`fit`},e)},u.prototype.toggleFullScreen=function(){var e=document.querySelector(`[`+u.attr.tlbr+`r='fullScreen']`);document.fullscreenElement==this.element||document.webkitFullscreenElement==this.element||document.mozFullScreenElement==this.element||document.msFullscreenElement==this.element?(document.exitFullscreen?document.exitFullscreen():document.mozCancelFullScreen?document.mozCancelFullScreen():document.webkitExitFullscreen?document.webkitExitFullscreen():document.msExitFullscreen&&document.msExitFullscreen(),e&&(e.innerHTML=u.toolbarUI.openFullScreenIcon)):(this.element.requestFullscreen?this.element.requestFullscreen():this.element.mozRequestFullScreen?this.element.mozRequestFullScreen():this.element.webkitRequestFullscreen?this.element.webkitRequestFullscreen():this.element.msRequestFullscreen&&this.element.msRequestFullscreen(),e&&(e.innerHTML=u.toolbarUI.closeFullScreenIcon))},u.prototype.getNode=function(e){return this.nodes[e]},u.prototype.setLayout=function(e,t){t||=`base`,this._layoutConfigs[t].layout=e,t==`base`&&(this.config.layout=e),this._draw(!1,u.action.update)},u.prototype.setOrientation=function(e,t,n){var r=this;t||=`base`,this._layoutConfigs[t].orientation=e,t==`base`&&(this.config.orientation=e),this._draw(!1,u.action.update,void 0,function(){r.getScale(),u._moveToBoundaryArea(r.getSvg(),r.getViewBox(),r.response.boundary,function(){r._draw(!0,u.action.pan),n&&n()})})},u.prototype.search=function(e,t,n){return u.isNEU(t)&&(t=this.searchUI._searchFields),u.isNEU(n)&&(n=t),u._search.search(this.config.nodes,e,t,n,this.config.searchDisplayField,this.config.searchFieldsWeight,this.searchUI._searchFieldsAbbreviation)},u.prototype._hideBeforeAnimation=function(e){if(this._hideBeforeAnimationCompleted!=1&&!(e&&e<u.ANIM_THRESHOLD)){var t=this.element.getElementsByTagName(`text`);if(t.length>u.TEXT_THRESHOLD)for(var n=0;n<t.length;n++)t[n].style.display=`none`;var r=this.element.getElementsByTagName(`image`);if(r.length>u.IMAGES_THRESHOLD)for(var n=0;n<r.length;n++)r[n].style.display=`none`;var i=this.element.querySelectorAll(`[`+u.attr.link_id+`]`);if(i.length>u.LINKS_THRESHOLD)for(var n=0;n<i.length;n++)i[n].style.display=`none`;var a=this.element.querySelectorAll(`[`+u.attr.control_expcoll_id+`]`);if(a.length>u.BUTTONS_THRESHOLD)for(var n=0;n<a.length;n++)a[n].style.display=`none`;var o=this.element.querySelectorAll(`[`+u.attr.control_up_id+`]`);if(o.length>u.BUTTONS_THRESHOLD)for(var n=0;n<o.length;n++)o[n].style.display=`none`;this._hideBeforeAnimationCompleted=!0}},u.prototype._showAfterAnimation=function(){for(var e=this.element.getElementsByTagName(`text`),t=0;t<e.length;t++)e[t].style.display=``;for(var n=this.element.getElementsByTagName(`image`),t=0;t<n.length;t++)n[t].style.display=``;for(var r=this.element.querySelectorAll(`[`+u.attr.link_id+`]`),t=0;t<r.length;t++)r[t].style.display=``;for(var i=this.element.querySelectorAll(`[`+u.attr.control_expcoll_id+`]`),t=0;t<i.length;t++)i[t].style.display=``;for(var a=this.element.querySelectorAll(`[`+u.attr.control_up_id+`]`),t=0;t<a.length;t++)a[t].style.display=``;this._hideBeforeAnimationCompleted=!1},u.prototype.isChild=function(e,t){for(var n=this.getNode(t);n;){if(n.id==e)return!0;n=n.parent?n.parent:n.stParent}return!1},u.prototype.getCollapsedIds=function(e){for(var t=[],n=0;n<e.childrenIds.length;n++){var r=this.getNode(e.childrenIds[n]);r.collapsed==1&&t.push(r.id)}return t},u.prototype.stateToUrl=function(){if(this.manager.state){var e={};return e.exp=this.manager.state.exp.join(`*`),e.min=this.manager.state.min.join(`*`),e.adjustify=this.manager.state.adjustify.x+`*`+this.manager.state.adjustify.y,e.scale=this.manager.state.scale,e.y=this.manager.state.x,e.x=this.manager.state.y,new URLSearchParams(e).toString()}return``},u.prototype.generateId=function(){for(;;){var e=`_`+(`0000`+(Math.random()*36**4|0).toString(36)).slice(-4);if(this.nodes==null||!this.nodes.hasOwnProperty(e))return e}},u.prototype.moveNodesToVisibleArea=function(e,t){for(var n=this,r=this.roots[0],i=this.getSvg(),a=this.getViewBox(),o=null,s=null,c=null,l=null,d=0;d<e.length;d++){var f=this.nodes[e[d]];f.x!=null&&f.y!=null&&((o===null||o<f.x+f.w)&&(o=f.x+f.w),(s===null||s<f.y+f.h)&&(s=f.y+f.h),(c===null||c>f.x)&&(c=f.x),(l===null||l>f.y)&&(l=f.y))}if(!(o==null||s==null||c==null||l==null)){var p=this.width(),m=this.height(),h=o-c+this.config.padding*2,g=s-l+this.config.padding*2,_=p/h,v=m/g,y=_>v?v:_,b=Math.ceil(p/y),x=Math.ceil(m/y),h=0,g=0;if(b-this.config.padding*2>=o-c)h=(o+c)/2-b/2;else switch(h=r.x-b/2+u.manager._getNodeWidth(r,this.config)/2,this.config.orientation){case u.orientation.right:case u.orientation.right_top:h=-(b/2-(c-o)/2),h<this.config.padding-b&&(h=this.config.padding-b);break;case u.orientation.left:case u.orientation.bottom_left:case u.orientation.top_left:case u.orientation.left_top:h=-(b/2-(o-c)/2),h>-this.config.padding&&(h=-this.config.padding);break}if(x-this.config.padding*2>=s-l)g=(s+l)/2-x/2;else switch(g=-(x/2-(s-l)/2),g>-this.config.padding&&(g=-this.config.padding),this.config.orientation){case u.orientation.bottom:case u.orientation.bottom_left:g=-(x/2-(l-s)/2),g<this.config.padding-x&&(g=this.config.padding-x);break;case u.orientation.left:case u.orientation.right:g=r.y-x/2+u.manager._getNodeWidth(r,this.config)/2;break}var S=[h,g,b,x];a[0]!==S[0]||a[1]!==S[1]?u.animate(i,{viewBox:a},{viewBox:S},this.config.anim.duration,this.config.anim.func,function(){n.draw(u.action.update,void 0,t)}):t&&t()}},u.prototype._nodeHasHiddenParent=function(e){return!e.parent&&!u.isNEU(e.pid)&&this.getNode(e.pid)},u.prototype.destroy=function(){this._initCalled=!1,this._resizeObserver.unobserve(this.element),u.events.removeForEventId(this._event_id),this.element.innerHTML=null},u.prototype.canUpdateLink=function(e,t){if(t==null||t==null||e==null||e==null||e==t)return!1;var n=this.getNode(t),r=this.getNode(e);return n&&r&&(n.isPartner||n.hasPartners&&r.isAssistant||n.hasAssistants&&r.isPartner)?!1:!this.isChild(e,t)},u.prototype._canUpdateLink=u.prototype.canUpdateLink,u.prototype.updateNode=function(e,t,n,r){if(e){var i=this,a=this.get(e.id);if(n===!0&&u.events.publish(`update`,[this,a,e])===!1)return!1;this.update(e),this._ai.setContext(),u.events.publish(`updated`,[this]),this.filterUI.update();var o=this.getNode(e.id),s=o.pid;s??=o.stpid,this._draw(!1,u.action.update,{id:s},function(){r||i.ripple(e.id),t&&t()})}},u.prototype.update=function(e){for(var t=0;t<this.config.nodes.length;t++)if(this.config.nodes[t].id==e.id){this._putInUndoStack(),this.clearRedo(),this.config.nodes[t]=e;break}return this},u.prototype.removeNode=function(e,t,n){if(!this.canRemove(e))return!1;var r=this._getNewPidsAndStpidsForIds(e);return n===!0&&u.events.publish(`remove`,[this,e,r])===!1?!1:(this.remove(e),this._ai.setContext(),u.events.publish(`updated`,[this]),this.filterUI.update(),this._draw(!1,u.action.update,null,function(){t&&t()}),!0)},u.prototype.remove=function(e){var t=this.get(e);if(t){this._putInUndoStack(),this.clearRedo();for(var n=this.config.nodes.length-1;n>=0;n--)(this.config.nodes[n].pid==e||this.config.nodes[n].stpid==e)&&(this.config.nodes[n].pid=t.pid,this.config.nodes[n].stpid=t.stpid),this.config.nodes[n].id==e&&this.config.nodes.splice(n,1)}return this},u.prototype._getNewPidsAndStpidsForIds=function(e){var t=this.get(e),n={},r={};if(t)for(var i=this.config.nodes.length-1;i>=0;i--)this.config.nodes[i].pid==e?n[this.config.nodes[i].id]=t.pid:this.config.nodes[i].stpid==e&&(r[this.config.nodes[i].id]=t.stpid);return{newPidsForIds:n,newStpidsForIds:r}},u.prototype.addNode=function(e,t,n){var r=this;if(n===!0&&u.events.publish(`add`,[this,e])===!1)return!1;this.add(e),this._ai.setContext(),u.events.publish(`updated`,[this]),this.filterUI.update(),r._draw(!1,u.action.insert,{id:e.pid,insertedNodeId:e.id},function(){r.ripple(e.id),t&&t()})},u.prototype.add=function(e){if(e.id??console.error(`Call addNode without id`),this._putInUndoStack(),this.clearRedo(),this.config.movable&&!u.isNEU(e.pid)){var t=this._get(e.pid);t&&(t.movex!=null&&(e.movex=t.movex),t.movey!=null&&(e.movey=t.movey))}return this.config.nodes.push(e),this},u.prototype.replaceIds=function(e,t){this._replaceIds(e),this._draw(!1,u.action.update,void 0,t)},u.prototype._replaceIds=function(e){for(var t=function(t){for(var n=0;n<t.length;n++){var r=t[n];for(var i in e){var a=e[i];r.from==i&&(r.from=a),r.to==i&&(r.to=a)}}},n=0;n<this.config.nodes.length;n++){var r=this.config.nodes[n];for(var i in e){var a=e[i];r.id==i&&(r.id=a),r.pid==i&&(r.pid=a),r.stpid==i&&(r.stpid=a),r.ppid==i&&(r.ppid=a)}}if(Array.isArray(this.config.roots))for(var n=0;n<this.config.roots.length;n++)u.isNEU(e[this.config.roots[n]])||(this.config.roots[n]=e[this.config.roots[n]]);if(this.nodes){for(var o in this.nodes)if(!u.isNEU(e[o])){var a=e[o],s=this.nodes[o];s.id=a,this.nodes[a]=s}}if(this.manager.oldNodes){for(var o in this.manager.oldNodes)if(!u.isNEU(e[o])){var a=e[o],s=this.manager.oldNodes[o];s.id=a,this.manager.oldNodes[a]=s}}if(this.roots){for(var o in this.roots)if(!u.isNEU(e[o])){var a=e[o],s=this.roots[o];s.id=a,this.roots[a]=s}}t(this.config.clinks),t(this.config.slinks),t(this.config.groupDottedLines),t(this.config.dottedLines)},u.prototype._get=function(e){var t=this.__get(e);if(t)return t;if((this.config.groupDottedLines.length||this.config.dottedLines.length)&&!u.isNEU(e)&&typeof e==`string`&&(e.indexOf(`balkan_group_dotted_`)!=-1||e.indexOf(`balkan_dotted_`)!=-1)){e=e.replace(`balkan_group_dotted_`,``),e=e.replace(`balkan_dotted_`,``);var n=e.indexOf(`_balkan_id_`);if(e=e.substring(n+11),t=this.__get(e),t)return t}return null},u.prototype.__get=function(e){for(var t=0;t<this.config.nodes.length;t++)if(this.config.nodes[t].id==e)return this.config.nodes[t];return null},u.prototype.get=function(e){var t=this._get(e);return t==null?null:JSON.parse(JSON.stringify(t))},u.prototype.canRemove=function(e){var t=this.getNode(e);return!(!t||t.hasPartners||t.hasAssistants)},u===void 0&&(u={}),u.animate=function(e,t,n,r,i,a,o){var s=10,c=1,l=1,d=r/s+1,f;document.getElementsByTagName(`g`),Array.isArray(e)||(e=[e]),Array.isArray(t)||(t=[t]),Array.isArray(n)||(n=[n]);function p(){for(var p=0;p<e.length;p++)for(var m in n[p]){var h=u._arrayContains([`top`,`left`,`right`,`bottom`,`width`,`height`],m.toLowerCase())?`px`:``;switch(m.toLowerCase()){case`d`:var g=i((l*s-s)/r)*(n[p][m][0]-t[p][m][0])+t[p][m][0],_=i((l*s-s)/r)*(n[p][m][1]-t[p][m][1])+t[p][m][1];e[p].setAttribute(`d`,e[p].getAttribute(`d`)+` L`+g+` `+_);break;case`r`:var v=i((l*s-s)/r)*(n[p][m]-t[p][m])+t[p][m];e[p].setAttribute(`r`,v);break;case`x1`:var v=i((l*s-s)/r)*(n[p][m]-t[p][m])+t[p][m];e[p].setAttribute(`x1`,v);break;case`x2`:var v=i((l*s-s)/r)*(n[p][m]-t[p][m])+t[p][m];e[p].setAttribute(`x2`,v);break;case`y1`:var v=i((l*s-s)/r)*(n[p][m]-t[p][m])+t[p][m];e[p].setAttribute(`y1`,v);break;case`y2`:var v=i((l*s-s)/r)*(n[p][m]-t[p][m])+t[p][m];e[p].setAttribute(`y2`,v);break;case`scrolltop`:var v=i((l*s-s)/r)*(n[p][m]-t[p][m])+t[p][m];e[p].scrollTop=v;break;case`rotate3d`:if(n[p][m]){var y=t[p][m],b=n[p][m],x=[0,0,0,0];for(var S in y)x[S]=i((l*s-s)/r)*(b[S]-y[S])+y[S];e[p].style.transform=`rotate3d(`+x.toString()+`deg)`}break;case`transform`:if(n[p][m]){var y=t[p][m],b=n[p][m],x=[0,0,0,0,0,0];for(var S in y)x[S]=i((l*s-s)/r)*(b[S]-y[S])+y[S];e[p].hasAttribute(`transform`)?e[p].setAttribute(`transform`,`matrix(`+x.toString()+`)`):e[p].style.transform=`matrix(`+x.toString()+`)`}break;case`viewbox`:if(n[p][m]){var y=t[p][m],b=n[p][m],x=[0,0,0,0];for(var S in y)x[S]=i((l*s-s)/r)*(b[S]-y[S])+y[S];e[p].setAttribute(`viewBox`,x.toString())}break;case`margin`:if(n[p][m]){var y=t[p][m],b=n[p][m],x=[0,0,0,0];for(var S in y)x[S]=i((l*s-s)/r)*(b[S]-y[S])+y[S];for(var C=``,S=0;S<x.length;S++)C+=parseInt(x[S])+`px `;e[p]&&e[p].style&&(e[p].style[m]=C)}break;case`scrolly`:var v=i((l*s-s)/r)*(n[p][m]-t[p][m])+t[p][m];e[p].scrollTo(0,v);break;default:var v=i((l*s-s)/r)*(n[p][m]-t[p][m])+t[p][m];e[p]&&e[p].style&&(e[p].style[m]=v+h);break}}if(o){var v=i((l*s-s)/r);o(v)}l+=c,l>d+1&&(clearInterval(f),a&&a(e))}return f=setInterval(p,s),f},u.anim={},u.anim.inPow=function(e){return e<0?0:e>1?1:e**2},u.anim.outPow=function(e){var t=2;if(e<0)return 0;if(e>1)return 1;var n=t%2==0?-1:1;return n*((e-1)**t+n)},u.anim.inOutPow=function(e){var t=2;if(e<0)return 0;if(e>1)return 1;if(e*=2,e<1)return u.anim.inPow(e,t)/2;var n=t%2==0?-1:1;return n/2*((e-2)**t+n*2)},u.anim.inSin=function(e){return e<0?0:e>1?1:-Math.cos(Math.PI/2*e)+1},u.anim.outSin=function(e){return e<0?0:e>1?1:Math.sin(Math.PI/2*e)},u.anim.inOutSin=function(e){return e<0?0:e>1?1:-.5*(Math.cos(Math.PI*e)-1)},u.anim.inExp=function(e){return e<0?0:e>1?1:2**(10*(e-1))},u.anim.outExp=function(e){return e<0?0:e>1?1:-(2**(-10*e))+1},u.anim.inOutExp=function(e){return e<0?0:e>1?1:e<.5?.5*2**(10*(2*e-1)):.5*(-(2**(10*(-2*e+1)))+2)},u.anim.inCirc=function(e){return e<0?0:e>1?1:-(Math.sqrt(1-e*e)-1)},u.anim.outCirc=function(e){return e<0?0:e>1?1:Math.sqrt(1-(e-1)*(e-1))},u.anim.inOutCirc=function(e){return e<0?0:e>1?1:e<1?-.5*(Math.sqrt(1-e*e)-1):.5*(Math.sqrt(1-(2*e-2)*(2*e-2))+1)},u.anim.rebound=function(e){return e<0?0:e>1?1:e<1/2.75?1-7.5625*e*e:e<2/2.75?1-(7.5625*(e-1.5/2.75)*(e-1.5/2.75)+.75):e<2.5/2.75?1-(7.5625*(e-2.25/2.75)*(e-2.25/2.75)+.9375):1-(7.5625*(e-2.625/2.75)*(e-2.625/2.75)+.984375)},u.anim.inBack=function(e){return e<0?0:e>1?1:e*e*(2.70158*e-1.70158)},u.anim.outBack=function(e){return e<0?0:e>1?1:(e-1)*(e-1)*(2.70158*(e-1)+1.70158)+1},u.anim.inOutBack=function(e){return e<0?0:e>1?1:e<.5?.5*(4*e*e*(3.5949*2*e-2.5949)):.5*((2*e-2)*(2*e-2)*(3.5949*(2*e-2)+2.5949)+2)},u.anim.impulse=function(e){var t=2*e;return t*Math.exp(1-t)},u.anim.expPulse=function(e){return Math.exp(-2*e**2)},u===void 0&&(u={}),u.prototype._attachEventHandlers=function(e){if(this.config.interactive){var e=this.getSvg(),t=this;e.addEventListener(`touchstart`,function(e){e.preventDefault(),t._globalMouseDownHandler.apply(t,[this,e])},{passive:!1}),e.addEventListener(`mousedown`,function(e){t._globalMouseDownHandler.apply(t,[this,e])},{passive:!0}),e.addEventListener(`contextmenu`,function(e){t._globalContextHandler.apply(t,[this,e])},{passive:!1}),e.addEventListener(`dblclick`,function(e){t._globalDbClickHandler.apply(t,[this,e])},{passive:!0}),this.config.mouseScrool!=u.action.none&&e.addEventListener(`wheel`,function(e){t._mouseScrollHandler.apply(t,[this,e])},{passive:!1});var n=this.getMenuButton();n&&n.addEventListener(`click`,function(e){t._menuClickHandler.apply(t,[this,e])})}},u===void 0&&(u={}),u.VERSION=`9.1.82`,u.orientation={},u.orientation.top=0,u.orientation.bottom=1,u.orientation.right=2,u.orientation.left=3,u.orientation.top_left=4,u.orientation.bottom_left=5,u.orientation.right_top=6,u.orientation.left_top=7,u.anchor={top_right:`top_right`,right_top:`right_top`,bottom_right:`bottom_right`,right_bottom:`right_bottom`,top_left:`top_left`,left_top:`left_top`,bottom_left:`bottom_left`,left_bottom:`left_bottom`,top:`top`,bottom:`bottom`,left:`left`,right:`right`},u.align={},u.align.center=u.CENTER=8,u.align.orientation=u.ORIENTATION=9,u.attr={},u.attr.l=`data-l`,u.attr.id=`data-id`,u.attr.sl=`data-sl`,u.attr.lbl=`data-lbl`,u.attr.val=`data-val`,u.attr.tlbr=`data-tlbr`,u.attr.item=`data-item`,u.attr.layout=`data-layout`,u.attr.node_id=`data-n-id`,u.attr.link_id=`data-l-id`,u.attr.field_name=`data-f-name`,u.attr.c_link_to=`data-c-l-to`,u.attr.c_link_from=`data-c-l-from`,u.attr.s_link_to=`data-s-l-to`,u.attr.s_link_from=`data-s-l-from`,u.attr.control_add=`data-ctrl-add`,u.attr.control_expcoll_id=`data-ctrl-ec-id`,u.attr.control_up_id=`data-ctrl-up-id`,u.attr.control_export_menu=`data-ctrl-menu`,u.attr.control_node_menu_id=`data-ctrl-n-menu-id`,u.attr.control_node_circle_menu_id=`data-ctrl-n-c-menu-id`,u.attr.control_node_circle_menu_name=`data-ctrl-n-c-menu-name`,u.attr.control_node_circle_menu_wrraper_id=`data-ctrl-n-c-menu-wrapper-id`,u.attr.width=`data-width`,u.attr.text_overflow=`data-text-overflow`,u.ID=`id`,u.PID=`pid`,u.STPID=`stpid`,u.TAGS=`tags`,u.NODES=`nodes`,u.ELASTIC=`elastic`,u.ASSISTANT=`Assistant`,u.action={},u.action.expand=0,u.action.collapse=1,u.action.maximize=101,u.action.minimize=102,u.action.expandCollapse=501,u.action.edit=1,u.action.zoom=2,u.action.ctrlZoom=22,u.action.scroll=41,u.action.xScroll=3,u.action.yScroll=4,u.action.none=5,u.action.init=6,u.action.update=7,u.action.move=70,u.action.pan=8,u.action.centerNode=9,u.action.resize=10,u.action.insert=11,u.action.insertfirst=12,u.action.details=13,u.action.exporting=14,u.none=400001,u.scroll={},u.scroll.visible=!0,u.scroll.smooth=12,u.scroll.speed=120,u.scroll.safari={smooth:12,speed:250},u.match={},u.match.height=100001,u.match.width=100002,u.match.boundary=100003,u.match.boundaryIfOutside=100004,u.match.none=1,u.movable={},u.movable.node=`node`,u.movable.tree=`tree`,u.movable.detachTree=`detachTree`,u.layout={},u.layout.normal=u.normal=0,u.layout.mixed=u.mixed=1,u.layout.tree=u.tree=2,u.layout.treeLeftOffset=u.treeLeftOffset=3,u.layout.treeRightOffset=u.treeRightOffset=4,u.layout.treeLeft=5,u.layout.treeRight=6,u.layout.grid=-1,u.layout.treeList=-2,u.nodeOpenTag=`<g `+u.attr.node_id+`="{id}" style="opacity: {opacity}" transform="matrix(1,0,0,1,{x},{y})" class="{class}" `+u.attr.sl+`="{sl}" `+u.attr.l+`="{level}" {lcn}>`,u.linkOpenTag=`<g `+u.attr.link_id+`="[{id}][{child-id}]" class="{class}">`,u.expcollOpenTag=`<g `+u.attr.control_expcoll_id+`="{id}" transform="matrix(1,0,0,1,{x},{y})" style="cursor:pointer;">`,u.upOpenTag=`<g `+u.attr.control_up_id+`="{id}" transform="matrix(1,0,0,1,{x},{y})" style="cursor:pointer;">`,u.linkFieldsOpenTag=`<g transform="matrix(1,0,0,1,{x},{y}) rotate({rotate})">`,u.grCloseTag=`</g>`,u.A5={width:420,height:595},u.A4={width:595,height:842},u.A3={width:842,height:1191},u.A2={width:1191,height:1684},u.A1={width:1684,height:2384},u.Letter={width:612,height:791},u.Legal={width:612,height:1009},u.Legal={width:612,height:1009},u.Widescreen={width:720,height:1280},u.Standard={width:720,height:960},u.COLLAPSE_PARENT_NEIGHBORS=1,u.COLLAPSE_SUB_CHILDRENS=2,u.COLLAPSE_PARENT_SUB_CHILDREN_EXCEPT_CLICKED=3,u.TEXT_THRESHOLD=4e3,u.IMAGES_THRESHOLD=1e3,u.LINKS_THRESHOLD=2e3,u.BUTTONS_THRESHOLD=700,u.ANIM_THRESHOLD=500,u.IT_IS_LONELY_HERE=`<g transform="translate(-100, 0)" style="cursor:pointer;" `+u.attr.control_add+`="control-add"><text fill="#039be5">{link}</text></g>`,u.RES={},u.IT_IS_LONELY_HERE_LINK=u.RES.IT_IS_LONELY_HERE_LINK=`It's lonely here, add your first node`,u.FIRE_DRAG_NOT_CLICK_IF_MOVE=3,u.STRING_TAGS=!1,u.MAX_NODES_MESS=`The trial has expired or 200 nodes limit was reached! <br /><a style='color: #039BE5;' target='_blank' href='https://balkan.app/OrgChartJS/Docs/Evaluation'>See more</a>`,u.OFFLINE_MESS=`The evaluation version requires internet connection! <br /><a style='color: #039BE5;' target='_blank' href='https://balkan.app/OrgChartJS/Docs/Evaluation'>See more</a>`,u.SEARCH_PLACEHOLDER=`Search... type ? to get help.`,u.SEARCH_HELP_SYMBOL=`?`,u.SEARCH_CLOSE_RESULT_ON_ESCAPE_OR_CLICKOUTSIDE=!1,u.SEARCH_RESULT_LIMIT=10,u.IMPORT_MESSAGE=`Choose the columns (fields) in your data file that contain the required information.`,u.FIXED_POSITION_ON_CLICK=!1,u.RENDER_LINKS_BEFORE_NODES=!1,u.RENDER_CLINKS_BEFORE_NODES=!1,u.MIXED_LAYOUT_ALL_NODES=!1,u.MIXED_LAYOUT_FOR_NODES_WITH_COLLAPSED_CHILDREN=!1,u.MIXED_LAYOUT_IF_NUMBER_OF_CHILDREN_IS_MORE_THEN=1,u.LINK_ROUNDED_CORNERS=5,u.MOVE_STEP=5,u.CLINK_CURVE=1,u.MAX_DEPTH=200,u.SCALE_FACTOR=1.44,u.LAZY_LOADING_FACTOR=`auto`,u.LAZY_LOADING=!0,u.ARRAY_FIELDS=[`tags`],u.CSV_DELIMITER=`,`,u.EDITFORM_CLOSE_BTN=`<svg data-edit-from-close class="boc-edit-form-close"><path style="fill:#ffffff;" d="M21.205,5.007c-0.429-0.444-1.143-0.444-1.587,0c-0.429,0.429-0.429,1.143,0,1.571l8.047,8.047H1.111 C0.492,14.626,0,15.118,0,15.737c0,0.619,0.492,1.127,1.111,1.127h26.554l-8.047,8.032c-0.429,0.444-0.429,1.159,0,1.587 c0.444,0.444,1.159,0.444,1.587,0l9.952-9.952c0.444-0.429,0.444-1.143,0-1.571L21.205,5.007z"></path></svg>`,u.ESCAPE_HTML=!1,u.VERTICAL_CHILDREN_ASSISTANT=!1,u.EXPORT_PAGES_CUT_NODES=!1,u.RESET_MOVABLE_ONEXPANDCOLLAPSE=!1,u.FILTER_ALPHABETICALLY=!0,u.SERVER_PREFIX=`.azurewebsites.net/api/you-see-this-request-because-it-is-trial-version-of-orgchartjs`,u.FUNC_URL_NAME=`func-url-orgchartjs`,u.MINIMUM_SYMBOLS_IN_SEARCH_INPUT=1,u.AI_SYSTEM_MESSAGES=[],u.ORGSCRIBE_OFFSET=` `,u.TREELIST_WHEEL_STEP=`auto`,u.TREELIST_SCROLLBAR_WIDTH=10,u.CONVERT_IMAGES_TO_BASE64_BEFORE_EXPORT=!1,u.REQUEST_CUSTOM_HEADERS={},u.SLINK_GAP=7,u._intersects=function(e,t,n){var r=e.x-n.siblingSeparation/4,i=e.y,a=e.x+e.w+n.siblingSeparation/4,o=e.y;switch(n.orientation){case u.orientation.right:case u.orientation.right_top:case u.orientation.left:case u.orientation.left_top:r=e.x,i=e.y-n.siblingSeparation/4,a=e.x,o=e.y+e.h+n.siblingSeparation/4;break}var s=t.p,c=t.q,l=t.r,d=t.s,f=(a-r)*(d-c)-(l-s)*(o-i),p,m;return f===0?!1:(m=((d-c)*(l-r)+(s-l)*(d-i))/f,p=((i-o)*(l-r)+(a-r)*(d-i))/f,0<m&&m<1&&0<p&&p<1)},u._addPoint=function(e,t,n,r,i){switch(n.orientation){case u.orientation.top:case u.orientation.top_left:return u._addPointTop(e,t,n,r,i);case u.orientation.bottom:case u.orientation.bottom_left:return u._addPointBottom(e,t,n,r,i);case u.orientation.left:case u.orientation.left_top:return u._addPointLeft(e,t,n,r,i);case u.orientation.right:case u.orientation.right_top:return u._addPointRight(e,t,n,r,i)}},u._addPointTop=function(e,t,n,r,i){var a,o,s;return i==`left`?a=e.leftNeighbor?e.x+(e.leftNeighbor.x+e.leftNeighbor.w-e.x)/2:e.x-n.siblingSeparation/2:i==`right`&&(a=e.rightNeighbor?e.x+e.w+(e.rightNeighbor.x-(e.x+e.w))/2:e.x+e.w+n.siblingSeparation/2),t.push([a,t[t.length-1][1]]),t.push([a,e.y-n.levelSeparation/3]),o=t[t.length-1][1],s=a,r.p=a,r.q=o,r.r=s,r},u._addPointBottom=function(e,t,n,r,i){var a,o,s;return i==`left`?a=e.leftNeighbor?e.x+(e.leftNeighbor.x+e.leftNeighbor.w-e.x)/2:e.x-n.siblingSeparation/2:i==`right`&&(a=e.rightNeighbor?e.x+e.w+(e.rightNeighbor.x-(e.x+e.w))/2:e.x+e.w+n.siblingSeparation/2),t.push([a,t[t.length-1][1]]),t.push([a,e.y+e.h+n.levelSeparation/3]),o=t[t.length-1][1],s=a,r.p=a,r.q=o,r.r=s,r},u._addPointLeft=function(e,t,n,r,i){var a=t[t.length-1][0],o;i==`bottom`?o=e.rightNeighbor?e.y+e.h+(e.rightNeighbor.y-(e.y+e.h))/2:e.y+e.h+n.siblingSeparation/2:i==`top`&&(o=e.leftNeighbor?e.y+(e.leftNeighbor.y+e.leftNeighbor.h-e.y)/2:e.y-n.siblingSeparation/2),t.push([t[t.length-1][0],o]),t.push([e.x-n.levelSeparation/3,o]),a=t[t.length-1][0];var s=o;return r.p=a,r.q=o,r.s=s,r},u._addPointRight=function(e,t,n,r,i){var a=t[t.length-1][0],o;i==`bottom`?o=e.rightNeighbor?e.y+e.h+(e.rightNeighbor.y-(e.y+e.h))/2:e.y+e.h+n.siblingSeparation/2:i==`top`&&(o=e.leftNeighbor?e.y+(e.leftNeighbor.y+e.leftNeighbor.h-e.y)/2:e.y-n.siblingSeparation/2),t.push([t[t.length-1][0],o]),t.push([e.x+e.w+n.levelSeparation/3,o]),a=t[t.length-1][0];var s=o;return r.p=a,r.q=o,r.s=s,r},u._addConnectorLines=function(e,t){u._addConnectorLine(e,{x1:t.xa,y1:t.ya,x2:t.xb,y2:t.yb}),u._addConnectorLine(e,{x1:t.xb,y1:t.yb,x2:t.xc,y2:t.yc}),u._addConnectorLine(e,{x1:t.xc,y1:t.yc,x2:t.xd,y2:t.yd})},u._addConnectorLine=function(e,t){if(t.x1==t.x2){if(e.x[t.x1]||(e.x[t.x1]=[]),t.y1>t.y2){var n=t.y1;t.y1=t.y2,t.y2=n}e.x[t.x1].push({y1:t.y1,y2:t.y2})}if(t.y1==t.y2){if(e.y[t.y1]||(e.y[t.y1]=[]),t.x1>t.x2){var r=t.x1;t.x1=t.x2,t.x2=r}e.y[t.y1].push({x1:t.x1,x2:t.x2})}},u._addLineToPath=function(e,t,n){return u._avoidOverlapping(t,n),e.push([n.x1,n.y1]),e.push([n.x2,n.y2]),u._addConnectorLine(t,n),n},u._slinkRemoveUnusedPoints=function(e){for(var t=e.length-2;t>=1;t--){var n=e[t-1],r=e[t],i=e[t+1];(r[0]==n[0]&&r[0]==i[0]||r[1]==n[1]&&r[1]==i[1])&&e.splice(t,1)}},u._slinkAvoidOverlaping=function(e,t,n,r){for(var i=1;i<t.length;i++){var a=t[i-1],o=t[i];if(a[0]==o[0]){for(var s=e.x[o[0]];s;){var c=!0;for(var l of s)if(l.y1<=a[1]&&l.y2>=a[1]||l.y1<=o[1]&&l.y2>=o[1]){r==u.orientation.top||r==u.orientation.top_left?n==`left`?o[0]-=u.SLINK_GAP:n==`right`&&(o[0]+=u.SLINK_GAP):(r==u.orientation.bottom||r==u.orientation.bottom_left)&&(n==`right`?o[0]+=u.SLINK_GAP:n==`left`&&(o[0]-=u.SLINK_GAP)),c=!1;break}if(c)break;s=e.x[o[0]]}a[0]=o[0]}var d=!0;if(a[1]==o[1]&&a[0]>=o[0]&&(d=!1),d&&a[1]==o[1]){for(var s=e.y[o[1]];s;){var c=!0;for(var l of s)if(l.x1<=a[0]&&l.x2>=a[0]||l.x1<=o[0]&&l.x2>=o[0]){a[0]>=o[0]||(r==u.orientation.top||r==u.orientation.top_left?o[1]-=u.SLINK_GAP:(r==u.orientation.bottom||r==u.orientation.bottom_left)&&(o[1]+=u.SLINK_GAP),c=!1);break}if(c)break;s=e.y[o[1]]}a[1]=o[1]}d&&u._addConnectorLine(e,{x1:a[0],y1:a[1],x2:o[0],y2:o[1]})}},u._slinkAvoidOverlapingSecond=function(e,t,n){for(var r=1;r<t.length;r++){var i=t[r-1],a=t[r],o=!1;if(i[1]==a[1]){for(var s=e.y[a[1]];s;){var c=!0;for(var l of s)if(l.x1<=i[0]&&l.x2>=i[0]||l.x1<=a[0]&&l.x2>=a[0]){i[0]>=a[0]?(n==u.orientation.top||n==u.orientation.top_left?a[1]-=u.SLINK_GAP:(n==u.orientation.bottom||n==u.orientation.bottom_left)&&(a[1]+=u.SLINK_GAP),c=!1):o=!0;break}if(c)break;s=e.y[a[1]]}i[1]=a[1]}o||u._addConnectorLine(e,{x1:i[0],y1:i[1],x2:a[0],y2:a[1]})}},u._slinkAvoidOverlaping2=function(e,t,n,r){for(var i=1;i<t.length;i++){var a=t[i-1],o=t[i];if(a[1]==o[1]){for(var s=e.y[o[1]];s;){var c=!0;for(var l of s)if(l.x1<=a[0]&&l.x2>=a[0]||l.x1<=o[0]&&l.x2>=o[0]){r==u.orientation.left||r==u.orientation.left_top?n==`top`?o[1]-=u.SLINK_GAP:n==`bottom`&&(o[1]+=u.SLINK_GAP):(r==u.orientation.right||r==u.orientation.right_top)&&(n==`bottom`?o[1]+=u.SLINK_GAP:n==`top`&&(o[1]-=u.SLINK_GAP)),c=!1;break}if(c)break;s=e.y[o[1]]}a[1]=o[1]}var d=!0;if(a[0]==o[0]&&a[1]>=o[1]&&(d=!1),d&&a[0]==o[0]){for(var s=e.x[o[0]];s;){var c=!0;for(var l of s)if(l.y1<=a[1]&&l.y2>=a[1]||l.y1<=o[1]&&l.y2>=o[1]){a[1]>=o[1]||(r==u.orientation.left||r==u.orientation.left_top?o[0]-=u.SLINK_GAP:(r==u.orientation.right||r==u.orientation.right_top)&&(o[0]+=u.SLINK_GAP),c=!1);break}if(c)break;s=e.x[o[0]]}a[0]=o[0]}d&&u._addConnectorLine(e,{x1:a[0],y1:a[1],x2:o[0],y2:o[1]})}},u._slinkAvoidOverlapingSecond2=function(e,t,n){for(var r=1;r<t.length;r++){var i=t[r-1],a=t[r],o=!1;if(i[0]==a[0]){for(var s=e.x[a[0]];s;){var c=!0;for(var l of s)if(l.y1<=i[1]&&l.y2>=i[1]||l.y1<=a[1]&&l.y2>=a[1]){i[1]>=a[1]?(n==u.orientation.left||n==u.orientation.left_top?a[0]-=u.SLINK_GAP:(n==u.orientation.right||n==u.orientation.right_top)&&(a[0]+=u.SLINK_GAP),c=!1):o=!0;break}if(c)break;s=e.x[a[0]]}i[0]=a[0]}o||u._addConnectorLine(e,{x1:i[0],y1:i[1],x2:a[0],y2:a[1]})}},u.prototype.getSvg=function(){return this.element.querySelector(`svg`)},u.prototype.getPointerElement=function(){return this.element.querySelector(`g[data-pointer]`)},u.prototype.getNodeElement=function(e){return this.element.querySelector(`[`+u.attr.node_id+`='`+e+`']`)},u.prototype.getMenuButton=function(){return this.element.querySelector(`[`+u.attr.control_export_menu+`]`)},u.notifierUI=function(){},u.notifierUI.prototype.init=function(e){this.obj=e},u.notifierUI.prototype.show=function(e,t){if(e==null)return!1;e==1&&(e=u.MAX_NODES_MESS,t=`#FFCA28`),e==2&&(e=u.OFFLINE_MESS,t=`#FFCA28`);var n=document.createElement(`div`);n.innerHTML=e,Object.assign(n.style,{position:`absolute`,"background-color":t,color:`#ffffff`,padding:`15px`,"border-radius":`40px`,opacity:0,overflow:`hidden`,"white-space":`nowrap`,"text-align":`center`}),this.obj.element.appendChild(n);var r=this.obj.width()/2-n.offsetWidth/2,i=this.obj.height()/2-n.offsetHeight/2;n.style.left=r+`px`,n.style.top=i+`px`;var a=n.offsetWidth;return n.style.width=`20px`,u.animate(n,{opacity:0,width:10},{opacity:1,width:a},this.obj.config.anim.duration,this.obj.config.anim.func),!0},u===void 0&&(u={}),u.icon={},u.icon.png_export=u.icon.png_preview=u.icon.pngpreview=u.icon.png=function(e,t,n,r,i){return r??=0,i??=0,`<svg width="${e}" height="${t}" viewBox="0 0 550.801 550.801" x="${r}" y="${i}">
24
+ </g>`}}for(var f=0;f<e.visibleNodeIds.length;f++){var p=e.nodes[e.visibleNodeIds[f]],m=i._get(p.id);p.isTreeListItem||(u.RENDER_LINKS_BEFORE_NODES||(o+=i.ui.link(p,i,s,e.bordersByRootIdAndLevel,e.nodes,t)),o+=i.ui.expandCollapseBtn(i,p,m,i.config,i._layoutConfigs,t,s))}var a={content:o,res:e};if(u.events.publish(`render`,[i,a]),o=a.content,e=a.res,o+=i.ui.lonely(i.config),t===u.action.exporting){var w=e.boundary,T=w.maxX-w.minX,E=w.maxY-w.minY,D=i.ui.svg(T,E,[w.minX,w.minY,T,E],i.config,o,s);r.call(i,D,e);return}(t===u.action.centernode||t===u.action.insert||t===u.action.expand||t===u.action.collapse||t===u.action.update)&&(l=c),t===u.action.init&&c!=null&&(l=c),t===u.action.centerNode&&c!=null&&(l=c),i.response=e,i._lastSize={width:i.width(),height:i.height()};var D=i.ui.svg(`100%`,`100%`,l,i.config,o);if(!i._initialized)i.element.innerHTML=i.ui.css()+D+i.ui.menuButton(i.config)+i.ui.aiButton(i.config),i._attachEventHandlers(),i.xScrollUI.create(i.width(),i.config.padding),i.xScrollUI.setPosition(),i.xScrollUI.addListener(i.getSvg()),i.yScrollUI.create(i.height(),i.config.padding),i.yScrollUI.setPosition(),i.yScrollUI.addListener(i.getSvg()),i.config.enableSearch&&i.searchUI.init(i),i.aiUI.init(i),i.orgScribeUI.init(i),i.powerPointPreviewUI.init(i),i.pdfPreviewUI.init(i),i.svgPreviewUI.init(i),i.pngPreviewUI.init(i),i.toolbarUI.init(i,i.config.toolbar),i.undoRedoUI.init(i),i.controlsUI.init(i);else{var O=i.getSvg(),k=O.parentNode;k.removeChild(O),k.insertAdjacentHTML(`afterbegin`,D),i._attachEventHandlers(),i.xScrollUI.addListener(i.getSvg()),i.yScrollUI.addListener(i.getSvg()),i.xScrollUI.setPosition(),i.yScrollUI.setPosition()}var A=!1,j=i.response.animations;if(j[0].length>0){i._hideBeforeAnimation(j[0].length);for(var f=0;f<j[0].length;f++)j[0][f]=i.getNodeElement(j[0][f]);u.animate(j[0],j[1],j[2],i.config.anim.duration,i.config.anim.func,function(){A||=(r&&r.call(i),u.events.publish(`redraw`,[i]),i._showAfterAnimation(),!0)})}t===u.action.centerNode?u.animate(i.getSvg(),{viewbox:c},{viewbox:i.response.viewBox},i.config.anim.duration,i.config.anim.func,function(){i.ripple(n.options.rippleId),A||=(r&&r.call(i),u.events.publish(`redraw`,[i]),i._showAfterAnimation(),!0)},function(){i.xScrollUI.setPosition(),i.yScrollUI.setPosition()}):c&&i.response&&(c[0]!=i.response.viewBox[0]||c[1]!=i.response.viewBox[1]||c[2]!=i.response.viewBox[2]||c[3]!=i.response.viewBox[3])&&(t===u.action.insert||t===u.action.expand||t===u.action.collapse||t===u.action.update||t===u.action.init)?u.animate(i.getSvg(),{viewbox:c},{viewbox:i.response.viewBox},i.config.anim.duration*2,i.config.anim.func,function(){i.xScrollUI.setPosition(),i.yScrollUI.setPosition(),A||=(r&&r.call(i),u.events.publish(`redraw`,[i]),!0)}):j[0].length==0&&(A||=(r&&r.call(i),u.events.publish(`redraw`,[i]),!0)),i._initialized||(i._initialized=!0,i.filterUI.update(),i._ai.setContext(),u.events.publish(`init`,[i])),!i._loaded&&e&&e.nodes&&Object.keys(e.nodes).length&&(i._loaded=!0)}},function(e){u.events.publish(`ready`,[i,e])})}},u.prototype._setInitialSizeIfNotSet=function(){this.mainElement.style.overflow=`hidden`,this.mainElement.style.position=`relative`,this.mainElement.offsetHeight==0&&(this.mainElement.style.height=`100%`,this.mainElement.offsetHeight==0&&(this.mainElement.style.height=`700px`)),this.mainElement.offsetWidth==0&&(this.mainElement.style.width=`100%`,this.mainElement.offsetWidth==0&&(this.mainElement.style.width=`700px`))},u.prototype.width=function(){return this.element.offsetWidth},u.prototype.height=function(){return this.element.offsetHeight},u.prototype.getViewBox=function(){var e=this.getSvg();return u._getViewBox(e)},u.prototype.setViewBox=function(e){this.getSvg().setAttribute(`viewBox`,e.toString())},u.prototype.getScale=function(e){return e||=this.getViewBox(),u.getScale(e,this.width(),this.height(),this.config.scaleInitial,this.config.scaleMax,this.config.scaleMin)},u.prototype.setScale=function(e){e>this.config.scaleMax&&(e=this.config.scaleMax),e<this.config.scaleMin&&(e=this.config.scaleMin);var t=this.getViewBox().slice(0),n=this.width(),r=this.height(),i=n/t[2],a=r/t[3],o=i>a?a:i,s=t,c=t[2],l=t[3];return t[2]/=e/o,t[3]/=e/o,t[0]=s[0]-(t[2]-c)/2,t[1]=s[1]-(t[3]-l)/2,this.setViewBox(t),u.events.publish(`redraw`,[this]),e},u.prototype.ripple=function(e,t,n){var r=this.getNode(e);if(r!=null){var i=this.getNodeElement(e);if(i!=null){var a=this.getScale(),o=r.w/2,s=r.h/2;if(t!==void 0&&n!==void 0){var c=i.getBoundingClientRect();o=t/a-c.left/a,s=n/a-c.top/a}var l=r.w,d=r.h,f=l-o>o?l-o:o,p=d-s>s?d-s:s;f=f,p=p;var m=f>p?f:p,h=document.createElementNS(`http://www.w3.org/2000/svg`,`g`),g=document.createElementNS(`http://www.w3.org/2000/svg`,`clipPath`),_=document.createElementNS(`http://www.w3.org/2000/svg`,`rect`),v=document.createElementNS(`http://www.w3.org/2000/svg`,`circle`),y=u.randomId();g.setAttribute(`id`,y);var b={ripple:u.t(r.templateName,r.min,this.getScale()).ripple,node:r};u.events.publish(`ripple`,[this,b]),_.setAttribute(`x`,b.ripple.rect?b.ripple.rect.x:0),_.setAttribute(`y`,b.ripple.rect?b.ripple.rect.y:0),_.setAttribute(`width`,b.ripple.rect?b.ripple.rect.width:r.w),_.setAttribute(`height`,b.ripple.rect?b.ripple.rect.height:r.h),_.setAttribute(`rx`,b.ripple.radius),_.setAttribute(`ry`,b.ripple.radius),v.setAttribute(`clip-path`,`url(#`+y+`)`),v.setAttribute(`cx`,o),v.setAttribute(`cy`,s),v.setAttribute(`r`,0),v.setAttribute(`fill`,b.ripple.color),v.setAttribute(`class`,`boc-ripple`),g.appendChild(_),h.appendChild(g),h.appendChild(v),i.appendChild(h),u.animate(v,{r:0,opacity:1},{r:m,opacity:0},500,u.anim.outPow,function(){i.removeChild(h)})}}},u.prototype.centerOutNodes=function(e){if(this._centerInNodes){var t=JSON.parse(this._centerInNodes);this._centerInNodes=null;var n=this;this._centerInNodesTimeout=u.animate(this.getSvg(),{viewBox:this.getViewBox()},{viewBox:t},300,this.config.anim.func,function(){n.draw(u.action.update,null,function(){e&&e.call(n)})})}},u.prototype.centerInNodes=function(e,t){var n=this.getViewBox();this._centerInNodes||=JSON.stringify(n);var r=2**53-1,i=-(2**53-1),a=2**53-1,o=-(2**53-1);for(var s of e)s.y<r&&(r=s.y),s.y+s.h>i&&(i=s.y+s.h),s.x<a&&(a=s.x),s.x+s.w>o&&(o=s.x+s.w);var c=o-a,l=i-r,d=c/(c+this.config.padding*2),f=l/(l+this.config.padding*2),p=d>f?f:d;p>this.config.scaleMax&&(p=this.config.scaleMax),p<this.config.scaleMin&&(p=this.config.scaleMin);var m=[50,50],h=this.width(),g=this.height(),d=h/n[2],f=g/n[3],_=d>f?f:d,v=n,y=n[2],b=n[3];n[2]/=p/_,n[3]/=p/_,n[0]=v[0]-(n[2]-y)/(100/m[0]),n[1]=v[1]-(n[3]-b)/(100/m[1]),n[0]=a-(h/p-c)/2,n[1]=r-(g/p-l)/2;var x=this;this._centerInNodesTimeout&&=(clearTimeout(this._centerInNodesTimeout),null),this._centerInNodesTimeout=u.animate(this.getSvg(),{viewBox:this.getViewBox()},{viewBox:n},300,this.config.anim.func,function(){x.draw(u.action.update,null,function(){t&&t.call(x)})})},u.prototype.center=function(e,t,n){var r,i,a=e,o=!0,s=!0;t&&t.parentState!=null&&(r=t.parentState),t&&t.childrenState!=null&&(i=t.childrenState),t&&t.rippleId!=null&&(a=t.rippleId),t&&t.vertical!=null&&(o=t.vertical),t&&t.horizontal!=null&&(s=t.horizontal);var c={parentState:r,childrenState:i,rippleId:a,vertical:o,horizontal:s};this._draw(!1,u.action.centerNode,{id:e,options:c},n)},u.prototype.fit=function(e){this.config.scaleInitial=u.match.boundary,this._draw(!0,u.action.init,{method:`fit`},e)},u.prototype.fitIfOutside=function(e){this.config.scaleInitial=u.match.boundaryIfOutside,this._draw(!0,u.action.init,{method:`fit`},e)},u.prototype.toggleFullScreen=function(){var e=document.querySelector(`[`+u.attr.tlbr+`r='fullScreen']`);document.fullscreenElement==this.element||document.webkitFullscreenElement==this.element||document.mozFullScreenElement==this.element||document.msFullscreenElement==this.element?(document.exitFullscreen?document.exitFullscreen():document.mozCancelFullScreen?document.mozCancelFullScreen():document.webkitExitFullscreen?document.webkitExitFullscreen():document.msExitFullscreen&&document.msExitFullscreen(),e&&(e.innerHTML=u.toolbarUI.openFullScreenIcon)):(this.element.requestFullscreen?this.element.requestFullscreen():this.element.mozRequestFullScreen?this.element.mozRequestFullScreen():this.element.webkitRequestFullscreen?this.element.webkitRequestFullscreen():this.element.msRequestFullscreen&&this.element.msRequestFullscreen(),e&&(e.innerHTML=u.toolbarUI.closeFullScreenIcon))},u.prototype.getNode=function(e){return this.nodes[e]},u.prototype.setLayout=function(e,t){t||=`base`,this._layoutConfigs[t].layout=e,t==`base`&&(this.config.layout=e),this._draw(!1,u.action.update)},u.prototype.setOrientation=function(e,t,n){var r=this;t||=`base`,this._layoutConfigs[t].orientation=e,t==`base`&&(this.config.orientation=e),this._draw(!1,u.action.update,void 0,function(){r.getScale(),u._moveToBoundaryArea(r.getSvg(),r.getViewBox(),r.response.boundary,function(){r._draw(!0,u.action.pan),n&&n()})})},u.prototype.search=function(e,t,n){return u.isNEU(t)&&(t=this.searchUI._searchFields),u.isNEU(n)&&(n=t),u._search.search(this.config.nodes,e,t,n,this.config.searchDisplayField,this.config.searchFieldsWeight,this.searchUI._searchFieldsAbbreviation)},u.prototype._hideBeforeAnimation=function(e){if(this._hideBeforeAnimationCompleted!=1&&!(e&&e<u.ANIM_THRESHOLD)){var t=this.element.getElementsByTagName(`text`);if(t.length>u.TEXT_THRESHOLD)for(var n=0;n<t.length;n++)t[n].style.display=`none`;var r=this.element.getElementsByTagName(`image`);if(r.length>u.IMAGES_THRESHOLD)for(var n=0;n<r.length;n++)r[n].style.display=`none`;var i=this.element.querySelectorAll(`[`+u.attr.link_id+`]`);if(i.length>u.LINKS_THRESHOLD)for(var n=0;n<i.length;n++)i[n].style.display=`none`;var a=this.element.querySelectorAll(`[`+u.attr.control_expcoll_id+`]`);if(a.length>u.BUTTONS_THRESHOLD)for(var n=0;n<a.length;n++)a[n].style.display=`none`;var o=this.element.querySelectorAll(`[`+u.attr.control_up_id+`]`);if(o.length>u.BUTTONS_THRESHOLD)for(var n=0;n<o.length;n++)o[n].style.display=`none`;this._hideBeforeAnimationCompleted=!0}},u.prototype._showAfterAnimation=function(){for(var e=this.element.getElementsByTagName(`text`),t=0;t<e.length;t++)e[t].style.display=``;for(var n=this.element.getElementsByTagName(`image`),t=0;t<n.length;t++)n[t].style.display=``;for(var r=this.element.querySelectorAll(`[`+u.attr.link_id+`]`),t=0;t<r.length;t++)r[t].style.display=``;for(var i=this.element.querySelectorAll(`[`+u.attr.control_expcoll_id+`]`),t=0;t<i.length;t++)i[t].style.display=``;for(var a=this.element.querySelectorAll(`[`+u.attr.control_up_id+`]`),t=0;t<a.length;t++)a[t].style.display=``;this._hideBeforeAnimationCompleted=!1},u.prototype.isChild=function(e,t){for(var n=this.getNode(t);n;){if(n.id==e)return!0;n=n.parent?n.parent:n.stParent}return!1},u.prototype.getCollapsedIds=function(e){for(var t=[],n=0;n<e.childrenIds.length;n++){var r=this.getNode(e.childrenIds[n]);r.collapsed==1&&t.push(r.id)}return t},u.prototype.stateToUrl=function(){if(this.manager.state){var e={};return e.exp=this.manager.state.exp.join(`*`),e.min=this.manager.state.min.join(`*`),e.adjustify=this.manager.state.adjustify.x+`*`+this.manager.state.adjustify.y,e.scale=this.manager.state.scale,e.y=this.manager.state.x,e.x=this.manager.state.y,new URLSearchParams(e).toString()}return``},u.prototype.generateId=function(){for(;;){var e=`_`+(`0000`+(Math.random()*36**4|0).toString(36)).slice(-4);if(this.nodes==null||!this.nodes.hasOwnProperty(e))return e}},u.prototype.moveNodesToVisibleArea=function(e,t){for(var n=this,r=this.roots[0],i=this.getSvg(),a=this.getViewBox(),o=null,s=null,c=null,l=null,d=0;d<e.length;d++){var f=this.nodes[e[d]];f.x!=null&&f.y!=null&&((o===null||o<f.x+f.w)&&(o=f.x+f.w),(s===null||s<f.y+f.h)&&(s=f.y+f.h),(c===null||c>f.x)&&(c=f.x),(l===null||l>f.y)&&(l=f.y))}if(!(o==null||s==null||c==null||l==null)){var p=this.width(),m=this.height(),h=o-c+this.config.padding*2,g=s-l+this.config.padding*2,_=p/h,v=m/g,y=_>v?v:_,b=Math.ceil(p/y),x=Math.ceil(m/y),h=0,g=0;if(b-this.config.padding*2>=o-c)h=(o+c)/2-b/2;else switch(h=r.x-b/2+u.manager._getNodeWidth(r,this.config)/2,this.config.orientation){case u.orientation.right:case u.orientation.right_top:h=-(b/2-(c-o)/2),h<this.config.padding-b&&(h=this.config.padding-b);break;case u.orientation.left:case u.orientation.bottom_left:case u.orientation.top_left:case u.orientation.left_top:h=-(b/2-(o-c)/2),h>-this.config.padding&&(h=-this.config.padding);break}if(x-this.config.padding*2>=s-l)g=(s+l)/2-x/2;else switch(g=-(x/2-(s-l)/2),g>-this.config.padding&&(g=-this.config.padding),this.config.orientation){case u.orientation.bottom:case u.orientation.bottom_left:g=-(x/2-(l-s)/2),g<this.config.padding-x&&(g=this.config.padding-x);break;case u.orientation.left:case u.orientation.right:g=r.y-x/2+u.manager._getNodeWidth(r,this.config)/2;break}var S=[h,g,b,x];a[0]!==S[0]||a[1]!==S[1]?u.animate(i,{viewBox:a},{viewBox:S},this.config.anim.duration,this.config.anim.func,function(){n.draw(u.action.update,void 0,t)}):t&&t()}},u.prototype._nodeHasHiddenParent=function(e){return!e.parent&&!u.isNEU(e.pid)&&this.getNode(e.pid)},u.prototype.destroy=function(){this._initCalled=!1,this._resizeObserver.unobserve(this.element),u.events.removeForEventId(this._event_id),this.element.innerHTML=null},u.prototype.canUpdateLink=function(e,t){if(t==null||t==null||e==null||e==null||e==t)return!1;var n=this.getNode(t),r=this.getNode(e);return n&&r&&(n.isPartner||n.hasPartners&&r.isAssistant||n.hasAssistants&&r.isPartner)?!1:!this.isChild(e,t)},u.prototype._canUpdateLink=u.prototype.canUpdateLink,u.prototype.updateNode=function(e,t,n,r){if(e){var i=this,a=this.get(e.id);if(n===!0&&u.events.publish(`update`,[this,a,e])===!1)return!1;this.update(e),this._ai.setContext(),u.events.publish(`updated`,[this]),this.filterUI.update();var o=this.getNode(e.id),s=o.pid;s??=o.stpid,this._draw(!1,u.action.update,{id:s},function(){r||i.ripple(e.id),t&&t()})}},u.prototype.update=function(e){for(var t=0;t<this.config.nodes.length;t++)if(this.config.nodes[t].id==e.id){this._putInUndoStack(),this.clearRedo(),this.config.nodes[t]=e;break}return this},u.prototype.removeNode=function(e,t,n){if(!this.canRemove(e))return!1;var r=this._getNewPidsAndStpidsForIds(e);return n===!0&&u.events.publish(`remove`,[this,e,r])===!1?!1:(this.remove(e),this._ai.setContext(),u.events.publish(`updated`,[this]),this.filterUI.update(),this._draw(!1,u.action.update,null,function(){t&&t()}),!0)},u.prototype.remove=function(e){var t=this.get(e);if(t){this._putInUndoStack(),this.clearRedo();for(var n=this.config.nodes.length-1;n>=0;n--)(this.config.nodes[n].pid==e||this.config.nodes[n].stpid==e)&&(this.config.nodes[n].pid=t.pid,this.config.nodes[n].stpid=t.stpid),this.config.nodes[n].id==e&&this.config.nodes.splice(n,1)}return this},u.prototype._getNewPidsAndStpidsForIds=function(e){var t=this.get(e),n={},r={};if(t)for(var i=this.config.nodes.length-1;i>=0;i--)this.config.nodes[i].pid==e?n[this.config.nodes[i].id]=t.pid:this.config.nodes[i].stpid==e&&(r[this.config.nodes[i].id]=t.stpid);return{newPidsForIds:n,newStpidsForIds:r}},u.prototype.addNode=function(e,t,n){var r=this;if(n===!0&&u.events.publish(`add`,[this,e])===!1)return!1;this.add(e),this._ai.setContext(),u.events.publish(`updated`,[this]),this.filterUI.update(),r._draw(!1,u.action.insert,{id:e.pid,insertedNodeId:e.id},function(){r.ripple(e.id),t&&t()})},u.prototype.add=function(e){if(e.id??console.error(`Call addNode without id`),this._putInUndoStack(),this.clearRedo(),this.config.movable&&!u.isNEU(e.pid)){var t=this._get(e.pid);t&&(t.movex!=null&&(e.movex=t.movex),t.movey!=null&&(e.movey=t.movey))}return this.config.nodes.push(e),this},u.prototype.replaceIds=function(e,t){this._replaceIds(e),this._draw(!1,u.action.update,void 0,t)},u.prototype._replaceIds=function(e){for(var t=function(t){for(var n=0;n<t.length;n++){var r=t[n];for(var i in e){var a=e[i];r.from==i&&(r.from=a),r.to==i&&(r.to=a)}}},n=0;n<this.config.nodes.length;n++){var r=this.config.nodes[n];for(var i in e){var a=e[i];r.id==i&&(r.id=a),r.pid==i&&(r.pid=a),r.stpid==i&&(r.stpid=a),r.ppid==i&&(r.ppid=a)}}if(Array.isArray(this.config.roots))for(var n=0;n<this.config.roots.length;n++)u.isNEU(e[this.config.roots[n]])||(this.config.roots[n]=e[this.config.roots[n]]);if(this.nodes){for(var o in this.nodes)if(!u.isNEU(e[o])){var a=e[o],s=this.nodes[o];s.id=a,this.nodes[a]=s}}if(this.manager.oldNodes){for(var o in this.manager.oldNodes)if(!u.isNEU(e[o])){var a=e[o],s=this.manager.oldNodes[o];s.id=a,this.manager.oldNodes[a]=s}}if(this.roots){for(var o in this.roots)if(!u.isNEU(e[o])){var a=e[o],s=this.roots[o];s.id=a,this.roots[a]=s}}t(this.config.clinks),t(this.config.slinks),t(this.config.groupDottedLines),t(this.config.dottedLines)},u.prototype._get=function(e){var t=this.__get(e);if(t)return t;if((this.config.groupDottedLines.length||this.config.dottedLines.length)&&!u.isNEU(e)&&typeof e==`string`&&(e.indexOf(`balkan_group_dotted_`)!=-1||e.indexOf(`balkan_dotted_`)!=-1)){e=e.replace(`balkan_group_dotted_`,``),e=e.replace(`balkan_dotted_`,``);var n=e.indexOf(`_balkan_id_`);if(e=e.substring(n+11),t=this.__get(e),t)return t}return null},u.prototype.__get=function(e){for(var t=0;t<this.config.nodes.length;t++)if(this.config.nodes[t].id==e)return this.config.nodes[t];return null},u.prototype.get=function(e){var t=this._get(e);return t==null?null:JSON.parse(JSON.stringify(t))},u.prototype.canRemove=function(e){var t=this.getNode(e);return!(!t||t.hasPartners||t.hasAssistants)},u===void 0&&(u={}),u.animate=function(e,t,n,r,i,a,o){var s=10,c=1,l=1,d=r/s+1,f;document.getElementsByTagName(`g`),Array.isArray(e)||(e=[e]),Array.isArray(t)||(t=[t]),Array.isArray(n)||(n=[n]);function p(){for(var p=0;p<e.length;p++)for(var m in n[p]){var h=u._arrayContains([`top`,`left`,`right`,`bottom`,`width`,`height`],m.toLowerCase())?`px`:``;switch(m.toLowerCase()){case`d`:var g=i((l*s-s)/r)*(n[p][m][0]-t[p][m][0])+t[p][m][0],_=i((l*s-s)/r)*(n[p][m][1]-t[p][m][1])+t[p][m][1];e[p].setAttribute(`d`,e[p].getAttribute(`d`)+` L`+g+` `+_);break;case`r`:var v=i((l*s-s)/r)*(n[p][m]-t[p][m])+t[p][m];e[p].setAttribute(`r`,v);break;case`x1`:var v=i((l*s-s)/r)*(n[p][m]-t[p][m])+t[p][m];e[p].setAttribute(`x1`,v);break;case`x2`:var v=i((l*s-s)/r)*(n[p][m]-t[p][m])+t[p][m];e[p].setAttribute(`x2`,v);break;case`y1`:var v=i((l*s-s)/r)*(n[p][m]-t[p][m])+t[p][m];e[p].setAttribute(`y1`,v);break;case`y2`:var v=i((l*s-s)/r)*(n[p][m]-t[p][m])+t[p][m];e[p].setAttribute(`y2`,v);break;case`scrolltop`:var v=i((l*s-s)/r)*(n[p][m]-t[p][m])+t[p][m];e[p].scrollTop=v;break;case`rotate3d`:if(n[p][m]){var y=t[p][m],b=n[p][m],x=[0,0,0,0];for(var S in y)x[S]=i((l*s-s)/r)*(b[S]-y[S])+y[S];e[p].style.transform=`rotate3d(`+x.toString()+`deg)`}break;case`transform`:if(n[p][m]){var y=t[p][m],b=n[p][m],x=[0,0,0,0,0,0];for(var S in y)x[S]=i((l*s-s)/r)*(b[S]-y[S])+y[S];e[p].hasAttribute(`transform`)?e[p].setAttribute(`transform`,`matrix(`+x.toString()+`)`):e[p].style.transform=`matrix(`+x.toString()+`)`}break;case`viewbox`:if(n[p][m]){var y=t[p][m],b=n[p][m],x=[0,0,0,0];for(var S in y)x[S]=i((l*s-s)/r)*(b[S]-y[S])+y[S];e[p].setAttribute(`viewBox`,x.toString())}break;case`margin`:if(n[p][m]){var y=t[p][m],b=n[p][m],x=[0,0,0,0];for(var S in y)x[S]=i((l*s-s)/r)*(b[S]-y[S])+y[S];for(var C=``,S=0;S<x.length;S++)C+=parseInt(x[S])+`px `;e[p]&&e[p].style&&(e[p].style[m]=C)}break;case`scrolly`:var v=i((l*s-s)/r)*(n[p][m]-t[p][m])+t[p][m];e[p].scrollTo(0,v);break;default:var v=i((l*s-s)/r)*(n[p][m]-t[p][m])+t[p][m];e[p]&&e[p].style&&(e[p].style[m]=v+h);break}}if(o){var v=i((l*s-s)/r);o(v)}l+=c,l>d+1&&(clearInterval(f),a&&a(e))}return f=setInterval(p,s),f},u.anim={},u.anim.inPow=function(e){return e<0?0:e>1?1:e**2},u.anim.outPow=function(e){var t=2;if(e<0)return 0;if(e>1)return 1;var n=t%2==0?-1:1;return n*((e-1)**t+n)},u.anim.inOutPow=function(e){var t=2;if(e<0)return 0;if(e>1)return 1;if(e*=2,e<1)return u.anim.inPow(e,t)/2;var n=t%2==0?-1:1;return n/2*((e-2)**t+n*2)},u.anim.inSin=function(e){return e<0?0:e>1?1:-Math.cos(Math.PI/2*e)+1},u.anim.outSin=function(e){return e<0?0:e>1?1:Math.sin(Math.PI/2*e)},u.anim.inOutSin=function(e){return e<0?0:e>1?1:-.5*(Math.cos(Math.PI*e)-1)},u.anim.inExp=function(e){return e<0?0:e>1?1:2**(10*(e-1))},u.anim.outExp=function(e){return e<0?0:e>1?1:-(2**(-10*e))+1},u.anim.inOutExp=function(e){return e<0?0:e>1?1:e<.5?.5*2**(10*(2*e-1)):.5*(-(2**(10*(-2*e+1)))+2)},u.anim.inCirc=function(e){return e<0?0:e>1?1:-(Math.sqrt(1-e*e)-1)},u.anim.outCirc=function(e){return e<0?0:e>1?1:Math.sqrt(1-(e-1)*(e-1))},u.anim.inOutCirc=function(e){return e<0?0:e>1?1:e<1?-.5*(Math.sqrt(1-e*e)-1):.5*(Math.sqrt(1-(2*e-2)*(2*e-2))+1)},u.anim.rebound=function(e){return e<0?0:e>1?1:e<1/2.75?1-7.5625*e*e:e<2/2.75?1-(7.5625*(e-1.5/2.75)*(e-1.5/2.75)+.75):e<2.5/2.75?1-(7.5625*(e-2.25/2.75)*(e-2.25/2.75)+.9375):1-(7.5625*(e-2.625/2.75)*(e-2.625/2.75)+.984375)},u.anim.inBack=function(e){return e<0?0:e>1?1:e*e*(2.70158*e-1.70158)},u.anim.outBack=function(e){return e<0?0:e>1?1:(e-1)*(e-1)*(2.70158*(e-1)+1.70158)+1},u.anim.inOutBack=function(e){return e<0?0:e>1?1:e<.5?.5*(4*e*e*(3.5949*2*e-2.5949)):.5*((2*e-2)*(2*e-2)*(3.5949*(2*e-2)+2.5949)+2)},u.anim.impulse=function(e){var t=2*e;return t*Math.exp(1-t)},u.anim.expPulse=function(e){return Math.exp(-2*e**2)},u===void 0&&(u={}),u.prototype._attachEventHandlers=function(e){if(this.config.interactive){var e=this.getSvg(),t=this;e.addEventListener(`touchstart`,function(e){e.preventDefault(),t._globalMouseDownHandler.apply(t,[this,e])},{passive:!1}),e.addEventListener(`mousedown`,function(e){t._globalMouseDownHandler.apply(t,[this,e])},{passive:!0}),e.addEventListener(`contextmenu`,function(e){t._globalContextHandler.apply(t,[this,e])},{passive:!1}),e.addEventListener(`dblclick`,function(e){t._globalDbClickHandler.apply(t,[this,e])},{passive:!0}),this.config.mouseScrool!=u.action.none&&e.addEventListener(`wheel`,function(e){t._mouseScrollHandler.apply(t,[this,e])},{passive:!1});var n=this.getMenuButton();n&&n.addEventListener(`click`,function(e){t._menuClickHandler.apply(t,[this,e])})}},u===void 0&&(u={}),u.VERSION=`9.1.86`,u.orientation={},u.orientation.top=0,u.orientation.bottom=1,u.orientation.right=2,u.orientation.left=3,u.orientation.top_left=4,u.orientation.bottom_left=5,u.orientation.right_top=6,u.orientation.left_top=7,u.anchor={top_right:`top_right`,right_top:`right_top`,bottom_right:`bottom_right`,right_bottom:`right_bottom`,top_left:`top_left`,left_top:`left_top`,bottom_left:`bottom_left`,left_bottom:`left_bottom`,top:`top`,bottom:`bottom`,left:`left`,right:`right`},u.align={},u.align.center=u.CENTER=8,u.align.orientation=u.ORIENTATION=9,u.attr={},u.attr.l=`data-l`,u.attr.id=`data-id`,u.attr.sl=`data-sl`,u.attr.lbl=`data-lbl`,u.attr.val=`data-val`,u.attr.tlbr=`data-tlbr`,u.attr.item=`data-item`,u.attr.layout=`data-layout`,u.attr.node_id=`data-n-id`,u.attr.link_id=`data-l-id`,u.attr.field_name=`data-f-name`,u.attr.c_link_to=`data-c-l-to`,u.attr.c_link_from=`data-c-l-from`,u.attr.s_link_to=`data-s-l-to`,u.attr.s_link_from=`data-s-l-from`,u.attr.control_add=`data-ctrl-add`,u.attr.control_expcoll_id=`data-ctrl-ec-id`,u.attr.control_up_id=`data-ctrl-up-id`,u.attr.control_export_menu=`data-ctrl-menu`,u.attr.control_node_menu_id=`data-ctrl-n-menu-id`,u.attr.control_node_circle_menu_id=`data-ctrl-n-c-menu-id`,u.attr.control_node_circle_menu_name=`data-ctrl-n-c-menu-name`,u.attr.control_node_circle_menu_wrraper_id=`data-ctrl-n-c-menu-wrapper-id`,u.attr.width=`data-width`,u.attr.text_overflow=`data-text-overflow`,u.ID=`id`,u.PID=`pid`,u.STPID=`stpid`,u.TAGS=`tags`,u.NODES=`nodes`,u.ELASTIC=`elastic`,u.ASSISTANT=`Assistant`,u.action={},u.action.expand=0,u.action.collapse=1,u.action.maximize=101,u.action.minimize=102,u.action.expandCollapse=501,u.action.edit=1,u.action.zoom=2,u.action.ctrlZoom=22,u.action.scroll=41,u.action.xScroll=3,u.action.yScroll=4,u.action.none=5,u.action.init=6,u.action.update=7,u.action.move=70,u.action.pan=8,u.action.centerNode=9,u.action.resize=10,u.action.insert=11,u.action.insertfirst=12,u.action.details=13,u.action.exporting=14,u.none=400001,u.scroll={},u.scroll.visible=!0,u.scroll.smooth=12,u.scroll.speed=120,u.scroll.safari={smooth:12,speed:250},u.match={},u.match.height=100001,u.match.width=100002,u.match.boundary=100003,u.match.boundaryIfOutside=100004,u.match.none=1,u.movable={},u.movable.node=`node`,u.movable.tree=`tree`,u.movable.detachTree=`detachTree`,u.layout={},u.layout.normal=u.normal=0,u.layout.mixed=u.mixed=1,u.layout.tree=u.tree=2,u.layout.treeLeftOffset=u.treeLeftOffset=3,u.layout.treeRightOffset=u.treeRightOffset=4,u.layout.treeLeft=5,u.layout.treeRight=6,u.layout.grid=-1,u.layout.treeList=-2,u.nodeOpenTag=`<g `+u.attr.node_id+`="{id}" style="opacity: {opacity}" transform="matrix(1,0,0,1,{x},{y})" class="{class}" `+u.attr.sl+`="{sl}" `+u.attr.l+`="{level}" {lcn}>`,u.linkOpenTag=`<g `+u.attr.link_id+`="[{id}][{child-id}]" class="{class}">`,u.expcollOpenTag=`<g `+u.attr.control_expcoll_id+`="{id}" transform="matrix(1,0,0,1,{x},{y})" style="cursor:pointer;">`,u.upOpenTag=`<g `+u.attr.control_up_id+`="{id}" transform="matrix(1,0,0,1,{x},{y})" style="cursor:pointer;">`,u.linkFieldsOpenTag=`<g transform="matrix(1,0,0,1,{x},{y}) rotate({rotate})">`,u.grCloseTag=`</g>`,u.A5={width:420,height:595},u.A4={width:595,height:842},u.A3={width:842,height:1191},u.A2={width:1191,height:1684},u.A1={width:1684,height:2384},u.Letter={width:612,height:791},u.Legal={width:612,height:1009},u.Legal={width:612,height:1009},u.Widescreen={width:720,height:1280},u.Standard={width:720,height:960},u.COLLAPSE_PARENT_NEIGHBORS=1,u.COLLAPSE_SUB_CHILDRENS=2,u.COLLAPSE_PARENT_SUB_CHILDREN_EXCEPT_CLICKED=3,u.TEXT_THRESHOLD=4e3,u.IMAGES_THRESHOLD=1e3,u.LINKS_THRESHOLD=2e3,u.BUTTONS_THRESHOLD=700,u.ANIM_THRESHOLD=500,u.IT_IS_LONELY_HERE=`<g transform="translate(-100, 0)" style="cursor:pointer;" `+u.attr.control_add+`="control-add"><text fill="#039be5">{link}</text></g>`,u.RES={},u.IT_IS_LONELY_HERE_LINK=u.RES.IT_IS_LONELY_HERE_LINK=`It's lonely here, add your first node`,u.FIRE_DRAG_NOT_CLICK_IF_MOVE=3,u.STRING_TAGS=!1,u.MAX_NODES_MESS=`The trial has expired or 200 nodes limit was reached! <br /><a style='color: #039BE5;' target='_blank' href='https://balkan.app/OrgChartJS/Docs/Evaluation'>See more</a>`,u.OFFLINE_MESS=`The evaluation version requires internet connection! <br /><a style='color: #039BE5;' target='_blank' href='https://balkan.app/OrgChartJS/Docs/Evaluation'>See more</a>`,u.SEARCH_PLACEHOLDER=`Search... type ? to get help.`,u.SEARCH_HELP_SYMBOL=`?`,u.SEARCH_CLOSE_RESULT_ON_ESCAPE_OR_CLICKOUTSIDE=!1,u.SEARCH_RESULT_LIMIT=10,u.IMPORT_MESSAGE=`Choose the columns (fields) in your data file that contain the required information.`,u.FIXED_POSITION_ON_CLICK=!1,u.RENDER_LINKS_BEFORE_NODES=!1,u.RENDER_CLINKS_BEFORE_NODES=!1,u.MIXED_LAYOUT_ALL_NODES=!1,u.MIXED_LAYOUT_FOR_NODES_WITH_COLLAPSED_CHILDREN=!1,u.MIXED_LAYOUT_IF_NUMBER_OF_CHILDREN_IS_MORE_THEN=1,u.LINK_ROUNDED_CORNERS=5,u.MOVE_STEP=5,u.CLINK_CURVE=1,u.MAX_DEPTH=200,u.SCALE_FACTOR=1.44,u.LAZY_LOADING_FACTOR=`auto`,u.LAZY_LOADING=!0,u.ARRAY_FIELDS=[`tags`],u.CSV_DELIMITER=`,`,u.EDITFORM_CLOSE_BTN=`<svg data-edit-from-close class="boc-edit-form-close"><path style="fill:#ffffff;" d="M21.205,5.007c-0.429-0.444-1.143-0.444-1.587,0c-0.429,0.429-0.429,1.143,0,1.571l8.047,8.047H1.111 C0.492,14.626,0,15.118,0,15.737c0,0.619,0.492,1.127,1.111,1.127h26.554l-8.047,8.032c-0.429,0.444-0.429,1.159,0,1.587 c0.444,0.444,1.159,0.444,1.587,0l9.952-9.952c0.444-0.429,0.444-1.143,0-1.571L21.205,5.007z"></path></svg>`,u.ESCAPE_HTML=!1,u.VERTICAL_CHILDREN_ASSISTANT=!1,u.EXPORT_PAGES_CUT_NODES=!1,u.RESET_MOVABLE_ONEXPANDCOLLAPSE=!1,u.FILTER_ALPHABETICALLY=!0,u.SERVER_PREFIX=`.azurewebsites.net/api/you-see-this-request-because-it-is-trial-version-of-orgchartjs`,u.FUNC_URL_NAME=`func-url-orgchartjs`,u.MINIMUM_SYMBOLS_IN_SEARCH_INPUT=1,u.AI_SYSTEM_MESSAGES=[],u.ORGSCRIBE_OFFSET=` `,u.TREELIST_WHEEL_STEP=`auto`,u.TREELIST_SCROLLBAR_WIDTH=10,u.CONVERT_IMAGES_TO_BASE64_BEFORE_EXPORT=!1,u.REQUEST_CUSTOM_HEADERS={},u.SLINK_GAP=7,u._intersects=function(e,t,n){var r=e.x-n.siblingSeparation/4,i=e.y,a=e.x+e.w+n.siblingSeparation/4,o=e.y;switch(n.orientation){case u.orientation.right:case u.orientation.right_top:case u.orientation.left:case u.orientation.left_top:r=e.x,i=e.y-n.siblingSeparation/4,a=e.x,o=e.y+e.h+n.siblingSeparation/4;break}var s=t.p,c=t.q,l=t.r,d=t.s,f=(a-r)*(d-c)-(l-s)*(o-i),p,m;return f===0?!1:(m=((d-c)*(l-r)+(s-l)*(d-i))/f,p=((i-o)*(l-r)+(a-r)*(d-i))/f,0<m&&m<1&&0<p&&p<1)},u._addPoint=function(e,t,n,r,i){switch(n.orientation){case u.orientation.top:case u.orientation.top_left:return u._addPointTop(e,t,n,r,i);case u.orientation.bottom:case u.orientation.bottom_left:return u._addPointBottom(e,t,n,r,i);case u.orientation.left:case u.orientation.left_top:return u._addPointLeft(e,t,n,r,i);case u.orientation.right:case u.orientation.right_top:return u._addPointRight(e,t,n,r,i)}},u._addPointTop=function(e,t,n,r,i){var a,o,s;return i==`left`?a=e.leftNeighbor?e.x+(e.leftNeighbor.x+e.leftNeighbor.w-e.x)/2:e.x-n.siblingSeparation/2:i==`right`&&(a=e.rightNeighbor?e.x+e.w+(e.rightNeighbor.x-(e.x+e.w))/2:e.x+e.w+n.siblingSeparation/2),t.push([a,t[t.length-1][1]]),t.push([a,e.y-n.levelSeparation/3]),o=t[t.length-1][1],s=a,r.p=a,r.q=o,r.r=s,r},u._addPointBottom=function(e,t,n,r,i){var a,o,s;return i==`left`?a=e.leftNeighbor?e.x+(e.leftNeighbor.x+e.leftNeighbor.w-e.x)/2:e.x-n.siblingSeparation/2:i==`right`&&(a=e.rightNeighbor?e.x+e.w+(e.rightNeighbor.x-(e.x+e.w))/2:e.x+e.w+n.siblingSeparation/2),t.push([a,t[t.length-1][1]]),t.push([a,e.y+e.h+n.levelSeparation/3]),o=t[t.length-1][1],s=a,r.p=a,r.q=o,r.r=s,r},u._addPointLeft=function(e,t,n,r,i){var a=t[t.length-1][0],o;i==`bottom`?o=e.rightNeighbor?e.y+e.h+(e.rightNeighbor.y-(e.y+e.h))/2:e.y+e.h+n.siblingSeparation/2:i==`top`&&(o=e.leftNeighbor?e.y+(e.leftNeighbor.y+e.leftNeighbor.h-e.y)/2:e.y-n.siblingSeparation/2),t.push([t[t.length-1][0],o]),t.push([e.x-n.levelSeparation/3,o]),a=t[t.length-1][0];var s=o;return r.p=a,r.q=o,r.s=s,r},u._addPointRight=function(e,t,n,r,i){var a=t[t.length-1][0],o;i==`bottom`?o=e.rightNeighbor?e.y+e.h+(e.rightNeighbor.y-(e.y+e.h))/2:e.y+e.h+n.siblingSeparation/2:i==`top`&&(o=e.leftNeighbor?e.y+(e.leftNeighbor.y+e.leftNeighbor.h-e.y)/2:e.y-n.siblingSeparation/2),t.push([t[t.length-1][0],o]),t.push([e.x+e.w+n.levelSeparation/3,o]),a=t[t.length-1][0];var s=o;return r.p=a,r.q=o,r.s=s,r},u._addConnectorLines=function(e,t){u._addConnectorLine(e,{x1:t.xa,y1:t.ya,x2:t.xb,y2:t.yb}),u._addConnectorLine(e,{x1:t.xb,y1:t.yb,x2:t.xc,y2:t.yc}),u._addConnectorLine(e,{x1:t.xc,y1:t.yc,x2:t.xd,y2:t.yd})},u._addConnectorLine=function(e,t){if(t.x1==t.x2){if(e.x[t.x1]||(e.x[t.x1]=[]),t.y1>t.y2){var n=t.y1;t.y1=t.y2,t.y2=n}e.x[t.x1].push({y1:t.y1,y2:t.y2})}if(t.y1==t.y2){if(e.y[t.y1]||(e.y[t.y1]=[]),t.x1>t.x2){var r=t.x1;t.x1=t.x2,t.x2=r}e.y[t.y1].push({x1:t.x1,x2:t.x2})}},u._addLineToPath=function(e,t,n){return u._avoidOverlapping(t,n),e.push([n.x1,n.y1]),e.push([n.x2,n.y2]),u._addConnectorLine(t,n),n},u._slinkRemoveUnusedPoints=function(e){for(var t=e.length-2;t>=1;t--){var n=e[t-1],r=e[t],i=e[t+1];(r[0]==n[0]&&r[0]==i[0]||r[1]==n[1]&&r[1]==i[1])&&e.splice(t,1)}},u._slinkAvoidOverlaping=function(e,t,n,r){for(var i=1;i<t.length;i++){var a=t[i-1],o=t[i];if(a[0]==o[0]){for(var s=e.x[o[0]];s;){var c=!0;for(var l of s)if(l.y1<=a[1]&&l.y2>=a[1]||l.y1<=o[1]&&l.y2>=o[1]){r==u.orientation.top||r==u.orientation.top_left?n==`left`?o[0]-=u.SLINK_GAP:n==`right`&&(o[0]+=u.SLINK_GAP):(r==u.orientation.bottom||r==u.orientation.bottom_left)&&(n==`right`?o[0]+=u.SLINK_GAP:n==`left`&&(o[0]-=u.SLINK_GAP)),c=!1;break}if(c)break;s=e.x[o[0]]}a[0]=o[0]}var d=!0;if(a[1]==o[1]&&a[0]>=o[0]&&(d=!1),d&&a[1]==o[1]){for(var s=e.y[o[1]];s;){var c=!0;for(var l of s)if(l.x1<=a[0]&&l.x2>=a[0]||l.x1<=o[0]&&l.x2>=o[0]){a[0]>=o[0]||(r==u.orientation.top||r==u.orientation.top_left?o[1]-=u.SLINK_GAP:(r==u.orientation.bottom||r==u.orientation.bottom_left)&&(o[1]+=u.SLINK_GAP),c=!1);break}if(c)break;s=e.y[o[1]]}a[1]=o[1]}d&&u._addConnectorLine(e,{x1:a[0],y1:a[1],x2:o[0],y2:o[1]})}},u._slinkAvoidOverlapingSecond=function(e,t,n){for(var r=1;r<t.length;r++){var i=t[r-1],a=t[r],o=!1;if(i[1]==a[1]){for(var s=e.y[a[1]];s;){var c=!0;for(var l of s)if(l.x1<=i[0]&&l.x2>=i[0]||l.x1<=a[0]&&l.x2>=a[0]){i[0]>=a[0]?(n==u.orientation.top||n==u.orientation.top_left?a[1]-=u.SLINK_GAP:(n==u.orientation.bottom||n==u.orientation.bottom_left)&&(a[1]+=u.SLINK_GAP),c=!1):o=!0;break}if(c)break;s=e.y[a[1]]}i[1]=a[1]}o||u._addConnectorLine(e,{x1:i[0],y1:i[1],x2:a[0],y2:a[1]})}},u._slinkAvoidOverlaping2=function(e,t,n,r){for(var i=1;i<t.length;i++){var a=t[i-1],o=t[i];if(a[1]==o[1]){for(var s=e.y[o[1]];s;){var c=!0;for(var l of s)if(l.x1<=a[0]&&l.x2>=a[0]||l.x1<=o[0]&&l.x2>=o[0]){r==u.orientation.left||r==u.orientation.left_top?n==`top`?o[1]-=u.SLINK_GAP:n==`bottom`&&(o[1]+=u.SLINK_GAP):(r==u.orientation.right||r==u.orientation.right_top)&&(n==`bottom`?o[1]+=u.SLINK_GAP:n==`top`&&(o[1]-=u.SLINK_GAP)),c=!1;break}if(c)break;s=e.y[o[1]]}a[1]=o[1]}var d=!0;if(a[0]==o[0]&&a[1]>=o[1]&&(d=!1),d&&a[0]==o[0]){for(var s=e.x[o[0]];s;){var c=!0;for(var l of s)if(l.y1<=a[1]&&l.y2>=a[1]||l.y1<=o[1]&&l.y2>=o[1]){a[1]>=o[1]||(r==u.orientation.left||r==u.orientation.left_top?o[0]-=u.SLINK_GAP:(r==u.orientation.right||r==u.orientation.right_top)&&(o[0]+=u.SLINK_GAP),c=!1);break}if(c)break;s=e.x[o[0]]}a[0]=o[0]}d&&u._addConnectorLine(e,{x1:a[0],y1:a[1],x2:o[0],y2:o[1]})}},u._slinkAvoidOverlapingSecond2=function(e,t,n){for(var r=1;r<t.length;r++){var i=t[r-1],a=t[r],o=!1;if(i[0]==a[0]){for(var s=e.x[a[0]];s;){var c=!0;for(var l of s)if(l.y1<=i[1]&&l.y2>=i[1]||l.y1<=a[1]&&l.y2>=a[1]){i[1]>=a[1]?(n==u.orientation.left||n==u.orientation.left_top?a[0]-=u.SLINK_GAP:(n==u.orientation.right||n==u.orientation.right_top)&&(a[0]+=u.SLINK_GAP),c=!1):o=!0;break}if(c)break;s=e.x[a[0]]}i[0]=a[0]}o||u._addConnectorLine(e,{x1:i[0],y1:i[1],x2:a[0],y2:a[1]})}},u.prototype.getSvg=function(){return this.element.querySelector(`svg`)},u.prototype.getPointerElement=function(){return this.element.querySelector(`g[data-pointer]`)},u.prototype.getNodeElement=function(e){return this.element.querySelector(`[`+u.attr.node_id+`='`+e+`']`)},u.prototype.getMenuButton=function(){return this.element.querySelector(`[`+u.attr.control_export_menu+`]`)},u.notifierUI=function(){},u.notifierUI.prototype.init=function(e){this.obj=e},u.notifierUI.prototype.show=function(e,t){if(e==null)return!1;e==1&&(e=u.MAX_NODES_MESS,t=`#FFCA28`),e==2&&(e=u.OFFLINE_MESS,t=`#FFCA28`);var n=document.createElement(`div`);n.innerHTML=e,Object.assign(n.style,{position:`absolute`,"background-color":t,color:`#ffffff`,padding:`15px`,"border-radius":`40px`,opacity:0,overflow:`hidden`,"white-space":`nowrap`,"text-align":`center`}),this.obj.element.appendChild(n);var r=this.obj.width()/2-n.offsetWidth/2,i=this.obj.height()/2-n.offsetHeight/2;n.style.left=r+`px`,n.style.top=i+`px`;var a=n.offsetWidth;return n.style.width=`20px`,u.animate(n,{opacity:0,width:10},{opacity:1,width:a},this.obj.config.anim.duration,this.obj.config.anim.func),!0},u===void 0&&(u={}),u.icon={},u.icon.png_export=u.icon.png_preview=u.icon.pngpreview=u.icon.png=function(e,t,n,r,i){return r??=0,i??=0,`<svg width="${e}" height="${t}" viewBox="0 0 550.801 550.801" x="${r}" y="${i}">
25
25
  <path fill="${n}" d="M146.747,276.708c0-13.998-9.711-22.352-26.887-22.352c-6.99,0-11.726,0.675-14.204,1.355v44.927 c2.932,0.676,6.539,0.896,11.52,0.896C135.449,301.546,146.747,292.28,146.747,276.708z"/>
26
26
  <path fill="${n}" d="M488.426,197.019H475.2v-63.816c0-0.398-0.063-0.799-0.116-1.202c-0.021-2.534-0.827-5.023-2.562-6.995L366.325,3.694 c-0.032-0.031-0.063-0.042-0.085-0.076c-0.633-0.707-1.371-1.295-2.151-1.804c-0.231-0.155-0.464-0.285-0.706-0.419 c-0.676-0.369-1.393-0.675-2.131-0.896c-0.2-0.056-0.38-0.138-0.58-0.19C359.87,0.119,359.037,0,358.193,0H97.2 c-11.918,0-21.6,9.693-21.6,21.601v175.413H62.377c-17.049,0-30.873,13.818-30.873,30.873v160.545 c0,17.043,13.824,30.87,30.873,30.87h13.224V529.2c0,11.907,9.682,21.601,21.6,21.601h356.4c11.907,0,21.6-9.693,21.6-21.601 V419.302h13.226c17.044,0,30.871-13.827,30.871-30.87v-160.54C519.297,210.838,505.47,197.019,488.426,197.019z M97.2,21.605 h250.193v110.513c0,5.967,4.841,10.8,10.8,10.8h95.407v54.108H97.2V21.605z M234.344,335.86v45.831h-31.601V229.524h40.184 l31.611,55.759c9.025,16.031,18.064,34.983,24.825,52.154h0.675c-2.257-20.103-2.933-40.643-2.933-63.44v-44.473h31.614v152.167 h-36.117l-32.516-58.703c-9.049-16.253-18.971-35.892-26.438-53.727l-0.665,0.222C233.906,289.58,234.344,311.027,234.344,335.86z M71.556,381.691V231.56c10.613-1.804,25.516-3.159,46.506-3.159c21.215,0,36.353,4.061,46.509,12.192 c9.698,7.673,16.255,20.313,16.255,35.219c0,14.897-4.959,27.549-13.999,36.123c-11.738,11.063-29.123,16.031-49.441,16.031 c-4.522,0-8.593-0.231-11.736-0.675v54.411H71.556V381.691z M453.601,523.353H97.2V419.302h356.4V523.353z M485.652,374.688 c-10.61,3.607-30.713,8.585-50.805,8.585c-27.759,0-47.872-7.003-61.857-20.545c-13.995-13.1-21.684-32.97-21.452-55.318 c0.222-50.569,37.03-79.463,86.917-79.463c19.644,0,34.783,3.829,42.219,7.446l-7.214,27.543c-8.369-3.617-18.752-6.55-35.458-6.55 c-28.656,0-50.341,16.256-50.341,49.22c0,31.382,19.649,49.892,47.872,49.892c7.895,0,14.218-0.901,16.934-2.257v-31.835h-23.493 v-26.869h56.679V374.688z"/>
27
27
  </svg>`},u.icon.pdf_export=u.icon.pdf_preview=u.icon.pdfpreview=u.icon.pdf=function(e,t,n,r,i){return r??=0,i??=0,`<svg width="${e}" height="${t}" viewBox="0 0 550.801 550.801" x="${r}" y="${i}">
@@ -284,4 +284,4 @@
284
284
 
285
285
  </div>
286
286
  </div>`,this.instance.leftElement.appendChild(this.element),this.instance.leftElement.style.display=`block`,u.input.init(this.element);var n=this.instance.leftElement.querySelector(`[data-boc-ai-close] svg`);n&&n.addEventListener(`click`,function(t){e.hide()}),this.inputElement=this.element.querySelector(`#`+t),this.btnSendElement=this.inputElement.parentNode.querySelector(`[data-boc-ai-send]`),this.messagesElement=this.element.querySelector(`[data-boc-ai-messages]`),this.inputElement.addEventListener(`input`,function(e){this.value?this.parentNode.querySelector(`.boc-ai-send`).classList.add(`boc-ai-send-cansend`):this.parentNode.querySelector(`.boc-ai-send`).classList.remove(`boc-ai-send-cansend`)}),this.element.querySelector(`[data-boc-ai-send]`).addEventListener(`click`,function(t){e.sendUserInput()}),this.inputElement.addEventListener(`keyup`,function(t){var n=window.event?window.event:t;switch(e.canSetContext||(e.canSetContext=!0,e.instance._ai.setContext()),n.key){case`Enter`:e.sendUserInput();break;case`ArrowUp`:var r=u.aiUI._getSuggestions();if(r.length){var i=r.indexOf(e.inputElement.value);i==-1?i=r.length-1:i--,i==-1&&(i=r.length-1),e.inputElement.value=r[i]}break;case`ArrowDown`:var r=u.aiUI._getSuggestions();if(r.length){var i=r.indexOf(e.inputElement.value);i==-1?i=0:i++,i==r.length&&(i=0),e.inputElement.value=r[i]}break;default:}})}},u.aiUI.prototype.addUserMessage=function(e){this.btnSendElement.classList.remove(`boc-ai-send-cansend`);var t=this.element.querySelector(`.boc-ai-start`);t&&(t.classList.remove(`boc-ai-start`),this.messagesElement.innerHTML=``);var n=document.createElement(`div`);n.classList.add(`boc-ai-user-message`),n.innerHTML=`<span class="boc-inner-user-message">${e}</span>`,this.messagesElement.appendChild(n)},u.aiUI.prototype.hide=function(){this.instance.leftElement.style.display=`none`,this.element&&=(this.element.parentNode.removeChild(this.element),null)},u.aiUI.prototype.sendUserInput=function(){var e=this;u.aiUI._addSuggestion(this.inputElement.value),this.addUserMessage(this.inputElement.value);var t=document.createElement(`div`);t.classList.add(`boc-ai-assistant-message`);var n=document.createElement(`span`);n.classList.add(`boc-inner-assistant-message`),t.appendChild(n),this.messagesElement.appendChild(t);var r=``;this.instance._ai.prompt(this.inputElement.value,function(t){r+=t,n.innerHTML=marked.parse(r);var i=e.element.querySelector(`.boc-ai-middle`);i.scrollTo(0,i.scrollHeight)}),this.inputElement.value=``},u.aiUI._addSuggestion=function(e){e=e.trim();var t=u.aiUI._getSuggestions(),n=t.indexOf(e);n!=-1&&t.splice(n,1),t.push(e),localStorage.setItem(`suggestions`,JSON.stringify(t))},u.aiUI._getSuggestions=function(){var e=localStorage.getItem(`suggestions`);return e=e?JSON.parse(e):[],e},u===void 0&&(u={}),u.events.on(`init`,function(e,t){if(e.config.keyNavigation&&(window.addEventListener(`keydown`,function(){e._windowKeyDownHandler.apply(e,[this,arguments[0]])}),u.isNEU(e._keyNavigationActiveNodeId)&&e.roots&&e.roots.length)){var n=e.roots[0].id;u.isNEU(e.config.keyNavigation.focusId)||(n=e.config.keyNavigation.focusId),e._keyNavigationActiveNodeId=n,e.center(e._keyNavigationActiveNodeId)}}),u.prototype._windowKeyDownHandler=function(e,t){for(var n=t.target,r=null;n&&n!=this.element;){if(n.hasAttribute&&n.hasAttribute(u.attr.node_id)){r=n.getAttribute(u.attr.node_id);break}n=n.parentNode}if(n){var i=r?this.getNode(r):null,a={node:i,data:r?this.get(r):null,event:t};if(u.events.publish(`key-down`,[this,a])!==!1&&i){if(t.code==`KeyF`)this.searchUI.find(``);else if(t.code==`ArrowRight`||i.isAssistant&&t.code==`ArrowDown`||i.isPartner&&t.code==`ArrowDown`){var o=this.getNode(i.pid);if(o){var s=o.childrenIds.indexOf(i.id);if(s++,s<o.childrenIds.length){var c=o.childrenIds[s];this._keyNavigationActiveNodeId=c,this.center(c)}}}else if(t.code==`ArrowLeft`){var o=this.getNode(i.pid);if(o){var s=o.childrenIds.indexOf(i.id);if(s--,s>=0){var c=o.childrenIds[s];this._keyNavigationActiveNodeId=c,this.center(c)}}}else if(t.code==`ArrowUp`){var o=this.getNode(i.pid);if(o){var c=o.id;if(i.isAssistant||o.hasAssistants||i.isPartner||o.hasPartners){var s=o.childrenIds.indexOf(i.id);s--,s>=0&&(c=o.childrenIds[s])}this._keyNavigationActiveNodeId=c,this.center(c)}}else if(t.code==`ArrowDown`)i.childrenIds.length&&(this._keyNavigationActiveNodeId=i.childrenIds[0],this.center(i.childrenIds[0]));else if(t.code==`Space`){var l=n.getAttribute(u.attr.node_id);this.toggleExpandCollapse(l,t);return}}}},u.events.on(`redraw`,function(e,t){e.config.keyNavigation&&u._keyNavigation(e)}),u.events.on(`click`,function(e,t){e.config&&e.config.keyNavigation&&(e._keyNavigationActiveNodeId=t.node.id,e.center(t.node.id))}),u._keyNavigation=function(e){var t=e.element.querySelector(`:focus`);if(t&&t.parentElement&&t.parentElement.hasAttribute(u.attr.node_id)){var n=t.parentElement,r=t,i=r.querySelector(`title`);i&&i.parentNode.removeChild(i),r.removeAttribute(`tabindex`)}if(!u.isNEU(e._keyNavigationActiveNodeId)){var n=e.getNodeElement(e._keyNavigationActiveNodeId);if(!(!n||!n.children.length)){var r=n.children[0];r.setAttribute(`tabindex`,2);var a={text:``,id:e._keyNavigationActiveNodeId};if(u.events.publish(`screen-reader-text`,[e,a]),!u.isNEU(a.text)){var i=document.createElementNS(`http://www.w3.org/2000/svg`,`title`);i.innerHTML=a.text,r.appendChild(i)}u.SEARCH_CLOSE_RESULT_ON_ESCAPE_OR_CLICKOUTSIDE&&e.searchUI.hide(),r.focus()}}},u.ui.css=function(){return`<style data-boc-styles>.boc-ai-form{height:100%;width:100%;box-shadow:rgba(0,0,0,.2) 0 6px 6px 0,rgba(0,0,0,.19) 0 13px 20px 0;display:flex;flex-direction:column;height:100%;width:400px}.boc-dark .boc-ai-form{color:#aeaeae}.boc-light .boc-ai-form{color:#757575}.boc-ai-messages{font-size:16px}@media screen and (max-width:500px){.boc-ai-form{width:100%}}.boc-dark .boc-ai-form{background-color:#252526}.boc-light .boc-ai-form{background-color:#fff}.boc-ai-button{font-size:32px;position:absolute;top:20px;left:20px;cursor:pointer;padding:12px;border-radius:50%;user-select:none}.boc-dark .boc-ai-button{color:#aeaeae}.boc-light .boc-ai-button{color:#757575}.boc-ai-button:hover{color:#fff;background-color:#039be5}.boc-ai-container{padding:0 14px;display:grid;grid-template-rows:40px auto 80px;gap:10px;height:100%}.boc-ai-container .boc-input input{padding-right:50px}.boc-ai-close{text-align:end;margin-top:20px}.boc-ai-close svg{cursor:pointer}.boc-ai-start{text-align:center;display:flex;justify-content:center;align-items:center;user-select:none}.boc-ai-start span{font-weight:700;font-size:32px;font:"Segoe UI",Arial,sans-serif;background:linear-gradient(90deg,#039be5 28%,#f57c00,#ffca28);color:transparent!important;background-clip:text;display:inline-block;padding:10px 0}.boc-ai-send.boc-ai-send-cansend{cursor:pointer;background-color:#039be5}.boc-ai-send.boc-ai-send-cansend:hover{background-color:#f57c00}.boc-ai-send.boc-ai-send-cansend:active{background-color:#ffca28}.boc-ai-send{background-color:transparent;position:absolute;right:7px;top:7px;width:38px;height:38px;border-radius:50%;text-align:center;background-repeat:no-repeat;background-position:center;background-size:20px 20px}.boc-ai-send svg{display:block;margin:auto;height:100%}.boc-ai-user-message{text-align:end;margin:14px 0}.boc-inner-user-message{padding:7px;border-radius:7px;display:inline-block}.boc-ai-middle{overflow-y:auto}.boc-ai-middle::-webkit-scrollbar{display:none}.boc-button{background-color:#039be5;cursor:pointer;width:calc(100%);height:50px;color:#fff;padding-top:5px;padding-left:7px;padding-right:7px;text-align:center;text-transform:uppercase;border:1px solid #3fc0ff;display:inline-block;border-radius:5px}.boc-button.orange{background-color:#f57c00;border:1px solid #ffa03e}.boc-button.yellow{background-color:#ffca28;border:1px solid #ffdf7c}.boc-button.lower{text-transform:unset}.boc-button.transparent{background-color:transparent}.boc-button:hover{background-color:#35afea}.boc-button.orange:hover{background-color:#f79632}.boc-button.yellow:hover{background-color:#ffd452}.boc-button:active{transform:matrix(.98,0,0,.98,0,0)}.boc-button-icon{text-align:initial;cursor:pointer;margin-bottom:15px;color:#039be5}.boc-dark .boc-button-icon:hover{background-color:#2d2d2d}.boc-light .boc-button-icon:hover{background-color:#ececec}.boc-button-icon>img{height:24px;width:24px;vertical-align:middle;padding:7px}.boc-button:focus{outline:0}.boc-button-icon>img{filter:invert(46%) sepia(66%) saturate(2530%) hue-rotate(171deg) brightness(95%) contrast(98%)}.boc-light .boc-button.transparent{color:#039be5}.boc-light .boc-button.transparent:hover{color:#fff}.boc-button-loading{background-color:transparent;cursor:pointer;width:calc(100% - 2px);height:50px;color:#fff;text-align:center;text-transform:uppercase;border:1px solid #027cb7;display:inline-block;display:flex;justify-content:center;align-items:center;display:none}.boc-button-loading .boc-loading-dots div{margin:0 10px}.boc-link-boc-button{position:absolute;right:10px;top:-1px}@media screen and (max-width:1000px){.boc-link-boc-button{right:50px}}[data-boc-input-disabled] .boc-link-boc-button{display:none}[dir=rtl] .boc-link-boc-button{left:10px;right:unset}.boc-img-button{width:48px;height:48px;cursor:pointer;border-radius:50%;background-color:#039be5;background-repeat:no-repeat;background-size:24px 24px;background-position:center center;margin:3px;display:inline-block}.boc-img-button:hover{background-color:#f57c00}.boc-checkbox{display:block;position:relative;padding-left:35px;margin-bottom:12px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.boc-checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.boc-checkbox-checkmark{position:absolute;top:0;left:0;height:25px;width:25px;border-radius:5px}.boc-dark [data-boc-input-disabled] .boc-checkbox-checkmark,.boc-dark [data-boc-input-disabled].boc-checkbox input:checked~.boc-checkbox-checkmark,.boc-light [data-boc-input-disabled] .boc-checkbox-checkmark,.boc-light [data-boc-input-disabled].boc-checkbox input:checked~.boc-checkbox-checkmark{background-color:#aeaeae!important}[data-boc-input-disabled].boc-checkbox{cursor:default}[dir=rtl] .boc-checkbox-checkmark{right:0}[dir=rtl] .boc-checkbox{padding-left:unset;padding-right:35px}.boc-dark .boc-checkbox-checkmark{background-color:#333;border:1px solid #5b5b5b}.boc-light .boc-checkbox-checkmark{background-color:#fff;border:1px solid #c7c7c7}.boc-dark .boc-checkbox:hover input~.boc-checkbox-checkmark{background-color:#3c3c3c}.boc-light .boc-checkbox:hover input~.boc-checkbox-checkmark{background-color:#f8f9f9}.boc-dark .boc-checkbox input:checked~.boc-checkbox-checkmark{background-color:#039be5}.boc-light .boc-checkbox input:checked~.boc-checkbox-checkmark{background-color:#039be5}.boc-checkbox-checkmark:after{content:"";position:absolute;display:none}.boc-checkbox input:checked~.boc-checkbox-checkmark:after{display:block}.boc-checkbox .boc-checkbox-checkmark:after{left:9px;top:5px;width:5px;height:10px;border:solid #fff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.boc-controls{display:flex;gap:7px;position:absolute}.boc-controls-top{left:unset;top:15px;right:50%;bottom:unset;transform:translateX(50%);flex-direction:row}.boc-controls-bottom{left:unset;top:unset;right:50%;bottom:15px;transform:translateX(50%);flex-direction:row}.boc-controls-left{left:15px;top:50%;right:unset;bottom:unset;transform:translateY(-50%);flex-direction:column}.boc-controls-right{left:unset;top:50%;right:15px;bottom:unset;transform:translateY(-50%);flex-direction:column}.boc-controls-bottom_right,.boc-controls-right_bottom{left:unset;top:unset;right:15px;bottom:15px;flex-direction:row}.boc-controls-right_bottom{flex-direction:column}.boc-controls-right_top,.boc-controls-top_right{left:unset;top:15px;right:15px;bottom:unset;flex-direction:row}.boc-controls-right_top{flex-direction:column}.boc-controls-bottom_left,.boc-controls-left_bottom{left:15px;top:unset;right:unset;bottom:15px;flex-direction:row}.boc-controls-left_bottom{flex-direction:column}.boc-controls-left_top,.boc-controls-top_left{left:15px;top:15px;right:unset;bottom:unset;flex-direction:row}.boc-controls-left_top{flex-direction:column}.boc-controls [data-control-id] svg{display:block;margin:0 auto}.boc-controls [data-control-id]{display:flex;align-items:center;cursor:pointer;width:60px;height:60px;border-radius:30px;box-shadow:0 4px 30px rgba(0,0,0,.1);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.boc-light .boc-controls [data-control-id]{background:rgba(255,255,255,.2);border:1px solid #c7c7c7}.boc-dark .boc-controls [data-control-id]{background:rgba(30,30,30,.2);border:1px solid #5b5b5b}.boc-controls [data-control-id]:hover{background-color:#0074e8}.boc-controls [data-control-id]:hover svg{filter:brightness(0) invert(1)}.boc-controls [data-control-id].boc-control-selected{background-color:#0074e8}.boc-controls [data-control-id].boc-control-selected svg{filter:brightness(0) invert(1)}.boc-filter{user-select:none}.boc-light .boc-filter{color:#757575}.boc-dark .boc-filter{color:#ccc}.boc-filter>div>div{display:inline-block;padding:3px 10px;cursor:pointer}.boc-filter-menu fieldset,.boc-filter>div,.filter-field-selected{border-radius:5px}.boc-filter-menu fieldset{overflow-y:auto;max-height:300px}.boc-filter>div.boc-filter-menu{padding:10px}.boc-light .boc-filter>div.boc-filter-menu,.boc-light .filter-field-selected{background-color:#f8f9f9}.boc-dark .boc-filter>div.boc-filter-menu,.boc-dark .filter-field-selected{background-color:#3c3c3c}.boc-light .boc-filter>div{background-color:#eee}.boc-dark .boc-filter>div{background-color:#333}.boc-form-perspective{transform-style:preserve-3d;perspective:500px;position:absolute;top:32px}.boc-form{box-shadow:rgba(0,0,0,.2) 0 6px 6px 0,rgba(0,0,0,.19) 0 13px 20px 0;padding:14px;transform-origin:top center;user-select:none;display:none;position:relative;max-height:calc(100vh - 100px);overflow-y:auto;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.boc-form-bottom{border-bottom-left-radius:unset;border-bottom-right-radius:unset;border-top-left-radius:5px;border-top-right-radius:5px}.boc-form .separator{margin:0 10px}@media screen and (max-width:1000px){.boc-form-perspective{min-width:100%;max-height:calc(100% - 32px);left:unset!important;right:unset!important;transform:none!important}.boc-form .set{max-height:calc(100vh - 74px)}.boc-form-fieldset{max-width:unset!important}}.boc-light .boc-form .separator{border-bottom:1px solid #c7c7c7}.boc-dark .boc-form .separator{border-bottom:1px solid #5b5b5b}.boc-light .boc-form{background-color:#fff}.boc-dark .boc-form{background-color:#252526}.boc-item{padding:6px 12px 6px 12px;display:flex;flex-direction:row}.boc-light .boc-form .boc-item.selected,.boc-light .boc-form .boc-item:hover{background-color:#0074e8;color:#fff}.boc-dark .boc-form .boc-item.selected,.boc-dark .boc-form .boc-item:hover{background-color:#094771;color:#fff}.boc-item.selected img,.boc-item:hover img{filter:invert(100%)}.boc-item.selected img{visibility:visible!important}.boc-form-fieldset{display:flex;flex-wrap:wrap;margin:0!important}.boc-form-field{flex:1 0 21%;margin:3px;min-width:200px}.boc-form-field-100{flex:1 0 96%;margin:3px;min-width:200px}.boc-input{position:relative}.boc-input>input,.boc-input>select{height:50px;padding:18px 10px 2px 9px;width:100%;box-sizing:border-box;border-style:solid;border-width:1px}.boc-input select{height:50px;padding:20px 5px 4px 5px}[data-boc-input-disabled].boc-input>input,[data-boc-input-disabled].boc-input>select{border-color:transparent!important}.boc-light [data-boc-input-disabled]>input,.boc-light [data-boc-input-disabled]>select{background-color:#fff!important}.boc-dark [data-boc-input-disabled]>input,.boc-dark [data-boc-input-disabled]>select{background-color:#252526!important}[data-boc-input-disabled]>select{appearance:none;padding-left:8px}.boc-input>label{display:inline-block;position:absolute;padding-left:10px;padding-right:10px;color:#acacac;cursor:text;-webkit-transition:all .1s ease-out;-moz-transition:all .1s ease-out;-ms-transition:all .1s ease-out;-o-transition:all .1s ease-out;transition:all .1 ease-out;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:initial;text-align:initial;white-space:nowrap}.boc-input>label{top:12px;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 14px)}.boc-input>label.focused,.boc-input>label.hasval{top:-1px}.boc-input>input,.boc-input>select{outline:0;border-radius:5px}.boc-dark .boc-input>label.focused,.boc-light .boc-input>label.focused{color:#039be5}.boc-dark .boc-input>input,.boc-dark .boc-input>select{color:#ccc;background-color:#333;border-color:#5b5b5b}.boc-light .boc-input>input,.boc-light .boc-input>select{color:#757575;background-color:#fff;border-color:#c7c7c7}.boc-light .boc-input>input:focus,.boc-light .boc-input>select:focus{border-color:#039be5;background-color:#f8f9f9}.boc-dark .boc-input>input:focus,.boc-dark .boc-input>select:focus{border-color:#039be5;background-color:#3c3c3c}.boc-dark .boc-input>input.boc-validation-error,.boc-dark .boc-input>select.boc-validation-error,.boc-light .boc-input>input.boc-validation-error,.boc-light .boc-input>select.boc-validation-error{border-color:#ca2a2a}.boc-dark .boc-validation-error-message,.boc-light .boc-validation-error-message{color:#ca2a2a}.boc-input select.multiple{height:initial}.boc-link{color:#039be5;cursor:pointer;text-decoration:underline}.boc-link:hover{color:#f57c00}.boc-dark ::-webkit-scrollbar,.boc-light ::-webkit-scrollbar{width:15px;height:15px}.boc-dark ::-webkit-scrollbar-corner{background:#1e1e1e}.boc-dark ::-webkit-scrollbar-track{background:#1e1e1e;border-left:1px solid #333;border-top:1px solid #333}.boc-dark ::-webkit-scrollbar-thumb{background:#424242}.boc-dark ::-webkit-scrollbar-thumb:hover{background:#4f4f4f}.boc-dark ::-webkit-scrollbar-thumb:active{background:#5e5e5e}.boc-light ::-webkit-scrollbar-corner{background:#fff}.boc-light ::-webkit-scrollbar-track{background:#fff;border-left:1px solid #ddd;border-top:1px solid #ddd}.boc-light ::-webkit-scrollbar-thumb{background:#c1c1c1}.boc-light ::-webkit-scrollbar-thumb:hover{background:#929292}.boc-light ::-webkit-scrollbar-thumb:active{background:#666}.boc-edit-form{position:fixed;top:0;right:0;height:100%;width:100%;box-shadow:rgba(0,0,0,.2) 0 6px 6px 0,rgba(0,0,0,.19) 0 13px 20px 0;display:flex;flex-direction:column;height:100%;width:400px}@media screen and (max-width:1000px){.boc-edit-form{width:100%}}.boc-dark .boc-edit-form{background-color:#252526}.boc-light .boc-edit-form{background-color:#fff}.boc-edit-form-header{height:200px;text-align:center;border-radius:10px}.export-service .boc-edit-form-header{border-radius:unset}.boc-edit-form-title{color:#fff;margin:0;padding:14px 17px 7px 17px}.boc-edit-form-avatar{border-radius:50%;width:150px;height:150px;position:absolute;top:75px;border:5px solid #fff;left:50%;transform:translateX(-50%);background-color:#cacaca;box-shadow:rgba(0,0,0,.2) 0 6px 6px 0,rgba(0,0,0,.19) 0 13px 20px 0}.boc-edit-form-close{position:absolute;right:14px;top:14px;width:34px;height:34px;cursor:pointer}.boc-edit-form-fields{flex-grow:1;overflow-y:auto;overflow-x:hidden}.boc-edit-form-fields-inner{margin:0 7px 20px 7px}.boc-ai-user-message{text-align:end;margin:14px 0}.boc-inner-user-message{padding:7px;border-radius:7px;display:inline-block}.dark .boc-inner-user-message{background-color:#333}.light .boc-inner-user-message{background-color:#f9f9f9}.boc-export-form{box-shadow:rgba(0,0,0,.2) 0 -6px 6px 0,rgba(0,0,0,.19) 0 -13px 20px 0;display:flex;flex-direction:column;height:100%;width:400px}.boc-dark .boc-export-form{color:#aeaeae;background-color:#252526}.boc-light .boc-export-form{color:#757575;background-color:#eee}@media screen and (max-width:500px){.boc-export-form{width:100%}}.boc-export-container{display:grid;grid-template-rows:40px auto;gap:10px;height:100%}.boc-export-page{width:100%;border:1px solid #aeaeae;display:flex;justify-content:center;align-items:center;user-select:none;position:relative}.boc-export-selected{border:1px solid #ffca28}.boc-export-middle{overflow-y:auto;overflow-x:hidden;padding:0 3px 0 0;margin-bottom:10px}.boc-export-btns-inner{padding-top:14px;display:flex;justify-content:space-between}.boc-export-left{justify-content:flex-start}.boc-export-right{justify-content:flex-end}.boc-export-left,.boc-export-right{user-select:none}.boc-export-select{position:absolute;top:0;left:0;text-align:center;width:100%}.boc-export-child-buttons{position:absolute;bottom:7px;left:7px;display:none}.boc-export-page:hover .boc-export-child-buttons{display:initial}.boc-export-parent-buttons{position:absolute;top:7px;left:7px;display:none}.boc-export-page:hover .boc-export-parent-buttons{display:initial}.boc-export-remove-buttons{position:absolute;bottom:7px;right:7px;display:none}.boc-export-page:hover .boc-export-remove-buttons{display:initial}.boc-export-child-buttons button,.boc-export-parent-buttons button{width:23px}.boc-export-profiletree-buttons{position:absolute;top:7px;right:7px;display:none}.boc-export-page:hover .boc-export-profiletree-buttons{display:initial}.boc-export-middle-inner{display:grid;gap:10px;margin:0 10px}.boc-export-btns-inner{margin:0 10px}.boc-chart-menu{opacity:0;display:inline-block;position:absolute;text-align:left;user-select:none;min-width:270px;box-shadow:rgba(0,0,0,.2) 0 4px 8px 0,rgba(0,0,0,.19) 0 6px 20px 0;font:13px/28px Helvetica,"Segoe UI",Arial,sans-serif;border-radius:10px}.boc-chart-menu>div:hover img{filter:invert(100%)}.boc-chart-menu [data-item]{text-align:start;padding:7px 10px}.boc-dark .boc-chart-menu [data-item]{background-color:#252526;color:#acacac;border-bottom:1px solid #333}.boc-dark .boc-chart-menu [data-item]:hover{background-color:#094771!important;color:#fff!important}.boc-dark .boc-chart-menu [data-item]:hover svg{filter:brightness(0) invert(1)}.boc-light .boc-chart-menu [data-item]{background-color:#fff;color:#333;border-bottom:1px solid #c7c7c7}.boc-light .boc-chart-menu [data-item]:hover{background-color:#0074e8!important;color:#fff!important}.boc-light .boc-chart-menu [data-item]:hover svg{filter:brightness(0) invert(1)}.boc-chart-menu [data-item] svg{vertical-align:middle}.boc-chart-menu [data-item]:first-child{border-top-left-radius:7px;border-top-right-radius:7px}.boc-chart-menu [data-item]:last-child{border-bottom-width:0;border-bottom-style:none;border-bottom-left-radius:7px;border-bottom-right-radius:7px}.boc-orgscribe-form{height:100%;width:100%;box-shadow:rgba(0,0,0,.2) 0 6px 6px 0,rgba(0,0,0,.19) 0 13px 20px 0;display:flex;flex-direction:column;height:100%;width:400px}@media screen and (max-width:500px){.boc-orgscribe-form{width:100%}}.boc-dark .boc-orgscribe-form{background-color:#252526}.boc-light .boc-orgscribe-form{background-color:#fff}.boc-orgscribe-container{padding:0 14px;display:grid;grid-template-rows:40px auto 10px;gap:10px;height:100%}.boc-orgscribe-container .boc-input input{padding-right:50px}.boc-orgscribe-close{text-align:end;margin-top:20px}.boc-orgscribe-close svg{cursor:pointer}.boc-orgscribe-txt{width:100%;height:100%;box-sizing:border-box;border-style:solid;border-width:1px;outline:0;border-radius:5px;font-size:24px}.boc-dark .boc-orgscribe-txt{color:#ccc;background-color:#333;border-color:#5b5b5b}.boc-light .boc-orgscribe-txt{color:#757575;background-color:#fff;border-color:#c7c7c7}.boc-search{position:absolute}@media screen and (max-width:500px){.boc-search{width:calc(100% - 30px);left:15px}}.boc-search .boc-input{margin-bottom:0}.boc-search-input{color:#7a7a7a;width:100%;border:none;outline:0;padding-top:10px;padding-right:47px}.boc-search-image-td{width:43px}.boc-search-text-td{padding-inline-end:7px;line-height:15px;text-align:start}.boc-search table{box-shadow:rgba(0,0,0,.2) 0 4px 8px 0,rgba(0,0,0,.19) 0 6px 20px 0;margin:0 3.5px 0 3.5px;width:calc(100% - 7px);border-radius:7px}.boc-search table tr:first-child td:first-child{border-top-left-radius:7px}.boc-search table tr:first-child td:last-child{border-top-right-radius:7px}[dir=rtl] .boc-search table tr:first-child td:first-child{border-top-left-radius:unset;border-top-right-radius:7px}[dir=rtl] .boc-search table tr:first-child td:last-child{border-top-right-radius:unset;border-top-left-radius:7px}.boc-search table tr:last-child td:first-child{border-bottom-left-radius:7px}.boc-search table tr:last-child td:last-child{border-bottom-right-radius:7px}[dir=rtl] .boc-search table tr:last-child td:first-child{border-bottom-left-radius:unset;border-bottom-right-radius:7px}[dir=rtl] .boc-search table tr:last-child td:last-child{border-bottom-right-radius:unset;border-bottom-left-radius:7px}.boc-dark .boc-search table{background-color:#252526;color:#acacac}.boc-search [data-search-item-id]{cursor:pointer}.boc-search-photo{margin:7px 7px 0 7px;width:32px;height:32px;background-size:cover;background-position:top center;border-radius:50%;display:inline-block;border:1px solid #8c8c8c}.boc-search [data-search-item-id]:hover .boc-link{color:#ffca28}.boc-search [data-search-item-id]:hover .boc-link:hover{color:#f57c00}.boc-dark .boc-search [data-search-item-id] td{border-top:1px solid #333}.boc-dark .boc-search [data-search-item-id]:hover,.boc-dark .boc-search [data-selected=yes]{background-color:#094771;color:#fff}.boc-light .boc-search table{background-color:#fff;color:#333}.boc-light .boc-search [data-search-item-id] td{border-top:1px solid #c7c7c7}.boc-light .boc-search [data-search-item-id]:hover,.boc-light .boc-search [data-selected=yes]{background-color:#0074e8;color:#fff}.boc-search [data-search-item-id]:first-child td{border-top:unset}.boc-ripple-container{position:absolute;top:0;right:0;bottom:0;left:0}.boc-drag-over rect{opacity:.5}.boc-ripple-container span{transform:scale(0);border-radius:100%;position:absolute;opacity:.75;background-color:#fff;animation:boc-ripple 1s}@-moz-keyframes boc-ripple{to{opacity:0;transform:scale(2)}}@-webkit-keyframes boc-ripple{to{opacity:0;transform:scale(2)}}@-o-keyframes boc-ripple{to{opacity:0;transform:scale(2)}}@keyframes boc-ripple{to{opacity:0;transform:scale(2)}}.boc-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.boc-slider:before{position:absolute;content:"";height:16px;width:16px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.4s}.boc-slider.round{border-radius:24px}.boc-slider.round:before{border-radius:50%}svg text:hover{cursor:default}svg.boc-cursor-grab,svg.boc-cursor-grab text:hover{cursor:grab}svg.boc-cursor-nodrop,svg.boc-cursor-nodrop text:hover{cursor:no-drop}svg.boc-cursor-copy,svg.boc-cursor-copy text:hover{cursor:copy}svg.boc-cursor-move,svg.boc-cursor-move text:hover{cursor:move}#boc-close-btn:focus,#boc-close-btn:hover{color:#000;text-decoration:none;cursor:pointer}#boc-id-select:focus{outline:.5px solid #aeaeae}#boc-sampleDialog #title:hover{cursor:default;background:gray}.boc-light{background-color:#fff;font:13px/28px Helvetica,"Segoe UI",Arial,sans-serif}.boc-dark{background-color:#1e1e1e;font:13px/28px Helvetica,"Segoe UI",Arial,sans-serif}.boc-dark input,.boc-dark select,.boc-light input,.boc-light select{font:16px Helvetica,"Segoe UI",Arial,sans-serif}.boc-dark h1,.boc-light h1{font-size:30px;line-height:1}.boc-light [data-boc-content]::backdrop{background-color:#fff}.boc-dark [data-boc-content]::backdrop{background-color:#1e1e1e}.boc-dark text,.boc-light text{user-select:none}.boc-edit-form{position:absolute;border-radius:10px}.export-service .boc-edit-form{border-radius:unset}.boc-dark .boc-edit-form{color:#acacac}.boc-light .boc-edit-form{color:#333}.boc-dark ::-webkit-calendar-picker-indicator{filter:invert(70%)}.boc-light ::-webkit-calendar-picker-indicator{filter:invert(50%)}.boc-edit-form-instruments{margin:42px 10px 0 10px;text-align:center;min-height:70px}.boc-img-button svg{position:relative;top:12px}.boc-light .boc-toolbar-container svg circle,.boc-light .boc-toolbar-container svg line,.boc-light .boc-toolbar-container svg path{stroke:#8c8c8c!important}.boc-dark .boc-toolbar-container svg circle,.boc-dark .boc-toolbar-container svg line,.boc-dark .boc-toolbar-container svg path{stroke:#8c8c8c!important}.boc-dark .boc-toolbar-container svg rect{fill:#252526!important}.boc-dark .boc-toolbar-container [data-tlbr=minus] svg{border-left:1px solid #5b5b5b!important;border-right:1px solid #5b5b5b!important;border-bottom:1px solid #5b5b5b!important}.boc-dark .boc-toolbar-container [data-tlbr=plus] svg{border-left:1px solid #5b5b5b!important;border-right:1px solid #5b5b5b!important;border-top:1px solid #5b5b5b!important}.boc-dark .boc-toolbar-container [data-tlbr]>svg{border:1px solid #5b5b5b!important;background-color:#252526!important}.boc-toolbar-layout{height:123px;padding-top:20px;position:absolute;width:100%;left:"0";bottom:"-145px"}.boc-light .boc-toolbar-layout{border-top:1px solid #c7c7c7;background-color:#f9f9f9}.boc-dark .boc-toolbar-layout{border-top:1px solid #5b5b5b;background-color:#2b2b2b}.boc-dotted-connector path{stroke-dasharray:7}.boc-undo-redo{position:absolute;top:23px;left:23px}@media screen and (max-width:500px){.boc-undo-redo{position:absolute;top:83px;left:23px}}.boc-light .boc-undo-redo path{fill:#cacaca}.boc-dark .boc-undo-redo path{fill:#5b5b5b}.boc-light .boc-undo-redo .boc-ur-clickable path{fill:#9c9c9c}.boc-dark .boc-undo-redo .boc-ur-clickable path{fill:#8c8c8c}.boc-undo-redo .boc-ur-clickable rect{cursor:pointer}.boc-undo-redo>span{position:relative;display:inline-block;user-select:none}.boc-undo-redo .boc-undo-i{left:-6px;top:-6px}.boc-undo-redo .boc-redo-i{right:-6px;bottom:6px}.boc-undo-redo>span>span{color:#fff;position:absolute;display:inline-block;min-width:20px;min-height:20px;border-radius:50%;line-height:20px;text-align:center;padding:1px;user-select:none;cursor:pointer}.boc-light .boc-undo-redo>span>span{background-color:#9c9c9c}.boc-dark .boc-undo-redo>span>span{background-color:#8c8c8c}.boc-dark .treelist-pinned{filter:brightness(1.2)}.boc-light .treelist-pinned{filter:brightness(.9)}.boc-light .boc-scroll{fill:#fff}.boc-light .boc-scroll-thumb{fill:#c1c1c1}.boc-light .boc-scroll-thumb:hover{fill:#929292}.boc-dark .boc-scroll{fill:#1e1e1e}.boc-dark .boc-scroll-thumb{fill:#424242}.boc-dark .boc-scroll-thumb:hover{fill:#4f4f4f}</style>`},u.input={},u.input._timeout=null,u.input.initWithTimeout=function(){u.input._timeout&&(clearTimeout(u.input._timeout),u.input._timeout=null),u.input._timeout=setTimeout(u.input.init,200)},u.input.init=function(e){for(var t=e?e.querySelectorAll(`[data-boc-input]`):document.querySelectorAll(`[data-boc-input]`),n=0;n<t.length;n++){var r=t[n],i=null;r.type&&r.type.toLowerCase()==`hidden`&&(i=r),i||=r.querySelector(`input`),i||=r.querySelector(`select`);var a=r.querySelector(`label`);a&&(i.value||i.type==`select-one`&&i.selectedOptions&&i.selectedOptions.length&&i.selectedOptions[0].value==``&&i.selectedOptions[0].innerHTML)&&a.classList.add(`hasval`),i.type.toLowerCase()!=`checkbox`&&i.addEventListener(`focus`,function(){this.classList.remove(`boc-validation-error`);var e=this.parentNode.querySelector(`label`);e.classList.add(`focused`);var t=e.querySelector(`.boc-validation-error-message`);t&&t.parentNode.removeChild(t)}),i.type.toLowerCase()!=`checkbox`&&i.addEventListener(`blur`,function(){u.input.blurHandler(this)})}},u.input.blurHandler=function(e){var t=e.parentNode.querySelector(`label`);t.classList.remove(`focused`),e.value||e.type==`date`?t.classList.add(`hasval`):t.classList.remove(`hasval`)},u.input.validate=function(e){var t=null;e.type&&e.type.toLowerCase()==`hidden`&&(t=e),t||=e.querySelector(`input`),t||=e.querySelector(`select`);var n=e.querySelector(`label`);if(t.classList.remove(`boc-validation-error`),n){var r=n.querySelector(`.boc-validation-error-message`);r&&r.parentNode.removeChild(r)}!t.selectedOptions&&t.value&&(t.value=t.value.trim());var i=e.getAttribute(`data-v-required`),a=e.getAttribute(`data-v-password`),o=e.getAttribute(`data-v-email`),s=e.getAttribute(`data-v-emails`);return i&&t.value==``?(n.innerHTML+=`<span class="boc-validation-error-message">&nbsp;`+i+`</span>`,t.classList.add(`boc-validation-error`),!1):a&&!u.input.validatePassword(t.value)?(n.innerHTML+=`<span class="boc-validation-error-message">&nbsp;`+a+`</span>`,t.classList.add(`boc-validation-error`),!1):o&&!u.input.isValidEmail(t.value)?(n.innerHTML+=`<span class="boc-validation-error-message">&nbsp;`+o+`</span>`,t.classList.add(`boc-validation-error`),!1):s&&!u.input.isValidEmails(t.value)?(n.innerHTML+=`<span class="boc-validation-error-message">&nbsp;`+s+`</span>`,t.classList.add(`boc-validation-error`),!1):!0},u.input.validateAndGetData=function(e){for(var t=e.querySelectorAll(`[data-boc-input]`),n=!0,r=0;r<t.length;r++){var i=t[r];u.input.validate(i)||(n=!1)}return n?u.input.getData(e):!1},u.input.getData=function(e){for(var t=e.querySelectorAll(`[data-binding]`),n={},r=0;r<t.length;r++){var i=t[r],a=i.getAttribute(`data-binding`);if(i.type.toLowerCase()==`checkbox`)n[a]=i.checked;else if(i.selectedOptions&&i.hasAttribute(`multiple`)){var o=i.selectedOptions;n[a]=Array.from(o).map(({value:e})=>e)}else n[a]=i.value}return n},u.input.validatePassword=function(e){return e&&=e.trim(),e.length<5||e.length>18?!1:e.indexOf(` `)==-1},u.input.isValidEmails=function(e){if(e)for(var t=e.split(`,`),n=0;n<t.length;n++){var r=t[n].trim();if(!u.input.isValidEmail(r))return!1}return!0},u.input.isValidEmail=function(e){return e&&=e.trim(),/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(String(e).toLowerCase())},u===void 0&&(u={}),u.prototype.onField=function(e){return this.on(`field`,function(t,n){return e.call(t,n)})},u.prototype.onInit=function(e){return this.on(`init`,function(t){return e.call(t)})},u.prototype.onRedraw=function(e){return this.on(`redraw`,function(t){return e.call(t)})},u.prototype.onUpdateNode=function(e){return this.on(`update`,function(t,n,r){var i={oldData:n,newData:r};return e.call(t,i)})},u.prototype.onUpdated=function(e){return this.on(`updated`,function(t){return e.call(t)})},u.prototype.onRemoveNode=function(e){return this.on(`remove`,function(t,n,r){var i={id:n,newPidsAndStpidsForIds:r};return e.call(t,i)})},u.prototype.onAddNode=function(e){return this.on(`add`,function(t,n){var r={data:n};return e.call(t,r)})},u.prototype.onDrop=function(e){return this.on(`drop`,function(t,n,r,i,a){var o={dragId:n,dropId:r,dragNodeElement:i,event:a};return e.call(t,o)})},u.prototype.onDrag=function(e){return this.on(`drag`,function(t,n,r,i){var a={dragId:n,event:r,nodeIds:i};return e.call(t,a)})},u.prototype.onExpandCollapseButtonClick=u.prototype.onExpandCollpaseButtonClick=function(e){return this.on(`expcollclick`,function(t,n,r,i){var a={collapsing:n,id:r,ids:i};return e.call(t,a)})},u.prototype.onExportStart=function(e){return this.on(`exportstart`,function(t,n){return e.call(t,n)})},u.prototype.onExportEnd=function(e){return this.on(`exportend`,function(t,n){return e.call(t,n)})},u.prototype.onNodeClick=function(e){return this.on(`click`,function(t,n){return e.call(t,n)})},u.prototype.onCanvasClick=function(e){return this.on(`canvas-click`,function(t,n){return e.call(t,n)})},u.prototype.onNodeDoubleClick=function(e){return this.on(`dbclick`,function(t,n){var r={data:n};return e.call(t,r)})},u.prototype.onAIToolCalls=function(e){return this.on(`ai-tool-calls`,function(t,n){return e.call(t,n)})},u.prototype._dragDropHandler=function(e,t,n){},u.prototype._movableHandler=function(e,t,n){},u===void 0&&(u={}),u._communityMessages=[],u._communityAlert=function(){var e=[];for(var t of u._communityMessages)e.includes(t)||e.push(t);if(e.length){var n=`The following methods and options are not supported in Community Edition:\n\n${e.join(`
287
- `)} \n\nDownload the Trial Edition if you want to use the features above.`;alert(n)}},u._communityMethod=function(e){u._communityMessages.push(e+` [method]`)},u.manager._community_createNodes=u.manager._createNodes,u.manager._createNodes=function(e){var t=e.manager.config,n=e.manager.layoutConfigs;return u._checkForUnsuportedFeatures(t,n),u.manager._community_createNodes(e)},u._checkForUnsuportedFeatures=function(e,t){for(var n of e.nodes){if(n.tags){var r=n.tags.indexOf(`assistant`);r>-1&&(u._communityMessages.push(`assistant [tag]`),n.tags.splice(r,1)),r=n.tags.indexOf(`partner`),r>-1&&(u._communityMessages.push(`partner [tag]`),n.tags.splice(r,1)),r=n.tags.indexOf(`left-partner`),r>-1&&(u._communityMessages.push(`left-partner [tag]`),n.tags.splice(r,1)),r=n.tags.indexOf(`right-partner`),r>-1&&(u._communityMessages.push(`right-partner [tag]`),n.tags.splice(r,1))}u.isNEU(n.stpid)||(u._communityMessages.push(`stpid [property]`),n.stpid=void 0)}for(var i in e.slinks&&e.slinks.length&&(u._communityMessages.push(`slinks [option]`),e.slinks=[]),e.clinks&&e.clinks.length&&(u._communityMessages.push(`clinks [option]`),e.clinks=[]),t){var a=t[i];a.layout!=u.layout.normal&&(u._communityMessages.push(`layout [option]`),a.layout=u.layout.normal)}},u.events.on(`init`,function(e,t){setTimeout(u._communityAlert,500)}),u._defaultConfig=function(e){for(var t of[`enableDragDrop`,`enableSearch`,`enableAI`,`keyNavigation`,`miniMap`,`controls`,`nodeMenu`,`nodeCircleMenu`,`nodeContextMenu`,`menu`,`toolbar`,`showXScroll`,`showYScroll`,`searchFields`,`searchDisplayField`,`searchFieldsWeight`,`searchFieldsAbbreviation`,`movable`,`serverUrl`,`state`,`editForm`,`showYScroll`,`showYScroll`,`filterBy`,`undoRedoStorageName`])e[t]&&u._communityMessages.push(t+` [option]`);return{interactive:!0,mode:`light`,lazyLoading:`auto`,enableDragDrop:!1,enableSearch:!1,enableAI:!1,enablePan:!0,keyNavigation:!1,miniMap:!1,controls:null,nodeMenu:null,nodeCircleMenu:null,nodeContextMenu:null,menu:null,toolbar:!1,nodeMouseClick:u.action.none,nodeMouseDbClick:u.action.none,mouseScrool:u.action.ctrlZoom,showXScroll:!1,showYScroll:!1,template:`ana`,tags:{},min:!1,nodeBinding:{},linkBinding:{},searchFields:null,searchDisplayField:null,searchFieldsWeight:null,searchFieldsAbbreviation:null,nodes:[],clinks:[],slinks:[],backdrops:[],groupDottedLines:[],dottedLines:[],undoRedoStorageName:null,levelSeparation:60,siblingSeparation:20,subtreeSeparation:40,backdropSeparation:15,mixedHierarchyNodesSeparation:15,assistantSeparation:100,minPartnerSeparation:50,partnerChildrenSplitSeparation:20,partnerNodeSeparation:15,columns:10,padding:30,orientation:u.orientation.top,layout:u.layout.normal,layoutGridColumns:`dynamic`,scaleInitial:u.match.boundaryIfOutside,movable:null,scaleMin:.1,scaleMax:5,orderBy:null,editUI:null,aiUI:null,orgScribeUI:null,powerPointPreviewUI:null,pdfPreviewUI:null,svgPreviewUI:null,pngPreviewUI:null,filterUI:null,searchUI:null,xScrollUI:null,yScrollUI:null,nodeMenuUI:null,controlsUI:null,nodeCircleMenuUI:null,nodeContextMenuUI:null,toolbarUI:null,notifierUI:null,menuUI:null,undoRedoUI:null,exportUrl:null,serverUrl:null,aiChatTools:[],collapse:{},expand:{},align:u.CENTER,UI:null,anim:{func:u.anim.outPow,duration:200},zoom:{speed:120,smooth:12},roots:null,state:null,editForm:null}},u.prototype.__mouseScrollHandlerTreeList=function(){},u.prototype._treeListUpdate=function(){},u.prototype._treeListIterate2=function(){},u.prototype._treeListSetPositions=function(){},u.prototype._treeListThumbMouseDownHandler=function(){},u.prototype._treeListExpandCollapseHandler=function(e){},u===void 0&&(u={}),u.local={},u.local._setPositions=function(e,t,n){u.local._walk(e,t),n()},u.local._walk=function(e,t){for(var n={minX:null,minY:null,maxX:null,maxY:null},r=[],i=[],a=0;a<e.length;a++){var o=u.local._getConfig(e[a],t);u.local._firstWalk(e[a],0,r,i,o)}for(var a=0;a<e.length;a++){var o=u.local._getConfig(e[a],t);u.local._secondWalk(e[a],0,0,0,r,n,o)}},u.local._firstWalk=function(e,t,n,r,i){var a=null;if(e.x=0,e.y=0,e._prelim=0,e._modifier=0,e.leftNeighbor=null,e.rightNeighbor=null,u.local._setLevelMaxNodeHeight(e,t,n,i),u.local._setNeighbors(e,t,r),!u.local._hasChildren(e)||t==u.MAX_DEPTH)if(a=u.local._getLeftSibling(e),a!=null){var o=i.siblingSeparation;e._prelim=a._prelim+u.local._nodeWithPartnersSize(a,i)+o}else e._prelim=0;else{for(var s of e.children)u.local._firstWalk(s,t+1,n,r,i);var c=u.local._fChild(e),l=e.children[e.children.length-1],d=c._prelim+(l._prelim-c._prelim)/2+u.local._leftMidPoint(l,i);if(d-=u.local._mid(e,i),a=u.local._getLeftSibling(e),a!=null){var o=i.siblingSeparation;e._prelim=a._prelim+u.local._nodeWithPartnersSize(a,i)+o,e._modifier=e._prelim-d,u.local._apportion(e,t,n,i)}else i.orientation<=3?e._prelim=d:e._prelim=0}},u.local._secondWalk=function(e,t,n,r,i,a,o){if(t<=u.MAX_DEPTH){var s=e._prelim+n,c=r,l=0,d=0;switch(l=i[t],d=u.local._getNodeHeight(e,o),e.x=s,e.y=c,o.orientation){case u.orientation.right:case u.orientation.right_top:case u.orientation.left:case u.orientation.left_top:var f=e.x;e.x=e.y,e.y=f;break}switch(o.orientation){case u.orientation.bottom:case u.orientation.bottom_left:e.y=-e.y-d;break;case u.orientation.right:case u.orientation.right_top:e.x=-e.x-d;break}if(u._setMinMaxXY(e,a,!0),e.children!=0){var p=o.levelSeparation;u.local._secondWalk(e.children[0],t+1,n+e._modifier,r+l+p,i,a,o)}var m=u.local._getRightSibling(e);m!=null&&u.local._secondWalk(m,t,n,r,i,a,o)}},u.local._lastWalk=function(e,t,n,r,i){e.x+=t+i[3]-r.minX,e.y+=n+i[0]-r.minY;for(var a of e.children)u.local._lastWalk(a,t,n,r,i)},u.local._apportion=function(e,t,n,r){for(var i=u.local._fChild(e),a=i.leftNeighbor,o=1,s=u.MAX_DEPTH-t;i!=null&&a!=null&&o<=s;){for(var c=0,l=0,d=i,f=a,p=0;p<o;p++)d=d.parent,f=f.parent,c+=d._modifier,l+=f._modifier;var m=r.subtreeSeparation;e.leftNeighbor&&e.parent==e.leftNeighbor.parent&&typeof e.leftNeighbor.id==`string`&&e.leftNeighbor.id.indexOf(`_sublevel_layout_`)!=-1&&(m=r.subtreeSeparation);var h=a._prelim+l+u.local._nodeWithPartnersSize(a,r)+m-(i._prelim+c);if(h>0){for(var g=e,_=0;g!=null&&g!=f;g=u.local._getLeftSibling(g))_++;if(g!=null){var v=e,y=h/_;for(typeof v.id==`string`&&v.id.indexOf(`_grid_pseudo_node_`)!=-1&&(y=0);v!=f;v=u.local._getLeftSibling(v))v._prelim+=h,v._modifier+=h,h-=y}}o++,i=u.local._hasChildren(i)?u.local._fChild(i):u.local._getLeftmost(e,0,o),i!=null&&(a=i.leftNeighbor)}},u.local._mixedTreeHeight=function(e){e.size+=u.local._getNodeHeight(e.node,e.config)+e.config.mixedHierarchyNodesSeparation;for(var t=0;t<e.node.children.length;t++)e.node=e.node.children[t],u.local._mixedTreeHeight(e)},u.local._setLevelMaxNodeHeight=function(e,t,n,r){n[t]??(n[t]=0);var i=u.local._getNodeHeight(e,r);n[t]<i&&(n[t]=i)},u.local._setNeighbors=function(e,t,n){n[t]&&n[t].id===e.id||(e.leftNeighbor=n[t],e.leftNeighbor!=null&&(e.leftNeighbor.rightNeighbor=e),n[t]=e)},u.local._nodeWithPartnersSize=function(e,t){switch(t.orientation){case u.orientation.top:case u.orientation.top_left:case u.orientation.bottom:case u.orientation.bottom_left:return e.w;case u.orientation.right:case u.orientation.right_top:case u.orientation.left:case u.orientation.left_top:return e.h}return 0},u.local._size=function(e,t){switch(t.orientation){case u.orientation.top:case u.orientation.top_left:case u.orientation.bottom:case u.orientation.bottom_left:return e.w;case u.orientation.right:case u.orientation.right_top:case u.orientation.left:case u.orientation.left_top:return e.h}return 0},u.local._leftMidPoint=function(e,t){switch(t.orientation){case u.orientation.top:case u.orientation.top_left:case u.orientation.bottom:case u.orientation.bottom_left:return e.w/2;case u.orientation.right:case u.orientation.right_top:case u.orientation.left:case u.orientation.left_top:return e.h/2}return 0},u.local._rightMidPoint=function(e,t){switch(t.orientation){case u.orientation.top:case u.orientation.top_left:case u.orientation.bottom:case u.orientation.bottom_left:return e.w/2;case u.orientation.right:case u.orientation.right_top:case u.orientation.left:case u.orientation.left_top:return e.h/2}return 0},u.local._mid=function(e,t){switch(t.orientation){case u.orientation.top:case u.orientation.top_left:case u.orientation.bottom:case u.orientation.bottom_left:return e.w/2;case u.orientation.right:case u.orientation.right_top:case u.orientation.left:case u.orientation.left_top:return e.h/2}return 0},u.local._getNodeHeight=function(e,t){switch(t.orientation){case u.orientation.top:case u.orientation.top_left:case u.orientation.bottom:case u.orientation.bottom_left:return e.h;case u.orientation.right:case u.orientation.right_top:case u.orientation.left:case u.orientation.left_top:return e.w}return 0},u.local._getLeftSibling=function(e){return e.leftNeighbor!=null&&e.leftNeighbor.parent==e.parent?e.leftNeighbor:null},u.local._getRightSibling=function(e){return e.rightNeighbor!=null&&e.rightNeighbor.parent==e.parent?e.rightNeighbor:null},u.local._getLeftmost=function(e,t,n){if(t>=n)return e;if(!u.local._hasChildren(e))return null;for(var r of e.children){var i=u.local._getLeftmost(r,t+1,n);if(i!=null)return i}return null},u.local._fChild=function(e){return e.children[0]},u.local._hasChildren=function(e){for(var t=0;t<e.children.length;t++)return!0;return!1},u.local._getConfig=function(e,t){return t[e.lcn?e.lcn:`base`]},u.editUI=function(){},u.editUI.prototype.init=function(){},u.editUI.prototype.on=function(e,t){return u._communityMethod(`editUI.on`),this},u.editUI.prototype.show=function(e,t,n){u._communityMethod(`editUI.show`)},u.editUI.prototype.setAvatar=function(e){u._communityMethod(`editUI.setAvatar`)},u.editUI.prototype.hide=function(e){},u.menuUI=function(){},u.menuUI.prototype.init=function(){},u.menuUI.prototype.showStickIn=function(){u._communityMethod(`menuUI.showStickIn`)},u.menuUI.prototype.show=function(){u._communityMethod(`menuUI.show`)},u.menuUI.prototype.isVisible=function(){u._communityMethod(`menuUI.isVisible`)},u.menuUI.prototype.hide=function(){},u.menuUI.prototype.on=function(){u._communityMethod(`menuUI.on`)},u.controlsUI=function(){},u.controlsUI.prototype.init=function(){},u.controlsUI.prototype.show=function(){u._communityMethod(`controlsUI.show`)},u.controlsUI.prototype.hide=function(){u._communityMethod(`controlsUI.hide`)},u.circleMenuUI=function(){},u.circleMenuUI.prototype.init=function(){},u.circleMenuUI.prototype.show=function(){u._communityMethod(`circleMenuUI.show`)},u.circleMenuUI.prototype.isVisible=function(){u._communityMethod(`circleMenuUI.isVisible`)},u.circleMenuUI.prototype.hide=function(){},u.circleMenuUI.prototype.on=function(){return u._communityMethod(`circleMenuUI.on`),this},u.toolbarUI=function(){},u.toolbarUI.expandAllIcon=``,u.toolbarUI.fitIcon=``,u.toolbarUI.openFullScreenIcon=``,u.toolbarUI.closeFullScreenIcon=``,u.toolbarUI.zoomInIcon=``,u.toolbarUI.zoomOutIcon=``,u.toolbarUI.layoutIcon=``,u.toolbarUI.prototype.init=function(){},u.toolbarUI.prototype.showLayout=function(){},u.toolbarUI.prototype.hideLayout=function(){},u.prototype.importCSV=function(){u._communityMethod(`importCSV`)},u.prototype.importXML=function(){u._communityMethod(`importXML`)},u.searchUI=function(){},u.searchUI.prototype.init=function(e){},u.searchUI.prototype._enterHandler=function(){u._communityMethod(`searchUI._enterHandler`)},u.searchUI.prototype.find=function(e){u._communityMethod(`searchUI.find`)},u.searchUI.prototype.addMatchTag=function(e){},u.searchUI.prototype.__search=function(){},u.searchUI.prototype._search=function(){},u.searchUI.prototype.helpView=function(){u._communityMethod(`searchUI.helpView`)},u.searchUI.createItem=function(e,t,n,r){u._communityMethod(`searchUI.createItem`)},u.searchUI.prototype.hide=function(){u._communityMethod(`searchUI.hide`)},u.searchUI.prototype.on=function(e,t){return u._communityMethod(`searchUI.on`),this},u.xScrollUI=function(e,t,n,r,i){this.config=t},u.xScrollUI.prototype.addListener=function(e){},u.xScrollUI.prototype.create=function(e){},u.xScrollUI.prototype.setPosition=function(){},u.yScrollUI=function(e,t,n,r,i){this.config=t},u.yScrollUI.prototype.addListener=function(e){},u.yScrollUI.prototype.create=function(e){},u.yScrollUI.prototype.setPosition=function(){},u===void 0&&(u={}),u.clinkLabelPosition=function(){},u.clinkCurve=function(){},u.prototype.addClink=function(){return u._communityMethod(`addClink`),this},u.prototype.removeClink=function(){return u._communityMethod(`removeClink`),this},u.clinkTemplates={},u.clinkTemplates.orange={defs:``,link:``,label:``},u.clinkTemplates.blue={defs:``,link:``,label:``},u.clinkTemplates.yellow={defs:``,link:``,label:``},u===void 0&&(u={}),u.prototype._slinks=function(){u._communityMethod(`_slinks`)},u.prototype.addSlink=function(){return u._communityMethod(`addSlink`),this},u.prototype.removeSlink=function(e,t){return u._communityMethod(`removeSlink`),this},u.slinkTemplates={},u.slinkTemplates.orange={defs:``,link:``,label:``,labelPosition:``},u.slinkTemplates.blue={defs:``,link:``,label:``,labelPosition:``},u.slinkTemplates.yellow={defs:``,link:``,label:``,labelPosition:``},u.orgScribeUI=function(){},u.orgScribeUI.prototype.init=function(e){},u.orgScribeUI.prototype.isVisible=function(){u._communityMethod(`orgScribeUI.isVisible`)},u.orgScribeUI.prototype.show=function(e,t){u._communityMethod(`orgScribeUI.show`)},u.orgScribeUI.prototype.hide=function(){u._communityMethod(`orgScribeUI.hide`)},u===void 0&&(u={}),u.prototype.undo=function(e){u._communityMethod(`undo`)},u.prototype.redo=function(e){u._communityMethod(`redo`)},u.prototype.clearRedo=function(){},u.prototype.clearUndo=function(){u._communityMethod(`clearUndo`)},u.prototype.undoStepsCount=function(){u._communityMethod(`undoStepsCount`)},u.prototype.redoStepsCount=function(){u._communityMethod(`redoStepsCount`)},u.prototype._putInUndoStack=function(){},u.prototype._putInRedoStack=function(){},u===void 0&&(u={}),u.undoRedoUI=function(){},u.undoRedoUI.prototype.init=function(e){},u.undoRedoUI.prototype.refresh=function(){u._communityMethod(`undoRedoUI.refresh`)},u.undoRedoUI.prototype.on=function(e,t){return u._communityMethod(`undoRedoUI.on`),this},u.undoRedoUI.prototype.onChange=function(e){u._communityMethod(`undoRedoUI.onChange`)},u.miniMap={},u.miniMap.colors=[],u.miniMap.selectorBackgroundColor=``,u.miniMap.backgroundColor=``,u.miniMap.focusStroke=``,u.miniMap.opacity=0,u.miniMap.border=``,u.miniMap.width=0,u.miniMap.height=0,u.miniMap.padding=0,u.miniMap.position={top:void 0,left:void 0,right:void 0,bottom:void 0},u.miniMap.draggable=!0,u.state={},u.state._buildStateNames=function(e){return{paramScale:e+`-scale`,paramX:e+`-x`,paramY:e+`-y`,paramExp:e+`-exp`,paramMin:e+`-min`,paramRoots:e+`-roots`,paramAdjustify:e+`-adjustify`}},u.state._put=function(e,t,n,r,i,a,o,s){},u.state._get=function(e,t,n,r){r(null)},u.state.clear=function(e){},u._search={},u._search.search=function(){u._communityMethod(`searchUI.search`)},u._search.addNodeToResult=function(){u._communityMethod(`searchUI.addNodeToResult`)},u._search.searchAndComputeScore=function(){u._communityMethod(`searchUI.searchAndComputeScore`)},u._search.searchIndexesOf=function(){u._communityMethod(`searchUI.searchIndexesOf`)},u.filterUI=function(){},u.filterUI.prototype.init=function(e){},u.filterUI.prototype.addFilterTag=function(e){},u.filterUI.prototype.show=function(e){u._communityMethod(`filterUI.show`)},u.filterUI.prototype.hide=function(){},u.filterUI.prototype._removeFilter=function(e){},u.filterUI.prototype.update=function(){},u.filterUI.prototype.on=function(e,t){u._communityMethod(`filterUI.on`)},u.filterUI.textFilterBy=``,u.filterUI.all=``,u.prototype.exportToPDFProfile=function(){u._communityMethod(`exportToPDFProfile`)},u.prototype.exportToVisio=function(){u._communityMethod(`exportToVisio`)},u.prototype.exportToPDF=function(){u._communityMethod(`exportToPDF`)},u.prototype.exportToPNG=function(){u._communityMethod(`exportToPNG`)},u.prototype.exportToSVG=function(){u._communityMethod(`exportToSVG`)},u.prototype.exportToPowerPoint=function(){u._communityMethod(`exportToPowerPoint`)},u.exportUI=function(){},u.exportUI.prototype.init=function(){},u.exportUI.prototype.show=function(e){u._communityMethod(`exportUI.show`)},u.exportUI.prototype.isVisible=function(){u._communityMethod(`exportUI.isVisible`)},u.exportUI.prototype.hide=function(){},u.exportUI.prototype.refresh=function(){u._communityMethod(`exportUI.refresh`)},u.exportUI.prototype.toggleLanscape=function(){u._communityMethod(`exportUI.toggleLanscape`)},u.exportUI.prototype.addPage=function(){u._communityMethod(`exportUI.addPage`)},u.exportUI.prototype.removePage=function(){u._communityMethod(`exportUI.removePage`)},u.exportUI.prototype.toggelePrintTreeOrProfile=function(){u._communityMethod(`exportUI.toggelePrintTreeOrProfile`)},u.exportUI.prototype.selectPage=function(e){u._communityMethod(`exportUI.selectPage`)};var d=u,f={divToEmployees:function(e){let t=[],n=1;function r(e,i){let a=n++,o={id:a};i!==void 0&&(o.pid=i),Array.from(e.attributes).forEach(e=>{let t=e.name.replace(`data-`,``),n=e.value;t===`assistant`||t===`partner`?n===`true`&&(o.tags||=[],o.tags.push(t)):o[t]=n}),t.push(o),Array.from(e.children).forEach(e=>{r(e,a)})}return Array.from(e.children).forEach(e=>r(e)),t}},p=function({children:e,title:t,name:r,photo:i,assistant:a,partner:o,...s}){return(0,n.jsx)(`div`,{...Object.keys(s).reduce((e,t)=>(e[`data-${t}`]=s[t],e),{}),"data-title":t,"data-name":r,"data-photo":i,"data-assistant":a,"data-partner":o,children:e})},m=(0,t.forwardRef)((e,r)=>{let i=(0,t.useRef)(null),a=(0,t.useRef)(null);return(0,t.useImperativeHandle)(r,()=>({get instance(){return a.current}})),(0,t.useEffect)(()=>{if(i.current&&!a.current){let t=f.divToEmployees(i.current),n=e?.data;t&&!n&&(n=t);let r={...e,nodes:n},o=new d(i.current,r);a.current=o,e.onUpdateNode&&o.onUpdateNode(e.onUpdateNode)}},[]),(0,t.useEffect)(()=>{a.current&&e.data},[e.data]),(0,n.jsx)(`div`,{ref:i,style:{width:`100%`,height:`600px`,...e?.style},children:e?.children})});m.displayName=`OrgChart`,e.Employee=p,e.OrgChart=m});
287
+ `)} \n\nDownload the Trial Edition if you want to use the features above.`;alert(n)}},u._communityMethod=function(e){u._communityMessages.push(e+` [method]`)},u.manager._community_createNodes=u.manager._createNodes,u.manager._createNodes=function(e){var t=e.manager.config,n=e.manager.layoutConfigs;return u._checkForUnsuportedFeatures(t,n),u.manager._community_createNodes(e)},u._checkForUnsuportedFeatures=function(e,t){for(var n of e.nodes){if(n.tags){var r=n.tags.indexOf(`assistant`);r>-1&&(u._communityMessages.push(`assistant [tag]`),n.tags.splice(r,1)),r=n.tags.indexOf(`partner`),r>-1&&(u._communityMessages.push(`partner [tag]`),n.tags.splice(r,1)),r=n.tags.indexOf(`left-partner`),r>-1&&(u._communityMessages.push(`left-partner [tag]`),n.tags.splice(r,1)),r=n.tags.indexOf(`right-partner`),r>-1&&(u._communityMessages.push(`right-partner [tag]`),n.tags.splice(r,1))}u.isNEU(n.stpid)||(u._communityMessages.push(`stpid [property]`),n.stpid=void 0)}for(var i in e.slinks&&e.slinks.length&&(u._communityMessages.push(`slinks [option]`),e.slinks=[]),e.clinks&&e.clinks.length&&(u._communityMessages.push(`clinks [option]`),e.clinks=[]),t){var a=t[i];a.layout!=u.layout.normal&&(u._communityMessages.push(`layout [option]`),a.layout=u.layout.normal)}},u.events.on(`init`,function(e,t){setTimeout(u._communityAlert,500)}),u._defaultConfig=function(e){for(var t of[`enableDragDrop`,`enableSearch`,`enableAI`,`keyNavigation`,`miniMap`,`controls`,`nodeMenu`,`nodeCircleMenu`,`nodeContextMenu`,`menu`,`toolbar`,`showXScroll`,`showYScroll`,`searchFields`,`searchDisplayField`,`searchFieldsWeight`,`searchFieldsAbbreviation`,`movable`,`serverUrl`,`state`,`editForm`,`showYScroll`,`showYScroll`,`filterBy`,`undoRedoStorageName`])e[t]&&u._communityMessages.push(t+` [option]`);return{interactive:!0,mode:`light`,lazyLoading:`auto`,enableDragDrop:!1,enableSearch:!1,enableAI:!1,enablePan:!0,keyNavigation:!1,miniMap:!1,controls:null,nodeMenu:null,nodeCircleMenu:null,nodeContextMenu:null,menu:null,toolbar:!1,nodeMouseClick:u.action.none,nodeMouseDbClick:u.action.none,mouseScrool:u.action.ctrlZoom,showXScroll:!1,showYScroll:!1,template:`ana`,tags:{},min:!1,nodeBinding:{},linkBinding:{},searchFields:null,searchDisplayField:null,searchFieldsWeight:null,searchFieldsAbbreviation:null,nodes:[],clinks:[],slinks:[],backdrops:[],groupDottedLines:[],dottedLines:[],undoRedoStorageName:null,levelSeparation:60,siblingSeparation:20,subtreeSeparation:40,backdropSeparation:15,mixedHierarchyNodesSeparation:15,assistantSeparation:100,minPartnerSeparation:50,partnerChildrenSplitSeparation:20,partnerNodeSeparation:15,columns:10,padding:30,orientation:u.orientation.top,layout:u.layout.normal,layoutGridColumns:`dynamic`,scaleInitial:u.match.boundaryIfOutside,movable:null,scaleMin:.1,scaleMax:5,orderBy:null,editUI:null,aiUI:null,orgScribeUI:null,powerPointPreviewUI:null,pdfPreviewUI:null,svgPreviewUI:null,pngPreviewUI:null,filterUI:null,searchUI:null,xScrollUI:null,yScrollUI:null,nodeMenuUI:null,controlsUI:null,nodeCircleMenuUI:null,nodeContextMenuUI:null,toolbarUI:null,notifierUI:null,menuUI:null,undoRedoUI:null,exportUrl:null,serverUrl:null,aiChatTools:[],collapse:{},expand:{},align:u.CENTER,UI:null,anim:{func:u.anim.outPow,duration:200},zoom:{speed:120,smooth:12},roots:null,state:null,editForm:null}},u.prototype.__mouseScrollHandlerTreeList=function(){},u.prototype._treeListUpdate=function(){},u.prototype._treeListIterate2=function(){},u.prototype._treeListSetPositions=function(){},u.prototype._treeListThumbMouseDownHandler=function(){},u.prototype._treeListExpandCollapseHandler=function(e){},u===void 0&&(u={}),u.local={},u.local._setPositions=function(e,t,n){u.local._walk(e,t),n()},u.local._walk=function(e,t){for(var n={minX:null,minY:null,maxX:null,maxY:null},r=[],i=[],a=0;a<e.length;a++){var o=u.local._getConfig(e[a],t);u.local._firstWalk(e[a],0,r,i,o)}for(var a=0;a<e.length;a++){var o=u.local._getConfig(e[a],t);u.local._secondWalk(e[a],0,0,0,r,n,o)}},u.local._firstWalk=function(e,t,n,r,i){var a=null;if(e.x=0,e.y=0,e._prelim=0,e._modifier=0,e.leftNeighbor=null,e.rightNeighbor=null,u.local._setLevelMaxNodeHeight(e,t,n,i),u.local._setNeighbors(e,t,r),!u.local._hasChildren(e)||t==u.MAX_DEPTH)if(a=u.local._getLeftSibling(e),a!=null){var o=i.siblingSeparation;e._prelim=a._prelim+u.local._nodeWithPartnersSize(a,i)+o}else e._prelim=0;else{for(var s of e.children)u.local._firstWalk(s,t+1,n,r,i);var c=u.local._fChild(e),l=e.children[e.children.length-1],d=c._prelim+(l._prelim-c._prelim)/2+u.local._leftMidPoint(l,i);if(d-=u.local._mid(e,i),a=u.local._getLeftSibling(e),a!=null){var o=i.siblingSeparation;e._prelim=a._prelim+u.local._nodeWithPartnersSize(a,i)+o,e._modifier=e._prelim-d,u.local._apportion(e,t,n,i)}else i.orientation<=3?e._prelim=d:e._prelim=0}},u.local._secondWalk=function(e,t,n,r,i,a,o){if(t<=u.MAX_DEPTH){var s=e._prelim+n,c=r,l=0,d=0;switch(l=i[t],d=u.local._getNodeHeight(e,o),e.x=s,e.y=c,o.orientation){case u.orientation.right:case u.orientation.right_top:case u.orientation.left:case u.orientation.left_top:var f=e.x;e.x=e.y,e.y=f;break}switch(o.orientation){case u.orientation.bottom:case u.orientation.bottom_left:e.y=-e.y-d;break;case u.orientation.right:case u.orientation.right_top:e.x=-e.x-d;break}if(u._setMinMaxXY(e,a,!0),e.children!=0){var p=o.levelSeparation;u.local._secondWalk(e.children[0],t+1,n+e._modifier,r+l+p,i,a,o)}var m=u.local._getRightSibling(e);m!=null&&u.local._secondWalk(m,t,n,r,i,a,o)}},u.local._lastWalk=function(e,t,n,r,i){e.x+=t+i[3]-r.minX,e.y+=n+i[0]-r.minY;for(var a of e.children)u.local._lastWalk(a,t,n,r,i)},u.local._apportion=function(e,t,n,r){for(var i=u.local._fChild(e),a=i.leftNeighbor,o=1,s=u.MAX_DEPTH-t;i!=null&&a!=null&&o<=s;){for(var c=0,l=0,d=i,f=a,p=0;p<o;p++)d=d.parent,f=f.parent,c+=d._modifier,l+=f._modifier;var m=r.subtreeSeparation;e.leftNeighbor&&e.parent==e.leftNeighbor.parent&&typeof e.leftNeighbor.id==`string`&&e.leftNeighbor.id.indexOf(`_sublevel_layout_`)!=-1&&(m=r.subtreeSeparation);var h=a._prelim+l+u.local._nodeWithPartnersSize(a,r)+m-(i._prelim+c);if(h>0){for(var g=e,_=0;g!=null&&g!=f;g=u.local._getLeftSibling(g))_++;if(g!=null){var v=e,y=h/_;for(typeof v.id==`string`&&v.id.indexOf(`_grid_pseudo_node_`)!=-1&&(y=0);v!=f;v=u.local._getLeftSibling(v))v._prelim+=h,v._modifier+=h,h-=y}}o++,i=u.local._hasChildren(i)?u.local._fChild(i):u.local._getLeftmost(e,0,o),i!=null&&(a=i.leftNeighbor)}},u.local._mixedTreeHeight=function(e){e.size+=u.local._getNodeHeight(e.node,e.config)+e.config.mixedHierarchyNodesSeparation;for(var t=0;t<e.node.children.length;t++)e.node=e.node.children[t],u.local._mixedTreeHeight(e)},u.local._setLevelMaxNodeHeight=function(e,t,n,r){n[t]??(n[t]=0);var i=u.local._getNodeHeight(e,r);n[t]<i&&(n[t]=i)},u.local._setNeighbors=function(e,t,n){n[t]&&n[t].id===e.id||(e.leftNeighbor=n[t],e.leftNeighbor!=null&&(e.leftNeighbor.rightNeighbor=e),n[t]=e)},u.local._nodeWithPartnersSize=function(e,t){switch(t.orientation){case u.orientation.top:case u.orientation.top_left:case u.orientation.bottom:case u.orientation.bottom_left:return e.w;case u.orientation.right:case u.orientation.right_top:case u.orientation.left:case u.orientation.left_top:return e.h}return 0},u.local._size=function(e,t){switch(t.orientation){case u.orientation.top:case u.orientation.top_left:case u.orientation.bottom:case u.orientation.bottom_left:return e.w;case u.orientation.right:case u.orientation.right_top:case u.orientation.left:case u.orientation.left_top:return e.h}return 0},u.local._leftMidPoint=function(e,t){switch(t.orientation){case u.orientation.top:case u.orientation.top_left:case u.orientation.bottom:case u.orientation.bottom_left:return e.w/2;case u.orientation.right:case u.orientation.right_top:case u.orientation.left:case u.orientation.left_top:return e.h/2}return 0},u.local._rightMidPoint=function(e,t){switch(t.orientation){case u.orientation.top:case u.orientation.top_left:case u.orientation.bottom:case u.orientation.bottom_left:return e.w/2;case u.orientation.right:case u.orientation.right_top:case u.orientation.left:case u.orientation.left_top:return e.h/2}return 0},u.local._mid=function(e,t){switch(t.orientation){case u.orientation.top:case u.orientation.top_left:case u.orientation.bottom:case u.orientation.bottom_left:return e.w/2;case u.orientation.right:case u.orientation.right_top:case u.orientation.left:case u.orientation.left_top:return e.h/2}return 0},u.local._getNodeHeight=function(e,t){switch(t.orientation){case u.orientation.top:case u.orientation.top_left:case u.orientation.bottom:case u.orientation.bottom_left:return e.h;case u.orientation.right:case u.orientation.right_top:case u.orientation.left:case u.orientation.left_top:return e.w}return 0},u.local._getLeftSibling=function(e){return e.leftNeighbor!=null&&e.leftNeighbor.parent==e.parent?e.leftNeighbor:null},u.local._getRightSibling=function(e){return e.rightNeighbor!=null&&e.rightNeighbor.parent==e.parent?e.rightNeighbor:null},u.local._getLeftmost=function(e,t,n){if(t>=n)return e;if(!u.local._hasChildren(e))return null;for(var r of e.children){var i=u.local._getLeftmost(r,t+1,n);if(i!=null)return i}return null},u.local._fChild=function(e){return e.children[0]},u.local._hasChildren=function(e){for(var t=0;t<e.children.length;t++)return!0;return!1},u.local._getConfig=function(e,t){return t[e.lcn?e.lcn:`base`]},u.editUI=function(){},u.editUI.prototype.init=function(){},u.editUI.prototype.on=function(e,t){return u._communityMethod(`editUI.on`),this},u.editUI.prototype.show=function(e,t,n){u._communityMethod(`editUI.show`)},u.editUI.prototype.setAvatar=function(e){u._communityMethod(`editUI.setAvatar`)},u.editUI.prototype.hide=function(e){},u.menuUI=function(){},u.menuUI.prototype.init=function(){},u.menuUI.prototype.showStickIn=function(){u._communityMethod(`menuUI.showStickIn`)},u.menuUI.prototype.show=function(){u._communityMethod(`menuUI.show`)},u.menuUI.prototype.isVisible=function(){u._communityMethod(`menuUI.isVisible`)},u.menuUI.prototype.hide=function(){},u.menuUI.prototype.on=function(){u._communityMethod(`menuUI.on`)},u.controlsUI=function(){},u.controlsUI.prototype.init=function(){},u.controlsUI.prototype.show=function(){u._communityMethod(`controlsUI.show`)},u.controlsUI.prototype.hide=function(){u._communityMethod(`controlsUI.hide`)},u.circleMenuUI=function(){},u.circleMenuUI.prototype.init=function(){},u.circleMenuUI.prototype.show=function(){u._communityMethod(`circleMenuUI.show`)},u.circleMenuUI.prototype.isVisible=function(){u._communityMethod(`circleMenuUI.isVisible`)},u.circleMenuUI.prototype.hide=function(){},u.circleMenuUI.prototype.on=function(){return u._communityMethod(`circleMenuUI.on`),this},u.toolbarUI=function(){},u.toolbarUI.expandAllIcon=``,u.toolbarUI.fitIcon=``,u.toolbarUI.openFullScreenIcon=``,u.toolbarUI.closeFullScreenIcon=``,u.toolbarUI.zoomInIcon=``,u.toolbarUI.zoomOutIcon=``,u.toolbarUI.layoutIcon=``,u.toolbarUI.prototype.init=function(){},u.toolbarUI.prototype.showLayout=function(){},u.toolbarUI.prototype.hideLayout=function(){},u.prototype.importCSV=function(){u._communityMethod(`importCSV`)},u.prototype.importXML=function(){u._communityMethod(`importXML`)},u.searchUI=function(){},u.searchUI.prototype.init=function(e){},u.searchUI.prototype._enterHandler=function(){u._communityMethod(`searchUI._enterHandler`)},u.searchUI.prototype.find=function(e){u._communityMethod(`searchUI.find`)},u.searchUI.prototype.addMatchTag=function(e){},u.searchUI.prototype.__search=function(){},u.searchUI.prototype._search=function(){},u.searchUI.prototype.helpView=function(){u._communityMethod(`searchUI.helpView`)},u.searchUI.createItem=function(e,t,n,r){u._communityMethod(`searchUI.createItem`)},u.searchUI.prototype.hide=function(){u._communityMethod(`searchUI.hide`)},u.searchUI.prototype.on=function(e,t){return u._communityMethod(`searchUI.on`),this},u.xScrollUI=function(e,t,n,r,i){this.config=t},u.xScrollUI.prototype.addListener=function(e){},u.xScrollUI.prototype.create=function(e){},u.xScrollUI.prototype.setPosition=function(){},u.yScrollUI=function(e,t,n,r,i){this.config=t},u.yScrollUI.prototype.addListener=function(e){},u.yScrollUI.prototype.create=function(e){},u.yScrollUI.prototype.setPosition=function(){},u===void 0&&(u={}),u.clinkLabelPosition=function(){},u.clinkCurve=function(){},u.prototype.addClink=function(){return u._communityMethod(`addClink`),this},u.prototype.removeClink=function(){return u._communityMethod(`removeClink`),this},u.clinkTemplates={},u.clinkTemplates.orange={defs:``,link:``,label:``},u.clinkTemplates.blue={defs:``,link:``,label:``},u.clinkTemplates.yellow={defs:``,link:``,label:``},u===void 0&&(u={}),u.prototype._slinks=function(){u._communityMethod(`_slinks`)},u.prototype.addSlink=function(){return u._communityMethod(`addSlink`),this},u.prototype.removeSlink=function(e,t){return u._communityMethod(`removeSlink`),this},u.slinkTemplates={},u.slinkTemplates.orange={defs:``,link:``,label:``,labelPosition:``},u.slinkTemplates.blue={defs:``,link:``,label:``,labelPosition:``},u.slinkTemplates.yellow={defs:``,link:``,label:``,labelPosition:``},u.orgScribeUI=function(){},u.orgScribeUI.prototype.init=function(e){},u.orgScribeUI.prototype.isVisible=function(){u._communityMethod(`orgScribeUI.isVisible`)},u.orgScribeUI.prototype.show=function(e,t){u._communityMethod(`orgScribeUI.show`)},u.orgScribeUI.prototype.hide=function(){u._communityMethod(`orgScribeUI.hide`)},u===void 0&&(u={}),u.prototype.undo=function(e){u._communityMethod(`undo`)},u.prototype.redo=function(e){u._communityMethod(`redo`)},u.prototype.clearRedo=function(){},u.prototype.clearUndo=function(){u._communityMethod(`clearUndo`)},u.prototype.undoStepsCount=function(){u._communityMethod(`undoStepsCount`)},u.prototype.redoStepsCount=function(){u._communityMethod(`redoStepsCount`)},u.prototype._putInUndoStack=function(){},u.prototype._putInRedoStack=function(){},u===void 0&&(u={}),u.undoRedoUI=function(){},u.undoRedoUI.prototype.init=function(e){},u.undoRedoUI.prototype.refresh=function(){u._communityMethod(`undoRedoUI.refresh`)},u.undoRedoUI.prototype.on=function(e,t){return u._communityMethod(`undoRedoUI.on`),this},u.undoRedoUI.prototype.onChange=function(e){u._communityMethod(`undoRedoUI.onChange`)},u.miniMap={},u.miniMap.colors=[],u.miniMap.selectorBackgroundColor=``,u.miniMap.backgroundColor=``,u.miniMap.focusStroke=``,u.miniMap.opacity=0,u.miniMap.border=``,u.miniMap.width=0,u.miniMap.height=0,u.miniMap.padding=0,u.miniMap.position={top:void 0,left:void 0,right:void 0,bottom:void 0},u.miniMap.draggable=!0,u.state={},u.state._buildStateNames=function(e){return{paramScale:e+`-scale`,paramX:e+`-x`,paramY:e+`-y`,paramExp:e+`-exp`,paramMin:e+`-min`,paramRoots:e+`-roots`,paramAdjustify:e+`-adjustify`}},u.state._put=function(e,t,n,r,i,a,o,s){},u.state._get=function(e,t,n,r){r(null)},u.state.clear=function(e){},u._search={},u._search.search=function(){u._communityMethod(`searchUI.search`)},u._search.addNodeToResult=function(){u._communityMethod(`searchUI.addNodeToResult`)},u._search.searchAndComputeScore=function(){u._communityMethod(`searchUI.searchAndComputeScore`)},u._search.searchIndexesOf=function(){u._communityMethod(`searchUI.searchIndexesOf`)},u.filterUI=function(){},u.filterUI.prototype.init=function(e){},u.filterUI.prototype.addFilterTag=function(e){},u.filterUI.prototype.show=function(e){u._communityMethod(`filterUI.show`)},u.filterUI.prototype.hide=function(){},u.filterUI.prototype._removeFilter=function(e){},u.filterUI.prototype.update=function(){},u.filterUI.prototype.on=function(e,t){u._communityMethod(`filterUI.on`)},u.filterUI.textFilterBy=``,u.filterUI.all=``,u.prototype.exportToPDFProfile=function(){u._communityMethod(`exportToPDFProfile`)},u.prototype.exportToVisio=function(){u._communityMethod(`exportToVisio`)},u.prototype.exportToPDF=function(){u._communityMethod(`exportToPDF`)},u.prototype.exportToPNG=function(){u._communityMethod(`exportToPNG`)},u.prototype.exportToSVG=function(){u._communityMethod(`exportToSVG`)},u.prototype.exportToPowerPoint=function(){u._communityMethod(`exportToPowerPoint`)},u.exportUI=function(){},u.exportUI.prototype.init=function(){},u.exportUI.prototype.show=function(e){u._communityMethod(`exportUI.show`)},u.exportUI.prototype.isVisible=function(){u._communityMethod(`exportUI.isVisible`)},u.exportUI.prototype.hide=function(){},u.exportUI.prototype.refresh=function(){u._communityMethod(`exportUI.refresh`)},u.exportUI.prototype.toggleLanscape=function(){u._communityMethod(`exportUI.toggleLanscape`)},u.exportUI.prototype.addPage=function(){u._communityMethod(`exportUI.addPage`)},u.exportUI.prototype.removePage=function(){u._communityMethod(`exportUI.removePage`)},u.exportUI.prototype.toggelePrintTreeOrProfile=function(){u._communityMethod(`exportUI.toggelePrintTreeOrProfile`)},u.exportUI.prototype.selectPage=function(e){u._communityMethod(`exportUI.selectPage`)};var d=u,f={divToEmployees:function(e){let t=[],n=1;function r(e,i){let a=n++,o={id:a};i!==void 0&&(o.pid=i),Array.from(e.attributes).forEach(e=>{let t=e.name.replace(`data-`,``),n=e.value;t===`assistant`||t===`partner`?n===`true`&&(o.tags||=[],o.tags.push(t)):o[t]=n}),t.push(o),Array.from(e.children).forEach(e=>{r(e,a)})}return Array.from(e.children).forEach(e=>r(e)),t}},p=function({children:e,title:t,name:r,photo:i,assistant:a,partner:o,...s}){return(0,n.jsx)(`div`,{...Object.keys(s).reduce((e,t)=>(e[`data-${t}`]=s[t],e),{}),"data-title":t,"data-name":r,"data-photo":i,"data-assistant":a,"data-partner":o,children:e})},m=(0,t.forwardRef)((e,r)=>{let i=(0,t.useRef)(null),a=(0,t.useRef)(null);return(0,t.useEffect)(()=>{if(i.current&&!a.current){let t=f.divToEmployees(i.current),n=e?.data;t&&!n&&(n=t);let o={...e,nodes:n},s=new d(i.current,o);a.current=s,typeof r==`function`?r(s):r&&(r.current=s),e.onUpdateNode&&s.onUpdateNode(e.onUpdateNode)}},[]),(0,t.useEffect)(()=>{a.current&&e.data&&e.data.length>0&&a.current.load(e.data)},[e.data]),(0,n.jsx)(`div`,{ref:i,style:{width:`100%`,height:`600px`,...e?.style},children:e?.children})});e.Employee=p,e.OrgChartReact=m});
package/package.json CHANGED
@@ -53,6 +53,8 @@
53
53
  "type": "git",
54
54
  "url": "git+https://github.com/BALKANGraph/OrgChartReact-Community.git"
55
55
  },
56
- "dependencies": {},
57
- "version": "9.1.82"
56
+ "dependencies": {
57
+ "balkan-orgchart-js-community": "^9.1.86"
58
+ },
59
+ "version": "9.1.86"
58
60
  }
package/readme.md CHANGED
@@ -32,34 +32,98 @@ yarn add balkan-orgchart-react
32
32
 
33
33
 
34
34
 
35
+
36
+
37
+
35
38
  ## Declarative Usage
36
39
 
37
40
  ```js
38
41
 
39
42
 
40
- import {OrgChart, Employee} from "balkan-orgchart-react";
43
+ import { OrgChartReact, Employee } from 'balkan-orgchart-react-community';
41
44
 
42
- function App() {
43
- return (
44
- <>
45
- <OrgChart nodeBinding={{ field_0: 'name', field_1: 'title' }} >
45
+ export const ChartExample = () => {
46
+ return <OrgChartReact nodeBinding={{ field_0: 'name', field_1: 'title' }} style={{width: '100%', height: '100%'}} enableSearch={false}>
46
47
  <Employee name='Denny Curtis' title='CEO'>
47
48
  <Employee name='Lexie Cole' title='QA Lead'></Employee>
48
49
  <Employee name='Janae Barrett' title='Technical Director'></Employee>
49
50
  <Employee name='Aaliyah Webb' title='Assistant' assistant={true}></Employee>
50
51
  </Employee>
51
- </OrgChart>
52
- </>
53
- )
52
+ </OrgChartReact>
53
+ }
54
+
55
+
56
+ ```
57
+
58
+
59
+ ## Load form JSON
60
+
61
+ ```js
62
+
63
+ import {OrgChartReact} from 'balkan-orgchart-react-community';
64
+
65
+ export const ChartExample = () => {
66
+ const [jsonData, setJsonData] = useState([]);
67
+
68
+ useEffect(() => {
69
+ fetch('/data.json')
70
+ .then((response) => response.json())
71
+ .then((data) => {
72
+ setJsonData(data)
73
+ })
74
+ .catch((error) => {
75
+ console.error('Error loading data:', error)
76
+ })
77
+ }, []);
78
+
79
+ return <OrgChartReact style={{width: '100%', height: '100%'}} data={jsonData} nodeBinding={{ field_0: 'name', field_1: 'title' }} enableSearch={false}></OrgChartReact>
54
80
  }
55
81
 
56
- export default App
57
82
 
58
83
  ```
59
84
 
60
85
 
61
86
 
62
87
 
88
+ ## API Call
89
+
90
+
91
+ ```js
92
+
93
+ import { OrgChartReact, Employee } from 'balkan-orgchart-react-community';
94
+
95
+ export const ChartExample = () => {
96
+ const chartRef = useRef<OrgChartJS>(null);
97
+
98
+ const handleExport = () => {
99
+ if (chartRef.current) {
100
+ chartRef.current.exportToPDF();
101
+ }
102
+ };
103
+
104
+ return (
105
+ <>
106
+ <button onClick={handleExport} style={{ fontSize: "24px"}}>Export PDF</button>
107
+
108
+ <OrgChartReact ref={chartRef} nodeBinding={{ field_0: "name", field_1: "title" }} style={{width: '100%', height: '100%'}} enableSearch={false}>
109
+ <Employee name="Denny Curtis" title="CEO">
110
+ <Employee name="Lexie Cole" title="QA Lead" />
111
+ <Employee name="Janae Barrett" title="Technical Director" />
112
+ <Employee name="Aaliyah Webb" title="Assistant" assistant />
113
+ </Employee>
114
+ </OrgChartReact>
115
+ </>
116
+ );
117
+ };
118
+
119
+
120
+ ```
121
+
122
+
123
+ You can call any API method from [here](https://balkan.app/OrgChartJS/API/classes/OrgChart)
124
+
125
+
126
+
63
127
  <br>
64
128
 
65
129
  <br>