client portal build

This commit is contained in:
Linksehat Staging Server
2024-01-01 01:58:18 +07:00
parent 64ca019c2c
commit 4135da3103
102 changed files with 558 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) /index.html [QSA,L]
</IfModule>
<IfModule pagespeed_module>
ModPagespeed off
</IfModule>

View File

@@ -0,0 +1 @@
/* /index.html 200

View File

@@ -0,0 +1 @@
import{r,i as a,a as t}from"./jsx-runtime_commonjs-proxy.6387488a.js";var e={},o=a.exports;Object.defineProperty(e,"__esModule",{value:!0});var u=e.default=void 0,i=o(r()),d=t,l=(0,i.default)((0,d.jsx)("path",{d:"M11.67 3.87 9.9 2.1 0 12l9.9 9.9 1.77-1.77L3.54 12z"}),"ArrowBackIos");u=e.default=l;export{u as d};

View File

@@ -0,0 +1 @@
import{ab as o}from"./index.4f61bfb1.js";const t=o(),r=t;export{r as B};

View File

@@ -0,0 +1 @@
import{a as d,g as u,s as C,P as p,r as f,u as m,e as x,_ as n,j as h,h as y,i as g}from"./index.4f61bfb1.js";function v(s){return d("MuiCard",s)}u("MuiCard",["root"]);const w=["className","raised"],M=s=>{const{classes:e}=s;return g({root:["root"]},v,e)},P=C(p,{name:"MuiCard",slot:"Root",overridesResolver:(s,e)=>e.root})(()=>({overflow:"hidden"})),R=f.exports.forwardRef(function(e,t){const o=m({props:e,name:"MuiCard"}),{className:i,raised:r=!1}=o,l=x(o,w),a=n({},o,{raised:r}),c=M(a);return h(P,n({className:y(c.root,i),elevation:r?8:void 0,ref:t,ownerState:a},l))}),_=R;export{_ as C};

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
import{c as h,j as t,g as P,a as B,s as g,aa as S,b as v,_ as n,a8 as M,r as d,u as _,e as H,h as R,i as O}from"./index.4f61bfb1.js";import{S as U}from"./SwitchBase.1ec49b3e.js";const V=h(t("path",{d:"M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"}),"CheckBoxOutlineBlank"),j=h(t("path",{d:"M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"}),"CheckBox"),L=h(t("path",{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10H7v-2h10v2z"}),"IndeterminateCheckBox");function N(o){return B("MuiCheckbox",o)}const w=P("MuiCheckbox",["root","checked","disabled","indeterminate","colorPrimary","colorSecondary"]),p=w,E=["checkedIcon","color","icon","indeterminate","indeterminateIcon","inputProps","size","className"],F=o=>{const{classes:e,indeterminate:c,color:s}=o,r={root:["root",c&&"indeterminate",`color${v(s)}`]},a=O(r,N,e);return n({},e,a)},T=g(U,{shouldForwardProp:o=>S(o)||o==="classes",name:"MuiCheckbox",slot:"Root",overridesResolver:(o,e)=>{const{ownerState:c}=o;return[e.root,c.indeterminate&&e.indeterminate,c.color!=="default"&&e[`color${v(c.color)}`]]}})(({theme:o,ownerState:e})=>n({color:(o.vars||o).palette.text.secondary},!e.disableRipple&&{"&:hover":{backgroundColor:o.vars?`rgba(${e.color==="default"?o.vars.palette.action.activeChannel:o.vars.palette.primary.mainChannel} / ${o.vars.palette.action.hoverOpacity})`:M(e.color==="default"?o.palette.action.active:o.palette[e.color].main,o.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}}},e.color!=="default"&&{[`&.${p.checked}, &.${p.indeterminate}`]:{color:(o.vars||o).palette[e.color].main},[`&.${p.disabled}`]:{color:(o.vars||o).palette.action.disabled}})),W=t(j,{}),q=t(V,{}),A=t(L,{}),D=d.exports.forwardRef(function(e,c){var s,r;const a=_({props:e,name:"MuiCheckbox"}),{checkedIcon:b=W,color:f="primary",icon:I=q,indeterminate:i=!1,indeterminateIcon:u=A,inputProps:z,size:l="medium",className:$}=a,y=H(a,E),m=i?u:I,C=i?u:b,k=n({},a,{color:f,indeterminate:i,size:l}),x=F(k);return t(T,n({type:"checkbox",inputProps:n({"data-indeterminate":i},z),icon:d.exports.cloneElement(m,{fontSize:(s=m.props.fontSize)!=null?s:l}),checkedIcon:d.exports.cloneElement(C,{fontSize:(r=C.props.fontSize)!=null?r:l}),ownerState:k,ref:c,className:R(x.root,$)},y,{classes:x}))}),K=D;export{K as C};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
import{P as C}from"./Page.f00bcef1.js";import{o as B,a2 as T,r as s,Z as k,aC as R,$ as W,j as i,f as t,a4 as D,S as o,T as e,bd as S}from"./index.4f61bfb1.js";import{d as N}from"./ArrowBackIos.891f2fd7.js";import{f as d}from"./formatNumber.bfdec834.js";import{G as c}from"./Grid.c1e049cd.js";import{T as b}from"./TableContainer.fe9d4d86.js";import{T as x,b as r,c as a,a as p}from"./TableRow.8e8e6be4.js";import{T as j}from"./TableHead.be2e068b.js";import"./jsx-runtime_commonjs-proxy.6387488a.js";function F(){var h,m,g;const y=B(),{themeStretch:v}=T(),[l,w]=s.exports.useState(),{corporateValue:u}=s.exports.useContext(k),{id:_}=R();return s.exports.useEffect(()=>{W.get(u+"/claim-report/detail-history/"+_).then(n=>{w(n.data)}).catch(n=>{console.error(n)})},[]),i(C,{title:"Detail",children:t(D,{maxWidth:v?!1:"xl",children:[t(o,{direction:"row",alignItems:"center",sx:{marginBottom:3},children:[i(N,{onClick:()=>y(-1),sx:{cursor:"pointer"}}),i(e,{variant:"h5",sx:{marginLeft:2},children:"History"})]}),l?t(c,{container:!0,spacing:3,children:[t(c,{item:!0,xs:12,md:12,children:[t(o,{direction:"row",sx:{marginBottom:2},children:[i(e,{variant:"body2",sx:{color:"#637381",marginRight:1,flexBasis:"10%"},children:"Name"}),i(e,{variant:"body2",sx:{fontWeight:"bold"},children:l.data.member.name})]}),t(o,{direction:"row",sx:{marginBottom:2},children:[i(e,{variant:"body2",sx:{color:"#637381",marginRight:1,flexBasis:"10%"},children:"Member ID"}),i(e,{variant:"body2",sx:{fontWeight:"bold"},children:l.data.member.member_id})]}),t(o,{direction:"row",sx:{marginBottom:2},children:[i(e,{variant:"body2",sx:{color:"#637381",marginRight:1,flexBasis:"10%"},children:"Claim Code"}),i(e,{variant:"body2",sx:{fontWeight:"bold"},children:l.data.member.code})]})]}),i(c,{item:!0,xs:12,md:12,children:i(b,{children:t(x,{"aria-label":"collapsible table",size:"small",children:[i(j,{children:t(r,{children:[i(a,{align:"left",sx:{padding:2},width:"5%",children:i(e,{variant:"body2",sx:{color:"#637381"},children:"No"})}),i(a,{align:"left",sx:{padding:2},width:"15%",children:i(e,{variant:"body2",sx:{color:"#637381"},children:"Date"})}),i(a,{align:"left",sx:{padding:2},width:"20%",children:i(e,{variant:"body2",sx:{color:"#637381"},children:"Requirment"})}),i(a,{align:"left",sx:{padding:2},width:"20%",children:i(e,{variant:"body2",sx:{color:"#637381"},children:"Request Claim"})}),i(a,{align:"left",sx:{padding:2},width:"20%",children:i(e,{variant:"body2",sx:{color:"#637381"},children:"Approval Claim"})})]})}),i(p,{children:((m=(h=l==null?void 0:l.data)==null?void 0:h.claim_item)==null?void 0:m.length)===0?i(r,{children:i(a,{colSpan:5,align:"center",children:i(e,{variant:"body2",children:"No data available"})})}):(g=l.data.claim_item)==null?void 0:g.map((n,f)=>t(r,{children:[i(a,{align:"left",children:i(e,{variant:"body2",children:parseInt(f)+1})}),i(a,{align:"center",children:i(e,{sx:{backgroundColor:"#919EAB29",color:"#637381",borderRadius:"4px",width:"70%"},variant:"body2",children:S(new Date(n.submission_date),"d MMM yyyy")})}),i(a,{align:"left",children:n.description}),i(a,{align:"left",children:d(n.nominal_ditagihkan)}),i(a,{align:"left",children:d(n.nominal_dicover)})]},f))})]})})}),l.data.tot_claim_item?t(c,{item:!0,xs:12,md:12,children:[i(b,{children:i(x,{"aria-label":"collapsible table",size:"small",children:t(p,{children:[t(r,{sx:{borderBottom:0},children:[i(a,{align:"left",width:"5%"}),i(a,{align:"left",width:"15%"}),i(a,{align:"left",width:"20%"}),i(a,{align:"left",width:"20%",children:i(e,{variant:"body2",sx:{color:"#637381"},children:"Request Claim"})}),i(a,{align:"left",width:"20%",children:i(e,{variant:"body2",sx:{fontWeight:"bold"},children:l.data.tot_claim_item.nominal_ditagihkan?d(l.data.tot_claim_item.nominal_ditagihkan):"-"})})]}),t(r,{sx:{borderBottom:0},children:[i(a,{align:"left",width:"5%"}),i(a,{align:"left",width:"15%"}),i(a,{align:"left",width:"20%"}),i(a,{align:"left",width:"20%",children:i(e,{variant:"body2",sx:{color:"#637381"},children:"Approval Claim"})}),i(a,{align:"left",width:"20%",children:i(e,{variant:"body2",sx:{fontWeight:"bold",color:"#FF4842"},children:l.data.tot_claim_item.nominal_dicover?d(l.data.tot_claim_item.nominal_dicover):"-"})})]}),t(r,{sx:{borderBottom:0},children:[i(a,{align:"left",width:"5%"}),i(a,{align:"left",width:"15%"}),i(a,{align:"left",width:"20%"}),i(a,{align:"left",width:"20%",children:i(e,{variant:"body2",sx:{fontWeight:"bold"},children:"Difference"})}),i(a,{align:"left",width:"20%",children:i(e,{variant:"body2",sx:{fontWeight:"bold"},children:l.data.tot_claim_item.difference?d(l.data.tot_claim_item.difference):"-"})})]})]})})}),t(o,{direction:"row",justifyContent:"flex-end",alignItems:"flex-end",sx:{marginTop:15,padding:2},spacing:1,children:[i(e,{variant:"body2",sx:{fontStyle:"italic",color:"#637381"},children:"Note : Apabila terdapat perbedaan nominal silahkan hubungi kami "}),i("img",{alt:"Gmail Icon",sx:{height:32,width:30},src:"/images/gmail.png"})]})]}):""]}):""]})})}export{F as default};

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
import{aC as u,o as g,r as l,Z as b,$ as v,f as r,F as y,S as n,T as a,j as e,a0 as d,B as w,be as C,D as s,t as D}from"./index.4f61bfb1.js";import{S,a as j,b as I}from"./Stepper.ca8f0c33.js";import{C as h}from"./Card.08e30663.js";const Y=["Review","Approval","Disbursement"],N=()=>{const{id:p}=u(),m=g(),{corporateValue:c}=l.exports.useContext(b),[f,k]=l.exports.useState(c),[t,x]=l.exports.useState(null);return l.exports.useEffect(()=>{v.get(`${c}/claim-report/${p}`).then(i=>{x(i.data.data)}).catch(i=>{console.error("Terjadi kesalahan:",i)})},[]),l.exports.useEffect(()=>{f!==c&&m("/claim-report")},[c]),r(y,{children:[r(n,{alignItems:"center",justifyContent:"space-between",direction:"row",sx:{marginTop:1},children:[r(a,{variant:"subtitle1",sx:{height:"max-content"},children:["Claim Request for ",t==null?void 0:t.fullName]}),r(n,{children:[e(a,{variant:"caption",children:"Submission date"}),e(a,{variant:"caption",children:d(t?t.submissionDate:new Date,"dd / MM / yyyy")})]})]}),e(w,{sx:{width:"100%",marginTop:2},children:e(S,{activeStep:(t==null?void 0:t.status)==="approved"?1:(t==null?void 0:t.status)==="requested"?0:2,alternativeLabel:!0,children:Y.map(i=>e(j,{children:e(I,{children:i})},i))})}),e(n,{marginTop:2,children:e(a,{variant:"subtitle1",paddingY:2,children:C(t?t==null?void 0:t.histories[0].created_at:new Date)})}),r(n,{direction:"row",spacing:2,children:[e(s,{orientation:"vertical",flexItem:!0,sx:{borderStyle:"dashed"}}),r(n,{spacing:2,sx:{flex:1,maxWidth:"100%"},children:[t==null?void 0:t.histories.map((i,o)=>r(h,{sx:{paddingY:2,paddingX:3},children:[e(n,{direction:"row",justifyContent:"space-between",alignItems:"center",children:r(a,{variant:"body1",children:[d(i.created_at,"HH:mm")," WIB"]})}),e(s,{sx:{marginY:2}}),r(n,{children:[r(a,{variant:"subtitle2",color:"#404040",children:["Details : ",i.description]}),e(a,{variant:"caption",color:"#757575",sx:{marginTop:2,marginBottom:1},children:i.title})]})]},`${i.title}-${o}`)),r(h,{sx:{paddingY:2,paddingX:3},children:[e(n,{direction:"row",justifyContent:"space-between",alignItems:"center",children:r(a,{variant:"body1",fontWeight:600,children:[e(D,{icon:"eva:file-text-fill"})," Dokumen Kelengkapan"]})}),e(s,{sx:{marginY:2}}),e(a,{fontWeight:"600",children:"Kondisi"}),r(n,{children:[e(n,{divider:e(s,{orientation:"horizontal",flexItem:!0}),spacing:1,sx:{marginY:2},children:t&&t.files.claimConditions.map((i,o)=>e(n,{direction:"row",justifyContent:"space-between",children:e("a",{href:i.fileUrl,target:"_blank",style:{textDecoration:"none"},rel:"noreferrer",children:r(a,{sx:{color:"text.secondary"},variant:"subtitle2",children:["- ",i.fileName]})})},o))}),e(a,{fontWeight:"600",children:"Diagnosa"}),e(n,{divider:e(s,{orientation:"horizontal",flexItem:!0}),spacing:1,sx:{marginY:2},children:t&&t.files.claimDiagnosis.map((i,o)=>e(n,{direction:"row",justifyContent:"space-between",children:e("a",{href:i.fileUrl,target:"_blank",style:{textDecoration:"none"},rel:"noreferrer",children:r(a,{sx:{color:"text.secondary"},variant:"subtitle2",children:["- ",i.fileName]})})},o))}),e(a,{fontWeight:"600",children:"Hasil"}),e(n,{divider:e(s,{orientation:"horizontal",flexItem:!0}),spacing:1,sx:{marginY:2},children:t&&t.files.claimResults.map((i,o)=>e(n,{direction:"row",justifyContent:"space-between",children:e("a",{href:i.fileUrl,target:"_blank",style:{textDecoration:"none"},rel:"noreferrer",children:r(a,{sx:{color:"text.secondary"},variant:"subtitle2",children:["- ",i.fileName]})})},o))})]})]})]})]})]})};export{N as default};

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
import{a7 as M,g as N,a as _,s as j,b as y,_ as p,r as C,u as U,e as k,K as w,M as D,T as P,j as E,h,f as W,i as z}from"./index.4f61bfb1.js";const A=M(),O=A;function B(o){return _("MuiFormControlLabel",o)}const H=N("MuiFormControlLabel",["root","labelPlacementStart","labelPlacementTop","labelPlacementBottom","disabled","label","error"]),c=H,I=["checked","className","componentsProps","control","disabled","disableTypography","inputRef","label","labelPlacement","name","onChange","slotProps","value"],K=o=>{const{classes:e,disabled:a,labelPlacement:r,error:l}=o,d={root:["root",a&&"disabled",`labelPlacement${y(r)}`,l&&"error"],label:["label",a&&"disabled"]};return z(d,B,e)},q=j("label",{name:"MuiFormControlLabel",slot:"Root",overridesResolver:(o,e)=>{const{ownerState:a}=o;return[{[`& .${c.label}`]:e.label},e.root,e[`labelPlacement${y(a.labelPlacement)}`]]}})(({theme:o,ownerState:e})=>p({display:"inline-flex",alignItems:"center",cursor:"pointer",verticalAlign:"middle",WebkitTapHighlightColor:"transparent",marginLeft:-11,marginRight:16,[`&.${c.disabled}`]:{cursor:"default"}},e.labelPlacement==="start"&&{flexDirection:"row-reverse",marginLeft:16,marginRight:-11},e.labelPlacement==="top"&&{flexDirection:"column-reverse",marginLeft:16},e.labelPlacement==="bottom"&&{flexDirection:"column",marginLeft:16},{[`& .${c.label}`]:{[`&.${c.disabled}`]:{color:(o.vars||o).palette.text.disabled}}})),G=C.exports.forwardRef(function(e,a){var r;const l=U({props:e,name:"MuiFormControlLabel"}),{className:d,componentsProps:L={},control:n,disabled:x,disableTypography:F,label:v,labelPlacement:$="end",slotProps:R={}}=l,S=k(l,I),b=w();let t=x;typeof t>"u"&&typeof n.props.disabled<"u"&&(t=n.props.disabled),typeof t>"u"&&b&&(t=b.disabled);const f={disabled:t};["checked","name","onChange","value","inputRef"].forEach(i=>{typeof n.props[i]>"u"&&typeof l[i]<"u"&&(f[i]=l[i])});const T=D({props:l,muiFormControl:b,states:["error"]}),u=p({},l,{disabled:t,labelPlacement:$,error:T.error}),g=K(u),m=(r=R.typography)!=null?r:L.typography;let s=v;return s!=null&&s.type!==P&&!F&&(s=E(P,p({component:"span"},m,{className:h(g.label,m==null?void 0:m.className),children:s}))),W(q,p({className:h(g.root,d),ownerState:u,ref:a},S,{children:[C.exports.cloneElement(n,f),s]}))}),Q=G;export{Q as F,O as S};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
import{o as q,r as a,Z as H,a3 as A,$ as N,j as e,T as V,H as W,f as n,F as z,a6 as C,S as G,a2 as U,a4 as X,s as T}from"./index.4f61bfb1.js";import{P as Y}from"./Page.f00bcef1.js";import{T as Z}from"./Table.97dcc15d.js";import{T as J}from"./TableMoreMenu.21abbe6d.js";import{r as K,i as Q,a as ee}from"./jsx-runtime_commonjs-proxy.6387488a.js";import{d as te}from"./VisibilityOutlined.233870d0.js";import{H as ae}from"./HeaderBreadcrumbs.dda529db.js";import{G as y}from"./Grid.c1e049cd.js";import{T as re,a as se}from"./Tabs.ec276b21.js";import"./Box.684d1ca8.js";import"./TablePagination.a4d6066e.js";import"./KeyboardArrowRight.4abfe972.js";import"./LastPage.9ed3be5b.js";import"./TableRow.8e8e6be4.js";import"./TextField.4a80d643.js";import"./Search.aaf8524e.js";import"./TableContainer.fe9d4d86.js";import"./LinearProgress.7ce3ba86.js";import"./TableHead.be2e068b.js";var g={},oe=Q.exports;Object.defineProperty(g,"__esModule",{value:!0});var P=g.default=void 0,ie=oe(K()),ne=ee,ce=(0,ie.default)((0,ne.jsx)("path",{d:"m14.06 9.02.92.92L5.92 19H5v-.92l9.06-9.06M17.66 3c-.25 0-.51.1-.7.29l-1.83 1.83 3.75 3.75 1.83-1.83c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.2-.2-.45-.29-.71-.29zm-3.6 3.19L3 17.25V21h3.75L17.81 9.94l-3.75-3.75z"}),"EditOutlined");P=g.default=ce;function le(){const t=q(),{corporateValue:f}=a.exports.useContext(H),[_,j]=a.exports.useState([]),[k,c]=a.exports.useState(!0),w={isLoading:k,setIsLoading:c},[r,h]=A(),[i,l]=a.exports.useState({}),B={searchParams:r,setSearchParams:h,appliedParams:i,setAppliedParams:l},[p,O]=a.exports.useState("asc"),[d,I]=a.exports.useState("fullName"),M={order:p,setOrder:O,orderBy:d,setOrderBy:I},[E,x]=a.exports.useState(0),[R,b]=a.exports.useState(10),[S,v]=a.exports.useState({current_page:0,from:0,last_page:0,links:[],path:"",per_page:0,to:0,total:0}),D={page:E,setPage:x,rowsPerPage:R,setRowsPerPage:b,paginationTable:S,setPaginationTable:v},[u,L]=a.exports.useState(""),F={useSearchs:!1,searchText:u,setSearchText:L,handleSearchSubmit:async m=>{if(m.preventDefault(),u===""){r.delete("search");const s=Object.fromEntries([...r.entries()]);l(s)}else{const s=Object.fromEntries([...r.entries(),["search",u]]);l(s)}}},$=[{id:"code",align:"left",label:"Code",isSort:!0},{id:"name",align:"left",label:"Name",isSort:!0},{id:"active",align:"center",label:"Status",isSort:!0},{id:"action",align:"center",label:"",isSort:!0}];return a.exports.useEffect(()=>{(async()=>{c(!0),await new Promise(o=>setTimeout(o,250));const m=Object.keys(i).length!==0?i:Object.fromEntries([...r.entries(),["order",p],["orderBy",d]]),s=await N.get(`${f}/corporate`,{params:{...m}});if(j(s.data.data.map(o=>({...o,active:o.active===1?e(V,{variant:"overline",sx:{backgroundColor:"rgba(84, 214, 44, 0.16)",color:"#229A16",paddingX:1.5,paddingY:1,display:"inline-flex",alignItems:"center",borderRadius:"10px"},children:"Active"}):e(W,{variant:"outlined",color:"error",children:"Inactive"}),action:e(J,{actions:n(z,{children:[n(C,{onClick:()=>t("/corporate/edit"),children:[e(P,{}),"Edit"]}),n(C,{onClick:()=>t("/corporate/view"),children:[e(te,{}),"View"]})]})})}))),v(s.data),b(s.data.per_page),r.get("page")){const o=parseInt(r.get("page"))-1;S.current_page=o,x(o)}c(!1)})()},[i,r,p,d,h,f]),e(G,{children:e(Z,{headCells:$,rows:_,orders:M,paginations:D,loadings:w,params:B,searchs:F})})}T(t=>e(re,{...t}))({backgroundColor:"#F4F6F8",padding:"0 24px","& .MuiTabs-indicator":{display:"flex",justifyContent:"space-between",backgroundColor:"transparent"},"& .MuiTabs-indicatorSpan":{maxWidth:40,backgroundColor:"#635ee7"}});T(t=>e(se,{disableRipple:!0,...t}))(({theme:t})=>({textTransform:"none",fontWeight:600,color:t.palette.grey[600],marginRight:"5rem","&.Mui-selected":{color:"#212B36",borderBottom:"2px solid "+t.palette.primary.main},"&:hover":{color:"#212B36",opacity:1,borderBottom:"2px solid "+t.palette.primary.main}}));function Oe(){const{themeStretch:t}=U();return a.exports.useState(0),e(Y,{title:"Corporate",children:n(X,{maxWidth:t?!1:"xl",children:[e(ae,{heading:"Corporate",links:[{name:"Dashboard",href:"/dashboard"},{name:"Corporates",href:"/corporates"}]}),e(y,{container:!0,children:e(y,{item:!0,xs:12,lg:12,md:12,children:e(le,{})})})]})})}export{Oe as default};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
import{P as O}from"./Page.f00bcef1.js";import{o as A,r as a,Z as F,a3 as G,$ as H,j as e,ay as x,T as y,F as V,f as _,a6 as $,S as R,a2 as U,a4 as W}from"./index.4f61bfb1.js";import{T as Z}from"./Table.97dcc15d.js";import{T as q}from"./TableMoreMenu.21abbe6d.js";import{d as z}from"./VisibilityOutlined.233870d0.js";import{L as o}from"./Label.3353ed6f.js";import{H as J}from"./HeaderBreadcrumbs.dda529db.js";import{G as P}from"./Grid.c1e049cd.js";import"./Box.684d1ca8.js";import"./TablePagination.a4d6066e.js";import"./KeyboardArrowRight.4abfe972.js";import"./LastPage.9ed3be5b.js";import"./TableRow.8e8e6be4.js";import"./TextField.4a80d643.js";import"./Search.aaf8524e.js";import"./TableContainer.fe9d4d86.js";import"./LinearProgress.7ce3ba86.js";import"./TableHead.be2e068b.js";import"./jsx-runtime_commonjs-proxy.6387488a.js";function K(){const n=A(),{corporateValue:p}=a.exports.useContext(F),[b,I]=a.exports.useState([]),[D,i]=a.exports.useState(!0),T={isLoading:D,setIsLoading:i},[r,l]=G(),[s,C]=a.exports.useState({}),w={searchParams:r,setSearchParams:l,appliedParams:s,setAppliedParams:C},[m,v]=a.exports.useState("asc"),[d,E]=a.exports.useState("fullName"),N={order:m,setOrder:v,orderBy:d,setOrderBy:E},[k,u]=a.exports.useState(0),[L,g]=a.exports.useState(10),[f,h]=a.exports.useState({current_page:0,from:0,last_page:0,links:[],path:"",per_page:0,to:0,total:0}),M={page:k,setPage:u,rowsPerPage:L,setRowsPerPage:g,paginationTable:f,setPaginationTable:h},B=[{id:"memberId",align:"left",label:"Member ID",isSort:!0},{id:"fullName",align:"left",label:"Name",isSort:!0},{id:"start_date",align:"center",label:"Start Date",isSort:!0},{id:"end_date",align:"center",label:"End Date",isSort:!0},{id:"status",align:"center",label:"Status",isSort:!0},{id:"action",align:"center",label:"",isSort:!0}];return a.exports.useEffect(()=>{(async()=>{i(!0),await new Promise(t=>setTimeout(t,250));const S=Object.keys(s).length!==0?s:Object.fromEntries([...r.entries(),["order",m],["orderBy",d]]),c=await H.get(`${p}/members?type=employee-data`,{params:{...S}});if(l(S),I(c.data.data.map(t=>({...t,status:t.status===1?e(o,{color:"success",children:"Active"}):e(o,{color:"error",children:"Inactive"}),start_date:e(o,{children:t.start_date?x(t.start_date):""}),end_date:e(o,{children:t.end_date?x(t.end_date):""}),fullName:e(y,{variant:"body2",children:t.fullName}),memberId:e(y,{variant:"body2",children:t.memberId}),action:e(q,{actions:e(V,{children:_($,{onClick:()=>n("/employee-data/user-profile/"+t.personId),children:[e(z,{}),"View"]})})})}))),h(c.data),g(c.data.per_page),r.get("page")){const t=parseInt(r.get("page"))-1;f.current_page=t,u(t)}i(!1)})()},[s,r,m,d,l,p]),e(R,{children:e(Z,{headCells:B,rows:b,orders:N,paginations:M,loadings:T,params:w})})}function fe(){const{themeStretch:n}=U();return e(O,{title:"Employee Data",children:_(W,{maxWidth:n?!1:"xl",children:[e(J,{heading:"Employee Data",links:[{name:"Case Management"},{name:"Employee Data",href:"/employee-data"}]}),e(P,{container:!0,children:e(P,{item:!0,xs:12,lg:12,md:12,children:e(K,{})})})]})})}export{fe as default};

View File

@@ -0,0 +1 @@
import{c as r,j as o}from"./index.4f61bfb1.js";const t=r(o("path",{d:"M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z"}),"KeyboardArrowLeft"),e=r(o("path",{d:"M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z"}),"KeyboardArrowRight");export{e as K,t as a};

View File

@@ -0,0 +1 @@
import{w as p,j as d,s as g,a8 as c}from"./index.4f61bfb1.js";const y=g("span")(({theme:t,ownerState:r})=>{const n=t.palette.mode==="light",{color:l,variant:a}=r,e=o=>({color:t.palette[o].contrastText,backgroundColor:t.palette[o].main}),i=o=>({color:t.palette[o].main,backgroundColor:"transparent",border:`1px solid ${t.palette[o].main}`}),s=o=>({color:t.palette[o][n?"dark":"light"],backgroundColor:c(t.palette[o].main,.16)});return{height:22,minWidth:22,lineHeight:0,borderRadius:6,alignItems:"center",whiteSpace:"nowrap",display:"inline-flex",justifyContent:"center",padding:t.spacing(0,1),color:t.palette.grey[800],fontSize:t.typography.pxToRem(12),fontFamily:t.typography.fontFamily,backgroundColor:t.palette.grey[300],fontWeight:t.typography.fontWeightBold,...l!=="default"?{...a==="filled"&&{...e(l)},...a==="outlined"&&{...i(l)},...a==="ghost"&&{...s(l)}}:{...a==="outlined"&&{backgroundColor:"transparent",color:t.palette.text.primary,border:`1px solid ${t.palette.grey[50032]}`},...a==="ghost"&&{color:n?t.palette.text.secondary:t.palette.common.white,backgroundColor:t.palette.grey[50016]}}}});function f({color:t="default",variant:r="ghost",children:n,sx:l}){const a=p();return d(y,{ownerState:{color:t,variant:r},sx:l,theme:a,children:n})}export{f as L};

View File

@@ -0,0 +1 @@
import{c as a,j as s}from"./index.4f61bfb1.js";const o=a(s("path",{d:"M18.41 16.59L13.82 12l4.59-4.59L17 6l-6 6 6 6zM6 6h2v12H6z"}),"FirstPage"),c=a(s("path",{d:"M5.59 7.41L10.18 12l-4.59 4.59L7 18l6-6-6-6zM16 6h2v12h-2z"}),"LastPage");export{o as F,c as L};

View File

@@ -0,0 +1,54 @@
import{g as q,a as M,E as h,s as b,b as t,_ as s,G as C,r as z,u as D,e as T,w as j,f as U,j as p,h as O,i as w,l as A,d as K}from"./index.4f61bfb1.js";function X(r){return M("MuiLinearProgress",r)}const E=q("MuiLinearProgress",["root","colorPrimary","colorSecondary","determinate","indeterminate","buffer","query","dashed","dashedColorPrimary","dashedColorSecondary","bar","barColorPrimary","barColorSecondary","bar1Indeterminate","bar1Determinate","bar1Buffer","bar2Indeterminate","bar2Buffer"]),er=E,G=["className","color","value","valueBuffer","variant"];let l=r=>r,x,L,k,B,I,_;const v=4,S=h(x||(x=l`
0% {
left: -35%;
right: 100%;
}
60% {
left: 100%;
right: -90%;
}
100% {
left: 100%;
right: -90%;
}
`)),W=h(L||(L=l`
0% {
left: -200%;
right: 100%;
}
60% {
left: 107%;
right: -8%;
}
100% {
left: 107%;
right: -8%;
}
`)),F=h(k||(k=l`
0% {
opacity: 1;
background-position: 0 -23px;
}
60% {
opacity: 0;
background-position: 0 -23px;
}
100% {
opacity: 1;
background-position: -200px -23px;
}
`)),H=r=>{const{classes:e,variant:a,color:o}=r,m={root:["root",`color${t(o)}`,a],dashed:["dashed",`dashedColor${t(o)}`],bar1:["bar",`barColor${t(o)}`,(a==="indeterminate"||a==="query")&&"bar1Indeterminate",a==="determinate"&&"bar1Determinate",a==="buffer"&&"bar1Buffer"],bar2:["bar",a!=="buffer"&&`barColor${t(o)}`,a==="buffer"&&`color${t(o)}`,(a==="indeterminate"||a==="query")&&"bar2Indeterminate",a==="buffer"&&"bar2Buffer"]};return w(m,X,e)},P=(r,e)=>e==="inherit"?"currentColor":r.vars?r.vars.palette.LinearProgress[`${e}Bg`]:r.palette.mode==="light"?A(r.palette[e].main,.62):K(r.palette[e].main,.5),J=b("span",{name:"MuiLinearProgress",slot:"Root",overridesResolver:(r,e)=>{const{ownerState:a}=r;return[e.root,e[`color${t(a.color)}`],e[a.variant]]}})(({ownerState:r,theme:e})=>s({position:"relative",overflow:"hidden",display:"block",height:4,zIndex:0,"@media print":{colorAdjust:"exact"},backgroundColor:P(e,r.color)},r.color==="inherit"&&r.variant!=="buffer"&&{backgroundColor:"none","&::before":{content:'""',position:"absolute",left:0,top:0,right:0,bottom:0,backgroundColor:"currentColor",opacity:.3}},r.variant==="buffer"&&{backgroundColor:"transparent"},r.variant==="query"&&{transform:"rotate(180deg)"})),Q=b("span",{name:"MuiLinearProgress",slot:"Dashed",overridesResolver:(r,e)=>{const{ownerState:a}=r;return[e.dashed,e[`dashedColor${t(a.color)}`]]}})(({ownerState:r,theme:e})=>{const a=P(e,r.color);return s({position:"absolute",marginTop:0,height:"100%",width:"100%"},r.color==="inherit"&&{opacity:.3},{backgroundImage:`radial-gradient(${a} 0%, ${a} 16%, transparent 42%)`,backgroundSize:"10px 10px",backgroundPosition:"0 -23px"})},C(B||(B=l`
animation: ${0} 3s infinite linear;
`),F)),V=b("span",{name:"MuiLinearProgress",slot:"Bar1",overridesResolver:(r,e)=>{const{ownerState:a}=r;return[e.bar,e[`barColor${t(a.color)}`],(a.variant==="indeterminate"||a.variant==="query")&&e.bar1Indeterminate,a.variant==="determinate"&&e.bar1Determinate,a.variant==="buffer"&&e.bar1Buffer]}})(({ownerState:r,theme:e})=>s({width:"100%",position:"absolute",left:0,bottom:0,top:0,transition:"transform 0.2s linear",transformOrigin:"left",backgroundColor:r.color==="inherit"?"currentColor":(e.vars||e).palette[r.color].main},r.variant==="determinate"&&{transition:`transform .${v}s linear`},r.variant==="buffer"&&{zIndex:1,transition:`transform .${v}s linear`}),({ownerState:r})=>(r.variant==="indeterminate"||r.variant==="query")&&C(I||(I=l`
width: auto;
animation: ${0} 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
`),S)),Y=b("span",{name:"MuiLinearProgress",slot:"Bar2",overridesResolver:(r,e)=>{const{ownerState:a}=r;return[e.bar,e[`barColor${t(a.color)}`],(a.variant==="indeterminate"||a.variant==="query")&&e.bar2Indeterminate,a.variant==="buffer"&&e.bar2Buffer]}})(({ownerState:r,theme:e})=>s({width:"100%",position:"absolute",left:0,bottom:0,top:0,transition:"transform 0.2s linear",transformOrigin:"left"},r.variant!=="buffer"&&{backgroundColor:r.color==="inherit"?"currentColor":(e.vars||e).palette[r.color].main},r.color==="inherit"&&{opacity:.3},r.variant==="buffer"&&{backgroundColor:P(e,r.color),transition:`transform .${v}s linear`}),({ownerState:r})=>(r.variant==="indeterminate"||r.variant==="query")&&C(_||(_=l`
width: auto;
animation: ${0} 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s infinite;
`),W)),Z=z.exports.forwardRef(function(e,a){const o=D({props:e,name:"MuiLinearProgress"}),{className:m,color:N="primary",value:g,valueBuffer:y,variant:i="indeterminate"}=o,R=T(o,G),c=s({},o,{color:N,variant:i}),f=H(c),$=j(),u={},d={bar1:{},bar2:{}};if((i==="determinate"||i==="buffer")&&g!==void 0){u["aria-valuenow"]=Math.round(g),u["aria-valuemin"]=0,u["aria-valuemax"]=100;let n=g-100;$.direction==="rtl"&&(n=-n),d.bar1.transform=`translateX(${n}%)`}if(i==="buffer"&&y!==void 0){let n=(y||0)-100;$.direction==="rtl"&&(n=-n),d.bar2.transform=`translateX(${n}%)`}return U(J,s({className:O(f.root,m),ownerState:c,role:"progressbar"},u,{ref:a},R,{children:[i==="buffer"?p(Q,{className:f.dashed,ownerState:c}):null,p(V,{className:f.bar1,ownerState:c,style:d.bar1}),i==="determinate"?null:p(Y,{className:f.bar2,ownerState:c,style:d.bar2})]}))}),ar=Z;export{ar as L,er as l};

View File

@@ -0,0 +1 @@
import{o as ae,r as a,Z as se,aC as re,a3 as ne,$ as v,j as r,ay as y,F as oe,f as h,a6 as ie,S as w,T as ce}from"./index.4f61bfb1.js";import{T as le}from"./Table.97dcc15d.js";import{d as de}from"./ArrowBackIos.891f2fd7.js";import{T as pe}from"./TableMoreMenu.21abbe6d.js";import{d as ue}from"./VisibilityOutlined.233870d0.js";import{L as d}from"./Label.3353ed6f.js";import{G as f}from"./Grid.c1e049cd.js";import"./Box.684d1ca8.js";import"./TablePagination.a4d6066e.js";import"./KeyboardArrowRight.4abfe972.js";import"./LastPage.9ed3be5b.js";import"./TableRow.8e8e6be4.js";import"./TextField.4a80d643.js";import"./Search.aaf8524e.js";import"./TableContainer.fe9d4d86.js";import"./LinearProgress.7ce3ba86.js";import"./TableHead.be2e068b.js";import"./jsx-runtime_commonjs-proxy.6387488a.js";function Ne(){const S=ae(),{corporateValue:x}=a.exports.useContext(se),[T,j]=a.exports.useState([]),{id:V}=re(),[k,p]=a.exports.useState(!0),D={isLoading:k,setIsLoading:p},[t,b]=ne(),[c,o]=a.exports.useState({}),F={searchParams:t,setSearchParams:b,appliedParams:c,setAppliedParams:o},[u,G]=a.exports.useState("asc"),[m,I]=a.exports.useState("fullName"),L={order:u,setOrder:G,orderBy:m,setOrderBy:I},[N,E]=a.exports.useState(0),[R,_]=a.exports.useState(10),[C,O]=a.exports.useState({current_page:0,from:0,last_page:0,links:[],path:"",per_page:0,to:0,total:0}),$={page:N,setPage:E,rowsPerPage:R,setRowsPerPage:_,paginationTable:C,setPaginationTable:O},[g,B]=a.exports.useState(""),[M,q]=a.exports.useState(""),z={useSearchs:!1,searchText:g,setSearchText:B,handleSearchSubmit:async s=>{if(s.preventDefault(),g===""){t.delete("search");const e=Object.fromEntries([...t.entries()]);o(e)}else{const e=Object.fromEntries([...t.entries(),["search",g]]);o(e)}}},[P,A]=a.exports.useState("all"),[U,X]=a.exports.useState([]),Z={useFilter:!1,config:{label:"Status",statusValue:P,filterData:U,handleStatusChange:s=>{if(A(s.target.value),s.target.value==="all"){t.delete("status");const e=Object.fromEntries([...t.entries()]);o(e)}else{const e=Object.fromEntries([...t.entries(),["status",s.target.value]]);o(e)}}}},[i,H]=a.exports.useState(""),J={useFilter:!1,startDate:i,setStartDate:H,handleStartDateChange:async s=>{if(s.preventDefault(),console.log(i),i===""){t.delete("start_date");const e=Object.fromEntries([...t.entries()]);o(e)}else{const e=Object.fromEntries([...t.entries(),["start_date",i]]);o(e)}}},[l,K]=a.exports.useState(""),Q={useFilter:!1,endDate:l,setEndDate:K,handleEndDateChange:async s=>{if(s.preventDefault(),l===""){t.delete("end_date");const e=Object.fromEntries([...t.entries()]);o(e)}else{const e=Object.fromEntries([...t.entries(),["end_date",l]]);o(e)}}},W={useExport:!1,startDate:i,endDate:l,status:P,handleExportReport:async()=>{var s=Object.fromEntries([...t.entries()]);await v.get("claims/export",{params:s}).then(e=>{enqueueSnackbar("Data berhasil di Export",{variant:"success",anchorOrigin:{horizontal:"right",vertical:"top"}}),document.location.href=e.data.data.file_url}).catch(e=>enqueueSnackbar("Data Gagal di Export",{variant:"error",anchorOrigin:{horizontal:"right",vertical:"top"}}))}},Y=[{id:"admission_date",align:"center",label:"Admission Date",isSort:!0},{id:"discharge_date",align:"center",label:"Discharge Date",isSort:!0},{id:"code",align:"left",label:"Code",isSort:!0},{id:"status",align:"center",label:"Status",isSort:!1},{id:"action",align:"center",label:"",isSort:!1}];return a.exports.useEffect(()=>{(async()=>{p(!0),await new Promise(n=>setTimeout(n,250));const s=Object.keys(c).length!==0?c:Object.fromEntries([...t.entries(),["order",u],["orderBy",m]]),e=await v.get(`${x}/alarm-center-members/${V}`,{params:{...s}});X([{id:1,name:"Done"},{id:0,name:"On Going"}]);const ee=e.data.data,te=e.data.data[0].fullName;if(q(te),j(ee.map(n=>({...n,admission_date:r(d,{children:y(n.admission_date)}),discharge_date:r(d,{children:y(n.discharge_date)}),status:n.status==="Done"?r(d,{color:"success",children:"Done"}):r(d,{color:"warning",children:"Ongoing"}),action:r(pe,{actions:r(oe,{children:h(ie,{onClick:()=>S("service-monitoring/"+n.claim_id),children:[r(ue,{}),"View"]})})})}))),O(e.data),_(e.data.per_page),t.get("page")){const n=parseInt(t.get("page"))-1;C.current_page=n,E(n)}p(!1)})()},[c,t,u,m,b,x]),console.log(D),h(f,{container:!0,spacing:8,children:[r(f,{item:!0,xs:12,paddingX:"24px",children:h(w,{direction:"row",alignItems:"center",children:[r(de,{onClick:()=>S("/alarm-center"),sx:{cursor:"pointer"}}),r(ce,{variant:"h5",sx:{flexGrow:1},children:M})]})}),r(f,{item:!0,xs:12,children:r(w,{children:r(le,{headCells:Y,rows:T,orders:L,paginations:$,loadings:D,params:F,searchs:z,filterStatus:Z,filterStartDate:J,filterEndDate:Q,exportReport:W})})})]})}export{Ne as default};

View File

@@ -0,0 +1,28 @@
import{a as F,g as W,E as D,s as m,b as u,_ as n,G as U,r as L,u as N,e as z,j as h,h as j,i as G,H as K,J as H,f as B}from"./index.4f61bfb1.js";import{g as J,a as T,c as V}from"./generateUtilityClasses.06032f54.js";function Z(t){return F("MuiCircularProgress",t)}W("MuiCircularProgress",["root","determinate","indeterminate","colorPrimary","colorSecondary","svg","circle","circleDeterminate","circleIndeterminate","circleDisableShrink"]);const q=["className","color","disableShrink","size","style","thickness","value","variant"];let $=t=>t,M,R,S,E;const g=44,A=D(M||(M=$`
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
`)),O=D(R||(R=$`
0% {
stroke-dasharray: 1px, 200px;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 100px, 200px;
stroke-dashoffset: -15px;
}
100% {
stroke-dasharray: 100px, 200px;
stroke-dashoffset: -125px;
}
`)),Q=t=>{const{classes:o,variant:i,color:a,disableShrink:e}=t,c={root:["root",i,`color${u(a)}`],svg:["svg"],circle:["circle",`circle${u(i)}`,e&&"circleDisableShrink"]};return G(c,Z,o)},X=m("span",{name:"MuiCircularProgress",slot:"Root",overridesResolver:(t,o)=>{const{ownerState:i}=t;return[o.root,o[i.variant],o[`color${u(i.color)}`]]}})(({ownerState:t,theme:o})=>n({display:"inline-block"},t.variant==="determinate"&&{transition:o.transitions.create("transform")},t.color!=="inherit"&&{color:(o.vars||o).palette[t.color].main}),({ownerState:t})=>t.variant==="indeterminate"&&U(S||(S=$`
animation: ${0} 1.4s linear infinite;
`),A)),Y=m("svg",{name:"MuiCircularProgress",slot:"Svg",overridesResolver:(t,o)=>o.svg})({display:"block"}),w=m("circle",{name:"MuiCircularProgress",slot:"Circle",overridesResolver:(t,o)=>{const{ownerState:i}=t;return[o.circle,o[`circle${u(i.variant)}`],i.disableShrink&&o.circleDisableShrink]}})(({ownerState:t,theme:o})=>n({stroke:"currentColor"},t.variant==="determinate"&&{transition:o.transitions.create("stroke-dashoffset")},t.variant==="indeterminate"&&{strokeDasharray:"80px, 200px",strokeDashoffset:0}),({ownerState:t})=>t.variant==="indeterminate"&&!t.disableShrink&&U(E||(E=$`
animation: ${0} 1.4s ease-in-out infinite;
`),O)),oo=L.exports.forwardRef(function(o,i){const a=N({props:o,name:"MuiCircularProgress"}),{className:e,color:c="primary",disableShrink:C=!1,size:l=40,style:I,thickness:p=3.6,value:v=0,variant:P="indeterminate"}=a,x=z(a,q),d=n({},a,{color:c,disableShrink:C,size:l,thickness:p,value:v,variant:P}),r=Q(d),f={},y={},k={};if(P==="determinate"){const b=2*Math.PI*((g-p)/2);f.strokeDasharray=b.toFixed(3),k["aria-valuenow"]=Math.round(v),f.strokeDashoffset=`${((100-v)/100*b).toFixed(3)}px`,y.transform="rotate(-90deg)"}return h(X,n({className:j(r.root,e),style:n({width:l,height:l},y,I),ownerState:d,ref:i,role:"progressbar"},k,x,{children:h(Y,{className:r.svg,ownerState:d,viewBox:`${g/2} ${g/2} ${g} ${g}`,children:h(w,{className:r.circle,style:f,ownerState:d,cx:g,cy:g,r:(g-p)/2,fill:"none",strokeWidth:p})})}))}),to=oo;function io(t){return T("MuiLoadingButton",t)}const ao=J("MuiLoadingButton",["root","loading","loadingIndicator","loadingIndicatorCenter","loadingIndicatorStart","loadingIndicatorEnd","endIconLoadingEnd","startIconLoadingStart"]),s=ao,no=["children","disabled","id","loading","loadingIndicator","loadingPosition","variant"],ro=t=>{const{loading:o,loadingPosition:i,classes:a}=t,e={root:["root",o&&"loading"],startIcon:[o&&`startIconLoading${u(i)}`],endIcon:[o&&`endIconLoading${u(i)}`],loadingIndicator:["loadingIndicator",o&&`loadingIndicator${u(i)}`]},c=V(e,io,a);return n({},a,c)},so=t=>t!=="ownerState"&&t!=="theme"&&t!=="sx"&&t!=="as"&&t!=="classes",eo=m(K,{shouldForwardProp:t=>so(t)||t==="classes",name:"MuiLoadingButton",slot:"Root",overridesResolver:(t,o)=>[o.root,o.startIconLoadingStart&&{[`& .${s.startIconLoadingStart}`]:o.startIconLoadingStart},o.endIconLoadingEnd&&{[`& .${s.endIconLoadingEnd}`]:o.endIconLoadingEnd}]})(({ownerState:t,theme:o})=>n({[`& .${s.startIconLoadingStart}, & .${s.endIconLoadingEnd}`]:{transition:o.transitions.create(["opacity"],{duration:o.transitions.duration.short}),opacity:0}},t.loadingPosition==="center"&&{transition:o.transitions.create(["background-color","box-shadow","border-color"],{duration:o.transitions.duration.short}),[`&.${s.loading}`]:{color:"transparent"}},t.loadingPosition==="start"&&t.fullWidth&&{[`& .${s.startIconLoadingStart}, & .${s.endIconLoadingEnd}`]:{transition:o.transitions.create(["opacity"],{duration:o.transitions.duration.short}),opacity:0,marginRight:-8}},t.loadingPosition==="end"&&t.fullWidth&&{[`& .${s.startIconLoadingStart}, & .${s.endIconLoadingEnd}`]:{transition:o.transitions.create(["opacity"],{duration:o.transitions.duration.short}),opacity:0,marginLeft:-8}})),_=m("div",{name:"MuiLoadingButton",slot:"LoadingIndicator",overridesResolver:(t,o)=>{const{ownerState:i}=t;return[o.loadingIndicator,o[`loadingIndicator${u(i.loadingPosition)}`]]}})(({theme:t,ownerState:o})=>n({position:"absolute",visibility:"visible",display:"flex"},o.loadingPosition==="start"&&(o.variant==="outlined"||o.variant==="contained")&&{left:o.size==="small"?10:14},o.loadingPosition==="start"&&o.variant==="text"&&{left:6},o.loadingPosition==="center"&&{left:"50%",transform:"translate(-50%)",color:t.palette.action.disabled},o.loadingPosition==="end"&&(o.variant==="outlined"||o.variant==="contained")&&{right:o.size==="small"?10:14},o.loadingPosition==="end"&&o.variant==="text"&&{right:6},o.loadingPosition==="start"&&o.fullWidth&&{position:"relative",left:-10},o.loadingPosition==="end"&&o.fullWidth&&{position:"relative",right:-10})),co=L.exports.forwardRef(function(o,i){const a=N({props:o,name:"MuiLoadingButton"}),{children:e,disabled:c=!1,id:C,loading:l=!1,loadingIndicator:I,loadingPosition:p="center",variant:v="text"}=a,P=z(a,no),x=H(C),d=I!=null?I:h(to,{"aria-labelledby":x,color:"inherit",size:16}),r=n({},a,{disabled:c,loading:l,loadingIndicator:d,loadingPosition:p,variant:v}),f=ro(r);return h(eo,n({disabled:c||l,id:x,ref:i},P,{variant:v,classes:f,ownerState:r,children:r.loadingPosition==="end"?B(L.exports.Fragment,{children:[e,l&&h(_,{className:f.loadingIndicator,ownerState:r,children:d})]}):B(L.exports.Fragment,{children:[l&&h(_,{className:f.loadingIndicator,ownerState:r,children:d}),e]})}))}),uo=co;export{uo as L};

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
import{D as m,a as u,d as f,b as p}from"./Close.08d0b6dc.js";import{f as a,j as n,S as i,t as x,T as h,I as F}from"./index.4f61bfb1.js";const C=({title:o,openDialog:g,setOpenDialog:e,content:r,maxWidth:s})=>{const c=()=>{e(!1)};let d="md";return s&&(d=s),a(m,{open:g,onClose:c,fullWidth:!0,maxWidth:d,children:[n(u,{sx:{backgroundColor:"#19BBBB",color:"#FFF",padding:2},children:a(i,{direction:"row",alignItems:"center",justifyContent:"space-between",children:[o!=null&&o.icon?a(i,{direction:"row",children:[n(x,{icon:o==null?void 0:o.icon,width:25,height:25,sx:{marginRight:"10px"}}),n(h,{variant:"h6",children:o==null?void 0:o.name})]}):n(h,{variant:"h6",children:o!=null&&o.name?o==null?void 0:o.name:"Testing Title"}),n(F,{sx:{color:"#FFF"},onClick:c,children:n(f,{})})]})}),n(p,{sx:{backgroundColor:"#F9FAFB"},children:r||"Testing Content Dialog"})]})},B=C;export{B as M};

View File

@@ -0,0 +1 @@
import{r as c,f as a,F as i,W as x,j as e,B as d}from"./index.4f61bfb1.js";const f=c.exports.forwardRef(({children:r,title:s="",meta:t,...o},n)=>a(i,{children:[a(x,{children:[e("title",{children:`${s} | LinkSehat`}),t]}),e(d,{ref:n,...o,children:r})]})),l=f;export{l as P};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
import{c,j as a}from"./index.4f61bfb1.js";const r=c(a("path",{d:"M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"}),"Search");export{r as S};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
import{a as $,g as K,s as x,a5 as W,_ as d,r as A,e as D,ai as G,K as H,f as J,j as M,h as Q,b as T,i as V}from"./index.4f61bfb1.js";function X(e){return $("PrivateSwitchBase",e)}K("PrivateSwitchBase",["root","checked","disabled","input","edgeStart","edgeEnd"]);const Y=["autoFocus","checked","checkedIcon","className","defaultChecked","disabled","disableFocusRipple","edge","icon","id","inputProps","inputRef","name","onBlur","onChange","onFocus","readOnly","required","tabIndex","type","value"],Z=e=>{const{classes:a,checked:i,disabled:l,edge:o}=e,r={root:["root",i&&"checked",l&&"disabled",o&&`edge${T(o)}`],input:["input"]};return V(r,X,a)},ee=x(W)(({ownerState:e})=>d({padding:9,borderRadius:"50%"},e.edge==="start"&&{marginLeft:e.size==="small"?-3:-12},e.edge==="end"&&{marginRight:e.size==="small"?-3:-12})),se=x("input")({cursor:"inherit",position:"absolute",opacity:0,width:"100%",height:"100%",top:0,left:0,margin:0,padding:0,zIndex:1}),te=A.exports.forwardRef(function(a,i){const{autoFocus:l,checked:o,checkedIcon:r,className:F,defaultChecked:h,disabled:y,disableFocusRipple:p=!1,edge:w=!1,icon:S,id:R,inputProps:I,inputRef:P,name:j,onBlur:f,onChange:g,onFocus:b,readOnly:z,required:N=!1,tabIndex:U,type:c,value:m}=a,_=D(a,Y),[k,q]=G({controlled:o,default:Boolean(h),name:"SwitchBase",state:"checked"}),t=H(),v=s=>{b&&b(s),t&&t.onFocus&&t.onFocus(s)},L=s=>{f&&f(s),t&&t.onBlur&&t.onBlur(s)},O=s=>{if(s.nativeEvent.defaultPrevented)return;const C=s.target.checked;q(C),g&&g(s,C)};let n=y;t&&typeof n>"u"&&(n=t.disabled);const E=c==="checkbox"||c==="radio",u=d({},a,{checked:k,disabled:n,disableFocusRipple:p,edge:w}),B=Z(u);return J(ee,d({component:"span",className:Q(B.root,F),centerRipple:!0,focusRipple:!p,disabled:n,tabIndex:null,role:void 0,onFocus:v,onBlur:L,ownerState:u,ref:i},_,{children:[M(se,d({autoFocus:l,checked:o,defaultChecked:h,className:B.input,disabled:n,id:E?R:void 0,name:j,onChange:O,readOnly:z,ref:P,required:N,ownerState:u,tabIndex:U,type:c},c==="checkbox"&&m===void 0?{}:{value:m},I)),k?r:S]}))}),oe=te;export{oe as S};

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
import{a as u,g as p,s as C,r as m,u as T,e as b,_ as r,j as d,h as f,i as x}from"./index.4f61bfb1.js";function h(e){return u("MuiTableContainer",e)}p("MuiTableContainer",["root"]);const v=["className","component"],w=e=>{const{classes:s}=e;return x({root:["root"]},h,s)},y=C("div",{name:"MuiTableContainer",slot:"Root",overridesResolver:(e,s)=>s.root})({width:"100%",overflowX:"auto"}),g=m.exports.forwardRef(function(s,t){const o=T({props:s,name:"MuiTableContainer"}),{className:i,component:a="div"}=o,l=b(o,v),n=r({},o,{component:a}),c=w(n);return d(y,r({ref:t,as:a,className:f(c.root,i),ownerState:n},l))}),R=g;export{R as T};

View File

@@ -0,0 +1 @@
import{a as u,g as m,s as b,r as T,u as h,e as H,_ as l,j as n,h as f,i as v}from"./index.4f61bfb1.js";import{d as x}from"./TableRow.8e8e6be4.js";function C(e){return u("MuiTableHead",e)}m("MuiTableHead",["root"]);const g=["className","component"],y=e=>{const{classes:s}=e;return v({root:["root"]},C,s)},w=b("thead",{name:"MuiTableHead",slot:"Root",overridesResolver:(e,s)=>s.root})({display:"table-header-group"}),M={variant:"head"},c="thead",R=T.exports.forwardRef(function(s,a){const o=h({props:s,name:"MuiTableHead"}),{className:d,component:t=c}=o,i=H(o,g),r=l({},o,{component:t}),p=y(r);return n(x.Provider,{value:M,children:n(w,l({as:t,className:f(p.root,d),ref:a,role:t===c?null:"rowgroup",ownerState:r},i))})}),j=R;export{j as T};

View File

@@ -0,0 +1 @@
import{r as n,f as h,F as c,j as e,I as p,t as u,aB as d}from"./index.4f61bfb1.js";function g({actions:o,disableRipple:a}){const[r,t]=n.exports.useState(null);n.exports.useEffect(()=>{t(null)},[o]);const i=s=>{t(s.currentTarget)},l=()=>{t(null)};return h(c,{children:[e(p,{onClick:i,disableRipple:a,children:e(u,{icon:"eva:more-vertical-fill",width:20,height:20})}),e(d,{open:Boolean(r),anchorEl:r,onClose:l,anchorOrigin:{vertical:"top",horizontal:"left"},transformOrigin:{vertical:"top",horizontal:"right"},arrow:"right-top",sx:{mt:-1,width:"auto",minWidth:160,"& .MuiMenuItem-root":{px:1,typography:"body2",borderRadius:.75,"& svg":{mr:2,width:20,height:20}}},children:o}),"\xA0\xA0\xA0\xA0"]})}export{g as T};

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,2 @@
import{r as c,a as m,g as $,s as R,_ as i,u as h,e as k,j as y,h as w,i as H,b as u,l as W,a8 as T,d as L}from"./index.4f61bfb1.js";const I=c.exports.createContext(),j=I;function J(e){return m("MuiTable",e)}$("MuiTable",["root","stickyHeader"]);const q=["className","component","padding","size","stickyHeader"],E=e=>{const{classes:o,stickyHeader:t}=e;return H({root:["root",t&&"stickyHeader"]},J,o)},F=R("table",{name:"MuiTable",slot:"Root",overridesResolver:(e,o)=>{const{ownerState:t}=e;return[o.root,t.stickyHeader&&o.stickyHeader]}})(({theme:e,ownerState:o})=>i({display:"table",width:"100%",borderCollapse:"collapse",borderSpacing:0,"& caption":i({},e.typography.body2,{padding:e.spacing(2),color:(e.vars||e).palette.text.secondary,textAlign:"left",captionSide:"bottom"})},o.stickyHeader&&{borderCollapse:"separate"})),A="table",G=c.exports.forwardRef(function(o,t){const a=h({props:o,name:"MuiTable"}),{className:r,component:s=A,padding:l="normal",size:n="medium",stickyHeader:d=!1}=a,b=k(a,q),p=i({},a,{component:s,padding:l,size:n,stickyHeader:d}),v=E(p),M=c.exports.useMemo(()=>({padding:l,size:n,stickyHeader:d}),[l,n,d]);return y(j.Provider,{value:M,children:y(F,i({as:s,role:s===A?null:"table",ref:t,className:w(v.root,r),ownerState:p},b))})}),ye=G,K=c.exports.createContext(),z=K;function Q(e){return m("MuiTableBody",e)}$("MuiTableBody",["root"]);const V=["className","component"],X=e=>{const{classes:o}=e;return H({root:["root"]},Q,o)},Y=R("tbody",{name:"MuiTableBody",slot:"Root",overridesResolver:(e,o)=>o.root})({display:"table-row-group"}),Z={variant:"body"},_="tbody",ee=c.exports.forwardRef(function(o,t){const a=h({props:o,name:"MuiTableBody"}),{className:r,component:s=_}=a,l=k(a,V),n=i({},a,{component:s}),d=X(n);return y(z.Provider,{value:Z,children:y(Y,i({className:w(d.root,r),as:s,ref:t,role:s===_?null:"rowgroup",ownerState:n},l))})}),ve=ee;function oe(e){return m("MuiTableCell",e)}const te=$("MuiTableCell",["root","head","body","footer","sizeSmall","sizeMedium","paddingCheckbox","paddingNone","alignLeft","alignCenter","alignRight","alignJustify","stickyHeader"]),ae=te,se=["align","className","component","padding","scope","size","sortDirection","variant"],le=e=>{const{classes:o,variant:t,align:a,padding:r,size:s,stickyHeader:l}=e,n={root:["root",t,l&&"stickyHeader",a!=="inherit"&&`align${u(a)}`,r!=="normal"&&`padding${u(r)}`,`size${u(s)}`]};return H(n,oe,o)},re=R("td",{name:"MuiTableCell",slot:"Root",overridesResolver:(e,o)=>{const{ownerState:t}=e;return[o.root,o[t.variant],o[`size${u(t.size)}`],t.padding!=="normal"&&o[`padding${u(t.padding)}`],t.align!=="inherit"&&o[`align${u(t.align)}`],t.stickyHeader&&o.stickyHeader]}})(({theme:e,ownerState:o})=>i({},e.typography.body2,{display:"table-cell",verticalAlign:"inherit",borderBottom:e.vars?`1px solid ${e.vars.palette.TableCell.border}`:`1px solid
${e.palette.mode==="light"?W(T(e.palette.divider,1),.88):L(T(e.palette.divider,1),.68)}`,textAlign:"left",padding:16},o.variant==="head"&&{color:(e.vars||e).palette.text.primary,lineHeight:e.typography.pxToRem(24),fontWeight:e.typography.fontWeightMedium},o.variant==="body"&&{color:(e.vars||e).palette.text.primary},o.variant==="footer"&&{color:(e.vars||e).palette.text.secondary,lineHeight:e.typography.pxToRem(21),fontSize:e.typography.pxToRem(12)},o.size==="small"&&{padding:"6px 16px",[`&.${ae.paddingCheckbox}`]:{width:24,padding:"0 12px 0 16px","& > *":{padding:0}}},o.padding==="checkbox"&&{width:48,padding:"0 0 0 4px"},o.padding==="none"&&{padding:0},o.align==="left"&&{textAlign:"left"},o.align==="center"&&{textAlign:"center"},o.align==="right"&&{textAlign:"right",flexDirection:"row-reverse"},o.align==="justify"&&{textAlign:"justify"},o.stickyHeader&&{position:"sticky",top:0,zIndex:2,backgroundColor:(e.vars||e).palette.background.default})),ne=c.exports.forwardRef(function(o,t){const a=h({props:o,name:"MuiTableCell"}),{align:r="inherit",className:s,component:l,padding:n,scope:d,size:b,sortDirection:p,variant:v}=a,M=k(a,se),g=c.exports.useContext(j),x=c.exports.useContext(z),N=x&&x.variant==="head";let f;l?f=l:f=N?"th":"td";let C=d;f==="td"?C=void 0:!C&&N&&(C="col");const B=v||x&&x.variant,U=i({},a,{align:r,component:f,padding:n||(g&&g.padding?g.padding:"normal"),size:b||(g&&g.size?g.size:"medium"),sortDirection:p,stickyHeader:B==="head"&&g&&g.stickyHeader,variant:B}),D=le(U);let P=null;return p&&(P=p==="asc"?"ascending":"descending"),y(re,i({as:f,ref:t,className:w(D.root,s),"aria-sort":P,scope:C,ownerState:U},M))}),fe=ne;function ie(e){return m("MuiTableRow",e)}const ce=$("MuiTableRow",["root","selected","hover","head","footer"]),O=ce,de=["className","component","hover","selected"],pe=e=>{const{classes:o,selected:t,hover:a,head:r,footer:s}=e;return H({root:["root",t&&"selected",a&&"hover",r&&"head",s&&"footer"]},ie,o)},be=R("tr",{name:"MuiTableRow",slot:"Root",overridesResolver:(e,o)=>{const{ownerState:t}=e;return[o.root,t.head&&o.head,t.footer&&o.footer]}})(({theme:e})=>({color:"inherit",display:"table-row",verticalAlign:"middle",outline:0,[`&.${O.hover}:hover`]:{backgroundColor:(e.vars||e).palette.action.hover},[`&.${O.selected}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:T(e.palette.primary.main,e.palette.action.selectedOpacity),"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:T(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity)}}})),S="tr",ge=c.exports.forwardRef(function(o,t){const a=h({props:o,name:"MuiTableRow"}),{className:r,component:s=S,hover:l=!1,selected:n=!1}=a,d=k(a,de),b=c.exports.useContext(z),p=i({},a,{component:s,hover:l,selected:n,head:b&&b.variant==="head",footer:b&&b.variant==="footer"}),v=pe(p);return y(be,i({as:s,ref:t,className:w(v.root,r),role:s===S?null:"row",ownerState:p},d))}),xe=ge;export{ye as T,ve as a,xe as b,fe as c,z as d};

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
import{g as q,a as S,s as N,b as L,_ as l,r as U,u as _,e as B,K as se,M as le,j as c,h as W,i as j,N as ae,J as ne,f as ie,Q as de,U as ue,V as ce,X as pe,O as fe}from"./index.4f61bfb1.js";function me(e){return S("MuiFormHelperText",e)}const xe=q("MuiFormHelperText",["root","error","disabled","sizeSmall","sizeMedium","contained","focused","filled","required"]),M=xe;var $;const Fe=["children","className","component","disabled","error","filled","focused","margin","required","variant"],he=e=>{const{classes:o,contained:t,size:s,disabled:n,error:i,filled:d,focused:p,required:u}=e,r={root:["root",n&&"disabled",i&&"error",s&&`size${L(s)}`,t&&"contained",p&&"focused",d&&"filled",u&&"required"]};return j(r,me,o)},be=N("p",{name:"MuiFormHelperText",slot:"Root",overridesResolver:(e,o)=>{const{ownerState:t}=e;return[o.root,t.size&&o[`size${L(t.size)}`],t.contained&&o.contained,t.filled&&o.filled]}})(({theme:e,ownerState:o})=>l({color:(e.vars||e).palette.text.secondary},e.typography.caption,{textAlign:"left",marginTop:3,marginRight:0,marginBottom:0,marginLeft:0,[`&.${M.disabled}`]:{color:(e.vars||e).palette.text.disabled},[`&.${M.error}`]:{color:(e.vars||e).palette.error.main}},o.size==="small"&&{marginTop:4},o.contained&&{marginLeft:14,marginRight:14})),Te=U.exports.forwardRef(function(o,t){const s=_({props:o,name:"MuiFormHelperText"}),{children:n,className:i,component:d="p"}=s,p=B(s,Fe),u=se(),r=le({props:s,muiFormControl:u,states:["variant","size","disabled","error","filled","focused","required"]}),f=l({},s,{component:d,contained:r.variant==="filled"||r.variant==="outlined",variant:r.variant,size:r.size,disabled:r.disabled,error:r.error,filled:r.filled,focused:r.focused,required:r.required}),F=he(f);return c(be,l({as:d,ownerState:f,className:W(F.root,i),ref:t},p,{children:n===" "?$||($=c("span",{className:"notranslate",children:"\u200B"})):n}))}),ve=Te;function Ce(e){return S("MuiTextField",e)}q("MuiTextField",["root"]);const ge=["autoComplete","autoFocus","children","className","color","defaultValue","disabled","error","FormHelperTextProps","fullWidth","helperText","id","InputLabelProps","inputProps","InputProps","inputRef","label","maxRows","minRows","multiline","name","onBlur","onChange","onFocus","placeholder","required","rows","select","SelectProps","type","value","variant"],Re={standard:ce,filled:pe,outlined:fe},we=e=>{const{classes:o}=e;return j({root:["root"]},Ce,o)},ye=N(ae,{name:"MuiTextField",slot:"Root",overridesResolver:(e,o)=>o.root})({}),Ie=U.exports.forwardRef(function(o,t){const s=_({props:o,name:"MuiTextField"}),{autoComplete:n,autoFocus:i=!1,children:d,className:p,color:u="primary",defaultValue:r,disabled:f=!1,error:F=!1,FormHelperTextProps:V,fullWidth:T=!1,helperText:v,id:O,InputLabelProps:h,inputProps:k,InputProps:A,inputRef:E,label:m,maxRows:J,minRows:K,multiline:w=!1,name:Q,onBlur:X,onChange:D,onFocus:G,placeholder:Y,required:y=!1,rows:Z,select:C=!1,SelectProps:g,type:ee,value:I,variant:b="outlined"}=s,oe=B(s,ge),H=l({},s,{autoFocus:i,color:u,disabled:f,error:F,fullWidth:T,multiline:w,required:y,select:C,variant:b}),re=we(H),x={};b==="outlined"&&(h&&typeof h.shrink<"u"&&(x.notched=h.shrink),x.label=m),C&&((!g||!g.native)&&(x.id=void 0),x["aria-describedby"]=void 0);const a=ne(O),R=v&&a?`${a}-helper-text`:void 0,P=m&&a?`${a}-label`:void 0,te=Re[b],z=c(te,l({"aria-describedby":R,autoComplete:n,autoFocus:i,defaultValue:r,fullWidth:T,multiline:w,name:Q,rows:Z,maxRows:J,minRows:K,type:ee,value:I,id:a,inputRef:E,onBlur:X,onChange:D,onFocus:G,placeholder:Y,inputProps:k},x,A));return ie(ye,l({className:W(re.root,p),disabled:f,error:F,fullWidth:T,ref:t,required:y,color:u,variant:b,ownerState:H},oe,{children:[m!=null&&m!==""&&c(de,l({htmlFor:a,id:P},h,{children:m})),C?c(ue,l({"aria-describedby":R,id:a,labelId:P,value:I,input:z},g,{children:d})):z,v&&c(ve,l({id:R},V,{children:v}))]}))}),Pe=Ie;export{ve as F,Pe as T};

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
import{P as d}from"./Page.f00bcef1.js";import{a2 as p,o as f,r as a,Z as u,aC as x,$ as h,j as t,f as o,a4 as g,S as C,T as P}from"./index.4f61bfb1.js";import{C as S,a as I}from"./CardFamilyInformation.333b7ee6.js";import{d as j}from"./ArrowBackIos.891f2fd7.js";import{G as s}from"./Grid.c1e049cd.js";import"./Close.08d0b6dc.js";import"./jsx-runtime_commonjs-proxy.6387488a.js";import"./Card.08e30663.js";import"./TextField.4a80d643.js";import"./SwitchBase.1ec49b3e.js";function E(){const{themeStretch:i}=p(),n=f(),[r,m]=a.exports.useState(),{corporateValue:c}=a.exports.useContext(u),{id:l}=x();return a.exports.useEffect(()=>{h.get(c+"/members/"+l).then(e=>{m(e.data)}).catch(e=>{console.error(e)})},[]),t(d,{title:"Profile",children:o(g,{maxWidth:i?!1:"xl",children:[o(C,{direction:"row",alignItems:"center",sx:{marginBottom:3},children:[t(j,{sx:{cursor:"pointer"},onClick:()=>n(-1)}),t(P,{variant:"h5",sx:{marginLeft:2},children:"Profile"})]}),r?o(s,{container:!0,spacing:2,children:[t(s,{item:!0,xs:12,md:12,children:t(S,{data:r})}),t(s,{item:!0,xs:12,md:12,children:t(I,{data:r})})]}):""]})})}export{E as default};

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
import{r,i as t,a}from"./jsx-runtime_commonjs-proxy.6387488a.js";var e={},i=t.exports;Object.defineProperty(e,"__esModule",{value:!0});var u=e.default=void 0,s=i(r()),l=a,d=(0,s.default)((0,l.jsx)("path",{d:"M12 6c3.79 0 7.17 2.13 8.82 5.5C19.17 14.87 15.79 17 12 17s-7.17-2.13-8.82-5.5C4.83 8.13 8.21 6 12 6m0-2C7 4 2.73 7.11 1 11.5 2.73 15.89 7 19 12 19s9.27-3.11 11-7.5C21.27 7.11 17 4 12 4zm0 5c1.38 0 2.5 1.12 2.5 2.5S13.38 14 12 14s-2.5-1.12-2.5-2.5S10.62 9 12 9m0-2c-2.48 0-4.5 2.02-4.5 4.5S9.52 16 12 16s4.5-2.02 4.5-4.5S14.48 7 12 7z"}),"VisibilityOutlined");u=e.default=d;export{u as d};

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
function g(e,t,r){const a={};return Object.keys(e).forEach(u=>{a[u]=e[u].reduce((n,s)=>(s&&(r&&r[s]&&n.push(r[s]),n.push(t(s))),n),[]).join(" ")}),a}const i=e=>e,o=()=>{let e=i;return{configure(t){e=t},generate(t){return e(t)},reset(){e=i}}},c=o(),l=c,d={active:"Mui-active",checked:"Mui-checked",completed:"Mui-completed",disabled:"Mui-disabled",error:"Mui-error",expanded:"Mui-expanded",focused:"Mui-focused",focusVisible:"Mui-focusVisible",required:"Mui-required",selected:"Mui-selected"};function f(e,t){return d[t]||`${l.generate(e)}-${t}`}function p(e,t){const r={};return t.forEach(a=>{r[a]=f(e,a)}),r}export{f as a,g as c,p as g};

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:before,.simplebar-content:after{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:black;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}.lazy-load-image-background.blur{filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{filter:blur(0);transition:filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}.lazy-load-image-background.opacity{opacity:0}.lazy-load-image-background.opacity.lazy-load-image-loaded{opacity:1;transition:opacity .3s}.lazy-load-image-background.black-and-white{filter:grayscale(1)}.lazy-load-image-background.black-and-white.lazy-load-image-loaded{filter:grayscale(0);transition:filter .3s}.lazy-load-image-background.black-and-white>img{opacity:0}.lazy-load-image-background.black-and-white.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}

View File

@@ -0,0 +1 @@
var t=Array.isArray,s=t;function i(r){var a=typeof r;return r!=null&&(a=="object"||a=="function")}var e=i;export{e as a,s as i};

View File

@@ -0,0 +1 @@
import{i as c,a as f}from"./isObject.095d1ac4.js";var l=function t(e,n,a,i){var u=i||"";(function(r){return r===null})(e)||function(r){return r===void 0}(e)?n.excludeNull||a.append(u,""):function(r){return r instanceof File}(e)||function(r){return r instanceof Blob}(e)?a.append(u,e):c(e)?e.forEach(function(r,o){var s=u;n.useBrackets&&(s+="["+(n.arrayIndexes?o:"")+"]"),t(r,n,a,s)}):f(e)?Object.entries(e).forEach(function(r){var o=r[0],s=o;i&&(s=n.useDotSeparator?i+"."+o:i+"["+o+"]"),t(r[1],n,a,s)}):function(r){return typeof r=="boolean"}(e)?a.append(u,n.booleanAsNumbers?""+Number(e):e?"true":"false"):a.append(u,e)},p={arrayIndexes:!0,excludeNull:!0,useDotSeparator:!1,useBrackets:!0,booleanAsNumbers:!1},d=function(t,e,n){return e===void 0&&(e={}),n===void 0&&(n=new FormData),t&&(e=Object.assign({},p,e),l(t,e,n)),n};function m(t){return d(t)}export{m};

View File

@@ -0,0 +1 @@
import{aj as u,b as s,ak as c,c as i,al as l,am as p,an as f,ao as d,ap as m,aq as v,J as _,ai as g,ar as b,as as I,at as q,au as o,av as C}from"./index.4f61bfb1.js";function S(e,a){return()=>null}function E(e,a){return()=>null}function N(e,a,r,F,M){return null}const x={configure:e=>{u.configure(e)}},y=Object.freeze(Object.defineProperty({__proto__:null,unstable_ClassNameGenerator:x,capitalize:s,createChainedFunction:c,createSvgIcon:i,debounce:l,deprecatedPropType:S,isMuiElement:p,ownerDocument:f,ownerWindow:d,requirePropFactory:E,setRef:m,unstable_useEnhancedEffect:v,unstable_useId:_,unsupportedProp:N,useControlled:g,useEventCallback:b,useForkRef:I,useIsFocusVisible:q},Symbol.toStringTag,{value:"Module"}));var P={exports:{}};(function(e){function a(r){return r&&r.__esModule?r:{default:r}}e.exports=a,e.exports.__esModule=!0,e.exports.default=e.exports})(P);var t={};const R=o(y);var n;function h(){return n||(n=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return a.createSvgIcon}});var a=R}(t)),t}const O=o(C);export{O as a,P as i,h as r};

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 573 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,18 @@
@font-face {
font-family: 'CircularStd';
font-weight: 400;
font-style: normal;
src: local('CircularStd'), url('CircularStd-Book.otf') format('opentype');
}
@font-face {
font-family: 'CircularStd';
font-weight: 500;
font-style: normal;
src: local('CircularStd'), url('CircularStd-Medium.otf') format('opentype');
}
@font-face {
font-family: 'CircularStd';
font-weight: 700;
font-style: normal;
src: local('CircularStd'), url('CircularStd-Bold.otf') format('opentype');
}

View File

@@ -0,0 +1 @@
<svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m20.247634 1c1.0125221 0 1.8333334.82081129 1.8333334 1.83333333s-.8208113 1.83333334-1.8333334 1.83333334c-.3158442 0-.6130339-.07986936-.8724738-.22051281l-3.0249251 3.47961717c.1346337.25513483.2108509.5458717.2108509.85441003 0 1.01252204-.8208113 1.83333334-1.8333334 1.83333334-.9820883 0-1.7838173-.7722101-1.8311257-1.74256896l-2.2033918-.75849737c-.336256.40778098-.84535009.66773299-1.41515923.66773299-.32712483 0-.63423886-.08567643-.90012689-.2358141l-2.87560465 2.41277624c.05416355.1730906.08335496.3572185.08335496.5481644 0 1.012522-.8208113 1.8333333-1.83333334 1.8333333s-1.83333333-.8208113-1.83333333-1.8333333c0-1.0125221.82081129-1.83333335 1.83333333-1.83333335.33090488 0 .64133381.08766791.90932763.24104456l2.86960725-2.40787374c-.05621505-.1760311-.0865583-.3636207-.0865583-.55829735 0-1.01252204.8208113-1.83333333 1.83333334-1.83333333.97577423 0 1.77350093.76231258 1.83011983 1.7238777l2.2160025.76325559c.336304-.39976002.8402621-.65379996 1.4035544-.65379996.2130474 0 .4176071.03634016.6078186.10315996l3.1693503-3.64581344c-.0588143-.17965899-.0906208-.37154554-.0906208-.57086091 0-1.01252204.8208113-1.83333333 1.8333333-1.83333333z" opacity=".48"/><path d="m21.1666667 9.60855714c.506261 0 .9166666.41040566.9166666.91666666v10.7540685c0 .2761423-.2238576.5-.5.5h-2.6666666c-.2761424 0-.5-.2238577-.5-.5v-10.7540685c0-.506261.4104056-.91666666.9166666-.91666666zm-5.5 6.42549146c.506261 0 .9166666.4104057.9166666.9166667v4.328577c0 .2761423-.2238576.5-.5.5h-2.6666666c-.2761424 0-.5-.2238577-.5-.5v-4.328577c0-.506261.4104056-.9166667.9166666-.9166667zm-5.5-1.8405511c.506261 0 .9166666.4104057.9166666.9166667v6.1691281c0 .2761423-.2238576.5-.5.5h-2.66666663c-.27614238 0-.5-.2238577-.5-.5v-6.1691281c0-.506261.41040564-.9166667.91666666-.9166667zm-5.50000003 4.7135227c.50626102 0 .91666666.4104057.91666666.9166667v1.4556054c0 .2761423-.22385762.5-.5.5h-2.66666666c-.27614238 0-.5-.2238577-.5-.5v-1.4556054c0-.506261.41040564-.9166667.91666666-.9166667z"/></svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -0,0 +1,5 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21.5367 20.5812H2.45436C1.92714 20.5812 1.5 21.0083 1.5 21.536C1.5 22.0628 1.92714 22.4899 2.45436 22.4899H21.5362C22.0635 22.4899 22.4906 22.0628 22.4906 21.536C22.4902 21.0083 22.063 20.5812 21.5367 20.5812Z" fill="#637381"/>
<path d="M3.64772 18.1001C3.1205 18.1001 2.69336 18.5273 2.69336 19.0545C2.69336 19.5817 3.1205 20.0093 3.64772 20.0093H20.3446C20.8718 20.0093 21.2989 19.5817 21.2989 19.0545C21.2989 18.5273 20.8718 18.1001 20.3446 18.1001H20.1064V9.51266H20.3446C20.6086 9.51266 20.8213 9.29909 20.8213 9.03592C20.8213 8.77276 20.6077 8.55919 20.3446 8.55919H3.64772C3.38411 8.55919 3.17099 8.77276 3.17099 9.03592C3.17099 9.29909 3.38456 9.51266 3.64772 9.51266H3.88631V18.0997H3.64772V18.1001ZM18.1977 9.51266V18.0997H15.3355V9.51266H18.1977ZM13.4268 9.51266V18.0997H10.5646V9.51266H13.4268ZM5.79414 9.51266H8.65633V18.0997H5.79414V9.51266Z" fill="#637381"/>
<path opacity="0.48" d="M2.45438 7.70134H21.5363C21.5394 7.70134 21.543 7.70134 21.5456 7.70134C22.0733 7.70134 22.5 7.2742 22.5 6.74698C22.5 6.32788 22.2301 5.97268 21.8553 5.844L12.3876 1.58377C12.1387 1.47208 11.8541 1.47208 11.6048 1.58377L2.06298 5.87706C1.65238 6.06204 1.42674 6.50794 1.52146 6.94759C1.61574 7.38724 2.00445 7.70134 2.45438 7.70134Z" fill="#637381"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -0,0 +1 @@
<svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m14.984127 0c2.7619047 0 5.015873 2.25396825 5.015873 5.01587302v9.96825398c0 2.7619047-2.2539683 5.015873-5.015873 5.015873h-9.984127c-2.74603175 0-5-2.2539683-5-5v-9.98412698c0-2.76190477 2.25396825-5.01587302 5-5.01587302zm-4.5079365 3.80952381h-2.76190479c-2.17460317 0-3.9047619 1.73015873-3.9047619 3.88888889v4.6031746c0 2.1587302 1.73015873 3.8888889 3.9047619 3.8888889h4.53968259c2.1746031 0 3.9523809-1.7460318 3.9682539-3.9047619v-3.15873017l-.031746-.15873016-.1111111-.22222222-.1746032-.14285715c-.2380952-.17460317-1.3968254.01587302-1.7142857-.26984127-.2222222-.2063492-.2539683-.57142857-.3174603-1.06349206-.1111111-.96825397-.2063492-1.01587302-.3492064-1.33333333-.5396825-1.15873016-2.031746-2.12698413-3.047619-2.12698413zm1.7460317 7.61904759c.4126984 0 .7460318.3809524.7460318.7936508s-.3333334.7936508-.7460318.7936508h-4.46031744c-.42857143 0-.76190476-.3809524-.76190476-.7936508s.34920635-.7936508.76190476-.7936508zm-2.26984125-4.44444442c.42857145 0 .76190475.30158731.76190475.71428572s-.3492063.71428571-.76190475.71428571h-2.19047619c-.41269841 0-.76190476-.3015873-.76190476-.71428571s.34920635-.71428572.76190476-.71428572z" transform="translate(2 2)"/></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -0,0 +1 @@
<svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><g fill="#637381"><path d="m16.8125 2.83333h-1.1459v-.91667c0-.50599-.4097-.91666-.9166-.91666s-.9167.41067-.9167.91666v.91667h-7.33331v-.91667c0-.50599-.40975-.91666-.91667-.91666-.50691 0-.91666.41067-.91666.91666v.91667h-1.14583c-1.39058 0-2.52083 1.13025-2.52083 2.52083v10.31244c0 1.5162 1.23383 2.75 2.74999 2.75h4.58333c.50691 0 .91666-.4106.91666-.9166s-.40975-.9167-.91666-.9167h-4.58333c-.50599 0-.91666-.4116-.91666-.9167v-7.33328h14.66667c0 .506.4097.91666.9166.91666s.9167-.41066.9167-.91666v-2.97916c0-1.39058-1.1302-2.52083-2.5208-2.52083z"/><path d="m17.0413 11.0834c-3.2853 0-5.9583 2.673-5.9583 5.9583s2.673 5.9583 5.9583 5.9583 5.9583-2.673 5.9583-5.9583-2.673-5.9583-5.9583-5.9583zm2.7555 4.9545-2.9791 3.4375c-.1669.1925-.4061.3062-.66.3163-.011 0-.022 0-.033 0-.243 0-.4758-.0963-.6481-.2686l-1.6042-1.6042c-.3584-.3584-.3584-.9377 0-1.2961.3584-.3585.9378-.3585 1.2962 0l.9084.9084 2.3338-2.6932c.3318-.3831.9112-.4226 1.2934-.0926.3823.331.4235.9103.0926 1.2925z" opacity=".48"/></g></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -0,0 +1 @@
<svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><g transform="translate(1.5 1.5)"><path d="m18.9 3.15h-16.8c-1.15931815.00115758-2.09884242.94068185-2.1 2.1v12.95c.00115758 1.1593181.94068185 2.0988424 2.1 2.1h16.8c1.1593181-.0011576 2.0988424-.9406819 2.1-2.1v-12.95c-.0011576-1.15931815-.9406819-2.09884242-2.1-2.1zm0 16.45h-16.8c-.77319865 0-1.4-.6268014-1.4-1.4v-10.5h19.6v10.5c0 .7731986-.6268014 1.4-1.4 1.4zm-2.45-17.15v-1.75c0-.38659932-.3134007-.7-.7-.7s-.7.31340068-.7.7v1.75zm-10.5 0v-1.75c0-.38659932-.31340068-.7-.7-.7s-.7.31340068-.7.7v1.75z"/><path d="m5.99840724 14.441644c.55228475 0 1 .4477153 1 1v1.6c0 .5522848-.44771525 1-1 1h-2.2c-.55228475 0-1-.4477152-1-1v-1.6c0-.5522847.44771525-1 1-1zm5.60159276 0c.5522847 0 1 .4477153 1 1v1.6c0 .5522848-.4477153 1-1 1h-2.2c-.55228475 0-1-.4477152-1-1v-1.6c0-.5522847.44771525-1 1-1zm-5.60159276-5.0001284c.55228475 0 1 .44771525 1 1v1.6c0 .5522848-.44771525 1-1 1h-2.2c-.55228475 0-1-.4477152-1-1v-1.6c0-.55228475.44771525-1 1-1zm5.60159276 0c.5522847 0 1 .44771525 1 1v1.6c0 .5522848-.4477153 1-1 1h-2.2c-.55228475 0-1-.4477152-1-1v-1.6c0-.55228475.44771525-1 1-1zm5.6015928 0c.5522847 0 1 .44771525 1 1v1.6c0 .5522848-.4477153 1-1 1h-2.2c-.5522848 0-1-.4477152-1-1v-1.6c0-.55228475.4477152-1 1-1z" opacity=".48"/></g></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -0,0 +1 @@
<svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><g transform="translate(2 2)"><path d="m9.58985382 1.32162476c1.66180188 0 3.06430158 1.12239456 3.49720258 2.64777104h-6.99440518c.432901-1.52537648 1.83540001-2.64777104 3.4972026-2.64777104zm4.62891648-1.32162476c.9093636 0 1.6555835.7429914 1.6555835 1.65235392 0 .90937489-.7462199 1.6529999-1.6555835 1.6529999-.909364 0-1.6529999-.74362501-1.6529999-1.6529999 0-.90936252.7436359-1.65235392 1.6529999-1.65235392z" opacity=".48"/><path d="m7.60483293 15.8737079c.90936397 0 1.6529999.7436373 1.6529999 1.6529999 0 .9093749-.74362997 1.6549376-1.6529999 1.6549376s-1.65235399-.7455627-1.65235399-1.6549376c0-.9093626.74299001-1.6529999 1.65235399-1.6529999zm6.61393737 0c.9093636 0 1.6555835.7436373 1.6555835 1.6529999 0 .9093749-.7462136 1.6549376-1.6555835 1.6549376-.90937 0-1.6529999-.7455627-1.6529999-1.6549376 0-.9093626.7436349-1.6529999 1.6529999-1.6529999zm-10.58074958-13.22722875c.47021948.00126272.87961059.33725114.97151692.79840103l.23706567 1.18597394h13.34220869c.6357812 0 1.1062464.60903974.9644116 1.2234396l-1.9850212 8.59895818c-.1036535.4490251-.5105252.7589977-.9644112.7589977h-10.58333325c-.47083827 0-.88484536-.3341221-.97216282-.8009847l-1.82805386-9.78234852h-1.82869973c-.30322176 0-.57131938-.12557224-.74220274-.31781022-.17088343-.19224988-.2493388-.43483146-.2493388-.67373135 0-.2388999.07845541-.48148147.2493388-.67373136.17088336-.19223764.43898098-.3171643.74220274-.3171643z"/></g></svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -0,0 +1 @@
<svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><g transform="translate(.5 2.5)"><path d="m8.3418125.28845833c-4.72554167 0-8.3418125 3.20658334-8.3418125 6.70210417 0 3.4955208 3.12225 5.5209583 3.12225 5.5209583l-.5074375 1.923375c-.06708333.2534792.20460417.462875.4326875.3335l2.28083333-1.2923125c1.00864584.3210417 3.14908334.4235834 3.35752084.4331667-.1495-.5184583-.22329167-1.02925-.22329167-1.5060208 0-2.69770837 2.348875-6.49750003 7.5703542-6.49750003.1188333 0 .2376666.002875.3565.00766666-.6947917-3.32541666-4.1476667-5.6249375-8.0476042-5.6249375z"/><path d="m23 11.9810833c0-3.06187497-3.5923125-5.3038958-6.9675625-5.3038958-4.7734583 0-6.79889583 3.4476042-6.79889583 5.7260417 0 2.2832291 2.02495833 5.7260416 6.79889583 5.7260416 1.0560833 0 1.9851875-.1514166 2.7930625-.41975l1.7954375 1.1394584c.1418333.0900833.3210417-.0368959.2831875-.2007709l-.4072917-1.768125c1.69625-1.181625 2.5031667-3.0441458 2.5031667-4.899z" opacity=".48"/></g></svg>

After

Width:  |  Height:  |  Size: 1007 B

View File

@@ -0,0 +1 @@
<svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><g transform="translate(2 4)"><path d="m18.38 4.57-1.23 1.85c1.2049 2.40314304 1.1222508 5.2507848-.22 7.58h-13.86c-1.76350331-3.059309-1.31261601-6.91298595 1.10947843-9.48257235s6.24242627-3.24722187 9.40052157-1.66742765l1.85-1.23c-3.8761922-2.48556317-8.94860517-2.00294347-12.28650726 1.16901179-3.3379021 3.17195526-4.07833512 8.21319061-1.79349274 12.21098821.35510459.6150891 1.00977788.9957131 1.72 1.0000158h13.85c.7173695.0028322 1.3813181-.3787474 1.74-1.0000158 1.8786438-3.25433 1.7743473-7.28712667-.27-10.44z"/><path d="m8.59 11.41c.37513651.3755541.8841815.5865733 1.415.5865733s1.0398635-.2110192 1.415-.5865733l5.66-8.49-8.49 5.66c-.37555409.37513651-.58657331.8841815-.58657331 1.415s.21101922 1.0398635.58657331 1.415z" opacity=".48"/></g></svg>

After

Width:  |  Height:  |  Size: 849 B

View File

@@ -0,0 +1 @@
<svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m7.94101676 5.6427832v2.74464258c0 .33989649.27513281.6150293.6150293.6150293.30862393 0 .56440212-.22738249.60835663-.52409402l.00667266-.09093528v-2.74464258h5.65814645v2.74464258c0 .33989649.275543.6150293.6150293.6150293.3089968 0 .5644699-.22738249.6083659-.52409402l.0066634-.09093528v-2.74464258h1.8524297c.7157099 0 1.3265895.52397061 1.44811 1.21681899l.0176654.14071617.9376992 11.81697074c.0730078.9483222-.2554043 1.8905332-.900334 2.5867324-.5953575.6426454-1.4202201 1.03272-2.2901578 1.0889289l-.2183168.0070496h-9.81241403c-.94918359 0-1.8635039-.3997793-2.50847461-1.0959375-.59531971-.6426454-.92094397-1.4949103-.91044964-2.3668484l.00966449-.2182844.93810937-11.82025197c.0545636-.71224914.62412163-1.28073532 1.3241451-1.34901387l.14163029-.00688066zm4.09817114 3.97089698c-.2266736-.00327725-.4135824.17768425-.4169046.40501402v.7555922c-1.4912918.1060463-2.50536524 1.0273421-2.50536524 2.253508 0 1.5045398 1.27919924 1.9221212 2.50536524 2.253508v2.6511967c-.6469005-.0868303-1.2566612-.3552579-1.7564176-.7754643-.09411064-.0748948-.21077995-.1166488-.33140728-.1192943-.30554685.0212051-.54083371.2770409-.5369249.5832645-.00060704.1338754.05174957.2624598.14586021.3579034.68467596.6164053 1.56487397.9710069 2.48549307 1.0008254l.0006563.7430004c.0106025.2266735.2034791.4016467.4301527.3903879.2233717 0 .4043127-.180941.4043127-.4043128v-.7423236c1.8094305-.1192943 2.538506-1.2195419 2.538506-2.3860709 0-1.5642177-1.3122785-2.041436-2.5384649-2.3728433v-2.3330375c.4990796.0841848.9696739.2889765 1.3719974.5965126.0802063.0550021.1743169.0848411.2717499.0861536.3121708 0 .5666941-.251201.5699959-.5633719.0006562-.1338754-.0517004-.2624598-.145811-.3579035-.5812753-.4977671-1.3103508-.7913784-2.0745563-.8351217v-.7821089c0-.22337175-.180941-.40431274-.4043128-.40431274-.0046347-.00070128-.00929-.00070128-.0139248-.00070128zm.4248617 5.91949992c.7489681.2120925 1.3322121.4970904 1.3255881 1.1930252 0 .503735-.3446554 1.1002476-1.3255881 1.2195419zm-.8351218-3.7050349v2.1673339c-.7224514-.2120925-1.2858233-.430809-1.2858233-1.0472142 0-.6164053.510359-1.0604828 1.2858233-1.1201197zm.3712413-10.3281452c2.2382637 0 4.0591523 1.82125781 4.0591523 4.05952148v.08322071h-1.2300175v-.08322071c0-1.56011132-1.2689825-2.8295039-2.8290938-2.8295039s-2.82909373 1.26939258-2.82909373 2.8295039v.08322071h-1.23005859v-.08322071c0-2.23826367 1.82084765-4.05952148 4.05911132-4.05952148z"/></svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@@ -0,0 +1,7 @@
<svg width="24" height="18" viewBox="0 0 24 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5.45456 17.9116V8.68687L2.57878 6.06959L0 4.61719V16.2837C0 17.1845 0.733594 17.9116 1.63641 17.9116H5.45456Z" fill="#4285F4"/>
<path d="M18.5469 17.9115H22.365C23.2706 17.9115 24.0014 17.1817 24.0014 16.2836V4.61719L21.0806 6.28074L18.5469 8.68677V17.9115Z" fill="#34A853"/>
<path d="M5.45381 8.68695L5.0625 5.08256L5.45381 1.63281L11.9993 6.5165L18.5447 1.63281L18.9824 4.89631L18.5447 8.68695L11.9993 13.5706L5.45381 8.68695Z" fill="#EA4335"/>
<path d="M18.5469 1.63247V8.6866L24.0014 4.61693V2.44639C24.0014 0.433277 21.6914 -0.71434 20.0743 0.492966L18.5469 1.63247Z" fill="#FBBC04"/>
<path d="M0 4.61697L2.50866 6.48878L5.45456 8.68665V1.63251L3.92719 0.493009C2.30719 -0.71439 0 0.43332 0 2.44633V4.61687V4.61697Z" fill="#C5221F"/>
</svg>

After

Width:  |  Height:  |  Size: 852 B

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>ic_kanban</title>
<g id="ic_kanban" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path d="M20,3 C21.1045695,3 22,3.8954305 22,5 L22,15 C22,16.1045695 21.1045695,17 20,17 L4,17 C2.8954305,17 2,16.1045695 2,15 L2,5 C2,3.8954305 2.8954305,3 4,3 L20,3 Z M11.5,6 L6.5,6 C5.67157288,6 5,6.67157288 5,7.5 L5,7.5 L5,9.5 C5,10.3284271 5.67157288,11 6.5,11 L6.5,11 L11.5,11 C12.3284271,11 13,10.3284271 13,9.5 L13,9.5 L13,7.5 C13,6.67157288 12.3284271,6 11.5,6 L11.5,6 Z" id="Combined-Shape" fill="#000000"></path>
<path d="M8,21 L16,21 M12,17 L12,21" id="Combined-Shape" stroke="#000000" stroke-width="2" opacity="0.48" stroke-linecap="round" stroke-linejoin="round"></path>
</g>
</svg>

After

Width:  |  Height:  |  Size: 915 B

View File

@@ -0,0 +1 @@
<svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><g transform="translate(1.5 4)"><path d="m11.0988387 10.3846452c-.1981935.1238709-.4211613.1734193-.6193548.1734193-.1981936 0-.4211613-.0495484-.61935487-.1734193l-9.86012903-6.02012907v8.00206447c0 1.7094194 1.38735484 3.0967742 3.09677419 3.0967742h14.79019351c1.7094194 0 3.0967742-1.3873548 3.0967742-3.0967742v-8.00206447z"/><path d="m17.8869677.00425806h-14.79019351c-1.46167742 0-2.70038709 1.04051613-2.99767742 2.42787097l10.40516133 6.34219355 10.3803871-6.34219355c-.2972904-1.38735484-1.536-2.42787097-2.9976775-2.42787097z" opacity=".48"/></g></svg>

After

Width:  |  Height:  |  Size: 646 B

View File

@@ -0,0 +1 @@
<svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><g transform="translate(5 3)"><path d="m7 8c2.209139 0 4-1.790861 4-4s-1.790861-4-4-4-4 1.790861-4 4 1.790861 4 4 4z" opacity=".48"/><path d="m13 18.0000001c.5522847 0 1-.4477154 1-1 0-3.8659933-3.1340068-7-7-7-3.86599321 0-7 3.1340067-7 7 0 .5522846.44771525 1 1 1z"/></g></svg>

After

Width:  |  Height:  |  Size: 362 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 638 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -0,0 +1,41 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<meta name="theme-color" content="#000000" />
<link rel="manifest" href="/manifest.json" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!-- Using Google Font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;500;600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet">
<!-- Using Local Font -->
<link rel="stylesheet" type="text/css" href="/fonts/index.css" />
<title>Minimal UI Kit</title>
<meta name="description"
content="The starting point for your next project with Minimal UI Kit, built on the newest version of Material-UI ©, ready to be customized to your style" />
<meta name="keywords" content="react,material,kit,application,dashboard,admin,template" />
<meta name="author" content="Minimal UI Kit" />
<script type="module" crossorigin src="/assets/index.4f61bfb1.js"></script>
<link rel="stylesheet" href="/assets/index.d13d3ea4.css">
<link rel="manifest" href="/manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="/registerSW.js"></script></head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@@ -0,0 +1 @@
<svg height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><linearGradient id="a" x1="100%" x2="50%" y1="5.663%" y2="50%"><stop offset="0" stop-color="#007b55"/><stop offset="1" stop-color="#00ab55"/></linearGradient><linearGradient id="b" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0" stop-color="#5be584"/><stop offset="1" stop-color="#00ab55"/></linearGradient><g fill="none" fill-rule="evenodd" transform="translate(14 128)"><path d="m92.8065878 83.1065019c44.2888442 22.8889511 46.3079382 23.9345951 46.4006692 23.9799821.012248.008728.642121.333419 44.792743 23.152545-26.071507 48.53952-42.693165 77.265922-49.868472 86.179207-10.758587 13.369926-22.495227 23.492946-36.929824 29.333888-30.3458978 14.261953-68.070062 14.928791-97.201704-2.704011z" fill="url(#a)"/><g fill="url(#b)"><path d="m430.310491 101.726093c-46.270793-80.9559274-94.100378-157.2284394-149.043472-45.3437359-7.516227 14.3833977-12.994566 42.3366008-25.267019 42.3366008v-.1420279c-12.272453 0-17.749057-27.9532032-25.265283-42.3366009-54.94483-111.8847034-102.774415-35.6121915-149.0452076 45.3437359-3.4821132 6.105448-6.8270943 11.9321-9.6895094 16.99601 106.037811-67.1266136 97.11034 135.666494 184 137.277897v.142028c86.891396-1.611403 77.962189-204.4045106 184-137.27965-2.860679-5.062157-6.20566-10.888809-9.689509-16.994257"/><path d="m436 256c26.5088 0 48-21.4912 48-48s-21.4912-48-48-48-48 21.4912-48 48 21.4912 48 48 48"/></g></g></svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -0,0 +1,20 @@
{
"name": "React Material Minimal UI",
"short_name": "Minimal-UI",
"display": "standalone",
"start_url": "/",
"theme_color": "#000000",
"background_color": "#ffffff",
"icons": [
{
"src": "favicon/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "favicon/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}

View File

@@ -0,0 +1 @@
{"name":"@minimal/material-kit-react","short_name":"@minimal/material-kit-react","start_url":"/","display":"standalone","background_color":"#ffffff","lang":"en","scope":"/"}

View File

@@ -0,0 +1 @@
if('serviceWorker' in navigator) {window.addEventListener('load', () => {navigator.serviceWorker.register('/sw.js', { scope: '/' })})}

View File

@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:

Some files were not shown because too many files have changed in this diff Show More