tsv2-library 1.0.39 → 1.0.40

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.
@@ -78917,16 +78917,15 @@ const EEe = { class: "w-[22px] h-[22px] flex items-center justify-center rounded
78917
78917
  ), k = m(g, _), T = !!(w != null && w[_]), R = !!(w != null && w[_]);
78918
78918
  return (t.type === "addon" ? T : R) && k;
78919
78919
  }, m = (g, _) => {
78920
- var w;
78921
78920
  if ([
78922
78921
  "repairTicketing",
78923
78922
  "maintenance",
78924
78923
  "tracking",
78925
78924
  "audit",
78926
78925
  "assetControl"
78927
- ].includes(_)) {
78928
- const k = (w = g.licenseStatuses) == null ? void 0 : w[_];
78929
- return n.value === "asset" ? !!k && ["Managed", "Active"].includes(k) : !0;
78926
+ ].includes(_) && g.licenseStatuses) {
78927
+ const w = g.licenseStatuses[_];
78928
+ return n.value === "asset" ? !!w && ["Managed", "Active"].includes(w) : !0;
78930
78929
  }
78931
78930
  return !0;
78932
78931
  }, p = (g, _) => h(g, _) ? "primary" : void 0, b = (g, _) => i(h(g, _), _);
@@ -607,4 +607,4 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
607
607
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
608
608
  PERFORMANCE OF THIS SOFTWARE.
609
609
  ***************************************************************************** */function xI(e,t){var n,i;return e&&t?(n=""+e+t[0].toUpperCase()+t.slice(1),i=e+"-"+t):(n=e||t,i=e||t),{name:n,classname:i}}function CI(e){return/^blob:/.test(e)}function zI(e){return CI(e)||function(t){return/^data:/.test(t)}(e)}function zs(e){return!!(e&&e.constructor&&e.call&&e.apply)}function Hn(e){return e===void 0}function yM(e){return typeof e=="object"&&e!==null}function $g(e,t,n){var i={};return yM(e)?(Object.keys(t).forEach(function(o){Hn(e[o])?i[o]=t[o]:yM(t[o])?yM(e[o])?i[o]=$g(e[o],t[o],n[o]):i[o]=e[o]?t[o]:n[o]:t[o]===!0||t[o]===!1?i[o]=!!e[o]:i[o]=e[o]}),i):e?t:n}function pM(e){var t=Number(e);return Number.isNaN(t)?e:t}function QI(e){return typeof(e=="number"||function(t){return typeof t=="object"&&t!==null}(e)&&toString.call(e)=="[object Number]")&&!SI(e)}function SI(e){return e!=e}function kI(e,t){return Math.sqrt(Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2))}var jc=function(e,t){e===void 0&&(e={}),t===void 0&&(t={}),this.type="manipulateImage",this.move=e,this.scale=t},K7=function(e,t){t===void 0&&(t={}),this.type="resize",this.directions=e,this.params=t},e0=function(e){this.type="move",this.directions=e},q7=function(){function e(t,n,i,o,a){this.type="drag",this.nativeEvent=t,this.position=i,this.previousPosition=o,this.element=n,this.anchor=a}return e.prototype.shift=function(){var t=this,n=t.element,i=t.anchor,o=t.position;if(n){var a=n.getBoundingClientRect(),s=a.left,l=a.top;return{left:o.left-s-i.left,top:o.top-l-i.top}}return{left:0,top:0}},e}(),t0={name:"DraggableElement",props:{classname:{type:String}},beforeMount:function(){window.addEventListener("mouseup",this.onMouseUp,{passive:!1}),window.addEventListener("mousemove",this.onMouseMove,{passive:!1}),window.addEventListener("touchmove",this.onTouchMove,{passive:!1}),window.addEventListener("touchend",this.onTouchEnd,{passive:!1})},beforeUnmount:function(){window.removeEventListener("mouseup",this.onMouseUp),window.removeEventListener("mousemove",this.onMouseMove),window.removeEventListener("touchmove",this.onTouchMove),window.removeEventListener("touchend",this.onTouchEnd)},mounted:function(){if(!this.$refs.draggable)throw new Error('You should add ref "draggable" to your root element to use draggable mixin');this.touches=[],this.hovered=!1},methods:{onMouseOver:function(){this.hovered||(this.hovered=!0,this.$emit("enter"))},onMouseLeave:function(){this.hovered&&!this.touches.length&&(this.hovered=!1,this.$emit("leave"))},onTouchStart:function(e){e.cancelable&&!this.disabled&&e.touches.length===1&&(this.touches=Co(e.touches),this.hovered||(this.$emit("enter"),this.hovered=!0),e.touches.length&&this.initAnchor(this.touches.reduce(function(t,n){return{clientX:t.clientX+n.clientX/e.touches.length,clientY:t.clientY+n.clientY/e.touches.length}},{clientX:0,clientY:0})),e.preventDefault&&e.preventDefault(),e.stopPropagation())},onTouchEnd:function(){this.processEnd()},onTouchMove:function(e){this.touches.length&&(this.processMove(e,e.touches),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation())},onMouseDown:function(e){if(!this.disabled){var t={fake:!0,clientX:e.clientX,clientY:e.clientY};this.touches=[t],this.initAnchor(t),e.stopPropagation()}},onMouseMove:function(e){this.touches.length&&(this.processMove(e,[{fake:!0,clientX:e.clientX,clientY:e.clientY}]),e.preventDefault&&e.preventDefault())},onMouseUp:function(){this.processEnd()},initAnchor:function(e){var t=this.$refs.draggable.getBoundingClientRect(),n=t.left,i=t.right,o=t.bottom,a=t.top;this.anchor={left:e.clientX-n,top:e.clientY-a,bottom:o-e.clientY,right:i-e.clientX}},processMove:function(e,t){var n=Co(t);if(this.touches.length){if(this.touches.length===1&&n.length===1){var i=this.$refs.draggable;this.$emit("drag",new q7(e,i,{left:n[0].clientX,top:n[0].clientY},{left:this.touches[0].clientX,top:this.touches[0].clientY},this.anchor))}this.touches=n}},processEnd:function(){this.touches.length&&this.$emit("drag-end"),this.hovered&&(this.$emit("leave"),this.hovered=!1),this.touches=[]}},emits:["drag","drag-end","leave","enter"]};t0.render=function(e,t,n,i,o,a){return r.openBlock(),r.createBlock("div",{ref:"draggable",class:n.classname,onTouchstart:t[1]||(t[1]=function(){return a.onTouchStart&&a.onTouchStart.apply(a,arguments)}),onMousedown:t[2]||(t[2]=function(){return a.onMouseDown&&a.onMouseDown.apply(a,arguments)}),onMouseover:t[3]||(t[3]=function(){return a.onMouseOver&&a.onMouseOver.apply(a,arguments)}),onMouseleave:t[4]||(t[4]=function(){return a.onMouseLeave&&a.onMouseLeave.apply(a,arguments)})},[r.renderSlot(e.$slots,"default")],34)};var n0=zi("vue-handler-wrapper"),UI={name:"HandlerWrapper",components:{DraggableElement:t0},props:{horizontalPosition:{type:String},verticalPosition:{type:String},disabled:{type:Boolean,default:!1}},computed:{classes:function(){var e;if(this.horizontalPosition||this.verticalPosition){var t,n=xI(this.horizontalPosition,this.verticalPosition);e=n0((ai(t={},n.classname,!0),ai(t,"disabled",this.disabled),t))}else e=n0({disabled:this.disabled});return{root:e,draggable:n0("draggable")}}},emits:["leave","enter","drag","drag-end"]};UI.render=function(e,t,n,i,o,a){var s=r.resolveComponent("DraggableElement");return r.openBlock(),r.createBlock("div",{class:a.classes.root},[r.createVNode(s,{class:a.classes.draggable,onDrag:t[1]||(t[1]=function(l){return e.$emit("drag",l)}),onDragEnd:t[2]||(t[2]=function(l){return e.$emit("drag-end")}),onLeave:t[3]||(t[3]=function(l){return e.$emit("leave")}),onEnter:t[4]||(t[4]=function(l){return e.$emit("enter")})},{default:r.withCtx(function(){return[r.renderSlot(e.$slots,"default")]}),_:3},8,["class"])],2)};var $7=zi("vue-line-wrapper"),bI={name:"LineWrapper",components:{DraggableElement:t0},props:{position:{type:String,required:!0},disabled:{type:Boolean,default:!1}},computed:{classname:function(){var e;return $7((ai(e={},this.position,!0),ai(e,"disabled",this.disabled),e))}},emits:["leave","enter","drag","drag-end"]};bI.render=function(e,t,n,i,o,a){var s=r.resolveComponent("DraggableElement");return r.openBlock(),r.createBlock(s,{class:a.classname,onDrag:t[1]||(t[1]=function(l){return e.$emit("drag",l)}),onDragEnd:t[2]||(t[2]=function(l){return e.$emit("drag-end")}),onLeave:t[3]||(t[3]=function(l){return e.$emit("leave")}),onEnter:t[4]||(t[4]=function(l){return e.$emit("enter")})},{default:r.withCtx(function(){return[r.renderSlot(e.$slots,"default")]}),_:3},8,["class"])};var Hi=["left","right","top","bottom"],eJ=["left","right"],tJ=["top","bottom"],nJ=["left","top"],rJ=["fill-area","fit-area","stencil","none"],OI={left:0,top:0,width:0,height:0};function YI(e,t,n){return!(n=n||["width","height","left","top"]).some(function(i){return e[i]!==t[i]})}function Ji(e){return{left:e.left,top:e.top,right:e.left+e.width,bottom:e.top+e.height}}function Qs(e,t){return{left:e.left-t.left,top:e.top-t.top}}function rr(e){return{left:e.left+e.width/2,top:e.top+e.height/2}}function Bc(e,t){var n={left:0,top:0,right:0,bottom:0};return Hi.forEach(function(i){var o=t[i],a=Ji(e)[i];n[i]=o!==void 0&&a!==void 0?i==="left"||i==="top"?Math.max(0,o-a):Math.max(0,a-o):0}),n}function Wi(e,t){return{left:e.left-t.left,top:e.top-t.top,width:e.width+t.left+t.right,height:e.height+t.top+t.bottom}}function IM(e){return{left:-e.left,top:-e.top}}function zr(e,t){return ct(ct({},e),{left:e.left+t.left,top:e.top+t.top})}function oi(e,t,n,i){if(t!==1){if(n){var o=rr(e);return{width:e.width*t,height:e.height*t,left:e.left+e.width*(1-t)/2+(n.left-o.left)*(i||1-t),top:e.top+e.height*(1-t)/2+(n.top-o.top)*(i||1-t)}}return{width:e.width*t,height:e.height*t,left:e.left+e.width*(1-t)/2,top:e.top+e.height*(1-t)/2}}return e}function vt(e){return e.width/e.height}function Ss(e,t){return Math.min(t.right!==void 0&&t.left!==void 0?(t.right-t.left)/e.width:1/0,t.bottom!==void 0&&t.top!==void 0?(t.bottom-t.top)/e.height:1/0)}function ks(e,t){var n={left:0,top:0},i=Bc(e,t);return i.left&&i.left>0?n.left=i.left:i.right&&i.right>0&&(n.left=-i.right),i.top&&i.top>0?n.top=i.top:i.bottom&&i.bottom>0&&(n.top=-i.bottom),n}function r0(e,t){var n;return t.minimum&&e<t.minimum?n=t.minimum:t.maximum&&e>t.maximum&&(n=t.maximum),n}function FI(e,t){var n=vt(e),i=vt(t);return t.width<1/0&&t.height<1/0?n>i?{width:t.width,height:t.width/n}:{width:t.height*n,height:t.height}:t.width<1/0?{width:t.width,height:t.width/n}:t.height<1/0?{width:t.height*n,height:t.height}:e}function RI(e,t){var n=t*Math.PI/180;return{width:Math.abs(e.width*Math.cos(n))+Math.abs(e.height*Math.sin(n)),height:Math.abs(e.width*Math.sin(n))+Math.abs(e.height*Math.cos(n))}}function Ja(e,t){var n=t*Math.PI/180;return{left:e.left*Math.cos(n)-e.top*Math.sin(n),top:e.left*Math.sin(n)+e.top*Math.cos(n)}}function fM(e,t){var n=Bc(ir(e,t),t);return n.left+n.right+n.top+n.bottom?n.left+n.right>n.top+n.bottom?Math.min((e.width+n.left+n.right)/e.width,Ss(e,t)):Math.min((e.height+n.top+n.bottom)/e.height,Ss(e,t)):1}function ir(e,t,n){n===void 0&&(n=!1);var i=ks(e,t);return zr(e,n?IM(i):i)}function i0(e){return{width:e.right!==void 0&&e.left!==void 0?e.right-e.left:1/0,height:e.bottom!==void 0&&e.top!==void 0?e.bottom-e.top:1/0}}function iJ(e,t){return ct(ct({},e),{minWidth:Math.min(t.width,e.minWidth),minHeight:Math.min(t.height,e.minHeight),maxWidth:Math.min(t.width,e.maxWidth),maxHeight:Math.min(t.height,e.maxHeight)})}function _I(e,t,n){n===void 0&&(n=!0);var i={};return Hi.forEach(function(o){var a=e[o],s=t[o];a!==void 0&&s!==void 0?i[o]=o==="left"||o==="top"?n?Math.max(a,s):Math.min(a,s):n?Math.min(a,s):Math.max(a,s):s!==void 0?i[o]=s:a!==void 0&&(i[o]=a)}),i}function mM(e,t){return _I(e,t,!0)}function vI(e){var t=e.size,n=e.aspectRatio,i=e.ignoreMinimum,o=e.sizeRestrictions;return!!((t.correctRatio||vt(t)>=n.minimum&&vt(t)<=n.maximum)&&t.height<=o.maxHeight&&t.width<=o.maxWidth&&t.width&&t.height&&(i||t.height>=o.minHeight&&t.width>=o.minWidth))}function VI(e,t){return Math.pow(e.width-t.width,2)+Math.pow(e.height-t.height,2)}function da(e){var t=e.width,n=e.height,i=e.sizeRestrictions,o={minimum:e.aspectRatio&&e.aspectRatio.minimum||0,maximum:e.aspectRatio&&e.aspectRatio.maximum||1/0},a={width:Math.max(i.minWidth,Math.min(i.maxWidth,t)),height:Math.max(i.minHeight,Math.min(i.maxHeight,n))};function s(M,d){return d===void 0&&(d=!1),M.reduce(function(g,h){return vI({size:h,aspectRatio:o,sizeRestrictions:i,ignoreMinimum:d})&&(!g||VI(h,{width:t,height:n})<VI(g,{width:t,height:n}))?h:g},null)}var l=[];o&&[o.minimum,o.maximum].forEach(function(M){M&&l.push({width:a.width,height:a.width/M,correctRatio:!0},{width:a.height*M,height:a.height,correctRatio:!0})}),vI({size:a,aspectRatio:o,sizeRestrictions:i})&&l.push(a);var c=s(l)||s(l,!0);return c&&{width:c.width,height:c.height}}function a0(e){var t=e.event,n=e.coordinates,i=e.positionRestrictions,o=i===void 0?{}:i,a=zr(n,t.directions);return zr(a,ks(a,o))}function aJ(e){var t=e.coordinates,n=e.transform,i=e.imageSize,o=e.sizeRestrictions,a=e.positionRestrictions,s=e.aspectRatio,l=e.visibleArea,c=function(d,g){return a0({coordinates:d,positionRestrictions:a,event:new e0({left:g.left-d.left,top:g.top-d.top})})},M=ct({},t);return(Array.isArray(n)?n:[n]).forEach(function(d){var g={};Hn((g=typeof d=="function"?d({coordinates:M,imageSize:i,visibleArea:l}):d).width)&&Hn(g.height)||(M=function(h,N){var p=ct(ct(ct({},h),da({width:N.width,height:N.height,sizeRestrictions:o,aspectRatio:s})),{left:0,top:0});return c(p,{left:h.left,top:h.top})}(M,ct(ct({},M),g))),Hn(g.left)&&Hn(g.top)||(M=c(M,ct(ct({},M),g)))}),M}function oJ(e){e.event;var t=e.getAreaRestrictions,n=e.boundaries,i=e.coordinates,o=e.visibleArea;e.aspectRatio;var a=e.stencilSize,s=e.sizeRestrictions,l=e.positionRestrictions;e.stencilReference;var c,M,d,g=ct({},i),h=ct({},o),N=ct({},a);c=vt(N),M=vt(g),d===void 0&&(d=.001),(c===0||M===0?Math.abs(M-c)<d:Math.abs(M/c)<1+d&&Math.abs(M/c)>1-d)||(g=ct(ct({},g),da({sizeRestrictions:s,width:g.width,height:g.height,aspectRatio:{minimum:vt(N),maximum:vt(N)}})));var p=fM(h=oi(h,g.width*n.width/(h.width*N.width)),t({visibleArea:h,type:"resize"}));return p!==1&&(h=oi(h,p),g=oi(g,p)),h=ir(h=zr(h,Qs(rr(g),rr(h))),t({visibleArea:h,type:"move"})),{coordinates:g=ir(g,mM(Ji(h),l)),visibleArea:h}}function sJ(e){var t=e.event,n=e.getAreaRestrictions,i=e.boundaries,o=e.coordinates,a=e.visibleArea;e.aspectRatio,e.stencilSize,e.sizeRestrictions;var s=e.positionRestrictions;e.stencilReference;var l=ct({},o),c=ct({},a);if(o&&a&&t.type!=="manipulateImage"){var M={width:0,height:0};c.width,i.width,vt(i)>vt(l)?(M.height=.8*i.height,M.width=M.height*vt(l)):(M.width=.8*i.width,M.height=M.width*vt(l));var d=fM(c=oi(c,l.width*i.width/(c.width*M.width)),n({visibleArea:c,type:"resize"}));c=oi(c,d),d!==1&&(M.height/=d,M.width/=d),c=ir(c=zr(c,Qs(rr(l),rr(c))),n({visibleArea:c,type:"move"})),l=ir(l,mM(Ji(c),s))}return{coordinates:l,visibleArea:c}}function lJ(e){var t=e.event,n=e.coordinates,i=e.visibleArea,o=e.getAreaRestrictions,a=ct({},i),s=ct({},n);if(t.type==="setCoordinates"){var l=Math.max(0,s.width-a.width),c=Math.max(0,s.height-a.height);l>c?a=oi(a,Math.min(s.width/a.width,Ss(a,o({visibleArea:a,type:"resize"})))):c>l&&(a=oi(a,Math.min(s.height/a.height,Ss(a,o({visibleArea:a,type:"resize"}))))),a=ir(a=zr(a,IM(ks(s,Ji(a)))),o({visibleArea:a,type:"move"}))}return{visibleArea:a,coordinates:s}}function cJ(e){var t=e.imageSize,n=e.visibleArea,i=e.coordinates,o=n||t;return{left:(n?n.left:0)+o.width/2-i.width/2,top:(n?n.top:0)+o.height/2-i.height/2}}function AJ(e){var t=e.imageSize,n=e.visibleArea,i=e.aspectRatio,o=e.sizeRestrictions,a=n||t,s=Math.min(i.maximum||1/0,Math.max(i.minimum||0,vt(a))),l=a.width<a.height?{width:.8*a.width,height:.8*a.width/s}:{height:.8*a.height,width:.8*a.height*s};return da(ct(ct({},l),{aspectRatio:i,sizeRestrictions:o}))}function MJ(e){var t,n,i=e.imageSize,o=e.visibleArea,a=e.boundaries,s=e.aspectRatio,l=e.sizeRestrictions,c=e.stencilSize,M=o||i;return vt(M)>vt(a)?n=(t=c.height*M.height/a.height)*vt(c):t=(n=c.width*M.width/a.width)/vt(c),da({width:n,height:t,aspectRatio:s,sizeRestrictions:l})}function uJ(e){var t=e.getAreaRestrictions,n=e.coordinates,i=e.imageSize,o=vt(e.boundaries);if(n){var a={height:Math.max(n.height,i.height),width:Math.max(n.width,i.width)},s=FI({width:vt(a)>o?a.width:a.height*o,height:vt(a)>o?a.width/o:a.height},i0(t())),l={left:n.left+n.width/2-s.width/2,top:n.top+n.height/2-s.height/2,width:s.width,height:s.height},c=Bc(n,Ji(ct({left:0,top:0},i))),M={};return!c.left&&!c.right&&l.width<=i.width&&(M.left=0,M.right=i.width),!c.top&&!c.bottom&&l.height<=i.height&&(M.top=0,M.bottom=i.height),ir(l,M)}var d=vt(i);return s={height:d>o?i.height:i.width/o,width:d>o?i.height*o:i.width},{left:i.width/2-s.width/2,top:i.height/2-s.height/2,width:s.width,height:s.height}}function DM(e,t){return _I(e,Ji(t))}function dJ(e){var t=e.event,n=e.coordinates,i=e.visibleArea,o=e.sizeRestrictions,a=e.getAreaRestrictions,s=e.positionRestrictions,l=e.adjustStencil,c=t.scale,M=t.move,d=ct({},i),g=ct({},n),h=1,N=1,p=c.factor&&Math.abs(c.factor-1)>.001;d=zr(d,{left:M.left||0,top:M.top||0});var E={stencil:{minimum:Math.max(o.minWidth?o.minWidth/g.width:0,o.minHeight?o.minHeight/g.height:0),maximum:Math.min(o.maxWidth?o.maxWidth/g.width:1/0,o.maxHeight?o.maxHeight/g.height:1/0,Ss(g,s))},area:{maximum:Ss(d,a({visibleArea:d,type:"resize"}))}};c.factor&&p&&(c.factor<1?(N=Math.max(c.factor,E.stencil.minimum))>1&&(N=1):c.factor>1&&(N=Math.min(c.factor,Math.min(E.area.maximum,E.stencil.maximum)))<1&&(N=1)),N&&(d=oi(d,N,c.center));var y=n.left-i.left,I=i.width+i.left-(n.width+n.left),D=n.top-i.top,m=i.height+i.top-(n.height+n.top);return d=ir(d=zr(d,ks(d,{left:s.left!==void 0?s.left-y*N:void 0,top:s.top!==void 0?s.top-D*N:void 0,bottom:s.bottom!==void 0?s.bottom+m*N:void 0,right:s.right!==void 0?s.right+I*N:void 0})),a({visibleArea:d,type:"move"})),g.width=g.width*N,g.height=g.height*N,g.left=d.left+y*N,g.top=d.top+D*N,g=ir(g,mM(Ji(d),s)),c.factor&&p&&l&&(c.factor>1?h=Math.min(E.area.maximum,c.factor)/N:c.factor<1&&(h=Math.max(g.height/d.height,g.width/d.width,c.factor/N)),h!==1&&(d=zr(d=ir(d=oi(d,h,c.factor>1?c.center:rr(g)),a({visibleArea:d,type:"move"})),IM(ks(g,Ji(d)))))),{coordinates:g,visibleArea:d}}function gJ(e){var t=e.aspectRatio,n=e.getAreaRestrictions,i=e.coordinates,o=e.visibleArea,a=e.sizeRestrictions,s=e.positionRestrictions,l=e.imageSize,c=e.previousImageSize,M=e.angle,d=ct({},i),g=ct({},o),h=Ja(rr(ct({left:0,top:0},c)),M);return(d=ct(ct({},da({sizeRestrictions:a,aspectRatio:t,width:d.width,height:d.height})),Ja(rr(d),M))).left-=h.left-l.width/2+d.width/2,d.top-=h.top-l.height/2+d.height/2,g=oi(g,fM(g,n({visibleArea:g,type:"resize"}))),{coordinates:d=ir(d,s),visibleArea:g=ir(g=zr(g,Qs(rr(d),rr(i))),n({visibleArea:g,type:"move"}))}}function NJ(e){var t=e.flip,n=e.previousFlip,i=e.rotate;e.aspectRatio;var o=e.getAreaRestrictions,a=e.coordinates,s=e.visibleArea,l=e.imageSize,c=ct({},a),M=ct({},s),d=n.horizontal!==t.horizontal,g=n.vertical!==t.vertical;if(d||g){var h=Ja({left:l.width/2,top:l.height/2},-i),N=Ja(rr(c),-i),p=Ja({left:d?h.left-(N.left-h.left):N.left,top:g?h.top-(N.top-h.top):N.top},i);c=zr(c,Qs(p,rr(c))),N=Ja(rr(M),-i),M=ir(M=zr(M,Qs(p=Ja({left:d?h.left-(N.left-h.left):N.left,top:g?h.top-(N.top-h.top):N.top},i),rr(M))),o({visibleArea:M,type:"move"}))}return{coordinates:c,visibleArea:M}}function GI(e){var t=e.directions,n=e.coordinates,i=e.positionRestrictions,o=i===void 0?{}:i,a=e.sizeRestrictions,s=e.preserveRatio,l=e.compensate,c=ct({},t),M=Wi(n,c).width,d=Wi(n,c).height;M<0&&(c.left<0&&c.right<0?(c.left=-(n.width-a.minWidth)/(c.left/c.right),c.right=-(n.width-a.minWidth)/(c.right/c.left)):c.left<0?c.left=-(n.width-a.minWidth):c.right<0&&(c.right=-(n.width-a.minWidth))),d<0&&(c.top<0&&c.bottom<0?(c.top=-(n.height-a.minHeight)/(c.top/c.bottom),c.bottom=-(n.height-a.minHeight)/(c.bottom/c.top)):c.top<0?c.top=-(n.height-a.minHeight):c.bottom<0&&(c.bottom=-(n.height-a.minHeight)));var g=Bc(Wi(n,c),o);l&&(g.left&&g.left>0&&g.right===0?(c.right+=g.left,c.left-=g.left):g.right&&g.right>0&&g.left===0&&(c.left+=g.right,c.right-=g.right),g.top&&g.top>0&&g.bottom===0?(c.bottom+=g.top,c.top-=g.top):g.bottom&&g.bottom>0&&g.top===0&&(c.top+=g.bottom,c.bottom-=g.bottom),g=Bc(Wi(n,c),o));var h={width:1/0,height:1/0,left:1/0,right:1/0,top:1/0,bottom:1/0};if(Hi.forEach(function(E){var y=g[E];y&&c[E]&&(h[E]=Math.max(0,1-y/c[E]))}),s){var N=Math.min.apply(null,Hi.map(function(E){return h[E]}));N!==1/0&&Hi.forEach(function(E){c[E]*=N})}else Hi.forEach(function(E){h[E]!==1/0&&(c[E]*=h[E])});if(M=Wi(n,c).width,d=Wi(n,c).height,c.right+c.left&&(M>a.maxWidth?h.width=(a.maxWidth-n.width)/(c.right+c.left):M<a.minWidth&&(h.width=(a.minWidth-n.width)/(c.right+c.left))),c.bottom+c.top&&(d>a.maxHeight?h.height=(a.maxHeight-n.height)/(c.bottom+c.top):d<a.minHeight&&(h.height=(a.minHeight-n.height)/(c.bottom+c.top))),s){var p=Math.min(h.width,h.height);p!==1/0&&Hi.forEach(function(E){c[E]*=p})}else h.width!==1/0&&eJ.forEach(function(E){c[E]*=h.width}),h.height!==1/0&&tJ.forEach(function(E){c[E]*=h.height});return c}function wM(e,t,n){return t==0&&n==0?e/2:t==0?0:n==0?e:e*Math.abs(t/(t+n))}var hJ=zi("vue-simple-handler"),EJ=zi("vue-simple-handler-wrapper"),o0={name:"SimpleHandler",components:{HandlerWrapper:UI},props:{defaultClass:{type:String},hoverClass:{type:String},wrapperClass:{type:String},horizontalPosition:{type:String},verticalPosition:{type:String},disabled:{type:Boolean,default:!1}},data:function(){return{hover:!1}},computed:{classes:function(){var e,t=(ai(e={},this.horizontalPosition,!!this.horizontalPosition),ai(e,this.verticalPosition,!!this.verticalPosition),ai(e,"".concat(this.horizontalPosition,"-").concat(this.verticalPosition),!!(this.verticalPosition&&this.horizontalPosition)),ai(e,"hover",this.hover),e);return{default:On(hJ(t),this.defaultClass,this.hover&&this.hoverClass),wrapper:On(EJ(t),this.wrapperClass)}}},methods:{onDrag:function(e){this.$emit("drag",e)},onEnter:function(){this.hover=!0},onLeave:function(){this.hover=!1},onDragEnd:function(){this.$emit("drag-end")}},emits:["drag","drag-end"]};o0.render=function(e,t,n,i,o,a){var s=r.resolveComponent("HandlerWrapper");return r.openBlock(),r.createBlock(s,{class:a.classes.wrapper,"vertical-position":n.verticalPosition,"horizontal-position":n.horizontalPosition,disabled:n.disabled,onDrag:a.onDrag,onDragEnd:a.onDragEnd,onEnter:a.onEnter,onLeave:a.onLeave},{default:r.withCtx(function(){return[r.createVNode("div",{class:a.classes.default},null,2)]}),_:1},8,["class","vertical-position","horizontal-position","disabled","onDrag","onDragEnd","onEnter","onLeave"])};var TJ=zi("vue-simple-line"),yJ=zi("vue-simple-line-wrapper"),s0={name:"SimpleLine",components:{LineWrapper:bI},props:{defaultClass:{type:String},hoverClass:{type:String},wrapperClass:{type:String},position:{type:String},disabled:{type:Boolean,default:!1}},data:function(){return{hover:!1}},computed:{classes:function(){return{root:On(TJ(ai({},this.position,!0)),this.defaultClass,this.hover&&this.hoverClass),wrapper:On(yJ(ai({},this.position,!0)),this.wrapperClass)}}},methods:{onDrag:function(e){this.$emit("drag",e)},onEnter:function(){this.hover=!0},onLeave:function(){this.hover=!1},onDragEnd:function(){this.$emit("drag-end")}},emits:["drag","drag-end"]};s0.render=function(e,t,n,i,o,a){var s=r.resolveComponent("LineWrapper");return r.openBlock(),r.createBlock(s,{class:a.classes.wrapper,position:n.position,disabled:n.disabled,onDrag:a.onDrag,onDragEnd:a.onDragEnd,onEnter:a.onEnter,onLeave:a.onLeave},{default:r.withCtx(function(){return[r.createVNode("div",{class:a.classes.root},null,2)]}),_:1},8,["class","position","disabled","onDrag","onDragEnd","onEnter","onLeave"])};var l0=zi("vue-bounding-box"),pJ=["east","west",null],IJ=["south","north",null],PI={name:"BoundingBox",props:{width:{type:Number},height:{type:Number},transitions:{type:Object},handlers:{type:Object,default:function(){return{eastNorth:!0,north:!0,westNorth:!0,west:!0,westSouth:!0,south:!0,eastSouth:!0,east:!0}}},handlersComponent:{type:[Object,String],default:function(){return o0}},handlersClasses:{type:Object,default:function(){return{}}},handlersWrappersClasses:{type:Object,default:function(){return{}}},lines:{type:Object,default:function(){return{west:!0,north:!0,east:!0,south:!0}}},linesComponent:{type:[Object,String],default:function(){return s0}},linesClasses:{type:Object,default:function(){return{}}},linesWrappersClasses:{type:Object,default:function(){return{}}},resizable:{type:Boolean,default:!0}},data:function(){var e=[];return pJ.forEach(function(t){IJ.forEach(function(n){if(t!==n){var i=xI(t,n),o=i.name,a=i.classname;e.push({name:o,classname:a,verticalDirection:n,horizontalDirection:t})}})}),{points:e}},computed:{style:function(){var e={};return this.width&&this.height&&(e.width="".concat(this.width,"px"),e.height="".concat(this.height,"px"),this.transitions&&this.transitions.enabled&&(e.transition="".concat(this.transitions.time,"ms ").concat(this.transitions.timingFunction))),e},classes:function(){var e=this.handlersClasses,t=this.handlersWrappersClasses,n=this.linesClasses,i=this.linesWrappersClasses;return{root:l0(),handlers:e,handlersWrappers:t,lines:n,linesWrappers:i}},lineNodes:function(){var e=this,t=[];return this.points.forEach(function(n){n.horizontalDirection&&n.verticalDirection||!e.lines[n.name]||t.push({name:n.name,component:e.linesComponent,class:On(e.classes.lines.default,e.classes.lines[n.name],!e.resizable&&e.classes.lines.disabled),wrapperClass:On(e.classes.linesWrappers.default,e.classes.linesWrappers[n.name],!e.resizable&&e.classes.linesWrappers.disabled),hoverClass:e.classes.lines.hover,verticalDirection:n.verticalDirection,horizontalDirection:n.horizontalDirection,disabled:!e.resizable})}),t},handlerNodes:function(){var e=this,t=[],n=this.width,i=this.height;return this.points.forEach(function(o){if(e.handlers[o.name]){var a={name:o.name,component:e.handlersComponent,class:On(e.classes.handlers.default,e.classes.handlers[o.name]),wrapperClass:On(e.classes.handlersWrappers.default,e.classes.handlersWrappers[o.name]),hoverClass:e.classes.handlers.hover,verticalDirection:o.verticalDirection,horizontalDirection:o.horizontalDirection,disabled:!e.resizable};if(n&&i){var s=o.horizontalDirection,l=o.verticalDirection,c=s==="east"?n:s==="west"?0:n/2,M=l==="south"?i:l==="north"?0:i/2;a.wrapperClass=l0("handler"),a.wrapperStyle={transform:"translate(".concat(c,"px, ").concat(M,"px)")},e.transitions&&e.transitions.enabled&&(a.wrapperStyle.transition="".concat(e.transitions.time,"ms ").concat(e.transitions.timingFunction))}else a.wrapperClass=l0("handler",ai({},o.classname,!0));t.push(a)}}),t}},beforeMount:function(){window.addEventListener("mouseup",this.onMouseUp,{passive:!1}),window.addEventListener("mousemove",this.onMouseMove,{passive:!1}),window.addEventListener("touchmove",this.onTouchMove,{passive:!1}),window.addEventListener("touchend",this.onTouchEnd,{passive:!1})},beforeUnmount:function(){window.removeEventListener("mouseup",this.onMouseUp),window.removeEventListener("mousemove",this.onMouseMove),window.removeEventListener("touchmove",this.onTouchMove),window.removeEventListener("touchend",this.onTouchEnd)},mounted:function(){this.touches=[]},methods:{onEnd:function(){this.$emit("resize-end")},onHandlerDrag:function(e,t,n){var i,o=e.shift(),a=o.left,s=o.top,l={left:0,right:0,top:0,bottom:0};t==="west"?l.left-=a:t==="east"&&(l.right+=a),n==="north"?l.top-=s:n==="south"&&(l.bottom+=s),!n&&t?i="width":n&&!t&&(i="height"),this.resizable&&this.$emit("resize",new K7(l,{allowedDirections:{left:t==="west"||!t,right:t==="east"||!t,bottom:n==="south"||!n,top:n==="north"||!n},preserveAspectRatio:e.nativeEvent&&e.nativeEvent.shiftKey,respectDirection:i}))}},emits:["resize","resize-end"]};PI.render=function(e,t,n,i,o,a){return r.openBlock(),r.createBlock("div",{ref:"box",class:a.classes.root,style:a.style},[r.renderSlot(e.$slots,"default"),r.createVNode("div",null,[(r.openBlock(!0),r.createBlock(r.Fragment,null,r.renderList(a.lineNodes,function(s){return r.openBlock(),r.createBlock(r.resolveDynamicComponent(s.component),{key:s.name,"default-class":s.class,"hover-class":s.hoverClass,"wrapper-class":s.wrapperClass,position:s.name,disabled:s.disabled,onDrag:function(l){return a.onHandlerDrag(l,s.horizontalDirection,s.verticalDirection)},onDragEnd:t[1]||(t[1]=function(l){return a.onEnd()})},null,8,["default-class","hover-class","wrapper-class","position","disabled","onDrag"])}),128))]),(r.openBlock(!0),r.createBlock(r.Fragment,null,r.renderList(a.handlerNodes,function(s){return r.openBlock(),r.createBlock("div",{key:s.name,style:s.wrapperStyle,class:s.wrapperClass},[(r.openBlock(),r.createBlock(r.resolveDynamicComponent(s.component),{"default-class":s.class,"hover-class":s.hoverClass,"wrapper-class":s.wrapperClass,"horizontal-position":s.horizontalDirection,"vertical-position":s.verticalDirection,disabled:s.disabled,onDrag:function(l){return a.onHandlerDrag(l,s.horizontalDirection,s.verticalDirection)},onDragEnd:t[2]||(t[2]=function(l){return a.onEnd()})},null,8,["default-class","hover-class","wrapper-class","horizontal-position","vertical-position","disabled","onDrag"]))],6)}),128))],6)};var fJ=zi("vue-draggable-area"),HI={name:"DraggableArea",props:{movable:{type:Boolean,default:!0},activationDistance:{type:Number,default:20}},computed:{classnames:function(){return{default:fJ()}}},beforeMount:function(){window.addEventListener("mouseup",this.onMouseUp,{passive:!1}),window.addEventListener("mousemove",this.onMouseMove,{passive:!1}),window.addEventListener("touchmove",this.onTouchMove,{passive:!1}),window.addEventListener("touchend",this.onTouchEnd,{passive:!1})},beforeUnmount:function(){window.removeEventListener("mouseup",this.onMouseUp),window.removeEventListener("mousemove",this.onMouseMove),window.removeEventListener("touchmove",this.onTouchMove),window.removeEventListener("touchend",this.onTouchEnd)},mounted:function(){this.touches=[],this.touchStarted=!1},methods:{onTouchStart:function(e){if(e.cancelable){var t=this.movable&&e.touches.length===1;t&&(this.touches=Co(e.touches)),(this.touchStarted||t)&&(e.preventDefault(),e.stopPropagation())}},onTouchEnd:function(){this.touchStarted=!1,this.processEnd()},onTouchMove:function(e){this.touches.length>=1&&(this.touchStarted?(this.processMove(e,e.touches),e.preventDefault(),e.stopPropagation()):kI({x:this.touches[0].clientX,y:this.touches[0].clientY},{x:e.touches[0].clientX,y:e.touches[0].clientY})>this.activationDistance&&(this.initAnchor({clientX:e.touches[0].clientX,clientY:e.touches[0].clientY}),this.touchStarted=!0))},onMouseDown:function(e){if(this.movable&&e.button===0){var t={fake:!0,clientX:e.clientX,clientY:e.clientY};this.touches=[t],this.initAnchor(t),e.stopPropagation()}},onMouseMove:function(e){this.touches.length&&(this.processMove(e,[{fake:!0,clientX:e.clientX,clientY:e.clientY}]),e.preventDefault&&e.cancelable&&e.preventDefault(),e.stopPropagation())},onMouseUp:function(){this.processEnd()},initAnchor:function(e){var t=this.$refs.container.getBoundingClientRect(),n=t.left,i=t.top;this.anchor={x:e.clientX-n,y:e.clientY-i}},processMove:function(e,t){var n=Co(t);if(this.touches.length){var i=this.$refs.container.getBoundingClientRect(),o=i.left,a=i.top;this.touches.length===1&&n.length===1&&this.$emit("move",new e0({left:n[0].clientX-(o+this.anchor.x),top:n[0].clientY-(a+this.anchor.y)}))}},processEnd:function(){this.touches.length&&this.$emit("move-end"),this.touches=[]}},emits:["move","move-end"]};HI.render=function(e,t,n,i,o,a){return r.openBlock(),r.createBlock("div",{ref:"container",onTouchstart:t[1]||(t[1]=function(){return a.onTouchStart&&a.onTouchStart.apply(a,arguments)}),onMousedown:t[2]||(t[2]=function(){return a.onMouseDown&&a.onMouseDown.apply(a,arguments)})},[r.renderSlot(e.$slots,"default")],544)};function c0(e){var t,n;return{rotate:e.rotate||0,flip:{horizontal:((t=e==null?void 0:e.flip)===null||t===void 0?void 0:t.horizontal)||!1,vertical:((n=e==null?void 0:e.flip)===null||n===void 0?void 0:n.vertical)||!1}}}function mJ(e){return new Promise(function(t,n){try{if(e)if(/^data:/i.test(e))t(function(c){c=c.replace(/^data:([^;]+);base64,/gim,"");for(var M=atob(c),d=M.length,g=new ArrayBuffer(d),h=new Uint8Array(g),N=0;N<d;N++)h[N]=M.charCodeAt(N);return g}(e));else if(/^blob:/i.test(e)){var i=new FileReader;i.onload=function(c){t(c.target.result)},a=e,s=function(c){i.readAsArrayBuffer(c)},(l=new XMLHttpRequest).open("GET",a,!0),l.responseType="blob",l.onload=function(){this.status!=200&&this.status!==0||s(this.response)},l.send()}else{var o=new XMLHttpRequest;o.onreadystatechange=function(){o.readyState===4&&(o.status===200||o.status===0?t(o.response):n("Warning: could not load an image to parse its orientation"),o=null)},o.onprogress=function(){o.getResponseHeader("content-type")!=="image/jpeg"&&o.abort()},o.withCredentials=!1,o.open("GET",e,!0),o.responseType="arraybuffer",o.send(null)}else n("Error: the image is empty")}catch(c){n(c)}var a,s,l})}function JI(e){var t=e.rotate,n=e.flip,i=e.scaleX,o=e.scaleY,a="";return a+=" rotate("+t+"deg) ",a+=" scaleX("+i*(n.horizontal?-1:1)+") ",a+=" scaleY("+o*(n.vertical?-1:1)+") "}function DJ(e){try{var t,n=new DataView(e),i=void 0,o=void 0,a=void 0,s=void 0;if(n.getUint8(0)===255&&n.getUint8(1)===216)for(var l=n.byteLength,c=2;c+1<l;){if(n.getUint8(c)===255&&n.getUint8(c+1)===225){a=c;break}c++}if(a&&(i=a+10,function(N,p,E){var y,I="";for(y=p,E+=p;y<E;y++)I+=String.fromCharCode(N.getUint8(y));return I}(n,a+4,4)==="Exif")){var M=n.getUint16(i);if(((o=M===18761)||M===19789)&&n.getUint16(i+2,o)===42){var d=n.getUint32(i+4,o);d>=8&&(s=i+d)}}if(s){for(var g=n.getUint16(s,o),h=0;h<g;h++)if(c=s+12*h+2,n.getUint16(c,o)===274){c+=8,t=n.getUint16(c,o),n.setUint16(c,1,o);break}}return t}catch{return null}}function WI(e,t){var n=t.getBoundingClientRect(),i=n.left,o=n.top,a={left:0,top:0},s=0;return e.forEach(function(l){a.left+=(l.clientX-i)/e.length,a.top+=(l.clientY-o)/e.length}),e.forEach(function(l){s+=kI({x:a.left,y:a.top},{x:l.clientX-i,y:l.clientY-o})}),{centerMass:a,spread:s,count:e.length}}var A0={props:{touchMove:{type:Boolean,required:!0},mouseMove:{type:Boolean,required:!0},touchResize:{type:Boolean,required:!0},wheelResize:{type:[Boolean,Object],required:!0},eventsFilter:{type:Function,required:!1}},beforeMount:function(){window.addEventListener("mouseup",this.onMouseUp,{passive:!1}),window.addEventListener("mousemove",this.onMouseMove,{passive:!1}),window.addEventListener("touchmove",this.onTouchMove,{passive:!1}),window.addEventListener("touchend",this.onTouchEnd,{passive:!1})},beforeUnmount:function(){window.removeEventListener("mouseup",this.onMouseUp),window.removeEventListener("mousemove",this.onMouseMove),window.removeEventListener("touchmove",this.onTouchMove),window.removeEventListener("touchend",this.onTouchEnd)},created:function(){this.transforming=!1,this.debouncedProcessEnd=qg(this.processEnd),this.touches=[]},methods:{processMove:function(e,t){if(this.touches.length){if(this.touches.length===1&&t.length===1)this.$emit("move",new jc({left:this.touches[0].clientX-t[0].clientX,top:this.touches[0].clientY-t[0].clientY}));else if(this.touches.length>1&&this.touchResize){var n=WI(t,this.$refs.container),i=this.oldGeometricProperties;i.count===n.count&&i.count>1&&this.$emit("resize",new jc({left:i.centerMass.left-n.centerMass.left,top:i.centerMass.top-n.centerMass.top},{factor:i.spread/n.spread,center:n.centerMass})),this.oldGeometricProperties=n}this.touches=t}},processEnd:function(){this.transforming&&(this.transforming=!1,this.$emit("transform-end"))},processStart:function(){this.transforming=!0,this.debouncedProcessEnd.clear()},processEvent:function(e){return this.eventsFilter?this.eventsFilter(e,this.transforming)!==!1:(e.preventDefault(),e.stopPropagation(),!0)},onTouchStart:function(e){if(e.cancelable&&(this.touchMove||this.touchResize&&e.touches.length>1)&&this.processEvent(e)){var t=this.$refs.container,n=t.getBoundingClientRect(),i=n.left,o=n.top,a=n.bottom,s=n.right;this.touches=Co(e.touches).filter(function(l){return l.clientX>i&&l.clientX<s&&l.clientY>o&&l.clientY<a}),this.oldGeometricProperties=WI(this.touches,t)}},onTouchEnd:function(e){e.touches.length===0&&(this.touches=[],this.processEnd())},onTouchMove:function(e){var t=this;if(this.touches.length){var n=Co(e.touches).filter(function(i){return!i.identifier||t.touches.find(function(o){return o.identifier===i.identifier})});this.processEvent(e)&&(this.processMove(e,n),this.processStart())}},onMouseDown:function(e){if(this.mouseMove&&"buttons"in e&&e.buttons===1&&this.processEvent(e)){var t={fake:!0,clientX:e.clientX,clientY:e.clientY};this.touches=[t],this.processStart()}},onMouseMove:function(e){this.touches.length&&this.processEvent(e)&&this.processMove(e,[{clientX:e.clientX,clientY:e.clientY}])},onMouseUp:function(){this.touches=[],this.processEnd()},onWheel:function(e){if(this.wheelResize&&this.processEvent(e)){var t=this.$refs.container.getBoundingClientRect(),n=t.left,i=t.top,o=1+this.wheelResize.ratio*(s=e.deltaY||e.detail||e.wheelDelta,(l=+s)==0||SI(l)?l:l>0?1:-1),a={left:e.clientX-n,top:e.clientY-i};this.$emit("resize",new jc({},{factor:o,center:a})),this.touches.length||this.debouncedProcessEnd()}var s,l}},emits:["resize","move","transform-end"]};A0.render=function(e,t,n,i,o,a){return r.openBlock(),r.createBlock("div",{ref:"container",onTouchstart:t[1]||(t[1]=function(){return a.onTouchStart&&a.onTouchStart.apply(a,arguments)}),onMousedown:t[2]||(t[2]=function(){return a.onMouseDown&&a.onMouseDown.apply(a,arguments)}),onWheel:t[3]||(t[3]=function(){return a.onWheel&&a.onWheel.apply(a,arguments)})},[r.renderSlot(e.$slots,"default")],544)};var M0={components:{TransformableImage:A0},props:{touchMove:{type:Boolean,required:!0},mouseMove:{type:Boolean,required:!0},touchResize:{type:Boolean,required:!0},wheelResize:{type:[Boolean,Object],required:!0}},emits:["resize","move"]};M0.render=function(e,t,n,i,o,a){var s=r.resolveComponent("transformable-image");return r.openBlock(),r.createBlock(s,{"touch-move":n.touchMove,"touch-resize":n.touchResize,"mouse-move":n.mouseMove,"wheel-resize":n.wheelResize,onMove:t[1]||(t[1]=function(l){return e.$emit("move",l)}),onResize:t[2]||(t[2]=function(l){return e.$emit("resize",l)})},{default:r.withCtx(function(){return[r.renderSlot(e.$slots,"default")]}),_:3},8,["touch-move","touch-resize","mouse-move","wheel-resize"])};var jM=zi("vue-preview"),ZI={props:{coordinates:{type:Object},transitions:{type:Object},image:{type:Object,default:function(){return{}}},imageClass:{type:String},width:{type:Number},height:{type:Number},fill:{type:Boolean}},data:function(){return{calculatedImageSize:{width:0,height:0},calculatedSize:{width:0,height:0}}},computed:{classes:function(){return{root:jM({fill:this.fill}),wrapper:jM("wrapper"),imageWrapper:jM("image-wrapper"),image:On(jM("image"),this.imageClass)}},style:function(){if(this.fill)return{};var e={};return this.width&&(e.width="".concat(this.size.width,"px")),this.height&&(e.height="".concat(this.size.height,"px")),this.transitions&&this.transitions.enabled&&(e.transition="".concat(this.transitions.time,"ms ").concat(this.transitions.timingFunction)),e},wrapperStyle:function(){var e={width:"".concat(this.size.width,"px"),height:"".concat(this.size.height,"px"),left:"calc(50% - ".concat(this.size.width/2,"px)"),top:"calc(50% - ".concat(this.size.height/2,"px)")};return this.transitions&&this.transitions.enabled&&(e.transition="".concat(this.transitions.time,"ms ").concat(this.transitions.timingFunction)),e},imageStyle:function(){if(this.coordinates&&this.image){var e=this.coordinates.width/this.size.width,t=_t(_t({rotate:0,flip:{horizontal:!1,vertical:!1}},this.image.transforms),{},{scaleX:1/e,scaleY:1/e}),n=this.imageSize.width,i=this.imageSize.height,o=RI({width:n,height:i},t.rotate),a={width:"".concat(n,"px"),height:"".concat(i,"px"),left:"0px",top:"0px"},s={rotate:{left:(n-o.width)*t.scaleX/2,top:(i-o.height)*t.scaleY/2},scale:{left:(1-t.scaleX)*n/2,top:(1-t.scaleY)*i/2}};return a.transform=`translate(
610
- `.concat(-this.coordinates.left/e-s.rotate.left-s.scale.left,"px,").concat(-this.coordinates.top/e-s.rotate.top-s.scale.top,"px) ")+JI(t),this.transitions&&this.transitions.enabled&&(a.transition="".concat(this.transitions.time,"ms ").concat(this.transitions.timingFunction)),a}return{}},size:function(){return{width:this.width||this.calculatedSize.width,height:this.height||this.calculatedSize.height}},imageSize:function(){return{width:this.image.width||this.calculatedImageSize.width,height:this.image.height||this.calculatedImageSize.height}}},watch:{image:function(e){(e.width||e.height)&&this.onChangeImage()}},mounted:function(){var e=this;this.onChangeImage(),this.$refs.image.addEventListener("load",function(){e.refreshImage()}),window.addEventListener("resize",this.refresh),window.addEventListener("orientationchange",this.refresh)},unmounted:function(){window.removeEventListener("resize",this.refresh),window.removeEventListener("orientationchange",this.refresh)},methods:{refreshImage:function(){var e=this.$refs.image;this.calculatedImageSize.height=e.naturalHeight,this.calculatedImageSize.width=e.naturalWidth},refresh:function(){var e=this.$refs.root;this.width||(this.calculatedSize.width=e.clientWidth),this.height||(this.calculatedSize.height=e.clientHeight)},onChangeImage:function(){var e=this.$refs.image;e&&e.complete&&this.refreshImage(),this.refresh()}}};ZI.render=function(e,t,n,i,o,a){return r.openBlock(),r.createBlock("div",{ref:"root",class:a.classes.root,style:a.style},[r.createVNode("div",{ref:"wrapper",class:a.classes.wrapper,style:a.wrapperStyle},[r.withDirectives(r.createVNode("img",{ref:"image",src:n.image&&n.image.src,class:a.classes.image,style:a.imageStyle},null,14,["src"]),[[r.vShow,n.image&&n.image.src]])],6)],6)};var XI={components:{Preview:ZI},inheritAttrs:!1};XI.render=function(e,t,n,i,o,a){var s=r.resolveComponent("preview");return r.openBlock(),r.createBlock(s,r.mergeProps(e.$attrs,{fill:!0}),null,16)};var u0=zi("vue-rectangle-stencil"),KI={name:"RectangleStencil",components:{StencilPreview:XI,BoundingBox:PI,DraggableArea:HI},props:{image:{type:Object},coordinates:{type:Object},stencilCoordinates:{type:Object},handlers:{type:Object},handlersComponent:{type:[Object,String],default:function(){return o0}},lines:{type:Object},linesComponent:{type:[Object,String],default:function(){return s0}},aspectRatio:{type:[Number,String]},minAspectRatio:{type:[Number,String]},maxAspectRatio:{type:[Number,String]},movable:{type:Boolean,default:!0},resizable:{type:Boolean,default:!0},transitions:{type:Object},movingClass:{type:String},resizingClass:{type:String},previewClass:{type:String},boundingBoxClass:{type:String},linesClasses:{type:Object,default:function(){return{}}},linesWrappersClasses:{type:Object,default:function(){return{}}},handlersClasses:{type:Object,default:function(){return{}}},handlersWrappersClasses:{type:Object,default:function(){return{}}}},data:function(){return{moving:!1,resizing:!1}},computed:{classes:function(){return{stencil:On(u0({movable:this.movable,moving:this.moving,resizing:this.resizing}),this.moving&&this.movingClass,this.resizing&&this.resizingClass),preview:On(u0("preview"),this.previewClass),boundingBox:On(u0("bounding-box"),this.boundingBoxClass)}},style:function(){var e=this.stencilCoordinates,t=e.height,n=e.width,i=e.left,o=e.top,a={width:"".concat(n,"px"),height:"".concat(t,"px"),transform:"translate(".concat(i,"px, ").concat(o,"px)")};return this.transitions&&this.transitions.enabled&&(a.transition="".concat(this.transitions.time,"ms ").concat(this.transitions.timingFunction)),a}},methods:{onMove:function(e){this.$emit("move",e),this.moving=!0},onMoveEnd:function(){this.$emit("move-end"),this.moving=!1},onResize:function(e){this.$emit("resize",e),this.resizing=!0},onResizeEnd:function(){this.$emit("resize-end"),this.resizing=!1},aspectRatios:function(){return{minimum:this.aspectRatio||this.minAspectRatio,maximum:this.aspectRatio||this.maxAspectRatio}}},emits:["resize","resize-end","move","move-end"]};KI.render=function(e,t,n,i,o,a){var s=r.resolveComponent("stencil-preview"),l=r.resolveComponent("draggable-area"),c=r.resolveComponent("bounding-box");return r.openBlock(),r.createBlock("div",{class:a.classes.stencil,style:a.style},[r.createVNode(c,{width:n.stencilCoordinates.width,height:n.stencilCoordinates.height,transitions:n.transitions,class:a.classes.boundingBox,handlers:n.handlers,"handlers-component":n.handlersComponent,"handlers-classes":n.handlersClasses,"handlers-wrappers-classes":n.handlersWrappersClasses,lines:n.lines,"lines-component":n.linesComponent,"lines-classes":n.linesClasses,"lines-wrappers-classes":n.linesWrappersClasses,resizable:n.resizable,onResize:a.onResize,onResizeEnd:a.onResizeEnd},{default:r.withCtx(function(){return[r.createVNode(l,{movable:n.movable,onMove:a.onMove,onMoveEnd:a.onMoveEnd},{default:r.withCtx(function(){return[r.createVNode(s,{image:n.image,coordinates:n.coordinates,width:n.stencilCoordinates.width,height:n.stencilCoordinates.height,class:a.classes.preview,transitions:n.transitions},null,8,["image","coordinates","width","height","class","transitions"])]}),_:1},8,["movable","onMove","onMoveEnd"])]}),_:1},8,["width","height","transitions","class","handlers","handlers-component","handlers-classes","handlers-wrappers-classes","lines","lines-component","lines-classes","lines-wrappers-classes","resizable","onResize","onResizeEnd"])],6)};var wJ=["transitions"],ga=zi("vue-advanced-cropper"),qI={name:"Cropper",components:{BackgroundWrapper:M0},props:{src:{type:String,default:null},stencilComponent:{type:[Object,String],default:function(){return KI}},backgroundWrapperComponent:{type:[Object,String],default:function(){return M0}},stencilProps:{type:Object,default:function(){return{}}},autoZoom:{type:Boolean,default:!1},imageClass:{type:String},boundariesClass:{type:String},backgroundClass:{type:String},foregroundClass:{type:String},minWidth:{type:[Number,String]},minHeight:{type:[Number,String]},maxWidth:{type:[Number,String]},maxHeight:{type:[Number,String]},debounce:{type:[Boolean,Number],default:500},transitions:{type:Boolean,default:!0},checkOrientation:{type:Boolean,default:!0},canvas:{type:[Object,Boolean],default:!0},crossOrigin:{type:[Boolean,String],default:void 0},transitionTime:{type:Number,default:300},imageRestriction:{type:String,default:"fit-area",validator:function(e){return rJ.indexOf(e)!==-1}},roundResult:{type:Boolean,default:!0},defaultSize:{type:[Function,Object]},defaultPosition:{type:[Function,Object]},defaultVisibleArea:{type:[Function,Object]},defaultTransforms:{type:[Function,Object]},defaultBoundaries:{type:[Function,String],validator:function(e){return!(typeof e=="string"&&e!=="fill"&&e!=="fit")}},priority:{type:String,default:"coordinates"},stencilSize:{type:[Object,Function]},resizeImage:{type:[Boolean,Object],default:!0},moveImage:{type:[Boolean,Object],default:!0},autoZoomAlgorithm:{type:Function},resizeAlgorithm:{type:Function,default:function(e){var t=e.event,n=e.coordinates,i=e.aspectRatio,o=e.positionRestrictions,a=e.sizeRestrictions,s=ct(ct({},n),{right:n.left+n.width,bottom:n.top+n.height}),l=t.params||{},c=ct({},t.directions),M=l.allowedDirections||{left:!0,right:!0,bottom:!0,top:!0};a.widthFrozen&&(c.left=0,c.right=0),a.heightFrozen&&(c.top=0,c.bottom=0),Hi.forEach(function(w){M[w]||(c[w]=0)});var d=Wi(s,c=GI({coordinates:s,directions:c,sizeRestrictions:a,positionRestrictions:o})).width,g=Wi(s,c).height,h=l.preserveRatio?vt(s):r0(d/g,i);if(h){var N=l.respectDirection;if(N||(N=s.width>=s.height||h===1?"width":"height"),N==="width"){var p=d/h-s.height;if(M.top&&M.bottom){var E=c.top,y=c.bottom;c.bottom=wM(p,y,E),c.top=wM(p,E,y)}else M.bottom?c.bottom=p:M.top?c.top=p:M.right?c.right=0:M.left&&(c.left=0)}else if(N==="height"){var I=s.width-g*h;if(M.left&&M.right){var D=c.left,m=c.right;c.left=-wM(I,D,m),c.right=-wM(I,m,D)}else M.left?c.left=-I:M.right?c.right=-I:M.top?c.top=0:M.bottom&&(c.bottom=0)}c=GI({directions:c,coordinates:s,sizeRestrictions:a,positionRestrictions:o,preserveRatio:!0,compensate:l.compensate})}return d=Wi(s,c).width,g=Wi(s,c).height,(h=l.preserveRatio?vt(s):r0(d/g,i))&&Math.abs(h-d/g)>.001&&Hi.forEach(function(w){M[w]||(c[w]=0)}),a0({event:new e0({left:-c.left,top:-c.top}),coordinates:{width:n.width+c.right+c.left,height:n.height+c.top+c.bottom,left:n.left,top:n.top},positionRestrictions:o})}},moveAlgorithm:{type:Function,default:a0},initStretcher:{type:Function,default:function(e){var t=e.stretcher,n=e.imageSize,i=vt(n);t.style.width=n.width+"px",t.style.height=t.clientWidth/i+"px",t.style.width=t.clientWidth+"px"}},fitCoordinates:{type:Function,default:function(e){var t=e.visibleArea,n=e.coordinates,i=e.aspectRatio,o=e.sizeRestrictions,a=e.positionRestrictions,s=ct(ct({},n),da({width:n.width,height:n.height,aspectRatio:i,sizeRestrictions:{maxWidth:t.width,maxHeight:t.height,minHeight:Math.min(t.height,o.minHeight),minWidth:Math.min(t.width,o.minWidth)}}));return s=ir(s=zr(s,Qs(rr(n),rr(s))),mM(Ji(t),a))}},fitVisibleArea:{type:Function,default:function(e){var t=e.visibleArea,n=e.boundaries,i=e.getAreaRestrictions,o=e.coordinates,a=ct({},t);a.height=a.width/vt(n),a.top+=(t.height-a.height)/2,(o.height-a.height>0||o.width-a.width>0)&&(a=oi(a,Math.max(o.height/a.height,o.width/a.width)));var s=IM(ks(o,Ji(a=oi(a,fM(a,i({visibleArea:a,type:"resize"}))))));return a.width<o.width&&(s.left=0),a.height<o.height&&(s.top=0),a=ir(a=zr(a,s),i({visibleArea:a,type:"move"}))}},areaRestrictionsAlgorithm:{type:Function,default:function(e){var t=e.visibleArea,n=e.boundaries,i=e.imageSize,o=e.imageRestriction,a=e.type,s={};return o==="fill-area"?s={left:0,top:0,right:i.width,bottom:i.height}:o==="fit-area"&&(vt(n)>vt(i)?(s={top:0,bottom:i.height},t&&a==="move"&&(t.width>i.width?(s.left=-(t.width-i.width)/2,s.right=i.width-s.left):(s.left=0,s.right=i.width))):(s={left:0,right:i.width},t&&a==="move"&&(t.height>i.height?(s.top=-(t.height-i.height)/2,s.bottom=i.height-s.top):(s.top=0,s.bottom=i.height)))),s}},sizeRestrictionsAlgorithm:{type:Function,default:function(e){return{minWidth:e.minWidth,minHeight:e.minHeight,maxWidth:e.maxWidth,maxHeight:e.maxHeight}}},positionRestrictionsAlgorithm:{type:Function,default:function(e){var t=e.imageSize,n={};return e.imageRestriction!=="none"&&(n={left:0,top:0,right:t.width,bottom:t.height}),n}}},data:function(){return{transitionsActive:!1,imageLoaded:!1,imageAttributes:{width:null,height:null,crossOrigin:null,src:null},defaultImageTransforms:{rotate:0,flip:{horizontal:!1,vertical:!1}},appliedImageTransforms:{rotate:0,flip:{horizontal:!1,vertical:!1}},boundaries:{width:0,height:0},visibleArea:null,coordinates:_t({},OI)}},computed:{image:function(){return{src:this.imageAttributes.src,width:this.imageAttributes.width,height:this.imageAttributes.height,transforms:this.imageTransforms}},imageTransforms:function(){return{rotate:this.appliedImageTransforms.rotate,flip:{horizontal:this.appliedImageTransforms.flip.horizontal,vertical:this.appliedImageTransforms.flip.vertical},translateX:this.visibleArea?this.visibleArea.left/this.coefficient:0,translateY:this.visibleArea?this.visibleArea.top/this.coefficient:0,scaleX:1/this.coefficient,scaleY:1/this.coefficient}},imageSize:function(){var e=function(t){return t*Math.PI/180}(this.imageTransforms.rotate);return{width:Math.abs(this.imageAttributes.width*Math.cos(e))+Math.abs(this.imageAttributes.height*Math.sin(e)),height:Math.abs(this.imageAttributes.width*Math.sin(e))+Math.abs(this.imageAttributes.height*Math.cos(e))}},initialized:function(){return!!(this.visibleArea&&this.imageLoaded)},settings:function(){var e=$g(this.resizeImage,{touch:!0,wheel:{ratio:.1},adjustStencil:!0},{touch:!1,wheel:!1,adjustStencil:!1});return{moveImage:$g(this.moveImage,{touch:!0,mouse:!0},{touch:!1,mouse:!1}),resizeImage:e}},coefficient:function(){return this.visibleArea?this.visibleArea.width/this.boundaries.width:0},areaRestrictions:function(){return this.imageLoaded?this.areaRestrictionsAlgorithm({imageSize:this.imageSize,imageRestriction:this.imageRestriction,boundaries:this.boundaries}):{}},transitionsOptions:function(){return{enabled:this.transitionsActive,timingFunction:"ease-in-out",time:350}},sizeRestrictions:function(){if(this.boundaries.width&&this.boundaries.height&&this.imageSize.width&&this.imageSize.height){var e=this.sizeRestrictionsAlgorithm({imageSize:this.imageSize,minWidth:Hn(this.minWidth)?0:pM(this.minWidth),minHeight:Hn(this.minHeight)?0:pM(this.minHeight),maxWidth:Hn(this.maxWidth)?1/0:pM(this.maxWidth),maxHeight:Hn(this.maxHeight)?1/0:pM(this.maxHeight)});if(e=function(i){var o=i.areaRestrictions,a=i.sizeRestrictions;i.imageSize;var s=i.boundaries,l=i.positionRestrictions;i.imageRestriction;var c=ct(ct({},a),{minWidth:a.minWidth!==void 0?a.minWidth:0,minHeight:a.minHeight!==void 0?a.minHeight:0,maxWidth:a.maxWidth!==void 0?a.maxWidth:1/0,maxHeight:a.maxHeight!==void 0?a.maxHeight:1/0});l.left!==void 0&&l.right!==void 0&&(c.maxWidth=Math.min(c.maxWidth,l.right-l.left)),l.bottom!==void 0&&l.top!==void 0&&(c.maxHeight=Math.min(c.maxHeight,l.bottom-l.top));var M=i0(o),d=FI(s,M);return M.width<1/0&&(!c.maxWidth||c.maxWidth>d.width)&&(c.maxWidth=Math.min(c.maxWidth,d.width)),M.height<1/0&&(!c.maxHeight||c.maxHeight>d.height)&&(c.maxHeight=Math.min(c.maxHeight,d.height)),c.minWidth>c.maxWidth&&(c.minWidth=c.maxWidth,c.widthFrozen=!0),c.minHeight>c.maxHeight&&(c.minHeight=c.maxHeight,c.heightFrozen=!0),c}({sizeRestrictions:e,areaRestrictions:this.getAreaRestrictions({visibleArea:this.visibleArea,type:"resize"}),imageSize:this.imageSize,boundaries:this.boundaries,positionRestrictions:this.positionRestrictions,imageRestriction:this.imageRestriction,visibleArea:this.visibleArea,stencilSize:this.getStencilSize()}),this.visibleArea&&this.stencilSize){var t=this.getStencilSize(),n=i0(this.getAreaRestrictions({visibleArea:this.visibleArea,type:"resize"}));e.maxWidth=Math.min(e.maxWidth,n.width*t.width/this.boundaries.width),e.maxHeight=Math.min(e.maxHeight,n.height*t.height/this.boundaries.height),e.maxWidth<e.minWidth&&(e.minWidth=e.maxWidth),e.maxHeight<e.minHeight&&(e.minHeight=e.maxHeight)}return e}return{minWidth:0,minHeight:0,maxWidth:0,maxHeight:0}},positionRestrictions:function(){return this.positionRestrictionsAlgorithm({imageSize:this.imageSize,imageRestriction:this.imageRestriction})},classes:function(){return{cropper:ga(),image:On(ga("image"),this.imageClass),stencil:ga("stencil"),boundaries:On(ga("boundaries"),this.boundariesClass),stretcher:On(ga("stretcher")),background:On(ga("background"),this.backgroundClass),foreground:On(ga("foreground"),this.foregroundClass),imageWrapper:On(ga("image-wrapper")),cropperWrapper:On(ga("cropper-wrapper"))}},stencilCoordinates:function(){if(this.initialized){var e=this.coordinates,t=e.width,n=e.height,i=e.left,o=e.top;return{width:t/this.coefficient,height:n/this.coefficient,left:(i-this.visibleArea.left)/this.coefficient,top:(o-this.visibleArea.top)/this.coefficient}}return this.defaultCoordinates()},boundariesStyle:function(){var e={width:this.boundaries.width?"".concat(Math.round(this.boundaries.width),"px"):"auto",height:this.boundaries.height?"".concat(Math.round(this.boundaries.height),"px"):"auto",transition:"opacity ".concat(this.transitionTime,"ms"),pointerEvents:this.imageLoaded?"all":"none"};return this.imageLoaded||(e.opacity="0"),e},imageStyle:function(){var e=this.imageAttributes.width>this.imageAttributes.height?{width:Math.min(1024,this.imageAttributes.width),height:Math.min(1024,this.imageAttributes.width)/(this.imageAttributes.width/this.imageAttributes.height)}:{height:Math.min(1024,this.imageAttributes.height),width:Math.min(1024,this.imageAttributes.height)*(this.imageAttributes.width/this.imageAttributes.height)},t={left:(e.width-this.imageSize.width)/(2*this.coefficient),top:(e.height-this.imageSize.height)/(2*this.coefficient)},n={left:(1-1/this.coefficient)*e.width/2,top:(1-1/this.coefficient)*e.height/2},i=_t(_t({},this.imageTransforms),{},{scaleX:this.imageTransforms.scaleX*(this.imageAttributes.width/e.width),scaleY:this.imageTransforms.scaleY*(this.imageAttributes.height/e.height)}),o={width:"".concat(e.width,"px"),height:"".concat(e.height,"px"),left:"0px",top:"0px",transform:"translate(".concat(-t.left-n.left-this.imageTransforms.translateX,"px, ").concat(-t.top-n.top-this.imageTransforms.translateY,"px)")+JI(i)};return this.transitionsOptions.enabled&&(o.transition="".concat(this.transitionsOptions.time,"ms ").concat(this.transitionsOptions.timingFunction)),o}},watch:{src:function(){this.onChangeImage()},stencilComponent:function(){var e=this;this.$nextTick(function(){e.resetCoordinates(),e.runAutoZoom("setCoordinates"),e.onChange()})},minWidth:function(){this.onPropsChange()},maxWidth:function(){this.onPropsChange()},minHeight:function(){this.onPropsChange()},maxHeight:function(){this.onPropsChange()},imageRestriction:function(){this.reset()},stencilProps:function(e,t){["aspectRatio","minAspectRatio","maxAspectRatio"].find(function(n){return e[n]!==t[n]})&&this.$nextTick(this.onPropsChange)}},created:function(){this.debouncedUpdate=qg(this.update,this.debounce),this.debouncedDisableTransitions=qg(this.disableTransitions,this.transitionsOptions.time),this.awaiting=!1},mounted:function(){this.$refs.image.addEventListener("load",this.onSuccessLoadImage),this.$refs.image.addEventListener("error",this.onFailLoadImage),this.onChangeImage(),window.addEventListener("resize",this.refresh),window.addEventListener("orientationchange",this.refresh)},unmounted:function(){window.removeEventListener("resize",this.refresh),window.removeEventListener("orientationchange",this.refresh),this.imageAttributes.revoke&&this.imageAttributes.src&&URL.revokeObjectURL(this.imageAttributes.src),this.debouncedUpdate.clear(),this.debouncedDisableTransitions.clear()},methods:{getResult:function(){var e=this.initialized?this.prepareResult(_t({},this.coordinates)):this.defaultCoordinates(),t={rotate:this.imageTransforms.rotate%360,flip:_t({},this.imageTransforms.flip)};if(this.src&&this.imageLoaded){var n=this;return{image:this.image,coordinates:e,visibleArea:this.visibleArea?_t({},this.visibleArea):null,imageTransforms:t,get canvas(){return n.canvas?n.getCanvas():void 0}}}return{image:this.image,coordinates:e,visibleArea:this.visibleArea?_t({},this.visibleArea):null,canvas:void 0,imageTransforms:t}},zoom:function(e,t){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},i=n.transitions,o=i===void 0||i;this.onManipulateImage(new jc({},{factor:1/e,center:t}),{normalize:!1,transitions:o})},move:function(e,t){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},i=n.transitions,o=i===void 0||i;this.onManipulateImage(new jc({left:e||0,top:t||0}),{normalize:!1,transitions:o})},setCoordinates:function(e){var t=this,n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i=n.autoZoom,o=i===void 0||i,a=n.transitions,s=a===void 0||a;this.$nextTick(function(){t.imageLoaded?(t.transitionsActive||(s&&t.enableTransitions(),t.coordinates=t.applyTransform(e),o&&t.runAutoZoom("setCoordinates"),s&&t.debouncedDisableTransitions()),t.onChange()):t.delayedTransforms=e})},refresh:function(){var e=this,t=this.$refs.image;if(this.src&&t)return this.initialized?this.updateVisibleArea().then(function(){e.onChange()}):this.resetVisibleArea().then(function(){e.onChange()})},reset:function(){var e=this;return this.resetVisibleArea().then(function(){e.onChange(!1)})},awaitRender:function(e){var t=this;this.awaiting||(this.awaiting=!0,this.$nextTick(function(){e(),t.awaiting=!1}))},prepareResult:function(e){return this.roundResult?function(t){var n=t.coordinates,i=t.sizeRestrictions,o=t.positionRestrictions,a={width:Math.round(n.width),height:Math.round(n.height),left:Math.round(n.left),top:Math.round(n.top)};return a.width>i.maxWidth?a.width=Math.floor(n.width):a.width<i.minWidth&&(a.width=Math.ceil(n.width)),a.height>i.maxHeight?a.height=Math.floor(n.height):a.height<i.minHeight&&(a.height=Math.ceil(n.height)),ir(a,o)}(_t(_t({},this.getPublicProperties()),{},{positionRestrictions:DM(this.positionRestrictions,this.visibleArea),coordinates:e})):e},processAutoZoom:function(e,t,n,i){var o=this.autoZoomAlgorithm;o||(o=this.stencilSize?oJ:this.autoZoom?sJ:lJ);var a=o({event:{type:e,params:i},visibleArea:t,coordinates:n,boundaries:this.boundaries,aspectRatio:this.getAspectRatio(),positionRestrictions:this.positionRestrictions,getAreaRestrictions:this.getAreaRestrictions,sizeRestrictions:this.sizeRestrictions,stencilSize:this.getStencilSize()});return _t(_t({},a),{},{changed:!YI(a.visibleArea,t)||!YI(a.coordinates,n)})},runAutoZoom:function(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=t.transitions,i=n!==void 0&&n,o=Z7(t,wJ),a=this.processAutoZoom(e,this.visibleArea,this.coordinates,o),s=a.visibleArea,l=a.coordinates,c=a.changed;i&&c&&this.enableTransitions(),this.visibleArea=s,this.coordinates=l,i&&c&&this.debouncedDisableTransitions()},normalizeEvent:function(e){return function(t){var n=t.event,i=t.visibleArea,o=t.coefficient;if(n.type==="manipulateImage")return ct(ct({},n),{move:{left:n.move&&n.move.left?o*n.move.left:0,top:n.move&&n.move.top?o*n.move.top:0},scale:{factor:n.scale&&n.scale.factor?n.scale.factor:1,center:n.scale&&n.scale.center?{left:n.scale.center.left*o+i.left,top:n.scale.center.top*o+i.top}:null}});if(n.type==="resize"){var a=ct(ct({},n),{directions:ct({},n.directions)});return Hi.forEach(function(l){a.directions[l]*=o}),a}if(n.type==="move"){var s=ct(ct({},n),{directions:ct({},n.directions)});return nJ.forEach(function(l){s.directions[l]*=o}),s}return n}(_t(_t({},this.getPublicProperties()),{},{event:e}))},getCanvas:function(){if(this.$refs.canvas){var e=this.$refs.canvas,t=this.$refs.image,n=this.imageTransforms.rotate!==0||this.imageTransforms.flip.horizontal||this.imageTransforms.flip.vertical?function(l,c,M){var d=M.rotate,g=M.flip,h={width:c.naturalWidth,height:c.naturalHeight},N=RI(h,d),p=l.getContext("2d");l.height=N.height,l.width=N.width,p.save();var E=Ja(rr(ct({left:0,top:0},h)),d);return p.translate(-(E.left-N.width/2),-(E.top-N.height/2)),p.rotate(d*Math.PI/180),p.translate(g.horizontal?h.width:0,g.vertical?h.height:0),p.scale(g.horizontal?-1:1,g.vertical?-1:1),p.drawImage(c,0,0,h.width,h.height),p.restore(),l}(this.$refs.sourceCanvas,t,this.imageTransforms):t,i=_t({minWidth:0,minHeight:0,maxWidth:1/0,maxHeight:1/0,maxArea:this.maxCanvasSize,imageSmoothingEnabled:!0,imageSmoothingQuality:"high",fillColor:"transparent"},this.canvas),o=function(l){return l.find(function(c){return M=c,!Number.isNaN(parseFloat(M))&&isFinite(M);var M})},a=da({sizeRestrictions:{minWidth:o([i.width,i.minWidth])||0,minHeight:o([i.height,i.minHeight])||0,maxWidth:o([i.width,i.maxWidth])||1/0,maxHeight:o([i.height,i.maxHeight])||1/0},width:this.coordinates.width,height:this.coordinates.height,aspectRatio:{minimum:this.coordinates.width/this.coordinates.height,maximum:this.coordinates.width/this.coordinates.height}});if(i.maxArea&&a.width*a.height>i.maxArea){var s=Math.sqrt(i.maxArea/(a.width*a.height));a={width:Math.round(s*a.width),height:Math.round(s*a.height)}}return function(l,c,M,d,g){l.width=d?d.width:M.width,l.height=d?d.height:M.height;var h=l.getContext("2d");h.clearRect(0,0,l.width,l.height),g&&(g.imageSmoothingEnabled&&(h.imageSmoothingEnabled=g.imageSmoothingEnabled),g.imageSmoothingQuality&&(h.imageSmoothingQuality=g.imageSmoothingQuality),g.fillColor&&(h.fillStyle=g.fillColor,h.fillRect(0,0,l.width,l.height),h.save()));var N=M.left<0?-M.left:0,p=M.top<0?-M.top:0;h.drawImage(c,M.left+N,M.top+p,M.width,M.height,N*(l.width/M.width),p*(l.height/M.height),l.width,l.height)}(e,n,this.coordinates,a,i),e}},update:function(){this.$emit("change",this.getResult())},applyTransform:function(e){var t=arguments.length>1&&arguments[1]!==void 0&&arguments[1],n=this.visibleArea&&t?iJ(this.sizeRestrictions,this.visibleArea):this.sizeRestrictions,i=this.visibleArea&&t?DM(this.positionRestrictions,this.visibleArea):this.positionRestrictions;return aJ({transform:e,coordinates:this.coordinates,imageSize:this.imageSize,sizeRestrictions:n,positionRestrictions:i,aspectRatio:this.getAspectRatio(),visibleArea:this.visibleArea})},resetCoordinates:function(){var e=this;if(this.$refs.image){this.$refs.cropper,this.$refs.image;var t=this.defaultSize;t||(t=this.stencilSize?MJ:AJ);var n=this.sizeRestrictions;n.minWidth,n.minHeight,n.maxWidth,n.maxHeight;var i=zs(t)?t({boundaries:this.boundaries,imageSize:this.imageSize,aspectRatio:this.getAspectRatio(),sizeRestrictions:this.sizeRestrictions,stencilSize:this.getStencilSize(),visibleArea:this.visibleArea}):t,o=this.defaultPosition||cJ,a=[i,function(s){var l=s.coordinates;return _t({},zs(o)?o({coordinates:l,imageSize:e.imageSize,visibleArea:e.visibleArea}):e.defaultPosition)}];this.delayedTransforms&&a.push.apply(a,Co(Array.isArray(this.delayedTransforms)?this.delayedTransforms:[this.delayedTransforms])),this.coordinates=this.applyTransform(a,!0),this.delayedTransforms=null}},clearImage:function(){var e=this;this.imageLoaded=!1,setTimeout(function(){var t=e.$refs.stretcher;t&&(t.style.height="auto",t.style.width="auto"),e.coordinates=e.defaultCoordinates(),e.boundaries={width:0,height:0}},this.transitionTime)},enableTransitions:function(){this.transitions&&(this.transitionsActive=!0)},disableTransitions:function(){this.transitionsActive=!1},updateBoundaries:function(){var e=this,t=this.$refs.stretcher,n=this.$refs.cropper;return this.initStretcher({cropper:n,stretcher:t,imageSize:this.imageSize}),this.$nextTick().then(function(){var i={cropper:n,imageSize:e.imageSize};if(zs(e.defaultBoundaries)?e.boundaries=e.defaultBoundaries(i):e.defaultBoundaries==="fit"?e.boundaries=function(o){var a=o.cropper,s=o.imageSize,l=a.clientHeight,c=a.clientWidth,M=l,d=s.width*l/s.height;return d>c&&(d=c,M=s.height*c/s.width),{width:d,height:M}}(i):e.boundaries=function(o){var a=o.cropper;return{width:a.clientWidth,height:a.clientHeight}}(i),!e.boundaries.width||!e.boundaries.height)throw new Error("It's impossible to fit the cropper in the current container")})},resetVisibleArea:function(){var e=this;return this.appliedImageTransforms=_t(_t({},this.defaultImageTransforms),{},{flip:_t({},this.defaultImageTransforms.flip)}),this.updateBoundaries().then(function(){e.priority!=="visible-area"&&(e.visibleArea=null,e.resetCoordinates());var t,n,i,o,a,s,l=e.defaultVisibleArea||uJ;e.visibleArea=zs(l)?l({imageSize:e.imageSize,boundaries:e.boundaries,coordinates:e.priority!=="visible-area"?e.coordinates:null,getAreaRestrictions:e.getAreaRestrictions,stencilSize:e.getStencilSize()}):e.defaultVisibleArea,e.visibleArea=(t={visibleArea:e.visibleArea,boundaries:e.boundaries,getAreaRestrictions:e.getAreaRestrictions},n=t.visibleArea,i=t.boundaries,o=t.getAreaRestrictions,a=ct({},n),s=vt(i),a.width/a.height!==s&&(a.height=a.width/s),ir(a,o({visibleArea:a,type:"move"}))),e.priority==="visible-area"?e.resetCoordinates():e.coordinates=e.fitCoordinates({visibleArea:e.visibleArea,coordinates:e.coordinates,aspectRatio:e.getAspectRatio(),positionRestrictions:e.positionRestrictions,sizeRestrictions:e.sizeRestrictions}),e.runAutoZoom("resetVisibleArea")}).catch(function(){e.visibleArea=null})},updateVisibleArea:function(){var e=this;return this.updateBoundaries().then(function(){e.visibleArea=e.fitVisibleArea({imageSize:e.imageSize,boundaries:e.boundaries,visibleArea:e.visibleArea,coordinates:e.coordinates,getAreaRestrictions:e.getAreaRestrictions}),e.coordinates=e.fitCoordinates({visibleArea:e.visibleArea,coordinates:e.coordinates,aspectRatio:e.getAspectRatio(),positionRestrictions:e.positionRestrictions,sizeRestrictions:e.sizeRestrictions}),e.runAutoZoom("updateVisibleArea")}).catch(function(){e.visibleArea=null})},onChange:function(){var e=!(arguments.length>0&&arguments[0]!==void 0)||arguments[0];e&&this.debounce?this.debouncedUpdate():this.update()},onChangeImage:function(){var e,t=this;if(this.imageLoaded=!1,this.delayedTransforms=null,this.src){if(function(o){if(zI(o))return!1;var a=window.location,s=/(\w+:)?(?:\/\/)([\w.-]+)?(?::(\d+))?\/?/.exec(o)||[],l={protocol:s[1]||"",host:s[2]||"",port:s[3]||""},c=function(M){return M.port||((M.protocol||a.protocol)==="http"?80:433)};return!(!l.protocol&&!l.host&&!l.port||l.protocol&&l.protocol==a.protocol&&l.host&&l.host==a.host&&l.host&&c(l)==c(a))}(this.src)){var n=Hn(this.crossOrigin)?this.canvas:this.crossOrigin;n===!0&&(n="anonymous"),this.imageAttributes.crossOrigin=n||null}if(this.checkOrientation){var i=(e=this.src,new Promise(function(o){mJ(e).then(function(a){var s=DJ(a);o(a?{source:e,arrayBuffer:a,orientation:s}:{source:e,arrayBuffer:null,orientation:null})}).catch(function(a){console.warn(a),o({source:e,arrayBuffer:null,orientation:null})})}));setTimeout(function(){i.then(t.onParseImage)},this.transitionTime)}else setTimeout(function(){t.onParseImage({source:t.src})},this.transitionTime)}else this.clearImage()},onFailLoadImage:function(){this.imageAttributes.src&&(this.clearImage(),this.$emit("error"))},onSuccessLoadImage:function(){var e=this,t=this.$refs.image;t&&!this.imageLoaded&&(this.imageAttributes.height=t.naturalHeight,this.imageAttributes.width=t.naturalWidth,this.imageLoaded=!0,this.resetVisibleArea().then(function(){e.$emit("ready"),e.onChange(!1)}))},onParseImage:function(e){var t=this,n=e.source,i=e.arrayBuffer,o=e.orientation;this.imageAttributes.revoke&&this.imageAttributes.src&&URL.revokeObjectURL(this.imageAttributes.src),this.imageAttributes.revoke=!1,i&&o&&o>1?CI(n)||!zI(n)?(this.imageAttributes.src=URL.createObjectURL(new Blob([i])),this.imageAttributes.revoke=!0):this.imageAttributes.src=function(a){for(var s=[],l=new Uint8Array(a);l.length>0;){var c=l.subarray(0,8192);s.push(String.fromCharCode.apply(null,Array.from?Array.from(c):c.slice())),l=l.subarray(8192)}return"data:image/jpeg;base64,"+btoa(s.join(""))}(i):this.imageAttributes.src=n,zs(this.defaultTransforms)?this.appliedImageTransforms=c0(this.defaultTransforms()):yM(this.defaultTransforms)?this.appliedImageTransforms=c0(this.defaultTransforms):this.appliedImageTransforms=function(a){var s=c0({});if(a)switch(a){case 2:s.flip.horizontal=!0;break;case 3:s.rotate=-180;break;case 4:s.flip.vertical=!0;break;case 5:s.rotate=90,s.flip.vertical=!0;break;case 6:s.rotate=90;break;case 7:s.rotate=90,s.flip.horizontal=!0;break;case 8:s.rotate=-90}return s}(o),this.defaultImageTransforms=_t(_t({},this.appliedImageTransforms),{},{flip:_t({},this.appliedImageTransforms.flip)}),this.$nextTick(function(){var a=t.$refs.image;a&&a.complete&&(function(s){return!!s.naturalWidth}(a)?t.onSuccessLoadImage():t.onFailLoadImage())})},onResizeEnd:function(){this.runAutoZoom("resize",{transitions:!0})},onMoveEnd:function(){this.runAutoZoom("move",{transitions:!0})},onMove:function(e){var t=this;this.transitionsOptions.enabled||this.awaitRender(function(){t.coordinates=t.moveAlgorithm(_t(_t({},t.getPublicProperties()),{},{positionRestrictions:DM(t.positionRestrictions,t.visibleArea),coordinates:t.coordinates,event:t.normalizeEvent(e)})),t.onChange()})},onResize:function(e){var t=this;this.transitionsOptions.enabled||this.stencilSize&&!this.autoZoom||this.awaitRender(function(){var n=t.sizeRestrictions,i=Math.min(t.coordinates.width,t.coordinates.height,20*t.coefficient);t.coordinates=t.resizeAlgorithm(_t(_t({},t.getPublicProperties()),{},{positionRestrictions:DM(t.positionRestrictions,t.visibleArea),sizeRestrictions:{maxWidth:Math.min(n.maxWidth,t.visibleArea.width),maxHeight:Math.min(n.maxHeight,t.visibleArea.height),minWidth:Math.max(n.minWidth,i),minHeight:Math.max(n.minHeight,i)},event:t.normalizeEvent(e)})),t.onChange(),t.ticking=!1})},onManipulateImage:function(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!this.transitionsOptions.enabled){var n=t.transitions,i=n!==void 0&&n,o=t.normalize,a=o===void 0||o;i&&this.enableTransitions();var s=dJ(_t(_t({},this.getPublicProperties()),{},{event:a?this.normalizeEvent(e):e,getAreaRestrictions:this.getAreaRestrictions,imageRestriction:this.imageRestriction,adjustStencil:!this.stencilSize&&this.settings.resizeImage.adjustStencil})),l=s.visibleArea,c=s.coordinates;this.visibleArea=l,this.coordinates=c,this.runAutoZoom("manipulateImage"),this.onChange(),i&&this.debouncedDisableTransitions()}},onPropsChange:function(){this.coordinates=this.applyTransform(this.coordinates,!0),this.onChange(!1)},getAreaRestrictions:function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=e.visibleArea,n=e.type,i=n===void 0?"move":n;return this.areaRestrictionsAlgorithm({boundaries:this.boundaries,imageSize:this.imageSize,imageRestriction:this.imageRestriction,visibleArea:t,type:i})},getAspectRatio:function(e){var t,n,i=this.stencilProps,o=i.aspectRatio,a=i.minAspectRatio,s=i.maxAspectRatio;if(this.$refs.stencil&&this.$refs.stencil.aspectRatios){var l=this.$refs.stencil.aspectRatios();t=l.minimum,n=l.maximum}if(Hn(t)&&(t=Hn(o)?a:o),Hn(n)&&(n=Hn(o)?s:o),!e&&(Hn(t)||Hn(n))){var c=this.getStencilSize(),M=c?vt(c):null;Hn(t)&&(t=QI(M)?M:void 0),Hn(n)&&(n=QI(M)?M:void 0)}return{minimum:t,maximum:n}},getStencilSize:function(){if(this.stencilSize)return e={currentStencilSize:{width:this.stencilCoordinates.width,height:this.stencilCoordinates.height},stencilSize:this.stencilSize,boundaries:this.boundaries,coefficient:this.coefficient,coordinates:this.coordinates,aspectRatio:this.getAspectRatio(!0)},t=e.boundaries,n=e.stencilSize,i=e.aspectRatio,r0(vt(o=zs(n)?n({boundaries:t,aspectRatio:i}):n),i)&&(o=da({sizeRestrictions:{maxWidth:t.width,maxHeight:t.height,minWidth:0,minHeight:0},width:o.width,height:o.height,aspectRatio:{minimum:i.minimum,maximum:i.maximum}})),(o.width>t.width||o.height>t.height)&&(o=da({sizeRestrictions:{maxWidth:t.width,maxHeight:t.height,minWidth:0,minHeight:0},width:o.width,height:o.height,aspectRatio:{minimum:vt(o),maximum:vt(o)}})),o;var e,t,n,i,o},getPublicProperties:function(){return{coefficient:this.coefficient,visibleArea:this.visibleArea,coordinates:this.coordinates,boundaries:this.boundaries,sizeRestrictions:this.sizeRestrictions,positionRestrictions:this.positionRestrictions,aspectRatio:this.getAspectRatio(),imageRestriction:this.imageRestriction}},defaultCoordinates:function(){return _t({},OI)},flip:function(e,t){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},i=n.transitions,o=i===void 0||i;if(!this.transitionsActive){o&&this.enableTransitions();var a=_t({},this.imageTransforms.flip),s=NJ({flip:{horizontal:e?!a.horizontal:a.horizontal,vertical:t?!a.vertical:a.vertical},previousFlip:a,rotate:this.imageTransforms.rotate,visibleArea:this.visibleArea,coordinates:this.coordinates,imageSize:this.imageSize,positionRestrictions:this.positionRestrictions,sizeRestrictions:this.sizeRestrictions,getAreaRestrictions:this.getAreaRestrictions,aspectRatio:this.getAspectRatio()}),l=s.visibleArea,c=s.coordinates;e&&(this.appliedImageTransforms.flip.horizontal=!this.appliedImageTransforms.flip.horizontal),t&&(this.appliedImageTransforms.flip.vertical=!this.appliedImageTransforms.flip.vertical),this.visibleArea=l,this.coordinates=c,this.onChange(),o&&this.debouncedDisableTransitions()}},rotate:function(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=t.transitions,i=n===void 0||n;if(!this.transitionsActive){i&&this.enableTransitions();var o=_t({},this.imageSize);this.appliedImageTransforms.rotate+=e;var a=gJ({visibleArea:this.visibleArea,coordinates:this.coordinates,previousImageSize:o,imageSize:this.imageSize,angle:e,positionRestrictions:this.positionRestrictions,sizeRestrictions:this.sizeRestrictions,getAreaRestrictions:this.getAreaRestrictions,aspectRatio:this.getAspectRatio()}),s=a.visibleArea,l=a.coordinates,c=this.processAutoZoom("rotateImage",s,l);s=c.visibleArea,l=c.coordinates,this.visibleArea=s,this.coordinates=l,this.onChange(),i&&this.debouncedDisableTransitions()}}},emits:["change","error","ready"]},jJ={key:0,ref:"canvas",style:{display:"none"}},BJ={key:1,ref:"sourceCanvas",style:{display:"none"}};qI.render=function(e,t,n,i,o,a){return r.openBlock(),r.createBlock("div",{ref:"cropper",class:a.classes.cropper},[r.createVNode("div",{ref:"stretcher",class:a.classes.stretcher},null,2),r.createVNode("div",{class:a.classes.boundaries,style:a.boundariesStyle},[(r.openBlock(),r.createBlock(r.resolveDynamicComponent(n.backgroundWrapperComponent),{class:a.classes.cropperWrapper,"wheel-resize":a.settings.resizeImage.wheel,"touch-resize":a.settings.resizeImage.touch,"touch-move":a.settings.moveImage.touch,"mouse-move":a.settings.moveImage.mouse,onMove:a.onManipulateImage,onResize:a.onManipulateImage},{default:r.withCtx(function(){return[r.createVNode("div",{class:a.classes.background,style:a.boundariesStyle},null,6),r.createVNode("div",{class:a.classes.imageWrapper},[r.createVNode("img",{ref:"image",crossorigin:o.imageAttributes.crossOrigin,src:o.imageAttributes.src,class:a.classes.image,style:a.imageStyle,onMousedown:t[1]||(t[1]=r.withModifiers(function(){},["prevent"]))},null,46,["crossorigin","src"])],2),r.createVNode("div",{class:a.classes.foreground,style:a.boundariesStyle},null,6),r.withDirectives((r.openBlock(),r.createBlock(r.resolveDynamicComponent(n.stencilComponent),r.mergeProps({ref:"stencil",image:a.image,coordinates:o.coordinates,"stencil-coordinates":a.stencilCoordinates,transitions:a.transitionsOptions},n.stencilProps,{onResize:a.onResize,onResizeEnd:a.onResizeEnd,onMove:a.onMove,onMoveEnd:a.onMoveEnd}),null,16,["image","coordinates","stencil-coordinates","transitions","onResize","onResizeEnd","onMove","onMoveEnd"])),[[r.vShow,o.imageLoaded]]),n.canvas?(r.openBlock(),r.createBlock("canvas",jJ,null,512)):r.createCommentVNode("",!0),n.canvas?(r.openBlock(),r.createBlock("canvas",BJ,null,512)):r.createCommentVNode("",!0)]}),_:1},8,["class","wheel-resize","touch-resize","touch-move","mouse-move","onMove","onResize"]))],6)],2)};const LJ=r.defineComponent({__name:"BackgroundImageCropper",props:{touchMove:{},mouseMove:{},touchResize:{},wheelResize:{}},emits:["move","resize"],setup(e){const t=e,n=r.ref(!1),i=r.ref(),o=(s,l)=>{if(s.type==="touchstart"||s.type==="touchmove"){if(s.touches.length===1&&!l)return n.value=!0,i.value="touch",a(),!1;n.value=!1}else if(s.type==="wheel"){if(!l&&!s.ctrlKey)return n.value=!0,i.value="wheel",a(),!1;n.value=!1}s.preventDefault(),s.stopPropagation()},a=()=>{setTimeout(()=>{n.value=!1},1e3)};return(s,l)=>(r.openBlock(),r.createBlock(r.unref(A0),{"events-filter":o,"mouse-move":t.mouseMove,"touch-move":t.touchMove,"touch-resize":t.touchResize,"wheel-resize":t.wheelResize,onMove:l[0]||(l[0]=c=>s.$emit("move",c)),onResize:l[1]||(l[1]=c=>s.$emit("resize",c))},{default:r.withCtx(()=>[r.renderSlot(s.$slots,"default",{},void 0,!0),r.createElementVNode("div",{class:r.normalizeClass([{"cropper-event-notification--visible":n.value},"cropper-event-notification"])},r.toDisplayString(i.value==="wheel"?"Use ctrl + scroll to zoom the cropper":"Use two fingers to move the cropper"),3)]),_:3},8,["mouse-move","touch-move","touch-resize","wheel-resize"]))}}),TLe="",xJ=oM(LJ,[["__scopeId","data-v-3c428f57"]]),yLe="";var d0={exports:{}};(function(e,t){(function(){function n(i,o){o=o||"";for(var a=1024,s=window.atob(i),l=[],c=0,M=s.length;c<M;c+=a){for(var d=s.slice(c,c+a),g=new Array(d.length),h=0;h<d.length;h++)g[h]=d.charCodeAt(h);var N=new Uint8Array(g);l.push(N)}return new Blob(l,{type:o})}e.exports&&(t=e.exports=n),t.base64ToBlob=n}).call(ys)})(d0,d0.exports);var CJ=d0.exports;const zJ=a8(CJ),QJ={class:"flex flex-col gap-y-4"},SJ={key:0,class:r.normalizeClass(["[&_li]:before:content-['•']","[&_li]:before:inline-block [&_li]:before:w-[12px] [&_li]:before:ml-[-12px] pl-3","max-w-[121px] text-body-medium text-general-800 dark:text-general-100 [&_li]:pl-0.5"]),"data-ts-section":"image-requirements-info"},kJ=[r.createElementVNode("li",null,"Max. 1 MB",-1),r.createElementVNode("li",null,"Must be image format",-1)],$I=r.defineComponent({__name:"ImageInputInfo",props:{showInfo:{type:Boolean},showAddButton:{type:Boolean}},emits:["addPhoto"],setup(e){return(t,n)=>(r.openBlock(),r.createElementBlock("div",QJ,[t.showInfo?(r.openBlock(),r.createElementBlock("ul",SJ,kJ)):r.createCommentVNode("",!0),t.showAddButton?(r.openBlock(),r.createBlock($e,{key:1,onClick:n[0]||(n[0]=i=>t.$emit("addPhoto")),icon:"add-line",label:"Add Photo",text:""})):r.createCommentVNode("",!0),r.renderSlot(t.$slots,"default")]))}}),UJ=["draggable"],bJ={key:0,class:"flex gap-0.5 justify-center","data-ts-section":"preview-buttons"},OJ={key:1,class:"flex gap-1 items-start"},YJ=["id","multiple"],FJ=["for"],RJ=[r.createElementVNode("span",{class:"inline-flex items-center text-body-medium rounded-bl rounded-tl bg-general-50 px-3 h-[26px] border-[0.5px] border-general-200"}," Browse ",-1),r.createElementVNode("span",{class:"inline-flex items-center text-body-medium !text-general-200 !font-light rounded-br rounded-tr px-3 h-[26px] leading-4 border-[0.5px] border-l-0 border-general-200"}," Select File ",-1)],g0=r.defineComponent({__name:"ImageCompressor",props:r.mergeModels({type:{default:"normal"},multiple:{type:Boolean},defaultImage:{},disabled:{type:Boolean,default:!1},compressedBlob:{default:void 0},imagePreviewUrl:{default:void 0},imagePreviewSize:{default:"big"},rounded:{type:Boolean,default:!1},useValidator:{type:Boolean,default:!1},mandatory:{type:Boolean,default:!1},invalid:{type:Boolean},validatorMessage:{default:"Photo must be uploaded"},label:{default:void 0},fieldName:{default:"imageInput"},fieldInfo:{default:void 0},showInfo:{type:Boolean,default:!0},confirmOnDelete:{type:Boolean},showValidatorMessage:{type:Boolean,default:!0}},{defaultImage:{default:0},defaultImageModifiers:{}}),emits:r.mergeModels(["apply","update:defaultImage","update:fieldValue","delete"],["update:defaultImage"]),setup(e,{emit:t}){const n=e,i=t;r.onMounted(async()=>{m(),B(),n.imagePreviewUrl&&(N.value=n.imagePreviewUrl)}),r.onUnmounted(()=>{he(0),he(1)});const o=r.ref([{src:null,type:null},{src:null,type:null}]),a=r.ref(),s=r.ref([]),l=r.ref(),c=r.shallowRef(0),M=r.ref(),d=r.ref(),g=r.shallowRef(),h=r.useModel(e,"defaultImage"),N=r.reactive({value:n.multiple?[]:void 0}),p=r.shallowRef(!1),E=r.shallowRef(),y=r.shallowRef(0),I=r.shallowRef(!1),D=r.ref([!1,!1]),m=()=>{var _,V;(_=n.imagePreviewUrl)!=null&&_.length?s.value=Array.isArray(n.imagePreviewUrl)?n.imagePreviewUrl:[n.imagePreviewUrl]:(V=n.compressedBlob)!=null&&V.length&&(s.value=Array.isArray(n.compressedBlob)?n.compressedBlob:[n.compressedBlob])},w=(_=!1)=>{var V;n.disabled||(_&&(g.value=1),(V=l.value)==null||V.click())},j=async _=>{const{files:V}=_.target,Q=Array.from(V??[]).slice(0,s.value.length?1:2);for(const[b,Z]of Q.entries())try{const ce=g.value??b;await C(Z,ce)}catch(ce){console.error("Error loading image:",ce)}finally{g.value=void 0}},C=async(_,V)=>{const Q=Z=>Z.includes("image"),b=Z=>Z>1e6;return new Promise((Z,ce)=>{if(_)if(z(V),!Q(_.type))p.value=!0,E.value="File type is not image!",s.value[V]=void 0,I.value=!1,he(V),ce("File type is not image!");else if(b(_.size))p.value=!0,E.value="File size is too big! Max. 1 MB",m(),I.value=!1,he(V),ce("File size is too big! Max. 1 MB");else{he(V);const ue=URL.createObjectURL(_),pe=new FileReader;pe.onload=ve=>{var _e;o.value[V].src=ue,o.value[V].type=L((_e=ve==null?void 0:ve.target)==null?void 0:_e.result,_.type)},pe.onerror=ve=>{console.error("🚀 ~ returnnewPromise ~ e:",ve)},pe.readAsArrayBuffer(_),g.value==null&&(g.value=V),I.value||(I.value=!0),p.value=!1,E.value=void 0}y.value+=1,d.value=Z})},B=()=>{n.useValidator&&Object.assign(N,Wn(n.fieldName,_=>!_&&n.mandatory?(n.label??"Photo")+" must be uploaded":n.invalid&&n.validatorMessage?n.validatorMessage:E.value?E.value:!0))},z=_=>{o.value[_]={src:null,type:null}},L=(_,V=null)=>{if(_){const Q=new Uint8Array(_).subarray(0,4);let b="";for(const Z of Q)b+=Z.toString(16);switch(b){case"89504e47":return"image/png";case"47494638":return"image/gif";case"ffd8ffe0":case"ffd8ffe1":case"ffd8ffe2":case"ffd8ffe3":case"ffd8ffe8":return"image/webp";default:return V}}return null},Y=_=>{const V=zJ(_.split(",")[1],"image/webp");return window.URL.createObjectURL(V)},J=async(_,V)=>{const Q=await fetch(_).then(b=>b.blob());return new File([Q],V,{type:"image/webp"})},K=async()=>{const _=g.value??0;try{await Ce(_)}catch(V){console.error(V)}ne()},ne=()=>{var _;I.value=!1,(_=d.value)==null||_.call(d),d.value=void 0},Ce=async _=>{if(M.value){const V=M.value.getResult();if(V.canvas){const Q=V.canvas.toDataURL("image/webp");await se(Q,_)}}},se=async(_,V)=>{try{a.value=document.createElement("canvas");const Q=a.value.getContext("2d"),b=new Image;b.src=_,await b.decode();const Z=80/100,ce=b.width*Z,ue=b.height*Z;a.value.setAttribute("width",ce.toString()),a.value.setAttribute("height",ue.toString()),Q&&Q.drawImage(b,0,0,ce,ue);const pe=a.value.toDataURL("image/webp",.95),ve=Date.now()+".webp",_e={canvas:a.value,compressed:{blob:Y(pe),base64:pe,fileName:ve,file:await J(Y(pe),ve),size:"",type:"image/webp"},message:"File has been compressed."};_e.compressed.size=Math.round(_e.compressed.file.size/1e3)+"KB",s.value[V]=_e.compressed.blob,n.multiple?N.value&&Array.isArray(N.value)?N.value[V]=_e.compressed.file:N.value=[_e.compressed.file]:N.value=_e.compressed.file,i("apply",_e)}catch(Q){console.error(Q)}},he=_=>{o.value[_].src&&URL.revokeObjectURL(o.value[_].src)},je=_=>{n.confirmOnDelete?D.value[_]=!0:Te(_)},Te=(_=0)=>{p.value=!1,E.value=void 0,s.value=s.value.toSpliced(_,1),he(_),o.value[_]={src:null,type:null},o.value=[o.value[+!_],o.value[_]],g.value=0,h.value=0,n.confirmOnDelete||i("delete",Te,_),n.multiple&&Array.isArray(N.value)?N.value=N.value.toSpliced(_,1):N.handleReset&&N.handleReset()},ae=_=>{var Q;const V=(Q=s.value[_])==null?void 0:Q.toString();g.value=_,V!=null&&V.includes("blob")?(g.value=_,I.value=!0):(z(_),w())},xe=()=>{w()},De=()=>{s.value=s.value.reverse(),N.value=N.value.reverse()},v=r.computed(()=>navigator.userAgent.includes("Firefox"));return r.watch(E,_=>{_&&N.setErrors&&N.setErrors(_)}),r.watch(I,_=>{_||c.value++}),r.watch(()=>N.value,_=>{i("update:fieldValue",_)}),(_,V)=>(r.openBlock(),r.createElementBlock(r.Fragment,null,[r.createVNode(yr,{class:r.normalizeClass([{"!w-max":!n.multiple,"!w-full":n.multiple}]),info:n.fieldInfo,label:n.label,mandatory:n.mandatory,"data-ts-name":"image-compressor","data-ts-section":"root"},{default:r.withCtx(()=>[r.createElementVNode("div",{class:r.normalizeClass(["w-full",{"grid gap-6 items-start grid-cols-2":_.multiple&&_.type==="normal"},{"grid gap-3 items-start grid-cols-[max-content,max-content]":_.multiple&&_.type==="inline-table"}]),"data-ts-section":"wrapper"},[s.value.length?(r.openBlock(),r.createElementBlock(r.Fragment,{key:0},[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(s.value,(Q,b)=>(r.openBlock(),r.createElementBlock("div",{key:b,draggable:s.value.length==2,onDragend:De,class:"flex gap-1 items-start","data-ts-section":"preview"},[r.createElementVNode("div",{class:r.normalizeClass(["flex gap-1",{"flex-col":_.type==="normal","items-center":_.type==="inline-table"}]),"data-ts-section":"preview-image-wrapper"},[r.createVNode(Ci,{class:r.normalizeClass({"w-[26px] h-[26px]":_.type==="inline-table"}),rounded:_.rounded,thumbnail:Q,"data-ts-section":"preview-image"},null,8,["class","rounded","thumbnail"]),n.disabled?r.createCommentVNode("",!0):(r.openBlock(),r.createElementBlock("div",bJ,[_.type==="normal"?(r.openBlock(),r.createElementBlock(r.Fragment,{key:0},[r.createVNode($e,{label:_.type==="normal"?"Edit":"",onClick:Z=>ae(b),class:"!py-0.5 !px-1 !h-max text-[11px]",icon:"pencil",text:""},null,8,["label","onClick"]),r.createVNode($e,{label:_.type==="normal"?"Delete":"",onClick:Z=>je(b),class:"!py-0.5 !px-1 !h-max text-[11px]",icon:"delete-bin",severity:"danger",text:""},null,8,["label","onClick"])],64)):(r.openBlock(),r.createElementBlock(r.Fragment,{key:1},[r.createVNode(Je,{onClick:Z=>ae(b),class:"text-xs p-0.5 rounded-xs mr-1",icon:"pencil",severity:"primary"},null,8,["onClick"]),r.createVNode(Je,{onClick:Z=>je(b),class:"text-xs p-0.5 rounded-xs",icon:"delete-bin",severity:"danger"},null,8,["onClick"])],64)),r.createVNode(Cr,{visible:D.value[b],"onUpdate:visible":Z=>D.value[b]=Z,closable:!1,onConfirm:Z=>i("delete",Te,b),body:"Are you sure you want to delete it?","confirm-label":"Delete",header:"Delete Photo",severity:"danger"},null,8,["visible","onUpdate:visible","onConfirm"])]))],2),_.type==="normal"?(r.openBlock(),r.createBlock($I,{key:0,"show-add-button":s.value.length===1&&n.multiple,"show-info":_.showInfo,onAddPhoto:V[1]||(V[1]=Z=>w(!0))},{default:r.withCtx(()=>[s.value.length===2&&n.multiple?(r.openBlock(),r.createBlock(Xd,{key:0,modelValue:h.value,"onUpdate:modelValue":V[0]||(V[0]=Z=>h.value=Z),"label-id":"default-"+b,value:b,label:"Set as default"},null,8,["modelValue","label-id","value"])):r.createCommentVNode("",!0)]),_:2},1032,["show-add-button","show-info"])):r.createCommentVNode("",!0)],40,UJ))),128)),_.multiple&&s.value.length==1&&_.type==="inline-table"?(r.openBlock(),r.createBlock($e,{key:0,onClick:V[2]||(V[2]=Q=>w(!0)),icon:"add-line",label:"Photo",text:""})):r.createCommentVNode("",!0)],64)):_.type!="inline-table"?(r.openBlock(),r.createElementBlock("div",OJ,[r.createElementVNode("button",{class:r.normalizeClass(["w-[125px] h-[125px]","flex items-center justify-center","ring-inset","cursor-pointer",{"ring-1":v.value,"ring-[0.5px]":!v.value},{"rounded-full":_.rounded,"rounded-lg":!_.rounded},{"ring-general-200 dark:ring-general-200 focus-visible:ring-primary-500 focus-visible:dark:ring-primary-500":!p.value&&!N.errorMessage,"ring-danger-500 dark:ring-danger-500":p.value||N.errorMessage},{"bg-white dark:bg-grayscale-900":!n.disabled,"bg-general-50 dark:bg-grayscale-800":n.disabled}]),onClick:V[3]||(V[3]=Q=>w(!1)),"data-ts-section":"input-image-trigger",type:"button"},[r.createVNode(Je,{class:"w-6 h-6","data-ts-section":"trigger-icon",icon:"image-add",severity:"primary"})],2),r.createVNode($I,{"show-info":_.showInfo},null,8,["show-info"])])):r.createCommentVNode("",!0)],2),(r.openBlock(),r.createElementBlock("input",{id:_.fieldName,key:c.value,ref_key:"inputImageFile",ref:l,multiple:n.multiple&&!s.value.length,onChange:j,accept:"image/*",class:"hidden","data-ts-section":"hidden-image-input",type:"file"},null,40,YJ)),_.type==="inline-table"&&!s.value.length?(r.openBlock(),r.createElementBlock("label",{key:0,for:_.fieldName,class:"inline-flex items-center cursor-pointer"},RJ,8,FJ)):r.createCommentVNode("",!0),_.showValidatorMessage?(r.openBlock(),r.createBlock(bn,{key:1,format:!1,message:N.errorMessage??E.value},null,8,["message"])):r.createCommentVNode("",!0)]),_:1},8,["class","info","label","mandatory"]),r.createVNode(Bi,{visible:I.value,"onUpdate:visible":V[4]||(V[4]=Q=>I.value=Q),class:r.normalizeClass(["w-max max-w-[98vw] min-w-[500px] !max-h-[94vh]"]),"content-class":["overflow-hidden overflow-y-auto min-h-[100px]"],draggable:!1,"footer-class":["!gap-1"],"data-ts-section":"dialog-cropper",header:"Adjust Photo",modal:""},{footer:r.withCtx(()=>[r.createVNode($e,{onClick:ne,label:"Cancel",plain:"",severity:"secondary",text:""}),r.createVNode($e,{onClick:xe,label:"Change Image",text:""}),r.createVNode($e,{onClick:K,label:"Apply",severity:"success",type:"button"})]),default:r.withCtx(()=>[g.value!=null?(r.openBlock(),r.createBlock(r.unref(qI),{key:0,ref_key:"vueAdvanceCropper",ref:M,"auto-zoom":!1,"background-wrapper-component":xJ,src:o.value[g.value].src,class:"upload-example-cropper h-400","foreground-class":"h-400","image-class":"h-400"},null,8,["src"])):r.createCommentVNode("",!0)]),_:1},8,["visible"])],64))}}),_J=["id","disabled","placeholder"],ef=r.defineComponent({__name:"InputBadge",props:{type:{default:"text"},modelValue:{},initialValue:{},useValidator:{type:Boolean},mandatory:{type:Boolean},validatorMessage:{},showValidatorMessage:{type:Boolean,default:!0},invalid:{type:Boolean},fieldName:{default:"inputBadge"},placeholder:{},disabled:{type:Boolean},label:{},fieldInfo:{},fieldTooltipPos:{},preserveDeletedIndex:{type:Boolean}},emits:["update:modelValue"],setup(e,{emit:t}){const n=e,i=t;r.onMounted(()=>{h()});const o=r.ref(null),a=r.ref(null),s=r.shallowRef(),l=r.reactive({value:n.initialValue??n.modelValue??[]}),c=r.computed(()=>{var j;return((j=n.label)==null?void 0:j.toLowerCase)+"-badge-input"}),M=r.computed(()=>n.invalid&&n.validatorMessage?n.validatorMessage:l.errorMessage),d=r.computed(()=>n.placeholder?n.placeholder:n.type==="email"?"Enter valid email":"Enter value"),g=r.computed(()=>{var j,C;return(C=(j=l.value)==null?void 0:j.filter(Boolean))==null?void 0:C.length}),h=()=>{var j,C;n.useValidator&&(Object.assign(l,Wn(n.fieldName,B=>!(B!=null&&B.length)&&n.mandatory?(n.label??"This field")+" must not be empty":!0)),(j=n.initialValue)!=null&&j.length?l.value=n.initialValue:(C=n.modelValue)!=null&&C.length&&(l.value=n.modelValue))},N=r.computed(()=>{var j;return n.invalid||!!l.errorMessage||!((j=l.value)!=null&&j.length)&&typeof s.value=="string"&&!s.value.length}),p=j=>/^[\w-]+(\.[\w-]+)*@([\w-]+\.)+[a-zA-Z]{2,7}$/.test(j),E=()=>{s.value&&(l.value=[...l.value??[],s.value],s.value=void 0,i("update:modelValue",l.value))},y=j=>{if(n.type==="email"&&o.value&&a.value&&s.value&&!p(s.value)){a.value.toggle(j,o.value);return}E()},I=j=>{var C;(C=l.value)==null||C.splice(j,1,...n.preserveDeletedIndex?[null]:[])},D=j=>{var C,B;j.key==="Backspace"&&!s.value&&(j.preventDefault(),n.type==="text"?s.value=(C=l.value)==null?void 0:C.pop():(B=l.value)==null||B.pop())},m=(j,C)=>{l.value&&j&&(l.value[C]=j,i("update:modelValue",l.value))},w=navigator.userAgent.includes("Firefox");return r.watch(()=>n.initialValue,j=>{j&&(l.value=j)},{once:!0}),r.watch(()=>n.modelValue,j=>{j&&(l.value=j)}),n.preserveDeletedIndex&&r.watchEffect(()=>{var j,C;(j=l.value)!=null&&j.length&&((C=l.value)!=null&&C.every(B=>B==null))&&(l.value=[])}),(j,C)=>(r.openBlock(),r.createBlock(yr,{info:j.fieldInfo,label:n.label,mandatory:n.mandatory,"tooltip-pos":j.fieldTooltipPos},{default:r.withCtx(()=>[r.createElementVNode("div",{class:r.normalizeClass(["flex flex-wrap gap-x-0.5 gap-y-[5px] items-center","min-h-[26px] h-fit w-full","ring-inset rounded px-[12px] py-[2px]",{"ring-[1px]":r.unref(w),"ring-[0.5px]":!r.unref(w)},{"!ring-danger-500 !dark:ring-danger-500":N.value},{"!ring-general-200 !dark:ring-general-200":!N.value},{"pointer-events-none":j.disabled}]),"data-ts-name":"input-badge","data-ts-section":"root"},[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(l.value,(B,z)=>(r.openBlock(),r.createElementBlock(r.Fragment,{key:B},[B?(r.openBlock(),r.createBlock(Lt,{key:0,label:B,onRemove:L=>{var Y;return I(z),(Y=o.value)==null?void 0:Y.focus()},"onUpdate:label":L=>m(L,z),editable:"",format:"nowrap",removable:"",severity:"dark"},null,8,["label","onRemove","onUpdate:label"])):r.createCommentVNode("",!0)],64))),128)),r.createElementVNode("form",{onSubmit:r.withModifiers(y,["prevent"]),class:"flex-1","data-ts-section":"form-input"},[r.withDirectives(r.createElementVNode("input",{id:c.value,ref_key:"badgeInput",ref:o,"onUpdate:modelValue":C[0]||(C[0]=B=>s.value=B),class:r.normalizeClass([...r.unref(gh).root({props:n,context:{disabled:j.disabled},parent:j.$parent}).class,"outline-none !w-full !bg-transparent !p-0 !shadow-none h-max !leading-4 min-w-[70px]",{"placeholder:text-transparent":g.value},"focus:placeholder:text-general-200"]),disabled:j.disabled,placeholder:d.value,onBlur:y,onFocus:C[1]||(C[1]=B=>{var z;return(z=a.value)==null?void 0:z.hide()}),onInput:C[2]||(C[2]=B=>{var z;return(z=a.value)==null?void 0:z.hide()}),onKeydown:D,"data-ts-section":"label-input",type:"text"},null,42,_J),[[r.vModelText,s.value]]),r.createVNode(r.unref(Kl),{ref_key:"op",ref:a,class:"px-3 py-1 text-[12px] text-general-800"},{default:r.withCtx(()=>[r.createVNode(Je,{class:"mr-1 text-warning-600 text-base",icon:"error"}),r.createTextVNode(" Email format is incorrect ")]),_:1},512)],32)],2),n.showValidatorMessage&&n.label?(r.openBlock(),r.createBlock(bn,{key:0,message:M.value},null,8,["message"])):r.createCommentVNode("",!0)]),_:1},8,["info","label","mandatory","tooltip-pos"]))}}),BM=({isFirefoxBased:e,invalidInput:t})=>[{"ring-[1px]":e,"ring-[0.5px]":!e},{"!ring-danger-500":t},"ring-inset","ring-general-200","[&:has(:focus)]:bg-none [&:has(:focus)]:dark:bg-none","[&:has(:focus)]:ring-primary-500","bg-white dark:bg-white","z-[0] [&:has(:focus)]:z-[12]"],tf={dialcode:e=>({class:[...BM(e),"rounded-l rounded-r-none"]}),inputnumber:e=>({class:[...BM(e),"rounded-r rounded-l-none -ml-[1px]"]})},nf={currency:e=>({class:[...BM(e),"rounded-l rounded-r-none"],"data-ts-section":"currency"}),value:e=>({class:[...BM(e),"rounded-r rounded-l-none -ml-[1px]"],"data-ts-section":"value"})},rf=r.defineComponent({__name:"InputCurrency",props:{modelValue:{},value:{},label:{},max:{},useValidator:{type:Boolean},fieldName:{},mandatory:{type:Boolean},validatorMessage:{},invalid:{type:Boolean},placeholder:{},disabled:{type:Boolean},showButtons:{type:Boolean},size:{},mode:{},useGrouping:{type:Boolean},fieldInfo:{},inputnNumberId:{}},emits:["update:modelValue","input"],setup(e,{emit:t}){var E,y;const n=e,i=t;r.onMounted(()=>{n.useValidator&&(Object.assign(c,Wn(n.fieldName??"currencyInput",I=>!(I!=null&&I.value)&&n.mandatory?`${n.label} must not be empty`:!0)),n.modelValue&&(c.value=n.modelValue))});const o=r.shallowRef(!1),a=r.shallowRef((E=n.modelValue)==null?void 0:E.value),s=navigator.userAgent.includes("Firefox"),l=r.shallowRef(UA((y=n.modelValue)==null?void 0:y.currency)),c=r.reactive({value:n.modelValue}),M=r.shallowRef(_T),d=r.computed(()=>{var I;return(I=l.value)==null?void 0:I.locale}),g=r.computed(()=>n.inputnNumberId?n.inputnNumberId:(n.label??n.fieldName??"input-number").toLowerCase().trim().replaceAll(" ","-")+"-inputnumber"),h=r.computed(()=>n.invalid||!!c.errorMessage),N=({currency:I},D)=>{const m=D!=null?{currency:I,value:D}:void 0;i("update:modelValue",m),c.value=m},p=()=>{r.nextTick(()=>{const I=document.getElementById(g.value);I&&I.focus()})};return r.watch(()=>n.modelValue,()=>{var I,D,m;l.value=(I=n.modelValue)!=null&&I.currency?UA((D=n.modelValue)==null?void 0:D.currency):l.value,c.value=n.modelValue,a.value=(m=n.modelValue)==null?void 0:m.value}),(I,D)=>(r.openBlock(),r.createBlock(lM,r.mergeProps(n,{modelValue:a.value,"onUpdate:modelValue":[D[4]||(D[4]=m=>a.value=m),D[5]||(D[5]=m=>N(l.value,m))],"input-id":g.value,"input-number-class":r.unref(nf).value({isFirefoxBased:r.unref(s),invalidInput:h.value}).class,invalid:h.value,locale:d.value,"min-fraction-digits":0,"use-validator":!1,"validator-message":c.errorMessage,"addon-left-class":"!p-0 !bg-transparent","input-group-class":"!ring-0",mode:"decimal","use-grouping":""}),{"addon-left":r.withCtx(()=>[r.createVNode(r.unref(wo),{modelValue:l.value,"onUpdate:modelValue":[D[0]||(D[0]=m=>l.value=m),D[3]||(D[3]=m=>N(m,a.value))],class:r.normalizeClass(r.unref(nf).currency({isFirefoxBased:r.unref(s),invalidInput:h.value}).class),"filter-fields":["label","currency"],options:M.value,pt:{input:{class:["py-1 pl-3 pr-2",r.unref(uh).input({props:{modelValue:l.value}}).class]}},onHide:D[1]||(D[1]=m=>(o.value=!1,p())),onShow:D[2]||(D[2]=m=>o.value=!0),"data-key":"currency",filter:"","filter-placeholder":"Search","option-label":"symbol"},{dropdownicon:r.withCtx(()=>[r.createVNode(Je,{class:r.normalizeClass(["w-full h-full transition-transform !text-general-500",{"rotate-180":o.value}]),icon:"arrow-drop-down"},null,8,["class"])]),option:r.withCtx(({option:m})=>[r.createTextVNode(r.toDisplayString(m.label),1)]),_:1},8,["modelValue","class","options","pt"])]),_:1},16,["modelValue","input-id","input-number-class","invalid","locale","validator-message"]))}}),Lc=r.defineComponent({__name:"InputText",props:{modelValue:{},value:{},maxLength:{default:30},label:{},useValidator:{type:Boolean},fieldName:{},mandatory:{type:Boolean},invalid:{type:Boolean},manualInvalidContainer:{type:Boolean,default:!1},validatorMessage:{},validateOnBlur:{type:Boolean,default:!1},validatorMessageClass:{},placeholder:{},type:{default:"text"},disabled:{type:Boolean},fieldInfo:{},inputClass:{},inputContainerClass:{},labelClass:{},blurOnReachMax:{type:Boolean},allowSpecialCharacters:{type:Boolean,default:!0}},emits:["blur","input","update:modelValue"],setup(e,{emit:t}){var E;const n=e,i=t,o=r.ref(0),a=r.ref(),s=r.shallowRef(n.value||n.modelValue),l=r.reactive({value:(E=n.modelValue)==null?void 0:E.trim()}),c=r.computed(()=>n.invalid||!!l.errorMessage);r.onMounted(()=>{var y;n.useValidator&&(Object.assign(l,Wn(n.fieldName??"textInput",I=>d(I==null?void 0:I.trim()))),n.value!=null&&(l.value=(y=n.value)==null?void 0:y.trim()))});const M=r.computed(()=>n.placeholder??`Enter ${n.label?n.label.toLowerCase():n.type??"text"}`),d=async y=>(await r.nextTick(),n.validatorMessage&&n.invalid?n.validatorMessage:!y&&n.mandatory?`${n.label} must not be empty`:(y==null?void 0:y.length)>n.maxLength&&(n.type==="text"||n.type==="email")?"Max. "+n.maxLength+" characters":y&&n.type==="email"?/^[\w-]+(\.[\w-]+)*@([\w-]+\.)+[a-zA-Z]{2,7}$/.test(y)?!0:"Email format is incorrect":y&&n.type==="url"?new RegExp("^(https?:\\/\\/)?((([a-z\\d]([a-z\\d-]*[a-z\\d])*)\\.)+[a-z]{2,}|((\\d{1,3}\\.){3}\\d{1,3}))(\\:\\d+)?(\\/[-a-z\\d%_.~+]*)*(\\?[;&a-z\\d%_.~+=-]*)?(\\#[-a-z\\d_]*)?$","i").test(y)?!0:"URL format is incorrect":n.allowSpecialCharacters?!0:/[^A-Za-z0-9 ]/.test(y)?"Cannot include any special characters":!0),g=y=>{s.value=String(y).slice(0,n.maxLength),h(y)},h=y=>{var w;const I=(w=a.value)==null?void 0:w.$el;if(!I)return;const{selectionStart:D,selectionEnd:m}=I;o.value++,I.blur(),r.nextTick(()=>{var C;const j=(C=a.value)==null?void 0:C.$el;if(j==null||j.focus(),D!==null&&m!==null){const B=D===n.maxLength&&(y==null?void 0:y.length)===n.maxLength?n.maxLength:D-1;j==null||j.setSelectionRange(B,B)}})},N=()=>{n.validateOnBlur&&(l.value=s.value),i("blur",s.value)},p=y=>{var j;const{value:I}=y.target;i("input",I);const D=y.inputType==="deleteContentBackward",m=I&&(I==null?void 0:I.length)>=n.maxLength,w=((j=l.value)==null?void 0:j.length)===n.maxLength;m&&n.blurOnReachMax&&!w?(g(I),i("input",I)):!w||D||!n.blurOnReachMax?(s.value=I,i("input",I)):(s.value=l.value,h()),n.validateOnBlur||(l.value=s.value),i("update:modelValue",s.value)};return r.watch(()=>n.value,y=>{l.value=y==null?void 0:y.trim(),s.value=l.value},{once:!0}),r.watch(()=>n.modelValue,y=>{l.value=y==null?void 0:y.trim(),s.value=l.value}),(y,I)=>(r.openBlock(),r.createBlock(yr,{info:y.fieldInfo,label:n.label,"label-class":n.labelClass,mandatory:n.mandatory},{default:r.withCtx(()=>[r.createVNode(Li,{class:r.normalizeClass(n.inputContainerClass??["grid ",{"grid-cols-[max-content,1fr,max-content]":y.$slots["addon-left"]&&y.$slots["addon-right"],"grid-cols-[1fr,max-content]":!y.$slots["addon-left"]&&y.$slots["addon-right"],"grid-cols-[max-content,1fr]":y.$slots["addon-left"]&&!y.$slots["addon-right"]}]),disabled:n.disabled,invalid:c.value&&!n.manualInvalidContainer},{default:r.withCtx(()=>[y.$slots["addon-left"]?(r.openBlock(),r.createBlock(r.unref(Fa),{key:0,disabled:n.disabled},{default:r.withCtx(()=>[r.renderSlot(y.$slots,"addon-left")]),_:3},8,["disabled"])):r.createCommentVNode("",!0),(r.openBlock(),r.createBlock(r.unref(xi),{key:o.value,ref_key:"input",ref:a,class:r.normalizeClass(["ts-inputtext",y.inputClass]),disabled:y.disabled,invalid:c.value,"model-value":l.value,placeholder:M.value,onBlur:N,onInput:p},null,8,["class","disabled","invalid","model-value","placeholder"])),y.$slots["addon-right"]?(r.openBlock(),r.createBlock(r.unref(Fa),{key:1,class:r.normalizeClass({"!text-general-200 !dark:text-general-200":n.disabled})},{default:r.withCtx(()=>[r.renderSlot(y.$slots,"addon-right")]),_:3},8,["class"])):r.createCommentVNode("",!0)]),_:3},8,["class","disabled","invalid"]),r.createVNode(bn,{class:r.normalizeClass(n.validatorMessageClass),message:l.errorMessage??n.validatorMessage},null,8,["class","message"])]),_:3},8,["info","label","label-class","mandatory"]))}}),af=r.defineComponent({__name:"InputEmail",props:{modelValue:{},label:{},labelClass:{},fieldName:{},manualInvalidContainer:{type:Boolean},mandatory:{type:Boolean},useValidator:{type:Boolean},validatorMessage:{},validatorMessageClass:{},placeholder:{},disabled:{type:Boolean},fieldInfo:{},inputClass:{},inputContainerClass:{}},emits:["update:modelValue","blur"],setup(e){return(t,n)=>(r.openBlock(),r.createBlock(Lc,{"field-info":t.fieldInfo,"field-name":t.fieldName,"input-class":t.inputClass,"input-container-class":t.inputContainerClass,label:t.label,"label-class":t.labelClass,mandatory:t.mandatory,"manual-invalid-container":t.manualInvalidContainer,"max-length":60,"model-value":t.modelValue,placeholder:t.placeholder,"use-validator":t.useValidator,"validator-message":t.validatorMessage,"validator-message-class":t.validatorMessageClass,onBlur:n[0]||(n[0]=i=>t.$emit("blur",i)),"onUpdate:modelValue":n[1]||(n[1]=i=>t.$emit("update:modelValue",i)),type:"email","validate-on-blur":""},null,8,["field-info","field-name","input-class","input-container-class","label","label-class","mandatory","manual-invalid-container","model-value","placeholder","use-validator","validator-message","validator-message-class"]))}});var vJ={root:"p-inputotp p-component",input:"p-inputotp-input"},VJ=wt.extend({name:"inputotp",classes:vJ}),GJ={name:"BaseInputOtp",extends:ot,props:{modelValue:{type:null,default:!1},invalid:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},variant:{type:String,default:null},tabindex:{type:Number,default:null},length:{type:Number,default:4},mask:{type:Boolean,default:!1},integerOnly:{type:Boolean,default:!1}},style:VJ,provide:function(){return{$parentInstance:this}}},of={name:"InputOtp",extends:GJ,inheritAttrs:!1,emits:["update:modelValue","change","focus","blur"],data:function(){return{tokens:[]}},watch:{modelValue:{immediate:!0,handler:function(t){this.tokens=t?t.split(""):new Array(this.length)}}},methods:{getTemplateAttrs:function(t){return{value:this.tokens[t]}},getTemplateEvents:function(t){var n=this;return{input:function(o){return n.onInput(o,t)},keydown:function(o){return n.onKeyDown(o)},focus:function(o){return n.onFocus(o)},blur:function(o){return n.onBlur(o)},paste:function(o){return n.onPaste(o)}}},getPTOptions:function(t){var n=t==="root"?this.ptmi:this.ptm;return n(t,{context:{checked:this.checked,disabled:this.disabled}})},onInput:function(t,n){this.tokens[n]=t.target.value,this.updateModel(t),t.inputType==="deleteContentBackward"?this.moveToPrev(t):(t.inputType==="insertText"||t.inputType==="deleteContentForward")&&this.moveToNext(t)},updateModel:function(t){var n=this.tokens.join("");this.$emit("update:modelValue",n),this.$emit("change",{originalEvent:t,value:n})},moveToPrev:function(t){var n=this.findPrevInput(t.target);n&&(n.focus(),n.select())},moveToNext:function(t){var n=this.findNextInput(t.target);n&&(n.focus(),n.select())},findNextInput:function(t){var n=t.nextElementSibling;if(n)return n.nodeName==="INPUT"?n:this.findNextInput(n)},findPrevInput:function(t){var n=t.previousElementSibling;if(n)return n.nodeName==="INPUT"?n:this.findPrevInput(n)},onFocus:function(t){t.target.select(),this.$emit("focus",t)},onBlur:function(t){this.$emit("blur",t)},onKeyDown:function(t){if(!(t.ctrlKey||t.metaKey))switch(t.code){case"ArrowLeft":this.moveToPrev(t),t.preventDefault();break;case"ArrowUp":case"ArrowDown":t.preventDefault();break;case"Backspace":t.target.value.length===0&&(this.moveToPrev(t),t.preventDefault());break;case"ArrowRight":this.moveToNext(t),t.preventDefault();break;default:(this.integerOnly&&!(Number(t.key)>=0&&Number(t.key)<=9)||this.tokens.join("").length>=this.length&&t.code!=="Delete")&&t.preventDefault();break}},onPaste:function(t){if(!(this.readonly||this.disabled)){var n=t.clipboardData.getData("text");if(n.length){var i=n.substring(0,this.length+1);(!this.integerOnly||!isNaN(i))&&(this.tokens=i.split(""),this.updateModel(t))}t.preventDefault()}}},computed:{inputMode:function(){return this.integerOnly?"numeric":"text"},inputType:function(){return this.mask?"password":"text"}},components:{OtpInputText:xi}};function PJ(e,t,n,i,o,a){var s=r.resolveComponent("OtpInputText");return r.openBlock(),r.createElementBlock("div",r.mergeProps({class:e.cx("root")},e.ptmi("root")),[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(e.length,function(l){return r.renderSlot(e.$slots,"default",{key:l,events:a.getTemplateEvents(l-1),attrs:a.getTemplateAttrs(l-1),index:l},function(){return[r.createVNode(s,{value:o.tokens[l-1],type:a.inputType,class:r.normalizeClass(e.cx("input")),inputmode:a.inputMode,variant:e.variant,readonly:e.readonly,disabled:e.disabled,invalid:e.invalid,tabindex:e.tabindex,unstyled:e.unstyled,onInput:function(M){return a.onInput(M,l-1)},onFocus:t[0]||(t[0]=function(c){return a.onFocus(c)}),onBlur:t[1]||(t[1]=function(c){return a.onBlur(c)}),onPaste:t[2]||(t[2]=function(c){return a.onPaste(c)}),onKeydown:t[3]||(t[3]=function(c){return a.onKeyDown(c)}),pt:e.ptm("input")},null,8,["value","type","class","inputmode","variant","readonly","disabled","invalid","tabindex","unstyled","onInput","pt"])]})}),128))],16)}of.render=PJ;const sf=r.defineComponent({__name:"InputOTP",props:{modelValue:{},disabled:{type:Boolean},invalid:{type:Boolean},length:{}},emits:["update:modelValue"],setup(e,{emit:t}){const n=e,i=t,o=r.ref(n.modelValue),a=s=>{const{code:l,key:c}=s;l.startsWith("Digit")||l.startsWith("Numpad")&&!isNaN(Number(c))||["ArrowLeft","ArrowRight","Backspace"].includes(l)||s.preventDefault()};return r.watch(o,s=>i("update:modelValue",s)),(s,l)=>(r.openBlock(),r.createBlock(r.unref(of),{modelValue:o.value,"onUpdate:modelValue":l[0]||(l[0]=c=>o.value=c),disabled:s.disabled,invalid:s.invalid,length:s.length??6,onKeydown:a},null,8,["modelValue","disabled","invalid","length"]))}});var lf={name:"EyeSlashIcon",extends:jt},HJ=r.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13.9414 6.74792C13.9437 6.75295 13.9455 6.757 13.9469 6.76003C13.982 6.8394 14.0001 6.9252 14.0001 7.01195C14.0001 7.0987 13.982 7.1845 13.9469 7.26386C13.6004 8.00059 13.1711 8.69549 12.6674 9.33515C12.6115 9.4071 12.54 9.46538 12.4582 9.50556C12.3765 9.54574 12.2866 9.56678 12.1955 9.56707C12.0834 9.56671 11.9737 9.53496 11.8788 9.47541C11.7838 9.41586 11.7074 9.3309 11.6583 9.23015C11.6092 9.12941 11.5893 9.01691 11.6008 8.90543C11.6124 8.79394 11.6549 8.68793 11.7237 8.5994C12.1065 8.09726 12.4437 7.56199 12.7313 6.99995C12.2595 6.08027 10.3402 2.8014 6.99732 2.8014C6.63723 2.80218 6.27816 2.83969 5.92569 2.91336C5.77666 2.93304 5.62568 2.89606 5.50263 2.80972C5.37958 2.72337 5.29344 2.59398 5.26125 2.44714C5.22907 2.30031 5.2532 2.14674 5.32885 2.01685C5.40451 1.88696 5.52618 1.79021 5.66978 1.74576C6.10574 1.64961 6.55089 1.60134 6.99732 1.60181C11.5916 1.60181 13.7864 6.40856 13.9414 6.74792ZM2.20333 1.61685C2.35871 1.61411 2.5091 1.67179 2.6228 1.77774L12.2195 11.3744C12.3318 11.4869 12.3949 11.6393 12.3949 11.7983C12.3949 11.9572 12.3318 12.1097 12.2195 12.2221C12.107 12.3345 11.9546 12.3976 11.7956 12.3976C11.6367 12.3976 11.4842 12.3345 11.3718 12.2221L10.5081 11.3584C9.46549 12.0426 8.24432 12.4042 6.99729 12.3981C2.403 12.3981 0.208197 7.59135 0.0532336 7.25198C0.0509364 7.24694 0.0490875 7.2429 0.0476856 7.23986C0.0162332 7.16518 3.05176e-05 7.08497 3.05176e-05 7.00394C3.05176e-05 6.92291 0.0162332 6.8427 0.0476856 6.76802C0.631261 5.47831 1.46902 4.31959 2.51084 3.36119L1.77509 2.62545C1.66914 2.51175 1.61146 2.36136 1.61421 2.20597C1.61695 2.05059 1.6799 1.90233 1.78979 1.79244C1.89968 1.68254 2.04794 1.6196 2.20333 1.61685ZM7.45314 8.35147L5.68574 6.57609V6.5361C5.5872 6.78938 5.56498 7.06597 5.62183 7.33173C5.67868 7.59749 5.8121 7.84078 6.00563 8.03158C6.19567 8.21043 6.43052 8.33458 6.68533 8.39089C6.94014 8.44721 7.20543 8.43359 7.45314 8.35147ZM1.26327 6.99994C1.7351 7.91163 3.64645 11.1985 6.99729 11.1985C7.9267 11.2048 8.8408 10.9618 9.64438 10.4947L8.35682 9.20718C7.86027 9.51441 7.27449 9.64491 6.69448 9.57752C6.11446 9.51014 5.57421 9.24881 5.16131 8.83592C4.74842 8.42303 4.4871 7.88277 4.41971 7.30276C4.35232 6.72274 4.48282 6.13697 4.79005 5.64041L3.35855 4.2089C2.4954 5.00336 1.78523 5.94935 1.26327 6.99994Z",fill:"currentColor"},null,-1),JJ=[HJ];function WJ(e,t,n,i,o,a){return r.openBlock(),r.createElementBlock("svg",r.mergeProps({width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e.pti()),JJ,16)}lf.render=WJ;var ZJ={root:function(t){var n=t.props;return{position:n.appendTo==="self"?"relative":void 0}}},XJ={root:function(t){var n=t.instance,i=t.props;return["p-password p-component p-inputwrapper",{"p-inputwrapper-filled":n.filled,"p-inputwrapper-focus":n.focused,"p-icon-field p-icon-field-right":i.toggleMask}]},input:function(t){var n=t.props;return["p-password-input",{"p-disabled":n.disabled}]},hideIcon:"p-input-icon",showIcon:"p-input-icon",panel:function(t){var n=t.instance;return["p-password-panel p-component",{"p-ripple-disabled":n.$primevue.config.ripple===!1}]},meter:"p-password-meter",meterLabel:function(t){var n=t.instance;return"p-password-strength ".concat(n.meter?n.meter.strength:"")},info:"p-password-info"},KJ=wt.extend({name:"password",classes:XJ,inlineStyles:ZJ}),qJ={name:"BasePassword",extends:ot,props:{modelValue:String,promptLabel:{type:String,default:null},mediumRegex:{type:[String,RegExp],default:"^(((?=.*[a-z])(?=.*[A-Z]))|((?=.*[a-z])(?=.*[0-9]))|((?=.*[A-Z])(?=.*[0-9])))(?=.{6,})"},strongRegex:{type:[String,RegExp],default:"^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.{8,})"},weakLabel:{type:String,default:null},mediumLabel:{type:String,default:null},strongLabel:{type:String,default:null},feedback:{type:Boolean,default:!0},appendTo:{type:[String,Object],default:"body"},toggleMask:{type:Boolean,default:!1},hideIcon:{type:String,default:void 0},showIcon:{type:String,default:void 0},variant:{type:String,default:null},invalid:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},placeholder:{type:String,default:null},required:{type:Boolean,default:!1},inputId:{type:String,default:null},inputClass:{type:[String,Object],default:null},inputStyle:{type:Object,default:null},inputProps:{type:null,default:null},panelId:{type:String,default:null},panelClass:{type:[String,Object],default:null},panelStyle:{type:Object,default:null},panelProps:{type:null,default:null},ariaLabelledby:{type:String,default:null},ariaLabel:{type:String,default:null}},style:KJ,provide:function(){return{$parentInstance:this}}},cf={name:"Password",extends:qJ,inheritAttrs:!1,emits:["update:modelValue","change","focus","blur","invalid"],data:function(){return{id:this.$attrs.id,overlayVisible:!1,meter:null,infoText:null,focused:!1,unmasked:!1}},watch:{"$attrs.id":function(t){this.id=t||on()}},mediumCheckRegExp:null,strongCheckRegExp:null,resizeListener:null,scrollHandler:null,overlay:null,mounted:function(){this.id=this.id||on(),this.infoText=this.promptText,this.mediumCheckRegExp=new RegExp(this.mediumRegex),this.strongCheckRegExp=new RegExp(this.strongRegex)},beforeUnmount:function(){this.unbindResizeListener(),this.scrollHandler&&(this.scrollHandler.destroy(),this.scrollHandler=null),this.overlay&&(Yt.clear(this.overlay),this.overlay=null)},methods:{onOverlayEnter:function(t){Yt.set("overlay",t,this.$primevue.config.zIndex.overlay),U.addStyles(t,{position:"absolute",top:"0",left:"0"}),this.alignOverlay(),this.bindScrollListener(),this.bindResizeListener()},onOverlayLeave:function(){this.unbindScrollListener(),this.unbindResizeListener(),this.overlay=null},onOverlayAfterLeave:function(t){Yt.clear(t)},alignOverlay:function(){this.appendTo==="self"?U.relativePosition(this.overlay,this.$refs.input.$el):(this.overlay.style.minWidth=U.getOuterWidth(this.$refs.input.$el)+"px",U.absolutePosition(this.overlay,this.$refs.input.$el))},testStrength:function(t){var n=0;return this.strongCheckRegExp.test(t)?n=3:this.mediumCheckRegExp.test(t)?n=2:t.length&&(n=1),n},onInput:function(t){this.$emit("update:modelValue",t.target.value),this.$emit("change",t)},onFocus:function(t){this.focused=!0,this.feedback&&(this.setPasswordMeter(this.modelValue),this.overlayVisible=!0),this.$emit("focus",t)},onBlur:function(t){this.focused=!1,this.feedback&&(this.overlayVisible=!1),this.$emit("blur",t)},onKeyUp:function(t){if(this.feedback){var n=t.target.value,i=this.checkPasswordStrength(n),o=i.meter,a=i.label;if(this.meter=o,this.infoText=a,t.code==="Escape"){this.overlayVisible&&(this.overlayVisible=!1);return}this.overlayVisible||(this.overlayVisible=!0)}},setPasswordMeter:function(){if(!this.modelValue){this.meter=null,this.infoText=this.promptText;return}var t=this.checkPasswordStrength(this.modelValue),n=t.meter,i=t.label;this.meter=n,this.infoText=i,this.overlayVisible||(this.overlayVisible=!0)},checkPasswordStrength:function(t){var n=null,i=null;switch(this.testStrength(t)){case 1:n=this.weakText,i={strength:"weak",width:"33.33%"};break;case 2:n=this.mediumText,i={strength:"medium",width:"66.66%"};break;case 3:n=this.strongText,i={strength:"strong",width:"100%"};break;default:n=this.promptText,i=null;break}return{label:n,meter:i}},onInvalid:function(t){this.$emit("invalid",t)},bindScrollListener:function(){var t=this;this.scrollHandler||(this.scrollHandler=new wa(this.$refs.input.$el,function(){t.overlayVisible&&(t.overlayVisible=!1)})),this.scrollHandler.bindScrollListener()},unbindScrollListener:function(){this.scrollHandler&&this.scrollHandler.unbindScrollListener()},bindResizeListener:function(){var t=this;this.resizeListener||(this.resizeListener=function(){t.overlayVisible&&!U.isTouchDevice()&&(t.overlayVisible=!1)},window.addEventListener("resize",this.resizeListener))},unbindResizeListener:function(){this.resizeListener&&(window.removeEventListener("resize",this.resizeListener),this.resizeListener=null)},overlayRef:function(t){this.overlay=t},onMaskToggle:function(){this.unmasked=!this.unmasked},onOverlayClick:function(t){Ar.emit("overlay-click",{originalEvent:t,target:this.$el})}},computed:{inputType:function(){return this.unmasked?"text":"password"},filled:function(){return this.modelValue!=null&&this.modelValue.toString().length>0},weakText:function(){return this.weakLabel||this.$primevue.config.locale.weak},mediumText:function(){return this.mediumLabel||this.$primevue.config.locale.medium},strongText:function(){return this.strongLabel||this.$primevue.config.locale.strong},promptText:function(){return this.promptLabel||this.$primevue.config.locale.passwordPrompt},panelUniqueId:function(){return this.id+"_panel"}},components:{PInputText:xi,Portal:ji,EyeSlashIcon:lf,EyeIcon:wg}};function xc(e){"@babel/helpers - typeof";return xc=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},xc(e)}function Af(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),n.push.apply(n,i)}return n}function Mf(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?Af(Object(n),!0).forEach(function(i){$J(e,i,n[i])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Af(Object(n)).forEach(function(i){Object.defineProperty(e,i,Object.getOwnPropertyDescriptor(n,i))})}return e}function $J(e,t,n){return t=eW(t),t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function eW(e){var t=tW(e,"string");return xc(t)=="symbol"?t:String(t)}function tW(e,t){if(xc(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var i=n.call(e,t||"default");if(xc(i)!="object")return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var nW=["id"];function rW(e,t,n,i,o,a){var s=r.resolveComponent("PInputText"),l=r.resolveComponent("Portal");return r.openBlock(),r.createElementBlock("div",r.mergeProps({class:e.cx("root"),style:e.sx("root")},e.ptmi("root")),[r.createVNode(s,r.mergeProps({ref:"input",id:e.inputId,type:a.inputType,class:[e.cx("input"),e.inputClass],style:e.inputStyle,value:e.modelValue,"aria-labelledby":e.ariaLabelledby,"aria-label":e.ariaLabel,"aria-controls":e.panelProps&&e.panelProps.id||e.panelId||a.panelUniqueId,"aria-expanded":o.overlayVisible,"aria-haspopup":!0,placeholder:e.placeholder,required:e.required,disabled:e.disabled,variant:e.variant,invalid:e.invalid,onInput:a.onInput,onFocus:a.onFocus,onBlur:a.onBlur,onKeyup:a.onKeyUp,onInvalid:a.onInvalid},e.inputProps,{pt:e.ptm("input"),unstyled:e.unstyled}),null,16,["id","type","class","style","value","aria-labelledby","aria-label","aria-controls","aria-expanded","placeholder","required","disabled","variant","invalid","onInput","onFocus","onBlur","onKeyup","onInvalid","pt","unstyled"]),e.toggleMask&&o.unmasked?r.renderSlot(e.$slots,"hideicon",{key:0,onClick:a.onMaskToggle,toggleCallback:a.onMaskToggle},function(){return[(r.openBlock(),r.createBlock(r.resolveDynamicComponent(e.hideIcon?"i":"EyeSlashIcon"),r.mergeProps({class:[e.cx("hideIcon"),e.hideIcon],onClick:a.onMaskToggle},e.ptm("hideIcon")),null,16,["class","onClick"]))]}):r.createCommentVNode("",!0),e.toggleMask&&!o.unmasked?r.renderSlot(e.$slots,"showicon",{key:1,onClick:a.onMaskToggle,toggleCallback:a.onMaskToggle},function(){return[(r.openBlock(),r.createBlock(r.resolveDynamicComponent(e.showIcon?"i":"EyeIcon"),r.mergeProps({class:[e.cx("showIcon"),e.showIcon],onClick:a.onMaskToggle},e.ptm("showIcon")),null,16,["class","onClick"]))]}):r.createCommentVNode("",!0),r.createElementVNode("span",r.mergeProps({class:"p-hidden-accessible","aria-live":"polite"},e.ptm("hiddenAccesible"),{"data-p-hidden-accessible":!0}),r.toDisplayString(o.infoText),17),r.createVNode(l,{appendTo:e.appendTo},{default:r.withCtx(function(){return[r.createVNode(r.Transition,r.mergeProps({name:"p-connected-overlay",onEnter:a.onOverlayEnter,onLeave:a.onOverlayLeave,onAfterLeave:a.onOverlayAfterLeave},e.ptm("transition")),{default:r.withCtx(function(){return[o.overlayVisible?(r.openBlock(),r.createElementBlock("div",r.mergeProps({key:0,ref:a.overlayRef,id:e.panelId||a.panelUniqueId,class:[e.cx("panel"),e.panelClass],style:e.panelStyle,onClick:t[0]||(t[0]=function(){return a.onOverlayClick&&a.onOverlayClick.apply(a,arguments)})},Mf(Mf({},e.panelProps),e.ptm("panel"))),[r.renderSlot(e.$slots,"header"),r.renderSlot(e.$slots,"content",{},function(){return[r.createElementVNode("div",r.mergeProps({class:e.cx("meter")},e.ptm("meter")),[r.createElementVNode("div",r.mergeProps({class:e.cx("meterLabel"),style:{width:o.meter?o.meter.width:""}},e.ptm("meterLabel")),null,16)],16),r.createElementVNode("div",r.mergeProps({class:e.cx("info")},e.ptm("info")),r.toDisplayString(o.infoText),17)]}),r.renderSlot(e.$slots,"footer")],16,nW)):r.createCommentVNode("",!0)]}),_:3},16,["onEnter","onLeave","onAfterLeave"])]}),_:3},8,["appendTo"])],16)}cf.render=rW;const iW=["onClick"],aW=["onClick"],uf=r.defineComponent({__name:"InputPassword",props:{modelValue:{},label:{},labelClass:{},inputContainerClass:{},mandatory:{type:Boolean},placeholder:{},feedback:{type:Boolean},fieldName:{},useValidator:{type:Boolean},invalid:{type:Boolean},validatorMessage:{},validatorMessageClass:{}},emits:["update:modelValue"],setup(e,{emit:t}){const n=e,i=t,o=r.ref(n.modelValue),a=r.reactive({value:void 0}),s=r.computed(()=>n.invalid||!!a.errorMessage),l=r.computed(()=>n.invalid&&n.validatorMessage?n.validatorMessage:a.errorMessage);r.onMounted(()=>{n.useValidator&&Object.assign(a,Wn(n.fieldName??"password",g=>c(g)))});const c=g=>!g&&n.mandatory?`${n.label} must not be empty`:n.validatorMessage&&n.invalid?n.validatorMessage:!0,M=g=>{i("update:modelValue",g),n.useValidator&&(a.value=g)},d=g=>{const h=g.target;h.previousElementSibling&&h.previousElementSibling.tagName==="INPUT"&&h.previousElementSibling.focus()};return r.watch(()=>n.modelValue,g=>{o.value=g,a.value=g}),(g,h)=>(r.openBlock(),r.createBlock(yr,{label:n.label,"label-class":n.labelClass,mandatory:n.mandatory},{default:r.withCtx(()=>[r.createVNode(Li,{class:r.normalizeClass(n.inputContainerClass),invalid:s.value},{default:r.withCtx(()=>[r.createVNode(r.unref(cf),{modelValue:o.value,"onUpdate:modelValue":[h[0]||(h[0]=N=>o.value=N),M],feedback:n.feedback,invalid:s.value,placeholder:n.placeholder,"toggle-mask":""},{showicon:r.withCtx(({toggleCallback:N})=>[r.createElementVNode("button",{class:r.normalizeClass([r.unref(Ou).showicon.class,"unset"]),onClick:p=>(N(),d(p))},[r.createVNode(Je,{icon:"eye"})],10,iW)]),hideicon:r.withCtx(({toggleCallback:N})=>[r.createElementVNode("button",{class:r.normalizeClass([r.unref(Ou).showicon.class,"unset"]),onClick:p=>(N(),d(p))},[r.createVNode(Je,{icon:"eye-off"})],10,aW)]),_:1},8,["modelValue","feedback","invalid","placeholder"])]),_:1},8,["class","invalid"]),r.createVNode(bn,{class:r.normalizeClass(n.validatorMessageClass),message:l.value},null,8,["class","message"])]),_:1},8,["label","label-class","mandatory"]))}}),oW={class:"grid grid-cols-[max-content,auto] w-full","data-ts-section":"phone-number-input-wrapper"},sW={class:"flex gap-2"},lW=["src"],df=r.defineComponent({__name:"InputPhoneNumber",props:{modelValue:{},value:{},label:{},placeholder:{},disabled:{type:Boolean},invalid:{type:Boolean},useValidator:{type:Boolean},fieldName:{},mandatory:{type:Boolean},validatorMessage:{},fieldInfo:{}},emits:["update:modelValue"],setup(e,{emit:t}){const n=e,i=t;r.onBeforeMount(async()=>{l.value=await N(),c.value=D()}),r.onMounted(async()=>{h.value=n.modelValue,n.useValidator&&Object.assign(h,Wn(n.fieldName??"numberInput",j=>s(j))),n.value&&I(n.value),n.modelValue&&I(n.modelValue)});const o=r.computed(()=>n.invalid||!!h.errorMessage),a=navigator.userAgent.includes("Firefox"),s=async j=>(await r.nextTick(),!j&&n.mandatory?n.validatorMessage??`${n.label} must not be empty`:n.invalid&&n.validatorMessage?n.validatorMessage:!0),l=r.shallowRef(),c=r.shallowRef(),M=r.shallowRef(),d=r.shallowRef(!1),g=r.ref(0),h=r.reactive({value:null}),N=async()=>{d.value=!0;const{data:j}=await _n.get("https://assets.tagsamurai.com/json/country-dial-code.json");return d.value=!1,j.filter(C=>C.dial_code)??[]},p=j=>{M.value=j==null?void 0:j.value,E()},E=()=>{h.value=M.value?`${c.value} ${M.value}`:void 0,i("update:modelValue",h.value)},y=()=>{r.nextTick(()=>{const j=document.getElementById("phone-number-input");j&&j.focus()})},I=j=>{const C=j==null?void 0:j.split(" ");C!=null&&C.length?(c.value=C[0],M.value=parseInt(C[1]),h.value=M.value?`${c.value} ${M.value}`:void 0,d.value=!1):h.value=void 0},D=()=>{var j;if(l.value){const C="SH-AC",{region:B}=new Intl.Locale(C);return((j=l.value.find(z=>z.code===B))==null?void 0:j.dial_code)??"+62"}return"+62"},m=j=>{M.value=parseInt(String(j).slice(0,15)),E(),g.value++},w=j=>typeof j=="number"?j.toString().length:0;return r.watch(()=>n.value,j=>{I(j)},{once:!0}),r.watch(()=>n.modelValue,j=>{I(j)}),r.watch(M,j=>{w(j)>15&&m(j)}),(j,C)=>(r.openBlock(),r.createBlock(yr,{info:n.fieldInfo,label:n.label,mandatory:n.mandatory},{default:r.withCtx(()=>[r.createElementVNode("div",oW,[r.createVNode(r.unref(wo),{modelValue:c.value,"onUpdate:modelValue":C[0]||(C[0]=B=>c.value=B),class:r.normalizeClass(r.unref(tf).dialcode({isFirefoxBased:r.unref(a),invalidInput:o.value}).class),disabled:n.disabled,"filter-fields":["dial_code","name"],loading:d.value,options:l.value,onChange:E,onHide:y,"data-ts-section":"dialcode",filter:"","filter-placeholder":"Search","option-label":"dial_code","option-value":"dial_code"},{dropdownicon:r.withCtx(()=>[r.createVNode(Je,{class:"w-full h-full transition-transform",icon:"arrow-drop-down"})]),option:r.withCtx(({option:B})=>[r.createElementVNode("div",sW,[r.createElementVNode("img",{src:B.image,alt:"country-img",style:{height:"16px"}},null,8,lW),r.createElementVNode("span",null,r.toDisplayString(B.name),1),r.createElementVNode("span",null,r.toDisplayString(B.dial_code),1)])]),_:1},8,["modelValue","class","disabled","loading","options"]),(r.openBlock(),r.createBlock(r.unref(Es),r.mergeProps({key:g.value},j.$props,{modelValue:M.value,"onUpdate:modelValue":C[1]||(C[1]=B=>M.value=B),class:r.unref(tf).inputnumber({isFirefoxBased:r.unref(a),invalidInput:o.value}).class,disabled:n.disabled,"use-grouping":!1,onInput:p,"data-ts-section":"inputnumber","input-id":"phone-number-input",placeholder:"Enter phone number"}),null,16,["modelValue","class","disabled"]))]),r.withDirectives(r.createVNode(bn,{message:h.errorMessage??n.validatorMessage},null,8,["message"]),[[r.vShow,h.errorMessage]])]),_:1},8,["info","label","mandatory"]))}}),cW={class:"flex gap-2 w-full","data-ts-section":"inputwrapper"},gf=r.defineComponent({__name:"InputRangeNumber",props:{modelValue:{},label:{},placeholder:{},minPlaceholder:{default:"Input"},maxPlaceholder:{default:"Input"},disabled:{type:Boolean}},emits:["update:modelValue"],setup(e,{emit:t}){const n=e,i=t,o=r.reactive({value:[]});return r.watch(o,()=>{var a,s;((a=o.value)==null?void 0:a[0])!=null&&((s=o.value)==null?void 0:s[1])!=null&&i("update:modelValue",o.value)}),r.watch(()=>n.modelValue,a=>{(a==null?void 0:a[0])!=null&&(a==null?void 0:a[1])!=null&&(o.value=a)}),(a,s)=>(r.openBlock(),r.createBlock(yr,{label:n.label},{default:r.withCtx(()=>[r.createElementVNode("div",cW,[r.createVNode(Li,null,{default:r.withCtx(()=>{var l;return[r.createVNode(r.unref(Es),r.mergeProps(a.$props,{"model-value":(l=o.value)==null?void 0:l[0],placeholder:a.minPlaceholder,"use-grouping":!1,"onUpdate:modelValue":s[0]||(s[0]=c=>o.value&&(o.value[0]=c)),class:"w-full","input-id":"range-start"}),null,16,["model-value","placeholder"])]}),_:1}),r.createTextVNode(" - "),r.createVNode(Li,null,{default:r.withCtx(()=>{var l;return[r.createVNode(r.unref(Es),r.mergeProps(a.$props,{"model-value":(l=o.value)==null?void 0:l[1],placeholder:a.maxPlaceholder,"use-grouping":!1,"onUpdate:modelValue":s[1]||(s[1]=c=>o.value&&(o.value[1]=c)),class:"w-full","input-id":"range-end"}),null,16,["model-value","placeholder"])]}),_:1})])]),_:1},8,["label"]))}}),AW={class:"w-full"},Nf=r.defineComponent({__name:"InputSearch",emits:["search"],setup(e,{emit:t}){const n=t,i=r.ref(),o=r.ref(),a=s=>{i.value=s.target.value||void 0,o.value=s.target.value||void 0};return(s,l)=>{var c,M;return r.openBlock(),r.createElementBlock("form",{class:r.normalizeClass(["text-xs flex gap-1 h-[34px] px-[21px] items-center","rounded-[18px] bg-general-50"]),onSubmit:l[1]||(l[1]=r.withModifiers(d=>n("search",i.value),["prevent"]))},[r.createElementVNode("div",AW,[r.createVNode(r.unref(xi),{class:r.normalizeClass(["h-auto !shadow-none !p-0 !text-general-500 placeholder:text-general-200 !bg-general-50"]),"model-value":o.value,onInput:a,autocomplete:"off",placeholder:"Search"},null,8,["model-value"])]),r.createVNode(Je,{class:r.normalizeClass(["text-md !text-general-400 !w-4 !h-4",{hidden:(c=o.value)==null?void 0:c.length}]),icon:"search"},null,8,["class"]),r.createVNode(Je,{class:r.normalizeClass(["text-md !text-general-400 !w-4 !h-4",{hidden:!((M=o.value)!=null&&M.length)}]),onClick:l[0]||(l[0]=d=>o.value=void 0),"data-ts-section":"reset-filter-icon",icon:"close"},null,8,["class"])],32)}}}),hf=r.defineComponent({__name:"InputURL",props:{modelValue:{},label:{},fieldName:{},mandatory:{type:Boolean},useValidator:{type:Boolean},validatorMessage:{},invalid:{type:Boolean},placeholder:{},disabled:{type:Boolean},fieldInfo:{}},emits:["update:modelValue"],setup(e,{emit:t}){const n=e,i=t;return(o,a)=>(r.openBlock(),r.createBlock(Lc,r.mergeProps({"onUpdate:modelValue":a[0]||(a[0]=s=>i("update:modelValue",s))},n,{type:"url","validate-on-blur":""}),null,16))}}),MW={class:r.normalizeClass(["w-screen h-screen fixed top-0 left-0 z-[9999999]","bg-[#d9dbe9b3]","transition-opacity"]),"data-ts-name":"loading-overlay","data-ts-section":"overlay"},uW=["src"],Ef=r.defineComponent({__name:"Loading",setup(e){const{loading:t}=ri(),n=r.shallowRef([]),i=r.shallowRef(0);return r.onMounted(async()=>{n.value=[(await Promise.resolve().then(()=>qW)).default,(await Promise.resolve().then(()=>$W)).default,(await Promise.resolve().then(()=>eZ)).default,(await Promise.resolve().then(()=>tZ)).default];const o=setInterval(()=>{i.value=(i.value+1)%n.value.length},400);r.onUnmounted(()=>{clearInterval(o)})}),(o,a)=>r.unref(t)?(r.openBlock(),r.createBlock(r.Teleport,{key:0,to:"body"},[r.createElementVNode("div",MW,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(n.value,(s,l)=>(r.openBlock(),r.createElementBlock("img",{key:l,class:r.normalizeClass(["absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2","opacity-0","transition-opacity duration-300 delay-[25ms] ease-in",{"opacity-100":i.value===l}]),src:s,"data-ts-section":"loading-icon"},null,10,uW))),128))])])):r.createCommentVNode("",!0)}}),DLe="",dW=["id"],gW={class:"list-none m-0 p-0 outline-none transition-shadow","data-ts-section":"menu"},NW=["aria-label","onClick"],hW={"aria-hidden":"true",class:"flex items-center justify-start gap-2 px-4 py-1.5 hover:bg-surface-50 text-xs no-underline overflow-hidden cursor-pointer select-none","data-pc-section":"action",tabindex:"-1"},Tf=r.defineComponent({__name:"Menu",props:{model:{},popup:{type:Boolean},appendTo:{},autoZIndex:{type:Boolean},baseZIndex:{},exact:{type:Boolean},tabindex:{},ariaLabel:{},ariaLabelledby:{},pt:{},ptOptions:{},unstyled:{type:Boolean}},emits:["focus","blur"],setup(e,{expose:t}){const n=r.shallowRef(!1),i=r.ref((+new Date).toString()),o=r.ref(null);r.onMounted(()=>{N(),E()}),r.onBeforeUnmount(()=>{p(),y()});const a=I=>{n.value=!0;const D=I.target;o.value=D.closest("button")||D,r.nextTick(()=>{const m=document.getElementById(i.value);if(m&&o.value){const{top:w,left:j}=o.value.getBoundingClientRect(),{offsetHeight:C=0,offsetWidth:B=0}=o.value??{},z=window.innerWidth-j,L=m.style;L.top=`${w+C+4}px`,L.left=`${z<m.offsetWidth+16?window.innerWidth-m.offsetWidth-z+B:j}px`,M()}})},s=()=>{n.value=!1,d(),p(),y()},l=I=>{n.value?s():a(I)},c=I=>{const D=I.target;D.closest("button")!==o.value&&D!==o.value&&s()},M=()=>{document.addEventListener("click",c)},d=()=>{document.removeEventListener("click",c)},g=()=>{n.value&&s()},h=()=>{n.value&&s()},N=()=>{window.addEventListener("resize",g)},p=()=>{window.removeEventListener("resize",g)},E=()=>{window.addEventListener("scroll",h)},y=()=>{window.removeEventListener("scroll",h)};return t({toggle:l}),(I,D)=>(r.openBlock(),r.createBlock(r.Teleport,{to:"body"},[r.createVNode(r.Transition,{name:"fade"},{default:r.withCtx(()=>[n.value?(r.openBlock(),r.createElementBlock("div",r.mergeProps({key:0},I.$attrs,{id:i.value,class:[...r.unref(Nh).root.class,"absolute","z-40","top-0 left-0","transition-all"],"data-ts-name":"menu","data-ts-section":"root"}),[r.createElementVNode("ul",gW,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(I.model,m=>(r.openBlock(),r.createElementBlock("li",{key:m.label,"aria-label":m.label,onClick:w=>{var j;return(j=m.command)==null?void 0:j.call(m,{originalEvent:w,item:m})},class:"cursor-pointer","data-pc-section":"menuitem"},[r.renderSlot(I.$slots,"item",{item:m},()=>[r.createElementVNode("a",hW,[m.icon?(r.openBlock(),r.createBlock(Je,{key:0,icon:m.icon,severity:m.danger?"danger":void 0},null,8,["icon","severity"])):r.createCommentVNode("",!0),r.createElementVNode("span",{class:r.normalizeClass(["text-inherit",{"!text-danger-500":m.danger}]),"data-pc-section":"label"},r.toDisplayString(m.label),3)])])],8,NW))),128))])],16,dW)):r.createCommentVNode("",!0)]),_:3})]))}}),wLe="",yf=r.defineComponent({__name:"Paginator",props:{totalRecords:{},rows:{},first:{},pageLinkSize:{},rowsPerPageOptions:{},template:{},currentPageReportTemplate:{},alwaysShow:{type:Boolean},pt:{},ptOptions:{}},emits:["update:first","update:rows","page"],setup(e){return(t,n)=>(r.openBlock(),r.createBlock(r.unref(Mg),r.mergeProps(t.$props,{onPage:n[0]||(n[0]=i=>t.$emit("page",i)),"onUpdate:first":n[1]||(n[1]=i=>t.$emit("update:first",i)),"onUpdate:rows":n[2]||(n[2]=i=>t.$emit("update:rows",i))}),null,16))}}),EW={class:"flex items-center gap-2"},TW={class:"text-xs font-medium"},pf=r.defineComponent({__name:"ProgressBar",props:{value:{},maxValue:{},maxBarWidth:{default:120}},setup(e){const t=e,n=`width: ${t.maxBarWidth}px`;return(i,o)=>(r.openBlock(),r.createElementBlock("div",EW,[r.createElementVNode("div",{style:n},[r.createVNode(r.unref(Jg),{"show-value":!1,value:t.value/t.maxValue*100},null,8,["value"])]),r.createElementVNode("div",TW,r.toDisplayString(t.value)+"/"+r.toDisplayString(t.maxValue),1)]))}}),yW={class:"flex gap-3 items-center","data-ts-name":"steps","data-ts-section":"root"},If=r.defineComponent({__name:"Steps",props:{steps:{},currentStep:{}},setup(e){return(t,n)=>(r.openBlock(),r.createElementBlock("div",yW,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(t.steps,(i,o)=>(r.openBlock(),r.createElementBlock("div",{key:i.toString(),class:r.normalizeClass(["flex gap-1 items-center text-general-300 text-xs font-semibold",{"!text-primary-500":o+1===t.currentStep}]),"data-ts-section":"stepitem"},[r.createElementVNode("span",{class:r.normalizeClass(["flex items-center justify-center","rounded-full border-2 w-5 h-5 tracking-[0.03em]","bg-general-50","border-general-300",{"!bg-primary-50 !border-primary-500":o+1===t.currentStep}]),"data-ts-section":"stepnumber"},r.toDisplayString(o+1),3),r.createTextVNode(" "+r.toDisplayString(typeof i=="string"?i:i.label),1)],2))),128))]))}});var pW={root:"p-tabmenu p-component",menu:"p-tabmenu-nav p-reset",menuitem:function(t){var n=t.instance,i=t.index,o=t.item;return["p-tabmenuitem",{"p-highlight":n.d_activeIndex===i,"p-disabled":n.disabled(o)}]},action:"p-menuitem-link",icon:"p-menuitem-icon",label:"p-menuitem-text",inkbar:"p-tabmenu-ink-bar"},IW=wt.extend({name:"tabmenu",classes:pW}),fW={name:"BaseTabMenu",extends:ot,props:{model:{type:Array,default:null},activeIndex:{type:Number,default:0},ariaLabelledby:{type:String,default:null},ariaLabel:{type:String,default:null}},style:IW,provide:function(){return{$parentInstance:this}}},ff={name:"TabMenu",extends:fW,inheritAttrs:!1,emits:["update:activeIndex","tab-change"],timeout:null,data:function(){return{d_activeIndex:this.activeIndex}},watch:{activeIndex:function(t){this.d_activeIndex=t}},mounted:function(){this.updateInkBar();var t=this.findActiveItem();t&&(t.tabIndex="0")},updated:function(){this.updateInkBar()},beforeUnmount:function(){clearTimeout(this.timeout)},methods:{getPTOptions:function(t,n,i){return this.ptm(t,{context:{item:n,index:i}})},onItemClick:function(t,n,i){if(this.disabled(n)){t.preventDefault();return}n.command&&n.command({originalEvent:t,item:n}),i!==this.d_activeIndex&&(this.d_activeIndex=i,this.$emit("update:activeIndex",this.d_activeIndex)),this.$emit("tab-change",{originalEvent:t,index:i})},onKeydownItem:function(t,n,i){switch(t.code){case"ArrowRight":{this.navigateToNextItem(t.target),t.preventDefault();break}case"ArrowLeft":{this.navigateToPrevItem(t.target),t.preventDefault();break}case"Home":{this.navigateToFirstItem(t.target),t.preventDefault();break}case"End":{this.navigateToLastItem(t.target),t.preventDefault();break}case"Space":case"NumpadEnter":case"Enter":{this.onItemClick(t,n,i),t.preventDefault();break}case"Tab":{this.onTabKey();break}}},navigateToNextItem:function(t){var n=this.findNextItem(t);n&&this.setFocusToMenuitem(t,n)},navigateToPrevItem:function(t){var n=this.findPrevItem(t);n&&this.setFocusToMenuitem(t,n)},navigateToFirstItem:function(t){var n=this.findFirstItem(t);n&&this.setFocusToMenuitem(t,n)},navigateToLastItem:function(t){var n=this.findLastItem(t);n&&this.setFocusToMenuitem(t,n)},findNextItem:function(t){var n=t.parentElement.nextElementSibling;return n?U.getAttribute(n,"data-p-disabled")===!0?this.findNextItem(n.children[0]):n.children[0]:null},findPrevItem:function(t){var n=t.parentElement.previousElementSibling;return n?U.getAttribute(n,"data-p-disabled")===!0?this.findPrevItem(n.children[0]):n.children[0]:null},findFirstItem:function(){var t=U.findSingle(this.$refs.nav,'[data-pc-section="menuitem"][data-p-disabled="false"]');return t?t.children[0]:null},findLastItem:function(){var t=U.find(this.$refs.nav,'[data-pc-section="menuitem"][data-p-disabled="false"]');return t?t[t.length-1].children[0]:null},findActiveItem:function(){var t=U.findSingle(this.$refs.nav,'[data-pc-section="menuitem"][data-p-disabled="false"][data-p-highlight="true"]');return t?t.children[0]:null},setFocusToMenuitem:function(t,n){t.tabIndex="-1",n.tabIndex="0",n.focus()},onTabKey:function(){var t=U.findSingle(this.$refs.nav,'[data-pc-section="menuitem"][data-p-disabled="false"][data-p-highlight="true"]'),n=U.findSingle(this.$refs.nav,'[data-pc-section="action"][tabindex="0"]');n!==t.children[0]&&(t&&(t.children[0].tabIndex="0"),n.tabIndex="-1")},visible:function(t){return typeof t.visible=="function"?t.visible():t.visible!==!1},disabled:function(t){return typeof t.disabled=="function"?t.disabled():t.disabled===!0},label:function(t){return typeof t.label=="function"?t.label():t.label},updateInkBar:function(){for(var t=this.$refs.nav.children,n=!1,i=0;i<t.length;i++){var o=t[i];U.getAttribute(o,"data-p-highlight")&&(this.$refs.inkbar.style.width=U.getWidth(o)+"px",this.$refs.inkbar.style.left=U.getOffset(o).left-U.getOffset(this.$refs.nav).left+"px",n=!0)}n||(this.$refs.inkbar.style.width="0px",this.$refs.inkbar.style.left="0px")},getMenuItemProps:function(t,n){var i=this;return{action:r.mergeProps({class:this.cx("action"),tabindex:-1,onClick:function(a){return i.onItemClick(a,t,n)},onKeyDown:function(a){return i.onKeydownItem(a,t,n)}},this.getPTOptions("action",t,n)),icon:r.mergeProps({class:[this.cx("icon"),t.icon]},this.getPTOptions("icon",t,n)),label:r.mergeProps({class:this.cx("label")},this.getPTOptions("label",t,n))}}},directives:{ripple:Un}},mW=["aria-labelledby","aria-label"],DW=["onClick","onKeydown","data-p-highlight","data-p-disabled"],wW=["href","target","aria-label","aria-disabled"];function jW(e,t,n,i,o,a){var s=r.resolveDirective("ripple");return r.openBlock(),r.createElementBlock("div",r.mergeProps({class:e.cx("root")},e.ptmi("root")),[r.createElementVNode("ul",r.mergeProps({ref:"nav",class:e.cx("menu"),role:"menubar","aria-labelledby":e.ariaLabelledby,"aria-label":e.ariaLabel},e.ptm("menu")),[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(e.model,function(l,c){return r.openBlock(),r.createElementBlock(r.Fragment,{key:a.label(l)+"_"+c.toString()},[a.visible(l)?(r.openBlock(),r.createElementBlock("li",r.mergeProps({key:0,ref_for:!0,ref:"tab",class:[e.cx("menuitem",{item:l,index:c}),l.class],role:"presentation",onClick:function(d){return a.onItemClick(d,l,c)},onKeydown:function(d){return a.onKeydownItem(d,l,c)}},a.getPTOptions("menuitem",l,c),{"data-p-highlight":o.d_activeIndex===c,"data-p-disabled":a.disabled(l)}),[e.$slots.item?(r.openBlock(),r.createBlock(r.resolveDynamicComponent(e.$slots.item),{key:1,item:l,index:c,active:c===o.d_activeIndex,label:a.label(l),props:a.getMenuItemProps(l,c)},null,8,["item","index","active","label","props"])):r.withDirectives((r.openBlock(),r.createElementBlock("a",r.mergeProps({key:0,ref_for:!0,ref:"tabLink",role:"menuitem",href:l.url,class:e.cx("action"),target:l.target,"aria-label":a.label(l),"aria-disabled":a.disabled(l),tabindex:-1},a.getPTOptions("action",l,c)),[e.$slots.itemicon?(r.openBlock(),r.createBlock(r.resolveDynamicComponent(e.$slots.itemicon),{key:0,item:l,class:r.normalizeClass(e.cx("icon"))},null,8,["item","class"])):l.icon?(r.openBlock(),r.createElementBlock("span",r.mergeProps({key:1,class:[e.cx("icon"),l.icon]},a.getPTOptions("icon",l,c)),null,16)):r.createCommentVNode("",!0),r.createElementVNode("span",r.mergeProps({class:e.cx("label")},a.getPTOptions("label",l,c)),r.toDisplayString(a.label(l)),17)],16,wW)),[[s]])],16,DW)):r.createCommentVNode("",!0)],64)}),128)),r.createElementVNode("li",r.mergeProps({ref:"inkbar",role:"none",class:e.cx("inkbar")},e.ptm("inkbar")),null,16)],16,mW)],16)}ff.render=jW;const BW=["href","onClick"],LW={key:1,class:"flex flex-nowrap space-x-1 overflow-auto invisible-scrollbar"},xW=["href","onClick"],CW=["onClick"],zW=r.defineComponent({__name:"TabMenu",props:{menu:{},type:{},activeIndex:{},exact:{type:Boolean}},emits:["update:activeIndex"],setup(e,{emit:t}){const n=e,i=t;r.onBeforeMount(()=>{l()});const o=r.computed(()=>window.location.pathname),a=r.computed(()=>Object.hasOwn(n.menu[0],"to")),s=r.ref(n.activeIndex??0),l=()=>{a.value&&(s.value=n.menu.map(c=>c.to).findIndex(c=>(c&&o.value.includes(c),c?n.exact?o.value===c:o.value.includes(c):"")))};return r.watch(s,c=>{i("update:activeIndex",c)}),(c,M)=>{const d=r.resolveComponent("router-link");return c.type==="tab"?(r.openBlock(),r.createBlock(r.unref(ff),{key:0,activeIndex:s.value,"onUpdate:activeIndex":M[0]||(M[0]=g=>s.value=g),model:c.menu},r.createSlots({_:2},[a.value?{name:"item",fn:r.withCtx(({item:g,props:h})=>[r.createVNode(d,{to:g.to,custom:""},{default:r.withCtx(({href:N,navigate:p})=>[r.createElementVNode("a",r.mergeProps({href:N},h.action,{onClick:p}),[r.createElementVNode("span",r.normalizeProps(r.guardReactiveProps(h.label)),r.toDisplayString(g.label),17)],16,BW)]),_:2},1032,["to"])]),key:"0"}:void 0]),1032,["activeIndex","model"])):(r.openBlock(),r.createElementBlock("div",LW,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(c.menu,(g,h)=>(r.openBlock(),r.createElementBlock(r.Fragment,{key:h},[a.value?(r.openBlock(),r.createBlock(d,{key:0,to:g.to,custom:""},{default:r.withCtx(({href:N,navigate:p})=>[r.createElementVNode("div",{class:r.normalizeClass(["h-6 w-fit flex justify-center items-center rounded-xl",{"bg-grayscale-200 dark:bg-grayscale-800":s.value!==h},{"bg-primary-50 dark:bg-primary-300":s.value===h}])},[r.createElementVNode("a",{class:r.normalizeClass(["text-nowrap whitespace-nowrap px-3 text-xs font-medium",{"text-grayscale-800 dark:text-grayscale-50":s.value!==h},{"text-primary-500 dark:text-primary-800":s.value===h}]),href:N,onClick:E=>{s.value=h,p(E)}},[r.createElementVNode("span",null,r.toDisplayString(g.label),1)],10,xW)],2)]),_:2},1032,["to"])):(r.openBlock(),r.createElementBlock("div",{key:1,class:r.normalizeClass(["h-6 w-fit flex justify-center items-center rounded-xl",{"bg-grayscale-200 dark:bg-grayscale-800":s.value!==h},{"bg-primary-50 dark:bg-primary-300":s.value===h}])},[r.createElementVNode("a",{class:r.normalizeClass(["text-nowrap whitespace-nowrap px-3 text-xs font-medium cursor-pointer",{"text-grayscale-800 dark:text-grayscale-50":s.value!==h},{"text-primary-500 dark:text-primary-800":s.value===h}]),onClick:()=>{s.value=h}},[r.createElementVNode("span",null,r.toDisplayString(g.label),1)],10,CW)],2))],64))),128))]))}}}),jLe="",Cc=oM(zW,[["__scopeId","data-v-844747a2"]]);var QW={root:function(t){var n=t.props;return["p-timeline p-component","p-timeline-"+n.align,"p-timeline-"+n.layout]},event:"p-timeline-event",opposite:"p-timeline-event-opposite",separator:"p-timeline-event-separator",marker:"p-timeline-event-marker",connector:"p-timeline-event-connector",content:"p-timeline-event-content"},SW=wt.extend({name:"timeline",classes:QW}),kW={name:"BaseTimeline",extends:ot,props:{value:null,align:{mode:String,default:"left"},layout:{mode:String,default:"vertical"},dataKey:null},style:SW,provide:function(){return{$parentInstance:this}}},mf={name:"Timeline",extends:kW,inheritAttrs:!1,methods:{getKey:function(t,n){return this.dataKey?le.resolveFieldData(t,this.dataKey):n},getPTOptions:function(t,n){return this.ptm(t,{context:{index:n,count:this.value.length}})}}};function UW(e,t,n,i,o,a){return r.openBlock(),r.createElementBlock("div",r.mergeProps({class:e.cx("root")},e.ptmi("root")),[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(e.value,function(s,l){return r.openBlock(),r.createElementBlock("div",r.mergeProps({key:a.getKey(s,l),class:e.cx("event")},a.getPTOptions("event",l)),[r.createElementVNode("div",r.mergeProps({class:e.cx("opposite",{index:l})},a.getPTOptions("opposite",l)),[r.renderSlot(e.$slots,"opposite",{item:s,index:l})],16),r.createElementVNode("div",r.mergeProps({class:e.cx("separator")},a.getPTOptions("separator",l)),[r.renderSlot(e.$slots,"marker",{item:s,index:l},function(){return[r.createElementVNode("div",r.mergeProps({class:e.cx("marker")},a.getPTOptions("marker",l)),null,16)]}),l!==e.value.length-1?r.renderSlot(e.$slots,"connector",{key:0,item:s,index:l},function(){return[r.createElementVNode("div",r.mergeProps({class:e.cx("connector")},a.getPTOptions("connector",l)),null,16)]}):r.createCommentVNode("",!0)],16),r.createElementVNode("div",r.mergeProps({class:e.cx("content")},a.getPTOptions("content",l)),[r.renderSlot(e.$slots,"content",{item:s,index:l})],16)],16)}),128))],16)}mf.render=UW;const bW={class:"w-[22px] h-[22px] flex items-center justify-center rounded-full border border-general-100 dark:border-general-500 bg-transparent"},OW={key:1,class:"w-[6px] h-[6px] rounded-full bg-general-800 dark:bg-general-100"},YW={class:"pt-[2.5px] pb-[10px] flex flex-col gap-1"},FW={id:"header",class:"flex items-center justify-between"},RW={class:"flex items-center gap-1"},_W={key:0,class:"flex items-center gap-0.5"},vW={class:"text-primary-500 dark:text-primary-300 text-xs font-medium"},VW={key:0,id:"body",class:"flex flex-col gap-1"},GW={class:"flex flex-row items-center gap-1"},PW={class:"text-xs font-medium text-general-400 dark:text-general-200"},HW={class:"text-xs font-medium"},zc=r.defineComponent({__name:"Timeline",props:{data:{}},setup(e){const t=e;r.onMounted(()=>{var i;n.value=(i=t.data)==null?void 0:i.map(o=>{var a;return o.body&&((a=Object.keys(o.body))!=null&&a.length)?{...o,bodyShow:!0}:o})});const n=r.ref();return(i,o)=>(r.openBlock(),r.createBlock(r.unref(mf),{value:n.value},{marker:r.withCtx(({item:a})=>{var s;return[r.createElementVNode("div",bW,[a.body&&((s=Object.keys(a.body))!=null&&s.length)?(r.openBlock(),r.createBlock(Je,{key:0,class:r.normalizeClass({"rotate-180":a.bodyShow}),onClick:l=>a.bodyShow=!a.bodyShow,icon:"arrow-down"},null,8,["class","onClick"])):(r.openBlock(),r.createElementBlock("div",OW))])]}),content:r.withCtx(({item:a})=>{var s;return[r.createElementVNode("div",YW,[r.createElementVNode("div",FW,[r.createElementVNode("div",RW,[r.createElementVNode("span",{class:r.normalizeClass(["text-xs font-bold",{"text-danger-500":a.danger}])},r.toDisplayString(a.title),3),a.username?(r.openBlock(),r.createElementBlock("div",_W,[r.createVNode(Je,{class:"!text-general-400 dark:!text-general-200 !text-base",icon:"user"}),r.createElementVNode("span",vW,r.toDisplayString(r.unref(iA)(a.username)),1)])):r.createCommentVNode("",!0)]),r.createElementVNode("div",{class:r.normalizeClass(["text-xs font-medium",{"text-danger-500":a.danger}])},r.toDisplayString(r.unref(To)(a.date,!0)),3)]),(s=Object.keys(a.body??{}))!=null&&s.length&&a.bodyShow?(r.openBlock(),r.createElementBlock("div",VW,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(Object.keys(a.body),l=>r.renderSlot(i.$slots,"body",r.mergeProps({key:l,ref_for:!0},{key:l,value:a.body[l]}),()=>[r.createElementVNode("div",GW,[r.createElementVNode("span",PW,r.toDisplayString(l)+": ",1),r.createElementVNode("span",HW,r.toDisplayString(a.body[l]),1)])])),128))])):r.createCommentVNode("",!0)])]}),_:3},8,["value"]))}}),JW={class:"flex gap-1 items-center text-placeholder","data-section-name":"transaction-role-lists"},Df=r.defineComponent({__name:"TransactionRoles",props:{asset:{},user:{},type:{default:"transaction"}},setup(e){const t=e,n=r.computed(()=>t.user?"user":"asset"),i=r.computed(()=>{const E=t.user??t.asset;if(!E)return[];const I=JSON.parse(localStorage.user??"{}").addOn,D=[{label:"Borrowing",icon:"borrow",info:p(E,"borrowing"),severity:N(E,"borrowing")},{label:"Assignment",icon:"assignment",info:p(E,"assignment"),severity:N(E,"assignment")},{label:"Transfer",icon:"exchange",info:p(E,"transfer"),severity:N(E,"transfer")},{label:"Disposal",icon:"disposal",info:p(E,"disposal"),severity:N(E,"disposal")}];if(t.type==="transaction-policy")return D;const m=n.value==="asset"?[{label:"Asset Control",icon:"gate",info:p(E,"assetControl"),severity:N(E,"assetControl"),visible:I.assetControl}]:[],w=[{label:"Audit",icon:"audit",info:p(E,"audit"),severity:N(E,"audit"),visible:I.audit},...m,{label:"Maintenance",icon:"file-settings",info:p(E,"maintenance"),severity:N(E,"maintenance"),visible:I.maintenance},{label:"Repair Ticketing",icon:"repair-ticketing",info:p(E,"repairTicketing"),severity:N(E,"repairTicketing"),visible:I.repairTicketing},{label:"Tracking",icon:"tracking",info:p(E,"tracking"),severity:N(E,"tracking"),visible:I.tracking}].filter(j=>j.visible);return[...t.type==="transaction"?D:[],...w]}),o=(E,y)=>t.type==="transaction-policy"?E?s(y):l(y):E?n.value==="user"?a(y):c(y):n.value==="user"?M(y):d(y),a=E=>{switch(E){case"borrowing":return"This user has borrowing role";case"assignment":return"This user has assignment role";case"disposal":return"This user has disposal role";case"audit":return"This user has audit role";case"repairTicketing":return"This user has repair ticketing role";case"transfer":return"This user has transfer role";case"maintenance":return"This user has maintenance routine role";case"tracking":return"This user has tracking role";default:return"This user doesn't have role"}},s=E=>{switch(E){case"borrowing":return"This asset can be borrowed";case"assignment":return"This asset can be assigned";case"disposal":return"This asset can be disposed";case"transfer":return"This asset can be transferred";default:return"This asset can be transacted"}},l=E=>{switch(E){case"borrowing":return"This asset cannot be borrowed";case"assignment":return"This asset cannot be assigned";case"disposal":return"This asset cannot be disposed";case"transfer":return"This asset cannot be transferred";default:return"This asset cannot be transacted"}},c=E=>{switch(E){case"borrowing":case"assignment":case"disposal":case"transfer":return s(E);case"audit":return"This asset has Audit Addon";case"assetControl":return"This asset has Asset Control Addon";case"maintenance":return"This asset has Maintenance Routine Addon";case"repairTicketing":return"This asset has Repair Ticketing Addon";case"tracking":return"This asset has Tracking Addon"}},M=E=>{switch(E){case"borrowing":return"This user doesn't have borrowing role";case"assignment":return"This user doesn't have assignment role";case"disposal":return"This user doesn't have disposal role";case"audit":return"This user doesn't have audit role";case"repairTicketing":return"This user doesn't have repair ticketing role";case"transfer":return"This user doesn't have transfer role";case"maintenance":return"This user doesn't have maintenance routine role";case"tracking":return"This user doesn't have tracking role";default:return"This user doesn't have role"}},d=E=>{switch(E){case"borrowing":case"assignment":case"disposal":case"transfer":return l(E);case"audit":return"This asset doesn't have Audit Addon";case"assetControl":return"This asset doesn't have Asset Control Addon";case"maintenance":return"This asset doesn't have Maintenance Routine Addon";case"repairTicketing":return"This asset doesn't have Repair Ticketing Addon";case"tracking":return"This asset doesn't have Tracking Addon"}},g=(E,y)=>{var j;if(t.type==="transaction-policy")return!!((j=E.transactions)!=null&&j[y]);const I=t.type==="addon"?E.addOn:n.value==="user"?E.transactionRoles:E.transactions,D=h(E,y),m=!!(I!=null&&I[y]),w=!!(I!=null&&I[y]);return(t.type==="addon"?m:w)&&D},h=(E,y)=>{var I;if(["repairTicketing","maintenance","tracking","audit","assetControl"].includes(y)){const D=(I=E.licenseStatuses)==null?void 0:I[y];return n.value==="asset"?!!D&&["Managed","Active"].includes(D):!0}return!0},N=(E,y)=>g(E,y)?"primary":void 0,p=(E,y)=>o(g(E,y),y);return(E,y)=>(r.openBlock(),r.createElementBlock("div",JW,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(i.value,I=>(r.openBlock(),r.createBlock(Je,{key:I.label,class:r.normalizeClass(["text-xs",{"text-general-200":!I.severity}]),"data-role-name":I.label,icon:I.icon,info:I.info,severity:I.severity},null,8,["class","data-role-name","icon","info","severity"]))),128))]))}}),WW=()=>{const{values:e,handleSubmit:t,setValues:n,setFieldValue:i,errors:o}=ch();return{values:e,handleSubmit:t,setValues:n,setFieldValue:i,errors:o}},ZW=(e,t,n)=>Wn(e,t,n),XW={name:"_blank",styles:[],timeout:1e3,autoClose:!0,windowTitle:window.document.title},wf=mb({locale:"en",fallbackLocale:"en",messages:{en:WD},legacy:!1}),KW={install:e=>{e.use(YN,{unstyled:!0,pt:hh}),e.use(wf),e.use(RN),e.use(c1,XW),e.directive("tooltip",s1),e.directive("focus",l1),e.component("DialogDamageLog",M1),e.component("DialogMissingLog",u1),e.component("DialogTransferLog",A1),e.component("TSAssetInfo",As),e.component("TSApproverInfo",d1),e.component("TSBadge",Lt),e.component("TSBadgeGroup",B1),e.component("TSBreadcrumb",L1),e.component("TSButton",$e),e.component("TSButtonAddByScan",x1),e.component("TSButtonBulkAction",Hd),e.component("TSButtonCopy",Wd),e.component("TSButtonDownload",Y1),e.component("TSButtonFilter",Ms),e.component("TSButtonLogHistory",F1),e.component("TSButtonRadio",Xd),e.component("TSButtonViewLog",bp),e.component("TSButtonScan",Ra),e.component("TSButtonSearch",Ns),e.component("TSButtonSearchByScan",eM),e.component("TSButtonSelectTree",nc),e.component("TSDialogSelectAsset",Qp),e.component("TSButtonSelectUser",Sp),e.component("TSDisposalReport",yI),e.component("TSButtonSync",kp),e.component("TSButtonToggle",Up),e.component("TSCalendar",vp),e.component("TSCard",xg),e.component("TSCarousel",Gp),e.component("TSCheckbox",_a),e.component("TSCustomColumn",fg),e.component("TSDatePicker",Pp),e.component("TSDataTable",ps),e.component("TSDayPicker",Hp),e.component("TSDialog",Bi),e.component("TSDialogApprovalList",Rd),e.component("TSDialogAssetNameDetail",Jp),e.component("TSDialogConfirm",Cr),e.component("TSDialogForm",Ic),e.component("TSDialogLinkedAsset",Wp),e.component("TSDialogPrintQR",gI),e.component("TSDialogReportDamage",NI),e.component("TSDialogReportMissing",EI),e.component("TSDialogReportTag",Hg),e.component("TSDialogSelectTree",sg),e.component("TSDialogSelectUser",jg),e.component("TSDropdown",gs),e.component("TSFilterContainer",Is),e.component("TSFileUpload",jI),e.component("TSForm",Cg),e.component("TSIcon",Je),e.component("TSImage",Ci),e.component("TSImageCompressor",g0),e.component("TSInlineMessage",$d),e.component("TSInputBadge",ef),e.component("TSInputCurrency",rf),e.component("TSInputEmail",af),e.component("TSInputNumber",lM),e.component("TSInputOTP",sf),e.component("TSInputPassword",uf),e.component("TSInputPhoneNumber",df),e.component("TSInputRangeNumber",gf),e.component("TSInputSearch",Nf),e.component("TSInputText",Lc),e.component("TSInputURL",hf),e.component("TSLoading",Ef),e.component("TSMenu",Tf),e.component("TSMultiSelect",Ga),e.component("TSOverlayPanel",eg),e.component("TSPaginator",yf),e.component("TSProgressBar",pf),e.component("TSSteps",If),e.component("TSTabMenu",Cc),e.component("TSTagType",fs),e.component("TSTextarea",Cs),e.component("TSTimeline",zc),e.component("TSToast",ua),e.component("TSTransactionRoles",Df),e.component("TSTree",og),e.component("TSTreeSearchInput",tg),e.component("TSUserWithIcon",Ul),e.component("TSValidatorMessage",bn)}},qW=Object.freeze(Object.defineProperty({__proto__:null,default:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkyIiBoZWlnaHQ9IjE5MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8IS0tIE5vIGNvbnRlbnQsIGZ1bGx5IHRyYW5zcGFyZW50IC0tPgo8L3N2Zz4="},Symbol.toStringTag,{value:"Module"})),$W=Object.freeze(Object.defineProperty({__proto__:null,default:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkyIiBoZWlnaHQ9IjE5MiIgdmlld0JveD0iMCAwIDE5MiAxOTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03NS4yNDY5IDExMS45NzFMNzQuNzk2IDExNC4wNjlDNzYuMDAyNCAxMTUuMTA1IDc3LjI4MzMgMTE2LjAxOSA3OC40ODM0IDExNi45OTVDNzkuNjgzNSAxMTcuOTcxIDgwLjkzNjUgMTE4LjkyNiA4Mi4xNjQ2IDExOS44ODZMODUuODQ4OCAxMjIuNzc1TDg5LjU0ODYgMTI1LjY5MUM4OS4wNTQzIDEyNi4yMjYgODguNTU5OSAxMjYuNzA4IDg4LjEyNzggMTI3LjI0NkM4Ny42OTU2IDEyNy43ODMgODcuMzUwNSAxMjguMzM3IDg2Ljk3MTIgMTI4Ljg3OEM4Ni43MjU2IDEyOC44NzggODYuNjA0MyAxMjguNzIyIDg2LjQ2MTMgMTI4LjYxNEw4MC4wNzIxIDEyMy43NDJMNzQuMjI0IDExOS4yOTNDNzQuMTA1OCAxMTkuMjA1IDczLjk4NDYgMTE5LjEyOCA3My44MjI5IDExOS4wMTlDNzMuNzU5OSAxMTkuMTI3IDczLjcwODkgMTE5LjI0MiA3My42NzA2IDExOS4zNjFDNzMuMjUwOCAxMjEuMjk4IDcyLjgyOCAxMjMuMjM1IDcyLjQyNjkgMTI1LjE3MkM3MS44MjM4IDEyOC4wMzggNzEuMjM2MSAxMzAuOTA4IDcwLjYzOTIgMTMzLjc3OEM3MC42MTQzIDEzMy44OTYgNzAuNTY0NiAxMzQuMDExIDcwLjUxNzkgMTM0LjE2QzcwLjM5MDUgMTM0LjEyIDcwLjI5MSAxMzQuMDk4IDcwLjIwNyAxMzQuMDYxQzY4LjU0NjggMTMzLjMyNyA2Ni44OTI4IDEzMi41OSA2NS4yMzI1IDEzMS44NjNDNjMuMDMxMyAxMzAuODk2IDYwLjgyMzggMTI5Ljk0MSA1OC42MjI2IDEyOC45NzdMNTEuNzI5OCAxMjUuOTQ5TDQ5LjQxMzUgMTI0LjkzOUM0OS4yNzk4IDEyNC44OCA0OS4xNTU1IDEyNC44MDUgNDkgMTI0LjcyMUM0OS4yNDg3IDEyNC4wNjUgNDkuNjg0IDEyMy41NDMgNTAuMDA0MiAxMjIuOTU4QzUwLjMyNDUgMTIyLjM3NCA1MC42Nzg5IDEyMS44MzkgNTEuMDE3OCAxMjEuMjc5QzUxLjM1NjcgMTIwLjcyIDUxLjcxMTEgMTIwLjEzMiA1Mi4wNTMxIDExOS41NjZDNTIuMjczNyAxMTkuNTc3IDUyLjQ4NzggMTE5LjY0NSA1Mi42NzQ5IDExOS43NjJMNjAuNjA5MyAxMjMuMjYzQzYyLjE3NDIgMTIzLjk1MyA2My43MzcgMTI0LjY0MSA2NS4yOTc4IDEyNS4zMjdDNjUuNTQ3NSAxMjUuNDU3IDY1LjgxNDUgMTI1LjU1IDY2LjA5MDYgMTI1LjYwNEM2Ni4xNDM2IDEyNS41MTIgNjYuMTg4MyAxMjUuNDE1IDY2LjIyNDMgMTI1LjMxNUM2Ni42NjI3IDEyMy42OTggNjcuODU5NyAxMTcuNzk3IDY3Ljg2MjggMTE3LjI1QzY3LjY2NjUgMTE3LjA5OSA2Ny40NDU2IDExNi45ODMgNjcuMjA5OSAxMTYuOTA4TDYwLjQ5MTIgMTEzLjkzNkM1OS4zNzE5IDExMy40NDQgNTguMjQ5NSAxMTIuOTU2IDU3LjEzMDIgMTEyLjQ2MkM1Ni45Mjg5IDExMi40IDU2Ljc0NCAxMTIuMjk0IDU2LjU4OTMgMTEyLjE1MUM1Ni41OTg4IDExMi4wODUgNTYuNjE2NiAxMTIuMDIgNTYuNjQyMSAxMTEuOTU4QzU3LjU5NzYgMTEwLjM0MiA1OC41NTMyIDEwOC43MjcgNTkuNTA4NyAxMDcuMTE0QzU5LjU1OCAxMDcuMDU4IDU5LjYxMzIgMTA3LjAwNyA1OS42NzM1IDEwNi45NjJDNjEuMjY1MyAxMDcuNjA5IDYyLjgyMyAxMDguMzUyIDY0LjQwODYgMTA5LjAyOUM2NS45OTQyIDEwOS43MDcgNjcuNTE3NyAxMTAuNDIyIDY5LjEzMTMgMTExLjA5NEM2OS4xOTUyIDExMC45OCA2OS4yNDgzIDExMC44NiA2OS4yODk5IDExMC43MzZDNjkuNTAxMyAxMDkuODA0IDY5LjcwOTYgMTA4Ljg0MyA2OS45MTE3IDEwNy44OTVDNzAuMjMyOSAxMDYuMzkgNzAuNTUwMSAxMDQuODg0IDcwLjg2MzEgMTAzLjM3N0M3MC45MDY2IDEwMy4xNzIgNzAuOTM3NyAxMDIuOTY3IDcwLjk4MTIgMTAyLjczNEM3MC44MTk1IDEwMi42NDMgNzAuNjcwMyAxMDIuNTUgNzAuNTMzNSAxMDIuNDg1TDY0Ljg2MjUgOTkuOTk3NkM2NC42MTMzIDk5LjkxMjQgNjQuMzc4NCA5OS43ODk3IDY0LjE2NjEgOTkuNjMzOEM2NC4xODA2IDk5LjU1NDUgNjQuMjA0NiA5OS40NzczIDY0LjIzNzYgOTkuNDAzOEM2NS4xNTM3IDk3Ljg4NjUgNjYuMDcyIDk2LjM3MTQgNjYuOTkyMiA5NC44NTgzQzY3LjA2NjkgOTQuNzM3IDY3LjE2MzIgOTQuNjI1MSA2Ny4yNjkgOTQuNDc1OUM2Ny40NzczIDk0LjU1NjcgNjcuNjczMSA5NC42MjUxIDY3Ljg1OTcgOTQuNzA5MUM2OS4xNTYyIDk1LjI3MTggNzAuNDQ5NSA5NS44NDA4IDcxLjc0MjkgOTYuNDA2NkM3MS44OTUzIDk2LjQ3MTkgNzIuMDUzOCA5Ni41MjQ4IDcyLjIzNzMgOTYuNTlDNzIuMjkzMiA5Ni40Mjg0IDcyLjM1MjMgOTYuMjk3OCA3Mi4zODY1IDk2LjE1NzlDNzIuOTU1NSA5My43NzYzIDczLjkxMzEgODkuMDg0NyA3My45NDEgODguNTcxN0M3My43NTc2IDg4LjQzOCA3My41NTg2IDg4LjI4MjYgNzMuMzU2NSA4OC4xMzY1QzcxLjY1OTYgODYuOTE4NCA3MC4wNjI3IDg1LjU2NjkgNjguNTgxIDg0LjA5NDdDNjMuMTY2NSA3OC43MzY2IDU5LjQwNTYgNzEuOTM1NyA1Ny43NDU4IDY0LjUwMTJDNTcuNTc0OCA2My43MjA4IDU3LjQzNDkgNjIuOTQ2NyA1Ny4yNzY0IDYyLjE0NzdDNTcuMDk1OSA2MS4yMjk1IDU2LjYyODEgNjAuMzkyNSA1NS45NDA3IDU5Ljc1NzZDNTUuMjUzMyA1OS4xMjI3IDU0LjM4MTggNTguNzIyOCA1My40NTIyIDU4LjYxNTdDNTMuMzE0IDU4LjU5NTMgNTMuMTc3IDU4LjU2NzMgNTMuMDQxOCA1OC41MzE4QzUyLjkzMzEgNTcuNzE5MiA1Mi45MjQ4IDU2Ljg5NjQgNTMuMDE2OSA1Ni4wODE4QzUzLjE0ODYgNTYuMDQ5OCA1My4yODI4IDU2LjAyOSA1My40MTggNTYuMDE5N0M1NC4zNTA3IDU2LjAxOTcgNTUuMjgzNSA1Ni4wMTk3IDU2LjIxNjIgNTYuMDE5N0M1OC4xNzQ5IDU2LjAxOTcgNjAuMTM1NyA1Ni4wMTk3IDYyLjA5ODYgNTYuMDE5N0M2Mi4zMyA1NS45Nzc1IDYyLjU2ODcgNTYuMDAzNCA2Mi43ODU3IDU2LjA5NDNDNjIuOTAzOCA1Ny4zOTM5IDYzLjAwOTUgNTguNjkzNSA2My4xNDk0IDU5Ljk5QzYzLjMxMTQgNjEuMjg3MyA2My41NjA2IDYyLjU3MjIgNjMuODk1NiA2My44MzU5QzY0LjIwNDYgNjUuMDgzNyA2NC41OTQxIDY2LjMxMDIgNjUuMDYxNSA2Ny41MDc3QzY1LjUyMzggNjguNzMxOCA2Ni4wNTc0IDY5LjkyNzcgNjYuNjU5NiA3MS4wODk0QzY3LjI1NTQgNzIuMjQ4MiA2Ny45MTk5IDczLjM3MDUgNjguNjQ5NCA3NC40NTAzQzY5LjM4MjUgNzUuNTI5NCA3MC4xNzQ0IDc2LjU2NzMgNzEuMDIxNiA3Ny41NTk0QzcxLjg1ODIgNzguNTM2OSA3Mi43NDQ0IDc5LjQ3MDggNzMuNjc2OCA4MC4zNTc1Qzc0LjYzNTUgODEuMjUwNSA3NS42Mzg5IDgyLjA5NDEgNzYuNjgzMyA4Mi44ODUyQzc2LjgyMTQgODIuODA4NSA3Ni45NTUyIDgyLjcyNDUgNzcuMDg0MyA4Mi42MzM0Qzc4LjU4MzMgODEuNDMzNSA4MC4xOTUxIDgwLjM4MTggODEuODk3MiA3OS40OTMyQzgzLjg4NjggNzguNDIzNSA4NS45OTAzIDc3LjU4MDggODguMTY4MiA3Ni45ODExQzg4LjI4NjMgNzYuOTUgODguNDEwNyA3Ni45NDY5IDg4LjU1MzcgNzYuOTI1MUM4OC41Nzk0IDc3LjAxMDMgODguNTk3MSA3Ny4wOTc4IDg4LjYwNjYgNzcuMTg2M0M4OC42MDY2IDc5LjA1MTcgODguNjA2NiA4MC45Mjg2IDg4LjYwNjYgODIuODE2OEM4OC4zNTA2IDgyLjk3OTQgODguMDY3MiA4My4wOTQyIDg3Ljc3MDIgODMuMTU1N0M4Ni42ODAyIDgzLjQ4NzMgODUuNjIzNyA4My45MjAzIDg0LjYxNDUgODQuNDQ5MUM4NC4xMjk1IDg0LjcwNzEgODMuNjY2MiA4NC45OTk0IDgzLjIwOTIgODUuMzAxQzgyLjg1MzYgODUuNTIzMiA4Mi41NDc3IDg1LjgxNjQgODIuMzEwNyA4Ni4xNjIyQzgyLjM1NDIgODYuMzg5MiA4Mi41NDM5IDg2LjQxMDkgODIuNjg2OSA4Ni40NzMxQzg0Ljc4MSA4Ny40NzI3IDg2Ljk4MDQgODguMjM1IDg5LjI0MzkgODguNzQ1OEM4OS42Mzk0IDg4Ljg2NDYgOTAuMDQ3NCA4OC45MzY2IDkwLjQ1OTYgODguOTYwNEM5MC41MDU1IDg4LjM3MjkgOTAuNTE5IDg3Ljc4MzQgOTAuNSA4Ny4xOTQ0QzkwLjUgODYuNTcyNiA5MC41IDg1Ljk2OTQgOTAuNSA4NS4zNlY4MS44Mzc1QzkwLjUgODEuMjQ2NyA5MC41IDgwLjY1NiA5MC41IDgwLjA2NTNDOTAuNSA3OS40NzQ2IDkwLjUgNzguODQzNCA5MC41IDc4LjIzMDlWNzYuNDUyNUM5MS45NTUxIDc1LjQ4MjUgOTMuNDQ3NCA3NC42MzA2IDk0Ljk0MjkgNzMuNjU0NEM5NC45ODAyIDczLjgzMTYgOTUuMDA4MiA3My45MDkzIDk1LjAxNDQgNzMuOTg3Qzk1LjA4MjggNzUuMjMwNyA5NS4wMzYyIDk0Ljk1NzggOTQuOTU4NCA5NS40NjQ2Qzk0LjgyNTIgOTUuNDk3MSA5NC42OTAzIDk1LjUyMiA5NC41NTQyIDk1LjUzOTJDOTMuODU5NiA5NS41NTQzIDkzLjE2NDkgOTUuNTExNiA5Mi40Nzc0IDk1LjQxMTdDODkuMzI1MiA5NS4wOTg3IDg2LjIyMzEgOTQuNDAxMyA4My4yNDAzIDkzLjMzNDhDODIuMTY0NiA5Mi45NTU1IDgxLjExNjggOTIuNTE0IDgwLjA3NTMgOTIuMDUzOUM3OS45MjYgOTEuOTg4NiA3OS43NjQzIDkxLjkzODkgNzkuNjMzOCA5MS44ODZDNzkuNDI1NSA5Mi4wMzg0IDc5LjQzNDggOTIuMjQzNiA3OS4zOTc1IDkyLjQyMDhDNzkuMDQ1MSA5NC4wMjUxIDc4LjY5OSA5NS42MzI1IDc4LjM1OSA5Ny4yNDNDNzcuNjU2NCAxMDAuNTQxIDc2Ljk1NTggMTAzLjgzOCA3Ni4yNTczIDEwNy4xMzZDNzYuMjU3MyAxMDcuMjE3IDc2LjIzMjQgMTA3LjMwMSA3Ni4yMTY5IDEwNy4zOTdDNzYuMjY2IDEwNy40NjQgNzYuMzIxMSAxMDcuNTI3IDc2LjM4MTcgMTA3LjU4NEM3Ny4wMTU5IDEwOC4xMDYgNzcuNjUzMyAxMDguNjI0IDc4LjI5MzggMTA5LjEzOEM3OS43NTkyIDExMC4zMTQgODEuMjI1NiAxMTEuNDg2IDgyLjY5MzEgMTEyLjY1NUM4NC4yMDcyIDExMy44NjQgODUuNzI3NiAxMTUuMDcgODcuMjM1NSAxMTYuMjkyQzg3LjM2NzIgMTE2LjQxIDg3LjUyMzIgMTE2LjQ5OCA4Ny42OTI0IDExNi41NDlDODcuODYxNiAxMTYuNiA4OC4wMzk5IDExNi42MTMgODguMjE0OCAxMTYuNTg4Qzg5LjM0NjUgMTE2LjQ1MSA5MC40ODEzIDExNi4zMzkgOTEuNjE2MiAxMTYuMjU4QzkxLjgwMzQgMTE2LjI1MyA5MS45ODY5IDExNi4yMDQgOTIuMTUyMSAxMTYuMTE1QzkyLjMxNzIgMTE2LjAyNyA5Mi40NTk0IDExNS45MDEgOTIuNTY3NSAxMTUuNzQ4QzkzLjI2NzEgMTE0LjgxNSA5My45OTc3IDExMy45MiA5NC43MTU5IDExMy4wMTJDOTQuODA2MSAxMTIuOSA5NC45MDI1IDExMi43OTEgOTQuOTg2NCAxMTIuNzAxQzk1LjE5MTYgMTEyLjc3NiA5NS4xMzI1IDExMi45MjUgOTUuMTMyNSAxMTMuMDM3Qzk1LjEzMjUgMTE0LjQ0OSA5NS4xMzI1IDExNS44NjEgOTUuMTMyNSAxMTcuMjc1Qzk1LjEzMjUgMTE5LjE0IDk1LjEzMjUgMTIwLjk4NyA5NS4xMTM5IDEyMi44NDNDOTUuMTEzOSAxMjIuOTg2IDk1LjA4OSAxMjMuMTI5IDk1LjA3MzUgMTIzLjI4OEM5NC40NTE2IDEyMy40NDkgOTMuODI5OCAxMjMuNTc3IDkzLjIyNjcgMTIzLjc3QzkyLjYyMzUgMTIzLjk2MiA5Mi4wNDgzIDEyNC4yMTcgOTEuNDE0MSAxMjQuNDYzQzkxLjI5NzYgMTI0LjQwMyA5MS4xODU0IDEyNC4zMzYgOTEuMDc4MyAxMjQuMjYxQzg5LjMzNTEgMTIyLjg5OSA4Ny41OTIgMTIxLjUzNCA4NS44NDg4IDEyMC4xNjZMNzkuODIzNCAxMTUuNDQ3TDc1LjkzNzEgMTEyLjQwM0M3NS43NDY1IDExMi4yMDQgNzUuNTA5MyAxMTIuMDU1IDc1LjI0NjkgMTExLjk3MVoiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0xMDQuNDcyIDEyOS42OThDMTA0LjM5MSAxMjkuNzk3IDEwNC4zMDQgMTI5Ljg5IDEwNC4yMSAxMjkuOTc4QzEwMy41NDIgMTMwLjU1NiA5Ni41ODM5IDEzNS43OTggOTYuMjE3IDEzNkM5NS43MjUxIDEzNS42ODkgOTUuMjUyNyAxMzUuMzQ5IDk0LjgwMjQgMTM0Ljk4QzkyLjc1NjYgMTMzLjM5NSA5MC42NzM1IDEzMS44NzEgODguNjY1IDEzMC4yNjdDODguNjY2IDEzMC4yMyA4OC42NzEyIDEzMC4xOTQgODguNjgwNiAxMzAuMTU4Qzg5LjU3OTEgMTI4Ljc3NCA5MC41NDYgMTI3LjQ1OSA5Mi4wMDExIDEyNi41NzlDOTMuMTE3IDEyNS44OTYgOTQuMzczNyAxMjUuNDc2IDk1LjY3NiAxMjUuMzUxQzk2LjY2MzEgMTI1LjI1NiA5Ny42NTg5IDEyNS4zMSA5OC42Mjk2IDEyNS41MTNDOTkuODcxMyAxMjUuNzgzIDEwMS4wMzUgMTI2LjMzMiAxMDIuMDM0IDEyNy4xMTdDMTAyLjg2IDEyNy43NzQgMTAzLjYwMSAxMjguNTMgMTA0LjI0MiAxMjkuMzY4QzEwNC4zMjkgMTI5LjQ4IDEwNC4zODEgMTI5LjU3NyAxMDQuNDcyIDEyOS42OThaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K"},Symbol.toStringTag,{value:"Module"})),eZ=Object.freeze(Object.defineProperty({__proto__:null,default:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkyIiBoZWlnaHQ9IjE5MiIgdmlld0JveD0iMCAwIDE5MiAxOTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03NS4yNDY5IDExMS45NzFMNzQuNzk2IDExNC4wNjlDNzYuMDAyNCAxMTUuMTA1IDc3LjI4MzMgMTE2LjAxOSA3OC40ODM0IDExNi45OTVDNzkuNjgzNSAxMTcuOTcxIDgwLjkzNjUgMTE4LjkyNiA4Mi4xNjQ2IDExOS44ODZMODUuODQ4OCAxMjIuNzc1TDg5LjU0ODYgMTI1LjY5MUM4OS4wNTQzIDEyNi4yMjYgODguNTU5OSAxMjYuNzA4IDg4LjEyNzggMTI3LjI0NkM4Ny42OTU2IDEyNy43ODMgODcuMzUwNSAxMjguMzM3IDg2Ljk3MTIgMTI4Ljg3OEM4Ni43MjU2IDEyOC44NzggODYuNjA0MyAxMjguNzIyIDg2LjQ2MTMgMTI4LjYxNEw4MC4wNzIxIDEyMy43NDJMNzQuMjI0IDExOS4yOTNDNzQuMTA1OCAxMTkuMjA1IDczLjk4NDYgMTE5LjEyOCA3My44MjI5IDExOS4wMTlDNzMuNzU5OSAxMTkuMTI3IDczLjcwODkgMTE5LjI0MiA3My42NzA2IDExOS4zNjFDNzMuMjUwOCAxMjEuMjk4IDcyLjgyOCAxMjMuMjM1IDcyLjQyNjkgMTI1LjE3MkM3MS44MjM4IDEyOC4wMzggNzEuMjM2MSAxMzAuOTA4IDcwLjYzOTIgMTMzLjc3OEM3MC42MTQzIDEzMy44OTYgNzAuNTY0NiAxMzQuMDExIDcwLjUxNzkgMTM0LjE2QzcwLjM5MDUgMTM0LjEyIDcwLjI5MSAxMzQuMDk4IDcwLjIwNyAxMzQuMDYxQzY4LjU0NjggMTMzLjMyNyA2Ni44OTI4IDEzMi41OSA2NS4yMzI1IDEzMS44NjNDNjMuMDMxMyAxMzAuODk2IDYwLjgyMzggMTI5Ljk0MSA1OC42MjI2IDEyOC45NzdMNTEuNzI5OCAxMjUuOTQ5TDQ5LjQxMzUgMTI0LjkzOUM0OS4yNzk4IDEyNC44OCA0OS4xNTU1IDEyNC44MDUgNDkgMTI0LjcyMUM0OS4yNDg3IDEyNC4wNjUgNDkuNjg0IDEyMy41NDMgNTAuMDA0MiAxMjIuOTU4QzUwLjMyNDUgMTIyLjM3NCA1MC42Nzg5IDEyMS44MzkgNTEuMDE3OCAxMjEuMjc5QzUxLjM1NjcgMTIwLjcyIDUxLjcxMTEgMTIwLjEzMiA1Mi4wNTMxIDExOS41NjZDNTIuMjczNyAxMTkuNTc3IDUyLjQ4NzggMTE5LjY0NSA1Mi42NzQ5IDExOS43NjJMNjAuNjA5MyAxMjMuMjYzQzYyLjE3NDIgMTIzLjk1MyA2My43MzcgMTI0LjY0MSA2NS4yOTc4IDEyNS4zMjdDNjUuNTQ3NSAxMjUuNDU3IDY1LjgxNDUgMTI1LjU1IDY2LjA5MDYgMTI1LjYwNEM2Ni4xNDM2IDEyNS41MTIgNjYuMTg4MyAxMjUuNDE1IDY2LjIyNDMgMTI1LjMxNUM2Ni42NjI3IDEyMy42OTggNjcuODU5NyAxMTcuNzk3IDY3Ljg2MjggMTE3LjI1QzY3LjY2NjUgMTE3LjA5OSA2Ny40NDU2IDExNi45ODMgNjcuMjA5OSAxMTYuOTA4TDYwLjQ5MTIgMTEzLjkzNkM1OS4zNzE5IDExMy40NDQgNTguMjQ5NSAxMTIuOTU2IDU3LjEzMDIgMTEyLjQ2MkM1Ni45Mjg5IDExMi40IDU2Ljc0NCAxMTIuMjk0IDU2LjU4OTMgMTEyLjE1MUM1Ni41OTg4IDExMi4wODUgNTYuNjE2NiAxMTIuMDIgNTYuNjQyMSAxMTEuOTU4QzU3LjU5NzYgMTEwLjM0MiA1OC41NTMyIDEwOC43MjcgNTkuNTA4NyAxMDcuMTE0QzU5LjU1OCAxMDcuMDU4IDU5LjYxMzIgMTA3LjAwNyA1OS42NzM1IDEwNi45NjJDNjEuMjY1MyAxMDcuNjA5IDYyLjgyMyAxMDguMzUyIDY0LjQwODYgMTA5LjAyOUM2NS45OTQyIDEwOS43MDcgNjcuNTE3NyAxMTAuNDIyIDY5LjEzMTMgMTExLjA5NEM2OS4xOTUyIDExMC45OCA2OS4yNDgzIDExMC44NiA2OS4yODk5IDExMC43MzZDNjkuNTAxMyAxMDkuODA0IDY5LjcwOTYgMTA4Ljg0MyA2OS45MTE3IDEwNy44OTVDNzAuMjMyOSAxMDYuMzkgNzAuNTUwMSAxMDQuODg0IDcwLjg2MzEgMTAzLjM3N0M3MC45MDY2IDEwMy4xNzIgNzAuOTM3NyAxMDIuOTY3IDcwLjk4MTIgMTAyLjczNEM3MC44MTk1IDEwMi42NDMgNzAuNjcwMyAxMDIuNTUgNzAuNTMzNSAxMDIuNDg1TDY0Ljg2MjUgOTkuOTk3NkM2NC42MTMzIDk5LjkxMjQgNjQuMzc4NCA5OS43ODk3IDY0LjE2NjEgOTkuNjMzOEM2NC4xODA2IDk5LjU1NDUgNjQuMjA0NiA5OS40NzczIDY0LjIzNzYgOTkuNDAzOEM2NS4xNTM3IDk3Ljg4NjUgNjYuMDcyIDk2LjM3MTQgNjYuOTkyMiA5NC44NTgzQzY3LjA2NjkgOTQuNzM3IDY3LjE2MzIgOTQuNjI1MSA2Ny4yNjkgOTQuNDc1OUM2Ny40NzczIDk0LjU1NjcgNjcuNjczMSA5NC42MjUxIDY3Ljg1OTcgOTQuNzA5MUM2OS4xNTYyIDk1LjI3MTggNzAuNDQ5NSA5NS44NDA4IDcxLjc0MjkgOTYuNDA2NkM3MS44OTUzIDk2LjQ3MTkgNzIuMDUzOCA5Ni41MjQ4IDcyLjIzNzMgOTYuNTlDNzIuMjkzMiA5Ni40Mjg0IDcyLjM1MjMgOTYuMjk3OCA3Mi4zODY1IDk2LjE1NzlDNzIuOTU1NSA5My43NzYzIDczLjkxMzEgODkuMDg0NyA3My45NDEgODguNTcxN0M3My43NTc2IDg4LjQzOCA3My41NTg2IDg4LjI4MjYgNzMuMzU2NSA4OC4xMzY1QzcxLjY1OTYgODYuOTE4NCA3MC4wNjI3IDg1LjU2NjkgNjguNTgxIDg0LjA5NDdDNjMuMTY2NSA3OC43MzY2IDU5LjQwNTYgNzEuOTM1NyA1Ny43NDU4IDY0LjUwMTJDNTcuNTc0OCA2My43MjA4IDU3LjQzNDkgNjIuOTQ2NyA1Ny4yNzY0IDYyLjE0NzdDNTcuMDk1OSA2MS4yMjk1IDU2LjYyODEgNjAuMzkyNSA1NS45NDA3IDU5Ljc1NzZDNTUuMjUzMyA1OS4xMjI3IDU0LjM4MTggNTguNzIyOCA1My40NTIyIDU4LjYxNTdDNTMuMzE0IDU4LjU5NTMgNTMuMTc3IDU4LjU2NzMgNTMuMDQxOCA1OC41MzE4QzUyLjkzMzEgNTcuNzE5MiA1Mi45MjQ4IDU2Ljg5NjQgNTMuMDE2OSA1Ni4wODE4QzUzLjE0ODYgNTYuMDQ5OCA1My4yODI4IDU2LjAyOSA1My40MTggNTYuMDE5N0M1NC4zNTA3IDU2LjAxOTcgNTUuMjgzNSA1Ni4wMTk3IDU2LjIxNjIgNTYuMDE5N0M1OC4xNzQ5IDU2LjAxOTcgNjAuMTM1NyA1Ni4wMTk3IDYyLjA5ODYgNTYuMDE5N0M2Mi4zMyA1NS45Nzc1IDYyLjU2ODcgNTYuMDAzNCA2Mi43ODU3IDU2LjA5NDNDNjIuOTAzOCA1Ny4zOTM5IDYzLjAwOTUgNTguNjkzNSA2My4xNDk0IDU5Ljk5QzYzLjMxMTQgNjEuMjg3MyA2My41NjA2IDYyLjU3MjIgNjMuODk1NiA2My44MzU5QzY0LjIwNDYgNjUuMDgzNyA2NC41OTQxIDY2LjMxMDIgNjUuMDYxNSA2Ny41MDc3QzY1LjUyMzggNjguNzMxOCA2Ni4wNTc0IDY5LjkyNzcgNjYuNjU5NiA3MS4wODk0QzY3LjI1NTQgNzIuMjQ4MiA2Ny45MTk5IDczLjM3MDUgNjguNjQ5NCA3NC40NTAzQzY5LjM4MjUgNzUuNTI5NCA3MC4xNzQ0IDc2LjU2NzMgNzEuMDIxNiA3Ny41NTk0QzcxLjg1ODIgNzguNTM2OSA3Mi43NDQ0IDc5LjQ3MDggNzMuNjc2OCA4MC4zNTc1Qzc0LjYzNTUgODEuMjUwNSA3NS42Mzg5IDgyLjA5NDEgNzYuNjgzMyA4Mi44ODUyQzc2LjgyMTQgODIuODA4NSA3Ni45NTUyIDgyLjcyNDUgNzcuMDg0MyA4Mi42MzM0Qzc4LjU4MzMgODEuNDMzNSA4MC4xOTUxIDgwLjM4MTggODEuODk3MiA3OS40OTMyQzgzLjg4NjggNzguNDIzNSA4NS45OTAzIDc3LjU4MDggODguMTY4MiA3Ni45ODExQzg4LjI4NjMgNzYuOTUgODguNDEwNyA3Ni45NDY5IDg4LjU1MzcgNzYuOTI1MUM4OC41Nzk0IDc3LjAxMDMgODguNTk3MSA3Ny4wOTc4IDg4LjYwNjYgNzcuMTg2M0M4OC42MDY2IDc5LjA1MTcgODguNjA2NiA4MC45Mjg2IDg4LjYwNjYgODIuODE2OEM4OC4zNTA2IDgyLjk3OTQgODguMDY3MiA4My4wOTQyIDg3Ljc3MDIgODMuMTU1N0M4Ni42ODAyIDgzLjQ4NzMgODUuNjIzNyA4My45MjAzIDg0LjYxNDUgODQuNDQ5MUM4NC4xMjk1IDg0LjcwNzEgODMuNjY2MiA4NC45OTk0IDgzLjIwOTIgODUuMzAxQzgyLjg1MzYgODUuNTIzMiA4Mi41NDc3IDg1LjgxNjQgODIuMzEwNyA4Ni4xNjIyQzgyLjM1NDIgODYuMzg5MiA4Mi41NDM5IDg2LjQxMDkgODIuNjg2OSA4Ni40NzMxQzg0Ljc4MSA4Ny40NzI3IDg2Ljk4MDQgODguMjM1IDg5LjI0MzkgODguNzQ1OEM4OS42Mzk0IDg4Ljg2NDYgOTAuMDQ3NCA4OC45MzY2IDkwLjQ1OTYgODguOTYwNEM5MC41MDU1IDg4LjM3MjkgOTAuNTE5IDg3Ljc4MzQgOTAuNSA4Ny4xOTQ0QzkwLjUgODYuNTcyNiA5MC41IDg1Ljk2OTQgOTAuNSA4NS4zNlY4MS44Mzc1QzkwLjUgODEuMjQ2NyA5MC41IDgwLjY1NiA5MC41IDgwLjA2NTNDOTAuNSA3OS40NzQ2IDkwLjUgNzguODQzNCA5MC41IDc4LjIzMDlWNzYuNDUyNUM5MS45NTUxIDc1LjQ4MjUgOTMuNDQ3NCA3NC42MzA2IDk0Ljk0MjkgNzMuNjU0NEM5NC45ODAyIDczLjgzMTYgOTUuMDA4MiA3My45MDkzIDk1LjAxNDQgNzMuOTg3Qzk1LjA4MjggNzUuMjMwNyA5NS4wMzYyIDk0Ljk1NzggOTQuOTU4NCA5NS40NjQ2Qzk0LjgyNTIgOTUuNDk3MSA5NC42OTAzIDk1LjUyMiA5NC41NTQyIDk1LjUzOTJDOTMuODU5NiA5NS41NTQzIDkzLjE2NDkgOTUuNTExNiA5Mi40Nzc0IDk1LjQxMTdDODkuMzI1MiA5NS4wOTg3IDg2LjIyMzEgOTQuNDAxMyA4My4yNDAzIDkzLjMzNDhDODIuMTY0NiA5Mi45NTU1IDgxLjExNjggOTIuNTE0IDgwLjA3NTMgOTIuMDUzOUM3OS45MjYgOTEuOTg4NiA3OS43NjQzIDkxLjkzODkgNzkuNjMzOCA5MS44ODZDNzkuNDI1NSA5Mi4wMzg0IDc5LjQzNDggOTIuMjQzNiA3OS4zOTc1IDkyLjQyMDhDNzkuMDQ1MSA5NC4wMjUxIDc4LjY5OSA5NS42MzI0IDc4LjM1OSA5Ny4yNDNDNzcuNjU2NCAxMDAuNTQxIDc2Ljk1NTggMTAzLjgzOCA3Ni4yNTczIDEwNy4xMzZDNzYuMjU3MyAxMDcuMjE3IDc2LjIzMjQgMTA3LjMwMSA3Ni4yMTY5IDEwNy4zOTdDNzYuMjY2IDEwNy40NjQgNzYuMzIxMiAxMDcuNTI3IDc2LjM4MTcgMTA3LjU4NEM3Ny4wMTU5IDEwOC4xMDYgNzcuNjUzMyAxMDguNjI0IDc4LjI5MzggMTA5LjEzOEM3OS43NTkyIDExMC4zMTQgODEuMjI1NiAxMTEuNDg2IDgyLjY5MzEgMTEyLjY1NUM4NC4yMDcyIDExMy44NjQgODUuNzI3NiAxMTUuMDcgODcuMjM1NSAxMTYuMjkyQzg3LjM2NzIgMTE2LjQxIDg3LjUyMzIgMTE2LjQ5OCA4Ny42OTI0IDExNi41NDlDODcuODYxNiAxMTYuNiA4OC4wMzk5IDExNi42MTMgODguMjE0OCAxMTYuNTg4Qzg5LjM0NjUgMTE2LjQ1MSA5MC40ODEzIDExNi4zMzkgOTEuNjE2MiAxMTYuMjU4QzkxLjgwMzQgMTE2LjI1MyA5MS45ODY5IDExNi4yMDQgOTIuMTUyMSAxMTYuMTE1QzkyLjMxNzIgMTE2LjAyNyA5Mi40NTk1IDExNS45MDEgOTIuNTY3NSAxMTUuNzQ4QzkzLjI2NzEgMTE0LjgxNSA5My45OTc3IDExMy45MiA5NC43MTU5IDExMy4wMTJDOTQuODA2MSAxMTIuOSA5NC45MDI1IDExMi43OTEgOTQuOTg2NCAxMTIuNzAxQzk1LjE5MTYgMTEyLjc3NiA5NS4xMzI1IDExMi45MjUgOTUuMTMyNSAxMTMuMDM3Qzk1LjEzMjUgMTE0LjQ0OSA5NS4xMzI1IDExNS44NjEgOTUuMTMyNSAxMTcuMjc1Qzk1LjEzMjUgMTE5LjE0IDk1LjEzMjUgMTIwLjk4NyA5NS4xMTM5IDEyMi44NDNDOTUuMTEzOSAxMjIuOTg2IDk1LjA4OSAxMjMuMTI5IDk1LjA3MzUgMTIzLjI4OEM5NC40NTE2IDEyMy40NDkgOTMuODI5OCAxMjMuNTc3IDkzLjIyNjcgMTIzLjc3QzkyLjYyMzUgMTIzLjk2MiA5Mi4wNDgzIDEyNC4yMTcgOTEuNDE0MSAxMjQuNDYzQzkxLjI5NzYgMTI0LjQwMyA5MS4xODU0IDEyNC4zMzYgOTEuMDc4MyAxMjQuMjYxQzg5LjMzNTEgMTIyLjg5OSA4Ny41OTIgMTIxLjUzNCA4NS44NDg4IDEyMC4xNjZMNzkuODIzNCAxMTUuNDQ3TDc1LjkzNzEgMTEyLjQwM0M3NS43NDY1IDExMi4yMDQgNzUuNTA5MyAxMTIuMDU1IDc1LjI0NjkgMTExLjk3MVoiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0xMTUuNzU4IDgyLjkwOTVDMTE5Ljk3MSA3OS43NzkxIDEyMy40MTYgNzUuNzMxNiAxMjUuODM0IDcxLjA3MzJDMTI4LjI1NyA2Ni40NjU5IDEyOS41NjUgNjEuMzU0MyAxMjkuNjUyIDU2LjE0OTZDMTI5LjcyNCA1Ni4wNzE5IDEyOS43MzYgNTYuMDUzMiAxMjkuNzU1IDU2LjA0MzlDMTI5Ljc3MyA1Ni4wMzMgMTI5Ljc5MyA1Ni4wMjY2IDEyOS44MTQgNTYuMDI1MkMxMzAuMDA0IDU2LjAyNTIgMTMwLjE5MyA1Ni4wMDY2IDEzMC4zODMgNTYuMDA2NkgxMzkuMzAzQzEzOS4zNDMgNTYuMDE0MiAxMzkuMzggNTYuMDI4OSAxMzkuNDE1IDU2LjA1MDFDMTM5LjUzNCA1Ni44NjQ4IDEzOS41NDYgNTcuNjkxNyAxMzkuNDQ5IDU4LjUwOTRDMTM5LjMxMyA1OC41NDY3IDEzOS4xNzUgNTguNTc2OCAxMzkuMDM2IDU4LjU5OTZDMTM4LjA3OCA1OC42OTk2IDEzNy4xOCA1OS4xMTE3IDEzNi40OCA1OS43NzI0QzEzNS43OCA2MC40MzMxIDEzNS4zMTcgNjEuMzA1OCAxMzUuMTYyIDYyLjI1NThDMTM0Ljg5MSA2My42ODYgMTM0LjYwNSA2NS4xMSAxMzQuMjI5IDY2LjUxMjJDMTMzLjggNjguMDU1NCAxMzMuMjgxIDY5LjU3MjEgMTMyLjY3NCA3MS4wNTQ1QzEzMS41MyA3My44NDc3IDEzMC4wNjQgNzYuNDk4IDEyOC4zMDYgNzguOTUxNkMxMjcuMjI3IDgwLjQ2MjMgMTI2LjA0MSA4MS44OTMxIDEyNC43NTYgODMuMjMyOEMxMjMuMzQzIDg0LjcxMjEgMTIxLjgyNCA4Ni4wODU5IDEyMC4yMSA4Ny4zNDNDMTE5Ljg0MyA4Ny42MjU5IDExOS40NjQgODcuODkzMyAxMTkuMDkxIDg4LjE3TDExOC41MDYgODguNjAyMkMxMTguNjM0IDg5LjQ5NzYgMTE4Ljg3IDkwLjM3MTMgMTE5LjA0NCA5MS4yNTQyQzExOS4yMTggOTIuMTM3MiAxMTkuNDIzIDkzLjAyNjQgMTE5LjYxIDkzLjkxNTZDMTE5Ljc5NyA5NC44MDQ4IDExOS45NzQgOTUuNjc4NSAxMjAuMjA0IDk2LjU4NjNDMTIwLjU2NSA5Ni40ODQgMTIwLjkxNiA5Ni4zNDc2IDEyMS4yNTIgOTYuMTc5QzEyMS41ODEgOTYuMDQyMiAxMjEuOTA4IDk1Ljg5MyAxMjIuMjM3IDk1Ljc1QzEyMi41NjcgOTUuNjA3IDEyMi44OSA5NS40NTc3IDEyMy4yMiA5NS4zMTc4QzEyMy41NDkgOTUuMTc3OSAxMjMuODgyIDk1LjA0NDIgMTI0LjIxMSA5NC45MDEyQzEyNC41MjQgOTQuNzM4NiAxMjQuODQ5IDk0LjYwMzMgMTI1LjE4NSA5NC40OTdDMTI1LjUzNiA5NC44OTUgMTI3LjgzIDk4LjYyNTkgMTI4LjMxNSA5OS41NzczQzEyOC4yMTkgOTkuNzk0OSAxMjcuOTg5IDk5LjgyNiAxMjcuODA2IDk5LjkwNjhDMTI2LjM2MyAxMDAuNTU0IDEyNC45MTQgMTAxLjE4OCAxMjMuNDY4IDEwMS44MjhDMTIyLjg0NyAxMDIuMTA4IDEyMi4yMDMgMTAyLjM5NCAxMjEuNTM1IDEwMi42OTZDMTIxLjUzNSAxMDIuODYzIDEyMS41NDggMTAzLjAzIDEyMS41NzIgMTAzLjE5NkMxMjIuMDM2IDEwNS40MDQgMTIyLjUwNiAxMDcuNjA5IDEyMi45OCAxMDkuODEyQzEyMy4wNTYgMTEwLjI0MSAxMjMuMTYgMTEwLjY2MyAxMjMuMjkxIDExMS4wNzhDMTIzLjQxNyAxMTEuMDU3IDEyMy41NDIgMTExLjAyOCAxMjMuNjY0IDExMC45OTFDMTIzLjk1NyAxMTAuODY5IDEyNC4yNDMgMTEwLjczNiAxMjQuNTMyIDExMC42MDhMMTMyLjQ5NCAxMDcuMDk1QzEzMi41ODcgMTA3LjA1NSAxMzIuNjg3IDEwNy4wMiAxMzIuNzY4IDEwNi45ODlDMTMzLjAyMyAxMDcuMDY3IDEzMy4wNzkgMTA3LjMgMTMzLjE4NyAxMDcuNDYyQzEzMy44MDkgMTA4LjUzNSAxMzQuNDMxIDEwOS42MSAxMzUuMDcxIDExMC42ODNMMTM1Ljg5MiAxMTIuMDc5QzEzNS44MzYgMTEyLjMxMiAxMzUuNjUgMTEyLjM0IDEzNS41MDEgMTEyLjQwNUMxMzQuMzYzIDExMi45MDYgMTMzLjIyMiAxMTMuMzk3IDEzMi4wODEgMTEzLjg5OEwxMjUuMDc2IDExNi45NzlDMTI0LjkwOCAxMTcuMDUzIDEyNC43NDMgMTE3LjE0NyAxMjQuNTQ3IDExNy4yNDZDMTI1LjA5MSAxMTkuOTM2IDEyNS42NzMgMTIyLjU4OCAxMjYuMjM1IDEyNS4yNDNDMTI2LjI3MyAxMjUuMzYxIDEyNi4zMTggMTI1LjQ3OCAxMjYuMzY5IDEyNS41OTFDMTI2LjY2OSAxMjUuNTQ5IDEyNi45NTggMTI1LjQ1MSAxMjcuMjIxIDEyNS4zMDJMMTM1LjI2NCAxMjEuNzU0TDEzOS44MzUgMTE5Ljc0NkwxNDAuMzMyIDExOS41MzRDMTQwLjQyOCAxMTkuNjM5IDE0MC41MTggMTE5Ljc1IDE0MC41OTkgMTE5Ljg2N0MxNDEuMjIxIDEyMC45MTIgMTQxLjg2MiAxMjEuOTYzIDE0Mi40OTMgMTIzLjAxQzE0Mi43MDEgMTIzLjM1MiAxNDIuOTIyIDEyMy42ODggMTQzLjExNSAxMjQuMDNDMTQzLjI2IDEyNC4yMzUgMTQzLjM4MSAxMjQuNDU2IDE0My40NzUgMTI0LjY4OUMxNDMuNDEzIDEyNC43NDggMTQzLjM3NiAxMjQuODA0IDE0My4zMjMgMTI0LjgyNkwxMjIuMDEgMTM0LjE1M0MxMjEuOTM5IDEzNC4wODggMTIxLjg4MSAxMzQuMDA4IDEyMS44NDEgMTMzLjkxOUMxMjEuODAxIDEzMy44MyAxMjEuNzc5IDEzMy43MzUgMTIxLjc3NyAxMzMuNjM3QzEyMS40MDEgMTMxLjggMTIxLjAyOCAxMjkuOTYyIDEyMC42NDIgMTI4LjEyOEMxMjAuMDQ4IDEyNS4zMDIgMTE5LjQ0MiAxMjIuNDc5IDExOC44NDIgMTE5LjY1NkMxMTguNzk5IDExOS40NTcgMTE4LjczMyAxMTkuMjYxIDExOC42NjggMTE5LjAxNUMxMTguMTA1IDExOS4zNyAxMTcuNTY1IDExOS43NTkgMTE3LjA1MSAxMjAuMTgxQzExNi41NDEgMTIwLjU1NyAxMTYuMDUgMTIwLjk1MiAxMTUuNTQ2IDEyMS4zMzhMMTEzLjk5MiAxMjIuNTE5QzExMy40NyAxMjIuOTE1IDExMi45NTEgMTIzLjMxMiAxMTIuNDM3IDEyMy43MUMxMTEuOTM0IDEyNC4wOTUgMTExLjQzNiAxMjQuNDg0IDExMC45MzMgMTI0Ljg2N0MxMTAuNDI5IDEyNS4yNDkgMTA5Ljg4NSAxMjUuNjUgMTA5LjM3OCAxMjYuMDQ1QzEwOC44NzEgMTI2LjQ0IDEwOC4zOCAxMjYuODI1IDEwNy44NzYgMTI3LjIwNUMxMDcuMzczIDEyNy41ODQgMTA2LjgyOSAxMjcuOTg1IDEwNi4yODggMTI4LjM4NkMxMDYuMjExIDEyOC4zNDkgMTA2LjE0IDEyOC4zMDIgMTA2LjA3NiAxMjguMjQ2QzEwNS4zOTQgMTI3LjQxNCAxMDQuNjU3IDEyNi42MjggMTAzLjg3MiAxMjUuODkzQzEwMy44MjcgMTI1LjgzMyAxMDMuNzg5IDEyNS43NjggMTAzLjc2IDEyNS43QzEwNC4zODIgMTI1LjEzMSAxMDUuMDYzIDEyNC42NCAxMDUuNzE2IDEyNC4xMkMxMDYuMzY4IDEyMy42MDEgMTA3LjA4IDEyMy4wNTcgMTA3Ljc2MSAxMjIuNTI1TDEwOS43NTEgMTIwLjk3MUwxMTEuNzM4IDExOS40MTZMMTEzLjcyNSAxMTcuODYyTDExNS43NjQgMTE2LjI1N0wxMTcuNzc2IDExNC42NzhDMTE3LjY3NCAxMTMuOTU0IDExNy41MjUgMTEzLjIzOCAxMTcuMzMxIDExMi41MzNDMTE3LjIxIDExMi41OCAxMTcuMDk0IDExMi42MzcgMTE2Ljk4MyAxMTIuNzA0QzExNi40MzEgMTEzLjEzMSAxMTUuODgzIDExMy41NTkgMTE1LjMzOCAxMTMuOTg4QzExMS40MjEgMTE3LjA1OCAxMDcuNTAyIDEyMC4xMjUgMTAzLjU4MyAxMjMuMTkxQzEwMy4xMDQgMTIzLjU3IDEwMi42MTkgMTIzLjk0MyAxMDIuMTM0IDEyNC4zMTZDMTAyLjA1MyAxMjQuMzc4IDEwMS45NjMgMTI0LjQzMSAxMDEuODg4IDEyNC40ODFDMTAxLjExNCAxMjQuMTk4IDEwMC4zNzcgMTIzLjg3OCA5OS42MTI0IDEyMy42NjZDOTguODQ3NiAxMjMuNDU1IDk4LjA5MjEgMTIzLjM1NiA5Ny4yODA2IDEyMy4yMDZDOTcuMjgwNiAxMjMuMDY2IDk3LjIzNzEgMTIyLjg5NSA5Ny4yMzcxIDEyMi43NDZMOTcuMjgzNyAxMTUuNzg4Qzk3LjI4MzcgMTE0LjkwMyA5Ny4yOTUxIDExNC4wMTcgOTcuMzE3OSAxMTMuMTNDOTcuMzE3OSAxMTIuOTkzIDk3LjM1MjEgMTEyLjg1NiA5Ny4zNzcgMTEyLjY3Qzk3LjU2OTggMTEyLjc4OCA5Ny43MzEgMTEyLjk1MSA5Ny44NDY0IDExMy4xNDVDOTguNTM5OCAxMTQuMDIyIDk5LjI0NTUgMTE0Ljg4OSA5OS45MDQ3IDExNS43ODhDMTAwLjAxMyAxMTUuOTQyIDEwMC4xNTYgMTE2LjA2NyAxMDAuMzIzIDExNi4xNTRDMTAwLjQ4OSAxMTYuMjQgMTAwLjY3NCAxMTYuMjg2IDEwMC44NjIgMTE2LjI4NUMxMDEuOTc1IDExNi4zNyAxMDMuMDg3IDExNi40NzQgMTA0LjE5OCAxMTYuNTk2QzEwNC4zODMgMTE2LjYyNyAxMDQuNTcyIDExNi42MTcgMTA0Ljc1MiAxMTYuNTY2QzEwNC45MzIgMTE2LjUxNiAxMDUuMDk4IDExNi40MjYgMTA1LjI0IDExNi4zMDRDMTA3LjE3MSAxMTQuNzUgMTA5LjExNyAxMTMuMTk1IDExMS4wNiAxMTEuNjRMMTE1Ljc1MiAxMDcuODg1QzExNS45MTMgMTA3Ljc1NCAxMTYuMDYzIDEwNy42MTcgMTE2LjI1NSAxMDcuNDU5QzExNi4yMjQgMTA3LjI1IDExNi4yMDIgMTA3LjA0NSAxMTYuMTU5IDEwNi44MzdDMTE1LjYwMyAxMDQuMjYzIDExNS4wNDggMTAxLjY4NiAxMTQuNDkyIDk5LjEwNzhDMTE0LjAzOSA5Ni45ODQzIDExMy41OTQgOTQuODYwOCAxMTMuMTQzIDkyLjczNDJDMTEzLjA4NyA5Mi40Njk5IDExMy4wMjggOTIuMjA1NiAxMTIuOTc4IDkxLjk3ODdDMTEyLjkwNiA5MS45Mzg2IDExMi44MjMgOTEuOTIwNyAxMTIuNzQxIDkxLjkyNzNDMTEyLjY1OSA5MS45MzQgMTEyLjU4IDkxLjk2NDggMTEyLjUxNSA5Mi4wMTZDMTEwLjY5MSA5Mi44NTQgMTA4LjgwMyA5My41NDY0IDEwNi44NjkgOTQuMDg2NkMxMDQuNTQgOTQuNzY1IDEwMi4xNTIgOTUuMjIxIDk5LjczNjggOTUuNDQ4NEM5OS4xMzA2IDk1LjUyNiA5OC41MTk3IDk1LjU2MDMgOTcuOTA4NiA5NS41NTFDOTcuNzg0MyA5NS41NTEgOTcuNjYzIDk1LjUyMyA5Ny41MDQ0IDk1LjUwNDRDOTcuNDg1OCA5NS4zMjQgOTcuNDU0NyA5NS4xNjI0IDk3LjQ1MTYgOTUuMDAwN0M5Ny40NTE2IDkyLjA1MTIgOTcuNDUxNiA4OS4wOTk3IDk3LjQ1MTYgODYuMTQ2Qzk3LjQ1MTYgODIuODU2NiA5Ny40NTE2IDc5LjU2NjIgOTcuNDUxNiA3Ni4yNzQ3Qzk3LjQ1MTYgNzUuNiA5Ny40NTE2IDc0LjkyNTQgOTcuNDUxNiA3NC4yNTA3Qzk3LjQ1MTYgNzQuMDkyMSA5Ny40NzY1IDczLjkzOTggOTcuNDg4OSA3My43NzgxQzk3LjU2OTcgNzMuNzc4MSA5Ny42MTk1IDczLjc1MDEgOTcuNjQ3NSA3My43NzgxQzk5LjA2NTIgNzQuNjQ4NiAxMDAuNDgzIDc1LjUyMjMgMTAxLjg1NCA3Ni4zNzExQzEwMS45NTEgNzYuNjAzOCAxMDEuOTgzIDc2Ljg1ODQgMTAxLjk0NyA3Ny4xMDc5QzEwMS45NDcgODAuODM4OCAxMDEuOTQ3IDg0LjU2OTcgMTAxLjk0NyA4OC4zMDA2QzEwMS45NDcgODguNTA4OSAxMDEuOTQ3IDg4LjcxNzIgMTAxLjk2NiA4OC45NjI5QzEwMi4wNzggODguOTcwNyAxMDIuMTkgODguOTcwNyAxMDIuMzAyIDg4Ljk2MjlDMTA0LjkzMiA4OC40NDgxIDEwNy40ODUgODcuNTk5NyAxMDkuOSA4Ni40MzgzQzEwOS45NzUgODYuNDA0MSAxMTAuMDQzIDg2LjM1NDMgMTEwLjE1MiA4Ni4yODlDMTEwLjExNCA4Ni4xNzcgMTEwLjA1NyA4Ni4wNzE5IDEwOS45ODQgODUuOTc4MUMxMDkuNjc2IDg1LjY5MSAxMDkuMzUyIDg1LjQyMTEgMTA5LjAxNCA4NS4xNjk4QzEwOC4wNDggODQuNTIxOCAxMDcuMDAzIDgzLjk5OTUgMTA1LjkwNSA4My42MTUyQzEwNS40NzMgODMuNDQ3MyAxMDUuMDI4IDgzLjMwNDMgMTA0LjU5IDgzLjE2MTNMMTAzLjg4NyA4Mi45MTI2QzEwMy44MTEgODIuNDIzMiAxMDMuNzg5IDgxLjkyNjkgMTAzLjgyMiA4MS40MzI3QzEwMy44MjIgODAuOTI1OSAxMDMuODIyIDgwLjQxOTEgMTAzLjgyMiA3OS45MTIzQzEwMy44MjIgNzkuNDA1NSAxMDMuODIyIDc4Ljk0MjMgMTAzLjgyMiA3OC40NTczQzEwMy44MDIgNzcuOTc5MyAxMDMuODE0IDc3LjUwMDUgMTAzLjg1NiA3Ny4wMjRDMTA0LjA2OCA3Ni44OTM0IDEwNC4yNDUgNzcuMDA1MyAxMDQuNDE5IDc3LjA0ODlDMTA1LjkyNCA3Ny40NjUyIDEwNy4zOTIgNzguMDAzOCAxMDguODA5IDc4LjY1OTRDMTExLjEzOCA3OS43MTU2IDExMy4zMyA4MS4wNDk4IDExNS4zMzggODIuNjMyOEMxMTUuNDY5IDgyLjcxMzYgMTE1LjU5MyA4Mi43OTEzIDExNS43NTggODIuOTA5NVoiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0xMDQuNDcyIDEyOS42OThDMTA0LjM5MSAxMjkuNzk3IDEwNC4zMDQgMTI5Ljg5IDEwNC4yMSAxMjkuOTc4QzEwMy41NDIgMTMwLjU1NiA5Ni41ODM5IDEzNS43OTggOTYuMjE3IDEzNkM5NS43MjUxIDEzNS42ODkgOTUuMjUyNyAxMzUuMzQ5IDk0LjgwMjQgMTM0Ljk4QzkyLjc1NjYgMTMzLjM5NSA5MC42NzM1IDEzMS44NzEgODguNjY1IDEzMC4yNjdDODguNjY2IDEzMC4yMyA4OC42NzEyIDEzMC4xOTQgODguNjgwNiAxMzAuMTU4Qzg5LjU3OTEgMTI4Ljc3NCA5MC41NDYgMTI3LjQ1OSA5Mi4wMDExIDEyNi41NzlDOTMuMTE3IDEyNS44OTYgOTQuMzczNyAxMjUuNDc2IDk1LjY3NiAxMjUuMzUxQzk2LjY2MzEgMTI1LjI1NiA5Ny42NTg5IDEyNS4zMSA5OC42Mjk2IDEyNS41MTNDOTkuODcxMyAxMjUuNzgzIDEwMS4wMzUgMTI2LjMzMiAxMDIuMDM0IDEyNy4xMTdDMTAyLjg2IDEyNy43NzQgMTAzLjYwMSAxMjguNTMgMTA0LjI0MiAxMjkuMzY4QzEwNC4zMjkgMTI5LjQ4IDEwNC4zODEgMTI5LjU3NyAxMDQuNDcyIDEyOS42OThaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K"},Symbol.toStringTag,{value:"Module"})),tZ=Object.freeze(Object.defineProperty({__proto__:null,default:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkyIiBoZWlnaHQ9IjE5MiIgdmlld0JveD0iMCAwIDE5MiAxOTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03NS4yNDY5IDExMS45NzFMNzQuNzk2IDExNC4wNjlDNzYuMDAyNCAxMTUuMTA1IDc3LjI4MzMgMTE2LjAxOSA3OC40ODM0IDExNi45OTVDNzkuNjgzNSAxMTcuOTcxIDgwLjkzNjUgMTE4LjkyNiA4Mi4xNjQ2IDExOS44ODZMODUuODQ4OCAxMjIuNzc1TDg5LjU0ODYgMTI1LjY5MUM4OS4wNTQzIDEyNi4yMjYgODguNTU5OSAxMjYuNzA4IDg4LjEyNzggMTI3LjI0NkM4Ny42OTU2IDEyNy43ODMgODcuMzUwNSAxMjguMzM3IDg2Ljk3MTIgMTI4Ljg3OEM4Ni43MjU2IDEyOC44NzggODYuNjA0MyAxMjguNzIyIDg2LjQ2MTMgMTI4LjYxNEw4MC4wNzIxIDEyMy43NDJMNzQuMjI0IDExOS4yOTNDNzQuMTA1OCAxMTkuMjA1IDczLjk4NDYgMTE5LjEyOCA3My44MjI5IDExOS4wMTlDNzMuNzU5OSAxMTkuMTI3IDczLjcwODkgMTE5LjI0MiA3My42NzA2IDExOS4zNjFDNzMuMjUwOCAxMjEuMjk4IDcyLjgyOCAxMjMuMjM1IDcyLjQyNjkgMTI1LjE3MkM3MS44MjM4IDEyOC4wMzggNzEuMjM2MSAxMzAuOTA4IDcwLjYzOTIgMTMzLjc3OEM3MC42MTQzIDEzMy44OTYgNzAuNTY0NiAxMzQuMDExIDcwLjUxNzkgMTM0LjE2QzcwLjM5MDUgMTM0LjEyIDcwLjI5MSAxMzQuMDk4IDcwLjIwNyAxMzQuMDYxQzY4LjU0NjggMTMzLjMyNyA2Ni44OTI4IDEzMi41OSA2NS4yMzI1IDEzMS44NjNDNjMuMDMxMyAxMzAuODk2IDYwLjgyMzggMTI5Ljk0MSA1OC42MjI2IDEyOC45NzdMNTEuNzI5OCAxMjUuOTQ5TDQ5LjQxMzUgMTI0LjkzOUM0OS4yNzk4IDEyNC44OCA0OS4xNTU1IDEyNC44MDUgNDkgMTI0LjcyMUM0OS4yNDg3IDEyNC4wNjUgNDkuNjg0IDEyMy41NDMgNTAuMDA0MiAxMjIuOTU4QzUwLjMyNDUgMTIyLjM3NCA1MC42Nzg5IDEyMS44MzkgNTEuMDE3OCAxMjEuMjc5QzUxLjM1NjcgMTIwLjcyIDUxLjcxMTEgMTIwLjEzMiA1Mi4wNTMxIDExOS41NjZDNTIuMjczNyAxMTkuNTc3IDUyLjQ4NzggMTE5LjY0NSA1Mi42NzQ5IDExOS43NjJMNjAuNjA5MyAxMjMuMjYzQzYyLjE3NDIgMTIzLjk1MyA2My43MzcgMTI0LjY0MSA2NS4yOTc4IDEyNS4zMjdDNjUuNTQ3NSAxMjUuNDU3IDY1LjgxNDUgMTI1LjU1IDY2LjA5MDYgMTI1LjYwNEM2Ni4xNDM2IDEyNS41MTIgNjYuMTg4MyAxMjUuNDE1IDY2LjIyNDMgMTI1LjMxNUM2Ni42NjI3IDEyMy42OTggNjcuODU5NyAxMTcuNzk3IDY3Ljg2MjggMTE3LjI1QzY3LjY2NjUgMTE3LjA5OSA2Ny40NDU2IDExNi45ODMgNjcuMjA5OSAxMTYuOTA4TDYwLjQ5MTIgMTEzLjkzNkM1OS4zNzE5IDExMy40NDQgNTguMjQ5NSAxMTIuOTU2IDU3LjEzMDIgMTEyLjQ2MkM1Ni45Mjg5IDExMi40IDU2Ljc0NCAxMTIuMjk0IDU2LjU4OTMgMTEyLjE1MUM1Ni41OTg4IDExMi4wODUgNTYuNjE2NiAxMTIuMDIgNTYuNjQyMSAxMTEuOTU4QzU3LjU5NzYgMTEwLjM0MiA1OC41NTMyIDEwOC43MjcgNTkuNTA4NyAxMDcuMTE0QzU5LjU1OCAxMDcuMDU4IDU5LjYxMzIgMTA3LjAwNyA1OS42NzM1IDEwNi45NjJDNjEuMjY1MyAxMDcuNjA5IDYyLjgyMyAxMDguMzUyIDY0LjQwODYgMTA5LjAyOUM2NS45OTQyIDEwOS43MDcgNjcuNTE3NyAxMTAuNDIyIDY5LjEzMTMgMTExLjA5NEM2OS4xOTUyIDExMC45OCA2OS4yNDgzIDExMC44NiA2OS4yODk5IDExMC43MzZDNjkuNTAxMyAxMDkuODA0IDY5LjcwOTYgMTA4Ljg0MyA2OS45MTE3IDEwNy44OTVDNzAuMjMyOSAxMDYuMzkgNzAuNTUwMSAxMDQuODg0IDcwLjg2MzEgMTAzLjM3N0M3MC45MDY2IDEwMy4xNzIgNzAuOTM3NyAxMDIuOTY3IDcwLjk4MTIgMTAyLjczNEM3MC44MTk1IDEwMi42NDMgNzAuNjcwMyAxMDIuNTUgNzAuNTMzNSAxMDIuNDg1TDY0Ljg2MjUgOTkuOTk3NkM2NC42MTMzIDk5LjkxMjQgNjQuMzc4NCA5OS43ODk3IDY0LjE2NjEgOTkuNjMzOEM2NC4xODA2IDk5LjU1NDUgNjQuMjA0NiA5OS40NzczIDY0LjIzNzYgOTkuNDAzOEM2NS4xNTM3IDk3Ljg4NjUgNjYuMDcyIDk2LjM3MTQgNjYuOTkyMiA5NC44NTgzQzY3LjA2NjkgOTQuNzM3IDY3LjE2MzIgOTQuNjI1MSA2Ny4yNjkgOTQuNDc1OUM2Ny40NzczIDk0LjU1NjcgNjcuNjczMSA5NC42MjUxIDY3Ljg1OTcgOTQuNzA5MUM2OS4xNTYyIDk1LjI3MTggNzAuNDQ5NSA5NS44NDA4IDcxLjc0MjkgOTYuNDA2NkM3MS44OTUzIDk2LjQ3MTkgNzIuMDUzOCA5Ni41MjQ4IDcyLjIzNzMgOTYuNTlDNzIuMjkzMiA5Ni40Mjg0IDcyLjM1MjMgOTYuMjk3OCA3Mi4zODY1IDk2LjE1NzlDNzIuOTU1NSA5My43NzYzIDczLjkxMzEgODkuMDg0NyA3My45NDEgODguNTcxN0M3My43NTc2IDg4LjQzOCA3My41NTg2IDg4LjI4MjYgNzMuMzU2NSA4OC4xMzY1QzcxLjY1OTYgODYuOTE4NCA3MC4wNjI3IDg1LjU2NjkgNjguNTgxIDg0LjA5NDdDNjMuMTY2NSA3OC43MzY2IDU5LjQwNTYgNzEuOTM1NyA1Ny43NDU4IDY0LjUwMTJDNTcuNTc0OCA2My43MjA4IDU3LjQzNDkgNjIuOTQ2NyA1Ny4yNzY0IDYyLjE0NzdDNTcuMDk1OSA2MS4yMjk1IDU2LjYyODEgNjAuMzkyNSA1NS45NDA3IDU5Ljc1NzZDNTUuMjUzMyA1OS4xMjI3IDU0LjM4MTggNTguNzIyOCA1My40NTIyIDU4LjYxNTdDNTMuMzE0IDU4LjU5NTMgNTMuMTc3IDU4LjU2NzMgNTMuMDQxOCA1OC41MzE4QzUyLjkzMzEgNTcuNzE5MiA1Mi45MjQ4IDU2Ljg5NjQgNTMuMDE2OSA1Ni4wODE4QzUzLjE0ODYgNTYuMDQ5OCA1My4yODI4IDU2LjAyOSA1My40MTggNTYuMDE5N0M1NC4zNTA3IDU2LjAxOTcgNTUuMjgzNSA1Ni4wMTk3IDU2LjIxNjIgNTYuMDE5N0M1OC4xNzQ5IDU2LjAxOTcgNjAuMTM1NyA1Ni4wMTk3IDYyLjA5ODYgNTYuMDE5N0M2Mi4zMyA1NS45Nzc1IDYyLjU2ODcgNTYuMDAzNCA2Mi43ODU3IDU2LjA5NDNDNjIuOTAzOCA1Ny4zOTM5IDYzLjAwOTUgNTguNjkzNSA2My4xNDk0IDU5Ljk5QzYzLjMxMTQgNjEuMjg3MyA2My41NjA3IDYyLjU3MjIgNjMuODk1NiA2My44MzU5QzY0LjIwNDYgNjUuMDgzNyA2NC41OTQxIDY2LjMxMDIgNjUuMDYxNSA2Ny41MDc3QzY1LjUyMzggNjguNzMxOCA2Ni4wNTc0IDY5LjkyNzcgNjYuNjU5NiA3MS4wODk0QzY3LjI1NTQgNzIuMjQ4MiA2Ny45MTk5IDczLjM3MDUgNjguNjQ5NCA3NC40NTAzQzY5LjM4MjUgNzUuNTI5NCA3MC4xNzQ0IDc2LjU2NzMgNzEuMDIxNiA3Ny41NTk0QzcxLjg1ODIgNzguNTM2OSA3Mi43NDQ0IDc5LjQ3MDggNzMuNjc2OCA4MC4zNTc1Qzc0LjYzNTUgODEuMjUwNSA3NS42Mzg5IDgyLjA5NDEgNzYuNjgzMyA4Mi44ODUyQzc2LjgyMTQgODIuODA4NSA3Ni45NTUyIDgyLjcyNDUgNzcuMDg0MyA4Mi42MzM0Qzc4LjU4MzMgODEuNDMzNSA4MC4xOTUxIDgwLjM4MTggODEuODk3MiA3OS40OTMyQzgzLjg4NjggNzguNDIzNSA4NS45OTAzIDc3LjU4MDggODguMTY4MiA3Ni45ODExQzg4LjI4NjMgNzYuOTUgODguNDEwNyA3Ni45NDY5IDg4LjU1MzcgNzYuOTI1MUM4OC41Nzk0IDc3LjAxMDMgODguNTk3MSA3Ny4wOTc4IDg4LjYwNjYgNzcuMTg2M0M4OC42MDY2IDc5LjA1MTcgODguNjA2NiA4MC45Mjg2IDg4LjYwNjYgODIuODE2OEM4OC4zNTA2IDgyLjk3OTQgODguMDY3MiA4My4wOTQyIDg3Ljc3MDIgODMuMTU1N0M4Ni42ODAyIDgzLjQ4NzMgODUuNjIzNyA4My45MjAzIDg0LjYxNDUgODQuNDQ5MUM4NC4xMjk1IDg0LjcwNzEgODMuNjY2MiA4NC45OTk0IDgzLjIwOTIgODUuMzAxQzgyLjg1MzYgODUuNTIzMiA4Mi41NDc3IDg1LjgxNjQgODIuMzEwNyA4Ni4xNjIyQzgyLjM1NDIgODYuMzg5MiA4Mi41NDM5IDg2LjQxMDkgODIuNjg2OSA4Ni40NzMxQzg0Ljc4MSA4Ny40NzI3IDg2Ljk4MDQgODguMjM1IDg5LjI0MzkgODguNzQ1OEM4OS42Mzk0IDg4Ljg2NDYgOTAuMDQ3NCA4OC45MzY2IDkwLjQ1OTYgODguOTYwNEM5MC41MDU1IDg4LjM3MjkgOTAuNTE5IDg3Ljc4MzQgOTAuNSA4Ny4xOTQ0QzkwLjUgODYuNTcyNiA5MC41IDg1Ljk2OTQgOTAuNSA4NS4zNlY4MS44Mzc1QzkwLjUgODEuMjQ2NyA5MC41IDgwLjY1NiA5MC41IDgwLjA2NTNDOTAuNSA3OS40NzQ2IDkwLjUgNzguODQzNCA5MC41IDc4LjIzMDlWNzYuNDUyNUM5MS45NTUxIDc1LjQ4MjUgOTMuNDQ3NCA3NC42MzA2IDk0Ljk0MjkgNzMuNjU0NEM5NC45ODAyIDczLjgzMTYgOTUuMDA4MiA3My45MDkzIDk1LjAxNDQgNzMuOTg3Qzk1LjA4MjggNzUuMjMwNyA5NS4wMzYyIDk0Ljk1NzggOTQuOTU4NCA5NS40NjQ2Qzk0LjgyNTIgOTUuNDk3MSA5NC42OTAzIDk1LjUyMiA5NC41NTQyIDk1LjUzOTJDOTMuODU5NiA5NS41NTQzIDkzLjE2NSA5NS41MTE2IDkyLjQ3NzQgOTUuNDExN0M4OS4zMjUyIDk1LjA5ODcgODYuMjIzMSA5NC40MDEzIDgzLjI0MDMgOTMuMzM0OEM4Mi4xNjQ2IDkyLjk1NTUgODEuMTE2OCA5Mi41MTQgODAuMDc1MyA5Mi4wNTM5Qzc5LjkyNiA5MS45ODg2IDc5Ljc2NDQgOTEuOTM4OSA3OS42MzM4IDkxLjg4NkM3OS40MjU1IDkyLjAzODQgNzkuNDM0OCA5Mi4yNDM2IDc5LjM5NzUgOTIuNDIwOEM3OS4wNDUxIDk0LjAyNTEgNzguNjk5IDk1LjYzMjUgNzguMzU5IDk3LjI0M0M3Ny42NTY0IDEwMC41NDEgNzYuOTU1OCAxMDMuODM4IDc2LjI1NzMgMTA3LjEzNkM3Ni4yNTczIDEwNy4yMTcgNzYuMjMyNCAxMDcuMzAxIDc2LjIxNjkgMTA3LjM5N0M3Ni4yNjYgMTA3LjQ2NCA3Ni4zMjEyIDEwNy41MjcgNzYuMzgxNyAxMDcuNTg0Qzc3LjAxNTkgMTA4LjEwNiA3Ny42NTMzIDEwOC42MjQgNzguMjkzOCAxMDkuMTM4Qzc5Ljc1OTIgMTEwLjMxNCA4MS4yMjU2IDExMS40ODYgODIuNjkzMSAxMTIuNjU1Qzg0LjIwNzIgMTEzLjg2NCA4NS43Mjc2IDExNS4wNyA4Ny4yMzU1IDExNi4yOTJDODcuMzY3MiAxMTYuNDEgODcuNTIzMiAxMTYuNDk4IDg3LjY5MjQgMTE2LjU0OUM4Ny44NjE2IDExNi42IDg4LjAzOTkgMTE2LjYxMyA4OC4yMTQ4IDExNi41ODhDODkuMzQ2NSAxMTYuNDUxIDkwLjQ4MTQgMTE2LjMzOSA5MS42MTYyIDExNi4yNThDOTEuODAzNSAxMTYuMjUzIDkxLjk4NjkgMTE2LjIwNCA5Mi4xNTIxIDExNi4xMTVDOTIuMzE3MiAxMTYuMDI3IDkyLjQ1OTUgMTE1LjkwMSA5Mi41Njc1IDExNS43NDhDOTMuMjY3MSAxMTQuODE1IDkzLjk5NzcgMTEzLjkyIDk0LjcxNTkgMTEzLjAxMkM5NC44MDYxIDExMi45IDk0LjkwMjUgMTEyLjc5MSA5NC45ODY0IDExMi43MDFDOTUuMTkxNiAxMTIuNzc2IDk1LjEzMjUgMTEyLjkyNSA5NS4xMzI1IDExMy4wMzdDOTUuMTMyNSAxMTQuNDQ5IDk1LjEzMjUgMTE1Ljg2MSA5NS4xMzI1IDExNy4yNzVDOTUuMTMyNSAxMTkuMTQgOTUuMTMyNSAxMjAuOTg3IDk1LjExMzkgMTIyLjg0M0M5NS4xMTM5IDEyMi45ODYgOTUuMDg5IDEyMy4xMjkgOTUuMDczNSAxMjMuMjg4Qzk0LjQ1MTYgMTIzLjQ0OSA5My44Mjk4IDEyMy41NzcgOTMuMjI2NyAxMjMuNzdDOTIuNjIzNSAxMjMuOTYyIDkyLjA0ODMgMTI0LjIxNyA5MS40MTQxIDEyNC40NjNDOTEuMjk3NiAxMjQuNDAzIDkxLjE4NTQgMTI0LjMzNiA5MS4wNzgzIDEyNC4yNjFDODkuMzM1MSAxMjIuODk5IDg3LjU5MiAxMjEuNTM0IDg1Ljg0ODggMTIwLjE2Nkw3OS44MjM0IDExNS40NDdMNzUuOTM3MSAxMTIuNDAzQzc1Ljc0NjUgMTEyLjIwNCA3NS41MDkzIDExMi4wNTUgNzUuMjQ2OSAxMTEuOTcxWiIgZmlsbD0iYmxhY2siLz4KPHBhdGggZD0iTTExNS43NTggODIuOTA5NUMxMTkuOTcxIDc5Ljc3OTEgMTIzLjQxNiA3NS43MzE2IDEyNS44MzQgNzEuMDczMkMxMjguMjU3IDY2LjQ2NTkgMTI5LjU2NSA2MS4zNTQzIDEyOS42NTIgNTYuMTQ5NkMxMjkuNzI0IDU2LjA3MTkgMTI5LjczNiA1Ni4wNTMyIDEyOS43NTUgNTYuMDQzOUMxMjkuNzczIDU2LjAzMyAxMjkuNzkzIDU2LjAyNjYgMTI5LjgxNCA1Ni4wMjUyQzEzMC4wMDQgNTYuMDI1MiAxMzAuMTkzIDU2LjAwNjYgMTMwLjM4MyA1Ni4wMDY2SDEzOS4zMDNDMTM5LjM0MyA1Ni4wMTQyIDEzOS4zOCA1Ni4wMjg5IDEzOS40MTUgNTYuMDUwMUMxMzkuNTM0IDU2Ljg2NDggMTM5LjU0NiA1Ny42OTE3IDEzOS40NDkgNTguNTA5NEMxMzkuMzEzIDU4LjU0NjcgMTM5LjE3NSA1OC41NzY4IDEzOS4wMzYgNTguNTk5NkMxMzguMDc4IDU4LjY5OTYgMTM3LjE4IDU5LjExMTcgMTM2LjQ4IDU5Ljc3MjRDMTM1Ljc4IDYwLjQzMzEgMTM1LjMxNyA2MS4zMDU4IDEzNS4xNjIgNjIuMjU1OEMxMzQuODkxIDYzLjY4NiAxMzQuNjA1IDY1LjExIDEzNC4yMjkgNjYuNTEyMkMxMzMuOCA2OC4wNTU0IDEzMy4yODEgNjkuNTcyMSAxMzIuNjc0IDcxLjA1NDVDMTMxLjUzIDczLjg0NzcgMTMwLjA2NCA3Ni40OTggMTI4LjMwNiA3OC45NTE2QzEyNy4yMjcgODAuNDYyMyAxMjYuMDQxIDgxLjg5MzEgMTI0Ljc1NiA4My4yMzI4QzEyMy4zNDMgODQuNzEyMSAxMjEuODI0IDg2LjA4NTkgMTIwLjIxIDg3LjM0M0MxMTkuODQzIDg3LjYyNTkgMTE5LjQ2NCA4Ny44OTMzIDExOS4wOTEgODguMTdMMTE4LjUwNiA4OC42MDIyQzExOC42MzQgODkuNDk3NiAxMTguODcgOTAuMzcxMyAxMTkuMDQ0IDkxLjI1NDJDMTE5LjIxOCA5Mi4xMzcyIDExOS40MjMgOTMuMDI2NCAxMTkuNjEgOTMuOTE1NkMxMTkuNzk3IDk0LjgwNDggMTE5Ljk3NCA5NS42Nzg1IDEyMC4yMDQgOTYuNTg2M0MxMjAuNTY1IDk2LjQ4NCAxMjAuOTE2IDk2LjM0NzYgMTIxLjI1MiA5Ni4xNzlDMTIxLjU4MSA5Ni4wNDIyIDEyMS45MDggOTUuODkzIDEyMi4yMzcgOTUuNzVDMTIyLjU2NyA5NS42MDcgMTIyLjg5IDk1LjQ1NzcgMTIzLjIyIDk1LjMxNzhDMTIzLjU0OSA5NS4xNzc5IDEyMy44ODIgOTUuMDQ0MiAxMjQuMjExIDk0LjkwMTJDMTI0LjUyNCA5NC43Mzg2IDEyNC44NDkgOTQuNjAzMyAxMjUuMTg1IDk0LjQ5N0MxMjUuNTM2IDk0Ljg5NSAxMjcuODMgOTguNjI1OSAxMjguMzE1IDk5LjU3NzNDMTI4LjIxOSA5OS43OTQ5IDEyNy45ODkgOTkuODI2IDEyNy44MDYgOTkuOTA2OEMxMjYuMzYzIDEwMC41NTQgMTI0LjkxNCAxMDEuMTg4IDEyMy40NjggMTAxLjgyOEMxMjIuODQ3IDEwMi4xMDggMTIyLjIwMyAxMDIuMzk0IDEyMS41MzUgMTAyLjY5NkMxMjEuNTM1IDEwMi44NjMgMTIxLjU0OCAxMDMuMDMgMTIxLjU3MiAxMDMuMTk2QzEyMi4wMzYgMTA1LjQwNCAxMjIuNTA2IDEwNy42MDkgMTIyLjk4IDEwOS44MTJDMTIzLjA1NiAxMTAuMjQxIDEyMy4xNiAxMTAuNjYzIDEyMy4yOTEgMTExLjA3OEMxMjMuNDE3IDExMS4wNTcgMTIzLjU0MiAxMTEuMDI4IDEyMy42NjQgMTEwLjk5MUMxMjMuOTU3IDExMC44NjkgMTI0LjI0MyAxMTAuNzM2IDEyNC41MzIgMTEwLjYwOEwxMzIuNDk0IDEwNy4wOTVDMTMyLjU4NyAxMDcuMDU1IDEzMi42ODcgMTA3LjAyIDEzMi43NjggMTA2Ljk4OUMxMzMuMDIzIDEwNy4wNjcgMTMzLjA3OSAxMDcuMyAxMzMuMTg3IDEwNy40NjJDMTMzLjgwOSAxMDguNTM1IDEzNC40MzEgMTA5LjYxIDEzNS4wNzEgMTEwLjY4M0wxMzUuODkyIDExMi4wNzlDMTM1LjgzNiAxMTIuMzEyIDEzNS42NSAxMTIuMzQgMTM1LjUwMSAxMTIuNDA1QzEzNC4zNjMgMTEyLjkwNiAxMzMuMjIyIDExMy4zOTcgMTMyLjA4MSAxMTMuODk4TDEyNS4wNzYgMTE2Ljk3OUMxMjQuOTA4IDExNy4wNTMgMTI0Ljc0MyAxMTcuMTQ3IDEyNC41NDcgMTE3LjI0NkMxMjUuMDkxIDExOS45MzYgMTI1LjY3MyAxMjIuNTg4IDEyNi4yMzUgMTI1LjI0M0MxMjYuMjczIDEyNS4zNjEgMTI2LjMxOCAxMjUuNDc4IDEyNi4zNjkgMTI1LjU5MUMxMjYuNjY5IDEyNS41NDkgMTI2Ljk1OCAxMjUuNDUxIDEyNy4yMjEgMTI1LjMwMkwxMzUuMjY0IDEyMS43NTRMMTM5LjgzNSAxMTkuNzQ2TDE0MC4zMzIgMTE5LjUzNEMxNDAuNDI4IDExOS42MzkgMTQwLjUxOCAxMTkuNzUgMTQwLjU5OSAxMTkuODY3QzE0MS4yMjEgMTIwLjkxMiAxNDEuODYyIDEyMS45NjMgMTQyLjQ5MyAxMjMuMDFDMTQyLjcwMSAxMjMuMzUyIDE0Mi45MjIgMTIzLjY4OCAxNDMuMTE1IDEyNC4wM0MxNDMuMjYgMTI0LjIzNSAxNDMuMzgxIDEyNC40NTYgMTQzLjQ3NSAxMjQuNjg5QzE0My40MTMgMTI0Ljc0OCAxNDMuMzc2IDEyNC44MDQgMTQzLjMyMyAxMjQuODI2TDEyMi4wMSAxMzQuMTUzQzEyMS45MzkgMTM0LjA4OCAxMjEuODgxIDEzNC4wMDggMTIxLjg0MSAxMzMuOTE5QzEyMS44MDEgMTMzLjgzIDEyMS43NzkgMTMzLjczNSAxMjEuNzc3IDEzMy42MzdDMTIxLjQwMSAxMzEuOCAxMjEuMDI4IDEyOS45NjIgMTIwLjY0MiAxMjguMTI4QzEyMC4wNDggMTI1LjMwMiAxMTkuNDQyIDEyMi40NzkgMTE4Ljg0MiAxMTkuNjU2QzExOC43OTkgMTE5LjQ1NyAxMTguNzMzIDExOS4yNjEgMTE4LjY2OCAxMTkuMDE1QzExOC4xMDUgMTE5LjM3IDExNy41NjUgMTE5Ljc1OSAxMTcuMDUxIDEyMC4xODFDMTE2LjU0MSAxMjAuNTU3IDExNi4wNSAxMjAuOTUyIDExNS41NDYgMTIxLjMzOEwxMTMuOTkyIDEyMi41MTlDMTEzLjQ3IDEyMi45MTUgMTEyLjk1MSAxMjMuMzEyIDExMi40MzcgMTIzLjcxQzExMS45MzQgMTI0LjA5NSAxMTEuNDM2IDEyNC40ODQgMTEwLjkzMyAxMjQuODY3QzExMC40MjkgMTI1LjI0OSAxMDkuODg1IDEyNS42NSAxMDkuMzc4IDEyNi4wNDVDMTA4Ljg3MSAxMjYuNDQgMTA4LjM4IDEyNi44MjUgMTA3Ljg3NiAxMjcuMjA1QzEwNy4zNzMgMTI3LjU4NCAxMDYuODI5IDEyNy45ODUgMTA2LjI4OCAxMjguMzg2QzEwNi4yMTEgMTI4LjM0OSAxMDYuMTQgMTI4LjMwMiAxMDYuMDc2IDEyOC4yNDZDMTA1LjM5NCAxMjcuNDE0IDEwNC42NTcgMTI2LjYyOCAxMDMuODcyIDEyNS44OTNDMTAzLjgyNyAxMjUuODMzIDEwMy43ODkgMTI1Ljc2OCAxMDMuNzYgMTI1LjdDMTA0LjM4MiAxMjUuMTMxIDEwNS4wNjMgMTI0LjY0IDEwNS43MTYgMTI0LjEyQzEwNi4zNjggMTIzLjYwMSAxMDcuMDggMTIzLjA1NyAxMDcuNzYxIDEyMi41MjVMMTA5Ljc1MSAxMjAuOTcxTDExMS43MzggMTE5LjQxNkwxMTMuNzI1IDExNy44NjJMMTE1Ljc2NCAxMTYuMjU3TDExNy43NzYgMTE0LjY3OEMxMTcuNjc0IDExMy45NTQgMTE3LjUyNSAxMTMuMjM4IDExNy4zMzEgMTEyLjUzM0MxMTcuMjEgMTEyLjU4IDExNy4wOTQgMTEyLjYzNyAxMTYuOTgzIDExMi43MDRDMTE2LjQzMSAxMTMuMTMxIDExNS44ODMgMTEzLjU1OSAxMTUuMzM4IDExMy45ODhDMTExLjQyMSAxMTcuMDU4IDEwNy41MDIgMTIwLjEyNSAxMDMuNTgzIDEyMy4xOTFDMTAzLjEwNCAxMjMuNTcgMTAyLjYxOSAxMjMuOTQzIDEwMi4xMzQgMTI0LjMxNkMxMDIuMDUzIDEyNC4zNzggMTAxLjk2MyAxMjQuNDMxIDEwMS44ODggMTI0LjQ4MUMxMDEuMTE0IDEyNC4xOTggMTAwLjM3NyAxMjMuODc4IDk5LjYxMjQgMTIzLjY2NkM5OC44NDc2IDEyMy40NTUgOTguMDkyMSAxMjMuMzU2IDk3LjI4MDYgMTIzLjIwNkM5Ny4yODA2IDEyMy4wNjYgOTcuMjM3MSAxMjIuODk1IDk3LjIzNzEgMTIyLjc0Nkw5Ny4yODM3IDExNS43ODhDOTcuMjgzNyAxMTQuOTAzIDk3LjI5NTEgMTE0LjAxNyA5Ny4zMTc5IDExMy4xM0M5Ny4zMTc5IDExMi45OTMgOTcuMzUyMSAxMTIuODU2IDk3LjM3NyAxMTIuNjdDOTcuNTY5OCAxMTIuNzg4IDk3LjczMSAxMTIuOTUxIDk3Ljg0NjQgMTEzLjE0NUM5OC41Mzk4IDExNC4wMjIgOTkuMjQ1NSAxMTQuODg5IDk5LjkwNDcgMTE1Ljc4OEMxMDAuMDEzIDExNS45NDIgMTAwLjE1NiAxMTYuMDY3IDEwMC4zMjMgMTE2LjE1NEMxMDAuNDg5IDExNi4yNCAxMDAuNjc0IDExNi4yODYgMTAwLjg2MiAxMTYuMjg1QzEwMS45NzUgMTE2LjM3IDEwMy4wODcgMTE2LjQ3NCAxMDQuMTk4IDExNi41OTZDMTA0LjM4MyAxMTYuNjI3IDEwNC41NzIgMTE2LjYxNyAxMDQuNzUyIDExNi41NjZDMTA0LjkzMiAxMTYuNTE2IDEwNS4wOTggMTE2LjQyNiAxMDUuMjQgMTE2LjMwNEMxMDcuMTcxIDExNC43NSAxMDkuMTE3IDExMy4xOTUgMTExLjA2IDExMS42NEwxMTUuNzUyIDEwNy44ODVDMTE1LjkxMyAxMDcuNzU0IDExNi4wNjMgMTA3LjYxNyAxMTYuMjU1IDEwNy40NTlDMTE2LjIyNCAxMDcuMjUgMTE2LjIwMiAxMDcuMDQ1IDExNi4xNTkgMTA2LjgzN0MxMTUuNjAzIDEwNC4yNjMgMTE1LjA0OCAxMDEuNjg2IDExNC40OTIgOTkuMTA3OEMxMTQuMDM5IDk2Ljk4NDMgMTEzLjU5NCA5NC44NjA4IDExMy4xNDMgOTIuNzM0MkMxMTMuMDg3IDkyLjQ2OTkgMTEzLjAyOCA5Mi4yMDU2IDExMi45NzggOTEuOTc4N0MxMTIuOTA2IDkxLjkzODYgMTEyLjgyMyA5MS45MjA3IDExMi43NDEgOTEuOTI3M0MxMTIuNjU5IDkxLjkzNCAxMTIuNTggOTEuOTY0OCAxMTIuNTE1IDkyLjAxNkMxMTAuNjkxIDkyLjg1NCAxMDguODAzIDkzLjU0NjQgMTA2Ljg2OSA5NC4wODY2QzEwNC41NCA5NC43NjUgMTAyLjE1MiA5NS4yMjEgOTkuNzM2OCA5NS40NDg0Qzk5LjEzMDYgOTUuNTI2IDk4LjUxOTcgOTUuNTYwMyA5Ny45MDg2IDk1LjU1MUM5Ny43ODQzIDk1LjU1MSA5Ny42NjMgOTUuNTIzIDk3LjUwNDQgOTUuNTA0NEM5Ny40ODU4IDk1LjMyNCA5Ny40NTQ3IDk1LjE2MjQgOTcuNDUxNiA5NS4wMDA3Qzk3LjQ1MTYgOTIuMDUxMiA5Ny40NTE2IDg5LjA5OTcgOTcuNDUxNiA4Ni4xNDZDOTcuNDUxNiA4Mi44NTY2IDk3LjQ1MTYgNzkuNTY2MiA5Ny40NTE2IDc2LjI3NDdDOTcuNDUxNiA3NS42IDk3LjQ1MTYgNzQuOTI1NCA5Ny40NTE2IDc0LjI1MDdDOTcuNDUxNiA3NC4wOTIxIDk3LjQ3NjUgNzMuOTM5OCA5Ny40ODg5IDczLjc3ODFDOTcuNTY5NyA3My43NzgxIDk3LjYxOTUgNzMuNzUwMSA5Ny42NDc1IDczLjc3ODFDOTkuMDY1MiA3NC42NDg2IDEwMC40ODMgNzUuNTIyMyAxMDEuODU0IDc2LjM3MTFDMTAxLjk1MSA3Ni42MDM4IDEwMS45ODMgNzYuODU4NCAxMDEuOTQ3IDc3LjEwNzlDMTAxLjk0NyA4MC44Mzg4IDEwMS45NDcgODQuNTY5NyAxMDEuOTQ3IDg4LjMwMDZDMTAxLjk0NyA4OC41MDg5IDEwMS45NDcgODguNzE3MiAxMDEuOTY2IDg4Ljk2MjlDMTAyLjA3OCA4OC45NzA3IDEwMi4xOSA4OC45NzA3IDEwMi4zMDIgODguOTYyOUMxMDQuOTMyIDg4LjQ0ODEgMTA3LjQ4NSA4Ny41OTk3IDEwOS45IDg2LjQzODNDMTA5Ljk3NSA4Ni40MDQxIDExMC4wNDMgODYuMzU0MyAxMTAuMTUyIDg2LjI4OUMxMTAuMTE0IDg2LjE3NyAxMTAuMDU3IDg2LjA3MTkgMTA5Ljk4NCA4NS45NzgxQzEwOS42NzYgODUuNjkxIDEwOS4zNTIgODUuNDIxMSAxMDkuMDE0IDg1LjE2OThDMTA4LjA0OCA4NC41MjE4IDEwNy4wMDMgODMuOTk5NSAxMDUuOTA1IDgzLjYxNTJDMTA1LjQ3MyA4My40NDczIDEwNS4wMjggODMuMzA0MyAxMDQuNTkgODMuMTYxM0wxMDMuODg3IDgyLjkxMjZDMTAzLjgxMSA4Mi40MjMyIDEwMy43ODkgODEuOTI2OSAxMDMuODIyIDgxLjQzMjdDMTAzLjgyMiA4MC45MjU5IDEwMy44MjIgODAuNDE5MSAxMDMuODIyIDc5LjkxMjNDMTAzLjgyMiA3OS40MDU1IDEwMy44MjIgNzguOTQyMyAxMDMuODIyIDc4LjQ1NzNDMTAzLjgwMiA3Ny45NzkzIDEwMy44MTQgNzcuNTAwNSAxMDMuODU2IDc3LjAyNEMxMDQuMDY4IDc2Ljg5MzQgMTA0LjI0NSA3Ny4wMDUzIDEwNC40MTkgNzcuMDQ4OUMxMDUuOTI0IDc3LjQ2NTIgMTA3LjM5MiA3OC4wMDM4IDEwOC44MDkgNzguNjU5NEMxMTEuMTM4IDc5LjcxNTYgMTEzLjMzIDgxLjA0OTggMTE1LjMzOCA4Mi42MzI4QzExNS40NjkgODIuNzEzNiAxMTUuNTkzIDgyLjc5MTMgMTE1Ljc1OCA4Mi45MDk1WiIgZmlsbD0iYmxhY2siLz4KPHBhdGggZD0iTTEwNC40NzIgMTI5LjY5OEMxMDQuMzkxIDEyOS43OTcgMTA0LjMwNCAxMjkuODkgMTA0LjIxIDEyOS45NzhDMTAzLjU0MiAxMzAuNTU2IDk2LjU4MzkgMTM1Ljc5OCA5Ni4yMTcgMTM2Qzk1LjcyNTEgMTM1LjY4OSA5NS4yNTI3IDEzNS4zNDkgOTQuODAyNCAxMzQuOThDOTIuNzU2NiAxMzMuMzk1IDkwLjY3MzUgMTMxLjg3MSA4OC42NjUgMTMwLjI2N0M4OC42NjYgMTMwLjIzIDg4LjY3MTIgMTMwLjE5NCA4OC42ODA2IDEzMC4xNThDODkuNTc5MSAxMjguNzc0IDkwLjU0NiAxMjcuNDU5IDkyLjAwMTEgMTI2LjU3OUM5My4xMTcgMTI1Ljg5NiA5NC4zNzM3IDEyNS40NzYgOTUuNjc2IDEyNS4zNTFDOTYuNjYzMSAxMjUuMjU2IDk3LjY1ODkgMTI1LjMxIDk4LjYyOTYgMTI1LjUxM0M5OS44NzEzIDEyNS43ODMgMTAxLjAzNSAxMjYuMzMyIDEwMi4wMzQgMTI3LjExN0MxMDIuODYgMTI3Ljc3NCAxMDMuNjAxIDEyOC41MyAxMDQuMjQyIDEyOS4zNjhDMTA0LjMyOSAxMjkuNDggMTA0LjM4MSAxMjkuNTc3IDEwNC40NzIgMTI5LjY5OFoiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0xMDkuNDcyIDEwMS4zNzRDMTA5LjUyMiAxMDEuNTAyIDEwOS41NjIgMTAxLjU1OCAxMDkuNTU5IDEwMS42MTFDMTA5LjYwMiAxMDMuMTYxIDEwOS4xNTEgMTA0LjY4NSAxMDguMjcyIDEwNS45NjNDMTA3LjkyMSAxMDYuNDggMTA3LjQ1NCAxMDYuOTA4IDEwNi45MDkgMTA3LjIxNEMxMDYuMzY0IDEwNy41MiAxMDUuNzU2IDEwNy42OTUgMTA1LjEzMiAxMDcuNzI2QzEwMy4zNDcgMTA3Ljg0NyAxMDEuNTYgMTA3Ljg5NyA5OS43NzE5IDEwNy45NzVDOTkuNjk0MiAxMDcuOTc1IDk5LjYxOTUgMTA3Ljk3NSA5OS41NDE4IDEwNy45NTlDOTkuNTM3OCAxMDcuOTI2IDk5LjUzNzggMTA3Ljg5MyA5OS41NDE4IDEwNy44NkM5OS41NDQgMTA3LjgzOSA5OS41NTQxIDEwNy44MiA5OS41Njk4IDEwNy44MDdMMTA4LjkyNSAxMDEuNjkxQzEwOS4wODQgMTAxLjU4MyAxMDkuMjU1IDEwMS40OTkgMTA5LjQ3MiAxMDEuMzc0WiIgZmlsbD0iYmxhY2siLz4KPHBhdGggZD0iTTkyLjg5MzIgMTA3Ljk0MUM5Mi42MTk2IDEwNy45NDEgOTIuMzQ2IDEwNy45NDEgOTIuMDc1NSAxMDcuOTQxQzkwLjYwMTggMTA3Ljg3OSA4OS4xMzEyIDEwNy44MTcgODcuNjU3NSAxMDcuNzM5Qzg3LjMyMTYgMTA3LjcyNyA4Ni45ODc1IDEwNy42ODUgODYuNjU5NSAxMDcuNjExQzg2LjExMzYgMTA3LjQ4OSA4NS41OTgzIDEwNy4yNTYgODUuMTQ1MSAxMDYuOTI4Qzg0LjY5MTggMTA2LjYgODQuMzEwMSAxMDYuMTgzIDg0LjAyMyAxMDUuNzAyQzgzLjI3MDcgMTA0LjQ3MyA4Mi44OTA2IDEwMy4wNTIgODIuOTI4NiAxMDEuNjExQzgyLjkzODEgMTAxLjU1NSA4Mi45NTI2IDEwMS41IDgyLjk3MjIgMTAxLjQ0NkM4My4wODYxIDEwMS40NTkgODMuMTk3MyAxMDEuNDg5IDgzLjMwMTcgMTAxLjUzNkM4My44MTc4IDEwMS44NDcgODQuMzIxNSAxMDIuMjA1IDg0LjgzMTQgMTAyLjUzN0w5Mi41MDc3IDEwNy41MzFDOTIuNjYgMTA3LjYzIDkyLjgwMzEgMTA3Ljc0MiA5Mi45NDkyIDEwNy44NDFMOTIuODkzMiAxMDcuOTQxWiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg=="},Symbol.toStringTag,{value:"Module"}));Ne.AssetBrandService=kw,Ne.AssetNameService=tl,Ne.AssetsServices=hi,Ne.DialogDamageLog=M1,Ne.DialogMissingLog=u1,Ne.DialogTransferLog=A1,Ne.DisposalAPI=Xc,Ne.DisposalServices=Du,Ne.FilterMatchMode=hn,Ne.Focus=l1,Ne.LibConfig=YN,Ne.Presets=hh,Ne.RoutineAPI=_N,Ne.RoutineServices=bw,Ne.TSApproverInfo=d1,Ne.TSAssetInfo=As,Ne.TSBadge=Lt,Ne.TSBadgeGroup=B1,Ne.TSBreadcrumb=L1,Ne.TSButton=$e,Ne.TSButtonAddByScan=x1,Ne.TSButtonBulkAction=Hd,Ne.TSButtonCopy=Wd,Ne.TSButtonDownload=Y1,Ne.TSButtonFilter=Ms,Ne.TSButtonLogHistory=F1,Ne.TSButtonRadio=Xd,Ne.TSButtonScan=Ra,Ne.TSButtonSearch=Ns,Ne.TSButtonSearchByScan=eM,Ne.TSButtonSelectTree=nc,Ne.TSButtonSelectUser=Sp,Ne.TSButtonSync=kp,Ne.TSButtonToggle=Up,Ne.TSButtonViewLog=bp,Ne.TSCalendar=vp,Ne.TSCard=xg,Ne.TSCarousel=Gp,Ne.TSCheckbox=_a,Ne.TSCustomColumn=fg,Ne.TSDataTable=ps,Ne.TSDatePicker=Pp,Ne.TSDayPicker=Hp,Ne.TSDialog=Bi,Ne.TSDialogApprovalList=Rd,Ne.TSDialogAssetNameDetail=Jp,Ne.TSDialogConfirm=Cr,Ne.TSDialogForm=Ic,Ne.TSDialogLinkedAsset=Wp,Ne.TSDialogPrintQR=gI,Ne.TSDialogReportDamage=NI,Ne.TSDialogReportMissing=EI,Ne.TSDialogReportTag=Hg,Ne.TSDialogSelectAsset=Qp,Ne.TSDialogSelectTree=sg,Ne.TSDialogSelectUser=jg,Ne.TSDisposalReport=yI,Ne.TSDropdown=gs,Ne.TSFileUpload=jI,Ne.TSFilterContainer=Is,Ne.TSForm=Cg,Ne.TSIcon=Je,Ne.TSImage=Ci,Ne.TSImageCompressor=g0,Ne.TSInlineMessage=$d,Ne.TSInputBadge=ef,Ne.TSInputCurrency=rf,Ne.TSInputEmail=af,Ne.TSInputNumber=lM,Ne.TSInputOTP=sf,Ne.TSInputPassword=uf,Ne.TSInputPhoneNumber=df,Ne.TSInputRangeNumber=gf,Ne.TSInputSearch=Nf,Ne.TSInputText=Lc,Ne.TSInputURL=hf,Ne.TSLoading=Ef,Ne.TSMenu=Tf,Ne.TSMultiSelect=Ga,Ne.TSOverlayPanel=eg,Ne.TSPaginator=yf,Ne.TSProgressBar=pf,Ne.TSSteps=If,Ne.TSTabMenu=Cc,Ne.TSTagType=fs,Ne.TSTextarea=Cs,Ne.TSTimeline=zc,Ne.TSToast=ua,Ne.TSToastService=RN,Ne.TSTransactionRoles=Df,Ne.TSTree=og,Ne.TSTreeSearchInput=tg,Ne.TSUserWithIcon=Ul,Ne.TSValidatorMessage=bn,Ne.TSi18n=wf,Ne.Tooltip=s1,Ne.TreeAPI=wu,Ne.VueHtmlToPaper=c1,Ne.checkRouteAccess=Sk,Ne.clearStorage=Eh,Ne.default=KW,Ne.exportToExcel=YT,Ne.filterNodeKeys=Od,Ne.flattenTreeNodeChildren=bd,Ne.forceLogout=ol,Ne.formatCurrency=kk,Ne.formatDate=To,Ne.formatDateReadable=mk,Ne.formatUserName=iA,Ne.formatVowelSoundLabel=rA,Ne.getBaseURL=Ok,Ne.getCurrency=UA,Ne.getHostName=Yk,Ne.getImageURL=sa,Ne.getNestedProperyValue=cs,Ne.getSeverityByAssetStatus=Zy,Ne.getSystemRole=RT,Ne.getTransactionRole=yo,Ne.getUserLocale=FT,Ne.handleTokenExpiration=QB,Ne.hasAnyManagerRole=Lk,Ne.hasAnyMonitoringReportRole=xk,Ne.hasApprovalRole=Qk,Ne.hasManagerRole=Bk,Ne.hasMonitoringReportRole=zk,Ne.hasStaffRole=Ck,Ne.hasSystemRole=wk,Ne.hasTransactionRole=jk,Ne.isObjectEmpty=Yb,Ne.listenSidebarChanges=Uk,Ne.parseNodeKeys=Xy,Ne.reLogin=Ob,Ne.unListenSidebarChanges=bk,Ne.useField=ZW,Ne.useForm=WW,Ne.useI18n=Ma,Ne.useLoadingStore=ri,Ne.useToast=zn,Object.defineProperties(Ne,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
610
+ `.concat(-this.coordinates.left/e-s.rotate.left-s.scale.left,"px,").concat(-this.coordinates.top/e-s.rotate.top-s.scale.top,"px) ")+JI(t),this.transitions&&this.transitions.enabled&&(a.transition="".concat(this.transitions.time,"ms ").concat(this.transitions.timingFunction)),a}return{}},size:function(){return{width:this.width||this.calculatedSize.width,height:this.height||this.calculatedSize.height}},imageSize:function(){return{width:this.image.width||this.calculatedImageSize.width,height:this.image.height||this.calculatedImageSize.height}}},watch:{image:function(e){(e.width||e.height)&&this.onChangeImage()}},mounted:function(){var e=this;this.onChangeImage(),this.$refs.image.addEventListener("load",function(){e.refreshImage()}),window.addEventListener("resize",this.refresh),window.addEventListener("orientationchange",this.refresh)},unmounted:function(){window.removeEventListener("resize",this.refresh),window.removeEventListener("orientationchange",this.refresh)},methods:{refreshImage:function(){var e=this.$refs.image;this.calculatedImageSize.height=e.naturalHeight,this.calculatedImageSize.width=e.naturalWidth},refresh:function(){var e=this.$refs.root;this.width||(this.calculatedSize.width=e.clientWidth),this.height||(this.calculatedSize.height=e.clientHeight)},onChangeImage:function(){var e=this.$refs.image;e&&e.complete&&this.refreshImage(),this.refresh()}}};ZI.render=function(e,t,n,i,o,a){return r.openBlock(),r.createBlock("div",{ref:"root",class:a.classes.root,style:a.style},[r.createVNode("div",{ref:"wrapper",class:a.classes.wrapper,style:a.wrapperStyle},[r.withDirectives(r.createVNode("img",{ref:"image",src:n.image&&n.image.src,class:a.classes.image,style:a.imageStyle},null,14,["src"]),[[r.vShow,n.image&&n.image.src]])],6)],6)};var XI={components:{Preview:ZI},inheritAttrs:!1};XI.render=function(e,t,n,i,o,a){var s=r.resolveComponent("preview");return r.openBlock(),r.createBlock(s,r.mergeProps(e.$attrs,{fill:!0}),null,16)};var u0=zi("vue-rectangle-stencil"),KI={name:"RectangleStencil",components:{StencilPreview:XI,BoundingBox:PI,DraggableArea:HI},props:{image:{type:Object},coordinates:{type:Object},stencilCoordinates:{type:Object},handlers:{type:Object},handlersComponent:{type:[Object,String],default:function(){return o0}},lines:{type:Object},linesComponent:{type:[Object,String],default:function(){return s0}},aspectRatio:{type:[Number,String]},minAspectRatio:{type:[Number,String]},maxAspectRatio:{type:[Number,String]},movable:{type:Boolean,default:!0},resizable:{type:Boolean,default:!0},transitions:{type:Object},movingClass:{type:String},resizingClass:{type:String},previewClass:{type:String},boundingBoxClass:{type:String},linesClasses:{type:Object,default:function(){return{}}},linesWrappersClasses:{type:Object,default:function(){return{}}},handlersClasses:{type:Object,default:function(){return{}}},handlersWrappersClasses:{type:Object,default:function(){return{}}}},data:function(){return{moving:!1,resizing:!1}},computed:{classes:function(){return{stencil:On(u0({movable:this.movable,moving:this.moving,resizing:this.resizing}),this.moving&&this.movingClass,this.resizing&&this.resizingClass),preview:On(u0("preview"),this.previewClass),boundingBox:On(u0("bounding-box"),this.boundingBoxClass)}},style:function(){var e=this.stencilCoordinates,t=e.height,n=e.width,i=e.left,o=e.top,a={width:"".concat(n,"px"),height:"".concat(t,"px"),transform:"translate(".concat(i,"px, ").concat(o,"px)")};return this.transitions&&this.transitions.enabled&&(a.transition="".concat(this.transitions.time,"ms ").concat(this.transitions.timingFunction)),a}},methods:{onMove:function(e){this.$emit("move",e),this.moving=!0},onMoveEnd:function(){this.$emit("move-end"),this.moving=!1},onResize:function(e){this.$emit("resize",e),this.resizing=!0},onResizeEnd:function(){this.$emit("resize-end"),this.resizing=!1},aspectRatios:function(){return{minimum:this.aspectRatio||this.minAspectRatio,maximum:this.aspectRatio||this.maxAspectRatio}}},emits:["resize","resize-end","move","move-end"]};KI.render=function(e,t,n,i,o,a){var s=r.resolveComponent("stencil-preview"),l=r.resolveComponent("draggable-area"),c=r.resolveComponent("bounding-box");return r.openBlock(),r.createBlock("div",{class:a.classes.stencil,style:a.style},[r.createVNode(c,{width:n.stencilCoordinates.width,height:n.stencilCoordinates.height,transitions:n.transitions,class:a.classes.boundingBox,handlers:n.handlers,"handlers-component":n.handlersComponent,"handlers-classes":n.handlersClasses,"handlers-wrappers-classes":n.handlersWrappersClasses,lines:n.lines,"lines-component":n.linesComponent,"lines-classes":n.linesClasses,"lines-wrappers-classes":n.linesWrappersClasses,resizable:n.resizable,onResize:a.onResize,onResizeEnd:a.onResizeEnd},{default:r.withCtx(function(){return[r.createVNode(l,{movable:n.movable,onMove:a.onMove,onMoveEnd:a.onMoveEnd},{default:r.withCtx(function(){return[r.createVNode(s,{image:n.image,coordinates:n.coordinates,width:n.stencilCoordinates.width,height:n.stencilCoordinates.height,class:a.classes.preview,transitions:n.transitions},null,8,["image","coordinates","width","height","class","transitions"])]}),_:1},8,["movable","onMove","onMoveEnd"])]}),_:1},8,["width","height","transitions","class","handlers","handlers-component","handlers-classes","handlers-wrappers-classes","lines","lines-component","lines-classes","lines-wrappers-classes","resizable","onResize","onResizeEnd"])],6)};var wJ=["transitions"],ga=zi("vue-advanced-cropper"),qI={name:"Cropper",components:{BackgroundWrapper:M0},props:{src:{type:String,default:null},stencilComponent:{type:[Object,String],default:function(){return KI}},backgroundWrapperComponent:{type:[Object,String],default:function(){return M0}},stencilProps:{type:Object,default:function(){return{}}},autoZoom:{type:Boolean,default:!1},imageClass:{type:String},boundariesClass:{type:String},backgroundClass:{type:String},foregroundClass:{type:String},minWidth:{type:[Number,String]},minHeight:{type:[Number,String]},maxWidth:{type:[Number,String]},maxHeight:{type:[Number,String]},debounce:{type:[Boolean,Number],default:500},transitions:{type:Boolean,default:!0},checkOrientation:{type:Boolean,default:!0},canvas:{type:[Object,Boolean],default:!0},crossOrigin:{type:[Boolean,String],default:void 0},transitionTime:{type:Number,default:300},imageRestriction:{type:String,default:"fit-area",validator:function(e){return rJ.indexOf(e)!==-1}},roundResult:{type:Boolean,default:!0},defaultSize:{type:[Function,Object]},defaultPosition:{type:[Function,Object]},defaultVisibleArea:{type:[Function,Object]},defaultTransforms:{type:[Function,Object]},defaultBoundaries:{type:[Function,String],validator:function(e){return!(typeof e=="string"&&e!=="fill"&&e!=="fit")}},priority:{type:String,default:"coordinates"},stencilSize:{type:[Object,Function]},resizeImage:{type:[Boolean,Object],default:!0},moveImage:{type:[Boolean,Object],default:!0},autoZoomAlgorithm:{type:Function},resizeAlgorithm:{type:Function,default:function(e){var t=e.event,n=e.coordinates,i=e.aspectRatio,o=e.positionRestrictions,a=e.sizeRestrictions,s=ct(ct({},n),{right:n.left+n.width,bottom:n.top+n.height}),l=t.params||{},c=ct({},t.directions),M=l.allowedDirections||{left:!0,right:!0,bottom:!0,top:!0};a.widthFrozen&&(c.left=0,c.right=0),a.heightFrozen&&(c.top=0,c.bottom=0),Hi.forEach(function(w){M[w]||(c[w]=0)});var d=Wi(s,c=GI({coordinates:s,directions:c,sizeRestrictions:a,positionRestrictions:o})).width,g=Wi(s,c).height,h=l.preserveRatio?vt(s):r0(d/g,i);if(h){var N=l.respectDirection;if(N||(N=s.width>=s.height||h===1?"width":"height"),N==="width"){var p=d/h-s.height;if(M.top&&M.bottom){var E=c.top,y=c.bottom;c.bottom=wM(p,y,E),c.top=wM(p,E,y)}else M.bottom?c.bottom=p:M.top?c.top=p:M.right?c.right=0:M.left&&(c.left=0)}else if(N==="height"){var I=s.width-g*h;if(M.left&&M.right){var D=c.left,m=c.right;c.left=-wM(I,D,m),c.right=-wM(I,m,D)}else M.left?c.left=-I:M.right?c.right=-I:M.top?c.top=0:M.bottom&&(c.bottom=0)}c=GI({directions:c,coordinates:s,sizeRestrictions:a,positionRestrictions:o,preserveRatio:!0,compensate:l.compensate})}return d=Wi(s,c).width,g=Wi(s,c).height,(h=l.preserveRatio?vt(s):r0(d/g,i))&&Math.abs(h-d/g)>.001&&Hi.forEach(function(w){M[w]||(c[w]=0)}),a0({event:new e0({left:-c.left,top:-c.top}),coordinates:{width:n.width+c.right+c.left,height:n.height+c.top+c.bottom,left:n.left,top:n.top},positionRestrictions:o})}},moveAlgorithm:{type:Function,default:a0},initStretcher:{type:Function,default:function(e){var t=e.stretcher,n=e.imageSize,i=vt(n);t.style.width=n.width+"px",t.style.height=t.clientWidth/i+"px",t.style.width=t.clientWidth+"px"}},fitCoordinates:{type:Function,default:function(e){var t=e.visibleArea,n=e.coordinates,i=e.aspectRatio,o=e.sizeRestrictions,a=e.positionRestrictions,s=ct(ct({},n),da({width:n.width,height:n.height,aspectRatio:i,sizeRestrictions:{maxWidth:t.width,maxHeight:t.height,minHeight:Math.min(t.height,o.minHeight),minWidth:Math.min(t.width,o.minWidth)}}));return s=ir(s=zr(s,Qs(rr(n),rr(s))),mM(Ji(t),a))}},fitVisibleArea:{type:Function,default:function(e){var t=e.visibleArea,n=e.boundaries,i=e.getAreaRestrictions,o=e.coordinates,a=ct({},t);a.height=a.width/vt(n),a.top+=(t.height-a.height)/2,(o.height-a.height>0||o.width-a.width>0)&&(a=oi(a,Math.max(o.height/a.height,o.width/a.width)));var s=IM(ks(o,Ji(a=oi(a,fM(a,i({visibleArea:a,type:"resize"}))))));return a.width<o.width&&(s.left=0),a.height<o.height&&(s.top=0),a=ir(a=zr(a,s),i({visibleArea:a,type:"move"}))}},areaRestrictionsAlgorithm:{type:Function,default:function(e){var t=e.visibleArea,n=e.boundaries,i=e.imageSize,o=e.imageRestriction,a=e.type,s={};return o==="fill-area"?s={left:0,top:0,right:i.width,bottom:i.height}:o==="fit-area"&&(vt(n)>vt(i)?(s={top:0,bottom:i.height},t&&a==="move"&&(t.width>i.width?(s.left=-(t.width-i.width)/2,s.right=i.width-s.left):(s.left=0,s.right=i.width))):(s={left:0,right:i.width},t&&a==="move"&&(t.height>i.height?(s.top=-(t.height-i.height)/2,s.bottom=i.height-s.top):(s.top=0,s.bottom=i.height)))),s}},sizeRestrictionsAlgorithm:{type:Function,default:function(e){return{minWidth:e.minWidth,minHeight:e.minHeight,maxWidth:e.maxWidth,maxHeight:e.maxHeight}}},positionRestrictionsAlgorithm:{type:Function,default:function(e){var t=e.imageSize,n={};return e.imageRestriction!=="none"&&(n={left:0,top:0,right:t.width,bottom:t.height}),n}}},data:function(){return{transitionsActive:!1,imageLoaded:!1,imageAttributes:{width:null,height:null,crossOrigin:null,src:null},defaultImageTransforms:{rotate:0,flip:{horizontal:!1,vertical:!1}},appliedImageTransforms:{rotate:0,flip:{horizontal:!1,vertical:!1}},boundaries:{width:0,height:0},visibleArea:null,coordinates:_t({},OI)}},computed:{image:function(){return{src:this.imageAttributes.src,width:this.imageAttributes.width,height:this.imageAttributes.height,transforms:this.imageTransforms}},imageTransforms:function(){return{rotate:this.appliedImageTransforms.rotate,flip:{horizontal:this.appliedImageTransforms.flip.horizontal,vertical:this.appliedImageTransforms.flip.vertical},translateX:this.visibleArea?this.visibleArea.left/this.coefficient:0,translateY:this.visibleArea?this.visibleArea.top/this.coefficient:0,scaleX:1/this.coefficient,scaleY:1/this.coefficient}},imageSize:function(){var e=function(t){return t*Math.PI/180}(this.imageTransforms.rotate);return{width:Math.abs(this.imageAttributes.width*Math.cos(e))+Math.abs(this.imageAttributes.height*Math.sin(e)),height:Math.abs(this.imageAttributes.width*Math.sin(e))+Math.abs(this.imageAttributes.height*Math.cos(e))}},initialized:function(){return!!(this.visibleArea&&this.imageLoaded)},settings:function(){var e=$g(this.resizeImage,{touch:!0,wheel:{ratio:.1},adjustStencil:!0},{touch:!1,wheel:!1,adjustStencil:!1});return{moveImage:$g(this.moveImage,{touch:!0,mouse:!0},{touch:!1,mouse:!1}),resizeImage:e}},coefficient:function(){return this.visibleArea?this.visibleArea.width/this.boundaries.width:0},areaRestrictions:function(){return this.imageLoaded?this.areaRestrictionsAlgorithm({imageSize:this.imageSize,imageRestriction:this.imageRestriction,boundaries:this.boundaries}):{}},transitionsOptions:function(){return{enabled:this.transitionsActive,timingFunction:"ease-in-out",time:350}},sizeRestrictions:function(){if(this.boundaries.width&&this.boundaries.height&&this.imageSize.width&&this.imageSize.height){var e=this.sizeRestrictionsAlgorithm({imageSize:this.imageSize,minWidth:Hn(this.minWidth)?0:pM(this.minWidth),minHeight:Hn(this.minHeight)?0:pM(this.minHeight),maxWidth:Hn(this.maxWidth)?1/0:pM(this.maxWidth),maxHeight:Hn(this.maxHeight)?1/0:pM(this.maxHeight)});if(e=function(i){var o=i.areaRestrictions,a=i.sizeRestrictions;i.imageSize;var s=i.boundaries,l=i.positionRestrictions;i.imageRestriction;var c=ct(ct({},a),{minWidth:a.minWidth!==void 0?a.minWidth:0,minHeight:a.minHeight!==void 0?a.minHeight:0,maxWidth:a.maxWidth!==void 0?a.maxWidth:1/0,maxHeight:a.maxHeight!==void 0?a.maxHeight:1/0});l.left!==void 0&&l.right!==void 0&&(c.maxWidth=Math.min(c.maxWidth,l.right-l.left)),l.bottom!==void 0&&l.top!==void 0&&(c.maxHeight=Math.min(c.maxHeight,l.bottom-l.top));var M=i0(o),d=FI(s,M);return M.width<1/0&&(!c.maxWidth||c.maxWidth>d.width)&&(c.maxWidth=Math.min(c.maxWidth,d.width)),M.height<1/0&&(!c.maxHeight||c.maxHeight>d.height)&&(c.maxHeight=Math.min(c.maxHeight,d.height)),c.minWidth>c.maxWidth&&(c.minWidth=c.maxWidth,c.widthFrozen=!0),c.minHeight>c.maxHeight&&(c.minHeight=c.maxHeight,c.heightFrozen=!0),c}({sizeRestrictions:e,areaRestrictions:this.getAreaRestrictions({visibleArea:this.visibleArea,type:"resize"}),imageSize:this.imageSize,boundaries:this.boundaries,positionRestrictions:this.positionRestrictions,imageRestriction:this.imageRestriction,visibleArea:this.visibleArea,stencilSize:this.getStencilSize()}),this.visibleArea&&this.stencilSize){var t=this.getStencilSize(),n=i0(this.getAreaRestrictions({visibleArea:this.visibleArea,type:"resize"}));e.maxWidth=Math.min(e.maxWidth,n.width*t.width/this.boundaries.width),e.maxHeight=Math.min(e.maxHeight,n.height*t.height/this.boundaries.height),e.maxWidth<e.minWidth&&(e.minWidth=e.maxWidth),e.maxHeight<e.minHeight&&(e.minHeight=e.maxHeight)}return e}return{minWidth:0,minHeight:0,maxWidth:0,maxHeight:0}},positionRestrictions:function(){return this.positionRestrictionsAlgorithm({imageSize:this.imageSize,imageRestriction:this.imageRestriction})},classes:function(){return{cropper:ga(),image:On(ga("image"),this.imageClass),stencil:ga("stencil"),boundaries:On(ga("boundaries"),this.boundariesClass),stretcher:On(ga("stretcher")),background:On(ga("background"),this.backgroundClass),foreground:On(ga("foreground"),this.foregroundClass),imageWrapper:On(ga("image-wrapper")),cropperWrapper:On(ga("cropper-wrapper"))}},stencilCoordinates:function(){if(this.initialized){var e=this.coordinates,t=e.width,n=e.height,i=e.left,o=e.top;return{width:t/this.coefficient,height:n/this.coefficient,left:(i-this.visibleArea.left)/this.coefficient,top:(o-this.visibleArea.top)/this.coefficient}}return this.defaultCoordinates()},boundariesStyle:function(){var e={width:this.boundaries.width?"".concat(Math.round(this.boundaries.width),"px"):"auto",height:this.boundaries.height?"".concat(Math.round(this.boundaries.height),"px"):"auto",transition:"opacity ".concat(this.transitionTime,"ms"),pointerEvents:this.imageLoaded?"all":"none"};return this.imageLoaded||(e.opacity="0"),e},imageStyle:function(){var e=this.imageAttributes.width>this.imageAttributes.height?{width:Math.min(1024,this.imageAttributes.width),height:Math.min(1024,this.imageAttributes.width)/(this.imageAttributes.width/this.imageAttributes.height)}:{height:Math.min(1024,this.imageAttributes.height),width:Math.min(1024,this.imageAttributes.height)*(this.imageAttributes.width/this.imageAttributes.height)},t={left:(e.width-this.imageSize.width)/(2*this.coefficient),top:(e.height-this.imageSize.height)/(2*this.coefficient)},n={left:(1-1/this.coefficient)*e.width/2,top:(1-1/this.coefficient)*e.height/2},i=_t(_t({},this.imageTransforms),{},{scaleX:this.imageTransforms.scaleX*(this.imageAttributes.width/e.width),scaleY:this.imageTransforms.scaleY*(this.imageAttributes.height/e.height)}),o={width:"".concat(e.width,"px"),height:"".concat(e.height,"px"),left:"0px",top:"0px",transform:"translate(".concat(-t.left-n.left-this.imageTransforms.translateX,"px, ").concat(-t.top-n.top-this.imageTransforms.translateY,"px)")+JI(i)};return this.transitionsOptions.enabled&&(o.transition="".concat(this.transitionsOptions.time,"ms ").concat(this.transitionsOptions.timingFunction)),o}},watch:{src:function(){this.onChangeImage()},stencilComponent:function(){var e=this;this.$nextTick(function(){e.resetCoordinates(),e.runAutoZoom("setCoordinates"),e.onChange()})},minWidth:function(){this.onPropsChange()},maxWidth:function(){this.onPropsChange()},minHeight:function(){this.onPropsChange()},maxHeight:function(){this.onPropsChange()},imageRestriction:function(){this.reset()},stencilProps:function(e,t){["aspectRatio","minAspectRatio","maxAspectRatio"].find(function(n){return e[n]!==t[n]})&&this.$nextTick(this.onPropsChange)}},created:function(){this.debouncedUpdate=qg(this.update,this.debounce),this.debouncedDisableTransitions=qg(this.disableTransitions,this.transitionsOptions.time),this.awaiting=!1},mounted:function(){this.$refs.image.addEventListener("load",this.onSuccessLoadImage),this.$refs.image.addEventListener("error",this.onFailLoadImage),this.onChangeImage(),window.addEventListener("resize",this.refresh),window.addEventListener("orientationchange",this.refresh)},unmounted:function(){window.removeEventListener("resize",this.refresh),window.removeEventListener("orientationchange",this.refresh),this.imageAttributes.revoke&&this.imageAttributes.src&&URL.revokeObjectURL(this.imageAttributes.src),this.debouncedUpdate.clear(),this.debouncedDisableTransitions.clear()},methods:{getResult:function(){var e=this.initialized?this.prepareResult(_t({},this.coordinates)):this.defaultCoordinates(),t={rotate:this.imageTransforms.rotate%360,flip:_t({},this.imageTransforms.flip)};if(this.src&&this.imageLoaded){var n=this;return{image:this.image,coordinates:e,visibleArea:this.visibleArea?_t({},this.visibleArea):null,imageTransforms:t,get canvas(){return n.canvas?n.getCanvas():void 0}}}return{image:this.image,coordinates:e,visibleArea:this.visibleArea?_t({},this.visibleArea):null,canvas:void 0,imageTransforms:t}},zoom:function(e,t){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},i=n.transitions,o=i===void 0||i;this.onManipulateImage(new jc({},{factor:1/e,center:t}),{normalize:!1,transitions:o})},move:function(e,t){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},i=n.transitions,o=i===void 0||i;this.onManipulateImage(new jc({left:e||0,top:t||0}),{normalize:!1,transitions:o})},setCoordinates:function(e){var t=this,n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i=n.autoZoom,o=i===void 0||i,a=n.transitions,s=a===void 0||a;this.$nextTick(function(){t.imageLoaded?(t.transitionsActive||(s&&t.enableTransitions(),t.coordinates=t.applyTransform(e),o&&t.runAutoZoom("setCoordinates"),s&&t.debouncedDisableTransitions()),t.onChange()):t.delayedTransforms=e})},refresh:function(){var e=this,t=this.$refs.image;if(this.src&&t)return this.initialized?this.updateVisibleArea().then(function(){e.onChange()}):this.resetVisibleArea().then(function(){e.onChange()})},reset:function(){var e=this;return this.resetVisibleArea().then(function(){e.onChange(!1)})},awaitRender:function(e){var t=this;this.awaiting||(this.awaiting=!0,this.$nextTick(function(){e(),t.awaiting=!1}))},prepareResult:function(e){return this.roundResult?function(t){var n=t.coordinates,i=t.sizeRestrictions,o=t.positionRestrictions,a={width:Math.round(n.width),height:Math.round(n.height),left:Math.round(n.left),top:Math.round(n.top)};return a.width>i.maxWidth?a.width=Math.floor(n.width):a.width<i.minWidth&&(a.width=Math.ceil(n.width)),a.height>i.maxHeight?a.height=Math.floor(n.height):a.height<i.minHeight&&(a.height=Math.ceil(n.height)),ir(a,o)}(_t(_t({},this.getPublicProperties()),{},{positionRestrictions:DM(this.positionRestrictions,this.visibleArea),coordinates:e})):e},processAutoZoom:function(e,t,n,i){var o=this.autoZoomAlgorithm;o||(o=this.stencilSize?oJ:this.autoZoom?sJ:lJ);var a=o({event:{type:e,params:i},visibleArea:t,coordinates:n,boundaries:this.boundaries,aspectRatio:this.getAspectRatio(),positionRestrictions:this.positionRestrictions,getAreaRestrictions:this.getAreaRestrictions,sizeRestrictions:this.sizeRestrictions,stencilSize:this.getStencilSize()});return _t(_t({},a),{},{changed:!YI(a.visibleArea,t)||!YI(a.coordinates,n)})},runAutoZoom:function(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=t.transitions,i=n!==void 0&&n,o=Z7(t,wJ),a=this.processAutoZoom(e,this.visibleArea,this.coordinates,o),s=a.visibleArea,l=a.coordinates,c=a.changed;i&&c&&this.enableTransitions(),this.visibleArea=s,this.coordinates=l,i&&c&&this.debouncedDisableTransitions()},normalizeEvent:function(e){return function(t){var n=t.event,i=t.visibleArea,o=t.coefficient;if(n.type==="manipulateImage")return ct(ct({},n),{move:{left:n.move&&n.move.left?o*n.move.left:0,top:n.move&&n.move.top?o*n.move.top:0},scale:{factor:n.scale&&n.scale.factor?n.scale.factor:1,center:n.scale&&n.scale.center?{left:n.scale.center.left*o+i.left,top:n.scale.center.top*o+i.top}:null}});if(n.type==="resize"){var a=ct(ct({},n),{directions:ct({},n.directions)});return Hi.forEach(function(l){a.directions[l]*=o}),a}if(n.type==="move"){var s=ct(ct({},n),{directions:ct({},n.directions)});return nJ.forEach(function(l){s.directions[l]*=o}),s}return n}(_t(_t({},this.getPublicProperties()),{},{event:e}))},getCanvas:function(){if(this.$refs.canvas){var e=this.$refs.canvas,t=this.$refs.image,n=this.imageTransforms.rotate!==0||this.imageTransforms.flip.horizontal||this.imageTransforms.flip.vertical?function(l,c,M){var d=M.rotate,g=M.flip,h={width:c.naturalWidth,height:c.naturalHeight},N=RI(h,d),p=l.getContext("2d");l.height=N.height,l.width=N.width,p.save();var E=Ja(rr(ct({left:0,top:0},h)),d);return p.translate(-(E.left-N.width/2),-(E.top-N.height/2)),p.rotate(d*Math.PI/180),p.translate(g.horizontal?h.width:0,g.vertical?h.height:0),p.scale(g.horizontal?-1:1,g.vertical?-1:1),p.drawImage(c,0,0,h.width,h.height),p.restore(),l}(this.$refs.sourceCanvas,t,this.imageTransforms):t,i=_t({minWidth:0,minHeight:0,maxWidth:1/0,maxHeight:1/0,maxArea:this.maxCanvasSize,imageSmoothingEnabled:!0,imageSmoothingQuality:"high",fillColor:"transparent"},this.canvas),o=function(l){return l.find(function(c){return M=c,!Number.isNaN(parseFloat(M))&&isFinite(M);var M})},a=da({sizeRestrictions:{minWidth:o([i.width,i.minWidth])||0,minHeight:o([i.height,i.minHeight])||0,maxWidth:o([i.width,i.maxWidth])||1/0,maxHeight:o([i.height,i.maxHeight])||1/0},width:this.coordinates.width,height:this.coordinates.height,aspectRatio:{minimum:this.coordinates.width/this.coordinates.height,maximum:this.coordinates.width/this.coordinates.height}});if(i.maxArea&&a.width*a.height>i.maxArea){var s=Math.sqrt(i.maxArea/(a.width*a.height));a={width:Math.round(s*a.width),height:Math.round(s*a.height)}}return function(l,c,M,d,g){l.width=d?d.width:M.width,l.height=d?d.height:M.height;var h=l.getContext("2d");h.clearRect(0,0,l.width,l.height),g&&(g.imageSmoothingEnabled&&(h.imageSmoothingEnabled=g.imageSmoothingEnabled),g.imageSmoothingQuality&&(h.imageSmoothingQuality=g.imageSmoothingQuality),g.fillColor&&(h.fillStyle=g.fillColor,h.fillRect(0,0,l.width,l.height),h.save()));var N=M.left<0?-M.left:0,p=M.top<0?-M.top:0;h.drawImage(c,M.left+N,M.top+p,M.width,M.height,N*(l.width/M.width),p*(l.height/M.height),l.width,l.height)}(e,n,this.coordinates,a,i),e}},update:function(){this.$emit("change",this.getResult())},applyTransform:function(e){var t=arguments.length>1&&arguments[1]!==void 0&&arguments[1],n=this.visibleArea&&t?iJ(this.sizeRestrictions,this.visibleArea):this.sizeRestrictions,i=this.visibleArea&&t?DM(this.positionRestrictions,this.visibleArea):this.positionRestrictions;return aJ({transform:e,coordinates:this.coordinates,imageSize:this.imageSize,sizeRestrictions:n,positionRestrictions:i,aspectRatio:this.getAspectRatio(),visibleArea:this.visibleArea})},resetCoordinates:function(){var e=this;if(this.$refs.image){this.$refs.cropper,this.$refs.image;var t=this.defaultSize;t||(t=this.stencilSize?MJ:AJ);var n=this.sizeRestrictions;n.minWidth,n.minHeight,n.maxWidth,n.maxHeight;var i=zs(t)?t({boundaries:this.boundaries,imageSize:this.imageSize,aspectRatio:this.getAspectRatio(),sizeRestrictions:this.sizeRestrictions,stencilSize:this.getStencilSize(),visibleArea:this.visibleArea}):t,o=this.defaultPosition||cJ,a=[i,function(s){var l=s.coordinates;return _t({},zs(o)?o({coordinates:l,imageSize:e.imageSize,visibleArea:e.visibleArea}):e.defaultPosition)}];this.delayedTransforms&&a.push.apply(a,Co(Array.isArray(this.delayedTransforms)?this.delayedTransforms:[this.delayedTransforms])),this.coordinates=this.applyTransform(a,!0),this.delayedTransforms=null}},clearImage:function(){var e=this;this.imageLoaded=!1,setTimeout(function(){var t=e.$refs.stretcher;t&&(t.style.height="auto",t.style.width="auto"),e.coordinates=e.defaultCoordinates(),e.boundaries={width:0,height:0}},this.transitionTime)},enableTransitions:function(){this.transitions&&(this.transitionsActive=!0)},disableTransitions:function(){this.transitionsActive=!1},updateBoundaries:function(){var e=this,t=this.$refs.stretcher,n=this.$refs.cropper;return this.initStretcher({cropper:n,stretcher:t,imageSize:this.imageSize}),this.$nextTick().then(function(){var i={cropper:n,imageSize:e.imageSize};if(zs(e.defaultBoundaries)?e.boundaries=e.defaultBoundaries(i):e.defaultBoundaries==="fit"?e.boundaries=function(o){var a=o.cropper,s=o.imageSize,l=a.clientHeight,c=a.clientWidth,M=l,d=s.width*l/s.height;return d>c&&(d=c,M=s.height*c/s.width),{width:d,height:M}}(i):e.boundaries=function(o){var a=o.cropper;return{width:a.clientWidth,height:a.clientHeight}}(i),!e.boundaries.width||!e.boundaries.height)throw new Error("It's impossible to fit the cropper in the current container")})},resetVisibleArea:function(){var e=this;return this.appliedImageTransforms=_t(_t({},this.defaultImageTransforms),{},{flip:_t({},this.defaultImageTransforms.flip)}),this.updateBoundaries().then(function(){e.priority!=="visible-area"&&(e.visibleArea=null,e.resetCoordinates());var t,n,i,o,a,s,l=e.defaultVisibleArea||uJ;e.visibleArea=zs(l)?l({imageSize:e.imageSize,boundaries:e.boundaries,coordinates:e.priority!=="visible-area"?e.coordinates:null,getAreaRestrictions:e.getAreaRestrictions,stencilSize:e.getStencilSize()}):e.defaultVisibleArea,e.visibleArea=(t={visibleArea:e.visibleArea,boundaries:e.boundaries,getAreaRestrictions:e.getAreaRestrictions},n=t.visibleArea,i=t.boundaries,o=t.getAreaRestrictions,a=ct({},n),s=vt(i),a.width/a.height!==s&&(a.height=a.width/s),ir(a,o({visibleArea:a,type:"move"}))),e.priority==="visible-area"?e.resetCoordinates():e.coordinates=e.fitCoordinates({visibleArea:e.visibleArea,coordinates:e.coordinates,aspectRatio:e.getAspectRatio(),positionRestrictions:e.positionRestrictions,sizeRestrictions:e.sizeRestrictions}),e.runAutoZoom("resetVisibleArea")}).catch(function(){e.visibleArea=null})},updateVisibleArea:function(){var e=this;return this.updateBoundaries().then(function(){e.visibleArea=e.fitVisibleArea({imageSize:e.imageSize,boundaries:e.boundaries,visibleArea:e.visibleArea,coordinates:e.coordinates,getAreaRestrictions:e.getAreaRestrictions}),e.coordinates=e.fitCoordinates({visibleArea:e.visibleArea,coordinates:e.coordinates,aspectRatio:e.getAspectRatio(),positionRestrictions:e.positionRestrictions,sizeRestrictions:e.sizeRestrictions}),e.runAutoZoom("updateVisibleArea")}).catch(function(){e.visibleArea=null})},onChange:function(){var e=!(arguments.length>0&&arguments[0]!==void 0)||arguments[0];e&&this.debounce?this.debouncedUpdate():this.update()},onChangeImage:function(){var e,t=this;if(this.imageLoaded=!1,this.delayedTransforms=null,this.src){if(function(o){if(zI(o))return!1;var a=window.location,s=/(\w+:)?(?:\/\/)([\w.-]+)?(?::(\d+))?\/?/.exec(o)||[],l={protocol:s[1]||"",host:s[2]||"",port:s[3]||""},c=function(M){return M.port||((M.protocol||a.protocol)==="http"?80:433)};return!(!l.protocol&&!l.host&&!l.port||l.protocol&&l.protocol==a.protocol&&l.host&&l.host==a.host&&l.host&&c(l)==c(a))}(this.src)){var n=Hn(this.crossOrigin)?this.canvas:this.crossOrigin;n===!0&&(n="anonymous"),this.imageAttributes.crossOrigin=n||null}if(this.checkOrientation){var i=(e=this.src,new Promise(function(o){mJ(e).then(function(a){var s=DJ(a);o(a?{source:e,arrayBuffer:a,orientation:s}:{source:e,arrayBuffer:null,orientation:null})}).catch(function(a){console.warn(a),o({source:e,arrayBuffer:null,orientation:null})})}));setTimeout(function(){i.then(t.onParseImage)},this.transitionTime)}else setTimeout(function(){t.onParseImage({source:t.src})},this.transitionTime)}else this.clearImage()},onFailLoadImage:function(){this.imageAttributes.src&&(this.clearImage(),this.$emit("error"))},onSuccessLoadImage:function(){var e=this,t=this.$refs.image;t&&!this.imageLoaded&&(this.imageAttributes.height=t.naturalHeight,this.imageAttributes.width=t.naturalWidth,this.imageLoaded=!0,this.resetVisibleArea().then(function(){e.$emit("ready"),e.onChange(!1)}))},onParseImage:function(e){var t=this,n=e.source,i=e.arrayBuffer,o=e.orientation;this.imageAttributes.revoke&&this.imageAttributes.src&&URL.revokeObjectURL(this.imageAttributes.src),this.imageAttributes.revoke=!1,i&&o&&o>1?CI(n)||!zI(n)?(this.imageAttributes.src=URL.createObjectURL(new Blob([i])),this.imageAttributes.revoke=!0):this.imageAttributes.src=function(a){for(var s=[],l=new Uint8Array(a);l.length>0;){var c=l.subarray(0,8192);s.push(String.fromCharCode.apply(null,Array.from?Array.from(c):c.slice())),l=l.subarray(8192)}return"data:image/jpeg;base64,"+btoa(s.join(""))}(i):this.imageAttributes.src=n,zs(this.defaultTransforms)?this.appliedImageTransforms=c0(this.defaultTransforms()):yM(this.defaultTransforms)?this.appliedImageTransforms=c0(this.defaultTransforms):this.appliedImageTransforms=function(a){var s=c0({});if(a)switch(a){case 2:s.flip.horizontal=!0;break;case 3:s.rotate=-180;break;case 4:s.flip.vertical=!0;break;case 5:s.rotate=90,s.flip.vertical=!0;break;case 6:s.rotate=90;break;case 7:s.rotate=90,s.flip.horizontal=!0;break;case 8:s.rotate=-90}return s}(o),this.defaultImageTransforms=_t(_t({},this.appliedImageTransforms),{},{flip:_t({},this.appliedImageTransforms.flip)}),this.$nextTick(function(){var a=t.$refs.image;a&&a.complete&&(function(s){return!!s.naturalWidth}(a)?t.onSuccessLoadImage():t.onFailLoadImage())})},onResizeEnd:function(){this.runAutoZoom("resize",{transitions:!0})},onMoveEnd:function(){this.runAutoZoom("move",{transitions:!0})},onMove:function(e){var t=this;this.transitionsOptions.enabled||this.awaitRender(function(){t.coordinates=t.moveAlgorithm(_t(_t({},t.getPublicProperties()),{},{positionRestrictions:DM(t.positionRestrictions,t.visibleArea),coordinates:t.coordinates,event:t.normalizeEvent(e)})),t.onChange()})},onResize:function(e){var t=this;this.transitionsOptions.enabled||this.stencilSize&&!this.autoZoom||this.awaitRender(function(){var n=t.sizeRestrictions,i=Math.min(t.coordinates.width,t.coordinates.height,20*t.coefficient);t.coordinates=t.resizeAlgorithm(_t(_t({},t.getPublicProperties()),{},{positionRestrictions:DM(t.positionRestrictions,t.visibleArea),sizeRestrictions:{maxWidth:Math.min(n.maxWidth,t.visibleArea.width),maxHeight:Math.min(n.maxHeight,t.visibleArea.height),minWidth:Math.max(n.minWidth,i),minHeight:Math.max(n.minHeight,i)},event:t.normalizeEvent(e)})),t.onChange(),t.ticking=!1})},onManipulateImage:function(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!this.transitionsOptions.enabled){var n=t.transitions,i=n!==void 0&&n,o=t.normalize,a=o===void 0||o;i&&this.enableTransitions();var s=dJ(_t(_t({},this.getPublicProperties()),{},{event:a?this.normalizeEvent(e):e,getAreaRestrictions:this.getAreaRestrictions,imageRestriction:this.imageRestriction,adjustStencil:!this.stencilSize&&this.settings.resizeImage.adjustStencil})),l=s.visibleArea,c=s.coordinates;this.visibleArea=l,this.coordinates=c,this.runAutoZoom("manipulateImage"),this.onChange(),i&&this.debouncedDisableTransitions()}},onPropsChange:function(){this.coordinates=this.applyTransform(this.coordinates,!0),this.onChange(!1)},getAreaRestrictions:function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=e.visibleArea,n=e.type,i=n===void 0?"move":n;return this.areaRestrictionsAlgorithm({boundaries:this.boundaries,imageSize:this.imageSize,imageRestriction:this.imageRestriction,visibleArea:t,type:i})},getAspectRatio:function(e){var t,n,i=this.stencilProps,o=i.aspectRatio,a=i.minAspectRatio,s=i.maxAspectRatio;if(this.$refs.stencil&&this.$refs.stencil.aspectRatios){var l=this.$refs.stencil.aspectRatios();t=l.minimum,n=l.maximum}if(Hn(t)&&(t=Hn(o)?a:o),Hn(n)&&(n=Hn(o)?s:o),!e&&(Hn(t)||Hn(n))){var c=this.getStencilSize(),M=c?vt(c):null;Hn(t)&&(t=QI(M)?M:void 0),Hn(n)&&(n=QI(M)?M:void 0)}return{minimum:t,maximum:n}},getStencilSize:function(){if(this.stencilSize)return e={currentStencilSize:{width:this.stencilCoordinates.width,height:this.stencilCoordinates.height},stencilSize:this.stencilSize,boundaries:this.boundaries,coefficient:this.coefficient,coordinates:this.coordinates,aspectRatio:this.getAspectRatio(!0)},t=e.boundaries,n=e.stencilSize,i=e.aspectRatio,r0(vt(o=zs(n)?n({boundaries:t,aspectRatio:i}):n),i)&&(o=da({sizeRestrictions:{maxWidth:t.width,maxHeight:t.height,minWidth:0,minHeight:0},width:o.width,height:o.height,aspectRatio:{minimum:i.minimum,maximum:i.maximum}})),(o.width>t.width||o.height>t.height)&&(o=da({sizeRestrictions:{maxWidth:t.width,maxHeight:t.height,minWidth:0,minHeight:0},width:o.width,height:o.height,aspectRatio:{minimum:vt(o),maximum:vt(o)}})),o;var e,t,n,i,o},getPublicProperties:function(){return{coefficient:this.coefficient,visibleArea:this.visibleArea,coordinates:this.coordinates,boundaries:this.boundaries,sizeRestrictions:this.sizeRestrictions,positionRestrictions:this.positionRestrictions,aspectRatio:this.getAspectRatio(),imageRestriction:this.imageRestriction}},defaultCoordinates:function(){return _t({},OI)},flip:function(e,t){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},i=n.transitions,o=i===void 0||i;if(!this.transitionsActive){o&&this.enableTransitions();var a=_t({},this.imageTransforms.flip),s=NJ({flip:{horizontal:e?!a.horizontal:a.horizontal,vertical:t?!a.vertical:a.vertical},previousFlip:a,rotate:this.imageTransforms.rotate,visibleArea:this.visibleArea,coordinates:this.coordinates,imageSize:this.imageSize,positionRestrictions:this.positionRestrictions,sizeRestrictions:this.sizeRestrictions,getAreaRestrictions:this.getAreaRestrictions,aspectRatio:this.getAspectRatio()}),l=s.visibleArea,c=s.coordinates;e&&(this.appliedImageTransforms.flip.horizontal=!this.appliedImageTransforms.flip.horizontal),t&&(this.appliedImageTransforms.flip.vertical=!this.appliedImageTransforms.flip.vertical),this.visibleArea=l,this.coordinates=c,this.onChange(),o&&this.debouncedDisableTransitions()}},rotate:function(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=t.transitions,i=n===void 0||n;if(!this.transitionsActive){i&&this.enableTransitions();var o=_t({},this.imageSize);this.appliedImageTransforms.rotate+=e;var a=gJ({visibleArea:this.visibleArea,coordinates:this.coordinates,previousImageSize:o,imageSize:this.imageSize,angle:e,positionRestrictions:this.positionRestrictions,sizeRestrictions:this.sizeRestrictions,getAreaRestrictions:this.getAreaRestrictions,aspectRatio:this.getAspectRatio()}),s=a.visibleArea,l=a.coordinates,c=this.processAutoZoom("rotateImage",s,l);s=c.visibleArea,l=c.coordinates,this.visibleArea=s,this.coordinates=l,this.onChange(),i&&this.debouncedDisableTransitions()}}},emits:["change","error","ready"]},jJ={key:0,ref:"canvas",style:{display:"none"}},BJ={key:1,ref:"sourceCanvas",style:{display:"none"}};qI.render=function(e,t,n,i,o,a){return r.openBlock(),r.createBlock("div",{ref:"cropper",class:a.classes.cropper},[r.createVNode("div",{ref:"stretcher",class:a.classes.stretcher},null,2),r.createVNode("div",{class:a.classes.boundaries,style:a.boundariesStyle},[(r.openBlock(),r.createBlock(r.resolveDynamicComponent(n.backgroundWrapperComponent),{class:a.classes.cropperWrapper,"wheel-resize":a.settings.resizeImage.wheel,"touch-resize":a.settings.resizeImage.touch,"touch-move":a.settings.moveImage.touch,"mouse-move":a.settings.moveImage.mouse,onMove:a.onManipulateImage,onResize:a.onManipulateImage},{default:r.withCtx(function(){return[r.createVNode("div",{class:a.classes.background,style:a.boundariesStyle},null,6),r.createVNode("div",{class:a.classes.imageWrapper},[r.createVNode("img",{ref:"image",crossorigin:o.imageAttributes.crossOrigin,src:o.imageAttributes.src,class:a.classes.image,style:a.imageStyle,onMousedown:t[1]||(t[1]=r.withModifiers(function(){},["prevent"]))},null,46,["crossorigin","src"])],2),r.createVNode("div",{class:a.classes.foreground,style:a.boundariesStyle},null,6),r.withDirectives((r.openBlock(),r.createBlock(r.resolveDynamicComponent(n.stencilComponent),r.mergeProps({ref:"stencil",image:a.image,coordinates:o.coordinates,"stencil-coordinates":a.stencilCoordinates,transitions:a.transitionsOptions},n.stencilProps,{onResize:a.onResize,onResizeEnd:a.onResizeEnd,onMove:a.onMove,onMoveEnd:a.onMoveEnd}),null,16,["image","coordinates","stencil-coordinates","transitions","onResize","onResizeEnd","onMove","onMoveEnd"])),[[r.vShow,o.imageLoaded]]),n.canvas?(r.openBlock(),r.createBlock("canvas",jJ,null,512)):r.createCommentVNode("",!0),n.canvas?(r.openBlock(),r.createBlock("canvas",BJ,null,512)):r.createCommentVNode("",!0)]}),_:1},8,["class","wheel-resize","touch-resize","touch-move","mouse-move","onMove","onResize"]))],6)],2)};const LJ=r.defineComponent({__name:"BackgroundImageCropper",props:{touchMove:{},mouseMove:{},touchResize:{},wheelResize:{}},emits:["move","resize"],setup(e){const t=e,n=r.ref(!1),i=r.ref(),o=(s,l)=>{if(s.type==="touchstart"||s.type==="touchmove"){if(s.touches.length===1&&!l)return n.value=!0,i.value="touch",a(),!1;n.value=!1}else if(s.type==="wheel"){if(!l&&!s.ctrlKey)return n.value=!0,i.value="wheel",a(),!1;n.value=!1}s.preventDefault(),s.stopPropagation()},a=()=>{setTimeout(()=>{n.value=!1},1e3)};return(s,l)=>(r.openBlock(),r.createBlock(r.unref(A0),{"events-filter":o,"mouse-move":t.mouseMove,"touch-move":t.touchMove,"touch-resize":t.touchResize,"wheel-resize":t.wheelResize,onMove:l[0]||(l[0]=c=>s.$emit("move",c)),onResize:l[1]||(l[1]=c=>s.$emit("resize",c))},{default:r.withCtx(()=>[r.renderSlot(s.$slots,"default",{},void 0,!0),r.createElementVNode("div",{class:r.normalizeClass([{"cropper-event-notification--visible":n.value},"cropper-event-notification"])},r.toDisplayString(i.value==="wheel"?"Use ctrl + scroll to zoom the cropper":"Use two fingers to move the cropper"),3)]),_:3},8,["mouse-move","touch-move","touch-resize","wheel-resize"]))}}),TLe="",xJ=oM(LJ,[["__scopeId","data-v-3c428f57"]]),yLe="";var d0={exports:{}};(function(e,t){(function(){function n(i,o){o=o||"";for(var a=1024,s=window.atob(i),l=[],c=0,M=s.length;c<M;c+=a){for(var d=s.slice(c,c+a),g=new Array(d.length),h=0;h<d.length;h++)g[h]=d.charCodeAt(h);var N=new Uint8Array(g);l.push(N)}return new Blob(l,{type:o})}e.exports&&(t=e.exports=n),t.base64ToBlob=n}).call(ys)})(d0,d0.exports);var CJ=d0.exports;const zJ=a8(CJ),QJ={class:"flex flex-col gap-y-4"},SJ={key:0,class:r.normalizeClass(["[&_li]:before:content-['•']","[&_li]:before:inline-block [&_li]:before:w-[12px] [&_li]:before:ml-[-12px] pl-3","max-w-[121px] text-body-medium text-general-800 dark:text-general-100 [&_li]:pl-0.5"]),"data-ts-section":"image-requirements-info"},kJ=[r.createElementVNode("li",null,"Max. 1 MB",-1),r.createElementVNode("li",null,"Must be image format",-1)],$I=r.defineComponent({__name:"ImageInputInfo",props:{showInfo:{type:Boolean},showAddButton:{type:Boolean}},emits:["addPhoto"],setup(e){return(t,n)=>(r.openBlock(),r.createElementBlock("div",QJ,[t.showInfo?(r.openBlock(),r.createElementBlock("ul",SJ,kJ)):r.createCommentVNode("",!0),t.showAddButton?(r.openBlock(),r.createBlock($e,{key:1,onClick:n[0]||(n[0]=i=>t.$emit("addPhoto")),icon:"add-line",label:"Add Photo",text:""})):r.createCommentVNode("",!0),r.renderSlot(t.$slots,"default")]))}}),UJ=["draggable"],bJ={key:0,class:"flex gap-0.5 justify-center","data-ts-section":"preview-buttons"},OJ={key:1,class:"flex gap-1 items-start"},YJ=["id","multiple"],FJ=["for"],RJ=[r.createElementVNode("span",{class:"inline-flex items-center text-body-medium rounded-bl rounded-tl bg-general-50 px-3 h-[26px] border-[0.5px] border-general-200"}," Browse ",-1),r.createElementVNode("span",{class:"inline-flex items-center text-body-medium !text-general-200 !font-light rounded-br rounded-tr px-3 h-[26px] leading-4 border-[0.5px] border-l-0 border-general-200"}," Select File ",-1)],g0=r.defineComponent({__name:"ImageCompressor",props:r.mergeModels({type:{default:"normal"},multiple:{type:Boolean},defaultImage:{},disabled:{type:Boolean,default:!1},compressedBlob:{default:void 0},imagePreviewUrl:{default:void 0},imagePreviewSize:{default:"big"},rounded:{type:Boolean,default:!1},useValidator:{type:Boolean,default:!1},mandatory:{type:Boolean,default:!1},invalid:{type:Boolean},validatorMessage:{default:"Photo must be uploaded"},label:{default:void 0},fieldName:{default:"imageInput"},fieldInfo:{default:void 0},showInfo:{type:Boolean,default:!0},confirmOnDelete:{type:Boolean},showValidatorMessage:{type:Boolean,default:!0}},{defaultImage:{default:0},defaultImageModifiers:{}}),emits:r.mergeModels(["apply","update:defaultImage","update:fieldValue","delete"],["update:defaultImage"]),setup(e,{emit:t}){const n=e,i=t;r.onMounted(async()=>{m(),B(),n.imagePreviewUrl&&(N.value=n.imagePreviewUrl)}),r.onUnmounted(()=>{he(0),he(1)});const o=r.ref([{src:null,type:null},{src:null,type:null}]),a=r.ref(),s=r.ref([]),l=r.ref(),c=r.shallowRef(0),M=r.ref(),d=r.ref(),g=r.shallowRef(),h=r.useModel(e,"defaultImage"),N=r.reactive({value:n.multiple?[]:void 0}),p=r.shallowRef(!1),E=r.shallowRef(),y=r.shallowRef(0),I=r.shallowRef(!1),D=r.ref([!1,!1]),m=()=>{var _,V;(_=n.imagePreviewUrl)!=null&&_.length?s.value=Array.isArray(n.imagePreviewUrl)?n.imagePreviewUrl:[n.imagePreviewUrl]:(V=n.compressedBlob)!=null&&V.length&&(s.value=Array.isArray(n.compressedBlob)?n.compressedBlob:[n.compressedBlob])},w=(_=!1)=>{var V;n.disabled||(_&&(g.value=1),(V=l.value)==null||V.click())},j=async _=>{const{files:V}=_.target,Q=Array.from(V??[]).slice(0,s.value.length?1:2);for(const[b,Z]of Q.entries())try{const ce=g.value??b;await C(Z,ce)}catch(ce){console.error("Error loading image:",ce)}finally{g.value=void 0}},C=async(_,V)=>{const Q=Z=>Z.includes("image"),b=Z=>Z>1e6;return new Promise((Z,ce)=>{if(_)if(z(V),!Q(_.type))p.value=!0,E.value="File type is not image!",s.value[V]=void 0,I.value=!1,he(V),ce("File type is not image!");else if(b(_.size))p.value=!0,E.value="File size is too big! Max. 1 MB",m(),I.value=!1,he(V),ce("File size is too big! Max. 1 MB");else{he(V);const ue=URL.createObjectURL(_),pe=new FileReader;pe.onload=ve=>{var _e;o.value[V].src=ue,o.value[V].type=L((_e=ve==null?void 0:ve.target)==null?void 0:_e.result,_.type)},pe.onerror=ve=>{console.error("🚀 ~ returnnewPromise ~ e:",ve)},pe.readAsArrayBuffer(_),g.value==null&&(g.value=V),I.value||(I.value=!0),p.value=!1,E.value=void 0}y.value+=1,d.value=Z})},B=()=>{n.useValidator&&Object.assign(N,Wn(n.fieldName,_=>!_&&n.mandatory?(n.label??"Photo")+" must be uploaded":n.invalid&&n.validatorMessage?n.validatorMessage:E.value?E.value:!0))},z=_=>{o.value[_]={src:null,type:null}},L=(_,V=null)=>{if(_){const Q=new Uint8Array(_).subarray(0,4);let b="";for(const Z of Q)b+=Z.toString(16);switch(b){case"89504e47":return"image/png";case"47494638":return"image/gif";case"ffd8ffe0":case"ffd8ffe1":case"ffd8ffe2":case"ffd8ffe3":case"ffd8ffe8":return"image/webp";default:return V}}return null},Y=_=>{const V=zJ(_.split(",")[1],"image/webp");return window.URL.createObjectURL(V)},J=async(_,V)=>{const Q=await fetch(_).then(b=>b.blob());return new File([Q],V,{type:"image/webp"})},K=async()=>{const _=g.value??0;try{await Ce(_)}catch(V){console.error(V)}ne()},ne=()=>{var _;I.value=!1,(_=d.value)==null||_.call(d),d.value=void 0},Ce=async _=>{if(M.value){const V=M.value.getResult();if(V.canvas){const Q=V.canvas.toDataURL("image/webp");await se(Q,_)}}},se=async(_,V)=>{try{a.value=document.createElement("canvas");const Q=a.value.getContext("2d"),b=new Image;b.src=_,await b.decode();const Z=80/100,ce=b.width*Z,ue=b.height*Z;a.value.setAttribute("width",ce.toString()),a.value.setAttribute("height",ue.toString()),Q&&Q.drawImage(b,0,0,ce,ue);const pe=a.value.toDataURL("image/webp",.95),ve=Date.now()+".webp",_e={canvas:a.value,compressed:{blob:Y(pe),base64:pe,fileName:ve,file:await J(Y(pe),ve),size:"",type:"image/webp"},message:"File has been compressed."};_e.compressed.size=Math.round(_e.compressed.file.size/1e3)+"KB",s.value[V]=_e.compressed.blob,n.multiple?N.value&&Array.isArray(N.value)?N.value[V]=_e.compressed.file:N.value=[_e.compressed.file]:N.value=_e.compressed.file,i("apply",_e)}catch(Q){console.error(Q)}},he=_=>{o.value[_].src&&URL.revokeObjectURL(o.value[_].src)},je=_=>{n.confirmOnDelete?D.value[_]=!0:Te(_)},Te=(_=0)=>{p.value=!1,E.value=void 0,s.value=s.value.toSpliced(_,1),he(_),o.value[_]={src:null,type:null},o.value=[o.value[+!_],o.value[_]],g.value=0,h.value=0,n.confirmOnDelete||i("delete",Te,_),n.multiple&&Array.isArray(N.value)?N.value=N.value.toSpliced(_,1):N.handleReset&&N.handleReset()},ae=_=>{var Q;const V=(Q=s.value[_])==null?void 0:Q.toString();g.value=_,V!=null&&V.includes("blob")?(g.value=_,I.value=!0):(z(_),w())},xe=()=>{w()},De=()=>{s.value=s.value.reverse(),N.value=N.value.reverse()},v=r.computed(()=>navigator.userAgent.includes("Firefox"));return r.watch(E,_=>{_&&N.setErrors&&N.setErrors(_)}),r.watch(I,_=>{_||c.value++}),r.watch(()=>N.value,_=>{i("update:fieldValue",_)}),(_,V)=>(r.openBlock(),r.createElementBlock(r.Fragment,null,[r.createVNode(yr,{class:r.normalizeClass([{"!w-max":!n.multiple,"!w-full":n.multiple}]),info:n.fieldInfo,label:n.label,mandatory:n.mandatory,"data-ts-name":"image-compressor","data-ts-section":"root"},{default:r.withCtx(()=>[r.createElementVNode("div",{class:r.normalizeClass(["w-full",{"grid gap-6 items-start grid-cols-2":_.multiple&&_.type==="normal"},{"grid gap-3 items-start grid-cols-[max-content,max-content]":_.multiple&&_.type==="inline-table"}]),"data-ts-section":"wrapper"},[s.value.length?(r.openBlock(),r.createElementBlock(r.Fragment,{key:0},[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(s.value,(Q,b)=>(r.openBlock(),r.createElementBlock("div",{key:b,draggable:s.value.length==2,onDragend:De,class:"flex gap-1 items-start","data-ts-section":"preview"},[r.createElementVNode("div",{class:r.normalizeClass(["flex gap-1",{"flex-col":_.type==="normal","items-center":_.type==="inline-table"}]),"data-ts-section":"preview-image-wrapper"},[r.createVNode(Ci,{class:r.normalizeClass({"w-[26px] h-[26px]":_.type==="inline-table"}),rounded:_.rounded,thumbnail:Q,"data-ts-section":"preview-image"},null,8,["class","rounded","thumbnail"]),n.disabled?r.createCommentVNode("",!0):(r.openBlock(),r.createElementBlock("div",bJ,[_.type==="normal"?(r.openBlock(),r.createElementBlock(r.Fragment,{key:0},[r.createVNode($e,{label:_.type==="normal"?"Edit":"",onClick:Z=>ae(b),class:"!py-0.5 !px-1 !h-max text-[11px]",icon:"pencil",text:""},null,8,["label","onClick"]),r.createVNode($e,{label:_.type==="normal"?"Delete":"",onClick:Z=>je(b),class:"!py-0.5 !px-1 !h-max text-[11px]",icon:"delete-bin",severity:"danger",text:""},null,8,["label","onClick"])],64)):(r.openBlock(),r.createElementBlock(r.Fragment,{key:1},[r.createVNode(Je,{onClick:Z=>ae(b),class:"text-xs p-0.5 rounded-xs mr-1",icon:"pencil",severity:"primary"},null,8,["onClick"]),r.createVNode(Je,{onClick:Z=>je(b),class:"text-xs p-0.5 rounded-xs",icon:"delete-bin",severity:"danger"},null,8,["onClick"])],64)),r.createVNode(Cr,{visible:D.value[b],"onUpdate:visible":Z=>D.value[b]=Z,closable:!1,onConfirm:Z=>i("delete",Te,b),body:"Are you sure you want to delete it?","confirm-label":"Delete",header:"Delete Photo",severity:"danger"},null,8,["visible","onUpdate:visible","onConfirm"])]))],2),_.type==="normal"?(r.openBlock(),r.createBlock($I,{key:0,"show-add-button":s.value.length===1&&n.multiple,"show-info":_.showInfo,onAddPhoto:V[1]||(V[1]=Z=>w(!0))},{default:r.withCtx(()=>[s.value.length===2&&n.multiple?(r.openBlock(),r.createBlock(Xd,{key:0,modelValue:h.value,"onUpdate:modelValue":V[0]||(V[0]=Z=>h.value=Z),"label-id":"default-"+b,value:b,label:"Set as default"},null,8,["modelValue","label-id","value"])):r.createCommentVNode("",!0)]),_:2},1032,["show-add-button","show-info"])):r.createCommentVNode("",!0)],40,UJ))),128)),_.multiple&&s.value.length==1&&_.type==="inline-table"?(r.openBlock(),r.createBlock($e,{key:0,onClick:V[2]||(V[2]=Q=>w(!0)),icon:"add-line",label:"Photo",text:""})):r.createCommentVNode("",!0)],64)):_.type!="inline-table"?(r.openBlock(),r.createElementBlock("div",OJ,[r.createElementVNode("button",{class:r.normalizeClass(["w-[125px] h-[125px]","flex items-center justify-center","ring-inset","cursor-pointer",{"ring-1":v.value,"ring-[0.5px]":!v.value},{"rounded-full":_.rounded,"rounded-lg":!_.rounded},{"ring-general-200 dark:ring-general-200 focus-visible:ring-primary-500 focus-visible:dark:ring-primary-500":!p.value&&!N.errorMessage,"ring-danger-500 dark:ring-danger-500":p.value||N.errorMessage},{"bg-white dark:bg-grayscale-900":!n.disabled,"bg-general-50 dark:bg-grayscale-800":n.disabled}]),onClick:V[3]||(V[3]=Q=>w(!1)),"data-ts-section":"input-image-trigger",type:"button"},[r.createVNode(Je,{class:"w-6 h-6","data-ts-section":"trigger-icon",icon:"image-add",severity:"primary"})],2),r.createVNode($I,{"show-info":_.showInfo},null,8,["show-info"])])):r.createCommentVNode("",!0)],2),(r.openBlock(),r.createElementBlock("input",{id:_.fieldName,key:c.value,ref_key:"inputImageFile",ref:l,multiple:n.multiple&&!s.value.length,onChange:j,accept:"image/*",class:"hidden","data-ts-section":"hidden-image-input",type:"file"},null,40,YJ)),_.type==="inline-table"&&!s.value.length?(r.openBlock(),r.createElementBlock("label",{key:0,for:_.fieldName,class:"inline-flex items-center cursor-pointer"},RJ,8,FJ)):r.createCommentVNode("",!0),_.showValidatorMessage?(r.openBlock(),r.createBlock(bn,{key:1,format:!1,message:N.errorMessage??E.value},null,8,["message"])):r.createCommentVNode("",!0)]),_:1},8,["class","info","label","mandatory"]),r.createVNode(Bi,{visible:I.value,"onUpdate:visible":V[4]||(V[4]=Q=>I.value=Q),class:r.normalizeClass(["w-max max-w-[98vw] min-w-[500px] !max-h-[94vh]"]),"content-class":["overflow-hidden overflow-y-auto min-h-[100px]"],draggable:!1,"footer-class":["!gap-1"],"data-ts-section":"dialog-cropper",header:"Adjust Photo",modal:""},{footer:r.withCtx(()=>[r.createVNode($e,{onClick:ne,label:"Cancel",plain:"",severity:"secondary",text:""}),r.createVNode($e,{onClick:xe,label:"Change Image",text:""}),r.createVNode($e,{onClick:K,label:"Apply",severity:"success",type:"button"})]),default:r.withCtx(()=>[g.value!=null?(r.openBlock(),r.createBlock(r.unref(qI),{key:0,ref_key:"vueAdvanceCropper",ref:M,"auto-zoom":!1,"background-wrapper-component":xJ,src:o.value[g.value].src,class:"upload-example-cropper h-400","foreground-class":"h-400","image-class":"h-400"},null,8,["src"])):r.createCommentVNode("",!0)]),_:1},8,["visible"])],64))}}),_J=["id","disabled","placeholder"],ef=r.defineComponent({__name:"InputBadge",props:{type:{default:"text"},modelValue:{},initialValue:{},useValidator:{type:Boolean},mandatory:{type:Boolean},validatorMessage:{},showValidatorMessage:{type:Boolean,default:!0},invalid:{type:Boolean},fieldName:{default:"inputBadge"},placeholder:{},disabled:{type:Boolean},label:{},fieldInfo:{},fieldTooltipPos:{},preserveDeletedIndex:{type:Boolean}},emits:["update:modelValue"],setup(e,{emit:t}){const n=e,i=t;r.onMounted(()=>{h()});const o=r.ref(null),a=r.ref(null),s=r.shallowRef(),l=r.reactive({value:n.initialValue??n.modelValue??[]}),c=r.computed(()=>{var j;return((j=n.label)==null?void 0:j.toLowerCase)+"-badge-input"}),M=r.computed(()=>n.invalid&&n.validatorMessage?n.validatorMessage:l.errorMessage),d=r.computed(()=>n.placeholder?n.placeholder:n.type==="email"?"Enter valid email":"Enter value"),g=r.computed(()=>{var j,C;return(C=(j=l.value)==null?void 0:j.filter(Boolean))==null?void 0:C.length}),h=()=>{var j,C;n.useValidator&&(Object.assign(l,Wn(n.fieldName,B=>!(B!=null&&B.length)&&n.mandatory?(n.label??"This field")+" must not be empty":!0)),(j=n.initialValue)!=null&&j.length?l.value=n.initialValue:(C=n.modelValue)!=null&&C.length&&(l.value=n.modelValue))},N=r.computed(()=>{var j;return n.invalid||!!l.errorMessage||!((j=l.value)!=null&&j.length)&&typeof s.value=="string"&&!s.value.length}),p=j=>/^[\w-]+(\.[\w-]+)*@([\w-]+\.)+[a-zA-Z]{2,7}$/.test(j),E=()=>{s.value&&(l.value=[...l.value??[],s.value],s.value=void 0,i("update:modelValue",l.value))},y=j=>{if(n.type==="email"&&o.value&&a.value&&s.value&&!p(s.value)){a.value.toggle(j,o.value);return}E()},I=j=>{var C;(C=l.value)==null||C.splice(j,1,...n.preserveDeletedIndex?[null]:[])},D=j=>{var C,B;j.key==="Backspace"&&!s.value&&(j.preventDefault(),n.type==="text"?s.value=(C=l.value)==null?void 0:C.pop():(B=l.value)==null||B.pop())},m=(j,C)=>{l.value&&j&&(l.value[C]=j,i("update:modelValue",l.value))},w=navigator.userAgent.includes("Firefox");return r.watch(()=>n.initialValue,j=>{j&&(l.value=j)},{once:!0}),r.watch(()=>n.modelValue,j=>{j&&(l.value=j)}),n.preserveDeletedIndex&&r.watchEffect(()=>{var j,C;(j=l.value)!=null&&j.length&&((C=l.value)!=null&&C.every(B=>B==null))&&(l.value=[])}),(j,C)=>(r.openBlock(),r.createBlock(yr,{info:j.fieldInfo,label:n.label,mandatory:n.mandatory,"tooltip-pos":j.fieldTooltipPos},{default:r.withCtx(()=>[r.createElementVNode("div",{class:r.normalizeClass(["flex flex-wrap gap-x-0.5 gap-y-[5px] items-center","min-h-[26px] h-fit w-full","ring-inset rounded px-[12px] py-[2px]",{"ring-[1px]":r.unref(w),"ring-[0.5px]":!r.unref(w)},{"!ring-danger-500 !dark:ring-danger-500":N.value},{"!ring-general-200 !dark:ring-general-200":!N.value},{"pointer-events-none":j.disabled}]),"data-ts-name":"input-badge","data-ts-section":"root"},[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(l.value,(B,z)=>(r.openBlock(),r.createElementBlock(r.Fragment,{key:B},[B?(r.openBlock(),r.createBlock(Lt,{key:0,label:B,onRemove:L=>{var Y;return I(z),(Y=o.value)==null?void 0:Y.focus()},"onUpdate:label":L=>m(L,z),editable:"",format:"nowrap",removable:"",severity:"dark"},null,8,["label","onRemove","onUpdate:label"])):r.createCommentVNode("",!0)],64))),128)),r.createElementVNode("form",{onSubmit:r.withModifiers(y,["prevent"]),class:"flex-1","data-ts-section":"form-input"},[r.withDirectives(r.createElementVNode("input",{id:c.value,ref_key:"badgeInput",ref:o,"onUpdate:modelValue":C[0]||(C[0]=B=>s.value=B),class:r.normalizeClass([...r.unref(gh).root({props:n,context:{disabled:j.disabled},parent:j.$parent}).class,"outline-none !w-full !bg-transparent !p-0 !shadow-none h-max !leading-4 min-w-[70px]",{"placeholder:text-transparent":g.value},"focus:placeholder:text-general-200"]),disabled:j.disabled,placeholder:d.value,onBlur:y,onFocus:C[1]||(C[1]=B=>{var z;return(z=a.value)==null?void 0:z.hide()}),onInput:C[2]||(C[2]=B=>{var z;return(z=a.value)==null?void 0:z.hide()}),onKeydown:D,"data-ts-section":"label-input",type:"text"},null,42,_J),[[r.vModelText,s.value]]),r.createVNode(r.unref(Kl),{ref_key:"op",ref:a,class:"px-3 py-1 text-[12px] text-general-800"},{default:r.withCtx(()=>[r.createVNode(Je,{class:"mr-1 text-warning-600 text-base",icon:"error"}),r.createTextVNode(" Email format is incorrect ")]),_:1},512)],32)],2),n.showValidatorMessage&&n.label?(r.openBlock(),r.createBlock(bn,{key:0,message:M.value},null,8,["message"])):r.createCommentVNode("",!0)]),_:1},8,["info","label","mandatory","tooltip-pos"]))}}),BM=({isFirefoxBased:e,invalidInput:t})=>[{"ring-[1px]":e,"ring-[0.5px]":!e},{"!ring-danger-500":t},"ring-inset","ring-general-200","[&:has(:focus)]:bg-none [&:has(:focus)]:dark:bg-none","[&:has(:focus)]:ring-primary-500","bg-white dark:bg-white","z-[0] [&:has(:focus)]:z-[12]"],tf={dialcode:e=>({class:[...BM(e),"rounded-l rounded-r-none"]}),inputnumber:e=>({class:[...BM(e),"rounded-r rounded-l-none -ml-[1px]"]})},nf={currency:e=>({class:[...BM(e),"rounded-l rounded-r-none"],"data-ts-section":"currency"}),value:e=>({class:[...BM(e),"rounded-r rounded-l-none -ml-[1px]"],"data-ts-section":"value"})},rf=r.defineComponent({__name:"InputCurrency",props:{modelValue:{},value:{},label:{},max:{},useValidator:{type:Boolean},fieldName:{},mandatory:{type:Boolean},validatorMessage:{},invalid:{type:Boolean},placeholder:{},disabled:{type:Boolean},showButtons:{type:Boolean},size:{},mode:{},useGrouping:{type:Boolean},fieldInfo:{},inputnNumberId:{}},emits:["update:modelValue","input"],setup(e,{emit:t}){var E,y;const n=e,i=t;r.onMounted(()=>{n.useValidator&&(Object.assign(c,Wn(n.fieldName??"currencyInput",I=>!(I!=null&&I.value)&&n.mandatory?`${n.label} must not be empty`:!0)),n.modelValue&&(c.value=n.modelValue))});const o=r.shallowRef(!1),a=r.shallowRef((E=n.modelValue)==null?void 0:E.value),s=navigator.userAgent.includes("Firefox"),l=r.shallowRef(UA((y=n.modelValue)==null?void 0:y.currency)),c=r.reactive({value:n.modelValue}),M=r.shallowRef(_T),d=r.computed(()=>{var I;return(I=l.value)==null?void 0:I.locale}),g=r.computed(()=>n.inputnNumberId?n.inputnNumberId:(n.label??n.fieldName??"input-number").toLowerCase().trim().replaceAll(" ","-")+"-inputnumber"),h=r.computed(()=>n.invalid||!!c.errorMessage),N=({currency:I},D)=>{const m=D!=null?{currency:I,value:D}:void 0;i("update:modelValue",m),c.value=m},p=()=>{r.nextTick(()=>{const I=document.getElementById(g.value);I&&I.focus()})};return r.watch(()=>n.modelValue,()=>{var I,D,m;l.value=(I=n.modelValue)!=null&&I.currency?UA((D=n.modelValue)==null?void 0:D.currency):l.value,c.value=n.modelValue,a.value=(m=n.modelValue)==null?void 0:m.value}),(I,D)=>(r.openBlock(),r.createBlock(lM,r.mergeProps(n,{modelValue:a.value,"onUpdate:modelValue":[D[4]||(D[4]=m=>a.value=m),D[5]||(D[5]=m=>N(l.value,m))],"input-id":g.value,"input-number-class":r.unref(nf).value({isFirefoxBased:r.unref(s),invalidInput:h.value}).class,invalid:h.value,locale:d.value,"min-fraction-digits":0,"use-validator":!1,"validator-message":c.errorMessage,"addon-left-class":"!p-0 !bg-transparent","input-group-class":"!ring-0",mode:"decimal","use-grouping":""}),{"addon-left":r.withCtx(()=>[r.createVNode(r.unref(wo),{modelValue:l.value,"onUpdate:modelValue":[D[0]||(D[0]=m=>l.value=m),D[3]||(D[3]=m=>N(m,a.value))],class:r.normalizeClass(r.unref(nf).currency({isFirefoxBased:r.unref(s),invalidInput:h.value}).class),"filter-fields":["label","currency"],options:M.value,pt:{input:{class:["py-1 pl-3 pr-2",r.unref(uh).input({props:{modelValue:l.value}}).class]}},onHide:D[1]||(D[1]=m=>(o.value=!1,p())),onShow:D[2]||(D[2]=m=>o.value=!0),"data-key":"currency",filter:"","filter-placeholder":"Search","option-label":"symbol"},{dropdownicon:r.withCtx(()=>[r.createVNode(Je,{class:r.normalizeClass(["w-full h-full transition-transform !text-general-500",{"rotate-180":o.value}]),icon:"arrow-drop-down"},null,8,["class"])]),option:r.withCtx(({option:m})=>[r.createTextVNode(r.toDisplayString(m.label),1)]),_:1},8,["modelValue","class","options","pt"])]),_:1},16,["modelValue","input-id","input-number-class","invalid","locale","validator-message"]))}}),Lc=r.defineComponent({__name:"InputText",props:{modelValue:{},value:{},maxLength:{default:30},label:{},useValidator:{type:Boolean},fieldName:{},mandatory:{type:Boolean},invalid:{type:Boolean},manualInvalidContainer:{type:Boolean,default:!1},validatorMessage:{},validateOnBlur:{type:Boolean,default:!1},validatorMessageClass:{},placeholder:{},type:{default:"text"},disabled:{type:Boolean},fieldInfo:{},inputClass:{},inputContainerClass:{},labelClass:{},blurOnReachMax:{type:Boolean},allowSpecialCharacters:{type:Boolean,default:!0}},emits:["blur","input","update:modelValue"],setup(e,{emit:t}){var E;const n=e,i=t,o=r.ref(0),a=r.ref(),s=r.shallowRef(n.value||n.modelValue),l=r.reactive({value:(E=n.modelValue)==null?void 0:E.trim()}),c=r.computed(()=>n.invalid||!!l.errorMessage);r.onMounted(()=>{var y;n.useValidator&&(Object.assign(l,Wn(n.fieldName??"textInput",I=>d(I==null?void 0:I.trim()))),n.value!=null&&(l.value=(y=n.value)==null?void 0:y.trim()))});const M=r.computed(()=>n.placeholder??`Enter ${n.label?n.label.toLowerCase():n.type??"text"}`),d=async y=>(await r.nextTick(),n.validatorMessage&&n.invalid?n.validatorMessage:!y&&n.mandatory?`${n.label} must not be empty`:(y==null?void 0:y.length)>n.maxLength&&(n.type==="text"||n.type==="email")?"Max. "+n.maxLength+" characters":y&&n.type==="email"?/^[\w-]+(\.[\w-]+)*@([\w-]+\.)+[a-zA-Z]{2,7}$/.test(y)?!0:"Email format is incorrect":y&&n.type==="url"?new RegExp("^(https?:\\/\\/)?((([a-z\\d]([a-z\\d-]*[a-z\\d])*)\\.)+[a-z]{2,}|((\\d{1,3}\\.){3}\\d{1,3}))(\\:\\d+)?(\\/[-a-z\\d%_.~+]*)*(\\?[;&a-z\\d%_.~+=-]*)?(\\#[-a-z\\d_]*)?$","i").test(y)?!0:"URL format is incorrect":n.allowSpecialCharacters?!0:/[^A-Za-z0-9 ]/.test(y)?"Cannot include any special characters":!0),g=y=>{s.value=String(y).slice(0,n.maxLength),h(y)},h=y=>{var w;const I=(w=a.value)==null?void 0:w.$el;if(!I)return;const{selectionStart:D,selectionEnd:m}=I;o.value++,I.blur(),r.nextTick(()=>{var C;const j=(C=a.value)==null?void 0:C.$el;if(j==null||j.focus(),D!==null&&m!==null){const B=D===n.maxLength&&(y==null?void 0:y.length)===n.maxLength?n.maxLength:D-1;j==null||j.setSelectionRange(B,B)}})},N=()=>{n.validateOnBlur&&(l.value=s.value),i("blur",s.value)},p=y=>{var j;const{value:I}=y.target;i("input",I);const D=y.inputType==="deleteContentBackward",m=I&&(I==null?void 0:I.length)>=n.maxLength,w=((j=l.value)==null?void 0:j.length)===n.maxLength;m&&n.blurOnReachMax&&!w?(g(I),i("input",I)):!w||D||!n.blurOnReachMax?(s.value=I,i("input",I)):(s.value=l.value,h()),n.validateOnBlur||(l.value=s.value),i("update:modelValue",s.value)};return r.watch(()=>n.value,y=>{l.value=y==null?void 0:y.trim(),s.value=l.value},{once:!0}),r.watch(()=>n.modelValue,y=>{l.value=y==null?void 0:y.trim(),s.value=l.value}),(y,I)=>(r.openBlock(),r.createBlock(yr,{info:y.fieldInfo,label:n.label,"label-class":n.labelClass,mandatory:n.mandatory},{default:r.withCtx(()=>[r.createVNode(Li,{class:r.normalizeClass(n.inputContainerClass??["grid ",{"grid-cols-[max-content,1fr,max-content]":y.$slots["addon-left"]&&y.$slots["addon-right"],"grid-cols-[1fr,max-content]":!y.$slots["addon-left"]&&y.$slots["addon-right"],"grid-cols-[max-content,1fr]":y.$slots["addon-left"]&&!y.$slots["addon-right"]}]),disabled:n.disabled,invalid:c.value&&!n.manualInvalidContainer},{default:r.withCtx(()=>[y.$slots["addon-left"]?(r.openBlock(),r.createBlock(r.unref(Fa),{key:0,disabled:n.disabled},{default:r.withCtx(()=>[r.renderSlot(y.$slots,"addon-left")]),_:3},8,["disabled"])):r.createCommentVNode("",!0),(r.openBlock(),r.createBlock(r.unref(xi),{key:o.value,ref_key:"input",ref:a,class:r.normalizeClass(["ts-inputtext",y.inputClass]),disabled:y.disabled,invalid:c.value,"model-value":l.value,placeholder:M.value,onBlur:N,onInput:p},null,8,["class","disabled","invalid","model-value","placeholder"])),y.$slots["addon-right"]?(r.openBlock(),r.createBlock(r.unref(Fa),{key:1,class:r.normalizeClass({"!text-general-200 !dark:text-general-200":n.disabled})},{default:r.withCtx(()=>[r.renderSlot(y.$slots,"addon-right")]),_:3},8,["class"])):r.createCommentVNode("",!0)]),_:3},8,["class","disabled","invalid"]),r.createVNode(bn,{class:r.normalizeClass(n.validatorMessageClass),message:l.errorMessage??n.validatorMessage},null,8,["class","message"])]),_:3},8,["info","label","label-class","mandatory"]))}}),af=r.defineComponent({__name:"InputEmail",props:{modelValue:{},label:{},labelClass:{},fieldName:{},manualInvalidContainer:{type:Boolean},mandatory:{type:Boolean},useValidator:{type:Boolean},validatorMessage:{},validatorMessageClass:{},placeholder:{},disabled:{type:Boolean},fieldInfo:{},inputClass:{},inputContainerClass:{}},emits:["update:modelValue","blur"],setup(e){return(t,n)=>(r.openBlock(),r.createBlock(Lc,{"field-info":t.fieldInfo,"field-name":t.fieldName,"input-class":t.inputClass,"input-container-class":t.inputContainerClass,label:t.label,"label-class":t.labelClass,mandatory:t.mandatory,"manual-invalid-container":t.manualInvalidContainer,"max-length":60,"model-value":t.modelValue,placeholder:t.placeholder,"use-validator":t.useValidator,"validator-message":t.validatorMessage,"validator-message-class":t.validatorMessageClass,onBlur:n[0]||(n[0]=i=>t.$emit("blur",i)),"onUpdate:modelValue":n[1]||(n[1]=i=>t.$emit("update:modelValue",i)),type:"email","validate-on-blur":""},null,8,["field-info","field-name","input-class","input-container-class","label","label-class","mandatory","manual-invalid-container","model-value","placeholder","use-validator","validator-message","validator-message-class"]))}});var vJ={root:"p-inputotp p-component",input:"p-inputotp-input"},VJ=wt.extend({name:"inputotp",classes:vJ}),GJ={name:"BaseInputOtp",extends:ot,props:{modelValue:{type:null,default:!1},invalid:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},variant:{type:String,default:null},tabindex:{type:Number,default:null},length:{type:Number,default:4},mask:{type:Boolean,default:!1},integerOnly:{type:Boolean,default:!1}},style:VJ,provide:function(){return{$parentInstance:this}}},of={name:"InputOtp",extends:GJ,inheritAttrs:!1,emits:["update:modelValue","change","focus","blur"],data:function(){return{tokens:[]}},watch:{modelValue:{immediate:!0,handler:function(t){this.tokens=t?t.split(""):new Array(this.length)}}},methods:{getTemplateAttrs:function(t){return{value:this.tokens[t]}},getTemplateEvents:function(t){var n=this;return{input:function(o){return n.onInput(o,t)},keydown:function(o){return n.onKeyDown(o)},focus:function(o){return n.onFocus(o)},blur:function(o){return n.onBlur(o)},paste:function(o){return n.onPaste(o)}}},getPTOptions:function(t){var n=t==="root"?this.ptmi:this.ptm;return n(t,{context:{checked:this.checked,disabled:this.disabled}})},onInput:function(t,n){this.tokens[n]=t.target.value,this.updateModel(t),t.inputType==="deleteContentBackward"?this.moveToPrev(t):(t.inputType==="insertText"||t.inputType==="deleteContentForward")&&this.moveToNext(t)},updateModel:function(t){var n=this.tokens.join("");this.$emit("update:modelValue",n),this.$emit("change",{originalEvent:t,value:n})},moveToPrev:function(t){var n=this.findPrevInput(t.target);n&&(n.focus(),n.select())},moveToNext:function(t){var n=this.findNextInput(t.target);n&&(n.focus(),n.select())},findNextInput:function(t){var n=t.nextElementSibling;if(n)return n.nodeName==="INPUT"?n:this.findNextInput(n)},findPrevInput:function(t){var n=t.previousElementSibling;if(n)return n.nodeName==="INPUT"?n:this.findPrevInput(n)},onFocus:function(t){t.target.select(),this.$emit("focus",t)},onBlur:function(t){this.$emit("blur",t)},onKeyDown:function(t){if(!(t.ctrlKey||t.metaKey))switch(t.code){case"ArrowLeft":this.moveToPrev(t),t.preventDefault();break;case"ArrowUp":case"ArrowDown":t.preventDefault();break;case"Backspace":t.target.value.length===0&&(this.moveToPrev(t),t.preventDefault());break;case"ArrowRight":this.moveToNext(t),t.preventDefault();break;default:(this.integerOnly&&!(Number(t.key)>=0&&Number(t.key)<=9)||this.tokens.join("").length>=this.length&&t.code!=="Delete")&&t.preventDefault();break}},onPaste:function(t){if(!(this.readonly||this.disabled)){var n=t.clipboardData.getData("text");if(n.length){var i=n.substring(0,this.length+1);(!this.integerOnly||!isNaN(i))&&(this.tokens=i.split(""),this.updateModel(t))}t.preventDefault()}}},computed:{inputMode:function(){return this.integerOnly?"numeric":"text"},inputType:function(){return this.mask?"password":"text"}},components:{OtpInputText:xi}};function PJ(e,t,n,i,o,a){var s=r.resolveComponent("OtpInputText");return r.openBlock(),r.createElementBlock("div",r.mergeProps({class:e.cx("root")},e.ptmi("root")),[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(e.length,function(l){return r.renderSlot(e.$slots,"default",{key:l,events:a.getTemplateEvents(l-1),attrs:a.getTemplateAttrs(l-1),index:l},function(){return[r.createVNode(s,{value:o.tokens[l-1],type:a.inputType,class:r.normalizeClass(e.cx("input")),inputmode:a.inputMode,variant:e.variant,readonly:e.readonly,disabled:e.disabled,invalid:e.invalid,tabindex:e.tabindex,unstyled:e.unstyled,onInput:function(M){return a.onInput(M,l-1)},onFocus:t[0]||(t[0]=function(c){return a.onFocus(c)}),onBlur:t[1]||(t[1]=function(c){return a.onBlur(c)}),onPaste:t[2]||(t[2]=function(c){return a.onPaste(c)}),onKeydown:t[3]||(t[3]=function(c){return a.onKeyDown(c)}),pt:e.ptm("input")},null,8,["value","type","class","inputmode","variant","readonly","disabled","invalid","tabindex","unstyled","onInput","pt"])]})}),128))],16)}of.render=PJ;const sf=r.defineComponent({__name:"InputOTP",props:{modelValue:{},disabled:{type:Boolean},invalid:{type:Boolean},length:{}},emits:["update:modelValue"],setup(e,{emit:t}){const n=e,i=t,o=r.ref(n.modelValue),a=s=>{const{code:l,key:c}=s;l.startsWith("Digit")||l.startsWith("Numpad")&&!isNaN(Number(c))||["ArrowLeft","ArrowRight","Backspace"].includes(l)||s.preventDefault()};return r.watch(o,s=>i("update:modelValue",s)),(s,l)=>(r.openBlock(),r.createBlock(r.unref(of),{modelValue:o.value,"onUpdate:modelValue":l[0]||(l[0]=c=>o.value=c),disabled:s.disabled,invalid:s.invalid,length:s.length??6,onKeydown:a},null,8,["modelValue","disabled","invalid","length"]))}});var lf={name:"EyeSlashIcon",extends:jt},HJ=r.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13.9414 6.74792C13.9437 6.75295 13.9455 6.757 13.9469 6.76003C13.982 6.8394 14.0001 6.9252 14.0001 7.01195C14.0001 7.0987 13.982 7.1845 13.9469 7.26386C13.6004 8.00059 13.1711 8.69549 12.6674 9.33515C12.6115 9.4071 12.54 9.46538 12.4582 9.50556C12.3765 9.54574 12.2866 9.56678 12.1955 9.56707C12.0834 9.56671 11.9737 9.53496 11.8788 9.47541C11.7838 9.41586 11.7074 9.3309 11.6583 9.23015C11.6092 9.12941 11.5893 9.01691 11.6008 8.90543C11.6124 8.79394 11.6549 8.68793 11.7237 8.5994C12.1065 8.09726 12.4437 7.56199 12.7313 6.99995C12.2595 6.08027 10.3402 2.8014 6.99732 2.8014C6.63723 2.80218 6.27816 2.83969 5.92569 2.91336C5.77666 2.93304 5.62568 2.89606 5.50263 2.80972C5.37958 2.72337 5.29344 2.59398 5.26125 2.44714C5.22907 2.30031 5.2532 2.14674 5.32885 2.01685C5.40451 1.88696 5.52618 1.79021 5.66978 1.74576C6.10574 1.64961 6.55089 1.60134 6.99732 1.60181C11.5916 1.60181 13.7864 6.40856 13.9414 6.74792ZM2.20333 1.61685C2.35871 1.61411 2.5091 1.67179 2.6228 1.77774L12.2195 11.3744C12.3318 11.4869 12.3949 11.6393 12.3949 11.7983C12.3949 11.9572 12.3318 12.1097 12.2195 12.2221C12.107 12.3345 11.9546 12.3976 11.7956 12.3976C11.6367 12.3976 11.4842 12.3345 11.3718 12.2221L10.5081 11.3584C9.46549 12.0426 8.24432 12.4042 6.99729 12.3981C2.403 12.3981 0.208197 7.59135 0.0532336 7.25198C0.0509364 7.24694 0.0490875 7.2429 0.0476856 7.23986C0.0162332 7.16518 3.05176e-05 7.08497 3.05176e-05 7.00394C3.05176e-05 6.92291 0.0162332 6.8427 0.0476856 6.76802C0.631261 5.47831 1.46902 4.31959 2.51084 3.36119L1.77509 2.62545C1.66914 2.51175 1.61146 2.36136 1.61421 2.20597C1.61695 2.05059 1.6799 1.90233 1.78979 1.79244C1.89968 1.68254 2.04794 1.6196 2.20333 1.61685ZM7.45314 8.35147L5.68574 6.57609V6.5361C5.5872 6.78938 5.56498 7.06597 5.62183 7.33173C5.67868 7.59749 5.8121 7.84078 6.00563 8.03158C6.19567 8.21043 6.43052 8.33458 6.68533 8.39089C6.94014 8.44721 7.20543 8.43359 7.45314 8.35147ZM1.26327 6.99994C1.7351 7.91163 3.64645 11.1985 6.99729 11.1985C7.9267 11.2048 8.8408 10.9618 9.64438 10.4947L8.35682 9.20718C7.86027 9.51441 7.27449 9.64491 6.69448 9.57752C6.11446 9.51014 5.57421 9.24881 5.16131 8.83592C4.74842 8.42303 4.4871 7.88277 4.41971 7.30276C4.35232 6.72274 4.48282 6.13697 4.79005 5.64041L3.35855 4.2089C2.4954 5.00336 1.78523 5.94935 1.26327 6.99994Z",fill:"currentColor"},null,-1),JJ=[HJ];function WJ(e,t,n,i,o,a){return r.openBlock(),r.createElementBlock("svg",r.mergeProps({width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e.pti()),JJ,16)}lf.render=WJ;var ZJ={root:function(t){var n=t.props;return{position:n.appendTo==="self"?"relative":void 0}}},XJ={root:function(t){var n=t.instance,i=t.props;return["p-password p-component p-inputwrapper",{"p-inputwrapper-filled":n.filled,"p-inputwrapper-focus":n.focused,"p-icon-field p-icon-field-right":i.toggleMask}]},input:function(t){var n=t.props;return["p-password-input",{"p-disabled":n.disabled}]},hideIcon:"p-input-icon",showIcon:"p-input-icon",panel:function(t){var n=t.instance;return["p-password-panel p-component",{"p-ripple-disabled":n.$primevue.config.ripple===!1}]},meter:"p-password-meter",meterLabel:function(t){var n=t.instance;return"p-password-strength ".concat(n.meter?n.meter.strength:"")},info:"p-password-info"},KJ=wt.extend({name:"password",classes:XJ,inlineStyles:ZJ}),qJ={name:"BasePassword",extends:ot,props:{modelValue:String,promptLabel:{type:String,default:null},mediumRegex:{type:[String,RegExp],default:"^(((?=.*[a-z])(?=.*[A-Z]))|((?=.*[a-z])(?=.*[0-9]))|((?=.*[A-Z])(?=.*[0-9])))(?=.{6,})"},strongRegex:{type:[String,RegExp],default:"^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.{8,})"},weakLabel:{type:String,default:null},mediumLabel:{type:String,default:null},strongLabel:{type:String,default:null},feedback:{type:Boolean,default:!0},appendTo:{type:[String,Object],default:"body"},toggleMask:{type:Boolean,default:!1},hideIcon:{type:String,default:void 0},showIcon:{type:String,default:void 0},variant:{type:String,default:null},invalid:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},placeholder:{type:String,default:null},required:{type:Boolean,default:!1},inputId:{type:String,default:null},inputClass:{type:[String,Object],default:null},inputStyle:{type:Object,default:null},inputProps:{type:null,default:null},panelId:{type:String,default:null},panelClass:{type:[String,Object],default:null},panelStyle:{type:Object,default:null},panelProps:{type:null,default:null},ariaLabelledby:{type:String,default:null},ariaLabel:{type:String,default:null}},style:KJ,provide:function(){return{$parentInstance:this}}},cf={name:"Password",extends:qJ,inheritAttrs:!1,emits:["update:modelValue","change","focus","blur","invalid"],data:function(){return{id:this.$attrs.id,overlayVisible:!1,meter:null,infoText:null,focused:!1,unmasked:!1}},watch:{"$attrs.id":function(t){this.id=t||on()}},mediumCheckRegExp:null,strongCheckRegExp:null,resizeListener:null,scrollHandler:null,overlay:null,mounted:function(){this.id=this.id||on(),this.infoText=this.promptText,this.mediumCheckRegExp=new RegExp(this.mediumRegex),this.strongCheckRegExp=new RegExp(this.strongRegex)},beforeUnmount:function(){this.unbindResizeListener(),this.scrollHandler&&(this.scrollHandler.destroy(),this.scrollHandler=null),this.overlay&&(Yt.clear(this.overlay),this.overlay=null)},methods:{onOverlayEnter:function(t){Yt.set("overlay",t,this.$primevue.config.zIndex.overlay),U.addStyles(t,{position:"absolute",top:"0",left:"0"}),this.alignOverlay(),this.bindScrollListener(),this.bindResizeListener()},onOverlayLeave:function(){this.unbindScrollListener(),this.unbindResizeListener(),this.overlay=null},onOverlayAfterLeave:function(t){Yt.clear(t)},alignOverlay:function(){this.appendTo==="self"?U.relativePosition(this.overlay,this.$refs.input.$el):(this.overlay.style.minWidth=U.getOuterWidth(this.$refs.input.$el)+"px",U.absolutePosition(this.overlay,this.$refs.input.$el))},testStrength:function(t){var n=0;return this.strongCheckRegExp.test(t)?n=3:this.mediumCheckRegExp.test(t)?n=2:t.length&&(n=1),n},onInput:function(t){this.$emit("update:modelValue",t.target.value),this.$emit("change",t)},onFocus:function(t){this.focused=!0,this.feedback&&(this.setPasswordMeter(this.modelValue),this.overlayVisible=!0),this.$emit("focus",t)},onBlur:function(t){this.focused=!1,this.feedback&&(this.overlayVisible=!1),this.$emit("blur",t)},onKeyUp:function(t){if(this.feedback){var n=t.target.value,i=this.checkPasswordStrength(n),o=i.meter,a=i.label;if(this.meter=o,this.infoText=a,t.code==="Escape"){this.overlayVisible&&(this.overlayVisible=!1);return}this.overlayVisible||(this.overlayVisible=!0)}},setPasswordMeter:function(){if(!this.modelValue){this.meter=null,this.infoText=this.promptText;return}var t=this.checkPasswordStrength(this.modelValue),n=t.meter,i=t.label;this.meter=n,this.infoText=i,this.overlayVisible||(this.overlayVisible=!0)},checkPasswordStrength:function(t){var n=null,i=null;switch(this.testStrength(t)){case 1:n=this.weakText,i={strength:"weak",width:"33.33%"};break;case 2:n=this.mediumText,i={strength:"medium",width:"66.66%"};break;case 3:n=this.strongText,i={strength:"strong",width:"100%"};break;default:n=this.promptText,i=null;break}return{label:n,meter:i}},onInvalid:function(t){this.$emit("invalid",t)},bindScrollListener:function(){var t=this;this.scrollHandler||(this.scrollHandler=new wa(this.$refs.input.$el,function(){t.overlayVisible&&(t.overlayVisible=!1)})),this.scrollHandler.bindScrollListener()},unbindScrollListener:function(){this.scrollHandler&&this.scrollHandler.unbindScrollListener()},bindResizeListener:function(){var t=this;this.resizeListener||(this.resizeListener=function(){t.overlayVisible&&!U.isTouchDevice()&&(t.overlayVisible=!1)},window.addEventListener("resize",this.resizeListener))},unbindResizeListener:function(){this.resizeListener&&(window.removeEventListener("resize",this.resizeListener),this.resizeListener=null)},overlayRef:function(t){this.overlay=t},onMaskToggle:function(){this.unmasked=!this.unmasked},onOverlayClick:function(t){Ar.emit("overlay-click",{originalEvent:t,target:this.$el})}},computed:{inputType:function(){return this.unmasked?"text":"password"},filled:function(){return this.modelValue!=null&&this.modelValue.toString().length>0},weakText:function(){return this.weakLabel||this.$primevue.config.locale.weak},mediumText:function(){return this.mediumLabel||this.$primevue.config.locale.medium},strongText:function(){return this.strongLabel||this.$primevue.config.locale.strong},promptText:function(){return this.promptLabel||this.$primevue.config.locale.passwordPrompt},panelUniqueId:function(){return this.id+"_panel"}},components:{PInputText:xi,Portal:ji,EyeSlashIcon:lf,EyeIcon:wg}};function xc(e){"@babel/helpers - typeof";return xc=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},xc(e)}function Af(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),n.push.apply(n,i)}return n}function Mf(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?Af(Object(n),!0).forEach(function(i){$J(e,i,n[i])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Af(Object(n)).forEach(function(i){Object.defineProperty(e,i,Object.getOwnPropertyDescriptor(n,i))})}return e}function $J(e,t,n){return t=eW(t),t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function eW(e){var t=tW(e,"string");return xc(t)=="symbol"?t:String(t)}function tW(e,t){if(xc(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var i=n.call(e,t||"default");if(xc(i)!="object")return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var nW=["id"];function rW(e,t,n,i,o,a){var s=r.resolveComponent("PInputText"),l=r.resolveComponent("Portal");return r.openBlock(),r.createElementBlock("div",r.mergeProps({class:e.cx("root"),style:e.sx("root")},e.ptmi("root")),[r.createVNode(s,r.mergeProps({ref:"input",id:e.inputId,type:a.inputType,class:[e.cx("input"),e.inputClass],style:e.inputStyle,value:e.modelValue,"aria-labelledby":e.ariaLabelledby,"aria-label":e.ariaLabel,"aria-controls":e.panelProps&&e.panelProps.id||e.panelId||a.panelUniqueId,"aria-expanded":o.overlayVisible,"aria-haspopup":!0,placeholder:e.placeholder,required:e.required,disabled:e.disabled,variant:e.variant,invalid:e.invalid,onInput:a.onInput,onFocus:a.onFocus,onBlur:a.onBlur,onKeyup:a.onKeyUp,onInvalid:a.onInvalid},e.inputProps,{pt:e.ptm("input"),unstyled:e.unstyled}),null,16,["id","type","class","style","value","aria-labelledby","aria-label","aria-controls","aria-expanded","placeholder","required","disabled","variant","invalid","onInput","onFocus","onBlur","onKeyup","onInvalid","pt","unstyled"]),e.toggleMask&&o.unmasked?r.renderSlot(e.$slots,"hideicon",{key:0,onClick:a.onMaskToggle,toggleCallback:a.onMaskToggle},function(){return[(r.openBlock(),r.createBlock(r.resolveDynamicComponent(e.hideIcon?"i":"EyeSlashIcon"),r.mergeProps({class:[e.cx("hideIcon"),e.hideIcon],onClick:a.onMaskToggle},e.ptm("hideIcon")),null,16,["class","onClick"]))]}):r.createCommentVNode("",!0),e.toggleMask&&!o.unmasked?r.renderSlot(e.$slots,"showicon",{key:1,onClick:a.onMaskToggle,toggleCallback:a.onMaskToggle},function(){return[(r.openBlock(),r.createBlock(r.resolveDynamicComponent(e.showIcon?"i":"EyeIcon"),r.mergeProps({class:[e.cx("showIcon"),e.showIcon],onClick:a.onMaskToggle},e.ptm("showIcon")),null,16,["class","onClick"]))]}):r.createCommentVNode("",!0),r.createElementVNode("span",r.mergeProps({class:"p-hidden-accessible","aria-live":"polite"},e.ptm("hiddenAccesible"),{"data-p-hidden-accessible":!0}),r.toDisplayString(o.infoText),17),r.createVNode(l,{appendTo:e.appendTo},{default:r.withCtx(function(){return[r.createVNode(r.Transition,r.mergeProps({name:"p-connected-overlay",onEnter:a.onOverlayEnter,onLeave:a.onOverlayLeave,onAfterLeave:a.onOverlayAfterLeave},e.ptm("transition")),{default:r.withCtx(function(){return[o.overlayVisible?(r.openBlock(),r.createElementBlock("div",r.mergeProps({key:0,ref:a.overlayRef,id:e.panelId||a.panelUniqueId,class:[e.cx("panel"),e.panelClass],style:e.panelStyle,onClick:t[0]||(t[0]=function(){return a.onOverlayClick&&a.onOverlayClick.apply(a,arguments)})},Mf(Mf({},e.panelProps),e.ptm("panel"))),[r.renderSlot(e.$slots,"header"),r.renderSlot(e.$slots,"content",{},function(){return[r.createElementVNode("div",r.mergeProps({class:e.cx("meter")},e.ptm("meter")),[r.createElementVNode("div",r.mergeProps({class:e.cx("meterLabel"),style:{width:o.meter?o.meter.width:""}},e.ptm("meterLabel")),null,16)],16),r.createElementVNode("div",r.mergeProps({class:e.cx("info")},e.ptm("info")),r.toDisplayString(o.infoText),17)]}),r.renderSlot(e.$slots,"footer")],16,nW)):r.createCommentVNode("",!0)]}),_:3},16,["onEnter","onLeave","onAfterLeave"])]}),_:3},8,["appendTo"])],16)}cf.render=rW;const iW=["onClick"],aW=["onClick"],uf=r.defineComponent({__name:"InputPassword",props:{modelValue:{},label:{},labelClass:{},inputContainerClass:{},mandatory:{type:Boolean},placeholder:{},feedback:{type:Boolean},fieldName:{},useValidator:{type:Boolean},invalid:{type:Boolean},validatorMessage:{},validatorMessageClass:{}},emits:["update:modelValue"],setup(e,{emit:t}){const n=e,i=t,o=r.ref(n.modelValue),a=r.reactive({value:void 0}),s=r.computed(()=>n.invalid||!!a.errorMessage),l=r.computed(()=>n.invalid&&n.validatorMessage?n.validatorMessage:a.errorMessage);r.onMounted(()=>{n.useValidator&&Object.assign(a,Wn(n.fieldName??"password",g=>c(g)))});const c=g=>!g&&n.mandatory?`${n.label} must not be empty`:n.validatorMessage&&n.invalid?n.validatorMessage:!0,M=g=>{i("update:modelValue",g),n.useValidator&&(a.value=g)},d=g=>{const h=g.target;h.previousElementSibling&&h.previousElementSibling.tagName==="INPUT"&&h.previousElementSibling.focus()};return r.watch(()=>n.modelValue,g=>{o.value=g,a.value=g}),(g,h)=>(r.openBlock(),r.createBlock(yr,{label:n.label,"label-class":n.labelClass,mandatory:n.mandatory},{default:r.withCtx(()=>[r.createVNode(Li,{class:r.normalizeClass(n.inputContainerClass),invalid:s.value},{default:r.withCtx(()=>[r.createVNode(r.unref(cf),{modelValue:o.value,"onUpdate:modelValue":[h[0]||(h[0]=N=>o.value=N),M],feedback:n.feedback,invalid:s.value,placeholder:n.placeholder,"toggle-mask":""},{showicon:r.withCtx(({toggleCallback:N})=>[r.createElementVNode("button",{class:r.normalizeClass([r.unref(Ou).showicon.class,"unset"]),onClick:p=>(N(),d(p))},[r.createVNode(Je,{icon:"eye"})],10,iW)]),hideicon:r.withCtx(({toggleCallback:N})=>[r.createElementVNode("button",{class:r.normalizeClass([r.unref(Ou).showicon.class,"unset"]),onClick:p=>(N(),d(p))},[r.createVNode(Je,{icon:"eye-off"})],10,aW)]),_:1},8,["modelValue","feedback","invalid","placeholder"])]),_:1},8,["class","invalid"]),r.createVNode(bn,{class:r.normalizeClass(n.validatorMessageClass),message:l.value},null,8,["class","message"])]),_:1},8,["label","label-class","mandatory"]))}}),oW={class:"grid grid-cols-[max-content,auto] w-full","data-ts-section":"phone-number-input-wrapper"},sW={class:"flex gap-2"},lW=["src"],df=r.defineComponent({__name:"InputPhoneNumber",props:{modelValue:{},value:{},label:{},placeholder:{},disabled:{type:Boolean},invalid:{type:Boolean},useValidator:{type:Boolean},fieldName:{},mandatory:{type:Boolean},validatorMessage:{},fieldInfo:{}},emits:["update:modelValue"],setup(e,{emit:t}){const n=e,i=t;r.onBeforeMount(async()=>{l.value=await N(),c.value=D()}),r.onMounted(async()=>{h.value=n.modelValue,n.useValidator&&Object.assign(h,Wn(n.fieldName??"numberInput",j=>s(j))),n.value&&I(n.value),n.modelValue&&I(n.modelValue)});const o=r.computed(()=>n.invalid||!!h.errorMessage),a=navigator.userAgent.includes("Firefox"),s=async j=>(await r.nextTick(),!j&&n.mandatory?n.validatorMessage??`${n.label} must not be empty`:n.invalid&&n.validatorMessage?n.validatorMessage:!0),l=r.shallowRef(),c=r.shallowRef(),M=r.shallowRef(),d=r.shallowRef(!1),g=r.ref(0),h=r.reactive({value:null}),N=async()=>{d.value=!0;const{data:j}=await _n.get("https://assets.tagsamurai.com/json/country-dial-code.json");return d.value=!1,j.filter(C=>C.dial_code)??[]},p=j=>{M.value=j==null?void 0:j.value,E()},E=()=>{h.value=M.value?`${c.value} ${M.value}`:void 0,i("update:modelValue",h.value)},y=()=>{r.nextTick(()=>{const j=document.getElementById("phone-number-input");j&&j.focus()})},I=j=>{const C=j==null?void 0:j.split(" ");C!=null&&C.length?(c.value=C[0],M.value=parseInt(C[1]),h.value=M.value?`${c.value} ${M.value}`:void 0,d.value=!1):h.value=void 0},D=()=>{var j;if(l.value){const C="SH-AC",{region:B}=new Intl.Locale(C);return((j=l.value.find(z=>z.code===B))==null?void 0:j.dial_code)??"+62"}return"+62"},m=j=>{M.value=parseInt(String(j).slice(0,15)),E(),g.value++},w=j=>typeof j=="number"?j.toString().length:0;return r.watch(()=>n.value,j=>{I(j)},{once:!0}),r.watch(()=>n.modelValue,j=>{I(j)}),r.watch(M,j=>{w(j)>15&&m(j)}),(j,C)=>(r.openBlock(),r.createBlock(yr,{info:n.fieldInfo,label:n.label,mandatory:n.mandatory},{default:r.withCtx(()=>[r.createElementVNode("div",oW,[r.createVNode(r.unref(wo),{modelValue:c.value,"onUpdate:modelValue":C[0]||(C[0]=B=>c.value=B),class:r.normalizeClass(r.unref(tf).dialcode({isFirefoxBased:r.unref(a),invalidInput:o.value}).class),disabled:n.disabled,"filter-fields":["dial_code","name"],loading:d.value,options:l.value,onChange:E,onHide:y,"data-ts-section":"dialcode",filter:"","filter-placeholder":"Search","option-label":"dial_code","option-value":"dial_code"},{dropdownicon:r.withCtx(()=>[r.createVNode(Je,{class:"w-full h-full transition-transform",icon:"arrow-drop-down"})]),option:r.withCtx(({option:B})=>[r.createElementVNode("div",sW,[r.createElementVNode("img",{src:B.image,alt:"country-img",style:{height:"16px"}},null,8,lW),r.createElementVNode("span",null,r.toDisplayString(B.name),1),r.createElementVNode("span",null,r.toDisplayString(B.dial_code),1)])]),_:1},8,["modelValue","class","disabled","loading","options"]),(r.openBlock(),r.createBlock(r.unref(Es),r.mergeProps({key:g.value},j.$props,{modelValue:M.value,"onUpdate:modelValue":C[1]||(C[1]=B=>M.value=B),class:r.unref(tf).inputnumber({isFirefoxBased:r.unref(a),invalidInput:o.value}).class,disabled:n.disabled,"use-grouping":!1,onInput:p,"data-ts-section":"inputnumber","input-id":"phone-number-input",placeholder:"Enter phone number"}),null,16,["modelValue","class","disabled"]))]),r.withDirectives(r.createVNode(bn,{message:h.errorMessage??n.validatorMessage},null,8,["message"]),[[r.vShow,h.errorMessage]])]),_:1},8,["info","label","mandatory"]))}}),cW={class:"flex gap-2 w-full","data-ts-section":"inputwrapper"},gf=r.defineComponent({__name:"InputRangeNumber",props:{modelValue:{},label:{},placeholder:{},minPlaceholder:{default:"Input"},maxPlaceholder:{default:"Input"},disabled:{type:Boolean}},emits:["update:modelValue"],setup(e,{emit:t}){const n=e,i=t,o=r.reactive({value:[]});return r.watch(o,()=>{var a,s;((a=o.value)==null?void 0:a[0])!=null&&((s=o.value)==null?void 0:s[1])!=null&&i("update:modelValue",o.value)}),r.watch(()=>n.modelValue,a=>{(a==null?void 0:a[0])!=null&&(a==null?void 0:a[1])!=null&&(o.value=a)}),(a,s)=>(r.openBlock(),r.createBlock(yr,{label:n.label},{default:r.withCtx(()=>[r.createElementVNode("div",cW,[r.createVNode(Li,null,{default:r.withCtx(()=>{var l;return[r.createVNode(r.unref(Es),r.mergeProps(a.$props,{"model-value":(l=o.value)==null?void 0:l[0],placeholder:a.minPlaceholder,"use-grouping":!1,"onUpdate:modelValue":s[0]||(s[0]=c=>o.value&&(o.value[0]=c)),class:"w-full","input-id":"range-start"}),null,16,["model-value","placeholder"])]}),_:1}),r.createTextVNode(" - "),r.createVNode(Li,null,{default:r.withCtx(()=>{var l;return[r.createVNode(r.unref(Es),r.mergeProps(a.$props,{"model-value":(l=o.value)==null?void 0:l[1],placeholder:a.maxPlaceholder,"use-grouping":!1,"onUpdate:modelValue":s[1]||(s[1]=c=>o.value&&(o.value[1]=c)),class:"w-full","input-id":"range-end"}),null,16,["model-value","placeholder"])]}),_:1})])]),_:1},8,["label"]))}}),AW={class:"w-full"},Nf=r.defineComponent({__name:"InputSearch",emits:["search"],setup(e,{emit:t}){const n=t,i=r.ref(),o=r.ref(),a=s=>{i.value=s.target.value||void 0,o.value=s.target.value||void 0};return(s,l)=>{var c,M;return r.openBlock(),r.createElementBlock("form",{class:r.normalizeClass(["text-xs flex gap-1 h-[34px] px-[21px] items-center","rounded-[18px] bg-general-50"]),onSubmit:l[1]||(l[1]=r.withModifiers(d=>n("search",i.value),["prevent"]))},[r.createElementVNode("div",AW,[r.createVNode(r.unref(xi),{class:r.normalizeClass(["h-auto !shadow-none !p-0 !text-general-500 placeholder:text-general-200 !bg-general-50"]),"model-value":o.value,onInput:a,autocomplete:"off",placeholder:"Search"},null,8,["model-value"])]),r.createVNode(Je,{class:r.normalizeClass(["text-md !text-general-400 !w-4 !h-4",{hidden:(c=o.value)==null?void 0:c.length}]),icon:"search"},null,8,["class"]),r.createVNode(Je,{class:r.normalizeClass(["text-md !text-general-400 !w-4 !h-4",{hidden:!((M=o.value)!=null&&M.length)}]),onClick:l[0]||(l[0]=d=>o.value=void 0),"data-ts-section":"reset-filter-icon",icon:"close"},null,8,["class"])],32)}}}),hf=r.defineComponent({__name:"InputURL",props:{modelValue:{},label:{},fieldName:{},mandatory:{type:Boolean},useValidator:{type:Boolean},validatorMessage:{},invalid:{type:Boolean},placeholder:{},disabled:{type:Boolean},fieldInfo:{}},emits:["update:modelValue"],setup(e,{emit:t}){const n=e,i=t;return(o,a)=>(r.openBlock(),r.createBlock(Lc,r.mergeProps({"onUpdate:modelValue":a[0]||(a[0]=s=>i("update:modelValue",s))},n,{type:"url","validate-on-blur":""}),null,16))}}),MW={class:r.normalizeClass(["w-screen h-screen fixed top-0 left-0 z-[9999999]","bg-[#d9dbe9b3]","transition-opacity"]),"data-ts-name":"loading-overlay","data-ts-section":"overlay"},uW=["src"],Ef=r.defineComponent({__name:"Loading",setup(e){const{loading:t}=ri(),n=r.shallowRef([]),i=r.shallowRef(0);return r.onMounted(async()=>{n.value=[(await Promise.resolve().then(()=>qW)).default,(await Promise.resolve().then(()=>$W)).default,(await Promise.resolve().then(()=>eZ)).default,(await Promise.resolve().then(()=>tZ)).default];const o=setInterval(()=>{i.value=(i.value+1)%n.value.length},400);r.onUnmounted(()=>{clearInterval(o)})}),(o,a)=>r.unref(t)?(r.openBlock(),r.createBlock(r.Teleport,{key:0,to:"body"},[r.createElementVNode("div",MW,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(n.value,(s,l)=>(r.openBlock(),r.createElementBlock("img",{key:l,class:r.normalizeClass(["absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2","opacity-0","transition-opacity duration-300 delay-[25ms] ease-in",{"opacity-100":i.value===l}]),src:s,"data-ts-section":"loading-icon"},null,10,uW))),128))])])):r.createCommentVNode("",!0)}}),DLe="",dW=["id"],gW={class:"list-none m-0 p-0 outline-none transition-shadow","data-ts-section":"menu"},NW=["aria-label","onClick"],hW={"aria-hidden":"true",class:"flex items-center justify-start gap-2 px-4 py-1.5 hover:bg-surface-50 text-xs no-underline overflow-hidden cursor-pointer select-none","data-pc-section":"action",tabindex:"-1"},Tf=r.defineComponent({__name:"Menu",props:{model:{},popup:{type:Boolean},appendTo:{},autoZIndex:{type:Boolean},baseZIndex:{},exact:{type:Boolean},tabindex:{},ariaLabel:{},ariaLabelledby:{},pt:{},ptOptions:{},unstyled:{type:Boolean}},emits:["focus","blur"],setup(e,{expose:t}){const n=r.shallowRef(!1),i=r.ref((+new Date).toString()),o=r.ref(null);r.onMounted(()=>{N(),E()}),r.onBeforeUnmount(()=>{p(),y()});const a=I=>{n.value=!0;const D=I.target;o.value=D.closest("button")||D,r.nextTick(()=>{const m=document.getElementById(i.value);if(m&&o.value){const{top:w,left:j}=o.value.getBoundingClientRect(),{offsetHeight:C=0,offsetWidth:B=0}=o.value??{},z=window.innerWidth-j,L=m.style;L.top=`${w+C+4}px`,L.left=`${z<m.offsetWidth+16?window.innerWidth-m.offsetWidth-z+B:j}px`,M()}})},s=()=>{n.value=!1,d(),p(),y()},l=I=>{n.value?s():a(I)},c=I=>{const D=I.target;D.closest("button")!==o.value&&D!==o.value&&s()},M=()=>{document.addEventListener("click",c)},d=()=>{document.removeEventListener("click",c)},g=()=>{n.value&&s()},h=()=>{n.value&&s()},N=()=>{window.addEventListener("resize",g)},p=()=>{window.removeEventListener("resize",g)},E=()=>{window.addEventListener("scroll",h)},y=()=>{window.removeEventListener("scroll",h)};return t({toggle:l}),(I,D)=>(r.openBlock(),r.createBlock(r.Teleport,{to:"body"},[r.createVNode(r.Transition,{name:"fade"},{default:r.withCtx(()=>[n.value?(r.openBlock(),r.createElementBlock("div",r.mergeProps({key:0},I.$attrs,{id:i.value,class:[...r.unref(Nh).root.class,"absolute","z-40","top-0 left-0","transition-all"],"data-ts-name":"menu","data-ts-section":"root"}),[r.createElementVNode("ul",gW,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(I.model,m=>(r.openBlock(),r.createElementBlock("li",{key:m.label,"aria-label":m.label,onClick:w=>{var j;return(j=m.command)==null?void 0:j.call(m,{originalEvent:w,item:m})},class:"cursor-pointer","data-pc-section":"menuitem"},[r.renderSlot(I.$slots,"item",{item:m},()=>[r.createElementVNode("a",hW,[m.icon?(r.openBlock(),r.createBlock(Je,{key:0,icon:m.icon,severity:m.danger?"danger":void 0},null,8,["icon","severity"])):r.createCommentVNode("",!0),r.createElementVNode("span",{class:r.normalizeClass(["text-inherit",{"!text-danger-500":m.danger}]),"data-pc-section":"label"},r.toDisplayString(m.label),3)])])],8,NW))),128))])],16,dW)):r.createCommentVNode("",!0)]),_:3})]))}}),wLe="",yf=r.defineComponent({__name:"Paginator",props:{totalRecords:{},rows:{},first:{},pageLinkSize:{},rowsPerPageOptions:{},template:{},currentPageReportTemplate:{},alwaysShow:{type:Boolean},pt:{},ptOptions:{}},emits:["update:first","update:rows","page"],setup(e){return(t,n)=>(r.openBlock(),r.createBlock(r.unref(Mg),r.mergeProps(t.$props,{onPage:n[0]||(n[0]=i=>t.$emit("page",i)),"onUpdate:first":n[1]||(n[1]=i=>t.$emit("update:first",i)),"onUpdate:rows":n[2]||(n[2]=i=>t.$emit("update:rows",i))}),null,16))}}),EW={class:"flex items-center gap-2"},TW={class:"text-xs font-medium"},pf=r.defineComponent({__name:"ProgressBar",props:{value:{},maxValue:{},maxBarWidth:{default:120}},setup(e){const t=e,n=`width: ${t.maxBarWidth}px`;return(i,o)=>(r.openBlock(),r.createElementBlock("div",EW,[r.createElementVNode("div",{style:n},[r.createVNode(r.unref(Jg),{"show-value":!1,value:t.value/t.maxValue*100},null,8,["value"])]),r.createElementVNode("div",TW,r.toDisplayString(t.value)+"/"+r.toDisplayString(t.maxValue),1)]))}}),yW={class:"flex gap-3 items-center","data-ts-name":"steps","data-ts-section":"root"},If=r.defineComponent({__name:"Steps",props:{steps:{},currentStep:{}},setup(e){return(t,n)=>(r.openBlock(),r.createElementBlock("div",yW,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(t.steps,(i,o)=>(r.openBlock(),r.createElementBlock("div",{key:i.toString(),class:r.normalizeClass(["flex gap-1 items-center text-general-300 text-xs font-semibold",{"!text-primary-500":o+1===t.currentStep}]),"data-ts-section":"stepitem"},[r.createElementVNode("span",{class:r.normalizeClass(["flex items-center justify-center","rounded-full border-2 w-5 h-5 tracking-[0.03em]","bg-general-50","border-general-300",{"!bg-primary-50 !border-primary-500":o+1===t.currentStep}]),"data-ts-section":"stepnumber"},r.toDisplayString(o+1),3),r.createTextVNode(" "+r.toDisplayString(typeof i=="string"?i:i.label),1)],2))),128))]))}});var pW={root:"p-tabmenu p-component",menu:"p-tabmenu-nav p-reset",menuitem:function(t){var n=t.instance,i=t.index,o=t.item;return["p-tabmenuitem",{"p-highlight":n.d_activeIndex===i,"p-disabled":n.disabled(o)}]},action:"p-menuitem-link",icon:"p-menuitem-icon",label:"p-menuitem-text",inkbar:"p-tabmenu-ink-bar"},IW=wt.extend({name:"tabmenu",classes:pW}),fW={name:"BaseTabMenu",extends:ot,props:{model:{type:Array,default:null},activeIndex:{type:Number,default:0},ariaLabelledby:{type:String,default:null},ariaLabel:{type:String,default:null}},style:IW,provide:function(){return{$parentInstance:this}}},ff={name:"TabMenu",extends:fW,inheritAttrs:!1,emits:["update:activeIndex","tab-change"],timeout:null,data:function(){return{d_activeIndex:this.activeIndex}},watch:{activeIndex:function(t){this.d_activeIndex=t}},mounted:function(){this.updateInkBar();var t=this.findActiveItem();t&&(t.tabIndex="0")},updated:function(){this.updateInkBar()},beforeUnmount:function(){clearTimeout(this.timeout)},methods:{getPTOptions:function(t,n,i){return this.ptm(t,{context:{item:n,index:i}})},onItemClick:function(t,n,i){if(this.disabled(n)){t.preventDefault();return}n.command&&n.command({originalEvent:t,item:n}),i!==this.d_activeIndex&&(this.d_activeIndex=i,this.$emit("update:activeIndex",this.d_activeIndex)),this.$emit("tab-change",{originalEvent:t,index:i})},onKeydownItem:function(t,n,i){switch(t.code){case"ArrowRight":{this.navigateToNextItem(t.target),t.preventDefault();break}case"ArrowLeft":{this.navigateToPrevItem(t.target),t.preventDefault();break}case"Home":{this.navigateToFirstItem(t.target),t.preventDefault();break}case"End":{this.navigateToLastItem(t.target),t.preventDefault();break}case"Space":case"NumpadEnter":case"Enter":{this.onItemClick(t,n,i),t.preventDefault();break}case"Tab":{this.onTabKey();break}}},navigateToNextItem:function(t){var n=this.findNextItem(t);n&&this.setFocusToMenuitem(t,n)},navigateToPrevItem:function(t){var n=this.findPrevItem(t);n&&this.setFocusToMenuitem(t,n)},navigateToFirstItem:function(t){var n=this.findFirstItem(t);n&&this.setFocusToMenuitem(t,n)},navigateToLastItem:function(t){var n=this.findLastItem(t);n&&this.setFocusToMenuitem(t,n)},findNextItem:function(t){var n=t.parentElement.nextElementSibling;return n?U.getAttribute(n,"data-p-disabled")===!0?this.findNextItem(n.children[0]):n.children[0]:null},findPrevItem:function(t){var n=t.parentElement.previousElementSibling;return n?U.getAttribute(n,"data-p-disabled")===!0?this.findPrevItem(n.children[0]):n.children[0]:null},findFirstItem:function(){var t=U.findSingle(this.$refs.nav,'[data-pc-section="menuitem"][data-p-disabled="false"]');return t?t.children[0]:null},findLastItem:function(){var t=U.find(this.$refs.nav,'[data-pc-section="menuitem"][data-p-disabled="false"]');return t?t[t.length-1].children[0]:null},findActiveItem:function(){var t=U.findSingle(this.$refs.nav,'[data-pc-section="menuitem"][data-p-disabled="false"][data-p-highlight="true"]');return t?t.children[0]:null},setFocusToMenuitem:function(t,n){t.tabIndex="-1",n.tabIndex="0",n.focus()},onTabKey:function(){var t=U.findSingle(this.$refs.nav,'[data-pc-section="menuitem"][data-p-disabled="false"][data-p-highlight="true"]'),n=U.findSingle(this.$refs.nav,'[data-pc-section="action"][tabindex="0"]');n!==t.children[0]&&(t&&(t.children[0].tabIndex="0"),n.tabIndex="-1")},visible:function(t){return typeof t.visible=="function"?t.visible():t.visible!==!1},disabled:function(t){return typeof t.disabled=="function"?t.disabled():t.disabled===!0},label:function(t){return typeof t.label=="function"?t.label():t.label},updateInkBar:function(){for(var t=this.$refs.nav.children,n=!1,i=0;i<t.length;i++){var o=t[i];U.getAttribute(o,"data-p-highlight")&&(this.$refs.inkbar.style.width=U.getWidth(o)+"px",this.$refs.inkbar.style.left=U.getOffset(o).left-U.getOffset(this.$refs.nav).left+"px",n=!0)}n||(this.$refs.inkbar.style.width="0px",this.$refs.inkbar.style.left="0px")},getMenuItemProps:function(t,n){var i=this;return{action:r.mergeProps({class:this.cx("action"),tabindex:-1,onClick:function(a){return i.onItemClick(a,t,n)},onKeyDown:function(a){return i.onKeydownItem(a,t,n)}},this.getPTOptions("action",t,n)),icon:r.mergeProps({class:[this.cx("icon"),t.icon]},this.getPTOptions("icon",t,n)),label:r.mergeProps({class:this.cx("label")},this.getPTOptions("label",t,n))}}},directives:{ripple:Un}},mW=["aria-labelledby","aria-label"],DW=["onClick","onKeydown","data-p-highlight","data-p-disabled"],wW=["href","target","aria-label","aria-disabled"];function jW(e,t,n,i,o,a){var s=r.resolveDirective("ripple");return r.openBlock(),r.createElementBlock("div",r.mergeProps({class:e.cx("root")},e.ptmi("root")),[r.createElementVNode("ul",r.mergeProps({ref:"nav",class:e.cx("menu"),role:"menubar","aria-labelledby":e.ariaLabelledby,"aria-label":e.ariaLabel},e.ptm("menu")),[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(e.model,function(l,c){return r.openBlock(),r.createElementBlock(r.Fragment,{key:a.label(l)+"_"+c.toString()},[a.visible(l)?(r.openBlock(),r.createElementBlock("li",r.mergeProps({key:0,ref_for:!0,ref:"tab",class:[e.cx("menuitem",{item:l,index:c}),l.class],role:"presentation",onClick:function(d){return a.onItemClick(d,l,c)},onKeydown:function(d){return a.onKeydownItem(d,l,c)}},a.getPTOptions("menuitem",l,c),{"data-p-highlight":o.d_activeIndex===c,"data-p-disabled":a.disabled(l)}),[e.$slots.item?(r.openBlock(),r.createBlock(r.resolveDynamicComponent(e.$slots.item),{key:1,item:l,index:c,active:c===o.d_activeIndex,label:a.label(l),props:a.getMenuItemProps(l,c)},null,8,["item","index","active","label","props"])):r.withDirectives((r.openBlock(),r.createElementBlock("a",r.mergeProps({key:0,ref_for:!0,ref:"tabLink",role:"menuitem",href:l.url,class:e.cx("action"),target:l.target,"aria-label":a.label(l),"aria-disabled":a.disabled(l),tabindex:-1},a.getPTOptions("action",l,c)),[e.$slots.itemicon?(r.openBlock(),r.createBlock(r.resolveDynamicComponent(e.$slots.itemicon),{key:0,item:l,class:r.normalizeClass(e.cx("icon"))},null,8,["item","class"])):l.icon?(r.openBlock(),r.createElementBlock("span",r.mergeProps({key:1,class:[e.cx("icon"),l.icon]},a.getPTOptions("icon",l,c)),null,16)):r.createCommentVNode("",!0),r.createElementVNode("span",r.mergeProps({class:e.cx("label")},a.getPTOptions("label",l,c)),r.toDisplayString(a.label(l)),17)],16,wW)),[[s]])],16,DW)):r.createCommentVNode("",!0)],64)}),128)),r.createElementVNode("li",r.mergeProps({ref:"inkbar",role:"none",class:e.cx("inkbar")},e.ptm("inkbar")),null,16)],16,mW)],16)}ff.render=jW;const BW=["href","onClick"],LW={key:1,class:"flex flex-nowrap space-x-1 overflow-auto invisible-scrollbar"},xW=["href","onClick"],CW=["onClick"],zW=r.defineComponent({__name:"TabMenu",props:{menu:{},type:{},activeIndex:{},exact:{type:Boolean}},emits:["update:activeIndex"],setup(e,{emit:t}){const n=e,i=t;r.onBeforeMount(()=>{l()});const o=r.computed(()=>window.location.pathname),a=r.computed(()=>Object.hasOwn(n.menu[0],"to")),s=r.ref(n.activeIndex??0),l=()=>{a.value&&(s.value=n.menu.map(c=>c.to).findIndex(c=>(c&&o.value.includes(c),c?n.exact?o.value===c:o.value.includes(c):"")))};return r.watch(s,c=>{i("update:activeIndex",c)}),(c,M)=>{const d=r.resolveComponent("router-link");return c.type==="tab"?(r.openBlock(),r.createBlock(r.unref(ff),{key:0,activeIndex:s.value,"onUpdate:activeIndex":M[0]||(M[0]=g=>s.value=g),model:c.menu},r.createSlots({_:2},[a.value?{name:"item",fn:r.withCtx(({item:g,props:h})=>[r.createVNode(d,{to:g.to,custom:""},{default:r.withCtx(({href:N,navigate:p})=>[r.createElementVNode("a",r.mergeProps({href:N},h.action,{onClick:p}),[r.createElementVNode("span",r.normalizeProps(r.guardReactiveProps(h.label)),r.toDisplayString(g.label),17)],16,BW)]),_:2},1032,["to"])]),key:"0"}:void 0]),1032,["activeIndex","model"])):(r.openBlock(),r.createElementBlock("div",LW,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(c.menu,(g,h)=>(r.openBlock(),r.createElementBlock(r.Fragment,{key:h},[a.value?(r.openBlock(),r.createBlock(d,{key:0,to:g.to,custom:""},{default:r.withCtx(({href:N,navigate:p})=>[r.createElementVNode("div",{class:r.normalizeClass(["h-6 w-fit flex justify-center items-center rounded-xl",{"bg-grayscale-200 dark:bg-grayscale-800":s.value!==h},{"bg-primary-50 dark:bg-primary-300":s.value===h}])},[r.createElementVNode("a",{class:r.normalizeClass(["text-nowrap whitespace-nowrap px-3 text-xs font-medium",{"text-grayscale-800 dark:text-grayscale-50":s.value!==h},{"text-primary-500 dark:text-primary-800":s.value===h}]),href:N,onClick:E=>{s.value=h,p(E)}},[r.createElementVNode("span",null,r.toDisplayString(g.label),1)],10,xW)],2)]),_:2},1032,["to"])):(r.openBlock(),r.createElementBlock("div",{key:1,class:r.normalizeClass(["h-6 w-fit flex justify-center items-center rounded-xl",{"bg-grayscale-200 dark:bg-grayscale-800":s.value!==h},{"bg-primary-50 dark:bg-primary-300":s.value===h}])},[r.createElementVNode("a",{class:r.normalizeClass(["text-nowrap whitespace-nowrap px-3 text-xs font-medium cursor-pointer",{"text-grayscale-800 dark:text-grayscale-50":s.value!==h},{"text-primary-500 dark:text-primary-800":s.value===h}]),onClick:()=>{s.value=h}},[r.createElementVNode("span",null,r.toDisplayString(g.label),1)],10,CW)],2))],64))),128))]))}}}),jLe="",Cc=oM(zW,[["__scopeId","data-v-844747a2"]]);var QW={root:function(t){var n=t.props;return["p-timeline p-component","p-timeline-"+n.align,"p-timeline-"+n.layout]},event:"p-timeline-event",opposite:"p-timeline-event-opposite",separator:"p-timeline-event-separator",marker:"p-timeline-event-marker",connector:"p-timeline-event-connector",content:"p-timeline-event-content"},SW=wt.extend({name:"timeline",classes:QW}),kW={name:"BaseTimeline",extends:ot,props:{value:null,align:{mode:String,default:"left"},layout:{mode:String,default:"vertical"},dataKey:null},style:SW,provide:function(){return{$parentInstance:this}}},mf={name:"Timeline",extends:kW,inheritAttrs:!1,methods:{getKey:function(t,n){return this.dataKey?le.resolveFieldData(t,this.dataKey):n},getPTOptions:function(t,n){return this.ptm(t,{context:{index:n,count:this.value.length}})}}};function UW(e,t,n,i,o,a){return r.openBlock(),r.createElementBlock("div",r.mergeProps({class:e.cx("root")},e.ptmi("root")),[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(e.value,function(s,l){return r.openBlock(),r.createElementBlock("div",r.mergeProps({key:a.getKey(s,l),class:e.cx("event")},a.getPTOptions("event",l)),[r.createElementVNode("div",r.mergeProps({class:e.cx("opposite",{index:l})},a.getPTOptions("opposite",l)),[r.renderSlot(e.$slots,"opposite",{item:s,index:l})],16),r.createElementVNode("div",r.mergeProps({class:e.cx("separator")},a.getPTOptions("separator",l)),[r.renderSlot(e.$slots,"marker",{item:s,index:l},function(){return[r.createElementVNode("div",r.mergeProps({class:e.cx("marker")},a.getPTOptions("marker",l)),null,16)]}),l!==e.value.length-1?r.renderSlot(e.$slots,"connector",{key:0,item:s,index:l},function(){return[r.createElementVNode("div",r.mergeProps({class:e.cx("connector")},a.getPTOptions("connector",l)),null,16)]}):r.createCommentVNode("",!0)],16),r.createElementVNode("div",r.mergeProps({class:e.cx("content")},a.getPTOptions("content",l)),[r.renderSlot(e.$slots,"content",{item:s,index:l})],16)],16)}),128))],16)}mf.render=UW;const bW={class:"w-[22px] h-[22px] flex items-center justify-center rounded-full border border-general-100 dark:border-general-500 bg-transparent"},OW={key:1,class:"w-[6px] h-[6px] rounded-full bg-general-800 dark:bg-general-100"},YW={class:"pt-[2.5px] pb-[10px] flex flex-col gap-1"},FW={id:"header",class:"flex items-center justify-between"},RW={class:"flex items-center gap-1"},_W={key:0,class:"flex items-center gap-0.5"},vW={class:"text-primary-500 dark:text-primary-300 text-xs font-medium"},VW={key:0,id:"body",class:"flex flex-col gap-1"},GW={class:"flex flex-row items-center gap-1"},PW={class:"text-xs font-medium text-general-400 dark:text-general-200"},HW={class:"text-xs font-medium"},zc=r.defineComponent({__name:"Timeline",props:{data:{}},setup(e){const t=e;r.onMounted(()=>{var i;n.value=(i=t.data)==null?void 0:i.map(o=>{var a;return o.body&&((a=Object.keys(o.body))!=null&&a.length)?{...o,bodyShow:!0}:o})});const n=r.ref();return(i,o)=>(r.openBlock(),r.createBlock(r.unref(mf),{value:n.value},{marker:r.withCtx(({item:a})=>{var s;return[r.createElementVNode("div",bW,[a.body&&((s=Object.keys(a.body))!=null&&s.length)?(r.openBlock(),r.createBlock(Je,{key:0,class:r.normalizeClass({"rotate-180":a.bodyShow}),onClick:l=>a.bodyShow=!a.bodyShow,icon:"arrow-down"},null,8,["class","onClick"])):(r.openBlock(),r.createElementBlock("div",OW))])]}),content:r.withCtx(({item:a})=>{var s;return[r.createElementVNode("div",YW,[r.createElementVNode("div",FW,[r.createElementVNode("div",RW,[r.createElementVNode("span",{class:r.normalizeClass(["text-xs font-bold",{"text-danger-500":a.danger}])},r.toDisplayString(a.title),3),a.username?(r.openBlock(),r.createElementBlock("div",_W,[r.createVNode(Je,{class:"!text-general-400 dark:!text-general-200 !text-base",icon:"user"}),r.createElementVNode("span",vW,r.toDisplayString(r.unref(iA)(a.username)),1)])):r.createCommentVNode("",!0)]),r.createElementVNode("div",{class:r.normalizeClass(["text-xs font-medium",{"text-danger-500":a.danger}])},r.toDisplayString(r.unref(To)(a.date,!0)),3)]),(s=Object.keys(a.body??{}))!=null&&s.length&&a.bodyShow?(r.openBlock(),r.createElementBlock("div",VW,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(Object.keys(a.body),l=>r.renderSlot(i.$slots,"body",r.mergeProps({key:l,ref_for:!0},{key:l,value:a.body[l]}),()=>[r.createElementVNode("div",GW,[r.createElementVNode("span",PW,r.toDisplayString(l)+": ",1),r.createElementVNode("span",HW,r.toDisplayString(a.body[l]),1)])])),128))])):r.createCommentVNode("",!0)])]}),_:3},8,["value"]))}}),JW={class:"flex gap-1 items-center text-placeholder","data-section-name":"transaction-role-lists"},Df=r.defineComponent({__name:"TransactionRoles",props:{asset:{},user:{},type:{default:"transaction"}},setup(e){const t=e,n=r.computed(()=>t.user?"user":"asset"),i=r.computed(()=>{const E=t.user??t.asset;if(!E)return[];const I=JSON.parse(localStorage.user??"{}").addOn,D=[{label:"Borrowing",icon:"borrow",info:p(E,"borrowing"),severity:N(E,"borrowing")},{label:"Assignment",icon:"assignment",info:p(E,"assignment"),severity:N(E,"assignment")},{label:"Transfer",icon:"exchange",info:p(E,"transfer"),severity:N(E,"transfer")},{label:"Disposal",icon:"disposal",info:p(E,"disposal"),severity:N(E,"disposal")}];if(t.type==="transaction-policy")return D;const m=n.value==="asset"?[{label:"Asset Control",icon:"gate",info:p(E,"assetControl"),severity:N(E,"assetControl"),visible:I.assetControl}]:[],w=[{label:"Audit",icon:"audit",info:p(E,"audit"),severity:N(E,"audit"),visible:I.audit},...m,{label:"Maintenance",icon:"file-settings",info:p(E,"maintenance"),severity:N(E,"maintenance"),visible:I.maintenance},{label:"Repair Ticketing",icon:"repair-ticketing",info:p(E,"repairTicketing"),severity:N(E,"repairTicketing"),visible:I.repairTicketing},{label:"Tracking",icon:"tracking",info:p(E,"tracking"),severity:N(E,"tracking"),visible:I.tracking}].filter(j=>j.visible);return[...t.type==="transaction"?D:[],...w]}),o=(E,y)=>t.type==="transaction-policy"?E?s(y):l(y):E?n.value==="user"?a(y):c(y):n.value==="user"?M(y):d(y),a=E=>{switch(E){case"borrowing":return"This user has borrowing role";case"assignment":return"This user has assignment role";case"disposal":return"This user has disposal role";case"audit":return"This user has audit role";case"repairTicketing":return"This user has repair ticketing role";case"transfer":return"This user has transfer role";case"maintenance":return"This user has maintenance routine role";case"tracking":return"This user has tracking role";default:return"This user doesn't have role"}},s=E=>{switch(E){case"borrowing":return"This asset can be borrowed";case"assignment":return"This asset can be assigned";case"disposal":return"This asset can be disposed";case"transfer":return"This asset can be transferred";default:return"This asset can be transacted"}},l=E=>{switch(E){case"borrowing":return"This asset cannot be borrowed";case"assignment":return"This asset cannot be assigned";case"disposal":return"This asset cannot be disposed";case"transfer":return"This asset cannot be transferred";default:return"This asset cannot be transacted"}},c=E=>{switch(E){case"borrowing":case"assignment":case"disposal":case"transfer":return s(E);case"audit":return"This asset has Audit Addon";case"assetControl":return"This asset has Asset Control Addon";case"maintenance":return"This asset has Maintenance Routine Addon";case"repairTicketing":return"This asset has Repair Ticketing Addon";case"tracking":return"This asset has Tracking Addon"}},M=E=>{switch(E){case"borrowing":return"This user doesn't have borrowing role";case"assignment":return"This user doesn't have assignment role";case"disposal":return"This user doesn't have disposal role";case"audit":return"This user doesn't have audit role";case"repairTicketing":return"This user doesn't have repair ticketing role";case"transfer":return"This user doesn't have transfer role";case"maintenance":return"This user doesn't have maintenance routine role";case"tracking":return"This user doesn't have tracking role";default:return"This user doesn't have role"}},d=E=>{switch(E){case"borrowing":case"assignment":case"disposal":case"transfer":return l(E);case"audit":return"This asset doesn't have Audit Addon";case"assetControl":return"This asset doesn't have Asset Control Addon";case"maintenance":return"This asset doesn't have Maintenance Routine Addon";case"repairTicketing":return"This asset doesn't have Repair Ticketing Addon";case"tracking":return"This asset doesn't have Tracking Addon"}},g=(E,y)=>{var j;if(t.type==="transaction-policy")return!!((j=E.transactions)!=null&&j[y]);const I=t.type==="addon"?E.addOn:n.value==="user"?E.transactionRoles:E.transactions,D=h(E,y),m=!!(I!=null&&I[y]),w=!!(I!=null&&I[y]);return(t.type==="addon"?m:w)&&D},h=(E,y)=>{if(["repairTicketing","maintenance","tracking","audit","assetControl"].includes(y)&&E.licenseStatuses){const I=E.licenseStatuses[y];return n.value==="asset"?!!I&&["Managed","Active"].includes(I):!0}return!0},N=(E,y)=>g(E,y)?"primary":void 0,p=(E,y)=>o(g(E,y),y);return(E,y)=>(r.openBlock(),r.createElementBlock("div",JW,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(i.value,I=>(r.openBlock(),r.createBlock(Je,{key:I.label,class:r.normalizeClass(["text-xs",{"text-general-200":!I.severity}]),"data-role-name":I.label,icon:I.icon,info:I.info,severity:I.severity},null,8,["class","data-role-name","icon","info","severity"]))),128))]))}}),WW=()=>{const{values:e,handleSubmit:t,setValues:n,setFieldValue:i,errors:o}=ch();return{values:e,handleSubmit:t,setValues:n,setFieldValue:i,errors:o}},ZW=(e,t,n)=>Wn(e,t,n),XW={name:"_blank",styles:[],timeout:1e3,autoClose:!0,windowTitle:window.document.title},wf=mb({locale:"en",fallbackLocale:"en",messages:{en:WD},legacy:!1}),KW={install:e=>{e.use(YN,{unstyled:!0,pt:hh}),e.use(wf),e.use(RN),e.use(c1,XW),e.directive("tooltip",s1),e.directive("focus",l1),e.component("DialogDamageLog",M1),e.component("DialogMissingLog",u1),e.component("DialogTransferLog",A1),e.component("TSAssetInfo",As),e.component("TSApproverInfo",d1),e.component("TSBadge",Lt),e.component("TSBadgeGroup",B1),e.component("TSBreadcrumb",L1),e.component("TSButton",$e),e.component("TSButtonAddByScan",x1),e.component("TSButtonBulkAction",Hd),e.component("TSButtonCopy",Wd),e.component("TSButtonDownload",Y1),e.component("TSButtonFilter",Ms),e.component("TSButtonLogHistory",F1),e.component("TSButtonRadio",Xd),e.component("TSButtonViewLog",bp),e.component("TSButtonScan",Ra),e.component("TSButtonSearch",Ns),e.component("TSButtonSearchByScan",eM),e.component("TSButtonSelectTree",nc),e.component("TSDialogSelectAsset",Qp),e.component("TSButtonSelectUser",Sp),e.component("TSDisposalReport",yI),e.component("TSButtonSync",kp),e.component("TSButtonToggle",Up),e.component("TSCalendar",vp),e.component("TSCard",xg),e.component("TSCarousel",Gp),e.component("TSCheckbox",_a),e.component("TSCustomColumn",fg),e.component("TSDatePicker",Pp),e.component("TSDataTable",ps),e.component("TSDayPicker",Hp),e.component("TSDialog",Bi),e.component("TSDialogApprovalList",Rd),e.component("TSDialogAssetNameDetail",Jp),e.component("TSDialogConfirm",Cr),e.component("TSDialogForm",Ic),e.component("TSDialogLinkedAsset",Wp),e.component("TSDialogPrintQR",gI),e.component("TSDialogReportDamage",NI),e.component("TSDialogReportMissing",EI),e.component("TSDialogReportTag",Hg),e.component("TSDialogSelectTree",sg),e.component("TSDialogSelectUser",jg),e.component("TSDropdown",gs),e.component("TSFilterContainer",Is),e.component("TSFileUpload",jI),e.component("TSForm",Cg),e.component("TSIcon",Je),e.component("TSImage",Ci),e.component("TSImageCompressor",g0),e.component("TSInlineMessage",$d),e.component("TSInputBadge",ef),e.component("TSInputCurrency",rf),e.component("TSInputEmail",af),e.component("TSInputNumber",lM),e.component("TSInputOTP",sf),e.component("TSInputPassword",uf),e.component("TSInputPhoneNumber",df),e.component("TSInputRangeNumber",gf),e.component("TSInputSearch",Nf),e.component("TSInputText",Lc),e.component("TSInputURL",hf),e.component("TSLoading",Ef),e.component("TSMenu",Tf),e.component("TSMultiSelect",Ga),e.component("TSOverlayPanel",eg),e.component("TSPaginator",yf),e.component("TSProgressBar",pf),e.component("TSSteps",If),e.component("TSTabMenu",Cc),e.component("TSTagType",fs),e.component("TSTextarea",Cs),e.component("TSTimeline",zc),e.component("TSToast",ua),e.component("TSTransactionRoles",Df),e.component("TSTree",og),e.component("TSTreeSearchInput",tg),e.component("TSUserWithIcon",Ul),e.component("TSValidatorMessage",bn)}},qW=Object.freeze(Object.defineProperty({__proto__:null,default:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkyIiBoZWlnaHQ9IjE5MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8IS0tIE5vIGNvbnRlbnQsIGZ1bGx5IHRyYW5zcGFyZW50IC0tPgo8L3N2Zz4="},Symbol.toStringTag,{value:"Module"})),$W=Object.freeze(Object.defineProperty({__proto__:null,default:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkyIiBoZWlnaHQ9IjE5MiIgdmlld0JveD0iMCAwIDE5MiAxOTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03NS4yNDY5IDExMS45NzFMNzQuNzk2IDExNC4wNjlDNzYuMDAyNCAxMTUuMTA1IDc3LjI4MzMgMTE2LjAxOSA3OC40ODM0IDExNi45OTVDNzkuNjgzNSAxMTcuOTcxIDgwLjkzNjUgMTE4LjkyNiA4Mi4xNjQ2IDExOS44ODZMODUuODQ4OCAxMjIuNzc1TDg5LjU0ODYgMTI1LjY5MUM4OS4wNTQzIDEyNi4yMjYgODguNTU5OSAxMjYuNzA4IDg4LjEyNzggMTI3LjI0NkM4Ny42OTU2IDEyNy43ODMgODcuMzUwNSAxMjguMzM3IDg2Ljk3MTIgMTI4Ljg3OEM4Ni43MjU2IDEyOC44NzggODYuNjA0MyAxMjguNzIyIDg2LjQ2MTMgMTI4LjYxNEw4MC4wNzIxIDEyMy43NDJMNzQuMjI0IDExOS4yOTNDNzQuMTA1OCAxMTkuMjA1IDczLjk4NDYgMTE5LjEyOCA3My44MjI5IDExOS4wMTlDNzMuNzU5OSAxMTkuMTI3IDczLjcwODkgMTE5LjI0MiA3My42NzA2IDExOS4zNjFDNzMuMjUwOCAxMjEuMjk4IDcyLjgyOCAxMjMuMjM1IDcyLjQyNjkgMTI1LjE3MkM3MS44MjM4IDEyOC4wMzggNzEuMjM2MSAxMzAuOTA4IDcwLjYzOTIgMTMzLjc3OEM3MC42MTQzIDEzMy44OTYgNzAuNTY0NiAxMzQuMDExIDcwLjUxNzkgMTM0LjE2QzcwLjM5MDUgMTM0LjEyIDcwLjI5MSAxMzQuMDk4IDcwLjIwNyAxMzQuMDYxQzY4LjU0NjggMTMzLjMyNyA2Ni44OTI4IDEzMi41OSA2NS4yMzI1IDEzMS44NjNDNjMuMDMxMyAxMzAuODk2IDYwLjgyMzggMTI5Ljk0MSA1OC42MjI2IDEyOC45NzdMNTEuNzI5OCAxMjUuOTQ5TDQ5LjQxMzUgMTI0LjkzOUM0OS4yNzk4IDEyNC44OCA0OS4xNTU1IDEyNC44MDUgNDkgMTI0LjcyMUM0OS4yNDg3IDEyNC4wNjUgNDkuNjg0IDEyMy41NDMgNTAuMDA0MiAxMjIuOTU4QzUwLjMyNDUgMTIyLjM3NCA1MC42Nzg5IDEyMS44MzkgNTEuMDE3OCAxMjEuMjc5QzUxLjM1NjcgMTIwLjcyIDUxLjcxMTEgMTIwLjEzMiA1Mi4wNTMxIDExOS41NjZDNTIuMjczNyAxMTkuNTc3IDUyLjQ4NzggMTE5LjY0NSA1Mi42NzQ5IDExOS43NjJMNjAuNjA5MyAxMjMuMjYzQzYyLjE3NDIgMTIzLjk1MyA2My43MzcgMTI0LjY0MSA2NS4yOTc4IDEyNS4zMjdDNjUuNTQ3NSAxMjUuNDU3IDY1LjgxNDUgMTI1LjU1IDY2LjA5MDYgMTI1LjYwNEM2Ni4xNDM2IDEyNS41MTIgNjYuMTg4MyAxMjUuNDE1IDY2LjIyNDMgMTI1LjMxNUM2Ni42NjI3IDEyMy42OTggNjcuODU5NyAxMTcuNzk3IDY3Ljg2MjggMTE3LjI1QzY3LjY2NjUgMTE3LjA5OSA2Ny40NDU2IDExNi45ODMgNjcuMjA5OSAxMTYuOTA4TDYwLjQ5MTIgMTEzLjkzNkM1OS4zNzE5IDExMy40NDQgNTguMjQ5NSAxMTIuOTU2IDU3LjEzMDIgMTEyLjQ2MkM1Ni45Mjg5IDExMi40IDU2Ljc0NCAxMTIuMjk0IDU2LjU4OTMgMTEyLjE1MUM1Ni41OTg4IDExMi4wODUgNTYuNjE2NiAxMTIuMDIgNTYuNjQyMSAxMTEuOTU4QzU3LjU5NzYgMTEwLjM0MiA1OC41NTMyIDEwOC43MjcgNTkuNTA4NyAxMDcuMTE0QzU5LjU1OCAxMDcuMDU4IDU5LjYxMzIgMTA3LjAwNyA1OS42NzM1IDEwNi45NjJDNjEuMjY1MyAxMDcuNjA5IDYyLjgyMyAxMDguMzUyIDY0LjQwODYgMTA5LjAyOUM2NS45OTQyIDEwOS43MDcgNjcuNTE3NyAxMTAuNDIyIDY5LjEzMTMgMTExLjA5NEM2OS4xOTUyIDExMC45OCA2OS4yNDgzIDExMC44NiA2OS4yODk5IDExMC43MzZDNjkuNTAxMyAxMDkuODA0IDY5LjcwOTYgMTA4Ljg0MyA2OS45MTE3IDEwNy44OTVDNzAuMjMyOSAxMDYuMzkgNzAuNTUwMSAxMDQuODg0IDcwLjg2MzEgMTAzLjM3N0M3MC45MDY2IDEwMy4xNzIgNzAuOTM3NyAxMDIuOTY3IDcwLjk4MTIgMTAyLjczNEM3MC44MTk1IDEwMi42NDMgNzAuNjcwMyAxMDIuNTUgNzAuNTMzNSAxMDIuNDg1TDY0Ljg2MjUgOTkuOTk3NkM2NC42MTMzIDk5LjkxMjQgNjQuMzc4NCA5OS43ODk3IDY0LjE2NjEgOTkuNjMzOEM2NC4xODA2IDk5LjU1NDUgNjQuMjA0NiA5OS40NzczIDY0LjIzNzYgOTkuNDAzOEM2NS4xNTM3IDk3Ljg4NjUgNjYuMDcyIDk2LjM3MTQgNjYuOTkyMiA5NC44NTgzQzY3LjA2NjkgOTQuNzM3IDY3LjE2MzIgOTQuNjI1MSA2Ny4yNjkgOTQuNDc1OUM2Ny40NzczIDk0LjU1NjcgNjcuNjczMSA5NC42MjUxIDY3Ljg1OTcgOTQuNzA5MUM2OS4xNTYyIDk1LjI3MTggNzAuNDQ5NSA5NS44NDA4IDcxLjc0MjkgOTYuNDA2NkM3MS44OTUzIDk2LjQ3MTkgNzIuMDUzOCA5Ni41MjQ4IDcyLjIzNzMgOTYuNTlDNzIuMjkzMiA5Ni40Mjg0IDcyLjM1MjMgOTYuMjk3OCA3Mi4zODY1IDk2LjE1NzlDNzIuOTU1NSA5My43NzYzIDczLjkxMzEgODkuMDg0NyA3My45NDEgODguNTcxN0M3My43NTc2IDg4LjQzOCA3My41NTg2IDg4LjI4MjYgNzMuMzU2NSA4OC4xMzY1QzcxLjY1OTYgODYuOTE4NCA3MC4wNjI3IDg1LjU2NjkgNjguNTgxIDg0LjA5NDdDNjMuMTY2NSA3OC43MzY2IDU5LjQwNTYgNzEuOTM1NyA1Ny43NDU4IDY0LjUwMTJDNTcuNTc0OCA2My43MjA4IDU3LjQzNDkgNjIuOTQ2NyA1Ny4yNzY0IDYyLjE0NzdDNTcuMDk1OSA2MS4yMjk1IDU2LjYyODEgNjAuMzkyNSA1NS45NDA3IDU5Ljc1NzZDNTUuMjUzMyA1OS4xMjI3IDU0LjM4MTggNTguNzIyOCA1My40NTIyIDU4LjYxNTdDNTMuMzE0IDU4LjU5NTMgNTMuMTc3IDU4LjU2NzMgNTMuMDQxOCA1OC41MzE4QzUyLjkzMzEgNTcuNzE5MiA1Mi45MjQ4IDU2Ljg5NjQgNTMuMDE2OSA1Ni4wODE4QzUzLjE0ODYgNTYuMDQ5OCA1My4yODI4IDU2LjAyOSA1My40MTggNTYuMDE5N0M1NC4zNTA3IDU2LjAxOTcgNTUuMjgzNSA1Ni4wMTk3IDU2LjIxNjIgNTYuMDE5N0M1OC4xNzQ5IDU2LjAxOTcgNjAuMTM1NyA1Ni4wMTk3IDYyLjA5ODYgNTYuMDE5N0M2Mi4zMyA1NS45Nzc1IDYyLjU2ODcgNTYuMDAzNCA2Mi43ODU3IDU2LjA5NDNDNjIuOTAzOCA1Ny4zOTM5IDYzLjAwOTUgNTguNjkzNSA2My4xNDk0IDU5Ljk5QzYzLjMxMTQgNjEuMjg3MyA2My41NjA2IDYyLjU3MjIgNjMuODk1NiA2My44MzU5QzY0LjIwNDYgNjUuMDgzNyA2NC41OTQxIDY2LjMxMDIgNjUuMDYxNSA2Ny41MDc3QzY1LjUyMzggNjguNzMxOCA2Ni4wNTc0IDY5LjkyNzcgNjYuNjU5NiA3MS4wODk0QzY3LjI1NTQgNzIuMjQ4MiA2Ny45MTk5IDczLjM3MDUgNjguNjQ5NCA3NC40NTAzQzY5LjM4MjUgNzUuNTI5NCA3MC4xNzQ0IDc2LjU2NzMgNzEuMDIxNiA3Ny41NTk0QzcxLjg1ODIgNzguNTM2OSA3Mi43NDQ0IDc5LjQ3MDggNzMuNjc2OCA4MC4zNTc1Qzc0LjYzNTUgODEuMjUwNSA3NS42Mzg5IDgyLjA5NDEgNzYuNjgzMyA4Mi44ODUyQzc2LjgyMTQgODIuODA4NSA3Ni45NTUyIDgyLjcyNDUgNzcuMDg0MyA4Mi42MzM0Qzc4LjU4MzMgODEuNDMzNSA4MC4xOTUxIDgwLjM4MTggODEuODk3MiA3OS40OTMyQzgzLjg4NjggNzguNDIzNSA4NS45OTAzIDc3LjU4MDggODguMTY4MiA3Ni45ODExQzg4LjI4NjMgNzYuOTUgODguNDEwNyA3Ni45NDY5IDg4LjU1MzcgNzYuOTI1MUM4OC41Nzk0IDc3LjAxMDMgODguNTk3MSA3Ny4wOTc4IDg4LjYwNjYgNzcuMTg2M0M4OC42MDY2IDc5LjA1MTcgODguNjA2NiA4MC45Mjg2IDg4LjYwNjYgODIuODE2OEM4OC4zNTA2IDgyLjk3OTQgODguMDY3MiA4My4wOTQyIDg3Ljc3MDIgODMuMTU1N0M4Ni42ODAyIDgzLjQ4NzMgODUuNjIzNyA4My45MjAzIDg0LjYxNDUgODQuNDQ5MUM4NC4xMjk1IDg0LjcwNzEgODMuNjY2MiA4NC45OTk0IDgzLjIwOTIgODUuMzAxQzgyLjg1MzYgODUuNTIzMiA4Mi41NDc3IDg1LjgxNjQgODIuMzEwNyA4Ni4xNjIyQzgyLjM1NDIgODYuMzg5MiA4Mi41NDM5IDg2LjQxMDkgODIuNjg2OSA4Ni40NzMxQzg0Ljc4MSA4Ny40NzI3IDg2Ljk4MDQgODguMjM1IDg5LjI0MzkgODguNzQ1OEM4OS42Mzk0IDg4Ljg2NDYgOTAuMDQ3NCA4OC45MzY2IDkwLjQ1OTYgODguOTYwNEM5MC41MDU1IDg4LjM3MjkgOTAuNTE5IDg3Ljc4MzQgOTAuNSA4Ny4xOTQ0QzkwLjUgODYuNTcyNiA5MC41IDg1Ljk2OTQgOTAuNSA4NS4zNlY4MS44Mzc1QzkwLjUgODEuMjQ2NyA5MC41IDgwLjY1NiA5MC41IDgwLjA2NTNDOTAuNSA3OS40NzQ2IDkwLjUgNzguODQzNCA5MC41IDc4LjIzMDlWNzYuNDUyNUM5MS45NTUxIDc1LjQ4MjUgOTMuNDQ3NCA3NC42MzA2IDk0Ljk0MjkgNzMuNjU0NEM5NC45ODAyIDczLjgzMTYgOTUuMDA4MiA3My45MDkzIDk1LjAxNDQgNzMuOTg3Qzk1LjA4MjggNzUuMjMwNyA5NS4wMzYyIDk0Ljk1NzggOTQuOTU4NCA5NS40NjQ2Qzk0LjgyNTIgOTUuNDk3MSA5NC42OTAzIDk1LjUyMiA5NC41NTQyIDk1LjUzOTJDOTMuODU5NiA5NS41NTQzIDkzLjE2NDkgOTUuNTExNiA5Mi40Nzc0IDk1LjQxMTdDODkuMzI1MiA5NS4wOTg3IDg2LjIyMzEgOTQuNDAxMyA4My4yNDAzIDkzLjMzNDhDODIuMTY0NiA5Mi45NTU1IDgxLjExNjggOTIuNTE0IDgwLjA3NTMgOTIuMDUzOUM3OS45MjYgOTEuOTg4NiA3OS43NjQzIDkxLjkzODkgNzkuNjMzOCA5MS44ODZDNzkuNDI1NSA5Mi4wMzg0IDc5LjQzNDggOTIuMjQzNiA3OS4zOTc1IDkyLjQyMDhDNzkuMDQ1MSA5NC4wMjUxIDc4LjY5OSA5NS42MzI1IDc4LjM1OSA5Ny4yNDNDNzcuNjU2NCAxMDAuNTQxIDc2Ljk1NTggMTAzLjgzOCA3Ni4yNTczIDEwNy4xMzZDNzYuMjU3MyAxMDcuMjE3IDc2LjIzMjQgMTA3LjMwMSA3Ni4yMTY5IDEwNy4zOTdDNzYuMjY2IDEwNy40NjQgNzYuMzIxMSAxMDcuNTI3IDc2LjM4MTcgMTA3LjU4NEM3Ny4wMTU5IDEwOC4xMDYgNzcuNjUzMyAxMDguNjI0IDc4LjI5MzggMTA5LjEzOEM3OS43NTkyIDExMC4zMTQgODEuMjI1NiAxMTEuNDg2IDgyLjY5MzEgMTEyLjY1NUM4NC4yMDcyIDExMy44NjQgODUuNzI3NiAxMTUuMDcgODcuMjM1NSAxMTYuMjkyQzg3LjM2NzIgMTE2LjQxIDg3LjUyMzIgMTE2LjQ5OCA4Ny42OTI0IDExNi41NDlDODcuODYxNiAxMTYuNiA4OC4wMzk5IDExNi42MTMgODguMjE0OCAxMTYuNTg4Qzg5LjM0NjUgMTE2LjQ1MSA5MC40ODEzIDExNi4zMzkgOTEuNjE2MiAxMTYuMjU4QzkxLjgwMzQgMTE2LjI1MyA5MS45ODY5IDExNi4yMDQgOTIuMTUyMSAxMTYuMTE1QzkyLjMxNzIgMTE2LjAyNyA5Mi40NTk0IDExNS45MDEgOTIuNTY3NSAxMTUuNzQ4QzkzLjI2NzEgMTE0LjgxNSA5My45OTc3IDExMy45MiA5NC43MTU5IDExMy4wMTJDOTQuODA2MSAxMTIuOSA5NC45MDI1IDExMi43OTEgOTQuOTg2NCAxMTIuNzAxQzk1LjE5MTYgMTEyLjc3NiA5NS4xMzI1IDExMi45MjUgOTUuMTMyNSAxMTMuMDM3Qzk1LjEzMjUgMTE0LjQ0OSA5NS4xMzI1IDExNS44NjEgOTUuMTMyNSAxMTcuMjc1Qzk1LjEzMjUgMTE5LjE0IDk1LjEzMjUgMTIwLjk4NyA5NS4xMTM5IDEyMi44NDNDOTUuMTEzOSAxMjIuOTg2IDk1LjA4OSAxMjMuMTI5IDk1LjA3MzUgMTIzLjI4OEM5NC40NTE2IDEyMy40NDkgOTMuODI5OCAxMjMuNTc3IDkzLjIyNjcgMTIzLjc3QzkyLjYyMzUgMTIzLjk2MiA5Mi4wNDgzIDEyNC4yMTcgOTEuNDE0MSAxMjQuNDYzQzkxLjI5NzYgMTI0LjQwMyA5MS4xODU0IDEyNC4zMzYgOTEuMDc4MyAxMjQuMjYxQzg5LjMzNTEgMTIyLjg5OSA4Ny41OTIgMTIxLjUzNCA4NS44NDg4IDEyMC4xNjZMNzkuODIzNCAxMTUuNDQ3TDc1LjkzNzEgMTEyLjQwM0M3NS43NDY1IDExMi4yMDQgNzUuNTA5MyAxMTIuMDU1IDc1LjI0NjkgMTExLjk3MVoiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0xMDQuNDcyIDEyOS42OThDMTA0LjM5MSAxMjkuNzk3IDEwNC4zMDQgMTI5Ljg5IDEwNC4yMSAxMjkuOTc4QzEwMy41NDIgMTMwLjU1NiA5Ni41ODM5IDEzNS43OTggOTYuMjE3IDEzNkM5NS43MjUxIDEzNS42ODkgOTUuMjUyNyAxMzUuMzQ5IDk0LjgwMjQgMTM0Ljk4QzkyLjc1NjYgMTMzLjM5NSA5MC42NzM1IDEzMS44NzEgODguNjY1IDEzMC4yNjdDODguNjY2IDEzMC4yMyA4OC42NzEyIDEzMC4xOTQgODguNjgwNiAxMzAuMTU4Qzg5LjU3OTEgMTI4Ljc3NCA5MC41NDYgMTI3LjQ1OSA5Mi4wMDExIDEyNi41NzlDOTMuMTE3IDEyNS44OTYgOTQuMzczNyAxMjUuNDc2IDk1LjY3NiAxMjUuMzUxQzk2LjY2MzEgMTI1LjI1NiA5Ny42NTg5IDEyNS4zMSA5OC42Mjk2IDEyNS41MTNDOTkuODcxMyAxMjUuNzgzIDEwMS4wMzUgMTI2LjMzMiAxMDIuMDM0IDEyNy4xMTdDMTAyLjg2IDEyNy43NzQgMTAzLjYwMSAxMjguNTMgMTA0LjI0MiAxMjkuMzY4QzEwNC4zMjkgMTI5LjQ4IDEwNC4zODEgMTI5LjU3NyAxMDQuNDcyIDEyOS42OThaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K"},Symbol.toStringTag,{value:"Module"})),eZ=Object.freeze(Object.defineProperty({__proto__:null,default:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkyIiBoZWlnaHQ9IjE5MiIgdmlld0JveD0iMCAwIDE5MiAxOTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03NS4yNDY5IDExMS45NzFMNzQuNzk2IDExNC4wNjlDNzYuMDAyNCAxMTUuMTA1IDc3LjI4MzMgMTE2LjAxOSA3OC40ODM0IDExNi45OTVDNzkuNjgzNSAxMTcuOTcxIDgwLjkzNjUgMTE4LjkyNiA4Mi4xNjQ2IDExOS44ODZMODUuODQ4OCAxMjIuNzc1TDg5LjU0ODYgMTI1LjY5MUM4OS4wNTQzIDEyNi4yMjYgODguNTU5OSAxMjYuNzA4IDg4LjEyNzggMTI3LjI0NkM4Ny42OTU2IDEyNy43ODMgODcuMzUwNSAxMjguMzM3IDg2Ljk3MTIgMTI4Ljg3OEM4Ni43MjU2IDEyOC44NzggODYuNjA0MyAxMjguNzIyIDg2LjQ2MTMgMTI4LjYxNEw4MC4wNzIxIDEyMy43NDJMNzQuMjI0IDExOS4yOTNDNzQuMTA1OCAxMTkuMjA1IDczLjk4NDYgMTE5LjEyOCA3My44MjI5IDExOS4wMTlDNzMuNzU5OSAxMTkuMTI3IDczLjcwODkgMTE5LjI0MiA3My42NzA2IDExOS4zNjFDNzMuMjUwOCAxMjEuMjk4IDcyLjgyOCAxMjMuMjM1IDcyLjQyNjkgMTI1LjE3MkM3MS44MjM4IDEyOC4wMzggNzEuMjM2MSAxMzAuOTA4IDcwLjYzOTIgMTMzLjc3OEM3MC42MTQzIDEzMy44OTYgNzAuNTY0NiAxMzQuMDExIDcwLjUxNzkgMTM0LjE2QzcwLjM5MDUgMTM0LjEyIDcwLjI5MSAxMzQuMDk4IDcwLjIwNyAxMzQuMDYxQzY4LjU0NjggMTMzLjMyNyA2Ni44OTI4IDEzMi41OSA2NS4yMzI1IDEzMS44NjNDNjMuMDMxMyAxMzAuODk2IDYwLjgyMzggMTI5Ljk0MSA1OC42MjI2IDEyOC45NzdMNTEuNzI5OCAxMjUuOTQ5TDQ5LjQxMzUgMTI0LjkzOUM0OS4yNzk4IDEyNC44OCA0OS4xNTU1IDEyNC44MDUgNDkgMTI0LjcyMUM0OS4yNDg3IDEyNC4wNjUgNDkuNjg0IDEyMy41NDMgNTAuMDA0MiAxMjIuOTU4QzUwLjMyNDUgMTIyLjM3NCA1MC42Nzg5IDEyMS44MzkgNTEuMDE3OCAxMjEuMjc5QzUxLjM1NjcgMTIwLjcyIDUxLjcxMTEgMTIwLjEzMiA1Mi4wNTMxIDExOS41NjZDNTIuMjczNyAxMTkuNTc3IDUyLjQ4NzggMTE5LjY0NSA1Mi42NzQ5IDExOS43NjJMNjAuNjA5MyAxMjMuMjYzQzYyLjE3NDIgMTIzLjk1MyA2My43MzcgMTI0LjY0MSA2NS4yOTc4IDEyNS4zMjdDNjUuNTQ3NSAxMjUuNDU3IDY1LjgxNDUgMTI1LjU1IDY2LjA5MDYgMTI1LjYwNEM2Ni4xNDM2IDEyNS41MTIgNjYuMTg4MyAxMjUuNDE1IDY2LjIyNDMgMTI1LjMxNUM2Ni42NjI3IDEyMy42OTggNjcuODU5NyAxMTcuNzk3IDY3Ljg2MjggMTE3LjI1QzY3LjY2NjUgMTE3LjA5OSA2Ny40NDU2IDExNi45ODMgNjcuMjA5OSAxMTYuOTA4TDYwLjQ5MTIgMTEzLjkzNkM1OS4zNzE5IDExMy40NDQgNTguMjQ5NSAxMTIuOTU2IDU3LjEzMDIgMTEyLjQ2MkM1Ni45Mjg5IDExMi40IDU2Ljc0NCAxMTIuMjk0IDU2LjU4OTMgMTEyLjE1MUM1Ni41OTg4IDExMi4wODUgNTYuNjE2NiAxMTIuMDIgNTYuNjQyMSAxMTEuOTU4QzU3LjU5NzYgMTEwLjM0MiA1OC41NTMyIDEwOC43MjcgNTkuNTA4NyAxMDcuMTE0QzU5LjU1OCAxMDcuMDU4IDU5LjYxMzIgMTA3LjAwNyA1OS42NzM1IDEwNi45NjJDNjEuMjY1MyAxMDcuNjA5IDYyLjgyMyAxMDguMzUyIDY0LjQwODYgMTA5LjAyOUM2NS45OTQyIDEwOS43MDcgNjcuNTE3NyAxMTAuNDIyIDY5LjEzMTMgMTExLjA5NEM2OS4xOTUyIDExMC45OCA2OS4yNDgzIDExMC44NiA2OS4yODk5IDExMC43MzZDNjkuNTAxMyAxMDkuODA0IDY5LjcwOTYgMTA4Ljg0MyA2OS45MTE3IDEwNy44OTVDNzAuMjMyOSAxMDYuMzkgNzAuNTUwMSAxMDQuODg0IDcwLjg2MzEgMTAzLjM3N0M3MC45MDY2IDEwMy4xNzIgNzAuOTM3NyAxMDIuOTY3IDcwLjk4MTIgMTAyLjczNEM3MC44MTk1IDEwMi42NDMgNzAuNjcwMyAxMDIuNTUgNzAuNTMzNSAxMDIuNDg1TDY0Ljg2MjUgOTkuOTk3NkM2NC42MTMzIDk5LjkxMjQgNjQuMzc4NCA5OS43ODk3IDY0LjE2NjEgOTkuNjMzOEM2NC4xODA2IDk5LjU1NDUgNjQuMjA0NiA5OS40NzczIDY0LjIzNzYgOTkuNDAzOEM2NS4xNTM3IDk3Ljg4NjUgNjYuMDcyIDk2LjM3MTQgNjYuOTkyMiA5NC44NTgzQzY3LjA2NjkgOTQuNzM3IDY3LjE2MzIgOTQuNjI1MSA2Ny4yNjkgOTQuNDc1OUM2Ny40NzczIDk0LjU1NjcgNjcuNjczMSA5NC42MjUxIDY3Ljg1OTcgOTQuNzA5MUM2OS4xNTYyIDk1LjI3MTggNzAuNDQ5NSA5NS44NDA4IDcxLjc0MjkgOTYuNDA2NkM3MS44OTUzIDk2LjQ3MTkgNzIuMDUzOCA5Ni41MjQ4IDcyLjIzNzMgOTYuNTlDNzIuMjkzMiA5Ni40Mjg0IDcyLjM1MjMgOTYuMjk3OCA3Mi4zODY1IDk2LjE1NzlDNzIuOTU1NSA5My43NzYzIDczLjkxMzEgODkuMDg0NyA3My45NDEgODguNTcxN0M3My43NTc2IDg4LjQzOCA3My41NTg2IDg4LjI4MjYgNzMuMzU2NSA4OC4xMzY1QzcxLjY1OTYgODYuOTE4NCA3MC4wNjI3IDg1LjU2NjkgNjguNTgxIDg0LjA5NDdDNjMuMTY2NSA3OC43MzY2IDU5LjQwNTYgNzEuOTM1NyA1Ny43NDU4IDY0LjUwMTJDNTcuNTc0OCA2My43MjA4IDU3LjQzNDkgNjIuOTQ2NyA1Ny4yNzY0IDYyLjE0NzdDNTcuMDk1OSA2MS4yMjk1IDU2LjYyODEgNjAuMzkyNSA1NS45NDA3IDU5Ljc1NzZDNTUuMjUzMyA1OS4xMjI3IDU0LjM4MTggNTguNzIyOCA1My40NTIyIDU4LjYxNTdDNTMuMzE0IDU4LjU5NTMgNTMuMTc3IDU4LjU2NzMgNTMuMDQxOCA1OC41MzE4QzUyLjkzMzEgNTcuNzE5MiA1Mi45MjQ4IDU2Ljg5NjQgNTMuMDE2OSA1Ni4wODE4QzUzLjE0ODYgNTYuMDQ5OCA1My4yODI4IDU2LjAyOSA1My40MTggNTYuMDE5N0M1NC4zNTA3IDU2LjAxOTcgNTUuMjgzNSA1Ni4wMTk3IDU2LjIxNjIgNTYuMDE5N0M1OC4xNzQ5IDU2LjAxOTcgNjAuMTM1NyA1Ni4wMTk3IDYyLjA5ODYgNTYuMDE5N0M2Mi4zMyA1NS45Nzc1IDYyLjU2ODcgNTYuMDAzNCA2Mi43ODU3IDU2LjA5NDNDNjIuOTAzOCA1Ny4zOTM5IDYzLjAwOTUgNTguNjkzNSA2My4xNDk0IDU5Ljk5QzYzLjMxMTQgNjEuMjg3MyA2My41NjA2IDYyLjU3MjIgNjMuODk1NiA2My44MzU5QzY0LjIwNDYgNjUuMDgzNyA2NC41OTQxIDY2LjMxMDIgNjUuMDYxNSA2Ny41MDc3QzY1LjUyMzggNjguNzMxOCA2Ni4wNTc0IDY5LjkyNzcgNjYuNjU5NiA3MS4wODk0QzY3LjI1NTQgNzIuMjQ4MiA2Ny45MTk5IDczLjM3MDUgNjguNjQ5NCA3NC40NTAzQzY5LjM4MjUgNzUuNTI5NCA3MC4xNzQ0IDc2LjU2NzMgNzEuMDIxNiA3Ny41NTk0QzcxLjg1ODIgNzguNTM2OSA3Mi43NDQ0IDc5LjQ3MDggNzMuNjc2OCA4MC4zNTc1Qzc0LjYzNTUgODEuMjUwNSA3NS42Mzg5IDgyLjA5NDEgNzYuNjgzMyA4Mi44ODUyQzc2LjgyMTQgODIuODA4NSA3Ni45NTUyIDgyLjcyNDUgNzcuMDg0MyA4Mi42MzM0Qzc4LjU4MzMgODEuNDMzNSA4MC4xOTUxIDgwLjM4MTggODEuODk3MiA3OS40OTMyQzgzLjg4NjggNzguNDIzNSA4NS45OTAzIDc3LjU4MDggODguMTY4MiA3Ni45ODExQzg4LjI4NjMgNzYuOTUgODguNDEwNyA3Ni45NDY5IDg4LjU1MzcgNzYuOTI1MUM4OC41Nzk0IDc3LjAxMDMgODguNTk3MSA3Ny4wOTc4IDg4LjYwNjYgNzcuMTg2M0M4OC42MDY2IDc5LjA1MTcgODguNjA2NiA4MC45Mjg2IDg4LjYwNjYgODIuODE2OEM4OC4zNTA2IDgyLjk3OTQgODguMDY3MiA4My4wOTQyIDg3Ljc3MDIgODMuMTU1N0M4Ni42ODAyIDgzLjQ4NzMgODUuNjIzNyA4My45MjAzIDg0LjYxNDUgODQuNDQ5MUM4NC4xMjk1IDg0LjcwNzEgODMuNjY2MiA4NC45OTk0IDgzLjIwOTIgODUuMzAxQzgyLjg1MzYgODUuNTIzMiA4Mi41NDc3IDg1LjgxNjQgODIuMzEwNyA4Ni4xNjIyQzgyLjM1NDIgODYuMzg5MiA4Mi41NDM5IDg2LjQxMDkgODIuNjg2OSA4Ni40NzMxQzg0Ljc4MSA4Ny40NzI3IDg2Ljk4MDQgODguMjM1IDg5LjI0MzkgODguNzQ1OEM4OS42Mzk0IDg4Ljg2NDYgOTAuMDQ3NCA4OC45MzY2IDkwLjQ1OTYgODguOTYwNEM5MC41MDU1IDg4LjM3MjkgOTAuNTE5IDg3Ljc4MzQgOTAuNSA4Ny4xOTQ0QzkwLjUgODYuNTcyNiA5MC41IDg1Ljk2OTQgOTAuNSA4NS4zNlY4MS44Mzc1QzkwLjUgODEuMjQ2NyA5MC41IDgwLjY1NiA5MC41IDgwLjA2NTNDOTAuNSA3OS40NzQ2IDkwLjUgNzguODQzNCA5MC41IDc4LjIzMDlWNzYuNDUyNUM5MS45NTUxIDc1LjQ4MjUgOTMuNDQ3NCA3NC42MzA2IDk0Ljk0MjkgNzMuNjU0NEM5NC45ODAyIDczLjgzMTYgOTUuMDA4MiA3My45MDkzIDk1LjAxNDQgNzMuOTg3Qzk1LjA4MjggNzUuMjMwNyA5NS4wMzYyIDk0Ljk1NzggOTQuOTU4NCA5NS40NjQ2Qzk0LjgyNTIgOTUuNDk3MSA5NC42OTAzIDk1LjUyMiA5NC41NTQyIDk1LjUzOTJDOTMuODU5NiA5NS41NTQzIDkzLjE2NDkgOTUuNTExNiA5Mi40Nzc0IDk1LjQxMTdDODkuMzI1MiA5NS4wOTg3IDg2LjIyMzEgOTQuNDAxMyA4My4yNDAzIDkzLjMzNDhDODIuMTY0NiA5Mi45NTU1IDgxLjExNjggOTIuNTE0IDgwLjA3NTMgOTIuMDUzOUM3OS45MjYgOTEuOTg4NiA3OS43NjQzIDkxLjkzODkgNzkuNjMzOCA5MS44ODZDNzkuNDI1NSA5Mi4wMzg0IDc5LjQzNDggOTIuMjQzNiA3OS4zOTc1IDkyLjQyMDhDNzkuMDQ1MSA5NC4wMjUxIDc4LjY5OSA5NS42MzI0IDc4LjM1OSA5Ny4yNDNDNzcuNjU2NCAxMDAuNTQxIDc2Ljk1NTggMTAzLjgzOCA3Ni4yNTczIDEwNy4xMzZDNzYuMjU3MyAxMDcuMjE3IDc2LjIzMjQgMTA3LjMwMSA3Ni4yMTY5IDEwNy4zOTdDNzYuMjY2IDEwNy40NjQgNzYuMzIxMiAxMDcuNTI3IDc2LjM4MTcgMTA3LjU4NEM3Ny4wMTU5IDEwOC4xMDYgNzcuNjUzMyAxMDguNjI0IDc4LjI5MzggMTA5LjEzOEM3OS43NTkyIDExMC4zMTQgODEuMjI1NiAxMTEuNDg2IDgyLjY5MzEgMTEyLjY1NUM4NC4yMDcyIDExMy44NjQgODUuNzI3NiAxMTUuMDcgODcuMjM1NSAxMTYuMjkyQzg3LjM2NzIgMTE2LjQxIDg3LjUyMzIgMTE2LjQ5OCA4Ny42OTI0IDExNi41NDlDODcuODYxNiAxMTYuNiA4OC4wMzk5IDExNi42MTMgODguMjE0OCAxMTYuNTg4Qzg5LjM0NjUgMTE2LjQ1MSA5MC40ODEzIDExNi4zMzkgOTEuNjE2MiAxMTYuMjU4QzkxLjgwMzQgMTE2LjI1MyA5MS45ODY5IDExNi4yMDQgOTIuMTUyMSAxMTYuMTE1QzkyLjMxNzIgMTE2LjAyNyA5Mi40NTk1IDExNS45MDEgOTIuNTY3NSAxMTUuNzQ4QzkzLjI2NzEgMTE0LjgxNSA5My45OTc3IDExMy45MiA5NC43MTU5IDExMy4wMTJDOTQuODA2MSAxMTIuOSA5NC45MDI1IDExMi43OTEgOTQuOTg2NCAxMTIuNzAxQzk1LjE5MTYgMTEyLjc3NiA5NS4xMzI1IDExMi45MjUgOTUuMTMyNSAxMTMuMDM3Qzk1LjEzMjUgMTE0LjQ0OSA5NS4xMzI1IDExNS44NjEgOTUuMTMyNSAxMTcuMjc1Qzk1LjEzMjUgMTE5LjE0IDk1LjEzMjUgMTIwLjk4NyA5NS4xMTM5IDEyMi44NDNDOTUuMTEzOSAxMjIuOTg2IDk1LjA4OSAxMjMuMTI5IDk1LjA3MzUgMTIzLjI4OEM5NC40NTE2IDEyMy40NDkgOTMuODI5OCAxMjMuNTc3IDkzLjIyNjcgMTIzLjc3QzkyLjYyMzUgMTIzLjk2MiA5Mi4wNDgzIDEyNC4yMTcgOTEuNDE0MSAxMjQuNDYzQzkxLjI5NzYgMTI0LjQwMyA5MS4xODU0IDEyNC4zMzYgOTEuMDc4MyAxMjQuMjYxQzg5LjMzNTEgMTIyLjg5OSA4Ny41OTIgMTIxLjUzNCA4NS44NDg4IDEyMC4xNjZMNzkuODIzNCAxMTUuNDQ3TDc1LjkzNzEgMTEyLjQwM0M3NS43NDY1IDExMi4yMDQgNzUuNTA5MyAxMTIuMDU1IDc1LjI0NjkgMTExLjk3MVoiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0xMTUuNzU4IDgyLjkwOTVDMTE5Ljk3MSA3OS43NzkxIDEyMy40MTYgNzUuNzMxNiAxMjUuODM0IDcxLjA3MzJDMTI4LjI1NyA2Ni40NjU5IDEyOS41NjUgNjEuMzU0MyAxMjkuNjUyIDU2LjE0OTZDMTI5LjcyNCA1Ni4wNzE5IDEyOS43MzYgNTYuMDUzMiAxMjkuNzU1IDU2LjA0MzlDMTI5Ljc3MyA1Ni4wMzMgMTI5Ljc5MyA1Ni4wMjY2IDEyOS44MTQgNTYuMDI1MkMxMzAuMDA0IDU2LjAyNTIgMTMwLjE5MyA1Ni4wMDY2IDEzMC4zODMgNTYuMDA2NkgxMzkuMzAzQzEzOS4zNDMgNTYuMDE0MiAxMzkuMzggNTYuMDI4OSAxMzkuNDE1IDU2LjA1MDFDMTM5LjUzNCA1Ni44NjQ4IDEzOS41NDYgNTcuNjkxNyAxMzkuNDQ5IDU4LjUwOTRDMTM5LjMxMyA1OC41NDY3IDEzOS4xNzUgNTguNTc2OCAxMzkuMDM2IDU4LjU5OTZDMTM4LjA3OCA1OC42OTk2IDEzNy4xOCA1OS4xMTE3IDEzNi40OCA1OS43NzI0QzEzNS43OCA2MC40MzMxIDEzNS4zMTcgNjEuMzA1OCAxMzUuMTYyIDYyLjI1NThDMTM0Ljg5MSA2My42ODYgMTM0LjYwNSA2NS4xMSAxMzQuMjI5IDY2LjUxMjJDMTMzLjggNjguMDU1NCAxMzMuMjgxIDY5LjU3MjEgMTMyLjY3NCA3MS4wNTQ1QzEzMS41MyA3My44NDc3IDEzMC4wNjQgNzYuNDk4IDEyOC4zMDYgNzguOTUxNkMxMjcuMjI3IDgwLjQ2MjMgMTI2LjA0MSA4MS44OTMxIDEyNC43NTYgODMuMjMyOEMxMjMuMzQzIDg0LjcxMjEgMTIxLjgyNCA4Ni4wODU5IDEyMC4yMSA4Ny4zNDNDMTE5Ljg0MyA4Ny42MjU5IDExOS40NjQgODcuODkzMyAxMTkuMDkxIDg4LjE3TDExOC41MDYgODguNjAyMkMxMTguNjM0IDg5LjQ5NzYgMTE4Ljg3IDkwLjM3MTMgMTE5LjA0NCA5MS4yNTQyQzExOS4yMTggOTIuMTM3MiAxMTkuNDIzIDkzLjAyNjQgMTE5LjYxIDkzLjkxNTZDMTE5Ljc5NyA5NC44MDQ4IDExOS45NzQgOTUuNjc4NSAxMjAuMjA0IDk2LjU4NjNDMTIwLjU2NSA5Ni40ODQgMTIwLjkxNiA5Ni4zNDc2IDEyMS4yNTIgOTYuMTc5QzEyMS41ODEgOTYuMDQyMiAxMjEuOTA4IDk1Ljg5MyAxMjIuMjM3IDk1Ljc1QzEyMi41NjcgOTUuNjA3IDEyMi44OSA5NS40NTc3IDEyMy4yMiA5NS4zMTc4QzEyMy41NDkgOTUuMTc3OSAxMjMuODgyIDk1LjA0NDIgMTI0LjIxMSA5NC45MDEyQzEyNC41MjQgOTQuNzM4NiAxMjQuODQ5IDk0LjYwMzMgMTI1LjE4NSA5NC40OTdDMTI1LjUzNiA5NC44OTUgMTI3LjgzIDk4LjYyNTkgMTI4LjMxNSA5OS41NzczQzEyOC4yMTkgOTkuNzk0OSAxMjcuOTg5IDk5LjgyNiAxMjcuODA2IDk5LjkwNjhDMTI2LjM2MyAxMDAuNTU0IDEyNC45MTQgMTAxLjE4OCAxMjMuNDY4IDEwMS44MjhDMTIyLjg0NyAxMDIuMTA4IDEyMi4yMDMgMTAyLjM5NCAxMjEuNTM1IDEwMi42OTZDMTIxLjUzNSAxMDIuODYzIDEyMS41NDggMTAzLjAzIDEyMS41NzIgMTAzLjE5NkMxMjIuMDM2IDEwNS40MDQgMTIyLjUwNiAxMDcuNjA5IDEyMi45OCAxMDkuODEyQzEyMy4wNTYgMTEwLjI0MSAxMjMuMTYgMTEwLjY2MyAxMjMuMjkxIDExMS4wNzhDMTIzLjQxNyAxMTEuMDU3IDEyMy41NDIgMTExLjAyOCAxMjMuNjY0IDExMC45OTFDMTIzLjk1NyAxMTAuODY5IDEyNC4yNDMgMTEwLjczNiAxMjQuNTMyIDExMC42MDhMMTMyLjQ5NCAxMDcuMDk1QzEzMi41ODcgMTA3LjA1NSAxMzIuNjg3IDEwNy4wMiAxMzIuNzY4IDEwNi45ODlDMTMzLjAyMyAxMDcuMDY3IDEzMy4wNzkgMTA3LjMgMTMzLjE4NyAxMDcuNDYyQzEzMy44MDkgMTA4LjUzNSAxMzQuNDMxIDEwOS42MSAxMzUuMDcxIDExMC42ODNMMTM1Ljg5MiAxMTIuMDc5QzEzNS44MzYgMTEyLjMxMiAxMzUuNjUgMTEyLjM0IDEzNS41MDEgMTEyLjQwNUMxMzQuMzYzIDExMi45MDYgMTMzLjIyMiAxMTMuMzk3IDEzMi4wODEgMTEzLjg5OEwxMjUuMDc2IDExNi45NzlDMTI0LjkwOCAxMTcuMDUzIDEyNC43NDMgMTE3LjE0NyAxMjQuNTQ3IDExNy4yNDZDMTI1LjA5MSAxMTkuOTM2IDEyNS42NzMgMTIyLjU4OCAxMjYuMjM1IDEyNS4yNDNDMTI2LjI3MyAxMjUuMzYxIDEyNi4zMTggMTI1LjQ3OCAxMjYuMzY5IDEyNS41OTFDMTI2LjY2OSAxMjUuNTQ5IDEyNi45NTggMTI1LjQ1MSAxMjcuMjIxIDEyNS4zMDJMMTM1LjI2NCAxMjEuNzU0TDEzOS44MzUgMTE5Ljc0NkwxNDAuMzMyIDExOS41MzRDMTQwLjQyOCAxMTkuNjM5IDE0MC41MTggMTE5Ljc1IDE0MC41OTkgMTE5Ljg2N0MxNDEuMjIxIDEyMC45MTIgMTQxLjg2MiAxMjEuOTYzIDE0Mi40OTMgMTIzLjAxQzE0Mi43MDEgMTIzLjM1MiAxNDIuOTIyIDEyMy42ODggMTQzLjExNSAxMjQuMDNDMTQzLjI2IDEyNC4yMzUgMTQzLjM4MSAxMjQuNDU2IDE0My40NzUgMTI0LjY4OUMxNDMuNDEzIDEyNC43NDggMTQzLjM3NiAxMjQuODA0IDE0My4zMjMgMTI0LjgyNkwxMjIuMDEgMTM0LjE1M0MxMjEuOTM5IDEzNC4wODggMTIxLjg4MSAxMzQuMDA4IDEyMS44NDEgMTMzLjkxOUMxMjEuODAxIDEzMy44MyAxMjEuNzc5IDEzMy43MzUgMTIxLjc3NyAxMzMuNjM3QzEyMS40MDEgMTMxLjggMTIxLjAyOCAxMjkuOTYyIDEyMC42NDIgMTI4LjEyOEMxMjAuMDQ4IDEyNS4zMDIgMTE5LjQ0MiAxMjIuNDc5IDExOC44NDIgMTE5LjY1NkMxMTguNzk5IDExOS40NTcgMTE4LjczMyAxMTkuMjYxIDExOC42NjggMTE5LjAxNUMxMTguMTA1IDExOS4zNyAxMTcuNTY1IDExOS43NTkgMTE3LjA1MSAxMjAuMTgxQzExNi41NDEgMTIwLjU1NyAxMTYuMDUgMTIwLjk1MiAxMTUuNTQ2IDEyMS4zMzhMMTEzLjk5MiAxMjIuNTE5QzExMy40NyAxMjIuOTE1IDExMi45NTEgMTIzLjMxMiAxMTIuNDM3IDEyMy43MUMxMTEuOTM0IDEyNC4wOTUgMTExLjQzNiAxMjQuNDg0IDExMC45MzMgMTI0Ljg2N0MxMTAuNDI5IDEyNS4yNDkgMTA5Ljg4NSAxMjUuNjUgMTA5LjM3OCAxMjYuMDQ1QzEwOC44NzEgMTI2LjQ0IDEwOC4zOCAxMjYuODI1IDEwNy44NzYgMTI3LjIwNUMxMDcuMzczIDEyNy41ODQgMTA2LjgyOSAxMjcuOTg1IDEwNi4yODggMTI4LjM4NkMxMDYuMjExIDEyOC4zNDkgMTA2LjE0IDEyOC4zMDIgMTA2LjA3NiAxMjguMjQ2QzEwNS4zOTQgMTI3LjQxNCAxMDQuNjU3IDEyNi42MjggMTAzLjg3MiAxMjUuODkzQzEwMy44MjcgMTI1LjgzMyAxMDMuNzg5IDEyNS43NjggMTAzLjc2IDEyNS43QzEwNC4zODIgMTI1LjEzMSAxMDUuMDYzIDEyNC42NCAxMDUuNzE2IDEyNC4xMkMxMDYuMzY4IDEyMy42MDEgMTA3LjA4IDEyMy4wNTcgMTA3Ljc2MSAxMjIuNTI1TDEwOS43NTEgMTIwLjk3MUwxMTEuNzM4IDExOS40MTZMMTEzLjcyNSAxMTcuODYyTDExNS43NjQgMTE2LjI1N0wxMTcuNzc2IDExNC42NzhDMTE3LjY3NCAxMTMuOTU0IDExNy41MjUgMTEzLjIzOCAxMTcuMzMxIDExMi41MzNDMTE3LjIxIDExMi41OCAxMTcuMDk0IDExMi42MzcgMTE2Ljk4MyAxMTIuNzA0QzExNi40MzEgMTEzLjEzMSAxMTUuODgzIDExMy41NTkgMTE1LjMzOCAxMTMuOTg4QzExMS40MjEgMTE3LjA1OCAxMDcuNTAyIDEyMC4xMjUgMTAzLjU4MyAxMjMuMTkxQzEwMy4xMDQgMTIzLjU3IDEwMi42MTkgMTIzLjk0MyAxMDIuMTM0IDEyNC4zMTZDMTAyLjA1MyAxMjQuMzc4IDEwMS45NjMgMTI0LjQzMSAxMDEuODg4IDEyNC40ODFDMTAxLjExNCAxMjQuMTk4IDEwMC4zNzcgMTIzLjg3OCA5OS42MTI0IDEyMy42NjZDOTguODQ3NiAxMjMuNDU1IDk4LjA5MjEgMTIzLjM1NiA5Ny4yODA2IDEyMy4yMDZDOTcuMjgwNiAxMjMuMDY2IDk3LjIzNzEgMTIyLjg5NSA5Ny4yMzcxIDEyMi43NDZMOTcuMjgzNyAxMTUuNzg4Qzk3LjI4MzcgMTE0LjkwMyA5Ny4yOTUxIDExNC4wMTcgOTcuMzE3OSAxMTMuMTNDOTcuMzE3OSAxMTIuOTkzIDk3LjM1MjEgMTEyLjg1NiA5Ny4zNzcgMTEyLjY3Qzk3LjU2OTggMTEyLjc4OCA5Ny43MzEgMTEyLjk1MSA5Ny44NDY0IDExMy4xNDVDOTguNTM5OCAxMTQuMDIyIDk5LjI0NTUgMTE0Ljg4OSA5OS45MDQ3IDExNS43ODhDMTAwLjAxMyAxMTUuOTQyIDEwMC4xNTYgMTE2LjA2NyAxMDAuMzIzIDExNi4xNTRDMTAwLjQ4OSAxMTYuMjQgMTAwLjY3NCAxMTYuMjg2IDEwMC44NjIgMTE2LjI4NUMxMDEuOTc1IDExNi4zNyAxMDMuMDg3IDExNi40NzQgMTA0LjE5OCAxMTYuNTk2QzEwNC4zODMgMTE2LjYyNyAxMDQuNTcyIDExNi42MTcgMTA0Ljc1MiAxMTYuNTY2QzEwNC45MzIgMTE2LjUxNiAxMDUuMDk4IDExNi40MjYgMTA1LjI0IDExNi4zMDRDMTA3LjE3MSAxMTQuNzUgMTA5LjExNyAxMTMuMTk1IDExMS4wNiAxMTEuNjRMMTE1Ljc1MiAxMDcuODg1QzExNS45MTMgMTA3Ljc1NCAxMTYuMDYzIDEwNy42MTcgMTE2LjI1NSAxMDcuNDU5QzExNi4yMjQgMTA3LjI1IDExNi4yMDIgMTA3LjA0NSAxMTYuMTU5IDEwNi44MzdDMTE1LjYwMyAxMDQuMjYzIDExNS4wNDggMTAxLjY4NiAxMTQuNDkyIDk5LjEwNzhDMTE0LjAzOSA5Ni45ODQzIDExMy41OTQgOTQuODYwOCAxMTMuMTQzIDkyLjczNDJDMTEzLjA4NyA5Mi40Njk5IDExMy4wMjggOTIuMjA1NiAxMTIuOTc4IDkxLjk3ODdDMTEyLjkwNiA5MS45Mzg2IDExMi44MjMgOTEuOTIwNyAxMTIuNzQxIDkxLjkyNzNDMTEyLjY1OSA5MS45MzQgMTEyLjU4IDkxLjk2NDggMTEyLjUxNSA5Mi4wMTZDMTEwLjY5MSA5Mi44NTQgMTA4LjgwMyA5My41NDY0IDEwNi44NjkgOTQuMDg2NkMxMDQuNTQgOTQuNzY1IDEwMi4xNTIgOTUuMjIxIDk5LjczNjggOTUuNDQ4NEM5OS4xMzA2IDk1LjUyNiA5OC41MTk3IDk1LjU2MDMgOTcuOTA4NiA5NS41NTFDOTcuNzg0MyA5NS41NTEgOTcuNjYzIDk1LjUyMyA5Ny41MDQ0IDk1LjUwNDRDOTcuNDg1OCA5NS4zMjQgOTcuNDU0NyA5NS4xNjI0IDk3LjQ1MTYgOTUuMDAwN0M5Ny40NTE2IDkyLjA1MTIgOTcuNDUxNiA4OS4wOTk3IDk3LjQ1MTYgODYuMTQ2Qzk3LjQ1MTYgODIuODU2NiA5Ny40NTE2IDc5LjU2NjIgOTcuNDUxNiA3Ni4yNzQ3Qzk3LjQ1MTYgNzUuNiA5Ny40NTE2IDc0LjkyNTQgOTcuNDUxNiA3NC4yNTA3Qzk3LjQ1MTYgNzQuMDkyMSA5Ny40NzY1IDczLjkzOTggOTcuNDg4OSA3My43NzgxQzk3LjU2OTcgNzMuNzc4MSA5Ny42MTk1IDczLjc1MDEgOTcuNjQ3NSA3My43NzgxQzk5LjA2NTIgNzQuNjQ4NiAxMDAuNDgzIDc1LjUyMjMgMTAxLjg1NCA3Ni4zNzExQzEwMS45NTEgNzYuNjAzOCAxMDEuOTgzIDc2Ljg1ODQgMTAxLjk0NyA3Ny4xMDc5QzEwMS45NDcgODAuODM4OCAxMDEuOTQ3IDg0LjU2OTcgMTAxLjk0NyA4OC4zMDA2QzEwMS45NDcgODguNTA4OSAxMDEuOTQ3IDg4LjcxNzIgMTAxLjk2NiA4OC45NjI5QzEwMi4wNzggODguOTcwNyAxMDIuMTkgODguOTcwNyAxMDIuMzAyIDg4Ljk2MjlDMTA0LjkzMiA4OC40NDgxIDEwNy40ODUgODcuNTk5NyAxMDkuOSA4Ni40MzgzQzEwOS45NzUgODYuNDA0MSAxMTAuMDQzIDg2LjM1NDMgMTEwLjE1MiA4Ni4yODlDMTEwLjExNCA4Ni4xNzcgMTEwLjA1NyA4Ni4wNzE5IDEwOS45ODQgODUuOTc4MUMxMDkuNjc2IDg1LjY5MSAxMDkuMzUyIDg1LjQyMTEgMTA5LjAxNCA4NS4xNjk4QzEwOC4wNDggODQuNTIxOCAxMDcuMDAzIDgzLjk5OTUgMTA1LjkwNSA4My42MTUyQzEwNS40NzMgODMuNDQ3MyAxMDUuMDI4IDgzLjMwNDMgMTA0LjU5IDgzLjE2MTNMMTAzLjg4NyA4Mi45MTI2QzEwMy44MTEgODIuNDIzMiAxMDMuNzg5IDgxLjkyNjkgMTAzLjgyMiA4MS40MzI3QzEwMy44MjIgODAuOTI1OSAxMDMuODIyIDgwLjQxOTEgMTAzLjgyMiA3OS45MTIzQzEwMy44MjIgNzkuNDA1NSAxMDMuODIyIDc4Ljk0MjMgMTAzLjgyMiA3OC40NTczQzEwMy44MDIgNzcuOTc5MyAxMDMuODE0IDc3LjUwMDUgMTAzLjg1NiA3Ny4wMjRDMTA0LjA2OCA3Ni44OTM0IDEwNC4yNDUgNzcuMDA1MyAxMDQuNDE5IDc3LjA0ODlDMTA1LjkyNCA3Ny40NjUyIDEwNy4zOTIgNzguMDAzOCAxMDguODA5IDc4LjY1OTRDMTExLjEzOCA3OS43MTU2IDExMy4zMyA4MS4wNDk4IDExNS4zMzggODIuNjMyOEMxMTUuNDY5IDgyLjcxMzYgMTE1LjU5MyA4Mi43OTEzIDExNS43NTggODIuOTA5NVoiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0xMDQuNDcyIDEyOS42OThDMTA0LjM5MSAxMjkuNzk3IDEwNC4zMDQgMTI5Ljg5IDEwNC4yMSAxMjkuOTc4QzEwMy41NDIgMTMwLjU1NiA5Ni41ODM5IDEzNS43OTggOTYuMjE3IDEzNkM5NS43MjUxIDEzNS42ODkgOTUuMjUyNyAxMzUuMzQ5IDk0LjgwMjQgMTM0Ljk4QzkyLjc1NjYgMTMzLjM5NSA5MC42NzM1IDEzMS44NzEgODguNjY1IDEzMC4yNjdDODguNjY2IDEzMC4yMyA4OC42NzEyIDEzMC4xOTQgODguNjgwNiAxMzAuMTU4Qzg5LjU3OTEgMTI4Ljc3NCA5MC41NDYgMTI3LjQ1OSA5Mi4wMDExIDEyNi41NzlDOTMuMTE3IDEyNS44OTYgOTQuMzczNyAxMjUuNDc2IDk1LjY3NiAxMjUuMzUxQzk2LjY2MzEgMTI1LjI1NiA5Ny42NTg5IDEyNS4zMSA5OC42Mjk2IDEyNS41MTNDOTkuODcxMyAxMjUuNzgzIDEwMS4wMzUgMTI2LjMzMiAxMDIuMDM0IDEyNy4xMTdDMTAyLjg2IDEyNy43NzQgMTAzLjYwMSAxMjguNTMgMTA0LjI0MiAxMjkuMzY4QzEwNC4zMjkgMTI5LjQ4IDEwNC4zODEgMTI5LjU3NyAxMDQuNDcyIDEyOS42OThaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K"},Symbol.toStringTag,{value:"Module"})),tZ=Object.freeze(Object.defineProperty({__proto__:null,default:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkyIiBoZWlnaHQ9IjE5MiIgdmlld0JveD0iMCAwIDE5MiAxOTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03NS4yNDY5IDExMS45NzFMNzQuNzk2IDExNC4wNjlDNzYuMDAyNCAxMTUuMTA1IDc3LjI4MzMgMTE2LjAxOSA3OC40ODM0IDExNi45OTVDNzkuNjgzNSAxMTcuOTcxIDgwLjkzNjUgMTE4LjkyNiA4Mi4xNjQ2IDExOS44ODZMODUuODQ4OCAxMjIuNzc1TDg5LjU0ODYgMTI1LjY5MUM4OS4wNTQzIDEyNi4yMjYgODguNTU5OSAxMjYuNzA4IDg4LjEyNzggMTI3LjI0NkM4Ny42OTU2IDEyNy43ODMgODcuMzUwNSAxMjguMzM3IDg2Ljk3MTIgMTI4Ljg3OEM4Ni43MjU2IDEyOC44NzggODYuNjA0MyAxMjguNzIyIDg2LjQ2MTMgMTI4LjYxNEw4MC4wNzIxIDEyMy43NDJMNzQuMjI0IDExOS4yOTNDNzQuMTA1OCAxMTkuMjA1IDczLjk4NDYgMTE5LjEyOCA3My44MjI5IDExOS4wMTlDNzMuNzU5OSAxMTkuMTI3IDczLjcwODkgMTE5LjI0MiA3My42NzA2IDExOS4zNjFDNzMuMjUwOCAxMjEuMjk4IDcyLjgyOCAxMjMuMjM1IDcyLjQyNjkgMTI1LjE3MkM3MS44MjM4IDEyOC4wMzggNzEuMjM2MSAxMzAuOTA4IDcwLjYzOTIgMTMzLjc3OEM3MC42MTQzIDEzMy44OTYgNzAuNTY0NiAxMzQuMDExIDcwLjUxNzkgMTM0LjE2QzcwLjM5MDUgMTM0LjEyIDcwLjI5MSAxMzQuMDk4IDcwLjIwNyAxMzQuMDYxQzY4LjU0NjggMTMzLjMyNyA2Ni44OTI4IDEzMi41OSA2NS4yMzI1IDEzMS44NjNDNjMuMDMxMyAxMzAuODk2IDYwLjgyMzggMTI5Ljk0MSA1OC42MjI2IDEyOC45NzdMNTEuNzI5OCAxMjUuOTQ5TDQ5LjQxMzUgMTI0LjkzOUM0OS4yNzk4IDEyNC44OCA0OS4xNTU1IDEyNC44MDUgNDkgMTI0LjcyMUM0OS4yNDg3IDEyNC4wNjUgNDkuNjg0IDEyMy41NDMgNTAuMDA0MiAxMjIuOTU4QzUwLjMyNDUgMTIyLjM3NCA1MC42Nzg5IDEyMS44MzkgNTEuMDE3OCAxMjEuMjc5QzUxLjM1NjcgMTIwLjcyIDUxLjcxMTEgMTIwLjEzMiA1Mi4wNTMxIDExOS41NjZDNTIuMjczNyAxMTkuNTc3IDUyLjQ4NzggMTE5LjY0NSA1Mi42NzQ5IDExOS43NjJMNjAuNjA5MyAxMjMuMjYzQzYyLjE3NDIgMTIzLjk1MyA2My43MzcgMTI0LjY0MSA2NS4yOTc4IDEyNS4zMjdDNjUuNTQ3NSAxMjUuNDU3IDY1LjgxNDUgMTI1LjU1IDY2LjA5MDYgMTI1LjYwNEM2Ni4xNDM2IDEyNS41MTIgNjYuMTg4MyAxMjUuNDE1IDY2LjIyNDMgMTI1LjMxNUM2Ni42NjI3IDEyMy42OTggNjcuODU5NyAxMTcuNzk3IDY3Ljg2MjggMTE3LjI1QzY3LjY2NjUgMTE3LjA5OSA2Ny40NDU2IDExNi45ODMgNjcuMjA5OSAxMTYuOTA4TDYwLjQ5MTIgMTEzLjkzNkM1OS4zNzE5IDExMy40NDQgNTguMjQ5NSAxMTIuOTU2IDU3LjEzMDIgMTEyLjQ2MkM1Ni45Mjg5IDExMi40IDU2Ljc0NCAxMTIuMjk0IDU2LjU4OTMgMTEyLjE1MUM1Ni41OTg4IDExMi4wODUgNTYuNjE2NiAxMTIuMDIgNTYuNjQyMSAxMTEuOTU4QzU3LjU5NzYgMTEwLjM0MiA1OC41NTMyIDEwOC43MjcgNTkuNTA4NyAxMDcuMTE0QzU5LjU1OCAxMDcuMDU4IDU5LjYxMzIgMTA3LjAwNyA1OS42NzM1IDEwNi45NjJDNjEuMjY1MyAxMDcuNjA5IDYyLjgyMyAxMDguMzUyIDY0LjQwODYgMTA5LjAyOUM2NS45OTQyIDEwOS43MDcgNjcuNTE3NyAxMTAuNDIyIDY5LjEzMTMgMTExLjA5NEM2OS4xOTUyIDExMC45OCA2OS4yNDgzIDExMC44NiA2OS4yODk5IDExMC43MzZDNjkuNTAxMyAxMDkuODA0IDY5LjcwOTYgMTA4Ljg0MyA2OS45MTE3IDEwNy44OTVDNzAuMjMyOSAxMDYuMzkgNzAuNTUwMSAxMDQuODg0IDcwLjg2MzEgMTAzLjM3N0M3MC45MDY2IDEwMy4xNzIgNzAuOTM3NyAxMDIuOTY3IDcwLjk4MTIgMTAyLjczNEM3MC44MTk1IDEwMi42NDMgNzAuNjcwMyAxMDIuNTUgNzAuNTMzNSAxMDIuNDg1TDY0Ljg2MjUgOTkuOTk3NkM2NC42MTMzIDk5LjkxMjQgNjQuMzc4NCA5OS43ODk3IDY0LjE2NjEgOTkuNjMzOEM2NC4xODA2IDk5LjU1NDUgNjQuMjA0NiA5OS40NzczIDY0LjIzNzYgOTkuNDAzOEM2NS4xNTM3IDk3Ljg4NjUgNjYuMDcyIDk2LjM3MTQgNjYuOTkyMiA5NC44NTgzQzY3LjA2NjkgOTQuNzM3IDY3LjE2MzIgOTQuNjI1MSA2Ny4yNjkgOTQuNDc1OUM2Ny40NzczIDk0LjU1NjcgNjcuNjczMSA5NC42MjUxIDY3Ljg1OTcgOTQuNzA5MUM2OS4xNTYyIDk1LjI3MTggNzAuNDQ5NSA5NS44NDA4IDcxLjc0MjkgOTYuNDA2NkM3MS44OTUzIDk2LjQ3MTkgNzIuMDUzOCA5Ni41MjQ4IDcyLjIzNzMgOTYuNTlDNzIuMjkzMiA5Ni40Mjg0IDcyLjM1MjMgOTYuMjk3OCA3Mi4zODY1IDk2LjE1NzlDNzIuOTU1NSA5My43NzYzIDczLjkxMzEgODkuMDg0NyA3My45NDEgODguNTcxN0M3My43NTc2IDg4LjQzOCA3My41NTg2IDg4LjI4MjYgNzMuMzU2NSA4OC4xMzY1QzcxLjY1OTYgODYuOTE4NCA3MC4wNjI3IDg1LjU2NjkgNjguNTgxIDg0LjA5NDdDNjMuMTY2NSA3OC43MzY2IDU5LjQwNTYgNzEuOTM1NyA1Ny43NDU4IDY0LjUwMTJDNTcuNTc0OCA2My43MjA4IDU3LjQzNDkgNjIuOTQ2NyA1Ny4yNzY0IDYyLjE0NzdDNTcuMDk1OSA2MS4yMjk1IDU2LjYyODEgNjAuMzkyNSA1NS45NDA3IDU5Ljc1NzZDNTUuMjUzMyA1OS4xMjI3IDU0LjM4MTggNTguNzIyOCA1My40NTIyIDU4LjYxNTdDNTMuMzE0IDU4LjU5NTMgNTMuMTc3IDU4LjU2NzMgNTMuMDQxOCA1OC41MzE4QzUyLjkzMzEgNTcuNzE5MiA1Mi45MjQ4IDU2Ljg5NjQgNTMuMDE2OSA1Ni4wODE4QzUzLjE0ODYgNTYuMDQ5OCA1My4yODI4IDU2LjAyOSA1My40MTggNTYuMDE5N0M1NC4zNTA3IDU2LjAxOTcgNTUuMjgzNSA1Ni4wMTk3IDU2LjIxNjIgNTYuMDE5N0M1OC4xNzQ5IDU2LjAxOTcgNjAuMTM1NyA1Ni4wMTk3IDYyLjA5ODYgNTYuMDE5N0M2Mi4zMyA1NS45Nzc1IDYyLjU2ODcgNTYuMDAzNCA2Mi43ODU3IDU2LjA5NDNDNjIuOTAzOCA1Ny4zOTM5IDYzLjAwOTUgNTguNjkzNSA2My4xNDk0IDU5Ljk5QzYzLjMxMTQgNjEuMjg3MyA2My41NjA3IDYyLjU3MjIgNjMuODk1NiA2My44MzU5QzY0LjIwNDYgNjUuMDgzNyA2NC41OTQxIDY2LjMxMDIgNjUuMDYxNSA2Ny41MDc3QzY1LjUyMzggNjguNzMxOCA2Ni4wNTc0IDY5LjkyNzcgNjYuNjU5NiA3MS4wODk0QzY3LjI1NTQgNzIuMjQ4MiA2Ny45MTk5IDczLjM3MDUgNjguNjQ5NCA3NC40NTAzQzY5LjM4MjUgNzUuNTI5NCA3MC4xNzQ0IDc2LjU2NzMgNzEuMDIxNiA3Ny41NTk0QzcxLjg1ODIgNzguNTM2OSA3Mi43NDQ0IDc5LjQ3MDggNzMuNjc2OCA4MC4zNTc1Qzc0LjYzNTUgODEuMjUwNSA3NS42Mzg5IDgyLjA5NDEgNzYuNjgzMyA4Mi44ODUyQzc2LjgyMTQgODIuODA4NSA3Ni45NTUyIDgyLjcyNDUgNzcuMDg0MyA4Mi42MzM0Qzc4LjU4MzMgODEuNDMzNSA4MC4xOTUxIDgwLjM4MTggODEuODk3MiA3OS40OTMyQzgzLjg4NjggNzguNDIzNSA4NS45OTAzIDc3LjU4MDggODguMTY4MiA3Ni45ODExQzg4LjI4NjMgNzYuOTUgODguNDEwNyA3Ni45NDY5IDg4LjU1MzcgNzYuOTI1MUM4OC41Nzk0IDc3LjAxMDMgODguNTk3MSA3Ny4wOTc4IDg4LjYwNjYgNzcuMTg2M0M4OC42MDY2IDc5LjA1MTcgODguNjA2NiA4MC45Mjg2IDg4LjYwNjYgODIuODE2OEM4OC4zNTA2IDgyLjk3OTQgODguMDY3MiA4My4wOTQyIDg3Ljc3MDIgODMuMTU1N0M4Ni42ODAyIDgzLjQ4NzMgODUuNjIzNyA4My45MjAzIDg0LjYxNDUgODQuNDQ5MUM4NC4xMjk1IDg0LjcwNzEgODMuNjY2MiA4NC45OTk0IDgzLjIwOTIgODUuMzAxQzgyLjg1MzYgODUuNTIzMiA4Mi41NDc3IDg1LjgxNjQgODIuMzEwNyA4Ni4xNjIyQzgyLjM1NDIgODYuMzg5MiA4Mi41NDM5IDg2LjQxMDkgODIuNjg2OSA4Ni40NzMxQzg0Ljc4MSA4Ny40NzI3IDg2Ljk4MDQgODguMjM1IDg5LjI0MzkgODguNzQ1OEM4OS42Mzk0IDg4Ljg2NDYgOTAuMDQ3NCA4OC45MzY2IDkwLjQ1OTYgODguOTYwNEM5MC41MDU1IDg4LjM3MjkgOTAuNTE5IDg3Ljc4MzQgOTAuNSA4Ny4xOTQ0QzkwLjUgODYuNTcyNiA5MC41IDg1Ljk2OTQgOTAuNSA4NS4zNlY4MS44Mzc1QzkwLjUgODEuMjQ2NyA5MC41IDgwLjY1NiA5MC41IDgwLjA2NTNDOTAuNSA3OS40NzQ2IDkwLjUgNzguODQzNCA5MC41IDc4LjIzMDlWNzYuNDUyNUM5MS45NTUxIDc1LjQ4MjUgOTMuNDQ3NCA3NC42MzA2IDk0Ljk0MjkgNzMuNjU0NEM5NC45ODAyIDczLjgzMTYgOTUuMDA4MiA3My45MDkzIDk1LjAxNDQgNzMuOTg3Qzk1LjA4MjggNzUuMjMwNyA5NS4wMzYyIDk0Ljk1NzggOTQuOTU4NCA5NS40NjQ2Qzk0LjgyNTIgOTUuNDk3MSA5NC42OTAzIDk1LjUyMiA5NC41NTQyIDk1LjUzOTJDOTMuODU5NiA5NS41NTQzIDkzLjE2NSA5NS41MTE2IDkyLjQ3NzQgOTUuNDExN0M4OS4zMjUyIDk1LjA5ODcgODYuMjIzMSA5NC40MDEzIDgzLjI0MDMgOTMuMzM0OEM4Mi4xNjQ2IDkyLjk1NTUgODEuMTE2OCA5Mi41MTQgODAuMDc1MyA5Mi4wNTM5Qzc5LjkyNiA5MS45ODg2IDc5Ljc2NDQgOTEuOTM4OSA3OS42MzM4IDkxLjg4NkM3OS40MjU1IDkyLjAzODQgNzkuNDM0OCA5Mi4yNDM2IDc5LjM5NzUgOTIuNDIwOEM3OS4wNDUxIDk0LjAyNTEgNzguNjk5IDk1LjYzMjUgNzguMzU5IDk3LjI0M0M3Ny42NTY0IDEwMC41NDEgNzYuOTU1OCAxMDMuODM4IDc2LjI1NzMgMTA3LjEzNkM3Ni4yNTczIDEwNy4yMTcgNzYuMjMyNCAxMDcuMzAxIDc2LjIxNjkgMTA3LjM5N0M3Ni4yNjYgMTA3LjQ2NCA3Ni4zMjEyIDEwNy41MjcgNzYuMzgxNyAxMDcuNTg0Qzc3LjAxNTkgMTA4LjEwNiA3Ny42NTMzIDEwOC42MjQgNzguMjkzOCAxMDkuMTM4Qzc5Ljc1OTIgMTEwLjMxNCA4MS4yMjU2IDExMS40ODYgODIuNjkzMSAxMTIuNjU1Qzg0LjIwNzIgMTEzLjg2NCA4NS43Mjc2IDExNS4wNyA4Ny4yMzU1IDExNi4yOTJDODcuMzY3MiAxMTYuNDEgODcuNTIzMiAxMTYuNDk4IDg3LjY5MjQgMTE2LjU0OUM4Ny44NjE2IDExNi42IDg4LjAzOTkgMTE2LjYxMyA4OC4yMTQ4IDExNi41ODhDODkuMzQ2NSAxMTYuNDUxIDkwLjQ4MTQgMTE2LjMzOSA5MS42MTYyIDExNi4yNThDOTEuODAzNSAxMTYuMjUzIDkxLjk4NjkgMTE2LjIwNCA5Mi4xNTIxIDExNi4xMTVDOTIuMzE3MiAxMTYuMDI3IDkyLjQ1OTUgMTE1LjkwMSA5Mi41Njc1IDExNS43NDhDOTMuMjY3MSAxMTQuODE1IDkzLjk5NzcgMTEzLjkyIDk0LjcxNTkgMTEzLjAxMkM5NC44MDYxIDExMi45IDk0LjkwMjUgMTEyLjc5MSA5NC45ODY0IDExMi43MDFDOTUuMTkxNiAxMTIuNzc2IDk1LjEzMjUgMTEyLjkyNSA5NS4xMzI1IDExMy4wMzdDOTUuMTMyNSAxMTQuNDQ5IDk1LjEzMjUgMTE1Ljg2MSA5NS4xMzI1IDExNy4yNzVDOTUuMTMyNSAxMTkuMTQgOTUuMTMyNSAxMjAuOTg3IDk1LjExMzkgMTIyLjg0M0M5NS4xMTM5IDEyMi45ODYgOTUuMDg5IDEyMy4xMjkgOTUuMDczNSAxMjMuMjg4Qzk0LjQ1MTYgMTIzLjQ0OSA5My44Mjk4IDEyMy41NzcgOTMuMjI2NyAxMjMuNzdDOTIuNjIzNSAxMjMuOTYyIDkyLjA0ODMgMTI0LjIxNyA5MS40MTQxIDEyNC40NjNDOTEuMjk3NiAxMjQuNDAzIDkxLjE4NTQgMTI0LjMzNiA5MS4wNzgzIDEyNC4yNjFDODkuMzM1MSAxMjIuODk5IDg3LjU5MiAxMjEuNTM0IDg1Ljg0ODggMTIwLjE2Nkw3OS44MjM0IDExNS40NDdMNzUuOTM3MSAxMTIuNDAzQzc1Ljc0NjUgMTEyLjIwNCA3NS41MDkzIDExMi4wNTUgNzUuMjQ2OSAxMTEuOTcxWiIgZmlsbD0iYmxhY2siLz4KPHBhdGggZD0iTTExNS43NTggODIuOTA5NUMxMTkuOTcxIDc5Ljc3OTEgMTIzLjQxNiA3NS43MzE2IDEyNS44MzQgNzEuMDczMkMxMjguMjU3IDY2LjQ2NTkgMTI5LjU2NSA2MS4zNTQzIDEyOS42NTIgNTYuMTQ5NkMxMjkuNzI0IDU2LjA3MTkgMTI5LjczNiA1Ni4wNTMyIDEyOS43NTUgNTYuMDQzOUMxMjkuNzczIDU2LjAzMyAxMjkuNzkzIDU2LjAyNjYgMTI5LjgxNCA1Ni4wMjUyQzEzMC4wMDQgNTYuMDI1MiAxMzAuMTkzIDU2LjAwNjYgMTMwLjM4MyA1Ni4wMDY2SDEzOS4zMDNDMTM5LjM0MyA1Ni4wMTQyIDEzOS4zOCA1Ni4wMjg5IDEzOS40MTUgNTYuMDUwMUMxMzkuNTM0IDU2Ljg2NDggMTM5LjU0NiA1Ny42OTE3IDEzOS40NDkgNTguNTA5NEMxMzkuMzEzIDU4LjU0NjcgMTM5LjE3NSA1OC41NzY4IDEzOS4wMzYgNTguNTk5NkMxMzguMDc4IDU4LjY5OTYgMTM3LjE4IDU5LjExMTcgMTM2LjQ4IDU5Ljc3MjRDMTM1Ljc4IDYwLjQzMzEgMTM1LjMxNyA2MS4zMDU4IDEzNS4xNjIgNjIuMjU1OEMxMzQuODkxIDYzLjY4NiAxMzQuNjA1IDY1LjExIDEzNC4yMjkgNjYuNTEyMkMxMzMuOCA2OC4wNTU0IDEzMy4yODEgNjkuNTcyMSAxMzIuNjc0IDcxLjA1NDVDMTMxLjUzIDczLjg0NzcgMTMwLjA2NCA3Ni40OTggMTI4LjMwNiA3OC45NTE2QzEyNy4yMjcgODAuNDYyMyAxMjYuMDQxIDgxLjg5MzEgMTI0Ljc1NiA4My4yMzI4QzEyMy4zNDMgODQuNzEyMSAxMjEuODI0IDg2LjA4NTkgMTIwLjIxIDg3LjM0M0MxMTkuODQzIDg3LjYyNTkgMTE5LjQ2NCA4Ny44OTMzIDExOS4wOTEgODguMTdMMTE4LjUwNiA4OC42MDIyQzExOC42MzQgODkuNDk3NiAxMTguODcgOTAuMzcxMyAxMTkuMDQ0IDkxLjI1NDJDMTE5LjIxOCA5Mi4xMzcyIDExOS40MjMgOTMuMDI2NCAxMTkuNjEgOTMuOTE1NkMxMTkuNzk3IDk0LjgwNDggMTE5Ljk3NCA5NS42Nzg1IDEyMC4yMDQgOTYuNTg2M0MxMjAuNTY1IDk2LjQ4NCAxMjAuOTE2IDk2LjM0NzYgMTIxLjI1MiA5Ni4xNzlDMTIxLjU4MSA5Ni4wNDIyIDEyMS45MDggOTUuODkzIDEyMi4yMzcgOTUuNzVDMTIyLjU2NyA5NS42MDcgMTIyLjg5IDk1LjQ1NzcgMTIzLjIyIDk1LjMxNzhDMTIzLjU0OSA5NS4xNzc5IDEyMy44ODIgOTUuMDQ0MiAxMjQuMjExIDk0LjkwMTJDMTI0LjUyNCA5NC43Mzg2IDEyNC44NDkgOTQuNjAzMyAxMjUuMTg1IDk0LjQ5N0MxMjUuNTM2IDk0Ljg5NSAxMjcuODMgOTguNjI1OSAxMjguMzE1IDk5LjU3NzNDMTI4LjIxOSA5OS43OTQ5IDEyNy45ODkgOTkuODI2IDEyNy44MDYgOTkuOTA2OEMxMjYuMzYzIDEwMC41NTQgMTI0LjkxNCAxMDEuMTg4IDEyMy40NjggMTAxLjgyOEMxMjIuODQ3IDEwMi4xMDggMTIyLjIwMyAxMDIuMzk0IDEyMS41MzUgMTAyLjY5NkMxMjEuNTM1IDEwMi44NjMgMTIxLjU0OCAxMDMuMDMgMTIxLjU3MiAxMDMuMTk2QzEyMi4wMzYgMTA1LjQwNCAxMjIuNTA2IDEwNy42MDkgMTIyLjk4IDEwOS44MTJDMTIzLjA1NiAxMTAuMjQxIDEyMy4xNiAxMTAuNjYzIDEyMy4yOTEgMTExLjA3OEMxMjMuNDE3IDExMS4wNTcgMTIzLjU0MiAxMTEuMDI4IDEyMy42NjQgMTEwLjk5MUMxMjMuOTU3IDExMC44NjkgMTI0LjI0MyAxMTAuNzM2IDEyNC41MzIgMTEwLjYwOEwxMzIuNDk0IDEwNy4wOTVDMTMyLjU4NyAxMDcuMDU1IDEzMi42ODcgMTA3LjAyIDEzMi43NjggMTA2Ljk4OUMxMzMuMDIzIDEwNy4wNjcgMTMzLjA3OSAxMDcuMyAxMzMuMTg3IDEwNy40NjJDMTMzLjgwOSAxMDguNTM1IDEzNC40MzEgMTA5LjYxIDEzNS4wNzEgMTEwLjY4M0wxMzUuODkyIDExMi4wNzlDMTM1LjgzNiAxMTIuMzEyIDEzNS42NSAxMTIuMzQgMTM1LjUwMSAxMTIuNDA1QzEzNC4zNjMgMTEyLjkwNiAxMzMuMjIyIDExMy4zOTcgMTMyLjA4MSAxMTMuODk4TDEyNS4wNzYgMTE2Ljk3OUMxMjQuOTA4IDExNy4wNTMgMTI0Ljc0MyAxMTcuMTQ3IDEyNC41NDcgMTE3LjI0NkMxMjUuMDkxIDExOS45MzYgMTI1LjY3MyAxMjIuNTg4IDEyNi4yMzUgMTI1LjI0M0MxMjYuMjczIDEyNS4zNjEgMTI2LjMxOCAxMjUuNDc4IDEyNi4zNjkgMTI1LjU5MUMxMjYuNjY5IDEyNS41NDkgMTI2Ljk1OCAxMjUuNDUxIDEyNy4yMjEgMTI1LjMwMkwxMzUuMjY0IDEyMS43NTRMMTM5LjgzNSAxMTkuNzQ2TDE0MC4zMzIgMTE5LjUzNEMxNDAuNDI4IDExOS42MzkgMTQwLjUxOCAxMTkuNzUgMTQwLjU5OSAxMTkuODY3QzE0MS4yMjEgMTIwLjkxMiAxNDEuODYyIDEyMS45NjMgMTQyLjQ5MyAxMjMuMDFDMTQyLjcwMSAxMjMuMzUyIDE0Mi45MjIgMTIzLjY4OCAxNDMuMTE1IDEyNC4wM0MxNDMuMjYgMTI0LjIzNSAxNDMuMzgxIDEyNC40NTYgMTQzLjQ3NSAxMjQuNjg5QzE0My40MTMgMTI0Ljc0OCAxNDMuMzc2IDEyNC44MDQgMTQzLjMyMyAxMjQuODI2TDEyMi4wMSAxMzQuMTUzQzEyMS45MzkgMTM0LjA4OCAxMjEuODgxIDEzNC4wMDggMTIxLjg0MSAxMzMuOTE5QzEyMS44MDEgMTMzLjgzIDEyMS43NzkgMTMzLjczNSAxMjEuNzc3IDEzMy42MzdDMTIxLjQwMSAxMzEuOCAxMjEuMDI4IDEyOS45NjIgMTIwLjY0MiAxMjguMTI4QzEyMC4wNDggMTI1LjMwMiAxMTkuNDQyIDEyMi40NzkgMTE4Ljg0MiAxMTkuNjU2QzExOC43OTkgMTE5LjQ1NyAxMTguNzMzIDExOS4yNjEgMTE4LjY2OCAxMTkuMDE1QzExOC4xMDUgMTE5LjM3IDExNy41NjUgMTE5Ljc1OSAxMTcuMDUxIDEyMC4xODFDMTE2LjU0MSAxMjAuNTU3IDExNi4wNSAxMjAuOTUyIDExNS41NDYgMTIxLjMzOEwxMTMuOTkyIDEyMi41MTlDMTEzLjQ3IDEyMi45MTUgMTEyLjk1MSAxMjMuMzEyIDExMi40MzcgMTIzLjcxQzExMS45MzQgMTI0LjA5NSAxMTEuNDM2IDEyNC40ODQgMTEwLjkzMyAxMjQuODY3QzExMC40MjkgMTI1LjI0OSAxMDkuODg1IDEyNS42NSAxMDkuMzc4IDEyNi4wNDVDMTA4Ljg3MSAxMjYuNDQgMTA4LjM4IDEyNi44MjUgMTA3Ljg3NiAxMjcuMjA1QzEwNy4zNzMgMTI3LjU4NCAxMDYuODI5IDEyNy45ODUgMTA2LjI4OCAxMjguMzg2QzEwNi4yMTEgMTI4LjM0OSAxMDYuMTQgMTI4LjMwMiAxMDYuMDc2IDEyOC4yNDZDMTA1LjM5NCAxMjcuNDE0IDEwNC42NTcgMTI2LjYyOCAxMDMuODcyIDEyNS44OTNDMTAzLjgyNyAxMjUuODMzIDEwMy43ODkgMTI1Ljc2OCAxMDMuNzYgMTI1LjdDMTA0LjM4MiAxMjUuMTMxIDEwNS4wNjMgMTI0LjY0IDEwNS43MTYgMTI0LjEyQzEwNi4zNjggMTIzLjYwMSAxMDcuMDggMTIzLjA1NyAxMDcuNzYxIDEyMi41MjVMMTA5Ljc1MSAxMjAuOTcxTDExMS43MzggMTE5LjQxNkwxMTMuNzI1IDExNy44NjJMMTE1Ljc2NCAxMTYuMjU3TDExNy43NzYgMTE0LjY3OEMxMTcuNjc0IDExMy45NTQgMTE3LjUyNSAxMTMuMjM4IDExNy4zMzEgMTEyLjUzM0MxMTcuMjEgMTEyLjU4IDExNy4wOTQgMTEyLjYzNyAxMTYuOTgzIDExMi43MDRDMTE2LjQzMSAxMTMuMTMxIDExNS44ODMgMTEzLjU1OSAxMTUuMzM4IDExMy45ODhDMTExLjQyMSAxMTcuMDU4IDEwNy41MDIgMTIwLjEyNSAxMDMuNTgzIDEyMy4xOTFDMTAzLjEwNCAxMjMuNTcgMTAyLjYxOSAxMjMuOTQzIDEwMi4xMzQgMTI0LjMxNkMxMDIuMDUzIDEyNC4zNzggMTAxLjk2MyAxMjQuNDMxIDEwMS44ODggMTI0LjQ4MUMxMDEuMTE0IDEyNC4xOTggMTAwLjM3NyAxMjMuODc4IDk5LjYxMjQgMTIzLjY2NkM5OC44NDc2IDEyMy40NTUgOTguMDkyMSAxMjMuMzU2IDk3LjI4MDYgMTIzLjIwNkM5Ny4yODA2IDEyMy4wNjYgOTcuMjM3MSAxMjIuODk1IDk3LjIzNzEgMTIyLjc0Nkw5Ny4yODM3IDExNS43ODhDOTcuMjgzNyAxMTQuOTAzIDk3LjI5NTEgMTE0LjAxNyA5Ny4zMTc5IDExMy4xM0M5Ny4zMTc5IDExMi45OTMgOTcuMzUyMSAxMTIuODU2IDk3LjM3NyAxMTIuNjdDOTcuNTY5OCAxMTIuNzg4IDk3LjczMSAxMTIuOTUxIDk3Ljg0NjQgMTEzLjE0NUM5OC41Mzk4IDExNC4wMjIgOTkuMjQ1NSAxMTQuODg5IDk5LjkwNDcgMTE1Ljc4OEMxMDAuMDEzIDExNS45NDIgMTAwLjE1NiAxMTYuMDY3IDEwMC4zMjMgMTE2LjE1NEMxMDAuNDg5IDExNi4yNCAxMDAuNjc0IDExNi4yODYgMTAwLjg2MiAxMTYuMjg1QzEwMS45NzUgMTE2LjM3IDEwMy4wODcgMTE2LjQ3NCAxMDQuMTk4IDExNi41OTZDMTA0LjM4MyAxMTYuNjI3IDEwNC41NzIgMTE2LjYxNyAxMDQuNzUyIDExNi41NjZDMTA0LjkzMiAxMTYuNTE2IDEwNS4wOTggMTE2LjQyNiAxMDUuMjQgMTE2LjMwNEMxMDcuMTcxIDExNC43NSAxMDkuMTE3IDExMy4xOTUgMTExLjA2IDExMS42NEwxMTUuNzUyIDEwNy44ODVDMTE1LjkxMyAxMDcuNzU0IDExNi4wNjMgMTA3LjYxNyAxMTYuMjU1IDEwNy40NTlDMTE2LjIyNCAxMDcuMjUgMTE2LjIwMiAxMDcuMDQ1IDExNi4xNTkgMTA2LjgzN0MxMTUuNjAzIDEwNC4yNjMgMTE1LjA0OCAxMDEuNjg2IDExNC40OTIgOTkuMTA3OEMxMTQuMDM5IDk2Ljk4NDMgMTEzLjU5NCA5NC44NjA4IDExMy4xNDMgOTIuNzM0MkMxMTMuMDg3IDkyLjQ2OTkgMTEzLjAyOCA5Mi4yMDU2IDExMi45NzggOTEuOTc4N0MxMTIuOTA2IDkxLjkzODYgMTEyLjgyMyA5MS45MjA3IDExMi43NDEgOTEuOTI3M0MxMTIuNjU5IDkxLjkzNCAxMTIuNTggOTEuOTY0OCAxMTIuNTE1IDkyLjAxNkMxMTAuNjkxIDkyLjg1NCAxMDguODAzIDkzLjU0NjQgMTA2Ljg2OSA5NC4wODY2QzEwNC41NCA5NC43NjUgMTAyLjE1MiA5NS4yMjEgOTkuNzM2OCA5NS40NDg0Qzk5LjEzMDYgOTUuNTI2IDk4LjUxOTcgOTUuNTYwMyA5Ny45MDg2IDk1LjU1MUM5Ny43ODQzIDk1LjU1MSA5Ny42NjMgOTUuNTIzIDk3LjUwNDQgOTUuNTA0NEM5Ny40ODU4IDk1LjMyNCA5Ny40NTQ3IDk1LjE2MjQgOTcuNDUxNiA5NS4wMDA3Qzk3LjQ1MTYgOTIuMDUxMiA5Ny40NTE2IDg5LjA5OTcgOTcuNDUxNiA4Ni4xNDZDOTcuNDUxNiA4Mi44NTY2IDk3LjQ1MTYgNzkuNTY2MiA5Ny40NTE2IDc2LjI3NDdDOTcuNDUxNiA3NS42IDk3LjQ1MTYgNzQuOTI1NCA5Ny40NTE2IDc0LjI1MDdDOTcuNDUxNiA3NC4wOTIxIDk3LjQ3NjUgNzMuOTM5OCA5Ny40ODg5IDczLjc3ODFDOTcuNTY5NyA3My43NzgxIDk3LjYxOTUgNzMuNzUwMSA5Ny42NDc1IDczLjc3ODFDOTkuMDY1MiA3NC42NDg2IDEwMC40ODMgNzUuNTIyMyAxMDEuODU0IDc2LjM3MTFDMTAxLjk1MSA3Ni42MDM4IDEwMS45ODMgNzYuODU4NCAxMDEuOTQ3IDc3LjEwNzlDMTAxLjk0NyA4MC44Mzg4IDEwMS45NDcgODQuNTY5NyAxMDEuOTQ3IDg4LjMwMDZDMTAxLjk0NyA4OC41MDg5IDEwMS45NDcgODguNzE3MiAxMDEuOTY2IDg4Ljk2MjlDMTAyLjA3OCA4OC45NzA3IDEwMi4xOSA4OC45NzA3IDEwMi4zMDIgODguOTYyOUMxMDQuOTMyIDg4LjQ0ODEgMTA3LjQ4NSA4Ny41OTk3IDEwOS45IDg2LjQzODNDMTA5Ljk3NSA4Ni40MDQxIDExMC4wNDMgODYuMzU0MyAxMTAuMTUyIDg2LjI4OUMxMTAuMTE0IDg2LjE3NyAxMTAuMDU3IDg2LjA3MTkgMTA5Ljk4NCA4NS45NzgxQzEwOS42NzYgODUuNjkxIDEwOS4zNTIgODUuNDIxMSAxMDkuMDE0IDg1LjE2OThDMTA4LjA0OCA4NC41MjE4IDEwNy4wMDMgODMuOTk5NSAxMDUuOTA1IDgzLjYxNTJDMTA1LjQ3MyA4My40NDczIDEwNS4wMjggODMuMzA0MyAxMDQuNTkgODMuMTYxM0wxMDMuODg3IDgyLjkxMjZDMTAzLjgxMSA4Mi40MjMyIDEwMy43ODkgODEuOTI2OSAxMDMuODIyIDgxLjQzMjdDMTAzLjgyMiA4MC45MjU5IDEwMy44MjIgODAuNDE5MSAxMDMuODIyIDc5LjkxMjNDMTAzLjgyMiA3OS40MDU1IDEwMy44MjIgNzguOTQyMyAxMDMuODIyIDc4LjQ1NzNDMTAzLjgwMiA3Ny45NzkzIDEwMy44MTQgNzcuNTAwNSAxMDMuODU2IDc3LjAyNEMxMDQuMDY4IDc2Ljg5MzQgMTA0LjI0NSA3Ny4wMDUzIDEwNC40MTkgNzcuMDQ4OUMxMDUuOTI0IDc3LjQ2NTIgMTA3LjM5MiA3OC4wMDM4IDEwOC44MDkgNzguNjU5NEMxMTEuMTM4IDc5LjcxNTYgMTEzLjMzIDgxLjA0OTggMTE1LjMzOCA4Mi42MzI4QzExNS40NjkgODIuNzEzNiAxMTUuNTkzIDgyLjc5MTMgMTE1Ljc1OCA4Mi45MDk1WiIgZmlsbD0iYmxhY2siLz4KPHBhdGggZD0iTTEwNC40NzIgMTI5LjY5OEMxMDQuMzkxIDEyOS43OTcgMTA0LjMwNCAxMjkuODkgMTA0LjIxIDEyOS45NzhDMTAzLjU0MiAxMzAuNTU2IDk2LjU4MzkgMTM1Ljc5OCA5Ni4yMTcgMTM2Qzk1LjcyNTEgMTM1LjY4OSA5NS4yNTI3IDEzNS4zNDkgOTQuODAyNCAxMzQuOThDOTIuNzU2NiAxMzMuMzk1IDkwLjY3MzUgMTMxLjg3MSA4OC42NjUgMTMwLjI2N0M4OC42NjYgMTMwLjIzIDg4LjY3MTIgMTMwLjE5NCA4OC42ODA2IDEzMC4xNThDODkuNTc5MSAxMjguNzc0IDkwLjU0NiAxMjcuNDU5IDkyLjAwMTEgMTI2LjU3OUM5My4xMTcgMTI1Ljg5NiA5NC4zNzM3IDEyNS40NzYgOTUuNjc2IDEyNS4zNTFDOTYuNjYzMSAxMjUuMjU2IDk3LjY1ODkgMTI1LjMxIDk4LjYyOTYgMTI1LjUxM0M5OS44NzEzIDEyNS43ODMgMTAxLjAzNSAxMjYuMzMyIDEwMi4wMzQgMTI3LjExN0MxMDIuODYgMTI3Ljc3NCAxMDMuNjAxIDEyOC41MyAxMDQuMjQyIDEyOS4zNjhDMTA0LjMyOSAxMjkuNDggMTA0LjM4MSAxMjkuNTc3IDEwNC40NzIgMTI5LjY5OFoiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0xMDkuNDcyIDEwMS4zNzRDMTA5LjUyMiAxMDEuNTAyIDEwOS41NjIgMTAxLjU1OCAxMDkuNTU5IDEwMS42MTFDMTA5LjYwMiAxMDMuMTYxIDEwOS4xNTEgMTA0LjY4NSAxMDguMjcyIDEwNS45NjNDMTA3LjkyMSAxMDYuNDggMTA3LjQ1NCAxMDYuOTA4IDEwNi45MDkgMTA3LjIxNEMxMDYuMzY0IDEwNy41MiAxMDUuNzU2IDEwNy42OTUgMTA1LjEzMiAxMDcuNzI2QzEwMy4zNDcgMTA3Ljg0NyAxMDEuNTYgMTA3Ljg5NyA5OS43NzE5IDEwNy45NzVDOTkuNjk0MiAxMDcuOTc1IDk5LjYxOTUgMTA3Ljk3NSA5OS41NDE4IDEwNy45NTlDOTkuNTM3OCAxMDcuOTI2IDk5LjUzNzggMTA3Ljg5MyA5OS41NDE4IDEwNy44NkM5OS41NDQgMTA3LjgzOSA5OS41NTQxIDEwNy44MiA5OS41Njk4IDEwNy44MDdMMTA4LjkyNSAxMDEuNjkxQzEwOS4wODQgMTAxLjU4MyAxMDkuMjU1IDEwMS40OTkgMTA5LjQ3MiAxMDEuMzc0WiIgZmlsbD0iYmxhY2siLz4KPHBhdGggZD0iTTkyLjg5MzIgMTA3Ljk0MUM5Mi42MTk2IDEwNy45NDEgOTIuMzQ2IDEwNy45NDEgOTIuMDc1NSAxMDcuOTQxQzkwLjYwMTggMTA3Ljg3OSA4OS4xMzEyIDEwNy44MTcgODcuNjU3NSAxMDcuNzM5Qzg3LjMyMTYgMTA3LjcyNyA4Ni45ODc1IDEwNy42ODUgODYuNjU5NSAxMDcuNjExQzg2LjExMzYgMTA3LjQ4OSA4NS41OTgzIDEwNy4yNTYgODUuMTQ1MSAxMDYuOTI4Qzg0LjY5MTggMTA2LjYgODQuMzEwMSAxMDYuMTgzIDg0LjAyMyAxMDUuNzAyQzgzLjI3MDcgMTA0LjQ3MyA4Mi44OTA2IDEwMy4wNTIgODIuOTI4NiAxMDEuNjExQzgyLjkzODEgMTAxLjU1NSA4Mi45NTI2IDEwMS41IDgyLjk3MjIgMTAxLjQ0NkM4My4wODYxIDEwMS40NTkgODMuMTk3MyAxMDEuNDg5IDgzLjMwMTcgMTAxLjUzNkM4My44MTc4IDEwMS44NDcgODQuMzIxNSAxMDIuMjA1IDg0LjgzMTQgMTAyLjUzN0w5Mi41MDc3IDEwNy41MzFDOTIuNjYgMTA3LjYzIDkyLjgwMzEgMTA3Ljc0MiA5Mi45NDkyIDEwNy44NDFMOTIuODkzMiAxMDcuOTQxWiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg=="},Symbol.toStringTag,{value:"Module"}));Ne.AssetBrandService=kw,Ne.AssetNameService=tl,Ne.AssetsServices=hi,Ne.DialogDamageLog=M1,Ne.DialogMissingLog=u1,Ne.DialogTransferLog=A1,Ne.DisposalAPI=Xc,Ne.DisposalServices=Du,Ne.FilterMatchMode=hn,Ne.Focus=l1,Ne.LibConfig=YN,Ne.Presets=hh,Ne.RoutineAPI=_N,Ne.RoutineServices=bw,Ne.TSApproverInfo=d1,Ne.TSAssetInfo=As,Ne.TSBadge=Lt,Ne.TSBadgeGroup=B1,Ne.TSBreadcrumb=L1,Ne.TSButton=$e,Ne.TSButtonAddByScan=x1,Ne.TSButtonBulkAction=Hd,Ne.TSButtonCopy=Wd,Ne.TSButtonDownload=Y1,Ne.TSButtonFilter=Ms,Ne.TSButtonLogHistory=F1,Ne.TSButtonRadio=Xd,Ne.TSButtonScan=Ra,Ne.TSButtonSearch=Ns,Ne.TSButtonSearchByScan=eM,Ne.TSButtonSelectTree=nc,Ne.TSButtonSelectUser=Sp,Ne.TSButtonSync=kp,Ne.TSButtonToggle=Up,Ne.TSButtonViewLog=bp,Ne.TSCalendar=vp,Ne.TSCard=xg,Ne.TSCarousel=Gp,Ne.TSCheckbox=_a,Ne.TSCustomColumn=fg,Ne.TSDataTable=ps,Ne.TSDatePicker=Pp,Ne.TSDayPicker=Hp,Ne.TSDialog=Bi,Ne.TSDialogApprovalList=Rd,Ne.TSDialogAssetNameDetail=Jp,Ne.TSDialogConfirm=Cr,Ne.TSDialogForm=Ic,Ne.TSDialogLinkedAsset=Wp,Ne.TSDialogPrintQR=gI,Ne.TSDialogReportDamage=NI,Ne.TSDialogReportMissing=EI,Ne.TSDialogReportTag=Hg,Ne.TSDialogSelectAsset=Qp,Ne.TSDialogSelectTree=sg,Ne.TSDialogSelectUser=jg,Ne.TSDisposalReport=yI,Ne.TSDropdown=gs,Ne.TSFileUpload=jI,Ne.TSFilterContainer=Is,Ne.TSForm=Cg,Ne.TSIcon=Je,Ne.TSImage=Ci,Ne.TSImageCompressor=g0,Ne.TSInlineMessage=$d,Ne.TSInputBadge=ef,Ne.TSInputCurrency=rf,Ne.TSInputEmail=af,Ne.TSInputNumber=lM,Ne.TSInputOTP=sf,Ne.TSInputPassword=uf,Ne.TSInputPhoneNumber=df,Ne.TSInputRangeNumber=gf,Ne.TSInputSearch=Nf,Ne.TSInputText=Lc,Ne.TSInputURL=hf,Ne.TSLoading=Ef,Ne.TSMenu=Tf,Ne.TSMultiSelect=Ga,Ne.TSOverlayPanel=eg,Ne.TSPaginator=yf,Ne.TSProgressBar=pf,Ne.TSSteps=If,Ne.TSTabMenu=Cc,Ne.TSTagType=fs,Ne.TSTextarea=Cs,Ne.TSTimeline=zc,Ne.TSToast=ua,Ne.TSToastService=RN,Ne.TSTransactionRoles=Df,Ne.TSTree=og,Ne.TSTreeSearchInput=tg,Ne.TSUserWithIcon=Ul,Ne.TSValidatorMessage=bn,Ne.TSi18n=wf,Ne.Tooltip=s1,Ne.TreeAPI=wu,Ne.VueHtmlToPaper=c1,Ne.checkRouteAccess=Sk,Ne.clearStorage=Eh,Ne.default=KW,Ne.exportToExcel=YT,Ne.filterNodeKeys=Od,Ne.flattenTreeNodeChildren=bd,Ne.forceLogout=ol,Ne.formatCurrency=kk,Ne.formatDate=To,Ne.formatDateReadable=mk,Ne.formatUserName=iA,Ne.formatVowelSoundLabel=rA,Ne.getBaseURL=Ok,Ne.getCurrency=UA,Ne.getHostName=Yk,Ne.getImageURL=sa,Ne.getNestedProperyValue=cs,Ne.getSeverityByAssetStatus=Zy,Ne.getSystemRole=RT,Ne.getTransactionRole=yo,Ne.getUserLocale=FT,Ne.handleTokenExpiration=QB,Ne.hasAnyManagerRole=Lk,Ne.hasAnyMonitoringReportRole=xk,Ne.hasApprovalRole=Qk,Ne.hasManagerRole=Bk,Ne.hasMonitoringReportRole=zk,Ne.hasStaffRole=Ck,Ne.hasSystemRole=wk,Ne.hasTransactionRole=jk,Ne.isObjectEmpty=Yb,Ne.listenSidebarChanges=Uk,Ne.parseNodeKeys=Xy,Ne.reLogin=Ob,Ne.unListenSidebarChanges=bk,Ne.useField=ZW,Ne.useForm=WW,Ne.useI18n=Ma,Ne.useLoadingStore=ri,Ne.useToast=zn,Object.defineProperties(Ne,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tsv2-library",
3
3
  "author": "fixedassetv2-fe",
4
- "version": "1.0.39",
4
+ "version": "1.0.40",
5
5
  "license": "ISC",
6
6
  "homepage": "https://github.com/fixedassetv2-fe/tsv2-library#readme",
7
7
  "repository": {