@progress/kendo-themes-html 13.1.0-dev.1 → 13.1.0-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/filemanager/demos/filemanager.js +1 -1
- package/dist/cjs/filemanager/file-info.js +1 -1
- package/dist/cjs/filemanager/templates/filemanager-grid-preview.js +1 -1
- package/dist/cjs/filemanager/templates/filemanager-grid.js +1 -1
- package/dist/cjs/filemanager/templates/filemanager-normal.js +1 -1
- package/dist/cjs/filemanager/templates/filemanager-preview.js +1 -1
- package/dist/cjs/gantt/demos/gantt.js +1 -1
- package/dist/cjs/gantt/templates/gantt-normal.js +1 -1
- package/dist/cjs/gantt/templates/gantt-row-reordering.js +1 -1
- package/dist/cjs/grid/demos/grid.js +1 -1
- package/dist/cjs/grid/grid-pinned-container.spec.js +1 -0
- package/dist/cjs/grid/grid-sticky-container.spec.js +1 -1
- package/dist/cjs/grid/templates/grid-hierarchy.js +1 -1
- package/dist/cjs/grid/templates/grid-normal.js +1 -1
- package/dist/cjs/grid/templates/grid-with-column-menu.js +1 -1
- package/dist/cjs/grid/templates/grid-with-edit-row.js +1 -1
- package/dist/cjs/grid/templates/grid-with-filter-menu.js +1 -1
- package/dist/cjs/grid/templates/grid-with-filter-row.js +1 -1
- package/dist/cjs/grid/templates/grid-with-grouping.js +1 -1
- package/dist/cjs/grid/templates/grid-with-locked-columns.js +1 -1
- package/dist/cjs/grid/templates/grid-with-multicolumn-headers.js +1 -1
- package/dist/cjs/grid/templates/grid-with-row-reordering.js +1 -1
- package/dist/cjs/grid/templates/grid-with-selection-aggregates.js +1 -1
- package/dist/cjs/grid/templates/grid-with-sticky-columns.js +1 -1
- package/dist/cjs/index.js +8 -8
- package/dist/cjs/propertygrid/demos/propertygrid.js +1 -1
- package/dist/cjs/propertygrid/propertygrid.spec.js +1 -1
- package/dist/cjs/propertygrid/templates/propertygrid-normal.js +1 -1
- package/dist/cjs/propertygrid/templates/propertygrid-with-preview.js +1 -1
- package/dist/cjs/treelist/demos/treelist.js +1 -1
- package/dist/cjs/treelist/templates/treelist-aggregates.js +1 -1
- package/dist/cjs/treelist/templates/treelist-normal.js +1 -1
- package/dist/cjs/treelist/templates/treelist-row-reordering.js +1 -1
- package/dist/cjs/treelist/templates/treelist-with-column-menu.js +1 -1
- package/dist/cjs/treelist/templates/treelist-with-filter-menu.js +1 -1
- package/dist/cjs/treelist/treelist.spec.js +1 -1
- package/dist/esm/filemanager/demos/filemanager.mjs +1 -1
- package/dist/esm/filemanager/file-info.mjs +1 -1
- package/dist/esm/filemanager/templates/filemanager-grid-preview.mjs +1 -1
- package/dist/esm/filemanager/templates/filemanager-grid.mjs +1 -1
- package/dist/esm/filemanager/templates/filemanager-normal.mjs +1 -1
- package/dist/esm/filemanager/templates/filemanager-preview.mjs +1 -1
- package/dist/esm/gantt/demos/gantt.mjs +1 -1
- package/dist/esm/gantt/templates/gantt-normal.mjs +1 -1
- package/dist/esm/gantt/templates/gantt-row-reordering.mjs +1 -1
- package/dist/esm/grid/demos/grid.mjs +1 -1
- package/dist/esm/grid/grid-pinned-container.spec.mjs +1 -0
- package/dist/esm/grid/grid-sticky-container.spec.mjs +1 -1
- package/dist/esm/grid/templates/grid-hierarchy.mjs +1 -1
- package/dist/esm/grid/templates/grid-normal.mjs +1 -1
- package/dist/esm/grid/templates/grid-with-column-menu.mjs +1 -1
- package/dist/esm/grid/templates/grid-with-edit-row.mjs +1 -1
- package/dist/esm/grid/templates/grid-with-filter-menu.mjs +1 -1
- package/dist/esm/grid/templates/grid-with-filter-row.mjs +1 -1
- package/dist/esm/grid/templates/grid-with-grouping.mjs +1 -1
- package/dist/esm/grid/templates/grid-with-locked-columns.mjs +1 -1
- package/dist/esm/grid/templates/grid-with-multicolumn-headers.mjs +1 -1
- package/dist/esm/grid/templates/grid-with-row-reordering.mjs +1 -1
- package/dist/esm/grid/templates/grid-with-selection-aggregates.mjs +1 -1
- package/dist/esm/grid/templates/grid-with-sticky-columns.mjs +1 -1
- package/dist/esm/index.mjs +8 -8
- package/dist/esm/propertygrid/demos/propertygrid.mjs +1 -1
- package/dist/esm/propertygrid/propertygrid.spec.mjs +1 -1
- package/dist/esm/propertygrid/templates/propertygrid-normal.mjs +1 -1
- package/dist/esm/propertygrid/templates/propertygrid-with-preview.mjs +1 -1
- package/dist/esm/treelist/demos/treelist.mjs +1 -1
- package/dist/esm/treelist/templates/treelist-aggregates.mjs +1 -1
- package/dist/esm/treelist/templates/treelist-normal.mjs +1 -1
- package/dist/esm/treelist/templates/treelist-row-reordering.mjs +1 -1
- package/dist/esm/treelist/templates/treelist-with-column-menu.mjs +1 -1
- package/dist/esm/treelist/templates/treelist-with-filter-menu.mjs +1 -1
- package/dist/esm/treelist/treelist.spec.mjs +1 -1
- package/dist/types/grid/grid-pinned-container.spec.d.ts +6 -0
- package/dist/types/grid/index.d.ts +1 -0
- package/dist/types/grid/tests/grid-row-pinning-with-sticky-grouping.d.ts +2 -0
- package/package.json +2 -2
- package/src/grid/grid-pinned-container.spec.tsx +38 -0
- package/src/grid/grid-sticky-container.spec.tsx +4 -10
- package/src/grid/index.ts +2 -1
- package/src/grid/templates/grid-with-sticky-columns.tsx +22 -22
- package/src/grid/tests/grid-group-row-pinning-adaptive.tsx +24 -22
- package/src/grid/tests/grid-group-row-pinning.tsx +87 -79
- package/src/grid/tests/grid-row-pinning-adaptive.tsx +22 -19
- package/src/grid/tests/grid-row-pinning-with-sticky-grouping.tsx +177 -0
- package/src/grid/tests/grid-row-pinning.tsx +123 -111
- package/src/grid/tests/grid-sticky-grouping.tsx +43 -43
|
@@ -1 +1 @@
|
|
|
1
|
-
var cp=Object.create;var Ya=Object.defineProperty;var pp=Object.getOwnPropertyDescriptor;var mp=Object.getOwnPropertyNames;var up=Object.getPrototypeOf,bp=Object.prototype.hasOwnProperty;var fp=(e,t)=>{for(var o in t)Ya(e,o,{get:t[o],enumerable:!0})},$n=(e,t,o,a)=>{if(t&&typeof t=="object"||typeof t=="function")for(let l of mp(t))!bp.call(e,l)&&l!==o&&Ya(e,l,{get:()=>t[l],enumerable:!(a=pp(t,l))||a.enumerable});return e};var Xn=(e,t,o)=>(o=e!=null?cp(up(e)):{},$n(t||!e||!e.__esModule?Ya(o,"default",{value:e,enumerable:!0}):o,e)),Tp=e=>$n(Ya({},"__esModule",{value:!0}),e);var ax={};fp(ax,{TreeListNormal:()=>xo});module.exports=Tp(ax);var r=(...e)=>e.filter(t=>t!==!0&&!!t).map(t=>Array.isArray(t)?r(...t):typeof t=="object"?Object.keys(t).map((o,a)=>t[a]||t[o]&&o||null).filter(o=>o!==null).join(" "):t).filter(t=>!!t).join(" ");var I=(e,t)=>r({[`${e}-xs`]:t.size==="xsmall",[`${e}-sm`]:t.size==="small",[`${e}-md`]:t.size==="medium",[`${e}-lg`]:t.size==="large",[`${e}-xl`]:t.size==="xlarge",[`${e}-xxl`]:t.size==="xxlarge",[`${e}-xxxl`]:t.size==="xxxlarge"},{[`${e}-${t.fillMode}`]:t.fillMode},{[`${e}-${t.themeColor}`]:t.themeColor},{"k-rounded-sm":t.rounded==="small","k-rounded-md":t.rounded==="medium","k-rounded-lg":t.rounded==="large","k-rounded-full":t.rounded==="full","k-rounded-none":t.rounded==="none"}),G=(e,t)=>{let{valid:o,invalid:a,hover:l,focus:i,checked:p,active:b,selected:g,disabled:v,indeterminate:M,loading:C,empty:f,readonly:A,highlighted:w,...O}=t;return r({"k-valid":o,"k-invalid":a,"k-hover":l,"k-focus":i,"k-checked":p,"k-active":b,"k-selected":g,"k-disabled":v,"k-indeterminate":M&&!p,"k-loading":C,"k-empty":f,"k-readonly":A,"k-highlighted":w},Object.keys(O).reduce((D,B)=>(B.startsWith("k-")?D[B]=O[B]:D[`k-${B}`]=O[B],D),{}))};function Wn(e,t){if(!t)return{};let o=Array.isArray(t)?t:[t];return Object.fromEntries(o.map(a=>[`k-${a}`,!0]))}var d={undefined:void 0,xsmall:"xsmall",small:"small",medium:"medium",large:"large",xlarge:"xlarge",xxlarge:"xxlarge",xxxlarge:"xxxlarge"},x={undefined:void 0,none:"none",small:"small",medium:"medium",large:"large",full:"full"},k={undefined:void 0,solid:"solid",flat:"flat",outline:"outline",clear:"clear",link:"link"},h={undefined:void 0,inherit:"inherit",base:"base",primary:"primary",secondary:"secondary",tertiary:"tertiary",info:"info",success:"success",warning:"warning",error:"error",dark:"dark",light:"light",inverse:"inverse"},n={open:"open",hover:"hover",focus:"focus",active:"active",selected:"selected",disabled:"disabled",valid:"valid",invalid:"invalid",loading:"loading",required:"required",empty:"empty",indeterminate:"indeterminate",checked:"checked",readonly:"readonly",highlighted:"highlighted",generating:"generating",expanded:"expanded"};var Z="grid",j=Z;var Za=require("react/jsx-runtime"),Qa="k-grid",hp=[],xp={size:[d.undefined,d.small,d.medium,d.large]},Np=[],Jn={pagerPosition:"bottom"},W=e=>{let{size:t,pagerPosition:o=Jn.pagerPosition,toolbar:a,pager:l,groupingHeader:i,gridSelectionAggregates:p,_renderAriaRoot:b,resizable:g,...v}=e;return(0,Za.jsxs)("div",{...v,className:r(e.className,Qa,{[`${Qa}-resizable`]:g},I(Qa,{size:t})),children:[a,o==="top"&&l,i,e.children&&b?(0,Za.jsx)("div",{className:"k-grid-aria-root",children:e.children}):e.children,p,o==="bottom"&&l]})};W.states=hp;W.options=xp;W.variants=Np;W.className=Qa;W.defaultOptions=Jn;W.moduleName=Z;W.folderName=j;var Yn=require("react/jsx-runtime"),qn="k-grid-header",J=e=>{let{draggable:t,...o}=e;return(0,Yn.jsx)("div",{...o,className:r(e.className,qn,{"k-grid-draggable-header":t}),children:e.children})};J.className=qn;J.moduleName=Z;J.folderName=j;var Zo=require("react/jsx-runtime"),Qn="k-grouping-header",oo=e=>{let{dropHint:t,dropClue:o,...a}=e;return(0,Zo.jsxs)("div",{...a,className:r(e.className,Qn),children:[o&&(0,Zo.jsx)("div",{className:"k-grouping-dropclue"}),e.children,(0,Zo.jsx)("div",{className:"k-grouping-drop-container",children:t})]})};oo.className=Qn;oo.moduleName=Z;oo.folderName=j;var ei=require("react/jsx-runtime"),Zn="k-grid-sticky-container",jn={position:"top"},ja=e=>{let{position:t=jn.position,...o}=e;return(0,ei.jsx)("div",{...o,className:r(e.className,Zn,{"k-grid-sticky-top-container":t==="top","k-grid-sticky-bottom-container":t==="bottom"}),children:e.children})};ja.className=Zn;ja.defaultProps=jn;ja.moduleName=Z;ja.folderName=j;var Ee="table",De=Ee;var oi=require("react/jsx-runtime"),ti="k-data-table",gp=[],kp={size:[d.undefined,d.small,d.medium,d.large]},vp={},zt=e=>{let{size:t,...o}=e;return(0,oi.jsx)("div",{...o,className:r(e.className,ti,I("k-table",{size:t})),children:e.children})};zt.states=gp;zt.options=kp;zt.className=ti;zt.defaultOptions=vp;zt.moduleName=Ee;zt.folderName=De;var ai=require("react/jsx-runtime"),Gr="k-table-header-wrap",Lp=[n.hover,n.focus,n.disabled],Cp={},Mp={},ao=e=>{let{children:t,hover:o,focus:a,disabled:l,...i}=e;return(0,ai.jsx)("div",{...i,className:r(e.className,Gr,G(Gr,{hover:o,focus:a,disabled:l})),children:t})};ao.states=Lp;ao.options=Cp;ao.className=Gr;ao.defaultOptions=Mp;ao.moduleName=Ee;ao.folderName=De;var ri=require("react/jsx-runtime"),Kr="k-table",yp=[],Sp={size:[d.undefined,d.small,d.medium,d.large]},wp={},_e=e=>{let{size:t,...o}=e;return(0,ri.jsx)("table",{...o,className:r(e.className,Kr,I(Kr,{size:t})),children:e.children})};_e.states=yp;_e.options=Sp;_e.className=Kr;_e.defaultOptions=wp;_e.moduleName=Ee;_e.folderName=De;var er=require("react/jsx-runtime"),Br="k-table-header",Ap=[n.hover,n.focus,n.disabled],Ep={},Ip={},Ut=e=>{let{children:t,hover:o,focus:a,disabled:l,...i}=e;return(0,er.jsx)("div",{...i,className:r(e.className,Br,G(Br,{hover:o,focus:a,disabled:l})),children:(0,er.jsx)(ao,{children:(0,er.jsx)(_e,{children:t})})})};Ut.states=Ap;Ut.options=Ep;Ut.className=Br;Ut.defaultOptions=Ip;Ut.moduleName=Ee;Ut.folderName=De;var ni=require("react/jsx-runtime"),li="k-table-scroller",Rp=[],Op={},Hp={},Io=e=>{let{children:t,...o}=e;return(0,ni.jsx)("div",{...o,className:r(e.className,li),children:t})};Io.states=Rp;Io.options=Op;Io.className=li;Io.defaultOptions=Hp;Io.moduleName=Ee;Io.folderName=De;var Pp=require("react/jsx-runtime");var si=require("react/jsx-runtime"),ii="k-table-footer",Gp=[],Kp={},Bp={},ro=e=>{let{children:t,...o}=e;return(0,si.jsx)("div",{...o,className:r(e.className,ii),children:t})};ro.states=Gp;ro.options=Kp;ro.className=ii;ro.defaultOptions=Bp;ro.moduleName=Ee;ro.folderName=De;var di=require("react/jsx-runtime"),Dr="k-table-list",Dp=[],_p={size:[d.undefined,d.small,d.medium,d.large]},zp={},lo=e=>{let{size:t,virtualization:o,...a}=e;return(0,di.jsx)("ul",{...a,className:r(e.className,"k-table",Dr,I(Dr,{size:t}),{"k-virtual-table":o}),children:e.children})};lo.states=Dp;lo.options=_p;lo.className=Dr;lo.defaultOptions=zp;lo.moduleName=Ee;lo.folderName=De;var ci=require("react/jsx-runtime"),Up="k-table-thead",X=e=>(0,ci.jsx)("thead",{className:r(e.className,Up),children:e.children});var pi=require("react/jsx-runtime"),Fp="k-table-tbody",ae=e=>(0,pi.jsx)("tbody",{className:r(e.className,Fp),children:e.children});var Vp=require("react/jsx-runtime");var mi=require("react/jsx-runtime"),_r="k-table-row",$p=[n.hover,n.focus,n.selected,n.disabled,n.highlighted],L=e=>{let{hover:t,focus:o,selected:a,highlighted:l,disabled:i,alt:p,...b}=e;return(0,mi.jsx)("tr",{...b,className:r(e.className,_r,{"k-table-alt-row":p},G(_r,{hover:t,focus:o,disabled:i,selected:a,highlighted:l})),children:e.children})};L.states=$p;L.className=_r;var ui=require("react/jsx-runtime"),zr="k-table-row",Xp=[n.hover,n.focus,n.selected,n.disabled],tr=e=>{let{hover:t,focus:o,selected:a,disabled:l,alt:i,...p}=e;return(0,ui.jsx)("li",{...p,className:r(e.className,zr,{"k-table-alt-row":i},G(zr,{hover:t,focus:o,disabled:l,selected:a})),children:e.children})};tr.states=Xp;tr.className=zr;var fi=require("react/jsx-runtime"),bi="k-table-th",Ft=e=>{let{text:t,colspan:o,rowspan:a,...l}=e,i=t||e.children;return(0,fi.jsx)("th",{colSpan:o,rowSpan:a,...l,className:r(e.className,bi),children:i})};Ft.className=bi;Ft.moduleName=Ee;Ft.folderName=De;var Wp=require("react/jsx-runtime");var Ti=require("react/jsx-runtime"),Ur="k-table-td",Jp=[n.focus,n.selected,n.highlighted],s=e=>{let{focus:t,selected:o,highlighted:a,text:l,colspan:i,rowspan:p,...b}=e,g=l||e.children;return(0,Ti.jsx)("td",{colSpan:i,rowSpan:p,...b,className:r(e.className,Ur,G(Ur,{focus:t,selected:o,highlighted:a})),children:g})};s.states=Jp;s.className=Ur;var qp=require("react/jsx-runtime");var Yp=require("react/jsx-runtime");var Qp=require("react/jsx-runtime");var Zp=require("react/jsx-runtime");var jp=require("react/jsx-runtime");var xi=require("react/jsx-runtime");var Ni=require("react/jsx-runtime");var gi=require("react/jsx-runtime");var Fr=require("react/jsx-runtime");var vi=require("react/jsx-runtime"),ki="k-grid-header-table",q=e=>(0,vi.jsx)(_e,{...e,className:r(e.className,ki),children:e.children});q.className=ki;q.moduleName=Z;q.folderName=j;var jo=require("react/jsx-runtime"),Vr="k-font-icon",am=[],rm={size:[d.undefined,d.xsmall,d.small,d.medium,d.large,d.xlarge,d.xxlarge,d.xxxlarge],themeColor:[h.undefined,h.base,h.primary,h.secondary,h.tertiary,h.success,h.warning,h.error,h.info,h.light,h.dark]},lm={},ea=e=>{let{size:t,themeColor:o,icon:a,rotate:l,flip:i,...p}=e;return a?(0,jo.jsx)("span",{...p,className:r(e.className,Vr,I(Vr,{size:t}),{[`k-i-${a}`]:a,[`k-color-${o}`]:o,[`k-rotate-${l}`]:l,"k-flip-h":i==="h"||i==="both","k-flip-v":i==="v"||i==="both"}),"aria-hidden":"true"}):(0,jo.jsx)(jo.Fragment,{})};ea.states=am;ea.options=rm;ea.className=Vr;ea.defaultOptions=lm;var Li=ea;var No=require("react/jsx-runtime"),$r="k-svg-icon",nm=[],im={size:[d.undefined,d.xsmall,d.small,d.medium,d.large,d.xlarge,d.xxlarge,d.xxxlarge],themeColor:[h.undefined,h.base,h.primary,h.secondary,h.tertiary,h.success,h.warning,h.error,h.info,h.light,h.dark]},Ci={viewBox:"0 0 24 24"},ta=e=>{let{size:t,themeColor:o,rotate:a,flip:l,viewBox:i=Ci.viewBox,icon:p,...b}=e;if(!p)return(0,No.jsx)(No.Fragment,{});if(p==="none")return(0,No.jsx)("span",{...b,className:r(e.className,$r,I("k-icon",{size:t}),"k-none"),"aria-hidden":"true"});let g=typeof p=="object"&&p.name&&p.name;return(0,No.jsx)("span",{...b,className:r(e.className,$r,I("k-icon",{size:t}),{[`k-svg-i-${g}`]:g,[`k-color-${o}`]:o,[`k-rotate-${a}`]:a,"k-flip-h":l==="h"||l==="both","k-flip-v":l==="v"||l==="both"}),"aria-hidden":"true",children:(0,No.jsx)("svg",{"aria-hidden":!0,focusable:!1,xmlns:"http://www.w3.org/2000/svg",viewBox:typeof p=="object"?p.viewBox:i,dangerouslySetInnerHTML:typeof p=="object"?{__html:p.content}:void 0,children:p?void 0:e.children})})};ta.states=nm;ta.options=im;ta.className=$r;ta.defaultOptions=Ci;var Xr=ta;var Wr=Xn(require("@progress/kendo-svg-icons"));var Mi="icon",yi="icons";var Ai=require("react");var Si=require("react"),wi=(0,Si.createContext)({iconsType:"svg"});var Vt=require("react/jsx-runtime"),or="k-icon",sm=e=>e.replace(/([-_][a-z0-9])/gi,t=>t.toUpperCase().replace("-","").replace("_","")),dm=[],cm={size:[d.undefined,d.xsmall,d.small,d.medium,d.large,d.xlarge,d.xxlarge,d.xxxlarge],themeColor:[h.undefined,h.base,h.primary,h.secondary,h.tertiary,h.success,h.warning,h.error,h.info,h.light,h.dark]},Jr={viewBox:"0 0 24 24",type:"svg"},u=e=>{let{iconsType:t}=(0,Ai.useContext)(wi),{size:o,themeColor:a,icon:l,type:i=t||Jr.type,rotate:p,flip:b,viewBox:g=Jr.viewBox,...v}=e;if(!l)return(0,Vt.jsx)(Vt.Fragment,{});if((t||i)==="svg"){if(l==="none")return(0,Vt.jsx)(Xr,{...v,className:r(e.className,or),icon:l,size:o});let C=Wr[l]?l:sm(`${l}-icon`);return Wr[C]?(0,Vt.jsx)(Xr,{...v,className:r(e.className,or),icon:Wr[C],size:o,themeColor:a,rotate:p,flip:b,viewBox:g}):(0,Vt.jsx)(Vt.Fragment,{})}return(0,Vt.jsx)(Li,{...v,className:r(e.className,or),icon:l,size:o,themeColor:a,rotate:p,flip:b})};u.states=dm;u.options=cm;u.defaultOptions=Jr;u.className=or;u.moduleName=Mi;u.folderName=yi;u.ariaSpec={selector:".k-icon, .k-svg-icon",rules:[{selector:".k-icon, .k-svg-icon",attribute:"aria-hidden=true",usage:"Hides the icon element and all its children from assistive technologies."}]};var dt=require("react/jsx-runtime"),qr="k-header",pm=[n.hover,n.focus,n.active],Ei={sortIcon:"sort-asc-small"},y=e=>{let{menu:t,sortable:o,filterable:a,sticky:l,resizable:i,columnTitle:p,hover:b,focus:g,active:v,sortIcon:M=Ei.sortIcon,sortOrder:C,accessibleLabel:f,...A}=e;return(0,dt.jsxs)(Ft,{...A,className:r(e.className,qr,{"k-filterable":t||a,"k-sorted":o,"k-grid-header-sticky":l,"k-touch-action-none":i},G(qr,{hover:b,focus:g,active:v})),children:[p&&(0,dt.jsxs)("span",{className:"k-cell-inner",children:[(0,dt.jsxs)("span",{className:"k-link",children:[(0,dt.jsx)("span",{className:"k-column-title",children:p}),o&&(0,dt.jsx)("span",{className:"k-sort-icon",children:(0,dt.jsx)(u,{icon:M})}),C&&(0,dt.jsx)("span",{className:"k-sort-order",children:C})]}),t&&(0,dt.jsx)("a",{href:"#",className:r("k-grid-header-menu",{"k-active":v,"k-grid-filter-menu":t==="filter","k-grid-column-menu":t==="column"}),children:(0,dt.jsx)(u,{icon:t==="filter"?"filter":"more-vertical"})})]}),!p&&f&&(0,dt.jsx)("span",{className:"k-sr-only",children:f}),e.children,i&&(0,dt.jsx)("span",{className:"k-column-resizer k-touch-action-none"})]})};y.states=pm;y.className=qr;y.defaultOptions=Ei;y.moduleName=Z;y.folderName=j;var Ri=require("react/jsx-runtime"),Ii="k-grid-container",re=e=>(0,Ri.jsx)("div",{...e,className:r(e.className,Ii),children:e.children});re.className=Ii;re.moduleName=Z;re.folderName=j;var Hi=require("react/jsx-runtime"),Oi="k-grid-content",ee=e=>(0,Hi.jsx)("div",{...e,className:r(e.className,Oi),children:e.children});ee.className=Oi;ee.moduleName=Z;ee.folderName=j;var Gi=require("react/jsx-runtime"),Pi="k-grid-table",te=e=>(0,Gi.jsx)(_e,{...e,className:r(e.className,Pi),children:e.children});te.className=Pi;te.moduleName=Z;te.folderName=j;var Bi=require("react/jsx-runtime"),Ki="k-grid-footer",Yr=e=>(0,Bi.jsx)("div",{...e,className:r(e.className,Ki),children:e.children});Yr.className=Ki;Yr.moduleName=Z;Yr.folderName=j;var _i=require("react/jsx-runtime"),Di="k-grid-footer-table",Qr=e=>(0,_i.jsx)(_e,{...e,className:r(e.className,Di),children:e.children});Qr.className=Di;Qr.moduleName=Z;Qr.folderName=j;var Zr="button",zi=Zr;var St=require("react/jsx-runtime"),oa="k-button",mm=["icon-button"],um=[n.hover,n.focus,n.active,n.selected,n.disabled,n.generating],bm={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline,k.clear,k.link],themeColor:[h.undefined,h.base,h.primary,h.secondary,h.tertiary,h.success,h.warning,h.error,h.info,h.light,h.dark,h.inverse]},jr={showArrow:!1,arrowIconName:"caret-alt-down"},c=e=>{let{as:t="button",size:o,rounded:a,fillMode:l,themeColor:i,showArrow:p=jr.showArrow,arrowIconName:b=jr.arrowIconName,variant:g,hover:v,focus:M,active:C,selected:f,disabled:A,togglable:w,icon:O,text:D,iconClassName:B,className:V,...ue}=e,ve=O!==void 0,We=e.children!==void 0;return(0,St.jsxs)(t,{className:r(V,oa,Wn(oa,g),I(oa,{size:o,rounded:a,fillMode:l,themeColor:i}),G(oa,{hover:v,focus:M,active:C,disabled:A,selected:f}),{"k-icon-button":!D&&!We&&ve}),...ue,"aria-pressed":w?f?"true":"false":void 0,disabled:A||void 0,children:[O&&(0,St.jsx)(u,{className:r(B,"k-button-icon"),icon:O}),D?(0,St.jsxs)(St.Fragment,{children:[D&&(0,St.jsx)("span",{className:"k-button-text",children:D}),e.children]}):e.children&&(0,St.jsx)("span",{className:"k-button-text",children:e.children}),p&&(0,St.jsx)("span",{className:"k-menu-button-arrow k-button-arrow",children:(0,St.jsx)(u,{icon:b})})]})};c.states=um;c.options=bm;c.variants=mm;c.className=oa;c.defaultOptions=jr;c.moduleName=Zr;c.folderName=zi;c.ariaSpec={selector:".k-button",rules:[{selector:".k-button",attribute:"role=button or nodeName=button",usage:"The button role is implicit from the native <button> element."},{selector:".k-button",attribute:"aria-label (when icon-only)",usage:"Required for icon-only buttons that have no visible text."},{selector:".k-button",attribute:"aria-pressed (when togglable)",usage:"Indicates the pressed state of a toggle button."},{selector:".k-button",attribute:"disabled (when disabled)",usage:"Rendered when the button is disabled."}]};var Ui=require("react/jsx-runtime"),no=e=>(0,Ui.jsx)(c,{icon:"folder",...e,"aria-label":e["aria-label"]||"Folder",children:void 0});var Fi=require("react/jsx-runtime"),aa=e=>(0,Fi.jsx)(c,{icon:"folder",children:"Button",...e});var Vi=require("react/jsx-runtime"),go=e=>(0,Vi.jsx)(c,{children:"Button",...e});var ar=require("react/jsx-runtime"),fm=c.options,Tm=c.states,hm={...c.defaultOptions,variant:"text"},xm=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],Nm=[],ra=e=>{let{variant:t,...o}=e;switch(t){case"icon-only":return(0,ar.jsx)(no,{...o,icon:"star"});case"icon-and-text":return(0,ar.jsx)(aa,{...o,icon:"star",children:"Button"});default:return(0,ar.jsx)(go,{...o,children:"Button"})}};ra.options=fm;ra.states=Tm;ra.variants=xm;ra.defaultOptions=hm;ra.modifiers=Nm;var la="input",rr=la;var $i=require("react/jsx-runtime"),lr="k-input",gm=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled,n.loading,n.readonly],km={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline]},vm={},Le=e=>{let{hover:t,focus:o,disabled:a,invalid:l,valid:i,loading:p,readonly:b,size:g,rounded:v,fillMode:M,...C}=e;return(0,$i.jsx)("span",{...C,className:r(e.className,lr,I(lr,{size:g,rounded:v,fillMode:M}),G(lr,{hover:t,focus:o,disabled:a,invalid:l,valid:i,loading:p,readonly:b}))})};Le.states=gm;Le.options=km;Le.className=lr;Le.defaultOptions=vm;Le.moduleName=la;Le.folderName=rr;var Xi=require("react/jsx-runtime"),nr="k-picker",Lm=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled,n.loading,n.readonly],Cm={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline]},Mm={},Rt=e=>{let{hover:t,focus:o,disabled:a,invalid:l,valid:i,loading:p,readonly:b,size:g,rounded:v,fillMode:M,...C}=e;return(0,Xi.jsx)("span",{...C,className:r(e.className,nr,I(nr,{size:g,rounded:v,fillMode:M}),G(nr,{hover:t,focus:o,disabled:a,invalid:l,valid:i,loading:p,readonly:b})),children:e.children})};Rt.states=Lm;Rt.options=Cm;Rt.className=nr;Rt.defaultOptions=Mm;Rt.moduleName=la;Rt.folderName=rr;var Ro=require("react/jsx-runtime"),Wi="k-clear-value",ym=[n.disabled,n.loading,n.readonly],Sm={},ct=e=>{let{disabled:t,loading:o,readonly:a,value:l}=e;return t||a||o||!l?(0,Ro.jsx)(Ro.Fragment,{}):(0,Ro.jsx)("span",{className:r(e.className,Wi),children:(0,Ro.jsx)(u,{icon:"x"})})};ct.states=ym;ct.options=Sm;ct.className=Wi;var Ji=require("react/jsx-runtime"),el="k-input-inner",wm=[],Am={},ir={type:"text",autocomplete:"off",value:"",placeholder:""},pt=e=>{let{value:t=ir.value,type:o=ir.type,placeholder:a=ir.placeholder,autocomplete:l=ir.autocomplete,disabled:i,readOnly:p,...b}=e;return(0,Ji.jsx)("input",{...b,type:o,className:r(e.className,el,I(el,e)),placeholder:a,autoComplete:l,defaultValue:t,disabled:i||void 0,readOnly:p||void 0})};pt.states=wm;pt.options=Am;pt.className=el;var na=require("react/jsx-runtime"),tl="k-input-inner",Em=[],Im={},ko=e=>{let{value:t,placeholder:o,showValue:a,valueIcon:l,valueIconName:i,...p}=e;return(0,na.jsxs)("span",{...p,className:r(e.className,tl,I(tl,e)),children:[l,!l&&i&&(0,na.jsx)(u,{className:"k-input-value-icon",icon:i}),a&&!t&&o,a&&t&&(0,na.jsx)("span",{className:"k-input-value-text",children:t})]})};ko.states=Em;ko.options=Im;ko.className=tl;var Yi=require("react/jsx-runtime"),ol="k-input-inner",Rm=[],Om={},qi={value:"",placeholder:""},al=e=>{let{value:t=qi.value,placeholder:o=qi.placeholder,rows:a,disabled:l,...i}=e;return(0,Yi.jsx)("textarea",{...i,className:r(e.className,ol,I(ol,e)),placeholder:o,rows:a,defaultValue:t,disabled:l||void 0})};al.states=Rm;al.options=Om;al.className=ol;var ia=require("react/jsx-runtime"),Qi="k-input-loading-icon",Hm=[n.disabled,n.loading],je=e=>{let{disabled:t,loading:o}=e;return t||!o?(0,ia.jsx)(ia.Fragment,{}):(0,ia.jsx)("span",{className:r(e.className,Qi,"k-icon k-i-loading")})};je.states=Hm;je.className=Qi;var sa=require("react/jsx-runtime"),Zi="k-input-validation-icon",Pm=[n.valid,n.invalid,n.disabled,n.loading],Gm={},Je=e=>{let{valid:t,invalid:o,disabled:a,loading:l}=e,i=o?"warning-circle":"check-circle";return a||l||!!!(t||o)?(0,sa.jsx)(sa.Fragment,{}):(0,sa.jsx)(u,{className:r(Zi),icon:i})};Je.states=Pm;Je.options=Gm;Je.className=Zi;var da=require("react/jsx-runtime"),Km="k-input-prefix",Bm={direction:"horizontal"},ht=e=>{let{direction:t=Bm.direction,...o}=e;return e.children?(0,da.jsx)("span",{...o,className:r(Km,e.className,{[`k-input-prefix-${t}`]:t}),children:e.children}):(0,da.jsx)(da.Fragment,{})};var ca=require("react/jsx-runtime"),Dm="k-input-suffix",_m={direction:"horizontal"},xt=e=>{let{direction:t=_m.direction,...o}=e;return e.children?(0,ca.jsx)("span",{...o,className:r(Dm,e.className,{[`k-input-suffix-${t}`]:t}),children:e.children}):(0,ca.jsx)(ca.Fragment,{})};var zm=require("react/jsx-runtime");var ji=require("react/jsx-runtime"),Um="k-input-suffix-text",rl=e=>{let{children:t,...o}=e;return(0,ji.jsx)("span",{...o,className:r(Um,e.className),children:t})};var ts=require("react/jsx-runtime"),es="k-input-separator",Fm={direction:"vertical"},Nt=e=>{let{direction:t=Fm.direction,...o}=e;return(0,ts.jsx)("span",{...o,className:r(es,e.className,{[`${es}-${t}`]:t})})};var Ae=require("react/jsx-runtime"),Vm=Le.states,$m=Le.defaultOptions,Xm=Le.options,Wm=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"},{name:"validation-icon",title:"Validation Icon"},{name:"separators",title:"Separators"}],Jm=[],pa=e=>{let{modifiers:t,valid:o,invalid:a,loading:l,disabled:i,readonly:p,...b}=e,g=t==null?void 0:t.prefix,v=t==null?void 0:t.suffix,M=t==null?void 0:t["clear-button"],C=t==null?void 0:t["validation-icon"],f=t==null?void 0:t.separators;return(0,Ae.jsxs)(Le,{...b,valid:o,invalid:a,loading:l,disabled:i,readonly:p,style:{width:300},children:[g&&(0,Ae.jsxs)(Ae.Fragment,{children:[(0,Ae.jsx)(ht,{children:(0,Ae.jsx)(u,{icon:"lock"})}),f&&(0,Ae.jsx)(Nt,{})]}),(0,Ae.jsx)(pt,{placeholder:"Placeholder",value:"Value"}),C&&(0,Ae.jsx)(Je,{valid:o,invalid:a,loading:l,disabled:i}),(0,Ae.jsx)(je,{loading:l,disabled:i}),M&&(0,Ae.jsx)(ct,{loading:l,disabled:i,readonly:p,value:"Value"}),v&&(0,Ae.jsxs)(Ae.Fragment,{children:[f&&(0,Ae.jsx)(Nt,{}),(0,Ae.jsx)(xt,{children:(0,Ae.jsx)(go,{size:b.size,fillMode:"clear",children:"Send"})})]})]})};pa.options=Xm;pa.states=Vm;pa.variants=Jm;pa.defaultOptions=$m;pa.modifiers=Wm;var ll="popup",os=ll;var nl=require("react/jsx-runtime"),as="k-animation-container",qm=[],Ym={},rs={positionMode:"absolute"},Ot=e=>{let{positionMode:t=rs.positionMode,animationStyle:o,offset:a,...l}=e;return(0,nl.jsx)("div",{...l,style:{...a,...e.style},className:r(e.className,as,"k-animation-container-shown",{"k-animation-container-fixed":t==="fixed"}),children:(0,nl.jsx)("div",{className:"k-child-animation-container",style:o,children:e.children})})};Ot.states=qm;Ot.options=Ym;Ot.className=as;Ot.defaultOptions=rs;Ot.moduleName=ll;Ot.folderName=os;var il="popup",ls=il;var sl=require("react/jsx-runtime"),ns="k-popup",Qm=[],Zm={},is={positionMode:"absolute"},pe=e=>{let{offset:t,positionMode:o=is.positionMode,animationStyle:a,containerClassName:l,containerRole:i,containerAriaLabel:p,...b}=e;return(0,sl.jsx)(Ot,{positionMode:o,offset:t,animationStyle:a,className:l,role:i,"aria-label":p,children:(0,sl.jsx)("div",{...b,className:r(e.className,ns),children:e.children})})};pe.states=Qm;pe.options=Zm;pe.className=ns;pe.defaultOptions=is;pe.moduleName=il;pe.folderName=ls;pe.ariaSpec={selector:".k-popup",rules:[{selector:".k-animation-container",attribute:"role (when appended to body)",usage:'Container gets role="region" when appended to document body. Popup is a building block \u2014 ARIA semantics come from consuming components.'}]};var dl="action-buttons",ss=dl;var ds=require("react/jsx-runtime"),sr="k-actions",jm=[],eu={},cl={alignment:"start",orientation:"horizontal"},Ht=e=>{let{alignment:t=cl.alignment,orientation:o=cl.orientation,...a}=e;return(0,ds.jsx)("div",{...a,className:r(sr,{[`${sr}-${t}`]:t,[`${sr}-${o}`]:o},e.className),children:e.children})};Ht.states=jm;Ht.options=eu;Ht.className=sr;Ht.defaultOptions=cl;Ht.moduleName=dl;Ht.folderName=ss;var ps=require("react/jsx-runtime"),tu="k-actionsheet-footer",cs={alignment:"stretched",orientation:"horizontal"},io=e=>{let{alignment:t=cs.alignment,orientation:o=cs.orientation,template:a,as:l=a?"div":Ht,...i}=e;return(0,ps.jsx)(l,{...i,...!a&&{alignment:t,orientation:o},className:r(e.className,tu),children:e.children})};var pl="searchbox",ms=pl;var so=require("react/jsx-runtime"),us="k-searchbox",ou=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled,n.loading],au={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline]},ml={showIcon:!0,icon:"search"},gt=e=>{let{value:t,placeholder:o,size:a,rounded:l,fillMode:i,hover:p,focus:b,valid:g,invalid:v,required:M,loading:C,disabled:f,showIcon:A=ml.showIcon,icon:w=ml.icon,...O}=e;return(0,so.jsxs)(Le,{...O,size:a,rounded:l,fillMode:i,hover:p,focus:b,valid:g,invalid:v,required:M,loading:C,disabled:f,className:r(e.className,us),children:[A&&(0,so.jsx)(u,{className:"k-input-icon",icon:w}),(0,so.jsx)(pt,{placeholder:o,value:t}),(0,so.jsx)(je,{...e}),(0,so.jsx)(Je,{...e}),(0,so.jsx)(ct,{...e})]})};gt.states=ou;gt.options=au;gt.className=us;gt.defaultOptions=ml;gt.moduleName=pl;gt.folderName=ms;var ru=require("react/jsx-runtime");var ul="textbox",bs=ul;var ze=require("react/jsx-runtime"),fs="k-textbox",lu=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled,n.loading,n.readonly],nu={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline]},dr={showClearButton:!0,showValidationIcon:!0,separators:!0},ne=e=>{let{size:t,rounded:o,fillMode:a,separators:l=dr.separators,showClearButton:i=dr.showClearButton,showValidationIcon:p=dr.showValidationIcon,prefix:b,suffix:g,type:v,value:M,placeholder:C,hover:f,focus:A,valid:w,invalid:O,required:D,loading:B,disabled:V,readonly:ue,id:ve,"aria-label":We,"aria-describedby":it,...st}=e;return(0,ze.jsxs)(Le,{...st,size:t,rounded:o,fillMode:a,hover:f,focus:A,valid:w,invalid:O,required:D,loading:B,disabled:V,readonly:ue,className:r(e.className,fs),children:[b&&(0,ze.jsxs)(ze.Fragment,{children:[(0,ze.jsx)(ht,{children:b}),l&&(0,ze.jsx)(Nt,{})]}),(0,ze.jsx)(pt,{id:ve,placeholder:C,value:M,type:v,disabled:V,"aria-label":We,"aria-describedby":it,"aria-invalid":O?"true":void 0}),p&&(0,ze.jsx)(Je,{valid:w,invalid:O,loading:B,disabled:V}),(0,ze.jsx)(je,{loading:B,disabled:V}),i&&(0,ze.jsx)(ct,{loading:B,disabled:V,readonly:ue,value:M}),g&&(0,ze.jsxs)(ze.Fragment,{children:[l&&(0,ze.jsx)(Nt,{}),(0,ze.jsx)(xt,{children:g})]})]})};ne.states=lu;ne.options=nu;ne.className=fs;ne.defaultOptions=dr;ne.moduleName=ul;ne.folderName=bs;ne.ariaSpec={selector:".k-textbox",rules:[{selector:".k-textbox > .k-input-inner",attribute:"role=textbox or nodeName=input",usage:"Describes the role of the component."},{selector:".k-textbox > .k-input-inner",attribute:"label for or aria-label or aria-labelledby (when has accessible name)",usage:"The input requires an accessible name (provided by consuming app)."},{selector:".k-textbox > .k-input-inner",attribute:"aria-invalid=true (when invalid)",usage:"Rendered when the TextBox is in an invalid state."},{selector:".k-textbox > .k-input-inner",attribute:"aria-describedby (when has hint or error)",usage:"Points to the hint or error message for the input."},{selector:".k-textbox.k-disabled > .k-input-inner",attribute:"disabled=disabled or aria-disabled=true",usage:"Rendered when the TextBox is disabled."}]};var ma=ne;var hs=require("react/jsx-runtime"),Ts=e=>(0,hs.jsx)(ma,{...e});var xs=require("react/jsx-runtime");var Ns=require("react/jsx-runtime");var iu=require("react/jsx-runtime");var cr=require("react/jsx-runtime"),su=ne.states,du=ne.defaultOptions,cu=ne.options,pu=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"}],mu=[],ua=e=>{let{modifiers:t,...o}=e,a={};return Object.keys(t||{}).forEach(l=>{switch(l){case"prefix":a.prefix=t!=null&&t[l]?(0,cr.jsx)(u,{icon:"lock"}):void 0;break;case"suffix":a.suffix=t!=null&&t[l]?(0,cr.jsx)(go,{size:o.size,fillMode:"clear",children:"Send"}):void 0;break;case"clear-button":a.showClearButton=t==null?void 0:t[l];break;default:break}}),(0,cr.jsx)(Ts,{value:"Value",style:{width:300},...o,...a})};ua.options=cu;ua.states=su;ua.variants=mu;ua.defaultOptions=du;ua.modifiers=pu;var mt=require("react/jsx-runtime"),gs="k-actionsheet-titlebar",uu={},qe=e=>{let{title:t,subtitle:o,actionsStart:a,actionsEnd:l,filter:i,input:p,inputValue:b,inputPlaceholder:g,adaptive:v,titleId:M,children:C,...f}=e;return(0,mt.jsxs)("div",{...f,className:r(e.className,gs),children:[(0,mt.jsxs)("div",{className:"k-actionsheet-titlebar-group",children:[a&&(0,mt.jsx)("div",{className:"k-actionsheet-actions",children:a}),!C&&(0,mt.jsxs)("div",{className:"k-actionsheet-title",id:M,children:[t&&(0,mt.jsx)("div",{className:"k-text-center",children:t}),o&&(0,mt.jsx)("div",{className:"k-actionsheet-subtitle k-text-center",children:o})]}),C&&(0,mt.jsx)("div",{className:"k-actionsheet-title",id:M,children:C}),l&&(0,mt.jsx)("div",{className:"k-actionsheet-actions",children:l})]}),(p||i)&&(0,mt.jsx)("div",{className:"k-actionsheet-titlebar-group k-actionsheet-filter",children:p?(0,mt.jsx)(ne,{value:b,placeholder:g,size:v?"large":"medium","aria-label":t||g||"Input"}):(0,mt.jsx)(gt,{placeholder:"Filter",size:v?"large":"medium","aria-label":"Filter options"})})]})};qe.className=gs;qe.defaultOptions=uu;var Oo=require("react/jsx-runtime"),bl="k-actionsheet-view",bu=[],fu={},Tu={},Ho=e=>{let{adaptive:t,animated:o,children:a,header:l,footer:i,titleId:p,...b}=e,g=(l==null?void 0:l.type)===qe&&(0,Oo.jsx)(qe,{adaptive:t,titleId:p,...l==null?void 0:l.props}),v=(i==null?void 0:i.type)===io&&(0,Oo.jsx)(io,{...i==null?void 0:i.props});return(0,Oo.jsxs)("div",{...b,className:r(e.className,bl,{[`${bl}-animated`]:o}),children:[g,(0,Oo.jsx)("div",{className:"k-actionsheet-content",children:a}),v]})};Ho.states=bu;Ho.options=fu;Ho.className=bl;Ho.defaultOptions=Tu;var ba="action-sheet",pr=ba;var fl="overlay",ks=fl;var vs=require("react/jsx-runtime"),Tl="k-overlay",hu=[],xu={themeColor:[h.undefined,h.light,h.dark,h.inverse]},Nu={},co=e=>{let{themeColor:t,...o}=e;return(0,vs.jsx)("div",{...o,className:r(e.className,Tl,I(Tl,{themeColor:t})),children:e.children})};co.states=hu;co.options=xu;co.className=Tl;co.defaultOptions=Nu;co.moduleName=fl;co.folderName=ks;var vo=require("react/jsx-runtime"),Ls="k-actionsheet",gu=[],ku={},fa={side:"bottom",fullscreen:!1,adaptive:!1,overlay:!0},Ne=e=>{let{side:t=fa.side,fullscreen:o=fa.fullscreen,adaptive:a=fa.adaptive,overlay:l=fa.overlay,template:i,children:p,header:b,footer:g,id:v,...M}=e,C=v&&!i&&b?`${v}-title`:void 0;return(0,vo.jsxs)("div",{className:"k-actionsheet-container",children:[l&&(0,vo.jsx)(co,{}),(0,vo.jsx)(Ot,{animationStyle:{[`${o===!0?"top":t}`]:0,[`${o===!0?"width":null}`]:"100%",[`${o===!0?"height":null}`]:"100%",[`${t==="top"||t==="bottom"?"width":null}`]:"100%",[`${t==="left"||t==="right"?"height":null}`]:"100%"},children:(0,vo.jsx)("div",{...M,id:v,role:"dialog","aria-modal":l?"true":void 0,"aria-labelledby":C,className:r(e.className,Ls,{[`k-actionsheet-${t}`]:o===!1,"k-actionsheet-fullscreen":o===!0,"k-adaptive-actionsheet":a}),children:i||(0,vo.jsx)(Ho,{header:b,footer:g,adaptive:a,titleId:C,...e,children:p})})})]})};Ne.states=gu;Ne.options=ku;Ne.className=Ls;Ne.defaultOptions=fa;Ne.moduleName=ba;Ne.folderName=pr;Ne.ariaSpec={selector:".k-actionsheet",rules:[{selector:".k-actionsheet",attribute:"role=dialog",usage:"Announces the dialog role of the component."},{selector:".k-actionsheet",attribute:"aria-labelledby (when has title)",usage:"Associates the title of the action sheet."},{selector:".k-actionsheet",attribute:"aria-hidden=true/false (when hidden)",usage:"Announces the hidden state of the ActionSheet container."},{selector:".k-actionsheet",attribute:"aria-modal=true (when modal)",usage:"Announces that the action sheet is modal."},{selector:".k-actionsheet .k-actionsheet-title",attribute:"id",usage:"Used to associate the title with the action sheet wrapper element."}]};var Ms=require("react/jsx-runtime"),Cs="k-actionsheet-container",vu=[],Lu={},Cu={},Po=e=>{let{children:t,...o}=e;return(0,Ms.jsx)("div",{...o,className:Cs,children:t})};Po.states=vu;Po.options=Lu;Po.className=Cs;Po.defaultOptions=Cu;Po.moduleName=ba;Po.folderName=pr;var ys=require("react/jsx-runtime"),hl=e=>{let{...t}=e;return(0,ys.jsx)("div",{...t,className:r(e.className,"k-list-ul"),children:e.children})};var kt=require("react/jsx-runtime"),xl="k-actionsheet-item",Mu=[n.hover,n.focus,n.selected,n.disabled],po=e=>{let{iconName:t,text:o,description:a,hover:l,focus:i,selected:p,disabled:b,...g}=e;return(0,kt.jsxs)("span",{...g,className:r(e.className,xl,G(xl,{hover:l,focus:i,selected:p,disabled:b})),children:[!e.children&&(0,kt.jsx)(kt.Fragment,{children:(0,kt.jsxs)("span",{className:"k-actionsheet-action",children:[t&&(0,kt.jsx)("span",{className:"k-icon-wrap",children:(0,kt.jsx)(u,{className:"k-actionsheet-item-icon",icon:t})}),(0,kt.jsxs)("span",{className:"k-actionsheet-item-text",children:[o&&(0,kt.jsx)("span",{className:"k-actionsheet-item-title",children:o}),a&&(0,kt.jsx)("span",{className:"k-actionsheet-item-description",children:a})]})]})}),e.children]})};po.states=Mu;po.className=xl;var Ss=require("react/jsx-runtime");var yu=require("react/jsx-runtime");var Su=require("react/jsx-runtime");var wu=require("react/jsx-runtime");var be=require("react/jsx-runtime"),Au=Ne.options,Eu=Ne.states,As={...Ne.defaultOptions,variant:"normal"},Iu=[{name:"normal",title:"Normal"},{name:"adaptive",title:"Adaptive"},{name:"fullScreen",title:"Full Screen"}],Ru=[{name:"actions",title:"Titlebar Actions",type:"boolean"},{name:"subtitle",title:"Subtitle",type:"boolean"},{name:"footer",title:"Footer",type:"boolean"}],Ta=e=>{let{variant:t,modifiers:o,...a}={...As,...e},l={},i=(0,be.jsxs)(hl,{children:[(0,be.jsx)(po,{text:"Edit Item",description:"Click to edit",iconName:"edit-tools"}),(0,be.jsx)(po,{text:"Add to Favorites",iconName:"heart"}),(0,be.jsx)(po,{text:"Upload New",iconName:"upload",disabled:!0}),(0,be.jsx)("hr",{className:"k-hr"}),(0,be.jsx)(po,{text:"Cancel",iconName:"cancel"})]}),p="Choose from the items below",b="Select Item";return t==="fullScreen"&&(l.fullScreen=!0),Object.keys(o||{}).forEach(g=>{switch(g){case"actions":l.actionsStart=!!(o!=null&&o[g]),l.actionsEnd=!!(o!=null&&o[g]);break;case"subtitle":l.subtitle=o!=null&&o[g]?p:void 0;break;case"footer":l.footer=!!(o!=null&&o[g]);break;default:break}}),t==="adaptive"?(0,be.jsx)(Ne,{...a,adaptive:!0,fullscreen:l.fullScreen,header:(0,be.jsx)(qe,{actionsStart:l.actionsStart?(0,be.jsx)(c,{icon:"chevron-left",size:"large",fillMode:"flat"}):void 0,actionsEnd:l.actionsEnd?(0,be.jsx)(c,{icon:"x",size:"large",fillMode:"flat"}):void 0,title:b,subtitle:l.subtitle}),footer:l.footer?(0,be.jsxs)(io,{alignment:"stretched",children:[(0,be.jsx)(c,{text:"Cancel",size:"large",themeColor:"base"}),(0,be.jsx)(c,{text:"Apply",size:"large",themeColor:"primary"})]}):void 0,children:i}):(0,be.jsx)(Ne,{...a,fullscreen:l.fullScreen,header:(0,be.jsx)(qe,{actionsStart:l.actionsStart?(0,be.jsx)(c,{icon:"chevron-left",fillMode:"flat"}):void 0,actionsEnd:l.actionsEnd?(0,be.jsx)(c,{icon:"x",fillMode:"flat"}):void 0,title:"Select Item",subtitle:l.subtitle}),footer:l.footer?(0,be.jsxs)(io,{alignment:"stretched",children:[(0,be.jsx)(c,{text:"Apply",themeColor:"primary"}),(0,be.jsx)(c,{text:"Cancel",themeColor:"base"})]}):void 0,children:i})};Ta.options=Au;Ta.states=Eu;Ta.variants=Iu;Ta.defaultOptions=As;Ta.modifiers=Ru;var ur=Xn(require("react"));var Nl=require("react/jsx-runtime"),Ou="k-list-group-sticky-header",gl=e=>(0,Nl.jsx)("div",{className:r(Ou,e.className),children:(0,Nl.jsx)("div",{className:"k-list-header-text",children:e.children})});var Es=require("react/jsx-runtime"),Hu="k-no-data",mr=e=>{let{live:t,...o}=e;return(0,Es.jsx)("span",{...o,className:r(Hu,e.className),"aria-live":t?"polite":void 0,children:e.children})};var Lo="list",Go=Lo;var Ko=require("react/jsx-runtime"),kl="k-list",Pu=[],Gu={size:[d.undefined,d.small,d.medium,d.large]},Ku={},Y=e=>{var A;let{size:t,virtualization:o,children:a,header:l,optionLabel:i,customValue:p,noData:b,screenReaders:g,...v}=e,C=ur.default.Children.toArray(a)[0],f=(A=C==null?void 0:C.props)!=null&&A.children?ur.default.Children.count(C.props.children):ur.default.Children.count(a);return(0,Ko.jsxs)("div",{...v,className:r(e.className,kl,I(kl,{size:t}),{"k-virtual-list":o}),children:[i,p,l&&(0,Ko.jsx)(gl,{children:l}),a||(b!==void 0?b:(0,Ko.jsx)(mr,{live:!0,children:"No data found."})),g&&a&&(0,Ko.jsxs)(mr,{className:"k-sr-only",live:!0,children:[f," items found."]})]})};Y.states=Pu;Y.options=Gu;Y.className=kl;Y.defaultOptions=Ku;Y.moduleName=Lo;Y.folderName=Go;Y.ariaSpec={selector:".k-list",rules:[{selector:".k-list .k-no-data",attribute:"aria-live=polite",usage:'Announces "No data found" to screen readers.'}]};var Rs=require("react/jsx-runtime"),Is="k-list-container",Bu=[],Du={},_u={},Bo=e=>{let{...t}=e;return(0,Rs.jsx)("div",{...t,className:r(e.className,Is),children:e.children})};Bo.states=Bu;Bo.options=Du;Bo.className=Is;Bo.defaultOptions=_u;Bo.moduleName=Lo;Bo.folderName=Go;var Co="checkbox",Do=Co;var vl=require("react/jsx-runtime"),br="k-checkbox",zu=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled,n.checked,n.indeterminate],Uu={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full]},Fu={},et=e=>{let{id:t,checked:o,indeterminate:a,hover:l,focus:i,disabled:p,invalid:b,valid:g,required:v,size:M,rounded:C,...f}=e;return(0,vl.jsx)("span",{className:"k-checkbox-wrap",children:(0,vl.jsx)("input",{...f,id:t,type:"checkbox",defaultChecked:o,required:v,disabled:p||void 0,"aria-invalid":b?"true":void 0,className:r(e.className,br,I(br,{size:M,rounded:C}),G(br,{hover:l,focus:i,disabled:p,invalid:b,valid:g,indeterminate:a,checked:o}))})})};et.states=zu;et.options=Uu;et.className=br;et.defaultOptions=Fu;et.moduleName=Co;et.folderName=Do;et.ariaSpec={selector:".k-checkbox",rules:[{selector:".k-checkbox",attribute:"role=checkbox or type=checkbox",usage:"Announces the checkbox role of the element."},{selector:".k-checkbox",attribute:"label for or aria-label or aria-labelledby (when has accessible name)",usage:"The input requires an accessible name to which it will be assigned."},{selector:".k-checkbox",attribute:"aria-checked=true/false/mixed or checked",usage:"For native checkboxes the checked state is handled by the browser. aria-checked is used for custom implementations."},{selector:".k-checkbox",attribute:"aria-describedby (when has hint or error)",usage:"Points to the hint or error message for the checkbox."},{selector:".k-checkbox",attribute:"disabled or aria-disabled=true (when disabled)",usage:"For native checkboxes use the HTML disabled attribute. aria-disabled for custom implementations."},{selector:".k-invalid, .ng-invalid",attribute:"aria-invalid=true (when invalid)",usage:"Rendered only when the CheckBox is in a form and announces the invalid state."}]};var Pt=et;var Ps=require("react/jsx-runtime"),Os="k-checkbox-list",Vu=[],$u={},Hs={layout:"vertical"},tt=e=>{let{layout:t=Hs.layout,...o}=e;return(0,Ps.jsx)("ul",{...o,className:r(e.className,Os,{[`k-list-${t}`]:t}),children:e.children})};tt.states=Vu;tt.options=$u;tt.className=Os;tt.defaultOptions=Hs;tt.moduleName=Co;tt.folderName=Do;var Ks=require("react/jsx-runtime"),Gs="k-checkbox-list-item",Xu=[],Wu={},Ju={},Ye=e=>{let{...t}=e;return(0,Ks.jsx)("li",{...t,className:r(e.className,Gs),children:e.children})};Ye.states=Xu;Ye.options=Wu;Ye.className=Gs;Ye.defaultOptions=Ju;Ye.moduleName=Co;Ye.folderName=Do;var Mo=require("react/jsx-runtime"),$t=({children:e,id:t,...o})=>(0,Mo.jsxs)(Mo.Fragment,{children:[(0,Mo.jsx)(Pt,{id:t,...o}),(0,Mo.jsx)("label",{className:"k-checkbox-label",htmlFor:t,children:e})]});var Ll=require("react/jsx-runtime");var Cl=require("react/jsx-runtime");var Ml=require("react/jsx-runtime");var qu=require("react/jsx-runtime");var Yu=require("react/jsx-runtime");var Qu=require("react/jsx-runtime");var Ue=require("react/jsx-runtime"),Zu=tt.options,ju=tt.states,eb={...tt.defaultOptions,variant:"vertical"},tb=[{name:"vertical",title:"Vertical"},{name:"horizontal",title:"Horizontal"}],ob=[],ha=e=>{let{variant:t,...o}=e;return t==="horizontal"?(0,Ue.jsxs)(tt,{layout:"horizontal",...o,children:[(0,Ue.jsx)(Ye,{children:(0,Ue.jsx)($t,{id:"first",defaultChecked:!0,children:"Label"})}),(0,Ue.jsx)(Ye,{children:(0,Ue.jsx)($t,{id:"second",children:"Label"})}),(0,Ue.jsx)(Ye,{children:(0,Ue.jsx)($t,{id:"third",children:"Label"})})]}):(0,Ue.jsxs)(tt,{...o,children:[(0,Ue.jsx)(Ye,{children:(0,Ue.jsx)($t,{id:"first",defaultChecked:!0,children:"Label"})}),(0,Ue.jsx)(Ye,{children:(0,Ue.jsx)($t,{id:"second",children:"Label"})}),(0,Ue.jsx)(Ye,{children:(0,Ue.jsx)($t,{id:"third",children:"Label"})})]})};ha.options=Zu;ha.states=ju;ha.variants=tb;ha.defaultOptions=eb;ha.modifiers=ob;var Bs=require("react/jsx-runtime"),ab=Pt.options,rb=Pt.states,lb=Pt.defaultOptions,nb=[],ib=[],xa=e=>(0,Bs.jsx)($t,{id:"checkbox-demo-checkbox",...e,defaultChecked:!0,children:"Label"});xa.options=ab;xa.states=rb;xa.variants=nb;xa.defaultOptions=lb;xa.modifiers=ib;var Gt=require("react/jsx-runtime"),yl="k-list-item",sb=[n.hover,n.focus,n.selected,n.disabled],db={},cb={},F=e=>{let{text:t,groupLabel:o,group:a,iconName:l,iconClassName:i,showCheckbox:p,checked:b,hover:g,focus:v,selected:M,disabled:C,actions:f,description:A,id:w,...O}=e,D=t||e.children;return(0,Gt.jsxs)("li",{...O,id:w,role:a?"presentation":"option",tabIndex:a?void 0:v?0:-1,"aria-selected":!a&&M?"true":a?void 0:"false","aria-disabled":!a&&C?"true":void 0,className:r(e.className,a?"k-list-group-item":yl,G(yl,{hover:g,focus:v,disabled:C,selected:M})),children:[p&&(0,Gt.jsx)(et,{checked:b}),l&&(0,Gt.jsx)("span",{className:"k-list-item-icon-wrapper",children:(0,Gt.jsx)(u,{icon:l,className:r("k-list-item-icon",i)})}),(0,Gt.jsx)("span",{className:"k-list-item-text",children:D}),f&&(0,Gt.jsx)("div",{className:"k-list-item-actions",children:f}),A&&(0,Gt.jsx)("span",{className:"k-list-item-description",children:A}),o&&o!==""&&(0,Gt.jsx)("div",{className:"k-list-item-group-label",children:o})]})};F.states=sb;F.options=db;F.className=yl;F.defaultOptions=cb;F.moduleName=Lo;F.folderName=Go;F.ariaSpec={selector:".k-list-item",rules:[{selector:".k-list-item",attribute:"role=option",usage:"Each list item is an option in the listbox."},{selector:".k-list-item",attribute:"id",usage:"ID for aria-activedescendant reference."},{selector:".k-list-item",attribute:"aria-selected (when selectable)",usage:"Indicates the selected state of the option."},{selector:".k-list-group-item",attribute:"role=presentation",usage:"Group headers are presentational, not selectable options."},{selector:".k-list-item-icon",attribute:"aria-hidden=true",usage:"Decorative icons are hidden from assistive technology."}]};var Ds=require("react/jsx-runtime"),pb="k-list-ul",Xt=e=>{let{children:t,role:o,id:a,...l}=e;return(0,Ds.jsx)("ul",{...l,id:a,role:o,className:r(pb,e.className),children:t})};Xt.ariaSpec={selector:".k-list-ul",rules:[{selector:'.k-list-ul[role="listbox"]',attribute:"role=listbox",usage:"For ungrouped lists, the UL has the listbox role."},{selector:'.k-list-ul[role="listbox"]',attribute:"aria-label or aria-labelledby (when has accessible name)",usage:"Accessible name for the listbox."},{selector:'.k-list-ul[role="group"]',attribute:"role=group",usage:"For grouped sublists under a group header."},{selector:'.k-list-ul[role="group"]',attribute:"aria-labelledby (when grouped)",usage:"References the group header ID."}]};var _o=require("react/jsx-runtime"),mb="k-list-content",le=e=>{let{virtualization:t,grouping:o,"aria-label":a,"aria-labelledby":l,listboxId:i,...p}=e;return(0,_o.jsxs)("div",{...p,className:r(mb,e.className),role:o?"listbox":void 0,id:o?i:void 0,"aria-label":o?a:void 0,"aria-labelledby":o?l:void 0,children:[o?e.children:(0,_o.jsx)(Xt,{role:"listbox",id:i,"aria-label":a,"aria-labelledby":l,children:e.children}),t&&(0,_o.jsx)("div",{className:"k-height-container",children:(0,_o.jsx)("div",{})})]})};le.ariaSpec={selector:".k-list-content",rules:[{selector:'.k-list-content[role="listbox"]',attribute:"role=listbox",usage:"For grouped lists, the list content container has the listbox role."},{selector:'.k-list-content[role="listbox"]',attribute:"aria-label or aria-labelledby (when has accessible name)",usage:"Accessible name for the listbox."}]};var Sl=require("react/jsx-runtime");var zo=require("react/jsx-runtime"),ub="k-list-group-item",yo=e=>{let{groupIconName:t,...o}=e;return(0,zo.jsxs)("li",{...o,role:"presentation",className:r(ub,e.className),children:[t&&(0,zo.jsx)("span",{className:"k-list-item-icon-wrapper",children:(0,zo.jsx)(u,{icon:t,className:"k-list-item-icon"})}),(0,zo.jsx)("span",{className:"k-list-item-text",children:e.children})]})};yo.ariaSpec={selector:".k-list-group-item",rules:[{selector:".k-list-group-item",attribute:"role=presentation",usage:"Group headers are presentational, not selectable options."},{selector:".k-list-group-item",attribute:"id (when referenced)",usage:"ID for aria-labelledby on the parent group UL."}]};var _s=require("react/jsx-runtime"),wl="k-list-optionlabel",bb=[n.hover,n.focus,n.selected,n.disabled],fb={},Tb={},fr=e=>{let{text:t,hover:o,focus:a,selected:l,disabled:i,...p}=e;return(0,_s.jsx)("div",{...p,className:r(wl,G(wl,{hover:o,focus:a,selected:l,disabled:i})),children:t})};fr.states=bb;fr.options=fb;fr.className=wl;fr.defaultOptions=Tb;var zs=require("react/jsx-runtime"),Al="k-list-custom-value",hb=[n.hover,n.focus,n.selected,n.disabled],xb={},Nb={},mo=e=>{let{text:t,hover:o,focus:a,selected:l,disabled:i,...p}=e;return(0,zs.jsx)("div",{...p,className:r(Al,G(Al,{hover:o,focus:a,selected:l,disabled:i})),children:t})};mo.states=hb;mo.options=xb;mo.className=Al;mo.defaultOptions=Nb;var El=require("react/jsx-runtime");var Il=require("react/jsx-runtime");var Rl=require("react/jsx-runtime");var Ol=require("react/jsx-runtime");var gb=require("react/jsx-runtime");var Hl=require("react/jsx-runtime");var Us="dropdown-list",Fs="dropdownlist";var fe=require("react/jsx-runtime"),Vs="k-dropdownlist",kb=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled,n.loading,n.readonly],vb={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline]},Pl={showValue:!0,arrowIconName:"caret-alt-down"},ie=e=>{let{size:t,rounded:o,fillMode:a,arrowIconName:l=Pl.arrowIconName,showValue:i=Pl.showValue,valueIconName:p,prefix:b,suffix:g,value:v,placeholder:M,hover:C,focus:f,valid:A,invalid:w,required:O,loading:D,disabled:B,readonly:V,popup:ue,opened:ve,adaptive:We,adaptiveSettings:it,adaptiveTitle:st,adaptiveSubtitle:Eo,adaptiveFilter:Pr,...qa}=e;return(0,fe.jsxs)(fe.Fragment,{children:[(0,fe.jsxs)(Rt,{...qa,size:t,rounded:o,fillMode:a,hover:C,focus:f,valid:A,invalid:w,required:O,loading:D,disabled:B,readonly:V,className:r(e.className,Vs,{"k-icon-picker":!i&&p}),children:[(0,fe.jsx)(ht,{children:b}),(0,fe.jsx)(ko,{placeholder:M,value:v,showValue:i,valueIconName:p}),(0,fe.jsx)(Je,{valid:A,invalid:w,loading:D,disabled:B}),(0,fe.jsx)(je,{loading:D,disabled:B}),(0,fe.jsx)(xt,{children:g}),(0,fe.jsx)(c,{className:"k-input-button",icon:l,size:e.size,fillMode:e.fillMode,"aria-label":M||"Toggle dropdown"})]}),ve&&ue&&(0,fe.jsx)(pe,{className:"k-list-container k-dropdownlist-popup",children:ue}),We&&(0,fe.jsx)(Ne,{adaptive:!0,...it,header:(0,fe.jsx)(qe,{actionsEnd:(0,fe.jsx)(c,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat"}),filter:Pr,inputValue:v,inputPlaceholder:M,title:st,subtitle:Eo}),children:(0,fe.jsx)("div",{className:"k-list-container",children:(0,fe.jsx)(Y,{size:"large",children:(0,fe.jsxs)(le,{children:[(0,fe.jsx)(F,{text:"List item"}),(0,fe.jsx)(F,{text:"List item"}),(0,fe.jsx)(F,{text:"List item"})]})})})})]})};ie.states=kb;ie.options=vb;ie.className=Vs;ie.defaultOptions=Pl;ie.moduleName=Us;ie.folderName=Fs;var Lb=require("react/jsx-runtime");var $s=require("react/jsx-runtime");var Gl=require("react/jsx-runtime");var Cb=require("react/jsx-runtime");var Xs=require("react/jsx-runtime");var Kl=require("react/jsx-runtime");var ot=require("react/jsx-runtime"),Mb=ie.states,yb=ie.defaultOptions,Sb=ie.options,wb=[{name:"opened",title:"Opened"}],Ab=[],ga=e=>{let{modifiers:t,...o}=e,a={},l=(0,ot.jsxs)(ot.Fragment,{children:[(0,ot.jsx)("div",{className:"k-list-filter",children:(0,ot.jsx)(gt,{})}),(0,ot.jsx)(Y,{style:{width:300},size:o.size,children:(0,ot.jsxs)(le,{children:[(0,ot.jsx)(F,{children:"List item"}),(0,ot.jsx)(F,{children:"List item"}),(0,ot.jsx)(F,{children:"List item"})]})})]});return Object.keys(t||{}).forEach(i=>{i==="opened"&&(a.opened=!!(t!=null&&t[i]),a.popup=t!=null&&t[i]?l:void 0)}),(0,ot.jsx)("div",{children:(0,ot.jsx)(ie,{placeholder:"Value",style:{width:300},...o,...a})})};ga.options=Sb;ga.states=Mb;ga.variants=Ab;ga.defaultOptions=yb;ga.modifiers=wb;var ka=require("react/jsx-runtime"),Ws="k-spin-button",Rb=[],Ob={size:[d.undefined,d.small,d.medium,d.large],fillMode:[k.undefined,k.solid,k.flat,k.outline,k.clear,k.link]},Bl={increaseLabel:"Increase value",decreaseLabel:"Decrease value"},uo=e=>{let{size:t,fillMode:o,disabled:a,increaseLabel:l=Bl.increaseLabel,decreaseLabel:i=Bl.decreaseLabel,...p}=e;return(0,ka.jsxs)("span",{...p,className:r(Ws,e.className),children:[(0,ka.jsx)(c,{className:"k-spinner-increase",icon:"caret-alt-up",size:t,fillMode:o,disabled:a,"aria-label":l}),(0,ka.jsx)(c,{className:"k-spinner-decrease",icon:"caret-alt-down",size:t,fillMode:o,disabled:a,"aria-label":i})]})};uo.states=Rb;uo.options=Ob;uo.className=Ws;uo.defaultOptions=Bl;uo.moduleName=null;uo.folderName=null;var Js="numeric-textbox",qs="numerictextbox";var Ie=require("react/jsx-runtime"),Ys="k-numerictextbox",Hb=[n.hover,n.focus,n.valid,n.invalid,n.loading,n.required,n.disabled,n.readonly],Pb={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline]},Tr={showSpinButton:!0,showClearButton:!0,separators:!0},$=e=>{let{size:t,rounded:o,fillMode:a,separators:l=Tr.separators,showClearButton:i=Tr.showClearButton,showSpinButton:p=Tr.showSpinButton,prefix:b,suffix:g,value:v,placeholder:M,hover:C,focus:f,valid:A,invalid:w,required:O,loading:D,disabled:B,readonly:V,id:ue,"aria-label":ve,"aria-describedby":We,...it}=e;return(0,Ie.jsxs)(Le,{...it,size:t,rounded:o,fillMode:a,hover:C,focus:f,valid:A,invalid:w,required:O,loading:D,disabled:B,readonly:V,className:r(e.className,Ys),children:[b&&(0,Ie.jsxs)(Ie.Fragment,{children:[(0,Ie.jsx)(ht,{children:b}),l&&(0,Ie.jsx)(Nt,{})]}),(0,Ie.jsx)(pt,{id:ue,placeholder:M,value:v,role:"spinbutton",disabled:B,"aria-label":ve,"aria-describedby":We,"aria-invalid":w?"true":void 0}),(0,Ie.jsx)(Je,{valid:A,invalid:w,loading:D,disabled:B}),(0,Ie.jsx)(je,{loading:D,disabled:B}),i&&(0,Ie.jsx)(ct,{loading:D,disabled:B,readonly:V,value:v}),g&&(0,Ie.jsxs)(Ie.Fragment,{children:[l&&(0,Ie.jsx)(Nt,{}),(0,Ie.jsx)(xt,{children:g})]}),p&&(0,Ie.jsx)(uo,{className:"k-input-spinner",size:t,fillMode:a,disabled:B})]})};$.states=Hb;$.options=Pb;$.className=Ys;$.defaultOptions=Tr;$.moduleName=Js;$.folderName=qs;$.ariaSpec={selector:".k-numerictextbox",rules:[{selector:".k-numerictextbox > .k-input-inner",attribute:"role=spinbutton",usage:"Announces the spin button capabilities of the NumericTextBox."},{selector:".k-numerictextbox > .k-input-inner",attribute:"label for or aria-label or aria-labelledby (when has accessible name)",usage:"The input requires an accessible name (provided by consuming app)."},{selector:".k-numerictextbox > .k-input-inner",attribute:"aria-valuenow (when has value)",usage:"Announces the current value of the component."},{selector:".k-numerictextbox > .k-input-inner",attribute:"aria-valuemin (when has min)",usage:"Announces the minimum allowed value."},{selector:".k-numerictextbox > .k-input-inner",attribute:"aria-valuemax (when has max)",usage:"Announces the maximum allowed value."},{selector:".k-numerictextbox > .k-input-inner",attribute:"aria-invalid=true (when invalid)",usage:"Rendered when the NumericTextBox is in an invalid state."},{selector:".k-numerictextbox > .k-input-inner",attribute:"aria-describedby (when has hint or error)",usage:"Points to the hint or error message."},{selector:".k-numerictextbox.k-disabled > .k-input-inner",attribute:"disabled=disabled or aria-disabled=true",usage:"Rendered when the NumericTextBox is disabled."},{selector:".k-numerictextbox .k-spin-button > .k-button",attribute:"role=button or nodeName=button",usage:"Describes the role of the spin buttons."},{selector:".k-numerictextbox .k-spin-button > .k-button",attribute:"aria-label",usage:"The button element requires discernible text."},{selector:".k-numerictextbox.k-disabled .k-spin-button > .k-button",attribute:"disabled=disabled or aria-disabled=true",usage:"Rendered when the NumericTextBox is disabled."}]};var va=$;var Zs=require("react/jsx-runtime"),Qs=e=>(0,Zs.jsx)(va,{...e});var js=require("react/jsx-runtime");var ed=require("react/jsx-runtime");var Gb=require("react/jsx-runtime");var hr=require("react/jsx-runtime"),Kb=$.states,Bb=$.defaultOptions,Db=$.options,_b=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"},{name:"spin-button",title:"`Spin` Button"}],zb=[],La=e=>{let{modifiers:t,...o}=e,a={};return Object.keys(t||{}).forEach(l=>{switch(l){case"prefix":a.prefix=t!=null&&t[l]?(0,hr.jsx)(ie,{size:o.size,fillMode:"flat",value:"mm"}):void 0;break;case"suffix":a.suffix=t!=null&&t[l]?(0,hr.jsx)(rl,{children:"mm"}):void 0;break;case"clear-button":a.showClearButton=t==null?void 0:t[l];break;case"spin-button":a.showSpinButton=t==null?void 0:t[l];break;default:break}}),(0,hr.jsx)(Qs,{value:"Value",style:{width:300},...o,...a})};La.options=Db;La.states=Kb;La.variants=zb;La.defaultOptions=Bb;La.modifiers=_b;var Dl="pager",td=Dl;var se=require("react/jsx-runtime"),xr="k-pager",Ub=[n.focus,n.disabled],Fb={size:[d.undefined,d.small,d.medium,d.large]},ut={responsive:!0,pagerSizeInfo:!0,pageTitleInfo:!0,maxPagesInfo:!0,type:"numeric",pageSizes:!0,refresh:!0,previousNext:!0,info:"1 - 5 of 20 items",itemsPerPage:5,maxPages:6,currentPage:1},xe=e=>{let{responsive:t=ut.responsive,size:o,pagerSizeInfo:a=ut.pagerSizeInfo,pageTitleInfo:l=ut.pageTitleInfo,maxPagesInfo:i=ut.maxPagesInfo,itemsPerPage:p=ut.itemsPerPage,maxPages:b=ut.maxPages,currentPage:g=ut.currentPage,previousNext:v=ut.previousNext,type:M=ut.type,pageSizes:C=ut.pageSizes,refresh:f=ut.refresh,info:A=ut.info,focus:w,disabled:O,dir:D,...B}=e,V=[],ue=[];for(let ve=1;ve<=b;ve++)V.push((0,se.jsx)(c,{selected:ve===g,fillMode:"flat",themeColor:"primary",size:o,children:ve})),ue.push((0,se.jsx)("option",{selected:ve===g,children:ve}));return(0,se.jsxs)("div",{dir:D,...B,className:r(e.className,xr,I(xr,{size:o}),G(xr,{focus:w,disabled:O}),{"k-pager-responsive":t}),children:[(0,se.jsxs)("div",{className:r("k-pager-numbers-wrap"),children:[v&&(0,se.jsxs)(se.Fragment,{children:[(0,se.jsx)(c,{className:r("k-pager-nav","k-pager-first"),disabled:g===1&&!O,fillMode:"flat",size:o,icon:D==="rtl"?"caret-alt-to-right":"caret-alt-to-left"}),(0,se.jsx)(c,{className:r("k-pager-nav"),disabled:g===1&&!O,fillMode:"flat",size:o,icon:D==="rtl"?"caret-alt-right":"caret-alt-left"})]}),M==="numeric"&&(0,se.jsx)("div",{className:r("k-pager-numbers"),children:V}),M==="input"&&(0,se.jsxs)("span",{className:r("k-pager-input"),children:[l&&(0,se.jsx)("span",{children:"Page"}),(0,se.jsx)($,{value:`${g}`,size:o,showSpinButton:!1,showClearButton:!1}),(0,se.jsx)("span",{children:i&&`of ${b}`})]}),v&&(0,se.jsxs)(se.Fragment,{children:[(0,se.jsx)(c,{className:r("k-pager-nav"),disabled:g===b&&!O,fillMode:"flat",size:o,icon:D==="rtl"?"caret-alt-left":"caret-alt-right"}),(0,se.jsx)(c,{className:r("k-pager-nav","k-pager-last"),disabled:g===b&&!O,fillMode:"flat",size:o,icon:D==="rtl"?"caret-alt-to-left":"caret-alt-to-right"})]})]}),C&&(0,se.jsxs)("span",{className:r("k-pager-sizes"),children:[(0,se.jsx)(ie,{value:`${p}`,size:o}),a&&(0,se.jsx)("span",{children:"items per page"})]}),f&&(0,se.jsx)(c,{className:r("k-pager-refresh"),fillMode:"flat",size:o,icon:"arrow-rotate-cw"}),A&&(0,se.jsx)("span",{className:r("k-pager-info"),children:A})]})};xe.states=Ub;xe.options=Fb;xe.className=xr;xe.defaultOptions=ut;xe.moduleName=Dl;xe.folderName=td;var Vb=require("react/jsx-runtime");var $b=require("react/jsx-runtime");var Xb=require("react/jsx-runtime");var _l=require("react/jsx-runtime"),Wb=xe.options,Jb=xe.states,qb={...xe.defaultOptions,variant:"numeric"},Yb=[{name:"numeric",title:"Numeric"},{name:"input",title:"Input"}],Qb=[],Ca=e=>{let{variant:t,...o}=e;return t==="input"?(0,_l.jsx)(xe,{...o,type:"input"}):(0,_l.jsx)(xe,{...o,type:"numeric"})};Ca.options=Wb;Ca.states=Jb;Ca.variants=Yb;Ca.defaultOptions=qb;Ca.modifiers=Qb;var ad=require("react/jsx-runtime"),od="k-grid-pager",Kt=e=>(0,ad.jsx)(xe,{...e,className:r(e.className,od),children:e.children});Kt.className=od;Kt.moduleName=Z;Kt.folderName=j;var zl="button",rd=zl;var ld=require("react/jsx-runtime"),Ma="k-button-group",Zb=[n.disabled],jb={fillMode:[k.undefined,k.solid,k.flat,k.outline,k.clear,k.link]},ef={},U=e=>{let{fillMode:t,disabled:o,stretched:a,...l}=e;return(0,ld.jsx)("div",{role:"group",...l,className:r(e.className,Ma,I(Ma,{fillMode:t}),G(Ma,{disabled:o}),{[`${Ma}-stretched`]:a}),...o&&{"aria-disabled":"true"},children:e.children})};U.states=Zb;U.options=jb;U.className=Ma;U.defaultOptions=ef;U.moduleName=zl;U.folderName=rd;U.ariaSpec={selector:".k-button-group",rules:[{selector:".k-button-group:not(.k-split-button)",attribute:"role=group",usage:"Sets the proper role for the group of buttons."},{selector:".k-button-group.k-disabled",attribute:"aria-disabled=true",usage:"The attribute is rendered only when the entire button group is disabled."},{selector:".k-button-group:not(.k-split-button):not(.k-scheduler-navigation):not(.k-zoom-control) .k-button",attribute:"aria-pressed (when selected)",usage:"Specifies the current state of the ButtonGroup. Only the selected button within the group will have this attribute set to true."}]};var Ul=require("react/jsx-runtime");var Fl=require("react/jsx-runtime");var Vl=require("react/jsx-runtime");var $l=require("react/jsx-runtime");var Xl=require("react/jsx-runtime");var Wl=require("react/jsx-runtime");var at=require("react/jsx-runtime"),tf={...c.options,...U.options},of=c.states,af={...c.defaultOptions,...U.defaultOptions,variant:"text-button"},rf=[{name:"icon-button",title:"Icon Only"},{name:"text-button",title:"Text"},{name:"icon-text-button",title:"Icon Text"}],lf=[],ya=e=>{let{variant:t,className:o,...a}=e;return t==="icon-button"?(0,at.jsxs)(U,{fillMode:a.fillMode,className:o,children:[(0,at.jsx)(c,{...a,icon:"star"}),(0,at.jsx)(c,{...a,icon:"star"}),(0,at.jsx)(c,{...a,icon:"star"})]}):t==="icon-text-button"?(0,at.jsxs)(U,{fillMode:a.fillMode,className:o,children:[(0,at.jsx)(c,{...a,icon:"star",children:"First"}),(0,at.jsx)(c,{...a,icon:"star",children:"Middle"}),(0,at.jsx)(c,{...a,icon:"star",children:"Last"})]}):(0,at.jsxs)(U,{fillMode:a.fillMode,className:o,children:[(0,at.jsx)(c,{...a,children:"First"}),(0,at.jsx)(c,{...a,children:"Middle"}),(0,at.jsx)(c,{...a,children:"Last"})]})};ya.options=tf;ya.states=of;ya.variants=rf;ya.defaultOptions=af;ya.modifiers=lf;var Sa=require("react/jsx-runtime"),nd="k-color-preview",nf=[],sf={},bo=e=>{let{color:t,iconName:o,...a}=e;return(0,Sa.jsxs)("span",{...a,className:r(e.className,nd,{"k-icon-color-preview":o,"k-no-color":!t}),children:[o&&(0,Sa.jsx)(u,{icon:o,className:"k-color-preview-icon"}),(0,Sa.jsx)("span",{className:"k-color-preview-mask",style:{backgroundColor:t}})]})};bo.states=nf;bo.options=sf;bo.className=nd;var Jl="slider",id=Jl;var wt=require("react/jsx-runtime"),wa="k-slider",df=[n.hover,n.focus,n.active,n.disabled,n.readonly],cf={},Lt={type:"single",orientation:"horizontal",gradientType:"1d",readonly:!1,disabled:!1,handlePosition:"end",showButtons:!0,showTicks:!0,value:50,min:0,max:100},me=e=>{let{type:t=Lt.type,orientation:o=Lt.orientation,gradientType:a=Lt.gradientType,readonly:l=Lt.readonly,disabled:i=Lt.disabled,handlePosition:p=Lt.handlePosition,showButtons:b=Lt.showButtons,showTicks:g=Lt.showTicks,value:v=Lt.value,min:M=Lt.min,max:C=Lt.max,startValue:f,endValue:A,hover:w,focus:O,active:D,trackStyle:B,dir:V,...ue}=e,We=(()=>{if(t==="gradient"&&a==="2d")return"undefined";if(o==="vertical")return"vertical"})(),it,st;return o==="horizontal"?(it=V==="rtl"?"caret-alt-left":"caret-alt-right",st=V==="rtl"?"caret-alt-right":"caret-alt-left"):o==="vertical"&&(it="caret-alt-up",st="caret-alt-down"),(0,wt.jsxs)("div",{...ue,className:r(wa,e.className,G(wa,{readonly:l,disabled:i}),{[`k-slider-${o}`]:o,"k-colorgradient-slider":t==="gradient"}),dir:V,children:[b&&(0,wt.jsx)(c,{className:"k-button-decrease",rounded:"full",icon:st,tabIndex:-1,title:"Decrease"}),(0,wt.jsxs)("div",{className:"k-slider-track-wrap",children:[g&&(0,wt.jsx)("ul",{className:"k-reset k-slider-items",children:e.children}),(0,wt.jsxs)("div",{className:"k-slider-track",style:B,children:[(0,wt.jsx)("div",{className:"k-slider-selection"}),t==="range"&&(0,wt.jsx)("span",{className:r("k-draghandle","k-draghandle-start",G(wa,{hover:w,focus:O,active:D})),role:"slider",tabIndex:i?void 0:0,"aria-valuenow":f??M,"aria-valuemin":M,"aria-valuemax":A??C,"aria-orientation":We,"aria-disabled":i?"true":void 0,"aria-readonly":l?"true":void 0,"aria-label":ue["aria-label"]?`${ue["aria-label"]} start`:"Range start"}),(0,wt.jsx)("span",{className:r("k-draghandle",`k-draghandle-${p}`,G(wa,{hover:w,focus:O,active:D})),role:"slider",tabIndex:i?void 0:0,"aria-valuenow":t==="range"?A??C:v,"aria-valuemin":t==="range"?f??M:M,"aria-valuemax":C,"aria-orientation":We,"aria-disabled":i?"true":void 0,"aria-readonly":l?"true":void 0,"aria-label":t==="range"?ue["aria-label"]?`${ue["aria-label"]} end`:"Range end":ue["aria-label"]})]})]}),b&&(0,wt.jsx)(c,{className:"k-button-increase",rounded:"full",icon:it,tabIndex:-1,title:"Increase"})]})};me.states=df;me.options=cf;me.className=wa;me.defaultOptions=Lt;me.moduleName=Jl;me.folderName=id;me.ariaSpec={selector:".k-slider",rules:[{selector:".k-slider .k-draghandle:not(.k-hsv-draghandle)",attribute:"role=slider",usage:"Sets the proper role for Slider."},{selector:".k-slider .k-draghandle:not(.k-hsv-draghandle)",attribute:"aria-label or aria-labelledby or title",usage:"The Slider needs an accessible name to be assigned to it."},{selector:".k-slider .k-draghandle:not(.k-hsv-draghandle)",attribute:"aria-invalid=true (when invalid)",usage:"Rendered only when the Slider is in a form and announces the invalid state."},{selector:".k-slider .k-draghandle:not(.k-hsv-draghandle)",attribute:"aria-valuenow",usage:"Specifies the currently selected value in the Slider."},{selector:".k-slider .k-draghandle:not(.k-hsv-draghandle)",attribute:"aria-valuemin",usage:"Specifies the minimum available value in the Slider."},{selector:".k-slider .k-draghandle:not(.k-hsv-draghandle)",attribute:"aria-valuemax",usage:"Specifies the maximum available value in the Slider."},{selector:".k-slider .k-draghandle:not(.k-hsv-draghandle)",attribute:"aria-valuetext (when has text alternative)",usage:"Specifies a human-readable text alternative to the numeric value. Provided by consuming applications."},{selector:".k-slider:not(.k-disabled) .k-draghandle:not(.k-hsv-draghandle)",attribute:"tabindex=0",usage:"The element must be focusable. Disabled sliders are removed from tab order."},{selector:".k-slider-vertical .k-draghandle",attribute:"aria-orientation=vertical (when vertical)",usage:"Present only when slider is vertical."},{selector:".k-slider.k-disabled .k-draghandle:not(.k-hsv-draghandle)",attribute:"aria-disabled=true",usage:"Rendered only when the Slider is disabled."},{selector:".k-slider.k-readonly .k-draghandle",attribute:"aria-readonly=true (when readonly)",usage:"Rendered only when the Slider is readonly. Readonly sliders remain focusable but their value cannot be changed."},{selector:".k-slider .k-button",attribute:"tabindex=-1",usage:"Excludes the buttons from the natural tab order. Keyboard users use arrow keys on the drag handle."},{selector:".k-slider .k-button",attribute:"title",usage:'Provides a tooltip describing the button action (e.g., "Decrease" or "Increase").'}]};var ql=require("react/jsx-runtime"),sd="k-tick",pf=[],mf={},dd={label:!1},_=e=>{let{style:t,label:o=dd.label,orientation:a,large:l,text:i,...p}=e;return(0,ql.jsx)("li",{...p,className:r(e.className,sd,{[`k-tick-${a}`]:a,"k-tick-large":l}),style:t,children:o&&(0,ql.jsx)("span",{className:"k-label",children:i})})};_.states=pf;_.options=mf;_.className=sd;_.defaultOptions=dd;var Re=require("react/jsx-runtime"),cd=e=>(0,Re.jsx)(me,{"aria-label":e["aria-label"]||"Slider",children:(0,Re.jsxs)(Re.Fragment,{children:[(0,Re.jsx)(_,{className:"k-first",label:!0,large:!0,text:"0"}),(0,Re.jsx)(_,{}),(0,Re.jsx)(_,{}),(0,Re.jsx)(_,{}),(0,Re.jsx)(_,{}),(0,Re.jsx)(_,{label:!0,large:!0,text:"5"}),(0,Re.jsx)(_,{}),(0,Re.jsx)(_,{}),(0,Re.jsx)(_,{}),(0,Re.jsx)(_,{}),(0,Re.jsx)(_,{className:"k-last",label:!0,large:!0,text:"10"})]}),...e});var Oe=require("react/jsx-runtime"),pd=e=>(0,Oe.jsx)(me,{children:(0,Oe.jsxs)(Oe.Fragment,{children:[(0,Oe.jsx)(_,{className:"k-first",label:!0,large:!0,text:"0"}),(0,Oe.jsx)(_,{}),(0,Oe.jsx)(_,{}),(0,Oe.jsx)(_,{}),(0,Oe.jsx)(_,{}),(0,Oe.jsx)(_,{label:!0,large:!0,text:"5"}),(0,Oe.jsx)(_,{}),(0,Oe.jsx)(_,{}),(0,Oe.jsx)(_,{}),(0,Oe.jsx)(_,{}),(0,Oe.jsx)(_,{className:"k-last",label:!0,large:!0,text:"10"})]}),"aria-label":e["aria-label"]||"Vertical slider",...e,orientation:"vertical"});var Yl=require("react/jsx-runtime");var Ql=require("react/jsx-runtime");var md=require("react/jsx-runtime"),Zl=e=>(0,md.jsx)(me,{type:"gradient",showButtons:!1,showTicks:!1,...e,"aria-label":e["aria-label"]||"Color slider"});var ud=require("react/jsx-runtime"),jl=e=>(0,ud.jsx)(me,{type:"gradient",orientation:"vertical",showButtons:!1,showTicks:!1,...e,"aria-label":e["aria-label"]||"Color slider"});var en=require("react/jsx-runtime");var tn=require("react/jsx-runtime");var rt=require("react/jsx-runtime"),uf=me.options,bf=me.states,bd={...me.defaultOptions,variant:"horizontal",label:!0},ff=[{name:"horizontal",title:"Horizontal"},{name:"vertical",title:"Vertical"}],Tf=[{name:"label",title:"Labels"},{name:"tick",title:"Ticks"},{name:"button",title:"Side Buttons"}],Aa=e=>{let{variant:t,modifiers:o,...a}={...bd,...e},l={};Object.keys(o||{}).forEach(v=>{switch(v){case"button":{l.showButtons=!!(o!=null&&o[v]);break}case"label":{l.label=!!(o!=null&&o[v]);break}case"tick":{l.showTicks=!!(o!=null&&o[v]);break}}});let{label:i=!0,showButtons:p,showTicks:b}=l,g={"--kendo-slider-start":0,"--kendo-slider-end":60};return t==="vertical"?(0,rt.jsxs)(pd,{showTicks:b,showButtons:p,style:{height:"300px",...g},...a,children:[(0,rt.jsx)(_,{label:i,large:!0,orientation:"vertical",text:"0",style:{position:"absolute",bottom:"0%"}}),(0,rt.jsx)(_,{label:i,large:!0,orientation:"vertical",text:"2",style:{position:"absolute",bottom:"25%"}}),(0,rt.jsx)(_,{label:i,large:!0,orientation:"vertical",text:"4",style:{position:"absolute",bottom:"50%"}}),(0,rt.jsx)(_,{label:i,large:!0,orientation:"vertical",text:"6",style:{position:"absolute",bottom:"75%"}}),(0,rt.jsx)(_,{label:i,large:!0,orientation:"vertical",text:"8",style:{position:"absolute",bottom:"100%"}})]}):(0,rt.jsxs)(cd,{showTicks:b,showButtons:p,style:{width:"400px",...g},...a,children:[(0,rt.jsx)(_,{label:i,large:!0,orientation:"horizontal",text:"0",style:{position:"absolute",left:"0%"}}),(0,rt.jsx)(_,{label:i,large:!0,orientation:"horizontal",text:"2",style:{position:"absolute",left:"25%"}}),(0,rt.jsx)(_,{label:i,large:!0,orientation:"horizontal",text:"4",style:{position:"absolute",left:"50%"}}),(0,rt.jsx)(_,{label:i,large:!0,orientation:"horizontal",text:"6",style:{position:"absolute",left:"75%"}}),(0,rt.jsx)(_,{label:i,large:!0,orientation:"horizontal",text:"8",style:{position:"absolute",left:"100%"}})]})};Aa.options=uf;Aa.states=bf;Aa.variants=ff;Aa.defaultOptions=bd;Aa.modifiers=Tf;var R=require("react/jsx-runtime"),fd="k-colorgradient-inputs",hf=[],xf={size:[d.undefined,d.small,d.medium,d.large]},Td={mode:"rgba"},Uo=e=>{let{mode:t=Td.mode,size:o,...a}=e;return(0,R.jsxs)("div",{...a,className:r(fd,"k-hstack"),children:[(0,R.jsx)("div",{className:"k-vstack",children:(0,R.jsx)(c,{fillMode:"flat",icon:"caret-alt-expand",className:"k-colorgradient-toggle-mode",size:o,"aria-label":"Toggle color input format"})}),t==="rgba"&&(0,R.jsxs)(R.Fragment,{children:[(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132",size:o,"aria-label":"Red channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"R"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132",size:o,"aria-label":"Green channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"G"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132",size:o,"aria-label":"Blue channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"B"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"1.00",size:o,"aria-label":"Alpha channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"A"})]})]}),t==="rgb"&&(0,R.jsxs)(R.Fragment,{children:[(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Red channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"R"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Green channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"G"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Blue channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"B"})]})]}),t==="hsva"&&(0,R.jsxs)(R.Fragment,{children:[(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Hue channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"H"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Saturation channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"S"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Value channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"V"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"1.00","aria-label":"Alpha channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"A"})]})]}),t==="hsv"&&(0,R.jsxs)(R.Fragment,{children:[(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Hue channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"H"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Saturation channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"S"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Value channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"V"})]})]}),t==="hex"&&(0,R.jsx)(R.Fragment,{children:(0,R.jsxs)("div",{className:"k-vstack k-flex-1",children:[(0,R.jsx)(ne,{showClearButton:!1,value:"#b88484AA",className:"k-hex-value"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"HEX"})]})})]})};Uo.states=hf;Uo.options=xf;Uo.className=fd;Uo.defaultOptions=Td;var Fe=require("react/jsx-runtime"),hd="k-colorgradient-color-contrast",Nf=[],gf={},kf={},Fo=()=>(0,Fe.jsxs)("div",{className:r(hd,"k-vbox"),children:[(0,Fe.jsxs)("div",{className:"k-contrast-ratio",children:[(0,Fe.jsx)("span",{className:"k-contrast-ratio-text",children:"Contrast ratio: 7.1"}),(0,Fe.jsxs)("span",{className:"k-contrast-validation !k-text-success",children:[(0,Fe.jsx)(u,{icon:"check"}),(0,Fe.jsx)(u,{icon:"check"})]})]}),(0,Fe.jsxs)("div",{children:[(0,Fe.jsx)("span",{children:"AA: 4.5"}),(0,Fe.jsxs)("span",{className:"k-contrast-validation !k-text-success",children:["Pass",(0,Fe.jsx)(u,{icon:"check"})]})]}),(0,Fe.jsxs)("div",{children:[(0,Fe.jsx)("span",{children:"AAA: 7.0"}),(0,Fe.jsxs)("span",{className:"k-contrast-validation !k-text-error",children:["Fail",(0,Fe.jsx)(u,{icon:"x"})]})]})]});Fo.states=Nf;Fo.options=gf;Fo.className=hd;Fo.defaultOptions=kf;var xd="color-gradient",Nd="colorgradient";var Ce=require("react/jsx-runtime"),Nr="k-colorgradient",vf=[n.hover,n.focus,n.readonly,n.disabled],Lf={size:[d.undefined,d.small,d.medium,d.large]},Bt={mode:"rgba",readonly:!1,disabled:!1,contrast:!1,gradientStyle:{background:"rgb(255, 0, 0 )"},dragHandleStyle:{top:"50px",left:"73px"},alphaStyle:{background:"linear-gradient(to top, transparent, rgb(255, 0, 0))"},alphaStyleHorizontal:{background:"linear-gradient(to right, transparent, rgb(255, 0, 0))"},canvasOrientation:"horizontal"},He=e=>{let{size:t,mode:o=Bt.mode,readonly:a=Bt.readonly,disabled:l=Bt.disabled,gradientStyle:i=Bt.gradientStyle,dragHandleStyle:p=Bt.dragHandleStyle,alphaStyle:b=Bt.alphaStyle,alphaStyleHorizontal:g=Bt.alphaStyleHorizontal,contrast:v=Bt.contrast,dir:M,hover:C,focus:f,hoverHandle:A,focusHandle:w,canvasOrientation:O=Bt.canvasOrientation,role:D,tabIndex:B,...V}=e;return(0,Ce.jsxs)("div",{...V,role:D??"textbox","aria-label":D==="none"?void 0:"Color gradient",tabIndex:B??0,"aria-disabled":l?"true":void 0,className:r(e.className,Nr,I(Nr,{size:t}),G(Nr,{hover:C,focus:f,readonly:a,disabled:l})),dir:M,children:[!O||O==="horizontal"&&(0,Ce.jsxs)("div",{className:"k-colorgradient-canvas k-hstack",children:[(0,Ce.jsx)("div",{className:"k-hsv-rectangle",style:i,children:(0,Ce.jsx)("div",{className:"k-hsv-gradient",children:(0,Ce.jsx)("div",{className:r("k-hsv-draghandle","k-draghandle",{"k-hover":A,"k-focus":w}),style:p,role:"slider","aria-orientation":"undefined","aria-label":"Color well with two-dimensional slider for selecting saturation and lightness","aria-valuetext":"X: 73, Y: 50","aria-valuenow":50,"aria-valuemin":0,"aria-valuemax":100})})}),(0,Ce.jsxs)("div",{className:"k-hsv-controls k-hstack",children:[(0,Ce.jsx)(jl,{className:"k-hue-slider",hover:A,focus:w}),o!=="rgb"&&o!=="hsv"&&(0,Ce.jsx)(jl,{className:"k-alpha-slider",hover:A,focus:w,trackStyle:b})]})]}),O==="vertical"&&(0,Ce.jsxs)("div",{className:"k-colorgradient-canvas k-vstack",children:[(0,Ce.jsx)("div",{className:"k-hsv-rectangle",style:i,children:(0,Ce.jsx)("div",{className:"k-hsv-gradient",children:(0,Ce.jsx)("div",{className:r("k-hsv-draghandle","k-draghandle",{"k-hover":A,"k-focus":w}),style:p,role:"slider","aria-orientation":"undefined","aria-label":"Color well with two-dimensional slider for selecting saturation and lightness","aria-valuetext":"X: 73, Y: 50","aria-valuenow":50,"aria-valuemin":0,"aria-valuemax":100})})}),(0,Ce.jsxs)("div",{className:"k-hsv-controls k-vstack",children:[(0,Ce.jsx)(Zl,{className:"k-hue-slider",hover:A,focus:w}),o!=="rgb"&&o!=="hsv"&&(0,Ce.jsx)(Zl,{className:"k-alpha-slider",hover:A,focus:w,trackStyle:g})]})]}),(0,Ce.jsx)(Uo,{mode:e.mode,size:t}),v&&(0,Ce.jsx)(Fo,{})]})};He.states=vf;He.options=Lf;He.className=Nr;He.defaultOptions=Bt;He.moduleName=xd;He.folderName=Nd;He.ariaSpec={selector:".k-colorgradient",rules:[{selector:".k-colorgradient",attribute:"role=textbox",usage:"The focusable wrapper should be considered a textbox with a value that could be submitted."},{selector:".k-colorgradient",attribute:"aria-label or aria-labelledby",usage:"The component needs an accessible name including the currently selected value."},{selector:".k-colorgradient",attribute:"tabindex=0",usage:"The element must be focusable."},{selector:".k-colorgradient.k-disabled",attribute:"aria-disabled=true",usage:"Rendered only when the ColorGradient is disabled."},{selector:".k-hsv-draghandle",attribute:"role=slider",usage:"The 2D draghandle must have slider role for ARIA-allowed attributes."},{selector:".k-hsv-draghandle",attribute:"aria-orientation=undefined",usage:"The implicit orientation for the slider must be removed for the 2D handle."},{selector:".k-hsv-draghandle",attribute:"aria-label",usage:"Must provide information about the purpose of the slider and the currently selected color."},{selector:".k-hsv-draghandle",attribute:"aria-valuetext",usage:"Must specify the values on both X and Y axis."},{selector:".k-hsv-draghandle",attribute:"aria-valuenow",usage:"Required by the slider role."},{selector:".k-hsv-draghandle",attribute:"aria-valuemin",usage:"Required by the slider role."},{selector:".k-hsv-draghandle",attribute:"aria-valuemax",usage:"Required by the slider role."},{selector:".k-numerictextbox>.k-input-inner",attribute:"aria-label",usage:"Must provide the name of the channel (red, green, blue, or alpha)."}]};var gd=require("react/jsx-runtime"),gr=e=>(0,gd.jsx)(He,{...e});var Cf=require("react/jsx-runtime");var Mf=require("react/jsx-runtime");var kr=require("react/jsx-runtime"),yf=He.options,Sf=He.states,wf={...He.defaultOptions,variant:"rgba"},Af=[{name:"rgba",title:"RGBA"},{name:"rgb",title:"RGB"},{name:"hex",title:"HEX"}],Ef=[],Ea=e=>{let{variant:t,...o}=e;switch(t){case"hex":return(0,kr.jsx)(gr,{...o,mode:t});case"rgb":return(0,kr.jsx)(gr,{...o,mode:t});default:return(0,kr.jsx)(gr,{...o,mode:t})}};Ea.options=yf;Ea.states=Sf;Ea.variants=Af;Ea.defaultOptions=wf;Ea.modifiers=Ef;var kd=require("react/jsx-runtime"),on=e=>(0,kd.jsx)("tr",{role:"row",children:e.children});var vd=require("react/jsx-runtime"),an="k-colorpalette-tile",If=[n.hover,n.focus,n.selected],Rf={},Vo=e=>{let{color:t,tileSize:o,hover:a,focus:l,selected:i,...p}=e,b={backgroundColor:t,width:o?o+"px":"",height:o?o+"px":""};return(0,vd.jsx)("td",{...p,role:"gridcell","aria-label":t,"aria-selected":i?"true":void 0,className:r(e.className,an,G(an,{hover:a,focus:l,selected:i})),style:b})};Vo.states=If;Vo.options=Rf;Vo.className=an;var Ld="color-palette",Cd="colorpalette";var $o=require("react/jsx-runtime"),vr="k-colorpalette",Of=[n.disabled],Hf={size:[d.undefined,d.small,d.medium,d.large]},Md={columns:10},lt=e=>{let{size:t,palette:o,columns:a=Md.columns,tileSize:l,disabled:i,...p}=e,b=[];if(o){let g=a||o.columns,v=o.colors?o.colors:o;Array.isArray(v)&&Array.from({length:Math.ceil(v.length/g)},(M,C)=>{let f=[];v.slice(C*g,(C+1)*g).map((w,O)=>{f.push((0,$o.jsx)(Vo,{color:w,tileSize:l},O))});let A=(0,$o.jsx)(on,{children:f},C);b.push(A)})}return(0,$o.jsx)("div",{...p,role:"grid","aria-label":"Color palette",tabIndex:0,"aria-disabled":i?"true":void 0,className:r(e.className,vr,G(vr,{disabled:i}),I(vr,{size:t})),children:(0,$o.jsx)("table",{className:"k-colorpalette-table",role:"none",children:(0,$o.jsx)("tbody",{children:b.length>0?b:e.children})})})};lt.states=Of;lt.options=Hf;lt.className=vr;lt.defaultOptions=Md;lt.moduleName=Ld;lt.folderName=Cd;lt.ariaSpec={selector:".k-colorpalette",rules:[{selector:".k-colorpalette",attribute:"role=grid",usage:"The focusable wrapper announces its role as a grid."},{selector:".k-colorpalette",attribute:"aria-label or aria-labelledby",usage:"The component needs an accessible name including the currently selected value."},{selector:".k-colorpalette",attribute:"aria-activedescendant",usage:"Points to the focused cell in the table."},{selector:".k-colorpalette",attribute:"tabindex=0",usage:"The element must be focusable."},{selector:".k-colorpalette.k-disabled",attribute:"aria-disabled=true",usage:"Rendered only when the ColorPalette is disabled."},{selector:".k-colorpalette-table",attribute:"role=none or role=presentation",usage:"Negates the default role of the table element."},{selector:".k-colorpalette-table>tbody>tr",attribute:"role=row",usage:"Required as the semantic role of the parent table has been removed."},{selector:".k-colorpalette-tile",attribute:"role=gridcell",usage:"Required as the semantic role of the parent table has been removed."},{selector:".k-colorpalette-tile",attribute:"aria-label or title",usage:"The text representation of the color value for the current cell."},{selector:".k-colorpalette-tile.k-selected",attribute:"aria-selected=true",usage:"Present on the currently selected cell."}]};var Lr=lt;var Ia={basic:{colors:["#000000","#7f7f7f","#880015","#ed1c24","#ff7f27","#fff200","#22b14c","#00a2e8","#3f48cc","#a349a4","#ffffff","#c3c3c3","#b97a57","#ffaec9","#ffc90e","#efe4b0","#b5e61d","#99d9ea","#7092be","#c8bfe7"],columns:10},office:{colors:["#ffffff","#000000","#e6e6e6","#435569","#4371c4","#ed7e32","#a5a4a5","#febf04","#5a9bd5","#71ae48","#f2f2f3","#7f7f7f","#d1cece","#d5dde3","#dae1f4","#fce5d4","#deeded","#fff2cc","#deeaf6","#e1efd9","#d7d8d8","#585959","#aeabab","#adbaca","#b4c5e7","#f6caac","#dbdbdb","#ffe498","#bcd6ee","#c5e0b2","#bfbfc0","#3f3f3f","#767070","#8595b1","#8fabdb","#f5b183","#c9c8c9","#fed965","#9bc4e5","#a8d08d","#a5a5a6","#262625","#393939","#334050","#2e5496","#c45a11","#7b7b7a","#bf9000","#2f75b5","#548235","#7f7f7f","#0b0c0c","#161616","#222a34","#203764","#843d0b","#525252","#7f6000","#1d4d79","#375623"],columns:10},apex:{colors:["#ffffff","#000000","#c9c2d1","#69676d","#ceb966","#9cb084","#6bb1c9","#6585cf","#7e6bc9","#a379bb","#f2f2f2","#7f7f7f","#f4f2f5","#e0e0e2","#f5f1e0","#ebefe6","#e1eff4","#e0e6f5","#e5e1f4","#ece4f1","#d8d8d8","#595959","#e9e6ec","#c2c1c5","#ebe3c1","#d7dfcd","#c3dfe9","#c1ceeb","#cbc3e9","#dac9e3","#bfbfbf","#3f3f3f","#dedae3","#a4a3a8","#e1d5a3","#c3cfb5","#a6d0de","#a2b5e2","#b1a6de","#c7aed6","#a5a5a5","#262626","#9688a5","#4e4d51","#ae9638","#758c5a","#3d8da9","#365bb0","#533da9","#7d4d99","#7f7f7f","#0c0c0c","#635672","#343336","#746425","#4e5d3c","#295e70","#243c75","#372970","#533366"],columns:10},austin:{colors:["#ffffff","#000000","#caf278","#3e3d2d","#94c600","#71685a","#ff6700","#909465","#956b43","#fea022","#f2f2f2","#7f7f7f","#f4fce4","#dddcd0","#efffc0","#e3e1dc","#ffe0cb","#e8e9df","#ece1d6","#feecd2","#d8d8d8","#595959","#e9f9c9","#bbb9a1","#dfff82","#c8c3ba","#ffc299","#d2d4c0","#dac3ad","#fed9a6","#bfbfbf","#3f3f3f","#dff7ae","#ada598","#cfff43","#ada598","#ffa365","#bcbfa1","#c8a585","#fec67a","#a5a5a5","#262626","#a9ea25","#2e2d21","#6f9400","#544e43","#bf4d00","#6c6f4b","#6f5032","#d77b00","#7f7f7f","#0c0c0c","#74a50f","#1f1e16","#4a6300","#38342d","#7f3300","#484a32","#4a3521","#8f5200"],columns:10},clarity:{colors:["#ffffff","#292934","#f3f2dc","#d2533c","#93a299","#ad8f67","#726056","#4c5a6a","#808da0","#79463d","#f2f2f2","#e7e7ec","#e7e5b9","#f6dcd8","#e9ecea","#eee8e0","#e4dedb","#d8dde3","#e5e8ec","#e9d6d3","#d8d8d8","#c4c4d1","#d5d185","#edbab1","#d3d9d6","#ded2c2","#c9beb8","#b2bcc8","#ccd1d9","#d3aea7","#bfbfbf","#8a8aa3","#aca73b","#e4978a","#bec7c1","#cdbba3","#af9e94","#8c9bac","#b2bac6","#bd857c","#a5a5a5","#56566e","#56531d","#a43925","#6b7c72","#866b48","#554840","#39434f","#5c697b","#5a342d","#7f7f7f","#3b3b4b","#22210b","#6d2619","#47534c","#594730","#39302b","#262d35","#3d4652","#3c231e"],columns:10},slipstream:{colors:["#ffffff","#000000","#b4dcfa","#212745","#4e67c8","#5eccf3","#a7ea52","#5dceaf","#ff8021","#f14124","#f2f2f2","#7f7f7f","#8bc9f7","#c7cce4","#dbe0f4","#def4fc","#edfadc","#def5ef","#ffe5d2","#fcd9d3","#d8d8d8","#595959","#4facf3","#909aca","#b8c2e9","#beeafa","#dbf6b9","#beebdf","#ffcca6","#f9b3a7","#bfbfbf","#3f3f3f","#0d78c9","#5967af","#94a3de","#9ee0f7","#caf297","#9de1cf","#ffb279","#f68d7b","#a5a5a5","#262626","#063c64","#181d33","#31479f","#11b2eb","#81d319","#34ac8b","#d85c00","#c3260c","#7f7f7f","#0c0c0c","#021828","#101322","#202f6a","#0b769c","#568c11","#22725c","#903d00","#821908"],columns:10},metro:{colors:["#ffffff","#000000","#d6ecff","#4e5b6f","#7fd13b","#ea157a","#feb80a","#00addc","#738ac8","#1ab39f","#f2f2f2","#7f7f7f","#a7d6ff","#d9dde4","#e5f5d7","#fad0e4","#fef0cd","#c5f2ff","#e2e7f4","#c9f7f1","#d8d8d8","#595959","#60b5ff","#b3bcca","#cbecb0","#f6a1c9","#fee29c","#8be6ff","#c7d0e9","#94efe3","#bfbfbf","#3f3f3f","#007dea","#8d9baf","#b2e389","#f272af","#fed46b","#51d9ff","#aab8de","#5fe7d5","#a5a5a5","#262626","#003e75","#3a4453","#5ea226","#af0f5b","#c58c00","#0081a5","#425ea9","#138677","#7f7f7f","#0c0c0c","#00192e","#272d37","#3f6c19","#750a3d","#835d00","#00566e","#2c3f71","#0c594f"],columns:10},flow:{colors:["#ffffff","#000000","#dbf5f9","#04617b","#0f6fc6","#009dd9","#0bd0d9","#10cf9b","#7cca62","#a5c249","#f2f2f2","#7f7f7f","#b2e9f2","#b4ecfc","#c7e2fa","#c4eeff","#c9fafc","#c9faed","#e4f4df","#edf2da","#d8d8d8","#595959","#76d9e8","#6adafa","#90c6f6","#89deff","#93f5f9","#94f6db","#cae9c0","#dbe6b6","#bfbfbf","#3f3f3f","#21b2c8","#20c8f7","#59a9f2","#4fceff","#5df0f6","#5ff2ca","#b0dfa0","#c9da91","#a5a5a5","#262626","#105964","#02485c","#0b5394","#0075a2","#089ca2","#0b9b74","#54a838","#7e9532","#7f7f7f","#0c0c0c","#062328","#01303d","#073763","#004e6c","#05686c","#07674d","#387025","#546321"],columns:10},hardcover:{colors:["#ffffff","#000000","#ece9c6","#895d1d","#873624","#d6862d","#d0be40","#877f6c","#972109","#aeb795","#f2f2f2","#7f7f7f","#e1dca5","#f2e0c6","#f0d0c9","#f6e6d5","#f5f2d8","#e7e5e1","#fbc7bc","#eef0e9","#d8d8d8","#595959","#d0c974","#e6c28d","#e2a293","#eeceaa","#ece5b2","#cfccc3","#f78f7a","#dee2d4","#bfbfbf","#3f3f3f","#a29a36","#daa454","#d4735e","#e6b681","#e2d88c","#b7b2a5","#f35838","#ced3bf","#a5a5a5","#262626","#514d1b","#664515","#65281a","#a2641f","#a39428","#655f50","#711806","#879464","#7f7f7f","#0c0c0c","#201e0a","#442e0e","#431b11","#6c4315","#6d621a","#433f35","#4b1004","#5a6243"],columns:10},trek:{colors:["#ffffff","#000000","#fbeec9","#4e3b30","#f0a22e","#a5644e","#b58b80","#c3986d","#a19574","#c17529","#f2f2f2","#7f7f7f","#f7e09e","#e1d6cf","#fcecd5","#eddfda","#f0e7e5","#f3eae1","#ece9e3","#f5e3d1","#d8d8d8","#595959","#f3cc5f","#c4ad9f","#f9d9ab","#dcc0b6","#e1d0cc","#e7d5c4","#d9d4c7","#ebc7a3","#bfbfbf","#3f3f3f","#d29f0f","#a78470","#f6c781","#cba092","#d2b9b2","#dbc1a7","#c6bfab","#e1ac76","#a5a5a5","#262626","#694f07","#3a2c24","#c87d0e","#7b4b3a","#926255","#a17242","#7b7153","#90571e","#7f7f7f","#0c0c0c","#2a1f03","#271d18","#855309","#523226","#614138","#6b4c2c","#524b37","#603a14"],columns:10},verve:{colors:["#ffffff","#000000","#d2d2d2","#666666","#ff388c","#e40059","#9c007f","#68007f","#005bd3","#00349e","#f2f2f2","#7f7f7f","#bdbdbd","#e0e0e0","#ffd7e8","#ffc6dc","#ffb8f1","#f1b2ff","#c3dcff","#b8cfff","#d8d8d8","#595959","#9d9d9d","#c1c1c1","#ffafd1","#ff8eba","#ff71e4","#e365ff","#87baff","#72a0ff","#bfbfbf","#3f3f3f","#696969","#a3a3a3","#ff87ba","#ff5597","#ff2ad7","#d519ff","#4b98ff","#2b71ff","#a5a5a5","#262626","#343434","#4c4c4c","#e90062","#ab0042","#75005f","#4e005f","#00449e","#002676","#7f7f7f","#0c0c0c","#151515","#333333","#9b0041","#72002c","#4e003f","#34003f","#002d69","#00194f"],columns:10},monochrome:{colors:["#000000","#1a1a1a","#333333","#4d4d4d","#666666","#808080","#999999","#b3b3b3","#cccccc","#e6e6e6","#f2f2f2","#ffffff"],columns:12}};var Sd=require("react/jsx-runtime"),yd=e=>(0,Sd.jsx)(Lr,{palette:Ia.basic,...e});var Pf=require("react/jsx-runtime");var wd=require("react/jsx-runtime");var Ad=require("react/jsx-runtime"),Gf=lt.options,Kf=lt.states,Bf={...lt.defaultOptions,variant:"basic"},Df=[{name:"basic",title:"Basic"},{name:"monochrome",title:"Monochrome"}],_f={basic:{colors:["#000000","#7f7f7f","#880015","#ed1c24","#ff7f27","#fff200","#22b14c","#00a2e8","#3f48cc","#a349a4","#ffffff","#c3c3c3","#b97a57","#ffaec9","#ffc90e","#efe4b0","#b5e61d","#99d9ea","#7092be","#c8bfe7"],columns:10},monochrome:{colors:["#000000","#1a1a1a","#333333","#4d4d4d","#666666","#808080","#999999","#b3b3b3","#cccccc","#e6e6e6","#f2f2f2","#ffffff"],columns:12}},zf=[],Ra=e=>{let{variant:t="basic",...o}=e,a=_f[t];return(0,Ad.jsx)(yd,{columns:a.columns,palette:a,...o})};Ra.options=Gf;Ra.states=Kf;Ra.variants=Df;Ra.defaultOptions=Bf;Ra.modifiers=zf;var Ed="color-editor",Id="coloreditor";var ge=require("react/jsx-runtime"),Cr="k-coloreditor",Uf=[n.focus],Ff={size:[d.undefined,d.small,d.medium,d.large]},Oa={view:"gradient",palette:Ia.office,actionButtons:!0,canvasOrientation:"horizontal"},ke=e=>{let{size:t,view:o=Oa.view,palette:a=Oa.palette,color:l,currentColor:i,focus:p,focusView:b,dir:g,group:v,actionButtons:M=Oa.actionButtons,canvasOrientation:C=Oa.canvasOrientation,...f}=e;return(0,ge.jsxs)("div",{...f,role:"textbox","aria-label":"Color editor",tabIndex:0,className:r(e.className,"k-flatcolorpicker",Cr,I(Cr,{size:t}),G(Cr,{focus:p})),dir:g,children:[(0,ge.jsxs)("div",{className:"k-coloreditor-header k-hstack",children:[(0,ge.jsx)("div",{className:"k-coloreditor-header-actions k-hstack",children:v&&(0,ge.jsxs)(U,{fillMode:"flat",children:[(0,ge.jsx)(c,{className:"k-group-start",size:t,fillMode:"flat",icon:"droplet-slider",selected:o==="gradient","aria-label":"Color gradient view"}),(0,ge.jsx)(c,{className:"k-group-end",size:t,fillMode:"flat",icon:"palette",selected:o==="palette","aria-label":"Color palette view"})]})}),(0,ge.jsx)("div",{className:"k-spacer"}),(0,ge.jsxs)("div",{className:"k-coloreditor-header-actions k-hstack",children:[(0,ge.jsx)(c,{fillMode:"flat",icon:"droplet-slash",size:t,"aria-label":"Reset color"}),(0,ge.jsxs)("div",{className:"k-coloreditor-preview k-vstack",children:[(0,ge.jsx)(bo,{className:"k-coloreditor-preview-color",color:l}),(0,ge.jsx)(bo,{className:"k-coloreditor-current-color",color:i})]})]})]}),(0,ge.jsx)("div",{className:"k-coloreditor-views k-vstack",children:o==="gradient"?(0,ge.jsx)(He,{focus:b,size:t,canvasOrientation:C,role:"none",tabIndex:-1}):(0,ge.jsx)(lt,{palette:a,size:t})}),M&&(0,ge.jsxs)(Ht,{className:"k-coloreditor-footer",alignment:"start",children:[(0,ge.jsx)(c,{themeColor:"primary",size:t,className:"k-coloreditor-apply",children:"Apply"}),(0,ge.jsx)(c,{className:"k-coloreditor-cancel",size:t,children:"Cancel"})]})]})};ke.states=Uf;ke.options=Ff;ke.className=Cr;ke.defaultOptions=Oa;ke.moduleName=Ed;ke.folderName=Id;ke.ariaSpec={selector:".k-flatcolorpicker",rules:[{selector:".k-flatcolorpicker",attribute:"role=textbox",usage:"The focusable wrapper should be considered a textbox with a submittable value."},{selector:".k-flatcolorpicker",attribute:"aria-label or aria-labelledby",usage:"The component needs an accessible name including the currently selected value."},{selector:".k-flatcolorpicker",attribute:"tabindex=0",usage:"The element must be focusable."},{selector:".k-flatcolorpicker.k-disabled",attribute:"aria-disabled=true",usage:"Rendered only when the FlatColorPicker is disabled."},{selector:".k-colorgradient",attribute:"role=none",usage:"The inner ColorGradient must have its role removed."},{selector:".k-colorgradient",attribute:"tabindex=-1",usage:"The inner ColorGradient must be removed from the page tab sequence."}]};var Xo=ke;var Vf=require("react/jsx-runtime");var $f=require("react/jsx-runtime");var Od=require("react/jsx-runtime"),Rd=e=>(0,Od.jsx)(Xo,{group:!0,currentColor:"fuchsia",...e});var Pd=require("react/jsx-runtime"),Hd=e=>(0,Pd.jsx)(Xo,{view:"palette",group:!0,currentColor:"fuchsia",...e});var rn=require("react/jsx-runtime"),Xf=ke.options,Wf=ke.states,Jf={...ke.defaultOptions,variant:"gradient"},qf=[{name:"gradient",title:"Gradient"},{name:"palette",title:"Palette"}],Yf=[],Ha=e=>{let{variant:t,...o}=e;return t==="palette"?(0,rn.jsx)(Hd,{...o,color:"white"}):(0,rn.jsx)(Rd,{...o,color:"rgba(183, 118 , 118, 1.00)"})};Ha.options=Xf;Ha.states=Wf;Ha.variants=qf;Ha.defaultOptions=Jf;Ha.modifiers=Yf;var Gd="color-picker",Kd="colorpicker";var Me=require("react/jsx-runtime"),Bd="k-colorpicker",Qf=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled],Zf={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline]},Dd={arrowIconName:"caret-alt-down"},bt=e=>{let{size:t,rounded:o,fillMode:a,arrowIconName:l=Dd.arrowIconName,prefix:i,suffix:p,value:b,placeholder:g,hover:v,focus:M,valid:C,invalid:f,required:A,disabled:w,valueIconName:O,popup:D,opened:B,adaptive:V,adaptiveSettings:ue,adaptiveTitle:ve,adaptiveSubtitle:We,...it}=e,st="colorpicker-popup";return(0,Me.jsxs)(Me.Fragment,{children:[(0,Me.jsxs)(Rt,{...it,size:t,rounded:o,fillMode:a,hover:v,focus:M,valid:C,invalid:f,required:A,disabled:w,role:"combobox","aria-haspopup":"dialog","aria-expanded":B?"true":"false","aria-controls":B||V?st:void 0,"aria-label":"Color picker",tabIndex:0,"aria-disabled":w?"true":void 0,className:r(e.className,Bd,"k-icon-picker"),children:[(0,Me.jsx)(ht,{children:i}),(0,Me.jsx)(ko,{placeholder:g,value:b,showValue:!1,valueIcon:(0,Me.jsx)(bo,{className:"k-value-icon",color:b,iconName:O}),valueIconName:O}),(0,Me.jsx)(xt,{children:p}),(0,Me.jsx)(c,{className:"k-input-button",icon:l,size:t,fillMode:a,tabIndex:-1,"aria-label":"Open color picker",disabled:w})]}),B&&D&&(0,Me.jsx)(pe,{id:st,className:"k-colorpicker-popup",children:D}),V&&(0,Me.jsx)(Ne,{adaptive:!0,id:st,...ue,header:(0,Me.jsx)(qe,{actionsEnd:(0,Me.jsx)(c,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat","aria-label":"Apply"}),title:ve,subtitle:We}),footer:(0,Me.jsxs)(io,{children:[(0,Me.jsx)(c,{text:"Cancel",size:"large"}),(0,Me.jsx)(c,{text:"Set",size:"large",themeColor:"primary"})]}),children:(0,Me.jsx)(ke,{canvasOrientation:"vertical",size:"large",actionButtons:!1,group:!0})})]})};bt.states=Qf;bt.options=Zf;bt.className=Bd;bt.defaultOptions=Dd;bt.moduleName=Gd;bt.folderName=Kd;bt.ariaSpec={selector:".k-colorpicker",rules:[{selector:".k-colorpicker",attribute:"role=combobox",usage:"The focusable element should have role combobox (input with popup)."},{selector:".k-colorpicker",attribute:"aria-label or aria-labelledby",usage:"The component needs an accessible name including the currently selected value."},{selector:".k-colorpicker",attribute:"aria-haspopup=dialog",usage:"Indicates the component has a Dialog Popup."},{selector:".k-colorpicker",attribute:"aria-expanded=true/false",usage:"Announces the visibility state of the popup."},{selector:".k-colorpicker",attribute:"aria-controls (when open)",usage:"Points to the popup element."},{selector:".k-colorpicker",attribute:"tabindex=0",usage:"The element must be focusable."},{selector:".k-colorpicker.k-disabled",attribute:"aria-disabled=true",usage:"Rendered only when the picker is disabled."},{selector:".k-colorpicker.k-disabled .k-button",attribute:"disabled or aria-disabled=true",usage:"Rendered only when the picker is disabled."},{selector:".k-colorgradient",attribute:"tabindex=-1",usage:"The inner ColorGradient must be removed from the page tab sequence."}]};var fo=bt;var _d=require("react/jsx-runtime"),Mr=e=>(0,_d.jsx)(fo,{...e});var jf=require("react/jsx-runtime");var eT=require("react/jsx-runtime");var tT=require("react/jsx-runtime");var oT=require("react/jsx-runtime");var aT=require("react/jsx-runtime");var rT=require("react/jsx-runtime");var To=require("react/jsx-runtime"),lT=fo.options,nT=fo.states,zd={...fo.defaultOptions,variant:"color"},iT=[{name:"color",title:"Color",default:!0},{name:"no color",title:"No color"},{name:"icon",title:"Icon"}],sT=[{name:"opened",title:"Opened"}],Pa=e=>{let{variant:t,modifiers:o,...a}={...zd,...e},l={};Object.keys(o||{}).forEach(p=>{p==="opened"&&(l.opened=!!(o!=null&&o[p]),l.popup=o!=null&&o[p]?(0,To.jsx)(ke,{size:a.size,color:"rgba(183, 118 , 118, 1.00)",group:!0}):"")});let i=l.opened?{width:"272px",height:"390px"}:{};switch(t){case"no color":return(0,To.jsx)("div",{style:i,children:(0,To.jsx)(Mr,{...a,...l})});case"icon":return(0,To.jsx)("div",{style:i,children:(0,To.jsx)(Mr,{value:"rgba(183, 118 , 118, 1.00)",valueIconName:"edit-tools",...a,...l})});default:return(0,To.jsx)("div",{style:i,children:(0,To.jsx)(Mr,{value:"rgba(183, 118 , 118, 1.00)",...a,...l})})}};Pa.options=lT;Pa.states=nT;Pa.variants=iT;Pa.defaultOptions=zd;Pa.modifiers=sT;var ln="combobox",Ud=ln;var oe=require("react/jsx-runtime"),Fd="k-combobox",dT=[n.hover,n.focus,n.valid,n.invalid,n.loading,n.required,n.disabled,n.readonly],cT={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline]},Vd={separators:!0},Qe=e=>{let{size:t,rounded:o,fillMode:a,separators:l=Vd.separators,prefix:i,suffix:p,value:b,placeholder:g,hover:v,focus:M,valid:C,invalid:f,required:A,loading:w,disabled:O,popup:D,opened:B,readonly:V,adaptive:ue,adaptiveSettings:ve,adaptiveTitle:We,adaptiveSubtitle:it,adaptiveCustomValue:st,id:Eo,autocomplete:Pr,activeDescendant:qa,"aria-label":ip,...sp}=e,dp=Eo?`${Eo}-listbox`:void 0;return(0,oe.jsxs)(oe.Fragment,{children:[(0,oe.jsxs)(Le,{...sp,size:t,rounded:o,fillMode:a,hover:v,focus:M,valid:C,invalid:f,required:A,loading:w,disabled:O,readonly:V,className:r(e.className,Fd),children:[i&&(0,oe.jsxs)(oe.Fragment,{children:[(0,oe.jsx)(ht,{children:i}),l&&(0,oe.jsx)(Nt,{})]}),(0,oe.jsx)(pt,{placeholder:g,value:b,role:"combobox","aria-haspopup":"listbox","aria-expanded":B?"true":"false","aria-controls":B?dp:void 0,"aria-activedescendant":B&&qa?qa:void 0,"aria-autocomplete":Pr,"aria-invalid":f?"true":void 0,"aria-busy":w?"true":void 0,"aria-label":ip,disabled:O,readOnly:V}),(0,oe.jsx)(Je,{valid:C,invalid:f,loading:w,disabled:O}),(0,oe.jsx)(je,{loading:w,disabled:O}),(0,oe.jsx)(ct,{loading:w,disabled:O,readonly:V,value:b}),p&&(0,oe.jsxs)(oe.Fragment,{children:[l&&(0,oe.jsx)(Nt,{}),(0,oe.jsx)(xt,{children:p})]}),(0,oe.jsx)(c,{className:"k-input-button",icon:"caret-alt-down",size:t,fillMode:a,"aria-label":"Open popup",tabIndex:-1,disabled:O})]}),B&&D&&(0,oe.jsx)(pe,{className:"k-list-container k-combobox-popup",containerClassName:"k-combobox-popup-container",containerRole:"region",containerAriaLabel:"Combobox suggestions",children:D}),ue&&(0,oe.jsx)(Ne,{adaptive:!0,id:Eo?`${Eo}-adaptive`:void 0,...ve,header:(0,oe.jsx)(qe,{actionsEnd:(0,oe.jsx)(c,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat","aria-label":"Apply selection"}),input:!0,inputValue:b,inputPlaceholder:g,title:We,subtitle:it}),children:(0,oe.jsx)("div",{className:"k-list-container",children:(0,oe.jsx)(Y,{customValue:st?(0,oe.jsx)(mo,{text:`Use "${b}"`}):void 0,size:"large",children:(0,oe.jsxs)(le,{"aria-label":We||"Options",children:[(0,oe.jsx)(F,{text:"List item"}),(0,oe.jsx)(F,{text:"List item"}),(0,oe.jsx)(F,{text:"List item"})]})})})})]})};Qe.states=dT;Qe.options=cT;Qe.className=Fd;Qe.defaultOptions=Vd;Qe.moduleName=ln;Qe.folderName=Ud;Qe.ariaSpec={selector:".k-combobox",rules:[{selector:".k-combobox > .k-input-inner",attribute:"role=combobox",usage:"Identifies the input as a combobox."},{selector:".k-combobox > .k-input-inner",attribute:"aria-haspopup=listbox",usage:"Indicates the combobox has a listbox popup."},{selector:".k-combobox > .k-input-inner",attribute:"aria-expanded",usage:"Indicates whether the popup is open."},{selector:".k-combobox > .k-input-inner",attribute:"aria-controls=${id}-listbox (when open)",usage:"Points to the listbox element when popup is open."},{selector:".k-combobox > .k-input-inner",attribute:"aria-activedescendant (when open)",usage:"Points to the focused item in the listbox."},{selector:".k-combobox > .k-input-inner",attribute:"aria-autocomplete=list|both|inline (when has autocomplete)",usage:"Indicates the autocomplete behavior."},{selector:".k-combobox > .k-input-inner",attribute:"aria-invalid=true (when invalid)",usage:"Rendered when the combobox is in an invalid state."},{selector:".k-combobox > .k-input-inner",attribute:"aria-busy=true (when loading)",usage:"Rendered when the combobox is loading data."},{selector:".k-combobox > .k-input-inner",attribute:"label for or aria-label or aria-labelledby (when has accessible name)",usage:"Accessible name provided by consuming app."},{selector:".k-combobox.k-disabled > .k-input-inner",attribute:"disabled=disabled or aria-disabled=true",usage:"Rendered when the combobox is disabled."},{selector:".k-combobox .k-input-button",attribute:"role=button or nodeName=button",usage:"The dropdown toggle button."},{selector:".k-combobox .k-input-button",attribute:"aria-label",usage:"Accessible name for the dropdown button."},{selector:".k-combobox .k-input-button",attribute:"tabindex=-1",usage:"Dropdown button is not in the tab order."},{selector:".k-combobox-popup .k-list-content, .k-combobox-popup .k-list-ul",attribute:"role=listbox",usage:"The popup list container has the listbox role."},{selector:".k-combobox-popup .k-list-item",attribute:"role=option",usage:"Each list item is an option."},{selector:".k-combobox-popup .k-list-item",attribute:"aria-selected (when selectable)",usage:"Indicates the selected state."},{selector:".k-combobox-popup .k-no-data",attribute:"aria-live=polite",usage:"Announces no-data state to screen readers."}]};var ft=Qe;var Xd=require("react/jsx-runtime"),$d=e=>(0,Xd.jsx)(ft,{...e});var Wd=require("react/jsx-runtime");var Jd=require("react/jsx-runtime");var qd=require("react/jsx-runtime");var Yd=require("react/jsx-runtime");var Qd=require("react/jsx-runtime");var Zd=require("react/jsx-runtime");var nn=require("react/jsx-runtime");var pT=require("react/jsx-runtime");var mT=require("react/jsx-runtime");var jd=require("react/jsx-runtime");var ec=require("react/jsx-runtime");var At=require("react/jsx-runtime"),uT=Qe.states,bT=Qe.defaultOptions,fT=Qe.options,TT=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"opened",title:"Opened"}],hT=[],Ga=e=>{let{modifiers:t,...o}=e,a={},l=(0,At.jsx)(Y,{style:{width:300},size:o.size,children:(0,At.jsxs)(le,{children:[(0,At.jsx)(F,{children:"List item"}),(0,At.jsx)(F,{children:"List item"}),(0,At.jsx)(F,{children:"List item"})]})});return Object.keys(t||{}).forEach(i=>{switch(i){case"prefix":a.prefix=t!=null&&t[i]?(0,At.jsx)(u,{icon:"map-marker-target"}):void 0;break;case"suffix":a.suffix=t!=null&&t[i]?(0,At.jsx)(no,{size:o.size,icon:"copy",fillMode:"clear"}):void 0;break;case"opened":a.opened=!!(t!=null&&t[i]),a.popup=t!=null&&t[i]?l:void 0;break;default:break}}),(0,At.jsx)("div",{children:(0,At.jsx)($d,{value:"Value",style:{width:300},...o,...a})})};Ga.options=fT;Ga.states=uT;Ga.variants=hT;Ga.defaultOptions=bT;Ga.modifiers=TT;var sn="menu-button",tc=sn;var ac=require("react/jsx-runtime"),oc="k-menu-button",xT=[n.hover,n.focus,n.active,n.selected,n.disabled],NT={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline,k.clear,k.link],themeColor:[h.undefined,h.base,h.primary,h.secondary,h.tertiary,h.success,h.warning,h.error,h.info,h.light,h.dark,h.inverse]},dn={showArrow:!0,arrowIconName:"caret-alt-down"},de=e=>{let{size:t,rounded:o,fillMode:a,themeColor:l,hover:i,focus:p,active:b,selected:g,disabled:v,icon:M,text:C,showArrow:f=dn.showArrow,arrowIconName:A=dn.arrowIconName,expanded:w,...O}=e;return(0,ac.jsx)(c,{...O,className:r(e.className,oc),text:C,size:t,rounded:o,fillMode:a,themeColor:l,hover:i,focus:p,active:b,selected:g,disabled:v,icon:M,showArrow:f,arrowIconName:A,"aria-expanded":w?"true":"false",...!C&&M&&!e["aria-label"]&&{"aria-label":"Menu"},...v&&{"aria-disabled":"true"}})};de.states=xT;de.options=NT;de.className=oc;de.defaultOptions=dn;de.moduleName=sn;de.folderName=tc;de.ariaSpec={selector:".k-menu-button",rules:[{selector:".k-menu-button",attribute:"role=button or nodeName=button",usage:"Omitted if the button DOM element is used."},{selector:".k-menu-button",attribute:"aria-label (when icon-only)",usage:"Required when no text is visible in the button."},{selector:".k-menu-button",attribute:"aria-expanded=true/false",usage:"Announces the state of the popup visibility."},{selector:".k-menu-button",attribute:"aria-controls=.k-menu-group id (when open)",usage:"Points to the popup element. Builds a relationship between the button and the popup."},{selector:".k-menu-button.k-disabled",attribute:"aria-disabled=true",usage:"Rendered only when the button is disabled."},{selector:".k-menu-group",attribute:"role=list",usage:"Announces the list role of the popup."},{selector:".k-menu-item",attribute:"role=listitem",usage:"Announces the listitem role of the popup items."}]};var gT=require("react/jsx-runtime");var kT=require("react/jsx-runtime");var vT=require("react/jsx-runtime");var Tt="menu",Ct=Tt;var Wt=require("react/jsx-runtime"),cn="k-menu-item",LT=[n.hover,n.focus,n.active,n.selected,n.disabled],CT={},rc={iconPosition:"before"},Ve=e=>{let{hover:t,focus:o,active:a,selected:l,disabled:i,icon:p,text:b,first:g,last:v,showArrow:M,arrowIconName:C,iconPosition:f=rc.iconPosition,dir:A,children:w,expanded:O,...D}=e,B=C;return B||(B=A==="rtl"?"caret-alt-left":"caret-alt-right"),(0,Wt.jsxs)("li",{...D,className:r(e.className,cn,"k-item",G(cn,{focus:o,disabled:i,hover:t,active:a,selected:l}),{"k-first":g,"k-last":v}),role:"menuitem",...M&&{"aria-haspopup":"menu"},...M&&{"aria-expanded":O?"true":"false"},...i&&{"aria-disabled":"true"},...o&&{tabIndex:0},children:[(0,Wt.jsxs)("span",{className:r("k-link k-menu-link"),children:[p&&f==="before"&&(0,Wt.jsx)(u,{className:"k-menu-link-icon",icon:p}),(0,Wt.jsx)("span",{className:"k-menu-link-text",children:b}),p&&f==="after"&&(0,Wt.jsx)(u,{className:"k-menu-link-icon",icon:p}),M&&(0,Wt.jsx)("span",{className:"k-menu-expand-arrow","aria-hidden":"true",children:(0,Wt.jsx)(u,{icon:B})})]}),w]})};Ve.states=LT;Ve.options=CT;Ve.className=cn;Ve.defaultOptions=rc;Ve.moduleName=Tt;Ve.folderName=Ct;var Jt=require("react/jsx-runtime"),pn="k-menu-item",MT=[n.hover,n.focus,n.active,n.selected,n.disabled],yT={},mn={dir:"ltr",iconPosition:"before"},Te=e=>{let{hover:t,focus:o,active:a,selected:l,disabled:i,icon:p,text:b,first:g,last:v,showArrow:M,arrowIconName:C,iconPosition:f=mn.iconPosition,dir:A=mn.dir,children:w,popup:O,expanded:D,...B}=e,V=C;return V||(V=A==="rtl"?"caret-alt-left":"caret-alt-right"),(0,Jt.jsxs)("li",{...B,className:r(e.className,pn,"k-item",G(pn,{focus:o,disabled:i}),{"k-first":g,"k-last":v}),role:"menuitem",...M&&{"aria-haspopup":"menu"},...M&&{"aria-expanded":D?"true":"false"},...i&&{"aria-disabled":"true"},...o&&{tabIndex:0},children:[(0,Jt.jsxs)("span",{className:r("k-link k-menu-link",G("k-menu-link",{hover:t,active:a,selected:l,disabled:i})),children:[p&&f==="before"&&(0,Jt.jsx)(u,{className:"k-menu-link-icon",icon:p}),(0,Jt.jsx)("span",{className:"k-menu-link-text",children:b}),p&&f==="after"&&(0,Jt.jsx)(u,{className:"k-menu-link-icon",icon:p}),M&&(0,Jt.jsx)("span",{className:"k-menu-expand-arrow","aria-hidden":"true",children:(0,Jt.jsx)(u,{icon:V})})]}),w,O]})};Te.states=MT;Te.options=yT;Te.className=pn;Te.defaultOptions=mn;Te.moduleName=Tt;Te.folderName=Ct;var ic=require("react/jsx-runtime"),lc="k-menu-scroll-wrapper",ST=[],wT={},AT={},So=e=>{let{className:t,children:o,orientation:a,...l}=e;return(0,ic.jsx)("div",{...l,className:r(t,lc,{"k-menu-scroll-wrapper-vertical":a==="vertical"}),children:o})};So.states=ST;So.options=wT;So.className=lc;So.defaultOptions=AT;So.moduleName=Tt;So.folderName=Ct;var nc=So;var Pe=require("react/jsx-runtime"),un="k-menu",ET=[],IT={},Sr={orientation:"horizontal",header:!0,scrollButtonsPosition:"around"},Ge=e=>{let{children:t,orientation:o=Sr.orientation,header:a=Sr.header,scrollable:l,scrollButtonsPosition:i=Sr.scrollButtonsPosition,wrapperStyles:p,dir:b,popup:g,contextMenu:v,...M}=e,C={horizontal:{prev:b!=="rtl"?"left":"right",next:b!=="rtl"?"right":"left"},vertical:{prev:"up",next:"down"}},f=(0,Pe.jsx)("ul",{dir:b,...M,className:r(e.className,"k-reset",un,{[`${un}-${o}`]:o,"k-header":a}),role:v?"menu":"menubar",...o==="vertical"&&{"aria-orientation":"vertical"},children:t});return(0,Pe.jsxs)(Pe.Fragment,{children:[l?(0,Pe.jsxs)(nc,{orientation:o,style:p,dir:e.dir,children:[i==="start"&&(0,Pe.jsxs)(Pe.Fragment,{children:[(0,Pe.jsx)(c,{fillMode:"flat",icon:`caret-alt-${C[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),(0,Pe.jsx)(c,{fillMode:"flat",icon:`caret-alt-${C[o].next}`,className:"k-menu-scroll-button k-menu-scroll-button-next",tabIndex:-1,"aria-label":"Scroll next"})]}),i==="around"&&(0,Pe.jsx)(c,{fillMode:"flat",icon:`caret-alt-${C[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),f,i==="end"&&(0,Pe.jsxs)(Pe.Fragment,{children:[(0,Pe.jsx)(c,{fillMode:"flat",icon:`caret-alt-${C[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),(0,Pe.jsx)(c,{fillMode:"flat",icon:`caret-alt-${C[o].next}`,className:"k-menu-scroll-button k-menu-scroll-button-next",tabIndex:-1,"aria-label":"Scroll next"})]}),i==="around"&&(0,Pe.jsx)(c,{fillMode:"flat",icon:`caret-alt-${C[o].next}`,className:"k-menu-scroll-button k-menu-scroll-button-next",tabIndex:-1,"aria-label":"Scroll next"})]}):f,g]})};Ge.states=ET;Ge.options=IT;Ge.className=un;Ge.defaultOptions=Sr;Ge.moduleName=Tt;Ge.folderName=Ct;Ge.ariaSpec={selector:".k-menu",rules:[{selector:".k-menu:not(.k-context-menu)",attribute:"role=menubar",usage:"Announces the Menu menubar role."},{selector:".k-menu.k-menu-vertical",attribute:"aria-orientation=vertical",usage:"Announces the Menu orientation when vertical."},{selector:".k-menu-item",attribute:"role=menuitem",usage:"Announces the Menu item role."},{selector:".k-menu-item[aria-haspopup]",attribute:"aria-haspopup=menu",usage:"Indicates a popup menu is associated with the item."},{selector:".k-menu-item[aria-haspopup]",attribute:"aria-expanded=true/false",usage:"Indicates whether the submenu is expanded."},{selector:".k-menu-item.k-disabled",attribute:"aria-disabled=true",usage:"Informs assistive technologies that a Menu item is disabled."},{selector:".k-menu-expand-arrow",attribute:"aria-hidden=true",usage:"Expand arrow elements are hidden from assistive technologies."},{selector:".k-menu-popup .k-menu-group",attribute:"role=menu",usage:"The role of the nested menu displayed in a popup."},{selector:".k-menu-scroll-button",attribute:"tabindex=-1",usage:"Scroll buttons are removed from the tab sequence."},{selector:".k-menu-scroll-button",attribute:"aria-label",usage:"Scroll buttons have an accessible label."},{selector:".k-menu-item.k-focus",attribute:"tabindex=0",usage:"The focused item has tabindex 0."},{selector:".k-menu-item[aria-haspopup][aria-controls]",attribute:"aria-controls=ul.k-menu-group id",usage:"Points to the ID of the submenu. Only present when the item controls a submenu element."},{selector:".k-menu-popup .k-menu-group",attribute:"id",usage:"Each nested menu has a deterministic id linked to the parent aria-controls."}]};var dc=require("react/jsx-runtime"),bn="k-separator",sc={orientation:"horizontal"},Wo=e=>{let{orientation:t=sc.orientation,...o}=e;return(0,dc.jsx)("li",{...o,className:r(e.className,"k-item",bn,{[`${bn}-${t}`]:t}),role:"separator"})};Wo.className=bn;Wo.defaultOptions=sc;Wo.moduleName=Tt;Wo.folderName=Ct;var cc=require("react/jsx-runtime");var pc=require("react/jsx-runtime"),fn="k-menu-group",RT=[],OT={size:[d.undefined,d.small,d.medium,d.large]},HT={},$e=e=>{let{children:t,size:o,...a}=e;return(0,pc.jsx)("ul",{...a,className:r(e.className,fn,I(fn,{size:o})),role:"menu",children:t})};$e.states=RT;$e.options=OT;$e.className=fn;$e.defaultOptions=HT;$e.moduleName=Tt;$e.folderName=Ct;var Et=require("react/jsx-runtime"),Tn=e=>(0,Et.jsx)(Ge,{children:(0,Et.jsxs)(Et.Fragment,{children:[(0,Et.jsx)(Ve,{first:!0,text:"Item 1"}),(0,Et.jsx)(Ve,{showArrow:!0,arrowIconName:"caret-alt-down",text:"Item 2"}),(0,Et.jsx)(Ve,{showArrow:!0,arrowIconName:"caret-alt-down",text:"Item 3"}),(0,Et.jsx)(Ve,{text:"Item 4"}),(0,Et.jsx)(Ve,{last:!0,text:"Item 5"})]}),...e});var hn=require("react/jsx-runtime");var xn=require("react/jsx-runtime");var Nn=require("react/jsx-runtime");var gn=require("react/jsx-runtime");var Dt=require("react/jsx-runtime"),PT=Ge.options,GT=Ge.states,mc={...Ge.defaultOptions,variant:"horizontal"},KT=[{name:"horizontal",title:"Horizontal"},{name:"vertical",title:"Vertical"}],BT=[{name:"scrollable",title:"Scrollable"},{name:"opened",title:"Opened"}],Ka=e=>{let{variant:t,modifiers:o,...a}={...mc,...e},l={};return Object.keys(o||{}).forEach(i=>{switch(i){case"scrollable":l.scrollable=!!(o!=null&&o[i]);break;case"opened":l.opened=!!(o!=null&&o[i]),l.popup=(0,Dt.jsx)(pe,{className:"k-menu-popup",children:(0,Dt.jsxs)($e,{children:[(0,Dt.jsx)(Te,{text:"Item 1"}),(0,Dt.jsx)(Te,{text:"Item 2"}),(0,Dt.jsx)(Wo,{}),(0,Dt.jsx)(Te,{text:"Item 3"})]})});break}}),t==="vertical"?(0,Dt.jsx)(Tn,{...a,...l,orientation:"vertical",style:{width:"200px"}}):(0,Dt.jsx)(Tn,{...a,...l})};Ka.options=PT;Ka.states=GT;Ka.variants=KT;Ka.defaultOptions=mc;Ka.modifiers=BT;var kn=require("react/jsx-runtime");var DT=require("react/jsx-runtime");var Xe=require("react/jsx-runtime"),_T=c.states,uc={...c.defaultOptions,variant:"text"},zT=c.options,UT=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],FT=[{name:"opened",title:"Opened"}],Ba=e=>{let{variant:t,modifiers:o,...a}={...uc,...e},l={},i=(0,Xe.jsx)(pe,{className:"k-menu-popup",children:(0,Xe.jsxs)($e,{size:a.size,children:[(0,Xe.jsx)(Te,{first:!0,text:"Menu Item"}),(0,Xe.jsx)(Te,{text:"Menu Item"}),(0,Xe.jsx)(Te,{last:!0,text:"Menu Item"})]})}),p;switch(t){case"icon-only":p=(0,Xe.jsx)("div",{children:(0,Xe.jsx)(de,{...a,...l,icon:"star"})});break;case"icon-and-text":p=(0,Xe.jsx)("div",{children:(0,Xe.jsx)(de,{...a,...l,icon:"star",children:"Dropdown Button"})});break;default:p=(0,Xe.jsx)("div",{children:(0,Xe.jsx)(de,{...a,...l,children:"Dropdown Button"})});break}return(0,Xe.jsxs)(Xe.Fragment,{children:[p,(o==null?void 0:o.opened)&&i]})};Ba.options=zT;Ba.states=_T;Ba.variants=UT;Ba.defaultOptions=uc;Ba.modifiers=FT;var vn="split-button",bc=vn;var qt=require("react/jsx-runtime"),Ln="k-split-button",VT=[n.hover,n.focus,n.active,n.selected,n.disabled],$T={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline,k.clear,k.link],themeColor:[h.undefined,h.base,h.primary,h.secondary,h.tertiary,h.success,h.warning,h.error,h.info,h.light,h.dark,h.inverse]},fc={arrowIconName:"caret-alt-down"},Q=e=>{let{size:t,rounded:o,fillMode:a,themeColor:l,hover:i,focus:p,active:b,selected:g,disabled:v,icon:M,text:C,arrowIconName:f=fc.arrowIconName,popup:A,opened:w,popupId:O,...D}=e;return(0,qt.jsxs)(qt.Fragment,{children:[(0,qt.jsxs)("div",{...D,className:r(e.className,Ln,"k-button-group",I(Ln,{rounded:o})),children:[(0,qt.jsx)(c,{text:C,icon:M,size:t,rounded:o,fillMode:a,themeColor:l,hover:i,focus:p,active:b,selected:g,disabled:v,...!C&&!e.children&&M&&{"aria-label":"Action"},children:e.children}),(0,qt.jsx)(c,{className:"k-split-button-arrow",icon:f,size:t,rounded:o,fillMode:a,disabled:v,"aria-label":"Toggle dropdown","aria-expanded":w?"true":"false","aria-controls":w?O:void 0,tabIndex:-1,...v&&{"aria-disabled":"true"}})]}),w&&A&&(0,qt.jsx)(pe,{className:"k-menu-popup",children:A})]})};Q.states=VT;Q.options=$T;Q.className=Ln;Q.defaultOptions=fc;Q.moduleName=vn;Q.folderName=bc;Q.ariaSpec={selector:".k-split-button",rules:[{selector:".k-split-button-arrow",attribute:"role=button or nodeName=button",usage:"Omitted if the <button> DOM element is used."},{selector:".k-split-button-arrow",attribute:"aria-label",usage:"The attribute must be present when no text is initially visible in the button."},{selector:".k-split-button-arrow",attribute:"aria-expanded=true/false",usage:"Announces the state of the popup visibility."},{selector:".k-split-button-arrow",attribute:"aria-controls=.k-menu-group id (when open)",usage:"Points to the popup element. Builds a relationship between the button and the popup."},{selector:".k-split-button-arrow",attribute:"tabindex=-1",usage:"The arrow button is removed from the tab sequence."},{selector:".k-split-button-arrow.k-disabled",attribute:"aria-disabled=true",usage:"Rendered only when the button is disabled."},{selector:".k-menu-group",attribute:"role=list",usage:"Announces the list role of the popup."},{selector:".k-menu-item",attribute:"role=listitem",usage:"Announces the listitem role of the popup items."}]};var Cn=Q;var Tc=require("react/jsx-runtime"),XT="k-toolbar-separator",It=e=>(0,Tc.jsx)("div",{className:r(XT,e.className,"k-separator")});var Yt="toolbar",ho=Yt;var z=require("react/jsx-runtime"),Qt="k-toolbar",WT=[n.focus],JT={size:[d.undefined,d.small,d.medium,d.large],fillMode:[k.undefined,k.solid,k.outline,k.flat]},qT={scrollButtons:"around"},ce=e=>{let{size:t,fillMode:o,focus:a,resizable:l,scrollable:i,scrollButtons:p,scrollingPosition:b,section:g,...v}=e,M=[],C=(f,A)=>{let w=[];if(f.type===c&&f.props.className&&f.props.className.includes("k-toolbar-overflow-button"))w.push((0,z.jsx)(c,{...f.props,className:`${f.props.className?f.props.className:""}`},`${A}-${new Date().getTime()}`));else if(f.type===c)w.push((0,z.jsx)(c,{...f.props,className:`k-toolbar-button ${f.props.className?f.props.className:""}`},`${A}-${new Date().getTime()}`));else if(f.type===aa)w.push((0,z.jsx)(aa,{...f.props,className:`k-toolbar-button ${f.props.className?f.props.className:""}`},`${A}-${new Date().getTime()}`));else if(f.type===no)w.push((0,z.jsx)(no,{...f.props,className:`k-toolbar-button ${f.props.className?f.props.className:""}`},`${A}-${new Date().getTime()}`));else if(f.type===de)w.push((0,z.jsx)(de,{...f.props,className:`k-toolbar-menu-button ${f.props.className?f.props.className:""}`},`${A}-${new Date().getTime()}`));else if(f.type===Cn)w.push((0,z.jsx)(Cn,{...f.props,className:`k-toolbar-split-button ${f.props.className?f.props.className:""}`},`${A}-${new Date().getTime()}`));else if(f.type===U||f.props.className&&f.props.className.includes("k-button-group")){let O=[];(Array.isArray(f.props.children)?f.props.children:[f.props.children]).forEach((B,V)=>{O.push((0,z.jsx)(c,{...B.props,className:`${B.props.className?B.props.className:""}`},`${V}-${new Date().getTime()}`))}),w.push((0,z.jsx)(U,{...f.props,className:`k-toolbar-button-group ${f.props.className?f.props.className:""}`,children:O},`${A}-${new Date().getTime()}`))}else f.type===Qe?w.push((0,z.jsx)(Qe,{...f.props,className:`k-toolbar-combobox ${f.props.className?f.props.className:""}`},`${A}-${new Date().getTime()}`)):f.type===ie?w.push((0,z.jsx)(ie,{...f.props,className:`k-toolbar-dropdownlist ${f.props.className?f.props.className:""}`},`${A}-${new Date().getTime()}`)):f.type===bt?w.push((0,z.jsx)(bt,{...f.props,className:`k-toolbar-colorpicker ${f.props.className?f.props.className:""}`},`${A}-${new Date().getTime()}`)):w.push(f);w.forEach(O=>{M.push(O)})};return e.children&&(Array.isArray(e.children)?e.children:[e.children]).forEach((A,w)=>{C(A,w)}),(0,z.jsxs)("div",{...v,className:r(e.className,Qt,I(Qt,{size:t,fillMode:o}),G(Qt,{focus:a}),{[`${Qt}-resizable`]:l,[`${Qt}-scrollable`]:i,[`${Qt}-scrollable-overlay`]:i&&p==="hidden",[`${Qt}-scrollable-${b}`]:b&&b!=="both",[`${Qt}-section`]:g}),role:"toolbar","aria-label":"Toolbar",children:[!i&&M,i&&p==="hidden"&&(0,z.jsx)("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:M}),i&&p==="start"&&(0,z.jsxs)(z.Fragment,{children:[(0,z.jsxs)(U,{children:[(0,z.jsx)("span",{className:r("k-toolbar-prev","k-button",I("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,z.jsx)(u,{className:"k-button-icon",icon:"caret-alt-left"})}),(0,z.jsx)("span",{className:r("k-toolbar-next","k-button",I("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,z.jsx)(u,{className:"k-button-icon",icon:"caret-alt-right"})})]}),(0,z.jsx)(It,{className:"k-toolbar-button-separator"}),(0,z.jsx)("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:M})]}),i&&p==="end"&&(0,z.jsxs)(z.Fragment,{children:[(0,z.jsx)("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:M}),(0,z.jsx)(It,{className:"k-toolbar-button-separator"}),(0,z.jsxs)(U,{children:[(0,z.jsx)("span",{className:r("k-toolbar-prev","k-button",I("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,z.jsx)(u,{className:"k-button-icon",icon:"caret-alt-left"})}),(0,z.jsx)("span",{className:r("k-toolbar-next","k-button",I("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,z.jsx)(u,{className:"k-button-icon",icon:"caret-alt-right"})})]})]}),i&&(p==="around"||!p)&&(0,z.jsxs)(z.Fragment,{children:[(0,z.jsx)("span",{className:r("k-toolbar-prev","k-button",I("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,z.jsx)(u,{className:"k-button-icon",icon:"caret-alt-left"})}),(0,z.jsx)(It,{className:"k-toolbar-button-separator"}),(0,z.jsx)("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:M}),(0,z.jsx)(It,{className:"k-toolbar-button-separator"}),(0,z.jsx)("span",{className:r("k-toolbar-next","k-button",I("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,z.jsx)(u,{className:"k-button-icon",icon:"caret-alt-right"})})]})]})};ce.states=WT;ce.options=JT;ce.className=Qt;ce.defaultOptions=qT;ce.moduleName=Yt;ce.folderName=ho;ce.ariaSpec={selector:".k-toolbar",rules:[{selector:".k-toolbar",attribute:"role=toolbar",usage:"The component role."},{selector:".k-toolbar",attribute:"aria-label or aria-labelledby",usage:"Must be supplied when multiple toolbars exist."},{selector:'.k-toolbar .k-toolbar-overflow-button:has([class*="i-more-vertical"])',attribute:"aria-haspopup=menu",usage:"The overflow button opens a menu popup."},{selector:'.k-toolbar .k-toolbar-overflow-button:has([class*="i-more-vertical"])',attribute:"aria-expanded=true/false",usage:"Announces popup visibility state."},{selector:'.k-toolbar .k-toolbar-overflow-button:has([class*="i-more-vertical"])[aria-controls]',attribute:"aria-controls=.k-toolbar-popup .k-menu-group id",usage:"Indicates the connection between the toggle button and the menu popup."},{selector:'.k-toolbar .k-toolbar-overflow-button:has([class*="i-more-vertical"])',attribute:"aria-label or title",usage:"Icon-only button must have accessible text."},{selector:".k-toolbar-popup .k-menu-group",attribute:"role=menu",usage:"The role of the tools wrapper in the overflow section."},{selector:".k-toolbar-popup .k-menu-group[aria-labelledby]",attribute:"aria-labelledby=.k-toolbar-overflow-button id",usage:"Associates the title of the menu toggle button."},{selector:'.k-toolbar .k-toolbar-overflow-button:has([class*="i-more-horizontal"])',attribute:"aria-expanded=true/false",usage:"Announces section popup visibility state."},{selector:'.k-toolbar .k-toolbar-overflow-button:has([class*="i-more-horizontal"])',attribute:"aria-label or title",usage:"Icon-only button must have accessible text."},{selector:'.k-toolbar .k-toolbar-overflow-button:has([class*="i-more-horizontal"])[aria-controls]',attribute:"aria-controls=.k-toolbar-popup .k-toolbar-items-list id",usage:"Indicates the connection between the toggle button and the section popup."},{selector:".k-toolbar-popup .k-toolbar-items-list",attribute:"role=toolbar",usage:"The role of the tools wrapper in the overflow section."},{selector:".k-toolbar-popup .k-toolbar-items-list[aria-labelledby]",attribute:"aria-labelledby=.k-toolbar-overflow-button id",usage:"Associates the title of the section toggle button."}]};var xc=require("react/jsx-runtime"),hc="k-floating-toolbar",YT=[],QT={},ZT={},Jo=e=>{let{...t}=e;return(0,xc.jsx)("div",{...t,className:r(e.className,hc),children:e.children})};Jo.states=YT;Jo.options=QT;Jo.className=hc;Jo.defaultOptions=ZT;Jo.moduleName=Yt;Jo.folderName=ho;var Nc=require("react/jsx-runtime"),Mn="k-toolbar-item",jT=[n.focus],eh={},th={},qo=e=>{let{focus:t,...o}=e;return(0,Nc.jsx)("div",{...o,className:r(e.className,Mn,G(Mn,{focus:t})),children:e.children})};qo.states=jT;qo.options=eh;qo.className=Mn;qo.defaultOptions=th;qo.moduleName=Yt;qo.folderName=ho;var yn=require("react/jsx-runtime"),gc="k-toolbar-popup",oh=[],ah={size:[d.undefined,d.small,d.medium,d.large],fillMode:[k.undefined,k.solid,k.outline,k.flat]},rh={},wo=e=>{let{size:t,fillMode:o,section:a,...l}=e;return(0,yn.jsx)(pe,{...l,className:r(e.className,gc),children:a?(0,yn.jsx)("span",{className:r("k-toolbar-items-list",I("k-toolbar-items-list",{size:t,fillMode:o})),role:"toolbar",children:e.children}):e.children})};wo.states=oh;wo.options=ah;wo.className=gc;wo.defaultOptions=rh;wo.moduleName=Yt;wo.folderName=ho;var wr=wo;var lh=require("react/jsx-runtime");var nh=require("react/jsx-runtime");var ih=require("react/jsx-runtime");var kc=require("react/jsx-runtime");var sh=require("react/jsx-runtime");var Mt=require("react/jsx-runtime"),dh=Q.states,vc={...Q.defaultOptions,variant:"text"},ch=Q.options,ph=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],mh=[{name:"opened",title:"Opened"}],Da=e=>{let{variant:t,modifiers:o,...a}={...vc,...e},l={},i=(0,Mt.jsxs)($e,{size:a.size,children:[(0,Mt.jsx)(Te,{first:!0,text:"Menu Item"}),(0,Mt.jsx)(Te,{text:"Menu Item"}),(0,Mt.jsx)(Te,{last:!0,text:"Menu Item"})]});switch(Object.keys(o||{}).forEach(p=>{p==="opened"&&(l.opened=!!(o!=null&&o[p]),l.popup=o!=null&&o[p]?i:"")}),t){case"icon-only":return(0,Mt.jsx)("div",{children:(0,Mt.jsx)(Q,{...a,...l,icon:"star"})});case"icon-and-text":return(0,Mt.jsx)("div",{children:(0,Mt.jsx)(Q,{...a,...l,icon:"star",children:"Split Button"})});default:return(0,Mt.jsx)("div",{children:(0,Mt.jsx)(Q,{...a,...l,children:"Split Button"})})}};Da.options=ch;Da.states=dh;Da.variants=ph;Da.defaultOptions=vc;Da.modifiers=mh;var _t=require("react/jsx-runtime"),Lc=e=>(0,_t.jsx)(ce,{children:[(0,_t.jsx)(c,{children:"Button"},"toolbar-button"),(0,_t.jsx)(de,{text:"Menu button"},"toolbar-menu-button"),(0,_t.jsx)(Q,{children:"Split button"},"toolbar-split-button"),(0,_t.jsxs)(U,{children:[(0,_t.jsx)(c,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,_t.jsx)(c,{icon:"align-center",children:"Center"}),(0,_t.jsx)(c,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group")],...e});var Cc=require("react/jsx-runtime");var Ke=require("react/jsx-runtime"),Mc=e=>(0,Ke.jsx)(ce,{scrollable:!0,...e,children:[(0,Ke.jsx)(c,{children:"Button"},"toolbar-button"),(0,Ke.jsx)(de,{text:"Menu button"},"toolbar-menu-button"),(0,Ke.jsx)(Q,{children:"Split button"},"toolbar-split-button"),(0,Ke.jsxs)(U,{children:[(0,Ke.jsx)(c,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,Ke.jsx)(c,{icon:"align-center",children:"Center"}),(0,Ke.jsx)(c,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group"),(0,Ke.jsx)(c,{children:"Button"},"toolbar-button"),(0,Ke.jsx)(de,{text:"Menu button"},"toolbar-menu-button"),(0,Ke.jsx)(Q,{children:"Split button"},"toolbar-split-button"),(0,Ke.jsxs)(U,{children:[(0,Ke.jsx)(c,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,Ke.jsx)(c,{icon:"align-center",children:"Center"}),(0,Ke.jsx)(c,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group")],...e});var Be=require("react/jsx-runtime"),yc=({scrollingPosition:e="start",...t})=>(0,Be.jsx)(ce,{scrollable:!0,scrollButtons:"hidden",scrollingPosition:e,...t,children:[(0,Be.jsx)(c,{children:"Button"},"toolbar-button"),(0,Be.jsx)(de,{text:"Menu button"},"toolbar-menu-button"),(0,Be.jsx)(Q,{children:"Split button"},"toolbar-split-button"),(0,Be.jsxs)(U,{children:[(0,Be.jsx)(c,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,Be.jsx)(c,{icon:"align-center",children:"Center"}),(0,Be.jsx)(c,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group"),(0,Be.jsx)(c,{children:"Button"},"toolbar-button"),(0,Be.jsx)(de,{text:"Menu button"},"toolbar-menu-button"),(0,Be.jsx)(Q,{children:"Split button"},"toolbar-split-button"),(0,Be.jsxs)(U,{children:[(0,Be.jsx)(c,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,Be.jsx)(c,{icon:"align-center",children:"Center"}),(0,Be.jsx)(c,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group")],...t});var he=require("react/jsx-runtime"),Sc=({fillMode:e,size:t,...o})=>(0,he.jsxs)(he.Fragment,{children:[(0,he.jsx)(ce,{section:!0,fillMode:e,size:t,children:[(0,he.jsx)(c,{fillMode:e,size:t,children:"Button"},"toolbar-button"),(0,he.jsxs)(U,{fillMode:e,children:[(0,he.jsx)(c,{className:"k-group-start",icon:"align-left",fillMode:e,size:t,children:"Left"}),(0,he.jsx)(c,{icon:"align-center",fillMode:e,size:t,children:"Center"}),(0,he.jsx)(c,{className:"k-group-end",icon:"align-right",fillMode:e,size:t,children:"Right"})]},"toolbar-button-group"),(0,he.jsx)(It,{className:"k-toolbar-button-separator"}),(0,he.jsx)(c,{icon:"more-horizontal",className:"k-toolbar-overflow-button",fillMode:"flat",size:t,rounded:"none","aria-label":"More options","aria-expanded":"false"})],...o}),(0,he.jsxs)(wr,{size:t,fillMode:e,section:!0,...o,children:[(0,he.jsx)(Q,{fillMode:e,size:t,children:"Split button"},"toolbar-split-button"),(0,he.jsx)(c,{fillMode:e,size:t,children:"Button"},"toolbar-button"),(0,he.jsx)(It,{}),(0,he.jsx)(de,{text:"Menu button",fillMode:e,size:t},"toolbar-menu-button"),(0,he.jsxs)(U,{fillMode:e,children:[(0,he.jsx)(c,{className:"k-group-start",icon:"align-left",fillMode:e,size:t,children:"Left"}),(0,he.jsx)(c,{icon:"align-center",fillMode:e,size:t,children:"Center"}),(0,he.jsx)(c,{className:"k-group-end",icon:"align-right",fillMode:e,size:t,children:"Right"})]},"toolbar-button-group")]})]});var Sn=require("react/jsx-runtime");var wn=require("react/jsx-runtime");var Zt=require("react/jsx-runtime"),uh=ce.options,bh=ce.states,wc={...ce.defaultOptions,variant:"default"},fh=[{name:"default",title:"Default"},{name:"scrollable",title:"Scrollable"},{name:"overlay",title:"Overlay"},{name:"responsive",title:"Responsive"}],Th=[],_a=e=>{let{variant:t,...o}={...wc,...e};switch(t){case"responsive":return(0,Zt.jsx)("div",{children:(0,Zt.jsx)(Sc,{style:{width:"583px"},...o})});case"overlay":return(0,Zt.jsx)("div",{children:(0,Zt.jsx)(yc,{style:{width:"583px"},...o,scrollingPosition:"start",scrollButtons:"hidden"})});case"scrollable":return(0,Zt.jsx)("div",{children:(0,Zt.jsx)(Mc,{style:{width:"583px"},...o})});default:return(0,Zt.jsx)("div",{children:(0,Zt.jsx)(Lc,{style:{width:"583px"},...o})})}};_a.options=uh;_a.states=bh;_a.variants=fh;_a.defaultOptions=wc;_a.modifiers=Th;var Ec=require("react/jsx-runtime"),Ac="k-grid-toolbar",jt=e=>(0,Ec.jsx)(ce,{...e,className:r(e.className,Ac),children:e.children});jt.className=Ac;jt.moduleName=Z;jt.folderName=j;var Yo=require("react/jsx-runtime"),An="k-grid-stack-cell",hh=[n.focus,n.selected],Ar=e=>{let{cellHeader:t,cellContent:o,edit:a,commandCell:l,dirty:i,focus:p,selected:b,...g}=e;return(0,Yo.jsxs)("div",{...g,className:r(e.className,An,{"k-grid-stack-edit-cell":a,"k-command-cell":l,"k-dirty-cell":i},G(An,{focus:p,selected:b})),children:[i&&(0,Yo.jsx)("span",{className:"k-dirty"}),t&&(0,Yo.jsx)("div",{className:"k-grid-stack-header",children:t}),(0,Yo.jsx)("div",{className:"k-grid-stack-content",children:o}),e.children]})};Ar.states=hh;Ar.className=An;Ar.moduleName=Z;Ar.folderName=j;var Rc=require("react/jsx-runtime"),Ic="k-grid-stack-row",Er=e=>{let{cols:t,...o}=e;return(0,Rc.jsx)("div",{...o,className:r(e.className,Ic,{[`k-grid-cols-${t}`]:t}),children:e.children})};Er.className=Ic;Er.moduleName=Z;Er.folderName=j;var En=require("react/jsx-runtime");var In=require("react/jsx-runtime");var Rn=require("react/jsx-runtime");var N=require("react/jsx-runtime"),Oc=({contentClassName:e,...t})=>(0,N.jsx)(W,{_renderAriaRoot:!0,pager:(0,N.jsx)(Kt,{refresh:!1}),children:(0,N.jsxs)(N.Fragment,{children:[(0,N.jsx)(J,{children:(0,N.jsx)("div",{className:"k-grid-header-wrap",children:(0,N.jsxs)(q,{children:[(0,N.jsxs)("colgroup",{children:[(0,N.jsx)("col",{}),(0,N.jsx)("col",{style:{width:"225px"}}),(0,N.jsx)("col",{}),(0,N.jsx)("col",{}),(0,N.jsx)("col",{})]}),(0,N.jsxs)(X,{children:[(0,N.jsxs)(L,{children:[(0,N.jsx)(y,{rowspan:1,colspan:1,columnTitle:"Product Id"}),(0,N.jsx)(y,{rowspan:1,colspan:1,columnTitle:"Name"}),(0,N.jsx)(y,{rowspan:1,colspan:1,columnTitle:"Quantity"}),(0,N.jsx)(y,{rowspan:1,colspan:1,columnTitle:"Unit Price"}),(0,N.jsx)(y,{rowspan:1,colspan:1,columnTitle:"Discontinued"})]}),(0,N.jsxs)(L,{className:"k-filter-row",children:[(0,N.jsx)(s,{children:(0,N.jsx)("div",{className:"k-filtercell",children:(0,N.jsxs)("div",{className:"k-filtercell-wrapper",children:[(0,N.jsx)($,{}),(0,N.jsxs)("div",{className:"k-filtercell-operator",children:[(0,N.jsx)(ie,{className:"k-dropdown-operator",arrowIconName:"filter"})," ",(0,N.jsx)(c,{disabled:!0,icon:"filter-clear"})]})]})})}),(0,N.jsx)(s,{children:(0,N.jsx)("div",{className:"k-filtercell",children:(0,N.jsxs)("div",{className:"k-filtercell-wrapper",children:[(0,N.jsx)(ne,{}),(0,N.jsxs)("div",{className:"k-filtercell-operator",children:[(0,N.jsx)(ie,{className:"k-dropdown-operator",arrowIconName:"filter"})," ",(0,N.jsx)(c,{disabled:!0,icon:"filter-clear"})]})]})})}),(0,N.jsx)(s,{children:(0,N.jsx)("div",{className:"k-filtercell",children:(0,N.jsxs)("div",{className:"k-filtercell-wrapper",children:[(0,N.jsx)(ne,{}),(0,N.jsxs)("div",{className:"k-filtercell-operator",children:[(0,N.jsx)(ie,{className:"k-dropdown-operator",arrowIconName:"filter"})," ",(0,N.jsx)(c,{disabled:!0,icon:"filter-clear"})]})]})})}),(0,N.jsx)(s,{children:(0,N.jsx)("div",{className:"k-filtercell",children:(0,N.jsxs)("div",{className:"k-filtercell-wrapper",children:[(0,N.jsx)($,{}),(0,N.jsxs)("div",{className:"k-filtercell-operator",children:[(0,N.jsx)(ie,{className:"k-dropdown-operator",arrowIconName:"filter"})," ",(0,N.jsx)(c,{disabled:!0,icon:"filter-clear"})]})]})})}),(0,N.jsx)(s,{children:(0,N.jsx)("div",{className:"k-filtercell",children:(0,N.jsxs)("div",{className:"k-filtercell-wrapper",children:[(0,N.jsx)(ie,{}),(0,N.jsx)("div",{className:"k-filtercell-operator",children:(0,N.jsx)(c,{disabled:!0,icon:"filter-clear"})})]})})})]})]})]})})}),(0,N.jsx)(re,{children:(0,N.jsx)(ee,{className:e,children:(0,N.jsxs)(te,{children:[(0,N.jsxs)("colgroup",{children:[(0,N.jsx)("col",{}),(0,N.jsx)("col",{style:{width:"225px"}}),(0,N.jsx)("col",{}),(0,N.jsx)("col",{}),(0,N.jsx)("col",{})]}),(0,N.jsxs)(ae,{children:[(0,N.jsxs)(L,{className:"k-master-row",children:[(0,N.jsx)(s,{children:"1"}),(0,N.jsx)(s,{children:"Chai"}),(0,N.jsx)(s,{children:"10 boxes x 20 bags"}),(0,N.jsx)(s,{children:"18"}),(0,N.jsx)(s,{children:"false"})]}),(0,N.jsxs)(L,{className:"k-master-row",alt:!0,children:[(0,N.jsx)(s,{children:"2"}),(0,N.jsx)(s,{children:"Chang"}),(0,N.jsx)(s,{children:"24 - 12 oz bottles"}),(0,N.jsx)(s,{children:"19"}),(0,N.jsx)(s,{children:"false"})]}),(0,N.jsxs)(L,{className:"k-master-row",children:[(0,N.jsx)(s,{children:"3"}),(0,N.jsx)(s,{children:"Aniseed Syrup"}),(0,N.jsx)(s,{children:"12 - 550 ml bottles"}),(0,N.jsx)(s,{children:"10"}),(0,N.jsx)(s,{children:"false"})]}),(0,N.jsxs)(L,{className:"k-master-row",alt:!0,children:[(0,N.jsx)(s,{children:"4"}),(0,N.jsx)(s,{children:"Chef Anton's Cajun Seasoning"}),(0,N.jsx)(s,{children:"48 - 6 oz jars"}),(0,N.jsx)(s,{children:"22"}),(0,N.jsx)(s,{children:"false"})]}),(0,N.jsxs)(L,{className:"k-master-row",children:[(0,N.jsx)(s,{children:"5"}),(0,N.jsx)(s,{children:"Grandma's Boysenberry Spread"}),(0,N.jsx)(s,{children:"12 - 8 oz jars"}),(0,N.jsx)(s,{children:"25"}),(0,N.jsx)(s,{children:"false"})]})]})]})})})]}),...t});var za=require("react/jsx-runtime"),xh="k-chip-action";var ye=e=>{let{type:t,...o}=e,a;switch(t){case"remove":a=(0,za.jsx)(u,{icon:"x-circle",size:"small"});break;case"more":a=(0,za.jsx)(u,{icon:"more-vertical",size:"small"});break;default:return(0,za.jsx)(u,{icon:t,size:"small"})}return(0,za.jsx)("span",{...o,className:r(e.className,xh,`k-chip-${t}-action`),children:a})};var On="avatar",Hc=On;var Pn=require("react/jsx-runtime"),Ua="k-avatar";var Nh=[n.hover,n.focus,n.active,n.selected,n.disabled],gh={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.outline],themeColor:[h.undefined,h.base,h.primary,h.secondary,h.tertiary,h.success,h.warning,h.error,h.info,h.light,h.dark,h.inverse]},Hn={type:"text",border:!1},nt=e=>{let{size:t,rounded:o,fillMode:a,themeColor:l,type:i=Hn.type,border:p=Hn.border,...b}=e;return(0,Pn.jsx)("div",{...b,className:r(e.className,Ua,I(Ua,{size:t,rounded:o,fillMode:a,themeColor:l}),{[`${Ua}-bordered`]:p}),children:(0,Pn.jsx)("span",{className:`${Ua}-${i}`,children:e.children})})};nt.states=Nh;nt.options=gh;nt.className=Ua;nt.defaultOptions=Hn;nt.moduleName=On;nt.folderName=Hc;nt.ariaSpec={selector:".k-avatar",rules:[{selector:".k-avatar img",attribute:"alt",usage:"Images inside Avatar must have alt text for screen readers."}]};var Ao=nt;var Gc=require("react/jsx-runtime"),Pc=e=>(0,Gc.jsx)(Ao,{type:"icon",...e});var Bc=require("react/jsx-runtime"),Kc=e=>(0,Bc.jsx)(Ao,{type:"text",...e});var _c=require("react/jsx-runtime"),Dc=e=>(0,_c.jsx)(Ao,{type:"image",...e});var kh=require("react/jsx-runtime");var Qo=require("react/jsx-runtime"),vh=nt.options,Lh=nt.states,Ch={...nt.defaultOptions,variant:"image"},Mh=[{name:"image",title:"Image"},{name:"icon",title:"Icon Avatar"},{name:"text",title:"Text Avatar"}],yh=[],Fa=e=>{let{variant:t,...o}=e;switch(t){case"icon":return(0,Qo.jsx)(Pc,{...o,children:(0,Qo.jsx)(u,{icon:"star"})});case"text":return(0,Qo.jsx)(Kc,{...o,children:"JO"});default:return(0,Qo.jsx)(Dc,{...o,children:(0,Qo.jsx)("img",{src:"https://demos.telerik.com/kendo-ui/content/web/Customers/RICSU.jpg"})})}};Fa.options=vh;Fa.states=Lh;Fa.variants=Mh;Fa.defaultOptions=Ch;Fa.modifiers=yh;var Va="chip",Ir=Va;var eo=require("react/jsx-runtime"),Rr="k-chip",Sh=[n.hover,n.focus,n.active,n.selected,n.disabled],wh={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.outline],themeColor:[h.undefined,h.base,h.success,h.warning,h.error,h.info]},zc={avatarImage:"/packages/html/assets/avatar.jpg"},Se=e=>{let{size:t,rounded:o,fillMode:a,themeColor:l,text:i,icon:p,actions:b,showAvatar:g,avatarImage:v=zc.avatarImage,hover:M,focus:C,active:f,selected:A,disabled:w,...O}=e;return(0,eo.jsxs)("div",{...O,className:r(e.className,Rr,I(Rr,{size:t,rounded:o,fillMode:a,themeColor:l}),G(Rr,{hover:M,focus:C,active:f,disabled:w,selected:A})),role:e.role||"button","aria-pressed":e.role==="option"?void 0:A?"true":"false","aria-selected":e.role==="option"?A?"true":"false":void 0,"aria-disabled":w?"true":void 0,children:[p&&(0,eo.jsx)(u,{className:"k-chip-icon",icon:p,size:"small"}),g&&(0,eo.jsx)(nt,{className:"k-chip-avatar",type:"image",children:(0,eo.jsx)("img",{src:v,alt:""})}),(0,eo.jsx)("span",{className:"k-chip-content",children:e.children?e.children:i&&(0,eo.jsx)("span",{className:"k-chip-label",children:i})}),b&&(0,eo.jsx)("span",{className:"k-chip-actions",children:b})]})};Se.states=Sh;Se.options=wh;Se.className=Rr;Se.defaultOptions=zc;Se.moduleName=Va;Se.folderName=Ir;Se.ariaSpec={selector:".k-chip",rules:[{selector:"*:not(.k-chip-list) > .k-chip",attribute:"role=button",usage:"Announces that the chip acts as a button when standalone."},{selector:"*:not(.k-chip-list) > .k-chip.k-selected",attribute:"aria-pressed=true",usage:"Announces that the Chip has been selected."},{selector:"*:not(.k-chip-list) > .k-chip:not(.k-selected)",attribute:"aria-pressed=false",usage:"Announces that the Chip has not been selected."},{selector:".k-chip",attribute:"aria-disabled=true (when disabled)",usage:"Announces that the Chip is disabled."}]};var yt=Se;var Uc=require("react/jsx-runtime"),Gn="k-chip-list",Ah=[],Eh={size:[d.undefined,d.small,d.medium,d.large]},Ih={},we=e=>{let{size:t,multiselectable:o,ariaLabel:a,...l}=e;return(0,Uc.jsx)("div",{...l,className:r(e.className,Gn,I(Gn,{size:t})),role:"listbox","aria-label":a||"chip list","aria-orientation":"horizontal","aria-multiselectable":o?"true":void 0,children:e.children})};we.states=Ah;we.options=Eh;we.className=Gn;we.defaultOptions=Ih;we.moduleName=Va;we.folderName=Ir;we.ariaSpec={selector:".k-chip-list",rules:[{selector:".k-chip-list",attribute:"role=listbox",usage:"Announces the list role of the chip list."},{selector:".k-chip-list",attribute:"aria-label or aria-labelledby",usage:"Adds label to the ChipList element. ListBox element requires an accessible name."},{selector:".k-chip-list",attribute:"aria-orientation=horizontal",usage:"Specifies the horizontal orientation of the chiplist."},{selector:".k-chip-list",attribute:"aria-multiselectable=true (when multiple selection)",usage:"Announces the multiple selection ability of the chiplist."},{selector:".k-chip-list .k-chip",attribute:"role=option",usage:"Announces the chip is an option inner component of the chip list."},{selector:".k-chip-list .k-chip.k-selected",attribute:"aria-selected=true",usage:"Announces the chip is selected."},{selector:".k-chip-list .k-chip:not(.k-selected)",attribute:"aria-selected=false",usage:"Announces the chip is not selected."},{selector:".k-chip-list .k-chip:has(.k-i-x-circle), .k-chip-list .k-chip:has(.k-svg-i-x-circle)",attribute:"aria-keyshortcuts=Enter Delete",usage:"Announces the Delete action along with the default Enter key."}]};var Rh=require("react/jsx-runtime");var Oh=require("react/jsx-runtime");var Fc=require("react/jsx-runtime"),Or=e=>(0,Fc.jsx)(yt,{text:"text",...e});var Hh=require("react/jsx-runtime");var Ph=require("react/jsx-runtime");var Kn=require("react/jsx-runtime");var Vc=require("react/jsx-runtime");var $c=require("react/jsx-runtime");var Xc=require("react/jsx-runtime");var to=require("react/jsx-runtime"),Gh={...yt.options,...we.options},Kh=[],Bh=we.states,Dh={...yt.defaultOptions,...we.defaultOptions},_h=[{name:"icon",title:"Icon",type:"boolean"},{name:"actions",title:"Actions",type:"boolean"},{name:"avatar",title:"Avatar",type:"boolean"}],$a=e=>{let{modifiers:t,className:o,...a}=e,l=t==null?void 0:t.icon,i=t==null?void 0:t.actions,p=t==null?void 0:t.avatar;return(0,to.jsxs)(we,{size:a.size,className:o,children:[(0,to.jsx)(Or,{...a,role:"option","aria-selected":"false","aria-pressed":void 0,icon:l?"star":void 0,actions:i?(0,to.jsx)(ye,{type:"remove"}):void 0,showAvatar:p,children:"Chip"}),(0,to.jsx)(Or,{...a,role:"option","aria-selected":"false","aria-pressed":void 0,icon:l?"star":void 0,actions:i?(0,to.jsx)(ye,{type:"remove"}):void 0,showAvatar:p,children:"Chip"}),(0,to.jsx)(Or,{...a,role:"option","aria-selected":"false","aria-pressed":void 0,icon:l?"star":void 0,actions:i?(0,to.jsx)(ye,{type:"remove"}):void 0,showAvatar:p,children:"Chip"})]})};$a.options=Gh;$a.states=Bh;$a.variants=Kh;$a.defaultOptions=Dh;$a.modifiers=_h;var Hr=require("react/jsx-runtime"),zh=Se.states,Uh=Se.defaultOptions,Fh=Se.options,Vh=[],$h=[{name:"icon",title:"Icon"},{name:"avatar",title:"Avatar"},{name:"remove-icon",title:"`Remove` Icon"},{name:"more-options",title:"`More options` Icon"}],Xa=e=>{let{modifiers:t,...o}=e,a={};return Object.keys(t||{}).forEach(l=>{switch(l){case"icon":a.icon=t!=null&&t[l]?"arrow-down":void 0;break;case"avatar":a.showAvatar=!!(t!=null&&t[l]),a.avatarImage=t!=null&&t[l]?"https://demos.telerik.com/kendo-ui/content/web/Customers/RICSU.jpg":void 0;break;case"more-options":a.actions||(a.actions=[]),a.actions[0]=t!=null&&t[l]?(0,Hr.jsx)(ye,{type:"more"}):void 0;break;case"remove-icon":a.actions||(a.actions=[]),a.actions[1]=t!=null&&t[l]?(0,Hr.jsx)(ye,{type:"remove"}):void 0;break;default:break}}),(0,Hr.jsx)(Se,{...o,...a,children:"Chip component"})};Xa.options=Fh;Xa.states=zh;Xa.variants=Vh;Xa.defaultOptions=Uh;Xa.modifiers=$h;var E=require("react/jsx-runtime"),Wc=({dropClue:e,contentClassName:t,...o})=>(0,E.jsx)(W,{_renderAriaRoot:!0,groupingHeader:(0,E.jsx)(oo,{dropClue:e,children:(0,E.jsxs)(we,{children:[(0,E.jsx)(Se,{icon:"sort-asc-small",text:"ID",actions:(0,E.jsxs)(E.Fragment,{children:[(0,E.jsx)(ye,{type:"more"}),(0,E.jsx)(ye,{type:"remove"})]})}),(0,E.jsx)(Se,{icon:"sort-desc-small",text:"Name",actions:(0,E.jsxs)(E.Fragment,{children:[(0,E.jsx)(ye,{type:"more"}),(0,E.jsx)(ye,{type:"remove"})]})})]})}),children:(0,E.jsxs)(E.Fragment,{children:[(0,E.jsx)(J,{draggable:!0,children:(0,E.jsx)("div",{className:"k-grid-header-wrap",children:(0,E.jsxs)(q,{children:[(0,E.jsxs)("colgroup",{children:[(0,E.jsx)("col",{className:"k-group-col"}),(0,E.jsx)("col",{className:"k-group-col"}),(0,E.jsx)("col",{}),(0,E.jsx)("col",{}),(0,E.jsx)("col",{}),(0,E.jsx)("col",{})]}),(0,E.jsx)(X,{children:(0,E.jsxs)(L,{children:[(0,E.jsx)(y,{colspan:1,rowspan:1,className:"k-group-cell",accessibleLabel:"Group"}),(0,E.jsx)(y,{colspan:1,rowspan:1,className:"k-group-cell",accessibleLabel:"Group"}),(0,E.jsx)(y,{colspan:1,columnTitle:"ID"}),(0,E.jsx)(y,{colspan:1,columnTitle:"Name"}),(0,E.jsx)(y,{colspan:1,columnTitle:"Price"}),(0,E.jsx)(y,{colspan:1,columnTitle:"Category"})]})})]})})}),(0,E.jsx)(re,{children:(0,E.jsx)(ee,{className:t,children:(0,E.jsxs)(te,{children:[(0,E.jsxs)("colgroup",{children:[(0,E.jsx)("col",{className:"k-group-col"}),(0,E.jsx)("col",{className:"k-group-col"}),(0,E.jsx)("col",{}),(0,E.jsx)("col",{}),(0,E.jsx)("col",{}),(0,E.jsx)("col",{})]}),(0,E.jsxs)(ae,{children:[(0,E.jsx)(L,{className:"k-table-group-row k-grouping-row",children:(0,E.jsx)(s,{colspan:6,children:(0,E.jsxs)("p",{className:"k-reset",children:[(0,E.jsx)(u,{icon:"caret-alt-right"}),"ID: 1"]})})}),(0,E.jsx)(L,{className:"k-table-group-row k-grouping-row",children:(0,E.jsx)(s,{colspan:6,children:(0,E.jsxs)("p",{className:"k-reset",children:[(0,E.jsx)(u,{icon:"caret-alt-down"}),"ID: 2"]})})}),(0,E.jsxs)(L,{className:"k-table-group-row k-grouping-row",children:[(0,E.jsx)(s,{className:"k-table-group-td k-group-cell"}),(0,E.jsx)(s,{colspan:5,children:(0,E.jsxs)("p",{className:"k-reset",children:[(0,E.jsx)(u,{icon:"caret-alt-down"}),"Name: Chang"]})})]}),(0,E.jsxs)(L,{className:"k-master-row",alt:!0,children:[(0,E.jsx)(s,{className:"k-table-group-td k-group-cell"}),(0,E.jsx)(s,{className:"k-table-group-td k-group-cell"}),(0,E.jsx)(s,{colspan:0,children:"2"}),(0,E.jsx)(s,{colspan:0,children:"Chang"}),(0,E.jsx)(s,{colspan:0,children:"$19.00"}),(0,E.jsx)(s,{colspan:0,children:"Beverages"})]})]})]})})})]}),...o});var Bn=require("react/jsx-runtime");var Dn=require("react/jsx-runtime");var _n=require("react/jsx-runtime");var H=require("react/jsx-runtime"),Jc=({headerWrapClassName:e,contentClassName:t,...o})=>(0,H.jsx)(W,{_renderAriaRoot:!0,children:(0,H.jsxs)(H.Fragment,{children:[(0,H.jsx)(J,{children:(0,H.jsx)("div",{className:`k-grid-header-wrap ${e}`,children:(0,H.jsxs)(q,{children:[(0,H.jsxs)("colgroup",{children:[(0,H.jsx)("col",{}),(0,H.jsx)("col",{}),(0,H.jsx)("col",{}),(0,H.jsx)("col",{})]}),(0,H.jsxs)(X,{children:[(0,H.jsxs)(L,{children:[(0,H.jsx)(y,{rowspan:3,colspan:1,columnTitle:"ID"}),(0,H.jsx)(y,{rowspan:1,colspan:3,columnTitle:"Product Information"})]}),(0,H.jsxs)(L,{children:[(0,H.jsx)(y,{rowspan:2,colspan:1,columnTitle:"Product Name",className:"k-first"}),(0,H.jsx)(y,{rowspan:1,colspan:2,columnTitle:"Unit"})]}),(0,H.jsxs)(L,{children:[(0,H.jsx)(y,{rowspan:1,colspan:1,columnTitle:"Units In Stock",className:"k-first"}),(0,H.jsx)(y,{rowspan:1,colspan:1,columnTitle:"Units Price"})]})]})]})})}),(0,H.jsx)(re,{children:(0,H.jsx)(ee,{className:t,children:(0,H.jsxs)(te,{children:[(0,H.jsxs)("colgroup",{children:[(0,H.jsx)("col",{}),(0,H.jsx)("col",{}),(0,H.jsx)("col",{}),(0,H.jsx)("col",{})]}),(0,H.jsxs)(ae,{children:[(0,H.jsxs)(L,{className:"k-master-row",children:[(0,H.jsx)(s,{children:"1"}),(0,H.jsx)(s,{children:"Chai"}),(0,H.jsx)(s,{children:"39"}),(0,H.jsx)(s,{children:"18"})]}),(0,H.jsxs)(L,{className:"k-master-row",alt:!0,children:[(0,H.jsx)(s,{children:"2"}),(0,H.jsx)(s,{children:"Chang"}),(0,H.jsx)(s,{children:"17"}),(0,H.jsx)(s,{children:"19"})]}),(0,H.jsxs)(L,{className:"k-master-row",children:[(0,H.jsx)(s,{children:"3"}),(0,H.jsx)(s,{children:"Aniseed Syrup"}),(0,H.jsx)(s,{children:"13"}),(0,H.jsx)(s,{children:"10"})]}),(0,H.jsxs)(L,{className:"k-master-row",alt:!0,children:[(0,H.jsx)(s,{children:"4"}),(0,H.jsx)(s,{children:"Chef Anton's Cajun Seasoning"}),(0,H.jsx)(s,{children:"53"}),(0,H.jsx)(s,{children:"22"})]}),(0,H.jsxs)(L,{className:"k-master-row",children:[(0,H.jsx)(s,{children:"5"}),(0,H.jsx)(s,{children:"Chef Anton's Gumbo Mix"}),(0,H.jsx)(s,{children:"0"}),(0,H.jsx)(s,{children:"21.35"})]})]})]})})})]}),...o});var zn=require("react/jsx-runtime");var Un=require("react/jsx-runtime");var K=require("react/jsx-runtime"),qc=e=>(0,K.jsx)(W,{_renderAriaRoot:!0,toolbar:(0,K.jsxs)(jt,{children:[(0,K.jsx)(c,{children:"Add new"}),(0,K.jsx)(c,{children:"Save Changes"}),(0,K.jsx)(c,{children:"Cancel Changes"})]}),children:(0,K.jsxs)(K.Fragment,{children:[(0,K.jsx)(J,{children:(0,K.jsx)("div",{className:"k-grid-header-wrap",children:(0,K.jsxs)(q,{children:[(0,K.jsxs)("colgroup",{children:[(0,K.jsx)("col",{}),(0,K.jsx)("col",{}),(0,K.jsx)("col",{}),(0,K.jsx)("col",{style:{width:"300px"}})]}),(0,K.jsx)(X,{children:(0,K.jsxs)(L,{children:[(0,K.jsx)(y,{columnTitle:"Name"}),(0,K.jsx)(y,{columnTitle:"Price"}),(0,K.jsx)(y,{columnTitle:"Available"}),(0,K.jsx)(y,{accessibleLabel:"Commands"})]})})]})})}),(0,K.jsx)(re,{children:(0,K.jsx)(ee,{children:(0,K.jsx)("div",{children:(0,K.jsxs)(te,{children:[(0,K.jsxs)("colgroup",{children:[(0,K.jsx)("col",{}),(0,K.jsx)("col",{}),(0,K.jsx)("col",{}),(0,K.jsx)("col",{style:{width:"300px"}})]}),(0,K.jsxs)(ae,{children:[(0,K.jsxs)(L,{className:"k-master-row k-grid-add-row k-grid-edit-row",children:[(0,K.jsx)(s,{children:(0,K.jsx)(ne,{value:"Towel"})}),(0,K.jsx)(s,{children:(0,K.jsx)($,{value:"42"})}),(0,K.jsx)(s,{children:(0,K.jsx)(et,{})}),(0,K.jsxs)(s,{className:"k-command-cell",children:[(0,K.jsx)(c,{children:"Add"}),(0,K.jsx)(c,{children:"Cancel"})]})]}),(0,K.jsxs)(L,{className:"k-master-row",children:[(0,K.jsx)(s,{children:"Chai"}),(0,K.jsx)(s,{children:"18"}),(0,K.jsx)(s,{children:"false"}),(0,K.jsx)(s,{className:"k-command-cell",children:(0,K.jsx)(c,{children:"Remove"})})]}),(0,K.jsxs)(L,{className:"k-master-row",alt:!0,children:[(0,K.jsx)(s,{children:"Chang"}),(0,K.jsx)(s,{children:"19"}),(0,K.jsx)(s,{children:"false"}),(0,K.jsx)(s,{className:"k-command-cell",children:(0,K.jsx)(c,{children:"Remove"})})]})]})]})})})})]}),...e});var Fn=require("react/jsx-runtime");var m=require("react/jsx-runtime"),Xh=W.options,Wh=W.states,Yc={...W.defaultOptions,variant:"normal"},Jh=[{name:"normal",title:"Normal"},{name:"column-menu",title:"Column Menu"},{name:"filter-menu",title:"Filter Menu"},{name:"filter-row",title:"Filter Row"},{name:"row-reordering",title:"Row Reordering"},{name:"multicolumn-headers",title:"Multicolumn Headers"},{name:"grouping",title:"Grouping"},{name:"editing",title:"Editing"}],qh=[{name:"toolbar",title:"Toolbar",type:"boolean"},{name:"pager",title:"Pager",type:"boolean"}],Wa=e=>{let{variant:t,modifiers:o,...a}={...Yc,...e},l={toolbar:void 0,pager:void 0},i=(0,m.jsxs)(jt,{children:[(0,m.jsx)(c,{icon:"plus",children:"Add New"}),(0,m.jsx)(c,{icon:"file-pdf",children:"Export to PDF"}),(0,m.jsx)("span",{className:"k-spacer"}),(0,m.jsx)(ne,{prefix:(0,m.jsx)(u,{icon:"search"}),separators:!1,placeholder:"Search..."})]}),p=(0,m.jsx)(xe,{pageSizes:!1,refresh:!1});Object.keys(o||{}).forEach(v=>{switch(v){case"toolbar":l.toolbar=o!=null&&o[v]?i:void 0;break;case"pager":l.pager=o!=null&&o[v]?p:void 0;break;default:return}});let b={"column-menu":{menu:"column"},"filter-menu":{menu:"filter"},"filter-row":{}},g=(0,m.jsxs)(m.Fragment,{children:[(0,m.jsx)(J,{children:(0,m.jsx)("div",{className:"k-grid-header-wrap",children:(0,m.jsxs)(q,{children:[(0,m.jsxs)("colgroup",{children:[(0,m.jsx)("col",{}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{})]}),(0,m.jsx)(X,{children:(0,m.jsxs)(L,{children:[(0,m.jsx)(y,{...b[t],columnTitle:"ID"}),(0,m.jsx)(y,{...b[t],columnTitle:"Product Name"}),(0,m.jsx)(y,{...b[t],columnTitle:"Units in Stock"}),(0,m.jsx)(y,{...b[t],columnTitle:"Units Price"})]})})]})})}),(0,m.jsx)(re,{children:(0,m.jsx)(ee,{children:(0,m.jsxs)(te,{children:[(0,m.jsxs)("colgroup",{children:[(0,m.jsx)("col",{}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{})]}),(0,m.jsxs)(ae,{children:[(0,m.jsxs)(L,{children:[(0,m.jsx)(s,{children:"1"}),(0,m.jsx)(s,{children:"Chai"}),(0,m.jsx)(s,{children:"39"}),(0,m.jsx)(s,{children:"18"})]}),(0,m.jsxs)(L,{className:"k-alt",alt:!0,children:[(0,m.jsx)(s,{children:"2"}),(0,m.jsx)(s,{children:"Chang"}),(0,m.jsx)(s,{children:"17"}),(0,m.jsx)(s,{children:"19"})]}),(0,m.jsxs)(L,{children:[(0,m.jsx)(s,{children:"3"}),(0,m.jsx)(s,{children:"Aniseed Syrup"}),(0,m.jsx)(s,{children:"13"}),(0,m.jsx)(s,{children:"10"})]}),(0,m.jsxs)(L,{className:"k-alt",alt:!0,children:[(0,m.jsx)(s,{children:"4"}),(0,m.jsx)(s,{children:"Chef Anton's Cajun Seasoning"}),(0,m.jsx)(s,{children:"53"}),(0,m.jsx)(s,{children:"22"})]}),(0,m.jsxs)(L,{children:[(0,m.jsx)(s,{children:"5"}),(0,m.jsx)(s,{children:"Chef Anton's Gumbo Mix"}),(0,m.jsx)(s,{children:"0"}),(0,m.jsx)(s,{children:"21.35"})]})]})]})})})]});switch(t){case"multicolumn-headers":return(0,m.jsx)(Jc,{...a,...l});case"editing":return(0,m.jsx)(qc,{...a,...l});case"grouping":return(0,m.jsx)(Wc,{...a,...l,groupingHeader:(0,m.jsx)(oo,{children:(0,m.jsxs)(we,{children:[(0,m.jsx)(Se,{icon:"sort-asc-small",actions:(0,m.jsxs)(m.Fragment,{children:[(0,m.jsx)(ye,{type:"more"}),(0,m.jsx)(ye,{type:"remove"})]}),children:"ID"}),(0,m.jsx)(Se,{icon:"sort-desc-small",actions:(0,m.jsxs)(m.Fragment,{children:[(0,m.jsx)(ye,{type:"more"}),(0,m.jsx)(ye,{type:"remove"})]}),children:"Name"})]})})});case"row-reordering":return(0,m.jsx)(W,{...a,...l,children:(0,m.jsxs)(m.Fragment,{children:[(0,m.jsx)(J,{children:(0,m.jsxs)("div",{className:"k-grid-header-wrap",children:[" ",(0,m.jsxs)(q,{children:[(0,m.jsxs)("colgroup",{children:[(0,m.jsx)("col",{className:"k-drag-col"}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{})]}),(0,m.jsx)(X,{children:(0,m.jsxs)(L,{children:[(0,m.jsx)(y,{className:"k-drag-cell",accessibleLabel:"Reorder"}),(0,m.jsx)(y,{columnTitle:"ID"}),(0,m.jsx)(y,{columnTitle:"Product Name"}),(0,m.jsx)(y,{columnTitle:"Units in Stock"}),(0,m.jsx)(y,{columnTitle:"Units Price"})]})})]})]})}),(0,m.jsx)(re,{children:(0,m.jsx)(ee,{children:(0,m.jsxs)(te,{children:[(0,m.jsxs)("colgroup",{children:[(0,m.jsx)("col",{className:"k-drag-col"}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{})]}),(0,m.jsxs)(ae,{children:[(0,m.jsxs)(L,{children:[(0,m.jsx)(s,{className:"k-drag-cell",children:(0,m.jsx)(u,{icon:"reorder"})}),(0,m.jsx)(s,{children:"1"}),(0,m.jsx)(s,{children:"Chai"}),(0,m.jsx)(s,{children:"39"}),(0,m.jsx)(s,{children:"18"})]}),(0,m.jsxs)(L,{className:"k-alt",alt:!0,children:[(0,m.jsx)(s,{className:"k-drag-cell",children:(0,m.jsx)(u,{icon:"reorder"})}),(0,m.jsx)(s,{children:"2"}),(0,m.jsx)(s,{children:"Chang"}),(0,m.jsx)(s,{children:"17"}),(0,m.jsx)(s,{children:"19"})]}),(0,m.jsxs)(L,{children:[(0,m.jsx)(s,{className:"k-drag-cell",children:(0,m.jsx)(u,{icon:"reorder"})}),(0,m.jsx)(s,{children:"3"}),(0,m.jsx)(s,{children:"Aniseed Syrup"}),(0,m.jsx)(s,{children:"13"}),(0,m.jsx)(s,{children:"10"})]}),(0,m.jsxs)(L,{className:"k-alt",alt:!0,children:[(0,m.jsx)(s,{className:"k-drag-cell",children:(0,m.jsx)(u,{icon:"reorder"})}),(0,m.jsx)(s,{children:"4"}),(0,m.jsx)(s,{children:"Chef Anton's Cajun Seasoning"}),(0,m.jsx)(s,{children:"53"}),(0,m.jsx)(s,{children:"22"})]}),(0,m.jsxs)(L,{children:[(0,m.jsx)(s,{className:"k-drag-cell",children:(0,m.jsx)(u,{icon:"reorder"})}),(0,m.jsx)(s,{children:"5"}),(0,m.jsx)(s,{children:"Chef Anton's Gumbo Mix"}),(0,m.jsx)(s,{children:"0"}),(0,m.jsx)(s,{children:"21.35"})]})]})]})})})]})});case"filter-row":return(0,m.jsx)(Oc,{...a,...l});default:return(0,m.jsx)(W,{...a,...l,children:g})}};Wa.options=Xh;Wa.states=Wh;Wa.variants=Jh;Wa.defaultOptions=Yc;Wa.modifiers=qh;var Vn="treelist",Qc=Vn;var jc=require("react/jsx-runtime"),Zc="k-treelist",Yh=[],Qh={},Zh={},Ze=e=>(0,jc.jsx)(W,{...e,className:r(Zc,e.className),children:e.children});Ze.states=Yh;Ze.options=Qh;Ze.className=Zc;Ze.defaultOptions=Zh;Ze.moduleName=Vn;Ze.folderName=Qc;var tp=require("react/jsx-runtime"),ep=e=>(0,tp.jsx)(xo,{menu:"column",...e});var ap=require("react/jsx-runtime"),op=e=>(0,ap.jsx)(xo,{menu:"filter",...e});var S=require("react/jsx-runtime"),rp=({gridHeader:e,gridContent:t,menu:o,...a})=>(0,S.jsxs)(Ze,{id:"treelist",_renderAriaRoot:!0,...a,children:[e||(0,S.jsx)(J,{children:(0,S.jsx)("div",{className:"k-grid-header-wrap",children:(0,S.jsxs)(q,{children:[(0,S.jsxs)("colgroup",{children:[(0,S.jsx)("col",{className:"k-drag-col"}),(0,S.jsx)("col",{}),(0,S.jsx)("col",{}),(0,S.jsx)("col",{})]}),(0,S.jsx)(X,{children:(0,S.jsxs)(L,{children:[(0,S.jsx)(y,{}),(0,S.jsx)(y,{menu:o,columnTitle:"First Name"}),(0,S.jsx)(y,{menu:o,columnTitle:"Last Name"}),(0,S.jsx)(y,{menu:o,columnTitle:"Position"})]})})]})})}),(0,S.jsx)(re,{children:t||(0,S.jsx)(ee,{children:(0,S.jsxs)(te,{children:[(0,S.jsxs)("colgroup",{children:[(0,S.jsx)("col",{className:"k-drag-col"}),(0,S.jsx)("col",{}),(0,S.jsx)("col",{}),(0,S.jsx)("col",{})]}),(0,S.jsxs)(ae,{children:[(0,S.jsxs)(L,{children:[(0,S.jsx)(s,{className:"k-drag-cell",children:(0,S.jsx)(u,{icon:"reorder"})}),(0,S.jsxs)(s,{children:[(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Daryl"]}),(0,S.jsx)(s,{children:"Sweeney"}),(0,S.jsx)(s,{children:"CEO"})]}),(0,S.jsxs)(L,{alt:!0,children:[(0,S.jsx)(s,{className:"k-drag-cell",children:(0,S.jsx)(u,{icon:"reorder"})}),(0,S.jsxs)(s,{children:[(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Guy"]}),(0,S.jsx)(s,{children:"Wooten"}),(0,S.jsx)(s,{children:"Chief Technical Officer"})]}),(0,S.jsxs)(L,{children:[(0,S.jsx)(s,{className:"k-drag-cell",children:(0,S.jsx)(u,{icon:"reorder"})}),(0,S.jsxs)(s,{children:[(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Buffy"]}),(0,S.jsx)(s,{children:"Weber"}),(0,S.jsx)(s,{children:"VP, Engineering"})]}),(0,S.jsxs)(L,{alt:!0,children:[(0,S.jsx)(s,{className:"k-drag-cell",children:(0,S.jsx)(u,{icon:"reorder"})}),(0,S.jsxs)(s,{children:[(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Hyacinth"]}),(0,S.jsx)(s,{children:"Hood"}),(0,S.jsx)(s,{children:"Team Lead"})]}),(0,S.jsxs)(L,{children:[(0,S.jsx)(s,{className:"k-drag-cell",children:(0,S.jsx)(u,{icon:"reorder"})}),(0,S.jsxs)(s,{children:[(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),"Akeem"]}),(0,S.jsx)(s,{children:"Carr"}),(0,S.jsx)(s,{children:"Junior Software Developer"})]})]})]})})})]});var lp=require("react/jsx-runtime");var T=require("react/jsx-runtime"),jh=Ze.options,ex=Ze.states,np={...Ze.defaultOptions,variant:"normal"},tx=[{name:"normal",title:"Normal"},{name:"column-menu",title:"Column Menu"},{name:"filter-row",title:"Filter Row"},{name:"sorting",title:"Sorting"},{name:"row-reordering",title:"Row Reordering"}],ox=[{name:"toolbar",title:"Toolbar"},{name:"pager",title:"Pager"}],Ja=e=>{let{variant:t,modifiers:o,...a}={...np,...e},l={},i=(0,T.jsxs)(jt,{children:[(0,T.jsx)(c,{icon:"plus",children:"Add New"}),(0,T.jsx)(c,{icon:"file-pdf",children:"Export to PDF"}),(0,T.jsx)("span",{className:"k-spacer"}),(0,T.jsx)(ne,{prefix:(0,T.jsx)(u,{icon:"search"}),separators:!1,placeholder:"Search..."})]}),p=(0,T.jsx)(xe,{pageSizes:!1,refresh:!1});switch(Object.keys(o||{}).forEach(b=>{switch(b){case"toolbar":l.toolbar=o!=null&&o[b]?i:void 0;break;case"pager":l.pager=o!=null&&o[b]?p:void 0;break;default:return}}),t){case"row-reordering":return(0,T.jsx)(rp,{...a,...l});case"column-menu":return(0,T.jsx)(ep,{...a,...l,gridHeader:(0,T.jsx)(J,{children:(0,T.jsx)("div",{className:"k-grid-header-wrap",children:(0,T.jsxs)(q,{children:[(0,T.jsxs)("colgroup",{children:[(0,T.jsx)("col",{}),(0,T.jsx)("col",{}),(0,T.jsx)("col",{})]}),(0,T.jsx)(X,{children:(0,T.jsxs)(L,{children:[(0,T.jsx)(y,{menu:"column",columnTitle:"First Name"}),(0,T.jsx)(y,{menu:"column",columnTitle:"Last Name"}),(0,T.jsx)(y,{menu:"column",columnTitle:"Position"})]})})]})})})});case"filter-row":return(0,T.jsx)(op,{...a,...l,gridHeader:(0,T.jsx)(J,{children:(0,T.jsx)("div",{className:"k-grid-header-wrap",children:(0,T.jsxs)(q,{children:[(0,T.jsxs)("colgroup",{children:[(0,T.jsx)("col",{}),(0,T.jsx)("col",{}),(0,T.jsx)("col",{})]}),(0,T.jsx)(X,{children:(0,T.jsxs)(L,{children:[(0,T.jsx)(y,{menu:"filter",columnTitle:"First Name"}),(0,T.jsx)(y,{menu:"filter",columnTitle:"Last Name"}),(0,T.jsx)(y,{menu:"filter",columnTitle:"Position"})]})})]})})})});case"sorting":return(0,T.jsx)(xo,{...a,...l,gridHeader:(0,T.jsx)(J,{children:(0,T.jsx)("div",{className:"k-grid-header-wrap",children:(0,T.jsxs)(q,{children:[(0,T.jsxs)("colgroup",{children:[(0,T.jsx)("col",{}),(0,T.jsx)("col",{}),(0,T.jsx)("col",{})]}),(0,T.jsx)(X,{children:(0,T.jsxs)(L,{children:[(0,T.jsx)(y,{columnTitle:"First Name"}),(0,T.jsx)(y,{columnTitle:"Last Name",sortable:!0}),(0,T.jsx)(y,{columnTitle:"Position"})]})})]})})}),gridContent:(0,T.jsx)(ee,{children:(0,T.jsxs)(te,{children:[(0,T.jsxs)("colgroup",{children:[(0,T.jsx)("col",{}),(0,T.jsx)("col",{className:"k-sorted"}),(0,T.jsx)("col",{})]}),(0,T.jsxs)(ae,{children:[(0,T.jsxs)(L,{className:"k-treelist-group",children:[(0,T.jsxs)(s,{children:[(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Daryl"]}),(0,T.jsx)(s,{children:"Sweeney"}),(0,T.jsx)(s,{children:"CEO"})]}),(0,T.jsxs)(L,{className:"k-treelist-group k-alt",alt:!0,children:[(0,T.jsxs)(s,{children:[(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Guy"]}),(0,T.jsx)(s,{children:"Wooten"}),(0,T.jsx)(s,{children:"Chief Technical Officer"})]}),(0,T.jsxs)(L,{className:"k-treelist-group",children:[(0,T.jsxs)(s,{children:[(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Buffy"]}),(0,T.jsx)(s,{children:"Weber"}),(0,T.jsx)(s,{children:"VP, Engineering"})]}),(0,T.jsxs)(L,{className:"k-treelist-group k-alt",alt:!0,children:[(0,T.jsxs)(s,{children:[(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Hyacinth"]}),(0,T.jsx)(s,{children:"Hood"}),(0,T.jsx)(s,{children:"Team Lead"})]}),(0,T.jsxs)(L,{children:[(0,T.jsxs)(s,{children:[(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),"Akeem"]}),(0,T.jsx)(s,{children:"Carr"}),(0,T.jsx)(s,{children:"Junior Software Developer"})]})]})]})})});default:return(0,T.jsx)(xo,{...a,...l,gridHeader:(0,T.jsx)(J,{children:(0,T.jsx)("div",{className:"k-grid-header-wrap",children:(0,T.jsxs)(q,{children:[(0,T.jsxs)("colgroup",{children:[(0,T.jsx)("col",{}),(0,T.jsx)("col",{}),(0,T.jsx)("col",{})]}),(0,T.jsx)(X,{children:(0,T.jsxs)(L,{children:[(0,T.jsx)(y,{columnTitle:"First Name"}),(0,T.jsx)(y,{columnTitle:"Last Name"}),(0,T.jsx)(y,{columnTitle:"Position"})]})})]})})})})}};Ja.options=jh;Ja.states=ex;Ja.variants=tx;Ja.defaultOptions=np;Ja.modifiers=ox;var P=require("react/jsx-runtime"),xo=({gridHeader:e,gridContent:t,menu:o,...a})=>(0,P.jsxs)(Ze,{id:"treelist",_renderAriaRoot:!0,...a,children:[e||(0,P.jsx)(J,{children:(0,P.jsx)("div",{className:"k-grid-header-wrap",children:(0,P.jsxs)(q,{children:[(0,P.jsxs)("colgroup",{children:[(0,P.jsx)("col",{}),(0,P.jsx)("col",{}),(0,P.jsx)("col",{})]}),(0,P.jsx)(X,{children:(0,P.jsxs)(L,{children:[(0,P.jsx)(y,{menu:o,columnTitle:"Name"}),(0,P.jsx)(y,{menu:o,columnTitle:"Position"}),(0,P.jsx)(y,{menu:o,columnTitle:"Hire Date"})]})})]})})}),(0,P.jsx)(re,{children:t||(0,P.jsx)(ee,{children:(0,P.jsxs)(te,{children:[(0,P.jsxs)("colgroup",{children:[(0,P.jsx)("col",{}),(0,P.jsx)("col",{}),(0,P.jsx)("col",{})]}),(0,P.jsxs)(ae,{children:[(0,P.jsxs)(L,{children:[(0,P.jsxs)(s,{children:[(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Daryl"]}),(0,P.jsx)(s,{children:"Sweeney"}),(0,P.jsx)(s,{children:"CEO"})]}),(0,P.jsxs)(L,{alt:!0,children:[(0,P.jsxs)(s,{children:[(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Guy"]}),(0,P.jsx)(s,{children:"Wooten"}),(0,P.jsx)(s,{children:"Chief Technical Officer"})]}),(0,P.jsxs)(L,{children:[(0,P.jsxs)(s,{children:[(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Buffy"]}),(0,P.jsx)(s,{children:"Weber"}),(0,P.jsx)(s,{children:"VP, Engineering"})]}),(0,P.jsxs)(L,{alt:!0,children:[(0,P.jsxs)(s,{children:[(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Hyacinth"]}),(0,P.jsx)(s,{children:"Hood"}),(0,P.jsx)(s,{children:"Team Lead"})]}),(0,P.jsxs)(L,{children:[(0,P.jsxs)(s,{children:[(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),"Akeem"]}),(0,P.jsx)(s,{children:"Carr"}),(0,P.jsx)(s,{children:"Junior Software Developer"})]})]})]})})})]});
|
|
1
|
+
var mp=Object.create;var Ya=Object.defineProperty;var up=Object.getOwnPropertyDescriptor;var bp=Object.getOwnPropertyNames;var fp=Object.getPrototypeOf,Tp=Object.prototype.hasOwnProperty;var hp=(e,t)=>{for(var o in t)Ya(e,o,{get:t[o],enumerable:!0})},Xn=(e,t,o,a)=>{if(t&&typeof t=="object"||typeof t=="function")for(let l of bp(t))!Tp.call(e,l)&&l!==o&&Ya(e,l,{get:()=>t[l],enumerable:!(a=up(t,l))||a.enumerable});return e};var Wn=(e,t,o)=>(o=e!=null?mp(fp(e)):{},Xn(t||!e||!e.__esModule?Ya(o,"default",{value:e,enumerable:!0}):o,e)),xp=e=>Xn(Ya({},"__esModule",{value:!0}),e);var lx={};hp(lx,{TreeListNormal:()=>xo});module.exports=xp(lx);var r=(...e)=>e.filter(t=>t!==!0&&!!t).map(t=>Array.isArray(t)?r(...t):typeof t=="object"?Object.keys(t).map((o,a)=>t[a]||t[o]&&o||null).filter(o=>o!==null).join(" "):t).filter(t=>!!t).join(" ");var I=(e,t)=>r({[`${e}-xs`]:t.size==="xsmall",[`${e}-sm`]:t.size==="small",[`${e}-md`]:t.size==="medium",[`${e}-lg`]:t.size==="large",[`${e}-xl`]:t.size==="xlarge",[`${e}-xxl`]:t.size==="xxlarge",[`${e}-xxxl`]:t.size==="xxxlarge"},{[`${e}-${t.fillMode}`]:t.fillMode},{[`${e}-${t.themeColor}`]:t.themeColor},{"k-rounded-sm":t.rounded==="small","k-rounded-md":t.rounded==="medium","k-rounded-lg":t.rounded==="large","k-rounded-full":t.rounded==="full","k-rounded-none":t.rounded==="none"}),G=(e,t)=>{let{valid:o,invalid:a,hover:l,focus:i,checked:p,active:b,selected:g,disabled:v,indeterminate:M,loading:C,empty:f,readonly:A,highlighted:w,...O}=t;return r({"k-valid":o,"k-invalid":a,"k-hover":l,"k-focus":i,"k-checked":p,"k-active":b,"k-selected":g,"k-disabled":v,"k-indeterminate":M&&!p,"k-loading":C,"k-empty":f,"k-readonly":A,"k-highlighted":w},Object.keys(O).reduce((B,D)=>(D.startsWith("k-")?B[D]=O[D]:B[`k-${D}`]=O[D],B),{}))};function Jn(e,t){if(!t)return{};let o=Array.isArray(t)?t:[t];return Object.fromEntries(o.map(a=>[`k-${a}`,!0]))}var d={undefined:void 0,xsmall:"xsmall",small:"small",medium:"medium",large:"large",xlarge:"xlarge",xxlarge:"xxlarge",xxxlarge:"xxxlarge"},x={undefined:void 0,none:"none",small:"small",medium:"medium",large:"large",full:"full"},k={undefined:void 0,solid:"solid",flat:"flat",outline:"outline",clear:"clear",link:"link"},h={undefined:void 0,inherit:"inherit",base:"base",primary:"primary",secondary:"secondary",tertiary:"tertiary",info:"info",success:"success",warning:"warning",error:"error",dark:"dark",light:"light",inverse:"inverse"},n={open:"open",hover:"hover",focus:"focus",active:"active",selected:"selected",disabled:"disabled",valid:"valid",invalid:"invalid",loading:"loading",required:"required",empty:"empty",indeterminate:"indeterminate",checked:"checked",readonly:"readonly",highlighted:"highlighted",generating:"generating",expanded:"expanded"};var X="grid",J=X;var Za=require("react/jsx-runtime"),Qa="k-grid",Np=[],gp={size:[d.undefined,d.small,d.medium,d.large]},kp=[],qn={pagerPosition:"bottom"},q=e=>{let{size:t,pagerPosition:o=qn.pagerPosition,toolbar:a,pager:l,groupingHeader:i,gridSelectionAggregates:p,_renderAriaRoot:b,resizable:g,...v}=e;return(0,Za.jsxs)("div",{...v,className:r(e.className,Qa,{[`${Qa}-resizable`]:g},I(Qa,{size:t})),children:[a,o==="top"&&l,i,e.children&&b?(0,Za.jsx)("div",{className:"k-grid-aria-root",children:e.children}):e.children,p,o==="bottom"&&l]})};q.states=Np;q.options=gp;q.variants=kp;q.className=Qa;q.defaultOptions=qn;q.moduleName=X;q.folderName=J;var Qn=require("react/jsx-runtime"),Yn="k-grid-header",Y=e=>{let{draggable:t,...o}=e;return(0,Qn.jsx)("div",{...o,className:r(e.className,Yn,{"k-grid-draggable-header":t}),children:e.children})};Y.className=Yn;Y.moduleName=X;Y.folderName=J;var Zo=require("react/jsx-runtime"),Zn="k-grouping-header",oo=e=>{let{dropHint:t,dropClue:o,...a}=e;return(0,Zo.jsxs)("div",{...a,className:r(e.className,Zn),children:[o&&(0,Zo.jsx)("div",{className:"k-grouping-dropclue"}),e.children,(0,Zo.jsx)("div",{className:"k-grouping-drop-container",children:t})]})};oo.className=Zn;oo.moduleName=X;oo.folderName=J;var ei=require("react/jsx-runtime"),jn="k-grid-pinned-container",Pr=e=>{let{position:t,...o}=e;return(0,ei.jsx)("div",{...o,className:r(e.className,jn,{"k-pos-bottom":t==="bottom"}),children:e.children})};Pr.className=jn;Pr.moduleName=X;Pr.folderName=J;var oi=require("react/jsx-runtime"),ti="k-grid-sticky-container",Gr=e=>{let{position:t,...o}=e;return(0,oi.jsx)("div",{...o,className:r(e.className,ti,{"k-pos-bottom":t==="bottom"}),children:e.children})};Gr.className=ti;Gr.moduleName=X;Gr.folderName=J;var Ee="table",Be=Ee;var ri=require("react/jsx-runtime"),ai="k-data-table",vp=[],Lp={size:[d.undefined,d.small,d.medium,d.large]},Cp={},zt=e=>{let{size:t,...o}=e;return(0,ri.jsx)("div",{...o,className:r(e.className,ai,I("k-table",{size:t})),children:e.children})};zt.states=vp;zt.options=Lp;zt.className=ai;zt.defaultOptions=Cp;zt.moduleName=Ee;zt.folderName=Be;var li=require("react/jsx-runtime"),Kr="k-table-header-wrap",Mp=[n.hover,n.focus,n.disabled],yp={},Sp={},ao=e=>{let{children:t,hover:o,focus:a,disabled:l,...i}=e;return(0,li.jsx)("div",{...i,className:r(e.className,Kr,G(Kr,{hover:o,focus:a,disabled:l})),children:t})};ao.states=Mp;ao.options=yp;ao.className=Kr;ao.defaultOptions=Sp;ao.moduleName=Ee;ao.folderName=Be;var ni=require("react/jsx-runtime"),Dr="k-table",wp=[],Ap={size:[d.undefined,d.small,d.medium,d.large]},Ep={},_e=e=>{let{size:t,...o}=e;return(0,ni.jsx)("table",{...o,className:r(e.className,Dr,I(Dr,{size:t})),children:e.children})};_e.states=wp;_e.options=Ap;_e.className=Dr;_e.defaultOptions=Ep;_e.moduleName=Ee;_e.folderName=Be;var ja=require("react/jsx-runtime"),Br="k-table-header",Ip=[n.hover,n.focus,n.disabled],Rp={},Op={},Ut=e=>{let{children:t,hover:o,focus:a,disabled:l,...i}=e;return(0,ja.jsx)("div",{...i,className:r(e.className,Br,G(Br,{hover:o,focus:a,disabled:l})),children:(0,ja.jsx)(ao,{children:(0,ja.jsx)(_e,{children:t})})})};Ut.states=Ip;Ut.options=Rp;Ut.className=Br;Ut.defaultOptions=Op;Ut.moduleName=Ee;Ut.folderName=Be;var si=require("react/jsx-runtime"),ii="k-table-scroller",Hp=[],Pp={},Gp={},Io=e=>{let{children:t,...o}=e;return(0,si.jsx)("div",{...o,className:r(e.className,ii),children:t})};Io.states=Hp;Io.options=Pp;Io.className=ii;Io.defaultOptions=Gp;Io.moduleName=Ee;Io.folderName=Be;var Kp=require("react/jsx-runtime");var ci=require("react/jsx-runtime"),di="k-table-footer",Dp=[],Bp={},_p={},ro=e=>{let{children:t,...o}=e;return(0,ci.jsx)("div",{...o,className:r(e.className,di),children:t})};ro.states=Dp;ro.options=Bp;ro.className=di;ro.defaultOptions=_p;ro.moduleName=Ee;ro.folderName=Be;var pi=require("react/jsx-runtime"),_r="k-table-list",zp=[],Up={size:[d.undefined,d.small,d.medium,d.large]},Fp={},lo=e=>{let{size:t,virtualization:o,...a}=e;return(0,pi.jsx)("ul",{...a,className:r(e.className,"k-table",_r,I(_r,{size:t}),{"k-virtual-table":o}),children:e.children})};lo.states=zp;lo.options=Up;lo.className=_r;lo.defaultOptions=Fp;lo.moduleName=Ee;lo.folderName=Be;var mi=require("react/jsx-runtime"),Vp="k-table-thead",W=e=>(0,mi.jsx)("thead",{className:r(e.className,Vp),children:e.children});var ui=require("react/jsx-runtime"),$p="k-table-tbody",ae=e=>(0,ui.jsx)("tbody",{className:r(e.className,$p),children:e.children});var Xp=require("react/jsx-runtime");var bi=require("react/jsx-runtime"),zr="k-table-row",Wp=[n.hover,n.focus,n.selected,n.disabled,n.highlighted],L=e=>{let{hover:t,focus:o,selected:a,highlighted:l,disabled:i,alt:p,...b}=e;return(0,bi.jsx)("tr",{...b,className:r(e.className,zr,{"k-table-alt-row":p},G(zr,{hover:t,focus:o,disabled:i,selected:a,highlighted:l})),children:e.children})};L.states=Wp;L.className=zr;var fi=require("react/jsx-runtime"),Ur="k-table-row",Jp=[n.hover,n.focus,n.selected,n.disabled],er=e=>{let{hover:t,focus:o,selected:a,disabled:l,alt:i,...p}=e;return(0,fi.jsx)("li",{...p,className:r(e.className,Ur,{"k-table-alt-row":i},G(Ur,{hover:t,focus:o,disabled:l,selected:a})),children:e.children})};er.states=Jp;er.className=Ur;var hi=require("react/jsx-runtime"),Ti="k-table-th",Ft=e=>{let{text:t,colspan:o,rowspan:a,...l}=e,i=t||e.children;return(0,hi.jsx)("th",{colSpan:o,rowSpan:a,...l,className:r(e.className,Ti),children:i})};Ft.className=Ti;Ft.moduleName=Ee;Ft.folderName=Be;var qp=require("react/jsx-runtime");var xi=require("react/jsx-runtime"),Fr="k-table-td",Yp=[n.focus,n.selected,n.highlighted],s=e=>{let{focus:t,selected:o,highlighted:a,text:l,colspan:i,rowspan:p,...b}=e,g=l||e.children;return(0,xi.jsx)("td",{colSpan:i,rowSpan:p,...b,className:r(e.className,Fr,G(Fr,{focus:t,selected:o,highlighted:a})),children:g})};s.states=Yp;s.className=Fr;var Qp=require("react/jsx-runtime");var Zp=require("react/jsx-runtime");var jp=require("react/jsx-runtime");var em=require("react/jsx-runtime");var tm=require("react/jsx-runtime");var gi=require("react/jsx-runtime");var ki=require("react/jsx-runtime");var vi=require("react/jsx-runtime");var Vr=require("react/jsx-runtime");var Ci=require("react/jsx-runtime"),Li="k-grid-header-table",Q=e=>(0,Ci.jsx)(_e,{...e,className:r(e.className,Li),children:e.children});Q.className=Li;Q.moduleName=X;Q.folderName=J;var jo=require("react/jsx-runtime"),$r="k-font-icon",lm=[],nm={size:[d.undefined,d.xsmall,d.small,d.medium,d.large,d.xlarge,d.xxlarge,d.xxxlarge],themeColor:[h.undefined,h.base,h.primary,h.secondary,h.tertiary,h.success,h.warning,h.error,h.info,h.light,h.dark]},im={},ea=e=>{let{size:t,themeColor:o,icon:a,rotate:l,flip:i,...p}=e;return a?(0,jo.jsx)("span",{...p,className:r(e.className,$r,I($r,{size:t}),{[`k-i-${a}`]:a,[`k-color-${o}`]:o,[`k-rotate-${l}`]:l,"k-flip-h":i==="h"||i==="both","k-flip-v":i==="v"||i==="both"}),"aria-hidden":"true"}):(0,jo.jsx)(jo.Fragment,{})};ea.states=lm;ea.options=nm;ea.className=$r;ea.defaultOptions=im;var Mi=ea;var No=require("react/jsx-runtime"),Xr="k-svg-icon",sm=[],dm={size:[d.undefined,d.xsmall,d.small,d.medium,d.large,d.xlarge,d.xxlarge,d.xxxlarge],themeColor:[h.undefined,h.base,h.primary,h.secondary,h.tertiary,h.success,h.warning,h.error,h.info,h.light,h.dark]},yi={viewBox:"0 0 24 24"},ta=e=>{let{size:t,themeColor:o,rotate:a,flip:l,viewBox:i=yi.viewBox,icon:p,...b}=e;if(!p)return(0,No.jsx)(No.Fragment,{});if(p==="none")return(0,No.jsx)("span",{...b,className:r(e.className,Xr,I("k-icon",{size:t}),"k-none"),"aria-hidden":"true"});let g=typeof p=="object"&&p.name&&p.name;return(0,No.jsx)("span",{...b,className:r(e.className,Xr,I("k-icon",{size:t}),{[`k-svg-i-${g}`]:g,[`k-color-${o}`]:o,[`k-rotate-${a}`]:a,"k-flip-h":l==="h"||l==="both","k-flip-v":l==="v"||l==="both"}),"aria-hidden":"true",children:(0,No.jsx)("svg",{"aria-hidden":!0,focusable:!1,xmlns:"http://www.w3.org/2000/svg",viewBox:typeof p=="object"?p.viewBox:i,dangerouslySetInnerHTML:typeof p=="object"?{__html:p.content}:void 0,children:p?void 0:e.children})})};ta.states=sm;ta.options=dm;ta.className=Xr;ta.defaultOptions=yi;var Wr=ta;var Jr=Wn(require("@progress/kendo-svg-icons"));var Si="icon",wi="icons";var Ii=require("react");var Ai=require("react"),Ei=(0,Ai.createContext)({iconsType:"svg"});var Vt=require("react/jsx-runtime"),tr="k-icon",cm=e=>e.replace(/([-_][a-z0-9])/gi,t=>t.toUpperCase().replace("-","").replace("_","")),pm=[],mm={size:[d.undefined,d.xsmall,d.small,d.medium,d.large,d.xlarge,d.xxlarge,d.xxxlarge],themeColor:[h.undefined,h.base,h.primary,h.secondary,h.tertiary,h.success,h.warning,h.error,h.info,h.light,h.dark]},qr={viewBox:"0 0 24 24",type:"svg"},u=e=>{let{iconsType:t}=(0,Ii.useContext)(Ei),{size:o,themeColor:a,icon:l,type:i=t||qr.type,rotate:p,flip:b,viewBox:g=qr.viewBox,...v}=e;if(!l)return(0,Vt.jsx)(Vt.Fragment,{});if((t||i)==="svg"){if(l==="none")return(0,Vt.jsx)(Wr,{...v,className:r(e.className,tr),icon:l,size:o});let C=Jr[l]?l:cm(`${l}-icon`);return Jr[C]?(0,Vt.jsx)(Wr,{...v,className:r(e.className,tr),icon:Jr[C],size:o,themeColor:a,rotate:p,flip:b,viewBox:g}):(0,Vt.jsx)(Vt.Fragment,{})}return(0,Vt.jsx)(Mi,{...v,className:r(e.className,tr),icon:l,size:o,themeColor:a,rotate:p,flip:b})};u.states=pm;u.options=mm;u.defaultOptions=qr;u.className=tr;u.moduleName=Si;u.folderName=wi;u.ariaSpec={selector:".k-icon, .k-svg-icon",rules:[{selector:".k-icon, .k-svg-icon",attribute:"aria-hidden=true",usage:"Hides the icon element and all its children from assistive technologies."}]};var dt=require("react/jsx-runtime"),Yr="k-header",um=[n.hover,n.focus,n.active],Ri={sortIcon:"sort-asc-small"},y=e=>{let{menu:t,sortable:o,filterable:a,sticky:l,resizable:i,columnTitle:p,hover:b,focus:g,active:v,sortIcon:M=Ri.sortIcon,sortOrder:C,accessibleLabel:f,...A}=e;return(0,dt.jsxs)(Ft,{...A,className:r(e.className,Yr,{"k-filterable":t||a,"k-sorted":o,"k-grid-header-sticky":l,"k-touch-action-none":i},G(Yr,{hover:b,focus:g,active:v})),children:[p&&(0,dt.jsxs)("span",{className:"k-cell-inner",children:[(0,dt.jsxs)("span",{className:"k-link",children:[(0,dt.jsx)("span",{className:"k-column-title",children:p}),o&&(0,dt.jsx)("span",{className:"k-sort-icon",children:(0,dt.jsx)(u,{icon:M})}),C&&(0,dt.jsx)("span",{className:"k-sort-order",children:C})]}),t&&(0,dt.jsx)("a",{href:"#",className:r("k-grid-header-menu",{"k-active":v,"k-grid-filter-menu":t==="filter","k-grid-column-menu":t==="column"}),children:(0,dt.jsx)(u,{icon:t==="filter"?"filter":"more-vertical"})})]}),!p&&f&&(0,dt.jsx)("span",{className:"k-sr-only",children:f}),e.children,i&&(0,dt.jsx)("span",{className:"k-column-resizer k-touch-action-none"})]})};y.states=um;y.className=Yr;y.defaultOptions=Ri;y.moduleName=X;y.folderName=J;var Hi=require("react/jsx-runtime"),Oi="k-grid-container",re=e=>(0,Hi.jsx)("div",{...e,className:r(e.className,Oi),children:e.children});re.className=Oi;re.moduleName=X;re.folderName=J;var Gi=require("react/jsx-runtime"),Pi="k-grid-content",ee=e=>(0,Gi.jsx)("div",{...e,className:r(e.className,Pi),children:e.children});ee.className=Pi;ee.moduleName=X;ee.folderName=J;var Di=require("react/jsx-runtime"),Ki="k-grid-table",te=e=>(0,Di.jsx)(_e,{...e,className:r(e.className,Ki),children:e.children});te.className=Ki;te.moduleName=X;te.folderName=J;var _i=require("react/jsx-runtime"),Bi="k-grid-footer",Qr=e=>(0,_i.jsx)("div",{...e,className:r(e.className,Bi),children:e.children});Qr.className=Bi;Qr.moduleName=X;Qr.folderName=J;var Ui=require("react/jsx-runtime"),zi="k-grid-footer-table",Zr=e=>(0,Ui.jsx)(_e,{...e,className:r(e.className,zi),children:e.children});Zr.className=zi;Zr.moduleName=X;Zr.folderName=J;var jr="button",Fi=jr;var St=require("react/jsx-runtime"),oa="k-button",bm=["icon-button"],fm=[n.hover,n.focus,n.active,n.selected,n.disabled,n.generating],Tm={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline,k.clear,k.link],themeColor:[h.undefined,h.base,h.primary,h.secondary,h.tertiary,h.success,h.warning,h.error,h.info,h.light,h.dark,h.inverse]},el={showArrow:!1,arrowIconName:"caret-alt-down"},c=e=>{let{as:t="button",size:o,rounded:a,fillMode:l,themeColor:i,showArrow:p=el.showArrow,arrowIconName:b=el.arrowIconName,variant:g,hover:v,focus:M,active:C,selected:f,disabled:A,togglable:w,icon:O,text:B,iconClassName:D,className:V,...ue}=e,ve=O!==void 0,We=e.children!==void 0;return(0,St.jsxs)(t,{className:r(V,oa,Jn(oa,g),I(oa,{size:o,rounded:a,fillMode:l,themeColor:i}),G(oa,{hover:v,focus:M,active:C,disabled:A,selected:f}),{"k-icon-button":!B&&!We&&ve}),...ue,"aria-pressed":w?f?"true":"false":void 0,disabled:A||void 0,children:[O&&(0,St.jsx)(u,{className:r(D,"k-button-icon"),icon:O}),B?(0,St.jsxs)(St.Fragment,{children:[B&&(0,St.jsx)("span",{className:"k-button-text",children:B}),e.children]}):e.children&&(0,St.jsx)("span",{className:"k-button-text",children:e.children}),p&&(0,St.jsx)("span",{className:"k-menu-button-arrow k-button-arrow",children:(0,St.jsx)(u,{icon:b})})]})};c.states=fm;c.options=Tm;c.variants=bm;c.className=oa;c.defaultOptions=el;c.moduleName=jr;c.folderName=Fi;c.ariaSpec={selector:".k-button",rules:[{selector:".k-button",attribute:"role=button or nodeName=button",usage:"The button role is implicit from the native <button> element."},{selector:".k-button",attribute:"aria-label (when icon-only)",usage:"Required for icon-only buttons that have no visible text."},{selector:".k-button",attribute:"aria-pressed (when togglable)",usage:"Indicates the pressed state of a toggle button."},{selector:".k-button",attribute:"disabled (when disabled)",usage:"Rendered when the button is disabled."}]};var Vi=require("react/jsx-runtime"),no=e=>(0,Vi.jsx)(c,{icon:"folder",...e,"aria-label":e["aria-label"]||"Folder",children:void 0});var $i=require("react/jsx-runtime"),aa=e=>(0,$i.jsx)(c,{icon:"folder",children:"Button",...e});var Xi=require("react/jsx-runtime"),go=e=>(0,Xi.jsx)(c,{children:"Button",...e});var or=require("react/jsx-runtime"),hm=c.options,xm=c.states,Nm={...c.defaultOptions,variant:"text"},gm=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],km=[],ra=e=>{let{variant:t,...o}=e;switch(t){case"icon-only":return(0,or.jsx)(no,{...o,icon:"star"});case"icon-and-text":return(0,or.jsx)(aa,{...o,icon:"star",children:"Button"});default:return(0,or.jsx)(go,{...o,children:"Button"})}};ra.options=hm;ra.states=xm;ra.variants=gm;ra.defaultOptions=Nm;ra.modifiers=km;var la="input",ar=la;var Wi=require("react/jsx-runtime"),rr="k-input",vm=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled,n.loading,n.readonly],Lm={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline]},Cm={},Le=e=>{let{hover:t,focus:o,disabled:a,invalid:l,valid:i,loading:p,readonly:b,size:g,rounded:v,fillMode:M,...C}=e;return(0,Wi.jsx)("span",{...C,className:r(e.className,rr,I(rr,{size:g,rounded:v,fillMode:M}),G(rr,{hover:t,focus:o,disabled:a,invalid:l,valid:i,loading:p,readonly:b}))})};Le.states=vm;Le.options=Lm;Le.className=rr;Le.defaultOptions=Cm;Le.moduleName=la;Le.folderName=ar;var Ji=require("react/jsx-runtime"),lr="k-picker",Mm=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled,n.loading,n.readonly],ym={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline]},Sm={},Rt=e=>{let{hover:t,focus:o,disabled:a,invalid:l,valid:i,loading:p,readonly:b,size:g,rounded:v,fillMode:M,...C}=e;return(0,Ji.jsx)("span",{...C,className:r(e.className,lr,I(lr,{size:g,rounded:v,fillMode:M}),G(lr,{hover:t,focus:o,disabled:a,invalid:l,valid:i,loading:p,readonly:b})),children:e.children})};Rt.states=Mm;Rt.options=ym;Rt.className=lr;Rt.defaultOptions=Sm;Rt.moduleName=la;Rt.folderName=ar;var Ro=require("react/jsx-runtime"),qi="k-clear-value",wm=[n.disabled,n.loading,n.readonly],Am={},ct=e=>{let{disabled:t,loading:o,readonly:a,value:l}=e;return t||a||o||!l?(0,Ro.jsx)(Ro.Fragment,{}):(0,Ro.jsx)("span",{className:r(e.className,qi),children:(0,Ro.jsx)(u,{icon:"x"})})};ct.states=wm;ct.options=Am;ct.className=qi;var Yi=require("react/jsx-runtime"),tl="k-input-inner",Em=[],Im={},nr={type:"text",autocomplete:"off",value:"",placeholder:""},pt=e=>{let{value:t=nr.value,type:o=nr.type,placeholder:a=nr.placeholder,autocomplete:l=nr.autocomplete,disabled:i,readOnly:p,...b}=e;return(0,Yi.jsx)("input",{...b,type:o,className:r(e.className,tl,I(tl,e)),placeholder:a,autoComplete:l,defaultValue:t,disabled:i||void 0,readOnly:p||void 0})};pt.states=Em;pt.options=Im;pt.className=tl;var na=require("react/jsx-runtime"),ol="k-input-inner",Rm=[],Om={},ko=e=>{let{value:t,placeholder:o,showValue:a,valueIcon:l,valueIconName:i,...p}=e;return(0,na.jsxs)("span",{...p,className:r(e.className,ol,I(ol,e)),children:[l,!l&&i&&(0,na.jsx)(u,{className:"k-input-value-icon",icon:i}),a&&!t&&o,a&&t&&(0,na.jsx)("span",{className:"k-input-value-text",children:t})]})};ko.states=Rm;ko.options=Om;ko.className=ol;var Zi=require("react/jsx-runtime"),al="k-input-inner",Hm=[],Pm={},Qi={value:"",placeholder:""},rl=e=>{let{value:t=Qi.value,placeholder:o=Qi.placeholder,rows:a,disabled:l,...i}=e;return(0,Zi.jsx)("textarea",{...i,className:r(e.className,al,I(al,e)),placeholder:o,rows:a,defaultValue:t,disabled:l||void 0})};rl.states=Hm;rl.options=Pm;rl.className=al;var ia=require("react/jsx-runtime"),ji="k-input-loading-icon",Gm=[n.disabled,n.loading],je=e=>{let{disabled:t,loading:o}=e;return t||!o?(0,ia.jsx)(ia.Fragment,{}):(0,ia.jsx)("span",{className:r(e.className,ji,"k-icon k-i-loading")})};je.states=Gm;je.className=ji;var sa=require("react/jsx-runtime"),es="k-input-validation-icon",Km=[n.valid,n.invalid,n.disabled,n.loading],Dm={},Je=e=>{let{valid:t,invalid:o,disabled:a,loading:l}=e,i=o?"warning-circle":"check-circle";return a||l||!!!(t||o)?(0,sa.jsx)(sa.Fragment,{}):(0,sa.jsx)(u,{className:r(es),icon:i})};Je.states=Km;Je.options=Dm;Je.className=es;var da=require("react/jsx-runtime"),Bm="k-input-prefix",_m={direction:"horizontal"},ht=e=>{let{direction:t=_m.direction,...o}=e;return e.children?(0,da.jsx)("span",{...o,className:r(Bm,e.className,{[`k-input-prefix-${t}`]:t}),children:e.children}):(0,da.jsx)(da.Fragment,{})};var ca=require("react/jsx-runtime"),zm="k-input-suffix",Um={direction:"horizontal"},xt=e=>{let{direction:t=Um.direction,...o}=e;return e.children?(0,ca.jsx)("span",{...o,className:r(zm,e.className,{[`k-input-suffix-${t}`]:t}),children:e.children}):(0,ca.jsx)(ca.Fragment,{})};var Fm=require("react/jsx-runtime");var ts=require("react/jsx-runtime"),Vm="k-input-suffix-text",ll=e=>{let{children:t,...o}=e;return(0,ts.jsx)("span",{...o,className:r(Vm,e.className),children:t})};var as=require("react/jsx-runtime"),os="k-input-separator",$m={direction:"vertical"},Nt=e=>{let{direction:t=$m.direction,...o}=e;return(0,as.jsx)("span",{...o,className:r(os,e.className,{[`${os}-${t}`]:t})})};var Ae=require("react/jsx-runtime"),Xm=Le.states,Wm=Le.defaultOptions,Jm=Le.options,qm=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"},{name:"validation-icon",title:"Validation Icon"},{name:"separators",title:"Separators"}],Ym=[],pa=e=>{let{modifiers:t,valid:o,invalid:a,loading:l,disabled:i,readonly:p,...b}=e,g=t==null?void 0:t.prefix,v=t==null?void 0:t.suffix,M=t==null?void 0:t["clear-button"],C=t==null?void 0:t["validation-icon"],f=t==null?void 0:t.separators;return(0,Ae.jsxs)(Le,{...b,valid:o,invalid:a,loading:l,disabled:i,readonly:p,style:{width:300},children:[g&&(0,Ae.jsxs)(Ae.Fragment,{children:[(0,Ae.jsx)(ht,{children:(0,Ae.jsx)(u,{icon:"lock"})}),f&&(0,Ae.jsx)(Nt,{})]}),(0,Ae.jsx)(pt,{placeholder:"Placeholder",value:"Value"}),C&&(0,Ae.jsx)(Je,{valid:o,invalid:a,loading:l,disabled:i}),(0,Ae.jsx)(je,{loading:l,disabled:i}),M&&(0,Ae.jsx)(ct,{loading:l,disabled:i,readonly:p,value:"Value"}),v&&(0,Ae.jsxs)(Ae.Fragment,{children:[f&&(0,Ae.jsx)(Nt,{}),(0,Ae.jsx)(xt,{children:(0,Ae.jsx)(go,{size:b.size,fillMode:"clear",children:"Send"})})]})]})};pa.options=Jm;pa.states=Xm;pa.variants=Ym;pa.defaultOptions=Wm;pa.modifiers=qm;var nl="popup",rs=nl;var il=require("react/jsx-runtime"),ls="k-animation-container",Qm=[],Zm={},ns={positionMode:"absolute"},Ot=e=>{let{positionMode:t=ns.positionMode,animationStyle:o,offset:a,...l}=e;return(0,il.jsx)("div",{...l,style:{...a,...e.style},className:r(e.className,ls,"k-animation-container-shown",{"k-animation-container-fixed":t==="fixed"}),children:(0,il.jsx)("div",{className:"k-child-animation-container",style:o,children:e.children})})};Ot.states=Qm;Ot.options=Zm;Ot.className=ls;Ot.defaultOptions=ns;Ot.moduleName=nl;Ot.folderName=rs;var sl="popup",is=sl;var dl=require("react/jsx-runtime"),ss="k-popup",jm=[],eu={},ds={positionMode:"absolute"},pe=e=>{let{offset:t,positionMode:o=ds.positionMode,animationStyle:a,containerClassName:l,containerRole:i,containerAriaLabel:p,...b}=e;return(0,dl.jsx)(Ot,{positionMode:o,offset:t,animationStyle:a,className:l,role:i,"aria-label":p,children:(0,dl.jsx)("div",{...b,className:r(e.className,ss),children:e.children})})};pe.states=jm;pe.options=eu;pe.className=ss;pe.defaultOptions=ds;pe.moduleName=sl;pe.folderName=is;pe.ariaSpec={selector:".k-popup",rules:[{selector:".k-animation-container",attribute:"role (when appended to body)",usage:'Container gets role="region" when appended to document body. Popup is a building block \u2014 ARIA semantics come from consuming components.'}]};var cl="action-buttons",cs=cl;var ps=require("react/jsx-runtime"),ir="k-actions",tu=[],ou={},pl={alignment:"start",orientation:"horizontal"},Ht=e=>{let{alignment:t=pl.alignment,orientation:o=pl.orientation,...a}=e;return(0,ps.jsx)("div",{...a,className:r(ir,{[`${ir}-${t}`]:t,[`${ir}-${o}`]:o},e.className),children:e.children})};Ht.states=tu;Ht.options=ou;Ht.className=ir;Ht.defaultOptions=pl;Ht.moduleName=cl;Ht.folderName=cs;var us=require("react/jsx-runtime"),au="k-actionsheet-footer",ms={alignment:"stretched",orientation:"horizontal"},io=e=>{let{alignment:t=ms.alignment,orientation:o=ms.orientation,template:a,as:l=a?"div":Ht,...i}=e;return(0,us.jsx)(l,{...i,...!a&&{alignment:t,orientation:o},className:r(e.className,au),children:e.children})};var ml="searchbox",bs=ml;var so=require("react/jsx-runtime"),fs="k-searchbox",ru=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled,n.loading],lu={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline]},ul={showIcon:!0,icon:"search"},gt=e=>{let{value:t,placeholder:o,size:a,rounded:l,fillMode:i,hover:p,focus:b,valid:g,invalid:v,required:M,loading:C,disabled:f,showIcon:A=ul.showIcon,icon:w=ul.icon,...O}=e;return(0,so.jsxs)(Le,{...O,size:a,rounded:l,fillMode:i,hover:p,focus:b,valid:g,invalid:v,required:M,loading:C,disabled:f,className:r(e.className,fs),children:[A&&(0,so.jsx)(u,{className:"k-input-icon",icon:w}),(0,so.jsx)(pt,{placeholder:o,value:t}),(0,so.jsx)(je,{...e}),(0,so.jsx)(Je,{...e}),(0,so.jsx)(ct,{...e})]})};gt.states=ru;gt.options=lu;gt.className=fs;gt.defaultOptions=ul;gt.moduleName=ml;gt.folderName=bs;var nu=require("react/jsx-runtime");var bl="textbox",Ts=bl;var ze=require("react/jsx-runtime"),hs="k-textbox",iu=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled,n.loading,n.readonly],su={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline]},sr={showClearButton:!0,showValidationIcon:!0,separators:!0},ne=e=>{let{size:t,rounded:o,fillMode:a,separators:l=sr.separators,showClearButton:i=sr.showClearButton,showValidationIcon:p=sr.showValidationIcon,prefix:b,suffix:g,type:v,value:M,placeholder:C,hover:f,focus:A,valid:w,invalid:O,required:B,loading:D,disabled:V,readonly:ue,id:ve,"aria-label":We,"aria-describedby":it,...st}=e;return(0,ze.jsxs)(Le,{...st,size:t,rounded:o,fillMode:a,hover:f,focus:A,valid:w,invalid:O,required:B,loading:D,disabled:V,readonly:ue,className:r(e.className,hs),children:[b&&(0,ze.jsxs)(ze.Fragment,{children:[(0,ze.jsx)(ht,{children:b}),l&&(0,ze.jsx)(Nt,{})]}),(0,ze.jsx)(pt,{id:ve,placeholder:C,value:M,type:v,disabled:V,"aria-label":We,"aria-describedby":it,"aria-invalid":O?"true":void 0}),p&&(0,ze.jsx)(Je,{valid:w,invalid:O,loading:D,disabled:V}),(0,ze.jsx)(je,{loading:D,disabled:V}),i&&(0,ze.jsx)(ct,{loading:D,disabled:V,readonly:ue,value:M}),g&&(0,ze.jsxs)(ze.Fragment,{children:[l&&(0,ze.jsx)(Nt,{}),(0,ze.jsx)(xt,{children:g})]})]})};ne.states=iu;ne.options=su;ne.className=hs;ne.defaultOptions=sr;ne.moduleName=bl;ne.folderName=Ts;ne.ariaSpec={selector:".k-textbox",rules:[{selector:".k-textbox > .k-input-inner",attribute:"role=textbox or nodeName=input",usage:"Describes the role of the component."},{selector:".k-textbox > .k-input-inner",attribute:"label for or aria-label or aria-labelledby (when has accessible name)",usage:"The input requires an accessible name (provided by consuming app)."},{selector:".k-textbox > .k-input-inner",attribute:"aria-invalid=true (when invalid)",usage:"Rendered when the TextBox is in an invalid state."},{selector:".k-textbox > .k-input-inner",attribute:"aria-describedby (when has hint or error)",usage:"Points to the hint or error message for the input."},{selector:".k-textbox.k-disabled > .k-input-inner",attribute:"disabled=disabled or aria-disabled=true",usage:"Rendered when the TextBox is disabled."}]};var ma=ne;var Ns=require("react/jsx-runtime"),xs=e=>(0,Ns.jsx)(ma,{...e});var gs=require("react/jsx-runtime");var ks=require("react/jsx-runtime");var du=require("react/jsx-runtime");var dr=require("react/jsx-runtime"),cu=ne.states,pu=ne.defaultOptions,mu=ne.options,uu=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"}],bu=[],ua=e=>{let{modifiers:t,...o}=e,a={};return Object.keys(t||{}).forEach(l=>{switch(l){case"prefix":a.prefix=t!=null&&t[l]?(0,dr.jsx)(u,{icon:"lock"}):void 0;break;case"suffix":a.suffix=t!=null&&t[l]?(0,dr.jsx)(go,{size:o.size,fillMode:"clear",children:"Send"}):void 0;break;case"clear-button":a.showClearButton=t==null?void 0:t[l];break;default:break}}),(0,dr.jsx)(xs,{value:"Value",style:{width:300},...o,...a})};ua.options=mu;ua.states=cu;ua.variants=bu;ua.defaultOptions=pu;ua.modifiers=uu;var mt=require("react/jsx-runtime"),vs="k-actionsheet-titlebar",fu={},qe=e=>{let{title:t,subtitle:o,actionsStart:a,actionsEnd:l,filter:i,input:p,inputValue:b,inputPlaceholder:g,adaptive:v,titleId:M,children:C,...f}=e;return(0,mt.jsxs)("div",{...f,className:r(e.className,vs),children:[(0,mt.jsxs)("div",{className:"k-actionsheet-titlebar-group",children:[a&&(0,mt.jsx)("div",{className:"k-actionsheet-actions",children:a}),!C&&(0,mt.jsxs)("div",{className:"k-actionsheet-title",id:M,children:[t&&(0,mt.jsx)("div",{className:"k-text-center",children:t}),o&&(0,mt.jsx)("div",{className:"k-actionsheet-subtitle k-text-center",children:o})]}),C&&(0,mt.jsx)("div",{className:"k-actionsheet-title",id:M,children:C}),l&&(0,mt.jsx)("div",{className:"k-actionsheet-actions",children:l})]}),(p||i)&&(0,mt.jsx)("div",{className:"k-actionsheet-titlebar-group k-actionsheet-filter",children:p?(0,mt.jsx)(ne,{value:b,placeholder:g,size:v?"large":"medium","aria-label":t||g||"Input"}):(0,mt.jsx)(gt,{placeholder:"Filter",size:v?"large":"medium","aria-label":"Filter options"})})]})};qe.className=vs;qe.defaultOptions=fu;var Oo=require("react/jsx-runtime"),fl="k-actionsheet-view",Tu=[],hu={},xu={},Ho=e=>{let{adaptive:t,animated:o,children:a,header:l,footer:i,titleId:p,...b}=e,g=(l==null?void 0:l.type)===qe&&(0,Oo.jsx)(qe,{adaptive:t,titleId:p,...l==null?void 0:l.props}),v=(i==null?void 0:i.type)===io&&(0,Oo.jsx)(io,{...i==null?void 0:i.props});return(0,Oo.jsxs)("div",{...b,className:r(e.className,fl,{[`${fl}-animated`]:o}),children:[g,(0,Oo.jsx)("div",{className:"k-actionsheet-content",children:a}),v]})};Ho.states=Tu;Ho.options=hu;Ho.className=fl;Ho.defaultOptions=xu;var ba="action-sheet",cr=ba;var Tl="overlay",Ls=Tl;var Cs=require("react/jsx-runtime"),hl="k-overlay",Nu=[],gu={themeColor:[h.undefined,h.light,h.dark,h.inverse]},ku={},co=e=>{let{themeColor:t,...o}=e;return(0,Cs.jsx)("div",{...o,className:r(e.className,hl,I(hl,{themeColor:t})),children:e.children})};co.states=Nu;co.options=gu;co.className=hl;co.defaultOptions=ku;co.moduleName=Tl;co.folderName=Ls;var vo=require("react/jsx-runtime"),Ms="k-actionsheet",vu=[],Lu={},fa={side:"bottom",fullscreen:!1,adaptive:!1,overlay:!0},Ne=e=>{let{side:t=fa.side,fullscreen:o=fa.fullscreen,adaptive:a=fa.adaptive,overlay:l=fa.overlay,template:i,children:p,header:b,footer:g,id:v,...M}=e,C=v&&!i&&b?`${v}-title`:void 0;return(0,vo.jsxs)("div",{className:"k-actionsheet-container",children:[l&&(0,vo.jsx)(co,{}),(0,vo.jsx)(Ot,{animationStyle:{[`${o===!0?"top":t}`]:0,[`${o===!0?"width":null}`]:"100%",[`${o===!0?"height":null}`]:"100%",[`${t==="top"||t==="bottom"?"width":null}`]:"100%",[`${t==="left"||t==="right"?"height":null}`]:"100%"},children:(0,vo.jsx)("div",{...M,id:v,role:"dialog","aria-modal":l?"true":void 0,"aria-labelledby":C,className:r(e.className,Ms,{[`k-actionsheet-${t}`]:o===!1,"k-actionsheet-fullscreen":o===!0,"k-adaptive-actionsheet":a}),children:i||(0,vo.jsx)(Ho,{header:b,footer:g,adaptive:a,titleId:C,...e,children:p})})})]})};Ne.states=vu;Ne.options=Lu;Ne.className=Ms;Ne.defaultOptions=fa;Ne.moduleName=ba;Ne.folderName=cr;Ne.ariaSpec={selector:".k-actionsheet",rules:[{selector:".k-actionsheet",attribute:"role=dialog",usage:"Announces the dialog role of the component."},{selector:".k-actionsheet",attribute:"aria-labelledby (when has title)",usage:"Associates the title of the action sheet."},{selector:".k-actionsheet",attribute:"aria-hidden=true/false (when hidden)",usage:"Announces the hidden state of the ActionSheet container."},{selector:".k-actionsheet",attribute:"aria-modal=true (when modal)",usage:"Announces that the action sheet is modal."},{selector:".k-actionsheet .k-actionsheet-title",attribute:"id",usage:"Used to associate the title with the action sheet wrapper element."}]};var Ss=require("react/jsx-runtime"),ys="k-actionsheet-container",Cu=[],Mu={},yu={},Po=e=>{let{children:t,...o}=e;return(0,Ss.jsx)("div",{...o,className:ys,children:t})};Po.states=Cu;Po.options=Mu;Po.className=ys;Po.defaultOptions=yu;Po.moduleName=ba;Po.folderName=cr;var ws=require("react/jsx-runtime"),xl=e=>{let{...t}=e;return(0,ws.jsx)("div",{...t,className:r(e.className,"k-list-ul"),children:e.children})};var kt=require("react/jsx-runtime"),Nl="k-actionsheet-item",Su=[n.hover,n.focus,n.selected,n.disabled],po=e=>{let{iconName:t,text:o,description:a,hover:l,focus:i,selected:p,disabled:b,...g}=e;return(0,kt.jsxs)("span",{...g,className:r(e.className,Nl,G(Nl,{hover:l,focus:i,selected:p,disabled:b})),children:[!e.children&&(0,kt.jsx)(kt.Fragment,{children:(0,kt.jsxs)("span",{className:"k-actionsheet-action",children:[t&&(0,kt.jsx)("span",{className:"k-icon-wrap",children:(0,kt.jsx)(u,{className:"k-actionsheet-item-icon",icon:t})}),(0,kt.jsxs)("span",{className:"k-actionsheet-item-text",children:[o&&(0,kt.jsx)("span",{className:"k-actionsheet-item-title",children:o}),a&&(0,kt.jsx)("span",{className:"k-actionsheet-item-description",children:a})]})]})}),e.children]})};po.states=Su;po.className=Nl;var As=require("react/jsx-runtime");var wu=require("react/jsx-runtime");var Au=require("react/jsx-runtime");var Eu=require("react/jsx-runtime");var be=require("react/jsx-runtime"),Iu=Ne.options,Ru=Ne.states,Is={...Ne.defaultOptions,variant:"normal"},Ou=[{name:"normal",title:"Normal"},{name:"adaptive",title:"Adaptive"},{name:"fullScreen",title:"Full Screen"}],Hu=[{name:"actions",title:"Titlebar Actions",type:"boolean"},{name:"subtitle",title:"Subtitle",type:"boolean"},{name:"footer",title:"Footer",type:"boolean"}],Ta=e=>{let{variant:t,modifiers:o,...a}={...Is,...e},l={},i=(0,be.jsxs)(xl,{children:[(0,be.jsx)(po,{text:"Edit Item",description:"Click to edit",iconName:"edit-tools"}),(0,be.jsx)(po,{text:"Add to Favorites",iconName:"heart"}),(0,be.jsx)(po,{text:"Upload New",iconName:"upload",disabled:!0}),(0,be.jsx)("hr",{className:"k-hr"}),(0,be.jsx)(po,{text:"Cancel",iconName:"cancel"})]}),p="Choose from the items below",b="Select Item";return t==="fullScreen"&&(l.fullScreen=!0),Object.keys(o||{}).forEach(g=>{switch(g){case"actions":l.actionsStart=!!(o!=null&&o[g]),l.actionsEnd=!!(o!=null&&o[g]);break;case"subtitle":l.subtitle=o!=null&&o[g]?p:void 0;break;case"footer":l.footer=!!(o!=null&&o[g]);break;default:break}}),t==="adaptive"?(0,be.jsx)(Ne,{...a,adaptive:!0,fullscreen:l.fullScreen,header:(0,be.jsx)(qe,{actionsStart:l.actionsStart?(0,be.jsx)(c,{icon:"chevron-left",size:"large",fillMode:"flat"}):void 0,actionsEnd:l.actionsEnd?(0,be.jsx)(c,{icon:"x",size:"large",fillMode:"flat"}):void 0,title:b,subtitle:l.subtitle}),footer:l.footer?(0,be.jsxs)(io,{alignment:"stretched",children:[(0,be.jsx)(c,{text:"Cancel",size:"large",themeColor:"base"}),(0,be.jsx)(c,{text:"Apply",size:"large",themeColor:"primary"})]}):void 0,children:i}):(0,be.jsx)(Ne,{...a,fullscreen:l.fullScreen,header:(0,be.jsx)(qe,{actionsStart:l.actionsStart?(0,be.jsx)(c,{icon:"chevron-left",fillMode:"flat"}):void 0,actionsEnd:l.actionsEnd?(0,be.jsx)(c,{icon:"x",fillMode:"flat"}):void 0,title:"Select Item",subtitle:l.subtitle}),footer:l.footer?(0,be.jsxs)(io,{alignment:"stretched",children:[(0,be.jsx)(c,{text:"Apply",themeColor:"primary"}),(0,be.jsx)(c,{text:"Cancel",themeColor:"base"})]}):void 0,children:i})};Ta.options=Iu;Ta.states=Ru;Ta.variants=Ou;Ta.defaultOptions=Is;Ta.modifiers=Hu;var mr=Wn(require("react"));var gl=require("react/jsx-runtime"),Pu="k-list-group-sticky-header",kl=e=>(0,gl.jsx)("div",{className:r(Pu,e.className),children:(0,gl.jsx)("div",{className:"k-list-header-text",children:e.children})});var Rs=require("react/jsx-runtime"),Gu="k-no-data",pr=e=>{let{live:t,...o}=e;return(0,Rs.jsx)("span",{...o,className:r(Gu,e.className),"aria-live":t?"polite":void 0,children:e.children})};var Lo="list",Go=Lo;var Ko=require("react/jsx-runtime"),vl="k-list",Ku=[],Du={size:[d.undefined,d.small,d.medium,d.large]},Bu={},Z=e=>{var A;let{size:t,virtualization:o,children:a,header:l,optionLabel:i,customValue:p,noData:b,screenReaders:g,...v}=e,C=mr.default.Children.toArray(a)[0],f=(A=C==null?void 0:C.props)!=null&&A.children?mr.default.Children.count(C.props.children):mr.default.Children.count(a);return(0,Ko.jsxs)("div",{...v,className:r(e.className,vl,I(vl,{size:t}),{"k-virtual-list":o}),children:[i,p,l&&(0,Ko.jsx)(kl,{children:l}),a||(b!==void 0?b:(0,Ko.jsx)(pr,{live:!0,children:"No data found."})),g&&a&&(0,Ko.jsxs)(pr,{className:"k-sr-only",live:!0,children:[f," items found."]})]})};Z.states=Ku;Z.options=Du;Z.className=vl;Z.defaultOptions=Bu;Z.moduleName=Lo;Z.folderName=Go;Z.ariaSpec={selector:".k-list",rules:[{selector:".k-list .k-no-data",attribute:"aria-live=polite",usage:'Announces "No data found" to screen readers.'}]};var Hs=require("react/jsx-runtime"),Os="k-list-container",_u=[],zu={},Uu={},Do=e=>{let{...t}=e;return(0,Hs.jsx)("div",{...t,className:r(e.className,Os),children:e.children})};Do.states=_u;Do.options=zu;Do.className=Os;Do.defaultOptions=Uu;Do.moduleName=Lo;Do.folderName=Go;var Co="checkbox",Bo=Co;var Ll=require("react/jsx-runtime"),ur="k-checkbox",Fu=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled,n.checked,n.indeterminate],Vu={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full]},$u={},et=e=>{let{id:t,checked:o,indeterminate:a,hover:l,focus:i,disabled:p,invalid:b,valid:g,required:v,size:M,rounded:C,...f}=e;return(0,Ll.jsx)("span",{className:"k-checkbox-wrap",children:(0,Ll.jsx)("input",{...f,id:t,type:"checkbox",defaultChecked:o,required:v,disabled:p||void 0,"aria-invalid":b?"true":void 0,className:r(e.className,ur,I(ur,{size:M,rounded:C}),G(ur,{hover:l,focus:i,disabled:p,invalid:b,valid:g,indeterminate:a,checked:o}))})})};et.states=Fu;et.options=Vu;et.className=ur;et.defaultOptions=$u;et.moduleName=Co;et.folderName=Bo;et.ariaSpec={selector:".k-checkbox",rules:[{selector:".k-checkbox",attribute:"role=checkbox or type=checkbox",usage:"Announces the checkbox role of the element."},{selector:".k-checkbox",attribute:"label for or aria-label or aria-labelledby (when has accessible name)",usage:"The input requires an accessible name to which it will be assigned."},{selector:".k-checkbox",attribute:"aria-checked=true/false/mixed or checked",usage:"For native checkboxes the checked state is handled by the browser. aria-checked is used for custom implementations."},{selector:".k-checkbox",attribute:"aria-describedby (when has hint or error)",usage:"Points to the hint or error message for the checkbox."},{selector:".k-checkbox",attribute:"disabled or aria-disabled=true (when disabled)",usage:"For native checkboxes use the HTML disabled attribute. aria-disabled for custom implementations."},{selector:".k-invalid, .ng-invalid",attribute:"aria-invalid=true (when invalid)",usage:"Rendered only when the CheckBox is in a form and announces the invalid state."}]};var Pt=et;var Ks=require("react/jsx-runtime"),Ps="k-checkbox-list",Xu=[],Wu={},Gs={layout:"vertical"},tt=e=>{let{layout:t=Gs.layout,...o}=e;return(0,Ks.jsx)("ul",{...o,className:r(e.className,Ps,{[`k-list-${t}`]:t}),children:e.children})};tt.states=Xu;tt.options=Wu;tt.className=Ps;tt.defaultOptions=Gs;tt.moduleName=Co;tt.folderName=Bo;var Bs=require("react/jsx-runtime"),Ds="k-checkbox-list-item",Ju=[],qu={},Yu={},Ye=e=>{let{...t}=e;return(0,Bs.jsx)("li",{...t,className:r(e.className,Ds),children:e.children})};Ye.states=Ju;Ye.options=qu;Ye.className=Ds;Ye.defaultOptions=Yu;Ye.moduleName=Co;Ye.folderName=Bo;var Mo=require("react/jsx-runtime"),$t=({children:e,id:t,...o})=>(0,Mo.jsxs)(Mo.Fragment,{children:[(0,Mo.jsx)(Pt,{id:t,...o}),(0,Mo.jsx)("label",{className:"k-checkbox-label",htmlFor:t,children:e})]});var Cl=require("react/jsx-runtime");var Ml=require("react/jsx-runtime");var yl=require("react/jsx-runtime");var Qu=require("react/jsx-runtime");var Zu=require("react/jsx-runtime");var ju=require("react/jsx-runtime");var Ue=require("react/jsx-runtime"),eb=tt.options,tb=tt.states,ob={...tt.defaultOptions,variant:"vertical"},ab=[{name:"vertical",title:"Vertical"},{name:"horizontal",title:"Horizontal"}],rb=[],ha=e=>{let{variant:t,...o}=e;return t==="horizontal"?(0,Ue.jsxs)(tt,{layout:"horizontal",...o,children:[(0,Ue.jsx)(Ye,{children:(0,Ue.jsx)($t,{id:"first",defaultChecked:!0,children:"Label"})}),(0,Ue.jsx)(Ye,{children:(0,Ue.jsx)($t,{id:"second",children:"Label"})}),(0,Ue.jsx)(Ye,{children:(0,Ue.jsx)($t,{id:"third",children:"Label"})})]}):(0,Ue.jsxs)(tt,{...o,children:[(0,Ue.jsx)(Ye,{children:(0,Ue.jsx)($t,{id:"first",defaultChecked:!0,children:"Label"})}),(0,Ue.jsx)(Ye,{children:(0,Ue.jsx)($t,{id:"second",children:"Label"})}),(0,Ue.jsx)(Ye,{children:(0,Ue.jsx)($t,{id:"third",children:"Label"})})]})};ha.options=eb;ha.states=tb;ha.variants=ab;ha.defaultOptions=ob;ha.modifiers=rb;var _s=require("react/jsx-runtime"),lb=Pt.options,nb=Pt.states,ib=Pt.defaultOptions,sb=[],db=[],xa=e=>(0,_s.jsx)($t,{id:"checkbox-demo-checkbox",...e,defaultChecked:!0,children:"Label"});xa.options=lb;xa.states=nb;xa.variants=sb;xa.defaultOptions=ib;xa.modifiers=db;var Gt=require("react/jsx-runtime"),Sl="k-list-item",cb=[n.hover,n.focus,n.selected,n.disabled],pb={},mb={},F=e=>{let{text:t,groupLabel:o,group:a,iconName:l,iconClassName:i,showCheckbox:p,checked:b,hover:g,focus:v,selected:M,disabled:C,actions:f,description:A,id:w,...O}=e,B=t||e.children;return(0,Gt.jsxs)("li",{...O,id:w,role:a?"presentation":"option",tabIndex:a?void 0:v?0:-1,"aria-selected":!a&&M?"true":a?void 0:"false","aria-disabled":!a&&C?"true":void 0,className:r(e.className,a?"k-list-group-item":Sl,G(Sl,{hover:g,focus:v,disabled:C,selected:M})),children:[p&&(0,Gt.jsx)(et,{checked:b}),l&&(0,Gt.jsx)("span",{className:"k-list-item-icon-wrapper",children:(0,Gt.jsx)(u,{icon:l,className:r("k-list-item-icon",i)})}),(0,Gt.jsx)("span",{className:"k-list-item-text",children:B}),f&&(0,Gt.jsx)("div",{className:"k-list-item-actions",children:f}),A&&(0,Gt.jsx)("span",{className:"k-list-item-description",children:A}),o&&o!==""&&(0,Gt.jsx)("div",{className:"k-list-item-group-label",children:o})]})};F.states=cb;F.options=pb;F.className=Sl;F.defaultOptions=mb;F.moduleName=Lo;F.folderName=Go;F.ariaSpec={selector:".k-list-item",rules:[{selector:".k-list-item",attribute:"role=option",usage:"Each list item is an option in the listbox."},{selector:".k-list-item",attribute:"id",usage:"ID for aria-activedescendant reference."},{selector:".k-list-item",attribute:"aria-selected (when selectable)",usage:"Indicates the selected state of the option."},{selector:".k-list-group-item",attribute:"role=presentation",usage:"Group headers are presentational, not selectable options."},{selector:".k-list-item-icon",attribute:"aria-hidden=true",usage:"Decorative icons are hidden from assistive technology."}]};var zs=require("react/jsx-runtime"),ub="k-list-ul",Xt=e=>{let{children:t,role:o,id:a,...l}=e;return(0,zs.jsx)("ul",{...l,id:a,role:o,className:r(ub,e.className),children:t})};Xt.ariaSpec={selector:".k-list-ul",rules:[{selector:'.k-list-ul[role="listbox"]',attribute:"role=listbox",usage:"For ungrouped lists, the UL has the listbox role."},{selector:'.k-list-ul[role="listbox"]',attribute:"aria-label or aria-labelledby (when has accessible name)",usage:"Accessible name for the listbox."},{selector:'.k-list-ul[role="group"]',attribute:"role=group",usage:"For grouped sublists under a group header."},{selector:'.k-list-ul[role="group"]',attribute:"aria-labelledby (when grouped)",usage:"References the group header ID."}]};var _o=require("react/jsx-runtime"),bb="k-list-content",le=e=>{let{virtualization:t,grouping:o,"aria-label":a,"aria-labelledby":l,listboxId:i,...p}=e;return(0,_o.jsxs)("div",{...p,className:r(bb,e.className),role:o?"listbox":void 0,id:o?i:void 0,"aria-label":o?a:void 0,"aria-labelledby":o?l:void 0,children:[o?e.children:(0,_o.jsx)(Xt,{role:"listbox",id:i,"aria-label":a,"aria-labelledby":l,children:e.children}),t&&(0,_o.jsx)("div",{className:"k-height-container",children:(0,_o.jsx)("div",{})})]})};le.ariaSpec={selector:".k-list-content",rules:[{selector:'.k-list-content[role="listbox"]',attribute:"role=listbox",usage:"For grouped lists, the list content container has the listbox role."},{selector:'.k-list-content[role="listbox"]',attribute:"aria-label or aria-labelledby (when has accessible name)",usage:"Accessible name for the listbox."}]};var wl=require("react/jsx-runtime");var zo=require("react/jsx-runtime"),fb="k-list-group-item",yo=e=>{let{groupIconName:t,...o}=e;return(0,zo.jsxs)("li",{...o,role:"presentation",className:r(fb,e.className),children:[t&&(0,zo.jsx)("span",{className:"k-list-item-icon-wrapper",children:(0,zo.jsx)(u,{icon:t,className:"k-list-item-icon"})}),(0,zo.jsx)("span",{className:"k-list-item-text",children:e.children})]})};yo.ariaSpec={selector:".k-list-group-item",rules:[{selector:".k-list-group-item",attribute:"role=presentation",usage:"Group headers are presentational, not selectable options."},{selector:".k-list-group-item",attribute:"id (when referenced)",usage:"ID for aria-labelledby on the parent group UL."}]};var Us=require("react/jsx-runtime"),Al="k-list-optionlabel",Tb=[n.hover,n.focus,n.selected,n.disabled],hb={},xb={},br=e=>{let{text:t,hover:o,focus:a,selected:l,disabled:i,...p}=e;return(0,Us.jsx)("div",{...p,className:r(Al,G(Al,{hover:o,focus:a,selected:l,disabled:i})),children:t})};br.states=Tb;br.options=hb;br.className=Al;br.defaultOptions=xb;var Fs=require("react/jsx-runtime"),El="k-list-custom-value",Nb=[n.hover,n.focus,n.selected,n.disabled],gb={},kb={},mo=e=>{let{text:t,hover:o,focus:a,selected:l,disabled:i,...p}=e;return(0,Fs.jsx)("div",{...p,className:r(El,G(El,{hover:o,focus:a,selected:l,disabled:i})),children:t})};mo.states=Nb;mo.options=gb;mo.className=El;mo.defaultOptions=kb;var Il=require("react/jsx-runtime");var Rl=require("react/jsx-runtime");var Ol=require("react/jsx-runtime");var Hl=require("react/jsx-runtime");var vb=require("react/jsx-runtime");var Pl=require("react/jsx-runtime");var Vs="dropdown-list",$s="dropdownlist";var fe=require("react/jsx-runtime"),Xs="k-dropdownlist",Lb=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled,n.loading,n.readonly],Cb={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline]},Gl={showValue:!0,arrowIconName:"caret-alt-down"},ie=e=>{let{size:t,rounded:o,fillMode:a,arrowIconName:l=Gl.arrowIconName,showValue:i=Gl.showValue,valueIconName:p,prefix:b,suffix:g,value:v,placeholder:M,hover:C,focus:f,valid:A,invalid:w,required:O,loading:B,disabled:D,readonly:V,popup:ue,opened:ve,adaptive:We,adaptiveSettings:it,adaptiveTitle:st,adaptiveSubtitle:Eo,adaptiveFilter:Hr,...qa}=e;return(0,fe.jsxs)(fe.Fragment,{children:[(0,fe.jsxs)(Rt,{...qa,size:t,rounded:o,fillMode:a,hover:C,focus:f,valid:A,invalid:w,required:O,loading:B,disabled:D,readonly:V,className:r(e.className,Xs,{"k-icon-picker":!i&&p}),children:[(0,fe.jsx)(ht,{children:b}),(0,fe.jsx)(ko,{placeholder:M,value:v,showValue:i,valueIconName:p}),(0,fe.jsx)(Je,{valid:A,invalid:w,loading:B,disabled:D}),(0,fe.jsx)(je,{loading:B,disabled:D}),(0,fe.jsx)(xt,{children:g}),(0,fe.jsx)(c,{className:"k-input-button",icon:l,size:e.size,fillMode:e.fillMode,"aria-label":M||"Toggle dropdown"})]}),ve&&ue&&(0,fe.jsx)(pe,{className:"k-list-container k-dropdownlist-popup",children:ue}),We&&(0,fe.jsx)(Ne,{adaptive:!0,...it,header:(0,fe.jsx)(qe,{actionsEnd:(0,fe.jsx)(c,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat"}),filter:Hr,inputValue:v,inputPlaceholder:M,title:st,subtitle:Eo}),children:(0,fe.jsx)("div",{className:"k-list-container",children:(0,fe.jsx)(Z,{size:"large",children:(0,fe.jsxs)(le,{children:[(0,fe.jsx)(F,{text:"List item"}),(0,fe.jsx)(F,{text:"List item"}),(0,fe.jsx)(F,{text:"List item"})]})})})})]})};ie.states=Lb;ie.options=Cb;ie.className=Xs;ie.defaultOptions=Gl;ie.moduleName=Vs;ie.folderName=$s;var Mb=require("react/jsx-runtime");var Ws=require("react/jsx-runtime");var Kl=require("react/jsx-runtime");var yb=require("react/jsx-runtime");var Js=require("react/jsx-runtime");var Dl=require("react/jsx-runtime");var ot=require("react/jsx-runtime"),Sb=ie.states,wb=ie.defaultOptions,Ab=ie.options,Eb=[{name:"opened",title:"Opened"}],Ib=[],ga=e=>{let{modifiers:t,...o}=e,a={},l=(0,ot.jsxs)(ot.Fragment,{children:[(0,ot.jsx)("div",{className:"k-list-filter",children:(0,ot.jsx)(gt,{})}),(0,ot.jsx)(Z,{style:{width:300},size:o.size,children:(0,ot.jsxs)(le,{children:[(0,ot.jsx)(F,{children:"List item"}),(0,ot.jsx)(F,{children:"List item"}),(0,ot.jsx)(F,{children:"List item"})]})})]});return Object.keys(t||{}).forEach(i=>{i==="opened"&&(a.opened=!!(t!=null&&t[i]),a.popup=t!=null&&t[i]?l:void 0)}),(0,ot.jsx)("div",{children:(0,ot.jsx)(ie,{placeholder:"Value",style:{width:300},...o,...a})})};ga.options=Ab;ga.states=Sb;ga.variants=Ib;ga.defaultOptions=wb;ga.modifiers=Eb;var ka=require("react/jsx-runtime"),qs="k-spin-button",Hb=[],Pb={size:[d.undefined,d.small,d.medium,d.large],fillMode:[k.undefined,k.solid,k.flat,k.outline,k.clear,k.link]},Bl={increaseLabel:"Increase value",decreaseLabel:"Decrease value"},uo=e=>{let{size:t,fillMode:o,disabled:a,increaseLabel:l=Bl.increaseLabel,decreaseLabel:i=Bl.decreaseLabel,...p}=e;return(0,ka.jsxs)("span",{...p,className:r(qs,e.className),children:[(0,ka.jsx)(c,{className:"k-spinner-increase",icon:"caret-alt-up",size:t,fillMode:o,disabled:a,"aria-label":l}),(0,ka.jsx)(c,{className:"k-spinner-decrease",icon:"caret-alt-down",size:t,fillMode:o,disabled:a,"aria-label":i})]})};uo.states=Hb;uo.options=Pb;uo.className=qs;uo.defaultOptions=Bl;uo.moduleName=null;uo.folderName=null;var Ys="numeric-textbox",Qs="numerictextbox";var Ie=require("react/jsx-runtime"),Zs="k-numerictextbox",Gb=[n.hover,n.focus,n.valid,n.invalid,n.loading,n.required,n.disabled,n.readonly],Kb={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline]},fr={showSpinButton:!0,showClearButton:!0,separators:!0},$=e=>{let{size:t,rounded:o,fillMode:a,separators:l=fr.separators,showClearButton:i=fr.showClearButton,showSpinButton:p=fr.showSpinButton,prefix:b,suffix:g,value:v,placeholder:M,hover:C,focus:f,valid:A,invalid:w,required:O,loading:B,disabled:D,readonly:V,id:ue,"aria-label":ve,"aria-describedby":We,...it}=e;return(0,Ie.jsxs)(Le,{...it,size:t,rounded:o,fillMode:a,hover:C,focus:f,valid:A,invalid:w,required:O,loading:B,disabled:D,readonly:V,className:r(e.className,Zs),children:[b&&(0,Ie.jsxs)(Ie.Fragment,{children:[(0,Ie.jsx)(ht,{children:b}),l&&(0,Ie.jsx)(Nt,{})]}),(0,Ie.jsx)(pt,{id:ue,placeholder:M,value:v,role:"spinbutton",disabled:D,"aria-label":ve,"aria-describedby":We,"aria-invalid":w?"true":void 0}),(0,Ie.jsx)(Je,{valid:A,invalid:w,loading:B,disabled:D}),(0,Ie.jsx)(je,{loading:B,disabled:D}),i&&(0,Ie.jsx)(ct,{loading:B,disabled:D,readonly:V,value:v}),g&&(0,Ie.jsxs)(Ie.Fragment,{children:[l&&(0,Ie.jsx)(Nt,{}),(0,Ie.jsx)(xt,{children:g})]}),p&&(0,Ie.jsx)(uo,{className:"k-input-spinner",size:t,fillMode:a,disabled:D})]})};$.states=Gb;$.options=Kb;$.className=Zs;$.defaultOptions=fr;$.moduleName=Ys;$.folderName=Qs;$.ariaSpec={selector:".k-numerictextbox",rules:[{selector:".k-numerictextbox > .k-input-inner",attribute:"role=spinbutton",usage:"Announces the spin button capabilities of the NumericTextBox."},{selector:".k-numerictextbox > .k-input-inner",attribute:"label for or aria-label or aria-labelledby (when has accessible name)",usage:"The input requires an accessible name (provided by consuming app)."},{selector:".k-numerictextbox > .k-input-inner",attribute:"aria-valuenow (when has value)",usage:"Announces the current value of the component."},{selector:".k-numerictextbox > .k-input-inner",attribute:"aria-valuemin (when has min)",usage:"Announces the minimum allowed value."},{selector:".k-numerictextbox > .k-input-inner",attribute:"aria-valuemax (when has max)",usage:"Announces the maximum allowed value."},{selector:".k-numerictextbox > .k-input-inner",attribute:"aria-invalid=true (when invalid)",usage:"Rendered when the NumericTextBox is in an invalid state."},{selector:".k-numerictextbox > .k-input-inner",attribute:"aria-describedby (when has hint or error)",usage:"Points to the hint or error message."},{selector:".k-numerictextbox.k-disabled > .k-input-inner",attribute:"disabled=disabled or aria-disabled=true",usage:"Rendered when the NumericTextBox is disabled."},{selector:".k-numerictextbox .k-spin-button > .k-button",attribute:"role=button or nodeName=button",usage:"Describes the role of the spin buttons."},{selector:".k-numerictextbox .k-spin-button > .k-button",attribute:"aria-label",usage:"The button element requires discernible text."},{selector:".k-numerictextbox.k-disabled .k-spin-button > .k-button",attribute:"disabled=disabled or aria-disabled=true",usage:"Rendered when the NumericTextBox is disabled."}]};var va=$;var ed=require("react/jsx-runtime"),js=e=>(0,ed.jsx)(va,{...e});var td=require("react/jsx-runtime");var od=require("react/jsx-runtime");var Db=require("react/jsx-runtime");var Tr=require("react/jsx-runtime"),Bb=$.states,_b=$.defaultOptions,zb=$.options,Ub=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"},{name:"spin-button",title:"`Spin` Button"}],Fb=[],La=e=>{let{modifiers:t,...o}=e,a={};return Object.keys(t||{}).forEach(l=>{switch(l){case"prefix":a.prefix=t!=null&&t[l]?(0,Tr.jsx)(ie,{size:o.size,fillMode:"flat",value:"mm"}):void 0;break;case"suffix":a.suffix=t!=null&&t[l]?(0,Tr.jsx)(ll,{children:"mm"}):void 0;break;case"clear-button":a.showClearButton=t==null?void 0:t[l];break;case"spin-button":a.showSpinButton=t==null?void 0:t[l];break;default:break}}),(0,Tr.jsx)(js,{value:"Value",style:{width:300},...o,...a})};La.options=zb;La.states=Bb;La.variants=Fb;La.defaultOptions=_b;La.modifiers=Ub;var _l="pager",ad=_l;var se=require("react/jsx-runtime"),hr="k-pager",Vb=[n.focus,n.disabled],$b={size:[d.undefined,d.small,d.medium,d.large]},ut={responsive:!0,pagerSizeInfo:!0,pageTitleInfo:!0,maxPagesInfo:!0,type:"numeric",pageSizes:!0,refresh:!0,previousNext:!0,info:"1 - 5 of 20 items",itemsPerPage:5,maxPages:6,currentPage:1},xe=e=>{let{responsive:t=ut.responsive,size:o,pagerSizeInfo:a=ut.pagerSizeInfo,pageTitleInfo:l=ut.pageTitleInfo,maxPagesInfo:i=ut.maxPagesInfo,itemsPerPage:p=ut.itemsPerPage,maxPages:b=ut.maxPages,currentPage:g=ut.currentPage,previousNext:v=ut.previousNext,type:M=ut.type,pageSizes:C=ut.pageSizes,refresh:f=ut.refresh,info:A=ut.info,focus:w,disabled:O,dir:B,...D}=e,V=[],ue=[];for(let ve=1;ve<=b;ve++)V.push((0,se.jsx)(c,{selected:ve===g,fillMode:"flat",themeColor:"primary",size:o,children:ve})),ue.push((0,se.jsx)("option",{selected:ve===g,children:ve}));return(0,se.jsxs)("div",{dir:B,...D,className:r(e.className,hr,I(hr,{size:o}),G(hr,{focus:w,disabled:O}),{"k-pager-responsive":t}),children:[(0,se.jsxs)("div",{className:r("k-pager-numbers-wrap"),children:[v&&(0,se.jsxs)(se.Fragment,{children:[(0,se.jsx)(c,{className:r("k-pager-nav","k-pager-first"),disabled:g===1&&!O,fillMode:"flat",size:o,icon:B==="rtl"?"caret-alt-to-right":"caret-alt-to-left"}),(0,se.jsx)(c,{className:r("k-pager-nav"),disabled:g===1&&!O,fillMode:"flat",size:o,icon:B==="rtl"?"caret-alt-right":"caret-alt-left"})]}),M==="numeric"&&(0,se.jsx)("div",{className:r("k-pager-numbers"),children:V}),M==="input"&&(0,se.jsxs)("span",{className:r("k-pager-input"),children:[l&&(0,se.jsx)("span",{children:"Page"}),(0,se.jsx)($,{value:`${g}`,size:o,showSpinButton:!1,showClearButton:!1}),(0,se.jsx)("span",{children:i&&`of ${b}`})]}),v&&(0,se.jsxs)(se.Fragment,{children:[(0,se.jsx)(c,{className:r("k-pager-nav"),disabled:g===b&&!O,fillMode:"flat",size:o,icon:B==="rtl"?"caret-alt-left":"caret-alt-right"}),(0,se.jsx)(c,{className:r("k-pager-nav","k-pager-last"),disabled:g===b&&!O,fillMode:"flat",size:o,icon:B==="rtl"?"caret-alt-to-left":"caret-alt-to-right"})]})]}),C&&(0,se.jsxs)("span",{className:r("k-pager-sizes"),children:[(0,se.jsx)(ie,{value:`${p}`,size:o}),a&&(0,se.jsx)("span",{children:"items per page"})]}),f&&(0,se.jsx)(c,{className:r("k-pager-refresh"),fillMode:"flat",size:o,icon:"arrow-rotate-cw"}),A&&(0,se.jsx)("span",{className:r("k-pager-info"),children:A})]})};xe.states=Vb;xe.options=$b;xe.className=hr;xe.defaultOptions=ut;xe.moduleName=_l;xe.folderName=ad;var Xb=require("react/jsx-runtime");var Wb=require("react/jsx-runtime");var Jb=require("react/jsx-runtime");var zl=require("react/jsx-runtime"),qb=xe.options,Yb=xe.states,Qb={...xe.defaultOptions,variant:"numeric"},Zb=[{name:"numeric",title:"Numeric"},{name:"input",title:"Input"}],jb=[],Ca=e=>{let{variant:t,...o}=e;return t==="input"?(0,zl.jsx)(xe,{...o,type:"input"}):(0,zl.jsx)(xe,{...o,type:"numeric"})};Ca.options=qb;Ca.states=Yb;Ca.variants=Zb;Ca.defaultOptions=Qb;Ca.modifiers=jb;var ld=require("react/jsx-runtime"),rd="k-grid-pager",Kt=e=>(0,ld.jsx)(xe,{...e,className:r(e.className,rd),children:e.children});Kt.className=rd;Kt.moduleName=X;Kt.folderName=J;var Ul="button",nd=Ul;var id=require("react/jsx-runtime"),Ma="k-button-group",ef=[n.disabled],tf={fillMode:[k.undefined,k.solid,k.flat,k.outline,k.clear,k.link]},of={},U=e=>{let{fillMode:t,disabled:o,stretched:a,...l}=e;return(0,id.jsx)("div",{role:"group",...l,className:r(e.className,Ma,I(Ma,{fillMode:t}),G(Ma,{disabled:o}),{[`${Ma}-stretched`]:a}),...o&&{"aria-disabled":"true"},children:e.children})};U.states=ef;U.options=tf;U.className=Ma;U.defaultOptions=of;U.moduleName=Ul;U.folderName=nd;U.ariaSpec={selector:".k-button-group",rules:[{selector:".k-button-group:not(.k-split-button)",attribute:"role=group",usage:"Sets the proper role for the group of buttons."},{selector:".k-button-group.k-disabled",attribute:"aria-disabled=true",usage:"The attribute is rendered only when the entire button group is disabled."},{selector:".k-button-group:not(.k-split-button):not(.k-scheduler-navigation):not(.k-zoom-control) .k-button",attribute:"aria-pressed (when selected)",usage:"Specifies the current state of the ButtonGroup. Only the selected button within the group will have this attribute set to true."}]};var Fl=require("react/jsx-runtime");var Vl=require("react/jsx-runtime");var $l=require("react/jsx-runtime");var Xl=require("react/jsx-runtime");var Wl=require("react/jsx-runtime");var Jl=require("react/jsx-runtime");var at=require("react/jsx-runtime"),af={...c.options,...U.options},rf=c.states,lf={...c.defaultOptions,...U.defaultOptions,variant:"text-button"},nf=[{name:"icon-button",title:"Icon Only"},{name:"text-button",title:"Text"},{name:"icon-text-button",title:"Icon Text"}],sf=[],ya=e=>{let{variant:t,className:o,...a}=e;return t==="icon-button"?(0,at.jsxs)(U,{fillMode:a.fillMode,className:o,children:[(0,at.jsx)(c,{...a,icon:"star"}),(0,at.jsx)(c,{...a,icon:"star"}),(0,at.jsx)(c,{...a,icon:"star"})]}):t==="icon-text-button"?(0,at.jsxs)(U,{fillMode:a.fillMode,className:o,children:[(0,at.jsx)(c,{...a,icon:"star",children:"First"}),(0,at.jsx)(c,{...a,icon:"star",children:"Middle"}),(0,at.jsx)(c,{...a,icon:"star",children:"Last"})]}):(0,at.jsxs)(U,{fillMode:a.fillMode,className:o,children:[(0,at.jsx)(c,{...a,children:"First"}),(0,at.jsx)(c,{...a,children:"Middle"}),(0,at.jsx)(c,{...a,children:"Last"})]})};ya.options=af;ya.states=rf;ya.variants=nf;ya.defaultOptions=lf;ya.modifiers=sf;var Sa=require("react/jsx-runtime"),sd="k-color-preview",df=[],cf={},bo=e=>{let{color:t,iconName:o,...a}=e;return(0,Sa.jsxs)("span",{...a,className:r(e.className,sd,{"k-icon-color-preview":o,"k-no-color":!t}),children:[o&&(0,Sa.jsx)(u,{icon:o,className:"k-color-preview-icon"}),(0,Sa.jsx)("span",{className:"k-color-preview-mask",style:{backgroundColor:t}})]})};bo.states=df;bo.options=cf;bo.className=sd;var ql="slider",dd=ql;var wt=require("react/jsx-runtime"),wa="k-slider",pf=[n.hover,n.focus,n.active,n.disabled,n.readonly],mf={},Lt={type:"single",orientation:"horizontal",gradientType:"1d",readonly:!1,disabled:!1,handlePosition:"end",showButtons:!0,showTicks:!0,value:50,min:0,max:100},me=e=>{let{type:t=Lt.type,orientation:o=Lt.orientation,gradientType:a=Lt.gradientType,readonly:l=Lt.readonly,disabled:i=Lt.disabled,handlePosition:p=Lt.handlePosition,showButtons:b=Lt.showButtons,showTicks:g=Lt.showTicks,value:v=Lt.value,min:M=Lt.min,max:C=Lt.max,startValue:f,endValue:A,hover:w,focus:O,active:B,trackStyle:D,dir:V,...ue}=e,We=(()=>{if(t==="gradient"&&a==="2d")return"undefined";if(o==="vertical")return"vertical"})(),it,st;return o==="horizontal"?(it=V==="rtl"?"caret-alt-left":"caret-alt-right",st=V==="rtl"?"caret-alt-right":"caret-alt-left"):o==="vertical"&&(it="caret-alt-up",st="caret-alt-down"),(0,wt.jsxs)("div",{...ue,className:r(wa,e.className,G(wa,{readonly:l,disabled:i}),{[`k-slider-${o}`]:o,"k-colorgradient-slider":t==="gradient"}),dir:V,children:[b&&(0,wt.jsx)(c,{className:"k-button-decrease",rounded:"full",icon:st,tabIndex:-1,title:"Decrease"}),(0,wt.jsxs)("div",{className:"k-slider-track-wrap",children:[g&&(0,wt.jsx)("ul",{className:"k-reset k-slider-items",children:e.children}),(0,wt.jsxs)("div",{className:"k-slider-track",style:D,children:[(0,wt.jsx)("div",{className:"k-slider-selection"}),t==="range"&&(0,wt.jsx)("span",{className:r("k-draghandle","k-draghandle-start",G(wa,{hover:w,focus:O,active:B})),role:"slider",tabIndex:i?void 0:0,"aria-valuenow":f??M,"aria-valuemin":M,"aria-valuemax":A??C,"aria-orientation":We,"aria-disabled":i?"true":void 0,"aria-readonly":l?"true":void 0,"aria-label":ue["aria-label"]?`${ue["aria-label"]} start`:"Range start"}),(0,wt.jsx)("span",{className:r("k-draghandle",`k-draghandle-${p}`,G(wa,{hover:w,focus:O,active:B})),role:"slider",tabIndex:i?void 0:0,"aria-valuenow":t==="range"?A??C:v,"aria-valuemin":t==="range"?f??M:M,"aria-valuemax":C,"aria-orientation":We,"aria-disabled":i?"true":void 0,"aria-readonly":l?"true":void 0,"aria-label":t==="range"?ue["aria-label"]?`${ue["aria-label"]} end`:"Range end":ue["aria-label"]})]})]}),b&&(0,wt.jsx)(c,{className:"k-button-increase",rounded:"full",icon:it,tabIndex:-1,title:"Increase"})]})};me.states=pf;me.options=mf;me.className=wa;me.defaultOptions=Lt;me.moduleName=ql;me.folderName=dd;me.ariaSpec={selector:".k-slider",rules:[{selector:".k-slider .k-draghandle:not(.k-hsv-draghandle)",attribute:"role=slider",usage:"Sets the proper role for Slider."},{selector:".k-slider .k-draghandle:not(.k-hsv-draghandle)",attribute:"aria-label or aria-labelledby or title",usage:"The Slider needs an accessible name to be assigned to it."},{selector:".k-slider .k-draghandle:not(.k-hsv-draghandle)",attribute:"aria-invalid=true (when invalid)",usage:"Rendered only when the Slider is in a form and announces the invalid state."},{selector:".k-slider .k-draghandle:not(.k-hsv-draghandle)",attribute:"aria-valuenow",usage:"Specifies the currently selected value in the Slider."},{selector:".k-slider .k-draghandle:not(.k-hsv-draghandle)",attribute:"aria-valuemin",usage:"Specifies the minimum available value in the Slider."},{selector:".k-slider .k-draghandle:not(.k-hsv-draghandle)",attribute:"aria-valuemax",usage:"Specifies the maximum available value in the Slider."},{selector:".k-slider .k-draghandle:not(.k-hsv-draghandle)",attribute:"aria-valuetext (when has text alternative)",usage:"Specifies a human-readable text alternative to the numeric value. Provided by consuming applications."},{selector:".k-slider:not(.k-disabled) .k-draghandle:not(.k-hsv-draghandle)",attribute:"tabindex=0",usage:"The element must be focusable. Disabled sliders are removed from tab order."},{selector:".k-slider-vertical .k-draghandle",attribute:"aria-orientation=vertical (when vertical)",usage:"Present only when slider is vertical."},{selector:".k-slider.k-disabled .k-draghandle:not(.k-hsv-draghandle)",attribute:"aria-disabled=true",usage:"Rendered only when the Slider is disabled."},{selector:".k-slider.k-readonly .k-draghandle",attribute:"aria-readonly=true (when readonly)",usage:"Rendered only when the Slider is readonly. Readonly sliders remain focusable but their value cannot be changed."},{selector:".k-slider .k-button",attribute:"tabindex=-1",usage:"Excludes the buttons from the natural tab order. Keyboard users use arrow keys on the drag handle."},{selector:".k-slider .k-button",attribute:"title",usage:'Provides a tooltip describing the button action (e.g., "Decrease" or "Increase").'}]};var Yl=require("react/jsx-runtime"),cd="k-tick",uf=[],bf={},pd={label:!1},_=e=>{let{style:t,label:o=pd.label,orientation:a,large:l,text:i,...p}=e;return(0,Yl.jsx)("li",{...p,className:r(e.className,cd,{[`k-tick-${a}`]:a,"k-tick-large":l}),style:t,children:o&&(0,Yl.jsx)("span",{className:"k-label",children:i})})};_.states=uf;_.options=bf;_.className=cd;_.defaultOptions=pd;var Re=require("react/jsx-runtime"),md=e=>(0,Re.jsx)(me,{"aria-label":e["aria-label"]||"Slider",children:(0,Re.jsxs)(Re.Fragment,{children:[(0,Re.jsx)(_,{className:"k-first",label:!0,large:!0,text:"0"}),(0,Re.jsx)(_,{}),(0,Re.jsx)(_,{}),(0,Re.jsx)(_,{}),(0,Re.jsx)(_,{}),(0,Re.jsx)(_,{label:!0,large:!0,text:"5"}),(0,Re.jsx)(_,{}),(0,Re.jsx)(_,{}),(0,Re.jsx)(_,{}),(0,Re.jsx)(_,{}),(0,Re.jsx)(_,{className:"k-last",label:!0,large:!0,text:"10"})]}),...e});var Oe=require("react/jsx-runtime"),ud=e=>(0,Oe.jsx)(me,{children:(0,Oe.jsxs)(Oe.Fragment,{children:[(0,Oe.jsx)(_,{className:"k-first",label:!0,large:!0,text:"0"}),(0,Oe.jsx)(_,{}),(0,Oe.jsx)(_,{}),(0,Oe.jsx)(_,{}),(0,Oe.jsx)(_,{}),(0,Oe.jsx)(_,{label:!0,large:!0,text:"5"}),(0,Oe.jsx)(_,{}),(0,Oe.jsx)(_,{}),(0,Oe.jsx)(_,{}),(0,Oe.jsx)(_,{}),(0,Oe.jsx)(_,{className:"k-last",label:!0,large:!0,text:"10"})]}),"aria-label":e["aria-label"]||"Vertical slider",...e,orientation:"vertical"});var Ql=require("react/jsx-runtime");var Zl=require("react/jsx-runtime");var bd=require("react/jsx-runtime"),jl=e=>(0,bd.jsx)(me,{type:"gradient",showButtons:!1,showTicks:!1,...e,"aria-label":e["aria-label"]||"Color slider"});var fd=require("react/jsx-runtime"),en=e=>(0,fd.jsx)(me,{type:"gradient",orientation:"vertical",showButtons:!1,showTicks:!1,...e,"aria-label":e["aria-label"]||"Color slider"});var tn=require("react/jsx-runtime");var on=require("react/jsx-runtime");var rt=require("react/jsx-runtime"),ff=me.options,Tf=me.states,Td={...me.defaultOptions,variant:"horizontal",label:!0},hf=[{name:"horizontal",title:"Horizontal"},{name:"vertical",title:"Vertical"}],xf=[{name:"label",title:"Labels"},{name:"tick",title:"Ticks"},{name:"button",title:"Side Buttons"}],Aa=e=>{let{variant:t,modifiers:o,...a}={...Td,...e},l={};Object.keys(o||{}).forEach(v=>{switch(v){case"button":{l.showButtons=!!(o!=null&&o[v]);break}case"label":{l.label=!!(o!=null&&o[v]);break}case"tick":{l.showTicks=!!(o!=null&&o[v]);break}}});let{label:i=!0,showButtons:p,showTicks:b}=l,g={"--kendo-slider-start":0,"--kendo-slider-end":60};return t==="vertical"?(0,rt.jsxs)(ud,{showTicks:b,showButtons:p,style:{height:"300px",...g},...a,children:[(0,rt.jsx)(_,{label:i,large:!0,orientation:"vertical",text:"0",style:{position:"absolute",bottom:"0%"}}),(0,rt.jsx)(_,{label:i,large:!0,orientation:"vertical",text:"2",style:{position:"absolute",bottom:"25%"}}),(0,rt.jsx)(_,{label:i,large:!0,orientation:"vertical",text:"4",style:{position:"absolute",bottom:"50%"}}),(0,rt.jsx)(_,{label:i,large:!0,orientation:"vertical",text:"6",style:{position:"absolute",bottom:"75%"}}),(0,rt.jsx)(_,{label:i,large:!0,orientation:"vertical",text:"8",style:{position:"absolute",bottom:"100%"}})]}):(0,rt.jsxs)(md,{showTicks:b,showButtons:p,style:{width:"400px",...g},...a,children:[(0,rt.jsx)(_,{label:i,large:!0,orientation:"horizontal",text:"0",style:{position:"absolute",left:"0%"}}),(0,rt.jsx)(_,{label:i,large:!0,orientation:"horizontal",text:"2",style:{position:"absolute",left:"25%"}}),(0,rt.jsx)(_,{label:i,large:!0,orientation:"horizontal",text:"4",style:{position:"absolute",left:"50%"}}),(0,rt.jsx)(_,{label:i,large:!0,orientation:"horizontal",text:"6",style:{position:"absolute",left:"75%"}}),(0,rt.jsx)(_,{label:i,large:!0,orientation:"horizontal",text:"8",style:{position:"absolute",left:"100%"}})]})};Aa.options=ff;Aa.states=Tf;Aa.variants=hf;Aa.defaultOptions=Td;Aa.modifiers=xf;var R=require("react/jsx-runtime"),hd="k-colorgradient-inputs",Nf=[],gf={size:[d.undefined,d.small,d.medium,d.large]},xd={mode:"rgba"},Uo=e=>{let{mode:t=xd.mode,size:o,...a}=e;return(0,R.jsxs)("div",{...a,className:r(hd,"k-hstack"),children:[(0,R.jsx)("div",{className:"k-vstack",children:(0,R.jsx)(c,{fillMode:"flat",icon:"caret-alt-expand",className:"k-colorgradient-toggle-mode",size:o,"aria-label":"Toggle color input format"})}),t==="rgba"&&(0,R.jsxs)(R.Fragment,{children:[(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132",size:o,"aria-label":"Red channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"R"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132",size:o,"aria-label":"Green channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"G"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132",size:o,"aria-label":"Blue channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"B"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"1.00",size:o,"aria-label":"Alpha channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"A"})]})]}),t==="rgb"&&(0,R.jsxs)(R.Fragment,{children:[(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Red channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"R"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Green channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"G"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Blue channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"B"})]})]}),t==="hsva"&&(0,R.jsxs)(R.Fragment,{children:[(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Hue channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"H"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Saturation channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"S"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Value channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"V"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"1.00","aria-label":"Alpha channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"A"})]})]}),t==="hsv"&&(0,R.jsxs)(R.Fragment,{children:[(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Hue channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"H"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Saturation channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"S"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Value channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"V"})]})]}),t==="hex"&&(0,R.jsx)(R.Fragment,{children:(0,R.jsxs)("div",{className:"k-vstack k-flex-1",children:[(0,R.jsx)(ne,{showClearButton:!1,value:"#b88484AA",className:"k-hex-value"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"HEX"})]})})]})};Uo.states=Nf;Uo.options=gf;Uo.className=hd;Uo.defaultOptions=xd;var Fe=require("react/jsx-runtime"),Nd="k-colorgradient-color-contrast",kf=[],vf={},Lf={},Fo=()=>(0,Fe.jsxs)("div",{className:r(Nd,"k-vbox"),children:[(0,Fe.jsxs)("div",{className:"k-contrast-ratio",children:[(0,Fe.jsx)("span",{className:"k-contrast-ratio-text",children:"Contrast ratio: 7.1"}),(0,Fe.jsxs)("span",{className:"k-contrast-validation !k-text-success",children:[(0,Fe.jsx)(u,{icon:"check"}),(0,Fe.jsx)(u,{icon:"check"})]})]}),(0,Fe.jsxs)("div",{children:[(0,Fe.jsx)("span",{children:"AA: 4.5"}),(0,Fe.jsxs)("span",{className:"k-contrast-validation !k-text-success",children:["Pass",(0,Fe.jsx)(u,{icon:"check"})]})]}),(0,Fe.jsxs)("div",{children:[(0,Fe.jsx)("span",{children:"AAA: 7.0"}),(0,Fe.jsxs)("span",{className:"k-contrast-validation !k-text-error",children:["Fail",(0,Fe.jsx)(u,{icon:"x"})]})]})]});Fo.states=kf;Fo.options=vf;Fo.className=Nd;Fo.defaultOptions=Lf;var gd="color-gradient",kd="colorgradient";var Ce=require("react/jsx-runtime"),xr="k-colorgradient",Cf=[n.hover,n.focus,n.readonly,n.disabled],Mf={size:[d.undefined,d.small,d.medium,d.large]},Dt={mode:"rgba",readonly:!1,disabled:!1,contrast:!1,gradientStyle:{background:"rgb(255, 0, 0 )"},dragHandleStyle:{top:"50px",left:"73px"},alphaStyle:{background:"linear-gradient(to top, transparent, rgb(255, 0, 0))"},alphaStyleHorizontal:{background:"linear-gradient(to right, transparent, rgb(255, 0, 0))"},canvasOrientation:"horizontal"},He=e=>{let{size:t,mode:o=Dt.mode,readonly:a=Dt.readonly,disabled:l=Dt.disabled,gradientStyle:i=Dt.gradientStyle,dragHandleStyle:p=Dt.dragHandleStyle,alphaStyle:b=Dt.alphaStyle,alphaStyleHorizontal:g=Dt.alphaStyleHorizontal,contrast:v=Dt.contrast,dir:M,hover:C,focus:f,hoverHandle:A,focusHandle:w,canvasOrientation:O=Dt.canvasOrientation,role:B,tabIndex:D,...V}=e;return(0,Ce.jsxs)("div",{...V,role:B??"textbox","aria-label":B==="none"?void 0:"Color gradient",tabIndex:D??0,"aria-disabled":l?"true":void 0,className:r(e.className,xr,I(xr,{size:t}),G(xr,{hover:C,focus:f,readonly:a,disabled:l})),dir:M,children:[!O||O==="horizontal"&&(0,Ce.jsxs)("div",{className:"k-colorgradient-canvas k-hstack",children:[(0,Ce.jsx)("div",{className:"k-hsv-rectangle",style:i,children:(0,Ce.jsx)("div",{className:"k-hsv-gradient",children:(0,Ce.jsx)("div",{className:r("k-hsv-draghandle","k-draghandle",{"k-hover":A,"k-focus":w}),style:p,role:"slider","aria-orientation":"undefined","aria-label":"Color well with two-dimensional slider for selecting saturation and lightness","aria-valuetext":"X: 73, Y: 50","aria-valuenow":50,"aria-valuemin":0,"aria-valuemax":100})})}),(0,Ce.jsxs)("div",{className:"k-hsv-controls k-hstack",children:[(0,Ce.jsx)(en,{className:"k-hue-slider",hover:A,focus:w}),o!=="rgb"&&o!=="hsv"&&(0,Ce.jsx)(en,{className:"k-alpha-slider",hover:A,focus:w,trackStyle:b})]})]}),O==="vertical"&&(0,Ce.jsxs)("div",{className:"k-colorgradient-canvas k-vstack",children:[(0,Ce.jsx)("div",{className:"k-hsv-rectangle",style:i,children:(0,Ce.jsx)("div",{className:"k-hsv-gradient",children:(0,Ce.jsx)("div",{className:r("k-hsv-draghandle","k-draghandle",{"k-hover":A,"k-focus":w}),style:p,role:"slider","aria-orientation":"undefined","aria-label":"Color well with two-dimensional slider for selecting saturation and lightness","aria-valuetext":"X: 73, Y: 50","aria-valuenow":50,"aria-valuemin":0,"aria-valuemax":100})})}),(0,Ce.jsxs)("div",{className:"k-hsv-controls k-vstack",children:[(0,Ce.jsx)(jl,{className:"k-hue-slider",hover:A,focus:w}),o!=="rgb"&&o!=="hsv"&&(0,Ce.jsx)(jl,{className:"k-alpha-slider",hover:A,focus:w,trackStyle:g})]})]}),(0,Ce.jsx)(Uo,{mode:e.mode,size:t}),v&&(0,Ce.jsx)(Fo,{})]})};He.states=Cf;He.options=Mf;He.className=xr;He.defaultOptions=Dt;He.moduleName=gd;He.folderName=kd;He.ariaSpec={selector:".k-colorgradient",rules:[{selector:".k-colorgradient",attribute:"role=textbox",usage:"The focusable wrapper should be considered a textbox with a value that could be submitted."},{selector:".k-colorgradient",attribute:"aria-label or aria-labelledby",usage:"The component needs an accessible name including the currently selected value."},{selector:".k-colorgradient",attribute:"tabindex=0",usage:"The element must be focusable."},{selector:".k-colorgradient.k-disabled",attribute:"aria-disabled=true",usage:"Rendered only when the ColorGradient is disabled."},{selector:".k-hsv-draghandle",attribute:"role=slider",usage:"The 2D draghandle must have slider role for ARIA-allowed attributes."},{selector:".k-hsv-draghandle",attribute:"aria-orientation=undefined",usage:"The implicit orientation for the slider must be removed for the 2D handle."},{selector:".k-hsv-draghandle",attribute:"aria-label",usage:"Must provide information about the purpose of the slider and the currently selected color."},{selector:".k-hsv-draghandle",attribute:"aria-valuetext",usage:"Must specify the values on both X and Y axis."},{selector:".k-hsv-draghandle",attribute:"aria-valuenow",usage:"Required by the slider role."},{selector:".k-hsv-draghandle",attribute:"aria-valuemin",usage:"Required by the slider role."},{selector:".k-hsv-draghandle",attribute:"aria-valuemax",usage:"Required by the slider role."},{selector:".k-numerictextbox>.k-input-inner",attribute:"aria-label",usage:"Must provide the name of the channel (red, green, blue, or alpha)."}]};var vd=require("react/jsx-runtime"),Nr=e=>(0,vd.jsx)(He,{...e});var yf=require("react/jsx-runtime");var Sf=require("react/jsx-runtime");var gr=require("react/jsx-runtime"),wf=He.options,Af=He.states,Ef={...He.defaultOptions,variant:"rgba"},If=[{name:"rgba",title:"RGBA"},{name:"rgb",title:"RGB"},{name:"hex",title:"HEX"}],Rf=[],Ea=e=>{let{variant:t,...o}=e;switch(t){case"hex":return(0,gr.jsx)(Nr,{...o,mode:t});case"rgb":return(0,gr.jsx)(Nr,{...o,mode:t});default:return(0,gr.jsx)(Nr,{...o,mode:t})}};Ea.options=wf;Ea.states=Af;Ea.variants=If;Ea.defaultOptions=Ef;Ea.modifiers=Rf;var Ld=require("react/jsx-runtime"),an=e=>(0,Ld.jsx)("tr",{role:"row",children:e.children});var Cd=require("react/jsx-runtime"),rn="k-colorpalette-tile",Of=[n.hover,n.focus,n.selected],Hf={},Vo=e=>{let{color:t,tileSize:o,hover:a,focus:l,selected:i,...p}=e,b={backgroundColor:t,width:o?o+"px":"",height:o?o+"px":""};return(0,Cd.jsx)("td",{...p,role:"gridcell","aria-label":t,"aria-selected":i?"true":void 0,className:r(e.className,rn,G(rn,{hover:a,focus:l,selected:i})),style:b})};Vo.states=Of;Vo.options=Hf;Vo.className=rn;var Md="color-palette",yd="colorpalette";var $o=require("react/jsx-runtime"),kr="k-colorpalette",Pf=[n.disabled],Gf={size:[d.undefined,d.small,d.medium,d.large]},Sd={columns:10},lt=e=>{let{size:t,palette:o,columns:a=Sd.columns,tileSize:l,disabled:i,...p}=e,b=[];if(o){let g=a||o.columns,v=o.colors?o.colors:o;Array.isArray(v)&&Array.from({length:Math.ceil(v.length/g)},(M,C)=>{let f=[];v.slice(C*g,(C+1)*g).map((w,O)=>{f.push((0,$o.jsx)(Vo,{color:w,tileSize:l},O))});let A=(0,$o.jsx)(an,{children:f},C);b.push(A)})}return(0,$o.jsx)("div",{...p,role:"grid","aria-label":"Color palette",tabIndex:0,"aria-disabled":i?"true":void 0,className:r(e.className,kr,G(kr,{disabled:i}),I(kr,{size:t})),children:(0,$o.jsx)("table",{className:"k-colorpalette-table",role:"none",children:(0,$o.jsx)("tbody",{children:b.length>0?b:e.children})})})};lt.states=Pf;lt.options=Gf;lt.className=kr;lt.defaultOptions=Sd;lt.moduleName=Md;lt.folderName=yd;lt.ariaSpec={selector:".k-colorpalette",rules:[{selector:".k-colorpalette",attribute:"role=grid",usage:"The focusable wrapper announces its role as a grid."},{selector:".k-colorpalette",attribute:"aria-label or aria-labelledby",usage:"The component needs an accessible name including the currently selected value."},{selector:".k-colorpalette",attribute:"aria-activedescendant",usage:"Points to the focused cell in the table."},{selector:".k-colorpalette",attribute:"tabindex=0",usage:"The element must be focusable."},{selector:".k-colorpalette.k-disabled",attribute:"aria-disabled=true",usage:"Rendered only when the ColorPalette is disabled."},{selector:".k-colorpalette-table",attribute:"role=none or role=presentation",usage:"Negates the default role of the table element."},{selector:".k-colorpalette-table>tbody>tr",attribute:"role=row",usage:"Required as the semantic role of the parent table has been removed."},{selector:".k-colorpalette-tile",attribute:"role=gridcell",usage:"Required as the semantic role of the parent table has been removed."},{selector:".k-colorpalette-tile",attribute:"aria-label or title",usage:"The text representation of the color value for the current cell."},{selector:".k-colorpalette-tile.k-selected",attribute:"aria-selected=true",usage:"Present on the currently selected cell."}]};var vr=lt;var Ia={basic:{colors:["#000000","#7f7f7f","#880015","#ed1c24","#ff7f27","#fff200","#22b14c","#00a2e8","#3f48cc","#a349a4","#ffffff","#c3c3c3","#b97a57","#ffaec9","#ffc90e","#efe4b0","#b5e61d","#99d9ea","#7092be","#c8bfe7"],columns:10},office:{colors:["#ffffff","#000000","#e6e6e6","#435569","#4371c4","#ed7e32","#a5a4a5","#febf04","#5a9bd5","#71ae48","#f2f2f3","#7f7f7f","#d1cece","#d5dde3","#dae1f4","#fce5d4","#deeded","#fff2cc","#deeaf6","#e1efd9","#d7d8d8","#585959","#aeabab","#adbaca","#b4c5e7","#f6caac","#dbdbdb","#ffe498","#bcd6ee","#c5e0b2","#bfbfc0","#3f3f3f","#767070","#8595b1","#8fabdb","#f5b183","#c9c8c9","#fed965","#9bc4e5","#a8d08d","#a5a5a6","#262625","#393939","#334050","#2e5496","#c45a11","#7b7b7a","#bf9000","#2f75b5","#548235","#7f7f7f","#0b0c0c","#161616","#222a34","#203764","#843d0b","#525252","#7f6000","#1d4d79","#375623"],columns:10},apex:{colors:["#ffffff","#000000","#c9c2d1","#69676d","#ceb966","#9cb084","#6bb1c9","#6585cf","#7e6bc9","#a379bb","#f2f2f2","#7f7f7f","#f4f2f5","#e0e0e2","#f5f1e0","#ebefe6","#e1eff4","#e0e6f5","#e5e1f4","#ece4f1","#d8d8d8","#595959","#e9e6ec","#c2c1c5","#ebe3c1","#d7dfcd","#c3dfe9","#c1ceeb","#cbc3e9","#dac9e3","#bfbfbf","#3f3f3f","#dedae3","#a4a3a8","#e1d5a3","#c3cfb5","#a6d0de","#a2b5e2","#b1a6de","#c7aed6","#a5a5a5","#262626","#9688a5","#4e4d51","#ae9638","#758c5a","#3d8da9","#365bb0","#533da9","#7d4d99","#7f7f7f","#0c0c0c","#635672","#343336","#746425","#4e5d3c","#295e70","#243c75","#372970","#533366"],columns:10},austin:{colors:["#ffffff","#000000","#caf278","#3e3d2d","#94c600","#71685a","#ff6700","#909465","#956b43","#fea022","#f2f2f2","#7f7f7f","#f4fce4","#dddcd0","#efffc0","#e3e1dc","#ffe0cb","#e8e9df","#ece1d6","#feecd2","#d8d8d8","#595959","#e9f9c9","#bbb9a1","#dfff82","#c8c3ba","#ffc299","#d2d4c0","#dac3ad","#fed9a6","#bfbfbf","#3f3f3f","#dff7ae","#ada598","#cfff43","#ada598","#ffa365","#bcbfa1","#c8a585","#fec67a","#a5a5a5","#262626","#a9ea25","#2e2d21","#6f9400","#544e43","#bf4d00","#6c6f4b","#6f5032","#d77b00","#7f7f7f","#0c0c0c","#74a50f","#1f1e16","#4a6300","#38342d","#7f3300","#484a32","#4a3521","#8f5200"],columns:10},clarity:{colors:["#ffffff","#292934","#f3f2dc","#d2533c","#93a299","#ad8f67","#726056","#4c5a6a","#808da0","#79463d","#f2f2f2","#e7e7ec","#e7e5b9","#f6dcd8","#e9ecea","#eee8e0","#e4dedb","#d8dde3","#e5e8ec","#e9d6d3","#d8d8d8","#c4c4d1","#d5d185","#edbab1","#d3d9d6","#ded2c2","#c9beb8","#b2bcc8","#ccd1d9","#d3aea7","#bfbfbf","#8a8aa3","#aca73b","#e4978a","#bec7c1","#cdbba3","#af9e94","#8c9bac","#b2bac6","#bd857c","#a5a5a5","#56566e","#56531d","#a43925","#6b7c72","#866b48","#554840","#39434f","#5c697b","#5a342d","#7f7f7f","#3b3b4b","#22210b","#6d2619","#47534c","#594730","#39302b","#262d35","#3d4652","#3c231e"],columns:10},slipstream:{colors:["#ffffff","#000000","#b4dcfa","#212745","#4e67c8","#5eccf3","#a7ea52","#5dceaf","#ff8021","#f14124","#f2f2f2","#7f7f7f","#8bc9f7","#c7cce4","#dbe0f4","#def4fc","#edfadc","#def5ef","#ffe5d2","#fcd9d3","#d8d8d8","#595959","#4facf3","#909aca","#b8c2e9","#beeafa","#dbf6b9","#beebdf","#ffcca6","#f9b3a7","#bfbfbf","#3f3f3f","#0d78c9","#5967af","#94a3de","#9ee0f7","#caf297","#9de1cf","#ffb279","#f68d7b","#a5a5a5","#262626","#063c64","#181d33","#31479f","#11b2eb","#81d319","#34ac8b","#d85c00","#c3260c","#7f7f7f","#0c0c0c","#021828","#101322","#202f6a","#0b769c","#568c11","#22725c","#903d00","#821908"],columns:10},metro:{colors:["#ffffff","#000000","#d6ecff","#4e5b6f","#7fd13b","#ea157a","#feb80a","#00addc","#738ac8","#1ab39f","#f2f2f2","#7f7f7f","#a7d6ff","#d9dde4","#e5f5d7","#fad0e4","#fef0cd","#c5f2ff","#e2e7f4","#c9f7f1","#d8d8d8","#595959","#60b5ff","#b3bcca","#cbecb0","#f6a1c9","#fee29c","#8be6ff","#c7d0e9","#94efe3","#bfbfbf","#3f3f3f","#007dea","#8d9baf","#b2e389","#f272af","#fed46b","#51d9ff","#aab8de","#5fe7d5","#a5a5a5","#262626","#003e75","#3a4453","#5ea226","#af0f5b","#c58c00","#0081a5","#425ea9","#138677","#7f7f7f","#0c0c0c","#00192e","#272d37","#3f6c19","#750a3d","#835d00","#00566e","#2c3f71","#0c594f"],columns:10},flow:{colors:["#ffffff","#000000","#dbf5f9","#04617b","#0f6fc6","#009dd9","#0bd0d9","#10cf9b","#7cca62","#a5c249","#f2f2f2","#7f7f7f","#b2e9f2","#b4ecfc","#c7e2fa","#c4eeff","#c9fafc","#c9faed","#e4f4df","#edf2da","#d8d8d8","#595959","#76d9e8","#6adafa","#90c6f6","#89deff","#93f5f9","#94f6db","#cae9c0","#dbe6b6","#bfbfbf","#3f3f3f","#21b2c8","#20c8f7","#59a9f2","#4fceff","#5df0f6","#5ff2ca","#b0dfa0","#c9da91","#a5a5a5","#262626","#105964","#02485c","#0b5394","#0075a2","#089ca2","#0b9b74","#54a838","#7e9532","#7f7f7f","#0c0c0c","#062328","#01303d","#073763","#004e6c","#05686c","#07674d","#387025","#546321"],columns:10},hardcover:{colors:["#ffffff","#000000","#ece9c6","#895d1d","#873624","#d6862d","#d0be40","#877f6c","#972109","#aeb795","#f2f2f2","#7f7f7f","#e1dca5","#f2e0c6","#f0d0c9","#f6e6d5","#f5f2d8","#e7e5e1","#fbc7bc","#eef0e9","#d8d8d8","#595959","#d0c974","#e6c28d","#e2a293","#eeceaa","#ece5b2","#cfccc3","#f78f7a","#dee2d4","#bfbfbf","#3f3f3f","#a29a36","#daa454","#d4735e","#e6b681","#e2d88c","#b7b2a5","#f35838","#ced3bf","#a5a5a5","#262626","#514d1b","#664515","#65281a","#a2641f","#a39428","#655f50","#711806","#879464","#7f7f7f","#0c0c0c","#201e0a","#442e0e","#431b11","#6c4315","#6d621a","#433f35","#4b1004","#5a6243"],columns:10},trek:{colors:["#ffffff","#000000","#fbeec9","#4e3b30","#f0a22e","#a5644e","#b58b80","#c3986d","#a19574","#c17529","#f2f2f2","#7f7f7f","#f7e09e","#e1d6cf","#fcecd5","#eddfda","#f0e7e5","#f3eae1","#ece9e3","#f5e3d1","#d8d8d8","#595959","#f3cc5f","#c4ad9f","#f9d9ab","#dcc0b6","#e1d0cc","#e7d5c4","#d9d4c7","#ebc7a3","#bfbfbf","#3f3f3f","#d29f0f","#a78470","#f6c781","#cba092","#d2b9b2","#dbc1a7","#c6bfab","#e1ac76","#a5a5a5","#262626","#694f07","#3a2c24","#c87d0e","#7b4b3a","#926255","#a17242","#7b7153","#90571e","#7f7f7f","#0c0c0c","#2a1f03","#271d18","#855309","#523226","#614138","#6b4c2c","#524b37","#603a14"],columns:10},verve:{colors:["#ffffff","#000000","#d2d2d2","#666666","#ff388c","#e40059","#9c007f","#68007f","#005bd3","#00349e","#f2f2f2","#7f7f7f","#bdbdbd","#e0e0e0","#ffd7e8","#ffc6dc","#ffb8f1","#f1b2ff","#c3dcff","#b8cfff","#d8d8d8","#595959","#9d9d9d","#c1c1c1","#ffafd1","#ff8eba","#ff71e4","#e365ff","#87baff","#72a0ff","#bfbfbf","#3f3f3f","#696969","#a3a3a3","#ff87ba","#ff5597","#ff2ad7","#d519ff","#4b98ff","#2b71ff","#a5a5a5","#262626","#343434","#4c4c4c","#e90062","#ab0042","#75005f","#4e005f","#00449e","#002676","#7f7f7f","#0c0c0c","#151515","#333333","#9b0041","#72002c","#4e003f","#34003f","#002d69","#00194f"],columns:10},monochrome:{colors:["#000000","#1a1a1a","#333333","#4d4d4d","#666666","#808080","#999999","#b3b3b3","#cccccc","#e6e6e6","#f2f2f2","#ffffff"],columns:12}};var Ad=require("react/jsx-runtime"),wd=e=>(0,Ad.jsx)(vr,{palette:Ia.basic,...e});var Kf=require("react/jsx-runtime");var Ed=require("react/jsx-runtime");var Id=require("react/jsx-runtime"),Df=lt.options,Bf=lt.states,_f={...lt.defaultOptions,variant:"basic"},zf=[{name:"basic",title:"Basic"},{name:"monochrome",title:"Monochrome"}],Uf={basic:{colors:["#000000","#7f7f7f","#880015","#ed1c24","#ff7f27","#fff200","#22b14c","#00a2e8","#3f48cc","#a349a4","#ffffff","#c3c3c3","#b97a57","#ffaec9","#ffc90e","#efe4b0","#b5e61d","#99d9ea","#7092be","#c8bfe7"],columns:10},monochrome:{colors:["#000000","#1a1a1a","#333333","#4d4d4d","#666666","#808080","#999999","#b3b3b3","#cccccc","#e6e6e6","#f2f2f2","#ffffff"],columns:12}},Ff=[],Ra=e=>{let{variant:t="basic",...o}=e,a=Uf[t];return(0,Id.jsx)(wd,{columns:a.columns,palette:a,...o})};Ra.options=Df;Ra.states=Bf;Ra.variants=zf;Ra.defaultOptions=_f;Ra.modifiers=Ff;var Rd="color-editor",Od="coloreditor";var ge=require("react/jsx-runtime"),Lr="k-coloreditor",Vf=[n.focus],$f={size:[d.undefined,d.small,d.medium,d.large]},Oa={view:"gradient",palette:Ia.office,actionButtons:!0,canvasOrientation:"horizontal"},ke=e=>{let{size:t,view:o=Oa.view,palette:a=Oa.palette,color:l,currentColor:i,focus:p,focusView:b,dir:g,group:v,actionButtons:M=Oa.actionButtons,canvasOrientation:C=Oa.canvasOrientation,...f}=e;return(0,ge.jsxs)("div",{...f,role:"textbox","aria-label":"Color editor",tabIndex:0,className:r(e.className,"k-flatcolorpicker",Lr,I(Lr,{size:t}),G(Lr,{focus:p})),dir:g,children:[(0,ge.jsxs)("div",{className:"k-coloreditor-header k-hstack",children:[(0,ge.jsx)("div",{className:"k-coloreditor-header-actions k-hstack",children:v&&(0,ge.jsxs)(U,{fillMode:"flat",children:[(0,ge.jsx)(c,{className:"k-group-start",size:t,fillMode:"flat",icon:"droplet-slider",selected:o==="gradient","aria-label":"Color gradient view"}),(0,ge.jsx)(c,{className:"k-group-end",size:t,fillMode:"flat",icon:"palette",selected:o==="palette","aria-label":"Color palette view"})]})}),(0,ge.jsx)("div",{className:"k-spacer"}),(0,ge.jsxs)("div",{className:"k-coloreditor-header-actions k-hstack",children:[(0,ge.jsx)(c,{fillMode:"flat",icon:"droplet-slash",size:t,"aria-label":"Reset color"}),(0,ge.jsxs)("div",{className:"k-coloreditor-preview k-vstack",children:[(0,ge.jsx)(bo,{className:"k-coloreditor-preview-color",color:l}),(0,ge.jsx)(bo,{className:"k-coloreditor-current-color",color:i})]})]})]}),(0,ge.jsx)("div",{className:"k-coloreditor-views k-vstack",children:o==="gradient"?(0,ge.jsx)(He,{focus:b,size:t,canvasOrientation:C,role:"none",tabIndex:-1}):(0,ge.jsx)(lt,{palette:a,size:t})}),M&&(0,ge.jsxs)(Ht,{className:"k-coloreditor-footer",alignment:"start",children:[(0,ge.jsx)(c,{themeColor:"primary",size:t,className:"k-coloreditor-apply",children:"Apply"}),(0,ge.jsx)(c,{className:"k-coloreditor-cancel",size:t,children:"Cancel"})]})]})};ke.states=Vf;ke.options=$f;ke.className=Lr;ke.defaultOptions=Oa;ke.moduleName=Rd;ke.folderName=Od;ke.ariaSpec={selector:".k-flatcolorpicker",rules:[{selector:".k-flatcolorpicker",attribute:"role=textbox",usage:"The focusable wrapper should be considered a textbox with a submittable value."},{selector:".k-flatcolorpicker",attribute:"aria-label or aria-labelledby",usage:"The component needs an accessible name including the currently selected value."},{selector:".k-flatcolorpicker",attribute:"tabindex=0",usage:"The element must be focusable."},{selector:".k-flatcolorpicker.k-disabled",attribute:"aria-disabled=true",usage:"Rendered only when the FlatColorPicker is disabled."},{selector:".k-colorgradient",attribute:"role=none",usage:"The inner ColorGradient must have its role removed."},{selector:".k-colorgradient",attribute:"tabindex=-1",usage:"The inner ColorGradient must be removed from the page tab sequence."}]};var Xo=ke;var Xf=require("react/jsx-runtime");var Wf=require("react/jsx-runtime");var Pd=require("react/jsx-runtime"),Hd=e=>(0,Pd.jsx)(Xo,{group:!0,currentColor:"fuchsia",...e});var Kd=require("react/jsx-runtime"),Gd=e=>(0,Kd.jsx)(Xo,{view:"palette",group:!0,currentColor:"fuchsia",...e});var ln=require("react/jsx-runtime"),Jf=ke.options,qf=ke.states,Yf={...ke.defaultOptions,variant:"gradient"},Qf=[{name:"gradient",title:"Gradient"},{name:"palette",title:"Palette"}],Zf=[],Ha=e=>{let{variant:t,...o}=e;return t==="palette"?(0,ln.jsx)(Gd,{...o,color:"white"}):(0,ln.jsx)(Hd,{...o,color:"rgba(183, 118 , 118, 1.00)"})};Ha.options=Jf;Ha.states=qf;Ha.variants=Qf;Ha.defaultOptions=Yf;Ha.modifiers=Zf;var Dd="color-picker",Bd="colorpicker";var Me=require("react/jsx-runtime"),_d="k-colorpicker",jf=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled],eT={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline]},zd={arrowIconName:"caret-alt-down"},bt=e=>{let{size:t,rounded:o,fillMode:a,arrowIconName:l=zd.arrowIconName,prefix:i,suffix:p,value:b,placeholder:g,hover:v,focus:M,valid:C,invalid:f,required:A,disabled:w,valueIconName:O,popup:B,opened:D,adaptive:V,adaptiveSettings:ue,adaptiveTitle:ve,adaptiveSubtitle:We,...it}=e,st="colorpicker-popup";return(0,Me.jsxs)(Me.Fragment,{children:[(0,Me.jsxs)(Rt,{...it,size:t,rounded:o,fillMode:a,hover:v,focus:M,valid:C,invalid:f,required:A,disabled:w,role:"combobox","aria-haspopup":"dialog","aria-expanded":D?"true":"false","aria-controls":D||V?st:void 0,"aria-label":"Color picker",tabIndex:0,"aria-disabled":w?"true":void 0,className:r(e.className,_d,"k-icon-picker"),children:[(0,Me.jsx)(ht,{children:i}),(0,Me.jsx)(ko,{placeholder:g,value:b,showValue:!1,valueIcon:(0,Me.jsx)(bo,{className:"k-value-icon",color:b,iconName:O}),valueIconName:O}),(0,Me.jsx)(xt,{children:p}),(0,Me.jsx)(c,{className:"k-input-button",icon:l,size:t,fillMode:a,tabIndex:-1,"aria-label":"Open color picker",disabled:w})]}),D&&B&&(0,Me.jsx)(pe,{id:st,className:"k-colorpicker-popup",children:B}),V&&(0,Me.jsx)(Ne,{adaptive:!0,id:st,...ue,header:(0,Me.jsx)(qe,{actionsEnd:(0,Me.jsx)(c,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat","aria-label":"Apply"}),title:ve,subtitle:We}),footer:(0,Me.jsxs)(io,{children:[(0,Me.jsx)(c,{text:"Cancel",size:"large"}),(0,Me.jsx)(c,{text:"Set",size:"large",themeColor:"primary"})]}),children:(0,Me.jsx)(ke,{canvasOrientation:"vertical",size:"large",actionButtons:!1,group:!0})})]})};bt.states=jf;bt.options=eT;bt.className=_d;bt.defaultOptions=zd;bt.moduleName=Dd;bt.folderName=Bd;bt.ariaSpec={selector:".k-colorpicker",rules:[{selector:".k-colorpicker",attribute:"role=combobox",usage:"The focusable element should have role combobox (input with popup)."},{selector:".k-colorpicker",attribute:"aria-label or aria-labelledby",usage:"The component needs an accessible name including the currently selected value."},{selector:".k-colorpicker",attribute:"aria-haspopup=dialog",usage:"Indicates the component has a Dialog Popup."},{selector:".k-colorpicker",attribute:"aria-expanded=true/false",usage:"Announces the visibility state of the popup."},{selector:".k-colorpicker",attribute:"aria-controls (when open)",usage:"Points to the popup element."},{selector:".k-colorpicker",attribute:"tabindex=0",usage:"The element must be focusable."},{selector:".k-colorpicker.k-disabled",attribute:"aria-disabled=true",usage:"Rendered only when the picker is disabled."},{selector:".k-colorpicker.k-disabled .k-button",attribute:"disabled or aria-disabled=true",usage:"Rendered only when the picker is disabled."},{selector:".k-colorgradient",attribute:"tabindex=-1",usage:"The inner ColorGradient must be removed from the page tab sequence."}]};var fo=bt;var Ud=require("react/jsx-runtime"),Cr=e=>(0,Ud.jsx)(fo,{...e});var tT=require("react/jsx-runtime");var oT=require("react/jsx-runtime");var aT=require("react/jsx-runtime");var rT=require("react/jsx-runtime");var lT=require("react/jsx-runtime");var nT=require("react/jsx-runtime");var To=require("react/jsx-runtime"),iT=fo.options,sT=fo.states,Fd={...fo.defaultOptions,variant:"color"},dT=[{name:"color",title:"Color",default:!0},{name:"no color",title:"No color"},{name:"icon",title:"Icon"}],cT=[{name:"opened",title:"Opened"}],Pa=e=>{let{variant:t,modifiers:o,...a}={...Fd,...e},l={};Object.keys(o||{}).forEach(p=>{p==="opened"&&(l.opened=!!(o!=null&&o[p]),l.popup=o!=null&&o[p]?(0,To.jsx)(ke,{size:a.size,color:"rgba(183, 118 , 118, 1.00)",group:!0}):"")});let i=l.opened?{width:"272px",height:"390px"}:{};switch(t){case"no color":return(0,To.jsx)("div",{style:i,children:(0,To.jsx)(Cr,{...a,...l})});case"icon":return(0,To.jsx)("div",{style:i,children:(0,To.jsx)(Cr,{value:"rgba(183, 118 , 118, 1.00)",valueIconName:"edit-tools",...a,...l})});default:return(0,To.jsx)("div",{style:i,children:(0,To.jsx)(Cr,{value:"rgba(183, 118 , 118, 1.00)",...a,...l})})}};Pa.options=iT;Pa.states=sT;Pa.variants=dT;Pa.defaultOptions=Fd;Pa.modifiers=cT;var nn="combobox",Vd=nn;var oe=require("react/jsx-runtime"),$d="k-combobox",pT=[n.hover,n.focus,n.valid,n.invalid,n.loading,n.required,n.disabled,n.readonly],mT={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline]},Xd={separators:!0},Qe=e=>{let{size:t,rounded:o,fillMode:a,separators:l=Xd.separators,prefix:i,suffix:p,value:b,placeholder:g,hover:v,focus:M,valid:C,invalid:f,required:A,loading:w,disabled:O,popup:B,opened:D,readonly:V,adaptive:ue,adaptiveSettings:ve,adaptiveTitle:We,adaptiveSubtitle:it,adaptiveCustomValue:st,id:Eo,autocomplete:Hr,activeDescendant:qa,"aria-label":dp,...cp}=e,pp=Eo?`${Eo}-listbox`:void 0;return(0,oe.jsxs)(oe.Fragment,{children:[(0,oe.jsxs)(Le,{...cp,size:t,rounded:o,fillMode:a,hover:v,focus:M,valid:C,invalid:f,required:A,loading:w,disabled:O,readonly:V,className:r(e.className,$d),children:[i&&(0,oe.jsxs)(oe.Fragment,{children:[(0,oe.jsx)(ht,{children:i}),l&&(0,oe.jsx)(Nt,{})]}),(0,oe.jsx)(pt,{placeholder:g,value:b,role:"combobox","aria-haspopup":"listbox","aria-expanded":D?"true":"false","aria-controls":D?pp:void 0,"aria-activedescendant":D&&qa?qa:void 0,"aria-autocomplete":Hr,"aria-invalid":f?"true":void 0,"aria-busy":w?"true":void 0,"aria-label":dp,disabled:O,readOnly:V}),(0,oe.jsx)(Je,{valid:C,invalid:f,loading:w,disabled:O}),(0,oe.jsx)(je,{loading:w,disabled:O}),(0,oe.jsx)(ct,{loading:w,disabled:O,readonly:V,value:b}),p&&(0,oe.jsxs)(oe.Fragment,{children:[l&&(0,oe.jsx)(Nt,{}),(0,oe.jsx)(xt,{children:p})]}),(0,oe.jsx)(c,{className:"k-input-button",icon:"caret-alt-down",size:t,fillMode:a,"aria-label":"Open popup",tabIndex:-1,disabled:O})]}),D&&B&&(0,oe.jsx)(pe,{className:"k-list-container k-combobox-popup",containerClassName:"k-combobox-popup-container",containerRole:"region",containerAriaLabel:"Combobox suggestions",children:B}),ue&&(0,oe.jsx)(Ne,{adaptive:!0,id:Eo?`${Eo}-adaptive`:void 0,...ve,header:(0,oe.jsx)(qe,{actionsEnd:(0,oe.jsx)(c,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat","aria-label":"Apply selection"}),input:!0,inputValue:b,inputPlaceholder:g,title:We,subtitle:it}),children:(0,oe.jsx)("div",{className:"k-list-container",children:(0,oe.jsx)(Z,{customValue:st?(0,oe.jsx)(mo,{text:`Use "${b}"`}):void 0,size:"large",children:(0,oe.jsxs)(le,{"aria-label":We||"Options",children:[(0,oe.jsx)(F,{text:"List item"}),(0,oe.jsx)(F,{text:"List item"}),(0,oe.jsx)(F,{text:"List item"})]})})})})]})};Qe.states=pT;Qe.options=mT;Qe.className=$d;Qe.defaultOptions=Xd;Qe.moduleName=nn;Qe.folderName=Vd;Qe.ariaSpec={selector:".k-combobox",rules:[{selector:".k-combobox > .k-input-inner",attribute:"role=combobox",usage:"Identifies the input as a combobox."},{selector:".k-combobox > .k-input-inner",attribute:"aria-haspopup=listbox",usage:"Indicates the combobox has a listbox popup."},{selector:".k-combobox > .k-input-inner",attribute:"aria-expanded",usage:"Indicates whether the popup is open."},{selector:".k-combobox > .k-input-inner",attribute:"aria-controls=${id}-listbox (when open)",usage:"Points to the listbox element when popup is open."},{selector:".k-combobox > .k-input-inner",attribute:"aria-activedescendant (when open)",usage:"Points to the focused item in the listbox."},{selector:".k-combobox > .k-input-inner",attribute:"aria-autocomplete=list|both|inline (when has autocomplete)",usage:"Indicates the autocomplete behavior."},{selector:".k-combobox > .k-input-inner",attribute:"aria-invalid=true (when invalid)",usage:"Rendered when the combobox is in an invalid state."},{selector:".k-combobox > .k-input-inner",attribute:"aria-busy=true (when loading)",usage:"Rendered when the combobox is loading data."},{selector:".k-combobox > .k-input-inner",attribute:"label for or aria-label or aria-labelledby (when has accessible name)",usage:"Accessible name provided by consuming app."},{selector:".k-combobox.k-disabled > .k-input-inner",attribute:"disabled=disabled or aria-disabled=true",usage:"Rendered when the combobox is disabled."},{selector:".k-combobox .k-input-button",attribute:"role=button or nodeName=button",usage:"The dropdown toggle button."},{selector:".k-combobox .k-input-button",attribute:"aria-label",usage:"Accessible name for the dropdown button."},{selector:".k-combobox .k-input-button",attribute:"tabindex=-1",usage:"Dropdown button is not in the tab order."},{selector:".k-combobox-popup .k-list-content, .k-combobox-popup .k-list-ul",attribute:"role=listbox",usage:"The popup list container has the listbox role."},{selector:".k-combobox-popup .k-list-item",attribute:"role=option",usage:"Each list item is an option."},{selector:".k-combobox-popup .k-list-item",attribute:"aria-selected (when selectable)",usage:"Indicates the selected state."},{selector:".k-combobox-popup .k-no-data",attribute:"aria-live=polite",usage:"Announces no-data state to screen readers."}]};var ft=Qe;var Jd=require("react/jsx-runtime"),Wd=e=>(0,Jd.jsx)(ft,{...e});var qd=require("react/jsx-runtime");var Yd=require("react/jsx-runtime");var Qd=require("react/jsx-runtime");var Zd=require("react/jsx-runtime");var jd=require("react/jsx-runtime");var ec=require("react/jsx-runtime");var sn=require("react/jsx-runtime");var uT=require("react/jsx-runtime");var bT=require("react/jsx-runtime");var tc=require("react/jsx-runtime");var oc=require("react/jsx-runtime");var At=require("react/jsx-runtime"),fT=Qe.states,TT=Qe.defaultOptions,hT=Qe.options,xT=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"opened",title:"Opened"}],NT=[],Ga=e=>{let{modifiers:t,...o}=e,a={},l=(0,At.jsx)(Z,{style:{width:300},size:o.size,children:(0,At.jsxs)(le,{children:[(0,At.jsx)(F,{children:"List item"}),(0,At.jsx)(F,{children:"List item"}),(0,At.jsx)(F,{children:"List item"})]})});return Object.keys(t||{}).forEach(i=>{switch(i){case"prefix":a.prefix=t!=null&&t[i]?(0,At.jsx)(u,{icon:"map-marker-target"}):void 0;break;case"suffix":a.suffix=t!=null&&t[i]?(0,At.jsx)(no,{size:o.size,icon:"copy",fillMode:"clear"}):void 0;break;case"opened":a.opened=!!(t!=null&&t[i]),a.popup=t!=null&&t[i]?l:void 0;break;default:break}}),(0,At.jsx)("div",{children:(0,At.jsx)(Wd,{value:"Value",style:{width:300},...o,...a})})};Ga.options=hT;Ga.states=fT;Ga.variants=NT;Ga.defaultOptions=TT;Ga.modifiers=xT;var dn="menu-button",ac=dn;var lc=require("react/jsx-runtime"),rc="k-menu-button",gT=[n.hover,n.focus,n.active,n.selected,n.disabled],kT={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline,k.clear,k.link],themeColor:[h.undefined,h.base,h.primary,h.secondary,h.tertiary,h.success,h.warning,h.error,h.info,h.light,h.dark,h.inverse]},cn={showArrow:!0,arrowIconName:"caret-alt-down"},de=e=>{let{size:t,rounded:o,fillMode:a,themeColor:l,hover:i,focus:p,active:b,selected:g,disabled:v,icon:M,text:C,showArrow:f=cn.showArrow,arrowIconName:A=cn.arrowIconName,expanded:w,...O}=e;return(0,lc.jsx)(c,{...O,className:r(e.className,rc),text:C,size:t,rounded:o,fillMode:a,themeColor:l,hover:i,focus:p,active:b,selected:g,disabled:v,icon:M,showArrow:f,arrowIconName:A,"aria-expanded":w?"true":"false",...!C&&M&&!e["aria-label"]&&{"aria-label":"Menu"},...v&&{"aria-disabled":"true"}})};de.states=gT;de.options=kT;de.className=rc;de.defaultOptions=cn;de.moduleName=dn;de.folderName=ac;de.ariaSpec={selector:".k-menu-button",rules:[{selector:".k-menu-button",attribute:"role=button or nodeName=button",usage:"Omitted if the button DOM element is used."},{selector:".k-menu-button",attribute:"aria-label (when icon-only)",usage:"Required when no text is visible in the button."},{selector:".k-menu-button",attribute:"aria-expanded=true/false",usage:"Announces the state of the popup visibility."},{selector:".k-menu-button",attribute:"aria-controls=.k-menu-group id (when open)",usage:"Points to the popup element. Builds a relationship between the button and the popup."},{selector:".k-menu-button.k-disabled",attribute:"aria-disabled=true",usage:"Rendered only when the button is disabled."},{selector:".k-menu-group",attribute:"role=list",usage:"Announces the list role of the popup."},{selector:".k-menu-item",attribute:"role=listitem",usage:"Announces the listitem role of the popup items."}]};var vT=require("react/jsx-runtime");var LT=require("react/jsx-runtime");var CT=require("react/jsx-runtime");var Tt="menu",Ct=Tt;var Wt=require("react/jsx-runtime"),pn="k-menu-item",MT=[n.hover,n.focus,n.active,n.selected,n.disabled],yT={},nc={iconPosition:"before"},Ve=e=>{let{hover:t,focus:o,active:a,selected:l,disabled:i,icon:p,text:b,first:g,last:v,showArrow:M,arrowIconName:C,iconPosition:f=nc.iconPosition,dir:A,children:w,expanded:O,...B}=e,D=C;return D||(D=A==="rtl"?"caret-alt-left":"caret-alt-right"),(0,Wt.jsxs)("li",{...B,className:r(e.className,pn,"k-item",G(pn,{focus:o,disabled:i,hover:t,active:a,selected:l}),{"k-first":g,"k-last":v}),role:"menuitem",...M&&{"aria-haspopup":"menu"},...M&&{"aria-expanded":O?"true":"false"},...i&&{"aria-disabled":"true"},...o&&{tabIndex:0},children:[(0,Wt.jsxs)("span",{className:r("k-link k-menu-link"),children:[p&&f==="before"&&(0,Wt.jsx)(u,{className:"k-menu-link-icon",icon:p}),(0,Wt.jsx)("span",{className:"k-menu-link-text",children:b}),p&&f==="after"&&(0,Wt.jsx)(u,{className:"k-menu-link-icon",icon:p}),M&&(0,Wt.jsx)("span",{className:"k-menu-expand-arrow","aria-hidden":"true",children:(0,Wt.jsx)(u,{icon:D})})]}),w]})};Ve.states=MT;Ve.options=yT;Ve.className=pn;Ve.defaultOptions=nc;Ve.moduleName=Tt;Ve.folderName=Ct;var Jt=require("react/jsx-runtime"),mn="k-menu-item",ST=[n.hover,n.focus,n.active,n.selected,n.disabled],wT={},un={dir:"ltr",iconPosition:"before"},Te=e=>{let{hover:t,focus:o,active:a,selected:l,disabled:i,icon:p,text:b,first:g,last:v,showArrow:M,arrowIconName:C,iconPosition:f=un.iconPosition,dir:A=un.dir,children:w,popup:O,expanded:B,...D}=e,V=C;return V||(V=A==="rtl"?"caret-alt-left":"caret-alt-right"),(0,Jt.jsxs)("li",{...D,className:r(e.className,mn,"k-item",G(mn,{focus:o,disabled:i}),{"k-first":g,"k-last":v}),role:"menuitem",...M&&{"aria-haspopup":"menu"},...M&&{"aria-expanded":B?"true":"false"},...i&&{"aria-disabled":"true"},...o&&{tabIndex:0},children:[(0,Jt.jsxs)("span",{className:r("k-link k-menu-link",G("k-menu-link",{hover:t,active:a,selected:l,disabled:i})),children:[p&&f==="before"&&(0,Jt.jsx)(u,{className:"k-menu-link-icon",icon:p}),(0,Jt.jsx)("span",{className:"k-menu-link-text",children:b}),p&&f==="after"&&(0,Jt.jsx)(u,{className:"k-menu-link-icon",icon:p}),M&&(0,Jt.jsx)("span",{className:"k-menu-expand-arrow","aria-hidden":"true",children:(0,Jt.jsx)(u,{icon:V})})]}),w,O]})};Te.states=ST;Te.options=wT;Te.className=mn;Te.defaultOptions=un;Te.moduleName=Tt;Te.folderName=Ct;var dc=require("react/jsx-runtime"),ic="k-menu-scroll-wrapper",AT=[],ET={},IT={},So=e=>{let{className:t,children:o,orientation:a,...l}=e;return(0,dc.jsx)("div",{...l,className:r(t,ic,{"k-menu-scroll-wrapper-vertical":a==="vertical"}),children:o})};So.states=AT;So.options=ET;So.className=ic;So.defaultOptions=IT;So.moduleName=Tt;So.folderName=Ct;var sc=So;var Pe=require("react/jsx-runtime"),bn="k-menu",RT=[],OT={},yr={orientation:"horizontal",header:!0,scrollButtonsPosition:"around"},Ge=e=>{let{children:t,orientation:o=yr.orientation,header:a=yr.header,scrollable:l,scrollButtonsPosition:i=yr.scrollButtonsPosition,wrapperStyles:p,dir:b,popup:g,contextMenu:v,...M}=e,C={horizontal:{prev:b!=="rtl"?"left":"right",next:b!=="rtl"?"right":"left"},vertical:{prev:"up",next:"down"}},f=(0,Pe.jsx)("ul",{dir:b,...M,className:r(e.className,"k-reset",bn,{[`${bn}-${o}`]:o,"k-header":a}),role:v?"menu":"menubar",...o==="vertical"&&{"aria-orientation":"vertical"},children:t});return(0,Pe.jsxs)(Pe.Fragment,{children:[l?(0,Pe.jsxs)(sc,{orientation:o,style:p,dir:e.dir,children:[i==="start"&&(0,Pe.jsxs)(Pe.Fragment,{children:[(0,Pe.jsx)(c,{fillMode:"flat",icon:`caret-alt-${C[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),(0,Pe.jsx)(c,{fillMode:"flat",icon:`caret-alt-${C[o].next}`,className:"k-menu-scroll-button k-menu-scroll-button-next",tabIndex:-1,"aria-label":"Scroll next"})]}),i==="around"&&(0,Pe.jsx)(c,{fillMode:"flat",icon:`caret-alt-${C[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),f,i==="end"&&(0,Pe.jsxs)(Pe.Fragment,{children:[(0,Pe.jsx)(c,{fillMode:"flat",icon:`caret-alt-${C[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),(0,Pe.jsx)(c,{fillMode:"flat",icon:`caret-alt-${C[o].next}`,className:"k-menu-scroll-button k-menu-scroll-button-next",tabIndex:-1,"aria-label":"Scroll next"})]}),i==="around"&&(0,Pe.jsx)(c,{fillMode:"flat",icon:`caret-alt-${C[o].next}`,className:"k-menu-scroll-button k-menu-scroll-button-next",tabIndex:-1,"aria-label":"Scroll next"})]}):f,g]})};Ge.states=RT;Ge.options=OT;Ge.className=bn;Ge.defaultOptions=yr;Ge.moduleName=Tt;Ge.folderName=Ct;Ge.ariaSpec={selector:".k-menu",rules:[{selector:".k-menu:not(.k-context-menu)",attribute:"role=menubar",usage:"Announces the Menu menubar role."},{selector:".k-menu.k-menu-vertical",attribute:"aria-orientation=vertical",usage:"Announces the Menu orientation when vertical."},{selector:".k-menu-item",attribute:"role=menuitem",usage:"Announces the Menu item role."},{selector:".k-menu-item[aria-haspopup]",attribute:"aria-haspopup=menu",usage:"Indicates a popup menu is associated with the item."},{selector:".k-menu-item[aria-haspopup]",attribute:"aria-expanded=true/false",usage:"Indicates whether the submenu is expanded."},{selector:".k-menu-item.k-disabled",attribute:"aria-disabled=true",usage:"Informs assistive technologies that a Menu item is disabled."},{selector:".k-menu-expand-arrow",attribute:"aria-hidden=true",usage:"Expand arrow elements are hidden from assistive technologies."},{selector:".k-menu-popup .k-menu-group",attribute:"role=menu",usage:"The role of the nested menu displayed in a popup."},{selector:".k-menu-scroll-button",attribute:"tabindex=-1",usage:"Scroll buttons are removed from the tab sequence."},{selector:".k-menu-scroll-button",attribute:"aria-label",usage:"Scroll buttons have an accessible label."},{selector:".k-menu-item.k-focus",attribute:"tabindex=0",usage:"The focused item has tabindex 0."},{selector:".k-menu-item[aria-haspopup][aria-controls]",attribute:"aria-controls=ul.k-menu-group id",usage:"Points to the ID of the submenu. Only present when the item controls a submenu element."},{selector:".k-menu-popup .k-menu-group",attribute:"id",usage:"Each nested menu has a deterministic id linked to the parent aria-controls."}]};var pc=require("react/jsx-runtime"),fn="k-separator",cc={orientation:"horizontal"},Wo=e=>{let{orientation:t=cc.orientation,...o}=e;return(0,pc.jsx)("li",{...o,className:r(e.className,"k-item",fn,{[`${fn}-${t}`]:t}),role:"separator"})};Wo.className=fn;Wo.defaultOptions=cc;Wo.moduleName=Tt;Wo.folderName=Ct;var mc=require("react/jsx-runtime");var uc=require("react/jsx-runtime"),Tn="k-menu-group",HT=[],PT={size:[d.undefined,d.small,d.medium,d.large]},GT={},$e=e=>{let{children:t,size:o,...a}=e;return(0,uc.jsx)("ul",{...a,className:r(e.className,Tn,I(Tn,{size:o})),role:"menu",children:t})};$e.states=HT;$e.options=PT;$e.className=Tn;$e.defaultOptions=GT;$e.moduleName=Tt;$e.folderName=Ct;var Et=require("react/jsx-runtime"),hn=e=>(0,Et.jsx)(Ge,{children:(0,Et.jsxs)(Et.Fragment,{children:[(0,Et.jsx)(Ve,{first:!0,text:"Item 1"}),(0,Et.jsx)(Ve,{showArrow:!0,arrowIconName:"caret-alt-down",text:"Item 2"}),(0,Et.jsx)(Ve,{showArrow:!0,arrowIconName:"caret-alt-down",text:"Item 3"}),(0,Et.jsx)(Ve,{text:"Item 4"}),(0,Et.jsx)(Ve,{last:!0,text:"Item 5"})]}),...e});var xn=require("react/jsx-runtime");var Nn=require("react/jsx-runtime");var gn=require("react/jsx-runtime");var kn=require("react/jsx-runtime");var Bt=require("react/jsx-runtime"),KT=Ge.options,DT=Ge.states,bc={...Ge.defaultOptions,variant:"horizontal"},BT=[{name:"horizontal",title:"Horizontal"},{name:"vertical",title:"Vertical"}],_T=[{name:"scrollable",title:"Scrollable"},{name:"opened",title:"Opened"}],Ka=e=>{let{variant:t,modifiers:o,...a}={...bc,...e},l={};return Object.keys(o||{}).forEach(i=>{switch(i){case"scrollable":l.scrollable=!!(o!=null&&o[i]);break;case"opened":l.opened=!!(o!=null&&o[i]),l.popup=(0,Bt.jsx)(pe,{className:"k-menu-popup",children:(0,Bt.jsxs)($e,{children:[(0,Bt.jsx)(Te,{text:"Item 1"}),(0,Bt.jsx)(Te,{text:"Item 2"}),(0,Bt.jsx)(Wo,{}),(0,Bt.jsx)(Te,{text:"Item 3"})]})});break}}),t==="vertical"?(0,Bt.jsx)(hn,{...a,...l,orientation:"vertical",style:{width:"200px"}}):(0,Bt.jsx)(hn,{...a,...l})};Ka.options=KT;Ka.states=DT;Ka.variants=BT;Ka.defaultOptions=bc;Ka.modifiers=_T;var vn=require("react/jsx-runtime");var zT=require("react/jsx-runtime");var Xe=require("react/jsx-runtime"),UT=c.states,fc={...c.defaultOptions,variant:"text"},FT=c.options,VT=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],$T=[{name:"opened",title:"Opened"}],Da=e=>{let{variant:t,modifiers:o,...a}={...fc,...e},l={},i=(0,Xe.jsx)(pe,{className:"k-menu-popup",children:(0,Xe.jsxs)($e,{size:a.size,children:[(0,Xe.jsx)(Te,{first:!0,text:"Menu Item"}),(0,Xe.jsx)(Te,{text:"Menu Item"}),(0,Xe.jsx)(Te,{last:!0,text:"Menu Item"})]})}),p;switch(t){case"icon-only":p=(0,Xe.jsx)("div",{children:(0,Xe.jsx)(de,{...a,...l,icon:"star"})});break;case"icon-and-text":p=(0,Xe.jsx)("div",{children:(0,Xe.jsx)(de,{...a,...l,icon:"star",children:"Dropdown Button"})});break;default:p=(0,Xe.jsx)("div",{children:(0,Xe.jsx)(de,{...a,...l,children:"Dropdown Button"})});break}return(0,Xe.jsxs)(Xe.Fragment,{children:[p,(o==null?void 0:o.opened)&&i]})};Da.options=FT;Da.states=UT;Da.variants=VT;Da.defaultOptions=fc;Da.modifiers=$T;var Ln="split-button",Tc=Ln;var qt=require("react/jsx-runtime"),Cn="k-split-button",XT=[n.hover,n.focus,n.active,n.selected,n.disabled],WT={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline,k.clear,k.link],themeColor:[h.undefined,h.base,h.primary,h.secondary,h.tertiary,h.success,h.warning,h.error,h.info,h.light,h.dark,h.inverse]},hc={arrowIconName:"caret-alt-down"},j=e=>{let{size:t,rounded:o,fillMode:a,themeColor:l,hover:i,focus:p,active:b,selected:g,disabled:v,icon:M,text:C,arrowIconName:f=hc.arrowIconName,popup:A,opened:w,popupId:O,...B}=e;return(0,qt.jsxs)(qt.Fragment,{children:[(0,qt.jsxs)("div",{...B,className:r(e.className,Cn,"k-button-group",I(Cn,{rounded:o})),children:[(0,qt.jsx)(c,{text:C,icon:M,size:t,rounded:o,fillMode:a,themeColor:l,hover:i,focus:p,active:b,selected:g,disabled:v,...!C&&!e.children&&M&&{"aria-label":"Action"},children:e.children}),(0,qt.jsx)(c,{className:"k-split-button-arrow",icon:f,size:t,rounded:o,fillMode:a,disabled:v,"aria-label":"Toggle dropdown","aria-expanded":w?"true":"false","aria-controls":w?O:void 0,tabIndex:-1,...v&&{"aria-disabled":"true"}})]}),w&&A&&(0,qt.jsx)(pe,{className:"k-menu-popup",children:A})]})};j.states=XT;j.options=WT;j.className=Cn;j.defaultOptions=hc;j.moduleName=Ln;j.folderName=Tc;j.ariaSpec={selector:".k-split-button",rules:[{selector:".k-split-button-arrow",attribute:"role=button or nodeName=button",usage:"Omitted if the <button> DOM element is used."},{selector:".k-split-button-arrow",attribute:"aria-label",usage:"The attribute must be present when no text is initially visible in the button."},{selector:".k-split-button-arrow",attribute:"aria-expanded=true/false",usage:"Announces the state of the popup visibility."},{selector:".k-split-button-arrow",attribute:"aria-controls=.k-menu-group id (when open)",usage:"Points to the popup element. Builds a relationship between the button and the popup."},{selector:".k-split-button-arrow",attribute:"tabindex=-1",usage:"The arrow button is removed from the tab sequence."},{selector:".k-split-button-arrow.k-disabled",attribute:"aria-disabled=true",usage:"Rendered only when the button is disabled."},{selector:".k-menu-group",attribute:"role=list",usage:"Announces the list role of the popup."},{selector:".k-menu-item",attribute:"role=listitem",usage:"Announces the listitem role of the popup items."}]};var Mn=j;var xc=require("react/jsx-runtime"),JT="k-toolbar-separator",It=e=>(0,xc.jsx)("div",{className:r(JT,e.className,"k-separator")});var Yt="toolbar",ho=Yt;var z=require("react/jsx-runtime"),Qt="k-toolbar",qT=[n.focus],YT={size:[d.undefined,d.small,d.medium,d.large],fillMode:[k.undefined,k.solid,k.outline,k.flat]},QT={scrollButtons:"around"},ce=e=>{let{size:t,fillMode:o,focus:a,resizable:l,scrollable:i,scrollButtons:p,scrollingPosition:b,section:g,...v}=e,M=[],C=(f,A)=>{let w=[];if(f.type===c&&f.props.className&&f.props.className.includes("k-toolbar-overflow-button"))w.push((0,z.jsx)(c,{...f.props,className:`${f.props.className?f.props.className:""}`},`${A}-${new Date().getTime()}`));else if(f.type===c)w.push((0,z.jsx)(c,{...f.props,className:`k-toolbar-button ${f.props.className?f.props.className:""}`},`${A}-${new Date().getTime()}`));else if(f.type===aa)w.push((0,z.jsx)(aa,{...f.props,className:`k-toolbar-button ${f.props.className?f.props.className:""}`},`${A}-${new Date().getTime()}`));else if(f.type===no)w.push((0,z.jsx)(no,{...f.props,className:`k-toolbar-button ${f.props.className?f.props.className:""}`},`${A}-${new Date().getTime()}`));else if(f.type===de)w.push((0,z.jsx)(de,{...f.props,className:`k-toolbar-menu-button ${f.props.className?f.props.className:""}`},`${A}-${new Date().getTime()}`));else if(f.type===Mn)w.push((0,z.jsx)(Mn,{...f.props,className:`k-toolbar-split-button ${f.props.className?f.props.className:""}`},`${A}-${new Date().getTime()}`));else if(f.type===U||f.props.className&&f.props.className.includes("k-button-group")){let O=[];(Array.isArray(f.props.children)?f.props.children:[f.props.children]).forEach((D,V)=>{O.push((0,z.jsx)(c,{...D.props,className:`${D.props.className?D.props.className:""}`},`${V}-${new Date().getTime()}`))}),w.push((0,z.jsx)(U,{...f.props,className:`k-toolbar-button-group ${f.props.className?f.props.className:""}`,children:O},`${A}-${new Date().getTime()}`))}else f.type===Qe?w.push((0,z.jsx)(Qe,{...f.props,className:`k-toolbar-combobox ${f.props.className?f.props.className:""}`},`${A}-${new Date().getTime()}`)):f.type===ie?w.push((0,z.jsx)(ie,{...f.props,className:`k-toolbar-dropdownlist ${f.props.className?f.props.className:""}`},`${A}-${new Date().getTime()}`)):f.type===bt?w.push((0,z.jsx)(bt,{...f.props,className:`k-toolbar-colorpicker ${f.props.className?f.props.className:""}`},`${A}-${new Date().getTime()}`)):w.push(f);w.forEach(O=>{M.push(O)})};return e.children&&(Array.isArray(e.children)?e.children:[e.children]).forEach((A,w)=>{C(A,w)}),(0,z.jsxs)("div",{...v,className:r(e.className,Qt,I(Qt,{size:t,fillMode:o}),G(Qt,{focus:a}),{[`${Qt}-resizable`]:l,[`${Qt}-scrollable`]:i,[`${Qt}-scrollable-overlay`]:i&&p==="hidden",[`${Qt}-scrollable-${b}`]:b&&b!=="both",[`${Qt}-section`]:g}),role:"toolbar","aria-label":"Toolbar",children:[!i&&M,i&&p==="hidden"&&(0,z.jsx)("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:M}),i&&p==="start"&&(0,z.jsxs)(z.Fragment,{children:[(0,z.jsxs)(U,{children:[(0,z.jsx)("span",{className:r("k-toolbar-prev","k-button",I("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,z.jsx)(u,{className:"k-button-icon",icon:"caret-alt-left"})}),(0,z.jsx)("span",{className:r("k-toolbar-next","k-button",I("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,z.jsx)(u,{className:"k-button-icon",icon:"caret-alt-right"})})]}),(0,z.jsx)(It,{className:"k-toolbar-button-separator"}),(0,z.jsx)("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:M})]}),i&&p==="end"&&(0,z.jsxs)(z.Fragment,{children:[(0,z.jsx)("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:M}),(0,z.jsx)(It,{className:"k-toolbar-button-separator"}),(0,z.jsxs)(U,{children:[(0,z.jsx)("span",{className:r("k-toolbar-prev","k-button",I("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,z.jsx)(u,{className:"k-button-icon",icon:"caret-alt-left"})}),(0,z.jsx)("span",{className:r("k-toolbar-next","k-button",I("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,z.jsx)(u,{className:"k-button-icon",icon:"caret-alt-right"})})]})]}),i&&(p==="around"||!p)&&(0,z.jsxs)(z.Fragment,{children:[(0,z.jsx)("span",{className:r("k-toolbar-prev","k-button",I("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,z.jsx)(u,{className:"k-button-icon",icon:"caret-alt-left"})}),(0,z.jsx)(It,{className:"k-toolbar-button-separator"}),(0,z.jsx)("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:M}),(0,z.jsx)(It,{className:"k-toolbar-button-separator"}),(0,z.jsx)("span",{className:r("k-toolbar-next","k-button",I("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,z.jsx)(u,{className:"k-button-icon",icon:"caret-alt-right"})})]})]})};ce.states=qT;ce.options=YT;ce.className=Qt;ce.defaultOptions=QT;ce.moduleName=Yt;ce.folderName=ho;ce.ariaSpec={selector:".k-toolbar",rules:[{selector:".k-toolbar",attribute:"role=toolbar",usage:"The component role."},{selector:".k-toolbar",attribute:"aria-label or aria-labelledby",usage:"Must be supplied when multiple toolbars exist."},{selector:'.k-toolbar .k-toolbar-overflow-button:has([class*="i-more-vertical"])',attribute:"aria-haspopup=menu",usage:"The overflow button opens a menu popup."},{selector:'.k-toolbar .k-toolbar-overflow-button:has([class*="i-more-vertical"])',attribute:"aria-expanded=true/false",usage:"Announces popup visibility state."},{selector:'.k-toolbar .k-toolbar-overflow-button:has([class*="i-more-vertical"])[aria-controls]',attribute:"aria-controls=.k-toolbar-popup .k-menu-group id",usage:"Indicates the connection between the toggle button and the menu popup."},{selector:'.k-toolbar .k-toolbar-overflow-button:has([class*="i-more-vertical"])',attribute:"aria-label or title",usage:"Icon-only button must have accessible text."},{selector:".k-toolbar-popup .k-menu-group",attribute:"role=menu",usage:"The role of the tools wrapper in the overflow section."},{selector:".k-toolbar-popup .k-menu-group[aria-labelledby]",attribute:"aria-labelledby=.k-toolbar-overflow-button id",usage:"Associates the title of the menu toggle button."},{selector:'.k-toolbar .k-toolbar-overflow-button:has([class*="i-more-horizontal"])',attribute:"aria-expanded=true/false",usage:"Announces section popup visibility state."},{selector:'.k-toolbar .k-toolbar-overflow-button:has([class*="i-more-horizontal"])',attribute:"aria-label or title",usage:"Icon-only button must have accessible text."},{selector:'.k-toolbar .k-toolbar-overflow-button:has([class*="i-more-horizontal"])[aria-controls]',attribute:"aria-controls=.k-toolbar-popup .k-toolbar-items-list id",usage:"Indicates the connection between the toggle button and the section popup."},{selector:".k-toolbar-popup .k-toolbar-items-list",attribute:"role=toolbar",usage:"The role of the tools wrapper in the overflow section."},{selector:".k-toolbar-popup .k-toolbar-items-list[aria-labelledby]",attribute:"aria-labelledby=.k-toolbar-overflow-button id",usage:"Associates the title of the section toggle button."}]};var gc=require("react/jsx-runtime"),Nc="k-floating-toolbar",ZT=[],jT={},eh={},Jo=e=>{let{...t}=e;return(0,gc.jsx)("div",{...t,className:r(e.className,Nc),children:e.children})};Jo.states=ZT;Jo.options=jT;Jo.className=Nc;Jo.defaultOptions=eh;Jo.moduleName=Yt;Jo.folderName=ho;var kc=require("react/jsx-runtime"),yn="k-toolbar-item",th=[n.focus],oh={},ah={},qo=e=>{let{focus:t,...o}=e;return(0,kc.jsx)("div",{...o,className:r(e.className,yn,G(yn,{focus:t})),children:e.children})};qo.states=th;qo.options=oh;qo.className=yn;qo.defaultOptions=ah;qo.moduleName=Yt;qo.folderName=ho;var Sn=require("react/jsx-runtime"),vc="k-toolbar-popup",rh=[],lh={size:[d.undefined,d.small,d.medium,d.large],fillMode:[k.undefined,k.solid,k.outline,k.flat]},nh={},wo=e=>{let{size:t,fillMode:o,section:a,...l}=e;return(0,Sn.jsx)(pe,{...l,className:r(e.className,vc),children:a?(0,Sn.jsx)("span",{className:r("k-toolbar-items-list",I("k-toolbar-items-list",{size:t,fillMode:o})),role:"toolbar",children:e.children}):e.children})};wo.states=rh;wo.options=lh;wo.className=vc;wo.defaultOptions=nh;wo.moduleName=Yt;wo.folderName=ho;var Sr=wo;var ih=require("react/jsx-runtime");var sh=require("react/jsx-runtime");var dh=require("react/jsx-runtime");var Lc=require("react/jsx-runtime");var ch=require("react/jsx-runtime");var Mt=require("react/jsx-runtime"),ph=j.states,Cc={...j.defaultOptions,variant:"text"},mh=j.options,uh=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],bh=[{name:"opened",title:"Opened"}],Ba=e=>{let{variant:t,modifiers:o,...a}={...Cc,...e},l={},i=(0,Mt.jsxs)($e,{size:a.size,children:[(0,Mt.jsx)(Te,{first:!0,text:"Menu Item"}),(0,Mt.jsx)(Te,{text:"Menu Item"}),(0,Mt.jsx)(Te,{last:!0,text:"Menu Item"})]});switch(Object.keys(o||{}).forEach(p=>{p==="opened"&&(l.opened=!!(o!=null&&o[p]),l.popup=o!=null&&o[p]?i:"")}),t){case"icon-only":return(0,Mt.jsx)("div",{children:(0,Mt.jsx)(j,{...a,...l,icon:"star"})});case"icon-and-text":return(0,Mt.jsx)("div",{children:(0,Mt.jsx)(j,{...a,...l,icon:"star",children:"Split Button"})});default:return(0,Mt.jsx)("div",{children:(0,Mt.jsx)(j,{...a,...l,children:"Split Button"})})}};Ba.options=mh;Ba.states=ph;Ba.variants=uh;Ba.defaultOptions=Cc;Ba.modifiers=bh;var _t=require("react/jsx-runtime"),Mc=e=>(0,_t.jsx)(ce,{children:[(0,_t.jsx)(c,{children:"Button"},"toolbar-button"),(0,_t.jsx)(de,{text:"Menu button"},"toolbar-menu-button"),(0,_t.jsx)(j,{children:"Split button"},"toolbar-split-button"),(0,_t.jsxs)(U,{children:[(0,_t.jsx)(c,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,_t.jsx)(c,{icon:"align-center",children:"Center"}),(0,_t.jsx)(c,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group")],...e});var yc=require("react/jsx-runtime");var Ke=require("react/jsx-runtime"),Sc=e=>(0,Ke.jsx)(ce,{scrollable:!0,...e,children:[(0,Ke.jsx)(c,{children:"Button"},"toolbar-button"),(0,Ke.jsx)(de,{text:"Menu button"},"toolbar-menu-button"),(0,Ke.jsx)(j,{children:"Split button"},"toolbar-split-button"),(0,Ke.jsxs)(U,{children:[(0,Ke.jsx)(c,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,Ke.jsx)(c,{icon:"align-center",children:"Center"}),(0,Ke.jsx)(c,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group"),(0,Ke.jsx)(c,{children:"Button"},"toolbar-button"),(0,Ke.jsx)(de,{text:"Menu button"},"toolbar-menu-button"),(0,Ke.jsx)(j,{children:"Split button"},"toolbar-split-button"),(0,Ke.jsxs)(U,{children:[(0,Ke.jsx)(c,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,Ke.jsx)(c,{icon:"align-center",children:"Center"}),(0,Ke.jsx)(c,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group")],...e});var De=require("react/jsx-runtime"),wc=({scrollingPosition:e="start",...t})=>(0,De.jsx)(ce,{scrollable:!0,scrollButtons:"hidden",scrollingPosition:e,...t,children:[(0,De.jsx)(c,{children:"Button"},"toolbar-button"),(0,De.jsx)(de,{text:"Menu button"},"toolbar-menu-button"),(0,De.jsx)(j,{children:"Split button"},"toolbar-split-button"),(0,De.jsxs)(U,{children:[(0,De.jsx)(c,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,De.jsx)(c,{icon:"align-center",children:"Center"}),(0,De.jsx)(c,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group"),(0,De.jsx)(c,{children:"Button"},"toolbar-button"),(0,De.jsx)(de,{text:"Menu button"},"toolbar-menu-button"),(0,De.jsx)(j,{children:"Split button"},"toolbar-split-button"),(0,De.jsxs)(U,{children:[(0,De.jsx)(c,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,De.jsx)(c,{icon:"align-center",children:"Center"}),(0,De.jsx)(c,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group")],...t});var he=require("react/jsx-runtime"),Ac=({fillMode:e,size:t,...o})=>(0,he.jsxs)(he.Fragment,{children:[(0,he.jsx)(ce,{section:!0,fillMode:e,size:t,children:[(0,he.jsx)(c,{fillMode:e,size:t,children:"Button"},"toolbar-button"),(0,he.jsxs)(U,{fillMode:e,children:[(0,he.jsx)(c,{className:"k-group-start",icon:"align-left",fillMode:e,size:t,children:"Left"}),(0,he.jsx)(c,{icon:"align-center",fillMode:e,size:t,children:"Center"}),(0,he.jsx)(c,{className:"k-group-end",icon:"align-right",fillMode:e,size:t,children:"Right"})]},"toolbar-button-group"),(0,he.jsx)(It,{className:"k-toolbar-button-separator"}),(0,he.jsx)(c,{icon:"more-horizontal",className:"k-toolbar-overflow-button",fillMode:"flat",size:t,rounded:"none","aria-label":"More options","aria-expanded":"false"})],...o}),(0,he.jsxs)(Sr,{size:t,fillMode:e,section:!0,...o,children:[(0,he.jsx)(j,{fillMode:e,size:t,children:"Split button"},"toolbar-split-button"),(0,he.jsx)(c,{fillMode:e,size:t,children:"Button"},"toolbar-button"),(0,he.jsx)(It,{}),(0,he.jsx)(de,{text:"Menu button",fillMode:e,size:t},"toolbar-menu-button"),(0,he.jsxs)(U,{fillMode:e,children:[(0,he.jsx)(c,{className:"k-group-start",icon:"align-left",fillMode:e,size:t,children:"Left"}),(0,he.jsx)(c,{icon:"align-center",fillMode:e,size:t,children:"Center"}),(0,he.jsx)(c,{className:"k-group-end",icon:"align-right",fillMode:e,size:t,children:"Right"})]},"toolbar-button-group")]})]});var wn=require("react/jsx-runtime");var An=require("react/jsx-runtime");var Zt=require("react/jsx-runtime"),fh=ce.options,Th=ce.states,Ec={...ce.defaultOptions,variant:"default"},hh=[{name:"default",title:"Default"},{name:"scrollable",title:"Scrollable"},{name:"overlay",title:"Overlay"},{name:"responsive",title:"Responsive"}],xh=[],_a=e=>{let{variant:t,...o}={...Ec,...e};switch(t){case"responsive":return(0,Zt.jsx)("div",{children:(0,Zt.jsx)(Ac,{style:{width:"583px"},...o})});case"overlay":return(0,Zt.jsx)("div",{children:(0,Zt.jsx)(wc,{style:{width:"583px"},...o,scrollingPosition:"start",scrollButtons:"hidden"})});case"scrollable":return(0,Zt.jsx)("div",{children:(0,Zt.jsx)(Sc,{style:{width:"583px"},...o})});default:return(0,Zt.jsx)("div",{children:(0,Zt.jsx)(Mc,{style:{width:"583px"},...o})})}};_a.options=fh;_a.states=Th;_a.variants=hh;_a.defaultOptions=Ec;_a.modifiers=xh;var Rc=require("react/jsx-runtime"),Ic="k-grid-toolbar",jt=e=>(0,Rc.jsx)(ce,{...e,className:r(e.className,Ic),children:e.children});jt.className=Ic;jt.moduleName=X;jt.folderName=J;var Yo=require("react/jsx-runtime"),En="k-grid-stack-cell",Nh=[n.focus,n.selected],wr=e=>{let{cellHeader:t,cellContent:o,edit:a,commandCell:l,dirty:i,focus:p,selected:b,...g}=e;return(0,Yo.jsxs)("div",{...g,className:r(e.className,En,{"k-grid-stack-edit-cell":a,"k-command-cell":l,"k-dirty-cell":i},G(En,{focus:p,selected:b})),children:[i&&(0,Yo.jsx)("span",{className:"k-dirty"}),t&&(0,Yo.jsx)("div",{className:"k-grid-stack-header",children:t}),(0,Yo.jsx)("div",{className:"k-grid-stack-content",children:o}),e.children]})};wr.states=Nh;wr.className=En;wr.moduleName=X;wr.folderName=J;var Hc=require("react/jsx-runtime"),Oc="k-grid-stack-row",Ar=e=>{let{cols:t,...o}=e;return(0,Hc.jsx)("div",{...o,className:r(e.className,Oc,{[`k-grid-cols-${t}`]:t}),children:e.children})};Ar.className=Oc;Ar.moduleName=X;Ar.folderName=J;var In=require("react/jsx-runtime");var Rn=require("react/jsx-runtime");var On=require("react/jsx-runtime");var N=require("react/jsx-runtime"),Pc=({contentClassName:e,...t})=>(0,N.jsx)(q,{_renderAriaRoot:!0,pager:(0,N.jsx)(Kt,{refresh:!1}),children:(0,N.jsxs)(N.Fragment,{children:[(0,N.jsx)(Y,{children:(0,N.jsx)("div",{className:"k-grid-header-wrap",children:(0,N.jsxs)(Q,{children:[(0,N.jsxs)("colgroup",{children:[(0,N.jsx)("col",{}),(0,N.jsx)("col",{style:{width:"225px"}}),(0,N.jsx)("col",{}),(0,N.jsx)("col",{}),(0,N.jsx)("col",{})]}),(0,N.jsxs)(W,{children:[(0,N.jsxs)(L,{children:[(0,N.jsx)(y,{rowspan:1,colspan:1,columnTitle:"Product Id"}),(0,N.jsx)(y,{rowspan:1,colspan:1,columnTitle:"Name"}),(0,N.jsx)(y,{rowspan:1,colspan:1,columnTitle:"Quantity"}),(0,N.jsx)(y,{rowspan:1,colspan:1,columnTitle:"Unit Price"}),(0,N.jsx)(y,{rowspan:1,colspan:1,columnTitle:"Discontinued"})]}),(0,N.jsxs)(L,{className:"k-filter-row",children:[(0,N.jsx)(s,{children:(0,N.jsx)("div",{className:"k-filtercell",children:(0,N.jsxs)("div",{className:"k-filtercell-wrapper",children:[(0,N.jsx)($,{}),(0,N.jsxs)("div",{className:"k-filtercell-operator",children:[(0,N.jsx)(ie,{className:"k-dropdown-operator",arrowIconName:"filter"})," ",(0,N.jsx)(c,{disabled:!0,icon:"filter-clear"})]})]})})}),(0,N.jsx)(s,{children:(0,N.jsx)("div",{className:"k-filtercell",children:(0,N.jsxs)("div",{className:"k-filtercell-wrapper",children:[(0,N.jsx)(ne,{}),(0,N.jsxs)("div",{className:"k-filtercell-operator",children:[(0,N.jsx)(ie,{className:"k-dropdown-operator",arrowIconName:"filter"})," ",(0,N.jsx)(c,{disabled:!0,icon:"filter-clear"})]})]})})}),(0,N.jsx)(s,{children:(0,N.jsx)("div",{className:"k-filtercell",children:(0,N.jsxs)("div",{className:"k-filtercell-wrapper",children:[(0,N.jsx)(ne,{}),(0,N.jsxs)("div",{className:"k-filtercell-operator",children:[(0,N.jsx)(ie,{className:"k-dropdown-operator",arrowIconName:"filter"})," ",(0,N.jsx)(c,{disabled:!0,icon:"filter-clear"})]})]})})}),(0,N.jsx)(s,{children:(0,N.jsx)("div",{className:"k-filtercell",children:(0,N.jsxs)("div",{className:"k-filtercell-wrapper",children:[(0,N.jsx)($,{}),(0,N.jsxs)("div",{className:"k-filtercell-operator",children:[(0,N.jsx)(ie,{className:"k-dropdown-operator",arrowIconName:"filter"})," ",(0,N.jsx)(c,{disabled:!0,icon:"filter-clear"})]})]})})}),(0,N.jsx)(s,{children:(0,N.jsx)("div",{className:"k-filtercell",children:(0,N.jsxs)("div",{className:"k-filtercell-wrapper",children:[(0,N.jsx)(ie,{}),(0,N.jsx)("div",{className:"k-filtercell-operator",children:(0,N.jsx)(c,{disabled:!0,icon:"filter-clear"})})]})})})]})]})]})})}),(0,N.jsx)(re,{children:(0,N.jsx)(ee,{className:e,children:(0,N.jsxs)(te,{children:[(0,N.jsxs)("colgroup",{children:[(0,N.jsx)("col",{}),(0,N.jsx)("col",{style:{width:"225px"}}),(0,N.jsx)("col",{}),(0,N.jsx)("col",{}),(0,N.jsx)("col",{})]}),(0,N.jsxs)(ae,{children:[(0,N.jsxs)(L,{className:"k-master-row",children:[(0,N.jsx)(s,{children:"1"}),(0,N.jsx)(s,{children:"Chai"}),(0,N.jsx)(s,{children:"10 boxes x 20 bags"}),(0,N.jsx)(s,{children:"18"}),(0,N.jsx)(s,{children:"false"})]}),(0,N.jsxs)(L,{className:"k-master-row",alt:!0,children:[(0,N.jsx)(s,{children:"2"}),(0,N.jsx)(s,{children:"Chang"}),(0,N.jsx)(s,{children:"24 - 12 oz bottles"}),(0,N.jsx)(s,{children:"19"}),(0,N.jsx)(s,{children:"false"})]}),(0,N.jsxs)(L,{className:"k-master-row",children:[(0,N.jsx)(s,{children:"3"}),(0,N.jsx)(s,{children:"Aniseed Syrup"}),(0,N.jsx)(s,{children:"12 - 550 ml bottles"}),(0,N.jsx)(s,{children:"10"}),(0,N.jsx)(s,{children:"false"})]}),(0,N.jsxs)(L,{className:"k-master-row",alt:!0,children:[(0,N.jsx)(s,{children:"4"}),(0,N.jsx)(s,{children:"Chef Anton's Cajun Seasoning"}),(0,N.jsx)(s,{children:"48 - 6 oz jars"}),(0,N.jsx)(s,{children:"22"}),(0,N.jsx)(s,{children:"false"})]}),(0,N.jsxs)(L,{className:"k-master-row",children:[(0,N.jsx)(s,{children:"5"}),(0,N.jsx)(s,{children:"Grandma's Boysenberry Spread"}),(0,N.jsx)(s,{children:"12 - 8 oz jars"}),(0,N.jsx)(s,{children:"25"}),(0,N.jsx)(s,{children:"false"})]})]})]})})})]}),...t});var za=require("react/jsx-runtime"),gh="k-chip-action";var ye=e=>{let{type:t,...o}=e,a;switch(t){case"remove":a=(0,za.jsx)(u,{icon:"x-circle",size:"small"});break;case"more":a=(0,za.jsx)(u,{icon:"more-vertical",size:"small"});break;default:return(0,za.jsx)(u,{icon:t,size:"small"})}return(0,za.jsx)("span",{...o,className:r(e.className,gh,`k-chip-${t}-action`),children:a})};var Hn="avatar",Gc=Hn;var Gn=require("react/jsx-runtime"),Ua="k-avatar";var kh=[n.hover,n.focus,n.active,n.selected,n.disabled],vh={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.outline],themeColor:[h.undefined,h.base,h.primary,h.secondary,h.tertiary,h.success,h.warning,h.error,h.info,h.light,h.dark,h.inverse]},Pn={type:"text",border:!1},nt=e=>{let{size:t,rounded:o,fillMode:a,themeColor:l,type:i=Pn.type,border:p=Pn.border,...b}=e;return(0,Gn.jsx)("div",{...b,className:r(e.className,Ua,I(Ua,{size:t,rounded:o,fillMode:a,themeColor:l}),{[`${Ua}-bordered`]:p}),children:(0,Gn.jsx)("span",{className:`${Ua}-${i}`,children:e.children})})};nt.states=kh;nt.options=vh;nt.className=Ua;nt.defaultOptions=Pn;nt.moduleName=Hn;nt.folderName=Gc;nt.ariaSpec={selector:".k-avatar",rules:[{selector:".k-avatar img",attribute:"alt",usage:"Images inside Avatar must have alt text for screen readers."}]};var Ao=nt;var Dc=require("react/jsx-runtime"),Kc=e=>(0,Dc.jsx)(Ao,{type:"icon",...e});var _c=require("react/jsx-runtime"),Bc=e=>(0,_c.jsx)(Ao,{type:"text",...e});var Uc=require("react/jsx-runtime"),zc=e=>(0,Uc.jsx)(Ao,{type:"image",...e});var Lh=require("react/jsx-runtime");var Qo=require("react/jsx-runtime"),Ch=nt.options,Mh=nt.states,yh={...nt.defaultOptions,variant:"image"},Sh=[{name:"image",title:"Image"},{name:"icon",title:"Icon Avatar"},{name:"text",title:"Text Avatar"}],wh=[],Fa=e=>{let{variant:t,...o}=e;switch(t){case"icon":return(0,Qo.jsx)(Kc,{...o,children:(0,Qo.jsx)(u,{icon:"star"})});case"text":return(0,Qo.jsx)(Bc,{...o,children:"JO"});default:return(0,Qo.jsx)(zc,{...o,children:(0,Qo.jsx)("img",{src:"https://demos.telerik.com/kendo-ui/content/web/Customers/RICSU.jpg"})})}};Fa.options=Ch;Fa.states=Mh;Fa.variants=Sh;Fa.defaultOptions=yh;Fa.modifiers=wh;var Va="chip",Er=Va;var eo=require("react/jsx-runtime"),Ir="k-chip",Ah=[n.hover,n.focus,n.active,n.selected,n.disabled],Eh={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.outline],themeColor:[h.undefined,h.base,h.success,h.warning,h.error,h.info]},Fc={avatarImage:"/packages/html/assets/avatar.jpg"},Se=e=>{let{size:t,rounded:o,fillMode:a,themeColor:l,text:i,icon:p,actions:b,showAvatar:g,avatarImage:v=Fc.avatarImage,hover:M,focus:C,active:f,selected:A,disabled:w,...O}=e;return(0,eo.jsxs)("div",{...O,className:r(e.className,Ir,I(Ir,{size:t,rounded:o,fillMode:a,themeColor:l}),G(Ir,{hover:M,focus:C,active:f,disabled:w,selected:A})),role:e.role||"button","aria-pressed":e.role==="option"?void 0:A?"true":"false","aria-selected":e.role==="option"?A?"true":"false":void 0,"aria-disabled":w?"true":void 0,children:[p&&(0,eo.jsx)(u,{className:"k-chip-icon",icon:p,size:"small"}),g&&(0,eo.jsx)(nt,{className:"k-chip-avatar",type:"image",children:(0,eo.jsx)("img",{src:v,alt:""})}),(0,eo.jsx)("span",{className:"k-chip-content",children:e.children?e.children:i&&(0,eo.jsx)("span",{className:"k-chip-label",children:i})}),b&&(0,eo.jsx)("span",{className:"k-chip-actions",children:b})]})};Se.states=Ah;Se.options=Eh;Se.className=Ir;Se.defaultOptions=Fc;Se.moduleName=Va;Se.folderName=Er;Se.ariaSpec={selector:".k-chip",rules:[{selector:"*:not(.k-chip-list) > .k-chip",attribute:"role=button",usage:"Announces that the chip acts as a button when standalone."},{selector:"*:not(.k-chip-list) > .k-chip.k-selected",attribute:"aria-pressed=true",usage:"Announces that the Chip has been selected."},{selector:"*:not(.k-chip-list) > .k-chip:not(.k-selected)",attribute:"aria-pressed=false",usage:"Announces that the Chip has not been selected."},{selector:".k-chip",attribute:"aria-disabled=true (when disabled)",usage:"Announces that the Chip is disabled."}]};var yt=Se;var Vc=require("react/jsx-runtime"),Kn="k-chip-list",Ih=[],Rh={size:[d.undefined,d.small,d.medium,d.large]},Oh={},we=e=>{let{size:t,multiselectable:o,ariaLabel:a,...l}=e;return(0,Vc.jsx)("div",{...l,className:r(e.className,Kn,I(Kn,{size:t})),role:"listbox","aria-label":a||"chip list","aria-orientation":"horizontal","aria-multiselectable":o?"true":void 0,children:e.children})};we.states=Ih;we.options=Rh;we.className=Kn;we.defaultOptions=Oh;we.moduleName=Va;we.folderName=Er;we.ariaSpec={selector:".k-chip-list",rules:[{selector:".k-chip-list",attribute:"role=listbox",usage:"Announces the list role of the chip list."},{selector:".k-chip-list",attribute:"aria-label or aria-labelledby",usage:"Adds label to the ChipList element. ListBox element requires an accessible name."},{selector:".k-chip-list",attribute:"aria-orientation=horizontal",usage:"Specifies the horizontal orientation of the chiplist."},{selector:".k-chip-list",attribute:"aria-multiselectable=true (when multiple selection)",usage:"Announces the multiple selection ability of the chiplist."},{selector:".k-chip-list .k-chip",attribute:"role=option",usage:"Announces the chip is an option inner component of the chip list."},{selector:".k-chip-list .k-chip.k-selected",attribute:"aria-selected=true",usage:"Announces the chip is selected."},{selector:".k-chip-list .k-chip:not(.k-selected)",attribute:"aria-selected=false",usage:"Announces the chip is not selected."},{selector:".k-chip-list .k-chip:has(.k-i-x-circle), .k-chip-list .k-chip:has(.k-svg-i-x-circle)",attribute:"aria-keyshortcuts=Enter Delete",usage:"Announces the Delete action along with the default Enter key."}]};var Hh=require("react/jsx-runtime");var Ph=require("react/jsx-runtime");var $c=require("react/jsx-runtime"),Rr=e=>(0,$c.jsx)(yt,{text:"text",...e});var Gh=require("react/jsx-runtime");var Kh=require("react/jsx-runtime");var Dn=require("react/jsx-runtime");var Xc=require("react/jsx-runtime");var Wc=require("react/jsx-runtime");var Jc=require("react/jsx-runtime");var to=require("react/jsx-runtime"),Dh={...yt.options,...we.options},Bh=[],_h=we.states,zh={...yt.defaultOptions,...we.defaultOptions},Uh=[{name:"icon",title:"Icon",type:"boolean"},{name:"actions",title:"Actions",type:"boolean"},{name:"avatar",title:"Avatar",type:"boolean"}],$a=e=>{let{modifiers:t,className:o,...a}=e,l=t==null?void 0:t.icon,i=t==null?void 0:t.actions,p=t==null?void 0:t.avatar;return(0,to.jsxs)(we,{size:a.size,className:o,children:[(0,to.jsx)(Rr,{...a,role:"option","aria-selected":"false","aria-pressed":void 0,icon:l?"star":void 0,actions:i?(0,to.jsx)(ye,{type:"remove"}):void 0,showAvatar:p,children:"Chip"}),(0,to.jsx)(Rr,{...a,role:"option","aria-selected":"false","aria-pressed":void 0,icon:l?"star":void 0,actions:i?(0,to.jsx)(ye,{type:"remove"}):void 0,showAvatar:p,children:"Chip"}),(0,to.jsx)(Rr,{...a,role:"option","aria-selected":"false","aria-pressed":void 0,icon:l?"star":void 0,actions:i?(0,to.jsx)(ye,{type:"remove"}):void 0,showAvatar:p,children:"Chip"})]})};$a.options=Dh;$a.states=_h;$a.variants=Bh;$a.defaultOptions=zh;$a.modifiers=Uh;var Or=require("react/jsx-runtime"),Fh=Se.states,Vh=Se.defaultOptions,$h=Se.options,Xh=[],Wh=[{name:"icon",title:"Icon"},{name:"avatar",title:"Avatar"},{name:"remove-icon",title:"`Remove` Icon"},{name:"more-options",title:"`More options` Icon"}],Xa=e=>{let{modifiers:t,...o}=e,a={};return Object.keys(t||{}).forEach(l=>{switch(l){case"icon":a.icon=t!=null&&t[l]?"arrow-down":void 0;break;case"avatar":a.showAvatar=!!(t!=null&&t[l]),a.avatarImage=t!=null&&t[l]?"https://demos.telerik.com/kendo-ui/content/web/Customers/RICSU.jpg":void 0;break;case"more-options":a.actions||(a.actions=[]),a.actions[0]=t!=null&&t[l]?(0,Or.jsx)(ye,{type:"more"}):void 0;break;case"remove-icon":a.actions||(a.actions=[]),a.actions[1]=t!=null&&t[l]?(0,Or.jsx)(ye,{type:"remove"}):void 0;break;default:break}}),(0,Or.jsx)(Se,{...o,...a,children:"Chip component"})};Xa.options=$h;Xa.states=Fh;Xa.variants=Xh;Xa.defaultOptions=Vh;Xa.modifiers=Wh;var E=require("react/jsx-runtime"),qc=({dropClue:e,contentClassName:t,...o})=>(0,E.jsx)(q,{_renderAriaRoot:!0,groupingHeader:(0,E.jsx)(oo,{dropClue:e,children:(0,E.jsxs)(we,{children:[(0,E.jsx)(Se,{icon:"sort-asc-small",text:"ID",actions:(0,E.jsxs)(E.Fragment,{children:[(0,E.jsx)(ye,{type:"more"}),(0,E.jsx)(ye,{type:"remove"})]})}),(0,E.jsx)(Se,{icon:"sort-desc-small",text:"Name",actions:(0,E.jsxs)(E.Fragment,{children:[(0,E.jsx)(ye,{type:"more"}),(0,E.jsx)(ye,{type:"remove"})]})})]})}),children:(0,E.jsxs)(E.Fragment,{children:[(0,E.jsx)(Y,{draggable:!0,children:(0,E.jsx)("div",{className:"k-grid-header-wrap",children:(0,E.jsxs)(Q,{children:[(0,E.jsxs)("colgroup",{children:[(0,E.jsx)("col",{className:"k-group-col"}),(0,E.jsx)("col",{className:"k-group-col"}),(0,E.jsx)("col",{}),(0,E.jsx)("col",{}),(0,E.jsx)("col",{}),(0,E.jsx)("col",{})]}),(0,E.jsx)(W,{children:(0,E.jsxs)(L,{children:[(0,E.jsx)(y,{colspan:1,rowspan:1,className:"k-group-cell",accessibleLabel:"Group"}),(0,E.jsx)(y,{colspan:1,rowspan:1,className:"k-group-cell",accessibleLabel:"Group"}),(0,E.jsx)(y,{colspan:1,columnTitle:"ID"}),(0,E.jsx)(y,{colspan:1,columnTitle:"Name"}),(0,E.jsx)(y,{colspan:1,columnTitle:"Price"}),(0,E.jsx)(y,{colspan:1,columnTitle:"Category"})]})})]})})}),(0,E.jsx)(re,{children:(0,E.jsx)(ee,{className:t,children:(0,E.jsxs)(te,{children:[(0,E.jsxs)("colgroup",{children:[(0,E.jsx)("col",{className:"k-group-col"}),(0,E.jsx)("col",{className:"k-group-col"}),(0,E.jsx)("col",{}),(0,E.jsx)("col",{}),(0,E.jsx)("col",{}),(0,E.jsx)("col",{})]}),(0,E.jsxs)(ae,{children:[(0,E.jsx)(L,{className:"k-table-group-row k-grouping-row",children:(0,E.jsx)(s,{colspan:6,children:(0,E.jsxs)("p",{className:"k-reset",children:[(0,E.jsx)(u,{icon:"caret-alt-right"}),"ID: 1"]})})}),(0,E.jsx)(L,{className:"k-table-group-row k-grouping-row",children:(0,E.jsx)(s,{colspan:6,children:(0,E.jsxs)("p",{className:"k-reset",children:[(0,E.jsx)(u,{icon:"caret-alt-down"}),"ID: 2"]})})}),(0,E.jsxs)(L,{className:"k-table-group-row k-grouping-row",children:[(0,E.jsx)(s,{className:"k-table-group-td k-group-cell"}),(0,E.jsx)(s,{colspan:5,children:(0,E.jsxs)("p",{className:"k-reset",children:[(0,E.jsx)(u,{icon:"caret-alt-down"}),"Name: Chang"]})})]}),(0,E.jsxs)(L,{className:"k-master-row",alt:!0,children:[(0,E.jsx)(s,{className:"k-table-group-td k-group-cell"}),(0,E.jsx)(s,{className:"k-table-group-td k-group-cell"}),(0,E.jsx)(s,{colspan:0,children:"2"}),(0,E.jsx)(s,{colspan:0,children:"Chang"}),(0,E.jsx)(s,{colspan:0,children:"$19.00"}),(0,E.jsx)(s,{colspan:0,children:"Beverages"})]})]})]})})})]}),...o});var Bn=require("react/jsx-runtime");var _n=require("react/jsx-runtime");var zn=require("react/jsx-runtime");var H=require("react/jsx-runtime"),Yc=({headerWrapClassName:e,contentClassName:t,...o})=>(0,H.jsx)(q,{_renderAriaRoot:!0,children:(0,H.jsxs)(H.Fragment,{children:[(0,H.jsx)(Y,{children:(0,H.jsx)("div",{className:`k-grid-header-wrap ${e}`,children:(0,H.jsxs)(Q,{children:[(0,H.jsxs)("colgroup",{children:[(0,H.jsx)("col",{}),(0,H.jsx)("col",{}),(0,H.jsx)("col",{}),(0,H.jsx)("col",{})]}),(0,H.jsxs)(W,{children:[(0,H.jsxs)(L,{children:[(0,H.jsx)(y,{rowspan:3,colspan:1,columnTitle:"ID"}),(0,H.jsx)(y,{rowspan:1,colspan:3,columnTitle:"Product Information"})]}),(0,H.jsxs)(L,{children:[(0,H.jsx)(y,{rowspan:2,colspan:1,columnTitle:"Product Name",className:"k-first"}),(0,H.jsx)(y,{rowspan:1,colspan:2,columnTitle:"Unit"})]}),(0,H.jsxs)(L,{children:[(0,H.jsx)(y,{rowspan:1,colspan:1,columnTitle:"Units In Stock",className:"k-first"}),(0,H.jsx)(y,{rowspan:1,colspan:1,columnTitle:"Units Price"})]})]})]})})}),(0,H.jsx)(re,{children:(0,H.jsx)(ee,{className:t,children:(0,H.jsxs)(te,{children:[(0,H.jsxs)("colgroup",{children:[(0,H.jsx)("col",{}),(0,H.jsx)("col",{}),(0,H.jsx)("col",{}),(0,H.jsx)("col",{})]}),(0,H.jsxs)(ae,{children:[(0,H.jsxs)(L,{className:"k-master-row",children:[(0,H.jsx)(s,{children:"1"}),(0,H.jsx)(s,{children:"Chai"}),(0,H.jsx)(s,{children:"39"}),(0,H.jsx)(s,{children:"18"})]}),(0,H.jsxs)(L,{className:"k-master-row",alt:!0,children:[(0,H.jsx)(s,{children:"2"}),(0,H.jsx)(s,{children:"Chang"}),(0,H.jsx)(s,{children:"17"}),(0,H.jsx)(s,{children:"19"})]}),(0,H.jsxs)(L,{className:"k-master-row",children:[(0,H.jsx)(s,{children:"3"}),(0,H.jsx)(s,{children:"Aniseed Syrup"}),(0,H.jsx)(s,{children:"13"}),(0,H.jsx)(s,{children:"10"})]}),(0,H.jsxs)(L,{className:"k-master-row",alt:!0,children:[(0,H.jsx)(s,{children:"4"}),(0,H.jsx)(s,{children:"Chef Anton's Cajun Seasoning"}),(0,H.jsx)(s,{children:"53"}),(0,H.jsx)(s,{children:"22"})]}),(0,H.jsxs)(L,{className:"k-master-row",children:[(0,H.jsx)(s,{children:"5"}),(0,H.jsx)(s,{children:"Chef Anton's Gumbo Mix"}),(0,H.jsx)(s,{children:"0"}),(0,H.jsx)(s,{children:"21.35"})]})]})]})})})]}),...o});var Un=require("react/jsx-runtime");var Fn=require("react/jsx-runtime");var K=require("react/jsx-runtime"),Qc=e=>(0,K.jsx)(q,{_renderAriaRoot:!0,toolbar:(0,K.jsxs)(jt,{children:[(0,K.jsx)(c,{children:"Add new"}),(0,K.jsx)(c,{children:"Save Changes"}),(0,K.jsx)(c,{children:"Cancel Changes"})]}),children:(0,K.jsxs)(K.Fragment,{children:[(0,K.jsx)(Y,{children:(0,K.jsx)("div",{className:"k-grid-header-wrap",children:(0,K.jsxs)(Q,{children:[(0,K.jsxs)("colgroup",{children:[(0,K.jsx)("col",{}),(0,K.jsx)("col",{}),(0,K.jsx)("col",{}),(0,K.jsx)("col",{style:{width:"300px"}})]}),(0,K.jsx)(W,{children:(0,K.jsxs)(L,{children:[(0,K.jsx)(y,{columnTitle:"Name"}),(0,K.jsx)(y,{columnTitle:"Price"}),(0,K.jsx)(y,{columnTitle:"Available"}),(0,K.jsx)(y,{accessibleLabel:"Commands"})]})})]})})}),(0,K.jsx)(re,{children:(0,K.jsx)(ee,{children:(0,K.jsx)("div",{children:(0,K.jsxs)(te,{children:[(0,K.jsxs)("colgroup",{children:[(0,K.jsx)("col",{}),(0,K.jsx)("col",{}),(0,K.jsx)("col",{}),(0,K.jsx)("col",{style:{width:"300px"}})]}),(0,K.jsxs)(ae,{children:[(0,K.jsxs)(L,{className:"k-master-row k-grid-add-row k-grid-edit-row",children:[(0,K.jsx)(s,{children:(0,K.jsx)(ne,{value:"Towel"})}),(0,K.jsx)(s,{children:(0,K.jsx)($,{value:"42"})}),(0,K.jsx)(s,{children:(0,K.jsx)(et,{})}),(0,K.jsxs)(s,{className:"k-command-cell",children:[(0,K.jsx)(c,{children:"Add"}),(0,K.jsx)(c,{children:"Cancel"})]})]}),(0,K.jsxs)(L,{className:"k-master-row",children:[(0,K.jsx)(s,{children:"Chai"}),(0,K.jsx)(s,{children:"18"}),(0,K.jsx)(s,{children:"false"}),(0,K.jsx)(s,{className:"k-command-cell",children:(0,K.jsx)(c,{children:"Remove"})})]}),(0,K.jsxs)(L,{className:"k-master-row",alt:!0,children:[(0,K.jsx)(s,{children:"Chang"}),(0,K.jsx)(s,{children:"19"}),(0,K.jsx)(s,{children:"false"}),(0,K.jsx)(s,{className:"k-command-cell",children:(0,K.jsx)(c,{children:"Remove"})})]})]})]})})})})]}),...e});var Vn=require("react/jsx-runtime");var m=require("react/jsx-runtime"),Jh=q.options,qh=q.states,Zc={...q.defaultOptions,variant:"normal"},Yh=[{name:"normal",title:"Normal"},{name:"column-menu",title:"Column Menu"},{name:"filter-menu",title:"Filter Menu"},{name:"filter-row",title:"Filter Row"},{name:"row-reordering",title:"Row Reordering"},{name:"multicolumn-headers",title:"Multicolumn Headers"},{name:"grouping",title:"Grouping"},{name:"editing",title:"Editing"}],Qh=[{name:"toolbar",title:"Toolbar",type:"boolean"},{name:"pager",title:"Pager",type:"boolean"}],Wa=e=>{let{variant:t,modifiers:o,...a}={...Zc,...e},l={toolbar:void 0,pager:void 0},i=(0,m.jsxs)(jt,{children:[(0,m.jsx)(c,{icon:"plus",children:"Add New"}),(0,m.jsx)(c,{icon:"file-pdf",children:"Export to PDF"}),(0,m.jsx)("span",{className:"k-spacer"}),(0,m.jsx)(ne,{prefix:(0,m.jsx)(u,{icon:"search"}),separators:!1,placeholder:"Search..."})]}),p=(0,m.jsx)(xe,{pageSizes:!1,refresh:!1});Object.keys(o||{}).forEach(v=>{switch(v){case"toolbar":l.toolbar=o!=null&&o[v]?i:void 0;break;case"pager":l.pager=o!=null&&o[v]?p:void 0;break;default:return}});let b={"column-menu":{menu:"column"},"filter-menu":{menu:"filter"},"filter-row":{}},g=(0,m.jsxs)(m.Fragment,{children:[(0,m.jsx)(Y,{children:(0,m.jsx)("div",{className:"k-grid-header-wrap",children:(0,m.jsxs)(Q,{children:[(0,m.jsxs)("colgroup",{children:[(0,m.jsx)("col",{}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{})]}),(0,m.jsx)(W,{children:(0,m.jsxs)(L,{children:[(0,m.jsx)(y,{...b[t],columnTitle:"ID"}),(0,m.jsx)(y,{...b[t],columnTitle:"Product Name"}),(0,m.jsx)(y,{...b[t],columnTitle:"Units in Stock"}),(0,m.jsx)(y,{...b[t],columnTitle:"Units Price"})]})})]})})}),(0,m.jsx)(re,{children:(0,m.jsx)(ee,{children:(0,m.jsxs)(te,{children:[(0,m.jsxs)("colgroup",{children:[(0,m.jsx)("col",{}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{})]}),(0,m.jsxs)(ae,{children:[(0,m.jsxs)(L,{children:[(0,m.jsx)(s,{children:"1"}),(0,m.jsx)(s,{children:"Chai"}),(0,m.jsx)(s,{children:"39"}),(0,m.jsx)(s,{children:"18"})]}),(0,m.jsxs)(L,{className:"k-alt",alt:!0,children:[(0,m.jsx)(s,{children:"2"}),(0,m.jsx)(s,{children:"Chang"}),(0,m.jsx)(s,{children:"17"}),(0,m.jsx)(s,{children:"19"})]}),(0,m.jsxs)(L,{children:[(0,m.jsx)(s,{children:"3"}),(0,m.jsx)(s,{children:"Aniseed Syrup"}),(0,m.jsx)(s,{children:"13"}),(0,m.jsx)(s,{children:"10"})]}),(0,m.jsxs)(L,{className:"k-alt",alt:!0,children:[(0,m.jsx)(s,{children:"4"}),(0,m.jsx)(s,{children:"Chef Anton's Cajun Seasoning"}),(0,m.jsx)(s,{children:"53"}),(0,m.jsx)(s,{children:"22"})]}),(0,m.jsxs)(L,{children:[(0,m.jsx)(s,{children:"5"}),(0,m.jsx)(s,{children:"Chef Anton's Gumbo Mix"}),(0,m.jsx)(s,{children:"0"}),(0,m.jsx)(s,{children:"21.35"})]})]})]})})})]});switch(t){case"multicolumn-headers":return(0,m.jsx)(Yc,{...a,...l});case"editing":return(0,m.jsx)(Qc,{...a,...l});case"grouping":return(0,m.jsx)(qc,{...a,...l,groupingHeader:(0,m.jsx)(oo,{children:(0,m.jsxs)(we,{children:[(0,m.jsx)(Se,{icon:"sort-asc-small",actions:(0,m.jsxs)(m.Fragment,{children:[(0,m.jsx)(ye,{type:"more"}),(0,m.jsx)(ye,{type:"remove"})]}),children:"ID"}),(0,m.jsx)(Se,{icon:"sort-desc-small",actions:(0,m.jsxs)(m.Fragment,{children:[(0,m.jsx)(ye,{type:"more"}),(0,m.jsx)(ye,{type:"remove"})]}),children:"Name"})]})})});case"row-reordering":return(0,m.jsx)(q,{...a,...l,children:(0,m.jsxs)(m.Fragment,{children:[(0,m.jsx)(Y,{children:(0,m.jsxs)("div",{className:"k-grid-header-wrap",children:[" ",(0,m.jsxs)(Q,{children:[(0,m.jsxs)("colgroup",{children:[(0,m.jsx)("col",{className:"k-drag-col"}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{})]}),(0,m.jsx)(W,{children:(0,m.jsxs)(L,{children:[(0,m.jsx)(y,{className:"k-drag-cell",accessibleLabel:"Reorder"}),(0,m.jsx)(y,{columnTitle:"ID"}),(0,m.jsx)(y,{columnTitle:"Product Name"}),(0,m.jsx)(y,{columnTitle:"Units in Stock"}),(0,m.jsx)(y,{columnTitle:"Units Price"})]})})]})]})}),(0,m.jsx)(re,{children:(0,m.jsx)(ee,{children:(0,m.jsxs)(te,{children:[(0,m.jsxs)("colgroup",{children:[(0,m.jsx)("col",{className:"k-drag-col"}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{})]}),(0,m.jsxs)(ae,{children:[(0,m.jsxs)(L,{children:[(0,m.jsx)(s,{className:"k-drag-cell",children:(0,m.jsx)(u,{icon:"reorder"})}),(0,m.jsx)(s,{children:"1"}),(0,m.jsx)(s,{children:"Chai"}),(0,m.jsx)(s,{children:"39"}),(0,m.jsx)(s,{children:"18"})]}),(0,m.jsxs)(L,{className:"k-alt",alt:!0,children:[(0,m.jsx)(s,{className:"k-drag-cell",children:(0,m.jsx)(u,{icon:"reorder"})}),(0,m.jsx)(s,{children:"2"}),(0,m.jsx)(s,{children:"Chang"}),(0,m.jsx)(s,{children:"17"}),(0,m.jsx)(s,{children:"19"})]}),(0,m.jsxs)(L,{children:[(0,m.jsx)(s,{className:"k-drag-cell",children:(0,m.jsx)(u,{icon:"reorder"})}),(0,m.jsx)(s,{children:"3"}),(0,m.jsx)(s,{children:"Aniseed Syrup"}),(0,m.jsx)(s,{children:"13"}),(0,m.jsx)(s,{children:"10"})]}),(0,m.jsxs)(L,{className:"k-alt",alt:!0,children:[(0,m.jsx)(s,{className:"k-drag-cell",children:(0,m.jsx)(u,{icon:"reorder"})}),(0,m.jsx)(s,{children:"4"}),(0,m.jsx)(s,{children:"Chef Anton's Cajun Seasoning"}),(0,m.jsx)(s,{children:"53"}),(0,m.jsx)(s,{children:"22"})]}),(0,m.jsxs)(L,{children:[(0,m.jsx)(s,{className:"k-drag-cell",children:(0,m.jsx)(u,{icon:"reorder"})}),(0,m.jsx)(s,{children:"5"}),(0,m.jsx)(s,{children:"Chef Anton's Gumbo Mix"}),(0,m.jsx)(s,{children:"0"}),(0,m.jsx)(s,{children:"21.35"})]})]})]})})})]})});case"filter-row":return(0,m.jsx)(Pc,{...a,...l});default:return(0,m.jsx)(q,{...a,...l,children:g})}};Wa.options=Jh;Wa.states=qh;Wa.variants=Yh;Wa.defaultOptions=Zc;Wa.modifiers=Qh;var $n="treelist",jc=$n;var tp=require("react/jsx-runtime"),ep="k-treelist",Zh=[],jh={},ex={},Ze=e=>(0,tp.jsx)(q,{...e,className:r(ep,e.className),children:e.children});Ze.states=Zh;Ze.options=jh;Ze.className=ep;Ze.defaultOptions=ex;Ze.moduleName=$n;Ze.folderName=jc;var ap=require("react/jsx-runtime"),op=e=>(0,ap.jsx)(xo,{menu:"column",...e});var lp=require("react/jsx-runtime"),rp=e=>(0,lp.jsx)(xo,{menu:"filter",...e});var S=require("react/jsx-runtime"),np=({gridHeader:e,gridContent:t,menu:o,...a})=>(0,S.jsxs)(Ze,{id:"treelist",_renderAriaRoot:!0,...a,children:[e||(0,S.jsx)(Y,{children:(0,S.jsx)("div",{className:"k-grid-header-wrap",children:(0,S.jsxs)(Q,{children:[(0,S.jsxs)("colgroup",{children:[(0,S.jsx)("col",{className:"k-drag-col"}),(0,S.jsx)("col",{}),(0,S.jsx)("col",{}),(0,S.jsx)("col",{})]}),(0,S.jsx)(W,{children:(0,S.jsxs)(L,{children:[(0,S.jsx)(y,{}),(0,S.jsx)(y,{menu:o,columnTitle:"First Name"}),(0,S.jsx)(y,{menu:o,columnTitle:"Last Name"}),(0,S.jsx)(y,{menu:o,columnTitle:"Position"})]})})]})})}),(0,S.jsx)(re,{children:t||(0,S.jsx)(ee,{children:(0,S.jsxs)(te,{children:[(0,S.jsxs)("colgroup",{children:[(0,S.jsx)("col",{className:"k-drag-col"}),(0,S.jsx)("col",{}),(0,S.jsx)("col",{}),(0,S.jsx)("col",{})]}),(0,S.jsxs)(ae,{children:[(0,S.jsxs)(L,{children:[(0,S.jsx)(s,{className:"k-drag-cell",children:(0,S.jsx)(u,{icon:"reorder"})}),(0,S.jsxs)(s,{children:[(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Daryl"]}),(0,S.jsx)(s,{children:"Sweeney"}),(0,S.jsx)(s,{children:"CEO"})]}),(0,S.jsxs)(L,{alt:!0,children:[(0,S.jsx)(s,{className:"k-drag-cell",children:(0,S.jsx)(u,{icon:"reorder"})}),(0,S.jsxs)(s,{children:[(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Guy"]}),(0,S.jsx)(s,{children:"Wooten"}),(0,S.jsx)(s,{children:"Chief Technical Officer"})]}),(0,S.jsxs)(L,{children:[(0,S.jsx)(s,{className:"k-drag-cell",children:(0,S.jsx)(u,{icon:"reorder"})}),(0,S.jsxs)(s,{children:[(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Buffy"]}),(0,S.jsx)(s,{children:"Weber"}),(0,S.jsx)(s,{children:"VP, Engineering"})]}),(0,S.jsxs)(L,{alt:!0,children:[(0,S.jsx)(s,{className:"k-drag-cell",children:(0,S.jsx)(u,{icon:"reorder"})}),(0,S.jsxs)(s,{children:[(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Hyacinth"]}),(0,S.jsx)(s,{children:"Hood"}),(0,S.jsx)(s,{children:"Team Lead"})]}),(0,S.jsxs)(L,{children:[(0,S.jsx)(s,{className:"k-drag-cell",children:(0,S.jsx)(u,{icon:"reorder"})}),(0,S.jsxs)(s,{children:[(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),"Akeem"]}),(0,S.jsx)(s,{children:"Carr"}),(0,S.jsx)(s,{children:"Junior Software Developer"})]})]})]})})})]});var ip=require("react/jsx-runtime");var T=require("react/jsx-runtime"),tx=Ze.options,ox=Ze.states,sp={...Ze.defaultOptions,variant:"normal"},ax=[{name:"normal",title:"Normal"},{name:"column-menu",title:"Column Menu"},{name:"filter-row",title:"Filter Row"},{name:"sorting",title:"Sorting"},{name:"row-reordering",title:"Row Reordering"}],rx=[{name:"toolbar",title:"Toolbar"},{name:"pager",title:"Pager"}],Ja=e=>{let{variant:t,modifiers:o,...a}={...sp,...e},l={},i=(0,T.jsxs)(jt,{children:[(0,T.jsx)(c,{icon:"plus",children:"Add New"}),(0,T.jsx)(c,{icon:"file-pdf",children:"Export to PDF"}),(0,T.jsx)("span",{className:"k-spacer"}),(0,T.jsx)(ne,{prefix:(0,T.jsx)(u,{icon:"search"}),separators:!1,placeholder:"Search..."})]}),p=(0,T.jsx)(xe,{pageSizes:!1,refresh:!1});switch(Object.keys(o||{}).forEach(b=>{switch(b){case"toolbar":l.toolbar=o!=null&&o[b]?i:void 0;break;case"pager":l.pager=o!=null&&o[b]?p:void 0;break;default:return}}),t){case"row-reordering":return(0,T.jsx)(np,{...a,...l});case"column-menu":return(0,T.jsx)(op,{...a,...l,gridHeader:(0,T.jsx)(Y,{children:(0,T.jsx)("div",{className:"k-grid-header-wrap",children:(0,T.jsxs)(Q,{children:[(0,T.jsxs)("colgroup",{children:[(0,T.jsx)("col",{}),(0,T.jsx)("col",{}),(0,T.jsx)("col",{})]}),(0,T.jsx)(W,{children:(0,T.jsxs)(L,{children:[(0,T.jsx)(y,{menu:"column",columnTitle:"First Name"}),(0,T.jsx)(y,{menu:"column",columnTitle:"Last Name"}),(0,T.jsx)(y,{menu:"column",columnTitle:"Position"})]})})]})})})});case"filter-row":return(0,T.jsx)(rp,{...a,...l,gridHeader:(0,T.jsx)(Y,{children:(0,T.jsx)("div",{className:"k-grid-header-wrap",children:(0,T.jsxs)(Q,{children:[(0,T.jsxs)("colgroup",{children:[(0,T.jsx)("col",{}),(0,T.jsx)("col",{}),(0,T.jsx)("col",{})]}),(0,T.jsx)(W,{children:(0,T.jsxs)(L,{children:[(0,T.jsx)(y,{menu:"filter",columnTitle:"First Name"}),(0,T.jsx)(y,{menu:"filter",columnTitle:"Last Name"}),(0,T.jsx)(y,{menu:"filter",columnTitle:"Position"})]})})]})})})});case"sorting":return(0,T.jsx)(xo,{...a,...l,gridHeader:(0,T.jsx)(Y,{children:(0,T.jsx)("div",{className:"k-grid-header-wrap",children:(0,T.jsxs)(Q,{children:[(0,T.jsxs)("colgroup",{children:[(0,T.jsx)("col",{}),(0,T.jsx)("col",{}),(0,T.jsx)("col",{})]}),(0,T.jsx)(W,{children:(0,T.jsxs)(L,{children:[(0,T.jsx)(y,{columnTitle:"First Name"}),(0,T.jsx)(y,{columnTitle:"Last Name",sortable:!0}),(0,T.jsx)(y,{columnTitle:"Position"})]})})]})})}),gridContent:(0,T.jsx)(ee,{children:(0,T.jsxs)(te,{children:[(0,T.jsxs)("colgroup",{children:[(0,T.jsx)("col",{}),(0,T.jsx)("col",{className:"k-sorted"}),(0,T.jsx)("col",{})]}),(0,T.jsxs)(ae,{children:[(0,T.jsxs)(L,{className:"k-treelist-group",children:[(0,T.jsxs)(s,{children:[(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Daryl"]}),(0,T.jsx)(s,{children:"Sweeney"}),(0,T.jsx)(s,{children:"CEO"})]}),(0,T.jsxs)(L,{className:"k-treelist-group k-alt",alt:!0,children:[(0,T.jsxs)(s,{children:[(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Guy"]}),(0,T.jsx)(s,{children:"Wooten"}),(0,T.jsx)(s,{children:"Chief Technical Officer"})]}),(0,T.jsxs)(L,{className:"k-treelist-group",children:[(0,T.jsxs)(s,{children:[(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Buffy"]}),(0,T.jsx)(s,{children:"Weber"}),(0,T.jsx)(s,{children:"VP, Engineering"})]}),(0,T.jsxs)(L,{className:"k-treelist-group k-alt",alt:!0,children:[(0,T.jsxs)(s,{children:[(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Hyacinth"]}),(0,T.jsx)(s,{children:"Hood"}),(0,T.jsx)(s,{children:"Team Lead"})]}),(0,T.jsxs)(L,{children:[(0,T.jsxs)(s,{children:[(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),"Akeem"]}),(0,T.jsx)(s,{children:"Carr"}),(0,T.jsx)(s,{children:"Junior Software Developer"})]})]})]})})});default:return(0,T.jsx)(xo,{...a,...l,gridHeader:(0,T.jsx)(Y,{children:(0,T.jsx)("div",{className:"k-grid-header-wrap",children:(0,T.jsxs)(Q,{children:[(0,T.jsxs)("colgroup",{children:[(0,T.jsx)("col",{}),(0,T.jsx)("col",{}),(0,T.jsx)("col",{})]}),(0,T.jsx)(W,{children:(0,T.jsxs)(L,{children:[(0,T.jsx)(y,{columnTitle:"First Name"}),(0,T.jsx)(y,{columnTitle:"Last Name"}),(0,T.jsx)(y,{columnTitle:"Position"})]})})]})})})})}};Ja.options=tx;Ja.states=ox;Ja.variants=ax;Ja.defaultOptions=sp;Ja.modifiers=rx;var P=require("react/jsx-runtime"),xo=({gridHeader:e,gridContent:t,menu:o,...a})=>(0,P.jsxs)(Ze,{id:"treelist",_renderAriaRoot:!0,...a,children:[e||(0,P.jsx)(Y,{children:(0,P.jsx)("div",{className:"k-grid-header-wrap",children:(0,P.jsxs)(Q,{children:[(0,P.jsxs)("colgroup",{children:[(0,P.jsx)("col",{}),(0,P.jsx)("col",{}),(0,P.jsx)("col",{})]}),(0,P.jsx)(W,{children:(0,P.jsxs)(L,{children:[(0,P.jsx)(y,{menu:o,columnTitle:"Name"}),(0,P.jsx)(y,{menu:o,columnTitle:"Position"}),(0,P.jsx)(y,{menu:o,columnTitle:"Hire Date"})]})})]})})}),(0,P.jsx)(re,{children:t||(0,P.jsx)(ee,{children:(0,P.jsxs)(te,{children:[(0,P.jsxs)("colgroup",{children:[(0,P.jsx)("col",{}),(0,P.jsx)("col",{}),(0,P.jsx)("col",{})]}),(0,P.jsxs)(ae,{children:[(0,P.jsxs)(L,{children:[(0,P.jsxs)(s,{children:[(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Daryl"]}),(0,P.jsx)(s,{children:"Sweeney"}),(0,P.jsx)(s,{children:"CEO"})]}),(0,P.jsxs)(L,{alt:!0,children:[(0,P.jsxs)(s,{children:[(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Guy"]}),(0,P.jsx)(s,{children:"Wooten"}),(0,P.jsx)(s,{children:"Chief Technical Officer"})]}),(0,P.jsxs)(L,{children:[(0,P.jsxs)(s,{children:[(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Buffy"]}),(0,P.jsx)(s,{children:"Weber"}),(0,P.jsx)(s,{children:"VP, Engineering"})]}),(0,P.jsxs)(L,{alt:!0,children:[(0,P.jsxs)(s,{children:[(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Hyacinth"]}),(0,P.jsx)(s,{children:"Hood"}),(0,P.jsx)(s,{children:"Team Lead"})]}),(0,P.jsxs)(L,{children:[(0,P.jsxs)(s,{children:[(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),"Akeem"]}),(0,P.jsx)(s,{children:"Carr"}),(0,P.jsx)(s,{children:"Junior Software Developer"})]})]})]})})})]});
|