@tirth_jasoliya/ui 1.0.6 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/data/data-table/data-table.cjs +1 -1
- package/dist/components/data/data-table/data-table.cjs.map +1 -1
- package/dist/components/data/data-table/data-table.js +1 -1
- package/dist/components/data/data-table/data-table.js.map +1 -1
- package/dist/components/data/data-table/index.cjs +1 -1
- package/dist/components/data/data-table/index.cjs.map +1 -1
- package/dist/components/data/data-table/index.js +1 -1
- package/dist/components/data/data-table/index.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/styles.css +2 -0
- package/package.json +72 -65
package/dist/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use client"
|
|
2
|
-
import{flexRender as Vt,getCoreRowModel as Na,getFilteredRowModel as Pa,getPaginationRowModel as Ta,getSortedRowModel as Sa,useReactTable as Da}from"@tanstack/react-table";import{Loader2 as co,ChevronUp as _t,ChevronDown as Gt,ChevronsUpDown as ka,MoreHorizontal as Ra,MoveRightIcon as Ma,PinOffIcon as Aa}from"lucide-react";import{Slot as Zo}from"radix-ui";import{cva as Qo}from"class-variance-authority";import{clsx as Ko}from"clsx";import{twMerge as Yo}from"tailwind-merge";function a(...e){return Yo(Ko(e))}import{jsx as ta}from"react/jsx-runtime";var ea=Qo("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",{variants:{variant:{default:"bg-primary text-primary-foreground shadow-xs hover:bg-primary/90",destructive:"bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9"}},defaultVariants:{variant:"default",size:"default"}});function f({className:e,variant:t,size:o,asChild:n=!1,...l}){let r=n?Zo.Slot:"button";return ta(r,{"data-slot":"button",className:a(ea({variant:t,size:o,className:e}),"transition-none"),...l})}import{jsx as Me}from"react/jsx-runtime";function zt({className:e,...t}){return Me("div",{"data-slot":"table-container",className:"relative w-full overflow-auto max-h-full",children:Me("table",{"data-slot":"table",className:a("w-full caption-bottom text-sm",e),...t})})}function Qt({className:e,...t}){return Me("thead",{"data-slot":"table-header",className:a("[&_tr]:border-b",e),...t})}function eo({className:e,...t}){return Me("tbody",{"data-slot":"table-body",className:a("[&_tr:last-child]:border-0",e),...t})}function to({className:e,...t}){return Me("tfoot",{"data-slot":"table-footer",className:a("bg-muted/50 border-t font-medium [&>tr]:last:border-b-0",e),...t})}function pt({className:e,...t}){return Me("tr",{"data-slot":"table-row",className:a("hover:bg-muted/50 data-[state=selected]:bg-muted border-b transition-colors",e),...t})}function oo({className:e,...t}){return Me("th",{"data-slot":"table-head",className:a("text-foreground h-10 px-2 text-left align-middle font-medium whitespace-nowrap",e),...t})}function Tt({className:e,...t}){return Me("td",{"data-slot":"table-cell",className:a("p-2 align-middle whitespace-nowrap",e),...t})}import{jsx as ao}from"react/jsx-runtime";function pe({className:e,...t}){return ao("div",{"data-slot":"card",className:a("bg-card text-card-foreground flex flex-col gap-6 rounded-xl border py-6 shadow-sm",e),...t})}function ue({className:e,...t}){return ao("div",{"data-slot":"card-content",className:a("px-6",e),...t})}import{Tooltip as Ze}from"radix-ui";import{jsx as Qe,jsxs as oa}from"react/jsx-runtime";function je({delayDuration:e=0,...t}){return Qe(Ze.Provider,{"data-slot":"tooltip-provider",delayDuration:e,...t})}function Ae({...e}){return Qe(je,{children:Qe(Ze.Root,{"data-slot":"tooltip",...e})})}function ze({...e}){return Qe(Ze.Trigger,{"data-slot":"tooltip-trigger",...e})}function Ie({className:e,sideOffset:t=0,children:o,...n}){return Qe(Ze.Portal,{children:oa(Ze.Content,{"data-slot":"tooltip-content",sideOffset:t,className:a("bg-primary text-primary-foreground animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 w-fit origin-(--radix-tooltip-content-transform-origin) rounded-md px-3 py-1.5 text-xs text-balance",e),...n,children:[o,Qe(Ze.Arrow,{className:"bg-primary fill-primary z-50 size-2.5 translate-y-[calc(-50%_-_2px)] rotate-45 rounded-[2px]"})]})})}import{Search as ca,RefreshCw as ma,Download as pa,Settings2 as ua,Filter as ro,ArrowUpDown as ga,PinOff as fa,Pin as io,ChevronDown as ba}from"lucide-react";import{jsx as aa}from"react/jsx-runtime";function et({className:e,type:t,...o}){return aa("input",{type:t,"data-slot":"input",className:a("file:text-foreground placeholder:text-muted-foreground selection:bg-primary selection:text-primary-foreground dark:bg-input/30 border-input flex h-9 w-full min-w-0 rounded-md border bg-transparent px-3 py-1 text-base shadow-xs transition-[color,box-shadow] outline-none file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm","focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px]","aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",e),...o})}import{Select as re}from"radix-ui";import{CheckIcon as na,ChevronDownIcon as no,ChevronUpIcon as ra}from"lucide-react";import{jsx as U,jsxs as It}from"react/jsx-runtime";function Be({...e}){return U(re.Root,{"data-slot":"select",...e})}function Fe({...e}){return U(re.Value,{"data-slot":"select-value",...e})}function Le({className:e,size:t="default",children:o,...n}){return It(re.Trigger,{"data-slot":"select-trigger","data-size":t,className:a("border-input data-[placeholder]:text-muted-foreground [&_svg:not([class*='text-'])]:text-muted-foreground focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive dark:bg-input/30 dark:hover:bg-input/50 flex w-fit items-center justify-between gap-2 rounded-md border bg-transparent px-3 py-2 text-sm whitespace-nowrap shadow-xs transition-[color,box-shadow] outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50 data-[size=default]:h-9 data-[size=sm]:h-8 *:data-[slot=select-value]:line-clamp-1 *:data-[slot=select-value]:flex *:data-[slot=select-value]:items-center *:data-[slot=select-value]:gap-2 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),...n,children:[o,U(re.Icon,{asChild:!0,children:U(no,{className:"size-4 opacity-50"})})]})}function Oe({className:e,children:t,position:o="popper",...n}){return U(re.Portal,{children:It(re.Content,{"data-slot":"select-content",className:a("bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 relative z-50 max-h-(--radix-select-content-available-height) min-w-[8rem] origin-(--radix-select-content-transform-origin) overflow-x-hidden overflow-y-auto rounded-md border shadow-md",o==="popper"&&"data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",e),position:o,...n,children:[U(ia,{}),U(re.Viewport,{className:a("p-1",o==="popper"&&"h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)] scroll-my-1"),children:t}),U(sa,{})]})})}function ge({className:e,children:t,...o}){return It(re.Item,{"data-slot":"select-item",className:a("focus:bg-accent focus:text-accent-foreground [&_svg:not([class*='text-'])]:text-muted-foreground relative flex w-full cursor-default items-center gap-2 rounded-sm py-1.5 pr-8 pl-2 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 *:[span]:last:flex *:[span]:last:items-center *:[span]:last:gap-2",e),...o,children:[U("span",{className:"absolute right-2 flex size-3.5 items-center justify-center",children:U(re.ItemIndicator,{children:U(na,{className:"size-4"})})}),U(re.ItemText,{children:t})]})}function ia({className:e,...t}){return U(re.ScrollUpButton,{"data-slot":"select-scroll-up-button",className:a("flex cursor-default items-center justify-center py-1",e),...t,children:U(ra,{className:"size-4"})})}function sa({className:e,...t}){return U(re.ScrollDownButton,{"data-slot":"select-scroll-down-button",className:a("flex cursor-default items-center justify-center py-1",e),...t,children:U(no,{className:"size-4"})})}import{DropdownMenu as fe}from"radix-ui";import{CheckIcon as la,ChevronRightIcon as fr,CircleIcon as br}from"lucide-react";import{jsx as ie,jsxs as da}from"react/jsx-runtime";function be({...e}){return ie(fe.Root,{"data-slot":"dropdown-menu",...e})}function ve({...e}){return ie(fe.Trigger,{"data-slot":"dropdown-menu-trigger",...e})}function he({className:e,sideOffset:t=4,...o}){return ie(fe.Portal,{children:ie(fe.Content,{"data-slot":"dropdown-menu-content",sideOffset:t,className:a("bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 max-h-(--radix-dropdown-menu-content-available-height) min-w-[8rem] origin-(--radix-dropdown-menu-content-transform-origin) rounded-md border p-1 shadow-md",e),...o})})}function Bt({...e}){return ie(fe.Group,{"data-slot":"dropdown-menu-group",...e})}function H({className:e,inset:t,variant:o="default",...n}){return ie(fe.Item,{"data-slot":"dropdown-menu-item","data-inset":t,"data-variant":o,className:a("cursor-pointer focus:bg-accent focus:text-accent-foreground data-[variant=destructive]:text-destructive data-[variant=destructive]:focus:bg-destructive/10 dark:data-[variant=destructive]:focus:bg-destructive/20 data-[variant=destructive]:focus:text-destructive data-[variant=destructive]:*:[svg]:!text-destructive [&_svg:not([class*='text-'])]:text-muted-foreground relative flex items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[inset]:pl-8 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),...n})}function St({className:e,children:t,checked:o,...n}){return da(fe.CheckboxItem,{"data-slot":"dropdown-menu-checkbox-item",className:a("focus:bg-accent focus:text-accent-foreground relative flex cursor-default items-center gap-2 rounded-sm py-1.5 pr-2 pl-8 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),checked:o,...n,children:[ie("span",{className:"pointer-events-none absolute left-2 flex size-3.5 items-center justify-center",children:ie(fe.ItemIndicator,{children:ie(la,{className:"size-4"})})}),t]})}function oe({className:e,inset:t,...o}){return ie(fe.Label,{"data-slot":"dropdown-menu-label","data-inset":t,className:a("px-2 py-1.5 text-sm font-medium data-[inset]:pl-8",e),...o})}function ae({className:e,...t}){return ie(fe.Separator,{"data-slot":"dropdown-menu-separator",className:a("bg-border -mx-1 my-1 h-px",e),...t})}import{Fragment as va,jsx as x,jsxs as L}from"react/jsx-runtime";function Ft({table:e,filters:t=[],globalFilter:o,onGlobalFilterChange:n,enableGlobalFilter:l=!0,onExport:r,onRefresh:c,loading:h=!1,enableColumnVisibility:C=!0,data:u,onClearSorting:m,onClearFilters:N,enableColumnPinning:z=!1}){let R=()=>e.getAllLeafColumns().filter(d=>d.getCanHide?.()!==!1),k=()=>e.getAllColumns().filter(d=>!e.getAllLeafColumns().includes(d)&&d.columns?.length&&d.columns.some(g=>g.getCanHide?.()!==!1)),T=()=>{let d=new Set(k().flatMap(g=>g.columns?.filter(B=>B.getCanHide?.()!==!1).map(B=>B.id)||[]));return R().filter(g=>!d.has(g.id))},M=(d,g)=>g&&d.startsWith(`${g}.`)?d.replace(`${g}.`,"").split("_").map(b=>b.slice(1)).join(" "):d.split("_").map(B=>B.charAt(0).toUpperCase()+B.slice(1)).join(" ");return x("div",{className:"rounded-xl",children:x("div",{className:"px-2",children:x("div",{className:"flex flex-col gap-6",children:L("div",{className:"flex items-center justify-between",children:[x("div",{className:"flex items-center gap-3",children:t.length>0&&L("div",{className:"flex items-center gap-3 flex-wrap",children:[x("div",{className:"flex items-center gap-2 text-sm font-medium text-muted-foreground",children:x(ro,{className:"h-4 w-4"})}),t.map(d=>x("div",{className:a("relative min-w-[150px]",d.width),children:d.type==="select"?L(Be,{value:e.getColumn(d.key)?.getFilterValue()??"",onValueChange:g=>e.getColumn(d.key)?.setFilterValue(g==="all"?"":g),children:[d.icon&&x("span",{children:x(d.icon,{className:"size-4 absolute left-3 top-1/2 -translate-y-1/2 text-muted-foreground"})}),x(Le,{className:a("h-9 rounded-lg w-full",d.icon&&"pl-9"),children:x(Fe,{placeholder:d.placeholder})}),L(Oe,{className:"rounded-lg",children:[x(ge,{value:"all",children:"All"}),d.options?.map(g=>x(ge,{value:g.value,children:g.label},g.label))]})]}):L("div",{className:"relative",children:[d.icon&&x("span",{children:x(d.icon,{className:"size-4 absolute left-3 top-1/2 -translate-y-1/2 text-muted-foreground"})}),x(et,{placeholder:d.placeholder,value:e.getColumn(d.key)?.getFilterValue()??"",onChange:g=>e.getColumn(d.key)?.setFilterValue(g.target.value),className:a("h-9 rounded-lg",d.icon&&"pl-9"),type:d.type==="number"?"number":d.type==="date"?"date":"text"})]})},d.key))]})}),L("div",{className:"flex items-center gap-2",children:[l&&L("div",{className:"relative",children:[x(ca,{className:"absolute left-3 top-1/2 h-4 w-4 -translate-y-1/2 text-muted-foreground"}),x(et,{placeholder:"Global search...",value:o??"",onChange:d=>n(d.target.value),className:"pl-9 max-w-max"})]}),r&&L(f,{variant:"outline",size:"sm",onClick:()=>r(u),className:"rounded-lg",children:[x(pa,{className:"mr-2 h-4 w-4"}),"Export"]}),C&&L(be,{children:[x(ve,{asChild:!0,children:L(f,{variant:"outline",size:"sm",className:"rounded-lg gap-1",children:[x("span",{children:"Columns"}),x(ba,{className:"h-4 w-4 opacity-50"})]})}),L(he,{align:"end",className:"w-[220px] rounded-lg max-h-[400px] overflow-y-auto",children:[x(oe,{className:"px-4 py-2 text-sm font-medium",children:"Toggle Columns"}),x(ae,{}),T().length>0&&L(Bt,{children:[x(oe,{className:"px-4 py-1.5 text-sm font-medium text-muted-foreground",children:"General"}),T().map(d=>x(St,{className:"text-sm",checked:d.getIsVisible(),onCheckedChange:g=>d.toggleVisibility(!!g),children:M(d.id)},d.id))]}),k().map(d=>L(Bt,{children:[x(ae,{}),x(oe,{className:"px-4 py-1.5 text-sm font-medium text-muted-foreground",children:d.id}),d.columns?.filter(g=>g.getCanHide?.()!==!1).map(g=>x(St,{className:"text-sm",checked:g.getIsVisible(),onCheckedChange:B=>g.toggleVisibility(!!B),children:M(g.id,d.id)},g.id))]},d.id))]})]}),L(be,{children:[x(ve,{asChild:!0,children:x(f,{variant:"outline",size:"sm",className:"rounded-lg",children:x(ua,{className:"h-4 w-4"})})}),L(he,{align:"end",className:"w-[200px] rounded-lg",children:[x(oe,{children:"Table Settings"}),x(ae,{}),L(H,{onClick:m,children:[x(ga,{className:"mr-2 h-4 w-4"}),"Clear All Sorting"]}),L(H,{onClick:N,children:[x(ro,{className:"mr-2 h-4 w-4"}),"Clear All Filters"]}),z&&L(va,{children:[x(ae,{}),x(oe,{children:"Column Pinning"}),L(H,{onClick:()=>e.setColumnPinning({left:[],right:[]}),children:[x(fa,{className:"mr-2 h-4 w-4"}),"Reset All Pinning"]}),L(H,{onClick:()=>{let d=R().filter(g=>g.getCanPin?.()!==!1).map(g=>g.id);e.setColumnPinning({left:d,right:[]})},children:[x(io,{className:"mr-2 h-4 w-4 rotate-90"}),"Pin All Left"]}),L(H,{onClick:()=>{let d=R().filter(g=>g.getCanPin?.()!==!1).map(g=>g.id);e.setColumnPinning({left:[],right:d})},children:[x(io,{className:"mr-2 h-4 w-4 -rotate-90"}),"Pin All Right"]})]})]})]}),c&&x(f,{variant:"outline",size:"sm",onClick:c,disabled:h,className:"rounded-lg",children:x(ma,{className:a("h-4 w-4",h&&"animate-spin")})})]})]})})})})}import{jsx as Y,jsxs as tt}from"react/jsx-runtime";function Lt({table:e,config:t}){return t.enabled?Y("div",{className:"rounded-xl",children:Y("div",{children:tt("div",{className:"flex items-center justify-between",children:[Y("div",{className:"flex items-center gap-6 text-sm text-muted-foreground",children:t.showInfo!==!1&&tt("span",{children:["Showing ",e.getState().pagination.pageIndex*e.getState().pagination.pageSize+1," to"," ",Math.min((e.getState().pagination.pageIndex+1)*e.getState().pagination.pageSize,e.getFilteredRowModel().rows.length)," ","of ",e.getFilteredRowModel().rows.length," entries"]})}),tt("div",{className:"flex items-center gap-4",children:[t.pageSizeOptions&&tt("div",{className:"flex items-center gap-2",children:[Y("span",{className:"text-sm font-medium",children:"Rows per page:"}),tt(Be,{value:`${e.getState().pagination.pageSize}`,onValueChange:o=>e.setPageSize(Number(o)),children:[Y(Le,{className:"h-9 w-[70px] rounded-lg",children:Y(Fe,{})}),Y(Oe,{side:"top",className:"rounded-lg",children:t.pageSizeOptions.map(o=>Y(ge,{value:`${o}`,children:o},o))})]})]}),tt("div",{className:"flex items-center gap-2",children:[Y(f,{variant:"outline",size:"sm",onClick:()=>e.setPageIndex(0),disabled:!e.getCanPreviousPage(),className:"rounded-lg",children:"First"}),Y(f,{variant:"outline",size:"sm",onClick:()=>e.previousPage(),disabled:!e.getCanPreviousPage(),className:"rounded-lg",children:"Previous"}),t.showPageNumbers&&Y("div",{className:"flex items-center gap-1",children:Array.from({length:Math.min(5,e.getPageCount())},(o,n)=>{let l=e.getState().pagination.pageIndex,r=l-2+n+1;return r<1||r>e.getPageCount()?null:Y(f,{variant:r===l+1?"default":"outline",size:"sm",className:"size-8 p-0 rounded-lg",onClick:()=>e.setPageIndex(r-1),children:r},r)})}),Y(f,{variant:"outline",size:"sm",onClick:()=>e.nextPage(),disabled:!e.getCanNextPage(),className:"rounded-lg",children:"Next"}),Y(f,{variant:"outline",size:"sm",onClick:()=>e.setPageIndex(e.getPageCount()-1),disabled:!e.getCanNextPage(),className:"rounded-lg",children:"Last"})]})]})]})})}):null}import{Toggle as ha}from"radix-ui";import{cva as xa}from"class-variance-authority";import{jsx as ya}from"react/jsx-runtime";var Ca=xa("inline-flex cursor-pointer items-center justify-center gap-2 rounded-md text-sm font-medium hover:bg-muted hover:text-muted-foreground disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 [&_svg]:shrink-0 focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] outline-none transition-[color,box-shadow] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive whitespace-nowrap",{variants:{variant:{default:"bg-transparent",outline:"border border-input bg-transparent shadow-xs hover:bg-accent hover:text-accent-foreground"},size:{sm:"h-7 px-0 min-w-7",default:"h-8 px-1 min-w-8",lg:"h-9 px-2 min-w-10"},bg:{enabled:"data-[state=on]:bg-accent data-[state=on]:text-accent-foreground",disabled:""}},defaultVariants:{variant:"default",size:"default",bg:"enabled"}});function so({className:e,variant:t,size:o,noBg:n,...l}){return ya(ha.Root,{"data-slot":"toggle",className:a(Ca({className:e,variant:t,size:o,bg:n?"disabled":"enabled"})),...l})}import{Checkbox as lo}from"radix-ui";import{CheckIcon as wa}from"lucide-react";import{jsx as Ot}from"react/jsx-runtime";function ut({className:e,...t}){return Ot(lo.Root,{"data-slot":"checkbox",className:a("peer border-input dark:bg-input/30 data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground dark:data-[state=checked]:bg-primary data-[state=checked]:border-primary focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive size-4 shrink-0 rounded-[4px] border shadow-xs transition-shadow outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50",e),...t,children:Ot(lo.Indicator,{"data-slot":"checkbox-indicator",className:"flex items-center justify-center text-current transition-none",children:Ot(wa,{className:"size-3.5"})})})}import{useCallback as mo,useEffect as po,useMemo as za,useState as $e}from"react";import{Fragment as uo,jsx as p,jsxs as E}from"react/jsx-runtime";function go({data:e,columns:t,filters:o=[],pagination:n={enabled:!1},settings:l={},header:r,footer:c,className:h="",maxHeight:C="600px",loading:u=!1,error:m,emptyMessage:N="No data available",onRowSelectionChange:z,onExport:R,onRefresh:k,onTableReady:T,children:M}){let[d,g]=$e([]),[B,b]=$e([]),[A,Se]=$e({}),[De,de]=$e({}),[ce,xe]=$e(""),[K,ke]=$e([]),[ee,He]=$e(l.enableColumnPinning?{left:[],right:[]}:{}),{enableSorting:qe=!0,enableFiltering:Ce=!0,enableGlobalFilter:dt=!0,enableColumnVisibility:me=!0,enableRowSelection:W=!0,stickyHeader:Ee=!0,toolbar:vt=!1,showSerialNumbers:$=!0,fixedCheckboxColumn:ye=!0,striped:Xe=!0,hoverable:Ke=!0,compact:we=!0,bordered:ht=!0,fullHeight:xt=!1,enableColumnResizing:Mt=!1,enableColumnPinning:S=!0,hideHeader:Ct=!1}=l,ct=za(()=>{let P=[...t],O=D=>D.map(s=>{if(s.id==="select"||s.id==="serialNumber")return s;let v={...s,enablePinning:!0};return s.columns&&(v.columns=O(s.columns)),v}),i=O(P);if(W){let D={id:"select",header:({table:s})=>p(ut,{checked:s.getIsAllPageRowsSelected()||s.getIsSomePageRowsSelected()&&"indeterminate",onCheckedChange:v=>s.toggleAllPageRowsSelected(!!v),"aria-label":"Select all"}),cell:({row:s})=>p("div",{className:a("flex items-center justify-center"),children:p(ut,{checked:s.getIsSelected(),onCheckedChange:v=>s.toggleSelected(!!v),"aria-label":"Select row"})}),enableSorting:!1,enableHiding:!1,enablePinning:!0,headerAlign:"center",size:10};i.unshift(D)}if($){let D={id:"serialNumber",header:"No.",cell:({row:s})=>p("div",{className:"text-center font-medium text-muted-foreground",children:s.index+1}),enableSorting:!0,enableHiding:!1,enablePinning:!0,size:60,headerAlign:"center"};i.unshift(D)}return i},[t,$,W,ye]),F=Da({data:e,columns:ct,onSortingChange:qe?g:void 0,onColumnFiltersChange:Ce?b:void 0,onGlobalFilterChange:dt?xe:void 0,getCoreRowModel:Na(),getPaginationRowModel:n.enabled?Ta():void 0,getSortedRowModel:qe?Sa():void 0,getFilteredRowModel:Ce?Pa():void 0,onColumnVisibilityChange:me?Se:void 0,onRowSelectionChange:W?de:void 0,onColumnOrderChange:ke,onColumnPinningChange:S?He:void 0,state:{sorting:qe?d:void 0,columnFilters:Ce?B:void 0,columnVisibility:me?A:void 0,rowSelection:W?De:{},globalFilter:ce,columnOrder:K,columnPinning:S?ee:{}},initialState:{pagination:n.enabled?{pageSize:n.pageSize||10}:void 0,columnPinning:S?{left:[...$?["serialNumber"]:[],...W?["select"]:[]],right:[]}:void 0},enableRowSelection:W,enableColumnResizing:Mt,enableColumnPinning:S,columnResizeMode:"onChange"});po(()=>{T&&T(F)},[F,T]),po(()=>{if(W&&z){let P=F.getFilteredSelectedRowModel().rows.map(O=>O.original);z(P)}},[De,W,z,F]);let yt=mo(()=>{g([])},[]),At=mo(()=>{b([]),xe("")},[]),wt=(P,O)=>{if(!S)return;let i=[...$?["serialNumber"]:[],...W&&ye?["select"]:[]],D={left:[...(ee.left??[]).filter(s=>i.includes(s))],right:[...ee.right??[]]};O===!1?(D.left=D.left.filter(s=>s!==P),D.right=D.right.filter(s=>s!==P)):O==="right"?(D.left=D.left.filter(s=>s!==P),D.right.includes(P)||D.right.push(P)):O==="left"&&(D.right=D.right.filter(s=>s!==P),!D.left.includes(P)&&!i.includes(P)&&D.left.push(P)),F.setColumnPinning(D)},Nt=()=>p(Qt,{className:a(Ee&&"sticky top-0 bg-sidebar z-20"),children:F.getHeaderGroups().map((P,O)=>p(pt,{className:"hover:bg-transparent",children:P.headers.map((i,D)=>{let s=i.depth===0&&i.colSpan>1,v=S&&(i.column.getIsPinned()==="left"||i.column.id==="serialNumber"||i.column.id==="select"&&W),y=S&&i.column.getIsPinned()==="right",G=i.column.getCanSort(),J=S&&i.column.columnDef.enablePinning!==!1,te=i.column.id==="serialNumber",Ne=i.column.id==="select",Re=te||Ne&&ye,Ye=i.column.columnDef.headerAlign||"left",Xo={left:"justify-start",center:"justify-center",right:"justify-end"}[Ye];return E(oo,{colSpan:i.colSpan,className:a("font-semibold text-foreground bg-sidebar group px-0",!we&&"py-2",ht&&D<P.headers.length-1&&"border-r","relative",v&&"sticky left-0 z-15 bg-sidebar",y&&"sticky right-0 z-15 bg-sidebar",(te||Ne)&&"sticky left-0 z-15 bg-sidebar",s?"text-center":"text-left"),style:{width:i.getSize()!==150?i.getSize():"auto",minWidth:i.getSize()!==150?i.getSize():"auto",...v&&{left:te?0:Ne?$&&F.getColumn("serialNumber")?.getSize()||0:Pt(i.column)},...y&&{right:mt(i.column)},...te&&{left:0}},children:[s?p("div",{className:"flex items-center justify-center",children:Vt(i.column.columnDef.header,i.getContext())}):E("div",{className:a("relative flex items-center w-full px-2",Xo),children:[E("div",{className:"flex items-center gap-1",children:[G&&Ye==="right"&&p("span",{className:"ml-1 order-2",children:i.column.getIsSorted()&&{asc:p(_t,{className:"h-4 w-4"}),desc:p(Gt,{className:"h-4 w-4"})}[i.column.getIsSorted()]}),i.isPlaceholder?null:Vt(i.column.columnDef.header,i.getContext()),G&&Ye!=="right"&&i.column.getIsSorted()&&p("span",{className:"ml-1 order-2",children:i.column.getIsSorted()&&{asc:p(_t,{className:"h-4 w-4"}),desc:p(Gt,{className:"h-4 w-4"})}[i.column.getIsSorted()]})]}),(G||J&&!Re)&&E(be,{children:[p(ve,{asChild:!0,className:a("absolute",Ye==="left"&&"right-1",Ye==="center"&&"right-1",Ye==="right"&&"left-1"),children:p(so,{variant:"default",size:"sm",noBg:!0,tabIndex:-1,className:"opacity-0 group-hover:opacity-70 hover:opacity-100 data-[state=open]:opacity-100",children:p(Ra,{className:"h-4 w-4"})})}),E(he,{align:"end",className:"w-48",children:[G&&E(uo,{children:[p(oe,{children:"Sorting"}),E(H,{onClick:()=>i.column.toggleSorting(!1),children:[p(_t,{className:"mr-2 h-4 w-4"}),"Sort Ascending"]}),E(H,{onClick:()=>i.column.toggleSorting(!0),children:[p(Gt,{className:"mr-2 h-4 w-4"}),"Sort Descending"]}),E(H,{onClick:()=>i.column.clearSorting(),disabled:!i.column.getIsSorted(),children:[p(ka,{className:"mr-2 h-4 w-4"}),"Clear Sort"]}),p(ae,{})]}),J&&!Re&&E(uo,{children:[p(oe,{children:"Pin Column"}),E(H,{onClick:()=>wt(i.column.id,"right"),disabled:i.column.getIsPinned()==="right",children:[p(Ma,{}),"Pin Right"]}),E(H,{onClick:()=>wt(i.column.id,!1),disabled:!i.column.getIsPinned(),children:[p(Aa,{}),"Unpin"]})]})]})]})]}),Mt&&i.column.getCanResize()&&!s&&i.colSpan===1&&p("div",{className:"absolute right-0 top-0 h-full w-1 bg-border hover:bg-primary cursor-col-resize opacity-0 hover:opacity-100 transition-opacity",onMouseDown:i.getResizeHandler()})]},i.id)})},P.id))}),Pt=P=>{if(!S)return;let O=0,i=F.getLeftHeaderGroups()[0]?.headers||[],D=[...$?["serialNumber"]:[],...W?["select"]:[]];for(let s of i){if(s.id===P.id)break;if(D.includes(s.id)){let v=F.getColumn(s.id);v&&(O+=v.getSize())}}return O},mt=P=>{if(!S)return;let O=F.getState().columnPinning.right||[],i=O.indexOf(P.id);if(i===-1)return;let D=0;for(let s=i+1;s<O.length;s++){let v=F.getColumn(O[s]);v&&(D+=v.getSize())}return D};return m?p(pe,{className:"w-full rounded-xl shadow-sm",children:p(ue,{className:"flex items-center justify-center",children:E("div",{className:"text-center",children:[p("div",{className:"text-red-500 mb-3 text-2xl",children:"\u26A0\uFE0F"}),p("p",{className:"text-sm text-muted-foreground mb-4",children:m}),k&&E(f,{variant:"outline",size:"sm",onClick:k,className:"rounded-lg",children:[p(co,{className:"mr-2 h-4 w-4"}),"Try Again"]})]})})}):p(je,{children:E("div",{className:a("w-full space-y-2 flex flex-col h-full",h),children:[r&&p(pe,{className:"rounded-2xl py-2 sticky top-0 z-20",children:p(ue,{className:"px-2",children:r})}),vt&&p(Ft,{table:F,filters:o,globalFilter:ce,onGlobalFilterChange:xe,enableGlobalFilter:dt,onExport:R,onRefresh:k,loading:u,enableColumnVisibility:me,enableColumnPinning:S,data:e,onClearSorting:yt,onClearFilters:At}),p(pe,{className:a("shadow-sm overflow-auto py-0",xt&&"flex-1"),children:p(ue,{className:"p-0 h-full",children:E("div",{className:"relative flex flex-col h-full justify-between",children:[u&&p("div",{className:"absolute inset-0 bg-background/80 backdrop-blur-sm z-50 flex items-center justify-center rounded-xl",children:E("div",{className:"flex items-center gap-3 bg-background/90 px-4 py-3 rounded-lg shadow-sm",children:[p(co,{className:"size-5 animate-spin text-primary"}),p("span",{className:"text-sm font-medium text-muted-foreground",children:"Loading..."})]})}),p("div",{className:"relative rounded-t-xl overflow-auto border-b",children:E(zt,{className:"border-collapse w-full",children:[!Ct&&Nt(),p(eo,{children:F.getRowModel().rows?.length?F.getRowModel().rows.map((P,O)=>p(pt,{"data-state":P.getIsSelected()&&"selected",className:a(Ke&&"hover:bg-muted/50",Xe&&O%2===0&&"bg-muted/20",P.getIsSelected()&&"bg-muted","border-b last:border-b-0"),children:P.getVisibleCells().map((i,D)=>{let s=S&&(i.column.getIsPinned()==="left"||i.column.id==="serialNumber"||i.column.id==="select"&&W),v=S&&i.column.getIsPinned()==="right",y=i.column.id==="serialNumber",G=i.column.id==="select",J=y||G&&ye;return p(Tt,{className:a(we?"py-2":"py-4",ht&&D<P.getVisibleCells().length&&"border-r",s&&"sticky left-0 z-10 bg-sidebar/97",v&&"sticky right-0 z-10 bg-sidebar/97",y&&"sticky left-0 z-10 bg-sidebar/97","p-1"),style:{width:i.column.getSize()!==150?i.column.getSize():"auto",minWidth:i.column.getSize()!==150?i.column.getSize():"auto",...s&&{left:y?0:G?$&&F.getColumn("serialNumber")?.getSize()||0:Pt(i.column)},...v&&{right:mt(i.column)},...y&&{left:0}},children:Vt(i.column.columnDef.cell,i.getContext())},i.id)})},P.id)):p(pt,{children:p(Tt,{colSpan:ct.length,className:"h-32 text-center border-0",children:E("div",{className:"flex flex-col items-center gap-3",children:[p("div",{className:"text-muted-foreground text-5xl",children:"\u{1F4CB}"}),p("p",{className:"text-muted-foreground font-medium",children:N})]})})})})]})}),c&&p("div",{className:"sticky bottom-0 bg-sidebar w-full z-20",style:{width:"100%",minWidth:"fit-content"},children:p(zt,{children:p(to,{children:p(pt,{className:"bg-sidebar",children:p(Tt,{colSpan:ct.length,className:"p-2",children:c})})})})})]})})}),p(Lt,{table:F,config:n}),M&&M(F)]})})}import{Separator as Ia}from"radix-ui";import{jsx as Ba}from"react/jsx-runtime";function gt({className:e,orientation:t="horizontal",decorative:o=!0,...n}){return Ba(Ia.Root,{"data-slot":"separator-root",decorative:o,orientation:t,className:a("bg-border shrink-0 data-[orientation=horizontal]:h-px data-[orientation=horizontal]:w-full data-[orientation=vertical]:h-full data-[orientation=vertical]:w-px",e),...n})}import{Loader as Fa,X as La}from"lucide-react";import{AnimatePresence as Oa,motion as Va}from"framer-motion";import*as Ve from"react";import*as fo from"react-dom";import{jsx as Z,jsxs as ot}from"react/jsx-runtime";function bo({table:e,visible:t,container:o,children:n,className:l,...r}){let[c,h]=Ve.useState(!1);Ve.useLayoutEffect(()=>{h(!0)},[]),Ve.useEffect(()=>{function m(N){N.key==="Escape"&&e&&e.toggleAllRowsSelected(!1)}return window.addEventListener("keydown",m),()=>window.removeEventListener("keydown",m)},[e]);let C=o??(c?globalThis.document?.body:null);if(!C||!e)return null;let u=t??e.getFilteredSelectedRowModel().rows.length>0;return fo.createPortal(Z(Oa,{children:u&&Z(Va.div,{role:"toolbar","aria-orientation":"horizontal",initial:{opacity:0,y:20},animate:{opacity:1,y:0},exit:{opacity:0,y:20},transition:{duration:.3,ease:"easeInOut"},className:a("fixed inset-x-0 bottom-6 z-50 mx-auto flex w-fit flex-wrap items-center justify-center gap-2 rounded-xl border bg-primary/10 backdrop-blur-sm p-3 text-foreground ring-5 ring-primary/5",l),...r,children:ot(je,{children:["1",n]})})}),C)}function vo({size:e="sm",tooltip:t,isPending:o,disabled:n,className:l,children:r,...c}){let h=Z(f,{variant:"secondary",size:e,className:a("gap-1.5 rounded-lg border border-secondary bg-secondary/50 hover:bg-secondary/70 transition-all duration-200",e==="icon"?"size-8":"h-8 px-3",l),disabled:n||o,...c,children:o?Z(Fa,{className:"animate-spin"}):r});return t?ot(Ae,{children:[Z(ze,{asChild:!0,children:h}),Z(Ie,{sideOffset:8,className:"rounded-lg border font-semibold text-foreground bg-secondary [&>span]:hidden",children:Z("p",{children:t})})]}):h}function ho({table:e}){let t=Ve.useCallback(()=>{e&&e.toggleAllRowsSelected(!1)},[e]);return e?ot("div",{className:"flex h-8 items-center rounded-lg border bg-muted/50 pr-1 pl-3",children:[ot("span",{className:"whitespace-nowrap text-sm font-medium",children:[e.getFilteredSelectedRowModel().rows.length," selected"]}),Z(gt,{orientation:"vertical",className:"mr-2 ml-3 data-[orientation=vertical]:h-4"}),ot(Ae,{children:[Z(ze,{asChild:!0,children:Z(f,{variant:"ghost",size:"icon",className:"size-6 rounded-md",onClick:t,children:Z(La,{className:"size-3.5"})})}),ot(Ie,{sideOffset:10,className:"flex items-center gap-2 rounded-lg border px-3 py-2 font-semibold text-foregroun bg-secondary [&>span]:hidden",children:[Z("p",{children:"Clear selection"}),Z("kbd",{className:"select-none rounded border bg-primary/50 px-2 py-1 font-mono font-normal text-[0.7rem] text-foreground shadow-sm",children:Z("abbr",{title:"Escape",className:"no-underline",children:"Esc"})})]})]})]}):null}import{ArrowUpDown as bi,EyeOff as vi}from"lucide-react";import{jsx as wi,jsxs as Ni}from"react/jsx-runtime";import{ChevronDown as Si,Eye as Di}from"lucide-react";import{jsx as Ai,jsxs as zi}from"react/jsx-runtime";import{Slot as Fi}from"radix-ui";import{cva as _a}from"class-variance-authority";import{jsx as Gi}from"react/jsx-runtime";var Vi=_a("inline-flex items-center justify-center rounded-md border px-2 py-0.5 text-xs font-medium w-fit whitespace-nowrap shrink-0 [&>svg]:size-3 gap-1 [&>svg]:pointer-events-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive transition-[color,box-shadow] overflow-hidden",{variants:{variant:{default:"border-transparent bg-primary text-primary-foreground [a&]:hover:bg-primary/90",secondary:"border-transparent bg-secondary text-secondary-foreground [a&]:hover:bg-secondary/90",destructive:"border-transparent bg-destructive text-white [a&]:hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"text-foreground [a&]:hover:bg-accent [a&]:hover:text-accent-foreground"}},defaultVariants:{variant:"default"}});import{Command as as}from"cmdk";import{SearchIcon as rs}from"lucide-react";import{Dialog as ji}from"radix-ui";import{XIcon as Ui}from"lucide-react";import{jsx as qi,jsxs as Xi}from"react/jsx-runtime";import{jsx as ds,jsxs as cs}from"react/jsx-runtime";import{Popover as us}from"radix-ui";import{jsx as bs}from"react/jsx-runtime";import{CheckIcon as Ls,PlusCircleIcon as Os}from"lucide-react";import{Fragment as Hs,jsx as _s,jsxs as Gs}from"react/jsx-runtime";import{useState as _e,useEffect as Co,useMemo as Et,useCallback as at,useRef as Ya}from"react";import{Loader2 as yo}from"lucide-react";import{Search as Ga,Download as Ha,RefreshCw as Ea,Filter as ja,ChevronDown as $a,Settings2 as Ua}from"lucide-react";import{Fragment as Wa,jsx as w,jsxs as j}from"react/jsx-runtime";function Ht({fields:e,filters:t,globalFilter:o,onGlobalFilterChange:n,fieldFilters:l,onFieldFilterChange:r,sortField:c,sortDirection:h,onSortChange:C,selectedCount:u,totalCount:m,visibleCount:N,onExport:z,onRefresh:R,loading:k,onClearFilters:T,onClearSorting:M}){let d=e.filter(b=>b.sortable),g=Object.values(l).some(b=>b!=null&&b!=="")||o!=="",B=c!=="";return w("div",{className:"rounded-xl p-0.5",children:w("div",{className:"px-2",children:w("div",{className:"flex flex-col gap-6",children:j("div",{className:"flex items-center justify-between",children:[w("div",{className:"flex items-center gap-3",children:t.length>0&&j("div",{className:"flex items-center gap-3 flex-wrap",children:[w("div",{className:"flex items-center gap-2 text-sm font-medium text-muted-foreground",children:w(ja,{className:"h-4 w-4"})}),t.map(b=>w("div",{className:"relative min-w-[150px]",children:b.type==="select"?j(Be,{value:l[b.key]||"all",onValueChange:A=>r(b.key,A),children:[b.icon&&w(b.icon,{className:"size-4 absolute left-3 top-1/2 -translate-y-1/2 text-muted-foreground"}),w(Le,{className:a("h-9 rounded-lg w-full",b.icon&&"pl-9"),children:w(Fe,{placeholder:b.placeholder||"Select..."})}),j(Oe,{className:"rounded-lg",children:[w(ge,{value:"all",children:"All"}),b.options?.map(A=>w(ge,{value:A.value,children:A.label},A.value))]})]}):j("div",{className:"relative",children:[b.icon&&w(b.icon,{className:"size-4 absolute left-3 top-1/2 -translate-y-1/2 text-muted-foreground"}),w(et,{type:b.type,placeholder:b.placeholder,value:l[b.key]||"",onChange:A=>r(b.key,A.target.value),className:a("h-9 rounded-lg",b.icon&&"pl-9")})]})},String(b.key)))]})}),j("div",{className:"flex items-center gap-2",children:[j("div",{className:"relative",children:[w(Ga,{className:"absolute left-3 top-1/2 h-4 w-4 -translate-y-1/2 text-muted-foreground"}),w(et,{placeholder:"Global search...",value:o,onChange:b=>n(b.target.value),className:"pl-9 h-9 rounded-lg max-w-max"})]}),d.length>0&&j(be,{children:[w(ve,{asChild:!0,children:j(f,{variant:"outline",size:"sm",className:"rounded-lg gap-1",children:[w("span",{children:"Sort"}),w($a,{className:"h-4 w-4 opacity-50"})]})}),j(he,{align:"end",className:"w-[200px] rounded-lg",children:[w(oe,{children:"Sort By"}),w(ae,{}),d.map(b=>j("div",{children:[j(H,{onClick:()=>C(b.key,"asc"),children:[b.label," (A-Z)"]}),j(H,{onClick:()=>C(b.key,"desc"),children:[b.label," (Z-A)"]})]},String(b.key))),B&&j(Wa,{children:[w(ae,{}),w(H,{onClick:M,children:"Clear All Sorting"})]})]})]}),j(be,{children:[w(ve,{asChild:!0,children:w(f,{variant:"outline",size:"sm",className:"rounded-lg",children:w(Ua,{className:"h-4 w-4"})})}),j(he,{align:"end",className:"w-[200px] rounded-lg",children:[w(oe,{children:"Table Settings"}),w(ae,{}),w(H,{onClick:M,children:"Clear All Sorting"}),w(H,{onClick:T,children:"Clear All Filters"})]})]}),z&&j(f,{variant:"outline",size:"sm",onClick:z,className:"rounded-lg",children:[w(Ha,{className:"mr-2 h-4 w-4"}),"Export"]}),R&&w(f,{variant:"outline",size:"sm",onClick:R,disabled:k,className:"rounded-lg",children:w(Ea,{className:a("h-4 w-4",k&&"animate-spin")})})]})]})})})})}import{ChevronLeft as Ja,ChevronRight as qa,ChevronsLeft as Xa,ChevronsRight as Ka}from"lucide-react";import{jsx as V,jsxs as se}from"react/jsx-runtime";function xo({currentPage:e,totalPages:t,pageSize:o,totalItems:n,onPageChange:l,onPageSizeChange:r,config:c}){if(!c.enabled)return null;let h=c.pageSizeOptions||[10,20,50,100],C=(e-1)*o+1,u=Math.min(e*o,n),m=e>1,N=e<t,z=()=>{let k=[],T=[];for(let M=Math.max(2,e-2);M<=Math.min(t-1,e+2);M++)k.push(M);return e-2>2?T.push(1,"..."):T.push(1),T.push(...k),e+2<t-1?T.push("...",t):t>1&&T.push(t),T};return V("div",{className:"rounded-xl",children:se("div",{className:"flex flex-col sm:flex-row items-center justify-between gap-4",children:[V("div",{className:"flex items-center gap-6 text-sm text-muted-foreground",children:c.showInfo!==!1&&se("span",{children:["Showing ",C," to ",u," of ",n," entries"]})}),se("div",{className:"flex flex-col sm:flex-row items-center gap-4",children:[h&&se("div",{className:"flex items-center gap-2",children:[V("span",{className:"text-sm font-medium whitespace-nowrap",children:"Page size:"}),se(Be,{value:`${o}`,onValueChange:R=>r(Number(R)),children:[V(Le,{className:"h-9 w-[70px] rounded-lg",children:V(Fe,{})}),V(Oe,{side:"top",className:"rounded-lg",children:h.map(R=>V(ge,{value:`${R}`,children:R},R))})]})]}),se("div",{className:"flex items-center gap-2",children:[se(f,{variant:"outline",size:"sm",onClick:()=>l(1),disabled:!m,className:"hidden sm:flex rounded-lg",children:[V(Xa,{className:"h-4 w-4"}),V("span",{className:"sr-only",children:"Go to first page"})]}),se(f,{variant:"outline",size:"sm",onClick:()=>l(e-1),disabled:!m,className:"rounded-lg",children:[V(Ja,{className:"h-4 w-4 sm:mr-2"}),V("span",{className:"hidden sm:inline",children:"Previous"}),V("span",{className:"sr-only sm:hidden",children:"Go to previous page"})]}),c.showPageNumbers&&t>1&&V("div",{className:"hidden sm:flex items-center gap-1",children:z().map((R,k)=>{if(R==="...")return V("span",{className:"px-2 py-1 text-sm text-muted-foreground",children:"..."},`dots-${k}`);let T=R;return V(f,{variant:T===e?"default":"outline",size:"sm",className:"w-9 h-9 p-0 rounded-lg",onClick:()=>l(T),children:T},T)})}),se("div",{className:"sm:hidden flex items-center gap-2 px-3 py-1 text-sm font-medium bg-muted rounded-lg",children:[e," of ",t]}),se(f,{variant:"outline",size:"sm",onClick:()=>l(e+1),disabled:!N,className:"rounded-lg",children:[V("span",{className:"hidden sm:inline",children:"Next"}),V(qa,{className:"h-4 w-4 sm:ml-2"}),V("span",{className:"sr-only sm:hidden",children:"Go to next page"})]}),se(f,{variant:"outline",size:"sm",onClick:()=>l(t),disabled:!N,className:"hidden sm:flex rounded-lg",children:[V(Ka,{className:"h-4 w-4"}),V("span",{className:"sr-only",children:"Go to last page"})]})]})]})]})})}import{jsx as I,jsxs as Ue}from"react/jsx-runtime";function wo({data:e,template:t,fields:o=[],filters:n=[],pagination:l={enabled:!1},settings:r={},header:c,footer:h,className:C="",loading:u=!1,error:m,emptyMessage:N="No items found",emptyIcon:z,onSelectionChange:R,onExport:k,onRefresh:T,onTemplateReady:M,children:d}){let{enableSorting:g=!0,enableFiltering:B=!0,enableGlobalSearch:b=!0,enableSelection:A=!1,enableExport:Se=!1,toolbar:De=!0,selectionMode:de="multiple",gridCols:ce={default:3,sm:1,md:2,lg:3,xl:4,"2xl":6},gap:xe=4,aspectRatio:K="auto",minCardWidth:ke=350,maxCardWidth:ee=350}=r,[He,qe]=_e(""),[Ce,dt]=_e({}),[me,W]=_e(""),[Ee,vt]=_e("asc"),[$,ye]=_e(new Set),[Xe,Ke]=_e(1),[we,ht]=_e(l.pageSize||12),[xt,Mt]=_e(ce.default),S=Et(()=>{let s=[...e];if(b&&He){let v=o.filter(y=>y.searchable!==!1);s=s.filter(y=>v.some(G=>y[G.key]?.toString().toLowerCase().includes(He.toLowerCase())))}if(B&&Object.keys(Ce).forEach(v=>{let y=Ce[v];if(y!=null&&y!==""){let G=o.find(J=>J.key===v);G&&(s=s.filter(J=>{let te=J[v];return G.type==="boolean"?te===(y==="true"):G.type==="number"?te===Number(y):te?.toString().toLowerCase().includes(String(y).toLowerCase())}))}}),g&&me){let v=o.find(y=>y.key===me);v&&s.sort((y,G)=>{let J=y[me],te=G[me];if(v.type==="number")return Ee==="asc"?Number(J)-Number(te):Number(te)-Number(J);if(v.type==="date"){let Ne=new Date(J),Re=new Date(te);return Ee==="asc"?Ne.getTime()-Re.getTime():Re.getTime()-Ne.getTime()}else{let Ne=String(J).toLowerCase(),Re=String(te).toLowerCase();return Ee==="asc"?Ne.localeCompare(Re):Re.localeCompare(Ne)}})}return s},[e,He,Ce,me,Ee,o,b,B,g]),Ct=Et(()=>{if(!l.enabled)return S;let s=(Xe-1)*we,v=s+we;return S.slice(s,v)},[S,Xe,we,l.enabled]),ct=Math.ceil(S.length/we),F=at(s=>{A&&ye(v=>{let y=new Set(v);return de==="single"?(y.clear(),y.add(s)):y.has(s)?y.delete(s):y.add(s),y})},[A,de]),yt=at(()=>{!A||de==="single"||($.size===S.length?ye(new Set):ye(new Set(S.map((s,v)=>v))))},[A,de,$.size,S.length]),At=at((s,v)=>{dt(y=>({...y,[s]:v})),Ke(1)},[]),wt=at((s,v)=>{W(s),vt(v)},[]),Nt=at(()=>{qe(""),dt({}),Ke(1)},[]),Pt=at(()=>{W(""),vt("asc")},[]),mt=Et(()=>({getSelectedItems:()=>Array.from($).map(s=>S[s]),clearSelection:()=>ye(new Set),selectAll:yt,getFilteredData:()=>S,getTotalCount:()=>e.length,getVisibleCount:()=>S.length,refresh:()=>T?.(),exportData:()=>k?.(S)}),[$,S,e.length,yt,T,k]),P=Ya(null);P.current=mt,Co(()=>{M&&P.current&&M(P.current)},[]),Co(()=>{if(A&&R){let s=Array.from($).map(v=>S[v]);R(s)}},[$]);let O=a("w-full","overflow-hidden",C),i=a("grid",`gap-${xe}`,"w-full","mx-auto","items-start"),D={gridTemplateColumns:xt===0?`repeat(auto-fill, minmax(clamp(${ke}px, 30%, ${ee}px), 1fr))`:`repeat(auto-fill, minmax(clamp(${ke}px, calc(100%/${xt} - ${xe*4}px), ${ee}px), 1fr))`,justifyItems:"center",alignItems:"stretch",gridAutoRows:"1fr",gridAutoFlow:"dense"};return m?I(pe,{className:"w-full",children:I(ue,{className:"flex items-center justify-center py-12",children:Ue("div",{className:"text-center",children:[I("div",{className:"text-red-500 mb-3 text-2xl",children:"\u26A0\uFE0F"}),I("p",{className:"text-sm text-muted-foreground mb-4",children:m}),T&&Ue(f,{variant:"outline",size:"sm",onClick:T,children:[I(yo,{className:"mr-2 h-4 w-4"}),"Try Again"]})]})})}):Ue("div",{className:a("w-full flex gap-2 flex-col h-full",O),children:[c&&I(pe,{className:"shadow-sm border-0 py-0 text-xl font-bold",children:I(ue,{className:"p-2",children:c})}),De&&I(Ht,{fields:o,filters:n,globalFilter:He,onGlobalFilterChange:qe,fieldFilters:Ce,onFieldFilterChange:At,sortField:me,sortDirection:Ee,onSortChange:wt,selectedCount:$.size,totalCount:e.length,visibleCount:S.length,onExport:Se?()=>k?.(S):void 0,onRefresh:T,loading:u,onClearFilters:Nt,onClearSorting:Pt}),I(pe,{className:"border-0 overflow-auto shadow-none py-0 p-2 flex-1",children:I(ue,{className:"px-0",children:Ue("div",{className:"relative",children:[u&&I("div",{className:"absolute inset-0 bg-background/80 backdrop-blur-sm z-50 flex items-center justify-center rounded-lg",children:Ue("div",{className:"flex items-center gap-3 bg-background/90 px-4 py-3 rounded-lg shadow-sm",children:[I(yo,{className:"size-5 animate-spin text-primary"}),I("span",{className:"text-sm font-medium text-muted-foreground",children:"Loading..."})]})}),Ct.length>0?I("div",{className:a(i),style:D,children:Ct.map((s,v)=>{let y=l.enabled?(Xe-1)*we+v:v,G=$.has(y);return Ue("div",{className:a("relative h-full w-full flex flex-col","transition-all duration-200 overflow-hidden","rounded-2xl","border border-border/20 hover:border-border/50",K==="square"?"aspect-square":"",K==="video"?"aspect-video":"",A?"cursor-pointer":"",G?"ring-2 ring-primary":""),onClick:()=>A&&F(y),children:[A&&de==="multiple"&&I("div",{className:"absolute top-2 right-2 z-10",children:I(ut,{checked:G,onCheckedChange:()=>F(y),className:"bg-background/80 backdrop-blur-sm",onClick:J=>J.stopPropagation()})}),t(s,v,G,()=>F(y))]},y)})}):Ue("div",{className:"flex flex-col gap-4 items-center justify-center py-12 text-center",children:[I("div",{className:"text-6xl",children:z||"\u{1F4CB}"}),I("p",{className:"text-lg font-medium text-muted-foreground mb-2",children:N}),(He||Object.values(Ce).some(s=>s))&&I(f,{variant:"outline",onClick:Nt,children:"Clear Filters"})]})]})})}),l.enabled&&I("div",{className:"pb-1",children:I(xo,{currentPage:Xe,totalPages:ct,pageSize:we,totalItems:S.length,onPageChange:Ke,onPageSizeChange:s=>{ht(s),Ke(1)},config:l})}),h&&I("div",{className:"p-2 m-0.5",children:h}),d&&d(mt)]})}import{Loader as Za,X as Qa}from"lucide-react";import{AnimatePresence as en,motion as tn}from"framer-motion";import*as Ge from"react";import*as No from"react-dom";import{jsx as q,jsxs as ft}from"react/jsx-runtime";function Po({controller:e,visible:t,container:o,children:n,className:l,...r}){let[c,h]=Ge.useState(!1);Ge.useLayoutEffect(()=>{h(!0)},[]),Ge.useEffect(()=>{function N(z){z.key==="Escape"&&e&&e.clearSelection()}return window.addEventListener("keydown",N),()=>window.removeEventListener("keydown",N)},[e]);let C=o??(c?globalThis.document?.body:null);if(!C||!e)return null;let u=e.getSelectedItems(),m=t??u.length>0;return No.createPortal(q(en,{children:m&&q(tn.div,{role:"toolbar","aria-orientation":"horizontal",initial:{opacity:0,y:20},animate:{opacity:1,y:0},exit:{opacity:0,y:20},transition:{duration:.3,ease:"easeInOut"},className:a("fixed inset-x-0 bottom-6 z-50 mx-auto flex w-fit flex-wrap items-center justify-center gap-2 rounded-xl border bg-primary/10 backdrop-blur-sm p-3 text-foreground ring-8 ring-primary/5",l),...r,children:q(je,{children:n})})}),C)}function To({size:e="sm",variant:t="secondary",tooltip:o,isPending:n,disabled:l,className:r,children:c,onClick:h,...C}){let u=q(f,{variant:t,size:e,className:a("gap-1.5 rounded-lg border border-secondary bg-secondary/50 hover:bg-secondary/70 transition-all duration-200",e==="icon"?"size-8":"h-8 px-3",r),disabled:l||n,onClick:h,...C,children:n?q(Za,{className:"animate-spin"}):c});return o?ft(Ae,{children:[q(ze,{asChild:!0,children:u}),q(Ie,{sideOffset:8,className:"rounded-lg border font-semibold text-foreground bg-secondary [&>span]:hidden",children:q("p",{children:o})})]}):u}function So({controller:e}){let t=Ge.useCallback(()=>{e&&e.clearSelection()},[e]);if(!e)return null;let o=e.getSelectedItems();return ft("div",{className:"flex h-8 items-center rounded-lg border bg-muted/50 pr-1 pl-3",children:[ft("span",{className:"whitespace-nowrap text-sm font-medium",children:[o.length," selected"]}),q(gt,{orientation:"vertical",className:"mr-2 ml-3 data-[orientation=vertical]:h-4"}),ft(Ae,{children:[q(ze,{asChild:!0,children:q(f,{variant:"ghost",size:"icon",className:"size-6 rounded-md",onClick:t,children:q(Qa,{className:"size-3.5"})})}),ft(Ie,{sideOffset:10,className:"flex items-center gap-2 rounded-lg border px-3 py-2 font-semibold text-foreground bg-secondary [&>span]:hidden",children:[q("p",{children:"Clear selection"}),q("kbd",{className:"select-none rounded border bg-primary/50 px-2 py-1 font-mono font-normal text-[0.7rem] text-foreground shadow-sm",children:q("abbr",{title:"Escape",className:"no-underline",children:"Esc"})})]})]})]})}import{jsx as nn}from"react/jsx-runtime";var on={none:"gap-0",tight:"gap-2",default:"gap-4",loose:"gap-6","extra-loose":"gap-8"},an={none:"p-0",tight:"p-2",default:"p-4",loose:"p-6"},Do=({children:e,className:t,spacing:o="tight",padding:n="none"})=>nn("div",{className:a("flex flex-col h-full",on[o],an[n],t),children:e});import{ArrowLeftIcon as ko,ChevronRight as rn}from"lucide-react";import{NavLink as sn}from"react-router";import{jsx as Q,jsxs as We}from"react/jsx-runtime";var Ro=({className:e,columns:t=[],showBackButton:o=!0,meta:n={title:""}})=>{let l=()=>{if(!n.backAction||!o)return null;let m={variant:"secondary",size:"icon",className:"hover:bg-primary/20 inline-flex"};return n.backAction.href?Q(sn,{to:n.backAction.href,children:We(f,{...m,children:[Q(ko,{className:"size-6"}),n.backAction.content]})}):We(f,{...m,onClick:n.backAction.onClick,children:[Q(ko,{className:"size-6"}),n.backAction.content]})},r=()=>!n.metadata||n.metadata.length===0?null:Q("div",{className:"flex gap-4",children:n.metadata.map((m,N)=>m.value&&We("div",{className:"text-sm",children:[We("span",{className:"text-muted-foreground",children:[m.label," "]}),Q("span",{children:m.value})]},N))}),c=()=>n.status?Q("span",{className:a("inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium",{success:"bg-green-100 text-green-800",warning:"bg-yellow-100 text-yellow-800",critical:"bg-red-100 text-red-800",info:"bg-blue-100 text-blue-800",default:"bg-gray-100 text-gray-800"}[n.status.color]),children:n.status.content}):null,h={content:We("div",{className:"flex gap-2 items-center",children:[l(),We("div",{className:"flex flex-col gap-2 w-max",children:[Q("h1",{className:"text-2xl font-bold tracking-tight",children:n.title}),c(),n.description&&Q("p",{className:"text-muted-foreground",children:n.description}),r(),n.breadcrumbs&&n.breadcrumbs.length>0&&Q("div",{className:"flex items-center text-sm text-muted-foreground",children:n.breadcrumbs.map((m,N)=>We("div",{className:"flex items-center",children:[m.href?Q("span",{className:"hover:text-primary hover:underline",children:m.label}):Q("span",{children:m.label}),N<n.breadcrumbs.length-1&&Q(rn,{className:"mx-2 h-4 w-4"})]},N))})]})]}),align:"left",width:"fill"},C={content:n.primaryActions,align:"right",width:"auto"},u=[h,...t.filter(m=>m!==void 0),C];return Q("div",{className:a("flex items-center w-full gap-4 p-2",e),children:u.map((m,N)=>Q("div",{className:a("flex items-center h-full",m.className,{"justify-start":m.align==="left","justify-center":m.align==="center","justify-end":m.align==="right","flex-1":m.width==="fill"}),children:m.content},N))})};import dn,{useState as cn,createContext as mn,useContext as pn}from"react";import{Dialog as nt}from"radix-ui";import{XIcon as ln}from"lucide-react";import{jsx as Je,jsxs as jt}from"react/jsx-runtime";function Mo({...e}){return Je(nt.Root,{"data-slot":"sheet",...e})}function Ao({...e}){return Je(nt.Trigger,{"data-slot":"sheet-trigger",...e})}function $t({...e}){return Je(nt.Portal,{"data-slot":"sheet-portal",...e})}function Ut({className:e,...t}){return Je(nt.Overlay,{"data-slot":"sheet-overlay",className:a("data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 fixed inset-0 z-50 bg-black/50",e),...t})}function zo({className:e,children:t,side:o="right",...n}){return jt($t,{children:[Je(Ut,{}),jt(nt.Content,{"data-slot":"sheet-content",className:a("bg-background data-[state=open]:animate-in data-[state=closed]:animate-out fixed z-50 flex flex-col gap-4 shadow-lg transition ease-in-out data-[state=closed]:duration-300 data-[state=open]:duration-500",o==="right"&&"data-[state=closed]:slide-out-to-right data-[state=open]:slide-in-from-right inset-y-0 right-0 h-full w-3/4 border-l sm:max-w-sm",o==="left"&&"data-[state=closed]:slide-out-to-left data-[state=open]:slide-in-from-left inset-y-0 left-0 h-full w-3/4 border-r sm:max-w-sm",o==="top"&&"data-[state=closed]:slide-out-to-top data-[state=open]:slide-in-from-top inset-x-0 top-0 h-auto border-b",o==="bottom"&&"data-[state=closed]:slide-out-to-bottom data-[state=open]:slide-in-from-bottom inset-x-0 bottom-0 h-auto border-t",e),...n,children:[t,jt(nt.Close,{className:"ring-offset-background focus:ring-ring data-[state=open]:bg-secondary absolute top-4 right-4 rounded-xs opacity-70 transition-opacity hover:opacity-100 focus:ring-2 focus:ring-offset-2 focus:outline-hidden disabled:pointer-events-none",children:[Je(ln,{className:"size-4"}),Je("span",{className:"sr-only",children:"Close"})]})]})]})}import{jsx as X,jsxs as rt}from"react/jsx-runtime";var Io=mn(!1),Wt={"one-half":["w-1/2","w-1/2"],"one-third":["w-1/3","w-2/3"],"two-third":["w-2/3","w-1/3"],"one-fourth":["w-1/4","w-3/4"],"three-fourth":["w-3/4","w-1/4"],"one-fifth":["w-1/5","w-4/5"],"four-fifth":["w-4/5","w-1/5"]},bt={none:"p-0",tight:"p-2",default:"p-4",loose:"p-6"},un=(e,t)=>{let[o,n]=Wt[t];return{container:"inset-y-0 z-50 transition-all duration-500 ease-in-out",content:a("h-full bg-background transition-all duration-500 ease-in-out",e==="right"?"border-l":"border-r"),transform:e==="right"?"translate-x-full":"-translate-x-full",transformOpen:"translate-x-0",contentPushClass:e==="right"?o:n,sheetPushClass:e==="right"?n:o}},gn="flex flex-col overflow-hidden rounded-2xl relative",fn={default:"bg-background",card:"bg-background shadow-sm border",border:"bg-background border-2",transparent:"bg-transparent"},Bo=e=>{let{children:t,className:o,variant:n="default",layout:l="full",header:r,footer:c,headerClassName:h,footerClassName:C,parentContainer:u=!1,padding:m=u?"none":"tight"}=e,N=pn(Io),[z,R]=cn(!1),k=dn.useCallback(M=>X("div",{className:a("flex-1 overflow-auto h-full no-scrollbar",u&&"flex",!u&&bt[m]),children:M}),[m,u]),T=()=>{switch(l){case"split":{let{splitRatio:M="three-fourth",reverse:d=!1}=e;if(!Array.isArray(t)||t.length!==2)return X("div",{className:"flex items-center justify-center h-full text-red-500",children:'Error: AppContent with layout="split" requires exactly 2 children'});let[g,B]=Wt[M],[b,A]=d?[t[1],t[0]]:[t[0],t[1]],[Se,De]=d?[B,g]:[g,B];return rt("div",{className:"flex h-full gap-2",children:[X("div",{className:a(Se,"overflow-auto"),children:k(b)}),X("div",{className:a(De,"overflow-auto"),children:k(A)})]})}case"with-sheet":{let{sheetContent:M,sheetWidth:d="four-fifth",sheetSide:g="right",sheetMode:B="container",sheetTrigger:b,sheetClassName:A,isSheetOpen:Se,onSheetOpenChange:De,showSheetOverlay:de=!0,disableOverlay:ce=!0}=e,xe=Se!==void 0,K=xe?Se:z,ke=xe?De:R;if(B==="container"){let ee=un(g,d);return rt("div",{className:a("flex relative flex-1 overflow-hidden",K&&ce&&["left","right"].includes(g)),children:[rt("div",{className:a("h-full overflow-auto transition-all duration-500",K&&ce&&["left","right"].includes(g)?ee.contentPushClass:"w-full",K&&ce&&"overflow-y-auto overflow-x-hidden"),children:[b&&X("div",{onClick:()=>ke?.(!K),children:b}),X("div",{className:a("h-full",!u&&bt[m]),children:t})]}),X("div",{className:a(ee.container,"transition-all duration-500 ease-in-out",K&&ce&&["left","right"].includes(g)?a(ee.sheetPushClass,"overflow-y-auto"):K?ee.transformOpen:a(ee.transform,"hidden"),"overflow-y-auto"),children:X("div",{className:a(ee.content,A,"h-full"),children:M})}),K&&de&&!ce&&X("div",{className:a("absolute inset-0 bg-secondary/20 z-40","transition-opacity duration-500 ease-in-out","opacity-0",K?"opacity-100":"opacity-0"),onClick:()=>ke?.(!1)})]})}return rt(Mo,{open:K,onOpenChange:ke,children:[b&&X(Ao,{asChild:!0,children:b}),rt($t,{children:[de&&X(Ut,{className:"fixed inset-0 bg-secondary/50 z-50"}),X(zo,{side:g,className:a("fixed bg-background border","transition-all duration-500 ease-in-out",Wt[d][1],A),children:M})]})]})}default:return k(t)}};return X(Io.Provider,{value:!0,children:rt("div",{className:a(gn,fn[n],bt[m],N&&"flex-1",u&&"h-full",!u&&"rounded-2xl",o),children:[r&&X("div",{className:a("border-b",h,n==="card"&&!u&&"rounded-t-2xl",n==="border"&&"border-b-2",bt[m]),children:r}),T(),c&&X("div",{className:a("border-t",C,n==="card"&&!u&&"rounded-b-2xl",n==="border"&&"border-t-2",bt[m]),children:c})]})})};import{jsx as Jt}from"react/jsx-runtime";var Fo=({className:e,columns:t=[],meta:o={title:""}})=>{let n={content:Jt("div",{className:"flex items-center gap-4 p-2",children:o.secondaryActions}),align:"right",width:"fill"},l=[...t.filter(r=>r!==void 0),n];return Jt("div",{className:a("flex items-center w-full gap-4",e),children:l.map((r,c)=>Jt("div",{className:a("flex items-center h-full",r.className,{"justify-start":r.align==="left","justify-center":r.align==="center","justify-end":r.align==="right","flex-1":r.width==="fill"}),children:r.content},c))})};import{jsx as Dt}from"react/jsx-runtime";function bn({useTypedAppMeta:e}){return{AppHeader:r=>{let{meta:c}=e();return Dt(Ro,{...r,meta:c})},AppFooter:r=>{let{meta:c}=e();return Dt(Fo,{...r,meta:c})},AppContent:r=>Dt(Bo,{...r}),AppContainer:r=>Dt(Do,{...r})}}import{createContext as Lo,useContext as vn,useState as Oo,useCallback as kt,useMemo as Vo}from"react";import{jsx as _o}from"react/jsx-runtime";var hn=Lo(void 0),xn=({children:e})=>{let[t,o]=Oo({title:"",description:"",breadcrumbs:[]}),n=kt(c=>{o(h=>Object.keys(c).some(u=>JSON.stringify(h[u])!==JSON.stringify(c[u]))?{...h,...c}:h)},[]),l=kt(()=>{o(c=>c.title===""&&c.description===""&&(c.breadcrumbs?.length??0)===0?c:{title:"",description:"",breadcrumbs:[]})},[]),r=Vo(()=>({meta:t,setMeta:n,resetMeta:l}),[t,n,l]);return _o(hn.Provider,{value:r,children:e})};function Cn(){let e=Lo(void 0);return{TypedAppMetaProvider:({children:n})=>{let[l,r]=Oo({title:"",description:"",breadcrumbs:[]}),c=kt(u=>{r(m=>Object.keys(u).some(z=>{let R=m[z],k=u[z];return JSON.stringify(R)!==JSON.stringify(k)})?{...m,...u}:m)},[]),h=kt(()=>{r(u=>u.title===""&&u.description===""&&(u.breadcrumbs?.length??0)===0?u:{title:"",description:"",breadcrumbs:[]})},[]),C=Vo(()=>({meta:l,setMeta:c,resetMeta:h}),[l,c,h]);return _o(e.Provider,{value:C,children:n})},useTypedAppMeta:()=>{let n=vn(e);if(!n)throw new Error("useTypedAppMeta must be used within a TypedAppMetaProvider");return n},TypedAppMetaContext:e}}import{useEffect as yn,useMemo as qt}from"react";function wn({useTypedAppMeta:e}){function t(o){let{setMeta:n,resetMeta:l}=e(),r=qt(()=>{if(o.backAction)return{...o.backAction,onClick:o.backAction.onClick}},[o.backAction?.content,o.backAction?.href,o.backAction?.onClick?.toString()]),c=qt(()=>o.metadata,[JSON.stringify(o.metadata)]),h=qt(()=>({...o,backAction:r,metadata:c}),[o.title,o.description,o.breadcrumbs,o.primaryActions,o.secondaryActions,o.pagination,o.status,r,c]);yn(()=>(n(h),()=>l()),[h,n,l])}return{usePageTemplate:t}}import{useState as Go}from"react";import{Copy as Nn,Check as Pn,Loader2Icon as Tn}from"lucide-react";import{jsx as Pe,jsxs as Ho}from"react/jsx-runtime";var Xt=class{static currencyFormatter=new Intl.NumberFormat("en-IN",{style:"currency",currency:"INR",maximumFractionDigits:2});static compactFormatter=new Intl.NumberFormat("en-IN",{style:"currency",currency:"INR",notation:"compact",maximumFractionDigits:1});static MONTH_NAMES_SHORT=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];static async copyToClipboard(t){if(t)try{await navigator.clipboard.writeText(t)}catch(o){throw console.error("Failed to copy text:",o),o}}static CopyToClipboard=({text:t,children:o,className:n,size:l="icon",variant:r="ghost"})=>{let[c,h]=Go(!1),[C,u]=Go(!1),m=async()=>{if(!(!t||C)){u(!0);try{await this.copyToClipboard(t),h(!0),setTimeout(()=>h(!1),2e3)}catch(N){console.error("Failed to copy text:",N)}finally{u(!1)}}};return Ho(Ae,{children:[Pe(ze,{asChild:!0,children:Pe(f,{variant:r,size:l,className:a(l==="icon"&&"size-6",n),onClick:m,disabled:C||!t,children:C?Pe(Tn,{className:"animate-spin"}):c?Pe(Pn,{className:"h-3 w-3"}):o||Pe(Nn,{className:"h-3 w-3"})})}),Pe(Ie,{children:c?"Copied!":C?"Copying...":"Copy to clipboard"})]})};static formatINR(t,o={}){let{prefix:n="",suffix:l="",withSymbol:r=!0,compact:c=!1}=o;if(typeof t!="number"||isNaN(t))return`${n}${r?"\u20B9 ":""}0.00${l}`;let h=t<0,C=Math.abs(t),m=(c&&C>=1e5?this.compactFormatter:this.currencyFormatter).format(C).replace("\u20B9","");return`${n}${h?"- ":""}${r?"\u20B9 ":""}${m}${l}`}static formatDate(t,o={}){let{format:n="dd-mm-yyyy",separator:l="-"}=o,r=new Date(t);if(isNaN(r.getTime()))return"";let c=String(r.getDate()).padStart(2,"0"),h=String(r.getMonth()+1).padStart(2,"0"),C=this.MONTH_NAMES_SHORT[r.getMonth()],u=r.getFullYear();switch(n){case"dd-mmm-yyyy":return`${c}${l}${C}${l}${u}`;case"iso":return r.toISOString().split("T")[0];case"long":return r.toLocaleDateString("en-IN",{year:"numeric",month:"long",day:"numeric"});case"short":return r.toLocaleDateString("en-IN");default:return`${c}${l}${h}${l}${u}`}}static toProperCase(t){return t?t.toLowerCase().split(" ").map(o=>o.charAt(0).toUpperCase()+o.slice(1)).join(" "):""}static toProperCaseAdvanced(t){return t?t.toLowerCase().split(/(\s+|['-])/).map((o,n,l)=>["-","'"," "].includes(o)||n>0&&["-","'"].includes(l[n-1])?o:o.charAt(0).toUpperCase()+o.slice(1)).join(""):""}static StatusBadge=({status:t,className:o,showDot:n=!0,capitalize:l=!0,size:r="md",variant:c="outline",customColors:h,icon:C,trueMessage:u="active",falseMessage:m="inactive"})=>{let N=typeof t=="boolean"?t?u:m:typeof t=="number"?t>0?u:m:t.toLowerCase(),z={active:{label:"active",solid:{bg:"bg-emerald-500",text:"text-white",border:"border-emerald-600",dot:"bg-white"},outline:{bg:"bg-emerald-50",text:"text-emerald-700",border:"border-emerald-100",dot:"bg-emerald-500"},subtle:{bg:"bg-emerald-50",text:"text-emerald-700",border:"border-transparent",dot:"bg-emerald-500"}},pending:{label:"pending",solid:{bg:"bg-amber-500",text:"text-white",border:"border-amber-600",dot:"bg-white"},outline:{bg:"bg-amber-50",text:"text-amber-700",border:"border-amber-100",dot:"bg-amber-500"},subtle:{bg:"bg-amber-50",text:"text-amber-700",border:"border-transparent",dot:"bg-amber-500"}},inactive:{label:"inactive",solid:{bg:"bg-rose-500",text:"text-white",border:"border-rose-600",dot:"bg-white"},outline:{bg:"bg-rose-50",text:"text-rose-700",border:"border-rose-100",dot:"bg-rose-500"},subtle:{bg:"bg-rose-50",text:"text-rose-700",border:"border-transparent",dot:"bg-rose-500"}},draft:{label:"draft",solid:{bg:"bg-gray-500",text:"text-white",border:"border-gray-600",dot:"bg-white"},outline:{bg:"bg-gray-50",text:"text-gray-700",border:"border-gray-100",dot:"bg-gray-500"},subtle:{bg:"bg-gray-50",text:"text-gray-700",border:"border-transparent",dot:"bg-gray-500"}},completed:{label:"completed",solid:{bg:"bg-indigo-500",text:"text-white",border:"border-indigo-600",dot:"bg-white"},outline:{bg:"bg-indigo-50",text:"text-indigo-700",border:"border-indigo-100",dot:"bg-indigo-500"},subtle:{bg:"bg-indigo-50",text:"text-indigo-700",border:"border-transparent",dot:"bg-indigo-500"}}},R=z[N.toLowerCase()]||z.inactive,k=h||R[c],T={sm:"text-xs px-2 py-0.5",md:"text-xs px-2.5 py-0.5",lg:"text-sm px-3 py-1"},M=l?N.charAt(0).toUpperCase()+N.slice(1):N;return Pe("div",{className:"flex justify-center",children:Ho("span",{className:a("inline-flex items-center gap-1.5 rounded-full border font-medium",k.bg,k.text,k.border,T[r],o),children:[n&&(C?Pe("span",{className:"flex items-center",children:C}):Pe("span",{className:a("size-2 rounded-full",k.dot),"aria-hidden":"true"})),M]})})}};import{AlertTriangleIcon as Sn}from"lucide-react";import{useRouteError as Dn,isRouteErrorResponse as kn,useNavigate as Rn}from"react-router";import{Fragment as Kt,jsx as le,jsxs as it}from"react/jsx-runtime";var Eo=()=>{let e=Dn(),t=Rn();return le("div",{className:"rounded-2xl flex justify-center items-center h-full bg-sidebar px-4",children:it("div",{className:"flex flex-col items-center space-y-4 text-center",children:[le(Sn,{className:"h-16 w-16 text-destructive"}),kn(e)?it(Kt,{children:[it("h2",{className:"text-3xl font-semibold text-destructive",children:["Error ",e.status,": ",e.statusText]}),typeof e.data=="string"?le("pre",{className:"text-lg text-muted-foreground whitespace-pre-wrap max-w-4xl text-left",children:e.data}):e.data?.message&&le("pre",{className:"text-lg text-muted-foreground whitespace-pre-wrap max-w-4xl text-left",children:e.data.message})]}):e instanceof Error?it(Kt,{children:[le("h2",{className:"text-3xl font-semibold text-destructive",children:"Unexpected Error"}),le("pre",{className:"text-lg text-muted-foreground whitespace-pre-wrap max-w-4xl text-left",children:e.message}),e.stack&&it("details",{className:"mt-2 text-sm text-muted-foreground max-w-4xl text-left",children:[le("summary",{className:"cursor-pointer underline",children:"Stack Trace"}),le("pre",{className:"whitespace-pre-wrap",children:e.stack})]})]}):it(Kt,{children:[le("h2",{className:"text-3xl font-semibold text-destructive",children:"Unknown Error"}),le("pre",{className:"text-lg text-muted-foreground whitespace-pre-wrap max-w-4xl text-left",children:typeof e=="string"?e:JSON.stringify(e,null,2)})]}),le(f,{variant:"outline",onClick:()=>t(-1),children:"Go Back"})]})})};import{motion as Te}from"framer-motion";import{jsx as _,jsxs as ne}from"react/jsx-runtime";function Mn({size:e=100,strokeWidth:t=2,color:o="currentColor",className:n=""}){return ne(Te.svg,{width:e,height:e,viewBox:"0 0 100 100",initial:"hidden",animate:"visible",className:n,children:[_("title",{children:"Animated Checkmark"}),_(Te.circle,{cx:"50",cy:"50",r:"40",stroke:o,custom:0,style:{strokeWidth:t,strokeLinecap:"round",fill:"transparent"}}),_(Te.path,{d:"M30 50L45 65L70 35",stroke:o,custom:1,style:{strokeWidth:t,strokeLinecap:"round",strokeLinejoin:"round",fill:"transparent"}})]})}function jo(){return _(pe,{className:"w-full max-w-sm mx-auto p-6 min-h-[300px] flex flex-col justify-center bg-background",children:ne(ue,{className:"space-y-4 flex flex-col items-center justify-center",children:[_(Te.div,{className:"flex justify-center",initial:{opacity:0,scale:.8},animate:{opacity:1,scale:1},transition:{duration:.4,ease:[.4,0,.2,1],scale:{type:"spring",damping:15,stiffness:200}},children:ne("div",{className:"relative",children:[_(Te.div,{className:"absolute inset-0 bg-primary/5 rounded-full",initial:{opacity:0,scale:.8},animate:{opacity:1,scale:1},transition:{delay:.2,duration:.8,ease:"circOut"}}),_(Mn,{size:80,strokeWidth:4,color:"rgb(16 185 129)",className:"relative z-10 dark:drop-shadow-[0_0_10px_rgba(0,0,0,0.1)]"})]})}),ne(Te.div,{className:"space-y-2 text-center w-full",initial:{opacity:0,y:10},animate:{opacity:1,y:0},transition:{delay:.2,duration:.6,ease:[.4,0,.2,1]},children:[_(Te.h2,{className:"text-lg text-zinc-100 dark:text-zinc-900 tracking-tighter font-semibold uppercase",initial:{opacity:0,y:5},animate:{opacity:1,y:0},transition:{delay:1,duration:.4},children:"Transfer Successful"}),_("div",{className:"flex items-center gap-4",children:_(Te.div,{className:"flex-1 bg-zinc-800/50 dark:bg-zinc-50/50 rounded-xl p-3 border border-zinc-700/50 dark:border-zinc-200/50 backdrop-blur-md",initial:{opacity:0,scale:.95},animate:{opacity:1,scale:1},transition:{delay:1.2,duration:.4,ease:[.4,0,.2,1]},children:ne("div",{className:"flex flex-col items-start gap-2",children:[ne("div",{className:"space-y-1.5",children:[ne("span",{className:"text-xs font-medium text-secondary-foreground flex items-center gap-1.5",children:[ne("svg",{className:"w-3 h-3",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[_("title",{children:"From"}),_("path",{d:"M12 19V5M5 12l7-7 7 7"})]}),"From"]}),ne("div",{className:"flex items-center gap-2.5 group transition-all",children:[_("span",{className:"inline-flex items-center justify-center w-7 h-7 rounded-lg bg-zinc-900 dark:bg-white shadow-lg border border-zinc-700 dark:border-zinc-300 text-sm font-medium text-zinc-100 dark:text-zinc-900 group-hover:scale-105 transition-transform",children:"$"}),_("span",{className:"font-medium text-zinc-100 dark:text-zinc-900 tracking-tight",children:"500.00 USD"})]})]}),_("div",{className:"w-full h-px bg-gradient-to-r from-transparent via-zinc-700 dark:via-zinc-300 to-transparent"}),ne("div",{className:"space-y-1.5",children:[ne("span",{className:"text-xs font-medium text-secondary-foreground flex items-center gap-1.5",children:[ne("svg",{className:"w-3 h-3",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[_("title",{children:"To"}),_("path",{d:"M12 5v14M5 12l7 7 7-7"})]}),"To"]}),ne("div",{className:"flex items-center gap-2.5 group transition-all",children:[_("span",{className:"inline-flex items-center justify-center w-7 h-7 rounded-lg bg-zinc-900 dark:bg-white shadow-lg border border-zinc-700 dark:border-zinc-300 text-sm font-medium text-zinc-100 dark:text-zinc-900 group-hover:scale-105 transition-transform",children:"\u20AC"}),_("span",{className:"font-medium text-zinc-100 dark:text-zinc-900 tracking-tight",children:"460.00 EUR"})]})]})]})})}),_(Te.div,{className:"w-full text-xs text-secondary-foreground mt-2 text-center",initial:{opacity:0},animate:{opacity:1},transition:{delay:1.4,duration:.4},children:"Exchange Rate: 1 USD = 0.92 EUR"})]})]})})}import{jsx as Rt,jsxs as An}from"react/jsx-runtime";var $o=()=>Rt("div",{className:"rounded-2xl flex justify-center items-center h-full bg-transparent",children:An("div",{className:"flex flex-col items-center space-y-4",children:[Rt("div",{className:"animate-spin rounded-full border-t-4 border-ring h-16 w-16 mb-4"}),Rt("h2",{className:"text-xl font-semibold text-muted-foreground",children:"Loading, please wait..."}),Rt("p",{className:"text-sm text-muted-foreground",children:"Your content is on its way."})]})});import{useLocation as zn}from"react-router";import{GhostIcon as In}from"lucide-react";import{NavLink as Bn,useNavigate as Fn}from"react-router";import{jsx as st,jsxs as Yt}from"react/jsx-runtime";var Uo=()=>{let e=zn(),t=Fn(),o=()=>{window.history.length>2?t(-1):t("/")};return Yt("div",{className:"rounded-2xl flex flex-col items-center justify-center h-full p-6 text-center bg-sidebar text-muted-foreground select-none",children:[st(In,{className:"h-15 w-15 text-destructive mb-4"}),st("h1",{className:"text-2xl font-bold text-destructive mb-2",children:"Page Not Found"}),Yt("p",{className:"text-xl mb-4",children:["The page ",st("code",{className:"px-1 py-0.5 rounded bg-muted text-foreground",children:e.pathname})," doesn't exist or has been moved."]}),Yt("div",{className:"flex space-x-4",children:[st(f,{variant:"outline",onClick:o,children:"Go Back"}),st(f,{variant:"ghost",children:st(Bn,{to:"/",children:"Return Home"})})]})]})};import{WifiOffIcon as Ln}from"lucide-react";import{jsx as Zt,jsxs as On}from"react/jsx-runtime";var Wo=()=>On("div",{className:"rounded-2xl flex flex-col items-center justify-center h-screen p-6 text-center text-muted-foreground bg-background select-none",children:[Zt(Ln,{className:"h-15 w-15 text-destructive mb-4"}),Zt("h1",{className:"text-3xl font-bold text-destructive mb-2",children:"You're offline"}),Zt("p",{className:"text-xl max-w-md",children:"We couldn't connect to the server."})]});import{ShieldOffIcon as Vn}from"lucide-react";import{NavLink as _n,useNavigate as Gn}from"react-router";import{jsx as lt,jsxs as Jo}from"react/jsx-runtime";var qo=()=>{let e=Gn();return Jo("div",{className:"rounded-2xl flex flex-col items-center justify-center h-full p-6 text-center bg-sidebar text-muted-foreground select-none",children:[lt(Vn,{className:"h-15 w-15 text-destructive mb-4"}),lt("h1",{className:"text-2xl font-bold text-destructive mb-2",children:"Access Denied"}),lt("p",{className:"text-xl mb-4",children:"You don't have permission to view this page. Please sign in with an authorized account or contact your administrator."}),Jo("div",{className:"flex space-x-4",children:[lt(f,{variant:"outline",onClick:()=>{window.history.length>2?e(-1):e("/")},children:"Go Back"}),lt(f,{variant:"ghost",children:lt(_n,{to:"/",children:"Go to Home"})})]})]})};export{xn as AppMetaProvider,jo as CurrencyTransfer,go as DataTable,bo as DataTableActionBar,vo as DataTableActionBarAction,ho as DataTableActionBarSelection,wo as DataTemplate,Po as DataTemplateActionBar,To as DataTemplateActionBarAction,So as DataTemplateActionBarSelection,Eo as ErrorComponent,Xt as GeneralHelper,$o as Loader,Uo as NotFound,Wo as OfflineUI,qo as Unauthorized,bn as createLayoutComponents,wn as createPageTemplateHook,Cn as createTypedAppMetaContext};
|
|
2
|
+
import{flexRender as Vt,getCoreRowModel as Na,getFilteredRowModel as Pa,getPaginationRowModel as Ta,getSortedRowModel as Sa,useReactTable as Da}from"@tanstack/react-table";import{Loader2 as co,ChevronUp as _t,ChevronDown as Gt,ChevronsUpDown as ka,MoreHorizontal as Ra,MoveRightIcon as Ma,PinOffIcon as Aa}from"lucide-react";import{Slot as Zo}from"radix-ui";import{cva as Qo}from"class-variance-authority";import{clsx as Ko}from"clsx";import{twMerge as Yo}from"tailwind-merge";function a(...e){return Yo(Ko(e))}import{jsx as ta}from"react/jsx-runtime";var ea=Qo("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",{variants:{variant:{default:"bg-primary text-primary-foreground shadow-xs hover:bg-primary/90",destructive:"bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9"}},defaultVariants:{variant:"default",size:"default"}});function f({className:e,variant:t,size:o,asChild:n=!1,...l}){let r=n?Zo.Slot:"button";return ta(r,{"data-slot":"button",className:a(ea({variant:t,size:o,className:e}),"transition-none"),...l})}import{jsx as Me}from"react/jsx-runtime";function zt({className:e,...t}){return Me("div",{"data-slot":"table-container",className:"relative w-full overflow-auto max-h-full",children:Me("table",{"data-slot":"table",className:a("w-full caption-bottom text-sm",e),...t})})}function Qt({className:e,...t}){return Me("thead",{"data-slot":"table-header",className:a("[&_tr]:border-b",e),...t})}function eo({className:e,...t}){return Me("tbody",{"data-slot":"table-body",className:a("[&_tr:last-child]:border-0",e),...t})}function to({className:e,...t}){return Me("tfoot",{"data-slot":"table-footer",className:a("bg-muted/50 border-t font-medium [&>tr]:last:border-b-0",e),...t})}function pt({className:e,...t}){return Me("tr",{"data-slot":"table-row",className:a("hover:bg-muted/50 data-[state=selected]:bg-muted border-b transition-colors",e),...t})}function oo({className:e,...t}){return Me("th",{"data-slot":"table-head",className:a("text-foreground h-10 px-2 text-left align-middle font-medium whitespace-nowrap",e),...t})}function Tt({className:e,...t}){return Me("td",{"data-slot":"table-cell",className:a("p-2 align-middle whitespace-nowrap",e),...t})}import{jsx as ao}from"react/jsx-runtime";function pe({className:e,...t}){return ao("div",{"data-slot":"card",className:a("bg-card text-card-foreground flex flex-col gap-6 rounded-xl border py-6 shadow-sm",e),...t})}function ue({className:e,...t}){return ao("div",{"data-slot":"card-content",className:a("px-6",e),...t})}import{Tooltip as Ze}from"radix-ui";import{jsx as Qe,jsxs as oa}from"react/jsx-runtime";function je({delayDuration:e=0,...t}){return Qe(Ze.Provider,{"data-slot":"tooltip-provider",delayDuration:e,...t})}function Ae({...e}){return Qe(je,{children:Qe(Ze.Root,{"data-slot":"tooltip",...e})})}function ze({...e}){return Qe(Ze.Trigger,{"data-slot":"tooltip-trigger",...e})}function Ie({className:e,sideOffset:t=0,children:o,...n}){return Qe(Ze.Portal,{children:oa(Ze.Content,{"data-slot":"tooltip-content",sideOffset:t,className:a("bg-primary text-primary-foreground animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 w-fit origin-(--radix-tooltip-content-transform-origin) rounded-md px-3 py-1.5 text-xs text-balance",e),...n,children:[o,Qe(Ze.Arrow,{className:"bg-primary fill-primary z-50 size-2.5 translate-y-[calc(-50%_-_2px)] rotate-45 rounded-[2px]"})]})})}import{Search as ca,RefreshCw as ma,Download as pa,Settings2 as ua,Filter as ro,ArrowUpDown as ga,PinOff as fa,Pin as io,ChevronDown as ba}from"lucide-react";import{jsx as aa}from"react/jsx-runtime";function et({className:e,type:t,...o}){return aa("input",{type:t,"data-slot":"input",className:a("file:text-foreground placeholder:text-muted-foreground selection:bg-primary selection:text-primary-foreground dark:bg-input/30 border-input flex h-9 w-full min-w-0 rounded-md border bg-transparent px-3 py-1 text-base shadow-xs transition-[color,box-shadow] outline-none file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm","focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px]","aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",e),...o})}import{Select as re}from"radix-ui";import{CheckIcon as na,ChevronDownIcon as no,ChevronUpIcon as ra}from"lucide-react";import{jsx as U,jsxs as It}from"react/jsx-runtime";function Be({...e}){return U(re.Root,{"data-slot":"select",...e})}function Fe({...e}){return U(re.Value,{"data-slot":"select-value",...e})}function Le({className:e,size:t="default",children:o,...n}){return It(re.Trigger,{"data-slot":"select-trigger","data-size":t,className:a("border-input data-[placeholder]:text-muted-foreground [&_svg:not([class*='text-'])]:text-muted-foreground focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive dark:bg-input/30 dark:hover:bg-input/50 flex w-fit items-center justify-between gap-2 rounded-md border bg-transparent px-3 py-2 text-sm whitespace-nowrap shadow-xs transition-[color,box-shadow] outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50 data-[size=default]:h-9 data-[size=sm]:h-8 *:data-[slot=select-value]:line-clamp-1 *:data-[slot=select-value]:flex *:data-[slot=select-value]:items-center *:data-[slot=select-value]:gap-2 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),...n,children:[o,U(re.Icon,{asChild:!0,children:U(no,{className:"size-4 opacity-50"})})]})}function Oe({className:e,children:t,position:o="popper",...n}){return U(re.Portal,{children:It(re.Content,{"data-slot":"select-content",className:a("bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 relative z-50 max-h-(--radix-select-content-available-height) min-w-[8rem] origin-(--radix-select-content-transform-origin) overflow-x-hidden overflow-y-auto rounded-md border shadow-md",o==="popper"&&"data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",e),position:o,...n,children:[U(ia,{}),U(re.Viewport,{className:a("p-1",o==="popper"&&"h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)] scroll-my-1"),children:t}),U(sa,{})]})})}function ge({className:e,children:t,...o}){return It(re.Item,{"data-slot":"select-item",className:a("focus:bg-accent focus:text-accent-foreground [&_svg:not([class*='text-'])]:text-muted-foreground relative flex w-full cursor-default items-center gap-2 rounded-sm py-1.5 pr-8 pl-2 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 *:[span]:last:flex *:[span]:last:items-center *:[span]:last:gap-2",e),...o,children:[U("span",{className:"absolute right-2 flex size-3.5 items-center justify-center",children:U(re.ItemIndicator,{children:U(na,{className:"size-4"})})}),U(re.ItemText,{children:t})]})}function ia({className:e,...t}){return U(re.ScrollUpButton,{"data-slot":"select-scroll-up-button",className:a("flex cursor-default items-center justify-center py-1",e),...t,children:U(ra,{className:"size-4"})})}function sa({className:e,...t}){return U(re.ScrollDownButton,{"data-slot":"select-scroll-down-button",className:a("flex cursor-default items-center justify-center py-1",e),...t,children:U(no,{className:"size-4"})})}import{DropdownMenu as fe}from"radix-ui";import{CheckIcon as la,ChevronRightIcon as fr,CircleIcon as br}from"lucide-react";import{jsx as ie,jsxs as da}from"react/jsx-runtime";function be({...e}){return ie(fe.Root,{"data-slot":"dropdown-menu",...e})}function ve({...e}){return ie(fe.Trigger,{"data-slot":"dropdown-menu-trigger",...e})}function he({className:e,sideOffset:t=4,...o}){return ie(fe.Portal,{children:ie(fe.Content,{"data-slot":"dropdown-menu-content",sideOffset:t,className:a("bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 max-h-(--radix-dropdown-menu-content-available-height) min-w-[8rem] origin-(--radix-dropdown-menu-content-transform-origin) rounded-md border p-1 shadow-md",e),...o})})}function Bt({...e}){return ie(fe.Group,{"data-slot":"dropdown-menu-group",...e})}function H({className:e,inset:t,variant:o="default",...n}){return ie(fe.Item,{"data-slot":"dropdown-menu-item","data-inset":t,"data-variant":o,className:a("cursor-pointer focus:bg-accent focus:text-accent-foreground data-[variant=destructive]:text-destructive data-[variant=destructive]:focus:bg-destructive/10 dark:data-[variant=destructive]:focus:bg-destructive/20 data-[variant=destructive]:focus:text-destructive data-[variant=destructive]:*:[svg]:!text-destructive [&_svg:not([class*='text-'])]:text-muted-foreground relative flex items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[inset]:pl-8 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),...n})}function St({className:e,children:t,checked:o,...n}){return da(fe.CheckboxItem,{"data-slot":"dropdown-menu-checkbox-item",className:a("focus:bg-accent focus:text-accent-foreground relative flex cursor-default items-center gap-2 rounded-sm py-1.5 pr-2 pl-8 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),checked:o,...n,children:[ie("span",{className:"pointer-events-none absolute left-2 flex size-3.5 items-center justify-center",children:ie(fe.ItemIndicator,{children:ie(la,{className:"size-4"})})}),t]})}function oe({className:e,inset:t,...o}){return ie(fe.Label,{"data-slot":"dropdown-menu-label","data-inset":t,className:a("px-2 py-1.5 text-sm font-medium data-[inset]:pl-8",e),...o})}function ae({className:e,...t}){return ie(fe.Separator,{"data-slot":"dropdown-menu-separator",className:a("bg-border -mx-1 my-1 h-px",e),...t})}import{Fragment as va,jsx as x,jsxs as L}from"react/jsx-runtime";function Ft({table:e,filters:t=[],globalFilter:o,onGlobalFilterChange:n,enableGlobalFilter:l=!0,onExport:r,onRefresh:c,loading:h=!1,enableColumnVisibility:C=!0,data:u,onClearSorting:m,onClearFilters:N,enableColumnPinning:z=!1}){let R=()=>e.getAllLeafColumns().filter(d=>d.getCanHide?.()!==!1),k=()=>e.getAllColumns().filter(d=>!e.getAllLeafColumns().includes(d)&&d.columns?.length&&d.columns.some(g=>g.getCanHide?.()!==!1)),T=()=>{let d=new Set(k().flatMap(g=>g.columns?.filter(B=>B.getCanHide?.()!==!1).map(B=>B.id)||[]));return R().filter(g=>!d.has(g.id))},M=(d,g)=>g&&d.startsWith(`${g}.`)?d.replace(`${g}.`,"").split("_").map(b=>b.slice(1)).join(" "):d.split("_").map(B=>B.charAt(0).toUpperCase()+B.slice(1)).join(" ");return x("div",{className:"rounded-xl",children:x("div",{className:"px-2",children:x("div",{className:"flex flex-col gap-6",children:L("div",{className:"flex items-center justify-between",children:[x("div",{className:"flex items-center gap-3",children:t.length>0&&L("div",{className:"flex items-center gap-3 flex-wrap",children:[x("div",{className:"flex items-center gap-2 text-sm font-medium text-muted-foreground",children:x(ro,{className:"h-4 w-4"})}),t.map(d=>x("div",{className:a("relative min-w-[150px]",d.width),children:d.type==="select"?L(Be,{value:e.getColumn(d.key)?.getFilterValue()??"",onValueChange:g=>e.getColumn(d.key)?.setFilterValue(g==="all"?"":g),children:[d.icon&&x("span",{children:x(d.icon,{className:"size-4 absolute left-3 top-1/2 -translate-y-1/2 text-muted-foreground"})}),x(Le,{className:a("h-9 rounded-lg w-full",d.icon&&"pl-9"),children:x(Fe,{placeholder:d.placeholder})}),L(Oe,{className:"rounded-lg",children:[x(ge,{value:"all",children:"All"}),d.options?.map(g=>x(ge,{value:g.value,children:g.label},g.label))]})]}):L("div",{className:"relative",children:[d.icon&&x("span",{children:x(d.icon,{className:"size-4 absolute left-3 top-1/2 -translate-y-1/2 text-muted-foreground"})}),x(et,{placeholder:d.placeholder,value:e.getColumn(d.key)?.getFilterValue()??"",onChange:g=>e.getColumn(d.key)?.setFilterValue(g.target.value),className:a("h-9 rounded-lg",d.icon&&"pl-9"),type:d.type==="number"?"number":d.type==="date"?"date":"text"})]})},d.key))]})}),L("div",{className:"flex items-center gap-2",children:[l&&L("div",{className:"relative",children:[x(ca,{className:"absolute left-3 top-1/2 h-4 w-4 -translate-y-1/2 text-muted-foreground"}),x(et,{placeholder:"Global search...",value:o??"",onChange:d=>n(d.target.value),className:"pl-9 max-w-max"})]}),r&&L(f,{variant:"outline",size:"sm",onClick:()=>r(u),className:"rounded-lg",children:[x(pa,{className:"mr-2 h-4 w-4"}),"Export"]}),C&&L(be,{children:[x(ve,{asChild:!0,children:L(f,{variant:"outline",size:"sm",className:"rounded-lg gap-1",children:[x("span",{children:"Columns"}),x(ba,{className:"h-4 w-4 opacity-50"})]})}),L(he,{align:"end",className:"w-[220px] rounded-lg max-h-[400px] overflow-y-auto",children:[x(oe,{className:"px-4 py-2 text-sm font-medium",children:"Toggle Columns"}),x(ae,{}),T().length>0&&L(Bt,{children:[x(oe,{className:"px-4 py-1.5 text-sm font-medium text-muted-foreground",children:"General"}),T().map(d=>x(St,{className:"text-sm",checked:d.getIsVisible(),onCheckedChange:g=>d.toggleVisibility(!!g),children:M(d.id)},d.id))]}),k().map(d=>L(Bt,{children:[x(ae,{}),x(oe,{className:"px-4 py-1.5 text-sm font-medium text-muted-foreground",children:d.id}),d.columns?.filter(g=>g.getCanHide?.()!==!1).map(g=>x(St,{className:"text-sm",checked:g.getIsVisible(),onCheckedChange:B=>g.toggleVisibility(!!B),children:M(g.id,d.id)},g.id))]},d.id))]})]}),L(be,{children:[x(ve,{asChild:!0,children:x(f,{variant:"outline",size:"sm",className:"rounded-lg",children:x(ua,{className:"h-4 w-4"})})}),L(he,{align:"end",className:"w-[200px] rounded-lg",children:[x(oe,{children:"Table Settings"}),x(ae,{}),L(H,{onClick:m,children:[x(ga,{className:"mr-2 h-4 w-4"}),"Clear All Sorting"]}),L(H,{onClick:N,children:[x(ro,{className:"mr-2 h-4 w-4"}),"Clear All Filters"]}),z&&L(va,{children:[x(ae,{}),x(oe,{children:"Column Pinning"}),L(H,{onClick:()=>e.setColumnPinning({left:[],right:[]}),children:[x(fa,{className:"mr-2 h-4 w-4"}),"Reset All Pinning"]}),L(H,{onClick:()=>{let d=R().filter(g=>g.getCanPin?.()!==!1).map(g=>g.id);e.setColumnPinning({left:d,right:[]})},children:[x(io,{className:"mr-2 h-4 w-4 rotate-90"}),"Pin All Left"]}),L(H,{onClick:()=>{let d=R().filter(g=>g.getCanPin?.()!==!1).map(g=>g.id);e.setColumnPinning({left:[],right:d})},children:[x(io,{className:"mr-2 h-4 w-4 -rotate-90"}),"Pin All Right"]})]})]})]}),c&&x(f,{variant:"outline",size:"sm",onClick:c,disabled:h,className:"rounded-lg",children:x(ma,{className:a("h-4 w-4",h&&"animate-spin")})})]})]})})})})}import{jsx as Y,jsxs as tt}from"react/jsx-runtime";function Lt({table:e,config:t}){return t.enabled?Y("div",{className:"rounded-xl",children:Y("div",{children:tt("div",{className:"flex items-center justify-between",children:[Y("div",{className:"flex items-center gap-6 text-sm text-muted-foreground",children:t.showInfo!==!1&&tt("span",{children:["Showing ",e.getState().pagination.pageIndex*e.getState().pagination.pageSize+1," to"," ",Math.min((e.getState().pagination.pageIndex+1)*e.getState().pagination.pageSize,e.getFilteredRowModel().rows.length)," ","of ",e.getFilteredRowModel().rows.length," entries"]})}),tt("div",{className:"flex items-center gap-4",children:[t.pageSizeOptions&&tt("div",{className:"flex items-center gap-2",children:[Y("span",{className:"text-sm font-medium",children:"Rows per page:"}),tt(Be,{value:`${e.getState().pagination.pageSize}`,onValueChange:o=>e.setPageSize(Number(o)),children:[Y(Le,{className:"h-9 w-[70px] rounded-lg",children:Y(Fe,{})}),Y(Oe,{side:"top",className:"rounded-lg",children:t.pageSizeOptions.map(o=>Y(ge,{value:`${o}`,children:o},o))})]})]}),tt("div",{className:"flex items-center gap-2",children:[Y(f,{variant:"outline",size:"sm",onClick:()=>e.setPageIndex(0),disabled:!e.getCanPreviousPage(),className:"rounded-lg",children:"First"}),Y(f,{variant:"outline",size:"sm",onClick:()=>e.previousPage(),disabled:!e.getCanPreviousPage(),className:"rounded-lg",children:"Previous"}),t.showPageNumbers&&Y("div",{className:"flex items-center gap-1",children:Array.from({length:Math.min(5,e.getPageCount())},(o,n)=>{let l=e.getState().pagination.pageIndex,r=l-2+n+1;return r<1||r>e.getPageCount()?null:Y(f,{variant:r===l+1?"default":"outline",size:"sm",className:"size-8 p-0 rounded-lg",onClick:()=>e.setPageIndex(r-1),children:r},r)})}),Y(f,{variant:"outline",size:"sm",onClick:()=>e.nextPage(),disabled:!e.getCanNextPage(),className:"rounded-lg",children:"Next"}),Y(f,{variant:"outline",size:"sm",onClick:()=>e.setPageIndex(e.getPageCount()-1),disabled:!e.getCanNextPage(),className:"rounded-lg",children:"Last"})]})]})]})})}):null}import{Toggle as ha}from"radix-ui";import{cva as xa}from"class-variance-authority";import{jsx as ya}from"react/jsx-runtime";var Ca=xa("inline-flex cursor-pointer items-center justify-center gap-2 rounded-md text-sm font-medium hover:bg-muted hover:text-muted-foreground disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 [&_svg]:shrink-0 focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] outline-none transition-[color,box-shadow] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive whitespace-nowrap",{variants:{variant:{default:"bg-transparent",outline:"border border-input bg-transparent shadow-xs hover:bg-accent hover:text-accent-foreground"},size:{sm:"h-7 px-0 min-w-7",default:"h-8 px-1 min-w-8",lg:"h-9 px-2 min-w-10"},bg:{enabled:"data-[state=on]:bg-accent data-[state=on]:text-accent-foreground",disabled:""}},defaultVariants:{variant:"default",size:"default",bg:"enabled"}});function so({className:e,variant:t,size:o,noBg:n,...l}){return ya(ha.Root,{"data-slot":"toggle",className:a(Ca({className:e,variant:t,size:o,bg:n?"disabled":"enabled"})),...l})}import{Checkbox as lo}from"radix-ui";import{CheckIcon as wa}from"lucide-react";import{jsx as Ot}from"react/jsx-runtime";function ut({className:e,...t}){return Ot(lo.Root,{"data-slot":"checkbox",className:a("peer border-input dark:bg-input/30 data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground dark:data-[state=checked]:bg-primary data-[state=checked]:border-primary focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive size-4 shrink-0 rounded-[4px] border shadow-xs transition-shadow outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50",e),...t,children:Ot(lo.Indicator,{"data-slot":"checkbox-indicator",className:"flex items-center justify-center text-current transition-none",children:Ot(wa,{className:"size-3.5"})})})}import{useCallback as mo,useEffect as po,useMemo as za,useState as $e}from"react";import{Fragment as uo,jsx as p,jsxs as E}from"react/jsx-runtime";function go({data:e,columns:t,filters:o=[],pagination:n={enabled:!1},settings:l={},header:r,footer:c,className:h="",maxHeight:C="600px",loading:u=!1,error:m,emptyMessage:N="No data available",onRowSelectionChange:z,onExport:R,onRefresh:k,onTableReady:T,children:M}){let[d,g]=$e([]),[B,b]=$e([]),[A,Se]=$e({}),[De,de]=$e({}),[ce,xe]=$e(""),[K,ke]=$e([]),[ee,He]=$e(l.enableColumnPinning?{left:[],right:[]}:{}),{enableSorting:qe=!0,enableFiltering:Ce=!0,enableGlobalFilter:dt=!0,enableColumnVisibility:me=!0,enableRowSelection:W=!0,stickyHeader:Ee=!0,toolbar:vt=!1,showSerialNumbers:$=!0,fixedCheckboxColumn:ye=!0,striped:Xe=!0,hoverable:Ke=!0,compact:we=!0,bordered:ht=!0,fullHeight:xt=!1,enableColumnResizing:Mt=!1,enableColumnPinning:S=!0,hideHeader:Ct=!1}=l,ct=za(()=>{let P=[...t],O=D=>D.map(s=>{if(s.id==="select"||s.id==="serialNumber")return s;let v={...s,enablePinning:!0};return s.columns&&(v.columns=O(s.columns)),v}),i=O(P);if(W){let D={id:"select",header:({table:s})=>p(ut,{checked:s.getIsAllPageRowsSelected()||s.getIsSomePageRowsSelected()&&"indeterminate",onCheckedChange:v=>s.toggleAllPageRowsSelected(!!v),"aria-label":"Select all"}),cell:({row:s})=>p("div",{className:a("flex items-center justify-center"),children:p(ut,{checked:s.getIsSelected(),onCheckedChange:v=>s.toggleSelected(!!v),"aria-label":"Select row"})}),enableSorting:!1,enableHiding:!1,enablePinning:!0,headerAlign:"center",size:10};i.unshift(D)}if($){let D={id:"serialNumber",header:"No.",cell:({row:s})=>p("div",{className:"text-center font-medium text-muted-foreground",children:s.index+1}),enableSorting:!0,enableHiding:!1,enablePinning:!0,size:60,headerAlign:"center"};i.unshift(D)}return i},[t,$,W,ye]),F=Da({data:e,columns:ct,onSortingChange:qe?g:void 0,onColumnFiltersChange:Ce?b:void 0,onGlobalFilterChange:dt?xe:void 0,getCoreRowModel:Na(),getPaginationRowModel:n.enabled?Ta():void 0,getSortedRowModel:qe?Sa():void 0,getFilteredRowModel:Ce?Pa():void 0,onColumnVisibilityChange:me?Se:void 0,onRowSelectionChange:W?de:void 0,onColumnOrderChange:ke,onColumnPinningChange:S?He:void 0,state:{sorting:qe?d:void 0,columnFilters:Ce?B:void 0,columnVisibility:me?A:void 0,rowSelection:W?De:{},globalFilter:ce,columnOrder:K,columnPinning:S?ee:{}},initialState:{pagination:n.enabled?{pageSize:n.pageSize||10}:void 0,columnPinning:S?{left:[...$?["serialNumber"]:[],...W?["select"]:[]],right:[]}:void 0},enableRowSelection:W,enableColumnResizing:Mt,enableColumnPinning:S,columnResizeMode:"onChange"});po(()=>{T&&T(F)},[F,T]),po(()=>{if(W&&z){let P=F.getFilteredSelectedRowModel().rows.map(O=>O.original);z(P)}},[De,W,z,F]);let yt=mo(()=>{g([])},[]),At=mo(()=>{b([]),xe("")},[]),wt=(P,O)=>{if(!S)return;let i=[...$?["serialNumber"]:[],...W&&ye?["select"]:[]],D={left:[...(ee.left??[]).filter(s=>i.includes(s))],right:[...ee.right??[]]};O===!1?(D.left=D.left.filter(s=>s!==P),D.right=D.right.filter(s=>s!==P)):O==="right"?(D.left=D.left.filter(s=>s!==P),D.right.includes(P)||D.right.push(P)):O==="left"&&(D.right=D.right.filter(s=>s!==P),!D.left.includes(P)&&!i.includes(P)&&D.left.push(P)),F.setColumnPinning(D)},Nt=()=>p(Qt,{className:a(Ee&&"sticky top-0 bg-sidebar z-20"),children:F.getHeaderGroups().map((P,O)=>p(pt,{className:"hover:bg-transparent",children:P.headers.map((i,D)=>{let s=i.depth===0&&i.colSpan>1,v=S&&(i.column.getIsPinned()==="left"||i.column.id==="serialNumber"||i.column.id==="select"&&W),y=S&&i.column.getIsPinned()==="right",G=i.column.getCanSort(),J=S&&i.column.columnDef.enablePinning!==!1,te=i.column.id==="serialNumber",Ne=i.column.id==="select",Re=te||Ne&&ye,Ye=i.column.columnDef.headerAlign||"left",Xo={left:"justify-start",center:"justify-center",right:"justify-end"}[Ye];return E(oo,{colSpan:i.colSpan,className:a("font-semibold text-foreground bg-sidebar group px-0",!we&&"py-2",ht&&D<P.headers.length-1&&"border-r","relative",v&&"sticky left-0 z-15 bg-sidebar",y&&"sticky right-0 z-15 bg-sidebar",(te||Ne)&&"sticky left-0 z-15 bg-sidebar",s?"text-center":"text-left"),style:{width:i.getSize()!==150?i.getSize():"auto",minWidth:i.getSize()!==150?i.getSize():"auto",...v&&{left:te?0:Ne?$&&F.getColumn("serialNumber")?.getSize()||0:Pt(i.column)},...y&&{right:mt(i.column)},...te&&{left:0}},children:[s?p("div",{className:"flex items-center justify-center",children:Vt(i.column.columnDef.header,i.getContext())}):E("div",{className:a("relative flex items-center w-full px-2",Xo),children:[E("div",{className:"flex items-center gap-1",children:[G&&Ye==="right"&&p("span",{className:"ml-1 order-2",children:i.column.getIsSorted()&&{asc:p(_t,{className:"h-4 w-4"}),desc:p(Gt,{className:"h-4 w-4"})}[i.column.getIsSorted()]}),i.isPlaceholder?null:Vt(i.column.columnDef.header,i.getContext()),G&&Ye!=="right"&&i.column.getIsSorted()&&p("span",{className:"ml-1 order-2",children:i.column.getIsSorted()&&{asc:p(_t,{className:"h-4 w-4"}),desc:p(Gt,{className:"h-4 w-4"})}[i.column.getIsSorted()]})]}),(G||J&&!Re)&&E(be,{children:[p(ve,{asChild:!0,className:a("absolute",Ye==="left"&&"right-1",Ye==="center"&&"right-1",Ye==="right"&&"left-1"),children:p(so,{variant:"default",size:"sm",noBg:!0,tabIndex:-1,className:"opacity-0 group-hover:opacity-70 hover:opacity-100 data-[state=open]:opacity-100",children:p(Ra,{className:"h-4 w-4"})})}),E(he,{align:"end",className:"w-48",children:[G&&E(uo,{children:[p(oe,{children:"Sorting"}),E(H,{onClick:()=>i.column.toggleSorting(!1),children:[p(_t,{className:"mr-2 h-4 w-4"}),"Sort Ascending"]}),E(H,{onClick:()=>i.column.toggleSorting(!0),children:[p(Gt,{className:"mr-2 h-4 w-4"}),"Sort Descending"]}),E(H,{onClick:()=>i.column.clearSorting(),disabled:!i.column.getIsSorted(),children:[p(ka,{className:"mr-2 h-4 w-4"}),"Clear Sort"]}),p(ae,{})]}),J&&!Re&&E(uo,{children:[p(oe,{children:"Pin Column"}),E(H,{onClick:()=>wt(i.column.id,"right"),disabled:i.column.getIsPinned()==="right",children:[p(Ma,{}),"Pin Right"]}),E(H,{onClick:()=>wt(i.column.id,!1),disabled:!i.column.getIsPinned(),children:[p(Aa,{}),"Unpin"]})]})]})]})]}),Mt&&i.column.getCanResize()&&!s&&i.colSpan===1&&p("div",{className:"absolute right-0 top-0 h-full w-1 bg-border hover:bg-primary cursor-col-resize opacity-0 hover:opacity-100 transition-opacity",onMouseDown:i.getResizeHandler()})]},i.id)})},P.id))}),Pt=P=>{if(!S)return;let O=0,i=F.getLeftHeaderGroups()[0]?.headers||[],D=[...$?["serialNumber"]:[],...W?["select"]:[]];for(let s of i){if(s.id===P.id)break;if(D.includes(s.id)){let v=F.getColumn(s.id);v&&(O+=v.getSize())}}return O},mt=P=>{if(!S)return;let O=F.getState().columnPinning.right||[],i=O.indexOf(P.id);if(i===-1)return;let D=0;for(let s=i+1;s<O.length;s++){let v=F.getColumn(O[s]);v&&(D+=v.getSize())}return D};return m?p(pe,{className:"w-full rounded-xl shadow-sm",children:p(ue,{className:"flex items-center justify-center",children:E("div",{className:"text-center",children:[p("div",{className:"text-red-500 mb-3 text-2xl",children:"\u26A0\uFE0F"}),p("p",{className:"text-sm text-muted-foreground mb-4",children:m}),k&&E(f,{variant:"outline",size:"sm",onClick:k,className:"rounded-lg",children:[p(co,{className:"mr-2 h-4 w-4"}),"Try Again"]})]})})}):p(je,{children:E("div",{className:a("w-full space-y-2 flex flex-col h-full",h),children:[r&&p(pe,{className:"rounded-2xl py-2 sticky top-0 z-20",children:p(ue,{className:"px-2",children:r})}),vt&&p(Ft,{table:F,filters:o,globalFilter:ce,onGlobalFilterChange:xe,enableGlobalFilter:dt,onExport:R,onRefresh:k,loading:u,enableColumnVisibility:me,enableColumnPinning:S,data:e,onClearSorting:yt,onClearFilters:At}),p(pe,{className:a("shadow-sm overflow-auto py-0",xt&&"flex-1"),children:p(ue,{className:"p-0 h-full",children:E("div",{className:"relative flex flex-col h-full justify-between",children:[u&&p("div",{className:"absolute inset-0 bg-background/80 backdrop-blur-sm z-50 flex items-center justify-center rounded-xl",children:E("div",{className:"flex items-center gap-3 bg-background/90 px-4 py-3 rounded-lg shadow-sm",children:[p(co,{className:"size-5 animate-spin text-primary"}),p("span",{className:"text-sm font-medium text-muted-foreground",children:"Loading..."})]})}),p("div",{className:"relative rounded-t-xl overflow-auto border-b",children:E(zt,{className:"border-collapse w-full",children:[!Ct&&Nt(),p(eo,{children:F.getRowModel().rows?.length?F.getRowModel().rows.map((P,O)=>p(pt,{"data-state":P.getIsSelected()&&"selected",className:a(Ke&&"hover:bg-muted/50",Xe&&O%2===0&&"bg-muted/20",P.getIsSelected()&&"bg-muted","border-b last:border-b-0"),children:P.getVisibleCells().map((i,D)=>{let s=S&&(i.column.getIsPinned()==="left"||i.column.id==="serialNumber"||i.column.id==="select"&&W),v=S&&i.column.getIsPinned()==="right",y=i.column.id==="serialNumber",G=i.column.id==="select",J=y||G&&ye;return p(Tt,{className:a(we?"py-2":"py-4",ht&&D<P.getVisibleCells().length&&"border-r",s&&"sticky left-0 z-10 bg-sidebar/97",v&&"sticky right-0 z-10 bg-sidebar/97",y&&"sticky left-0 z-10 bg-sidebar/97","p-1"),style:{width:i.column.getSize()!==150?i.column.getSize():"auto",minWidth:i.column.getSize()!==150?i.column.getSize():"auto",...s&&{left:y?0:G?$&&F.getColumn("serialNumber")?.getSize()||0:Pt(i.column)},...v&&{right:mt(i.column)},...y&&{left:0}},children:Vt(i.column.columnDef.cell,i.getContext())},i.id)})},P.id)):p(pt,{children:p(Tt,{colSpan:ct.length,className:"h-32 text-center border-0",children:E("div",{className:"flex flex-col items-center gap-3",children:[p("div",{className:"text-muted-foreground text-6xl",children:"\u{1F4CB}"}),p("p",{className:"text-muted-foreground font-medium",children:N})]})})})})]})}),c&&p("div",{className:"sticky bottom-0 bg-sidebar w-full z-20",style:{width:"100%",minWidth:"fit-content"},children:p(zt,{children:p(to,{children:p(pt,{className:"bg-sidebar",children:p(Tt,{colSpan:ct.length,className:"p-2",children:c})})})})})]})})}),p(Lt,{table:F,config:n}),M&&M(F)]})})}import{Separator as Ia}from"radix-ui";import{jsx as Ba}from"react/jsx-runtime";function gt({className:e,orientation:t="horizontal",decorative:o=!0,...n}){return Ba(Ia.Root,{"data-slot":"separator-root",decorative:o,orientation:t,className:a("bg-border shrink-0 data-[orientation=horizontal]:h-px data-[orientation=horizontal]:w-full data-[orientation=vertical]:h-full data-[orientation=vertical]:w-px",e),...n})}import{Loader as Fa,X as La}from"lucide-react";import{AnimatePresence as Oa,motion as Va}from"framer-motion";import*as Ve from"react";import*as fo from"react-dom";import{jsx as Z,jsxs as ot}from"react/jsx-runtime";function bo({table:e,visible:t,container:o,children:n,className:l,...r}){let[c,h]=Ve.useState(!1);Ve.useLayoutEffect(()=>{h(!0)},[]),Ve.useEffect(()=>{function m(N){N.key==="Escape"&&e&&e.toggleAllRowsSelected(!1)}return window.addEventListener("keydown",m),()=>window.removeEventListener("keydown",m)},[e]);let C=o??(c?globalThis.document?.body:null);if(!C||!e)return null;let u=t??e.getFilteredSelectedRowModel().rows.length>0;return fo.createPortal(Z(Oa,{children:u&&Z(Va.div,{role:"toolbar","aria-orientation":"horizontal",initial:{opacity:0,y:20},animate:{opacity:1,y:0},exit:{opacity:0,y:20},transition:{duration:.3,ease:"easeInOut"},className:a("fixed inset-x-0 bottom-6 z-50 mx-auto flex w-fit flex-wrap items-center justify-center gap-2 rounded-xl border bg-primary/10 backdrop-blur-sm p-3 text-foreground ring-5 ring-primary/5",l),...r,children:ot(je,{children:["1",n]})})}),C)}function vo({size:e="sm",tooltip:t,isPending:o,disabled:n,className:l,children:r,...c}){let h=Z(f,{variant:"secondary",size:e,className:a("gap-1.5 rounded-lg border border-secondary bg-secondary/50 hover:bg-secondary/70 transition-all duration-200",e==="icon"?"size-8":"h-8 px-3",l),disabled:n||o,...c,children:o?Z(Fa,{className:"animate-spin"}):r});return t?ot(Ae,{children:[Z(ze,{asChild:!0,children:h}),Z(Ie,{sideOffset:8,className:"rounded-lg border font-semibold text-foreground bg-secondary [&>span]:hidden",children:Z("p",{children:t})})]}):h}function ho({table:e}){let t=Ve.useCallback(()=>{e&&e.toggleAllRowsSelected(!1)},[e]);return e?ot("div",{className:"flex h-8 items-center rounded-lg border bg-muted/50 pr-1 pl-3",children:[ot("span",{className:"whitespace-nowrap text-sm font-medium",children:[e.getFilteredSelectedRowModel().rows.length," selected"]}),Z(gt,{orientation:"vertical",className:"mr-2 ml-3 data-[orientation=vertical]:h-4"}),ot(Ae,{children:[Z(ze,{asChild:!0,children:Z(f,{variant:"ghost",size:"icon",className:"size-6 rounded-md",onClick:t,children:Z(La,{className:"size-3.5"})})}),ot(Ie,{sideOffset:10,className:"flex items-center gap-2 rounded-lg border px-3 py-2 font-semibold text-foregroun bg-secondary [&>span]:hidden",children:[Z("p",{children:"Clear selection"}),Z("kbd",{className:"select-none rounded border bg-primary/50 px-2 py-1 font-mono font-normal text-[0.7rem] text-foreground shadow-sm",children:Z("abbr",{title:"Escape",className:"no-underline",children:"Esc"})})]})]})]}):null}import{ArrowUpDown as bi,EyeOff as vi}from"lucide-react";import{jsx as wi,jsxs as Ni}from"react/jsx-runtime";import{ChevronDown as Si,Eye as Di}from"lucide-react";import{jsx as Ai,jsxs as zi}from"react/jsx-runtime";import{Slot as Fi}from"radix-ui";import{cva as _a}from"class-variance-authority";import{jsx as Gi}from"react/jsx-runtime";var Vi=_a("inline-flex items-center justify-center rounded-md border px-2 py-0.5 text-xs font-medium w-fit whitespace-nowrap shrink-0 [&>svg]:size-3 gap-1 [&>svg]:pointer-events-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive transition-[color,box-shadow] overflow-hidden",{variants:{variant:{default:"border-transparent bg-primary text-primary-foreground [a&]:hover:bg-primary/90",secondary:"border-transparent bg-secondary text-secondary-foreground [a&]:hover:bg-secondary/90",destructive:"border-transparent bg-destructive text-white [a&]:hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"text-foreground [a&]:hover:bg-accent [a&]:hover:text-accent-foreground"}},defaultVariants:{variant:"default"}});import{Command as as}from"cmdk";import{SearchIcon as rs}from"lucide-react";import{Dialog as ji}from"radix-ui";import{XIcon as Ui}from"lucide-react";import{jsx as qi,jsxs as Xi}from"react/jsx-runtime";import{jsx as ds,jsxs as cs}from"react/jsx-runtime";import{Popover as us}from"radix-ui";import{jsx as bs}from"react/jsx-runtime";import{CheckIcon as Ls,PlusCircleIcon as Os}from"lucide-react";import{Fragment as Hs,jsx as _s,jsxs as Gs}from"react/jsx-runtime";import{useState as _e,useEffect as Co,useMemo as Et,useCallback as at,useRef as Ya}from"react";import{Loader2 as yo}from"lucide-react";import{Search as Ga,Download as Ha,RefreshCw as Ea,Filter as ja,ChevronDown as $a,Settings2 as Ua}from"lucide-react";import{Fragment as Wa,jsx as w,jsxs as j}from"react/jsx-runtime";function Ht({fields:e,filters:t,globalFilter:o,onGlobalFilterChange:n,fieldFilters:l,onFieldFilterChange:r,sortField:c,sortDirection:h,onSortChange:C,selectedCount:u,totalCount:m,visibleCount:N,onExport:z,onRefresh:R,loading:k,onClearFilters:T,onClearSorting:M}){let d=e.filter(b=>b.sortable),g=Object.values(l).some(b=>b!=null&&b!=="")||o!=="",B=c!=="";return w("div",{className:"rounded-xl p-0.5",children:w("div",{className:"px-2",children:w("div",{className:"flex flex-col gap-6",children:j("div",{className:"flex items-center justify-between",children:[w("div",{className:"flex items-center gap-3",children:t.length>0&&j("div",{className:"flex items-center gap-3 flex-wrap",children:[w("div",{className:"flex items-center gap-2 text-sm font-medium text-muted-foreground",children:w(ja,{className:"h-4 w-4"})}),t.map(b=>w("div",{className:"relative min-w-[150px]",children:b.type==="select"?j(Be,{value:l[b.key]||"all",onValueChange:A=>r(b.key,A),children:[b.icon&&w(b.icon,{className:"size-4 absolute left-3 top-1/2 -translate-y-1/2 text-muted-foreground"}),w(Le,{className:a("h-9 rounded-lg w-full",b.icon&&"pl-9"),children:w(Fe,{placeholder:b.placeholder||"Select..."})}),j(Oe,{className:"rounded-lg",children:[w(ge,{value:"all",children:"All"}),b.options?.map(A=>w(ge,{value:A.value,children:A.label},A.value))]})]}):j("div",{className:"relative",children:[b.icon&&w(b.icon,{className:"size-4 absolute left-3 top-1/2 -translate-y-1/2 text-muted-foreground"}),w(et,{type:b.type,placeholder:b.placeholder,value:l[b.key]||"",onChange:A=>r(b.key,A.target.value),className:a("h-9 rounded-lg",b.icon&&"pl-9")})]})},String(b.key)))]})}),j("div",{className:"flex items-center gap-2",children:[j("div",{className:"relative",children:[w(Ga,{className:"absolute left-3 top-1/2 h-4 w-4 -translate-y-1/2 text-muted-foreground"}),w(et,{placeholder:"Global search...",value:o,onChange:b=>n(b.target.value),className:"pl-9 h-9 rounded-lg max-w-max"})]}),d.length>0&&j(be,{children:[w(ve,{asChild:!0,children:j(f,{variant:"outline",size:"sm",className:"rounded-lg gap-1",children:[w("span",{children:"Sort"}),w($a,{className:"h-4 w-4 opacity-50"})]})}),j(he,{align:"end",className:"w-[200px] rounded-lg",children:[w(oe,{children:"Sort By"}),w(ae,{}),d.map(b=>j("div",{children:[j(H,{onClick:()=>C(b.key,"asc"),children:[b.label," (A-Z)"]}),j(H,{onClick:()=>C(b.key,"desc"),children:[b.label," (Z-A)"]})]},String(b.key))),B&&j(Wa,{children:[w(ae,{}),w(H,{onClick:M,children:"Clear All Sorting"})]})]})]}),j(be,{children:[w(ve,{asChild:!0,children:w(f,{variant:"outline",size:"sm",className:"rounded-lg",children:w(Ua,{className:"h-4 w-4"})})}),j(he,{align:"end",className:"w-[200px] rounded-lg",children:[w(oe,{children:"Table Settings"}),w(ae,{}),w(H,{onClick:M,children:"Clear All Sorting"}),w(H,{onClick:T,children:"Clear All Filters"})]})]}),z&&j(f,{variant:"outline",size:"sm",onClick:z,className:"rounded-lg",children:[w(Ha,{className:"mr-2 h-4 w-4"}),"Export"]}),R&&w(f,{variant:"outline",size:"sm",onClick:R,disabled:k,className:"rounded-lg",children:w(Ea,{className:a("h-4 w-4",k&&"animate-spin")})})]})]})})})})}import{ChevronLeft as Ja,ChevronRight as qa,ChevronsLeft as Xa,ChevronsRight as Ka}from"lucide-react";import{jsx as V,jsxs as se}from"react/jsx-runtime";function xo({currentPage:e,totalPages:t,pageSize:o,totalItems:n,onPageChange:l,onPageSizeChange:r,config:c}){if(!c.enabled)return null;let h=c.pageSizeOptions||[10,20,50,100],C=(e-1)*o+1,u=Math.min(e*o,n),m=e>1,N=e<t,z=()=>{let k=[],T=[];for(let M=Math.max(2,e-2);M<=Math.min(t-1,e+2);M++)k.push(M);return e-2>2?T.push(1,"..."):T.push(1),T.push(...k),e+2<t-1?T.push("...",t):t>1&&T.push(t),T};return V("div",{className:"rounded-xl",children:se("div",{className:"flex flex-col sm:flex-row items-center justify-between gap-4",children:[V("div",{className:"flex items-center gap-6 text-sm text-muted-foreground",children:c.showInfo!==!1&&se("span",{children:["Showing ",C," to ",u," of ",n," entries"]})}),se("div",{className:"flex flex-col sm:flex-row items-center gap-4",children:[h&&se("div",{className:"flex items-center gap-2",children:[V("span",{className:"text-sm font-medium whitespace-nowrap",children:"Page size:"}),se(Be,{value:`${o}`,onValueChange:R=>r(Number(R)),children:[V(Le,{className:"h-9 w-[70px] rounded-lg",children:V(Fe,{})}),V(Oe,{side:"top",className:"rounded-lg",children:h.map(R=>V(ge,{value:`${R}`,children:R},R))})]})]}),se("div",{className:"flex items-center gap-2",children:[se(f,{variant:"outline",size:"sm",onClick:()=>l(1),disabled:!m,className:"hidden sm:flex rounded-lg",children:[V(Xa,{className:"h-4 w-4"}),V("span",{className:"sr-only",children:"Go to first page"})]}),se(f,{variant:"outline",size:"sm",onClick:()=>l(e-1),disabled:!m,className:"rounded-lg",children:[V(Ja,{className:"h-4 w-4 sm:mr-2"}),V("span",{className:"hidden sm:inline",children:"Previous"}),V("span",{className:"sr-only sm:hidden",children:"Go to previous page"})]}),c.showPageNumbers&&t>1&&V("div",{className:"hidden sm:flex items-center gap-1",children:z().map((R,k)=>{if(R==="...")return V("span",{className:"px-2 py-1 text-sm text-muted-foreground",children:"..."},`dots-${k}`);let T=R;return V(f,{variant:T===e?"default":"outline",size:"sm",className:"w-9 h-9 p-0 rounded-lg",onClick:()=>l(T),children:T},T)})}),se("div",{className:"sm:hidden flex items-center gap-2 px-3 py-1 text-sm font-medium bg-muted rounded-lg",children:[e," of ",t]}),se(f,{variant:"outline",size:"sm",onClick:()=>l(e+1),disabled:!N,className:"rounded-lg",children:[V("span",{className:"hidden sm:inline",children:"Next"}),V(qa,{className:"h-4 w-4 sm:ml-2"}),V("span",{className:"sr-only sm:hidden",children:"Go to next page"})]}),se(f,{variant:"outline",size:"sm",onClick:()=>l(t),disabled:!N,className:"hidden sm:flex rounded-lg",children:[V(Ka,{className:"h-4 w-4"}),V("span",{className:"sr-only",children:"Go to last page"})]})]})]})]})})}import{jsx as I,jsxs as Ue}from"react/jsx-runtime";function wo({data:e,template:t,fields:o=[],filters:n=[],pagination:l={enabled:!1},settings:r={},header:c,footer:h,className:C="",loading:u=!1,error:m,emptyMessage:N="No items found",emptyIcon:z,onSelectionChange:R,onExport:k,onRefresh:T,onTemplateReady:M,children:d}){let{enableSorting:g=!0,enableFiltering:B=!0,enableGlobalSearch:b=!0,enableSelection:A=!1,enableExport:Se=!1,toolbar:De=!0,selectionMode:de="multiple",gridCols:ce={default:3,sm:1,md:2,lg:3,xl:4,"2xl":6},gap:xe=4,aspectRatio:K="auto",minCardWidth:ke=350,maxCardWidth:ee=350}=r,[He,qe]=_e(""),[Ce,dt]=_e({}),[me,W]=_e(""),[Ee,vt]=_e("asc"),[$,ye]=_e(new Set),[Xe,Ke]=_e(1),[we,ht]=_e(l.pageSize||12),[xt,Mt]=_e(ce.default),S=Et(()=>{let s=[...e];if(b&&He){let v=o.filter(y=>y.searchable!==!1);s=s.filter(y=>v.some(G=>y[G.key]?.toString().toLowerCase().includes(He.toLowerCase())))}if(B&&Object.keys(Ce).forEach(v=>{let y=Ce[v];if(y!=null&&y!==""){let G=o.find(J=>J.key===v);G&&(s=s.filter(J=>{let te=J[v];return G.type==="boolean"?te===(y==="true"):G.type==="number"?te===Number(y):te?.toString().toLowerCase().includes(String(y).toLowerCase())}))}}),g&&me){let v=o.find(y=>y.key===me);v&&s.sort((y,G)=>{let J=y[me],te=G[me];if(v.type==="number")return Ee==="asc"?Number(J)-Number(te):Number(te)-Number(J);if(v.type==="date"){let Ne=new Date(J),Re=new Date(te);return Ee==="asc"?Ne.getTime()-Re.getTime():Re.getTime()-Ne.getTime()}else{let Ne=String(J).toLowerCase(),Re=String(te).toLowerCase();return Ee==="asc"?Ne.localeCompare(Re):Re.localeCompare(Ne)}})}return s},[e,He,Ce,me,Ee,o,b,B,g]),Ct=Et(()=>{if(!l.enabled)return S;let s=(Xe-1)*we,v=s+we;return S.slice(s,v)},[S,Xe,we,l.enabled]),ct=Math.ceil(S.length/we),F=at(s=>{A&&ye(v=>{let y=new Set(v);return de==="single"?(y.clear(),y.add(s)):y.has(s)?y.delete(s):y.add(s),y})},[A,de]),yt=at(()=>{!A||de==="single"||($.size===S.length?ye(new Set):ye(new Set(S.map((s,v)=>v))))},[A,de,$.size,S.length]),At=at((s,v)=>{dt(y=>({...y,[s]:v})),Ke(1)},[]),wt=at((s,v)=>{W(s),vt(v)},[]),Nt=at(()=>{qe(""),dt({}),Ke(1)},[]),Pt=at(()=>{W(""),vt("asc")},[]),mt=Et(()=>({getSelectedItems:()=>Array.from($).map(s=>S[s]),clearSelection:()=>ye(new Set),selectAll:yt,getFilteredData:()=>S,getTotalCount:()=>e.length,getVisibleCount:()=>S.length,refresh:()=>T?.(),exportData:()=>k?.(S)}),[$,S,e.length,yt,T,k]),P=Ya(null);P.current=mt,Co(()=>{M&&P.current&&M(P.current)},[]),Co(()=>{if(A&&R){let s=Array.from($).map(v=>S[v]);R(s)}},[$]);let O=a("w-full","overflow-hidden",C),i=a("grid",`gap-${xe}`,"w-full","mx-auto","items-start"),D={gridTemplateColumns:xt===0?`repeat(auto-fill, minmax(clamp(${ke}px, 30%, ${ee}px), 1fr))`:`repeat(auto-fill, minmax(clamp(${ke}px, calc(100%/${xt} - ${xe*4}px), ${ee}px), 1fr))`,justifyItems:"center",alignItems:"stretch",gridAutoRows:"1fr",gridAutoFlow:"dense"};return m?I(pe,{className:"w-full",children:I(ue,{className:"flex items-center justify-center py-12",children:Ue("div",{className:"text-center",children:[I("div",{className:"text-red-500 mb-3 text-2xl",children:"\u26A0\uFE0F"}),I("p",{className:"text-sm text-muted-foreground mb-4",children:m}),T&&Ue(f,{variant:"outline",size:"sm",onClick:T,children:[I(yo,{className:"mr-2 h-4 w-4"}),"Try Again"]})]})})}):Ue("div",{className:a("w-full flex gap-2 flex-col h-full",O),children:[c&&I(pe,{className:"shadow-sm border-0 py-0 text-xl font-bold",children:I(ue,{className:"p-2",children:c})}),De&&I(Ht,{fields:o,filters:n,globalFilter:He,onGlobalFilterChange:qe,fieldFilters:Ce,onFieldFilterChange:At,sortField:me,sortDirection:Ee,onSortChange:wt,selectedCount:$.size,totalCount:e.length,visibleCount:S.length,onExport:Se?()=>k?.(S):void 0,onRefresh:T,loading:u,onClearFilters:Nt,onClearSorting:Pt}),I(pe,{className:"border-0 overflow-auto shadow-none py-0 p-2 flex-1",children:I(ue,{className:"px-0",children:Ue("div",{className:"relative",children:[u&&I("div",{className:"absolute inset-0 bg-background/80 backdrop-blur-sm z-50 flex items-center justify-center rounded-lg",children:Ue("div",{className:"flex items-center gap-3 bg-background/90 px-4 py-3 rounded-lg shadow-sm",children:[I(yo,{className:"size-5 animate-spin text-primary"}),I("span",{className:"text-sm font-medium text-muted-foreground",children:"Loading..."})]})}),Ct.length>0?I("div",{className:a(i),style:D,children:Ct.map((s,v)=>{let y=l.enabled?(Xe-1)*we+v:v,G=$.has(y);return Ue("div",{className:a("relative h-full w-full flex flex-col","transition-all duration-200 overflow-hidden","rounded-2xl","border border-border/20 hover:border-border/50",K==="square"?"aspect-square":"",K==="video"?"aspect-video":"",A?"cursor-pointer":"",G?"ring-2 ring-primary":""),onClick:()=>A&&F(y),children:[A&&de==="multiple"&&I("div",{className:"absolute top-2 right-2 z-10",children:I(ut,{checked:G,onCheckedChange:()=>F(y),className:"bg-background/80 backdrop-blur-sm",onClick:J=>J.stopPropagation()})}),t(s,v,G,()=>F(y))]},y)})}):Ue("div",{className:"flex flex-col gap-4 items-center justify-center py-12 text-center",children:[I("div",{className:"text-6xl",children:z||"\u{1F4CB}"}),I("p",{className:"text-lg font-medium text-muted-foreground mb-2",children:N}),(He||Object.values(Ce).some(s=>s))&&I(f,{variant:"outline",onClick:Nt,children:"Clear Filters"})]})]})})}),l.enabled&&I("div",{className:"pb-1",children:I(xo,{currentPage:Xe,totalPages:ct,pageSize:we,totalItems:S.length,onPageChange:Ke,onPageSizeChange:s=>{ht(s),Ke(1)},config:l})}),h&&I("div",{className:"p-2 m-0.5",children:h}),d&&d(mt)]})}import{Loader as Za,X as Qa}from"lucide-react";import{AnimatePresence as en,motion as tn}from"framer-motion";import*as Ge from"react";import*as No from"react-dom";import{jsx as q,jsxs as ft}from"react/jsx-runtime";function Po({controller:e,visible:t,container:o,children:n,className:l,...r}){let[c,h]=Ge.useState(!1);Ge.useLayoutEffect(()=>{h(!0)},[]),Ge.useEffect(()=>{function N(z){z.key==="Escape"&&e&&e.clearSelection()}return window.addEventListener("keydown",N),()=>window.removeEventListener("keydown",N)},[e]);let C=o??(c?globalThis.document?.body:null);if(!C||!e)return null;let u=e.getSelectedItems(),m=t??u.length>0;return No.createPortal(q(en,{children:m&&q(tn.div,{role:"toolbar","aria-orientation":"horizontal",initial:{opacity:0,y:20},animate:{opacity:1,y:0},exit:{opacity:0,y:20},transition:{duration:.3,ease:"easeInOut"},className:a("fixed inset-x-0 bottom-6 z-50 mx-auto flex w-fit flex-wrap items-center justify-center gap-2 rounded-xl border bg-primary/10 backdrop-blur-sm p-3 text-foreground ring-8 ring-primary/5",l),...r,children:q(je,{children:n})})}),C)}function To({size:e="sm",variant:t="secondary",tooltip:o,isPending:n,disabled:l,className:r,children:c,onClick:h,...C}){let u=q(f,{variant:t,size:e,className:a("gap-1.5 rounded-lg border border-secondary bg-secondary/50 hover:bg-secondary/70 transition-all duration-200",e==="icon"?"size-8":"h-8 px-3",r),disabled:l||n,onClick:h,...C,children:n?q(Za,{className:"animate-spin"}):c});return o?ft(Ae,{children:[q(ze,{asChild:!0,children:u}),q(Ie,{sideOffset:8,className:"rounded-lg border font-semibold text-foreground bg-secondary [&>span]:hidden",children:q("p",{children:o})})]}):u}function So({controller:e}){let t=Ge.useCallback(()=>{e&&e.clearSelection()},[e]);if(!e)return null;let o=e.getSelectedItems();return ft("div",{className:"flex h-8 items-center rounded-lg border bg-muted/50 pr-1 pl-3",children:[ft("span",{className:"whitespace-nowrap text-sm font-medium",children:[o.length," selected"]}),q(gt,{orientation:"vertical",className:"mr-2 ml-3 data-[orientation=vertical]:h-4"}),ft(Ae,{children:[q(ze,{asChild:!0,children:q(f,{variant:"ghost",size:"icon",className:"size-6 rounded-md",onClick:t,children:q(Qa,{className:"size-3.5"})})}),ft(Ie,{sideOffset:10,className:"flex items-center gap-2 rounded-lg border px-3 py-2 font-semibold text-foreground bg-secondary [&>span]:hidden",children:[q("p",{children:"Clear selection"}),q("kbd",{className:"select-none rounded border bg-primary/50 px-2 py-1 font-mono font-normal text-[0.7rem] text-foreground shadow-sm",children:q("abbr",{title:"Escape",className:"no-underline",children:"Esc"})})]})]})]})}import{jsx as nn}from"react/jsx-runtime";var on={none:"gap-0",tight:"gap-2",default:"gap-4",loose:"gap-6","extra-loose":"gap-8"},an={none:"p-0",tight:"p-2",default:"p-4",loose:"p-6"},Do=({children:e,className:t,spacing:o="tight",padding:n="none"})=>nn("div",{className:a("flex flex-col h-full",on[o],an[n],t),children:e});import{ArrowLeftIcon as ko,ChevronRight as rn}from"lucide-react";import{NavLink as sn}from"react-router";import{jsx as Q,jsxs as We}from"react/jsx-runtime";var Ro=({className:e,columns:t=[],showBackButton:o=!0,meta:n={title:""}})=>{let l=()=>{if(!n.backAction||!o)return null;let m={variant:"secondary",size:"icon",className:"hover:bg-primary/20 inline-flex"};return n.backAction.href?Q(sn,{to:n.backAction.href,children:We(f,{...m,children:[Q(ko,{className:"size-6"}),n.backAction.content]})}):We(f,{...m,onClick:n.backAction.onClick,children:[Q(ko,{className:"size-6"}),n.backAction.content]})},r=()=>!n.metadata||n.metadata.length===0?null:Q("div",{className:"flex gap-4",children:n.metadata.map((m,N)=>m.value&&We("div",{className:"text-sm",children:[We("span",{className:"text-muted-foreground",children:[m.label," "]}),Q("span",{children:m.value})]},N))}),c=()=>n.status?Q("span",{className:a("inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium",{success:"bg-green-100 text-green-800",warning:"bg-yellow-100 text-yellow-800",critical:"bg-red-100 text-red-800",info:"bg-blue-100 text-blue-800",default:"bg-gray-100 text-gray-800"}[n.status.color]),children:n.status.content}):null,h={content:We("div",{className:"flex gap-2 items-center",children:[l(),We("div",{className:"flex flex-col gap-2 w-max",children:[Q("h1",{className:"text-2xl font-bold tracking-tight",children:n.title}),c(),n.description&&Q("p",{className:"text-muted-foreground",children:n.description}),r(),n.breadcrumbs&&n.breadcrumbs.length>0&&Q("div",{className:"flex items-center text-sm text-muted-foreground",children:n.breadcrumbs.map((m,N)=>We("div",{className:"flex items-center",children:[m.href?Q("span",{className:"hover:text-primary hover:underline",children:m.label}):Q("span",{children:m.label}),N<n.breadcrumbs.length-1&&Q(rn,{className:"mx-2 h-4 w-4"})]},N))})]})]}),align:"left",width:"fill"},C={content:n.primaryActions,align:"right",width:"auto"},u=[h,...t.filter(m=>m!==void 0),C];return Q("div",{className:a("flex items-center w-full gap-4 p-2",e),children:u.map((m,N)=>Q("div",{className:a("flex items-center h-full",m.className,{"justify-start":m.align==="left","justify-center":m.align==="center","justify-end":m.align==="right","flex-1":m.width==="fill"}),children:m.content},N))})};import dn,{useState as cn,createContext as mn,useContext as pn}from"react";import{Dialog as nt}from"radix-ui";import{XIcon as ln}from"lucide-react";import{jsx as Je,jsxs as jt}from"react/jsx-runtime";function Mo({...e}){return Je(nt.Root,{"data-slot":"sheet",...e})}function Ao({...e}){return Je(nt.Trigger,{"data-slot":"sheet-trigger",...e})}function $t({...e}){return Je(nt.Portal,{"data-slot":"sheet-portal",...e})}function Ut({className:e,...t}){return Je(nt.Overlay,{"data-slot":"sheet-overlay",className:a("data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 fixed inset-0 z-50 bg-black/50",e),...t})}function zo({className:e,children:t,side:o="right",...n}){return jt($t,{children:[Je(Ut,{}),jt(nt.Content,{"data-slot":"sheet-content",className:a("bg-background data-[state=open]:animate-in data-[state=closed]:animate-out fixed z-50 flex flex-col gap-4 shadow-lg transition ease-in-out data-[state=closed]:duration-300 data-[state=open]:duration-500",o==="right"&&"data-[state=closed]:slide-out-to-right data-[state=open]:slide-in-from-right inset-y-0 right-0 h-full w-3/4 border-l sm:max-w-sm",o==="left"&&"data-[state=closed]:slide-out-to-left data-[state=open]:slide-in-from-left inset-y-0 left-0 h-full w-3/4 border-r sm:max-w-sm",o==="top"&&"data-[state=closed]:slide-out-to-top data-[state=open]:slide-in-from-top inset-x-0 top-0 h-auto border-b",o==="bottom"&&"data-[state=closed]:slide-out-to-bottom data-[state=open]:slide-in-from-bottom inset-x-0 bottom-0 h-auto border-t",e),...n,children:[t,jt(nt.Close,{className:"ring-offset-background focus:ring-ring data-[state=open]:bg-secondary absolute top-4 right-4 rounded-xs opacity-70 transition-opacity hover:opacity-100 focus:ring-2 focus:ring-offset-2 focus:outline-hidden disabled:pointer-events-none",children:[Je(ln,{className:"size-4"}),Je("span",{className:"sr-only",children:"Close"})]})]})]})}import{jsx as X,jsxs as rt}from"react/jsx-runtime";var Io=mn(!1),Wt={"one-half":["w-1/2","w-1/2"],"one-third":["w-1/3","w-2/3"],"two-third":["w-2/3","w-1/3"],"one-fourth":["w-1/4","w-3/4"],"three-fourth":["w-3/4","w-1/4"],"one-fifth":["w-1/5","w-4/5"],"four-fifth":["w-4/5","w-1/5"]},bt={none:"p-0",tight:"p-2",default:"p-4",loose:"p-6"},un=(e,t)=>{let[o,n]=Wt[t];return{container:"inset-y-0 z-50 transition-all duration-500 ease-in-out",content:a("h-full bg-background transition-all duration-500 ease-in-out",e==="right"?"border-l":"border-r"),transform:e==="right"?"translate-x-full":"-translate-x-full",transformOpen:"translate-x-0",contentPushClass:e==="right"?o:n,sheetPushClass:e==="right"?n:o}},gn="flex flex-col overflow-hidden rounded-2xl relative",fn={default:"bg-background",card:"bg-background shadow-sm border",border:"bg-background border-2",transparent:"bg-transparent"},Bo=e=>{let{children:t,className:o,variant:n="default",layout:l="full",header:r,footer:c,headerClassName:h,footerClassName:C,parentContainer:u=!1,padding:m=u?"none":"tight"}=e,N=pn(Io),[z,R]=cn(!1),k=dn.useCallback(M=>X("div",{className:a("flex-1 overflow-auto h-full no-scrollbar",u&&"flex",!u&&bt[m]),children:M}),[m,u]),T=()=>{switch(l){case"split":{let{splitRatio:M="three-fourth",reverse:d=!1}=e;if(!Array.isArray(t)||t.length!==2)return X("div",{className:"flex items-center justify-center h-full text-red-500",children:'Error: AppContent with layout="split" requires exactly 2 children'});let[g,B]=Wt[M],[b,A]=d?[t[1],t[0]]:[t[0],t[1]],[Se,De]=d?[B,g]:[g,B];return rt("div",{className:"flex h-full gap-2",children:[X("div",{className:a(Se,"overflow-auto"),children:k(b)}),X("div",{className:a(De,"overflow-auto"),children:k(A)})]})}case"with-sheet":{let{sheetContent:M,sheetWidth:d="four-fifth",sheetSide:g="right",sheetMode:B="container",sheetTrigger:b,sheetClassName:A,isSheetOpen:Se,onSheetOpenChange:De,showSheetOverlay:de=!0,disableOverlay:ce=!0}=e,xe=Se!==void 0,K=xe?Se:z,ke=xe?De:R;if(B==="container"){let ee=un(g,d);return rt("div",{className:a("flex relative flex-1 overflow-hidden",K&&ce&&["left","right"].includes(g)),children:[rt("div",{className:a("h-full overflow-auto transition-all duration-500",K&&ce&&["left","right"].includes(g)?ee.contentPushClass:"w-full",K&&ce&&"overflow-y-auto overflow-x-hidden"),children:[b&&X("div",{onClick:()=>ke?.(!K),children:b}),X("div",{className:a("h-full",!u&&bt[m]),children:t})]}),X("div",{className:a(ee.container,"transition-all duration-500 ease-in-out",K&&ce&&["left","right"].includes(g)?a(ee.sheetPushClass,"overflow-y-auto"):K?ee.transformOpen:a(ee.transform,"hidden"),"overflow-y-auto"),children:X("div",{className:a(ee.content,A,"h-full"),children:M})}),K&&de&&!ce&&X("div",{className:a("absolute inset-0 bg-secondary/20 z-40","transition-opacity duration-500 ease-in-out","opacity-0",K?"opacity-100":"opacity-0"),onClick:()=>ke?.(!1)})]})}return rt(Mo,{open:K,onOpenChange:ke,children:[b&&X(Ao,{asChild:!0,children:b}),rt($t,{children:[de&&X(Ut,{className:"fixed inset-0 bg-secondary/50 z-50"}),X(zo,{side:g,className:a("fixed bg-background border","transition-all duration-500 ease-in-out",Wt[d][1],A),children:M})]})]})}default:return k(t)}};return X(Io.Provider,{value:!0,children:rt("div",{className:a(gn,fn[n],bt[m],N&&"flex-1",u&&"h-full",!u&&"rounded-2xl",o),children:[r&&X("div",{className:a("border-b",h,n==="card"&&!u&&"rounded-t-2xl",n==="border"&&"border-b-2",bt[m]),children:r}),T(),c&&X("div",{className:a("border-t",C,n==="card"&&!u&&"rounded-b-2xl",n==="border"&&"border-t-2",bt[m]),children:c})]})})};import{jsx as Jt}from"react/jsx-runtime";var Fo=({className:e,columns:t=[],meta:o={title:""}})=>{let n={content:Jt("div",{className:"flex items-center gap-4 p-2",children:o.secondaryActions}),align:"right",width:"fill"},l=[...t.filter(r=>r!==void 0),n];return Jt("div",{className:a("flex items-center w-full gap-4",e),children:l.map((r,c)=>Jt("div",{className:a("flex items-center h-full",r.className,{"justify-start":r.align==="left","justify-center":r.align==="center","justify-end":r.align==="right","flex-1":r.width==="fill"}),children:r.content},c))})};import{jsx as Dt}from"react/jsx-runtime";function bn({useTypedAppMeta:e}){return{AppHeader:r=>{let{meta:c}=e();return Dt(Ro,{...r,meta:c})},AppFooter:r=>{let{meta:c}=e();return Dt(Fo,{...r,meta:c})},AppContent:r=>Dt(Bo,{...r}),AppContainer:r=>Dt(Do,{...r})}}import{createContext as Lo,useContext as vn,useState as Oo,useCallback as kt,useMemo as Vo}from"react";import{jsx as _o}from"react/jsx-runtime";var hn=Lo(void 0),xn=({children:e})=>{let[t,o]=Oo({title:"",description:"",breadcrumbs:[]}),n=kt(c=>{o(h=>Object.keys(c).some(u=>JSON.stringify(h[u])!==JSON.stringify(c[u]))?{...h,...c}:h)},[]),l=kt(()=>{o(c=>c.title===""&&c.description===""&&(c.breadcrumbs?.length??0)===0?c:{title:"",description:"",breadcrumbs:[]})},[]),r=Vo(()=>({meta:t,setMeta:n,resetMeta:l}),[t,n,l]);return _o(hn.Provider,{value:r,children:e})};function Cn(){let e=Lo(void 0);return{TypedAppMetaProvider:({children:n})=>{let[l,r]=Oo({title:"",description:"",breadcrumbs:[]}),c=kt(u=>{r(m=>Object.keys(u).some(z=>{let R=m[z],k=u[z];return JSON.stringify(R)!==JSON.stringify(k)})?{...m,...u}:m)},[]),h=kt(()=>{r(u=>u.title===""&&u.description===""&&(u.breadcrumbs?.length??0)===0?u:{title:"",description:"",breadcrumbs:[]})},[]),C=Vo(()=>({meta:l,setMeta:c,resetMeta:h}),[l,c,h]);return _o(e.Provider,{value:C,children:n})},useTypedAppMeta:()=>{let n=vn(e);if(!n)throw new Error("useTypedAppMeta must be used within a TypedAppMetaProvider");return n},TypedAppMetaContext:e}}import{useEffect as yn,useMemo as qt}from"react";function wn({useTypedAppMeta:e}){function t(o){let{setMeta:n,resetMeta:l}=e(),r=qt(()=>{if(o.backAction)return{...o.backAction,onClick:o.backAction.onClick}},[o.backAction?.content,o.backAction?.href,o.backAction?.onClick?.toString()]),c=qt(()=>o.metadata,[JSON.stringify(o.metadata)]),h=qt(()=>({...o,backAction:r,metadata:c}),[o.title,o.description,o.breadcrumbs,o.primaryActions,o.secondaryActions,o.pagination,o.status,r,c]);yn(()=>(n(h),()=>l()),[h,n,l])}return{usePageTemplate:t}}import{useState as Go}from"react";import{Copy as Nn,Check as Pn,Loader2Icon as Tn}from"lucide-react";import{jsx as Pe,jsxs as Ho}from"react/jsx-runtime";var Xt=class{static currencyFormatter=new Intl.NumberFormat("en-IN",{style:"currency",currency:"INR",maximumFractionDigits:2});static compactFormatter=new Intl.NumberFormat("en-IN",{style:"currency",currency:"INR",notation:"compact",maximumFractionDigits:1});static MONTH_NAMES_SHORT=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];static async copyToClipboard(t){if(t)try{await navigator.clipboard.writeText(t)}catch(o){throw console.error("Failed to copy text:",o),o}}static CopyToClipboard=({text:t,children:o,className:n,size:l="icon",variant:r="ghost"})=>{let[c,h]=Go(!1),[C,u]=Go(!1),m=async()=>{if(!(!t||C)){u(!0);try{await this.copyToClipboard(t),h(!0),setTimeout(()=>h(!1),2e3)}catch(N){console.error("Failed to copy text:",N)}finally{u(!1)}}};return Ho(Ae,{children:[Pe(ze,{asChild:!0,children:Pe(f,{variant:r,size:l,className:a(l==="icon"&&"size-6",n),onClick:m,disabled:C||!t,children:C?Pe(Tn,{className:"animate-spin"}):c?Pe(Pn,{className:"h-3 w-3"}):o||Pe(Nn,{className:"h-3 w-3"})})}),Pe(Ie,{children:c?"Copied!":C?"Copying...":"Copy to clipboard"})]})};static formatINR(t,o={}){let{prefix:n="",suffix:l="",withSymbol:r=!0,compact:c=!1}=o;if(typeof t!="number"||isNaN(t))return`${n}${r?"\u20B9 ":""}0.00${l}`;let h=t<0,C=Math.abs(t),m=(c&&C>=1e5?this.compactFormatter:this.currencyFormatter).format(C).replace("\u20B9","");return`${n}${h?"- ":""}${r?"\u20B9 ":""}${m}${l}`}static formatDate(t,o={}){let{format:n="dd-mm-yyyy",separator:l="-"}=o,r=new Date(t);if(isNaN(r.getTime()))return"";let c=String(r.getDate()).padStart(2,"0"),h=String(r.getMonth()+1).padStart(2,"0"),C=this.MONTH_NAMES_SHORT[r.getMonth()],u=r.getFullYear();switch(n){case"dd-mmm-yyyy":return`${c}${l}${C}${l}${u}`;case"iso":return r.toISOString().split("T")[0];case"long":return r.toLocaleDateString("en-IN",{year:"numeric",month:"long",day:"numeric"});case"short":return r.toLocaleDateString("en-IN");default:return`${c}${l}${h}${l}${u}`}}static toProperCase(t){return t?t.toLowerCase().split(" ").map(o=>o.charAt(0).toUpperCase()+o.slice(1)).join(" "):""}static toProperCaseAdvanced(t){return t?t.toLowerCase().split(/(\s+|['-])/).map((o,n,l)=>["-","'"," "].includes(o)||n>0&&["-","'"].includes(l[n-1])?o:o.charAt(0).toUpperCase()+o.slice(1)).join(""):""}static StatusBadge=({status:t,className:o,showDot:n=!0,capitalize:l=!0,size:r="md",variant:c="outline",customColors:h,icon:C,trueMessage:u="active",falseMessage:m="inactive"})=>{let N=typeof t=="boolean"?t?u:m:typeof t=="number"?t>0?u:m:t.toLowerCase(),z={active:{label:"active",solid:{bg:"bg-emerald-500",text:"text-white",border:"border-emerald-600",dot:"bg-white"},outline:{bg:"bg-emerald-50",text:"text-emerald-700",border:"border-emerald-100",dot:"bg-emerald-500"},subtle:{bg:"bg-emerald-50",text:"text-emerald-700",border:"border-transparent",dot:"bg-emerald-500"}},pending:{label:"pending",solid:{bg:"bg-amber-500",text:"text-white",border:"border-amber-600",dot:"bg-white"},outline:{bg:"bg-amber-50",text:"text-amber-700",border:"border-amber-100",dot:"bg-amber-500"},subtle:{bg:"bg-amber-50",text:"text-amber-700",border:"border-transparent",dot:"bg-amber-500"}},inactive:{label:"inactive",solid:{bg:"bg-rose-500",text:"text-white",border:"border-rose-600",dot:"bg-white"},outline:{bg:"bg-rose-50",text:"text-rose-700",border:"border-rose-100",dot:"bg-rose-500"},subtle:{bg:"bg-rose-50",text:"text-rose-700",border:"border-transparent",dot:"bg-rose-500"}},draft:{label:"draft",solid:{bg:"bg-gray-500",text:"text-white",border:"border-gray-600",dot:"bg-white"},outline:{bg:"bg-gray-50",text:"text-gray-700",border:"border-gray-100",dot:"bg-gray-500"},subtle:{bg:"bg-gray-50",text:"text-gray-700",border:"border-transparent",dot:"bg-gray-500"}},completed:{label:"completed",solid:{bg:"bg-indigo-500",text:"text-white",border:"border-indigo-600",dot:"bg-white"},outline:{bg:"bg-indigo-50",text:"text-indigo-700",border:"border-indigo-100",dot:"bg-indigo-500"},subtle:{bg:"bg-indigo-50",text:"text-indigo-700",border:"border-transparent",dot:"bg-indigo-500"}}},R=z[N.toLowerCase()]||z.inactive,k=h||R[c],T={sm:"text-xs px-2 py-0.5",md:"text-xs px-2.5 py-0.5",lg:"text-sm px-3 py-1"},M=l?N.charAt(0).toUpperCase()+N.slice(1):N;return Pe("div",{className:"flex justify-center",children:Ho("span",{className:a("inline-flex items-center gap-1.5 rounded-full border font-medium",k.bg,k.text,k.border,T[r],o),children:[n&&(C?Pe("span",{className:"flex items-center",children:C}):Pe("span",{className:a("size-2 rounded-full",k.dot),"aria-hidden":"true"})),M]})})}};import{AlertTriangleIcon as Sn}from"lucide-react";import{useRouteError as Dn,isRouteErrorResponse as kn,useNavigate as Rn}from"react-router";import{Fragment as Kt,jsx as le,jsxs as it}from"react/jsx-runtime";var Eo=()=>{let e=Dn(),t=Rn();return le("div",{className:"rounded-2xl flex justify-center items-center h-full bg-sidebar px-4",children:it("div",{className:"flex flex-col items-center space-y-4 text-center",children:[le(Sn,{className:"h-16 w-16 text-destructive"}),kn(e)?it(Kt,{children:[it("h2",{className:"text-3xl font-semibold text-destructive",children:["Error ",e.status,": ",e.statusText]}),typeof e.data=="string"?le("pre",{className:"text-lg text-muted-foreground whitespace-pre-wrap max-w-4xl text-left",children:e.data}):e.data?.message&&le("pre",{className:"text-lg text-muted-foreground whitespace-pre-wrap max-w-4xl text-left",children:e.data.message})]}):e instanceof Error?it(Kt,{children:[le("h2",{className:"text-3xl font-semibold text-destructive",children:"Unexpected Error"}),le("pre",{className:"text-lg text-muted-foreground whitespace-pre-wrap max-w-4xl text-left",children:e.message}),e.stack&&it("details",{className:"mt-2 text-sm text-muted-foreground max-w-4xl text-left",children:[le("summary",{className:"cursor-pointer underline",children:"Stack Trace"}),le("pre",{className:"whitespace-pre-wrap",children:e.stack})]})]}):it(Kt,{children:[le("h2",{className:"text-3xl font-semibold text-destructive",children:"Unknown Error"}),le("pre",{className:"text-lg text-muted-foreground whitespace-pre-wrap max-w-4xl text-left",children:typeof e=="string"?e:JSON.stringify(e,null,2)})]}),le(f,{variant:"outline",onClick:()=>t(-1),children:"Go Back"})]})})};import{motion as Te}from"framer-motion";import{jsx as _,jsxs as ne}from"react/jsx-runtime";function Mn({size:e=100,strokeWidth:t=2,color:o="currentColor",className:n=""}){return ne(Te.svg,{width:e,height:e,viewBox:"0 0 100 100",initial:"hidden",animate:"visible",className:n,children:[_("title",{children:"Animated Checkmark"}),_(Te.circle,{cx:"50",cy:"50",r:"40",stroke:o,custom:0,style:{strokeWidth:t,strokeLinecap:"round",fill:"transparent"}}),_(Te.path,{d:"M30 50L45 65L70 35",stroke:o,custom:1,style:{strokeWidth:t,strokeLinecap:"round",strokeLinejoin:"round",fill:"transparent"}})]})}function jo(){return _(pe,{className:"w-full max-w-sm mx-auto p-6 min-h-[300px] flex flex-col justify-center bg-background",children:ne(ue,{className:"space-y-4 flex flex-col items-center justify-center",children:[_(Te.div,{className:"flex justify-center",initial:{opacity:0,scale:.8},animate:{opacity:1,scale:1},transition:{duration:.4,ease:[.4,0,.2,1],scale:{type:"spring",damping:15,stiffness:200}},children:ne("div",{className:"relative",children:[_(Te.div,{className:"absolute inset-0 bg-primary/5 rounded-full",initial:{opacity:0,scale:.8},animate:{opacity:1,scale:1},transition:{delay:.2,duration:.8,ease:"circOut"}}),_(Mn,{size:80,strokeWidth:4,color:"rgb(16 185 129)",className:"relative z-10 dark:drop-shadow-[0_0_10px_rgba(0,0,0,0.1)]"})]})}),ne(Te.div,{className:"space-y-2 text-center w-full",initial:{opacity:0,y:10},animate:{opacity:1,y:0},transition:{delay:.2,duration:.6,ease:[.4,0,.2,1]},children:[_(Te.h2,{className:"text-lg text-zinc-100 dark:text-zinc-900 tracking-tighter font-semibold uppercase",initial:{opacity:0,y:5},animate:{opacity:1,y:0},transition:{delay:1,duration:.4},children:"Transfer Successful"}),_("div",{className:"flex items-center gap-4",children:_(Te.div,{className:"flex-1 bg-zinc-800/50 dark:bg-zinc-50/50 rounded-xl p-3 border border-zinc-700/50 dark:border-zinc-200/50 backdrop-blur-md",initial:{opacity:0,scale:.95},animate:{opacity:1,scale:1},transition:{delay:1.2,duration:.4,ease:[.4,0,.2,1]},children:ne("div",{className:"flex flex-col items-start gap-2",children:[ne("div",{className:"space-y-1.5",children:[ne("span",{className:"text-xs font-medium text-secondary-foreground flex items-center gap-1.5",children:[ne("svg",{className:"w-3 h-3",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[_("title",{children:"From"}),_("path",{d:"M12 19V5M5 12l7-7 7 7"})]}),"From"]}),ne("div",{className:"flex items-center gap-2.5 group transition-all",children:[_("span",{className:"inline-flex items-center justify-center w-7 h-7 rounded-lg bg-zinc-900 dark:bg-white shadow-lg border border-zinc-700 dark:border-zinc-300 text-sm font-medium text-zinc-100 dark:text-zinc-900 group-hover:scale-105 transition-transform",children:"$"}),_("span",{className:"font-medium text-zinc-100 dark:text-zinc-900 tracking-tight",children:"500.00 USD"})]})]}),_("div",{className:"w-full h-px bg-gradient-to-r from-transparent via-zinc-700 dark:via-zinc-300 to-transparent"}),ne("div",{className:"space-y-1.5",children:[ne("span",{className:"text-xs font-medium text-secondary-foreground flex items-center gap-1.5",children:[ne("svg",{className:"w-3 h-3",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[_("title",{children:"To"}),_("path",{d:"M12 5v14M5 12l7 7 7-7"})]}),"To"]}),ne("div",{className:"flex items-center gap-2.5 group transition-all",children:[_("span",{className:"inline-flex items-center justify-center w-7 h-7 rounded-lg bg-zinc-900 dark:bg-white shadow-lg border border-zinc-700 dark:border-zinc-300 text-sm font-medium text-zinc-100 dark:text-zinc-900 group-hover:scale-105 transition-transform",children:"\u20AC"}),_("span",{className:"font-medium text-zinc-100 dark:text-zinc-900 tracking-tight",children:"460.00 EUR"})]})]})]})})}),_(Te.div,{className:"w-full text-xs text-secondary-foreground mt-2 text-center",initial:{opacity:0},animate:{opacity:1},transition:{delay:1.4,duration:.4},children:"Exchange Rate: 1 USD = 0.92 EUR"})]})]})})}import{jsx as Rt,jsxs as An}from"react/jsx-runtime";var $o=()=>Rt("div",{className:"rounded-2xl flex justify-center items-center h-full bg-transparent",children:An("div",{className:"flex flex-col items-center space-y-4",children:[Rt("div",{className:"animate-spin rounded-full border-t-4 border-ring h-16 w-16 mb-4"}),Rt("h2",{className:"text-xl font-semibold text-muted-foreground",children:"Loading, please wait..."}),Rt("p",{className:"text-sm text-muted-foreground",children:"Your content is on its way."})]})});import{useLocation as zn}from"react-router";import{GhostIcon as In}from"lucide-react";import{NavLink as Bn,useNavigate as Fn}from"react-router";import{jsx as st,jsxs as Yt}from"react/jsx-runtime";var Uo=()=>{let e=zn(),t=Fn(),o=()=>{window.history.length>2?t(-1):t("/")};return Yt("div",{className:"rounded-2xl flex flex-col items-center justify-center h-full p-6 text-center bg-sidebar text-muted-foreground select-none",children:[st(In,{className:"h-15 w-15 text-destructive mb-4"}),st("h1",{className:"text-2xl font-bold text-destructive mb-2",children:"Page Not Found"}),Yt("p",{className:"text-xl mb-4",children:["The page ",st("code",{className:"px-1 py-0.5 rounded bg-muted text-foreground",children:e.pathname})," doesn't exist or has been moved."]}),Yt("div",{className:"flex space-x-4",children:[st(f,{variant:"outline",onClick:o,children:"Go Back"}),st(f,{variant:"ghost",children:st(Bn,{to:"/",children:"Return Home"})})]})]})};import{WifiOffIcon as Ln}from"lucide-react";import{jsx as Zt,jsxs as On}from"react/jsx-runtime";var Wo=()=>On("div",{className:"rounded-2xl flex flex-col items-center justify-center h-screen p-6 text-center text-muted-foreground bg-background select-none",children:[Zt(Ln,{className:"h-15 w-15 text-destructive mb-4"}),Zt("h1",{className:"text-3xl font-bold text-destructive mb-2",children:"You're offline"}),Zt("p",{className:"text-xl max-w-md",children:"We couldn't connect to the server."})]});import{ShieldOffIcon as Vn}from"lucide-react";import{NavLink as _n,useNavigate as Gn}from"react-router";import{jsx as lt,jsxs as Jo}from"react/jsx-runtime";var qo=()=>{let e=Gn();return Jo("div",{className:"rounded-2xl flex flex-col items-center justify-center h-full p-6 text-center bg-sidebar text-muted-foreground select-none",children:[lt(Vn,{className:"h-15 w-15 text-destructive mb-4"}),lt("h1",{className:"text-2xl font-bold text-destructive mb-2",children:"Access Denied"}),lt("p",{className:"text-xl mb-4",children:"You don't have permission to view this page. Please sign in with an authorized account or contact your administrator."}),Jo("div",{className:"flex space-x-4",children:[lt(f,{variant:"outline",onClick:()=>{window.history.length>2?e(-1):e("/")},children:"Go Back"}),lt(f,{variant:"ghost",children:lt(_n,{to:"/",children:"Go to Home"})})]})]})};export{xn as AppMetaProvider,jo as CurrencyTransfer,go as DataTable,bo as DataTableActionBar,vo as DataTableActionBarAction,ho as DataTableActionBarSelection,wo as DataTemplate,Po as DataTemplateActionBar,To as DataTemplateActionBarAction,So as DataTemplateActionBarSelection,Eo as ErrorComponent,Xt as GeneralHelper,$o as Loader,Uo as NotFound,Wo as OfflineUI,qo as Unauthorized,bn as createLayoutComponents,wn as createPageTemplateHook,Cn as createTypedAppMetaContext};
|
|
3
3
|
//# sourceMappingURL=index.js.map
|