import{_ as r,o as a,c as o,d as s,a6 as t}from"./index-4e8c1b57.js";const l={class:"progress-bar"},c={__name:"ProgressBar",props:{completionRate:{type:Number,default:0},inProgressRate:{type:Number,default:0}},setup(e){return(n,_)=>(a(),o("div",l,[s("div",{class:"filled completed",style:t({width:e.completionRate+"%"})},null,4),s("div",{class:"filled in-progress",style:t({width:e.inProgressRate+"%"})},null,4)]))}},i=r(c,[["__scopeId","data-v-564e4624"]]);export{i as P};