@turquoisehealth/pit-viper 2.152.0 → 2.152.2

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.
Files changed (39) hide show
  1. package/package.json +1 -1
  2. package/pv-components/dist/stats/vue/base/stats.html +1 -1
  3. package/pv-components/dist/stats/vue/visualizations/stats.html +1 -1
  4. package/pv-components/dist/stats/web/pv-ai-button-stats.html +1 -1
  5. package/pv-components/dist/stats/web/pv-company-label-stats.html +1 -1
  6. package/pv-components/dist/stats/web/pv-company-logo-stats.html +1 -1
  7. package/pv-components/dist/stats/web/pv-company-tag-stats.html +1 -1
  8. package/pv-components/dist/stats/web/pv-date-picker-stats.html +1 -1
  9. package/pv-components/dist/stats/web/pv-date-time-stats.html +1 -1
  10. package/pv-components/dist/stats/web/pv-drawer-stats.html +1 -1
  11. package/pv-components/dist/stats/web/pv-dropdown-stats.html +1 -1
  12. package/pv-components/dist/stats/web/pv-menu-stats.html +1 -1
  13. package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +1 -1
  14. package/pv-components/dist/stats/web/pv-popover-menu-stats.html +1 -1
  15. package/pv-components/dist/stats/web/pv-popover-stats.html +1 -1
  16. package/pv-components/dist/stats/web/pv-popover-v2-stats.html +1 -1
  17. package/pv-components/dist/stats/web/pv-query-builder-input-stats.html +1 -1
  18. package/pv-components/dist/stats/web/pv-search-input-stats.html +1 -1
  19. package/pv-components/dist/stats/web/pv-segmented-control-stats.html +1 -1
  20. package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
  21. package/pv-components/dist/stats/web/pv-skeleton-stats.html +1 -1
  22. package/pv-components/dist/stats/web/pv-toggle-group-stats.html +1 -1
  23. package/pv-components/dist/stats/web/pv-tooltip-v2-stats.html +1 -1
  24. package/pv-components/dist/stats/web/pv-tree-stats.html +1 -1
  25. package/pv-components/dist/vue/base/pv-components-base.mjs +1 -1
  26. package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
  27. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +600 -599
  28. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
  29. package/pv-components/dist/web/components/pv-ai-button/pv-ai-button.js +5 -5
  30. package/pv-components/dist/web/pv-components.iife.js +1 -1
  31. package/pv-components/dist/web/pv-components.iife.js.map +1 -1
  32. package/pv-components/dist/vue/charts/pv-components-charts.d.ts +0 -491
  33. package/pv-components/dist/vue/charts/pv-components-charts.js +0 -259
  34. package/pv-components/dist/vue/charts/pv-components-charts.mjs +0 -121834
  35. package/pv-components/dist/vue/charts/pv-components-charts.umd.js +0 -259
  36. package/pv-components/dist/vue/tables/pv-components-tables.d.ts +0 -299
  37. package/pv-components/dist/vue/tables/pv-components-tables.js +0 -223
  38. package/pv-components/dist/vue/tables/pv-components-tables.mjs +0 -47028
  39. package/pv-components/dist/vue/tables/pv-components-tables.umd.js +0 -223
@@ -66,7 +66,7 @@ const j = [void 0, 10, 12, 20, 24, 32, 64], x = ["xlink:href"], T = /* @__PURE__
66
66
  __name: "PvAiButton",
67
67
  props: {
68
68
  size: { default: "md", type: String },
69
- label: { default: "Ask Turquoise", type: String },
69
+ label: { default: "AskTQ", type: String },
70
70
  loading: { type: Boolean },
71
71
  disabled: { type: Boolean }
72
72
  },
@@ -132,12 +132,12 @@ function M(e) {
132
132
  }
133
133
  }
134
134
  const G = (e) => ({ shadowRoot: H(e) });
135
- function q(e, t) {
135
+ function J(e, t) {
136
136
  return t === null ? !1 : t === "" || t === "true" ? !0 : (t === "false" || console.warn(
137
137
  `Invalid boolean attribute value for "${e}": "${t}". Expected "true", "false", or empty string.`
138
138
  ), !1);
139
139
  }
140
- function J(e, t) {
140
+ function q(e, t) {
141
141
  const n = Number(t);
142
142
  return isNaN(n) && console.warn(`Invalid number attribute value for "${e}": "${t}". Expected a valid number.`), n;
143
143
  }
@@ -179,10 +179,10 @@ function Z(e) {
179
179
  _parseAttributes() {
180
180
  s.forEach((i) => {
181
181
  const a = this.getAttribute(i);
182
- this[i] = q(i, a);
182
+ this[i] = J(i, a);
183
183
  }), r.forEach((i) => {
184
184
  const a = this.getAttribute(i);
185
- a !== null && (this[i] = J(i, a));
185
+ a !== null && (this[i] = q(i, a));
186
186
  }), l.forEach((i) => {
187
187
  const a = this.getAttribute(i);
188
188
  if (a !== null) {
@@ -20,7 +20,7 @@
20
20
  * @vue/runtime-dom v3.5.24
21
21
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
22
22
  * @license MIT
23
- **/let qd;const Im=typeof window<"u"&&window.trustedTypes;if(Im)try{qd=Im.createPolicy("vue",{createHTML:e=>e})}catch{}const Pm=qd?e=>qd.createHTML(e):e=>e,Gk="http://www.w3.org/2000/svg",Jk="http://www.w3.org/1998/Math/MathML",eo=typeof document<"u"?document:null,Dm=eo&&eo.createElement("template"),Qk={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,r)=>{const o=t==="svg"?eo.createElementNS(Gk,e):t==="mathml"?eo.createElementNS(Jk,e):n?eo.createElement(e,{is:n}):eo.createElement(e);return e==="select"&&r&&r.multiple!=null&&o.setAttribute("multiple",r.multiple),o},createText:e=>eo.createTextNode(e),createComment:e=>eo.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>eo.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,r,o,a){const i=n?n.previousSibling:t.lastChild;if(o&&(o===a||o.nextSibling))for(;t.insertBefore(o.cloneNode(!0),n),!(o===a||!(o=o.nextSibling)););else{Dm.innerHTML=Pm(r==="svg"?`<svg>${e}</svg>`:r==="mathml"?`<math>${e}</math>`:e);const s=Dm.content;if(r==="svg"||r==="mathml"){const l=s.firstChild;for(;l.firstChild;)s.appendChild(l.firstChild);s.removeChild(l)}t.insertBefore(s,n)}return[i?i.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},To="transition",Za="animation",Wi=Symbol("_vtc"),Am={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},Mm=We({},$d,Am),Nm=(e=>(e.displayName="Transition",e.props=Mm,e))((e,{slots:t})=>Tm(kg,Bm(e),t)),li=(e,t=[])=>{he(e)?e.forEach(n=>n(...t)):e&&e(...t)},Rm=e=>e?he(e)?e.some(t=>t.length>1):e.length>1:!1;function Bm(e){const t={};for(const D in e)D in Am||(t[D]=e[D]);if(e.css===!1)return t;const{name:n="v",type:r,duration:o,enterFromClass:a=`${n}-enter-from`,enterActiveClass:i=`${n}-enter-active`,enterToClass:s=`${n}-enter-to`,appearFromClass:l=a,appearActiveClass:c=i,appearToClass:d=s,leaveFromClass:u=`${n}-leave-from`,leaveActiveClass:f=`${n}-leave-active`,leaveToClass:p=`${n}-leave-to`}=e,h=Zk(o),g=h&&h[0],m=h&&h[1],{onBeforeEnter:b,onEnter:y,onEnterCancelled:S,onLeave:v,onLeaveCancelled:k,onBeforeAppear:E=b,onAppear:P=y,onAppearCancelled:$=S}=t,w=(D,A,M,V)=>{D._enterCancelled=V,$o(D,A?d:s),$o(D,A?c:i),M&&M()},C=(D,A)=>{D._isLeaving=!1,$o(D,u),$o(D,p),$o(D,f),A&&A()},T=D=>(A,M)=>{const V=D?P:y,I=()=>w(A,D,M);li(V,[A,I]),Lm(()=>{$o(A,D?l:a),Ir(A,D?d:s),Rm(V)||Fm(A,r,g,I)})};return We(t,{onBeforeEnter(D){li(b,[D]),Ir(D,a),Ir(D,i)},onBeforeAppear(D){li(E,[D]),Ir(D,l),Ir(D,c)},onEnter:T(!1),onAppear:T(!0),onLeave(D,A){D._isLeaving=!0;const M=()=>C(D,A);Ir(D,u),D._enterCancelled?(Ir(D,f),tf(D)):(tf(D),Ir(D,f)),Lm(()=>{D._isLeaving&&($o(D,u),Ir(D,p),Rm(v)||Fm(D,r,m,M))}),li(v,[D,M])},onEnterCancelled(D){w(D,!1,void 0,!0),li(S,[D])},onAppearCancelled(D){w(D,!0,void 0,!0),li($,[D])},onLeaveCancelled(D){C(D),li(k,[D])}})}function Zk(e){if(e==null)return null;if(at(e))return[ef(e.enter),ef(e.leave)];{const t=ef(e);return[t,t]}}function ef(e){return Ta(e)}function Ir(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[Wi]||(e[Wi]=new Set)).add(t)}function $o(e,t){t.split(/\s+/).forEach(r=>r&&e.classList.remove(r));const n=e[Wi];n&&(n.delete(t),n.size||(e[Wi]=void 0))}function Lm(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let qk=0;function Fm(e,t,n,r){const o=e._endId=++qk,a=()=>{o===e._endId&&r()};if(n!=null)return setTimeout(a,n);const{type:i,timeout:s,propCount:l}=Vm(e,t);if(!i)return r();const c=i+"end";let d=0;const u=()=>{e.removeEventListener(c,f),a()},f=p=>{p.target===e&&++d>=l&&u()};setTimeout(()=>{d<l&&u()},s+1),e.addEventListener(c,f)}function Vm(e,t){const n=window.getComputedStyle(e),r=h=>(n[h]||"").split(", "),o=r(`${To}Delay`),a=r(`${To}Duration`),i=jm(o,a),s=r(`${Za}Delay`),l=r(`${Za}Duration`),c=jm(s,l);let d=null,u=0,f=0;t===To?i>0&&(d=To,u=i,f=a.length):t===Za?c>0&&(d=Za,u=c,f=l.length):(u=Math.max(i,c),d=u>0?i>c?To:Za:null,f=d?d===To?a.length:l.length:0);const p=d===To&&/\b(?:transform|all)(?:,|$)/.test(r(`${To}Property`).toString());return{type:d,timeout:u,propCount:f,hasTransform:p}}function jm(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map((n,r)=>Hm(n)+Hm(e[r])))}function Hm(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function tf(e){return(e?e.ownerDocument:document).body.offsetHeight}function eC(e,t,n){const r=e[Wi];r&&(t=(t?[t,...r]:[...r]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const oc=Symbol("_vod"),Um=Symbol("_vsh"),Pr={name:"show",beforeMount(e,{value:t},{transition:n}){e[oc]=e.style.display==="none"?"":e.style.display,n&&t?n.beforeEnter(e):qa(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:r}){!t!=!n&&(r?t?(r.beforeEnter(e),qa(e,!0),r.enter(e)):r.leave(e,()=>{qa(e,!1)}):qa(e,t))},beforeUnmount(e,{value:t}){qa(e,t)}};function qa(e,t){e.style.display=t?e[oc]:"none",e[Um]=!t}function tC(){Pr.getSSRProps=({value:e})=>{if(!e)return{style:{display:"none"}}}}const zm=Symbol("");function nC(e){const t=Kt();if(!t)return;const n=t.ut=(o=e(t.proxy))=>{Array.from(document.querySelectorAll(`[data-v-owner="${t.uid}"]`)).forEach(a=>ic(a,o))},r=()=>{const o=e(t.proxy);t.ce?ic(t.ce,o):nf(t.subTree,o),n(o)};Dd(()=>{Ba(r)}),mn(()=>{Je(r,tn,{flush:"post"});const o=new MutationObserver(r);o.observe(t.subTree.el.parentNode,{childList:!0}),_l(()=>o.disconnect())})}function nf(e,t){if(e.shapeFlag&128){const n=e.suspense;e=n.activeBranch,n.pendingBranch&&!n.isHydrating&&n.effects.push(()=>{nf(n.activeBranch,t)})}for(;e.component;)e=e.component.subTree;if(e.shapeFlag&1&&e.el)ic(e.el,t);else if(e.type===Se)e.children.forEach(n=>nf(n,t));else if(e.type===ii){let{el:n,anchor:r}=e;for(;n&&(ic(n,t),n!==r);)n=n.nextSibling}}function ic(e,t){if(e.nodeType===1){const n=e.style;let r="";for(const o in t){const a=Lh(t[o]);n.setProperty(`--${o}`,a),r+=`--${o}: ${a};`}n[zm]=r}}const rC=/(?:^|;)\s*display\s*:/;function oC(e,t,n){const r=e.style,o=Te(n);let a=!1;if(n&&!o){if(t)if(Te(t))for(const i of t.split(";")){const s=i.slice(0,i.indexOf(":")).trim();n[s]==null&&ac(r,s,"")}else for(const i in t)n[i]==null&&ac(r,i,"");for(const i in n)i==="display"&&(a=!0),ac(r,i,n[i])}else if(o){if(t!==n){const i=r[zm];i&&(n+=";"+i),r.cssText=n,a=rC.test(n)}}else t&&e.removeAttribute("style");oc in e&&(e[oc]=a?r.display:"",e[Um]&&(r.display="none"))}const Wm=/\s*!important$/;function ac(e,t,n){if(he(n))n.forEach(r=>ac(e,t,r));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=iC(e,t);Wm.test(n)?e.setProperty(fn(r),n.replace(Wm,""),"important"):e[r]=n}}const _m=["Webkit","Moz","ms"],rf={};function iC(e,t){const n=rf[t];if(n)return n;let r=St(t);if(r!=="filter"&&r in e)return rf[t]=r;r=vo(r);for(let o=0;o<_m.length;o++){const a=_m[o]+r;if(a in e)return rf[t]=a}return t}const Km="http://www.w3.org/1999/xlink";function Ym(e,t,n,r,o,a=Mh(t)){r&&t.startsWith("xlink:")?n==null?e.removeAttributeNS(Km,t.slice(6,t.length)):e.setAttributeNS(Km,t,n):n==null||a&&!sd(n)?e.removeAttribute(t):e.setAttribute(t,a?"":$n(n)?String(n):n)}function Xm(e,t,n,r,o){if(t==="innerHTML"||t==="textContent"){n!=null&&(e[t]=t==="innerHTML"?Pm(n):n);return}const a=e.tagName;if(t==="value"&&a!=="PROGRESS"&&!a.includes("-")){const s=a==="OPTION"?e.getAttribute("value")||"":e.value,l=n==null?e.type==="checkbox"?"on":"":String(n);(s!==l||!("_value"in e))&&(e.value=l),n==null&&e.removeAttribute(t),e._value=n;return}let i=!1;if(n===""||n==null){const s=typeof e[t];s==="boolean"?n=sd(n):n==null&&s==="string"?(n="",i=!0):s==="number"&&(n=0,i=!0)}try{e[t]=n}catch{}i&&e.removeAttribute(o||t)}function to(e,t,n,r){e.addEventListener(t,n,r)}function aC(e,t,n,r){e.removeEventListener(t,n,r)}const Gm=Symbol("_vei");function sC(e,t,n,r,o=null){const a=e[Gm]||(e[Gm]={}),i=a[t];if(r&&i)i.value=r;else{const[s,l]=lC(t);if(r){const c=a[t]=dC(r,o);to(e,s,c,l)}else i&&(aC(e,s,i,l),a[t]=void 0)}}const Jm=/(?:Once|Passive|Capture)$/;function lC(e){let t;if(Jm.test(e)){t={};let r;for(;r=e.match(Jm);)e=e.slice(0,e.length-r[0].length),t[r[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):fn(e.slice(2)),t]}let of=0;const cC=Promise.resolve(),uC=()=>of||(cC.then(()=>of=0),of=Date.now());function dC(e,t){const n=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=n.attached)return;tr(fC(r,n.value),t,5,[r])};return n.value=e,n.attached=uC(),n}function fC(e,t){if(he(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(r=>o=>!o._stopped&&r&&r(o))}else return t}const Qm=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,pC=(e,t,n,r,o,a)=>{const i=o==="svg";t==="class"?eC(e,r,i):t==="style"?oC(e,n,r):go(t)?pl(t)||sC(e,t,n,r,a):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):hC(e,t,r,i))?(Xm(e,t,r),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&Ym(e,t,r,i,a,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!Te(r))?Xm(e,St(t),r,a,t):(t==="true-value"?e._trueValue=r:t==="false-value"&&(e._falseValue=r),Ym(e,t,r,i))};function hC(e,t,n,r){if(r)return!!(t==="innerHTML"||t==="textContent"||t in e&&Qm(t)&&Ce(n));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="autocorrect"||t==="sandbox"&&e.tagName==="IFRAME"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const o=e.tagName;if(o==="IMG"||o==="VIDEO"||o==="CANVAS"||o==="SOURCE")return!1}return Qm(t)&&Te(n)?!1:t in e}const Zm={};function af(e,t,n){let r=ue(e,t);xa(r)&&(r=We({},r,t));class o extends sc{constructor(i){super(r,i,n)}}return o.def=r,o}const gC=((e,t)=>af(e,t,gv)),mC=typeof HTMLElement<"u"?HTMLElement:class{};class sc extends mC{constructor(t,n={},r=lf){super(),this._def=t,this._props=n,this._createApp=r,this._isVueCE=!0,this._instance=null,this._app=null,this._nonce=this._def.nonce,this._connected=!1,this._resolved=!1,this._patching=!1,this._dirty=!1,this._numberProps=null,this._styleChildren=new WeakSet,this._ob=null,this.shadowRoot&&r!==lf?this._root=this.shadowRoot:t.shadowRoot!==!1?(this.attachShadow(We({},t.shadowRootOptions,{mode:"open"})),this._root=this.shadowRoot):this._root=this}connectedCallback(){if(!this.isConnected)return;!this.shadowRoot&&!this._resolved&&this._parseSlots(),this._connected=!0;let t=this;for(;t=t&&(t.parentNode||t.host);)if(t instanceof sc){this._parent=t;break}this._instance||(this._resolved?this._mount(this._def):t&&t._pendingResolve?this._pendingResolve=t._pendingResolve.then(()=>{this._pendingResolve=void 0,this._resolveDef()}):this._resolveDef())}_setParent(t=this._parent){t&&(this._instance.parent=t._instance,this._inheritParentContext(t))}_inheritParentContext(t=this._parent){t&&this._app&&Object.setPrototypeOf(this._app._context.provides,t._instance.provides)}disconnectedCallback(){this._connected=!1,Er(()=>{this._connected||(this._ob&&(this._ob.disconnect(),this._ob=null),this._app&&this._app.unmount(),this._instance&&(this._instance.ce=void 0),this._app=this._instance=null,this._teleportTargets&&(this._teleportTargets.clear(),this._teleportTargets=void 0))})}_processMutations(t){for(const n of t)this._setAttr(n.attributeName)}_resolveDef(){if(this._pendingResolve)return;for(let r=0;r<this.attributes.length;r++)this._setAttr(this.attributes[r].name);this._ob=new MutationObserver(this._processMutations.bind(this)),this._ob.observe(this,{attributes:!0});const t=(r,o=!1)=>{this._resolved=!0,this._pendingResolve=void 0;const{props:a,styles:i}=r;let s;if(a&&!he(a))for(const l in a){const c=a[l];(c===Number||c&&c.type===Number)&&(l in this._props&&(this._props[l]=Ta(this._props[l])),(s||(s=Object.create(null)))[St(l)]=!0)}this._numberProps=s,this._resolveProps(r),this.shadowRoot&&this._applyStyles(i),this._mount(r)},n=this._def.__asyncLoader;n?this._pendingResolve=n().then(r=>{r.configureApp=this._def.configureApp,t(this._def=r,!0)}):t(this._def)}_mount(t){this._app=this._createApp(t),this._inheritParentContext(),t.configureApp&&t.configureApp(this._app),this._app._ceVNode=this._createVNode(),this._app.mount(this._root);const n=this._instance&&this._instance.exposed;if(n)for(const r in n)it(this,r)||Object.defineProperty(this,r,{get:()=>ee(n[r])})}_resolveProps(t){const{props:n}=t,r=he(n)?n:Object.keys(n||{});for(const o of Object.keys(this))o[0]!=="_"&&r.includes(o)&&this._setProp(o,this[o]);for(const o of r.map(St))Object.defineProperty(this,o,{get(){return this._getProp(o)},set(a){this._setProp(o,a,!0,!this._patching)}})}_setAttr(t){if(t.startsWith("data-v-"))return;const n=this.hasAttribute(t);let r=n?this.getAttribute(t):Zm;const o=St(t);n&&this._numberProps&&this._numberProps[o]&&(r=Ta(r)),this._setProp(o,r,!1,!0)}_getProp(t){return this._props[t]}_setProp(t,n,r=!0,o=!1){if(n!==this._props[t]&&(this._dirty=!0,n===Zm?delete this._props[t]:(this._props[t]=n,t==="key"&&this._app&&(this._app._ceVNode.key=n)),o&&this._instance&&this._update(),r)){const a=this._ob;a&&(this._processMutations(a.takeRecords()),a.disconnect()),n===!0?this.setAttribute(fn(t),""):typeof n=="string"||typeof n=="number"?this.setAttribute(fn(t),n+""):n||this.removeAttribute(fn(t)),a&&a.observe(this,{attributes:!0})}}_update(){const t=this._createVNode();this._app&&(t.appContext=this._app._context),hv(t,this._root)}_createVNode(){const t={};this.shadowRoot||(t.onVnodeMounted=t.onVnodeUpdated=this._renderSlots.bind(this));const n=oe(this._def,We(t,this._props));return this._instance||(n.ce=r=>{this._instance=r,r.ce=this,r.isCE=!0;const o=(a,i)=>{this.dispatchEvent(new CustomEvent(a,xa(i[0])?We({detail:i},i[0]):{detail:i}))};r.emit=(a,...i)=>{o(a,i),fn(a)!==a&&o(fn(a),i)},this._setParent()}),n}_applyStyles(t,n){if(!t)return;if(n){if(n===this._def||this._styleChildren.has(n))return;this._styleChildren.add(n)}const r=this._nonce;for(let o=t.length-1;o>=0;o--){const a=document.createElement("style");r&&a.setAttribute("nonce",r),a.textContent=t[o],this.shadowRoot.prepend(a)}}_parseSlots(){const t=this._slots={};let n;for(;n=this.firstChild;){const r=n.nodeType===1&&n.getAttribute("slot")||"default";(t[r]||(t[r]=[])).push(n),this.removeChild(n)}}_renderSlots(){const t=this._getSlots(),n=this._instance.type.__scopeId;for(let r=0;r<t.length;r++){const o=t[r],a=o.getAttribute("name")||"default",i=this._slots[a],s=o.parentNode;if(i)for(const l of i){if(n&&l.nodeType===1){const c=n+"-s",d=document.createTreeWalker(l,1);l.setAttribute(c,"");let u;for(;u=d.nextNode();)u.setAttribute(c,"")}s.insertBefore(l,o)}else for(;o.firstChild;)s.insertBefore(o.firstChild,o);s.removeChild(o)}}_getSlots(){const t=[this];this._teleportTargets&&t.push(...this._teleportTargets);const n=new Set;for(const r of t){const o=r.querySelectorAll("slot");for(let a=0;a<o.length;a++)n.add(o[a])}return Array.from(n)}_injectChildStyle(t){this._applyStyles(t.styles,t)}_beginPatch(){this._patching=!0,this._dirty=!1}_endPatch(){this._patching=!1,this._dirty&&this._instance&&this._update()}_removeChildStyle(t){}}function qm(e){const t=Kt(),n=t&&t.ce;return n||null}function vC(){const e=qm();return e&&e.shadowRoot}function bC(e="$style"){{const t=Kt();if(!t)return Xe;const n=t.type.__cssModules;if(!n)return Xe;const r=n[e];return r||Xe}}const ev=new WeakMap,tv=new WeakMap,lc=Symbol("_moveCb"),nv=Symbol("_enterCb"),yC=(e=>(delete e.props.mode,e))({name:"TransitionGroup",props:We({},Mm,{tag:String,moveClass:String}),setup(e,{slots:t}){const n=Kt(),r=Td();let o,a;return Wl(()=>{if(!o.length)return;const i=e.moveClass||`${e.name||"v"}-move`;if(!CC(o[0].el,n.vnode.el,i)){o=[];return}o.forEach(SC),o.forEach(wC);const s=o.filter(kC);tf(n.vnode.el),s.forEach(l=>{const c=l.el,d=c.style;Ir(c,i),d.transform=d.webkitTransform=d.transitionDuration="";const u=c[lc]=f=>{f&&f.target!==c||(!f||f.propertyName.endsWith("transform"))&&(c.removeEventListener("transitionend",u),c[lc]=null,$o(c,i))};c.addEventListener("transitionend",u)}),o=[]}),()=>{const i=Ge(e),s=Bm(i);let l=i.tag||Se;if(o=[],a)for(let c=0;c<a.length;c++){const d=a[c];d.el&&d.el instanceof Element&&(o.push(d),Jr(d,Li(d,s,r,n)),ev.set(d,{left:d.el.offsetLeft,top:d.el.offsetTop}))}a=t.default?Ll(t.default()):[];for(let c=0;c<a.length;c++){const d=a[c];d.key!=null&&Jr(d,Li(d,s,r,n))}return oe(l,null,a)}}});function SC(e){const t=e.el;t[lc]&&t[lc](),t[nv]&&t[nv]()}function wC(e){tv.set(e,{left:e.el.offsetLeft,top:e.el.offsetTop})}function kC(e){const t=ev.get(e),n=tv.get(e),r=t.left-n.left,o=t.top-n.top;if(r||o){const a=e.el.style;return a.transform=a.webkitTransform=`translate(${r}px,${o}px)`,a.transitionDuration="0s",e}}function CC(e,t,n){const r=e.cloneNode(),o=e[Wi];o&&o.forEach(s=>{s.split(/\s+/).forEach(l=>l&&r.classList.remove(l))}),n.split(/\s+/).forEach(s=>s&&r.classList.add(s)),r.style.display="none";const a=t.nodeType===1?t:t.parentNode;a.appendChild(r);const{hasTransform:i}=Vm(r);return a.removeChild(r),i}const Oo=e=>{const t=e.props["onUpdate:modelValue"]||!1;return he(t)?n=>Qo(t,n):t};function xC(e){e.target.composing=!0}function rv(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const rr=Symbol("_assign");function ov(e,t,n){return t&&(e=e.trim()),n&&(e=Ea(e)),e}const no={created(e,{modifiers:{lazy:t,trim:n,number:r}},o){e[rr]=Oo(o);const a=r||o.props&&o.props.type==="number";to(e,t?"change":"input",i=>{i.target.composing||e[rr](ov(e.value,n,a))}),(n||a)&&to(e,"change",()=>{e.value=ov(e.value,n,a)}),t||(to(e,"compositionstart",xC),to(e,"compositionend",rv),to(e,"change",rv))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,oldValue:n,modifiers:{lazy:r,trim:o,number:a}},i){if(e[rr]=Oo(i),e.composing)return;const s=(a||e.type==="number")&&!/^0\d/.test(e.value)?Ea(e.value):e.value,l=t??"";s!==l&&(document.activeElement===e&&e.type!=="range"&&(r&&t===n||o&&e.value.trim()===l)||(e.value=l))}},es={deep:!0,created(e,t,n){e[rr]=Oo(n),to(e,"change",()=>{const r=e._modelValue,o=_i(e),a=e.checked,i=e[rr];if(he(r)){const s=Oa(r,o),l=s!==-1;if(a&&!l)i(r.concat(o));else if(!a&&l){const c=[...r];c.splice(s,1),i(c)}}else if(mo(r)){const s=new Set(r);a?s.add(o):s.delete(o),i(s)}else i(lv(e,a))})},mounted:iv,beforeUpdate(e,t,n){e[rr]=Oo(n),iv(e,t,n)}};function iv(e,{value:t,oldValue:n},r){e._modelValue=t;let o;if(he(t))o=Oa(t,r.props.value)>-1;else if(mo(t))o=t.has(r.props.value);else{if(t===n)return;o=Wr(t,lv(e,!0))}e.checked!==o&&(e.checked=o)}const sf={created(e,{value:t},n){e.checked=Wr(t,n.props.value),e[rr]=Oo(n),to(e,"change",()=>{e[rr](_i(e))})},beforeUpdate(e,{value:t,oldValue:n},r){e[rr]=Oo(r),t!==n&&(e.checked=Wr(t,r.props.value))}},av={deep:!0,created(e,{value:t,modifiers:{number:n}},r){const o=mo(t);to(e,"change",()=>{const a=Array.prototype.filter.call(e.options,i=>i.selected).map(i=>n?Ea(_i(i)):_i(i));e[rr](e.multiple?o?new Set(a):a:a[0]),e._assigning=!0,Er(()=>{e._assigning=!1})}),e[rr]=Oo(r)},mounted(e,{value:t}){sv(e,t)},beforeUpdate(e,t,n){e[rr]=Oo(n)},updated(e,{value:t}){e._assigning||sv(e,t)}};function sv(e,t){const n=e.multiple,r=he(t);if(!(n&&!r&&!mo(t))){for(let o=0,a=e.options.length;o<a;o++){const i=e.options[o],s=_i(i);if(n)if(r){const l=typeof s;l==="string"||l==="number"?i.selected=t.some(c=>String(c)===String(s)):i.selected=Oa(t,s)>-1}else i.selected=t.has(s);else if(Wr(_i(i),t)){e.selectedIndex!==o&&(e.selectedIndex=o);return}}!n&&e.selectedIndex!==-1&&(e.selectedIndex=-1)}}function _i(e){return"_value"in e?e._value:e.value}function lv(e,t){const n=t?"_trueValue":"_falseValue";return n in e?e[n]:t}const cc={created(e,t,n){uc(e,t,n,null,"created")},mounted(e,t,n){uc(e,t,n,null,"mounted")},beforeUpdate(e,t,n,r){uc(e,t,n,r,"beforeUpdate")},updated(e,t,n,r){uc(e,t,n,r,"updated")}};function cv(e,t){switch(e){case"SELECT":return av;case"TEXTAREA":return no;default:switch(t){case"checkbox":return es;case"radio":return sf;default:return no}}}function uc(e,t,n,r,o){const i=cv(e.tagName,n.props&&n.props.type)[o];i&&i(e,t,n,r)}function EC(){no.getSSRProps=({value:e})=>({value:e}),sf.getSSRProps=({value:e},t)=>{if(t.props&&Wr(t.props.value,e))return{checked:!0}},es.getSSRProps=({value:e},t)=>{if(he(e)){if(t.props&&Oa(e,t.props.value)>-1)return{checked:!0}}else if(mo(e)){if(t.props&&e.has(t.props.value))return{checked:!0}}else if(e)return{checked:!0}},cc.getSSRProps=(e,t)=>{if(typeof t.type!="string")return;const n=cv(t.type.toUpperCase(),t.props&&t.props.type);if(n.getSSRProps)return n.getSSRProps(e,t)}}const TC=["ctrl","shift","alt","meta"],$C={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&e.button!==0,middle:e=>"button"in e&&e.button!==1,right:e=>"button"in e&&e.button!==2,exact:(e,t)=>TC.some(n=>e[`${n}Key`]&&!t.includes(n))},Dr=(e,t)=>{const n=e._withMods||(e._withMods={}),r=t.join(".");return n[r]||(n[r]=((o,...a)=>{for(let i=0;i<t.length;i++){const s=$C[t[i]];if(s&&s(o,t))return}return e(o,...a)}))},OC={esc:"escape",space:" ",up:"arrow-up",left:"arrow-left",right:"arrow-right",down:"arrow-down",delete:"backspace"},xt=(e,t)=>{const n=e._withKeys||(e._withKeys={}),r=t.join(".");return n[r]||(n[r]=(o=>{if(!("key"in o))return;const a=fn(o.key);if(t.some(i=>i===a||OC[i]===a))return e(o)}))},uv=We({patchProp:pC},Qk);let ts,dv=!1;function fv(){return ts||(ts=tm(uv))}function pv(){return ts=dv?ts:nm(uv),dv=!0,ts}const hv=((...e)=>{fv().render(...e)}),IC=((...e)=>{pv().hydrate(...e)}),lf=((...e)=>{const t=fv().createApp(...e),{mount:n}=t;return t.mount=r=>{const o=vv(r);if(!o)return;const a=t._component;!Ce(a)&&!a.render&&!a.template&&(a.template=o.innerHTML),o.nodeType===1&&(o.textContent="");const i=n(o,!1,mv(o));return o instanceof Element&&(o.removeAttribute("v-cloak"),o.setAttribute("data-v-app","")),i},t}),gv=((...e)=>{const t=pv().createApp(...e),{mount:n}=t;return t.mount=r=>{const o=vv(r);if(o)return n(o,!0,mv(o))},t});function mv(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function vv(e){return Te(e)?document.querySelector(e):e}let bv=!1;const PC=Object.freeze(Object.defineProperty({__proto__:null,BaseTransition:kg,BaseTransitionPropsValidators:$d,Comment:Ut,DeprecationTypes:Xk,EffectScope:ud,ErrorCodes:hw,ErrorTypeStrings:Uk,Fragment:Se,KeepAlive:Bw,ReactiveEffect:Ia,Static:ii,Suspense:wk,Teleport:ja,Text:xo,TrackOpTypes:rw,Transition:Nm,TransitionGroup:yC,TriggerOpTypes:ow,VueElement:sc,assertNumber:pw,callWithAsyncErrorHandling:tr,callWithErrorHandling:ti,camelize:St,capitalize:vo,cloneVNode:Or,compatUtils:Yk,computed:_,createApp:lf,createBlock:q,createCommentVNode:z,createElementBlock:N,createElementVNode:Z,createHydrationRenderer:nm,createPropsRestProxy:Jw,createRenderer:tm,createSSRApp:gv,createSlots:Kl,createStaticVNode:Ik,createTextVNode:rn,createVNode:oe,customRef:kd,defineAsyncComponent:Rw,defineComponent:ue,defineCustomElement:af,defineEmits:Uw,defineExpose:zw,defineModel:Kw,defineOptions:Ww,defineProps:Hw,defineSSRCustomElement:gC,defineSlots:_w,devtools:zk,effect:OS,effectScope:TS,getCurrentInstance:Kt,getCurrentScope:bl,getCurrentWatcher:iw,getTransitionRawChildren:Ll,guardReactiveProps:ec,h:Tm,handleError:ni,hasInjectionContext:ik,hydrate:IC,hydrateOnIdle:Iw,hydrateOnInteraction:Mw,hydrateOnMediaQuery:Aw,hydrateOnVisible:Dw,initCustomFormatter:Vk,initDirectivesForSSR:()=>{bv||(bv=!0,EC(),tC())},inject:Zr,isMemoSame:$m,isProxy:Tl,isReactive:yo,isReadonly:Yr,isRef:$t,isRuntimeOnly:Nk,isShallow:_n,isVNode:qr,markRaw:ng,mergeDefaults:Gw,mergeModels:ft,mergeProps:W,nextTick:Er,normalizeClass:ge,normalizeProps:bo,normalizeStyle:vt,onActivated:Ig,onBeforeMount:Ag,onBeforeUnmount:za,onBeforeUpdate:Dd,onDeactivated:Pg,onErrorCaptured:Bg,onMounted:mn,onRenderTracked:Rg,onRenderTriggered:Ng,onScopeDispose:dd,onServerPrefetch:Mg,onUnmounted:_l,onUpdated:Wl,onWatcherCleanup:ag,openBlock:x,popScopeId:yw,provide:Hi,proxyRefs:wd,pushScopeId:bw,queuePostFlushCb:Ba,reactive:Ra,readonly:Mi,ref:Ae,registerRuntimeCompiler:Mk,render:hv,renderList:Ht,renderSlot:le,resolveComponent:$r,resolveDirective:Md,resolveDynamicComponent:At,resolveFilter:Kk,resolveTransitionHooks:Li,setBlockTracking:Ja,setDevtoolsHook:Wk,setTransitionHooks:Jr,shallowReactive:tg,shallowReadonly:qo,shallowRef:nn,ssrContextKey:am,ssrUtils:_k,stop:IS,toDisplayString:se,toHandlerKey:Jo,toHandlers:Vw,toRaw:Ge,toRef:og,toRefs:ZS,toValue:bt,transformVNodeArgs:$k,triggerRef:GS,unref:ee,useAttrs:Xw,useCssModule:bC,useCssVars:nC,useHost:qm,useId:Eg,useModel:st,useSSRContext:sm,useShadowRoot:vC,useSlots:Vg,useTemplateRef:ko,useTransitionState:Td,vModelCheckbox:es,vModelDynamic:cc,vModelRadio:sf,vModelSelect:av,vModelText:no,vShow:Pr,version:Om,warn:Hk,watch:Je,watchEffect:lm,watchPostEffect:pk,watchSyncEffect:cm,withAsyncContext:Qw,withCtx:De,withDefaults:Yw,withDirectives:Ct,withKeys:xt,withMemo:jk,withModifiers:Dr,withScopeId:Sw},Symbol.toStringTag,{value:"Module"}));function yv(){const e=Ae(!1),n=Kt()?.root||{};return"isCE"in n&&n.isCE===!0&&(e.value=!0),e}const DC={xs:"12px",sm:"16px",md:"20px",lg:"24px",xl:"32px","2x":"40px"},AC=[void 0,10,12,20,24,32,64],MC=["xlink:href"],pt=ue({__name:"PvIcon",props:{name:{type:String},size:{type:null}},setup(e){const t=e,n=yv(),r=Ae(null),o=_(()=>({"pv-icon":!0,[`pv-icon-${t.size}`]:AC.includes(t.size)})),a=_(()=>n.value&&r.value?`${r.value}#${t.name}`:`#${t.name}`);return globalThis.__PV_GLOBAL_SPRITE_PATH__&&(r.value=globalThis.__PV_GLOBAL_SPRITE_PATH__),(i,s)=>(x(),N("svg",{"data-testid":"pv-icon","aria-hidden":"true",class:ge(o.value)},[Z("use",{"xlink:href":a.value},null,8,MC)],2))}}),ns=ue({__name:"PvSpinner",props:{variant:{default:"primary",type:String},size:{default:"lg",type:String}},setup(e){const t={xs:"0.75rem",sm:"1rem",md:"1.25rem",lg:"1.5rem",xl:"2rem"},n={primary:"pv-spinner",dark:"pv-spinner-dark",white:"pv-spinner-light"};return(r,o)=>(x(),N("div",{"data-testid":"pv-spinner",class:ge(n[e.variant]),style:vt({"--size":t[e.size]})},null,6))}}),Sv=["ghost"],wv={md:"pv-button-small",lg:void 0,xl:"pv-button-large"},cf=e=>e==null||!wv.hasOwnProperty(e)?null:wv[e]||null,NC=["disabled"],RC={key:1,"data-testid":"pv-button-label"},bn=ue({__name:"PvButton",props:{variant:{default:"primary",type:String},disabled:{type:Boolean,default:!1},size:{default:"lg",type:String},loading:{type:Boolean,default:!1},label:{type:String},leftIcon:{type:String},rightIcon:{type:String},inverse:{type:Boolean,default:!1}},setup(e){const t=e,n=_(()=>{const r=[];t.inverse&&Sv.includes(t.variant)?r.push(`pv-button-${t.variant}-inverse`):r.push(`pv-button-${t.variant}`);const o=cf(t.size);return o&&r.push(o),r});return(r,o)=>(x(),N("button",{type:"button",class:ge(n.value),disabled:e.disabled,"data-testid":"pv-button"},[e.loading?(x(),q(ns,{key:0,size:"sm"})):(x(),N(Se,{key:1},[e.leftIcon?(x(),q(pt,{key:0,name:e.leftIcon,"data-testid":"pv-button-left-icon"},null,8,["name"])):z("",!0),e.label?(x(),N("span",RC,se(e.label),1)):z("",!0),e.rightIcon?(x(),q(pt,{key:2,name:e.rightIcon,"data-testid":"pv-button-right-icon"},null,8,["name"])):z("",!0)],64))],10,NC))}}),BC=["disabled"],LC={key:0},FC=ue({__name:"PvAiButton",props:{size:{default:"md",type:String},label:{default:"Ask Turquoise",type:String},loading:{type:Boolean},disabled:{type:Boolean}},setup(e){const t=e,n=_(()=>{const r=["pv-button-ai"],o=cf(t.size);return o&&r.push(o),r});return(r,o)=>(x(),N("button",{disabled:e.disabled,class:ge(n.value)},[e.loading?(x(),q(ns,{key:0,size:e.size},null,8,["size"])):(x(),N(Se,{key:1},[oe(pt,{class:"pv-text-brand",name:"ai-filled"}),e.label?(x(),N("span",LC,se(e.label),1)):z("",!0)],64))],10,BC))}});function VC(e,t){if(e.nodeType!==Node.TEXT_NODE)return!1;const n=e.textContent??"";return t?n.length>0:n.trim().length>0}function jC(e,t,n){const r=t;return Array.from(e.childNodes).some(a=>a.nodeType!==Node.ELEMENT_NODE?!1:a.getAttribute("slot")===r)}function kv(e,t){const n=e.shadowRoot;return n?n.querySelector(`slot[name="${CSS.escape(t)}"]`):null}function HC(e,t={}){const{host:n,vueSlots:r,observe:o=!0,listenSlotChange:a=!0,countWhitespaceTextInDefaultSlot:i=!1}=t,s=yv(),l=r??Vg(),c=_(()=>s.value||!l?!1:!!l[e]),d=Ae(!1);let u=null,f=null;const p=()=>{u&&(u.disconnect(),u=null),f&&(f.removeEventListener("slotchange",h),f=null)},h=()=>{if(!s.value){d.value=!1;return}const b=ee(n);if(!b){d.value=!1;return}const y=a?kv(b,e):null;if(y){const S=y.assignedNodes({flatten:!0});d.value=S.some(v=>v.nodeType===Node.ELEMENT_NODE?!0:VC(v,i));return}d.value=jC(b,e)},g=()=>{if(!s.value)return;p();const b=ee(n);if(!b){d.value=!1;return}h(),a&&(f=kv(b,e),f&&f.addEventListener("slotchange",h)),o&&(u=new MutationObserver(()=>h()),u.observe(b,{childList:!0,subtree:!1,attributes:!0,attributeFilter:["slot"],characterData:!0}))};return mn(g),za(p),Je(()=>ee(n),()=>{s.value&&g()}),{present:_(()=>s.value?d.value:c.value),hasVueSlot:c,hasNativeSlot:d,refresh:h}}const UC=["data-position","aria-labelledby","data-style","data-static"],zC=["id"],dc=ue({__name:"PvTooltip",props:{variant:{default:"white",type:String},tooltipPosition:{default:"top-right",type:String},ariaLabelledBy:{default:"ariaLabelledById",type:String},size:{default:"md",type:String},disableInteractive:{type:Boolean,default:!1},delay:{default:0,type:Number}},setup(e){const{present:t}=HC("tooltip-content");return(n,r)=>(x(),N("div",{"data-testid":"pv-tooltip",class:ge(["pv-tooltip",{"pv-tooltip-small":e.size==="sm"}]),"data-position":e.tooltipPosition,"aria-labelledby":e.ariaLabelledBy,"data-style":e.variant==="white"?"white":"dark","data-static":e.disableInteractive?!0:void 0},[le(n.$slots,"label"),ee(t)?(x(),N("div",{key:0,role:"tooltip",id:e.ariaLabelledBy,"data-testid":"pv-tooltip-content"},[le(n.$slots,"tooltip-content")],8,zC)):z("",!0)],10,UC))}}),WC={class:"pv-text-body-sm"},_C=ue({__name:"PvButtonWithTooltip",props:{tooltipText:{type:String},tooltipVariant:{default:"dark",type:String},tooltipPosition:{type:String},delay:{default:500,type:Number},variant:{type:String},disabled:{type:Boolean},size:{type:String},loading:{type:Boolean},label:{type:String},leftIcon:{type:String},rightIcon:{type:String},inverse:{type:Boolean}},setup(e){const t=e,n=_(()=>t.size==="md"?"sm":"md");return(r,o)=>(x(),q(dc,{variant:e.tooltipVariant,"tooltip-position":e.tooltipPosition,delay:e.delay,size:n.value},{"tooltip-content":De(()=>[Z("p",WC,se(e.tooltipText),1)]),label:De(()=>[oe(bn,bo(ec(r.$props)),null,16)]),_:1},8,["variant","tooltip-position","delay","size"]))}}),KC=ue({__name:"PvCounterBadge",props:{value:{type:Number},prefix:{default:"",type:String},variant:{default:"primary",type:null},size:{default:"sm",type:String},maxValue:{default:99,type:Number}},setup(e){const t=e,n=_(()=>t.size=="md"?"md":(t.size=="sm","sm")),r=_(()=>t.maxValue&&t.value&&t.value>t.maxValue?`${t.maxValue}+`:t.value!=null?`${t.prefix}${t.value}`:"-"),o=_(()=>({"pv-inline-block pv-inset-square pv-radius pv-text-center":!0,"pv-badge-md pv-text-body-md":n.value=="md","pv-badge-sm pv-text-body-sm":n.value=="sm","pv-surface-brand-inverse pv-text-inverse":t.variant=="primary","pv-surface pv-bordered":t.variant=="secondary","pv-surface-lighten-5":t.variant=="tertiary","pv-text-secondary":t.variant=="ghost"||t.variant=="tertiary","pv-surface":t.variant=="ghost"}));return(a,i)=>(x(),N("div",{class:ge(o.value),"data-testid":"pv-counter-badge"},se(r.value),3))}}),YC=".pv-badge-md[data-v-fc3c1104]{--inset-size: 2px 2px;min-height:20px;max-height:20px;min-width:20px;font-weight:500}.pv-badge-sm[data-v-fc3c1104]{--inset-size: 0 2px;min-height:16px;max-height:16px;min-width:16px;font-weight:500}.pv-surface-lighten-5[data-v-fc3c1104]{background-color:#e0e5e4}.pv-text-secondary[data-v-fc3c1104]{color:#4b595c}",zt=(e,t)=>{const n=e.__vccOpts||e;for(const[r,o]of t)n[r]=o;return n},Ki=zt(KC,[["styles",[YC]],["__scopeId","data-v-fc3c1104"]]),XC=ue({__name:"PvReleaseBadge",props:{variant:{type:String},inverse:{type:Boolean}},setup(e){const t=e,n=_(()=>t.variant=="release-alpha"?"ALPHA":t.variant=="release-beta"?"BETA":""),r=_(()=>t.inverse?"pv-tag-inverse":{"pv-tag-yellow":t.variant=="release-alpha","pv-tag-purple":t.variant=="release-beta"});return(o,a)=>(x(),N("div",{class:ge(r.value)},se(n.value),3))}}),GC=["data-style"],JC={class:"pv-truncate"},uf=ue({__name:"PvTag",props:{size:{default:"md",type:String},variant:{default:"tertiary",type:String},icon:{type:String},label:{type:String},showClear:{type:Boolean},rounded:{type:Boolean}},emits:["handle-close","handle-click"],setup(e){const t=e,n=_(()=>{switch(t.size){case"lg":return"pv-tag-lg";case"sm":return"pv-tag-sm";default:return""}}),r=_(()=>{switch(t.variant){case"primary":return"pv-tag-primary";case"tertiary":return"pv-tag-tertiary";default:return""}});return(o,a)=>(x(),N("button",{class:ge([r.value,n.value,"pv-flex"]),onClick:a[1]||(a[1]=i=>o.$emit("handle-click",e.label)),style:{"max-width":"100%","--flex-gap":"4px"},"data-testid":"pv-tag","data-style":e.rounded?"rounded":void 0},[e.icon?(x(),q(pt,{key:0,"data-testid":"pv-tag-icon",name:e.icon,size:12},null,8,["name"])):z("",!0),Z("span",JC,se(e.label),1),e.showClear?(x(),q(pt,{key:1,"data-testid":"pv-tag-close-icon",size:12,name:"close",onClick:a[0]||(a[0]=Dr(i=>o.$emit("handle-close",e.label),["stop"]))})):z("",!0)],10,GC))}}),QC=zt(ue({__name:"PvPill",props:{size:{default:"md",type:String},variant:{default:"default",type:String},icon:{type:String},dotVariant:{type:String},label:{type:String}},setup(e){const t=e,n=_(()=>{switch(t.size){case"lg":return"pv-tag-lg";case"sm":return"pv-tag-sm";default:return""}}),r=_(()=>{if(t.dotVariant)return"pv-tag-tertiary";switch(t.variant){case"default":return"pv-tag-tertiary";case"success":return"pv-tag-green";case"warning":return"pv-tag-orange";case"critical":return"pv-tag-red";case"highlight":return"pv-tag-turquoise";default:return"pv-tag-tertiary"}});return(o,a)=>(x(),N("div",{class:ge([r.value,n.value,"pv-flex"]),onClick:a[0]||(a[0]=i=>o.$emit("handle-click",e.label)),"data-style":"rounded",style:{width:"fit-content","--flex-gap":"4px"}},[e.dotVariant?(x(),N("span",{key:0,style:{"margin-inline-end":"0px"},class:ge(`pv-status-${e.dotVariant}`)},null,2)):z("",!0),e.icon?(x(),q(pt,{key:1,name:e.icon,size:12},null,8,["name"])):z("",!0),Z("span",null,se(e.label),1)],2))}}),[["styles",["[class*=pv-status]{&[data-v-4ee8f936]:before,&[data-v-4ee8f936]:after{margin-inline-end:0px}}"]],["__scopeId","data-v-4ee8f936"]]);function ci(e){return bl()?(dd(e),!0):!1}const fc=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const ZC=e=>e!=null,qC=Object.prototype.toString,Cv=e=>qC.call(e)==="[object Object]",yn=()=>{},pc=ex();function ex(){var e,t;return fc&&((e=window?.navigator)==null?void 0:e.userAgent)&&(/iP(?:ad|hone|od)/.test(window.navigator.userAgent)||((t=window?.navigator)==null?void 0:t.maxTouchPoints)>2&&/iPad|Macintosh/.test(window?.navigator.userAgent))}function tx(...e){if(e.length!==1)return og(...e);const t=e[0];return typeof t=="function"?Mi(kd(()=>({get:t,set:yn}))):Ae(t)}function nx(e,t){function n(...r){return new Promise((o,a)=>{Promise.resolve(e(()=>t.apply(this,r),{fn:t,thisArg:this,args:r})).then(o).catch(a)})}return n}function rx(e,t={}){let n,r,o=yn;const a=l=>{clearTimeout(l),o(),o=yn};let i;return l=>{const c=bt(e),d=bt(t.maxWait);return n&&a(n),c<=0||d!==void 0&&d<=0?(r&&(a(r),r=void 0),Promise.resolve(l())):new Promise((u,f)=>{o=t.rejectOnCancel?f:u,i=l,d&&!r&&(r=setTimeout(()=>{n&&a(n),r=void 0,u(i())},d)),n=setTimeout(()=>{r&&a(r),r=void 0,u(l())},c)})}}function ui(e){return Array.isArray(e)?e:[e]}function ox(e){return Kt()}function xv(e,t=200,n={}){return nx(rx(t,n),e)}function Ev(e,t=!0,n){ox()?mn(e,n):t?e():Er(e)}function Tv(e=!1,t={}){const{truthyValue:n=!0,falsyValue:r=!1}=t,o=$t(e),a=nn(e);function i(s){if(arguments.length)return a.value=s,a.value;{const l=bt(n);return a.value=a.value===l?bt(r):l,a.value}}return o?i:[a,i]}function $v(e,t,n){return Je(e,t,{...n,immediate:!0})}const di=fc?window:void 0,ix=fc?window.document:void 0;function Kn(e){var t;const n=bt(e);return(t=n?.$el)!=null?t:n}function Io(...e){const t=[],n=()=>{t.forEach(s=>s()),t.length=0},r=(s,l,c,d)=>(s.addEventListener(l,c,d),()=>s.removeEventListener(l,c,d)),o=_(()=>{const s=ui(bt(e[0])).filter(l=>l!=null);return s.every(l=>typeof l!="string")?s:void 0}),a=$v(()=>{var s,l;return[(l=(s=o.value)==null?void 0:s.map(c=>Kn(c)))!=null?l:[di].filter(c=>c!=null),ui(bt(o.value?e[1]:e[0])),ui(ee(o.value?e[2]:e[1])),bt(o.value?e[3]:e[2])]},([s,l,c,d])=>{if(n(),!s?.length||!l?.length||!c?.length)return;const u=Cv(d)?{...d}:d;t.push(...s.flatMap(f=>l.flatMap(p=>c.map(h=>r(f,p,h,u)))))},{flush:"post"}),i=()=>{a(),n()};return ci(n),i}let Ov=!1;function ax(e,t,n={}){const{window:r=di,ignore:o=[],capture:a=!0,detectIframe:i=!1,controls:s=!1}=n;if(!r)return s?{stop:yn,cancel:yn,trigger:yn}:yn;if(pc&&!Ov){Ov=!0;const m={passive:!0};Array.from(r.document.body.children).forEach(b=>b.addEventListener("click",yn,m)),r.document.documentElement.addEventListener("click",yn,m)}let l=!0;const c=m=>bt(o).some(b=>{if(typeof b=="string")return Array.from(r.document.querySelectorAll(b)).some(y=>y===m.target||m.composedPath().includes(y));{const y=Kn(b);return y&&(m.target===y||m.composedPath().includes(y))}});function d(m){const b=bt(m);return b&&b.$.subTree.shapeFlag===16}function u(m,b){const y=bt(m),S=y.$.subTree&&y.$.subTree.children;return S==null||!Array.isArray(S)?!1:S.some(v=>v.el===b.target||b.composedPath().includes(v.el))}const f=m=>{const b=Kn(e);if(m.target!=null&&!(!(b instanceof Element)&&d(e)&&u(e,m))&&!(!b||b===m.target||m.composedPath().includes(b))){if("detail"in m&&m.detail===0&&(l=!c(m)),!l){l=!0;return}t(m)}};let p=!1;const h=[Io(r,"click",m=>{p||(p=!0,setTimeout(()=>{p=!1},0),f(m))},{passive:!0,capture:a}),Io(r,"pointerdown",m=>{const b=Kn(e);l=!c(m)&&!!(b&&!m.composedPath().includes(b))},{passive:!0}),i&&Io(r,"blur",m=>{setTimeout(()=>{var b;const y=Kn(e);((b=r.document.activeElement)==null?void 0:b.tagName)==="IFRAME"&&!y?.contains(r.document.activeElement)&&t(m)},0)},{passive:!0})].filter(Boolean),g=()=>h.forEach(m=>m());return s?{stop:g,cancel:()=>{l=!1},trigger:m=>{l=!0,f(m),l=!1}}:g}function sx(){const e=nn(!1),t=Kt();return t&&mn(()=>{e.value=!0},t),e}function Iv(e){const t=sx();return _(()=>(t.value,!!e()))}function Pv(e,t,n={}){const{window:r=di,...o}=n;let a;const i=Iv(()=>r&&"MutationObserver"in r),s=()=>{a&&(a.disconnect(),a=void 0)},l=_(()=>{const f=bt(e),p=ui(f).map(Kn).filter(ZC);return new Set(p)}),c=Je(l,f=>{s(),i.value&&f.size&&(a=new MutationObserver(t),f.forEach(p=>a.observe(p,o)))},{immediate:!0,flush:"post"}),d=()=>a?.takeRecords(),u=()=>{c(),s()};return ci(u),{isSupported:i,stop:u,takeRecords:d}}function lx(e,t,n={}){const{window:r=di,document:o=r?.document,flush:a="sync"}=n;if(!r||!o)return yn;let i;const s=d=>{i?.(),i=d},l=lm(()=>{const d=Kn(e);if(d){const{stop:u}=Pv(o,f=>{f.map(h=>[...h.removedNodes]).flat().some(h=>h===d||h.contains(d))&&t(f)},{window:r,childList:!0,subtree:!0});s(u)}},{flush:a}),c=()=>{l(),s()};return ci(c),c}function cx(e){return typeof e=="function"?e:typeof e=="string"?t=>t.key===e:Array.isArray(e)?t=>e.includes(t.key):()=>!0}function rs(...e){let t,n,r={};e.length===3?(t=e[0],n=e[1],r=e[2]):e.length===2?typeof e[1]=="object"?(t=!0,n=e[0],r=e[1]):(t=e[0],n=e[1]):(t=!0,n=e[0]);const{target:o=di,eventName:a="keydown",passive:i=!1,dedupe:s=!1}=r,l=cx(t);return Io(o,a,d=>{d.repeat&&bt(s)||l(d)&&n(d)},i)}function ux(e,t,n={}){const{window:r=di,...o}=n;let a;const i=Iv(()=>r&&"ResizeObserver"in r),s=()=>{a&&(a.disconnect(),a=void 0)},l=_(()=>{const u=bt(e);return Array.isArray(u)?u.map(f=>Kn(f)):[Kn(u)]}),c=Je(l,u=>{if(s(),i.value&&r){a=new ResizeObserver(t);for(const f of u)f&&a.observe(f,o)}},{immediate:!0,flush:"post"}),d=()=>{s(),c()};return ci(d),{isSupported:i,stop:d}}function dx(e,t={}){const{reset:n=!0,windowResize:r=!0,windowScroll:o=!0,immediate:a=!0,updateTiming:i="sync"}=t,s=nn(0),l=nn(0),c=nn(0),d=nn(0),u=nn(0),f=nn(0),p=nn(0),h=nn(0);function g(){const b=Kn(e);if(!b){n&&(s.value=0,l.value=0,c.value=0,d.value=0,u.value=0,f.value=0,p.value=0,h.value=0);return}const y=b.getBoundingClientRect();s.value=y.height,l.value=y.bottom,c.value=y.left,d.value=y.right,u.value=y.top,f.value=y.width,p.value=y.x,h.value=y.y}function m(){i==="sync"?g():i==="next-frame"&&requestAnimationFrame(()=>g())}return ux(e,m),Je(()=>Kn(e),b=>!b&&m()),Pv(e,m,{attributeFilter:["style","class"]}),o&&Io("scroll",m,{capture:!0,passive:!0}),r&&Io("resize",m,{passive:!0}),Ev(()=>{a&&m()}),{height:s,bottom:l,left:c,right:d,top:u,width:f,x:p,y:h,update:m}}function Dv(e,t={}){const{delayEnter:n=0,delayLeave:r=0,triggerOnRemoval:o=!1,window:a=di}=t,i=nn(!1);let s;const l=c=>{const d=c?n:r;s&&(clearTimeout(s),s=void 0),d?s=setTimeout(()=>i.value=c,d):i.value=c};return a&&(Io(e,"mouseenter",()=>l(!0),{passive:!0}),Io(e,"mouseleave",()=>l(!1),{passive:!0}),o&&lx(_(()=>Kn(e)),()=>l(!1))),i}/**!
23
+ **/let qd;const Im=typeof window<"u"&&window.trustedTypes;if(Im)try{qd=Im.createPolicy("vue",{createHTML:e=>e})}catch{}const Pm=qd?e=>qd.createHTML(e):e=>e,Gk="http://www.w3.org/2000/svg",Jk="http://www.w3.org/1998/Math/MathML",eo=typeof document<"u"?document:null,Dm=eo&&eo.createElement("template"),Qk={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,r)=>{const o=t==="svg"?eo.createElementNS(Gk,e):t==="mathml"?eo.createElementNS(Jk,e):n?eo.createElement(e,{is:n}):eo.createElement(e);return e==="select"&&r&&r.multiple!=null&&o.setAttribute("multiple",r.multiple),o},createText:e=>eo.createTextNode(e),createComment:e=>eo.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>eo.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,r,o,a){const i=n?n.previousSibling:t.lastChild;if(o&&(o===a||o.nextSibling))for(;t.insertBefore(o.cloneNode(!0),n),!(o===a||!(o=o.nextSibling)););else{Dm.innerHTML=Pm(r==="svg"?`<svg>${e}</svg>`:r==="mathml"?`<math>${e}</math>`:e);const s=Dm.content;if(r==="svg"||r==="mathml"){const l=s.firstChild;for(;l.firstChild;)s.appendChild(l.firstChild);s.removeChild(l)}t.insertBefore(s,n)}return[i?i.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},To="transition",Za="animation",Wi=Symbol("_vtc"),Am={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},Mm=We({},$d,Am),Nm=(e=>(e.displayName="Transition",e.props=Mm,e))((e,{slots:t})=>Tm(kg,Bm(e),t)),li=(e,t=[])=>{he(e)?e.forEach(n=>n(...t)):e&&e(...t)},Rm=e=>e?he(e)?e.some(t=>t.length>1):e.length>1:!1;function Bm(e){const t={};for(const D in e)D in Am||(t[D]=e[D]);if(e.css===!1)return t;const{name:n="v",type:r,duration:o,enterFromClass:a=`${n}-enter-from`,enterActiveClass:i=`${n}-enter-active`,enterToClass:s=`${n}-enter-to`,appearFromClass:l=a,appearActiveClass:c=i,appearToClass:d=s,leaveFromClass:u=`${n}-leave-from`,leaveActiveClass:f=`${n}-leave-active`,leaveToClass:p=`${n}-leave-to`}=e,h=Zk(o),g=h&&h[0],m=h&&h[1],{onBeforeEnter:b,onEnter:y,onEnterCancelled:S,onLeave:v,onLeaveCancelled:k,onBeforeAppear:E=b,onAppear:P=y,onAppearCancelled:$=S}=t,w=(D,A,M,V)=>{D._enterCancelled=V,$o(D,A?d:s),$o(D,A?c:i),M&&M()},C=(D,A)=>{D._isLeaving=!1,$o(D,u),$o(D,p),$o(D,f),A&&A()},T=D=>(A,M)=>{const V=D?P:y,I=()=>w(A,D,M);li(V,[A,I]),Lm(()=>{$o(A,D?l:a),Ir(A,D?d:s),Rm(V)||Fm(A,r,g,I)})};return We(t,{onBeforeEnter(D){li(b,[D]),Ir(D,a),Ir(D,i)},onBeforeAppear(D){li(E,[D]),Ir(D,l),Ir(D,c)},onEnter:T(!1),onAppear:T(!0),onLeave(D,A){D._isLeaving=!0;const M=()=>C(D,A);Ir(D,u),D._enterCancelled?(Ir(D,f),tf(D)):(tf(D),Ir(D,f)),Lm(()=>{D._isLeaving&&($o(D,u),Ir(D,p),Rm(v)||Fm(D,r,m,M))}),li(v,[D,M])},onEnterCancelled(D){w(D,!1,void 0,!0),li(S,[D])},onAppearCancelled(D){w(D,!0,void 0,!0),li($,[D])},onLeaveCancelled(D){C(D),li(k,[D])}})}function Zk(e){if(e==null)return null;if(at(e))return[ef(e.enter),ef(e.leave)];{const t=ef(e);return[t,t]}}function ef(e){return Ta(e)}function Ir(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[Wi]||(e[Wi]=new Set)).add(t)}function $o(e,t){t.split(/\s+/).forEach(r=>r&&e.classList.remove(r));const n=e[Wi];n&&(n.delete(t),n.size||(e[Wi]=void 0))}function Lm(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let qk=0;function Fm(e,t,n,r){const o=e._endId=++qk,a=()=>{o===e._endId&&r()};if(n!=null)return setTimeout(a,n);const{type:i,timeout:s,propCount:l}=Vm(e,t);if(!i)return r();const c=i+"end";let d=0;const u=()=>{e.removeEventListener(c,f),a()},f=p=>{p.target===e&&++d>=l&&u()};setTimeout(()=>{d<l&&u()},s+1),e.addEventListener(c,f)}function Vm(e,t){const n=window.getComputedStyle(e),r=h=>(n[h]||"").split(", "),o=r(`${To}Delay`),a=r(`${To}Duration`),i=jm(o,a),s=r(`${Za}Delay`),l=r(`${Za}Duration`),c=jm(s,l);let d=null,u=0,f=0;t===To?i>0&&(d=To,u=i,f=a.length):t===Za?c>0&&(d=Za,u=c,f=l.length):(u=Math.max(i,c),d=u>0?i>c?To:Za:null,f=d?d===To?a.length:l.length:0);const p=d===To&&/\b(?:transform|all)(?:,|$)/.test(r(`${To}Property`).toString());return{type:d,timeout:u,propCount:f,hasTransform:p}}function jm(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map((n,r)=>Hm(n)+Hm(e[r])))}function Hm(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function tf(e){return(e?e.ownerDocument:document).body.offsetHeight}function eC(e,t,n){const r=e[Wi];r&&(t=(t?[t,...r]:[...r]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const oc=Symbol("_vod"),Um=Symbol("_vsh"),Pr={name:"show",beforeMount(e,{value:t},{transition:n}){e[oc]=e.style.display==="none"?"":e.style.display,n&&t?n.beforeEnter(e):qa(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:r}){!t!=!n&&(r?t?(r.beforeEnter(e),qa(e,!0),r.enter(e)):r.leave(e,()=>{qa(e,!1)}):qa(e,t))},beforeUnmount(e,{value:t}){qa(e,t)}};function qa(e,t){e.style.display=t?e[oc]:"none",e[Um]=!t}function tC(){Pr.getSSRProps=({value:e})=>{if(!e)return{style:{display:"none"}}}}const zm=Symbol("");function nC(e){const t=Kt();if(!t)return;const n=t.ut=(o=e(t.proxy))=>{Array.from(document.querySelectorAll(`[data-v-owner="${t.uid}"]`)).forEach(a=>ic(a,o))},r=()=>{const o=e(t.proxy);t.ce?ic(t.ce,o):nf(t.subTree,o),n(o)};Dd(()=>{Ba(r)}),mn(()=>{Je(r,tn,{flush:"post"});const o=new MutationObserver(r);o.observe(t.subTree.el.parentNode,{childList:!0}),_l(()=>o.disconnect())})}function nf(e,t){if(e.shapeFlag&128){const n=e.suspense;e=n.activeBranch,n.pendingBranch&&!n.isHydrating&&n.effects.push(()=>{nf(n.activeBranch,t)})}for(;e.component;)e=e.component.subTree;if(e.shapeFlag&1&&e.el)ic(e.el,t);else if(e.type===Se)e.children.forEach(n=>nf(n,t));else if(e.type===ii){let{el:n,anchor:r}=e;for(;n&&(ic(n,t),n!==r);)n=n.nextSibling}}function ic(e,t){if(e.nodeType===1){const n=e.style;let r="";for(const o in t){const a=Lh(t[o]);n.setProperty(`--${o}`,a),r+=`--${o}: ${a};`}n[zm]=r}}const rC=/(?:^|;)\s*display\s*:/;function oC(e,t,n){const r=e.style,o=Te(n);let a=!1;if(n&&!o){if(t)if(Te(t))for(const i of t.split(";")){const s=i.slice(0,i.indexOf(":")).trim();n[s]==null&&ac(r,s,"")}else for(const i in t)n[i]==null&&ac(r,i,"");for(const i in n)i==="display"&&(a=!0),ac(r,i,n[i])}else if(o){if(t!==n){const i=r[zm];i&&(n+=";"+i),r.cssText=n,a=rC.test(n)}}else t&&e.removeAttribute("style");oc in e&&(e[oc]=a?r.display:"",e[Um]&&(r.display="none"))}const Wm=/\s*!important$/;function ac(e,t,n){if(he(n))n.forEach(r=>ac(e,t,r));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=iC(e,t);Wm.test(n)?e.setProperty(fn(r),n.replace(Wm,""),"important"):e[r]=n}}const _m=["Webkit","Moz","ms"],rf={};function iC(e,t){const n=rf[t];if(n)return n;let r=St(t);if(r!=="filter"&&r in e)return rf[t]=r;r=vo(r);for(let o=0;o<_m.length;o++){const a=_m[o]+r;if(a in e)return rf[t]=a}return t}const Km="http://www.w3.org/1999/xlink";function Ym(e,t,n,r,o,a=Mh(t)){r&&t.startsWith("xlink:")?n==null?e.removeAttributeNS(Km,t.slice(6,t.length)):e.setAttributeNS(Km,t,n):n==null||a&&!sd(n)?e.removeAttribute(t):e.setAttribute(t,a?"":$n(n)?String(n):n)}function Xm(e,t,n,r,o){if(t==="innerHTML"||t==="textContent"){n!=null&&(e[t]=t==="innerHTML"?Pm(n):n);return}const a=e.tagName;if(t==="value"&&a!=="PROGRESS"&&!a.includes("-")){const s=a==="OPTION"?e.getAttribute("value")||"":e.value,l=n==null?e.type==="checkbox"?"on":"":String(n);(s!==l||!("_value"in e))&&(e.value=l),n==null&&e.removeAttribute(t),e._value=n;return}let i=!1;if(n===""||n==null){const s=typeof e[t];s==="boolean"?n=sd(n):n==null&&s==="string"?(n="",i=!0):s==="number"&&(n=0,i=!0)}try{e[t]=n}catch{}i&&e.removeAttribute(o||t)}function to(e,t,n,r){e.addEventListener(t,n,r)}function aC(e,t,n,r){e.removeEventListener(t,n,r)}const Gm=Symbol("_vei");function sC(e,t,n,r,o=null){const a=e[Gm]||(e[Gm]={}),i=a[t];if(r&&i)i.value=r;else{const[s,l]=lC(t);if(r){const c=a[t]=dC(r,o);to(e,s,c,l)}else i&&(aC(e,s,i,l),a[t]=void 0)}}const Jm=/(?:Once|Passive|Capture)$/;function lC(e){let t;if(Jm.test(e)){t={};let r;for(;r=e.match(Jm);)e=e.slice(0,e.length-r[0].length),t[r[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):fn(e.slice(2)),t]}let of=0;const cC=Promise.resolve(),uC=()=>of||(cC.then(()=>of=0),of=Date.now());function dC(e,t){const n=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=n.attached)return;tr(fC(r,n.value),t,5,[r])};return n.value=e,n.attached=uC(),n}function fC(e,t){if(he(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(r=>o=>!o._stopped&&r&&r(o))}else return t}const Qm=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,pC=(e,t,n,r,o,a)=>{const i=o==="svg";t==="class"?eC(e,r,i):t==="style"?oC(e,n,r):go(t)?pl(t)||sC(e,t,n,r,a):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):hC(e,t,r,i))?(Xm(e,t,r),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&Ym(e,t,r,i,a,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!Te(r))?Xm(e,St(t),r,a,t):(t==="true-value"?e._trueValue=r:t==="false-value"&&(e._falseValue=r),Ym(e,t,r,i))};function hC(e,t,n,r){if(r)return!!(t==="innerHTML"||t==="textContent"||t in e&&Qm(t)&&Ce(n));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="autocorrect"||t==="sandbox"&&e.tagName==="IFRAME"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const o=e.tagName;if(o==="IMG"||o==="VIDEO"||o==="CANVAS"||o==="SOURCE")return!1}return Qm(t)&&Te(n)?!1:t in e}const Zm={};function af(e,t,n){let r=ue(e,t);xa(r)&&(r=We({},r,t));class o extends sc{constructor(i){super(r,i,n)}}return o.def=r,o}const gC=((e,t)=>af(e,t,gv)),mC=typeof HTMLElement<"u"?HTMLElement:class{};class sc extends mC{constructor(t,n={},r=lf){super(),this._def=t,this._props=n,this._createApp=r,this._isVueCE=!0,this._instance=null,this._app=null,this._nonce=this._def.nonce,this._connected=!1,this._resolved=!1,this._patching=!1,this._dirty=!1,this._numberProps=null,this._styleChildren=new WeakSet,this._ob=null,this.shadowRoot&&r!==lf?this._root=this.shadowRoot:t.shadowRoot!==!1?(this.attachShadow(We({},t.shadowRootOptions,{mode:"open"})),this._root=this.shadowRoot):this._root=this}connectedCallback(){if(!this.isConnected)return;!this.shadowRoot&&!this._resolved&&this._parseSlots(),this._connected=!0;let t=this;for(;t=t&&(t.parentNode||t.host);)if(t instanceof sc){this._parent=t;break}this._instance||(this._resolved?this._mount(this._def):t&&t._pendingResolve?this._pendingResolve=t._pendingResolve.then(()=>{this._pendingResolve=void 0,this._resolveDef()}):this._resolveDef())}_setParent(t=this._parent){t&&(this._instance.parent=t._instance,this._inheritParentContext(t))}_inheritParentContext(t=this._parent){t&&this._app&&Object.setPrototypeOf(this._app._context.provides,t._instance.provides)}disconnectedCallback(){this._connected=!1,Er(()=>{this._connected||(this._ob&&(this._ob.disconnect(),this._ob=null),this._app&&this._app.unmount(),this._instance&&(this._instance.ce=void 0),this._app=this._instance=null,this._teleportTargets&&(this._teleportTargets.clear(),this._teleportTargets=void 0))})}_processMutations(t){for(const n of t)this._setAttr(n.attributeName)}_resolveDef(){if(this._pendingResolve)return;for(let r=0;r<this.attributes.length;r++)this._setAttr(this.attributes[r].name);this._ob=new MutationObserver(this._processMutations.bind(this)),this._ob.observe(this,{attributes:!0});const t=(r,o=!1)=>{this._resolved=!0,this._pendingResolve=void 0;const{props:a,styles:i}=r;let s;if(a&&!he(a))for(const l in a){const c=a[l];(c===Number||c&&c.type===Number)&&(l in this._props&&(this._props[l]=Ta(this._props[l])),(s||(s=Object.create(null)))[St(l)]=!0)}this._numberProps=s,this._resolveProps(r),this.shadowRoot&&this._applyStyles(i),this._mount(r)},n=this._def.__asyncLoader;n?this._pendingResolve=n().then(r=>{r.configureApp=this._def.configureApp,t(this._def=r,!0)}):t(this._def)}_mount(t){this._app=this._createApp(t),this._inheritParentContext(),t.configureApp&&t.configureApp(this._app),this._app._ceVNode=this._createVNode(),this._app.mount(this._root);const n=this._instance&&this._instance.exposed;if(n)for(const r in n)it(this,r)||Object.defineProperty(this,r,{get:()=>ee(n[r])})}_resolveProps(t){const{props:n}=t,r=he(n)?n:Object.keys(n||{});for(const o of Object.keys(this))o[0]!=="_"&&r.includes(o)&&this._setProp(o,this[o]);for(const o of r.map(St))Object.defineProperty(this,o,{get(){return this._getProp(o)},set(a){this._setProp(o,a,!0,!this._patching)}})}_setAttr(t){if(t.startsWith("data-v-"))return;const n=this.hasAttribute(t);let r=n?this.getAttribute(t):Zm;const o=St(t);n&&this._numberProps&&this._numberProps[o]&&(r=Ta(r)),this._setProp(o,r,!1,!0)}_getProp(t){return this._props[t]}_setProp(t,n,r=!0,o=!1){if(n!==this._props[t]&&(this._dirty=!0,n===Zm?delete this._props[t]:(this._props[t]=n,t==="key"&&this._app&&(this._app._ceVNode.key=n)),o&&this._instance&&this._update(),r)){const a=this._ob;a&&(this._processMutations(a.takeRecords()),a.disconnect()),n===!0?this.setAttribute(fn(t),""):typeof n=="string"||typeof n=="number"?this.setAttribute(fn(t),n+""):n||this.removeAttribute(fn(t)),a&&a.observe(this,{attributes:!0})}}_update(){const t=this._createVNode();this._app&&(t.appContext=this._app._context),hv(t,this._root)}_createVNode(){const t={};this.shadowRoot||(t.onVnodeMounted=t.onVnodeUpdated=this._renderSlots.bind(this));const n=oe(this._def,We(t,this._props));return this._instance||(n.ce=r=>{this._instance=r,r.ce=this,r.isCE=!0;const o=(a,i)=>{this.dispatchEvent(new CustomEvent(a,xa(i[0])?We({detail:i},i[0]):{detail:i}))};r.emit=(a,...i)=>{o(a,i),fn(a)!==a&&o(fn(a),i)},this._setParent()}),n}_applyStyles(t,n){if(!t)return;if(n){if(n===this._def||this._styleChildren.has(n))return;this._styleChildren.add(n)}const r=this._nonce;for(let o=t.length-1;o>=0;o--){const a=document.createElement("style");r&&a.setAttribute("nonce",r),a.textContent=t[o],this.shadowRoot.prepend(a)}}_parseSlots(){const t=this._slots={};let n;for(;n=this.firstChild;){const r=n.nodeType===1&&n.getAttribute("slot")||"default";(t[r]||(t[r]=[])).push(n),this.removeChild(n)}}_renderSlots(){const t=this._getSlots(),n=this._instance.type.__scopeId;for(let r=0;r<t.length;r++){const o=t[r],a=o.getAttribute("name")||"default",i=this._slots[a],s=o.parentNode;if(i)for(const l of i){if(n&&l.nodeType===1){const c=n+"-s",d=document.createTreeWalker(l,1);l.setAttribute(c,"");let u;for(;u=d.nextNode();)u.setAttribute(c,"")}s.insertBefore(l,o)}else for(;o.firstChild;)s.insertBefore(o.firstChild,o);s.removeChild(o)}}_getSlots(){const t=[this];this._teleportTargets&&t.push(...this._teleportTargets);const n=new Set;for(const r of t){const o=r.querySelectorAll("slot");for(let a=0;a<o.length;a++)n.add(o[a])}return Array.from(n)}_injectChildStyle(t){this._applyStyles(t.styles,t)}_beginPatch(){this._patching=!0,this._dirty=!1}_endPatch(){this._patching=!1,this._dirty&&this._instance&&this._update()}_removeChildStyle(t){}}function qm(e){const t=Kt(),n=t&&t.ce;return n||null}function vC(){const e=qm();return e&&e.shadowRoot}function bC(e="$style"){{const t=Kt();if(!t)return Xe;const n=t.type.__cssModules;if(!n)return Xe;const r=n[e];return r||Xe}}const ev=new WeakMap,tv=new WeakMap,lc=Symbol("_moveCb"),nv=Symbol("_enterCb"),yC=(e=>(delete e.props.mode,e))({name:"TransitionGroup",props:We({},Mm,{tag:String,moveClass:String}),setup(e,{slots:t}){const n=Kt(),r=Td();let o,a;return Wl(()=>{if(!o.length)return;const i=e.moveClass||`${e.name||"v"}-move`;if(!CC(o[0].el,n.vnode.el,i)){o=[];return}o.forEach(SC),o.forEach(wC);const s=o.filter(kC);tf(n.vnode.el),s.forEach(l=>{const c=l.el,d=c.style;Ir(c,i),d.transform=d.webkitTransform=d.transitionDuration="";const u=c[lc]=f=>{f&&f.target!==c||(!f||f.propertyName.endsWith("transform"))&&(c.removeEventListener("transitionend",u),c[lc]=null,$o(c,i))};c.addEventListener("transitionend",u)}),o=[]}),()=>{const i=Ge(e),s=Bm(i);let l=i.tag||Se;if(o=[],a)for(let c=0;c<a.length;c++){const d=a[c];d.el&&d.el instanceof Element&&(o.push(d),Jr(d,Li(d,s,r,n)),ev.set(d,{left:d.el.offsetLeft,top:d.el.offsetTop}))}a=t.default?Ll(t.default()):[];for(let c=0;c<a.length;c++){const d=a[c];d.key!=null&&Jr(d,Li(d,s,r,n))}return oe(l,null,a)}}});function SC(e){const t=e.el;t[lc]&&t[lc](),t[nv]&&t[nv]()}function wC(e){tv.set(e,{left:e.el.offsetLeft,top:e.el.offsetTop})}function kC(e){const t=ev.get(e),n=tv.get(e),r=t.left-n.left,o=t.top-n.top;if(r||o){const a=e.el.style;return a.transform=a.webkitTransform=`translate(${r}px,${o}px)`,a.transitionDuration="0s",e}}function CC(e,t,n){const r=e.cloneNode(),o=e[Wi];o&&o.forEach(s=>{s.split(/\s+/).forEach(l=>l&&r.classList.remove(l))}),n.split(/\s+/).forEach(s=>s&&r.classList.add(s)),r.style.display="none";const a=t.nodeType===1?t:t.parentNode;a.appendChild(r);const{hasTransform:i}=Vm(r);return a.removeChild(r),i}const Oo=e=>{const t=e.props["onUpdate:modelValue"]||!1;return he(t)?n=>Qo(t,n):t};function xC(e){e.target.composing=!0}function rv(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const rr=Symbol("_assign");function ov(e,t,n){return t&&(e=e.trim()),n&&(e=Ea(e)),e}const no={created(e,{modifiers:{lazy:t,trim:n,number:r}},o){e[rr]=Oo(o);const a=r||o.props&&o.props.type==="number";to(e,t?"change":"input",i=>{i.target.composing||e[rr](ov(e.value,n,a))}),(n||a)&&to(e,"change",()=>{e.value=ov(e.value,n,a)}),t||(to(e,"compositionstart",xC),to(e,"compositionend",rv),to(e,"change",rv))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,oldValue:n,modifiers:{lazy:r,trim:o,number:a}},i){if(e[rr]=Oo(i),e.composing)return;const s=(a||e.type==="number")&&!/^0\d/.test(e.value)?Ea(e.value):e.value,l=t??"";s!==l&&(document.activeElement===e&&e.type!=="range"&&(r&&t===n||o&&e.value.trim()===l)||(e.value=l))}},es={deep:!0,created(e,t,n){e[rr]=Oo(n),to(e,"change",()=>{const r=e._modelValue,o=_i(e),a=e.checked,i=e[rr];if(he(r)){const s=Oa(r,o),l=s!==-1;if(a&&!l)i(r.concat(o));else if(!a&&l){const c=[...r];c.splice(s,1),i(c)}}else if(mo(r)){const s=new Set(r);a?s.add(o):s.delete(o),i(s)}else i(lv(e,a))})},mounted:iv,beforeUpdate(e,t,n){e[rr]=Oo(n),iv(e,t,n)}};function iv(e,{value:t,oldValue:n},r){e._modelValue=t;let o;if(he(t))o=Oa(t,r.props.value)>-1;else if(mo(t))o=t.has(r.props.value);else{if(t===n)return;o=Wr(t,lv(e,!0))}e.checked!==o&&(e.checked=o)}const sf={created(e,{value:t},n){e.checked=Wr(t,n.props.value),e[rr]=Oo(n),to(e,"change",()=>{e[rr](_i(e))})},beforeUpdate(e,{value:t,oldValue:n},r){e[rr]=Oo(r),t!==n&&(e.checked=Wr(t,r.props.value))}},av={deep:!0,created(e,{value:t,modifiers:{number:n}},r){const o=mo(t);to(e,"change",()=>{const a=Array.prototype.filter.call(e.options,i=>i.selected).map(i=>n?Ea(_i(i)):_i(i));e[rr](e.multiple?o?new Set(a):a:a[0]),e._assigning=!0,Er(()=>{e._assigning=!1})}),e[rr]=Oo(r)},mounted(e,{value:t}){sv(e,t)},beforeUpdate(e,t,n){e[rr]=Oo(n)},updated(e,{value:t}){e._assigning||sv(e,t)}};function sv(e,t){const n=e.multiple,r=he(t);if(!(n&&!r&&!mo(t))){for(let o=0,a=e.options.length;o<a;o++){const i=e.options[o],s=_i(i);if(n)if(r){const l=typeof s;l==="string"||l==="number"?i.selected=t.some(c=>String(c)===String(s)):i.selected=Oa(t,s)>-1}else i.selected=t.has(s);else if(Wr(_i(i),t)){e.selectedIndex!==o&&(e.selectedIndex=o);return}}!n&&e.selectedIndex!==-1&&(e.selectedIndex=-1)}}function _i(e){return"_value"in e?e._value:e.value}function lv(e,t){const n=t?"_trueValue":"_falseValue";return n in e?e[n]:t}const cc={created(e,t,n){uc(e,t,n,null,"created")},mounted(e,t,n){uc(e,t,n,null,"mounted")},beforeUpdate(e,t,n,r){uc(e,t,n,r,"beforeUpdate")},updated(e,t,n,r){uc(e,t,n,r,"updated")}};function cv(e,t){switch(e){case"SELECT":return av;case"TEXTAREA":return no;default:switch(t){case"checkbox":return es;case"radio":return sf;default:return no}}}function uc(e,t,n,r,o){const i=cv(e.tagName,n.props&&n.props.type)[o];i&&i(e,t,n,r)}function EC(){no.getSSRProps=({value:e})=>({value:e}),sf.getSSRProps=({value:e},t)=>{if(t.props&&Wr(t.props.value,e))return{checked:!0}},es.getSSRProps=({value:e},t)=>{if(he(e)){if(t.props&&Oa(e,t.props.value)>-1)return{checked:!0}}else if(mo(e)){if(t.props&&e.has(t.props.value))return{checked:!0}}else if(e)return{checked:!0}},cc.getSSRProps=(e,t)=>{if(typeof t.type!="string")return;const n=cv(t.type.toUpperCase(),t.props&&t.props.type);if(n.getSSRProps)return n.getSSRProps(e,t)}}const TC=["ctrl","shift","alt","meta"],$C={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&e.button!==0,middle:e=>"button"in e&&e.button!==1,right:e=>"button"in e&&e.button!==2,exact:(e,t)=>TC.some(n=>e[`${n}Key`]&&!t.includes(n))},Dr=(e,t)=>{const n=e._withMods||(e._withMods={}),r=t.join(".");return n[r]||(n[r]=((o,...a)=>{for(let i=0;i<t.length;i++){const s=$C[t[i]];if(s&&s(o,t))return}return e(o,...a)}))},OC={esc:"escape",space:" ",up:"arrow-up",left:"arrow-left",right:"arrow-right",down:"arrow-down",delete:"backspace"},xt=(e,t)=>{const n=e._withKeys||(e._withKeys={}),r=t.join(".");return n[r]||(n[r]=(o=>{if(!("key"in o))return;const a=fn(o.key);if(t.some(i=>i===a||OC[i]===a))return e(o)}))},uv=We({patchProp:pC},Qk);let ts,dv=!1;function fv(){return ts||(ts=tm(uv))}function pv(){return ts=dv?ts:nm(uv),dv=!0,ts}const hv=((...e)=>{fv().render(...e)}),IC=((...e)=>{pv().hydrate(...e)}),lf=((...e)=>{const t=fv().createApp(...e),{mount:n}=t;return t.mount=r=>{const o=vv(r);if(!o)return;const a=t._component;!Ce(a)&&!a.render&&!a.template&&(a.template=o.innerHTML),o.nodeType===1&&(o.textContent="");const i=n(o,!1,mv(o));return o instanceof Element&&(o.removeAttribute("v-cloak"),o.setAttribute("data-v-app","")),i},t}),gv=((...e)=>{const t=pv().createApp(...e),{mount:n}=t;return t.mount=r=>{const o=vv(r);if(o)return n(o,!0,mv(o))},t});function mv(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function vv(e){return Te(e)?document.querySelector(e):e}let bv=!1;const PC=Object.freeze(Object.defineProperty({__proto__:null,BaseTransition:kg,BaseTransitionPropsValidators:$d,Comment:Ut,DeprecationTypes:Xk,EffectScope:ud,ErrorCodes:hw,ErrorTypeStrings:Uk,Fragment:Se,KeepAlive:Bw,ReactiveEffect:Ia,Static:ii,Suspense:wk,Teleport:ja,Text:xo,TrackOpTypes:rw,Transition:Nm,TransitionGroup:yC,TriggerOpTypes:ow,VueElement:sc,assertNumber:pw,callWithAsyncErrorHandling:tr,callWithErrorHandling:ti,camelize:St,capitalize:vo,cloneVNode:Or,compatUtils:Yk,computed:_,createApp:lf,createBlock:q,createCommentVNode:z,createElementBlock:N,createElementVNode:Z,createHydrationRenderer:nm,createPropsRestProxy:Jw,createRenderer:tm,createSSRApp:gv,createSlots:Kl,createStaticVNode:Ik,createTextVNode:rn,createVNode:oe,customRef:kd,defineAsyncComponent:Rw,defineComponent:ue,defineCustomElement:af,defineEmits:Uw,defineExpose:zw,defineModel:Kw,defineOptions:Ww,defineProps:Hw,defineSSRCustomElement:gC,defineSlots:_w,devtools:zk,effect:OS,effectScope:TS,getCurrentInstance:Kt,getCurrentScope:bl,getCurrentWatcher:iw,getTransitionRawChildren:Ll,guardReactiveProps:ec,h:Tm,handleError:ni,hasInjectionContext:ik,hydrate:IC,hydrateOnIdle:Iw,hydrateOnInteraction:Mw,hydrateOnMediaQuery:Aw,hydrateOnVisible:Dw,initCustomFormatter:Vk,initDirectivesForSSR:()=>{bv||(bv=!0,EC(),tC())},inject:Zr,isMemoSame:$m,isProxy:Tl,isReactive:yo,isReadonly:Yr,isRef:$t,isRuntimeOnly:Nk,isShallow:_n,isVNode:qr,markRaw:ng,mergeDefaults:Gw,mergeModels:ft,mergeProps:W,nextTick:Er,normalizeClass:ge,normalizeProps:bo,normalizeStyle:vt,onActivated:Ig,onBeforeMount:Ag,onBeforeUnmount:za,onBeforeUpdate:Dd,onDeactivated:Pg,onErrorCaptured:Bg,onMounted:mn,onRenderTracked:Rg,onRenderTriggered:Ng,onScopeDispose:dd,onServerPrefetch:Mg,onUnmounted:_l,onUpdated:Wl,onWatcherCleanup:ag,openBlock:x,popScopeId:yw,provide:Hi,proxyRefs:wd,pushScopeId:bw,queuePostFlushCb:Ba,reactive:Ra,readonly:Mi,ref:Ae,registerRuntimeCompiler:Mk,render:hv,renderList:Ht,renderSlot:le,resolveComponent:$r,resolveDirective:Md,resolveDynamicComponent:At,resolveFilter:Kk,resolveTransitionHooks:Li,setBlockTracking:Ja,setDevtoolsHook:Wk,setTransitionHooks:Jr,shallowReactive:tg,shallowReadonly:qo,shallowRef:nn,ssrContextKey:am,ssrUtils:_k,stop:IS,toDisplayString:se,toHandlerKey:Jo,toHandlers:Vw,toRaw:Ge,toRef:og,toRefs:ZS,toValue:bt,transformVNodeArgs:$k,triggerRef:GS,unref:ee,useAttrs:Xw,useCssModule:bC,useCssVars:nC,useHost:qm,useId:Eg,useModel:st,useSSRContext:sm,useShadowRoot:vC,useSlots:Vg,useTemplateRef:ko,useTransitionState:Td,vModelCheckbox:es,vModelDynamic:cc,vModelRadio:sf,vModelSelect:av,vModelText:no,vShow:Pr,version:Om,warn:Hk,watch:Je,watchEffect:lm,watchPostEffect:pk,watchSyncEffect:cm,withAsyncContext:Qw,withCtx:De,withDefaults:Yw,withDirectives:Ct,withKeys:xt,withMemo:jk,withModifiers:Dr,withScopeId:Sw},Symbol.toStringTag,{value:"Module"}));function yv(){const e=Ae(!1),n=Kt()?.root||{};return"isCE"in n&&n.isCE===!0&&(e.value=!0),e}const DC={xs:"12px",sm:"16px",md:"20px",lg:"24px",xl:"32px","2x":"40px"},AC=[void 0,10,12,20,24,32,64],MC=["xlink:href"],pt=ue({__name:"PvIcon",props:{name:{type:String},size:{type:null}},setup(e){const t=e,n=yv(),r=Ae(null),o=_(()=>({"pv-icon":!0,[`pv-icon-${t.size}`]:AC.includes(t.size)})),a=_(()=>n.value&&r.value?`${r.value}#${t.name}`:`#${t.name}`);return globalThis.__PV_GLOBAL_SPRITE_PATH__&&(r.value=globalThis.__PV_GLOBAL_SPRITE_PATH__),(i,s)=>(x(),N("svg",{"data-testid":"pv-icon","aria-hidden":"true",class:ge(o.value)},[Z("use",{"xlink:href":a.value},null,8,MC)],2))}}),ns=ue({__name:"PvSpinner",props:{variant:{default:"primary",type:String},size:{default:"lg",type:String}},setup(e){const t={xs:"0.75rem",sm:"1rem",md:"1.25rem",lg:"1.5rem",xl:"2rem"},n={primary:"pv-spinner",dark:"pv-spinner-dark",white:"pv-spinner-light"};return(r,o)=>(x(),N("div",{"data-testid":"pv-spinner",class:ge(n[e.variant]),style:vt({"--size":t[e.size]})},null,6))}}),Sv=["ghost"],wv={md:"pv-button-small",lg:void 0,xl:"pv-button-large"},cf=e=>e==null||!wv.hasOwnProperty(e)?null:wv[e]||null,NC=["disabled"],RC={key:1,"data-testid":"pv-button-label"},bn=ue({__name:"PvButton",props:{variant:{default:"primary",type:String},disabled:{type:Boolean,default:!1},size:{default:"lg",type:String},loading:{type:Boolean,default:!1},label:{type:String},leftIcon:{type:String},rightIcon:{type:String},inverse:{type:Boolean,default:!1}},setup(e){const t=e,n=_(()=>{const r=[];t.inverse&&Sv.includes(t.variant)?r.push(`pv-button-${t.variant}-inverse`):r.push(`pv-button-${t.variant}`);const o=cf(t.size);return o&&r.push(o),r});return(r,o)=>(x(),N("button",{type:"button",class:ge(n.value),disabled:e.disabled,"data-testid":"pv-button"},[e.loading?(x(),q(ns,{key:0,size:"sm"})):(x(),N(Se,{key:1},[e.leftIcon?(x(),q(pt,{key:0,name:e.leftIcon,"data-testid":"pv-button-left-icon"},null,8,["name"])):z("",!0),e.label?(x(),N("span",RC,se(e.label),1)):z("",!0),e.rightIcon?(x(),q(pt,{key:2,name:e.rightIcon,"data-testid":"pv-button-right-icon"},null,8,["name"])):z("",!0)],64))],10,NC))}}),BC=["disabled"],LC={key:0},FC=ue({__name:"PvAiButton",props:{size:{default:"md",type:String},label:{default:"AskTQ",type:String},loading:{type:Boolean},disabled:{type:Boolean}},setup(e){const t=e,n=_(()=>{const r=["pv-button-ai"],o=cf(t.size);return o&&r.push(o),r});return(r,o)=>(x(),N("button",{disabled:e.disabled,class:ge(n.value)},[e.loading?(x(),q(ns,{key:0,size:e.size},null,8,["size"])):(x(),N(Se,{key:1},[oe(pt,{class:"pv-text-brand",name:"ai-filled"}),e.label?(x(),N("span",LC,se(e.label),1)):z("",!0)],64))],10,BC))}});function VC(e,t){if(e.nodeType!==Node.TEXT_NODE)return!1;const n=e.textContent??"";return t?n.length>0:n.trim().length>0}function jC(e,t,n){const r=t;return Array.from(e.childNodes).some(a=>a.nodeType!==Node.ELEMENT_NODE?!1:a.getAttribute("slot")===r)}function kv(e,t){const n=e.shadowRoot;return n?n.querySelector(`slot[name="${CSS.escape(t)}"]`):null}function HC(e,t={}){const{host:n,vueSlots:r,observe:o=!0,listenSlotChange:a=!0,countWhitespaceTextInDefaultSlot:i=!1}=t,s=yv(),l=r??Vg(),c=_(()=>s.value||!l?!1:!!l[e]),d=Ae(!1);let u=null,f=null;const p=()=>{u&&(u.disconnect(),u=null),f&&(f.removeEventListener("slotchange",h),f=null)},h=()=>{if(!s.value){d.value=!1;return}const b=ee(n);if(!b){d.value=!1;return}const y=a?kv(b,e):null;if(y){const S=y.assignedNodes({flatten:!0});d.value=S.some(v=>v.nodeType===Node.ELEMENT_NODE?!0:VC(v,i));return}d.value=jC(b,e)},g=()=>{if(!s.value)return;p();const b=ee(n);if(!b){d.value=!1;return}h(),a&&(f=kv(b,e),f&&f.addEventListener("slotchange",h)),o&&(u=new MutationObserver(()=>h()),u.observe(b,{childList:!0,subtree:!1,attributes:!0,attributeFilter:["slot"],characterData:!0}))};return mn(g),za(p),Je(()=>ee(n),()=>{s.value&&g()}),{present:_(()=>s.value?d.value:c.value),hasVueSlot:c,hasNativeSlot:d,refresh:h}}const UC=["data-position","aria-labelledby","data-style","data-static"],zC=["id"],dc=ue({__name:"PvTooltip",props:{variant:{default:"white",type:String},tooltipPosition:{default:"top-right",type:String},ariaLabelledBy:{default:"ariaLabelledById",type:String},size:{default:"md",type:String},disableInteractive:{type:Boolean,default:!1},delay:{default:0,type:Number}},setup(e){const{present:t}=HC("tooltip-content");return(n,r)=>(x(),N("div",{"data-testid":"pv-tooltip",class:ge(["pv-tooltip",{"pv-tooltip-small":e.size==="sm"}]),"data-position":e.tooltipPosition,"aria-labelledby":e.ariaLabelledBy,"data-style":e.variant==="white"?"white":"dark","data-static":e.disableInteractive?!0:void 0},[le(n.$slots,"label"),ee(t)?(x(),N("div",{key:0,role:"tooltip",id:e.ariaLabelledBy,"data-testid":"pv-tooltip-content"},[le(n.$slots,"tooltip-content")],8,zC)):z("",!0)],10,UC))}}),WC={class:"pv-text-body-sm"},_C=ue({__name:"PvButtonWithTooltip",props:{tooltipText:{type:String},tooltipVariant:{default:"dark",type:String},tooltipPosition:{type:String},delay:{default:500,type:Number},variant:{type:String},disabled:{type:Boolean},size:{type:String},loading:{type:Boolean},label:{type:String},leftIcon:{type:String},rightIcon:{type:String},inverse:{type:Boolean}},setup(e){const t=e,n=_(()=>t.size==="md"?"sm":"md");return(r,o)=>(x(),q(dc,{variant:e.tooltipVariant,"tooltip-position":e.tooltipPosition,delay:e.delay,size:n.value},{"tooltip-content":De(()=>[Z("p",WC,se(e.tooltipText),1)]),label:De(()=>[oe(bn,bo(ec(r.$props)),null,16)]),_:1},8,["variant","tooltip-position","delay","size"]))}}),KC=ue({__name:"PvCounterBadge",props:{value:{type:Number},prefix:{default:"",type:String},variant:{default:"primary",type:null},size:{default:"sm",type:String},maxValue:{default:99,type:Number}},setup(e){const t=e,n=_(()=>t.size=="md"?"md":(t.size=="sm","sm")),r=_(()=>t.maxValue&&t.value&&t.value>t.maxValue?`${t.maxValue}+`:t.value!=null?`${t.prefix}${t.value}`:"-"),o=_(()=>({"pv-inline-block pv-inset-square pv-radius pv-text-center":!0,"pv-badge-md pv-text-body-md":n.value=="md","pv-badge-sm pv-text-body-sm":n.value=="sm","pv-surface-brand-inverse pv-text-inverse":t.variant=="primary","pv-surface pv-bordered":t.variant=="secondary","pv-surface-lighten-5":t.variant=="tertiary","pv-text-secondary":t.variant=="ghost"||t.variant=="tertiary","pv-surface":t.variant=="ghost"}));return(a,i)=>(x(),N("div",{class:ge(o.value),"data-testid":"pv-counter-badge"},se(r.value),3))}}),YC=".pv-badge-md[data-v-fc3c1104]{--inset-size: 2px 2px;min-height:20px;max-height:20px;min-width:20px;font-weight:500}.pv-badge-sm[data-v-fc3c1104]{--inset-size: 0 2px;min-height:16px;max-height:16px;min-width:16px;font-weight:500}.pv-surface-lighten-5[data-v-fc3c1104]{background-color:#e0e5e4}.pv-text-secondary[data-v-fc3c1104]{color:#4b595c}",zt=(e,t)=>{const n=e.__vccOpts||e;for(const[r,o]of t)n[r]=o;return n},Ki=zt(KC,[["styles",[YC]],["__scopeId","data-v-fc3c1104"]]),XC=ue({__name:"PvReleaseBadge",props:{variant:{type:String},inverse:{type:Boolean}},setup(e){const t=e,n=_(()=>t.variant=="release-alpha"?"ALPHA":t.variant=="release-beta"?"BETA":""),r=_(()=>t.inverse?"pv-tag-inverse":{"pv-tag-yellow":t.variant=="release-alpha","pv-tag-purple":t.variant=="release-beta"});return(o,a)=>(x(),N("div",{class:ge(r.value)},se(n.value),3))}}),GC=["data-style"],JC={class:"pv-truncate"},uf=ue({__name:"PvTag",props:{size:{default:"md",type:String},variant:{default:"tertiary",type:String},icon:{type:String},label:{type:String},showClear:{type:Boolean},rounded:{type:Boolean}},emits:["handle-close","handle-click"],setup(e){const t=e,n=_(()=>{switch(t.size){case"lg":return"pv-tag-lg";case"sm":return"pv-tag-sm";default:return""}}),r=_(()=>{switch(t.variant){case"primary":return"pv-tag-primary";case"tertiary":return"pv-tag-tertiary";default:return""}});return(o,a)=>(x(),N("button",{class:ge([r.value,n.value,"pv-flex"]),onClick:a[1]||(a[1]=i=>o.$emit("handle-click",e.label)),style:{"max-width":"100%","--flex-gap":"4px"},"data-testid":"pv-tag","data-style":e.rounded?"rounded":void 0},[e.icon?(x(),q(pt,{key:0,"data-testid":"pv-tag-icon",name:e.icon,size:12},null,8,["name"])):z("",!0),Z("span",JC,se(e.label),1),e.showClear?(x(),q(pt,{key:1,"data-testid":"pv-tag-close-icon",size:12,name:"close",onClick:a[0]||(a[0]=Dr(i=>o.$emit("handle-close",e.label),["stop"]))})):z("",!0)],10,GC))}}),QC=zt(ue({__name:"PvPill",props:{size:{default:"md",type:String},variant:{default:"default",type:String},icon:{type:String},dotVariant:{type:String},label:{type:String}},setup(e){const t=e,n=_(()=>{switch(t.size){case"lg":return"pv-tag-lg";case"sm":return"pv-tag-sm";default:return""}}),r=_(()=>{if(t.dotVariant)return"pv-tag-tertiary";switch(t.variant){case"default":return"pv-tag-tertiary";case"success":return"pv-tag-green";case"warning":return"pv-tag-orange";case"critical":return"pv-tag-red";case"highlight":return"pv-tag-turquoise";default:return"pv-tag-tertiary"}});return(o,a)=>(x(),N("div",{class:ge([r.value,n.value,"pv-flex"]),onClick:a[0]||(a[0]=i=>o.$emit("handle-click",e.label)),"data-style":"rounded",style:{width:"fit-content","--flex-gap":"4px"}},[e.dotVariant?(x(),N("span",{key:0,style:{"margin-inline-end":"0px"},class:ge(`pv-status-${e.dotVariant}`)},null,2)):z("",!0),e.icon?(x(),q(pt,{key:1,name:e.icon,size:12},null,8,["name"])):z("",!0),Z("span",null,se(e.label),1)],2))}}),[["styles",["[class*=pv-status]{&[data-v-4ee8f936]:before,&[data-v-4ee8f936]:after{margin-inline-end:0px}}"]],["__scopeId","data-v-4ee8f936"]]);function ci(e){return bl()?(dd(e),!0):!1}const fc=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const ZC=e=>e!=null,qC=Object.prototype.toString,Cv=e=>qC.call(e)==="[object Object]",yn=()=>{},pc=ex();function ex(){var e,t;return fc&&((e=window?.navigator)==null?void 0:e.userAgent)&&(/iP(?:ad|hone|od)/.test(window.navigator.userAgent)||((t=window?.navigator)==null?void 0:t.maxTouchPoints)>2&&/iPad|Macintosh/.test(window?.navigator.userAgent))}function tx(...e){if(e.length!==1)return og(...e);const t=e[0];return typeof t=="function"?Mi(kd(()=>({get:t,set:yn}))):Ae(t)}function nx(e,t){function n(...r){return new Promise((o,a)=>{Promise.resolve(e(()=>t.apply(this,r),{fn:t,thisArg:this,args:r})).then(o).catch(a)})}return n}function rx(e,t={}){let n,r,o=yn;const a=l=>{clearTimeout(l),o(),o=yn};let i;return l=>{const c=bt(e),d=bt(t.maxWait);return n&&a(n),c<=0||d!==void 0&&d<=0?(r&&(a(r),r=void 0),Promise.resolve(l())):new Promise((u,f)=>{o=t.rejectOnCancel?f:u,i=l,d&&!r&&(r=setTimeout(()=>{n&&a(n),r=void 0,u(i())},d)),n=setTimeout(()=>{r&&a(r),r=void 0,u(l())},c)})}}function ui(e){return Array.isArray(e)?e:[e]}function ox(e){return Kt()}function xv(e,t=200,n={}){return nx(rx(t,n),e)}function Ev(e,t=!0,n){ox()?mn(e,n):t?e():Er(e)}function Tv(e=!1,t={}){const{truthyValue:n=!0,falsyValue:r=!1}=t,o=$t(e),a=nn(e);function i(s){if(arguments.length)return a.value=s,a.value;{const l=bt(n);return a.value=a.value===l?bt(r):l,a.value}}return o?i:[a,i]}function $v(e,t,n){return Je(e,t,{...n,immediate:!0})}const di=fc?window:void 0,ix=fc?window.document:void 0;function Kn(e){var t;const n=bt(e);return(t=n?.$el)!=null?t:n}function Io(...e){const t=[],n=()=>{t.forEach(s=>s()),t.length=0},r=(s,l,c,d)=>(s.addEventListener(l,c,d),()=>s.removeEventListener(l,c,d)),o=_(()=>{const s=ui(bt(e[0])).filter(l=>l!=null);return s.every(l=>typeof l!="string")?s:void 0}),a=$v(()=>{var s,l;return[(l=(s=o.value)==null?void 0:s.map(c=>Kn(c)))!=null?l:[di].filter(c=>c!=null),ui(bt(o.value?e[1]:e[0])),ui(ee(o.value?e[2]:e[1])),bt(o.value?e[3]:e[2])]},([s,l,c,d])=>{if(n(),!s?.length||!l?.length||!c?.length)return;const u=Cv(d)?{...d}:d;t.push(...s.flatMap(f=>l.flatMap(p=>c.map(h=>r(f,p,h,u)))))},{flush:"post"}),i=()=>{a(),n()};return ci(n),i}let Ov=!1;function ax(e,t,n={}){const{window:r=di,ignore:o=[],capture:a=!0,detectIframe:i=!1,controls:s=!1}=n;if(!r)return s?{stop:yn,cancel:yn,trigger:yn}:yn;if(pc&&!Ov){Ov=!0;const m={passive:!0};Array.from(r.document.body.children).forEach(b=>b.addEventListener("click",yn,m)),r.document.documentElement.addEventListener("click",yn,m)}let l=!0;const c=m=>bt(o).some(b=>{if(typeof b=="string")return Array.from(r.document.querySelectorAll(b)).some(y=>y===m.target||m.composedPath().includes(y));{const y=Kn(b);return y&&(m.target===y||m.composedPath().includes(y))}});function d(m){const b=bt(m);return b&&b.$.subTree.shapeFlag===16}function u(m,b){const y=bt(m),S=y.$.subTree&&y.$.subTree.children;return S==null||!Array.isArray(S)?!1:S.some(v=>v.el===b.target||b.composedPath().includes(v.el))}const f=m=>{const b=Kn(e);if(m.target!=null&&!(!(b instanceof Element)&&d(e)&&u(e,m))&&!(!b||b===m.target||m.composedPath().includes(b))){if("detail"in m&&m.detail===0&&(l=!c(m)),!l){l=!0;return}t(m)}};let p=!1;const h=[Io(r,"click",m=>{p||(p=!0,setTimeout(()=>{p=!1},0),f(m))},{passive:!0,capture:a}),Io(r,"pointerdown",m=>{const b=Kn(e);l=!c(m)&&!!(b&&!m.composedPath().includes(b))},{passive:!0}),i&&Io(r,"blur",m=>{setTimeout(()=>{var b;const y=Kn(e);((b=r.document.activeElement)==null?void 0:b.tagName)==="IFRAME"&&!y?.contains(r.document.activeElement)&&t(m)},0)},{passive:!0})].filter(Boolean),g=()=>h.forEach(m=>m());return s?{stop:g,cancel:()=>{l=!1},trigger:m=>{l=!0,f(m),l=!1}}:g}function sx(){const e=nn(!1),t=Kt();return t&&mn(()=>{e.value=!0},t),e}function Iv(e){const t=sx();return _(()=>(t.value,!!e()))}function Pv(e,t,n={}){const{window:r=di,...o}=n;let a;const i=Iv(()=>r&&"MutationObserver"in r),s=()=>{a&&(a.disconnect(),a=void 0)},l=_(()=>{const f=bt(e),p=ui(f).map(Kn).filter(ZC);return new Set(p)}),c=Je(l,f=>{s(),i.value&&f.size&&(a=new MutationObserver(t),f.forEach(p=>a.observe(p,o)))},{immediate:!0,flush:"post"}),d=()=>a?.takeRecords(),u=()=>{c(),s()};return ci(u),{isSupported:i,stop:u,takeRecords:d}}function lx(e,t,n={}){const{window:r=di,document:o=r?.document,flush:a="sync"}=n;if(!r||!o)return yn;let i;const s=d=>{i?.(),i=d},l=lm(()=>{const d=Kn(e);if(d){const{stop:u}=Pv(o,f=>{f.map(h=>[...h.removedNodes]).flat().some(h=>h===d||h.contains(d))&&t(f)},{window:r,childList:!0,subtree:!0});s(u)}},{flush:a}),c=()=>{l(),s()};return ci(c),c}function cx(e){return typeof e=="function"?e:typeof e=="string"?t=>t.key===e:Array.isArray(e)?t=>e.includes(t.key):()=>!0}function rs(...e){let t,n,r={};e.length===3?(t=e[0],n=e[1],r=e[2]):e.length===2?typeof e[1]=="object"?(t=!0,n=e[0],r=e[1]):(t=e[0],n=e[1]):(t=!0,n=e[0]);const{target:o=di,eventName:a="keydown",passive:i=!1,dedupe:s=!1}=r,l=cx(t);return Io(o,a,d=>{d.repeat&&bt(s)||l(d)&&n(d)},i)}function ux(e,t,n={}){const{window:r=di,...o}=n;let a;const i=Iv(()=>r&&"ResizeObserver"in r),s=()=>{a&&(a.disconnect(),a=void 0)},l=_(()=>{const u=bt(e);return Array.isArray(u)?u.map(f=>Kn(f)):[Kn(u)]}),c=Je(l,u=>{if(s(),i.value&&r){a=new ResizeObserver(t);for(const f of u)f&&a.observe(f,o)}},{immediate:!0,flush:"post"}),d=()=>{s(),c()};return ci(d),{isSupported:i,stop:d}}function dx(e,t={}){const{reset:n=!0,windowResize:r=!0,windowScroll:o=!0,immediate:a=!0,updateTiming:i="sync"}=t,s=nn(0),l=nn(0),c=nn(0),d=nn(0),u=nn(0),f=nn(0),p=nn(0),h=nn(0);function g(){const b=Kn(e);if(!b){n&&(s.value=0,l.value=0,c.value=0,d.value=0,u.value=0,f.value=0,p.value=0,h.value=0);return}const y=b.getBoundingClientRect();s.value=y.height,l.value=y.bottom,c.value=y.left,d.value=y.right,u.value=y.top,f.value=y.width,p.value=y.x,h.value=y.y}function m(){i==="sync"?g():i==="next-frame"&&requestAnimationFrame(()=>g())}return ux(e,m),Je(()=>Kn(e),b=>!b&&m()),Pv(e,m,{attributeFilter:["style","class"]}),o&&Io("scroll",m,{capture:!0,passive:!0}),r&&Io("resize",m,{passive:!0}),Ev(()=>{a&&m()}),{height:s,bottom:l,left:c,right:d,top:u,width:f,x:p,y:h,update:m}}function Dv(e,t={}){const{delayEnter:n=0,delayLeave:r=0,triggerOnRemoval:o=!1,window:a=di}=t,i=nn(!1);let s;const l=c=>{const d=c?n:r;s&&(clearTimeout(s),s=void 0),d?s=setTimeout(()=>i.value=c,d):i.value=c};return a&&(Io(e,"mouseenter",()=>l(!0),{passive:!0}),Io(e,"mouseleave",()=>l(!1),{passive:!0}),o&&lx(_(()=>Kn(e)),()=>l(!1))),i}/**!
24
24
  * Sortable 1.15.6
25
25
  * @author RubaXa <trash@rubaxa.org>
26
26
  * @author owenm <owen23355@gmail.com>