@milaboratories/uikit 2.2.16 → 2.2.17

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @milaboratories/uikit
2
2
 
3
+ ## 2.2.17
4
+
5
+ ### Patch Changes
6
+
7
+ - e3d4cd0: Added PlAgGridColumnManager component and fixed a bug in useSortable that caused the drag element to move without the handle class.
8
+
3
9
  ## 2.2.16
4
10
 
5
11
  ### Patch Changes
package/dist/pl-uikit.js CHANGED
@@ -7976,12 +7976,12 @@ function Am(n, e) {
7976
7976
  }, o = v(() => t.options()), s = e.shakeBuffer ?? 10, r = e.reorderDelay ?? 100;
7977
7977
  function i(b) {
7978
7978
  const C = e.handle ? this.querySelector(e.handle) : null;
7979
- C && !C.contains(b.target) || (this.classList.remove(De.animate), this.classList.add(De.item), t.item = {
7979
+ C && (C && !C.contains(b.target) || (this.classList.remove(De.animate), this.classList.add(De.item), t.item = {
7980
7980
  el: this,
7981
7981
  y: b.y,
7982
7982
  dy: 0,
7983
7983
  orderChanged: !1
7984
- });
7984
+ }));
7985
7985
  }
7986
7986
  function l(b) {
7987
7987
  const C = t.options();
@@ -18,4 +18,4 @@
18
18
  black ${h}px,
19
19
  black ${_}px,
20
20
  transparent 100%
21
- )`}function l(){const a=n.value;if(!a)return;const d=[r(a),s(a)].filter(c=>c!==null);a.style.setProperty("-webkit-mask-image",d.join(",")),a.style.setProperty("mask-image",d.join(",")),d.length>1&&(a.style.setProperty("-webkit-mask-composite","source-in"),a.style.setProperty("mask-composite","source-in"))}const i=vt(l);e.onMounted(l),q(window,"scroll",i,!0),q(window,"resize",i,!0)}function on(n,t){No(()=>{K(e.unref(n),o=>{$o(o,()=>t(o))})}),e.onUnmounted(()=>{K(e.unref(n),o=>{To(o)})})}const we={item:"sortable__item",animate:"sortable__animate"},it=n=>n.getBoundingClientRect().y,nn=n=>{const{y:t,height:o}=n.getBoundingClientRect();return t+Math.ceil(o/2)},cc=n=>{const{y:t,height:o}=n.getBoundingClientRect();return t+o};function pc(n,t){const o={item:void 0,options(){var h;return[...((h=n.value)==null?void 0:h.children)??[]]}},r=e.computed(()=>o.options()),s=t.shakeBuffer??10,l=t.reorderDelay??100;function i(h){const _=t.handle?this.querySelector(t.handle):null;_&&!_.contains(h.target)||(this.classList.remove(we.animate),this.classList.add(we.item),o.item={el:this,y:h.y,dy:0,orderChanged:!1})}function a(h){const _=o.options();return _.slice(0,_.indexOf(h))}function d(h){const _=o.options();return _.slice(_.indexOf(h)+1)}function c(h,_){const E=o.options().filter(x=>x!==_),v=E.indexOf(h);return E.splice(v,0,_),E}function p(h,_){const E=o.options().filter(x=>x!==_),v=E.indexOf(h);return E.splice(v+1,0,_),E}function u(h,_){h.dy=_-h.y,h.el.style.setProperty("transform",`translateY(${h.dy}px)`)}function k(h){var b;if(!o.item)return;const{el:_}=o.item;if(!_.isConnected){o.item=void 0;return}const E=h.map(M=>it(M)),v=it(_);(b=n.value)==null||b.replaceChildren(...h);const x=it(_),z=h.map(M=>it(M)),S=[];for(let M=0;M<z.length;M++){const B=h[M];if(B===o.item.el)continue;const f=z[M],y=E[M]-f;B.style.transform=`translateY(${y}px)`,S.push(B)}const D=x-v;o.item.y=o.item.y+D,o.item.dy=o.item.dy-D,o.item.orderChanged=!0,o.item.el.style.setProperty("transform",`translateY(${o.item.dy}px)`),S.forEach(M=>M.classList.remove(we.animate)),requestAnimationFrame(function(){S.forEach(M=>{M.classList.add(we.animate),M.style.transform="",M.addEventListener("transitionend",()=>{M.classList.remove(we.animate)})})})}q(window,"mousemove",h=>{if(!o.item)return;const{el:_}=o.item;u(o.item,h.y);const E=it(o.item.el),v=cc(o.item.el),x=a(_),z=d(_);x.forEach(S=>{const D=nn(S);E+s<D&&k(c(S,_))}),z.forEach(S=>{const D=nn(S);v-s>D&&k(p(S,_))})}),q(window,"mouseup",()=>{if(!o.item)return;const{el:h,orderChanged:_}=o.item;h.classList.add(we.animate),h.style.removeProperty("transform"),h.addEventListener("transitionend",()=>{h.classList.remove(we.animate,we.item)}),setTimeout(()=>{if(!_)return;const E=o.options().map(x=>Number(x.getAttribute("data-index"))),v=n.value;if(v){for(const x of o.options())v.removeChild(x);r.value.forEach(x=>{v.appendChild(x)})}t.onChange(E)},l),o.item=void 0}),e.watchEffect(()=>{r.value.forEach((h,_)=>{h.removeEventListener("mousedown",i),h.addEventListener("mousedown",i),h.setAttribute("data-index",String(_))})})}function uc(n,t){let o;e.onMounted(()=>{o=setInterval(n,t)}),e.onUnmounted(()=>clearInterval(o))}function mc(n,t,o){const r=e.reactive({data:Nt.deepClone(t(n.value)),changed:!1});return e.watch(()=>r.data,s=>{r.changed?o(Nt.deepClone(s)):r.changed=!0},{deep:!0}),e.watch(n,s=>{Object.assign(r,{data:Nt.deepClone(t(s)),changed:!1})},{deep:!0,immediate:!0}),r}function fc(n){const t=e.reactive({isLoading:!1,result:void 0,error:void 0,async run(...o){this.isLoading=!0,this.error=void 0;try{this.result=await n(...o)}catch(r){this.error=r}finally{this.isLoading=!1}},debounce(o,r=1e3){return Bn(()=>{const s=o();this.run(...s).catch(console.error)},r)}});return t.run=t.run.bind(t),t}function hc(n,t){function o(i,a){const d=e.unref(n);if(!d)return;const c=`translate(${a.x-i.x}px, ${a.y-i.y}px)`;d.style.setProperty("transform",c),t(a)}function r(i){const a=d=>o(i,d);document.addEventListener("mousemove",a),document.addEventListener("mouseup",()=>{const d=e.unref(n);document.removeEventListener("mousemove",a),d&&(d.style.setProperty("transition","all .3s ease-in-out"),d.style.removeProperty("transform"),d.addEventListener("transitionend",()=>{d.style.removeProperty("transition")}))},{once:!0})}function s(){var i;(i=e.unref(n))==null||i.addEventListener("mousedown",r)}function l(){var i;(i=e.unref(n))==null||i.removeEventListener("mousedown",r)}e.onMounted(s),e.onUnmounted(l)}const gc={class:"ui-slider__wrapper"},yc={class:"ui-slider__label-section"},kc={key:0,class:"text-s"},bc={class:"ui-slider__base"},_c={class:"ui-slider__container"},wc={class:"ui-slider__container ui-slider__container-thumb"},Vc=["data-percent"],xc=["data-percent"],Bc=["data-percent"],Cc={key:0,class:"ui-slider__error"},Ec=e.defineComponent({__name:"SliderRangeTriple",props:{modelValue:{},min:{default:0},max:{},step:{default:1},label:{default:void 0},helper:{default:void 0},error:{default:void 0},mode:{default:"text"},measure:{default:"%"},breakpoints:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(n,{emit:t}){const o=e.useSlots(),r=t,s=n,l=e.reactive({deltaValue1:0,deltaValue2:0,deltaValue3:0}),i=e.ref(),a=e.ref(),d=e.ref(),c=e.ref(),p=e.computed(()=>s.max-s.min),u=e.computed(()=>s),k=eo(u),h=e.computed(()=>G((s.modelValue[0]??0)+l.deltaValue1,s.min,s.max)),_=e.computed(()=>G((s.modelValue[1]??0)+l.deltaValue2,s.min,s.max)),E=e.computed(()=>G((s.modelValue[2]??0)+l.deltaValue3,s.min,s.max)),v=e.computed(()=>{const g=s.modelValue;if(!(Array.isArray(g)&&g.length===3&&g.every(H=>Number.isFinite(H))))return"Expected model [number, number, number]";const F=[];return[...s.modelValue].forEach(H=>{H>s.max&&F.push(`Max model value must be lower than max props ${s.max}.`),H<s.min&&F.push("Min model value must be greater than max props.")}),F.length>0?F.join(" "):s.error}),x=e.computed(()=>(h.value-s.min)/p.value),z=e.computed(()=>(_.value-s.min)/p.value),S=e.computed(()=>(E.value-s.min)/p.value),D=e.computed(()=>y()),b=e.computed(()=>({right:D.value[0]+"%",left:100-D.value[2]+"%"})),M=e.computed(()=>({right:Math.ceil((1-x.value)*100)+"%"})),B=e.computed(()=>({right:Math.ceil((1-z.value)*100)+"%"})),f=e.computed(()=>({right:Math.ceil((1-S.value)*100)+"%"}));me(a,g=>{var $;K(($=e.unref(i))==null?void 0:$.getBoundingClientRect(),F=>{const{dx:H}=g;l.deltaValue1=H/F.width*p.value,a.value&&C(a.value,s.modelValue[0],l.deltaValue1),g.stop&&(A([T(h.value),T(_.value),T(E.value)]),l.deltaValue1=0)})}),me(d,g=>{var $;K(($=e.unref(i))==null?void 0:$.getBoundingClientRect(),F=>{const{dx:H}=g;l.deltaValue2=H/F.width*p.value,d.value&&C(d.value,s.modelValue[1],l.deltaValue2),g.stop&&(A([T(h.value),T(_.value),T(E.value)]),l.deltaValue2=0)})}),me(c,g=>{var $;K(($=e.unref(i))==null?void 0:$.getBoundingClientRect(),F=>{const{dx:H}=g;l.deltaValue3=H/F.width*p.value,c.value&&C(c.value,s.modelValue[2],l.deltaValue3),g.stop&&(A([T(h.value),T(_.value),T(E.value)]),l.deltaValue3=0)})});function C(g,$,F){const H=T(G(($??0)+F,s.min,s.max));g.dataset.percent=`${H}${s.measure}`,w()}function y(){const g=Math.ceil((1-x.value)*100),$=Math.ceil((1-z.value)*100),F=Math.ceil((1-S.value)*100);return[g,$,F].sort((H,$e)=>H-$e)}function T(g){const $=G(g,s.min,s.max);return Math.round(($+Number.EPSILON)*(1/s.step))/(1/s.step)}function A(g){r("update:modelValue",g)}function w(){const g=Number(M.value.right.substring(0,M.value.right.length-1)),$=Number(B.value.right.substring(0,B.value.right.length-1)),F=Number(f.value.right.substring(0,f.value.right.length-1)),H=[{r:g,th:a},{r:$,th:d},{r:F,th:c}].sort(($e,dt)=>$e.r-dt.r);H[0].th.value&&(H[0].th.value.dataset.hint="high"),H[1].th.value&&(H[1].th.value.dataset.hint="mid"),H[2].th.value&&(H[2].th.value.dataset.hint="low")}function m(g,$){["ArrowDown","ArrowUp","ArrowRight","ArrowLeft","Enter"].includes(g.code)&&g.preventDefault();const F=g.code==="ArrowUp"||g.code==="ArrowRight"?s.step*1:g.code==="ArrowDown"||g.code==="ArrowLeft"?s.step*-1:0,H=[...s.modelValue];H[$]=G(H[$]+F,s.min,s.max),A(H),w()}return e.onMounted(()=>{w()}),(g,$)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([s.disabled?"ui-slider__disabled":void 0,"ui-slider__envelope ui-slider__triple"])},[e.createElementVNode("div",{class:e.normalizeClass([`ui-slider__mode-${s.mode}`,"ui-slider"])},[e.createElementVNode("div",gc,[e.createElementVNode("div",yc,[g.label?(e.openBlock(),e.createElementBlock("label",kc,[e.createElementVNode("span",null,e.toDisplayString(g.label),1),$[3]||($[3]=e.createTextVNode()),e.unref(o).tooltip?(e.openBlock(),e.createBlock(e.unref(X),{key:0,class:"info",position:"top"},{tooltip:e.withCtx(()=>[e.renderSlot(g.$slots,"tooltip")]),_:3})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)]),$[11]||($[11]=e.createTextVNode()),e.createElementVNode("div",bc,[e.createElementVNode("div",_c,[e.createElementVNode("div",{ref_key:"barRef",ref:i,class:"ui-slider__bar"},[e.createElementVNode("div",{class:"ui-slider__progress",style:e.normalizeStyle(b.value)},null,4)],512)]),$[10]||($[10]=e.createTextVNode()),e.createElementVNode("div",wc,[s.breakpoints?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(e.unref(k),(F,H)=>(e.openBlock(),e.createElementBlock("div",{key:H,style:e.normalizeStyle({right:`${F}%`}),class:"ui-slider__thumb-step"},null,4))),128)):e.createCommentVNode("",!0),$[7]||($[7]=e.createTextVNode()),e.createElementVNode("div",{ref_key:"thumbRef1",ref:a,style:e.normalizeStyle(M.value),"data-percent":s.modelValue[0]+"%",class:"ui-slider__thumb ui-slider__triple-thumb",r1:"",tabindex:"0",onKeydown:$[0]||($[0]=F=>m(F,0))},$[4]||($[4]=[e.createElementVNode("div",{class:"ui-slider__thumb-focused-contour"},null,-1)]),44,Vc),$[8]||($[8]=e.createTextVNode()),e.createElementVNode("div",{ref_key:"thumbRef2",ref:d,style:e.normalizeStyle(B.value),"data-percent":s.modelValue[1]+"%",class:"ui-slider__thumb ui-slider__triple-thumb",r2:"",tabindex:"0",onKeydown:$[1]||($[1]=F=>m(F,1))},$[5]||($[5]=[e.createElementVNode("div",{class:"ui-slider__thumb-focused-contour"},null,-1)]),44,xc),$[9]||($[9]=e.createTextVNode()),e.createElementVNode("div",{ref_key:"thumbRef3",ref:c,style:e.normalizeStyle(f.value),"data-percent":s.modelValue[2]+"%",class:"ui-slider__thumb ui-slider__triple-thumb",r3:"",tabindex:"0",onKeydown:$[2]||($[2]=F=>m(F,2))},$[6]||($[6]=[e.createElementVNode("div",{class:"ui-slider__thumb-focused-contour"},null,-1)]),44,Bc)])])]),$[12]||($[12]=e.createTextVNode()),$[13]||($[13]=e.createElementVNode("div",{class:"ui-slider__input-wrapper d-flex"},null,-1))],2),$[14]||($[14]=e.createTextVNode()),v.value?(e.openBlock(),e.createElementBlock("div",Cc,e.toDisplayString(v.value),1)):e.createCommentVNode("",!0)],2))}}),Nc={class:"ui-input-range__separator"},$c=e.defineComponent({__name:"InputRange",props:{modelValue:{},separator:{default:"-"}},emits:["update:modelValue","change"],setup(n,{emit:t}){const o=n,r=t,s=e.reactive({left:o.modelValue[0],right:o.modelValue[1]}),l=e.ref(!1),i=e.computed(()=>(l.value,"ui-input-range-focused")),a=e.computed({get(){return{left:Math.min(...o.modelValue),right:Math.max(...o.modelValue)}},set(){}});e.watch(()=>a.value,p=>(s.left=p.left)&&(s.right=p.right));function d(){r("update:modelValue",[+s.left,+s.right]),r("change",[+s.left,+s.right])}function c(p,u){const k=u.target.value;/^[0-9]{0,2}$/.test(k)?p?s.left=+k:s.right=+k:p?s.left=+k.slice(0,k.length-1):s.right=+k.slice(0,k.length-1)}return(p,u)=>(e.openBlock(),e.createElementBlock("div",e.mergeProps({class:[i.value,"ui-input-range"]},p.$attrs),[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":u[0]||(u[0]=k=>a.value.left=k),class:"text-s",type:"text",onChange:d,onFocus:u[1]||(u[1]=k=>l.value=!0),onFocusout:u[2]||(u[2]=k=>l.value=!1),onInput:u[3]||(u[3]=k=>c(!0,k))},null,544),[[e.vModelText,a.value.left]]),u[8]||(u[8]=e.createTextVNode()),e.createElementVNode("div",Nc,e.toDisplayString(o.separator),1),u[9]||(u[9]=e.createTextVNode()),e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":u[4]||(u[4]=k=>a.value.right=k),class:"text-s",type:"text",onChange:d,onFocus:u[5]||(u[5]=k=>l.value=!0),onFocusout:u[6]||(u[6]=k=>l.value=!1),onInput:u[7]||(u[7]=k=>c(!1,k))},null,544),[[e.vModelText,a.value.right]])],16))}}),Tc={class:"ui-slider__wrapper"},Sc={class:"ui-slider__label-section"},Dc={key:0,class:"text-s"},Mc={key:1,class:"ui-slider__value-static text-s"},vc={class:"ui-slider__base"},Oc={class:"ui-slider__container"},Pc={class:"ui-slider__container ui-slider__container-thumb"},zc={class:"ui-slider__input-wrapper d-flex"},Rc={key:0,class:"ui-slider__error"},Ac=e.defineComponent({__name:"SliderRange",props:{modelValue:{},min:{default:0},max:{},step:{default:1},label:{default:void 0},helper:{default:void 0},error:{default:void 0},mode:{default:"text"},measure:{default:""},breakpoints:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(n,{emit:t}){const o=e.useSlots(),r=t,s=n,l=e.reactive({deltaValue1:0,deltaValue2:0}),i=e.ref(),a=e.ref(),d=e.ref(),c=e.ref(s.modelValue),p=e.ref(s.modelValue[0]),u=e.ref(s.modelValue[1]),k=e.computed(()=>s),h=eo(k),_=e.computed(()=>[p.value,u.value].sort((w,m)=>w-m).join("-")),E=e.computed(()=>s.max-s.min),v=e.computed(()=>G((s.modelValue[0]??0)+l.deltaValue1,s.min,s.max)),x=e.computed(()=>G((s.modelValue[1]??0)+l.deltaValue2,s.min,s.max)),z=e.computed(()=>{const w=s.modelValue;return Array.isArray(w)&&w.length===2&&w.every(g=>Number.isFinite(g))?s.error:"Expected model [number, number]"}),S=e.computed(()=>(v.value-s.min)/E.value),D=e.computed(()=>(x.value-s.min)/E.value),b=e.computed(()=>C()),M=e.computed(()=>({right:b.value[0]+"%",left:100-b.value[1]+"%"})),B=e.computed(()=>({right:Math.ceil((1-S.value)*100)+"%"})),f=e.computed(()=>({right:Math.ceil((1-D.value)*100)+"%"}));e.watch(()=>s.modelValue,w=>{c.value=w,p.value=+w[0],u.value=+w[1]},{immediate:!0}),me(a,w=>{var m;K((m=e.unref(i))==null?void 0:m.getBoundingClientRect(),g=>{const{dx:$}=w;l.deltaValue1=$/g.width*E.value,p.value=y(G((s.modelValue[0]??0)+l.deltaValue1,s.min,s.max)),c.value=[p.value,u.value].sort((F,H)=>F-H),w.stop&&(T([y(v.value),y(x.value)]),l.deltaValue1=0)})}),me(d,w=>{var m;K((m=e.unref(i))==null?void 0:m.getBoundingClientRect(),g=>{const{dx:$}=w;l.deltaValue2=$/g.width*E.value,u.value=y(G((s.modelValue[1]??0)+l.deltaValue2,s.min,s.max)),c.value=[p.value,u.value].sort((F,H)=>F-H),w.stop&&(T([y(v.value),y(x.value)]),l.deltaValue2=0)})});function C(){const w=Math.ceil((1-S.value)*100),m=Math.ceil((1-D.value)*100);return[w,m].sort((g,$)=>g-$)}function y(w){const m=G(w,s.min,s.max);return Math.round((m+Number.EPSILON)*(1/s.step))/(1/s.step)}function T(w){r("update:modelValue",w)}function A(w,m){["ArrowDown","ArrowUp","ArrowRight","ArrowLeft","Enter"].includes(w.code)&&w.preventDefault();const g=w.code==="ArrowUp"||w.code==="ArrowRight"?s.step*1:w.code==="ArrowDown"||w.code==="ArrowLeft"?s.step*-1:0,$=[...s.modelValue];$[m]=G($[m]+g,s.min,s.max),T($)}return(w,m)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([s.disabled?"ui-slider__disabled":void 0,"ui-slider__envelope"])},[e.createElementVNode("div",{class:e.normalizeClass([`ui-slider__mode-${s.mode}`,"ui-slider"])},[e.createElementVNode("div",Tc,[e.createElementVNode("div",Sc,[w.label?(e.openBlock(),e.createElementBlock("label",Dc,[e.createElementVNode("span",null,e.toDisplayString(w.label),1),m[3]||(m[3]=e.createTextVNode()),e.unref(o).tooltip?(e.openBlock(),e.createBlock(e.unref(X),{key:0,class:"info",position:"top"},{tooltip:e.withCtx(()=>[e.renderSlot(w.$slots,"tooltip")]),_:3})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),m[4]||(m[4]=e.createTextVNode()),s.mode==="text"?(e.openBlock(),e.createElementBlock("div",Mc,e.toDisplayString(_.value),1)):e.createCommentVNode("",!0)]),m[10]||(m[10]=e.createTextVNode()),e.createElementVNode("div",vc,[e.createElementVNode("div",Oc,[e.createElementVNode("div",{ref_key:"barRef",ref:i,class:"ui-slider__bar"},[e.createElementVNode("div",{class:"ui-slider__progress",style:e.normalizeStyle(M.value)},null,4)],512)]),m[9]||(m[9]=e.createTextVNode()),e.createElementVNode("div",Pc,[s.breakpoints?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(e.unref(h),(g,$)=>(e.openBlock(),e.createElementBlock("div",{key:$,style:e.normalizeStyle({right:`${g}%`}),class:"ui-slider__thumb-step"},null,4))),128)):e.createCommentVNode("",!0),m[7]||(m[7]=e.createTextVNode()),e.createElementVNode("div",{ref_key:"thumbRef1",ref:a,style:e.normalizeStyle(B.value),class:"ui-slider__thumb",tabindex:"0",onKeydown:m[0]||(m[0]=g=>A(g,0))},m[5]||(m[5]=[e.createElementVNode("div",{class:"ui-slider__thumb-focused-contour"},null,-1)]),36),m[8]||(m[8]=e.createTextVNode()),e.createElementVNode("div",{ref_key:"thumbRef2",ref:d,style:e.normalizeStyle(f.value),class:"ui-slider__thumb",tabindex:"0",onKeydown:m[1]||(m[1]=g=>A(g,1))},m[6]||(m[6]=[e.createElementVNode("div",{class:"ui-slider__thumb-focused-contour"},null,-1)]),36)])])]),m[11]||(m[11]=e.createTextVNode()),e.createElementVNode("div",zc,[s.mode==="input"?(e.openBlock(),e.createBlock($c,{key:0,modelValue:c.value,"onUpdate:modelValue":m[2]||(m[2]=g=>c.value=g),class:"ui-focused-border",onChange:T},null,8,["modelValue"])):e.createCommentVNode("",!0)])],2),m[12]||(m[12]=e.createTextVNode()),z.value?(e.openBlock(),e.createElementBlock("div",Rc,e.toDisplayString(z.value),1)):e.createCommentVNode("",!0)],2))}}),Ic=e.defineComponent({__name:"VScroll",props:{scrollTop:{},clientHeight:{},scrollHeight:{}},emits:["update:scrollTop"],setup(n,{emit:t}){const o=t,r=n,s=e.ref(),l=e.computed(()=>r.clientHeight/(r.scrollHeight||1)),i=e.computed(()=>l.value<1),a=e.computed(()=>{const d=e.unref(l);return{top:r.scrollTop*d+"px",height:Math.floor(r.clientHeight*d)+"px"}});return q(s,"pointerdown",d=>{const c={clientY:d.clientY},u=jt(document,"mousemove",k=>{const h=(k.clientY-c.clientY)/l.value;o("update:scrollTop",r.scrollTop+h),c.clientY=k.clientY});["mouseup","pointercancel"].forEach(k=>{document.addEventListener(k,u,{once:!0})})}),(d,c)=>i.value?(e.openBlock(),e.createElementBlock("div",{key:0,ref_key:"scrollRef",ref:s,class:"v-scroll"},[e.createElementVNode("div",{class:"v-scroll__scrollbar",style:e.normalizeStyle(a.value)},null,4)],512)):e.createCommentVNode("",!0)}}),Lc=e.defineComponent({__name:"HScroll",props:{scrollLeft:{},clientWidth:{},scrollWidth:{}},emits:["update:scrollLeft"],setup(n,{emit:t}){const o=t,r=n,s=e.ref(),l=e.computed(()=>r.clientWidth/(r.scrollWidth||1)),i=e.computed(()=>l.value<1),a=e.computed(()=>{const d=e.unref(l);return{left:r.scrollLeft*d+"px",width:Math.floor(r.clientWidth*d)+"px"}});return q(s,"pointerdown",d=>{const c={clientX:d.clientX},u=jt(document,"mousemove",k=>{const h=(k.clientX-c.clientX)/l.value;o("update:scrollLeft",r.scrollLeft+h),c.clientX=k.clientX});["mouseup","pointercancel"].forEach(k=>{document.addEventListener(k,u,{once:!0})})}),(d,c)=>i.value?(e.openBlock(),e.createElementBlock("div",{key:0,ref_key:"scrollRef",ref:s,class:"h-scroll"},[e.createElementVNode("div",{class:"h-scroll__scrollbar",style:e.normalizeStyle(a.value)},null,4)],512)):e.createCommentVNode("",!0)}}),Fc={class:"ui-scrollable"},jc=e.defineComponent({__name:"Scrollable",setup(n){const t=e.ref(),o=e.reactive({scrollTop:0,scrollLeft:0,clientHeight:0,clientWidth:0,scrollHeight:0,scrollWidth:0});function r(a){Ns(o,a,"scrollTop","scrollLeft","clientHeight","clientWidth","scrollHeight","scrollWidth")}const s=a=>{a.preventDefault();const d=a.currentTarget;d.scrollTop+=a.deltaY,d.scrollLeft+=a.deltaX,r(d)};function l(a){K(e.unref(t),d=>{d.scrollTop=a,r(d)})}function i(a){K(e.unref(t),d=>{d.scrollLeft=a,r(d)})}return on(t,a=>{K(a,d=>r(d))}),e.onMounted(()=>{K(e.unref(t),a=>{r(a),a.addEventListener("wheel",s)})}),e.onUnmounted(()=>{K(e.unref(t),a=>a.removeEventListener("wheel",s))}),(a,d)=>(e.openBlock(),e.createElementBlock("div",Fc,[e.createElementVNode("div",{ref_key:"containerRef",ref:t,class:"ui-scrollable__container",onWheel:s},[e.renderSlot(a.$slots,"default")],544),d[2]||(d[2]=e.createTextVNode()),e.createVNode(Ic,{"scroll-top":o.scrollTop,"client-height":o.clientHeight,"scroll-height":o.scrollHeight,onWheel:d[0]||(d[0]=e.withModifiers(()=>{},["stop"])),"onUpdate:scrollTop":l},null,8,["scroll-top","client-height","scroll-height"]),d[3]||(d[3]=e.createTextVNode()),e.createVNode(Lc,{"scroll-left":o.scrollLeft,"client-width":o.clientWidth,"scroll-width":o.scrollWidth,onWheel:d[1]||(d[1]=e.withModifiers(()=>{},["stop"])),"onUpdate:scrollLeft":i},null,8,["scroll-left","client-width","scroll-width"])]))}}),Zc={add:"add.svg","arrow-down":"arrow-down.svg","arrow-left":"arrow-left.svg","arrow-link":"arrow-link.svg","arrow-right":"arrow-right.svg","arrow-up":"arrow-up.svg",box:"box.svg",calendar:"calendar.svg","caret-down":"caret-down.svg","caret-left":"caret-left.svg","caret-right":"caret-right.svg","caret-up":"caret-up.svg","cell-type-num":"cell-type-num.svg","cell-type-txt":"cell-type-txt.svg",checkmark:"checkmark.svg","chevron-down":"chevron-down.svg","chevron-first":"chevron-first.svg","chevron-last":"chevron-last.svg","chevron-left":"chevron-left.svg","chevron-right":"chevron-right.svg","chevron-up":"chevron-up.svg","clipboard-copied":"clipboard-copied.svg",clipboard:"clipboard.svg",close:"close.svg",copy:"copy.svg","data-dimentions":"data-dimentions.svg","delete-bin":"delete-bin.svg","delete-circle":"delete-circle.svg","delete-clear":"delete-clear.svg",download:"download.svg","drag-dots":"drag-dots.svg",duplicate:"duplicate.svg",edit:"edit.svg",error:"error.svg",export:"export.svg","filter-on":"filter-on.svg",filter:"filter.svg","help-outline":"help-outline.svg",help:"help.svg","info-outline":"info-outline.svg",info:"info.svg","jump-link":"jump-link.svg",link:"link.svg",loading:"loading.svg",lock:"lock.svg",maximize:"maximize.svg",minimize:"minimize.svg",minus:"minus.svg",more:"more.svg",open:"open.svg","paper-clip":"paper-clip.svg",pause:"pause.svg",play:"play.svg",renew:"renew.svg",restart:"restart.svg",reverse:"reverse.svg",settings:"settings.svg",sort:"sort.svg",stop:"stop.svg",success:"success.svg",time:"time.svg",tune:"tune.svg",warning:"warning.svg","x-axis":"x-axis.svg","y-axis":"y-axis.svg",zip:"zip.svg"},Hc={"add-layer":"add-layer.svg",add:"add.svg","align-center":"align-center.svg","align-left":"align-left.svg","align-right":"align-right.svg",annotate:"annotate.svg",annotation:"annotation.svg",area:"area.svg","arrow-down":"arrow-down.svg","arrow-left":"arrow-left.svg","arrow-link":"arrow-link.svg","arrow-right":"arrow-right.svg","arrow-up":"arrow-up.svg",axes:"axes.svg","bar-cross":"bar-cross.svg","bar-error":"bar-error.svg","bar-stacked":"bar-stacked.svg","bar-trend":"bar-trend.svg",bar:"bar.svg",bindot:"bindot.svg",box:"box.svg","boxplot-binned":"boxplot-binned.svg","boxplot-jitter":"boxplot-jitter.svg","boxplot-notched":"boxplot-notched.svg",boxplot:"boxplot.svg",bubble:"bubble.svg",calendar:"calendar.svg",canvas:"canvas.svg","cell-type-num":"cell-type-num.svg","cell-type-txt":"cell-type-txt.svg","checkbox-checked":"checkbox-checked.svg","checkbox-intermediate":"checkbox-intermediate.svg",checkbox:"checkbox.svg",checkmark:"checkmark.svg","chevron-down":"chevron-down.svg","chevron-first":"chevron-first.svg","chevron-last":"chevron-last.svg","chevron-left":"chevron-left.svg","chevron-right":"chevron-right.svg","chevron-sort":"chevron-sort.svg","chevron-up":"chevron-up.svg","clipboard-copied":"clipboard-copied.svg",clipboard:"clipboard.svg",close:"close.svg","cloud-download":"cloud-download.svg","cloud-offline":"cloud-offline.svg","cloud-online":"cloud-online.svg","cloud-upload":"cloud-upload.svg",cluster:"cluster.svg",code:"code.svg","color-fill":"color-fill.svg","color-none":"color-none.svg","color-stroke":"color-stroke.svg",color:"color.svg",columns:"columns.svg","connected-points":"connected-points.svg",container:"container.svg",cookie:"cookie.svg",copy:"copy.svg",cpu:"cpu.svg","data-dimentions":"data-dimentions.svg",debug:"debug.svg","delete-bin":"delete-bin.svg","delete-circle":"delete-circle.svg","delete-clear":"delete-clear.svg","dendrogram-X-line":"dendrogram-X-line.svg","dendrogram-X":"dendrogram-X.svg","dendrogram-Y-line":"dendrogram-Y-line.svg","dendrogram-Y":"dendrogram-Y.svg","dna-add":"dna-add.svg","dna-import":"dna-import.svg",dna:"dna.svg",download:"download.svg","drag-dots":"drag-dots.svg","drag-horizontal":"drag-horizontal.svg","drag-vertical":"drag-vertical.svg",duplicate:"duplicate.svg",edit:"edit.svg","error-bar":"error-bar.svg",error:"error.svg","expand-left":"expand-left.svg","expand-right":"expand-right.svg",export:"export.svg","file-doc-add":"file-doc-add.svg","file-doc-download":"file-doc-download.svg","file-doc-import":"file-doc-import.svg","file-doc":"file-doc.svg","filter-on":"filter-on.svg",filter:"filter.svg","fire-tips":"fire-tips.svg","folder-parent":"folder-parent.svg","frame-type-all":"frame-type-all.svg","frame-type-bottom":"frame-type-bottom.svg","frame-type-left-bottom":"frame-type-left-bottom.svg","frame-type-left":"frame-type-left.svg","frame-type-none":"frame-type-none.svg",generate:"generate.svg",graph:"graph.svg",heatmap:"heatmap.svg","help-outline":"help-outline.svg",help:"help.svg","info-outline":"info-outline.svg",info:"info.svg",jitter:"jitter.svg","jump-link":"jump-link.svg",lasso:"lasso.svg",layers:"layers.svg",learn:"learn.svg","legend-box-dot":"legend-box-dot.svg","legend-box":"legend-box.svg",legend:"legend.svg","line-binned":"line-binned.svg","line-error":"line-error.svg","line-jitter":"line-jitter.svg",line:"line.svg","linetype-dashed":"linetype-dashed.svg","linetype-dotdash":"linetype-dotdash.svg","linetype-dotted":"linetype-dotted.svg","linetype-longdash":"linetype-longdash.svg","linetype-solid":"linetype-solid.svg","linetype-twodash":"linetype-twodash.svg","link-disabled":"link-disabled.svg",link:"link.svg",loading:"loading.svg",lock:"lock.svg",maximize:"maximize.svg",menu:"menu.svg",minimize:"minimize.svg",minus:"minus.svg",more:"more.svg","paper-clip":"paper-clip.svg",pause:"pause.svg",pin:"pin.svg",play:"play.svg","position-bottom-annotation":"position-bottom-annotation.svg","position-bottom":"position-bottom.svg","position-left-annotation":"position-left-annotation.svg","position-left":"position-left.svg","position-right-annotation":"position-right-annotation.svg","position-right":"position-right.svg","position-top-annotation":"position-top-annotation.svg","position-top":"position-top.svg",product:"product.svg",publications:"publications.svg","radio-button-checked":"radio-button-checked.svg","radio-button":"radio-button.svg",renew:"renew.svg",restart:"restart.svg",reverse:"reverse.svg","rotation-0":"rotation-0.svg","rotation-45":"rotation-45.svg","rotation-90":"rotation-90.svg",search:"search.svg","server-on":"server-on.svg",server:"server.svg",settings:"settings.svg",sina:"sina.svg",skatterplot:"skatterplot.svg",slice:"slice.svg","social-github":"social-github.svg","social-linkedin":"social-linkedin.svg","social-twitter-X":"social-twitter-X.svg","social-twitter-bird":"social-twitter-bird.svg","social-youtube":"social-youtube.svg","sort-list-down":"sort-list-down.svg","sort-list-up":"sort-list-up.svg",sort:"sort.svg",statistics:"statistics.svg",stop:"stop.svg","strip-plot":"strip-plot.svg",success:"success.svg","table-add":"table-add.svg","table-alias":"table-alias.svg","table-import":"table-import.svg",table:"table.svg",template:"template.svg",terminal:"terminal.svg","text-align-center":"text-align-center.svg","text-align-left":"text-align-left.svg","text-align-right":"text-align-right.svg","theme-dark":"theme-dark.svg","theme-light":"theme-light.svg",time:"time.svg",tune:"tune.svg",venn:"venn.svg","view-hide":"view-hide.svg","view-show":"view-show.svg","violin-binned":"violin-binned.svg","violin-jitter":"violin-jitter.svg",violin:"violin.svg",warning:"warning.svg",wetlab:"wetlab.svg","windows-collapse":"windows-collapse.svg","windows-expand":"windows-expand.svg","x-axis":"x-axis.svg","y-axis":"y-axis.svg",zip:"zip.svg","zoom-in":"zoom-in.svg","zoom-out":"zoom-out.svg"};function Uc(){return{txtSec:{title:"Text",data:{"--txt-00":{light:[!1,!1],value:["#FFFFFF","#FFFFFF"],description:"Text on the colored elements"},"--txt-01":{light:[!0,!1],value:["#110529","#FFFFFF"],description:"Primary text layer"},"--txt-02":{light:[!0,!1],value:["#231842","#ADAEB8"],description:"Secondary text layer - large arrays of text"},"--txt-03":{light:[!0,!0],value:["#9D9EAE","#60616B"],description:"Tetritary text layer - hints and descriptions"},"--txt-mask":{light:[!1,!0],value:["#CFD1DB","#3D3D42"],description:"Text mask in inputs, icons, etc."},"--txt-focus":{light:[!0,!0],value:["#07AD3E","#87E087"],description:"Colored text in active/focus elements"},"--txt-error":{light:[!0,!0],value:["#F1222F","#FF5C5C"],description:"Colored text in error elements"},"--txt-link":{light:[!0,!0],value:["#5F31CC","#9470FF"],description:"Colored text in links"}}},iconSec:{title:"Icon",data:{"--ic-00":{light:[!1,!1],value:["#FFFFFF","#FFFFFF"],description:"Icons on colored elements"},"--ic-01":{light:[!0,!1],value:["#110529","#FFFFFF"],description:"Primary elements"},"--ic-02":{light:[!1,!0],value:["#CFD1DB","#60616B"],description:"Secondary & tetritary elements"},"--ic-accent":{light:[!0,!1],value:["#07AD3E","#87E087"],description:"Focus/active elements"}}},borderSec:{title:"Border",data:{"--border-color-default":{light:[!0,!0],value:["#110529","#60616B"],description:"Main border for components"},"--border-color-hover":{light:[!0,!0],value:["#231842","#ADAEB8"],description:"Hover on main border"},"--border-color-focus":{light:[!1,!1],value:["#49CC49","#49CC49"],description:"Active border for components"},"--border-color-error":{light:[!1,!1],value:["#FF5C5C","#FF5C5C"],description:"Error border for components"},"--border-color-div-grey":{light:[!1,!0],value:["#E1E3EB","#232329"],description:"Divider lines low contrast"},"--border-color-div-bw":{light:[!1,!0],value:["#FFFFFF","#000000"],description:"Divider lines hight contrast"}}},btnSec:{title:"Button",data:{"--btn-accent-default":{light:[!0,!0],value:["#845CFF"," #5F31CC"],description:"Accent coloured button"},"--btn-accent-hover":{light:[!0,!0],value:["#9470FF"," #5F31CC"],description:"Hover on accent coloured button"},"--btn-accent-press":{light:[!0,!0],value:["#6F4DD6","#5F31CC"],description:"Pressed on accent coloured button"},"--btn-primary-default":{light:[!0,!0],value:["#110529","#5F31CC"],description:"Primary button"},"--btn-primary-hover":{light:[!0,!0],value:["#231842","#6D3DDB"],description:"Hover on primary button"},"--btn-primary-press":{light:[!0,!0],value:["#080214","#5328B8"],description:"Hover on primary button"},"--btn-sec-hover-white":{light:[!1,!0],value:["rgba(255, 255, 255, 0.50)","rgba(131, 131, 163, 0.16)"],description:"Hover background on transparent button"},"--btn-sec-hover-grey":{light:[!1,!0],value:["rgba(155, 171, 204, 0.16)","rgba(131, 131, 163, 0.16)"],description:"Hover background on ghost button & icons"},"--btn-sec-press-grey":{light:[!1,!0],value:["rgba(155, 171, 204, 0.24)","rgba(131, 131, 163, 0.24)"],description:"Hover background on ghost button & icons"},"--btn-active-select":{light:[!1,!0],value:["rgba(99, 224, 36, 0.24)","rgba(99, 224, 36, 0.24)"],description:"Fill on selected elements"},"--btn-switcher":{light:[!1,!0],value:["linear-gradient(180deg, #A1E59C 0%, #D0F5B0 100%)","#5E5E70"],description:"Gradient on active controll/switcher element"}}},disSec:{title:"Disable",data:{"--dis-00":{light:[!1,!0],value:["#FFFFFF","#65656B"],description:"Elements on dis-01, labels, texts, icons"},"--dis-01":{light:[!1,!0],value:["#CFD1DB","#3D3D42"],description:"Buttons, borders, labels, texts, icons"}}},bgSec:{title:"Background",data:{"--bg-base-dark":{light:[!0,!0],value:["#110529","#0D0D0F"],description:"Default dark block background"},"--bg-base-light":{light:[!1,!0],value:["#F7F8FA","#0D0D0F"],description:"Default light block background"},"--bg-elevated-01":{light:[!1,!0],value:["#FFFFFF","#1B1B1F"],description:"Default block background"},"--bg-elevated-02":{light:[!1,!0],value:["#E1E3EB","#2D2D33"],description:"Secondary block background"}}},filledSec:{title:"Filled",data:{"--filled-V-BG":{light:[!1,!0],value:["#D0F0C0","rgba(66, 184, 66, 0.40)"],description:"Text background selection on V-read"},"--filled-D-BG":{light:[!1,!0],value:["#FFCECC","rgba(229, 83, 229, 0.40)"],description:"Text background selection on D-read"},"--filled-N-BG":{light:[!1,!0],value:["#FAF5AA","rgba(83, 82, 102, 0.40)"],description:"Text background selection on C/N-read"},"--filled-J-BG":{light:[!1,!0],value:["#DEDBFF","rgba(132, 92, 255, 0.40)"],description:"Text background selection on J-read"}}},notificationSec:{title:"Notification",data:{"--notification-neutral":{light:[!1,!0],value:["linear-gradient(90deg, #D6D9FF 0%, #FFF 100%)","linear-gradient(90deg, #4D4D8F 0%, #292933 100%)"],description:"Background on neutral blocks"},"--notification-success":{light:[!1,!0],value:["linear-gradient(90deg, #C9F0B6 0%, #FFF 100%)","linear-gradient(90deg, #305C3E 0%, #292933 100%)"],description:"Background on success blocks"},"--notification-warning":{light:[!1,!0],value:["linear-gradient(90deg, #FEE0A3 0%, #FFF 100%)","linear-gradient(90deg, #754F2D 0%, #292933 100%)"],description:"Background on warning blocks"},"--notification-error":{light:[!1,!0],value:["linear-gradient(90deg, #FFB8B8 0%, #FFF 100%)","linear-gradient(90deg, #8F3343 0%, #292933 100%)"],description:"Background on error blocks"}}},gradientSec:{title:"Gradient",data:{"--gradient-blue-green":{light:[!0,!0],value:["linear-gradient(0deg, #478063 0%, #2E4652 45.93%, #24223D 91.63%)","linear-gradient(0deg, #478063 0%, #2E4652 45.93%, #24223D 91.63%)"],description:"Main brand dark gradient"},"--gradient-green-lime":{light:[!1,!0],value:["linear-gradient(180deg, #A1E59C 0%, #D0F5B0 100%)","linear-gradient(0deg, #478063 0%, #2E4652 45.93%, #24223D 91.63%)"],description:"Main brand light gradient"},"--gradient-blue-violet":{light:[!1,!0],value:["linear-gradient(180deg, #ADB8FF 0%, #D6E9FF 100%)","linear-gradient(0deg, #478063 0%, #2E4652 45.93%, #24223D 91.63%)"],description:"Main brand light gradient"},"--gradient-blue-clear":{light:[!1,!0],value:["linear-gradient(180deg, #85BEFF 0%, #CEF 100%)","linear-gradient(0deg, #478063 0%, #2E4652 45.93%, #24223D 91.63%)"],description:"Additional brand gradient"},"--gradient-orange":{light:[!1,!0],value:["linear-gradient(180deg, #FFB766 0%, #FFEAA3 100%)","linear-gradient(0deg, #478063 0%, #2E4652 45.93%, #24223D 91.63%)"],description:"Additional brand gradient"},"--gradient-mint":{light:[!1,!0],value:["linear-gradient(180deg, #7DD1D1 0%, #C8FAE9 100%)","linear-gradient(0deg, #478063 0%, #2E4652 45.93%, #24223D 91.63%)"],description:"Additional brand gradient"},"--gradient-lime":{light:[!1,!0],value:["linear-gradient(180deg, #BFE062 0%, #E4FFAD 100%)","linear-gradient(0deg, #478063 0%, #2E4652 45.93%, #24223D 91.63%)"],description:"Additional brand gradient"},"--gradient-rose":{light:[!1,!0],value:["linear-gradient(0deg, #FFDDD6 0%, #FF99C9 100%)","linear-gradient(0deg, #478063 0%, #2E4652 45.93%, #24223D 91.63%)"],description:"Additional brand gradient"},"--gradient-red":{light:[!1,!0],value:["linear-gradient(0deg, #FFD5CC 0%, #FF9494 100%)","linear-gradient(0deg, #478063 0%, #2E4652 45.93%, #24223D 91.63%)"],description:"Additional brand gradient"},"--gradient-violet":{light:[!1,!0],value:["linear-gradient(180deg, #BCA3FF 0%, #E5E5FF 100%)","linear-gradient(0deg, #478063 0%, #2E4652 45.93%, #24223D 91.63%)"],description:"Additional brand gradient"}}}}}const Wc=["add","arrow-down","arrow-left","arrow-link","arrow-right","arrow-up","box","calendar","caret-down","caret-left","caret-right","caret-up","cell-type-num","cell-type-txt","checkmark","chevron-down","chevron-first","chevron-last","chevron-left","chevron-right","chevron-up","clipboard-copied","clipboard","close","copy","data-dimentions","delete-bin","delete-circle","delete-clear","download","drag-dots","duplicate","edit","error","export","filter-on","filter","help-outline","help","info-outline","info","jump-link","link","loading","lock","maximize","minimize","minus","more","open","paper-clip","pause","play","renew","restart","reverse","settings","sort","stop","success","time","tune","warning","x-axis","y-axis","zip"],qc=["add-layer","add","align-center","align-left","align-right","annotate","annotation","area","arrow-down","arrow-left","arrow-link","arrow-right","arrow-up","axes","bar-cross","bar-error","bar-stacked","bar-trend","bar","bindot","box","boxplot-binned","boxplot-jitter","boxplot-notched","boxplot","bubble","calendar","canvas","cell-type-num","cell-type-txt","checkbox-checked","checkbox-intermediate","checkbox","checkmark","chevron-down","chevron-first","chevron-last","chevron-left","chevron-right","chevron-sort","chevron-up","clipboard-copied","clipboard","close","cloud-download","cloud-offline","cloud-online","cloud-upload","cluster","code","color-fill","color-none","color-stroke","color","columns","connected-points","container","cookie","copy","cpu","data-dimentions","debug","delete-bin","delete-circle","delete-clear","dendrogram-X-line","dendrogram-X","dendrogram-Y-line","dendrogram-Y","dna-add","dna-import","dna","download","drag-dots","drag-horizontal","drag-vertical","duplicate","edit","error-bar","error","expand-left","expand-right","export","file-doc-add","file-doc-download","file-doc-import","file-doc","filter-on","filter","fire-tips","folder-parent","frame-type-all","frame-type-bottom","frame-type-left-bottom","frame-type-left","frame-type-none","generate","graph","heatmap","help-outline","help","info-outline","info","jitter","jump-link","lasso","layers","learn","legend-box-dot","legend-box","legend","line-binned","line-error","line-jitter","line","linetype-dashed","linetype-dotdash","linetype-dotted","linetype-longdash","linetype-solid","linetype-twodash","link-disabled","link","loading","lock","maximize","menu","minimize","minus","more","paper-clip","pause","pin","play","position-bottom-annotation","position-bottom","position-left-annotation","position-left","position-right-annotation","position-right","position-top-annotation","position-top","product","publications","radio-button-checked","radio-button","renew","restart","reverse","rotation-0","rotation-45","rotation-90","search","server-on","server","settings","sina","skatterplot","slice","social-github","social-linkedin","social-twitter-X","social-twitter-bird","social-youtube","sort-list-down","sort-list-up","sort","statistics","stop","strip-plot","success","table-add","table-alias","table-import","table","template","terminal","text-align-center","text-align-left","text-align-right","theme-dark","theme-light","time","tune","venn","view-hide","view-show","violin-binned","violin-jitter","violin","warning","wetlab","windows-collapse","windows-expand","x-axis","y-axis","zip","zoom-in","zoom-out"],Kc={allCssVariables:Uc(),icons16:Zc,icons24:Hc};V.ContextProvider=Xd,V.DataTable=Er,V.DemoData=Kc,V.DropdownListItem=Se,V.LongText=Ht,V.PlAccordion=fi,V.PlAccordionSection=gi,V.PlAlert=rs,V.PlBlockPage=Zr,V.PlBtnAccent=ks,V.PlBtnDanger=_s,V.PlBtnGhost=Rt,V.PlBtnGroup=js,V.PlBtnLink=Bs,V.PlBtnPrimary=Co,V.PlBtnSecondary=Eo,V.PlBtnSplit=ms,V.PlCheckbox=Ma,V.PlCheckboxGroup=za,V.PlChip=Wt,V.PlContainer=Ur,V.PlDialogModal=Ro,V.PlDropdown=Ut,V.PlDropdownLegacy=na,V.PlDropdownLine=Zl,V.PlDropdownMulti=Sa,V.PlDropdownRef=Dl,V.PlEditableTitle=Ws,V.PlFileDialog=Lo,V.PlFileInput=Ud,V.PlGrid=Jr,V.PlIcon16=ht,V.PlIcon24=Mo,V.PlLogView=ci,V.PlMaskIcon16=Be,V.PlMaskIcon24=ce,V.PlNotificationAlert=Gd,V.PlNumberField=ha,V.PlProgressBar=ia,V.PlRow=qr,V.PlSectionSeparator=Io,V.PlSlideModal=Ka,V.PlSpacer=Gr,V.PlTabs=mi,V.PlTextArea=hl,V.PlTextField=vo,V.PlToggleSwitch=Xa,V.PlTooltip=X,V.Scrollable=jc,V.Slider=ic,V.SliderRange=Ac,V.SliderRangeTriple=Ec,V.ThemeSwitcher=zr,V.animate=ko,V.animateInfinite=Dr,V.call=mo,V.debounce=bo,V.delay=fo,V.detectOutside=gl,V.eventListener=jt,V.getElementScrollPosition=Po,V.isElementVisible=Oo,V.listToOptions=Mr,V.makeEaseInOut=Sr,V.makeEaseOut=yo,V.maskIcons16=Wc,V.maskIcons24=qc,V.normalizeListOptions=fe,V.notEmpty=Mt,V.randomInt=go,V.randomString=Tr,V.requestTick=vt,V.scrollIntoView=He,V.showContextMenu=Tt,V.throttle=_o,V.timeout=ho,V.useClickOutside=ft,V.useDraggable=hc,V.useEventListener=q,V.useFormState=mc,V.useHover=po,V.useInterval=uc,V.useLabelNotch=de,V.useLocalStorage=wo,V.useMouse=co,V.useMouseCapture=me,V.usePosition=De,V.useQuery=fc,V.useResizeObserver=on,V.useScroll=dc,V.useSortable=pc,V.useTheme=xo,Object.defineProperty(V,Symbol.toStringTag,{value:"Module"})});
21
+ )`}function l(){const a=n.value;if(!a)return;const d=[r(a),s(a)].filter(c=>c!==null);a.style.setProperty("-webkit-mask-image",d.join(",")),a.style.setProperty("mask-image",d.join(",")),d.length>1&&(a.style.setProperty("-webkit-mask-composite","source-in"),a.style.setProperty("mask-composite","source-in"))}const i=vt(l);e.onMounted(l),q(window,"scroll",i,!0),q(window,"resize",i,!0)}function on(n,t){No(()=>{K(e.unref(n),o=>{$o(o,()=>t(o))})}),e.onUnmounted(()=>{K(e.unref(n),o=>{To(o)})})}const we={item:"sortable__item",animate:"sortable__animate"},it=n=>n.getBoundingClientRect().y,nn=n=>{const{y:t,height:o}=n.getBoundingClientRect();return t+Math.ceil(o/2)},cc=n=>{const{y:t,height:o}=n.getBoundingClientRect();return t+o};function pc(n,t){const o={item:void 0,options(){var h;return[...((h=n.value)==null?void 0:h.children)??[]]}},r=e.computed(()=>o.options()),s=t.shakeBuffer??10,l=t.reorderDelay??100;function i(h){const _=t.handle?this.querySelector(t.handle):null;_&&(_&&!_.contains(h.target)||(this.classList.remove(we.animate),this.classList.add(we.item),o.item={el:this,y:h.y,dy:0,orderChanged:!1}))}function a(h){const _=o.options();return _.slice(0,_.indexOf(h))}function d(h){const _=o.options();return _.slice(_.indexOf(h)+1)}function c(h,_){const E=o.options().filter(x=>x!==_),v=E.indexOf(h);return E.splice(v,0,_),E}function p(h,_){const E=o.options().filter(x=>x!==_),v=E.indexOf(h);return E.splice(v+1,0,_),E}function u(h,_){h.dy=_-h.y,h.el.style.setProperty("transform",`translateY(${h.dy}px)`)}function k(h){var b;if(!o.item)return;const{el:_}=o.item;if(!_.isConnected){o.item=void 0;return}const E=h.map(M=>it(M)),v=it(_);(b=n.value)==null||b.replaceChildren(...h);const x=it(_),z=h.map(M=>it(M)),S=[];for(let M=0;M<z.length;M++){const B=h[M];if(B===o.item.el)continue;const f=z[M],y=E[M]-f;B.style.transform=`translateY(${y}px)`,S.push(B)}const D=x-v;o.item.y=o.item.y+D,o.item.dy=o.item.dy-D,o.item.orderChanged=!0,o.item.el.style.setProperty("transform",`translateY(${o.item.dy}px)`),S.forEach(M=>M.classList.remove(we.animate)),requestAnimationFrame(function(){S.forEach(M=>{M.classList.add(we.animate),M.style.transform="",M.addEventListener("transitionend",()=>{M.classList.remove(we.animate)})})})}q(window,"mousemove",h=>{if(!o.item)return;const{el:_}=o.item;u(o.item,h.y);const E=it(o.item.el),v=cc(o.item.el),x=a(_),z=d(_);x.forEach(S=>{const D=nn(S);E+s<D&&k(c(S,_))}),z.forEach(S=>{const D=nn(S);v-s>D&&k(p(S,_))})}),q(window,"mouseup",()=>{if(!o.item)return;const{el:h,orderChanged:_}=o.item;h.classList.add(we.animate),h.style.removeProperty("transform"),h.addEventListener("transitionend",()=>{h.classList.remove(we.animate,we.item)}),setTimeout(()=>{if(!_)return;const E=o.options().map(x=>Number(x.getAttribute("data-index"))),v=n.value;if(v){for(const x of o.options())v.removeChild(x);r.value.forEach(x=>{v.appendChild(x)})}t.onChange(E)},l),o.item=void 0}),e.watchEffect(()=>{r.value.forEach((h,_)=>{h.removeEventListener("mousedown",i),h.addEventListener("mousedown",i),h.setAttribute("data-index",String(_))})})}function uc(n,t){let o;e.onMounted(()=>{o=setInterval(n,t)}),e.onUnmounted(()=>clearInterval(o))}function mc(n,t,o){const r=e.reactive({data:Nt.deepClone(t(n.value)),changed:!1});return e.watch(()=>r.data,s=>{r.changed?o(Nt.deepClone(s)):r.changed=!0},{deep:!0}),e.watch(n,s=>{Object.assign(r,{data:Nt.deepClone(t(s)),changed:!1})},{deep:!0,immediate:!0}),r}function fc(n){const t=e.reactive({isLoading:!1,result:void 0,error:void 0,async run(...o){this.isLoading=!0,this.error=void 0;try{this.result=await n(...o)}catch(r){this.error=r}finally{this.isLoading=!1}},debounce(o,r=1e3){return Bn(()=>{const s=o();this.run(...s).catch(console.error)},r)}});return t.run=t.run.bind(t),t}function hc(n,t){function o(i,a){const d=e.unref(n);if(!d)return;const c=`translate(${a.x-i.x}px, ${a.y-i.y}px)`;d.style.setProperty("transform",c),t(a)}function r(i){const a=d=>o(i,d);document.addEventListener("mousemove",a),document.addEventListener("mouseup",()=>{const d=e.unref(n);document.removeEventListener("mousemove",a),d&&(d.style.setProperty("transition","all .3s ease-in-out"),d.style.removeProperty("transform"),d.addEventListener("transitionend",()=>{d.style.removeProperty("transition")}))},{once:!0})}function s(){var i;(i=e.unref(n))==null||i.addEventListener("mousedown",r)}function l(){var i;(i=e.unref(n))==null||i.removeEventListener("mousedown",r)}e.onMounted(s),e.onUnmounted(l)}const gc={class:"ui-slider__wrapper"},yc={class:"ui-slider__label-section"},kc={key:0,class:"text-s"},bc={class:"ui-slider__base"},_c={class:"ui-slider__container"},wc={class:"ui-slider__container ui-slider__container-thumb"},Vc=["data-percent"],xc=["data-percent"],Bc=["data-percent"],Cc={key:0,class:"ui-slider__error"},Ec=e.defineComponent({__name:"SliderRangeTriple",props:{modelValue:{},min:{default:0},max:{},step:{default:1},label:{default:void 0},helper:{default:void 0},error:{default:void 0},mode:{default:"text"},measure:{default:"%"},breakpoints:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(n,{emit:t}){const o=e.useSlots(),r=t,s=n,l=e.reactive({deltaValue1:0,deltaValue2:0,deltaValue3:0}),i=e.ref(),a=e.ref(),d=e.ref(),c=e.ref(),p=e.computed(()=>s.max-s.min),u=e.computed(()=>s),k=eo(u),h=e.computed(()=>G((s.modelValue[0]??0)+l.deltaValue1,s.min,s.max)),_=e.computed(()=>G((s.modelValue[1]??0)+l.deltaValue2,s.min,s.max)),E=e.computed(()=>G((s.modelValue[2]??0)+l.deltaValue3,s.min,s.max)),v=e.computed(()=>{const g=s.modelValue;if(!(Array.isArray(g)&&g.length===3&&g.every(H=>Number.isFinite(H))))return"Expected model [number, number, number]";const F=[];return[...s.modelValue].forEach(H=>{H>s.max&&F.push(`Max model value must be lower than max props ${s.max}.`),H<s.min&&F.push("Min model value must be greater than max props.")}),F.length>0?F.join(" "):s.error}),x=e.computed(()=>(h.value-s.min)/p.value),z=e.computed(()=>(_.value-s.min)/p.value),S=e.computed(()=>(E.value-s.min)/p.value),D=e.computed(()=>y()),b=e.computed(()=>({right:D.value[0]+"%",left:100-D.value[2]+"%"})),M=e.computed(()=>({right:Math.ceil((1-x.value)*100)+"%"})),B=e.computed(()=>({right:Math.ceil((1-z.value)*100)+"%"})),f=e.computed(()=>({right:Math.ceil((1-S.value)*100)+"%"}));me(a,g=>{var $;K(($=e.unref(i))==null?void 0:$.getBoundingClientRect(),F=>{const{dx:H}=g;l.deltaValue1=H/F.width*p.value,a.value&&C(a.value,s.modelValue[0],l.deltaValue1),g.stop&&(A([T(h.value),T(_.value),T(E.value)]),l.deltaValue1=0)})}),me(d,g=>{var $;K(($=e.unref(i))==null?void 0:$.getBoundingClientRect(),F=>{const{dx:H}=g;l.deltaValue2=H/F.width*p.value,d.value&&C(d.value,s.modelValue[1],l.deltaValue2),g.stop&&(A([T(h.value),T(_.value),T(E.value)]),l.deltaValue2=0)})}),me(c,g=>{var $;K(($=e.unref(i))==null?void 0:$.getBoundingClientRect(),F=>{const{dx:H}=g;l.deltaValue3=H/F.width*p.value,c.value&&C(c.value,s.modelValue[2],l.deltaValue3),g.stop&&(A([T(h.value),T(_.value),T(E.value)]),l.deltaValue3=0)})});function C(g,$,F){const H=T(G(($??0)+F,s.min,s.max));g.dataset.percent=`${H}${s.measure}`,w()}function y(){const g=Math.ceil((1-x.value)*100),$=Math.ceil((1-z.value)*100),F=Math.ceil((1-S.value)*100);return[g,$,F].sort((H,$e)=>H-$e)}function T(g){const $=G(g,s.min,s.max);return Math.round(($+Number.EPSILON)*(1/s.step))/(1/s.step)}function A(g){r("update:modelValue",g)}function w(){const g=Number(M.value.right.substring(0,M.value.right.length-1)),$=Number(B.value.right.substring(0,B.value.right.length-1)),F=Number(f.value.right.substring(0,f.value.right.length-1)),H=[{r:g,th:a},{r:$,th:d},{r:F,th:c}].sort(($e,dt)=>$e.r-dt.r);H[0].th.value&&(H[0].th.value.dataset.hint="high"),H[1].th.value&&(H[1].th.value.dataset.hint="mid"),H[2].th.value&&(H[2].th.value.dataset.hint="low")}function m(g,$){["ArrowDown","ArrowUp","ArrowRight","ArrowLeft","Enter"].includes(g.code)&&g.preventDefault();const F=g.code==="ArrowUp"||g.code==="ArrowRight"?s.step*1:g.code==="ArrowDown"||g.code==="ArrowLeft"?s.step*-1:0,H=[...s.modelValue];H[$]=G(H[$]+F,s.min,s.max),A(H),w()}return e.onMounted(()=>{w()}),(g,$)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([s.disabled?"ui-slider__disabled":void 0,"ui-slider__envelope ui-slider__triple"])},[e.createElementVNode("div",{class:e.normalizeClass([`ui-slider__mode-${s.mode}`,"ui-slider"])},[e.createElementVNode("div",gc,[e.createElementVNode("div",yc,[g.label?(e.openBlock(),e.createElementBlock("label",kc,[e.createElementVNode("span",null,e.toDisplayString(g.label),1),$[3]||($[3]=e.createTextVNode()),e.unref(o).tooltip?(e.openBlock(),e.createBlock(e.unref(X),{key:0,class:"info",position:"top"},{tooltip:e.withCtx(()=>[e.renderSlot(g.$slots,"tooltip")]),_:3})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)]),$[11]||($[11]=e.createTextVNode()),e.createElementVNode("div",bc,[e.createElementVNode("div",_c,[e.createElementVNode("div",{ref_key:"barRef",ref:i,class:"ui-slider__bar"},[e.createElementVNode("div",{class:"ui-slider__progress",style:e.normalizeStyle(b.value)},null,4)],512)]),$[10]||($[10]=e.createTextVNode()),e.createElementVNode("div",wc,[s.breakpoints?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(e.unref(k),(F,H)=>(e.openBlock(),e.createElementBlock("div",{key:H,style:e.normalizeStyle({right:`${F}%`}),class:"ui-slider__thumb-step"},null,4))),128)):e.createCommentVNode("",!0),$[7]||($[7]=e.createTextVNode()),e.createElementVNode("div",{ref_key:"thumbRef1",ref:a,style:e.normalizeStyle(M.value),"data-percent":s.modelValue[0]+"%",class:"ui-slider__thumb ui-slider__triple-thumb",r1:"",tabindex:"0",onKeydown:$[0]||($[0]=F=>m(F,0))},$[4]||($[4]=[e.createElementVNode("div",{class:"ui-slider__thumb-focused-contour"},null,-1)]),44,Vc),$[8]||($[8]=e.createTextVNode()),e.createElementVNode("div",{ref_key:"thumbRef2",ref:d,style:e.normalizeStyle(B.value),"data-percent":s.modelValue[1]+"%",class:"ui-slider__thumb ui-slider__triple-thumb",r2:"",tabindex:"0",onKeydown:$[1]||($[1]=F=>m(F,1))},$[5]||($[5]=[e.createElementVNode("div",{class:"ui-slider__thumb-focused-contour"},null,-1)]),44,xc),$[9]||($[9]=e.createTextVNode()),e.createElementVNode("div",{ref_key:"thumbRef3",ref:c,style:e.normalizeStyle(f.value),"data-percent":s.modelValue[2]+"%",class:"ui-slider__thumb ui-slider__triple-thumb",r3:"",tabindex:"0",onKeydown:$[2]||($[2]=F=>m(F,2))},$[6]||($[6]=[e.createElementVNode("div",{class:"ui-slider__thumb-focused-contour"},null,-1)]),44,Bc)])])]),$[12]||($[12]=e.createTextVNode()),$[13]||($[13]=e.createElementVNode("div",{class:"ui-slider__input-wrapper d-flex"},null,-1))],2),$[14]||($[14]=e.createTextVNode()),v.value?(e.openBlock(),e.createElementBlock("div",Cc,e.toDisplayString(v.value),1)):e.createCommentVNode("",!0)],2))}}),Nc={class:"ui-input-range__separator"},$c=e.defineComponent({__name:"InputRange",props:{modelValue:{},separator:{default:"-"}},emits:["update:modelValue","change"],setup(n,{emit:t}){const o=n,r=t,s=e.reactive({left:o.modelValue[0],right:o.modelValue[1]}),l=e.ref(!1),i=e.computed(()=>(l.value,"ui-input-range-focused")),a=e.computed({get(){return{left:Math.min(...o.modelValue),right:Math.max(...o.modelValue)}},set(){}});e.watch(()=>a.value,p=>(s.left=p.left)&&(s.right=p.right));function d(){r("update:modelValue",[+s.left,+s.right]),r("change",[+s.left,+s.right])}function c(p,u){const k=u.target.value;/^[0-9]{0,2}$/.test(k)?p?s.left=+k:s.right=+k:p?s.left=+k.slice(0,k.length-1):s.right=+k.slice(0,k.length-1)}return(p,u)=>(e.openBlock(),e.createElementBlock("div",e.mergeProps({class:[i.value,"ui-input-range"]},p.$attrs),[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":u[0]||(u[0]=k=>a.value.left=k),class:"text-s",type:"text",onChange:d,onFocus:u[1]||(u[1]=k=>l.value=!0),onFocusout:u[2]||(u[2]=k=>l.value=!1),onInput:u[3]||(u[3]=k=>c(!0,k))},null,544),[[e.vModelText,a.value.left]]),u[8]||(u[8]=e.createTextVNode()),e.createElementVNode("div",Nc,e.toDisplayString(o.separator),1),u[9]||(u[9]=e.createTextVNode()),e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":u[4]||(u[4]=k=>a.value.right=k),class:"text-s",type:"text",onChange:d,onFocus:u[5]||(u[5]=k=>l.value=!0),onFocusout:u[6]||(u[6]=k=>l.value=!1),onInput:u[7]||(u[7]=k=>c(!1,k))},null,544),[[e.vModelText,a.value.right]])],16))}}),Tc={class:"ui-slider__wrapper"},Sc={class:"ui-slider__label-section"},Dc={key:0,class:"text-s"},Mc={key:1,class:"ui-slider__value-static text-s"},vc={class:"ui-slider__base"},Oc={class:"ui-slider__container"},Pc={class:"ui-slider__container ui-slider__container-thumb"},zc={class:"ui-slider__input-wrapper d-flex"},Rc={key:0,class:"ui-slider__error"},Ac=e.defineComponent({__name:"SliderRange",props:{modelValue:{},min:{default:0},max:{},step:{default:1},label:{default:void 0},helper:{default:void 0},error:{default:void 0},mode:{default:"text"},measure:{default:""},breakpoints:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(n,{emit:t}){const o=e.useSlots(),r=t,s=n,l=e.reactive({deltaValue1:0,deltaValue2:0}),i=e.ref(),a=e.ref(),d=e.ref(),c=e.ref(s.modelValue),p=e.ref(s.modelValue[0]),u=e.ref(s.modelValue[1]),k=e.computed(()=>s),h=eo(k),_=e.computed(()=>[p.value,u.value].sort((w,m)=>w-m).join("-")),E=e.computed(()=>s.max-s.min),v=e.computed(()=>G((s.modelValue[0]??0)+l.deltaValue1,s.min,s.max)),x=e.computed(()=>G((s.modelValue[1]??0)+l.deltaValue2,s.min,s.max)),z=e.computed(()=>{const w=s.modelValue;return Array.isArray(w)&&w.length===2&&w.every(g=>Number.isFinite(g))?s.error:"Expected model [number, number]"}),S=e.computed(()=>(v.value-s.min)/E.value),D=e.computed(()=>(x.value-s.min)/E.value),b=e.computed(()=>C()),M=e.computed(()=>({right:b.value[0]+"%",left:100-b.value[1]+"%"})),B=e.computed(()=>({right:Math.ceil((1-S.value)*100)+"%"})),f=e.computed(()=>({right:Math.ceil((1-D.value)*100)+"%"}));e.watch(()=>s.modelValue,w=>{c.value=w,p.value=+w[0],u.value=+w[1]},{immediate:!0}),me(a,w=>{var m;K((m=e.unref(i))==null?void 0:m.getBoundingClientRect(),g=>{const{dx:$}=w;l.deltaValue1=$/g.width*E.value,p.value=y(G((s.modelValue[0]??0)+l.deltaValue1,s.min,s.max)),c.value=[p.value,u.value].sort((F,H)=>F-H),w.stop&&(T([y(v.value),y(x.value)]),l.deltaValue1=0)})}),me(d,w=>{var m;K((m=e.unref(i))==null?void 0:m.getBoundingClientRect(),g=>{const{dx:$}=w;l.deltaValue2=$/g.width*E.value,u.value=y(G((s.modelValue[1]??0)+l.deltaValue2,s.min,s.max)),c.value=[p.value,u.value].sort((F,H)=>F-H),w.stop&&(T([y(v.value),y(x.value)]),l.deltaValue2=0)})});function C(){const w=Math.ceil((1-S.value)*100),m=Math.ceil((1-D.value)*100);return[w,m].sort((g,$)=>g-$)}function y(w){const m=G(w,s.min,s.max);return Math.round((m+Number.EPSILON)*(1/s.step))/(1/s.step)}function T(w){r("update:modelValue",w)}function A(w,m){["ArrowDown","ArrowUp","ArrowRight","ArrowLeft","Enter"].includes(w.code)&&w.preventDefault();const g=w.code==="ArrowUp"||w.code==="ArrowRight"?s.step*1:w.code==="ArrowDown"||w.code==="ArrowLeft"?s.step*-1:0,$=[...s.modelValue];$[m]=G($[m]+g,s.min,s.max),T($)}return(w,m)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([s.disabled?"ui-slider__disabled":void 0,"ui-slider__envelope"])},[e.createElementVNode("div",{class:e.normalizeClass([`ui-slider__mode-${s.mode}`,"ui-slider"])},[e.createElementVNode("div",Tc,[e.createElementVNode("div",Sc,[w.label?(e.openBlock(),e.createElementBlock("label",Dc,[e.createElementVNode("span",null,e.toDisplayString(w.label),1),m[3]||(m[3]=e.createTextVNode()),e.unref(o).tooltip?(e.openBlock(),e.createBlock(e.unref(X),{key:0,class:"info",position:"top"},{tooltip:e.withCtx(()=>[e.renderSlot(w.$slots,"tooltip")]),_:3})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),m[4]||(m[4]=e.createTextVNode()),s.mode==="text"?(e.openBlock(),e.createElementBlock("div",Mc,e.toDisplayString(_.value),1)):e.createCommentVNode("",!0)]),m[10]||(m[10]=e.createTextVNode()),e.createElementVNode("div",vc,[e.createElementVNode("div",Oc,[e.createElementVNode("div",{ref_key:"barRef",ref:i,class:"ui-slider__bar"},[e.createElementVNode("div",{class:"ui-slider__progress",style:e.normalizeStyle(M.value)},null,4)],512)]),m[9]||(m[9]=e.createTextVNode()),e.createElementVNode("div",Pc,[s.breakpoints?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(e.unref(h),(g,$)=>(e.openBlock(),e.createElementBlock("div",{key:$,style:e.normalizeStyle({right:`${g}%`}),class:"ui-slider__thumb-step"},null,4))),128)):e.createCommentVNode("",!0),m[7]||(m[7]=e.createTextVNode()),e.createElementVNode("div",{ref_key:"thumbRef1",ref:a,style:e.normalizeStyle(B.value),class:"ui-slider__thumb",tabindex:"0",onKeydown:m[0]||(m[0]=g=>A(g,0))},m[5]||(m[5]=[e.createElementVNode("div",{class:"ui-slider__thumb-focused-contour"},null,-1)]),36),m[8]||(m[8]=e.createTextVNode()),e.createElementVNode("div",{ref_key:"thumbRef2",ref:d,style:e.normalizeStyle(f.value),class:"ui-slider__thumb",tabindex:"0",onKeydown:m[1]||(m[1]=g=>A(g,1))},m[6]||(m[6]=[e.createElementVNode("div",{class:"ui-slider__thumb-focused-contour"},null,-1)]),36)])])]),m[11]||(m[11]=e.createTextVNode()),e.createElementVNode("div",zc,[s.mode==="input"?(e.openBlock(),e.createBlock($c,{key:0,modelValue:c.value,"onUpdate:modelValue":m[2]||(m[2]=g=>c.value=g),class:"ui-focused-border",onChange:T},null,8,["modelValue"])):e.createCommentVNode("",!0)])],2),m[12]||(m[12]=e.createTextVNode()),z.value?(e.openBlock(),e.createElementBlock("div",Rc,e.toDisplayString(z.value),1)):e.createCommentVNode("",!0)],2))}}),Ic=e.defineComponent({__name:"VScroll",props:{scrollTop:{},clientHeight:{},scrollHeight:{}},emits:["update:scrollTop"],setup(n,{emit:t}){const o=t,r=n,s=e.ref(),l=e.computed(()=>r.clientHeight/(r.scrollHeight||1)),i=e.computed(()=>l.value<1),a=e.computed(()=>{const d=e.unref(l);return{top:r.scrollTop*d+"px",height:Math.floor(r.clientHeight*d)+"px"}});return q(s,"pointerdown",d=>{const c={clientY:d.clientY},u=jt(document,"mousemove",k=>{const h=(k.clientY-c.clientY)/l.value;o("update:scrollTop",r.scrollTop+h),c.clientY=k.clientY});["mouseup","pointercancel"].forEach(k=>{document.addEventListener(k,u,{once:!0})})}),(d,c)=>i.value?(e.openBlock(),e.createElementBlock("div",{key:0,ref_key:"scrollRef",ref:s,class:"v-scroll"},[e.createElementVNode("div",{class:"v-scroll__scrollbar",style:e.normalizeStyle(a.value)},null,4)],512)):e.createCommentVNode("",!0)}}),Lc=e.defineComponent({__name:"HScroll",props:{scrollLeft:{},clientWidth:{},scrollWidth:{}},emits:["update:scrollLeft"],setup(n,{emit:t}){const o=t,r=n,s=e.ref(),l=e.computed(()=>r.clientWidth/(r.scrollWidth||1)),i=e.computed(()=>l.value<1),a=e.computed(()=>{const d=e.unref(l);return{left:r.scrollLeft*d+"px",width:Math.floor(r.clientWidth*d)+"px"}});return q(s,"pointerdown",d=>{const c={clientX:d.clientX},u=jt(document,"mousemove",k=>{const h=(k.clientX-c.clientX)/l.value;o("update:scrollLeft",r.scrollLeft+h),c.clientX=k.clientX});["mouseup","pointercancel"].forEach(k=>{document.addEventListener(k,u,{once:!0})})}),(d,c)=>i.value?(e.openBlock(),e.createElementBlock("div",{key:0,ref_key:"scrollRef",ref:s,class:"h-scroll"},[e.createElementVNode("div",{class:"h-scroll__scrollbar",style:e.normalizeStyle(a.value)},null,4)],512)):e.createCommentVNode("",!0)}}),Fc={class:"ui-scrollable"},jc=e.defineComponent({__name:"Scrollable",setup(n){const t=e.ref(),o=e.reactive({scrollTop:0,scrollLeft:0,clientHeight:0,clientWidth:0,scrollHeight:0,scrollWidth:0});function r(a){Ns(o,a,"scrollTop","scrollLeft","clientHeight","clientWidth","scrollHeight","scrollWidth")}const s=a=>{a.preventDefault();const d=a.currentTarget;d.scrollTop+=a.deltaY,d.scrollLeft+=a.deltaX,r(d)};function l(a){K(e.unref(t),d=>{d.scrollTop=a,r(d)})}function i(a){K(e.unref(t),d=>{d.scrollLeft=a,r(d)})}return on(t,a=>{K(a,d=>r(d))}),e.onMounted(()=>{K(e.unref(t),a=>{r(a),a.addEventListener("wheel",s)})}),e.onUnmounted(()=>{K(e.unref(t),a=>a.removeEventListener("wheel",s))}),(a,d)=>(e.openBlock(),e.createElementBlock("div",Fc,[e.createElementVNode("div",{ref_key:"containerRef",ref:t,class:"ui-scrollable__container",onWheel:s},[e.renderSlot(a.$slots,"default")],544),d[2]||(d[2]=e.createTextVNode()),e.createVNode(Ic,{"scroll-top":o.scrollTop,"client-height":o.clientHeight,"scroll-height":o.scrollHeight,onWheel:d[0]||(d[0]=e.withModifiers(()=>{},["stop"])),"onUpdate:scrollTop":l},null,8,["scroll-top","client-height","scroll-height"]),d[3]||(d[3]=e.createTextVNode()),e.createVNode(Lc,{"scroll-left":o.scrollLeft,"client-width":o.clientWidth,"scroll-width":o.scrollWidth,onWheel:d[1]||(d[1]=e.withModifiers(()=>{},["stop"])),"onUpdate:scrollLeft":i},null,8,["scroll-left","client-width","scroll-width"])]))}}),Zc={add:"add.svg","arrow-down":"arrow-down.svg","arrow-left":"arrow-left.svg","arrow-link":"arrow-link.svg","arrow-right":"arrow-right.svg","arrow-up":"arrow-up.svg",box:"box.svg",calendar:"calendar.svg","caret-down":"caret-down.svg","caret-left":"caret-left.svg","caret-right":"caret-right.svg","caret-up":"caret-up.svg","cell-type-num":"cell-type-num.svg","cell-type-txt":"cell-type-txt.svg",checkmark:"checkmark.svg","chevron-down":"chevron-down.svg","chevron-first":"chevron-first.svg","chevron-last":"chevron-last.svg","chevron-left":"chevron-left.svg","chevron-right":"chevron-right.svg","chevron-up":"chevron-up.svg","clipboard-copied":"clipboard-copied.svg",clipboard:"clipboard.svg",close:"close.svg",copy:"copy.svg","data-dimentions":"data-dimentions.svg","delete-bin":"delete-bin.svg","delete-circle":"delete-circle.svg","delete-clear":"delete-clear.svg",download:"download.svg","drag-dots":"drag-dots.svg",duplicate:"duplicate.svg",edit:"edit.svg",error:"error.svg",export:"export.svg","filter-on":"filter-on.svg",filter:"filter.svg","help-outline":"help-outline.svg",help:"help.svg","info-outline":"info-outline.svg",info:"info.svg","jump-link":"jump-link.svg",link:"link.svg",loading:"loading.svg",lock:"lock.svg",maximize:"maximize.svg",minimize:"minimize.svg",minus:"minus.svg",more:"more.svg",open:"open.svg","paper-clip":"paper-clip.svg",pause:"pause.svg",play:"play.svg",renew:"renew.svg",restart:"restart.svg",reverse:"reverse.svg",settings:"settings.svg",sort:"sort.svg",stop:"stop.svg",success:"success.svg",time:"time.svg",tune:"tune.svg",warning:"warning.svg","x-axis":"x-axis.svg","y-axis":"y-axis.svg",zip:"zip.svg"},Hc={"add-layer":"add-layer.svg",add:"add.svg","align-center":"align-center.svg","align-left":"align-left.svg","align-right":"align-right.svg",annotate:"annotate.svg",annotation:"annotation.svg",area:"area.svg","arrow-down":"arrow-down.svg","arrow-left":"arrow-left.svg","arrow-link":"arrow-link.svg","arrow-right":"arrow-right.svg","arrow-up":"arrow-up.svg",axes:"axes.svg","bar-cross":"bar-cross.svg","bar-error":"bar-error.svg","bar-stacked":"bar-stacked.svg","bar-trend":"bar-trend.svg",bar:"bar.svg",bindot:"bindot.svg",box:"box.svg","boxplot-binned":"boxplot-binned.svg","boxplot-jitter":"boxplot-jitter.svg","boxplot-notched":"boxplot-notched.svg",boxplot:"boxplot.svg",bubble:"bubble.svg",calendar:"calendar.svg",canvas:"canvas.svg","cell-type-num":"cell-type-num.svg","cell-type-txt":"cell-type-txt.svg","checkbox-checked":"checkbox-checked.svg","checkbox-intermediate":"checkbox-intermediate.svg",checkbox:"checkbox.svg",checkmark:"checkmark.svg","chevron-down":"chevron-down.svg","chevron-first":"chevron-first.svg","chevron-last":"chevron-last.svg","chevron-left":"chevron-left.svg","chevron-right":"chevron-right.svg","chevron-sort":"chevron-sort.svg","chevron-up":"chevron-up.svg","clipboard-copied":"clipboard-copied.svg",clipboard:"clipboard.svg",close:"close.svg","cloud-download":"cloud-download.svg","cloud-offline":"cloud-offline.svg","cloud-online":"cloud-online.svg","cloud-upload":"cloud-upload.svg",cluster:"cluster.svg",code:"code.svg","color-fill":"color-fill.svg","color-none":"color-none.svg","color-stroke":"color-stroke.svg",color:"color.svg",columns:"columns.svg","connected-points":"connected-points.svg",container:"container.svg",cookie:"cookie.svg",copy:"copy.svg",cpu:"cpu.svg","data-dimentions":"data-dimentions.svg",debug:"debug.svg","delete-bin":"delete-bin.svg","delete-circle":"delete-circle.svg","delete-clear":"delete-clear.svg","dendrogram-X-line":"dendrogram-X-line.svg","dendrogram-X":"dendrogram-X.svg","dendrogram-Y-line":"dendrogram-Y-line.svg","dendrogram-Y":"dendrogram-Y.svg","dna-add":"dna-add.svg","dna-import":"dna-import.svg",dna:"dna.svg",download:"download.svg","drag-dots":"drag-dots.svg","drag-horizontal":"drag-horizontal.svg","drag-vertical":"drag-vertical.svg",duplicate:"duplicate.svg",edit:"edit.svg","error-bar":"error-bar.svg",error:"error.svg","expand-left":"expand-left.svg","expand-right":"expand-right.svg",export:"export.svg","file-doc-add":"file-doc-add.svg","file-doc-download":"file-doc-download.svg","file-doc-import":"file-doc-import.svg","file-doc":"file-doc.svg","filter-on":"filter-on.svg",filter:"filter.svg","fire-tips":"fire-tips.svg","folder-parent":"folder-parent.svg","frame-type-all":"frame-type-all.svg","frame-type-bottom":"frame-type-bottom.svg","frame-type-left-bottom":"frame-type-left-bottom.svg","frame-type-left":"frame-type-left.svg","frame-type-none":"frame-type-none.svg",generate:"generate.svg",graph:"graph.svg",heatmap:"heatmap.svg","help-outline":"help-outline.svg",help:"help.svg","info-outline":"info-outline.svg",info:"info.svg",jitter:"jitter.svg","jump-link":"jump-link.svg",lasso:"lasso.svg",layers:"layers.svg",learn:"learn.svg","legend-box-dot":"legend-box-dot.svg","legend-box":"legend-box.svg",legend:"legend.svg","line-binned":"line-binned.svg","line-error":"line-error.svg","line-jitter":"line-jitter.svg",line:"line.svg","linetype-dashed":"linetype-dashed.svg","linetype-dotdash":"linetype-dotdash.svg","linetype-dotted":"linetype-dotted.svg","linetype-longdash":"linetype-longdash.svg","linetype-solid":"linetype-solid.svg","linetype-twodash":"linetype-twodash.svg","link-disabled":"link-disabled.svg",link:"link.svg",loading:"loading.svg",lock:"lock.svg",maximize:"maximize.svg",menu:"menu.svg",minimize:"minimize.svg",minus:"minus.svg",more:"more.svg","paper-clip":"paper-clip.svg",pause:"pause.svg",pin:"pin.svg",play:"play.svg","position-bottom-annotation":"position-bottom-annotation.svg","position-bottom":"position-bottom.svg","position-left-annotation":"position-left-annotation.svg","position-left":"position-left.svg","position-right-annotation":"position-right-annotation.svg","position-right":"position-right.svg","position-top-annotation":"position-top-annotation.svg","position-top":"position-top.svg",product:"product.svg",publications:"publications.svg","radio-button-checked":"radio-button-checked.svg","radio-button":"radio-button.svg",renew:"renew.svg",restart:"restart.svg",reverse:"reverse.svg","rotation-0":"rotation-0.svg","rotation-45":"rotation-45.svg","rotation-90":"rotation-90.svg",search:"search.svg","server-on":"server-on.svg",server:"server.svg",settings:"settings.svg",sina:"sina.svg",skatterplot:"skatterplot.svg",slice:"slice.svg","social-github":"social-github.svg","social-linkedin":"social-linkedin.svg","social-twitter-X":"social-twitter-X.svg","social-twitter-bird":"social-twitter-bird.svg","social-youtube":"social-youtube.svg","sort-list-down":"sort-list-down.svg","sort-list-up":"sort-list-up.svg",sort:"sort.svg",statistics:"statistics.svg",stop:"stop.svg","strip-plot":"strip-plot.svg",success:"success.svg","table-add":"table-add.svg","table-alias":"table-alias.svg","table-import":"table-import.svg",table:"table.svg",template:"template.svg",terminal:"terminal.svg","text-align-center":"text-align-center.svg","text-align-left":"text-align-left.svg","text-align-right":"text-align-right.svg","theme-dark":"theme-dark.svg","theme-light":"theme-light.svg",time:"time.svg",tune:"tune.svg",venn:"venn.svg","view-hide":"view-hide.svg","view-show":"view-show.svg","violin-binned":"violin-binned.svg","violin-jitter":"violin-jitter.svg",violin:"violin.svg",warning:"warning.svg",wetlab:"wetlab.svg","windows-collapse":"windows-collapse.svg","windows-expand":"windows-expand.svg","x-axis":"x-axis.svg","y-axis":"y-axis.svg",zip:"zip.svg","zoom-in":"zoom-in.svg","zoom-out":"zoom-out.svg"};function Uc(){return{txtSec:{title:"Text",data:{"--txt-00":{light:[!1,!1],value:["#FFFFFF","#FFFFFF"],description:"Text on the colored elements"},"--txt-01":{light:[!0,!1],value:["#110529","#FFFFFF"],description:"Primary text layer"},"--txt-02":{light:[!0,!1],value:["#231842","#ADAEB8"],description:"Secondary text layer - large arrays of text"},"--txt-03":{light:[!0,!0],value:["#9D9EAE","#60616B"],description:"Tetritary text layer - hints and descriptions"},"--txt-mask":{light:[!1,!0],value:["#CFD1DB","#3D3D42"],description:"Text mask in inputs, icons, etc."},"--txt-focus":{light:[!0,!0],value:["#07AD3E","#87E087"],description:"Colored text in active/focus elements"},"--txt-error":{light:[!0,!0],value:["#F1222F","#FF5C5C"],description:"Colored text in error elements"},"--txt-link":{light:[!0,!0],value:["#5F31CC","#9470FF"],description:"Colored text in links"}}},iconSec:{title:"Icon",data:{"--ic-00":{light:[!1,!1],value:["#FFFFFF","#FFFFFF"],description:"Icons on colored elements"},"--ic-01":{light:[!0,!1],value:["#110529","#FFFFFF"],description:"Primary elements"},"--ic-02":{light:[!1,!0],value:["#CFD1DB","#60616B"],description:"Secondary & tetritary elements"},"--ic-accent":{light:[!0,!1],value:["#07AD3E","#87E087"],description:"Focus/active elements"}}},borderSec:{title:"Border",data:{"--border-color-default":{light:[!0,!0],value:["#110529","#60616B"],description:"Main border for components"},"--border-color-hover":{light:[!0,!0],value:["#231842","#ADAEB8"],description:"Hover on main border"},"--border-color-focus":{light:[!1,!1],value:["#49CC49","#49CC49"],description:"Active border for components"},"--border-color-error":{light:[!1,!1],value:["#FF5C5C","#FF5C5C"],description:"Error border for components"},"--border-color-div-grey":{light:[!1,!0],value:["#E1E3EB","#232329"],description:"Divider lines low contrast"},"--border-color-div-bw":{light:[!1,!0],value:["#FFFFFF","#000000"],description:"Divider lines hight contrast"}}},btnSec:{title:"Button",data:{"--btn-accent-default":{light:[!0,!0],value:["#845CFF"," #5F31CC"],description:"Accent coloured button"},"--btn-accent-hover":{light:[!0,!0],value:["#9470FF"," #5F31CC"],description:"Hover on accent coloured button"},"--btn-accent-press":{light:[!0,!0],value:["#6F4DD6","#5F31CC"],description:"Pressed on accent coloured button"},"--btn-primary-default":{light:[!0,!0],value:["#110529","#5F31CC"],description:"Primary button"},"--btn-primary-hover":{light:[!0,!0],value:["#231842","#6D3DDB"],description:"Hover on primary button"},"--btn-primary-press":{light:[!0,!0],value:["#080214","#5328B8"],description:"Hover on primary button"},"--btn-sec-hover-white":{light:[!1,!0],value:["rgba(255, 255, 255, 0.50)","rgba(131, 131, 163, 0.16)"],description:"Hover background on transparent button"},"--btn-sec-hover-grey":{light:[!1,!0],value:["rgba(155, 171, 204, 0.16)","rgba(131, 131, 163, 0.16)"],description:"Hover background on ghost button & icons"},"--btn-sec-press-grey":{light:[!1,!0],value:["rgba(155, 171, 204, 0.24)","rgba(131, 131, 163, 0.24)"],description:"Hover background on ghost button & icons"},"--btn-active-select":{light:[!1,!0],value:["rgba(99, 224, 36, 0.24)","rgba(99, 224, 36, 0.24)"],description:"Fill on selected elements"},"--btn-switcher":{light:[!1,!0],value:["linear-gradient(180deg, #A1E59C 0%, #D0F5B0 100%)","#5E5E70"],description:"Gradient on active controll/switcher element"}}},disSec:{title:"Disable",data:{"--dis-00":{light:[!1,!0],value:["#FFFFFF","#65656B"],description:"Elements on dis-01, labels, texts, icons"},"--dis-01":{light:[!1,!0],value:["#CFD1DB","#3D3D42"],description:"Buttons, borders, labels, texts, icons"}}},bgSec:{title:"Background",data:{"--bg-base-dark":{light:[!0,!0],value:["#110529","#0D0D0F"],description:"Default dark block background"},"--bg-base-light":{light:[!1,!0],value:["#F7F8FA","#0D0D0F"],description:"Default light block background"},"--bg-elevated-01":{light:[!1,!0],value:["#FFFFFF","#1B1B1F"],description:"Default block background"},"--bg-elevated-02":{light:[!1,!0],value:["#E1E3EB","#2D2D33"],description:"Secondary block background"}}},filledSec:{title:"Filled",data:{"--filled-V-BG":{light:[!1,!0],value:["#D0F0C0","rgba(66, 184, 66, 0.40)"],description:"Text background selection on V-read"},"--filled-D-BG":{light:[!1,!0],value:["#FFCECC","rgba(229, 83, 229, 0.40)"],description:"Text background selection on D-read"},"--filled-N-BG":{light:[!1,!0],value:["#FAF5AA","rgba(83, 82, 102, 0.40)"],description:"Text background selection on C/N-read"},"--filled-J-BG":{light:[!1,!0],value:["#DEDBFF","rgba(132, 92, 255, 0.40)"],description:"Text background selection on J-read"}}},notificationSec:{title:"Notification",data:{"--notification-neutral":{light:[!1,!0],value:["linear-gradient(90deg, #D6D9FF 0%, #FFF 100%)","linear-gradient(90deg, #4D4D8F 0%, #292933 100%)"],description:"Background on neutral blocks"},"--notification-success":{light:[!1,!0],value:["linear-gradient(90deg, #C9F0B6 0%, #FFF 100%)","linear-gradient(90deg, #305C3E 0%, #292933 100%)"],description:"Background on success blocks"},"--notification-warning":{light:[!1,!0],value:["linear-gradient(90deg, #FEE0A3 0%, #FFF 100%)","linear-gradient(90deg, #754F2D 0%, #292933 100%)"],description:"Background on warning blocks"},"--notification-error":{light:[!1,!0],value:["linear-gradient(90deg, #FFB8B8 0%, #FFF 100%)","linear-gradient(90deg, #8F3343 0%, #292933 100%)"],description:"Background on error blocks"}}},gradientSec:{title:"Gradient",data:{"--gradient-blue-green":{light:[!0,!0],value:["linear-gradient(0deg, #478063 0%, #2E4652 45.93%, #24223D 91.63%)","linear-gradient(0deg, #478063 0%, #2E4652 45.93%, #24223D 91.63%)"],description:"Main brand dark gradient"},"--gradient-green-lime":{light:[!1,!0],value:["linear-gradient(180deg, #A1E59C 0%, #D0F5B0 100%)","linear-gradient(0deg, #478063 0%, #2E4652 45.93%, #24223D 91.63%)"],description:"Main brand light gradient"},"--gradient-blue-violet":{light:[!1,!0],value:["linear-gradient(180deg, #ADB8FF 0%, #D6E9FF 100%)","linear-gradient(0deg, #478063 0%, #2E4652 45.93%, #24223D 91.63%)"],description:"Main brand light gradient"},"--gradient-blue-clear":{light:[!1,!0],value:["linear-gradient(180deg, #85BEFF 0%, #CEF 100%)","linear-gradient(0deg, #478063 0%, #2E4652 45.93%, #24223D 91.63%)"],description:"Additional brand gradient"},"--gradient-orange":{light:[!1,!0],value:["linear-gradient(180deg, #FFB766 0%, #FFEAA3 100%)","linear-gradient(0deg, #478063 0%, #2E4652 45.93%, #24223D 91.63%)"],description:"Additional brand gradient"},"--gradient-mint":{light:[!1,!0],value:["linear-gradient(180deg, #7DD1D1 0%, #C8FAE9 100%)","linear-gradient(0deg, #478063 0%, #2E4652 45.93%, #24223D 91.63%)"],description:"Additional brand gradient"},"--gradient-lime":{light:[!1,!0],value:["linear-gradient(180deg, #BFE062 0%, #E4FFAD 100%)","linear-gradient(0deg, #478063 0%, #2E4652 45.93%, #24223D 91.63%)"],description:"Additional brand gradient"},"--gradient-rose":{light:[!1,!0],value:["linear-gradient(0deg, #FFDDD6 0%, #FF99C9 100%)","linear-gradient(0deg, #478063 0%, #2E4652 45.93%, #24223D 91.63%)"],description:"Additional brand gradient"},"--gradient-red":{light:[!1,!0],value:["linear-gradient(0deg, #FFD5CC 0%, #FF9494 100%)","linear-gradient(0deg, #478063 0%, #2E4652 45.93%, #24223D 91.63%)"],description:"Additional brand gradient"},"--gradient-violet":{light:[!1,!0],value:["linear-gradient(180deg, #BCA3FF 0%, #E5E5FF 100%)","linear-gradient(0deg, #478063 0%, #2E4652 45.93%, #24223D 91.63%)"],description:"Additional brand gradient"}}}}}const Wc=["add","arrow-down","arrow-left","arrow-link","arrow-right","arrow-up","box","calendar","caret-down","caret-left","caret-right","caret-up","cell-type-num","cell-type-txt","checkmark","chevron-down","chevron-first","chevron-last","chevron-left","chevron-right","chevron-up","clipboard-copied","clipboard","close","copy","data-dimentions","delete-bin","delete-circle","delete-clear","download","drag-dots","duplicate","edit","error","export","filter-on","filter","help-outline","help","info-outline","info","jump-link","link","loading","lock","maximize","minimize","minus","more","open","paper-clip","pause","play","renew","restart","reverse","settings","sort","stop","success","time","tune","warning","x-axis","y-axis","zip"],qc=["add-layer","add","align-center","align-left","align-right","annotate","annotation","area","arrow-down","arrow-left","arrow-link","arrow-right","arrow-up","axes","bar-cross","bar-error","bar-stacked","bar-trend","bar","bindot","box","boxplot-binned","boxplot-jitter","boxplot-notched","boxplot","bubble","calendar","canvas","cell-type-num","cell-type-txt","checkbox-checked","checkbox-intermediate","checkbox","checkmark","chevron-down","chevron-first","chevron-last","chevron-left","chevron-right","chevron-sort","chevron-up","clipboard-copied","clipboard","close","cloud-download","cloud-offline","cloud-online","cloud-upload","cluster","code","color-fill","color-none","color-stroke","color","columns","connected-points","container","cookie","copy","cpu","data-dimentions","debug","delete-bin","delete-circle","delete-clear","dendrogram-X-line","dendrogram-X","dendrogram-Y-line","dendrogram-Y","dna-add","dna-import","dna","download","drag-dots","drag-horizontal","drag-vertical","duplicate","edit","error-bar","error","expand-left","expand-right","export","file-doc-add","file-doc-download","file-doc-import","file-doc","filter-on","filter","fire-tips","folder-parent","frame-type-all","frame-type-bottom","frame-type-left-bottom","frame-type-left","frame-type-none","generate","graph","heatmap","help-outline","help","info-outline","info","jitter","jump-link","lasso","layers","learn","legend-box-dot","legend-box","legend","line-binned","line-error","line-jitter","line","linetype-dashed","linetype-dotdash","linetype-dotted","linetype-longdash","linetype-solid","linetype-twodash","link-disabled","link","loading","lock","maximize","menu","minimize","minus","more","paper-clip","pause","pin","play","position-bottom-annotation","position-bottom","position-left-annotation","position-left","position-right-annotation","position-right","position-top-annotation","position-top","product","publications","radio-button-checked","radio-button","renew","restart","reverse","rotation-0","rotation-45","rotation-90","search","server-on","server","settings","sina","skatterplot","slice","social-github","social-linkedin","social-twitter-X","social-twitter-bird","social-youtube","sort-list-down","sort-list-up","sort","statistics","stop","strip-plot","success","table-add","table-alias","table-import","table","template","terminal","text-align-center","text-align-left","text-align-right","theme-dark","theme-light","time","tune","venn","view-hide","view-show","violin-binned","violin-jitter","violin","warning","wetlab","windows-collapse","windows-expand","x-axis","y-axis","zip","zoom-in","zoom-out"],Kc={allCssVariables:Uc(),icons16:Zc,icons24:Hc};V.ContextProvider=Xd,V.DataTable=Er,V.DemoData=Kc,V.DropdownListItem=Se,V.LongText=Ht,V.PlAccordion=fi,V.PlAccordionSection=gi,V.PlAlert=rs,V.PlBlockPage=Zr,V.PlBtnAccent=ks,V.PlBtnDanger=_s,V.PlBtnGhost=Rt,V.PlBtnGroup=js,V.PlBtnLink=Bs,V.PlBtnPrimary=Co,V.PlBtnSecondary=Eo,V.PlBtnSplit=ms,V.PlCheckbox=Ma,V.PlCheckboxGroup=za,V.PlChip=Wt,V.PlContainer=Ur,V.PlDialogModal=Ro,V.PlDropdown=Ut,V.PlDropdownLegacy=na,V.PlDropdownLine=Zl,V.PlDropdownMulti=Sa,V.PlDropdownRef=Dl,V.PlEditableTitle=Ws,V.PlFileDialog=Lo,V.PlFileInput=Ud,V.PlGrid=Jr,V.PlIcon16=ht,V.PlIcon24=Mo,V.PlLogView=ci,V.PlMaskIcon16=Be,V.PlMaskIcon24=ce,V.PlNotificationAlert=Gd,V.PlNumberField=ha,V.PlProgressBar=ia,V.PlRow=qr,V.PlSectionSeparator=Io,V.PlSlideModal=Ka,V.PlSpacer=Gr,V.PlTabs=mi,V.PlTextArea=hl,V.PlTextField=vo,V.PlToggleSwitch=Xa,V.PlTooltip=X,V.Scrollable=jc,V.Slider=ic,V.SliderRange=Ac,V.SliderRangeTriple=Ec,V.ThemeSwitcher=zr,V.animate=ko,V.animateInfinite=Dr,V.call=mo,V.debounce=bo,V.delay=fo,V.detectOutside=gl,V.eventListener=jt,V.getElementScrollPosition=Po,V.isElementVisible=Oo,V.listToOptions=Mr,V.makeEaseInOut=Sr,V.makeEaseOut=yo,V.maskIcons16=Wc,V.maskIcons24=qc,V.normalizeListOptions=fe,V.notEmpty=Mt,V.randomInt=go,V.randomString=Tr,V.requestTick=vt,V.scrollIntoView=He,V.showContextMenu=Tt,V.throttle=_o,V.timeout=ho,V.useClickOutside=ft,V.useDraggable=hc,V.useEventListener=q,V.useFormState=mc,V.useHover=po,V.useInterval=uc,V.useLabelNotch=de,V.useLocalStorage=wo,V.useMouse=co,V.useMouseCapture=me,V.usePosition=De,V.useQuery=fc,V.useResizeObserver=on,V.useScroll=dc,V.useSortable=pc,V.useTheme=xo,Object.defineProperty(V,Symbol.toStringTag,{value:"Module"})});