@sito/dashboard 0.0.15 → 0.0.16

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.
@@ -35,7 +35,7 @@ export type TablePropsType = {
35
35
  rows: object[];
36
36
  parseRows?: any;
37
37
  isLoading?: boolean;
38
- actions?: Action[];
38
+ actions?: (row: object) => Action[];
39
39
  columns?: ColumnType[];
40
40
  columnsOptions?: ColumnsOptionsType;
41
41
  contentClassName?: string;
@@ -1 +1 @@
1
- var H=require("./main.css");Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),d=require("react");var y=(t=>(t.ASC="ASC",t.DESC="DESC",t))(y||{});const _=[20,50,100],w=d.createContext({}),A=t=>{const{children:s}=t,[n,l]=d.useState(0),[r,a]=d.useState(20),[m,p]=d.useState(0),[u,j]=d.useState("id"),[i,o]=d.useState(y.ASC),b={onSort:d.useCallback(c=>{let g=i;if(u===c)switch(i){case y.ASC:g=y.DESC;break;default:g=y.ASC;break}j(c),o(g)},[u,i]),total:n,setTotal:l,sortingBy:u,sortingOrder:i,pageSize:r,pageSizes:_,setPageSize:a,currentPage:m,setCurrentPage:p};return e.jsx(w.Provider,{value:b,children:s})},N=()=>{const t=d.useContext(w);if(t===void 0)throw new Error("tableOptionsContext must be used within a Provider");return t},S=d.createContext({});function M(t){const{children:s,t:n}=t;return e.jsx(S.Provider,{value:{t:n},children:s})}const v=()=>{const t=d.useContext(S);if(t===void 0)throw new Error("translationContext must be used within a Provider");return t};function E(t){const{content:s,children:n}=t;return e.jsxs("div",{className:"tooltip-container",children:[n,e.jsx("div",{className:"tooltip-text",children:s})]})}function k(t){const{color:s="stroke-blue-800",loaderClass:n,strokeWidth:l="4",...r}=t;return e.jsx("div",{...r,className:`loading ${r.className}`,children:e.jsx("div",{className:"loader-container",children:e.jsx("div",{className:`loader ${n}`,children:e.jsx("svg",{className:"circular",viewBox:"25 25 50 50",children:e.jsx("circle",{className:`path ${s}`,cx:"50",cy:"50",r:"20",fill:"none",strokeWidth:l,strokeMiterlimit:"10"})})})})})}function B(){const{t}=v();return e.jsx("div",{className:"w-full flex items-center justify-center py-2 border-t-[1px]",children:e.jsx("p",{children:t("_accessibility:components.table.empty")})})}function T(t){const{className:s}=t;return e.jsx("svg",{className:s,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",children:e.jsx("path",{d:"M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z"})})}function $(t){const{className:s}=t;return e.jsx("svg",{className:s,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",children:e.jsx("path",{d:"M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"})})}function D(t){const{t:s}=v(),{entity:n="",columns:l=[],hasAction:r=!0,columnsOptions:a}=t,{onSort:m,sortingOrder:p,sortingBy:u}=N(),j=d.useMemo(()=>{const{noSortableColumns:i={},columnClassNames:o={}}=a??{};return l==null?void 0:l.map(x=>({id:x.key,label:x.label,className:o[x.key]??"",sortable:!i[x.key]}))},[l,a,n,s]);return e.jsx("thead",{className:"text-xs text-gray-700 bg-gray-50",children:e.jsxs("tr",{children:[j.map(i=>{var o,x,b,c;return e.jsx("th",{scope:"col",className:`px-6 py-3 ${i.className}`,children:e.jsxs("button",{disabled:!i.sortable,onClick:()=>m(i.id),className:"flex items-center gap-2",children:[e.jsx("span",{className:"whitespace-nowrap",children:i.label}),i.sortable&&e.jsx("span",{className:`${u===i.id?"opacity-100":"opacity-0"}`,children:p===y.ASC?((o=a==null?void 0:a.icons)==null?void 0:o.asc)??e.jsx(T,{className:((x=a==null?void 0:a.icons)==null?void 0:x.className)??"w-3"}):((b=a==null?void 0:a.icons)==null?void 0:b.desc)??e.jsx($,{className:((c=a==null?void 0:a.icons)==null?void 0:c.className)??"w-3"})})]})},i.id)}),r&&e.jsx("th",{scope:"col",className:"px-6 py-3 text-center",children:s("_accessibility:labels.actions")})]})})}var P=(t=>(t.error="error",t.good="good",t.default="default",t))(P||{});const L=t=>{switch(t){case"error":return"border-red-500 text-red-900 placeholder-red-700 focus:ring-red-500 focus:border-red-500";case"good":return"border-green-500 text-green-900 placeholder-green-700 focus:ring-green-500 focus:border-green-500";default:return"text-gray-900 border-gray-300 focus:border-blue-600"}},F=t=>{switch(t){case"error":return"peer-focus:text-red-700 text-red-700";case"good":return"peer-focus:text-green-700 text-green-700";default:return"peer-focus:text-blue-600 text-gray-500"}},q=t=>{switch(t){case"error":return"text-red-600";case"good":return"text-green-600";default:return"text-gray-500"}},I=d.forwardRef(function(t,s){const{value:n,onChange:l,options:r,containerClassName:a="",inputClassName:m="",labelClassName:p="",helperText:u="",helperTextClassName:j="",placeholder:i="",label:o="",name:x="",id:b="",state:c=P.default,...g}=t;return d.useEffect(()=>{var f;(!n||n==="")&&(r!=null&&r.length)&&l({target:{value:(f=r[0])==null?void 0:f.id}})},[l,r,n]),e.jsxs("div",{className:`relative z-0 w-full mb-5 group ${a}`,children:[e.jsx("select",{...g,id:b,ref:s,name:x,value:n,onChange:l,className:`block py-2.5 px-0 w-full text-sm bg-transparent border-0 border-b-2 appearance-none focus:outline-none focus:ring-0 disabled:text-[#6b7280] ${L(c)} peer ${m}`,children:r==null?void 0:r.map(f=>e.jsx("option",{value:f.id,children:f.value},f.id))}),e.jsx("label",{htmlFor:x,className:`peer-focus:font-medium absolute text-sm duration-300 transform -translate-y-6 scale-75 top-3 -z-10 origin-[0] peer-focus:start-0 rtl:peer-focus:translate-x-1/4 rtl:peer-focus:left-auto peer-placeholder-shown:scale-100 peer-placeholder-shown:translate-y-0 peer-focus:scale-75 peer-focus:-translate-y-6 ${F(c)} ${p}`,children:o}),e.jsx("p",{className:`mt-2 text-sm ${q(c)} ${j}`,children:c!=="error"&&c!=="good"?i:u})]})}),R=I;function U(){const{t}=v(),{pageSizes:s,pageSize:n,setPageSize:l}=N(),r=d.useMemo(()=>s==null?void 0:s.map(a=>({id:a,value:a})),[s]);return e.jsxs("div",{className:"flex gap-2 items-center justify-start px-5",children:[e.jsx("p",{children:t("_accessibility:components.table.pageSizes")}),e.jsx(R,{value:n,options:r,inputClassName:"!py-0 !pl-2 !pr-7 !border-none font-bold",containerClassName:"!w-auto !mb-0 !border-none",helperTextClassName:"hidden",onChange:a=>l(a.target.value)})]})}function W(){const{t}=v(),{total:s,pageSize:n,pageSizes:l,currentPage:r,setCurrentPage:a}=N(),m=(r+1)*n>s?s:(r+1)*n;return e.jsxs("div",{className:"flex w-full items-center justify-between mt-5 px-5",children:[e.jsxs("div",{className:"flex w-full items-center justify-start gap-1",children:[e.jsx("p",{children:t("_accessibility:components.table.pageSizes")}),l[0]<s&&e.jsx(e.Fragment,{children:e.jsxs("p",{children:[t("_accessibility:components.table.from")," ",r*n+1," ",t("_accessibility:components.table.to")," ",m," ",t("_accessibility:components.table.of")]})}),e.jsxs("p",{children:[s," ",t("_accessibility:components.table.results")]})]}),e.jsxs("div",{className:"flex gap-5 items-center justify-end",children:[e.jsx("button",{className:"disabled:text-light-primary/40",disabled:r===0,onClick:()=>a(r-1),children:t("_accessibility:buttons.previous")}),e.jsx("button",{disabled:Math.floor(s/((r+1)*n))===0,className:"disabled:text-light-primary/40",onClick:()=>a(r+1),children:t("_accessibility:buttons.next")})]})]})}function G(t){const{t:s}=v(),{title:n="",rows:l,parseRows:r,entity:a="",isLoading:m=!1,actions:p=[],columns:u=[],contentClassName:j="h-[calc(100vh-280px)]",className:i="bg-gray-50",columnsOptions:o,softDeleteProperty:x="deleted"}=t,b=d.useMemo(()=>(l==null?void 0:l.map(c=>r(c)))??[],[r,l,s]);return e.jsxs("div",{className:`${i} relative overflow-x-auto w-full h-full`,children:[e.jsx("div",{className:"mb-5 flex w-full items-center justify-between",children:e.jsxs("div",{children:[e.jsx("h1",{className:"text-2xl md:text-3xl font-bold mx-5",children:n}),l!=null&&l.length&&!m?e.jsx(U,{}):null]})}),m?e.jsx(k,{className:"bg-white top-0 left-0 w-full h-full"}):e.jsx("div",{className:`${j} overflow-auto`,children:l!=null&&l.length?e.jsxs(e.Fragment,{children:[e.jsxs("table",{className:"w-full text-sm text-left text-gray-500",children:[e.jsx(D,{entity:a,columns:u,columnsOptions:o,hasAction:(p==null?void 0:p.length)>0}),e.jsx("tbody",{children:b==null?void 0:b.map(c=>{var g,f;return e.jsxs("tr",{className:`border-b ${(g=c[x])!=null&&g.value?"deleted-class":"bg-white"}`,children:[u==null?void 0:u.map((h,z)=>{var C;return e.jsx("td",{className:`px-6 py-4 font-medium ${z===0?"text-gray-900 whitespace-nowrap":""} ${o!=null&&o.columnClassNames?o==null?void 0:o.columnClassNames[h.key]:""}`,children:((C=c[h.key])==null?void 0:C.render)??c[h.key]},h.key)}),p.length?e.jsx("td",{children:e.jsx("div",{className:"flex items-center gap-3 w-full justify-center",children:(f=p.filter(h=>!h.hidden||!h.hidden(c)))==null?void 0:f.map(h=>e.jsx(E,{content:h.tooltip,children:e.jsx("button",{onClick:()=>h.onClick(c),children:h.icon})},h.id))})}):null]},c.id)})})]}),e.jsx(W,{})]}):e.jsx(B,{})})]})}exports.ChevronDown=$;exports.ChevronUp=T;exports.Loading=k;exports.Table=G;exports.TableOptionsProvider=A;exports.TranslationProvider=M;exports.useTableOptions=N;exports.useTranslation=v;
1
+ var H=require("./main.css");Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),d=require("react");var y=(t=>(t.ASC="ASC",t.DESC="DESC",t))(y||{});const _=[20,50,100],w=d.createContext({}),A=t=>{const{children:s}=t,[l,n]=d.useState(0),[r,a]=d.useState(20),[p,b]=d.useState(0),[u,j]=d.useState("id"),[o,i]=d.useState(y.ASC),m={onSort:d.useCallback(c=>{let g=o;if(u===c)switch(o){case y.ASC:g=y.DESC;break;default:g=y.ASC;break}j(c),i(g)},[u,o]),total:l,setTotal:n,sortingBy:u,sortingOrder:o,pageSize:r,pageSizes:_,setPageSize:a,currentPage:p,setCurrentPage:b};return e.jsx(w.Provider,{value:m,children:s})},N=()=>{const t=d.useContext(w);if(t===void 0)throw new Error("tableOptionsContext must be used within a Provider");return t},S=d.createContext({});function M(t){const{children:s,t:l}=t;return e.jsx(S.Provider,{value:{t:l},children:s})}const v=()=>{const t=d.useContext(S);if(t===void 0)throw new Error("translationContext must be used within a Provider");return t};function E(t){const{content:s,children:l}=t;return e.jsxs("div",{className:"tooltip-container",children:[l,e.jsx("div",{className:"tooltip-text",children:s})]})}function k(t){const{color:s="stroke-blue-800",loaderClass:l,strokeWidth:n="4",...r}=t;return e.jsx("div",{...r,className:`loading ${r.className}`,children:e.jsx("div",{className:"loader-container",children:e.jsx("div",{className:`loader ${l}`,children:e.jsx("svg",{className:"circular",viewBox:"25 25 50 50",children:e.jsx("circle",{className:`path ${s}`,cx:"50",cy:"50",r:"20",fill:"none",strokeWidth:n,strokeMiterlimit:"10"})})})})})}function B(){const{t}=v();return e.jsx("div",{className:"w-full flex items-center justify-center py-2 border-t-[1px]",children:e.jsx("p",{children:t("_accessibility:components.table.empty")})})}function T(t){const{className:s}=t;return e.jsx("svg",{className:s,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",children:e.jsx("path",{d:"M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z"})})}function $(t){const{className:s}=t;return e.jsx("svg",{className:s,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",children:e.jsx("path",{d:"M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"})})}function D(t){const{t:s}=v(),{entity:l="",columns:n=[],hasAction:r=!0,columnsOptions:a}=t,{onSort:p,sortingOrder:b,sortingBy:u}=N(),j=d.useMemo(()=>{const{noSortableColumns:o={},columnClassNames:i={}}=a??{};return n==null?void 0:n.map(x=>({id:x.key,label:x.label,className:i[x.key]??"",sortable:!o[x.key]}))},[n,a,l,s]);return e.jsx("thead",{className:"text-xs text-gray-700 bg-gray-50",children:e.jsxs("tr",{children:[j.map(o=>{var i,x,m,c;return e.jsx("th",{scope:"col",className:`px-6 py-3 ${o.className}`,children:e.jsxs("button",{disabled:!o.sortable,onClick:()=>p(o.id),className:"flex items-center gap-2",children:[e.jsx("span",{className:"whitespace-nowrap",children:o.label}),o.sortable&&e.jsx("span",{className:`${u===o.id?"opacity-100":"opacity-0"}`,children:b===y.ASC?((i=a==null?void 0:a.icons)==null?void 0:i.asc)??e.jsx(T,{className:((x=a==null?void 0:a.icons)==null?void 0:x.className)??"w-3"}):((m=a==null?void 0:a.icons)==null?void 0:m.desc)??e.jsx($,{className:((c=a==null?void 0:a.icons)==null?void 0:c.className)??"w-3"})})]})},o.id)}),r&&e.jsx("th",{scope:"col",className:"px-6 py-3 text-center",children:s("_accessibility:labels.actions")})]})})}var P=(t=>(t.error="error",t.good="good",t.default="default",t))(P||{});const L=t=>{switch(t){case"error":return"border-red-500 text-red-900 placeholder-red-700 focus:ring-red-500 focus:border-red-500";case"good":return"border-green-500 text-green-900 placeholder-green-700 focus:ring-green-500 focus:border-green-500";default:return"text-gray-900 border-gray-300 focus:border-blue-600"}},F=t=>{switch(t){case"error":return"peer-focus:text-red-700 text-red-700";case"good":return"peer-focus:text-green-700 text-green-700";default:return"peer-focus:text-blue-600 text-gray-500"}},q=t=>{switch(t){case"error":return"text-red-600";case"good":return"text-green-600";default:return"text-gray-500"}},I=d.forwardRef(function(t,s){const{value:l,onChange:n,options:r,containerClassName:a="",inputClassName:p="",labelClassName:b="",helperText:u="",helperTextClassName:j="",placeholder:o="",label:i="",name:x="",id:m="",state:c=P.default,...g}=t;return d.useEffect(()=>{var f;(!l||l==="")&&(r!=null&&r.length)&&n({target:{value:(f=r[0])==null?void 0:f.id}})},[n,r,l]),e.jsxs("div",{className:`relative z-0 w-full mb-5 group ${a}`,children:[e.jsx("select",{...g,id:m,ref:s,name:x,value:l,onChange:n,className:`block py-2.5 px-0 w-full text-sm bg-transparent border-0 border-b-2 appearance-none focus:outline-none focus:ring-0 disabled:text-[#6b7280] ${L(c)} peer ${p}`,children:r==null?void 0:r.map(f=>e.jsx("option",{value:f.id,children:f.value},f.id))}),e.jsx("label",{htmlFor:x,className:`peer-focus:font-medium absolute text-sm duration-300 transform -translate-y-6 scale-75 top-3 -z-10 origin-[0] peer-focus:start-0 rtl:peer-focus:translate-x-1/4 rtl:peer-focus:left-auto peer-placeholder-shown:scale-100 peer-placeholder-shown:translate-y-0 peer-focus:scale-75 peer-focus:-translate-y-6 ${F(c)} ${b}`,children:i}),e.jsx("p",{className:`mt-2 text-sm ${q(c)} ${j}`,children:c!=="error"&&c!=="good"?o:u})]})}),R=I;function U(){const{t}=v(),{pageSizes:s,pageSize:l,setPageSize:n}=N(),r=d.useMemo(()=>s==null?void 0:s.map(a=>({id:a,value:a})),[s]);return e.jsxs("div",{className:"flex gap-2 items-center justify-start px-5",children:[e.jsx("p",{children:t("_accessibility:components.table.pageSizes")}),e.jsx(R,{value:l,options:r,inputClassName:"!py-0 !pl-2 !pr-7 !border-none font-bold",containerClassName:"!w-auto !mb-0 !border-none",helperTextClassName:"hidden",onChange:a=>n(a.target.value)})]})}function W(){const{t}=v(),{total:s,pageSize:l,pageSizes:n,currentPage:r,setCurrentPage:a}=N(),p=(r+1)*l>s?s:(r+1)*l;return e.jsxs("div",{className:"flex w-full items-center justify-between mt-5 px-5",children:[e.jsxs("div",{className:"flex w-full items-center justify-start gap-1",children:[e.jsx("p",{children:t("_accessibility:components.table.pageSizes")}),n[0]<s&&e.jsx(e.Fragment,{children:e.jsxs("p",{children:[t("_accessibility:components.table.from")," ",r*l+1," ",t("_accessibility:components.table.to")," ",p," ",t("_accessibility:components.table.of")]})}),e.jsxs("p",{children:[s," ",t("_accessibility:components.table.results")]})]}),e.jsxs("div",{className:"flex gap-5 items-center justify-end",children:[e.jsx("button",{className:"disabled:text-light-primary/40",disabled:r===0,onClick:()=>a(r-1),children:t("_accessibility:buttons.previous")}),e.jsx("button",{disabled:Math.floor(s/((r+1)*l))===0,className:"disabled:text-light-primary/40",onClick:()=>a(r+1),children:t("_accessibility:buttons.next")})]})]})}function G(t){const{t:s}=v(),{title:l="",rows:n,parseRows:r,entity:a="",isLoading:p=!1,actions:b,columns:u=[],contentClassName:j="h-[calc(100vh-280px)]",className:o="bg-gray-50",columnsOptions:i,softDeleteProperty:x="deleted"}=t,m=d.useMemo(()=>(n==null?void 0:n.map(c=>r(c)))??[],[r,n,s]);return e.jsxs("div",{className:`${o} relative overflow-x-auto w-full h-full`,children:[e.jsx("div",{className:"mb-5 flex w-full items-center justify-between",children:e.jsxs("div",{children:[e.jsx("h1",{className:"text-2xl md:text-3xl font-bold mx-5",children:l}),n!=null&&n.length&&!p?e.jsx(U,{}):null]})}),p?e.jsx(k,{className:"bg-white top-0 left-0 w-full h-full"}):e.jsx("div",{className:`${j} overflow-auto`,children:n!=null&&n.length?e.jsxs(e.Fragment,{children:[e.jsxs("table",{className:"w-full text-sm text-left text-gray-500",children:[e.jsx(D,{entity:a,columns:u,columnsOptions:i,hasAction:!!b}),e.jsx("tbody",{children:m==null?void 0:m.map(c=>{var g,f;return e.jsxs("tr",{className:`border-b ${(g=c[x])!=null&&g.value?"deleted-class":"bg-white"}`,children:[u==null?void 0:u.map((h,z)=>{var C;return e.jsx("td",{className:`px-6 py-4 font-medium ${z===0?"text-gray-900 whitespace-nowrap":""} ${i!=null&&i.columnClassNames?i==null?void 0:i.columnClassNames[h.key]:""}`,children:((C=c[h.key])==null?void 0:C.render)??c[h.key]},h.key)}),b?e.jsx("td",{children:e.jsx("div",{className:"flex items-center gap-3 w-full justify-center",children:(f=b(c).filter(h=>!h.hidden))==null?void 0:f.map(h=>e.jsx(E,{content:h.tooltip,children:e.jsx("button",{onClick:h.onClick,children:h.icon})},h.id))})}):null]},c.id)})})]}),e.jsx(W,{})]}):e.jsx(B,{})})]})}exports.ChevronDown=$;exports.ChevronUp=T;exports.Loading=k;exports.Table=G;exports.TableOptionsProvider=A;exports.TranslationProvider=M;exports.useTableOptions=N;exports.useTranslation=v;
package/dist/dashboard.js CHANGED
@@ -3,11 +3,11 @@ import { jsx as t, jsxs as d, Fragment as $ } from "react/jsx-runtime";
3
3
  import { createContext as P, useState as v, useCallback as E, useContext as z, useMemo as w, forwardRef as B, useEffect as D } from "react";
4
4
  var N = /* @__PURE__ */ ((e) => (e.ASC = "ASC", e.DESC = "DESC", e))(N || {});
5
5
  const M = [20, 50, 100], T = P({}), O = (e) => {
6
- const { children: r } = e, [n, l] = v(0), [s, a] = v(20), [f, m] = v(0), [h, y] = v("id"), [i, o] = v(N.ASC), b = {
6
+ const { children: r } = e, [n, l] = v(0), [s, a] = v(20), [m, b] = v(0), [p, y] = v("id"), [i, o] = v(N.ASC), f = {
7
7
  onSort: E(
8
8
  (c) => {
9
9
  let x = i;
10
- if (h === c)
10
+ if (p === c)
11
11
  switch (i) {
12
12
  case N.ASC:
13
13
  x = N.DESC;
@@ -18,19 +18,19 @@ const M = [20, 50, 100], T = P({}), O = (e) => {
18
18
  }
19
19
  y(c), o(x);
20
20
  },
21
- [h, i]
21
+ [p, i]
22
22
  ),
23
23
  total: n,
24
24
  setTotal: l,
25
- sortingBy: h,
25
+ sortingBy: p,
26
26
  sortingOrder: i,
27
27
  pageSize: s,
28
28
  pageSizes: M,
29
29
  setPageSize: a,
30
- currentPage: f,
31
- setCurrentPage: m
30
+ currentPage: m,
31
+ setCurrentPage: b
32
32
  };
33
- return /* @__PURE__ */ t(T.Provider, { value: b, children: r });
33
+ return /* @__PURE__ */ t(T.Provider, { value: f, children: r });
34
34
  }, S = () => {
35
35
  const e = z(T);
36
36
  if (e === void 0)
@@ -103,7 +103,7 @@ function U(e) {
103
103
  );
104
104
  }
105
105
  function W(e) {
106
- const { t: r } = C(), { entity: n = "", columns: l = [], hasAction: s = !0, columnsOptions: a } = e, { onSort: f, sortingOrder: m, sortingBy: h } = S(), y = w(() => {
106
+ const { t: r } = C(), { entity: n = "", columns: l = [], hasAction: s = !0, columnsOptions: a } = e, { onSort: m, sortingOrder: b, sortingBy: p } = S(), y = w(() => {
107
107
  const { noSortableColumns: i = {}, columnClassNames: o = {} } = a ?? {};
108
108
  return l == null ? void 0 : l.map((u) => ({
109
109
  id: u.key,
@@ -114,7 +114,7 @@ function W(e) {
114
114
  }, [l, a, n, r]);
115
115
  return /* @__PURE__ */ t("thead", { className: "text-xs text-gray-700 bg-gray-50", children: /* @__PURE__ */ d("tr", { children: [
116
116
  y.map((i) => {
117
- var o, u, b, c;
117
+ var o, u, f, c;
118
118
  return /* @__PURE__ */ t(
119
119
  "th",
120
120
  {
@@ -124,20 +124,20 @@ function W(e) {
124
124
  "button",
125
125
  {
126
126
  disabled: !i.sortable,
127
- onClick: () => f(i.id),
127
+ onClick: () => m(i.id),
128
128
  className: "flex items-center gap-2",
129
129
  children: [
130
130
  /* @__PURE__ */ t("span", { className: "whitespace-nowrap", children: i.label }),
131
131
  i.sortable && /* @__PURE__ */ t(
132
132
  "span",
133
133
  {
134
- className: `${h === i.id ? "opacity-100" : "opacity-0"}`,
135
- children: m === N.ASC ? ((o = a == null ? void 0 : a.icons) == null ? void 0 : o.asc) ?? /* @__PURE__ */ t(
134
+ className: `${p === i.id ? "opacity-100" : "opacity-0"}`,
135
+ children: b === N.ASC ? ((o = a == null ? void 0 : a.icons) == null ? void 0 : o.asc) ?? /* @__PURE__ */ t(
136
136
  R,
137
137
  {
138
138
  className: ((u = a == null ? void 0 : a.icons) == null ? void 0 : u.className) ?? "w-3"
139
139
  }
140
- ) : ((b = a == null ? void 0 : a.icons) == null ? void 0 : b.desc) ?? /* @__PURE__ */ t(
140
+ ) : ((f = a == null ? void 0 : a.icons) == null ? void 0 : f.desc) ?? /* @__PURE__ */ t(
141
141
  U,
142
142
  {
143
143
  className: ((c = a == null ? void 0 : a.icons) == null ? void 0 : c.className) ?? "w-3"
@@ -189,14 +189,14 @@ const q = (e) => {
189
189
  onChange: l,
190
190
  options: s,
191
191
  containerClassName: a = "",
192
- inputClassName: f = "",
193
- labelClassName: m = "",
194
- helperText: h = "",
192
+ inputClassName: m = "",
193
+ labelClassName: b = "",
194
+ helperText: p = "",
195
195
  helperTextClassName: y = "",
196
196
  placeholder: i = "",
197
197
  label: o = "",
198
198
  name: u = "",
199
- id: b = "",
199
+ id: f = "",
200
200
  state: c = j.default,
201
201
  ...x
202
202
  } = e;
@@ -208,12 +208,12 @@ const q = (e) => {
208
208
  "select",
209
209
  {
210
210
  ...x,
211
- id: b,
211
+ id: f,
212
212
  ref: r,
213
213
  name: u,
214
214
  value: n,
215
215
  onChange: l,
216
- className: `block py-2.5 px-0 w-full text-sm bg-transparent border-0 border-b-2 appearance-none focus:outline-none focus:ring-0 disabled:text-[#6b7280] ${q(c)} peer ${f}`,
216
+ className: `block py-2.5 px-0 w-full text-sm bg-transparent border-0 border-b-2 appearance-none focus:outline-none focus:ring-0 disabled:text-[#6b7280] ${q(c)} peer ${m}`,
217
217
  children: s == null ? void 0 : s.map((g) => /* @__PURE__ */ t("option", { value: g.id, children: g.value }, g.id))
218
218
  }
219
219
  ),
@@ -221,7 +221,7 @@ const q = (e) => {
221
221
  "label",
222
222
  {
223
223
  htmlFor: u,
224
- className: `peer-focus:font-medium absolute text-sm duration-300 transform -translate-y-6 scale-75 top-3 -z-10 origin-[0] peer-focus:start-0 rtl:peer-focus:translate-x-1/4 rtl:peer-focus:left-auto peer-placeholder-shown:scale-100 peer-placeholder-shown:translate-y-0 peer-focus:scale-75 peer-focus:-translate-y-6 ${G(c)} ${m}`,
224
+ className: `peer-focus:font-medium absolute text-sm duration-300 transform -translate-y-6 scale-75 top-3 -z-10 origin-[0] peer-focus:start-0 rtl:peer-focus:translate-x-1/4 rtl:peer-focus:left-auto peer-placeholder-shown:scale-100 peer-placeholder-shown:translate-y-0 peer-focus:scale-75 peer-focus:-translate-y-6 ${G(c)} ${b}`,
225
225
  children: o
226
226
  }
227
227
  ),
@@ -229,7 +229,7 @@ const q = (e) => {
229
229
  "p",
230
230
  {
231
231
  className: `mt-2 text-sm ${H(c)} ${y}`,
232
- children: c !== "error" && c !== "good" ? i : h
232
+ children: c !== "error" && c !== "good" ? i : p
233
233
  }
234
234
  )
235
235
  ] });
@@ -255,7 +255,7 @@ function Q() {
255
255
  ] });
256
256
  }
257
257
  function V() {
258
- const { t: e } = C(), { total: r, pageSize: n, pageSizes: l, currentPage: s, setCurrentPage: a } = S(), f = (s + 1) * n > r ? r : (s + 1) * n;
258
+ const { t: e } = C(), { total: r, pageSize: n, pageSizes: l, currentPage: s, setCurrentPage: a } = S(), m = (s + 1) * n > r ? r : (s + 1) * n;
259
259
  return /* @__PURE__ */ d("div", { className: "flex w-full items-center justify-between mt-5 px-5", children: [
260
260
  /* @__PURE__ */ d("div", { className: "flex w-full items-center justify-start gap-1", children: [
261
261
  /* @__PURE__ */ t("p", { children: e("_accessibility:components.table.pageSizes") }),
@@ -266,7 +266,7 @@ function V() {
266
266
  " ",
267
267
  e("_accessibility:components.table.to"),
268
268
  " ",
269
- f,
269
+ m,
270
270
  " ",
271
271
  e("_accessibility:components.table.of")
272
272
  ] }) }),
@@ -304,60 +304,58 @@ function te(e) {
304
304
  rows: l,
305
305
  parseRows: s,
306
306
  entity: a = "",
307
- isLoading: f = !1,
308
- actions: m = [],
309
- columns: h = [],
307
+ isLoading: m = !1,
308
+ actions: b,
309
+ columns: p = [],
310
310
  contentClassName: y = "h-[calc(100vh-280px)]",
311
311
  className: i = "bg-gray-50",
312
312
  columnsOptions: o,
313
313
  softDeleteProperty: u = "deleted"
314
- } = e, b = w(
314
+ } = e, f = w(
315
315
  () => (l == null ? void 0 : l.map((c) => s(c))) ?? [],
316
316
  [s, l, r]
317
317
  );
318
318
  return /* @__PURE__ */ d("div", { className: `${i} relative overflow-x-auto w-full h-full`, children: [
319
319
  /* @__PURE__ */ t("div", { className: "mb-5 flex w-full items-center justify-between", children: /* @__PURE__ */ d("div", { children: [
320
320
  /* @__PURE__ */ t("h1", { className: "text-2xl md:text-3xl font-bold mx-5", children: n }),
321
- l != null && l.length && !f ? /* @__PURE__ */ t(Q, {}) : null
321
+ l != null && l.length && !m ? /* @__PURE__ */ t(Q, {}) : null
322
322
  ] }) }),
323
- f ? /* @__PURE__ */ t(F, { className: "bg-white top-0 left-0 w-full h-full" }) : /* @__PURE__ */ t("div", { className: `${y} overflow-auto`, children: l != null && l.length ? /* @__PURE__ */ d($, { children: [
323
+ m ? /* @__PURE__ */ t(F, { className: "bg-white top-0 left-0 w-full h-full" }) : /* @__PURE__ */ t("div", { className: `${y} overflow-auto`, children: l != null && l.length ? /* @__PURE__ */ d($, { children: [
324
324
  /* @__PURE__ */ d("table", { className: "w-full text-sm text-left text-gray-500", children: [
325
325
  /* @__PURE__ */ t(
326
326
  W,
327
327
  {
328
328
  entity: a,
329
- columns: h,
329
+ columns: p,
330
330
  columnsOptions: o,
331
- hasAction: (m == null ? void 0 : m.length) > 0
331
+ hasAction: !!b
332
332
  }
333
333
  ),
334
- /* @__PURE__ */ t("tbody", { children: b == null ? void 0 : b.map((c) => {
334
+ /* @__PURE__ */ t("tbody", { children: f == null ? void 0 : f.map((c) => {
335
335
  var x, g;
336
336
  return /* @__PURE__ */ d(
337
337
  "tr",
338
338
  {
339
339
  className: `border-b ${(x = c[u]) != null && x.value ? "deleted-class" : "bg-white"}`,
340
340
  children: [
341
- h == null ? void 0 : h.map((p, A) => {
341
+ p == null ? void 0 : p.map((h, A) => {
342
342
  var k;
343
343
  return /* @__PURE__ */ t(
344
344
  "td",
345
345
  {
346
- className: `px-6 py-4 font-medium ${A === 0 ? "text-gray-900 whitespace-nowrap" : ""} ${o != null && o.columnClassNames ? o == null ? void 0 : o.columnClassNames[p.key] : ""}`,
347
- children: ((k = c[p.key]) == null ? void 0 : k.render) ?? c[p.key]
346
+ className: `px-6 py-4 font-medium ${A === 0 ? "text-gray-900 whitespace-nowrap" : ""} ${o != null && o.columnClassNames ? o == null ? void 0 : o.columnClassNames[h.key] : ""}`,
347
+ children: ((k = c[h.key]) == null ? void 0 : k.render) ?? c[h.key]
348
348
  },
349
- p.key
349
+ h.key
350
350
  );
351
351
  }),
352
- m.length ? /* @__PURE__ */ t("td", { children: /* @__PURE__ */ t("div", { className: "flex items-center gap-3 w-full justify-center", children: (g = m.filter(
353
- (p) => !p.hidden || !p.hidden(c)
354
- )) == null ? void 0 : g.map((p) => /* @__PURE__ */ t(
352
+ b ? /* @__PURE__ */ t("td", { children: /* @__PURE__ */ t("div", { className: "flex items-center gap-3 w-full justify-center", children: (g = b(c).filter((h) => !h.hidden)) == null ? void 0 : g.map((h) => /* @__PURE__ */ t(
355
353
  L,
356
354
  {
357
- content: p.tooltip,
358
- children: /* @__PURE__ */ t("button", { onClick: () => p.onClick(c), children: p.icon })
355
+ content: h.tooltip,
356
+ children: /* @__PURE__ */ t("button", { onClick: h.onClick, children: h.icon })
359
357
  },
360
- p.id
358
+ h.id
361
359
  )) }) }) : null
362
360
  ]
363
361
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sito/dashboard",
3
3
  "private": false,
4
- "version": "0.0.15",
4
+ "version": "0.0.16",
5
5
  "type": "module",
6
6
  "description": "UI library with custom components for dashboards",
7
7
  "main": "dist/dashboard.cjs",