@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.
Files changed (86) hide show
  1. package/dist/cjs/filemanager/demos/filemanager.js +1 -1
  2. package/dist/cjs/filemanager/file-info.js +1 -1
  3. package/dist/cjs/filemanager/templates/filemanager-grid-preview.js +1 -1
  4. package/dist/cjs/filemanager/templates/filemanager-grid.js +1 -1
  5. package/dist/cjs/filemanager/templates/filemanager-normal.js +1 -1
  6. package/dist/cjs/filemanager/templates/filemanager-preview.js +1 -1
  7. package/dist/cjs/gantt/demos/gantt.js +1 -1
  8. package/dist/cjs/gantt/templates/gantt-normal.js +1 -1
  9. package/dist/cjs/gantt/templates/gantt-row-reordering.js +1 -1
  10. package/dist/cjs/grid/demos/grid.js +1 -1
  11. package/dist/cjs/grid/grid-pinned-container.spec.js +1 -0
  12. package/dist/cjs/grid/grid-sticky-container.spec.js +1 -1
  13. package/dist/cjs/grid/templates/grid-hierarchy.js +1 -1
  14. package/dist/cjs/grid/templates/grid-normal.js +1 -1
  15. package/dist/cjs/grid/templates/grid-with-column-menu.js +1 -1
  16. package/dist/cjs/grid/templates/grid-with-edit-row.js +1 -1
  17. package/dist/cjs/grid/templates/grid-with-filter-menu.js +1 -1
  18. package/dist/cjs/grid/templates/grid-with-filter-row.js +1 -1
  19. package/dist/cjs/grid/templates/grid-with-grouping.js +1 -1
  20. package/dist/cjs/grid/templates/grid-with-locked-columns.js +1 -1
  21. package/dist/cjs/grid/templates/grid-with-multicolumn-headers.js +1 -1
  22. package/dist/cjs/grid/templates/grid-with-row-reordering.js +1 -1
  23. package/dist/cjs/grid/templates/grid-with-selection-aggregates.js +1 -1
  24. package/dist/cjs/grid/templates/grid-with-sticky-columns.js +1 -1
  25. package/dist/cjs/index.js +8 -8
  26. package/dist/cjs/propertygrid/demos/propertygrid.js +1 -1
  27. package/dist/cjs/propertygrid/propertygrid.spec.js +1 -1
  28. package/dist/cjs/propertygrid/templates/propertygrid-normal.js +1 -1
  29. package/dist/cjs/propertygrid/templates/propertygrid-with-preview.js +1 -1
  30. package/dist/cjs/treelist/demos/treelist.js +1 -1
  31. package/dist/cjs/treelist/templates/treelist-aggregates.js +1 -1
  32. package/dist/cjs/treelist/templates/treelist-normal.js +1 -1
  33. package/dist/cjs/treelist/templates/treelist-row-reordering.js +1 -1
  34. package/dist/cjs/treelist/templates/treelist-with-column-menu.js +1 -1
  35. package/dist/cjs/treelist/templates/treelist-with-filter-menu.js +1 -1
  36. package/dist/cjs/treelist/treelist.spec.js +1 -1
  37. package/dist/esm/filemanager/demos/filemanager.mjs +1 -1
  38. package/dist/esm/filemanager/file-info.mjs +1 -1
  39. package/dist/esm/filemanager/templates/filemanager-grid-preview.mjs +1 -1
  40. package/dist/esm/filemanager/templates/filemanager-grid.mjs +1 -1
  41. package/dist/esm/filemanager/templates/filemanager-normal.mjs +1 -1
  42. package/dist/esm/filemanager/templates/filemanager-preview.mjs +1 -1
  43. package/dist/esm/gantt/demos/gantt.mjs +1 -1
  44. package/dist/esm/gantt/templates/gantt-normal.mjs +1 -1
  45. package/dist/esm/gantt/templates/gantt-row-reordering.mjs +1 -1
  46. package/dist/esm/grid/demos/grid.mjs +1 -1
  47. package/dist/esm/grid/grid-pinned-container.spec.mjs +1 -0
  48. package/dist/esm/grid/grid-sticky-container.spec.mjs +1 -1
  49. package/dist/esm/grid/templates/grid-hierarchy.mjs +1 -1
  50. package/dist/esm/grid/templates/grid-normal.mjs +1 -1
  51. package/dist/esm/grid/templates/grid-with-column-menu.mjs +1 -1
  52. package/dist/esm/grid/templates/grid-with-edit-row.mjs +1 -1
  53. package/dist/esm/grid/templates/grid-with-filter-menu.mjs +1 -1
  54. package/dist/esm/grid/templates/grid-with-filter-row.mjs +1 -1
  55. package/dist/esm/grid/templates/grid-with-grouping.mjs +1 -1
  56. package/dist/esm/grid/templates/grid-with-locked-columns.mjs +1 -1
  57. package/dist/esm/grid/templates/grid-with-multicolumn-headers.mjs +1 -1
  58. package/dist/esm/grid/templates/grid-with-row-reordering.mjs +1 -1
  59. package/dist/esm/grid/templates/grid-with-selection-aggregates.mjs +1 -1
  60. package/dist/esm/grid/templates/grid-with-sticky-columns.mjs +1 -1
  61. package/dist/esm/index.mjs +8 -8
  62. package/dist/esm/propertygrid/demos/propertygrid.mjs +1 -1
  63. package/dist/esm/propertygrid/propertygrid.spec.mjs +1 -1
  64. package/dist/esm/propertygrid/templates/propertygrid-normal.mjs +1 -1
  65. package/dist/esm/propertygrid/templates/propertygrid-with-preview.mjs +1 -1
  66. package/dist/esm/treelist/demos/treelist.mjs +1 -1
  67. package/dist/esm/treelist/templates/treelist-aggregates.mjs +1 -1
  68. package/dist/esm/treelist/templates/treelist-normal.mjs +1 -1
  69. package/dist/esm/treelist/templates/treelist-row-reordering.mjs +1 -1
  70. package/dist/esm/treelist/templates/treelist-with-column-menu.mjs +1 -1
  71. package/dist/esm/treelist/templates/treelist-with-filter-menu.mjs +1 -1
  72. package/dist/esm/treelist/treelist.spec.mjs +1 -1
  73. package/dist/types/grid/grid-pinned-container.spec.d.ts +6 -0
  74. package/dist/types/grid/index.d.ts +1 -0
  75. package/dist/types/grid/tests/grid-row-pinning-with-sticky-grouping.d.ts +2 -0
  76. package/package.json +2 -2
  77. package/src/grid/grid-pinned-container.spec.tsx +38 -0
  78. package/src/grid/grid-sticky-container.spec.tsx +4 -10
  79. package/src/grid/index.ts +2 -1
  80. package/src/grid/templates/grid-with-sticky-columns.tsx +22 -22
  81. package/src/grid/tests/grid-group-row-pinning-adaptive.tsx +24 -22
  82. package/src/grid/tests/grid-group-row-pinning.tsx +87 -79
  83. package/src/grid/tests/grid-row-pinning-adaptive.tsx +22 -19
  84. package/src/grid/tests/grid-row-pinning-with-sticky-grouping.tsx +177 -0
  85. package/src/grid/tests/grid-row-pinning.tsx +123 -111
  86. package/src/grid/tests/grid-sticky-grouping.tsx +43 -43
@@ -1 +1 @@
1
- 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 S=(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"}),w=(e,t)=>{let{valid:o,invalid:a,hover:l,focus:i,checked:c,active:m,selected:h,disabled:N,indeterminate:v,loading:k,empty:u,readonly:M,highlighted:C,...A}=t;return r({"k-valid":o,"k-invalid":a,"k-hover":l,"k-focus":i,"k-checked":c,"k-active":m,"k-selected":h,"k-disabled":N,"k-indeterminate":v&&!c,"k-loading":k,"k-empty":u,"k-readonly":M,"k-highlighted":C},Object.keys(A).reduce((R,I)=>(I.startsWith("k-")?R[I]=A[I]:R[`k-${I}`]=A[I],R),{}))};function dn(e,t){if(!t)return{};let o=Array.isArray(t)?t:[t];return Object.fromEntries(o.map(a=>[`k-${a}`,!0]))}var s={undefined:void 0,xsmall:"xsmall",small:"small",medium:"medium",large:"large",xlarge:"xlarge",xxlarge:"xxlarge",xxxlarge:"xxxlarge"},T={undefined:void 0,none:"none",small:"small",medium:"medium",large:"large",full:"full"},x={undefined:void 0,solid:"solid",flat:"flat",outline:"outline",clear:"clear",link:"link"},f={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 V="grid",J=V;import{jsx as pd,jsxs as md}from"react/jsx-runtime";var Da="k-grid",sd=[],dd={size:[s.undefined,s.small,s.medium,s.large]},cd=[],cn={pagerPosition:"bottom"},$=e=>{let{size:t,pagerPosition:o=cn.pagerPosition,toolbar:a,pager:l,groupingHeader:i,gridSelectionAggregates:c,_renderAriaRoot:m,resizable:h,...N}=e;return md("div",{...N,className:r(e.className,Da,{[`${Da}-resizable`]:h},S(Da,{size:t})),children:[a,o==="top"&&l,i,e.children&&m?pd("div",{className:"k-grid-aria-root",children:e.children}):e.children,c,o==="bottom"&&l]})};$.states=sd;$.options=dd;$.variants=cd;$.className=Da;$.defaultOptions=cn;$.moduleName=V;$.folderName=J;import{jsx as ud}from"react/jsx-runtime";var pn="k-grid-header",re=e=>{let{draggable:t,...o}=e;return ud("div",{...o,className:r(e.className,pn,{"k-grid-draggable-header":t}),children:e.children})};re.className=pn;re.moduleName=V;re.folderName=J;import{jsx as mn,jsxs as bd}from"react/jsx-runtime";var un="k-grouping-header",Gt=e=>{let{dropHint:t,dropClue:o,...a}=e;return bd("div",{...a,className:r(e.className,un),children:[o&&mn("div",{className:"k-grouping-dropclue"}),e.children,mn("div",{className:"k-grouping-drop-container",children:t})]})};Gt.className=un;Gt.moduleName=V;Gt.folderName=J;import{jsx as fd}from"react/jsx-runtime";var bn="k-grid-sticky-container",fn={position:"top"},_a=e=>{let{position:t=fn.position,...o}=e;return fd("div",{...o,className:r(e.className,bn,{"k-grid-sticky-top-container":t==="top","k-grid-sticky-bottom-container":t==="bottom"}),children:e.children})};_a.className=bn;_a.defaultProps=fn;_a.moduleName=V;_a.folderName=J;var Le="table",Se=Le;import{jsx as Nd}from"react/jsx-runtime";var Tn="k-data-table",Td=[],hd={size:[s.undefined,s.small,s.medium,s.large]},xd={},At=e=>{let{size:t,...o}=e;return Nd("div",{...o,className:r(e.className,Tn,S("k-table",{size:t})),children:e.children})};At.states=Td;At.options=hd;At.className=Tn;At.defaultOptions=xd;At.moduleName=Le;At.folderName=Se;import{jsx as Ld}from"react/jsx-runtime";var vr="k-table-header-wrap",gd=[n.hover,n.focus,n.disabled],kd={},vd={},Dt=e=>{let{children:t,hover:o,focus:a,disabled:l,...i}=e;return Ld("div",{...i,className:r(e.className,vr,w(vr,{hover:o,focus:a,disabled:l})),children:t})};Dt.states=gd;Dt.options=kd;Dt.className=vr;Dt.defaultOptions=vd;Dt.moduleName=Le;Dt.folderName=Se;import{jsx as Sd}from"react/jsx-runtime";var Lr="k-table",Cd=[],Md={size:[s.undefined,s.small,s.medium,s.large]},yd={},Ae=e=>{let{size:t,...o}=e;return Sd("table",{...o,className:r(e.className,Lr,S(Lr,{size:t})),children:e.children})};Ae.states=Cd;Ae.options=Md;Ae.className=Lr;Ae.defaultOptions=yd;Ae.moduleName=Le;Ae.folderName=Se;import{jsx as Cr}from"react/jsx-runtime";var Mr="k-table-header",Ad=[n.hover,n.focus,n.disabled],wd={},Ed={},wt=e=>{let{children:t,hover:o,focus:a,disabled:l,...i}=e;return Cr("div",{...i,className:r(e.className,Mr,w(Mr,{hover:o,focus:a,disabled:l})),children:Cr(Dt,{children:Cr(Ae,{children:t})})})};wt.states=Ad;wt.options=wd;wt.className=Mr;wt.defaultOptions=Ed;wt.moduleName=Le;wt.folderName=Se;import{jsx as Pd}from"react/jsx-runtime";var hn="k-table-scroller",Id=[],Rd={},Od={},ko=e=>{let{children:t,...o}=e;return Pd("div",{...o,className:r(e.className,hn),children:t})};ko.states=Id;ko.options=Rd;ko.className=hn;ko.defaultOptions=Od;ko.moduleName=Le;ko.folderName=Se;import{jsx as ex}from"react/jsx-runtime";import{jsx as Gd}from"react/jsx-runtime";var xn="k-table-footer",Hd=[],Kd={},Bd={},_t=e=>{let{children:t,...o}=e;return Gd("div",{...o,className:r(e.className,xn),children:t})};_t.states=Hd;_t.options=Kd;_t.className=xn;_t.defaultOptions=Bd;_t.moduleName=Le;_t.folderName=Se;import{jsx as Ud}from"react/jsx-runtime";var yr="k-table-list",Dd=[],_d={size:[s.undefined,s.small,s.medium,s.large]},zd={},zt=e=>{let{size:t,virtualization:o,...a}=e;return Ud("ul",{...a,className:r(e.className,"k-table",yr,S(yr,{size:t}),{"k-virtual-table":o}),children:e.children})};zt.states=Dd;zt.options=_d;zt.className=yr;zt.defaultOptions=zd;zt.moduleName=Le;zt.folderName=Se;import{jsx as Vd}from"react/jsx-runtime";var Fd="k-table-thead",j=e=>Vd("thead",{className:r(e.className,Fd),children:e.children});import{jsx as Xd}from"react/jsx-runtime";var $d="k-table-tbody",le=e=>Xd("tbody",{className:r(e.className,$d),children:e.children});import{jsx as xx}from"react/jsx-runtime";import{jsx as Jd}from"react/jsx-runtime";var Sr="k-table-row",Wd=[n.hover,n.focus,n.selected,n.disabled,n.highlighted],y=e=>{let{hover:t,focus:o,selected:a,highlighted:l,disabled:i,alt:c,...m}=e;return Jd("tr",{...m,className:r(e.className,Sr,{"k-table-alt-row":c},w(Sr,{hover:t,focus:o,disabled:i,selected:a,highlighted:l})),children:e.children})};y.states=Wd;y.className=Sr;import{jsx as Yd}from"react/jsx-runtime";var Ar="k-table-row",qd=[n.hover,n.focus,n.selected,n.disabled],za=e=>{let{hover:t,focus:o,selected:a,disabled:l,alt:i,...c}=e;return Yd("li",{...c,className:r(e.className,Ar,{"k-table-alt-row":i},w(Ar,{hover:t,focus:o,disabled:l,selected:a})),children:e.children})};za.states=qd;za.className=Ar;import{jsx as Qd}from"react/jsx-runtime";var Nn="k-table-th",Et=e=>{let{text:t,colspan:o,rowspan:a,...l}=e,i=t||e.children;return Qd("th",{colSpan:o,rowSpan:a,...l,className:r(e.className,Nn),children:i})};Et.className=Nn;Et.moduleName=Le;Et.folderName=Se;import{jsx as Rx}from"react/jsx-runtime";import{jsx as jd}from"react/jsx-runtime";var wr="k-table-td",Zd=[n.focus,n.selected,n.highlighted],p=e=>{let{focus:t,selected:o,highlighted:a,text:l,colspan:i,rowspan:c,...m}=e,h=l||e.children;return jd("td",{colSpan:i,rowSpan:c,...m,className:r(e.className,wr,w(wr,{focus:t,selected:o,highlighted:a})),children:h})};p.states=Zd;p.className=wr;import{jsx as Dx}from"react/jsx-runtime";import{jsx as Fx}from"react/jsx-runtime";import{jsx as Wx}from"react/jsx-runtime";import{jsx as Qx}from"react/jsx-runtime";import{jsx as tN}from"react/jsx-runtime";import{jsx as sN,jsxs as dN}from"react/jsx-runtime";import{jsx as uN,jsxs as bN}from"react/jsx-runtime";import{jsx as xN,jsxs as NN}from"react/jsx-runtime";import{Fragment as MN,jsx as LN,jsxs as CN}from"react/jsx-runtime";import{jsx as ac}from"react/jsx-runtime";var kn="k-grid-header-table",ne=e=>ac(Ae,{...e,className:r(e.className,kn),children:e.children});ne.className=kn;ne.moduleName=V;ne.folderName=J;import{Fragment as ic,jsx as vn}from"react/jsx-runtime";var Er="k-font-icon",rc=[],lc={size:[s.undefined,s.xsmall,s.small,s.medium,s.large,s.xlarge,s.xxlarge,s.xxxlarge],themeColor:[f.undefined,f.base,f.primary,f.secondary,f.tertiary,f.success,f.warning,f.error,f.info,f.light,f.dark]},nc={},zo=e=>{let{size:t,themeColor:o,icon:a,rotate:l,flip:i,...c}=e;return a?vn("span",{...c,className:r(e.className,Er,S(Er,{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"}):vn(ic,{})};zo.states=rc;zo.options=lc;zo.className=Er;zo.defaultOptions=nc;var Ln=zo;import{Fragment as cc,jsx as Ua}from"react/jsx-runtime";var Ir="k-svg-icon",sc=[],dc={size:[s.undefined,s.xsmall,s.small,s.medium,s.large,s.xlarge,s.xxlarge,s.xxxlarge],themeColor:[f.undefined,f.base,f.primary,f.secondary,f.tertiary,f.success,f.warning,f.error,f.info,f.light,f.dark]},Cn={viewBox:"0 0 24 24"},Uo=e=>{let{size:t,themeColor:o,rotate:a,flip:l,viewBox:i=Cn.viewBox,icon:c,...m}=e;if(!c)return Ua(cc,{});if(c==="none")return Ua("span",{...m,className:r(e.className,Ir,S("k-icon",{size:t}),"k-none"),"aria-hidden":"true"});let h=typeof c=="object"&&c.name&&c.name;return Ua("span",{...m,className:r(e.className,Ir,S("k-icon",{size:t}),{[`k-svg-i-${h}`]:h,[`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:Ua("svg",{"aria-hidden":!0,focusable:!1,xmlns:"http://www.w3.org/2000/svg",viewBox:typeof c=="object"?c.viewBox:i,dangerouslySetInnerHTML:typeof c=="object"?{__html:c.content}:void 0,children:c?void 0:e.children})})};Uo.states=sc;Uo.options=dc;Uo.className=Ir;Uo.defaultOptions=Cn;var Rr=Uo;import*as Or from"@progress/kendo-svg-icons";var Mn="icon",yn="icons";import{useContext as mc}from"react";import{createContext as pc}from"react";var Sn=pc({iconsType:"svg"});import{Fragment as An,jsx as Fo}from"react/jsx-runtime";var Fa="k-icon",uc=e=>e.replace(/([-_][a-z0-9])/gi,t=>t.toUpperCase().replace("-","").replace("_","")),bc=[],fc={size:[s.undefined,s.xsmall,s.small,s.medium,s.large,s.xlarge,s.xxlarge,s.xxxlarge],themeColor:[f.undefined,f.base,f.primary,f.secondary,f.tertiary,f.success,f.warning,f.error,f.info,f.light,f.dark]},Pr={viewBox:"0 0 24 24",type:"svg"},g=e=>{let{iconsType:t}=mc(Sn),{size:o,themeColor:a,icon:l,type:i=t||Pr.type,rotate:c,flip:m,viewBox:h=Pr.viewBox,...N}=e;if(!l)return Fo(An,{});if((t||i)==="svg"){if(l==="none")return Fo(Rr,{...N,className:r(e.className,Fa),icon:l,size:o});let k=Or[l]?l:uc(`${l}-icon`);return Or[k]?Fo(Rr,{...N,className:r(e.className,Fa),icon:Or[k],size:o,themeColor:a,rotate:c,flip:m,viewBox:h}):Fo(An,{})}return Fo(Ln,{...N,className:r(e.className,Fa),icon:l,size:o,themeColor:a,rotate:c,flip:m})};g.states=bc;g.options=fc;g.defaultOptions=Pr;g.className=Fa;g.moduleName=Mn;g.folderName=yn;g.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."}]};import{jsx as Ut,jsxs as Hr}from"react/jsx-runtime";var Kr="k-header",Tc=[n.hover,n.focus,n.active],wn={sortIcon:"sort-asc-small"},E=e=>{let{menu:t,sortable:o,filterable:a,sticky:l,resizable:i,columnTitle:c,hover:m,focus:h,active:N,sortIcon:v=wn.sortIcon,sortOrder:k,accessibleLabel:u,...M}=e;return Hr(Et,{...M,className:r(e.className,Kr,{"k-filterable":t||a,"k-sorted":o,"k-grid-header-sticky":l,"k-touch-action-none":i},w(Kr,{hover:m,focus:h,active:N})),children:[c&&Hr("span",{className:"k-cell-inner",children:[Hr("span",{className:"k-link",children:[Ut("span",{className:"k-column-title",children:c}),o&&Ut("span",{className:"k-sort-icon",children:Ut(g,{icon:v})}),k&&Ut("span",{className:"k-sort-order",children:k})]}),t&&Ut("a",{href:"#",className:r("k-grid-header-menu",{"k-active":N,"k-grid-filter-menu":t==="filter","k-grid-column-menu":t==="column"}),children:Ut(g,{icon:t==="filter"?"filter":"more-vertical"})})]}),!c&&u&&Ut("span",{className:"k-sr-only",children:u}),e.children,i&&Ut("span",{className:"k-column-resizer k-touch-action-none"})]})};E.states=Tc;E.className=Kr;E.defaultOptions=wn;E.moduleName=V;E.folderName=J;import{jsx as hc}from"react/jsx-runtime";var En="k-grid-container",ee=e=>hc("div",{...e,className:r(e.className,En),children:e.children});ee.className=En;ee.moduleName=V;ee.folderName=J;import{jsx as xc}from"react/jsx-runtime";var In="k-grid-content",te=e=>xc("div",{...e,className:r(e.className,In),children:e.children});te.className=In;te.moduleName=V;te.folderName=J;import{jsx as Nc}from"react/jsx-runtime";var Rn="k-grid-table",oe=e=>Nc(Ae,{...e,className:r(e.className,Rn),children:e.children});oe.className=Rn;oe.moduleName=V;oe.folderName=J;import{jsx as gc}from"react/jsx-runtime";var On="k-grid-footer",Br=e=>gc("div",{...e,className:r(e.className,On),children:e.children});Br.className=On;Br.moduleName=V;Br.folderName=J;import{jsx as kc}from"react/jsx-runtime";var Pn="k-grid-footer-table",Gr=e=>kc(Ae,{...e,className:r(e.className,Pn),children:e.children});Gr.className=Pn;Gr.moduleName=V;Gr.folderName=J;var Dr="button",Hn=Dr;import{Fragment as Mc,jsx as Vo,jsxs as Kn}from"react/jsx-runtime";var $o="k-button",vc=["icon-button"],Lc=[n.hover,n.focus,n.active,n.selected,n.disabled,n.generating],Cc={size:[s.undefined,s.small,s.medium,s.large],rounded:[T.undefined,T.none,T.small,T.medium,T.large,T.full],fillMode:[x.undefined,x.solid,x.flat,x.outline,x.clear,x.link],themeColor:[f.undefined,f.base,f.primary,f.secondary,f.tertiary,f.success,f.warning,f.error,f.info,f.light,f.dark,f.inverse]},_r={showArrow:!1,arrowIconName:"caret-alt-down"},d=e=>{let{as:t="button",size:o,rounded:a,fillMode:l,themeColor:i,showArrow:c=_r.showArrow,arrowIconName:m=_r.arrowIconName,variant:h,hover:N,focus:v,active:k,selected:u,disabled:M,togglable:C,icon:A,text:R,iconClassName:I,className:D,...pe}=e,Te=A!==void 0,Ie=e.children!==void 0;return Kn(t,{className:r(D,$o,dn($o,h),S($o,{size:o,rounded:a,fillMode:l,themeColor:i}),w($o,{hover:N,focus:v,active:k,disabled:M,selected:u}),{"k-icon-button":!R&&!Ie&&Te}),...pe,"aria-pressed":C?u?"true":"false":void 0,disabled:M||void 0,children:[A&&Vo(g,{className:r(I,"k-button-icon"),icon:A}),R?Kn(Mc,{children:[R&&Vo("span",{className:"k-button-text",children:R}),e.children]}):e.children&&Vo("span",{className:"k-button-text",children:e.children}),c&&Vo("span",{className:"k-menu-button-arrow k-button-arrow",children:Vo(g,{icon:m})})]})};d.states=Lc;d.options=Cc;d.variants=vc;d.className=$o;d.defaultOptions=_r;d.moduleName=Dr;d.folderName=Hn;d.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."}]};import{jsx as yc}from"react/jsx-runtime";var Ft=e=>yc(d,{icon:"folder",...e,"aria-label":e["aria-label"]||"Folder",children:void 0});import{jsx as Sc}from"react/jsx-runtime";var Xo=e=>Sc(d,{icon:"folder",children:"Button",...e});import{jsx as Ac}from"react/jsx-runtime";var ao=e=>Ac(d,{children:"Button",...e});import{jsx as zr}from"react/jsx-runtime";var wc=d.options,Ec=d.states,Ic={...d.defaultOptions,variant:"text"},Rc=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],Oc=[],Wo=e=>{let{variant:t,...o}=e;switch(t){case"icon-only":return zr(Ft,{...o,icon:"star"});case"icon-and-text":return zr(Xo,{...o,icon:"star",children:"Button"});default:return zr(ao,{...o,children:"Button"})}};Wo.options=wc;Wo.states=Ec;Wo.variants=Rc;Wo.defaultOptions=Ic;Wo.modifiers=Oc;var Jo="input",Va=Jo;import{jsx as Bc}from"react/jsx-runtime";var $a="k-input",Pc=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled,n.loading,n.readonly],Hc={size:[s.undefined,s.small,s.medium,s.large],rounded:[T.undefined,T.none,T.small,T.medium,T.large,T.full],fillMode:[x.undefined,x.solid,x.flat,x.outline]},Kc={},he=e=>{let{hover:t,focus:o,disabled:a,invalid:l,valid:i,loading:c,readonly:m,size:h,rounded:N,fillMode:v,...k}=e;return Bc("span",{...k,className:r(e.className,$a,S($a,{size:h,rounded:N,fillMode:v}),w($a,{hover:t,focus:o,disabled:a,invalid:l,valid:i,loading:c,readonly:m}))})};he.states=Pc;he.options=Hc;he.className=$a;he.defaultOptions=Kc;he.moduleName=Jo;he.folderName=Va;import{jsx as zc}from"react/jsx-runtime";var Xa="k-picker",Gc=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled,n.loading,n.readonly],Dc={size:[s.undefined,s.small,s.medium,s.large],rounded:[T.undefined,T.none,T.small,T.medium,T.large,T.full],fillMode:[x.undefined,x.solid,x.flat,x.outline]},_c={},gt=e=>{let{hover:t,focus:o,disabled:a,invalid:l,valid:i,loading:c,readonly:m,size:h,rounded:N,fillMode:v,...k}=e;return zc("span",{...k,className:r(e.className,Xa,S(Xa,{size:h,rounded:N,fillMode:v}),w(Xa,{hover:t,focus:o,disabled:a,invalid:l,valid:i,loading:c,readonly:m})),children:e.children})};gt.states=Gc;gt.options=Dc;gt.className=Xa;gt.defaultOptions=_c;gt.moduleName=Jo;gt.folderName=Va;import{Fragment as Vc,jsx as Ur}from"react/jsx-runtime";var Bn="k-clear-value",Uc=[n.disabled,n.loading,n.readonly],Fc={},Je=e=>{let{disabled:t,loading:o,readonly:a,value:l}=e;return t||a||o||!l?Ur(Vc,{}):Ur("span",{className:r(e.className,Bn),children:Ur(g,{icon:"x"})})};Je.states=Uc;Je.options=Fc;Je.className=Bn;import{jsx as Wc}from"react/jsx-runtime";var Fr="k-input-inner",$c=[],Xc={},Wa={type:"text",autocomplete:"off",value:"",placeholder:""},qe=e=>{let{value:t=Wa.value,type:o=Wa.type,placeholder:a=Wa.placeholder,autocomplete:l=Wa.autocomplete,disabled:i,readOnly:c,...m}=e;return Wc("input",{...m,type:o,className:r(e.className,Fr,S(Fr,e)),placeholder:a,autoComplete:l,defaultValue:t,disabled:i||void 0,readOnly:c||void 0})};qe.states=$c;qe.options=Xc;qe.className=Fr;import{jsx as Gn,jsxs as Yc}from"react/jsx-runtime";var Vr="k-input-inner",Jc=[],qc={},ro=e=>{let{value:t,placeholder:o,showValue:a,valueIcon:l,valueIconName:i,...c}=e;return Yc("span",{...c,className:r(e.className,Vr,S(Vr,e)),children:[l,!l&&i&&Gn(g,{className:"k-input-value-icon",icon:i}),a&&!t&&o,a&&t&&Gn("span",{className:"k-input-value-text",children:t})]})};ro.states=Jc;ro.options=qc;ro.className=Vr;import{jsx as jc}from"react/jsx-runtime";var $r="k-input-inner",Qc=[],Zc={},Dn={value:"",placeholder:""},Xr=e=>{let{value:t=Dn.value,placeholder:o=Dn.placeholder,rows:a,disabled:l,...i}=e;return jc("textarea",{...i,className:r(e.className,$r,S($r,e)),placeholder:o,rows:a,defaultValue:t,disabled:l||void 0})};Xr.states=Qc;Xr.options=Zc;Xr.className=$r;import{Fragment as tp,jsx as _n}from"react/jsx-runtime";var zn="k-input-loading-icon",ep=[n.disabled,n.loading],De=e=>{let{disabled:t,loading:o}=e;return t||!o?_n(tp,{}):_n("span",{className:r(e.className,zn,"k-icon k-i-loading")})};De.states=ep;De.className=zn;import{Fragment as rp,jsx as Un}from"react/jsx-runtime";var Fn="k-input-validation-icon",op=[n.valid,n.invalid,n.disabled,n.loading],ap={},Re=e=>{let{valid:t,invalid:o,disabled:a,loading:l}=e,i=o?"warning-circle":"check-circle";return a||l||!!!(t||o)?Un(rp,{}):Un(g,{className:r(Fn),icon:i})};Re.states=op;Re.options=ap;Re.className=Fn;import{Fragment as ip,jsx as Vn}from"react/jsx-runtime";var lp="k-input-prefix",np={direction:"horizontal"},ot=e=>{let{direction:t=np.direction,...o}=e;return e.children?Vn("span",{...o,className:r(lp,e.className,{[`k-input-prefix-${t}`]:t}),children:e.children}):Vn(ip,{})};import{Fragment as cp,jsx as $n}from"react/jsx-runtime";var sp="k-input-suffix",dp={direction:"horizontal"},at=e=>{let{direction:t=dp.direction,...o}=e;return e.children?$n("span",{...o,className:r(sp,e.className,{[`k-input-suffix-${t}`]:t}),children:e.children}):$n(cp,{})};import{jsx as fv}from"react/jsx-runtime";import{jsx as mp}from"react/jsx-runtime";var pp="k-input-suffix-text",Wr=e=>{let{children:t,...o}=e;return mp("span",{...o,className:r(pp,e.className),children:t})};import{jsx as bp}from"react/jsx-runtime";var Xn="k-input-separator",up={direction:"vertical"},rt=e=>{let{direction:t=up.direction,...o}=e;return bp("span",{...o,className:r(Xn,e.className,{[`${Xn}-${t}`]:t})})};import{Fragment as Wn,jsx as kt,jsxs as Jr}from"react/jsx-runtime";var fp=he.states,Tp=he.defaultOptions,hp=he.options,xp=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"},{name:"validation-icon",title:"Validation Icon"},{name:"separators",title:"Separators"}],Np=[],qo=e=>{let{modifiers:t,valid:o,invalid:a,loading:l,disabled:i,readonly:c,...m}=e,h=t?.prefix,N=t?.suffix,v=t?.["clear-button"],k=t?.["validation-icon"],u=t?.separators;return Jr(he,{...m,valid:o,invalid:a,loading:l,disabled:i,readonly:c,style:{width:300},children:[h&&Jr(Wn,{children:[kt(ot,{children:kt(g,{icon:"lock"})}),u&&kt(rt,{})]}),kt(qe,{placeholder:"Placeholder",value:"Value"}),k&&kt(Re,{valid:o,invalid:a,loading:l,disabled:i}),kt(De,{loading:l,disabled:i}),v&&kt(Je,{loading:l,disabled:i,readonly:c,value:"Value"}),N&&Jr(Wn,{children:[u&&kt(rt,{}),kt(at,{children:kt(ao,{size:m.size,fillMode:"clear",children:"Send"})})]})]})};qo.options=hp;qo.states=fp;qo.variants=Np;qo.defaultOptions=Tp;qo.modifiers=xp;var qr="popup",Jn=qr;import{jsx as qn}from"react/jsx-runtime";var Yn="k-animation-container",gp=[],kp={},Qn={positionMode:"absolute"},vt=e=>{let{positionMode:t=Qn.positionMode,animationStyle:o,offset:a,...l}=e;return qn("div",{...l,style:{...a,...e.style},className:r(e.className,Yn,"k-animation-container-shown",{"k-animation-container-fixed":t==="fixed"}),children:qn("div",{className:"k-child-animation-container",style:o,children:e.children})})};vt.states=gp;vt.options=kp;vt.className=Yn;vt.defaultOptions=Qn;vt.moduleName=qr;vt.folderName=Jn;var Yr="popup",Zn=Yr;import{jsx as jn}from"react/jsx-runtime";var ei="k-popup",vp=[],Lp={},ti={positionMode:"absolute"},ie=e=>{let{offset:t,positionMode:o=ti.positionMode,animationStyle:a,containerClassName:l,containerRole:i,containerAriaLabel:c,...m}=e;return jn(vt,{positionMode:o,offset:t,animationStyle:a,className:l,role:i,"aria-label":c,children:jn("div",{...m,className:r(e.className,ei),children:e.children})})};ie.states=vp;ie.options=Lp;ie.className=ei;ie.defaultOptions=ti;ie.moduleName=Yr;ie.folderName=Zn;ie.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 Qr="action-buttons",oi=Qr;import{jsx as yp}from"react/jsx-runtime";var Ja="k-actions",Cp=[],Mp={},Zr={alignment:"start",orientation:"horizontal"},Lt=e=>{let{alignment:t=Zr.alignment,orientation:o=Zr.orientation,...a}=e;return yp("div",{...a,className:r(Ja,{[`${Ja}-${t}`]:t,[`${Ja}-${o}`]:o},e.className),children:e.children})};Lt.states=Cp;Lt.options=Mp;Lt.className=Ja;Lt.defaultOptions=Zr;Lt.moduleName=Qr;Lt.folderName=oi;import{jsx as Ap}from"react/jsx-runtime";var Sp="k-actionsheet-footer",ai={alignment:"stretched",orientation:"horizontal"},Vt=e=>{let{alignment:t=ai.alignment,orientation:o=ai.orientation,template:a,as:l=a?"div":Lt,...i}=e;return Ap(l,{...i,...!a&&{alignment:t,orientation:o},className:r(e.className,Sp),children:e.children})};var jr="searchbox",ri=jr;import{jsx as Yo,jsxs as Ip}from"react/jsx-runtime";var li="k-searchbox",wp=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled,n.loading],Ep={size:[s.undefined,s.small,s.medium,s.large],rounded:[T.undefined,T.none,T.small,T.medium,T.large,T.full],fillMode:[x.undefined,x.solid,x.flat,x.outline]},el={showIcon:!0,icon:"search"},lt=e=>{let{value:t,placeholder:o,size:a,rounded:l,fillMode:i,hover:c,focus:m,valid:h,invalid:N,required:v,loading:k,disabled:u,showIcon:M=el.showIcon,icon:C=el.icon,...A}=e;return Ip(he,{...A,size:a,rounded:l,fillMode:i,hover:c,focus:m,valid:h,invalid:N,required:v,loading:k,disabled:u,className:r(e.className,li),children:[M&&Yo(g,{className:"k-input-icon",icon:C}),Yo(qe,{placeholder:o,value:t}),Yo(De,{...e}),Yo(Re,{...e}),Yo(Je,{...e})]})};lt.states=wp;lt.options=Ep;lt.className=li;lt.defaultOptions=el;lt.moduleName=jr;lt.folderName=ri;import{jsx as PL}from"react/jsx-runtime";var tl="textbox",ni=tl;import{Fragment as ii,jsx as $t,jsxs as ol}from"react/jsx-runtime";var si="k-textbox",Rp=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled,n.loading,n.readonly],Op={size:[s.undefined,s.small,s.medium,s.large],rounded:[T.undefined,T.none,T.small,T.medium,T.large,T.full],fillMode:[x.undefined,x.solid,x.flat,x.outline]},qa={showClearButton:!0,showValidationIcon:!0,separators:!0},se=e=>{let{size:t,rounded:o,fillMode:a,separators:l=qa.separators,showClearButton:i=qa.showClearButton,showValidationIcon:c=qa.showValidationIcon,prefix:m,suffix:h,type:N,value:v,placeholder:k,hover:u,focus:M,valid:C,invalid:A,required:R,loading:I,disabled:D,readonly:pe,id:Te,"aria-label":Ie,"aria-describedby":Xe,...We}=e;return ol(he,{...We,size:t,rounded:o,fillMode:a,hover:u,focus:M,valid:C,invalid:A,required:R,loading:I,disabled:D,readonly:pe,className:r(e.className,si),children:[m&&ol(ii,{children:[$t(ot,{children:m}),l&&$t(rt,{})]}),$t(qe,{id:Te,placeholder:k,value:v,type:N,disabled:D,"aria-label":Ie,"aria-describedby":Xe,"aria-invalid":A?"true":void 0}),c&&$t(Re,{valid:C,invalid:A,loading:I,disabled:D}),$t(De,{loading:I,disabled:D}),i&&$t(Je,{loading:I,disabled:D,readonly:pe,value:v}),h&&ol(ii,{children:[l&&$t(rt,{}),$t(at,{children:h})]})]})};se.states=Rp;se.options=Op;se.className=si;se.defaultOptions=qa;se.moduleName=tl;se.folderName=ni;se.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 Qo=se;import{jsx as Pp}from"react/jsx-runtime";var di=e=>Pp(Qo,{...e});import{Fragment as ZL,jsx as QL}from"react/jsx-runtime";import{Fragment as rC,jsx as aC}from"react/jsx-runtime";import{jsx as sC}from"react/jsx-runtime";import{jsx as al}from"react/jsx-runtime";var Hp=se.states,Kp=se.defaultOptions,Bp=se.options,Gp=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"}],Dp=[],Zo=e=>{let{modifiers:t,...o}=e,a={};return Object.keys(t||{}).forEach(l=>{switch(l){case"prefix":a.prefix=t?.[l]?al(g,{icon:"lock"}):void 0;break;case"suffix":a.suffix=t?.[l]?al(ao,{size:o.size,fillMode:"clear",children:"Send"}):void 0;break;case"clear-button":a.showClearButton=t?.[l];break;default:break}}),al(di,{value:"Value",style:{width:300},...o,...a})};Zo.options=Bp;Zo.states=Hp;Zo.variants=Dp;Zo.defaultOptions=Kp;Zo.modifiers=Gp;import{jsx as Xt,jsxs as rl}from"react/jsx-runtime";var ci="k-actionsheet-titlebar",_p={},Oe=e=>{let{title:t,subtitle:o,actionsStart:a,actionsEnd:l,filter:i,input:c,inputValue:m,inputPlaceholder:h,adaptive:N,titleId:v,children:k,...u}=e;return rl("div",{...u,className:r(e.className,ci),children:[rl("div",{className:"k-actionsheet-titlebar-group",children:[a&&Xt("div",{className:"k-actionsheet-actions",children:a}),!k&&rl("div",{className:"k-actionsheet-title",id:v,children:[t&&Xt("div",{className:"k-text-center",children:t}),o&&Xt("div",{className:"k-actionsheet-subtitle k-text-center",children:o})]}),k&&Xt("div",{className:"k-actionsheet-title",id:v,children:k}),l&&Xt("div",{className:"k-actionsheet-actions",children:l})]}),(c||i)&&Xt("div",{className:"k-actionsheet-titlebar-group k-actionsheet-filter",children:c?Xt(se,{value:m,placeholder:h,size:N?"large":"medium","aria-label":t||h||"Input"}):Xt(lt,{placeholder:"Filter",size:N?"large":"medium","aria-label":"Filter options"})})]})};Oe.className=ci;Oe.defaultOptions=_p;import{jsx as ll,jsxs as Vp}from"react/jsx-runtime";var nl="k-actionsheet-view",zp=[],Up={},Fp={},vo=e=>{let{adaptive:t,animated:o,children:a,header:l,footer:i,titleId:c,...m}=e,h=l?.type===Oe&&ll(Oe,{adaptive:t,titleId:c,...l?.props}),N=i?.type===Vt&&ll(Vt,{...i?.props});return Vp("div",{...m,className:r(e.className,nl,{[`${nl}-animated`]:o}),children:[h,ll("div",{className:"k-actionsheet-content",children:a}),N]})};vo.states=zp;vo.options=Up;vo.className=nl;vo.defaultOptions=Fp;var jo="action-sheet",Ya=jo;var il="overlay",pi=il;import{jsx as Jp}from"react/jsx-runtime";var sl="k-overlay",$p=[],Xp={themeColor:[f.undefined,f.light,f.dark,f.inverse]},Wp={},Wt=e=>{let{themeColor:t,...o}=e;return Jp("div",{...o,className:r(e.className,sl,S(sl,{themeColor:t})),children:e.children})};Wt.states=$p;Wt.options=Xp;Wt.className=sl;Wt.defaultOptions=Wp;Wt.moduleName=il;Wt.folderName=pi;import{jsx as Qa,jsxs as Qp}from"react/jsx-runtime";var mi="k-actionsheet",qp=[],Yp={},ea={side:"bottom",fullscreen:!1,adaptive:!1,overlay:!0},ue=e=>{let{side:t=ea.side,fullscreen:o=ea.fullscreen,adaptive:a=ea.adaptive,overlay:l=ea.overlay,template:i,children:c,header:m,footer:h,id:N,...v}=e,k=N&&!i&&m?`${N}-title`:void 0;return Qp("div",{className:"k-actionsheet-container",children:[l&&Qa(Wt,{}),Qa(vt,{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:Qa("div",{...v,id:N,role:"dialog","aria-modal":l?"true":void 0,"aria-labelledby":k,className:r(e.className,mi,{[`k-actionsheet-${t}`]:o===!1,"k-actionsheet-fullscreen":o===!0,"k-adaptive-actionsheet":a}),children:i||Qa(vo,{header:m,footer:h,adaptive:a,titleId:k,...e,children:c})})})]})};ue.states=qp;ue.options=Yp;ue.className=mi;ue.defaultOptions=ea;ue.moduleName=jo;ue.folderName=Ya;ue.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."}]};import{jsx as tm}from"react/jsx-runtime";var ui="k-actionsheet-container",Zp=[],jp={},em={},Lo=e=>{let{children:t,...o}=e;return tm("div",{...o,className:ui,children:t})};Lo.states=Zp;Lo.options=jp;Lo.className=ui;Lo.defaultOptions=em;Lo.moduleName=jo;Lo.folderName=Ya;import{jsx as om}from"react/jsx-runtime";var dl=e=>{let{...t}=e;return om("div",{...t,className:r(e.className,"k-list-ul"),children:e.children})};import{Fragment as rm,jsx as ta,jsxs as cl}from"react/jsx-runtime";var pl="k-actionsheet-item",am=[n.hover,n.focus,n.selected,n.disabled],Jt=e=>{let{iconName:t,text:o,description:a,hover:l,focus:i,selected:c,disabled:m,...h}=e;return cl("span",{...h,className:r(e.className,pl,w(pl,{hover:l,focus:i,selected:c,disabled:m})),children:[!e.children&&ta(rm,{children:cl("span",{className:"k-actionsheet-action",children:[t&&ta("span",{className:"k-icon-wrap",children:ta(g,{className:"k-actionsheet-item-icon",icon:t})}),cl("span",{className:"k-actionsheet-item-text",children:[o&&ta("span",{className:"k-actionsheet-item-title",children:o}),a&&ta("span",{className:"k-actionsheet-item-description",children:a})]})]})}),e.children]})};Jt.states=am;Jt.className=pl;import{jsx as iM,jsxs as sM}from"react/jsx-runtime";import{jsx as mM}from"react/jsx-runtime";import{jsx as TM}from"react/jsx-runtime";import{jsx as gM}from"react/jsx-runtime";import{jsx as Ce,jsxs as ml}from"react/jsx-runtime";var lm=ue.options,nm=ue.states,fi={...ue.defaultOptions,variant:"normal"},im=[{name:"normal",title:"Normal"},{name:"adaptive",title:"Adaptive"},{name:"fullScreen",title:"Full Screen"}],sm=[{name:"actions",title:"Titlebar Actions",type:"boolean"},{name:"subtitle",title:"Subtitle",type:"boolean"},{name:"footer",title:"Footer",type:"boolean"}],oa=e=>{let{variant:t,modifiers:o,...a}={...fi,...e},l={},i=ml(dl,{children:[Ce(Jt,{text:"Edit Item",description:"Click to edit",iconName:"edit-tools"}),Ce(Jt,{text:"Add to Favorites",iconName:"heart"}),Ce(Jt,{text:"Upload New",iconName:"upload",disabled:!0}),Ce("hr",{className:"k-hr"}),Ce(Jt,{text:"Cancel",iconName:"cancel"})]}),c="Choose from the items below",m="Select Item";return t==="fullScreen"&&(l.fullScreen=!0),Object.keys(o||{}).forEach(h=>{switch(h){case"actions":l.actionsStart=!!o?.[h],l.actionsEnd=!!o?.[h];break;case"subtitle":l.subtitle=o?.[h]?c:void 0;break;case"footer":l.footer=!!o?.[h];break;default:break}}),t==="adaptive"?Ce(ue,{...a,adaptive:!0,fullscreen:l.fullScreen,header:Ce(Oe,{actionsStart:l.actionsStart?Ce(d,{icon:"chevron-left",size:"large",fillMode:"flat"}):void 0,actionsEnd:l.actionsEnd?Ce(d,{icon:"x",size:"large",fillMode:"flat"}):void 0,title:m,subtitle:l.subtitle}),footer:l.footer?ml(Vt,{alignment:"stretched",children:[Ce(d,{text:"Cancel",size:"large",themeColor:"base"}),Ce(d,{text:"Apply",size:"large",themeColor:"primary"})]}):void 0,children:i}):Ce(ue,{...a,fullscreen:l.fullScreen,header:Ce(Oe,{actionsStart:l.actionsStart?Ce(d,{icon:"chevron-left",fillMode:"flat"}):void 0,actionsEnd:l.actionsEnd?Ce(d,{icon:"x",fillMode:"flat"}):void 0,title:"Select Item",subtitle:l.subtitle}),footer:l.footer?ml(Vt,{alignment:"stretched",children:[Ce(d,{text:"Apply",themeColor:"primary"}),Ce(d,{text:"Cancel",themeColor:"base"})]}):void 0,children:i})};oa.options=lm;oa.states=nm;oa.variants=im;oa.defaultOptions=fi;oa.modifiers=sm;import bl from"react";import{jsx as Ti}from"react/jsx-runtime";var dm="k-list-group-sticky-header",ul=e=>Ti("div",{className:r(dm,e.className),children:Ti("div",{className:"k-list-header-text",children:e.children})});import{jsx as pm}from"react/jsx-runtime";var cm="k-no-data",Za=e=>{let{live:t,...o}=e;return pm("span",{...o,className:r(cm,e.className),"aria-live":t?"polite":void 0,children:e.children})};var lo="list",Co=lo;import{jsx as hi,jsxs as xi}from"react/jsx-runtime";var fl="k-list",mm=[],um={size:[s.undefined,s.small,s.medium,s.large]},bm={},U=e=>{let{size:t,virtualization:o,children:a,header:l,optionLabel:i,customValue:c,noData:m,screenReaders:h,...N}=e,k=bl.Children.toArray(a)[0],u=k?.props?.children?bl.Children.count(k.props.children):bl.Children.count(a);return xi("div",{...N,className:r(e.className,fl,S(fl,{size:t}),{"k-virtual-list":o}),children:[i,c,l&&hi(ul,{children:l}),a||(m!==void 0?m:hi(Za,{live:!0,children:"No data found."})),h&&a&&xi(Za,{className:"k-sr-only",live:!0,children:[u," items found."]})]})};U.states=mm;U.options=um;U.className=fl;U.defaultOptions=bm;U.moduleName=lo;U.folderName=Co;U.ariaSpec={selector:".k-list",rules:[{selector:".k-list .k-no-data",attribute:"aria-live=polite",usage:'Announces "No data found" to screen readers.'}]};import{jsx as xm}from"react/jsx-runtime";var Ni="k-list-container",fm=[],Tm={},hm={},Mo=e=>{let{...t}=e;return xm("div",{...t,className:r(e.className,Ni),children:e.children})};Mo.states=fm;Mo.options=Tm;Mo.className=Ni;Mo.defaultOptions=hm;Mo.moduleName=lo;Mo.folderName=Co;var no="checkbox",yo=no;import{jsx as gi}from"react/jsx-runtime";var ja="k-checkbox",Nm=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled,n.checked,n.indeterminate],gm={size:[s.undefined,s.small,s.medium,s.large],rounded:[T.undefined,T.none,T.small,T.medium,T.large,T.full]},km={},_e=e=>{let{id:t,checked:o,indeterminate:a,hover:l,focus:i,disabled:c,invalid:m,valid:h,required:N,size:v,rounded:k,...u}=e;return gi("span",{className:"k-checkbox-wrap",children:gi("input",{...u,id:t,type:"checkbox",defaultChecked:o,required:N,disabled:c||void 0,"aria-invalid":m?"true":void 0,className:r(e.className,ja,S(ja,{size:v,rounded:k}),w(ja,{hover:l,focus:i,disabled:c,invalid:m,valid:h,indeterminate:a,checked:o}))})})};_e.states=Nm;_e.options=gm;_e.className=ja;_e.defaultOptions=km;_e.moduleName=no;_e.folderName=yo;_e.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 Ct=_e;import{jsx as Cm}from"react/jsx-runtime";var ki="k-checkbox-list",vm=[],Lm={},vi={layout:"vertical"},ze=e=>{let{layout:t=vi.layout,...o}=e;return Cm("ul",{...o,className:r(e.className,ki,{[`k-list-${t}`]:t}),children:e.children})};ze.states=vm;ze.options=Lm;ze.className=ki;ze.defaultOptions=vi;ze.moduleName=no;ze.folderName=yo;import{jsx as Am}from"react/jsx-runtime";var Li="k-checkbox-list-item",Mm=[],ym={},Sm={},Pe=e=>{let{...t}=e;return Am("li",{...t,className:r(e.className,Li),children:e.children})};Pe.states=Mm;Pe.options=ym;Pe.className=Li;Pe.defaultOptions=Sm;Pe.moduleName=no;Pe.folderName=yo;import{Fragment as wm,jsx as Ci,jsxs as Em}from"react/jsx-runtime";var It=({children:e,id:t,...o})=>Em(wm,{children:[Ci(Ct,{id:t,...o}),Ci("label",{className:"k-checkbox-label",htmlFor:t,children:e})]});import{Fragment as wy,jsx as Ay,jsxs as Ey}from"react/jsx-runtime";import{Fragment as Hy,jsx as Py,jsxs as Ky}from"react/jsx-runtime";import{Fragment as zy,jsx as _y,jsxs as Uy}from"react/jsx-runtime";import{jsx as Xy}from"react/jsx-runtime";import{jsx as Yy}from"react/jsx-runtime";import{jsx as eS}from"react/jsx-runtime";import{jsx as nt,jsxs as Mi}from"react/jsx-runtime";var Im=ze.options,Rm=ze.states,Om={...ze.defaultOptions,variant:"vertical"},Pm=[{name:"vertical",title:"Vertical"},{name:"horizontal",title:"Horizontal"}],Hm=[],aa=e=>{let{variant:t,...o}=e;return t==="horizontal"?Mi(ze,{layout:"horizontal",...o,children:[nt(Pe,{children:nt(It,{id:"first",defaultChecked:!0,children:"Label"})}),nt(Pe,{children:nt(It,{id:"second",children:"Label"})}),nt(Pe,{children:nt(It,{id:"third",children:"Label"})})]}):Mi(ze,{...o,children:[nt(Pe,{children:nt(It,{id:"first",defaultChecked:!0,children:"Label"})}),nt(Pe,{children:nt(It,{id:"second",children:"Label"})}),nt(Pe,{children:nt(It,{id:"third",children:"Label"})})]})};aa.options=Im;aa.states=Rm;aa.variants=Pm;aa.defaultOptions=Om;aa.modifiers=Hm;import{jsx as zm}from"react/jsx-runtime";var Km=Ct.options,Bm=Ct.states,Gm=Ct.defaultOptions,Dm=[],_m=[],ra=e=>zm(It,{id:"checkbox-demo-checkbox",...e,defaultChecked:!0,children:"Label"});ra.options=Km;ra.states=Bm;ra.variants=Dm;ra.defaultOptions=Gm;ra.modifiers=_m;import{jsx as io,jsxs as $m}from"react/jsx-runtime";var Tl="k-list-item",Um=[n.hover,n.focus,n.selected,n.disabled],Fm={},Vm={},G=e=>{let{text:t,groupLabel:o,group:a,iconName:l,iconClassName:i,showCheckbox:c,checked:m,hover:h,focus:N,selected:v,disabled:k,actions:u,description:M,id:C,...A}=e,R=t||e.children;return $m("li",{...A,id:C,role:a?"presentation":"option",tabIndex:a?void 0:N?0:-1,"aria-selected":!a&&v?"true":a?void 0:"false","aria-disabled":!a&&k?"true":void 0,className:r(e.className,a?"k-list-group-item":Tl,w(Tl,{hover:h,focus:N,disabled:k,selected:v})),children:[c&&io(_e,{checked:m}),l&&io("span",{className:"k-list-item-icon-wrapper",children:io(g,{icon:l,className:r("k-list-item-icon",i)})}),io("span",{className:"k-list-item-text",children:R}),u&&io("div",{className:"k-list-item-actions",children:u}),M&&io("span",{className:"k-list-item-description",children:M}),o&&o!==""&&io("div",{className:"k-list-item-group-label",children:o})]})};G.states=Um;G.options=Fm;G.className=Tl;G.defaultOptions=Vm;G.moduleName=lo;G.folderName=Co;G.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."}]};import{jsx as Wm}from"react/jsx-runtime";var Xm="k-list-ul",Rt=e=>{let{children:t,role:o,id:a,...l}=e;return Wm("ul",{...l,id:a,role:o,className:r(Xm,e.className),children:t})};Rt.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."}]};import{jsx as hl,jsxs as qm}from"react/jsx-runtime";var Jm="k-list-content",Y=e=>{let{virtualization:t,grouping:o,"aria-label":a,"aria-labelledby":l,listboxId:i,...c}=e;return qm("div",{...c,className:r(Jm,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:hl(Rt,{role:"listbox",id:i,"aria-label":a,"aria-labelledby":l,children:e.children}),t&&hl("div",{className:"k-height-container",children:hl("div",{})})]})};Y.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."}]};import{Fragment as US,jsx as zS,jsxs as FS}from"react/jsx-runtime";import{jsx as xl,jsxs as Qm}from"react/jsx-runtime";var Ym="k-list-group-item",so=e=>{let{groupIconName:t,...o}=e;return Qm("li",{...o,role:"presentation",className:r(Ym,e.className),children:[t&&xl("span",{className:"k-list-item-icon-wrapper",children:xl(g,{icon:t,className:"k-list-item-icon"})}),xl("span",{className:"k-list-item-text",children:e.children})]})};so.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."}]};import{jsx as tu}from"react/jsx-runtime";var Nl="k-list-optionlabel",Zm=[n.hover,n.focus,n.selected,n.disabled],jm={},eu={},er=e=>{let{text:t,hover:o,focus:a,selected:l,disabled:i,...c}=e;return tu("div",{...c,className:r(Nl,w(Nl,{hover:o,focus:a,selected:l,disabled:i})),children:t})};er.states=Zm;er.options=jm;er.className=Nl;er.defaultOptions=eu;import{jsx as lu}from"react/jsx-runtime";var gl="k-list-custom-value",ou=[n.hover,n.focus,n.selected,n.disabled],au={},ru={},qt=e=>{let{text:t,hover:o,focus:a,selected:l,disabled:i,...c}=e;return lu("div",{...c,className:r(gl,w(gl,{hover:o,focus:a,selected:l,disabled:i})),children:t})};qt.states=ou;qt.options=au;qt.className=gl;qt.defaultOptions=ru;import{Fragment as lA,jsx as rA,jsxs as nA}from"react/jsx-runtime";import{Fragment as mA,jsx as pA,jsxs as uA}from"react/jsx-runtime";import{Fragment as gA,jsx as xA,jsxs as NA}from"react/jsx-runtime";import{Fragment as SA,jsx as MA,jsxs as yA}from"react/jsx-runtime";import{jsx as IA}from"react/jsx-runtime";import{Fragment as BA,jsx as KA,jsxs as GA}from"react/jsx-runtime";var yi="dropdown-list",Si="dropdownlist";import{Fragment as su,jsx as He,jsxs as kl}from"react/jsx-runtime";var Ai="k-dropdownlist",nu=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled,n.loading,n.readonly],iu={size:[s.undefined,s.small,s.medium,s.large],rounded:[T.undefined,T.none,T.small,T.medium,T.large,T.full],fillMode:[x.undefined,x.solid,x.flat,x.outline]},vl={showValue:!0,arrowIconName:"caret-alt-down"},Q=e=>{let{size:t,rounded:o,fillMode:a,arrowIconName:l=vl.arrowIconName,showValue:i=vl.showValue,valueIconName:c,prefix:m,suffix:h,value:N,placeholder:v,hover:k,focus:u,valid:M,invalid:C,required:A,loading:R,disabled:I,readonly:D,popup:pe,opened:Te,adaptive:Ie,adaptiveSettings:Xe,adaptiveTitle:We,adaptiveSubtitle:go,adaptiveFilter:kr,...Ga}=e;return kl(su,{children:[kl(gt,{...Ga,size:t,rounded:o,fillMode:a,hover:k,focus:u,valid:M,invalid:C,required:A,loading:R,disabled:I,readonly:D,className:r(e.className,Ai,{"k-icon-picker":!i&&c}),children:[He(ot,{children:m}),He(ro,{placeholder:v,value:N,showValue:i,valueIconName:c}),He(Re,{valid:M,invalid:C,loading:R,disabled:I}),He(De,{loading:R,disabled:I}),He(at,{children:h}),He(d,{className:"k-input-button",icon:l,size:e.size,fillMode:e.fillMode,"aria-label":v||"Toggle dropdown"})]}),Te&&pe&&He(ie,{className:"k-list-container k-dropdownlist-popup",children:pe}),Ie&&He(ue,{adaptive:!0,...Xe,header:He(Oe,{actionsEnd:He(d,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat"}),filter:kr,inputValue:N,inputPlaceholder:v,title:We,subtitle:go}),children:He("div",{className:"k-list-container",children:He(U,{size:"large",children:kl(Y,{children:[He(G,{text:"List item"}),He(G,{text:"List item"}),He(G,{text:"List item"})]})})})})]})};Q.states=nu;Q.options=iu;Q.className=Ai;Q.defaultOptions=vl;Q.moduleName=yi;Q.folderName=Si;import{jsx as Tw}from"react/jsx-runtime";import{jsx as kw,jsxs as vw}from"react/jsx-runtime";import{Fragment as Ew,jsx as Aw,jsxs as ww}from"react/jsx-runtime";import{jsx as Pw}from"react/jsx-runtime";import{jsx as Dw,jsxs as _w}from"react/jsx-runtime";import{Fragment as Jw,jsx as Xw,jsxs as Ww}from"react/jsx-runtime";import{Fragment as bu,jsx as Yt,jsxs as wi}from"react/jsx-runtime";var du=Q.states,cu=Q.defaultOptions,pu=Q.options,mu=[{name:"opened",title:"Opened"}],uu=[],na=e=>{let{modifiers:t,...o}=e,a={},l=wi(bu,{children:[Yt("div",{className:"k-list-filter",children:Yt(lt,{})}),Yt(U,{style:{width:300},size:o.size,children:wi(Y,{children:[Yt(G,{children:"List item"}),Yt(G,{children:"List item"}),Yt(G,{children:"List item"})]})})]});return Object.keys(t||{}).forEach(i=>{i==="opened"&&(a.opened=!!t?.[i],a.popup=t?.[i]?l:void 0)}),Yt("div",{children:Yt(Q,{placeholder:"Value",style:{width:300},...o,...a})})};na.options=pu;na.states=du;na.variants=uu;na.defaultOptions=cu;na.modifiers=mu;import{jsx as Ei,jsxs as Nu}from"react/jsx-runtime";var Ii="k-spin-button",hu=[],xu={size:[s.undefined,s.small,s.medium,s.large],fillMode:[x.undefined,x.solid,x.flat,x.outline,x.clear,x.link]},Ll={increaseLabel:"Increase value",decreaseLabel:"Decrease value"},Qt=e=>{let{size:t,fillMode:o,disabled:a,increaseLabel:l=Ll.increaseLabel,decreaseLabel:i=Ll.decreaseLabel,...c}=e;return Nu("span",{...c,className:r(Ii,e.className),children:[Ei(d,{className:"k-spinner-increase",icon:"caret-alt-up",size:t,fillMode:o,disabled:a,"aria-label":l}),Ei(d,{className:"k-spinner-decrease",icon:"caret-alt-down",size:t,fillMode:o,disabled:a,"aria-label":i})]})};Qt.states=hu;Qt.options=xu;Qt.className=Ii;Qt.defaultOptions=Ll;Qt.moduleName=null;Qt.folderName=null;var Ri="numeric-textbox",Oi="numerictextbox";import{Fragment as Pi,jsx as Ot,jsxs as Cl}from"react/jsx-runtime";var Hi="k-numerictextbox",gu=[n.hover,n.focus,n.valid,n.invalid,n.loading,n.required,n.disabled,n.readonly],ku={size:[s.undefined,s.small,s.medium,s.large],rounded:[T.undefined,T.none,T.small,T.medium,T.large,T.full],fillMode:[x.undefined,x.solid,x.flat,x.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:c=tr.showSpinButton,prefix:m,suffix:h,value:N,placeholder:v,hover:k,focus:u,valid:M,invalid:C,required:A,loading:R,disabled:I,readonly:D,id:pe,"aria-label":Te,"aria-describedby":Ie,...Xe}=e;return Cl(he,{...Xe,size:t,rounded:o,fillMode:a,hover:k,focus:u,valid:M,invalid:C,required:A,loading:R,disabled:I,readonly:D,className:r(e.className,Hi),children:[m&&Cl(Pi,{children:[Ot(ot,{children:m}),l&&Ot(rt,{})]}),Ot(qe,{id:pe,placeholder:v,value:N,role:"spinbutton",disabled:I,"aria-label":Te,"aria-describedby":Ie,"aria-invalid":C?"true":void 0}),Ot(Re,{valid:M,invalid:C,loading:R,disabled:I}),Ot(De,{loading:R,disabled:I}),i&&Ot(Je,{loading:R,disabled:I,readonly:D,value:N}),h&&Cl(Pi,{children:[l&&Ot(rt,{}),Ot(at,{children:h})]}),c&&Ot(Qt,{className:"k-input-spinner",size:t,fillMode:a,disabled:I})]})};_.states=gu;_.options=ku;_.className=Hi;_.defaultOptions=tr;_.moduleName=Ri;_.folderName=Oi;_.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 ia=_;import{jsx as vu}from"react/jsx-runtime";var Ki=e=>vu(ia,{...e});import{Fragment as OE,jsx as RE}from"react/jsx-runtime";import{Fragment as DE,jsx as GE}from"react/jsx-runtime";import{jsx as FE}from"react/jsx-runtime";import{jsx as Ml}from"react/jsx-runtime";var Lu=_.states,Cu=_.defaultOptions,Mu=_.options,yu=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"},{name:"spin-button",title:"`Spin` Button"}],Su=[],sa=e=>{let{modifiers:t,...o}=e,a={};return Object.keys(t||{}).forEach(l=>{switch(l){case"prefix":a.prefix=t?.[l]?Ml(Q,{size:o.size,fillMode:"flat",value:"mm"}):void 0;break;case"suffix":a.suffix=t?.[l]?Ml(Wr,{children:"mm"}):void 0;break;case"clear-button":a.showClearButton=t?.[l];break;case"spin-button":a.showSpinButton=t?.[l];break;default:break}}),Ml(Ki,{value:"Value",style:{width:300},...o,...a})};sa.options=Mu;sa.states=Lu;sa.variants=Su;sa.defaultOptions=Cu;sa.modifiers=yu;var yl="pager",Bi=yl;import{Fragment as Gi,jsx as Ue,jsxs as So}from"react/jsx-runtime";var or="k-pager",Au=[n.focus,n.disabled],wu={size:[s.undefined,s.small,s.medium,s.large]},Ye={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=Ye.responsive,size:o,pagerSizeInfo:a=Ye.pagerSizeInfo,pageTitleInfo:l=Ye.pageTitleInfo,maxPagesInfo:i=Ye.maxPagesInfo,itemsPerPage:c=Ye.itemsPerPage,maxPages:m=Ye.maxPages,currentPage:h=Ye.currentPage,previousNext:N=Ye.previousNext,type:v=Ye.type,pageSizes:k=Ye.pageSizes,refresh:u=Ye.refresh,info:M=Ye.info,focus:C,disabled:A,dir:R,...I}=e,D=[],pe=[];for(let Te=1;Te<=m;Te++)D.push(Ue(d,{selected:Te===h,fillMode:"flat",themeColor:"primary",size:o,children:Te})),pe.push(Ue("option",{selected:Te===h,children:Te}));return So("div",{dir:R,...I,className:r(e.className,or,S(or,{size:o}),w(or,{focus:C,disabled:A}),{"k-pager-responsive":t}),children:[So("div",{className:r("k-pager-numbers-wrap"),children:[N&&So(Gi,{children:[Ue(d,{className:r("k-pager-nav","k-pager-first"),disabled:h===1&&!A,fillMode:"flat",size:o,icon:R==="rtl"?"caret-alt-to-right":"caret-alt-to-left"}),Ue(d,{className:r("k-pager-nav"),disabled:h===1&&!A,fillMode:"flat",size:o,icon:R==="rtl"?"caret-alt-right":"caret-alt-left"})]}),v==="numeric"&&Ue("div",{className:r("k-pager-numbers"),children:D}),v==="input"&&So("span",{className:r("k-pager-input"),children:[l&&Ue("span",{children:"Page"}),Ue(_,{value:`${h}`,size:o,showSpinButton:!1,showClearButton:!1}),Ue("span",{children:i&&`of ${m}`})]}),N&&So(Gi,{children:[Ue(d,{className:r("k-pager-nav"),disabled:h===m&&!A,fillMode:"flat",size:o,icon:R==="rtl"?"caret-alt-left":"caret-alt-right"}),Ue(d,{className:r("k-pager-nav","k-pager-last"),disabled:h===m&&!A,fillMode:"flat",size:o,icon:R==="rtl"?"caret-alt-to-left":"caret-alt-to-right"})]})]}),k&&So("span",{className:r("k-pager-sizes"),children:[Ue(Q,{value:`${c}`,size:o}),a&&Ue("span",{children:"items per page"})]}),u&&Ue(d,{className:r("k-pager-refresh"),fillMode:"flat",size:o,icon:"arrow-rotate-cw"}),M&&Ue("span",{className:r("k-pager-info"),children:M})]})};xe.states=Au;xe.options=wu;xe.className=or;xe.defaultOptions=Ye;xe.moduleName=yl;xe.folderName=Bi;import{jsx as fI}from"react/jsx-runtime";import{jsx as NI}from"react/jsx-runtime";import{jsx as LI}from"react/jsx-runtime";import{jsx as Di}from"react/jsx-runtime";var Eu=xe.options,Iu=xe.states,Ru={...xe.defaultOptions,variant:"numeric"},Ou=[{name:"numeric",title:"Numeric"},{name:"input",title:"Input"}],Pu=[],da=e=>{let{variant:t,...o}=e;return t==="input"?Di(xe,{...o,type:"input"}):Di(xe,{...o,type:"numeric"})};da.options=Eu;da.states=Iu;da.variants=Ou;da.defaultOptions=Ru;da.modifiers=Pu;import{jsx as Hu}from"react/jsx-runtime";var _i="k-grid-pager",xt=e=>Hu(xe,{...e,className:r(e.className,_i),children:e.children});xt.className=_i;xt.moduleName=V;xt.folderName=J;var Sl="button",zi=Sl;import{jsx as Du}from"react/jsx-runtime";var ca="k-button-group",Ku=[n.disabled],Bu={fillMode:[x.undefined,x.solid,x.flat,x.outline,x.clear,x.link]},Gu={},K=e=>{let{fillMode:t,disabled:o,stretched:a,...l}=e;return Du("div",{role:"group",...l,className:r(e.className,ca,S(ca,{fillMode:t}),w(ca,{disabled:o}),{[`${ca}-stretched`]:a}),...o&&{"aria-disabled":"true"},children:e.children})};K.states=Ku;K.options=Bu;K.className=ca;K.defaultOptions=Gu;K.moduleName=Sl;K.folderName=zi;K.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."}]};import{Fragment as YI,jsx as qI,jsxs as QI}from"react/jsx-runtime";import{Fragment as aR,jsx as oR,jsxs as rR}from"react/jsx-runtime";import{Fragment as cR,jsx as dR,jsxs as pR}from"react/jsx-runtime";import{Fragment as hR,jsx as TR,jsxs as xR}from"react/jsx-runtime";import{Fragment as CR,jsx as LR,jsxs as MR}from"react/jsx-runtime";import{Fragment as IR,jsx as ER,jsxs as RR}from"react/jsx-runtime";import{jsx as Pt,jsxs as Al}from"react/jsx-runtime";var _u={...d.options,...K.options},zu=d.states,Uu={...d.defaultOptions,...K.defaultOptions,variant:"text-button"},Fu=[{name:"icon-button",title:"Icon Only"},{name:"text-button",title:"Text"},{name:"icon-text-button",title:"Icon Text"}],Vu=[],pa=e=>{let{variant:t,className:o,...a}=e;return t==="icon-button"?Al(K,{fillMode:a.fillMode,className:o,children:[Pt(d,{...a,icon:"star"}),Pt(d,{...a,icon:"star"}),Pt(d,{...a,icon:"star"})]}):t==="icon-text-button"?Al(K,{fillMode:a.fillMode,className:o,children:[Pt(d,{...a,icon:"star",children:"First"}),Pt(d,{...a,icon:"star",children:"Middle"}),Pt(d,{...a,icon:"star",children:"Last"})]}):Al(K,{fillMode:a.fillMode,className:o,children:[Pt(d,{...a,children:"First"}),Pt(d,{...a,children:"Middle"}),Pt(d,{...a,children:"Last"})]})};pa.options=_u;pa.states=zu;pa.variants=Fu;pa.defaultOptions=Uu;pa.modifiers=Vu;import{jsx as Ui,jsxs as Wu}from"react/jsx-runtime";var Fi="k-color-preview",$u=[],Xu={},Zt=e=>{let{color:t,iconName:o,...a}=e;return Wu("span",{...a,className:r(e.className,Fi,{"k-icon-color-preview":o,"k-no-color":!t}),children:[o&&Ui(g,{icon:o,className:"k-color-preview-icon"}),Ui("span",{className:"k-color-preview-mask",style:{backgroundColor:t}})]})};Zt.states=$u;Zt.options=Xu;Zt.className=Fi;var wl="slider",Vi=wl;import{jsx as Ao,jsxs as El}from"react/jsx-runtime";var ma="k-slider",Ju=[n.hover,n.focus,n.active,n.disabled,n.readonly],qu={},st={type:"single",orientation:"horizontal",gradientType:"1d",readonly:!1,disabled:!1,handlePosition:"end",showButtons:!0,showTicks:!0,value:50,min:0,max:100},de=e=>{let{type:t=st.type,orientation:o=st.orientation,gradientType:a=st.gradientType,readonly:l=st.readonly,disabled:i=st.disabled,handlePosition:c=st.handlePosition,showButtons:m=st.showButtons,showTicks:h=st.showTicks,value:N=st.value,min:v=st.min,max:k=st.max,startValue:u,endValue:M,hover:C,focus:A,active:R,trackStyle:I,dir:D,...pe}=e,Ie=(()=>{if(t==="gradient"&&a==="2d")return"undefined";if(o==="vertical")return"vertical"})(),Xe,We;return o==="horizontal"?(Xe=D==="rtl"?"caret-alt-left":"caret-alt-right",We=D==="rtl"?"caret-alt-right":"caret-alt-left"):o==="vertical"&&(Xe="caret-alt-up",We="caret-alt-down"),El("div",{...pe,className:r(ma,e.className,w(ma,{readonly:l,disabled:i}),{[`k-slider-${o}`]:o,"k-colorgradient-slider":t==="gradient"}),dir:D,children:[m&&Ao(d,{className:"k-button-decrease",rounded:"full",icon:We,tabIndex:-1,title:"Decrease"}),El("div",{className:"k-slider-track-wrap",children:[h&&Ao("ul",{className:"k-reset k-slider-items",children:e.children}),El("div",{className:"k-slider-track",style:I,children:[Ao("div",{className:"k-slider-selection"}),t==="range"&&Ao("span",{className:r("k-draghandle","k-draghandle-start",w(ma,{hover:C,focus:A,active:R})),role:"slider",tabIndex:i?void 0:0,"aria-valuenow":u??v,"aria-valuemin":v,"aria-valuemax":M??k,"aria-orientation":Ie,"aria-disabled":i?"true":void 0,"aria-readonly":l?"true":void 0,"aria-label":pe["aria-label"]?`${pe["aria-label"]} start`:"Range start"}),Ao("span",{className:r("k-draghandle",`k-draghandle-${c}`,w(ma,{hover:C,focus:A,active:R})),role:"slider",tabIndex:i?void 0:0,"aria-valuenow":t==="range"?M??k:N,"aria-valuemin":t==="range"?u??v:v,"aria-valuemax":k,"aria-orientation":Ie,"aria-disabled":i?"true":void 0,"aria-readonly":l?"true":void 0,"aria-label":t==="range"?pe["aria-label"]?`${pe["aria-label"]} end`:"Range end":pe["aria-label"]})]})]}),m&&Ao(d,{className:"k-button-increase",rounded:"full",icon:Xe,tabIndex:-1,title:"Increase"})]})};de.states=Ju;de.options=qu;de.className=ma;de.defaultOptions=st;de.moduleName=wl;de.folderName=Vi;de.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").'}]};import{jsx as $i}from"react/jsx-runtime";var Xi="k-tick",Yu=[],Qu={},Wi={label:!1},P=e=>{let{style:t,label:o=Wi.label,orientation:a,large:l,text:i,...c}=e;return $i("li",{...c,className:r(e.className,Xi,{[`k-tick-${a}`]:a,"k-tick-large":l}),style:t,children:o&&$i("span",{className:"k-label",children:i})})};P.states=Yu;P.options=Qu;P.className=Xi;P.defaultOptions=Wi;import{Fragment as Zu,jsx as dt,jsxs as ju}from"react/jsx-runtime";var Ji=e=>dt(de,{"aria-label":e["aria-label"]||"Slider",children:ju(Zu,{children:[dt(P,{className:"k-first",label:!0,large:!0,text:"0"}),dt(P,{}),dt(P,{}),dt(P,{}),dt(P,{}),dt(P,{label:!0,large:!0,text:"5"}),dt(P,{}),dt(P,{}),dt(P,{}),dt(P,{}),dt(P,{className:"k-last",label:!0,large:!0,text:"10"})]}),...e});import{Fragment as eb,jsx as ct,jsxs as tb}from"react/jsx-runtime";var qi=e=>ct(de,{children:tb(eb,{children:[ct(P,{className:"k-first",label:!0,large:!0,text:"0"}),ct(P,{}),ct(P,{}),ct(P,{}),ct(P,{}),ct(P,{label:!0,large:!0,text:"5"}),ct(P,{}),ct(P,{}),ct(P,{}),ct(P,{}),ct(P,{className:"k-last",label:!0,large:!0,text:"10"})]}),"aria-label":e["aria-label"]||"Vertical slider",...e,orientation:"vertical"});import{Fragment as xO,jsx as hO,jsxs as NO}from"react/jsx-runtime";import{Fragment as CO,jsx as LO,jsxs as MO}from"react/jsx-runtime";import{jsx as ob}from"react/jsx-runtime";var Il=e=>ob(de,{type:"gradient",showButtons:!1,showTicks:!1,...e,"aria-label":e["aria-label"]||"Color slider"});import{jsx as ab}from"react/jsx-runtime";var Rl=e=>ab(de,{type:"gradient",orientation:"vertical",showButtons:!1,showTicks:!1,...e,"aria-label":e["aria-label"]||"Color slider"});import{Fragment as KO,jsx as HO,jsxs as BO}from"react/jsx-runtime";import{Fragment as UO,jsx as zO,jsxs as FO}from"react/jsx-runtime";import{jsx as Mt,jsxs as Yi}from"react/jsx-runtime";var rb=de.options,lb=de.states,Qi={...de.defaultOptions,variant:"horizontal",label:!0},nb=[{name:"horizontal",title:"Horizontal"},{name:"vertical",title:"Vertical"}],ib=[{name:"label",title:"Labels"},{name:"tick",title:"Ticks"},{name:"button",title:"Side Buttons"}],ua=e=>{let{variant:t,modifiers:o,...a}={...Qi,...e},l={};Object.keys(o||{}).forEach(N=>{switch(N){case"button":{l.showButtons=!!o?.[N];break}case"label":{l.label=!!o?.[N];break}case"tick":{l.showTicks=!!o?.[N];break}}});let{label:i=!0,showButtons:c,showTicks:m}=l,h={"--kendo-slider-start":0,"--kendo-slider-end":60};return t==="vertical"?Yi(qi,{showTicks:m,showButtons:c,style:{height:"300px",...h},...a,children:[Mt(P,{label:i,large:!0,orientation:"vertical",text:"0",style:{position:"absolute",bottom:"0%"}}),Mt(P,{label:i,large:!0,orientation:"vertical",text:"2",style:{position:"absolute",bottom:"25%"}}),Mt(P,{label:i,large:!0,orientation:"vertical",text:"4",style:{position:"absolute",bottom:"50%"}}),Mt(P,{label:i,large:!0,orientation:"vertical",text:"6",style:{position:"absolute",bottom:"75%"}}),Mt(P,{label:i,large:!0,orientation:"vertical",text:"8",style:{position:"absolute",bottom:"100%"}})]}):Yi(Ji,{showTicks:m,showButtons:c,style:{width:"400px",...h},...a,children:[Mt(P,{label:i,large:!0,orientation:"horizontal",text:"0",style:{position:"absolute",left:"0%"}}),Mt(P,{label:i,large:!0,orientation:"horizontal",text:"2",style:{position:"absolute",left:"25%"}}),Mt(P,{label:i,large:!0,orientation:"horizontal",text:"4",style:{position:"absolute",left:"50%"}}),Mt(P,{label:i,large:!0,orientation:"horizontal",text:"6",style:{position:"absolute",left:"75%"}}),Mt(P,{label:i,large:!0,orientation:"horizontal",text:"8",style:{position:"absolute",left:"100%"}})]})};ua.options=rb;ua.states=lb;ua.variants=nb;ua.defaultOptions=Qi;ua.modifiers=ib;import{Fragment as ba,jsx as z,jsxs as be}from"react/jsx-runtime";var Zi="k-colorgradient-inputs",sb=[],db={size:[s.undefined,s.small,s.medium,s.large]},ji={mode:"rgba"},wo=e=>{let{mode:t=ji.mode,size:o,...a}=e;return be("div",{...a,className:r(Zi,"k-hstack"),children:[z("div",{className:"k-vstack",children:z(d,{fillMode:"flat",icon:"caret-alt-expand",className:"k-colorgradient-toggle-mode",size:o,"aria-label":"Toggle color input format"})}),t==="rgba"&&be(ba,{children:[be("div",{className:"k-vstack",children:[z(_,{showSpinButton:!1,showClearButton:!1,value:"132",size:o,"aria-label":"Red channel"}),z("label",{className:"k-colorgradient-input-label",children:"R"})]}),be("div",{className:"k-vstack",children:[z(_,{showSpinButton:!1,showClearButton:!1,value:"132",size:o,"aria-label":"Green channel"}),z("label",{className:"k-colorgradient-input-label",children:"G"})]}),be("div",{className:"k-vstack",children:[z(_,{showSpinButton:!1,showClearButton:!1,value:"132",size:o,"aria-label":"Blue channel"}),z("label",{className:"k-colorgradient-input-label",children:"B"})]}),be("div",{className:"k-vstack",children:[z(_,{showSpinButton:!1,showClearButton:!1,value:"1.00",size:o,"aria-label":"Alpha channel"}),z("label",{className:"k-colorgradient-input-label",children:"A"})]})]}),t==="rgb"&&be(ba,{children:[be("div",{className:"k-vstack",children:[z(_,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Red channel"}),z("label",{className:"k-colorgradient-input-label",children:"R"})]}),be("div",{className:"k-vstack",children:[z(_,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Green channel"}),z("label",{className:"k-colorgradient-input-label",children:"G"})]}),be("div",{className:"k-vstack",children:[z(_,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Blue channel"}),z("label",{className:"k-colorgradient-input-label",children:"B"})]})]}),t==="hsva"&&be(ba,{children:[be("div",{className:"k-vstack",children:[z(_,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Hue channel"}),z("label",{className:"k-colorgradient-input-label",children:"H"})]}),be("div",{className:"k-vstack",children:[z(_,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Saturation channel"}),z("label",{className:"k-colorgradient-input-label",children:"S"})]}),be("div",{className:"k-vstack",children:[z(_,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Value channel"}),z("label",{className:"k-colorgradient-input-label",children:"V"})]}),be("div",{className:"k-vstack",children:[z(_,{showSpinButton:!1,showClearButton:!1,value:"1.00","aria-label":"Alpha channel"}),z("label",{className:"k-colorgradient-input-label",children:"A"})]})]}),t==="hsv"&&be(ba,{children:[be("div",{className:"k-vstack",children:[z(_,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Hue channel"}),z("label",{className:"k-colorgradient-input-label",children:"H"})]}),be("div",{className:"k-vstack",children:[z(_,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Saturation channel"}),z("label",{className:"k-colorgradient-input-label",children:"S"})]}),be("div",{className:"k-vstack",children:[z(_,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Value channel"}),z("label",{className:"k-colorgradient-input-label",children:"V"})]})]}),t==="hex"&&z(ba,{children:be("div",{className:"k-vstack k-flex-1",children:[z(se,{showClearButton:!1,value:"#b88484AA",className:"k-hex-value"}),z("label",{className:"k-colorgradient-input-label",children:"HEX"})]})})]})};wo.states=sb;wo.options=db;wo.className=Zi;wo.defaultOptions=ji;import{jsx as co,jsxs as po}from"react/jsx-runtime";var es="k-colorgradient-color-contrast",cb=[],pb={},mb={},Eo=()=>po("div",{className:r(es,"k-vbox"),children:[po("div",{className:"k-contrast-ratio",children:[co("span",{className:"k-contrast-ratio-text",children:"Contrast ratio: 7.1"}),po("span",{className:"k-contrast-validation !k-text-success",children:[co(g,{icon:"check"}),co(g,{icon:"check"})]})]}),po("div",{children:[co("span",{children:"AA: 4.5"}),po("span",{className:"k-contrast-validation !k-text-success",children:["Pass",co(g,{icon:"check"})]})]}),po("div",{children:[co("span",{children:"AAA: 7.0"}),po("span",{className:"k-contrast-validation !k-text-error",children:["Fail",co(g,{icon:"x"})]})]})]});Eo.states=cb;Eo.options=pb;Eo.className=es;Eo.defaultOptions=mb;var ts="color-gradient",os="colorgradient";import{jsx as pt,jsxs as fa}from"react/jsx-runtime";var ar="k-colorgradient",ub=[n.hover,n.focus,n.readonly,n.disabled],bb={size:[s.undefined,s.small,s.medium,s.large]},yt={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"},Me=e=>{let{size:t,mode:o=yt.mode,readonly:a=yt.readonly,disabled:l=yt.disabled,gradientStyle:i=yt.gradientStyle,dragHandleStyle:c=yt.dragHandleStyle,alphaStyle:m=yt.alphaStyle,alphaStyleHorizontal:h=yt.alphaStyleHorizontal,contrast:N=yt.contrast,dir:v,hover:k,focus:u,hoverHandle:M,focusHandle:C,canvasOrientation:A=yt.canvasOrientation,role:R,tabIndex:I,...D}=e;return fa("div",{...D,role:R??"textbox","aria-label":R==="none"?void 0:"Color gradient",tabIndex:I??0,"aria-disabled":l?"true":void 0,className:r(e.className,ar,S(ar,{size:t}),w(ar,{hover:k,focus:u,readonly:a,disabled:l})),dir:v,children:[!A||A==="horizontal"&&fa("div",{className:"k-colorgradient-canvas k-hstack",children:[pt("div",{className:"k-hsv-rectangle",style:i,children:pt("div",{className:"k-hsv-gradient",children:pt("div",{className:r("k-hsv-draghandle","k-draghandle",{"k-hover":M,"k-focus":C}),style:c,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})})}),fa("div",{className:"k-hsv-controls k-hstack",children:[pt(Rl,{className:"k-hue-slider",hover:M,focus:C}),o!=="rgb"&&o!=="hsv"&&pt(Rl,{className:"k-alpha-slider",hover:M,focus:C,trackStyle:m})]})]}),A==="vertical"&&fa("div",{className:"k-colorgradient-canvas k-vstack",children:[pt("div",{className:"k-hsv-rectangle",style:i,children:pt("div",{className:"k-hsv-gradient",children:pt("div",{className:r("k-hsv-draghandle","k-draghandle",{"k-hover":M,"k-focus":C}),style:c,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})})}),fa("div",{className:"k-hsv-controls k-vstack",children:[pt(Il,{className:"k-hue-slider",hover:M,focus:C}),o!=="rgb"&&o!=="hsv"&&pt(Il,{className:"k-alpha-slider",hover:M,focus:C,trackStyle:h})]})]}),pt(wo,{mode:e.mode,size:t}),N&&pt(Eo,{})]})};Me.states=ub;Me.options=bb;Me.className=ar;Me.defaultOptions=yt;Me.moduleName=ts;Me.folderName=os;Me.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)."}]};import{jsx as fb}from"react/jsx-runtime";var rr=e=>fb(Me,{...e});import{jsx as O0}from"react/jsx-runtime";import{jsx as B0}from"react/jsx-runtime";import{jsx as Ol}from"react/jsx-runtime";var Tb=Me.options,hb=Me.states,xb={...Me.defaultOptions,variant:"rgba"},Nb=[{name:"rgba",title:"RGBA"},{name:"rgb",title:"RGB"},{name:"hex",title:"HEX"}],gb=[],Ta=e=>{let{variant:t,...o}=e;switch(t){case"hex":return Ol(rr,{...o,mode:t});case"rgb":return Ol(rr,{...o,mode:t});default:return Ol(rr,{...o,mode:t})}};Ta.options=Tb;Ta.states=hb;Ta.variants=Nb;Ta.defaultOptions=xb;Ta.modifiers=gb;import{jsx as kb}from"react/jsx-runtime";var Pl=e=>kb("tr",{role:"row",children:e.children});import{jsx as Cb}from"react/jsx-runtime";var Hl="k-colorpalette-tile",vb=[n.hover,n.focus,n.selected],Lb={},Io=e=>{let{color:t,tileSize:o,hover:a,focus:l,selected:i,...c}=e,m={backgroundColor:t,width:o?o+"px":"",height:o?o+"px":""};return Cb("td",{...c,role:"gridcell","aria-label":t,"aria-selected":i?"true":void 0,className:r(e.className,Hl,w(Hl,{hover:a,focus:l,selected:i})),style:m})};Io.states=vb;Io.options=Lb;Io.className=Hl;var as="color-palette",rs="colorpalette";import{jsx as ha}from"react/jsx-runtime";var lr="k-colorpalette",Mb=[n.disabled],yb={size:[s.undefined,s.small,s.medium,s.large]},ls={columns:10},Fe=e=>{let{size:t,palette:o,columns:a=ls.columns,tileSize:l,disabled:i,...c}=e,m=[];if(o){let h=a||o.columns,N=o.colors?o.colors:o;Array.isArray(N)&&Array.from({length:Math.ceil(N.length/h)},(v,k)=>{let u=[];N.slice(k*h,(k+1)*h).map((C,A)=>{u.push(ha(Io,{color:C,tileSize:l},A))});let M=ha(Pl,{children:u},k);m.push(M)})}return ha("div",{...c,role:"grid","aria-label":"Color palette",tabIndex:0,"aria-disabled":i?"true":void 0,className:r(e.className,lr,w(lr,{disabled:i}),S(lr,{size:t})),children:ha("table",{className:"k-colorpalette-table",role:"none",children:ha("tbody",{children:m.length>0?m:e.children})})})};Fe.states=Mb;Fe.options=yb;Fe.className=lr;Fe.defaultOptions=ls;Fe.moduleName=as;Fe.folderName=rs;Fe.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 nr=Fe;var xa={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}};import{jsx as Sb}from"react/jsx-runtime";var ns=e=>Sb(nr,{palette:xa.basic,...e});import{jsx as xP}from"react/jsx-runtime";import{jsx as CP,jsxs as MP}from"react/jsx-runtime";import{jsx as Pb}from"react/jsx-runtime";var Ab=Fe.options,wb=Fe.states,Eb={...Fe.defaultOptions,variant:"basic"},Ib=[{name:"basic",title:"Basic"},{name:"monochrome",title:"Monochrome"}],Rb={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}},Ob=[],Na=e=>{let{variant:t="basic",...o}=e,a=Rb[t];return Pb(ns,{columns:a.columns,palette:a,...o})};Na.options=Ab;Na.states=wb;Na.variants=Ib;Na.defaultOptions=Eb;Na.modifiers=Ob;var is="color-editor",ss="coloreditor";import{jsx as mt,jsxs as Ro}from"react/jsx-runtime";var ir="k-coloreditor",Hb=[n.focus],Kb={size:[s.undefined,s.small,s.medium,s.large]},ga={view:"gradient",palette:xa.office,actionButtons:!0,canvasOrientation:"horizontal"},fe=e=>{let{size:t,view:o=ga.view,palette:a=ga.palette,color:l,currentColor:i,focus:c,focusView:m,dir:h,group:N,actionButtons:v=ga.actionButtons,canvasOrientation:k=ga.canvasOrientation,...u}=e;return Ro("div",{...u,role:"textbox","aria-label":"Color editor",tabIndex:0,className:r(e.className,"k-flatcolorpicker",ir,S(ir,{size:t}),w(ir,{focus:c})),dir:h,children:[Ro("div",{className:"k-coloreditor-header k-hstack",children:[mt("div",{className:"k-coloreditor-header-actions k-hstack",children:N&&Ro(K,{fillMode:"flat",children:[mt(d,{className:"k-group-start",size:t,fillMode:"flat",icon:"droplet-slider",selected:o==="gradient","aria-label":"Color gradient view"}),mt(d,{className:"k-group-end",size:t,fillMode:"flat",icon:"palette",selected:o==="palette","aria-label":"Color palette view"})]})}),mt("div",{className:"k-spacer"}),Ro("div",{className:"k-coloreditor-header-actions k-hstack",children:[mt(d,{fillMode:"flat",icon:"droplet-slash",size:t,"aria-label":"Reset color"}),Ro("div",{className:"k-coloreditor-preview k-vstack",children:[mt(Zt,{className:"k-coloreditor-preview-color",color:l}),mt(Zt,{className:"k-coloreditor-current-color",color:i})]})]})]}),mt("div",{className:"k-coloreditor-views k-vstack",children:o==="gradient"?mt(Me,{focus:m,size:t,canvasOrientation:k,role:"none",tabIndex:-1}):mt(Fe,{palette:a,size:t})}),v&&Ro(Lt,{className:"k-coloreditor-footer",alignment:"start",children:[mt(d,{themeColor:"primary",size:t,className:"k-coloreditor-apply",children:"Apply"}),mt(d,{className:"k-coloreditor-cancel",size:t,children:"Cancel"})]})]})};fe.states=Hb;fe.options=Kb;fe.className=ir;fe.defaultOptions=ga;fe.moduleName=is;fe.folderName=ss;fe.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 Oo=fe;import{jsx as eH}from"react/jsx-runtime";import{jsx as rH}from"react/jsx-runtime";import{jsx as Bb}from"react/jsx-runtime";var ds=e=>Bb(Oo,{group:!0,currentColor:"fuchsia",...e});import{jsx as Gb}from"react/jsx-runtime";var cs=e=>Gb(Oo,{view:"palette",group:!0,currentColor:"fuchsia",...e});import{jsx as ps}from"react/jsx-runtime";var Db=fe.options,_b=fe.states,zb={...fe.defaultOptions,variant:"gradient"},Ub=[{name:"gradient",title:"Gradient"},{name:"palette",title:"Palette"}],Fb=[],ka=e=>{let{variant:t,...o}=e;return t==="palette"?ps(cs,{...o,color:"white"}):ps(ds,{...o,color:"rgba(183, 118 , 118, 1.00)"})};ka.options=Db;ka.states=_b;ka.variants=Ub;ka.defaultOptions=zb;ka.modifiers=Fb;var ms="color-picker",us="colorpicker";import{Fragment as Xb,jsx as ut,jsxs as Kl}from"react/jsx-runtime";var bs="k-colorpicker",Vb=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled],$b={size:[s.undefined,s.small,s.medium,s.large],rounded:[T.undefined,T.none,T.small,T.medium,T.large,T.full],fillMode:[x.undefined,x.solid,x.flat,x.outline]},fs={arrowIconName:"caret-alt-down"},Qe=e=>{let{size:t,rounded:o,fillMode:a,arrowIconName:l=fs.arrowIconName,prefix:i,suffix:c,value:m,placeholder:h,hover:N,focus:v,valid:k,invalid:u,required:M,disabled:C,valueIconName:A,popup:R,opened:I,adaptive:D,adaptiveSettings:pe,adaptiveTitle:Te,adaptiveSubtitle:Ie,...Xe}=e,We="colorpicker-popup";return Kl(Xb,{children:[Kl(gt,{...Xe,size:t,rounded:o,fillMode:a,hover:N,focus:v,valid:k,invalid:u,required:M,disabled:C,role:"combobox","aria-haspopup":"dialog","aria-expanded":I?"true":"false","aria-controls":I||D?We:void 0,"aria-label":"Color picker",tabIndex:0,"aria-disabled":C?"true":void 0,className:r(e.className,bs,"k-icon-picker"),children:[ut(ot,{children:i}),ut(ro,{placeholder:h,value:m,showValue:!1,valueIcon:ut(Zt,{className:"k-value-icon",color:m,iconName:A}),valueIconName:A}),ut(at,{children:c}),ut(d,{className:"k-input-button",icon:l,size:t,fillMode:a,tabIndex:-1,"aria-label":"Open color picker",disabled:C})]}),I&&R&&ut(ie,{id:We,className:"k-colorpicker-popup",children:R}),D&&ut(ue,{adaptive:!0,id:We,...pe,header:ut(Oe,{actionsEnd:ut(d,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat","aria-label":"Apply"}),title:Te,subtitle:Ie}),footer:Kl(Vt,{children:[ut(d,{text:"Cancel",size:"large"}),ut(d,{text:"Set",size:"large",themeColor:"primary"})]}),children:ut(fe,{canvasOrientation:"vertical",size:"large",actionButtons:!1,group:!0})})]})};Qe.states=Vb;Qe.options=$b;Qe.className=bs;Qe.defaultOptions=fs;Qe.moduleName=ms;Qe.folderName=us;Qe.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 jt=Qe;import{jsx as Wb}from"react/jsx-runtime";var sr=e=>Wb(jt,{...e});import{jsx as zH}from"react/jsx-runtime";import{jsx as XH}from"react/jsx-runtime";import{jsx as YH}from"react/jsx-runtime";import{jsx as eK}from"react/jsx-runtime";import{jsx as rK}from"react/jsx-runtime";import{jsx as sK}from"react/jsx-runtime";import{jsx as mo}from"react/jsx-runtime";var Jb=jt.options,qb=jt.states,Ts={...jt.defaultOptions,variant:"color"},Yb=[{name:"color",title:"Color",default:!0},{name:"no color",title:"No color"},{name:"icon",title:"Icon"}],Qb=[{name:"opened",title:"Opened"}],va=e=>{let{variant:t,modifiers:o,...a}={...Ts,...e},l={};Object.keys(o||{}).forEach(c=>{c==="opened"&&(l.opened=!!o?.[c],l.popup=o?.[c]?mo(fe,{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 mo("div",{style:i,children:mo(sr,{...a,...l})});case"icon":return mo("div",{style:i,children:mo(sr,{value:"rgba(183, 118 , 118, 1.00)",valueIconName:"edit-tools",...a,...l})});default:return mo("div",{style:i,children:mo(sr,{value:"rgba(183, 118 , 118, 1.00)",...a,...l})})}};va.options=Jb;va.states=qb;va.variants=Yb;va.defaultOptions=Ts;va.modifiers=Qb;var Bl="combobox",hs=Bl;import{Fragment as Gl,jsx as Ne,jsxs as La}from"react/jsx-runtime";var xs="k-combobox",Zb=[n.hover,n.focus,n.valid,n.invalid,n.loading,n.required,n.disabled,n.readonly],jb={size:[s.undefined,s.small,s.medium,s.large],rounded:[T.undefined,T.none,T.small,T.medium,T.large,T.full],fillMode:[x.undefined,x.solid,x.flat,x.outline]},Ns={separators:!0},Ke=e=>{let{size:t,rounded:o,fillMode:a,separators:l=Ns.separators,prefix:i,suffix:c,value:m,placeholder:h,hover:N,focus:v,valid:k,invalid:u,required:M,loading:C,disabled:A,popup:R,opened:I,readonly:D,adaptive:pe,adaptiveSettings:Te,adaptiveTitle:Ie,adaptiveSubtitle:Xe,adaptiveCustomValue:We,id:go,autocomplete:kr,activeDescendant:Ga,"aria-label":ld,...nd}=e,id=go?`${go}-listbox`:void 0;return La(Gl,{children:[La(he,{...nd,size:t,rounded:o,fillMode:a,hover:N,focus:v,valid:k,invalid:u,required:M,loading:C,disabled:A,readonly:D,className:r(e.className,xs),children:[i&&La(Gl,{children:[Ne(ot,{children:i}),l&&Ne(rt,{})]}),Ne(qe,{placeholder:h,value:m,role:"combobox","aria-haspopup":"listbox","aria-expanded":I?"true":"false","aria-controls":I?id:void 0,"aria-activedescendant":I&&Ga?Ga:void 0,"aria-autocomplete":kr,"aria-invalid":u?"true":void 0,"aria-busy":C?"true":void 0,"aria-label":ld,disabled:A,readOnly:D}),Ne(Re,{valid:k,invalid:u,loading:C,disabled:A}),Ne(De,{loading:C,disabled:A}),Ne(Je,{loading:C,disabled:A,readonly:D,value:m}),c&&La(Gl,{children:[l&&Ne(rt,{}),Ne(at,{children:c})]}),Ne(d,{className:"k-input-button",icon:"caret-alt-down",size:t,fillMode:a,"aria-label":"Open popup",tabIndex:-1,disabled:A})]}),I&&R&&Ne(ie,{className:"k-list-container k-combobox-popup",containerClassName:"k-combobox-popup-container",containerRole:"region",containerAriaLabel:"Combobox suggestions",children:R}),pe&&Ne(ue,{adaptive:!0,id:go?`${go}-adaptive`:void 0,...Te,header:Ne(Oe,{actionsEnd:Ne(d,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat","aria-label":"Apply selection"}),input:!0,inputValue:m,inputPlaceholder:h,title:Ie,subtitle:Xe}),children:Ne("div",{className:"k-list-container",children:Ne(U,{customValue:We?Ne(qt,{text:`Use "${m}"`}):void 0,size:"large",children:La(Y,{"aria-label":Ie||"Options",children:[Ne(G,{text:"List item"}),Ne(G,{text:"List item"}),Ne(G,{text:"List item"})]})})})})]})};Ke.states=Zb;Ke.options=jb;Ke.className=xs;Ke.defaultOptions=Ns;Ke.moduleName=Bl;Ke.folderName=hs;Ke.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 Ze=Ke;import{jsx as ef}from"react/jsx-runtime";var gs=e=>ef(Ze,{...e});import{jsx as VK,jsxs as $K}from"react/jsx-runtime";import{jsx as QK,jsxs as ZK}from"react/jsx-runtime";import{jsx as rB,jsxs as lB}from"react/jsx-runtime";import{Fragment as pB,jsx as cB}from"react/jsx-runtime";import{Fragment as hB,jsx as TB}from"react/jsx-runtime";import{jsx as LB,jsxs as CB}from"react/jsx-runtime";import{Fragment as RB,jsx as EB,jsxs as IB}from"react/jsx-runtime";import{jsx as KB}from"react/jsx-runtime";import{jsx as _B}from"react/jsx-runtime";import{jsx as XB,jsxs as WB}from"react/jsx-runtime";import{jsx as jB,jsxs as eG}from"react/jsx-runtime";import{jsx as eo,jsxs as nf}from"react/jsx-runtime";var tf=Ke.states,of=Ke.defaultOptions,af=Ke.options,rf=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"opened",title:"Opened"}],lf=[],Ca=e=>{let{modifiers:t,...o}=e,a={},l=eo(U,{style:{width:300},size:o.size,children:nf(Y,{children:[eo(G,{children:"List item"}),eo(G,{children:"List item"}),eo(G,{children:"List item"})]})});return Object.keys(t||{}).forEach(i=>{switch(i){case"prefix":a.prefix=t?.[i]?eo(g,{icon:"map-marker-target"}):void 0;break;case"suffix":a.suffix=t?.[i]?eo(Ft,{size:o.size,icon:"copy",fillMode:"clear"}):void 0;break;case"opened":a.opened=!!t?.[i],a.popup=t?.[i]?l:void 0;break;default:break}}),eo("div",{children:eo(gs,{value:"Value",style:{width:300},...o,...a})})};Ca.options=af;Ca.states=tf;Ca.variants=lf;Ca.defaultOptions=of;Ca.modifiers=rf;var Dl="menu-button",ks=Dl;import{jsx as cf}from"react/jsx-runtime";var vs="k-menu-button",sf=[n.hover,n.focus,n.active,n.selected,n.disabled],df={size:[s.undefined,s.small,s.medium,s.large],rounded:[T.undefined,T.none,T.small,T.medium,T.large,T.full],fillMode:[x.undefined,x.solid,x.flat,x.outline,x.clear,x.link],themeColor:[f.undefined,f.base,f.primary,f.secondary,f.tertiary,f.success,f.warning,f.error,f.info,f.light,f.dark,f.inverse]},_l={showArrow:!0,arrowIconName:"caret-alt-down"},Z=e=>{let{size:t,rounded:o,fillMode:a,themeColor:l,hover:i,focus:c,active:m,selected:h,disabled:N,icon:v,text:k,showArrow:u=_l.showArrow,arrowIconName:M=_l.arrowIconName,expanded:C,...A}=e;return cf(d,{...A,className:r(e.className,vs),text:k,size:t,rounded:o,fillMode:a,themeColor:l,hover:i,focus:c,active:m,selected:h,disabled:N,icon:v,showArrow:u,arrowIconName:M,"aria-expanded":C?"true":"false",...!k&&v&&!e["aria-label"]&&{"aria-label":"Menu"},...N&&{"aria-disabled":"true"}})};Z.states=sf;Z.options=df;Z.className=vs;Z.defaultOptions=_l;Z.moduleName=Dl;Z.folderName=ks;Z.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."}]};import{jsx as OG}from"react/jsx-runtime";import{jsx as BG}from"react/jsx-runtime";import{jsx as zG}from"react/jsx-runtime";var je="menu",bt=je;import{jsx as Ma,jsxs as Ls}from"react/jsx-runtime";var zl="k-menu-item",pf=[n.hover,n.focus,n.active,n.selected,n.disabled],mf={},Cs={iconPosition:"before"},we=e=>{let{hover:t,focus:o,active:a,selected:l,disabled:i,icon:c,text:m,first:h,last:N,showArrow:v,arrowIconName:k,iconPosition:u=Cs.iconPosition,dir:M,children:C,expanded:A,...R}=e,I=k;return I||(I=M==="rtl"?"caret-alt-left":"caret-alt-right"),Ls("li",{...R,className:r(e.className,zl,"k-item",w(zl,{focus:o,disabled:i,hover:t,active:a,selected:l}),{"k-first":h,"k-last":N}),role:"menuitem",...v&&{"aria-haspopup":"menu"},...v&&{"aria-expanded":A?"true":"false"},...i&&{"aria-disabled":"true"},...o&&{tabIndex:0},children:[Ls("span",{className:r("k-link k-menu-link"),children:[c&&u==="before"&&Ma(g,{className:"k-menu-link-icon",icon:c}),Ma("span",{className:"k-menu-link-text",children:m}),c&&u==="after"&&Ma(g,{className:"k-menu-link-icon",icon:c}),v&&Ma("span",{className:"k-menu-expand-arrow","aria-hidden":"true",children:Ma(g,{icon:I})})]}),C]})};we.states=pf;we.options=mf;we.className=zl;we.defaultOptions=Cs;we.moduleName=je;we.folderName=bt;import{jsx as ya,jsxs as Ms}from"react/jsx-runtime";var Ul="k-menu-item",uf=[n.hover,n.focus,n.active,n.selected,n.disabled],bf={},Fl={dir:"ltr",iconPosition:"before"},me=e=>{let{hover:t,focus:o,active:a,selected:l,disabled:i,icon:c,text:m,first:h,last:N,showArrow:v,arrowIconName:k,iconPosition:u=Fl.iconPosition,dir:M=Fl.dir,children:C,popup:A,expanded:R,...I}=e,D=k;return D||(D=M==="rtl"?"caret-alt-left":"caret-alt-right"),Ms("li",{...I,className:r(e.className,Ul,"k-item",w(Ul,{focus:o,disabled:i}),{"k-first":h,"k-last":N}),role:"menuitem",...v&&{"aria-haspopup":"menu"},...v&&{"aria-expanded":R?"true":"false"},...i&&{"aria-disabled":"true"},...o&&{tabIndex:0},children:[Ms("span",{className:r("k-link k-menu-link",w("k-menu-link",{hover:t,active:a,selected:l,disabled:i})),children:[c&&u==="before"&&ya(g,{className:"k-menu-link-icon",icon:c}),ya("span",{className:"k-menu-link-text",children:m}),c&&u==="after"&&ya(g,{className:"k-menu-link-icon",icon:c}),v&&ya("span",{className:"k-menu-expand-arrow","aria-hidden":"true",children:ya(g,{icon:D})})]}),C,A]})};me.states=uf;me.options=bf;me.className=Ul;me.defaultOptions=Fl;me.moduleName=je;me.folderName=bt;import{jsx as xf}from"react/jsx-runtime";var ys="k-menu-scroll-wrapper",ff=[],Tf={},hf={},uo=e=>{let{className:t,children:o,orientation:a,...l}=e;return xf("div",{...l,className:r(t,ys,{"k-menu-scroll-wrapper-vertical":a==="vertical"}),children:o})};uo.states=ff;uo.options=Tf;uo.className=ys;uo.defaultOptions=hf;uo.moduleName=je;uo.folderName=bt;var Ss=uo;import{Fragment as Vl,jsx as bo,jsxs as cr}from"react/jsx-runtime";var $l="k-menu",Nf=[],gf={},pr={orientation:"horizontal",header:!0,scrollButtonsPosition:"around"},ye=e=>{let{children:t,orientation:o=pr.orientation,header:a=pr.header,scrollable:l,scrollButtonsPosition:i=pr.scrollButtonsPosition,wrapperStyles:c,dir:m,popup:h,contextMenu:N,...v}=e,k={horizontal:{prev:m!=="rtl"?"left":"right",next:m!=="rtl"?"right":"left"},vertical:{prev:"up",next:"down"}},u=bo("ul",{dir:m,...v,className:r(e.className,"k-reset",$l,{[`${$l}-${o}`]:o,"k-header":a}),role:N?"menu":"menubar",...o==="vertical"&&{"aria-orientation":"vertical"},children:t});return cr(Vl,{children:[l?cr(Ss,{orientation:o,style:c,dir:e.dir,children:[i==="start"&&cr(Vl,{children:[bo(d,{fillMode:"flat",icon:`caret-alt-${k[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),bo(d,{fillMode:"flat",icon:`caret-alt-${k[o].next}`,className:"k-menu-scroll-button k-menu-scroll-button-next",tabIndex:-1,"aria-label":"Scroll next"})]}),i==="around"&&bo(d,{fillMode:"flat",icon:`caret-alt-${k[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),u,i==="end"&&cr(Vl,{children:[bo(d,{fillMode:"flat",icon:`caret-alt-${k[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),bo(d,{fillMode:"flat",icon:`caret-alt-${k[o].next}`,className:"k-menu-scroll-button k-menu-scroll-button-next",tabIndex:-1,"aria-label":"Scroll next"})]}),i==="around"&&bo(d,{fillMode:"flat",icon:`caret-alt-${k[o].next}`,className:"k-menu-scroll-button k-menu-scroll-button-next",tabIndex:-1,"aria-label":"Scroll next"})]}):u,h]})};ye.states=Nf;ye.options=gf;ye.className=$l;ye.defaultOptions=pr;ye.moduleName=je;ye.folderName=bt;ye.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."}]};import{jsx as kf}from"react/jsx-runtime";var Xl="k-separator",As={orientation:"horizontal"},Po=e=>{let{orientation:t=As.orientation,...o}=e;return kf("li",{...o,className:r(e.className,"k-item",Xl,{[`${Xl}-${t}`]:t}),role:"separator"})};Po.className=Xl;Po.defaultOptions=As;Po.moduleName=je;Po.folderName=bt;import{Fragment as T1,jsx as h1}from"react/jsx-runtime";import{jsx as Mf}from"react/jsx-runtime";var Wl="k-menu-group",vf=[],Lf={size:[s.undefined,s.small,s.medium,s.large]},Cf={},Ee=e=>{let{children:t,size:o,...a}=e;return Mf("ul",{...a,className:r(e.className,Wl,S(Wl,{size:o})),role:"menu",children:t})};Ee.states=vf;Ee.options=Lf;Ee.className=Wl;Ee.defaultOptions=Cf;Ee.moduleName=je;Ee.folderName=bt;import{Fragment as yf,jsx as Ho,jsxs as Sf}from"react/jsx-runtime";var Jl=e=>Ho(ye,{children:Sf(yf,{children:[Ho(we,{first:!0,text:"Item 1"}),Ho(we,{showArrow:!0,arrowIconName:"caret-alt-down",text:"Item 2"}),Ho(we,{showArrow:!0,arrowIconName:"caret-alt-down",text:"Item 3"}),Ho(we,{text:"Item 4"}),Ho(we,{last:!0,text:"Item 5"})]}),...e});import{Fragment as I1,jsx as w1,jsxs as E1}from"react/jsx-runtime";import{Fragment as K1,jsx as H1,jsxs as B1}from"react/jsx-runtime";import{Fragment as U1,jsx as z1,jsxs as F1}from"react/jsx-runtime";import{Fragment as J1,jsx as W1,jsxs as q1}from"react/jsx-runtime";import{jsx as fo,jsxs as Rf}from"react/jsx-runtime";var Af=ye.options,wf=ye.states,ws={...ye.defaultOptions,variant:"horizontal"},Ef=[{name:"horizontal",title:"Horizontal"},{name:"vertical",title:"Vertical"}],If=[{name:"scrollable",title:"Scrollable"},{name:"opened",title:"Opened"}],Sa=e=>{let{variant:t,modifiers:o,...a}={...ws,...e},l={};return Object.keys(o||{}).forEach(i=>{switch(i){case"scrollable":l.scrollable=!!o?.[i];break;case"opened":l.opened=!!o?.[i],l.popup=fo(ie,{className:"k-menu-popup",children:Rf(Ee,{children:[fo(me,{text:"Item 1"}),fo(me,{text:"Item 2"}),fo(Po,{}),fo(me,{text:"Item 3"})]})});break}}),t==="vertical"?fo(Jl,{...a,...l,orientation:"vertical",style:{width:"200px"}}):fo(Jl,{...a,...l})};Sa.options=Af;Sa.states=wf;Sa.variants=Ef;Sa.defaultOptions=ws;Sa.modifiers=If;import{Fragment as SD,jsx as MD,jsxs as yD}from"react/jsx-runtime";import{jsx as ID}from"react/jsx-runtime";import{Fragment as Bf,jsx as St,jsxs as Es}from"react/jsx-runtime";var Of=d.states,Is={...d.defaultOptions,variant:"text"},Pf=d.options,Hf=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],Kf=[{name:"opened",title:"Opened"}],Aa=e=>{let{variant:t,modifiers:o,...a}={...Is,...e},l={},i=St(ie,{className:"k-menu-popup",children:Es(Ee,{size:a.size,children:[St(me,{first:!0,text:"Menu Item"}),St(me,{text:"Menu Item"}),St(me,{last:!0,text:"Menu Item"})]})}),c;switch(t){case"icon-only":c=St("div",{children:St(Z,{...a,...l,icon:"star"})});break;case"icon-and-text":c=St("div",{children:St(Z,{...a,...l,icon:"star",children:"Dropdown Button"})});break;default:c=St("div",{children:St(Z,{...a,...l,children:"Dropdown Button"})});break}return Es(Bf,{children:[c,o?.opened&&i]})};Aa.options=Pf;Aa.states=Of;Aa.variants=Hf;Aa.defaultOptions=Is;Aa.modifiers=Kf;var ql="split-button",Rs=ql;import{Fragment as _f,jsx as Yl,jsxs as Os}from"react/jsx-runtime";var Ql="k-split-button",Gf=[n.hover,n.focus,n.active,n.selected,n.disabled],Df={size:[s.undefined,s.small,s.medium,s.large],rounded:[T.undefined,T.none,T.small,T.medium,T.large,T.full],fillMode:[x.undefined,x.solid,x.flat,x.outline,x.clear,x.link],themeColor:[f.undefined,f.base,f.primary,f.secondary,f.tertiary,f.success,f.warning,f.error,f.info,f.light,f.dark,f.inverse]},Ps={arrowIconName:"caret-alt-down"},F=e=>{let{size:t,rounded:o,fillMode:a,themeColor:l,hover:i,focus:c,active:m,selected:h,disabled:N,icon:v,text:k,arrowIconName:u=Ps.arrowIconName,popup:M,opened:C,popupId:A,...R}=e;return Os(_f,{children:[Os("div",{...R,className:r(e.className,Ql,"k-button-group",S(Ql,{rounded:o})),children:[Yl(d,{text:k,icon:v,size:t,rounded:o,fillMode:a,themeColor:l,hover:i,focus:c,active:m,selected:h,disabled:N,...!k&&!e.children&&v&&{"aria-label":"Action"},children:e.children}),Yl(d,{className:"k-split-button-arrow",icon:u,size:t,rounded:o,fillMode:a,disabled:N,"aria-label":"Toggle dropdown","aria-expanded":C?"true":"false","aria-controls":C?A:void 0,tabIndex:-1,...N&&{"aria-disabled":"true"}})]}),C&&M&&Yl(ie,{className:"k-menu-popup",children:M})]})};F.states=Gf;F.options=Df;F.className=Ql;F.defaultOptions=Ps;F.moduleName=ql;F.folderName=Rs;F.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 Zl=F;import{jsx as Uf}from"react/jsx-runtime";var zf="k-toolbar-separator",Nt=e=>Uf("div",{className:r(zf,e.className,"k-separator")});var Ht="toolbar",to=Ht;import{Fragment as jl,jsx as X,jsxs as Ko}from"react/jsx-runtime";var Kt="k-toolbar",Ff=[n.focus],Vf={size:[s.undefined,s.small,s.medium,s.large],fillMode:[x.undefined,x.solid,x.outline,x.flat]},$f={scrollButtons:"around"},ae=e=>{let{size:t,fillMode:o,focus:a,resizable:l,scrollable:i,scrollButtons:c,scrollingPosition:m,section:h,...N}=e,v=[],k=(u,M)=>{let C=[];if(u.type===d&&u.props.className&&u.props.className.includes("k-toolbar-overflow-button"))C.push(X(d,{...u.props,className:`${u.props.className?u.props.className:""}`},`${M}-${new Date().getTime()}`));else if(u.type===d)C.push(X(d,{...u.props,className:`k-toolbar-button ${u.props.className?u.props.className:""}`},`${M}-${new Date().getTime()}`));else if(u.type===Xo)C.push(X(Xo,{...u.props,className:`k-toolbar-button ${u.props.className?u.props.className:""}`},`${M}-${new Date().getTime()}`));else if(u.type===Ft)C.push(X(Ft,{...u.props,className:`k-toolbar-button ${u.props.className?u.props.className:""}`},`${M}-${new Date().getTime()}`));else if(u.type===Z)C.push(X(Z,{...u.props,className:`k-toolbar-menu-button ${u.props.className?u.props.className:""}`},`${M}-${new Date().getTime()}`));else if(u.type===Zl)C.push(X(Zl,{...u.props,className:`k-toolbar-split-button ${u.props.className?u.props.className:""}`},`${M}-${new Date().getTime()}`));else if(u.type===K||u.props.className&&u.props.className.includes("k-button-group")){let A=[];(Array.isArray(u.props.children)?u.props.children:[u.props.children]).forEach((I,D)=>{A.push(X(d,{...I.props,className:`${I.props.className?I.props.className:""}`},`${D}-${new Date().getTime()}`))}),C.push(X(K,{...u.props,className:`k-toolbar-button-group ${u.props.className?u.props.className:""}`,children:A},`${M}-${new Date().getTime()}`))}else u.type===Ke?C.push(X(Ke,{...u.props,className:`k-toolbar-combobox ${u.props.className?u.props.className:""}`},`${M}-${new Date().getTime()}`)):u.type===Q?C.push(X(Q,{...u.props,className:`k-toolbar-dropdownlist ${u.props.className?u.props.className:""}`},`${M}-${new Date().getTime()}`)):u.type===Qe?C.push(X(Qe,{...u.props,className:`k-toolbar-colorpicker ${u.props.className?u.props.className:""}`},`${M}-${new Date().getTime()}`)):C.push(u);C.forEach(A=>{v.push(A)})};return e.children&&(Array.isArray(e.children)?e.children:[e.children]).forEach((M,C)=>{k(M,C)}),Ko("div",{...N,className:r(e.className,Kt,S(Kt,{size:t,fillMode:o}),w(Kt,{focus:a}),{[`${Kt}-resizable`]:l,[`${Kt}-scrollable`]:i,[`${Kt}-scrollable-overlay`]:i&&c==="hidden",[`${Kt}-scrollable-${m}`]:m&&m!=="both",[`${Kt}-section`]:h}),role:"toolbar","aria-label":"Toolbar",children:[!i&&v,i&&c==="hidden"&&X("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:v}),i&&c==="start"&&Ko(jl,{children:[Ko(K,{children:[X("span",{className:r("k-toolbar-prev","k-button",S("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:X(g,{className:"k-button-icon",icon:"caret-alt-left"})}),X("span",{className:r("k-toolbar-next","k-button",S("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:X(g,{className:"k-button-icon",icon:"caret-alt-right"})})]}),X(Nt,{className:"k-toolbar-button-separator"}),X("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:v})]}),i&&c==="end"&&Ko(jl,{children:[X("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:v}),X(Nt,{className:"k-toolbar-button-separator"}),Ko(K,{children:[X("span",{className:r("k-toolbar-prev","k-button",S("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:X(g,{className:"k-button-icon",icon:"caret-alt-left"})}),X("span",{className:r("k-toolbar-next","k-button",S("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:X(g,{className:"k-button-icon",icon:"caret-alt-right"})})]})]}),i&&(c==="around"||!c)&&Ko(jl,{children:[X("span",{className:r("k-toolbar-prev","k-button",S("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:X(g,{className:"k-button-icon",icon:"caret-alt-left"})}),X(Nt,{className:"k-toolbar-button-separator"}),X("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:v}),X(Nt,{className:"k-toolbar-button-separator"}),X("span",{className:r("k-toolbar-next","k-button",S("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:X(g,{className:"k-button-icon",icon:"caret-alt-right"})})]})]})};ae.states=Ff;ae.options=Vf;ae.className=Kt;ae.defaultOptions=$f;ae.moduleName=Ht;ae.folderName=to;ae.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."}]};import{jsx as qf}from"react/jsx-runtime";var Hs="k-floating-toolbar",Xf=[],Wf={},Jf={},Bo=e=>{let{...t}=e;return qf("div",{...t,className:r(e.className,Hs),children:e.children})};Bo.states=Xf;Bo.options=Wf;Bo.className=Hs;Bo.defaultOptions=Jf;Bo.moduleName=Ht;Bo.folderName=to;import{jsx as jf}from"react/jsx-runtime";var en="k-toolbar-item",Yf=[n.focus],Qf={},Zf={},Go=e=>{let{focus:t,...o}=e;return jf("div",{...o,className:r(e.className,en,w(en,{focus:t})),children:e.children})};Go.states=Yf;Go.options=Qf;Go.className=en;Go.defaultOptions=Zf;Go.moduleName=Ht;Go.folderName=to;import{jsx as Ks}from"react/jsx-runtime";var Bs="k-toolbar-popup",eT=[],tT={size:[s.undefined,s.small,s.medium,s.large],fillMode:[x.undefined,x.solid,x.outline,x.flat]},oT={},To=e=>{let{size:t,fillMode:o,section:a,...l}=e;return Ks(ie,{...l,className:r(e.className,Bs),children:a?Ks("span",{className:r("k-toolbar-items-list",S("k-toolbar-items-list",{size:t,fillMode:o})),role:"toolbar",children:e.children}):e.children})};To.states=eT;To.options=tT;To.className=Bs;To.defaultOptions=oT;To.moduleName=Ht;To.folderName=to;var mr=To;import{jsx as P_}from"react/jsx-runtime";import{jsx as G_}from"react/jsx-runtime";import{jsx as U_}from"react/jsx-runtime";import{jsx as J_,jsxs as q_}from"react/jsx-runtime";import{jsx as j_}from"react/jsx-runtime";import{jsx as Bt,jsxs as iT}from"react/jsx-runtime";var aT=F.states,Gs={...F.defaultOptions,variant:"text"},rT=F.options,lT=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],nT=[{name:"opened",title:"Opened"}],wa=e=>{let{variant:t,modifiers:o,...a}={...Gs,...e},l={},i=iT(Ee,{size:a.size,children:[Bt(me,{first:!0,text:"Menu Item"}),Bt(me,{text:"Menu Item"}),Bt(me,{last:!0,text:"Menu Item"})]});switch(Object.keys(o||{}).forEach(c=>{c==="opened"&&(l.opened=!!o?.[c],l.popup=o?.[c]?i:"")}),t){case"icon-only":return Bt("div",{children:Bt(F,{...a,...l,icon:"star"})});case"icon-and-text":return Bt("div",{children:Bt(F,{...a,...l,icon:"star",children:"Split Button"})});default:return Bt("div",{children:Bt(F,{...a,...l,children:"Split Button"})})}};wa.options=rT;wa.states=aT;wa.variants=lT;wa.defaultOptions=Gs;wa.modifiers=nT;import{jsx as ho,jsxs as sT}from"react/jsx-runtime";var Ds=e=>ho(ae,{children:[ho(d,{children:"Button"},"toolbar-button"),ho(Z,{text:"Menu button"},"toolbar-menu-button"),ho(F,{children:"Split button"},"toolbar-split-button"),sT(K,{children:[ho(d,{className:"k-group-start",icon:"align-left",children:"Left"}),ho(d,{icon:"align-center",children:"Center"}),ho(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group")],...e});import{jsx as A2,jsxs as w2}from"react/jsx-runtime";import{jsx as et,jsxs as _s}from"react/jsx-runtime";var zs=e=>et(ae,{scrollable:!0,...e,children:[et(d,{children:"Button"},"toolbar-button"),et(Z,{text:"Menu button"},"toolbar-menu-button"),et(F,{children:"Split button"},"toolbar-split-button"),_s(K,{children:[et(d,{className:"k-group-start",icon:"align-left",children:"Left"}),et(d,{icon:"align-center",children:"Center"}),et(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group"),et(d,{children:"Button"},"toolbar-button"),et(Z,{text:"Menu button"},"toolbar-menu-button"),et(F,{children:"Split button"},"toolbar-split-button"),_s(K,{children:[et(d,{className:"k-group-start",icon:"align-left",children:"Left"}),et(d,{icon:"align-center",children:"Center"}),et(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group")],...e});import{jsx as tt,jsxs as Us}from"react/jsx-runtime";var Fs=({scrollingPosition:e="start",...t})=>tt(ae,{scrollable:!0,scrollButtons:"hidden",scrollingPosition:e,...t,children:[tt(d,{children:"Button"},"toolbar-button"),tt(Z,{text:"Menu button"},"toolbar-menu-button"),tt(F,{children:"Split button"},"toolbar-split-button"),Us(K,{children:[tt(d,{className:"k-group-start",icon:"align-left",children:"Left"}),tt(d,{icon:"align-center",children:"Center"}),tt(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group"),tt(d,{children:"Button"},"toolbar-button"),tt(Z,{text:"Menu button"},"toolbar-menu-button"),tt(F,{children:"Split button"},"toolbar-split-button"),Us(K,{children:[tt(d,{className:"k-group-start",icon:"align-left",children:"Left"}),tt(d,{icon:"align-center",children:"Center"}),tt(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group")],...t});import{Fragment as dT,jsx as Ve,jsxs as ur}from"react/jsx-runtime";var Vs=({fillMode:e,size:t,...o})=>ur(dT,{children:[Ve(ae,{section:!0,fillMode:e,size:t,children:[Ve(d,{fillMode:e,size:t,children:"Button"},"toolbar-button"),ur(K,{fillMode:e,children:[Ve(d,{className:"k-group-start",icon:"align-left",fillMode:e,size:t,children:"Left"}),Ve(d,{icon:"align-center",fillMode:e,size:t,children:"Center"}),Ve(d,{className:"k-group-end",icon:"align-right",fillMode:e,size:t,children:"Right"})]},"toolbar-button-group"),Ve(Nt,{className:"k-toolbar-button-separator"}),Ve(d,{icon:"more-horizontal",className:"k-toolbar-overflow-button",fillMode:"flat",size:t,rounded:"none","aria-label":"More options","aria-expanded":"false"})],...o}),ur(mr,{size:t,fillMode:e,section:!0,...o,children:[Ve(F,{fillMode:e,size:t,children:"Split button"},"toolbar-split-button"),Ve(d,{fillMode:e,size:t,children:"Button"},"toolbar-button"),Ve(Nt,{}),Ve(Z,{text:"Menu button",fillMode:e,size:t},"toolbar-menu-button"),ur(K,{fillMode:e,children:[Ve(d,{className:"k-group-start",icon:"align-left",fillMode:e,size:t,children:"Left"}),Ve(d,{icon:"align-center",fillMode:e,size:t,children:"Center"}),Ve(d,{className:"k-group-end",icon:"align-right",fillMode:e,size:t,children:"Right"})]},"toolbar-button-group")]})]});import{Fragment as s5,jsx as n5,jsxs as i5}from"react/jsx-runtime";import{Fragment as N5,jsx as h5,jsxs as x5}from"react/jsx-runtime";import{jsx as oo}from"react/jsx-runtime";var cT=ae.options,pT=ae.states,$s={...ae.defaultOptions,variant:"default"},mT=[{name:"default",title:"Default"},{name:"scrollable",title:"Scrollable"},{name:"overlay",title:"Overlay"},{name:"responsive",title:"Responsive"}],uT=[],Ea=e=>{let{variant:t,...o}={...$s,...e};switch(t){case"responsive":return oo("div",{children:oo(Vs,{style:{width:"583px"},...o})});case"overlay":return oo("div",{children:oo(Fs,{style:{width:"583px"},...o,scrollingPosition:"start",scrollButtons:"hidden"})});case"scrollable":return oo("div",{children:oo(zs,{style:{width:"583px"},...o})});default:return oo("div",{children:oo(Ds,{style:{width:"583px"},...o})})}};Ea.options=cT;Ea.states=pT;Ea.variants=mT;Ea.defaultOptions=$s;Ea.modifiers=uT;import{jsx as bT}from"react/jsx-runtime";var Xs="k-grid-toolbar",xo=e=>bT(ae,{...e,className:r(e.className,Xs),children:e.children});xo.className=Xs;xo.moduleName=V;xo.folderName=J;import{jsx as tn,jsxs as TT}from"react/jsx-runtime";var on="k-grid-stack-cell",fT=[n.focus,n.selected],br=e=>{let{cellHeader:t,cellContent:o,edit:a,commandCell:l,dirty:i,focus:c,selected:m,...h}=e;return TT("div",{...h,className:r(e.className,on,{"k-grid-stack-edit-cell":a,"k-command-cell":l,"k-dirty-cell":i},w(on,{focus:c,selected:m})),children:[i&&tn("span",{className:"k-dirty"}),t&&tn("div",{className:"k-grid-stack-header",children:t}),tn("div",{className:"k-grid-stack-content",children:o}),e.children]})};br.states=fT;br.className=on;br.moduleName=V;br.folderName=J;import{jsx as hT}from"react/jsx-runtime";var Ws="k-grid-stack-row",fr=e=>{let{cols:t,...o}=e;return hT("div",{...o,className:r(e.className,Ws,{[`k-grid-cols-${t}`]:t}),children:e.children})};fr.className=Ws;fr.moduleName=V;fr.folderName=J;import{Fragment as s3,jsx as n3,jsxs as i3}from"react/jsx-runtime";import{Fragment as f3,jsx as u3,jsxs as b3}from"react/jsx-runtime";import{Fragment as xT,jsx as L,jsxs as ce}from"react/jsx-runtime";var Js=({contentClassName:e,...t})=>L($,{_renderAriaRoot:!0,pager:L(xt,{refresh:!1}),children:ce(xT,{children:[L(re,{children:L("div",{className:"k-grid-header-wrap",children:ce(ne,{children:[ce("colgroup",{children:[L("col",{}),L("col",{style:{width:"225px"}}),L("col",{}),L("col",{}),L("col",{})]}),ce(j,{children:[ce(y,{children:[L(E,{rowspan:1,colspan:1,columnTitle:"Product Id"}),L(E,{rowspan:1,colspan:1,columnTitle:"Name"}),L(E,{rowspan:1,colspan:1,columnTitle:"Quantity"}),L(E,{rowspan:1,colspan:1,columnTitle:"Unit Price"}),L(E,{rowspan:1,colspan:1,columnTitle:"Discontinued"})]}),ce(y,{className:"k-filter-row",children:[L(p,{children:L("div",{className:"k-filtercell",children:ce("div",{className:"k-filtercell-wrapper",children:[L(_,{}),ce("div",{className:"k-filtercell-operator",children:[L(Q,{className:"k-dropdown-operator",arrowIconName:"filter"})," ",L(d,{disabled:!0,icon:"filter-clear"})]})]})})}),L(p,{children:L("div",{className:"k-filtercell",children:ce("div",{className:"k-filtercell-wrapper",children:[L(se,{}),ce("div",{className:"k-filtercell-operator",children:[L(Q,{className:"k-dropdown-operator",arrowIconName:"filter"})," ",L(d,{disabled:!0,icon:"filter-clear"})]})]})})}),L(p,{children:L("div",{className:"k-filtercell",children:ce("div",{className:"k-filtercell-wrapper",children:[L(se,{}),ce("div",{className:"k-filtercell-operator",children:[L(Q,{className:"k-dropdown-operator",arrowIconName:"filter"})," ",L(d,{disabled:!0,icon:"filter-clear"})]})]})})}),L(p,{children:L("div",{className:"k-filtercell",children:ce("div",{className:"k-filtercell-wrapper",children:[L(_,{}),ce("div",{className:"k-filtercell-operator",children:[L(Q,{className:"k-dropdown-operator",arrowIconName:"filter"})," ",L(d,{disabled:!0,icon:"filter-clear"})]})]})})}),L(p,{children:L("div",{className:"k-filtercell",children:ce("div",{className:"k-filtercell-wrapper",children:[L(Q,{}),L("div",{className:"k-filtercell-operator",children:L(d,{disabled:!0,icon:"filter-clear"})})]})})})]})]})]})})}),L(ee,{children:L(te,{className:e,children:ce(oe,{children:[ce("colgroup",{children:[L("col",{}),L("col",{style:{width:"225px"}}),L("col",{}),L("col",{}),L("col",{})]}),ce(le,{children:[ce(y,{className:"k-master-row",children:[L(p,{children:"1"}),L(p,{children:"Chai"}),L(p,{children:"10 boxes x 20 bags"}),L(p,{children:"18"}),L(p,{children:"false"})]}),ce(y,{className:"k-master-row",alt:!0,children:[L(p,{children:"2"}),L(p,{children:"Chang"}),L(p,{children:"24 - 12 oz bottles"}),L(p,{children:"19"}),L(p,{children:"false"})]}),ce(y,{className:"k-master-row",children:[L(p,{children:"3"}),L(p,{children:"Aniseed Syrup"}),L(p,{children:"12 - 550 ml bottles"}),L(p,{children:"10"}),L(p,{children:"false"})]}),ce(y,{className:"k-master-row",alt:!0,children:[L(p,{children:"4"}),L(p,{children:"Chef Anton's Cajun Seasoning"}),L(p,{children:"48 - 6 oz jars"}),L(p,{children:"22"}),L(p,{children:"false"})]}),ce(y,{className:"k-master-row",children:[L(p,{children:"5"}),L(p,{children:"Grandma's Boysenberry Spread"}),L(p,{children:"12 - 8 oz jars"}),L(p,{children:"25"}),L(p,{children:"false"})]})]})]})})})]}),...t});import{jsx as Tr}from"react/jsx-runtime";var NT="k-chip-action";var ge=e=>{let{type:t,...o}=e,a;switch(t){case"remove":a=Tr(g,{icon:"x-circle",size:"small"});break;case"more":a=Tr(g,{icon:"more-vertical",size:"small"});break;default:return Tr(g,{icon:t,size:"small"})}return Tr("span",{...o,className:r(e.className,NT,`k-chip-${t}-action`),children:a})};var an="avatar",qs=an;import{jsx as Ys}from"react/jsx-runtime";var Ia="k-avatar";var gT=[n.hover,n.focus,n.active,n.selected,n.disabled],kT={size:[s.undefined,s.small,s.medium,s.large],rounded:[T.undefined,T.none,T.small,T.medium,T.large,T.full],fillMode:[x.undefined,x.solid,x.outline],themeColor:[f.undefined,f.base,f.primary,f.secondary,f.tertiary,f.success,f.warning,f.error,f.info,f.light,f.dark,f.inverse]},rn={type:"text",border:!1},$e=e=>{let{size:t,rounded:o,fillMode:a,themeColor:l,type:i=rn.type,border:c=rn.border,...m}=e;return Ys("div",{...m,className:r(e.className,Ia,S(Ia,{size:t,rounded:o,fillMode:a,themeColor:l}),{[`${Ia}-bordered`]:c}),children:Ys("span",{className:`${Ia}-${i}`,children:e.children})})};$e.states=gT;$e.options=kT;$e.className=Ia;$e.defaultOptions=rn;$e.moduleName=an;$e.folderName=qs;$e.ariaSpec={selector:".k-avatar",rules:[{selector:".k-avatar img",attribute:"alt",usage:"Images inside Avatar must have alt text for screen readers."}]};var No=$e;import{jsx as vT}from"react/jsx-runtime";var Qs=e=>vT(No,{type:"icon",...e});import{jsx as LT}from"react/jsx-runtime";var Zs=e=>LT(No,{type:"text",...e});import{jsx as CT}from"react/jsx-runtime";var js=e=>CT(No,{type:"image",...e});import{jsx as $3}from"react/jsx-runtime";import{jsx as Ra}from"react/jsx-runtime";var MT=$e.options,yT=$e.states,ST={...$e.defaultOptions,variant:"image"},AT=[{name:"image",title:"Image"},{name:"icon",title:"Icon Avatar"},{name:"text",title:"Text Avatar"}],wT=[],Oa=e=>{let{variant:t,...o}=e;switch(t){case"icon":return Ra(Qs,{...o,children:Ra(g,{icon:"star"})});case"text":return Ra(Zs,{...o,children:"JO"});default:return Ra(js,{...o,children:Ra("img",{src:"https://demos.telerik.com/kendo-ui/content/web/Customers/RICSU.jpg"})})}};Oa.options=MT;Oa.states=yT;Oa.variants=AT;Oa.defaultOptions=ST;Oa.modifiers=wT;var Pa="chip",hr=Pa;import{jsx as Do,jsxs as RT}from"react/jsx-runtime";var xr="k-chip",ET=[n.hover,n.focus,n.active,n.selected,n.disabled],IT={size:[s.undefined,s.small,s.medium,s.large],rounded:[T.undefined,T.none,T.small,T.medium,T.large,T.full],fillMode:[x.undefined,x.solid,x.outline],themeColor:[f.undefined,f.base,f.success,f.warning,f.error,f.info]},ed={avatarImage:"/packages/html/assets/avatar.jpg"},ke=e=>{let{size:t,rounded:o,fillMode:a,themeColor:l,text:i,icon:c,actions:m,showAvatar:h,avatarImage:N=ed.avatarImage,hover:v,focus:k,active:u,selected:M,disabled:C,...A}=e;return RT("div",{...A,className:r(e.className,xr,S(xr,{size:t,rounded:o,fillMode:a,themeColor:l}),w(xr,{hover:v,focus:k,active:u,disabled:C,selected:M})),role:e.role||"button","aria-pressed":e.role==="option"?void 0:M?"true":"false","aria-selected":e.role==="option"?M?"true":"false":void 0,"aria-disabled":C?"true":void 0,children:[c&&Do(g,{className:"k-chip-icon",icon:c,size:"small"}),h&&Do($e,{className:"k-chip-avatar",type:"image",children:Do("img",{src:N,alt:""})}),Do("span",{className:"k-chip-content",children:e.children?e.children:i&&Do("span",{className:"k-chip-label",children:i})}),m&&Do("span",{className:"k-chip-actions",children:m})]})};ke.states=ET;ke.options=IT;ke.className=xr;ke.defaultOptions=ed;ke.moduleName=Pa;ke.folderName=hr;ke.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 ft=ke;import{jsx as KT}from"react/jsx-runtime";var ln="k-chip-list",OT=[],PT={size:[s.undefined,s.small,s.medium,s.large]},HT={},ve=e=>{let{size:t,multiselectable:o,ariaLabel:a,...l}=e;return KT("div",{...l,className:r(e.className,ln,S(ln,{size:t})),role:"listbox","aria-label":a||"chip list","aria-orientation":"horizontal","aria-multiselectable":o?"true":void 0,children:e.children})};ve.states=OT;ve.options=PT;ve.className=ln;ve.defaultOptions=HT;ve.moduleName=Pa;ve.folderName=hr;ve.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."}]};import{jsx as kz}from"react/jsx-runtime";import{jsx as Mz}from"react/jsx-runtime";import{jsx as BT}from"react/jsx-runtime";var Nr=e=>BT(ft,{text:"text",...e});import{jsx as Oz}from"react/jsx-runtime";import{jsx as Bz}from"react/jsx-runtime";import{Fragment as Fz,jsx as Uz,jsxs as Vz}from"react/jsx-runtime";import{jsx as qz,jsxs as Yz}from"react/jsx-runtime";import{jsx as t6,jsxs as o6}from"react/jsx-runtime";import{jsx as s6,jsxs as d6}from"react/jsx-runtime";import{jsx as _o,jsxs as FT}from"react/jsx-runtime";var GT={...ft.options,...ve.options},DT=[],_T=ve.states,zT={...ft.defaultOptions,...ve.defaultOptions},UT=[{name:"icon",title:"Icon",type:"boolean"},{name:"actions",title:"Actions",type:"boolean"},{name:"avatar",title:"Avatar",type:"boolean"}],Ha=e=>{let{modifiers:t,className:o,...a}=e,l=t?.icon,i=t?.actions,c=t?.avatar;return FT(ve,{size:a.size,className:o,children:[_o(Nr,{...a,role:"option","aria-selected":"false","aria-pressed":void 0,icon:l?"star":void 0,actions:i?_o(ge,{type:"remove"}):void 0,showAvatar:c,children:"Chip"}),_o(Nr,{...a,role:"option","aria-selected":"false","aria-pressed":void 0,icon:l?"star":void 0,actions:i?_o(ge,{type:"remove"}):void 0,showAvatar:c,children:"Chip"}),_o(Nr,{...a,role:"option","aria-selected":"false","aria-pressed":void 0,icon:l?"star":void 0,actions:i?_o(ge,{type:"remove"}):void 0,showAvatar:c,children:"Chip"})]})};Ha.options=GT;Ha.states=_T;Ha.variants=DT;Ha.defaultOptions=zT;Ha.modifiers=UT;import{jsx as nn}from"react/jsx-runtime";var VT=ke.states,$T=ke.defaultOptions,XT=ke.options,WT=[],JT=[{name:"icon",title:"Icon"},{name:"avatar",title:"Avatar"},{name:"remove-icon",title:"`Remove` Icon"},{name:"more-options",title:"`More options` Icon"}],Ka=e=>{let{modifiers:t,...o}=e,a={};return Object.keys(t||{}).forEach(l=>{switch(l){case"icon":a.icon=t?.[l]?"arrow-down":void 0;break;case"avatar":a.showAvatar=!!t?.[l],a.avatarImage=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?.[l]?nn(ge,{type:"more"}):void 0;break;case"remove-icon":a.actions||(a.actions=[]),a.actions[1]=t?.[l]?nn(ge,{type:"remove"}):void 0;break;default:break}}),nn(ke,{...o,...a,children:"Chip component"})};Ka.options=XT;Ka.states=VT;Ka.variants=WT;Ka.defaultOptions=$T;Ka.modifiers=JT;import{Fragment as sn,jsx as O,jsxs as Be}from"react/jsx-runtime";var td=({dropClue:e,contentClassName:t,...o})=>O($,{_renderAriaRoot:!0,groupingHeader:O(Gt,{dropClue:e,children:Be(ve,{children:[O(ke,{icon:"sort-asc-small",text:"ID",actions:Be(sn,{children:[O(ge,{type:"more"}),O(ge,{type:"remove"})]})}),O(ke,{icon:"sort-desc-small",text:"Name",actions:Be(sn,{children:[O(ge,{type:"more"}),O(ge,{type:"remove"})]})})]})}),children:Be(sn,{children:[O(re,{draggable:!0,children:O("div",{className:"k-grid-header-wrap",children:Be(ne,{children:[Be("colgroup",{children:[O("col",{className:"k-group-col"}),O("col",{className:"k-group-col"}),O("col",{}),O("col",{}),O("col",{}),O("col",{})]}),O(j,{children:Be(y,{children:[O(E,{colspan:1,rowspan:1,className:"k-group-cell",accessibleLabel:"Group"}),O(E,{colspan:1,rowspan:1,className:"k-group-cell",accessibleLabel:"Group"}),O(E,{colspan:1,columnTitle:"ID"}),O(E,{colspan:1,columnTitle:"Name"}),O(E,{colspan:1,columnTitle:"Price"}),O(E,{colspan:1,columnTitle:"Category"})]})})]})})}),O(ee,{children:O(te,{className:t,children:Be(oe,{children:[Be("colgroup",{children:[O("col",{className:"k-group-col"}),O("col",{className:"k-group-col"}),O("col",{}),O("col",{}),O("col",{}),O("col",{})]}),Be(le,{children:[O(y,{className:"k-table-group-row k-grouping-row",children:O(p,{colspan:6,children:Be("p",{className:"k-reset",children:[O(g,{icon:"caret-alt-right"}),"ID: 1"]})})}),O(y,{className:"k-table-group-row k-grouping-row",children:O(p,{colspan:6,children:Be("p",{className:"k-reset",children:[O(g,{icon:"caret-alt-down"}),"ID: 2"]})})}),Be(y,{className:"k-table-group-row k-grouping-row",children:[O(p,{className:"k-table-group-td k-group-cell"}),O(p,{colspan:5,children:Be("p",{className:"k-reset",children:[O(g,{icon:"caret-alt-down"}),"Name: Chang"]})})]}),Be(y,{className:"k-master-row",alt:!0,children:[O(p,{className:"k-table-group-td k-group-cell"}),O(p,{className:"k-table-group-td k-group-cell"}),O(p,{colspan:0,children:"2"}),O(p,{colspan:0,children:"Chang"}),O(p,{colspan:0,children:"$19.00"}),O(p,{colspan:0,children:"Beverages"})]})]})]})})})]}),...o});import{Fragment as Q6,jsx as q6,jsxs as Y6}from"react/jsx-runtime";import{Fragment as l9,jsx as a9,jsxs as r9}from"react/jsx-runtime";import{Fragment as m9,jsx as c9,jsxs as p9}from"react/jsx-runtime";import{Fragment as qT,jsx as B,jsxs as Ge}from"react/jsx-runtime";var od=({headerWrapClassName:e,contentClassName:t,...o})=>B($,{_renderAriaRoot:!0,children:Ge(qT,{children:[B(re,{children:B("div",{className:`k-grid-header-wrap ${e}`,children:Ge(ne,{children:[Ge("colgroup",{children:[B("col",{}),B("col",{}),B("col",{}),B("col",{})]}),Ge(j,{children:[Ge(y,{children:[B(E,{rowspan:3,colspan:1,columnTitle:"ID"}),B(E,{rowspan:1,colspan:3,columnTitle:"Product Information"})]}),Ge(y,{children:[B(E,{rowspan:2,colspan:1,columnTitle:"Product Name",className:"k-first"}),B(E,{rowspan:1,colspan:2,columnTitle:"Unit"})]}),Ge(y,{children:[B(E,{rowspan:1,colspan:1,columnTitle:"Units In Stock",className:"k-first"}),B(E,{rowspan:1,colspan:1,columnTitle:"Units Price"})]})]})]})})}),B(ee,{children:B(te,{className:t,children:Ge(oe,{children:[Ge("colgroup",{children:[B("col",{}),B("col",{}),B("col",{}),B("col",{})]}),Ge(le,{children:[Ge(y,{className:"k-master-row",children:[B(p,{children:"1"}),B(p,{children:"Chai"}),B(p,{children:"39"}),B(p,{children:"18"})]}),Ge(y,{className:"k-master-row",alt:!0,children:[B(p,{children:"2"}),B(p,{children:"Chang"}),B(p,{children:"17"}),B(p,{children:"19"})]}),Ge(y,{className:"k-master-row",children:[B(p,{children:"3"}),B(p,{children:"Aniseed Syrup"}),B(p,{children:"13"}),B(p,{children:"10"})]}),Ge(y,{className:"k-master-row",alt:!0,children:[B(p,{children:"4"}),B(p,{children:"Chef Anton's Cajun Seasoning"}),B(p,{children:"53"}),B(p,{children:"22"})]}),Ge(y,{className:"k-master-row",children:[B(p,{children:"5"}),B(p,{children:"Chef Anton's Gumbo Mix"}),B(p,{children:"0"}),B(p,{children:"21.35"})]})]})]})})})]}),...o});import{Fragment as C9,jsx as v9,jsxs as L9}from"react/jsx-runtime";import{Fragment as I9,jsx as w9,jsxs as E9}from"react/jsx-runtime";import{Fragment as YT,jsx as H,jsxs as Tt}from"react/jsx-runtime";var ad=e=>H($,{_renderAriaRoot:!0,toolbar:Tt(xo,{children:[H(d,{children:"Add new"}),H(d,{children:"Save Changes"}),H(d,{children:"Cancel Changes"})]}),children:Tt(YT,{children:[H(re,{children:H("div",{className:"k-grid-header-wrap",children:Tt(ne,{children:[Tt("colgroup",{children:[H("col",{}),H("col",{}),H("col",{}),H("col",{style:{width:"300px"}})]}),H(j,{children:Tt(y,{children:[H(E,{columnTitle:"Name"}),H(E,{columnTitle:"Price"}),H(E,{columnTitle:"Available"}),H(E,{accessibleLabel:"Commands"})]})})]})})}),H(ee,{children:H(te,{children:H("div",{children:Tt(oe,{children:[Tt("colgroup",{children:[H("col",{}),H("col",{}),H("col",{}),H("col",{style:{width:"300px"}})]}),Tt(le,{children:[Tt(y,{className:"k-master-row k-grid-add-row k-grid-edit-row",children:[H(p,{children:H(se,{value:"Towel"})}),H(p,{children:H(_,{value:"42"})}),H(p,{children:H(_e,{})}),Tt(p,{className:"k-command-cell",children:[H(d,{children:"Add"}),H(d,{children:"Cancel"})]})]}),Tt(y,{className:"k-master-row",children:[H(p,{children:"Chai"}),H(p,{children:"18"}),H(p,{children:"false"}),H(p,{className:"k-command-cell",children:H(d,{children:"Remove"})})]}),Tt(y,{className:"k-master-row",alt:!0,children:[H(p,{children:"Chang"}),H(p,{children:"19"}),H(p,{children:"false"}),H(p,{className:"k-command-cell",children:H(d,{children:"Remove"})})]})]})]})})})})]}),...e});import{Fragment as oU,jsx as tU,jsxs as aU}from"react/jsx-runtime";import{Fragment as gr,jsx as b,jsxs as q}from"react/jsx-runtime";var QT=$.options,ZT=$.states,rd={...$.defaultOptions,variant:"normal"},jT=[{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"}],eh=[{name:"toolbar",title:"Toolbar",type:"boolean"},{name:"pager",title:"Pager",type:"boolean"}],Ba=e=>{let{variant:t,modifiers:o,...a}={...rd,...e},l={toolbar:void 0,pager:void 0},i=q(xo,{children:[b(d,{icon:"plus",children:"Add New"}),b(d,{icon:"file-pdf",children:"Export to PDF"}),b("span",{className:"k-spacer"}),b(se,{prefix:b(g,{icon:"search"}),separators:!1,placeholder:"Search..."})]}),c=b(xe,{pageSizes:!1,refresh:!1});Object.keys(o||{}).forEach(N=>{switch(N){case"toolbar":l.toolbar=o?.[N]?i:void 0;break;case"pager":l.pager=o?.[N]?c:void 0;break;default:return}});let m={"column-menu":{menu:"column"},"filter-menu":{menu:"filter"},"filter-row":{}},h=q(gr,{children:[b(re,{children:b("div",{className:"k-grid-header-wrap",children:q(ne,{children:[q("colgroup",{children:[b("col",{}),b("col",{}),b("col",{}),b("col",{})]}),b(j,{children:q(y,{children:[b(E,{...m[t],columnTitle:"ID"}),b(E,{...m[t],columnTitle:"Product Name"}),b(E,{...m[t],columnTitle:"Units in Stock"}),b(E,{...m[t],columnTitle:"Units Price"})]})})]})})}),b(ee,{children:b(te,{children:q(oe,{children:[q("colgroup",{children:[b("col",{}),b("col",{}),b("col",{}),b("col",{})]}),q(le,{children:[q(y,{children:[b(p,{children:"1"}),b(p,{children:"Chai"}),b(p,{children:"39"}),b(p,{children:"18"})]}),q(y,{className:"k-alt",alt:!0,children:[b(p,{children:"2"}),b(p,{children:"Chang"}),b(p,{children:"17"}),b(p,{children:"19"})]}),q(y,{children:[b(p,{children:"3"}),b(p,{children:"Aniseed Syrup"}),b(p,{children:"13"}),b(p,{children:"10"})]}),q(y,{className:"k-alt",alt:!0,children:[b(p,{children:"4"}),b(p,{children:"Chef Anton's Cajun Seasoning"}),b(p,{children:"53"}),b(p,{children:"22"})]}),q(y,{children:[b(p,{children:"5"}),b(p,{children:"Chef Anton's Gumbo Mix"}),b(p,{children:"0"}),b(p,{children:"21.35"})]})]})]})})})]});switch(t){case"multicolumn-headers":return b(od,{...a,...l});case"editing":return b(ad,{...a,...l});case"grouping":return b(td,{...a,...l,groupingHeader:b(Gt,{children:q(ve,{children:[b(ke,{icon:"sort-asc-small",actions:q(gr,{children:[b(ge,{type:"more"}),b(ge,{type:"remove"})]}),children:"ID"}),b(ke,{icon:"sort-desc-small",actions:q(gr,{children:[b(ge,{type:"more"}),b(ge,{type:"remove"})]}),children:"Name"})]})})});case"row-reordering":return b($,{...a,...l,children:q(gr,{children:[b(re,{children:q("div",{className:"k-grid-header-wrap",children:[" ",q(ne,{children:[q("colgroup",{children:[b("col",{className:"k-drag-col"}),b("col",{}),b("col",{}),b("col",{}),b("col",{})]}),b(j,{children:q(y,{children:[b(E,{className:"k-drag-cell",accessibleLabel:"Reorder"}),b(E,{columnTitle:"ID"}),b(E,{columnTitle:"Product Name"}),b(E,{columnTitle:"Units in Stock"}),b(E,{columnTitle:"Units Price"})]})})]})]})}),b(ee,{children:b(te,{children:q(oe,{children:[q("colgroup",{children:[b("col",{className:"k-drag-col"}),b("col",{}),b("col",{}),b("col",{}),b("col",{})]}),q(le,{children:[q(y,{children:[b(p,{className:"k-drag-cell",children:b(g,{icon:"reorder"})}),b(p,{children:"1"}),b(p,{children:"Chai"}),b(p,{children:"39"}),b(p,{children:"18"})]}),q(y,{className:"k-alt",alt:!0,children:[b(p,{className:"k-drag-cell",children:b(g,{icon:"reorder"})}),b(p,{children:"2"}),b(p,{children:"Chang"}),b(p,{children:"17"}),b(p,{children:"19"})]}),q(y,{children:[b(p,{className:"k-drag-cell",children:b(g,{icon:"reorder"})}),b(p,{children:"3"}),b(p,{children:"Aniseed Syrup"}),b(p,{children:"13"}),b(p,{children:"10"})]}),q(y,{className:"k-alt",alt:!0,children:[b(p,{className:"k-drag-cell",children:b(g,{icon:"reorder"})}),b(p,{children:"4"}),b(p,{children:"Chef Anton's Cajun Seasoning"}),b(p,{children:"53"}),b(p,{children:"22"})]}),q(y,{children:[b(p,{className:"k-drag-cell",children:b(g,{icon:"reorder"})}),b(p,{children:"5"}),b(p,{children:"Chef Anton's Gumbo Mix"}),b(p,{children:"0"}),b(p,{children:"21.35"})]})]})]})})})]})});case"filter-row":return b(Js,{...a,...l});default:return b($,{...a,...l,children:h})}};Ba.options=QT;Ba.states=ZT;Ba.variants=jT;Ba.defaultOptions=rd;Ba.modifiers=eh;import{Fragment as th,jsx as W,jsxs as ht}from"react/jsx-runtime";var l7=({contentClassName:e,sortable:t,resizable:o,...a})=>W($,{_renderAriaRoot:!0,pager:W(xt,{refresh:!1}),children:ht(th,{children:[W(re,{children:W("div",{className:"k-grid-header-wrap",children:ht(ne,{children:[ht("colgroup",{children:[W("col",{style:{width:"100px"}}),W("col",{style:{width:"100px"}}),W("col",{style:{width:"150px"}})]}),W(j,{children:ht(y,{children:[W(E,{sortable:t,resizable:o,rowspan:1,colspan:1,menu:"column",columnTitle:"ID",filterable:!0}),W(E,{sortable:t,resizable:o,rowspan:1,colspan:1,menu:"column",columnTitle:"Name",filterable:!0}),W(E,{sortable:t,resizable:o,rowspan:1,colspan:1,menu:"column",columnTitle:"Category",filterable:!0})]})})]})})}),W(ee,{children:W(te,{className:e,children:ht(oe,{children:[ht("colgroup",{children:[W("col",{style:{width:"100px"}}),W("col",{style:{width:"100px"}}),W("col",{style:{width:"150px"}})]}),ht(le,{children:[ht(y,{className:"k-master-row",children:[W(p,{children:"1"}),W(p,{children:"Chai"}),W(p,{children:"Beverages"})]}),ht(y,{className:"k-master-row",alt:!0,children:[W(p,{children:"2"}),W(p,{children:"Chang"}),W(p,{children:"Beverages"})]}),ht(y,{className:"k-master-row",children:[W(p,{children:"3"}),W(p,{children:"Aniseed Syrup"}),W(p,{children:"Condiments"})]}),ht(y,{className:"k-master-row",alt:!0,children:[W(p,{children:"4"}),W(p,{children:"Chef Anton's Cajun Seasoning"}),W(p,{children:"Condiments"})]}),ht(y,{className:"k-master-row",children:[W(p,{children:"5"}),W(p,{children:"Grandma's Boysenberry Spread"}),W(p,{children:"Condiments"})]})]})]})})})]}),...a});export{l7 as GridWithColumnMenu};
1
+ 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 S=(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"}),w=(e,t)=>{let{valid:o,invalid:a,hover:l,focus:s,checked:c,active:m,selected:h,disabled:N,indeterminate:v,loading:k,empty:u,readonly:M,highlighted:C,...A}=t;return r({"k-valid":o,"k-invalid":a,"k-hover":l,"k-focus":s,"k-checked":c,"k-active":m,"k-selected":h,"k-disabled":N,"k-indeterminate":v&&!c,"k-loading":k,"k-empty":u,"k-readonly":M,"k-highlighted":C},Object.keys(A).reduce((R,I)=>(I.startsWith("k-")?R[I]=A[I]:R[`k-${I}`]=A[I],R),{}))};function cn(e,t){if(!t)return{};let o=Array.isArray(t)?t:[t];return Object.fromEntries(o.map(a=>[`k-${a}`,!0]))}var i={undefined:void 0,xsmall:"xsmall",small:"small",medium:"medium",large:"large",xlarge:"xlarge",xxlarge:"xxlarge",xxxlarge:"xxxlarge"},T={undefined:void 0,none:"none",small:"small",medium:"medium",large:"large",full:"full"},x={undefined:void 0,solid:"solid",flat:"flat",outline:"outline",clear:"clear",link:"link"},f={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",F=z;import{jsx as md,jsxs as ud}from"react/jsx-runtime";var Da="k-grid",dd=[],cd={size:[i.undefined,i.small,i.medium,i.large]},pd=[],pn={pagerPosition:"bottom"},X=e=>{let{size:t,pagerPosition:o=pn.pagerPosition,toolbar:a,pager:l,groupingHeader:s,gridSelectionAggregates:c,_renderAriaRoot:m,resizable:h,...N}=e;return ud("div",{...N,className:r(e.className,Da,{[`${Da}-resizable`]:h},S(Da,{size:t})),children:[a,o==="top"&&l,s,e.children&&m?md("div",{className:"k-grid-aria-root",children:e.children}):e.children,c,o==="bottom"&&l]})};X.states=dd;X.options=cd;X.variants=pd;X.className=Da;X.defaultOptions=pn;X.moduleName=z;X.folderName=F;import{jsx as bd}from"react/jsx-runtime";var mn="k-grid-header",re=e=>{let{draggable:t,...o}=e;return bd("div",{...o,className:r(e.className,mn,{"k-grid-draggable-header":t}),children:e.children})};re.className=mn;re.moduleName=z;re.folderName=F;import{jsx as un,jsxs as fd}from"react/jsx-runtime";var bn="k-grouping-header",Bt=e=>{let{dropHint:t,dropClue:o,...a}=e;return fd("div",{...a,className:r(e.className,bn),children:[o&&un("div",{className:"k-grouping-dropclue"}),e.children,un("div",{className:"k-grouping-drop-container",children:t})]})};Bt.className=bn;Bt.moduleName=z;Bt.folderName=F;import{jsx as Td}from"react/jsx-runtime";var fn="k-grid-pinned-container",kr=e=>{let{position:t,...o}=e;return Td("div",{...o,className:r(e.className,fn,{"k-pos-bottom":t==="bottom"}),children:e.children})};kr.className=fn;kr.moduleName=z;kr.folderName=F;import{jsx as hd}from"react/jsx-runtime";var Tn="k-grid-sticky-container",vr=e=>{let{position:t,...o}=e;return hd("div",{...o,className:r(e.className,Tn,{"k-pos-bottom":t==="bottom"}),children:e.children})};vr.className=Tn;vr.moduleName=z;vr.folderName=F;var Le="table",Se=Le;import{jsx as kd}from"react/jsx-runtime";var hn="k-data-table",xd=[],Nd={size:[i.undefined,i.small,i.medium,i.large]},gd={},At=e=>{let{size:t,...o}=e;return kd("div",{...o,className:r(e.className,hn,S("k-table",{size:t})),children:e.children})};At.states=xd;At.options=Nd;At.className=hn;At.defaultOptions=gd;At.moduleName=Le;At.folderName=Se;import{jsx as Md}from"react/jsx-runtime";var Lr="k-table-header-wrap",vd=[n.hover,n.focus,n.disabled],Ld={},Cd={},Dt=e=>{let{children:t,hover:o,focus:a,disabled:l,...s}=e;return Md("div",{...s,className:r(e.className,Lr,w(Lr,{hover:o,focus:a,disabled:l})),children:t})};Dt.states=vd;Dt.options=Ld;Dt.className=Lr;Dt.defaultOptions=Cd;Dt.moduleName=Le;Dt.folderName=Se;import{jsx as wd}from"react/jsx-runtime";var Cr="k-table",yd=[],Sd={size:[i.undefined,i.small,i.medium,i.large]},Ad={},Ae=e=>{let{size:t,...o}=e;return wd("table",{...o,className:r(e.className,Cr,S(Cr,{size:t})),children:e.children})};Ae.states=yd;Ae.options=Sd;Ae.className=Cr;Ae.defaultOptions=Ad;Ae.moduleName=Le;Ae.folderName=Se;import{jsx as Mr}from"react/jsx-runtime";var yr="k-table-header",Ed=[n.hover,n.focus,n.disabled],Id={},Rd={},wt=e=>{let{children:t,hover:o,focus:a,disabled:l,...s}=e;return Mr("div",{...s,className:r(e.className,yr,w(yr,{hover:o,focus:a,disabled:l})),children:Mr(Dt,{children:Mr(Ae,{children:t})})})};wt.states=Ed;wt.options=Id;wt.className=yr;wt.defaultOptions=Rd;wt.moduleName=Le;wt.folderName=Se;import{jsx as Kd}from"react/jsx-runtime";var xn="k-table-scroller",Od=[],Pd={},Hd={},ko=e=>{let{children:t,...o}=e;return Kd("div",{...o,className:r(e.className,xn),children:t})};ko.states=Od;ko.options=Pd;ko.className=xn;ko.defaultOptions=Hd;ko.moduleName=Le;ko.folderName=Se;import{jsx as nx}from"react/jsx-runtime";import{jsx as _d}from"react/jsx-runtime";var Nn="k-table-footer",Gd=[],Bd={},Dd={},_t=e=>{let{children:t,...o}=e;return _d("div",{...o,className:r(e.className,Nn),children:t})};_t.states=Gd;_t.options=Bd;_t.className=Nn;_t.defaultOptions=Dd;_t.moduleName=Le;_t.folderName=Se;import{jsx as Vd}from"react/jsx-runtime";var Sr="k-table-list",zd=[],Ud={size:[i.undefined,i.small,i.medium,i.large]},Fd={},zt=e=>{let{size:t,virtualization:o,...a}=e;return Vd("ul",{...a,className:r(e.className,"k-table",Sr,S(Sr,{size:t}),{"k-virtual-table":o}),children:e.children})};zt.states=zd;zt.options=Ud;zt.className=Sr;zt.defaultOptions=Fd;zt.moduleName=Le;zt.folderName=Se;import{jsx as Xd}from"react/jsx-runtime";var $d="k-table-thead",j=e=>Xd("thead",{className:r(e.className,$d),children:e.children});import{jsx as Jd}from"react/jsx-runtime";var Wd="k-table-tbody",le=e=>Jd("tbody",{className:r(e.className,Wd),children:e.children});import{jsx as Cx}from"react/jsx-runtime";import{jsx as Yd}from"react/jsx-runtime";var Ar="k-table-row",qd=[n.hover,n.focus,n.selected,n.disabled,n.highlighted],y=e=>{let{hover:t,focus:o,selected:a,highlighted:l,disabled:s,alt:c,...m}=e;return Yd("tr",{...m,className:r(e.className,Ar,{"k-table-alt-row":c},w(Ar,{hover:t,focus:o,disabled:s,selected:a,highlighted:l})),children:e.children})};y.states=qd;y.className=Ar;import{jsx as Zd}from"react/jsx-runtime";var wr="k-table-row",Qd=[n.hover,n.focus,n.selected,n.disabled],_a=e=>{let{hover:t,focus:o,selected:a,disabled:l,alt:s,...c}=e;return Zd("li",{...c,className:r(e.className,wr,{"k-table-alt-row":s},w(wr,{hover:t,focus:o,disabled:l,selected:a})),children:e.children})};_a.states=Qd;_a.className=wr;import{jsx as jd}from"react/jsx-runtime";var gn="k-table-th",Et=e=>{let{text:t,colspan:o,rowspan:a,...l}=e,s=t||e.children;return jd("th",{colSpan:o,rowSpan:a,...l,className:r(e.className,gn),children:s})};Et.className=gn;Et.moduleName=Le;Et.folderName=Se;import{jsx as Bx}from"react/jsx-runtime";import{jsx as tc}from"react/jsx-runtime";var Er="k-table-td",ec=[n.focus,n.selected,n.highlighted],p=e=>{let{focus:t,selected:o,highlighted:a,text:l,colspan:s,rowspan:c,...m}=e,h=l||e.children;return tc("td",{colSpan:s,rowSpan:c,...m,className:r(e.className,Er,w(Er,{focus:t,selected:o,highlighted:a})),children:h})};p.states=ec;p.className=Er;import{jsx as $x}from"react/jsx-runtime";import{jsx as qx}from"react/jsx-runtime";import{jsx as jx}from"react/jsx-runtime";import{jsx as aN}from"react/jsx-runtime";import{jsx as sN}from"react/jsx-runtime";import{jsx as bN,jsxs as fN}from"react/jsx-runtime";import{jsx as NN,jsxs as gN}from"react/jsx-runtime";import{jsx as CN,jsxs as MN}from"react/jsx-runtime";import{Fragment as IN,jsx as wN,jsxs as EN}from"react/jsx-runtime";import{jsx as lc}from"react/jsx-runtime";var vn="k-grid-header-table",ne=e=>lc(Ae,{...e,className:r(e.className,vn),children:e.children});ne.className=vn;ne.moduleName=z;ne.folderName=F;import{Fragment as dc,jsx as Ln}from"react/jsx-runtime";var Ir="k-font-icon",nc=[],sc={size:[i.undefined,i.xsmall,i.small,i.medium,i.large,i.xlarge,i.xxlarge,i.xxxlarge],themeColor:[f.undefined,f.base,f.primary,f.secondary,f.tertiary,f.success,f.warning,f.error,f.info,f.light,f.dark]},ic={},zo=e=>{let{size:t,themeColor:o,icon:a,rotate:l,flip:s,...c}=e;return a?Ln("span",{...c,className:r(e.className,Ir,S(Ir,{size:t}),{[`k-i-${a}`]:a,[`k-color-${o}`]:o,[`k-rotate-${l}`]:l,"k-flip-h":s==="h"||s==="both","k-flip-v":s==="v"||s==="both"}),"aria-hidden":"true"}):Ln(dc,{})};zo.states=nc;zo.options=sc;zo.className=Ir;zo.defaultOptions=ic;var Cn=zo;import{Fragment as mc,jsx as za}from"react/jsx-runtime";var Rr="k-svg-icon",cc=[],pc={size:[i.undefined,i.xsmall,i.small,i.medium,i.large,i.xlarge,i.xxlarge,i.xxxlarge],themeColor:[f.undefined,f.base,f.primary,f.secondary,f.tertiary,f.success,f.warning,f.error,f.info,f.light,f.dark]},Mn={viewBox:"0 0 24 24"},Uo=e=>{let{size:t,themeColor:o,rotate:a,flip:l,viewBox:s=Mn.viewBox,icon:c,...m}=e;if(!c)return za(mc,{});if(c==="none")return za("span",{...m,className:r(e.className,Rr,S("k-icon",{size:t}),"k-none"),"aria-hidden":"true"});let h=typeof c=="object"&&c.name&&c.name;return za("span",{...m,className:r(e.className,Rr,S("k-icon",{size:t}),{[`k-svg-i-${h}`]:h,[`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:za("svg",{"aria-hidden":!0,focusable:!1,xmlns:"http://www.w3.org/2000/svg",viewBox:typeof c=="object"?c.viewBox:s,dangerouslySetInnerHTML:typeof c=="object"?{__html:c.content}:void 0,children:c?void 0:e.children})})};Uo.states=cc;Uo.options=pc;Uo.className=Rr;Uo.defaultOptions=Mn;var Or=Uo;import*as Pr from"@progress/kendo-svg-icons";var yn="icon",Sn="icons";import{useContext as bc}from"react";import{createContext as uc}from"react";var An=uc({iconsType:"svg"});import{Fragment as wn,jsx as Fo}from"react/jsx-runtime";var Ua="k-icon",fc=e=>e.replace(/([-_][a-z0-9])/gi,t=>t.toUpperCase().replace("-","").replace("_","")),Tc=[],hc={size:[i.undefined,i.xsmall,i.small,i.medium,i.large,i.xlarge,i.xxlarge,i.xxxlarge],themeColor:[f.undefined,f.base,f.primary,f.secondary,f.tertiary,f.success,f.warning,f.error,f.info,f.light,f.dark]},Hr={viewBox:"0 0 24 24",type:"svg"},g=e=>{let{iconsType:t}=bc(An),{size:o,themeColor:a,icon:l,type:s=t||Hr.type,rotate:c,flip:m,viewBox:h=Hr.viewBox,...N}=e;if(!l)return Fo(wn,{});if((t||s)==="svg"){if(l==="none")return Fo(Or,{...N,className:r(e.className,Ua),icon:l,size:o});let k=Pr[l]?l:fc(`${l}-icon`);return Pr[k]?Fo(Or,{...N,className:r(e.className,Ua),icon:Pr[k],size:o,themeColor:a,rotate:c,flip:m,viewBox:h}):Fo(wn,{})}return Fo(Cn,{...N,className:r(e.className,Ua),icon:l,size:o,themeColor:a,rotate:c,flip:m})};g.states=Tc;g.options=hc;g.defaultOptions=Hr;g.className=Ua;g.moduleName=yn;g.folderName=Sn;g.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."}]};import{jsx as Ut,jsxs as Kr}from"react/jsx-runtime";var Gr="k-header",xc=[n.hover,n.focus,n.active],En={sortIcon:"sort-asc-small"},E=e=>{let{menu:t,sortable:o,filterable:a,sticky:l,resizable:s,columnTitle:c,hover:m,focus:h,active:N,sortIcon:v=En.sortIcon,sortOrder:k,accessibleLabel:u,...M}=e;return Kr(Et,{...M,className:r(e.className,Gr,{"k-filterable":t||a,"k-sorted":o,"k-grid-header-sticky":l,"k-touch-action-none":s},w(Gr,{hover:m,focus:h,active:N})),children:[c&&Kr("span",{className:"k-cell-inner",children:[Kr("span",{className:"k-link",children:[Ut("span",{className:"k-column-title",children:c}),o&&Ut("span",{className:"k-sort-icon",children:Ut(g,{icon:v})}),k&&Ut("span",{className:"k-sort-order",children:k})]}),t&&Ut("a",{href:"#",className:r("k-grid-header-menu",{"k-active":N,"k-grid-filter-menu":t==="filter","k-grid-column-menu":t==="column"}),children:Ut(g,{icon:t==="filter"?"filter":"more-vertical"})})]}),!c&&u&&Ut("span",{className:"k-sr-only",children:u}),e.children,s&&Ut("span",{className:"k-column-resizer k-touch-action-none"})]})};E.states=xc;E.className=Gr;E.defaultOptions=En;E.moduleName=z;E.folderName=F;import{jsx as Nc}from"react/jsx-runtime";var In="k-grid-container",ee=e=>Nc("div",{...e,className:r(e.className,In),children:e.children});ee.className=In;ee.moduleName=z;ee.folderName=F;import{jsx as gc}from"react/jsx-runtime";var Rn="k-grid-content",te=e=>gc("div",{...e,className:r(e.className,Rn),children:e.children});te.className=Rn;te.moduleName=z;te.folderName=F;import{jsx as kc}from"react/jsx-runtime";var On="k-grid-table",oe=e=>kc(Ae,{...e,className:r(e.className,On),children:e.children});oe.className=On;oe.moduleName=z;oe.folderName=F;import{jsx as vc}from"react/jsx-runtime";var Pn="k-grid-footer",Br=e=>vc("div",{...e,className:r(e.className,Pn),children:e.children});Br.className=Pn;Br.moduleName=z;Br.folderName=F;import{jsx as Lc}from"react/jsx-runtime";var Hn="k-grid-footer-table",Dr=e=>Lc(Ae,{...e,className:r(e.className,Hn),children:e.children});Dr.className=Hn;Dr.moduleName=z;Dr.folderName=F;var _r="button",Kn=_r;import{Fragment as Sc,jsx as Vo,jsxs as Gn}from"react/jsx-runtime";var $o="k-button",Cc=["icon-button"],Mc=[n.hover,n.focus,n.active,n.selected,n.disabled,n.generating],yc={size:[i.undefined,i.small,i.medium,i.large],rounded:[T.undefined,T.none,T.small,T.medium,T.large,T.full],fillMode:[x.undefined,x.solid,x.flat,x.outline,x.clear,x.link],themeColor:[f.undefined,f.base,f.primary,f.secondary,f.tertiary,f.success,f.warning,f.error,f.info,f.light,f.dark,f.inverse]},zr={showArrow:!1,arrowIconName:"caret-alt-down"},d=e=>{let{as:t="button",size:o,rounded:a,fillMode:l,themeColor:s,showArrow:c=zr.showArrow,arrowIconName:m=zr.arrowIconName,variant:h,hover:N,focus:v,active:k,selected:u,disabled:M,togglable:C,icon:A,text:R,iconClassName:I,className:D,...pe}=e,Te=A!==void 0,Ie=e.children!==void 0;return Gn(t,{className:r(D,$o,cn($o,h),S($o,{size:o,rounded:a,fillMode:l,themeColor:s}),w($o,{hover:N,focus:v,active:k,disabled:M,selected:u}),{"k-icon-button":!R&&!Ie&&Te}),...pe,"aria-pressed":C?u?"true":"false":void 0,disabled:M||void 0,children:[A&&Vo(g,{className:r(I,"k-button-icon"),icon:A}),R?Gn(Sc,{children:[R&&Vo("span",{className:"k-button-text",children:R}),e.children]}):e.children&&Vo("span",{className:"k-button-text",children:e.children}),c&&Vo("span",{className:"k-menu-button-arrow k-button-arrow",children:Vo(g,{icon:m})})]})};d.states=Mc;d.options=yc;d.variants=Cc;d.className=$o;d.defaultOptions=zr;d.moduleName=_r;d.folderName=Kn;d.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."}]};import{jsx as Ac}from"react/jsx-runtime";var Ft=e=>Ac(d,{icon:"folder",...e,"aria-label":e["aria-label"]||"Folder",children:void 0});import{jsx as wc}from"react/jsx-runtime";var Xo=e=>wc(d,{icon:"folder",children:"Button",...e});import{jsx as Ec}from"react/jsx-runtime";var ao=e=>Ec(d,{children:"Button",...e});import{jsx as Ur}from"react/jsx-runtime";var Ic=d.options,Rc=d.states,Oc={...d.defaultOptions,variant:"text"},Pc=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],Hc=[],Wo=e=>{let{variant:t,...o}=e;switch(t){case"icon-only":return Ur(Ft,{...o,icon:"star"});case"icon-and-text":return Ur(Xo,{...o,icon:"star",children:"Button"});default:return Ur(ao,{...o,children:"Button"})}};Wo.options=Ic;Wo.states=Rc;Wo.variants=Pc;Wo.defaultOptions=Oc;Wo.modifiers=Hc;var Jo="input",Fa=Jo;import{jsx as Dc}from"react/jsx-runtime";var Va="k-input",Kc=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled,n.loading,n.readonly],Gc={size:[i.undefined,i.small,i.medium,i.large],rounded:[T.undefined,T.none,T.small,T.medium,T.large,T.full],fillMode:[x.undefined,x.solid,x.flat,x.outline]},Bc={},he=e=>{let{hover:t,focus:o,disabled:a,invalid:l,valid:s,loading:c,readonly:m,size:h,rounded:N,fillMode:v,...k}=e;return Dc("span",{...k,className:r(e.className,Va,S(Va,{size:h,rounded:N,fillMode:v}),w(Va,{hover:t,focus:o,disabled:a,invalid:l,valid:s,loading:c,readonly:m}))})};he.states=Kc;he.options=Gc;he.className=Va;he.defaultOptions=Bc;he.moduleName=Jo;he.folderName=Fa;import{jsx as Fc}from"react/jsx-runtime";var $a="k-picker",_c=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled,n.loading,n.readonly],zc={size:[i.undefined,i.small,i.medium,i.large],rounded:[T.undefined,T.none,T.small,T.medium,T.large,T.full],fillMode:[x.undefined,x.solid,x.flat,x.outline]},Uc={},gt=e=>{let{hover:t,focus:o,disabled:a,invalid:l,valid:s,loading:c,readonly:m,size:h,rounded:N,fillMode:v,...k}=e;return Fc("span",{...k,className:r(e.className,$a,S($a,{size:h,rounded:N,fillMode:v}),w($a,{hover:t,focus:o,disabled:a,invalid:l,valid:s,loading:c,readonly:m})),children:e.children})};gt.states=_c;gt.options=zc;gt.className=$a;gt.defaultOptions=Uc;gt.moduleName=Jo;gt.folderName=Fa;import{Fragment as Xc,jsx as Fr}from"react/jsx-runtime";var Bn="k-clear-value",Vc=[n.disabled,n.loading,n.readonly],$c={},Je=e=>{let{disabled:t,loading:o,readonly:a,value:l}=e;return t||a||o||!l?Fr(Xc,{}):Fr("span",{className:r(e.className,Bn),children:Fr(g,{icon:"x"})})};Je.states=Vc;Je.options=$c;Je.className=Bn;import{jsx as qc}from"react/jsx-runtime";var Vr="k-input-inner",Wc=[],Jc={},Xa={type:"text",autocomplete:"off",value:"",placeholder:""},qe=e=>{let{value:t=Xa.value,type:o=Xa.type,placeholder:a=Xa.placeholder,autocomplete:l=Xa.autocomplete,disabled:s,readOnly:c,...m}=e;return qc("input",{...m,type:o,className:r(e.className,Vr,S(Vr,e)),placeholder:a,autoComplete:l,defaultValue:t,disabled:s||void 0,readOnly:c||void 0})};qe.states=Wc;qe.options=Jc;qe.className=Vr;import{jsx as Dn,jsxs as Zc}from"react/jsx-runtime";var $r="k-input-inner",Yc=[],Qc={},ro=e=>{let{value:t,placeholder:o,showValue:a,valueIcon:l,valueIconName:s,...c}=e;return Zc("span",{...c,className:r(e.className,$r,S($r,e)),children:[l,!l&&s&&Dn(g,{className:"k-input-value-icon",icon:s}),a&&!t&&o,a&&t&&Dn("span",{className:"k-input-value-text",children:t})]})};ro.states=Yc;ro.options=Qc;ro.className=$r;import{jsx as tp}from"react/jsx-runtime";var Xr="k-input-inner",jc=[],ep={},_n={value:"",placeholder:""},Wr=e=>{let{value:t=_n.value,placeholder:o=_n.placeholder,rows:a,disabled:l,...s}=e;return tp("textarea",{...s,className:r(e.className,Xr,S(Xr,e)),placeholder:o,rows:a,defaultValue:t,disabled:l||void 0})};Wr.states=jc;Wr.options=ep;Wr.className=Xr;import{Fragment as ap,jsx as zn}from"react/jsx-runtime";var Un="k-input-loading-icon",op=[n.disabled,n.loading],De=e=>{let{disabled:t,loading:o}=e;return t||!o?zn(ap,{}):zn("span",{className:r(e.className,Un,"k-icon k-i-loading")})};De.states=op;De.className=Un;import{Fragment as np,jsx as Fn}from"react/jsx-runtime";var Vn="k-input-validation-icon",rp=[n.valid,n.invalid,n.disabled,n.loading],lp={},Re=e=>{let{valid:t,invalid:o,disabled:a,loading:l}=e,s=o?"warning-circle":"check-circle";return a||l||!!!(t||o)?Fn(np,{}):Fn(g,{className:r(Vn),icon:s})};Re.states=rp;Re.options=lp;Re.className=Vn;import{Fragment as dp,jsx as $n}from"react/jsx-runtime";var sp="k-input-prefix",ip={direction:"horizontal"},ot=e=>{let{direction:t=ip.direction,...o}=e;return e.children?$n("span",{...o,className:r(sp,e.className,{[`k-input-prefix-${t}`]:t}),children:e.children}):$n(dp,{})};import{Fragment as mp,jsx as Xn}from"react/jsx-runtime";var cp="k-input-suffix",pp={direction:"horizontal"},at=e=>{let{direction:t=pp.direction,...o}=e;return e.children?Xn("span",{...o,className:r(cp,e.className,{[`k-input-suffix-${t}`]:t}),children:e.children}):Xn(mp,{})};import{jsx as kv}from"react/jsx-runtime";import{jsx as bp}from"react/jsx-runtime";var up="k-input-suffix-text",Jr=e=>{let{children:t,...o}=e;return bp("span",{...o,className:r(up,e.className),children:t})};import{jsx as Tp}from"react/jsx-runtime";var Wn="k-input-separator",fp={direction:"vertical"},rt=e=>{let{direction:t=fp.direction,...o}=e;return Tp("span",{...o,className:r(Wn,e.className,{[`${Wn}-${t}`]:t})})};import{Fragment as Jn,jsx as kt,jsxs as qr}from"react/jsx-runtime";var hp=he.states,xp=he.defaultOptions,Np=he.options,gp=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"},{name:"validation-icon",title:"Validation Icon"},{name:"separators",title:"Separators"}],kp=[],qo=e=>{let{modifiers:t,valid:o,invalid:a,loading:l,disabled:s,readonly:c,...m}=e,h=t?.prefix,N=t?.suffix,v=t?.["clear-button"],k=t?.["validation-icon"],u=t?.separators;return qr(he,{...m,valid:o,invalid:a,loading:l,disabled:s,readonly:c,style:{width:300},children:[h&&qr(Jn,{children:[kt(ot,{children:kt(g,{icon:"lock"})}),u&&kt(rt,{})]}),kt(qe,{placeholder:"Placeholder",value:"Value"}),k&&kt(Re,{valid:o,invalid:a,loading:l,disabled:s}),kt(De,{loading:l,disabled:s}),v&&kt(Je,{loading:l,disabled:s,readonly:c,value:"Value"}),N&&qr(Jn,{children:[u&&kt(rt,{}),kt(at,{children:kt(ao,{size:m.size,fillMode:"clear",children:"Send"})})]})]})};qo.options=Np;qo.states=hp;qo.variants=kp;qo.defaultOptions=xp;qo.modifiers=gp;var Yr="popup",qn=Yr;import{jsx as Yn}from"react/jsx-runtime";var Qn="k-animation-container",vp=[],Lp={},Zn={positionMode:"absolute"},vt=e=>{let{positionMode:t=Zn.positionMode,animationStyle:o,offset:a,...l}=e;return Yn("div",{...l,style:{...a,...e.style},className:r(e.className,Qn,"k-animation-container-shown",{"k-animation-container-fixed":t==="fixed"}),children:Yn("div",{className:"k-child-animation-container",style:o,children:e.children})})};vt.states=vp;vt.options=Lp;vt.className=Qn;vt.defaultOptions=Zn;vt.moduleName=Yr;vt.folderName=qn;var Qr="popup",jn=Qr;import{jsx as es}from"react/jsx-runtime";var ts="k-popup",Cp=[],Mp={},os={positionMode:"absolute"},se=e=>{let{offset:t,positionMode:o=os.positionMode,animationStyle:a,containerClassName:l,containerRole:s,containerAriaLabel:c,...m}=e;return es(vt,{positionMode:o,offset:t,animationStyle:a,className:l,role:s,"aria-label":c,children:es("div",{...m,className:r(e.className,ts),children:e.children})})};se.states=Cp;se.options=Mp;se.className=ts;se.defaultOptions=os;se.moduleName=Qr;se.folderName=jn;se.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 Zr="action-buttons",as=Zr;import{jsx as Ap}from"react/jsx-runtime";var Wa="k-actions",yp=[],Sp={},jr={alignment:"start",orientation:"horizontal"},Lt=e=>{let{alignment:t=jr.alignment,orientation:o=jr.orientation,...a}=e;return Ap("div",{...a,className:r(Wa,{[`${Wa}-${t}`]:t,[`${Wa}-${o}`]:o},e.className),children:e.children})};Lt.states=yp;Lt.options=Sp;Lt.className=Wa;Lt.defaultOptions=jr;Lt.moduleName=Zr;Lt.folderName=as;import{jsx as Ep}from"react/jsx-runtime";var wp="k-actionsheet-footer",rs={alignment:"stretched",orientation:"horizontal"},Vt=e=>{let{alignment:t=rs.alignment,orientation:o=rs.orientation,template:a,as:l=a?"div":Lt,...s}=e;return Ep(l,{...s,...!a&&{alignment:t,orientation:o},className:r(e.className,wp),children:e.children})};var el="searchbox",ls=el;import{jsx as Yo,jsxs as Op}from"react/jsx-runtime";var ns="k-searchbox",Ip=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled,n.loading],Rp={size:[i.undefined,i.small,i.medium,i.large],rounded:[T.undefined,T.none,T.small,T.medium,T.large,T.full],fillMode:[x.undefined,x.solid,x.flat,x.outline]},tl={showIcon:!0,icon:"search"},lt=e=>{let{value:t,placeholder:o,size:a,rounded:l,fillMode:s,hover:c,focus:m,valid:h,invalid:N,required:v,loading:k,disabled:u,showIcon:M=tl.showIcon,icon:C=tl.icon,...A}=e;return Op(he,{...A,size:a,rounded:l,fillMode:s,hover:c,focus:m,valid:h,invalid:N,required:v,loading:k,disabled:u,className:r(e.className,ns),children:[M&&Yo(g,{className:"k-input-icon",icon:C}),Yo(qe,{placeholder:o,value:t}),Yo(De,{...e}),Yo(Re,{...e}),Yo(Je,{...e})]})};lt.states=Ip;lt.options=Rp;lt.className=ns;lt.defaultOptions=tl;lt.moduleName=el;lt.folderName=ls;import{jsx as _L}from"react/jsx-runtime";var ol="textbox",ss=ol;import{Fragment as is,jsx as $t,jsxs as al}from"react/jsx-runtime";var ds="k-textbox",Pp=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled,n.loading,n.readonly],Hp={size:[i.undefined,i.small,i.medium,i.large],rounded:[T.undefined,T.none,T.small,T.medium,T.large,T.full],fillMode:[x.undefined,x.solid,x.flat,x.outline]},Ja={showClearButton:!0,showValidationIcon:!0,separators:!0},ie=e=>{let{size:t,rounded:o,fillMode:a,separators:l=Ja.separators,showClearButton:s=Ja.showClearButton,showValidationIcon:c=Ja.showValidationIcon,prefix:m,suffix:h,type:N,value:v,placeholder:k,hover:u,focus:M,valid:C,invalid:A,required:R,loading:I,disabled:D,readonly:pe,id:Te,"aria-label":Ie,"aria-describedby":Xe,...We}=e;return al(he,{...We,size:t,rounded:o,fillMode:a,hover:u,focus:M,valid:C,invalid:A,required:R,loading:I,disabled:D,readonly:pe,className:r(e.className,ds),children:[m&&al(is,{children:[$t(ot,{children:m}),l&&$t(rt,{})]}),$t(qe,{id:Te,placeholder:k,value:v,type:N,disabled:D,"aria-label":Ie,"aria-describedby":Xe,"aria-invalid":A?"true":void 0}),c&&$t(Re,{valid:C,invalid:A,loading:I,disabled:D}),$t(De,{loading:I,disabled:D}),s&&$t(Je,{loading:I,disabled:D,readonly:pe,value:v}),h&&al(is,{children:[l&&$t(rt,{}),$t(at,{children:h})]})]})};ie.states=Pp;ie.options=Hp;ie.className=ds;ie.defaultOptions=Ja;ie.moduleName=ol;ie.folderName=ss;ie.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 Qo=ie;import{jsx as Kp}from"react/jsx-runtime";var cs=e=>Kp(Qo,{...e});import{Fragment as rC,jsx as aC}from"react/jsx-runtime";import{Fragment as cC,jsx as dC}from"react/jsx-runtime";import{jsx as bC}from"react/jsx-runtime";import{jsx as rl}from"react/jsx-runtime";var Gp=ie.states,Bp=ie.defaultOptions,Dp=ie.options,_p=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"}],zp=[],Zo=e=>{let{modifiers:t,...o}=e,a={};return Object.keys(t||{}).forEach(l=>{switch(l){case"prefix":a.prefix=t?.[l]?rl(g,{icon:"lock"}):void 0;break;case"suffix":a.suffix=t?.[l]?rl(ao,{size:o.size,fillMode:"clear",children:"Send"}):void 0;break;case"clear-button":a.showClearButton=t?.[l];break;default:break}}),rl(cs,{value:"Value",style:{width:300},...o,...a})};Zo.options=Dp;Zo.states=Gp;Zo.variants=zp;Zo.defaultOptions=Bp;Zo.modifiers=_p;import{jsx as Xt,jsxs as ll}from"react/jsx-runtime";var ps="k-actionsheet-titlebar",Up={},Oe=e=>{let{title:t,subtitle:o,actionsStart:a,actionsEnd:l,filter:s,input:c,inputValue:m,inputPlaceholder:h,adaptive:N,titleId:v,children:k,...u}=e;return ll("div",{...u,className:r(e.className,ps),children:[ll("div",{className:"k-actionsheet-titlebar-group",children:[a&&Xt("div",{className:"k-actionsheet-actions",children:a}),!k&&ll("div",{className:"k-actionsheet-title",id:v,children:[t&&Xt("div",{className:"k-text-center",children:t}),o&&Xt("div",{className:"k-actionsheet-subtitle k-text-center",children:o})]}),k&&Xt("div",{className:"k-actionsheet-title",id:v,children:k}),l&&Xt("div",{className:"k-actionsheet-actions",children:l})]}),(c||s)&&Xt("div",{className:"k-actionsheet-titlebar-group k-actionsheet-filter",children:c?Xt(ie,{value:m,placeholder:h,size:N?"large":"medium","aria-label":t||h||"Input"}):Xt(lt,{placeholder:"Filter",size:N?"large":"medium","aria-label":"Filter options"})})]})};Oe.className=ps;Oe.defaultOptions=Up;import{jsx as nl,jsxs as Xp}from"react/jsx-runtime";var sl="k-actionsheet-view",Fp=[],Vp={},$p={},vo=e=>{let{adaptive:t,animated:o,children:a,header:l,footer:s,titleId:c,...m}=e,h=l?.type===Oe&&nl(Oe,{adaptive:t,titleId:c,...l?.props}),N=s?.type===Vt&&nl(Vt,{...s?.props});return Xp("div",{...m,className:r(e.className,sl,{[`${sl}-animated`]:o}),children:[h,nl("div",{className:"k-actionsheet-content",children:a}),N]})};vo.states=Fp;vo.options=Vp;vo.className=sl;vo.defaultOptions=$p;var jo="action-sheet",qa=jo;var il="overlay",ms=il;import{jsx as Yp}from"react/jsx-runtime";var dl="k-overlay",Wp=[],Jp={themeColor:[f.undefined,f.light,f.dark,f.inverse]},qp={},Wt=e=>{let{themeColor:t,...o}=e;return Yp("div",{...o,className:r(e.className,dl,S(dl,{themeColor:t})),children:e.children})};Wt.states=Wp;Wt.options=Jp;Wt.className=dl;Wt.defaultOptions=qp;Wt.moduleName=il;Wt.folderName=ms;import{jsx as Ya,jsxs as jp}from"react/jsx-runtime";var us="k-actionsheet",Qp=[],Zp={},ea={side:"bottom",fullscreen:!1,adaptive:!1,overlay:!0},ue=e=>{let{side:t=ea.side,fullscreen:o=ea.fullscreen,adaptive:a=ea.adaptive,overlay:l=ea.overlay,template:s,children:c,header:m,footer:h,id:N,...v}=e,k=N&&!s&&m?`${N}-title`:void 0;return jp("div",{className:"k-actionsheet-container",children:[l&&Ya(Wt,{}),Ya(vt,{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:Ya("div",{...v,id:N,role:"dialog","aria-modal":l?"true":void 0,"aria-labelledby":k,className:r(e.className,us,{[`k-actionsheet-${t}`]:o===!1,"k-actionsheet-fullscreen":o===!0,"k-adaptive-actionsheet":a}),children:s||Ya(vo,{header:m,footer:h,adaptive:a,titleId:k,...e,children:c})})})]})};ue.states=Qp;ue.options=Zp;ue.className=us;ue.defaultOptions=ea;ue.moduleName=jo;ue.folderName=qa;ue.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."}]};import{jsx as am}from"react/jsx-runtime";var bs="k-actionsheet-container",em=[],tm={},om={},Lo=e=>{let{children:t,...o}=e;return am("div",{...o,className:bs,children:t})};Lo.states=em;Lo.options=tm;Lo.className=bs;Lo.defaultOptions=om;Lo.moduleName=jo;Lo.folderName=qa;import{jsx as rm}from"react/jsx-runtime";var cl=e=>{let{...t}=e;return rm("div",{...t,className:r(e.className,"k-list-ul"),children:e.children})};import{Fragment as nm,jsx as ta,jsxs as pl}from"react/jsx-runtime";var ml="k-actionsheet-item",lm=[n.hover,n.focus,n.selected,n.disabled],Jt=e=>{let{iconName:t,text:o,description:a,hover:l,focus:s,selected:c,disabled:m,...h}=e;return pl("span",{...h,className:r(e.className,ml,w(ml,{hover:l,focus:s,selected:c,disabled:m})),children:[!e.children&&ta(nm,{children:pl("span",{className:"k-actionsheet-action",children:[t&&ta("span",{className:"k-icon-wrap",children:ta(g,{className:"k-actionsheet-item-icon",icon:t})}),pl("span",{className:"k-actionsheet-item-text",children:[o&&ta("span",{className:"k-actionsheet-item-title",children:o}),a&&ta("span",{className:"k-actionsheet-item-description",children:a})]})]})}),e.children]})};Jt.states=lm;Jt.className=ml;import{jsx as uM,jsxs as bM}from"react/jsx-runtime";import{jsx as xM}from"react/jsx-runtime";import{jsx as vM}from"react/jsx-runtime";import{jsx as yM}from"react/jsx-runtime";import{jsx as Ce,jsxs as ul}from"react/jsx-runtime";var sm=ue.options,im=ue.states,Ts={...ue.defaultOptions,variant:"normal"},dm=[{name:"normal",title:"Normal"},{name:"adaptive",title:"Adaptive"},{name:"fullScreen",title:"Full Screen"}],cm=[{name:"actions",title:"Titlebar Actions",type:"boolean"},{name:"subtitle",title:"Subtitle",type:"boolean"},{name:"footer",title:"Footer",type:"boolean"}],oa=e=>{let{variant:t,modifiers:o,...a}={...Ts,...e},l={},s=ul(cl,{children:[Ce(Jt,{text:"Edit Item",description:"Click to edit",iconName:"edit-tools"}),Ce(Jt,{text:"Add to Favorites",iconName:"heart"}),Ce(Jt,{text:"Upload New",iconName:"upload",disabled:!0}),Ce("hr",{className:"k-hr"}),Ce(Jt,{text:"Cancel",iconName:"cancel"})]}),c="Choose from the items below",m="Select Item";return t==="fullScreen"&&(l.fullScreen=!0),Object.keys(o||{}).forEach(h=>{switch(h){case"actions":l.actionsStart=!!o?.[h],l.actionsEnd=!!o?.[h];break;case"subtitle":l.subtitle=o?.[h]?c:void 0;break;case"footer":l.footer=!!o?.[h];break;default:break}}),t==="adaptive"?Ce(ue,{...a,adaptive:!0,fullscreen:l.fullScreen,header:Ce(Oe,{actionsStart:l.actionsStart?Ce(d,{icon:"chevron-left",size:"large",fillMode:"flat"}):void 0,actionsEnd:l.actionsEnd?Ce(d,{icon:"x",size:"large",fillMode:"flat"}):void 0,title:m,subtitle:l.subtitle}),footer:l.footer?ul(Vt,{alignment:"stretched",children:[Ce(d,{text:"Cancel",size:"large",themeColor:"base"}),Ce(d,{text:"Apply",size:"large",themeColor:"primary"})]}):void 0,children:s}):Ce(ue,{...a,fullscreen:l.fullScreen,header:Ce(Oe,{actionsStart:l.actionsStart?Ce(d,{icon:"chevron-left",fillMode:"flat"}):void 0,actionsEnd:l.actionsEnd?Ce(d,{icon:"x",fillMode:"flat"}):void 0,title:"Select Item",subtitle:l.subtitle}),footer:l.footer?ul(Vt,{alignment:"stretched",children:[Ce(d,{text:"Apply",themeColor:"primary"}),Ce(d,{text:"Cancel",themeColor:"base"})]}):void 0,children:s})};oa.options=sm;oa.states=im;oa.variants=dm;oa.defaultOptions=Ts;oa.modifiers=cm;import fl from"react";import{jsx as hs}from"react/jsx-runtime";var pm="k-list-group-sticky-header",bl=e=>hs("div",{className:r(pm,e.className),children:hs("div",{className:"k-list-header-text",children:e.children})});import{jsx as um}from"react/jsx-runtime";var mm="k-no-data",Qa=e=>{let{live:t,...o}=e;return um("span",{...o,className:r(mm,e.className),"aria-live":t?"polite":void 0,children:e.children})};var lo="list",Co=lo;import{jsx as xs,jsxs as Ns}from"react/jsx-runtime";var Tl="k-list",bm=[],fm={size:[i.undefined,i.small,i.medium,i.large]},Tm={},V=e=>{let{size:t,virtualization:o,children:a,header:l,optionLabel:s,customValue:c,noData:m,screenReaders:h,...N}=e,k=fl.Children.toArray(a)[0],u=k?.props?.children?fl.Children.count(k.props.children):fl.Children.count(a);return Ns("div",{...N,className:r(e.className,Tl,S(Tl,{size:t}),{"k-virtual-list":o}),children:[s,c,l&&xs(bl,{children:l}),a||(m!==void 0?m:xs(Qa,{live:!0,children:"No data found."})),h&&a&&Ns(Qa,{className:"k-sr-only",live:!0,children:[u," items found."]})]})};V.states=bm;V.options=fm;V.className=Tl;V.defaultOptions=Tm;V.moduleName=lo;V.folderName=Co;V.ariaSpec={selector:".k-list",rules:[{selector:".k-list .k-no-data",attribute:"aria-live=polite",usage:'Announces "No data found" to screen readers.'}]};import{jsx as gm}from"react/jsx-runtime";var gs="k-list-container",hm=[],xm={},Nm={},Mo=e=>{let{...t}=e;return gm("div",{...t,className:r(e.className,gs),children:e.children})};Mo.states=hm;Mo.options=xm;Mo.className=gs;Mo.defaultOptions=Nm;Mo.moduleName=lo;Mo.folderName=Co;var no="checkbox",yo=no;import{jsx as ks}from"react/jsx-runtime";var Za="k-checkbox",km=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled,n.checked,n.indeterminate],vm={size:[i.undefined,i.small,i.medium,i.large],rounded:[T.undefined,T.none,T.small,T.medium,T.large,T.full]},Lm={},_e=e=>{let{id:t,checked:o,indeterminate:a,hover:l,focus:s,disabled:c,invalid:m,valid:h,required:N,size:v,rounded:k,...u}=e;return ks("span",{className:"k-checkbox-wrap",children:ks("input",{...u,id:t,type:"checkbox",defaultChecked:o,required:N,disabled:c||void 0,"aria-invalid":m?"true":void 0,className:r(e.className,Za,S(Za,{size:v,rounded:k}),w(Za,{hover:l,focus:s,disabled:c,invalid:m,valid:h,indeterminate:a,checked:o}))})})};_e.states=km;_e.options=vm;_e.className=Za;_e.defaultOptions=Lm;_e.moduleName=no;_e.folderName=yo;_e.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 Ct=_e;import{jsx as ym}from"react/jsx-runtime";var vs="k-checkbox-list",Cm=[],Mm={},Ls={layout:"vertical"},ze=e=>{let{layout:t=Ls.layout,...o}=e;return ym("ul",{...o,className:r(e.className,vs,{[`k-list-${t}`]:t}),children:e.children})};ze.states=Cm;ze.options=Mm;ze.className=vs;ze.defaultOptions=Ls;ze.moduleName=no;ze.folderName=yo;import{jsx as Em}from"react/jsx-runtime";var Cs="k-checkbox-list-item",Sm=[],Am={},wm={},Pe=e=>{let{...t}=e;return Em("li",{...t,className:r(e.className,Cs),children:e.children})};Pe.states=Sm;Pe.options=Am;Pe.className=Cs;Pe.defaultOptions=wm;Pe.moduleName=no;Pe.folderName=yo;import{Fragment as Im,jsx as Ms,jsxs as Rm}from"react/jsx-runtime";var It=({children:e,id:t,...o})=>Rm(Im,{children:[Ms(Ct,{id:t,...o}),Ms("label",{className:"k-checkbox-label",htmlFor:t,children:e})]});import{Fragment as Hy,jsx as Py,jsxs as Ky}from"react/jsx-runtime";import{Fragment as zy,jsx as _y,jsxs as Uy}from"react/jsx-runtime";import{Fragment as Wy,jsx as Xy,jsxs as Jy}from"react/jsx-runtime";import{jsx as Zy}from"react/jsx-runtime";import{jsx as oS}from"react/jsx-runtime";import{jsx as nS}from"react/jsx-runtime";import{jsx as nt,jsxs as ys}from"react/jsx-runtime";var Om=ze.options,Pm=ze.states,Hm={...ze.defaultOptions,variant:"vertical"},Km=[{name:"vertical",title:"Vertical"},{name:"horizontal",title:"Horizontal"}],Gm=[],aa=e=>{let{variant:t,...o}=e;return t==="horizontal"?ys(ze,{layout:"horizontal",...o,children:[nt(Pe,{children:nt(It,{id:"first",defaultChecked:!0,children:"Label"})}),nt(Pe,{children:nt(It,{id:"second",children:"Label"})}),nt(Pe,{children:nt(It,{id:"third",children:"Label"})})]}):ys(ze,{...o,children:[nt(Pe,{children:nt(It,{id:"first",defaultChecked:!0,children:"Label"})}),nt(Pe,{children:nt(It,{id:"second",children:"Label"})}),nt(Pe,{children:nt(It,{id:"third",children:"Label"})})]})};aa.options=Om;aa.states=Pm;aa.variants=Km;aa.defaultOptions=Hm;aa.modifiers=Gm;import{jsx as Fm}from"react/jsx-runtime";var Bm=Ct.options,Dm=Ct.states,_m=Ct.defaultOptions,zm=[],Um=[],ra=e=>Fm(It,{id:"checkbox-demo-checkbox",...e,defaultChecked:!0,children:"Label"});ra.options=Bm;ra.states=Dm;ra.variants=zm;ra.defaultOptions=_m;ra.modifiers=Um;import{jsx as so,jsxs as Wm}from"react/jsx-runtime";var hl="k-list-item",Vm=[n.hover,n.focus,n.selected,n.disabled],$m={},Xm={},B=e=>{let{text:t,groupLabel:o,group:a,iconName:l,iconClassName:s,showCheckbox:c,checked:m,hover:h,focus:N,selected:v,disabled:k,actions:u,description:M,id:C,...A}=e,R=t||e.children;return Wm("li",{...A,id:C,role:a?"presentation":"option",tabIndex:a?void 0:N?0:-1,"aria-selected":!a&&v?"true":a?void 0:"false","aria-disabled":!a&&k?"true":void 0,className:r(e.className,a?"k-list-group-item":hl,w(hl,{hover:h,focus:N,disabled:k,selected:v})),children:[c&&so(_e,{checked:m}),l&&so("span",{className:"k-list-item-icon-wrapper",children:so(g,{icon:l,className:r("k-list-item-icon",s)})}),so("span",{className:"k-list-item-text",children:R}),u&&so("div",{className:"k-list-item-actions",children:u}),M&&so("span",{className:"k-list-item-description",children:M}),o&&o!==""&&so("div",{className:"k-list-item-group-label",children:o})]})};B.states=Vm;B.options=$m;B.className=hl;B.defaultOptions=Xm;B.moduleName=lo;B.folderName=Co;B.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."}]};import{jsx as qm}from"react/jsx-runtime";var Jm="k-list-ul",Rt=e=>{let{children:t,role:o,id:a,...l}=e;return qm("ul",{...l,id:a,role:o,className:r(Jm,e.className),children:t})};Rt.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."}]};import{jsx as xl,jsxs as Qm}from"react/jsx-runtime";var Ym="k-list-content",Y=e=>{let{virtualization:t,grouping:o,"aria-label":a,"aria-labelledby":l,listboxId:s,...c}=e;return Qm("div",{...c,className:r(Ym,e.className),role:o?"listbox":void 0,id:o?s:void 0,"aria-label":o?a:void 0,"aria-labelledby":o?l:void 0,children:[o?e.children:xl(Rt,{role:"listbox",id:s,"aria-label":a,"aria-labelledby":l,children:e.children}),t&&xl("div",{className:"k-height-container",children:xl("div",{})})]})};Y.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."}]};import{Fragment as JS,jsx as WS,jsxs as qS}from"react/jsx-runtime";import{jsx as Nl,jsxs as jm}from"react/jsx-runtime";var Zm="k-list-group-item",io=e=>{let{groupIconName:t,...o}=e;return jm("li",{...o,role:"presentation",className:r(Zm,e.className),children:[t&&Nl("span",{className:"k-list-item-icon-wrapper",children:Nl(g,{icon:t,className:"k-list-item-icon"})}),Nl("span",{className:"k-list-item-text",children:e.children})]})};io.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."}]};import{jsx as au}from"react/jsx-runtime";var gl="k-list-optionlabel",eu=[n.hover,n.focus,n.selected,n.disabled],tu={},ou={},ja=e=>{let{text:t,hover:o,focus:a,selected:l,disabled:s,...c}=e;return au("div",{...c,className:r(gl,w(gl,{hover:o,focus:a,selected:l,disabled:s})),children:t})};ja.states=eu;ja.options=tu;ja.className=gl;ja.defaultOptions=ou;import{jsx as su}from"react/jsx-runtime";var kl="k-list-custom-value",ru=[n.hover,n.focus,n.selected,n.disabled],lu={},nu={},qt=e=>{let{text:t,hover:o,focus:a,selected:l,disabled:s,...c}=e;return su("div",{...c,className:r(kl,w(kl,{hover:o,focus:a,selected:l,disabled:s})),children:t})};qt.states=ru;qt.options=lu;qt.className=kl;qt.defaultOptions=nu;import{Fragment as pA,jsx as cA,jsxs as mA}from"react/jsx-runtime";import{Fragment as xA,jsx as hA,jsxs as NA}from"react/jsx-runtime";import{Fragment as yA,jsx as CA,jsxs as MA}from"react/jsx-runtime";import{Fragment as OA,jsx as IA,jsxs as RA}from"react/jsx-runtime";import{jsx as GA}from"react/jsx-runtime";import{Fragment as FA,jsx as UA,jsxs as VA}from"react/jsx-runtime";var Ss="dropdown-list",As="dropdownlist";import{Fragment as cu,jsx as He,jsxs as vl}from"react/jsx-runtime";var ws="k-dropdownlist",iu=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled,n.loading,n.readonly],du={size:[i.undefined,i.small,i.medium,i.large],rounded:[T.undefined,T.none,T.small,T.medium,T.large,T.full],fillMode:[x.undefined,x.solid,x.flat,x.outline]},Ll={showValue:!0,arrowIconName:"caret-alt-down"},Q=e=>{let{size:t,rounded:o,fillMode:a,arrowIconName:l=Ll.arrowIconName,showValue:s=Ll.showValue,valueIconName:c,prefix:m,suffix:h,value:N,placeholder:v,hover:k,focus:u,valid:M,invalid:C,required:A,loading:R,disabled:I,readonly:D,popup:pe,opened:Te,adaptive:Ie,adaptiveSettings:Xe,adaptiveTitle:We,adaptiveSubtitle:go,adaptiveFilter:gr,...Ba}=e;return vl(cu,{children:[vl(gt,{...Ba,size:t,rounded:o,fillMode:a,hover:k,focus:u,valid:M,invalid:C,required:A,loading:R,disabled:I,readonly:D,className:r(e.className,ws,{"k-icon-picker":!s&&c}),children:[He(ot,{children:m}),He(ro,{placeholder:v,value:N,showValue:s,valueIconName:c}),He(Re,{valid:M,invalid:C,loading:R,disabled:I}),He(De,{loading:R,disabled:I}),He(at,{children:h}),He(d,{className:"k-input-button",icon:l,size:e.size,fillMode:e.fillMode,"aria-label":v||"Toggle dropdown"})]}),Te&&pe&&He(se,{className:"k-list-container k-dropdownlist-popup",children:pe}),Ie&&He(ue,{adaptive:!0,...Xe,header:He(Oe,{actionsEnd:He(d,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat"}),filter:gr,inputValue:N,inputPlaceholder:v,title:We,subtitle:go}),children:He("div",{className:"k-list-container",children:He(V,{size:"large",children:vl(Y,{children:[He(B,{text:"List item"}),He(B,{text:"List item"}),He(B,{text:"List item"})]})})})})]})};Q.states=iu;Q.options=du;Q.className=ws;Q.defaultOptions=Ll;Q.moduleName=Ss;Q.folderName=As;import{jsx as vw}from"react/jsx-runtime";import{jsx as Sw,jsxs as Aw}from"react/jsx-runtime";import{Fragment as Kw,jsx as Pw,jsxs as Hw}from"react/jsx-runtime";import{jsx as _w}from"react/jsx-runtime";import{jsx as $w,jsxs as Xw}from"react/jsx-runtime";import{Fragment as eE,jsx as Zw,jsxs as jw}from"react/jsx-runtime";import{Fragment as Tu,jsx as Yt,jsxs as Es}from"react/jsx-runtime";var pu=Q.states,mu=Q.defaultOptions,uu=Q.options,bu=[{name:"opened",title:"Opened"}],fu=[],na=e=>{let{modifiers:t,...o}=e,a={},l=Es(Tu,{children:[Yt("div",{className:"k-list-filter",children:Yt(lt,{})}),Yt(V,{style:{width:300},size:o.size,children:Es(Y,{children:[Yt(B,{children:"List item"}),Yt(B,{children:"List item"}),Yt(B,{children:"List item"})]})})]});return Object.keys(t||{}).forEach(s=>{s==="opened"&&(a.opened=!!t?.[s],a.popup=t?.[s]?l:void 0)}),Yt("div",{children:Yt(Q,{placeholder:"Value",style:{width:300},...o,...a})})};na.options=uu;na.states=pu;na.variants=fu;na.defaultOptions=mu;na.modifiers=bu;import{jsx as Is,jsxs as ku}from"react/jsx-runtime";var Rs="k-spin-button",Nu=[],gu={size:[i.undefined,i.small,i.medium,i.large],fillMode:[x.undefined,x.solid,x.flat,x.outline,x.clear,x.link]},Cl={increaseLabel:"Increase value",decreaseLabel:"Decrease value"},Qt=e=>{let{size:t,fillMode:o,disabled:a,increaseLabel:l=Cl.increaseLabel,decreaseLabel:s=Cl.decreaseLabel,...c}=e;return ku("span",{...c,className:r(Rs,e.className),children:[Is(d,{className:"k-spinner-increase",icon:"caret-alt-up",size:t,fillMode:o,disabled:a,"aria-label":l}),Is(d,{className:"k-spinner-decrease",icon:"caret-alt-down",size:t,fillMode:o,disabled:a,"aria-label":s})]})};Qt.states=Nu;Qt.options=gu;Qt.className=Rs;Qt.defaultOptions=Cl;Qt.moduleName=null;Qt.folderName=null;var Os="numeric-textbox",Ps="numerictextbox";import{Fragment as Hs,jsx as Ot,jsxs as Ml}from"react/jsx-runtime";var Ks="k-numerictextbox",vu=[n.hover,n.focus,n.valid,n.invalid,n.loading,n.required,n.disabled,n.readonly],Lu={size:[i.undefined,i.small,i.medium,i.large],rounded:[T.undefined,T.none,T.small,T.medium,T.large,T.full],fillMode:[x.undefined,x.solid,x.flat,x.outline]},er={showSpinButton:!0,showClearButton:!0,separators:!0},_=e=>{let{size:t,rounded:o,fillMode:a,separators:l=er.separators,showClearButton:s=er.showClearButton,showSpinButton:c=er.showSpinButton,prefix:m,suffix:h,value:N,placeholder:v,hover:k,focus:u,valid:M,invalid:C,required:A,loading:R,disabled:I,readonly:D,id:pe,"aria-label":Te,"aria-describedby":Ie,...Xe}=e;return Ml(he,{...Xe,size:t,rounded:o,fillMode:a,hover:k,focus:u,valid:M,invalid:C,required:A,loading:R,disabled:I,readonly:D,className:r(e.className,Ks),children:[m&&Ml(Hs,{children:[Ot(ot,{children:m}),l&&Ot(rt,{})]}),Ot(qe,{id:pe,placeholder:v,value:N,role:"spinbutton",disabled:I,"aria-label":Te,"aria-describedby":Ie,"aria-invalid":C?"true":void 0}),Ot(Re,{valid:M,invalid:C,loading:R,disabled:I}),Ot(De,{loading:R,disabled:I}),s&&Ot(Je,{loading:R,disabled:I,readonly:D,value:N}),h&&Ml(Hs,{children:[l&&Ot(rt,{}),Ot(at,{children:h})]}),c&&Ot(Qt,{className:"k-input-spinner",size:t,fillMode:a,disabled:I})]})};_.states=vu;_.options=Lu;_.className=Ks;_.defaultOptions=er;_.moduleName=Os;_.folderName=Ps;_.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 sa=_;import{jsx as Cu}from"react/jsx-runtime";var Gs=e=>Cu(sa,{...e});import{Fragment as DE,jsx as BE}from"react/jsx-runtime";import{Fragment as $E,jsx as VE}from"react/jsx-runtime";import{jsx as qE}from"react/jsx-runtime";import{jsx as yl}from"react/jsx-runtime";var Mu=_.states,yu=_.defaultOptions,Su=_.options,Au=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"},{name:"spin-button",title:"`Spin` Button"}],wu=[],ia=e=>{let{modifiers:t,...o}=e,a={};return Object.keys(t||{}).forEach(l=>{switch(l){case"prefix":a.prefix=t?.[l]?yl(Q,{size:o.size,fillMode:"flat",value:"mm"}):void 0;break;case"suffix":a.suffix=t?.[l]?yl(Jr,{children:"mm"}):void 0;break;case"clear-button":a.showClearButton=t?.[l];break;case"spin-button":a.showSpinButton=t?.[l];break;default:break}}),yl(Gs,{value:"Value",style:{width:300},...o,...a})};ia.options=Su;ia.states=Mu;ia.variants=wu;ia.defaultOptions=yu;ia.modifiers=Au;var Sl="pager",Bs=Sl;import{Fragment as Ds,jsx as Ue,jsxs as So}from"react/jsx-runtime";var tr="k-pager",Eu=[n.focus,n.disabled],Iu={size:[i.undefined,i.small,i.medium,i.large]},Ye={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=Ye.responsive,size:o,pagerSizeInfo:a=Ye.pagerSizeInfo,pageTitleInfo:l=Ye.pageTitleInfo,maxPagesInfo:s=Ye.maxPagesInfo,itemsPerPage:c=Ye.itemsPerPage,maxPages:m=Ye.maxPages,currentPage:h=Ye.currentPage,previousNext:N=Ye.previousNext,type:v=Ye.type,pageSizes:k=Ye.pageSizes,refresh:u=Ye.refresh,info:M=Ye.info,focus:C,disabled:A,dir:R,...I}=e,D=[],pe=[];for(let Te=1;Te<=m;Te++)D.push(Ue(d,{selected:Te===h,fillMode:"flat",themeColor:"primary",size:o,children:Te})),pe.push(Ue("option",{selected:Te===h,children:Te}));return So("div",{dir:R,...I,className:r(e.className,tr,S(tr,{size:o}),w(tr,{focus:C,disabled:A}),{"k-pager-responsive":t}),children:[So("div",{className:r("k-pager-numbers-wrap"),children:[N&&So(Ds,{children:[Ue(d,{className:r("k-pager-nav","k-pager-first"),disabled:h===1&&!A,fillMode:"flat",size:o,icon:R==="rtl"?"caret-alt-to-right":"caret-alt-to-left"}),Ue(d,{className:r("k-pager-nav"),disabled:h===1&&!A,fillMode:"flat",size:o,icon:R==="rtl"?"caret-alt-right":"caret-alt-left"})]}),v==="numeric"&&Ue("div",{className:r("k-pager-numbers"),children:D}),v==="input"&&So("span",{className:r("k-pager-input"),children:[l&&Ue("span",{children:"Page"}),Ue(_,{value:`${h}`,size:o,showSpinButton:!1,showClearButton:!1}),Ue("span",{children:s&&`of ${m}`})]}),N&&So(Ds,{children:[Ue(d,{className:r("k-pager-nav"),disabled:h===m&&!A,fillMode:"flat",size:o,icon:R==="rtl"?"caret-alt-left":"caret-alt-right"}),Ue(d,{className:r("k-pager-nav","k-pager-last"),disabled:h===m&&!A,fillMode:"flat",size:o,icon:R==="rtl"?"caret-alt-to-left":"caret-alt-to-right"})]})]}),k&&So("span",{className:r("k-pager-sizes"),children:[Ue(Q,{value:`${c}`,size:o}),a&&Ue("span",{children:"items per page"})]}),u&&Ue(d,{className:r("k-pager-refresh"),fillMode:"flat",size:o,icon:"arrow-rotate-cw"}),M&&Ue("span",{className:r("k-pager-info"),children:M})]})};xe.states=Eu;xe.options=Iu;xe.className=tr;xe.defaultOptions=Ye;xe.moduleName=Sl;xe.folderName=Bs;import{jsx as kI}from"react/jsx-runtime";import{jsx as MI}from"react/jsx-runtime";import{jsx as wI}from"react/jsx-runtime";import{jsx as _s}from"react/jsx-runtime";var Ru=xe.options,Ou=xe.states,Pu={...xe.defaultOptions,variant:"numeric"},Hu=[{name:"numeric",title:"Numeric"},{name:"input",title:"Input"}],Ku=[],da=e=>{let{variant:t,...o}=e;return t==="input"?_s(xe,{...o,type:"input"}):_s(xe,{...o,type:"numeric"})};da.options=Ru;da.states=Ou;da.variants=Hu;da.defaultOptions=Pu;da.modifiers=Ku;import{jsx as Gu}from"react/jsx-runtime";var zs="k-grid-pager",xt=e=>Gu(xe,{...e,className:r(e.className,zs),children:e.children});xt.className=zs;xt.moduleName=z;xt.folderName=F;var Al="button",Us=Al;import{jsx as zu}from"react/jsx-runtime";var ca="k-button-group",Bu=[n.disabled],Du={fillMode:[x.undefined,x.solid,x.flat,x.outline,x.clear,x.link]},_u={},K=e=>{let{fillMode:t,disabled:o,stretched:a,...l}=e;return zu("div",{role:"group",...l,className:r(e.className,ca,S(ca,{fillMode:t}),w(ca,{disabled:o}),{[`${ca}-stretched`]:a}),...o&&{"aria-disabled":"true"},children:e.children})};K.states=Bu;K.options=Du;K.className=ca;K.defaultOptions=_u;K.moduleName=Al;K.folderName=Us;K.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."}]};import{Fragment as oR,jsx as tR,jsxs as aR}from"react/jsx-runtime";import{Fragment as dR,jsx as iR,jsxs as cR}from"react/jsx-runtime";import{Fragment as TR,jsx as fR,jsxs as hR}from"react/jsx-runtime";import{Fragment as LR,jsx as vR,jsxs as CR}from"react/jsx-runtime";import{Fragment as ER,jsx as wR,jsxs as IR}from"react/jsx-runtime";import{Fragment as GR,jsx as KR,jsxs as BR}from"react/jsx-runtime";import{jsx as Pt,jsxs as wl}from"react/jsx-runtime";var Uu={...d.options,...K.options},Fu=d.states,Vu={...d.defaultOptions,...K.defaultOptions,variant:"text-button"},$u=[{name:"icon-button",title:"Icon Only"},{name:"text-button",title:"Text"},{name:"icon-text-button",title:"Icon Text"}],Xu=[],pa=e=>{let{variant:t,className:o,...a}=e;return t==="icon-button"?wl(K,{fillMode:a.fillMode,className:o,children:[Pt(d,{...a,icon:"star"}),Pt(d,{...a,icon:"star"}),Pt(d,{...a,icon:"star"})]}):t==="icon-text-button"?wl(K,{fillMode:a.fillMode,className:o,children:[Pt(d,{...a,icon:"star",children:"First"}),Pt(d,{...a,icon:"star",children:"Middle"}),Pt(d,{...a,icon:"star",children:"Last"})]}):wl(K,{fillMode:a.fillMode,className:o,children:[Pt(d,{...a,children:"First"}),Pt(d,{...a,children:"Middle"}),Pt(d,{...a,children:"Last"})]})};pa.options=Uu;pa.states=Fu;pa.variants=$u;pa.defaultOptions=Vu;pa.modifiers=Xu;import{jsx as Fs,jsxs as qu}from"react/jsx-runtime";var Vs="k-color-preview",Wu=[],Ju={},Zt=e=>{let{color:t,iconName:o,...a}=e;return qu("span",{...a,className:r(e.className,Vs,{"k-icon-color-preview":o,"k-no-color":!t}),children:[o&&Fs(g,{icon:o,className:"k-color-preview-icon"}),Fs("span",{className:"k-color-preview-mask",style:{backgroundColor:t}})]})};Zt.states=Wu;Zt.options=Ju;Zt.className=Vs;var El="slider",$s=El;import{jsx as Ao,jsxs as Il}from"react/jsx-runtime";var ma="k-slider",Yu=[n.hover,n.focus,n.active,n.disabled,n.readonly],Qu={},it={type:"single",orientation:"horizontal",gradientType:"1d",readonly:!1,disabled:!1,handlePosition:"end",showButtons:!0,showTicks:!0,value:50,min:0,max:100},de=e=>{let{type:t=it.type,orientation:o=it.orientation,gradientType:a=it.gradientType,readonly:l=it.readonly,disabled:s=it.disabled,handlePosition:c=it.handlePosition,showButtons:m=it.showButtons,showTicks:h=it.showTicks,value:N=it.value,min:v=it.min,max:k=it.max,startValue:u,endValue:M,hover:C,focus:A,active:R,trackStyle:I,dir:D,...pe}=e,Ie=(()=>{if(t==="gradient"&&a==="2d")return"undefined";if(o==="vertical")return"vertical"})(),Xe,We;return o==="horizontal"?(Xe=D==="rtl"?"caret-alt-left":"caret-alt-right",We=D==="rtl"?"caret-alt-right":"caret-alt-left"):o==="vertical"&&(Xe="caret-alt-up",We="caret-alt-down"),Il("div",{...pe,className:r(ma,e.className,w(ma,{readonly:l,disabled:s}),{[`k-slider-${o}`]:o,"k-colorgradient-slider":t==="gradient"}),dir:D,children:[m&&Ao(d,{className:"k-button-decrease",rounded:"full",icon:We,tabIndex:-1,title:"Decrease"}),Il("div",{className:"k-slider-track-wrap",children:[h&&Ao("ul",{className:"k-reset k-slider-items",children:e.children}),Il("div",{className:"k-slider-track",style:I,children:[Ao("div",{className:"k-slider-selection"}),t==="range"&&Ao("span",{className:r("k-draghandle","k-draghandle-start",w(ma,{hover:C,focus:A,active:R})),role:"slider",tabIndex:s?void 0:0,"aria-valuenow":u??v,"aria-valuemin":v,"aria-valuemax":M??k,"aria-orientation":Ie,"aria-disabled":s?"true":void 0,"aria-readonly":l?"true":void 0,"aria-label":pe["aria-label"]?`${pe["aria-label"]} start`:"Range start"}),Ao("span",{className:r("k-draghandle",`k-draghandle-${c}`,w(ma,{hover:C,focus:A,active:R})),role:"slider",tabIndex:s?void 0:0,"aria-valuenow":t==="range"?M??k:N,"aria-valuemin":t==="range"?u??v:v,"aria-valuemax":k,"aria-orientation":Ie,"aria-disabled":s?"true":void 0,"aria-readonly":l?"true":void 0,"aria-label":t==="range"?pe["aria-label"]?`${pe["aria-label"]} end`:"Range end":pe["aria-label"]})]})]}),m&&Ao(d,{className:"k-button-increase",rounded:"full",icon:Xe,tabIndex:-1,title:"Increase"})]})};de.states=Yu;de.options=Qu;de.className=ma;de.defaultOptions=it;de.moduleName=El;de.folderName=$s;de.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").'}]};import{jsx as Xs}from"react/jsx-runtime";var Ws="k-tick",Zu=[],ju={},Js={label:!1},P=e=>{let{style:t,label:o=Js.label,orientation:a,large:l,text:s,...c}=e;return Xs("li",{...c,className:r(e.className,Ws,{[`k-tick-${a}`]:a,"k-tick-large":l}),style:t,children:o&&Xs("span",{className:"k-label",children:s})})};P.states=Zu;P.options=ju;P.className=Ws;P.defaultOptions=Js;import{Fragment as eb,jsx as dt,jsxs as tb}from"react/jsx-runtime";var qs=e=>dt(de,{"aria-label":e["aria-label"]||"Slider",children:tb(eb,{children:[dt(P,{className:"k-first",label:!0,large:!0,text:"0"}),dt(P,{}),dt(P,{}),dt(P,{}),dt(P,{}),dt(P,{label:!0,large:!0,text:"5"}),dt(P,{}),dt(P,{}),dt(P,{}),dt(P,{}),dt(P,{className:"k-last",label:!0,large:!0,text:"10"})]}),...e});import{Fragment as ob,jsx as ct,jsxs as ab}from"react/jsx-runtime";var Ys=e=>ct(de,{children:ab(ob,{children:[ct(P,{className:"k-first",label:!0,large:!0,text:"0"}),ct(P,{}),ct(P,{}),ct(P,{}),ct(P,{}),ct(P,{label:!0,large:!0,text:"5"}),ct(P,{}),ct(P,{}),ct(P,{}),ct(P,{}),ct(P,{className:"k-last",label:!0,large:!0,text:"10"})]}),"aria-label":e["aria-label"]||"Vertical slider",...e,orientation:"vertical"});import{Fragment as CO,jsx as LO,jsxs as MO}from"react/jsx-runtime";import{Fragment as EO,jsx as wO,jsxs as IO}from"react/jsx-runtime";import{jsx as rb}from"react/jsx-runtime";var Rl=e=>rb(de,{type:"gradient",showButtons:!1,showTicks:!1,...e,"aria-label":e["aria-label"]||"Color slider"});import{jsx as lb}from"react/jsx-runtime";var Ol=e=>lb(de,{type:"gradient",orientation:"vertical",showButtons:!1,showTicks:!1,...e,"aria-label":e["aria-label"]||"Color slider"});import{Fragment as UO,jsx as zO,jsxs as FO}from"react/jsx-runtime";import{Fragment as JO,jsx as WO,jsxs as qO}from"react/jsx-runtime";import{jsx as Mt,jsxs as Qs}from"react/jsx-runtime";var nb=de.options,sb=de.states,Zs={...de.defaultOptions,variant:"horizontal",label:!0},ib=[{name:"horizontal",title:"Horizontal"},{name:"vertical",title:"Vertical"}],db=[{name:"label",title:"Labels"},{name:"tick",title:"Ticks"},{name:"button",title:"Side Buttons"}],ua=e=>{let{variant:t,modifiers:o,...a}={...Zs,...e},l={};Object.keys(o||{}).forEach(N=>{switch(N){case"button":{l.showButtons=!!o?.[N];break}case"label":{l.label=!!o?.[N];break}case"tick":{l.showTicks=!!o?.[N];break}}});let{label:s=!0,showButtons:c,showTicks:m}=l,h={"--kendo-slider-start":0,"--kendo-slider-end":60};return t==="vertical"?Qs(Ys,{showTicks:m,showButtons:c,style:{height:"300px",...h},...a,children:[Mt(P,{label:s,large:!0,orientation:"vertical",text:"0",style:{position:"absolute",bottom:"0%"}}),Mt(P,{label:s,large:!0,orientation:"vertical",text:"2",style:{position:"absolute",bottom:"25%"}}),Mt(P,{label:s,large:!0,orientation:"vertical",text:"4",style:{position:"absolute",bottom:"50%"}}),Mt(P,{label:s,large:!0,orientation:"vertical",text:"6",style:{position:"absolute",bottom:"75%"}}),Mt(P,{label:s,large:!0,orientation:"vertical",text:"8",style:{position:"absolute",bottom:"100%"}})]}):Qs(qs,{showTicks:m,showButtons:c,style:{width:"400px",...h},...a,children:[Mt(P,{label:s,large:!0,orientation:"horizontal",text:"0",style:{position:"absolute",left:"0%"}}),Mt(P,{label:s,large:!0,orientation:"horizontal",text:"2",style:{position:"absolute",left:"25%"}}),Mt(P,{label:s,large:!0,orientation:"horizontal",text:"4",style:{position:"absolute",left:"50%"}}),Mt(P,{label:s,large:!0,orientation:"horizontal",text:"6",style:{position:"absolute",left:"75%"}}),Mt(P,{label:s,large:!0,orientation:"horizontal",text:"8",style:{position:"absolute",left:"100%"}})]})};ua.options=nb;ua.states=sb;ua.variants=ib;ua.defaultOptions=Zs;ua.modifiers=db;import{Fragment as ba,jsx as U,jsxs as be}from"react/jsx-runtime";var js="k-colorgradient-inputs",cb=[],pb={size:[i.undefined,i.small,i.medium,i.large]},ei={mode:"rgba"},wo=e=>{let{mode:t=ei.mode,size:o,...a}=e;return be("div",{...a,className:r(js,"k-hstack"),children:[U("div",{className:"k-vstack",children:U(d,{fillMode:"flat",icon:"caret-alt-expand",className:"k-colorgradient-toggle-mode",size:o,"aria-label":"Toggle color input format"})}),t==="rgba"&&be(ba,{children:[be("div",{className:"k-vstack",children:[U(_,{showSpinButton:!1,showClearButton:!1,value:"132",size:o,"aria-label":"Red channel"}),U("label",{className:"k-colorgradient-input-label",children:"R"})]}),be("div",{className:"k-vstack",children:[U(_,{showSpinButton:!1,showClearButton:!1,value:"132",size:o,"aria-label":"Green channel"}),U("label",{className:"k-colorgradient-input-label",children:"G"})]}),be("div",{className:"k-vstack",children:[U(_,{showSpinButton:!1,showClearButton:!1,value:"132",size:o,"aria-label":"Blue channel"}),U("label",{className:"k-colorgradient-input-label",children:"B"})]}),be("div",{className:"k-vstack",children:[U(_,{showSpinButton:!1,showClearButton:!1,value:"1.00",size:o,"aria-label":"Alpha channel"}),U("label",{className:"k-colorgradient-input-label",children:"A"})]})]}),t==="rgb"&&be(ba,{children:[be("div",{className:"k-vstack",children:[U(_,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Red channel"}),U("label",{className:"k-colorgradient-input-label",children:"R"})]}),be("div",{className:"k-vstack",children:[U(_,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Green channel"}),U("label",{className:"k-colorgradient-input-label",children:"G"})]}),be("div",{className:"k-vstack",children:[U(_,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Blue channel"}),U("label",{className:"k-colorgradient-input-label",children:"B"})]})]}),t==="hsva"&&be(ba,{children:[be("div",{className:"k-vstack",children:[U(_,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Hue channel"}),U("label",{className:"k-colorgradient-input-label",children:"H"})]}),be("div",{className:"k-vstack",children:[U(_,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Saturation channel"}),U("label",{className:"k-colorgradient-input-label",children:"S"})]}),be("div",{className:"k-vstack",children:[U(_,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Value channel"}),U("label",{className:"k-colorgradient-input-label",children:"V"})]}),be("div",{className:"k-vstack",children:[U(_,{showSpinButton:!1,showClearButton:!1,value:"1.00","aria-label":"Alpha channel"}),U("label",{className:"k-colorgradient-input-label",children:"A"})]})]}),t==="hsv"&&be(ba,{children:[be("div",{className:"k-vstack",children:[U(_,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Hue channel"}),U("label",{className:"k-colorgradient-input-label",children:"H"})]}),be("div",{className:"k-vstack",children:[U(_,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Saturation channel"}),U("label",{className:"k-colorgradient-input-label",children:"S"})]}),be("div",{className:"k-vstack",children:[U(_,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Value channel"}),U("label",{className:"k-colorgradient-input-label",children:"V"})]})]}),t==="hex"&&U(ba,{children:be("div",{className:"k-vstack k-flex-1",children:[U(ie,{showClearButton:!1,value:"#b88484AA",className:"k-hex-value"}),U("label",{className:"k-colorgradient-input-label",children:"HEX"})]})})]})};wo.states=cb;wo.options=pb;wo.className=js;wo.defaultOptions=ei;import{jsx as co,jsxs as po}from"react/jsx-runtime";var ti="k-colorgradient-color-contrast",mb=[],ub={},bb={},Eo=()=>po("div",{className:r(ti,"k-vbox"),children:[po("div",{className:"k-contrast-ratio",children:[co("span",{className:"k-contrast-ratio-text",children:"Contrast ratio: 7.1"}),po("span",{className:"k-contrast-validation !k-text-success",children:[co(g,{icon:"check"}),co(g,{icon:"check"})]})]}),po("div",{children:[co("span",{children:"AA: 4.5"}),po("span",{className:"k-contrast-validation !k-text-success",children:["Pass",co(g,{icon:"check"})]})]}),po("div",{children:[co("span",{children:"AAA: 7.0"}),po("span",{className:"k-contrast-validation !k-text-error",children:["Fail",co(g,{icon:"x"})]})]})]});Eo.states=mb;Eo.options=ub;Eo.className=ti;Eo.defaultOptions=bb;var oi="color-gradient",ai="colorgradient";import{jsx as pt,jsxs as fa}from"react/jsx-runtime";var or="k-colorgradient",fb=[n.hover,n.focus,n.readonly,n.disabled],Tb={size:[i.undefined,i.small,i.medium,i.large]},yt={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"},Me=e=>{let{size:t,mode:o=yt.mode,readonly:a=yt.readonly,disabled:l=yt.disabled,gradientStyle:s=yt.gradientStyle,dragHandleStyle:c=yt.dragHandleStyle,alphaStyle:m=yt.alphaStyle,alphaStyleHorizontal:h=yt.alphaStyleHorizontal,contrast:N=yt.contrast,dir:v,hover:k,focus:u,hoverHandle:M,focusHandle:C,canvasOrientation:A=yt.canvasOrientation,role:R,tabIndex:I,...D}=e;return fa("div",{...D,role:R??"textbox","aria-label":R==="none"?void 0:"Color gradient",tabIndex:I??0,"aria-disabled":l?"true":void 0,className:r(e.className,or,S(or,{size:t}),w(or,{hover:k,focus:u,readonly:a,disabled:l})),dir:v,children:[!A||A==="horizontal"&&fa("div",{className:"k-colorgradient-canvas k-hstack",children:[pt("div",{className:"k-hsv-rectangle",style:s,children:pt("div",{className:"k-hsv-gradient",children:pt("div",{className:r("k-hsv-draghandle","k-draghandle",{"k-hover":M,"k-focus":C}),style:c,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})})}),fa("div",{className:"k-hsv-controls k-hstack",children:[pt(Ol,{className:"k-hue-slider",hover:M,focus:C}),o!=="rgb"&&o!=="hsv"&&pt(Ol,{className:"k-alpha-slider",hover:M,focus:C,trackStyle:m})]})]}),A==="vertical"&&fa("div",{className:"k-colorgradient-canvas k-vstack",children:[pt("div",{className:"k-hsv-rectangle",style:s,children:pt("div",{className:"k-hsv-gradient",children:pt("div",{className:r("k-hsv-draghandle","k-draghandle",{"k-hover":M,"k-focus":C}),style:c,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})})}),fa("div",{className:"k-hsv-controls k-vstack",children:[pt(Rl,{className:"k-hue-slider",hover:M,focus:C}),o!=="rgb"&&o!=="hsv"&&pt(Rl,{className:"k-alpha-slider",hover:M,focus:C,trackStyle:h})]})]}),pt(wo,{mode:e.mode,size:t}),N&&pt(Eo,{})]})};Me.states=fb;Me.options=Tb;Me.className=or;Me.defaultOptions=yt;Me.moduleName=oi;Me.folderName=ai;Me.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)."}]};import{jsx as hb}from"react/jsx-runtime";var ar=e=>hb(Me,{...e});import{jsx as D0}from"react/jsx-runtime";import{jsx as F0}from"react/jsx-runtime";import{jsx as Pl}from"react/jsx-runtime";var xb=Me.options,Nb=Me.states,gb={...Me.defaultOptions,variant:"rgba"},kb=[{name:"rgba",title:"RGBA"},{name:"rgb",title:"RGB"},{name:"hex",title:"HEX"}],vb=[],Ta=e=>{let{variant:t,...o}=e;switch(t){case"hex":return Pl(ar,{...o,mode:t});case"rgb":return Pl(ar,{...o,mode:t});default:return Pl(ar,{...o,mode:t})}};Ta.options=xb;Ta.states=Nb;Ta.variants=kb;Ta.defaultOptions=gb;Ta.modifiers=vb;import{jsx as Lb}from"react/jsx-runtime";var Hl=e=>Lb("tr",{role:"row",children:e.children});import{jsx as yb}from"react/jsx-runtime";var Kl="k-colorpalette-tile",Cb=[n.hover,n.focus,n.selected],Mb={},Io=e=>{let{color:t,tileSize:o,hover:a,focus:l,selected:s,...c}=e,m={backgroundColor:t,width:o?o+"px":"",height:o?o+"px":""};return yb("td",{...c,role:"gridcell","aria-label":t,"aria-selected":s?"true":void 0,className:r(e.className,Kl,w(Kl,{hover:a,focus:l,selected:s})),style:m})};Io.states=Cb;Io.options=Mb;Io.className=Kl;var ri="color-palette",li="colorpalette";import{jsx as ha}from"react/jsx-runtime";var rr="k-colorpalette",Sb=[n.disabled],Ab={size:[i.undefined,i.small,i.medium,i.large]},ni={columns:10},Fe=e=>{let{size:t,palette:o,columns:a=ni.columns,tileSize:l,disabled:s,...c}=e,m=[];if(o){let h=a||o.columns,N=o.colors?o.colors:o;Array.isArray(N)&&Array.from({length:Math.ceil(N.length/h)},(v,k)=>{let u=[];N.slice(k*h,(k+1)*h).map((C,A)=>{u.push(ha(Io,{color:C,tileSize:l},A))});let M=ha(Hl,{children:u},k);m.push(M)})}return ha("div",{...c,role:"grid","aria-label":"Color palette",tabIndex:0,"aria-disabled":s?"true":void 0,className:r(e.className,rr,w(rr,{disabled:s}),S(rr,{size:t})),children:ha("table",{className:"k-colorpalette-table",role:"none",children:ha("tbody",{children:m.length>0?m:e.children})})})};Fe.states=Sb;Fe.options=Ab;Fe.className=rr;Fe.defaultOptions=ni;Fe.moduleName=ri;Fe.folderName=li;Fe.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=Fe;var xa={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}};import{jsx as wb}from"react/jsx-runtime";var si=e=>wb(lr,{palette:xa.basic,...e});import{jsx as CP}from"react/jsx-runtime";import{jsx as EP,jsxs as IP}from"react/jsx-runtime";import{jsx as Kb}from"react/jsx-runtime";var Eb=Fe.options,Ib=Fe.states,Rb={...Fe.defaultOptions,variant:"basic"},Ob=[{name:"basic",title:"Basic"},{name:"monochrome",title:"Monochrome"}],Pb={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}},Hb=[],Na=e=>{let{variant:t="basic",...o}=e,a=Pb[t];return Kb(si,{columns:a.columns,palette:a,...o})};Na.options=Eb;Na.states=Ib;Na.variants=Ob;Na.defaultOptions=Rb;Na.modifiers=Hb;var ii="color-editor",di="coloreditor";import{jsx as mt,jsxs as Ro}from"react/jsx-runtime";var nr="k-coloreditor",Gb=[n.focus],Bb={size:[i.undefined,i.small,i.medium,i.large]},ga={view:"gradient",palette:xa.office,actionButtons:!0,canvasOrientation:"horizontal"},fe=e=>{let{size:t,view:o=ga.view,palette:a=ga.palette,color:l,currentColor:s,focus:c,focusView:m,dir:h,group:N,actionButtons:v=ga.actionButtons,canvasOrientation:k=ga.canvasOrientation,...u}=e;return Ro("div",{...u,role:"textbox","aria-label":"Color editor",tabIndex:0,className:r(e.className,"k-flatcolorpicker",nr,S(nr,{size:t}),w(nr,{focus:c})),dir:h,children:[Ro("div",{className:"k-coloreditor-header k-hstack",children:[mt("div",{className:"k-coloreditor-header-actions k-hstack",children:N&&Ro(K,{fillMode:"flat",children:[mt(d,{className:"k-group-start",size:t,fillMode:"flat",icon:"droplet-slider",selected:o==="gradient","aria-label":"Color gradient view"}),mt(d,{className:"k-group-end",size:t,fillMode:"flat",icon:"palette",selected:o==="palette","aria-label":"Color palette view"})]})}),mt("div",{className:"k-spacer"}),Ro("div",{className:"k-coloreditor-header-actions k-hstack",children:[mt(d,{fillMode:"flat",icon:"droplet-slash",size:t,"aria-label":"Reset color"}),Ro("div",{className:"k-coloreditor-preview k-vstack",children:[mt(Zt,{className:"k-coloreditor-preview-color",color:l}),mt(Zt,{className:"k-coloreditor-current-color",color:s})]})]})]}),mt("div",{className:"k-coloreditor-views k-vstack",children:o==="gradient"?mt(Me,{focus:m,size:t,canvasOrientation:k,role:"none",tabIndex:-1}):mt(Fe,{palette:a,size:t})}),v&&Ro(Lt,{className:"k-coloreditor-footer",alignment:"start",children:[mt(d,{themeColor:"primary",size:t,className:"k-coloreditor-apply",children:"Apply"}),mt(d,{className:"k-coloreditor-cancel",size:t,children:"Cancel"})]})]})};fe.states=Gb;fe.options=Bb;fe.className=nr;fe.defaultOptions=ga;fe.moduleName=ii;fe.folderName=di;fe.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 Oo=fe;import{jsx as nH}from"react/jsx-runtime";import{jsx as cH}from"react/jsx-runtime";import{jsx as Db}from"react/jsx-runtime";var ci=e=>Db(Oo,{group:!0,currentColor:"fuchsia",...e});import{jsx as _b}from"react/jsx-runtime";var pi=e=>_b(Oo,{view:"palette",group:!0,currentColor:"fuchsia",...e});import{jsx as mi}from"react/jsx-runtime";var zb=fe.options,Ub=fe.states,Fb={...fe.defaultOptions,variant:"gradient"},Vb=[{name:"gradient",title:"Gradient"},{name:"palette",title:"Palette"}],$b=[],ka=e=>{let{variant:t,...o}=e;return t==="palette"?mi(pi,{...o,color:"white"}):mi(ci,{...o,color:"rgba(183, 118 , 118, 1.00)"})};ka.options=zb;ka.states=Ub;ka.variants=Vb;ka.defaultOptions=Fb;ka.modifiers=$b;var ui="color-picker",bi="colorpicker";import{Fragment as Jb,jsx as ut,jsxs as Gl}from"react/jsx-runtime";var fi="k-colorpicker",Xb=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled],Wb={size:[i.undefined,i.small,i.medium,i.large],rounded:[T.undefined,T.none,T.small,T.medium,T.large,T.full],fillMode:[x.undefined,x.solid,x.flat,x.outline]},Ti={arrowIconName:"caret-alt-down"},Qe=e=>{let{size:t,rounded:o,fillMode:a,arrowIconName:l=Ti.arrowIconName,prefix:s,suffix:c,value:m,placeholder:h,hover:N,focus:v,valid:k,invalid:u,required:M,disabled:C,valueIconName:A,popup:R,opened:I,adaptive:D,adaptiveSettings:pe,adaptiveTitle:Te,adaptiveSubtitle:Ie,...Xe}=e,We="colorpicker-popup";return Gl(Jb,{children:[Gl(gt,{...Xe,size:t,rounded:o,fillMode:a,hover:N,focus:v,valid:k,invalid:u,required:M,disabled:C,role:"combobox","aria-haspopup":"dialog","aria-expanded":I?"true":"false","aria-controls":I||D?We:void 0,"aria-label":"Color picker",tabIndex:0,"aria-disabled":C?"true":void 0,className:r(e.className,fi,"k-icon-picker"),children:[ut(ot,{children:s}),ut(ro,{placeholder:h,value:m,showValue:!1,valueIcon:ut(Zt,{className:"k-value-icon",color:m,iconName:A}),valueIconName:A}),ut(at,{children:c}),ut(d,{className:"k-input-button",icon:l,size:t,fillMode:a,tabIndex:-1,"aria-label":"Open color picker",disabled:C})]}),I&&R&&ut(se,{id:We,className:"k-colorpicker-popup",children:R}),D&&ut(ue,{adaptive:!0,id:We,...pe,header:ut(Oe,{actionsEnd:ut(d,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat","aria-label":"Apply"}),title:Te,subtitle:Ie}),footer:Gl(Vt,{children:[ut(d,{text:"Cancel",size:"large"}),ut(d,{text:"Set",size:"large",themeColor:"primary"})]}),children:ut(fe,{canvasOrientation:"vertical",size:"large",actionButtons:!1,group:!0})})]})};Qe.states=Xb;Qe.options=Wb;Qe.className=fi;Qe.defaultOptions=Ti;Qe.moduleName=ui;Qe.folderName=bi;Qe.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 jt=Qe;import{jsx as qb}from"react/jsx-runtime";var sr=e=>qb(jt,{...e});import{jsx as WH}from"react/jsx-runtime";import{jsx as ZH}from"react/jsx-runtime";import{jsx as oK}from"react/jsx-runtime";import{jsx as nK}from"react/jsx-runtime";import{jsx as cK}from"react/jsx-runtime";import{jsx as bK}from"react/jsx-runtime";import{jsx as mo}from"react/jsx-runtime";var Yb=jt.options,Qb=jt.states,hi={...jt.defaultOptions,variant:"color"},Zb=[{name:"color",title:"Color",default:!0},{name:"no color",title:"No color"},{name:"icon",title:"Icon"}],jb=[{name:"opened",title:"Opened"}],va=e=>{let{variant:t,modifiers:o,...a}={...hi,...e},l={};Object.keys(o||{}).forEach(c=>{c==="opened"&&(l.opened=!!o?.[c],l.popup=o?.[c]?mo(fe,{size:a.size,color:"rgba(183, 118 , 118, 1.00)",group:!0}):"")});let s=l.opened?{width:"272px",height:"390px"}:{};switch(t){case"no color":return mo("div",{style:s,children:mo(sr,{...a,...l})});case"icon":return mo("div",{style:s,children:mo(sr,{value:"rgba(183, 118 , 118, 1.00)",valueIconName:"edit-tools",...a,...l})});default:return mo("div",{style:s,children:mo(sr,{value:"rgba(183, 118 , 118, 1.00)",...a,...l})})}};va.options=Yb;va.states=Qb;va.variants=Zb;va.defaultOptions=hi;va.modifiers=jb;var Bl="combobox",xi=Bl;import{Fragment as Dl,jsx as Ne,jsxs as La}from"react/jsx-runtime";var Ni="k-combobox",ef=[n.hover,n.focus,n.valid,n.invalid,n.loading,n.required,n.disabled,n.readonly],tf={size:[i.undefined,i.small,i.medium,i.large],rounded:[T.undefined,T.none,T.small,T.medium,T.large,T.full],fillMode:[x.undefined,x.solid,x.flat,x.outline]},gi={separators:!0},Ke=e=>{let{size:t,rounded:o,fillMode:a,separators:l=gi.separators,prefix:s,suffix:c,value:m,placeholder:h,hover:N,focus:v,valid:k,invalid:u,required:M,loading:C,disabled:A,popup:R,opened:I,readonly:D,adaptive:pe,adaptiveSettings:Te,adaptiveTitle:Ie,adaptiveSubtitle:Xe,adaptiveCustomValue:We,id:go,autocomplete:gr,activeDescendant:Ba,"aria-label":nd,...sd}=e,id=go?`${go}-listbox`:void 0;return La(Dl,{children:[La(he,{...sd,size:t,rounded:o,fillMode:a,hover:N,focus:v,valid:k,invalid:u,required:M,loading:C,disabled:A,readonly:D,className:r(e.className,Ni),children:[s&&La(Dl,{children:[Ne(ot,{children:s}),l&&Ne(rt,{})]}),Ne(qe,{placeholder:h,value:m,role:"combobox","aria-haspopup":"listbox","aria-expanded":I?"true":"false","aria-controls":I?id:void 0,"aria-activedescendant":I&&Ba?Ba:void 0,"aria-autocomplete":gr,"aria-invalid":u?"true":void 0,"aria-busy":C?"true":void 0,"aria-label":nd,disabled:A,readOnly:D}),Ne(Re,{valid:k,invalid:u,loading:C,disabled:A}),Ne(De,{loading:C,disabled:A}),Ne(Je,{loading:C,disabled:A,readonly:D,value:m}),c&&La(Dl,{children:[l&&Ne(rt,{}),Ne(at,{children:c})]}),Ne(d,{className:"k-input-button",icon:"caret-alt-down",size:t,fillMode:a,"aria-label":"Open popup",tabIndex:-1,disabled:A})]}),I&&R&&Ne(se,{className:"k-list-container k-combobox-popup",containerClassName:"k-combobox-popup-container",containerRole:"region",containerAriaLabel:"Combobox suggestions",children:R}),pe&&Ne(ue,{adaptive:!0,id:go?`${go}-adaptive`:void 0,...Te,header:Ne(Oe,{actionsEnd:Ne(d,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat","aria-label":"Apply selection"}),input:!0,inputValue:m,inputPlaceholder:h,title:Ie,subtitle:Xe}),children:Ne("div",{className:"k-list-container",children:Ne(V,{customValue:We?Ne(qt,{text:`Use "${m}"`}):void 0,size:"large",children:La(Y,{"aria-label":Ie||"Options",children:[Ne(B,{text:"List item"}),Ne(B,{text:"List item"}),Ne(B,{text:"List item"})]})})})})]})};Ke.states=ef;Ke.options=tf;Ke.className=Ni;Ke.defaultOptions=gi;Ke.moduleName=Bl;Ke.folderName=xi;Ke.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 Ze=Ke;import{jsx as of}from"react/jsx-runtime";var ki=e=>of(Ze,{...e});import{jsx as YK,jsxs as QK}from"react/jsx-runtime";import{jsx as aG,jsxs as rG}from"react/jsx-runtime";import{jsx as cG,jsxs as pG}from"react/jsx-runtime";import{Fragment as hG,jsx as TG}from"react/jsx-runtime";import{Fragment as LG,jsx as vG}from"react/jsx-runtime";import{jsx as wG,jsxs as EG}from"react/jsx-runtime";import{Fragment as BG,jsx as KG,jsxs as GG}from"react/jsx-runtime";import{jsx as UG}from"react/jsx-runtime";import{jsx as XG}from"react/jsx-runtime";import{jsx as ZG,jsxs as jG}from"react/jsx-runtime";import{jsx as lB,jsxs as nB}from"react/jsx-runtime";import{jsx as eo,jsxs as df}from"react/jsx-runtime";var af=Ke.states,rf=Ke.defaultOptions,lf=Ke.options,nf=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"opened",title:"Opened"}],sf=[],Ca=e=>{let{modifiers:t,...o}=e,a={},l=eo(V,{style:{width:300},size:o.size,children:df(Y,{children:[eo(B,{children:"List item"}),eo(B,{children:"List item"}),eo(B,{children:"List item"})]})});return Object.keys(t||{}).forEach(s=>{switch(s){case"prefix":a.prefix=t?.[s]?eo(g,{icon:"map-marker-target"}):void 0;break;case"suffix":a.suffix=t?.[s]?eo(Ft,{size:o.size,icon:"copy",fillMode:"clear"}):void 0;break;case"opened":a.opened=!!t?.[s],a.popup=t?.[s]?l:void 0;break;default:break}}),eo("div",{children:eo(ki,{value:"Value",style:{width:300},...o,...a})})};Ca.options=lf;Ca.states=af;Ca.variants=sf;Ca.defaultOptions=rf;Ca.modifiers=nf;var _l="menu-button",vi=_l;import{jsx as mf}from"react/jsx-runtime";var Li="k-menu-button",cf=[n.hover,n.focus,n.active,n.selected,n.disabled],pf={size:[i.undefined,i.small,i.medium,i.large],rounded:[T.undefined,T.none,T.small,T.medium,T.large,T.full],fillMode:[x.undefined,x.solid,x.flat,x.outline,x.clear,x.link],themeColor:[f.undefined,f.base,f.primary,f.secondary,f.tertiary,f.success,f.warning,f.error,f.info,f.light,f.dark,f.inverse]},zl={showArrow:!0,arrowIconName:"caret-alt-down"},Z=e=>{let{size:t,rounded:o,fillMode:a,themeColor:l,hover:s,focus:c,active:m,selected:h,disabled:N,icon:v,text:k,showArrow:u=zl.showArrow,arrowIconName:M=zl.arrowIconName,expanded:C,...A}=e;return mf(d,{...A,className:r(e.className,Li),text:k,size:t,rounded:o,fillMode:a,themeColor:l,hover:s,focus:c,active:m,selected:h,disabled:N,icon:v,showArrow:u,arrowIconName:M,"aria-expanded":C?"true":"false",...!k&&v&&!e["aria-label"]&&{"aria-label":"Menu"},...N&&{"aria-disabled":"true"}})};Z.states=cf;Z.options=pf;Z.className=Li;Z.defaultOptions=zl;Z.moduleName=_l;Z.folderName=vi;Z.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."}]};import{jsx as DB}from"react/jsx-runtime";import{jsx as FB}from"react/jsx-runtime";import{jsx as WB}from"react/jsx-runtime";var je="menu",bt=je;import{jsx as Ma,jsxs as Ci}from"react/jsx-runtime";var Ul="k-menu-item",uf=[n.hover,n.focus,n.active,n.selected,n.disabled],bf={},Mi={iconPosition:"before"},we=e=>{let{hover:t,focus:o,active:a,selected:l,disabled:s,icon:c,text:m,first:h,last:N,showArrow:v,arrowIconName:k,iconPosition:u=Mi.iconPosition,dir:M,children:C,expanded:A,...R}=e,I=k;return I||(I=M==="rtl"?"caret-alt-left":"caret-alt-right"),Ci("li",{...R,className:r(e.className,Ul,"k-item",w(Ul,{focus:o,disabled:s,hover:t,active:a,selected:l}),{"k-first":h,"k-last":N}),role:"menuitem",...v&&{"aria-haspopup":"menu"},...v&&{"aria-expanded":A?"true":"false"},...s&&{"aria-disabled":"true"},...o&&{tabIndex:0},children:[Ci("span",{className:r("k-link k-menu-link"),children:[c&&u==="before"&&Ma(g,{className:"k-menu-link-icon",icon:c}),Ma("span",{className:"k-menu-link-text",children:m}),c&&u==="after"&&Ma(g,{className:"k-menu-link-icon",icon:c}),v&&Ma("span",{className:"k-menu-expand-arrow","aria-hidden":"true",children:Ma(g,{icon:I})})]}),C]})};we.states=uf;we.options=bf;we.className=Ul;we.defaultOptions=Mi;we.moduleName=je;we.folderName=bt;import{jsx as ya,jsxs as yi}from"react/jsx-runtime";var Fl="k-menu-item",ff=[n.hover,n.focus,n.active,n.selected,n.disabled],Tf={},Vl={dir:"ltr",iconPosition:"before"},me=e=>{let{hover:t,focus:o,active:a,selected:l,disabled:s,icon:c,text:m,first:h,last:N,showArrow:v,arrowIconName:k,iconPosition:u=Vl.iconPosition,dir:M=Vl.dir,children:C,popup:A,expanded:R,...I}=e,D=k;return D||(D=M==="rtl"?"caret-alt-left":"caret-alt-right"),yi("li",{...I,className:r(e.className,Fl,"k-item",w(Fl,{focus:o,disabled:s}),{"k-first":h,"k-last":N}),role:"menuitem",...v&&{"aria-haspopup":"menu"},...v&&{"aria-expanded":R?"true":"false"},...s&&{"aria-disabled":"true"},...o&&{tabIndex:0},children:[yi("span",{className:r("k-link k-menu-link",w("k-menu-link",{hover:t,active:a,selected:l,disabled:s})),children:[c&&u==="before"&&ya(g,{className:"k-menu-link-icon",icon:c}),ya("span",{className:"k-menu-link-text",children:m}),c&&u==="after"&&ya(g,{className:"k-menu-link-icon",icon:c}),v&&ya("span",{className:"k-menu-expand-arrow","aria-hidden":"true",children:ya(g,{icon:D})})]}),C,A]})};me.states=ff;me.options=Tf;me.className=Fl;me.defaultOptions=Vl;me.moduleName=je;me.folderName=bt;import{jsx as gf}from"react/jsx-runtime";var Si="k-menu-scroll-wrapper",hf=[],xf={},Nf={},uo=e=>{let{className:t,children:o,orientation:a,...l}=e;return gf("div",{...l,className:r(t,Si,{"k-menu-scroll-wrapper-vertical":a==="vertical"}),children:o})};uo.states=hf;uo.options=xf;uo.className=Si;uo.defaultOptions=Nf;uo.moduleName=je;uo.folderName=bt;var Ai=uo;import{Fragment as $l,jsx as bo,jsxs as dr}from"react/jsx-runtime";var Xl="k-menu",kf=[],vf={},cr={orientation:"horizontal",header:!0,scrollButtonsPosition:"around"},ye=e=>{let{children:t,orientation:o=cr.orientation,header:a=cr.header,scrollable:l,scrollButtonsPosition:s=cr.scrollButtonsPosition,wrapperStyles:c,dir:m,popup:h,contextMenu:N,...v}=e,k={horizontal:{prev:m!=="rtl"?"left":"right",next:m!=="rtl"?"right":"left"},vertical:{prev:"up",next:"down"}},u=bo("ul",{dir:m,...v,className:r(e.className,"k-reset",Xl,{[`${Xl}-${o}`]:o,"k-header":a}),role:N?"menu":"menubar",...o==="vertical"&&{"aria-orientation":"vertical"},children:t});return dr($l,{children:[l?dr(Ai,{orientation:o,style:c,dir:e.dir,children:[s==="start"&&dr($l,{children:[bo(d,{fillMode:"flat",icon:`caret-alt-${k[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),bo(d,{fillMode:"flat",icon:`caret-alt-${k[o].next}`,className:"k-menu-scroll-button k-menu-scroll-button-next",tabIndex:-1,"aria-label":"Scroll next"})]}),s==="around"&&bo(d,{fillMode:"flat",icon:`caret-alt-${k[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),u,s==="end"&&dr($l,{children:[bo(d,{fillMode:"flat",icon:`caret-alt-${k[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),bo(d,{fillMode:"flat",icon:`caret-alt-${k[o].next}`,className:"k-menu-scroll-button k-menu-scroll-button-next",tabIndex:-1,"aria-label":"Scroll next"})]}),s==="around"&&bo(d,{fillMode:"flat",icon:`caret-alt-${k[o].next}`,className:"k-menu-scroll-button k-menu-scroll-button-next",tabIndex:-1,"aria-label":"Scroll next"})]}):u,h]})};ye.states=kf;ye.options=vf;ye.className=Xl;ye.defaultOptions=cr;ye.moduleName=je;ye.folderName=bt;ye.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."}]};import{jsx as Lf}from"react/jsx-runtime";var Wl="k-separator",wi={orientation:"horizontal"},Po=e=>{let{orientation:t=wi.orientation,...o}=e;return Lf("li",{...o,className:r(e.className,"k-item",Wl,{[`${Wl}-${t}`]:t}),role:"separator"})};Po.className=Wl;Po.defaultOptions=wi;Po.moduleName=je;Po.folderName=bt;import{Fragment as v1,jsx as L1}from"react/jsx-runtime";import{jsx as Sf}from"react/jsx-runtime";var Jl="k-menu-group",Cf=[],Mf={size:[i.undefined,i.small,i.medium,i.large]},yf={},Ee=e=>{let{children:t,size:o,...a}=e;return Sf("ul",{...a,className:r(e.className,Jl,S(Jl,{size:o})),role:"menu",children:t})};Ee.states=Cf;Ee.options=Mf;Ee.className=Jl;Ee.defaultOptions=yf;Ee.moduleName=je;Ee.folderName=bt;import{Fragment as Af,jsx as Ho,jsxs as wf}from"react/jsx-runtime";var ql=e=>Ho(ye,{children:wf(Af,{children:[Ho(we,{first:!0,text:"Item 1"}),Ho(we,{showArrow:!0,arrowIconName:"caret-alt-down",text:"Item 2"}),Ho(we,{showArrow:!0,arrowIconName:"caret-alt-down",text:"Item 3"}),Ho(we,{text:"Item 4"}),Ho(we,{last:!0,text:"Item 5"})]}),...e});import{Fragment as G1,jsx as H1,jsxs as K1}from"react/jsx-runtime";import{Fragment as U1,jsx as z1,jsxs as F1}from"react/jsx-runtime";import{Fragment as J1,jsx as W1,jsxs as q1}from"react/jsx-runtime";import{Fragment as eD,jsx as j1,jsxs as tD}from"react/jsx-runtime";import{jsx as fo,jsxs as Pf}from"react/jsx-runtime";var Ef=ye.options,If=ye.states,Ei={...ye.defaultOptions,variant:"horizontal"},Rf=[{name:"horizontal",title:"Horizontal"},{name:"vertical",title:"Vertical"}],Of=[{name:"scrollable",title:"Scrollable"},{name:"opened",title:"Opened"}],Sa=e=>{let{variant:t,modifiers:o,...a}={...Ei,...e},l={};return Object.keys(o||{}).forEach(s=>{switch(s){case"scrollable":l.scrollable=!!o?.[s];break;case"opened":l.opened=!!o?.[s],l.popup=fo(se,{className:"k-menu-popup",children:Pf(Ee,{children:[fo(me,{text:"Item 1"}),fo(me,{text:"Item 2"}),fo(Po,{}),fo(me,{text:"Item 3"})]})});break}}),t==="vertical"?fo(ql,{...a,...l,orientation:"vertical",style:{width:"200px"}}):fo(ql,{...a,...l})};Sa.options=Ef;Sa.states=If;Sa.variants=Rf;Sa.defaultOptions=Ei;Sa.modifiers=Of;import{Fragment as OD,jsx as ID,jsxs as RD}from"react/jsx-runtime";import{jsx as GD}from"react/jsx-runtime";import{Fragment as Df,jsx as St,jsxs as Ii}from"react/jsx-runtime";var Hf=d.states,Ri={...d.defaultOptions,variant:"text"},Kf=d.options,Gf=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],Bf=[{name:"opened",title:"Opened"}],Aa=e=>{let{variant:t,modifiers:o,...a}={...Ri,...e},l={},s=St(se,{className:"k-menu-popup",children:Ii(Ee,{size:a.size,children:[St(me,{first:!0,text:"Menu Item"}),St(me,{text:"Menu Item"}),St(me,{last:!0,text:"Menu Item"})]})}),c;switch(t){case"icon-only":c=St("div",{children:St(Z,{...a,...l,icon:"star"})});break;case"icon-and-text":c=St("div",{children:St(Z,{...a,...l,icon:"star",children:"Dropdown Button"})});break;default:c=St("div",{children:St(Z,{...a,...l,children:"Dropdown Button"})});break}return Ii(Df,{children:[c,o?.opened&&s]})};Aa.options=Kf;Aa.states=Hf;Aa.variants=Gf;Aa.defaultOptions=Ri;Aa.modifiers=Bf;var Yl="split-button",Oi=Yl;import{Fragment as Uf,jsx as Ql,jsxs as Pi}from"react/jsx-runtime";var Zl="k-split-button",_f=[n.hover,n.focus,n.active,n.selected,n.disabled],zf={size:[i.undefined,i.small,i.medium,i.large],rounded:[T.undefined,T.none,T.small,T.medium,T.large,T.full],fillMode:[x.undefined,x.solid,x.flat,x.outline,x.clear,x.link],themeColor:[f.undefined,f.base,f.primary,f.secondary,f.tertiary,f.success,f.warning,f.error,f.info,f.light,f.dark,f.inverse]},Hi={arrowIconName:"caret-alt-down"},$=e=>{let{size:t,rounded:o,fillMode:a,themeColor:l,hover:s,focus:c,active:m,selected:h,disabled:N,icon:v,text:k,arrowIconName:u=Hi.arrowIconName,popup:M,opened:C,popupId:A,...R}=e;return Pi(Uf,{children:[Pi("div",{...R,className:r(e.className,Zl,"k-button-group",S(Zl,{rounded:o})),children:[Ql(d,{text:k,icon:v,size:t,rounded:o,fillMode:a,themeColor:l,hover:s,focus:c,active:m,selected:h,disabled:N,...!k&&!e.children&&v&&{"aria-label":"Action"},children:e.children}),Ql(d,{className:"k-split-button-arrow",icon:u,size:t,rounded:o,fillMode:a,disabled:N,"aria-label":"Toggle dropdown","aria-expanded":C?"true":"false","aria-controls":C?A:void 0,tabIndex:-1,...N&&{"aria-disabled":"true"}})]}),C&&M&&Ql(se,{className:"k-menu-popup",children:M})]})};$.states=_f;$.options=zf;$.className=Zl;$.defaultOptions=Hi;$.moduleName=Yl;$.folderName=Oi;$.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 jl=$;import{jsx as Vf}from"react/jsx-runtime";var Ff="k-toolbar-separator",Nt=e=>Vf("div",{className:r(Ff,e.className,"k-separator")});var Ht="toolbar",to=Ht;import{Fragment as en,jsx as W,jsxs as Ko}from"react/jsx-runtime";var Kt="k-toolbar",$f=[n.focus],Xf={size:[i.undefined,i.small,i.medium,i.large],fillMode:[x.undefined,x.solid,x.outline,x.flat]},Wf={scrollButtons:"around"},ae=e=>{let{size:t,fillMode:o,focus:a,resizable:l,scrollable:s,scrollButtons:c,scrollingPosition:m,section:h,...N}=e,v=[],k=(u,M)=>{let C=[];if(u.type===d&&u.props.className&&u.props.className.includes("k-toolbar-overflow-button"))C.push(W(d,{...u.props,className:`${u.props.className?u.props.className:""}`},`${M}-${new Date().getTime()}`));else if(u.type===d)C.push(W(d,{...u.props,className:`k-toolbar-button ${u.props.className?u.props.className:""}`},`${M}-${new Date().getTime()}`));else if(u.type===Xo)C.push(W(Xo,{...u.props,className:`k-toolbar-button ${u.props.className?u.props.className:""}`},`${M}-${new Date().getTime()}`));else if(u.type===Ft)C.push(W(Ft,{...u.props,className:`k-toolbar-button ${u.props.className?u.props.className:""}`},`${M}-${new Date().getTime()}`));else if(u.type===Z)C.push(W(Z,{...u.props,className:`k-toolbar-menu-button ${u.props.className?u.props.className:""}`},`${M}-${new Date().getTime()}`));else if(u.type===jl)C.push(W(jl,{...u.props,className:`k-toolbar-split-button ${u.props.className?u.props.className:""}`},`${M}-${new Date().getTime()}`));else if(u.type===K||u.props.className&&u.props.className.includes("k-button-group")){let A=[];(Array.isArray(u.props.children)?u.props.children:[u.props.children]).forEach((I,D)=>{A.push(W(d,{...I.props,className:`${I.props.className?I.props.className:""}`},`${D}-${new Date().getTime()}`))}),C.push(W(K,{...u.props,className:`k-toolbar-button-group ${u.props.className?u.props.className:""}`,children:A},`${M}-${new Date().getTime()}`))}else u.type===Ke?C.push(W(Ke,{...u.props,className:`k-toolbar-combobox ${u.props.className?u.props.className:""}`},`${M}-${new Date().getTime()}`)):u.type===Q?C.push(W(Q,{...u.props,className:`k-toolbar-dropdownlist ${u.props.className?u.props.className:""}`},`${M}-${new Date().getTime()}`)):u.type===Qe?C.push(W(Qe,{...u.props,className:`k-toolbar-colorpicker ${u.props.className?u.props.className:""}`},`${M}-${new Date().getTime()}`)):C.push(u);C.forEach(A=>{v.push(A)})};return e.children&&(Array.isArray(e.children)?e.children:[e.children]).forEach((M,C)=>{k(M,C)}),Ko("div",{...N,className:r(e.className,Kt,S(Kt,{size:t,fillMode:o}),w(Kt,{focus:a}),{[`${Kt}-resizable`]:l,[`${Kt}-scrollable`]:s,[`${Kt}-scrollable-overlay`]:s&&c==="hidden",[`${Kt}-scrollable-${m}`]:m&&m!=="both",[`${Kt}-section`]:h}),role:"toolbar","aria-label":"Toolbar",children:[!s&&v,s&&c==="hidden"&&W("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:v}),s&&c==="start"&&Ko(en,{children:[Ko(K,{children:[W("span",{className:r("k-toolbar-prev","k-button",S("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:W(g,{className:"k-button-icon",icon:"caret-alt-left"})}),W("span",{className:r("k-toolbar-next","k-button",S("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:W(g,{className:"k-button-icon",icon:"caret-alt-right"})})]}),W(Nt,{className:"k-toolbar-button-separator"}),W("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:v})]}),s&&c==="end"&&Ko(en,{children:[W("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:v}),W(Nt,{className:"k-toolbar-button-separator"}),Ko(K,{children:[W("span",{className:r("k-toolbar-prev","k-button",S("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:W(g,{className:"k-button-icon",icon:"caret-alt-left"})}),W("span",{className:r("k-toolbar-next","k-button",S("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:W(g,{className:"k-button-icon",icon:"caret-alt-right"})})]})]}),s&&(c==="around"||!c)&&Ko(en,{children:[W("span",{className:r("k-toolbar-prev","k-button",S("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:W(g,{className:"k-button-icon",icon:"caret-alt-left"})}),W(Nt,{className:"k-toolbar-button-separator"}),W("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:v}),W(Nt,{className:"k-toolbar-button-separator"}),W("span",{className:r("k-toolbar-next","k-button",S("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:W(g,{className:"k-button-icon",icon:"caret-alt-right"})})]})]})};ae.states=$f;ae.options=Xf;ae.className=Kt;ae.defaultOptions=Wf;ae.moduleName=Ht;ae.folderName=to;ae.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."}]};import{jsx as Qf}from"react/jsx-runtime";var Ki="k-floating-toolbar",Jf=[],qf={},Yf={},Go=e=>{let{...t}=e;return Qf("div",{...t,className:r(e.className,Ki),children:e.children})};Go.states=Jf;Go.options=qf;Go.className=Ki;Go.defaultOptions=Yf;Go.moduleName=Ht;Go.folderName=to;import{jsx as tT}from"react/jsx-runtime";var tn="k-toolbar-item",Zf=[n.focus],jf={},eT={},Bo=e=>{let{focus:t,...o}=e;return tT("div",{...o,className:r(e.className,tn,w(tn,{focus:t})),children:e.children})};Bo.states=Zf;Bo.options=jf;Bo.className=tn;Bo.defaultOptions=eT;Bo.moduleName=Ht;Bo.folderName=to;import{jsx as Gi}from"react/jsx-runtime";var Bi="k-toolbar-popup",oT=[],aT={size:[i.undefined,i.small,i.medium,i.large],fillMode:[x.undefined,x.solid,x.outline,x.flat]},rT={},To=e=>{let{size:t,fillMode:o,section:a,...l}=e;return Gi(se,{...l,className:r(e.className,Bi),children:a?Gi("span",{className:r("k-toolbar-items-list",S("k-toolbar-items-list",{size:t,fillMode:o})),role:"toolbar",children:e.children}):e.children})};To.states=oT;To.options=aT;To.className=Bi;To.defaultOptions=rT;To.moduleName=Ht;To.folderName=to;var pr=To;import{jsx as __}from"react/jsx-runtime";import{jsx as V_}from"react/jsx-runtime";import{jsx as J_}from"react/jsx-runtime";import{jsx as e2,jsxs as t2}from"react/jsx-runtime";import{jsx as l2}from"react/jsx-runtime";import{jsx as Gt,jsxs as dT}from"react/jsx-runtime";var lT=$.states,Di={...$.defaultOptions,variant:"text"},nT=$.options,sT=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],iT=[{name:"opened",title:"Opened"}],wa=e=>{let{variant:t,modifiers:o,...a}={...Di,...e},l={},s=dT(Ee,{size:a.size,children:[Gt(me,{first:!0,text:"Menu Item"}),Gt(me,{text:"Menu Item"}),Gt(me,{last:!0,text:"Menu Item"})]});switch(Object.keys(o||{}).forEach(c=>{c==="opened"&&(l.opened=!!o?.[c],l.popup=o?.[c]?s:"")}),t){case"icon-only":return Gt("div",{children:Gt($,{...a,...l,icon:"star"})});case"icon-and-text":return Gt("div",{children:Gt($,{...a,...l,icon:"star",children:"Split Button"})});default:return Gt("div",{children:Gt($,{...a,...l,children:"Split Button"})})}};wa.options=nT;wa.states=lT;wa.variants=sT;wa.defaultOptions=Di;wa.modifiers=iT;import{jsx as ho,jsxs as cT}from"react/jsx-runtime";var _i=e=>ho(ae,{children:[ho(d,{children:"Button"},"toolbar-button"),ho(Z,{text:"Menu button"},"toolbar-menu-button"),ho($,{children:"Split button"},"toolbar-split-button"),cT(K,{children:[ho(d,{className:"k-group-start",icon:"align-left",children:"Left"}),ho(d,{icon:"align-center",children:"Center"}),ho(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group")],...e});import{jsx as P2,jsxs as H2}from"react/jsx-runtime";import{jsx as et,jsxs as zi}from"react/jsx-runtime";var Ui=e=>et(ae,{scrollable:!0,...e,children:[et(d,{children:"Button"},"toolbar-button"),et(Z,{text:"Menu button"},"toolbar-menu-button"),et($,{children:"Split button"},"toolbar-split-button"),zi(K,{children:[et(d,{className:"k-group-start",icon:"align-left",children:"Left"}),et(d,{icon:"align-center",children:"Center"}),et(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group"),et(d,{children:"Button"},"toolbar-button"),et(Z,{text:"Menu button"},"toolbar-menu-button"),et($,{children:"Split button"},"toolbar-split-button"),zi(K,{children:[et(d,{className:"k-group-start",icon:"align-left",children:"Left"}),et(d,{icon:"align-center",children:"Center"}),et(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group")],...e});import{jsx as tt,jsxs as Fi}from"react/jsx-runtime";var Vi=({scrollingPosition:e="start",...t})=>tt(ae,{scrollable:!0,scrollButtons:"hidden",scrollingPosition:e,...t,children:[tt(d,{children:"Button"},"toolbar-button"),tt(Z,{text:"Menu button"},"toolbar-menu-button"),tt($,{children:"Split button"},"toolbar-split-button"),Fi(K,{children:[tt(d,{className:"k-group-start",icon:"align-left",children:"Left"}),tt(d,{icon:"align-center",children:"Center"}),tt(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group"),tt(d,{children:"Button"},"toolbar-button"),tt(Z,{text:"Menu button"},"toolbar-menu-button"),tt($,{children:"Split button"},"toolbar-split-button"),Fi(K,{children:[tt(d,{className:"k-group-start",icon:"align-left",children:"Left"}),tt(d,{icon:"align-center",children:"Center"}),tt(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group")],...t});import{Fragment as pT,jsx as Ve,jsxs as mr}from"react/jsx-runtime";var $i=({fillMode:e,size:t,...o})=>mr(pT,{children:[Ve(ae,{section:!0,fillMode:e,size:t,children:[Ve(d,{fillMode:e,size:t,children:"Button"},"toolbar-button"),mr(K,{fillMode:e,children:[Ve(d,{className:"k-group-start",icon:"align-left",fillMode:e,size:t,children:"Left"}),Ve(d,{icon:"align-center",fillMode:e,size:t,children:"Center"}),Ve(d,{className:"k-group-end",icon:"align-right",fillMode:e,size:t,children:"Right"})]},"toolbar-button-group"),Ve(Nt,{className:"k-toolbar-button-separator"}),Ve(d,{icon:"more-horizontal",className:"k-toolbar-overflow-button",fillMode:"flat",size:t,rounded:"none","aria-label":"More options","aria-expanded":"false"})],...o}),mr(pr,{size:t,fillMode:e,section:!0,...o,children:[Ve($,{fillMode:e,size:t,children:"Split button"},"toolbar-split-button"),Ve(d,{fillMode:e,size:t,children:"Button"},"toolbar-button"),Ve(Nt,{}),Ve(Z,{text:"Menu button",fillMode:e,size:t},"toolbar-menu-button"),mr(K,{fillMode:e,children:[Ve(d,{className:"k-group-start",icon:"align-left",fillMode:e,size:t,children:"Left"}),Ve(d,{icon:"align-center",fillMode:e,size:t,children:"Center"}),Ve(d,{className:"k-group-end",icon:"align-right",fillMode:e,size:t,children:"Right"})]},"toolbar-button-group")]})]});import{Fragment as b3,jsx as m3,jsxs as u3}from"react/jsx-runtime";import{Fragment as M3,jsx as L3,jsxs as C3}from"react/jsx-runtime";import{jsx as oo}from"react/jsx-runtime";var mT=ae.options,uT=ae.states,Xi={...ae.defaultOptions,variant:"default"},bT=[{name:"default",title:"Default"},{name:"scrollable",title:"Scrollable"},{name:"overlay",title:"Overlay"},{name:"responsive",title:"Responsive"}],fT=[],Ea=e=>{let{variant:t,...o}={...Xi,...e};switch(t){case"responsive":return oo("div",{children:oo($i,{style:{width:"583px"},...o})});case"overlay":return oo("div",{children:oo(Vi,{style:{width:"583px"},...o,scrollingPosition:"start",scrollButtons:"hidden"})});case"scrollable":return oo("div",{children:oo(Ui,{style:{width:"583px"},...o})});default:return oo("div",{children:oo(_i,{style:{width:"583px"},...o})})}};Ea.options=mT;Ea.states=uT;Ea.variants=bT;Ea.defaultOptions=Xi;Ea.modifiers=fT;import{jsx as TT}from"react/jsx-runtime";var Wi="k-grid-toolbar",xo=e=>TT(ae,{...e,className:r(e.className,Wi),children:e.children});xo.className=Wi;xo.moduleName=z;xo.folderName=F;import{jsx as on,jsxs as xT}from"react/jsx-runtime";var an="k-grid-stack-cell",hT=[n.focus,n.selected],ur=e=>{let{cellHeader:t,cellContent:o,edit:a,commandCell:l,dirty:s,focus:c,selected:m,...h}=e;return xT("div",{...h,className:r(e.className,an,{"k-grid-stack-edit-cell":a,"k-command-cell":l,"k-dirty-cell":s},w(an,{focus:c,selected:m})),children:[s&&on("span",{className:"k-dirty"}),t&&on("div",{className:"k-grid-stack-header",children:t}),on("div",{className:"k-grid-stack-content",children:o}),e.children]})};ur.states=hT;ur.className=an;ur.moduleName=z;ur.folderName=F;import{jsx as NT}from"react/jsx-runtime";var Ji="k-grid-stack-row",br=e=>{let{cols:t,...o}=e;return NT("div",{...o,className:r(e.className,Ji,{[`k-grid-cols-${t}`]:t}),children:e.children})};br.className=Ji;br.moduleName=z;br.folderName=F;import{Fragment as b5,jsx as m5,jsxs as u5}from"react/jsx-runtime";import{Fragment as k5,jsx as N5,jsxs as g5}from"react/jsx-runtime";import{Fragment as gT,jsx as L,jsxs as ce}from"react/jsx-runtime";var qi=({contentClassName:e,...t})=>L(X,{_renderAriaRoot:!0,pager:L(xt,{refresh:!1}),children:ce(gT,{children:[L(re,{children:L("div",{className:"k-grid-header-wrap",children:ce(ne,{children:[ce("colgroup",{children:[L("col",{}),L("col",{style:{width:"225px"}}),L("col",{}),L("col",{}),L("col",{})]}),ce(j,{children:[ce(y,{children:[L(E,{rowspan:1,colspan:1,columnTitle:"Product Id"}),L(E,{rowspan:1,colspan:1,columnTitle:"Name"}),L(E,{rowspan:1,colspan:1,columnTitle:"Quantity"}),L(E,{rowspan:1,colspan:1,columnTitle:"Unit Price"}),L(E,{rowspan:1,colspan:1,columnTitle:"Discontinued"})]}),ce(y,{className:"k-filter-row",children:[L(p,{children:L("div",{className:"k-filtercell",children:ce("div",{className:"k-filtercell-wrapper",children:[L(_,{}),ce("div",{className:"k-filtercell-operator",children:[L(Q,{className:"k-dropdown-operator",arrowIconName:"filter"})," ",L(d,{disabled:!0,icon:"filter-clear"})]})]})})}),L(p,{children:L("div",{className:"k-filtercell",children:ce("div",{className:"k-filtercell-wrapper",children:[L(ie,{}),ce("div",{className:"k-filtercell-operator",children:[L(Q,{className:"k-dropdown-operator",arrowIconName:"filter"})," ",L(d,{disabled:!0,icon:"filter-clear"})]})]})})}),L(p,{children:L("div",{className:"k-filtercell",children:ce("div",{className:"k-filtercell-wrapper",children:[L(ie,{}),ce("div",{className:"k-filtercell-operator",children:[L(Q,{className:"k-dropdown-operator",arrowIconName:"filter"})," ",L(d,{disabled:!0,icon:"filter-clear"})]})]})})}),L(p,{children:L("div",{className:"k-filtercell",children:ce("div",{className:"k-filtercell-wrapper",children:[L(_,{}),ce("div",{className:"k-filtercell-operator",children:[L(Q,{className:"k-dropdown-operator",arrowIconName:"filter"})," ",L(d,{disabled:!0,icon:"filter-clear"})]})]})})}),L(p,{children:L("div",{className:"k-filtercell",children:ce("div",{className:"k-filtercell-wrapper",children:[L(Q,{}),L("div",{className:"k-filtercell-operator",children:L(d,{disabled:!0,icon:"filter-clear"})})]})})})]})]})]})})}),L(ee,{children:L(te,{className:e,children:ce(oe,{children:[ce("colgroup",{children:[L("col",{}),L("col",{style:{width:"225px"}}),L("col",{}),L("col",{}),L("col",{})]}),ce(le,{children:[ce(y,{className:"k-master-row",children:[L(p,{children:"1"}),L(p,{children:"Chai"}),L(p,{children:"10 boxes x 20 bags"}),L(p,{children:"18"}),L(p,{children:"false"})]}),ce(y,{className:"k-master-row",alt:!0,children:[L(p,{children:"2"}),L(p,{children:"Chang"}),L(p,{children:"24 - 12 oz bottles"}),L(p,{children:"19"}),L(p,{children:"false"})]}),ce(y,{className:"k-master-row",children:[L(p,{children:"3"}),L(p,{children:"Aniseed Syrup"}),L(p,{children:"12 - 550 ml bottles"}),L(p,{children:"10"}),L(p,{children:"false"})]}),ce(y,{className:"k-master-row",alt:!0,children:[L(p,{children:"4"}),L(p,{children:"Chef Anton's Cajun Seasoning"}),L(p,{children:"48 - 6 oz jars"}),L(p,{children:"22"}),L(p,{children:"false"})]}),ce(y,{className:"k-master-row",children:[L(p,{children:"5"}),L(p,{children:"Grandma's Boysenberry Spread"}),L(p,{children:"12 - 8 oz jars"}),L(p,{children:"25"}),L(p,{children:"false"})]})]})]})})})]}),...t});import{jsx as fr}from"react/jsx-runtime";var kT="k-chip-action";var ge=e=>{let{type:t,...o}=e,a;switch(t){case"remove":a=fr(g,{icon:"x-circle",size:"small"});break;case"more":a=fr(g,{icon:"more-vertical",size:"small"});break;default:return fr(g,{icon:t,size:"small"})}return fr("span",{...o,className:r(e.className,kT,`k-chip-${t}-action`),children:a})};var rn="avatar",Yi=rn;import{jsx as Qi}from"react/jsx-runtime";var Ia="k-avatar";var vT=[n.hover,n.focus,n.active,n.selected,n.disabled],LT={size:[i.undefined,i.small,i.medium,i.large],rounded:[T.undefined,T.none,T.small,T.medium,T.large,T.full],fillMode:[x.undefined,x.solid,x.outline],themeColor:[f.undefined,f.base,f.primary,f.secondary,f.tertiary,f.success,f.warning,f.error,f.info,f.light,f.dark,f.inverse]},ln={type:"text",border:!1},$e=e=>{let{size:t,rounded:o,fillMode:a,themeColor:l,type:s=ln.type,border:c=ln.border,...m}=e;return Qi("div",{...m,className:r(e.className,Ia,S(Ia,{size:t,rounded:o,fillMode:a,themeColor:l}),{[`${Ia}-bordered`]:c}),children:Qi("span",{className:`${Ia}-${s}`,children:e.children})})};$e.states=vT;$e.options=LT;$e.className=Ia;$e.defaultOptions=ln;$e.moduleName=rn;$e.folderName=Yi;$e.ariaSpec={selector:".k-avatar",rules:[{selector:".k-avatar img",attribute:"alt",usage:"Images inside Avatar must have alt text for screen readers."}]};var No=$e;import{jsx as CT}from"react/jsx-runtime";var Zi=e=>CT(No,{type:"icon",...e});import{jsx as MT}from"react/jsx-runtime";var ji=e=>MT(No,{type:"text",...e});import{jsx as yT}from"react/jsx-runtime";var ed=e=>yT(No,{type:"image",...e});import{jsx as Q5}from"react/jsx-runtime";import{jsx as Ra}from"react/jsx-runtime";var ST=$e.options,AT=$e.states,wT={...$e.defaultOptions,variant:"image"},ET=[{name:"image",title:"Image"},{name:"icon",title:"Icon Avatar"},{name:"text",title:"Text Avatar"}],IT=[],Oa=e=>{let{variant:t,...o}=e;switch(t){case"icon":return Ra(Zi,{...o,children:Ra(g,{icon:"star"})});case"text":return Ra(ji,{...o,children:"JO"});default:return Ra(ed,{...o,children:Ra("img",{src:"https://demos.telerik.com/kendo-ui/content/web/Customers/RICSU.jpg"})})}};Oa.options=ST;Oa.states=AT;Oa.variants=ET;Oa.defaultOptions=wT;Oa.modifiers=IT;var Pa="chip",Tr=Pa;import{jsx as Do,jsxs as PT}from"react/jsx-runtime";var hr="k-chip",RT=[n.hover,n.focus,n.active,n.selected,n.disabled],OT={size:[i.undefined,i.small,i.medium,i.large],rounded:[T.undefined,T.none,T.small,T.medium,T.large,T.full],fillMode:[x.undefined,x.solid,x.outline],themeColor:[f.undefined,f.base,f.success,f.warning,f.error,f.info]},td={avatarImage:"/packages/html/assets/avatar.jpg"},ke=e=>{let{size:t,rounded:o,fillMode:a,themeColor:l,text:s,icon:c,actions:m,showAvatar:h,avatarImage:N=td.avatarImage,hover:v,focus:k,active:u,selected:M,disabled:C,...A}=e;return PT("div",{...A,className:r(e.className,hr,S(hr,{size:t,rounded:o,fillMode:a,themeColor:l}),w(hr,{hover:v,focus:k,active:u,disabled:C,selected:M})),role:e.role||"button","aria-pressed":e.role==="option"?void 0:M?"true":"false","aria-selected":e.role==="option"?M?"true":"false":void 0,"aria-disabled":C?"true":void 0,children:[c&&Do(g,{className:"k-chip-icon",icon:c,size:"small"}),h&&Do($e,{className:"k-chip-avatar",type:"image",children:Do("img",{src:N,alt:""})}),Do("span",{className:"k-chip-content",children:e.children?e.children:s&&Do("span",{className:"k-chip-label",children:s})}),m&&Do("span",{className:"k-chip-actions",children:m})]})};ke.states=RT;ke.options=OT;ke.className=hr;ke.defaultOptions=td;ke.moduleName=Pa;ke.folderName=Tr;ke.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 ft=ke;import{jsx as BT}from"react/jsx-runtime";var nn="k-chip-list",HT=[],KT={size:[i.undefined,i.small,i.medium,i.large]},GT={},ve=e=>{let{size:t,multiselectable:o,ariaLabel:a,...l}=e;return BT("div",{...l,className:r(e.className,nn,S(nn,{size:t})),role:"listbox","aria-label":a||"chip list","aria-orientation":"horizontal","aria-multiselectable":o?"true":void 0,children:e.children})};ve.states=HT;ve.options=KT;ve.className=nn;ve.defaultOptions=GT;ve.moduleName=Pa;ve.folderName=Tr;ve.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."}]};import{jsx as Sz}from"react/jsx-runtime";import{jsx as Iz}from"react/jsx-runtime";import{jsx as DT}from"react/jsx-runtime";var xr=e=>DT(ft,{text:"text",...e});import{jsx as Dz}from"react/jsx-runtime";import{jsx as Fz}from"react/jsx-runtime";import{Fragment as qz,jsx as Jz,jsxs as Yz}from"react/jsx-runtime";import{jsx as t6,jsxs as o6}from"react/jsx-runtime";import{jsx as s6,jsxs as i6}from"react/jsx-runtime";import{jsx as b6,jsxs as f6}from"react/jsx-runtime";import{jsx as _o,jsxs as $T}from"react/jsx-runtime";var _T={...ft.options,...ve.options},zT=[],UT=ve.states,FT={...ft.defaultOptions,...ve.defaultOptions},VT=[{name:"icon",title:"Icon",type:"boolean"},{name:"actions",title:"Actions",type:"boolean"},{name:"avatar",title:"Avatar",type:"boolean"}],Ha=e=>{let{modifiers:t,className:o,...a}=e,l=t?.icon,s=t?.actions,c=t?.avatar;return $T(ve,{size:a.size,className:o,children:[_o(xr,{...a,role:"option","aria-selected":"false","aria-pressed":void 0,icon:l?"star":void 0,actions:s?_o(ge,{type:"remove"}):void 0,showAvatar:c,children:"Chip"}),_o(xr,{...a,role:"option","aria-selected":"false","aria-pressed":void 0,icon:l?"star":void 0,actions:s?_o(ge,{type:"remove"}):void 0,showAvatar:c,children:"Chip"}),_o(xr,{...a,role:"option","aria-selected":"false","aria-pressed":void 0,icon:l?"star":void 0,actions:s?_o(ge,{type:"remove"}):void 0,showAvatar:c,children:"Chip"})]})};Ha.options=_T;Ha.states=UT;Ha.variants=zT;Ha.defaultOptions=FT;Ha.modifiers=VT;import{jsx as sn}from"react/jsx-runtime";var XT=ke.states,WT=ke.defaultOptions,JT=ke.options,qT=[],YT=[{name:"icon",title:"Icon"},{name:"avatar",title:"Avatar"},{name:"remove-icon",title:"`Remove` Icon"},{name:"more-options",title:"`More options` Icon"}],Ka=e=>{let{modifiers:t,...o}=e,a={};return Object.keys(t||{}).forEach(l=>{switch(l){case"icon":a.icon=t?.[l]?"arrow-down":void 0;break;case"avatar":a.showAvatar=!!t?.[l],a.avatarImage=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?.[l]?sn(ge,{type:"more"}):void 0;break;case"remove-icon":a.actions||(a.actions=[]),a.actions[1]=t?.[l]?sn(ge,{type:"remove"}):void 0;break;default:break}}),sn(ke,{...o,...a,children:"Chip component"})};Ka.options=JT;Ka.states=XT;Ka.variants=qT;Ka.defaultOptions=WT;Ka.modifiers=YT;import{Fragment as dn,jsx as O,jsxs as Ge}from"react/jsx-runtime";var od=({dropClue:e,contentClassName:t,...o})=>O(X,{_renderAriaRoot:!0,groupingHeader:O(Bt,{dropClue:e,children:Ge(ve,{children:[O(ke,{icon:"sort-asc-small",text:"ID",actions:Ge(dn,{children:[O(ge,{type:"more"}),O(ge,{type:"remove"})]})}),O(ke,{icon:"sort-desc-small",text:"Name",actions:Ge(dn,{children:[O(ge,{type:"more"}),O(ge,{type:"remove"})]})})]})}),children:Ge(dn,{children:[O(re,{draggable:!0,children:O("div",{className:"k-grid-header-wrap",children:Ge(ne,{children:[Ge("colgroup",{children:[O("col",{className:"k-group-col"}),O("col",{className:"k-group-col"}),O("col",{}),O("col",{}),O("col",{}),O("col",{})]}),O(j,{children:Ge(y,{children:[O(E,{colspan:1,rowspan:1,className:"k-group-cell",accessibleLabel:"Group"}),O(E,{colspan:1,rowspan:1,className:"k-group-cell",accessibleLabel:"Group"}),O(E,{colspan:1,columnTitle:"ID"}),O(E,{colspan:1,columnTitle:"Name"}),O(E,{colspan:1,columnTitle:"Price"}),O(E,{colspan:1,columnTitle:"Category"})]})})]})})}),O(ee,{children:O(te,{className:t,children:Ge(oe,{children:[Ge("colgroup",{children:[O("col",{className:"k-group-col"}),O("col",{className:"k-group-col"}),O("col",{}),O("col",{}),O("col",{}),O("col",{})]}),Ge(le,{children:[O(y,{className:"k-table-group-row k-grouping-row",children:O(p,{colspan:6,children:Ge("p",{className:"k-reset",children:[O(g,{icon:"caret-alt-right"}),"ID: 1"]})})}),O(y,{className:"k-table-group-row k-grouping-row",children:O(p,{colspan:6,children:Ge("p",{className:"k-reset",children:[O(g,{icon:"caret-alt-down"}),"ID: 2"]})})}),Ge(y,{className:"k-table-group-row k-grouping-row",children:[O(p,{className:"k-table-group-td k-group-cell"}),O(p,{colspan:5,children:Ge("p",{className:"k-reset",children:[O(g,{icon:"caret-alt-down"}),"Name: Chang"]})})]}),Ge(y,{className:"k-master-row",alt:!0,children:[O(p,{className:"k-table-group-td k-group-cell"}),O(p,{className:"k-table-group-td k-group-cell"}),O(p,{colspan:0,children:"2"}),O(p,{colspan:0,children:"Chang"}),O(p,{colspan:0,children:"$19.00"}),O(p,{colspan:0,children:"Beverages"})]})]})]})})})]}),...o});import{Fragment as a9,jsx as t9,jsxs as o9}from"react/jsx-runtime";import{Fragment as p9,jsx as d9,jsxs as c9}from"react/jsx-runtime";import{Fragment as x9,jsx as T9,jsxs as h9}from"react/jsx-runtime";import{Fragment as QT,jsx as G,jsxs as Be}from"react/jsx-runtime";var ad=({headerWrapClassName:e,contentClassName:t,...o})=>G(X,{_renderAriaRoot:!0,children:Be(QT,{children:[G(re,{children:G("div",{className:`k-grid-header-wrap ${e}`,children:Be(ne,{children:[Be("colgroup",{children:[G("col",{}),G("col",{}),G("col",{}),G("col",{})]}),Be(j,{children:[Be(y,{children:[G(E,{rowspan:3,colspan:1,columnTitle:"ID"}),G(E,{rowspan:1,colspan:3,columnTitle:"Product Information"})]}),Be(y,{children:[G(E,{rowspan:2,colspan:1,columnTitle:"Product Name",className:"k-first"}),G(E,{rowspan:1,colspan:2,columnTitle:"Unit"})]}),Be(y,{children:[G(E,{rowspan:1,colspan:1,columnTitle:"Units In Stock",className:"k-first"}),G(E,{rowspan:1,colspan:1,columnTitle:"Units Price"})]})]})]})})}),G(ee,{children:G(te,{className:t,children:Be(oe,{children:[Be("colgroup",{children:[G("col",{}),G("col",{}),G("col",{}),G("col",{})]}),Be(le,{children:[Be(y,{className:"k-master-row",children:[G(p,{children:"1"}),G(p,{children:"Chai"}),G(p,{children:"39"}),G(p,{children:"18"})]}),Be(y,{className:"k-master-row",alt:!0,children:[G(p,{children:"2"}),G(p,{children:"Chang"}),G(p,{children:"17"}),G(p,{children:"19"})]}),Be(y,{className:"k-master-row",children:[G(p,{children:"3"}),G(p,{children:"Aniseed Syrup"}),G(p,{children:"13"}),G(p,{children:"10"})]}),Be(y,{className:"k-master-row",alt:!0,children:[G(p,{children:"4"}),G(p,{children:"Chef Anton's Cajun Seasoning"}),G(p,{children:"53"}),G(p,{children:"22"})]}),Be(y,{className:"k-master-row",children:[G(p,{children:"5"}),G(p,{children:"Chef Anton's Gumbo Mix"}),G(p,{children:"0"}),G(p,{children:"21.35"})]})]})]})})})]}),...o});import{Fragment as E9,jsx as A9,jsxs as w9}from"react/jsx-runtime";import{Fragment as G9,jsx as H9,jsxs as K9}from"react/jsx-runtime";import{Fragment as ZT,jsx as H,jsxs as Tt}from"react/jsx-runtime";var rd=e=>H(X,{_renderAriaRoot:!0,toolbar:Tt(xo,{children:[H(d,{children:"Add new"}),H(d,{children:"Save Changes"}),H(d,{children:"Cancel Changes"})]}),children:Tt(ZT,{children:[H(re,{children:H("div",{className:"k-grid-header-wrap",children:Tt(ne,{children:[Tt("colgroup",{children:[H("col",{}),H("col",{}),H("col",{}),H("col",{style:{width:"300px"}})]}),H(j,{children:Tt(y,{children:[H(E,{columnTitle:"Name"}),H(E,{columnTitle:"Price"}),H(E,{columnTitle:"Available"}),H(E,{accessibleLabel:"Commands"})]})})]})})}),H(ee,{children:H(te,{children:H("div",{children:Tt(oe,{children:[Tt("colgroup",{children:[H("col",{}),H("col",{}),H("col",{}),H("col",{style:{width:"300px"}})]}),Tt(le,{children:[Tt(y,{className:"k-master-row k-grid-add-row k-grid-edit-row",children:[H(p,{children:H(ie,{value:"Towel"})}),H(p,{children:H(_,{value:"42"})}),H(p,{children:H(_e,{})}),Tt(p,{className:"k-command-cell",children:[H(d,{children:"Add"}),H(d,{children:"Cancel"})]})]}),Tt(y,{className:"k-master-row",children:[H(p,{children:"Chai"}),H(p,{children:"18"}),H(p,{children:"false"}),H(p,{className:"k-command-cell",children:H(d,{children:"Remove"})})]}),Tt(y,{className:"k-master-row",alt:!0,children:[H(p,{children:"Chang"}),H(p,{children:"19"}),H(p,{children:"false"}),H(p,{className:"k-command-cell",children:H(d,{children:"Remove"})})]})]})]})})})})]}),...e});import{Fragment as iU,jsx as sU,jsxs as dU}from"react/jsx-runtime";import{Fragment as Nr,jsx as b,jsxs as q}from"react/jsx-runtime";var jT=X.options,eh=X.states,ld={...X.defaultOptions,variant:"normal"},th=[{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"}],oh=[{name:"toolbar",title:"Toolbar",type:"boolean"},{name:"pager",title:"Pager",type:"boolean"}],Ga=e=>{let{variant:t,modifiers:o,...a}={...ld,...e},l={toolbar:void 0,pager:void 0},s=q(xo,{children:[b(d,{icon:"plus",children:"Add New"}),b(d,{icon:"file-pdf",children:"Export to PDF"}),b("span",{className:"k-spacer"}),b(ie,{prefix:b(g,{icon:"search"}),separators:!1,placeholder:"Search..."})]}),c=b(xe,{pageSizes:!1,refresh:!1});Object.keys(o||{}).forEach(N=>{switch(N){case"toolbar":l.toolbar=o?.[N]?s:void 0;break;case"pager":l.pager=o?.[N]?c:void 0;break;default:return}});let m={"column-menu":{menu:"column"},"filter-menu":{menu:"filter"},"filter-row":{}},h=q(Nr,{children:[b(re,{children:b("div",{className:"k-grid-header-wrap",children:q(ne,{children:[q("colgroup",{children:[b("col",{}),b("col",{}),b("col",{}),b("col",{})]}),b(j,{children:q(y,{children:[b(E,{...m[t],columnTitle:"ID"}),b(E,{...m[t],columnTitle:"Product Name"}),b(E,{...m[t],columnTitle:"Units in Stock"}),b(E,{...m[t],columnTitle:"Units Price"})]})})]})})}),b(ee,{children:b(te,{children:q(oe,{children:[q("colgroup",{children:[b("col",{}),b("col",{}),b("col",{}),b("col",{})]}),q(le,{children:[q(y,{children:[b(p,{children:"1"}),b(p,{children:"Chai"}),b(p,{children:"39"}),b(p,{children:"18"})]}),q(y,{className:"k-alt",alt:!0,children:[b(p,{children:"2"}),b(p,{children:"Chang"}),b(p,{children:"17"}),b(p,{children:"19"})]}),q(y,{children:[b(p,{children:"3"}),b(p,{children:"Aniseed Syrup"}),b(p,{children:"13"}),b(p,{children:"10"})]}),q(y,{className:"k-alt",alt:!0,children:[b(p,{children:"4"}),b(p,{children:"Chef Anton's Cajun Seasoning"}),b(p,{children:"53"}),b(p,{children:"22"})]}),q(y,{children:[b(p,{children:"5"}),b(p,{children:"Chef Anton's Gumbo Mix"}),b(p,{children:"0"}),b(p,{children:"21.35"})]})]})]})})})]});switch(t){case"multicolumn-headers":return b(ad,{...a,...l});case"editing":return b(rd,{...a,...l});case"grouping":return b(od,{...a,...l,groupingHeader:b(Bt,{children:q(ve,{children:[b(ke,{icon:"sort-asc-small",actions:q(Nr,{children:[b(ge,{type:"more"}),b(ge,{type:"remove"})]}),children:"ID"}),b(ke,{icon:"sort-desc-small",actions:q(Nr,{children:[b(ge,{type:"more"}),b(ge,{type:"remove"})]}),children:"Name"})]})})});case"row-reordering":return b(X,{...a,...l,children:q(Nr,{children:[b(re,{children:q("div",{className:"k-grid-header-wrap",children:[" ",q(ne,{children:[q("colgroup",{children:[b("col",{className:"k-drag-col"}),b("col",{}),b("col",{}),b("col",{}),b("col",{})]}),b(j,{children:q(y,{children:[b(E,{className:"k-drag-cell",accessibleLabel:"Reorder"}),b(E,{columnTitle:"ID"}),b(E,{columnTitle:"Product Name"}),b(E,{columnTitle:"Units in Stock"}),b(E,{columnTitle:"Units Price"})]})})]})]})}),b(ee,{children:b(te,{children:q(oe,{children:[q("colgroup",{children:[b("col",{className:"k-drag-col"}),b("col",{}),b("col",{}),b("col",{}),b("col",{})]}),q(le,{children:[q(y,{children:[b(p,{className:"k-drag-cell",children:b(g,{icon:"reorder"})}),b(p,{children:"1"}),b(p,{children:"Chai"}),b(p,{children:"39"}),b(p,{children:"18"})]}),q(y,{className:"k-alt",alt:!0,children:[b(p,{className:"k-drag-cell",children:b(g,{icon:"reorder"})}),b(p,{children:"2"}),b(p,{children:"Chang"}),b(p,{children:"17"}),b(p,{children:"19"})]}),q(y,{children:[b(p,{className:"k-drag-cell",children:b(g,{icon:"reorder"})}),b(p,{children:"3"}),b(p,{children:"Aniseed Syrup"}),b(p,{children:"13"}),b(p,{children:"10"})]}),q(y,{className:"k-alt",alt:!0,children:[b(p,{className:"k-drag-cell",children:b(g,{icon:"reorder"})}),b(p,{children:"4"}),b(p,{children:"Chef Anton's Cajun Seasoning"}),b(p,{children:"53"}),b(p,{children:"22"})]}),q(y,{children:[b(p,{className:"k-drag-cell",children:b(g,{icon:"reorder"})}),b(p,{children:"5"}),b(p,{children:"Chef Anton's Gumbo Mix"}),b(p,{children:"0"}),b(p,{children:"21.35"})]})]})]})})})]})});case"filter-row":return b(qi,{...a,...l});default:return b(X,{...a,...l,children:h})}};Ga.options=jT;Ga.states=eh;Ga.variants=th;Ga.defaultOptions=ld;Ga.modifiers=oh;import{Fragment as ah,jsx as J,jsxs as ht}from"react/jsx-runtime";var m7=({contentClassName:e,sortable:t,resizable:o,...a})=>J(X,{_renderAriaRoot:!0,pager:J(xt,{refresh:!1}),children:ht(ah,{children:[J(re,{children:J("div",{className:"k-grid-header-wrap",children:ht(ne,{children:[ht("colgroup",{children:[J("col",{style:{width:"100px"}}),J("col",{style:{width:"100px"}}),J("col",{style:{width:"150px"}})]}),J(j,{children:ht(y,{children:[J(E,{sortable:t,resizable:o,rowspan:1,colspan:1,menu:"column",columnTitle:"ID",filterable:!0}),J(E,{sortable:t,resizable:o,rowspan:1,colspan:1,menu:"column",columnTitle:"Name",filterable:!0}),J(E,{sortable:t,resizable:o,rowspan:1,colspan:1,menu:"column",columnTitle:"Category",filterable:!0})]})})]})})}),J(ee,{children:J(te,{className:e,children:ht(oe,{children:[ht("colgroup",{children:[J("col",{style:{width:"100px"}}),J("col",{style:{width:"100px"}}),J("col",{style:{width:"150px"}})]}),ht(le,{children:[ht(y,{className:"k-master-row",children:[J(p,{children:"1"}),J(p,{children:"Chai"}),J(p,{children:"Beverages"})]}),ht(y,{className:"k-master-row",alt:!0,children:[J(p,{children:"2"}),J(p,{children:"Chang"}),J(p,{children:"Beverages"})]}),ht(y,{className:"k-master-row",children:[J(p,{children:"3"}),J(p,{children:"Aniseed Syrup"}),J(p,{children:"Condiments"})]}),ht(y,{className:"k-master-row",alt:!0,children:[J(p,{children:"4"}),J(p,{children:"Chef Anton's Cajun Seasoning"}),J(p,{children:"Condiments"})]}),ht(y,{className:"k-master-row",children:[J(p,{children:"5"}),J(p,{children:"Grandma's Boysenberry Spread"}),J(p,{children:"Condiments"})]})]})]})})})]}),...a});export{m7 as GridWithColumnMenu};